@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700;800&family=Manrope:wght@500;600;700;800&display=swap');

/* Scope the new design to the public page. */
.gold-page {
  --bg: #131310;
  --text: #f5f3e9;
  --text-2: #afaea3;
  --muted: #929388;
  --border: #35362c;
  --input-bg: #191a15;
  --gold-1: #f2d56a;
  --grad: linear-gradient(115deg, #f4d978, #e7bd4c);
  --font: 'Be Vietnam Pro', sans-serif;
  --display: 'Manrope', 'Be Vietnam Pro', sans-serif;
  background: var(--bg);
  color: var(--text);
  font-size: 14px;
  color-scheme: dark;
}
.gold-page::before {
  background: radial-gradient(ellipse at 79% 19%, #6a571a20, transparent 44%), radial-gradient(ellipse at 6% 76%, #4d553212, transparent 38%);
  filter: none;
  animation: none;
  pointer-events: none;
}
.gold-page::after { background-image: radial-gradient(#eee8c809 .7px, transparent .7px); background-size: 7px 7px; opacity: .5; }
.gold-page a { color: inherit; text-decoration: none; }
.gold-page button, .gold-page a, .gold-page summary { -webkit-tap-highlight-color: transparent; }
.gold-page :is(a, button, summary, input, [tabindex]):focus-visible { outline: 2px solid var(--gold-1); outline-offset: 5px; }
.gold-page ::selection { background: #e7bd4c; color: #191a15; }
.gold-shell { position: relative; z-index: 1; width: min(1120px, calc(100% - 96px)); margin: auto; }
.ui-icon { width: 22px; height: 22px; flex-shrink: 0; vertical-align: middle; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 10; background: #f2d56a; color: #131310 !important; padding: 12px 20px; border-radius: 8px; clip-path: inset(50%); }
.skip-link:focus { top: 12px; clip-path: none; }
.site-nav { display: flex; justify-content: space-between; align-items: center; min-height: 98px; border-bottom: 1px solid #eee8c810; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--display); font-size: 22px; font-weight: 800; letter-spacing: -.7px; }
.brand b { color: var(--gold-1); font-weight: 800; }
.brand-dot { color: var(--gold-1); }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; color: #3a2b0c; background: var(--grad); box-shadow: inset 0 0 0 1px #fff5c950; transform: rotate(-7deg); }
.brand-mark svg { width: 23px; height: 23px; stroke-width: 2.2; }
.site-nav nav { display: flex; align-items: center; gap: 30px; font-size: 12px; font-weight: 500; }
.site-nav .nav-guide { color: var(--text-2); }
.site-nav .nav-guide:hover { color: var(--text); }
.nav-cta { display: inline-flex; align-items: center; gap: 14px; padding: 11px 17px; border: 1px solid #e9d48335; border-radius: 9px; background: #ead48108; }
.nav-cta svg { width: 17px; }
.nav-cta:hover { border-color: var(--gold-1); }
.gold-hero { display: grid; grid-template-columns: 1.16fr 1fr; align-items: center; gap: 12px; padding: 52px 0 56px; }
.gold-hero > * { min-width: 0; }
.hero-copy { animation: gold-reveal .7s ease both; }
.eyebrow { display: flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 600; letter-spacing: 2px; color: var(--gold-1); margin-bottom: 20px; }
.tiny-spark svg { width: 17px; height: 17px; }
.hero-copy h1 { font-family: var(--display); font-size: clamp(36px, 4.1vw, 53px); line-height: 1.24; letter-spacing: -2.1px; font-weight: 800; }
.hero-copy h1 > span { color: var(--gold-1); position: relative; white-space: nowrap; }
.hero-copy h1 > span::after { content: ''; position: absolute; bottom: -7px; left: 0; right: 0; height: 7px; border-top: 2px solid #e1ba5080; border-radius: 50%; transform: rotate(-3deg); }
.hero-description { margin-top: 23px; font-size: 13px; line-height: 1.95; color: var(--text-2); }
.hero-link { display: inline-flex; align-items: center; gap: 15px; font-size: 13px; font-weight: 600; margin-top: 23px; }
.hero-link svg { width: 18px; color: var(--gold-1); transition: transform .2s; }
.hero-link:hover svg { transform: translateX(5px); }
.hero-note { display: flex; align-items: center; gap: 7px; margin-top: 24px; color: var(--muted); font-size: 10px; }
.hero-note svg { width: 15px; height: 15px; color: #9ba88a; }

/* Local vector illustration; no remote image assets needed. */
.gold-art { position: relative; height: 354px; isolation: isolate; animation: gold-reveal 1s .1s ease both; }
.art-halo { position: absolute; width: 300px; height: 300px; top: 16px; left: 22%; background: radial-gradient(ellipse, #eac2481c, transparent 66%); filter: blur(20px); z-index: -1; }
.orbit { position: absolute; border: 1px solid #e6ce7420; border-radius: 50%; width: 368px; height: 290px; top: 29px; left: 13%; transform: rotate(-28deg); }
.orbit-two { width: 300px; height: 360px; top: -1px; left: 20%; border-color: #e6ce7410; transform: rotate(-35deg); }
.memory-tile { position: absolute; width: 166px; height: 191px; padding: 7px 7px 26px; background: #ddd8c5; top: 56px; left: 15%; transform: rotate(-17deg); border-radius: 19px; box-shadow: 0 16px 30px #0004; }
.memory-landscape { width: 100%; height: 100%; object-fit: cover; border-radius: 12px; }
.memory-tile > span { position: absolute; bottom: 7px; left: 0; right: 0; text-align: center; font-family: Georgia, serif; font-style: italic; font-size: 11px; color: #615d48; }
.locket-tile { position: absolute; top: 73px; left: 38%; width: 194px; height: 194px; display: flex; align-items: center; justify-content: center; flex-direction: column; background: linear-gradient(140deg, #ffeaa0 1%, #eac657 40%, #c28b28 100%); border: 1px solid #ffeba5; border-radius: 46px; box-shadow: inset 3px 3px 5px #fff8d783, inset -4px -5px 10px #a56b2d70, 13px 25px 40px #0005, 0 0 55px #e6c4470d; transform: rotate(12deg); animation: locket-drift 7s ease-in-out infinite; overflow: hidden; }
.tile-shine { position: absolute; inset: 0; background: linear-gradient(125deg, #fff8d845, transparent 50%); pointer-events: none; }
.locket-tile .locket-heart { width: 104px; height: 104px; stroke: #fff6d7; stroke-width: 1.8; fill: #fff3c514; filter: drop-shadow(0 3px 1px #9d701945); margin-top: 8px; }
.tile-label { font-family: var(--display); color: #775514; font-size: 19px; font-weight: 800; letter-spacing: -.5px; margin-top: 3px; }
.gold-sticker { display: flex; gap: 6px; align-items: center; position: absolute; top: 62px; right: 6%; background: #f8edc9; border: 3px solid #191a15; color: #57411a; border-radius: 8px; padding: 7px 12px; font-family: var(--display); font-size: 12px; font-weight: 800; letter-spacing: 1.5px; transform: rotate(10deg); box-shadow: 0 6px 15px #0003; }
.gold-sticker svg { width: 19px; height: 19px; }
.art-caption { display: flex; align-items: center; gap: 11px; position: absolute; bottom: 52px; left: 12%; background: #27271fd9; backdrop-filter: blur(12px); border: 1px solid #c8b96935; border-radius: 13px; padding: 12px 17px; box-shadow: 0 8px 25px #0003; transform: rotate(-4deg); font-size: 10px; color: var(--text-2); line-height: 1.8; }
.art-caption b { font-weight: 500; color: #eeeade; }
.caption-icon { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid #f0d47540; background: #edcd6410; border-radius: 50%; color: var(--gold-1); }
.caption-icon svg { width: 19px; }
.art-footnote { position: absolute; left: 15%; right: 0; bottom: 0; text-align: center; font-family: var(--display); font-size: 8px; letter-spacing: 2.4px; color: #9e967d; }
.art-star { position: absolute; color: var(--gold-1); }
.star-one { top: 12px; left: 37%; transform: rotate(12deg); }
.star-one svg { width: 31px; height: 31px; }
.star-two { right: 3%; bottom: 65px; transform: rotate(-12deg); }
.star-two svg { width: 22px; height: 22px; }
.art-dot { position: absolute; width: 4px; height: 4px; border-radius: 50%; background: #dec16a; }
.dot-one { top: 92px; left: 7%; }
.dot-two { bottom: 31px; right: 22%; }

.activation-layout { display: grid; grid-template-columns: .83fr 1.3fr; gap: 65px; align-items: start; padding: 24px 0 37px; scroll-margin-top: 24px; animation: gold-reveal .8s .15s ease both; }
.activation-intro { padding-top: 18px; }
.section-kicker { font-size: 9px; letter-spacing: 2px; font-weight: 600; color: #b6b093; }
.activation-intro h2 { font-family: var(--display); font-size: 34px; letter-spacing: -1px; line-height: 1.25; margin-top: 15px; font-weight: 800; }
.activation-intro h2 > span { color: var(--gold-1); }
.activation-intro > p { color: var(--text-2); font-size: 12px; line-height: 1.9; margin-top: 15px; }
.key-note { display: flex; gap: 13px; align-items: flex-start; margin-top: 26px; max-width: 300px; }
.note-icon { display: grid; place-items: center; width: 35px; height: 35px; flex-shrink: 0; border: 1px solid #e9d48323; border-radius: 10px; color: #d1bd77; background: #e6ce7407; }
.note-icon svg { width: 18px; height: 18px; }
.key-note b { font-size: 11px; font-weight: 500; }
.key-note p { font-size: 10px; line-height: 1.8; margin-top: 5px; color: var(--muted); }
.activation-panel { overflow: hidden; background: linear-gradient(115deg, #24251e, #1e1f19); border: 1px solid #e3d69e26; border-radius: 20px; box-shadow: 0 22px 65px #0002, inset 0 1px #fff9d908; }
.user-tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; padding: 9px; border-bottom: 1px solid #ece7c312; background: #16171150; }
.user-tabs button { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 10px 8px; font: 500 12px var(--font); color: var(--text-2); background: transparent; border: 1px solid transparent; border-radius: 10px; cursor: pointer; }
.user-tabs button[aria-selected="true"] { color: var(--gold-1); background: #e9cd6510; border-color: #e9cd6530; box-shadow: inset 0 1px #fff5ca08; }
.user-tabs button:hover { color: var(--text); }
.user-tabs button:focus-visible { outline-offset: -3px; }
.user-tabs .ui-icon { width: 17px; height: 17px; }
.key-lookup-result { margin-top: 22px; padding: 19px; border: 1px solid #e9cd6530; border-radius: 12px; background: #e9cd6506; overflow-wrap: anywhere; }
.key-lookup-result h4 { font: 800 18px var(--display); margin-bottom: 7px; color: var(--gold-1); }
.key-lookup-result p { font-size: 11px; color: var(--text-2); line-height: 1.8; }
.key-lookup-result dl { margin-top: 17px; }
.key-lookup-result dl > div { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 7px 15px; padding-top: 12px; border-top: 1px solid #e9cd651c; }
.key-lookup-result dl > div + div { margin-top: 12px; }
.key-lookup-result dt { font-size: 10px; color: var(--text-2); }
.key-lookup-result dd { font-size: 11px; font-weight: 600; }
.key-lookup-result[data-status="unused"] h4 { color: #b9d5a6; }
.key-lookup-result[data-status="revoked"] h4, .key-lookup-result[data-status="expired"] h4 { color: #efc180; }
.flow-steps { list-style: none; display: flex; gap: 22px; padding: 20px 28px; border-bottom: 1px solid #ece7c312; background: #ffffff02; }
.flow-steps li { display: flex; align-items: center; gap: 8px; white-space: nowrap; color: #97978c; font-size: 10px; }
.flow-steps li:not(:last-child)::after { content: ''; width: 20px; height: 1px; background: #d7d3b929; margin-left: 10px; }
.flow-steps li > span { font-family: var(--display); font-size: 10px; font-weight: 700; display: grid; place-items: center; width: 24px; height: 24px; border: 1px solid #d4ceac25; border-radius: 50%; }
.flow-steps .is-active { color: #f0d983; }
.flow-steps .is-active > span { background: #e2c35f; color: #282418; border-color: #e2c35f; box-shadow: 0 0 14px #e2c35f16; }
.flow-steps .is-complete { color: #b9c8a6; }
.flow-steps .is-complete > span { border-color: #859c64; color: #b9c8a6; }
.panel-content { padding: 25px 28px 18px; }
.form-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.form-heading h3 { font-size: 20px; font-family: var(--display); letter-spacing: -.5px; font-weight: 800; }
.form-heading > svg { width: 23px; height: 23px; color: #dac575; }
.form-description { font-size: 11px; color: var(--text-2); margin: 7px 0 22px; line-height: 1.8; }
.field-label { display: block; font-size: 10px; font-weight: 500; color: #e4e2d6; margin-bottom: 9px; }
.account-row { display: flex; gap: 9px; }
.account-row .input-wrap { min-width: 0; }
.gold-page input { height: 46px; font-size: 12px; padding: 12px 14px; border-radius: 9px; }
.gold-page .input-wrap input { padding-left: 36px; }
.gold-page .input-wrap .pre { color: #c3b983; font-size: 15px; }
.gold-page input:focus { background: #191a15; border-color: #bca350; box-shadow: 0 0 0 3px #ebce6710; }
.gold-page input::placeholder { color: #939387; }
.gold-page input:disabled { opacity: .6; cursor: wait; }
.gold-page .btn { min-height: 46px; border-radius: 9px; padding: 12px 18px; font-size: 11px; font-weight: 600; }
.gold-page .btn.gold { color: #302813; box-shadow: 0 3px 12px #e3b8440d; }
.gold-page .btn.gold:hover:not(:disabled) { box-shadow: 0 6px 22px #e3b84426; }
.gold-page .btn:disabled { transform: none; }
.gold-page .btn svg { width: 17px; height: 17px; }
.gold-page .btn.is-loading::before { content: ''; width: 12px; height: 12px; border: 2px solid currentColor; border-right-color: transparent; border-radius: 50%; animation: gold-spin .8s linear infinite; }
.field-hint { font-size: 9px; color: var(--muted); margin-top: 10px; line-height: 1.8; }
.panel-footnote { display: flex; gap: 7px; justify-content: center; align-items: center; font-size: 9px; color: var(--muted); border-top: 1px solid #ece7c30e; margin-top: 23px; padding-top: 15px; }
.panel-footnote svg { width: 13px; height: 13px; color: #a0a78c; }
.key-section { margin-top: 24px; padding-top: 24px; border-top: 1px solid #ece7c317; animation: gold-reveal .35s ease both; }
.gold-page #key, .gold-page #lookup-key { font-family: var(--display); letter-spacing: 1px; }
.gold-page .alert { font-size: 11px; line-height: 1.8; overflow-wrap: anywhere; }
.gold-page .alert.info { background: #d8c3770d; border-color: #d8c37735; color: #dfcb86; }
.gold-page .result-card { border-radius: 14px; padding: 25px 18px; margin-top: 24px; }
.gold-page .result-icon { width: 57px; height: 57px; font-size: 27px; box-shadow: 0 0 24px #d5b84a26; }
.gold-page .result-title { font-size: 21px; }
.gold-page .result-sub { font-size: 11px; overflow-wrap: anywhere; }
.gold-page .rrow { gap: 15px; text-align: right; }
.gold-page .rrow span { flex-shrink: 0; font-size: 11px; }
.gold-page .rrow b { font-size: 11px; overflow-wrap: anywhere; }
.gold-page .hidden { display: none; }

.quick-guide { border-top: 1px solid #eee8c816; scroll-margin-top: 24px; }
.quick-guide summary { list-style: none; cursor: pointer; padding: 22px 0; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-size: 12px; color: #d5d3c6; }
.quick-guide summary::-webkit-details-marker { display: none; }
.quick-guide summary > span { display: flex; align-items: center; gap: 10px; }
.quick-guide summary svg { width: 18px; height: 18px; color: #cbbb7e; }
.guide-toggle { color: #a9a797; font-size: 10px; }
.plus { font-family: var(--display); font-size: 22px; line-height: 1; font-weight: 500; color: #d2c28d; transition: transform .2s; }
.quick-guide details[open] .plus { transform: rotate(45deg); }
.guide-steps { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; padding: 8px 0 30px; }
.guide-steps li { display: flex; align-items: flex-start; gap: 13px; }
.guide-steps li > span { color: #c3ae66; font-size: 11px; font-family: var(--display); padding-top: 2px; }
.guide-steps h3 { font-size: 11px; font-weight: 500; margin-bottom: 7px; }
.guide-steps p { color: var(--muted); font-size: 10px; line-height: 1.9; }
.gold-footer { border-top: 1px solid #eee8c816; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #96978a; padding: 24px 0 30px; font-size: 9px; }
.footer-brand { display: flex; align-items: center; gap: 7px; font-family: var(--display); font-size: 12px; font-weight: 700; color: #c0bead; }
.footer-brand svg { width: 14px; height: 14px; color: #c9b66d; }
.gold-footer a { display: flex; gap: 8px; align-items: center; color: #bdb596; }
.gold-footer a svg { width: 13px; height: 13px; }

@keyframes gold-reveal { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes locket-drift { 0%, 100% { transform: translateY(0) rotate(12deg); } 50% { transform: translateY(-9px) rotate(9deg); } }
@keyframes gold-spin { to { transform: rotate(360deg); } }

@media (min-width: 1450px) {
  .gold-shell { width: min(1180px, calc(100% - 120px)); }
  .gold-hero { padding-top: 65px; padding-bottom: 65px; }
}
@media (max-width: 1050px) {
  .gold-shell { width: calc(100% - 64px); }
  .gold-hero { grid-template-columns: 1.2fr 1fr; gap: 0; }
  .hero-copy h1 { font-size: 42px; letter-spacing: -1.8px; }
  .gold-art { margin-left: -15px; }
  .orbit { width: 315px; left: 5%; }
  .orbit-two { width: 270px; }
  .locket-tile { left: 33%; }
  .gold-sticker { right: -4%; }
  .activation-layout { gap: 35px; grid-template-columns: .75fr 1.3fr; }
  .activation-intro h2 { font-size: 30px; }
  .flow-steps { gap: 12px; padding: 19px 22px; }
  .flow-steps li:not(:last-child)::after { width: 12px; margin-left: 3px; }
  .panel-content { padding: 23px 22px 17px; }
}
@media (max-width: 800px) {
  .gold-page input { font-size: 16px; }
  .gold-page #key, .gold-page #lookup-key { font-size: 16px; letter-spacing: 0; }
  .gold-shell { width: calc(100% - 40px); max-width: 640px; }
  .site-nav { min-height: 80px; }
  .site-nav nav { gap: 15px; }
  .gold-hero { padding: 40px 0 25px; grid-template-columns: minmax(0, 1fr); text-align: center; }
  .hero-copy h1 { font-size: clamp(36px, 6.4vw, 49px); }
  .eyebrow, .hero-note { justify-content: center; }
  .hero-note { margin-top: 20px; }
  .gold-art { width: 100%; max-width: 420px; margin: 12px auto 0; height: 330px; }
  .orbit { width: 335px; left: 9%; }
  .locket-tile { left: 38%; }
  .gold-sticker { right: 3%; }
  .art-caption { left: 9%; bottom: 35px; text-align: left; }
  .art-footnote { bottom: -3px; left: 0; }
  .activation-layout { grid-template-columns: 1fr; gap: 24px; padding-top: 38px; }
  .activation-intro { padding-top: 0; text-align: center; }
  .activation-intro h2 { font-size: 31px; margin-top: 10px; }
  .activation-intro h2 br { display: none; }
  .activation-intro > p { margin-top: 12px; }
  .activation-intro > p br { display: none; }
  .key-note { display: none; }
  .flow-steps { justify-content: center; gap: 22px; }
  .flow-steps li:not(:last-child)::after { width: 25px; margin-left: 12px; }
  .panel-content { padding: 26px; }
  .gold-footer { flex-wrap: wrap; justify-content: center; gap: 10px 20px; }
  .gold-footer > a { display: none; }
  .guide-steps { gap: 20px; }
}
@media (max-width: 440px) {
  .user-tabs button { font-size: 10px; gap: 6px; }
  .key-lookup-result { padding: 15px; }
  .site-nav .nav-guide { display: none; }
  .brand { font-size: 20px; gap: 9px; }
  .brand-mark { width: 33px; height: 33px; border-radius: 10px; }
  .nav-cta { padding: 9px 12px; gap: 9px; font-size: 10px; }
  .eyebrow { font-size: 8px; letter-spacing: 1.8px; margin-bottom: 17px; }
  .hero-copy h1 { font-size: clamp(30px, 8.7vw, 38px); letter-spacing: -1.4px; line-height: 1.32; }
  .hero-description { font-size: 11px; margin-top: 20px; }
  .hero-link { margin-top: 18px; font-size: 12px; }
  .hero-note { font-size: 9px; }
  .gold-art { height: 296px; margin-top: 5px; }
  .locket-tile { width: 158px; height: 158px; border-radius: 37px; top: 73px; left: 39%; }
  .locket-tile .locket-heart { width: 83px; height: 83px; }
  .tile-label { font-size: 15px; }
  .memory-tile { width: 140px; height: 166px; left: 13%; top: 61px; }
  .orbit { width: 82%; height: 220px; top: 39px; left: 9%; }
  .orbit-two { width: 70%; height: 260px; top: 17px; left: 17%; }
  .art-halo { width: 240px; height: 240px; left: 15%; }
  .gold-sticker { top: 57px; right: 6px; font-size: 10px; padding: 5px 8px; }
  .art-caption { bottom: 27px; left: 3%; font-size: 9px; padding: 9px 12px; }
  .art-footnote { font-size: 7px; letter-spacing: 1.7px; bottom: -4px; }
  .star-one { top: 18px; }
  .star-two { right: 6px; bottom: 47px; }
  .activation-layout { padding-top: 32px; gap: 21px; }
  .activation-intro h2 { font-size: 27px; }
  .activation-intro > p { font-size: 11px; }
  .activation-intro > p br { display: block; }
  .flow-steps { gap: 11px; padding: 17px 14px; }
  .flow-steps li { font-size: 9px; gap: 6px; }
  .flow-steps li > span { width: 22px; height: 22px; font-size: 9px; }
  .flow-steps li:not(:last-child)::after { width: 10px; margin-left: 2px; }
  .panel-content { padding: 22px 18px 17px; }
  .form-heading h3 { font-size: 19px; }
  .form-description { font-size: 10px; }
  .account-row { flex-direction: column; gap: 10px; }
  .gold-page .btn { font-size: 12px; }
  .gold-page input { font-size: 16px; height: 48px; }
  .panel-footnote { font-size: 8px; gap: 5px; }
  .quick-guide summary { font-size: 10px; }
  .guide-toggle { font-size: 9px; }
  .quick-guide summary > span { gap: 7px; }
  .guide-steps { grid-template-columns: 1fr; gap: 20px; }
  .gold-footer { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  .gold-page *, .gold-page *::before, .gold-page *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
