:root {
  --ink: #272227; --muted: #74696c; --paper: #f7f5f1; --white: #fffdfa;
  --dark: #19171b; --rose: #c9a599; --wine: #70404a; --line: #d9d3d1;
  --serif: "Cormorant Garamond", Georgia, serif; --gutter: clamp(24px, 6%, 104px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; letter-spacing: 0; }
::selection { background: var(--rose); color: var(--dark); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
figure, p, h1, h2, h3 { margin: 0; }
button { color: inherit; }
button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible { outline: 2px solid currentColor; outline-offset: 6px; }
em, i { font-weight: 400; }
[hidden] { display: none !important; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 12px 20px; background: var(--white); }
.skip-link:focus { top: 12px; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 30; display: flex; align-items: center; justify-content: space-between; height: 98px; padding: 0 var(--gutter); color: white; border-bottom: 1px solid #ffffff40; }
.brand { flex: 0 0 auto; font: 500 30px/1.2 var(--serif); white-space: nowrap; }
.brand-dot { color: var(--rose); }
.site-nav { display: flex; align-items: center; gap: 24px; font-size: 14px; }
.site-nav > a { padding: 10px 0; }
.site-nav > a:hover { text-decoration: underline; text-underline-offset: 6px; }
.site-nav .nav-book { border-bottom: 1px solid #ffffff80; }
.nav-book span { margin-left: 24px; }
.nav-toggle { display: none; position: relative; border: 0; background: none; width: 48px; height: 48px; padding: 12px; }
.nav-toggle span { display: block; width: 24px; height: 1px; background: currentColor; transition: transform 200ms; }
.nav-toggle span + span { margin-top: 7px; }
.eyebrow { margin-bottom: 14px; font-size: 13px; font-weight: 500; text-transform: uppercase; color: var(--wine); }
h1, h2 { font: 400 72px/.98 var(--serif); }
h1 { font-size: 100px; }
h2 em { color: var(--wine); }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 35px; min-height: 52px; padding: 13px 24px; border: 1px solid transparent; border-radius: 3px; font-size: 14px; font-weight: 500; transition: background 200ms, color 200ms; }
.button-light { background: var(--paper); color: var(--ink); }
.button:hover { background: var(--rose); }
.button span, .text-link span { transition: transform 200ms; }
.button:hover span, .text-link:hover span { transform: translate(2px, -2px); }
.text-link { display: inline-flex; gap: 20px; align-items: center; min-height: 44px; border-bottom: 1px solid #ffffff80; font-size: 14px; }
.dark-link { border-color: var(--muted); }

/* Photo and tracing share one plane, keeping the annotation registered at every crop. */
.hero { --hero-height: calc(100svh - 54px); position: relative; background: var(--dark); color: white; }
.hero-stage { position: relative; isolation: isolate; height: var(--hero-height); min-height: 650px; display: flex; align-items: center; padding: 130px var(--gutter) 112px; overflow: hidden; }
.hero-visual { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.hero-photo-plane { position: absolute; width: max(100%, calc(max(650px, var(--hero-height)) * .75)); aspect-ratio: 3 / 4; left: 50%; top: 14%; transform: translate(-50%, -14%) scale(var(--photo-scale, 1.025)); transform-origin: 63% 30%; }
.hero-photo { position: absolute; inset: 0; }
.hero-stage::after { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(90deg, #151416b8 0%, #15141668 32%, #15141608 64%), linear-gradient(180deg, #12101366 0%, transparent 25%, transparent 64%, #12101366 100%); }
.brow-tracing { position: absolute; inset: 0; width: 100%; height: 100%; stroke: white; stroke-linecap: round; stroke-linejoin: round; opacity: 0; pointer-events: none; }
.mapping-guides { stroke-width: .9; opacity: .65; }
.mapping-contour { stroke-width: 1.65; }
.mapping-hairs { stroke-width: 1.15; opacity: .8; }
.mapping-points { fill: white; stroke: none; }
.hero-content { position: relative; width: min(58%, 680px); margin-top: 40px; }
.hero .eyebrow { color: white; margin-bottom: 24px; }
.hero h1 { font-size: 128px; line-height: .9; white-space: nowrap; }
.hero h1 em { color: inherit; }
.hero-studio { display: block; }
.hero-copy { margin: 28px 0; color: #fff9f5; font-size: 17px; line-height: 1.5; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.hero-bottom { position: absolute; bottom: 28px; left: var(--gutter); right: var(--gutter); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; font-size: 12px; }
.hero-signature { font: italic 25px/1.1 var(--serif); }
.scroll-link { display: grid; place-items: center; width: 44px; height: 44px; justify-self: end; border: 1px solid #ffffff70; border-radius: 50%; font-size: 22px; }
.service-ribbon { min-height: 66px; padding: 18px var(--gutter); display: flex; gap: 28px; align-items: center; justify-content: center; flex-wrap: wrap; background: var(--paper); color: var(--ink); border-bottom: 1px solid var(--line); font-size: 14px; }
.service-ribbon > span:nth-child(even) { color: #bba49b; }
.section { padding: 96px var(--gutter); }
.section-meta { position: relative; display: flex; justify-content: space-between; gap: 24px; margin-bottom: 58px; padding-bottom: 20px; font-size: 12px; color: var(--muted); text-transform: uppercase; }
.section-meta::after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: var(--line); transform-origin: left; transition: transform 400ms ease-out; }
.section-meta a { text-transform: none; }
.work { background: var(--white); }
.work-heading { text-align: center; margin-bottom: 52px; }
.work-heading h2 { font-size: 72px; }
.work-toolbar { max-width: 1280px; margin: 0 auto 28px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); padding-bottom: 14px; }
.filter-group { display: flex; flex-wrap: wrap; gap: 24px; }
.filter-button { min-height: 44px; padding: 10px 0; border: 0; border-bottom: 1px solid transparent; background: none; color: var(--muted); font-size: 14px; }
.filter-button.active { color: var(--ink); border-bottom-color: var(--ink); }
html:not(.js-ready) .filter-group { display: none; }
.gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; max-width: 1280px; margin: auto; }
.gallery-media { display: block; overflow: hidden; aspect-ratio: 4 / 5; background: #ece6e4; }
.gallery-media img { transition: transform 350ms ease-out; }
.gallery-card:hover img { transform: scale(1.025); }
.gallery-card figcaption { display: flex; flex-direction: column; gap: 2px; padding-top: 18px; font-size: 16px; }
.gallery-card small { color: var(--muted); font-size: 13px; }
.about-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1fr); align-items: center; gap: clamp(48px, 10%, 150px); max-width: 1280px; margin: auto; }
.portrait { width: 100%; max-width: 460px; }
.image-reveal { display: block; overflow: hidden; aspect-ratio: 4 / 5; }
.portrait img { object-position: center 35%; }
.portrait figcaption { display: flex; justify-content: flex-end; margin-top: 15px; font-size: 12px; color: var(--muted); }
.about-copy h2 { margin-bottom: 30px; }
.about-copy > p:not(.eyebrow) { max-width: 470px; margin-top: 18px; color: var(--muted); }
.about-copy .text-link { margin-top: 24px; }
.signature { margin-top: 45px; font: italic 28px var(--serif); color: var(--wine); }
.services { padding-top: 30px; }
.section-top { display: flex; justify-content: space-between; align-items: flex-end; gap: 36px; margin-bottom: 50px; }
.section-top > p { max-width: 300px; color: var(--muted); }
.service-list { border-top: 1px solid var(--line); }
.service-row { border-bottom: 1px solid var(--line); }
.service-row summary { display: grid; grid-template-columns: 64px 1fr 210px 36px; gap: 18px; align-items: center; min-height: 111px; list-style: none; }
.service-row summary::-webkit-details-marker { display: none; }
.service-row h3 { font: 400 37px/1.1 var(--serif); }
.service-number { font-size: 12px; color: var(--wine); }
.service-tag { color: var(--muted); font-size: 14px; }
.expand-icon { position: relative; width: 32px; height: 32px; }
.expand-icon::before, .expand-icon::after { content: ""; position: absolute; left: 7px; top: 15px; width: 18px; height: 1px; background: currentColor; transition: transform 200ms; }
.expand-icon::after { transform: rotate(90deg); }
[open] .expand-icon::after { transform: rotate(0deg); }
.service-detail { margin-left: 82px; padding: 0 0 32px; max-width: 600px; }
.service-detail p { margin-bottom: 14px; color: var(--muted); }
.service-note { margin-top: 25px; color: var(--muted); font-size: 14px; }
.studio-feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 680px; background: #53434b; color: var(--paper); }
.studio-image { min-width: 0; max-height: 790px; overflow: hidden; }
.studio-image img { object-position: center 58%; }
.studio-copy { padding: 80px 15%; align-self: center; }
.studio-copy h2 { margin-bottom: 30px; }
.studio-copy h2 em { color: #e4cbbd; }
.studio-copy .eyebrow, .booking .eyebrow { color: var(--rose); }
.studio-copy > p:not(.eyebrow) { color: #e0d3d7; max-width: 360px; }
.studio-copy .text-link { margin-top: 30px; }
.studio-copy .studio-address { margin-top: 20px; font-size: 14px; }
.proof { background: #eee6e7; }
.proof h2 { text-align: center; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px; margin-top: 50px; }
.testimonial { padding: 0 16px 0 0; }
.quote-mark { color: var(--wine); font: 64px/.9 var(--serif); }
.testimonial blockquote { font: 400 25px/1.4 var(--serif); margin: 0 0 28px; }
.testimonial figcaption { font-size: 14px; }
.testimonial figcaption span { display: block; color: var(--muted); font-size: 12px; }
.booking { text-align: center; background: var(--dark); color: var(--paper); padding-top: 100px; padding-bottom: 100px; }
.booking h2 { font-size: 100px; margin-bottom: 35px; }
.booking h2 em { color: #dfc2b7; }
.booking-note { font-size: 13px; color: #c0b4b9; margin-top: 22px; }
.footer { padding: 60px var(--gutter) 24px; background: var(--paper); }
.footer-main { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; padding-bottom: 58px; }
.footer-brand { font-size: 38px; white-space: normal; }
.footer-main > div > p { margin-top: 10px; color: var(--muted); font-size: 14px; }
.newsletter { max-width: 520px; width: 100%; justify-self: end; }
.newsletter label { display: block; font-size: 17px; margin-bottom: 16px; }
.newsletter-row { display: flex; border-bottom: 1px solid var(--ink); }
.newsletter input { border: 0; min-width: 0; width: 100%; background: none; padding: 12px 0; color: var(--ink); border-radius: 0; font-size: 16px; }
.newsletter button { display: flex; align-items: center; gap: 24px; white-space: nowrap; border: 0; background: none; padding: 10px; font-size: 14px; }
.form-message { color: var(--muted); font-size: 12px; min-height: 40px; margin-top: 12px; }
.footer-bottom, .social-links { display: flex; gap: 30px; justify-content: space-between; flex-wrap: wrap; }
.footer-bottom { padding-top: 22px; border-top: 1px solid var(--line); font-size: 12px; color: var(--muted); }
.reveal { transition: opacity 350ms ease-out, transform 350ms ease-out; }
.motion-enabled .reveal:not(.in-view) { opacity: 0; transform: translateY(12px); }
.motion-enabled .section-meta:not(.in-view)::after { transform: scaleX(0); }

@media (min-width: 1700px) {
  .hero h1 { font-size: 156px; }
  .hero-content { width: 720px; }
}
@media (max-width: 1200px) {
  .hero h1 { font-size: 108px; }
  .hero-actions { gap: 18px; }
  .site-nav { gap: 16px; font-size: 13px; }
  .nav-book span { margin-left: 12px; }
}
@media (max-width: 1100px) {
  h2 { font-size: 60px; }
  .section { padding-top: 76px; padding-bottom: 76px; }
  .service-ribbon { gap: 20px; }
  .studio-copy { padding: 64px 12%; }
  .work-heading h2 { font-size: 64px; }
}
@media (max-width: 900px) {
  .site-header { height: 78px; }
  .brand { font-size: 28px; }
  .nav-toggle { display: block; z-index: 2; }
  .site-nav { position: absolute; top: 78px; left: 0; right: 0; padding: 20px var(--gutter) 32px; background: var(--dark); flex-direction: column; align-items: stretch; gap: 8px; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity 200ms, transform 200ms, visibility 200ms; border-bottom: 1px solid #ffffff30; font-size: 16px; }
  .site-header.nav-open { background: var(--dark); }
  .nav-open .site-nav { opacity: 1; visibility: visible; transform: none; }
  .site-nav > a { padding: 13px 0; }
  .site-nav .nav-book { width: fit-content; }
  .nav-open .nav-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
  .nav-open .nav-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }
  html:not(.js-ready) .site-header { position: relative; height: auto; padding-top: 20px; display: block; background: var(--dark); }
  html:not(.js-ready) .site-nav { position: static; opacity: 1; visibility: visible; transform: none; flex-direction: row; flex-wrap: wrap; gap: 12px 20px; padding: 12px 0 20px; }
  html:not(.js-ready) .nav-toggle { display: none; }
  .hero-content { width: 70%; }
  .hero h1 { font-size: 100px; }
  .hero-photo-plane { top: 8%; transform: translate(-50%, -8%) scale(var(--photo-scale, 1.025)); }
  .service-row summary { grid-template-columns: 38px 1fr 32px; }
  .service-tag { display: none; }
  .service-detail { margin-left: 56px; }
  .about-grid { gap: 45px; }
  .studio-feature { min-height: 570px; }
  .studio-copy { padding: 50px 10%; }
  .section-top { align-items: flex-start; flex-direction: column; gap: 30px; }
  .testimonial-grid { gap: 24px; }
  .gallery { gap: 18px; }
}
@media (max-width: 640px) {
  :root { --gutter: 24px; }
  h1 { font-size: 64px; } h2 { font-size: 52px; }
  .hero { --hero-height: calc(100svh - 52px); }
  .hero-stage { min-height: 480px; align-items: flex-end; padding: 100px var(--gutter) 108px; }
  .hero-photo-plane { width: max(100%, calc(max(480px, var(--hero-height)) * .75)); left: 68%; top: 0; transform: translateX(-68%) scale(var(--photo-scale, 1.025)); transform-origin: 62% 30%; }
  .hero-stage::after { background: linear-gradient(180deg, #15141666 0%, transparent 18%, transparent 32%, #15141668 57%, #151416ce 100%); }
  .hero-content { width: 100%; margin-top: 0; }
  .hero h1 { font-size: 76px; line-height: .92; }
  .hero .eyebrow { font-size: 11px; margin-bottom: 16px; }
  .hero-copy { font-size: 15px; margin: 18px 0 22px; }
  .hero-actions { gap: 15px; flex-wrap: nowrap; }
  .hero-actions .button { gap: 20px; padding: 13px 17px; font-size: 13px; }
  .hero-actions .text-link { font-size: 12px; gap: 8px; }
  .hero-bottom { bottom: 23px; grid-template-columns: 1fr auto; gap: 14px; font-size: 11px; }
  .hero-signature { display: none; }
  .service-ribbon { min-height: 78px; padding: 14px 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; text-align: center; font-size: 12px; }
  .service-ribbon > span:nth-child(even) { display: none; }
  .section { padding: 62px var(--gutter); }
  .section-meta { margin-bottom: 35px; gap: 18px; font-size: 11px; }
  .section-meta > :last-child { text-align: right; }
  .work-heading { margin-bottom: 30px; text-align: left; }
  .work-heading h2 { font-size: 52px; }
  .work-heading h2 em { display: block; }
  .work-toolbar { gap: 12px; margin-bottom: 24px; }
  .filter-group { gap: 18px; }
  .filter-button { font-size: 13px; }
  .work-toolbar .text-link { font-size: 12px; gap: 7px; }
  .gallery { grid-template-columns: minmax(0, 1fr); gap: 34px; }
  .gallery-card figcaption { padding-top: 13px; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .portrait { max-width: 100%; width: 87%; }
  .about-copy h2 { margin-bottom: 23px; }
  .signature { margin-top: 28px; }
  .services { padding-top: 15px; }
  .section-top { margin-bottom: 30px; }
  .service-row summary { grid-template-columns: 24px 1fr 28px; gap: 10px; min-height: 92px; }
  .service-row h3 { font-size: 29px; }
  .service-detail { margin-left: 34px; }
  .service-detail .text-link { font-size: 13px; gap: 12px; }
  .studio-feature { grid-template-columns: 1fr; }
  .studio-image { height: 490px; }
  .studio-copy { padding: 58px var(--gutter); }
  .studio-copy h2 { font-size: 64px; }
  .testimonial-grid { grid-template-columns: 1fr; gap: 36px; margin-top: 36px; }
  .testimonial { border-bottom: 1px solid #d4c5c7; padding-bottom: 30px; }
  .testimonial:last-child { border-bottom: 0; padding-bottom: 0; }
  .testimonial blockquote { font-size: 27px; margin-bottom: 20px; }
  .booking { padding-top: 78px; padding-bottom: 78px; }
  .booking h2 { font-size: 70px; }
  .footer { padding-top: 45px; }
  .footer-main { grid-template-columns: 1fr; gap: 35px; padding-bottom: 25px; }
  .newsletter { max-width: none; }
  .footer-bottom { gap: 18px; }
}
@media (max-width: 374px) {
  .hero h1 { font-size: 65px; }
  .hero-actions { gap: 12px; }
  .hero-actions .button { gap: 12px; padding: 12px; }
  .hero-actions .text-link { gap: 5px; }
  h2 { font-size: 46px; }
  .booking h2 { font-size: 60px; }
  .service-row h3 { font-size: 25px; }
  .filter-group { gap: 14px; }
  .work-toolbar { flex-wrap: wrap; }
}
@media (max-height: 760px) and (max-width: 640px) {
  .hero-stage { padding-bottom: 88px; }
  .hero h1 { font-size: 65px; }
  .hero-copy { margin: 15px 0 17px; }
  .hero .eyebrow { display: none; }
  .hero-bottom { bottom: 16px; }
}
@media (max-height: 720px) and (min-width: 641px) {
  .hero-stage { min-height: 480px; padding-top: 112px; padding-bottom: 76px; }
  .hero-photo-plane { width: max(100%, calc(max(480px, var(--hero-height)) * .75)); }
  .hero h1 { font-size: 82px; }
  .hero-content { margin-top: 0; width: 70%; }
  .hero-copy { margin: 18px 0; font-size: 15px; }
  .hero .eyebrow { margin-bottom: 18px; }
  .hero-bottom { bottom: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .hero-photo-plane { --photo-scale: 1 !important; }
  .brow-tracing { display: none; }
  .motion-enabled .reveal:not(.in-view) { opacity: 1; transform: none; }
  .motion-enabled .section-meta:not(.in-view)::after { transform: none; }
  .gallery-card:hover img { transform: none; }
}
@media (max-width: 374px) {
  .hero h1 { font-size: 56px; }
  .hero-copy { margin: 12px 0 14px; }
  .hero-stage { padding-bottom: 80px; }
  .hero-actions .text-link { display: none; }
}
