/* ================================================================
   Wellpaged — Agency Homepage
   "Soft Asymmetry" — editorial cream, asymmetric grids,
   sticker stamps, drag-to-reorder pricing.
   ================================================================ */

/* ----- Fonts (CDN) ----- */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght,SOFT@0,9..144,400..600,0..100;1,9..144,400..600,0..100&family=JetBrains+Mono:wght@400;500;600&family=Anton&display=swap');
@import url('https://api.fontshare.com/v2/css?f[]=switzer@400,500,600,700&display=swap');

/* ----- Tokens ----- */
:root {
  --paper:        #FAF7F2;
  --paper-soft:   #F2EEE5;
  --ink:          #0B0B12;
  --ink-soft:     #22222C;
  --body:         #3A3A45;
  --blue:         #2A55D6;
  --blue-deep:    #173BAD;
  --violet:       #9748D6;
  --violet-deep:  #6E2BAA;
  --mint:         #4FC9A3;
  --rule:         rgba(11,11,18,0.18);

  --font-display: 'Fraunces', ui-serif, Georgia, serif;
  --font-body:    'Switzer', system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
  --font-cond:    'Anton', sans-serif;

  --container:    1280px;
  --container-pad: 40px;

  --ease-out:     cubic-bezier(0.22, 1, 0.36, 1);
  --ease-spring:  cubic-bezier(0.34, 1.56, 0.64, 1);
  --shadow-hard:  4px 5px 0 rgba(11,11,18,0.92);
  --shadow-lift:  6px 8px 0 rgba(11,11,18,0.92);
  --shadow-big:   8px 10px 0 rgba(11,11,18,0.92);
}

/* ----- Reset ----- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px; line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; background: none; border: 0; cursor: pointer; color: inherit; }
::selection { background: var(--blue); color: var(--paper); }

/* ----- Layout primitives ----- */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding-inline: var(--container-pad);
  position: relative;
}

.section { padding: 120px 0 140px; border-top: 1px solid var(--rule); position: relative; overflow: hidden; }

/* ----- Eyebrows / mono labels ----- */
.eyebrow {
  font-family: var(--font-mono);
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--body);
  display: inline-flex; align-items: center; gap: 0.7em;
}
.eyebrow.ink { color: var(--ink); }
.eyebrow::before {
  content: ''; width: 8px; height: 8px; border-radius: 50%;
  background: var(--blue); box-shadow: 0 0 10px var(--blue);
  flex-shrink: 0;
}
.eyebrow.no-dot::before { display: none; }

/* ----- Stickers (rotated badge pills) ----- */
.sticker {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 12px; border-radius: 999px;
  background: var(--mint); color: var(--ink);
  font-family: var(--font-mono); font-size: 10px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  border: 1.2px solid var(--ink); white-space: nowrap;
  box-shadow: 2px 3px 0 rgba(11,11,18,0.9);
  transform: rotate(-3deg);
}
.sticker.rot-pos { transform: rotate(4deg); }
.sticker.rot-neg-4 { transform: rotate(-4deg); }
.sticker.rot-8 { transform: rotate(8deg); }
.sticker.violet { background: var(--violet); color: var(--paper); }
.sticker.paper { background: var(--paper); color: var(--ink); }

/* ----- Pill buttons ----- */
.btn-pill,
.btn-pill-ghost {
  display: inline-flex; align-items: center; gap: 0.55em;
  padding: 0.95rem 1.6rem;
  font-family: var(--font-body); font-size: 14px; font-weight: 500;
  letter-spacing: 0.01em; border-radius: 9999px;
  border: 1.5px solid var(--ink);
  white-space: nowrap;
  transition: background 220ms var(--ease-out), color 220ms var(--ease-out);
}
.btn-pill { background: var(--ink); color: var(--paper); }
.btn-pill:hover { background: var(--paper); color: var(--ink); }
.btn-pill-ghost { background: var(--paper); color: var(--ink); }
.btn-pill-ghost:hover { background: var(--ink); color: var(--paper); }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--paper);
  backdrop-filter: blur(6px);
}
.site-nav {
  max-width: var(--container);
  margin: 0 auto;
  padding: 20px var(--container-pad);
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--rule);
}
.wordmark {
  font-family: var(--font-display); font-size: 22px; font-weight: 500;
  font-variation-settings: 'opsz' 144, 'SOFT' 50;
  letter-spacing: -0.028em; color: var(--ink);
}
.wordmark-tag {
  font-family: var(--font-cond); text-transform: uppercase;
  font-size: 12px; letter-spacing: 0.12em;
  color: var(--violet-deep); margin-left: 8px;
}
.nav-links {
  display: flex; align-items: center; gap: 32px;
}
.nav-links > a {
  font-family: var(--font-body); font-size: 14px; color: var(--ink);
}
.nav-links > a:hover { color: var(--violet-deep); }

