@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500;1,600&display=swap');
:root{--green:#173e2e;--deep:#102d22;--gold:#d4b467;--paper:#f7f5ed;--muted:#687168;--line:#dddcd1}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--paper);color:var(--green);font:16px/1.6 'DM Sans',Arial,sans-serif}a{color:inherit}button,input{font:inherit}button,a,input,summary{touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid #ad8130;outline-offset:4px}img{max-width:100%;height:auto}h1,h2,h3,p{margin:0 0 20px}h1,h2,h3{line-height:1.12}h1,h2{font-family:'Playfair Display',Georgia,serif;font-weight:500}h2{font-size:42px}h3{font-family:'Playfair Display',Georgia,serif;font-size:28px}.header{max-width:1440px;margin:auto;padding:24px 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:24px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-size:12px;letter-spacing:1.3px;font-weight:700}.brand img{width:51px;height:57px;object-fit:contain}.brand small{display:block;font-size:10px;font-weight:400;letter-spacing:2px;margin-top:4px}nav{display:flex;gap:30px;align-items:center;font-size:13px}nav a{text-decoration:none}.button{background:var(--green);color:white;border:1px solid var(--green);padding:16px 23px;display:inline-flex;align-items:center;justify-content:space-between;gap:24px;text-decoration:none;font-weight:600;font-size:14px;cursor:pointer;border-radius:3px;line-height:1.5}.button:hover{background:#28543d}.button.small{padding:12px 18px}.button.full{width:100%;margin-top:22px}.hero{max-width:1440px;margin:auto;display:grid;grid-template-columns:1.05fr 1fr;padding:48px 5% 55px;gap:6%;align-items:center}.eyebrow{font-size:10px;font-weight:700;letter-spacing:2px;line-height:1.6}.dot{display:inline-block;width:7px;height:7px;background:#779062;border-radius:50%;margin-right:7px}.edition{font-size:10px;letter-spacing:2px;margin:38px 0 16px}.hero h1{font-size:clamp(48px,5.5vw,79px);letter-spacing:-2.8px;margin-bottom:28px}.hero h1 em{font-weight:500;color:#728369}.intro{color:#5d695f;max-width:440px;font-size:15px;line-height:1.8}.hero-actions{display:flex;gap:24px;align-items:center;flex-wrap:wrap;margin:30px 0 45px}.text-link{font-size:13px;text-underline-offset:5px}.hero-facts{display:flex;gap:30px;border-top:1px solid var(--line);padding-top:26px}.hero-facts small,.hero-facts strong,.hero-facts span{display:block}.hero-facts small{font-size:9px;letter-spacing:1.8px;margin-bottom:9px}.hero-facts strong{font-size:14px}.hero-facts span{font-size:11px;color:var(--muted)}.hero-art{background:var(--deep);padding:10px 10px 0;border-radius:150px 150px 4px 4px;overflow:hidden;box-shadow:0 18px 40px #193d2517}.hero-art img{display:block;width:100%;border-radius:140px 140px 0 0}.art-caption{display:flex;justify-content:space-between;font-size:8px;letter-spacing:1.5px;color:var(--gold);padding:14px 8px}.fee-strip{padding:37px max(5%,calc((100vw - 1296px)/2));background:var(--green);color:#f5f2e5;display:flex;gap:36px;justify-content:space-between;align-items:center}.fee-strip .eyebrow{color:var(--gold);margin-bottom:10px}.fee-strip h2{font-size:27px;margin:0}.fee-strip>p{font-size:13px;line-height:2.2;margin:0}.fee-strip p span{padding:0 10px;color:var(--gold)}.price{white-space:nowrap;font-size:18px}.price strong{font-family:Georgia,serif;font-size:53px;font-weight:400;line-height:1}.price small{display:block;font-size:9px;letter-spacing:2px;text-align:center}.section{max-width:1440px;margin:auto;padding:85px 5%}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:30px}.section-heading>p{color:var(--muted);font-size:14px}.prizes{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:22px}.prizes article{padding:32px;border:1px solid var(--line);position:relative}.prizes .jackpot{background:#e8ebdb;border-color:#e8ebdb;overflow:hidden}.jackpot>span,.number{font-size:9px;letter-spacing:1.8px;display:block;margin-bottom:26px}.jackpot h3{font-size:29px;margin-bottom:8px}.jackpot>strong{font-family:Georgia,serif;font-size:55px;font-weight:400}.jackpot>p{font-size:10px;letter-spacing:2px}.golf-mark{position:absolute;right:20px;bottom:15px;font-size:105px;opacity:.12}.prizes ul{list-style:none;padding:0;margin:26px 0 0}.prizes li{border-bottom:1px solid var(--line);padding:8px 0;font-size:14px;display:flex;justify-content:space-between}.prizes li b{font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:1px}.prizes article>p{font-size:14px;margin-bottom:12px}.muted{color:var(--muted)}.registration{background:#eeeee4;display:grid;grid-template-columns:1fr 1fr;gap:10%}.registration>div>p{font-size:14px}.deadline{border-left:2px solid #a6ae88;padding-left:18px;margin:30px 0}.deadline small,.deadline strong{display:block}.deadline small{font-size:9px;letter-spacing:2px}.deadline strong{font-size:20px;margin-top:6px}.steps{list-style:none;counter-reset:step;padding:0;margin:35px 0}.steps li{counter-increment:step;position:relative;padding-left:44px;margin-bottom:26px;font-size:14px}.steps li:before{content:'0'counter(step);position:absolute;left:0;top:0;color:#778063;font-family:Georgia,serif;font-size:22px}.steps b,.steps span{display:block}.steps span{font-size:13px;color:var(--muted);max-width:310px;margin-top:4px}.form-card{padding:34px;background:#fffefa;border:1px solid var(--line);border-radius:4px;min-width:0}.form-card h3{font-size:31px}.form-card>.muted{font-size:13px}label{display:block;font-size:12px;font-weight:600;margin:20px 0 7px}input:not([type=checkbox]){width:100%;min-height:48px;border:1px solid #d7d9cd;background:#fffefa;border-radius:3px;padding:10px 13px;color:var(--green);font-size:14px}input[type=file]{font-size:12px}.field-help{font-size:11px;color:var(--muted);display:block;margin:6px 0}.checkbox{display:flex;gap:10px;align-items:start;font-weight:400;font-size:11px;line-height:1.7;margin-top:23px}.checkbox input{margin-top:4px;flex-shrink:0}.fine{font-size:10px;text-align:center;color:var(--muted);margin:13px 0 0}.trap{position:absolute;left:-10000px}.notice{padding:20px;background:#f0f0e4;border-left:3px solid #9d9f70;font-size:14px;margin:0 0 25px;overflow-wrap:anywhere}.notice h3{font-size:25px}.notice p:last-child{margin:0}.notice.error{background:#fff1ed;border-color:#aa482b;color:#79301d}.notice.success{background:#e9f1e4;border-color:#729669}details{border-top:1px solid var(--line);margin-top:24px;padding-top:18px;font-size:12px}summary{cursor:pointer}.poster-section{display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:center}.poster-section>a{max-width:310px;justify-self:center;transform:rotate(-3deg);box-shadow:0 10px 20px #0002}.poster-section img{display:block}.poster-section p:not(.eyebrow){max-width:350px;color:var(--muted)}.contacts{border-top:1px solid var(--line);padding-top:50px;padding-bottom:65px}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:35px}.contact-grid a{text-decoration:none}.contact-grid span,.contact-grid strong{display:block}.contact-grid span{font-size:13px;color:var(--muted);margin-bottom:7px}.contact-grid strong{font-size:18px;font-weight:500}footer{background:var(--deep);color:#d7ddce;padding:25px 5%;display:flex;justify-content:space-between;gap:20px;font-size:10px;letter-spacing:.8px}footer a{font-size:11px}.narrow{max-width:700px;min-height:70vh}.page-title{font-size:55px}.account-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.account h2{font-size:29px;overflow-wrap:anywhere}.account dl{font-size:14px}.account dt{color:var(--muted);font-size:11px;margin-top:20px}.account dd{margin:3px 0;overflow-wrap:anywhere}.bank{background:#f0eee0;padding:22px}.bank small,.bank strong{display:block}.bank strong{font-size:29px;letter-spacing:1px}.bank p{font-size:12px;margin:10px 0 0}.payment-qr{display:block;width:260px;margin:20px auto}.text-button{border:0;background:none;color:var(--green);text-decoration:underline;cursor:pointer}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;font-size:13px}th,td{text-align:left;padding:12px;border-bottom:1px solid var(--line);vertical-align:top}td input{min-width:160px}.admin .button{padding:9px 12px;margin:6px 0;font-size:12px}.admin{max-width:1600px}.stat-row{display:flex;gap:25px;flex-wrap:wrap;margin-bottom:25px}.stat-row strong{font-size:26px}.stat-row span{display:block;font-size:11px}.admin-actions{display:flex;gap:12px;flex-wrap:wrap;margin:20px 0}.admin .form-card{margin:20px 0}.admin input{max-width:400px}
@media(min-width:1600px){.hero h1{font-size:79px}}@media(max-width:1000px){nav{gap:18px}.hero{gap:4%}.hero h1{font-size:53px}.hero-facts{gap:16px}.hero-facts strong{font-size:12px}.hero-actions{gap:16px}.fee-strip{flex-wrap:wrap}.prizes article{padding:24px}.prizes h3{font-size:24px}.jackpot>strong{font-size:43px}.registration{gap:5%}.form-card{padding:25px}}@media(max-width:700px){.header{padding:16px 5%}nav>a:not(.button){display:none}.brand{font-size:10px}.brand small{font-size:8px}.brand img{width:39px;height:44px}.button.small{font-size:11px;padding:10px 12px}.hero{grid-template-columns:1fr;padding-top:32px;gap:35px}.hero h1{font-size:57px;letter-spacing:-2px}.edition{margin-top:28px}.hero-actions{margin-bottom:30px}.hero-facts{justify-content:space-between}.hero-art{border-radius:100px 100px 4px 4px;max-width:440px;justify-self:center}.hero-art img{border-radius:90px 90px 0 0}.fee-strip{gap:24px;padding:32px 5%}.fee-strip>div:first-child{width:100%}.fee-strip>p{font-size:12px}.section{padding:55px 5%}h2{font-size:35px}.section-heading{display:block}.prizes{grid-template-columns:1fr}.prizes article{padding:28px}.jackpot>strong{font-size:60px}.registration{grid-template-columns:1fr;gap:30px}.poster-section{grid-template-columns:1fr;gap:40px}.poster-section>a{max-width:260px}.poster-section>div{text-align:center}.poster-section p{margin-left:auto;margin-right:auto}.contact-grid{grid-template-columns:1fr;gap:24px}footer{flex-wrap:wrap}.account-grid{grid-template-columns:1fr}.page-title{font-size:42px}.bank strong{font-size:26px}.form-card{padding:24px}.account h2{font-size:25px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
