:root {
  --ink: #1d1a1a;
  --soft-ink: #665d5c;
  --paper: #fbfaf7;
  --milk: #ffffff;
  --line: #e7dfda;
  --wine: #9c1231;
  --wine-dark: #6e0e24;
  --wine-hero: #2a0810;
  --wine-panel: #3a0b16;
  --rose: #f4d9df;
  --sage: #85967b;
  --steel: #35444a;
  --gold: #b89155;
  --shadow: 0 22px 70px rgba(29, 26, 26, 0.12);
  --radius: 8px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

body:not([data-view]) .app-view:not(.view-home),
body[data-view="home"] .app-view:not(.view-home),
body[data-view="services"] .app-view:not(.view-services),
body[data-view="booking"] .app-view:not(.view-booking),
body[data-view="products"] .app-view:not(.view-products),
body[data-view="careers"] .app-view:not(.view-careers),
body[data-view="models"] .app-view:not(.view-models),
body[data-view="about"] .app-view:not(.view-about),
body[data-view="privacy"] .app-view:not(.view-privacy),
body[data-view="legal"] .app-view:not(.view-legal),
body[data-view="studio"] .app-view:not(.view-studio),
body[data-view="console"] .app-view:not(.view-console) {
  display: none;
}

body[data-view]:not([data-view="home"]) main {
  min-height: calc(100vh - 240px);
  padding-top: 92px;
}

body.menu-open {
  overflow: hidden;
}

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

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

.topbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 24px;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 54px);
  color: var(--milk);
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.topbar[data-elevated="true"],
.topbar.menu-active {
  color: var(--ink);
  background: rgba(251, 250, 247, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand-logo {
  display: block;
  width: 118px;
  height: 46px;
  object-fit: contain;
  object-position: left center;
  border-radius: 4px;
}

.nav-links {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.topbar[data-elevated="true"] .nav-links,
.topbar.menu-active .nav-links {
  border-color: var(--line);
  background: var(--milk);
}

.nav-links a {
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 0.92rem;
  color: inherit;
}

.nav-links a:hover,
.nav-links a.active {
  background: rgba(156, 18, 49, 0.1);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.button,
.icon-button,
.menu-button {
  border: 0;
  cursor: pointer;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 760;
  line-height: 1;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  color: var(--milk);
  background: var(--wine);
  box-shadow: 0 14px 30px rgba(156, 18, 49, 0.24);
}

.button.primary:hover {
  background: var(--wine-dark);
}

.button.ghost {
  color: inherit;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid currentColor;
}

.topbar[data-elevated="true"] .button.ghost,
.topbar.menu-active .button.ghost {
  background: var(--milk);
  border-color: var(--line);
}

.button.light {
  color: var(--milk);
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.button.large {
  min-height: 50px;
  padding: 0 24px;
}

.icon-button {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: inherit;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid currentColor;
  border-radius: 50%;
  font-weight: 800;
}

.topbar[data-elevated="true"] .icon-button,
.topbar.menu-active .icon-button {
  background: var(--milk);
  border-color: var(--line);
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  background: var(--milk);
  border-radius: 50%;
}

.menu-button span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  place-items: center;
  padding: 140px clamp(18px, 5vw, 70px) 64px;
  overflow: hidden;
  color: var(--milk);
  background:
    radial-gradient(circle at 82% 18%, rgba(184, 145, 85, 0.2), transparent 24%),
    radial-gradient(circle at 18% 72%, rgba(244, 217, 223, 0.12), transparent 28%),
    linear-gradient(135deg, #1d1a1a 0%, #42111d 48%, #131719 100%);
}

.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(15, 13, 13, 0.56), rgba(15, 13, 13, 0.28)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 118px);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  width: min(820px, 100%);
  text-align: center;
}

.hero-brand-script {
  margin: 0 0 38px;
  color: var(--milk);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(5rem, 15vw, 12rem);
  font-style: italic;
  line-height: 0.72;
  letter-spacing: 0;
  text-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.5rem, 16vw, 11rem);
  line-height: 0.82;
  font-weight: 500;
}

h2 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 4.2rem);
  line-height: 0.98;
  font-weight: 520;
}

h3 {
  margin-bottom: 16px;
  font-size: 1.12rem;
}

.hero-copy {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  line-height: 1.55;
  font-weight: 760;
}

.hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.metric {
  display: block;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 850;
}

.label {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

.ticker {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 18px clamp(18px, 5vw, 70px);
  color: #f8efe6;
  background: linear-gradient(90deg, var(--wine-hero) 0%, var(--wine-dark) 50%, #3a0b16 100%);
  border-top: 1px solid rgba(248, 239, 230, 0.1);
  border-bottom: 1px solid rgba(248, 239, 230, 0.1);
  scrollbar-width: none;
}

.ticker a {
  flex: 0 0 auto;
  padding: 10px 16px;
  color: #f8efe6;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(248, 239, 230, 0.18);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 820;
  box-shadow: 0 10px 30px rgba(110, 14, 36, 0.06);
}

.ticker a:hover {
  color: var(--wine-dark);
  background: #f8efe6;
  border-color: #f8efe6;
}

.home-intro,
.home-services,
.home-feature,
.home-location {
  padding: clamp(56px, 8vw, 104px) clamp(18px, 5vw, 70px);
}

.home-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: end;
  background:
    linear-gradient(90deg, rgba(156, 18, 49, 0.08), transparent 44%),
    var(--paper);
  border-bottom: 1px solid rgba(156, 18, 49, 0.1);
}

.home-intro p:last-child {
  margin-bottom: 0;
  color: var(--soft-ink);
  font-size: 1.06rem;
  line-height: 1.75;
}

.home-services {
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 8%, rgba(156, 18, 49, 0.2), transparent 31%),
    radial-gradient(circle at 92% 5%, rgba(184, 145, 85, 0.12), transparent 28%),
    linear-gradient(180deg, #f7efe8 0%, #eadbd0 100%);
}

.home-services-head {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 16px;
  max-width: 1240px;
  margin: 0 auto clamp(28px, 4vw, 46px);
  padding-bottom: clamp(22px, 3vw, 34px);
  border-bottom: 1px solid rgba(156, 18, 49, 0.14);
}

.home-services-head h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 0.95;
  font-weight: 520;
}

