:root {
  --ink: #f8f2e8;
  --muted: #c9c0b3;
  --bg: #0c1410;
  --panel: #16221c;
  --panel-2: #1d2a23;
  --gold: #e0bd70;
  --green: #9bc6a9;
  --red: #ef9c8f;
  --line: rgba(224, 189, 112, .23);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.62; }
button, a { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 3000; padding: 10px 14px; background: var(--gold); color: #111; font-weight: 850; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--line); background: rgba(12,20,16,.94); backdrop-filter: blur(14px); }
.header-inner { width: min(1160px, calc(100% - 32px)); min-height: 68px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { text-decoration: none; font-family: Georgia, "Times New Roman", serif; font-size: clamp(19px, 3vw, 25px); }
.header-link { min-height: 44px; display: inline-flex; align-items: center; padding: 9px 15px; border: 1px solid var(--line); border-radius: 8px; color: var(--gold); font-weight: 850; text-decoration: none; }
.hero { border-bottom: 1px solid var(--line); background: radial-gradient(circle at 80% 0%, rgba(224,189,112,.16), transparent 42%); }
.hero-grid { width: min(1160px, calc(100% - 32px)); margin: auto; padding: clamp(44px, 7vw, 82px) 0; display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(30px, 6vw, 72px); align-items: center; }
.eyebrow { margin: 0 0 13px; color: var(--gold); font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.1; }
h1 { margin: 0; max-width: 750px; font-size: clamp(40px, 6.5vw, 70px); font-weight: 500; }
.korean-name { margin: 12px 0 0; color: var(--gold); font-size: 19px; font-weight: 800; }
.hero-copy { max-width: 680px; margin: 22px 0 24px; color: var(--muted); font-size: clamp(16px, 2.2vw, 20px); }
.hero-points { display: flex; flex-wrap: wrap; gap: 9px; margin: 0; padding: 0; list-style: none; }
.hero-points li { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--green); font-size: 12px; font-weight: 800; }
.product-panel { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--panel); box-shadow: 0 24px 75px rgba(0,0,0,.24); }
.product-image { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #101913; }
.product-image img { width: 100%; height: 100%; object-fit: cover; }
.product-badge { position: absolute; left: 14px; top: 14px; padding: 7px 10px; border-radius: 999px; background: rgba(12,20,16,.9); color: var(--gold); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.buy-box { padding: clamp(22px, 4vw, 32px); }
.live-status { min-height: 24px; margin: 0 0 14px; color: var(--green); font-size: 13px; font-weight: 850; }
.live-status.error { color: var(--red); }
.size-label { display: block; margin-bottom: 8px; color: var(--muted); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.size-options { display: flex; flex-wrap: wrap; gap: 9px; }
.size-option { min-height: 48px; min-width: 86px; padding: 10px 15px; border: 1px solid var(--line); border-radius: 9px; background: rgba(12,20,16,.52); color: var(--ink); font-weight: 850; cursor: pointer; }
.size-option[aria-pressed="true"] { border-color: var(--gold); background: rgba(224,189,112,.15); color: var(--gold); box-shadow: inset 0 0 0 1px rgba(224,189,112,.23); }
.buy-row { display: grid; grid-template-columns: 1fr minmax(190px, auto); gap: 14px; align-items: end; margin-top: 22px; }
.live-price { color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 36px; line-height: 1; }
.live-price small { display: block; margin-top: 7px; color: var(--muted); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 11px; }
.add-button { min-height: 52px; padding: 12px 18px; border: 0; border-radius: 9px; background: var(--gold); color: #15110a; font-weight: 900; cursor: pointer; }
.add-button:disabled { background: #6a675e; color: #d5d0c5; cursor: not-allowed; }
.buy-note { margin: 12px 0 0; color: var(--muted); font-size: 11px; }
.buy-error { margin: 10px 0 0; color: var(--red); font-size: 12px; font-weight: 850; }
main { width: min(1080px, calc(100% - 32px)); margin: auto; }
.intro { max-width: 790px; margin: 68px auto 42px; text-align: center; }
.intro h2, .section h2, .faq-section h2 { margin: 0 0 14px; font-size: clamp(31px, 5vw, 47px); font-weight: 500; }
.intro p, .section-lead { color: var(--muted); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.benefit { min-height: 190px; padding: 24px; border-top: 2px solid var(--gold); background: var(--panel); }
.benefit h3 { margin: 0 0 10px; font-size: 23px; }
.benefit p { margin: 0; color: var(--muted); font-size: 14px; }
.section { margin: 76px 0; }
.split { display: grid; grid-template-columns: .82fr 1.18fr; gap: 34px; padding: clamp(28px, 5vw, 48px); border: 1px solid var(--line); border-radius: 18px; background: var(--panel-2); }
.split h2 { margin: 0; }
.check-list { margin: 0; padding-left: 21px; color: var(--muted); }
.check-list li + li { margin-top: 11px; }
.pairing { padding: clamp(30px, 6vw, 58px); border-radius: 18px; background: var(--gold); color: #251d0f; }
.pairing h2 { margin: 0 0 13px; font-size: clamp(31px, 5vw, 48px); }
.pairing p { max-width: 740px; margin: 0 0 23px; }
.pairing-links { display: flex; flex-wrap: wrap; gap: 10px; }
.pairing-links a { min-height: 46px; display: inline-flex; align-items: center; padding: 10px 15px; border-radius: 8px; background: #111a15; color: var(--ink); font-weight: 850; text-decoration: none; }
.faq-section { margin-bottom: 80px; }
.faq { display: grid; gap: 12px; margin-top: 24px; }
details { padding: 18px 20px; border: 1px solid var(--line); border-radius: 10px; background: var(--panel); }
summary { cursor: pointer; font-weight: 850; }
details p { margin: 12px 0 0; color: var(--muted); }
footer { border-top: 1px solid var(--line); padding: 34px 16px 105px; color: var(--muted); text-align: center; font-size: 13px; }
footer a { color: var(--ink); }
.analytics-consent { position: fixed; left: 50%; bottom: 18px; z-index: 2200; width: min(680px, calc(100vw - 28px)); transform: translateX(-50%); padding: 18px; border: 1px solid rgba(224,189,112,.36); border-radius: 12px; background: #17231d; box-shadow: 0 18px 60px rgba(0,0,0,.55); }
.analytics-consent[hidden] { display: none; }
.analytics-consent-inner { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; }
.analytics-consent h2 { margin: 0 0 5px; font-size: 21px; }
.analytics-consent p { margin: 0; color: var(--muted); font-size: 12.5px; }
.analytics-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.analytics-actions button { min-height: 44px; padding: 10px 15px; border: 1px solid var(--gold); border-radius: 8px; background: transparent; color: var(--ink); font-weight: 850; cursor: pointer; }
.analytics-actions .allow { background: var(--gold); color: #111; }
@media (max-width: 820px) {
  .hero-grid, .split { grid-template-columns: 1fr; }
  .product-panel { max-width: 650px; }
  .benefit-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .header-link { padding: 8px 11px; font-size: 12px; }
  .buy-row { grid-template-columns: 1fr; }
  .add-button { width: 100%; }
  .analytics-consent-inner { grid-template-columns: 1fr; }
  .analytics-actions button { flex: 1 1 130px; }
}
