@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@400;500;600&family=Playfair+Display:ital,wght@1,500;1,600&display=swap');

:root {
  --ink: #17241e;
  --forest: #203a2f;
  --cream: #f3efe6;
  --paper: #faf8f3;
  --coral: #ff725e;
  --line: rgba(23, 36, 30, .18);
  --muted: #6d746f;
  font-family: 'DM Sans', sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { margin: 0; background: var(--paper); overflow-x: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { width: 100%; height: 100%; object-fit: cover; display: block; }
::selection { background: var(--coral); color: white; }

.progress { position: fixed; z-index: 100; height: 3px; background: var(--coral); inset: 0 0 auto; transform-origin: left; }
.nav { height: 82px; padding: 0 4.2vw; display: flex; align-items: center; justify-content: space-between; position: absolute; z-index: 20; inset: 0 0 auto; color: white; border-bottom: 1px solid rgba(255,255,255,.28); }
.logo, .footer-brand { font-family: 'Manrope'; font-weight: 600; letter-spacing: -.04em; font-size: 20px; }
.logo i, .footer-brand i, .modal-brand i { font-family: 'Playfair Display'; font-weight: 500; }
.nav-links { display: flex; gap: 34px; font-size: 13px; }
.nav-links a { position: relative; }
.nav-links a::after { content: ''; position: absolute; inset: auto 0 -7px; height: 1px; background: white; scale: 0 1; transform-origin: right; transition: scale .3s; }
.nav-links a:hover::after, .nav-links a:focus-visible::after { scale: 1; transform-origin: left; }
.nav-book, .menu-button { border: 0; background: transparent; color: white; display: flex; align-items: center; gap: 8px; cursor: pointer; font-size: 13px; }
.nav-book { border-bottom: 1px solid rgba(255,255,255,.8); padding: 8px 0; }
.menu-button, .mobile-book { display: none; }

.hero { min-height: 760px; height: 100svh; position: relative; overflow: hidden; color: white; background: var(--forest); }
.hero-media, .hero-wash { position: absolute; inset: -8% 0; will-change: transform; }
.hero-media img { object-position: center 42%; }
.hero-wash { background: linear-gradient(90deg, rgba(8,20,14,.72) 0%, rgba(8,20,14,.25) 55%, rgba(8,20,14,.22)), linear-gradient(0deg, rgba(8,18,13,.45), transparent 45%); }
.hero-content { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: center; padding: 110px 6vw 72px; }
.eyebrow { text-transform: uppercase; letter-spacing: .17em; font-size: 11px; font-weight: 600; }
.eyebrow.light { color: rgba(255,255,255,.75); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: 'Manrope'; font-weight: 500; letter-spacing: -.06em; line-height: .95; }
h1 { font-size: clamp(58px, 8.4vw, 124px); margin: 5vh 0 7vh; max-width: 1150px; }
h1 em, h2 em { font-family: 'Playfair Display'; font-weight: 500; }
.hero-bottom { display: flex; align-items: end; justify-content: space-between; width: min(940px, 74vw); }
.hero-bottom > p { width: 470px; max-width: 52%; color: rgba(255,255,255,.82); line-height: 1.6; font-size: 15px; }
.button { border: 0; padding: 17px 22px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; cursor: pointer; border-radius: 2px; font-weight: 600; font-size: 13px; transition: transform .25s, background .25s; }
.button:hover { transform: translateY(-2px); }
.button-coral { background: var(--coral); color: var(--ink); }
.button-dark { background: var(--ink); color: white; }
.scroll-cue { position: absolute; z-index: 2; right: 4vw; bottom: 42px; display: flex; gap: 14px; align-items: center; font-size: 11px; text-transform: uppercase; letter-spacing: .16em; }

.section { padding: 130px 6vw; }
.section-kicker { display: flex; gap: 28px; border-top: 1px solid var(--line); padding-top: 16px; font-size: 11px; text-transform: uppercase; letter-spacing: .16em; }
.section-kicker span { color: var(--coral); }
.intro { background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 10vw; margin-top: 95px; }
.intro h2, .services h2, .visit h2 { font-size: clamp(44px, 6vw, 88px); }
.intro-copy { padding-top: 10px; max-width: 520px; }
.intro-copy p { line-height: 1.7; color: var(--muted); }
.intro-copy .lead { font-size: 21px; line-height: 1.45; color: var(--ink); }
.text-link { margin-top: 30px; padding-bottom: 7px; display: inline-flex; align-items: center; gap: 12px; border-bottom: 1px solid; font-size: 13px; font-weight: 600; }
.marquee { background: var(--coral); overflow: hidden; padding: 16px 0; }
.marquee div { display: flex; align-items: center; gap: 22px; white-space: nowrap; width: max-content; animation: marquee 24s linear infinite; font-weight: 600; font-size: 12px; letter-spacing: .12em; }
@keyframes marquee { to { transform: translateX(-50%); } }

.services { background: var(--paper); }
.services-heading { display: flex; justify-content: space-between; align-items: end; margin: 80px 0 60px; }
.services-heading h2 { margin-bottom: 0; }
.services-heading > p { max-width: 340px; color: var(--muted); line-height: 1.6; font-size: 13px; }
.service-list { border-top: 1px solid var(--line); }
.service-card { display: grid; grid-template-columns: 220px 50px 1fr 160px 52px; gap: 30px; align-items: center; padding: 26px 0; border-bottom: 1px solid var(--line); position: relative; }
.service-image { height: 145px; overflow: hidden; }
.service-image img { transition: transform .6s ease; }
.service-card:hover .service-image img { transform: scale(1.045); }
.service-num { font-size: 11px; color: var(--coral); align-self: start; margin-top: 8px; }
.service-info h3 { font-family: 'Manrope'; font-weight: 500; letter-spacing: -.04em; font-size: 27px; margin-bottom: 10px; }
.service-info p { margin-bottom: 0; max-width: 440px; color: var(--muted); line-height: 1.5; font-size: 13px; }
.service-price { display: flex; flex-direction: column; gap: 8px; font-size: 12px; }
.service-price span { color: var(--muted); }
.service-card > button { height: 50px; width: 50px; border: 1px solid var(--line); background: transparent; border-radius: 50%; display: grid; place-items: center; cursor: pointer; transition: .25s; }
.service-card > button:hover { background: var(--ink); color: white; transform: rotate(-10deg); }

.experience { display: grid; grid-template-columns: 1.25fr .75fr; min-height: 780px; background: var(--forest); color: white; }
.experience-image { overflow: hidden; }
.experience-card { padding: 110px 6vw 80px; display: flex; flex-direction: column; justify-content: center; }
.experience-card h2 { font-size: clamp(45px, 5.3vw, 78px); margin: 38px 0 65px; }
.experience-points > div { display: grid; grid-template-columns: 32px 1fr; gap: 16px; padding: 21px 0; border-top: 1px solid rgba(255,255,255,.18); }
.experience-points span { color: var(--coral); font-size: 10px; }
.experience-points p { font-size: 12px; line-height: 1.55; color: rgba(255,255,255,.68); margin: 0; }
.experience-points strong { color: white; font-size: 14px; display: block; margin-bottom: 5px; }

.testimonial { background: var(--coral); text-align: center; padding-top: 90px; padding-bottom: 100px; }
.quote-mark { font-family: Georgia; font-size: 90px; margin-bottom: -35px; }
.testimonial blockquote { max-width: 950px; margin: 0 auto 40px; font-family: 'Playfair Display'; font-style: italic; font-size: clamp(30px, 4.4vw, 60px); line-height: 1.17; }
.quote-author { font-size: 10px; letter-spacing: .18em; font-weight: 600; }

.visit { background: var(--cream); }
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; margin-top: 85px; }
.visit-intro { max-width: 450px; font-size: 18px; line-height: 1.55; color: var(--muted); margin: 40px 0; }
.visit-details > div { display: grid; grid-template-columns: 25px 1fr; gap: 18px; padding: 20px 0; border-top: 1px solid var(--line); max-width: 480px; }
.visit-details b { color: var(--coral); width: 18px; font-weight: 500; }
.visit-details p { font-size: 13px; line-height: 1.55; margin: 0; color: var(--muted); }
.visit-details strong { display: block; color: var(--ink); margin-bottom: 3px; }
.visit-details a { text-decoration: underline; }
.map-card { min-height: 520px; position: relative; overflow: hidden; background-color: #d8ded6; background-image: linear-gradient(35deg, transparent 49%, rgba(255,255,255,.55) 50%, transparent 52%), linear-gradient(125deg, transparent 47%, rgba(255,255,255,.7) 48%, transparent 51%); background-size: 150px 130px, 110px 160px; display: flex; align-items: center; justify-content: center; }
.map-lines { position: absolute; width: 140%; height: 60px; border: 5px double rgba(255,255,255,.7); transform: rotate(-18deg); }
.map-pin { width: 64px; height: 64px; background: var(--coral); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); display: grid; place-items: center; box-shadow: 0 9px 30px rgba(23,36,30,.25); z-index: 2; }
.map-pin span { transform: rotate(45deg); font-weight: 600; }
.map-card > p { position: absolute; top: 40px; left: 40px; font-size: 11px; letter-spacing: .18em; font-weight: 600; }
.map-card > a { position: absolute; bottom: 28px; right: 30px; display: flex; align-items: center; gap: 10px; background: var(--paper); padding: 13px 16px; font-size: 12px; font-weight: 600; }

.final-cta { min-height: 680px; background: linear-gradient(rgba(13,31,22,.74), rgba(13,31,22,.74)), url('public/images/final.jpg') center 42% / cover; color: white; text-align: center; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 100px 20px; }
.final-cta h2 { font-size: clamp(52px, 7vw, 100px); margin: 30px 0 55px; }
footer { background: #111d17; color: white; padding: 55px 6vw 30px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.footer-links, .footer-social { display: flex; align-items: center; gap: 25px; font-size: 12px; color: rgba(255,255,255,.7); }
.footer-social { justify-content: end; }
.footer-social a { display: flex; align-items: center; gap: 8px; }
footer > p { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.14); padding-top: 25px; margin: 20px 0 0; font-size: 10px; color: rgba(255,255,255,.45); }

.modal-backdrop { position: fixed; z-index: 200; inset: 0; background: rgba(8,15,11,.76); display: grid; place-items: center; padding: 20px; backdrop-filter: blur(8px); }
.modal-backdrop[hidden] { display: none; }
.booking-modal { background: var(--paper); width: min(760px, 100%); max-height: calc(100dvh - 40px); overflow: hidden; display: flex; flex-direction: column; outline: none; box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.modal-top { padding: 20px 26px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }
.modal-top > div > span { font-size: 10px; color: var(--muted); }
.modal-brand { font-family: 'Manrope'; font-size: 15px; font-weight: 600; letter-spacing: -.03em; margin: 0 0 3px; }
.close-button { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); background: transparent; display: grid; place-items: center; cursor: pointer; }
.close-button { font-size: 25px; line-height: 1; }
.stepper { padding: 18px 36px 10px; display: flex; gap: 8px; align-items: center; position: relative; }
.stepper > span { width: 24px; height: 24px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; font-size: 10px; background: var(--paper); z-index: 1; }
.stepper > span.active { background: var(--forest); color: white; }
.stepper p { margin: 0 0 0 auto; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); }
.booking-step { display: none; animation: step-in .3s ease both; }
.booking-step.active { display: block; }
@keyframes step-in { from { opacity: 0; transform: translateX(14px); } }
.modal-content { overflow-y: auto; padding: 18px 36px 30px; min-height: 440px; }
.modal-content h2 { font-size: clamp(34px, 5vw, 50px); margin: 11px 0 28px; }
.booking-services { display: grid; gap: 8px; }
.booking-services button { background: transparent; padding: 17px; border: 1px solid var(--line); text-align: left; display: grid; grid-template-columns: 1fr auto 25px; gap: 15px; align-items: center; cursor: pointer; }
.booking-services button.selected, .payment-options button.selected { border-color: var(--forest); background: #edf1ec; }
.booking-services span { font-weight: 600; }
.booking-services small { display: block; font-weight: 400; color: var(--muted); margin-top: 4px; }
.booking-services strong { font-size: 12px; }
.month { font-size: 10px; letter-spacing: .12em; color: var(--muted); }
.date-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin: 18px 0 28px; }
.date-grid button { padding: 13px 5px; border: 1px solid var(--line); background: transparent; cursor: pointer; display: flex; flex-direction: column; gap: 5px; align-items: center; }
.date-grid small { font-size: 9px; color: var(--muted); }
.date-grid strong { font-size: 18px; }
.date-grid button.selected, .time-grid button.selected { background: var(--forest); color: white; }
.date-grid button.selected small { color: white; }
.time-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.time-grid button { border: 1px solid var(--line); background: transparent; padding: 13px; cursor: pointer; font-size: 12px; }
.summary-card { border: 1px solid var(--line); padding: 4px 18px; margin-bottom: 18px; }
.summary-card > div { display: flex; align-items: center; gap: 13px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.summary-card > div:last-child { border: 0; }
.summary-card span { font-size: 12px; font-weight: 600; }
.summary-card small { display: block; font-weight: 400; color: var(--muted); margin-bottom: 2px; }
.summary-card strong { margin-left: auto; font-size: 13px; }
.contact-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.contact-fields label { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.contact-fields input { display: block; width: 100%; margin-top: 7px; border: 1px solid var(--line); padding: 13px; background: white; outline: none; }
.contact-fields input:focus { border-color: var(--forest); box-shadow: 0 0 0 2px rgba(32,58,47,.12); }
.payment-label { font-size: 11px; font-weight: 600; margin: 22px 0 9px; }
.payment-options { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.payment-options button { border: 1px solid var(--line); background: transparent; padding: 13px; display: flex; justify-content: space-between; align-items: center; text-align: left; cursor: pointer; }
.payment-options strong, .payment-options small { display: block; }
.payment-options strong { font-size: 11px; }
.payment-options small { color: var(--muted); font-size: 9px; margin-top: 3px; }
.form-error { color: #a52a22; background: #fff0ed; padding: 9px 12px; font-size: 11px; margin: 10px 0 0; }
.demo-pay { display: flex; align-items: center; gap: 10px; padding-top: 15px; color: var(--muted); }
.demo-pay p { font-size: 10px; margin: 0; }
.demo-pay strong { display: block; color: var(--ink); }
.modal-actions { border-top: 1px solid var(--line); padding: 15px 26px; display: flex; justify-content: space-between; align-items: center; background: white; }
.back-button { background: transparent; border: 0; display: flex; align-items: center; gap: 8px; font-size: 11px; cursor: pointer; }
.modal-actions > div { display: flex; align-items: center; gap: 18px; }
.modal-actions > div > span { font-size: 10px; color: var(--muted); }
.next-button { background: var(--coral); border: 0; padding: 13px 17px; display: flex; align-items: center; gap: 12px; cursor: pointer; font-weight: 600; font-size: 11px; }
.success { text-align: center; padding-top: 25px; }
.success-icon { width: 58px; height: 58px; background: var(--coral); display: grid; place-items: center; border-radius: 50%; margin: 0 auto 20px; }
.success h2 { margin-bottom: 17px; }
.success > p:not(.eyebrow) { color: var(--muted); max-width: 470px; margin: 0 auto 22px; line-height: 1.55; }
.confirmation { display: flex; flex-direction: column; gap: 5px; background: var(--cream); padding: 15px; width: min(390px, 100%); margin: 0 auto 22px; font-size: 11px; }
.confirmation strong { font-size: 14px; }

.hero-enter { animation: hero-in .9s cubic-bezier(.22,1,.36,1) both; }
.hero-enter:nth-child(2) { animation-delay: .1s; }
.hero-enter:nth-child(3) { animation-delay: .2s; }
@keyframes hero-in { from { opacity: 0; transform: translateY(28px); } }
.reveal { opacity: 1; transform: translateY(26px); transition: transform .75s cubic-bezier(.22,1,.36,1); }
.reveal.in-view { transform: translateY(0); }

:focus-visible { outline: 2px solid var(--coral); outline-offset: 3px; }

@media (max-width: 900px) {
  .nav { height: 70px; }
  .nav-links { position: fixed; inset: 70px 0 auto; background: var(--forest); padding: 40px 6vw 50px; flex-direction: column; align-items: flex-start; font-size: 22px; transform: translateY(-130%); visibility: hidden; transition: transform .4s ease, visibility .4s; }
  .nav-links.open { transform: translateY(0); visibility: visible; }
  .mobile-book { display: flex; width: 100%; margin-top: 10px; border: 0; background: var(--coral); padding: 15px; justify-content: space-between; font-weight: 600; }
  .nav-book { display: none; }
  .menu-button { display: grid; place-items: center; }
  .hero { min-height: 700px; }
  .hero-content { padding: 100px 6vw 90px; justify-content: flex-end; }
  .hero-bottom { width: 100%; }
  .intro-grid, .visit-grid { grid-template-columns: 1fr; gap: 45px; }
  .section { padding: 90px 6vw; }
  .intro-grid, .visit-grid { margin-top: 60px; }
  .service-card { grid-template-columns: 130px 35px 1fr 48px; gap: 18px; }
  .service-price { display: none; }
  .experience { grid-template-columns: 1fr; }
  .experience-image { height: 520px; }
  .map-card { min-height: 400px; }
}

@media (max-width: 620px) {
  .hero { height: 100svh; min-height: 660px; }
  .hero-media img { object-position: 62% center; }
  .hero-wash { background: linear-gradient(0deg, rgba(7,19,13,.78), rgba(7,19,13,.1) 75%); }
  .hero-content { padding-bottom: 85px; }
  h1 { font-size: clamp(52px, 17vw, 72px); margin: 24px 0 32px; }
  .hero-bottom { display: block; }
  .hero-bottom > p { max-width: none; width: 100%; font-size: 13px; margin-bottom: 22px; }
  .hero-bottom .button { width: 100%; }
  .scroll-cue { display: none; }
  .section { padding: 72px 5vw; }
  .intro h2, .services h2, .visit h2 { font-size: 45px; }
  .intro-copy .lead { font-size: 18px; }
  .services-heading { display: block; margin: 55px 0 40px; }
  .services-heading > p { margin-top: 28px; }
  .service-card { grid-template-columns: 92px 1fr 42px; gap: 14px; }
  .service-image { height: 112px; }
  .service-num { display: none; }
  .service-info h3 { font-size: 19px; }
  .service-info p { font-size: 11px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .service-card > button { width: 40px; height: 40px; }
  .experience-image { height: 390px; }
  .experience-card { padding: 75px 6vw; }
  .experience-card h2 { margin-bottom: 45px; }
  .testimonial blockquote { font-size: 31px; }
  footer { grid-template-columns: 1fr auto; }
  .footer-links { grid-row: 2; grid-column: 1 / -1; flex-wrap: wrap; }
  .footer-social { justify-content: end; }
  footer > p { grid-row: 3; }
  .modal-backdrop { padding: 0; align-items: end; }
  .booking-modal { max-height: 94dvh; width: 100%; border-radius: 14px 14px 0 0; }
  .modal-top { padding: 14px 18px; }
  .stepper { padding: 13px 20px 7px; }
  .stepper > div { left: 32px; top: 25px; }
  .modal-content { padding: 14px 20px 24px; min-height: 0; }
  .modal-content h2 { font-size: 36px; margin-bottom: 20px; }
  .booking-services button { padding: 13px; }
  .contact-fields, .payment-options { grid-template-columns: 1fr; }
  .payment-options { gap: 6px; }
  .modal-actions { padding: 12px 18px; }
  .modal-actions > div > span { display: none; }
  .time-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
