/* =====================================================================
   HIVE — marketing site. Reuses the app's brand tokens, HEX SVG and
   premium visual language. One purposeful honey→ember gradient, calm
   near-black surfaces, confident typography. No random gradients.
   ===================================================================== */
:root {
  --void: #09090b;
  --carbon: #0e0e12;
  --surface: rgba(255, 255, 255, .04);
  --surface-2: rgba(255, 255, 255, .07);
  --line: rgba(255, 255, 255, .09);
  --line-strong: rgba(255, 255, 255, .14);
  --honey: #ffb23e;
  --honey-bright: #ffd078;
  --ember: #ff681d;
  --grad: linear-gradient(135deg, #ffd17e 0%, #ffb23e 43%, #ff681d 100%);
  --honey-soft: rgba(255, 178, 62, .12);
  --cream: #f7f3eb;
  --ash: #9a989e;
  --ash-2: #6c6b71;
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, system-ui, sans-serif;
  --mono: ui-monospace, "SF Mono", Menlo, monospace;
  --max: 1120px;
  --pad: clamp(20px, 5vw, 40px);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--void);
  color: var(--cream);
  font-family: var(--font);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
.svg-defs { position: absolute; width: 0; height: 0; }

.eyebrow { color: var(--honey); font-size: 12px; font-weight: 800; letter-spacing: 2.4px; text-transform: uppercase; }
.grad-text { background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }

h1, h2 { letter-spacing: -.03em; line-height: 1.03; font-weight: 800; }
h2 { font-size: clamp(30px, 5vw, 54px); }

/* ---------- Buttons ---------- */
.btn { align-items: center; border-radius: 999px; display: inline-flex; font-size: 15px; font-weight: 700; gap: 9px; justify-content: center; min-height: 50px; padding: 0 24px; transition: transform .25s cubic-bezier(.22,1,.36,1), box-shadow .25s, background .25s; }
.btn:active { transform: scale(.97); }
.btn-primary { background: var(--grad); color: #211205; box-shadow: 0 16px 34px -16px rgba(255, 122, 30, .7); }
.btn-primary:hover { box-shadow: 0 20px 44px -16px rgba(255, 122, 30, .85); transform: translateY(-2px); }
.btn-ghost { background: var(--surface); border: 1px solid var(--line-strong); color: var(--cream); }
.btn-ghost:hover { background: var(--surface-2); transform: translateY(-2px); }
.btn-lg { min-height: 56px; font-size: 16px; padding: 0 30px; }
.play-dot { background: var(--honey); border-radius: 50%; box-shadow: 0 0 12px var(--honey); height: 9px; width: 9px; }

/* ---------- HEX ---------- */
.hex { display: block; overflow: visible; }
.hex-mark { height: 28px; width: 28px; }
.hex-hero { height: clamp(240px, 34vw, 380px); width: clamp(240px, 34vw, 380px); }
.hex-emotion { height: 96px; width: 96px; }
.hex-cta { height: clamp(120px, 18vw, 168px); margin: 0 auto 8px; width: clamp(120px, 18vw, 168px); }
@keyframes hexFloat { 0%, 100% { transform: translateY(0) rotate(-.6deg); } 50% { transform: translateY(-12px) rotate(.6deg); } }
.hex-breathe { animation: hexFloat 5.5s ease-in-out infinite; }

/* ---------- Nav ---------- */
.nav {
  align-items: center;
  backdrop-filter: blur(18px) saturate(1.4);
  background: color-mix(in srgb, var(--void) 78%, transparent);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 14px var(--pad);
  position: sticky;
  top: 0;
  z-index: 50;
}
.nav-brand { align-items: center; display: flex; font-weight: 800; gap: 10px; letter-spacing: 1px; }
.nav-links { display: flex; gap: 28px; }
.nav-links a { color: var(--ash); font-size: 14px; font-weight: 600; transition: color .2s; }
.nav-links a:hover { color: var(--cream); }
.nav-cta { min-height: 42px; padding: 0 18px; }
.nav.is-scrolled { box-shadow: 0 14px 36px -26px rgba(0, 0, 0, .9); padding-bottom: 11px; padding-top: 11px; }

/* ---------- Section scaffolding ---------- */
section { padding: clamp(72px, 11vh, 140px) var(--pad); position: relative; }
.section-head { margin: 0 auto clamp(40px, 6vh, 72px); max-width: 680px; text-align: center; }
.section-head .eyebrow { display: block; margin-bottom: 16px; }
.section-head p { color: var(--ash); font-size: clamp(15px, 2vw, 18px); margin: 18px auto 0; max-width: 560px; }

[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .8s cubic-bezier(.22,1,.36,1), transform .8s cubic-bezier(.22,1,.36,1); }
[data-reveal].revealed { opacity: 1; transform: none; }

/* ---------- Hero ---------- */
.hero { min-height: 92vh; display: flex; flex-direction: column; justify-content: center; overflow: hidden; padding-top: clamp(40px, 8vh, 90px); }
.hero-glow { background: radial-gradient(620px 420px at 72% 28%, rgba(255, 150, 36, .18), transparent 70%); inset: 0; pointer-events: none; position: absolute; }
.island-tease { align-items: center; align-self: center; background: #050506; border: 1px solid var(--line); border-radius: 999px; box-shadow: 0 12px 30px rgba(0,0,0,.5); color: #cfccd2; display: inline-flex; font-size: 12px; font-weight: 700; gap: 9px; margin-bottom: 34px; padding: 9px 16px; }
.island-hex-dot { background: var(--grad); border-radius: 50%; box-shadow: 0 0 10px rgba(255,160,40,.8); height: 12px; position: relative; width: 12px; }
.island-hex-dot.listening { animation: pulseDot 1.2s ease-in-out infinite; }
.island-hex-dot.warn { background: linear-gradient(135deg, #ff8f7d, #ff4d4d); box-shadow: 0 0 10px rgba(255,90,80,.8); }
.island-hex-dot.win { background: linear-gradient(135deg, #fff0bf, #ffb23e); }
@keyframes pulseDot { 50% { transform: scale(.7); opacity: .6; } }
.hero-inner { align-items: center; display: grid; gap: clamp(30px, 5vw, 60px); grid-template-columns: 1.1fr .9fr; margin: 0 auto; max-width: var(--max); position: relative; width: 100%; }
.hero-copy .eyebrow { display: block; margin-bottom: 20px; }
.hero h1 { font-size: clamp(44px, 8vw, 88px); }
.hero-sub { color: var(--ash); font-size: clamp(16px, 2.1vw, 20px); margin-top: 24px; max-width: 520px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-meta { border-top: 1px solid var(--line); display: flex; gap: clamp(20px, 4vw, 48px); margin-top: 44px; padding-top: 26px; }
.hero-meta b { display: block; font: 800 28px var(--mono); letter-spacing: -1px; }
.hero-meta small { color: var(--ash); font-size: 12px; }
.hero-hex { display: grid; place-items: center; position: relative; }
.hex-aura { background: radial-gradient(circle, rgba(255,155,48,.5), transparent 66%); border-radius: 50%; filter: blur(40px); height: 80%; position: absolute; width: 80%; animation: auraPulse 5s ease-in-out infinite; }
@keyframes auraPulse { 50% { opacity: .7; transform: scale(1.08); } }
.trust-row { color: var(--ash-2); display: flex; flex-wrap: wrap; gap: clamp(18px, 4vw, 44px); justify-content: center; margin: clamp(48px, 8vh, 90px) auto 0; max-width: var(--max); }
.trust-row span { font-size: 13px; font-weight: 700; letter-spacing: .5px; opacity: .8; }

/* ---------- Meet HEX ---------- */
.hex-emotions { display: grid; gap: 14px; grid-template-columns: repeat(4, 1fr); margin: 0 auto clamp(40px, 6vh, 64px); max-width: var(--max); }
.emotion-card { align-items: center; background: var(--surface); border: 1px solid var(--line); border-radius: 26px; display: flex; flex-direction: column; gap: 4px; padding: 30px 18px 24px; text-align: center; transition: transform .3s cubic-bezier(.22,1,.36,1), border-color .3s, background .3s; }
.emotion-card:hover { background: var(--surface-2); border-color: var(--line-strong); transform: translateY(-6px); }
.emotion-card.is-feature { background: radial-gradient(160px 120px at 50% 0%, rgba(255,170,48,.14), transparent 70%), var(--surface); border-color: rgba(255,178,62,.26); }
.emotion-card b { font-size: 15px; margin-top: 10px; }
.emotion-card small { color: var(--ash); font-size: 12px; }
.meet-hex-points { display: grid; gap: 14px; grid-template-columns: repeat(4, 1fr); margin: 0 auto; max-width: var(--max); }
.meet-hex-points > div { border-top: 1px solid var(--line-strong); padding-top: 18px; }
.meet-hex-points .dot { background: var(--grad); border-radius: 50%; display: block; height: 8px; margin-bottom: 14px; width: 8px; }
.meet-hex-points b { font-size: 16px; }
.meet-hex-points p { color: var(--ash); font-size: 13.5px; margin-top: 8px; }

/* ---------- Phone mockups ---------- */
.phone { aspect-ratio: 296 / 600; background: linear-gradient(155deg, #2a2a2e, #0a0a0c 55%, #232327); border-radius: 46px; box-shadow: 0 50px 90px -40px rgba(0,0,0,.85), 0 0 0 1px rgba(255,255,255,.06) inset; max-width: 300px; padding: 11px; position: relative; width: 100%; }
.phone-screen { background: radial-gradient(340px 200px at 50% -6%, rgba(255,150,36,.08), transparent 60%), var(--carbon); border-radius: 36px; height: 100%; overflow: hidden; padding: 16px 14px; position: relative; }
.di { align-items: center; background: #050506; border-radius: 999px; box-shadow: 0 4px 14px rgba(0,0,0,.55); display: flex; gap: 8px; height: 34px; justify-content: center; left: 50%; min-width: 110px; padding: 0 12px; position: absolute; top: 12px; transform: translateX(-50%); z-index: 4; }
.di-mini { min-width: 86px; }
.di-hex { background: var(--grad); border-radius: 4px; box-shadow: 0 0 10px rgba(255,160,40,.7); clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0 50%); height: 16px; width: 18px; }
.di-expanded { gap: 10px; min-width: 0; padding: 0 8px 0 12px; width: calc(100% - 28px); }
.di-copy { flex: 1; text-align: left; }
.di-copy b { display: block; font-size: 12px; }
.di-copy small { color: #9a989e; font-size: 10px; }
.di-action { background: rgba(74,170,255,.16); border: 1px solid rgba(74,170,255,.28); border-radius: 11px; color: #76c5ff; font: 800 11px var(--mono); height: 30px; padding: 0 10px; }
.phone-island { max-width: 320px; }
.phone-island .phone-screen { min-height: 380px; }
.phone-wallpaper { align-items: flex-start; background: radial-gradient(120% 80% at 50% 0%, #16131a, #08080b 70%); border-radius: 28px; display: flex; height: 100%; justify-content: center; padding-top: 64px; }
.ww-time { font: 200 64px var(--font); letter-spacing: -2px; opacity: .9; }

/* ---------- Dynamic Island showcase ---------- */
.island-stage { align-items: center; display: grid; gap: clamp(30px, 5vw, 60px); grid-template-columns: 320px 1fr; margin: 0 auto clamp(40px, 6vh, 64px); max-width: var(--max); }
.island-states { display: grid; gap: 10px; }
.island-pill { align-items: center; background: #060607; border: 1px solid var(--line); border-radius: 18px; display: flex; gap: 12px; padding: 14px 16px; transition: border-color .3s, transform .3s; }
.island-pill:hover { border-color: var(--line-strong); transform: translateX(4px); }
.island-pill .island-hex-dot { flex: 0 0 auto; height: 16px; width: 16px; }
.island-pill b { display: block; font-size: 14px; }
.island-pill small { color: var(--ash); font-size: 11px; text-transform: uppercase; letter-spacing: 1px; }
.island-why { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); margin: 0 auto; max-width: var(--max); }
.island-why article { background: var(--surface); border: 1px solid var(--line); border-radius: 22px; padding: 26px 24px; }
.island-why b { font-size: 18px; }
.island-why p { color: var(--ash); font-size: 14px; margin-top: 10px; }

/* ---------- Feature splits ---------- */
.feature-split { align-items: center; display: grid; gap: clamp(36px, 6vw, 80px); grid-template-columns: 1fr 1fr; margin: 0 auto; max-width: var(--max); }
.feature-split.reverse .feature-visual { order: -1; }
.feature-copy h2 { margin-top: 16px; }
.feature-copy > p { color: var(--ash); font-size: clamp(15px, 2vw, 18px); margin-top: 18px; max-width: 480px; }
.feature-list { display: grid; gap: 12px; list-style: none; margin-top: 28px; }
.feature-list li { color: var(--cream); font-size: 15px; padding-left: 30px; position: relative; }
.feature-list li::before { background: var(--honey-soft); border: 1px solid rgba(255,178,62,.3); border-radius: 50%; color: var(--honey); content: "✓"; font-size: 11px; height: 20px; left: 0; line-height: 18px; position: absolute; text-align: center; top: 1px; width: 20px; }
.feature-visual { display: grid; place-items: center; }

/* ---------- Mock screens ---------- */
.mk-eyebrow { color: var(--ash); font-size: 9px; font-weight: 800; letter-spacing: 1.4px; margin-top: 44px; text-transform: uppercase; }
.mock-coach .chat, .mock-coach2 { display: flex; flex-direction: column; gap: 8px; margin-top: 48px; }
.bubble { border-radius: 16px; font-size: 11.5px; line-height: 1.45; max-width: 84%; padding: 10px 12px; }
.bubble.hex { background: var(--surface-2); border: 1px solid var(--line); border-bottom-left-radius: 5px; align-self: flex-start; }
.bubble.me { background: var(--grad); border-bottom-right-radius: 5px; color: #251405; align-self: flex-end; }
.bubble.typing { align-items: center; display: flex; gap: 4px; }
.bubble.typing i { animation: typing 1s infinite; background: var(--ash); border-radius: 50%; height: 5px; width: 5px; }
.bubble.typing i:nth-child(2) { animation-delay: .15s; } .bubble.typing i:nth-child(3) { animation-delay: .3s; }
@keyframes typing { 0%, 60%, 100% { opacity: .3; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-3px); } }
.mk-calorie { margin-top: 6px; }
.mk-calorie strong { font: 800 38px var(--mono); letter-spacing: -2px; }
.mk-calorie span { color: var(--ash); font-size: 12px; margin-left: 5px; }
.mk-macros { display: grid; gap: 12px; margin-top: 22px; }
.mk-macros > div { display: grid; gap: 6px; }
.mk-macros span { color: var(--ash); font-size: 10px; }
.mk-macros b { font: 700 10px var(--mono); }
.mk-macros i, .mk-water i { background: var(--surface-2); border-radius: 99px; display: block; height: 6px; overflow: hidden; position: relative; }
.mk-macros i::after, .mk-water i::after { background: var(--grad); border-radius: 99px; content: ""; inset: 0; position: absolute; width: var(--p); }
.mk-water { display: grid; gap: 6px; margin-top: 22px; }
.mk-water span { color: var(--ash); font-size: 10px; } .mk-water b { font: 700 10px var(--mono); }
.mk-water i::after { background: linear-gradient(90deg, #3f8dcc, #67c9ff); }
.mk-route { background: #08080b; border: 1px solid var(--line); border-radius: 18px; margin-top: 44px; overflow: hidden; }
.mk-route svg, .mk-route2 { display: block; width: 100%; }
.route-grid line { stroke: rgba(255,255,255,.06); stroke-width: 1; }
.route-path { stroke: url(#hexEdge); stroke-width: 3.5; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 0 6px rgba(255,150,40,.5)); }
.route-start { fill: #49d889; filter: drop-shadow(0 0 5px #49d889); }
.route-finish { fill: var(--honey); filter: drop-shadow(0 0 5px var(--honey)); }
.mk-run-stats { display: grid; gap: 8px; grid-template-columns: repeat(3, 1fr); margin-top: 14px; }
.mk-run-stats div { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 11px 10px; }
.mk-run-stats small { color: var(--ash); display: block; font-size: 8px; text-transform: uppercase; }
.mk-run-stats b { font: 800 18px var(--mono); letter-spacing: -.5px; } .mk-run-stats span { color: var(--ash); font-size: 9px; margin-left: 2px; }
.mk-weight { align-items: baseline; display: flex; gap: 6px; margin-top: 6px; }
.mk-weight strong { font: 800 36px var(--mono); letter-spacing: -2px; } .mk-weight span { color: var(--ash); font-size: 13px; }
.mk-weight em { background: rgba(73,216,137,.12); border-radius: 99px; color: #49d889; font: 800 10px var(--mono); margin-left: auto; padding: 5px 9px; }
.mk-chart { margin-top: 18px; width: 100%; }
.chart-line { stroke: var(--honey); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 0 5px rgba(255,155,40,.45)); }
.chart-dot { fill: #0e0e12; stroke: var(--honey); stroke-width: 2.5; }
.mk-milestones { color: var(--ash); display: flex; flex-wrap: wrap; gap: 6px; font-size: 10px; margin-top: 20px; }

/* ---------- Screenshots ---------- */
.shot-row { align-items: center; display: flex; gap: clamp(14px, 2.5vw, 28px); justify-content: center; margin: 0 auto; max-width: var(--max); }
.phone.shot { max-width: 240px; }
.phone.shot:nth-child(2) { margin-bottom: 36px; transform: scale(1.06); z-index: 2; }
.sh-eyebrow { font-size: 13px; font-weight: 800; letter-spacing: -.3px; margin-top: 46px; }
.sh-card { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; margin-top: 9px; padding: 12px; }
.sh-card span { color: var(--ash); font-size: 9px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.sh-card strong { display: block; font: 800 26px var(--mono); letter-spacing: -1px; margin-top: 4px; }
.sh-readiness { background: radial-gradient(120px 80px at 16% 50%, rgba(255,166,52,.18), transparent 70%), var(--surface); border-color: rgba(255,178,62,.2); }
.sh-rows { display: grid; gap: 6px; margin-top: 8px; }
.sh-rows i { background: var(--surface-2); border-radius: 99px; display: block; height: 6px; overflow: hidden; position: relative; }
.sh-rows i::after { background: var(--grad); border-radius: 99px; content: ""; inset: 0; position: absolute; width: var(--p); }
.sh-streak strong small { color: var(--ash); font-size: 11px; margin-left: 4px; }
.mock-coach2 { gap: 8px; }
.mk-route2 { background: #08080b; border: 1px solid var(--line); border-radius: 16px; margin-top: 46px; }
.sh-run { margin-top: 12px; } .sh-run b { font: 800 30px var(--mono); letter-spacing: -1.5px; } .sh-run span { color: var(--ash); font-size: 12px; margin-left: 4px; }

/* ---------- Testimonials ---------- */
.testimonial-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); margin: 0 auto; max-width: var(--max); }
.testimonial { background: var(--surface); border: 1px solid var(--line); border-radius: 24px; display: flex; flex-direction: column; gap: 22px; justify-content: space-between; padding: 28px; }
.testimonial blockquote { font-size: 16px; line-height: 1.55; }
.testimonial figcaption { align-items: center; display: flex; gap: 12px; }
.avatar { align-items: center; background: var(--grad); border-radius: 50%; color: #211205; display: flex; font-weight: 800; height: 40px; justify-content: center; width: 40px; }
.testimonial figcaption b { display: block; font-size: 14px; } .testimonial figcaption small { color: var(--ash); font-size: 12px; }

/* ---------- FAQ ---------- */
.faq-list { display: grid; gap: 10px; margin: 0 auto; max-width: 780px; }
.faq-item { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; transition: border-color .3s; }
.faq-item[open] { border-color: var(--line-strong); }
.faq-item summary { align-items: center; cursor: pointer; display: flex; font-size: 16px; font-weight: 650; justify-content: space-between; list-style: none; padding: 20px 22px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-mark { flex: 0 0 auto; height: 14px; position: relative; width: 14px; }
.faq-mark::before, .faq-mark::after { background: var(--honey); border-radius: 2px; content: ""; inset: 0; margin: auto; position: absolute; transition: transform .3s; }
.faq-mark::before { height: 2px; width: 14px; } .faq-mark::after { height: 14px; width: 2px; }
.faq-item[open] .faq-mark::after { transform: scaleY(0); }
.faq-item p { color: var(--ash); font-size: 14.5px; line-height: 1.6; padding: 0 22px 22px; }

/* ---------- Final CTA ---------- */
.final-cta { overflow: hidden; text-align: center; }
.cta-glow { background: radial-gradient(560px 380px at 50% 30%, rgba(255, 150, 36, .2), transparent 70%); inset: 0; pointer-events: none; position: absolute; }
.cta-inner { margin: 0 auto; max-width: 640px; position: relative; }
.final-cta h2 { font-size: clamp(34px, 6vw, 64px); margin-top: 10px; }
.final-cta p { color: var(--ash); font-size: clamp(16px, 2vw, 19px); margin: 20px auto 34px; max-width: 460px; }
.final-cta .hero-actions { justify-content: center; }

/* ---------- Footer ---------- */
.footer { border-top: 1px solid var(--line); padding: clamp(48px, 7vh, 80px) var(--pad) 32px; }
.footer-inner { display: grid; gap: 40px; grid-template-columns: 1.2fr 2fr; margin: 0 auto; max-width: var(--max); }
.footer-brand { align-items: center; display: grid; gap: 6px; grid-template-columns: auto auto; align-content: start; }
.footer-brand span { font-weight: 800; letter-spacing: 1px; }
.footer-brand p { color: var(--ash); font-size: 14px; grid-column: 1 / -1; }
.footer-links { display: grid; gap: 24px; grid-template-columns: repeat(4, 1fr); }
.footer-links h4 { color: var(--ash-2); font-size: 11px; letter-spacing: 1px; margin-bottom: 12px; text-transform: uppercase; }
.footer-links a { color: var(--ash); display: block; font-size: 14px; margin-bottom: 8px; transition: color .2s; }
.footer-links a:hover { color: var(--cream); }
.footer-base { border-top: 1px solid var(--line); color: var(--ash-2); display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; margin: 40px auto 0; max-width: var(--max); padding-top: 24px; font-size: 12px; }

/* ---------- Integrations ---------- */
.integration-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); margin: 0 auto; max-width: 900px; }
.integration { align-items: center; background: var(--surface); border: 1px solid var(--line); border-radius: 22px; display: flex; flex-direction: column; gap: 4px; padding: 30px 18px; text-align: center; transition: transform .3s cubic-bezier(.22,1,.36,1), border-color .3s; }
.integration:hover { border-color: var(--line-strong); transform: translateY(-5px); }
.int-icon { align-items: center; background: var(--honey-soft); border: 1px solid rgba(255,178,62,.22); border-radius: 16px; color: var(--honey); display: flex; font-size: 22px; height: 52px; justify-content: center; margin-bottom: 12px; width: 52px; }
.integration b { font-size: 15px; } .integration small { color: var(--ash); font-size: 12px; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero-copy .eyebrow, .hero-copy { display: block; }
  .hero-actions, .hero-meta { justify-content: center; }
  .hero-meta { display: inline-flex; }
  .hero-hex { margin-top: 10px; order: -1; }
  .hex-emotions, .meet-hex-points, .island-why, .integration-grid, .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .island-stage, .feature-split { grid-template-columns: 1fr; }
  .feature-split.reverse .feature-visual { order: 0; }
  .phone-island { margin: 0 auto; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .hex-emotions, .integration-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .meet-hex-points { grid-template-columns: 1fr 1fr; }
  .island-why { grid-template-columns: 1fr; }
  .shot-row { flex-direction: column; }
  .phone.shot:nth-child(2) { transform: none; margin-bottom: 0; }
  .hero-meta { gap: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .hex-breathe, .hex-aura { animation: none; }
}
