@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,ital,wght@6..96,400;6..96,500;6..96,600;6..96,400&family=DM+Sans:wght@300;400;500;600&family=Newsreader:opsz,ital,wght@6..72,400;6..72,500;6..72,600;6..72,400&display=swap');

:root {
  --ink: #fff8ef;
  --muted: #c5b7b1;
  --bg: #16070d;
  --surface: #230b15;
  --surface-2: #32101d;
  --accent: #d4ae72;
  --accent-dark: #7e3f50;
  --line: rgba(240, 211, 173, .18);
  --display: 'Bodoni Moda', Georgia, serif;
  --body: 'DM Sans', sans-serif;
  --max: 1220px;
}

body[data-theme="classic"] {
  --ink: #271d19;
  --muted: #796a62;
  --bg: #f3ede2;
  --surface: #fffaf1;
  --surface-2: #e8ddcd;
  --accent: #8d273e;
  --accent-dark: #b98b6f;
  --line: rgba(77, 52, 42, .16);
  --display: 'Newsreader', Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--bg); font-family: var(--body); font-weight: 300; line-height: 1.6; transition: color .45s, background .45s; }
body.menu-open, body.gate-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }

.grain { position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .045; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }

.site-header { position: fixed; z-index: 80; inset: 0 0 auto; height: 92px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 clamp(22px, 4vw, 68px); border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--bg) 84%, transparent); backdrop-filter: blur(14px); }
.wordmark { display: inline-flex; width: max-content; flex-direction: column; font-family: var(--display); line-height: .8; }
.wordmark span { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.wordmark strong { font-size: 1.75rem; font-weight: 500; }
.main-nav { display: flex; gap: clamp(20px, 3vw, 42px); font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; }
.main-nav a { position: relative; }
.main-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--accent); transition: right .25s; }
.main-nav a:hover::after { right: 0; }
.menu-button { display: none; justify-self: end; gap: 10px; align-items: center; border: 0; background: transparent; cursor: pointer; text-transform: uppercase; letter-spacing: .14em; font-size: .68rem; }
.menu-button i, .menu-button i::after { display: block; width: 25px; height: 1px; background: currentColor; transition: transform .25s; }
.menu-button i { position: relative; }
.menu-button i::after { content: ''; position: absolute; top: 6px; }

