/* ============================================================
   vangoghmuseumtickets.eu
   Playfair Display + Inter
   Sunflower ochre #e8a722 + Starry night blue #1e3a5f + Cream paper
   Prefix: vng-
   ============================================================ */

:root {
  --vng-accent: #e8a722;
  --vng-accent-deep: #b87a10;
  --vng-accent-light: #f8e8c0;
  --vng-accent-soft: #fef5dc;
  --vng-night: #1e3a5f;
  --vng-night-soft: #2d4d7a;
  --vng-night-deep: #122544;
  --vng-ink: #1a1c2c;
  --vng-ink-soft: #4a4d62;
  --vng-paper: #fcf8f0;
  --vng-paper-warm: #f7eed7;
  --vng-card: #ffffff;
  --vng-line: #e8dec6;
  --vng-line-soft: #f3eada;
  --vng-shadow: 0 6px 22px -10px rgba(30, 58, 95, 0.18);
  --vng-shadow-strong: 0 14px 38px -16px rgba(30, 58, 95, 0.28);
  --vng-radius: 10px;
}

* { box-sizing: border-box; min-width: 0; }

html, body { margin: 0; padding: 0; max-width: 100%; width: 100%; }
body { overflow-x: clip; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-size: 16.5px;
  line-height: 1.66;
  color: var(--vng-ink);
  background: var(--vng-paper);
  -webkit-font-smoothing: antialiased;
}

/* CJK + RTL font stack overrides ============================================= */
html[lang="zh-tw"] body,
html[lang="zh-tw"] h1, html[lang="zh-tw"] h2, html[lang="zh-tw"] h3, html[lang="zh-tw"] h4 {
  font-family: 'PingFang TC', 'Microsoft JhengHei', 'Heiti TC', 'Noto Sans CJK TC', 'Inter', system-ui, sans-serif;
  letter-spacing: 0;
}
html[lang="ja-jp"] body,
html[lang="ja-jp"] h1, html[lang="ja-jp"] h2, html[lang="ja-jp"] h3, html[lang="ja-jp"] h4 {
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'Meiryo', 'Noto Sans CJK JP', 'Inter', system-ui, sans-serif;
  letter-spacing: 0;
}
html[lang="ko-kr"] body,
html[lang="ko-kr"] h1, html[lang="ko-kr"] h2, html[lang="ko-kr"] h3, html[lang="ko-kr"] h4 {
  font-family: 'Apple SD Gothic Neo', 'Malgun Gothic', 'Noto Sans CJK KR', 'Inter', system-ui, sans-serif;
  letter-spacing: 0;
}
html[lang="th-th"] body,
html[lang="th-th"] h1, html[lang="th-th"] h2, html[lang="th-th"] h3, html[lang="th-th"] h4 {
  font-family: 'Sukhumvit Set', 'Thonburi', 'Noto Sans Thai', 'Inter', system-ui, sans-serif;
  letter-spacing: 0;
}
html[lang="ar-sa"] body,
html[lang="ar-sa"] h1, html[lang="ar-sa"] h2, html[lang="ar-sa"] h3, html[lang="ar-sa"] h4 {
  font-family: 'SF Arabic', 'Geeza Pro', 'Tahoma', 'Noto Sans Arabic', 'Inter', system-ui, sans-serif;
}
html[lang="he-il"] body,
html[lang="he-il"] h1, html[lang="he-il"] h2, html[lang="he-il"] h3, html[lang="he-il"] h4 {
  font-family: 'SF Hebrew', 'Arial Hebrew', 'Noto Sans Hebrew', 'Inter', system-ui, sans-serif;
}


img { max-width: 100%; height: auto; display: block; }

a { color: var(--vng-night); text-decoration: none; }
a:hover { color: var(--vng-night-deep); }

