:root {
  --paper: #efedf5;
  --paper-deep: #ddd8e9;
  --ink: #17131b;
  --muted: #6d6872;
  --accent: #ff5b47;
  --accent-soft: #ffd1ca;
  --dark: #2b1025;
  --line: color-mix(in srgb, var(--ink) 22%, transparent);
  --display: "Bodoni 72", Didot, "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --radius: 0;
}

body[data-theme="rose"] { --paper: #f5e8eb; --paper-deep: #e9cbd3; --accent: #e23d6f; --accent-soft: #ffc8d7; --dark: #421122; }
body[data-theme="oxblood"] { --paper: #ece7e4; --paper-deep: #d4c7c1; --accent: #791833; --accent-soft: #e7b7c2; --dark: #210810; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); transition: background-color .45s ease, color .45s ease; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; top: .75rem; left: .75rem; padding: .8rem 1rem; background: var(--ink); color: white; transform: translateY(-200%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }

.site-header { position: sticky; z-index: 20; top: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 88px; padding: 12px clamp(18px, 3.5vw, 58px); border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--paper) 88%, transparent); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; gap: 12px; width: max-content; }
.brand-mark { display: grid; place-items: center; width: 48px; aspect-ratio: 1; border: 1px solid var(--ink); border-radius: 50%; font: italic 28px var(--display); }
.brand-copy { display: grid; gap: 2px; }
.brand-copy b { letter-spacing: .16em; font-size: 15px; }
.brand-copy small { color: var(--muted); font-size: 9px; letter-spacing: .14em; }
.main-nav { display: flex; gap: clamp(20px, 3vw, 48px); font-size: 13px; }
.main-nav a { position: relative; padding: 10px 0; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: 4px; left: 0; height: 1px; background: var(--ink); transform: scaleX(0); transition: transform .25s ease; transform-origin: right; }
.main-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 14px; }
.shade-switcher { display: flex; gap: 5px; padding: 5px; border: 1px solid var(--line); border-radius: 999px; }
.shade { width: 22px; aspect-ratio: 1; border: 1px solid color-mix(in srgb, var(--ink) 30%, transparent); border-radius: 50%; cursor: pointer; }
.shade[data-theme-value="lilac"] { background: #c8c1de; }
.shade[data-theme-value="rose"] { background: #e8a5b8; }
.shade[data-theme-value="oxblood"] { background: #77162e; }
.shade.is-active { box-shadow: 0 0 0 2px var(--paper), 0 0 0 3px var(--ink); }
.language-select select { appearance: none; border: 0; background: transparent; cursor: pointer; font-weight: 700; font-size: 12px; }
.book-button { min-height: 44px; padding: 0 22px; border: 1px solid var(--ink); background: var(--ink); color: var(--paper); cursor: pointer; transition: .25s ease; }
.book-button:hover { background: var(--accent); border-color: var(--accent); color: #fff; }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr); min-height: calc(100vh - 88px); overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-copy { z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: clamp(62px, 8vw, 130px) clamp(24px, 5vw, 86px) 120px; }
.eyebrow { margin: 0 0 24px; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.hero h1, .section-heading h2, .work-heading h2, .master-copy h2, .booking-teaser h2 { margin: 0; font: 400 clamp(64px, 8vw, 146px)/.78 var(--display); letter-spacing: -.055em; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { margin-left: clamp(22px, 6vw, 100px); color: var(--accent); font-weight: 400; }
.hero-lead { max-width: 530px; margin: 42px 0 0; color: var(--muted); font-size: clamp(17px, 1.5vw, 23px); line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px 34px; margin-top: 36px; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-width: 176px; padding: 12px 0; border: 0; border-bottom: 1px solid currentColor; background: none; color: var(--ink); cursor: pointer; text-align: left; }
.text-link i { font-style: normal; transition: transform .25s ease; }
.text-link:hover i { transform: translate(4px,-4px); }
.text-link.muted { color: var(--muted); }
.hero-notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: auto 0 0; padding-top: 58px; border-top: 1px solid var(--line); }
.hero-notes div { display: grid; gap: 5px; }
.hero-notes dt { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.hero-notes dd { margin: 0; font-size: 13px; }
.hero-visual { position: relative; min-height: 700px; margin: 0; overflow: hidden; background: #d5d0e3; }
.hero-visual img { height: 100%; object-fit: cover; object-position: 55% center; transition: transform 1.2s cubic-bezier(.2,.7,.2,1), filter .5s ease; }
.hero-visual:hover img { transform: scale(1.025); }
.hero-visual figcaption { position: absolute; z-index: 2; right: 24px; bottom: 64px; left: 24px; display: flex; justify-content: space-between; color: #fff; font-size: 10px; letter-spacing: .18em; }
.light-slice { position: absolute; top: -20%; right: 10%; width: 6px; height: 140%; background: var(--accent); box-shadow: 0 0 40px var(--accent); opacity: .9; transform: rotate(11deg); mix-blend-mode: screen; }
.marquee { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; overflow: hidden; padding: 16px 0; border-top: 1px solid var(--line); background: var(--accent); color: #fff; font-weight: 700; font-size: 11px; letter-spacing: .2em; white-space: nowrap; }
.marquee div { width: max-content; animation: marquee 24s linear infinite; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-shell { padding: clamp(90px, 11vw, 170px) clamp(22px, 5vw, 82px); }
.services { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(500px, 1.28fr); gap: clamp(50px, 9vw, 150px); }
.section-heading { position: sticky; top: 130px; align-self: start; }
.section-heading h2, .work-heading h2, .master-copy h2, .booking-teaser h2 { font-size: clamp(60px, 7vw, 112px); line-height: .86; }
.section-heading > p:last-child, .work-heading > p:last-child, .master-copy > p { max-width: 480px; margin: 36px 0 0; color: var(--muted); font-size: 17px; line-height: 1.55; }
.service-board { border-top: 1px solid var(--ink); }
.service-item { display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 22px; min-height: 150px; border-bottom: 1px solid var(--line); cursor: pointer; transition: padding .3s ease, background .3s ease; }
.service-item:hover, .service-item.is-selected { padding-right: 20px; padding-left: 20px; background: var(--accent-soft); }
.service-index { align-self: start; padding-top: 38px; color: var(--muted); font: italic 30px var(--display); }
.service-item h3 { margin: 0 0 8px; font-size: clamp(22px, 2vw, 32px); }
.service-item p { margin: 0; color: var(--muted); line-height: 1.5; }
.service-action { border: 0; border-bottom: 1px solid currentColor; background: none; padding: 8px 0; cursor: pointer; font-size: 12px; }
.service-board footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 30px; color: var(--muted); font-size: 12px; }
.service-board footer .text-link { min-width: 200px; color: var(--ink); }

.process-band { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 760px; background: var(--dark); color: #f7f2f5; }
.process-band figure { min-height: 620px; margin: 0; overflow: hidden; }
.process-band img { height: 100%; object-fit: cover; }
.process-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(54px, 8vw, 120px); }
.process-copy blockquote { margin: 0; font: 400 clamp(40px, 5vw, 78px)/.98 var(--display); letter-spacing: -.035em; }
.process-points { display: grid; gap: 0; margin-top: 60px; border-top: 1px solid #ffffff42; }
.process-points span { padding: 18px 0; border-bottom: 1px solid #ffffff42; font-size: 12px; letter-spacing: .06em; }

.work { overflow: hidden; }
.work-heading { display: grid; grid-template-columns: .3fr .8fr .48fr; align-items: end; gap: 40px; margin-bottom: 70px; }
.work-heading .eyebrow { align-self: start; }
.work-heading > p:last-child { margin: 0; }
.work-grid { display: grid; grid-template-columns: 1fr 1.2fr .72fr; align-items: end; gap: clamp(12px, 2.2vw, 34px); }
.work-card { margin: 0; }
.work-card img { height: clamp(360px, 50vw, 760px); object-fit: cover; }
.work-card--dark { align-self: start; }
.work-card--dark img { height: clamp(450px, 61vw, 900px); }
.work-card--crop img { height: clamp(300px, 39vw, 580px); object-position: 63% center; }
.work-card figcaption { display: flex; justify-content: space-between; padding-top: 12px; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.work-card figcaption b { color: var(--accent); }

.masters { display: grid; grid-template-columns: 1fr 1fr; min-height: 820px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.master-portrait { min-height: 650px; margin: 0; overflow: hidden; }
.master-portrait img { height: 100%; object-fit: cover; object-position: 43% center; filter: saturate(.8); }
.master-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(55px, 8vw, 130px); }
.master-copy ul { margin: 50px 0 38px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.master-copy li { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.master-copy li small { color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }

.booking-teaser { position: relative; min-height: 680px; overflow: hidden; background: var(--accent-soft); }
.booking-teaser h2 { max-width: 1000px; }
.booking-orbit { position: absolute; right: 8vw; bottom: 80px; display: grid; place-items: center; width: clamp(150px, 18vw, 250px); aspect-ratio: 1; border: 0; border-radius: 50%; background: var(--accent); color: white; cursor: pointer; }
.booking-orbit span { position: relative; z-index: 2; font-weight: 700; }
.booking-orbit svg { position: absolute; inset: 0; fill: none; stroke: currentColor; stroke-width: 1; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.booking-orbit:hover svg { transform: rotate(45deg); }

.site-footer { display: grid; grid-template-columns: 1fr 1.4fr auto; gap: 40px; align-items: end; padding: 48px clamp(22px, 5vw, 82px); background: var(--ink); color: var(--paper); }
.site-footer > div { display: grid; gap: 6px; }
.site-footer b { font-size: 28px; letter-spacing: .15em; }
.site-footer span, .site-footer p, .site-footer nav { color: color-mix(in srgb, var(--paper) 65%, transparent); font-size: 11px; line-height: 1.6; letter-spacing: .04em; }
.site-footer p { max-width: 520px; margin: 0; }
.site-footer nav { display: flex; gap: 24px; }
.studio-credit { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 24px; margin-top: 12px !important; padding-top: 22px; border-top: 1px solid color-mix(in srgb, var(--paper) 22%, transparent); text-transform: uppercase; letter-spacing: .14em !important; }
.studio-credit strong { color: var(--paper); font-size: 12px; }

.booking-dialog { width: min(780px, calc(100% - 28px)); max-height: calc(100dvh - 28px); padding: 0; border: 0; background: var(--paper); color: var(--ink); box-shadow: 0 30px 90px #0006; }
.booking-dialog::backdrop { background: #17131bb5; backdrop-filter: blur(7px); }
.dialog-shell { padding: clamp(24px, 5vw, 56px); }
.dialog-shell > header { display: flex; align-items: start; justify-content: space-between; gap: 30px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.dialog-shell h2 { margin: 0; font: 400 clamp(48px, 8vw, 82px)/.9 var(--display); }
.dialog-shell .eyebrow { margin-bottom: 10px; }
.dialog-close { width: 46px; aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; font-size: 28px; }
.booking-progress { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin: 24px 0 36px; }
.booking-progress span { height: 4px; background: var(--paper-deep); }
.booking-progress span.is-active { background: var(--accent); }
.booking-step h3, .booking-success h3 { margin: 0 0 20px; font-size: 21px; }
.choice-grid, .date-row, .time-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.date-row { grid-template-columns: repeat(5, 1fr); }
.choice-grid button, .date-row button, .time-row button { min-height: 68px; padding: 12px; border: 1px solid var(--line); background: transparent; color: var(--ink); cursor: pointer; }
.date-row button { display: grid; gap: 3px; font-size: 12px; }
.date-row button b { font-size: 20px; }
.choice-grid button:hover, .choice-grid button.is-selected, .date-row button:hover, .date-row button.is-selected, .time-row button:hover, .time-row button.is-selected { border-color: var(--accent); background: var(--accent-soft); }
.time-row { margin-top: 10px; grid-template-columns: repeat(4, 1fr); }
.dialog-next { width: 100%; min-height: 54px; margin-top: 26px; border: 0; background: var(--ink); color: var(--paper); cursor: pointer; }
.dialog-next:disabled { cursor: not-allowed; opacity: .3; }
.booking-step label { display: grid; gap: 8px; margin-bottom: 18px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.booking-step input { width: 100%; min-height: 54px; padding: 0 14px; border: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--ink); font-size: 17px; }
.form-note { color: var(--muted); font-size: 12px; line-height: 1.5; }
.booking-success { padding: 35px 0; text-align: center; }
.booking-success > span { display: grid; place-items: center; width: 76px; aspect-ratio: 1; margin: 0 auto 20px; border-radius: 50%; background: var(--accent); color: white; font-size: 34px; }

@media (max-width: 1040px) {
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { display: none; }
  .hero { grid-template-columns: 1fr 1fr; }
  .services { grid-template-columns: 1fr; }
  .section-heading { position: static; }
  .work-heading { grid-template-columns: 1fr 1fr; }
  .work-heading .eyebrow { grid-column: 1 / -1; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer nav { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .site-header { min-height: 72px; padding: 10px 16px; }
  .brand-mark { width: 40px; }
  .brand-copy small, .shade-switcher { display: none; }
  .header-actions { gap: 8px; }
  .book-button { min-height: 40px; padding: 0 13px; }
  .hero { display: flex; min-height: auto; flex-direction: column; }
  .hero-copy { min-height: 620px; padding: 70px 20px 100px; }
  .hero h1 { font-size: clamp(66px, 22vw, 100px); }
  .hero h1 em { margin-left: 16px; }
  .hero-lead { margin-top: 30px; font-size: 17px; }
  .hero-notes { gap: 8px; padding-top: 30px; }
  .hero-notes dd { font-size: 11px; }
  .hero-visual { min-height: 540px; }
  .marquee { bottom: 0; }
  .section-shell { padding: 88px 20px; }
  .section-heading h2, .work-heading h2, .master-copy h2, .booking-teaser h2 { font-size: 58px; }
  .service-item { grid-template-columns: 38px 1fr; min-height: 154px; }
  .service-item:hover, .service-item.is-selected { padding: 0; background: transparent; }
  .service-action { grid-column: 2; justify-self: start; }
  .service-board footer { align-items: start; flex-direction: column; }
  .process-band { grid-template-columns: 1fr; }
  .process-band figure { min-height: 470px; }
  .process-copy { padding: 72px 20px; }
  .process-copy blockquote { font-size: 45px; }
  .work-heading { display: block; }
  .work-heading h2 { margin-bottom: 30px; }
  .work-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; margin-right: -20px; padding-right: 20px; gap: 14px; }
  .work-card { min-width: 82vw; scroll-snap-align: start; }
  .work-card img, .work-card--dark img, .work-card--crop img { height: 560px; }
  .masters { grid-template-columns: 1fr; }
  .master-portrait { min-height: 560px; }
  .master-copy { padding: 72px 20px; }
  .booking-teaser { min-height: 620px; }
  .booking-orbit { right: 20px; bottom: 60px; width: 170px; }
  .site-footer { grid-template-columns: 1fr; padding: 42px 20px; }
  .site-footer nav { grid-column: auto; }
  .studio-credit { grid-column: auto; }
  .dialog-shell { padding: 24px 18px; }
  .choice-grid { grid-template-columns: 1fr; }
  .date-row { overflow-x: auto; grid-template-columns: repeat(5, 82px); }
  .time-row { grid-template-columns: repeat(2, 1fr); }
}

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