.hero { min-height: 100svh; padding: 150px max(6vw, 24px) 70px; display: grid; grid-template-columns: minmax(280px, 1fr) minmax(430px, .92fr); gap: clamp(44px, 8vw, 130px); align-items: center; max-width: 1500px; margin: auto; position: relative; }
.hero__visual { position: relative; min-height: 620px; overflow: hidden; background: radial-gradient(circle at 50% 42%, color-mix(in srgb, var(--accent-dark) 70%, var(--surface)), var(--surface) 68%); }
.hero__visual::after { content: ''; position: absolute; inset: 8%; border: 1px solid var(--line); }
.hero__monogram { position: absolute; z-index: 2; inset: 50% auto auto 50%; transform: translate(-50%, -52%); font-family: var(--display); font-size: clamp(13rem, 26vw, 25rem); font-style: italic; line-height: 1; color: color-mix(in srgb, var(--accent) 76%, transparent); text-shadow: 0 20px 60px rgba(0,0,0,.22); }
.arch { position: absolute; border: 1px solid color-mix(in srgb, var(--accent) 46%, transparent); border-bottom: 0; border-radius: 50% 50% 0 0; }
.arch--one { inset: 14% 21% 0; }
.arch--two { inset: 25% 31% 0; }
.hero__sidecopy { position: absolute; z-index: 3; left: 18px; bottom: 20px; margin: 0; writing-mode: vertical-rl; rotate: 180deg; font-size: .64rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.hero__copy { max-width: 610px; }
.eyebrow { color: var(--accent); margin: 0 0 18px; font-size: .68rem; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; }
.hero h1, .section h2, .contact-band h2 { margin: 0; font-family: var(--display); font-weight: 400; letter-spacing: -.04em; line-height: .94; }
.hero h1 { font-size: clamp(4.4rem, 7.8vw, 8.4rem); }
.hero h1 em { color: var(--accent); font-weight: 400; }
.hero__intro { max-width: 500px; margin: 34px 0; color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.18rem); }
.hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px; border: 1px solid var(--accent); cursor: pointer; font-size: .7rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; transition: background .25s, color .25s, transform .25s; }
.button:hover { transform: translateY(-2px); }
.button--solid { background: var(--accent); color: color-mix(in srgb, var(--bg) 92%, #000); }
.button--light { border-color: currentColor; }
.text-link { display: inline-flex; gap: 18px; align-items: center; border-bottom: 1px solid var(--line); padding: 8px 0; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; }
.text-link span { color: var(--accent); }
.hero__index { position: absolute; right: 28px; bottom: 35px; display: flex; gap: 10px; align-items: center; color: var(--muted); font-size: .6rem; }
.hero__index i { display: block; width: 52px; height: 1px; background: var(--line); }

.hero__collage { overflow: visible; background: #2a0c17; }
.hero__collage::after { inset: 22px; z-index: 5; pointer-events: none; }
.hero__photo { position: absolute; display: block; object-fit: cover; box-shadow: 0 28px 80px rgba(7, 0, 3, .5); }
.hero__photo--main { z-index: 2; inset: 4% 15% 4% 9%; width: 76%; height: 92%; object-position: center 28%; }
.hero__photo--top { z-index: 3; width: 34%; height: 42%; right: -7%; top: -5%; object-position: center 22%; }
.hero__photo--bottom { z-index: 4; width: 32%; height: 39%; right: -4%; bottom: -5%; object-position: center 24%; }
.hero__collage::before { content: ''; position: absolute; z-index: 4; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(22,7,13,.42)); pointer-events: none; }

.ladies { max-width: 1380px; }
.ladies-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-flow: dense; grid-auto-rows: 250px; gap: 14px; }
.lady-card { position: relative; min-width: 0; overflow: hidden; background: var(--surface); }
.lady-card--wide { grid-column: span 2; }
.lady-card--tall { grid-row: span 2; }
.lady-card img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 24%; filter: saturate(.86) contrast(1.03); transition: transform .5s cubic-bezier(.2,.7,.2,1), filter .35s; }
.lady-card::after { content: ''; position: absolute; inset: 32% 0 0; background: linear-gradient(transparent, rgba(18,4,10,.88)); pointer-events: none; }
.lady-card span { position: absolute; z-index: 2; left: 22px; right: 20px; bottom: 18px; display: flex; align-items: end; justify-content: space-between; gap: 12px; color: #fff8ef; }
.lady-card strong { font: 400 clamp(1.55rem, 2.4vw, 2.3rem)/1 var(--display); letter-spacing: -.025em; }
.lady-card small { font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; color: #e7bd87; }
.lady-card:hover img { transform: scale(1.035); filter: saturate(1) contrast(1.03); }
.lady-card:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.lady-card--private img { filter: brightness(.72) sepia(.15); }

.section { max-width: var(--max); margin: auto; padding: clamp(90px, 12vw, 170px) 24px; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(260px, 380px); gap: 50px; align-items: end; margin-bottom: 58px; }
.section-heading h2, .story h2 { font-size: clamp(3.2rem, 6vw, 6.2rem); }
.section-heading > p { color: var(--muted); margin: 0; }
.profile-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.profile-card { min-width: 0; }
.profile-art { position: relative; aspect-ratio: 3 / 4; overflow: hidden; background: var(--surface); }
.profile-art::before, .profile-art::after { content: ''; position: absolute; border-radius: 50%; filter: blur(1px); }
.profile-art::before { width: 70%; aspect-ratio: 1; left: 15%; top: 14%; background: radial-gradient(circle at 40% 35%, color-mix(in srgb, var(--accent) 46%, transparent), transparent 70%); }
.profile-art::after { width: 80%; height: 56%; left: 10%; bottom: -14%; background: linear-gradient(145deg, var(--accent-dark), color-mix(in srgb, var(--surface) 90%, #000)); border-radius: 48% 48% 0 0; }
.profile-card--b .profile-art::before { translate: 12% 10%; }
.profile-card--b .profile-art::after { transform: skew(-8deg); }
.profile-card--c .profile-art::before { translate: -10% -3%; }
.profile-card--c .profile-art::after { transform: scale(.82); transform-origin: bottom; }
.profile-art span { position: absolute; z-index: 2; right: 16px; top: 14px; font-family: var(--display); font-size: 1.1rem; color: var(--accent); }
.profile-card h3 { margin: 18px 0 1px; font-family: var(--display); font-weight: 400; font-size: 1.65rem; }
.profile-card p, .data-note { margin: 0; color: var(--muted); font-size: .75rem; }
.data-note { margin-top: 26px; }
.profile-grid--live { grid-template-columns: repeat(auto-fit, minmax(240px, 360px)); }
.profile-art b { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -53%); z-index: 2; font: 400 italic clamp(7rem, 14vw, 12rem)/1 var(--display); color: color-mix(in srgb, var(--accent) 72%, transparent); }
.profile-art > img { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 24%; }
.profile-art:has(> img)::before, .profile-art:has(> img)::after { display: none; }
.profile-card--empty .profile-art::after { opacity: .48; }
.is-loading { opacity: .72; }

.week { padding-top: 30px; }
.week-grid { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.week-grid article { min-height: 190px; padding: 24px 18px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.week-grid article:last-child { border-right: 0; }
.week-grid span { color: var(--accent); font: 400 1.5rem/1 var(--display); }
.week-grid strong { margin-top: auto; font: 400 1.18rem/1.2 var(--display); }
.week-grid small { margin-top: 5px; color: var(--muted); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.week-grid .is-today { background: var(--accent); color: color-mix(in srgb, var(--bg) 92%, #000); }
.week-grid .is-today span, .week-grid .is-today small { color: inherit; }

.story { max-width: none; display: grid; grid-template-columns: .7fr 1.3fr .8fr; align-items: center; gap: clamp(40px, 7vw, 110px); padding-inline: max(6vw, 24px); background: var(--surface); }
.section-leather { background-image: linear-gradient(rgba(28, 13, 16, .89), rgba(28, 13, 16, .89)), url('https://pub-24ed5c79c8bc4cabbbeaedd193d13990.r2.dev/lether.webp'); background-size: cover; background-position: center; color: #fff8ef; }
.section-leather .eyebrow, .section-leather .text-link span { color: #e7bd87; }
.section-leather .story__copy > p:not(.eyebrow), .section-leather .story__quote { color: #ddcdc3; }
.section-leather .story__number { color: #7e3f50; }
.story__number { font-family: var(--display); font-style: italic; color: var(--accent-dark); font-size: clamp(13rem, 26vw, 24rem); line-height: .7; opacity: .58; }
.story__copy > p:not(.eyebrow) { color: var(--muted); max-width: 590px; margin: 30px 0; }
.story__quote { border-left: 1px solid var(--line); padding-left: 30px; color: var(--muted); }
.story__quote span { display: block; height: 48px; font-family: var(--display); color: var(--accent); font-size: 4rem; line-height: 1; }
.story__quote p { font-family: var(--display); font-size: 1.6rem; line-height: 1.25; }

.practical-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.practical-grid article { padding: 34px clamp(20px, 3vw, 42px) 34px 0; min-height: 260px; border-right: 1px solid var(--line); }
.practical-grid article + article { padding-left: clamp(20px, 3vw, 42px); }
.practical-grid article:last-child { border-right: 0; }
.practical-grid span { color: var(--accent); font-family: var(--display); }
.practical-grid h3 { margin: 56px 0 14px; font-family: var(--display); font-size: 1.8rem; font-weight: 400; }
.practical-grid p { color: var(--muted); margin: 0; }
.inline-link { display: inline-block; margin-top: 10px; border-bottom: 1px solid var(--line); color: var(--accent); }

.contact-band { padding: clamp(100px, 14vw, 180px) 24px; text-align: center; background: var(--accent); color: color-mix(in srgb, var(--bg) 92%, #000); }
.contact-band .eyebrow { color: inherit; opacity: .7; }
.contact-band h2 { margin-bottom: 40px; font-size: clamp(3.4rem, 7.2vw, 7.6rem); }
.contact-actions { display: flex; align-items: center; justify-content: center; gap: 28px; flex-wrap: wrap; }
.contact-mail { border-bottom: 1px solid currentColor; padding: 8px 0; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
footer { min-height: 210px; display: grid; grid-template-columns: 1fr auto auto; gap: 40px; align-items: center; padding: 50px max(5vw, 24px); color: var(--muted); font-size: .7rem; }
.not-found { min-height: 100svh; display: grid; align-content: center; justify-items: start; gap: 24px; width: min(760px, 100%); margin: auto; padding: 40px 24px; }
.not-found h1 { margin: 0; font: 400 clamp(3rem, 9vw, 7rem)/.95 var(--display); letter-spacing: -.04em; }

.age-gate { position: fixed; z-index: 200; inset: 0; display: grid; place-items: center; padding: 24px; background: color-mix(in srgb, var(--bg) 93%, transparent); backdrop-filter: blur(18px); opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
.gate-open .age-gate { opacity: 1; visibility: visible; }
.age-gate__panel { width: min(650px, 100%); padding: clamp(34px, 6vw, 72px); text-align: left; background: var(--surface); border-left: 3px solid var(--accent); box-shadow: 0 30px 100px rgba(0,0,0,.34); }
.age-gate__mark { float: right; margin: -12px 0 10px 30px; font-family: var(--display); font-size: 8rem; line-height: .75; font-style: italic; color: var(--accent-dark); opacity: .45; }
.age-gate h2 { margin: 0; font: 400 clamp(2.2rem, 5vw, 4rem)/1 var(--display); letter-spacing: -.03em; }
.age-gate__panel > p:not(.eyebrow) { color: var(--muted); margin: 24px 0 30px; }
.age-gate__actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.age-leave { border-bottom: 1px solid var(--line); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }

body[data-theme="classic"] .hero { grid-template-columns: minmax(420px, 1.08fr) minmax(320px, .75fr); }
body[data-theme="classic"] .hero__visual { order: 2; min-height: 570px; background: linear-gradient(140deg, #e5d6c2, #c9ad94); }
body[data-theme="classic"] .hero__copy { order: 1; }
body[data-theme="classic"] .hero__monogram { color: rgba(255,250,241,.72); }
body[data-theme="classic"] .hero h1 { font-size: clamp(4.2rem, 7vw, 7.4rem); }
body[data-theme="classic"] .profile-art { background: #e8ddcd; }
body[data-theme="classic"] .story { background: #fffaf1; }
body[data-theme="classic"] .story__number { color: #d7c1ab; }
body[data-theme="classic"] .contact-band { color: #fff9f0; }

@media (max-width: 900px) {
  .site-header { height: 78px; grid-template-columns: 1fr auto; }
  .site-header .wordmark { position: relative; z-index: 2; }
  .menu-button { display: flex; position: relative; z-index: 2; }
  .main-nav { position: fixed; inset: var(--menu-top, 78px) 0 auto; max-height: calc(100svh - var(--menu-top, 78px)); overflow: auto; display: flex; flex-direction: column; align-items: flex-start; gap: 0; padding: 34px 24px 44px; background: var(--bg); border-bottom: 1px solid var(--line); transform: translateY(-120%); opacity: 0; visibility: hidden; transition: transform .3s, opacity .3s, visibility .3s; }
  .main-nav a { width: 100%; padding: 16px 0; border-bottom: 1px solid var(--line); font: 400 2rem/1.15 var(--display); letter-spacing: -.02em; text-transform: none; }
  .menu-open .main-nav { transform: translateY(0); opacity: 1; visibility: visible; }
  .menu-open .menu-button i { transform: rotate(45deg); }
  .menu-open .menu-button i::after { top: 0; transform: rotate(90deg); }
  .hero, body[data-theme="classic"] .hero { grid-template-columns: 1fr; padding-top: 112px; gap: 42px; }
  body[data-theme="classic"] .hero__visual { order: 1; }
  body[data-theme="classic"] .hero__copy { order: 2; }
  .hero__visual { min-height: min(72svh, 590px); }
  .hero__index { display: none; }
  .hero__collage { min-height: 560px; margin-right: 22px; }
  .ladies-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 270px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .profile-grid { grid-template-columns: repeat(2, 1fr); }
  .profile-card:last-child { display: none; }
  .story { grid-template-columns: .65fr 1.35fr; }
  .story__quote { display: none; }
  .week-grid { grid-template-columns: repeat(3, 1fr); }
  .week-grid article:nth-child(3) { border-right: 0; }
  .week-grid article:nth-child(-n + 3) { border-bottom: 1px solid var(--line); }
  footer { grid-template-columns: 1fr; gap: 18px; }
}

@media (max-width: 560px) {
  .hero__collage { min-height: 460px; }
  .hero__photo--main { inset: 2% 10% 2% 3%; width: 84%; height: 96%; }
  .hero__photo--top { width: 35%; height: 34%; right: -8%; top: -3%; }
  .hero__photo--bottom { width: 38%; height: 35%; right: -8%; bottom: -3%; }
  .ladies-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 230px; gap: 9px; }
  .lady-card--wide { grid-column: span 2; }
  .lady-card--tall { grid-row: span 1; }
  .lady-card span { left: 14px; right: 12px; bottom: 13px; display: block; }
  .lady-card small { display: block; margin-top: 5px; }
}

@media (max-width: 560px) {
  .hero { padding-inline: 18px; padding-bottom: 55px; }
  .hero__visual, body[data-theme="classic"] .hero__visual { min-height: 440px; }
  .hero h1, body[data-theme="classic"] .hero h1 { font-size: clamp(3.6rem, 19vw, 5.3rem); }
  .section { padding: 86px 18px; }
  .section-heading h2, .story h2 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .profile-grid { grid-template-columns: 1fr; }
  .profile-card:nth-child(2) { display: none; }
  .story { grid-template-columns: 1fr; padding-inline: 18px; }
  .story__number { font-size: 12rem; margin-bottom: -30px; }
  .practical-grid { grid-template-columns: 1fr; }
  .week-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; margin-right: -18px; padding-right: 18px; }
  .week-grid article { min-width: 155px; min-height: 170px; scroll-snap-align: start; border-bottom: 0 !important; }
  .practical-grid article, .practical-grid article + article { min-height: auto; padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .practical-grid h3 { margin-top: 28px; }
  .age-gate__panel { padding: 34px 26px; }
  .age-gate__mark { font-size: 5.5rem; }
  .age-gate__actions { align-items: flex-start; flex-direction: column; }
}

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