/* Salon Bella — premium editorial concept */
:root {
  --ink: #171011;
  --ink-soft: #24191b;
  --paper: #f7f0e5;
  --paper-deep: #eadfce;
  --pink: #e9b5ba;
  --pink-pale: #f3d7d7;
  --burgundy: #711f36;
  --burgundy-dark: #471323;
  --gold: #c8a563;
  --gold-light: #e6cf9a;
  --white: #fffaf4;
  --muted: #75686a;
  --line: rgba(23, 16, 17, 0.18);
  --line-light: rgba(255, 250, 244, 0.22);
  --serif: Georgia, "Times New Roman", Times, serif;
  --sans: "Segoe UI", Arial, Helvetica, sans-serif;
  --shell: min(1240px, calc(100vw - 64px));
  --ease: cubic-bezier(0.2, 0.75, 0.25, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
  background: var(--ink);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.is-menu-open {
  overflow: hidden;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

figure,
p,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.94;
  text-wrap: balance;
}

h1 em,
h2 em {
  color: var(--burgundy);
  font-weight: 400;
}

[hidden] {
  display: none !important;
}

::selection {
  background: var(--burgundy);
  color: var(--white);
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.section {
  padding-block: clamp(88px, 10vw, 152px);
}

.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;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-180%);
  padding: 12px 18px;
  background: var(--white);
  color: var(--ink);
  font-weight: 800;
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.concept-bar {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 7px 20px;
  background: var(--burgundy);
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.concept-bar a {
  color: var(--gold-light);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.capture-mode .concept-bar,
.capture-mode .mobile-booking {
  display: none !important;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(247, 240, 229, 0.12);
  background: rgba(23, 16, 17, 0.94);
  color: var(--white);
  backdrop-filter: blur(18px);
}

.nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.brand-monogram {
  width: 38px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 1.35rem;
  line-height: 1;
}

.brand-copy {
  display: grid;
  line-height: 1;
}

.brand-copy strong {
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.brand-copy small {
  margin-top: 4px;
  color: var(--pink);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.nav-menu {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-menu a {
  position: relative;
  padding-block: 10px;
  color: rgba(255, 250, 244, 0.75);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-menu a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  background: var(--pink);
  content: "";
  transform-origin: right;
  transition: transform 300ms var(--ease);
}

.nav-menu a:hover::after,
.nav-menu a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 30px;
  border: 1px solid var(--gold);
  padding: 0 18px;
  color: var(--gold-light);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 250ms ease, color 250ms ease;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  background: var(--gold);
  color: var(--ink);
}

.nav-toggle {
  display: none;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--burgundy);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 34px;
  height: 1px;
  flex: 0 0 auto;
  background: currentColor;
  content: "";
}

.eyebrow.light {
  color: var(--gold-light);
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  padding: 0 25px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: transform 250ms var(--ease), background 250ms ease, color 250ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px);
}

.button-gold {
  background: var(--gold);
  color: var(--ink);
}

.button-gold:hover,
.button-gold:focus-visible {
  background: var(--gold-light);
}

.button-dark {
  background: var(--ink);
  color: var(--white);
}

.button-dark:hover,
.button-dark:focus-visible {
  background: var(--burgundy);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid currentColor;
  padding: 8px 0 7px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.light-link {
  color: var(--white);
}

/* Hero */
.hero {
  position: relative;
  min-height: min(900px, calc(100svh - 36px));
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 22%, rgba(113, 31, 54, 0.4), transparent 31%),
    linear-gradient(115deg, #1e1315 0%, var(--ink) 58%, #261316 100%);
  color: var(--white);
}

.hero::before {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image: repeating-linear-gradient(90deg, transparent 0, transparent calc(25% - 1px), rgba(255, 255, 255, 0.08) 25%);
  content: "";
  pointer-events: none;
}

.hero-layout {
  position: relative;
  z-index: 2;
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(330px, 0.72fr) 120px;
  gap: 44px;
  align-items: center;
  padding-block: 74px 116px;
}

.hero-word {
  position: absolute;
  z-index: 1;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: transparent;
  font-family: var(--serif);
  font-size: clamp(11rem, 23vw, 25rem);
  letter-spacing: -0.075em;
  line-height: 0.7;
  -webkit-text-stroke: 1px rgba(233, 181, 186, 0.19);
  white-space: nowrap;
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 3;
  align-self: center;
  padding-top: 30px;
}

.hero-copy h1 {
  max-width: 8.6ch;
  margin-top: 25px;
  font-size: clamp(4rem, 7.2vw, 7.5rem);
}

.hero-copy h1 em {
  color: var(--pink);
}

.hero-lead {
  max-width: 490px;
  margin-top: 30px;
  color: rgba(255, 250, 244, 0.7);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 26px;
  margin-top: 40px;
}

.hero-portrait {
  position: relative;
  width: min(100%, 470px);
  justify-self: center;
  align-self: end;
  padding: 18px 18px 0 0;
}

.hero-portrait::before {
  position: absolute;
  z-index: -1;
  inset: -24px 48% 14% -42px;
  border-radius: 50% 50% 0 0;
  background: var(--burgundy);
  content: "";
}

.hero-portrait img {
  width: 100%;
  height: clamp(520px, 63vw, 680px);
  object-fit: cover;
  object-position: center 35%;
  filter: saturate(0.9) contrast(1.02);
}

.hero-frame {
  position: absolute;
  z-index: 2;
  inset: 0 0 auto auto;
  width: 80%;
  height: 80%;
  border-top: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
  pointer-events: none;
}

.hero-portrait figcaption {
  position: absolute;
  right: -36px;
  bottom: 28px;
  z-index: 3;
  min-width: 194px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
  border-left: 2px solid var(--gold);
  background: var(--paper);
  color: var(--ink);
  padding: 18px;
  font-family: var(--serif);
  line-height: 1.15;
}

.hero-portrait figcaption span:first-child {
  color: var(--burgundy);
  font-family: var(--sans);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.hero-note {
  align-self: end;
  margin-bottom: 76px;
  color: var(--pink);
  font-family: var(--serif);
  font-size: 1.1rem;
  line-height: 1.35;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.hero-note > span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--gold);
}

.hero-orbit {
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(200, 165, 99, 0.16);
  border-radius: 50%;
  pointer-events: none;
}

.hero-orbit-one {
  right: -14vw;
  top: 8%;
  width: 45vw;
  aspect-ratio: 1;
}

.hero-orbit-two {
  right: -4vw;
  top: 22%;
  width: 28vw;
  aspect-ratio: 1;
}

.hero-marquee {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  overflow: hidden;
  border-top: 1px solid rgba(255, 250, 244, 0.16);
  border-bottom: 1px solid rgba(255, 250, 244, 0.16);
  background: rgba(23, 16, 17, 0.6);
  padding: 15px 0;
}

.hero-marquee div {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 38px;
  animation: marquee 28s linear infinite;
  color: rgba(255, 250, 244, 0.65);
  font-family: var(--serif);
  font-size: 1.1rem;
  font-style: italic;
}

.hero-marquee i {
  color: var(--gold);
  font-size: 0.7rem;
  font-style: normal;
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

/* Introduction */
.intro {
  background: var(--pink-pale);
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.46fr 1.25fr auto;
  gap: clamp(30px, 6vw, 90px);
  align-items: start;
}

.intro h2 {
  max-width: 17ch;
  font-size: clamp(2.9rem, 5vw, 5.3rem);
}

.intro h2 em {
  display: block;
}

.intro-grid > div > p {
  max-width: 610px;
  margin-top: 34px;
  color: #675a5c;
  font-size: 1.05rem;
}

.intro-index {
  color: var(--burgundy);
  font-family: var(--serif);
  font-size: 0.9rem;
}

/* Section headings */
.section-head {
  margin-bottom: clamp(50px, 6vw, 78px);
}

.split-head {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 0.46fr);
  gap: 50px;
  align-items: end;
}

.section-head h2,
.price-heading h2,
.about-copy h2,
.visit-main h2 {
  margin-top: 20px;
  font-size: clamp(3rem, 5.8vw, 6rem);
}

.section-intro {
  max-width: 430px;
  border-left: 1px solid var(--gold);
  padding-left: 24px;
  color: var(--muted);
}

/* Lookbook tabs */
.lookbook {
  background: var(--paper);
}

.lookbook-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.lookbook-tabs button {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-family: var(--serif);
  font-size: 1.08rem;
  transition: background 220ms ease, color 220ms ease;
}

.lookbook-tabs button:first-child {
  border-left: 1px solid var(--line);
}

.lookbook-tabs button span {
  color: var(--burgundy);
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.lookbook-tabs button[aria-selected="true"] {
  background: var(--burgundy);
  color: var(--white);
}

.lookbook-tabs button[aria-selected="true"] span {
  color: var(--pink);
}

.tab-hint {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.72rem;
  text-align: right;
}

.no-js .lookbook-tabs,
.no-js .tab-hint {
  display: none;
}

.lookbook-panels {
  margin-top: 44px;
}

.lookbook-panel {
  display: grid;
  grid-template-columns: minmax(320px, 1.06fr) minmax(300px, 0.94fr);
  min-height: 650px;
  overflow: hidden;
  background: var(--pink-pale);
}

.js .lookbook-panel.is-active {
  animation: panel-in 480ms var(--ease) both;
}

@keyframes panel-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.no-js .lookbook-panel + .lookbook-panel {
  margin-top: 48px;
}

.lookbook-image {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: var(--burgundy-dark);
}

.lookbook-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(23, 16, 17, 0.36));
  content: "";
  pointer-events: none;
}

.lookbook-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms var(--ease);
}

.lookbook-panel:hover .lookbook-image img {
  transform: scale(1.025);
}

.image-number {
  position: absolute;
  z-index: 2;
  left: 24px;
  bottom: 18px;
  color: var(--white);
  font-family: var(--serif);
  font-size: 4.8rem;
  line-height: 1;
}

.lookbook-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(38px, 6vw, 86px);
}

.lookbook-copy h3 {
  margin-top: 22px;
  font-size: clamp(3.5rem, 6vw, 6.5rem);
}

.lookbook-copy > p:not(.eyebrow) {
  max-width: 490px;
  margin-top: 28px;
  color: #65585a;
}

.service-points {
  width: 100%;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.service-points li {
  position: relative;
  border-top: 1px solid rgba(23, 16, 17, 0.12);
  padding: 12px 0 12px 20px;
  color: #65585a;
  font-size: 0.87rem;
}

.service-points li::before {
  position: absolute;
  left: 0;
  color: var(--burgundy);
  content: "✦";
  font-size: 0.58rem;
}

.lookbook-meta {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-top: 25px;
  border-top: 1px solid var(--burgundy);
  padding-top: 18px;
}

.lookbook-meta span {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lookbook-meta strong {
  color: var(--burgundy);
  font-family: var(--serif);
  font-size: 2.1rem;
  font-weight: 400;
}

.lookbook-copy .button {
  margin-top: 30px;
}

.noscript-note {
  margin-top: 30px;
  border: 1px solid var(--line);
  padding: 14px;
  color: var(--muted);
}

/* Gallery */
.gallery {
  background: var(--ink);
  color: var(--white);
}

.gallery h2 em {
  color: var(--pink);
}

.gallery-head {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: end;
}

.gallery-head > p {
  max-width: 310px;
  color: rgba(255, 250, 244, 0.58);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 1fr;
  grid-template-rows: 300px 260px 360px;
  gap: 18px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  background: var(--burgundy-dark);
}

.gallery-item::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(23, 16, 17, 0.65));
  content: "";
  pointer-events: none;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms var(--ease), filter 900ms ease;
}

.gallery-item:hover img {
  transform: scale(1.035);
  filter: saturate(1.08);
}

.gallery-item figcaption {
  position: absolute;
  right: 18px;
  bottom: 17px;
  left: 18px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  font-family: var(--serif);
  font-size: 1.3rem;
}

.gallery-item figcaption span {
  color: var(--gold-light);
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.gallery-tall {
  grid-row: 1 / 3;
}

.gallery-wide {
  grid-column: 2 / 4;
}

.gallery-wide img {
  object-position: center 34%;
}

.gallery-quote {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--burgundy);
  padding: 32px;
}

.gallery-quote > span {
  color: var(--pink);
  font-family: var(--serif);
  font-size: 5rem;
  line-height: 0.6;
}

.gallery-quote p {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  font-style: italic;
  line-height: 1.12;
}

.gallery-square {
  grid-column: 3;
}

.gallery-bridal {
  grid-column: 1 / 4;
}

.gallery-bridal img {
  object-position: center 32%;
}

/* Price */
.price {
  background: var(--paper-deep);
}

.price-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(440px, 1fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: start;
}

.price-heading {
  position: sticky;
  top: 130px;
}

.price-heading h2 {
  font-size: clamp(3rem, 5vw, 5.3rem);
}

.price-heading > p:last-child {
  max-width: 450px;
  margin-top: 32px;
  color: var(--muted);
}

.price-list {
  border-top: 1px solid var(--ink);
}

.price-row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
}

.price-number {
  color: var(--burgundy);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.price-row > div {
  display: grid;
  gap: 5px;
}

.price-row strong,
.price-row b {
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  font-weight: 400;
  line-height: 1.1;
}

.price-row small {
  color: var(--muted);
}

.price-row b {
  color: var(--burgundy);
  white-space: nowrap;
}

/* About */
.about {
  position: relative;
  overflow: hidden;
  background: var(--burgundy-dark);
  color: var(--white);
}

.about::after {
  position: absolute;
  right: -15vw;
  bottom: -28vw;
  width: 55vw;
  aspect-ratio: 1;
  border: 1px solid rgba(200, 165, 99, 0.2);
  border-radius: 50%;
  content: "";
}

.about-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1fr);
  gap: clamp(48px, 8vw, 130px);
  align-items: center;
}

