:root {
  --forest: #173b31;
  --forest-deep: #0f2c25;
  --sage: #65786f;
  --sage-pale: #dfe7e1;
  --bone: #f6f3ec;
  --sand: #e9e0d2;
  --paper: #fffdf8;
  --ink: #17211e;
  --muted: #68736f;
  --brass: #b08a52;
  --line: rgba(23, 59, 49, .17);
  --serif: Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --shadow: 0 22px 70px rgba(15, 44, 37, .11);
}

* { box-sizing: border-box; }
html { color-scheme: light; scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font: 16px/1.65 var(--sans); }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
a { color: inherit; text-underline-offset: .2em; }
p { margin: 0 0 1rem; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.04em; line-height: .98; }
h1 { font-size: clamp(3.35rem, 7.2vw, 7.3rem); }
h2 { font-size: clamp(2.6rem, 5vw, 5.25rem); }
.page-shell { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.section-pad { padding-block: clamp(76px, 9vw, 144px); }
.skip-link { position: fixed; z-index: 200; top: 12px; left: 12px; padding: .75rem 1rem; border-radius: 4px; background: var(--forest); color: white; font-weight: 700; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #d4a661; outline-offset: 4px; }
.eyebrow { margin: 0 0 1rem; color: var(--brass); font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }

.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(23,59,49,.1); background: rgba(255,253,248,.94); backdrop-filter: blur(16px); }
.nav-shell { width: min(1370px, calc(100% - 48px)); min-height: 82px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .85rem; text-decoration: none; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font: 400 1.12rem/1 var(--serif); letter-spacing: -.02em; }
.brand-copy small { margin-top: .35rem; color: var(--muted); font-size: .63rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: .25rem; }
.primary-nav a { padding: .6rem .82rem; color: #3f4e49; font-size: .82rem; font-weight: 700; text-decoration: none; }
.primary-nav a:not(.nav-cta):hover { color: var(--forest); text-decoration: underline; }
.primary-nav .nav-cta { margin-left: .5rem; padding: .75rem 1.1rem; border-radius: 999px; background: var(--forest); color: white; }
.menu-button, .drawer-close, .drawer-backdrop { display: none; }

.hero-section { background: var(--paper); }
.hero-media { position: relative; width: 100%; padding: 0; overflow: hidden; border: 0; background: var(--forest-deep); cursor: zoom-in; text-align: left; }
.hero-media img { width: 100%; height: clamp(440px, 60vw, 760px); object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.hero-media:hover img { transform: scale(1.015); }
.hero-media::after { content: ""; position: absolute; inset: auto 0 0; height: 68px; background: rgba(8,25,21,.16); pointer-events: none; }
.expand-chip { position: absolute; z-index: 1; right: 26px; bottom: 24px; display: inline-flex; align-items: center; gap: .55rem; min-height: 42px; padding: .6rem .9rem; border: 1px solid rgba(255,255,255,.48); border-radius: 999px; background: rgba(15,44,37,.76); color: white; font-size: .76rem; font-weight: 750; backdrop-filter: blur(8px); }
.expand-chip .fa-solid { width: auto; }
.listing-intro { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(330px, .7fr); gap: clamp(2.5rem, 7vw, 8rem); align-items: end; padding-block: clamp(58px, 8vw, 112px); }
.title-block .address { margin: 2rem 0 0; color: var(--muted); font-size: .98rem; font-weight: 600; letter-spacing: .02em; }
.offer-block { padding-bottom: .25rem; }
.offer-label { margin: 0 0 .2rem; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.price { margin: 0 0 1.65rem; font: 400 clamp(2.2rem, 4vw, 3.8rem)/1 var(--serif); letter-spacing: -.04em; }
.button-row { display: flex; flex-wrap: wrap; gap: .7rem; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: .76rem 1.15rem; border: 1px solid var(--forest); border-radius: 999px; font-size: .79rem; font-weight: 800; text-decoration: none; }
.button-primary { background: var(--forest); color: white; }
.button-primary:hover { background: var(--forest-deep); }
.button-quiet { background: transparent; color: var(--forest); }

.stat-strip { background: var(--forest); color: white; }
.stat-strip dl { margin-block: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.stat-strip dl > div { padding: 28px clamp(12px, 2.4vw, 34px); border-left: 1px solid rgba(255,255,255,.16); }
.stat-strip dl > div:last-child { border-right: 1px solid rgba(255,255,255,.16); }
.stat-strip dt { margin-bottom: .4rem; color: #bacac4; font-size: .63rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.stat-strip dd { margin: 0; font: 400 clamp(1.45rem, 2.6vw, 2.15rem)/1 var(--serif); }
.stat-strip dd span { font: 600 .69rem/1 var(--sans); letter-spacing: .05em; text-transform: uppercase; }

.overview-section { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(3rem, 9vw, 9rem); }
.section-heading h2 { max-width: 760px; }
.overview-copy { max-width: 650px; }
.overview-copy .lead { margin-bottom: 1.4rem; font: 400 clamp(1.45rem, 2.5vw, 2.05rem)/1.4 var(--serif); letter-spacing: -.018em; }
.overview-copy > p:not(.lead) { color: var(--muted); }
.micro-facts { display: flex; flex-wrap: wrap; gap: 1.8rem; margin-top: 2.1rem; padding-top: 1.3rem; border-top: 1px solid var(--line); }
.micro-facts span { color: var(--muted); font-size: .76rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.micro-facts strong { margin-right: .25rem; color: var(--forest); font: 400 1.55rem/1 var(--serif); letter-spacing: -.03em; }

.gallery-section { padding-top: 32px; }
.gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 34px; }
.gallery-heading h2 { max-width: 780px; }
.gallery-heading > p { color: var(--muted); font-size: .86rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; }
.gallery-card { grid-column: span 5; position: relative; min-height: 290px; padding: 0; overflow: hidden; border: 0; background: var(--forest); color: white; cursor: zoom-in; text-align: left; }
.gallery-card-wide { grid-column: span 7; }
.gallery-card img { width: 100%; height: 100%; min-height: 290px; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .55s ease, opacity .3s ease; }
.gallery-card::after { content: ""; position: absolute; inset: auto 0 0; height: 62px; background: rgba(7,24,19,.72); pointer-events: none; }
.gallery-card span { position: absolute; z-index: 1; right: 20px; bottom: 17px; left: 20px; display: flex; justify-content: space-between; gap: 1rem; font: 400 1.12rem/1.2 var(--serif); letter-spacing: -.01em; }
.gallery-card .fa-solid { width: auto; font-size: .82rem; }
.gallery-card:hover img { transform: scale(1.025); opacity: .95; }

.features-section { background: var(--bone); }
.feature-layout { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: clamp(3rem, 8vw, 9rem); align-items: start; }
.features-section .section-heading { position: sticky; top: 116px; }
.features-section .section-heading p:last-child { max-width: 450px; margin-top: 1.6rem; color: var(--muted); }
.feature-list { margin: 0; padding: 0; list-style: none; counter-reset: feature; border-top: 1px solid var(--line); }
.feature-list li { display: grid; grid-template-columns: 48px 1fr; gap: 1rem; align-items: baseline; padding: 1.35rem 0; border-bottom: 1px solid var(--line); font: 400 clamp(1.12rem, 2vw, 1.65rem)/1.35 var(--serif); letter-spacing: -.015em; }
.feature-list span { color: var(--brass); font: 800 .62rem/1 var(--sans); letter-spacing: .12em; }

.neighborhood-section { background: var(--forest-deep); color: white; }
.neighborhood-layout { display: grid; grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr); gap: clamp(3rem, 9vw, 10rem); align-items: center; }
.location-mark { min-height: 460px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.17); background: #14362d; }
.location-mark::before, .location-mark::after { content: ""; position: absolute; inset: 18% -20% auto; height: 62%; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; transform: rotate(-9deg); }
.location-mark::after { inset: 32% -30% auto; transform: rotate(12deg); }
.location-mark > .fa-solid { position: absolute; top: 50%; left: 50%; width: auto; color: var(--brass); font-size: 2.35rem; transform: translate(-50%, -50%); }
.neighborhood-copy { max-width: 720px; }
.neighborhood-copy > p:not(.eyebrow) { max-width: 620px; margin-top: 2rem; color: #c4d0cc; }
.location-list { margin: 2.8rem 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.17); }
.location-list li { display: grid; grid-template-columns: 120px 1fr; gap: 1.4rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.location-list strong { color: var(--brass); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.location-list span { color: #d6dfdc; font-size: .9rem; }

.contact-section { padding-block: clamp(60px, 8vw, 110px); }
.contact-card { display: grid; grid-template-columns: 1.25fr .85fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; padding: clamp(28px, 5vw, 58px); background: var(--forest); color: white; box-shadow: var(--shadow); }
.contact-brand { display: flex; align-items: center; gap: 1.3rem; }
.contact-brand img { width: clamp(88px, 11vw, 132px); height: auto; padding: 8px; border-radius: 50%; background: var(--paper); }
.contact-brand h2 { font-size: clamp(2.1rem, 4vw, 4.1rem); }
.contact-brand p:last-child { margin: .55rem 0 0; color: #c7d4cf; }
.agent-details p, .agent-details address { margin: 0; color: #c7d4cf; font-style: normal; font-size: .86rem; }
.agent-details .agent-name { margin-bottom: .35rem; color: white; font: 400 1.55rem/1.2 var(--serif); }
.agent-details address { margin-top: 1rem; }
.contact-actions { display: grid; justify-items: start; gap: .25rem; min-width: 0; }
.contact-actions a:not(.button), .contact-actions span { max-width: 100%; overflow-wrap: anywhere; color: #e7eeeb; font-size: .85rem; }
.button-light { margin-top: 1rem; border-color: var(--paper); background: var(--paper); color: var(--forest); }

.site-footer { padding-top: clamp(42px, 6vw, 76px); border-top: 1px solid var(--line); background: var(--bone); }
.sample-site-callout { width: min(1240px, calc(100% - 64px)); margin-inline: auto; display: grid; grid-template-columns: clamp(104px, 11vw, 138px) minmax(0, 1fr) minmax(230px, auto); gap: clamp(1.5rem, 4vw, 3.75rem); align-items: center; padding: clamp(26px, 4vw, 46px); border: 1px solid rgba(23,59,49,.2); border-top: 4px solid var(--brass); background: var(--paper); box-shadow: 0 16px 48px rgba(15,44,37,.08); }
.sample-site-logo { width: 100%; height: auto; }
.sample-site-copy { max-width: 620px; }
.sample-site-copy .eyebrow { margin-bottom: .7rem; }
.sample-site-copy .sample-site-title { margin: 0 0 .55rem; color: var(--ink); font: 400 clamp(1.65rem, 3vw, 2.55rem)/1.05 var(--serif); letter-spacing: -.035em; }
.sample-site-copy > p:last-child { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.6; }
.sample-site-link { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: .7rem; padding: .85rem 1.15rem; border: 1px solid var(--forest); border-radius: 999px; background: var(--forest); color: white; font-size: .76rem; font-weight: 800; line-height: 1.3; text-align: center; text-decoration: none; }
.sample-site-link:hover { background: var(--forest-deep); }
.sample-site-link .fa-solid { width: auto; flex: 0 0 auto; }
.site-footer .footer-meta { display: grid; grid-template-columns: .7fr 2fr auto; gap: 2.5rem; align-items: start; padding-block: 34px; }
.footer-meta > div { display: grid; gap: .25rem; }
.footer-meta span, .footer-meta p { margin: 0; color: var(--muted); font-size: .67rem; line-height: 1.55; }
.site-footer .as-of { white-space: nowrap; }

.lightbox { width: min(96vw, 1500px); max-width: none; height: min(94vh, 980px); max-height: none; padding: 0; overflow: hidden; border: 0; background: #081b16; color: white; box-shadow: 0 28px 100px rgba(0,0,0,.42); }
.lightbox[open] { display: flex; flex-direction: column; }
.lightbox::backdrop { background: rgba(2,12,9,.88); backdrop-filter: blur(8px); }
.lightbox-bar { flex: 0 0 64px; min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 12px 18px; }
.lightbox-bar p { margin: 0; font: 400 1rem/1.2 var(--serif); }
.lightbox-close { min-height: 40px; display: inline-flex; align-items: center; gap: .45rem; padding: .5rem .8rem; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: transparent; color: white; cursor: pointer; }
.lightbox-close .fa-solid { width: auto; }
.lightbox-stage { flex: 1 1 auto; width: 100%; min-width: 0; min-height: 0; position: relative; display: grid; place-items: center; overflow: hidden; overscroll-behavior: contain; padding: 0 66px 30px; }
.lightbox-stage img { display: block; width: 100%; height: 100%; min-width: 0; min-height: 0; max-height: 100%; object-fit: contain; }
.lightbox-arrow { position: absolute; z-index: 1; top: 50%; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(8,27,22,.7); color: white; line-height: 1; cursor: pointer; transform: translateY(-50%); }
.lightbox-arrow .fa-solid { width: auto; font-size: 1rem; }
.lightbox-arrow.previous { left: 12px; }
.lightbox-arrow.next { right: 12px; }

/* Private owner-guide pages */
.owner-page { background: #f1f3ef; color: var(--forest); }
.owner-header { border-bottom: 1px solid var(--line); background: white; }
.owner-header .nav-shell { min-height: 76px; }
.owner-header .brand > .fa-solid { width: 18px; color: var(--forest); font-size: 1.05rem; }
.owner-nav { display: flex; gap: .3rem; }
.owner-nav a { min-height: 40px; display: inline-flex; align-items: center; padding: .45rem .8rem; border-radius: 999px; color: var(--muted); font-size: .85rem; font-weight: 700; text-decoration: none; }
.owner-nav a[aria-current="page"] { background: var(--forest); color: white; }
.owner-hero { padding: 54px 0 24px; }
.owner-hero h1 { max-width: 850px; font-size: clamp(3rem, 6vw, 5.2rem); }
.owner-hero .hero-copy { max-width: 780px; margin-top: 1.2rem; color: var(--muted); }
.owner-layout { display: grid; grid-template-columns: 260px minmax(0,1fr); gap: 28px; align-items: start; padding-bottom: 70px; }
.owner-summary { position: sticky; top: 100px; padding: 24px; background: var(--forest); color: white; }
.owner-summary h2, .owner-card h2 { font-size: 2rem; }
.owner-summary p, .owner-summary dd { color: #d7e3de; }
.owner-summary dl { margin: 1.4rem 0 0; }
.owner-summary dt { color: #bbccc5; font-size: .69rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.owner-summary dd { margin: .2rem 0 1rem; }
.owner-content { display: grid; gap: 18px; }
.owner-card { padding: clamp(22px, 4vw, 34px); border: 1px solid var(--line); background: white; }
.owner-card p { color: var(--muted); }
.request-text { display: block; width: 100%; margin: .6rem 0; padding: 13px 15px; border: 1px solid var(--line); border-radius: 8px; background: var(--bone); color: var(--forest); font-weight: 650; user-select: all; }
.health-list { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.health-list li { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid var(--line); }
.health-list span { color: var(--muted); text-align: right; }
.owner-footer { width: min(1240px, calc(100% - 64px)); margin-inline: auto; padding: 28px 0 42px; border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; }
.reload-button { min-height: 44px; padding: .55rem .9rem; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--forest); font-weight: 700; }

@media (max-width: 960px) {
  .primary-nav a { padding-inline: .55rem; }
  .listing-intro, .overview-section, .feature-layout, .neighborhood-layout { gap: 3rem; }
  .contact-card { grid-template-columns: 1fr 1fr; }
  .contact-brand { grid-column: 1 / -1; }
  .sample-site-callout { grid-template-columns: 118px minmax(0, 1fr); }
  .sample-site-link { grid-column: 2; justify-self: start; }
  .site-footer .footer-meta { grid-template-columns: 1fr 2fr; }
  .site-footer .as-of { grid-column: 1 / -1; }
  .owner-layout { grid-template-columns: 1fr; }
  .owner-summary, .features-section .section-heading { position: static; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 68px; }
  .site-header { z-index: 1000; background: var(--paper); backdrop-filter: none; }
  .page-shell { width: min(100% - 32px, 640px); }
  .nav-shell { width: calc(100% - 28px); min-height: 68px; }
  .brand img { width: 40px; height: 40px; }
  .brand-copy strong { font-size: 1rem; }
  .brand-copy small { font-size: .55rem; }
  .menu-button { display: inline-flex; align-items: center; gap: .55rem; min-height: 42px; padding: .55rem .8rem; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--forest); font-size: .78rem; font-weight: 800; }
  .menu-button .fa-solid { width: auto; font-size: .9rem; }
  .primary-nav { position: fixed; z-index: 1020; inset: 0 0 0 auto; width: min(88vw, 360px); min-height: 100vh; min-height: 100dvh; padding: 86px 22px 28px; display: flex; flex-direction: column; align-items: stretch; gap: .5rem; background: var(--paper); border-left: 1px solid var(--line); box-shadow: -24px 0 70px rgba(15,44,37,.18); transform: translateX(105%); transition: transform .22s ease; }
  .primary-nav.is-open { transform: translateX(0); }
  .primary-nav a { min-height: 48px; display: flex; align-items: center; padding: .65rem .8rem; font-size: .9rem; }
  .primary-nav .nav-cta { margin: .75rem 0 0; justify-content: center; }
  .drawer-close { display: inline-flex; position: absolute; top: 16px; right: 16px; min-height: 42px; align-items: center; gap: .45rem; padding: .5rem .8rem; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--forest); }
  .drawer-close .fa-solid { width: auto; }
  .drawer-backdrop.is-open { display: block; position: fixed; z-index: 1010; inset: 0; border: 0; background: rgba(8,27,22,.48); }
  html:not(.js) .menu-button, html:not(.js) .drawer-close { display: none; }
  html:not(.js) .primary-nav { position: static; width: auto; padding: 0; flex-direction: row; transform: none; border: 0; box-shadow: none; background: transparent; }
  html:not(.js) .primary-nav a:not(.nav-cta) { display: none; }
  .hero-media img { height: clamp(390px, 82vw, 560px); }
  .expand-chip { right: 14px; bottom: 14px; }
  .listing-intro, .overview-section, .feature-layout, .neighborhood-layout, .contact-card { grid-template-columns: 1fr; }
  .listing-intro { gap: 2.6rem; padding-block: 50px 60px; }
  .title-block .address { margin-top: 1.4rem; }
  .stat-strip dl { width: 100%; grid-template-columns: repeat(2, 1fr); }
  .stat-strip dl > div { border-bottom: 1px solid rgba(255,255,255,.16); }
  .stat-strip dl > div:last-child { grid-column: 1 / -1; border-right: 0; }
  .overview-section { gap: 2.7rem; }
  .gallery-heading { display: block; }
  .gallery-heading > p { margin-top: 1rem; }
  .gallery-card, .gallery-card-wide { grid-column: 1 / -1; min-height: 240px; }
  .gallery-card img { min-height: 240px; }
  .location-mark { min-height: 300px; }
  .contact-brand { grid-column: auto; }
  .contact-actions { padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.16); }
  .sample-site-callout { width: min(100% - 32px, 640px); grid-template-columns: 88px minmax(0, 1fr); gap: 1.25rem; padding: 24px; }
  .sample-site-link { grid-column: 1 / -1; justify-self: stretch; }
  .site-footer .footer-meta { grid-template-columns: 1fr; gap: 1.2rem; }
  .site-footer .as-of { grid-column: auto; }
  .lightbox { inset: 0; width: 100vw; height: 100dvh; max-height: 100dvh; margin: 0; }
  .lightbox-stage { padding: 0 12px 24px; }
  .lightbox-arrow { top: auto; bottom: 34px; }
  .lightbox-arrow.previous { left: calc(50% - 56px); }
  .lightbox-arrow.next { right: calc(50% - 56px); }
  .owner-footer { width: calc(100% - 32px); }
}

@media (max-width: 430px) {
  h1 { font-size: clamp(3rem, 16vw, 4.4rem); }
  h2 { font-size: clamp(2.35rem, 13vw, 3.5rem); }
  .brand-copy small { display: none; }
  .button-row .button { width: 100%; }
  .stat-strip dl > div { padding: 22px 16px; }
  .micro-facts { gap: 1rem 1.5rem; }
  .feature-list li { grid-template-columns: 34px 1fr; }
  .location-list li { grid-template-columns: 1fr; gap: .3rem; }
  .contact-brand { align-items: flex-start; }
  .contact-brand img { width: 76px; }
  .sample-site-callout { grid-template-columns: 72px minmax(0, 1fr); padding: 20px; }
  .sample-site-copy .sample-site-title { font-size: 1.45rem; }
  .sample-site-copy > p:last-child { display: none; }
  .health-list li { display: block; }
  .health-list span { display: block; margin-top: .25rem; text-align: left; }
}

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

@page { size: letter portrait; margin: .34in; }
@page listing-a4 { size: A4 portrait; margin: 8mm; }

@media print {
  :root { --paper: white; --bone: white; --ink: #111; --forest: #173b31; }
  html[data-paper="a4"] { page: listing-a4; }
  body { background: white; color: #111; font-size: 8pt; line-height: 1.3; }
  .page-shell { width: 100%; }
  .site-header { position: static; border: 0; background: white; }
  .nav-shell { width: 100%; min-height: 44px; border-bottom: 1px solid #bbb; }
  .brand img { width: 34px; height: 34px; }
  .brand-copy strong { font-size: 11pt; }
  .brand-copy small { font-size: 5.5pt; }
  .primary-nav, .menu-button, .drawer-backdrop, .expand-chip, .gallery-section, .lightbox, .button-row, .location-mark, .skip-link { display: none !important; }
  .hero-media { cursor: default; }
  .hero-media img { height: 2.35in; object-fit: cover; }
  .hero-media::after { display: none; }
  .listing-intro { grid-template-columns: 1.35fr .65fr; gap: .25in; padding: .14in 0; }
  h1 { font-size: 27pt; }
  h2 { font-size: 18pt; }
  .eyebrow { margin-bottom: .05in; font-size: 5.5pt; }
  .title-block .address { margin: .08in 0 0; font-size: 7pt; }
  .offer-label { font-size: 5.5pt; }
  .price { margin: 0; font-size: 20pt; }
  .stat-strip { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  .stat-strip dl { grid-template-columns: repeat(5, 1fr); }
  .stat-strip dl > div { padding: .1in .12in; border-color: rgba(255,255,255,.35); }
  .stat-strip dt { margin-bottom: .02in; font-size: 5pt; }
  .stat-strip dd { font-size: 12pt; }
  .stat-strip dd span { font-size: 5pt; }
  .section-pad { padding-block: .12in; }
  .overview-section { grid-template-columns: .85fr 1.15fr; gap: .25in; }
  .overview-copy .lead { margin-bottom: .07in; font-size: 10.5pt; line-height: 1.25; }
  .overview-copy > p:not(.lead) { margin-bottom: .06in; font-size: 6.4pt; }
  .micro-facts { margin-top: .08in; padding-top: .06in; gap: .2in; }
  .micro-facts span { font-size: 5pt; }
  .micro-facts strong { font-size: 10pt; }
  .features-section { border-top: 1px solid #bbb; background: white; }
  .feature-layout { grid-template-columns: .65fr 1.35fr; gap: .25in; }
  .features-section .section-heading p:last-child { margin: .08in 0 0; font-size: 6pt; }
  .feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 .18in; }
  .feature-list li { grid-template-columns: 22px 1fr; gap: .03in; padding: .045in 0; font-size: 7pt; line-height: 1.2; break-inside: avoid; }
  .feature-list span { font-size: 4.5pt; }
  .neighborhood-section { display: none; }
  .neighborhood-layout { display: block; }
  .neighborhood-copy h2 { font-size: 15pt; }
  .neighborhood-copy > p:not(.eyebrow) { margin: .06in 0; max-width: none; font-size: 6.2pt; }
  .location-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: .12in; margin-top: .08in; border: 0; }
  .location-list li { display: block; padding: 0; border: 0; }
  .location-list strong, .location-list span { display: block; font-size: 5pt; }
  .contact-section { padding-block: .1in; }
  .contact-card { grid-template-columns: 1.15fr .9fr 1fr; gap: .12in; padding: .12in; box-shadow: none; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  .contact-brand img { width: .55in; }
  .contact-brand h2 { font-size: 13pt; }
  .contact-brand p:last-child, .agent-details p, .agent-details address, .contact-actions a:not(.button), .contact-actions span { font-size: 5pt; }
  .agent-details .agent-name { font-size: 9pt; }
  .button-light { display: none; }
  .site-footer { padding-top: .04in; }
  .sample-site-callout { width: 100%; grid-template-columns: .35in 1fr auto; gap: .07in; padding: .05in .07in; border-top-width: 1px; box-shadow: none; break-inside: avoid; }
  .sample-site-logo { width: .32in; }
  .sample-site-copy .eyebrow, .sample-site-copy > p:last-child { display: none; }
  .sample-site-copy .sample-site-title { margin: 0; font: 400 6pt/1.1 var(--serif); }
  .sample-site-link { min-height: 0; padding: .04in .07in; border-radius: .1in; font-size: 4.5pt; }
  .sample-site-link .fa-solid { display: none; }
  .site-footer .footer-meta { grid-template-columns: .65fr 2fr auto; gap: .12in; padding-block: .04in; }
  .footer-meta span, .footer-meta p { font-size: 4.5pt; }
  .footer-meta > div span { display: none; }
  a { text-decoration: none; }
  .owner-page { display: none; }
}
