@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Montserrat:wght@400;500;600;700&display=swap");

:root {
  --void: #090c0b;
  --ink: #090c0b;
  --bone: #f2ede4;
  --ash: #b8b0a4;
  --line: rgba(213, 190, 142, 0.18);
  --oxblood: #10382f;
  --brass: #bd9c61;
  --gold-light: #d5bc85;
  --emerald: #165446;
  --emerald-deep: #0d2822;
  --paper: #0e1714;
  --serif: "Cormorant Garamond", Didot, Baskerville, "Times New Roman", serif;
  --sans: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--void); }
body { margin: 0; color: var(--bone); background: radial-gradient(ellipse at 14% 0%, rgba(30, 87, 73, 0.23), transparent 37%), var(--void); font-family: var(--sans); }
button, input, select { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

:focus-visible { outline: 2px solid var(--brass); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; transform: translateY(-200%); padding: 10px 14px; background: var(--bone); color: var(--void); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.eyebrow { margin: 0 0 18px; color: var(--brass); font-size: 10px; font-weight: 700; letter-spacing: 0.19em; text-transform: uppercase; }
.kicker { color: var(--ash); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; }
.display { margin: 0; font-family: var(--serif); font-size: clamp(3.5rem, 8vw, 8.75rem); font-weight: 400; letter-spacing: -0.062em; line-height: 0.85; }
.display em { color: var(--brass); font-style: italic; }
.body-copy { max-width: 500px; color: rgba(238, 232, 224, 0.72); font-size: 16px; line-height: 1.7; }
.body-copy p { margin: 0 0 14px; }
.rule { height: 1px; background: var(--line); }

.topline { display: flex; justify-content: space-between; align-items: center; padding: 11px clamp(18px, 4vw, 56px); border-bottom: 1px solid rgba(213, 190, 142, 0.2); color: #b8b0a4; background: #0b120f; font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase; }
.topline span:last-child { color: var(--gold-light); }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; min-height: 79px; padding: 0 clamp(18px, 4vw, 56px); background: rgba(9, 12, 11, 0.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.wordmark { display: inline-flex; align-items: baseline; gap: 8px; font-family: var(--serif); font-size: 25px; letter-spacing: 0.015em; text-transform: uppercase; }
.wordmark .ampersand { color: var(--brass); font-style: italic; }
.site-nav { display: flex; align-items: center; gap: clamp(13px, 2vw, 30px); }
.nav-link { padding: 7px 0; border: 0; color: var(--bone); background: transparent; font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase; }
.nav-link:hover, .nav-link.is-active { color: var(--brass); }
.nav-group { position: relative; }
.nav-group summary { cursor: pointer; list-style: none; }
.nav-group summary::-webkit-details-marker { display: none; }
.nav-group.is-active > summary, .nav-group[open] > summary { color: var(--brass); }
.nav-submenu { position: absolute; top: calc(100% + 14px); left: -17px; z-index: 30; display: grid; min-width: 196px; padding: 10px 0; border: 1px solid var(--line); background: rgba(9, 12, 11, 0.98); box-shadow: 0 16px 32px rgba(0, 0, 0, 0.24); }
.nav-submenu a { padding: 11px 16px; color: var(--bone); font-size: 9px; letter-spacing: 0.13em; line-height: 1.35; text-transform: uppercase; }
.nav-submenu a:hover { color: var(--brass); background: rgba(22, 84, 70, 0.22); }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px; border: 1px solid var(--brass); background: var(--emerald); box-shadow: inset 0 0 0 1px rgba(213, 190, 142, 0.09); color: var(--bone); font-size: 9px; font-weight: 700; letter-spacing: 0.17em; text-transform: uppercase; transition: background 180ms var(--ease), color 180ms var(--ease), transform 180ms var(--ease); }
.nav-cta:hover, .button:hover { background: var(--brass); color: var(--void); transform: translateY(-2px); }
.button.ghost { border-color: var(--line); background: transparent; color: var(--bone); }
.button.ghost:hover { border-color: var(--brass); color: var(--brass); }
.menu-button { display: none; border: 0; color: var(--bone); background: transparent; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; }
.language-switcher { display: inline-flex; align-items: center; }
.language-switcher select { min-width: 58px; min-height: 36px; padding: 0 8px; border: 1px solid var(--line); border-radius: 0; outline: 0; color: var(--bone); background: var(--void); font-size: 9px; font-weight: 700; letter-spacing: 0.12em; }
.language-switcher select:focus { border-color: var(--brass); }

main { overflow: hidden; }
.hero { position: relative; min-height: min(800px, calc(100vh - 116px)); padding: clamp(44px, 7vw, 104px) clamp(18px, 4vw, 56px) 34px; }
.hero::before { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(7, 13, 11, 0.99) 4%, rgba(8, 22, 18, 0.87) 38%, rgba(9, 12, 11, 0.22) 74%); pointer-events: none; z-index: 1; }
.hero-image { position: absolute; inset: 0 0 0 28%; overflow: hidden; }
.hero-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(9, 12, 11, 0) 67%, rgba(9, 12, 11, 0.9) 100%); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 16%; filter: saturate(0.64) contrast(1.06) brightness(0.68); }
.hero-content { position: relative; z-index: 2; display: flex; min-height: 570px; max-width: 690px; flex-direction: column; justify-content: space-between; }
.hero-content .display { max-width: 730px; }
.hero-bottom { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.hero-meta { display: flex; align-items: center; gap: 12px; color: var(--ash); font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase; }
.hero-meta::before { width: 30px; height: 1px; content: ""; background: var(--brass); }

.section { padding: clamp(92px, 14vw, 185px) clamp(18px, 7vw, 112px); }
.section-heading { display: grid; grid-template-columns: minmax(120px, 0.42fr) 1.25fr 0.7fr; gap: 28px; align-items: end; margin-bottom: clamp(40px, 7vw, 90px); }
.section-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.5rem, 4.7vw, 5.3rem); font-weight: 400; letter-spacing: -0.055em; line-height: 0.92; }
.section-heading .body-copy { margin: 0; font-size: 14px; }
.duo-intro { display: grid; grid-template-columns: minmax(220px, 0.65fr) 1fr; gap: clamp(30px, 8vw, 150px); align-items: end; }
.duo-intro-image { position: relative; max-width: 450px; }
.duo-intro-image::before { position: absolute; z-index: -1; top: -17px; right: -17px; width: 52%; height: 56%; content: ""; border: 1px solid var(--brass); }
.duo-intro-image img { width: 100%; aspect-ratio: 0.72; object-fit: cover; object-position: center top; filter: saturate(0.65) contrast(1.04); }
.quote { margin: 0 0 30px; font-family: var(--serif); font-size: clamp(2.1rem, 4vw, 4.6rem); letter-spacing: -0.055em; line-height: 0.98; }
.quote span { color: var(--brass); }
.pill-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 26px 0 34px; padding: 0; list-style: none; }
.pill-list li { padding: 9px 12px; border: 1px solid var(--line); color: var(--ash); font-size: 10px; letter-spacing: 0.11em; text-transform: uppercase; }
.gallery-section { padding: clamp(70px, 10vw, 132px) 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0c1512; }
.gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding: 0 clamp(18px, 7vw, 112px) clamp(30px, 4vw, 56px); }
.gallery-heading h2 { max-width: 520px; margin: 0; font-family: var(--serif); font-size: clamp(3rem, 5vw, 5.8rem); font-weight: 400; letter-spacing: -0.065em; line-height: 0.82; }
.gallery-controls { display: flex; align-items: center; gap: 15px; color: var(--ash); font-size: 9px; letter-spacing: 0.15em; text-transform: uppercase; white-space: nowrap; }
.gallery-controls button { width: 42px; height: 42px; border: 1px solid var(--line); color: var(--bone); background: transparent; font-size: 18px; transition: color 180ms var(--ease), background 180ms var(--ease), border-color 180ms var(--ease); }
.gallery-controls button:hover { border-color: var(--brass); color: #f7f4ef; background: var(--oxblood); }
.carousel-track { display: flex; gap: 12px; overflow-x: auto; padding: 0 clamp(18px, 7vw, 112px) 15px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-color: var(--brass) #0c1512; scrollbar-width: thin; }
.carousel-card { position: relative; flex: 0 0 clamp(260px, 30vw, 480px); margin: 0; overflow: hidden; scroll-snap-align: start; background: #25201d; }
.carousel-card:first-child { flex-basis: clamp(315px, 39vw, 600px); }
.carousel-card img { width: 100%; aspect-ratio: 0.72; object-fit: cover; object-position: center top; filter: saturate(0.68) contrast(1.04) brightness(0.76); transition: transform 600ms var(--ease), filter 600ms var(--ease); }
.carousel-card:hover img { transform: scale(1.025); filter: saturate(0.82) contrast(1.04) brightness(0.88); }
.carousel-card figcaption { position: absolute; right: 15px; bottom: 14px; color: #f7f4ef; font-size: 9px; letter-spacing: 0.15em; text-shadow: 0 1px 8px #000; }

.mistress-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--paper); }
.mistress-card { position: relative; min-height: 720px; overflow: hidden; background: var(--paper); }
.mistress-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.58) contrast(1.03) brightness(0.76); transition: transform 700ms var(--ease), filter 700ms var(--ease); }
.mistress-card:hover img { transform: scale(1.035); filter: saturate(0.76) contrast(1.03) brightness(0.84); }
.mistress-card-content { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(23px, 3.5vw, 54px); color: #f7f4ef; background: linear-gradient(180deg, rgba(24, 21, 20, 0.02), rgba(24, 21, 20, 0.1) 42%, rgba(24, 21, 20, 0.87)); }
.mistress-card h3 { margin: 5px 0 0; font-family: var(--serif); font-size: clamp(3.2rem, 5vw, 6.7rem); font-weight: 400; letter-spacing: -0.07em; line-height: 0.8; }
.mistress-card-footer { display: flex; align-items: end; justify-content: space-between; gap: 18px; }
.mistress-card-footer p { max-width: 260px; margin: 0; color: rgba(247, 244, 239, 0.76); font-size: 14px; line-height: 1.55; }
.text-link { display: inline-flex; align-items: center; gap: 12px; border: 0; padding: 0; color: var(--bone); background: transparent; font-size: 10px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.text-link::after { content: "↗"; color: var(--brass); font-size: 16px; line-height: 1; }

.profile-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 24px; margin-top: 27px; }
.profile-actions .button { margin: 0; }
.external-profile-link { white-space: nowrap; }
.profile-copy .display { color: var(--gold-light); }
.profile-signature { max-width: 480px; margin: 20px 0 23px; color: var(--gold-light); font-size: 9px; font-weight: 600; letter-spacing: 0.15em; line-height: 1.8; text-transform: uppercase; }
.text-link:hover { color: var(--brass); }
.mistress-card .text-link, .private-ribbon .text-link, .review-section .text-link, .private-page .text-link, .private-profile .text-link { color: #f7f4ef; }
.mistress-card .eyebrow, .private-ribbon .eyebrow, .review-section .eyebrow, .private-page .eyebrow, .private-profile .eyebrow { color: var(--gold-light); }

.private-ribbon { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: center; padding: clamp(66px, 9vw, 116px) clamp(18px, 7vw, 112px); color: var(--bone); background: linear-gradient(135deg, var(--emerald-deep), var(--oxblood)); }
.private-ribbon h2 { max-width: 530px; margin: 0; font-family: var(--serif); font-size: clamp(2.6rem, 4.5vw, 5.3rem); font-weight: 400; letter-spacing: -0.06em; line-height: 0.9; }
.private-ribbon p { max-width: 430px; color: rgba(247, 244, 239, 0.82); line-height: 1.65; }
.private-ribbon .text-link { margin-top: 18px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-card { min-height: 230px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-card span { display: block; margin-bottom: 58px; color: var(--brass); font-size: 11px; letter-spacing: 0.12em; }
.process-card h3 { margin: 0 0 11px; font-family: var(--serif); font-size: 29px; font-weight: 400; letter-spacing: -0.04em; }
.process-card p { margin: 0; color: var(--ash); font-size: 13px; line-height: 1.6; }
.cta-section { position: relative; padding: clamp(80px, 13vw, 172px) clamp(18px, 7vw, 112px); border-top: 1px solid var(--line); text-align: center; }
.cta-section::before { position: absolute; top: 0; left: 50%; width: 1px; height: 100%; content: ""; background: var(--line); }
.cta-section > * { position: relative; z-index: 1; }
.cta-section .display { max-width: 900px; margin: 0 auto 32px; }
.cta-section .body-copy { margin: 0 auto 31px; }

.profile-hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr); min-height: calc(100vh - 116px); }
.profile-copy { display: flex; flex-direction: column; justify-content: space-between; padding: clamp(55px, 8vw, 122px) clamp(18px, 6vw, 92px); }
.profile-copy .display { margin-bottom: 35px; }
.profile-copy .body-copy { font-size: 17px; }
.profile-image { min-height: 580px; }
.profile-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(0.6) contrast(1.04) brightness(0.77); }
.profile-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding-top: 35px; border-top: 1px solid var(--line); }
.profile-facts dt { color: var(--brass); font-size: 9px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.profile-facts dd { margin: 8px 0 0; color: var(--ash); font-size: 13px; line-height: 1.45; }
.profile-columns { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px, 12vw, 180px); }
.profile-columns h2 { margin: 0 0 18px; font-family: var(--serif); font-size: clamp(2.4rem, 4vw, 4.5rem); font-weight: 400; letter-spacing: -0.06em; line-height: 0.93; }
.profile-columns p { max-width: 480px; color: var(--ash); line-height: 1.7; }
.story-section { display: grid; grid-template-columns: minmax(180px, 0.5fr) minmax(0, 1.15fr); gap: clamp(35px, 11vw, 170px); padding: clamp(85px, 13vw, 178px) clamp(18px, 7vw, 112px); border-top: 1px solid var(--line); background: var(--paper); }
.story-aside { display: flex; min-height: 220px; flex-direction: column; justify-content: space-between; }
.story-aside .eyebrow { max-width: 170px; }
.story-index { margin: 0; color: var(--brass); font-size: 10px; font-weight: 700; letter-spacing: 0.14em; }
.story-content { max-width: 690px; }
.story-content h2 { max-width: 600px; margin: 0 0 46px; font-family: var(--serif); font-size: clamp(3.2rem, 6.2vw, 7.2rem); font-weight: 400; letter-spacing: -0.07em; line-height: 0.8; }
.story-prose { columns: 2; column-gap: clamp(30px, 6vw, 80px); }
.story-prose p { margin: 0 0 22px; break-inside: avoid; color: var(--ash); font-size: 15px; line-height: 1.73; }
.story-content blockquote { max-width: 560px; margin: 55px 0 35px; padding-top: 24px; border-top: 1px solid var(--brass); font-family: var(--serif); font-size: clamp(2.1rem, 4vw, 4.25rem); font-weight: 400; letter-spacing: -0.055em; line-height: 0.94; }
.review-section { padding: clamp(84px, 12vw, 155px) clamp(18px, 7vw, 112px); color: #f7f4ef; background: #181513; }
.review-header { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 42px; }
.review-header h2 { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 5vw, 5.5rem); font-weight: 400; letter-spacing: -0.06em; }
.review-disclaimer { max-width: 260px; margin: 0; color: #b9b1a9; font-size: 12px; line-height: 1.5; text-align: right; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.review-card { display: flex; min-height: 265px; flex-direction: column; justify-content: space-between; padding: 27px; background: #181513; }
.review-card .stars { color: var(--brass); font-size: 13px; letter-spacing: 4px; }
.review-card blockquote { margin: 28px 0; font-family: var(--serif); font-size: 25px; letter-spacing: -0.035em; line-height: 1.08; }
.review-card footer { color: var(--ash); font-size: 10px; letter-spacing: 0.13em; text-transform: uppercase; }

.private-page { min-height: calc(100vh - 116px); padding: clamp(70px, 12vw, 160px) clamp(18px, 7vw, 112px); color: #f7f4ef; background: linear-gradient(125deg, #181514 57%, #682033); }
.private-page-inner { display: grid; grid-template-columns: minmax(200px, 0.5fr) 1fr; gap: clamp(40px, 12vw, 170px); }
.private-page h1 { max-width: 680px; margin: 0 0 34px; font-family: var(--serif); font-size: clamp(4rem, 9vw, 9.4rem); font-weight: 400; letter-spacing: -0.075em; line-height: 0.78; }
.private-page h1 em { color: var(--brass); font-style: italic; }
.private-choices { display: grid; gap: 1px; background: var(--line); }
.private-choice { display: flex; justify-content: space-between; align-items: center; min-height: 120px; padding: 23px 24px; border: 0; background: #181514; color: #f7f4ef; text-align: left; transition: background 180ms var(--ease); }
.private-choice:hover { background: rgba(22, 84, 70, 0.38); }
.private-choice strong { display: block; margin-bottom: 7px; font-family: var(--serif); font-size: 32px; font-weight: 400; letter-spacing: -0.05em; }
.private-choice span { color: var(--ash); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; }
.private-choice b { color: var(--brass); font-size: 25px; font-weight: 400; }
.private-profile { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(290px, 1.1fr); min-height: calc(100vh - 116px); }
.private-profile-image { min-height: 630px; }
.private-profile-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(0.55) contrast(1.04) brightness(0.66); }
.private-profile-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(45px, 8vw, 130px) clamp(24px, 7vw, 112px); color: #f7f4ef; background: #682033; }
.private-profile-copy h1 { margin: 0 0 24px; font-family: var(--serif); font-size: clamp(3.8rem, 7vw, 7.8rem); font-weight: 400; letter-spacing: -0.07em; line-height: 0.8; }
.private-profile-copy h1 em { color: var(--brass); font-style: italic; }

.site-footer { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 30px; padding: 48px clamp(18px, 4vw, 56px) 30px; color: #f7f4ef; border-top: 1px solid var(--line); background: #181514; }
.site-footer .wordmark { font-size: 34px; }
.site-footer p, .site-footer a { color: #c9c2b9; font-size: 11px; line-height: 1.65; }
.footer-links { display: grid; gap: 9px; align-content: start; }
.footer-note { max-width: 400px; }
.copyright { grid-column: 1 / -1; margin: 22px 0 0; padding-top: 20px; border-top: 1px solid var(--line); color: #716b65; font-size: 9px; letter-spacing: 0.11em; text-transform: uppercase; }

.modal-backdrop { position: fixed; z-index: 100; inset: 0; display: flex; align-items: center; justify-content: center; padding: 20px; background: rgba(5, 4, 4, 0.8); backdrop-filter: blur(8px); }
.modal { position: relative; width: min(100%, 720px); max-height: min(850px, calc(100vh - 40px)); overflow-y: auto; border: 1px solid rgba(155, 38, 58, 0.65); color: #f7f4ef; background: #181411; box-shadow: 0 22px 80px rgba(0, 0, 0, 0.6); }
.modal-close { position: absolute; top: 18px; right: 19px; z-index: 2; width: 35px; height: 35px; border: 1px solid var(--line); color: var(--bone); background: transparent; font-size: 22px; line-height: 1; }
.modal-content { padding: clamp(34px, 5vw, 58px); }
.modal-content h2 { max-width: 520px; margin: 0 0 14px; font-family: var(--serif); font-size: clamp(2.7rem, 5vw, 4.8rem); font-weight: 400; letter-spacing: -0.065em; line-height: 0.86; }
.modal-intro { max-width: 570px; margin: 0 0 32px; color: var(--ash); font-size: 14px; line-height: 1.65; }
.intake-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--ash); font-size: 10px; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }
.field input, .field select { width: 100%; min-height: 48px; border: 1px solid var(--line); border-radius: 0; padding: 0 13px; color: var(--bone); background: #100e0d; }
.field select { appearance: none; }
.check-field { grid-column: 1 / -1; display: flex; align-items: start; gap: 10px; color: var(--ash); font-size: 12px; line-height: 1.45; }
.check-field input { width: 15px; height: 15px; margin-top: 1px; accent-color: var(--brass); }
.form-error { grid-column: 1 / -1; min-height: 1.3em; margin: 0; color: #d78a8a; font-size: 12px; }
.form-success { padding: 20px; border: 1px solid rgba(170, 139, 90, 0.5); background: rgba(117, 40, 52, 0.28); color: var(--bone); font-size: 15px; line-height: 1.6; }
.source-list { display: grid; gap: 1px; margin: 28px 0; background: var(--line); }
.source-list div { padding: 17px; background: #181411; }
.source-list strong { display: block; margin-bottom: 5px; color: var(--brass); font-size: 10px; letter-spacing: 0.13em; text-transform: uppercase; }
.source-list p { margin: 0; color: var(--ash); font-size: 13px; line-height: 1.55; }

.age-gate { position: fixed; z-index: 200; inset: 0; display: grid; place-items: center; padding: 20px; color: #f7f4ef; background: radial-gradient(circle at 70% 20%, #5f1e2c 0%, #181514 53%); }
.age-gate-card { width: min(100%, 650px); padding: clamp(35px, 8vw, 82px); border: 1px solid rgba(170, 139, 90, 0.45); text-align: center; }
.age-gate h1 { margin: 0 0 12px; font-family: var(--serif); font-size: clamp(4.4rem, 10vw, 8.4rem); font-weight: 400; letter-spacing: -0.08em; line-height: 0.75; }
.age-gate h1 em { color: var(--brass); font-style: italic; }
.age-gate p { max-width: 420px; margin: 23px auto 28px; color: #c9c2b9; font-size: 14px; line-height: 1.65; }
.age-gate .button { min-width: 220px; }

@media (max-width: 900px) {
  .site-nav { position: absolute; top: 79px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 18px 20px; border-bottom: 1px solid var(--line); background: var(--void); }
  .site-nav.is-open { display: flex; }
  .nav-link, .nav-cta { display: block; width: 100%; padding: 15px 0; text-align: left; }
  .nav-group { width: 100%; }
  .nav-submenu { position: static; min-width: 0; margin: 0 0 4px; border-right: 0; border-left: 1px solid var(--line); box-shadow: none; }
  .nav-submenu a { padding-left: 18px; }
  .nav-cta { justify-content: start; border: 0; color: var(--brass); background: transparent; }
  .menu-button { display: block; }
  .language-switcher select { min-height: 40px; }
  .hero::before { background: linear-gradient(90deg, rgba(17, 16, 15, 0.96), rgba(17, 16, 15, 0.44) 100%); }
  .hero-image { inset: 0; }
  .hero-content { min-height: 590px; }
  .section-heading, .duo-intro, .profile-hero, .private-profile { grid-template-columns: 1fr; }
  .section-heading { gap: 19px; }
  .section-heading > .eyebrow { grid-column: 1; }
  .duo-intro-image { max-width: 370px; }
  .mistress-card { min-height: 560px; }
  .gallery-heading { align-items: start; flex-direction: column; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .profile-image { min-height: 500px; order: -1; }
  .profile-copy { min-height: 520px; }
  .private-page-inner { grid-template-columns: 1fr; gap: 35px; }
  .review-grid { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-note { grid-column: 1 / -1; }
}

@media (max-width: 580px) {
  .topline span:first-child { display: none; }
  .topline { justify-content: center; }
  .site-header { display: flex; padding-right: 12px; padding-left: 12px; }
  .wordmark { min-width: 0; font-size: 22px; }
  .menu-button { position: absolute; z-index: 2; top: 17px; right: 68px; display: inline-flex; align-items: center; justify-content: center; width: 44px; min-width: 44px; min-height: 44px; }
  .language-switcher { position: absolute; z-index: 3; top: 19px; right: 12px; }
  .language-switcher select { display: block; width: 52px; min-width: 52px; padding: 0 4px; }
  .hero { min-height: 690px; padding: 38px 20px 28px; }
  .hero-content { width: 100%; min-height: 620px; max-width: none; }
  .hero-content .display { max-width: 100%; }
  .hero-bottom { width: 100%; align-items: start; flex-direction: column; gap: 24px; }
  .hero-bottom .body-copy { max-width: 315px; margin: 0; font-size: 15px; }
  .display { font-size: clamp(3rem, 14vw, 4.2rem); line-height: 0.9; }
  .profile-copy .display { font-size: clamp(2.75rem, 12.5vw, 3.5rem); }
  .section { padding-right: 18px; padding-left: 18px; }
  .mistress-grid, .private-ribbon, .profile-columns, .story-section { grid-template-columns: 1fr; }
  .mistress-card { min-height: 540px; }
  .mistress-card-footer { align-items: start; flex-direction: column; }
  .process-grid { grid-template-columns: 1fr; }
  .carousel-card, .carousel-card:first-child { flex-basis: min(82vw, 390px); }
  .process-card { min-height: 190px; }
  .process-card span { margin-bottom: 30px; }
  .profile-image { height: 460px; min-height: 0; }
  .profile-copy { min-height: 0; padding: 42px 20px 54px; }
  .profile-facts { grid-template-columns: 1fr; }
  .review-header { align-items: start; flex-direction: column; }
  .review-disclaimer { text-align: left; }
  .site-footer { grid-template-columns: 1fr; }
  .story-aside { min-height: auto; gap: 24px; }
  .story-prose { columns: 1; }
  .intake-form { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
}
