/* ============================================================
   Little Feral Thing Consulting — "Desert Feral"
   Warm, hand-crafted editorial. Professional · feral · fancy · playful.
   ============================================================ */

/* ---------- Tokens ---------- */
:root {
  /* warm, airy paper + ink (matched to the flyer) */
  --paper:      #f4ece1;
  --paper-2:    #ede3d4;
  --paper-3:    #e4d8c5;
  --card:       #f8f1e8;
  --ink:        #211d18;
  --ink-2:      #3a342c;
  --ink-soft:   #6e655a;
  --ink-faint:  #9a9082;

  /* terracotta / rust — used ONLY for hand-drawn accents, like the flyer */
  --clay:       #a94e2f;
  --clay-deep:  #8c3d22;
  --clay-bright:#bd5a35;
  --clay-tint:  rgba(169, 78, 47, 0.10);
  --clay-line:  rgba(169, 78, 47, 0.30);

  --line:       rgba(33, 29, 24, 0.13);
  --line-soft:  rgba(33, 29, 24, 0.07);
  --line-strong:rgba(33, 29, 24, 0.26);

  --script: "Caveat", "Segoe Script", cursive;   /* brush moments */
  --sign:   "Sacramento", "Segoe Script", cursive; /* fine signature hand */
  --sans:   "Archivo", system-ui, -apple-system, sans-serif;
  --mono:   "Space Mono", ui-monospace, "SFMono-Regular", monospace;

  --pad: clamp(1.25rem, 5vw, 5rem);
  --maxw: 1500px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);

  --nav-h: 78px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 12px); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: none; cursor: pointer; }
ul { list-style: none; }
::selection { background: var(--clay); color: var(--paper); }

/* subtle paper grain */
body::after {
  content: "";
  position: fixed; inset: -50%;
  z-index: 1; pointer-events: none; opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

/* ---------- Typography ---------- */
.sign {
  font-family: var(--sign);
  font-weight: 400;
  line-height: 1;
  color: var(--ink);
}
.brush {
  font-family: var(--script);
  font-weight: 700;
  font-style: normal;
  line-height: 0.9;
  color: var(--ink);
}
.display {
  font-family: var(--sans);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.005em;
}
.tracked {
  font-family: var(--sans);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  line-height: 1.1;
}
.kicker {
  font-family: var(--mono);
  font-size: 0.82rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 400;
}
.eyebrow {
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
h1, h2, h3 { font-family: var(--sans); font-weight: 500; letter-spacing: -0.005em; line-height: 1.06; }
.italic { font-style: italic; }
/* inline emphasis = hand-brushed word, ink (like "new clients" on the flyer) */
em, .em { font-style: normal; color: var(--ink); font-family: var(--script); font-weight: 700; font-size: 1.12em; line-height: 0.9; }

p { max-width: 64ch; }
.lead {
  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
  color: var(--ink-2);
  line-height: 1.6;
  font-weight: 400;
}
.mono { font-family: var(--mono); }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad); }
.section { padding-block: clamp(4.5rem, 11vh, 10rem); position: relative; z-index: 3; }
.section--tight { padding-block: clamp(3rem, 7vh, 6rem); }
.divider { height: 1px; background: var(--line); border: 0; }

/* ---------- Decorative bits ---------- */
.zia { display: inline-block; }
.zia svg, .zia img { display: block; }

/* hand-drawn rule (thin terracotta underline) */
.rule {
  width: clamp(80px, 14vw, 200px); height: 2px; border: 0;
  background: var(--clay); border-radius: 2px; opacity: 0.85;
}
.rule--center { margin-inline: auto; }

/* sparkle rays accent */
.sparkle {
  display: inline-flex; align-items: center; gap: 0.2em;
  color: var(--clay); vertical-align: middle;
}
.sparkle svg { width: 1em; height: 1em; }