.about-art {
  position: relative;
  min-height: 630px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(200, 165, 99, 0.38);
  background:
    radial-gradient(circle at 50% 46%, rgba(233, 181, 186, 0.3), transparent 25%),
    repeating-radial-gradient(circle at 50% 50%, transparent 0 54px, rgba(200, 165, 99, 0.13) 55px 56px);
}

.about-art::before,
.about-art::after {
  position: absolute;
  background: rgba(200, 165, 99, 0.22);
  content: "";
}

.about-art::before {
  width: 1px;
  height: 100%;
}

.about-art::after {
  width: 100%;
  height: 1px;
}

.about-art p {
  color: var(--pink);
  font-family: var(--serif);
  font-size: clamp(12rem, 25vw, 21rem);
  line-height: 0.7;
}

.about-art span {
  position: absolute;
  bottom: 28px;
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 2.4rem;
  letter-spacing: 0.08em;
}

.about-copy h2 em {
  color: var(--pink);
}

.about-lead {
  max-width: 610px;
  margin-top: 34px;
  color: rgba(255, 250, 244, 0.68);
  font-size: 1.08rem;
}

.about-values {
  margin-top: 44px;
  border-top: 1px solid var(--line-light);
}

.about-values > div {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 20px;
  border-bottom: 1px solid var(--line-light);
  padding: 20px 0;
}

