@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Space+Grotesk:wght@400;500;600;700&family=Caveat:wght@500;700&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css');

:root {
  --bg: #F4EFE3;          /* warm cream */
  --bg-alt: #EAE4D3;
  --ink: #111111;
  --ink-soft: #2a2a26;
  --duck-orange: #E89A1B; /* matches yolk/beak */
  --duck-orange-deep: #C77F0E;
  --accent: #1A4D3E;
  --muted: #8a857a;
  --hair: rgba(17,17,17,0.12);

  --sans: "Space Grotesk", "Pretendard", system-ui, sans-serif;
  --serif: "Instrument Serif", "Pretendard", Georgia, serif;
  --ko: "Pretendard", system-ui, sans-serif;
  --hand: "Caveat", "Pretendard", cursive;  /* used sparingly — scribble accents only */
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: var(--bg); color: var(--ink); }
body {
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection { background: var(--duck-orange); color: var(--bg); }

a { color: inherit; }

/* fine-grained paper texture using SVG noise */
body::before {
  content: "";
  position: fixed; inset: 0; pointer-events: none; z-index: 1;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0   0 0 0 0 0   0 0 0 0 0   0 0 0 0.05 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  mix-blend-mode: multiply;
  opacity: 0.7;
}

/* ===== Typography helpers ===== */
.eyebrow {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
}
.ko { font-family: var(--ko); }

/* ===== Nav ===== */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 36px;
  pointer-events: none;
  transition: padding .25s ease, background .3s ease, backdrop-filter .3s ease, box-shadow .3s ease, color .3s ease;
}
.nav.scrolled {
  padding: 12px 36px;
  background-color: rgba(244, 239, 227, 0.85);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 1px 0 rgba(17,17,17,0.08), 0 6px 22px rgba(17,17,17,0.06);
}
/* fallback for browsers without backdrop-filter — bump opacity */
@supports not (backdrop-filter: blur(1px)) {
  .nav.scrolled { background-color: rgba(244, 239, 227, 0.96); }
}
.nav.over-dark:not(.scrolled) { color: var(--bg); }
.nav.over-dark:not(.scrolled) .nav-mark { color: var(--bg); }
.nav.over-dark:not(.scrolled) .nav-mark img { filter: invert(1) brightness(1.05); }
.nav > * { pointer-events: auto; }
.nav-mark { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); }
.nav-mark img { width: 38px; height: 38px; object-fit: contain; }
.nav-mark span { font-family: var(--sans); font-weight: 700; font-size: 14px; letter-spacing: 0.02em; white-space: nowrap; }

