:root {
  --red: #8c1d2c;
  --red-dark: #610c18;
  --red-deep: #3f0710;
  --cream: #f4efe6;
  --paper: #fbfaf7;
  --ink: #20191a;
  --muted: #716568;
  --line: rgba(75, 37, 42, .16);
  --serif: "Noto Serif SC", "Songti SC", serif;
  --sans: "Source Han Sans SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.narrow { width: min(1000px, calc(100% - 48px)); }

.hero { position: relative; min-height: 820px; color: white; overflow: hidden; background: radial-gradient(circle at 77% 38%, #a92c3a 0, #841522 30%, #650914 67%, #4b0610 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .38; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero::after { content: "E26"; position: absolute; right: -1.5vw; bottom: 28px; color: rgba(255,255,255,.028); font: 900 clamp(250px, 37vw, 560px)/.8 Arial, sans-serif; letter-spacing: -.1em; }
.nav { height: 90px; display: flex; position: relative; z-index: 5; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.18); }
.brand { display: flex; align-items: center; gap: 14px; font-size: 14px; letter-spacing: .14em; font-weight: 600; }
.brand-mark { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; font: 700 14px var(--serif); }
.nav-links { display: flex; align-items: center; gap: 36px; font-size: 13px; }
.nav-links a { opacity: .78; transition: opacity .2s; }
.nav-links a:hover { opacity: 1; }
.nav-links .nav-cta { padding: 11px 18px; opacity: 1; border: 1px solid rgba(255,255,255,.6); }
.hero-grid { display: grid; position: relative; z-index: 2; grid-template-columns: 1.1fr .9fr; align-items: center; min-height: 615px; padding-block: 64px 110px; }
.eyebrow, .section-no { display: inline-flex; align-items: center; gap: 12px; margin: 0 0 28px; color: var(--red); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { color: #e8b9be; }
.eyebrow::before, .section-no::before { content: ""; width: 34px; height: 1px; background: currentColor; }
.hero h1, .section h2 { margin: 0; font-family: var(--serif); }
.hero h1 { font-size: clamp(58px, 7.7vw, 108px); line-height: 1.05; letter-spacing: -.055em; }
.hero h1 em { color: #f1c8cd; font-style: normal; font-size: .55em; letter-spacing: .02em; }
.hero-lead { max-width: 610px; margin: 30px 0 0; color: rgba(255,255,255,.76); font-family: var(--serif); font-size: 17px; line-height: 2; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 42px; }
.button { display: inline-flex; min-height: 54px; padding: 0 24px; align-items: center; justify-content: space-between; gap: 36px; font-size: 14px; font-weight: 600; }
.button-primary { color: var(--red-dark); background: #fff; }
.button-primary span { font-size: 20px; }
.text-link { padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.45); color: rgba(255,255,255,.86); font-size: 13px; }
.text-link span { margin-left: 12px; }
.hero-seal { position: relative; width: min(38vw, 440px); aspect-ratio: 1; justify-self: end; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; }
.orbit-one { inset: 0; }
.orbit-two { inset: 24px; border-style: dashed; animation: turn 50s linear infinite; }
.orbit-one::before, .orbit-one::after { content: "✦"; position: absolute; left: 50%; color: #efc8cc; background: #80121f; transform: translate(-50%, -50%); }
.orbit-one::after { top: 100%; }
.seal-inner { width: 73%; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.78); border-radius: 50%; box-shadow: inset 0 0 0 10px rgba(255,255,255,.05); }
.seal-inner strong { font: 900 clamp(72px, 9vw, 128px)/1 Arial, sans-serif; letter-spacing: -.08em; transform: translateX(-.04em); }
.seal-inner span { font-size: 11px; letter-spacing: .22em; }
.seal-overline { margin-bottom: 14px; }
.seal-rule { width: 60px; height: 1px; margin: 18px 0; background: rgba(255,255,255,.65); }
@keyframes turn { to { transform: rotate(360deg); } }
.deadline-bar { position: absolute; z-index: 4; right: 0; bottom: 0; left: 0; background: rgba(37,0,5,.38); backdrop-filter: blur(10px); border-top: 1px solid rgba(255,255,255,.16); }
.deadline-inner { min-height: 116px; display: flex; align-items: center; justify-content: space-between; }
.deadline-inner > div:first-child { display: grid; grid-template-columns: auto auto; align-items: baseline; column-gap: 18px; }
.deadline-label { font-size: 12px; opacity: .6; letter-spacing: .13em; }
.deadline-inner strong { font: 600 20px var(--serif); }
.countdown { display: flex; align-items: center; gap: 17px; }
.countdown > div { display: flex; align-items: baseline; gap: 6px; }
.countdown b { min-width: 43px; font: 400 40px/1 Georgia, serif; text-align: right; }
.countdown span { color: rgba(255,255,255,.55); font-size: 11px; }
.countdown i { display: block; width: 1px; height: 32px; background: rgba(255,255,255,.2); }

.section { padding: 130px 0; }
.section h2 { font-size: clamp(42px, 5.2vw, 72px); line-height: 1.25; letter-spacing: -.055em; }
.section-lead { max-width: 850px; margin: 42px 0 70px; color: #55494b; font-family: var(--serif); font-size: 20px; line-height: 2; }
.history-summary { display: grid; grid-template-columns: .72fr 1.28fr; gap: 48px; margin: -28px 0 44px; padding: 26px 30px; border-left: 3px solid var(--red); background: #f2ece7; }
.history-summary div { display: flex; flex-direction: column; gap: 7px; }
.history-summary small { color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.history-summary strong { font: 700 18px/1.55 var(--serif); }
.history-summary p { margin: 0; color: #65575a; font-size: 14px; line-height: 1.9; }
.account-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.account-card { position: relative; display: flex; align-items: center; min-height: 142px; padding: 23px; gap: 18px; border: 1px solid var(--line); background: white; }
.account-card.current { color: white; border-color: var(--red); background: var(--red); }
.account-logo { width: 82px; flex: 0 0 82px; aspect-ratio: 1; overflow: hidden; border-radius: 50%; background: #eee; }
.account-logo img { width: 100%; height: 100%; object-fit: cover; }
.account-placeholder { display: grid; place-items: center; color: white; background: transparent; border: 1px dashed rgba(255,255,255,.7); font: 800 23px var(--serif); }
.account-card small { color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.account-card.current small { color: #edc1c6; }
.account-card h3 { margin: 5px 0 7px; font: 700 20px var(--serif); }
.account-card p { margin: 0; color: var(--muted); font-size: 12px; white-space: nowrap; }
.account-card.current p { color: rgba(255,255,255,.72); }
.waiting { position: absolute; right: 14px; bottom: 10px; color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .08em; }
.identity-note { margin: 18px 0 0; color: #8a7e80; font-size: 11px; }

.specs { color: white; background: var(--red-deep); }
.section-heading.split { display: grid; grid-template-columns: 1.1fr .7fr; align-items: end; gap: 70px; }
.section-no.light { color: #db9ca4; }
.section-heading > p { margin: 0 0 6px; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.9; }
.spec-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 80px; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.spec-grid article { position: relative; min-height: 290px; padding: 35px 28px; border-right: 1px solid rgba(255,255,255,.18); }
.spec-grid article:first-child { border-left: 1px solid rgba(255,255,255,.18); }
.spec-grid article > span { color: #c67b84; font: italic 18px Georgia, serif; }
.spec-grid h3 { margin: 65px 0 16px; font: 600 20px var(--serif); }
.spec-grid p { margin: 0; color: rgba(255,255,255,.55); font-size: 13px; line-height: 1.9; }
.spec-grid b { color: white; }
.palette { display: flex; align-items: center; gap: 12px; margin-top: 35px; color: rgba(255,255,255,.65); font-size: 10px; letter-spacing: .12em; }
.palette span:first-child, .palette span:nth-child(2) { width: 22px; height: 22px; border-radius: 50%; }
.color-red { background: #8c1d2c; border: 1px solid rgba(255,255,255,.28); }
.color-white { margin-left: -18px; background: #fff; }
.palette b { margin-left: auto; color: white; font-weight: 500; }

.gallery-section { background: var(--cream); }
.gallery-heading { display: grid; grid-template-columns: 1fr .6fr; gap: 80px; align-items: end; }
.gallery-heading > p { color: #6d6062; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 70px; }
.gallery-card { overflow: hidden; background: white; box-shadow: 0 20px 50px rgba(55,23,28,.07); }
.gallery-image { aspect-ratio: 1; overflow: hidden; background: #ece7df; }
.gallery-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-card:hover img { transform: scale(1.025); }
.gallery-copy { padding: 26px; }
.gallery-copy > span { color: var(--red); font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.gallery-copy h3 { margin: 9px 0 12px; font: 700 22px var(--serif); }
.gallery-copy p { display: -webkit-box; overflow: hidden; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.empty-gallery { grid-column: 1 / -1; min-height: 280px; display: grid; grid-template-columns: 220px 1fr; align-items: center; gap: 55px; padding: 38px 75px; border: 1px dashed rgba(140,29,44,.32); background: rgba(255,255,255,.48); }
.empty-mark { display: grid; width: 180px; aspect-ratio: 1; place-items: center; border: 1px solid rgba(140,29,44,.28); border-radius: 50%; color: rgba(140,29,44,.38); font: 800 42px var(--serif); }
.empty-gallery h3 { margin: 0 0 14px; font: 700 27px var(--serif); }
.empty-gallery p { max-width: 550px; color: var(--muted); line-height: 1.8; }
.empty-gallery a { display: inline-block; margin-top: 12px; padding-bottom: 6px; border-bottom: 1px solid var(--red); color: var(--red); font-size: 13px; }

.submit-section { padding-bottom: 150px; color: white; background: #791320; }
.form-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; align-items: start; }
.form-intro { position: sticky; top: 35px; }
.form-intro h2 { font-size: clamp(44px, 5vw, 68px); }
.form-intro > p { margin: 28px 0 0; color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.9; }
.privacy-badge { display: flex; align-items: center; gap: 13px; margin-top: 42px; padding: 16px; border: 1px solid rgba(255,255,255,.16); }
.privacy-badge > span { font-size: 28px; }
.privacy-badge div { display: flex; flex-direction: column; }
.privacy-badge strong { font-size: 12px; }
.privacy-badge small { margin-top: 4px; color: rgba(255,255,255,.5); font-size: 10px; }
.submission-form { padding: 50px; color: var(--ink); background: var(--paper); box-shadow: 0 30px 80px rgba(32,0,5,.2); }
.submission-form > label, .form-row label { position: relative; display: block; margin-bottom: 30px; }
.submission-form label > span:not(.upload-icon), .form-row label > span { display: block; margin-bottom: 10px; font: 600 13px var(--serif); }
.submission-form label b { color: var(--red); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
input, textarea { width: 100%; border: 1px solid #d8d0ca; border-radius: 0; outline: none; color: var(--ink); background: white; transition: border .2s, box-shadow .2s; }
input { height: 50px; padding: 0 15px; }
textarea { resize: vertical; min-height: 110px; padding: 14px 15px; line-height: 1.7; }
input:focus, textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(140,29,44,.08); }
::placeholder { color: #b1a8a4; }
.counter { position: absolute; right: 10px; bottom: 9px; color: #aaa09c; font-size: 9px; background: rgba(255,255,255,.85); }
.upload-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 5px 0 30px; }
.upload-box { min-height: 184px; display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 0 !important; padding: 18px; border: 1px dashed #b7aaa5; cursor: pointer; text-align: center; transition: border .2s, background .2s; }
.upload-box:hover, .upload-box.has-file { border-color: var(--red); background: #fbf1f1; }
.upload-box input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.upload-icon { display: grid; width: 34px; height: 34px; place-items: center; margin-bottom: 10px; border: 1px solid var(--red); border-radius: 50%; color: var(--red); font-size: 19px; }
.upload-box strong { font: 600 13px var(--serif); }
.upload-box small { margin-top: 7px; color: #918681; font-size: 9px; }
.upload-box em { max-width: 100%; overflow: hidden; margin-top: 15px; padding: 5px 10px; color: var(--red); background: #f1dedf; font-size: 10px; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }
.check { display: grid !important; grid-template-columns: 18px 1fr; align-items: start; gap: 10px; margin-bottom: 13px !important; cursor: pointer; }
.check input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.check > span { display: block !important; width: 18px; height: 18px; margin: 1px 0 0 !important; border: 1px solid #b4aaa5; background: white; }
.check input:checked + span { border-color: var(--red); background: var(--red); box-shadow: inset 0 0 0 4px white; }
.check p { margin: 0; color: #706668; font-size: 11px; line-height: 1.7; }
.form-status { display: none; margin-top: 24px; padding: 14px 16px; font-size: 12px; line-height: 1.7; }
.form-status.success { display: block; color: #24572d; background: #eaf4e9; border-left: 3px solid #3d8249; }
.form-status.error { display: block; color: #721421; background: #fae7e9; border-left: 3px solid var(--red); }
.submit-button { width: 100%; min-height: 62px; display: flex; align-items: center; justify-content: space-between; margin-top: 30px; padding: 0 25px; border: 0; color: white; background: var(--red); cursor: pointer; font-weight: 600; }
.submit-button:disabled { cursor: wait; opacity: .65; }
.submit-button i { font-size: 22px; font-style: normal; }

.vote-section { padding: 100px 0; background: var(--paper); }
.vote-card { position: relative; min-height: 300px; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 55px; overflow: hidden; padding: 55px 70px; color: white; background: var(--red-deep); }
.vote-orbit { width: 180px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; box-shadow: inset 0 0 0 14px rgba(255,255,255,.035); font: 800 38px var(--serif); }
.vote-card span { color: #d4979f; font-size: 10px; letter-spacing: .15em; }
.vote-card h2 { margin: 10px 0 13px; font: 700 34px var(--serif); }
.vote-card p { max-width: 580px; margin: 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.85; }
.soon { align-self: start; padding: 10px 13px; border: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .15em; }

footer { color: rgba(255,255,255,.65); background: #260308; }
.footer-inner { min-height: 150px; display: flex; align-items: center; justify-content: space-between; }
.footer-inner > div { display: flex; align-items: center; gap: 13px; }
.footer-inner b { display: grid; width: 46px; aspect-ratio: 1; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: white; font: 700 14px var(--serif); }
.footer-inner span { font-size: 10px; letter-spacing: .12em; }
.footer-inner p { font: 600 14px var(--serif); }
.footer-inner a { font-size: 10px; }

@media (max-width: 900px) {
  .hero { min-height: 920px; }
  .hero-grid { grid-template-columns: 1fr; min-height: 710px; }
  .hero-seal { position: absolute; width: 330px; right: -70px; bottom: 25px; opacity: .42; }
  .hero-copy { position: relative; z-index: 2; align-self: start; padding-top: 30px; }
  .account-grid, .spec-grid { grid-template-columns: 1fr 1fr; }
  .account-card.current { grid-column: 1 / -1; }
  .spec-grid article:nth-child(odd) { border-left: 1px solid rgba(255,255,255,.18); }
  .spec-grid article { border-bottom: 1px solid rgba(255,255,255,.18); }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .form-layout { grid-template-columns: 1fr; gap: 55px; }
  .form-intro { position: static; }
  .vote-card { grid-template-columns: 160px 1fr; padding: 45px; }
  .vote-orbit { width: 145px; }
  .soon { display: none; }
}

@media (max-width: 620px) {
  .shell, .narrow { width: min(100% - 34px, 1180px); }
  .hero { min-height: 850px; }
  .nav { height: 72px; }
  .brand { font-size: 11px; }
  .brand-mark { width: 38px; height: 38px; font-size: 12px; }
  .nav-links a:not(.nav-cta) { display: none; }
  .nav-links .nav-cta { padding: 9px 13px; font-size: 11px; }
  .hero-grid { min-height: 650px; padding: 45px 0 105px; }
  .hero-copy { padding-top: 0; }
  .eyebrow { margin-bottom: 22px; font-size: 9px; }
  .hero h1 { font-size: 58px; }
  .hero h1 em { display: inline-block; margin-top: 8px; font-size: 30px; }
  .hero-lead { max-width: 92%; margin-top: 24px; font-size: 14px; line-height: 1.9; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; margin-top: 32px; }
  .button { min-height: 50px; }
  .hero-seal { width: 250px; right: -88px; bottom: 70px; }
  .deadline-inner { min-height: 104px; align-items: flex-start; justify-content: center; flex-direction: column; gap: 13px; }
  .deadline-inner > div:first-child { width: 100%; display: flex; justify-content: space-between; }
  .deadline-inner strong { font-size: 15px; }
  .countdown { width: 100%; justify-content: space-between; gap: 8px; }
  .countdown b { min-width: 28px; font-size: 27px; }
  .countdown i { height: 24px; }
  .section { padding: 86px 0; }
  .section-no { margin-bottom: 22px; font-size: 9px; }
  .section h2 { font-size: 39px; }
  .section-lead { margin: 30px 0 45px; font-size: 16px; line-height: 1.85; }
  .account-grid { grid-template-columns: 1fr; }
  .history-summary { grid-template-columns: 1fr; gap: 14px; margin-top: -34px; padding: 22px; }
  .account-card.current { grid-column: auto; }
  .section-heading.split, .gallery-heading { grid-template-columns: 1fr; gap: 28px; }
  .section-heading > p { font-size: 12px; }
  .spec-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .spec-grid article { min-height: auto; padding: 28px 24px 30px; border-left: 1px solid rgba(255,255,255,.18); }
  .spec-grid h3 { margin: 25px 0 12px; }
  .gallery-grid { grid-template-columns: 1fr; margin-top: 45px; }
  .empty-gallery { grid-template-columns: 1fr; gap: 26px; padding: 40px 28px; }
  .empty-mark { width: 120px; }
  .submission-form { width: calc(100% + 10px); margin-left: -5px; padding: 30px 20px; }
  .form-row, .upload-grid { grid-template-columns: 1fr; gap: 0; }
  .upload-grid { gap: 12px; }
  .upload-box { min-height: 160px; }
  .vote-section { padding: 60px 0; }
  .vote-card { grid-template-columns: 1fr; gap: 28px; padding: 36px 26px; }
  .vote-orbit { width: 110px; }
  .vote-card h2 { font-size: 28px; }
  .footer-inner { min-height: 170px; align-items: flex-start; justify-content: center; flex-direction: column; gap: 15px; }
  .footer-inner p { margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .orbit-two { animation: none; }
  * { transition: none !important; }
}
