:root {
  --paper: #fffaf7;
  --ivory: #fdf6f3;
  --blush: #efc5c1;
  --blush-strong: #dda9a4;
  --ink: #242323;
  --muted: #6d6662;
  --line: #ead6d2;
  --white: #ffffff;
  --display: "GFS Didot", Didot, Georgia, serif;
  --body: "Hanken Grotesk", "Avenir Next", "Century Gothic", "Trebuchet MS", sans-serif;
  --nav-h: 62px;
  --shell: min(1220px, calc(100vw - 64px));
  --ease: cubic-bezier(.22,.61,.36,1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 16px); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { background: var(--blush); color: var(--ink); }
.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; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 9999; background: var(--ink); color: white; padding: 10px 16px; border-radius: 4px; }
.skip-link:focus { top: 12px; }
.page-shell { width: var(--shell); margin-inline: auto; }
.section { min-height: 540px; padding: 72px 0; display: flex; align-items: center; }
.section-tight { padding: 26px 0 28px; }
.eyebrow { margin: 0 0 14px; text-transform: uppercase; letter-spacing: .22em; font-size: 11px; font-weight: 600; color: var(--muted); }
.eyebrow-light { color: #ecd7d3; }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { font-family: var(--display); font-weight: 400; letter-spacing: -.025em; line-height: 1.05; }
h1 { margin-bottom: 16px; font-size: clamp(34px, 3.45vw, 47px); max-width: 780px; }
h2 { margin-bottom: 18px; font-size: clamp(31px, 3vw, 42px); }
h3 { font-size: 24px; }
p { color: var(--muted); }
.lead { max-width: 760px; margin-bottom: 0; font-size: clamp(15px, 1.25vw, 17.5px); line-height: 1.6; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 24px; border: 1px solid transparent; text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 600; transition: transform .25s var(--ease), background .25s, color .25s, border-color .25s; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: #3a3837; }
.button-outline { background: transparent; border-color: var(--ink); }
.button-outline:hover { background: var(--ink); color: var(--white); }
.button-light { background: var(--paper); color: var(--ink); }
.button-wide { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 4px; border-bottom: 1px solid currentColor; text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 600; }
.button-reset { border: 0; background: none; padding-inline: 0; cursor: pointer; }

.site-header { position: sticky; top: 0; z-index: 1000; height: var(--nav-h); background: color-mix(in srgb, var(--paper) 92%, transparent); border-bottom: 1px solid rgba(36,35,35,.08); backdrop-filter: blur(14px); }
.nav-shell { width: var(--shell); height: 100%; margin: auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.mini-brand { display: inline-flex; align-items: center; gap: 11px; white-space: nowrap; }
.mini-monogram { font-family: var(--display); font-size: 25px; line-height: 1; }
.mini-name { text-transform: uppercase; letter-spacing: .18em; font-size: 9px; font-weight: 600; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px,2.4vw,34px); }
.primary-nav a { text-transform: uppercase; letter-spacing: .13em; font-size: 9px; font-weight: 600; position: relative; }
.primary-nav a::after { content:""; position:absolute; left:0; bottom:-7px; width:100%; height:1px; background:var(--ink); transform:scaleX(0); transform-origin:right; transition:transform .25s; }
.primary-nav a:hover::after { transform:scaleX(1); transform-origin:left; }
.nav-book { min-height: 38px; padding-inline: 18px; }
.menu-toggle { display: none; width: 40px; height: 40px; border: 0; background: transparent; padding: 10px; }
.menu-toggle span:not(.sr-only) { display:block; height:1px; background:var(--ink); margin:6px 0; }

.brand-hero { background: var(--ivory); border-bottom: 1px solid rgba(239,197,193,.5); }
.brand-hero img { width: 100%; height: auto; }
.opening-composition { background: var(--paper); min-height: 260px; display:flex; align-items:center; }
.opening-grid { display:grid; grid-template-columns: minmax(0,1.65fr) minmax(280px,.65fr); gap: clamp(40px,7vw,110px); align-items:center; }
.opening-copy { padding-right: 10px; }
.booking-card { border-left: 1px solid var(--line); padding-left: clamp(28px,4vw,54px); display:grid; gap:14px; align-content:center; }
.rating-line { display:flex; align-items:center; gap:8px; font-size:12px; text-transform:uppercase; letter-spacing:.12em; }
.rating-line strong { font-size:13px; }
.rating-line span:last-child { color:var(--muted); letter-spacing:.05em; text-transform:none; }
.rating-mark { width:10px; height:10px; border:1px solid var(--blush-strong); border-radius:50%; display:inline-block; position:relative; }
.rating-mark::after { content:""; position:absolute; width:3px; height:3px; border-radius:50%; background:var(--blush-strong); inset:0; margin:auto; }
.booking-note { margin:0; font-size:12px; line-height:1.5; }

.fact-strip { border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:#fffdfb; }
.facts { display:grid; grid-template-columns:repeat(3,1fr); }
.fact { min-height:118px; display:grid; grid-template-columns:34px 1fr; gap:14px; align-content:center; padding:22px clamp(16px,3vw,38px); border-right:1px solid var(--line); }
.fact:last-child { border-right:0; }
.fact-icon { width:28px; height:28px; border:1px solid var(--blush-strong); border-radius:50%; position:relative; }
.fact-icon::after { content:""; position:absolute; width:6px; height:6px; border-radius:50%; background:var(--blush-strong); inset:0; margin:auto; }
.fact h3 { font-family:var(--body); font-size:13px; letter-spacing:.03em; margin:0 0 4px; font-weight:600; }
.fact p { font-size:12px; line-height:1.5; margin:0; }

.about-section { background: var(--ivory); }
.about-grid { display:grid; grid-template-columns:minmax(400px,1fr) minmax(360px,.82fr); gap:clamp(55px,8vw,120px); align-items:center; }
.about-visual { height:510px; position:relative; }
.primary-photo { width:72%; height:100%; position:absolute; left:4%; top:0; }
.primary-photo img,.detail-photo img { width:100%; height:100%; object-fit:cover; }
.arch-frame { overflow:hidden; border-radius: 220px 220px 20px 20px; border:1px solid var(--blush); padding:9px; background:var(--paper); }
.arch-frame img { border-radius: 210px 210px 12px 12px; }
.detail-photo { position:absolute; right:0; bottom:34px; width:178px; aspect-ratio:1; border-radius:50%; overflow:hidden; border:10px solid var(--ivory); outline:1px solid var(--blush); }
.offset-line { position:absolute; width:65%; height:86%; left:0; top:7%; border:1px solid var(--blush); border-radius:220px 220px 20px 20px; transform:translate(-18px,18px); z-index:0; }
.primary-photo,.detail-photo { z-index:1; }
.about-copy > p:not(.eyebrow) { max-width:560px; font-size:16px; }
.brand-orbit { width:210px; height:210px; position:relative; margin:34px auto 0; border:1px solid var(--blush-strong); border-radius:50%; justify-self:center; }
.brand-orbit::before,.brand-orbit::after { content:""; position:absolute; inset:18px; border:1px solid var(--line); border-radius:50%; }
.brand-orbit::after { inset:49%; width:2%; height:2%; background:var(--blush-strong); border:0; }
.orbit-center { position:absolute; inset:0; display:grid; place-items:center; font-family:var(--display); font-size:30px; }
.orbit-word { position:absolute; text-transform:uppercase; letter-spacing:.16em; font-size:8px; font-weight:600; background:var(--ivory); padding:2px 7px; }
.orbit-top { top:-8px; left:50%; transform:translateX(-50%); }
.orbit-bottom { bottom:-8px; left:50%; transform:translateX(-50%); }
.orbit-left { left:-34px; top:50%; transform:translateY(-50%) rotate(-90deg); }
.orbit-right { right:-38px; top:50%; transform:translateY(-50%) rotate(90deg); }

.services-section { background:var(--paper); }
.split-heading { display:grid; grid-template-columns:1.1fr .75fr; gap:80px; align-items:end; }
.split-heading > p { max-width:470px; margin-bottom:20px; }
.service-editorial-grid { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid var(--ink); border-bottom:1px solid var(--ink); margin-top:26px; }
.service-card { min-height:230px; padding:26px 23px; border-right:1px solid var(--line); display:flex; flex-direction:column; position:relative; transition:background .25s; }
.service-card:last-child { border-right:0; }
.service-card:hover { background:var(--ivory); }
.service-index { font-family:var(--display); color:var(--blush-strong); font-size:14px; }
.service-card h3 { margin:28px 0 10px; font-size:25px; }
.service-meta { margin-top:auto; display:flex; justify-content:space-between; align-items:end; gap:10px; font-size:11px; color:var(--muted); }
.service-meta strong { color:var(--ink); font-size:14px; }
.center-action { display:flex; justify-content:center; margin-top:28px; }

.gallery-section { background:#fffdfb; overflow:hidden; }
.gallery-shell { position:relative; }
.editorial-gallery { height:510px; display:grid; grid-template-columns:1.2fr .75fr .9fr; grid-template-rows:1fr .86fr; gap:20px; position:relative; margin-top:28px; }
.gallery-item { margin:0; overflow:hidden; background:var(--ivory); }
.gallery-item img { width:100%; height:100%; object-fit:cover; }
.gallery-anchor { grid-column:1; grid-row:1 / span 2; padding:8px; }
.gallery-nails { grid-column:2; grid-row:1; }
.gallery-lashes { grid-column:3; grid-row:1; }
.gallery-waiting { grid-column:2; grid-row:2; }
.gallery-result { grid-column:3; grid-row:2; }
.offset-frame { border:1px solid var(--blush); padding:8px; transform:translateY(12px); box-shadow:16px -16px 0 var(--ivory); }
.soft-arch-frame { border-radius:170px 170px 18px 18px; overflow:hidden; }
.rounded-frame { border-radius:10px 70px 10px 10px; }
.square-frame { border:1px solid var(--line); padding:7px; }
.gallery-caption-card { position:absolute; z-index:2; width:245px; right:27%; bottom:-34px; background:var(--ink); color:white; padding:24px; }
.gallery-caption-card p { color:#eee6e2; font-size:12px; margin:18px 0; }
.gallery-caption-card .text-link { color:white; }
.caption-number { font-family:var(--display); color:var(--blush); font-size:24px; }

.specialist-section { background:var(--ivory); }
.specialist-grid { display:grid; grid-template-columns:320px 1fr 340px; gap:clamp(38px,6vw,80px); align-items:center; }
.specialist-portrait { position:relative; width:300px; height:430px; border-radius:160px 160px 18px 18px; overflow:hidden; border:1px solid var(--blush); background:#f5e3df; }
.specialist-portrait::before { content:""; position:absolute; inset:10px; border:1px solid rgba(255,255,255,.8); border-radius:150px 150px 12px 12px; z-index:2; pointer-events:none; }
.specialist-portrait img { width:100%; height:100%; object-fit:cover; position:relative; z-index:1; }
.portrait-fallback { position:absolute; inset:0; display:grid; place-items:center; font-family:var(--display); font-size:120px; color:rgba(36,35,35,.35); }
.specialist-copy p { font-size:16px; max-width:540px; }
.signature-line { display:flex; align-items:center; gap:14px; margin-top:28px; text-transform:uppercase; letter-spacing:.2em; font-size:10px; }
.signature-line span { display:block; width:70px; height:1px; background:var(--blush-strong); }
.specialist-quote { margin:0; border-left:1px solid var(--blush-strong); padding:18px 0 18px 34px; font-family:var(--display); font-size:26px; line-height:1.35; }
.specialist-quote cite { display:block; margin-top:20px; font-family:var(--body); font-style:normal; font-size:9px; text-transform:uppercase; letter-spacing:.16em; color:var(--muted); }

.reviews-section { background:var(--paper); }
.review-summary { align-self:end; text-align:right; margin-bottom:18px; }
.review-summary strong { display:block; font-family:var(--display); font-size:38px; font-weight:400; }
.review-summary span { font-size:11px; color:var(--muted); }
.reviews-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:20px; }
.review-card { min-height:260px; border:1px solid var(--line); padding:28px; display:flex; flex-direction:column; background:#fffdfb; }
.review-stars { display:flex; gap:3px; color:var(--blush-strong); }
.review-stars svg { width:11px; height:11px; fill:currentColor; }
.review-card blockquote { margin:28px 0 24px; font-family:var(--display); font-size:23px; line-height:1.35; }
.review-card footer { margin-top:auto; display:flex; justify-content:space-between; gap:12px; font-size:9px; text-transform:uppercase; letter-spacing:.13em; color:var(--muted); }

.contact-section { min-height:590px; padding:78px 0; display:flex; align-items:center; background:var(--ink); color:white; position:relative; overflow:hidden; }
.contact-section::before,.contact-section::after { content:""; position:absolute; border:1px solid rgba(239,197,193,.25); border-radius:50%; width:560px; height:560px; }
.contact-section::before { left:-280px; top:-230px; }
.contact-section::after { right:-310px; bottom:-290px; }
.contact-grid { display:grid; grid-template-columns:1fr 1fr; gap:110px; position:relative; z-index:1; }
.contact-intro h2 { color:white; max-width:520px; }
.contact-intro p { color:#d8cfcb; max-width:510px; margin-bottom:30px; }
.contact-details { display:grid; grid-template-columns:1fr 1fr; gap:28px 40px; }
.contact-block { border-top:1px solid rgba(255,255,255,.25); padding-top:14px; }
.contact-label { display:block; color:var(--blush); text-transform:uppercase; letter-spacing:.18em; font-size:9px; margin-bottom:8px; }
.contact-block a { font-size:14px; }
.hours-list { grid-column:1/-1; border-top:1px solid rgba(255,255,255,.25); padding-top:14px; display:grid; grid-template-columns:repeat(2,1fr); gap:7px 30px; }
.hour-row { display:flex; justify-content:space-between; gap:18px; font-size:11px; color:#d8cfcb; }
.hour-row span:first-child { color:white; }
.site-footer { background:#1c1b1b; color:white; border-top:1px solid rgba(255,255,255,.12); }
.footer-grid { min-height:110px; display:grid; grid-template-columns:1fr auto auto; align-items:center; gap:40px; }
.footer-brand { font-family:var(--display); font-size:22px; }
.footer-grid p { margin:0; color:#9f9895; font-size:10px; }

.modal { border:0; padding:0; width:min(1120px,calc(100vw - 32px)); max-height:calc(100vh - 32px); background:var(--paper); color:var(--ink); box-shadow:0 30px 100px rgba(0,0,0,.28); }
.modal::backdrop { background:rgba(23,20,19,.72); backdrop-filter:blur(5px); }
.modal-shell { padding:38px; max-height:calc(100vh - 32px); overflow:auto; }
.modal-header { display:flex; justify-content:space-between; align-items:start; position:sticky; top:-38px; z-index:4; background:var(--paper); padding:28px 0 20px; border-bottom:1px solid var(--line); }
.modal-header h2 { margin:0; }
.modal-close { border:1px solid var(--line); background:transparent; width:42px; height:42px; border-radius:50%; font-size:25px; cursor:pointer; }
.service-catalogue { display:grid; gap:34px; padding-top:28px; }
.catalogue-category { display:grid; grid-template-columns:220px 1fr; gap:30px; }
.catalogue-category h3 { position:sticky; top:98px; align-self:start; font-size:26px; }
.catalogue-items { border-top:1px solid var(--ink); }
.catalogue-item { display:grid; grid-template-columns:1fr auto; gap:18px; padding:18px 0; border-bottom:1px solid var(--line); }
.catalogue-item h4 { margin:0 0 7px; font-size:13px; }
.catalogue-item p { margin:0; font-size:11px; max-width:680px; white-space:pre-line; }
.catalogue-meta { text-align:right; white-space:nowrap; font-size:11px; color:var(--muted); }
.catalogue-meta strong { display:block; color:var(--ink); font-size:14px; }
.gallery-modal-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; padding-top:24px; }
.gallery-modal-grid figure { margin:0; background:var(--ivory); }
.gallery-modal-grid img { width:100%; aspect-ratio:1 / 1.05; object-fit:cover; }
.gallery-modal-grid figcaption { padding:10px 4px 18px; font-size:10px; color:var(--muted); }

.reveal { opacity:0; transform:translateY(18px); transition:opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in-view { opacity:1; transform:none; }

@media (max-width: 1020px) {
  :root { --shell:min(100% - 44px, 920px); }
  .primary-nav { display:none; position:absolute; top:var(--nav-h); left:0; right:0; background:var(--paper); border-bottom:1px solid var(--line); padding:28px; flex-direction:column; }
  .primary-nav.open { display:flex; }
  .menu-toggle { display:block; justify-self:end; }
  .nav-shell { grid-template-columns:auto 1fr auto auto; }
  .nav-book { display:none; }
  .opening-grid { gap:42px; }
  .about-grid { grid-template-columns:1fr 1fr; gap:52px; }
  .about-visual { height:430px; }
  .service-editorial-grid { grid-template-columns:repeat(2,1fr); }
  .service-card:nth-child(2) { border-right:0; }
  .service-card:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .specialist-grid { grid-template-columns:260px 1fr; }
  .specialist-portrait { width:250px; height:360px; }
  .specialist-quote { grid-column:2; }
  .gallery-caption-card { right:20%; }
}

@media (max-width: 760px) {
  :root { --shell:calc(100vw - 34px); --nav-h:58px; }
  .section { min-height:0; padding:58px 0; }
  .mini-name { display:none; }
  .brand-hero { padding:0; overflow:hidden; }
  .brand-hero img { width:150%; max-width:none; margin-left:-25%; }
  .opening-composition { min-height:0; padding:34px 0 38px; }
  .opening-grid { grid-template-columns:1fr; gap:26px; }
  .booking-card { border-left:0; border-top:1px solid var(--line); padding:22px 0 0; }
  .facts { grid-template-columns:1fr; }
  .fact { min-height:92px; border-right:0; border-bottom:1px solid var(--line); padding-inline:0; }
  .fact:last-child { border-bottom:0; }
  .about-grid,.contact-grid { grid-template-columns:1fr; gap:44px; }
  .about-visual { height:430px; order:2; }
  .about-copy { order:1; }
  .primary-photo { width:80%; }
  .detail-photo { width:145px; }
  .brand-orbit { margin-right:auto; }
  .split-heading { grid-template-columns:1fr; gap:8px; }
  .service-editorial-grid { grid-template-columns:1fr; }
  .service-card { min-height:190px; border-right:0; border-bottom:1px solid var(--line); }
  .editorial-gallery { height:auto; grid-template-columns:1fr 1fr; grid-template-rows:360px 210px 210px; }
  .gallery-anchor { grid-column:1 / span 2; grid-row:1; }
  .gallery-nails { grid-column:1; grid-row:2; }
  .gallery-lashes { grid-column:2; grid-row:2; }
  .gallery-waiting { grid-column:1; grid-row:3; }
  .gallery-result { grid-column:2; grid-row:3; }
  .gallery-caption-card { position:relative; width:calc(100% - 34px); right:auto; bottom:auto; margin:-22px auto 0; }
  .specialist-grid { grid-template-columns:1fr; }
  .specialist-portrait { width:min(280px,85vw); height:390px; margin:auto; }
  .specialist-quote { grid-column:auto; }
  .reviews-grid { grid-template-columns:1fr; }
  .review-card { min-height:225px; }
  .contact-details { grid-template-columns:1fr; }
  .hours-list { grid-column:auto; grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr; gap:7px; padding:25px 0; }
  .catalogue-category { grid-template-columns:1fr; gap:10px; }
  .catalogue-category h3 { position:static; }
  .gallery-modal-grid { grid-template-columns:1fr 1fr; }
  .modal-shell { padding:22px; }
  .modal-header { top:-22px; }
}

@media (max-width: 430px) {
  .editorial-gallery { grid-template-rows:330px 170px 170px; gap:10px; }
  .gallery-modal-grid { grid-template-columns:1fr; }
  .catalogue-item { grid-template-columns:1fr; }
  .catalogue-meta { text-align:left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  .reveal { opacity:1; transform:none; transition:none; }
  .button { transition:none; }
}
