:root {
  --navy-950: #07162d;
  --navy-900: #0d264c;
  --navy-800: #123563;
  --navy-700: #194879;
  --orange: #ff9200;
  --orange-2: #ffad2f;
  --ink: #132033;
  --muted: #657084;
  --line: #dfe4ea;
  --surface: #ffffff;
  --soft: #f4f6f8;
  --soft-blue: #edf3f8;
  --max: 1180px;
  --radius: 22px;
  --shadow: 0 18px 55px rgba(10, 30, 58, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link {
  position: fixed; left: 12px; top: 12px; z-index: 999;
  transform: translateY(-160%); background: white; color: var(--navy-900);
  padding: .7rem 1rem; border-radius: 10px; font-weight: 800;
}
.skip-link:focus { transform: none; }

.announcement {
  background: var(--orange);
  color: var(--navy-950);
  font-size: .9rem;
}
.announcement-inner {
  min-height: 42px; display: flex; align-items: center; justify-content: center;
  gap: .6rem; text-align: center; flex-wrap: wrap; padding-block: 8px;
}
.announcement a { font-weight: 900; text-underline-offset: 3px; }
.pulse { width: 8px; height: 8px; border-radius: 999px; background: var(--navy-900); box-shadow: 0 0 0 0 rgba(13,38,76,.4); animation: pulse 2.2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(13,38,76,0); } 100% { box-shadow: 0 0 0 0 rgba(13,38,76,0); } }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.94); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(13,38,76,.08);
}
.nav-wrap { height: 86px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; width: 150px; margin-right: auto; }
.brand img { width: 150px; display: block; }
.desktop-nav { display: flex; align-items: center; gap: 28px; }
.desktop-nav a { text-decoration: none; font-weight: 750; color: #425067; font-size: .94rem; }
.desktop-nav a:hover { color: var(--navy-900); }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 22px; border-radius: 14px; text-decoration: none;
  font-weight: 850; border: 1px solid transparent; transition: .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 0 18px; font-size: .92rem; }
.button-outline { border-color: rgba(13,38,76,.18); color: var(--navy-900); background: white; }
.button-primary { background: var(--orange); color: var(--navy-950); box-shadow: 0 12px 32px rgba(255,146,0,.24); }
.button-primary:hover { background: var(--orange-2); }
.button-ghost { border-color: rgba(255,255,255,.24); color: white; background: rgba(255,255,255,.06); }
.button-light { background: white; color: var(--navy-900); white-space: nowrap; }
.button-dark { background: var(--navy-900); color: white; }

