/* Hagel · Editorial photography · Local assets and system fonts only. */
:root {
  --forest: #082f25;
  --green: #4c7b32;
  --gold: #c9932d;
  --cream: #f7f3e9;
  --white: #fff;
  --muted: #56645a;
  --line: #c6cbbd;
  --display: "Bodoni 72", Didot, Georgia, "Times New Roman", serif;
  --sans: system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  --container: min(1400px, calc(100% - 112px));
  --header-height: 92px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body { margin: 0; background: var(--cream); color: var(--forest); font: 400 1.125rem/1.75 var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open, body.modal-open { overflow: hidden; }
[hidden] { display: none !important; }
::selection { color: var(--cream); background: var(--forest); }
a { color: inherit; text-underline-offset: .22em; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
button, input, select, textarea { border-radius: 0; }
button, summary { cursor: pointer; }
img { display: block; max-width: 100%; height: auto; }
figure, p, h1, h2, h3 { margin: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; letter-spacing: -.045em; line-height: 1.08; }
h2 { font-size: clamp(3rem, 5vw, 5.3rem); }
h3 { font-size: clamp(1.8rem, 3vw, 3rem); }
h1, h2, h3, .service-row, .service-statement, .detail-quote {
  hyphens: none; -webkit-hyphens: none; word-break: normal; overflow-wrap: normal; text-wrap: balance;
}
body { hyphens: none; -webkit-hyphens: none; }
.mobile-break { display: none; }
.editorial-home .site-header:not(.scrolled) { background: transparent; }
em { font-weight: inherit; }
:focus-visible { outline: 2px solid var(--green); outline-offset: 5px; }
.on-dark :focus-visible, .site-header :focus-visible, .site-footer :focus-visible, .hero :focus-visible, .lightbox :focus-visible { outline-color: var(--cream); }
.container { width: var(--container); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip { position: fixed; z-index: 100; top: 10px; left: 16px; padding: 10px 20px; background: var(--cream); color: var(--forest); transform: translateY(-160%); }
.skip:focus { transform: none; }
.text-link { display: inline-flex; align-items: center; gap: 28px; padding: 10px 0; border-bottom: 1px solid currentColor; font: 500 .75rem/1.5 var(--sans); text-transform: uppercase; letter-spacing: .13em; text-decoration: none; }
.text-link span { display: inline-block; font-size: 1.22rem; line-height: 1; transition: transform .3s ease; }
.text-link:hover span, .text-link:focus-visible span { transform: translateX(4px); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 14px 22px; max-width: 100%; border: 1px solid var(--cream); background: var(--cream); color: var(--forest); font: 600 .73rem/1.4 var(--sans); letter-spacing: .1em; text-transform: uppercase; text-decoration: none; transition: background .25s, color .25s; }
.btn span { font-size: 1.1rem; line-height: 1; }
.btn:hover { background: transparent; color: var(--cream); }
.section-note { font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }

/* A quiet masthead, with the actual Hagel mark. */
.site-header { position: fixed; inset: 0 0 auto; z-index: 30; color: var(--cream); background: rgb(8 47 37 / .94); transition: background .35s; }
.site-header.scrolled { background: rgb(8 47 37 / .96); }
.header-inner { display: flex; align-items: center; gap: 35px; min-height: var(--header-height); }
.brand { display: inline-flex; flex-shrink: 0; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { display: block; width: 50px; }
.brand-mark img { width: 50px; height: 54px; object-fit: contain; }
.brand-copy { display: grid; gap: 1px; line-height: 1.2; }
.brand-copy strong { font-size: 1.18rem; font-weight: 500; letter-spacing: .11em; text-transform: uppercase; }
.brand-copy > span { font-size: .75rem; letter-spacing: .025em; }
.main-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.main-nav a { padding: 12px 0; font-size: .9rem; text-decoration: none; }
.main-nav a:hover { text-decoration: underline; }
.header-cta { padding: 10px 0; min-height: 44px; font-size: .78rem; background: transparent; color: var(--cream); border: 0; border-bottom: 1px solid var(--gold); }
.header-cta:hover { color: #e1bb6f; }
.nav-toggle { display: none; width: 42px; height: 44px; padding: 10px 8px; background: transparent; color: inherit; border: 0; }
.nav-toggle span { display: block; width: 25px; height: 1px; background: currentColor; transition: transform .25s; }
.nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }

/* Two local atmosphere clips. The poster stays beneath each video. */
.ambient-media { position: absolute; inset: 0; overflow: hidden; }
.video-poster, .ambient-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ambient-video { opacity: 0; transition: opacity .7s ease; }
.ambient-media.is-playing .ambient-video { opacity: 1; }
.video-toggle { position: absolute; right: 32px; bottom: 20px; z-index: 3; min-height: 44px; padding: 9px 0; border: 0; border-bottom: 1px solid currentColor; color: var(--cream); background: transparent; font-size: .75rem; letter-spacing: .025em; text-shadow: 0 1px 3px #082f25; }
.video-toggle:focus-visible { outline-color: var(--cream); }

/* Full-bleed gardening footage, with a restrained left-aligned headline. */
.hero { position: relative; min-height: 92svh; background: var(--forest); color: var(--cream); isolation: isolate; }
.hero .ambient-media { z-index: -1; }
.hero .ambient-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgb(4 32 22 / .81) 0%, rgb(4 32 22 / .55) 42%, rgb(4 32 22 / .08) 100%); }
.hero-inner { min-height: inherit; display: flex; align-items: flex-end; }
.hero-copy { width: 100%; max-width: 720px; padding-top: calc(var(--header-height) + 80px); padding-bottom: 110px; }
.hero-kicker { margin-bottom: 27px; font-size: .8rem; letter-spacing: .15em; text-transform: uppercase; }
.hero h1 { font-size: clamp(4.3rem, 7vw, 7.2rem); line-height: 1.04; letter-spacing: -.045em; text-wrap: initial; }
.hero h1 em { display: inline-block; max-width: 100%; margin-top: .14em; font-size: .59em; line-height: 1.15; letter-spacing: -.035em; }
.hero-services { max-width: 650px; margin-top: 30px; font-size: 1.0625rem; line-height: 1.7; }
.hero-subline { max-width: 630px; margin-top: 9px; font-size: 1.125rem; line-height: 1.7; }
.hero-contact { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 44px; margin-top: 26px; }
.hero-phone { font-size: 1rem; text-decoration: none; letter-spacing: .035em; }
.hero-phone:hover { text-decoration: underline; }

.editorial-intro { padding: clamp(80px, 8vw, 125px) 0; }
.intro-layout { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; }
.intro-layout > * { min-width: 0; }
.intro-layout h2 { position: relative; padding-bottom: 30px; }
.intro-layout h2::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100px; height: 1px; background: var(--gold); transform: scaleX(.35); transform-origin: left; transition: transform 1.3s ease; }
.intro-layout h2.visible::after { transform: scaleX(1); }
.intro-copy { max-width: 430px; color: var(--muted); font-size: 1.125rem; line-height: 1.8; }
.craft-note { margin-top: 22px; font-size: 1rem; color: var(--forest); }

/* One continuous visual, four short chapters. No client photographs here. */
.story-layout { display: grid; grid-template-columns: 55% 45%; align-items: start; }
.story-visual { position: sticky; top: var(--header-height); height: calc(100svh - var(--header-height)); min-height: 460px; max-height: 960px; background: var(--forest); }
.story-visual .video-poster, .story-visual .ambient-video { object-position: 57% 50%; }
.story-steps { min-width: 0; }
.story-step { display: flex; align-items: center; min-height: 48svh; }
.story-copy { padding: 50px clamp(35px, 4vw, 80px); width: 100%; transition: opacity .6s; }
.story-copy h3 { font-size: clamp(1.8rem, 3vw, 3rem); }
.story-copy p { margin-top: 22px; max-width: 355px; color: var(--muted); font-size: 1.125rem; line-height: 1.8; }
.story-enhanced .story-copy { opacity: .76; }
.story-enhanced .is-active .story-copy { opacity: 1; }

/* Service index: each original panel is reused for hover, focus and mobile. */
.services { padding: clamp(85px, 9vw, 140px) 0; }
.services-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 85px; align-items: end; margin-bottom: 65px; }
.services-heading > * { min-width: 0; }
.services-heading p { max-width: 380px; color: var(--muted); font-size: 1.125rem; padding-bottom: 8px; }
.service-list { padding: 0; margin: 0; list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px 55px; }
.service-item { min-width: 0; border-top: 1px solid var(--line); padding-bottom: 25px; }
.service-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 0; font: 400 clamp(1.8rem, 2.55vw, 2.7rem)/1.25 var(--display); letter-spacing: -.04em; text-decoration: none; transition: color .3s; }
.service-row > span:first-child { min-width: 0; }
.service-row > span:last-child { font-family: var(--sans); font-size: 1.25rem; flex-shrink: 0; transition: transform .3s; }
.service-row:hover, .service-row:focus-visible, .services-enhanced .service-item.is-active .service-row { color: var(--green); }
.service-row:hover > span:last-child, .service-row:focus-visible > span:last-child { transform: translate(3px, -3px); }
.service-panel { background: var(--cream); }
.service-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.service-photo figcaption { margin-top: 15px; font-size: 1.0625rem; line-height: 1.7; color: var(--muted); }
.service-item:last-child .service-photo img { object-fit: contain; }
.service-description { display: flex; flex-direction: column; justify-content: center; gap: 25px; padding: 40px 0; }
.service-statement { max-width: 460px; font: 400 clamp(2.1rem, 3.3vw, 3.4rem)/1.15 var(--display); letter-spacing: -.035em; }
.service-description > p:last-child { max-width: 430px; color: var(--muted); font-size: 1.125rem; line-height: 1.8; }
@media (min-width: 941px) {
  .services-enhanced .service-list { display: block; position: relative; padding-right: 54%; min-height: 580px; }
  .services-enhanced .service-item { padding-bottom: 0; }
  .services-enhanced .service-item:last-child { border-bottom: 1px solid var(--line); }
  .services-enhanced .service-panel { position: absolute; left: 52%; right: 0; top: 0; height: 580px; opacity: 0; pointer-events: none; }
  .services-enhanced .service-photo { display: flex; flex-direction: column; }
  .services-enhanced .service-photo img { flex: 1; min-height: 0; height: 0; aspect-ratio: auto; }
  .services-enhanced .service-photo figcaption { flex-shrink: 0; }
  .services-enhanced .service-description { padding: 40px 0 40px 30px; }
}

/* The second local clip carries three words, always readable. */
.signature { height: 92svh; min-height: 680px; background: var(--forest); color: var(--cream); }
.signature-stage { position: relative; height: 100%; isolation: isolate; overflow: hidden; }
.signature .ambient-media { z-index: -1; }
.signature .ambient-media::after { content: ""; position: absolute; inset: 0; background: rgb(4 30 20 / .39); }
.signature .video-poster, .signature .ambient-video { object-position: 60% 50%; }
.signature-type { height: 100%; display: flex; flex-direction: column; justify-content: center; padding-block: 110px 90px; }
.signature-type h2 { font-size: clamp(5.5rem, 10vw, 9rem); line-height: 1.1; }
.signature-type h2 span { display: block; width: max-content; max-width: 100%; }
.signature-type h2 span:nth-child(2) { margin-left: 24%; }
.signature-type h2 span:nth-child(3) { margin-left: 39%; }
.signature-type > p { margin-top: 30px; font-size: .85rem; text-transform: uppercase; letter-spacing: .1em; }
@media (min-width: 941px) {
  .signature-enhanced { height: 200svh; min-height: 1300px; }
  .signature-enhanced .signature-stage { position: sticky; top: 0; height: 100svh; min-height: 620px; }
  .signature-enhanced [data-signature-word] { opacity: .35; transform: translateY(12px); transition: opacity .5s ease, transform .6s ease; }
  .signature-enhanced [data-signature-word].is-seen { opacity: .62; transform: none; }
  .signature-enhanced [data-signature-word].is-current { opacity: 1; }
  .signature-enhanced.sequence-complete [data-signature-word] { opacity: 1; transform: none; }
}

/* Three remaining client photographs, each with its own scale and space. */
.editorial-gallery { padding: clamp(85px, 9vw, 140px) 0 65px; }
.gallery-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 85px; align-items: end; margin-bottom: 65px; }
.gallery-heading p { max-width: 390px; font-size: 1.125rem; color: var(--muted); padding-bottom: 8px; }
.gallery-spread { display: flex; justify-content: space-between; align-items: flex-start; gap: 5%; }
.spread-main { width: 62%; }
.spread-side { width: 31%; margin-top: 85px; }
.gallery-open { display: block; text-decoration: none; }
.gallery-open > img { width: 100%; }
.gallery-caption { display: grid; grid-template-columns: 1fr auto; gap: 3px 20px; margin-top: 17px; line-height: 1.5; }
.gallery-caption strong { font-size: 1.0625rem; font-weight: 500; }
.gallery-caption small { grid-column: 1; font-size: 1rem; color: var(--muted); }
.gallery-caption > span { grid-column: 2; grid-row: 1 / 3; font-size: 1.2rem; align-self: start; transition: transform .3s; }
.gallery-open:hover .gallery-caption > span { transform: translate(3px, -3px); }
.gallery-line { display: flex; align-items: center; gap: 26px; padding: 40px 0; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
.gallery-line::before { content: ""; display: block; width: 80px; height: 1px; background: var(--gold); transform: scaleX(.35); transform-origin: left; transition: transform 1.2s; }
.gallery-line.visible::before { transform: scaleX(1); }
.gallery-finale { display: grid; grid-template-columns: minmax(0, 30fr) minmax(0, 66fr); gap: 4%; align-items: center; margin-top: 20px; }
.detail-quote { font: 400 clamp(2.5rem, 4.3vw, 4.3rem)/1.13 var(--display); letter-spacing: -.045em; }

/* Four short steps, connected with small arrows. */
.process { padding: 60px 0 72px; border-top: 1px solid var(--line); }
.process-layout { display: grid; grid-template-columns: .85fr 1.4fr; gap: 75px; align-items: center; }
.process h2 { font-size: clamp(1.8rem, 2.6vw, 2.8rem); }
.process-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 35px; list-style: none; margin: 0; padding: 0; }
.process-steps li { position: relative; min-width: 0; }
.process-steps li:not(:last-child)::after { content: "→"; position: absolute; top: 0; right: -24px; color: var(--green); }
.process-steps strong { display: block; margin-bottom: 8px; font-size: 1rem; font-weight: 500; }
.process-steps span { display: block; color: var(--muted); font-size: .94rem; line-height: 1.65; }

