:root {
  color-scheme: dark;
  --ink: #050607;
  --graphite: #121518;
  --steel: #747c82;
  --silver: #eef0ec;
  --gold: #d6a02e;
  --gold-light: #f6d878;
  --muted: #aeb3b6;
  --line: rgb(246 216 120 / 22%);
  --ease-out: cubic-bezier(.23, 1, .32, 1);
  font-family: "Leelawadee UI", Tahoma, sans-serif;
  background: var(--ink);
  color: var(--silver);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; min-width: 320px; background: radial-gradient(circle at 78% 20%, rgb(214 160 46 / 12%), transparent 32rem), var(--ink); }
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: .5rem; z-index: 20; transform: translateY(-180%); padding: .75rem 1rem; background: var(--silver); color: var(--ink); transition: transform 160ms var(--ease-out); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: absolute; inset: 0 0 auto; z-index: 10; display: flex; align-items: center; justify-content: space-between; width: min(1180px, calc(100% - 2rem)); margin: auto; padding: 1.25rem 0; border-bottom: 1px solid rgb(255 255 255 / 8%); }
.brand { display: inline-flex; width: clamp(118px, 14vw, 168px); text-decoration: none; }
.brand img { display: block; width: 100%; height: auto; }
.hero { position: relative; min-height: 760px; height: 100svh; overflow: hidden; display: grid; place-items: center; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -3; background: linear-gradient(90deg, rgb(5 6 7 / 96%) 0%, rgb(5 6 7 / 76%) 34%, rgb(5 6 7 / 12%) 72%), linear-gradient(0deg, rgb(5 6 7 / 45%), transparent 42%), url("/assets/brand/web-hero-2560x1440.webp") 58% center / cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -2; pointer-events: none; background: radial-gradient(circle at 70% 45%, rgb(246 216 120 / 10%), transparent 24%); }
.hero-grid { width: min(1180px, calc(100% - 2rem)); display: grid; grid-template-columns: minmax(0, 650px) 1fr; align-items: center; gap: 3rem; padding-top: 5rem; }
.hero-copy { position: relative; }
.eyebrow { display: flex; align-items: center; gap: .75rem; color: var(--gold-light); font-size: .78rem; font-weight: 700; letter-spacing: .18em; }
.hero-logo { display: block; width: min(500px, 86vw); height: auto; margin: 0 0 1rem -1.6rem; filter: drop-shadow(0 14px 28px rgb(0 0 0 / 70%)); }
.eyebrow::before { content: ""; width: 2.8rem; height: 1px; background: var(--gold); }
h1 { margin: 1.3rem 0 1rem; font: 700 clamp(3.3rem, 8vw, 7.3rem)/.84 Georgia, serif; letter-spacing: -.055em; }
.headline-accent { color: var(--gold-light); }
.lead { max-width: 40rem; color: #c7ccce; font-size: clamp(1rem, 1.5vw, 1.18rem); line-height: 1.85; }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3.2rem; padding: 0 1.25rem; border: 1px solid var(--gold); background: linear-gradient(135deg, #f0cc64, #9c6618); color: #100d07; font-weight: 800; text-decoration: none; transition: transform 150ms var(--ease-out), box-shadow 180ms ease; box-shadow: 0 12px 40px rgb(214 160 46 / 18%); }
.button:active { transform: scale(.97); }
@media (hover: hover) and (pointer: fine) { .button:hover { transform: translateY(-2px); box-shadow: 0 16px 48px rgb(214 160 46 / 28%); } }
.highlights { display: flex; flex-wrap: wrap; gap: .65rem 1.2rem; margin: 1.7rem 0 0; padding: 1.15rem 0 0; border-top: 1px solid rgb(255 255 255 / 10%); color: #bec4c6; font-size: .8rem; list-style: none; }
.highlights li { display: flex; align-items: center; gap: .45rem; }
.highlights li::before { content: ""; width: .28rem; height: .28rem; border-radius: 50%; background: var(--gold-light); box-shadow: 0 0 14px rgb(246 216 120 / 70%); }
.status-card { align-self: end; justify-self: end; width: min(370px, 100%); padding: 1.35rem; border: 1px solid var(--line); background: linear-gradient(145deg, rgb(13 15 16 / 88%), rgb(5 6 7 / 70%)); backdrop-filter: blur(18px); box-shadow: 0 24px 80px rgb(0 0 0 / 30%); }
.status-kicker { display: flex; align-items: center; gap: .55rem; color: var(--gold-light); font: 700 .72rem/1 "Bahnschrift", sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.status-kicker span { width: .45rem; height: .45rem; border-radius: 50%; background: var(--gold-light); box-shadow: 0 0 0 5px rgb(246 216 120 / 10%), 0 0 18px rgb(246 216 120 / 60%); }
.status-card p { margin: .85rem 0 1rem; color: var(--muted); line-height: 1.7; }
.status-card a { color: var(--silver); font-size: .82rem; text-decoration-color: rgb(246 216 120 / 42%); text-underline-offset: .25rem; }
.content { width: min(940px, calc(100% - 2rem)); margin: auto; padding: 9rem 0 5rem; min-height: 78svh; }
.content h1 { font-size: clamp(2.3rem, 7vw, 4.8rem); line-height: .95; }
.content h2 { margin-top: 2.5rem; color: var(--gold-light); font-size: 1.25rem; }
.content p, .content li { color: #c5cacc; line-height: 1.85; }
.content a { color: var(--gold-light); }
.notice { margin: 2rem 0; padding: 1.25rem; border: 1px solid var(--line); background: rgb(255 255 255 / 3%); }
.site-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; width: min(1180px, calc(100% - 2rem)); margin: auto; padding: 2rem 0; border-top: 1px solid rgb(255 255 255 / 8%); color: #8e969a; font-size: .78rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1rem; }
@media (max-width: 760px) {
  .site-header { align-items: flex-start; }
  .hero { min-height: 720px; height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding: 9rem 0 3rem; }
  .status-card { justify-self: start; }
  .hero::before { background: linear-gradient(90deg, rgb(5 6 7 / 95%) 0%, rgb(5 6 7 / 62%) 65%, rgb(5 6 7 / 24%)), linear-gradient(0deg, rgb(5 6 7 / 55%), transparent 48%), url("/assets/brand/web-hero-2560x1440.webp") 64% center / cover no-repeat; }
  .hero-logo { width: min(420px, 92vw); margin-left: -1rem; }
  .highlights { gap: .55rem 1rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