/* Typography ========================================================= */
h1, h2, h3, h4 {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-weight: 600;
  color: var(--vng-night);
  letter-spacing: -0.01em;
  line-height: 1.16;
  margin: 0 0 0.55em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

h1 { font-size: clamp(2.3rem, 4.6vw, 3.5rem); font-weight: 700; }
h2 { font-size: clamp(1.75rem, 3.1vw, 2.35rem); margin-top: 0.4em; }
h3 { font-size: clamp(1.3rem, 2vw, 1.55rem); }

strong, b { font-weight: 700; color: var(--vng-ink); }

/* Header ============================================================ */
.vng-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(252, 248, 240, 0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--vng-line);
  width: 100%;
  box-shadow: 0 2px 14px -6px rgba(30, 58, 95, 0.12);
}

.vng-header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 13px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}

.vng-logo {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  text-decoration: none;
  flex-shrink: 0;
}

.vng-logo-mark {
  font-family: 'Playfair Display', serif;
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--vng-night);
  letter-spacing: -0.01em;
}

.vng-logo-mark::before {
  content: "✦ ";
  color: var(--vng-accent);
  font-size: 0.9em;
  margin-right: 2px;
}

.vng-logo-sub {
  font-size: 0.66rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--vng-accent-deep);
  margin-top: 2px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}

.vng-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--vng-accent);
  color: var(--vng-night-deep) !important;
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid var(--vng-accent);
  cursor: pointer;
  transition: 0.2s;
  white-space: nowrap;
  box-shadow: 0 6px 18px -8px rgba(232, 167, 34, 0.55);
  font-family: 'Inter', sans-serif;
}

.vng-header-cta:hover {
  background: var(--vng-accent-deep);
  border-color: var(--vng-accent-deep);
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 22px -8px rgba(184, 122, 16, 0.65);
}

/* Hero ============================================================== */
.vng-hero {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}

.vng-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('img/foto-vng-1.jpg') center/cover no-repeat;
  z-index: -2;
}

.vng-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(30, 58, 95, 0.15) 0%,
    rgba(30, 58, 95, 0.55) 55%,
    rgba(18, 37, 68, 0.88) 100%);
  z-index: -1;
}

.vng-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 70px 24px 50px;
  width: 100%;
}

.vng-hero h1 {
  color: #fff;
  margin-bottom: 0.4em;
  text-shadow: 0 2px 22px rgba(0,0,0,0.45);
  font-weight: 700;
}

.vng-hero-brand {
  display: inline-block;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 0.95rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--vng-accent);
  margin-bottom: 14px;
  padding: 6px 20px;
  border: 1px solid rgba(232, 167, 34, 0.7);
  border-radius: 99px;
  background: rgba(18, 37, 68, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.vng-hero-lead {
  max-width: 740px;
  font-size: 1.08rem;
  line-height: 1.55;
  color: rgba(255,255,255,0.93);
  margin-bottom: 28px;
  text-shadow: 0 1px 10px rgba(0,0,0,0.45);
}

.vng-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--vng-accent);
  color: var(--vng-night-deep);
  padding: 16px 34px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s;
  box-shadow: 0 8px 24px -8px rgba(232, 167, 34, 0.55);
}

.vng-cta:hover {
  background: var(--vng-accent-deep);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px -8px rgba(184, 122, 16, 0.65);
}

.vng-cta::after { content: " →"; }

/* RTL flip for CTA arrow */
[dir="rtl"] .vng-cta::after { content: " ←"; }

/* Containers ========================================================= */
.vng-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}

.vng-section {
  padding: 56px 0 28px;
}

.vng-section + .vng-section {
  border-top: 1px dashed var(--vng-line);
}

.vng-section p {
  margin: 0 0 1.05em;
  max-width: none;
}

.vng-intro p {
  font-size: 1.05rem;
  line-height: 1.72;
  max-width: none;
}

/* Inline photos ====================================================== */
.vng-photo-inline {
  margin: 30px 0 50px;
  border-radius: var(--vng-radius);
  overflow: hidden;
  width: 100%;
  aspect-ratio: 21/9;
  max-height: 480px;
  box-shadow: var(--vng-shadow);
}

.vng-photo-inline img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vng-photo-inline.tall {
  aspect-ratio: 4/3;
  max-height: 560px;
}

