/* ============================================================
   Das Awesome — Studio (Omnera-leaning) site.css
   ============================================================ */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--paper); color: var(--ink); font-family: var(--sans);
  font-size: var(--fs-body); line-height: 1.55; letter-spacing: -0.011em;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden;
}
::selection { background: var(--ink); color: var(--paper); }
@media (prefers-reduced-motion: reduce){ html { scroll-behavior: auto; } }
img { max-width: 100%; display: block; }

/* layout */
.wrap { max-width: 1320px; margin: 0 auto; padding: 0 40px; }
.wrap-mid { max-width: 1040px; margin: 0 auto; padding: 0 40px; }
.wrap-narrow { max-width: 820px; margin: 0 auto; padding: 0 40px; }
@media (max-width:760px){ .wrap,.wrap-mid,.wrap-narrow { padding: 0 20px; width: 100%; } }
section { padding: var(--section) 0; position: relative; }

/* type — Switzer bold + tight */
.mega  { font-weight: 800; font-size: var(--fs-mega);  line-height: 0.84; letter-spacing: -0.045em; margin: 0; }
.giant { font-weight: 800; font-size: var(--fs-giant); line-height: 0.92; letter-spacing: -0.04em; margin: 0; }
.h1 { font-weight: 800; font-size: var(--fs-h1); line-height: 0.96; letter-spacing: -0.035em; margin: 0; }
.h2 { font-weight: 700; font-size: var(--fs-h2); line-height: 1.02; letter-spacing: -0.03em; margin: 0; }
.h3 { font-weight: 600; font-size: var(--fs-h3); line-height: 1.15; letter-spacing: -0.02em; margin: 0; }
.lead { font-size: var(--fs-lead); color: var(--ink-2); line-height: 1.45; font-weight: 400; }
.body { color: var(--ink-2); font-weight: 400; }
.muted { color: var(--ink-3); }
.reg { font-size: 0.32em; font-weight: 600; vertical-align: super; letter-spacing: 0; }
.tm  { font-size: 0.42em; font-weight: 600; vertical-align: super; letter-spacing: 0; }
.grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.bang { font-weight: 800; }
.label .bang { margin-left: 1px; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }

.label { font-size: var(--fs-label); font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink-3); display: inline-flex; align-items: center; gap: 9px; }
.label .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--ink); }

/* chips / tags */
.tag { font-size: 12px; font-weight: 500; color: var(--ink-2); border: 1px solid var(--line);
  border-radius: var(--r-pill); padding: 6px 13px; background: var(--paper-2); white-space: nowrap; letter-spacing: 0; }

/* buttons */
.btn { display: inline-flex; align-items: center; gap: 9px; font-family: var(--sans); font-size: 14.5px;
  font-weight: 500; line-height: 1; padding: 14px 22px; border-radius: var(--r-pill); cursor: pointer;
  border: 1px solid transparent; text-decoration: none; white-space: nowrap; transition: all var(--d-fast) var(--ease-soft); }
