/* ─────────────────────────────────────────────────────────────
   Heyseed — Magazine-bones, image-led
   Achromatic UI. Single typeface. ● as a recurring quiet motif.
   ───────────────────────────────────────────────────────────── */

:root {
  --inkwell:        #000000;
  --canvas:         #f7f5f2;
  --cool-canvas:    #f5f5f5;
  --porcelain:      #ffffff;
  --whisper-white:  #efefef;
  --pale-ash:       #e0e0e0;
  --sterling:       #999999;
  --storm-gray:     #a1a1a1;
  --dim:            #6e6e6e;

  --font: "Inter", "Helvetica Neue", Arial, sans-serif;

  --t-caption:    12px;
  --t-body-sm:    14px;
  --t-body:       16px;
  --t-heading:    24px;
  --t-display-md: 40px;
  --t-display-lg: 64px;
  --t-display-xl: 96px;
  --t-mega:       140px;

  --section-gap: 140px;
  --max-wide:    1280px;
  --max-text:    900px;
  --gutter:      48px;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  font-weight: 400;
  font-size: var(--t-body);
  line-height: 1.4;
  color: var(--inkwell);
  background: var(--porcelain);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; padding: 0; }
.inline { display: inline; margin: 0; }

.marketing-flash-wrap {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 80;
  width: min(640px, calc(100% - 32px));
}
.marketing-flash {
  background: var(--porcelain);
  color: var(--inkwell);
  border: 1px solid var(--pale-ash);
  border-radius: 999px;
  padding: 12px 20px;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
}

.wrap {
  max-width: var(--max-wide);
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}
section { padding-top: var(--section-gap); padding-bottom: var(--section-gap); }

.display-mega {
  font-size: var(--t-mega);
  line-height: 0.92;
  letter-spacing: -0.04em;
  font-weight: 500;
  margin: 0;
  text-wrap: balance;
}
.display-lg {
  font-size: var(--t-display-lg);
  line-height: 1.05;
  letter-spacing: -0.025em;
  font-weight: 500;
  margin: 0;
  text-wrap: balance;
}
.display-md {
  font-size: var(--t-display-md);
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 500;
  margin: 0;
  text-wrap: balance;
}
.heading {
  font-size: var(--t-heading);
  line-height: 1.3;
  font-weight: 500;
  margin: 0;
  letter-spacing: -0.01em;
}
.label {
  font-size: var(--t-caption);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--inkwell);
}
.muted { color: var(--storm-gray); }

.dot {
  display: inline-block;
  color: var(--inkwell);
}
.dot-sm { font-size: 0.7em; vertical-align: 0.18em; margin-left: 0.18em; }

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--inkwell);
  color: var(--canvas);
  border-radius: 999px;
  padding: 14px 22px 14px 22px;
  font-size: var(--t-body-sm);
  line-height: 1;
  letter-spacing: 0.02em;
  transition: opacity .15s ease;
  white-space: nowrap;
}
.btn-primary:hover { opacity: 0.86; }
.btn-primary .dot { color: var(--canvas); font-size: 0.85em; }

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--inkwell);
  border: 1px solid var(--inkwell);
  border-radius: 999px;
  padding: 14px 22px;
  font-size: var(--t-body-sm);
  line-height: 1;
  letter-spacing: 0.02em;
  transition: background-color .15s ease, color .15s ease;
  background: transparent;
}
.btn-outline:hover { background: var(--inkwell); color: var(--canvas); }
.btn-outline:hover .dot { color: var(--canvas); }

.ph {
  background: var(--pale-ash);
  color: var(--dim);
  font-size: var(--t-caption);
  line-height: 1.45;
  display: flex;
  align-items: flex-end;
  padding: 14px 16px;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}
.ph .ph-meta strong { font-weight: 500; color: var(--inkwell); display: block; margin-bottom: 4px; }
.ph > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 1;
}
.ph .ph-meta { position: relative; z-index: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: color-mix(in oklab, var(--porcelain) 90%, transparent);
  backdrop-filter: saturate(140%) blur(8px);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}
