:root{--forest:#173c32;--forest2:#214a3e;--cream:#f4eddf;--paper:#fbf8f1;--gold:#b89350;--ink:#2c2924;--muted:#756e63}
*{box-sizing:border-box}
html{background:var(--forest);scroll-behavior:smooth}
body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--paper)}
body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.32;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.7' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E")}
.page-shell{min-height:100vh;position:relative;overflow:hidden;padding:54px max(24px,env(safe-area-inset-right)) 32px}
.page-shell:before,.page-shell:after{content:"";position:absolute;border:1px solid rgba(184,147,80,.22);border-radius:50%;z-index:0;pointer-events:none}
.page-shell:before{width:560px;height:560px;right:-360px;top:-240px}
.page-shell:after{width:420px;height:420px;left:-280px;bottom:80px}
.registration-bar,.hero,.tool-grid,footer{position:relative;z-index:1;max-width:1180px;margin-inline:auto}
.registration-bar{display:flex;justify-content:flex-end;margin-bottom:18px}.eoi-button{display:inline-flex;align-items:center;gap:8px;padding:12px 19px;border-radius:999px;background:var(--forest);color:#fff;text-decoration:none;font-size:.88rem;font-weight:800;box-shadow:0 8px 20px rgba(23,60,50,.18);transition:background .2s ease,transform .2s ease}.eoi-button:hover,.eoi-button:focus-visible{background:var(--gold);color:#172e27;transform:translateY(-2px);outline:none}.eoi-button:focus-visible{box-shadow:0 0 0 4px rgba(184,147,80,.25)}
.hero{text-align:center;margin-bottom:44px}
.brand-wrap{display:flex;justify-content:center;align-items:center;margin-bottom:22px;position:relative;min-height:62px}
.brand{width:min(330px,72vw);height:auto;display:block}
.presented-by{position:absolute;right:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:10px;color:#82786a;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase}
.presented-by img{display:block;width:118px;height:auto;object-fit:contain}
.eyebrow{display:flex;align-items:center;justify-content:center;gap:12px;color:var(--gold);font-size:.72rem;font-weight:700;letter-spacing:.3em;margin-bottom:20px}
.eyebrow span{width:34px;height:1px;background:var(--gold)}
h1{margin:0;font-family:Georgia,"Times New Roman",serif;color:var(--forest);font-size:clamp(2.5rem,6vw,5.5rem);font-weight:400;line-height:.98;letter-spacing:-.045em}
h1 em{font-weight:400;color:var(--gold)}
.intro{max-width:570px;margin:24px auto 0;color:var(--muted);font-size:1.05rem;line-height:1.65}
.tool-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.tool-card{min-height:410px;text-decoration:none;color:inherit;padding:27px;border:1px solid rgba(50,62,53,.14);background:rgba(255,255,255,.78);backdrop-filter:blur(8px);display:flex;flex-direction:column;position:relative;overflow:hidden;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease;border-radius:3px}
.tool-card:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:var(--gold);transform:scaleX(.28);transform-origin:left;transition:transform .3s ease}
.tool-card:hover,.tool-card:focus-visible{transform:translateY(-6px);border-color:rgba(184,147,80,.55);box-shadow:0 22px 55px rgba(39,45,39,.13);outline:none}
.tool-card:hover:before,.tool-card:focus-visible:before{transform:scaleX(1)}
.card-top{display:flex;align-items:flex-start;justify-content:space-between}
.number{font-family:Georgia,serif;color:var(--gold);font-size:.85rem;letter-spacing:.15em}
.icon{width:64px;height:64px;border:1px solid rgba(23,60,50,.16);border-radius:50%;display:grid;place-items:center;background:var(--cream)}
.icon svg{width:31px;height:31px;fill:none;stroke:var(--forest);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.card-copy{margin-top:51px}
.kicker{margin:0 0 10px;color:var(--gold);font-size:.72rem;font-weight:800;letter-spacing:.17em}
h2{font-family:Georgia,"Times New Roman",serif;color:var(--forest);font-size:clamp(1.85rem,2.6vw,2.55rem);font-weight:400;line-height:1.05;margin:0 0 17px;letter-spacing:-.03em}
.card-copy>p:last-child{font-size:.96rem;line-height:1.62;color:var(--muted);margin:0}
.open-row{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding:15px 17px;background:var(--forest);border:1px solid var(--forest);border-radius:3px;color:#fff;font-size:.92rem;font-weight:800;box-shadow:0 8px 18px rgba(23,60,50,.15);transition:background .2s ease,color .2s ease,transform .2s ease}
.open-row b{font-size:1.35rem;line-height:1;font-weight:400;transition:transform .2s ease}
.tool-card:hover .open-row,.tool-card:focus-visible .open-row{background:var(--gold);border-color:var(--gold);color:#172e27}
.tool-card:hover .open-row b{transform:translateX(4px)}
footer{text-align:center;color:#877f73;padding:34px 10px 0;font-size:.78rem;line-height:1.6}
footer p{margin:0}.fine{opacity:.7}
@media(max-width:820px){.page-shell{padding-top:38px}.hero{margin-bottom:34px}.tool-grid{grid-template-columns:1fr}.tool-card{min-height:315px;padding:23px}.card-copy{margin-top:32px}.intro{font-size:1rem}.brand{width:min(290px,72vw)}.brand-wrap{flex-direction:column;gap:16px}.presented-by{position:static;transform:none}.presented-by img{width:105px}}
@media(max-width:430px){.page-shell{padding-inline:16px;padding-bottom:24px}.brand-wrap{margin-bottom:17px}.eyebrow{margin-bottom:16px}h1{font-size:2.7rem}.intro{margin-top:18px}.tool-grid{gap:13px}.tool-card{min-height:296px}.icon{width:57px;height:57px}.card-copy{margin-top:27px}h2{font-size:2rem}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
@media(max-width:430px){.registration-bar{justify-content:center;margin-bottom:17px}.eoi-button{width:100%;justify-content:center}}
