@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&family=Roboto:wght@300;400;500&display=swap");

:root {
  --ink: #231713;
  --ink-soft: #3a2520;
  --coral: #fd8d73;
  --brick: #9c4736;
  --blush: #ffb9ab;
  --rose: #e2a39a;
  --cream: #f7f0e8;
  --paper: #fffaf5;
  --line: rgba(35, 23, 19, 0.16);
  --sans: "Roboto", Arial, sans-serif;
  --display: "Montserrat", Arial, sans-serif;
  --gutter: clamp(1.25rem, 4vw, 4.5rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-weight: 300; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.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; z-index: 100; top: 1rem; left: 1rem; transform: translateY(-150%); background: var(--cream); padding: .8rem 1rem; }
.skip-link:focus { transform: translateY(0); }
.progress { position: fixed; z-index: 99; top: 0; left: 0; width: 100%; height: 2px; }
.progress span { display: block; width: 0; height: 100%; background: var(--coral); }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; height: 108px; padding: 0 var(--gutter); display: flex; align-items: center; justify-content: space-between; color: var(--cream); border-bottom: 1px solid rgba(255,255,255,.14); }
.wordmark { display: flex; align-items: center; text-decoration: none; }
.brand-lockup { width: clamp(76px, 7vw, 92px); height: auto; }
.site-nav { display: flex; align-items: center; gap: clamp(1.4rem, 3vw, 3.25rem); }
.site-nav a { position: relative; text-decoration: none; font: 500 .68rem/1 var(--display); letter-spacing: .14em; text-transform: uppercase; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -.55rem; width: 0; height: 1px; background: var(--coral); transition: width .25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { width: 100%; }
.nav-cta { border: 1px solid rgba(255,255,255,.4); padding: .85rem 1.1rem; transition: background .25s ease, color .25s ease; }
.nav-cta:hover { background: var(--cream); color: var(--ink); }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 760px; height: min(900px, 100vh); overflow: hidden; padding: 108px var(--gutter) 0; color: var(--cream); background: radial-gradient(circle at 74% 48%, #4c2c25 0, var(--ink-soft) 22%, var(--ink) 57%, #190f0d 100%); }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .16; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.23'/%3E%3C/svg%3E"); }
.hero-copy { position: relative; z-index: 3; display: flex; height: calc(100% - 50px); max-width: 740px; flex-direction: column; justify-content: center; }
.eyebrow { display: flex; align-items: center; gap: .9rem; margin: 0 0 2.1rem; color: var(--blush); font: 500 .68rem/1 var(--display); letter-spacing: .2em; text-transform: uppercase; }
.eyebrow span { width: 42px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 1.8rem; font: 500 clamp(3.5rem, 7.4vw, 7.4rem)/.92 var(--display); letter-spacing: -.065em; }
h1 em { color: var(--coral); font-family: Georgia, serif; font-weight: 400; }
.hero-lede { max-width: 540px; margin-bottom: 2.4rem; color: rgba(255,250,245,.76); font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 2rem; }
.button { display: inline-flex; min-height: 52px; padding: 0 1.3rem; align-items: center; justify-content: space-between; gap: 2.4rem; border: 0; text-decoration: none; cursor: pointer; font: 600 .68rem/1 var(--display); letter-spacing: .13em; text-transform: uppercase; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--coral); }
.button-primary:hover { background: var(--blush); }
.text-link { display: inline-flex; gap: 1rem; align-items: center; color: rgba(255,250,245,.8); text-decoration: none; font-size: .85rem; }
.text-link span { color: var(--coral); }
.hero-mark { position: absolute; z-index: 2; top: 50%; right: clamp(1.5rem, 4vw, 5rem); width: clamp(320px, 34vw, 520px); transform: translateY(-46%); }
.hero-mark img { position: relative; z-index: 2; width: 100%; height: auto; filter: saturate(.9) contrast(1.05); }
.scroll-cue { position: absolute; z-index: 3; right: var(--gutter); bottom: 2rem; display: flex; align-items: center; gap: 1rem; color: rgba(255,255,255,.5); text-decoration: none; font: 500 .55rem/1 var(--display); letter-spacing: .2em; text-transform: uppercase; }
.scroll-cue i { display: block; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.scroll-cue i::after { content: "↓"; display: grid; height: 100%; place-items: center; color: var(--coral); font-style: normal; }

.section { padding: clamp(5rem, 10vw, 9rem) var(--gutter); }
.section-kicker { display: flex; gap: 1rem; align-items: center; color: var(--brick); font: 600 .62rem/1 var(--display); letter-spacing: .2em; text-transform: uppercase; }
.section-kicker span { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: .52rem; letter-spacing: 0; }
.section-kicker.light { color: var(--coral); }
.manifesto { background: var(--cream); }
.manifesto-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: clamp(3rem, 8vw, 9rem); margin-top: 3.7rem; }
.manifesto h2, .process h2 { margin-bottom: 0; font: 500 clamp(2.8rem, 5.3vw, 5.5rem)/1.02 var(--display); letter-spacing: -.055em; }
.manifesto-copy { padding-top: .8rem; }
.manifesto-copy p { color: #6b5149; font-size: 1rem; line-height: 1.75; }
.manifesto-copy .lead { color: var(--ink); font-family: Georgia, serif; font-size: 1.45rem; line-height: 1.55; }
.signature-line { display: flex; align-items: center; gap: .8rem; margin-top: 2.5rem; color: var(--brick); font: 600 .6rem/1 var(--display); letter-spacing: .18em; text-transform: uppercase; }
.signature-line span { width: 36px; height: 1px; background: currentColor; }

.services { display: grid; grid-template-columns: .78fr 1.72fr; gap: clamp(3rem, 6vw, 7rem); color: var(--cream); background: var(--ink); }
.section-heading h2 { margin: 3rem 0 1.5rem; font: 500 clamp(2.8rem, 4.6vw, 5rem)/1.02 var(--display); letter-spacing: -.055em; }
.section-heading > p { max-width: 350px; color: rgba(255,250,245,.58); line-height: 1.7; }
.service-list { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid rgba(255,255,255,.13); }
.service-card { position: relative; min-height: 480px; padding: 1.4rem clamp(1.2rem, 2vw, 2rem) 1.8rem; border-right: 1px solid rgba(255,255,255,.13); display: flex; flex-direction: column; transition: background .35s ease, transform .35s ease; }
.service-card:hover { background: rgba(253,141,115,.08); transform: translateY(-8px); }
.service-number { color: rgba(255,255,255,.36); font: 500 .58rem/1 var(--display); letter-spacing: .16em; }
.service-icon { position: relative; width: 72px; height: 72px; margin: 4.3rem 0 2.6rem; }
.service-icon::before, .service-icon::after, .service-icon i { content: ""; position: absolute; border: 1px solid var(--coral); border-radius: 50%; }
.service-icon::before { inset: 7px 23px 29px 11px; transform: rotate(35deg); border-radius: 80% 20% 80% 20%; }
.service-icon::after { inset: 28px 8px 7px 25px; transform: rotate(-25deg); border-radius: 20% 80% 20% 80%; }
.service-icon i:first-child { width: 1px; height: 62px; border: 0; border-left: 1px solid var(--coral); left: 35px; top: 8px; transform: rotate(14deg); }
.service-icon-grid::before, .service-icon-grid::after { inset: 8px 8px 35px 35px; border-radius: 0; }
.service-icon-grid::after { inset: 35px 35px 8px 8px; }
.service-icon-grid i:first-child { width: 26px; height: 26px; left: 9px; top: 8px; border: 1px solid var(--coral); transform: none; }
.service-icon-grid i:last-child { inset: 35px 8px 8px 35px; border-radius: 0; }
.service-icon-people::before { width: 22px; height: 22px; inset: 7px auto auto 10px; border-radius: 50%; transform: none; }
.service-icon-people::after { width: 22px; height: 22px; inset: 7px 10px auto auto; border-radius: 50%; transform: none; }
.service-icon-people i:first-child { inset: 34px auto auto 4px; width: 32px; height: 27px; border: 1px solid var(--coral); border-radius: 50% 50% 0 0; transform: none; }
.service-icon-people i:last-child { inset: 34px 4px auto auto; width: 32px; height: 27px; border-radius: 50% 50% 0 0; }
.service-card h3 { font: 500 clamp(1.35rem, 1.8vw, 1.8rem)/1.12 var(--display); letter-spacing: -.035em; }
.service-card p { color: rgba(255,250,245,.58); font-size: .9rem; line-height: 1.65; }
.service-tags { margin-top: auto; color: var(--coral); font: 500 .5rem/1 var(--display); letter-spacing: .12em; }

.principle { position: relative; min-height: 610px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; align-items: center; overflow: hidden; background: var(--blush); }
.principle::after { content: "&"; position: absolute; right: -2vw; bottom: -15vw; color: rgba(156,71,54,.08); font: 400 38vw/1 Georgia, serif; }
.principle-art { position: relative; height: 330px; }
.rose-line { position: absolute; left: 30%; top: 4%; width: 120px; height: 290px; border-left: 2px solid var(--brick); transform: rotate(8deg); }
.rose-line span, .rose-line i, .rose-line b { position: absolute; display: block; border: 2px solid var(--brick); }
.rose-line span { width: 90px; height: 100px; left: -45px; top: -5px; border-radius: 50% 50% 45% 45%; transform: rotate(-35deg); }
.rose-line i { width: 70px; height: 42px; left: 0; top: 130px; border-radius: 100% 0; transform: rotate(-20deg); }
.rose-line b { width: 74px; height: 45px; left: -73px; top: 190px; border-radius: 0 100%; transform: rotate(20deg); }
.grain-line { position: absolute; left: 65%; top: 40px; height: 270px; border-left: 2px solid var(--brick); transform: rotate(-8deg); }
.grain-line span { position: absolute; width: 34px; height: 55px; border: 2px solid var(--brick); border-radius: 100% 0; }
.grain-line span:nth-child(1) { left: 0; top: 20px; }.grain-line span:nth-child(2) { left: -34px; top: 68px; transform: scaleX(-1); }.grain-line span:nth-child(3) { left: 0; top: 115px; }.grain-line span:nth-child(4) { left: -34px; top: 162px; transform: scaleX(-1); }
blockquote { position: relative; z-index: 2; margin: 0; }
blockquote p { max-width: 720px; margin: 0; font: 400 clamp(2.5rem, 4.4vw, 5rem)/1.13 Georgia, serif; letter-spacing: -.04em; }
.quote-mark { display: block; height: 50px; color: var(--brick); font: 400 6rem/1 Georgia, serif; }

.process { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(4rem, 9vw, 10rem); background: var(--paper); }
.process-intro > p { max-width: 390px; margin-top: 2rem; color: #72594f; line-height: 1.7; }
.process-intro h2 { margin-top: 3rem; }
.process-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-steps li { display: grid; grid-template-columns: 60px 1fr; gap: 1.4rem; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.process-steps > li > span { color: var(--brick); font: 600 .6rem/1 var(--display); letter-spacing: .1em; }
.process-steps h3 { margin: 0 0 .55rem; font: 600 1.1rem/1.2 var(--display); }
.process-steps p { max-width: 440px; margin: 0; color: #72594f; font-size: .95rem; line-height: 1.6; }

.contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(4rem, 8vw, 9rem); color: var(--cream); background: var(--brick); }
.contact h2 { margin: 3rem 0 1.5rem; font: 500 clamp(3rem, 5vw, 5.3rem)/.98 var(--display); letter-spacing: -.06em; }
.contact-copy > p { max-width: 500px; color: rgba(255,250,245,.72); line-height: 1.7; }
.contact-form { padding-top: 3.7rem; }
.contact-form .form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.contact-form label { display: block; margin-bottom: 2.1rem; color: rgba(255,250,245,.85); font: 600 .58rem/1 var(--display); letter-spacing: .12em; }
.contact-form label span { color: var(--coral); }
.contact-form label small { float: right; color: rgba(255,250,245,.45); font-size: .5rem; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: .8rem; padding: .65rem 0; resize: vertical; border: 0; border-bottom: 1px solid rgba(255,255,255,.35); border-radius: 0; outline: 0; color: var(--cream); background: transparent; font: 300 1rem/1.5 var(--sans); }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--coral); }
.contact-form [aria-invalid="true"] { border-color: var(--blush); }
.turnstile-field { min-height: 65px; margin: -.35rem 0 1.8rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.form-footer { display: flex; align-items: center; gap: 1.4rem; }
.button-light { min-width: 230px; color: var(--brick); background: var(--cream); }
.button-light:hover { color: var(--ink); background: var(--blush); }
.form-status { margin: 0; color: var(--cream); font-size: .82rem; line-height: 1.45; }

.site-footer { position: relative; overflow: hidden; padding: clamp(4.5rem, 8vw, 7.5rem) var(--gutter) 2rem; color: var(--cream); background: var(--ink); }
.site-footer::before { content: "&"; position: absolute; right: -1.5rem; top: -8rem; color: rgba(253,141,115,.05); font: 400 clamp(24rem, 38vw, 42rem)/1 Georgia, serif; pointer-events: none; }
.footer-callout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(280px, .8fr) minmax(420px, 1.2fr); gap: clamp(4rem, 10vw, 10rem); align-items: end; padding-bottom: clamp(4rem, 8vw, 7rem); }
.footer-brand { align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; gap: 4rem; }
.footer-mark { width: clamp(94px, 9vw, 126px); }
.footer-mark img { width: 100%; height: auto; }
.footer-brand > p { margin: 0; color: rgba(255,250,245,.58); font-family: Georgia, serif; font-size: clamp(1.05rem, 1.5vw, 1.35rem); line-height: 1.45; }
.footer-invitation { max-width: 700px; }
.footer-eyebrow { display: flex; align-items: center; gap: .9rem; margin-bottom: 1.7rem; color: var(--coral); font: 600 .58rem/1 var(--display); letter-spacing: .2em; text-transform: uppercase; }
.footer-eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; }
.footer-invitation > p { margin-bottom: 2rem; font: 500 clamp(2.5rem, 5vw, 5.2rem)/1.02 var(--display); letter-spacing: -.055em; text-wrap: balance; }
.footer-contact { display: inline-flex; align-items: center; gap: 1.2rem; padding-bottom: .55rem; border-bottom: 1px solid var(--coral); color: var(--blush); text-decoration: none; font: 500 clamp(1rem, 1.4vw, 1.25rem)/1 var(--display); transition: gap .25s ease, color .25s ease; }
.footer-contact:hover, .footer-contact:focus-visible { gap: 1.7rem; color: var(--cream); }
.footer-lower { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(210px, 1.4fr) 1fr 1fr auto; gap: 2rem; align-items: end; padding-top: 1.7rem; border-top: 1px solid rgba(255,255,255,.14); }
.footer-lower p { margin: 0; }
.footer-credit { display: flex; flex-direction: column; gap: .45rem; }
.footer-credit span, .footer-legal, .footer-nav, .back-to-top { color: rgba(255,250,245,.42); font: 500 .55rem/1.5 var(--display); letter-spacing: .12em; text-transform: uppercase; }
.footer-credit a { display: inline-flex; width: fit-content; align-items: center; gap: .65rem; text-decoration: none; }
.footer-credit strong { color: var(--cream); font: 600 .68rem/1.4 var(--display); letter-spacing: .08em; text-transform: uppercase; transition: color .2s ease; }
.footer-credit a > span { color: var(--coral); font-size: .75rem; transition: transform .2s ease; }
.footer-credit a:hover strong, .footer-credit a:focus-visible strong { color: var(--blush); }
.footer-credit a:hover > span, .footer-credit a:focus-visible > span { transform: translate(2px, -2px); }
.footer-nav { display: flex; gap: 1.5rem; }
.footer-nav a, .back-to-top { text-decoration: none; transition: color .2s ease; }
.footer-nav a:hover, .footer-nav a:focus-visible, .back-to-top:hover, .back-to-top:focus-visible { color: var(--coral); }
.back-to-top { white-space: nowrap; }
.back-to-top span { color: var(--coral); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.22,.8,.26,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 1050px) {
  .hero-mark { right: 1rem; width: min(44vw, 450px); opacity: .5; }
  .hero-copy { max-width: 620px; }
  .services { grid-template-columns: 1fr; }
  .section-heading { max-width: 600px; }
  .service-card { min-height: 420px; }
  .manifesto-grid, .process, .contact { gap: 4rem; }
}

@media (max-width: 760px) {
  .site-header { height: 88px; }
  .site-header > .wordmark { position: relative; z-index: 3; }
  .menu-toggle { position: relative; z-index: 3; display: grid; width: 44px; height: 44px; padding: 12px; border: 1px solid rgba(255,250,245,.62); color: var(--cream); background: rgba(255,250,245,.04); }
  .menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 1px; background: currentColor; transition: transform .25s ease, opacity .25s ease; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: flex; padding: 8rem var(--gutter) 3rem; align-items: flex-start; flex-direction: column; background: var(--ink); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s ease; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .site-nav a { font-size: 1.2rem; }
  .nav-cta { margin-top: 1rem; font-size: .68rem !important; }
  .hero { min-height: 720px; height: 100svh; padding-top: 88px; }
  .hero-copy { height: calc(100% - 30px); justify-content: center; }
  h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .hero-lede { max-width: 90%; }
  .hero-mark { width: 300px; right: 0; top: 70%; opacity: .2; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.4rem; }
  .scroll-cue span { display: none; }
  .manifesto-grid, .principle, .process, .contact { grid-template-columns: 1fr; }
  .manifesto-grid { gap: 2.6rem; }
  .service-list { grid-template-columns: 1fr; border-top: 1px solid rgba(255,255,255,.13); border-left: 0; }
  .service-card { min-height: 350px; border-bottom: 1px solid rgba(255,255,255,.13); border-right: 0; }
  .service-icon { margin: 2.6rem 0 1.6rem; }
  .principle { gap: 2rem; }
  .principle-art { height: 250px; transform: scale(.8); transform-origin: left center; }
  .process { gap: 3rem; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-footer { align-items: flex-start; flex-direction: column; }
  .footer-callout { grid-template-columns: 1fr; gap: 4rem; }
  .footer-brand { gap: 2.5rem; }
  .footer-mark { width: 104px; }
  .footer-lower { grid-template-columns: 1fr auto; align-items: start; }
  .footer-nav { grid-column: 1 / -1; grid-row: 1; flex-wrap: wrap; }
  .footer-credit { grid-column: 1 / -1; }
  .footer-legal { align-self: center; }
}

@media (max-width: 460px) {
  .footer-invitation > p { font-size: 2.35rem; }
  .footer-lower { grid-template-columns: 1fr; }
  .footer-nav, .footer-credit { grid-column: auto; }
  .footer-nav { grid-row: auto; gap: 1.25rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
