/* Sakura premium visual layer — presentation only; content and media stay untouched. */
:root {
  --ink: #10251d;
  --ink-soft: #52665e;
  --cream: #f3efe7;
  --paper: #fbf9f4;
  --sand: #e4d7c2;
  --gold: #b89258;
  --gold-bright: #d6b477;
  --line: rgba(16, 37, 29, .14);
  --serif: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --sans: "Manrope", "DM Sans", Arial, sans-serif;
  --shadow-soft: 0 24px 70px rgba(16, 37, 29, .09);
  --shadow-card: 0 30px 80px rgba(16, 37, 29, .13);
  --radius-small: 2px;
}

html {
  scroll-padding-top: 112px;
}

.premium-site {
  position: relative;
  background:
    radial-gradient(circle at 8% 18%, rgba(184, 146, 88, .08), transparent 24rem),
    radial-gradient(circle at 94% 44%, rgba(38, 83, 65, .055), transparent 28rem),
    var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  letter-spacing: -.01em;
}

.premium-site::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .28;
  background-image: repeating-linear-gradient(115deg, rgba(16, 37, 29, .018) 0 1px, transparent 1px 7px);
}

.premium-site h1,
.premium-site h2,
.premium-site h3 {
  text-wrap: balance;
}

.premium-site a:focus-visible,
.premium-site button:focus-visible,
.premium-site input:focus-visible,
.premium-site select:focus-visible,
.premium-site textarea:focus-visible {
  outline: 2px solid var(--gold-bright);
  outline-offset: 4px;
}

.premium-site .announcement {
  height: 32px;
  background: #0c2119;
  color: rgba(255, 255, 255, .74);
  border-bottom: 1px solid rgba(214, 180, 119, .22);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .24em;
}

.premium-site .site-header {
  top: 0;
  background: rgba(243, 239, 231, .82);
  border-bottom-color: rgba(16, 37, 29, .1);
  box-shadow: 0 0 0 rgba(16, 37, 29, 0);
  backdrop-filter: blur(24px) saturate(1.1);
  transition: background .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.premium-site .site-header.is-scrolled {
  background: rgba(251, 249, 244, .94);
  border-bottom-color: rgba(16, 37, 29, .14);
  box-shadow: 0 14px 44px rgba(16, 37, 29, .08);
}

.premium-site .header-inner {
  height: 86px;
}

.premium-site .brand {
  gap: 14px;
}

.premium-site .brand-mark {
  position: relative;
  width: 42px;
  height: 42px;
  border-color: rgba(184, 146, 88, .76);
  background: rgba(255, 255, 255, .28);
  color: #a57c43;
  font-size: 25px;
  box-shadow: inset 0 0 0 4px rgba(184, 146, 88, .07);
}

.premium-site .brand-heading {
  font: 600 25px/.9 var(--serif);
  letter-spacing: -.025em;
}

.premium-site .brand-subtitle {
  margin-top: 5px;
  color: #667870;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .25em;
}

.premium-site .main-nav {
  gap: clamp(18px, 2vw, 34px);
}

.premium-site .nav-link {
  color: #52645c;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .15em;
}

.premium-site .nav-link::after {
  bottom: 26px;
  background: var(--gold);
}

.premium-site .language-picker {
  border-bottom-color: rgba(16, 37, 29, .2);
}

.premium-site .header-book {
  min-height: 42px;
  padding: 0 17px;
  border: 1px solid rgba(16, 37, 29, .2);
  background: rgba(255, 255, 255, .24);
  transition: color .25s ease, background .25s ease, border-color .25s ease;
}

.premium-site .header-book:hover {
  color: #fff;
  border-color: var(--ink);
  background: var(--ink);
}

.premium-site .page-content {
  overflow: visible;
}

/* Hero */
.premium-site .hero-panel {
  height: min(810px, calc(100svh - 118px));
  min-height: 680px;
  isolation: isolate;
  background: #071a13;
}

.premium-site .hero-video {
  opacity: .82;
  filter: brightness(.56) saturate(.76) contrast(1.1);
  transform: scale(1.015);
}

.premium-site .hero-overlay {
  z-index: 0;
  background:
    radial-gradient(circle at 78% 42%, rgba(213, 177, 111, .18), transparent 25%),
    linear-gradient(90deg, rgba(5, 20, 14, .96) 0%, rgba(5, 20, 14, .78) 39%, rgba(5, 20, 14, .27) 78%, rgba(5, 20, 14, .18) 100%),
    linear-gradient(0deg, rgba(5, 20, 14, .7), transparent 54%);
}

.premium-site .hero-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image: repeating-linear-gradient(0deg, rgba(255, 255, 255, .05) 0 1px, transparent 1px 4px);
  mix-blend-mode: soft-light;
}