.btn svg { width: 16px; height: 16px; }
.btn .ico { transition: transform var(--d-base) var(--ease); }
.btn:hover .ico { transform: translate(3px,-3px); }
.btn-ink { background: var(--ink); color: var(--paper); }
.btn-ink:hover { transform: translateY(-2px); }
.btn-line { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-line:hover { background: var(--ink); color: var(--paper); }
.btn-lg { padding: 17px 28px; font-size: 15.5px; }
.on-dark .btn-line { color: var(--night-ink); border-color: var(--night-line); }
.on-dark .btn-line:hover { background: var(--night-ink); color: var(--night); }

/* reveal */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 800ms var(--ease), transform 800ms var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"]{transition-delay:80ms}.reveal[data-d="2"]{transition-delay:160ms}
.reveal[data-d="3"]{transition-delay:240ms}.reveal[data-d="4"]{transition-delay:320ms}
[data-motion="off"] .reveal { opacity:1!important; transform:none!important; transition:none!important; }
@media (prefers-reduced-motion: reduce){ .reveal { opacity:1; transform:none; } }

/* grain — static film texture (no crawl) */
.grain { position: fixed; inset: 0; z-index: 9000; pointer-events: none; opacity: var(--grain-opacity,0.04);
  mix-blend-mode: multiply; background-size: 130px 130px; }
[data-mode="dark"] .grain { mix-blend-mode: screen; opacity: calc(var(--grain-opacity,0.04) * 0.7); }

/* ============================================================
   MODE CROSSFADE — daybreak / nightfall
   ============================================================ */
body, section, .footer, .marquee, .ft-card, .tst-card, .tile, .fw-case-inner {
  transition: background-color var(--d-daybreak) var(--ease-soft),
              border-color var(--d-daybreak) var(--ease-soft),
              color var(--d-daybreak) var(--ease-soft);
}
.tile { transition: transform var(--d-fast), background-color var(--d-daybreak) var(--ease-soft), border-color var(--d-daybreak) var(--ease-soft); }
@media (prefers-reduced-motion: reduce){ body, section, .footer, .marquee, .ft-card, .tst-card, .tile, .fw-case-inner { transition: none; } }

/* ============================================================
   HEADLINE SCROLL REVEAL — words fill dim → ink (accent → gradient)
   ============================================================ */
.rtext .rw { color: var(--ink-3); transition: color 520ms var(--ease); }
.rtext .rw.lit { color: var(--ink); }
.rtext .dim .rw.lit { color: var(--ink-2); }
.rtext .grad { background: none; -webkit-text-fill-color: currentColor; color: inherit; }
.rtext .rw-grad { color: var(--ink-3); }
.rtext .rw-grad.lit,
.dark .rtext .rw-grad.lit { background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.dark .rtext .rw { color: var(--night-ink-2); }
.dark .rtext .rw.lit { color: var(--night-ink); }
@media (prefers-reduced-motion: reduce){ .rtext .rw { transition: none; } }

/* ============================================================
   NAV
   ============================================================ */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 8000; display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; padding: 22px 40px; transition: all var(--d-base) var(--ease-soft); }
.nav > .brand { justify-self: start; }
.nav > .nav-pill { justify-self: center; }
.nav > .nav-right { justify-self: end; }
.nav.scrolled { padding: 12px 40px; background: color-mix(in oklab, var(--paper) 80%, transparent);
  backdrop-filter: blur(16px) saturate(1.3); -webkit-backdrop-filter: blur(16px) saturate(1.3); border-bottom: 1px solid var(--line); }
@media (max-width:760px){ .nav,.nav.scrolled { padding-left:20px; padding-right:20px; } }
.brand { position: relative; display: inline-flex; align-items: baseline; font-weight: 800; font-size: 19px;
  letter-spacing: -0.04em; color: var(--ink); text-decoration: none; white-space: nowrap; line-height: 1; cursor: pointer; }
.brand .bw { display: inline-flex; align-items: baseline; transition: opacity var(--d-base) var(--ease); }
.brand .ex { display: inline-block; max-width: 8ch; overflow: hidden; opacity: 1; white-space: pre; vertical-align: baseline;
  transition: max-width var(--d-slow) var(--ease), opacity var(--d-base) var(--ease); }
.brand.is-mono .ex { max-width: 0; opacity: 0; }
.brand.is-wink .ex { max-width: 8ch; opacity: 1; }
.brand .balt { position: absolute; left: 0; top: 0; opacity: 0; pointer-events: none; white-space: nowrap;
  background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  transition: opacity var(--d-base) var(--ease); }
.brand.is-wink .bw { opacity: 0; }
.brand.is-wink .balt { opacity: 1; }
[data-motion="off"] .brand .bw, [data-motion="off"] .brand .ex, [data-motion="off"] .brand .balt { transition: none; }

.nav-right { display: flex; align-items: center; gap: 14px; }
.mode-toggle { width: 54px; height: 28px; border-radius: var(--r-pill); border: 1px solid var(--line);
  background: var(--paper-2); position: relative; cursor: pointer; padding: 0; flex: none; }
.mode-toggle .knob { position: absolute; top: 50%; left: 3px; width: 22px; height: 22px; border-radius: 50%;
  transform: translateY(-50%); display: grid; place-items: center; background: var(--ink); color: var(--paper);
  transition: left var(--d-base) var(--ease), background var(--d-base), color var(--d-base); }
[data-mode="dark"] .mode-toggle .knob { left: 29px; }
.mode-toggle svg { width: 13px; height: 13px; }
@media (max-width: 520px){ .nav-right .btn-ink { display: none; } }
.nav-pill { display: flex; align-items: center; gap: 4px; border: 1px solid var(--line); background: var(--paper-2);
  border-radius: var(--r-pill); padding: 5px; }
.nav-link { font-size: 13.5px; color: var(--ink-2); text-decoration: none; padding: 8px 15px; border-radius: var(--r-pill); transition: all var(--d-fast); }
.nav-link:hover { background: var(--band); color: var(--ink); }
@media (max-width: 880px){ .nav-pill .nav-link { display: none; } }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column;
  justify-content: center; overflow: hidden; padding: 130px 0 70px; }
