/* Self-contained static build: system fonts only. */

:root {
  --ink: #073b3a;
  --deep: #073b3a;
  --paper: #ffffff;
  --white: #ffffff;
  --surface: #ffffff;
  --muted: #4d6f73;
  --line: #bddbe3;
  --line-strong: #a9cfd5;
  --deep-line: #2e6c68;
  --on-deep-muted: #b9dbdc;
  --nav-text: #285f60;
  --surface-soft: #e3f6ff;
  --accent-ink: #073b3a;
  --lime: #92d9ff;
  --orange: #20a889;
  --blue: #e3f6ff;
  --pink: #087f70;
  --radius: 24px;
}

[data-theme="dark"] {
  --ink: #ecfbfd;
  --deep: #052f31;
  --paper: #071d21;
  --surface: #0d292e;
  --muted: #a8c4c8;
  --line: #2c545c;
  --line-strong: #37656b;
  --deep-line: #2f6863;
  --on-deep-muted: #add0d0;
  --nav-text: #cce6e8;
  --surface-soft: #0b3039;
  --lime: #72cfff;
  --orange: #22a98d;
  --blue: #113944;
  --pink: #08796d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  transition: background-color .25s ease, color .25s ease;
}
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(16, 33, 27, .1);
}
.nav-wrap { min-height: 86px; display: flex; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 11px; margin-right: auto; }
.brand-mark {
  display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%;
  background: var(--deep); color: var(--white); font: 700 18px/1 "Manrope", sans-serif;
}
.brand-mark span { color: var(--lime); }
.brand-name { font: 700 15px/1.03 "Manrope", sans-serif; letter-spacing: -.03em; }
.brand-name small { font: 500 9px/1.1 "DM Sans", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
nav { display: flex; gap: 30px; align-items: center; }
nav a, .services-menu summary { color: var(--nav-text); font-size: 14px; font-weight: 500; transition: color .2s; }
nav a:hover, .services-menu summary:hover { color: var(--ink); }
.services-menu { position: relative; }
.services-menu summary { display: flex; align-items: center; gap: 6px; list-style: none; cursor: pointer; }
.services-menu summary::-webkit-details-marker { display: none; }
.services-menu summary span { font-size: 13px; transition: transform .2s; }
.services-menu[open] summary span { transform: rotate(180deg); }
.services-dropdown {
  position: absolute; z-index: 30; top: calc(100% + 18px); left: 50%; width: 340px;
  padding: 10px; border: 1px solid rgba(16,33,27,.12); border-radius: 18px;
  background: var(--surface); box-shadow: 0 24px 60px rgba(0,0,0,.22); transform: translateX(-35%);
}
.services-dropdown::before { content: ""; position: absolute; left: 0; right: 0; top: -19px; height: 19px; }
.services-dropdown a { display: flex; justify-content: space-between; gap: 16px; padding: 13px 14px; border-radius: 11px; }
.services-dropdown a:hover, .services-dropdown a:focus-visible { background: var(--paper); outline: none; }
.services-dropdown a span { color: var(--ink); font-weight: 600; }
.services-dropdown a small { color: var(--muted); font-size: 10px; }
.services-dropdown .dropdown-all { margin-bottom: 5px; background: var(--deep); }
.services-dropdown .dropdown-all:hover, .services-dropdown .dropdown-all:focus-visible { background: #14675f; }
.services-dropdown .dropdown-all span { color: var(--white); }
.services-dropdown .dropdown-all small { color: #c5dfe0; }
.theme-toggle {
  display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px;
  padding: 0; border: 1px solid var(--line); border-radius: 50%; background: var(--surface);
  color: var(--ink); cursor: pointer; font: 600 19px/1 "DM Sans", sans-serif;
  transition: transform .2s, background-color .2s, border-color .2s;
}
.theme-toggle:hover { transform: rotate(10deg); border-color: var(--orange); }
.theme-toggle:focus-visible { outline: 3px solid var(--lime); outline-offset: 2px; }
.nav-cta {
  display: inline-flex; align-items: center; gap: 18px; padding: 13px 18px 13px 21px;
  border: 1px solid var(--ink); border-radius: 999px; font-size: 14px; font-weight: 600;
}
.nav-cta span { font-size: 18px; }

.hero { min-height: 730px; padding: 105px 0 92px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 70px; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .15em; font-size: 11px; font-weight: 700; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Manrope", sans-serif; letter-spacing: -.055em; }
h1 { margin: 24px 0 30px; font-size: clamp(58px, 7vw, 100px); line-height: .94; font-weight: 600; }
h1 em, h2 em { font-family: Georgia, serif; font-weight: 400; }
.hero-lede { max-width: 570px; font-size: 19px; line-height: 1.65; color: var(--muted); }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 28px; padding: 17px 22px; border-radius: 999px; font-size: 14px; font-weight: 600; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(16,33,27,.14); }
.button-dark { background: var(--deep); color: var(--white); }
.button-light { background: var(--lime); color: var(--accent-ink); }
.text-link { border-bottom: 1px solid var(--ink); padding: 8px 0; font-size: 14px; font-weight: 600; }

.hero-art { position: relative; height: 510px; border-radius: 260px 260px 32px 32px; background: var(--deep); overflow: hidden; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.orbit-one { width: 410px; height: 410px; top: 38px; left: 25px; }
.orbit-two { width: 265px; height: 265px; top: 110px; left: 96px; }
.signal-card { position: absolute; border-radius: 22px; box-shadow: 0 20px 50px rgba(0,0,0,.2); }
.signal-main { top: 145px; left: 52px; width: 300px; padding: 26px; background: var(--surface); transform: rotate(-4deg); }
.signal-label, .signal-main small { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .11em; }
.signal-main strong { display: block; margin: 15px 0; font: 600 34px/1 "Manrope", sans-serif; letter-spacing: -.04em; }
.signal-line { display: flex; height: 48px; gap: 5px; align-items: end; }
.signal-line i { flex: 1; background: var(--orange); border-radius: 6px 6px 2px 2px; }
.signal-line i:nth-child(1) { height: 28%; } .signal-line i:nth-child(2) { height: 47%; } .signal-line i:nth-child(3) { height: 69%; } .signal-line i:nth-child(4) { height: 100%; background: var(--lime); }
.signal-main small { display: block; margin-top: 13px; }
.signal-float { right: 26px; top: 70px; background: var(--lime); color: var(--accent-ink); width: 135px; height: 135px; display: grid; place-content: center; text-align: center; transform: rotate(8deg); }
.signal-float span { text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.signal-float strong { font-size: 37px; }
.asterisk { position: absolute; right: 42px; bottom: 40px; color: var(--orange); font-size: 86px; line-height: 1; }

.ticker { overflow: hidden; background: var(--lime); color: var(--accent-ink); border-block: 1px solid var(--accent-ink); transform: rotate(-1deg); }
.ticker > div { width: max-content; display: flex; align-items: center; gap: 32px; padding: 17px 0; font: 600 14px/1 "Manrope", sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.ticker i { font-style: normal; }
.intro { padding: 150px 0; display: grid; grid-template-columns: .38fr 1fr; gap: 70px; }
.section-kicker { padding-top: 8px; }
.intro h2, .section-heading h2, .why-title h2, .table-heading h2 { font-size: clamp(42px, 5vw, 70px); line-height: 1.03; font-weight: 500; }
.intro h2 { max-width: 820px; margin-bottom: 30px; }
.intro p:last-child { max-width: 670px; color: var(--muted); font-size: 18px; line-height: 1.7; }

.services { background: var(--deep); color: var(--white); padding: 130px 0; }
.section-kicker.light { color: var(--on-deep-muted); }
.section-heading { display: grid; grid-template-columns: .35fr 1fr .55fr; gap: 40px; align-items: end; margin-bottom: 65px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p:last-child { margin-bottom: 8px; color: var(--on-deep-muted); line-height: 1.6; }
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.service-card { min-height: 325px; padding: 25px; border-radius: var(--radius); color: var(--ink); display: flex; flex-direction: column; grid-column: span 2; transition: transform .25s; }
.service-card:hover { transform: translateY(-6px); }
.service-card:focus-visible { outline: 4px solid var(--lime); outline-offset: 4px; }
.service-card:nth-child(4) { grid-column: 2 / span 2; }
.service-card .service-top { display: flex; justify-content: flex-end; font-size: 13px; }
.service-card .service-top span:last-child { font-size: 22px; }
.service-card h3 { margin: clamp(42px, 6vw, 72px) 0 16px; font: 600 29px/1.05 "Manrope", sans-serif; letter-spacing: -.045em; }
.service-card p { margin-bottom: 0; line-height: 1.55; font-size: 14px; }
.service-card.lime { background: var(--lime); color: var(--accent-ink); }
.service-card.orange { background: var(--orange); color: var(--white); }
.service-card.blue { background: var(--blue); color: var(--ink); }
.service-card.pink { background: var(--pink); color: var(--white); }
.service-card.cream { background: var(--surface); border: 1px solid var(--line); }

.proof { padding: 140px 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.proof-card { padding: 48px; background: var(--orange); color: var(--white); border-radius: var(--radius); }
.proof-card h2 { margin: 52px 0 25px; font-size: 52px; line-height: 1.02; font-weight: 500; }
.proof-card > p:last-child { line-height: 1.65; margin-bottom: 0; }
.steps { list-style: none; margin: 0; padding: 0; }
.steps li { display: grid; grid-template-columns: 55px 1fr; gap: 25px; padding: 29px 0; border-top: 1px solid var(--line); }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps li > span { font-size: 12px; color: var(--muted); padding-top: 6px; }
.steps h3 { margin-bottom: 9px; font: 600 25px/1.2 "Manrope", sans-serif; }
.steps p { margin-bottom: 0; color: var(--muted); line-height: 1.6; }

.why { background: var(--surface-soft); padding: 130px 0; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.why-title h2 { margin-top: 55px; }
.why-list > div { display: grid; grid-template-columns: 44px 1fr; padding: 27px 0; border-top: 1px solid var(--line-strong); }
.why-list > div:last-child { border-bottom: 1px solid var(--line-strong); }
.why-list span { color: var(--orange); font-size: 20px; }
.why-list h3 { margin-bottom: 8px; font: 600 21px/1.2 "Manrope", sans-serif; }
.why-list p { grid-column: 2; color: var(--muted); line-height: 1.6; margin-bottom: 0; }

.cta { position: relative; margin-top: 80px; margin-bottom: 80px; padding: 90px; background: var(--deep); color: var(--white); border-radius: 32px; overflow: hidden; }
.cta .cta-mark { position: absolute; right: 45px; top: 15px; color: rgba(255,255,255,.06); font: 700 240px/1 "Manrope", sans-serif; }
.cta h2 { position: relative; margin: 28px 0 24px; font-size: clamp(48px, 6vw, 78px); line-height: .98; font-weight: 500; }
.cta > p:not(.section-kicker) { max-width: 610px; color: var(--on-deep-muted); font-size: 17px; line-height: 1.65; }
.cta .button { margin-top: 22px; position: relative; }

.site-footer { padding: 70px 0 25px; background: var(--surface); border-top: 14px solid var(--lime); }
.footer-main { display: grid; grid-template-columns: 1fr .45fr .7fr; gap: 70px; padding-bottom: 65px; }
.footer-brand { margin-bottom: 23px; }
.footer-main > div:first-child p { max-width: 360px; color: var(--muted); line-height: 1.6; }
.footer-main h3 { text-transform: uppercase; letter-spacing: .14em; font-size: 11px; margin: 8px 0 22px; }
.footer-main > div:not(:first-child) a { display: block; margin-bottom: 12px; color: var(--nav-text); }
.footer-main address { margin-top: 18px; color: var(--muted); font-style: normal; line-height: 1.65; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid var(--line-strong); color: var(--muted); font-size: 12px; }
.footer-legal { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px 20px; }
.footer-legal a { color: var(--nav-text); }
.footer-legal a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }
.legal-hero { padding: 105px 0 70px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { max-width: 920px; }
.legal-updated { color: var(--muted); font-size: 13px; }
.legal-content { display: grid; grid-template-columns: .34fr 1fr; gap: 70px; padding: 90px 0 130px; }
.legal-content > p { color: var(--muted); line-height: 1.7; }
.legal-sections { max-width: 780px; }
.legal-sections section { padding: 0 0 38px; margin-bottom: 38px; border-bottom: 1px solid var(--line); }
.legal-sections section:last-child { border-bottom: 0; }
.legal-sections h2 { margin-bottom: 15px; font-size: 28px; font-weight: 600; letter-spacing: -.035em; }
.legal-sections p, .legal-sections li { color: var(--muted); line-height: 1.75; }
.legal-sections ul { padding-left: 20px; }
.legal-sections a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; }

.pricing-hero { padding: 115px 0 105px; }
.pricing-hero h1 { max-width: 1000px; }
.pricing-intro { display: flex; justify-content: space-between; gap: 50px; align-items: center; margin-top: 35px; padding-top: 35px; border-top: 1px solid var(--line); }
.pricing-intro p { max-width: 650px; font-size: 19px; line-height: 1.65; color: var(--muted); }
.pricing-band { padding: 110px 0; background: var(--deep); color: var(--white); }
.pricing-principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 50px; }
.pricing-principles article { padding: 35px; min-height: 285px; border: 1px solid var(--deep-line); border-radius: var(--radius); }
.pricing-principles h2 { margin: 55px 0 16px; font-size: 28px; font-weight: 500; }
.pricing-principles p { color: var(--on-deep-muted); line-height: 1.6; }
.guest-plan-section { padding: 135px 0 115px; }
.guest-plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.guest-plan-card { display: flex; flex-direction: column; min-height: 610px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.guest-plan-card.plan-starter { background: var(--blue); }
.guest-plan-card.plan-featured { background: var(--orange); color: var(--white); border-color: transparent; transform: translateY(-14px); box-shadow: 0 24px 55px rgba(7,59,58,.18); }
.plan-card-top { min-height: 40px; display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.plan-card-top > span { color: var(--muted); font-size: 11px; line-height: 1.35; text-transform: uppercase; letter-spacing: .1em; text-align: right; }
.plan-featured .plan-card-top > span { color: rgba(255,255,255,.82); }
.plan-label { margin: 0; font: 700 13px/1.2 "Manrope", sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.plan-badge { padding: 7px 10px; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; }
.plan-price { display: flex; align-items: baseline; gap: 8px; margin: 38px 0 22px; }
.plan-price strong { font: 600 clamp(48px, 5vw, 66px)/1 "Manrope", sans-serif; letter-spacing: -.06em; }
.plan-price span { color: var(--muted); font-size: 13px; }
.plan-featured .plan-price span { color: rgba(255,255,255,.82); }
.plan-summary { min-height: 72px; color: var(--muted); line-height: 1.6; }
.plan-featured .plan-summary { color: rgba(255,255,255,.88); }
.plan-features { list-style: none; margin: 10px 0 32px; padding: 0; }
.plan-features li { display: grid; grid-template-columns: 22px 1fr; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14px; line-height: 1.45; }
.plan-features li span { color: var(--orange); font-weight: 700; }
.plan-featured .plan-features li { border-color: rgba(255,255,255,.24); }
.plan-featured .plan-features li span { color: var(--lime); }
.plan-button { width: 100%; margin-top: auto; }
.plan-note { max-width: 760px; margin: 28px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.price-table-section { padding: 135px 0; }
.table-heading { display: grid; grid-template-columns: .35fr .9fr .55fr; gap: 40px; align-items: end; margin-bottom: 60px; }
.table-heading h2 { margin-bottom: 0; }
.table-heading > p:last-child { color: var(--muted); line-height: 1.6; }
.price-table { border-top: 2px solid var(--ink); }
.price-row { display: grid; grid-template-columns: .75fr 1.7fr .7fr; gap: 35px; padding: 26px 10px; border-bottom: 1px solid var(--line); align-items: center; }
.price-row span { color: var(--muted); line-height: 1.5; }
.price-head { text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 700; padding-block: 16px; }
.price-head span { color: var(--ink); }
.scope { padding: 90px 0 135px; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.scope h2 { font-size: 58px; font-weight: 500; margin-top: 45px; }
.scope ul { list-style: none; margin: 0; padding: 0; }
.scope li { display: flex; gap: 17px; padding: 21px 0; border-bottom: 1px solid var(--line); font-size: 17px; }
.scope li span { display: grid; place-items: center; width: 25px; height: 25px; background: var(--lime); color: var(--accent-ink); border-radius: 50%; font-size: 12px; }
.custom-package { margin-bottom: 135px; padding: 72px; border: 1px solid var(--line); border-radius: 32px; background: var(--surface-soft); }
.custom-package h2 { margin: 38px 0 22px; }
.custom-package-copy { max-width: 560px; margin-bottom: 30px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.custom-package ul { align-self: center; }
.pricing-cta { margin-top: 0; }

.inner-hero { padding: 125px 0 115px; }
.inner-hero-grid { display: grid; grid-template-columns: 1.3fr .55fr; gap: 70px; align-items: end; margin-top: 40px; }
.inner-hero h1 { margin-bottom: 0; }
.inner-hero-grid > p { margin-bottom: 12px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-orange .eyebrow span { background: var(--orange); }
.hero-blue .eyebrow span { background: var(--blue); }
.hero-pink .eyebrow span { background: var(--pink); }

.story-band { padding: 120px 0; background: var(--deep); color: var(--white); }
.story-grid { display: grid; grid-template-columns: .38fr 1fr; gap: 70px; }
.story-grid h2 { max-width: 820px; margin-bottom: 35px; font-size: clamp(42px, 5vw, 68px); line-height: 1.05; font-weight: 500; }
.story-grid div p { max-width: 740px; margin-bottom: 0; color: var(--on-deep-muted); font-size: 18px; line-height: 1.75; }
.values { padding: 135px 0; }
.values-title { display: grid; grid-template-columns: .38fr 1fr; gap: 70px; margin-bottom: 65px; }
.values-title h2 { font-size: clamp(42px, 5vw, 68px); line-height: 1.03; font-weight: 500; }
.value-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.value-grid article { min-height: 300px; padding: 35px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-grid article > span { color: var(--orange); font-size: 12px; }
.value-grid h3 { margin: 90px 0 14px; font: 600 28px/1.1 "Manrope", sans-serif; letter-spacing: -.04em; }
.value-grid p { max-width: 460px; margin-bottom: 0; color: var(--muted); line-height: 1.65; }
.company-facts { margin-bottom: 135px; display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.company-facts div { padding: 32px 26px; border-right: 1px solid var(--line); }
.company-facts div:last-child { border-right: 0; }
.company-facts span, .contact-details span { display: block; margin-bottom: 14px; color: var(--muted); text-transform: uppercase; letter-spacing: .14em; font-size: 10px; }
.company-facts strong { font: 600 17px/1.4 "Manrope", sans-serif; }

.service-directory { padding: 0 0 135px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.directory-card { min-height: 320px; padding: 31px; border-radius: var(--radius); display: flex; flex-direction: column; transition: transform .2s; }
.directory-card:hover { transform: translateY(-5px); }
.directory-card:nth-child(5) { grid-column: 1 / -1; min-height: 250px; }
.directory-card.lime { background: var(--lime); color: var(--accent-ink); }
.directory-card.orange { background: var(--orange); color: var(--white); }
.directory-card.blue { background: var(--blue); }
.directory-card.pink { background: var(--pink); color: var(--white); }
.directory-card.cream { background: var(--surface); border: 1px solid var(--line); }
.directory-number { font-size: 12px; }
.directory-card > div { margin-top: auto; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 10px; }
.directory-card p { grid-column: 1 / -1; margin-bottom: 2px; text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 700; }
.directory-card h2 { margin-bottom: 0; font-size: clamp(32px, 4vw, 50px); font-weight: 500; }
.directory-card div > span { font-size: 13px; font-weight: 600; }
.service-boundary { padding: 90px 0 135px; display: grid; grid-template-columns: .38fr 1fr; gap: 70px; border-top: 1px solid var(--line); }
.service-boundary h2 { margin-bottom: 25px; font-size: 54px; font-weight: 500; }
.service-boundary div p { max-width: 740px; color: var(--muted); font-size: 18px; line-height: 1.7; }

.service-hero { padding: 70px 0 120px; }
.service-hero-lime { background: var(--lime); color: var(--accent-ink); }
.service-hero-orange { background: var(--orange); color: var(--white); }
.service-hero-blue { background: var(--blue); }
.service-hero-pink { background: var(--pink); color: var(--white); }
.service-hero-cream { background: var(--surface); }
.service-hero .eyebrow span { background: var(--ink); }
.service-hero-orange .eyebrow span, .service-hero-pink .eyebrow span { background: var(--white); }
.service-crumbs { display: flex; gap: 9px; margin-bottom: 90px; font-size: 12px; }
.service-crumbs a { text-decoration: underline; text-underline-offset: 4px; }
.service-hero h1 { max-width: 1080px; margin-top: 35px; font-size: clamp(55px, 7vw, 92px); }
.service-hero-intro { max-width: 700px; margin: 40px 0 0 auto; font-size: 19px; line-height: 1.7; }
.service-belief { padding: 135px 0; display: grid; grid-template-columns: .35fr 1fr; gap: 70px; }
.service-belief h2 { max-width: 850px; font-size: clamp(38px, 4.5vw, 62px); line-height: 1.08; font-weight: 500; }
.outcomes-band { padding: 100px 0; background: var(--deep); color: var(--white); }
.outcome-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 50px; border-top: 1px solid var(--deep-line); border-left: 1px solid var(--deep-line); }
.outcome-grid div { min-height: 215px; padding: 25px; border-right: 1px solid var(--deep-line); border-bottom: 1px solid var(--deep-line); display: flex; flex-direction: column; }
.outcome-grid span { color: var(--lime); font-size: 11px; }
.outcome-grid strong { margin-top: auto; font: 500 22px/1.25 "Manrope", sans-serif; }
.deliverables { padding: 135px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.deliverables h2 { margin-top: 45px; font-size: clamp(42px, 5vw, 64px); line-height: 1.02; font-weight: 500; }
.deliverables ul { list-style: none; padding: 0; margin: 0; }
.deliverables li { display: flex; gap: 15px; padding: 21px 0; border-bottom: 1px solid var(--line); font-size: 17px; }
.deliverables li span { display: grid; place-items: center; flex: 0 0 25px; width: 25px; height: 25px; border-radius: 50%; background: var(--lime); color: var(--accent-ink); font-size: 12px; }
.service-process { padding: 120px 0; background: var(--surface-soft); }
.service-process .shell { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.process-heading h2 { margin-top: 45px; font-size: 54px; line-height: 1.04; font-weight: 500; }
.service-process ol { margin: 0; padding: 0; list-style: none; }
.service-process li { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 26px 0; border-top: 1px solid var(--line-strong); }
.service-process li:last-child { border-bottom: 1px solid var(--line-strong); }
.service-process li > span { color: var(--muted); font-size: 11px; padding-top: 5px; }
.service-process h3 { margin-bottom: 8px; font: 600 24px/1.2 "Manrope", sans-serif; }
.service-process li p { color: var(--muted); line-height: 1.6; margin-bottom: 0; }
.service-faq { padding: 135px 0; display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.service-faq h2 { margin-top: 45px; font-size: 54px; font-weight: 500; }
.service-faq details { border-top: 1px solid var(--line); }
.service-faq details:last-child { border-bottom: 1px solid var(--line); }
.service-faq summary { display: flex; justify-content: space-between; gap: 20px; padding: 26px 0; cursor: pointer; list-style: none; font: 600 19px/1.4 "Manrope", sans-serif; }
.service-faq summary::-webkit-details-marker { display: none; }
.service-faq summary span { font-size: 24px; transition: transform .2s; }
.service-faq details[open] summary span { transform: rotate(45deg); }
.service-faq details p { max-width: 680px; padding: 0 40px 25px 0; color: var(--muted); line-height: 1.65; }

.blog-grid { padding: 0 0 135px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.blog-card { min-height: 360px; padding: 31px; border-radius: var(--radius); display: flex; flex-direction: column; }
.blog-card.lime { background: var(--lime); color: var(--accent-ink); }
.blog-card.orange { background: var(--orange); color: var(--white); }
.blog-card.blue { background: var(--blue); }
.blog-card.pink { background: var(--pink); color: var(--white); }
.blog-card.cream { background: var(--surface); border: 1px solid var(--line); }
.blog-card > div { display: flex; justify-content: space-between; text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 700; }
.blog-card h2 { margin: auto 0 18px; max-width: 530px; font-size: clamp(30px, 3.5vw, 45px); line-height: 1.04; font-weight: 500; }
.blog-card p { max-width: 500px; line-height: 1.6; }
.blog-card small { font-size: 11px; font-weight: 700; }
.editorial-note { padding: 100px 0 135px; display: grid; grid-template-columns: .38fr 1fr; gap: 70px; border-top: 1px solid var(--line); }
.editorial-note h2 { font-size: 58px; line-height: 1.04; font-weight: 500; }
.editorial-note div p { max-width: 700px; color: var(--muted); font-size: 18px; line-height: 1.7; }

.contact-page { padding: 115px 0 125px; display: grid; grid-template-columns: 1.1fr .65fr; gap: 90px; align-items: center; }
.contact-intro h1 { margin-bottom: 35px; }
.contact-intro > p:last-child { max-width: 650px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.contact-card { padding: 42px; background: var(--deep); color: var(--white); border-radius: var(--radius); }
.contact-card h2 { margin: 50px 0 20px; font-size: 40px; font-weight: 500; }
.contact-email { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-block: 1px solid var(--deep-line); color: var(--lime); font-weight: 600; overflow-wrap: anywhere; }
.contact-email span { font-size: 22px; }
.brief-list { margin-top: 35px; }
.brief-list p { color: var(--on-deep-muted); }
.brief-list ul { margin: 18px 0 0; padding-left: 20px; }
.brief-list li { margin: 11px 0; color: #e6f5f5; }
.contact-details { padding: 80px 0; background: var(--lime); color: var(--accent-ink); }
.contact-details span { color: color-mix(in srgb, var(--accent-ink) 72%, transparent); }
.contact-details .shell { display: grid; grid-template-columns: .7fr 1fr 1fr; gap: 70px; }
.contact-details strong, .contact-details a, .contact-details address { font: 600 17px/1.55 "Manrope", sans-serif; font-style: normal; }
.contact-services { padding: 110px 0 135px; }
.contact-services > div { margin-top: 45px; display: flex; flex-wrap: wrap; gap: 12px; }
.contact-services div span { padding: 15px 20px; border: 1px solid var(--line); border-radius: 999px; font-weight: 600; }

@media (max-width: 900px) {
  .shell { width: min(100% - 32px, 700px); }
  .nav-wrap { flex-wrap: wrap; padding: 12px 0; gap: 18px; }
  nav { order: 3; width: 100%; gap: 24px; padding-top: 10px; border-top: 1px solid rgba(16,33,27,.1); }
  .services-dropdown { left: 0; transform: none; }
  .hero { grid-template-columns: 1fr; padding-top: 75px; }
  .hero-art { height: 450px; max-width: 520px; width: 100%; justify-self: center; }
  .intro, .proof, .why-grid, .scope { grid-template-columns: 1fr; gap: 55px; }
  .section-heading, .table-heading { grid-template-columns: 1fr; gap: 18px; }
  .service-card { grid-column: span 3; }
  .service-card:nth-child(4) { grid-column: span 3; }
  .pricing-principles { grid-template-columns: 1fr; }
  .pricing-principles article { min-height: auto; }
  .pricing-principles h2 { margin-top: 35px; }
  .guest-plan-grid { grid-template-columns: 1fr; }
  .guest-plan-card { min-height: auto; }
  .guest-plan-card.plan-featured { transform: none; }
  .plan-summary { min-height: auto; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .inner-hero-grid, .story-grid, .values-title, .service-boundary, .service-belief,
  .deliverables, .service-process .shell, .service-faq, .editorial-note, .contact-page, .legal-content { grid-template-columns: 1fr; gap: 50px; }
  .service-directory, .blog-grid { grid-template-columns: 1fr; }
  .directory-card:nth-child(5) { grid-column: auto; min-height: 320px; }
  .outcome-grid { grid-template-columns: repeat(2, 1fr); }
  .company-facts, .contact-details .shell { grid-template-columns: 1fr; }
  .company-facts div { border-right: 0; border-bottom: 1px solid var(--line); }
  .company-facts div:last-child { border-bottom: 0; }
  .contact-page { align-items: stretch; }
}

@media (max-width: 620px) {
  .nav-wrap { min-height: 72px; }
  .brand-name { display: none; }
  .nav-cta { padding: 11px 16px; }
  nav { gap: 12px 18px; flex-wrap: wrap; }
  nav a, .services-menu summary { font-size: 12px; }
  .services-dropdown { left: -75px; width: min(330px, calc(100vw - 32px)); }
  .hero { min-height: auto; gap: 45px; padding: 65px 0 75px; }
  h1 { font-size: clamp(50px, 15vw, 70px); }
  .hero-lede { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-art { height: 390px; border-radius: 200px 200px 28px 28px; }
  .signal-main { width: 245px; left: 24px; top: 130px; }
  .signal-float { width: 112px; height: 112px; right: 15px; top: 57px; }
  .intro, .services, .proof, .why { padding-block: 90px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(4) { grid-column: auto; min-height: 280px; }
  .proof-card { padding: 34px; }
  .proof-card h2 { font-size: 43px; }
  .cta { width: calc(100% - 24px); padding: 65px 28px; margin-block: 40px; }
  .cta .cta-mark { font-size: 150px; right: -15px; }
  .footer-main { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .footer-legal { justify-content: flex-start; }
  .legal-hero { padding: 75px 0 55px; }
  .legal-content { padding: 65px 0 90px; }
  .pricing-hero { padding: 75px 0; }
  .pricing-intro { flex-direction: column; align-items: flex-start; }
  .guest-plan-section { padding-block: 90px; }
  .guest-plan-card { padding: 28px; }
  .custom-package { padding: 40px 28px; margin-bottom: 90px; }
  .price-table { border-top-width: 1px; }
  .price-head { display: none; }
  .price-row { grid-template-columns: 1fr; gap: 10px; padding: 25px 0; }
  .price-row strong { font-size: 20px; }
  .price-row span:last-child { color: var(--ink); font-weight: 600; }
  .inner-hero { padding: 80px 0; }
  .inner-hero-grid { margin-top: 25px; }
  .story-band, .values, .service-belief, .deliverables, .service-process, .service-faq { padding-block: 85px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article { min-height: 260px; }
  .value-grid h3 { margin-top: 65px; }
  .service-directory, .blog-grid { padding-bottom: 90px; }
  .directory-card, .directory-card:nth-child(5), .blog-card { min-height: 290px; }
  .directory-card > div { grid-template-columns: 1fr; }
  .service-hero { padding: 50px 0 85px; }
  .service-crumbs { margin-bottom: 60px; }
  .service-hero-intro { margin-left: 0; }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-grid div { min-height: 165px; }
  .contact-card { padding: 30px; }
  .editorial-note h2, .service-boundary h2, .process-heading h2, .service-faq h2 { font-size: 43px; }
}

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


/* Static HTML refinements */
.services-menu > summary:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; border-radius: 4px; }
.theme-toggle span { pointer-events: none; }