.premium-site .hero-frame {
  position: absolute;
  inset: 26px;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, .14);
}

.premium-site .hero-frame span {
  position: absolute;
  width: 22px;
  height: 22px;
  border-color: rgba(214, 180, 119, .75);
}

.premium-site .hero-frame span:nth-child(1) { top: -1px; left: -1px; border-top: 1px solid; border-left: 1px solid; }
.premium-site .hero-frame span:nth-child(2) { top: -1px; right: -1px; border-top: 1px solid; border-right: 1px solid; }
.premium-site .hero-frame span:nth-child(3) { bottom: -1px; left: -1px; border-bottom: 1px solid; border-left: 1px solid; }
.premium-site .hero-frame span:nth-child(4) { right: -1px; bottom: -1px; border-right: 1px solid; border-bottom: 1px solid; }

.premium-site .hero-copy {
  z-index: 3;
  width: min(720px, 58vw);
  padding: 84px 0 70px;
}

.premium-site .hero-kicker {
  margin-bottom: 30px;
  color: #e3c68f;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .26em;
}

.premium-site .kicker-line {
  width: 56px;
  background: #d6b477;
}

.premium-site .hero-copy h1 {
  max-width: 760px;
  margin-bottom: 28px;
  color: #fffdf8;
  font: 500 clamp(66px, 7.2vw, 112px)/.85 var(--serif);
  letter-spacing: -.065em;
  text-shadow: 0 12px 36px rgba(0, 0, 0, .2);
}

.premium-site .hero-description {
  max-width: 530px;
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
  line-height: 1.82;
}

.premium-site .hero-actions {
  margin-top: 38px;
  gap: 12px;
}

.premium-site .button {
  min-height: 52px;
  padding: 0 24px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .2em;
}

.premium-site .button-primary {
  background: linear-gradient(135deg, #e0c18a, #c49a5c);
  box-shadow: 0 14px 32px rgba(10, 28, 21, .2);
}

.premium-site .button-primary:hover {
  background: linear-gradient(135deg, #efd5a5, #d5ad70);
  box-shadow: 0 18px 40px rgba(10, 28, 21, .27);
}

.premium-site .button-ghost {
  border-color: rgba(255, 255, 255, .32);
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(10px);
}

.premium-site .hero-meta {
  margin-top: 55px;
  color: rgba(255, 255, 255, .58);
  font-weight: 600;
  letter-spacing: .2em;
}

.premium-site .hero-aside {
  z-index: 3;
  bottom: 68px;
}

.premium-site .hero-float-card {
  width: 238px;
  padding: 27px;
  border: 1px solid rgba(255, 255, 255, .32);
  background: rgba(247, 242, 233, .91);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .23);
  backdrop-filter: blur(16px);
}

.premium-site .hero-float-card strong {
  font: 600 28px/1 var(--serif);
}

.premium-site .hero-scroll {
  z-index: 3;
  font-weight: 600;
  letter-spacing: .24em;
}

/* Hotel signature strip */
.premium-site .hotel-strip {
  background: #0f281f;
  border: 0;
}

.premium-site .hotel-strip-inner {
  min-height: 94px;
}

.premium-site .hotel-strip-label {
  color: #d3ae70;
  font-weight: 600;
  letter-spacing: .25em;
}

.premium-site .hotel-strip-list span {
  color: rgba(255, 255, 255, .85);
  font: 500 21px/1 var(--serif);
  letter-spacing: -.015em;
}

/* Gift and editorial introduction */
.premium-site .gift-section {
  padding-top: clamp(54px, 6vw, 82px);
  padding-bottom: clamp(54px, 6vw, 82px);
  background:
    linear-gradient(105deg, rgba(255, 255, 255, .5), transparent 47%),
    #e5d7c0;
  border-top: 1px solid rgba(16, 37, 29, .12);
  border-bottom: 1px solid rgba(16, 37, 29, .12);
}

.premium-site .gift-card-visual {
  width: min(100%, 460px);
  padding: 8px;
  background: #10251d;
  box-shadow: 22px 24px 0 rgba(184, 146, 88, .23), var(--shadow-card);
  transform: rotate(-1deg);
  transition: transform .45s ease, box-shadow .45s ease;
}

.premium-site .gift-card-visual:hover {
  transform: rotate(0) translateY(-5px);
  box-shadow: 14px 18px 0 rgba(184, 146, 88, .22), 0 38px 90px rgba(16, 37, 29, .18);
}

.premium-site .gift-copy h2,
.premium-site .intro-copy h2,
.premium-site .section-heading h2 {
  font-weight: 500;
}

.premium-site .gift-copy h2 {
  font-size: clamp(48px, 5vw, 72px);
}

.premium-site .gift-intro {
  color: #4f625a;
  font-size: 15px;
  line-height: 1.9;
}

.premium-site .gift-benefits {
  margin-top: 27px;
}

.premium-site .gift-benefits > div {
  grid-template-columns: 42px 1fr;
  gap: 17px;
  padding-top: 18px;
}

.premium-site .gift-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(16, 37, 29, .22);
  border-radius: 50%;
}

