/* Cleaning With Purpose: Harbor navy, daylight photography, generous readable type. */
:root {
  --forest: #1f3d5c;
  --forest-deep: #152c44;
  --sage: #d9e4ed;
  --warm-white: #fffdf8;
  --cream: #f7f1e8;
  --brass: #b88a44;
  --brass-deep: #97702f;
  --brass-light: #e9c486;
  --brass-label: #805d24;
  --slate: #565c63;
  --navy: #182a3c;
  --line: #d9d8d3;
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-label: var(--font-body);
  --container: 76rem;
  --radius: 0.75rem;
  --radius-lg: .65rem;
  --shadow-panel: 0 8px 30px -20px rgba(24,42,60,.22);
  --shadow-soft: 0 24px 64px -24px rgba(8,24,40,.3);
}
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 7rem; }
body { margin: 0; background: var(--warm-white); color: var(--navy); font: 1.0625rem/1.7 var(--font-body); -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
h1, h2, h3, h4, p, ul, ol, figure { margin: 0; }
ul[class], ol[class] { padding: 0; list-style: none; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a, summary, input, select, textarea { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--sage); color: var(--forest-deep); }
:focus-visible { outline: 3px solid var(--brass-deep); outline-offset: 5px; }
section[id] { scroll-margin-top: 1rem; }
.skip-link { position: absolute; left: -10000px; top: .5rem; z-index: 100; background: var(--forest); color: white; padding: .8rem 1.2rem; }
.skip-link:focus { left: .5rem; }
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 2rem; }
.eyebrow { font: 600 .875rem/1.5 var(--font-body); letter-spacing: .07em; text-transform: uppercase; color: var(--brass-label); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 3.25rem; padding: .85rem 1.4rem; border: 1px solid transparent; border-radius: .6rem; font: 600 1rem/1.35 var(--font-body); text-align: center; text-decoration: none; cursor: pointer; transition: background-color 160ms ease, border-color 160ms ease; }
.btn--primary { color: var(--warm-white); background: var(--forest); }
.btn--primary:hover { background: var(--forest-deep); }
.btn--brass { color: var(--forest-deep); background: var(--brass-light); }
.btn--brass:hover { background: #f3d39d; }
.btn--outline { border-color: var(--forest); color: var(--forest); background: transparent; }
.btn--outline:hover { background: var(--sage); }
.btn:disabled { cursor: wait; opacity: .7; }
.text-link { display: inline-flex; align-items: center; flex-wrap: wrap; gap: .5rem; font-size: .9375rem; font-weight: 600; text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1px; }
.text-link:hover { text-decoration-thickness: 2px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,253,248,.97); border-bottom: 1px solid var(--line); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-block: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; min-width: 0; }
.brand__mark { width: 2.7rem; height: 2.7rem; flex-shrink: 0; }
.brand__name { display: block; font: 600 1.2rem/1.2 var(--font-display); color: var(--forest); }
.brand__tag { display: block; margin-top: .25rem; color: var(--slate); font-size: .75rem; line-height: 1.4; }
.site-nav, .header-actions { display: none; align-items: center; gap: 1.3rem; }
.site-nav a { text-decoration: none; font-size: .875rem; font-weight: 500; }
.site-nav a:hover { text-decoration: underline; text-underline-offset: 6px; }
.header-actions { gap: 1rem; }
.header-actions .btn { font-size: .875rem; min-height: 2.9rem; padding-inline: 1.1rem; }
.header-phone { display: none; font-size: .875rem; font-weight: 600; text-decoration: none; white-space: nowrap; }
.nav-toggle { display: inline-flex; align-items: center; justify-content: center; width: 2.75rem; height: 2.75rem; border: 1px solid var(--line); border-radius: .5rem; background: transparent; color: var(--forest); flex-shrink: 0; }
.mobile-nav { display: grid; padding: .6rem 1.25rem 1rem; border-top: 1px solid var(--line); }
.js .mobile-nav { display: none; }
.js .mobile-nav.is-open { display: grid; }
.mobile-nav a { padding: .65rem .5rem; min-height: 44px; text-decoration: none; font-weight: 500; }
.mobile-nav .btn { margin-top: .4rem; color: var(--warm-white); }
@media (min-width:1100px) {
  .site-nav, .header-actions { display: flex; }
  .nav-toggle, .mobile-nav, .js .mobile-nav.is-open { display: none; }
}
@media (min-width:1280px) { .header-phone { display: block; } }
/* A bright, readable opening with the family photograph in its own frame. */
.hero { background: var(--warm-white); padding-block: 3.5rem 4.5rem; }
.hero__layout { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(2rem,4vw,4rem); }
.hero__inner { padding-block: 1.5rem; }
.hero h1 { margin-top: 1.1rem; font: 500 clamp(2.8rem,4.3vw,4.4rem)/1.08 var(--font-display); letter-spacing: -.04em; text-wrap: balance; }
.hero h1 em { color: var(--forest); font-weight: 500; font-style: normal; }
.hero__sub { margin-top: 1.6rem; max-width: 31rem; font-size: 1.0625rem; color: var(--slate); }
.hero__ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 1.3rem; margin-top: 2rem; }
.hero__meta { margin-top: 1.15rem; font-size: .875rem; color: var(--slate); }
.hero__meta strong { color: var(--navy); }
.hero__photo { overflow: hidden; background: var(--cream); border-radius: .6rem; }
.hero__img { width: 100%; height: auto; aspect-ratio: 1495 / 1052; object-fit: cover; }
.bridge { padding-block: 3.2rem; border-bottom: 1px solid var(--line); }
.bridge .container { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 3rem; }
.bridge h2 { max-width: 22rem; font: 500 2rem/1.25 var(--font-display); }
.bridge p { color: var(--slate); max-width: 38rem; }
.section { padding-block: 4.75rem; }
.section--cream { background: var(--cream); }
.section--white { background: var(--warm-white); }
.section--forest { background: var(--forest); color: var(--warm-white); }
.section--forest .eyebrow { color: var(--brass-light); }
.section-title { font: 500 clamp(2rem,3.1vw,3rem)/1.18 var(--font-display); letter-spacing: -.03em; margin-top: .8rem; max-width: 44rem; text-wrap: balance; }
.section-intro { margin-top: 1.2rem; max-width: 43rem; color: var(--slate); }
.section--forest .section-intro { color: #e0e8ef; }
/* The sample note stays a readable piece of correspondence. */
.note-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 4rem; align-items: center; }
.note-copy .statement { font: 500 clamp(2rem,3vw,2.8rem)/1.2 var(--font-display); letter-spacing: -.025em; margin-top: 1rem; text-wrap: balance; }
.note-copy .statement em { color: var(--forest); font-style: normal; }
.note-copy p:not(.eyebrow) { margin-top: 1.4rem; color: var(--slate); }
.note-copy strong { color: var(--navy); }
.note-points { margin-top: 1.75rem; display: grid; gap: .6rem; }
.note-points li { position: relative; padding-left: 1.6rem; font-size: .9375rem; }
.note-points li::before, .plan li::before, .room-tasks li::before, .yes li::before { content: ""; position: absolute; left: 0; top: .65rem; width: .62rem; height: .33rem; border-left: 2px solid var(--brass-light); border-bottom: 2px solid var(--brass-light); transform: rotate(-45deg); }
.email { background: var(--warm-white); color: var(--navy); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.email__bar { display: flex; align-items: center; gap: .8rem; padding: 1.25rem; border-bottom: 1px solid var(--line); background: #f0ede5; }
.email__avatar { width: 2.5rem; height: 2.5rem; border-radius: 50%; background: var(--forest); display: grid; place-items: center; flex-shrink: 0; }
.email__avatar svg { width: 1.7rem; }
.email__meta { min-width: 0; }
.email__from, .email__subject { display: block; font-size: .875rem; line-height: 1.5; }
.email__from { font-weight: 600; }
.email__subject { color: var(--slate); }
.email__time { margin-left: auto; font-size: .75rem; white-space: nowrap; color: var(--slate); }
.email__body { padding: 1.5rem 1.8rem; font-size: 1rem; line-height: 1.65; }
.email__body p + p { margin-top: 1rem; }
.email__body h3 { margin-top: 1.3rem; color: var(--forest); font-size: .9375rem; }
.email__body ul { padding-left: 1.15rem; margin-top: .5rem; }
.email__body li + li { margin-top: .3rem; }
.email__next { margin-top: 1.3rem; border-top: 1px solid var(--line); padding-top: 1rem; }
.email__caption { margin-top: 1rem; font-size: .875rem; color: var(--slate); }
.steps { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1.8rem; margin-top: 2.8rem; }
.step { border-top: 1px solid #bcb7ac; padding-top: 1.2rem; }
.step__num { font: 500 1.2rem/1.4 var(--font-display); color: var(--brass-label); }
.step h3 { font: 500 1.35rem/1.3 var(--font-display); margin-top: .9rem; }
.step p:not(.step__num) { color: var(--slate); font-size: 1rem; margin-top: .75rem; }
.photo-band { position: relative; min-height: 29rem; display: flex; align-items: center; isolation: isolate; overflow: hidden; background: var(--forest-deep); }
.photo-band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; z-index: -2; }
.photo-band::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,rgba(13,24,38,.88),rgba(13,24,38,.42) 60%,rgba(13,24,38,.08)); }
.photo-band blockquote { margin: 0; padding-block: 3rem; max-width: 32rem; color: white; }
.photo-band blockquote p { font: 500 clamp(1.75rem,2.7vw,2.5rem)/1.35 var(--font-display); }
.photo-band cite { display: block; margin-top: 1.5rem; color: #f0d29e; font-size: .875rem; font-style: normal; }
.rooms, .faq-list { display: grid; gap: 0; margin-top: 2.5rem; max-width: 55rem; }
.faq { border-bottom: 1px solid #cfcac1; }
.faq:first-child { border-top: 1px solid #cfcac1; }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 4rem; padding: 1.25rem .2rem; cursor: pointer; list-style: none; font-size: 1.0625rem; font-weight: 600; color: var(--forest); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.5rem; font-weight: 400; flex-shrink: 0; }
.faq[open] summary::after { content: "−"; }
.faq > div { padding: 0 2rem 1.5rem .2rem; color: var(--slate); font-size: 1rem; }
.room > summary { justify-content: flex-start; }
.room > summary::after { margin-left: auto; }
.room-ic { display: grid; place-items: center; width: 2.75rem; height: 2.75rem; border-radius: .65rem; background: var(--sage); color: var(--forest); flex-shrink: 0; }
.room-ic svg { width: 1.3rem; height: 1.3rem; }
.room[open] .room-ic { background: var(--forest); color: white; }
.room-txt { min-width: 0; }
.room-sub { display: block; margin-top: .15rem; color: var(--slate); font-size: .875rem; font-weight: 400; }
.room-tasks { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem 2rem; margin: 0 1rem 1.5rem 4rem; }
.room-tasks li { position: relative; padding-left: 1.5rem; font-size: 1rem; color: var(--slate); }
.room-tasks li::before, .plan li::before, .yes li::before { border-color: var(--brass-label); }
.rooms-note { max-width: 52rem; margin-top: 1.6rem; color: var(--slate); font-size: 1rem; }
/* Separate the first visit from the three ongoing options. */
.reset-plan { display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: center; margin-top: 2.5rem; padding: 2rem; background: var(--cream); border-radius: var(--radius-lg); border-left: 4px solid var(--brass); }
.reset-plan h3 { font: 500 1.65rem/1.3 var(--font-display); margin-top: .55rem; }
.reset-plan div > p:not(.eyebrow):not(.reset-plan__price) { color: var(--slate); margin-top: .65rem; max-width: 37rem; font-size: 1rem; }
.reset-plan__action { display: flex; flex-direction: column; gap: .45rem; align-items: flex-start; }
.reset-plan__price { font: 500 2rem/1.3 var(--font-display); }
.reset-plan__action > span { font-size: .8125rem; color: var(--slate); }
.reset-plan__action .text-link { margin-top: .5rem; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 0 1.2rem; margin-top: 2.5rem; }
.plan { display: grid; grid-template-rows: auto minmax(3.4em,auto) auto 1fr auto auto; border: 0; border-left: 1px solid var(--line); border-radius: 0; padding: 1.75rem 1.5rem; }
.plan--featured { background: var(--cream); color: var(--navy); border-color: transparent; border-radius: .5rem; }
.plan__eyebrow { font-size: .875rem; color: var(--slate); }
.plan--featured .plan__eyebrow { color: var(--slate); }
.plan__name { font: 500 1.5rem/1.3 var(--font-display); margin-top: .75rem; }
.plan__price { font: 500 2.8rem/1.15 var(--font-display); margin-top: 1.5rem; letter-spacing: -.02em; }
.plan__price small { display: block; font: 400 .8125rem/1.5 var(--font-body); letter-spacing: 0; margin-bottom: .25rem; color: var(--slate); }
.plan__price > span { font: 400 .875rem/1.5 var(--font-body); letter-spacing: 0; }
.plan--featured .plan__price small { color: var(--slate); }
.plan__for { margin-top: 1.2rem; color: var(--slate); font-size: 1rem; }
.plan--featured .plan__for { color: var(--slate); }
.plan ul { border-top: 1px solid var(--line); padding-top: 1.25rem; margin-top: 1.5rem; display: grid; grid-template-rows: repeat(3,minmax(3em,auto)); gap: .35rem; }
.plan--featured ul { border-color: var(--line); }
.plan li { position: relative; padding-left: 1.45rem; font-size: 1rem; }
.plan--featured li::before { border-color: var(--brass-label); }
.plan .btn { margin-top: 1.5rem; font-size: .9375rem; padding-inline: .7rem; width: 100%; align-self: end; }
.pricing-note { margin-top: 1.5rem; max-width: 54rem; font-size: 1rem; color: var(--slate); }
.letter-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2.5rem,6vw,5.5rem); align-items: center; margin-top: 1.8rem; }
.photo-frame { max-width: 26rem; margin-inline: auto; }
.photo-frame img { width: 100%; aspect-ratio: 1 / 1.1; object-fit: cover; border-radius: .5rem; }
.photo-frame .cap { margin-top: .8rem; font: 400 .875rem/1.5 var(--font-body); color: var(--slate); }
.letter .section-title { margin-top: 0; margin-bottom: 1.5rem; }
.letter p + p { margin-top: 1.1rem; }
.letter .sig { font: italic 500 1.8rem/1.3 var(--font-display); color: var(--forest); margin-top: 1.5rem; }
.letter .sig-note { margin-top: .3rem; color: var(--slate); font-size: .875rem; }
.tcards { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 3rem; margin-top: 2.5rem; }
.tcard { display: flex; flex-direction: column; border-top: 1px solid var(--line); padding-top: 1.5rem; }
.tcard + .tcard { padding-left: 0; }
.stars { display: flex; gap: .25rem; color: var(--brass-light); margin-bottom: 1.2rem; }
.stars svg { width: 1rem; height: 1rem; }
.tcard blockquote { font: 500 1.3rem/1.55 var(--font-display); margin: 0; flex: 1; color: var(--navy); }
.tcard .who { margin-top: 1.5rem; }
.tcard .who b { display: block; font-size: 1rem; font-weight: 600; }
.tcard .who span { display: block; font-size: .875rem; color: var(--slate); }
.testimonials-note { margin-top: 2rem; color: var(--slate); font-size: .8125rem; }
.trust-strip { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2rem; }
.trust-chip { display: inline-flex; align-items: center; gap: .6rem; border: 1px solid var(--line); border-radius: .55rem; padding: .7rem .9rem; font-size: .875rem; color: var(--forest); }
.trust-chip svg { width: 1.1rem; height: 1.1rem; flex-shrink: 0; }
.bound-card { margin-top: 2rem; border-top: 1px solid var(--line); padding-top: 2rem; }
.bound-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.bound-cols h3 { font: 500 1.35rem/1.3 var(--font-display); margin-bottom: .8rem; }
.bound-cols ul { list-style: none; padding: 0; }
.bound-cols li { position: relative; padding: .4rem 0 .4rem 1.5rem; color: var(--slate); font-size: 1rem; }
.yes li::before { top: 1rem; }
.no li::before { content: "−"; position: absolute; left: 0; top: .4rem; color: var(--slate); }
.bound-card .outro { max-width: 60rem; margin-top: 1.5rem; border-top: 1px solid var(--line); padding-top: 1.3rem; font-size: .9375rem; color: var(--slate); }
/* A short request, with optional details kept secondary. */
.request { background: var(--forest); color: var(--warm-white); }
.request .eyebrow { color: var(--brass-light); }
.request__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 4rem; align-items: start; }
.request__title { font: 500 clamp(2.3rem,3.8vw,3.7rem)/1.16 var(--font-display); letter-spacing: -.03em; margin-top: 1rem; text-wrap: balance; }
.request__copy { color: #e0e8ef; max-width: 28rem; margin-top: 1.5rem; }
.next-steps { margin-top: 2rem; display: grid; gap: 1rem; }
.next-steps li { display: flex; gap: 1rem; align-items: flex-start; }
.next-steps span { color: var(--brass-light); font: 500 .875rem/1.7 var(--font-label); padding-top: .15rem; }
.next-steps p { font-size: 1rem; color: #e0e8ef; }
.request__contact { margin-top: 2rem; border-top: 1px solid #657c92; padding-top: 1.5rem; font-size: .9375rem; color: #e0e8ef; }
.request__contact p + p { margin-top: .5rem; }
.request__contact a { color: white; text-underline-offset: 4px; overflow-wrap: anywhere; }
.request__phone { display: inline-block; margin-block: .4rem; font: 500 1.8rem/1.5 var(--font-display); text-decoration: none; }
.form-card { background: var(--warm-white); color: var(--navy); padding: 2rem; border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); min-width: 0; }
.form-title { font: 500 1.8rem/1.3 var(--font-display); }
.form-lead { margin-top: .6rem; margin-bottom: 1.6rem; font-size: .875rem; color: var(--slate); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem 1rem; }
.field { min-width: 0; }
.field--full { grid-column: 1 / -1; }
.field label { display: block; font-size: .875rem; font-weight: 600; }
.optional { color: var(--slate); font-size: .8125rem; font-weight: 400; }
.hint { display: block; margin-top: .5rem; color: var(--slate); font-size: .8125rem; line-height: 1.55; }
.field input, .field select, .field textarea { width: 100%; min-width: 0; min-height: 3rem; margin-top: .45rem; padding: .7rem .8rem; border: 1px solid #a7afb5; border-radius: .45rem; background: white; color: var(--navy); font: 400 1rem/1.5 var(--font-body); }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid var(--sage); outline-offset: 1px; border-color: var(--forest); }
.field textarea { resize: vertical; min-height: 6rem; }
.field input[type=file] { padding: .5rem; font-size: .875rem; }
.field input[type=file]::file-selector-button { border: 0; border-radius: .3rem; padding: .5rem; margin-right: .5rem; background: var(--sage); color: var(--forest); font: inherit; cursor: pointer; }
.photo-options { border-top: 1px solid var(--line); padding-top: .8rem; }
.photo-options summary { min-height: 44px; cursor: pointer; font-size: .9375rem; font-weight: 600; }
.photo-options label { margin-top: 1rem; }
.form-card .btn { width: 100%; margin-top: 1.25rem; }
.form-finePrint { margin-top: 1rem; font-size: .8125rem; color: var(--slate); line-height: 1.6; }
.form-error { margin-top: 1rem; padding: .8rem 1rem; border-left: 3px solid #a72e29; background: #fff0eb; color: #7c201d; font-size: .9375rem; }
.form-status { font-size: .9375rem; margin-top: .8rem; }
.form-status:empty { display: none; }
.site-footer { background: var(--forest-deep); color: #dbe5ed; padding-block: 3rem 2rem; }
.site-footer__grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 2.5rem; }
.site-footer .brand__name { color: white; }
.site-footer__tag { font-size: 1rem; margin-top: 1rem; max-width: 22rem; }
.site-footer h3 { font-size: .875rem; color: var(--brass-light); font-weight: 600; }
.site-footer ul { margin-top: 1rem; display: grid; gap: .65rem; }
.site-footer a { text-decoration: none; overflow-wrap: anywhere; }
.site-footer a:hover { text-decoration: underline; text-underline-offset: 4px; }
.site-footer li { font-size: .9375rem; }
.site-footer__legal { margin-top: 2.5rem; border-top: 1px solid #51667b; padding-top: 1.3rem; color: #c6d2dd; font-size: .8125rem; }
.site-footer__legal p + p { margin-top: .5rem; }
.mobile-bar { display: none; position: fixed; inset: auto 0 0; z-index: 60; background: var(--warm-white); border-top: 1px solid var(--line); padding: .6rem .75rem calc(.6rem + env(safe-area-inset-bottom,0px)); gap: .6rem; }
.mobile-bar .btn { flex: 1; min-width: 0; min-height: 3rem; padding: .6rem .35rem; font-size: .875rem; }
.thanks-main { min-height: 90vh; display: grid; place-items: center; background: var(--cream); padding: 4rem 1.25rem; }
.thanks-card { max-width: 40rem; padding: 2.5rem; background: var(--warm-white); border: 1px solid var(--line); border-radius: var(--radius-lg); }
.thanks-card .brand { margin-bottom: 2rem; }
.thanks-card h1 { font: 500 clamp(2rem,4vw,3rem)/1.2 var(--font-display); margin-top: 1rem; }
.thanks-card p { margin-top: 1.2rem; color: var(--slate); }
.thanks-card .eyebrow { color: var(--brass-label); }
.thanks-card .btn { margin-top: 2rem; }
@media (max-width:1000px) {
  .hero__layout { gap: 2rem; }
  .hero h1 { font-size: 3.2rem; }
  .hero__photo { aspect-ratio: .85; }
  .hero__founder { margin-top: 1.5rem; }
  .steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .note-grid, .request__grid { gap: 2.5rem; }
  .plan { padding: 1.5rem 1.1rem; }
  .plan__name { font-size: 1.3rem; }
  .letter-grid { gap: 2.5rem; }
}
@media (max-width:800px) {
  .tcards { grid-template-columns: 1fr; }
  .hero__layout, .bridge .container, .note-grid, .letter-grid, .request__grid { grid-template-columns: 1fr; }
  .hero { padding-block: 1.5rem 2.5rem; }
  .hero__inner { padding-block: 1rem 0; }
  .hero h1 { font-size: clamp(2.8rem,7vw,4rem); }
  .hero__sub { max-width: 38rem; }
  .hero__photo { aspect-ratio: 1.4; border-top-left-radius: 5rem; }
  .hero__img { object-position: 68% 40%; }
  .bridge .container { gap: 1rem; }
  .bridge h2 { max-width: none; }
  .note-grid { gap: 2.5rem; }
  .email { max-width: 38rem; }
  .section { padding-block: 4rem; }
  .pricing-grid { grid-template-columns: 1fr; gap: 1rem; }
  .plan { padding: 1.75rem; }
  .plan__name { font-size: 1.7rem; }
  .plan .btn { align-self: flex-start; padding-inline: 1rem; }
  .reset-plan { grid-template-columns: 1fr; gap: 1.2rem; }
  .letter-grid { gap: 2.7rem; }
  .photo-frame { max-width: 22rem; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .site-footer__grid > div:first-child { grid-column: 1 / -1; }
}
@media (max-width:560px) {
  .container { padding-inline: 1.25rem; }
  .site-header__inner { gap: .6rem; padding-block: .8rem; }
  .brand { gap: .5rem; }
  .brand__mark { width: 2.2rem; height: 2.2rem; }
  .brand__name { font-size: 1.03rem; }
  .brand__tag { font-size: .75rem; }
  .hero .eyebrow { max-width: 20rem; }
  .hero__ctas { gap: 1rem; }
  .hero__ctas .btn { width: 100%; }
  .hero__meta { font-size: .8125rem; }
  .hero__founder strong { font-size: .8125rem; }
  .hero__photo { aspect-ratio: 1.05; border-top-left-radius: 4rem; }
  .hero__photo figcaption { left: 1.3rem; right: 1.3rem; bottom: 1.3rem; font-size: 1.2rem; }
  .hero__photo figcaption span { font-size: .8125rem; }
  .bridge { padding-block: 2.5rem; }
  .section { padding-block: 3.2rem; }
  .steps, .tcards, .bound-cols, .form-grid, .site-footer__grid { grid-template-columns: 1fr; }
  .steps { gap: 1.7rem; }
  .photo-band { min-height: 26rem; align-items: flex-end; }
  .photo-band::after { background: linear-gradient(0deg,rgba(13,24,38,.92),rgba(13,24,38,.25)); }
  .photo-band blockquote { padding-block: 2rem; }
  .room-tasks { grid-template-columns: 1fr; margin-left: .2rem; }
  .room-sub { font-size: .8125rem; }
  .faq summary { font-size: 1rem; }
  .faq > div { padding-right: .2rem; }
  .reset-plan { padding: 1.5rem; }
  .tcard + .tcard { padding-left: 0; }
  .bound-cols { gap: 1.5rem; }
  .email__bar { flex-wrap: wrap; padding: 1rem; gap: .65rem; }
  .email__time { margin-left: 3.15rem; width: 100%; }
  .email__body { padding: 1.3rem 1.2rem; }
  .form-card { padding: 1.5rem 1.15rem; }
  .thanks-card { padding: 1.6rem; }
  .mobile-bar { display: flex; }
  body { padding-bottom: calc(4.6rem + env(safe-area-inset-bottom,0px)); }
  .site-footer__grid { gap: 2rem; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Launch contact fallback and supporting pages. */
.scope-title { font: 600 1.5rem/1.3 var(--font-display); color: var(--navy); margin-bottom: .4rem; }
.scope-intro { color: var(--slate); margin-bottom: 1.6rem; }
.request-fields { border: 0; padding: 0; margin: 0; min-width: 0; }
.contact-options > p { margin-top: 1rem; }
.contact-options > .text-link { margin-top: 1.3rem; }
.policy-main { padding-block: 3rem 5rem; }
.policy-copy { max-width: 48rem; }
.policy-copy h1 { font: 500 clamp(2rem,4vw,3.3rem)/1.2 var(--font-display); margin-top: 2rem; }
.policy-copy h2 { font: 500 1.5rem/1.3 var(--font-display); margin-top: 2rem; }
.policy-copy p { margin-top: 1rem; }
.policy-copy a { overflow-wrap: anywhere; text-underline-offset: 3px; }

/* Approved editorial layout: shared pricing rows and quiet lifestyle details. */
h2, h3 { text-wrap: balance; }
.hero__sub, .section-intro, .letter p { text-wrap: pretty; }
.hero__sub { max-width: 29rem; }
#founder { padding-top: 2.5rem; border-top: 1px solid var(--line); }
#services { border-top: 1px solid var(--line); }
.services-intro { display: grid; grid-template-columns: 1.3fr .7fr; gap: 4rem; align-items: center; }
.detail-photo { max-width: 24rem; justify-self: end; }
.detail-photo img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: .5rem; }
.rooms, .faq-list { max-width: none; }
#pricing { border-top: 1px solid var(--line); }
.first-visit-explainer { display: grid; grid-template-columns: .75fr 1.25fr; gap: 2.5rem; padding: 1.75rem 0; border-bottom: 1px solid var(--line); }
.first-visit-explainer h3 { font: 500 1.45rem/1.35 var(--font-display); }
.first-visit-explainer p { font-size: 1rem; color: var(--slate); max-width: 44rem; }
.note-points li::before { border-color: var(--brass-label); }
.review-feature { display: grid; grid-template-columns: .7fr 1.3fr; margin-top: 2.5rem; align-items: stretch; background: var(--forest); color: var(--warm-white); border-radius: .6rem; overflow: hidden; }
.review-detail { min-width: 0; }
.review-detail img { width: 100%; height: 100%; min-height: 21rem; object-fit: cover; object-position: 50% 50%; }
.review-story { padding: clamp(1.75rem,4vw,3rem); align-self: center; min-width: 0; }
.review-pullquote { font: 500 clamp(1.7rem,2.7vw,2.5rem)/1.3 var(--font-display); margin: 0; text-wrap: balance; }
.review-author { margin-top: 1.4rem; font-size: 1rem; }
.full-review { margin-top: 1.25rem; }
.full-review summary { cursor: pointer; min-height: 44px; padding-block: .6rem; color: var(--warm-white); font-size: .9375rem; text-underline-offset: 4px; }
.full-review summary:hover { text-decoration: underline; }
.full-review blockquote { margin: .75rem 0 0; font: 400 1rem/1.7 var(--font-body); color: #e0e8ef; }
#trust { background: var(--cream); }
.scope-title { font-weight: 500; }
.bound-cols { gap: 4rem; }
.no { border-left: 1px solid #d2c9bc; padding-left: 2rem !important; }
@supports (grid-template-rows: subgrid) {
  .plan { grid-row: span 6; grid-template-rows: subgrid; }
}
@media (max-width:1000px) {
  .hero__photo { aspect-ratio: auto; }
  .hero__img { object-position: center; }
  .services-intro { gap: 2.5rem; }
  .plan { padding-inline: 1.1rem; }
}
@media (max-width:800px) {
  .hero__photo { aspect-ratio: auto; border-radius: .5rem; }
  .hero__img { aspect-ratio: 1495 / 1052; object-position: center; }
  .services-intro { grid-template-columns: 1fr .7fr; gap: 2rem; }
  .first-visit-explainer { grid-template-columns: 1fr; gap: .8rem; }
  .pricing-grid { gap: 1.25rem; }
  .plan { grid-row: auto; grid-template-rows: auto; border: 1px solid var(--line); border-radius: .5rem; padding: 1.75rem; }
  .plan__name { min-height: 0; }
  .plan ul { grid-template-rows: repeat(3,auto); gap: .6rem; }
  .plan .btn { width: auto; justify-self: start; }
  .review-feature { grid-template-columns: .65fr 1.35fr; }
  .review-detail img { min-height: 18rem; }
  .tcards { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 2rem; }
}
@media (max-width:560px) {
  .hero h1 { font-size: clamp(2.65rem,9.5vw,3.4rem); }
  .hero__photo { aspect-ratio: auto; }
  .services-intro, .review-feature, .tcards { grid-template-columns: 1fr; }
  .detail-photo { width: 100%; max-width: none; }
  .detail-photo img { aspect-ratio: 2 / 1; }
  .review-detail img { height: auto; min-height: 0; aspect-ratio: 2 / 1; }
  .review-story { padding: 1.6rem; }
  .no { border-left: 0; padding-left: 0 !important; }
  .photo-frame { max-width: 22rem; }
  .email__time { margin-left: 0; width: auto; }
}
