/* Main page only. Keep desktop choreography and original media untouched. */
@media (max-width: 760px) {
  .launch-hero { height: 155svh; min-height: 0; }
  .launch-stage { height: 100svh; min-height: 560px; padding: 100px 22px 64px; align-items: center; }
  .launch-video { inset: 0; height: 100%; width: 100%; object-fit: cover; object-position: 50% 50%; transform: scale(var(--launch-video-scale, 1.025)); }
  .launch-video-shade { background: linear-gradient(180deg, rgba(3,13,17,.35), rgba(3,13,17,.08) 28%, rgba(3,13,17,.48) 57%, rgba(3,13,17,.86) 100%); }
  .launch-copy { height: auto; padding: 0; margin-top: 10svh; text-shadow: 0 2px 24px rgba(0,0,0,.25); }
  .launch-eyebrow { position: relative; top: auto; margin-bottom: 18px; font-size: 11px; }
  .launch-copy h1 {
    display: grid; grid-template-columns: max-content 1fr; column-gap: .05em; row-gap: 0;
    height: auto; font-size: clamp(41px, 13vw, 72px); line-height: .86; letter-spacing: -.072em;
  }
  .launch-copy h1 .launch-word {
    position: relative; inset: auto; margin: 0; max-width: none; width: max-content;
  }
  .launch-copy h1 .launch-word-re,
  .launch-copy h1 .launch-word-cast { font-size: 1em; top: auto; left: auto; }
  /* Override the older second-span rule without changing desktop typography. */
  .launch-copy h1 > span.launch-word-cast { margin: 0; font-size: 1em; justify-self: start; grid-column: 2; grid-row: 1; }
  .launch-copy h1 .launch-word-standard {
    grid-column: 1 / -1; font-size: .92em; top: auto; left: auto; right: auto; bottom: auto;
    line-height: .9; letter-spacing: -.075em; margin-top: -.04em;
  }
  /* Do not let legacy h1 span rules shrink or animate the nested colon. */
  .launch-copy h1 .launch-word-re .launch-colon {
    display: inline; position: static; width: auto; max-width: none; margin: 0 0 0 .04em;
    font-size: inherit; opacity: 1; transform: none; animation: none; white-space: normal;
  }
  .launch-bottom { position: relative; bottom: auto; padding: 16px 0 0; margin-top: 32px; }
  .launch-bottom p { max-width: none; font-size: 14px; }
  .launch-orbit { width: 76vw; right: -24vw; top: 17svh; border-color: rgba(114,200,227,.18); }
  .launch-slice-a, .launch-slice-b { display: none; }
  .launch-stage::before { content: ''; position: absolute; inset: -20% 0; pointer-events: none; z-index: 2; background: linear-gradient(180deg, transparent 48%, rgba(145,221,240,.2) 50%, transparent 52%); opacity: 0; }
  .launch-progress { display: flex; writing-mode: horizontal-tb; top: auto; bottom: 28px; left: 22px; right: auto; font-size: 9px; letter-spacing: .18em; }
  .launch-progress em { width: 44px; height: 1px; }
  .launch-progress i { width: var(--launch-progress-height); height: 1px; }
  @media (prefers-reduced-motion: no-preference) {
    .launch-stage.is-booting::before { animation: mobile-opening-scan 1.1s ease-out both; }
    .launch-stage.is-booting .launch-word-re,
    .launch-stage.is-booting .launch-word-cast { animation: mobile-opening-type .8s .08s cubic-bezier(.16,1,.3,1) both; }
    .launch-stage.is-booting .launch-word-standard { animation: mobile-opening-type .8s .25s cubic-bezier(.16,1,.3,1) both; }
    @keyframes mobile-opening-scan { from { opacity: 0; transform: translateY(-40%); } 25% { opacity: 1; } to { opacity: 0; transform: translateY(40%); } }
    @keyframes mobile-opening-type { from { opacity: 0; clip-path: inset(0 100% 0 0); } to { opacity: 1; clip-path: inset(0); } }
  }

  .new-current { padding: 64px 20px 48px; gap: 28px; }
  .current-main { min-width: 0; }
  .current-main h2 { font-size: clamp(42px, 14vw, 66px); line-height: .94; }
  .current-kicker { font-size: 11px; letter-spacing: .12em; white-space: normal; flex-wrap: wrap; }
  .current-jp { font-size: 17px; line-height: 1.65; margin: 24px 0 0; }
  .current-process { width: 100%; margin-top: 12px; }
  .process-step { padding: 24px 0; }
  .process-step::before { width: 36px; height: 2px; }
  .process-meta { align-items: center; gap: 14px; margin-bottom: 14px; }
  .process-meta b { font-size: 32px; line-height: 1; letter-spacing: -.06em; }
  .process-meta .caps { font-size: 11px; letter-spacing: .15em; }
  .process-step h3 { font-size: 23px; line-height: 1.4; margin-bottom: 10px; }
  .process-step p { font-size: 15px; line-height: 1.85; }
  /* Each step reveals on arrival, rather than all three running off-screen. */
  .new-current .current-process .process-step:nth-child(n),
  .new-current .current-process .process-step:nth-child(n)::before { animation: none; opacity: 1; transform: none; }
  @media (prefers-reduced-motion: no-preference) {
    .mobile-process-motion .process-step { overflow: hidden; }
    .mobile-process-motion .process-step .process-meta,
    .mobile-process-motion .process-step h3,
    .mobile-process-motion .process-step p { opacity: 0; transform: translateY(16px); transition: opacity .5s, transform .7s cubic-bezier(.16,1,.3,1); }
    .mobile-process-motion .process-step h3 { clip-path: inset(0 100% 0 0); transition: clip-path .7s cubic-bezier(.16,1,.3,1) .12s, opacity .4s .12s, transform .7s .12s; }
    .mobile-process-motion .process-step p { transition-delay: .26s; }
    .mobile-process-motion .process-step.is-step-visible .process-meta,
    .mobile-process-motion .process-step.is-step-visible h3,
    .mobile-process-motion .process-step.is-step-visible p { opacity: 1; transform: none; clip-path: inset(0); }
    .mobile-process-motion .process-step::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: linear-gradient(90deg, transparent, var(--brand), transparent); opacity: 0; pointer-events: none; }
    .mobile-process-motion .process-step.is-step-visible::after { animation: mobile-process-scan .9s cubic-bezier(.16,1,.3,1) both; }
    @keyframes mobile-process-scan {
      0% { opacity: 0; transform: translateX(-100%); }
      20% { opacity: 1; }
      100% { opacity: 0; transform: translateX(100%); }
    }
  }

  .hero { height: auto; min-height: 0; display: block; background: #080908; }
  .hero-media {
    position: relative; inset: auto; width: 100%; aspect-ratio: 6 / 5;
    background-size: cover; background-position: center; transform: none !important;
  }
  .hero:after { display: none; }
  .hero-copy { padding: 24px 20px 36px; transform: none !important; }
  .hero h1 { max-width: none; font-size: clamp(38px, 12vw, 60px); line-height: 1; margin-bottom: 24px; }
  .hero h1 .hero-line:nth-child(2) { font-size: 1em; }
  .hero-bottom p { font-size: 18px; }

  .manifesto { padding: 56px 20px; }
  .manifesto-inner { display: flex; flex-direction: column; gap: 26px; width: 100%; min-width: 0; }
  .manifesto-content { display: contents; }
  .manifesto-index { font-size: 12px; letter-spacing: .12em; }
  .manifesto h2 { width: 100%; font-size: clamp(27px, 8.7vw, 44px); line-height: 1.12; letter-spacing: -.065em; }
  .manifesto h2 .manifesto-line { width: auto; max-width: 100%; white-space: normal; }
  .manifesto-copy { width: 100%; min-width: 0; padding: 0; margin: 0; }
  .manifesto-copy .lead { width: 100%; max-width: none; font-size: 18px; line-height: 1.8; margin: 0; text-align: left; overflow-wrap: normal; line-break: strict; }
  .manifesto-copy .lead br { display: none; }
  .manifesto-body { width: 100%; min-width: 0; margin: 0; text-align: left; }
  .manifesto-body p { font-size: 16px; line-height: 1.95; white-space: normal; overflow-wrap: normal; line-break: strict; }
  .manifesto-body p:nth-child(3) { font-size: 17px; line-height: 1.85; text-align: left; }
  .manifesto-body p:nth-child(3)::before { margin-left: 0; margin-right: auto; }

  .makers { padding: 48px 20px; }
  .makers-head { display: block; margin-bottom: 28px; }
  .makers-head h2 { font-size: clamp(34px, 10.5vw, 54px); line-height: .98; }
  .makers-head > .caps { display: block; margin-top: 20px; font-size: 11px; }
  .makers-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .maker { height: auto; min-height: 0; min-width: 0; background: #171917; }
  .maker img { height: auto; aspect-ratio: 1; object-fit: contain; }
  .maker:after { display: none; }
  .maker-info { position: relative; inset: auto; padding: 16px 10px 20px; background: #171917; }
  .maker-info > .caps { display: block; min-height: 4.8em; font-size: 10px; line-height: 1.6; letter-spacing: .06em; overflow-wrap: anywhere; }
  .maker-info h3 { font-size: clamp(18px, 5vw, 23px); line-height: 1.3; margin: 8px 0 12px; }
  .maker-info p { font-size: 14px; line-height: 1.85; }

  .water-bg { height: 100svh; background-color: #0b0c0b; background-size: 100% 100%, auto 72svh; background-repeat: no-repeat; background-position: center, 38% calc(30px + var(--mobile-water-shift, 0svh)); }
  .water-bg:after { background: linear-gradient(180deg, rgba(11,12,11,.12) 0%, rgba(11,12,11,.06) 30%, rgba(11,12,11,.64) 56%, rgba(11,12,11,.94) 78%, #0b0c0b 100%); }
  .water-bg-video { inset: 30px 0 auto; height: 78svh; object-fit: cover; object-position: center; transform: translateY(var(--mobile-water-shift, 0svh)); background: #0b0c0b; }
  .water-copy { margin-top: -100svh; padding: 0 20px 32px; }
  .water-copy .chapter { min-height: 100svh; justify-content: flex-start; padding: 46svh 0 48px 16px; }
  .water-copy .chapter:before { top: 46svh; }
  .water-copy .chapter h3 { font-size: clamp(28px, 8.5vw, 40px); line-height: 1.08; white-space: normal; margin: 20px 0 24px; }
  .water-copy .chapter p { max-width: none; font-size: 16px; line-height: 1.85; padding-top: 18px; }

  /* A compact directory preview, not a second full roster. */
  .field { padding: 48px 20px; }
  .field-heading { padding: 0; margin: 0 0 28px; }
  .field-heading .field-title { font-size: clamp(40px, 12vw, 64px); line-height: .94; letter-spacing: -.065em; }
  .field-heading .field-page-link { display: none; }
  .field-heading::after { content: 'SWIPE TO EXPLORE →'; display: block; margin-top: 22px; font-size: 10px; letter-spacing: .14em; color: var(--brand); }
  .field .anglers { display: flex; gap: 8px; padding: 0 0 12px; overflow-x: auto; scroll-snap-type: x proximity; scroll-padding-inline: 0; cursor: grab; }
  .field .angler { flex: 0 0 calc((100% - 16px) / 3); width: calc((100% - 16px) / 3); min-width: 0; height: auto; overflow: hidden; scroll-snap-align: start; }
  .field .angler::after { display: none; }
  .field .angler img { width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: cover; object-position: center top; filter: grayscale(.85) contrast(1.06); transform: none; }
  .field .angler > div { position: relative; inset: auto; color: var(--black); padding: 12px 0 0; border-top: 2px solid var(--brand); }
  .field .angler > div > .caps, .field .angler p, .field .angler-links { display: none; }
  .field .angler h3 { font-size: clamp(12px, 3.3vw, 18px); line-height: 1.3; letter-spacing: -.045em; margin: 0; opacity: 1; transform: none; clip-path: none; animation: none; overflow-wrap: anywhere; }
  .field .angler:focus-within { outline: 2px solid var(--brand); outline-offset: 3px; }
  .field .angler:focus-within img { filter: none; }
  .field-mobile-entry[hidden] { display: grid; gap: 12px; margin-top: 28px; padding: 18px 0; border-top: 1px solid rgba(8,9,8,.3); border-bottom: 1px solid rgba(8,9,8,.3); }
  .field-mobile-entry > .caps { font-size: 10px; letter-spacing: .16em; color: #555; }
  .field-mobile-entry strong { display: flex; justify-content: space-between; align-items: center; gap: 16px; font-size: 12px; letter-spacing: .14em; }
  .field-mobile-entry strong span { font-size: 23px; line-height: 1; color: var(--brand); transition: transform .25s; }
  .field-mobile-entry:focus-visible { outline: 2px solid var(--brand); outline-offset: 4px; }
  .field-mobile-entry:hover strong span { transform: translateX(4px); }
  @media (prefers-reduced-motion: no-preference) {
    .field.has-preview-motion .angler:nth-child(-n+3) { opacity: 0; clip-path: inset(0 0 100% 0); transform: translateY(12px); transition: clip-path .75s cubic-bezier(.16,1,.3,1), transform .75s cubic-bezier(.16,1,.3,1), opacity .25s; }
    .field.has-preview-motion .angler:nth-child(2) { transition-delay: .12s; }
    .field.has-preview-motion .angler:nth-child(3) { transition-delay: .24s; }
    .field.has-preview-motion.is-preview-visible .angler:nth-child(-n+3), .field.has-preview-motion .angler:focus-within { opacity: 1; clip-path: inset(0); transform: none; }
  }

  .precision, .product { padding-block: 48px; }
  .precision-head { margin-bottom: 24px; gap: 18px; }
  .precision h2, .product-head h2, .product .product-head h2 { font-size: clamp(32px, 10vw, 50px); line-height: 1; }
  .precision-head p { font-size: 15px; line-height: 1.85; margin: 0; }
  .precision-item, .precision-item + .precision-item { display: grid; grid-template-columns: 32px minmax(0, 1fr); column-gap: 14px; row-gap: 8px; padding: 20px 0; }
  .precision-item b { grid-column: 1; grid-row: 1 / 3; font-size: 28px; line-height: 1; padding-top: 2px; }
  .precision-item h3 { grid-column: 2; margin: 0; font-size: 17px; line-height: 1.35; }
  .precision-item p { grid-column: 2; margin: 0; font-size: 14px; line-height: 1.8; }
  .product-head { display: block; }
  .product-head p { margin-top: 22px; font-size: 16px; }
  .product { padding-inline: 20px; }
  .product-head { padding: 0; margin-bottom: 28px; }
  .product-head p { font-size: 14px; line-height: 1.7; margin: 18px 0 0; }
  .product-gallery { gap: 8px; padding: 0 0 12px; scroll-padding-inline: 0; scroll-snap-type: x proximity; }
  .product .product-card { flex: 0 0 calc((100% - 16px) / 3); width: calc((100% - 16px) / 3); height: auto; min-height: 0; background: transparent; scroll-snap-align: start; }
  .product-card img { height: auto; aspect-ratio: 3 / 4; object-fit: cover; }
  .product-card::after { display: none; }
  .product-info { position: relative; inset: auto; display: block; color: var(--black); padding-top: 12px; border-top: 2px solid var(--brand); }
  .product-info span { display: none; }
  .product-info h3 { font-size: clamp(12px, 3.3vw, 18px); line-height: 1.3; margin: 0; opacity: 1; transform: none; clip-path: none; }
  .product-mobile-entry[hidden] { display: grid; gap: 12px; width: 100%; margin-top: 28px; padding: 18px 0; border: 0; border-block: 1px solid rgba(8,9,8,.3); background: none; color: var(--black); font: inherit; text-align: left; opacity: 1; }
  .product-mobile-entry small { color: #555; font-size: 10px; letter-spacing: .14em; }
  .product-mobile-entry strong { display: flex; justify-content: space-between; align-items: center; font-size: 12px; letter-spacing: .14em; }
  .product-mobile-entry strong span { font-size: 23px; color: var(--brand); }
  .final { height: auto; min-height: 88svh; padding: 88px 24px 100px; }
  .final-copy { width: 100%; }
  .final-copy > .caps { display: block; font-size: 10px; letter-spacing: .18em; margin-bottom: 24px; }
  .final h2 { font-size: clamp(42px, 13vw, 66px); line-height: .98; letter-spacing: -.06em; max-width: 7em; margin: 0 auto 28px; }
  .final-copy > p { margin: 0 0 40px; font-size: 15px; line-height: 1.9; letter-spacing: .02em; }
  .final .cta { width: 112px; height: 112px; border-color: rgba(200,237,246,.9); box-shadow: 0 0 20px rgba(114,200,227,.1); }
  .final .cta::before, .final .cta::after { border-color: #9cdef0; box-shadow: 0 0 14px rgba(114,200,227,.4); animation-name: mobile-shop-ripple; }
  @keyframes mobile-shop-ripple { 0% { transform: scale(.98); opacity: 0; } 15% { opacity: .68; } 100% { transform: scale(1.5); opacity: 0; } }
}
@media (max-width:760px) and (prefers-reduced-motion:reduce) {
  .launch-hero { height: auto; }
  .launch-stage { position: relative; }
  .launch-copy h1 .launch-word, .launch-eyebrow, .launch-bottom { transform: none; opacity: 1; animation: none; }
  .launch-progress { display: none; }
}

/* Shared mobile scale for section-level display headings across the top page. */
@media (max-width:760px) {
  :root { --mobile-section-heading-size: clamp(2.35rem, 10.8vw, 3rem); }
  .current-main h2,
  .manifesto h2,
  .makers-head h2,
  .precision h2,
  .product-head h2,
  .product .product-head h2,
  .field-heading .field-title,
  .final h2 {
    font-size: var(--mobile-section-heading-size);
    line-height: .86;
    letter-spacing: -.065em;
  }
}