.nav-links { display: flex; gap: 28px; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; }
.nav-links a { color: inherit; text-decoration: none; position: relative; }
.nav-links a::after { content:""; position:absolute; left:0; right:0; bottom:-4px; height:1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.nav-links a:hover::after { transform: scaleX(1); }

/* ===== Sections ===== */
section { position: relative; padding: 0 36px; z-index: 2; }
.container { max-width: 1440px; margin: 0 auto; }

/* ===== Hero ===== */
.hero {
  min-height: 100vh;
  padding-top: 110px;
  padding-bottom: 0;
  display: flex; flex-direction: column;
  position: relative;
}

.hero-top {
  display: flex; justify-content: space-between; align-items: flex-start; gap: 24px;
  padding: 8px 0 0;
}
.hero-top .corner {
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 500;
  display: flex; flex-direction: column; gap: 6px;
  white-space: nowrap;
}
.hero-top .corner .eyebrow { white-space: nowrap; }
.hero-top .corner .ko { text-transform: none; letter-spacing: 0; }
.hero-top .corner.right { text-align: right; }
.hero-top .corner b { font-weight: 700; }

.hero-mid { flex: 1; display: flex; flex-direction: column; justify-content: center; position: relative; padding: 40px 0; }

.hero-headline {
  font-family: var(--display, var(--serif));
  font-style: italic;
  font-weight: 400;
  font-size: clamp(56px, 11vw, 200px);
  line-height: 0.94;
  letter-spacing: -0.03em;
  position: relative;
  z-index: 2;
  max-width: min(100%, 16ch);
}
.hero-headline .sans { font-family: var(--sans); font-style: normal; font-weight: 700; letter-spacing: -0.045em; }
.hero-headline .outline { -webkit-text-stroke: 2px var(--ink); color: transparent; }
.hero-headline .duck-color { color: var(--duck-orange); }
.hero-headline .underlined { background-image: linear-gradient(var(--ink), var(--ink)); background-position: 0 100%; background-size: 100% 6px; background-repeat: no-repeat; padding-bottom: 6px; }

.hero-headline .row { display: block; }
.hero-headline .row.indent { padding-left: 0.7em; }
.hero-headline .row.indent-2 { padding-left: 2.4em; }

.hero-headline .scribble {
  font-family: var(--hand);
  font-weight: 700;
  font-size: 0.26em;
  font-style: normal;
  color: var(--duck-orange-deep);
  display: inline-block;
  transform: rotate(-5deg) translateY(-1.6em);
  margin-left: 0.3em;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0;
}

/* === Handwritten note system ===
   Use .handnote for ink-colored scribbles, .handnote.orange for accent,
   wrap in .handnote-pos to absolutely-position around a parent. */
.handnote {
  font-family: var(--hand);
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1;
  color: var(--ink);
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  display: inline-block;
}
.handnote.orange { color: var(--duck-orange-deep); }
.handnote.cream { color: var(--bg); }
.handnote .arrow { display: inline-block; transform: translateY(-2px); margin: 0 2px; }
.handnote.lg { font-size: 32px; }
.handnote.sm { font-size: 18px; }

.handnote-abs { position: absolute; pointer-events: none; z-index: 3; }

/* hero duck callout */
.hero-duck-callout {
  position: absolute;
  left: -120px;
  bottom: 16%;
  transform: rotate(-8deg);
  color: var(--ink);
  font-family: var(--hand);
  font-weight: 700;
  font-size: 26px;
  line-height: 1.05;
  white-space: nowrap;
}
.hero-duck-callout::after {
  content: "";
  position: absolute;
  right: -54px; top: 50%;
  width: 50px; height: 28px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 30'><path d='M2 18 C 16 4, 30 4, 56 14 M48 8 L58 14 L48 22' stroke='%23111' stroke-width='2.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
}

/* generic rotated note */
.note-tilt-l { transform: rotate(-4deg); }
.note-tilt-r { transform: rotate(3deg); }

/* manifesto sticky note next to a card */
.manifesto .card .sticky-note {
  display: inline-block;
  margin-top: 18px;
  padding: 8px 12px;
  font-family: var(--hand);
  font-weight: 700;
  font-size: 20px;
  color: var(--ink);
  background: var(--duck-orange);
  transform: rotate(-2deg);
  line-height: 1;
  white-space: nowrap;
  max-width: 100%;
}

/* About — handwritten margin notes */
.about .lede-wrap { position: relative; }
.about .lede-wrap .handnote-abs.tag-1 {
  top: -14px; right: -8px;
  transform: rotate(6deg);
  color: var(--duck-orange-deep);
  font-size: 24px;
}

.about-body .pair .note {
  display: inline-block;
  font-family: var(--hand);
  font-weight: 700;
  font-size: 20px;
  color: var(--duck-orange-deep);
  margin-left: 6px;
  transform: rotate(-3deg);
  line-height: 1;
  vertical-align: middle;
}

/* Team row scribble for VIP mascot */
.team-row .vip-note {
  position: absolute;
  right: 64px; top: 50%;
  transform: translateY(-50%) rotate(-6deg);
  font-family: var(--hand);
  font-weight: 700;
  font-size: 22px;
  color: var(--duck-orange-deep);
  pointer-events: none;
}
.team-row:hover .vip-note { color: var(--duck-orange); }

/* Contact handnote near email */
.contact-email-wrap { position: relative; display: inline-block; }
.contact-email-wrap .handnote-abs {
  top: -34px; left: 0;
  transform: rotate(-4deg);
  color: var(--duck-orange-deep);
  font-size: 22px;
}

/* footer handnote */
.footer .hand-sig {
  font-family: var(--hand);
  font-weight: 700;
  font-size: 22px;
  color: var(--duck-orange);
  transform: rotate(-2deg);
  display: inline-block;
}

/* Marquee handnote inserted between words */
.marquee-track .hand-word {
  font-family: var(--hand);
  font-weight: 700;
  font-size: 38px;
  color: var(--duck-orange-deep);
  transform: rotate(-3deg);
  display: inline-block;
}

.hero-duck-wrap {
  position: absolute;
  right: -2vw; top: 50%;
  transform: translateY(-50%);
  width: clamp(180px, 24vw, 380px);
  z-index: 3;
  pointer-events: none;
}
.hero-duck-wrap img { width: 100%; height: auto; display: block; pointer-events: auto; }
.duck-wobble { animation: wobble 5s ease-in-out infinite; transform-origin: 60% 80%; }
@keyframes wobble {
  0%, 100% { transform: rotate(-3deg) translateY(0); }
  50% { transform: rotate(4deg) translateY(-8px); }
}

.hero-bottom {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 36px;
  align-items: end;
  padding: 32px 0 28px;
  border-top: 1.5px solid var(--ink);
  margin-top: 24px;
}
.hero-bottom .lede {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.25;
  max-width: 24ch;
}
.hero-bottom .lede .ko { font-family: var(--ko); font-style: normal; font-size: 15px; display: block; margin-top: 12px; color: var(--ink-soft); line-height: 1.55; }
.hero-bottom .meta { font-size: 13px; line-height: 1.55; }
.hero-bottom .meta .label { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; opacity: 0.6; margin-bottom: 8px; }
.hero-bottom .cta { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }

.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--sans); font-weight: 600; font-size: 13px;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 14px 22px; border-radius: 999px;
  background: var(--ink); color: var(--bg);
  text-decoration: none; cursor: pointer; border: none;
  white-space: nowrap;
  transition: transform .25s ease, background .25s ease;
}
.btn:hover { background: var(--duck-orange); transform: translateY(-2px); }
.btn .blink { width: 8px; height: 8px; border-radius: 50%; background: var(--duck-orange); animation: blink 1.2s ease-in-out infinite; }
.btn:hover .blink { background: var(--ink); }
@keyframes blink { 0%,100%{opacity:1;} 50%{opacity:0.2;} }

.btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--bg); }

/* ===== Marquee ===== */
.marquee {
  border-top: 1.5px solid var(--ink);
  border-bottom: 1.5px solid var(--ink);
  padding: 20px 0;
  overflow: hidden;
  background: var(--bg-alt);
}
.marquee-track { display: flex; gap: 36px; white-space: nowrap; animation: scroll 38s linear infinite; align-items: center; }
.marquee-track .word { font-family: var(--serif); font-style: italic; font-size: 44px; line-height: 1; }
.marquee-track .word.sans { font-family: var(--sans); font-style: normal; font-weight: 700; font-size: 36px; letter-spacing: -0.02em; }
.marquee-track .word.ko { font-family: var(--ko); font-style: normal; font-weight: 700; font-size: 36px; }
.marquee-track .dot { font-family: var(--sans); font-style: normal; font-size: 28px; color: var(--duck-orange); }
.marquee-track img { width: 44px; height: auto; flex-shrink: 0; }
@keyframes scroll { from { transform: translateX(0);} to { transform: translateX(-50%);} }

/* ===== Manifesto ===== */
.manifesto { background: var(--ink); color: var(--bg); padding: 140px 36px; }
.manifesto .eyebrow { color: var(--duck-orange); }
.manifesto h2 {
  font-family: var(--serif); font-style: italic;
  font-size: clamp(48px, 7vw, 110px);
  line-height: 1; letter-spacing: -0.02em;
  max-width: 22ch;
  margin-top: 20px;
}
.manifesto h2 .strike { text-decoration: line-through; text-decoration-thickness: 4px; color: rgba(244,239,227,0.4); }
.manifesto h2 .hi { color: var(--duck-orange); }
.manifesto h2 .sans { font-family: var(--sans); font-style: normal; font-weight: 700; letter-spacing: -0.03em; }

