/*
Theme Name: LyraPress
Author: LyraPress
Version: 1.1.9
*/
@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400;0,700;0,900;1,400&family=PT+Serif:ital,wght@0,400;0,700;1,400&family=Public+Sans:wght@400;500;600;700&display=swap');
:root{--griv-bg:#121212;--griv-bg-alt:#1E1E1E;--griv-text:#F4F1EA;--griv-text-2:#A8A39A;--griv-accent:#E8A33D;--griv-accent-light:#2A2418;--griv-accent-dark:#B57B1F;--griv-border:#2C2C2C;--griv-card:#1A1A1A;--griv-f-display:'Alegreya',Georgia,serif;--griv-f-body:'PT Serif',Georgia,serif;--griv-f-ui:'Public Sans',system-ui,sans-serif;--griv-h1:4rem;--griv-h2:2.4rem;--griv-h3:1.5rem;--griv-body:1.15rem;--griv-lh:1.75;--griv-radius:0px;--griv-radius-lg:0px;--griv-shadow:4px 4px 0 #000;--griv-shadow-lg:8px 8px 0 #000;--griv-pad-y:2rem;--griv-t-xxxl:6rem;--griv-t-xxl:3rem;--griv-t-xl:1.5rem;--griv-t-l:1.125rem;--griv-t-m:.875rem;--griv-t-s:.75rem}
*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--griv-bg);color:var(--griv-text);font-family:var(--griv-f-body);font-size:var(--griv-body);line-height:var(--griv-lh)}img{max-width:100%;display:block;filter:saturate(.95) brightness(.92)}a{color:var(--griv-accent);text-decoration:none}a:hover{color:#fff;text-decoration:underline}h1,h2,h3,h4{font-family:var(--griv-f-display);color:var(--griv-text);margin:0 0 1rem;font-weight:900;letter-spacing:-.01em}h1{font-size:clamp(2.6rem,8vw,7rem);line-height:.95}h2{font-size:var(--griv-h2);line-height:1.1}h3{font-size:var(--griv-h3);line-height:1.2}p{margin:0 0 1.1rem}.u-container{max-width:1200px;margin:0 auto;padding:0 1.25rem}.u-label{display:inline-block;background:var(--griv-accent);color:#121212;font-family:var(--griv-f-ui);font-weight:700;letter-spacing:.18em;text-transform:uppercase;font-size:.72rem;padding:.35rem .65rem;line-height:1}.u-kicker{font-family:var(--griv-f-ui);font-weight:700;letter-spacing:.22em;text-transform:uppercase;font-size:.72rem;color:var(--griv-accent)}.u-byline{font-family:var(--griv-f-ui);font-size:.85rem;color:var(--griv-text-2);letter-spacing:.04em}
.griv-top{position:sticky;top:0;z-index:50;background:rgba(18,18,18,.96);border-bottom:1px solid var(--griv-border);backdrop-filter:blur(6px)}.griv-top__row1{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1.25rem;max-width:1280px;margin:0 auto}.griv-top__row2{display:flex;align-items:center;justify-content:center;gap:1.6rem;padding:.55rem 1.25rem;border-top:1px solid var(--griv-border);max-width:1280px;margin:0 auto;transition:max-height .25s ease,opacity .25s ease;overflow:hidden;max-height:60px}.griv-top.is-scrolled .griv-top__row2{max-height:0;opacity:0;padding-top:0;padding-bottom:0;border-top-color:transparent}.griv-brand{display:flex;align-items:center;gap:.5rem}.griv-mark{width:14px;height:14px;background:var(--griv-accent);display:inline-block}.logo{font-family:var(--griv-f-display);font-weight:900;font-size:1.4rem;color:var(--griv-text);letter-spacing:.02em}.griv-nav{display:flex;gap:1.5rem;flex-wrap:wrap}.griv-nav a{color:var(--griv-text);font-family:var(--griv-f-ui);font-weight:500;font-size:.92rem;letter-spacing:.02em}.griv-nav a:hover{color:var(--griv-accent);text-decoration:none}.griv-burger{display:none;background:none;border:1px solid var(--griv-border);color:var(--griv-text);padding:.45rem .7rem;font-family:var(--griv-f-ui);font-weight:600;cursor:pointer}
.c-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.4rem;border:2px solid var(--griv-accent);background:transparent;color:var(--griv-accent);font-family:var(--griv-f-ui);font-weight:700;letter-spacing:.04em;text-transform:uppercase;font-size:.85rem;cursor:pointer;min-height:44px;min-width:120px;box-sizing:border-box;white-space:nowrap;flex-shrink:0;line-height:1.2;transition:all .2s;border-radius:var(--griv-radius)}.c-btn:hover{background:var(--griv-accent);color:#121212;text-decoration:none}.c-btn--primary{background:var(--griv-accent);color:#121212}.c-btn--primary:hover{background:var(--griv-accent-dark);border-color:var(--griv-accent-dark);color:#121212}
.griv-ticker{background:#0a0a0a;border-top:1px solid var(--griv-border);border-bottom:1px solid var(--griv-border);overflow:hidden;padding:.6rem 0;position:relative}.griv-ticker__track{display:inline-flex;gap:2.5rem;white-space:nowrap;animation:griv-scroll 36s linear infinite;will-change:transform}.griv-ticker__track span{font-family:var(--griv-f-ui);font-weight:700;font-size:.78rem;letter-spacing:.22em;text-transform:uppercase;color:var(--griv-text-2)}.griv-ticker__track span strong{color:var(--griv-accent);margin-right:.4rem}@keyframes griv-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){.griv-ticker__track{animation:none}}
.griv-frame{border:1px solid var(--griv-accent);padding:2.4rem;margin:2rem 0}.griv-section{padding:var(--griv-pad-y) 0;border-bottom:1px solid var(--griv-border)}.griv-hero-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.griv-hero-lead{grid-column:span 3;grid-row:span 2;display:flex;flex-direction:column;gap:1rem}.griv-hero-lead figure{margin:0}.griv-hero-lead figcaption{font-family:var(--griv-f-ui);font-size:.78rem;color:var(--griv-text-2);padding-top:.45rem;border-top:1px solid var(--griv-border);margin-top:.45rem}.griv-hero-sub{grid-column:span 1;grid-row:span 2;border-left:1px solid var(--griv-border);padding-left:1.25rem}.griv-hero-sub ol{padding-left:1.25rem;margin:.5rem 0}.griv-hero-sub li{font-family:var(--griv-f-body);margin-bottom:.7rem;font-size:.95rem;line-height:1.5}.griv-hero-sub li strong{color:var(--griv-text);display:block;font-family:var(--griv-f-display);font-weight:700;font-size:1.05rem}.griv-hero h1{font-size:clamp(3rem,7vw,6.5rem);margin:.5rem 0}@media (max-width:900px){.griv-hero-grid{grid-template-columns:1fr}.griv-hero-lead,.griv-hero-sub{grid-column:span 1;grid-row:auto;border-left:0;padding-left:0}}
.griv-section-index{display:grid;grid-template-columns:repeat(4,1fr);gap:.6rem;padding:1.2rem 0}.griv-section-index a{display:block;border:1px solid var(--griv-border);padding:.7rem .9rem;color:var(--griv-text);font-family:var(--griv-f-ui);font-size:.85rem;font-weight:600;letter-spacing:.04em}.griv-section-index a:hover{border-color:var(--griv-accent);color:var(--griv-accent);text-decoration:none}.griv-section-index a span{display:block;font-size:.7rem;color:var(--griv-text-2);font-weight:500;letter-spacing:.15em;text-transform:uppercase;margin-top:.2rem}@media (max-width:900px){.griv-section-index{grid-template-columns:repeat(2,1fr)}}
.griv-body-grid{display:grid;grid-template-columns:300px minmax(0,1fr);gap:2.4rem;align-items:flex-start}.griv-sidebar{position:sticky;top:140px;align-self:flex-start;border-right:1px solid var(--griv-border);padding-right:1.25rem}.griv-sidebar h4{font-family:var(--griv-f-ui);font-size:.75rem;letter-spacing:.22em;text-transform:uppercase;color:var(--griv-accent);border-bottom:1px solid var(--griv-border);padding-bottom:.4rem;margin-bottom:.7rem}.griv-sidebar .sb-block{margin-bottom:1.8rem}.griv-sidebar ul{list-style:none;padding:0;margin:0}.griv-sidebar li{font-family:var(--griv-f-body);font-size:.92rem;margin-bottom:.55rem;line-height:1.45}.griv-sidebar li a{color:var(--griv-text)}.griv-sidebar li a:hover{color:var(--griv-accent);text-decoration:none}.griv-sidebar .sb-meta{display:block;font-family:var(--griv-f-ui);font-size:.7rem;color:var(--griv-text-2);letter-spacing:.06em;margin-top:.15rem}.griv-sidebar .sb-mini-cta{background:var(--griv-accent-light);border-left:3px solid var(--griv-accent);padding:1rem}.griv-sidebar .sb-mini-cta p{font-size:.9rem;margin-bottom:.7rem}.griv-article{max-width:780px}.griv-article p{font-size:1.08rem}@media (max-width:980px){.griv-body-grid{grid-template-columns:1fr}.griv-sidebar{position:static;border-right:0;border-top:1px solid var(--griv-border);padding-right:0;padding-top:1.5rem;order:2}.griv-article{order:1}}
.griv-bulletin{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}.griv-bulletin article{border-top:2px solid var(--griv-accent);padding-top:.8rem}.griv-bulletin h3{font-size:1.15rem;margin-bottom:.4rem}.griv-bulletin p{font-size:.92rem;color:var(--griv-text-2);margin-bottom:0}@media (max-width:900px){.griv-bulletin{grid-template-columns:1fr}}
.griv-highlights{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.griv-highlights article{background:var(--griv-card);border:1px solid var(--griv-border);padding:1.1rem}.griv-highlights h4{font-family:var(--griv-f-display);font-size:1rem;margin-bottom:.4rem;font-weight:700}.griv-highlights p{font-size:.88rem;color:var(--griv-text-2);margin-bottom:0;line-height:1.5}@media (max-width:900px){.griv-highlights{grid-template-columns:1fr 1fr}}
.griv-convo{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start}.griv-convo figure{margin:0;grid-column:span 2}.griv-convo dl{margin:0}.griv-convo dt{font-family:'Public Sans',monospace;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.92rem;color:var(--griv-accent);margin-bottom:.3rem;letter-spacing:.02em}.griv-convo dd{margin:0 0 1.2rem;font-family:var(--griv-f-body);font-style:italic;font-size:1rem;color:var(--griv-text)}@media (max-width:900px){.griv-convo{grid-template-columns:1fr}.griv-convo figure{grid-column:span 1}}
.griv-rail{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.5rem}.griv-rail article{flex:0 0 280px;scroll-snap-align:start;border:1px solid var(--griv-border);padding:1rem;background:var(--griv-card)}.griv-rail h3{font-size:1.05rem;margin-bottom:.4rem}.griv-rail .meta{font-family:var(--griv-f-ui);font-size:.72rem;color:var(--griv-text-2);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.5rem}
.griv-cta{background:var(--griv-accent-light);border-top:4px solid var(--griv-accent);border-bottom:4px solid var(--griv-accent);padding:3rem 0}.griv-cta h2{font-size:clamp(2rem,4vw,3.2rem);max-width:760px}.griv-cta form{display:flex;gap:.6rem;margin-top:1.2rem;max-width:520px;flex-wrap:wrap}.griv-cta input{flex:1;min-width:220px;padding:.85rem 1rem;background:var(--griv-bg);border:2px solid var(--griv-border);color:var(--griv-text);font-family:var(--griv-f-ui);font-size:.95rem}.griv-cta input:focus{outline:none;border-color:var(--griv-accent)}.griv-cta .micro{font-family:var(--griv-f-ui);font-size:.75rem;color:var(--griv-text-2);margin-top:.8rem;letter-spacing:.05em}
.griv-foot{background:#0a0a0a;border-top:1px solid var(--griv-border);padding:1.5rem 0;margin-top:0}.griv-foot__row{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;max-width:1280px;margin:0 auto;padding:0 1.25rem;font-family:var(--griv-f-ui);font-size:.82rem;color:var(--griv-text-2)}.griv-foot__nav{display:flex;gap:.6rem;flex-wrap:wrap}.griv-foot__nav a{color:var(--griv-text-2)}.griv-foot__nav a:hover{color:var(--griv-accent);text-decoration:none}.griv-foot__sep{color:var(--griv-border)}
.griv-pagehero{padding:3rem 0 2rem;border-bottom:1px solid var(--griv-border)}.griv-pagehero .u-container{border:1px solid var(--griv-accent);padding:2.4rem}.griv-pagehero h1{font-size:clamp(2.4rem,6vw,5rem)}
.griv-post-hero{padding:3rem 0 1.5rem;border-bottom:1px solid var(--griv-border)}.griv-post-hero .u-kicker{margin-bottom:.7rem;display:block}.griv-post-hero h1{font-size:clamp(2.4rem,5.5vw,4.6rem);max-width:880px}.griv-post-hero .u-byline{margin-top:.8rem;display:block}.griv-abstract{background:var(--griv-bg-alt);padding:1.5rem;border-left:4px solid var(--griv-accent);font-style:italic;font-family:var(--griv-f-body);font-size:1.08rem;color:var(--griv-text);margin:1.5rem 0}
.griv-post-body{max-width:780px;margin:0 auto;padding:2.4rem 1.25rem 1rem}.griv-post-body h2{font-size:1.9rem;margin-top:2.4rem;margin-bottom:.8rem;border-bottom:1px solid var(--griv-border);padding-bottom:.4rem}.griv-post-body p{font-size:1.08rem}.griv-post-body sup a{font-size:.7em;color:var(--griv-accent);text-decoration:none;font-family:var(--griv-f-ui);font-weight:600;padding:0 .15em}.griv-post-body sup a:hover{text-decoration:underline}.griv-post-body .griv-pull{border-left:3px solid var(--griv-accent);padding:.5rem 0 .5rem 1.2rem;margin:1.5rem 0;font-size:1.15rem;font-style:italic;color:var(--griv-text-2)}.griv-post-body figure{margin:1.8rem 0}.griv-post-body figcaption{font-family:var(--griv-f-ui);font-size:.82rem;color:var(--griv-text-2);padding-top:.5rem;border-top:1px solid var(--griv-border);margin-top:.5rem}.griv-data-table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-family:var(--griv-f-ui);font-size:.95rem}.griv-data-table th,.griv-data-table td{border:1px solid var(--griv-border);padding:.6rem .8rem;text-align:left}.griv-data-table th{background:var(--griv-bg-alt);font-weight:600;letter-spacing:.04em}.griv-refs{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--griv-border)}.griv-refs h2{font-size:1.4rem;border:0}.griv-refs ol{padding-left:2rem;font-family:var(--griv-f-ui);font-size:.9rem;color:var(--griv-text-2);line-height:1.7}.griv-bio{margin-top:2rem;padding:1.4rem;background:var(--griv-bg-alt);border-left:3px solid var(--griv-accent)}.griv-bio h3{font-size:1.1rem;margin-bottom:.4rem}.griv-bio p{font-size:.95rem;color:var(--griv-text-2);margin-bottom:0}
.griv-sidestack{max-width:780px;margin:1.5rem auto 0;padding:0 1.25rem}.griv-sidestack-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:1rem}.griv-sidestack-grid .sb-card{border:1px solid var(--griv-border);padding:1rem;background:var(--griv-card)}.griv-sidestack-grid h4{font-family:var(--griv-f-ui);font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;color:var(--griv-accent);margin-bottom:.6rem}.griv-sidestack-grid li{font-size:.88rem;margin-bottom:.4rem;list-style:none}.griv-sidestack-grid ul{padding:0;margin:0}@media (max-width:780px){.griv-sidestack-grid{grid-template-columns:1fr}}
.griv-related{max-width:980px;margin:2.5rem auto 0;padding:0 1.25rem}.griv-related h3{font-size:.8rem;letter-spacing:.22em;text-transform:uppercase;color:var(--griv-accent);font-family:var(--griv-f-ui);font-weight:700;border-top:1px solid var(--griv-border);padding-top:1rem;margin-bottom:1rem}.griv-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.griv-related-grid article{border:1px solid var(--griv-border);padding:1rem;background:var(--griv-card)}.griv-related-grid h4{font-size:1.05rem;margin-bottom:.4rem;font-family:var(--griv-f-display)}.griv-related-grid .meta{font-family:var(--griv-f-ui);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--griv-text-2);margin-bottom:.5rem}@media (max-width:780px){.griv-related-grid{grid-template-columns:1fr}}
.griv-about-hero{padding:5rem 1.25rem 3rem;max-width:760px;margin:0 auto;text-align:center}.griv-about-hero h1{font-size:clamp(3rem,8vw,6.5rem);line-height:1.05;margin-bottom:1.5rem}.griv-manifesto{max-width:680px;margin:0 auto;font-style:italic;font-family:var(--griv-f-body);font-size:1.15rem;text-align:left;padding:0 1.25rem}.griv-manifesto .sig{display:block;text-align:right;font-family:var(--griv-f-display);font-size:1rem;color:var(--griv-text-2);margin-top:1rem;font-style:normal}.griv-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1100px;margin:3rem auto;padding:0 1.25rem}.griv-pillars article{border:1px solid var(--griv-border);padding:1.5rem;background:var(--griv-card)}.griv-pillars h3{font-size:1.2rem;color:var(--griv-accent);margin-bottom:.6rem}.griv-promises{max-width:780px;margin:0 auto;padding:2rem 1.25rem;counter-reset:promise}.griv-promises li{list-style:none;counter-increment:promise;position:relative;padding-left:3.5rem;margin-bottom:1.4rem}.griv-promises li::before{content:counter(promise,decimal-leading-zero);position:absolute;left:0;top:-.2rem;font-family:var(--griv-f-display);font-size:2rem;font-weight:900;color:var(--griv-accent)}.griv-team{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;max-width:1100px;margin:2rem auto;padding:0 1.25rem}.griv-team article{border:1px solid var(--griv-border);padding:1.2rem;background:var(--griv-card)}.griv-team h3{font-size:1.1rem;margin-bottom:.2rem}.griv-team .role{font-family:var(--griv-f-ui);font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--griv-accent);margin-bottom:.6rem;display:block}.griv-team p{font-size:.92rem;color:var(--griv-text-2);margin:0}@media (max-width:780px){.griv-pillars,.griv-team{grid-template-columns:1fr}}
.griv-contact-wrap{max-width:900px;margin:0 auto;padding:2rem 1.25rem}.griv-progress{height:6px;background:var(--griv-border);margin:1rem 0 2rem;position:relative;overflow:hidden}.griv-progress__bar{position:absolute;left:0;top:0;height:100%;background:var(--griv-accent);width:25%;transition:width .25s ease}.griv-stepnums{display:flex;gap:.6rem;font-family:var(--griv-f-ui);font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--griv-text-2);margin-bottom:.5rem;flex-wrap:wrap}.griv-stepnums span{padding:.25rem .6rem;border:1px solid var(--griv-border)}.griv-stepnums span.is-current{color:var(--griv-accent);border-color:var(--griv-accent)}.griv-step{display:none}.griv-step.is-current{display:block}.griv-step h2{font-size:1.6rem;margin-bottom:1rem}.griv-purpose-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem}.griv-purpose-cards label{display:block;border:1px solid var(--griv-border);padding:1rem;cursor:pointer}.griv-purpose-cards label:hover{border-color:var(--griv-accent)}.griv-purpose-cards input{margin-right:.6rem}.griv-step label{display:block;font-family:var(--griv-f-ui);font-size:.85rem;color:var(--griv-text-2);margin-top:1rem}.griv-step input[type=text],.griv-step input[type=email],.griv-step input[type=tel],.griv-step select,.griv-step textarea{width:100%;padding:.75rem 1rem;background:var(--griv-bg-alt);border:1px solid var(--griv-border);color:var(--griv-text);font-family:var(--griv-f-ui);font-size:.95rem;margin-top:.3rem}.griv-step textarea{min-height:140px;resize:vertical}.griv-step-nav{display:flex;gap:.6rem;margin-top:1.5rem;flex-wrap:wrap}.griv-channels{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:3rem}.griv-channels article{border:1px solid var(--griv-border);padding:1.1rem;background:var(--griv-card)}.griv-channels h3{font-size:.78rem;letter-spacing:.2em;text-transform:uppercase;color:var(--griv-accent);font-family:var(--griv-f-ui);font-weight:700;margin-bottom:.6rem}.griv-channels p{font-size:.95rem;margin-bottom:0}@media (max-width:780px){.griv-channels,.griv-purpose-cards{grid-template-columns:1fr}}
.griv-map{margin-top:2rem;border:1px solid var(--griv-border)}.griv-map iframe{width:100%;height:320px;border:0;display:block}
.griv-success{max-width:1100px;margin:0 auto;padding:5rem 1.25rem}.griv-success-quote{font-family:var(--griv-f-display);font-style:italic;font-size:clamp(3.5rem,12vw,9rem);line-height:.95;text-align:center;padding-block:4rem;position:relative}.griv-success-quote::before{content:'“';color:var(--griv-accent);font-size:1em;line-height:1;display:block}.griv-success-attr{font-family:var(--griv-f-ui);text-align:center;letter-spacing:.18em;text-transform:uppercase;font-size:.85rem;color:var(--griv-text-2);margin-top:-1rem}.griv-success-note{max-width:640px;margin:2rem auto;font-style:italic;font-size:1.1rem;line-height:1.7;text-align:center}.griv-success-weekly{margin-top:3rem}.griv-success-weekly h2{font-family:var(--griv-f-ui);font-size:.8rem;letter-spacing:.22em;text-transform:uppercase;color:var(--griv-accent);text-align:center}.griv-success-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:1.2rem}.griv-success-grid article{border:1px solid var(--griv-border);padding:1rem;background:var(--griv-card)}.griv-success-grid h3{font-size:1rem}.griv-success-links{text-align:center;margin-top:2rem;font-family:var(--griv-f-ui)}.griv-success-links a{margin:0 .8rem}@media (max-width:780px){.griv-success-grid{grid-template-columns:1fr 1fr}}
.griv-404{max-width:640px;margin:0 auto;padding:5rem 1.25rem;font-style:italic;text-align:left}.griv-404 .u-kicker{font-style:normal;display:block;margin-bottom:1rem}.griv-404 h1{font-family:var(--griv-f-display);font-size:clamp(2.6rem,6vw,4rem);font-style:normal;margin-bottom:1.5rem}.griv-404 p{font-size:1.1rem;line-height:1.8}.griv-404 .sig{font-family:'Alegreya',cursive;font-style:italic;font-size:1.15rem;margin-top:1.6rem}.griv-404-grid{max-width:1000px;margin:2rem auto;padding:0 1.25rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.griv-404-grid article{border:1px solid var(--griv-border);padding:1rem;background:var(--griv-card)}.griv-404-grid h3{font-size:1rem}@media (max-width:780px){.griv-404-grid{grid-template-columns:1fr}}
.griv-legal{max-width:820px;margin:0 auto;padding:2rem 1.25rem 1rem}.griv-legal h2{font-size:1.4rem;margin-top:2rem;border-bottom:1px solid var(--griv-border);padding-bottom:.3rem;color:var(--griv-accent)}.griv-legal h3{font-size:1.1rem;margin-top:1.3rem}.griv-legal p,.griv-legal li{font-size:1rem;line-height:1.75}.griv-legal dl{margin:1rem 0}.griv-legal dt{font-weight:700;font-family:var(--griv-f-ui);font-size:.92rem;margin-top:.8rem;color:var(--griv-accent)}.griv-legal dd{margin:0 0 .5rem;font-size:.96rem}
.cc-consent{position:fixed;left:0;right:0;bottom:0;z-index:200}.cc-hidden{display:none}.cc-banner{background:var(--griv-bg-alt);border-top:2px solid var(--griv-accent);padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;max-width:1280px;margin:0 auto}.cc-banner__text h3{font-size:1rem;margin:0 0 .25rem;color:var(--griv-text)}.cc-banner__text p{font-size:.85rem;color:var(--griv-text-2);margin:0;max-width:680px}.cc-banner__actions{display:flex;gap:.4rem;flex-wrap:wrap}.cc-banner__actions button{padding:.6rem 1rem;font-family:var(--griv-f-ui);font-weight:600;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;border:1px solid var(--griv-accent);background:transparent;color:var(--griv-text);cursor:pointer;min-height:40px}.cc-banner__actions button[data-cc-action='accept-all']{background:var(--griv-accent);color:#121212}.cc-modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.85);align-items:center;justify-content:center;padding:1rem;z-index:300}.cc-modal-open .cc-modal{display:flex}.cc-modal__inner{background:var(--griv-bg-alt);max-width:580px;width:100%;padding:1.6rem;border:1px solid var(--griv-accent);max-height:80vh;overflow-y:auto}.cc-modal__inner h3{margin-top:0}.cc-modal__inner label{display:flex;justify-content:space-between;align-items:center;padding:.6rem 0;border-bottom:1px solid var(--griv-border);font-family:var(--griv-f-ui);font-size:.92rem}.cc-modal__inner .cc-actions{margin-top:1rem;display:flex;gap:.5rem;flex-wrap:wrap}
@media (max-width:780px){.griv-top__row2{display:none}.griv-burger{display:inline-flex}.griv-top__row2.is-open{display:flex;flex-direction:column;align-items:flex-start;max-height:none;padding:1rem;gap:.7rem}.griv-section-index,.griv-bulletin,.griv-highlights,.griv-pillars,.griv-team{grid-template-columns:1fr}.griv-hero-grid{grid-template-columns:1fr}}
