:root {
  --ink: #172019;
  --ink-soft: #344138;
  --paper: #f6f4ed;
  --paper-deep: #eae7dc;
  --gold: #d2b77c;
  --gold-deep: #927b49;
  --red: #9c3428;
  --green: #405b48;
  --line: rgba(23, 32, 25, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
  overflow-x: hidden;
}
button, a { font: inherit; }
a { color: inherit; }
img { display: block; width: 100%; }

.hero {
  position: relative;
  min-height: 88svh;
  color: #fff;
  display: grid;
  align-items: end;
  overflow: hidden;
}
.hero__image {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  object-position: 60% center;
  filter: saturate(.88) contrast(1.04);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 10, 8, .2) 0%, rgba(7, 10, 8, .16) 34%, rgba(7, 10, 8, .88) 100%), linear-gradient(90deg, rgba(7, 10, 8, .35), transparent 65%);
}
.hero__top {
  position: absolute;
  z-index: 1;
  inset: max(24px, env(safe-area-inset-top)) 22px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.seal {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255,255,255,.64);
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.05;
  font-size: 18px;
  background: rgba(20, 30, 23, .28);
  backdrop-filter: blur(8px);
}
.hero__eyebrow {
  margin: 0;
  font-family: system-ui, sans-serif;
  font-size: 12px;
  letter-spacing: .22em;
  writing-mode: vertical-rl;
  opacity: .82;
}
.hero__content {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  padding: 50px 24px max(42px, env(safe-area-inset-bottom));
}
.hero h1 {
  margin: 0 0 10px;
  font-size: clamp(2.45rem, 12vw, 5.2rem);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: .08em;
  text-shadow: 0 3px 24px rgba(0,0,0,.26);
}
.hero__subtitle { margin: 0 0 26px; color: rgba(255,255,255,.85); font-size: 16px; }
.opening { display: flex; align-items: center; gap: 18px; border-top: 1px solid rgba(255,255,255,.35); padding-top: 20px; }
.opening__date { font-family: Georgia, "Times New Roman", serif; font-size: 42px; line-height: .9; color: var(--gold); }
.opening__date small { display: block; margin-top: 8px; font-family: system-ui, sans-serif; font-size: 11px; letter-spacing: .16em; color: rgba(255,255,255,.62); }
.opening__detail { line-height: 1.5; }
.opening__detail strong { display: block; font-size: 20px; font-weight: 500; }
.opening__detail span { font-size: 14px; color: rgba(255,255,255,.66); }