/* boxed mono label (like the flyer "SOCIAL MEDIA CONSULTANT") */
.boxlabel {
  display: inline-block;
  font-family: var(--mono); font-size: clamp(0.74rem, 1.4vw, 0.84rem); letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--ink);
  border: 1px solid var(--ink); padding: 0.75em 1.3em;
}

/* rotated sticker badge */
.sticker {
  display: inline-flex; align-items: center; gap: 0.6em;
  font-family: var(--mono); font-size: 0.8rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--clay);
  border: 1.5px solid var(--clay-line); border-radius: 999px;
  padding: 0.6em 1.15em; background: var(--clay-tint);
  transform: rotate(-2deg);
}
.flyer .sticker { margin-top: clamp(0.6rem, 1.6vh, 1.2rem); }
.sticker .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--clay); animation: pulse 2.4s var(--ease) infinite; }
@keyframes pulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(0.7); } }

/* ---------- Buttons ---------- */
.btn {
  position: relative;
  display: inline-flex; align-items: center; gap: 0.55em;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 1.02rem; letter-spacing: 0.005em; text-transform: none;
  padding: 0.8em 1.7em;
  border: 1px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  overflow: hidden;
  transition: color 0.45s var(--ease), border-color 0.45s var(--ease);
  isolation: isolate;
}
.btn .arr { font-size: 1.1em; }
.btn::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: var(--clay);
  transform: translateY(101%);
  transition: transform 0.5s var(--ease);
}
.btn:hover { color: var(--paper); border-color: var(--clay); }
.btn:hover::before { transform: translateY(0); }
.btn .arr { transition: transform 0.45s var(--ease); }
.btn:hover .arr { transform: translate(3px, -3px); }

.btn--solid { background: var(--clay); color: var(--paper); border-color: var(--clay); }
.btn--solid::before { background: var(--clay-deep); }
.btn--solid:hover { color: var(--paper); border-color: var(--clay-deep); }

.btn--ink { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.btn--ink::before { background: var(--clay); }
.btn--ink:hover { color: var(--paper); border-color: var(--clay); }

/* text link with animated underline */
.link {
  position: relative;
  font-family: var(--mono);
  font-size: 0.76rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink);
  padding-bottom: 2px;
}
.link::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 100%; height: 1.5px; background: var(--clay);
  transform: scaleX(0); transform-origin: right;
  transition: transform 0.4s var(--ease);
}
.link:hover { color: var(--clay); }
.link:hover::after { transform: scaleX(1); transform-origin: left; }

/* ============================================================
   Navigation
   ============================================================ */
.nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 50; height: var(--nav-h);
  display: flex; align-items: center;
  padding-inline: var(--pad);
  transition: transform 0.5s var(--ease), background 0.4s ease, backdrop-filter 0.4s ease, box-shadow 0.4s ease;
}
.nav.scrolled { background: rgba(242, 232, 218, 0.82); backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--line); }
.nav--hidden { transform: translateY(-100%); }
/* while the mobile menu is open, the nav must not create a containing block
   (transform/backdrop-filter would trap the fixed full-screen overlay) */
.nav.menu-open { transition: none !important; transform: none !important; background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; box-shadow: none; }
.nav__inner {
  width: 100%; max-width: var(--maxw); margin-inline: auto;
  display: flex; align-items: center; justify-content: space-between;
}
.nav__brand { display: flex; align-items: center; gap: 0.6rem; position: relative; z-index: 51; }
.nav__foot { display: none; }
.nav__brand .zia svg { width: 30px; height: 30px; }
.nav__brand-text { font-family: var(--script); font-weight: 700; font-size: 1.5rem; color: var(--ink); line-height: 0.9; }
.nav__links { display: flex; align-items: center; gap: clamp(1.2rem, 2.5vw, 2.4rem); }
.nav__link {
  font-family: var(--sans); font-weight: 500; font-size: 0.98rem; letter-spacing: 0.01em;
  text-transform: lowercase; color: var(--ink); position: relative; padding: 6px 0;
}
.nav__link::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 1.5px; width: 100%;
  background: var(--clay); transform: scaleX(0); transform-origin: right;
  transition: transform 0.4s var(--ease);
}
.nav__link:hover::after, .nav__link[aria-current="page"]::after, .nav__link.active::after { transform: scaleX(1); transform-origin: left; }
.nav__cta {
  border: 1.5px solid var(--clay-line); border-radius: 999px;
  padding: 0.5em 1.15em; color: var(--clay);
  font-family: var(--sans); font-weight: 600; font-size: 0.95rem; letter-spacing: 0.01em; text-transform: lowercase;
  transition: background 0.4s var(--ease), color 0.4s var(--ease), border-color 0.4s var(--ease);
}
.nav__cta:hover { background: var(--clay); color: var(--paper); border-color: var(--clay); }
.nav__toggle { display: none; }