.manifesto .grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 48px; margin-top: 100px; }
.manifesto .card { border-top: 1.5px solid rgba(244,239,227,0.3); padding-top: 24px; overflow: visible; min-width: 0; }
.manifesto .card .num { font-family: var(--serif); font-style: italic; font-size: 14px; opacity: 0.7; }
.manifesto .card h3 { font-family: var(--sans); font-weight: 700; font-size: 22px; letter-spacing: -0.02em; margin: 12px 0 12px; }
.manifesto .card .ko-sub { font-family: var(--ko); font-weight: 700; font-size: 16px; opacity: 0.7; display: block; margin-top: -4px; margin-bottom: 14px; }
.manifesto .card p { font-size: 15px; line-height: 1.6; opacity: 0.78; max-width: 36ch; }
.manifesto .card p.ko { font-family: var(--ko); }

/* ===== About / Team ===== */
.about { padding: 140px 36px; }
.about-head { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: start; }
.about-head .eyebrow { display: block; margin-bottom: 8px; }
.about-head .small { font-family: var(--ko); font-size: 14px; color: var(--ink-soft); max-width: 26ch; line-height: 1.55; }
.about .lede {
  font-family: var(--display, var(--serif));
  font-style: italic;
  font-size: clamp(34px, 4.6vw, 68px);
  line-height: 1.12;
  letter-spacing: -0.015em;
}
.about .lede .hl { background: var(--duck-orange); color: var(--ink); padding: 0 0.2em; }
.about .lede .sans { font-family: var(--sans); font-style: normal; font-weight: 700; letter-spacing: -0.03em; }
.about .lede .ko { font-family: var(--ko); font-style: normal; font-weight: 500; }

.about-body { margin-top: 60px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.about-body p { font-size: 16px; line-height: 1.65; color: var(--ink-soft); margin-bottom: 16px; }
.about-body p.ko { font-family: var(--ko); }
.about-body .pair { display: flex; gap: 16px; align-items: flex-start; }
.about-body .pair .stamp {
  flex-shrink: 0;
  width: 56px; height: 56px;
  border: 1.5px solid var(--ink);
  border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--serif); font-style: italic; font-size: 22px;
  background: var(--bg);
}

/* ===== Team ===== */
.team { margin-top: 120px; }
.team-head {
  display: flex; justify-content: space-between; align-items: end;
  border-bottom: 1.5px solid var(--ink); padding-bottom: 16px;
}
.team-head h3 { font-family: var(--sans); font-weight: 700; font-size: 28px; letter-spacing: -0.02em; word-break: keep-all; white-space: nowrap; }
.team-head .count { font-family: var(--serif); font-style: italic; font-size: 22px; opacity: 0.7; }

.team-row {
  display: grid;
  grid-template-columns: 60px 1fr 1fr 1fr 60px;
  padding: 28px 16px;
  min-height: 140px;
  border-bottom: 1px solid var(--hair);
  align-items: center;
  cursor: pointer;
  transition: background .25s ease, color .25s ease, padding .25s ease;
  position: relative;
}
.team-row:hover { background: var(--ink); color: var(--bg); padding-left: 28px; }
.team-row .idx { font-family: var(--serif); font-style: italic; font-size: 16px; opacity: 0.7; }
.team-row .name { font-family: var(--serif); font-style: italic; font-size: clamp(28px, 3.2vw, 44px); letter-spacing: -0.01em; line-height: 1; }
.team-row .name .ko { font-family: var(--ko); font-style: normal; font-weight: 700; }
.team-row .role { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.8; font-weight: 600; }
.team-row .bio { font-size: 13px; opacity: 0.7; max-width: 32ch; line-height: 1.5; }
.team-row .bio.ko { font-family: var(--ko); }
.team-row .arrow { text-align: right; font-size: 24px; opacity: 0.4; transition: transform .25s ease, opacity .25s ease; font-family: var(--sans); }
.team-row:hover .arrow { transform: translate(6px, -2px); opacity: 1; }

/* ===== Contact ===== */
.contact { padding: 160px 36px 80px; position: relative; overflow: hidden; }
.contact .eyebrow { margin-bottom: 24px; display: block; }
.contact h2 {
  font-family: var(--display, var(--serif));
  font-style: italic;
  font-size: clamp(80px, 15vw, 260px);
  line-height: 0.86;
  letter-spacing: -0.04em;
}
.contact h2 .sans { font-family: var(--sans); font-style: normal; font-weight: 700; }
.contact h2 .outline { -webkit-text-stroke: 2px var(--ink); color: transparent; }
.contact h2 .duck { color: var(--duck-orange); }

