/* SAMYVU · website v3.0 · Studio entry; original cover and type sizes retained */
:root {
  color-scheme: dark;
  --page: #0c0a0e;
  --ink: #140911;
  --cream: #f6e8cf;
  --gold: #d9b779;
  --line: #b78e536b;
  --muted: #d0bfc5;
  --serif: Georgia, "Times New Roman", serif;
  --content-inset: clamp(30px, 4.5vw, 86px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; padding: clamp(18px, 1.8vw, 44px); background: radial-gradient(ellipse at 50% 0, #261621 0, var(--page) 70%); color: var(--cream); font-family: var(--serif); -webkit-font-smoothing: antialiased; }
body, button, a { -webkit-tap-highlight-color: transparent; }
button, a, summary { touch-action: manipulation; }
button { font: inherit; }
a { color: inherit; text-decoration: none; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #ffe1a1; outline-offset: 5px; }
button[hidden] { display: none; }
svg { display: block; width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.svg-definitions { position: absolute; width: 0; height: 0; overflow: hidden; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 0; left: 24px; z-index: 10; padding: 14px 22px; background: var(--gold); color: var(--ink); transform: translateY(-120%); }
.skip-link:focus { transform: translateY(0); }
.site-shell { width: 100%; margin: 0 auto; background: var(--ink); border: 1px solid #c4a068; border-radius: 12px; overflow: clip; box-shadow: 0 22px 100px #0005; }
.site-header { position: relative; z-index: 3; display: flex; align-items: center; justify-content: space-between; min-height: 78px; padding: 14px var(--content-inset); border-bottom: 1px solid var(--line); background: linear-gradient(110deg, #160911, #0f080e); }
.brand { display: inline-flex; align-items: center; gap: 14px; font-size: 32px; line-height: 1; }
.brand .crown { width: 33px; height: 35px; color: var(--gold); stroke-width: 1.15; }
.site-navigation { display: flex; align-items: center; gap: 44px; font-size: 15px; }
.site-navigation a { padding: 10px 0; position: relative; }
.site-navigation a::after { content: ""; display: block; position: absolute; left: 0; right: 0; bottom: 3px; height: 1px; background: var(--gold); transform: scaleX(0); transition: transform .2s; }
.site-navigation a:hover::after, .site-navigation a:focus-visible::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; color: var(--gold); padding: 10px; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 1px; margin: 6px 0; background: currentColor; transition: transform .2s, opacity .2s; }
.hero { --hero-height: clamp(530px, 32vw, 640px); isolation: isolate; position: relative; min-height: var(--hero-height); display: flex; align-items: center; overflow: hidden; border-bottom: 1px solid var(--line); background: #1a0a13; }
.hero-room { position: absolute; z-index: -4; inset: 0; background: url("assets/lounge.webp") 50% 48% / cover no-repeat; opacity: .45; }
.hero-photo { position: absolute; z-index: -3; inset: 0 0 0 auto; width: min(100%, calc(var(--hero-height) * 2.5)); overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 15%); mask-image: linear-gradient(90deg, transparent, #000 15%); }
.hero-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 78% 42%; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, #160913ee 0%, #160913b0 30%, #1609132e 49%, transparent 65%), linear-gradient(0deg, #16091142, transparent 28%); }
.hero-content { position: relative; z-index: 1; width: min(58%, 760px); padding: 60px 0 52px var(--content-inset); }
.eyebrow { margin: 0 0 24px; font-size: 11px; line-height: 1.5; text-transform: uppercase; letter-spacing: 2.3px; }
.eyebrow span { margin: 0 5px; }
h1 { margin: 0; font-weight: 400; font-size: clamp(50px, 4.9vw, 72px); line-height: 1.06; letter-spacing: -2.3px; text-wrap: balance; text-shadow: 0 3px 25px #09000899; }
h1 em { font-style: normal; color: #f0dbb6; }
.hero-description { margin: 21px 0 0; color: #eee0de; font-size: 19px; line-height: 1.55; }
.small-only { display: none; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 29px; }
.button { min-height: 49px; padding: 12px 27px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid; border-radius: 5px; font-size: 16px; line-height: 1.45; text-align: center; transition: filter .2s, border-color .2s, box-shadow .2s; }
.button:hover { filter: brightness(1.18); }
.button svg { width: 19px; height: 19px; flex-shrink: 0; }
.button-free { background: linear-gradient(115deg, #5b113eeb, #390e30ed); border-color: #af518f; color: #fff0fa; box-shadow: inset 0 1px #ffcced0d, 0 5px 20px #14000d35; }
.button-outline { background: linear-gradient(115deg, #3d251ccc, #1b1215de); border-color: #d7b476; color: #f8e9d3; }
.button-gold { background: linear-gradient(110deg, #c39351, #edcc90 48%, #bf955d); border-color: #efd39c; color: #261611; box-shadow: inset 0 1px #fff4d087, 0 5px 22px #08000330; font-weight: 600; }
.signature { margin: 30px 0 0; color: #ca9190; font-size: 20px; font-style: italic; line-height: 1.5; letter-spacing: .25px; }
.short-rule { display: block; width: 29px; height: 1px; background: var(--gold); margin-top: 16px; }
.hero-note { position: absolute; right: 3.4%; top: 47px; margin: 0; font-size: 12px; line-height: 1.85; letter-spacing: 2.5px; text-align: center; text-transform: uppercase; color: #cd8e93; }
.hero-note span, .footer-note span { display: block; width: 26px; height: 1px; background: #c38685; margin: 22px auto 0; }
.experiences { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(18px, 1.8vw, 32px); padding: 22px var(--content-inset) 18px; background: radial-gradient(ellipse at 50% 0, #2c142a3d, transparent 75%); }
.experience-card { position: relative; isolation: isolate; overflow: hidden; border: 1px solid #c39652; border-radius: 6px; min-width: 0; scroll-margin-top: 20px; background: #130912; }
.experience-card::before { content: ""; position: absolute; z-index: -2; inset: 0; background: url("assets/lounge.webp") no-repeat; }
.free-card::before { background-size: auto 135%; background-position: 89% 100%; opacity: .8; }
.vip-card::before { background-size: auto 120%; background-position: 100% 5%; opacity: .73; }
.experience-card::after { content: ""; position: absolute; z-index: -1; inset: 0; }
.free-card::after { background: linear-gradient(90deg, #190a1af5, #190a1ac9 48%, #270f2352), linear-gradient(0deg, #140913 0%, transparent 58%); }
.vip-card::after { background: linear-gradient(90deg, #190b10f5, #190b10c9 52%, #210d125c), linear-gradient(0deg, #190b10 0%, transparent 65%); }
.card-content { position: relative; padding: 29px clamp(33px, 2.4vw, 54px) 23px; }
.card-eyebrow { margin: 0 0 9px; font-size: 10px; letter-spacing: 2px; line-height: 1.5; color: #c6a2b9; text-transform: uppercase; }
.vip-card .card-eyebrow { color: #d1b28b; }
h2 { margin: 0; font-size: clamp(29px, 2.8vw, 38px); line-height: 1.15; letter-spacing: -.65px; font-weight: 400; }
h2 span { font-size: .96em; }
.card-description { margin: 9px 0 0; font-size: 18px; line-height: 1.4; color: #e8cc98; }
.experience-card .short-rule { margin: 17px 0 20px; }
.benefits { list-style: none; padding: 0; margin: 0 0 26px; display: grid; gap: 14px; }
.benefits li { display: flex; gap: 13px; align-items: center; font-family: Arial, Helvetica, sans-serif; color: #f0e4eb; font-size: 14px; line-height: 1.5; }
.benefits svg { width: 21px; height: 21px; flex-shrink: 0; color: #daa6e6; stroke-width: 1.4; }
.vip-card .benefits svg { color: #e9bd7e; }
.card-button { min-width: 230px; }
.card-button svg:last-child { margin-left: auto; }
.card-helper { color: #d3bfc8; margin: 12px 0 0; font-size: 12px; line-height: 1.6; }
.telegram-help { margin: 0 var(--content-inset) 23px; color: #c7aebd; font-size: 12px; line-height: 1.65; }
.telegram-help summary { cursor: pointer; list-style: none; width: fit-content; display: flex; align-items: center; gap: 8px; padding: 6px 0; }
.telegram-help summary::-webkit-details-marker { display: none; }
.telegram-help summary svg { width: 16px; height: 16px; transform: rotate(90deg); transition: transform .2s; }
.telegram-help[open] summary svg { transform: rotate(-90deg); }
.telegram-help div { padding: 10px 17px 15px; margin-top: 8px; max-width: 640px; background: #251323; border: 1px solid #90668760; border-radius: 5px; }
.telegram-help p { margin: 0 0 9px; }
.telegram-help a { color: #eed2a3; text-decoration: underline; text-underline-offset: 4px; }
.site-footer { display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: center; gap: 20px; padding: 27px var(--content-inset) 25px; border-top: 1px solid var(--line); background: linear-gradient(120deg, #190a12, #10090f); }
.footer-note { font-size: 10px; letter-spacing: 1.8px; text-transform: uppercase; color: #c9949c; line-height: 1.9; margin: 0; }
.footer-note span { margin: 12px 0 0; }
.footer-center { text-align: center; }
.social-links { display: flex; gap: 16px; align-items: center; justify-content: center; font-size: 13px; color: #e1cbd3; }
.social-links a { display: inline-flex; align-items: center; gap: 7px; padding: 5px 0; }
.social-links a:hover { color: #fff0d3; }
.social-links svg { width: 14px; height: 14px; stroke-width: 1.3; }
.social-dot { color: var(--gold); }
.footer-center .short-rule { margin: 15px auto 14px; }
.copyright { margin: 0; color: #bfaab8; font-size: 12px; line-height: 1.5; }
.adults-only { justify-self: end; align-self: end; margin: 0; color: #d2a39d; font-size: 15px; }
@media (max-width: 1100px) {
  body { padding: 18px; }
  .site-header { padding-left: 30px; padding-right: 30px; }
  .hero { --hero-height: 530px; }
  .hero-content { padding-left: 5%; width: 62%; }
  .hero-note { display: none; }
  .hero-description { font-size: 17px; }
  .hero-shade { background: linear-gradient(90deg, #160913f0, #160913c9 30%, #16091326 65%, transparent); }
  .experiences { padding-left: 3%; padding-right: 3%; }
  .card-content { padding: 26px 24px 23px; }
  .card-description { font-size: 17px; }
  .telegram-help { margin-left: 3%; margin-right: 3%; }
  .site-footer { padding-left: 3%; padding-right: 3%; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 15px; }
  body { padding: 12px; }
  .site-shell { border-radius: 10px; }
  .site-header { min-height: 65px; padding: 9px 20px; }
  .brand { font-size: 29px; gap: 11px; }
  .brand .crown { width: 28px; height: 30px; }
  .menu-toggle:not([hidden]) { display: block; }
  .site-navigation { gap: 16px; font-size: 13px; }
  html:not(.js) .site-header { flex-wrap: wrap; gap: 8px; }
  html:not(.js) .site-navigation { flex-basis: 100%; justify-content: space-between; }
  .js .site-navigation { position: absolute; left: -1px; right: -1px; top: 100%; display: none; padding: 12px 21px; background: #1d0c19fa; border: 1px solid #b78e537a; box-shadow: 0 18px 24px #0006; }
  .js .site-navigation.is-open { display: flex; justify-content: space-between; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { display: block; min-height: 0; padding-top: 305px; }
  .hero-room { display: none; }
  .hero-photo { inset: 0 0 auto; width: 100%; height: 385px; -webkit-mask-image: none; mask-image: none; }
  .hero-photo img { object-position: 73% 0; }
  .hero-shade { background: linear-gradient(180deg, transparent 200px, #160911b8 310px, #160911 385px); }
  .hero-content { width: 100%; padding: 0 25px 30px; }
  .eyebrow { font-size: 9px; letter-spacing: 1.7px; margin-bottom: 12px; }
  h1 { font-size: clamp(38px, 8vw, 51px); letter-spacing: -1.25px; line-height: 1.07; }
  .hero-description { margin-top: 13px; font-size: 15px; line-height: 1.55; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 21px; }
  .button { font-size: 15px; min-height: 47px; padding: 12px 19px; }
  .signature { text-align: center; font-size: 18px; margin-top: 22px; }
  .hero-content > .short-rule { margin: 12px auto 0; }
  .experiences { grid-template-columns: 1fr; padding: 12px; gap: 14px; }
  .experience-card { scroll-margin-top: 14px; }
  .card-content { padding: 27px 25px 24px; }
  h2 { font-size: 34px; }
  .card-description { font-size: 17px; }
  .card-eyebrow { font-size: 9px; }
  .experience-card .short-rule { margin: 16px 0 20px; }
  .benefits { gap: 15px; margin-bottom: 25px; }
  .benefits li { font-size: 14px; }
  .card-button { width: 100%; min-width: 0; }
  .card-helper { font-size: 11px; }
  .free-card::before { background-size: auto 125%; }
  .vip-card::before { background-size: auto 125%; }
  .telegram-help { margin: 1px 20px 17px; font-size: 11px; }
  .site-footer { grid-template-columns: 1fr; gap: 12px; padding: 22px 14px 21px; }
  .footer-note { display: none; }
  .social-links { font-size: 12px; gap: 13px; }
  .social-links svg { display: none; }
  .footer-center .short-rule { margin: 14px auto; }
  .copyright { font-size: 11px; }
  .adults-only { justify-self: center; font-size: 12px; }
}
@media (max-width: 440px) {
  .hero { padding-top: 282px; }
  .hero-photo { height: 355px; }
  .hero-shade { background: linear-gradient(180deg, transparent 180px, #160911c9 295px, #160911 355px); }
  .hero-content { padding-left: 23px; padding-right: 23px; }
  .hero-actions { grid-template-columns: 1fr; gap: 9px; }
  h1 { font-size: 41px; }
  .hero-description { font-size: 14px; }
  .signature { font-size: 17px; }
  .card-content { padding-left: 22px; padding-right: 22px; }
  h2 { font-size: 31px; }
  .card-description { font-size: 16px; }
}
@media (max-width: 350px) {
  body { padding: 8px; }
  .site-header { padding-left: 16px; padding-right: 12px; }
  .brand { font-size: 26px; }
  .brand .crown { width: 25px; }
  .hero { padding-top: 250px; }
  .hero-photo { height: 330px; }
  .hero-shade { background: linear-gradient(180deg, transparent 170px, #160911c9 275px, #160911 330px); }
  .hero-content { padding-left: 19px; padding-right: 19px; }
  h1 { font-size: 36px; }
  .hero-description { font-size: 14px; }
  .small-only { display: block; }
  .experiences { padding: 10px; }
  .card-content { padding-left: 17px; padding-right: 17px; }
  h2 { font-size: 29px; }
  .card-description { font-size: 15px; }
  .benefits li { font-size: 13px; gap: 11px; }
  .telegram-help { margin-left: 15px; margin-right: 15px; font-size: 10.5px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
.studio-entry{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:12px var(--content-inset) 30px;padding:28px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.studio-entry h2{font-size:28px}.studio-entry p:not(.card-eyebrow){font-size:15px;color:var(--muted);margin:10px 0 0}.studio-entry .button{flex-shrink:0}
@media(max-width:760px){.studio-entry{flex-direction:column;align-items:stretch;margin:18px 25px 25px;padding:24px 0;gap:18px}.studio-entry h2{font-size:26px}.studio-entry p:not(.card-eyebrow){font-size:14px}}