/* The form is part of the dark page, with fine underlines. */
.contact { padding: 120px 0; background: var(--forest); color: var(--cream); }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .8fr); gap: 110px; align-items: start; }
.contact-copy h2 { font-size: clamp(3rem, 4.7vw, 5rem); line-height: 1.1; }
.contact-copy > p { margin-top: 25px; max-width: 430px; color: #d3dcd0; font-size: 1.05rem; line-height: 1.8; }
.contact-phone { display: inline-block; margin-top: 45px; font: 400 clamp(2rem, 3.2vw, 3.4rem)/1.25 var(--display); text-decoration: none; letter-spacing: -.025em; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 14px 44px; margin-top: 23px; }
.contact-actions .text-link { font-size: .8rem; gap: 25px; }
.contact-copy .contact-person { margin-top: 46px; padding-top: 24px; border-top: 1px solid #4b6a58; font-size: .95rem; font-style: normal; color: #d3dcd0; line-height: 1.8; }
.contact-person strong { display: block; font-weight: 500; margin-bottom: 8px; }
.contact-copy .contact-assurance { margin-top: 22px; font-size: .875rem; }
.contact-form { min-width: 0; padding-top: 6px; }
.contact-form h3 { font-size: 2.3rem; margin-bottom: 14px; }
.contact-form > p { margin-bottom: 28px; color: #d3dcd0; font-size: 1rem; }
.contact-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.field { min-width: 0; }
.field.full { grid-column: 1 / -1; }
.field label { display: block; font-size: .875rem; line-height: 1.5; color: #d3dcd0; }
.field label span { color: #b6c7b8; }
.form-grid > .field:not(.full) label { min-height: 3em; }
.field input, .field select, .field textarea { display: block; width: 100%; min-width: 0; min-height: 48px; padding: 11px 0; color: var(--cream); background: transparent; border: 0; border-bottom: 1px solid #789183; font-size: 1rem; line-height: 1.5; }
.field select { padding-right: 22px; }
.field select option { background: var(--cream); color: var(--forest); }
.field textarea { min-height: 110px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #b6c7b8; opacity: 1; font-size: .95rem; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-bottom: 2px solid var(--cream); padding-bottom: 10px; }
.form-note { margin: 23px 0 27px; color: #bccbbc; font-size: .875rem; line-height: 1.75; }
.form-note a { color: var(--cream); }
.contact-form .form-status { margin: 22px 0 0; font-size: .95rem; }
.form-status a { color: var(--cream); }
.reply-note { margin-top: -15px; color: #d3dcd0; font-size: .875rem; line-height: 1.6; }
.form-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.contact-form .form-direct { margin: 22px 0 0; font-size: .95rem; line-height: 1.7; }
.form-direct a, .footer-copy a[href^="mailto:"] { overflow-wrap: anywhere; }
.contact-form .form-status.is-error { color: #ffdfb7; }
.contact-form .btn:disabled { cursor: wait; opacity: .75; }
.contact-form noscript p { margin: 15px 0 25px; font-size: 1rem; }

.faq { padding: 90px 0 105px; }
.faq-grid { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: 110px; }
.faq h2 { font-size: 3rem; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 22px 38px 22px 0; list-style: none; font: 400 1.16rem/1.4 var(--display); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 0; top: 20px; font: 400 1.3rem/1.4 var(--sans); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 35px 24px 0; color: var(--muted); font-size: 1rem; }
.site-footer { padding: 44px 0 24px; background: var(--forest); color: var(--cream); }
.footer-top { display: grid; grid-template-columns: 200px 1fr auto; gap: 55px; align-items: start; }
.footer-logo { display: flex; align-items: center; flex-direction: column; gap: 12px; width: 180px; text-decoration: none; }
.footer-logo img { width: 76px; height: 86px; object-fit: contain; }
.footer-wordmark { display: grid; gap: 4px; text-align: center; line-height: 1.3; }
.footer-wordmark strong { color: #ddb15d; font-size: 1.6rem; font-weight: 500; letter-spacing: .19em; }
.footer-wordmark > span { font-size: .8rem; }
.footer-copy > strong { font: 400 1.35rem/1.3 var(--display); }
.footer-copy p { margin-top: 12px; color: #cbd6c8; font-size: .9rem; line-height: 1.8; }
.footer-copy p:first-of-type { font-size: .8rem; letter-spacing: .1em; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 30px; font-size: .875rem; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 30px; padding-top: 20px; border-top: 1px solid #3e5c49; color: #cbd6c8; font-size: .8rem; }
.mobile-cta { display: none; position: fixed; inset: auto 0 0; z-index: 25; padding-bottom: env(safe-area-inset-bottom, 0px); border-top: 1px solid #63816e; background: var(--forest); color: var(--cream); }
.mobile-cta a { display: flex; align-items: center; justify-content: center; gap: 25px; min-height: 55px; width: 50%; font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; text-decoration: none; }
.mobile-cta a + a { border-left: 1px solid #63816e; }
.mobile-cta span { font-size: 1.1rem; }
.mobile-cta :focus-visible { outline-color: var(--cream); outline-offset: -5px; }

/* Native, keyboard-accessible photo viewer. */
.lightbox { width: min(1220px, calc(100% - 48px)); max-width: none; max-height: 94svh; margin: auto; padding: 20px 26px; border: 0; background: var(--forest); color: var(--cream); }
.lightbox::backdrop { background: rgb(2 17 10 / .9); }
.lightbox-head { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-bottom: 16px; }
.lightbox-head h2 { font-size: 1.15rem; letter-spacing: -.01em; }
.icon-button { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; flex-shrink: 0; border: 0; padding: 0; background: transparent; color: inherit; font-size: 1.6rem; }
.lightbox figure img { width: 100%; height: min(70svh, 760px); max-height: calc(94svh - 210px); object-fit: contain; }
.lightbox figcaption { margin-top: 13px; font-size: .9rem; color: #cbd6c8; line-height: 1.6; }
.lightbox-actions { display: flex; justify-content: center; align-items: center; gap: 28px; margin-top: 10px; }
.lightbox-counter { font-size: .7rem; }

/* The same typography carries through to the legal pages. */
.legal-main { padding: calc(var(--header-height) + 90px) 0 110px; }
.legal-heading { margin-bottom: 80px; }
.legal-heading .section-note { margin-bottom: 25px; }
.legal-heading h1 { font-size: clamp(2.9rem, 5.9vw, 6rem); overflow-wrap: normal; hyphens: none; }
.legal-heading .lead { max-width: 650px; margin-top: 25px; color: var(--muted); font-size: 1rem; }
.legal-layout { display: grid; grid-template-columns: 250px minmax(0, 760px); gap: 90px; align-items: start; }
.legal-nav { position: sticky; top: calc(var(--header-height) + 35px); display: grid; gap: 15px; padding-top: 6px; font-size: .76rem; }
.legal-nav a { text-decoration: none; }
.legal-nav a:hover { text-decoration: underline; }
.legal-content { font-size: 1rem; line-height: 1.9; overflow-wrap: anywhere; }
.legal-content section { margin-bottom: 43px; scroll-margin-top: 25px; }
.legal-content h2 { font-size: 1.7rem; line-height: 1.25; letter-spacing: -.02em; margin-bottom: 18px; }
.legal-content h3 { font-size: 1.3rem; margin: 26px 0 15px; letter-spacing: -.01em; }
.legal-content p + p { margin-top: 18px; }
.legal-content address { font-style: normal; margin: 20px 0; }
.legal-content ul { padding-left: 22px; }
.legal-todo { border-left: 2px solid var(--gold); padding: 0 0 0 25px; margin-bottom: 45px; font-size: .84rem; }
.legal-todo strong { display: block; margin-bottom: 10px; }
.todo-inline { background: #eee3be; color: var(--forest); }
.legal-back { margin-top: 55px; }

@media (max-width: 1200px) {
  :root { --container: calc(100% - 80px); }
  .header-inner { gap: 27px; }
  .main-nav { gap: 25px; }
  .intro-layout, .services-heading, .gallery-heading { gap: 45px; }
  .process-layout { gap: 50px; }
  .process-steps { gap: 27px; }
  .process-steps li:not(:last-child)::after { right: -20px; }
  .contact-grid, .faq-grid { gap: 70px; }
  .footer-top { gap: 45px; }
  .legal-layout { grid-template-columns: 220px minmax(0, 760px); gap: 55px; }
}
@media (max-width: 940px) {
  :root { --container: calc(100% - 64px); --header-height: 78px; }
  .header-inner { gap: 22px; }
  .header-cta { margin-left: auto; }
  .js .nav-toggle { display: flex; flex-direction: column; justify-content: center; gap: 7px; }
  .main-nav { position: absolute; inset: var(--header-height) 0 auto; display: grid; gap: 0; padding: 18px 32px 28px; border-top: 1px solid #4b6a58; background: var(--forest); }
  .main-nav a { padding: 15px 0; font-family: var(--display); font-size: 1.6rem; }
  html:not(.js) .site-header { position: relative; background: var(--forest); }
  html:not(.js) .header-inner { flex-wrap: wrap; padding-block: 14px; }
  html:not(.js) .main-nav { position: static; order: 3; width: 100%; display: flex; flex-wrap: wrap; gap: 30px; padding: 5px 0 0; }
  html:not(.js) .main-nav a { font-family: var(--sans); font-size: .82rem; }
  .hero-copy { padding-bottom: 90px; }
  .intro-layout { grid-template-columns: 1fr; gap: 35px; }
  .intro-copy { margin-left: 25%; }
  .story-layout { display: block; }
  .story-visual { position: relative; top: auto; height: auto; min-height: 0; max-height: none; aspect-ratio: 16 / 10; }
  .story-steps { width: var(--container); margin-inline: auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; padding: 55px 0 0; }
  .story-step { display: block; min-height: 0; }
  .story-copy { padding: 0; }
  .story-copy h3 { font-size: clamp(1.8rem, 4vw, 2.6rem); }
  .story-copy p { margin-top: 18px; font-size: 1.0625rem; }
  .services-heading, .gallery-heading { grid-template-columns: 1fr; gap: 30px; margin-bottom: 50px; }
  .services-heading p, .gallery-heading p { margin-left: 25%; }
  .service-list { gap: 20px 35px; }
  .service-row { font-size: clamp(1.45rem, 3.05vw, 1.8rem); gap: 12px; }
  .service-statement { font-size: 2.1rem; }
  .service-description { padding: 12px 0 25px; }
  .signature { height: 85svh; min-height: 650px; }
  .signature-type h2 { font-size: 10.8vw; }
  .signature-type h2 span:nth-child(2) { margin-left: 20%; }
  .signature-type h2 span:nth-child(3) { margin-left: 32%; }
  .gallery-finale { margin-top: 10px; }
  .detail-quote { font-size: 4.6vw; }
  .process-layout { grid-template-columns: 1fr; gap: 36px; }
  .process h2 { font-size: 2.4rem; max-width: 550px; }
  .process-steps { gap: 40px; }
  .process-steps li:not(:last-child)::after { right: -28px; }
  .contact { padding-block: 95px; }
  .contact-grid { grid-template-columns: 1fr; gap: 70px; }
  .contact-copy h2 { font-size: clamp(3rem, 7vw, 5rem); }
  .contact-phone { font-size: 3rem; }
  .contact-person { max-width: 450px; }
  .contact-form { width: 100%; max-width: 660px; margin-left: auto; }
  .faq-grid { grid-template-columns: 1fr; gap: 42px; }
  .footer-top { grid-template-columns: 180px 1fr; gap: 28px 45px; }
  .footer-links { grid-column: 2; max-width: 400px; }
  .legal-main { padding-top: calc(var(--header-height) + 65px); }
  .legal-heading { margin-bottom: 55px; }
  .legal-layout { grid-template-columns: 1fr; gap: 40px; }
  .legal-nav { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); border-block: 1px solid var(--line); padding-block: 24px; }
}
@media (max-width: 600px) {
  :root { --container: calc(100% - 40px); --header-height: 72px; }
  body { font-size: 1.0625rem; }
  h2 { font-size: clamp(2.5rem, 10.5vw, 3.8rem); }
  .header-inner { gap: 10px; }
  .brand { gap: 8px; }
  .brand-mark, .brand-mark img { width: 40px; height: 44px; }
  .brand-copy strong { font-size: 1.05rem; }
  .brand-copy > span { font-size: .7rem; }
  .header-cta { gap: 9px; font-size: .68rem; letter-spacing: .04em; }
  .header-cta span { font-size: .95rem; }
  .nav-toggle { width: 34px; padding-inline: 5px; }
  .main-nav { padding-inline: 20px; }
  .hero { min-height: 100svh; }
  .hero-copy { padding-top: calc(var(--header-height) + 80px); padding-bottom: 100px; }
  .hero .video-poster, .hero .ambient-video { object-position: 18% 50%; }
  .hero .ambient-media::after { background: linear-gradient(90deg, rgb(4 32 22 / .78), rgb(4 32 22 / .42) 64%, rgb(4 32 22 / .2)); }
  .hero-kicker { margin-bottom: 23px; font-size: .72rem; letter-spacing: .09em; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.6rem); }
  .hero h1 em { font-size: .72em; line-height: 1.12; }
  .mobile-break { display: initial; }
  .hero-services { margin-top: 27px; font-size: 1.0625rem; line-height: 1.7; }
  .hero-subline { max-width: 350px; font-size: 1.0625rem; margin-top: 12px; }
  .hero-contact { gap: 15px 24px; margin-top: 26px; }
  .hero-contact .text-link { font-size: .73rem; gap: 18px; letter-spacing: .065em; }
  .hero-phone { font-size: .95rem; }
  .video-toggle { right: 20px; bottom: 18px; }
  .editorial-intro { padding: 70px 0; }
  .intro-copy { margin-left: 6%; font-size: 1.0625rem; }
  .craft-note { font-size: 1rem; }
  .story-visual { aspect-ratio: 4 / 3; }
  .story-steps { display: block; padding-top: 40px; }
  .story-step + .story-step { margin-top: 33px; padding-top: 30px; border-top: 1px solid var(--line); }
  .story-copy h3 { font-size: clamp(1.9rem, 8.3vw, 2.8rem); }
  .story-copy p { margin-top: 13px; }
  .services { padding: 75px 0 80px; }
  .services-heading p, .gallery-heading p { margin-left: 6%; font-size: 1.0625rem; }
  .service-list { display: block; }
  .service-item { padding-bottom: 30px; }
  .service-row { font-size: clamp(1.5rem, 6.5vw, 2.2rem); padding: 22px 0; gap: 14px; }
  .service-photo img { aspect-ratio: 4 / 3; }
  .service-photo figcaption { margin-top: 12px; font-size: 1.0625rem; }
  .service-description { padding: 0 0 12px; gap: 15px; }
  .service-statement { font-size: 1.8rem; }
  .service-description > p:last-child { font-size: 1.0625rem; }
  .signature { height: 90svh; min-height: 610px; }
  .signature .video-poster, .signature .ambient-video { object-position: 18% 50%; }
  .signature-type { padding-block: 80px 90px; }
  .signature-type h2 { font-size: clamp(3.7rem, 18.8vw, 6.2rem); line-height: 1.2; }
  .signature-type h2 span:nth-child(2) { margin-left: 16%; }
  .signature-type h2 span:nth-child(3) { margin-left: 0; }
  .signature-type > p { max-width: 280px; margin-top: 30px; font-size: .8rem; line-height: 1.8; letter-spacing: .08em; }
  .editorial-gallery { padding: 75px 0 45px; }
  .gallery-heading { margin-bottom: 40px; }
  .gallery-spread { display: block; }
  .spread-main { width: 100%; }
  .spread-side { width: 78%; margin: 36px 0 0 auto; }
  .gallery-caption { gap: 2px 15px; margin-top: 13px; }
  .gallery-caption strong { font-size: 1.0625rem; }
  .gallery-caption small { font-size: 1rem; }
  .gallery-line { padding: 32px 0; font-size: .75rem; gap: 20px; }
  .gallery-line::before { width: 48px; }
  .gallery-finale { display: flex; flex-direction: column; align-items: stretch; gap: 28px; margin-top: 5px; }
  .detail-quote { font-size: clamp(2.5rem, 10.5vw, 3.7rem); }
  .process { padding: 43px 0 52px; }
  .process-layout { gap: 33px; }
  .process h2 { max-width: 330px; font-size: 1.95rem; }
  .process-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px; }
  .process-steps li { border-top: 1px solid var(--line); padding-top: 13px; }
  .process-steps li:not(:last-child)::after { display: none; }
  .process-steps strong { font-size: 1rem; }
  .process-steps span { font-size: 1rem; }
  .contact { padding: 74px 0 80px; }
  .contact-grid { gap: 60px; }
  .contact-copy h2 { font-size: clamp(2.35rem, 9.7vw, 3.5rem); }
  .contact-copy > p { font-size: 1.0625rem; margin-top: 23px; }
  .contact-phone { margin-top: 30px; font-size: clamp(1.9rem, 8.4vw, 2.7rem); white-space: nowrap; }
  .contact-actions { gap: 12px 34px; margin-top: 19px; }
  .contact-actions .text-link { gap: 20px; font-size: .78rem; }
  .contact-copy .contact-person { margin-top: 34px; font-size: 1rem; }
  .contact-form h3 { font-size: 2rem; }
  .contact-form > p { font-size: 1.0625rem; margin-bottom: 26px; }
  .form-grid { grid-template-columns: 1fr; gap: 25px; }
  .form-grid > .field:not(.full) label { min-height: 0; }
  .contact-form .btn { font-size: .73rem; padding-inline: 12px; gap: 12px; letter-spacing: .045em; text-align: left; }
  .faq { padding: 65px 0 70px; }
  .faq-grid { gap: 32px; }
  .faq h2 { font-size: 2.35rem; }
  .faq-list summary { font-size: 1.15rem; }
  .faq-list details p { font-size: 1.0625rem; padding-right: 15px; }
  .site-footer { padding: 35px 0 calc(28px + env(safe-area-inset-bottom, 0px)); }
  .footer-top { grid-template-columns: 1fr; gap: 30px; }
  .footer-logo { width: 180px; }
  .footer-copy > strong { font-size: 1.2rem; }
  .footer-copy p { font-size: 1rem; }
  .footer-links { grid-column: 1; gap: 12px 25px; font-size: .875rem; }
  .footer-bottom { flex-direction: column; gap: 11px; margin-top: 26px; padding-top: 20px; font-size: .78rem; }
  .footer-bottom > span:last-child { align-self: flex-end; }
  .mobile-cta { display: flex; }
  .lightbox { width: calc(100% - 20px); padding: 13px 14px; }
  .lightbox-head { margin-bottom: 8px; gap: 12px; }
  .lightbox-head h2 { font-size: 1rem; }
  .lightbox figcaption { font-size: 1rem; }
  .legal-main { padding: calc(var(--header-height) + 50px) 0 70px; }
  .legal-heading { margin-bottom: 35px; }
  .legal-heading h1 { font-size: clamp(1.65rem, 7.4vw, 2.7rem); }
  .legal-heading .lead { font-size: 1rem; margin-top: 22px; }
  .legal-nav { grid-template-columns: 1fr; gap: 11px; padding-block: 21px; font-size: .8rem; }
  .legal-content { font-size: 1.0625rem; }
  .legal-content h2 { font-size: 1.5rem; }
  .legal-todo { padding-left: 18px; font-size: .9rem; }
  .legal-page .site-footer { padding-bottom: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .ambient-video, .video-toggle { display: none !important; }
  .signature-type h2 span { transform: none !important; opacity: 1 !important; }
  .story-visual { position: relative; top: auto; }
  .intro-layout h2::after, .gallery-line::before { transform: scaleX(1); }
}
@media print {
  :root { --container: 100%; }
  body { color: #000; background: #fff; font-size: 10pt; }
  .site-header, .mobile-cta, .skip, .lightbox, .contact-form, .legal-nav, .ambient-media, .video-toggle { display: none !important; }
  .hero { min-height: 0; color: #000; background: #fff; }
  .hero-copy { padding: 35px 0; }
  .hero h1 { font-size: 50pt; }
  .editorial-intro, .services, .editorial-gallery, .contact, .faq, .site-footer { padding-block: 30px; color: #000; background: #fff; }
  .intro-layout, .contact-grid, .faq-grid, .story-layout, .legal-layout { display: block; }
  .story-visual { display: none; }
  .story-step { display: block; min-height: 0; break-inside: avoid; }
  .story-copy { padding: 25px 0; opacity: 1 !important; }
  .services-enhanced .service-list { padding: 0; min-height: 0; }
  .services-enhanced .service-panel { position: static; height: auto; opacity: 1 !important; }
  .services-enhanced .service-photo img { height: auto; max-height: 300px; object-fit: contain; }
  .signature, .signature-enhanced { height: auto; min-height: 0; }
  .signature-stage, .signature-enhanced .signature-stage { position: relative; height: auto; min-height: 0; }
  .signature-type { padding: 40px; }
  .signature-type h2 { font-size: 55pt; }
  .signature-type h2 span { opacity: 1 !important; transform: none !important; }
  .legal-main { padding: 0; }
}
