:root {
  color-scheme: dark;
  --bg: #08070d;
  --panel: #181423;
  --panel-soft: rgba(24, 20, 35, .78);
  --stroke: rgba(157, 106, 255, .48);
  --stroke-soft: rgba(157, 106, 255, .22);
  --purple: #a66cff;
  --blue: #58b9ff;
  --pink: #ff6bc1;
  --text: #f5f1ff;
  --muted: #aaa3bb;
  font-family: Inter, "Segoe UI", system-ui, sans-serif;
  background: var(--bg);
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--text); background: radial-gradient(circle at 82% 8%, #17102b 0, #08070d 30%, #07060b 100%); }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.055em; }
::selection { color: #0d0718; background: #b98cff; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; }
.container { width: min(100% - 80px, 1320px); margin-inline: auto; }
.skip-link { position: absolute; top: -100px; left: 20px; z-index: 100; padding: 12px 16px; border-radius: 12px; background: var(--purple); color: #100b16; }
.skip-link:focus { top: 12px; }
.ambient { position: absolute; z-index: 0; pointer-events: none; border-radius: 50%; filter: blur(95px); opacity: .18; }
.ambient-one { width: 420px; height: 560px; top: -250px; right: 0; background: #8a4bec; }
.ambient-two { width: 500px; height: 500px; top: 980px; left: -240px; background: #2859a5; opacity: .09; }

/* Header */
.site-header { position: relative; z-index: 20; border-bottom: 1px solid rgba(157, 106, 255, .14); background: rgba(10, 8, 16, .74); backdrop-filter: blur(20px); }
.header-inner { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 27px; font-weight: 800; letter-spacing: -.08em; line-height: 1; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 39px; height: 39px; flex: none; border: 1px solid rgba(194, 153, 255, .72); border-radius: 13px; background: linear-gradient(145deg, #7646bd, #3b62b8); box-shadow: 0 10px 28px rgba(118, 70, 189, .35); font-size: 19px; letter-spacing: -.08em; }
.brand-dot { color: var(--pink); }
.main-nav { display: flex; align-items: center; gap: 35px; font-size: 13px; font-weight: 700; }
.main-nav > a:not(.nav-cta) { color: #cac3d6; transition: color .2s; }
.main-nav > a:not(.nav-cta):hover { color: #fff; }
.nav-cta, .button.primary { border: 1px solid rgba(177, 126, 255, .6); background: linear-gradient(135deg, #8b52df, #5b49b6); box-shadow: 0 10px 30px rgba(102, 67, 181, .25); }
.nav-cta { display: inline-flex; align-items: center; gap: 25px; padding: 14px 18px; border-radius: 13px; color: #fff; transition: transform .2s, filter .2s; }
.nav-cta:hover, .button.primary:hover { transform: translateY(-3px); filter: brightness(1.12); }
.nav-cta span { font-size: 17px; }
.menu-toggle { display: none; padding: 10px; border: 1px solid var(--stroke); border-radius: 12px; background: rgba(30, 23, 43, .85); }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 4px 0; border-radius: 2px; background: var(--text); }

/* Hero */
.hero { position: relative; z-index: 1; overflow: hidden; background: radial-gradient(ellipse at 65% 45%, rgba(79, 45, 123, .22), transparent 46%); }
.hero-layout { display: grid; grid-template-columns: 43% 57%; align-items: center; min-height: 718px; gap: 0; }
.hero-copy { position: relative; z-index: 3; padding: 40px 0 55px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 27px; color: #ba8cff; font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.eyebrow-dot { width: 7px; height: 7px; flex: none; border-radius: 50%; background: var(--blue); box-shadow: 0 0 13px rgba(88, 185, 255, .9); }
.eyebrow-line { display: block; width: 24px; height: 2px; flex: none; border-radius: 2px; background: linear-gradient(90deg, var(--purple), var(--blue)); }
.hero h1 { margin-bottom: 26px; font-size: clamp(55px, 5.7vw, 84px); line-height: 1.06; font-weight: 800; }
.hero h1 span, .section-intro h2 span, .local-copy h2 span, .start-section h2 span { color: transparent; background: linear-gradient(100deg, #c997ff 3%, #7bbdff 50%, #ff91d3 100%); background-clip: text; -webkit-background-clip: text; }
.hero-lead { max-width: 560px; margin-bottom: 34px; color: #b7b0c4; font-size: 17px; line-height: 1.7; }
.hero-actions, .start-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 27px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; min-height: 54px; padding: 0 20px; border-radius: 14px; font-size: 13px; font-weight: 750; transition: transform .2s, filter .2s; }
.button span { font-size: 18px; font-weight: 400; }
.text-link { padding: 10px 0; border-bottom: 1px solid #796e90; color: #e9e1f2; font-size: 13px; font-weight: 700; transition: color .2s, border-color .2s; }
.text-link:hover { color: var(--blue); border-color: var(--blue); }
.text-link span { margin-left: 10px; font-size: 16px; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 58px; }
.hero-tags span { display: inline-flex; align-items: center; gap: 8px; padding: 9px 11px; border: 1px solid rgba(157, 106, 255, .2); border-radius: 100px; color: #aea5bb; background: rgba(32, 25, 46, .42); font-size: 10px; font-weight: 700; }
.hero-tags i { width: 5px; height: 5px; border-radius: 50%; background: var(--blue); }
.hero-tags span:nth-child(2) i { background: var(--purple); }
.hero-tags span:nth-child(3) i { background: var(--pink); }
.hero-visual { position: relative; height: 600px; display: grid; place-items: center; margin-left: 0; }
.visual-glow { position: absolute; width: 650px; height: 540px; border-radius: 50%; background: radial-gradient(circle, rgba(143, 75, 224, .26), rgba(49, 80, 178, .14) 45%, transparent 72%); filter: blur(28px); }
.glass-frame { border: 1px solid rgba(163, 114, 239, .47); background: rgba(25, 20, 37, .94); box-shadow: 0 30px 80px rgba(0, 0, 0, .55), 0 0 65px rgba(111, 63, 185, .13); }
.hero-pc { position: relative; z-index: 1; width: min(100%, 720px); overflow: hidden; border-radius: 19px; transform: perspective(1300px) rotateY(-7deg) rotateX(3deg); transform-origin: center; }
.frame-caption { height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 15px; color: #a59bb5; font-size: 9px; font-weight: 800; letter-spacing: .11em; }
.frame-dots { display: flex; gap: 5px; }
.frame-dots i { width: 6px; height: 6px; border-radius: 50%; background: #685a7a; }
.frame-live { display: flex; align-items: center; gap: 6px; color: #8aaeda; }
.frame-live i { width: 5px; height: 5px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 9px var(--blue); }
.hero-pc img { width: 100%; height: auto; aspect-ratio: 16/10; object-fit: cover; object-position: top left; border-top: 1px solid rgba(157, 106, 255, .2); }
.phone-frame { padding: 9px 6px 6px; border: 3px solid #4c3f67; border-radius: 30px; background: #171320; box-shadow: 0 28px 55px rgba(0, 0, 0, .6), 0 0 40px rgba(130, 71, 203, .25); }
.hero-phone { position: absolute; z-index: 2; right: -21px; bottom: 8px; width: 208px; transform: rotate(6deg); }
.phone-camera { display: block; width: 46px; height: 5px; margin: 1px auto 8px; border-radius: 20px; background: #413650; }
.phone-frame img { width: 100%; height: auto; border-radius: 20px; }
.visual-callout { position: absolute; z-index: 3; left: 8px; bottom: 35px; display: flex; align-items: center; gap: 11px; padding: 12px 15px; border: 1px solid rgba(161, 112, 232, .5); border-radius: 16px; background: rgba(34, 27, 48, .92); box-shadow: 0 15px 30px rgba(0,0,0,.32); color: #bfb6ca; font-size: 11px; line-height: 1.45; backdrop-filter: blur(14px); }
.visual-callout strong { color: #fff; }
.callout-icon { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 10px; color: #d5bbff; background: rgba(158, 104, 233, .25); font-size: 18px; }
.hero-foot { display: flex; justify-content: space-between; gap: 15px; padding-bottom: 26px; color: #867c95; font-size: 10px; font-weight: 700; letter-spacing: .05em; }

/* Feature sections */
.signal-strip { position: relative; z-index: 2; border-top: 1px solid var(--stroke-soft); border-bottom: 1px solid var(--stroke-soft); background: rgba(30, 24, 43, .68); }
.signal-inner { min-height: 79px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.signal-inner > span:first-child { color: #90849e; font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.signal-inner > span:not(:first-child) { display: inline-flex; align-items: center; gap: 11px; font-size: 13px; font-weight: 700; }
.signal-inner b { color: var(--purple); font-size: 19px; font-weight: 400; }
.signal-inner > span:nth-child(3) b { color: var(--blue); }
.signal-inner > span:nth-child(4) b { color: var(--pink); }
.section { position: relative; z-index: 1; padding: 118px 0; }
.section-intro { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 47px; }
.section-intro > div { flex: 1; }
.section-intro h2, .local-copy h2, .start-section h2 { margin-bottom: 0; font-size: clamp(42px, 4.6vw, 66px); line-height: 1.13; }
.section-intro > p { width: 320px; flex: none; margin: 0 0 6px; color: var(--muted); font-size: 15px; line-height: 1.72; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }
.feature-card { position: relative; min-height: 318px; display: flex; flex-direction: column; padding: 27px; overflow: hidden; border: 1px solid var(--stroke-soft); border-radius: 22px; background: linear-gradient(155deg, rgba(34, 27, 48, .88), rgba(18, 16, 25, .88)); box-shadow: 0 20px 45px rgba(0,0,0,.12); transition: border-color .2s, transform .2s; }
.feature-card:hover { transform: translateY(-5px); border-color: var(--stroke); }
.feature-card:after { content: ""; position: absolute; width: 220px; height: 220px; top: -140px; right: -75px; border-radius: 50%; background: var(--purple); filter: blur(90px); opacity: .16; pointer-events: none; }
.feature-card:nth-child(2):after { background: var(--blue); }
.feature-card:nth-child(3):after { background: var(--pink); }
.feature-top { display: flex; align-items: start; justify-content: space-between; gap: 12px; color: #82798e; font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.feature-icon { display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid rgba(166, 108, 255, .55); border-radius: 17px; background: rgba(113, 68, 177, .24); font-size: 27px; }
.purple-icon { color: #c096ff; }
.blue-icon { color: #80caff; border-color: rgba(88, 185, 255, .48); background: rgba(52, 119, 173, .18); }
.pink-icon { color: #ff9bd4; border-color: rgba(255, 107, 193, .42); background: rgba(173, 65, 131, .16); }
.feature-card h3 { margin: auto 0 12px; font-size: 25px; }
.feature-card p { margin: 0; max-width: 350px; color: #aaa2b8; font-size: 14px; line-height: 1.7; }

/* Real screenshots */
.showcase { border-top: 1px solid rgba(157, 106, 255, .12); border-bottom: 1px solid rgba(157, 106, 255, .12); background: linear-gradient(180deg, rgba(23, 17, 35, .72), rgba(10, 9, 15, .72)); }
.showcase-intro > p { width: 390px; }
.shot-picker { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 22px; }
.shot-tab { min-height: 43px; display: inline-flex; align-items: center; gap: 10px; padding: 0 16px; border: 1px solid var(--stroke-soft); border-radius: 12px; color: #a9a0b9; background: rgba(27, 22, 39, .78); font-size: 12px; font-weight: 700; transition: border-color .2s, color .2s, background .2s; }
.shot-tab span { color: #7f7191; font-size: 10px; }
.shot-tab:hover, .shot-tab.active { border-color: rgba(166, 108, 255, .78); color: #fff; background: rgba(112, 70, 168, .3); }
.shot-tab.active span { color: #c899ff; }
.showcase-stage { overflow: hidden; border: 1px solid rgba(157, 106, 255, .34); border-radius: 24px; background: rgba(21, 17, 31, .82); box-shadow: 0 25px 70px rgba(0,0,0,.22); }
.showcase-photo { display: grid; place-items: center; height: 600px; padding: 34px; overflow: hidden; background: radial-gradient(circle at 50% 45%, rgba(111, 70, 169, .27), rgba(26, 20, 39, .8) 60%, #111018 100%); }
.showcase-photo img { max-width: 100%; max-height: 100%; object-fit: contain; border: 1px solid rgba(167, 120, 232, .45); border-radius: 14px; box-shadow: 0 22px 55px rgba(0,0,0,.45); }
.showcase-photo.is-desktop img { width: min(100%, 850px); height: auto; }
.showcase-photo.is-phone img { width: auto; height: 530px; max-height: none; border-radius: 25px; }
.showcase-meta { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 25px 32px 29px; border-top: 1px solid var(--stroke-soft); }
.showcase-meta > div { max-width: 660px; }
.showcase-meta span:first-child { color: #a476e1; font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.showcase-meta h3 { margin: 8px 0 5px; font-size: 24px; }
.showcase-meta p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.showcase-meta a { flex: none; padding: 10px 0; border-bottom: 1px solid #79668e; font-size: 12px; font-weight: 700; }
.showcase-meta a:hover { color: var(--blue); border-color: var(--blue); }
.showcase-meta a span { margin-left: 6px; }
.showcase-note { margin: 17px 0 0; color: #8f859e; font-size: 11px; line-height: 1.55; }

/* How it works */
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.steps article { padding: 5px 30px 0 0; }
.steps article > span { color: #a778ec; font-size: 39px; font-weight: 800; letter-spacing: -.07em; }
.steps article:nth-child(2) > span { color: var(--blue); }
.steps article:nth-child(3) > span { color: var(--pink); }
.step-line { height: 1px; margin: 12px 0 28px; background: rgba(157, 106, 255, .28); }
.steps h3 { margin-bottom: 11px; font-size: 21px; }
.steps p { max-width: 330px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.local-section { padding-top: 0; }
.local-panel { min-height: 440px; display: grid; grid-template-columns: 44% 56%; overflow: hidden; border: 1px solid var(--stroke); border-radius: 28px; background: linear-gradient(130deg, rgba(30, 24, 45, .96), rgba(18, 16, 30, .96)); box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.local-art { position: relative; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at center, rgba(117, 67, 180, .35), transparent 65%); }
.ring { position: absolute; width: 325px; height: 325px; border: 1px solid rgba(166, 108, 255, .25); border-radius: 50%; }
.ring-two { width: 250px; height: 250px; border-color: rgba(88, 185, 255, .27); }
.ring-three { width: 180px; height: 180px; border-color: rgba(255, 107, 193, .38); background: rgba(97, 58, 144, .12); box-shadow: 0 0 60px rgba(118, 70, 189, .2); }
.local-core { position: relative; z-index: 1; display: grid; place-items: center; width: 103px; height: 103px; border: 1px solid #ab74f1; border-radius: 31px; background: linear-gradient(145deg, #7646bd, #3b62b8); box-shadow: 0 20px 50px rgba(84, 57, 165, .45); font-size: 61px; font-weight: 800; }
.orbit-label { position: absolute; z-index: 2; padding: 11px 14px; border: 1px solid rgba(157, 106, 255, .48); border-radius: 9px; background: rgba(28, 23, 43, .9); color: #c9b7e4; box-shadow: 0 10px 25px rgba(0,0,0,.24); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.top-label { top: 79px; left: 38px; transform: rotate(-7deg); }
.bottom-label { right: 32px; bottom: 75px; transform: rotate(8deg); }
.local-copy { align-self: center; padding: 65px 67px 65px 35px; }
.local-copy h2 { margin-bottom: 21px; font-size: clamp(40px, 4vw, 59px); }
.local-copy > p:not(.eyebrow) { max-width: 540px; margin-bottom: 25px; color: #b8aec5; font-size: 15px; line-height: 1.75; }
.local-copy small { display: block; max-width: 520px; padding-top: 19px; border-top: 1px solid rgba(157, 106, 255, .22); color: #8e839e; font-size: 11px; line-height: 1.55; }

/* Start + footer */
.start-section { border-top: 1px solid rgba(157, 106, 255, .12); background: radial-gradient(circle at 75% 58%, rgba(75, 49, 128, .22), transparent 38%); }
.start-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 75px; }
.start-section h2 { margin-bottom: 21px; }
.start-layout > div:first-child > p:not(.eyebrow) { max-width: 500px; margin-bottom: 26px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.start-card { min-width: 0; padding: 35px; border: 1px solid rgba(157, 106, 255, .4); border-radius: 23px; background: rgba(27, 22, 41, .87); box-shadow: 0 20px 50px rgba(0,0,0,.26); }
.start-card-label { color: #b58be8; font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.start-card h3 { margin: 33px 0 9px; font-size: 26px; }
.start-card p { margin-bottom: 23px; color: var(--muted); font-size: 13px; }
.development-status { display: flex; align-items: center; gap: 12px; padding: 16px 18px; border: 1px solid rgba(157, 106, 255, .24); border-radius: 13px; background: #0b0a12; color: #e8d8ff; font-size: 12px; font-weight: 700; }
.status-pulse { flex: 0 0 9px; width: 9px; height: 9px; border-radius: 50%; background: #ad83f1; box-shadow: 0 0 0 5px rgba(173, 131, 241, .14); }
.start-card small { display: block; margin-top: 16px; color: #867e95; font-size: 11px; line-height: 1.5; }
.site-footer { border-top: 1px solid rgba(157, 106, 255, .18); background: #0d0a13; }
.footer-inner { min-height: 120px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-inner p { margin: 0; color: #8f849e; font-size: 12px; }
.footer-inner > a:last-child { color: #c2b2d8; font-size: 12px; font-weight: 700; }
.footer-inner > a:last-child:hover { color: var(--blue); }

@media (max-width: 1120px) {
  .container { width: min(100% - 56px, 1320px); }
  .hero-layout { grid-template-columns: 45% 55%; min-height: 650px; }
  .hero h1 { font-size: clamp(53px, 5.6vw, 69px); }
  .hero-visual { height: 530px; }
  .hero-phone { width: 170px; right: -9px; bottom: 2px; }
  .visual-callout { bottom: 18px; }
  .showcase-photo { height: 530px; }
  .start-layout { gap: 40px; }
}

@media (max-width: 820px) {
  .header-inner { height: 72px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 72px; left: 0; right: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 12px 28px 28px; border-bottom: 1px solid var(--stroke); background: rgba(18, 14, 27, .98); box-shadow: 0 18px 30px rgba(0,0,0,.35); }
  .main-nav.open { display: flex; }
  .main-nav > a:not(.nav-cta) { padding: 16px 0; border-bottom: 1px solid var(--stroke-soft); }
  .nav-cta { margin-top: 20px; justify-content: space-between; }
  .hero-layout { display: block; padding-top: 67px; }
  .hero-copy { padding: 0; }
  .hero h1 { font-size: clamp(58px, 9vw, 77px); }
  .hero-lead { max-width: 640px; }
  .hero-tags { margin-top: 35px; }
  .hero-visual { height: 550px; }
  .hero-pc { width: min(100%, 690px); }
  .hero-phone { width: 190px; right: 8px; bottom: 5px; }
  .signal-inner { flex-wrap: wrap; justify-content: center; min-height: 0; padding: 21px 0; gap: 15px 25px; }
  .signal-inner > span:first-child { display: none; }
  .section-intro { display: block; }
  .section-intro > p, .showcase-intro > p { width: auto; max-width: 600px; margin-top: 22px; }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-card:last-child { grid-column: span 2; min-height: 240px; }
  .showcase-photo { height: 480px; }
  .local-panel { grid-template-columns: 1fr; }
  .local-art { min-height: 360px; }
  .local-copy { padding: 40px 55px 55px; }
  .start-layout { grid-template-columns: minmax(0, 1fr); }
  .start-card { max-width: 660px; }
}

@media (max-width: 580px) {
  .container { width: calc(100% - 36px); }
  .brand { font-size: 25px; }
  .brand-mark { width: 36px; height: 36px; }
  .hero-layout { padding-top: 55px; }
  .eyebrow { margin-bottom: 23px; font-size: 9px; letter-spacing: .11em; }
  .hero h1 { font-size: clamp(44px, 10.6vw, 60px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { gap: 17px; }
  .button { min-height: 51px; padding-inline: 16px; font-size: 12px; }
  .hero-tags { gap: 7px; }
  .hero-tags span { padding: 8px; font-size: 9px; }
  .hero-visual { height: 335px; margin: 0 -8px; }
  .hero-pc { width: 100%; transform: rotate(-3deg); }
  .frame-caption { height: 27px; font-size: 6px; padding: 0 9px; }
  .frame-live { display: none; }
  .hero-pc img { aspect-ratio: 16/10; }
  .hero-phone { width: 112px; right: -2px; bottom: 10px; padding: 5px 3px 3px; border-width: 2px; border-radius: 18px; }
  .hero-phone img { border-radius: 10px; }
  .phone-camera { width: 23px; height: 3px; margin: 0 auto 4px; }
  .visual-callout { left: 2px; bottom: 0; padding: 8px; border-radius: 10px; font-size: 8px; }
  .callout-icon { width: 23px; height: 23px; border-radius: 7px; font-size: 13px; }
  .hero-foot { font-size: 9px; padding-bottom: 23px; }
  .hero-foot span:last-child { display: none; }
  .signal-inner { justify-content: flex-start; gap: 14px 18px; }
  .signal-inner > span:not(:first-child) { gap: 6px; font-size: 10px; }
  .signal-inner b { font-size: 15px; }
  .section { padding: 80px 0; }
  .section-intro { margin-bottom: 33px; }
  .section-intro h2, .local-copy h2, .start-section h2 { font-size: clamp(38px, 9.5vw, 51px); }
  .section-intro > p { font-size: 14px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card, .feature-card:last-child { grid-column: auto; min-height: 285px; padding: 23px; }
  .feature-card h3 { font-size: 23px; }
  .feature-card p { font-size: 13px; }
  .shot-picker { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
  .shot-tab { min-height: 48px; padding: 8px 10px; gap: 6px; font-size: 10px; text-align: left; }
  .shot-tab span { font-size: 9px; }
  .showcase-photo { padding: 14px; }
  .showcase-photo.is-desktop { height: 300px; }
  .showcase-photo.is-phone { height: 660px; }
  .showcase-photo.is-desktop img { width: 100%; border-radius: 8px; }
  .showcase-photo.is-phone img { height: 630px; }
  .showcase-meta { display: block; padding: 21px; }
  .showcase-meta h3 { font-size: 21px; }
  .showcase-meta p { font-size: 12px; }
  .showcase-meta a { display: inline-block; margin-top: 17px; }
  .steps { grid-template-columns: 1fr; gap: 30px; }
  .steps article { padding: 0; }
  .step-line { margin: 8px 0 18px; }
  .local-art { min-height: 300px; }
  .ring { width: 270px; height: 270px; }
  .ring-two { width: 210px; height: 210px; }
  .ring-three { width: 145px; height: 145px; }
  .local-core { width: 85px; height: 85px; border-radius: 26px; font-size: 49px; }
  .orbit-label { font-size: 8px; padding: 9px; }
  .top-label { left: 10px; top: 45px; }
  .bottom-label { right: 10px; bottom: 45px; }
  .local-copy { padding: 40px 23px 45px; }
  .local-copy > p:not(.eyebrow) { font-size: 14px; }
  .start-layout { gap: 35px; }
  .start-layout > div:first-child > p:not(.eyebrow) { font-size: 14px; }
  .start-card { padding: 25px 18px; }
  .start-card h3 { font-size: 23px; }
  .footer-inner { min-height: 175px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 11px; }
  .footer-inner p { font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
