/* ============================================================
   Issac Creator — Aphyx preview (Pilot tier)
   Editorial commercial. Paper + ink + brass. Fraunces + Inter Tight.
   ============================================================ */

:root {
  --paper:        #f5f1ea;
  --paper-2:      #ede7db;
  --paper-3:      #e3dcca;
  --surface:      #fbf9f4;
  --ink:          #1a1815;
  --ink-2:        #2e2a25;
  --ink-3:        #5a544c;
  --muted:        #8a8378;
  --line:         #d9d4c8;
  --line-strong:  #b8b0a0;
  --brass:        #a08152;
  --brass-deep:   #806739;
  --wood:         #7a4a2c;

  --font-display: "Fraunces", "IBM Plex Serif", Georgia, serif;
  --font-body:    "Inter Tight", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --font-mono:    "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

  --container:    1200px;
  --gutter:       32px;
  --gutter-sm:    20px;

  --r-sm: 2px;
  --r:    4px;

  --banner-h: 30px;
  --nav-h:    64px;

  --ease: cubic-bezier(.2,.7,.2,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--paper);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "ss01", "cv11";
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
input, textarea, select { font: inherit; color: inherit; }

::selection { background: var(--brass); color: var(--paper); }

/* ============================================================
   APHYX MOCKUP FLAG (universal per skill)
   ============================================================ */
.aphyx-mockup-flag {
  position: fixed; inset: 0 0 auto 0; z-index: 9999;
  background: #7a2621; color: #fff;
  padding: 7px 18px;
  font: 500 10.5px/1.3 "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.05em; text-transform: uppercase;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.aphyx-mockup-flag a { color: #fff; text-decoration: underline; text-underline-offset: 2px; transition: opacity .2s; }
.aphyx-mockup-flag a:hover { opacity: .78; }
.aphyx-mockup-flag b { font-weight: 600; }
@media (max-width: 600px) {
  .aphyx-mockup-flag { font-size: 9.5px; padding: 6px 10px; }
  .aphyx-mockup-flag .desk { display: none; }
}

/* ============================================================
   NAV (sticky, sits below mockup flag at top:30px)
   ============================================================ */
.nav {
  position: sticky; top: var(--banner-h); z-index: 100;
  background: rgba(245,241,234,.92);
  backdrop-filter: saturate(1.6) blur(10px);
  -webkit-backdrop-filter: saturate(1.6) blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  max-width: var(--container); margin: 0 auto;
  padding: 14px var(--gutter);
  display: flex; align-items: center; gap: 28px;
  min-height: var(--nav-h);
}
.brand {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-display); font-weight: 500;
  font-size: 1.12rem; letter-spacing: -.025em; color: var(--ink);
  font-variation-settings: "opsz" 36;
  line-height: 1;
}
.brand-mark {
  width: 42px; height: 42px;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}
.brand-text { display: inline-flex; align-items: baseline; gap: 8px; }
.brand em { font-style: italic; color: var(--brass-deep); font-weight: 500; }
.brand-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--brass); display: inline-block; transform: translateY(-3px); }
@media (max-width: 480px) {
  .brand-mark { width: 36px; height: 36px; }
  .brand-text { font-size: .96rem; }
}
.nav-links {
  display: flex; gap: 26px; margin-left: auto;
  font-family: var(--font-mono); font-size: .74rem;
  letter-spacing: .08em; text-transform: uppercase;
}
.nav-links a { color: var(--ink-2); transition: color .18s var(--ease); position: relative; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--ink); }
.nav-links a[aria-current="page"]::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -22px;
  height: 1px; background: var(--brass);
}
.nav-cta {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono); font-size: .72rem; font-weight: 500;
  letter-spacing: .08em; text-transform: uppercase;
  padding: 10px 16px; border-radius: var(--r);
  color: var(--paper); background: var(--ink);
  transition: background .18s var(--ease), transform .18s var(--ease);
}
.nav-cta:hover { background: var(--brass-deep); transform: translateY(-1px); }
.nav-cta svg { width: 13px; height: 13px; stroke: currentColor; }