.hero-flank { display: flex; justify-content: space-between; align-items: flex-start; gap: 30px; }
.hero-flank .fl-left { font-weight: 600; font-size: clamp(1rem,1.5vw,1.35rem); letter-spacing: -0.02em; line-height: 1.1; max-width: 16ch; }
.hero-flank .fl-right { color: var(--ink-2); font-size: var(--fs-small); max-width: 34ch; text-align: right; }
@media (max-width: 720px){ .hero-flank .fl-right { display: none; } }

.hero-stage { position: relative; display: flex; flex-direction: column; align-items: center; margin-top: 8px; }
.hero-object { width: min(330px, 40vw); margin-bottom: -7%; position: relative; z-index: 3; pointer-events: none;
  filter: drop-shadow(0 30px 50px rgba(20,20,20,.14)); }
[data-motion="on"] .hero-object { animation: float 7s var(--ease-soft) infinite; }
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)} }
.hero-object image-slot, .hero-object .obj-slot { width: 100%; aspect-ratio: 1/1; display: block; }
.hero-word { position: relative; z-index: 2; text-align: center; white-space: nowrap;
  font-size: clamp(2.2rem, 11vw, 12rem); }
.hero-word .wink { display: inline-block; cursor: default; }
/* animated hover morph: Das Awesome© ⇄ That’s Awesome! (cross-dissolve + slide) */
.hero-word .wink.hw { display: inline-grid; }
.hero-word .hw-line { grid-area: 1 / 1; justify-self: center; white-space: nowrap;
  transition: opacity var(--d-base) var(--ease), transform var(--d-base) var(--ease); }
.hero-word .hw-2 { opacity: 0; transform: translateY(0.16em); }
.hero-word .hw-1 { opacity: 1; transform: none; }
.hero-word .hw.is-wink .hw-1 { opacity: 0; transform: translateY(-0.16em); }
.hero-word .hw.is-wink .hw-2 { opacity: 1; transform: none; }
[data-motion="off"] .hero-word .hw-line { transition: none; }
/* mobile: stack the wordmark — "Das" sits big over "Awesome" */
@media (max-width: 600px){
  .hero-word { white-space: normal; font-size: clamp(2.4rem, 15vw, 5rem); }
  .hero-word .hw-line { display: flex; flex-direction: column; align-items: center; line-height: 0.8; }
  .hero-word .hw-line .dw-das { font-size: 1.78em; letter-spacing: -0.05em; }
  .hero-word .hw-line .dw-aws { font-size: 0.96em; }
  .hero-word .hw-line .reg { font-size: 0.26em; }
}

.hero-sub { text-align: center; margin: 22px auto 0; max-width: 44ch; color: var(--ink-2); font-size: var(--fs-lead); }
.hero-cta { display: flex; gap: 12px; justify-content: center; margin-top: 30px; flex-wrap: wrap; }
.hero-scroll { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column;
  align-items: center; gap: 7px; color: var(--ink-3); font-size: var(--fs-label); letter-spacing: .16em; text-transform: uppercase; text-decoration: none; }
.hero-scroll svg { animation: nudge 2s var(--ease-soft) infinite; }
@keyframes nudge { 0%,100%{transform:translateY(0)} 50%{transform:translateY(5px)} }
@media (prefers-reduced-motion: reduce){ .hero-scroll svg,.hero-object { animation:none; } }