.home-services-head p:last-child {
  max-width: 680px;
  margin: 0;
  color: var(--soft-ink);
  line-height: 1.7;
}

.home-services .eyebrow {
  color: var(--wine-dark);
}

.home-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1240px;
  margin: 0 auto;
}

.home-services-grid article {
  min-height: 376px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(26px, 3vw, 36px);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(184, 145, 85, 0.18), transparent 34%),
    linear-gradient(145deg, #2a1517 0%, #160f11 100%);
  border: 1px solid rgba(248, 239, 230, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(29, 26, 26, 0.1);
  color: #f8efe6;
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease, color 180ms ease;
}

.home-services-grid article:hover,
.home-services-grid article:focus-visible {
  background:
    radial-gradient(circle at 100% 0%, rgba(184, 145, 85, 0.24), transparent 36%),
    linear-gradient(145deg, #35191d 0%, #1a1012 100%);
  transform: translateY(-2px);
  outline: none;
}

.home-services-grid article::before {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.7rem, 7vw, 6.6rem);
  line-height: 0.8;
  color: rgba(248, 239, 230, 0.1);
  pointer-events: none;
  white-space: nowrap;
}

.home-services-grid article:nth-child(1)::before {
  content: "Visage";
}

.home-services-grid article:nth-child(2)::before {
  content: "Cheveux";
}

.home-services-grid article:nth-child(3)::before {
  content: "Cils";
}

.home-services-grid article:nth-child(4)::before {
  content: "Mains";
}

.home-services-grid article:nth-child(5)::before {
  content: "Corps";
}

.home-services-grid article:nth-child(6)::before {
  content: "Épilation";
}

.home-services-grid article::after {
  content: "";
  width: 42px;
  height: 1px;
  margin-top: auto;
  margin-bottom: 18px;
  background: rgba(184, 145, 85, 0.56);
  order: 4;
}

.service-card-top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.service-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0;
  color: var(--gold);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 0.76rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-services .tag {
  color: #f8efe6;
  background: rgba(248, 239, 230, 0.1);
  border: 1px solid rgba(184, 145, 85, 0.28);
}

.home-services h3 {
  margin: 34px 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.6vw, 2.2rem);
  line-height: 1;
  font-weight: 520;
  color: #f8efe6;
  position: relative;
  z-index: 1;
}

.home-services p {
  color: rgba(248, 239, 230, 0.74);
  line-height: 1.65;
  position: relative;
  z-index: 1;
}

.home-services ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 28px;
  padding: 0;
  color: rgba(248, 239, 230, 0.9);
  list-style: none;
  position: relative;
  z-index: 1;
}

.home-services li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.94rem;
  font-weight: 760;
}

.home-services li::before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--gold);
  border-radius: 50%;
  flex: 0 0 auto;
}

.home-services a {
  order: 5;
  margin-top: 0;
  color: rgba(248, 239, 230, 0.92);
  font-weight: 820;
  position: relative;
  z-index: 1;
}

.home-services a::after {
  content: " ->";
  color: var(--gold);
}

.home-feature {
  display: block;
  padding-left: 0;
  padding-right: 0;
  color: var(--ink);
  background: var(--paper);
}

.reviews-panel,
.location-card,
.studio-panel {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: clamp(24px, 5vw, 46px);
  border-radius: var(--radius);
  background: var(--milk);
  border: 1px solid var(--line);
  box-shadow: 0 18px 54px rgba(29, 26, 26, 0.08);
}

.reviews-panel {
  max-width: none;
  min-height: 0;
  margin: 0 auto;
  border-radius: 0;
  align-content: stretch;
  color: #f8efe6;
  background:
    radial-gradient(circle at 90% 10%, rgba(184, 145, 85, 0.2), transparent 34%),
    linear-gradient(145deg, var(--wine-panel), var(--wine-hero));
  border-color: rgba(248, 239, 230, 0.12);
}

.reviews-heading {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 14px;
}

.reviews-heading .eyebrow,
.studio-panel span,
.studio-panel small {
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
}

.reviews-heading h2 {
  max-width: 900px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 5vw, 5.8rem);
  line-height: 0.96;
  font-weight: 520;
}

.google-rating {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  color: rgba(248, 239, 230, 0.72);
  font-size: 0.95rem;
}

.google-rating strong {
  color: #fff8ef;
  font-size: 1.08rem;
}

.google-word {
  font-weight: 850;
  letter-spacing: 0;
}

.google-word span:nth-child(1),
.google-word span:nth-child(4) {
  color: #4285f4;
}

.google-word span:nth-child(2),
.google-word span:nth-child(6) {
  color: #ea4335;
}

.google-word span:nth-child(3) {
  color: #fbbc05;
}

.google-word span:nth-child(5) {
  color: #34a853;
}

.stars {
  color: #fbbc05;
  letter-spacing: 0;
}

.google-reviews-carousel {
  position: relative;
  margin-top: clamp(24px, 4vw, 40px);
}

