.dg-jubilee {
    --dg-gold: #d5ad48;
    --dg-gold-light: #f3dc95;
    --dg-black: #080808;
    --dg-paper: #f7f3e8;
    --dg-muted: #686258;
    background: var(--dg-black);
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
}

.dg-jubilee-page .entry-header { display: none !important; }
.dg-jubilee-page .site-content > .ast-container { width: 100%; max-width: none; padding: 0; }
.dg-jubilee-page .site-main, .dg-jubilee-page article.page, .dg-jubilee-page .entry-content { margin: 0 !important; padding: 0 !important; }
.dg-jubilee-page .dg-jubilee { width: 100%; max-width: none; }

.dg-jubilee *, .dg-jubilee *::before, .dg-jubilee *::after { box-sizing: border-box; }
.dg-wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.dg-hero {
    position: relative;
    display: flex;
    min-height: 720px;
    align-items: center;
    padding: 100px 0 80px;
    background: radial-gradient(circle at 78% 28%, rgba(213, 173, 72, .24), transparent 33%), linear-gradient(135deg, #050505, #111 55%, #050505);
}

.dg-hero::before {
    position: absolute;
    top: -10%;
    right: 1%;
    color: transparent;
    content: "1";
    font: 900 620px/1 Georgia, serif;
    -webkit-text-stroke: 1px rgba(213, 173, 72, .12);
    pointer-events: none;
}

.dg-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.16fr .84fr; gap: 70px; align-items: center; }
.dg-kicker, .dg-eyebrow { margin: 0; color: var(--dg-gold-light); font-size: 13px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.dg-kicker { display: flex; align-items: center; gap: 12px; }
.dg-kicker::before { width: 42px; height: 1px; background: var(--dg-gold); content: ""; }
.dg-title { margin: 24px 0; font: 500 clamp(56px, 8vw, 112px)/.9 Georgia, serif; letter-spacing: -.045em; }
.dg-title em { display: block; color: var(--dg-gold); font-style: italic; }
.dg-lead { max-width: 650px; margin: 0; color: #e6e1d7; font-size: 20px; line-height: 1.65; }
.dg-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

.dg-button, .dg-submit {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 3px;
    background: linear-gradient(135deg, var(--dg-gold-light), var(--dg-gold));
    box-shadow: 0 14px 35px rgba(213, 173, 72, .18);
    color: #080808 !important;
    cursor: pointer;
    font-weight: 800;
    text-decoration: none !important;
    transition: transform .25s ease, box-shadow .25s ease;
}

.dg-button { padding: 0 26px; }
.dg-button:hover, .dg-submit:hover { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(213, 173, 72, .3); }
.dg-button--ghost { border: 1px solid rgba(255, 255, 255, .28); background: transparent; box-shadow: none; color: #fff !important; }

.dg-prize-card { position: relative; padding: 42px; border: 1px solid rgba(213, 173, 72, .38); border-radius: 18px; background: rgba(255, 255, 255, .055); box-shadow: 0 28px 80px rgba(0, 0, 0, .4); backdrop-filter: blur(16px); }
.dg-spark { color: var(--dg-gold-light); font-size: 54px; }
.dg-card-label { margin: 10px 0 0; color: #c8bea7; font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.dg-prize-card h2 { margin: 8px 0 22px; color: var(--dg-gold-light) !important; font: 500 36px/1.15 Georgia, serif; }
.dg-prize-row { display: flex; gap: 18px; align-items: center; padding: 20px 0; border-top: 1px solid rgba(255, 255, 255, .12); }
.dg-prize-row strong { color: var(--dg-gold); font: 700 30px/1 Georgia, serif; }
.dg-prize-row span { color: #eee; }
.dg-card-date { margin: 20px 0 0; color: #c7beaa; font-size: 14px; }

.dg-section { padding: 100px 0; }
.dg-light { background: var(--dg-paper); color: #151515; }
.dg-dark { background: #101010; }
.dg-dark .dg-heading { color: #fff !important; }
.dg-light .dg-eyebrow { color: #947122; }
.dg-heading { margin: 14px 0 22px; font: 500 clamp(38px, 5vw, 66px)/1.02 Georgia, serif; letter-spacing: -.03em; }
.dg-intro { max-width: 700px; margin: 0; color: var(--dg-muted); font-size: 18px; line-height: 1.7; }
.dg-dark .dg-intro { color: #bdb7aa; }

.dg-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 52px; }
.dg-step { min-height: 240px; padding: 34px; border: 1px solid #e2dac5; background: #fff; box-shadow: 0 16px 42px rgba(40, 32, 12, .06); transition: transform .25s ease, border-color .25s ease; }
.dg-step:hover { transform: translateY(-5px); border-color: var(--dg-gold); }
.dg-step > span { color: var(--dg-gold); font: italic 42px Georgia, serif; }
.dg-step h3 { margin: 24px 0 12px; font: 600 23px Georgia, serif; }
.dg-step p { margin: 0; color: #686258; line-height: 1.65; }

.dg-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.dg-fact-list { display: grid; gap: 0; }
.dg-fact { display: flex; gap: 16px; padding: 18px 0; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.dg-fact b { color: var(--dg-gold); }
.dg-fact span { color: #bbb; }
.dg-fact strong { display: block; margin-bottom: 4px; color: #fff; }
.dg-note { margin: 24px 0 0; padding: 26px 28px; border-left: 3px solid var(--dg-gold); background: rgba(213, 173, 72, .08); color: #ddd; line-height: 1.7; }

.dg-form-wrap { max-width: 900px; text-align: center; }
.dg-form-wrap .dg-intro { margin-inline: auto; }
.dg-form { margin-top: 42px; padding: 42px; border: 1px solid #e1d8c0; background: #fff; box-shadow: 0 24px 70px rgba(35, 27, 8, .1); text-align: left; }
.dg-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.dg-form label:not(.dg-check) { display: grid; gap: 9px; color: #2b2924; font-weight: 700; }
.dg-form label small { color: #777066; font-weight: 400; }
.dg-form .dg-full { grid-column: 1 / -1; }
.dg-form input[type="text"], .dg-form input[type="email"], .dg-form input[type="tel"] { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid #cfc7b7; border-radius: 3px; background: #fdfcf8; color: #171612; font: inherit; }
.dg-form input:focus { border-color: #9c7520; outline: 3px solid rgba(213, 173, 72, .2); }
.dg-check { display: flex; gap: 12px; align-items: flex-start; margin-top: 20px; color: #4d4940; font-size: 14px; line-height: 1.55; }
.dg-check input { width: 20px; height: 20px; margin-top: 1px; accent-color: #9d771f; }
.dg-check a, .dg-terms a { color: #765715; font-weight: 700; }
.dg-submit { width: 100%; margin-top: 26px; padding: 0 24px; font-size: 16px; }
.dg-secure { margin: 14px 0 0; color: #706a60; font-size: 13px; text-align: center; }
.dg-honeypot { position: absolute !important; left: -9999px !important; }

.dg-alert, .dg-closed { margin-top: 32px; padding: 18px 20px; border-radius: 3px; text-align: left; }
.dg-alert--success { border: 1px solid #80b38c; background: #edf8ef; color: #245a30; }
.dg-alert--warning { border: 1px solid #d6b85e; background: #fff8df; color: #6a5210; }
.dg-alert--error { border: 1px solid #d59090; background: #fff0f0; color: #752525; }
.dg-closed { border: 1px solid #d1c6a8; background: #fff; color: #39362f; text-align: center; }
.dg-closed h3 { margin: 0 0 8px; font: 600 28px Georgia, serif; }
.dg-closed p { margin: 0; }

.dg-terms { margin-top: 42px; padding-top: 28px; border-top: 1px solid #d8d0bd; color: #625d53; text-align: left; }
.dg-terms summary { color: #171612; cursor: pointer; font-size: 17px; font-weight: 800; }
.dg-terms div { padding-top: 10px; font-size: 14px; line-height: 1.7; }
.dg-terms p { margin: 12px 0; }
.dg-jubilee :focus-visible { outline: 3px solid var(--dg-gold-light); outline-offset: 3px; }

@media (max-width: 900px) {
    .dg-hero { min-height: auto; }
    .dg-hero-grid, .dg-facts { grid-template-columns: 1fr; gap: 44px; }
    .dg-prize-card { max-width: 580px; }
    .dg-steps { grid-template-columns: 1fr; }
    .dg-section { padding: 78px 0; }
    .dg-hero::before { font-size: 420px; }
}

@media (max-width: 600px) {
    .dg-wrap { width: min(100% - 28px, 1160px); }
    .dg-hero { padding: 72px 0 58px; }
    .dg-hero::before { display: none; }
    .dg-title { font-size: 55px; }
    .dg-lead { font-size: 17px; }
    .dg-actions { display: grid; }
    .dg-button { width: 100%; }
    .dg-prize-card { padding: 28px 24px; }
    .dg-section { padding: 64px 0; }
    .dg-step { min-height: 0; padding: 28px; }
    .dg-form { padding: 26px 20px; }
    .dg-form-grid { grid-template-columns: 1fr; }
    .dg-form .dg-full { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
    .dg-jubilee *, .dg-jubilee *::before, .dg-jubilee *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
