:root {
  --ink: #f8eaf4;
  --muted: #c9afc8;
  --cream: #21102e;
  --paper: #170921;
  --plum: #10051e;
  --rose: #ff4aac;
  --gold: #f0c66d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 2px solid var(--gold); outline-offset: 5px; }
h1, h2, h3, p { margin-top: 0; }
.shell { width: min(100% - 96px, 1320px); margin-inline: auto; }
.section-pad { padding-block: 112px; }
.skip-link { position: absolute; z-index: 10; left: 16px; top: -80px; background: #fff; padding: 12px 18px; }
.skip-link:focus { top: 16px; }

.site-header { position: relative; z-index: 5; color: #fff; background: #10051e; }
.header-inner { height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid rgba(255,74,172,.5); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: 16px; font-weight: 700; letter-spacing: .17em; line-height: 1.2; white-space: nowrap; }
.brand small { display: block; margin-top: 5px; font-size: 8px; font-weight: 600; letter-spacing: .28em; opacity: .75; }
.tower-logo { flex: none; display: block; width: 36px; height: 70px; filter: drop-shadow(0 0 6px rgba(255,40,145,.8)); }
.nav { display: flex; gap: clamp(20px, 3vw, 48px); align-items: center; }
.nav a { font-size: 12px; text-decoration: none; letter-spacing: .03em; transition: color .2s; }
.nav a:hover, .header-call:hover { color: var(--gold); }
.header-call { text-decoration: none; border: 1px solid var(--rose); box-shadow: 0 0 15px rgba(255,38,147,.17), inset 0 0 12px rgba(255,38,147,.09); padding: 13px 17px; font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; transition: color .2s, border-color .2s; }
.header-call span { padding-left: 19px; font-size: 17px; font-weight: 400; }

.hero { line-height: 0; background: #0c061a; }
.hero img { display: block; width: 100%; height: auto; }
.welcome { background: radial-gradient(circle at 80% 0%, #2f103b 0, transparent 44%), var(--paper); }
.welcome-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; align-items: end; }
.welcome-right { padding-bottom: 9px; }
.eyebrow { display: flex; align-items: center; gap: 13px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .22em; }
.eyebrow.light { color: var(--gold); }
.eyebrow-line { display: inline-block; height: 1px; width: 32px; background: currentColor; }
h1, h2, h3 { font-family: "Playfair Display", Georgia, serif; font-weight: 400; }
h1 { margin: 24px 0 0; font-size: clamp(68px, 7.5vw, 116px); line-height: .99; letter-spacing: -.065em; }
h1 em, h2 em { color: #ff75c1; font-weight: 400; }
.welcome h1 em { text-shadow: 0 0 16px rgba(255,27,143,.55), 0 0 56px rgba(255,27,143,.26); }
.welcome-intro { max-width: 520px; color: #e6cede; font-size: clamp(17px, 1.55vw, 21px); line-height: 1.75; }
.welcome-actions { margin-top: 29px; display: flex; flex-wrap: wrap; align-items: center; gap: 31px; }
.button { min-height: 57px; display: inline-flex; align-items: center; justify-content: space-between; min-width: 184px; gap: 35px; padding: 15px 19px; text-decoration: none; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .075em; transition: background .2s, transform .2s; }
.button:hover { transform: translateY(-3px); }
.button-light { background: var(--gold); color: #1d0b1d; box-shadow: 0 0 28px rgba(240,198,109,.23); }
.button-light:hover { background: #ffdc8d; }
.button span { font-size: 19px; font-weight: 400; }
.text-link { display: inline-flex; gap: 17px; align-items: center; text-decoration: none; font-size: 12px; font-weight: 600; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.text-link span { font-size: 17px; font-weight: 400; }
.light-link { color: #f9d8ed; }
.welcome-location { margin: 38px 0 0; padding-top: 17px; border-top: 1px solid #69345e; color: #bf9bb9; font-size: 9px; font-weight: 700; letter-spacing: .16em; line-height: 1.7; }
.welcome-location span { color: var(--rose); margin-inline: 8px; }
h2 { margin: 24px 0 0; font-size: clamp(47px, 5vw, 78px); line-height: 1.15; letter-spacing: -.055em; }
.rates h2 em { color: #ff76c0; }
.streaming-text { margin-bottom: 0; min-height: 130px; }
.stream-word { display: inline; }
.is-streaming .stream-word { animation: word-in .45s both; animation-delay: calc(var(--word-index) * 57ms); }
@keyframes word-in { from { opacity: 0; filter: blur(6px); } to { opacity: 1; filter: blur(0); } }
.features { padding-top: 0; background: var(--paper); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #62305b; border-bottom: 1px solid #62305b; }
.feature-card { min-height: 276px; padding: 29px 35px 34px; border-right: 1px solid #62305b; }
.feature-card:first-child { padding-left: 0; }
.feature-card:last-child { border-right: 0; }
.feature-number { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.feature-symbol { margin: 22px 0 22px; color: var(--rose); font-size: 30px; line-height: 1; text-shadow: 0 0 19px rgba(255,56,159,.65); }
.feature-card h3 { margin-bottom: 12px; font-size: 24px; letter-spacing: -.02em; }
.feature-card p { max-width: 270px; margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }

.rates { background: linear-gradient(145deg, #230b31, #12071e 72%); scroll-margin-top: 0; }
.rates-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 46px; }
.rates-head p { max-width: 320px; margin: 0 0 8px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.rate-list { border-top: 1px solid #71405f; }
.rate-row { display: grid; grid-template-columns: 80px 1fr 200px 56px; align-items: center; min-height: 122px; border-bottom: 1px solid #71405f; gap: 12px; transition: background .2s, padding .2s; }
.rate-row:hover { background: rgba(255,46,151,.07); padding-inline: 13px; }
.rate-index { font-size: 11px; color: #e3a6cd; }
.rate-row h3 { margin: 0; font-size: clamp(26px, 2.7vw, 37px); letter-spacing: -.035em; }
.rate-price { white-space: nowrap; font-family: "Playfair Display", Georgia, serif; font-size: 35px; color: var(--gold); }
.rate-price small { font-family: "DM Sans", Arial, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .1em; color: #c89f72; }
.rate-arrow { display: grid; place-items: center; width: 42px; height: 42px; margin-left: auto; border: 1px solid var(--rose); border-radius: 50%; text-decoration: none; font-size: 22px; color: var(--rose); transition: background .2s, color .2s; }
.rate-arrow:hover { background: var(--rose); color: #18091e; }
.rates-note { margin: 18px 0 0; text-align: right; font-size: 11px; color: #bb9caf; }

.contact { background: radial-gradient(circle at 100% 10%, rgba(255,36,151,.17), transparent 35%), var(--plum); color: #fff1fa; scroll-margin-top: 0; }
.contact h2 { margin-bottom: 70px; }
.contact-grid { display: grid; grid-template-columns: 1.07fr .93fr; gap: 10%; border-top: 1px solid rgba(255,74,172,.42); padding-top: 47px; }
.contact-label { display: block; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .2em; }
.contact-main p { margin: 24px 0 12px; font-size: 15px; color: #d5cdd0; }
.phone-link { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; max-width: 590px; width: fit-content; text-decoration: none; font-family: "Playfair Display", Georgia, serif; font-size: clamp(35px, 4.6vw, 70px); letter-spacing: -.05em; white-space: nowrap; }
.phone-link span { margin-left: 24px; font-family: "DM Sans", Arial, sans-serif; font-size: .45em; font-weight: 400; }
.contact-cta { display: inline-flex; gap: 40px; margin-top: 27px; padding: 16px 21px; background: var(--rose); color: #20091d; box-shadow: 0 0 23px rgba(255,50,152,.3); text-transform: uppercase; font-size: 11px; font-weight: 700; letter-spacing: .07em; text-decoration: none; transition: background .2s; }
.contact-cta:hover { background: #ff8cc8; }
.contact-cta span { font-size: 17px; font-weight: 400; }
.contact-info { display: grid; grid-template-columns: 1fr 1fr; gap: 42px 35px; }
.info-block:first-child { grid-column: 1 / -1; }
.address-link { display: inline-block; margin-top: 19px; font-family: "Playfair Display", Georgia, serif; font-size: 29px; line-height: 1.35; text-decoration: none; }
.address-link span { font-family: "DM Sans", Arial, sans-serif; font-size: 17px; }
.sub-link { display: block; width: fit-content; margin-top: 7px; color: #bdb0b3; font-size: 12px; text-decoration: underline; text-underline-offset: 4px; }
.info-block > p { margin: 15px 0 0; color: #beb4b8; font-size: 12px; line-height: 1.7; }
.info-block .info-strong { color: #f1e6e7; font-size: 14px; }
.info-strong strong { display: block; font-family: "Playfair Display", Georgia, serif; font-size: 27px; font-weight: 400; color: var(--gold); }
.discretion-list { margin: 15px 0 0; padding: 0; list-style: none; color: #c8bec1; font-size: 12px; line-height: 2; }
.discretion-list li::before { content: "\00b7"; color: var(--rose); font-size: 18px; margin-right: 8px; }
.footer { background: #090315; color: #c39db7; border-top: 1px solid #512044; }
.footer-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.footer a { text-decoration: none; }

@media (max-width: 900px) {
  .shell { width: min(100% - 48px, 1320px); }
  .header-call { display: none; }
  .welcome-grid { gap: 5%; }
  .feature-card { padding-inline: 23px; }
  .contact-grid { gap: 6%; }
  .contact-info { grid-template-columns: 1fr; gap: 30px; }
  .info-block:first-child { grid-column: auto; }
}
@media (max-width: 650px) {
  .shell { width: min(100% - 36px, 1320px); }
  .section-pad { padding-block: 78px; }
  .header-inner { height: 80px; gap: 15px; }
  .brand { font-size: 12px; letter-spacing: .12em; gap: 7px; }
  .brand small { font-size: 6px; }
  .tower-logo { width: 31px; height: 60px; }
  .nav { gap: 13px; }
  .nav a { font-size: 10px; }
  h1 { font-size: clamp(65px, 13.5vw, 90px); margin-top: 26px; }
  .welcome-grid { grid-template-columns: 1fr; gap: 32px; }
  .welcome-intro { font-size: 16px; }
  .welcome-actions { gap: 24px; }
  h2 { font-size: clamp(45px, 10vw, 65px); }
  .streaming-text { min-height: 0; }
  .features { padding-top: 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card, .feature-card:first-child { min-height: 0; padding: 23px 0 26px; border-right: 0; border-bottom: 1px solid #62305b; }
  .feature-card:last-child { border-bottom: 0; }
  .feature-symbol { margin: 18px 0; }
  .feature-card h3 { font-size: 25px; }
  .rates-head { display: block; margin-bottom: 30px; }
  .rates-head p { margin-top: 20px; }
  .rate-row { grid-template-columns: 26px 1fr auto 37px; min-height: 95px; gap: 6px; }
  .rate-row h3 { font-size: 23px; }
  .rate-price { font-size: 26px; }
  .rate-price small { font-size: 9px; }
  .rate-arrow { width: 32px; height: 32px; font-size: 18px; }
  .contact h2 { margin-bottom: 45px; }
  .contact-grid { grid-template-columns: 1fr; gap: 65px; }
  .contact-info { grid-template-columns: 1fr 1fr; gap: 35px 20px; }
  .info-block:first-child { grid-column: 1 / -1; }
  .phone-link { font-size: clamp(39px, 9vw, 60px); }
  .footer-inner { flex-wrap: wrap; justify-content: space-between; padding-block: 25px; line-height: 1.6; }
  .footer-inner span:nth-child(2) { display: none; }
}
@media (max-width: 390px) {
  .nav { gap: 9px; }
  .nav a { font-size: 9px; }
  .brand { font-size: 10px; }
  .tower-logo { width: 27px; height: 53px; }
  .rate-row { grid-template-columns: 20px 1fr auto 30px; }
  .rate-row h3 { font-size: 20px; }
  .rate-price { font-size: 23px; }
  .rate-arrow { width: 27px; height: 27px; }
  .contact-info { grid-template-columns: 1fr; }
  .info-block:first-child { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .is-streaming .stream-word { animation: none; }
  .button, .rate-arrow { transition: none; }
}