.intro, .services, .offers, .rooms, .visit, .closing { padding: 76px 22px; }
.inner { width: min(100%, 980px); margin: 0 auto; }
.section-label { display: flex; align-items: center; gap: 12px; margin: 0 0 18px; color: var(--red); font: 600 12px/1.4 system-ui, sans-serif; letter-spacing: .18em; }
.section-label::before { content: ""; width: 28px; height: 1px; background: currentColor; }
h2 { margin: 0; font-size: clamp(2rem, 9vw, 3.6rem); line-height: 1.25; font-weight: 500; letter-spacing: .04em; }
.intro { background: var(--paper); }
.intro__grid { display: grid; gap: 34px; }
.intro__lead { margin: 24px 0 0; font-size: 18px; line-height: 2; color: var(--ink-soft); }
.intro__note { border-left: 2px solid var(--gold-deep); padding: 4px 0 4px 20px; color: #5b625c; }
.countdown { margin-top: 36px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.countdown div { padding: 18px 8px; text-align: center; border-right: 1px solid var(--line); }
.countdown div:last-child { border-right: 0; }
.countdown strong { display: block; font: 500 26px/1 Georgia, serif; color: var(--green); }
.countdown span { display: block; margin-top: 7px; font: 12px/1.2 system-ui, sans-serif; color: #72786f; }

.services { background: var(--ink); color: #f8f5eb; }
.services .section-label { color: var(--gold); }
.services__intro { margin: 18px 0 34px; max-width: 620px; color: rgba(255,255,255,.65); }
.service-list { display: grid; gap: 1px; background: rgba(255,255,255,.13); }
.service { position: relative; min-width: 0; background: var(--ink); overflow: hidden; }
.service__image { aspect-ratio: 3 / 2; object-fit: cover; filter: saturate(.82) contrast(1.02); }
.service__body { padding: 24px; }
.service--text .service__body { min-height: 190px; display: flex; flex-direction: column; justify-content: center; }
.service__no { font: 14px/1 Georgia, serif; color: var(--gold); }
.service h3 { margin: 16px 0 10px; font-size: 21px; font-weight: 500; }
.service p { margin: 0; color: rgba(255,255,255,.62); line-height: 1.8; }

.offers { background: #eee9dc; }
.offers__heading { max-width: 660px; }
.offers__heading > p:last-child { margin: 18px 0 0; color: #626a63; }
.offer-list { display: grid; gap: 10px; margin-top: 34px; }
.offer { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 18px 12px; padding: 24px 20px 18px; background: #fff; border-top: 2px solid var(--gold-deep); }
.offer__tier { position: absolute; top: 10px; right: 14px; font: 12px/1 Georgia, serif; color: #b6aa90; }
.offer__amount span, .offer__gift span { display: block; margin-bottom: 4px; font: 12px/1.4 system-ui, sans-serif; color: #787f78; }
.offer__amount strong, .offer__gift strong { display: block; font: 500 22px/1.25 Georgia, "Times New Roman", serif; }
.offer__gift strong { color: var(--red); }
.offer__meta { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 10px; padding-top: 13px; border-top: 1px solid var(--line); font: 13px/1.5 system-ui, sans-serif; color: #5f675f; }
.offers__note { margin: 20px 0 0; text-align: center; font-size: 12px; color: #7b817b; }

.gallery { background: #0d120f; display: grid; }
.gallery figure { margin: 0; position: relative; min-height: 300px; }
.gallery img { height: 100%; object-fit: cover; }
.gallery figcaption { position: absolute; inset: auto 18px 18px; color: rgba(255,255,255,.82); font-size: 13px; text-shadow: 0 1px 8px rgba(0,0,0,.5); }

.rooms { background: var(--paper); }
.rooms__intro { margin: 18px 0 0; max-width: 620px; color: #626a63; }
.room-grid { display: grid; gap: 14px; margin-top: 34px; }
.room-card { margin: 0; background: #fff; overflow: hidden; }
.room-card img { aspect-ratio: 3 / 2; object-fit: cover; }
.room-card figcaption { padding: 17px 18px 19px; border-bottom: 2px solid var(--gold); }
.room-card strong { display: block; font-size: 18px; font-weight: 500; color: var(--ink); }
.room-card span { display: block; margin-top: 5px; font-size: 13px; color: #737a73; }

.visit { background: var(--paper-deep); }
.visit__layout { display: grid; gap: 38px; }
.visit__photo { position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
.visit__photo img { height: 100%; object-fit: cover; }
.visit__photo span { position: absolute; left: 14px; bottom: 14px; padding: 7px 12px; color: white; background: rgba(23,32,25,.82); font: 13px/1.2 system-ui, sans-serif; }
.visit__info { padding-top: 4px; }
.address { margin: 26px 0 10px; font-size: 19px; line-height: 1.7; }
.coordinate { margin: 0 0 28px; font: 13px/1.5 system-ui, sans-serif; color: #70766f; }
.actions { display: grid; gap: 12px; }
.button { width: 100%; min-height: 52px; border: 1px solid var(--ink); border-radius: 2px; display: inline-flex; justify-content: center; align-items: center; gap: 10px; padding: 12px 18px; background: var(--ink); color: white; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:active { transform: translateY(1px); }
.button--light { background: transparent; color: var(--ink); }
.button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.closing { min-height: 520px; display: grid; place-items: center; text-align: center; color: white; background: linear-gradient(rgba(8,12,9,.66), rgba(8,12,9,.8)), url("assets/storefront-wide.jpg") center / cover; }
.closing__mark { width: 52px; margin: 0 auto 22px; color: var(--gold); }
.closing h2 { font-size: clamp(2.4rem, 12vw, 4.5rem); }
.closing p { margin: 18px 0 30px; color: rgba(255,255,255,.72); }
.closing .button { width: min(100%, 320px); background: var(--gold); border-color: var(--gold); color: #171c18; }
.footer { padding: 20px; text-align: center; background: #0b100d; color: rgba(255,255,255,.45); font: 12px/1.6 system-ui, sans-serif; }
.toast { position: fixed; z-index: 20; left: 50%; bottom: max(28px, env(safe-area-inset-bottom)); transform: translate(-50%, 18px); padding: 10px 16px; border-radius: 2px; background: rgba(12,17,14,.94); color: white; font: 14px/1.4 system-ui, sans-serif; opacity: 0; pointer-events: none; transition: .25s ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.reveal { opacity: 1; transform: none; }

@media (min-width: 700px) {
  .hero__content { padding-left: 7vw; padding-bottom: 7vh; }
  .intro, .services, .offers, .rooms, .visit, .closing { padding: 108px 48px; }
  .intro__grid { grid-template-columns: 1.15fr .85fr; align-items: end; }
  .service-list { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .service { grid-column: span 2; }
  .service:nth-child(4), .service:nth-child(5) { grid-column: span 3; }
  .service--text .service__body { min-height: 240px; }
  .offer-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery { grid-template-columns: 1fr 1fr; }
  .gallery figure { min-height: 500px; }
  .room-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .visit__layout { grid-template-columns: 1.15fr .85fr; align-items: center; }
  .actions { grid-template-columns: 1fr 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
