:root{color-scheme:light;--ink:#172423;--forest:#183d34;--cream:#fffaf0;--paper:#f6f1e7;--gold:#f5bc4b;--red:#b94336;--line:#e3dbc9}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font:400 1rem/1.6 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--cream)}a{color:inherit}img{max-width:100%;display:block}button{font:inherit}.wrap{width:min(1180px,calc(100% - 40px));margin-inline:auto}.eyebrow{text-transform:uppercase;font-size:.82rem;letter-spacing:.16em;font-weight:800}.topline{background:var(--forest);color:#fff;text-align:center;padding:7px 15px;font-size:.85rem;letter-spacing:.03em}.site-header{background:var(--cream);border-bottom:1px solid var(--line);position:relative;z-index:10}.nav-inner{display:flex;align-items:center;justify-content:space-between;min-height:96px;gap:20px}.brand{display:flex;align-items:center;text-decoration:none;gap:12px;font-weight:900;font-size:1.1rem;line-height:1.1}.brand img{height:76px;width:auto;object-fit:contain}.nav-links{display:flex;align-items:center;gap:32px}.nav-links a{text-decoration:none;font-weight:700}.nav-links a:hover,.nav-links a[aria-current=page]{color:var(--red)}.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:2px solid transparent;border-radius:6px;padding:13px 22px;text-decoration:none;font-weight:800;line-height:1.25;transition:transform .2s,background .2s,color .2s;cursor:pointer}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--gold);color:var(--ink)}.button-primary:hover{background:#ffcf6d}.button-light{background:var(--cream);color:var(--forest)}.button-outline{border-color:currentColor;color:inherit}.menu-toggle{display:none;background:none;border:0;font-size:1.8rem;color:var(--forest)}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.12;letter-spacing:-.035em}h1{font-size:clamp(2.9rem,6vw,5.8rem)}h2{font-size:clamp(2rem,4vw,3.3rem)}h3{font-size:1.55rem}p{max-width:66ch}.hero{position:relative;min-height:620px;background:#14251e;color:#fff;display:flex;align-items:center;overflow:hidden}.hero-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 48%}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,21,18,.91),rgba(8,21,18,.55) 53%,rgba(8,21,18,.16));z-index:1}.hero-content{position:relative;z-index:2;padding-block:105px;max-width:1180px}.hero h1{max-width:820px;margin:16px 0 22px}.hero p{font-size:1.15rem;max-width:590px}.actions{display:flex;flex-wrap:wrap;gap:13px;margin-top:30px}.hero .eyebrow{color:var(--gold)}.section{padding-block:88px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:32px}.section-heading h2{margin:8px 0 0;max-width:720px}.section-heading p{margin:0;max-width:340px}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.card{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden}.card img{width:100%;aspect-ratio:1.4/1;object-fit:cover}.card-body{padding:25px}.card h3{margin-bottom:8px}.card p{margin-bottom:0}.strip{background:var(--gold);padding:22px 0;font-size:1.15rem;font-weight:800;text-align:center}.split{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:6vw}.split img{width:100%;height:530px;object-fit:cover;border-radius:10px}.split h2{margin:8px 0 20px}.split p{font-size:1.1rem}.muted{background:var(--paper)}.step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.step{border-top:3px solid var(--forest);padding-top:18px}.step span{display:block;color:var(--red);font-weight:900;font-size:1.6rem;margin-bottom:14px}.cta{background:var(--forest);color:#fff;padding:74px 0}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.cta h2{max-width:650px;margin:9px 0 0}.cta .eyebrow{color:var(--gold)}.site-footer{background:#102b25;color:#e9eee8;padding:50px 0 25px}.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr;gap:45px}.site-footer a{text-decoration:none}.site-footer a:hover{text-decoration:underline}.site-footer h3{font-size:1rem;letter-spacing:.06em;text-transform:uppercase}.footer-links{display:grid;gap:9px}.footer-bottom{border-top:1px solid #496157;margin-top:50px;padding-top:22px;font-size:.9rem;color:#bacbc2}.page-hero{padding:94px 0 78px;background:var(--forest);color:#fff}.page-hero .eyebrow{color:var(--gold)}.page-hero h1{max-width:890px;margin:15px 0 18px}.page-hero p{font-size:1.18rem}.feature-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature{background:#fff;border:1px solid var(--line);border-radius:10px;padding:30px}.feature .num{color:var(--red);font-size:1.7rem;font-weight:900}.feature h3{margin:25px 0 10px}.service{display:grid;grid-template-columns:1fr 1fr;gap:5vw;align-items:center;padding:35px 0;border-bottom:1px solid var(--line)}.service:nth-child(even) img{order:2}.service img{width:100%;height:350px;object-fit:cover;border-radius:9px}.service p{font-size:1.1rem}.faq{display:grid;grid-template-columns:1fr 1.25fr;gap:6vw}.faq details{border-bottom:1px solid var(--line);padding:18px 0}.faq summary{font-weight:800;cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:16px}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-size:1.4rem;color:var(--red)}.faq details[open] summary:after{content:"−"}.faq details p{padding-top:10px;margin-bottom:0}.contact-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:20px}.contact-panel{padding:35px;background:#fff;border:1px solid var(--line);border-radius:10px}.contact-panel.emphasis{background:var(--gold);border-color:var(--gold)}.contact-panel h2{font-size:2rem}.contact-panel a:not(.button){font-weight:800;text-decoration-thickness:2px;text-underline-offset:4px}.breadcrumb{font-size:.9rem;margin-bottom:28px;opacity:.8}.breadcrumb a{text-decoration:none}.notice{font-size:.95rem;color:#42544f}@media(max-width:800px){.nav-inner{min-height:74px}.brand img{height:60px}.menu-toggle{display:block}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;padding:20px;background:var(--cream);border-bottom:1px solid var(--line);box-shadow:0 14px 24px #0002;flex-direction:column;align-items:stretch;gap:17px}.nav-links.open{display:flex}.nav-links .button{width:100%}.hero{min-height:600px}.hero-content{padding-block:75px}.hero:before{background:linear-gradient(90deg,rgba(8,21,18,.9),rgba(8,21,18,.48))}.cards,.step-grid,.feature-row{grid-template-columns:1fr 1fr}.split,.faq,.contact-grid{grid-template-columns:1fr}.split img{height:400px;order:-1}.cta-inner{display:block}.cta .button{margin-top:24px}.footer-main{grid-template-columns:1fr 1fr}.service{gap:25px}}@media(max-width:560px){.wrap{width:min(100% - 32px,1180px)}.hero{min-height:570px}.hero h1{font-size:clamp(2.6rem,10vw,4rem)}.hero p{font-size:1rem}.section{padding-block:62px}.section-heading{display:block}.section-heading p{margin-top:15px}.cards,.step-grid,.feature-row,.footer-main{grid-template-columns:1fr}.split img{height:320px}.service{display:block;padding:25px 0}.service img,.service:nth-child(even) img{height:260px;order:initial;margin-bottom:20px}.page-hero{padding:65px 0}.page-hero h1{font-size:2.8rem}.contact-panel{padding:25px}.actions .button{width:100%}}
/* Poster stays readable as the hero background without cropping its wording. */
.cards-two,.feature-two{grid-template-columns:repeat(2,minmax(0,1fr))}
.hero{min-height:780px;background:#111b1a}
.hero-media{object-fit:contain;object-position:right center;width:100%;height:100%}
.hero:before{background:linear-gradient(90deg,#111b1a 0%,rgba(17,27,26,.98) 38%,rgba(17,27,26,.72) 62%,rgba(17,27,26,0) 78%)}
.hero h1{max-width:610px;font-size:clamp(2.9rem,4.6vw,5rem)}
.hero p{max-width:520px}
@media(max-width:800px){.hero{min-height:0;display:flex;flex-direction:column;align-items:stretch}.hero:before{display:none}.hero-content{order:1;padding-block:58px 30px}.hero-media{position:relative;order:2;width:min(100%,480px);height:auto;margin-inline:auto;object-fit:contain}.hero h1{max-width:680px}}
@media(max-width:560px){.cards-two,.feature-two{grid-template-columns:1fr}.hero-content{padding-block:45px 26px}.hero h1{font-size:clamp(2.6rem,10vw,4rem)}}