.wordmark {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  line-height: 1;
}
.wordmark .dot.dot-circle {
  width: 0.8em;
  height: 0.8em;
  background: var(--inkwell);
  border-radius: 999px;
  display: inline-block;
  font-size: 1em;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
}
.nav-mid {
  display: flex;
  gap: 28px;
  font-size: var(--t-body-sm);
  align-items: center;
}
.nav-mid a { display: inline-flex; align-items: center; gap: 6px; }
.nav-mid a:hover { color: var(--storm-gray); }
.nav-mid a .dot { font-size: 0.65em; }
.nav-right { display: flex; align-items: center; gap: 16px; }
.nav-right .nav-link {
  font-size: var(--t-body-sm);
  color: var(--inkwell);
  padding: 4px 2px;
  transition: color .15s ease;
}
.nav-right .nav-link:hover { color: var(--storm-gray); }

.hero {
  padding-top: 140px;
  padding-bottom: 140px;
}
.hero h1 {
  font-size: clamp(64px, 11vw, 168px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  font-weight: 500;
  margin: 0;
  text-wrap: balance;
}
.hero h1 .dot { font-size: 0.5em; vertical-align: 0.55em; margin-left: 0.05em; }
.hero-meta {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 32px;
}
.hero-meta .label { color: var(--dim); }
.hero-meta-right { display: flex; align-items: center; gap: 12px; }

.hero-art {
  margin-top: 48px;
  aspect-ratio: 16 / 7;
  width: 100%;
}

.manifesto { background: var(--canvas); padding-top: 140px; padding-bottom: 140px; }
.manifesto-inner {
  max-width: var(--max-text);
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.manifesto .opener {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 56px;
  color: var(--dim);
}
.manifesto .opener .dot {
  width: 36px;
  height: 36px;
  background: var(--inkwell);
  border-radius: 999px;
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  line-height: 0;
  flex: 0 0 auto;
}
.manifesto .opener .label { color: var(--dim); }

.manifesto p {
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin: 0 0 40px;
  text-wrap: pretty;
}
.manifesto p:last-of-type { margin-bottom: 0; }
.manifesto p .pct { color: var(--inkwell); }
.manifesto p.dim { color: var(--storm-gray); }

.manifesto-tail {
  margin-top: 96px;
  display: flex;
  align-items: baseline;
  gap: 14px;
}
.manifesto-tail h2 {
  font-size: clamp(48px, 7vw, 96px);
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 500;
  margin: 0;
}
.manifesto-tail .dot { font-size: 0.5em; }

.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 56px;
}
.section-head h2 {
  font-size: clamp(40px, 5.5vw, 72px);
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 500;
  margin: 0;
}
.section-head .num {
  font-size: var(--t-caption);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--dim);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.brands { background: var(--porcelain); }
.brands-head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 56px;
}
.brands-head h2 {
  font-size: clamp(40px, 5.5vw, 72px);
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 500;
  margin: 0 0 24px;
}
.brands-head .lede {
  color: var(--storm-gray);
  font-size: 18px;
  line-height: 1.55;
  max-width: 56ch;
  margin: 0 auto;
}
.brands-hero {
  width: 100%;
  margin-bottom: 64px;
  background: var(--canvas);
  border-radius: 14px;
  padding: 56px 64px 0;
  position: relative;
  overflow: hidden;
}
.brands-hero .badge {
  position: absolute;
  top: 24px;
  left: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: var(--t-caption);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--dim);
  background: var(--porcelain);
  border: 1px solid var(--pale-ash);
  border-radius: 999px;
  padding: 8px 12px;
  z-index: 3;
}
.brands-hero .badge .dot {
  width: 8px;
  height: 8px;
  background: var(--inkwell);
  border-radius: 999px;
  display: inline-block;
}
.brands-hero .badge.right {
  left: auto;
  right: 24px;
}
.product-stack {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}
.browser {
  background: var(--porcelain);
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  box-shadow:
    0 1px 0 rgba(0,0,0,0.04),
    0 24px 48px -16px rgba(0,0,0,0.18),
    0 6px 16px -8px rgba(0,0,0,0.08);
  border: 1px solid var(--pale-ash);
  border-bottom: 0;
}
.browser__chrome {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  background: var(--whisper-white);
  border-bottom: 1px solid var(--pale-ash);
}
.browser__dots { display: flex; gap: 6px; }
.browser__dots span {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: var(--pale-ash);
  display: inline-block;
}
.browser__url {
  flex: 1;
  background: var(--porcelain);
  border: 1px solid var(--pale-ash);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 12px;
  color: var(--dim);
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 480px;
  margin: 0 auto;
}
.browser__url .lock {
  width: 10px; height: 10px;
  border: 1px solid var(--storm-gray);
  border-radius: 2px;
  position: relative;
}
.browser__url .lock::before {
  content: "";
  position: absolute;
  width: 6px; height: 4px;
  border: 1px solid var(--storm-gray);
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  top: -4px; left: 1px;
}
.browser__shot {
  display: block;
  width: 100%;
  height: auto;
}