.premium-site .gift-benefits strong {
  font-size: 23px;
}

.premium-site .gift-benefits p {
  font-size: 13px;
  line-height: 1.72;
}

.premium-site .gift-note {
  font-size: 11px;
  line-height: 1.75;
}

.premium-site .intro-band {
  position: relative;
  padding: clamp(105px, 11vw, 165px) 0;
  grid-template-columns: .55fr 2.1fr .8fr;
  gap: clamp(30px, 6vw, 85px);
}

.premium-site .intro-band::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(16, 37, 29, .2), transparent);
}

.premium-site .section-number,
.premium-site .section-index,
.premium-site .eyebrow {
  font-weight: 600;
  letter-spacing: .23em;
}

.premium-site .intro-copy h2 {
  max-width: 720px;
  font-size: clamp(51px, 6vw, 82px);
  line-height: .98;
}

.premium-site .intro-copy > p:not(.eyebrow) {
  max-width: 590px;
  font-size: 16px;
  line-height: 1.95;
}

.premium-site .intro-stat {
  border-top-color: rgba(16, 37, 29, .22);
}

.premium-site .intro-stat strong {
  color: #a97e43;
  font-size: 82px;
}

/* Section rhythm */
.premium-site .page-section {
  padding-top: clamp(88px, 9vw, 138px);
  padding-bottom: clamp(88px, 9vw, 138px);
}

.premium-site .section-services {
  background:
    radial-gradient(circle at 90% 4%, rgba(184, 146, 88, .09), transparent 32rem),
    var(--paper);
}

.premium-site .section-heading {
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: clamp(45px, 8vw, 110px);
  margin-bottom: clamp(48px, 6vw, 76px);
}

.premium-site .section-heading h2 {
  max-width: 760px;
  font-size: clamp(52px, 6vw, 86px);
  line-height: .92;
}

.premium-site .section-lede {
  max-width: 510px;
  padding-left: 24px;
  border-left: 1px solid rgba(184, 146, 88, .55);
  color: #5a6c64;
  font-size: 15px;
  line-height: 1.92;
}

/* Service collection */
.premium-site .section-services .service-grid,
.premium-site .section-pricing .service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 38px);
}

.premium-site .service-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid rgba(16, 37, 29, .12);
  background: rgba(255, 255, 255, .55);
  box-shadow: 0 15px 45px rgba(16, 37, 29, .04);
  transition: transform .45s cubic-bezier(.2, .75, .25, 1), box-shadow .45s ease, border-color .45s ease;
}

