*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --bg:#f4eee7;--ink:#241910;--mute:#7a6558;--paper:#fffaf6;--line:rgba(36,25,16,.12);
  --header:#1b1410;--cream:#efe6dc;--accent:#c45a32;
}
html{scroll-behavior:smooth}
html,body{max-width:100%;overflow-x:hidden}
body{
  font-family:Georgia,"Times New Roman",serif;
  color:var(--ink);
  background:var(--bg);
  line-height:1.55;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:0;background:none}
.wrap{width:min(1120px,calc(100% - 32px));margin:0 auto}

.header{position:sticky;top:0;z-index:50;background:var(--header);color:#f6ece6}
.header-inner{width:min(1180px,calc(100% - 24px));margin:0 auto;min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.logo{
  font-family:"Cormorant Garamond",Georgia,"Times New Roman",serif;
  font-style:italic;
  font-weight:500;
  letter-spacing:.04em;
  text-transform:none;
  font-size:22px;
}
.footer .brand{
  font-family:"Cormorant Garamond",Georgia,serif;
  font-style:italic;
  font-size:18px;
  letter-spacing:.03em;
  text-transform:none;
}
.nav{display:flex;gap:16px;flex-wrap:wrap;font-family:system-ui,-apple-system,sans-serif;font-size:13px}
.nav a{color:#f6ece6;opacity:.86}
.nav a:hover{opacity:1}

.fade{opacity:0;transform:translateY(18px);animation:up .8s ease forwards}
.fade.d2{animation-delay:.12s}
.fade.d3{animation-delay:.24s}
@keyframes up{to{opacity:1;transform:none}}

.hero{display:flex;flex-direction:column;background:var(--cream);min-height:auto}
.hero-copy{padding:40px 22px 28px}
.kicker{font-family:system-ui,-apple-system,sans-serif;letter-spacing:.2em;text-transform:uppercase;font-size:11px;color:var(--mute);margin-bottom:14px}
h1{font-size:clamp(32px,8.4vw,64px);line-height:1.04;font-weight:600}
.lead{margin-top:16px;max-width:36ch;color:var(--mute);font-size:16px;font-family:system-ui,-apple-system,sans-serif}
.hero-photo{width:100%;aspect-ratio:3/4;overflow:hidden;background:#2a1c16}
.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:50% 12%}

.btn{
  display:inline-flex;align-items:center;justify-content:center;
  margin-top:26px;padding:13px 26px;border-radius:999px;
  background:var(--ink);color:#f6ece6;
  font-family:system-ui,-apple-system,sans-serif;font-size:14px;letter-spacing:.06em;
  transition:transform .25s ease, background .25s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn.ghost{background:transparent;color:var(--ink);border:1px solid var(--ink)}

.section{padding:56px 0}
h2{font-size:clamp(26px,6.5vw,42px);line-height:1.12;margin-bottom:12px}
.note{color:var(--mute);font-family:system-ui,-apple-system,sans-serif;font-size:16px;max-width:48ch}

.split{display:flex;flex-direction:column;gap:22px}
.split img{width:100%;aspect-ratio:4/5;object-fit:cover}

.carousel{position:relative;overflow:hidden;border-radius:0}
.track{display:flex;transition:transform .55s ease}
.slide{min-width:100%;aspect-ratio:4/5;overflow:hidden;background:#2a1c16}
.slide img{width:100%;height:100%;object-fit:cover}
.dots{display:flex;gap:8px;justify-content:center;margin-top:14px}
.dot{width:8px;height:8px;border-radius:50%;background:#c9b8aa}
.dot.on{background:var(--ink);transform:scale(1.2)}
.arr{
  position:absolute;top:50%;transform:translateY(-50%);
  width:40px;height:40px;border-radius:50%;background:rgba(255,250,246,.82);
  font-size:20px;line-height:40px;text-align:center;
}
.arr.prev{left:10px}
.arr.next{right:10px}

.grid{display:flex;flex-direction:column;gap:10px}
.grid img{width:100%;aspect-ratio:4/5;object-fit:cover}

.footer{background:var(--header);color:#d8ccc3;padding:20px 0;font-size:12px;font-family:system-ui,-apple-system,sans-serif;letter-spacing:.08em;text-transform:lowercase}

/* gate */
.gate{
  min-height:100svh;display:flex;align-items:center;justify-content:center;
  background:#14100e;color:#f3e7de;text-align:center;padding:32px 20px;
}
.gate h1{font-size:clamp(34px,9vw,68px)}
.gate p{margin:18px auto 0;max-width:28ch;color:#cbb8ab;font-family:system-ui,-apple-system,sans-serif}
.hold{
  margin:36px auto 0;width:min(280px,90vw);height:56px;border-radius:999px;
  border:1px solid #f3e7de;position:relative;overflow:hidden;color:#f3e7de;
  font-family:system-ui,-apple-system,sans-serif;letter-spacing:.08em;
}
.hold span{position:relative;z-index:1}
.hold i{position:absolute;inset:0 auto 0 0;width:0;background:#c45a32;transition:width .05s linear}

/* night / erotic */
body.night{background:#14090c;color:#f6dfe4;--ink:#f6dfe4;--mute:#c9a0a8;--header:#0c0708}
body.night .header{background:#0c0708}
body.night .btn{background:#e35d6a;color:#14090c}
body.night .footer{background:#0c0708;color:#c9a0a8}
.night-hero{padding:48px 0 20px}
.mosaic{display:flex;flex-direction:column;gap:8px}
.mosaic img{width:100%;aspect-ratio:3/4;object-fit:cover;filter:saturate(1.05)}
.pulse{animation:pulse 3.2s ease-in-out infinite}
@keyframes pulse{50%{opacity:.72}}

/* links page */
body.links{background:#1a1013;color:#f3e4e6}
body.links .header,body.links .footer{background:#11090b;color:#e8d0d4}
.cards{display:flex;flex-direction:column;gap:14px;margin-top:28px}
.card{
  display:grid;grid-template-columns:88px 1fr;gap:14px;align-items:center;
  background:#2a171c;padding:12px;min-height:100px;
}
.card img{width:88px;height:88px;object-fit:cover}
.card b{display:block;font-size:18px}
.card small{color:#c9a0a8;font-family:system-ui,-apple-system,sans-serif}

@media (min-width:720px){
  .hero{display:grid;grid-template-columns:.9fr 1.1fr;min-height:calc(100svh - 58px)}
  .hero-copy{padding:72px 48px;display:flex;flex-direction:column;justify-content:center}
  .hero-photo{aspect-ratio:auto;height:100%;min-height:560px}
  .split{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
  .split img{aspect-ratio:4/5;height:100%;max-height:620px}
  .slide{aspect-ratio:16/10}
  .grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
  .grid .wide{grid-column:1/-1;aspect-ratio:16/10}
  .mosaic{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}
  .mosaic .span2{grid-column:span 2;aspect-ratio:16/10}
  .cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}
}
@media (min-width:1020px){
  .mosaic{grid-template-columns:repeat(3,1fr)}
}
