:root {
  --paper: #ffffff;
  --warm: #fafaf8;
  --stone: #f5f3f0;
  --ink: #1a1a1a;
  --muted: #6b6560;
  --line: #e8e5e1;
  --tan: #c4a882;
  --bronze: #8b7355;
  --ease: cubic-bezier(.22, 1, .36, 1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; scrollbar-color: #b8afa4 var(--warm); }
body { margin: 0; background: var(--paper); color: var(--ink); font: 20px/1.55 'Source Sans 3', sans-serif; }
::selection { background: #e9dccb; color: var(--ink); }
button, a, summary { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-underline-offset: 5px; }
button { color: inherit; font: inherit; cursor: pointer; }
button:disabled { cursor: wait; opacity: .65; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #735335; outline-offset: 5px; }
img { display: block; max-width: 100%; height: auto; }
svg { width: 24px; height: 24px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
p, figure { margin: 0; }
h1, h2, h3 { margin: 0; font-family: 'Playfair Display', Georgia, serif; font-weight: 400; line-height: 1.12; letter-spacing: -.03em; text-wrap: balance; }
h1 { font-size: clamp(48px, 5.1vw, 76px); }
h2 { font-size: clamp(38px, 3.4vw, 50px); }
h3 { font-size: 30px; }
.wrap { width: min(1280px, calc(100% - 96px)); margin-inline: auto; }
.section { padding-block: 88px; }
.preview-bar { min-height: 36px; display: flex; justify-content: center; align-items: center; gap: 24px; padding: 6px 20px; background: var(--stone); font-size: 16px; color: var(--muted); }
.preview-bar a { margin-left: 12px; }
.skip { position: absolute; top: -100px; left: 20px; padding: 14px; background: white; z-index: 10; }
.skip:focus { top: 12px; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 30px; height: 112px; }
.wordmark { display: inline-block; text-decoration: none; font-size: 28px; line-height: 1; letter-spacing: .12em; font-weight: 700; }
.wordmark span { display: block; font-size: 16px; letter-spacing: .12em; margin-top: 9px; }
nav { display: flex; gap: 34px; }
nav a { display: flex; align-items: center; gap: 9px; text-decoration: none; font-size: 18px; min-height: 52px; border-bottom: 1px solid transparent; transition: border-color .25s; }
nav a:hover { border-color: var(--bronze); }
.hero { padding-top: 20px; }
.hero-heading { display: flex; align-items: center; justify-content: space-between; gap: 36px; margin-bottom: 36px; }
.hero-heading > div > p { font-size: 24px; color: var(--muted); margin-top: 16px; }
.hero-offer { min-width: 350px; }
.hero-offer > p { display: flex; align-items: center; gap: 18px; margin: 0 0 15px !important; }
.hero-offer strong { color: var(--ink); font-size: 42px; font-weight: 600; letter-spacing: -.03em; }
.hero-offer p span { color: var(--muted); font-size: 17px; line-height: 1.35; }
.primary { width: 100%; min-height: 58px; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 14px 22px; border: 1px solid transparent; border-radius: 3px; background: var(--tan); color: #241e16; font-size: 19px; font-weight: 600; transition: background .25s, transform .25s var(--ease); }
.primary:hover { background: #bda079; }
.primary:active { transform: translateY(1px); }
.primary svg { transition: transform .3s var(--ease); }
.primary:hover svg { transform: translateX(4px); }
.hero-mosaic { display: grid; grid-template-columns: 2.4fr 1fr; gap: 12px; height: clamp(420px, 37vw, 550px); }
.hero-previews { display: grid; grid-template-rows: 1fr 1fr; gap: 12px; min-height: 0; }
.photo { display: block; position: relative; background: var(--stone); overflow: hidden; isolation: isolate; }
.photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.photo:hover img { transform: scale(1.035); }
.hero-photo img { object-position: 50% 56%; }
.plan-preview { background: var(--warm); }
.plan-preview img { object-fit: contain; padding: 12px 8px 38px; background: #fff; }
.house-facts { display: grid; grid-template-columns: 1fr 1fr 1fr 1.25fr; padding-block: 28px; border-bottom: 1px solid var(--line); }
.house-facts p { padding-left: 32px; border-left: 1px solid var(--line); }
.house-facts p:first-child { border: 0; padding-left: 0; }
.house-facts strong { display: block; font-weight: 600; font-size: 21px; }
.house-facts span { color: var(--muted); font-size: 17px; }
.visualization-note { color: var(--muted); font-size: 16px; padding-top: 12px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.section-heading p { margin-top: 16px; color: var(--muted); font-size: 20px; max-width: 600px; }
.gallery-hint { display: inline-flex; gap: 10px; align-items: center; font-size: 17px; color: var(--muted); white-space: nowrap; padding-bottom: 4px; }
.exterior-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.exterior-grid .photo { aspect-ratio: 1.22; }
.exterior-grid .photo:first-child { grid-column: span 2; aspect-ratio: auto; }
.exterior-grid .photo:nth-child(2) { aspect-ratio: 1.22; }
.exterior-grid .photo:nth-child(3) { grid-column: span 1; }
.exterior-grid .photo:nth-child(6) { grid-column: span 3; aspect-ratio: 2; }
.exterior-grid .photo:nth-child(6) img { object-position: 50% 58%; }
.interior-section { background: var(--warm); }
.interior-story { display: grid; grid-template-columns: 2fr 1fr; align-items: stretch; gap: 48px; margin-bottom: 18px; }
.interior-main { aspect-ratio: 1.65; }
.interior-caption { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-right: 24px; }
.interior-caption h3 { font-size: 38px; }
.interior-caption p { margin-block: 24px; color: var(--muted); max-width: 260px; }
.quiet-link, .quiet-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 52px; color: #624b31; font-size: 18px; text-decoration: none; background: none; border: 0; border-bottom: 1px solid #b49a7b; padding: 10px 0; transition: color .2s; }
.quiet-link:hover, .quiet-button:hover { color: var(--ink); }
.interior-strip { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.interior-strip .photo { aspect-ratio: 1.45; }
.details-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.details-grid .photo { aspect-ratio: 1.5; }
.details-grid .photo:first-child { grid-column: 1 / -1; aspect-ratio: 1.9; }
.plans-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
.drawing { background: #fff; border: 1px solid var(--line); aspect-ratio: 1.48; }
.drawing img { object-fit: contain; padding: 20px 12px 46px; }
.plans-grid figcaption { margin-top: 24px; }
.plans-grid figcaption h3 { font-size: 29px; }
.plans-grid figcaption p { margin-top: 10px; color: var(--muted); font-size: 19px; }
.model-section { padding-top: 18px; }
.model-section .section-heading > svg { width: 54px; height: 54px; stroke-width: 1; color: var(--bronze); }
.model-stage { position: relative; background: var(--stone); height: min(52vw, 640px); min-height: 380px; overflow: hidden; }
.model-poster { width: 100%; height: 100%; object-fit: contain; background: #f3f3f0; }
.model-start { position: absolute; left: 50%; bottom: 30px; transform: translateX(-50%); display: flex; align-items: center; gap: 20px; text-align: left; border: 1px solid var(--line); border-radius: 4px; background: #fff; padding: 20px 26px; white-space: nowrap; box-shadow: 0 10px 30px rgb(75 63 48 / 12%); transition: background .2s; }
.model-start:hover { background: var(--warm); }
.model-start > svg { width: 36px; height: 36px; color: #796041; }
.model-start span { font-size: 22px; font-weight: 600; }
.model-start small { display: block; font-size: 16px; color: var(--muted); font-weight: 400; margin-top: 4px; }
.model-stage iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: var(--warm); }
.model-footer { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-top: 14px; }
.model-footer p { font-size: 16px; color: var(--muted); }
.model-footer { flex-wrap: wrap; }
.model-footer p { flex: 1; min-width: 180px; }
.model-footer .quiet-button { padding: 10px 16px; border: 1px solid var(--line); border-radius: 4px; background: white; min-height: 52px; white-space: nowrap; }
body.tour-open { overflow: hidden; }
body.tour-open #aaFab, body.tour-open #aaPanel { display: none !important; }
#model .model-footer { display: flex; gap: 12px; }
#model .model-footer button { margin-top: 0; }
#model.tour-expanded { position: fixed; inset: 0; z-index: 10001; max-width: none; width: 100%; padding: max(12px, env(safe-area-inset-top)) 12px max(12px, env(safe-area-inset-bottom)); background: var(--warm); display: flex; flex-direction: column; }
#model.tour-expanded .section-heading { display: none; }
#model.tour-expanded .model-stage { flex: 1; height: auto; min-height: 0; }
#model.tour-expanded .model-footer { flex: none; gap: 12px; }
@media (max-width: 600px) { #model .model-stage { height: min(80vw, 360px); min-height: 260px; } #model .model-footer p { flex-basis: 100%; } #model.tour-expanded .model-stage { height: auto; min-height: 0; } #model.tour-expanded .model-footer p { display: none; } }
.technical-section { background: var(--stone); }
.technical-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.technical-drawing { aspect-ratio: .83; background: #fff; border: 0; }
.technical-drawing img { padding: 20px 20px 54px; }
.technical-grid figcaption { font-size: 18px; margin-top: 14px; color: var(--muted); }
.package-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 8vw, 120px); padding-block: 100px; }
.package-summary > p { color: var(--muted); margin-top: 20px; max-width: 490px; }
.package-summary ul { list-style: none; padding: 0; margin: 26px 0; }
.package-summary li { padding-block: 16px; display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); font-size: 18px; }
.package-summary li strong { font-weight: 600; text-align: right; }
.package-price { display: flex; gap: 20px; align-items: center; margin-bottom: 24px; }
.package-price strong { font-size: 52px; line-height: 1; font-weight: 600; letter-spacing: -.03em; }
.package-price span { font-size: 17px; color: var(--muted); }
.scope-note { font-size: 17px; }
.architect { background: var(--warm); padding: 30px; }
.architect img { width: 128px; height: 142px; object-fit: cover; object-position: 50% 25%; margin-bottom: 30px; }
.architect h3 { max-width: 350px; font-size: 34px; }
.architect p { color: var(--muted); margin-top: 20px; font-size: 19px; }
.architect button { margin-top: 22px; text-align: left; }
.faq-section { background: var(--warm); }
.faq-layout { display: grid; grid-template-columns: .9fr 1.25fr; gap: 70px; }
details { border-bottom: 1px solid var(--line); }
details:first-child { border-top: 1px solid var(--line); }
summary { list-style: none; font-size: 21px; cursor: pointer; padding: 24px 36px 24px 0; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::before, summary::after { content: ''; position: absolute; right: 4px; top: 37px; width: 16px; height: 1px; background: var(--ink); transition: transform .25s var(--ease); }
summary::after { transform: rotate(90deg); }
details[open] summary::after { transform: rotate(0); }
details p { padding: 0 28px 26px 0; color: var(--muted); font-size: 19px; }
.site-footer { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 24px; padding-block: 46px; color: var(--muted); font-size: 16px; }
.site-footer .wordmark { color: var(--ink); }
.site-footer p { font-size: 18px; max-width: 280px; }
.preview-dialog { width: min(540px, calc(100% - 32px)); padding: 32px; color: var(--ink); border: 1px solid var(--line); border-radius: 6px; max-height: 90dvh; }
.preview-dialog::backdrop { background: rgb(40 33 26 / 38%); }
.dialog-close { display: block; margin-left: auto; background: var(--stone); border: 0; min-height: 52px; padding: 12px 20px; font-size: 18px; }
.preview-dialog h2 { font-size: 36px; margin-top: 24px; }
.preview-dialog p { margin-block: 24px; color: var(--muted); }
body:has(dialog[open]), body:has(.pswp--open) { overflow: hidden; }
.pswp { --pswp-bg: #fafaf8; --pswp-icon-color: #1a1a1a; --pswp-icon-color-secondary: #fafaf8; --pswp-icon-stroke-color: #fafaf8; --pswp-icon-stroke-width: 0; }
.pswp__top-bar { background: var(--warm); height: 64px; }
.pswp__counter { color: var(--ink); text-shadow: none; font-size: 18px; height: 64px; line-height: 64px; }
.pswp__button { min-width: 58px; height: 64px; }
.pswp__button--close { width: 106px; }
.pswp__button--close .pswp__icn { left: auto; right: 7px; }
.pswp__button--close::before { content: 'Close'; position: absolute; left: 7px; top: 17px; font: 18px 'Source Sans 3', sans-serif; color: var(--ink); }
.pswp__button--arrow { background: #fff; width: 56px; height: 66px; top: 50%; margin-top: -33px; border-radius: 3px; }
.pswp__button--arrow--prev { left: 12px; }
.pswp__button--arrow--next { right: 12px; }
.pswp__custom-caption { position: absolute; bottom: 0; width: 100%; text-align: center; color: var(--ink); background: var(--warm); padding: 20px 70px; font-size: 18px; line-height: 1.4; }
.pswp__icn-shadow { display: none; }
.pswp__preloader { --pswp-icon-color: #735335; }
.pswp__error-msg { color: var(--ink); font-size: 20px; }
@media (max-width: 1050px) {
  .wrap { width: calc(100% - 56px); }
  .hero-offer { min-width: 305px; }
  h1 { font-size: 56px; }
  .hero-mosaic { grid-template-columns: 2fr 1fr; }
  .house-facts p { padding-left: 20px; }
  .house-facts strong { font-size: 19px; }
  .gallery-hint { display: none; }
  .interior-story { gap: 28px; }
  .interior-caption h3 { font-size: 31px; }
  .interior-caption p { font-size: 18px; margin-block: 18px; }
  .package-section { gap: 38px; }
  .faq-layout { gap: 38px; }
}
@media (max-width: 700px) {
  body { font-size: 19px; }
  .wrap { width: calc(100% - 36px); }
  .section { padding-block: 52px; }
  .preview-bar { min-height: 32px; padding: 5px 12px; justify-content: space-between; gap: 12px; font-size: 16px; }
  .preview-bar span { display: none; }
  .preview-bar a { font-size: 16px; margin: 0; }
  .site-header { height: 90px; gap: 16px; }
  .wordmark { font-size: 23px; }
  .wordmark span { font-size: 16px; letter-spacing: .06em; }
  nav { gap: 15px; }
  nav a { font-size: 16px; }
  nav a:first-child { display: none; }
  nav svg { display: none; }
  .hero { padding-top: 10px; }
  .hero-heading { display: block; margin-bottom: 20px; }
  h1 { font-size: clamp(42px, 11vw, 66px); line-height: 1.1; }
  .hero-heading > div > p { font-size: 21px; margin-top: 12px; }
  .hero-offer { min-width: 0; display: grid; grid-template-columns: 1fr; margin-top: 20px; gap: 12px; }
  .hero-offer > p { margin: 0 !important; gap: 16px; }
  .hero-offer strong { font-size: 36px; }
  .hero-offer p span { font-size: 16px; }
  .primary { font-size: 18px; min-height: 56px; padding: 12px 18px; }
  .hero-mosaic { height: auto; display: flex; flex-direction: column; gap: 8px; }
  .hero-photo { aspect-ratio: 1.32; }
  .hero-previews { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto; gap: 8px; }
  .hero-previews .photo { aspect-ratio: 1.2; }
  .plan-preview img { padding: 2px 0 34px; }
  .house-facts { grid-template-columns: 1fr 1fr; gap: 18px 8px; padding-block: 24px; }
  .house-facts p { padding-left: 14px; }
  .house-facts p:nth-child(3) { padding-left: 0; border: 0; }
  .house-facts strong { font-size: 18px; }
  .house-facts span { font-size: 16px; }
  .visualization-note { font-size: 16px; padding-top: 14px; }
  h2 { font-size: 38px; }
  .section-heading { display: block; margin-bottom: 25px; }
  .section-heading p { font-size: 19px; margin-top: 14px; }
  .section-heading > .quiet-link { margin-top: 14px; }
  .exterior-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .exterior-grid .photo { aspect-ratio: .95; }
  .exterior-grid .photo:first-child { aspect-ratio: 1.5; }
  .exterior-grid .photo:nth-child(2) { aspect-ratio: .95; }
  .exterior-grid .photo:nth-child(6) { grid-column: span 2; aspect-ratio: 1.5; }
  .interior-story { display: flex; flex-direction: column; gap: 24px; }
  .interior-main { aspect-ratio: 1.25; }
  .interior-caption { display: block; padding: 0 0 6px; }
  .interior-caption h3 { font-size: 30px; }
  .interior-caption h3 br { display: none; }
  .interior-caption p { max-width: none; margin-block: 12px 0; font-size: 19px; }
  .interior-caption .quiet-link { margin-top: 8px; }
  .interior-strip { grid-template-columns: 1fr; gap: 12px; }
  .details-grid { grid-template-columns: 1fr; gap: 12px; }
  .details-grid .photo, .details-grid .photo:first-child { aspect-ratio: 1.5; }
  .interior-strip .photo { aspect-ratio: 1.5; }
  .plans-grid { grid-template-columns: 1fr; gap: 32px; }
  .drawing { aspect-ratio: 1.2; }
  .drawing img { padding: 12px 0 45px; }
  .plans-grid figcaption { margin-top: 18px; }
  .plans-grid figcaption h3 { font-size: 28px; }
  .plans-grid figcaption p { font-size: 18px; margin-top: 8px; }
  .model-section { padding-top: 12px; }
  .model-section .section-heading > svg { display: none; }
  .model-stage { height: 420px; min-height: 0; }
  .model-poster { object-fit: contain; }
  .model-start { bottom: 18px; padding: 16px; width: calc(100% - 28px); gap: 12px; white-space: normal; }
  .model-start span { font-size: 20px; }
  .model-start small { font-size: 16px; }
  .model-start > svg { width: 30px; height: 30px; }
  .model-footer { display: block; }
  .model-footer button { margin-top: 10px; }
  .technical-grid { grid-template-columns: 1fr; gap: 30px; }
  .technical-drawing { aspect-ratio: .88; }
  .technical-drawing img { padding: 18px 18px 48px; }
  .technical-grid figcaption { font-size: 18px; margin-top: 10px; }
  .package-section { grid-template-columns: 1fr; gap: 42px; }
  .package-summary li { font-size: 18px; }
  .architect { padding: 24px; }
  .architect img { width: 112px; height: 128px; margin-bottom: 24px; }
  .architect h3 { font-size: 31px; }
  .architect button { font-size: 18px; }
  .faq-layout { grid-template-columns: 1fr; gap: 28px; }
  .faq-layout h2 br { display: none; }
  summary { font-size: 20px; }
  .site-footer { gap: 24px; padding-block: 32px; }
  .site-footer p { max-width: 100%; flex-basis: 100%; }
  .preview-dialog { padding: 24px; }
  .preview-dialog h2 { font-size: 32px; }
  .pswp__custom-caption { padding: 18px 20px; font-size: 17px; }
  .pswp__button--arrow { top: auto; bottom: 94px; width: 52px; height: 52px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
.pswp--touch .pswp__button--arrow { visibility: visible; }
.visualization-note, .scope-note, .model-footer p, .model-start small { font-size: 18px; }
.model-start { border: 0; }
.photo-expand { position: absolute; right: 16px; bottom: 16px; display: grid; place-items: center; width: 24px; height: 24px; color: white; background: none; opacity: 0; pointer-events: none; filter: drop-shadow(0 1px 3px rgba(0,0,0,.75)); transition: opacity .18s ease-out; }
.photo-expand svg { width: 22px; height: 22px; }
.photo:hover .photo-expand, .photo:focus-visible .photo-expand { opacity: 1; }
.drawing .photo-expand, .plan-preview .photo-expand { color: var(--ink); filter: none; }
@media (hover: none) { .photo-expand { opacity: .8; right: 10px; bottom: 10px; } }
@media (prefers-reduced-motion: reduce) { .photo-expand { transition: none; } }

.offer-trust { margin-top:18px; font-size:16px; line-height:1.5; max-width:420px; }
.offer-trust a { color:var(--ink); text-decoration:underline; text-underline-offset:4px; }
.offer-trust p { margin:6px 0; font-size:16px; }
.trust-stars { color:#2D5016; letter-spacing:1px; }
.hero-offer .offer-trust p { display:block; }
.payment-methods { color:#6B6560; }
.eyebrow { text-transform:uppercase; letter-spacing:.12em; font-size:16px; margin-bottom:14px; }
.sample-section { display:grid; grid-template-columns:1fr 1.2fr; gap:48px; align-items:center; }
.sample-section h2 { margin-bottom:20px; }
.sample-note { font-size:16px; color:#6B6560; line-height:1.5; }
.sample-sheets { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.sample-sheets .photo { aspect-ratio:.75; background:#F5F3F0; }
.sample-sheets img { object-fit:contain; }
.reviews-section { background:#FAFAF8; }
.review-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:32px; }
.review-grid article { border-top:1px solid #C4A882; padding-top:24px; }
.review-grid h3 { font-size:28px; }
.review-grid p { font-size:18px; line-height:1.65; }
.review-grid a { font-size:16px; text-underline-offset:4px; }
.people-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:24px; }
.person img { width:100%; aspect-ratio:6/7; height:auto; object-fit:cover; border-radius:3px; }
.person h3 { font-family:'Source Sans 3',sans-serif; font-size:20px; margin:16px 0 4px; }
.person p { font-size:16px; line-height:1.45; margin:0; color:#6B6560; }
.project-help { margin-top:48px; border-top:1px solid #E8E5E1; padding-top:32px; display:flex; gap:36px; align-items:center; justify-content:space-between; }
.project-help div { max-width:650px; }
.project-help h3 { font-size:32px; }
.project-help p { font-size:18px; }
.project-help button { flex-shrink:0; }
.mobile-purchase { display:none; }
.sample-dialog { width:min(520px,calc(100% - 32px)); max-height:calc(100dvh - 48px); overflow:auto; margin:auto; padding:36px; border:1px solid #E8E5E1; background:#FAFAF8; color:#1A1A1A; border-radius:4px; }
.sample-dialog::backdrop { background:rgb(0 0 0 / .4); }
.sample-dialog h2 { font-size:38px; margin:22px 0 16px; }
.sample-dialog p { line-height:1.55; }
.sample-dialog form { display:grid; gap:12px; margin-top:24px; }
.sample-dialog input { width:100%; min-height:52px; border:1px solid #6B6560; padding:12px; font:inherit; font-size:18px; border-radius:3px; background:white; }
.sample-dialog label { font-size:18px; }
.sample-dialog .primary { width:100%; justify-content:center; }
.sample-dialog .quiet-button { margin-top:12px; min-height:52px; }
#sample-status { font-size:18px; border-left:3px solid #2D5016; padding-left:14px; }
[hidden] { display:none !important; }
@media(max-width:1000px) { .people-grid { grid-template-columns:repeat(3,1fr); } }
@media(max-width:700px) {
 body { padding-bottom:calc(94px + env(safe-area-inset-bottom)); }
 .mobile-purchase { position:fixed; inset:auto 0 0; z-index:80; display:flex; align-items:center; justify-content:space-between; gap:12px; padding:12px 18px calc(12px + env(safe-area-inset-bottom)); background:#FAFAF8; border-top:1px solid #E8E5E1; box-shadow:0 -4px 18px rgb(0 0 0 / .05); }
 .mobile-purchase > div { display:flex; flex-direction:column; }
 .mobile-purchase strong { font-size:26px; line-height:1.1; }
 .mobile-purchase span { font-size:16px; white-space:nowrap; }
 .mobile-purchase .primary { font-size:18px; min-height:52px; padding:12px 16px; gap:8px; }
 .mobile-purchase .primary svg { display:none; }
 .sample-section { grid-template-columns:1fr; gap:28px; }
 .review-grid { grid-template-columns:1fr; gap:28px; }
 .people-grid { grid-template-columns:repeat(2,1fr); gap:28px 18px; }
 .project-help { display:block; }
 .project-help button { margin-top:12px; }
 .sample-dialog { padding:24px; }
 .sample-dialog h2 { font-size:32px; }
 .offer-trust { text-align:left; }
}

/* Service-first local study. Keep the existing visual tour and interaction styles. */
.hero-heading { align-items:start; }
.hero-heading h1 { font-size:clamp(44px,5vw,72px); max-width:680px; }
.hero-heading .eyebrow { font-size:16px; margin:0 0 16px; }
.hero-heading > div:first-child > p:last-child { max-width:510px; }
.hero-offer.service-offer { max-width:400px; padding-top:10px; }
.hero-offer.service-offer > .service-intro { display:block; font-size:20px; line-height:1.5; margin:0 0 22px; }
.hero-offer.service-offer .call-note, .call-note { display:block; font-size:16px; line-height:1.5; margin:14px 0; color:#6B6560; }
.plans-reference { display:inline-block; font-size:16px; line-height:1.5; margin-top:20px; text-underline-offset:4px; }
.service-process { display:grid; grid-template-columns:1fr 1fr; gap:72px; border-top:1px solid #E8E5E1; }
.service-process h2, .consult-section h2, .original-package h2 { margin-bottom:24px; }
.service-process ol { margin:0; padding:0; list-style:none; }
.service-process li { display:flex; gap:24px; padding:24px 0; border-top:1px solid #E8E5E1; }
.service-process li:first-child { padding-top:0; border:0; }
.service-process li > span { font-size:18px; color:#6B6560; padding-top:5px; }
.service-process h3 { font-size:28px; }
.service-process li p { margin-bottom:0; }
.consult-section { display:grid; grid-template-columns:1.4fr .7fr; gap:90px; align-items:center; }
.consult-section > div:first-child { max-width:620px; }
.consult-portrait img { width:100%; max-width:290px; height:320px; object-fit:cover; object-position:top; }
.consult-portrait p { font-size:18px; }
.original-package { display:grid; grid-template-columns:1.3fr 1fr; gap:72px; border-top:1px solid #E8E5E1; }
.original-package h2 { font-size:36px; }
.original-purchase { max-width:380px; }
.original-purchase .quiet-button { min-height:52px; font-size:18px; }
.project-help .primary { width:auto; max-width:100%; }
.mobile-purchase strong { font-size:20px; }
@media(max-width:700px) {
 .hero { display:flex; flex-direction:column; }
 .hero-heading { display:contents; }
 .hero-heading > div:first-child { order:0; }
 .hero-mosaic { order:1; margin-top:20px; }
 .hero-offer.service-offer { order:2; margin-top:24px; }
 .house-facts { order:3; }
 .visualization-note { order:4; }
 .hero-offer.service-offer { max-width:none; padding-top:0; }
 .hero-heading h1 { font-size:clamp(32px,11vw,42px); }
 .service-process, .consult-section, .original-package { grid-template-columns:1fr; gap:30px; }
 .service-process h2, .consult-section h2 { font-size:36px; }
 .consult-portrait { display:flex; gap:20px; align-items:center; }
 .consult-portrait img { width:100px; height:120px; }
 .mobile-purchase .primary { min-width:132px; }
}


/* Oscar review 2026-09-10: the conversation block lost its portrait, so it runs full width. */
.consult-plain { grid-template-columns:1fr; }
.consult-plain > div:first-child { max-width:720px; }


/* Oscar round 2: purchase strip so the ads keep receiving InitiateCheckout. */
.buy-strip { display:grid; grid-template-columns:1.4fr .9fr; gap:48px; align-items:center; padding:32px 0; margin-top:8px; border-top:1px solid #E8E5E1; border-bottom:1px solid #E8E5E1; }
.buy-strip h2 { font-size:30px; margin:0 0 8px; }
.buy-strip p { margin:0; color:var(--muted); }
.buy-strip-action { display:grid; gap:14px; max-width:340px; }
.buy-strip-price { display:flex; align-items:center; gap:16px; }
.buy-strip-price strong { color:var(--ink); font-size:38px; font-weight:600; letter-spacing:-.03em; }
.buy-strip-price span { color:var(--muted); font-size:16px; line-height:1.35; }
.interior-strip:has(> :only-child) { grid-template-columns:1fr; }
@media(max-width:700px) {
 .buy-strip { grid-template-columns:1fr; gap:20px; padding:26px 0; }
 .buy-strip h2 { font-size:26px; }
 .buy-strip-action { max-width:none; }
}

/* Production: the primary and purchase controls are anchors now, so a JS failure still works. */
a.primary, a.quiet-button { text-decoration: none; }
a.primary:hover, a.quiet-button:hover { text-decoration: none; }
.calendly-open{overflow:hidden}
.calendly-overlay{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:20px;background:rgba(26,26,26,.56);backdrop-filter:blur(4px)}
.calendly-overlay[hidden]{display:none}
.calendly-modal{position:relative;width:min(760px,100%);height:min(820px,calc(100vh - 40px));overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 24px 80px rgba(0,0,0,.28)}
.calendly-modal iframe{width:100%;height:100%;border:0;background:#fff}
.calendly-close{position:absolute;top:12px;right:16px;z-index:2;min-height:44px;padding:8px 13px;border:1px solid #e8e5e1;border-radius:999px;background:#fff;color:#1a1a1a;font:600 16px/1 'Source Sans 3',sans-serif;cursor:pointer;box-shadow:0 4px 18px rgba(0,0,0,.1)}
@media(max-width:700px){.calendly-overlay{padding:0}.calendly-modal{width:100%;height:100vh;border-radius:0}.calendly-close{top:10px;right:10px}}