/* Work dropdown */
.work-dropdown { position: relative; }
.work-toggle {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-body); font-size: 14px; color: var(--ink);
  padding: 0;
}
.work-toggle .chev { transition: transform 200ms; }
.work-dropdown.open .work-toggle .chev { transform: rotate(180deg); }
.work-menu {
  position: absolute; top: calc(100% + 14px); right: 0; width: 320px;
  background: var(--paper); border: 1.5px solid var(--ink); border-radius: 14px;
  z-index: 100;
  box-shadow: var(--shadow-lift);
  transform-origin: top right;
  overflow: hidden;
  animation: dropdown-in 220ms var(--ease-spring);
}
.work-menu[hidden] { display: none; }
.work-menu-head {
  padding: 12px 16px;
  display: flex; align-items: center; justify-content: space-between;
  font-family: var(--font-mono); font-size: 10px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--body);
  border-bottom: 1px solid var(--rule);
}
.work-menu-head .count { color: var(--violet-deep); }
.work-menu-scroll {
  max-height: 360px; overflow-y: auto; padding: 6px;
  scrollbar-width: thin; scrollbar-color: var(--violet) transparent;
}
.work-menu-scroll::-webkit-scrollbar { width: 8px; }
.work-menu-scroll::-webkit-scrollbar-track { background: transparent; }
.work-menu-scroll::-webkit-scrollbar-thumb {
  background: var(--violet); border-radius: 999px;
  border: 2px solid var(--paper);
}
.work-menu-scroll::-webkit-scrollbar-thumb:hover { background: var(--violet-deep); }
.work-row {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 12px 14px; border-radius: 8px;
  color: var(--ink);
  transition: background 150ms;
}
.work-row:hover { background: var(--paper-soft); }
.work-row .name {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--font-display); font-size: 17px; font-weight: 500;
  font-variation-settings: 'opsz' 60, 'SOFT' 40;
  letter-spacing: -0.015em; line-height: 1.15;
}
.work-row .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--mint); box-shadow: 0 0 8px var(--mint);
  flex-shrink: 0;
}
.work-row .meta {
  display: block; margin-top: 4px; padding-left: 15px;
  font-family: var(--font-mono); font-size: 10px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--body);
}
.work-row .arrow { color: var(--violet-deep); font-size: 16px; flex-shrink: 0; }

