/* Hallmark · macrostructure: Photographic · theme: Garden · tone: soft editorial */
*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; overflow-x: clip; background: var(--color-paper); color: var(--color-ink); font-family: var(--font-body); font-size: 1rem; line-height: 1.75; -webkit-font-smoothing: antialiased; padding-bottom: calc(5rem + env(safe-area-inset-bottom)); }
body.gallery-open { overflow-y: hidden; }
a { color: inherit; text-decoration: none; text-underline-offset: .25em; }
button { font: inherit; cursor: pointer; }
a, button { -webkit-tap-highlight-color: var(--color-transparent); }
:focus-visible { outline: 3px solid var(--color-focus); outline-offset: 5px; }
button:disabled { opacity: .4; cursor: default; }
img { display: block; max-width: 100%; }
figure, p, h1, h2, dl, dd { margin: 0; }
h1, h2 { font-family: var(--font-display); font-weight: 400; font-style: normal; line-height: 1.1; letter-spacing: -.025em; min-width: 0; overflow-wrap: anywhere; text-wrap: balance; }
h1 { font-size: clamp(3.25rem, 7vw, 6.5rem); }
h2 { font-size: clamp(2.25rem, 4vw, 3.5rem); }
p { max-width: 58ch; }
.wrap { width: min(100%, 1440px); padding-inline: var(--page-gutter); margin-inline: auto; }
.icon { display: inline-block; width: 20px; height: 20px; flex: 0 0 20px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.skip-link { position: fixed; top: 1rem; left: 1rem; z-index: var(--z-sticky); background: var(--color-forest); color: var(--color-on-dark); padding: 1rem; transform: translateY(-200%); }
.skip-link:focus { transform: none; }
.site-header { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.wordmark { font: 400 1.75rem/1.1 var(--font-display); white-space: nowrap; display: inline-flex; align-items: center; gap: .25em; min-height: 44px; letter-spacing: -.03em; }
.wordmark-dot { color: var(--color-accent); margin-left: -.25em; }
.header-contact { min-height: 44px; display: flex; align-items: center; gap: .5rem; font-size: .875rem; font-weight: 600; white-space: nowrap; }
.header-number { display: none; }
.hero { padding-top: 1.5rem; }
.hero-heading { display: grid; gap: 1.25rem; margin-bottom: 2rem; }
.listing-label { color: var(--color-muted); font-size: .8125rem; letter-spacing: .015em; margin-bottom: 1rem; }
.hero-intro { max-width: 390px; color: var(--color-muted); }
.hero-intro p { font-size: 1rem; line-height: 1.75; }
.hero-intro .text-link { margin-top: .75rem; }
.text-link { display: inline-flex; align-items: center; gap: .625rem; min-height: 44px; color: var(--color-ink); font-size: .875rem; font-weight: 600; white-space: nowrap; }
.text-link:hover, .header-contact:hover, .footer-top:hover { text-decoration: underline; }
.photo-link { display: block; position: relative; border-radius: var(--radius); }
.photo-link img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius); }
.hero-photo-link { height: clamp(285px, 68vw, 420px); background: var(--color-surface); }
.hero-photo-link img { object-position: 50% 58%; }
.photo-gallery-label { position: absolute; right: .875rem; bottom: .875rem; display: inline-flex; align-items: center; gap: .5rem; padding: .625rem .875rem; background: var(--color-paper); border-radius: var(--radius); font-size: .8125rem; font-weight: 600; white-space: nowrap; min-height: 44px; }
.photo-link:hover .photo-gallery-label { background: var(--color-surface); }
.hero-photo figcaption { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .25rem 1rem; color: var(--color-muted); font-size: .75rem; padding-top: .75rem; }
.quick-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 1.75rem; column-gap: 1rem; row-gap: 1.25rem; padding-bottom: 2rem; border-bottom: 1px solid var(--color-rule); }
.quick-facts div { display: flex; flex-direction: column; gap: .25rem; }
.quick-facts dt { font-size: .75rem; color: var(--color-muted); order: 2; }
.quick-facts dd { font-family: var(--font-display); font-size: clamp(1.25rem, 2.6vw, 2rem); line-height: 1.25; letter-spacing: -.02em; }
.quick-facts dd span { font-size: .8em; }
.section-space { padding-block: 4rem; }
.about { display: grid; gap: 2rem; }
.about-story h2 { max-width: 430px; margin-bottom: 1.5rem; }
.about-story p { color: var(--color-muted); margin-bottom: 1rem; }
.about-story .text-link { margin-top: .25rem; }
.details > div { padding: 1.25rem 0; border-bottom: 1px solid var(--color-rule); }
.details > div:first-child { border-top: 1px solid var(--color-rule); }
.details dt { font-size: 1rem; font-weight: 600; margin-bottom: .375rem; }
.details dd { color: var(--color-muted); font-size: 1rem; line-height: 1.7; }
.section-heading { display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: .75rem; margin-bottom: 1.5rem; }
.section-heading p { color: var(--color-muted); margin-top: 1rem; font-size: .9375rem; }
.photo-count { font-size: .75rem; min-width: 24px; text-align: center; padding: 0 .25rem; background: var(--color-surface); border-radius: 2px; }
.gallery-grid { display: grid; grid-auto-flow: column; grid-auto-columns: 88%; grid-template-rows: auto; gap: 1rem; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--color-rule) var(--color-transparent); padding-bottom: .75rem; }
.gallery-item { min-width: 0; scroll-snap-align: start; }
.gallery-item .photo-link { height: 350px; height: clamp(290px, 90vw, 430px); }
.gallery-item figcaption { font-size: .8125rem; color: var(--color-muted); padding-top: .625rem; line-height: 1.6; }
.gallery-exterior img { object-position: 51% center; }
.gallery-terrace img { object-position: center 56%; }
.gallery-fire img { object-position: center 65%; }
.zoom-mark { position: absolute; bottom: .75rem; right: .75rem; display: grid; place-items: center; width: 36px; height: 36px; background: var(--color-paper); border-radius: var(--radius); }
.photo-link:hover .zoom-mark { background: var(--color-surface); }
.swipe-hint { display: flex; gap: .5rem; align-items: center; color: var(--color-muted); font-size: .75rem; margin-top: .625rem; }
.swipe-hint .icon { width: 16px; height: 16px; }
.quiet-moment { display: grid; grid-template-columns: minmax(0, 1fr); gap: 2rem; align-items: center; }
.quiet-moment > img { width: 100%; height: 350px; object-fit: cover; object-position: 50% 42%; border-radius: var(--radius); }
.quiet-moment h2 { margin-bottom: 1.25rem; }
.quiet-moment p { color: var(--color-muted); max-width: 38ch; }
.location-section { background: var(--color-surface); padding-block: 3rem; }
.location-layout { display: grid; grid-template-columns: minmax(0, 1fr); gap: 2rem; align-items: center; }
.location-copy p { margin-block: 1.25rem; color: var(--color-muted); max-width: 36ch; font-size: 1rem; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: .75rem; padding: .875rem 1.25rem; min-height: 48px; border: 0; border-radius: var(--radius); font-size: .875rem; font-weight: 600; line-height: 1.3; white-space: nowrap; transition: transform 120ms var(--ease-out); }
.button:active { transform: translateY(1px); }
.button-dark { background: var(--color-forest); color: var(--color-on-dark); }
.button-dark:hover { background: var(--color-forest-hover); }
.map-panel { background: var(--color-rule); border-radius: var(--radius); overflow: hidden; height: 320px; }
.map-panel iframe { display: block; width: 100%; height: 100%; border: 0; }
.contact-section { background: var(--color-forest); color: var(--color-on-dark); padding-top: 3.5rem; }
.contact-layout { display: grid; gap: 2rem; padding-bottom: 3rem; }
.contact-layout h2 { font-size: clamp(2.25rem, 4vw, 3.5rem); }
.contact-layout p { margin-top: 1.25rem; color: var(--color-on-dark-muted); max-width: 42ch; font-size: 1rem; }
.contact-action { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.contact-label { font-size: .875rem; color: var(--color-on-dark-muted); margin-bottom: .5rem; }
.phone-number { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--font-display); font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1.5; letter-spacing: -.02em; white-space: nowrap; }
.phone-number:hover { text-decoration: underline; }
.phone-number .icon { width: 24px; height: 24px; flex-basis: 24px; }
.site-footer { display: flex; flex-wrap: wrap; gap: .25rem 1.5rem; align-items: center; padding-block: 1.25rem; border-top: 1px solid var(--color-dark-rule); }
.site-footer .wordmark { font-size: 1.375rem; }
.site-footer > span { font-size: .75rem; color: var(--color-on-dark-muted); }
.footer-top { display: inline-flex; align-items: center; gap: .5rem; min-height: 44px; font-size: .75rem; color: var(--color-on-dark-muted); white-space: nowrap; }
.mobile-contact { position: fixed; z-index: var(--z-sticky); bottom: 0; inset-inline: 0; display: flex; justify-content: space-between; align-items: center; gap: .75rem; padding: .75rem max(1.25rem, env(safe-area-inset-right)) calc(.75rem + env(safe-area-inset-bottom)) max(1.25rem, env(safe-area-inset-left)); background: var(--color-paper); border-top: 1px solid var(--color-rule); }
.mobile-contact > div { display: flex; flex-direction: column; }
.mobile-contact strong { font-size: .875rem; }
.mobile-contact span { font-size: .6875rem; color: var(--color-muted); }
.mobile-contact .button { padding-inline: 1rem; }
.lightbox { position: fixed; inset: 0; width: 100%; height: 100%; height: 100dvh; max-width: none; max-height: none; margin: 0; padding: max(.75rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right)) max(.75rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left)); background: var(--color-backdrop); color: var(--color-on-dark); border: 0; }
.lightbox::backdrop { background: var(--color-backdrop); }
.lightbox[open] { display: grid; grid-template-rows: auto minmax(0, 1fr) auto; gap: .75rem; }
.lightbox-top { display: flex; justify-content: space-between; align-items: center; }
.lightbox-count { font-size: .875rem; font-variant-numeric: tabular-nums; }
.icon-button { display: grid; place-items: center; width: 48px; height: 48px; padding: 0; border: 1px solid var(--color-dark-rule); background: var(--color-transparent); color: var(--color-on-dark); border-radius: var(--radius); flex: 0 0 48px; }
.icon-button:hover { background: var(--color-forest); }
.icon-button:active { background: var(--color-forest-hover); }
.lightbox-stage { display: grid; place-items: center; min-height: 0; touch-action: pan-y pinch-zoom; }
.lightbox-image { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.lightbox-error { max-width: 40ch; text-align: center; }
.lightbox-bottom { display: flex; align-items: center; justify-content: center; gap: 1rem; padding-block: .5rem; }
.lightbox-caption { text-align: center; font-size: .8125rem; line-height: 1.5; flex: 1; max-width: 60ch; }
[hidden] { display: none !important; }
@media (min-width: 40rem) {
  .site-header { min-height: 100px; }
  .wordmark { font-size: 2rem; }
  .header-number { display: inline; padding-left: .75rem; margin-left: .25rem; border-left: 1px solid var(--color-rule); }
  .hero { padding-top: 2rem; }
  .hero-heading { grid-template-columns: 1.25fr 1fr; gap: 2rem; align-items: end; margin-bottom: 2.5rem; }
  .hero-intro { padding-bottom: .375rem; }
  .hero-intro p { font-size: 1rem; }
  .hero-photo-link { height: clamp(380px, 42vw, 570px); }
  .photo-gallery-label { right: 1.5rem; bottom: 1.5rem; padding: .75rem 1rem; }
  .quick-facts { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; margin-top: 2.5rem; padding-bottom: 2.5rem; }
  .quick-facts dt { font-size: .75rem; }
  .quick-facts dd { font-size: clamp(1.35rem, 2.6vw, 2.25rem); }
  .quiet-moment { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 3rem; max-width: 1150px; }
  .quiet-moment > img { height: 440px; }
  .section-space { padding-block: 5rem; }
  .gallery-grid { grid-auto-columns: 58%; }
  .site-footer { gap: 2rem; }
  .footer-top { margin-left: auto; }
}
@media (min-width: 60rem) {
  body { padding-bottom: 0; }
  .mobile-contact { display: none; }
  .site-header { min-height: 104px; }
  .hero { padding-top: 2.5rem; }
  .hero-heading { grid-template-columns: 1.45fr 1fr; gap: 4rem; margin-bottom: 3rem; }
  .listing-label { font-size: .875rem; margin-bottom: 1.25rem; }
  .hero-intro { justify-self: end; padding-bottom: .25rem; }
  .hero-intro p { font-size: 1.0625rem; }
  .hero-intro .text-link { margin-top: 1.25rem; }
  .hero-photo figcaption { font-size: .8125rem; }
  .quick-facts { padding-block: .5rem 3rem; }
  .quick-facts div { padding-left: 2rem; border-left: 1px solid var(--color-rule); }
  .quick-facts div:first-child { padding-left: 0; border-left: 0; }
  .quick-facts dt { font-size: .8125rem; }
  .quick-facts dd { font-size: 2rem; }
  .section-space { padding-block: 7rem; }
  .about { grid-template-columns: minmax(0, .95fr) minmax(0, 1fr); gap: clamp(4rem, 10vw, 10rem); }
  .about-story { padding-top: .5rem; }
  .details > div:first-child { padding-top: 0; border-top: 0; }
  .details > div:last-child { border-bottom: 0; padding-bottom: 0; }
  .section-heading { flex-direction: row; align-items: end; margin-bottom: 2.5rem; gap: 2rem; }
  .gallery-grid { grid-auto-flow: row; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr) minmax(0, .9fr); grid-template-rows: 360px 300px; overflow: visible; gap: 2rem 1.25rem; padding: 0; }
  .gallery-item { display: flex; flex-direction: column; }
  .gallery-item .photo-link { flex: 1; min-height: 0; height: auto; }
  .gallery-exterior { grid-column: 1 / 3; }
  .gallery-terrace { grid-column: 3; grid-row: 1 / 3; }
  .gallery-interior { grid-column: 1; grid-row: 2; }
  .gallery-fire { grid-column: 2; grid-row: 2; }
  .swipe-hint { display: none; }
  .quiet-moment { gap: 6rem; }
  .quiet-moment > img { height: 480px; }
  .location-section { padding-block: 4.5rem; }
  .location-layout { grid-template-columns: minmax(0, .8fr) minmax(0, 1.4fr); gap: 5rem; }
  .map-panel { height: 420px; }
  .contact-section { padding-top: 5.5rem; }
  .contact-layout { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 5rem; padding-bottom: 5rem; }
  .contact-action { justify-self: end; }
  .site-footer { padding-block: 1.5rem; }
  .lightbox { padding: 1.5rem 2.5rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