@media (max-width: 760px) {
  .nav-links { display: none; }
  .nav-inner { gap: 14px; padding: 12px var(--gutter-sm); }
}

/* ============================================================
   LAYOUT PRIMITIVES
   ============================================================ */
.wrap { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
@media (max-width: 760px) { .wrap { padding: 0 var(--gutter-sm); } }

.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-mono); font-size: .72rem; font-weight: 500;
  letter-spacing: .18em; text-transform: uppercase; color: var(--brass-deep);
}
.eyebrow::before {
  content: ""; width: 28px; height: 1px; background: var(--brass);
}

.lede {
  font-family: var(--font-display); font-weight: 300;
  font-size: clamp(1.15rem, 1.6vw, 1.4rem);
  line-height: 1.45; letter-spacing: -.012em;
  color: var(--ink-2); max-width: 56ch;
  font-variation-settings: "opsz" 24;
}

.body-copy {
  font-family: var(--font-body);
  font-size: 1.02rem; line-height: 1.65; color: var(--ink-2);
  max-width: 64ch;
}

/* ============================================================
   HERO (type-dominant editorial — NO text-left/image-right)
   Entrance: layered cinematic — dash → eyebrow → word stagger →
   sublede fade-up → CTAs → strip clip-reveal
   ============================================================ */
.hero {
  padding: clamp(72px, 12vw, 140px) 0 clamp(40px, 6vw, 72px);
  position: relative;
  border-bottom: 1px solid var(--line);
}
.hero .wrap > .eyebrow { margin-bottom: 28px; }

.hero h1 {
  font-family: var(--font-display);
  font-weight: 400;
  font-variation-settings: "opsz" 144, "SOFT" 0;
  font-size: clamp(2.6rem, 7.2vw, 5.4rem);
  line-height: .98;
  letter-spacing: -.04em;
  color: var(--ink);
  margin-bottom: 32px;
  max-width: 18ch;
}
.hero h1 em {
  font-style: italic; font-weight: 400;
  color: var(--wood);
  font-variation-settings: "opsz" 144;
}
.hero-sub {
  font-family: var(--font-body); font-weight: 400;
  font-size: clamp(1.02rem, 1.4vw, 1.18rem); line-height: 1.55;
  color: var(--ink-3); max-width: 58ch;
  margin-bottom: 36px;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }

/* --- Hero entrance choreography ---------------------------------- */
/* Stage 1 — eyebrow: dash draws, then label slides in from the dash. */
.hero .eyebrow {
  --dash-w: 28px;
  --ease-stage: cubic-bezier(.16,.84,.3,1);
}
.hero .eyebrow::before {
  width: 0;
  animation: dash-draw 720ms var(--ease-stage) 240ms forwards;
}
.hero .eyebrow > .eyebrow-label,
.hero .eyebrow {
  /* Eyebrow text inherits from .eyebrow; we wrap into a span on inject so it can fade in alongside */
}
.hero .eyebrow .eyebrow-label {
  display: inline-block;
  opacity: 0;
  transform: translateX(-10px);
  animation: eyebrow-in 720ms var(--ease-stage) 360ms forwards;
}

/* Stage 2 — H1 word stagger. Words injected into spans by hero.js. */
.hero h1 .hero-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(38%);
  filter: blur(8px);
  animation: word-in 880ms cubic-bezier(.18,.74,.22,1)
             calc(540ms + var(--word-i, 0) * 95ms) forwards;
  will-change: transform, opacity, filter;
}
/* The italic word gets a touch of extra warmth on entry */
.hero h1 em .hero-word {
  animation-duration: 1000ms;
}