.phone {
  position: absolute;
  right: -16px;
  bottom: -32px;
  width: 280px;
  background: var(--inkwell);
  border-radius: 36px;
  padding: 8px;
  box-shadow:
    0 30px 60px -16px rgba(0,0,0,0.35),
    0 8px 24px -8px rgba(0,0,0,0.18);
  z-index: 2;
  transform: rotate(2deg);
}
.phone__screen {
  background: var(--porcelain);
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 9 / 19;
}
.phone__notch {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 24px;
  background: var(--inkwell);
  border-radius: 999px;
  z-index: 3;
}
.phone__status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 22px 0;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--inkwell);
  position: relative;
  z-index: 2;
}
.phone__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid var(--pale-ash);
  font-size: 11px;
  font-weight: 500;
}
.phone__top .brand {
  font-weight: 600;
  letter-spacing: -0.01em;
}
.phone__top .icon {
  width: 16px; height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--dim);
}
.phone__hero {
  width: 100%;
  aspect-ratio: 1 / 1;
  background:
    radial-gradient(120% 80% at 30% 30%, oklch(0.92 0.04 80) 0%, oklch(0.85 0.06 60) 60%, oklch(0.72 0.08 50) 100%);
  position: relative;
  overflow: hidden;
}
.phone__hero::after {
  content: "";
  position: absolute;
  inset: 18% 30% 14% 30%;
  background: oklch(0.32 0.03 60);
  border-radius: 6px 6px 4px 4px / 12px 12px 4px 4px;
  box-shadow: inset 0 -22px 30px -10px rgba(0,0,0,0.25);
}
.phone__hero::before {
  content: "";
  position: absolute;
  inset: 12% 36% 60% 36%;
  background: oklch(0.85 0.04 70);
  border-radius: 4px 4px 0 0;
  z-index: 1;
}
.phone__body {
  padding: 18px 18px 24px;
}
.phone__eyebrow {
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--storm-gray);
  margin: 0 0 6px;
}
.phone__title {
  font-size: 18px;
  line-height: 1.15;
  letter-spacing: -0.015em;
  font-weight: 500;
  margin: 0 0 4px;
}
.phone__price {
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 14px;
}
.phone__price .strike {
  color: var(--storm-gray);
  text-decoration: line-through;
  margin-right: 6px;
  font-weight: 400;
}
.phone__meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 11px;
  color: var(--dim);
  line-height: 1.4;
  margin: 0 0 18px;
}
.phone__meta .row { display: flex; align-items: center; gap: 8px; }
.phone__meta .row .dot { width: 4px; height: 4px; background: var(--inkwell); border-radius: 999px; display: inline-block; flex: 0 0 auto; }
.phone__cta {
  display: block;
  text-align: center;
  background: var(--inkwell);
  color: var(--canvas);
  border-radius: 999px;
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 500;
}
.phone__cta-sub {
  margin: 8px 0 0;
  font-size: 10px;
  color: var(--storm-gray);
  text-align: center;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--pale-ash);
  padding-top: 40px;
}
.step {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 32px;
  border-right: 1px solid var(--pale-ash);
}
.step:first-child { padding-left: 0; }
.step:last-child { padding-right: 0; border-right: 0; }
.step-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: var(--t-caption);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--dim);
}
.step-meta .dot { color: var(--inkwell); font-size: 14px; }
.step h3 {
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -0.015em;
  font-weight: 500;
  margin: 0;
}
.step p {
  margin: 0;
  color: var(--storm-gray);
  font-size: var(--t-body);
  line-height: 1.5;
  max-width: 36ch;
}

.marquee {
  padding: 32px 0 40px;
  overflow: hidden;
  border-top: 1px solid var(--pale-ash);
  border-bottom: 1px solid var(--pale-ash);
}
.marquee-track {
  display: flex;
  gap: 64px;
  width: max-content;
  animation: scroll-x 28s linear infinite;
  align-items: center;
}
.marquee-item {
  display: inline-flex;
  align-items: baseline;
  gap: 32px;
  font-size: clamp(72px, 12vw, 168px);
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 500;
  white-space: nowrap;
}
.marquee-item .dot { font-size: 0.45em; vertical-align: 0.5em; }
@keyframes scroll-x {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation-play-state: paused; }
}

