/* ============================================
   hotelthorongla.com — Permanently Closed Notice
   Theme: Elegant dark & gold, calm minimal closure page
   ============================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg:        #14171C;
  --bg-soft:   #1B1F26;
  --panel:     #21262E;
  --border:    rgba(212,175,90,.18);
  --ink:       #ECE7DC;
  --slate:     #9A9488;
  --gold:      #D4AF5A;
  --gold-lt:   #EAD193;
  --gold-dk:   #9C7B33;
  --white:     #FFFFFF;
  --radius:    12px;
  --shadow:    0 10px 40px rgba(0,0,0,.4);
}

body {
  font-family: 'Inter', sans-serif;
  background: var(--bg);
  color: var(--ink);
  min-height: 100vh;
  line-height: 1.7;
}

/* ── NAV ── */
nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px 6% 18px;
  text-align: center;
}
.nav-logo img {
  height: 64px;
  width: auto;
  display: block;
}

/* ── CLOSED RIBBON ── */
.closed-ribbon {
  display: flex;
  justify-content: center;
  margin-bottom: 4px;
}
.closed-ribbon span {
  background: rgba(212,175,90,.12);
  border: 1px solid var(--border);
  color: var(--gold-lt);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  padding: 7px 20px;
  border-radius: 40px;
}

/* ── HERO ── */
.hero {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding: 28px 6% 56px;
}
.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 5vw, 2.8rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 10px;
}
.hero .status {
  font-size: 1rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: .04em;
  margin-bottom: 24px;
}
.hero p.note {
  font-size: .95rem;
  color: var(--slate);
  max-width: 480px;
  margin: 0 auto 8px;
  line-height: 1.8;
}

/* ── REDIRECT CARD ── */
.redirect-card {
  max-width: 560px;
  margin: 32px auto 0;
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 32px;
  text-align: center;
  box-shadow: var(--shadow);
}
.redirect-card p {
  font-size: .92rem;
  color: var(--ink);
  margin-bottom: 18px;
  line-height: 1.7;
}
.redirect-card strong { color: var(--gold-lt); }
#countdown {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(212,175,90,.15);
  border: 1px solid var(--border);
  color: var(--gold-lt);
  border-radius: 50%;
  min-width: 30px;
  height: 30px;
  padding: 0 6px;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
}
.btn-redirect {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gold);
  color: var(--bg);
  font-weight: 700;
  font-size: .9rem;
  padding: 12px 28px;
  border-radius: 40px;
  text-decoration: none;
  letter-spacing: .02em;
  transition: background .2s, transform .15s;
}
.btn-redirect:hover { background: var(--gold-lt); transform: translateY(-2px); }

/* ── SECTION WRAP ── */
.section-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 8px 6% 0;
}
.divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border), transparent);
  margin: 56px 0;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.section-block {
  text-align: center;
  margin-bottom: 8px;
}
.section-block .eyebrow {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}
.section-block h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 14px;
}
.section-block p {
  font-size: .92rem;
  color: var(--slate);
  max-width: 520px;
  margin: 0 auto 22px;
  line-height: 1.75;
}

/* ── PARTNER LINK LIST ── */
.link-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 480px;
  margin: 0 auto 8px;
}
.link-list li {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 10px;
  transition: border-color .2s, transform .15s;
}
.link-list li:hover { border-color: rgba(212,175,90,.4); transform: translateY(-2px); }
.link-list a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  text-decoration: none;
  color: var(--ink);
  font-size: .93rem;
  font-weight: 500;
}
.link-list .emoji { font-size: 1.2rem; }
.link-list .link-text { flex: 1; text-align: left; }
.link-list .link-text small {
  display: block;
  color: var(--slate);
  font-size: .76rem;
  font-weight: 400;
  margin-top: 2px;
}
.link-list svg { color: var(--gold); flex-shrink: 0; }

/* ── PREVIEW IMAGE LINK ── */
.preview-link {
  display: block;
  max-width: 480px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--border);
  position: relative;
  text-decoration: none;
}
.preview-link img {
  width: 100%;
  display: block;
  filter: saturate(.85) brightness(.92);
  transition: transform .4s ease, filter .3s ease;
}
.preview-link:hover img { transform: scale(1.03); filter: saturate(1) brightness(1); }
.preview-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20,23,28,.88) 0%, rgba(20,23,28,.15) 55%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px 20px;
}
.preview-overlay span {
  color: var(--gold-lt);
  font-size: .85rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ── TECH SUPPORT CARD ── */
.tech-card {
  max-width: 480px;
  margin: 0 auto;
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px 30px;
  text-align: center;
}
.tech-card p {
  font-size: .9rem;
  color: var(--slate);
  line-height: 1.75;
  margin-bottom: 18px;
}
.tech-contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.tech-contacts a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold-lt);
  text-decoration: none;
  font-size: .92rem;
  font-weight: 600;
}
.tech-contacts a:hover { text-decoration: underline; }
.tech-contacts svg { color: var(--gold); }

/* ── FOOTER ── */
footer {
  margin-top: 64px;
  border-top: 1px solid var(--border);
  color: var(--slate);
  text-align: center;
  padding: 28px 6%;
  font-size: .8rem;
  line-height: 1.8;
}
footer a { color: var(--gold-lt); text-decoration: none; }
footer a:hover { text-decoration: underline; }

/* ── RESPONSIVE ── */
@media (max-width: 560px) {
  .redirect-card, .tech-card { padding: 22px 20px; }
  .hero { padding: 20px 6% 44px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; }
}
