:root {
  --green: #183025;
  --green-deep: #101f18;
  --brown: #88451b;
  --cream: #f8efd8;
  --paper: #fffdf7;
  --grey: #7d8276;
  --ink: #172019;
  --line: rgba(24, 48, 37, 0.22);
  --shadow: 0 18px 45px rgba(24, 48, 37, 0.12);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 95px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
figure, h1, h2, h3, p { margin-top: 0; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; transform: translateY(-150%); padding: 10px 16px; background: var(--cream); color: var(--green); }
.skip-link:focus { transform: none; }

h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.02; color: var(--green); }
h1 { font-size: clamp(3.3rem, 6vw, 6rem); letter-spacing: -0.045em; }
h2 { margin-bottom: 24px; font-size: clamp(2.4rem, 4vw, 4.2rem); letter-spacing: -0.035em; }
h3 { margin-bottom: 12px; font-size: clamp(1.65rem, 2.2vw, 2.25rem); }
.eyebrow { margin-bottom: 12px; color: var(--brown); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; }
.section { padding-bottom: 20px; }
main > .section { padding-top: 50px; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--line); background: rgba(255, 253, 247, 0.95); backdrop-filter: blur(14px); }
.header-inner { min-height: 86px; display: grid; grid-template-columns: minmax(190px, 285px) 1fr auto; align-items: center; gap: 28px; }
.brand img { height: 70px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; justify-content: center; gap: 26px; }
.main-nav a { position: relative; text-decoration: none; font-size: 0.86rem; font-weight: 500; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--brown); transition: right 180ms ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--green); }