/* ============================================================
   MEET band  (gray, mixed-emphasis statement + bento)
   ============================================================ */
.band { background: var(--band); }
.meet-state { font-weight: 700; font-size: clamp(1.6rem, 3vw, 2.8rem); line-height: 1.18; letter-spacing: -0.03em; max-width: 24ch; }
.meet-state .dim { color: var(--ink-3); }
.bento { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: var(--s-8); }
.tile { background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--r-md); padding: 22px;
  min-height: 120px; display: flex; flex-direction: column; justify-content: space-between; gap: 18px; transition: all var(--d-fast); }
.tile:hover { transform: translateY(-3px); }
.tile .ic { width: 34px; height: 34px; border-radius: 9px; border: 1px solid var(--line); display: grid; place-items: center; color: var(--ink); }
.tile .tt { font-weight: 600; font-size: 15px; letter-spacing: -0.01em; }
.tile.tile-img { padding: 0; overflow: hidden; }
.tile.tile-img image-slot { width: 100%; height: 100%; min-height: 120px; display: block; }
.tile.tile-wide { grid-column: span 2; }
@media (max-width: 880px){ .bento { grid-template-columns: 1fr 1fr; } }

/* ============================================================
   FEATURED WORKS — sticky stacking cards (pin + slide-over)
   ============================================================ */
.fw-head { text-align: center; margin-bottom: var(--s-9); }
.fw-stack { display: flex; flex-direction: column; gap: 40px; padding-bottom: 8vh; }
.fw-case { position: sticky; }
.fw-case-inner { display: grid; grid-template-columns: 1.05fr 1fr; overflow: hidden;
  background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--r-lg);
  box-shadow: 0 30px 70px -50px rgba(0,0,0,.45); will-change: transform; }
.fw-case-media { position: relative; min-height: 460px; }
.fw-case-slot, .fw-case-media image-slot { position: absolute; inset: 0; width: 100%; height: 100%; }
.fw-case-media .fw-num { position: absolute; top: 16px; left: 18px; z-index: 3; color: #fff;
  font-family: var(--mono); font-size: 13px; mix-blend-mode: difference; }
.fw-case-body { padding: clamp(28px, 3.6vw, 56px); display: flex; flex-direction: column; justify-content: space-between; gap: 28px; }
.fw-case-top { display: flex; }
.fw-cat { display: flex; gap: 8px; flex-wrap: wrap; }
.fw-case-body .label { margin-bottom: 14px; }
.fw-name { font-weight: 800; font-size: clamp(2rem, 3.4vw, 3.2rem); letter-spacing: -0.04em; line-height: 0.98; margin: 0 0 16px; }
.fw-outcome { color: var(--ink-2); font-size: var(--fs-lead); line-height: 1.42; max-width: 36ch; margin: 0; }
.fw-view-link { display: inline-flex; align-items: center; gap: 9px; align-self: flex-start; color: var(--ink);
  text-decoration: none; font-weight: 500; font-size: 15px; border-bottom: 1px solid var(--line); padding-bottom: 4px; transition: border-color var(--d-fast); }
.fw-view-link .ico { transition: transform var(--d-base) var(--ease); }
.fw-view-link:hover { border-color: var(--ink); }
.fw-view-link:hover .ico { transform: translate(3px,-3px); }
@media (max-width: 820px){
  .fw-case-inner { grid-template-columns: 1fr; }
  .fw-case-media { min-height: 240px; }
  .fw-case { position: relative !important; top: auto !important; }
}

/* ============================================================
   WHAT WE DO — 4-up on gray band
   ============================================================ */
.wwd-head { max-width: 22ch; margin-bottom: var(--s-8); }
.wwd-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; border-top: 1px solid var(--line); padding-top: var(--s-7); }
.wwd-col .ic { width: 38px; height: 38px; border-radius: 10px; border: 1px solid var(--line); background: var(--paper-2); display: grid; place-items: center; color: var(--ink); margin-bottom: 20px; }
.wwd-col .tt { font-weight: 700; font-size: 1.15rem; letter-spacing: -0.02em; margin-bottom: 10px; }
.wwd-col .ds { color: var(--ink-2); font-size: var(--fs-small); line-height: 1.5; }
@media (max-width: 880px){ .wwd-grid { grid-template-columns: 1fr 1fr; gap: 32px 24px; } }
@media (max-width: 520px){ .wwd-grid { grid-template-columns: 1fr; } }