.contact-cta {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr;
  gap: 48px;
  align-items: end;
  margin-top: 72px;
  border-top: 1.5px solid var(--ink);
  padding-top: 36px;
}
.contact-email {
  font-family: var(--serif); font-style: italic;
  font-size: clamp(34px, 4.2vw, 58px);
  text-decoration: none; color: var(--ink);
  border-bottom: 2px solid var(--ink); padding-bottom: 6px;
  white-space: nowrap;
  transition: color .25s ease, border-color .25s ease, transform .3s ease;
  display: inline-block;
}
.contact-email:hover { color: var(--duck-orange); border-color: var(--duck-orange); transform: translateY(-4px) rotate(-1deg); }
.contact-info { font-size: 13px; line-height: 1.6; color: var(--ink-soft); }
.contact-info .label { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600; opacity: 0.6; margin-bottom: 8px; color: var(--ink); }
.contact-info p { margin-bottom: 4px; }
.contact-info p.ko { font-family: var(--ko); }
.contact-info a { color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--hair); }
.contact-info a:hover { border-color: var(--ink); }

.contact-stamp {
  position: absolute;
  right: -30px; top: 80px;
  width: 220px;
  transform: rotate(-10deg);
  opacity: 0.95;
  pointer-events: none;
}
.contact-stamp img { width: 100%; height: auto; pointer-events: auto; }

/* ===== Footer ===== */
.footer { background: var(--ink); color: var(--bg); padding: 60px 36px 32px; position: relative; }
.footer-top {
  display: grid; grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
  border-bottom: 1px solid rgba(244,239,227,0.2);
  padding-bottom: 36px;
}
.footer-top .col h4 { font-family: var(--sans); font-weight: 600; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.5; margin-bottom: 16px; }
.footer-top .col a, .footer-top .col p { display: block; font-size: 14px; line-height: 1.7; color: var(--bg); text-decoration: none; opacity: 0.85; }
.footer-top .col a:hover { color: var(--duck-orange); }
.footer-top .col p.ko { font-family: var(--ko); }
.footer-top .lockup { display: flex; flex-direction: column; gap: 12px; }
.footer-top .lockup img { width: 100px; height: auto; filter: invert(1) brightness(1.05); }
.footer-top .lockup .tagline { font-family: var(--serif); font-style: italic; font-size: 20px; opacity: 1; line-height: 1.2; }

.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 28px; font-size: 12px; opacity: 0.6; gap: 16px; flex-wrap: wrap;
}
.footer-bottom .lockup-mini { font-family: var(--serif); font-style: italic; font-size: 14px; }

/* ===== Tweaks panel overrides ===== */
[data-tweaks-root] { z-index: 100; }

/* ===== Interactions ===== */
.cursor-duck {
  position: fixed;
  left: 0; top: 0;
  width: 52px; height: auto;
  pointer-events: none;
  z-index: 60;
  transition: transform 0.05s linear;
  will-change: transform;
  /* a touch of drop shadow so it reads against any bg */
  filter: drop-shadow(0 4px 6px rgba(0,0,0,0.12));
}
.cursor-duck.walking { animation: cursor-duck-walk 0.4s ease-in-out infinite; }
.cursor-duck.idle { animation: cursor-duck-breathe 2.4s ease-in-out infinite; }
@keyframes cursor-duck-walk {
  0%, 100% { margin-top: 0; }
  50% { margin-top: -3px; }
}
@keyframes cursor-duck-breathe {
  0%, 100% { margin-top: 0; }
  50% { margin-top: -1.5px; }
}
@media (hover: none), (pointer: coarse) {
  .cursor-duck { display: none; }
}

/* click ripple under any duck */
.duck-ripple {
  position: fixed;
  width: 8px; height: 8px;
  border-radius: 50%;
  border: 2px solid var(--duck-orange-deep);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 59;
  animation: duck-ripple 0.6s ease-out forwards;
}
@keyframes duck-ripple {
  0% { width: 8px; height: 8px; opacity: 0.9; }
  100% { width: 140px; height: 140px; opacity: 0; }
}