@media (max-width: 860px) {
  .nav__links {
    position: fixed; inset: 0; z-index: 49;
    background: var(--paper);
    flex-direction: column; justify-content: center; align-items: center;
    gap: 1.6rem; padding: calc(var(--nav-h) + 2rem) var(--pad) 2.5rem;
    transform: translateX(100%); transition: transform 0.55s var(--ease);
    text-align: center; overflow-y: auto;
  }
  .nav__links.open { transform: translateX(0); }
  .nav__link { font-size: 1.7rem; font-weight: 500; padding: 4px 0; }
  .nav__link::after { height: 2px; }
  .nav__cta { font-size: 1.1rem; margin-top: 0.6rem; padding: 0.7em 1.6em; }
  .nav__toggle { display: flex; flex-direction: column; gap: 5px; z-index: 51; width: 30px; }
  .nav__toggle span { height: 2px; width: 100%; background: var(--ink); transition: transform 0.4s var(--ease), opacity 0.3s; }
  .nav__toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav__toggle.open span:nth-child(2) { opacity: 0; }
  .nav__toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav__foot {
    display: flex; flex-direction: column; align-items: center; gap: 0.35rem;
    margin-top: 2.8rem;
  }
  .nav__foot-hi { font-family: var(--script); font-weight: 700; font-size: 1.7rem; color: var(--clay); line-height: 1; margin-bottom: 0.2rem; }
  .nav__foot-link { font-family: var(--mono); font-size: 0.85rem; letter-spacing: 0.02em; color: var(--ink-soft); }
  .nav__foot-link:hover { color: var(--clay); }
}

/* ============================================================
   Hero
   ============================================================ */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; padding-block: calc(var(--nav-h) + 2rem) 3rem; overflow: hidden; }