@keyframes dropdown-in {
  from { opacity: 0; transform: translateY(-8px) scale(0.96); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  padding: 90px 0 100px;
  overflow: hidden;
}
.hero-bg-numeral {
  position: absolute; left: -32px; top: 220px;
  font-family: var(--font-cond); text-transform: uppercase;
  font-size: 380px; line-height: 0.8; color: var(--violet);
  opacity: 0.16; letter-spacing: -0.02em;
  user-select: none; pointer-events: none;
}
.hero-shape-1 {
  position: absolute; right: 6%; top: 110px;
  width: 100px; height: 100px; border-radius: 50%;
  background: var(--blue);
}
.hero-shape-2 {
  position: absolute; right: 22%; top: 80px;
  width: 36px; height: 36px;
  background: var(--mint); transform: rotate(18deg);
  border-radius: 6px;
}

.hero-eyebrow-row {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 56px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 32px; align-items: start;
  position: relative; z-index: 2;
}

.hero-headline {
  margin: 0;
  font-family: var(--font-display); font-weight: 400;
  font-variation-settings: 'opsz' 144, 'SOFT' 50;
  font-size: clamp(56px, 6.4vw, 96px);
  line-height: 1.0; letter-spacing: -0.028em;
  color: var(--ink);
}
.hero-headline em {
  font-variation-settings: 'opsz' 144, 'SOFT' 30, 'wght' 400;
  font-style: italic;
}
.hero-headline em.violet { color: var(--violet-deep); }
.hero-headline em.hl {
  position: relative; color: var(--ink);
}
.hero-headline em.hl::before {
  content: ''; position: absolute;
  left: 0; right: 0; bottom: 0.06em;
  height: 6px; background: var(--mint); z-index: -1;
}

/* Rotating word — width-stable grid */
.rotator {
  position: relative; display: inline-grid;
  grid-template-columns: auto; vertical-align: baseline;
}
.rotator-measure,
.rotator-pill {
  grid-area: 1 / 1;
  font-family: var(--font-cond); text-transform: uppercase;
  font-size: 0.9em; line-height: 1; padding: 0 14px;
  letter-spacing: -0.005em;
}
.rotator-measure { visibility: hidden; }
.rotator-pill {
  justify-self: center;
  display: inline-block;
  background: var(--blue); color: var(--paper);
  border-radius: 8px;
  transform: rotate(-1.5deg);
  border: 1.5px solid var(--ink);
  box-shadow: 3px 4px 0 var(--ink);
  white-space: nowrap;
  animation: rotator-pop 480ms var(--ease-spring);
}
@keyframes rotator-pop {
  0%   { opacity: 0; transform: rotate(-1.5deg) translateY(0.4em); }
  60%  { opacity: 1; transform: rotate(-1.5deg) translateY(-0.06em); }
  100% { opacity: 1; transform: rotate(-1.5deg) translateY(0); }
}

/* Hero side column */
.hero-side {
  display: flex; flex-direction: column; gap: 24px;
  padding-top: 16px; align-items: flex-end;
}
.hero-side .sticker { align-self: flex-end; }
.hero-side-copy {
  font-family: var(--font-body); font-size: 19px; line-height: 1.5;
  color: var(--ink-soft); margin: 0; max-width: 34ch;
  text-align: left;
}
.mini-card {
  max-width: 320px; padding: 18px 20px;
  background: var(--paper-soft); border: 1px solid var(--rule);
  border-radius: 14px; position: relative;
  transform: rotate(1.5deg); margin-top: 8px;
}
.mini-card-head {
  font-family: var(--font-mono); font-size: 11px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--violet-deep);
}
.mini-card ul {
  list-style: none; margin: 12px 0 0; padding: 0;
  font-family: var(--font-body); font-size: 14px;
  color: var(--ink); line-height: 1.7;
}
.mini-card ul li { display: flex; gap: 10px; }
.mini-card ul li > span { color: var(--blue); font-weight: 700; }
.mini-card .sticker-corner {
  position: absolute; top: -12px; right: -10px;
}

/* Hero CTAs row */
.hero-ctas {
  display: flex; gap: 14px; margin-top: 64px;
  align-items: center; flex-wrap: wrap;
}
.hero-ctas .spacer { flex: 1; }
.hero-meta {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--body);
}
.hero-meta .scroll { margin-right: 24px; }

/* ============================================================
   SECTION HEADS
   ============================================================ */
.section-head {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 32px; align-items: end; margin-bottom: 96px;
}
.section-head h2 {
  margin: 18px 0 0;
  font-family: var(--font-display); font-weight: 400;
  font-variation-settings: 'opsz' 144, 'SOFT' 40;
  font-size: 84px; line-height: 0.98; letter-spacing: -0.025em;
}
.section-head h2 em {
  font-variation-settings: 'opsz' 144, 'SOFT' 30;
  font-style: italic; color: var(--violet-deep);
}
.section-head .intro {
  font-family: var(--font-body); font-size: 17px; line-height: 1.55;
  color: var(--body); margin: 0; max-width: 38ch; justify-self: end;
}
.section-head .sticker { justify-self: end; font-size: 11px; }

.bg-numeral {
  position: absolute;
  font-family: var(--font-cond); text-transform: uppercase;
  font-size: 360px; line-height: 0.8;
  opacity: 0.10; letter-spacing: -0.02em;
  user-select: none; pointer-events: none;
}
.bg-numeral.process { right: -40px; top: 90px; color: var(--blue); }
.bg-numeral.pricing { left: -40px; top: -40px; color: var(--violet); opacity: 0.13; }
.bg-numeral.contact { right: -40px; bottom: -100px; color: var(--mint); opacity: 0.22; }

/* ============================================================
   PROCESS
   ============================================================ */
