:root {
  --background: #f4efe6; --foreground: #171817; --card: #fffaf1; --card-foreground: #171817;
  --popover: #fffaf1; --popover-foreground: #171817; --primary: #9f4b2c;
  --primary-foreground: #fffaf1; --secondary: #d8c5a6; --secondary-foreground: #171817;
  --muted: #e9dfd0; --muted-foreground: #687067; --accent: #d4a64f; --accent-foreground: #14251d;
  --destructive: #a62d2d; --border: #cbbda8; --input: #bbae98; --ring: #9f4b2c;
  --radius: 6px; --font-display: Georgia, 'Times New Roman', serif;
}

.dark {
  --background: #102018; --foreground: #f7f0e4; --card: #162b21; --card-foreground: #f7f0e4;
  --popover: #162b21; --popover-foreground: #f7f0e4; --primary: #db8b61; --primary-foreground: #102018;
  --secondary: #294234; --secondary-foreground: #f7f0e4; --muted: #223a2d; --muted-foreground: #c1c9bf;
  --accent: #d4a64f; --accent-foreground: #102018; --destructive: #ee7770; --border: #3a5144;
  --input: #4b6155; --ring: #db8b61;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: Arial, Helvetica, sans-serif; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }
::selection { background: #d4a64f; color: #102018; }

.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; }
.site-header { min-height: 94px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; gap: 32px; background: #151615; color: #fffaf1; }
.wordmark { color: inherit; text-decoration: none; display: flex; align-items: center; gap: 14px; font-family: var(--font-display); font-size: 18px; line-height: 1; }
.wordmark small { display: block; margin-top: 5px; font-family: var(--font-geist-sans), sans-serif; font-size: 8px; text-transform: uppercase; letter-spacing: .22em; opacity: .68; }
.mark { width: 38px; height: 38px; border: 1px solid currentColor; display: grid; place-items: center; font-size: 13px; letter-spacing: .05em; }
.brand-logo { width: 68px; height: 64px; object-fit: cover; object-position: center; border: 1px solid rgba(255,255,255,.28); }
.site-header nav { display: flex; align-items: center; gap: 28px; font-size: 13px; }
.site-header nav a { color: inherit; text-decoration: none; }
.site-header nav a:not(.nav-cta):hover { color: #d6aa53; }
.nav-cta { padding: 12px 17px; border: 1px solid #d6aa53; }
.nav-cta:hover { background: #d6aa53; color: #102018; }

.hero { position: relative; min-height: min(780px, calc(100vh - 94px)); display: flex; align-items: center; overflow: hidden; color: #fffaf1; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-image { object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(11,24,17,.86) 0%, rgba(11,24,17,.58) 37%, rgba(11,24,17,.08) 70%); }
.hero-content { position: relative; z-index: 1; width: min(690px, 52vw); padding: 90px 5vw 160px; }
.eyebrow { margin: 0 0 24px; font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .19em; color: #e2b65f; }
.eyebrow.dark { color: #9f4b2c; } .eyebrow.light { color: #e2b65f; }
.hero h1, .editorial h2, .booking-heading h2, .what-next h2 { margin: 0; font-family: var(--font-display); font-weight: 400; letter-spacing: -.045em; line-height: .95; }
.hero h1 { max-width: 680px; font-size: clamp(53px, 6.3vw, 96px); }
.hero-intro { max-width: 550px; margin: 28px 0 0; font-size: clamp(17px, 1.45vw, 21px); line-height: 1.58; color: rgba(255,250,241,.86); }
.hero-actions { margin-top: 36px; display: flex; flex-wrap: wrap; align-items: center; gap: 28px; }
.primary-link { min-height: 50px; display: inline-flex; align-items: center; gap: 20px; padding: 0 21px; background: #b85c37; color: white; text-decoration: none; font-size: 13px; font-weight: 720; }
.primary-link:hover { background: #cf7047; } .primary-link svg, .text-link svg { width: 17px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: white; font-size: 13px; text-underline-offset: 5px; }
.hero-facts { position: absolute; z-index: 2; inset: auto 0 0; margin: 0; padding: 22px 5vw; display: grid; grid-template-columns: 1.1fr .8fr 1.2fr; gap: 24px; background: rgba(11,24,17,.86); backdrop-filter: blur(12px); }
.hero-facts div { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: baseline; padding-right: 24px; border-right: 1px solid rgba(255,255,255,.18); }
.hero-facts div:last-child { border-right: 0; } .hero-facts dt { color: #d6aa53; font-size: 10px; text-transform: uppercase; letter-spacing: .17em; }
.hero-facts dd { margin: 0; font-family: var(--font-display); font-size: clamp(15px,1.4vw,20px); }

.editorial { padding: clamp(80px,10vw,150px) 7vw; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(320px,.72fr); gap: clamp(60px,8vw,130px); background: #f4efe6; }
.editorial-copy { align-self: center; } .editorial h2, .what-next h2 { color: #183026; font-size: clamp(48px,5.4vw,78px); }
.lede { max-width: 700px; margin: 32px 0 54px; font-family: var(--font-display); font-size: clamp(20px,2vw,29px); line-height: 1.45; color: #536158; }
.detail-grid { border-top: 1px solid #c5b8a2; }
.detail-grid article { display: grid; grid-template-columns: 45px minmax(160px,.78fr) 1.3fr; gap: 24px; padding: 24px 0; border-bottom: 1px solid #c5b8a2; align-items: baseline; }
.detail-grid article > span { color: #a65434; font-size: 11px; font-weight: 800; } .detail-grid h3 { margin: 0; font-family: var(--font-display); font-size: 19px; }
.detail-grid p { margin: 0; color: #667168; font-size: 13px; line-height: 1.65; }
.editorial-image-wrap { margin: 0; align-self: center; } .editorial-image-wrap img { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: center; box-shadow: 18px 18px 0 #c79f53; }
.editorial-image-wrap figcaption { margin-top: 34px; font-size: 10px; text-transform: uppercase; letter-spacing: .18em; color: #6b716b; }

.brand-story { padding: clamp(80px,9vw,135px) 7vw; display: grid; grid-template-columns: .7fr 1fr; gap: clamp(50px,7vw,110px); background: #ddd8cf; color: #171817; }
.brand-proof { position: relative; align-self: start; }
.brand-proof > img { width: 100%; aspect-ratio: 5/4; object-fit: cover; object-position: center; filter: contrast(1.05); }
.brand-proof > p { position: absolute; right: -26px; bottom: -30px; margin: 0; min-width: 210px; padding: 21px 24px; display: flex; align-items: center; gap: 14px; background: #151615; color: #fffaf1; }
.brand-proof strong { font-family: var(--font-display); font-size: 48px; font-weight: 400; line-height: 1; color: #d6aa53; }
.brand-proof span { font-size: 10px; text-transform: uppercase; letter-spacing: .14em; line-height: 1.5; }
.brand-intro { align-self: center; }
.brand-intro h2 { margin: 0; font-family: var(--font-display); font-size: clamp(48px,5vw,76px); font-weight: 400; letter-spacing: -.045em; line-height: .95; }
.brand-intro > p:not(.eyebrow) { max-width: 720px; margin: 30px 0; color: #59605b; font-size: 16px; line-height: 1.8; }
.studio-link { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 6px; border-bottom: 1px solid #9f4b2c; color: #8b4229; font-size: 13px; font-weight: 750; text-decoration: none; }
.studio-link svg { width: 17px; }
.services { grid-column: 1 / -1; margin-top: 42px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #a9a39a; }
.services a { min-height: 220px; padding: 28px 34px 20px 0; border-bottom: 1px solid #a9a39a; color: inherit; text-decoration: none; }
.services a + a { padding-left: 34px; border-left: 1px solid #a9a39a; }
.services a:hover h3 { color: #9f4b2c; }
.services span { color: #9f4b2c; font-size: 10px; font-weight: 800; }
.services h3 { margin: 34px 0 12px; font-family: var(--font-display); font-size: 31px; font-weight: 400; transition: color .18s; }
.services p { margin: 0; color: #606660; font-size: 13px; line-height: 1.65; }

.booking-section { padding: clamp(80px,9vw,132px) clamp(24px,6vw,88px); display: grid; grid-template-columns: minmax(0,1120px); justify-content: center; gap: clamp(42px,5vw,68px); background: #181918; color: #fffaf1; }
.booking-heading { display: grid; grid-template-columns: minmax(300px,.9fr) minmax(380px,1.1fr); column-gap: clamp(48px,7vw,104px); align-items: end; }
.booking-heading .eyebrow { grid-column: 1 / -1; }
.booking-heading h2 { font-size: clamp(49px,5.2vw,76px); }
.booking-heading > p:not(.eyebrow) { max-width: 600px; margin: 0 0 30px; color: #b9c3bc; line-height: 1.7; }
.booking-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; border-top: 1px solid #405248; padding-top: 28px; }
.booking-notes p { display: flex; align-items: center; gap: 9px; margin: 0; color: #d9ded9; font-size: 12px; } .booking-notes svg { width: 16px; color: #d6aa53; }
.booking-panel { background: #fffaf1; color: #14251d; padding: clamp(27px,4vw,52px); box-shadow: 24px 24px 0 #263d31; }
.calendly-panel { width: 100%; padding: 0; overflow: hidden; }
.live-booking-label { display: flex; align-items: center; gap: 8px; margin: 0; padding: 17px 22px 15px; border-bottom: 1px solid #e0d7c8; color: #315a3e; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.live-booking-label span { width: 8px; height: 8px; border-radius: 50%; background: #4c8c5c; box-shadow: 0 0 0 4px rgba(76,140,92,.12); }
.calendly-frame { display: block; width: 100%; min-height: 760px; border: 0; background: #fffaf1; }
.booking-fallback { margin: 12px 6px 2px; color: #687067; font-size: 11px; text-align: center; }
.booking-fallback a { color: #8b4229; font-weight: 750; text-underline-offset: 3px; }
.panel-title-row { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.panel-title-row h3, .form-heading h3, .confirmation h3 { margin: 5px 0 0; font-family: var(--font-display); font-size: clamp(25px,2.4vw,34px); font-weight: 400; }
.step-label { margin: 0; color: #9f4b2c; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.availability-count { border: 1px solid #8ba38f; border-radius: 999px; padding: 7px 10px; color: #32583e; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.slot-fieldset { border: 0; padding: 0; margin: 28px 0 0; } .slot-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.slot-button { min-height: 62px; padding: 9px 7px; border: 1px solid #bdae98; background: transparent; color: #14251d; cursor: pointer; text-align: left; transition: border-color .18s, background .18s, transform .18s; }
.slot-button:hover:not(:disabled) { border-color: #9f4b2c; transform: translateY(-1px); }
.slot-button[data-selected='true'] { background: #9f4b2c; border-color: #9f4b2c; color: white; }
.slot-button:disabled { background: #ece5da; color: #9b958d; border-color: #ded5c8; cursor: not-allowed; text-decoration: line-through; }
.slot-button span { display: block; font-size: 13px; font-weight: 750; } .slot-button small { display: block; margin-top: 5px; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; opacity: .7; text-decoration: none; }
.form-divider { height: 1px; margin: 34px 0; background: #d5cab8; } .form-heading { margin-bottom: 25px; }
.form-grid { display: grid !important; grid-template-columns: 1fr 1fr; gap: 20px !important; }
.form-grid label { font-size: 12px; font-weight: 720; } .form-grid label span { color: #7a817a; font-weight: 400; }
.form-grid input, .form-grid select, .form-grid textarea { border-radius: 0; border-color: #bdae98; background: #fffdf7; min-height: 46px; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; padding: 10px 12px; border-style: solid; border-width: 1px; color: #14251d; }
.form-grid label { display: block; margin-bottom: 8px; }
.form-grid textarea { min-height: 86px; } .full-field { grid-column: 1 / -1; }
.form-error { margin: 18px 0 0; padding: 10px 12px; border-left: 3px solid #a62d2d; background: #f7e9e3; color: #862c24; font-size: 12px; }
.book-button { width: 100%; min-height: 53px; margin-top: 24px; border-radius: 0; justify-content: space-between; padding: 0 19px; background: #9f4b2c; color: white; font-size: 13px; }
.book-button { display: flex; align-items: center; border: 0; cursor: pointer; }
.book-button:hover { background: #b55d3b; } .book-button:disabled { background: #b9afa1; color: #f5f1e9; }
.privacy-note { display: flex; justify-content: center; align-items: center; gap: 7px; margin: 14px 0 0; color: #7a817a; font-size: 10px; } .privacy-note svg { width: 12px; }
.confirmation { min-height: 590px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.success-icon { width: 54px; height: 54px; margin-bottom: 29px; display: grid; place-items: center; border: 1px solid #587260; color: #315a3e; } .success-icon svg { width: 26px; }
.confirmation h3 { max-width: 520px; font-size: clamp(35px,4vw,52px); } .confirmation > p:not(.eyebrow):not(.confirmation-time) { color: #647068; line-height: 1.65; }
.confirmation-time { margin: 25px 0 10px; color: #9f4b2c; font-weight: 800; } .confirmation dl { width: 100%; margin: 28px 0; border-top: 1px solid #d5cab8; }
.confirmation dl div { display: flex; justify-content: space-between; gap: 24px; padding: 14px 0; border-bottom: 1px solid #d5cab8; }
.confirmation dt { color: #7a817a; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; } .confirmation dd { margin: 0; text-align: right; font-size: 12px; font-weight: 700; }
.reset-button { border: 0; padding: 0 0 4px; border-bottom: 1px solid #9f4b2c; background: transparent; color: #9f4b2c; cursor: pointer; font-weight: 750; }

.what-next { padding: clamp(75px,9vw,130px) 7vw; display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; background: #d8c5a6; }
.what-next ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid #907f65; }
.what-next li { display: grid; grid-template-columns: 42px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid #907f65; }
.what-next li > span { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #9f4b2c; color: #9f4b2c; font-size: 11px; }
.what-next h3 { margin: 0 0 7px; font-family: var(--font-display); font-size: 22px; } .what-next li p { margin: 0; color: #586259; line-height: 1.6; font-size: 13px; }

footer { padding: 54px 7vw 32px; display: grid; grid-template-columns: 1.15fr 1fr auto; gap: 30px; align-items: center; background: #0d0e0d; color: #fffaf1; }
footer > p { margin: 0; max-width: 360px; color: #aeb9b1; font-family: var(--font-display); font-size: 17px; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.footer-contact a { display: flex; align-items: center; gap: 8px; color: #e2b65f; text-underline-offset: 4px; font-size: 12px; }
.footer-contact a svg { width: 15px; }
footer > small { grid-column: 1 / -1; padding-top: 26px; border-top: 1px solid #2d3d33; color: #728078; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.is-hidden { display: none !important; }

@media (max-width: 980px) {
  .site-header nav a:not(.nav-cta) { display: none; } .hero-content { width: min(650px, 72vw); }
  .hero-image { object-position: 61% center; } .hero-shade { background: rgba(11,24,17,.58); }
  .editorial { grid-template-columns: 1fr; } .editorial-image-wrap { width: min(520px, 85%); margin-left: auto; }
  .brand-story { grid-template-columns: 1fr; }
  .brand-proof { width: min(540px, 88%); }
  .services { grid-column: auto; }
  .booking-heading { grid-template-columns: 1fr; }
  .booking-heading .eyebrow { grid-column: auto; }
  .booking-heading > p:not(.eyebrow) { margin: 28px 0 30px; }
  .what-next { grid-template-columns: 1fr; } footer { grid-template-columns: 1fr 1fr; } footer > a { justify-self: end; }
}

@media (max-width: 660px) {
  .site-header { min-height: 74px; }
  .wordmark { font-size: 14px; } .brand-logo { width: 52px; height: 50px; } .mark { width: 34px; height: 34px; } .nav-cta { padding: 10px 12px; font-size: 11px; }
  .hero { min-height: 760px; align-items: flex-start; } .hero-image { object-position: 67% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(11,24,17,.62), rgba(11,24,17,.4) 45%, rgba(11,24,17,.88)); }
  .hero-content { width: auto; padding: 72px 6vw 210px; } .hero h1 { font-size: clamp(48px,15vw,68px); }
  .hero-facts { grid-template-columns: 1fr; gap: 10px; padding: 18px 6vw; } .hero-facts div { grid-template-columns: 76px 1fr; border: 0; padding: 0; }
  .editorial, .booking-section, .what-next { padding-left: 6vw; padding-right: 6vw; }
  .brand-story { padding-left: 6vw; padding-right: 6vw; }
  .detail-grid article { grid-template-columns: 32px 1fr; } .detail-grid article p { grid-column: 2; }
  .editorial-image-wrap { width: calc(100% - 16px); } .editorial-image-wrap img { box-shadow: 12px 12px 0 #c79f53; }
  .brand-proof { width: calc(100% - 18px); }
  .brand-proof > p { right: -18px; bottom: -24px; min-width: 180px; }
  .services { grid-template-columns: 1fr; }
  .services a, .services a + a { min-height: 0; padding: 24px 0; border-left: 0; }
  .services h3 { margin-top: 18px; }
  .booking-notes { grid-template-columns: 1fr; }
  .booking-panel { box-shadow: 10px 10px 0 #263d31; }
  .calendly-panel { width: calc(100% + 4vw); margin-left: -2vw; }
  .live-booking-label { padding: 15px 16px 13px; }
  .calendly-frame { min-height: 880px; }
  .slot-grid { grid-template-columns: repeat(2, 1fr); } .form-grid { grid-template-columns: 1fr; } .full-field { grid-column: auto; }
  footer { grid-template-columns: 1fr; } .footer-contact { align-items: flex-start; }
}

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