:root {
  --ink: #1b1b17;
  --ink-soft: #393831;
  --paper: #fffaf2;
  --cream: #f2eadc;
  --cream-deep: #e7ddca;
  --terracotta: #b85538;
  --terracotta-dark: #8d3f2c;
  --sage: #5f705f;
  --sage-light: #dce3d7;
  --gold: #c9a45e;
  --line: rgba(27, 27, 23, .17);
  --white: #fff;
  --font-display: "Fraunces", Georgia, serif;
  --font-sans: "Inter", Arial, sans-serif;
  --shadow: 0 26px 70px rgba(46, 39, 29, .13);
  --radius: 1.25rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-is-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -.035em;
}
h1 { font-size: clamp(3.25rem, 8vw, 7.4rem); }
h2 { font-size: clamp(2.45rem, 5vw, 4.8rem); }
h3 { font-size: clamp(1.45rem, 2.2vw, 2rem); }
p { color: var(--ink-soft); }
::selection { background: var(--terracotta); color: var(--white); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  left: 1rem;
  top: -6rem;
  z-index: 200;
  padding: .75rem 1rem;
  background: var(--ink);
  color: var(--white);
  text-decoration: none;
  border-radius: .5rem;
}
.skip-link:focus { top: 1rem; }
.shell { width: min(1180px, calc(100% - 3rem)); margin-inline: auto; }
.section { padding: clamp(5rem, 9vw, 9rem) 0; }
.section-compact { padding: clamp(3.5rem, 6vw, 6rem) 0; }
.section-dark { background: var(--ink); color: var(--paper); }
.section-dark p { color: rgba(255, 250, 242, .72); }
.section-cream { background: var(--cream); }
.section-sage { background: var(--sage); color: var(--white); }
.section-sage p { color: rgba(255,255,255,.78); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  margin-bottom: 1.25rem;
  color: var(--terracotta-dark);
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.2;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 1.9rem; height: 1px; background: currentColor; }
.eyebrow-light { color: var(--gold); }
.lede { max-width: 48rem; font-size: clamp(1.12rem, 2vw, 1.45rem); line-height: 1.55; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  min-height: 3.25rem;
  padding: .9rem 1.35rem;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--white);
  font-size: .83rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover, .button:focus-visible { background: var(--terracotta); border-color: var(--terracotta); transform: translateY(-2px); }
.button-outline { background: transparent; color: var(--ink); }
.button-outline:hover, .button-outline:focus-visible { color: var(--white); }
.button-light { background: var(--paper); border-color: var(--paper); color: var(--ink); }
.button-light:hover, .button-light:focus-visible { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.button-small { min-height: 2.75rem; padding: .7rem 1.05rem; font-size: .7rem; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding-bottom: .25rem;
  border-bottom: 1px solid currentColor;
  color: var(--terracotta-dark);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-decoration: none;
  text-transform: uppercase;
}
.text-link:hover { color: var(--ink); }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 250, 242, .94);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 32px rgba(27,27,23,.06); }
.header-inner { display: flex; align-items: center; min-height: 5.25rem; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; min-width: 12.5rem; text-decoration: none; }
.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 2.65rem;
  aspect-ratio: 1;
  background: var(--terracotta);
  color: var(--white);
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: -.04em;
}
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-family: var(--font-display); font-size: 1.15rem; font-weight: 600; }
.brand-copy small { margin-top: .28rem; font-size: .58rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(.8rem, 2vw, 1.7rem); margin-left: auto; }
.desktop-nav a { position: relative; font-size: .75rem; font-weight: 700; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.4rem; height: 1px; background: var(--terracotta); transition: right .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-cta { margin-left: .2rem; }
.menu-button { display: none; width: 2.9rem; height: 2.9rem; padding: .75rem; background: transparent; border: 1px solid var(--ink); }
.menu-button span:not(.sr-only) { display: block; width: 100%; height: 1px; margin: .28rem 0; background: var(--ink); }
.mobile-menu { position: fixed; inset: 0; z-index: 120; background: rgba(27, 27, 23, .72); }
.mobile-menu-panel { width: min(90vw, 28rem); height: 100%; margin-left: auto; padding: 1.5rem clamp(1.5rem, 5vw, 3rem); background: var(--paper); overflow-y: auto; box-shadow: var(--shadow); }
.mobile-menu-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
.mobile-menu-top .eyebrow { margin: 0; }
.menu-close { width: 2.6rem; height: 2.6rem; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); font-size: 1.7rem; line-height: 1; }
.mobile-menu nav { display: grid; padding: 1.5rem 0; }
.mobile-menu nav a { padding: .65rem 0; font-family: var(--font-display); font-size: clamp(1.5rem, 5vw, 2rem); line-height: 1.15; text-decoration: none; }
.mobile-menu nav a:hover { color: var(--terracotta); }
.mobile-menu-panel > p { padding-top: 1.4rem; border-top: 1px solid var(--line); font-size: .9rem; }