.about-values span {
  color: var(--gold);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.about-values p {
  color: rgba(255, 250, 244, 0.62);
}

.about-values strong {
  display: block;
  margin-bottom: 3px;
  color: var(--white);
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 400;
}

/* Visit */
.visit {
  background:
    linear-gradient(90deg, transparent 0 66%, rgba(233, 181, 186, 0.16) 66% 100%),
    var(--paper);
}

.visit-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(390px, 0.7fr);
  gap: clamp(50px, 8vw, 120px);
}

.visit-main h2 {
  max-width: 11ch;
}

.visit-note {
  margin-top: 30px;
  color: var(--muted);
  font-size: 0.85rem;
}

.contact-phone {
  max-width: 620px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3px 20px;
  align-items: center;
  margin-top: 42px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  padding: 19px 0;
}

.contact-phone span {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-phone strong {
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
}

.contact-phone i {
  color: var(--burgundy);
  font-size: 1.5rem;
  font-style: normal;
}

.contact-email {
  display: inline-block;
  margin-top: 24px;
  border-bottom: 1px solid var(--burgundy);
  color: var(--burgundy);
}

.visit-details {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 18px;
}

.address-card,
.hours-card {
  padding: clamp(28px, 4vw, 48px);
}

.address-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    radial-gradient(circle at 78% 22%, rgba(233, 181, 186, 0.21), transparent 22%),
    repeating-linear-gradient(45deg, transparent 0 35px, rgba(255, 255, 255, 0.035) 36px 37px),
    var(--ink-soft);
  color: var(--white);
}

