:root {
  --ink: #11110f;
  --muted: #5f5b51;
  --gold: #996c12;
  --gold-bright: #cf9d35;
  --paper: #fff;
  --soft: #f5f3ed;
  --rule: #d8d1c0;
  --shell: min(1180px, calc(100vw - 48px));
  --display: clamp(3.45rem, 7.6vw, 7.65rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 1rem/1.65 Arial, Helvetica, sans-serif; }
img { max-width: 100%; display: block; }
a { color: inherit; text-underline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; transform: translateY(-150%); background: var(--ink); color: white; padding: .7rem 1rem; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold-bright); outline-offset: 4px; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--rule); backdrop-filter: blur(14px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .55rem; text-decoration: none; }
.brand-primary-logo { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; object-position: center; }
.brand-wordmark { width: 154px; height: 48px; object-fit: cover; object-position: center; }
.primary-nav { display: flex; align-items: center; gap: 1.65rem; font-size: .9rem; font-weight: 700; }
.primary-nav a { text-decoration: none; }
.primary-nav a:not(.nav-cta):hover { color: var(--gold); }
.primary-nav a[aria-current="page"] { color: var(--gold); }
.nav-cta { padding: .72rem 1rem; background: var(--ink); color: white; }
.menu-button { display: none; border: 0; background: transparent; padding: .5rem; }
.menu-button span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 6px 0; background: var(--ink); }