.google-review-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.google-review-card {
  min-height: clamp(300px, 30vh, 380px);
  display: none;
  align-content: start;
  gap: 18px;
  padding: clamp(26px, 3vw, 38px);
  color: #202124;
  background: #f8f8fa;
  border-radius: 8px;
}

.google-review-card.active {
  display: grid;
}

.google-review-head {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
}

.google-review-head strong {
  display: block;
  color: #202124;
  font-size: 1.08rem;
  line-height: 1.2;
}

.google-review-head small {
  color: #8a8d91;
}

.google-review-card p {
  margin: 0;
  color: #202124;
  font-size: clamp(1rem, 1.3vw, 1.16rem);
  line-height: 1.55;
}

.google-review-card a {
  color: #1a73e8;
}

.google-badge {
  position: absolute;
  left: 28px;
  top: 28px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  color: #4285f4;
  background: #fff;
  border-radius: 50%;
  font-weight: 850;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.source-badge {
  position: absolute;
  left: 28px;
  top: 28px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 850;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.planity-review-card {
  background: #fffaf4;
  border: 1px solid #eadbd0;
}

.planity-avatar,
.planity-badge {
  color: #fff;
  background: var(--wine);
}

.review-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(32, 33, 36, 0.42);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}

.review-arrow:hover {
  background: rgba(32, 33, 36, 0.62);
}

.review-arrow.prev {
  left: 20px;
}

.review-arrow.next {
  right: 20px;
}

.google-slider {
  position: relative;
  display: grid;
  align-items: center;
  margin-top: clamp(24px, 4vw, 40px);
}

.review-track {
  position: relative;
  min-height: 300px;
}

.google-review {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: start;
  gap: 18px;
  max-width: 740px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 38px);
  color: #3c4043;
  background: #fff;
  border: 1px solid #dadce0;
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.16);
  opacity: 0;
  transform: translateX(22px) scale(0.98);
  pointer-events: none;
  transition: opacity 260ms ease, transform 260ms ease;
}

.google-review.active {
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-avatar {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  background: #5f8f3f;
  border-radius: 50%;
  font-weight: 850;
}

.review-avatar.brown {
  background: #6f4e45;
}

.review-avatar.landscape {
  background: linear-gradient(135deg, #7aa6c2, #b89155);
}

.review-avatar.mosaic {
  background: linear-gradient(135deg, #7e57c2, #f4a7b9);
}

.review-avatar.coral {
  background: #c46b5d;
}

.review-avatar.stone {
  background: #5f6368;
}

.google-review:nth-child(2) .review-avatar,
.google-review:nth-child(6) .review-avatar {
  background: #7e57c2;
}

.google-review:nth-child(3) .review-avatar {
  background: #5f9ea0;
}

.google-review:nth-child(4) .review-avatar {
  background: #2766a8;
}

.google-review:nth-child(5) .review-avatar {
  background: #85967b;
}

.reviewer strong {
  display: block;
  color: #202124;
  font-size: 1rem;
  line-height: 1.2;
}

.reviewer small {
  color: #5f6368;
}

.google-review p {
  max-width: 620px;
  margin: 0;
  color: #3c4043;
  line-height: 1.62;
}

.slider-button {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #fff8ef;
  background: rgba(248, 239, 230, 0.1);
  border: 1px solid rgba(248, 239, 230, 0.22);
  border-radius: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}

.slider-button:hover {
  background: rgba(248, 239, 230, 0.18);
}

.slider-button.prev {
  left: 0;
}

.slider-button.next {
  right: 0;
}

.review-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.review-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  background: rgba(248, 239, 230, 0.32);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.review-dots button.active {
  width: 28px;
  background: var(--gold);
  border-radius: 999px;
}

.home-location {
  background:
    linear-gradient(180deg, #f7efe8 0%, #fbfaf7 100%),
    radial-gradient(circle at 12% 0%, rgba(156, 18, 49, 0.16), transparent 34%);
}

.home-location .location-card {
  max-width: 1240px;
  margin: 0 auto;
}

.location-card {
  grid-template-columns: minmax(320px, 1.05fr) minmax(300px, 0.95fr);
  align-items: stretch;
  padding: clamp(18px, 3vw, 28px);
  gap: clamp(20px, 4vw, 42px);
  border-color: rgba(156, 18, 49, 0.16);
}

.map-card {
  min-height: 460px;
  overflow: hidden;
  border: 1px solid rgba(156, 18, 49, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(156, 18, 49, 0.06), rgba(184, 145, 85, 0.08)),
    #efe4dc;
}

.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 460px;
  display: block;
  border: 0;
  filter: saturate(0.85) contrast(0.96);
}

.location-copy {
  display: grid;
  align-content: center;
  gap: 18px;
}

.location-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  line-height: 1;
  font-weight: 520;
  color: var(--wine-dark);
}

.location-copy > p:not(.eyebrow) {
  margin: 0;
  color: var(--soft-ink);
  font-size: 1.04rem;
  line-height: 1.6;
}

.hours-list {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0;
  margin-top: auto;
  border-top: 1px solid rgba(156, 18, 49, 0.14);
}

.hours-list span,
.hours-list strong {
  padding: 16px 0;
  border-bottom: 1px solid rgba(156, 18, 49, 0.14);
}

.hours-list span {
  color: var(--soft-ink);
}

.hours-list strong {
  text-align: right;
}

.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.section,
.booking-band,
.studio-section,
.footer {
  padding: clamp(64px, 9vw, 118px) clamp(18px, 5vw, 70px);
}

body[data-view]:not([data-view="home"]) .section,
body[data-view]:not([data-view="home"]) .booking-band,
body[data-view]:not([data-view="home"]) .studio-section,
body[data-view]:not([data-view="home"]) .models-section {
  min-height: calc(100vh - 240px);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.section-intro {
  max-width: 690px;
  margin-top: 18px;
  color: var(--soft-ink);
  line-height: 1.7;
}

.careers-head p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 22px;
  color: var(--soft-ink);
  line-height: 1.7;
}

.career-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 28px;
}

.career-options article {
  min-height: 190px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px;
  color: #f8efe6;
  background:
    radial-gradient(circle at 100% 0%, rgba(184, 145, 85, 0.18), transparent 34%),
    linear-gradient(145deg, var(--wine-panel), var(--wine-hero));
  border: 1px solid rgba(248, 239, 230, 0.12);
  border-radius: var(--radius);
}

.career-options span {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.career-options strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1;
  font-weight: 520;
}

.career-options p {
  margin: 0;
  color: rgba(248, 239, 230, 0.74);
  line-height: 1.55;
}

.models-section {
  padding: 0 var(--page-pad) clamp(92px, 9vw, 140px);
  background:
    linear-gradient(180deg, #fbfaf7 0%, #f4eee7 100%);
}

.models-hero {
  max-width: 980px;
  margin: 0 auto clamp(60px, 7vw, 92px);
  padding-top: clamp(104px, 9vw, 132px);
  text-align: center;
}

.models-hero h2 {
  margin: 12px auto 24px;
  max-width: 900px;
  font-size: clamp(3.4rem, 8vw, 7.5rem);
  line-height: 0.88;
}

.models-hero p:not(.eyebrow) {
  max-width: 720px;
  margin: 0 auto;
  color: var(--soft-ink);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.75;
}

.models-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: start;
  max-width: 1120px;
  margin: 0 auto clamp(42px, 5vw, 70px);
}

.models-info {
  position: sticky;
  top: 104px;
  padding: 28px;
  color: var(--milk);
  background:
    radial-gradient(circle at 92% 8%, rgba(184, 145, 85, 0.22), transparent 32%),
    linear-gradient(145deg, var(--wine-panel), var(--wine-hero));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.models-info h3,
.models-form h3 {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3vw, 2.4rem);
  line-height: 1;
}

.models-info p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.models-note-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.models-note-list span {
  padding: 12px 14px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  font-size: 0.92rem;
  line-height: 1.45;
}

.models-form {
  padding: clamp(22px, 3vw, 34px);
}

.model-interest-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 0;
  padding: 20px;
  background: #fbf6f1;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.model-interest-grid legend {
  padding: 0 8px;
  color: var(--wine);
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
}