/* Widget frame ======================================================= */
.vng-widget-frame {
  margin: 28px 0;
  padding: 24px;
  background: var(--vng-card);
  border: 1px solid var(--vng-line);
  border-radius: var(--vng-radius);
  box-shadow: var(--vng-shadow);
  width: 100%;
  max-width: 100%;
}

.vng-widget-frame > * {
  max-width: 100% !important;
  width: 100% !important;
}

/* Tables ============================================================= */
.vng-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 22px 0;
  border-radius: var(--vng-radius);
  border: 1px solid var(--vng-line);
  max-width: 100%;
}

.vng-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--vng-card);
}

.vng-table th,
.vng-table td {
  text-align: left;
  padding: 13px 18px;
  border-bottom: 1px solid var(--vng-line);
  font-size: 0.96rem;
}

[dir="rtl"] .vng-table th,
[dir="rtl"] .vng-table td {
  text-align: right;
}

.vng-table th {
  background: var(--vng-night);
  color: var(--vng-paper);
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: 1.08rem;
  letter-spacing: 0.005em;
}

.vng-table tr:last-child td { border-bottom: none; }
.vng-table tr:nth-child(even) td { background: var(--vng-line-soft); }

.vng-table td:last-child {
  font-weight: 700;
  color: var(--vng-accent-deep);
  white-space: nowrap;
}

.vng-fact-table th,
.vng-fact-table td { font-size: 0.95rem; }

.vng-fact-table td:first-child {
  font-weight: 600;
  color: var(--vng-night);
  width: 40%;
}

.vng-fact-table td:last-child {
  color: var(--vng-ink-soft);
  font-weight: 400;
  white-space: normal;
}

/* Gratis admission box =============================================== */
.vng-gratis {
  margin: 22px 0;
  padding: 20px 24px;
  background: linear-gradient(135deg, var(--vng-accent-soft) 0%, var(--vng-card) 100%);
  border-left: 4px solid var(--vng-accent);
  border-radius: 0 var(--vng-radius) var(--vng-radius) 0;
}

[dir="rtl"] .vng-gratis {
  border-left: none;
  border-right: 4px solid var(--vng-accent);
  border-radius: var(--vng-radius) 0 0 var(--vng-radius);
}

.vng-gratis-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  margin: 0 0 6px;
  color: var(--vng-night);
  font-weight: 600;
}

.vng-gratis p { margin: 0; font-size: 0.96rem; }

/* Provider cards ===================================================== */
.vng-providers {
  display: grid;
  gap: 28px;
  margin-top: 28px;
}

.vng-provider {
  background: var(--vng-card);
  border: 1px solid var(--vng-line);
  border-radius: var(--vng-radius);
  padding: 30px;
  box-shadow: var(--vng-shadow);
}

.vng-provider-primary {
  border: 2px solid var(--vng-accent);
  box-shadow: var(--vng-shadow-strong);
  position: relative;
}

.vng-provider-primary::before {
  content: "★ TOP";
  position: absolute;
  top: -14px;
  left: 28px;
  background: var(--vng-accent);
  color: var(--vng-night-deep);
  padding: 4px 14px;
  border-radius: 99px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: 'Inter', sans-serif;
}

[dir="rtl"] .vng-provider-primary::before {
  left: auto;
  right: 28px;
}

.vng-provider h3 { margin-bottom: 0.25em; }

.vng-rating {
  font-size: 0.88rem;
  color: var(--vng-accent-deep);
  font-weight: 600;
  margin-bottom: 14px;
}

.vng-provider-bullets {
  list-style: none;
  padding: 0;
  margin: 18px 0 22px;
}

.vng-provider-bullets li {
  position: relative;
  padding: 10px 0 10px 28px;
  border-bottom: 1px dotted var(--vng-line);
  font-size: 0.97rem;
}

[dir="rtl"] .vng-provider-bullets li {
  padding: 10px 28px 10px 0;
}

.vng-provider-bullets li:last-child { border-bottom: none; }

.vng-provider-bullets li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 9px;
  color: var(--vng-accent);
  font-weight: 700;
  font-size: 1rem;
}