/* ----- flyer recreation (mirrors the IG announcement) ----- */
.flyer {
  width: 100%; max-width: 1000px; margin-inline: auto; padding-inline: var(--pad);
  text-align: center; display: flex; flex-direction: column; align-items: center;
  gap: clamp(0.7rem, 2vh, 1.4rem);
}
.flyer .zia--big svg { width: clamp(50px, 6.5vw, 70px); height: auto; }
/* brand = small script wordmark + zia lockup (identity) */
.flyer__brand {
  font-family: var(--script); font-weight: 700; color: var(--ink);
  font-size: clamp(1.4rem, 3.2vw, 1.95rem); line-height: 0.95;
  display: inline-flex; align-items: center; gap: 0.35em;
}
.flyer__brand .zia { display: inline-flex; }
.flyer__brand .zia img { width: 1.45em; height: auto; }
.flyer__brand .i-heart { width: 0.7em; color: var(--clay); }
/* subhead: pill + tagline, side by side */
.flyer__sub {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 0.7rem 1.3rem; margin-top: clamp(0.3rem, 1vh, 0.8rem);
}
.flyer__sub .boxlabel { margin-top: 0; }
.flyer__sub .flyer__tag { text-align: left; }
/* "now accepting" = muted tracked-caps lead-in label */
.flyer__now {
  font-family: var(--sans); font-weight: 400; text-transform: uppercase;
  letter-spacing: 0.34em; color: var(--ink-soft);
  font-size: clamp(0.85rem, 1.8vw, 1.15rem); line-height: 1;
  margin-top: clamp(0.9rem, 2.6vh, 2rem); margin-bottom: clamp(0.1rem, 0.6vh, 0.5rem);
  padding-left: 0.34em;
}
.flyer__big {
  display: flex; align-items: center; justify-content: center;
  gap: clamp(0.4rem, 1.6vw, 0.9rem); width: 100%;
}
.flyer__big .brush {
  font-size: clamp(3.2rem, 13vw, 8.6rem); line-height: 0.78; color: var(--ink); white-space: nowrap;
}
.flyer__rays { color: var(--clay); flex: none; display: inline-flex; }
.flyer__rays svg { width: clamp(18px, 3vw, 32px); height: auto; }
.flyer__rays--r svg { transform: scaleX(-1); }
.flyer__heart--big { color: var(--clay); margin-top: -0.2rem; }
.flyer__heart--big svg { width: clamp(24px, 3.6vw, 38px); height: auto; }
.flyer .boxlabel { margin-top: 0.3rem; }
.flyer__tag {
  font-family: var(--mono); font-weight: 400; color: var(--ink-2);
  font-size: clamp(0.78rem, 1.5vw, 0.95rem); line-height: 1.75; letter-spacing: 0.01em;
}
.flyer__grow { display: inline-flex; align-items: center; gap: 0.55em; margin-top: 0.2rem; }
.flyer__grow .i-arrow { width: clamp(32px, 4.5vw, 50px); color: var(--clay); flex: none; }
.flyer__grow .sign { font-family: var(--script); font-weight: 700; font-size: clamp(1.5rem, 3.3vw, 2.2rem); color: var(--ink); }
.flyer__grow .i-heart { width: 1.15em; color: var(--clay); flex: none; }
.hero__cta { margin-top: clamp(1.2rem, 3vh, 2.2rem); display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; align-items: center; }

/* ============================================================
   Marquee
   ============================================================ */
.marquee {
  border-block: 1px solid var(--line); background: transparent; color: var(--ink);
  padding-block: 1.3rem; overflow: hidden; position: relative; z-index: 3;
  -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; width: max-content; animation: marquee 46s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__item {
  font-family: var(--sign); font-weight: 400;
  font-size: clamp(1.7rem, 3.6vw, 2.8rem); color: var(--ink);
  padding-inline: 1.4rem; white-space: nowrap; display: inline-flex; align-items: center; gap: 1.4rem;
}
.marquee__item::after { content: "✦"; color: var(--clay); font-size: 0.42em; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ============================================================
   Statement
   ============================================================ */
.statement { display: grid; grid-template-columns: 1fr; gap: 2.6rem; }
.statement__big {
  font-family: var(--sans); font-weight: 500;
  font-size: clamp(1.7rem, 4vw, 3.6rem); line-height: 1.12;
  letter-spacing: -0.015em; max-width: 24ch;
}
.statement__aside { max-width: 44ch; color: var(--ink-soft); justify-self: end; align-self: end; }
@media (min-width: 900px) { .statement { grid-template-columns: 1.5fr 1fr; align-items: end; } }

/* ============================================================
   Section heading row
   ============================================================ */
.head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: clamp(2rem, 5vw, 3.5rem); flex-wrap: wrap; }
.head-row__title { font-size: clamp(2rem, 5vw, 4rem); line-height: 1; }
.head-row__num { font-family: var(--mono); font-size: 0.78rem; color: var(--ink-soft); letter-spacing: 0.08em; }
.head-row__note { font-family: var(--script); font-weight: 700; font-size: clamp(1.7rem, 2.6vw, 2.3rem); color: var(--clay); line-height: 0.9; }

/* ============================================================
   Services
   ============================================================ */
.services { display: grid; gap: clamp(0.9rem, 1.6vw, 1.4rem); grid-template-columns: repeat(3, 1fr); }
@media (max-width: 900px) { .services { grid-template-columns: 1fr; } }
.service {
  position: relative; background: var(--card); border: 1.5px solid var(--line);
  padding: 2rem 1.8rem 1.8rem; display: flex; flex-direction: column;
  min-height: clamp(260px, 30vw, 340px);
  transition: transform 0.5s var(--ease), border-color 0.5s var(--ease), background 0.5s var(--ease);
}
.service:hover { transform: translateY(-6px); border-color: var(--clay); background: var(--paper); }
.service__idx { font-family: var(--mono); font-size: 0.72rem; color: var(--clay); letter-spacing: 0.18em; }
.service__name { font-size: clamp(1.5rem, 2.4vw, 2rem); margin-top: 1.4rem; }
.service__name .em { display: inline-block; }
.service__desc { color: var(--ink-soft); font-size: 0.96rem; margin-top: 0.7rem; max-width: 36ch; }
.service__link { margin-top: auto; padding-top: 1.4rem; display: inline-flex; align-items: center; gap: 0.6rem; font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--clay); }
.service__link .arr { transition: transform 0.4s var(--ease); }
.service:hover .service__link .arr { transform: translateX(5px); }