.model-interest-grid label,
.consent-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--ink);
  line-height: 1.45;
}

.model-interest-grid label {
  position: relative;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 14px 14px 18px;
  background: var(--milk);
  border: 1px solid rgba(156, 18, 49, 0.1);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(29, 26, 26, 0.04);
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.model-interest-grid label:hover {
  transform: translateY(-1px);
  border-color: rgba(156, 18, 49, 0.34);
  box-shadow: 0 16px 38px rgba(29, 26, 26, 0.08);
}

.model-interest-grid label span {
  padding-right: 56px;
  font-weight: 750;
}

.model-interest-grid input,
.consent-check input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--wine);
}

.model-interest-grid input {
  position: absolute;
  right: 14px;
  top: 50%;
  width: 44px;
  min-width: 44px;
  height: 26px;
  margin: 0;
  appearance: none;
  border: 0;
  border-radius: 13px;
  background: #d8d0ca;
  box-shadow: inset 0 1px 2px rgba(29, 26, 26, 0.18);
  transform: translateY(-50%);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.model-interest-grid input::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  background: var(--milk);
  border-radius: 50%;
  border: 0;
  box-shadow: 0 2px 6px rgba(29, 26, 26, 0.24);
  transition: transform 180ms ease;
}

.model-interest-grid input:checked {
  background: var(--wine);
  border-color: var(--wine);
  box-shadow: inset 0 1px 2px rgba(42, 8, 16, 0.2);
}

.model-interest-grid input:checked::before {
  transform: translateX(18px);
}

.model-interest-grid label:has(input:checked) {
  color: var(--wine-dark);
  background: #fff9f6;
  border-color: rgba(156, 18, 49, 0.45);
}

.model-consent {
  margin-top: 18px;
  padding: 18px;
  background: #fbf6f1;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.model-consent strong {
  display: block;
  margin-bottom: 10px;
  color: var(--wine-dark);
}

.model-consent p {
  margin: 0 0 16px;
  color: var(--soft-ink);
  font-size: 0.94rem;
  line-height: 1.7;
}

.services-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(22px, 4vw, 50px);
  align-items: stretch;
  margin-bottom: 26px;
  padding: clamp(26px, 5vw, 54px);
  color: var(--milk);
  background:
    linear-gradient(135deg, #201819, #5c1022 58%, #1f2b2f),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 96px);
  border-radius: var(--radius);
  overflow: hidden;
}

.services-hero h2 {
  max-width: 900px;
}

.services-hero p {
  max-width: 780px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.04rem;
  line-height: 1.75;
}

.services-booking-card {
  display: grid;
  align-content: end;
  gap: 12px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
}

.services-booking-card span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.services-booking-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.4rem;
  line-height: 0.9;
  font-weight: 520;
}

.services-booking-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.reservation-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.reservation-options .button {
  min-height: 40px;
  padding-inline: 16px;
}

.services-toolbar {
  display: grid;
  grid-template-columns: minmax(240px, 360px) 1fr;
  gap: 16px;
  align-items: start;
  margin-bottom: 22px;
}

.filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip {
  min-height: 38px;
  padding: 0 14px;
  color: var(--soft-ink);
  background: var(--milk);
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
}

.chip.active,
.chip:hover {
  color: var(--milk);
  background: var(--wine);
  border-color: var(--wine);
}

.services-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.service-rail {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 8px;
  padding: 10px;
  background: var(--milk);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 36px rgba(29, 26, 26, 0.05);
}

.service-rail button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  min-height: 42px;
  padding: 0 10px;
  color: var(--soft-ink);
  background: transparent;
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
  text-align: left;
}

.service-rail button:hover,
.service-rail button.active {
  color: var(--milk);
  background: var(--wine);
}

.service-catalog,
.service-list {
  display: grid;
  gap: 12px;
}

.service-group {
  background: var(--milk);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.service-group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  background: #f3f0ed;
  border-bottom: 1px solid var(--line);
}

.service-group-head span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  line-height: 1;
}

.service-group-head strong {
  color: var(--soft-ink);
  font-size: 0.86rem;
}

.service-group-description {
  margin: 0;
  padding: 20px;
  color: var(--soft-ink);
  line-height: 1.75;
  white-space: pre-line;
  border-bottom: 1px solid var(--line);
}

.service-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(170px, 220px);
  gap: 20px;
  padding: 20px;
  border-bottom: 1px solid var(--line);
}

.service-row:last-child {
  border-bottom: 0;
}

.service-row strong {
  display: block;
  margin: 12px 0 8px;
  font-size: 1.12rem;
}

.service-row p {
  margin-bottom: 0;
  color: var(--soft-ink);
  line-height: 1.6;
}

.service-description {
  white-space: pre-line;
}

.service-unavailable {
  margin-top: 12px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 700;
}

.service-meta {
  display: grid;
  align-content: start;
  justify-items: end;
  gap: 10px;
  text-align: right;
}

.service-meta > span {
  color: var(--soft-ink);
  font-size: 0.9rem;
  font-weight: 760;
}

.service-meta > strong {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
}

.service-meta .button.ghost {
  border-color: var(--line);
  background: var(--paper);
}

.empty-state {
  padding: 30px;
  color: var(--soft-ink);
  background: var(--milk);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.catalog-grid,
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.view-products {
  background: #fbfaf7;
}

.products-editorial {
  max-width: 1120px;
  margin: 0 auto;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
}

.products-hero-panel {
  margin-bottom: clamp(34px, 6vw, 64px);
  padding: clamp(34px, 6vw, 70px);
  color: var(--milk);
  text-align: center;
  background:
    linear-gradient(135deg, rgba(42, 8, 16, 0.96), rgba(110, 14, 36, 0.94)),
    var(--wine-hero);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow);
}

.products-hero-panel .eyebrow {
  color: rgba(255, 255, 255, 0.66);
}

.products-hero-panel h2 {
  margin: 10px auto 18px;
  max-width: 760px;
  color: var(--milk);
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: 0.88;
}

.products-hero-panel p:not(.eyebrow) {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.76);
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.14rem);
  line-height: 1.75;
}

.product-brand-story,
.product-routine {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: center;
}

.product-brand-story {
  display: block;
}

.product-brand-copy {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  font-size: clamp(1.2rem, 2vw, 1.58rem);
  font-style: italic;
  line-height: 1.35;
}

.product-brand-copy p + p {
  margin-top: 28px;
}

.product-image-placeholder {
  display: grid;
  place-items: center;
  min-height: 290px;
  color: rgba(110, 14, 36, 0.45);
  background:
    linear-gradient(135deg, rgba(156, 18, 49, 0.08), rgba(184, 145, 85, 0.12)),
    #f0ebe4;
  border: 1px solid var(--line);
}

.product-image-frame {
  height: 290px;
  overflow: hidden;
  background: #f0ebe4;
  border: 1px solid var(--line);
}

.product-image-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.product-image-placeholder span {
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand-placeholder {
  min-height: 300px;
  color: var(--milk);
  background:
    linear-gradient(rgba(156, 18, 49, 0.86), rgba(156, 18, 49, 0.86)),
    linear-gradient(135deg, var(--wine), var(--wine-panel));
}

.brand-placeholder span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 6vw, 4.5rem);
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.product-divider {
  height: 1px;
  margin: clamp(28px, 5vw, 52px) 0;
  background: var(--line);
}

.product-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 34px);
}

.product-pair article {
  text-align: center;
}

.product-pair h3,
.product-routine h3 {
  margin: 20px 0 18px;
  color: var(--ink);
  font-size: 1.06rem;
}

.product-pair p,
.product-routine p,
.product-routine li {
  font-size: 1rem;
  line-height: 1.45;
}

.product-order-button {
  display: flex;
  justify-content: center;
  width: min(420px, 100%);
  margin: 32px auto;
  padding: 11px 18px;
  color: var(--milk);
  background: var(--wine);
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.product-routine {
  align-items: start;
}

.large-placeholder {
  min-height: 460px;
}

.product-flip {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  background: #f0ebe4;
  border: 1px solid var(--line);
}

.product-flip img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 72%;
  opacity: 0;
  animation: productFlip 8s infinite ease-in-out;
}

.product-flip img:first-child {
  animation-delay: 0s;
  opacity: 1;
}

.product-flip img:last-child {
  animation-name: productFlipReverse;
}

@keyframes productFlip {
  0%, 46% {
    opacity: 1;
    transform: scale(1);
  }
  54%, 96% {
    opacity: 0;
    transform: scale(1.015);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes productFlipReverse {
  0%, 46% {
    opacity: 0;
    transform: scale(1.015);
  }
  54%, 96% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.015);
  }
}

