:root {
  --ink: #102933;
  --ink-2: #193d49;
  --blue: #315d6d;
  --eucalyptus: #9bbab0;
  --mist: #dce9e4;
  --copper: #b96f4b;
  --copper-dark: #8e4c32;
  --gold: #d9b274;
  --ivory: #f5f0e9;
  --paper: #fffdf9;
  --white: #fff;
  --muted: #66777b;
  --line: rgba(16,41,51,.16);
  --shadow: 0 24px 70px rgba(16,41,51,.14);
  --shell: min(1240px, calc(100% - 48px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { margin-bottom: .75rem; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: .98; letter-spacing: -.035em; }
h1 { font-size: clamp(3.8rem, 7vw, 7.6rem); }
h2 { font-size: clamp(2.7rem, 5vw, 5.2rem); }
h3 { font-size: clamp(1.55rem, 2.2vw, 2.35rem); }
p { margin-bottom: 1.2rem; }
.shell { width: var(--shell); margin-inline: auto; }
.skip { position: fixed; z-index: 300; left: 12px; top: -80px; padding: .7rem 1rem; background: var(--ink); color: var(--white); }
.skip:focus { top: 12px; }
.demo-bar { display: flex; min-height: 38px; align-items: center; justify-content: center; gap: 2.5rem; padding: .45rem 24px; background: var(--copper); color: var(--white); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.demo-bar strong { font-size: inherit; }
.demo-bar a { border-bottom: 1px solid currentColor; }
.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid var(--line); background: rgba(255,253,249,.94); backdrop-filter: blur(16px); }
.nav { position: relative; display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; align-items: center; gap: .8rem; }
.brand-mark { display: grid; width: 47px; height: 47px; place-items: center; border-radius: 50%; background: var(--ink); color: var(--gold); font-family: Georgia, serif; font-size: 1.6rem; font-style: italic; }
.brand b, .brand small { display: block; }
.brand b { letter-spacing: .14em; }
.brand small { margin-top: .1rem; color: var(--muted); font-size: .57rem; letter-spacing: .16em; }
.nav-links { display: flex; align-items: center; gap: 1.5rem; font-size: .82rem; font-weight: 800; }
.nav-links a:not(.nav-action):hover { color: var(--copper); }
.nav-links a[aria-current="page"]:not(.nav-action) { color: var(--copper); }
.nav-action { padding: .75rem 1.05rem; border-radius: 99px; background: var(--ink); color: var(--white); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); font-weight: 900; }
.breadcrumb { display: flex; min-height: 46px; align-items: center; gap: .55rem; overflow: hidden; color: var(--muted); font-size: .69rem; font-weight: 800; white-space: nowrap; }
.breadcrumb a:hover { color: var(--copper-dark); }
.breadcrumb strong { overflow: hidden; color: var(--ink); text-overflow: ellipsis; }
.eyebrow { display: inline-block; margin-bottom: 1.2rem; color: var(--copper); font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.button-row { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2rem; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: .8rem 1.2rem; border: 1px solid transparent; border-radius: 99px; font-size: .8rem; font-weight: 900; }
.button.primary { background: var(--copper); color: var(--white); }
.button.primary:hover { background: var(--copper-dark); }
.button.secondary { border-color: var(--ink); color: var(--ink); }
.button.light { background: var(--white); color: var(--ink); }
.button.outline-light { border-color: rgba(255,255,255,.65); color: var(--white); }
.home-hero { min-height: 790px; padding: clamp(4rem, 7vw, 7rem) 0; overflow: hidden; background: var(--ivory); }
.home-hero-grid { display: grid; grid-template-columns: minmax(0,.86fr) minmax(550px,1.14fr); gap: clamp(3rem, 6vw, 6rem); align-items: center; }
.home-hero-copy { min-width: 0; }
.home-hero h1 em { display: block; color: var(--copper); font-weight: 400; }
.home-hero-copy > p { max-width: 610px; color: var(--muted); font-size: 1.16rem; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 1rem; margin: 2rem 0 0; padding: 0; list-style: none; color: var(--ink-2); font-size: .75rem; font-weight: 800; }
.hero-trust li::before { content: "✦"; margin-right: .4rem; color: var(--copper); }
.home-hero-visual { position: relative; display: grid; min-height: 610px; grid-template-columns: 1.25fr .75fr; grid-template-rows: 290px 290px; gap: 12px; }
.home-hero-visual figure { margin: 0; overflow: hidden; border-radius: 160px 160px 24px 24px; }
.home-hero-visual .hero-main { grid-row: 1 / 3; }
.home-hero-visual figure:nth-child(2) { border-radius: 24px 100px 24px 24px; }
.home-hero-visual figure:nth-child(3) { border-radius: 24px 24px 100px 24px; }
.hero-callout { position: absolute; right: -18px; bottom: 55px; width: 230px; padding: 1rem; border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
.hero-callout span, .hero-callout strong, .hero-callout small { display: block; }
.hero-callout span { color: var(--copper); font-size: .65rem; font-weight: 900; letter-spacing: .1em; }
.hero-callout strong { margin: .3rem 0; font-family: Georgia, serif; font-size: 1.2rem; }
.hero-callout small { color: var(--muted); }
.proof-strip { border-block: 1px solid var(--line); background: var(--white); }
.proof-strip .shell { display: grid; grid-template-columns: repeat(4,1fr); }
.proof-strip .shell > div { min-height: 145px; padding: 1.6rem; border-right: 1px solid var(--line); }
.proof-strip .shell > div:last-child { border: 0; }
.proof-strip strong, .proof-strip span { display: block; }
.proof-strip strong { color: var(--copper); font-family: Georgia, serif; font-size: 3.5rem; font-weight: 400; }
.proof-strip span { color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.section { padding: clamp(5rem, 8vw, 8rem) 0; }
.section.soft { background: var(--ivory); }
.section.mist { background: var(--mist); }
.section.dark { background: var(--ink); color: var(--white); }
.section-head { display: grid; grid-template-columns: 1.3fr .7fr; gap: 3rem; align-items: end; margin-bottom: 3.4rem; }
.section-head h2 { margin-bottom: 0; }
.section-head > p { max-width: 520px; margin: 0 0 .45rem; color: var(--muted); }
.dark .section-head > p { color: #c6d6d8; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.service-card { position: relative; min-height: 520px; overflow: hidden; border-radius: 26px; background: var(--ink); color: var(--white); }
.service-card img { position: absolute; inset: 0; transition: transform .45s ease; }
.service-card:hover img { transform: scale(1.035); }
.service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 30%,rgba(8,27,34,.9)); }
.service-card div { position: absolute; z-index: 1; inset: auto 1.4rem 1.4rem; }
.service-card span { color: #f0c5ae; font-size: .67rem; font-weight: 900; letter-spacing: .1em; }
.service-card h3 { margin: .35rem 0 .6rem; }
.service-card p { margin: 0; color: #dce5e6; font-size: .88rem; }
.editorial { display: grid; min-height: 720px; grid-template-columns: .9fr 1.1fr; background: var(--ink); color: var(--white); }
.editorial.reverse { grid-template-columns: 1.1fr .9fr; background: var(--ivory); color: var(--ink); }
.editorial-copy { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding: clamp(3rem, 7vw, 7rem); }
.editorial-copy p { max-width: 580px; color: #c6d6d8; font-size: 1.08rem; }
.editorial.reverse .editorial-copy p { color: var(--muted); }
.editorial-gallery { display: grid; min-height: 720px; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 8px; }
.editorial-gallery img:first-child { grid-row: 1 / 3; }
.tool-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.tool-card { position: relative; overflow: hidden; padding: clamp(2rem,4vw,3.2rem); border: 1px solid var(--line); border-radius: 24px; background: var(--white); }
.tool-card.dark { border: 0; background: var(--ink); color: var(--white); }
.tool-card h3 { max-width: 600px; }
.tool-card > p { color: var(--muted); }
.tool-card.dark > p { color: #c6d6d8; }
.treatment-finder fieldset { margin: 1.5rem 0; padding: 0; border: 0; }
.treatment-finder legend { margin-bottom: .7rem; font-size: .72rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.choice-pills { display: flex; flex-wrap: wrap; gap: .5rem; }
.choice-pills button { padding: .62rem .85rem; border: 1px solid var(--line); border-radius: 99px; background: var(--paper); color: var(--ink); font-size: .76rem; font-weight: 800; }
.choice-pills button.selected { border-color: var(--copper); background: #f7e1d5; color: var(--copper-dark); }
.finder-result, .coverage-result { min-height: 92px; padding: 1rem; border-radius: 14px; background: var(--ivory); }
.finder-result strong, .finder-result span { display: block; }
.finder-result strong { margin-bottom: .25rem; font-family: Georgia, serif; font-size: 1.3rem; }
.availability-card { display: grid; gap: 1rem; }
.availability-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.availability-head label { font-size: .7rem; font-weight: 900; letter-spacing: .08em; }
.availability-head select { max-width: 190px; padding: .65rem; border: 1px solid var(--line); border-radius: 9px; background: var(--white); }
.status-dot { display: inline-block; width: 9px; height: 9px; margin-right: .4rem; border-radius: 50%; background: #62b98b; box-shadow: 0 0 0 5px rgba(98,185,139,.14); }
.availability-metrics { display: grid; grid-template-columns: repeat(2,1fr); gap: .75rem; }
.availability-metrics div { padding: 1rem; border-radius: 13px; background: rgba(255,255,255,.08); }
.availability-metrics small, .availability-metrics strong { display: block; }
.availability-metrics small { color: #a9c4c5; font-size: .65rem; text-transform: uppercase; }
.availability-metrics strong { margin-top: .25rem; font-family: Georgia, serif; font-size: 1.2rem; }
.provider-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem; }
.provider-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--white); }
.provider-card figure { height: 440px; margin: 0; overflow: hidden; }
.provider-card div { padding: 1.4rem; }
.provider-card span { color: var(--copper); font-size: .68rem; font-weight: 900; letter-spacing: .08em; }
.provider-card p { color: var(--muted); }
.team-finder { display: grid; grid-template-columns: minmax(300px,1.2fr) minmax(220px,.7fr) auto; gap: .8rem; align-items: end; margin-bottom: 1rem; padding: 1.1rem; border: 1px solid var(--line); border-radius: 18px; background: var(--ivory); }
.team-finder label { display: block; margin-bottom: .35rem; color: var(--ink); font-size: .68rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.team-finder input, .team-finder select { width: 100%; min-height: 48px; padding: .7rem .8rem; border: 1px solid var(--line); border-radius: 10px; background: var(--white); color: var(--ink); }
.team-finder > button { min-height: 48px; padding: .7rem 1rem; border: 1px solid var(--ink); border-radius: 99px; background: transparent; color: var(--ink); font-weight: 900; }
.team-results-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: 1rem 0; color: var(--muted); font-size: .76rem; }
.team-results-head strong { color: var(--ink); }
.team-empty { padding: 3rem 1rem; border: 1px dashed var(--line); border-radius: 20px; text-align: center; }
.team-empty[hidden] { display: none; }
.location-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.location-card { display: grid; min-height: 340px; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--white); }
.location-card div { display: flex; justify-content: center; flex-direction: column; padding: 1.5rem; }
.location-card span { color: var(--copper); font-size: .67rem; font-weight: 900; }
.location-card p { color: var(--muted); }
.map-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.map-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 16px 45px rgba(16,41,51,.08); }
.map-card iframe { display: block; width: 100%; height: 430px; border: 0; background: var(--mist); }
.map-card > div { padding: 1.3rem; }
.map-card span { color: var(--copper-dark); font-size: .65rem; font-weight: 900; letter-spacing: .08em; }
.map-card h3 { margin-top: .45rem; }
.map-card p { color: var(--muted); font-size: .86rem; }
.map-card a { color: var(--copper-dark); font-weight: 900; }
.map-card.compact iframe { height: 300px; }
.map-feature { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(2rem,5vw,5rem); align-items: center; }
.map-feature > div:first-child p, .map-feature > div:first-child li { color: var(--muted); }
.photo-band { display: grid; grid-template-columns: repeat(auto-fit,minmax(180px,1fr)); background: var(--ink); }
.photo-band figure { position: relative; height: 330px; margin: 0; overflow: hidden; }
.photo-band figcaption { position: absolute; right: .6rem; bottom: .6rem; padding: .4rem .65rem; border-radius: 99px; background: rgba(16,41,51,.86); color: var(--white); font-size: .65rem; font-weight: 900; }
.story-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.story-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--white); }
.story-card img { height: 290px; }
.story-card div { padding: 1.35rem; }
.story-card small { color: var(--copper); font-weight: 900; }
.story-card p { color: var(--muted); }
.final-cta { padding: clamp(5rem,8vw,8rem) 0; background: var(--copper); color: var(--white); }
.final-cta .shell { display: grid; grid-template-columns: 1.2fr .8fr; gap: 3rem; align-items: end; }
.final-cta p { max-width: 520px; }
.inner-hero { padding: clamp(4.5rem,7vw,7.5rem) 0; overflow: hidden; background: var(--ivory); }
.inner-hero.dark { background: var(--ink); color: var(--white); }
.inner-hero.mist { background: var(--mist); }
.inner-hero-grid { display: grid; grid-template-columns: minmax(0,.88fr) minmax(500px,1.12fr); gap: clamp(3rem,6vw,6rem); align-items: center; }
.inner-hero-copy { min-width: 0; }
.inner-hero-copy h1 { overflow-wrap: anywhere; font-size: clamp(3.3rem,6vw,6.6rem); }
.inner-hero-copy > p { max-width: 640px; color: var(--muted); font-size: 1.12rem; }
.inner-hero.dark .inner-hero-copy > p { color: #c4d5d7; }
.inner-hero-images { display: grid; min-height: 560px; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1fr 1fr; gap: 10px; }
.inner-hero-images img { border-radius: 22px; }
.inner-hero-images img:first-child { grid-row: 1 / 3; border-radius: 180px 22px 22px 22px; }
.process-line { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; background: var(--white); }
.process-line article { min-height: 280px; padding: 1.5rem; border-right: 1px solid var(--line); }
.process-line article:last-child { border: 0; }
.process-line b { display: block; margin-bottom: 3rem; color: var(--copper); }
.content-split { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem,6vw,6rem); align-items: start; }
.content-split.reverse { grid-template-columns: 1.1fr .9fr; }
.content-split figure { min-height: 600px; margin: 0; overflow: hidden; border-radius: 24px; }
.content-copy { padding-block: 1rem; }
.content-copy p, .content-copy li { color: var(--muted); }
.feature-list { display: grid; gap: .7rem; padding: 0; list-style: none; }
.feature-list li { padding: .8rem 0; border-top: 1px solid var(--line); }
.faq-list { display: grid; gap: .65rem; }
.faq-list details { border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.faq-list summary { padding: 1rem; font-weight: 900; cursor: pointer; }
.faq-list p { padding: 0 1rem 1rem; color: var(--muted); }
.care-boundary { padding: 1.2rem; border-left: 4px solid var(--copper); background: #f7e7df; }
.care-boundary strong { display: block; margin-bottom: .25rem; }
.service-next { padding: 4rem 0; background: var(--ink-2); color: var(--white); }
.service-next .shell { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.service-next h2 { max-width: 800px; margin: 0; font-size: clamp(2.3rem,4vw,4.5rem); }
.filter-bar { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 2rem; }
.filter-bar button { padding: .65rem .9rem; border: 1px solid var(--line); border-radius: 99px; background: var(--white); font-weight: 800; }
.filter-bar button.active { background: var(--ink); color: var(--white); }
.profile-hero { display: grid; min-height: 720px; grid-template-columns: 1fr 1fr; background: var(--ink); color: var(--white); }
.profile-hero figure { margin: 0; }
.profile-hero-copy { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding: clamp(3rem,7vw,7rem); }
.profile-hero-copy p { color: #c6d6d8; }
.profile-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(255,255,255,.2); }
.profile-facts div { padding: 1rem; background: var(--ink); }
.profile-facts small, .profile-facts strong { display: block; }
.profile-facts small { color: var(--gold); }
.schedule-hero { padding: 5rem 0; background: var(--ink); color: var(--white); }
.schedule-hero-grid { display: grid; grid-template-columns: 1fr 430px; gap: 4rem; align-items: center; }
.schedule-hero img { height: 320px; border-radius: 170px 24px 24px 24px; }
.scheduler-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 1.5rem; align-items: start; }
.scheduler-context { position: sticky; top: 110px; padding: 1.4rem; border-radius: 20px; background: var(--ink); color: var(--white); }
.scheduler { min-height: 620px; padding: clamp(1.5rem,4vw,3rem); border: 1px solid var(--line); border-radius: 24px; background: var(--white); }
.scheduler-progress { display: grid; grid-template-columns: repeat(4,1fr); gap: 5px; margin-bottom: 2.5rem; }
.scheduler-progress span { height: 5px; border-radius: 5px; background: var(--mist); }
.scheduler-progress span.active { background: var(--copper); }
.schedule-step { display: none; }
.schedule-step.active { display: block; }
.schedule-step > small { color: var(--copper); font-weight: 900; }
.schedule-choice-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: .7rem; margin: 1.4rem 0; }
.schedule-choice-grid button { min-height: 92px; padding: 1rem; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); color: var(--ink); font-weight: 800; text-align: left; }
.schedule-choice-grid button:hover, .schedule-choice-grid button.selected { border-color: var(--copper); background: #f7e5db; }
.schedule-choice-grid.visual button { padding: 0; overflow: hidden; }
.schedule-choice-grid.visual img { height: 150px; }
.schedule-choice-grid.visual span { display: block; padding: .8rem; }
.date-grid, .time-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: .5rem; margin: 1rem 0; }
.date-grid button, .time-grid button { padding: .8rem .4rem; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); font-size: .75rem; font-weight: 800; }
.back { margin-top: 1rem; border: 0; background: transparent; color: var(--muted); font-weight: 800; }
.schedule-summary { padding: 1rem; border-radius: 13px; background: var(--ivory); }
.portal-layout { display: grid; grid-template-columns: 300px 1fr; gap: 1.2rem; }
.portal-sidebar { padding: 1.4rem; border-radius: 22px; background: var(--ink); color: var(--white); }
.portal-sidebar ol { padding-left: 1.2rem; color: #bdd0d2; }
.portal-sidebar li { margin-bottom: .8rem; }
.portal-main { min-height: 640px; padding: clamp(1.5rem,4vw,3rem); border: 1px solid var(--line); border-radius: 22px; background: var(--white); }
.portal-step { display: none; }
.portal-step.active { display: block; }
.portal-note { padding: 1rem; border-radius: 12px; background: var(--mist); }
.checkbox-list { display: grid; gap: .6rem; margin: 1.2rem 0; }
.checkbox-list label { display: flex; gap: .7rem; padding: .8rem; border: 1px solid var(--line); border-radius: 10px; }
.finance-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 1.4rem; }
.estimator { padding: 2rem; border-radius: 24px; background: var(--ink); color: var(--white); }
.estimator label { display: block; margin: 1.2rem 0 .45rem; font-weight: 800; }
.estimator input[type="range"] { width: 100%; accent-color: var(--copper); }
.estimate-result { margin-top: 1.5rem; padding: 1.2rem; border-radius: 15px; background: rgba(255,255,255,.08); }
.estimate-result strong { display: block; font-family: Georgia, serif; font-size: 2.2rem; }
.job-list { display: grid; gap: .75rem; }
.job-list article { display: grid; grid-template-columns: 1fr auto; gap: 1rem; padding: 1.3rem; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.job-list article > section { grid-column: 1 / -1; padding-top: 1rem; border-top: 1px solid var(--line); }
.job-list button { align-self: start; padding: .6rem .8rem; border: 1px solid var(--ink); border-radius: 99px; background: transparent; color: var(--ink); font-weight: 800; }
.article-hero { padding: 5rem 0; background: var(--ivory); }
.article-hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 4rem; align-items: center; }
.article-hero h1 { font-size: clamp(3.2rem,6vw,6.5rem); }
.article-hero figure { height: 560px; margin: 0; overflow: hidden; border-radius: 180px 24px 24px 24px; }
.article-layout { display: grid; grid-template-columns: 270px 1fr; gap: 4rem; }
.article-layout aside { position: sticky; top: 110px; align-self: start; padding: 1rem; border-left: 2px solid var(--copper); }
.article-body { max-width: 820px; }
.article-body h2 { margin-top: 3.5rem; font-size: clamp(2.2rem,4vw,3.8rem); }
.article-body h3 { margin-top: 2rem; }
.article-body p, .article-body li { color: var(--muted); font-size: 1.06rem; }
.article-photo-pair { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin: 2rem 0; }
.article-photo-pair img { height: 360px; border-radius: 18px; }
.boho-hero { padding: 6rem 0; background: var(--ink); color: var(--white); }
.boho-hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 5rem; align-items: center; }
.boho-hero p { color: #c6d6d8; }
.preview-stack { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; transform: rotate(2deg); }
.preview-stack figure { position: relative; height: 300px; margin: 0; overflow: hidden; border-radius: 18px; }
.preview-stack figure:first-child { grid-column: 1 / -1; height: 350px; }
.preview-stack figcaption { position: absolute; left: .8rem; bottom: .8rem; padding: .45rem .65rem; border-radius: 99px; background: rgba(16,41,51,.88); font-size: .68rem; font-weight: 900; }
.boho-offer-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 20px; background: rgba(255,255,255,.2); }
.boho-offer-grid article { min-height: 300px; padding: 1.5rem; background: var(--ink); }
.boho-offer-grid span { color: var(--gold); font-size: .65rem; font-weight: 900; }
.route-guide { padding: clamp(4rem,7vw,7rem) 0; border-top: 1px solid var(--line); background: var(--paper); }
.route-guide-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; align-items: end; margin-bottom: 2rem; }
.route-guide-head h2 { margin-bottom: 0; font-size: clamp(2.5rem,4vw,4.3rem); }
.route-guide-head > p { max-width: 520px; margin: 0; color: var(--muted); }
.route-guide-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: .8rem; }
.route-guide-grid > a { display: grid; min-height: 190px; grid-template-columns: .82fr 1.18fr; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.route-guide-grid figure { min-height: 190px; margin: 0; overflow: hidden; }
.route-guide-grid > a > div { display: flex; justify-content: center; flex-direction: column; padding: 1rem; }
.route-guide-grid h3 { font-size: 1.45rem; }
.route-guide-grid p { color: var(--muted); font-size: .78rem; }
.route-guide-grid span { color: var(--copper-dark); font-size: .72rem; font-weight: 900; }
.assistant-launch { position: fixed; z-index: 80; right: 20px; bottom: 20px; display: flex; align-items: center; gap: .8rem; padding: .75rem .9rem; border: 0; border-radius: 99px; background: var(--copper); color: var(--white); box-shadow: 0 16px 45px rgba(0,0,0,.22); font-weight: 900; }
.assistant-launch b { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.2); }
.assistant-panel { position: fixed; z-index: 90; right: 18px; bottom: 18px; width: min(480px,calc(100vw - 28px)); overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.assistant-panel[hidden] { display: none; }
.assistant-panel > header { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem; background: var(--ink); color: var(--white); }
.assistant-panel > header small, .assistant-panel > header strong { display: block; }
.assistant-panel > header small { color: var(--gold); font-size: .62rem; letter-spacing: .09em; }
.assistant-close { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: transparent; color: var(--white); }
.assistant-log { min-height: 170px; max-height: 290px; overflow-y: auto; padding: 1rem; background: var(--ivory); }
.assistant-message { max-width: 92%; margin-bottom: .6rem; padding: .75rem .85rem; border-radius: 14px; background: var(--white); font-size: .86rem; }
.assistant-message.user { margin-left: auto; background: var(--ink); color: var(--white); }
.assistant-message a { display: inline-block; margin-top: .3rem; color: var(--copper-dark); font-weight: 900; }
.assistant-options { display: flex; flex-wrap: wrap; gap: .4rem; padding: .75rem 1rem; background: var(--ivory); }
.assistant-options button { padding: .45rem .62rem; border: 1px solid var(--ink); border-radius: 99px; background: transparent; color: var(--ink); font-size: .7rem; font-weight: 900; }
.assistant-form { padding: .75rem 1rem; }
.assistant-form label { display: block; margin-bottom: .35rem; color: var(--muted); font-size: .68rem; font-weight: 900; }
.assistant-form > div { display: grid; grid-template-columns: 1fr auto; gap: .45rem; }
.assistant-form input { min-width: 0; padding: .7rem; border: 1px solid var(--line); border-radius: 8px; }
.assistant-form button { border: 0; border-radius: 8px; background: var(--ink); color: var(--white); font-weight: 900; }
.assistant-panel > footer { display: grid; padding: .85rem 1rem; background: var(--mist); }
.assistant-panel > footer a { color: var(--copper-dark); font-weight: 900; }
.assistant-panel > footer small { margin-top: .35rem; color: var(--muted); font-size: .62rem; }
.site-footer { padding-top: 4rem; background: #0b2028; color: var(--white); }
.footer-top { display: grid; grid-template-columns: 1.4fr repeat(4,1fr); gap: 2rem; padding-bottom: 3rem; }
.footer-top h3 { font-family: inherit; font-size: .72rem; font-weight: 900; letter-spacing: .09em; }
.footer-top a, .footer-top p { display: block; margin-bottom: .55rem; color: #bcd0d2; font-size: .78rem; }
.footer-top .brand b { color: var(--white); }
.footer-top .brand-mark { background: var(--white); color: var(--copper); }
.footer-cta { color: var(--gold) !important; font-weight: 900; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding: 1.2rem 0; border-top: 1px solid rgba(255,255,255,.15); color: #90aaad; font-size: .67rem; }
.boho-footer-ad { padding: clamp(4rem,7vw,7rem) 0; border-top: 8px solid var(--gold); background: #f7f3ec; color: #20211f; }
.boho-footer-grid { display: grid; grid-template-columns: .72fr 1.05fr .58fr; gap: clamp(2rem,5vw,5rem); align-items: center; }
.boho-lockup { display: grid; grid-template-columns: 116px 1fr; gap: 1rem; align-items: center; }
.boho-lockup img { width: 116px; height: 116px; object-fit: contain; }
.boho-lockup span, .boho-lockup strong, .boho-lockup small { display: block; }
.boho-lockup span { color: #7c3e2d; font-size: .62rem; font-weight: 900; letter-spacing: .08em; }
.boho-lockup strong { margin: .35rem 0; font-family: Georgia,serif; font-size: 1.8rem; line-height: 1; }
.boho-lockup small { color: #5e6e56; font-weight: 800; }
.boho-footer-copy h2 { font-size: clamp(2.3rem,4vw,4rem); }
.boho-footer-copy p { max-width: 650px; color: #535950; }
.boho-footer-ad ul { display: grid; gap: .7rem; padding: 0; list-style: none; color: #3e453b; font-size: .8rem; font-weight: 800; }
.boho-footer-ad li { padding-top: .7rem; border-top: 1px solid rgba(32,33,31,.2); }
.not-found { display: grid; min-height: 720px; grid-template-columns: 1fr 1fr; background: var(--ink); color: var(--white); }
.not-found > div { display: flex; justify-content: center; flex-direction: column; padding: 7vw; }
.not-found img { min-height: 720px; }
@media (max-width: 1040px) {
  .menu-toggle { display: block; }
  .nav-links { position: absolute; inset: 82px 0 auto; display: none; padding: 1.2rem 24px 1.5rem; background: var(--paper); box-shadow: var(--shadow); }
  .nav-links.open { display: grid; }
  .home-hero-grid, .inner-hero-grid, .boho-hero-grid { grid-template-columns: 1fr; }
  .home-hero-copy { max-width: 780px; }
  .home-hero-visual, .inner-hero-images { min-height: 560px; }
  .service-grid, .provider-grid, .story-grid { grid-template-columns: repeat(2,1fr); }
  .tool-grid, .content-split, .content-split.reverse, .scheduler-layout, .finance-grid { grid-template-columns: 1fr; }
  .team-finder, .map-feature, .boho-footer-grid { grid-template-columns: 1fr; }
  .location-grid { grid-template-columns: 1fr; }
  .route-guide-grid { grid-template-columns: 1fr; }
  .route-guide-grid > a { min-height: 220px; grid-template-columns: .7fr 1.3fr; }
  .photo-band { grid-template-columns: repeat(3,1fr); }
  .process-line { grid-template-columns: repeat(2,1fr); }
  .process-line article:nth-child(2) { border-right: 0; }
  .scheduler-context { position: static; }
  .footer-top { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 720px) {
  :root { --shell: min(100% - 28px,1240px); }
  .demo-bar { justify-content: space-between; gap: 1rem; }
  .demo-bar strong { max-width: 250px; font-size: .58rem; line-height: 1.25; }
  .demo-bar a { font-size: .58rem; text-align: right; }
  .section { padding: 4.5rem 0; }
  h1 { font-size: 3.2rem; }
  h2 { font-size: 2.65rem; }
  .section-head, .final-cta .shell, .article-hero-grid, .article-layout, .schedule-hero-grid, .route-guide-head { grid-template-columns: 1fr; gap: 2rem; }
  .home-hero-visual, .inner-hero-images { min-height: 0; grid-template-columns: 1fr 1fr; grid-template-rows: 300px 180px; }
  .home-hero-visual .hero-main, .inner-hero-images img:first-child { grid-row: auto; grid-column: 1 / -1; border-radius: 100px 20px 20px 20px; }
  .inner-hero-copy h1 { overflow-wrap: normal; font-size: 2.65rem; }
  .hero-callout { right: 8px; bottom: 10px; }
  .proof-strip .shell { grid-template-columns: 1fr 1fr; }
  .proof-strip .shell > div { min-height: 110px; }
  .service-grid, .provider-grid, .story-grid, .boho-offer-grid { grid-template-columns: 1fr; }
  .team-finder, .map-grid { grid-template-columns: 1fr; }
  .team-results-head { align-items: flex-start; flex-direction: column; }
  .service-card { min-height: 460px; }
  .editorial, .editorial.reverse { grid-template-columns: 1fr; min-height: 0; }
  .editorial.reverse .editorial-copy { order: 0; }
  .editorial-gallery { min-height: 520px; }
  .location-card { grid-template-columns: 1fr; }
  .location-card img { height: 260px; }
  .photo-band { grid-template-columns: 1fr 1fr; }
  .photo-band figure { height: 270px; }
  .photo-band figure:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .process-line { grid-template-columns: 1fr; }
  .process-line article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-line article b { margin-bottom: 1rem; }
  .content-split figure { min-height: 420px; }
  .profile-hero { grid-template-columns: 1fr; }
  .profile-hero figure { min-height: 520px; }
  .profile-facts { grid-template-columns: 1fr; }
  .schedule-choice-grid, .date-grid, .time-grid { grid-template-columns: 1fr 1fr; }
  .portal-layout { grid-template-columns: 1fr; }
  .portal-sidebar { display: none; }
  .job-list article { grid-template-columns: 1fr; }
  .article-layout aside { position: static; }
  .article-photo-pair { grid-template-columns: 1fr; }
  .preview-stack { transform: none; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-intro { grid-column: 1 / -1; }
  .footer-bottom { display: grid; }
  .boho-lockup { grid-template-columns: 88px 1fr; }
  .boho-lockup img { width: 88px; height: 88px; }
  .route-guide-grid > a { min-height: 0; grid-template-columns: 1fr; }
  .route-guide-grid figure { height: 220px; }
  .service-next .shell { display: grid; }
  .assistant-launch span { display: none; }
  .assistant-launch { padding: .65rem; }
  .assistant-panel { right: 14px; bottom: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