/* services list (detailed, services page) */
.svc-list { border-top: 1px solid var(--line-strong); }
.svc-row {
  display: grid; grid-template-columns: auto 1fr auto; gap: 1.5rem 2rem; align-items: baseline;
  padding: clamp(1.6rem, 3.5vw, 2.6rem) 0; border-bottom: 1px solid var(--line);
  transition: padding-left 0.5s var(--ease);
}
.svc-row:hover { padding-left: 0.8rem; }
.svc-row__idx { font-family: var(--mono); font-size: 0.8rem; color: var(--clay); letter-spacing: 0.1em; }
.svc-row__name { font-family: var(--sans); font-weight: 500; font-size: clamp(1.5rem, 3.2vw, 2.7rem); line-height: 1.02; letter-spacing: -0.01em; }
.svc-row__desc { color: var(--ink-soft); font-size: 0.98rem; max-width: 52ch; margin-top: 0.6rem; }
.svc-row__tag { font-family: var(--sign); font-weight: 400; font-size: 1.7rem; color: var(--clay); white-space: nowrap; line-height: 0.8; }
@media (max-width: 760px) {
  .svc-row { grid-template-columns: auto 1fr; }
  .svc-row__tag { grid-column: 2; }
}

/* ============================================================
   Values ("not corporate")
   ============================================================ */
.values { display: grid; gap: 0; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-strong); }
@media (max-width: 900px) { .values { grid-template-columns: 1fr; } }
.value { padding: 2.4rem 2rem; border-bottom: 1px solid var(--line); }
.value:not(:last-child) { border-right: 1px solid var(--line); }
@media (max-width: 900px) { .value { padding-inline: 0; } .value:not(:last-child) { border-right: 0; } }
.value__num { font-family: var(--sign); font-weight: 400; font-size: 2.8rem; color: var(--clay); line-height: 0.7; }
.value__title { font-size: clamp(1.3rem, 2.2vw, 1.7rem); margin: 0.8rem 0 0.7rem; }
.value__body { color: var(--ink-soft); font-size: 0.96rem; max-width: 36ch; }

/* ============================================================
   How it works (process)
   ============================================================ */
