:root {
  --pine: #2d634d;
  --pine-deep: #12382b;
  --spruce: #1d4b39;
  --moss: #91aa87;
  --berry: #9f4f42;
  --cream: #f4eee2;
  --paper: #fcfaf5;
  --ink: #26382e;
  --muted: #68786e;
  --line: rgba(38, 56, 46, .16);
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  --ease: cubic-bezier(.22, .75, .16, 1);
}

* { box-sizing: border-box; }
main, section, article, aside, figure, .shell, .hero, .statement, .benefits, .benefit, .selection, .service, .service__copy, .service__note, .samuel, .samuel__image, .samuel__copy, .contact, .contact__copy, footer { min-width: 0; }
h1, h2, h3, p, a, li, figcaption, summary, span { max-width: 100%; overflow-wrap: normal; }
h1, h2, h3 { text-wrap: balance; }
body .service__note { min-width: 0; container-type: inline-size; }
body .service__note h3 { max-width: 100%; font-size: clamp(2.25rem, 3.7vw, 4rem) !important; overflow-wrap: normal; text-wrap: balance; }
body .service__locations span { min-width: 0; max-width: 100%; overflow-wrap: normal; text-align: center; }
@media (max-width: 700px) { body h1 { font-size: clamp(3.7rem, 19vw, 6rem) !important; } }
body footer { grid-template-columns: auto minmax(0, 1fr) auto; gap: 10px clamp(18px, 3vw, 42px); align-items: center; }
body footer .footer__site { grid-column: 1; grid-row: 1; }
body footer .footer__sources { grid-column: 2; grid-row: 1; justify-self: center; white-space: nowrap; }
body footer .footer__copyright { grid-column: 3; grid-row: 1; }
@media (min-width: 701px) and (max-width: 1200px) {
  body .service__note { padding: clamp(28px, 3.6vw, 42px); }
}
@media (max-width: 700px) {
  body footer { grid-template-columns: 1fr; gap: 12px; }
  body footer .footer__site, body footer .footer__copyright, body footer .footer__sources { grid-column: 1; grid-row: auto; justify-self: start; text-align: left; white-space: normal; }
}
html { scroll-behavior: smooth; scroll-padding-top: 100px; background: var(--paper); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: radial-gradient(circle at 15% 12%, rgba(145,170,135,.26), transparent 30rem), var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; transform: translateY(-150%); background: white; color: var(--pine-deep); }
.skip-link:focus { transform: none; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: clamp(84px, 11vw, 160px); }

.site-header { position: fixed; z-index: 50; top: 18px; left: 50%; width: min(1040px, calc(100% - 40px)); min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 9px 14px 9px 18px; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; background: linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.025)), rgba(252,248,243,.025); box-shadow: 0 16px 46px rgba(38,56,46,.06), inset 0 1px rgba(255,255,255,.22); color: var(--ink); transform: translateX(-50%); backdrop-filter: blur(20px) saturate(1.25); -webkit-backdrop-filter: blur(20px) saturate(1.25); transition: color 220ms ease, background 220ms ease, border-color 220ms ease, box-shadow 220ms ease; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; font-size: .77rem; font-weight: 700; letter-spacing: .13em; text-decoration: none; white-space: nowrap; }
.brand img { width: 42px; height: 42px; object-fit: contain; filter: sepia(1) saturate(.4) brightness(.58); transition: filter 220ms ease; }
nav { display: flex; align-items: center; gap: clamp(16px, 2.4vw, 34px); }
nav a { position: relative; padding: 11px 0; font-size: .83rem; text-decoration: none; }
nav a::after { content: ""; position: absolute; right: 0; bottom: 7px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform 220ms ease; }
nav a:hover::after, nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.menu-button { display: none; width: 48px; height: 48px; border: 0; border-radius: 50%; background: rgba(45,99,77,.08); color: var(--ink); }
.menu-button span:not(.sr-only) { display: block; width: 20px; height: 1px; margin: 5px auto; background: currentColor; }
.site-header[data-surface="dark"] { border-color: rgba(255,255,255,.28); background: linear-gradient(135deg, rgba(255,255,255,.09), rgba(255,255,255,.018)), rgba(18,56,43,.08); box-shadow: 0 16px 46px rgba(0,0,0,.1), inset 0 1px rgba(255,255,255,.14); color: white; }
.site-header[data-surface="dark"] .brand img { filter: invert(1); }
.site-header[data-surface="dark"] .menu-button { background: rgba(255,255,255,.1); color: white; }