/* Stage 3 — sublede + CTAs fade-up after the headline lands */
.hero-sub {
  opacity: 0;
  transform: translateY(16px);
  animation: fade-up 880ms var(--ease) 1180ms forwards;
}
.hero-actions {
  opacity: 0;
  transform: translateY(12px);
  animation: fade-up 880ms var(--ease) 1380ms forwards;
}

/* Below-hero image strip: 3 photos side-by-side, no gaps, full bleed */
.hero-strip {
  display: grid; grid-template-columns: 1.2fr 1fr 1.1fr;
  height: clamp(280px, 38vw, 460px);
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero-strip > div {
  background-size: cover; background-position: center;
  filter: saturate(0.92) contrast(1.02);
  transition: filter .6s var(--ease);
  clip-path: inset(0 100% 0 0);
  transform: scale(1.06);
  animation:
    strip-reveal 1400ms cubic-bezier(.18,.74,.22,1) calc(1500ms + var(--strip-i, 0) * 180ms) forwards,
    strip-settle 2400ms cubic-bezier(.18,.74,.22,1) calc(1500ms + var(--strip-i, 0) * 180ms) forwards;
}
.hero-strip > div:nth-child(1) { --strip-i: 0; }
.hero-strip > div:nth-child(2) { --strip-i: 1; }
.hero-strip > div:nth-child(3) { --strip-i: 2; }
.hero-strip:hover > div { filter: saturate(1) contrast(1.04); }

@media (max-width: 760px) {
  .hero-strip { grid-template-columns: 1fr; height: 56vw; max-height: 380px; }
  .hero-strip > div:not(:first-child) { display: none; }
}

/* Keyframes for the hero entrance */
@keyframes dash-draw {
  from { width: 0; }
  to   { width: var(--dash-w, 28px); }
}
@keyframes eyebrow-in {
  to { opacity: 1; transform: translateX(0); }
}
@keyframes word-in {
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}
@keyframes fade-up {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes strip-reveal {
  to { clip-path: inset(0 0 0 0); }
}
@keyframes strip-settle {
  to { transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .hero .eyebrow::before { width: var(--dash-w, 28px); animation: none; }
  .hero .eyebrow .eyebrow-label,
  .hero h1 .hero-word,
  .hero-sub,
  .hero-actions,
  .hero-strip > div {
    opacity: 1; transform: none; filter: none; clip-path: none; animation: none;
  }
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px;
  font-family: var(--font-mono); font-size: .76rem; font-weight: 500;
  letter-spacing: .1em; text-transform: uppercase;
  border-radius: var(--r); border: 1px solid transparent;
  transition: background .2s var(--ease), color .2s var(--ease), transform .2s var(--ease), border-color .2s var(--ease);
  cursor: pointer; user-select: none;
}
.btn svg { width: 14px; height: 14px; stroke: currentColor; flex-shrink: 0; transition: transform .25s var(--ease); }
.btn:hover svg { transform: translate(3px, -3px); }

.btn-primary {
  background: var(--ink); color: var(--paper);
}
.btn-primary:hover { background: var(--brass-deep); transform: translateY(-1px); }

.btn-secondary {
  background: transparent; color: var(--ink);
  border-color: var(--line-strong);
}
.btn-secondary:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }

.btn-whatsapp {
  background: var(--surface); color: var(--ink);
  border-color: var(--line-strong);
}
.btn-whatsapp .wa-dot {
  width: 7px; height: 7px; border-radius: 50%; background: #25D366;
  flex-shrink: 0;
}
.btn-whatsapp:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }

/* ============================================================
   MARQUEE (sectors served)
   ============================================================ */
.marquee {
  border-bottom: 1px solid var(--line);
  background: var(--paper-2);
  overflow: hidden;
  padding: 22px 0;
}
.marquee-track {
  display: flex; gap: 56px; align-items: center;
  white-space: nowrap;
  animation: marq 38s linear infinite;
  font-family: var(--font-display); font-style: italic; font-weight: 400;
  font-variation-settings: "opsz" 60;
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  color: var(--ink-2);
  letter-spacing: -.02em;
}
.marquee-track span { display: inline-flex; align-items: center; gap: 56px; }
.marquee-track span::after {
  content: ""; width: 7px; height: 7px; border-radius: 50%;
  background: var(--brass); display: inline-block;
}
@keyframes marq { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
}

/* ============================================================
   SECTIONS
   ============================================================ */
.section {
  padding: clamp(60px, 9vw, 110px) 0;
  border-bottom: 1px solid var(--line);
}
.section-alt { background: var(--surface); }
.section-head {
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px;
  margin-bottom: clamp(40px, 5vw, 72px);
  align-items: end;
}
.section-head .eyebrow { margin-bottom: 18px; }
.section-head h2 {
  font-family: var(--font-display); font-weight: 400;
  font-variation-settings: "opsz" 96;
  font-size: clamp(1.8rem, 3.6vw, 2.8rem);
  line-height: 1.05; letter-spacing: -.035em;
  color: var(--ink); max-width: 18ch;
}
.section-head h2 em { font-style: italic; color: var(--wood); font-weight: 400; }
.section-head .lede { font-size: clamp(1rem, 1.4vw, 1.18rem); }
@media (max-width: 880px) {
  .section-head { grid-template-columns: 1fr; gap: 24px; }
}

/* ============================================================
   MANIFESTO (two-column running paragraph w/ pull-quote)
   ============================================================ */
.manifesto {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px;
  align-items: start;
}
.manifesto p {
  font-family: var(--font-body); font-size: 1.06rem; line-height: 1.7;
  color: var(--ink-2);
}
.manifesto p + p { margin-top: 22px; }
.manifesto .pull {
  font-family: var(--font-display); font-style: italic; font-weight: 400;
  font-variation-settings: "opsz" 60;
  font-size: clamp(1.4rem, 2.4vw, 1.85rem);
  line-height: 1.25; letter-spacing: -.025em;
  color: var(--ink);
  padding-left: 24px; border-left: 2px solid var(--brass);
}
@media (max-width: 880px) {
  .manifesto { grid-template-columns: 1fr; gap: 32px; }
}

/* ============================================================
   FEATURED WORK (3-up grid, asymmetric)
   ============================================================ */
.work-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 24px;
}
.work-card {
  background: var(--surface);
  border: 1px solid var(--line);
  display: flex; flex-direction: column;
  text-decoration: none; color: inherit;
  transition: transform .35s var(--ease), border-color .25s var(--ease);
  overflow: hidden;
}
.work-card:hover { transform: translateY(-3px); border-color: var(--line-strong); }
.work-card-img {
  aspect-ratio: 4 / 3;
  background-size: cover; background-position: center;
  filter: saturate(0.92);
  transition: filter .35s var(--ease), transform 1.4s var(--ease);
}
.work-card:hover .work-card-img { filter: saturate(1.02); transform: scale(1.025); }
.work-card-body { padding: 22px 22px 24px; flex: 1; display: flex; flex-direction: column; gap: 10px; }
.work-card-tag {
  font-family: var(--font-mono); font-size: .66rem; font-weight: 500;
  letter-spacing: .12em; text-transform: uppercase; color: var(--brass-deep);
}
.work-card h3 {
  font-family: var(--font-display); font-weight: 500;
  font-variation-settings: "opsz" 36;
  font-size: 1.22rem; line-height: 1.2;
  letter-spacing: -.02em; color: var(--ink);
}
.work-card p {
  font-size: .92rem; line-height: 1.55; color: var(--ink-3); flex: 1;
}
.work-card-meta {
  font-family: var(--font-mono); font-size: .68rem;
  letter-spacing: .06em; color: var(--muted);
  padding-top: 14px; border-top: 1px dashed var(--line-strong);
  display: flex; gap: 14px; flex-wrap: wrap;
}
.work-card-sample {
  position: absolute; top: 14px; right: 14px;
  font-family: var(--font-mono); font-size: .58rem; font-weight: 500;
  letter-spacing: .12em; text-transform: uppercase;
  padding: 4px 8px; border-radius: 2px;
  background: rgba(26,24,21,.7); color: var(--paper);
  backdrop-filter: blur(4px);
}
.work-card { position: relative; }