.steps { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: clamp(1rem, 2.4vw, 2.2rem); align-items: start; }
.step__num { display: block; font-family: var(--script); font-weight: 700; color: var(--clay); font-size: clamp(2rem, 3vw, 2.6rem); line-height: 0.9; margin-bottom: 0.5rem; }
.step__title { font-size: clamp(1.35rem, 2.2vw, 1.85rem); margin-bottom: 0.7rem; }
.step__body { color: var(--ink-soft); font-size: 1rem; line-height: 1.6; max-width: 34ch; }
.step__arrow { color: var(--clay); align-self: center; justify-self: center; padding-top: 2.4rem; }
.step__arrow svg { width: clamp(34px, 3.6vw, 52px); height: auto; display: block; }
@media (max-width: 760px) {
  .steps { grid-template-columns: 1fr; gap: 2.2rem; }
  .step__arrow { display: none; }
}

/* ============================================================
   Stats
   ============================================================ */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
@media (max-width: 700px) { .stats { grid-template-columns: 1fr; gap: 2.5rem; text-align: center; } }
.stat { display: flex; flex-direction: column; align-items: center; text-align: center; }
.stat__num { font-family: var(--sans); font-weight: 300; font-size: clamp(3.4rem, 9vw, 6.6rem); line-height: 0.9; color: var(--ink); letter-spacing: -0.02em; }
.stat__num .em { font-family: var(--sign); color: var(--clay); }
.stat__label { font-family: var(--mono); font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft); margin-top: 1rem; max-width: 22ch; }

/* ============================================================
   Testimonials / quotes
   ============================================================ */
.quote-feature { text-align: center; max-width: 40rem; margin-inline: auto; }
.quote-feature__text {
  font-family: var(--sans); font-weight: 500;
  font-size: clamp(1.6rem, 3.6vw, 2.9rem); line-height: 1.22; letter-spacing: -0.015em;
}
.quote-feature__text .em { font-size: 1em; }
.quote-feature__by { display: block; margin-top: 1.6rem; font-family: var(--mono); font-size: 0.74rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-soft); }
.signature { font-family: var(--script); font-weight: 600; font-size: clamp(1.8rem, 3vw, 2.6rem); color: var(--clay); text-transform: none; letter-spacing: 0; }
.quotes { display: grid; gap: clamp(1.4rem, 3vw, 2.4rem); grid-template-columns: repeat(2, 1fr); }
@media (max-width: 760px) { .quotes { grid-template-columns: 1fr; } }
.quote { border-top: 1.5px solid var(--line); padding-top: 1.5rem; }
.quote__mark { font-family: var(--script); font-weight: 700; font-size: 3rem; line-height: 0.5; color: var(--clay); }
.quote__text { font-family: var(--sans); font-weight: 500; font-size: clamp(1.1rem, 1.8vw, 1.5rem); line-height: 1.4; margin: 0.6rem 0 1.2rem; max-width: 42ch; }
.quote__by { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); }

/* ============================================================
   CTA band
   ============================================================ */
.cta { text-align: center; position: relative; z-index: 3; }
.cta .zia svg { width: 52px; height: 52px; margin-inline: auto; }
.cta__title { font-size: clamp(2.4rem, 7vw, 6rem); line-height: 1; margin-top: 1.4rem; text-transform: uppercase; letter-spacing: 0.04em; font-weight: 500; }
.cta__title .brush { display: block; text-transform: none; letter-spacing: 0; font-size: clamp(3rem, 10vw, 8rem); line-height: 0.85; transform: rotate(-3deg); margin-top: 0.1em; }
.cta__sub { color: var(--ink-soft); max-width: 50ch; margin: 1.8rem auto 2.4rem; }
.cta__mail { font-family: var(--mono); font-size: clamp(0.9rem, 2.2vw, 1.3rem); letter-spacing: 0.04em; color: var(--clay); border-bottom: 1.5px solid var(--clay-line); padding-bottom: 4px; transition: border-color 0.4s; }
.cta__mail:hover { border-color: var(--clay); }

/* ============================================================
   Footer
   ============================================================ */
