:root {
  --ink: #171412;
  --black: #0f0e0d;
  --ivory: #f5f0e7;
  --paper: #fffdf8;
  --gold: #b89655;
  --gold-light: #d9c08a;
  --muted: #6f6861;
  --line: rgba(23, 20, 18, 0.16);
  --serif: "Italiana", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 1rem; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: #fff; padding: .7rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header { position: absolute; z-index: 10; top: 0; left: 0; right: 0; min-height: 86px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.25rem, 5vw, 5rem); color: white; border-bottom: 1px solid rgba(255,255,255,.24); }
.brand { display: inline-flex; align-items: center; color: inherit; text-decoration: none; }
.brand-logo { display: block; width: clamp(180px, 18vw, 270px); height: auto; filter: drop-shadow(0 1px 8px rgba(0,0,0,.18)); }
.site-nav { display: flex; align-items: center; gap: 2rem; }
.site-nav a { color: inherit; text-decoration: none; font-size: .92rem; }
.site-nav a:not(.nav-book):hover { color: var(--gold-light); }
.nav-book { padding: .65rem 1.1rem; border: 1px solid rgba(255,255,255,.7); }
.menu-button { display: none; color: white; background: transparent; border: 1px solid rgba(255,255,255,.5); padding: .5rem .8rem; }

.hero { position: relative; min-height: 820px; height: 100svh; display: grid; align-items: center; overflow: hidden; background: var(--black); color: white; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,8,7,.77) 0%, rgba(10,8,7,.48) 38%, rgba(10,8,7,.08) 70%, rgba(10,8,7,.22) 100%); }
.hero-copy { position: relative; z-index: 1; max-width: 700px; padding: 8rem clamp(1.25rem, 8vw, 8rem) 3rem; }
.eyebrow { margin: 0 0 1rem; color: var(--gold); font-size: .73rem; font-weight: 600; letter-spacing: .19em; line-height: 1.4; text-transform: uppercase; }
.hero h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: .98; letter-spacing: -.025em; }
.hero h1 { max-width: 650px; font-size: clamp(4rem, 8.1vw, 8.1rem); }
.hero-copy > p:not(.eyebrow) { max-width: 530px; margin: 1.7rem 0 2.2rem; color: rgba(255,255,255,.8); font-size: 1.1rem; }
.hero-actions { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: .8rem 1.45rem; border: 1px solid transparent; text-decoration: none; font-weight: 600; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold-light); color: var(--black); }
.button-dark { background: var(--ink); color: white; }
.button-outline { border-color: var(--ink); }
.text-link { color: white; text-underline-offset: .4rem; }
.hero-note { position: absolute; z-index: 1; right: clamp(1.25rem, 5vw, 5rem); bottom: 2.2rem; display: flex; align-items: center; gap: .8rem; color: rgba(255,255,255,.75); }
.hero-note > span { font-family: var(--serif); font-size: 2rem; color: var(--gold-light); }
.hero-note small { max-width: 80px; font-size: .65rem; letter-spacing: .1em; line-height: 1.3; text-transform: uppercase; }

.section-pad { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 8vw, 8rem); }
.intro { display: grid; grid-template-columns: .55fr 1.4fr 1fr; align-items: start; gap: 3rem; }
.intro h2, .section-heading h2, .booking h2, .contact h2 { font-size: clamp(2.8rem, 5vw, 5.5rem); }
.intro > p:last-child { margin: .25rem 0 0; color: var(--muted); max-width: 540px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 3rem; margin-bottom: 4rem; }
.section-heading > p { max-width: 450px; margin: 0; color: var(--muted); }
.services { background: var(--ivory); }
.service-list { border-top: 1px solid var(--line); }
.service-card { display: grid; grid-template-columns: 70px 1fr auto; gap: 2rem; align-items: center; padding: 2.25rem 0; border-bottom: 1px solid var(--line); }
.service-number { color: var(--gold); font-size: .78rem; }
.service-card h3 { margin: 0 0 .35rem; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.service-card p { margin: 0; color: var(--muted); }
.service-card strong { white-space: nowrap; font-weight: 500; }

.looks { background: var(--black); color: white; }
.light-heading > p { color: rgba(255,255,255,.6); }
.look-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: auto auto; gap: 1.25rem; max-width: 1250px; margin: 0 auto; }
.look-card { position: relative; margin: 0; min-height: 430px; overflow: hidden; background: #211e1b; }
.look-card.tall { grid-row: 1 / span 2; min-height: 840px; }
.look-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.look-card:hover img { transform: scale(1.025); }
.look-card figcaption { position: absolute; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; gap: 1rem; padding: 3rem 1.5rem 1.4rem; background: linear-gradient(transparent, rgba(0,0,0,.78)); }
.look-card figcaption strong { color: var(--gold-light); font-weight: 500; }
.look-quote { display: flex; flex-direction: column; justify-content: center; min-height: 380px; padding: clamp(2rem, 5vw, 4.5rem); background: #201c19; }
.quote-mark { color: var(--gold); font-family: Georgia, serif; font-size: 5rem; line-height: .7; }
.look-quote blockquote { margin: 1.5rem 0 2rem; font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.8rem); line-height: 1.18; }
.look-quote a { color: var(--gold-light); text-underline-offset: .4rem; }

.booking { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 8rem); background: var(--paper); }
.booking-intro > p:not(.eyebrow) { max-width: 500px; color: var(--muted); }
.booking-promise { display: grid; grid-template-columns: 32px 1fr; gap: 1rem; margin-top: 3rem; }
.booking-promise span { color: var(--gold); font-size: .7rem; padding-top: .3rem; }
.booking-promise p { margin: 0 0 1rem; color: var(--muted); font-size: .9rem; }
.booking-promise strong { color: var(--ink); }
.booking-widget { align-self: center; padding: clamp(2rem, 5vw, 4.5rem); background: var(--ivory); border-top: 3px solid var(--gold); box-shadow: 0 24px 65px rgba(37, 29, 23, .08); }
.booking-widget h3 { margin: 0 0 1rem; font-family: 'Italiana', serif; font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 400; line-height: 1.05; }
.booking-widget > p:not(.eyebrow) { max-width: 520px; color: var(--muted); }
.booking-widget .button { width: 100%; margin: 1.25rem 0 .8rem; }
.booking-widget .booking-widget-note { margin: 0; text-align: center; font-size: .82rem; }
.field { display: flex; flex-direction: column; gap: .45rem; }
.full { grid-column: 1 / -1; }
.field label { font-size: .82rem; font-weight: 600; }
.field label span { color: var(--muted); font-weight: 400; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; background: var(--paper); color: var(--ink); padding: .85rem 1rem; min-height: 50px; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--gold); outline-offset: 1px; }
.form-note { margin: -.4rem 0 0; text-align: center; color: var(--muted); font-size: .78rem; }