.hero { overflow: hidden; border-bottom: 1px solid var(--rule); }
.hero-grid { min-height: calc(100svh - 82px); display: grid; grid-template-columns: minmax(0, 1fr) 260px; align-items: center; gap: clamp(3rem, 7vw, 8rem); padding-block: clamp(5rem, 9vw, 9rem); }
.eyebrow { margin: 0 0 1.25rem; color: var(--gold); font-size: .76rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 970px; margin-bottom: .6rem; font-size: var(--display); line-height: .91; letter-spacing: -.07em; font-weight: 800; }
.hero-second { margin-bottom: 1.8rem; color: var(--gold); font-size: clamp(1.55rem, 3vw, 2.65rem); line-height: 1.05; font-weight: 700; letter-spacing: -.035em; }
.hero-body { max-width: 720px; margin-bottom: 2.2rem; color: #37352f; font-size: clamp(1.08rem, 1.45vw, 1.28rem); line-height: 1.65; }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: .8rem 1.15rem; border: 2px solid var(--ink); font-size: .88rem; font-weight: 800; text-decoration: none; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: white; }
.button-primary:hover { background: var(--gold); border-color: var(--gold); }
.button-secondary:hover { background: var(--soft); }
.brand-line { margin: 2.2rem 0 0; font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.brand-line span { color: var(--gold); }

.hero-signal { position: relative; min-height: 510px; align-self: stretch; display: flex; flex-direction: column; justify-content: center; gap: 4.4rem; color: #4d493f; font-size: .68rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.hero-signal::before { content: ""; position: absolute; top: 0; bottom: 0; left: 39px; width: 1px; background: var(--gold); }
.hero-signal p { position: relative; margin: 0 0 0 65px; }
.hero-signal p::before { content: ""; position: absolute; left: -30px; top: .65em; width: 20px; height: 1px; background: var(--gold); }
.signal-orbit { position: absolute; z-index: 2; top: calc(50% - 40px); left: 0; width: 80px; height: 80px; overflow: hidden; border: 2px solid var(--gold); border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 12px white; }
.signal-orbit img { width: 100%; height: 100%; object-fit: cover; }

.section { padding-block: clamp(5rem, 9vw, 9rem); }
.section h2, .final-cta h2 { margin-bottom: 1.5rem; font-size: clamp(2.4rem, 5vw, 5.2rem); line-height: 1; letter-spacing: -.055em; }
.section h3 { line-height: 1.15; letter-spacing: -.025em; }
.lead { color: var(--ink); font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.45; }
.two-column-intro { display: grid; grid-template-columns: 1fr .82fr; gap: clamp(3rem, 9vw, 9rem); align-items: start; }
.product-figure { margin: clamp(4rem, 7vw, 7rem) 0 2.5rem; }
.product-frame { border: 1px solid #c9c2b3; background: white; box-shadow: 0 28px 80px rgba(46,37,18,.15); }
.frame-bar { height: 38px; display: flex; align-items: center; gap: 7px; padding: 0 13px; border-bottom: 1px solid #ddd5c5; color: #777063; font-size: .69rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.frame-bar i { width: 8px; height: 8px; border-radius: 50%; background: #d5cfbf; }
.frame-bar span { margin-left: auto; }
.product-frame img { width: 100%; height: auto; }
figcaption { margin-top: 1rem; color: var(--muted); font-size: .78rem; letter-spacing: .04em; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--rule); border-left: 1px solid var(--rule); }
.benefit-grid article { min-height: 265px; padding: 2rem 1.6rem; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.benefit-grid span, .step, .service-no { color: var(--gold); font-size: .72rem; font-weight: 900; letter-spacing: .14em; }
.benefit-grid h3 { margin: 2.8rem 0 1rem; font-size: 1.25rem; }
.benefit-grid p { margin: 0; color: var(--muted); font-size: .92rem; }

.why-section { background: var(--soft); border-block: 1px solid var(--rule); }
.why-grid { display: grid; grid-template-columns: 100px 1fr .7fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.why-number { width: 76px; height: 76px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--gold-bright); font-weight: 900; }
.why-copy { padding-top: 2rem; color: var(--muted); font-size: 1.06rem; }

.section-heading { max-width: 850px; margin-bottom: clamp(3rem, 6vw, 6rem); }
.framework-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 0; margin: 0; list-style: none; }
.framework-grid::before { content: ""; position: absolute; top: 51px; left: 11%; right: 11%; height: 1px; background: var(--gold); }
.framework-grid li { position: relative; padding: 0 clamp(1rem, 2.5vw, 2rem); text-align: center; }
.framework-icon { position: relative; z-index: 2; width: 104px; height: 104px; display: grid; place-items: center; margin: 0 auto 1.5rem; border: 2px solid var(--gold); border-radius: 50%; background: var(--ink); color: var(--gold-bright); box-shadow: 0 0 0 12px white; }
.framework-grid h3 { margin: .6rem 0 .8rem; font-size: 1.45rem; }
.framework-grid li > p:last-child { color: var(--muted); font-size: .9rem; }
.eye-symbol { width: 46px; height: 26px; border: 3px solid var(--gold-bright); border-radius: 70% 10% 70% 10%; transform: rotate(45deg); }
.eye-symbol::after { content: ""; position: absolute; width: 10px; height: 10px; margin: 5px 0 0 14px; border-radius: 50%; background: var(--gold-bright); }
.nodes-symbol { position: relative; width: 52px; height: 44px; }
.nodes-symbol::before, .nodes-symbol::after { content: ""; position: absolute; background: var(--gold-bright); }
.nodes-symbol::before { width: 3px; height: 28px; left: 25px; top: 5px; }
.nodes-symbol::after { height: 3px; width: 38px; left: 7px; top: 29px; }
.nodes-symbol i { position: absolute; width: 13px; height: 13px; border: 3px solid var(--gold-bright); border-radius: 50%; }
.nodes-symbol i:nth-child(1) { left: 19px; top: 0; }
.nodes-symbol i:nth-child(2) { left: 0; bottom: 0; }
.nodes-symbol i:nth-child(3) { right: 0; bottom: 0; }
.check-symbol { width: 43px; height: 24px; border-left: 5px solid var(--gold-bright); border-bottom: 5px solid var(--gold-bright); transform: rotate(-45deg) translate(4px,-5px); }
.shield-symbol { width: 43px; height: 48px; border: 3px solid var(--gold-bright); border-radius: 20px 20px 26px 26px; }
.shield-symbol::after { content: ""; position: absolute; width: 12px; height: 22px; border-right: 3px solid var(--gold-bright); border-bottom: 3px solid var(--gold-bright); transform: rotate(45deg); margin: 7px 0 0 9px; }

.outcomes-section { background: var(--ink); color: white; }
.outcomes-section .eyebrow { color: var(--gold-bright); }
.outcomes-grid { display: grid; grid-template-columns: .8fr 1fr; gap: clamp(4rem, 10vw, 10rem); }
.outcome-list { display: grid; grid-template-columns: 1fr 1fr; }
.outcome-list article { min-height: 210px; padding: 2rem; border-top: 1px solid #49473f; border-left: 1px solid #49473f; }
.outcome-list h3 { color: var(--gold-bright); }
.outcome-list p { color: #d3d0c8; font-size: .92rem; }

.services-heading { max-width: none; display: grid; grid-template-columns: 1fr .7fr; gap: 5rem; align-items: end; }
.services-heading > p { color: var(--muted); font-size: 1.08rem; }
.services-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--ink); }
.services-grid article { position: relative; min-height: 330px; padding: 2.4rem 2rem; border-bottom: 1px solid var(--ink); }
.services-grid article:nth-child(odd) { border-right: 1px solid var(--ink); }
.services-grid h3 { max-width: 400px; margin: 2.5rem 0 1rem; font-size: clamp(1.4rem, 2vw, 2rem); }
.services-grid p:not(.service-no) { max-width: 480px; color: var(--muted); }
.services-grid a { position: absolute; bottom: 2rem; color: var(--gold); font-size: .88rem; font-weight: 800; text-decoration: none; }
.services-grid a:hover { text-decoration: underline; }

.final-cta { padding-block: clamp(5rem, 10vw, 10rem); background: var(--soft); border-top: 1px solid var(--rule); }
.final-grid { display: grid; grid-template-columns: 1fr .55fr; gap: clamp(4rem, 10vw, 10rem); align-items: end; }
.final-grid > div:last-child { font-size: 1.05rem; }
.button-gold { margin-top: 1.2rem; background: var(--gold); border-color: var(--gold); color: white; }
.button-gold:hover { background: var(--ink); border-color: var(--ink); }
.site-footer { padding-block: 3rem; background: var(--ink); color: #d7d3ca; font-size: .82rem; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 3rem; align-items: end; }
.footer-grid > * { margin: 0; }
.footer-grid > div:last-child { text-align: right; }
.footer-brand { display: flex; align-items: center; gap: .9rem; }
.footer-brand img { width: 52px; height: 52px; border: 1px solid #665126; border-radius: 50%; object-fit: cover; }
.footer-brand strong { color: white; font-size: 1.1rem; letter-spacing: -.02em; }
.footer-brand p { margin: .1rem 0 0; }

/* Interior pages reuse the accepted homepage design system. */
.page-hero { padding-block: clamp(5rem, 10vw, 9rem); border-bottom: 1px solid var(--rule); }
.page-hero-grid { display: grid; grid-template-columns: 1.15fr .65fr; gap: clamp(4rem, 10vw, 10rem); align-items: end; }
.page-hero h1 { max-width: 880px; margin: 0; font-size: clamp(3.5rem, 7vw, 7rem); line-height: .92; letter-spacing: -.065em; }
.page-hero .lead { margin-bottom: 2rem; }
.text-link { color: var(--gold); font-size: .9rem; font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.soft-section { background: var(--soft); border-block: 1px solid var(--rule); }
.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.topic-grid article { min-height: 290px; padding: 2rem; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.topic-grid h3 { margin: 2.4rem 0 1rem; font-size: 1.45rem; }
.topic-grid p:last-child { color: var(--muted); font-size: .93rem; }
.principle-grid { display: grid; grid-template-columns: .85fr 1fr; gap: clamp(4rem, 10vw, 10rem); }
.principle-list { border-top: 1px solid var(--rule); }
.principle-list article { display: grid; grid-template-columns: 50px 1fr; gap: 1.5rem; padding: 1.7rem 0; border-bottom: 1px solid var(--rule); }
.principle-list strong { color: var(--gold); font-size: .72rem; letter-spacing: .14em; }
.principle-list h3, .principle-list p { margin-bottom: .35rem; }
.principle-list p { color: var(--muted); }

.engagement-list { border-top: 1px solid var(--ink); }
.engagement-list > article { display: grid; grid-template-columns: 70px .9fr 1fr; gap: clamp(2rem, 5vw, 5rem); padding-block: clamp(4rem, 7vw, 7rem); border-bottom: 1px solid var(--ink); }
.engagement-index { color: var(--gold); font-size: .75rem; font-weight: 900; letter-spacing: .15em; }
.engagement-list h2 { font-size: clamp(2.2rem, 4vw, 4.2rem); }
.engagement-details { display: grid; gap: 1.4rem; align-content: start; }
.engagement-details section { padding-bottom: 1.2rem; border-bottom: 1px solid var(--rule); }
.engagement-details h3 { margin-bottom: .45rem; font-size: 1rem; }
.engagement-details p { margin-bottom: 0; color: var(--muted); font-size: .92rem; }
.engagement-details .button { justify-self: start; margin-top: .6rem; }
.choice-grid { display: grid; grid-template-columns: 1fr .72fr; gap: clamp(4rem, 10vw, 10rem); align-items: start; }

.story-grid { display: grid; grid-template-columns: 1fr .72fr; gap: clamp(4rem, 10vw, 10rem); }
blockquote { margin: 3rem 0 0; padding: 1.5rem 0 1.5rem 2rem; border-left: 3px solid var(--gold); font-size: clamp(1.4rem, 2.5vw, 2rem); line-height: 1.3; font-weight: 700; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--rule); border-left: 1px solid var(--rule); }
.value-grid article { min-height: 280px; padding: 2rem 1.6rem; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.value-grid span { color: var(--gold); font-size: .72rem; font-weight: 900; letter-spacing: .14em; }
.value-grid h3 { margin: 2.5rem 0 1rem; }
.value-grid p { color: var(--muted); font-size: .92rem; }
.founder-section { border-top: 1px solid var(--rule); }
.founder-grid { display: grid; grid-template-columns: .45fr 1fr; gap: clamp(4rem, 10vw, 10rem); align-items: center; }
.founder-mark { max-width: 380px; aspect-ratio: 1; overflow: hidden; border-radius: 50%; background: var(--ink); }
.founder-mark img { width: 100%; height: 100%; object-fit: cover; }
.contact-section { padding-block: clamp(5rem, 10vw, 10rem); background: var(--ink); color: white; }
.contact-section .eyebrow { color: var(--gold-bright); }
.contact-grid { display: grid; grid-template-columns: 1fr .72fr; gap: clamp(4rem, 10vw, 10rem); }
.contact-section h2 { font-size: clamp(3rem, 6vw, 6rem); line-height: .95; letter-spacing: -.06em; }
.contact-card { padding: clamp(2rem, 4vw, 3.5rem); border: 1px solid #5a513e; }
.contact-card > a:not(.button) { display: inline-block; margin-bottom: 2rem; color: var(--gold-bright); font-size: clamp(1.5rem, 3vw, 2.5rem); font-weight: 800; }
.contact-label { margin-bottom: .4rem; color: #c5bda9; font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }

@media (max-width: 920px) {
  :root { --shell: min(100% - 36px, 760px); }
  .menu-button { display: block; }
  .primary-nav { position: absolute; top: 82px; left: 0; right: 0; display: none; padding: 1.5rem 18px 2rem; background: white; border-bottom: 1px solid var(--rule); flex-direction: column; align-items: stretch; }
  .primary-nav[data-open="true"] { display: flex; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-signal { display: none; }
  .two-column-intro, .why-grid, .outcomes-grid, .services-heading, .final-grid { grid-template-columns: 1fr; gap: 2rem; }
  .page-hero-grid, .principle-grid, .choice-grid, .story-grid, .founder-grid, .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .topic-grid { grid-template-columns: 1fr 1fr; }
  .engagement-list > article { grid-template-columns: 50px 1fr; }
  .engagement-details { grid-column: 2; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .framework-grid { grid-template-columns: 1fr 1fr; gap: 4rem 0; }
  .framework-grid::before { display: none; }
  .services-heading > p { max-width: 600px; }
}

@media (max-width: 580px) {
  :root { --shell: calc(100% - 28px); --display: clamp(3rem, 14vw, 4.5rem); }
  .header-inner { min-height: 70px; }
  .brand { gap: .35rem; }
  .brand-primary-logo { width: 44px; height: 44px; }
  .brand-wordmark { width: 126px; height: 42px; }
  .primary-nav { top: 70px; }
  .hero-grid { padding-block: 4.5rem; }
  h1 { line-height: .95; }
  .actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .benefit-grid, .framework-grid, .outcome-list, .services-grid, .footer-grid { grid-template-columns: 1fr; }
  .topic-grid, .value-grid { grid-template-columns: 1fr; }
  .engagement-list > article { grid-template-columns: 1fr; gap: 1rem; }
  .engagement-details { grid-column: auto; margin-top: 1.5rem; }
  .page-hero h1 { font-size: clamp(3.1rem, 15vw, 4.8rem); }
  .contact-card { padding-inline: 1.25rem; }
  .benefit-grid article { min-height: 220px; }
  .framework-grid { gap: 3rem; }
  .outcome-list article { border-left: 0; }
  .services-grid article:nth-child(odd) { border-right: 0; }
  .services-grid article { min-height: 300px; padding-inline: .5rem; }
  .footer-grid > div:last-child { text-align: left; }
}

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