:root {
  --paper: #f5f0e8;
  --paper-2: #ece3d4;
  --ink: #181818;
  --soft-ink: #5b5751;
  --blue: #2454ff;
  --red: #ef5a42;
  --acid: #d9ec63;
  --wine: #6d1d43;
  --white: #fffdf8;
  --line: rgba(24, 24, 24, .16);
  --radius: 28px;
  --shadow: 0 24px 80px rgba(41, 31, 24, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DM Sans", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.page-shell { overflow: hidden; }

.site-header {
  max-width: 1360px;
  margin: 0 auto;
  padding: 26px 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  position: relative;
  z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; letter-spacing: .08em; }
.brand-mark {
  width: 36px; height: 36px; display: inline-grid; place-items: center;
  background: var(--ink); color: var(--paper); border-radius: 50%;
  font-family: "Playfair Display", serif; font-size: 21px; font-style: italic;
}
.brand-type { font-size: 13px; }
.nav-links { display: flex; gap: 30px; align-items: center; font-size: 14px; }
.nav-links > a:not(.button) { position: relative; }
.nav-links > a:not(.button)::after { content:""; position:absolute; left:0; right:100%; bottom:-5px; height:1px; background:var(--ink); transition:.25s ease; }
.nav-links > a:not(.button):hover::after { right:0; }
.menu-toggle { display:none; border:0; background:transparent; font-weight:600; cursor:pointer; }

.button {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--blue); color: white; padding: 15px 22px;
  border-radius: 999px; font-weight: 700; border: 0; cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
  box-shadow: 0 8px 24px rgba(36,84,255,.16);
}
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(36,84,255,.22); }
.button-small { padding: 11px 17px; }
.button-light { background: var(--white); color: var(--ink); box-shadow:none; }
.text-link { font-weight: 700; display:inline-flex; gap:8px; align-items:center; }
.text-link span { color: var(--red); font-size: 20px; }

.hero {
  max-width: 1360px;
  margin: 0 auto;
  padding: 72px 34px 96px;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 70px;
  align-items: center;
  min-height: 760px;
}
.eyebrow { text-transform: uppercase; letter-spacing: .16em; font-weight: 700; font-size: 12px; margin: 0 0 20px; }
.hero h1, .section h2, .manifesto h2, .contact-section h2, .statement h2 {
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: -.035em;
}
.hero h1 { font-size: clamp(54px, 7vw, 98px); line-height: .94; margin: 0; max-width: 880px; }
.hero h1 em, .statement h2 em { color: var(--red); font-weight: 600; }
.hero-lede { max-width: 670px; font-size: 20px; color: var(--soft-ink); margin: 30px 0; }
.hero-actions { display:flex; gap:24px; align-items:center; flex-wrap:wrap; }

.hero-art { position: relative; min-height: 560px; }
.art-frame { position:absolute; border-radius: var(--radius); overflow:hidden; box-shadow: var(--shadow); }
.frame-a { width: 64%; height: 76%; right: 0; top: 0; background: var(--wine); color:white; padding:30px; }
.frame-a p { position:absolute; left:30px; bottom:26px; font-family:"Playfair Display",serif; font-size:clamp(27px,3vw,46px); line-height:1; margin:0; }
.art-number { font-weight:700; letter-spacing:.12em; opacity:.72; }
.arch { position:absolute; width:66%; height:66%; right:-4%; top:12%; background:var(--red); border-radius:999px 999px 20px 20px; }
.frame-b { width: 55%; height: 52%; left: 0; bottom: 0; background: var(--acid); transform: rotate(-4deg); }
.circle { position:absolute; width:46%; aspect-ratio:1; border-radius:50%; background:var(--blue); left:12%; top:18%; }
.scribble { position:absolute; right:12%; bottom:7%; font-family:"Playfair Display",serif; font-size:72px; font-style:italic; transform:rotate(7deg); }
.frame-c { width: 49%; height: 23%; left: 4%; top: 8%; background: var(--white); padding:24px; transform:rotate(3deg); display:flex; flex-direction:column; justify-content:center; }
.frame-c span { font-size:11px; letter-spacing:.2em; }
.frame-c strong { font-family:"Playfair Display",serif; font-size:34px; font-style:italic; }

