:root{--bg:#090505;--bg-soft:#160909;--panel:rgba(28,10,9,0.9);--panel-heavy:rgba(20,8,7,0.95);--panel-light:rgba(52,17,14,0.78);--line:rgba(184,125,56,0.24);--line-strong:rgba(218,170,96,0.64);--gold:#d7a85f;--gold-bright:#f3cc8a;--ink:#220d0b;--crimson:#711913;--crimson-bright:#9e2319;--text:#f5dfb1;--text-soft:rgba(245,223,177,0.72);--shadow:0 28px 80px rgba(0,0,0,0.44)}*{box-sizing:border-box}html{scroll-behavior:smooth;background:#020506}body{margin:0;min-height:100vh;background:radial-gradient(circle at top,rgba(155,39,17,.26),transparent 26%),radial-gradient(circle at 50% 24%,rgba(93,16,13,.22),transparent 28%),linear-gradient(180deg,#1a0a09,#0b0505 48%,#070404);color:var(--text);font-family:Palatino Linotype,Book Antiqua,Georgia,serif;background-color:#020506}a{color:inherit;text-decoration:none}.site-shell{min-height:100vh;border:1px solid rgba(169,113,44,.24);background:linear-gradient(180deg,rgba(255,255,255,.02),transparent 10%)}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:20;justify-content:space-between;gap:24px;padding:16px 4vw;border-bottom:1px solid var(--line);background:linear-gradient(180deg,rgba(10,4,4,.96),rgba(10,4,4,.72)),rgba(10,4,4,.86);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand,.topbar{display:flex;align-items:center}.brand{gap:14px}.brand-mark{width:54px;height:54px;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:50%;color:var(--gold-bright);font-size:1.8rem;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.08),transparent 42%),linear-gradient(180deg,rgba(95,20,16,.65),rgba(17,9,8,.96));box-shadow:inset 0 0 24px rgba(0,0,0,.36)}.brand-copy{display:flex;flex-direction:column;text-transform:uppercase}.brand-copy strong,.button,.eyebrow,.nav,h1,h2,h3{letter-spacing:.05em}.brand-copy strong{color:var(--gold-bright)}.brand-copy small{color:var(--text-soft)}.nav{display:flex;gap:20px;flex-wrap:wrap;color:var(--gold);font-size:.95rem;text-transform:uppercase}.nav a{position:relative;padding-bottom:2px}.nav a:after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:1px;background:var(--line-strong);transform:scaleX(0);transform-origin:left;transition:transform .18s ease}.nav a:focus-visible:after,.nav a:hover:after{transform:scaleX(1)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border:1px solid var(--line-strong);color:var(--gold-bright);background:rgba(17,8,6,.55);text-transform:uppercase;transition:transform .16s ease,background .16s ease,border-color .16s ease;font-size:.76rem}.button:focus-visible,.button:hover{transform:translateY(-1px);background:rgba(44,14,12,.84)}.button--active{background:rgba(67,18,14,.96);border-color:var(--gold)}.button--solid-site{background:linear-gradient(180deg,rgba(216,168,95,.18),rgba(90,24,20,.85)),rgba(54,19,16,.92)}.content{width:min(1240px,calc(100% - 8vw));margin:0 auto}.content--hero{padding-bottom:44px}.hero{padding:80px 0 24px}.hero--centered{margin-top:24px;display:flex;flex-direction:column;align-items:center;text-align:center}.hero-simple{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);grid-gap:24px;gap:24px;align-items:flex-start;padding:52px 0 30px}.homepage-image-hero{min-height:calc(100vh - 120px);display:flex;align-items:flex-end;overflow:hidden;border:1px solid var(--line);background:linear-gradient(180deg,rgba(14,6,5,.12),rgba(14,6,5,.8)),linear-gradient(0deg,rgba(12,6,6,.86),rgba(12,6,6,.22)),url(/lemmie.png) 50% /cover no-repeat;box-shadow:var(--shadow);margin-top:22px}.homepage-image-hero__overlay{width:min(620px,100%);margin:0 0 28px 28px;padding:0}.homepage-image-hero__overlay--centered{margin:0 auto 28px;text-align:center}.homepage-image-hero__totals{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:24px}.hero--centered .lead,.homepage-image-hero__overlay--centered .lead{margin-left:auto;margin-right:auto}.homepage-image-hero__totals article{padding:14px 16px;border:1px solid var(--line);background:rgba(26,10,9,.72)}.homepage-image-hero__totals span{display:block;color:var(--gold);text-transform:uppercase;letter-spacing:.08em}.homepage-image-hero__totals strong{display:block;margin-top:8px;color:var(--gold-bright);font-size:1.8rem}.hero-simple__copy,.hero-simple__crest{border:1px solid var(--line);background:linear-gradient(180deg,rgba(108,24,17,.12),rgba(16,8,7,.92)),rgba(13,7,7,.9);box-shadow:var(--shadow)}.hero-simple__copy{padding:34px}.hero-simple__crest{padding:26px}.hero-simple__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.hero-simple__seal{width:82px;height:82px;display:grid;place-items:center;margin-bottom:18px;border-radius:50%;border:1px solid var(--line-strong);background:radial-gradient(circle at 35% 30%,rgba(255,255,255,.08),transparent 42%),linear-gradient(180deg,rgba(122,26,19,.84),rgba(18,8,7,.96));color:var(--gold-bright);font-size:2.4rem}.hero-simple__crest p:last-child{margin-bottom:0;color:var(--text-soft);line-height:1.7}.summary-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;margin:0 0 46px}.summary-strip article{padding:16px 18px;border:1px solid var(--line);background:linear-gradient(180deg,rgba(108,24,17,.12),rgba(16,8,7,.92)),rgba(13,7,7,.9);box-shadow:var(--shadow)}.summary-strip strong{display:block;margin-top:8px;color:var(--gold-bright);font-size:1.4rem}.hero-monument{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(420px,.94fr);grid-gap:42px;gap:42px;align-items:center;padding:48px 0 26px}.hero-monument__copy{position:relative;z-index:1}.eyebrow{margin:0 0 16px;color:var(--gold);text-transform:uppercase}.hero-monument__eyebrow{margin-bottom:18px}h1{font-size:clamp(2.2rem,4.6vw,4.2rem);line-height:1;text-shadow:0 6px 22px rgba(0,0,0,.38)}h1,h2{margin:0;color:var(--gold-bright);text-transform:uppercase}h2{font-size:clamp(1.25rem,2.2vw,1.9rem)}h3{margin:0;font-size:1.08rem;color:var(--gold-bright);text-transform:uppercase}.lead{max-width:700px;color:var(--text-soft);font-size:.98rem;line-height:1.7}.hero-monument__lead{margin:26px 0 0}.hero-monument__actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.hero-monument__decree{max-width:420px;margin-top:30px;padding:20px 22px;border:1px solid var(--line);background:linear-gradient(180deg,rgba(116,29,20,.18),rgba(20,8,7,.86)),rgba(20,8,7,.86);box-shadow:var(--shadow)}.hero-monument__decree span,.public-record-meta strong,.status-badge,.timeline-item__meta,.value-strip span{display:block;color:var(--gold);text-transform:uppercase;letter-spacing:.08em}.hero-monument__decree strong{display:block;margin-top:8px;color:var(--gold-bright);font-size:1.5rem;text-transform:uppercase}.hero-monument__decree p{margin:12px 0 0;color:var(--text-soft);line-height:1.7}.hero-monument__visual{position:relative;min-height:760px;border:1px solid var(--line);overflow:hidden;background:linear-gradient(180deg,rgba(244,214,173,.16),rgba(244,214,173,.03) 24%,transparent 25%),linear-gradient(180deg,rgba(43,13,10,.22),transparent 35%),radial-gradient(circle at 50% 18%,rgba(255,232,190,.28),transparent 24%),linear-gradient(180deg,rgba(212,193,166,.96),rgba(193,171,140,.95) 35%,rgba(64,28,22,.86) 36%,rgba(23,8,8,.98));box-shadow:var(--shadow)}.hero-monument__visual:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(32,14,12,.34) 1px,transparent 0),linear-gradient(rgba(32,14,12,.18) 1px,transparent 0);background-size:64px 64px;mix-blend-mode:multiply;opacity:.45}.hero-banner{position:absolute;top:72px;width:142px;min-height:420px;padding:34px 22px;border:1px solid rgba(244,202,134,.58);background:linear-gradient(180deg,rgba(120,18,15,.8),rgba(86,14,13,.94)),rgba(90,16,14,.92);color:var(--gold-bright);box-shadow:0 24px 70px rgba(0,0,0,.28)}.hero-banner span{display:block;writing-mode:vertical-rl;-webkit-text-orientation:mixed;text-orientation:mixed;transform:rotate(180deg);margin:0 auto;font-size:1.05rem;line-height:1.35;text-transform:uppercase}.hero-banner--left{left:24px}.hero-banner--right{right:24px}.hero-banner:after{content:"";bottom:22px;width:52px;height:52px;border:1px solid rgba(244,202,134,.75);border-radius:50%;background:rgba(28,10,9,.62)}.hero-banner:after,.hero-banner:before{position:absolute;left:50%;transform:translateX(-50%)}.hero-banner:before{content:"W";bottom:35px;color:var(--gold-bright);z-index:1}.hero-building{position:absolute;inset:54px 90px 112px;display:flex;flex-direction:column;align-items:center}.hero-building__roof{width:min(100%,520px);height:112px;-webkit-clip-path:polygon(50% 0,100% 100%,0 100%);clip-path:polygon(50% 0,100% 100%,0 100%);background:linear-gradient(180deg,rgba(246,232,206,.96),rgba(178,155,124,.96));box-shadow:inset 0 -16px 18px rgba(0,0,0,.1)}.hero-building__columns{width:min(100%,540px);display:grid;grid-template-columns:repeat(6,1fr);grid-gap:18px;gap:18px;padding:0 30px}.hero-building__columns span{height:340px;background:linear-gradient(180deg,rgba(246,232,206,.98),rgba(184,162,132,.94));box-shadow:inset -10px 0 10px rgba(0,0,0,.08)}.hero-building__seal{position:absolute;top:18px;width:124px;height:124px;display:grid;place-items:center;border-radius:50%;border:4px solid rgba(94,58,22,.62);background:radial-gradient(circle at 35% 30%,rgba(255,239,206,.24),transparent 42%),linear-gradient(180deg,rgba(222,188,128,.95),rgba(133,96,40,.94));color:#4c290f;font-size:3.5rem;font-weight:700;box-shadow:0 18px 30px rgba(0,0,0,.18)}.hero-chairman{bottom:0;width:min(100%,430px);height:520px;display:flex;align-items:flex-end;justify-content:center}.hero-chairman,.hero-chairman__halo{position:absolute;left:50%;transform:translateX(-50%)}.hero-chairman__halo{top:48px;width:240px;height:240px;border-radius:50%;border:1px solid rgba(221,170,95,.48);background:radial-gradient(circle,rgba(255,226,184,.34),rgba(145,59,21,.08) 58%,transparent 68%)}.hero-chairman__crest{position:relative;z-index:1;width:338px;height:470px;display:flex;align-items:center;justify-content:center;padding-bottom:66px;border-radius:52% 52% 18% 18%/24% 24% 10% 10%;border:1px solid rgba(221,170,95,.34);background:radial-gradient(circle at 50% 28%,rgba(255,223,176,.18),transparent 22%),linear-gradient(180deg,rgba(31,16,15,.84),rgba(12,7,7,.98) 55%),linear-gradient(90deg,transparent 45%,rgba(167,35,23,.78) 0,rgba(167,35,23,.78) 55%,transparent 0);color:rgba(245,223,177,.16);font-size:15rem;font-weight:700}.hero-chairman__title{position:absolute;bottom:34px;z-index:2;display:flex;flex-direction:column;align-items:center;gap:6px;padding:14px 18px;border:1px solid rgba(221,170,95,.32);background:rgba(18,8,7,.82)}.hero-chairman__title p{margin:0;color:var(--gold);text-transform:uppercase}.hero-chairman__title strong{color:var(--gold-bright);font-size:1.2rem;text-transform:uppercase}.hero-guards span{position:absolute;bottom:38px;width:74px;height:320px;border-radius:38px 38px 12px 12px;background:linear-gradient(180deg,rgba(170,18,17,.92),rgba(76,11,10,.96)),rgba(80,12,11,.95);border:1px solid rgba(221,170,95,.4)}.hero-guards span:before{content:"";position:absolute;left:50%;top:14px;width:48px;height:48px;transform:translateX(-50%);border-radius:50%;background:radial-gradient(circle at 40% 30%,rgba(255,255,255,.15),transparent 40%),linear-gradient(180deg,rgba(176,20,19,.98),rgba(80,11,10,.98));border:1px solid rgba(221,170,95,.4)}.hero-guards span:first-child{left:94px}.hero-guards span:last-child{right:94px}.value-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px;margin:26px 0 70px}.commit-panel,.panel,.value-strip article{border:1px solid var(--line);background:linear-gradient(180deg,rgba(108,24,17,.13),rgba(16,8,7,.9)),rgba(13,7,7,.9);box-shadow:var(--shadow);border-radius:16px}.value-strip article{padding:18px 20px}.value-strip strong{display:block;margin-top:8px;color:var(--gold-bright);text-transform:uppercase;font-size:1.2rem}.section-heading{padding:0 0 24px}.section-heading h2{margin-top:4px}.section-heading--split{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.9fr);grid-gap:28px;gap:28px;align-items:flex-end}.grid{display:grid;grid-gap:24px;gap:24px}.grid--feature{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:66px}.grid--command{grid-template-columns:repeat(5,minmax(0,1fr));margin-bottom:66px}.panel{padding:22px}.panel p{color:var(--text-soft);line-height:1.75}.panel--command h2,.panel--feature h2,.panel__header h2{margin-bottom:12px}.panel--command{display:flex;flex-direction:column;min-height:220px;transition:transform .16s ease,border-color .16s ease,background .16s ease}.panel--command:focus-visible,.panel--command:hover{transform:translateY(-3px);border-color:var(--line-strong);background:linear-gradient(180deg,rgba(126,27,19,.2),rgba(18,8,7,.94)),rgba(13,7,7,.95)}.panel-grid-site{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:24px;gap:24px}.panel--list{min-height:100%}.panel__header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding-bottom:16px;margin-bottom:8px;border-bottom:1px solid rgba(211,157,79,.16)}.sort-row{display:flex;flex-wrap:wrap;gap:8px}.public-record-list{display:flex;flex-direction:column}.public-record-list--compact .public-record-item{padding:12px 0}.public-record-list--compact .public-record-item h2,.public-record-list--compact .public-record-item h3{font-size:.98rem}.public-record-item{display:grid;grid-template-columns:minmax(0,.8fr) minmax(220px,.9fr);grid-gap:18px;gap:18px;align-items:flex-start;padding:14px 0;border-bottom:1px solid rgba(211,157,79,.14)}.public-record-item:last-child{border-bottom:none}.public-record-item h2,.public-record-item h3{margin-bottom:6px}.public-record-item p,.public-record-meta span{margin:0;color:var(--text-soft);line-height:1.65}.public-record-meta{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.commit-panel{padding:22px;margin-bottom:56px}.commit-panel__header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding-bottom:16px;margin-bottom:10px;border-bottom:1px solid rgba(211,157,79,.18)}.commit-panel__header h2{margin-top:4px;font-size:clamp(1.25rem,2.2vw,1.8rem)}.commit-log{display:flex;flex-direction:column}.commit-log--compact .commit-row,.commit-row{padding:12px 0}.commit-row{display:grid;grid-template-columns:100px minmax(0,1fr) 210px;grid-gap:18px;gap:18px;align-items:center;border-bottom:1px solid rgba(211,157,79,.14);transition:background .16s ease,color .16s ease}.commit-row:last-child{border-bottom:none}.commit-row:focus-visible,.commit-row:hover{background:rgba(211,157,79,.04)}.commit-row__sha{color:var(--gold);font-size:.84rem;letter-spacing:.08em;text-transform:uppercase}.commit-row__message{min-width:0;color:var(--text);font-size:.98rem;font-weight:700;line-height:1.45}.commit-row__meta{display:flex;justify-content:flex-end;gap:8px;color:var(--text-soft);font-size:.88rem;white-space:nowrap}.commit-row__dot{color:rgba(244,221,180,.42)}.list-panel{margin-bottom:72px}.public-crypto-form{display:flex;flex-direction:column;gap:14px}.public-crypto-field{display:flex;flex-direction:column;gap:8px}.public-crypto-field span{color:var(--gold);text-transform:uppercase;letter-spacing:.08em;font-size:.84rem}.public-crypto-field input,.public-crypto-field textarea{width:100%;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:rgba(10,6,6,.92);color:var(--text);font:inherit}.public-crypto-error{margin:0;color:#ffb8ac}.public-roster{display:flex;flex-direction:column;border-top:1px solid rgba(211,157,79,.18)}.public-roster__row{display:grid;grid-template-columns:minmax(160px,.75fr) minmax(260px,1.2fr) minmax(0,1.4fr) 120px;grid-gap:18px;gap:18px;align-items:center;padding:18px 0;border-bottom:1px solid rgba(211,157,79,.14)}.public-roster--compact .public-roster__row{grid-template-columns:minmax(160px,.8fr) minmax(180px,.7fr) minmax(0,1.4fr)}.public-roster__cell{min-width:0}.public-roster__cell span{display:inline-block;color:var(--text-soft);line-height:1.6}.public-roster__cell--name span{color:var(--gold-bright);font-size:1.05rem;font-weight:700}.public-roster__cell--role span{color:var(--gold)}.public-roster__cell--notes span{color:rgba(245,223,177,.8)}.public-roster__meta{display:flex;justify-content:flex-end}.public-roster__meta strong{padding:8px 12px;border:1px solid rgba(211,157,79,.3);border-radius:999px;color:var(--gold-bright);background:rgba(93,16,13,.18);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}@media (max-width:1180px){.homepage-image-hero{min-height:720px}.hero-monument,.hero-simple{grid-template-columns:1fr}.hero-monument__visual{min-height:680px}.grid--command{grid-template-columns:repeat(2,minmax(0,1fr))}.panel-grid-site,.section-heading--split{grid-template-columns:1fr}}@media (max-width:900px){.topbar{position:static;flex-direction:column;align-items:stretch}.nav{gap:14px}.hero{padding-top:34px}.hero-monument__visual{min-height:560px}.hero-banner{top:22px;width:92px;min-height:280px;padding:16px 10px}.hero-building{inset:44px 32px 92px}.hero-building__roof{height:70px}.hero-building__columns{gap:10px;padding:0 12px}.hero-building__columns span{height:220px}.hero-chairman{width:280px;height:360px}.hero-chairman__crest{width:250px;height:340px;font-size:10rem}.hero-guards span{width:52px;height:210px}.hero-guards span:first-child{left:32px}.hero-guards span:last-child{right:32px}.homepage-image-hero{min-height:560px;align-items:flex-end}.homepage-image-hero__overlay{margin:0 18px 18px;padding:0}.homepage-image-hero__overlay--centered{margin:0 auto 18px}.grid--command,.grid--feature,.homepage-image-hero__totals,.summary-strip,.value-strip{grid-template-columns:1fr}.commit-panel__header,.panel__header{flex-direction:column;align-items:flex-start}.commit-row,.public-record-item,.public-roster__row{grid-template-columns:1fr;gap:8px}.commit-row__meta{justify-content:flex-start;white-space:normal}.public-roster__meta{justify-content:start}}.site-shell{border:0;background:#020506}.topbar{position:fixed;inset:0 0 auto;min-height:112px;padding:8px 24px;border-bottom:1px solid rgba(190,128,39,.34);background:linear-gradient(180deg,rgba(2,7,8,.98),rgba(2,7,8,.94)),#020506;box-shadow:0 10px 30px rgba(0,0,0,.38)}.brand{min-width:430px;gap:18px}.brand-mark{width:112px;height:112px;object-fit:contain;border:0;color:transparent;background:transparent;box-shadow:none;mix-blend-mode:screen;filter:saturate(1.2) contrast(1.14) drop-shadow(0 0 6px rgba(213,160,42,.28))}.brand-copy strong{color:#c28b2f;font-size:clamp(1rem,1.62vw,1.34rem);letter-spacing:.04em;line-height:1.05}.brand-copy small{color:#c28b2f;font-size:.9rem;letter-spacing:.1em;line-height:1.3}.nav{flex:1 1;justify-content:center;gap:clamp(14px,2.35vw,36px);color:#bd862c;font-size:clamp(.72rem,.9vw,.9rem);line-height:1}.nav a{white-space:nowrap}.button{min-height:44px;min-width:220px;justify-content:space-between;padding:10px 20px;border-color:#aa7728;border-radius:4px;color:#c89436;background:rgba(4,10,11,.72);font-size:1.05rem;letter-spacing:.04em}.button span:last-child{font-size:1.75rem;line-height:.8}.state-home{min-height:100vh;background:#020506}.state-hero{position:relative;height:100vh;min-height:760px;overflow:hidden;display:grid;align-items:flex-end;justify-items:center;padding:112px 24px 0;isolation:isolate;background-color:#020506;background-image:linear-gradient(180deg,rgba(0,0,0,0) 46%,rgba(0,0,0,.5) 72%,rgba(0,0,0,.88)),url(/lemmie-16x9.png);background-position:50%,50%;background-size:100% 100%,cover;background-repeat:no-repeat}.state-hero:before{content:"";position:absolute;inset:112px 0 0;z-index:-1;background:radial-gradient(circle at 50% 44%,rgba(255,220,130,.08),transparent 18%),linear-gradient(90deg,rgba(0,0,0,.38),transparent 17%,transparent 83%,rgba(0,0,0,.38));pointer-events:none}.state-hero__shade{position:absolute;inset:auto 0 0;height:42%;background:linear-gradient(180deg,transparent,rgba(0,0,0,.82) 76%,rgba(0,0,0,.94));pointer-events:none}.state-hero__copy{position:relative;z-index:2;width:min(720px,100%);margin-bottom:122px;text-align:center;color:#d5a64e;text-shadow:0 3px 14px rgba(0,0,0,.84)}.state-creed,.state-hero__button,.state-hero__kicker,.state-hero__subhead{text-transform:uppercase;letter-spacing:.08em}.state-hero__kicker{margin:0 0 6px;font-size:clamp(1.05rem,1.7vw,1.55rem);font-weight:700}.state-hero h1{margin:0;color:#b98a37;font-size:clamp(2.7rem,5vw,5.2rem);line-height:.92;letter-spacing:.02em}.state-hero h1 span{display:block}.state-hero__subhead{display:grid;grid-gap:2px;gap:2px;margin:8px auto 0;color:#d8a94c;font-size:clamp(1rem,1.55vw,1.34rem);font-weight:700;line-height:1.14}.state-hero__subhead span{position:relative;width:-moz-fit-content;width:fit-content;margin:0 auto;color:#e0b456;font-size:clamp(1.7rem,3vw,2.55rem);letter-spacing:.05em}.state-hero__subhead span:after,.state-hero__subhead span:before{content:"";position:absolute;left:12%;right:12%;height:1px;background:rgba(218,174,86,.74)}.state-hero__subhead span:before{top:-5px}.state-hero__subhead span:after{bottom:-5px}.state-hero__decree{max-width:520px;margin:20px auto 10px;color:#d7ab51;font-size:clamp(.98rem,1.2vw,1.22rem);line-height:1.14}.state-hero__button{display:inline-flex;align-items:center;justify-content:space-between;gap:22px;min-width:238px;margin-top:2px;padding:6px 16px 7px;border:1px solid #bb842e;border-radius:3px;background:rgba(0,0,0,.48);color:#d3a149;font-size:1.02rem;font-weight:700;transition:background .16s ease,transform .16s ease,border-color .16s ease}.state-hero__button:focus-visible,.state-hero__button:hover{transform:translateY(-1px);border-color:#e0b456;background:rgba(20,10,4,.76)}.state-hero__button span:last-child{font-size:1.45rem;line-height:.9}.state-creed{position:absolute;inset:auto 0 0;z-index:3;min-height:104px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid rgba(174,127,39,.42);background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.state-creed article{display:grid;grid-template-columns:90px minmax(0,max-content);grid-template-rows:repeat(2,auto);align-content:center;justify-content:center;grid-column-gap:18px;column-gap:18px;min-width:0;padding:8px 18px;color:#b9852e}.state-creed article:not(:last-child){border-right:1px solid rgba(184,132,43,.5)}.state-creed span:not(.state-creed__icon),.state-creed strong{display:block;grid-column:2;font-size:clamp(.84rem,1.3vw,1.2rem);line-height:1.05}.state-creed strong{color:#c79639}.state-creed__icon{position:relative;grid-row:1/span 2;grid-column:1;align-self:center;justify-self:center;width:88px;height:88px;object-fit:contain;mix-blend-mode:screen;filter:saturate(1.25) contrast(1.18) drop-shadow(0 0 8px rgba(213,160,42,.32))}@media (max-width:1160px){.topbar{position:-webkit-sticky;position:sticky;flex-wrap:wrap;min-height:auto}.brand{min-width:320px}.nav{order:3;flex-basis:100%;justify-content:flex-start}.state-hero{padding-top:150px;height:auto;min-height:900px;background-position:50%,50%}.state-hero:before{inset:150px 0 0}}@media (max-width:760px){.topbar{padding:12px 16px}.brand,.button{min-width:0;width:100%}.brand-mark{width:78px;height:78px}.nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px 10px;gap:12px 10px;font-size:.72rem}.nav a{white-space:normal;overflow-wrap:anywhere;line-height:1.25}.state-hero{display:flex;flex-direction:column;justify-content:flex-end;min-height:820px;padding:215px 16px 0;background-position:50%,50%;background-size:100% 100%,cover;overflow:hidden}.state-hero__copy{width:calc(100vw - 32px);margin:auto 0 20px;overflow:hidden}.state-hero h1{font-size:clamp(1.95rem,9.8vw,2.32rem);line-height:.94;letter-spacing:.01em}.state-hero__kicker{font-size:1rem}.state-hero__subhead{max-width:250px;margin-left:auto;margin-right:auto;font-size:.72rem;overflow-wrap:break-word}.state-hero__subhead span{font-size:1.34rem}.state-hero__decree{max-width:300px;font-size:.8rem;line-height:1.3;overflow-wrap:break-word}.state-hero__button{min-width:0;width:min(280px,100%);font-size:.9rem}.state-hero__button span:last-child{font-size:1.2rem}.state-creed{position:relative;inset:auto;grid-template-columns:1fr;width:calc(100% + 32px);margin:0 -16px}.state-creed article{grid-template-columns:52px minmax(0,1fr);justify-content:stretch;padding:10px 24px}.state-creed article:not(:last-child){border-right:0;border-bottom:1px solid rgba(184,132,43,.38)}}