/* indicate any duck is clickable */
img[src*="duck"], .hero-duck-wrap, .contact-stamp, .nav-mark {
  cursor: pointer;
}

/* ===== Responsive ===== */
@media (max-width: 1100px) {
  .hero-bottom { grid-template-columns: 1.4fr 1fr; }
  .hero-bottom .cta { grid-column: 1 / -1; flex-direction: row; align-items: center; }
  .manifesto .grid { grid-template-columns: 1fr 1fr; }
  .manifesto .grid .card:last-child { grid-column: 1 / -1; max-width: 480px; }
  .contact-cta { grid-template-columns: 1fr 1fr; }
  .contact-cta .contact-email-wrap { grid-column: 1 / -1; }
  .contact-cta .contact-email { grid-column: 1 / -1; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 36px; }
}

@media (max-width: 820px) {
  .nav { padding: 14px 20px; }
  .nav.scrolled { padding: 10px 20px; }
  .nav-links { gap: 14px; font-size: 10px; }
  .nav-mark img { width: 32px; height: 32px; }
  .nav-mark span { font-size: 12px; }
  .hero-top .corner { white-space: normal; font-size: 11px; }
  section { padding: 0 20px; }
  .hero { padding-top: 96px; }
  .hero-mid { padding: 24px 0; }
  .hero-duck-wrap { position: relative; right: auto; top: auto; transform: none; width: 180px; margin: -20px 0 -10px auto; }
  .hero-duck-callout { display: none; }
  .hero-headline { max-width: 100%; }
  .hero-headline .row.indent { padding-left: 0.4em; }
  .hero-headline .row.indent-2 { padding-left: 1.2em; }
  .hero-headline .scribble { display: none; }
  .hero-bottom { grid-template-columns: 1fr; gap: 20px; }
  .hero-bottom .cta { grid-column: auto; flex-direction: column; align-items: flex-start; }
  .marquee-track .word { font-size: 30px; }
  .marquee-track .word.sans, .marquee-track .word.ko { font-size: 24px; }
  .marquee-track .hand-word { font-size: 28px; }
  .marquee-track img { width: 32px; }
  .manifesto { padding: 90px 20px; }
  .manifesto .grid { grid-template-columns: 1fr; gap: 28px; }
  .manifesto .grid .card:last-child { max-width: none; }
  .about { padding: 90px 20px; }
  .about-head { grid-template-columns: 1fr; gap: 20px; }
  .about-body { grid-template-columns: 1fr; gap: 8px; }
  .team { margin-top: 80px; }
  .team-row { grid-template-columns: 28px 1fr 32px; padding: 22px 8px; gap: 12px; min-height: 80px; }
  .team-row:hover { padding-left: 16px; }
  .team-row .role, .team-row .bio { display: none; }
  .team-row .vip-note { right: 42px; font-size: 16px; }
  .contact { padding: 90px 20px 60px; }
  .contact-cta { grid-template-columns: 1fr; gap: 24px; padding-top: 28px; }
  .contact-cta .contact-email { grid-column: auto; }
  .contact-email-wrap .handnote-abs { top: -32px; right: 0; font-size: 18px; }
  .contact-stamp { width: 120px; right: -10px; top: 60px; opacity: 0.55; }
  .footer { padding: 48px 20px 28px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 24px; padding-bottom: 28px; }
  .footer-top .col.lockup { grid-column: 1 / -1; }
  .footer-top .lockup img { width: 84px; }
  .footer-top .lockup .tagline { font-size: 18px; }
}

@media (max-width: 480px) {
  .nav-links a:nth-child(4) { display: none; }
  .hero-top { flex-direction: column; gap: 12px; }
  .hero-top .corner.right { text-align: left; }
  .hero-duck-wrap { width: 140px; }
  .hero-headline { font-size: clamp(44px, 14vw, 90px); }
  .contact-email { font-size: clamp(28px, 10vw, 44px) !important; }
  .footer-top { grid-template-columns: 1fr; }
}