/* ============================================================
   FORWARD-THINKING — dark list-cards (title + tags + image)
   ============================================================ */
.dark { background: var(--night); color: var(--night-ink); }
.dark .label { color: var(--night-ink-2); } .dark .label .dot { background: var(--night-ink); }
.dark .lead { color: var(--night-ink-2); }
.ft-head { margin-bottom: var(--s-8); max-width: 20ch; }
.ft-list { display: flex; flex-direction: column; gap: 18px; }
.ft-card { display: grid; grid-template-columns: 1.3fr 0.9fr; gap: 30px; align-items: stretch;
  border: 1px solid var(--night-line); border-radius: var(--r-lg); padding: 30px; background: var(--night-2); transition: border-color var(--d-fast); }
.ft-card:hover { border-color: #3a3a3a; }
.ft-left { display: flex; flex-direction: column; justify-content: space-between; gap: 24px; }
.ft-top { display: flex; align-items: flex-start; gap: 16px; }
.ft-ic { width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--night-line); display: grid; place-items: center; color: var(--night-ink); flex: none; }
.ft-title { font-weight: 700; font-size: clamp(1.3rem,2.2vw,2rem); letter-spacing: -0.03em; }
.ft-desc { color: var(--night-ink-2); font-size: var(--fs-small); line-height: 1.55; margin: 10px 0 0; max-width: 46ch; }
.ft-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.ft-tags .tag { background: transparent; color: var(--night-ink-2); border-color: var(--night-line); }
.ft-img { border-radius: var(--r-md); overflow: hidden; min-height: 180px; position: relative; }
.ft-img image-slot { position: absolute; inset: 0; width: 100%; height: 100%; }
@media (max-width: 760px){ .ft-card { grid-template-columns: 1fr; } .ft-img { min-height: 200px; } }

/* ============================================================
   PRINCIPAL
   ============================================================ */
.prin-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(36px,5vw,80px); align-items: center; }
.prin-frame { position: relative; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4/5; box-shadow: 0 30px 60px -50px rgba(20,20,20,.5); }
.prin-frame image-slot, .prin-slot { position: absolute; inset: 0; width: 100%; height: 100%; }
.prin-badge { position: absolute; left: 14px; bottom: 14px; z-index: 3; background: rgba(255,255,255,.16); backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.3); border-radius: var(--r-md); padding: 9px 13px; color: #fff; }
.prin-badge .nm { font-weight: 700; font-size: 16px; letter-spacing: -0.02em; } .prin-badge .rl { font-size: 12px; opacity: .85; }
.prin-quote { font-weight: 700; font-size: clamp(1.5rem,2.6vw,2.4rem); line-height: 1.12; letter-spacing: -0.035em; max-width: 18ch; }
.prin-block { margin-top: 22px; max-width: 48ch; color: var(--ink-2); }
@media (max-width: 880px){ .prin-grid { grid-template-columns: 1fr; } .prin-frame { max-width: 400px; } }

/* ============================================================
   MARQUEE
   ============================================================ */