.hero {
  position: relative; overflow: hidden;
  color: white; background: radial-gradient(circle at 15% 10%, #153c70 0, var(--navy-900) 38%, var(--navy-950) 100%);
  padding: 86px 0 94px;
}
.hero-grid {
  position: absolute; inset: 0; opacity: .11;
  background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to right, black, transparent 72%);
}
.hero-orb { position: absolute; border-radius: 999px; filter: blur(2px); pointer-events: none; }
.hero-orb-one { width: 440px; height: 440px; background: rgba(255,146,0,.13); right: -190px; top: -150px; }
.hero-orb-two { width: 260px; height: 260px; border: 48px solid rgba(255,255,255,.04); right: 18%; bottom: -185px; }
.hero-layout { position: relative; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(340px,.75fr); gap: 72px; align-items: center; }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; font-weight: 900; }
.eyebrow { color: #d9e6f3; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.eyebrow span:first-child { color: var(--orange); }
.hero h1 { font-size: clamp(2.8rem, 6vw, 5.9rem); line-height: .96; letter-spacing: -.055em; margin: 22px 0 26px; max-width: 850px; }
.hero-lead { max-width: 760px; color: #d4deea; font-size: clamp(1.03rem, 2vw, 1.28rem); margin: 0; }
.hero-lead strong { color: white; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.microcopy { font-size: .88rem; color: #9fb1c7; margin: 18px 0 0; }
.microcopy a { color: white; font-weight: 750; text-underline-offset: 3px; }

.countdown-card {
  position: relative; background: rgba(255,255,255,.98); color: var(--ink);
  border-radius: 26px; padding: 30px; box-shadow: 0 26px 70px rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.25); overflow: hidden;
}
.countdown-card::before { content:""; position:absolute; inset:0 0 auto; height:5px; background:var(--orange); }
.status-line { display: flex; align-items: center; gap: 9px; color: var(--navy-800); font-weight: 850; font-size: .9rem; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(255,146,0,.13); }
.countdown-heading { font-size: 1rem; color: var(--muted); margin-top: 24px; }
.countdown { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin: 9px 0 24px; }
.countdown div { background: var(--soft); border: 1px solid #e9edf1; border-radius: 14px; text-align: center; padding: 13px 6px 10px; }
.countdown strong { display:block; font-size: clamp(1.65rem, 4vw, 2.3rem); line-height:1; letter-spacing:-.04em; color:var(--navy-900); font-variant-numeric: tabular-nums; }
.countdown span { display:block; color:#7b8491; font-size:.72rem; text-transform:uppercase; letter-spacing:.08em; margin-top:7px; font-weight:800; }
.countdown-date { display:flex; justify-content:space-between; gap:18px; align-items:center; padding-top:20px; border-top:1px solid var(--line); font-size:.88rem; }
.countdown-date span { color: var(--muted); }
.countdown-date strong { color: var(--navy-900); white-space:nowrap; }
.card-link { display:flex; justify-content:space-between; align-items:center; gap:18px; margin-top:20px; padding-top:19px; border-top:1px solid var(--line); font-weight:900; color:var(--navy-900); text-decoration:none; }
.card-link:hover { color: #0a5fa8; }

.section { padding: 90px 0; }
.section-auction { background: var(--soft); }
.section-heading { display:grid; grid-template-columns: 1.2fr .8fr; gap:60px; align-items:end; margin-bottom:38px; }
.kicker { color: #d87500; display:block; margin-bottom:11px; }
.kicker-light { color: #ffd392; }
.section h2 { font-size: clamp(2rem,4vw,3.5rem); line-height:1.02; letter-spacing:-.04em; margin:0; color:var(--navy-950); }
.section-heading p { color:var(--muted); margin:0; font-size:1.02rem; }
.timeline-grid { display:grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap:16px; }
.timeline-card { display:grid; grid-template-columns:auto 1fr; gap:18px; background:white; border:1px solid #e3e8ed; border-radius:var(--radius); padding:26px; box-shadow:0 7px 24px rgba(19,32,51,.04); }
.timeline-card.featured { border-color:rgba(255,146,0,.45); box-shadow:0 12px 32px rgba(255,146,0,.12); }
.icon-badge { width:42px; height:42px; display:grid; place-items:center; border-radius:12px; background:var(--navy-900); color:white; font-size:.78rem; font-weight:900; }
.featured .icon-badge { background:var(--orange); color:var(--navy-950); }
.timeline-card .label { text-transform:uppercase; letter-spacing:.11em; color:#7a8492; font-size:.7rem; font-weight:900; }
.timeline-card h3 { margin:4px 0 6px; font-size:1.15rem; color:var(--navy-900); }
.timeline-card p { margin:0; color:var(--muted); font-size:.94rem; }
.cta-panel { margin-top:28px; background:linear-gradient(135deg,var(--navy-900),var(--navy-950)); color:white; border-radius:28px; padding:38px 42px; display:flex; gap:42px; align-items:center; justify-content:space-between; overflow:hidden; position:relative; }
.cta-panel::after { content:""; position:absolute; width:250px; height:250px; border:50px solid rgba(255,146,0,.14); border-radius:50%; right:-115px; bottom:-160px; }
.cta-panel > * { position:relative; z-index:1; }
.cta-panel h2 { color:white; font-size:clamp(1.8rem,3vw,2.5rem); margin-bottom:10px; }
.cta-panel p { color:#c4d2e2; max-width:700px; margin:0; }

.section-visit { background:white; }
.visit-layout { display:grid; grid-template-columns: .9fr 1.1fr; gap:70px; align-items:center; }
.visit-copy h2 { margin-bottom:22px; }
.address { font-size:1.08rem; color:var(--muted); margin:0; }
.address strong { color:var(--navy-900); font-size:1.3rem; }
.visit-actions { display:flex; align-items:center; gap:20px; flex-wrap:wrap; margin-top:28px; }
.text-link { color:var(--navy-900); font-weight:850; text-decoration:none; }
.text-link:hover { text-decoration:underline; text-underline-offset:4px; }
.visit-note { background:var(--soft-blue); border:1px solid #dbe6f0; border-radius:26px; padding:34px; display:grid; grid-template-columns:auto 1fr; gap:18px; }
.note-icon { width:46px; height:46px; border-radius:14px; background:var(--orange); color:var(--navy-950); display:grid; place-items:center; font-weight:950; font-size:1.25rem; }
.visit-note h3 { margin:0 0 8px; color:var(--navy-900); font-size:1.35rem; }
.visit-note p { margin:0; color:var(--muted); }

.section-about { background:var(--navy-950); color:white; }
.about-grid { display:grid; grid-template-columns: .85fr 1.15fr; gap:90px; }
.section-about h2 { color:white; }
.about-copy { color:#bdcadd; font-size:1.05rem; }
.about-copy p:first-child { margin-top:0; }
.about-copy a { color:white; font-weight:800; text-underline-offset:4px; }
.category-row { display:flex; flex-wrap:wrap; gap:10px; margin-top:42px; padding-top:30px; border-top:1px solid rgba(255,255,255,.12); }
.category-row span { border:1px solid rgba(255,255,255,.14); background:rgba(255,255,255,.05); color:#d4dfeb; border-radius:999px; padding:9px 14px; font-size:.85rem; font-weight:750; }

.section-faq { background:#fbfcfd; }
.faq-layout { display:grid; grid-template-columns:.72fr 1.28fr; gap:80px; align-items:start; }
.faq-intro { position:sticky; top:120px; }
.faq-intro p { color:var(--muted); }
.faq-list { border-top:1px solid var(--line); }
details { border-bottom:1px solid var(--line); }
summary { list-style:none; cursor:pointer; padding:23px 46px 23px 0; position:relative; color:var(--navy-900); font-weight:850; font-size:1.06rem; }
summary::-webkit-details-marker { display:none; }
summary::after { content:"+"; position:absolute; right:2px; top:19px; width:30px; height:30px; display:grid; place-items:center; border-radius:50%; background:var(--soft-blue); color:var(--navy-900); font-size:1.25rem; }
details[open] summary::after { content:"–"; }
details p { color:var(--muted); margin:-4px 0 24px; max-width:760px; }
details a { color:var(--navy-900); font-weight:800; }

.site-footer { background:#061226; color:#b9c5d4; padding:58px 0 92px; }
.footer-grid { display:grid; grid-template-columns:1.2fr .7fr .7fr; gap:50px; align-items:end; }
.footer-brand { display:block; width:180px; }
.footer-brand img { width:180px; }
.site-footer p { max-width:520px; margin:15px 0 0; font-size:.9rem; }
.footer-links { display:grid; gap:8px; font-size:.9rem; }
.footer-links strong { color:white; margin-bottom:4px; }
.footer-links a { color:#d9e2ec; text-underline-offset:3px; }
.footer-meta { display:grid; gap:6px; font-size:.82rem; text-align:right; }

.mobile-cta { display:none; }

@media (max-width: 980px) {
  .desktop-nav { display:none; }
  .hero-layout { grid-template-columns:1fr; gap:40px; }
  .hero-copy { max-width:820px; }
  .countdown-card { max-width:610px; }
  .section-heading, .visit-layout, .about-grid, .faq-layout { grid-template-columns:1fr; gap:34px; }
  .section-heading { align-items:start; }
  .faq-intro { position:static; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-meta { text-align:left; grid-column:1/-1; padding-top:20px; border-top:1px solid rgba(255,255,255,.1); }
}

@media (max-width: 720px) {
  body { padding-bottom:72px; }
  .shell { width:min(calc(100% - 28px),var(--max)); }
  .announcement { font-size:.78rem; }
  .announcement-inner { min-height:46px; gap:.35rem .5rem; }
  .announcement-inner span:not(.pulse) { display:none; }
  .nav-wrap { height:72px; }
  .brand, .brand img { width:128px; }
  .nav-wrap > .button { display:none; }
  .hero { padding:56px 0 62px; }
  .hero h1 { font-size:clamp(2.65rem,13vw,4.2rem); }
  .hero-lead { font-size:1.03rem; }
  .hero-actions { display:grid; }
  .hero-actions .button { width:100%; }
  .countdown-card { padding:24px 18px 22px; border-radius:22px; }
  .countdown { gap:5px; }
  .countdown div { padding:11px 3px 9px; border-radius:11px; }
  .countdown strong { font-size:1.65rem; }
  .countdown-date { align-items:flex-start; flex-direction:column; gap:4px; }
  .section { padding:64px 0; }
  .section-heading { margin-bottom:26px; }
  .timeline-grid { grid-template-columns:1fr; }
  .timeline-card { padding:21px; }
  .cta-panel { padding:28px 22px; display:grid; gap:24px; border-radius:22px; }
  .cta-panel .button { width:100%; white-space:normal; text-align:center; }
  .visit-note { padding:24px 20px; }
  .about-grid { gap:28px; }
  .faq-layout { gap:22px; }
  .footer-grid { grid-template-columns:1fr; gap:30px; }
  .footer-meta { grid-column:auto; }
  .mobile-cta {
    position:fixed; inset:auto 10px 10px; z-index:100; display:flex; align-items:center; justify-content:space-between; gap:12px;
    background:rgba(7,22,45,.96); color:white; border:1px solid rgba(255,255,255,.12); box-shadow:0 12px 36px rgba(0,0,0,.28);
    border-radius:18px; padding:11px 11px 11px 15px; backdrop-filter:blur(16px);
  }
  .mobile-cta div { min-width:0; display:grid; line-height:1.2; }
  .mobile-cta span { font-size:.68rem; color:#aebcd0; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
  .mobile-cta strong { font-size:.9rem; }
  .mobile-cta a { background:var(--orange); color:var(--navy-950); text-decoration:none; font-weight:900; font-size:.8rem; padding:10px 12px; border-radius:11px; white-space:nowrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
}