.premium-site .service-card:hover {
  border-color: rgba(184, 146, 88, .48);
  box-shadow: var(--shadow-card);
  transform: translateY(-9px);
}

.premium-site .service-photo {
  height: clamp(250px, 25vw, 360px);
  overflow: hidden;
}

.premium-site .service-photo-image {
  filter: saturate(.88) contrast(1.06) brightness(.92);
  transform: scale(1.002);
  transition: filter .6s ease, transform .8s cubic-bezier(.2, .75, .25, 1);
}

.premium-site .service-card:hover .service-photo-image {
  filter: saturate(1) contrast(1.04) brightness(.98);
  transform: scale(1.055);
}

.premium-site .service-photo::after {
  background:
    linear-gradient(0deg, rgba(9, 28, 20, .56), transparent 55%),
    linear-gradient(90deg, rgba(9, 28, 20, .12), transparent 48%);
}

.premium-site .service-number {
  top: 18px;
  left: 19px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, .52);
  border-radius: 50%;
  background: rgba(6, 24, 17, .28);
  font-weight: 600;
  backdrop-filter: blur(8px);
}

.premium-site .service-arrow {
  top: 21px;
  right: 22px;
  color: #f0d39e;
}

.premium-site .service-info {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(25px, 3vw, 38px);
}

.premium-site .service-info h3 {
  max-width: 520px;
  margin-bottom: 13px;
  font: 600 clamp(27px, 2.45vw, 36px)/1.02 var(--serif);
  letter-spacing: -.025em;
}

.premium-site .service-info p {
  max-width: 540px;
  min-height: 0;
  margin-bottom: 24px;
  color: #5b6c64;
  font-size: 13px;
  line-height: 1.75;
}

.premium-site .service-price {
  margin-top: auto;
  padding-top: 18px;
  border-top-color: rgba(16, 37, 29, .13);
  grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
  gap: 9px;
}

.premium-site .service-price span {
  min-height: 46px;
  padding: 9px 11px;
  border-color: rgba(16, 37, 29, .14);
  background: rgba(243, 239, 231, .7);
  color: #64766e;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .02em;
}

.premium-site .service-price b {
  color: #9d7137;
  font-size: 16px;
}

/* Programmes */
.premium-site .section-programs {
  position: relative;
}

.premium-site .section-programs::before {
  content: "";
  position: absolute;
  inset: 0 calc((100vw - 100%) / -2);
  z-index: -1;
  background: linear-gradient(180deg, transparent, rgba(228, 215, 194, .35), transparent);
}

.premium-site .journey-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 34px);
}

.premium-site .journey-card {
  min-height: 660px;
  border: 1px solid rgba(16, 37, 29, .14);
  box-shadow: 0 22px 65px rgba(16, 37, 29, .12);
  isolation: isolate;
}

.premium-site .journey-card::after {
  z-index: 0;
  background:
    linear-gradient(0deg, rgba(5, 20, 14, .96) 0%, rgba(5, 20, 14, .72) 39%, rgba(5, 20, 14, .08) 78%),
    linear-gradient(90deg, rgba(5, 20, 14, .2), transparent 56%);
}

.premium-site .journey-image {
  filter: saturate(.82) contrast(1.07) brightness(.87);
  transition: filter .7s ease, transform 1s cubic-bezier(.2, .75, .25, 1);
}

.premium-site .journey-card:hover .journey-image {
  filter: saturate(.96) contrast(1.05) brightness(.94);
  transform: scale(1.045);
}

.premium-site .journey-content {
  z-index: 2;
  right: clamp(26px, 4vw, 52px);
  bottom: clamp(28px, 4vw, 48px);
  left: clamp(26px, 4vw, 52px);
}

.premium-site .journey-label {
  color: #e1bd7e;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .24em;
}

.premium-site .journey-content h3 {
  max-width: 500px;
  margin: 13px 0 19px;
  color: #fff;
  font: 600 clamp(35px, 4vw, 52px)/.94 var(--serif);
  letter-spacing: -.035em;
}

.premium-site .journey-content ul {
  max-width: 570px;
  color: rgba(255, 255, 255, .77);
  font-size: 12px;
  line-height: 1.85;
}

