/* The holiday feeling — photographic storytelling over an ordinary document. */
:root { --spruce: #122b28; --spruce-2: #193632; --spruce-3: #30504a; --snow: #f4f0e7; --snow-2: #e3dfd4; --frost: #c3cdc5; --glow: #edc579; --glow-soft: #f5dbaa; --ink: #19332d; --ink-soft: #4e6057; --wrap: 1340px; --radius: 3px; --radius-lg: 4px; }
html { scroll-padding-top: 100px; }
body { overflow-x: clip; }
.site-header, .site-header[data-scrolled] { background: var(--snow); color: var(--ink); border-bottom: 1px solid #19332d24; box-shadow: none; backdrop-filter: none; }
.header-inner { min-height: 80px; }
.site-header .wordmark { color: var(--ink); gap: .7rem; font-size: 1.5rem; line-height: 1; }
.site-header .wordmark__mark { color: var(--ink); filter: none; }
.wordmark__text small { display: block; font: 500 .56rem/1.8 var(--sans); text-transform: uppercase; letter-spacing: .23em; margin-top: .3rem; }
.nav-menu { gap: 1.6rem; }
.nav-menu a { color: var(--ink); font-size: .85rem; }
.nav-menu a:not(.nav-cta):hover { color: #6f5120; }
.nav-cta, .header-quote { border-radius: 2px; background: var(--ink); color: var(--snow) !important; }
.header-quote { display: none; padding: .6rem .8rem; font-size: .78rem; }
.nav-toggle__bars, .nav-toggle__bars::before, .nav-toggle__bars::after { background: var(--ink); }
.btn { border-radius: 2px; box-shadow: none; padding: .9rem 1.25rem; font-size: .88rem; }
.btn--primary, .btn--primary:hover { box-shadow: none; }
.btn span { margin-left: 1.1rem; font-size: 1.2em; }
.lightstring { display: none; }
.eyebrow { font-size: .68rem; letter-spacing: .16em; }
.section__title { font-size: clamp(2.25rem, 4.4vw, 4.3rem); font-weight: 400; letter-spacing: -.045em; }
.section { padding-block: clamp(4rem, 8vw, 8rem); }
.section__intro { max-width: 37rem; }
:focus-visible { outline-color: #9d6718; }
.section--dark :focus-visible, .site-footer :focus-visible { outline-color: var(--glow); }

/* Static first: readable without JS, when assets fail, or for reduced motion. */
.season-story { background: var(--snow); color: var(--ink); padding-top: 80px; }
.story-heading { display: grid; grid-template-columns: 1.3fr 1fr; gap: 2rem; align-items: center; padding-block: 2rem; }
.story-heading .eyebrow { color: inherit; margin-bottom: .85rem; font-size: .6rem; }
.story-heading h1 { font: 400 clamp(2.7rem, 4.8vw, 4.65rem)/.98 var(--serif); letter-spacing: -.05em; }
.story-heading h1 em { font-weight: 400; }
.story-intro { max-width: 26rem; justify-self: end; }
.story-intro p { font-size: .98rem; line-height: 1.65; margin-bottom: 1.1rem; max-width: 34ch; }
.story-intro .btn { background: var(--ink); color: var(--snow); }
.story-skip { margin-left: 1.2rem; font-size: .8rem; display: inline-block; text-decoration: underline; text-underline-offset: 5px; }
.story-stage { max-width: 1280px; margin-inline: auto; width: calc(100% - 2 * var(--gutter)); }
.story-frames { position: relative; }
.story-plate { margin-bottom: 2rem; }
.story-plate > img { width: 100%; height: auto; }
.story-plate figcaption { padding: 1.4rem 0; }
.story-plate figcaption > span { font-size: .6rem; letter-spacing: .16em; text-transform: uppercase; display: block; margin-bottom: .5rem; }
.story-plate h2 { font: 400 clamp(1.65rem, 2.3vw, 2.2rem)/1.15 var(--serif); letter-spacing: -.025em; }
.story-plate figcaption p { margin-top: .4rem; font-size: .86rem; }
.installation-detail, .story-controls { display: none; }
.story-footnote { display: flex; justify-content: space-between; gap: 1rem; padding-block: .8rem 1rem; font-size: .62rem; }
.story-footnote a { text-decoration: underline; text-underline-offset: 3px; }

/* Enabled after all plates decode and only for sufficiently tall viewports. */
.season-story.is-animated { height: 400svh; padding-top: 0; }
.is-animated .story-pin { position: sticky; top: 0; height: 100svh; padding-top: 80px; display: flex; flex-direction: column; background: var(--story-bg, var(--snow)); color: var(--story-ink, var(--ink)); }
.is-animated .story-heading { flex-shrink: 0; width: 100%; }
.is-animated .story-stage { min-height: 0; flex: 1; display: flex; flex-direction: column; }
.is-animated .story-frames { flex: 1; min-height: 0; overflow: hidden; background: #b0becd; }
.is-animated .story-plate { position: absolute; inset: 0; margin: 0; }
.is-animated .story-plate > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.is-animated .story-plate--install > img { visibility: hidden; }
.is-animated .story-plate--night > img { opacity: var(--night, 0); }
.is-animated .story-plate figcaption { position: absolute; z-index: 5; bottom: 0; left: 0; right: 0; padding: 2.5rem 2rem 1.3rem; color: #fff9ed; background: linear-gradient(transparent, #081511e6); }
.is-animated .story-plate figcaption { visibility: hidden; }
.is-animated .story-plate[data-active] figcaption { visibility: visible; }
.is-animated .installation-detail { display: block; position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; opacity: var(--detail, 0); }
.is-animated .story-controls { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 65px; border-bottom: 1px solid #7a847851; }
.story-scroll-hint, .story-exit { font-size: .7rem; }
.story-scroll-hint span { margin-left: 1rem; }
.story-chapters { display: flex; gap: 1.3rem; align-self: stretch; }
.story-chapters button { position: relative; border: 0; border-top: 2px solid transparent; background: none; color: inherit; padding: .8rem 0; font-size: .72rem; }
.story-chapters button span { opacity: .7; margin-right: .3rem; font-size: .6rem; }
.story-chapters button[aria-current="step"] { border-color: currentColor; }
.story-chapters button::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: currentColor; transform: scaleX(var(--chapter-progress, 0)); transform-origin: left; opacity: .4; }
.story-exit { text-decoration: underline; text-underline-offset: 4px; }

/* Supporting sections: generous editorial rhythm, actual work immediately next. */
.gallery { background: #eae5d9; }
.gallery .section__head { max-width: none; display: grid; grid-template-columns: 1fr 1fr; column-gap: 3rem; }
.gallery .eyebrow { grid-column: 1 / -1; }
.gallery .section__intro { justify-self: end; max-width: 25rem; align-self: end; }
.gallery__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem 1rem; }
.gallery__item { border-radius: 2px; margin: 0; background: transparent; }
.gallery__item::after { display: none; }
.gallery__item img { aspect-ratio: 3 / 2; object-fit: cover; }
.gallery__item figcaption { position: static; padding: .8rem 0 0; color: var(--ink); font-size: .76rem; font-weight: 500; }
.gallery__item:hover img { transform: none; filter: brightness(1.06); }
.intro__stats { margin-top: 2.4rem; }
.intro__num { font-weight: 400; }
.services__grid { gap: 0; border-top: 1px solid #19332d3a; }
.service-card { border: 0; border-bottom: 1px solid #19332d3a; background: transparent; border-radius: 0; box-shadow: none; padding: 2.4rem 2rem 2.4rem 0; }
.service-card:nth-child(even) { padding-left: 2rem; border-left: 1px solid #19332d3a; }
.service-card:hover { transform: none; box-shadow: none; }
.service-card__icon { width: 40px; height: 40px; border-radius: 50%; }
.service-card h3 { font-size: 1.6rem; font-weight: 400; }
.process-step { border: 0; border-top: 1px solid #97a69c70; border-radius: 0; background: transparent; padding: 1.5rem .8rem 0 0; }
.process-step::before { display: none; }
.process-step__num { font-size: 2.6rem; font-weight: 400; opacity: .8; }
.process-step h3 { font-weight: 400; }
.review-card { border: 0; border-left: 1px solid #19332d40; border-radius: 0; background: transparent; box-shadow: none; }
.review-card__stars { color: #8a641b; }
.review-card blockquote { font-size: 1.3rem; }
.areas__towns { background: transparent; border: 0; padding-inline: 0; }
.areas__coverage li { padding-block: 1.7rem; }
.faq__list { max-width: none; gap: 0; }
.faq-item { background: transparent; border: 0; border-bottom: 1px solid #19332d3a; padding-inline: 0; border-radius: 0; }
.faq-item[open] { box-shadow: none; }
.faq-item summary { padding-block: 1.6rem; font-weight: 400; font-size: 1.3rem; }
.quote-form { background: transparent; border-radius: 0; border: 0; padding-top: 0; }
.quote-form__fineprint a { text-decoration: underline; }
.field input, .field textarea { border-radius: 2px; border-color: #688078; }
.footer__social { display: none; } /* Placeholder destinations are documented in README. */

@media (max-width: 1000px) {
  .nav-menu { gap: 1rem; }
  .story-heading h1 { font-size: clamp(2.6rem, 5.3vw, 4rem); }
  .story-intro { max-width: 23rem; }
  .story-skip { margin-left: .8rem; }
  .story-scroll-hint { display: none; }
}
@media (max-width: 860px) {
  .header-inner { min-height: 72px; gap: .6rem; }
  .site-header .wordmark { margin-right: auto; font-size: 1.3rem; }
  .header-quote { display: block; }
  .nav-menu { background: var(--snow); border-color: #19332d30; }
  .nav-menu a { color: var(--ink); }
  .season-story { padding-top: 72px; }
  .is-animated .story-pin { padding-top: 72px; }
  .story-heading .eyebrow { max-width: 30ch; line-height: 1.7; }
}
@media (max-width: 700px) {
  .season-story.is-animated { height: 310svh; }
  .story-heading { display: block; padding-block: 1.4rem 1.2rem; }
  .story-heading h1 { font-size: clamp(2.65rem, 8.2vw, 3.7rem); }
  .story-heading .eyebrow { max-width: none; font-size: .53rem; margin-bottom: .7rem; letter-spacing: .09em; }
  .story-intro { margin-top: 1rem; max-width: none; }
  .story-intro p { font-size: .85rem; line-height: 1.5; margin-bottom: .8rem; max-width: 40ch; }
  .story-intro .btn { padding: .65rem 1rem; font-size: .78rem; }
  .story-skip { margin-left: 1rem; font-size: .75rem; }
  .story-stage { width: 100%; }
  .is-animated .story-stage { flex: 0 0 auto; }
  .is-animated .story-frames { height: calc(100vw * 2 / 3 + 106px); flex: none; }
  .is-animated .story-plate > img { height: calc(100vw * 2 / 3); object-fit: contain; }
  .is-animated .installation-detail { height: calc(100vw * 2 / 3); }
  .is-animated .story-plate figcaption { height: 106px; padding: .9rem var(--gutter); color: inherit; background: var(--story-bg, var(--snow)); }
  .story-plate h2 { font-size: 1.6rem; }
  .story-plate figcaption > span { font-size: .53rem; margin-bottom: .3rem; }
  .story-plate figcaption p { font-size: .71rem; margin-top: .3rem; }
  .is-animated .story-controls { min-height: 54px; margin-inline: var(--gutter); }
  .story-chapters { width: 100%; justify-content: space-between; gap: .5rem; }
  .story-chapters button { font-size: .64rem; }
  .story-exit { display: none; }
  .story-footnote { margin-top: auto; display: block; font-size: .54rem; line-height: 1.7; padding-block: .7rem; }
  .story-footnote > span { display: block; }
  .story-plate figcaption { padding-inline: var(--gutter); }
  .gallery .section__head { display: block; }
  .gallery .section__intro { max-width: none; }
  .gallery__grid { grid-template-columns: 1fr 1fr; gap: 1.2rem .8rem; }
  .gallery__item figcaption { font-size: .67rem; }
  .service-card, .service-card:nth-child(even) { padding: 1.6rem 0; border-left: 0; }
  .service-card h3 { font-size: 1.5rem; }
  .quote-form { padding-inline: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
/* Keep the complete installation visible; captions occupy their own quiet band. */
@media (min-width: 701px) {
  .is-animated .story-stage { width: min(calc(100% - 2 * var(--gutter)), calc((100svh - 440px) * 2.25)); }
  .is-animated .story-frames { overflow: visible; }
  .is-animated .story-plate figcaption { bottom: -96px; height: 96px; width: 61%; padding: .9rem 0 0; background: none; color: var(--ink); }
  .is-animated .story-plate h2 { font-size: clamp(1.35rem, 2vw, 1.85rem); }
  .is-animated .story-plate figcaption p { font-size: .72rem; }
  .is-animated .story-controls { height: 96px; flex-shrink: 0; justify-content: flex-end; }
  .story-scroll-hint, .story-exit { display: none; }
  .story-chapters { gap: .9rem; align-self: center; }
  .story-chapters button { font-size: .64rem; }
  .story-chapters button span { display: block; margin: 0 0 .3rem; }
}
@media (max-width: 700px) {
  .story-intro { justify-self: auto; width: 100%; }
}
@media (max-width: 360px) {
  .site-header .wordmark { font-size: 1.15rem; gap: .45rem; }
  .site-header .wordmark__mark svg { width: 18px; height: 18px; }
  .wordmark__text small { font-size: .45rem; letter-spacing: .14em; white-space: nowrap; }
  .header-quote { white-space: nowrap; font-size: .7rem; padding: .6rem; }
  .nav-toggle { width: 36px; }
  .story-skip { display: block; margin: .5rem 0 0; }
}
/* Plain project-led sections: photographs, specific services, a short working sequence. */
.section { padding-block: clamp(3.5rem, 6vw, 6rem); }
.section__title { font-size: clamp(2rem, 3.4vw, 3.4rem); letter-spacing: -.035em; }
.intro__contact { margin-top: 1.5rem; }
.intro__contact a { display: block; color: var(--snow); text-decoration: underline; text-underline-offset: 5px; margin-top: .35rem; }
.intro__facts { margin-top: 1.6rem; padding-top: 1.2rem; border-top: 1px solid var(--spruce-3); display: flex; flex-wrap: wrap; gap: .5rem 1.4rem; font-size: .75rem; }
.services__grid { counter-reset: service; }
.service-card { counter-increment: service; }
.service-card__icon { display: none; }
.service-card::before { content: '0' counter(service); display: block; font: 500 .7rem var(--sans); color: var(--ink-soft); margin-bottom: .7rem; }
.service-card h3 { font: 500 1.25rem/1.3 var(--sans); letter-spacing: -.02em; }
.process-step__num { font: 500 .85rem var(--sans); }
.process-step h3 { font: 500 1.1rem/1.3 var(--sans); margin-top: 1rem; }
.reviews .wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 4rem; }
.reviews__grid { display: block; }
.review-card { padding: 1.5rem 0; border: 0; border-top: 1px solid #19332d35; }
.review-card:first-child { padding-top: 0; border-top: 0; }
.review-card blockquote { font: 400 1rem/1.75 var(--sans); letter-spacing: 0; }
.review-card figcaption { margin-top: .8rem; font-size: .8rem; font-weight: 500; }
.faq > .wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 4rem; }
.faq-item summary { font: 500 1rem/1.5 var(--sans); padding-block: 1.25rem; }
.areas__coverage li::before { display: none; }
.areas__coverage li { padding-left: 0; }
.areas__state { font: 500 1.15rem/1.5 var(--sans); }
@media (min-width: 1001px) {
  .gallery__item:first-child { grid-column: span 2; grid-row: span 2; }
  .gallery__item:first-child img { height: calc(100% - 2rem); object-fit: cover; }
}
@media (max-width: 860px) {
  .reviews .wrap, .faq > .wrap { grid-template-columns: 1fr; gap: 1rem; }
}

/* A measured approach and retreat, complete before the sticky section releases. */
.is-animated .story-stage {
  width: calc(68% + 32% * var(--approach, 0));
  max-width: 1600px;
}
.is-animated .story-frames { overflow: clip; background: transparent; }
.is-animated .story-plate > img { object-fit: cover; filter: none; }
/* The opaque final plate is the complete lighting result; no tint or glow layer. */
.is-animated .story-plate--day > img { opacity: var(--day, 1); }
@media (min-width: 701px) {
  .is-animated .story-heading {
    padding-block: calc(2rem - 1.25rem * var(--approach, 0));
  }
  .is-animated .story-heading h1 {
    font-size: clamp(2.6rem, calc(4.8vw - 2vw * var(--approach, 0)), 4.65rem);
  }
  .is-animated .story-frames { overflow: visible; }
  .is-animated .story-intro p {
    max-height: calc(100px * (1 - var(--approach, 0)));
    opacity: calc(1 - var(--approach, 0));
    overflow: hidden;
    margin-bottom: calc(1.1rem * (1 - var(--approach, 0)));
  }
  /* Bound the camera width by available height so peak and shrubs remain in shot. */
  .is-animated .story-stage { max-width: min(1600px, calc((100svh - 320px) * 2.3)); }
  .is-animated .story-plate > img, .is-animated .installation-detail { clip-path: inset(0); }
}
@media (max-width: 700px) {
  .is-animated .story-stage { width: calc(84% + 16% * var(--approach, 0)); }
  .is-animated .story-frames { height: calc(100vw * (0.84 + .16 * var(--approach, 0)) * 2 / 3 + 106px); }
  .is-animated .story-plate > img, .is-animated .installation-detail {
    height: calc(100vw * (0.84 + .16 * var(--approach, 0)) * 2 / 3);
  }
  .is-animated .story-plate figcaption { padding-inline: 12px; }
  .is-animated .story-controls { margin-inline: 12px; }
}
.review-card__stars { display: flex; gap: .2rem; margin-bottom: .65rem; font-size: .9rem; }
.review-card__stars span { display: inline-block; }
@media (prefers-reduced-motion: no-preference) {
  .review-card[data-reveal]:not(.is-visible) .review-card__stars span { opacity: 0; }
  .review-card[data-reveal].is-visible .review-card__stars span { animation: review-star-in .45s both; }
  .review-card__stars span:nth-child(2) { animation-delay: .07s !important; }
  .review-card__stars span:nth-child(3) { animation-delay: .14s !important; }
  .review-card__stars span:nth-child(4) { animation-delay: .21s !important; }
  .review-card__stars span:nth-child(5) { animation-delay: .28s !important; }
}
@keyframes review-star-in { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } }

.story-plate--install { position: relative; }
.story-static-detail { position: absolute; top: 0; left: 0; width: 100%; height: auto; aspect-ratio: 3 / 2; pointer-events: none; }
.is-animated .story-static-detail { display: none; }

/* The original installed ellipses remain present through the evening reveal.
   The edited photographic night plate supplies ambient/window light; these
   same bulbs supply only their cores and controlled local halos. */
.installation-detail [data-lit] [data-bulbs] { filter: url(#bulb-light); }
.installation-detail ellipse { fill: var(--glass, #e8dfbc); stroke: var(--rim, #6d705c); }

.story-plate--night { position: relative; }