.shops { background: var(--canvas); }
.shops-head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.shops-head h2 {
  font-size: clamp(40px, 5.5vw, 72px);
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 500;
  margin: 0;
}
.shops-head .lede {
  color: var(--storm-gray);
  font-size: 18px;
  line-height: 1.55;
  max-width: 56ch;
  margin: 0 auto;
}
.shops-head .btn-primary {
  padding: 16px 24px;
  font-size: 15px;
  margin-top: 4px;
}
.shops-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.cat-card {
  aspect-ratio: 4 / 5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border-radius: 14px;
  background: var(--pale-ash);
  color: var(--inkwell);
  position: relative;
  overflow: hidden;
  transition: transform .2s ease;
}
.cat-card:hover { transform: translateY(-2px); }
.cat-card .cat-label {
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  font-weight: 500;
}
.cat-card .cat-meta {
  font-size: var(--t-caption);
  color: var(--dim);
  letter-spacing: 0.02em;
}
.cat-card .cat-corner {
  position: absolute;
  top: 16px;
  right: 18px;
  font-size: 16px;
  z-index: 2;
}
.cat-card .cat-label {
  position: relative;
  z-index: 2;
  color: var(--canvas);
  text-shadow: 0 1px 24px rgba(0,0,0,0.35);
}
.cat-card .cat-corner { color: var(--canvas); }
.cat-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 55%, rgba(0,0,0,0.55) 100%);
  z-index: 1;
  pointer-events: none;
}

.quote {
  padding: 160px 0;
  background: var(--inkwell);
  color: var(--canvas);
}
.quote-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.quote p {
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1.1;
  letter-spacing: -0.025em;
  font-weight: 500;
  margin: 0;
  text-wrap: balance;
}
.quote .open-q, .quote .close-q { color: var(--storm-gray); }
.quote .attr {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 32px;
  color: var(--storm-gray);
  font-size: var(--t-caption);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.apply { background: var(--porcelain); }
.apply-head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 64px;
}
.apply-head h2 {
  font-size: clamp(40px, 5.5vw, 72px);
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 500;
  margin: 0 0 24px;
}
.apply-head .lede {
  color: var(--storm-gray);
  font-size: 18px;
  line-height: 1.55;
  max-width: 56ch;
  margin: 0 auto;
}

.apply-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.apply-card {
  background: var(--canvas);
  border-radius: 14px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.apply-card h3 {
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-weight: 500;
  margin: 0;
}
.apply-card .sub {
  margin: 0;
  color: var(--storm-gray);
  font-size: 16px;
  line-height: 1.5;
}
.apply-card hr {
  border: 0;
  border-top: 1px solid var(--pale-ash);
  margin: 4px 0 0;
  width: 100%;
}
.apply-card .bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: var(--inkwell);
  font-size: 16px;
  line-height: 1.45;
  flex: 1;
}
.apply-card .bullets li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.apply-card .bullets li .dot {
  font-size: 12px;
  color: var(--inkwell);
  line-height: 1.2;
  flex: 0 0 auto;
  margin-top: 4px;
}
.apply-card .btn-primary.big {
  margin-top: 12px;
  justify-content: center;
  gap: 12px;
}
.apply-foot-small.center {
  text-align: center;
  display: block;
  margin: 32px auto 0;
}
.btn-primary.big, .btn-outline.big {
  justify-content: space-between;
  padding: 22px 28px;
  font-size: 18px;
  letter-spacing: -0.01em;
  border-radius: 999px;
  width: 100%;
}
.btn-primary.big .dot, .btn-outline.big .dot { font-size: 1em; }

.faq { background: var(--canvas); }
.faq-head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.faq-head h2 {
  font-size: clamp(40px, 5.5vw, 72px);
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 500;
  margin: 0;
  max-width: none;
}
.faq-head .lede {
  color: var(--storm-gray);
  font-size: 18px;
  line-height: 1.55;
  max-width: 50ch;
  margin: 0;
}
.faq-head .lede .dot { color: var(--inkwell); font-size: 0.8em; }
.js-appear-heading.is-appear-init {
  opacity: 0;
  transform: translate3d(0, 24px, 0) scale(0.975);
  filter: blur(3px);
  transition:
    opacity 0.68s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.68s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.68s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform, filter;
}