.premium-site .journey-price {
  min-width: 96px;
  min-height: 50px;
  margin-top: 22px;
  padding: 9px 17px;
  border-color: rgba(225, 189, 126, .65);
  background: rgba(7, 25, 18, .62);
  color: #f1d49e;
  font-size: 29px;
  backdrop-filter: blur(10px);
}

.premium-site .journey-content .text-link {
  margin-top: 22px;
  border-bottom-color: rgba(225, 189, 126, .7);
  font-weight: 600;
}

/* Contact conversion panel */
.premium-site .section-contact {
  padding-bottom: clamp(100px, 10vw, 160px);
}

.premium-site .contact-panel {
  position: relative;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(45px, 7vw, 95px);
  padding: clamp(42px, 6vw, 82px);
  overflow: hidden;
  border: 1px solid rgba(214, 180, 119, .28);
  background:
    radial-gradient(circle at 8% 18%, rgba(214, 180, 119, .15), transparent 22rem),
    #10281f;
  color: #fff;
  box-shadow: var(--shadow-card);
}

.premium-site .contact-panel::after {
  content: "";
  position: absolute;
  top: 26px;
  right: 26px;
  bottom: 26px;
  left: 26px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, .07);
}

.premium-site .contact-panel > * {
  position: relative;
  z-index: 1;
}

.premium-site .contact-panel .eyebrow {
  color: #d6b477;
}

.premium-site .contact-panel-info h3 {
  color: #fff;
  font-size: clamp(45px, 5vw, 72px);
}

.premium-site .contact-panel-info > p:not(.eyebrow) {
  color: rgba(255, 255, 255, .65);
  font-size: 14px;
  line-height: 1.85;
}

.premium-site .contact-email {
  color: #e3c68f;
  border-bottom-color: rgba(214, 180, 119, .55);
}

.premium-site .contact-details {
  border-top-color: rgba(255, 255, 255, .17);
  color: rgba(255, 255, 255, .62);
  font-size: 10px;
  line-height: 1.8;
}

.premium-site .contact-panel-form {
  gap: 23px;
}

.premium-site .captcha-block {
  display: grid;
  gap: 9px;
  min-height: 78px;
  align-content: start;
}

.premium-site .captcha-label {
  color: rgba(255, 255, 255, .54);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.premium-site .cf-turnstile {
  max-width: 100%;
  min-height: 65px;
}

.premium-site .captcha-setup-message {
  margin: 0;
  color: #f0c6a1;
  font-size: 12px;
  line-height: 1.6;
}

.premium-site .contact-panel-form label {
  color: rgba(255, 255, 255, .54);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .16em;
}

.premium-site .contact-panel-form input,
.premium-site .contact-panel-form select,
.premium-site .contact-panel-form textarea {
  border-bottom-color: rgba(255, 255, 255, .26);
  color: #fff;
  font-size: 14px;
}

.premium-site .contact-panel-form select option {
  color: var(--ink);
  background: var(--paper);
}

.premium-site .contact-panel-form input::placeholder,
.premium-site .contact-panel-form textarea::placeholder {
  color: rgba(255, 255, 255, .43);
}

.premium-site .contact-panel-form input:focus,
.premium-site .contact-panel-form select:focus,
.premium-site .contact-panel-form textarea:focus {
  border-color: #d6b477;
}

/* Footer */
.premium-site .site-footer {
  padding-top: 76px;
  background: #081c14;
  border-top: 1px solid rgba(214, 180, 119, .28);
}

.premium-site .footer-note {
  max-width: 340px;
  color: rgba(255, 255, 255, .68);
  font-size: 28px;
}

.premium-site .footer-links a {
  color: rgba(255, 255, 255, .64);
  font-weight: 600;
}

.premium-site .footer-bottom {
  color: rgba(255, 255, 255, .45);
}

.premium-site .footer-bottom .footer-hotels {
  color: #dbbc84;
}

/* Motion is progressive: content remains visible when JS is absent. */
.premium-site .reveal-ready {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .75s ease var(--reveal-delay, 0ms), transform .85s cubic-bezier(.2, .75, .25, 1) var(--reveal-delay, 0ms);
}

.premium-site .reveal-ready.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Tablet */
@media (max-width: 1100px) {
  .premium-site .nav-block { gap: 20px; }
  .premium-site .header-tools { gap: 13px; }
  .premium-site .hero-copy { width: min(660px, 66vw); }
  .premium-site .hero-aside { display: none; }
  .premium-site .service-photo { height: 280px; }
  .premium-site .journey-card { min-height: 610px; }
}

@media (max-width: 900px) {
  .premium-site .header-inner { height: 76px; }
  .premium-site .hero-panel {
    height: min(780px, calc(100svh - 108px));
    min-height: 660px;
  }
  .premium-site .hero-copy { width: min(620px, 76vw); }
  .premium-site .hero-copy h1 { font-size: clamp(61px, 10vw, 88px); }
  .premium-site .hotel-strip-inner { align-items: flex-start; flex-direction: column; gap: 17px; padding: 25px 0; }
  .premium-site .hotel-strip-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px 28px; }
  .premium-site .gift-section { grid-template-columns: .82fr 1.18fr; }
  .premium-site .section-heading { display: block; }
  .premium-site .section-lede { margin-top: 26px; }
  .premium-site .service-info { padding: 26px; }
  .premium-site .service-info h3 { font-size: 30px; }
  .premium-site .journey-card { min-height: 580px; }
  .premium-site .contact-panel { grid-template-columns: 1fr; }
}