.contact { display: grid; grid-template-columns: 1fr 1fr auto; gap: 3rem; align-items: center; background: var(--gold-light); }
.contact h2 { max-width: 600px; }
.contact > p { max-width: 520px; }
.contact-actions { display: flex; gap: .75rem; flex-wrap: wrap; justify-content: flex-end; }
.phone-link { display: inline-block; margin-top: .35rem; font-family: var(--serif); font-size: 1.6rem; font-weight: 600; text-decoration-thickness: 1px; text-underline-offset: .3rem; }
.email-link { font-size: .95rem; text-underline-offset: .25rem; overflow-wrap: anywhere; }
.address-link { display: inline-block; margin-top: .45rem; font-size: .92rem; font-weight: 600; text-underline-offset: .25rem; }
.opening-hours { display: inline-block; margin-top: .55rem; font-size: .86rem; font-weight: 600; letter-spacing: .02em; }
footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 2rem; padding: 2.5rem clamp(1.25rem, 5vw, 5rem); background: var(--black); color: rgba(255,255,255,.62); font-size: .8rem; }
.footer-brand { color: white; }
.footer-brand .brand-logo { width: min(240px, 100%); }
footer p:nth-child(2) { text-align: center; }
footer p:last-child { text-align: right; }

dialog { width: min(92vw, 560px); border: 0; padding: 3rem; color: var(--ink); background: var(--paper); box-shadow: 0 30px 90px rgba(0,0,0,.35); }
dialog::backdrop { background: rgba(10,8,7,.72); backdrop-filter: blur(4px); }
dialog h2 { font-size: 3rem; }
.dialog-logo { width: 210px; height: auto; margin: 0 0 2rem; padding: .65rem .8rem; background: var(--black); }
.dialog-close { position: absolute; top: 1rem; right: 1rem; border: 0; background: transparent; font-size: 2rem; cursor: pointer; }
.dialog-note { margin: 1.5rem 0; padding: 1rem; background: var(--ivory); color: var(--muted); font-size: .85rem; }
.dialog-actions { display: flex; gap: .75rem; flex-wrap: wrap; }

@media (max-width: 900px) {
  .site-header { min-height: 72px; }
  .menu-button { display: block; }
  .site-nav { position: fixed; inset: 72px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem 1.25rem 1.5rem; background: var(--black); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: .9rem; border-bottom: 1px solid rgba(255,255,255,.12); }
  .nav-book { margin-top: .7rem; text-align: center; }
  .hero { min-height: 720px; }
  .hero > img { object-position: 62% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(10,8,7,.84), rgba(10,8,7,.42) 75%); }
  .hero-copy { max-width: 600px; }
  .intro { grid-template-columns: 1fr; gap: 1.25rem; }
  .section-heading { align-items: start; flex-direction: column; gap: 1.25rem; }
  .booking { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; gap: 1.5rem; }
  .contact .button { justify-self: start; }
  .contact-actions { justify-content: flex-start; }
}

@media (max-width: 650px) {
  .brand-logo { width: 160px; }
  .hero { min-height: 700px; }
  .hero h1 { font-size: clamp(3.6rem, 17vw, 5rem); }
  .hero-copy { padding-top: 7rem; }
  .hero-note { display: none; }
  .section-pad { padding-top: 4.5rem; padding-bottom: 4.5rem; }
  .service-card { grid-template-columns: 35px 1fr; gap: 1rem; }
  .service-card strong { grid-column: 2; }
  .look-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .look-card.tall { grid-row: auto; min-height: 600px; }
  .look-card { min-height: 530px; }
  .booking-form { grid-template-columns: 1fr; }
  .field, .full { grid-column: 1; }
  footer { grid-template-columns: 1fr; }
  footer p:nth-child(2), footer p:last-child { text-align: left; }
  dialog { padding: 2.4rem 1.4rem 1.5rem; }
}

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