/* ============================================================
   NOLA v3 — "a living painting"
   morning-paper palette · Fraunces serif · painterly grain
   ============================================================ */
:root {
  --paper:   #FBF6EC;
  --paper-2: #F6EEDF;
  --card:    #FFFDF8;
  --ink:     #2B3049;
  --ink-2:   #484E6B;
  --muted:   #71748E;
  --sage:    #A3BE9E;
  --sage-bg: #E4EDDF;
  --lav:     #C3B4E4;
  --lav-bg:  #EDE7F8;
  --butter:  #EFCE74;
  --butter-bg:#F8EBCB;
  --apricot: #F0C189;
  --peach-bg:#F9E7D2;
  --blush-bg:#F6DDD3;
  --sky-bg:  #E2ECF3;
  --mint-bg: #E3EDDF;
  --line:    rgba(43,48,73,.10);
  --serif: "Fraunces", ui-serif, Georgia, serif;
  --sans:  "Inter", ui-sans-serif, system-ui, sans-serif;
  --ease:  cubic-bezier(.22,.61,.21,1);
  --gutter: clamp(1.25rem, 5vw, 4rem);
  --soft: 0 24px 60px -28px rgba(43,48,73,.28);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html, body { overflow-x: clip; }
body {
  background: var(--paper);
  color: var(--ink-2);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
::selection { background: var(--butter-bg); color: var(--ink); }
img { max-width: 100%; }
[hidden] { display: none !important; }
a { color: inherit; }
h1,h2,h3 { font-family: var(--serif); font-weight: 500; color: var(--ink); line-height: 1.12; text-wrap: balance; }
button { font: inherit; cursor: pointer; }

/* paper grain over everything */
.grain {
  position: fixed; inset: -50%; z-index: 90; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  opacity: .055; mix-blend-mode: multiply;
}

/* ---------------- nav ---------------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 80;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem var(--gutter);
  transition: transform .5s var(--ease), background .4s, box-shadow .4s;
}
.nav.is-solid {
  background: color-mix(in oklab, var(--paper) 82%, transparent);
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  box-shadow: 0 1px 0 var(--line);
}
.nav__brand {
  font-family: var(--serif); font-weight: 600; font-size: 1.55rem;
  color: var(--ink); text-decoration: none; letter-spacing: -.01em;
}
.nav__brand::after { content: "."; color: var(--apricot); }
.nav__links { display: flex; gap: 1.9rem; }
.nav__link {
  font-size: .92rem; font-weight: 500; text-decoration: none; color: var(--ink-2);
  position: relative;
}
.nav__link::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -4px;
  height: 2px; background: var(--apricot); border-radius: 2px;
  transition: right .3s var(--ease);
}
.nav__link:hover::after { right: 0; }
.nav__cta {
  font-size: .9rem; font-weight: 600; text-decoration: none;
  background: var(--ink); color: var(--paper);
  padding: .6rem 1.25rem; border-radius: 999px;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
  box-shadow: 0 10px 24px -12px rgba(43,48,73,.5);
}
.nav__cta:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -12px rgba(43,48,73,.55); }

/* ---------------- hero ---------------- */
.hero {
  position: relative; min-height: 100svh;
  display: flex; flex-direction: column; justify-content: center;
  overflow: clip;
}
#sky { position: absolute; inset: 0; width: 100%; height: 100%; display: block;
  background:
    radial-gradient(120% 90% at 70% 45%, #F6DFC0 0%, transparent 55%),
    radial-gradient(90% 70% at 20% 20%, #EFE6F6 0%, transparent 60%),
    radial-gradient(80% 60% at 30% 85%, #E4EDDF 0%, transparent 55%),
    var(--paper);
}
.hero__fade {
  position: absolute; left: 0; right: 0; bottom: 0; height: 26vh; z-index: 1;
  background: linear-gradient(to bottom, transparent, var(--paper));
  pointer-events: none;
}
.hero__inner {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.05fr .95fr; align-items: center;
  gap: clamp(1rem, 4vw, 3rem);
  width: 100%; max-width: 78rem; margin-inline: auto;
  padding: 7.5rem var(--gutter) 5rem;
}
.hero__eyebrow {
  font-size: .85rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 1.4rem;
}
.hero__title {
  font-size: clamp(2.6rem, 5.6vw, 4.6rem);
  font-weight: 500; letter-spacing: -.015em; line-height: 1.06;
}
.rot-wrap { position: relative; display: inline-block; }
.rot-wrap em {
  font-style: italic; font-weight: 500;
  display: inline-block;
  transition: opacity .45s var(--ease), transform .45s var(--ease), filter .45s var(--ease);
}
.rot-wrap em.is-out { opacity: 0; transform: translateY(.35em) rotate(1deg); filter: blur(4px); }
.brush {
  position: absolute; left: -2%; bottom: -.28em; width: 104%; height: .3em;
  color: var(--apricot); overflow: visible;
}
.brush path { stroke-dasharray: 330; stroke-dashoffset: 330; animation: brushdraw 1.1s var(--ease) .7s forwards; opacity: .85; }
@keyframes brushdraw { to { stroke-dashoffset: 0; } }
.hero__lede {
  margin-top: 1.6rem; max-width: 34rem;
  font-size: clamp(1.05rem, 1.4vw, 1.2rem); color: var(--ink-2);
}
.hero__ctas { display: flex; gap: .9rem; margin-top: 2.2rem; flex-wrap: wrap; }
.hero__ctas--center { justify-content: center; }
.hero__note { margin-top: 1.1rem; font-size: .85rem; color: var(--muted); }

.btn {
  display: inline-flex; align-items: center; gap: .65rem;
  padding: .8rem 1.45rem; border-radius: 999px; border: 0;
  font-weight: 600; font-size: .95rem; text-decoration: none;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.btn svg { width: 1.35em; height: 1.35em; flex: none; }
.btn span { display: flex; flex-direction: column; line-height: 1.15; text-align: left; }
.btn small { font-size: .68em; font-weight: 500; opacity: .75; text-transform: uppercase; letter-spacing: .06em; }
.btn--store { background: var(--ink); color: #F7F2E7; box-shadow: 0 14px 30px -14px rgba(43,48,73,.55); }
.btn--store:hover { transform: translateY(-2px) scale(1.015); box-shadow: 0 20px 38px -14px rgba(43,48,73,.6); }
.btn--ink { background: var(--ink); color: var(--paper); box-shadow: 0 14px 30px -14px rgba(43,48,73,.5); }
.btn--ink:hover { transform: translateY(-2px); }

@property --ang { syntax: "<angle>"; initial-value: 0deg; inherits: false; }
.btn--glow { position: relative; isolation: isolate; }
.btn--glow::before {
  content: ""; position: absolute; inset: -4px; border-radius: inherit; z-index: -1;
  background: conic-gradient(from var(--ang),
    transparent 0%, rgba(240,193,137,.95) 18%, rgba(163,190,158,.85) 38%, rgba(195,180,228,.8) 55%, transparent 75%);
  filter: blur(9px); opacity: .9;
  animation: glowspin 5.5s linear infinite;
}
@keyframes glowspin { to { --ang: 360deg; } }

/* hero visual: phone duo */
.hero__visual { position: relative; display: grid; place-items: center; justify-content: end; min-height: 380px; padding-top: 1.2rem; }
.hero__cluster { position: relative; display: flex; align-items: center; gap: clamp(.7rem, 1.4vw, 1.3rem); will-change: transform; transform-style: preserve-3d; }
.hphone {
  border-radius: 42px; border: 8px solid var(--card); background: var(--card);
  box-shadow: 0 42px 84px -36px rgba(43,48,73,.45), 0 4px 14px rgba(43,48,73,.09);
  overflow: hidden;
}
.hphone img { display: block; width: 100%; height: auto; border-radius: 34px; }
.hphone--left {
  flex: none; width: min(23.5vw, 305px);
  animation: floaty 8s ease-in-out infinite;
}
.hphone--right {
  flex: none; width: min(21vw, 275px);
  margin-top: clamp(2.4rem, 4vw, 3.8rem);
  animation: floatyR 9.5s ease-in-out infinite;
}
.mascot__shadow {
  position: absolute; left: 50%; bottom: -9%; width: 70%; height: 30px;
  transform: translateX(-50%);
  background: radial-gradient(closest-side, rgba(122,88,52,.26), transparent 72%);
  border-radius: 50%;
  animation: shadowpulse 9s ease-in-out infinite;
}
@keyframes floaty { 0%,100% { transform: translateY(0) rotate(-1.2deg); } 50% { transform: translateY(-16px) rotate(1.2deg); } }
@keyframes floatyR { 0%,100% { transform: translateY(0) rotate(1.6deg); } 50% { transform: translateY(-11px) rotate(2.8deg); } }
@keyframes breathe { 0%,100% { transform: scale(1); } 42% { transform: scale(1.035); } 60% { transform: scale(1.035); } }
@keyframes shadowpulse { 0%,100% { transform: translateX(-50%) scaleX(1); opacity: .85; } 42%,60% { transform: translateX(-50%) scaleX(1.08); opacity: 1; } }

.hero__scrollhint {
  position: absolute; z-index: 2; left: 50%; bottom: 1.6rem; transform: translateX(-50%);
  font-family: var(--serif); font-style: italic; font-size: 1rem;
  color: var(--muted); text-decoration: none;
  display: flex; flex-direction: column; align-items: center; gap: .15rem;
  animation: hint 2.6s ease-in-out infinite;
}
@keyframes hint { 0%,100% { transform: translate(-50%,0); } 50% { transform: translate(-50%,7px); } }

/* ---------------- marquee ---------------- */
.marquee {
  position: relative; z-index: 3;
  padding: 1.35rem 0; overflow: clip;
  background: var(--paper);
  border-block: 1px solid var(--line);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee__track {
  display: flex; align-items: center; gap: 2.2rem; width: max-content;
  animation: marq 46s linear infinite;
}
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__track span {
  font-family: var(--serif); font-style: italic; font-size: 1.25rem;
  color: var(--ink-2); white-space: nowrap;
}
.marquee__track i { color: var(--apricot); font-style: normal; }
@keyframes marq { to { transform: translateX(-50%); } }

/* ---------------- sections shared ---------------- */
.section { max-width: 76rem; margin-inline: auto; padding: clamp(4.5rem,9vw,7.5rem) var(--gutter) 0; scroll-margin-top: 4.5rem; }
.breath { scroll-margin-top: 0; }
.section__eyebrow {
  font-size: .82rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 1rem;
}
.section__title { font-size: clamp(1.9rem, 3.8vw, 3rem); letter-spacing: -.01em; max-width: 22ch; }
.section__lede { margin-top: 1.1rem; max-width: 44rem; font-size: 1.075rem; }
.section__lede em { font-family: var(--serif); }

/* reveal on scroll */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.how__grid .reveal:nth-child(2), .tiles .reveal:nth-child(2), .love__grid .reveal:nth-child(2), .honest__grid .reveal:nth-child(2) { transition-delay: .12s; }
.how__grid .reveal:nth-child(3), .tiles .reveal:nth-child(3), .love__grid .reveal:nth-child(3), .honest__grid .reveal:nth-child(3) { transition-delay: .24s; }
.tiles .reveal:nth-child(4), .love__grid .reveal:nth-child(4) { transition-delay: .36s; }
.tiles .reveal:nth-child(5) { transition-delay: .48s; }
.tiles .reveal:nth-child(6) { transition-delay: .6s; }
.tiles .reveal:nth-child(7) { transition-delay: .72s; }

/* ---------------- how ---------------- */
.how__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 2.6rem; }
.how__card {
  background: var(--card); border: 1px solid var(--line); border-radius: 24px;
  padding: 1.8rem 1.6rem; box-shadow: 0 18px 44px -30px rgba(43,48,73,.25);
}
.how__card img { width: 96px; height: auto; margin-bottom: .8rem; }
.mascot-mini { width: 104px; margin-bottom: .3rem !important; transform: rotate(var(--r, 0deg)); filter: drop-shadow(0 10px 14px rgba(176,124,60,.25)); }
.how__card h3 { font-size: 1.35rem; margin-bottom: .55rem; }
.how__card p { font-size: .97rem; }

/* ---------------- toolkit tiles ---------------- */
.tiles {
  display: grid; gap: 1.1rem; margin-top: 2.6rem;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(190px, auto);
}
.tile {
  position: relative; overflow: hidden;
  border-radius: 24px; padding: 1.5rem;
  grid-column: span 2;
  display: flex; flex-direction: column; justify-content: space-between;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
  box-shadow: 0 16px 40px -28px rgba(43,48,73,.3);
  transform-style: preserve-3d; will-change: transform;
}
.tile:hover { box-shadow: 0 26px 54px -26px rgba(43,48,73,.38); }
.tile h3 { font-size: 1.45rem; margin-bottom: .4rem; }
.tile p { font-size: .93rem; color: var(--ink-2); max-width: 30ch; }
.tile__tag {
  display: inline-block; align-self: flex-start; font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  background: rgba(255,253,248,.75); color: var(--ink-2);
  padding: .25rem .7rem; border-radius: 999px; margin-bottom: .8rem;
}
.tile--wide { grid-column: span 4; flex-direction: row; align-items: stretch; gap: 1rem; }
.tile--wide .tile__txt { flex: 1; display: flex; flex-direction: column; justify-content: center; }
.tile__art {
  flex: none; width: 46%; object-fit: cover; border-radius: 16px;
  box-shadow: inset 0 0 0 1px rgba(43,48,73,.08);
}
.tile__cloud { position: absolute; right: -6px; bottom: -10px; width: 104px; opacity: .95; }
.tile--sky .tile__txt { padding-right: 86px; }
.tile--butter .tile__txt, .tile--lav .tile__txt { padding-right: 84px; }
.tile--sage { background: var(--sage-bg); }
.tile--blush { background: var(--blush-bg); }
.tile--butter { background: var(--butter-bg); }
.tile--lav { background: var(--lav-bg); }
.tile--sky { background: var(--sky-bg); }
.tile--peach { background: var(--peach-bg); }
.tile--mint { background: var(--mint-bg); }
.tile__glyph { position: absolute; right: 1.1rem; bottom: 1.1rem; }
.tile__glyph--sos {
  font-family: var(--serif); font-weight: 600; font-style: italic; font-size: 1.05rem;
  color: var(--ink); background: var(--card);
  padding: .5rem .9rem; border-radius: 999px;
  box-shadow: 0 8px 18px -8px rgba(43,48,73,.35);
}
.tile__glyph--rings { position: absolute; right: 1rem; bottom: 1rem; width: 58px; height: 58px; }
.tile__glyph--rings span {
  position: absolute; inset: 0; border: 2px solid rgba(43,48,73,.35); border-radius: 50%;
  animation: ringpulse 4.5s ease-in-out infinite;
}
.tile__glyph--rings span:nth-child(2) { inset: 10px; animation-delay: .5s; }
.tile__glyph--rings span:nth-child(3) { inset: 20px; animation-delay: 1s; background: rgba(43,48,73,.3); }
@keyframes ringpulse { 0%,100% { transform: scale(1); opacity: .8; } 50% { transform: scale(1.12); opacity: .45; } }
.tile__glyph--bars { display: flex; align-items: flex-end; gap: 4px; height: 44px; }
.tile__glyph--bars span { width: 6px; border-radius: 3px; background: rgba(43,48,73,.4); animation: bars 2.8s ease-in-out infinite; }
.tile__glyph--bars span:nth-child(1) { height: 40%; animation-delay: 0s; }
.tile__glyph--bars span:nth-child(2) { height: 75%; animation-delay: .3s; }
.tile__glyph--bars span:nth-child(3) { height: 100%; animation-delay: .6s; }
.tile__glyph--bars span:nth-child(4) { height: 65%; animation-delay: .9s; }
.tile__glyph--bars span:nth-child(5) { height: 35%; animation-delay: 1.2s; }
@keyframes bars { 0%,100% { transform: scaleY(1); } 50% { transform: scaleY(.55); } }

/* ---------------- testimonials ---------------- */
.love__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 2.6rem; }
.love__card {
  background: var(--card); border: 1px solid var(--line); border-radius: 24px;
  padding: 1.7rem 1.6rem; display: flex; flex-direction: column; gap: 1.2rem;
  box-shadow: 0 18px 44px -30px rgba(43,48,73,.25);
}
.love__card--featured { grid-column: span 3; background: var(--lav-bg); }
.love__card blockquote {
  font-family: var(--serif); font-size: 1.12rem; line-height: 1.5; color: var(--ink);
}
.love__card--featured blockquote { font-size: clamp(1.25rem, 2.2vw, 1.6rem); max-width: 46ch; }
.love__card footer { display: flex; justify-content: space-between; align-items: center; margin-top: auto; }
.love__card cite { font-style: normal; font-weight: 600; font-size: .95rem; color: var(--ink-2); }
.stars { color: var(--apricot); letter-spacing: .12em; font-size: .95rem; }
.love__note { margin-top: 1.3rem; font-size: .85rem; color: var(--muted); }

/* ---------------- honest ---------------- */
.honest__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 2.4rem; }
.honest__grid h3 { font-size: 1.3rem; margin-bottom: .5rem; }
.honest__grid h3::before { content: "— "; color: var(--apricot); }
.honest__grid p { font-size: .96rem; }

.faq { margin-top: 3.4rem; max-width: 46rem; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer; list-style: none;
  font-family: var(--serif); font-size: 1.18rem; color: var(--ink);
  padding: 1.1rem 2rem 1.1rem 0; position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: .2rem; top: 50%; translate: 0 -50%;
  font-size: 1.4rem; color: var(--apricot); transition: rotate .3s var(--ease);
}
.faq details[open] summary::after { rotate: 45deg; }
.faq details p { padding: 0 0 1.2rem; max-width: 60ch; font-size: .97rem; }


/* ---------------- proof ---------------- */
.proof { padding-top: clamp(3rem, 6vw, 5rem); }
.proof__inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center;
  background: var(--card); border: 1px solid var(--line); border-radius: 28px;
  padding: clamp(1.8rem, 4vw, 3rem); box-shadow: var(--soft);
}
.proof__metrics { display: flex; gap: clamp(1.4rem, 3vw, 2.4rem); flex-wrap: wrap; margin-bottom: 1.4rem; }
.proof__metric strong {
  display: block; font-family: var(--serif); font-weight: 500;
  font-size: clamp(2rem, 3.4vw, 2.7rem); color: var(--ink); line-height: 1;
}
.proof__metric span { display: block; margin-top: .45rem; font-size: .84rem; color: var(--muted); max-width: 14ch; }
.proof__note {
  display: flex; gap: .8rem; align-items: flex-start;
  background: var(--sage-bg); border-radius: 18px; padding: 1.05rem 1.2rem;
  font-size: .93rem; color: var(--ink-2);
}
.proof__check {
  flex: none; width: 1.45rem; height: 1.45rem; margin-top: .1rem;
  border-radius: 50%; background: var(--sage); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: .8rem; font-weight: 700;
}

/* ---------------- sleep ---------------- */
.sleep {
  position: relative; margin-top: clamp(4.5rem, 9vw, 7.5rem);
  background: #0B1230 url("assets/night.webp") center bottom / cover no-repeat;
  overflow: clip; scroll-margin-top: 0;
}
#nightSky { position: absolute; inset: 0; width: 100%; height: 100%; display: block; z-index: 0; }
.sleep::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(8,12,36,.62) 0%, rgba(8,12,36,.38) 34%, rgba(8,12,36,.08) 62%, transparent 85%);
  pointer-events: none;
}
.sleep__inner {
  position: relative; z-index: 1;
  max-width: 76rem; margin-inline: auto;
  padding: clamp(5rem, 10vw, 8rem) var(--gutter) clamp(6rem, 12vw, 10rem);
}
.sleep .section__eyebrow { color: rgba(247,242,231,.55); }
.sleep .section__title { color: #F7F2E7; }
.sleep .section__lede { color: rgba(247,242,231,.82); }
.sleep__chips {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 2.6rem;
}
.sleep__chip {
  background: rgba(11,16,44,.74);
  border: 1px solid rgba(247,242,231,.18);
  border-radius: 20px; padding: 1.3rem 1.2rem;
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.sleep__chip h3 { color: #F7F2E7; font-size: 1.2rem; margin-bottom: .4rem; text-shadow: 0 1px 10px rgba(8,12,36,.55); }
.sleep__chip p { color: rgba(247,242,231,.80); font-size: .9rem; text-shadow: 0 1px 8px rgba(8,12,36,.5); }

@media (max-width: 860px) {
  .proof__inner { grid-template-columns: 1fr; }
  .sleep__chips { grid-template-columns: repeat(2, 1fr); }

}

/* ---------------- final ---------------- */
.final { text-align: center; padding-bottom: clamp(4.5rem, 9vw, 7.5rem); }
.final__mascot { width: min(52vw, 300px); height: auto; filter: drop-shadow(0 26px 36px rgba(176,124,60,.28)); animation: floaty 8s ease-in-out infinite; }
.final__title { font-size: clamp(2rem, 4.4vw, 3.4rem); letter-spacing: -.01em; margin-top: .8rem; }
.final .hero__ctas { margin-top: 2.2rem; }

/* ---------------- footer ---------------- */
.footer {
  max-width: 76rem; margin-inline: auto;
  padding: 3rem var(--gutter) 3.5rem;
}
.footer__crisis {
  font-size: .82rem; color: var(--muted); max-width: 66ch;
  padding-bottom: 1.8rem; margin-bottom: 1.8rem; border-bottom: 1px solid var(--line);
}
.footer__crisis a { color: var(--muted); }
.footer__row { display: flex; justify-content: space-between; align-items: baseline; gap: 1.5rem; flex-wrap: wrap; }
.footer__statement { font-family: var(--serif); font-size: 1.15rem; color: var(--ink); }
.footer__meta { font-size: .82rem; color: var(--muted); }
.footer__meta a { color: var(--muted); }
.footer__meta a:hover { color: var(--ink); }

/* ---------------- responsive ---------------- */
@media (max-width: 980px) {
  .nav__links { display: none; }
  .hero__inner { grid-template-columns: 1fr; padding-top: 6rem; text-align: center; gap: 2.5rem; }
  .hero__copy { order: 2; }
  .hero__visual { order: 1; min-height: 0; padding-top: 1.5rem; justify-content: center; }
  .hphone--left { width: min(40vw, 210px); }
  .hphone--right { width: min(37vw, 194px); margin-top: 2rem; }
  .hero__lede { margin-inline: auto; }
  .hero__ctas { justify-content: center; }
  .brush { display: none; }
  .how__grid, .love__grid, .honest__grid { grid-template-columns: 1fr; }
  .love__card--featured { grid-column: span 1; }
  .tiles { grid-template-columns: repeat(2, 1fr); }
  .tile, .tile--wide { grid-column: span 2; }
  .tile--wide { flex-direction: column; }
  .tile__art { width: 100%; max-height: 190px; }
}
@media (max-width: 560px) {
  .marquee__track span { font-size: 1.05rem; }
}

/* ---------------- reduced motion ---------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .marquee__track { animation: none; }
}
