:root {
  --paper: #fff;
  --soft: #f5f5f3;
  --ink: #111;
  --muted: #686866;
  --red: #f5322e;
  --line: #dfdfdc;
  --dark: #101010;
  --gutter: clamp(24px, 5.5vw, 88px);
  --header-height: 72px;
  --sans: Inter, Arial, sans-serif;
  --mono: 'DM Mono', monospace;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.5; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
::selection { background: var(--red); color: white; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; left: 18px; top: 12px; z-index: 100; padding: 10px 14px; background: var(--ink); color: white; font: 11px var(--mono); transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.site-header { height: var(--header-height); padding: 0 var(--gutter); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.92); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: 8px; font-size: 20px; font-weight: 700; letter-spacing: 0; }
.brand-dot { width: 8px; height: 8px; background: var(--red); border-radius: 50%; }
.site-nav { display: flex; align-items: center; gap: 27px; color: #555; font: 10px var(--mono); text-transform: uppercase; letter-spacing: .07em; }
.site-nav a { position: relative; padding: 8px 0; }
.site-nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 1px; height: 1px; background: var(--red); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav a.current::after { transform: scaleX(1); transform-origin: left; }
.site-nav a:hover, .site-nav a.current { color: var(--ink); }
.site-nav a.nav-cta { padding: 10px 13px; background: var(--ink); color: white; }
.site-nav a.nav-cta::after { display: none; }
.site-nav a.nav-cta:hover { background: var(--red); color: white; }
.menu-toggle { display: none; padding: 8px 0; background: none; border: 0; color: var(--ink); font: 10px var(--mono); text-transform: uppercase; cursor: pointer; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--red); outline-offset: 4px; }
.eyebrow { margin: 0 0 24px; color: var(--red); font: 10px var(--mono); text-transform: uppercase; letter-spacing: .1em; }
.hero-panel { position: relative; max-height: none; background: var(--soft); overflow: hidden; scroll-margin-top: var(--header-height); }
.hero-panel::after { content: ''; position: absolute; inset: 50% 0 0; background: linear-gradient(180deg, transparent, rgba(0,0,0,.22)); pointer-events: none; }
.hero-image { display: block; width: 100%; height: auto; max-height: none; object-fit: contain; object-position: center; }
.hero-overlay { position: absolute; z-index: 1; left: var(--gutter); right: var(--gutter); bottom: clamp(34px, 6vw, 86px); display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.hero-overlay .eyebrow { margin: 0; }
.hero-overlay .eyebrow, .hero-overlay .plain-link { color: #222; text-shadow: 0 1px 18px rgba(255,255,255,.55); }
.hero-overlay .plain-link:hover { color: var(--red); }
.hero-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; font: 10px var(--mono); text-transform: uppercase; letter-spacing: .07em; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-red { background: var(--red); color: white; }
.button-red:hover { background: var(--ink); }
.button-white { background: white; color: var(--ink); }
.button-white:hover { background: var(--red); color: white; }
.plain-link, .download-link { font: 10px var(--mono); color: var(--muted); text-transform: uppercase; letter-spacing: .07em; }
.plain-link span { color: var(--red); font-size: 16px; margin-left: 6px; }
.plain-link:hover, .download-link:hover { color: var(--ink); }
.intro-panel { padding: clamp(68px, 8vw, 112px) var(--gutter); display: grid; grid-template-columns: 1fr 1fr; column-gap: 10%; align-items: end; }
.intro-panel .eyebrow { grid-column: 1 / -1; }
.intro-panel h1, .section-title h2, .privacy-panel h2, .download-panel h2 { font-size: clamp(48px, 6vw, 86px); line-height: .91; letter-spacing: 0; margin: 0; }
.intro-panel h1 { font-size: clamp(40px, 4.6vw, 66px); line-height: 1.06; letter-spacing: -.045em; text-wrap: balance; }
.intro-panel h1 span, .section-title h2 span, .privacy-panel h2 span, .download-panel h2 span { color: var(--red); }
.intro-panel > p:last-child { color: var(--muted); font-size: 17px; line-height: 1.75; max-width: 400px; margin: 0; }
.home-feature-list { display: flex; flex-direction: column; }
.home-feature-row { display: grid; grid-template-columns: 70px minmax(0, 1fr) minmax(220px, .8fr); gap: clamp(25px, 4vw, 70px); min-height: 320px; padding: clamp(48px, 6vw, 72px) var(--gutter); align-items: center; }
.row-light { background: var(--soft); }
.row-dark { background: var(--dark); color: white; }
.home-feature-number { align-self: start; color: var(--red); font: 11px var(--mono); padding-top: 5px; }
.home-feature-copy { max-width: 530px; }
.home-feature-copy .panel-index { margin-bottom: 20px; }
.home-feature-copy h2 { font-size: clamp(38px, 5vw, 68px); line-height: .92; letter-spacing: 0; margin: 0 0 20px; }
.home-feature-copy h2 strong { font-weight: 400; }
.home-feature-copy > p:not(.panel-index) { max-width: 400px; color: var(--muted); font-size: 15px; line-height: 1.7; margin-bottom: 25px; }
.row-dark .home-feature-copy > p:not(.panel-index) { color: #aaa; }
.row-dark .plain-link { color: #ccc; }
.row-dark .plain-link:hover { color: white; }
.home-feature-meta { display: flex; flex-direction: column; gap: 10px; justify-self: end; width: min(300px,100%); }
.home-feature-meta span { padding: 13px 0; border-top: 1px solid var(--line); color: var(--muted); font: 11px var(--mono); }
.row-dark .home-feature-meta span { border-color: #3a3a38; color: #aaa; }
.feature-summary { padding: clamp(68px, 8vw, 112px) var(--gutter); display: grid; grid-template-columns: 1fr 1.3fr; gap: 9%; border-bottom: 1px solid var(--line); }
.feature-summary h2 { font-size: clamp(45px, 5.5vw, 74px); line-height: .92; letter-spacing: 0; margin: 0; }
.feature-summary h2 span { color: var(--red); }
.summary-grid { border-top: 1px solid var(--line); }
.summary-grid a { display: grid; grid-template-columns: 1fr 1.6fr 20px; gap: 18px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.summary-grid b { font-size: 15px; }
.summary-grid span { color: var(--muted); line-height: 1.55; }
.summary-grid i { color: var(--red); font: 18px var(--sans); font-style: normal; }
.summary-grid a:hover b { color: var(--red); }
.feature-panels { display: flex; flex-direction: column; }
.feature-panel { min-height: 520px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; }
.feature-panel-light { background: var(--soft); }
.feature-panel-dark { background: var(--dark); color: white; }
.panel-copy { padding: 80px 8%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.panel-index { color: var(--red); font: 10px var(--mono); letter-spacing: .1em; text-transform: uppercase; margin: 0 0 32px; }
.panel-copy h2 { font-size: clamp(38px, 5.3vw, 76px); line-height: .92; letter-spacing: 0; margin: 0 0 22px; }
.panel-copy h2 strong { font-weight: 400; }
.panel-copy > p:not(.panel-index) { max-width: 360px; color: var(--muted); font-size: 15px; line-height: 1.75; margin-bottom: 30px; }
.feature-panel-dark .panel-copy > p:not(.panel-index) { color: #b2b2ad; }
.feature-panel-dark .plain-link { color: #ccc; }
.feature-panel-dark .plain-link:hover { color: white; }
.panel-image { display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 34px 54px; background: #e8e8e4; }
.feature-panel-dark .panel-image { background: #161616; }
.panel-image img { display: block; width: 100%; height: 100%; object-fit: contain; }
.gallery-section { padding: 150px 5%; background: var(--paper); }
.section-title { display: flex; justify-content: space-between; align-items: end; max-width: 1200px; margin: 0 auto 55px; }
.gallery-grid { max-width: 1200px; margin: auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.gallery-card { display: block; position: relative; min-height: 420px; overflow: hidden; background: var(--soft); }
.gallery-card.gallery-wide { grid-column: 1 / -1; min-height: 520px; }
.gallery-card img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.gallery-card:hover img { transform: scale(1.025); }
.gallery-card > div { position: absolute; left: 28px; right: 28px; bottom: 26px; padding: 16px 18px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 5px; background: rgba(255,255,255,.9); backdrop-filter: blur(10px); }
.gallery-card small { grid-column: 1 / -1; color: var(--red); font: 9px var(--mono); letter-spacing: .09em; }
.gallery-card strong { font-size: 18px; letter-spacing: -.03em; }
.gallery-card span { color: var(--muted); font: 10px var(--mono); }
.privacy-panel { padding: clamp(58px, 7vw, 88px) var(--gutter); display: grid; grid-template-columns: 1fr 1fr; gap: 10%; align-items: end; background: var(--soft); border-block: 1px solid var(--line); }
.privacy-panel > div:last-child p { max-width: 410px; color: var(--muted); font-size: 16px; line-height: 1.75; margin-bottom: 27px; }
.download-panel { position: relative; overflow: hidden; min-height: 400px; padding: clamp(68px, 8vw, 102px) var(--gutter); background: var(--dark); color: white; }
.download-panel h2 { font-size: clamp(54px, 7vw, 100px); }
.download-panel > p:not(.eyebrow) { color: #aaa; font-size: 16px; margin: 25px 0 34px; }
.download-panel .eyebrow { color: #ff716c; }
.download-panel .download-link { color: #aaa; }
.download-panel .download-link:hover { color: white; }
.dot-field { position: absolute; right: 7%; top: 14%; width: 430px; height: 430px; transform: rotate(15deg); background-image: radial-gradient(circle, rgba(255,255,255,.45) 1px, transparent 1.5px); background-size: 22px 22px; opacity: .5; }
.dot-field:after { content: ''; position: absolute; width: 110px; height: 110px; left: 155px; top: 155px; background: var(--red); border-radius: 50%; box-shadow: 0 0 80px rgba(245,50,46,.4); }
.site-footer { min-height: 96px; padding: 25px var(--gutter); display: flex; align-items: center; justify-content: space-between; color: var(--muted); font: 10px var(--mono); }
.site-footer div { display: flex; gap: 20px; }
.site-footer a:hover { color: var(--ink); }

.feature-index { padding: 120px 0; border-bottom: 1px solid var(--line); }
.feature-index-head { margin-bottom: 48px; }
.feature-index-head h2 { font-size: clamp(42px, 5vw, 70px); line-height: .94; letter-spacing: 0; margin: 0; }
.feature-index-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.feature-index-grid > div { min-height: 150px; padding: 22px 26px 22px 0; margin-right: 26px; border-bottom: 1px solid var(--line); }
.feature-index-grid > div:nth-child(3n) { border-right: 0; margin-right: 0; }
.feature-index-grid b { display: block; font-size: 15px; margin-bottom: 12px; }
.feature-index-grid span { display: block; max-width: 270px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.guide-hero { padding: clamp(68px, 8vw, 112px) var(--gutter) clamp(58px, 6vw, 82px); border-bottom: 1px solid var(--line); background: linear-gradient(135deg, var(--paper) 0%, var(--soft) 100%); }
.guide-hero h1 { max-width: 980px; font-size: clamp(48px, 7vw, 92px); line-height: .96; letter-spacing: 0; margin: 0 0 26px; overflow-wrap: anywhere; }
.guide-hero h1 em { font-style: normal; color: var(--red); }
.guide-hero > p:last-child { max-width: 470px; color: var(--muted); font-size: 17px; line-height: 1.75; margin: 0; }
.guide-layout { display: grid; grid-template-columns: 180px minmax(0, 820px); gap: clamp(42px, 6vw, 84px); max-width: 1260px; margin: 0 auto; padding: 58px var(--gutter) 0; }
.guide-nav { position: sticky; top: 94px; align-self: start; display: flex; flex-direction: column; gap: 3px; }
.guide-nav p { color: #aaa; font: 10px var(--mono); text-transform: uppercase; margin: 0 0 15px; }
.guide-nav a { padding: 9px 13px; border-left: 1px solid transparent; color: var(--muted); font-size: 13px; transition: color .2s, background .2s, border-color .2s; }
.guide-nav a:hover, .guide-nav a.active { border-left-color: var(--red); color: var(--ink); background: var(--soft); }
.guide-block { display: grid; grid-template-columns: 55px 1fr; gap: 30px; padding-bottom: 60px; border-bottom: 1px solid var(--line); margin-bottom: 60px; scroll-margin-top: 94px; }
.guide-number { padding-top: 5px; color: var(--red); font: 11px var(--mono); }
.guide-block h2 { font-size: clamp(42px, 5vw, 68px); line-height: .95; letter-spacing: 0; font-weight: 700; margin-bottom: 25px; }
.guide-block > div > p:not(.kicker):not(.note) { max-width: 590px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.guide-points { border-top: 1px solid var(--line); margin-top: 38px; }
.guide-points > div { display: grid; grid-template-columns: 170px 1fr; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.guide-points span { color: var(--muted); }
.howto-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 34px; background: var(--line); border: 1px solid var(--line); }
.howto-card { min-height: 145px; padding: 21px; background: var(--paper); transition: background .2s ease; }
.howto-card:hover { background: #fafaf8; }
.howto-card b { display: block; color: var(--red); font: 10px var(--mono); letter-spacing: .08em; text-transform: uppercase; margin-bottom: 13px; }
.howto-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.howto-card p strong { color: var(--ink); font-weight: 600; }
.howto-card.availability { grid-column: 1 / -1; min-height: auto; background: var(--soft); }
.guide-shot { display: block; width: 100%; max-height: 570px; object-fit: contain; object-position: left center; background: #e8e8e4; border: 1px solid var(--line); margin-top: 42px; }
.guide-shot-small { max-height: 430px; }
.command-box { display: flex; flex-direction: column; gap: 13px; padding: 25px; background: var(--soft); border: 1px solid var(--line); margin-top: 35px; }
.command-box span { color: var(--red); font: 10px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.command-box code { font: 14px var(--mono); }
.note { color: var(--muted); font: 12px var(--mono); margin-top: 18px; }
.reveal { opacity: 1; transform: none; transition: opacity .65s ease, transform .65s ease; }
.reveal.is-pending { opacity: 0; transform: translateY(16px); }
.reveal.is-visible { opacity: 1; transform: none; }
.legal-page { background: var(--paper); }
.legal-hero { padding: clamp(68px, 8vw, 112px) var(--gutter) clamp(58px, 6vw, 82px); border-bottom: 1px solid var(--line); background: linear-gradient(135deg, var(--paper) 0%, var(--soft) 100%); }
.legal-hero h1 { margin: 0 0 25px; font-size: clamp(60px, 8vw, 104px); line-height: .9; letter-spacing: 0; }
.legal-hero h1 span { color: var(--red); }
.legal-hero > p:not(.eyebrow) { max-width: 560px; color: var(--muted); font-size: 17px; line-height: 1.75; margin: 0; }
.legal-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.legal-pills span { padding: 9px 12px; border: 1px solid var(--line); color: var(--muted); font: 10px var(--mono); }
.legal-layout { display: grid; grid-template-columns: 180px minmax(0, 820px); gap: clamp(42px, 6vw, 84px); max-width: 1260px; margin: 0 auto; padding: 58px var(--gutter) 0; }
.legal-nav { position: sticky; top: 94px; align-self: start; display: flex; flex-direction: column; gap: 3px; }
.legal-nav p { margin: 0 0 15px; color: #aaa; font: 10px var(--mono); text-transform: uppercase; }
.legal-nav a { padding: 9px 13px; border-left: 1px solid transparent; color: var(--muted); font-size: 13px; transition: color .2s, background .2s, border-color .2s; }
.legal-nav a:hover, .legal-nav a.active { border-left-color: var(--red); color: var(--ink); background: var(--soft); }
.legal-content { min-width: 0; }
.legal-section { padding-bottom: 60px; margin-bottom: 60px; border-bottom: 1px solid var(--line); scroll-margin-top: 94px; }
.legal-section:last-child { border-bottom: 0; }
.legal-number { margin: 0 0 14px; color: var(--red); font: 11px var(--mono); }
.legal-section h2 { margin: 0 0 22px; font-size: clamp(34px, 4vw, 52px); line-height: .95; letter-spacing: 0; }
.legal-section > p:not(.legal-number):not(.effective-date), .legal-list { max-width: 760px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.legal-section strong { color: var(--ink); }
.legal-callout { position: relative; margin: 0 0 24px; padding: 20px 22px 20px 27px; background: var(--soft); border: 1px solid var(--line); }
.legal-callout::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--red); }
.legal-callout p { margin: 0; color: var(--ink); font-size: 15px; line-height: 1.75; }
.table-scroll { overflow-x: auto; margin: 25px 0; }
.legal-table { width: 100%; min-width: 650px; border-collapse: collapse; font-size: 12px; line-height: 1.55; }
.legal-table th, .legal-table td { padding: 13px 12px; text-align: left; vertical-align: top; border: 1px solid var(--line); }
.legal-table th { background: var(--soft); font-weight: 600; }
.legal-table td { color: var(--muted); }
.legal-table td.negative { color: var(--red); }
.legal-list { padding-left: 20px; }
.legal-list li { margin-bottom: 8px; }
.effective-date { color: var(--muted); font: 12px var(--mono); }
.legal-contact > div { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; padding-top: 20px; border-top: 1px solid var(--line); }
.legal-contact > div a { color: var(--red); font: 12px var(--mono); }
.legal-contact > div a:hover { color: var(--ink); }

/* Shared polish: readable actions, calm spacing, and an unobstructed showcase. */
:where(section[id]) { scroll-margin-top: calc(var(--header-height) + 24px); }
.site-nav { font-size: 12px; }
.site-nav a, .site-footer a { min-height: 44px; display: inline-flex; align-items: center; }
.button { font-size: 11px; border-radius: 8px; }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: #333; }
.plain-link, .download-link { font-size: 11px; min-height: 44px; display: inline-flex; align-items: center; }
.hero-panel::after { display: none; }
.hero-panel { margin: 0 var(--gutter) clamp(48px, 6vw, 88px); border: 1px solid var(--line); border-radius: 16px; }
.hero-overlay { position: static; padding: 14px var(--gutter); background: var(--soft); border-block: 1px solid var(--line); }
.hero-overlay { padding-inline: clamp(16px, 3vw, 40px); border-bottom: 0; }
.hero-overlay .eyebrow, .hero-overlay .plain-link { text-shadow: none; }
.intro-panel { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 24px 7%; align-items: center; }
.intro-panel .eyebrow { margin-bottom: 0; }
.intro-copy > p { max-width: 460px; color: var(--muted); font-size: 17px; line-height: 1.75; margin: 0 0 24px; }
.intro-copy .hero-actions { gap: 8px 22px; }
.trust-notes { display: flex; flex-wrap: wrap; gap: 10px 18px; list-style: none; padding: 0; margin: 24px 0 0; color: var(--muted); font: 11px var(--mono); }
.trust-notes li::before { content: ''; display: inline-block; width: 4px; height: 4px; margin: 0 8px 2px 0; border-radius: 50%; background: var(--red); }
.home-feature-copy h2, .feature-summary h2, .privacy-panel h2, .download-panel h2 { line-height: 1.02; letter-spacing: -.035em; text-wrap: balance; }
.faq-section { padding: clamp(58px, 7vw, 96px) var(--gutter); display: grid; grid-template-columns: 1fr 1.3fr; gap: 9%; }
.faq-section h2 { font-size: clamp(36px, 4.5vw, 60px); line-height: 1.05; letter-spacing: -.035em; margin: 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 22px 0; font-size: 16px; font-weight: 600; cursor: pointer; }
.faq-list summary:focus-visible { outline: 2px solid var(--red); outline-offset: 4px; }
.faq-list details p { max-width: 560px; margin: 0 0 24px; font-size: 15px; line-height: 1.75; color: var(--muted); }
.faq-list a { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.dot-field { pointer-events: none; }
.download-panel > :not(.dot-field) { position: relative; z-index: 1; }
.guide-content { min-width: 0; }
.guide-block { grid-template-columns: 40px minmax(0, 1fr); gap: 22px; }
.guide-block h2 { font-size: clamp(34px, 4.3vw, 58px); line-height: 1.08; letter-spacing: -.025em; margin-top: 0; overflow-wrap: anywhere; }
.guide-nav a, .legal-nav a { min-height: 44px; }

@media (max-width: 800px) {
  .site-header { width: 100vw; max-width: 100vw; height: 68px; padding: 0 var(--gutter); }
  .menu-toggle { display: block; }
  .menu-toggle { min-width: 48px; min-height: 44px; font-size: 12px; }
  .site-nav { display: none; position: absolute; top: 68px; left: var(--gutter); right: var(--gutter); flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: rgba(255,255,255,.98); border: 1px solid var(--line); box-shadow: 0 14px 35px rgba(17,17,17,.08); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 4px; }
  .site-nav a.nav-cta { margin-top: 8px; text-align: center; }
  .hero-overlay { left: var(--gutter); right: var(--gutter); bottom: 20px; display: block; }
  .hero-overlay .eyebrow { margin-bottom: 16px; }
  .hero-overlay { display: flex; gap: 12px; padding-block: 10px; }
  .hero-overlay .eyebrow { margin-bottom: 0; font-size: 9px; }
  .hero-overlay .plain-link { font-size: 10px; }
  .hero-overlay .hero-actions { gap: 16px; }
  .hero-overlay .button { min-height: 46px; }
  .intro-panel { display: block; padding: 68px var(--gutter); }
  .intro-panel h1 { margin-bottom: 25px; }
  .intro-panel .eyebrow { margin-bottom: 22px; }
  .intro-copy .button { width: 100%; }
  .faq-section { display: block; }
  .faq-section h2 { margin-bottom: 32px; }
  html:not(.nav-ready) .menu-toggle { display: none; }
  html:not(.nav-ready) .site-header { height: auto; min-height: 68px; flex-wrap: wrap; gap: 12px; padding-block: 12px; }
  html:not(.nav-ready) .site-nav { display: flex; position: static; flex-direction: row; flex-wrap: wrap; width: 100%; border: 0; box-shadow: none; gap: 16px; padding: 0; }
  .home-feature-row { display: block; min-height: 0; padding: 48px var(--gutter); }
  .home-feature-number { margin-bottom: 24px; }
  .home-feature-copy h2 { font-size: clamp(42px, 13vw, 68px); }
  .home-feature-meta { width: 100%; margin-top: 38px; }
  .feature-summary { display: block; padding: 68px var(--gutter); }
  .feature-summary h2 { margin-bottom: 36px; }
  .summary-grid a { grid-template-columns: 1fr 20px; gap: 8px; }
  .summary-grid span { grid-column: 1; grid-row: 2; }
  .summary-grid i { grid-column: 2; grid-row: 1 / span 2; }
  .feature-panel { display: flex; flex-direction: column; min-height: 0; }
  .feature-panel .panel-copy { order: 1; padding: 65px 24px; }
  .feature-panel .panel-image { order: 2; min-height: 400px; padding: 24px; }
  .feature-panel:nth-child(2) .panel-copy, .feature-panel:nth-child(2) .panel-image { order: 1; }
  .feature-panel:nth-child(2) .panel-image { order: 2; }
  .panel-copy h2 { font-size: clamp(42px, 13vw, 68px); }
  .gallery-section { padding: 90px 20px; }
  .section-title { display: block; margin-bottom: 35px; }
  .section-title h2 { font-size: clamp(48px, 14vw, 76px); }
  .gallery-grid { display: flex; flex-direction: column; gap: 12px; }
  .gallery-card, .gallery-card.gallery-wide { min-height: 430px; }
  .gallery-card.gallery-wide { min-height: 520px; }
  .gallery-card > div { left: 14px; right: 14px; bottom: 14px; }
  .privacy-panel { display: block; padding: 62px var(--gutter); }
  .privacy-panel h2 { margin-bottom: 26px; }
  .download-panel { padding: 68px var(--gutter); min-height: 500px; }
  .dot-field { width: 300px; height: 300px; right: -85px; top: 245px; }
  .dot-field:after { width: 80px; height: 80px; left: 110px; top: 110px; }
  .site-footer { padding: 26px var(--gutter); flex-wrap: wrap; gap: 18px; }
  .legal-hero { width: 100vw; max-width: 100vw; padding: 68px var(--gutter) 58px; overflow: hidden; }
  .legal-hero h1 { font-size: clamp(42px, 11vw, 58px); }
  .legal-layout { width: 100vw; max-width: 100vw; display: block; padding: 48px var(--gutter) 0; }
  .legal-nav { position: static; flex-direction: row; overflow-x: auto; margin-bottom: 58px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
  .legal-nav p { display: none; }
  .legal-nav a { white-space: nowrap; border-left: 0; border-bottom: 1px solid transparent; }
  .legal-nav a:hover { border-left: 0; border-bottom-color: var(--red); }
  .legal-section { padding-bottom: 52px; margin-bottom: 52px; }
  .legal-contact > div { display: block; }
  .legal-contact > div a { display: block; margin-top: 10px; }
  .feature-index { padding: 85px 24px; }
  .feature-index-grid { grid-template-columns: 1fr 1fr; }
  .feature-index-grid > div:nth-child(3n) { border-right: 1px solid var(--line); margin-right: 14px; }
  .feature-index-grid > div:nth-child(2n) { border-right: 0; margin-right: 0; }
  .guide-hero { width: 100vw; max-width: 100vw; padding: 68px var(--gutter) 58px; overflow: hidden; }
  .guide-hero h1 { font-size: clamp(36px, 9.2vw, 46px); line-height: 1.06; max-width: 100%; }
  .guide-hero > p:last-child { max-width: 100%; }
  .guide-layout { width: 100vw; max-width: 100vw; display: block; padding: 48px var(--gutter) 0; }
  .guide-nav { position: static; flex-direction: row; overflow: auto; margin-bottom: 70px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
  .guide-nav p { display: none; }
  .guide-nav a { white-space: nowrap; border-left: 0; border-bottom: 1px solid transparent; }
  .guide-nav a:hover, .guide-nav a.active { border-left: 0; border-bottom-color: var(--red); }
  .guide-block { display: block; padding-bottom: 58px; margin-bottom: 58px; }
  .guide-number { margin-bottom: 18px; }
  .guide-points > div { grid-template-columns: 1fr; gap: 5px; }
  .howto-grid { grid-template-columns: 1fr; }
  .howto-card.availability { grid-column: auto; }
  .guide-shot { max-height: 450px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } .reveal { opacity: 1; transform: none; } }