.address-card address {
  margin-top: 22px;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  font-style: normal;
  line-height: 1.15;
}

.address-card > p:last-child {
  margin-top: 20px;
  color: rgba(255, 250, 244, 0.55);
  font-size: 0.8rem;
}

.hours-card {
  background: var(--pink-pale);
}

.hours-card dl {
  margin-top: 24px;
  border-top: 1px solid var(--line);
}

.hours-card dl > div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  padding: 11px 0;
}

.hours-card dt {
  color: var(--muted);
}

.hours-card dd {
  font-weight: 700;
  text-align: right;
}

.hours-card small {
  display: block;
  margin-top: 15px;
  color: var(--muted);
}

.closing-cta {
  background: var(--gold);
  color: var(--ink);
}

.closing-cta .shell {
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.closing-cta p {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 5vw, 5rem);
  font-style: italic;
  line-height: 1;
}

.closing-cta a {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  gap: 90px;
  border: 1px solid var(--ink);
  padding: 0 22px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background 250ms ease, color 250ms ease;
}

.closing-cta a:hover,
.closing-cta a:focus-visible {
  background: var(--ink);
  color: var(--white);
}

/* Footer */
.site-footer {
  border-top: 1px solid rgba(255, 250, 244, 0.12);
  background: var(--ink);
  color: var(--white);
  padding-block: 70px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 70px;
  align-items: start;
}

