﻿:root {
  color-scheme: dark;
  --ink: #171714;
  --paper: #f0e9da;
  --cream: #f6eedf;
  --gold: #d6b575;
  --wine: #492a2a;
  --muted: #bcb7aa;
  --line: #454239;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; background: var(--ink); color: var(--cream); font: 16px/1.65 var(--sans); }
a { color: inherit; text-underline-offset: 5px; }
button { font: inherit; }
img { display: block; max-width: 100%; height: auto; }
figure, h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 400; }
h2 { font: clamp(42px, 4.8vw, 70px)/1.08 var(--serif); letter-spacing: -2.5px; }
h2 > span, h2 > em { display: block; }
h2 em { font-weight: 400; }
p { text-wrap: pretty; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--gold); outline-offset: 6px; }
.paper a:focus-visible { outline-color: var(--wine); }
::selection { background: var(--gold); color: var(--ink); }
.page-width { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.eyebrow { font-size: 11px; line-height: 1.5; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 28px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 20; padding: 12px 22px; background: var(--cream); color: var(--ink); transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.masthead { display: flex; align-items: center; gap: 40px; min-height: 110px; border-bottom: 1px solid var(--line); }
.brand { margin-right: auto; }
.brand img { width: 79px; height: 79px; }
.masthead nav { display: flex; gap: 30px; align-items: center; }
.masthead nav a { font-size: 13px; text-decoration: none; padding-block: 12px; }
.masthead nav a:hover { color: var(--gold); }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 42px; min-height: 60px; padding: 16px 26px; background: var(--gold); color: var(--ink); font-size: 14px; font-weight: 700; text-decoration: none; border: 1px solid transparent; transition: background .2s, transform .2s; }
.button:hover { background: var(--cream); transform: translateY(-2px); }
.button > [aria-hidden] { font-size: 23px; line-height: 1; font-weight: 400; transition: transform .2s; }
.button:hover > [aria-hidden] { transform: translate(2px, -2px); }
.nav-booking { min-height: 48px; padding: 10px 19px; font-size: 12px; gap: 28px; }
.menu-toggle { display: none; }
.hero { display: grid; grid-template-columns: .92fr 1.08fr; column-gap: 50px; padding-top: 68px; }
.hero-copy { padding: 14px 0 25px; }
.hero h1 { font: clamp(70px, 7.5vw, 112px)/.91 var(--serif); letter-spacing: -5px; }
.hero-prefix { display: block; font: italic clamp(22px, 2.8vw, 37px)/1.2 var(--serif); letter-spacing: -.7px; margin-bottom: 21px; }
.hero-name, .hero h1 em { display: block; }
.hero h1 em { font-weight: 400; color: var(--gold); margin-top: 5px; }
.hero-line { margin-top: 34px; font-size: 17px; color: var(--cream); }
.hero-intro { max-width: 340px; margin-top: 12px; font-size: 14px; color: var(--muted); }
.hero-booking { margin-top: 28px; min-width: 252px; }
.hero-explore { display: flex; align-items: center; gap: 17px; width: fit-content; margin-top: 22px; color: var(--muted); font-size: 12px; text-decoration: none; }
.hero-explore:hover { color: var(--cream); }
.hero-photo { position: relative; align-self: stretch; margin-top: 13px; padding-top: 14px; border-top: 1px solid var(--gold); }
.hero-photo::before { content: ''; position: absolute; top: -7px; left: 0; right: 0; border-top: 1px solid var(--gold); }
.hero-photo > img { width: 100%; height: calc(100% - 50px); min-height: 390px; object-fit: cover; object-position: 49% center; }
.hero-photo figcaption { display: flex; justify-content: space-between; gap: 18px; padding-top: 14px; font-size: 10px; letter-spacing: 1.3px; text-transform: uppercase; color: var(--muted); }
.hero-photo figcaption span:first-child { color: var(--gold); }
.hero-foot { grid-column: 1 / -1; display: flex; align-items: center; gap: 25px; padding: 45px 0 37px; }
.hero-foot p { flex: 0 1 auto; text-align: center; text-transform: uppercase; font-size: 10px; letter-spacing: 3px; color: var(--muted); }
.fine-rule { flex: 1; height: 1px; background: var(--line); }
.paper { background: var(--paper); color: var(--ink); color-scheme: light; }
.paper .eyebrow { color: #72562b; }
.services { padding-block: 105px 88px; }
.services-layout { display: grid; grid-template-columns: .8fr 1.4fr; gap: 100px; }
.section-intro > p:not(.eyebrow) { font-size: 14px; max-width: 315px; margin-top: 27px; color: #5c584d; }
.record-ornament { width: 111px; height: 111px; margin-top: 40px; color: #92703c; stroke-width: .65; }
.section-intro > .small-note { font-size: 12px !important; }
.service-menu ol { list-style: none; margin: 0; padding: 0; border-top: 3px double #9d917a; }
.service { display: grid; grid-template-columns: 22px 1fr auto; column-gap: 17px; padding: 22px 0; border-bottom: 1px solid #c9bfac; }
.service-number { color: #76694f; font: 11px/2.2 var(--sans); }
.service h3 { font: 21px/1.3 var(--serif); }
.service h3 a { text-decoration: none; }
.service h3 a > span { display: inline-block; font: 15px var(--sans); color: #796843; margin-left: 4px; transition: transform .2s; }
.service h3 a:hover > span { transform: translate(3px, -3px); }
.service h3 a:hover { text-decoration: underline; text-decoration-thickness: 1px; }
.service-name p { color: #625d52; font-size: 12px; line-height: 1.6; max-width: 390px; margin-top: 8px; }
.service-name small { display: block; margin-top: 6px; color: #67482f; }
.service-figures { min-width: 67px; display: flex; flex-direction: column; align-items: flex-end; }
.price { font: 24px/1.2 var(--serif); white-space: nowrap; }
.duration { color: #625d52; font-size: 11px; margin-top: 7px; }
.updated { margin-top: 20px; font-size: 10px; color: #696354; }
.studio { padding-block: 110px 100px; }
.studio-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 20px 75px; }
.studio-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.studio-heading h2 { font-size: clamp(39px, 4.4vw, 65px); }
.studio-heading h2 em { color: var(--gold); }
.studio-heading > p:last-child { align-self: end; padding-bottom: 5px; color: var(--muted); font-size: 14px; }
.studio-photos { display: grid; grid-template-columns: .73fr 1.27fr; gap: 0 80px; margin-top: 60px; }
.portrait { grid-row: 1 / 3; transform: rotate(-2deg); margin: 0 12px 15px; align-self: start; }
.portrait img { width: 100%; border: 8px solid var(--paper); }
.portrait figcaption { font: italic 24px var(--serif); color: var(--gold); margin-top: 19px; padding-left: 12px; }
.lounge { margin-top: 65px; }
.lounge img { width: 100%; }
.lounge figcaption, .facade figcaption { margin-top: 14px; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); }
.studio-detail { font: italic clamp(23px, 2.5vw, 36px)/1.3 var(--serif); color: var(--gold); padding: 40px 0 0 40px; border-left: 1px solid var(--line); margin-top: 24px; }
.booking { background: var(--wine); padding-block: 78px 36px; position: relative; overflow: hidden; }
.booking::before, .booking::after { content: ''; position: absolute; width: 560px; height: 560px; border-radius: 50%; border: 1px solid #ffffff0d; top: -335px; left: -230px; pointer-events: none; }
.booking::after { width: 600px; height: 600px; top: -355px; left: -250px; }
.booking-layout { display: grid; grid-template-columns: 1fr 1fr; column-gap: 110px; position: relative; }
.booking h2 { font-size: clamp(64px, 7vw, 100px); }
.booking h2 em { color: var(--gold); }
.booking-copy { padding-top: 13px; }
.booking-intro { font-size: 16px; max-width: 410px; }
.booking-copy > .button { margin-top: 28px; min-width: 252px; }
.store-links { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 20px; font-size: 12px; }
.store-links a { padding-block: 6px; }
.provider-copy { grid-column: 1 / -1; border-top: 1px solid #ffffff29; margin-top: 50px; padding-top: 23px; font-size: 11px; line-height: 1.8; color: #dbc9c0; max-width: 100%; }
.provider-copy a { color: var(--cream); }
.visit { padding-block: 110px; }
.visit-layout { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 95px; }
.facade img { width: 100%; }
.facade figcaption { color: #72664f; }
.visit h2 { margin-bottom: 30px; font-size: clamp(45px, 4.7vw, 65px); }
.location h3 { font-size: 14px; font-weight: 700; margin-bottom: 6px; }
.location + .location { margin-top: 30px; }
.location address { font-style: normal; font-size: 14px; line-height: 1.8; max-width: 270px; color: #615a4c; }
.text-link { display: inline-flex; gap: 22px; align-items: center; font-size: 13px; margin-top: 15px; text-decoration-thickness: 1px; }
.text-link > [aria-hidden] { font-size: 20px; }
.contact { display: flex; flex-direction: column; gap: 10px; }
.contact-phone { font: 27px/1.3 var(--serif); margin-top: 28px; text-decoration: none; }
.contact-phone span { font-size: 19px; }
.small-note { font-size: 12px; line-height: 1.8; }
.visit-copy > .small-note { color: #625d52; margin-top: 25px; max-width: 330px; }
.hours { margin-top: 28px; }
.hours h4 { margin-bottom: 8px; }
.hours dl { font-size: 12px; }
.hours dl > div { display: flex; justify-content: space-between; gap: 15px; border-bottom: 1px solid #c9bfac; padding-block: 6px; }
.hours dd { text-align: right; margin: 0; }
.hours p { font-size: 11px; }
.footer { padding-block: 42px 23px; }
.footer-top { display: flex; align-items: center; gap: 36px; padding-bottom: 27px; }
.footer-top img { width: 85px; height: 85px; }
.footer-top > p { font: italic clamp(23px, 3vw, 38px)/1.2 var(--serif); color: var(--gold); }
.footer-top > a { margin-left: auto; display: flex; gap: 16px; font-size: 11px; text-decoration: none; }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; font-size: 10px; color: var(--muted); }
.mobile-booking { display: none; }
@media (min-width: 761px) and (prefers-reduced-motion: no-preference) {
  .hero h1 { animation: settle .65s ease-out both; }
  @keyframes settle { from { transform: translateY(12px); } to { transform: translateY(0); } }
}
@media (min-width: 1450px) { .hero { padding-top: 80px; } .hero-photo > img { min-height: 510px; } }
@media (max-width: 1100px) {
  .page-width { width: calc(100% - 64px); }
  .masthead { gap: 25px; }
  .masthead nav { gap: 20px; }
  .hero { gap: 30px; padding-top: 45px; }
  .hero h1 { font-size: clamp(68px, 8.6vw, 94px); }
  .services-layout { gap: 50px; grid-template-columns: .85fr 1.3fr; }
  .studio-heading { gap: 20px 40px; }
  .studio-photos { column-gap: 40px; }
  .booking-layout { column-gap: 60px; }
  .visit-layout { gap: 50px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 20px; }
  body { padding-bottom: calc(79px + env(safe-area-inset-bottom)); }
  .page-width { width: calc(100% - 40px); }
  .masthead { min-height: 87px; gap: 15px; flex-wrap: wrap; padding-block: 8px; }
  .brand img { width: 65px; height: 65px; }
  .nav-booking { gap: 18px; font-size: 11px; padding-inline: 14px; min-height: 44px; }
  .masthead nav { order: 4; width: 100%; justify-content: space-between; padding-block: 10px; border-top: 1px solid var(--line); }
  .masthead nav a { font-size: 12px; }
  .masthead nav[hidden] { display: none; }
  .menu-toggle:not([hidden]) { display: inline-flex; align-items: center; gap: 10px; color: var(--cream); background: transparent; border: 0; min-height: 44px; padding: 8px; font-size: 11px; cursor: pointer; }
  .menu-lines { width: 16px; height: 7px; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; transition: transform .2s; }
  .menu-toggle[aria-expanded=true] .menu-lines { transform: rotate(-45deg); }
  .hero { grid-template-columns: 1fr; padding-top: 35px; gap: 0; }
  .hero-copy { padding-top: 0; }
  .hero .eyebrow { margin-bottom: 24px; font-size: 10px; }
  .hero h1 { font-size: clamp(75px, 15vw, 108px); letter-spacing: -4px; }
  .hero-prefix { font-size: 26px; margin-bottom: 17px; }
  .hero-line { font-size: 17px; margin-top: 27px; }
  .hero-intro { max-width: 400px; }
  .hero-booking { margin-top: 24px; min-width: 252px; }
  .hero-explore { display: none; }
  .hero-photo { margin-top: 22px; }
  .hero-photo > img { height: auto; min-height: 0; aspect-ratio: 4 / 3; object-fit: cover; }
  .hero-photo figcaption { font-size: 9px; }
  .hero-foot { padding-block: 28px; gap: 14px; }
  .hero-foot p { font-size: 8px; letter-spacing: 1.8px; }
  .services { padding-block: 61px 50px; }
  .services-layout { display: block; }
  h2 { font-size: clamp(42px, 9vw, 59px); letter-spacing: -1.8px; }
  .eyebrow { margin-bottom: 20px; font-size: 10px; }
  .section-intro { position: relative; }
  .section-intro h2 { padding-right: 45px; }
  .section-intro > p:not(.eyebrow) { max-width: 400px; margin-top: 22px; }
  .record-ornament { position: absolute; top: 36px; right: 0; width: 55px; height: 55px; margin: 0; }
  .section-intro > .small-note { margin-bottom: 28px; }
  .service { column-gap: 10px; grid-template-columns: 17px 1fr auto; padding-block: 20px; }
  .service h3 { font-size: 20px; }
  .service-figures { min-width: 54px; }
  .price { font-size: 23px; }
  .service-name p { font-size: 11px; }
  .studio { padding-block: 64px; }
  .studio-heading { display: block; }
  .studio-heading .eyebrow { margin-bottom: 22px; }
  .studio-heading h2 { font-size: clamp(35px, 7.5vw, 54px); }
  .studio-heading > p:last-child { max-width: 420px; margin-top: 25px; }
  .studio-photos { grid-template-columns: .82fr 1fr; column-gap: 18px; margin-top: 35px; align-items: start; }
  .portrait { grid-row: auto; margin: 0 3px; }
  .portrait img { border-width: 4px; }
  .portrait figcaption { font-size: 19px; padding-left: 0; margin-top: 14px; }
  .lounge { margin-top: 45px; }
  .lounge figcaption { font-size: 8px; letter-spacing: .5px; }
  .studio-detail { grid-column: 1 / -1; margin-top: 35px; padding: 0 0 0 19px; font-size: 26px; }
  .booking { padding-block: 60px 28px; }
  .booking-layout { display: block; }
  .booking h2 { font-size: 73px; }
  .booking-copy { padding-top: 30px; }
  .booking-intro { font-size: 14px; }
  .provider-copy { margin-top: 32px; font-size: 10px; }
  .visit { padding-block: 62px; }
  .visit-layout { display: flex; flex-direction: column-reverse; gap: 37px; align-items: stretch; }
  .visit h2 { font-size: 51px; }
  .visit-copy > .small-note { max-width: 400px; }
  .footer { padding-block: 25px 22px; }
  .footer-top { flex-wrap: wrap; gap: 17px; }
  .footer-top img { width: 65px; height: 65px; }
  .footer-top > p { font-size: 25px; max-width: 230px; }
  .footer-top > a { margin-left: 0; width: 100%; justify-content: flex-end; }
  .footer-bottom { flex-direction: column; gap: 6px; }
  .mobile-booking { display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 10; min-height: 68px; padding: 19px 25px calc(19px + env(safe-area-inset-bottom)); border-top: 1px solid var(--ink); }
  .mobile-booking:hover { transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
