:root {
  --ink: #093d4a;
  --ink-deep: #052e38;
  --teal: #0b7d76;
  --teal-soft: #dff4ef;
  --paper: #fffdf8;
  --cream: #f7f2e7;
  --sun: #ffcc57;
  --sun-deep: #e7ad26;
  --rose: #f5ddd3;
  --muted: #5f6d72;
  --line: #d7e1de;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(5, 46, 56, .10);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button { font: inherit; }

.skip-link { position: absolute; left: 1rem; top: -5rem; z-index: 100; background: var(--ink); color: white; padding: .75rem 1rem; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.wrap { width: min(1140px, calc(100% - 2.5rem)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,253,248,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(9,61,74,.08); }
.header-inner { min-height: 75px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .45rem; color: var(--teal); font-size: 1.52rem; text-decoration: none; font-weight: 850; letter-spacing: -.07em; }
.brand-mark { width: 35px; height: 31px; }
.site-nav { display: flex; align-items: center; gap: 1.45rem; font-size: .92rem; font-weight: 650; }
.site-nav > a { color: var(--ink); text-decoration: none; }
.site-nav > a:hover, .footer-links a:hover, .text-link:hover { color: var(--teal); }
.nav-cta { background: var(--ink); color: #fff !important; padding: .72rem 1rem; border-radius: 999px; }
.nav-cta:hover { background: var(--teal) !important; }
.menu-toggle { display: none; border: 0; background: transparent; padding: .4rem; }
.menu-toggle span:not(.sr-only) { width: 25px; height: 2px; border-radius: 99px; display: block; margin: 5px; background: var(--ink); }

.hero { position: relative; overflow: hidden; padding: 5.3rem 0 4.2rem; background: radial-gradient(circle at 78% 15%, rgba(255,204,87,.34), transparent 22%), linear-gradient(120deg, #edf8f4 0%, #fffdf8 49%, #fbf3dd 100%); }
.hero:after { content: ''; position: absolute; width: 430px; height: 430px; border: 1px solid rgba(11,125,118,.15); border-radius: 50%; top: -260px; right: -95px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.17fr) minmax(340px, .83fr); gap: clamp(2.4rem, 6vw, 6.5rem); align-items: center; }
.eyebrow { margin: 0 0 .85rem; display: flex; align-items: center; gap: .55rem; color: var(--teal); font-size: .75rem; font-weight: 900; letter-spacing: .12em; }
.pulse-dot { width: .62rem; height: .62rem; background: var(--sun); border: 2px solid var(--ink); border-radius: 50%; box-shadow: 0 0 0 4px rgba(255,204,87,.26); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 740px; margin-bottom: 1.2rem; font-family: var(--serif); font-weight: 700; font-size: clamp(2.65rem, 5vw, 4.55rem); line-height: 1.01; letter-spacing: -.048em; }
h2 { margin-bottom: 1rem; font-family: var(--serif); font-size: clamp(2rem, 3.9vw, 3.35rem); line-height: 1.06; letter-spacing: -.04em; }
h3 { line-height: 1.15; letter-spacing: -.025em; }
.hero-lede { max-width: 650px; margin-bottom: 1.55rem; font-size: clamp(1.08rem, 1.75vw, 1.3rem); color: #355159; }
.hero-lede em { color: var(--teal); font-family: var(--serif); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-bottom: 1rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; min-height: 48px; padding: .8rem 1.15rem; border: 1px solid transparent; border-radius: .75rem; font-weight: 850; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(9,61,74,.14); }
.button-primary { background: var(--ink); color: #fff; }
.button-primary:hover { background: var(--teal); }
.button-quiet { border-color: rgba(9,61,74,.2); color: var(--ink); background: rgba(255,255,255,.5); }
.hero-note { max-width: 580px; margin-bottom: 0; font-size: .86rem; color: var(--muted); }

.hero-proof { padding: 1.1rem; border: 1px solid rgba(9,61,74,.15); border-radius: 1.5rem; background: rgba(255,255,255,.88); box-shadow: var(--shadow); transform: rotate(1.1deg); }
.proof-topline { display: flex; align-items: center; justify-content: space-between; padding: .35rem .35rem .95rem; font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.proof-topline span:last-child { color: var(--sun-deep); font-size: 1.1rem; }
.proof-block { padding: 1.15rem 1rem; border-radius: 1rem; }
.proof-now { background: #f5f6f1; border: 1px solid #dfe5dd; }
.proof-need { background: var(--teal-soft); border: 1px solid #acdcd2; }
.proof-label { display: block; margin-bottom: .5rem; color: var(--teal); font-weight: 900; font-size: .7rem; letter-spacing: .11em; }
.proof-block p { margin: 0; font-size: 1.18rem; line-height: 1.3; font-family: var(--serif); }
.proof-arrow { text-align: center; padding: .58rem; color: var(--sun-deep); font-size: 1.65rem; font-weight: 900; }
.proof-footer { display: flex; gap: .75rem; align-items: center; padding: 1rem .3rem .15rem; font-size: .88rem; }
.proof-footer p { margin: 0; }
.small-star { color: var(--sun-deep); font-size: 1.45rem; }

.signal-strip { background: var(--ink); color: #f7f5ed; }
.signal-list { min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 1.1rem; flex-wrap: wrap; padding: .75rem 0; font-size: .78rem; font-weight: 750; letter-spacing: .04em; }
.signal-list span { display: inline-flex; align-items: center; gap: .5rem; }
.signal-list span:before { content: '✦'; color: var(--sun); }

.section { padding: clamp(4.6rem, 8vw, 7.4rem) 0; }
.section-tint { background: var(--cream); }
.split-heading { display: grid; grid-template-columns: 1.08fr .74fr; gap: clamp(2rem, 7vw, 7rem); align-items: end; margin-bottom: 3rem; }
.section-intro { margin: 0; color: var(--muted); font-size: 1.04rem; }
.discovery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.discovery-card { padding: 1.45rem; background: rgba(255,255,255,.55); border: 1px solid rgba(9,61,74,.13); border-radius: 1rem; }
.number { display: inline-grid; place-items: center; width: 2.2rem; height: 2.2rem; margin-bottom: 2rem; border-radius: 50%; background: var(--sun); color: var(--ink); font-size: .76rem; font-weight: 900; }
.discovery-card h3 { margin-bottom: .7rem; font-size: 1.15rem; }
.discovery-card p { margin: 0; color: var(--muted); font-size: .94rem; }
.quote-band { display: grid; grid-template-columns: 70px minmax(0,1fr); align-items: center; gap: 1.35rem; margin-top: 3rem; padding: 1.8rem 2rem; background: var(--ink); color: white; border-radius: 1rem; }
.quote-mark { color: var(--sun); font-family: var(--serif); font-size: 5rem; line-height: .8; }
.quote-band blockquote { margin: 0; font-family: var(--serif); font-size: clamp(1.22rem, 2.1vw, 1.65rem); line-height: 1.3; }

.process-heading { margin-bottom: 2.7rem; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.process-card { padding: 1.5rem; min-height: 340px; border: 1px solid var(--line); border-radius: 1rem; background: #fff; }
.process-card.featured { background: var(--ink); color: #fff; border-color: var(--ink); box-shadow: 0 15px 30px rgba(5,46,56,.16); }
.process-icon { display: grid; place-items: center; width: 3.1rem; height: 3.1rem; border-radius: .85rem; margin-bottom: 2rem; background: var(--teal-soft); color: var(--teal); font-size: 1.65rem; font-weight: 900; }
.featured .process-icon { background: var(--sun); color: var(--ink); }
.step { display: block; margin-bottom: .65rem; color: var(--teal); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.featured .step { color: var(--sun); }
.process-card h3 { margin-bottom: .7rem; font-size: 1.18rem; }
.process-card p { color: var(--muted); font-size: .93rem; }
.featured p { color: #d8ece8; }
.process-card .tiny-note { margin: 1rem 0 0; font-size: .77rem; line-height: 1.45; }
.boundary-panel { display: grid; grid-template-columns: .78fr 1.22fr; gap: 2rem; margin-top: 2.8rem; padding: 1.7rem 1.85rem; border-left: 5px solid var(--sun); border-radius: .5rem 1rem 1rem .5rem; background: #f3f8f7; }
.boundary-panel h3 { margin: 0; font-family: var(--serif); font-size: 1.45rem; }
.boundary-panel p { margin: 0; color: #49616a; }

.section-dark { background: var(--ink-deep); color: #fff; }
.split-heading-dark .eyebrow-light { color: var(--sun); }
.light-intro { color: #d4e5e3; }
.case-study { padding: 1.5rem; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); border-radius: 1.2rem; }
.case-label { margin-bottom: 1.5rem; color: var(--sun); font-size: .72rem; font-weight: 900; letter-spacing: .13em; }
.case-grid { display: grid; grid-template-columns: 1fr 52px 1fr; align-items: stretch; gap: 1rem; }
.case-card { padding: 1.45rem; border-radius: .9rem; }
.case-before { background: #f7f4ec; color: var(--ink); }
.case-after { background: var(--teal-soft); color: var(--ink); }
.card-kicker { margin-bottom: .8rem; font-size: .7rem; font-weight: 900; letter-spacing: .12em; color: var(--teal); }
.case-card h3 { font-family: var(--serif); font-size: clamp(1.42rem, 2.4vw, 2rem); }
.case-card p:last-child { margin-bottom: 0; color: #486067; }
.case-bridge { display: grid; place-items: center; color: var(--sun); font-size: 2.35rem; font-weight: 900; }
.case-insight { display: flex; align-items: flex-start; gap: .8rem; margin-top: 1rem; padding: 1rem .25rem .1rem; }
.case-insight p { margin: 0; color: #d4e5e3; }
.insight-star { color: var(--sun); font-size: 1.3rem; }
.transparency-note { display: flex; align-items: flex-start; gap: .65rem; margin-top: 1.3rem; font-size: .88rem; color: #d6e7e4; }
.transparency-note span { color: var(--sun); font-weight: 900; }
.transparency-note p { margin: 0; }

.deliverables-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.deliverable { min-height: 145px; padding: 1.35rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.deliverable span { color: var(--teal); font-size: .75rem; font-weight: 900; letter-spacing: .1em; }
.deliverable p { max-width: 220px; margin: 1.2rem 0 0; font-family: var(--serif); font-size: 1.18rem; line-height: 1.25; }
.ownership-strip { display: flex; gap: 1rem; align-items: center; margin-top: 2.4rem; padding: 1.2rem 1.4rem; background: var(--cream); border-radius: 1rem; }
.ownership-icon { display: grid; place-items: center; flex: 0 0 auto; width: 3rem; height: 3rem; border-radius: 50%; background: var(--sun); font-size: 1.45rem; font-weight: 900; }
.ownership-strip p { margin: 0; color: #455e66; }

.section-soft { background: #e7f5f0; }
.dayo-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2.5rem, 8vw, 8rem); align-items: center; }
.dayo-card { display: grid; gap: 1.35rem; }
.dayo-monogram { display: grid; place-items: center; width: min(100%, 280px); aspect-ratio: 1; border: 1px solid rgba(9,61,74,.16); border-radius: 50% 50% 48% 52% / 45% 50% 50% 55%; background: linear-gradient(145deg, var(--ink), var(--teal)); color: var(--sun); font-family: var(--serif); font-size: 7rem; box-shadow: inset 0 0 0 12px rgba(255,255,255,.08); }
.dayo-role { margin-bottom: 0; color: var(--muted); }
.dayo-copy { font-size: 1.05rem; color: #405a61; }
.dayo-copy p { max-width: 700px; }
.direct-note { border-left: 3px solid var(--sun-deep); padding-left: 1rem; color: var(--ink); font-weight: 700; }
.text-link { display: inline-flex; gap: .5rem; align-items: center; color: var(--teal); font-weight: 850; text-decoration: none; }

.faq-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(2.5rem, 8vw, 8rem); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; cursor: pointer; list-style: none; padding: 1.08rem 2.1rem 1.08rem 0; font-weight: 800; }
summary::-webkit-details-marker { display: none; }
summary:after { content: '+'; position: absolute; right: .3rem; top: .88rem; color: var(--teal); font-size: 1.35rem; font-weight: 500; }
details[open] summary:after { content: '–'; }
details p { max-width: 670px; margin: 0; padding: 0 1.2rem 1.25rem 0; color: var(--muted); }

.start-section { padding: clamp(4.5rem, 8vw, 7rem) 0; background: linear-gradient(120deg, var(--teal), var(--ink)); color: #fff; }
.start-grid { display: grid; grid-template-columns: 1.08fr .82fr; gap: clamp(2rem, 8vw, 8rem); align-items: center; }
.start-section h2 { font-size: clamp(2.2rem, 4vw, 3.65rem); }
.start-section > .wrap p:not(.eyebrow) { color: #d1e8e3; }
.start-card { padding: 1.35rem; background: #fffdf8; color: var(--ink); border-radius: 1rem; box-shadow: 0 20px 42px rgba(0,0,0,.18); }
.start-prompt { margin-bottom: .6rem; color: var(--teal) !important; font-size: .75rem; font-weight: 900; letter-spacing: .12em; }
.email-draft { padding: .9rem; margin-bottom: 1rem; border: 1px dashed #9fc5bd; border-radius: .6rem; background: #eff8f5; color: var(--ink) !important; font-family: var(--serif); font-size: 1.2rem; }
.button-sun { width: 100%; background: var(--sun); color: var(--ink); }
.button-sun:hover { background: #ffe093; }
.start-small { margin: .85rem 0 0; color: var(--muted) !important; font-size: .82rem; text-align: center; }
.start-small a { color: var(--teal); font-weight: 800; }

.site-footer { padding: 3rem 0 1rem; background: #042933; color: #ecf5f3; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .65fr .8fr; gap: 2rem; }
.brand-footer { color: #dff4ef; }
.footer-tagline { margin: .65rem 0 0; color: #a9c2be; }
.footer-links { display: grid; align-content: start; gap: .55rem; }
.footer-links a, .footer-contact a { text-decoration: none; }
.footer-contact p { margin-bottom: .35rem; }
.footer-contact a { color: var(--sun); font-weight: 800; }
.footer-small { margin-top: 1rem; color: #a9c2be; font-size: .82rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2.2rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.13); color: #a9c2be; font-size: .77rem; }
.footer-bottom span:last-child { display: flex; gap: 1rem; }
.footer-bottom a { text-decoration: none; }

.legal-page { min-height: 100vh; display: flex; flex-direction: column; }
.legal-main { flex: 1; padding: 5rem 0; }
.legal-copy { max-width: 800px; }
.legal-copy h1 { font-size: clamp(2.4rem, 5vw, 4rem); }
.legal-copy h2 { margin-top: 2.2rem; font-size: 1.55rem; }
.legal-copy p, .legal-copy li { color: #485d63; }
.legal-copy a { color: var(--teal); }
.notice-box { padding: 1rem 1.2rem; border-left: 4px solid var(--sun-deep); background: var(--cream); color: var(--ink) !important; }

@media (max-width: 880px) {
  .site-nav { position: absolute; inset: 75px 0 auto 0; display: none; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 12px 24px rgba(5,46,56,.08); }
  .site-nav.is-open { display: flex; }
  .site-nav > a { padding: 1rem max(1.25rem, calc((100vw - 1140px)/2)); border-top: 1px solid rgba(9,61,74,.07); }
  .site-nav .nav-cta { border-radius: 0; }
  .menu-toggle { display: block; }
  .hero { padding-top: 4rem; }
  .hero-grid, .split-heading, .dayo-grid, .faq-layout, .start-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 740px; }
  .hero-proof { max-width: 560px; transform: none; }
  .split-heading { gap: .75rem; }
  .discovery-grid, .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: unset; }
  .boundary-panel { grid-template-columns: 1fr; gap: 1rem; }
  .case-grid { grid-template-columns: 1fr; }
  .case-bridge { transform: rotate(90deg); min-height: 33px; }
  .deliverables-grid { grid-template-columns: repeat(2, 1fr); }
  .dayo-card { grid-template-columns: 170px 1fr; align-items: center; }
  .dayo-monogram { width: 170px; font-size: 4.5rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .wrap { width: min(100% - 1.5rem, 1140px); }
  .header-inner { min-height: 66px; }
  .site-nav { inset: 66px 0 auto 0; }
  .brand { font-size: 1.38rem; }
  .brand-mark { width: 31px; }
  .hero { padding: 3.3rem 0 3.2rem; }
  h1 { font-size: clamp(2.35rem, 11vw, 3.25rem); }
  h2 { font-size: clamp(1.95rem, 9vw, 2.55rem); }
  .hero-lede { font-size: 1.05rem; }
  .button { width: 100%; }
  .signal-list { display: grid; grid-template-columns: 1fr 1fr; align-items: start; font-size: .69rem; }
  .quote-band { grid-template-columns: 1fr; gap: .3rem; padding: 1.4rem; }
  .quote-mark { font-size: 4rem; }
  .deliverables-grid { grid-template-columns: 1fr; }
  .dayo-card { grid-template-columns: 104px 1fr; gap: 1rem; }
  .dayo-monogram { width: 104px; font-size: 3.1rem; }
  .ownership-strip { align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-contact { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

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