.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; border: 1px solid var(--green); border-radius: 2px; padding: 11px 20px; background: var(--green); color: var(--cream); text-decoration: none; text-transform: uppercase; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.05em; cursor: pointer; transition: transform 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-2px); background: var(--green-deep); }
.button-small { min-height: 42px; padding-inline: 18px; }
.button-light { border-color: var(--cream); background: var(--cream); color: var(--green); }
.button-light:hover { background: #fff; }
.button-outline-light { border-color: rgba(248, 239, 216, 0.65); background: transparent; color: var(--cream); }

.hero { min-height: 430px; display: grid; grid-template-columns: minmax(0, 44%) minmax(0, 56%); background: var(--green); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 4.5vw, 68px) clamp(32px, 5vw, 90px); color: var(--cream); }
.hero-copy .eyebrow { color: #d5b48b; }
.hero-copy h1 { max-width: 640px; margin-bottom: 28px; color: var(--cream); }
.hero-copy > p:not(.eyebrow) { max-width: 540px; font-size: clamp(1rem, 1.3vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.rating { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 38px; font-size: 0.86rem; }
.stars { color: #d8a63f; letter-spacing: 0.1em; }
.hero-media { position: relative; height: auto; min-height: 430px; margin: 0; overflow: hidden; }
.hero-media img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 35%; }

.services-grid { display: grid; grid-template-columns: 0.95fr 0.9fr 0.82fr; gap: clamp(28px, 4vw, 66px); align-items: start; }
.services-list, .about-card { padding-top: 24px; }
.price-list { margin: 0; padding: 0; list-style: none; }
.price-list li { display: flex; justify-content: space-between; gap: 25px; border-bottom: 1px solid var(--line); padding: 12px 0; }
.price-list strong { white-space: nowrap; color: var(--brown); }
.section-note { margin-top: 34px; color: var(--grey); }
.services-photo { height: 540px; margin: 0; overflow: hidden; }
.services-photo img { height: 100%; object-fit: cover; }
.about-card { border-left: 1px solid var(--line); padding-left: 32px; }
.diploma { margin: 34px 0 24px; padding: 10px; background: var(--cream); box-shadow: var(--shadow); }
.diploma img { aspect-ratio: 4 / 3; object-fit: cover; }

.section-heading { max-width: 760px; margin: 0 auto 32px; text-align: center; }
.section-heading > p:last-child { color: var(--grey); }
.ornament-heading h2 { display: flex; align-items: center; gap: 24px; justify-content: center; }
.ornament-heading h2::before, .ornament-heading h2::after { content: ""; flex: 1; max-width: 180px; height: 1px; background: var(--line); }
.space-story { border-top: 1px solid var(--line); }
.story-row { min-height: 360px; display: grid; grid-template-columns: 1.12fr 0.88fr; border-bottom: 1px solid var(--line); }
.story-row-reverse { grid-template-columns: 0.88fr 1.12fr; }
.story-row-reverse figure { order: 2; }
.story-row figure { margin: 0; overflow: hidden; }
.story-row figure img { height: 360px; min-height: 0; object-fit: cover; }
.story-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 6vw, 92px); }
.story-copy > span { color: var(--brown); font-family: var(--serif); font-size: 1rem; letter-spacing: 0.18em; }
.story-copy p { max-width: 430px; color: var(--grey); }

.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.work-card { overflow: hidden; border: 1px solid var(--line); background: #fff; }
.work-card figure { height: 330px; margin: 0; overflow: hidden; }
.work-card img { height: 100%; object-fit: cover; transition: transform 500ms ease; }
.work-card:nth-child(2) img { object-position: center 35%; }
.work-card:hover img { transform: scale(1.035); }
.work-card > div { padding: 24px; text-align: center; }
.work-card h3 { font-size: 1.75rem; }
.work-card p { margin-bottom: 0; color: var(--grey); font-size: 0.92rem; }

.booking-section { background: #f3eddf; border-top: 1px solid var(--line); }
.booking-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: clamp(30px, 5vw, 70px); align-items: start; }
.booking-steps { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.booking-steps li { display: flex; align-items: center; gap: 10px; border-bottom: 2px solid rgba(24, 48, 37, 0.18); padding: 0 0 12px; color: var(--grey); font-size: 0.82rem; font-weight: 600; }
.booking-steps span { display: inline-grid; width: 28px; height: 28px; place-items: center; border: 1px solid currentColor; border-radius: 50%; }
.booking-steps li.is-active, .booking-steps li.is-complete { border-color: var(--brown); color: var(--green); }
.booking-form { min-height: 360px; border: 1px solid var(--line); padding: clamp(24px, 4vw, 48px); background: var(--paper); box-shadow: var(--shadow); }
.booking-panel[hidden], .booking-result[hidden] { display: none; }
.booking-fields { display: grid; gap: 20px; }
.booking-fields-two { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 28px; }
.booking-fields label, .slots-fieldset legend { display: grid; gap: 8px; color: var(--green); font-size: 0.78rem; font-weight: 600; }
.booking-fields input, .booking-fields select { width: 100%; min-height: 50px; border: 1px solid rgba(24, 48, 37, 0.3); border-radius: 0; padding: 10px 12px; background: #fff; color: var(--ink); }
.booking-fields input:focus, .booking-fields select:focus { outline: 2px solid rgba(136, 69, 27, 0.25); border-color: var(--brown); }
.booking-selection { border-left: 3px solid var(--brown); padding: 10px 16px; background: var(--cream); color: var(--green); }
.slots-fieldset { margin: 28px 0; border: 0; padding: 0; }
.slots-fieldset legend { margin-bottom: 14px; }
.slots-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.slot-button { min-height: 46px; border: 1px solid var(--line); background: #fff; color: var(--green); cursor: pointer; }
.slot-button:hover, .slot-button:focus-visible, .slot-button.is-selected { border-color: var(--green); background: var(--green); color: var(--cream); }
.booking-actions { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-top: 28px; }
.button-ghost { background: transparent; color: var(--green); }
.button-ghost:hover { background: var(--cream); }
.booking-status { min-height: 1.6em; margin: 20px 0 0; color: var(--brown); font-size: 0.86rem; }
.booking-result { border: 1px solid var(--green); padding: 28px; background: var(--cream); text-align: center; }
.booking-result h3 { margin-bottom: 10px; }
.booking-info { padding: 30px; background: var(--green); color: var(--cream); }
.booking-info h3 { color: var(--cream); }
.booking-info dl { margin: 28px 0; }
.booking-info dl div { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; border-top: 1px solid rgba(248, 239, 216, 0.25); padding: 14px 0; }
.booking-info dt { font-weight: 600; }
.booking-info dd { margin: 0; text-align: right; }
.booking-help { margin-bottom: 0; font-size: 0.86rem; }
.booking-help a { color: #d5b48b; }
.booking-honeypot { position: absolute; left: -10000px; }

.contact-section { margin-top: 36px; padding-bottom: 50px; border-top: 1px solid var(--line); background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: 1.05fr 0.65fr 1fr; gap: 42px; align-items: stretch; }
.map-wrap { min-height: 320px; box-shadow: var(--shadow); }
.map-wrap iframe { width: 100%; height: 100%; min-height: 320px; border: 0; filter: saturate(0.7) contrast(0.92); }
.location-copy, .contact-form-wrap { padding-top: 20px; }
.location-copy address { margin-bottom: 24px; font-style: normal; }
.phone-link { display: inline-block; margin-bottom: 16px; color: var(--green); font-family: var(--serif); font-size: 2rem; font-weight: 700; text-decoration: none; }
.hours { margin-bottom: 28px; color: var(--grey); font-size: 0.82rem; }
.contact-form { display: grid; gap: 8px; }
.contact-form label { font-size: 0.76rem; font-weight: 600; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(24, 48, 37, 0.28); border-radius: 0; padding: 11px 12px; background: rgba(255, 255, 255, 0.62); color: var(--ink); }
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid rgba(136, 69, 27, 0.28); border-color: var(--brown); }
.privacy { display: flex; align-items: flex-start; gap: 8px; margin: 8px 0; font-weight: 400 !important; }
.privacy input { width: auto; margin-top: 4px; }
.form-status { min-height: 1.5em; margin: 0; color: var(--brown); font-size: 0.82rem; }

.site-footer { padding: 34px 0; background: var(--green-deep); color: var(--cream); }
.footer-grid { display: grid; grid-template-columns: 100px 1fr 1fr auto; gap: 34px; align-items: center; }
.footer-mark { width: 88px; height: 72px; object-fit: contain; }
.footer-grid div { display: grid; gap: 6px; }
.footer-grid a, .footer-grid span { color: inherit; text-decoration: none; }
.footer-grid address { padding-left: 32px; border-left: 1px solid rgba(248, 239, 216, 0.28); font-style: normal; }
.footer-grid p { margin: 0; color: rgba(248, 239, 216, 0.7); font-size: 0.78rem; }

@media (max-width: 1050px) {
  .header-inner { grid-template-columns: minmax(180px, 250px) auto auto; }
  .menu-toggle { display: block; justify-self: end; }
  .main-nav { position: fixed; inset: 86px 0 auto; display: none; flex-direction: column; gap: 0; padding: 20px 24px 30px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .about-card { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 0.75fr; gap: 0 38px; border-left: 0; border-top: 1px solid var(--line); padding: 40px 0 0; }
  .about-card .eyebrow, .about-card h2, .about-card > p:first-of-type { grid-column: 1; }
  .about-card .diploma { grid-column: 2; grid-row: 1 / span 4; margin: 0; }
  .about-card h3, .about-card > p:last-child { grid-column: 1; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .booking-layout { grid-template-columns: 1fr; }
  .booking-info { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; }
  .map-wrap { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 85px 1fr 1fr; }
  .footer-grid > p { grid-column: 2 / -1; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  main > .section { padding-top: 50px; }
  .header-inner { min-height: 74px; grid-template-columns: minmax(160px, 230px) auto; gap: 16px; }
  .brand img { height: 56px; }
  .header-cta { display: none; }
  .main-nav { top: 74px; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 44px 24px; }
  .hero-media { height: 360px; min-height: 0; }
  .services-grid, .contact-grid { grid-template-columns: 1fr; }
  .booking-steps { grid-template-columns: 1fr; }
  .booking-steps li { padding: 8px 0; }
  .booking-fields-two { grid-template-columns: 1fr; }
  .booking-info { display: block; }
  .services-photo { height: 400px; }
  .about-card { display: block; }
  .about-card .diploma { margin: 32px 0 24px; }
  .story-row, .story-row-reverse { grid-template-columns: 1fr; }
  .story-row-reverse figure { order: 0; }
  .story-row figure img { height: 300px; min-height: 0; }
  .story-copy { padding: 38px 20px 50px; }
  .work-grid { grid-template-columns: 1fr; }
  .work-card figure { height: 340px; }
  .contact-section { margin-top: 36px; }
  .map-wrap { grid-column: auto; }
  .footer-grid { grid-template-columns: 76px 1fr; }
  .footer-grid address { grid-column: 1 / -1; padding: 20px 0 0; border-top: 1px solid rgba(248, 239, 216, 0.28); border-left: 0; }
  .footer-grid > p { grid-column: 1 / -1; }
}

@media (max-width: 460px) {
  h1 { font-size: 3.1rem; }
  h2 { font-size: 2.65rem; }
  .hero-actions .button { width: 100%; }
  .hero-media { height: 300px; min-height: 0; }
  .services-photo { height: 350px; }
  .ornament-heading h2::before, .ornament-heading h2::after { display: none; }
  .work-card figure { height: 300px; }
  .slots-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}