.band { background: var(--ink); color: var(--paper); }
.manifesto { padding: 82px max(34px, calc((100vw - 1292px)/2)); }
.manifesto-grid { display:grid; grid-template-columns:1.1fr .9fr; gap:90px; align-items:start; }
.manifesto h2 { font-size:clamp(38px,5vw,72px); line-height:1; margin:0; }
.manifesto-grid div { font-size:18px; color:#d7d0c7; }
.manifesto-grid strong { color: var(--acid); }

.section { max-width:1360px; margin:0 auto; padding:110px 34px; }
.section-heading { max-width:850px; margin-bottom:56px; }
.section-heading h2, .about-copy h2, .contact-copy h2 { font-size:clamp(40px,5vw,70px); line-height:1.02; margin:0; }
.service-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.service-card { min-height:390px; border:1px solid var(--line); border-radius:24px; padding:28px; display:flex; flex-direction:column; background:rgba(255,255,255,.22); }
.service-card:nth-child(2) { background:#f9d8cc; transform:translateY(28px); }
.service-card:nth-child(3) { background:#d9e1ff; }
.service-card:nth-child(4) { background:#e4ef9b; transform:translateY(28px); }
.service-index { font-size:12px; font-weight:700; letter-spacing:.16em; }
.service-card h3 { font-family:"Playfair Display",serif; font-size:42px; margin:34px 0 16px; }
.service-card p { color:#3f3b36; }
.tag { margin-top:auto; width:max-content; border:1px solid currentColor; border-radius:999px; padding:7px 10px; font-size:12px; font-weight:700; }

.audit-section { padding-top: 70px; }
.audit-panel { background:var(--blue); color:white; border-radius:36px; padding:52px; position:relative; overflow:hidden; }
.audit-panel::after { content:""; position:absolute; width:420px; height:420px; border:80px solid rgba(217,236,99,.92); border-radius:50%; right:-180px; bottom:-250px; }
.audit-topline { display:flex; justify-content:space-between; align-items:center; gap:20px; }
.founding-pill { background:var(--acid); color:var(--ink); border-radius:999px; padding:8px 12px; font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:.12em; }
.audit-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:80px; position:relative; z-index:2; }
.audit-grid h2 { font-family:"Playfair Display",serif; font-size:clamp(48px,6vw,78px); line-height:.96; margin:14px 0; }
.audit-price { font-size:52px; font-weight:700; margin:20px 0 12px; }
.muted { color:#dfe5ff; max-width:460px; }
.audit-list ul { list-style:none; padding:0; margin:12px 0 30px; display:grid; grid-template-columns:1fr 1fr; gap:16px 28px; }
.audit-list li { padding-bottom:12px; border-bottom:1px solid rgba(255,255,255,.28); }
.audit-note { position:relative; z-index:2; margin:40px 0 0; font-family:"Playfair Display",serif; font-style:italic; font-size:24px; }

.offer-list { border-top:1px solid var(--line); }
.offer-row { display:grid; grid-template-columns:1fr 1.3fr .55fr; gap:40px; padding:36px 0; border-bottom:1px solid var(--line); align-items:start; }
.offer-row > div { display:grid; grid-template-columns:36px 1fr; gap:10px; }
.offer-row span { font-size:12px; font-weight:700; }
.offer-row h3 { font-family:"Playfair Display",serif; font-size:30px; margin:0; }
.offer-row p { color:var(--soft-ink); margin:0; }
.offer-row strong { text-align:right; }

.about { display:grid; grid-template-columns:.82fr 1.18fr; gap:90px; align-items:center; }
.about-art { min-height:540px; background:var(--red); border-radius:32px; padding:38px; display:flex; flex-direction:column; justify-content:flex-end; position:relative; overflow:hidden; }
.about-art::before { content:""; position:absolute; width:330px; height:330px; border-radius:50%; background:var(--acid); right:-80px; top:-80px; }
.quote-mark { position:absolute; top:8px; left:24px; font-family:"Playfair Display",serif; font-size:160px; line-height:1; color:rgba(255,255,255,.9); }
.about-art p { position:relative; z-index:2; font-family:"Playfair Display",serif; font-size:clamp(34px,4vw,58px); line-height:1.02; margin:0; color:white; max-width:560px; }
.about-copy p:not(.eyebrow) { font-size:18px; color:var(--soft-ink); }
.credentials { display:flex; gap:8px; flex-wrap:wrap; margin-top:28px; }
.credentials span { border:1px solid var(--line); border-radius:999px; padding:9px 12px; font-size:13px; }

.statement { text-align:center; padding-top:80px; padding-bottom:150px; }
.statement > p { font-size:18px; font-weight:700; letter-spacing:.02em; }
.statement h2 { font-size:clamp(48px,7vw,100px); line-height:.95; margin:18px auto 0; max-width:1100px; }

.contact-section { max-width:none; background:var(--paper-2); padding-left:max(34px,calc((100vw - 1292px)/2)); padding-right:max(34px,calc((100vw - 1292px)/2)); display:grid; grid-template-columns:.9fr 1.1fr; gap:90px; }
.contact-copy p:last-child { color:var(--soft-ink); font-size:18px; max-width:500px; }
.contact-form { background:var(--white); border-radius:28px; padding:32px; box-shadow:var(--shadow); }
.field-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
label { display:block; font-size:13px; font-weight:700; margin-bottom:16px; }
input, textarea, select { width:100%; margin-top:8px; padding:14px 15px; border:1px solid var(--line); border-radius:12px; background:white; color:var(--ink); outline:none; transition:.2s ease; }
input:focus, textarea:focus, select:focus { border-color:var(--blue); box-shadow:0 0 0 3px rgba(36,84,255,.1); }
textarea { resize:vertical; }
.form-note { font-size:12px; color:var(--soft-ink); margin:14px 0 0; }
.hidden { position:absolute; left:-9999px; }

.site-footer { max-width:1360px; margin:0 auto; padding:42px 34px 60px; display:grid; grid-template-columns:1fr 1fr 1fr; align-items:center; border-top:1px solid var(--line); }
.site-footer > p { margin:0; text-align:center; }
.copyright { text-align:right!important; color:var(--soft-ink); font-size:13px; }

.reveal { opacity:0; transform:translateY(18px); transition:opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity:1; transform:translateY(0); }

@media (max-width: 980px) {
  .nav-links { position:absolute; top:78px; left:20px; right:20px; background:var(--white); border:1px solid var(--line); border-radius:18px; box-shadow:var(--shadow); padding:18px; flex-direction:column; align-items:stretch; display:none; }
  .nav-links.open { display:flex; }
  .menu-toggle { display:block; }
  .hero { grid-template-columns:1fr; padding-top:40px; }
  .hero-art { min-height:500px; max-width:680px; width:100%; }
  .manifesto-grid, .audit-grid, .about, .contact-section { grid-template-columns:1fr; gap:50px; }
  .service-grid { grid-template-columns:1fr 1fr; }
  .offer-row { grid-template-columns:1fr; gap:18px; }
  .offer-row strong { text-align:left; }
  .site-footer { grid-template-columns:1fr; gap:18px; text-align:center; }
  .copyright { text-align:center!important; }
  .footer-brand { justify-content:center; }
}

@media (max-width: 620px) {
  .site-header, .hero, .section { padding-left:20px; padding-right:20px; }
  .hero { padding-bottom:70px; min-height:auto; }
  .hero h1 { font-size:54px; }
  .hero-lede { font-size:17px; }
  .hero-art { min-height:390px; }
  .frame-a { width:72%; }
  .frame-b { width:60%; }
  .frame-c { width:64%; }
  .manifesto { padding-left:20px; padding-right:20px; }
  .service-grid { grid-template-columns:1fr; }
  .service-card:nth-child(2), .service-card:nth-child(4) { transform:none; }
  .audit-panel { padding:28px 22px; border-radius:26px; }
  .audit-topline { align-items:flex-start; flex-direction:column; }
  .audit-list ul { grid-template-columns:1fr; }
  .about-art { min-height:420px; }
  .field-row { grid-template-columns:1fr; gap:0; }
  .contact-section { padding-left:20px; padding-right:20px; }
  .site-footer { padding-left:20px; padding-right:20px; }
}

/* --- Multi-page launch additions --- */
.nav-links a.active:not(.button) { font-weight: 700; }
.nav-links a.active:not(.button)::after { right: 0; }
.page-hero { max-width:1360px; margin:0 auto; padding:100px 34px 90px; }
.page-hero h1 { font-family:"Playfair Display",Georgia,serif; font-size:clamp(58px,8vw,112px); line-height:.92; letter-spacing:-.045em; max-width:1100px; margin:0; }
.page-hero h1 em { color:var(--red); font-weight:600; }
.page-lede { max-width:760px; font-size:21px; color:var(--soft-ink); margin:28px 0 0; }
.hero-price { font-size:28px; font-weight:700; }
.audience { padding-top:85px; padding-bottom:55px; }
.pill-grid { display:flex; gap:10px; flex-wrap:wrap; }
.pill-grid span { border:1px solid var(--line); border-radius:999px; padding:12px 15px; background:rgba(255,255,255,.35); font-weight:600; }
.process-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.process-step { padding:28px; border-top:3px solid var(--ink); background:rgba(255,255,255,.25); min-height:260px; }
.process-step:nth-child(2){border-color:var(--red)} .process-step:nth-child(3){border-color:var(--blue)} .process-step:nth-child(4){border-color:var(--acid)}
.process-step span,.offer-number{font-size:12px;font-weight:700;letter-spacing:.14em}.process-step h3{font-family:"Playfair Display",serif;font-size:30px;margin:30px 0 12px}.process-step p{color:var(--soft-ink)}
.faq-list { border-top:1px solid var(--line); }
details { border-bottom:1px solid var(--line); padding:24px 0; }
summary { list-style:none; cursor:pointer; font-family:"Playfair Display",serif; font-size:25px; font-weight:600; padding-right:40px; position:relative; }
summary::-webkit-details-marker { display:none; }
summary::after { content:"+"; position:absolute; right:0; top:0; font-family:"DM Sans",sans-serif; font-size:28px; }
details[open] summary::after { content:"−"; }
details p { max-width:820px; color:var(--soft-ink); font-size:17px; }
.extended-footer { grid-template-columns:1.4fr .8fr .8fr; align-items:start; }
.footer-kicker { font-family:"Playfair Display",serif; font-style:italic; font-size:20px; margin:14px 0 0; }
.footer-links,.footer-legal { display:grid; gap:9px; font-size:13px; }
.footer-legal { text-align:right; }.footer-legal p{margin:6px 0 0;color:var(--soft-ink)}
.offer-detail-list { padding-top:40px; }
.offer-detail { display:grid; grid-template-columns:60px 1fr 230px; gap:36px; padding:46px 0; border-top:1px solid var(--line); align-items:start; }
.offer-detail:last-child { border-bottom:1px solid var(--line); }
.offer-detail h2 { font-size:clamp(38px,4vw,58px); margin:0 0 16px; }
.offer-detail p:not(.eyebrow) { max-width:760px; color:var(--soft-ink); font-size:17px; }
.price-card { background:var(--white); border:1px solid var(--line); border-radius:18px; padding:22px; display:grid; gap:4px; text-align:right; }
.price-card strong { font-size:26px; }.price-card span{font-size:12px;color:var(--soft-ink)}
.wide-band { max-width:none; }
.band-inner { max-width:1360px; margin:auto; padding:82px 34px; }
.topic-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:rgba(255,255,255,.18); border:1px solid rgba(255,255,255,.18); }
.topic-grid span { background:var(--ink); padding:22px; font-family:"Playfair Display",serif; font-size:22px; }
.choice-section { display:flex; align-items:end; justify-content:space-between; gap:40px; border-top:1px solid var(--line); }
.choice-section .section-heading { margin:0; }.choice-section .section-heading p:last-child{color:var(--soft-ink);font-size:17px;max-width:700px}
.split-copy { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:start; }
.split-copy .section-heading { margin:0; }.split-copy>div:last-child{font-size:19px;color:var(--soft-ink)}
.included-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.included-grid article { border:1px solid var(--line); border-radius:22px; padding:28px; min-height:230px; background:rgba(255,255,255,.2); }
.included-grid article:nth-child(2),.included-grid article:nth-child(5){background:#d9e1ff}.included-grid article:nth-child(3){background:#f9d8cc}.included-grid article:nth-child(6){background:#e4ef9b}
.included-grid h3 { font-family:"Playfair Display",serif; font-size:29px; margin:0 0 12px; }.included-grid p{color:#47423c}
.deliverable { padding-top:40px; }.deliverable-card { background:var(--wine); color:#fff; border-radius:32px; padding:50px; }
.deliverable-card h2 { font-size:clamp(44px,5vw,72px); margin:0 0 30px; }.deliverable-card ul{display:grid;grid-template-columns:1fr 1fr;gap:16px 28px;padding:0;list-style:none}.deliverable-card li{border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:12px}.small-note{font-size:12px;opacity:.8;margin-top:30px}
.fit-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }.fit-card{border-radius:28px;padding:38px;background:#f9d8cc}.fit-card.alt{background:#d9e1ff}.fit-card h2{font-size:clamp(38px,4vw,58px);margin:0 0 22px}.fit-card ul{padding-left:20px}.fit-card li{margin-bottom:10px}
.cta-panel { background:var(--blue); color:#fff; border-radius:32px; padding:48px; display:flex; justify-content:space-between; align-items:center; gap:40px; }.cta-panel h2{font-size:72px;margin:0}.cta-panel p{max-width:600px}
.founder-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:80px; align-items:center; }
.founder-art { min-height:560px; background:var(--acid); border-radius:32px; display:flex; align-items:flex-end; padding:32px; position:relative; overflow:hidden; }
.founder-art::before{content:"";position:absolute;width:360px;height:360px;border-radius:50%;background:var(--blue);right:-70px;top:-60px}.founder-art::after{content:"GB";position:absolute;right:30px;top:120px;color:#fff;font-family:"Playfair Display",serif;font-size:90px;font-style:italic;transform:rotate(8deg)}
.founder-art span{font-weight:700;font-size:52px;line-height:.92;position:relative;z-index:2}.founder-copy h2{font-size:clamp(50px,6vw,78px);margin:0 0 20px}.founder-copy p{font-size:18px;color:var(--soft-ink)}
.philosophy-band { max-width:none; }.philosophy-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px}.philosophy-grid blockquote{font-family:"Playfair Display",serif;font-size:clamp(38px,5vw,68px);line-height:1;margin:0;color:#fff}.philosophy-grid>div{font-size:18px;color:#d7d0c7}
.values { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }.value-card{border:1px solid var(--line);border-radius:24px;padding:28px;min-height:300px}.value-card:nth-child(2){background:#f9d8cc}.value-card:nth-child(3){background:#d9e1ff}.value-card h3{font-family:"Playfair Display",serif;font-size:34px}.value-card p{color:var(--soft-ink)}
.contact-page-grid { display:grid; grid-template-columns:.72fr 1.28fr; gap:70px; align-items:start; padding-top:40px; }.contact-aside ul{padding-left:20px;font-size:17px}.contact-aside li{margin-bottom:12px}.mini-note{margin-top:34px;border-left:4px solid var(--red);padding:10px 0 10px 18px}.mini-note p{color:var(--soft-ink)}
.legal-hero{padding-bottom:40px}.legal-hero h1{font-size:clamp(54px,7vw,90px)}.legal-copy{max-width:900px;padding-top:40px}.legal-copy h2{font-family:"Playfair Display",serif;font-size:30px;margin:42px 0 10px}.legal-copy p{color:var(--soft-ink);font-size:17px}
.status-page { min-height:70vh; display:grid; place-items:center; padding:60px 24px; }.status-card{max-width:720px;text-align:center;background:var(--white);border-radius:30px;padding:60px;box-shadow:var(--shadow)}.status-card h1{font-family:"Playfair Display",serif;font-size:72px;margin:0}.status-card p:not(.eyebrow){font-size:18px;color:var(--soft-ink);margin:18px 0 28px}

@media (max-width:980px){
  .process-grid,.included-grid,.values{grid-template-columns:1fr 1fr}.offer-detail{grid-template-columns:40px 1fr}.price-card{grid-column:2;text-align:left;width:max-content}.topic-grid{grid-template-columns:1fr 1fr}.choice-section,.cta-panel{align-items:flex-start;flex-direction:column}.split-copy,.fit-grid,.founder-grid,.philosophy-grid,.contact-page-grid{grid-template-columns:1fr}.deliverable-card ul{grid-template-columns:1fr}.extended-footer{grid-template-columns:1fr 1fr}.footer-legal{text-align:left}.footer-links{display:none}
}
@media (max-width:620px){
  .page-hero{padding:70px 20px 60px}.page-hero h1{font-size:54px}.page-lede{font-size:18px}.process-grid,.included-grid,.values,.topic-grid{grid-template-columns:1fr}.offer-detail{grid-template-columns:1fr;gap:18px}.price-card{grid-column:auto}.band-inner{padding-left:20px;padding-right:20px}.deliverable-card,.cta-panel{padding:30px 24px}.founder-art{min-height:420px}.founder-art span{font-size:40px}.status-card{padding:40px 24px}.status-card h1{font-size:54px}.extended-footer{grid-template-columns:1fr}.footer-legal{text-align:center}.extended-footer>div:first-child{text-align:center}.extended-footer .footer-brand{justify-content:center}
}