.footer-brand {
  display: grid;
}

.footer-brand strong {
  color: var(--pink);
  font-family: var(--serif);
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
}

.footer-brand span {
  margin-top: 8px;
  color: var(--gold);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 9px 36px;
}

.footer-links a,
.footer-meta {
  color: rgba(255, 250, 244, 0.62);
  font-size: 0.82rem;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-meta a {
  color: var(--white);
}

.footer-meta {
  justify-self: end;
  text-align: right;
}

.footer-meta p + p {
  margin-top: 4px;
}

.footer-meta a {
  display: inline-block;
  margin-top: 15px;
  border-bottom: 1px solid var(--gold);
}

.mobile-booking {
  display: none;
}

/* Responsive navigation */
@media (max-width: 1080px) {
  :root {
    --shell: min(100% - 40px, 900px);
  }

  .nav-toggle {
    width: 46px;
    height: 46px;
    margin-left: auto;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 250, 244, 0.25);
    background: transparent;
    color: var(--white);
    cursor: pointer;
  }

  .nav-toggle-lines,
  .nav-toggle-lines::before,
  .nav-toggle-lines::after {
    width: 20px;
    height: 1px;
    display: block;
    background: currentColor;
    content: "";
    transition: transform 250ms ease, opacity 250ms ease;
  }

  .nav-toggle-lines {
    position: relative;
  }

  .nav-toggle-lines::before,
  .nav-toggle-lines::after {
    position: absolute;
    left: 0;
  }

  .nav-toggle-lines::before { top: -6px; }
  .nav-toggle-lines::after { top: 6px; }

  .nav-toggle[aria-expanded="true"] .nav-toggle-lines {
    background: transparent;
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle-lines::before {
    top: 0;
    transform: rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle-lines::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .js .nav-menu {
    position: fixed;
    inset: 82px 0 auto;
    max-height: calc(100vh - 82px);
    display: grid;
    gap: 0;
    transform: translateY(-120%);
    visibility: hidden;
    background: var(--ink);
    padding: 20px;
    opacity: 0;
    transition: transform 320ms var(--ease), opacity 250ms ease, visibility 0s linear 320ms;
  }

  .js .nav-menu.is-open {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }

  .nav-menu a {
    border-bottom: 1px solid rgba(255, 250, 244, 0.12);
    padding: 18px 4px;
    font-family: var(--serif);
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
  }

  .no-js .nav {
    flex-wrap: wrap;
    padding-block: 12px;
  }

  .no-js .nav-toggle {
    display: none;
  }

  .no-js .nav-menu {
    order: 4;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
  }

  .no-js .nav-menu a {
    border: 0;
    padding: 6px 0;
    font-family: var(--sans);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr);
    gap: 35px;
  }

  .hero-note {
    display: none;
  }

  .hero-copy h1 {
    font-size: clamp(3.7rem, 8.5vw, 6rem);
  }

  .hero-portrait figcaption {
    right: -15px;
  }

  .lookbook-panel {
    grid-template-columns: 1fr 1fr;
  }

  .lookbook-copy {
    padding: 42px;
  }

  .gallery-grid {
    grid-template-rows: 270px 230px 320px;
  }
}

@media (max-width: 800px) {
  :root {
    --shell: calc(100vw - 32px);
  }

  .section {
    padding-block: 84px;
  }

  .nav {
    min-height: 72px;
  }

  .js .nav-menu {
    inset-block-start: 72px;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 45px;
    padding-block: 62px 116px;
  }

  .hero-copy {
    padding-top: 0;
  }

  .hero-copy h1 {
    max-width: 9ch;
    font-size: clamp(4rem, 14vw, 6.8rem);
  }

  .hero-portrait {
    width: min(86%, 500px);
    justify-self: end;
  }

  .hero-portrait img {
    height: min(720px, 112vw);
  }

  .hero-word {
    top: 53%;
    font-size: 34vw;
  }

  .intro-grid,
  .split-head,
  .price-layout,
  .about-layout,
  .visit-layout {
    grid-template-columns: 1fr;
  }

  .intro-grid {
    gap: 28px;
  }

  .intro-index {
    display: none;
  }

  .split-head {
    gap: 26px;
  }

  .lookbook-tabs {
    grid-template-columns: repeat(2, 1fr);
    border-bottom: 0;
  }

  .lookbook-tabs button {
    min-height: 66px;
    border-bottom: 1px solid var(--line);
  }

  .lookbook-panel {
    grid-template-columns: 1fr;
  }

  .lookbook-image {
    min-height: min(680px, 115vw);
  }

  .gallery-head {
    display: grid;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 520px 260px 360px 520px;
  }

  .gallery-tall {
    grid-column: 1;
    grid-row: 1;
  }

  .gallery-wide {
    grid-column: 2;
    grid-row: 1;
  }

  .gallery-quote {
    grid-column: 1;
    grid-row: 2;
  }

  .gallery-square {
    grid-column: 2;
    grid-row: 2 / 4;
  }

  .gallery-bridal {
    grid-column: 1 / 3;
    grid-row: 4;
  }

  .price-layout {
    gap: 55px;
  }

  .price-heading {
    position: static;
  }

  .about-art {
    min-height: 480px;
  }

  .visit {
    background: var(--paper);
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-meta {
    grid-column: 1 / -1;
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 560px) {
  :root {
    --shell: calc(100vw - 28px);
  }

  body {
    padding-bottom: 72px;
  }

  .concept-bar {
    min-height: 52px;
    flex-direction: column;
    gap: 2px;
    padding: 7px 14px;
    font-size: 0.6rem;
  }

  .capture-mode body {
    padding-bottom: 0;
  }

  .site-header {
    top: 0;
  }

  .nav {
    min-height: 66px;
  }

  .js .nav-menu {
    inset-block-start: 66px;
  }

  .brand-monogram {
    width: 34px;
  }

  .brand-copy strong {
    font-size: 1.35rem;
  }

  .hero-layout {
    padding-block: 50px 102px;
  }

  .hero-copy h1 {
    margin-top: 20px;
    font-size: clamp(3.45rem, 17vw, 5rem);
  }

  .hero-lead {
    margin-top: 24px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
    margin-top: 30px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-actions .text-link {
    align-self: flex-start;
  }

  .hero-portrait {
    width: 92%;
    padding: 11px 11px 0 0;
  }

  .hero-portrait img {
    height: 122vw;
    max-height: 570px;
  }

  .hero-portrait figcaption {
    right: -8px;
    bottom: 15px;
    min-width: 174px;
    padding: 14px;
  }

  .hero-word {
    top: 60%;
    font-size: 42vw;
  }

  .section {
    padding-block: 72px;
  }

  .intro h2,
  .section-head h2,
  .price-heading h2,
  .about-copy h2,
  .visit-main h2 {
    font-size: clamp(2.6rem, 13vw, 4rem);
  }

  .lookbook-tabs {
    grid-template-columns: 1fr;
  }

  .lookbook-tabs button {
    min-height: 58px;
    justify-content: flex-start;
    padding-inline: 20px;
    border-left: 1px solid var(--line);
  }

  .tab-hint {
    text-align: left;
  }

  .lookbook-panels {
    margin-top: 28px;
  }

  .lookbook-image {
    min-height: 122vw;
    max-height: 600px;
  }

  .image-number {
    font-size: 3.8rem;
  }

  .lookbook-copy {
    padding: 34px 24px 38px;
  }

  .lookbook-copy h3 {
    font-size: clamp(3rem, 17vw, 4.5rem);
  }

  .lookbook-copy .button {
    width: 100%;
  }

  .lookbook-meta {
    align-items: start;
    flex-direction: column;
    gap: 8px;
  }

  .gallery-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .gallery-tall,
  .gallery-wide,
  .gallery-quote,
  .gallery-square,
  .gallery-bridal {
    grid-column: 1;
    grid-row: auto;
  }

  .gallery-item {
    height: 118vw;
    max-height: 570px;
  }

  .gallery-wide,
  .gallery-bridal {
    height: 78vw;
    min-height: 260px;
  }

  .gallery-quote {
    min-height: 250px;
  }

  .price-row {
    grid-template-columns: 30px 1fr;
    gap: 14px;
    padding: 22px 0;
  }

  .price-row b {
    grid-column: 2;
    font-size: 1.8rem;
  }

  .about-art {
    min-height: 390px;
  }

  .about-values > div {
    grid-template-columns: 32px 1fr;
    gap: 10px;
  }

  .visit-details {
    grid-template-rows: auto;
  }

  .address-card,
  .hours-card {
    padding: 28px 22px;
  }

  .address-card {
    min-height: 310px;
  }

  .contact-phone strong {
    font-size: clamp(1.85rem, 10.5vw, 3rem);
  }

  .hours-card dl > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .hours-card dd {
    text-align: left;
  }

  .closing-cta .shell {
    min-height: 220px;
    align-items: stretch;
    flex-direction: column;
    justify-content: center;
  }

  .closing-cta a {
    width: 100%;
    justify-content: space-between;
    gap: 20px;
  }

  .site-footer {
    padding-block: 54px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-meta {
    grid-column: auto;
  }

  .mobile-booking {
    position: fixed;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 150;
    display: block;
    border: 1px solid rgba(255, 250, 244, 0.22);
    background: rgba(23, 16, 17, 0.95);
    padding: 7px;
    box-shadow: 0 15px 40px rgba(23, 16, 17, 0.28);
    backdrop-filter: blur(12px);
  }

  .mobile-booking a {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    background: var(--gold);
    color: var(--ink);
    padding: 0 16px;
  }

  .mobile-booking span {
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .mobile-booking strong {
    font-family: var(--serif);
    font-size: 1.15rem;
    font-weight: 400;
  }
}

@media (max-width: 350px) {
  :root {
    --shell: calc(100vw - 22px);
  }

  .hero-copy h1 {
    font-size: 3.15rem;
  }

  .brand-copy small {
    display: none;
  }

  .contact-phone {
    grid-template-columns: 1fr;
  }

  .contact-phone i {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .hero-marquee div {
    transform: none;
  }
}

@media (forced-colors: active) {
  .hero-word,
  .hero-orbit,
  .about-art {
    display: none;
  }

  .button,
  .nav-cta,
  .lookbook-tabs button {
    border: 1px solid ButtonText;
  }
}
