:root{--ink: #22251f;--muted: #64685f;--paper: #fffdf8;--cream: #f5f0e5;--honey: #f2a900;--honey-dark: #855300;--leaf: #384a32;--line: #ded8ca;--radius: 18px;--shadow: 0 20px 50px rgba(38, 34, 23, .1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Lato,Arial,sans-serif;line-height:1.7}img{display:block;max-width:100%;height:auto}a{color:var(--honey-dark);text-underline-offset:.18em}a:hover{color:#855500}h1,h2,h3,h4{margin:0 0 .6em;font-weight:900;line-height:1.08;letter-spacing:-.025em}h1{font-size:clamp(2.7rem,7vw,5.6rem)}h2{font-size:clamp(2rem,4vw,3.3rem)}h3{font-size:1.35rem}p{margin:0 0 1.1em}.shell{width:min(1160px,calc(100% - 40px));margin-inline:auto}.skip-link{position:fixed;left:1rem;top:-5rem;z-index:100;background:var(--ink);color:#fff;padding:.7rem 1rem}.skip-link:focus{top:1rem}.eyebrow{margin:0 0 1rem;color:var(--honey-dark);font-size:.78rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.eyebrow.light{color:#ffd25a}.site-header{position:relative;z-index:20;background:#1c1f1a;border-bottom:1px solid #3b4037}.header-inner{min-height:94px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.brand img{width:210px;max-height:72px;object-fit:contain}.site-nav{display:flex;align-items:center;gap:clamp(.65rem,1.5vw,1.4rem)}.site-nav a{color:#fff;text-decoration:none;font-size:.9rem;font-weight:700;white-space:nowrap}.site-nav a:hover,.site-nav a[aria-current=page]{color:#ffc233}.nav-toggle{display:none;border:1px solid rgba(255,255,255,.7);background:transparent;color:#fff;border-radius:999px;padding:.55rem .9rem;font:inherit;font-weight:700}.home-hero{overflow:hidden;background:var(--ink);color:#fff;padding:clamp(4rem,9vw,8rem) 0}.home-hero__grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(2.5rem,7vw,7rem)}.home-hero h1 span{color:#ffc233}.home-hero__copy>p:not(.eyebrow){max-width:620px;color:#d7dacd;font-size:1.13rem}.hero-image-wrap{position:relative}.hero-image-wrap:before{content:"";position:absolute;inset:-24px 30px 24px -30px;border:1px solid rgba(255,194,51,.5);border-radius:var(--radius)}.hero-image-wrap img{position:relative;width:100%;aspect-ratio:4 / 4.5;object-fit:cover;border-radius:var(--radius);filter:saturate(.85)}.hero-stat{position:absolute;right:-1.5rem;bottom:-1.5rem;display:flex;align-items:center;gap:.8rem;background:var(--honey);color:var(--ink);padding:1rem 1.3rem;border-radius:12px;box-shadow:var(--shadow)}.hero-stat strong{font-size:2rem;line-height:1}.hero-stat span{max-width:70px;font-size:.75rem;font-weight:900;line-height:1.1;text-transform:uppercase}.button-row{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.button{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:.7rem 1.25rem;border:2px solid var(--honey);border-radius:999px;background:var(--honey);color:var(--ink);font:inherit;font-weight:900;text-decoration:none;cursor:pointer}.button:hover{border-color:#ffc84a;background:#ffc84a;color:var(--ink)}.button--ghost{border-color:#ffffff8c;background:transparent;color:#fff}.button--ghost:hover{border-color:#fff;background:#fff}.text-link{font-weight:900;text-decoration:none}.section{padding-block:clamp(4rem,8vw,7rem)}.section-heading{margin-bottom:2.3rem;display:flex;align-items:end;justify-content:space-between;gap:2rem}.section-heading h2{max-width:700px;margin-bottom:0}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.article-card{overflow:hidden;display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 10px 30px #2622170f}.article-card__image{display:block;overflow:hidden;background:var(--cream);aspect-ratio:4 / 2.8}.article-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.article-card:hover .article-card__image img{transform:scale(1.03)}.article-card__body{display:flex;flex:1;flex-direction:column;padding:1.35rem}.article-card h2{font-size:1.42rem}.article-card h2 a{color:var(--ink);text-decoration:none}.article-card__body>p:not(.card-meta){color:var(--muted)}.article-card .text-link{margin-top:auto}.card-meta{margin-bottom:.7rem;color:var(--honey-dark);font-size:.75rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.feature-band{background:var(--leaf);color:#fff}.feature-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,7vw,6rem)}.feature-grid img{width:100%;max-height:520px;object-fit:cover;border-radius:var(--radius)}.feature-grid p:not(.eyebrow){color:#dce3d8}.quick-links{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.quick-links>div{border-top:3px solid var(--honey);padding-top:1.3rem}.quick-links span{color:var(--honey-dark);font-size:.75rem;font-weight:900}.quick-links p{color:var(--muted)}.quick-links a{font-weight:900}.page-hero{background:var(--cream);border-bottom:1px solid var(--line)}.page-hero__inner{max-width:880px;margin-inline:auto;padding-block:clamp(3.5rem,8vw,6.5rem);text-align:center}.page-hero h1{font-size:clamp(2.7rem,7vw,4.8rem)}.page-hero__inner>p:last-child{max-width:700px;margin:0 auto;color:var(--muted);font-size:1.1rem}.page-shell{padding-block:clamp(3rem,7vw,6rem)}.content-card{padding:clamp(1.4rem,4vw,3.2rem);background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.split-content{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,5vw,5rem)}.split-content>img{width:100%;max-height:560px;object-fit:cover;border-radius:12px}.split-content--reverse>img{order:2}.centered-card{max-width:760px;margin:0 auto;text-align:center}.prose{font-size:1.05rem}.prose h2,.prose h3,.prose h4{margin-top:1.5em}.prose h2:first-child,.prose h3:first-child,.prose .eyebrow+h2{margin-top:0}.prose img{margin:2rem auto;border-radius:12px}.prose blockquote{margin:2rem 0;padding:1rem 1.5rem;border-left:4px solid var(--honey);background:var(--cream)}.prose table{width:100%;border-collapse:collapse}.prose th,.prose td{padding:.6rem;border:1px solid var(--line)}.prose iframe{width:100%;aspect-ratio:16 / 9;height:auto;border:0;border-radius:12px}.form-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(2rem,6vw,6rem)}.form-layout .prose>img{width:100%;max-height:360px;object-fit:cover}.site-form{display:grid;gap:1.2rem}.site-form label{display:grid;gap:.45rem;font-weight:900}.site-form input,.site-form textarea{width:100%;border:1px solid #bbb4a6;border-radius:9px;background:var(--paper);padding:.8rem .9rem;color:var(--ink);font:inherit}.site-form input:focus,.site-form textarea:focus{outline:3px solid rgba(242,169,0,.28);border-color:var(--honey-dark)}.hidden-field{position:absolute;left:-10000px}.video-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.video-grid iframe{width:100%;aspect-ratio:16/9;height:auto;border:0;border-radius:14px;box-shadow:var(--shadow)}.centered-action{margin-top:2.5rem;text-align:center}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.gallery-grid figure{margin:0;overflow:hidden;border-radius:14px;background:#fff;border:1px solid var(--line)}.gallery-grid img{width:100%;aspect-ratio:4/3;object-fit:cover}.gallery-grid figcaption{padding:.8rem 1rem;color:var(--muted)}.archive-summary{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;color:var(--muted)}.archive-summary strong{color:var(--honey-dark);font-size:2rem}.archive-grid{row-gap:2rem}.pagination{display:flex;justify-content:center;gap:.7rem;margin-top:3rem}.pagination a{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--line);border-radius:50%;text-decoration:none;font-weight:900}.pagination a[aria-current=page]{background:var(--ink);border-color:var(--ink);color:#fff}.post-header{max-width:900px;padding-block:clamp(3.5rem,8vw,7rem) 2.5rem;text-align:center}.post-header h1{font-size:clamp(2.6rem,7vw,5.2rem)}.post-meta{color:var(--muted)}.post-image{max-width:1050px}.post-image img{width:100%;max-height:650px;object-fit:cover;border-radius:var(--radius)}.post-content{max-width:800px;padding-block:3.5rem}.post-content>p,.post-content>ul,.post-content>ol,.post-content>blockquote{margin-bottom:1.2rem}.post-footer{max-width:800px;margin-bottom:5rem;padding:2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;background:var(--cream);border-radius:var(--radius)}.post-footer p{margin:0;font-weight:900}.not-found{display:grid;grid-template-columns:.7fr 1.3fr;gap:3rem;align-items:center}.not-found__mark{color:var(--honey);font-size:clamp(6rem,20vw,13rem);font-weight:900;line-height:.8}.link-list{display:grid;grid-template-columns:1fr 1fr;gap:.7rem 1.5rem;margin-top:2rem}.link-list a{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding-block:.5rem;font-weight:700;text-decoration:none}.site-footer{background:#1c1f1a;color:#c9cec3;padding-top:4rem}.footer-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center}.footer-grid>div{max-width:450px}.footer-logo{width:210px;margin-bottom:1rem;filter:brightness(1.2)}.footer-grid nav{display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem 2rem}.footer-grid nav a{color:#fff;text-decoration:none;font-weight:700}.footer-bottom{margin-top:3rem;padding-block:1.5rem;border-top:1px solid #3b4037;color:#92998c;font-size:.85rem}@media(max-width:900px){.nav-toggle{display:block}.site-nav{position:absolute;top:94px;left:0;right:0;display:none;flex-direction:column;align-items:stretch;gap:0;padding:.5rem 20px 1rem;background:#1c1f1a;border-bottom:1px solid #3b4037;box-shadow:var(--shadow)}.site-nav.is-open{display:flex}.site-nav a{padding:.7rem 0;border-bottom:1px solid #3b4037}.home-hero__grid,.feature-grid,.split-content,.form-layout,.not-found{grid-template-columns:1fr}.hero-image-wrap{max-width:620px;margin-inline:auto}.hero-image-wrap img{aspect-ratio:4/3}.split-content--reverse>img{order:initial}.card-grid{grid-template-columns:repeat(2,1fr)}.quick-links{grid-template-columns:1fr;gap:2rem}}@media(max-width:620px){.shell{width:min(100% - 28px,1160px)}.header-inner{min-height:78px}.brand img{width:175px}.site-nav{top:78px}.card-grid,.video-grid,.gallery-grid,.footer-grid{grid-template-columns:1fr}.section-heading{align-items:start;flex-direction:column}.hero-stat{right:.5rem}.post-footer{align-items:flex-start;flex-direction:column}.link-list{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