@media (max-width: 880px) {
  .work-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .work-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   PORTFOLIO PAGE — bigger grid
   ============================================================ */
.portfolio-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.portfolio-card { /* extends .work-card visual language */
  background: var(--surface);
  border: 1px solid var(--line);
  display: flex; flex-direction: column;
  transition: transform .35s var(--ease), border-color .25s var(--ease);
  overflow: hidden;
  position: relative;
}
.portfolio-card:hover { transform: translateY(-4px); border-color: var(--line-strong); }
.portfolio-card-img {
  aspect-ratio: 16 / 10;
  background-size: cover; background-position: center;
  filter: saturate(.92);
  transition: filter .35s var(--ease), transform 1.4s var(--ease);
}
.portfolio-card:hover .portfolio-card-img { filter: saturate(1.02); transform: scale(1.02); }
.portfolio-card-body { padding: 26px 28px 28px; display: flex; flex-direction: column; gap: 14px; }
.portfolio-card-body .work-card-tag { margin-bottom: 2px; }
.portfolio-card-body h3 {
  font-family: var(--font-display); font-weight: 500;
  font-variation-settings: "opsz" 60;
  font-size: 1.6rem; line-height: 1.15; letter-spacing: -.025em; color: var(--ink);
}
.portfolio-card-body p { font-size: .98rem; color: var(--ink-3); line-height: 1.6; }
.portfolio-card-meta {
  font-family: var(--font-mono); font-size: .7rem;
  letter-spacing: .06em; color: var(--muted);
  padding-top: 16px; border-top: 1px dashed var(--line-strong);
  display: flex; gap: 16px; flex-wrap: wrap;
}
@media (max-width: 760px) {
  .portfolio-grid { grid-template-columns: 1fr; gap: 24px; }
}

/* ============================================================
   PROCESS (3 steps, dashed connector)
   ============================================================ */
.process {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative;
}
.process::before {
  content: ""; position: absolute; left: 4%; right: 4%; top: 32px;
  border-top: 1px dashed var(--line-strong);
  z-index: 0;
}
.process-step { position: relative; z-index: 1; padding-top: 0; background: var(--paper); }
.section-alt .process-step { background: var(--surface); }
.process-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 64px; height: 64px;
  border: 1px solid var(--line-strong);
  border-radius: 50%; background: var(--paper);
  font-family: var(--font-display); font-weight: 400;
  font-variation-settings: "opsz" 36;
  font-size: 1.4rem; color: var(--wood);
  margin-bottom: 22px;
}
.section-alt .process-num { background: var(--surface); }
.process-step h3 {
  font-family: var(--font-display); font-weight: 500;
  font-variation-settings: "opsz" 36;
  font-size: 1.32rem; line-height: 1.2;
  letter-spacing: -.02em; color: var(--ink);
  margin-bottom: 12px;
}
.process-step p {
  font-size: .96rem; line-height: 1.6; color: var(--ink-3);
}
@media (max-width: 760px) {
  .process { grid-template-columns: 1fr; gap: 32px; }
  .process::before { display: none; }
}