/* Mobile */
@media (max-width: 650px) {
  html { scroll-padding-top: 84px; }

  .premium-site .announcement {
    height: auto;
    min-height: 30px;
    padding: 0 12px;
    text-align: center;
    font-size: 7px;
    line-height: 1.25;
    letter-spacing: .07em;
  }

  .premium-site .announcement span {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .premium-site .header-inner {
    display: grid;
    height: 70px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px;
  }
  .premium-site .brand { gap: 9px; }
  .premium-site .brand > span:last-child { min-width: 0; }
  .premium-site .brand-mark { width: 36px; height: 36px; font-size: 22px; }
  .premium-site .brand-heading { font-size: 21px; }
  .premium-site .brand-subtitle { font-size: 7px; letter-spacing: .18em; }
  .premium-site .mobile-language-picker {
    width: auto;
    min-width: 64px;
    margin: 0;
  }
  .premium-site .mobile-language-picker select {
    width: 44px;
    padding-right: 10px;
  }
  .premium-site .menu-toggle {
    position: relative;
    z-index: 2;
    display: block;
    width: 40px;
    min-width: 40px;
    padding: 8px;
  }
  .premium-site .menu-toggle span { width: 22px; }

  .premium-site .nav-block {
    top: 70px;
    background: rgba(251, 249, 244, .98);
    box-shadow: 0 24px 50px rgba(16, 37, 29, .12);
  }

  .premium-site .nav-link {
    min-height: 50px;
    display: flex;
    align-items: center;
    font-size: 11px;
  }

  .premium-site .header-book { justify-content: center; }

  .premium-site .hero-panel {
    height: min(760px, calc(100svh - 100px));
    min-height: 650px;
    padding: 28px 24px;
    align-items: flex-end;
  }

  .premium-site .hero-frame { inset: 14px; }
  .premium-site .hero-overlay {
    background:
      linear-gradient(0deg, rgba(5, 20, 14, .96) 0%, rgba(5, 20, 14, .7) 48%, rgba(5, 20, 14, .22) 100%),
      linear-gradient(90deg, rgba(5, 20, 14, .5), transparent);
  }
  .premium-site .hero-video { object-position: 58% center; }
  .premium-site .hero-copy {
    width: auto;
    min-width: 0;
    max-width: calc(100vw - 48px);
    flex: 1 1 auto;
    align-self: stretch;
    padding: 0 0 54px;
  }
  .premium-site .hero-kicker { margin-bottom: 20px; font-size: 8px; letter-spacing: .18em; }
  .premium-site .kicker-line { width: 35px; }
  .premium-site .hero-copy h1 {
    margin-bottom: 22px;
    font-size: clamp(45px, 14.5vw, 62px);
    line-height: .9;
    letter-spacing: -.055em;
  }
  .premium-site .hero-description { width: 100%; max-width: 100%; font-size: 14px; line-height: 1.7; }
  .premium-site .hero-actions { width: 100%; display: grid; grid-template-columns: minmax(0, 1fr); margin-top: 27px; }
  .premium-site .button { width: 100%; max-width: 100%; }
  .premium-site .hero-meta { margin-top: 28px; font-size: 8px; }

  .premium-site .hotel-strip-list span { font-size: 18px; line-height: 1.12; }

  .premium-site .gift-section {
    padding: 48px 18px 55px;
    display: block;
  }
  .premium-site .gift-card-visual {
    width: calc(100% - 26px);
    margin: 0 auto 42px;
    box-shadow: 12px 14px 0 rgba(184, 146, 88, .22), 0 24px 55px rgba(16, 37, 29, .13);
  }
  .premium-site .gift-copy h2 { font-size: clamp(41px, 12vw, 54px); }
  .premium-site .gift-intro { font-size: 14px; }

  .premium-site .intro-band { display: block; padding: 92px 0 105px; }
  .premium-site .intro-copy h2 { font-size: clamp(45px, 13vw, 59px); }
  .premium-site .intro-copy > p:not(.eyebrow) { font-size: 15px; }
  .premium-site .intro-stat { width: 100%; max-width: 220px; }

  .premium-site .page-section { padding-top: 88px; padding-bottom: 88px; }
  .premium-site .section-heading h2 { font-size: clamp(45px, 13vw, 60px); }
  .premium-site .section-lede { padding-left: 17px; font-size: 14px; }

  .premium-site .section-services .service-grid,
  .premium-site .section-pricing .service-grid,
  .premium-site .journey-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .premium-site .service-photo { height: clamp(225px, 70vw, 290px); }
  .premium-site .service-info { padding: 24px 21px 25px; }
  .premium-site .service-info h3 { font-size: 28px; }
  .premium-site .service-info p { font-size: 13px; }
  .premium-site .service-price { grid-template-columns: repeat(auto-fit, minmax(104px, 1fr)); }
  .premium-site .service-price span { min-height: 45px; font-size: 12px; }
  .premium-site .service-price b { font-size: 15px; }

  .premium-site .journey-card { min-height: 590px; }
  .premium-site .journey-content { right: 24px; bottom: 28px; left: 24px; }
  .premium-site .journey-content h3 { font-size: 39px; }
  .premium-site .journey-content ul { font-size: 12px; line-height: 1.75; }
  .premium-site .journey-price { min-height: 48px; font-size: 27px; }

  .premium-site .contact-panel {
    padding: 47px 22px 36px;
    gap: 48px;
  }
  .premium-site .contact-panel::after { inset: 12px; }
  .premium-site .contact-panel-info h3 { font-size: clamp(43px, 13vw, 57px); }
  .premium-site .contact-panel-form input,
  .premium-site .contact-panel-form select,
  .premium-site .contact-panel-form textarea { font-size: 16px; }

  .premium-site .site-footer { padding-top: 60px; }
  .premium-site .footer-note { font-size: 25px; }
}

@media (max-width: 390px) {
  .premium-site .mobile-language-picker { min-width: 58px; }
  .premium-site .mobile-language-picker select { width: 39px; }
  .premium-site .hero-copy h1 { font-size: 45px; }
  .premium-site .hotel-strip-list { grid-template-columns: 1fr; }
  .premium-site .service-price { grid-template-columns: 1fr; }
  .premium-site .journey-card { min-height: 620px; }
}

[dir="rtl"] .premium-site .section-lede {
  padding-right: 24px;
  padding-left: 0;
  border-right: 1px solid rgba(184, 146, 88, .55);
  border-left: 0;
}

[dir="rtl"] .premium-site .service-number {
  right: 19px;
  left: auto;
}

[dir="rtl"] .premium-site .service-arrow {
  right: auto;
  left: 22px;
}

@media (prefers-reduced-motion: reduce) {
  .premium-site .reveal-ready {
    opacity: 1;
    transform: none;
  }
  .premium-site .service-photo-image,
  .premium-site .journey-image,
  .premium-site .gift-card-visual {
    transition: none;
  }
}