.marquee { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.marquee-track { display: flex; white-space: nowrap; width: max-content; animation: scroll 28s linear infinite; }
[data-motion="off"] .marquee-track { animation: none; }
.marquee-track span { font-weight: 800; font-size: clamp(1.8rem,4vw,3.2rem); letter-spacing: -0.04em; padding: 24px 0; display: inline-flex; align-items: center; }
.marquee-track .sep { margin: 0 30px; font-weight: 400; }
.marquee-track .sep svg { width: 22px; height: 22px; }
@keyframes scroll { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* ============================================================
   TESTIMONIALS  (mono quote cards)
   ============================================================ */
.tst-head { margin-bottom: var(--s-8); }
.tst-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.tst-card { background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px; display: flex; flex-direction: column; gap: 22px; }
.tst-q { font-size: 1.05rem; line-height: 1.5; color: var(--ink); letter-spacing: -0.01em; }
.tst-who { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.tst-who image-slot { width: 42px; height: 42px; border-radius: 50%; overflow: hidden; display: block; }
.tst-who .nm { font-weight: 600; font-size: 14px; } .tst-who .rl { color: var(--ink-3); font-size: 13px; }
@media (max-width: 880px){ .tst-grid { grid-template-columns: 1fr; } }

/* ============================================================
   CTA  (luminous dawn band + floating object)
   ============================================================ */
.cta { position: relative; overflow: hidden; text-align: center; }
.cta-sky { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; }
.cta::after { content:''; position:absolute; inset:0; z-index:1; background: linear-gradient(180deg, transparent 40%, var(--paper) 100%); }
.cta-inner { position: relative; z-index: 2; }
.cta-object { width: min(180px, 36vw); margin: 0 auto 26px; }
[data-motion="on"] .cta-object { animation: float 7s var(--ease-soft) infinite; }
.cta .mega { font-size: clamp(2.6rem, 9vw, 8rem); }
.cta-row { display: flex; gap: 12px; justify-content: center; margin-top: 32px; flex-wrap: wrap; }

/* ============================================================
   FOOTER  (light, nav columns, ™)
   ============================================================ */
.footer { border-top: 1px solid var(--line); padding: var(--s-9) 0 var(--s-7); }
.foot-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding-bottom: var(--s-8); border-bottom: 1px solid var(--line); }
.foot-claim { font-weight: 800; font-size: clamp(1.8rem,3.5vw,3rem); letter-spacing: -0.04em; line-height: 1.02; max-width: 14ch; cursor: default; }
.foot-claim .is-wink { background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.foot-col h4 { font-size: var(--fs-label); letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); font-weight: 600; margin: 0 0 16px; }
.foot-col a { display: block; color: var(--ink-2); text-decoration: none; font-size: var(--fs-small); padding: 6px 0; }
.foot-col a:hover { color: var(--ink); }
.foot-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 28px; flex-wrap: wrap; color: var(--ink-3); font-size: var(--fs-small); }
.langs { display: flex; gap: 3px; border: 1px solid var(--line); border-radius: var(--r-pill); padding: 3px; }
.lang { border: 0; background: transparent; color: var(--ink-3); font-family: var(--sans); font-size: 13px; padding: 6px 14px; border-radius: var(--r-pill); cursor: pointer; }
.lang.on { background: var(--ink); color: var(--paper); }
@media (max-width: 760px){ .foot-top { grid-template-columns: 1fr 1fr; } .foot-claim { grid-column: 1 / -1; margin-bottom: 12px; } }

/* ============================================================
   GET IN TOUCH — address reveal (SEO microdata popover)
   ============================================================ */
.gt-wrap { position: relative; display: inline-flex; }
.gt-pop { position: absolute; top: calc(100% + 12px); right: 0; width: 304px; text-align: left;
  background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px;
  box-shadow: 0 36px 70px -44px rgba(0,0,0,.55); z-index: 60;
  opacity: 0; transform: translateY(-8px) scale(0.98); transform-origin: top right; pointer-events: none;
  transition: opacity var(--d-base) var(--ease), transform var(--d-base) var(--ease); }
.gt-pop.open { opacity: 1; transform: none; pointer-events: auto; }
.gt-left .gt-pop { right: auto; left: 0; transform-origin: top left; }
.gt-center .gt-pop { right: auto; left: 50%; transform: translate(-50%, -8px) scale(0.98); transform-origin: top center; }
.gt-center .gt-pop.open { transform: translate(-50%, 0); }
[data-motion="off"] .gt-pop { transition: none; }

.addr { display: flex; flex-direction: column; gap: 9px; }
.addr-kicker { margin-bottom: 3px; }
.addr-name { font-weight: 700; font-size: 1.05rem; letter-spacing: -0.02em; color: var(--ink); }
.addr-lines { font-style: normal; display: flex; flex-direction: column; gap: 2px; color: var(--ink-2);
  font-size: var(--fs-small); line-height: 1.45; }
.addr-meta { color: var(--ink-3); font-size: 13px; }
.addr-mail { display: inline-flex; align-items: center; gap: 6px; align-self: flex-start; margin-top: 3px;
  color: var(--ink); text-decoration: none; font-weight: 500; font-size: var(--fs-small);
  border-bottom: 1px solid var(--line); padding-bottom: 3px; transition: border-color var(--d-fast); }
.addr-mail:hover { border-color: var(--ink); }
@media (max-width: 420px){ .gt-pop { width: min(304px, calc(100vw - 40px)); } }

/* ============================================================
   COMING SOON — standalone teaser (hero only + bottom marquee)
   ============================================================ */
.cs-page { min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; }
.cs-top { position: fixed; top: 0; left: 0; right: 0; z-index: 8000; display: flex; align-items: center;
  justify-content: space-between; padding: 22px 40px; }
@media (max-width: 760px){ .cs-top { padding: 18px 20px; } }
.hero.cs-hero { flex: 1 1 auto; min-height: 0; padding: clamp(110px, 16vh, 160px) 0 clamp(48px, 8vh, 90px); }
.cs-marquee { flex: 0 0 auto; }
/* coming page: open the address popover UPWARD so it clears the hero's overflow
   clip and never hides behind the bottom marquee */
.cs-hero .gt-center .gt-pop { top: auto; left: 100%; bottom: calc(100% + 14px); z-index: 9500;
  transform-origin: bottom center; transform: translate(-50%, 8px) scale(0.98); }
.cs-hero .gt-center .gt-pop.open { transform: translate(-50%, 0); opacity: 1; pointer-events: auto; }

/* mobile: center every cs-hero popover on the viewport, not on its trigger button */
@media (max-width: 760px){
  .cs-hero .gt-pop,
  .cs-hero .gt-center .gt-pop,
  .cs-hero .gt-left .gt-pop {
    position: fixed; top: auto; right: auto; bottom: auto;
    left: 50%; top: 50%;
    width: min(304px, calc(100vw - 32px));
    transform-origin: center;
    transform: translate(-50%, -50%) scale(0.98);
  }
  .cs-hero .gt-pop.open,
  .cs-hero .gt-center .gt-pop.open,
  .cs-hero .gt-left .gt-pop.open {
    transform: translate(-50%, -50%);
  }
}

/* main beacon render — plain; sits BEHIND the wordmark via z-index */
.cs-hero .hero-object { filter: none; z-index: 1; }
.cs-hero .hero-word { position: relative; z-index: 2; }
.cs-hero .hero-object-img { display: block; width: 100%; height: auto; }

/* two-line "Our brand" button + sister-brand card */
.btn-stack { flex-direction: column; gap: 2px; line-height: 1.05; padding-top: 11px; padding-bottom: 11px; }
.btn-stack .bs-top { font-size: 0.72em; font-weight: 500; opacity: 0.62; letter-spacing: 0.02em; }
.btn-stack .bs-main { font-size: 1.04em; font-weight: 700; letter-spacing: 0.07em; }
.brand-pop { width: 320px; }
.dbd { display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }
.dbd-logo { width: 188px; height: auto; display: block; box-sizing: border-box;
  padding: 13px 16px; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.dbd-desc { margin: 0; color: var(--ink-2); font-size: var(--fs-small); line-height: 1.55; }
.dbd-link { align-self: stretch; justify-content: center; }

/* ============================================================
   CS-TOP RIGHT GROUP — lang toggle + mode toggle
   ============================================================ */
.cs-top-right { display: flex; align-items: center; gap: 10px; }
a.lang { text-decoration: none; }
a.lang:hover { color: var(--ink); }

/* ============================================================
   MOBILE OVERFLOW CONTAINMENT
   ============================================================ */
html { overflow-x: hidden; }
.cs-page { overflow-x: hidden; }

/* Tighten hero-word on very small screens so it never bleeds */
@media (max-width: 400px) {
  .hero-word { font-size: clamp(1.9rem, 13.5vw, 3.5rem) !important; }
  .cs-top { padding: 16px; gap: 8px; }
  .cs-top-right { gap: 7px; }
  .langs { padding: 2px; }
  .lang { padding: 5px 10px; font-size: 12px; }
}
