/* Nobel Hotel Group portal */
:root {
  --ink: #223041;
  --muted: #667281;
  --line: rgba(31, 42, 56, 0.12);
  --paper: #f6efe6;
  --accent: #c9a46b;
  --accent-strong: #a97b3f;
  --dark: #0f1722;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #f5f0e8; font-family: 'Inter', sans-serif; }
a { color: inherit; text-decoration: none; }

.site-header { position: fixed; top: 0; right: 0; left: 0; z-index: 10; width: 100%; margin: 0; padding: 26px max(32px, calc((100% - 1240px) / 2)); display: flex; align-items: center; justify-content: space-between; background: rgba(15, 23, 34, 0.96); border-bottom: 1px solid rgba(255, 255, 255, 0.2); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; color: var(--dark); background: var(--accent); font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; border-radius: 50%; }
.brand-copy { display: grid; line-height: 1; letter-spacing: .12em; }
.brand-copy strong { color: #fff; font-family: 'Playfair Display', serif; font-size: 16px; }
.brand-copy small { margin-top: 5px; color: rgba(255, 255, 255, 0.68); font-size: 8px; letter-spacing: .22em; }
.hotel-nav { display: flex; align-items: center; gap: clamp(12px, 2vw, 28px); }
.hotel-nav a { position: relative; padding: 11px 0; color: rgba(255, 255, 255, 0.82); font-size: 12px; font-weight: 600; }
.hotel-nav a::after { content: ''; position: absolute; right: 0; bottom: 5px; left: 0; height: 1px; background: var(--accent-strong); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.hotel-nav a:hover { color: #fff; }
.hotel-nav a:hover::after { transform: scaleX(1); }
.language-switch { display: inline-flex; align-items: center; gap: 5px; margin-left: 20px; color: rgba(255, 255, 255, 0.45); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.language-button { padding: 5px 0; border: 0; background: transparent; color: rgba(255, 255, 255, 0.52); cursor: pointer; font: inherit; letter-spacing: inherit; }
.language-button.active, .language-button:hover { color: var(--accent); }
.weather-widget { position: fixed; right: 28px; bottom: 28px; z-index: 20; display: inline-flex; align-items: center; gap: 10px; padding: 9px 13px; color: rgba(255, 255, 255, 0.88); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 3px; background: rgba(7, 12, 18, 0.28); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); font-size: 12px; letter-spacing: .04em; }
.weather-place { color: rgba(255, 255, 255, 0.68); }
.weather-icon { color: var(--accent); font-size: 18px; line-height: 1; }
.weather-widget strong { color: #fff; font-weight: 600; }
.weather-detail { color: rgba(255, 255, 255, 0.78); }

main { width: min(1240px, calc(100% - 64px)); margin: 0 auto; }
.intro { position: relative; isolation: isolate; overflow: hidden; width: 100vw; min-height: 100vh; min-height: 100svh; margin-left: calc(50% - 50vw); display: flex; align-items: flex-end; padding: 150px 0 120px; border-bottom: 1px solid var(--line); color: #fff; }
.hero-video { position: absolute; z-index: -2; inset: 0; display: block; width: 100%; min-width: 100%; height: 100%; min-height: 100%; object-fit: cover; object-position: center center; }
.hero-video-overlay { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(7, 12, 18, 0.78), rgba(7, 12, 18, 0.18)), linear-gradient(180deg, rgba(7, 12, 18, 0.1), rgba(7, 12, 18, 0.72)); }
.intro-content { position: relative; z-index: 1; width: min(1240px, calc(100% - 64px)); margin: 0 auto; }
.kicker, .section-kicker { margin: 0 0 18px; color: var(--accent); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 800px; margin-bottom: 28px; font-family: 'Playfair Display', serif; font-size: clamp(56px, 8vw, 112px); line-height: .94; letter-spacing: 0; }
h1 em { color: var(--accent-strong); font-style: normal; }
.intro-text { margin-bottom: 0; color: rgba(255, 255, 255, 0.9); font-size: 16px; }
.hero-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 30px; padding-bottom: 9px; color: #fff; border-bottom: 1px solid rgba(201, 164, 107, 0.75); font-size: 13px; font-weight: 700; letter-spacing: .04em; }
.hero-link span { color: var(--accent); font-size: 19px; line-height: 1; transition: transform .25s ease; }
.hero-link:hover span { transform: translateY(4px); }
.story-section { padding: 115px 0 105px; border-bottom: 1px solid var(--line); }
.story-heading { display: grid; grid-template-columns: minmax(220px, .8fr) minmax(0, 1.5fr); align-items: end; gap: 40px; margin-bottom: 55px; }
.story-heading .section-kicker { margin-bottom: 14px; color: var(--accent-strong); }
.story-heading h2 { margin: 0; font-family: 'Playfair Display', serif; font-size: clamp(38px, 5vw, 68px); line-height: .98; }
.story-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(40px, 8vw, 120px); }
.story-column { color: var(--muted); font-size: 15px; line-height: 1.85; }
.story-column p { margin: 0 0 22px; }
.story-column p:last-child { margin-bottom: 0; }
.story-column-highlight { padding-left: 34px; border-left: 1px solid var(--accent); }

.hotels-section { padding: 110px 0 120px; }
.section-heading { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 28px; }
.section-heading h2 { margin-bottom: 0; font-family: 'Playfair Display', serif; font-size: clamp(32px, 4vw, 52px); line-height: 1; letter-spacing: 0; }
.section-heading .section-kicker { margin-bottom: 12px; color: var(--accent-strong); }
.section-heading span { color: var(--muted); font-size: 11px; letter-spacing: .16em; }
.hotel-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.hotel-card { position: relative; height: 100%; min-height: 430px; overflow: hidden; display: flex; flex-direction: column; background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 242, 236, 0.98)); border: 1px solid rgba(31, 42, 56, 0.08); border-radius: 22px; box-shadow: 0 18px 35px rgba(12, 22, 35, 0.08); transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }
.hotel-card--wide { grid-column: span 2; }
.hotel-card:hover { transform: translateY(-8px); border-color: rgba(169, 123, 63, 0.38); box-shadow: 0 28px 48px rgba(12, 22, 35, .14); }
.card-image { position: relative; height: 270px; min-height: 270px; width: 100%; overflow: hidden; background: #dfe3db; }
.card-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10, 16, 24, 0.06), rgba(10, 16, 24, 0.28)); pointer-events: none; }
.card-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; filter: saturate(0.88) contrast(1.04) brightness(0.96); transition: transform .7s ease, filter .7s ease; }
.hotel-card:hover .card-image img { transform: scale(1.05); filter: saturate(1) contrast(1.08) brightness(1); }
.card-content { position: relative; z-index: 1; flex: 1; display: flex; flex-direction: column; justify-content: flex-end; padding: 22px 22px 20px; min-height: 160px; }
.card-number { color: var(--accent-strong); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
h3 { margin: 10px 0 6px; font-family: 'Playfair Display', serif; font-size: clamp(26px, 2vw, 34px); letter-spacing: 0; }
.card-content p { margin: 0; color: var(--muted); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.card-arrow { position: absolute; right: 20px; bottom: 18px; width: 38px; height: 38px; display: grid; place-items: center; color: var(--ink); border: 1px solid var(--line); border-radius: 50%; font-size: 19px; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.hotel-card:hover .card-arrow { color: var(--dark); background: var(--accent); border-color: var(--accent); transform: translate(3px, -3px); }
.site-footer { width: min(1240px, calc(100% - 64px)); margin: 0 auto; padding: 22px 0 30px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); border-top: 1px solid var(--line); font-size: 11px; letter-spacing: .04em; }
.social-link { position: relative; display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; color: var(--accent-strong); border: 1px solid rgba(169, 123, 63, 0.28); border-radius: 999px; font-weight: 700; overflow: hidden; transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease; }
.social-link::before { content: ''; position: absolute; top: -60%; left: -75%; width: 55%; height: 220%; background: rgba(255, 255, 255, 0.52); transform: rotate(25deg); transition: left .55s ease; }
.social-link:hover { color: var(--dark); background: var(--accent); border-color: var(--accent); transform: translateY(-3px); }
.social-link:hover::before { left: 125%; }
@media (prefers-reduced-motion: reduce) {
  .social-link, .social-link::before { transition: none; }
}

@media (max-width: 850px) {
  .site-header { width: 100%; padding-right: 18px; padding-left: 18px; }
  main, .site-footer, .intro-content { width: min(100% - 36px, 620px); }
  .intro { padding: 74px 0 70px; }
  .hotel-grid { grid-template-columns: repeat(2, 1fr); }
  .hotel-nav { gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
  .hotel-nav a { font-size: 11px; }
  .language-switch { margin-left: 8px; }
  .story-section { padding: 80px 0; }
  .story-heading { display: block; margin-bottom: 38px; }
  .story-heading h2 { margin-top: 0; }
  .story-grid { gap: 34px; }
}
@media (max-width: 520px) {
  .site-header { padding-top: 20px; }
  .hotel-nav { max-width: 170px; gap: 7px 12px; }
  .hotel-nav a { padding: 5px 0; font-size: 10px; }
  .language-switch { position: absolute; top: 20px; right: 0; margin: 0; }
  .weather-widget { right: 18px; bottom: 18px; padding: 8px 10px; }
  .intro { min-height: 100vh; min-height: 100svh; padding: 74px 0 70px; }
  .hero-video { width: auto; min-width: 100%; height: 100%; min-height: 100%; object-position: center center; }
  .story-grid { grid-template-columns: 1fr; gap: 28px; }
  .story-column-highlight { padding-top: 28px; padding-left: 0; border-top: 1px solid var(--accent); border-left: 0; }
  h1 { font-size: 52px; }
  .hotels-section { padding-bottom: 68px; }
  .hotel-grid { grid-template-columns: 1fr; gap: 14px; }
  .hotel-card, .hotel-card--wide { grid-column: span 1; min-height: 350px; }
  .site-footer { display: block; line-height: 2; }
  .site-footer span:last-child { display: block; }
}
