:root {
  --cream: #faf3f0;
  --soft: #f6e9e9;
  --blush: #e7c8ce;
  --mauve: #8c4a58;
  --wine: #5f2134;
  --ink: #1a1a1a;
  --muted: rgba(26, 26, 26, .66);
  --line: rgba(26, 26, 26, .13);
  --shell: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { margin-bottom: 20px; line-height: 1.13; letter-spacing: -.038em; }
h1 { max-width: 980px; font-size: clamp(3rem, 6.4vw, 5.8rem); }
h2 { font-size: clamp(2.2rem, 4.4vw, 3.75rem); }
h3 { font-size: clamp(1.35rem, 2.4vw, 2rem); }

.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: 112px; scroll-margin-top: 78px; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 100; padding: 10px 14px; background: white; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  min-height: 70px;
  padding: 0 max(24px, calc((100vw - var(--shell)) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(250, 243, 240, .94);
  backdrop-filter: blur(18px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 28px;
  align-items: center;
}

.brand { width: max-content; min-width: 0; display: flex; align-items: center; gap: 11px; font-size: 14px; font-weight: 700; line-height: 1.05; }
.brand img { width: 44px; height: 44px; border-radius: 8px; }
.brand span { display: block; }
.brand small { display: block; max-width: 320px; margin-top: 4px; color: var(--mauve); font-size: 9px; font-weight: 700; letter-spacing: .055em; line-height: 1.25; text-transform: uppercase; }
.site-header nav { display: flex; gap: 25px; font-size: 12px; font-weight: 600; }
.site-header nav a:hover, .site-header nav a[aria-current="page"], .text-link:hover { color: var(--mauve); }
.site-header nav a[aria-current="page"] { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 7px; }
.menu-button { display: none; }

.button {
  min-height: 48px;
  padding: 0 27px;
  border: 1px solid var(--mauve);
  border-radius: 999px;
  background: var(--mauve);
  color: white;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  transition: .16s ease;
}
.button:hover { border-color: var(--wine); background: var(--wine); transform: translateY(-1px); }
.header-button { min-height: 37px; padding-inline: 18px; justify-self: end; font-size: 11px; }
.text-link { color: var(--mauve); font-weight: 700; }

.hero { border-bottom: 1px solid var(--line); }
.hero-inner { padding-block: 112px 116px; }
.eyebrow { margin-bottom: 19px; color: var(--mauve); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 em { color: var(--mauve); font-style: normal; }
.lead { max-width: 760px; color: var(--muted); font-size: clamp(1.05rem, 1.45vw, 1.22rem); line-height: 1.68; }
.hero-actions { margin-top: 30px; display: flex; gap: 25px; align-items: center; }
.proof-line { margin: 24px 0 0; color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: .035em; }

.page-hero { padding-block: 106px 110px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 92% 15%, rgba(231,200,206,.55), transparent 31%), var(--cream); }
.page-hero h1 { max-width: 1020px; margin-bottom: 26px; }
.page-hero .lead { max-width: 790px; }

.results { padding-block: 55px 42px; background: var(--wine); color: white; }
.results-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.results article { min-height: 130px; padding: 10px 40px; border-right: 1px solid rgba(255,255,255,.22); display: flex; flex-direction: column; justify-content: center; }
.results article:first-child { padding-left: 0; }
.results article:last-child { border-right: 0; }
.results strong { color: var(--blush); font-size: clamp(3rem, 5vw, 4.6rem); line-height: 1; letter-spacing: -.06em; }
.results span { max-width: 260px; margin-top: 12px; color: rgba(255,255,255,.82); font-size: 13px; line-height: 1.45; }
.results-note { margin-top: 27px; margin-bottom: 0; color: rgba(255,255,255,.56); font-size: 10px; }

.split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 105px; align-items: start; }
.body-copy p { color: var(--muted); font-size: 18px; line-height: 1.72; }
.section-heading { max-width: 770px; margin-bottom: 55px; }
.section-heading > p:last-child { color: var(--muted); font-size: 18px; }

.service-list { border-top: 1px solid var(--line); }
.service-row { padding: 42px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: minmax(280px, 1.15fr) minmax(240px, .85fr) 215px; gap: 48px; }
.service-number, .list-label, .service-action small { color: var(--mauve); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.service-summary h3 { margin-top: 16px; }
.service-summary p { color: var(--muted); font-size: 15px; }
.service-summary .best-for { margin: 18px 0 0; color: var(--ink); font-size: 13px; }
.check-list { margin: 16px 0 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.check-list li { position: relative; padding-left: 18px; font-size: 13px; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 9px; width: 5px; height: 5px; border-radius: 50%; background: var(--mauve); }
.service-action { padding-left: 27px; border-left: 1px solid var(--line); display: flex; flex-direction: column; align-items: flex-start; }
.service-action strong { margin-top: 5px; font-size: 21px; line-height: 1.25; }
.service-action a { margin-top: auto; color: var(--mauve); font-size: 13px; font-weight: 700; }
.section-note { max-width: 760px; margin: 25px 0 0; color: var(--muted); font-size: 12px; }

.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.problem-card { min-height: 435px; padding: 34px; border: 1px solid var(--line); border-radius: 19px; background: rgba(255,255,255,.58); display: flex; flex-direction: column; }
.problem-card > span, .value-grid article > span { color: var(--mauve); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.problem-statement { min-height: 112px; margin: 24px 0 30px; padding-bottom: 27px; border-bottom: 1px solid var(--line); color: var(--wine); font-size: 18px; font-weight: 700; line-height: 1.45; }
.problem-card h3 { font-size: 25px; }
.problem-card h3 + p { color: var(--muted); font-size: 14px; }
.problem-card .text-link { margin-top: auto; font-size: 13px; }

.featured-work { background: var(--wine); color: white; }
.featured-work .light-heading h2 { max-width: 850px; }
.feature-grid { margin-bottom: 32px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-case { padding: 40px; border-radius: 20px; background: var(--cream); color: var(--ink); }
.feature-case h3 { font-size: 28px; }
.feature-case > p:not(.case-type) { color: var(--muted); }
.evidence-list { margin: 30px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line); display: grid; gap: 12px; list-style: none; }
.evidence-list li { font-size: 14px; }
.evidence-list strong { margin-right: 6px; color: var(--wine); font-size: 24px; }
.light-button { border-color: var(--cream); background: var(--cream); color: var(--wine); }
.light-button:hover { border-color: white; background: white; color: var(--wine); }
.founder-home { padding-bottom: 95px; }
.founder-panel h2 { font-size: clamp(2.1rem, 4vw, 3.5rem); }
.testimonials-section { background: var(--soft); }
.closing-cta { max-width: 920px; text-align: center; }
.closing-cta h2 { max-width: 900px; margin-inline: auto; }
.closing-cta > p:not(.eyebrow) { max-width: 720px; margin: 0 auto 28px; color: var(--muted); font-size: 18px; }

.service-detail { display: grid; grid-template-columns: .8fr 1.2fr; gap: 95px; align-items: start; scroll-margin-top: 80px; }
.service-title { position: sticky; top: 110px; }
.service-title h2 { font-size: clamp(2.25rem, 4vw, 3.35rem); }
.service-lead { color: var(--wine); font-size: 23px; font-weight: 650; line-height: 1.5; }
.service-columns { margin-top: 38px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 36px; }
.service-columns h3 { margin-bottom: 18px; font-size: 18px; }
.service-columns .check-list { gap: 14px; }
.service-columns .check-list li { color: var(--muted); font-size: 14px; }
.outcome-line { margin: 38px 0 0; padding: 25px 28px; border-left: 4px solid var(--mauve); background: white; color: var(--muted); }
.outcome-line strong { color: var(--wine); }
.service-band { background: var(--soft); }
.engagement-section { background: var(--wine); color: white; }
.engagement-section .eyebrow { color: var(--blush); }
.engagement-section .process-list li { border-color: rgba(255,255,255,.2); }
.engagement-section .process-list span { color: var(--blush); }
.engagement-section .process-list p { color: rgba(255,255,255,.68); }

.case-detail { scroll-margin-top: 75px; }
.case-page-hero { padding-block: 74px; }
.case-page-hero h1 { font-size: clamp(2.65rem, 5vw, 4.5rem); }
.case-detail-header { max-width: 820px; margin-bottom: 30px; }
.case-detail-header h2 { margin-bottom: 13px; }
.case-detail-header > p:last-child { color: var(--muted); font-size: 13px; font-weight: 700; }
.case-story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.case-story-grid article { min-height: 170px; padding: 26px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.55); }
.case-story-grid span, .case-evidence > span { display: block; margin-bottom: 15px; color: var(--mauve); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.case-story-grid p { margin: 0; color: var(--muted); font-size: 15px; }
.case-evidence { margin-top: 15px; padding: 30px; border-radius: 16px; background: var(--wine); color: white; }
.case-evidence > span { color: var(--blush); }
.case-evidence ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; list-style: none; }
.case-evidence li { font-size: 14px; line-height: 1.5; }
.case-evidence strong { display: block; margin-bottom: 6px; color: var(--blush); font-size: 31px; line-height: 1; }
.case-detail-band { background: var(--soft); }

.about-profile { display: grid; grid-template-columns: 350px 1fr; gap: 75px; align-items: center; }
.about-profile > img { width: 350px; height: 445px; border-radius: 25px; object-fit: cover; object-position: 50% 24%; }
.about-profile h2 { margin-bottom: 27px; }
.about-profile > div > p:not(.eyebrow) { max-width: 730px; color: var(--muted); font-size: 17px; }
.about-profile .profile-lead { color: var(--wine) !important; font-size: 22px !important; font-weight: 650; }
.method-section { background: var(--wine); color: white; }
.method-section .eyebrow { color: var(--blush); }
.method-copy > p { color: rgba(255,255,255,.75); font-size: 18px; }
.principle-list { margin: 30px 0 0; padding: 0; display: grid; gap: 0; list-style: none; }
.principle-list li { padding: 19px 0; border-top: 1px solid rgba(255,255,255,.2); }
.principle-list strong, .principle-list span { display: block; }
.principle-list strong { font-size: 16px; }
.principle-list span { margin-top: 5px; color: rgba(255,255,255,.65); font-size: 13px; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-grid article { padding: 32px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.55); }
.value-grid h3 { margin: 25px 0 12px; font-size: 24px; }
.value-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.fit-panel { position: sticky; top: 105px; }
.fit-panel h2 { font-size: 34px; }
.fit-panel .principle-list li { border-color: var(--line); }
.fit-panel .principle-list span { color: var(--muted); }
.standalone-form { margin: 0; padding: 35px; border: 1px solid var(--line); background: white; }
.contact-layout + .faq { padding-top: 30px; }
.confirmation-page { min-height: calc(100vh - 165px); padding-block: 100px; display: grid; place-items: center; }
.confirmation-card { max-width: 850px; padding: 65px; border: 1px solid var(--line); border-radius: 28px; background: var(--soft); text-align: center; }
.confirmation-card h1 { font-size: clamp(2.8rem, 6vw, 5rem); }
.confirmation-card .lead { margin-inline: auto; }
.confirmation-card .hero-actions { justify-content: center; }

.work-section { background: var(--wine); color: white; }
.light-heading > p:last-child { color: rgba(255,255,255,.72); }
.case-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.case-card { padding: 34px; border-radius: 20px; background: var(--cream); color: var(--ink); display: flex; flex-direction: column; }
.case-type { color: var(--mauve); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.case-card h3 { font-size: 27px; }
.case-block { margin-top: 5px; }
.case-block + .case-block { margin-top: 17px; }
.case-block span, .case-value-label { display: block; margin-bottom: 6px; color: var(--wine); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.case-block p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.case-value-label { margin-top: auto; padding-top: 24px; }
.case-card ul { margin: 0; padding: 4px 0 0; display: grid; gap: 8px; list-style: none; }
.case-card li { position: relative; padding-left: 18px; font-size: 13px; }
.case-card li::before { content: ""; position: absolute; left: 0; top: 9px; width: 5px; height: 5px; border-radius: 50%; background: var(--mauve); }

.health-ai { background: radial-gradient(circle at 10% 10%, rgba(231,200,206,.5), transparent 30%), var(--soft); }
.focus-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.focus-grid article { padding: 32px; border: 1px solid rgba(95,33,52,.14); border-radius: 17px; background: rgba(250,243,240,.82); }
.focus-grid h3 { margin-bottom: 12px; color: var(--wine); font-size: 22px; }
.focus-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.process { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { padding: 22px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 48px 1fr; gap: 16px; }
.process-list li:first-child { padding-top: 0; }
.process-list li:last-child { padding-bottom: 0; border-bottom: 0; }
.process-list span { color: var(--mauve); font-size: 11px; font-weight: 800; }
.process-list h3 { margin-bottom: 6px; font-size: 20px; }
.process-list p { margin: 0; color: var(--muted); font-size: 14px; }

.about-intro { margin-bottom: 74px; }
.founder-panel { padding: 46px; border: 1px solid var(--line); border-radius: 23px; background: var(--soft); display: grid; grid-template-columns: 220px 1fr; gap: 48px; align-items: center; }
.founder-panel > img { width: 220px; height: 280px; object-fit: cover; object-position: 50% 24%; border-radius: 22px; }
.founder-panel h3 { font-size: 34px; }
.founder-panel > div > p:not(.eyebrow) { max-width: 760px; color: var(--muted); }
.founder-list { margin-bottom: 27px; }
.proof-heading { margin-top: 54px; margin-bottom: 22px; }
.proof-heading .eyebrow { margin-bottom: 10px; }
.proof-heading h3 { margin: 0; font-size: 25px; }
.proof-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.proof-card { min-height: 215px; margin: 0; padding: 27px; border: 1px solid var(--line); border-radius: 15px; background: white; display: flex; flex-direction: column; }
.proof-card small { margin-top: 12px; color: var(--muted); font-size: 10px; line-height: 1.45; }
.quote-card::before { content: "“"; color: var(--blush); font-size: 43px; font-weight: 800; line-height: .8; }
.quote-card p { margin: 17px 0 22px; font-size: 15px; line-height: 1.65; }
.quote-card cite { margin-top: auto; color: var(--wine); font-size: 10px; font-style: normal; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.outcome-card > span { color: var(--mauve); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.outcome-card > strong { margin-top: 14px; color: var(--wine); font-size: 54px; line-height: 1; letter-spacing: -.055em; }
.outcome-card > p { margin: 15px 0 0; color: var(--muted); font-size: 15px; }
.outcome-card > small { margin-top: auto; }

.faq { padding-top: 45px; }
.faq details { padding: 24px 4px; border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-size: 18px; font-weight: 700; }
.faq details p { max-width: 820px; margin: 15px 0 0; color: var(--muted); }

.contact-section { padding-bottom: 80px; }
.contact-panel { padding: 78px 58px; border-radius: 32px; background: var(--wine); color: white; text-align: center; }
.contact-panel .eyebrow { color: var(--blush); }
.contact-panel h2 { max-width: 850px; margin-inline: auto; }
.contact-intro { max-width: 620px; margin-inline: auto; color: rgba(255,255,255,.76); font-size: 18px; }
.contact-form { max-width: 820px; margin: 38px auto 0; padding: 32px; border-radius: 22px; background: var(--cream); color: var(--ink); text-align: left; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 19px; }
.contact-form label { display: grid; gap: 7px; font-size: 12px; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid rgba(26,26,26,.17); border-radius: 9px; background: white; color: var(--ink); font: inherit; font-size: 15px; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 3px solid rgba(140,74,88,.14); border-color: var(--mauve); }
.contact-form small { color: var(--muted); font-size: 10px; font-weight: 400; }
.full-field { grid-column: 1 / -1; }
.honeypot { display: none !important; }
.form-button { margin: 25px auto 0; display: flex; }

.site-footer { padding-block: 32px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 25px; align-items: center; }
.footer-brand { font-size: 13px; font-weight: 800; }
.footer-grid nav { display: flex; gap: 22px; color: var(--mauve); font-size: 12px; }
.footer-grid p { margin: 0; justify-self: end; color: var(--muted); font-size: 11px; }
.disclaimer { margin-top: 20px; margin-bottom: 0; color: var(--muted); font-size: 9px; text-align: center; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .menu-button { display: block; border: 0; background: transparent; color: var(--wine); font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
  .site-header nav.open { position: absolute; top: 70px; left: 0; width: 100%; padding: 24px; border-bottom: 1px solid var(--line); background: var(--cream); display: grid; gap: 18px; }
  .header-button { display: none; }
  .split { grid-template-columns: 1fr; gap: 24px; }
  .service-row { grid-template-columns: 1fr 1fr; gap: 28px 40px; }
  .service-action { grid-column: 1 / -1; padding: 22px 0 0; border-left: 0; border-top: 1px solid var(--line); flex-direction: row; gap: 18px; align-items: center; }
  .service-action a { margin: 0 0 0 auto; }
  .problem-grid, .value-grid { grid-template-columns: 1fr; }
  .problem-card { min-height: 0; }
  .problem-statement { min-height: 0; }
  .service-detail, .contact-layout { grid-template-columns: 1fr; gap: 38px; }
  .service-title, .fit-panel { position: static; }
  .about-profile { grid-template-columns: 280px 1fr; gap: 45px; }
  .about-profile > img { width: 280px; height: 365px; }
}

@media (max-width: 660px) {
  .shell { width: min(100% - 32px, var(--shell)); }
  .section { padding-block: 78px; }
  .site-header { min-height: 65px; padding-inline: 16px; }
  .brand img { width: 37px; height: 37px; }
  .site-header { gap: 12px; }
  .brand { gap: 9px; font-size: 12px; }
  .brand span { max-width: 245px; }
  .brand small { font-size: 8px; letter-spacing: .04em; }
  .hero-inner { padding-block: 74px 78px; }
  .page-hero { padding-block: 74px 78px; }
  h1 { font-size: clamp(2.35rem, 11vw, 3rem); }
  h2 { font-size: clamp(1.9rem, 8vw, 2.45rem); }
  .hero h1 em { display: block; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .proof-line { line-height: 1.55; }
  .results-grid { grid-template-columns: 1fr; }
  .results article { min-height: 0; padding: 24px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .results article:last-child { border-bottom: 0; }
  .body-copy p, .section-heading > p:last-child, .contact-intro { font-size: 16px; }
  .service-row { grid-template-columns: 1fr; gap: 24px; }
  .service-action { grid-column: auto; }
  .case-grid, .focus-grid, .proof-grid, .form-grid, .feature-grid, .service-columns, .case-story-grid, .case-evidence ul { grid-template-columns: 1fr; }
  .full-field { grid-column: auto; }
  .founder-panel { padding: 30px 23px; grid-template-columns: 1fr; }
  .founder-panel > img { justify-self: center; }
  .feature-case { padding: 28px 23px; }
  .service-detail { gap: 25px; }
  .service-lead { font-size: 20px; }
  .case-story-grid article { min-height: 0; padding: 25px 22px; }
  .case-evidence { padding: 26px 22px; }
  .about-profile { grid-template-columns: 1fr; }
  .about-profile > img { width: min(100%, 330px); height: auto; justify-self: center; }
  .standalone-form { padding: 24px 18px; }
  .confirmation-card { padding: 48px 24px; }
  .contact-section { padding-bottom: 16px; }
  .contact-panel { width: calc(100% - 32px); padding: 60px 22px; border-radius: 25px; }
  .contact-form { padding: 23px 17px; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-grid nav { justify-content: center; }
  .footer-grid p { justify-self: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

@media (max-width: 380px) {
  .brand span { max-width: 190px; }
  .brand small { font-size: 7px; }
}