.js-appear-stagger.is-appear-init {
  transition-delay: var(--appear-delay, 0ms);
}

.js-appear-heading.is-appear-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

@media (prefers-reduced-motion: reduce) {
  .js-appear-heading.is-appear-init,
  .js-appear-heading.is-appear-visible {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}

.faq h2 {
  font-size: clamp(40px, 5.5vw, 72px);
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 500;
  margin: 0 0 56px;
  max-width: 18ch;
}
.faq-list { border-top: 1px solid var(--inkwell); }
.faq-item { border-bottom: 1px solid var(--pale-ash); }
.faq-q {
  width: 100%;
  text-align: left;
  padding: 32px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.faq-q .lhs { display: flex; align-items: center; gap: 14px; }
.faq-q .lhs .dot { font-size: 14px; }
.chev {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  transition: transform .25s ease;
}
.faq-item[open] .chev { transform: rotate(180deg); }
.faq-a {
  padding: 0 0 32px 28px;
  font-size: 17px;
  line-height: 1.5;
  color: var(--storm-gray);
  max-width: 64ch;
}
details > summary { list-style: none; cursor: pointer; }
details > summary::-webkit-details-marker { display: none; }

footer {
  background: var(--inkwell);
  color: var(--canvas);
  padding: 80px 0 40px;
}
.foot-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 32px;
  align-items: start;
}
.foot-mark {
  font-size: clamp(120px, 24vw, 360px);
  line-height: 0.82;
  letter-spacing: -0.06em;
  font-weight: 500;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.foot-mark .dot { font-size: 0.18em; align-self: flex-end; margin-top: 0.08em; }

.foot-meta {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: var(--storm-gray);
  font-size: var(--t-body-sm);
}
.foot-meta a { color: var(--canvas); display: inline-flex; align-items: center; gap: 8px; }
.foot-meta a .dot { color: var(--canvas); font-size: 10px; }
.foot-meta a:hover { color: var(--storm-gray); }
.foot-meta .stack { display: flex; flex-direction: column; gap: 10px; }

.foot-base {
  margin-top: 64px;
  padding-top: 24px;
  border-top: 1px solid #1d1d1d;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-size: var(--t-caption);
  color: var(--storm-gray);
  letter-spacing: 0.02em;
}
.foot-base .dot { color: var(--canvas); }
.foot-kicker {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  color: var(--storm-gray);
  font-size: var(--t-caption);
  letter-spacing: 0.02em;
}
.foot-kicker .dot { color: var(--canvas); }

@media (max-width: 980px) {
  :root {
    --section-gap: 96px;
    --gutter: 24px;
  }
  .nav-mid { display: none; }
  .hero { padding-top: 64px; padding-bottom: 96px; }
  .hero-meta { grid-template-columns: 1fr; align-items: start; }
  .manifesto { padding: 96px 0; }
  .manifesto p { font-size: 24px; }
  .manifesto-tail { margin-top: 56px; }
  .steps { grid-template-columns: 1fr; gap: 0; border-top: 0; padding-top: 0; }
  .step { padding: 32px 0; border-right: 0; border-bottom: 1px solid var(--pale-ash); }
  .step:last-child { border-bottom: 0; padding-bottom: 0; }
  .step:first-child { padding-top: 0; }
  .brands-hero { margin-bottom: 40px; padding: 40px 16px 80px; }
  .brands-hero .badge { top: 14px; left: 14px; padding: 6px 10px; }
  .brands-hero .badge.right { display: none; }
  .phone { position: relative; right: auto; bottom: auto; width: 220px; margin: 20px auto -40px; transform: rotate(0deg); }
  .shops-grid { grid-template-columns: repeat(2, 1fr); }
  .quote { padding: 96px 0; }
  .apply-cards { grid-template-columns: 1fr; gap: 16px; }
  .apply-card { padding: 32px 24px; }
  .marquee-item { font-size: 88px; }
  .faq-q { font-size: 20px; padding: 24px 0; }
  .foot-top { grid-template-columns: 1fr; }
  .foot-mark { font-size: 96px; }
  .foot-base { flex-direction: column; gap: 12px; }
}
@media (max-width: 560px) {
  .shops-grid { grid-template-columns: 1fr; }
  .section-head { flex-direction: column; align-items: flex-start; gap: 16px; }
}