[dir="rtl"] .vng-provider-bullets li::before {
  left: auto;
  right: 0;
}

.vng-provider-bullets b { color: var(--vng-ink); }

/* Tips ============================================================== */
.vng-tips {
  list-style: none;
  padding: 0;
  margin: 24px 0;
  counter-reset: vng-tip;
  display: grid;
  gap: 14px;
}

.vng-tips li {
  position: relative;
  background: var(--vng-card);
  border: 1px solid var(--vng-line);
  border-radius: var(--vng-radius);
  padding: 22px 24px 22px 70px;
  counter-increment: vng-tip;
  box-shadow: var(--vng-shadow);
}

[dir="rtl"] .vng-tips li {
  padding: 22px 70px 22px 24px;
}

.vng-tips li::before {
  content: counter(vng-tip);
  position: absolute;
  left: 22px;
  top: 22px;
  width: 34px;
  height: 34px;
  background: var(--vng-accent);
  color: var(--vng-night-deep);
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

[dir="rtl"] .vng-tips li::before {
  left: auto;
  right: 22px;
}

.vng-tips b {
  font-weight: 700;
  color: var(--vng-night);
}

/* Entities grid ====================================================== */
.vng-entities {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.vng-entity-card {
  background: var(--vng-card);
  border: 1px solid var(--vng-line);
  border-radius: var(--vng-radius);
  padding: 22px 22px 24px;
  transition: transform 0.25s, box-shadow 0.25s;
  min-width: 0;
}

.vng-entity-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--vng-shadow-strong);
  border-color: var(--vng-accent-light);
}

.vng-entity-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.22rem;
  color: var(--vng-night);
  margin: 0 0 2px;
  word-wrap: break-word;
  font-weight: 700;
}

.vng-entity-sub {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  color: var(--vng-accent-deep);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}

.vng-entity-card p {
  margin: 0;
  font-size: 0.94rem;
  color: var(--vng-ink-soft);
}

/* Content cards ====================================================== */
.vng-content-card {
  background: var(--vng-card);
  border: 1px solid var(--vng-line);
  border-radius: var(--vng-radius);
  padding: 30px 32px;
  box-shadow: var(--vng-shadow);
}

.vng-content-card p:last-child { margin-bottom: 0; }

/* CTA banner ========================================================= */
.vng-cta-banner {
  margin: 50px 0 20px;
  padding: 54px 32px;
  text-align: center;
  background: var(--vng-night);
  color: var(--vng-paper);
  border-radius: var(--vng-radius);
  background-image: radial-gradient(circle at 20% 30%, rgba(232, 167, 34, 0.18) 0%, transparent 50%);
}

.vng-cta-banner h2 {
  color: var(--vng-accent) !important;
  margin: 0 0 0.6em;
  font-size: clamp(1.9rem, 3.1vw, 2.5rem);
  letter-spacing: 0.005em;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  text-shadow: 0 2px 14px rgba(232, 167, 34, 0.3);
}

.vng-cta-banner p {
  color: rgba(252, 248, 240, 0.9) !important;
  margin-bottom: 1.6em;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
}

/* Footer ============================================================ */
.vng-footer {
  margin-top: 60px;
  padding: 50px 24px 28px;
  background: var(--vng-night-deep);
  color: rgba(252, 248, 240, 0.8);
  font-size: 0.92rem;
  width: 100%;
}

.vng-footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1.4fr;
  gap: 40px;
}

.vng-footer h4 {
  color: var(--vng-accent);
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  margin: 0 0 14px;
  letter-spacing: 0.01em;
  font-weight: 700;
}

.vng-footer a {
  color: rgba(252, 248, 240, 0.8);
  text-decoration: none;
}

.vng-footer a:hover { color: var(--vng-accent); }

.vng-footer p { margin: 0 0 0.7em; line-height: 1.55; }

.vng-footer-link {
  color: var(--vng-accent) !important;
  border-bottom: 1px dotted rgba(232, 167, 34, 0.5);
}

.vng-footer-link:hover { color: var(--vng-paper) !important; }