.footer { position: relative; z-index: 3; background: transparent; color: var(--ink); border-top: 1px solid var(--line); padding-block: clamp(3rem, 7vh, 5rem) 2.2rem; }
.footer__grid { display: grid; gap: 2.5rem; grid-template-columns: 1.5fr 1fr 1fr; }
@media (max-width: 760px) { .footer__grid { grid-template-columns: 1fr; } }
.footer__brand { display: flex; align-items: center; gap: 0.6rem; margin-bottom: 1.1rem; }
.footer__brand .zia svg { width: 32px; height: 32px; }
.footer__brand-text { font-family: var(--script); font-weight: 700; font-size: 1.7rem; line-height: 0.9; }
.footer__big { font-family: var(--sans); font-weight: 400; font-size: clamp(1.4rem, 2.6vw, 2rem); max-width: 18ch; line-height: 1.2; color: var(--ink); }
.footer__col h4 { font-family: var(--mono); font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 1.1rem; font-weight: 400; }
.footer__col a, .footer__col span { display: block; padding: 0.35rem 0; color: var(--ink-2); transition: color 0.3s; }
.footer__col a:hover { color: var(--clay); }
.footer__bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; margin-top: clamp(3rem, 7vh, 5rem); padding-top: 1.5rem; border-top: 1px solid var(--line); font-family: var(--mono); font-size: 0.76rem; letter-spacing: 0.08em; color: var(--ink-soft); text-transform: uppercase; }
.footer__bottom .em { color: var(--clay); font-size: 1em; }

/* ============================================================
   Page head (interior pages)
   ============================================================ */
.page-head { padding-top: calc(var(--nav-h) + clamp(3rem, 9vh, 6rem)); }
.page-head__kicker { margin-bottom: 1.2rem; }
.page-head__title { font-size: clamp(2.8rem, 11vw, 9rem); line-height: 0.92; text-transform: uppercase; letter-spacing: 0.02em; font-weight: 500; }
.page-head__title .brush { display: inline-block; text-transform: none; letter-spacing: 0; transform: rotate(-3deg); }
.page-head__sub { display: flex; gap: 2rem; flex-wrap: wrap; align-items: baseline; margin-top: 1.6rem; color: var(--ink-soft); font-family: var(--mono); font-size: 0.76rem; letter-spacing: 0.12em; text-transform: uppercase; }

/* ============================================================
   About page
   ============================================================ */
/* about: portrait floated, bio text wraps around it (magazine style) */
.about { max-width: 82ch; }
.about::after { content: ""; display: block; clear: both; }
.about__img {
  float: right; shape-outside: inset(0);
  width: clamp(210px, 36%, 360px);
  margin: 0.4rem 0 1.4rem 2.8rem;
}
.about__frame { display: block; aspect-ratio: 4/5; overflow: hidden; }
.about__img img { width: 100%; height: 100%; object-fit: cover; }
.about__cap { font-family: var(--script); font-weight: 700; color: var(--clay); font-size: 1.6rem; line-height: 1; text-align: right; margin-top: 0.55rem; margin-right: 0.4rem; transform: rotate(-2.5deg); }
.about .kicker { display: block; }
.about p { max-width: none; font-size: clamp(1.05rem, 1.4vw, 1.2rem); color: var(--ink-2); line-height: 1.75; margin-bottom: 1.4rem; }
.about p:last-child { margin-bottom: 0; }
@media (max-width: 620px) {
  .about__img { float: none; width: 100%; max-width: 340px; margin: 0 0 1.8rem; }
}
.prose { max-width: 62ch; }
.prose p { font-size: clamp(1.05rem, 1.4vw, 1.2rem); color: var(--ink-2); line-height: 1.75; margin-bottom: 1.4rem; }
.pull { font-family: var(--sans); font-weight: 500; font-size: clamp(1.7rem, 4vw, 3rem); line-height: 1.2; letter-spacing: -0.015em; max-width: 26ch; }
.pull .em { display: inline; }
.split { display: grid; gap: clamp(2rem, 5vw, 5rem); grid-template-columns: 1fr; align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; } .split--reverse > :first-child { order: 2; } }
.split__img { overflow: hidden; aspect-ratio: 4/5; }
.split__img img { width: 100%; height: 100%; object-fit: cover; }