.process-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px;
}
.process-card {
  position: relative;
  transition: transform 280ms var(--ease-spring);
}
.process-card:nth-child(1) { transform: rotate(-1.5deg); }
.process-card:nth-child(2) { transform: rotate(1.2deg); margin-top: 56px; }
.process-card:nth-child(3) { transform: rotate(-0.6deg); }
.process-card:hover {
  transform: rotate(0deg) translateY(-4px);
}
.process-card-inner {
  background: var(--paper-soft); border: 1.2px solid var(--ink);
  border-radius: 18px; padding: 36px 30px 30px;
  position: relative; box-shadow: var(--shadow-hard);
}
.process-card .badge {
  position: absolute; top: -22px; left: -12px;
  width: 64px; height: 64px; border-radius: 50%;
  border: 1.2px solid var(--ink);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-cond); font-size: 30px; color: var(--ink);
  text-transform: uppercase;
  box-shadow: 2px 3px 0 rgba(11,11,18,0.9);
}
.process-card .badge.blue   { background: var(--blue); }
.process-card .badge.violet { background: var(--violet); }
.process-card .badge.mint   { background: var(--mint); }
.process-card h3 {
  margin: 8px 0 14px;
  font-family: var(--font-display); font-weight: 500;
  font-variation-settings: 'opsz' 60, 'SOFT' 40;
  font-size: 28px; line-height: 1.1; letter-spacing: -0.02em;
}
.process-card p {
  font-family: var(--font-body); font-size: 15.5px; line-height: 1.6;
  color: var(--body); margin: 0;
}

/* ============================================================
   PRICING
   ============================================================ */
#pricing { background: var(--paper-soft); }
.pricing-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
}
.tier {
  background: var(--paper); border: 1.2px solid var(--ink); border-radius: 22px;
  padding: 36px 34px 32px; position: relative;
  box-shadow: var(--shadow-hard);
  cursor: grab;
  transition: transform 220ms var(--ease-spring), box-shadow 220ms,
              outline-offset 220ms, border-color 180ms;
}
.tier:active { cursor: grabbing; }
.tier.dragging {
  transform: rotate(-2deg) scale(1.02);
  box-shadow: var(--shadow-big);
  opacity: 0.92;
}
.tier.drop-target {
  border: 2px dashed var(--violet-deep);
  outline: 4px solid var(--mint); outline-offset: -10px;
  box-shadow: 0 0 0 0 transparent;
  transform: scale(1.025);
}
.drop-badge {
  display: none;
  position: absolute; inset: -2px; border-radius: 24px;
  pointer-events: none; z-index: 5;
  align-items: center; justify-content: center;
}
.tier.drop-target .drop-badge { display: flex; }
.drop-badge span {
  padding: 8px 14px;
  background: var(--violet-deep); color: var(--paper);
  font-family: var(--font-mono); font-size: 11px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  border: 1.5px solid var(--ink); border-radius: 999px;
  box-shadow: 3px 4px 0 var(--ink);
  transform: rotate(-3deg);
  animation: rotator-pop 320ms var(--ease-spring);
}
.tier-handle {
  position: absolute; top: 22px; right: 24px;
  font-family: var(--font-mono); font-size: 16px;
  color: var(--body); letter-spacing: 0.2em;
}
.tier-pop-sticker {
  position: absolute; top: -14px; left: 22px;
}
.tier .pos {
  font-family: var(--font-mono); font-size: 11px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--body);
}
.tier .price-row {
  display: flex; align-items: baseline; gap: 8px;
  margin-top: 24px; margin-bottom: 6px;
}
.tier .price {
  font-family: var(--font-display); font-weight: 400;
  font-variation-settings: 'opsz' 144, 'SOFT' 30;
  font-size: 84px; letter-spacing: -0.03em; line-height: 1;
  color: var(--ink); font-variant-numeric: tabular-nums;
}
.tier .period {
  font-family: var(--font-body); font-size: 16px; color: var(--body);
}
.tier .desc {
  font-family: var(--font-body); font-size: 15.5px; line-height: 1.55;
  color: var(--body); margin: 8px 0 22px; max-width: 34ch;
}
.tier .divider {
  height: 1px; background: var(--rule); margin-bottom: 20px;
}
.tier .features {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 12px;
}
.tier .features li {
  display: flex; gap: 12px;
  font-family: var(--font-body); font-size: 14.5px;
  color: var(--ink); line-height: 1.45;
}
.tier .features li::before {
  content: '+'; font-family: var(--font-mono);
  color: var(--blue-deep); font-weight: 700;
}
.tier.featured .features li::before { color: var(--violet-deep); }
.tier .cta-row { margin-top: 28px; }

.pricing-footnote {
  text-align: center; margin-top: 48px;
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--body);
}

/* ============================================================
   CONTACT
   ============================================================ */
