﻿:root {
  color-scheme: dark;
  --ink: #161713;
  --paper: #f1eddf;
  --gold: #e6bb73;
  --muted: #b9b9aa;
  --line: #414237;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--ink);
  color: var(--paper);
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; }
a { color: inherit; text-underline-offset: .25em; }
a, button { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid currentColor; outline-offset: 6px; }
[hidden] { display: none !important; }
img { display: block; width: 100%; height: auto; }
figure, p { margin: 0; }
h1, h2, h3, h4 { margin: 0; font-weight: 400; }
h1, h2 { font-family: Georgia, Cambria, serif; }
h2 { font-size: clamp(2.5rem, 4.8vw, 4.7rem); line-height: 1.06; letter-spacing: -.045em; text-wrap: balance; }
p { line-height: 1.7; }
.wrap { width: min(1260px, calc(100% - 112px)); margin-inline: auto; }
.eyebrow { font-size: .74rem; font-weight: 650; text-transform: uppercase; letter-spacing: .19em; }
.skip-link { position: fixed; top: 12px; left: 12px; transform: translateY(-160%); background: var(--paper); color: var(--ink); padding: 16px; z-index: 20; }
.skip-link:focus { transform: none; }
.site-header { display: flex; align-items: center; gap: 32px; min-height: 122px; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 16px; text-decoration: none; margin-right: auto; font-family: Georgia, serif; font-size: 1.2rem; }
.brand img { width: 68px; height: 68px; object-fit: contain; }
nav { display: flex; align-items: center; gap: 26px; font-size: .84rem; }
nav a { padding-block: 14px; text-decoration: none; }
nav a:hover { color: var(--gold); }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 40px; min-height: 58px; padding: 17px 26px; background: var(--gold); color: var(--ink); border: 1px solid var(--gold); text-decoration: none; font-size: .95rem; font-weight: 700; transition: background 180ms ease; }
.button:hover { background: #f9d89e; }
.button span[aria-hidden] { font-size: 1.35rem; transition: transform 180ms ease; }
.button:hover span[aria-hidden] { transform: translate(2px, -2px); }
.nav-booking { min-height: 48px; padding: 12px 20px; font-size: .82rem; }
.menu-toggle { border: 0; padding: 14px 0 14px 14px; color: var(--paper); background: transparent; align-items: center; gap: 10px; }
.hero { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 7%; padding-block: 74px 100px; }
.hero-copy { padding-bottom: 20px; }
.hero .eyebrow { color: var(--gold); margin-bottom: 24px; }
h1 { font-size: clamp(4.6rem, 8.4vw, 8rem); line-height: .91; letter-spacing: -.062em; }
h1 span { display: block; }
h1 span:last-child { margin-top: 8px; font-style: italic; color: var(--gold); }
.hero-statement { font-family: Georgia, serif; font-size: clamp(1.25rem, 2.3vw, 1.75rem); margin-top: 34px; }
.hero-description { max-width: 430px; color: var(--muted); margin-top: 14px; font-size: .96rem; }
.button-main { margin-top: 30px; min-height: 66px; min-width: 265px; }
.hero-secondary { display: flex; width: fit-content; gap: 20px; align-items: center; margin-top: 22px; padding-block: 8px; font-size: .84rem; text-decoration-thickness: 1px; }
.hero-photo { position: relative; margin: 22px 18px 0; max-width: 425px; justify-self: end; }
.hero-photo img { position: relative; z-index: 1; border-radius: 48% 48% 0 0 / 36% 36% 0 0; animation: arrive 750ms ease-out; }
.mirror-ornament { position: absolute; inset: -18px -18px auto; width: calc(100% + 36px); color: #a78957; pointer-events: none; }
figcaption { margin-top: 16px; font-size: .72rem; color: var(--muted); letter-spacing: .035em; }
.hero-photo figcaption { text-align: right; }
.paper { background: var(--paper); color: var(--ink); color-scheme: light; }
.services { padding-block: 90px 45px; }
.section-heading { display: grid; grid-template-columns: 1.2fr 1fr; column-gap: 12%; margin-bottom: 45px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 22px; }
.section-heading > p:last-child { align-self: end; font-size: .96rem; color: #55584b; max-width: 450px; }
.service-table { width: 100%; border-collapse: collapse; text-align: left; }
.service-table thead { font-size: .69rem; text-transform: uppercase; letter-spacing: .15em; }
.service-table thead th { font-weight: 500; padding: 16px 0; border-bottom: 1px solid #777969; }
.service-table tbody th, .service-table tbody td { padding: 23px 0; border-bottom: 1px solid #c7c5b7; vertical-align: middle; }
.service-table tbody th { font-weight: 400; width: 47%; padding-right: 30px; }
.service-table tbody th > span { font-family: Georgia, serif; font-size: 1.45rem; }
.service-table tbody th p { margin-top: 7px; font-size: .81rem; color: #56594c; max-width: 410px; }
.service-time { width: 15%; font-size: .84rem; }
.service-price { width: 15%; font-size: 1.35rem; font-variant-numeric: tabular-nums; letter-spacing: -.025em; white-space: nowrap; }
.service-booking { font-size: .8rem; }
.service-action { display: inline-block; padding-block: 12px; }
.service-table tr:target { background: #e5dcc5; scroll-margin-top: 20px; }
.service-notes { display: flex; align-items: start; justify-content: space-between; gap: 50px; margin-top: 25px; font-size: .73rem; color: #56594c; }
.service-notes p:first-child { max-width: 650px; }
.service-notes p:last-child { min-width: 180px; text-align: right; }
.visit { padding-block: 25px 100px; }
.crown-rule { display: block; width: 220px; height: 28px; margin: 0 auto 65px; color: #8d7347; }
.visit .eyebrow { margin-bottom: 22px; }
.visit-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 12%; margin-top: 45px; }
.contact-label { font-size: .69rem; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; margin-top: 32px; margin-bottom: 9px; color: #55584b; }
.contact-label:first-child { margin-top: 0; }
address { white-space: pre-line; font-style: normal; font-family: Georgia, serif; font-size: clamp(1.35rem, 2.3vw, 1.9rem); line-height: 1.45; }
.contact-value { display: inline-block; font-size: 1.05rem; overflow-wrap: anywhere; padding-block: 5px; }
.text-link { display: inline-block; margin-top: 22px; padding-block: 10px; font-weight: 600; font-size: .86rem; }
.location + .location { margin-top: 45px; }
.location h3 { font-family: Georgia, serif; font-size: 1.8rem; }
.location > p { color: #55584b; font-size: .9rem; }
.location h4 { margin-top: 26px; font-size: .84rem; font-weight: 650; }
.hours { margin: 15px 0; font-size: .87rem; font-variant-numeric: tabular-nums; }
.hours div { display: flex; justify-content: space-between; gap: 20px; padding-block: 10px; border-bottom: 1px solid #c7c5b7; }
.hours dd { margin: 0; text-align: right; }
.location .schedule-note { font-size: .76rem; line-height: 1.65; max-width: 470px; }
.app-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 50px 10%; padding-block: 100px 55px; }
.craft-photo { max-width: 430px; align-self: start; }
.craft-photo img { border-top-left-radius: 45% 28%; }
.app-copy .eyebrow { color: var(--gold); margin-bottom: 22px; }
.app-intro { margin-top: 24px; color: var(--muted); font-size: .96rem; }
.booking-steps { padding-left: 23px; margin-block: 30px; }
.booking-steps li { padding: 16px 0 16px 15px; border-bottom: 1px solid var(--line); }
.booking-steps li::marker { color: var(--gold); font-family: Georgia, serif; font-size: 1.2rem; }
.booking-steps h3 { font-weight: 600; font-size: 1rem; }
.booking-steps p { font-size: .84rem; color: var(--muted); margin-top: 5px; }
.platform-note { margin-top: 15px; font-size: .77rem; color: var(--muted); }
.store-title { margin-top: 30px; font-family: Georgia, serif; font-size: 1.25rem; }
.store-links { display: flex; gap: 28px; margin-top: 5px; font-size: .86rem; }
.store-links a { padding-block: 12px; }
.provider-credit { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 30px; font-size: .8rem; line-height: 1.8; color: var(--muted); max-width: 100%; }
.provider-credit a { color: var(--paper); }
.site-footer { display: flex; justify-content: space-between; gap: 20px; padding-block: 25px 45px; border-top: 1px solid var(--line); color: var(--muted); font-size: .73rem; }
.site-footer a { padding-block: 8px; }
.mobile-booking { display: none; }
@keyframes arrive { from { transform: translateY(12px); } to { transform: translateY(0); } }
@media (min-width: 1500px) { .hero { gap: 11%; } }
@media (max-width: 1000px) {
  .wrap { width: calc(100% - 64px); }
  .site-header { gap: 20px; min-height: 105px; }
  .brand span { display: none; }
  .hero { gap: 6%; padding-block: 65px 75px; }
  h1 { font-size: clamp(4rem, 8.8vw, 6.5rem); }
  .hero-photo { margin-inline: 12px; }
  .mirror-ornament { inset: -12px -12px auto; width: calc(100% + 24px); }
  .section-heading { gap: 20px 6%; }
  .service-table tbody th { width: 42%; }
  .service-price { width: 16%; }
  .visit-layout { gap: 7%; }
  .app-section { gap: 40px 7%; }
}
@media (max-width: 700px) {
  .wrap { width: calc(100% - 40px); }
  body { padding-bottom: calc(85px + env(safe-area-inset-bottom)); }
  .site-header { min-height: 94px; position: relative; flex-wrap: wrap; gap: 0; padding-block: 12px; }
  .brand img { width: 57px; height: 57px; }
  .brand span { display: block; font-size: 1.05rem; }
  .nav-booking { display: none; }
  nav { flex-basis: 100%; justify-content: space-between; gap: 15px; padding-top: 12px; border-top: 1px solid var(--line); margin-top: 12px; }
  .menu-toggle:not([hidden]) { display: inline-flex; font-size: .8rem; }
  .hero { grid-template-columns: 1fr; padding-block: 50px 55px; gap: 35px; }
  .hero-copy { padding-bottom: 0; }
  h1 { font-size: clamp(4.8rem, 17vw, 7.5rem); }
  .hero .eyebrow { margin-bottom: 25px; }
  .hero-statement { margin-top: 25px; font-size: 1.5rem; }
  .hero-description { max-width: 470px; }
  .button-main { min-width: 270px; }
  .hero-photo { width: 74%; max-width: 335px; margin-right: 14px; margin-top: 10px; }
  .hero-photo figcaption { text-align: left; }
  .services { padding-block: 55px 25px; }
  .section-heading { display: block; margin-bottom: 28px; }
  .section-heading h2 { margin-bottom: 20px; }
  .section-heading > p:last-child { max-width: 500px; }
  .service-table thead th { font-size: .63rem; }
  .service-table thead th:last-child { display: none; }
  .service-table, .service-table tbody, .service-table thead { display: block; }
  .service-table tr { display: grid; grid-template-columns: minmax(0, 1fr) 80px 65px; gap: 0 12px; border-bottom: 1px solid #c7c5b7; padding-block: 18px; }
  .service-table thead tr { padding: 0; border-bottom: 1px solid #777969; }
  .service-table th, .service-table td, .service-table tbody th { width: auto; padding: 0; border: 0; }
  .service-table thead th { border: 0; }
  .service-table tbody th > span { font-size: 1.18rem; }
  .service-table tbody th p { font-size: .77rem; }
  .service-table tbody td { padding: 2px 0; border: 0; }
  .service-price { font-size: 1.2rem; text-align: right; }
  .service-time { font-size: .75rem; }
  .service-table tbody .service-booking { grid-column: 1 / -1; padding-top: 8px; }
  .service-action { padding-block: 8px; }
  .service-notes { display: block; margin-top: 20px; }
  .service-notes p:last-child { text-align: left; margin-top: 12px; }
  .visit { padding-block: 30px 60px; }
  .crown-rule { margin-bottom: 40px; }
  .visit-layout { grid-template-columns: 1fr; gap: 45px; margin-top: 30px; }
  .app-section { grid-template-columns: 1fr; gap: 35px; padding-block: 60px 35px; }
  .craft-photo { width: 62%; max-width: 300px; }
  .app-copy { grid-row: 1; }
  .provider-credit { font-size: .77rem; padding-top: 25px; }
  .site-footer { flex-wrap: wrap; gap: 12px 25px; padding-bottom: 25px; }
  .site-footer > p:first-child { flex-basis: 100%; }
  .mobile-booking { display: flex; position: fixed; z-index: 5; bottom: 0; left: 0; right: 0; min-height: 68px; padding: 20px 25px calc(20px + env(safe-area-inset-bottom)); border: 0; border-top: 1px solid #b68e4c; }
}
@media (max-width: 370px) {
  .wrap { width: calc(100% - 32px); }
  .brand { gap: 8px; }
  .brand span { font-size: .95rem; }
  h1 { font-size: 4.65rem; }
  .service-table tr { grid-template-columns: minmax(0, 1fr) 68px 57px; gap: 0 7px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