/* ============================================================
   TRUST BAND (qualitative — no fake stats)
   ============================================================ */
.trust {
  padding: 36px 0;
  background: var(--ink); color: var(--paper);
  border-bottom: 1px solid var(--ink);
}
.trust-row {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 36px; column-gap: 48px;
  font-family: var(--font-mono); font-size: .76rem;
  letter-spacing: .08em; text-transform: uppercase;
  color: rgba(245,241,234,.78);
}
.trust-row > span { display: inline-flex; align-items: center; gap: 12px; }
.trust-row > span::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--brass);
}
.trust-row > span:first-child::before { display: none; }
@media (max-width: 760px) {
  .trust-row { gap: 18px; column-gap: 22px; font-size: .68rem; }
}

/* ============================================================
   CTA REPEAT BAND
   ============================================================ */
.cta-band {
  padding: clamp(70px, 10vw, 130px) 0;
  background: var(--paper-2);
  border-bottom: 1px solid var(--line);
  text-align: center;
}
.cta-band h2 {
  font-family: var(--font-display); font-weight: 400;
  font-variation-settings: "opsz" 96;
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  line-height: 1.05; letter-spacing: -.035em; color: var(--ink);
  max-width: 22ch; margin: 0 auto 24px;
}
.cta-band h2 em { font-style: italic; color: var(--wood); font-weight: 400; }
.cta-band .lede { margin: 0 auto 36px; }
.cta-band-actions { display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--ink); color: var(--paper);
  padding: 64px 0 32px;
}
.footer-grid {
  display: grid; grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: 40px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(245,241,234,.12);
}
.footer-brand {
  font-family: var(--font-display); font-weight: 500;
  font-variation-settings: "opsz" 48;
  font-size: 1.4rem; letter-spacing: -.025em;
  display: flex; align-items: center; gap: 14px;
}
.footer-brand em { font-style: italic; color: var(--brass); font-weight: 400; }
.footer-brand-mark {
  width: 64px; height: 64px;
  object-fit: contain;
  padding: 4px;
  background: var(--paper);
  border-radius: 50%;
  flex-shrink: 0;
  display: block;
}
.footer-tag { color: rgba(245,241,234,.6); font-size: .92rem; line-height: 1.55; margin-top: 14px; max-width: 32ch; }
.footer h4 {
  font-family: var(--font-mono); font-weight: 500;
  font-size: .7rem; letter-spacing: .12em; text-transform: uppercase;
  color: rgba(245,241,234,.5); margin-bottom: 16px;
}
.footer-list { display: flex; flex-direction: column; gap: 8px; list-style: none; }
.footer-list a {
  color: rgba(245,241,234,.86); font-size: .94rem;
  transition: color .18s var(--ease);
}
.footer-list a:hover { color: var(--brass); }
.footer-meta {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 24px;
  font-family: var(--font-mono); font-size: .68rem;
  letter-spacing: .06em; color: rgba(245,241,234,.5);
  flex-wrap: wrap; gap: 12px;
}
.footer-meta a { color: rgba(245,241,234,.5); text-decoration: underline; text-underline-offset: 3px; }
.footer-meta a:hover { color: var(--brass); }
@media (max-width: 760px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   PAGE HEADER (Work + Contact)
   ============================================================ */
.page-head {
  padding: clamp(80px, 11vw, 130px) 0 clamp(48px, 6vw, 72px);
  border-bottom: 1px solid var(--line);
}
.page-head .eyebrow { margin-bottom: 24px; }
.page-head h1 {
  font-family: var(--font-display); font-weight: 400;
  font-variation-settings: "opsz" 144;
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  line-height: 1; letter-spacing: -.04em;
  color: var(--ink); max-width: 16ch; margin-bottom: 24px;
}
.page-head h1 em { font-style: italic; color: var(--wood); font-weight: 400; }
.page-head .lede { font-size: clamp(1.05rem, 1.5vw, 1.22rem); }

/* ============================================================
   CONTACT PAGE — form + studio details
   ============================================================ */
.contact-grid {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px;
  align-items: start;
}
.contact-form { display: flex; flex-direction: column; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field label {
  font-family: var(--font-mono); font-size: .68rem; font-weight: 500;
  letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3);
}
.field input, .field select, .field textarea {
  background: var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: var(--r);
  padding: 14px 16px;
  font-size: 1rem; color: var(--ink);
  outline: none;
  transition: border-color .18s var(--ease), box-shadow .18s var(--ease);
  font-family: var(--font-body);
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--brass);
  box-shadow: 0 0 0 3px rgba(160,129,82,.18);
}
.field textarea { min-height: 140px; resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-meta {
  margin-top: 4px;
  font-family: var(--font-mono); font-size: .7rem;
  color: var(--muted); letter-spacing: .04em;
}

.studio-card {
  background: var(--surface); border: 1px solid var(--line);
  padding: 32px;
  display: flex; flex-direction: column; gap: 22px;
}
.studio-card h3 {
  font-family: var(--font-display); font-weight: 500;
  font-variation-settings: "opsz" 36;
  font-size: 1.2rem; letter-spacing: -.02em; color: var(--ink);
}
.studio-block { display: flex; flex-direction: column; gap: 6px; }
.studio-label {
  font-family: var(--font-mono); font-size: .66rem; font-weight: 500;
  letter-spacing: .12em; text-transform: uppercase; color: var(--muted);
}
.studio-value { font-size: .98rem; line-height: 1.55; color: var(--ink-2); }
.studio-value a { color: var(--ink-2); border-bottom: 1px solid var(--line-strong); transition: color .18s, border-color .18s; }
.studio-value a:hover { color: var(--wood); border-color: var(--wood); }

.hours-list { list-style: none; display: flex; flex-direction: column; gap: 4px; }
.hours-list li {
  display: flex; justify-content: space-between; gap: 18px;
  font-size: .94rem; color: var(--ink-2);
}
.hours-list li.closed { color: var(--muted); font-style: italic; }
.hours-list li .day {
  font-family: var(--font-mono); font-size: .8rem; letter-spacing: .04em;
  text-transform: uppercase; color: var(--ink-3);
}

.map-block {
  margin-top: 16px;
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(135deg, rgba(160,129,82,.08), rgba(122,74,44,.06)),
    var(--paper-3);
  border: 1px solid var(--line);
  position: relative;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.map-block::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(122,74,44,.08) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(122,74,44,.08) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: .8;
}
.map-pin {
  position: relative; z-index: 1;
  display: inline-flex; flex-direction: column; align-items: center; gap: 8px;
}
.map-pin svg { color: var(--wood); }
.map-pin span {
  font-family: var(--font-mono); font-size: .68rem; font-weight: 500;
  letter-spacing: .12em; text-transform: uppercase; color: var(--ink-2);
  padding: 5px 10px; background: var(--paper); border: 1px solid var(--line-strong);
  border-radius: 2px;
}

@media (max-width: 880px) {
  .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .field-row { grid-template-columns: 1fr; }
}

/* ============================================================
   STICKY MOBILE BOTTOM BAR (CTA — appears after scroll 600px)
   ============================================================ */
.mobile-bar {
  display: none;
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 200;
  background: var(--ink); color: var(--paper);
  padding: 10px 14px;
  gap: 8px;
  transform: translateY(110%);
  transition: transform .35s var(--ease);
  border-top: 1px solid rgba(245,241,234,.12);
}
.mobile-bar.visible { transform: translateY(0); }
.mobile-bar a {
  flex: 1;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 12px; min-height: 48px;
  font-family: var(--font-mono); font-size: .72rem; font-weight: 500;
  letter-spacing: .08em; text-transform: uppercase;
  border-radius: var(--r); color: var(--paper);
}
.mobile-bar .mb-primary { background: var(--brass-deep); }
.mobile-bar .mb-secondary {
  border: 1px solid rgba(245,241,234,.3); background: transparent;
}
.mobile-bar .wa-dot { width: 7px; height: 7px; border-radius: 50%; background: #25D366; }
@media (max-width: 760px) {
  .mobile-bar { display: flex; }
}

/* ============================================================
   REVEAL ANIMATION (subtle entrance)
   ============================================================ */
.reveal {
  opacity: 0; transform: translateY(14px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
  transition-delay: var(--reveal-delay, 0ms);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}