.hero { position: relative; min-height: 100svh; display: grid; grid-template-columns: minmax(0, .82fr) minmax(480px, 1.18fr); align-items: center; gap: clamp(42px, 7vw, 110px); padding: 116px max(32px, calc((100vw - 1320px) / 2)) 54px; overflow: hidden; background: linear-gradient(125deg, rgba(255,255,255,.42), transparent 52%), var(--cream); isolation: isolate; }
.hero::before { content: ""; position: absolute; z-index: -1; width: min(58vw, 900px); aspect-ratio: 1; right: -16vw; bottom: -30vw; border-radius: 50%; background: rgba(145,170,135,.38); filter: blur(2px); }
.hero__copy { position: relative; z-index: 2; max-width: 640px; }
.eyebrow { margin: 0 0 22px; font-size: .72rem; font-weight: 700; letter-spacing: .27em; }
.eyebrow--pine { color: var(--pine); }
.eyebrow--light { color: rgba(255,255,255,.72); }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .96; }
h1 { font-size: clamp(4.5rem, 6.2vw, 6.6rem); }
.hero__subtitle { margin: 16px 0 34px; font-size: clamp(1.15rem, 2vw, 1.65rem); }
.button { display: inline-block; min-width: 178px; padding: 14px 24px; border-radius: 999px; background: var(--pine-deep); color: white; font-size: .88rem; font-weight: 650; text-align: center; text-decoration: none; transition: transform 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-2px); background: var(--berry); }
.hero__meta { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 24px; color: #64796b; font-size: .75rem; }
.hero__meta a { text-decoration-color: rgba(45,99,77,.36); text-underline-offset: 4px; }
.hero__visual { width: 100%; height: min(76svh, 780px); margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.7); border-radius: 50% 50% 28px 28px; background: var(--moss); box-shadow: 0 40px 90px rgba(18,56,43,.15); }
.hero__visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 900ms var(--ease); }
.hero__visual:hover img { transform: scale(1.018); }

.statement { display: grid; grid-template-columns: .55fr 1.35fr .8fr; gap: clamp(30px, 6vw, 82px); align-items: start; }
.statement h2 { max-width: 11ch; font-size: clamp(3.3rem, 6vw, 6rem); }
.statement > p:last-child { margin: 20px 0 0; font-size: 1.05rem; }
.benefits { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: -28px; overflow: hidden; border: 1px solid rgba(255,255,255,.3); border-radius: 28px; background: linear-gradient(135deg, rgba(255,255,255,.11), rgba(255,255,255,.025)), var(--pine-deep); box-shadow: 0 28px 80px rgba(18,56,43,.18), inset 0 1px rgba(255,255,255,.15); color: white; }
.benefit { min-height: 260px; padding: 34px 30px; border-right: 1px solid rgba(255,255,255,.17); transition: background 220ms ease, transform 220ms var(--ease); }
.benefit:last-child { border-right: 0; }
.benefit:hover { background: rgba(255,255,255,.07); transform: translateY(-3px); }
.benefit__number { display: block; margin-bottom: 30px; color: var(--moss); font-size: .75rem; font-weight: 700; letter-spacing: .18em; }
.benefit h2 { max-width: 10ch; margin-bottom: 18px; font-size: clamp(1.65rem, 2.5vw, 2.4rem); }
.benefit p { margin: 0; color: rgba(255,255,255,.74); font-size: .9rem; line-height: 1.6; }