.product-routine-copy h3 {
  margin-top: 16px;
  color: var(--wine);
  font-size: 1.35rem;
}

.product-routine-copy ul {
  display: grid;
  gap: 16px;
  margin: 20px 0 0;
  padding-left: 20px;
  list-style-type: square;
}

.product-lifestyle {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  padding: clamp(24px, 4vw, 42px);
  background:
    linear-gradient(135deg, rgba(42, 8, 16, 0.96), rgba(110, 14, 36, 0.93)),
    var(--wine-hero);
  color: var(--milk);
}

.product-lifestyle-copy .eyebrow {
  color: rgba(255, 255, 255, 0.62);
}

.product-lifestyle-copy h3 {
  margin: 14px 0 20px;
  color: var(--milk);
  font-size: clamp(2.1rem, 5vw, 4.8rem);
  line-height: 0.9;
}

.product-lifestyle-copy p:not(.eyebrow) {
  max-width: 420px;
  color: rgba(255, 255, 255, 0.72);
  font-family: Inter, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
}

.product-lifestyle-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  grid-auto-rows: 190px;
  gap: 14px;
}

.product-lifestyle-grid figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.product-lifestyle-grid figure.portrait {
  grid-row: span 2;
}

.product-lifestyle-grid figure.wide {
  grid-column: span 1;
}

.product-lifestyle-grid img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.product-lifestyle-grid figure.portrait img {
  object-position: center 34%;
}

.product-lifestyle-grid figure.wide img {
  object-position: center 38%;
}

.service-card,
.product-card,
.job-card,
.price-card,
.manager-card,
.application-form,
.booking-form {
  background: var(--milk);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 36px rgba(29, 26, 26, 0.05);
}

.service-card,
.product-card,
.job-card,
.price-card {
  min-height: 240px;
  padding: 22px;
}

.form-honey {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.product-card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 253, 250, 0.98));
  overflow: hidden;
}

.product-card .meta-row {
  margin-top: auto;
  padding-top: 24px;
}

.product-media {
  width: calc(100% + 44px);
  height: 260px;
  margin: -22px -22px 20px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(156, 18, 49, 0.06), rgba(184, 145, 85, 0.1)),
    #f4eee7;
  border-bottom: 1px solid var(--line);
}

.product-media.is-empty {
  display: grid;
  place-items: center;
  color: rgba(110, 14, 36, 0.42);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.product-media.has-multiple {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
}

.product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 74%;
}

.card-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 28px;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  color: var(--wine);
  background: var(--rose);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
}

.product-card .tag {
  color: var(--wine-dark);
  background: #f0e4dc;
}

.service-card strong,
.product-card strong,
.job-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.service-card p,
.product-card p,
.job-card p,
.price-card p,
.split-copy p,
.studio-copy p,
.booking-copy p,
.footer p {
  color: var(--soft-ink);
  line-height: 1.65;
}

.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
  color: var(--steel);
  font-size: 0.92rem;
  font-weight: 750;
}

.muted {
  background: #f3f0ed;
}

.search-box {
  display: grid;
  gap: 6px;
  min-width: min(310px, 100%);
  color: var(--soft-ink);
  font-size: 0.82rem;
  font-weight: 750;
}

.search-box input,
label input,
label select,
label textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--milk);
  outline: 0;
}

.search-box input,
label input,
label select {
  min-height: 46px;
  padding: 0 13px;
}

label textarea {
  min-height: 92px;
  padding: 12px 13px;
  resize: vertical;
}

label input:focus,
label select:focus,
label textarea:focus,
.search-box input:focus {
  border-color: var(--wine);
  box-shadow: 0 0 0 4px rgba(156, 18, 49, 0.1);
}

.booking-band {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  color: var(--milk);
  background: var(--wine-dark);
}

.booking-band .eyebrow {
  color: var(--rose);
}

.booking-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 22px;
  color: var(--ink);
}

.booking-form .button,
.booking-form .form-note {
  grid-column: 1 / -1;
}

.booking-options {
  align-content: start;
}

.booking-option {
  display: grid;
  gap: 8px;
  min-height: 150px;
  padding: 20px;
  background: #fbf6f1;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.booking-option:hover {
  transform: translateY(-2px);
  border-color: rgba(156, 18, 49, 0.32);
  box-shadow: 0 16px 42px rgba(29, 26, 26, 0.08);
}

.booking-option.featured {
  color: var(--milk);
  background:
    linear-gradient(145deg, var(--wine), var(--wine-hero));
  border-color: rgba(156, 18, 49, 0.45);
}

.booking-option span {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.booking-option strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1;
}

.booking-option small {
  color: var(--soft-ink);
  font-size: 0.92rem;
  line-height: 1.5;
}

.booking-option.featured small {
  color: rgba(255, 255, 255, 0.72);
}

label {
  display: grid;
  gap: 7px;
  color: var(--soft-ink);
  font-size: 0.84rem;
  font-weight: 760;
}

.form-note {
  min-height: 20px;
  margin: 0;
  color: var(--sage);
  font-weight: 760;
}