/* image placeholder (until real photos are added) */
.ph {
  display: grid; place-items: center; background: var(--paper-2);
  border: 1.5px solid var(--line); color: var(--ink-faint);
  font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase;
  text-align: center; padding: 2rem;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 14px, var(--line-soft) 14px, var(--line-soft) 15px);
}
.ph span { background: var(--paper-2); padding: 0.5em 0.9em; }

/* ============================================================
   Contact page
   ============================================================ */
.contact-grid { display: grid; gap: clamp(2.5rem, 6vw, 5rem); grid-template-columns: 1fr; }
@media (min-width: 940px) { .contact-grid { grid-template-columns: 1.1fr 0.9fr; } }
.field { display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 1.6rem; }
.field label { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-soft); }
.field input, .field select, .field textarea {
  background: var(--card); border: 1px solid var(--line-strong);
  color: var(--ink); font-family: var(--sans); font-size: 1rem; padding: 0.85rem 0.9rem;
  transition: border-color 0.35s var(--ease); border-radius: 0;
}
.field textarea { resize: vertical; min-height: 120px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--clay); }
.field select option { background: var(--paper); color: var(--ink); }
.contact-info dt { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-soft); margin-top: 1.8rem; }
.contact-info dd { font-family: var(--sans); font-weight: 600; font-size: clamp(1.3rem, 2.4vw, 1.9rem); }
.contact-info dd a { transition: color 0.3s; }
.contact-info dd a:hover { color: var(--clay); }
.formnote { font-family: var(--mono); font-size: 0.82rem; color: var(--ink-soft); letter-spacing: 0.02em; margin-top: 0.5rem; max-width: none; }

/* ============================================================
   Reveal animations
   ============================================================ */
[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out); }
[data-reveal="fade"] { transform: none; }
[data-reveal].in { opacity: 1; transform: none; }
[data-reveal-stagger] > * { opacity: 0; transform: translateY(24px); transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out); }
[data-reveal-stagger].in > * { opacity: 1; transform: none; }

.fade-load { opacity: 0; animation: fadeUp 1.1s var(--ease-out) 0.1s forwards; }
@keyframes fadeUp { to { opacity: 1; } }

/* page transition overlay */
.page-wipe { position: fixed; inset: 0; z-index: 300; background: var(--clay); transform: scaleY(0); transform-origin: bottom; pointer-events: none; }
.page-wipe.cover { transform: scaleY(1); transform-origin: bottom; transition: transform 0.55s var(--ease); }
.page-wipe.reveal { transform: scaleY(0); transform-origin: top; transition: transform 0.6s var(--ease); }

@media (prefers-reduced-motion: reduce) {
  [data-reveal], [data-reveal-stagger] > * { opacity: 1 !important; transform: none !important; }
  .marquee__track { animation: none; }
  .sticker .dot { animation: none; }
  .page-wipe { display: none; }
}

/* Utility */
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
/* hand-drawn wavy underline accent */
.squiggle { position: relative; display: inline-block; white-space: nowrap; }
.squiggle::after {
  content: ""; position: absolute; left: -3%; right: -3%; bottom: -0.26em; height: 0.4em;
  background: no-repeat center / 100% 100%
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 12' preserveAspectRatio='none'%3E%3Cpath d='M2 7c12-6 24-6 34 0s24 6 36 0 24-6 46-1' fill='none' stroke='%23a94e2f' stroke-width='2.6' stroke-linecap='round'/%3E%3C/svg%3E");
  pointer-events: none;
}
.nowrap { white-space: nowrap; }
.tar { text-align: right; }
.tac { text-align: center; }
.muted { color: var(--ink-soft); }
.mt-s { margin-top: 1rem; } .mt-m { margin-top: 2rem; } .mt-l { margin-top: 4rem; }
.maxw-sm { max-width: 52ch; }
