:root {
  --ink: #18151d;
  --muted: #6f6776;
  --paper: #f7f4ee;
  --paper-2: #fffdf8;
  --purple-950: #12051f;
  --purple-900: #1d0734;
  --purple-800: #310b54;
  --purple-700: #4c1177;
  --gold-500: #d9ad42;
  --gold-400: #e7c866;
  --gold-300: #f1dda0;
  --line: rgba(35, 15, 50, .12);
  --radius: 22px;
  --shadow: 0 24px 70px rgba(27, 8, 42, .16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Noto Sans Thai", "Leelawadee UI", Tahoma, Arial, sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 1000; padding: 10px 16px; background: #fff; color: #000; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(18, 5, 31, .9); border-bottom: 1px solid rgba(231, 200, 102, .18); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; color: white; text-decoration: none; line-height: 1.1; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(231, 200, 102, .5); color: var(--gold-400); border-radius: 50%; }
.brand strong { display: block; font-size: 15px; letter-spacing: .08em; }
.brand small { display: block; margin-top: 5px; color: #bfb1c9; font-size: 10px; letter-spacing: .16em; }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a { color: #e9e2ee; font-size: 14px; text-decoration: none; transition: color .2s ease; }
.site-nav a:hover { color: var(--gold-400); }
.menu-toggle { display: none; border: 1px solid rgba(255,255,255,.18); background: transparent; color: white; padding: 8px 12px; border-radius: 10px; }
.hero { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 15% 18%, rgba(117, 43, 159, .32), transparent 34%), radial-gradient(circle at 85% 15%, rgba(227, 182, 67, .12), transparent 24%), linear-gradient(135deg, #10031c 0%, #21063c 48%, #130622 100%); border-bottom: 1px solid rgba(217,173,66,.2); }
.hero::before { content:""; position:absolute; inset:0; opacity:.18; pointer-events:none; background-image: linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 86%); }
.hero::after { content:""; position:absolute; width:520px; height:520px; right:-260px; bottom:-260px; border-radius:50%; border:1px solid rgba(231,200,102,.17); box-shadow: 0 0 0 70px rgba(231,200,102,.025), 0 0 0 140px rgba(231,200,102,.02); }
.hero-glow { position:absolute; border-radius:50%; filter:blur(1px); pointer-events:none; }
.hero-glow-one { width:460px; height:460px; left:-230px; top:80px; border:1px solid rgba(231,200,102,.12); }
.hero-glow-two { width:240px; height:240px; right:22%; top:90px; background:rgba(103,28,139,.14); filter:blur(70px); }
.hero-grid { position:relative; z-index:1; display:grid; grid-template-columns: 1.02fr .98fr; gap:64px; align-items:center; padding:78px 0 48px; }
.eyebrow { color:#c9bcd0; text-transform:uppercase; letter-spacing:.08em; font-size:13px; display:flex; align-items:center; gap:10px; }
.eyebrow span { width:34px; height:1px; background:var(--gold-500); }
.royal-kicker { margin:24px 0 2px; color:var(--gold-300); font-size:20px; font-weight:700; }
.hero h1 { margin:0; font-family: Georgia, "Times New Roman", serif; line-height:.87; letter-spacing:-.04em; font-size:clamp(64px,8vw,118px); font-weight:500; }
.hero h1 em { color:var(--gold-400); font-style:normal; text-shadow:0 5px 24px rgba(217,173,66,.12); }
.hero-thai { margin:28px 0 0; font-size:clamp(19px,2.1vw,26px); line-height:1.48; font-weight:600; }
.royal-name { color:#c9bcd0; margin:18px 0 0; font-size:14px; line-height:1.75; }
.hero-facts { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin:32px 0 0; }
.hero-facts > div { display:flex; gap:13px; align-items:center; border-top:1px solid rgba(255,255,255,.13); padding-top:16px; }
.fact-icon { color:var(--gold-400); font-size:20px; }
.hero-facts small { color:#ae9db8; display:block; font-size:11px; }
.hero-facts strong { display:block; font-size:15px; font-weight:650; }
.hero-actions { display:flex; gap:12px; flex-wrap:wrap; margin-top:30px; }
.btn { display:inline-flex; align-items:center; justify-content:center; gap:14px; min-height:50px; padding:0 22px; border-radius:12px; text-decoration:none; font-size:14px; font-weight:700; transition:transform .2s ease, background .2s ease, border-color .2s ease; }
.btn:hover { transform:translateY(-2px); }
.btn-primary { color:#190726; background:linear-gradient(135deg,var(--gold-300),var(--gold-500)); box-shadow:0 10px 36px rgba(217,173,66,.16); }
.btn-ghost { border:1px solid rgba(255,255,255,.18); color:white; background:rgba(255,255,255,.035); }
.btn-ghost:hover { border-color:rgba(231,200,102,.5); }
.hero-card { min-width:0; }
.poster-frame { padding:8px; background:linear-gradient(135deg,rgba(245,218,125,.8),rgba(92,37,118,.4)); border-radius:20px; box-shadow:0 30px 80px rgba(0,0,0,.35); transform:perspective(1200px) rotateY(-2deg) rotateX(1deg); }
.poster-frame img { border-radius:14px; width:100%; height:auto; background:#2c0c4d; }
.poster-caption { display:flex; align-items:center; gap:9px; padding:15px 6px 0; color:#aa9bb5; font-size:12px; }
.poster-caption strong { margin-left:auto; color:var(--gold-300); letter-spacing:.1em; }

/* Royal trophy hero visual */
.hero-trophy { min-width:0; display:flex; flex-direction:column; align-items:center; justify-content:center; align-self:stretch; }
.trophy-stage { position:relative; width:min(100%, 560px); min-height:620px; display:flex; align-items:flex-end; justify-content:center; isolation:isolate; }
.trophy-stage::before { content:""; position:absolute; z-index:0; width:78%; aspect-ratio:1; left:50%; bottom:7%; transform:translateX(-50%); border-radius:50%; background:radial-gradient(circle, rgba(167,91,226,.22) 0%, rgba(217,173,66,.10) 38%, transparent 72%); filter:blur(24px); }
.trophy-stage::after { content:""; position:absolute; z-index:0; left:12%; right:12%; bottom:1%; height:34px; border-radius:50%; background:rgba(0,0,0,.34); filter:blur(18px); }
.trophy-stage img { position:relative; z-index:1; display:block; width:min(100%, 500px); height:auto; max-height:720px; object-fit:contain; filter:drop-shadow(0 34px 42px rgba(0,0,0,.48)); }
.trophy-caption { width:min(100%, 520px); padding-top:7px; }
.live-dot { width:7px; height:7px; border-radius:50%; background:var(--gold-400); box-shadow:0 0 0 6px rgba(231,200,102,.08); }
.countdown-wrap { position:relative; z-index:2; display:grid; grid-template-columns:1fr auto; gap:24px; align-items:center; border-top:1px solid rgba(255,255,255,.12); padding:24px 0 30px; }
.countdown-label small { display:block; color:#907f9e; letter-spacing:.18em; font-size:10px; }
.countdown-label strong { display:block; margin-top:3px; font-size:16px; }
.countdown { display:flex; gap:12px; align-items:center; }
.countdown > div { min-width:72px; text-align:center; }
.countdown strong { font-family:Georgia,serif; font-size:34px; line-height:1; color:var(--gold-300); font-weight:500; }
.countdown span { display:block; color:#9d8da8; font-size:10px; margin-top:6px; }
.countdown i { color:rgba(255,255,255,.25); font-style:normal; font-size:24px; transform:translateY(-8px); }
.quickbar { background:#fffdf8; border-bottom:1px solid var(--line); }
.quickbar-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.quickbar-grid > div { padding:25px 24px; border-right:1px solid var(--line); }
.quickbar-grid > div:first-child { border-left:1px solid var(--line); }
.quickbar b { display:block; color:var(--purple-800); font-family:Georgia,serif; font-size:20px; }
.quickbar span { display:block; margin-top:3px; color:var(--muted); font-size:12px; }
.section { padding:100px 0; }
.section-heading { max-width:690px; margin-bottom:44px; }
.section-heading.centered { text-align:center; margin-inline:auto; }
.section-label { display:inline-flex; align-items:center; gap:10px; color:var(--purple-700); font-size:11px; font-weight:800; letter-spacing:.16em; }
.section-label::before { content:""; width:28px; height:1px; background:currentColor; }
.section-label.gold { color:var(--gold-400); }
.section-heading h2, .about-grid h2, .venue-copy h2, .registration-box h2 { margin:10px 0 12px; font-family:Georgia,"Times New Roman",serif; color:var(--purple-950); font-size:clamp(40px,5vw,66px); font-weight:500; line-height:1.08; letter-spacing:-.025em; }
.section-heading p { margin:0; color:var(--muted); font-size:16px; }
.event-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.info-card { position:relative; min-height:290px; padding:34px; background:var(--paper-2); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; transition:transform .2s ease, box-shadow .2s ease; }
.info-card:hover { transform:translateY(-4px); box-shadow:var(--shadow); }
.info-card-featured { background:linear-gradient(145deg,#2b0848,#190628); color:white; border-color:rgba(76,17,119,.28); }
.card-number { position:absolute; right:24px; top:18px; color:rgba(47,16,61,.12); font-family:Georgia,serif; font-size:54px; }
.info-card-featured .card-number { color:rgba(255,255,255,.08); }
.card-icon { width:42px; height:42px; display:grid; place-items:center; border-radius:50%; background:rgba(76,17,119,.08); color:var(--purple-700); font-size:20px; }
.info-card-featured .card-icon { background:rgba(231,200,102,.12); color:var(--gold-400); }
.info-card h3 { margin:28px 0 10px; font-size:20px; }
.info-card p { margin:0; color:var(--muted); font-size:14px; }
.info-card-featured p { color:#d5c7de; }
.info-card .big-detail { color:var(--purple-950); font-size:20px; font-weight:750; line-height:1.45; }
.info-card .muted { margin-top:7px; font-size:12px; }
.card-tag { display:inline-flex; margin-top:22px; padding:6px 10px; border-radius:999px; background:rgba(231,200,102,.12); color:var(--gold-300); font-size:10px; font-weight:800; letter-spacing:.09em; }
.card-tag.subtle { background:rgba(76,17,119,.07); color:var(--purple-700); letter-spacing:0; }
.royal-section { position:relative; overflow:hidden; padding:92px 0; color:white; text-align:center; background:radial-gradient(circle at 50% -30%,#5d1d84 0%,#2a0b43 36%,#160622 75%); border-block:1px solid rgba(231,200,102,.2); }
.royal-section::before { content:""; position:absolute; inset:12px; border:1px solid rgba(231,200,102,.16); pointer-events:none; }
.royal-inner { position:relative; z-index:1; max-width:900px; }
.royal-ornament { width:58px; height:58px; display:grid; place-items:center; margin:0 auto 17px; color:var(--gold-300); border:1px solid rgba(231,200,102,.38); border-radius:50%; font-size:24px; }
.royal-section h2 { margin:10px 0 22px; color:var(--gold-300); font-family:Georgia,serif; font-size:clamp(48px,6vw,76px); font-weight:500; }
.royal-section p { color:#d9cbe1; font-size:18px; line-height:1.85; }
.royal-section p strong { color:white; font-weight:650; }
.fine-line { display:flex; align-items:center; justify-content:center; gap:13px; color:var(--gold-500); margin:24px auto; }
.fine-line span { width:140px; height:1px; background:linear-gradient(90deg,transparent,var(--gold-500)); }
.fine-line span:last-child { background:linear-gradient(90deg,var(--gold-500),transparent); }
.fine-line i { font-style:normal; font-size:11px; }
.royal-note { font-size:14px !important; color:#bcaac7 !important; }
.dark-section { color:white; background:#121016; }
.about-grid { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:start; }
.about-grid h2 { color:white; }
.about-grid .lead { color:#ede8ef; font-size:20px; line-height:1.7; }
.about-grid p { color:#9f96a5; font-size:14px; }
.note-box { margin-top:24px !important; padding:18px 20px; border-left:3px solid var(--gold-500); background:rgba(255,255,255,.035); border-radius:0 12px 12px 0; }
.note-box strong { color:var(--gold-300); }
.skill-stack { border-top:1px solid rgba(255,255,255,.11); }
.skill-stack article { display:grid; grid-template-columns:58px 1fr; gap:18px; padding:27px 0; border-bottom:1px solid rgba(255,255,255,.11); }
.skill-stack article > span { font-family:Georgia,serif; color:var(--gold-500); font-size:22px; }
.skill-stack h3 { margin:0 0 4px; font-size:14px; letter-spacing:.08em; }
.skill-stack p { margin:0; font-size:13px; }
.schedule-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.day-card { display:grid; grid-template-columns:150px 1fr; background:var(--paper-2); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; }
.day-date { display:flex; flex-direction:column; justify-content:center; align-items:center; min-height:210px; color:white; background:linear-gradient(160deg,var(--purple-800),var(--purple-950)); }
.day-date strong { font-family:Georgia,serif; color:var(--gold-300); font-size:70px; line-height:1; font-weight:500; }
.day-date span { margin-top:8px; color:#cdbed7; font-size:12px; text-align:center; }
.day-content { padding:34px; align-self:center; }
.status-pill { display:inline-flex; padding:5px 9px; color:var(--purple-700); background:rgba(76,17,119,.08); border-radius:999px; font-size:10px; font-weight:800; letter-spacing:.12em; }
.day-content h3 { margin:12px 0 8px; font-size:21px; }
.day-content p { margin:0; color:var(--muted); font-size:14px; }
.day-content small { display:block; margin-top:18px; color:#948a98; }
.venue-section { padding:0; color:white; background:var(--purple-950); overflow:hidden; }
.venue-grid { display:grid; grid-template-columns:1fr 1fr; min-height:570px; }
.venue-copy { padding:88px 70px 88px 0; align-self:center; }
.venue-copy h2 { color:white; margin-top:12px; }
.venue-copy p { color:#bcaec6; }
.venue-name { font-size:18px; line-height:1.75; }
.venue-name strong { color:white; }
.btn-light { margin-top:18px; color:var(--purple-950); background:white; }
.venue-visual { position:relative; min-height:570px; margin-right:calc((100vw - min(1180px, calc(100vw - 40px))) / -2); background:linear-gradient(145deg,#3e0c62,#20052f); overflow:hidden; }
.venue-visual::before { content:""; position:absolute; inset:0; opacity:.45; background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px); background-size:38px 38px; }
.radar { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); border-radius:50%; border:1px solid rgba(231,200,102,.24); }
.radar-a { width:170px; height:170px; }
.radar-b { width:330px; height:330px; }
.radar-c { width:500px; height:500px; }
.radar-line { position:absolute; left:50%; top:50%; width:240px; height:1px; transform-origin:left center; background:linear-gradient(90deg,rgba(231,200,102,.8),transparent); animation:sweep 7s linear infinite; }
@keyframes sweep { to { transform:rotate(360deg); } }
.pin-core { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:92px; height:92px; display:grid; place-items:center; border-radius:50%; color:var(--purple-950); background:var(--gold-300); box-shadow:0 0 0 16px rgba(231,200,102,.08),0 0 50px rgba(231,200,102,.2); font-weight:900; letter-spacing:.08em; }
.signal { position:absolute; width:10px; height:10px; border-radius:50%; background:white; box-shadow:0 0 0 8px rgba(255,255,255,.06); }
.signal-1 { left:23%; top:29%; }.signal-2 { right:20%; top:36%; }.signal-3 { right:27%; bottom:24%; }
.coords { position:absolute; left:34px; bottom:30px; color:#c2b5ca; font-size:10px; letter-spacing:.18em; line-height:1.7; }
.registration-section { background:#eee9df; }
.registration-box { display:grid; grid-template-columns:1.45fr .55fr; gap:60px; align-items:center; padding:56px 64px; border:1px solid rgba(76,17,119,.12); border-radius:28px; background:#fffdf8; box-shadow:0 30px 70px rgba(26,8,40,.08); }
.registration-box h2 { font-size:clamp(38px,4.7vw,58px); }
.registration-box p { max-width:670px; color:var(--muted); margin-bottom:0; }
.registration-status { display:flex; flex-direction:column; align-items:flex-start; padding:28px; color:white; background:linear-gradient(145deg,#2d0a47,#180523); border-radius:20px; }
.status-icon { width:42px; height:42px; display:grid; place-items:center; color:var(--gold-300); border:1px solid rgba(231,200,102,.3); border-radius:50%; font-size:24px; }
.registration-status small { margin-top:20px; color:#94839f; letter-spacing:.12em; font-size:9px; }
.registration-status strong { margin-top:6px; color:var(--gold-300); font-size:18px; }
.registration-status > span:last-child { margin-top:5px; color:#b8a8c1; font-size:12px; }
.documents-section { background:#fffdf8; }
.doc-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.doc-card { display:flex; align-items:center; gap:16px; min-height:110px; padding:20px; border:1px dashed rgba(76,17,119,.2); border-radius:16px; background:#faf7f1; }
.doc-icon { width:44px; height:44px; display:grid; place-items:center; flex:0 0 44px; color:var(--purple-700); background:rgba(76,17,119,.07); border-radius:10px; font-size:10px; font-weight:900; }
.doc-card strong { display:block; font-size:13px; }
.doc-card small { display:block; margin-top:4px; color:#918892; font-size:11px; }
.contact-section { padding:100px 0; color:white; background:linear-gradient(160deg,#11031c,#25063c); }
.light-heading h2 { color:white; }
.light-heading p { color:#a999b2; }
.contact-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.contact-card { position:relative; display:flex; flex-direction:column; min-height:195px; padding:30px; text-decoration:none; border:1px solid rgba(255,255,255,.11); border-radius:20px; background:rgba(255,255,255,.035); transition:transform .2s ease,border-color .2s ease,background .2s ease; }
.contact-card:hover { transform:translateY(-4px); border-color:rgba(231,200,102,.38); background:rgba(255,255,255,.055); }
.contact-role { color:#b7a7c0; font-size:12px; }
.contact-card strong { margin-top:18px; color:var(--gold-300); font-family:Georgia,serif; font-size:28px; letter-spacing:.06em; }
.contact-card b { margin-top:auto; color:white; font-size:20px; }
.main-site-link { display:flex; justify-content:center; align-items:center; gap:14px; margin-top:34px; color:#a999b2; font-size:13px; }
.main-site-link a { color:var(--gold-300); font-weight:800; text-decoration:none; }
.site-footer { color:#8f8494; background:#0c0810; border-top:1px solid rgba(255,255,255,.06); }
.footer-inner { display:flex; justify-content:space-between; gap:30px; padding:30px 0; }
.footer-inner > div { display:flex; flex-direction:column; gap:4px; }
.footer-inner > div:last-child { text-align:right; }
.footer-inner strong { color:#d7cbdc; font-size:13px; }
.footer-inner span { font-size:11px; }
@media (max-width: 980px) {
  .site-nav { position:absolute; top:74px; left:0; right:0; display:none; flex-direction:column; align-items:stretch; gap:0; padding:10px 20px 18px; background:rgba(18,5,31,.98); border-bottom:1px solid rgba(255,255,255,.08); }
  .site-nav.open { display:flex; }
  .site-nav a { padding:12px 0; border-bottom:1px solid rgba(255,255,255,.06); }
  .menu-toggle { display:block; }
  .hero-grid { grid-template-columns:1fr; gap:44px; padding-top:60px; }
  .hero-copy { max-width:760px; }
  .hero-card { max-width:820px; }
  .quickbar-grid { grid-template-columns:1fr 1fr; }
  .quickbar-grid > div:nth-child(3) { border-left:1px solid var(--line); }
  .quickbar-grid > div:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .event-grid { grid-template-columns:1fr 1fr; }
  .about-grid { grid-template-columns:1fr; gap:50px; }
  .schedule-grid { grid-template-columns:1fr; }
  .venue-grid { grid-template-columns:1fr; }
  .venue-copy { padding:78px 0 50px; }
  .venue-visual { margin:0 calc((100vw - min(1180px, calc(100vw - 40px))) / -2); }
  .registration-box { grid-template-columns:1fr; gap:30px; padding:44px; }
  .doc-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width: 680px) {
  .shell { width:min(100% - 28px,1180px); }
  .nav-wrap { min-height:66px; }
  .site-nav { top:66px; }
  .brand strong { font-size:13px; }
  .brand small { display:none; }
  .hero-grid { padding:44px 0 34px; }
  .eyebrow { font-size:11px; }
  .royal-kicker { font-size:17px; }
  .hero h1 { font-size:clamp(54px,20vw,86px); }
  .hero-thai { font-size:18px; }
  .desktop-break { display:none; }
  .royal-name { font-size:12px; }
  .hero-facts { grid-template-columns:1fr; }
  .hero-actions { flex-direction:column; }
  .btn { width:100%; }
  .poster-frame { padding:5px; border-radius:13px; }
  .poster-frame img { border-radius:9px; }
  .countdown-wrap { grid-template-columns:1fr; }
  .countdown { justify-content:space-between; gap:5px; }
  .countdown > div { min-width:56px; }
  .countdown strong { font-size:28px; }
  .countdown i { font-size:18px; }
  .quickbar-grid { grid-template-columns:1fr; }
  .quickbar-grid > div { border-left:1px solid var(--line); border-bottom:1px solid var(--line); }
  .quickbar-grid > div:last-child { border-bottom:0; }
  .section { padding:72px 0; }
  .event-grid { grid-template-columns:1fr; }
  .info-card { min-height:0; }
  .royal-section { padding:72px 0; }
  .royal-section h2 { font-size:46px; }
  .royal-section p { font-size:16px; }
  .fine-line span { width:70px; }
  .day-card { grid-template-columns:100px 1fr; }
  .day-date strong { font-size:54px; }
  .day-content { padding:25px 22px; }
  .venue-visual { min-height:440px; }
  .radar-c { width:390px; height:390px; }
  .radar-b { width:260px; height:260px; }
  .registration-box { padding:30px 24px; }
  .doc-grid, .contact-grid { grid-template-columns:1fr; }
  .contact-card { min-height:170px; }
  .footer-inner { flex-direction:column; }
  .footer-inner > div:last-child { text-align:left; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; }
}

@media (max-width: 980px) {
  .hero-trophy { justify-content:center; }
  .trophy-stage { min-height:0; width:min(100%, 520px); }
  .trophy-stage img { width:min(82vw, 460px); max-height:none; }
  .trophy-caption { width:min(100%, 500px); }
}
@media (max-width: 640px) {
  .trophy-stage img { width:min(88vw, 390px); }
  .trophy-stage::before { width:85%; }
}