.split {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.price-card strong {
  display: block;
  margin: 12px 0 18px;
  font-size: 2rem;
}

.plan {
  color: var(--wine);
  font-size: 0.85rem;
  font-weight: 850;
  text-transform: uppercase;
}

.price-card.featured {
  color: var(--milk);
  background: var(--steel);
  border-color: var(--steel);
}

.price-card.featured p {
  color: rgba(255, 255, 255, 0.72);
}

.price-card.featured .plan {
  color: var(--rose);
}

.application-form {
  margin-top: 18px;
  padding: 22px;
}

.form-grid,
.inline-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.application-form > label,
.application-form .button {
  margin-top: 14px;
}

.about-section {
  padding: clamp(140px, 15vw, 210px) var(--page-pad) clamp(130px, 14vw, 210px);
  background:
    linear-gradient(180deg, #fbf7f1 0%, #f0e6dc 48%, #fbfaf7 100%);
}

.about-hero {
  max-width: 900px;
  margin: clamp(34px, 5vw, 72px) auto 0;
  text-align: center;
}

.about-hero h2 {
  max-width: 900px;
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6.4vw, 6rem);
  line-height: 0.96;
  font-weight: 520;
}

.about-hero p {
  max-width: 680px;
  margin: 28px auto 0;
  color: var(--soft-ink);
  font-size: 1.08rem;
  line-height: 1.75;
}

.about-story {
  display: grid;
  grid-template-columns: minmax(180px, 0.32fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 92px);
  width: min(980px, 100%);
  margin: clamp(70px, 10vw, 120px) auto 0;
  padding: clamp(30px, 5vw, 60px);
  background: rgba(255, 252, 247, 0.82);
  border: 1px solid #ded1c5;
  border-radius: var(--radius);
  box-shadow: 0 24px 80px rgba(29, 26, 26, 0.09);
}

.about-label {
  display: grid;
  align-content: start;
  gap: 10px;
}

.about-label span {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--wine);
  font-size: clamp(3rem, 7vw, 6.4rem);
  line-height: 0.86;
}

.about-label small {
  color: var(--soft-ink);
  font-weight: 800;
  text-transform: uppercase;
}

.about-copy {
  display: grid;
  gap: 20px;
  max-width: 760px;
}

.about-copy p {
  margin: 0;
  color: var(--soft-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.06rem, 1.5vw, 1.28rem);
  line-height: 1.78;
}

.about-copy p:first-child {
  color: var(--ink);
  font-size: clamp(1.24rem, 1.8vw, 1.5rem);
}

.studio-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  background: var(--ink);
  color: var(--milk);
}

.studio-panel {
  min-height: 420px;
  background:
    linear-gradient(135deg, rgba(156, 18, 49, 0.22), rgba(255, 255, 255, 0.03)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 52px);
}

.studio-panel strong {
  color: var(--milk);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 6vw, 5.2rem);
  line-height: 0.92;
  font-weight: 520;
}

.studio-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.legal-page {
  padding: clamp(72px, 10vw, 128px) var(--page-pad);
  background: #fbf7f1;
}

.legal-page h2 {
  max-width: 780px;
  margin: 12px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 6vw, 5.8rem);
  line-height: 0.95;
  font-weight: 520;
}

.legal-copy {
  display: grid;
  gap: 18px;
  max-width: 820px;
  margin-top: clamp(30px, 5vw, 58px);
  padding: clamp(24px, 4vw, 44px);
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid #ded1c5;
  border-radius: var(--radius);
}

.legal-copy p {
  margin: 0;
  color: var(--soft-ink);
  line-height: 1.75;
}

.legal-copy a {
  color: var(--wine);
  font-weight: 800;
}

.status-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.status-list span {
  padding: 10px 13px;
  color: var(--ink);
  background: var(--rose);
  border-radius: 999px;
  font-weight: 750;
}

.console-section {
  background: #eef1ee;
}

.console-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.manager-card {
  display: grid;
  gap: 14px;
  padding: 20px;
}

.footer {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: start;
  border-top: 1px solid var(--line);
  background: #f2ebe4;
}

.footer-logo {
  display: block;
  width: 132px;
  height: 58px;
  object-fit: contain;
  object-position: left center;
  border-radius: 4px;
}

.footer-brand p {
  max-width: 340px;
  margin-top: 18px;
  color: var(--soft-ink);
  line-height: 1.65;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 48px);
}

.footer-links {
  display: grid;
  align-content: start;
  gap: 14px;
}