/* Language switcher ================================================= */
.vng-lang-select-wrap {
  position: relative;
  display: block;
  max-width: 280px;
  width: 100%;
}

.vng-lang-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: transparent;
  background-color: rgba(252, 248, 240, 0.08);
  color: var(--vng-paper);
  border: 1.5px solid var(--vng-accent);
  border-radius: 8px;
  padding: 14px 44px 14px 18px;
  font-family: 'Inter', sans-serif;
  font-size: 0.96rem;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  outline: none;
  transition: 0.2s;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

[dir="rtl"] .vng-lang-select {
  padding: 14px 18px 14px 44px;
}

.vng-lang-select:hover,
.vng-lang-select:focus {
  background-color: rgba(232, 167, 34, 0.15);
  border-color: var(--vng-accent);
  color: var(--vng-accent);
  box-shadow: 0 0 0 3px rgba(232, 167, 34, 0.22);
}

.vng-lang-select option {
  background: #122544;
  color: #fcf8f0;
  padding: 10px;
  font-weight: 500;
}

.vng-lang-select-wrap::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--vng-accent);
  border-bottom: 2px solid var(--vng-accent);
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
  transition: transform 0.2s;
}

[dir="rtl"] .vng-lang-select-wrap::after {
  right: auto;
  left: 18px;
}

.vng-lang-select-wrap:hover::after {
  transform: translateY(-30%) rotate(45deg);
}

/* Copyright ========================================================== */
.vng-copy {
  max-width: 1180px;
  margin: 32px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(252, 248, 240, 0.14);
  font-size: 0.82rem;
  color: rgba(252, 248, 240, 0.55);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
}

/* 404 page =========================================================== */
.vng-404 {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 24px;
}

.vng-404-inner { max-width: 720px; width: 100%; }

.vng-404 h1 {
  font-size: clamp(3rem, 8vw, 5rem);
  margin-bottom: 0.2em;
}

.vng-404 h1::first-letter { color: var(--vng-accent); }

.vng-404-lead {
  font-size: 1.1rem;
  color: var(--vng-ink-soft);
  margin-bottom: 30px;
}

.vng-404-widget-wrap {
  margin: 40px auto;
  max-width: 900px;
}

/* Responsive ========================================================= */
@media (max-width: 900px) {
  .vng-footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .vng-entities { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .vng-section { padding: 42px 0 18px; }
  .vng-header-inner { padding: 11px 14px; gap: 10px; }
  .vng-logo-mark { font-size: 1.3rem; }
  .vng-logo-sub { font-size: 0.58rem; letter-spacing: 0.18em; }

  .vng-header-cta {
    padding: 10px 18px;
    font-size: 0.78rem;
    letter-spacing: 0.06em;
  }

  .vng-hero { min-height: 500px; }
  .vng-hero-inner { padding: 50px 20px 36px; }
  .vng-hero-brand {
    font-size: 0.74rem;
    letter-spacing: 0.18em;
    padding: 5px 14px;
  }

  .vng-content-card { padding: 22px 20px; }
  .vng-provider { padding: 24px 20px; }

  .vng-tips li { padding: 20px 18px 20px 60px; }
  .vng-tips li::before { left: 14px; top: 18px; }
  [dir="rtl"] .vng-tips li { padding: 20px 60px 20px 18px; }
  [dir="rtl"] .vng-tips li::before { left: auto; right: 14px; }

  .vng-cta-banner { padding: 38px 22px; }
  .vng-photo-inline {
    aspect-ratio: 4/3;
    margin: 24px 0 36px;
  }

  .vng-cta { width: 100%; justify-content: center; }

  .vng-table th, .vng-table td {
    padding: 11px 13px;
    font-size: 0.92rem;
  }

  .vng-widget-frame { padding: 16px; }
  .vng-entities { grid-template-columns: 1fr; }
}

@media (max-width: 380px) {
  .vng-logo-mark { font-size: 1.18rem; }
  .vng-header-cta {
    padding: 9px 14px;
    font-size: 0.72rem;
  }
}