.contact-grid {
  display: grid; grid-template-columns: 1.3fr 1fr;
  gap: 64px; align-items: end; margin-top: 24px;
}
#contact h2 {
  margin: 0;
  font-family: var(--font-display); font-weight: 400;
  font-variation-settings: 'opsz' 144, 'SOFT' 40;
  font-size: 92px; line-height: 0.98; letter-spacing: -0.025em;
  max-width: 18ch;
}
#contact h2 em {
  font-variation-settings: 'opsz' 144, 'SOFT' 30;
  font-style: italic; color: var(--violet-deep);
}
.contact-card {
  display: block; padding: 28px 32px;
  border: 1.5px solid var(--ink); border-radius: 18px;
  background: var(--paper); color: var(--ink);
  transition: all 240ms var(--ease-spring);
  transform: rotate(1deg);
  box-shadow: var(--shadow-hard);
}
.contact-card:hover {
  background: var(--ink); color: var(--paper);
  transform: translateY(-4px) rotate(-1deg);
  box-shadow: var(--shadow-big);
}
.contact-card .eyebrow { color: var(--body); }
.contact-card:hover .eyebrow { color: var(--mint); }
.contact-row {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
  font-family: var(--font-display); font-weight: 500;
  font-variation-settings: 'opsz' 60, 'SOFT' 40;
  font-size: 26px; letter-spacing: -0.015em; margin-top: 12px;
}
.contact-row .arrow { font-size: 28px; transition: transform 220ms; }
.contact-card:hover .arrow { transform: translate(4px, -4px); }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--paper-soft); border-top: 1px solid var(--rule);
  padding: 40px 0 32px;
}
.site-footer .container {
  display: grid; grid-template-columns: 1fr auto auto;
  gap: 32px; align-items: center;
}
.footer-links {
  display: flex; gap: 22px;
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--body);
}
.footer-copy {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--body); margin: 0;
}

/* ============================================================
   CUSTOM CURSOR
   ============================================================ */
@media (hover: hover) and (pointer: fine) {
  body.cursor-enabled { cursor: none; }
  body.cursor-enabled a,
  body.cursor-enabled button,
  body.cursor-enabled [data-cursor] { cursor: none; }

  .cursor {
    position: fixed; left: 0; top: 0;
    width: 14px; height: 14px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: var(--violet-deep); color: var(--paper);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-mono); font-size: 10px;
    letter-spacing: 0.14em; text-transform: uppercase;
    text-align: center; padding: 6px; line-height: 1.1;
    pointer-events: none; z-index: 9999;
    opacity: 0;
    transition: width 280ms var(--ease-spring),
                height 280ms var(--ease-spring),
                opacity 220ms;
    will-change: transform, width, height;
  }
  .cursor.visible { opacity: 1; }
  .cursor.active { width: 92px; height: 92px; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 960px) {
  .section { padding: 80px 0 90px; }
  .hero { padding: 60px 0 80px; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-side { align-items: flex-start; }
  .hero-side .sticker,
  .hero-side-copy,
  .mini-card { align-self: flex-start; }
  .hero-headline { font-size: clamp(56px, 12vw, 96px); }
  .hero-bg-numeral { font-size: 240px; top: 280px; }
  .hero-shape-1 { width: 60px; height: 60px; }
  .hero-shape-2 { width: 24px; height: 24px; }

  .section-head { grid-template-columns: 1fr; gap: 24px; }
  .section-head h2 { font-size: 56px; }
  .section-head .intro,
  .section-head .sticker { justify-self: start; }

  .bg-numeral { font-size: 220px; }
  .process-grid { grid-template-columns: 1fr; gap: 56px; }
  .process-card,
  .process-card:nth-child(1),
  .process-card:nth-child(2),
  .process-card:nth-child(3) { transform: rotate(-0.5deg); margin-top: 0; }

  .pricing-grid { grid-template-columns: 1fr; }
  .tier .price { font-size: 64px; }

  .contact-grid { grid-template-columns: 1fr; gap: 40px; align-items: start; }
  #contact h2 { font-size: 64px; }

  .nav-links { gap: 18px; }
  .nav-links > a:not(.btn-pill) { display: none; }
  .work-dropdown .work-toggle { display: none; }

  .site-footer .container { grid-template-columns: 1fr; text-align: center; }
}

@media (max-width: 560px) {
  :root { --container-pad: 24px; }
  .hero-eyebrow-row .eyebrow { font-size: 10px; }
  .hero-headline { font-size: clamp(44px, 13vw, 72px); }
  .hero-meta { display: block; margin-top: 12px; }
  .hero-meta .scroll { margin-right: 0; display: block; margin-bottom: 6px; }
}

/* ----- Reduced motion ----- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