/* Home */
.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; width: 36rem; height: 36rem; left: -18rem; top: -20rem; border: 1px solid rgba(184,85,56,.3); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(22rem, .75fr); min-height: calc(100vh - 5.25rem); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(5rem, 8vw, 8rem) clamp(2rem, 6vw, 6rem) clamp(5rem, 8vw, 8rem) max(1.5rem, calc((100vw - 1180px) / 2)); }
.hero h1 { max-width: 11ch; margin-bottom: 1.5rem; }
.hero h1 em { color: var(--terracotta); font-weight: 400; }
.hero-copy > p { max-width: 42rem; font-size: clamp(1.08rem, 1.7vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 1.7rem; }
.hero-visual { position: relative; min-height: 40rem; background: var(--cream-deep); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; filter: saturate(.82) contrast(1.03); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 68%, rgba(27,27,23,.32)); }
.hero-note { position: absolute; z-index: 2; right: 1.5rem; bottom: 1.5rem; width: min(17rem, calc(100% - 3rem)); padding: 1rem 1.15rem; background: rgba(255,250,242,.94); box-shadow: var(--shadow); }
.hero-note span { display: block; color: var(--terracotta-dark); font-size: .67rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.hero-note strong { font-family: var(--font-display); font-size: 1.25rem; font-weight: 500; }
.proof-strip { border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-item { padding: 2rem clamp(1rem, 3vw, 2.5rem); border-right: 1px solid var(--line); }
.proof-item:first-child { padding-left: 0; }
.proof-item:last-child { border-right: 0; }
.proof-item strong { display: block; font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 500; line-height: 1; }
.proof-item span { display: block; margin-top: .55rem; color: var(--ink-soft); font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }
.section-heading { display: grid; grid-template-columns: .55fr 1.45fr; gap: 3rem; align-items: start; margin-bottom: clamp(3rem, 6vw, 5rem); }
.section-heading h2 { max-width: 14ch; margin-bottom: 0; }
.section-heading .lede { margin-top: .5rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 26rem; padding: clamp(1.6rem, 3vw, 2.5rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; transition: background .25s ease, color .25s ease; }
.service-card:hover { background: var(--ink); color: var(--paper); }
.service-card:hover p { color: rgba(255,250,242,.7); }
.service-card-number { display: block; margin-bottom: clamp(5rem, 10vw, 8rem); color: var(--terracotta); font-size: .73rem; font-weight: 700; letter-spacing: .15em; }
.service-card h3 { margin-bottom: 1rem; }
.service-card-arrow { display: inline-block; margin-top: 1.2rem; color: var(--terracotta); font-size: 1.4rem; }
.image-text-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.image-panel { min-height: 42rem; }
.image-panel img { width: 100%; height: 100%; object-fit: cover; }
.text-panel { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 8vw, 7rem); }
.text-panel h2 { max-width: 11ch; }
.text-panel p { max-width: 38rem; }
.capability-band { overflow: hidden; padding: 1.25rem 0; background: var(--terracotta); color: var(--white); }
.capability-band div { display: flex; justify-content: center; flex-wrap: wrap; gap: .6rem 1.3rem; width: min(1200px, calc(100% - 2rem)); margin: auto; font-family: var(--font-display); font-size: clamp(1.1rem, 2vw, 1.5rem); }
.capability-band span:not(:last-child)::after { content: "•"; margin-left: 1.3rem; color: rgba(255,255,255,.55); }

/* Interior pages */
.page-hero { padding: clamp(5rem, 10vw, 9rem) 0 clamp(4rem, 8vw, 7rem); border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: 3rem; }
.page-hero h1 { max-width: 13ch; margin-bottom: 1.5rem; font-size: clamp(3.4rem, 7vw, 6.7rem); }
.page-hero .lede { margin-bottom: 0; }
.page-hero-dark { background: var(--ink); color: var(--paper); }
.page-hero-dark p { color: rgba(255,250,242,.72); }
.intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.intro-grid h2 { position: sticky; top: 8rem; }
.rich-copy { max-width: 48rem; }
.rich-copy p { font-size: clamp(1.05rem, 1.6vw, 1.22rem); }
.rich-copy p:first-child { font-family: var(--font-display); font-size: clamp(1.6rem, 3vw, 2.35rem); line-height: 1.3; letter-spacing: -.02em; }
.principle-grid, .detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.principle, .detail-card { padding: clamp(1.5rem, 3vw, 2.3rem); background: var(--paper); border: 1px solid var(--line); }
.principle span, .detail-card > span { display: block; margin-bottom: 2.5rem; color: var(--terracotta); font-size: .7rem; font-weight: 700; letter-spacing: .15em; }
.principle h3, .detail-card h3 { margin-bottom: .8rem; }
.process-list { counter-reset: process; border-top: 1px solid rgba(255,255,255,.22); }
.process-item { counter-increment: process; display: grid; grid-template-columns: .25fr .75fr 1fr; gap: 2rem; padding: 2.1rem 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.process-item::before { content: "0" counter(process); color: var(--gold); font-size: .75rem; font-weight: 700; letter-spacing: .13em; }
.process-item h3 { margin: 0; }
.process-item p { margin: 0; }
.sector-list { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2rem; }
.sector-list span { padding: .65rem .9rem; border: 1px solid var(--line); border-radius: 999px; font-size: .77rem; font-weight: 600; }
.feature-image { width: 100%; max-height: 44rem; object-fit: cover; }
.feature-image-chef { object-position: center 35%; }
.quote-block { max-width: 56rem; margin: 0 auto; text-align: center; }
.quote-block blockquote { margin: 0; font-family: var(--font-display); font-size: clamp(2rem, 5vw, 4.25rem); line-height: 1.15; letter-spacing: -.03em; }
.quote-block p { margin-top: 1.5rem; }
.split-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.split-card { min-height: 27rem; padding: clamp(2rem, 5vw, 4rem); background: var(--cream); }
.split-card:nth-child(2) { background: var(--sage); color: var(--white); }
.split-card:nth-child(2) p { color: rgba(255,255,255,.78); }
.split-card ul { padding-left: 1.1rem; color: var(--ink-soft); }
.split-card:nth-child(2) ul { color: rgba(255,255,255,.78); }
.split-card li { margin: .55rem 0; }
.media-frame { position: relative; }
.media-frame::before { content: ""; position: absolute; inset: 1rem -1rem -1rem 1rem; border: 1px solid var(--terracotta); z-index: 0; }
.media-frame img { position: relative; z-index: 1; width: 100%; min-height: 32rem; object-fit: cover; }

/* Press */
.press-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.press-card { display: flex; flex-direction: column; min-height: 18rem; padding: clamp(1.5rem, 3vw, 2.4rem); border: 1px solid var(--line); text-decoration: none; transition: background .2s ease, color .2s ease; }
.press-card:hover { background: var(--ink); color: var(--paper); }
.press-card:hover p { color: rgba(255,250,242,.68); }
.press-card-meta { margin-bottom: auto; color: var(--terracotta); font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.press-card h3 { margin: 3rem 0 1rem; }
.press-card p { margin-bottom: 0; }
.video-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.video-link { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 6rem; padding: 1.2rem; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.18); color: var(--paper); text-decoration: none; }
.video-link:hover { background: var(--terracotta); }
.video-link span:last-child { font-size: 1.3rem; }

/* Contact and native Faster form */
.contact-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.contact-aside { position: sticky; top: 8rem; }
.contact-aside h2 { max-width: 9ch; }
.contact-aside a { overflow-wrap: anywhere; color: var(--terracotta-dark); }
.native-form { padding: clamp(1.5rem, 4vw, 3rem); background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.15rem; }
.form-field { min-width: 0; }
.form-field-wide, .form-field[data-field="message"], .form-field[data-field="organization"], .form-field[data-field="location"], .form-field[data-field="timeline"] { grid-column: 1 / -1; }
.form-field label { display: block; margin-bottom: .4rem; color: var(--ink); font-size: .72rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.form-field input, .form-field select, .form-field textarea {
  width: 100%;
  min-height: 3.2rem;
  padding: .78rem .9rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--ink);
  outline: 0;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.form-field textarea { resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--terracotta); box-shadow: 0 0 0 3px rgba(184,85,56,.12); }
.form-error { min-height: 1rem; margin: .3rem 0 0; color: #9d2f21; font-size: .76rem; }
.form-error-global { margin: 1rem 0; }
.form-success { margin: 1rem 0; padding: 1rem; background: var(--sage-light); color: #28422d; }
.form-captcha { margin-top: 1rem; }
.form-submit { margin-top: 1.2rem; }
.faster-form__honeypot { position: absolute !important; left: -9999px !important; }
.contact-note { margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); font-size: .84rem; }

/* Footer */
.site-footer { background: var(--ink); color: var(--paper); }
.footer-lead { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; padding: clamp(4rem, 8vw, 7rem) 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.footer-lead h2 { max-width: 14ch; margin-bottom: 0; font-size: clamp(2.5rem, 5vw, 4.8rem); }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 2rem; padding: 3.5rem 0; }
.footer-grid h3 { margin-bottom: 1rem; color: var(--gold); font-family: var(--font-sans); font-size: .68rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid a { display: block; margin: .5rem 0; color: rgba(255,250,242,.72); font-size: .86rem; text-decoration: none; overflow-wrap: anywhere; }
.footer-grid a:hover { color: var(--paper); }
.brand-mark-light { background: var(--paper); color: var(--ink); }
.footer-brand p { max-width: 14rem; margin-top: 1rem; color: rgba(255,250,242,.7); }
.footer-base { display: flex; justify-content: space-between; gap: 1rem; padding: 1.3rem 0; border-top: 1px solid rgba(255,255,255,.18); }
.footer-base p { margin: 0; color: rgba(255,250,242,.5); font-size: .72rem; }

/* Reveal enhancement; content remains visible without JavaScript. */
@media (prefers-reduced-motion: no-preference) {
  [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
  [data-reveal].is-visible { opacity: 1; transform: none; }
}

@media (max-width: 1080px) {
  .desktop-nav { gap: .8rem; }
  .desktop-nav a { font-size: .68rem; }
  .header-cta { display: none; }
}

@media (max-width: 860px) {
  .shell { width: min(100% - 2rem, 44rem); }
  .desktop-nav { display: none; }
  .menu-button { display: block; margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { min-height: 42rem; padding: 5rem max(1rem, calc((100vw - 44rem) / 2)); }
  .hero-visual { min-height: 38rem; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-item, .proof-item:first-child { padding: 1.4rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-item:last-child { border-bottom: 0; }
  .section-heading, .page-hero-grid, .intro-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .intro-grid h2 { position: static; }
  .service-grid, .principle-grid, .detail-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-card-number { margin-bottom: 3rem; }
  .image-text-grid { grid-template-columns: 1fr; }
  .image-panel { min-height: 32rem; }
  .text-panel { padding: 4rem max(1rem, calc((100vw - 44rem) / 2)); }
  .process-item { grid-template-columns: .2fr .8fr; }
  .process-item p { grid-column: 2; }
  .split-cards, .press-grid, .contact-grid { grid-template-columns: 1fr; }
  .contact-aside { position: static; }
  .video-list { grid-template-columns: 1fr 1fr; }
  .footer-lead { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1.4fr 1fr; }
}

@media (max-width: 560px) {
  h1 { font-size: clamp(3.05rem, 16vw, 4.5rem); }
  .header-inner { min-height: 4.6rem; }
  .brand-copy strong { font-size: 1rem; }
  .brand-copy small { font-size: .5rem; }
  .brand-mark { width: 2.35rem; }
  .hero-copy { min-height: 36rem; padding-top: 4rem; padding-bottom: 4rem; }
  .hero-visual { min-height: 30rem; }
  .hero-note { left: 1rem; right: 1rem; bottom: 1rem; width: auto; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .capability-band div { justify-content: flex-start; }
  .process-item { gap: 1rem; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field { grid-column: 1 / -1; }
  .video-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-base { flex-direction: column; }
}
