:root {
  --paper: #f6f3ec;
  --surface: #fffdf9;
  --ink: #19231e;
  --muted: #526058;
  --forest: #28483b;
  --forest-dark: #173227;
  --line: #d9ded5;
  --gold: #ad8651;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.6 "Avenir Next", "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.icon { width: 20px; height: 20px; flex: 0 0 auto; }
.skip-link { position: absolute; left: 16px; top: -80px; z-index: 100; padding: 9px 14px; background: var(--ink); color: #fff; border-radius: 5px; }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

/* Navigation */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(246,243,236,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 0; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 39px; height: 39px; flex: 0 0 39px; border: 1px solid currentColor; border-radius: 9px; font: 700 22px/1 Georgia,serif; }
.brand-name { font: 600 21px/1.1 Georgia,"Times New Roman",serif; letter-spacing: -.025em; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { font-size: 14px; font-weight: 700; }
.nav a:not(.nav-cta):hover, .nav a[aria-current="page"] { color: var(--forest); text-decoration: underline; text-underline-offset: 5px; }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; padding: 11px 15px; border: 1px solid var(--forest); border-radius: 8px; color: var(--forest); }
.nav-cta .icon { width: 15px; height: 15px; }
.nav-cta:hover { background: var(--forest); color: #fff; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 8px; background: transparent; color: var(--ink); }
.menu-toggle svg { width: 22px; height: 22px; }

/* Typography and shared actions */
h1,h2,h3 { margin: 0; font-family: Georgia,"Times New Roman",serif; font-weight: 500; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem,5.5vw,5.8rem); }
h2 { font-size: clamp(2.2rem,3.9vw,3.8rem); }
h3 { font-size: clamp(1.5rem,2.1vw,2rem); }
p { margin: 0 0 16px; }
.eyebrow { margin: 0 0 14px; color: var(--forest); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.lead { color: var(--muted); font-size: clamp(1.08rem,1.65vw,1.26rem); line-height: 1.65; }
.intro-line { font-family: Georgia,"Times New Roman",serif; font-size: clamp(1.25rem,2vw,1.55rem); line-height: 1.4; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 10px 18px; border: 1px solid var(--forest); border-radius: 8px; font-size: 14px; font-weight: 800; line-height: 1.2; text-align: center; transition: background-color .15s,color .15s,transform .15s; }
.button .icon { width: 17px; height: 17px; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--forest); color: #fff; }
.button-primary:hover { background: var(--forest-dark); }
.button-secondary { color: var(--forest); background: transparent; }
.button-secondary:hover { background: #e7ece6; }
.button-text { border-color: transparent; color: var(--forest); padding-inline: 8px; }
.button-text:hover { text-decoration: underline; text-underline-offset: 4px; }
.button-light { border-color: #fff; background: #fff; color: var(--forest-dark); }
.actions,.intro-actions { display: flex; flex-wrap: wrap; gap: 11px; align-items: center; }
.section { padding: clamp(68px,7vw,104px) 0; }

/* Home */
.hero { padding: clamp(42px,5vw,72px) 0; }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.04fr) minmax(0,.96fr); gap: clamp(32px,4vw,64px); align-items: center; }
.hero-grid > * { min-width: 0; }
.hero-copy h1 { max-width: 11ch; margin-bottom: 22px; }
.hero-copy .lead { max-width: 48ch; margin-bottom: 26px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.hero-contact { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; font-size: 14px; color: var(--muted); }
.hero-contact a { overflow-wrap: anywhere; text-decoration: underline; text-decoration-color: #bbc9bd; text-underline-offset: 4px; }
.hero-contact a:hover { color: var(--forest); }
.quiet-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; font-size: 14px; font-weight: 700; color: var(--forest); text-decoration: underline; text-underline-offset: 4px; }
.quiet-link .icon { width: 15px; height: 15px; }
.hero-media { min-width: 0; }
.hero-media img { width: 100%; height: clamp(390px,43vw,535px); object-fit: cover; object-position: center; border-radius: 14px; border: 1px solid var(--line); }
.section-heading { max-width: 700px; margin-bottom: 34px; }
.section-heading h2 { margin-bottom: 14px; }
.section-heading p:last-child { color: var(--muted); font-size: 17px; }
.services-preview { background: var(--surface); border-block: 1px solid var(--line); }
.service-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.service-card { display: flex; flex-direction: column; min-width: 0; min-height: 255px; padding: 28px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); }
.service-number { display: block; color: var(--forest); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.service-card h3 { margin: 24px 0 10px; }
.service-card p { color: var(--muted); }
.service-card a { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; color: var(--forest); font-size: 14px; font-weight: 800; }
.service-card a .icon,.service-aside .icon { width: 16px; height: 16px; }
.service-card a:hover,.service-aside a:hover { text-decoration: underline; text-underline-offset: 4px; }
.service-aside { margin: 20px 0 0; color: var(--muted); font-size: 14px; }
.service-aside a { display: inline-flex; align-items: center; gap: 5px; color: var(--forest); font-weight: 700; }
.booking-grid { display: grid; grid-template-columns: minmax(0,.75fr) minmax(0,1.25fr); gap: clamp(32px,5vw,70px); align-items: start; }
.booking-grid > * { min-width: 0; }
.booking-copy { padding-top: 22px; }
.booking-copy h2 { margin-bottom: 18px; }
.booking-copy p:not(.eyebrow) { max-width: 45ch; color: var(--muted); font-size: 17px; }
.booking-copy .button { margin-top: 12px; }
.booking-embed { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.calendly-inline-widget { min-width: 0; height: 720px; }

/* Interior pages */
.page-intro { padding: clamp(52px,6vw,82px) 0 clamp(50px,6vw,78px); border-bottom: 1px solid var(--line); }
.page-intro h1 { max-width: 15ch; margin-bottom: 18px; font-size: clamp(2.9rem,5vw,4.8rem); }
.page-intro .lead { max-width: 62ch; margin-bottom: 24px; }
.visit-process { max-width: 73ch; margin: 22px 0 0; color: var(--muted); }
.service-details { padding-top: 30px; }
.service-detail { display: grid; grid-template-columns: minmax(160px,.35fr) minmax(0,1fr); gap: clamp(24px,5vw,75px); padding: 49px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 96px; }
.service-detail:last-child { border-bottom: 0; }
.service-detail h2 { font-size: clamp(2rem,3.4vw,3.25rem); margin-bottom: 15px; }
.service-detail p { max-width: 68ch; color: var(--muted); }
.service-detail ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px 25px; margin: 22px 0 0; padding: 0; list-style: none; }
.service-detail li { padding: 7px 0; border-bottom: 1px solid var(--line); }
.contact-band { padding: 64px 0; background: var(--forest-dark); color: #fff; }
.contact-band-inner { display: flex; justify-content: space-between; gap: 32px; align-items: end; }
.contact-band .eyebrow { color: #c1d2c4; }
.contact-band h2 { max-width: 14ch; }
.text-link-light { display: inline-flex; align-items: center; gap: 7px; color: #fff; font-size: 14px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.text-link-light .icon { width: 17px; height: 17px; }

/* About */
.about-hero { padding: clamp(36px,5vw,68px) 0 clamp(60px,6vw,90px); }
.about-hero-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(30px,6vw,86px); align-items: center; }
.portrait-frame { min-width: 0; }
.portrait-frame img { width: 100%; height: clamp(450px,50vw,630px); object-fit: cover; object-position: center 22%; border-radius: 12px; border: 1px solid var(--line); }
.about-hero-copy h1 { margin-bottom: 22px; font-size: clamp(3rem,5vw,5rem); }
.about-hero-copy .intro-line { max-width: 35ch; }
.about-hero-copy p:not(.eyebrow) { color: var(--muted); max-width: 58ch; }
.about-hero-copy .intro-line { color: var(--ink) !important; }
.about-hero-copy .actions { margin-top: 26px; }
.about-story { background: var(--surface); border-block: 1px solid var(--line); }
.story-grid { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 70px; }
.story-grid h2 { max-width: 10ch; }
.story-grid p:not(.eyebrow) { color: var(--muted); font-size: 17px; }

/* Contact and form */
.contact-intro h1 { max-width: 16ch; }
.contact-intro { padding-top: 50px; padding-bottom: 44px; }
.contact-section { padding-top: 62px; }
.contact-layout { display: grid; grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr); gap: clamp(28px,6vw,76px); align-items: start; }
.contact-layout > * { min-width: 0; }
.contact-info h2 { font-size: clamp(2rem,3.2vw,3rem); margin-bottom: 25px; }
.contact-options { border-top: 1px solid var(--line); }
.contact-option { display: grid; grid-template-columns: 24px minmax(0,1fr) 18px; gap: 15px; align-items: center; padding: 17px 0; border-bottom: 1px solid var(--line); color: var(--forest); }
.contact-option > span { min-width: 0; }
.contact-option strong,.contact-option span span { display: block; }
.contact-option strong { font-size: 13px; text-transform: uppercase; letter-spacing: .05em; }
.contact-option span span { overflow-wrap: anywhere; font: 500 clamp(1.12rem,2vw,1.45rem)/1.35 Georgia,serif; color: var(--ink); }
.contact-option > .icon:last-child { width: 16px; height: 16px; }
.contact-option:hover span span { text-decoration: underline; text-underline-offset: 4px; }
.alternate-phone { margin: 16px 0 26px; color: var(--muted); font-size: 14px; }
.alternate-phone a { color: var(--forest); text-decoration: underline; text-underline-offset: 3px; }
.visit-note { display: flex; gap: 13px; padding: 13px 0; border-top: 1px solid var(--line); }
.visit-note > .icon { margin-top: 2px; color: var(--forest); }
.visit-note strong { display: block; font-size: 14px; }
.visit-note p { margin: 3px 0 0; color: var(--muted); font-size: 14px; }
.booking-button { margin-top: 24px; }
.contact-form-panel { padding: clamp(22px,3vw,38px); border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.contact-form-panel h2 { font-size: clamp(2rem,3vw,2.8rem); margin-bottom: 10px; }
.contact-form-panel > p:not(.eyebrow) { color: var(--muted); }
.contact-form { display: grid; gap: 16px; margin-top: 22px; }
.form-row { display: grid; gap: 6px; }
.form-row label { font-size: 14px; font-weight: 750; }
.optional { color: var(--muted); font-weight: 400; }
.form-row input,.form-row select,.form-row textarea { display: block; width: 100%; min-width: 0; padding: 12px 13px; border: 1px solid #aab7ac; border-radius: 7px; background: #fff; color: var(--ink); line-height: 1.35; }
.form-row input,.form-row select { min-height: 48px; }
.form-row textarea { min-height: 120px; resize: vertical; }
.form-note { margin: 0; color: var(--muted); font-size: 13px; }
.contact-form .button { justify-self: start; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.legal-copy { padding-top: 52px; }
.legal-copy .container { max-width: 760px; }
.legal-copy p { color: var(--muted); font-size: 17px; }
.legal-copy a,.thanks-intro .lead a { text-decoration: underline; text-underline-offset: 3px; color: var(--forest); }
.thanks-intro { min-height: 55vh; }

/* Footer and mobile contact */
.site-footer { padding: 58px 0 25px; background: #172a22; color: #f5f5ef; }
.footer-grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,1fr) minmax(0,.55fr); gap: clamp(30px,5vw,75px); }
.footer-brand .brand { margin-bottom: 16px; }
.footer-brand p { max-width: 32ch; color: #d2dcd3; font-size: 14px; }
.footer-book { display: inline-flex; align-items: center; gap: 7px; margin-top: 7px; font-size: 14px; font-weight: 750; text-decoration: underline; text-underline-offset: 4px; }
.footer-book .icon { width: 16px; height: 16px; }
.footer-title { margin: 3px 0 17px; font: 800 12px/1.4 "Avenir Next",Arial,sans-serif; letter-spacing: .12em; text-transform: uppercase; color: #c0d2c3; }
.footer-links { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.footer-links li { display: flex; gap: 10px; align-items: flex-start; min-width: 0; font-size: 14px; }
.footer-links .icon { width: 17px; height: 17px; margin-top: 3px; color: #b9cfbf; }
.footer-links a,.footer-links span { overflow-wrap: anywhere; }
.footer-links a:hover,.footer-nav a:hover,.footer-book:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer-nav { display: grid; gap: 10px; font-size: 14px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 17px; border-top: 1px solid #355044; color: #bfcbc1; font-size: 12px; }
.mobile-contact { display: none; }

@media (max-width: 940px) {
  .nav { gap: 16px; }
  .hero-grid { gap: 30px; }
  .hero-copy h1 { font-size: clamp(2.9rem,5.5vw,4.6rem); }
  .hero-media img { height: 430px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}
@media (max-width: 720px) {
  body { padding-bottom: 65px; }
  .container { width: min(calc(100% - 32px), var(--max)); }
  .header-inner { min-height: 67px; }
  .brand-name { font-size: 18px; }
  .menu-toggle { display: grid; place-items: center; }
  .nav { position: absolute; top: 67px; left: 12px; right: 12px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px; background: var(--surface); border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 16px 30px rgba(10,30,15,.12); }
  .nav.open { display: flex; }
  .nav a { padding: 12px; }
  .nav-cta { margin-top: 4px; justify-content: center; }
  .hero { padding: 36px 0 50px; }
  .hero-grid,.booking-grid,.about-hero-grid,.story-grid,.contact-layout { grid-template-columns: minmax(0,1fr); }
  .hero-copy h1 { max-width: 14ch; font-size: clamp(2.8rem,10vw,4.6rem); }
  .hero-media img { height: clamp(240px,70vw,410px); }
  .booking-copy { padding-top: 0; }
  .calendly-inline-widget { height: 800px; }
  .service-grid { grid-template-columns: minmax(0,1fr); }
  .service-card { min-height: 0; padding: 24px; }
  .service-card h3 { margin-top: 13px; }
  .service-card a { margin-top: 9px; }
  .about-hero-grid { gap: 25px; }
  .portrait-frame img { height: clamp(340px,86vw,470px); object-position: center 22%; }
  .about-hero-copy h1 { font-size: clamp(2.8rem,10vw,4.3rem); }
  .story-grid { gap: 15px; }
  .story-grid h2 { max-width: none; }
  .service-detail { grid-template-columns: 1fr; gap: 10px; padding: 39px 0; }
  .service-detail ul { grid-template-columns: 1fr; }
  .contact-band-inner { flex-direction: column; align-items: flex-start; }
  .contact-form .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
  .mobile-contact { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: grid; grid-template-columns: repeat(3,1fr); min-height: 64px; background: #fffdf9; border-top: 1px solid var(--line); box-shadow: 0 -3px 15px rgba(15,25,20,.08); }
  .mobile-contact a { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 1px; min-height: 64px; color: var(--forest); font-size: 12px; font-weight: 800; }
  .mobile-contact a + a { border-left: 1px solid var(--line); }
  .mobile-contact .icon { width: 19px; height: 19px; }
}
@media (max-width: 480px) {
  .brand-name { font-size: 16px; }
  .brand-mark { width: 35px; height: 35px; flex-basis: 35px; }
  .hero-actions .button { flex: 1 1 132px; }
  .hero-actions .button-text { flex-basis: 100%; justify-content: flex-start; }
  .hero-contact span[aria-hidden] { display: none; }
  .hero-contact a { flex-basis: 100%; }
  .footer-bottom { flex-direction: column; gap: 5px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