.footer-links strong {
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.footer-links a,
.footer-links button,
.footer-note {
  padding: 0;
  color: var(--soft-ink);
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.footer-note {
  margin-top: 8px;
  color: var(--wine-dark);
  cursor: default;
  font-size: 0.88rem;
  font-weight: 800;
}

.footer-links a:hover,
.footer-links button:hover {
  color: var(--wine);
}

.cookie-banner {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  width: min(360px, calc(100vw - 36px));
  padding: 14px;
  background: var(--milk);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 44px rgba(29, 26, 26, 0.12);
}

.cookie-banner p {
  margin: 6px 0 0;
  color: var(--soft-ink);
  line-height: 1.55;
  font-size: 0.9rem;
}

.cookie-actions,
.modal-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 10px;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(29, 26, 26, 0.58);
}

.cookie-modal,
.booking-notice-modal,
.success-modal {
  width: min(680px, 100%);
  max-height: calc(100vh - 36px);
  overflow: auto;
  padding: 22px;
  background: var(--paper);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.booking-notice-modal,
.success-modal {
  width: min(520px, 100%);
}

.booking-notice-modal p:not(.eyebrow),
.success-modal p:not(.eyebrow) {
  margin: 0 0 22px;
  color: var(--soft-ink);
  line-height: 1.7;
}

.booking-notice-modal p a {
  color: var(--wine);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.modal-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.preference-list {
  display: grid;
  gap: 10px;
}

.pref-row {
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 16px;
  background: var(--milk);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.pref-row small {
  display: block;
  margin-top: 6px;
  color: var(--soft-ink);
  font-weight: 500;
  line-height: 1.45;
}

.pref-row input {
  width: 22px;
  height: 22px;
  accent-color: var(--wine);
}

.modal-actions {
  margin-top: 18px;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 50;
  min-width: min(420px, calc(100vw - 36px));
  padding: 13px 16px;
  color: var(--milk);
  background: var(--steel);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transform: translate(-50%, 120px);
  opacity: 0;
  transition: transform 180ms ease, opacity 180ms ease;
}

.toast.visible {
  transform: translate(-50%, 0);
  opacity: 1;
}

@media (max-width: 1040px) {
  .nav-links,
  .nav-actions {
    display: none;
  }

  .topbar {
    grid-template-columns: auto 1fr auto;
  }

  .menu-button {
    display: inline-block;
    justify-self: end;
  }

  .topbar.menu-active .nav-links,
  .topbar.menu-active .nav-actions {
    position: fixed;
    left: 18px;
    right: 18px;
    z-index: 24;
    display: flex;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(251, 250, 247, 0.98));
    border: 1px solid rgba(156, 18, 49, 0.14);
    color: var(--ink);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
  }

  .topbar.menu-active .nav-links {
    top: 86px;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 14px;
    border-radius: var(--radius);
  }

  .topbar.menu-active .nav-links a {
    min-height: 46px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    color: var(--ink);
    background: rgba(156, 18, 49, 0.05);
    border: 1px solid rgba(156, 18, 49, 0.08);
    border-radius: var(--radius);
    font-weight: 800;
  }

  .topbar.menu-active .nav-links a:hover,
  .topbar.menu-active .nav-links a.active {
    color: var(--milk);
    background: var(--wine);
    border-color: var(--wine);
  }

  .topbar.menu-active .nav-actions {
    top: auto;
    bottom: 22px;
    justify-content: stretch;
    padding: 12px;
    border-radius: var(--radius);
  }

  .topbar.menu-active .nav-actions .button {
    flex: 1;
  }

  body.menu-open::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 19;
    background: rgba(29, 26, 26, 0.42);
    backdrop-filter: blur(4px);
  }

  .catalog-grid,
  .product-grid,
  .career-options,
  .console-grid,
  .pricing-grid,
  .home-services-grid,
  .google-review-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split,
  .studio-section,
  .booking-band,
  .home-intro,
  .home-feature,
  .services-hero,
  .services-toolbar,
  .services-layout,
  .home-services-head,
  .location-card,
  .about-story,
  .product-brand-story,
  .product-routine,
  .product-lifestyle,
  .models-layout {
    grid-template-columns: 1fr;
  }

  .product-lifestyle-grid {
    grid-auto-rows: 220px;
  }

  .models-info {
    position: static;
  }

  .service-rail {
    position: static;
    display: flex;
    overflow-x: auto;
  }

  .service-rail button {
    flex: 0 0 auto;
  }

  .home-location,
  .products-editorial,
  .models-section,
  .section,
  .booking-band {
    padding-inline: clamp(18px, 4vw, 42px);
  }

}

@media (max-width: 720px) {
  .topbar {
    min-height: 66px;
    padding: 12px 16px;
  }

  .brand-logo {
    width: 104px;
    height: 42px;
  }

  .hero {
    min-height: 90vh;
    padding: 118px 18px 34px;
  }

  .hero-brand-script {
    margin-bottom: 30px;
    font-size: clamp(4.4rem, 22vw, 7.4rem);
  }

  .booking-form,
  .form-grid,
  .inline-fields,
  .catalog-grid,
  .product-grid,
  .product-pair,
  .product-lifestyle-grid,
  .model-interest-grid,
  .career-options,
  .console-grid,
  .pricing-grid,
  .home-services-grid,
  .google-review-strip {
    grid-template-columns: 1fr;
  }

  .product-lifestyle {
    padding: 24px;
  }

  .product-lifestyle-grid figure.portrait,
  .product-lifestyle-grid figure.wide {
    grid-column: auto;
    grid-row: auto;
  }

  .product-lifestyle-grid {
    grid-auto-rows: minmax(190px, 58vw);
  }

  .service-row {
    grid-template-columns: 1fr;
  }

  .service-meta {
    justify-items: start;
    text-align: left;
  }

  .section-head,
  .footer,
  .cookie-banner {
    display: grid;
  }

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

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

  .footer-links,
  .cookie-actions,
  .modal-actions {
    justify-content: start;
  }

  .search-box {
    min-width: 0;
  }

  .product-media {
    height: 230px;
  }

  input,
  select,
  textarea,
  button {
    max-width: 100%;
  }

  .hero-actions,
  .location-actions,
  .reservation-options,
  .modal-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .button.large,
  .location-actions .button,
  .reservation-options .button,
  .modal-actions .button {
    width: 100%;
  }

  .topbar.menu-active .nav-links {
    top: 74px;
    max-height: calc(100vh - 160px);
    overflow: auto;
  }

  .topbar.menu-active .nav-actions {
    top: auto;
    bottom: 18px;
  }

  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
  }

  .modal-backdrop {
    align-items: end;
    padding: 12px;
  }

  .cookie-modal,
  .booking-notice-modal,
  .success-modal {
    width: 100%;
    max-height: calc(100vh - 24px);
    padding: 18px;
  }

  .review-arrow {
    display: none;
  }

  .google-review-card {
    min-height: auto;
    padding: 24px;
  }
}

@media (max-width: 420px) {
  .hero-brand-script {
    font-size: clamp(3.7rem, 24vw, 5.4rem);
  }

  .hero-copy,
  .product-lifestyle-copy h3,
  .services-hero h2,
  .models-hero h2 {
    overflow-wrap: anywhere;
  }

  .service-rail {
    margin-inline: -2px;
    padding: 8px;
  }

  .service-rail button {
    min-height: 40px;
    padding-inline: 9px;
  }
}