.selection { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(36px, 8vw, 120px); align-items: center; }
.selection h2 { max-width: 9ch; margin-bottom: 44px; font-size: clamp(3.8rem, 7vw, 6.8rem); }
.prose { max-width: 600px; font-size: 1.02rem; }
.prose p { margin: 0 0 1.25em; }
.selection__image { position: relative; min-height: 620px; margin: 0; overflow: hidden; border-radius: 30px; background: var(--moss); }
.selection__image img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; }
.selection__image figcaption { position: absolute; right: 22px; bottom: 22px; left: 22px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.45); border-radius: 18px; background: rgba(18,56,43,.66); color: white; font-family: var(--serif); font-size: 1.5rem; backdrop-filter: blur(14px); }

.service { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .55fr); gap: clamp(34px, 7vw, 110px); align-items: center; padding-inline: max(24px, calc((100vw - 1180px) / 2)); background: var(--pine-deep); color: white; }
.service__copy { width: auto; margin: 0; }
.service h2 { max-width: 10ch; margin-bottom: 32px; font-size: clamp(3.6rem, 6.5vw, 6.4rem); }
.service__copy > p:not(.eyebrow) { max-width: 560px; color: rgba(255,255,255,.76); }
.service__locations { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.service__locations span { min-width: 0; max-width: 100%; padding: 12px 17px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: white; font-size: .82rem; text-align: center; }
.service__note { min-width: 0; container-type: inline-size; padding: clamp(30px, 5vw, 58px); border: 1px solid rgba(255,255,255,.2); border-radius: 28px; background: rgba(255,255,255,.07); }
.service__note h3 { max-width: 100%; margin-bottom: 18px; color: var(--moss); font-size: clamp(2.25rem, 3.7vw, 4rem); overflow-wrap: normal; text-wrap: balance; }
.service__note p:last-child { margin-bottom: 0; color: rgba(255,255,255,.76); }

.samuel { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; padding-block: 0; background: var(--cream); }
.samuel__image { min-height: 620px; margin: 0; overflow: hidden; }
.samuel__image img { width: 100%; height: 100%; object-fit: cover; }
.samuel__copy { align-self: center; max-width: 620px; padding: clamp(56px, 9vw, 130px); }
.samuel__copy h2 { margin-bottom: 42px; font-size: clamp(4rem, 8vw, 7rem); }
.samuel__copy p:not(.eyebrow) { margin-bottom: 28px; font-size: 1.05rem; }
.text-link { color: var(--pine-deep); font-weight: 700; text-underline-offset: 4px; }

.contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 10vw, 140px); }
.contact h2 { max-width: 8ch; font-size: clamp(3.6rem, 7vw, 6.8rem); }
.contact__copy { max-width: 580px; padding-top: 18px; }
.contact__copy > p { margin-top: 0; font-size: 1.05rem; }
.contact__phone { display: block; margin: 30px 0 22px; color: var(--berry); font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.4rem); text-decoration: none; }
footer { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px 28px; align-items: end; padding: 28px clamp(24px, 5vw, 72px); background: var(--pine-deep); color: rgba(255,255,255,.68); font-size: .72rem; }
footer a { color: white; font-weight: 700; letter-spacing: .18em; text-decoration: none; }
footer .footer__site { grid-column: 1; grid-row: 1; justify-self: start; }
footer .footer__sources { grid-column: 1 / -1; grid-row: 2; justify-self: center; max-width: 100%; margin: 0; text-align: center; }
footer .footer__copyright { grid-column: 2; grid-row: 1; justify-self: end; margin: 0; text-align: right; }
.has-reveal .reveal { opacity: 0; transform: translateY(24px); transition: opacity 650ms ease, transform 650ms var(--ease); }
.has-reveal .reveal.is-visible, .has-reveal .reveal:focus-within { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .site-header { align-items: flex-start; }
  .menu-button { display: block; flex: 0 0 auto; }
  nav { position: absolute; top: calc(100% + 8px); right: 0; left: 0; display: grid; gap: 0; padding: 10px; border: 1px solid rgba(255,255,255,.3); border-radius: 20px; background: rgba(18,56,43,.93); box-shadow: 0 20px 50px rgba(0,0,0,.2), inset 0 1px rgba(255,255,255,.14); color: white; visibility: hidden; opacity: 0; transform: translateY(-8px) scale(.985); transform-origin: top; pointer-events: none; transition: opacity 200ms ease, transform 240ms var(--ease), visibility 0s linear 240ms, color 220ms ease, background 220ms ease, border-color 220ms ease; backdrop-filter: blur(30px) saturate(1.25); -webkit-backdrop-filter: blur(30px) saturate(1.25); }
  .site-header[data-surface="light"] nav { border-color: rgba(38,56,46,.16); background: rgba(252,250,245,.94); color: var(--pine-deep); }
  nav.is-open { visibility: visible; opacity: 1; transform: none; pointer-events: auto; transition-delay: 0s; }
  nav a { padding: 12px 14px; border-radius: 10px; }
  nav a:hover { background: rgba(255,255,255,.08); }
  .site-header[data-surface="light"] nav a:hover { background: rgba(38,56,46,.08); }
  nav a::after { display: none; }
  .hero { grid-template-columns: 1fr 1fr; gap: 36px; }
  .statement, .selection, .contact { grid-template-columns: 1fr; }
  .statement h2, .service h2, .contact h2 { max-width: 12ch; }
  .selection__copy { max-width: 700px; }
  .service { grid-template-columns: 1fr; padding-block: 100px; }
  .service__copy { width: min(100%, 1180px); }
  .service__note { width: min(100%, 520px); }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 28px, 1180px); }
  .section { padding-block: 76px; }
  .site-header { top: 10px; width: calc(100% - 20px); min-height: 62px; }
  .brand { min-width: 0; font-size: .66rem; }
  .brand span { overflow: hidden; text-overflow: ellipsis; }
  .brand img { width: 38px; height: 38px; }
  .menu-button { width: 42px; height: 42px; }
  .hero { min-height: 780px; grid-template-columns: 1fr; grid-template-rows: auto 430px; padding: 128px 24px 36px; border-radius: 0 0 42px 42px; }
  .hero__visual { height: 430px; border-radius: 40% 40% 24px 24px; }
  h1 { font-size: clamp(4.4rem, 23vw, 7rem); }
  .hero__meta { display: none; }
  .button { width: 100%; }
  .benefits { grid-template-columns: 1fr; margin-top: -54px; border-radius: 24px; }
  .benefit { min-height: 0; padding: 28px 24px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.17); }
  .benefit:last-child { border-bottom: 0; }
  .benefit__number { margin-bottom: 16px; }
  .statement h2, .selection h2, .service h2, .contact h2 { max-width: none; font-size: clamp(3.2rem, 16vw, 5rem); }
  .selection__image, .selection__image img { min-height: 460px; }
  .service { padding-inline: 24px; padding-block: 76px; }
  .service__locations { display: grid; }
  .service__locations span { text-align: center; }
  .samuel { grid-template-columns: 1fr; }
  .samuel__image { min-height: 380px; max-height: 520px; }
  .samuel__copy { padding: 64px 24px 76px; }
  .samuel__copy h2 { margin-bottom: 32px; font-size: clamp(3.5rem, 18vw, 5rem); }
  .contact__copy { padding-top: 0; }
  .contact__phone { font-size: clamp(1.9rem, 9vw, 2.8rem); }
  footer { grid-template-columns: 1fr; gap: 12px; padding: 24px 20px; }
  footer .footer__site, footer .footer__copyright { grid-column: 1; grid-row: auto; justify-self: start; text-align: left; }
  footer .footer__sources { grid-column: 1; grid-row: auto; justify-self: start; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
/* Keep words intact in every responsive text box; long headings scale to the available box. */
html body h1, html body h2, html body h3, html body p, html body a, html body li, html body figcaption, html body summary, html body span, html body button { overflow-wrap: normal !important; word-break: normal !important; hyphens: none !important; }
@supports (font-size: 1cqw) {
  html body .service__note h3 { font-size: clamp(2.25rem, 12cqw, 4rem) !important; }
  html body .hero__copy { container-type: inline-size; }
  html body .hero__copy h1 { font-size: clamp(3rem, 16cqw, 6rem) !important; }
}
html body * { overflow-wrap: normal !important; word-break: normal !important; hyphens: none !important; }
