/* Cern-Aliud: a restrained, self-contained editorial design. No remote fonts. */
:root {
  color-scheme: light;
  --paper: #fcfaf6;
  --beige: #f7f3ed;
  --sand: #ece5d9;
  --sage: #e7eae2;
  --forest: #263e35;
  --forest-deep: #1c3029;
  --ink: #282c27;
  --muted: #626258;
  --plum: #714954;
  --line: #d9d4c9;
  --line-dark: #bab8ab;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  --gutter: clamp(22px, 4.8vw, 76px);
  --header-height: 88px;
  --ease: cubic-bezier(.22,.61,.36,1);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); }
body { margin: 0; background: var(--beige); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
[hidden] { display: none !important; }
::selection { color: var(--paper); background: var(--plum); }
a { color: inherit; text-underline-offset: .22em; }
button, input, select, textarea { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
button { color: inherit; }
input, select, textarea { min-width: 0; }
button, a, input, select, textarea, summary { touch-action: manipulation; }
:focus-visible { outline: 3px solid var(--plum); outline-offset: 5px; }
.section-ink :focus-visible, .contact-section :focus-visible, .site-footer :focus-visible, .approach-section :focus-visible { outline-color: #eac9b8; }
svg { flex-shrink: 0; }
.icon { width: 21px; height: 21px; vertical-align: middle; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h1, h2 { letter-spacing: -.048em; text-wrap: balance; }
h1 { font-size: clamp(3.55rem, 5.3vw, 5.2rem); line-height: 1.09; margin-bottom: 28px; }
h2 { font-size: clamp(2.5rem, 3.6vw, 3.75rem); line-height: 1.15; margin-bottom: 26px; }
h3 { line-height: 1.25; }
h4 { font-size: 1rem; line-height: 1.45; }
h1 em, h2 em { font-weight: 400; color: var(--plum); }
p { margin-bottom: 18px; }
p:last-child { margin-bottom: 0; }
strong { font-weight: 600; }
.shell { width: min(100% - var(--gutter) * 2, 1280px); margin-inline: auto; }
.section { padding-block: clamp(76px, 8vw, 116px); }
.section-paper { background: var(--paper); }
.eyebrow, .small-label { font-family: var(--sans); font-size: 10.5px; line-height: 1.5; font-weight: 650; letter-spacing: .16em; text-transform: uppercase; color: var(--plum); }
.eyebrow { display: flex; align-items: center; gap: 14px; margin: 0 0 27px; }
.eyebrow-line { display: inline-block; width: 30px; height: 1px; background: currentColor; flex: 0 0 30px; }
.section-number { display: inline-flex; justify-content: center; align-items: center; border: 1px solid var(--line); border-radius: 50%; width: 27px; height: 27px; font-size: 9px; letter-spacing: .03em; }
.small-label { display: block; margin-bottom: 12px; }
.prose { font-size: 15px; line-height: 1.9; color: var(--muted); }
.prose .lead { color: var(--ink); font-size: 19px; line-height: 1.65; margin-bottom: 25px; }
.prose p + p { margin-top: 20px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 20px; z-index: 200; padding: 10px 18px; background: var(--forest); color: var(--paper); transform: translateY(-200%); }
.skip-link:focus { transform: none; }
.button { display: inline-flex; gap: 18px; justify-content: center; align-items: center; min-height: 50px; padding: 12px 23px; border: 1px solid transparent; border-radius: 3px; font-size: 12.5px; font-weight: 550; letter-spacing: .015em; text-decoration: none; line-height: 1.5; transition: background .2s, color .2s, border-color .2s; }
.button .icon { width: 18px; height: 18px; transition: transform .2s var(--ease); }
.button:hover .icon { transform: translateX(3px); }
.button-primary { color: var(--paper); background: var(--forest); }
.button-primary:hover { background: var(--forest-deep); }
.text-link { display: inline-flex; align-items: center; justify-content: flex-start; gap: 12px; width: fit-content; min-height: 44px; padding: 7px 0; text-decoration: none; border: 0; border-bottom: 1px solid currentColor; color: var(--forest); background: none; font-size: 12px; font-weight: 600; line-height: 1.45; transition: color .2s; }
.text-link .icon { width: 17px; height: 17px; transition: transform .2s var(--ease); }
.text-link:hover { color: var(--plum); }
.text-link:hover .icon { transform: translate(2px, -2px); }

/* Navigation */
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(247,243,237,.97); border-bottom: 1px solid var(--line); }
@supports (backdrop-filter: blur(15px)) { .site-header { background: rgba(247,243,237,.93); backdrop-filter: blur(15px); } }
.site-header.is-scrolled { box-shadow: 0 5px 24px rgba(27,40,30,.04); }
.header-inner { min-height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; flex-shrink: 0; }
.brand-mark { position: relative; display: flex; align-items: center; justify-content: center; width: 42px; height: 45px; font-family: var(--serif); font-size: 39px; font-weight: 400; letter-spacing: -.2em; color: var(--forest); line-height: 1; border-left: 1px solid var(--line-dark); border-right: 1px solid var(--line-dark); }
.brand-mark > span { font-size: 28px; margin-top: 13px; margin-right: 8px; }
.brand-wordmark { display: block; font-family: var(--serif); font-size: 25px; line-height: 1.1; letter-spacing: -.035em; }
.brand-byline { display: block; font-family: var(--sans); font-size: 8px; font-weight: 550; line-height: 1; letter-spacing: .2em; margin-top: 8px; color: var(--muted); }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 2.4vw, 34px); }
.site-nav > a:not(.button) { position: relative; font-size: 11.5px; font-weight: 500; text-decoration: none; padding-block: 12px; white-space: nowrap; }
.site-nav > a:not(.button)::after { content: ''; position: absolute; bottom: 6px; left: 0; width: 100%; height: 1px; background: var(--plum); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.site-nav > a:hover::after, .site-nav > a[aria-current='location']::after { transform: scaleX(1); }
.nav-cta { border-color: var(--forest); color: var(--forest); min-height: 41px; padding: 9px 17px; font-size: 11.5px; gap: 22px; }
.nav-cta:hover { background: var(--forest); color: var(--paper); }
.menu-toggle { display: none; align-items: center; gap: 10px; min-width: 44px; min-height: 44px; background: transparent; border: 1px solid var(--line-dark); border-radius: 3px; padding: 8px 12px; font-size: 12px; }

/* Hero: tactile, typographic composition built as native page content. */
.hero { position: relative; padding-top: clamp(55px, 6vw, 88px); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.22fr 1fr; gap: clamp(35px, 5vw, 75px); align-items: center; }
.hero-copy { padding-bottom: 18px; position: relative; z-index: 2; }
.hero-eyebrow { font-size: 9px; gap: 11px; margin-bottom: 33px; letter-spacing: .12em; white-space: nowrap; }
.hero-eyebrow .eyebrow-line { width: 23px; flex-basis: 23px; }
.hero-description { max-width: 410px; font-size: 17px; line-height: 1.7; color: #434a40; margin-bottom: 15px; }
.hero-detail { max-width: 455px; font-size: 13px; line-height: 1.85; color: var(--muted); }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 30px; flex-wrap: wrap; }
.hero-actions .text-link { font-size: 11px; }
.hero-caption { display: flex; align-items: center; gap: 15px; margin-top: 38px; }
.caption-rule { width: 33px; height: 1px; background: #afa795; }
.hero-caption p { font-size: 10.5px; line-height: 1.65; color: var(--muted); }
.hero-caption strong { font-weight: 500; color: var(--forest); }
.perspective-composition { position: relative; min-height: 527px; isolation: isolate; background: #e7e8df; border: 1px solid #dce0d4; border-radius: 160px 4px 4px 4px; padding: 57px 35px 68px 36px; }
.composition-top { position: absolute; top: 23px; left: 95px; right: 23px; display: flex; justify-content: space-between; gap: 10px; color: #5c6657; font-size: 6.7px; letter-spacing: .16em; font-weight: 600; }
.composition-orbit { z-index: -1; position: absolute; width: 255px; height: 255px; border: 1px solid #c8cdbc; border-radius: 50%; top: 45px; right: -45px; }
.orbit-two { width: 310px; height: 310px; right: -73px; top: 18px; }
.review-sheet { position: relative; width: 88%; background: #fffcf7; padding: 25px 28px 23px; box-shadow: 0 18px 35px -18px rgba(38,53,32,.3); transform: rotate(-5deg); border: 1px solid #dfded2; min-height: 389px; }
.sheet-header { display: flex; justify-content: space-between; gap: 10px; font-size: 6px; letter-spacing: .15em; color: #676b5e; font-weight: 700; }
.sheet-title { font-family: var(--serif); font-size: clamp(28px, 3vw, 42px); line-height: 1.17; letter-spacing: -.035em; color: var(--forest); margin-top: 31px; margin-bottom: 19px; }
.sheet-title em { color: var(--plum); }
.sheet-rule { width: 100%; height: 1px; background: var(--line); margin-bottom: 17px; }
.sheet-observation { display: flex; gap: 12px; align-items: baseline; margin-top: 10px; }
.sheet-observation span { font-size: 7px; color: var(--plum); }
.sheet-observation p { font-size: 9px; line-height: 1.65; color: #535c4f; }
.sheet-footer { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 25px; font-size: 6px; letter-spacing: .07em; color: #5e6857; }
.sheet-footer .icon { width: 14px; height: 14px; }
.perspective-note { position: absolute; right: -12px; bottom: 56px; width: 217px; background: var(--plum); color: var(--paper); padding: 21px 24px 22px; transform: rotate(5deg); box-shadow: 0 9px 19px -14px rgba(39,19,23,.6); }
.note-index { font-size: 8px; letter-spacing: .14em; text-transform: uppercase; color: #f0e6df; }
.perspective-note p { margin-top: 13px; font-family: var(--serif); font-size: 23px; line-height: 1.3; letter-spacing: -.02em; }
.perspective-note em { color: #f5d6c7; }
.composition-bottom { position: absolute; left: 31px; right: 23px; bottom: 24px; display: flex; justify-content: space-between; align-items: center; font-size: 7.5px; letter-spacing: .1em; color: #5c6657; }
.tiny-cross { font-size: 18px; font-weight: 300; }
.hero-bottom { margin-top: 70px; min-height: 83px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 30px; font-size: 10px; color: var(--muted); }
.hero-bottom-label { font-size: 8px; letter-spacing: .17em; font-weight: 600; }
.hero-bottom > div { display: flex; gap: 29px; align-items: center; }
.hero-bottom > div > span { position: relative; padding-left: 13px; }
.hero-bottom > div > span::before { content: ''; position: absolute; width: 3px; height: 3px; background: var(--plum); border-radius: 50%; left: 0; top: .8em; }
.hero-bottom > a { width: 39px; height: 44px; display: grid; place-items: center; }
.hero-bottom .icon { width: 16px; height: 16px; }

/* Perspective and reviewable material */
.editorial-grid { display: grid; grid-template-columns: .96fr 1fr; gap: clamp(55px, 9vw, 130px); }
.section-title h2 { max-width: 435px; }
.editorial-grid .prose { padding-top: 52px; }
blockquote { margin: 30px 0 0; border-left: 2px solid var(--plum); padding: 2px 0 2px 23px; font-family: var(--serif); font-size: 22px; line-height: 1.55; color: var(--forest); }
.section-heading { margin-bottom: 45px; }
.split-heading { display: grid; grid-template-columns: 1.1fr 1fr; gap: 65px; align-items: end; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { font-size: 14px; color: var(--muted); max-width: 405px; margin-bottom: 7px; }
.materials-grid { display: grid; grid-template-columns: repeat(3,1fr); column-gap: 37px; }
.material-card { border-top: 1px solid var(--line-dark); padding: 24px 7px 27px 0; }
.material-number { font-size: 9px; letter-spacing: .06em; color: var(--plum); display: block; margin-bottom: 20px; }
.material-card h3 { font-size: 24px; margin-bottom: 13px; letter-spacing: -.02em; }
.material-card p { font-size: 13px; line-height: 1.85; color: var(--muted); }
.footnote { display: flex; gap: 12px; align-items: flex-start; border-top: 1px solid var(--line); margin-top: 6px; padding-top: 22px; color: var(--muted); font-size: 11px; }
.footnote .icon { width: 17px; height: 17px; margin-top: 2px; color: var(--plum); }

/* Forest-green analytical section */
.approach-section { background: var(--forest); color: var(--paper); }
.approach-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px,8vw,110px); }
.approach-section .eyebrow, .approach-section .small-label { color: #d5cfbb; }
.approach-section h2 { color: #fcfaf6; }
.approach-section h2 em { color: #d9c0b3; }
.approach-prose { color: #dce2d9; font-size: 14px; }
.approach-prose p:last-child { color: #c9d1c5; font-size: 12px; border-top: 1px solid #5b6c5e; padding-top: 22px; }
.approach-keywords { display: flex; flex-wrap: wrap; gap: 8px; max-width: 350px; margin-top: 34px; }
.approach-keywords span { padding: 5px 10px; border: 1px solid #77836f; border-radius: 2px; font-size: 10px; letter-spacing: .03em; color: #eceee6; }
.approach-statement { margin-top: 66px; border-top: 1px solid #526458; padding-top: 30px; display: grid; grid-template-columns: .6fr 1.7fr .9fr; gap: 35px; align-items: start; }
.approach-statement .small-label { font-size: 8px; margin-top: 5px; }
.approach-statement > p { font-family: var(--serif); font-size: 23px; line-height: 1.5; letter-spacing: -.02em; margin-bottom: 0; }
.approach-statement > p > em { color: #e2cabb; }
.statement-note { font-size: 10.5px; line-height: 1.9; color: #d0d8cb; padding-top: 4px; }

/* Packages */
.centred { max-width: 665px; text-align: center; margin: 0 auto 49px; }
.centred .eyebrow { justify-content: center; }
.centred h2 { margin-bottom: 22px; }
.centred > p:last-child { color: var(--muted); font-size: 14px; }
.package-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; align-items: stretch; }
.package-card { display: flex; flex-direction: column; padding: 27px 27px 22px; background: var(--paper); border: 1px solid var(--line); border-radius: 4px; }
.package-featured { border: 1px solid #8d9b86; background: #edf0e7; box-shadow: 0 10px 20px -20px rgba(38,62,53,.3); }
.package-tag { min-height: 32px; display: flex; align-items: center; margin-bottom: 24px; }
.package-number { font-size: 8px; letter-spacing: .17em; color: var(--plum); text-transform: uppercase; }
.package-badge { background: var(--forest); color: var(--paper); font-size: 8px; font-weight: 550; letter-spacing: .08em; padding: 6px 11px; text-transform: uppercase; border-radius: 2px; }
.package-card h3 { font-size: 37px; letter-spacing: -.04em; margin-bottom: 7px; }
.package-subtitle { color: var(--muted); font-size: 11px; margin-bottom: 21px; }
.price { display: flex; align-items: baseline; gap: 3px; font-family: var(--serif); font-size: 49px; line-height: 1.15; letter-spacing: -.035em; color: var(--forest); margin-bottom: 24px; }
.currency { font-family: var(--sans); font-size: 13px; font-weight: 500; letter-spacing: 0; margin-right: 3px; }
.price-note { font-family: var(--sans); font-size: 9px; letter-spacing: 0; color: var(--muted); margin-left: 7px; }
.package-purpose { color: var(--muted); font-size: 12px; line-height: 1.85; min-height: 134px; padding-bottom: 23px; border-bottom: 1px solid var(--line); margin-bottom: 0; }
.package-facts { margin: 0; padding-block: 21px; display: grid; gap: 18px; }
.package-facts > div { display: grid; gap: 3px; }
.package-facts dt { font-size: 10px; color: var(--muted); display: flex; align-items: center; gap: 7px; }
.package-facts dt .icon { width: 14px; height: 14px; color: var(--plum); }
.package-facts dd { font-size: 12px; margin: 0; color: var(--ink); }
.package-facts dd > span { color: var(--muted); font-size: 10px; }
.package-written { padding: 18px 0 21px; border-top: 1px solid var(--line); min-height: 119px; }
.package-written .small-label { font-size: 8px; letter-spacing: .1em; margin-bottom: 9px; }
.package-written p { color: var(--forest); font-size: 13px; line-height: 1.6; font-weight: 500; }
.package-cta { width: 100%; margin-top: auto; padding-inline: 13px; font-size: 11px; justify-content: space-between; gap: 10px; }
.package-card:not(.package-featured) .package-cta { background: transparent; color: var(--forest); border-color: #9aa18f; }
.package-card:not(.package-featured) .package-cta:hover { background: var(--forest); color: var(--paper); }
.package-detail { margin-top: 15px; }
summary { list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::marker { content: ''; }
.package-detail > summary { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 44px; color: var(--muted); font-size: 10px; }
.package-detail > summary > .icon { width: 14px; height: 14px; transition: transform .2s; }
.package-detail[open] > summary > .icon { transform: rotate(45deg); }
.package-detail > div { color: var(--muted); font-size: 11px; line-height: 1.85; padding-top: 6px; }
.scope-note { display: flex; align-items: flex-start; gap: 12px; padding: 23px 10px; font-size: 11px; color: var(--muted); margin: 0; }
.scope-note > .icon { color: var(--plum); width: 17px; height: 17px; margin-top: 3px; }
.scope-note strong { color: var(--forest); }
.package-finder { border: 1px solid var(--line); background: var(--paper); border-radius: 3px; margin-top: 6px; }
.package-finder > summary { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding: 23px 27px; font-family: var(--serif); font-size: 22px; line-height: 1.5; }
.package-finder .small-label { margin-bottom: 5px; font-size: 8px; }
.finder-summary-right { display: flex; align-items: center; gap: 24px; font-family: var(--sans); font-size: 11px; color: var(--forest); }
.finder-summary-right .icon { width: 18px; height: 18px; transition: transform .2s; }
.package-finder[open] .finder-summary-right > .icon { transform: rotate(45deg); }
.finder-content { padding: 0 27px 27px; }
.finder-content > p { font-size: 12px; color: var(--muted); max-width: 720px; }
.finder-form { display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; gap: 20px; }
.finder-form .button { min-height: 46px; font-size: 11px; padding-inline: 16px; }
.field { display: grid; gap: 7px; }
.field label { font-size: 11px; font-weight: 550; }
.field label > span { font-weight: 400; }
.field select, .field textarea { width: 100%; border: 1px solid var(--line-dark); border-radius: 3px; background: var(--paper); color: var(--ink); padding: 11px 12px; min-height: 46px; font-size: 12px; line-height: 1.6; }
.field select { padding-right: 28px; }
textarea { resize: vertical; }
.finder-result { margin-top: 24px; padding: 22px; background: var(--sage); border-left: 2px solid var(--forest); }
.finder-result h3 { margin: 7px 0 12px; font-size: 27px; color: var(--forest); }
.finder-result p { max-width: 770px; font-size: 12px; color: var(--muted); }
.finder-result .text-link { font-size: 11px; }

/* How it works */
.process-grid { display: grid; grid-template-columns: 1fr 1.08fr; gap: clamp(60px,9vw,130px); align-items: start; }
.process-intro { position: sticky; top: calc(var(--header-height) + 30px); }
.process-intro > p:not(.eyebrow) { max-width: 360px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.process-intro > .text-link { margin-top: 6px; }
.process-note { display: flex; align-items: center; gap: 14px; margin-top: 42px; padding-top: 22px; border-top: 1px solid var(--line); max-width: 315px; }
.process-note > .icon { width: 22px; height: 22px; color: var(--plum); }
.process-note p { font-size: 11px; color: var(--muted); }
.process-note p > strong { color: var(--forest); font-weight: 500; }
.process-list { list-style: none; margin: 0; padding: 0; }
.process-step { position: relative; display: grid; grid-template-columns: 36px 1fr; column-gap: 24px; padding-bottom: 31px; }
.process-step::before { content: ''; position: absolute; left: 17px; top: 43px; height: calc(100% - 51px); width: 1px; background: var(--line); }
.process-step:last-child { padding-bottom: 0; }
.process-step:last-child::before { display: none; }
.step-number { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid #b3bbab; border-radius: 50%; color: var(--forest); font-size: 10px; }
.process-step:first-child > .step-number { color: var(--paper); background: var(--forest); border-color: var(--forest); }
.process-step h3 { margin: 3px 0 12px; font-size: 22px; color: var(--forest); }
.process-step p { font-size: 12px; color: var(--muted); line-height: 1.9; }

/* Fit, payment and expandable service policies */
.fit-section { background: var(--sage); }
.fit-section > .shell > .section-heading { max-width: 750px; }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; }
.fit-column { border-top: 1px solid #aeb8a5; padding-top: 23px; }
.fit-label { display: block; font-size: 9px; color: var(--forest); letter-spacing: .15em; font-weight: 600; margin-bottom: 17px; }
.fit-caution .fit-label { color: var(--plum); }
.fit-column h3 { font-size: 28px; line-height: 1.25; margin-bottom: 20px; color: var(--forest); }
.fit-column ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 13px; }
.fit-column li { position: relative; padding-left: 20px; color: #4b5548; font-size: 12px; line-height: 1.8; }
.fit-column li::before { content: ''; width: 5px; height: 5px; border: 1px solid #617059; position: absolute; left: 0; top: 8px; border-radius: 50%; }
.fit-caution li::before { border-color: var(--plum); }
.terms-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px,8vw,110px); align-items: start; }
.terms-intro > p:not(.eyebrow) { max-width: 350px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.payment-panel { background: var(--paper); border: 1px solid var(--line); padding: 30px; border-radius: 4px; }
.payment-panel .small-label { font-size: 9px; }
.payment-panel h3 { margin-bottom: 20px; font-size: 31px; letter-spacing: -.02em; color: var(--forest); }
.payment-panel p { color: var(--muted); font-size: 12px; line-height: 1.9; }
.payment-panel strong { color: var(--ink); }
.table-wrap { overflow-x: auto; padding-bottom: 2px; }
table { border-collapse: collapse; width: 100%; font-size: 11px; white-space: nowrap; }
th, td { text-align: left; padding: 13px 8px; border-bottom: 1px solid var(--line); }
th:first-child, td:first-child { padding-left: 0; }
th:last-child, td:last-child { text-align: right; padding-right: 0; }
thead th { font-size: 8px; letter-spacing: .03em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
tbody th { font-weight: 500; }
tbody td:last-child { font-weight: 650; color: var(--forest); }
.payment-panel .payment-footnote { font-size: 10px; margin-top: 20px; }
.terms-accordion { margin-top: 17px; }
.terms-accordion > details { border-bottom: 1px solid var(--line-dark); }
.terms-accordion summary { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 0; font-size: 12px; font-weight: 500; line-height: 1.6; }
.terms-accordion summary > .icon { width: 16px; height: 16px; color: var(--plum); transition: transform .2s; }
.terms-accordion details[open] > summary > .icon { transform: rotate(45deg); }
.terms-body { padding: 0 8px 24px 0; color: var(--muted); font-size: 12px; line-height: 1.85; }
.terms-body h4 { font-size: 12px; font-weight: 600; color: var(--forest); margin-top: 24px; margin-bottom: 8px; }
.terms-body > h4:first-child, .policy-part:first-child h4 { margin-top: 0; }
.terms-body ul { padding-left: 17px; }
.terms-body li + li { margin-top: 8px; }

/* Frequently asked questions */
.faq-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(55px,8vw,110px); }
.faq-intro > p:not(.eyebrow) { color: var(--muted); font-size: 14px; }
.faq-search { display: flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--line-dark); max-width: 320px; margin: 28px 0 20px; min-height: 46px; }
.faq-search > .icon { width: 17px; height: 17px; color: var(--plum); }
.faq-search input { width: 100%; border: 0; background: transparent; color: var(--ink); padding: 11px 0; font-size: 12px; outline-offset: 0; }
.faq-search input::-webkit-search-cancel-button { display: none; }
.faq-search:focus-within { border-bottom-color: var(--plum); }
.faq-search button { border: 0; background: transparent; padding: 12px; min-width: 44px; min-height: 44px; }
.faq-search button > .icon { width: 15px; height: 15px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-item summary { display: flex; justify-content: space-between; align-items: center; gap: 23px; padding: 23px 0; font-size: 13px; font-weight: 500; line-height: 1.65; }
.faq-item summary .icon { width: 16px; height: 16px; color: var(--plum); transition: transform .2s; }
.faq-item[open] > summary > .icon { transform: rotate(45deg); }
.faq-answer { padding: 0 35px 24px 0; color: var(--muted); font-size: 12px; line-height: 1.9; }
.faq-empty { padding: 25px; background: var(--beige); border: 1px solid var(--line); font-size: 13px; color: var(--muted); }

/* Contact: hidden details, explicit actions, no form submission. */
.contact-section { background: var(--forest-deep); color: var(--paper); }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px,8vw,105px); }
.contact-section .eyebrow { color: #d6c8b8; }
.contact-section .section-number { border-color: #718172; }
.contact-copy h2 { font-size: clamp(3.2rem,4.65vw,4.7rem); line-height: 1.09; letter-spacing: -.04em; }
.contact-copy h2 em { color: #dfc2b3; }
.contact-copy > p:not(.eyebrow):not(.contact-assurance) { color: #d2dbce; font-size: 14px; max-width: 350px; line-height: 1.9; margin-top: 30px; }
.contact-signature { display: flex; align-items: center; gap: 17px; margin-top: 35px; }
.signature-monogram { font-family: var(--serif); font-style: italic; font-size: 43px; line-height: 1.1; color: #e3cbb9; padding: 0 19px 5px 0; border-right: 1px solid #718172; letter-spacing: -.1em; }
.contact-signature > div { display: grid; gap: 3px; }
.contact-signature strong { font-size: 13px; font-weight: 500; }
.contact-signature > div > span { font-size: 9px; color: #cbd4c8; }
.contact-assurance { display: flex; gap: 10px; align-items: start; color: #bccab9; font-size: 10px; max-width: 320px; margin-top: 30px; }
.contact-assurance .icon { width: 14px; height: 14px; margin-top: 2px; }
.contact-panel { padding-top: 12px; }
.contact-panel-heading .small-label { color: #d6c8b8; font-size: 9px; margin-bottom: 9px; }
.contact-panel-heading p { color: #d2dbce; font-size: 13px; margin-bottom: 26px; }
.contact-channels { border-top: 1px solid #65725f; }
.channel { display: flex; align-items: center; gap: 17px; padding: 22px 2px; min-height: 86px; text-decoration: none; border-bottom: 1px solid #65725f; transition: background .2s, padding .2s; }
.channel:hover { padding-left: 12px; padding-right: 12px; background: rgba(247,243,237,.055); }
.channel-icon { width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid #64765f; border-radius: 50%; color: #e1cfbd; }
.channel-icon > .icon { width: 18px; height: 18px; }
.channel > span:nth-child(2) { display: grid; flex: 1; gap: 4px; }
.channel strong { color: var(--paper); font-size: 15px; font-weight: 500; line-height: 1.4; }
.channel small { font-size: 10px; line-height: 1.6; color: #c1cdbd; }
.channel > .icon { width: 18px; height: 18px; color: #d5c4b2; transition: transform .2s; }
.channel:hover > .icon { transform: translate(2px,-2px); }
.channel-whatsapp .channel-icon { background: #d7dfc8; color: var(--forest); border-color: #d7dfc8; }
.contact-app-note { font-size: 10px; color: #c6d0c0; line-height: 1.85; margin-top: 19px; }
.brief-builder { margin-top: 22px; border: 1px solid #78866f; border-radius: 3px; }
.brief-builder > summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px; font-size: 11px; }
.brief-builder > summary > .icon { width: 16px; height: 16px; transition: transform .2s; }
.brief-builder[open] > summary > .icon { transform: rotate(45deg); }
.brief-body { padding: 0 16px 19px; }
.brief-body .field + .field { margin-top: 15px; }
.brief-body .field > label { font-size: 10px; color: #e9eee2; }
.brief-body .field > select, .brief-body .field > textarea { background: #f7f3ed; color: var(--ink); font-size: 12px; }
.input-meta { display: flex; justify-content: space-between; gap: 12px; font-size: 8px; color: #cbd6c3; }
.brief-note { font-size: 10px; color: #c8d5c0; margin-top: 14px; line-height: 1.8; }
.draft-help { margin-top: 16px; color: #cfdbca; }
.draft-help > summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; font-size: 10px; min-height: 44px; }
.draft-help > summary > .icon { width: 14px; height: 14px; }
.draft-help[open] > summary > .icon { transform: rotate(180deg); }
.draft-body > p { font-size: 10px; color: #d4decf; }
.draft-body textarea { display: block; width: 100%; border: 1px solid #87977e; border-radius: 3px; color: var(--ink); background: #f7f3ed; padding: 13px; font-size: 12px; line-height: 1.75; }
.draft-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; margin-top: 10px; }
.draft-actions > .text-link { color: #e2ccba; font-size: 10px; }
.draft-body .copy-status { margin: 10px 0 0; min-height: 0; }
.draft-body .copy-status:empty { display: none; }

/* Footer and optional floating enquiry link */
.site-footer { background: var(--forest-deep); color: #c8d4c2; padding-bottom: 23px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 40px; border-top: 1px solid #56664f; padding-top: 40px; padding-bottom: 32px; }
.footer-wordmark { font-family: var(--serif); font-size: 29px; text-decoration: none; line-height: 1.15; letter-spacing: -.035em; color: #f4f0e7; }
.footer-wordmark > span { display: block; font-family: var(--sans); font-size: 8px; letter-spacing: .12em; margin-top: 12px; color: #c1cbb8; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: end; gap: 25px; }
.footer-links > a { text-decoration: none; font-size: 10px; padding-block: 10px; }
.footer-links > a:hover { color: #fff7ec; text-decoration: underline; }
.footer-top-link { display: flex; align-items: center; gap: 10px; }
.footer-top-link .icon { width: 14px; height: 14px; }
.footer-bottom { border-top: 1px solid #4b5e44; padding-top: 21px; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 8px; letter-spacing: .02em; }
.footer-bottom p { margin-bottom: 0; }
.floating-contact { position: fixed; z-index: 45; bottom: max(22px, env(safe-area-inset-bottom)); right: 25px; display: flex; align-items: center; gap: 11px; border: 1px solid #acb8a1; background: var(--forest); color: var(--paper); border-radius: 50px; padding: 13px 19px; font-size: 11px; text-decoration: none; box-shadow: 0 6px 22px rgba(26,47,33,.14); transition: background .2s; }
.floating-contact > .icon { width: 18px; height: 18px; }
.floating-contact > .icon:last-child { width: 13px; height: 13px; }
.floating-contact:hover { background: var(--plum); }

/* Enquiry chooser, with native modal focus containment. */
.enquiry-dialog { width: min(540px, calc(100% - 32px)); max-height: calc(100dvh - 40px); padding: 0; border: 1px solid var(--line); border-radius: 6px; color: var(--ink); background: var(--paper); box-shadow: 0 35px 90px rgba(0,0,0,.25); overflow: auto; }
.enquiry-dialog::backdrop { background: rgba(21,35,28,.65); backdrop-filter: blur(5px); }
.dialog-content { position: relative; padding: 42px; }
.dialog-close { position: absolute; top: 16px; right: 16px; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); background: transparent; }
.dialog-close:hover { background: var(--sand); }
.dialog-close .icon { width: 17px; height: 17px; }
.dialog-content > .eyebrow { font-size: 8px; margin-bottom: 22px; }
.dialog-content h2 { font-size: 45px; margin-bottom: 20px; }
.dialog-content > p:not(.eyebrow) { font-size: 12px; color: var(--muted); line-height: 1.8; }
.starter-list { border-top: 1px solid var(--line); margin-top: 22px; }
.starter { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); padding: 17px 0; text-decoration: none; }
.starter > span { display: grid; gap: 4px; }
.starter strong { font-size: 13px; font-weight: 550; }
.starter small { font-size: 10px; color: var(--muted); line-height: 1.6; }
.starter .icon { width: 17px; height: 17px; color: var(--plum); }
.starter:hover strong { color: var(--plum); }
.dialog-other { margin-top: 18px; font-size: 11px; }
.dialog-content .dialog-footnote { margin-top: 17px; font-size: 9px; }

/* Large screens, tablets and phones. */
@media (min-width: 1600px) {
  .hero { padding-top: 90px; }
  .hero-grid { gap: 85px; }
  .perspective-composition { min-height: 550px; padding-top: 65px; }
  .review-sheet { min-height: 410px; }
}
@media (max-width: 1100px) {
  h1 { font-size: clamp(3rem,5.4vw,4rem); }
  .site-nav { gap: 19px; }
  .site-nav > a:not(.button) { font-size: 10.5px; }
  .hero-grid { gap: 40px; grid-template-columns: 1.15fr 1fr; }
  .hero-eyebrow { font-size: 7.8px; letter-spacing: .08em; }
  .hero-description { font-size: 16px; }
  .hero-detail { font-size: 12px; }
  .hero-actions { gap: 14px 20px; }
  .hero-actions > .button { padding-inline: 17px; font-size: 11px; }
  .perspective-composition { min-height: 475px; padding: 61px 21px 60px; border-top-left-radius: 125px; }
  .composition-top { font-size: 5.7px; left: 65px; right: 16px; letter-spacing: .08em; }
  .review-sheet { padding: 24px 21px 20px; width: 91%; min-height: 343px; }
  .sheet-title { font-size: 33px; margin-top: 25px; }
  .sheet-header { font-size: 5px; }
  .sheet-observation { gap: 8px; }
  .sheet-observation p { font-size: 8px; }
  .perspective-note { width: 180px; right: -8px; bottom: 43px; padding: 16px 18px; }
  .perspective-note p { font-size: 21px; }
  .note-index { font-size: 7px; }
  .composition-bottom { left: 20px; font-size: 6px; bottom: 16px; }
  .hero-caption { margin-top: 27px; }
  .hero-bottom { margin-top: 54px; }
  .hero-bottom > div { gap: 18px; }
  .hero-bottom-label { font-size: 7px; }
  .package-card { padding: 22px 20px 18px; }
  .package-purpose { min-height: 162px; }
  .package-written { min-height: 126px; }
  .package-facts dd > span { display: block; }
  .finder-form { grid-template-columns: 1fr 1fr; }
  .finder-form > .button { grid-column: 1 / -1; justify-self: start; }
  .approach-statement { grid-template-columns: .5fr 1.6fr 1fr; gap: 20px; }
  .approach-statement > p { font-size: 20px; }
  .payment-panel { padding: 23px; }
  .footer-links { gap: 17px; }
}
@media (max-width: 850px) {
  :root { --header-height: 77px; }
  .brand-wordmark { font-size: 23px; }
  .site-nav { gap: 15px; }
  .site-nav > a:not(.button) { font-size: 10px; }
  .nav-cta { font-size: 10px; gap: 12px; padding-inline: 12px; }
  .brand-mark { width: 36px; height: 38px; font-size: 33px; }
  .brand-mark > span { font-size: 25px; }
  .brand { gap: 10px; }
  .hero-grid { gap: 30px; }
  .hero-eyebrow { white-space: normal; max-width: 295px; font-size: 8px; }
  .hero h1 { font-size: 44px; }
  .hero-description { font-size: 15px; }
  .perspective-composition { min-height: 441px; padding: 58px 14px; }
  .review-sheet { min-height: 328px; padding-inline: 17px; }
  .sheet-title { font-size: 30px; }
  .sheet-header { font-size: 4.5px; }
  .composition-top { font-size: 5px; }
  .sheet-footer { font-size: 5px; }
  .sheet-observation p { font-size: 7.5px; }
  .perspective-note { width: 158px; padding: 15px; right: -7px; }
  .perspective-note p { font-size: 18px; }
  .note-index { font-size: 6px; }
  .hero-bottom { gap: 15px; font-size: 9px; }
  .hero-bottom-label { display: none; }
  .hero-bottom > div { gap: 24px; }
  .editorial-grid, .approach-grid, .process-grid, .terms-grid, .faq-grid, .contact-layout { gap: 40px; }
  .prose { font-size: 13px; }
  .prose .lead { font-size: 17px; }
  blockquote { font-size: 20px; }
  .split-heading { gap: 35px; }
  .split-heading > p { font-size: 12px; }
  .materials-grid { column-gap: 24px; }
  .material-card h3 { font-size: 21px; }
  .material-card p { font-size: 12px; }
  .package-grid { gap: 11px; }
  .package-card { padding-inline: 15px; }
  .package-card h3 { font-size: 32px; }
  .price { font-size: 43px; }
  .package-subtitle { font-size: 10px; min-height: 33px; }
  .package-purpose { font-size: 11px; min-height: 172px; }
  .package-written { min-height: 140px; }
  .package-written p { font-size: 12px; }
  .package-cta { font-size: 10px; }
  .package-cta .icon { width: 15px; height: 15px; }
  .package-badge { font-size: 6.5px; padding-inline: 7px; }
  .fit-grid { gap: 30px; }
  .fit-column h3 { font-size: 24px; }
  .terms-grid { grid-template-columns: .82fr 1.18fr; }
  .payment-panel { padding: 20px; }
  th, td { padding-inline: 6px; font-size: 10px; }
  thead th { font-size: 7px; }
  .footer-links { gap: 14px; max-width: 330px; }
  .footer-links > a { font-size: 9px; }
  .contact-copy h2 { font-size: 48px; }
  .contact-copy > p:not(.eyebrow):not(.contact-assurance) { font-size: 13px; }
  .channel { gap: 12px; }
  .channel strong { font-size: 14px; }
  .channel small { font-size: 9px; }
}
@media (max-width: 800px) {
  :root { --gutter: 24px; --header-height: 74px; }
  body { font-size: 15px; }
  .section { padding-block: 73px; }
  .header-inner { flex-wrap: wrap; column-gap: 20px; row-gap: 0; }
  .brand-wordmark { font-size: 24px; }
  .brand-byline { font-size: 7px; }
  .brand-mark { width: 36px; height: 37px; }
  .menu-toggle { display: inline-flex; }
  .site-nav { display: none; width: 100%; flex-basis: 100%; padding: 12px 0 22px; border-top: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 0; max-height: calc(100dvh - var(--header-height)); overflow-y: auto; }
  .site-nav.is-open { display: flex; }
  .site-nav > a:not(.button) { font-size: 14px; padding-block: 14px; }
  .site-nav > a:not(.button)::after { display: none; }
  .site-nav .nav-cta { justify-content: space-between; padding: 14px 17px; font-size: 12px; margin-top: 10px; background: var(--forest); color: var(--paper); }
  .header-inner { position: relative; }
  .hero { padding-top: 48px; }
  .hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .hero-eyebrow { max-width: 100%; font-size: 8px; white-space: normal; letter-spacing: .075em; margin-bottom: 26px; }
  .hero h1 { font-size: clamp(40px,8.7vw,58px); line-height: 1.11; margin-bottom: 23px; }
  .hero-copy { padding-bottom: 0; }
  .hero-description { font-size: 16px; max-width: 490px; }
  .hero-detail { font-size: 12px; max-width: 490px; }
  .hero-actions { gap: 15px 23px; margin-top: 25px; }
  .hero-actions .button { font-size: 11px; min-height: 49px; padding-inline: 17px; gap: 17px; }
  .hero-actions .text-link { font-size: 10px; gap: 8px; }
  .hero-caption { margin-top: 23px; }
  .hero-caption p { font-size: 10px; }
  .perspective-composition { width: calc(100% - 6px); min-height: 435px; max-width: 480px; justify-self: center; padding: 49px 35px 57px; border-radius: 125px 4px 4px 4px; }
  .composition-top { left: 92px; top: 21px; font-size: 5.7px; letter-spacing: .12em; right: 23px; }
  .review-sheet { width: 83%; min-height: 330px; padding: 21px 23px; }
  .sheet-header { font-size: 5px; }
  .sheet-title { font-size: 32px; margin-top: 21px; }
  .sheet-rule { margin-bottom: 13px; }
  .sheet-observation { margin-top: 8px; }
  .sheet-observation p { font-size: 8px; }
  .sheet-footer { font-size: 5.5px; margin-top: 20px; }
  .perspective-note { right: -6px; bottom: 47px; width: 180px; padding: 19px; }
  .note-index { font-size: 6.5px; }
  .perspective-note p { font-size: 21px; margin-top: 9px; }
  .composition-bottom { left: 28px; right: 18px; bottom: 16px; font-size: 6px; }
  .composition-orbit { right: -10px; top: 40px; width: 240px; height: 240px; }
  .orbit-two { right: -36px; top: 13px; width: 294px; height: 294px; }
  .hero-bottom { margin-top: 38px; min-height: 73px; gap: 12px; }
  .hero-bottom > div { gap: 11px; flex-wrap: wrap; font-size: 8px; }
  .hero-bottom > div > span { padding-left: 9px; }
  .hero-bottom > a { width: 29px; }
  h2 { font-size: clamp(34px,7.5vw,43px); line-height: 1.16; }
  .eyebrow { margin-bottom: 23px; font-size: 9px; gap: 11px; }
  .section-number { width: 25px; height: 25px; font-size: 8px; }
  .editorial-grid, .approach-grid, .process-grid, .terms-grid, .faq-grid, .contact-layout { grid-template-columns: 1fr; gap: 25px; }
  .editorial-grid .prose { padding-top: 0; }
  .section-title h2 { max-width: 470px; margin-bottom: 5px; }
  .prose { font-size: 13px; line-height: 1.9; }
  .prose .lead { font-size: 17px; margin-bottom: 20px; }
  blockquote { font-size: 21px; padding-left: 19px; margin-top: 25px; }
  .split-heading { grid-template-columns: 1fr; gap: 21px; }
  .section-heading { margin-bottom: 32px; }
  .split-heading > p { max-width: 100%; font-size: 13px; }
  .materials-grid { grid-template-columns: 1fr 1fr; column-gap: 26px; }
  .material-card { padding-top: 20px; padding-bottom: 23px; }
  .material-number { margin-bottom: 17px; font-size: 8px; }
  .material-card h3 { font-size: 22px; }
  .material-card p { font-size: 11px; line-height: 1.9; }
  .footnote { font-size: 10px; gap: 10px; }
  .approach-keywords { margin-top: 25px; max-width: 100%; gap: 7px; }
  .approach-keywords span { font-size: 9px; }
  .approach-prose { font-size: 13px; }
  .approach-statement { grid-template-columns: 1fr; gap: 14px; margin-top: 38px; padding-top: 25px; }
  .approach-statement .small-label { margin: 0; font-size: 8px; }
  .approach-statement > p { font-size: 23px; }
  .statement-note { max-width: 390px; font-size: 10px; }
  .centred { text-align: left; margin-bottom: 31px; }
  .centred .eyebrow { justify-content: flex-start; }
  .centred > p:last-child { font-size: 13px; }
  .centred > p:last-child > br { display: none; }
  .package-grid { grid-template-columns: 1fr; gap: 19px; }
  .package-card { padding: 26px 25px 18px; }
  .package-tag { min-height: 23px; margin-bottom: 20px; }
  .package-number { font-size: 8px; }
  .package-badge { font-size: 8px; padding: 6px 10px; }
  .package-card h3 { font-size: 36px; margin-bottom: 7px; }
  .package-subtitle { font-size: 11px; min-height: 0; margin-bottom: 20px; }
  .price { font-size: 46px; margin-bottom: 21px; }
  .price-note { font-size: 10px; }
  .package-purpose { font-size: 12px; min-height: 0; padding-bottom: 22px; }
  .package-facts { grid-template-columns: 1fr 1fr; gap: 18px; padding-block: 19px; }
  .package-facts dd { font-size: 12px; }
  .package-facts dd > span { display: block; font-size: 10px; }
  .package-written { min-height: 0; padding-block: 18px 21px; }
  .package-written p { font-size: 13px; max-width: 295px; }
  .package-cta { font-size: 12px; padding-inline: 17px; }
  .package-detail summary { font-size: 11px; }
  .package-detail > div { font-size: 12px; }
  .scope-note { font-size: 10px; padding-inline: 0; }
  .package-finder > summary { padding: 21px; font-size: 21px; gap: 15px; }
  .finder-summary-right { font-size: 0; gap: 0; }
  .finder-summary-right > .icon { width: 19px; height: 19px; }
  .finder-content { padding: 0 20px 23px; }
  .finder-content > p { font-size: 11px; }
  .finder-form { grid-template-columns: 1fr; gap: 17px; }
  .field select, .field textarea, .brief-body .field select, .brief-body .field textarea { font-size: 16px; }
  .field label { font-size: 11px; }
  .finder-form > .button { width: 100%; justify-self: stretch; }
  .finder-result { padding: 18px; }
  .finder-result h3 { font-size: 27px; }
  .finder-result p { font-size: 11px; }
  .process-grid { gap: 35px; }
  .process-intro { position: static; }
  .process-intro > p:not(.eyebrow) { font-size: 13px; max-width: 440px; }
  .process-note { margin-top: 28px; max-width: 100%; padding-top: 19px; }
  .process-step { gap: 20px; padding-bottom: 30px; }
  .process-step h3 { font-size: 23px; }
  .process-step p { font-size: 12px; }
  .fit-grid { grid-template-columns: 1fr; gap: 33px; }
  .fit-column h3 { font-size: 27px; margin-bottom: 22px; }
  .fit-column li { font-size: 12px; }
  .terms-intro > p:not(.eyebrow) { font-size: 13px; max-width: 430px; }
  .payment-panel { padding: 24px 22px; }
  .payment-panel h3 { font-size: 30px; }
  .payment-panel p { font-size: 12px; }
  th, td { font-size: 10px; padding: 13px 6px; }
  thead th { font-size: 7px; }
  .terms-accordion summary { font-size: 12px; }
  .terms-body { font-size: 12px; }
  .faq-grid { gap: 30px; }
  .faq-intro > p:not(.eyebrow) { font-size: 13px; }
  .faq-search { max-width: none; margin-top: 22px; }
  .faq-search input { font-size: 16px; }
  .faq-item summary { font-size: 13px; padding-block: 22px; }
  .faq-answer { font-size: 12px; padding-right: 25px; }
  .contact-layout { gap: 37px; }
  .contact-copy h2 { font-size: 52px; }
  .contact-copy > p:not(.eyebrow):not(.contact-assurance) { margin-top: 24px; font-size: 13px; max-width: 405px; }
  .contact-signature { margin-top: 27px; }
  .contact-signature strong { font-size: 13px; }
  .contact-signature > div > span { font-size: 8px; }
  .contact-assurance { max-width: 380px; margin-top: 24px; }
  .contact-panel { padding-top: 0; }
  .contact-panel-heading p { font-size: 12px; }
  .channel { gap: 16px; padding-block: 22px; }
  .channel strong { font-size: 15px; }
  .channel small { font-size: 10px; }
  .contact-app-note { font-size: 10px; }
  .brief-builder > summary { font-size: 12px; }
  .brief-body .field label { font-size: 11px; }
  .input-meta { font-size: 9px; }
  .brief-note { font-size: 11px; }
  .draft-help > summary { font-size: 11px; }
  .draft-body > p { font-size: 11px; }
  .draft-body textarea { font-size: 16px; }
  .draft-actions > .text-link { font-size: 11px; }
  .footer-top { flex-direction: column; align-items: flex-start; gap: 28px; padding-top: 31px; padding-bottom: 25px; }
  .footer-links { justify-content: flex-start; gap: 8px 20px; max-width: none; }
  .footer-links > a { font-size: 10px; }
  .footer-wordmark { font-size: 30px; }
  .footer-wordmark > span { font-size: 8px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; font-size: 8px; }
  .floating-contact { padding: 12px 15px; bottom: max(15px, env(safe-area-inset-bottom)); right: 16px; font-size: 10px; }
  .floating-contact .icon { width: 17px; height: 17px; }
  .floating-contact > .icon:last-child { display: none; }
  .dialog-content { padding: 37px 26px 28px; }
  .dialog-content > .eyebrow { max-width: 225px; }
  .dialog-content h2 { font-size: 41px; }
  .dialog-content > p:not(.eyebrow) { font-size: 12px; }
  .starter { padding-block: 18px; }
  .starter strong { font-size: 14px; }
  .starter small { font-size: 11px; }
  .dialog-other { font-size: 11px; }
}
@media (max-width: 370px) {
  :root { --gutter: 20px; }
  .hero-eyebrow { font-size: 7.3px; gap: 8px; }
  .hero h1 { font-size: 37px; }
  .hero-actions { gap: 12px 16px; }
  .hero-actions .button { font-size: 10px; padding-inline: 14px; }
  .hero-actions .text-link { font-size: 10px; }
  .perspective-composition { min-height: 393px; padding: 46px 24px; }
  .review-sheet { padding: 19px; width: 88%; min-height: 300px; }
  .sheet-title { font-size: 28px; }
  .sheet-header { font-size: 4px; }
  .sheet-observation p { font-size: 7px; }
  .composition-top { left: 70px; right: 12px; font-size: 5px; }
  .perspective-note { width: 154px; padding: 15px; bottom: 40px; }
  .perspective-note p { font-size: 19px; }
  .sheet-footer { font-size: 4.5px; }
  .materials-grid { grid-template-columns: 1fr; }
  .material-card h3 { font-size: 25px; }
  .material-card p { font-size: 12px; }
  .package-card { padding-inline: 21px; }
  .package-facts { grid-template-columns: 1fr; gap: 15px; }
  .package-facts dd > span { display: inline; }
  .payment-panel { padding-inline: 16px; }
  .contact-copy h2 { font-size: 46px; }
  .contact-signature > div > span { max-width: 185px; }
  .channel small { font-size: 9px; }
  .draft-actions { gap: 16px; }
}
/* A fully usable page even when JavaScript is unavailable. */
html.no-js .menu-toggle { display: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
@media print {
  .site-header, .floating-contact, .hero-actions, .package-cta, .package-finder, .faq-search, .brief-builder, .draft-help, .site-footer, .contact-channels, dialog { display: none !important; }
  body { font-size: 11pt; background: #fff; color: #000; }
  .section { padding-block: 20pt; }
  .shell { width: 100%; }
  .hero-grid, .editorial-grid, .approach-grid, .process-grid, .terms-grid, .faq-grid, .contact-layout { display: block; }
  .perspective-composition { display: none; }
  .process-intro { position: static; }
  .approach-section, .contact-section, .fit-section { background: #fff; color: #000; }
  .approach-section *, .contact-section * { color: #000 !important; }
  .package-grid { gap: 10pt; }
  .package-card { break-inside: avoid; }
  .hero-bottom { margin-top: 10pt; }
}

@media (max-width: 800px) { html.no-js .site-nav { display: flex; } }

/* Comfortable reading sizes for the substantive information. */
.site-nav > a:not(.button) { font-size: 12px; }
.hero-detail, .material-card p, .package-purpose, .process-step p, .fit-column li, .payment-panel p, .terms-body, .faq-answer { font-size: 14px; }
.package-purpose { min-height: 164px; }
.package-subtitle, .package-facts dd, .package-written p, .package-detail > div, .scope-note, .finder-content > p, .finder-result p { font-size: 13px; }
.package-facts dt, .package-facts dd > span, .package-detail > summary { font-size: 11px; }
.package-cta, .finder-summary-right, .terms-accordion summary, .faq-item summary, .channel strong { font-size: 14px; }
.package-written { min-height: 110px; }
.footnote, .statement-note, .contact-assurance, .contact-app-note, .channel small, .brief-builder > summary, .draft-help > summary, .draft-body > p, .brief-note, .brief-body .field > label, .draft-actions > .text-link { font-size: 12px; }
.payment-panel .payment-footnote, .contact-signature > div > span, .dialog-content .dialog-footnote { font-size: 11px; }
.payment-panel .small-label, .package-written .small-label, .package-badge, .package-number, .fit-label, .finder-content .small-label { font-size: 9px; }
.field label, .starter small, .dialog-other, .dialog-content > p:not(.eyebrow) { font-size: 12px; }
.contact-panel-heading p, .terms-body h4 { font-size: 14px; }
.contact-signature > div > span { max-width: 320px; }
th, td { font-size: 12px; }
thead th { font-size: 9px; }
.footer-links > a { font-size: 11px; }
.footer-bottom { font-size: 10px; }
@media (min-width: 801px) and (max-width: 1100px) {
  .site-nav > a:not(.button) { font-size: 11px; }
  .package-purpose { min-height: 230px; }
  .package-cta { font-size: 11px; }
  .package-written { min-height: 142px; }
  .package-badge { font-size: 7px; }
  .payment-panel { padding-inline: 17px; }
  th, td { font-size: 10px; padding-inline: 5px; }
  thead th { font-size: 8px; }
}
@media (max-width: 800px) {
  .site-nav > a:not(.button) { font-size: 14px; }
  .hero-detail, .material-card p, .package-purpose, .process-step p, .fit-column li, .payment-panel p, .terms-body, .faq-answer { font-size: 13px; }
  .package-purpose { min-height: 0; }
  .package-subtitle, .package-facts dd, .package-written p, .package-detail > div, .scope-note, .finder-content > p, .finder-result p { font-size: 12px; }
  .package-cta, .terms-accordion summary, .faq-item summary { font-size: 13px; }
  .package-written { min-height: 0; }
  .footnote, .statement-note, .contact-assurance, .contact-app-note, .channel small, .draft-help > summary, .draft-body > p, .brief-note { font-size: 11px; }
  .contact-signature > div > span { font-size: 10px; }
  .contact-panel-heading p, .terms-body h4 { font-size: 13px; }
  .package-finder .finder-summary-right { font-size: 0; }
  th, td { font-size: 11px; padding-inline: 5px; }
  thead th { font-size: 8px; }
}
@media (max-width: 370px) {
  th, td { font-size: 10px; }
  thead th { font-size: 7px; }
}
