@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");
:root{--orange:#ff6700;--orange2:#ff8a00;--amber:#ffb000;--yellow:#ffd84a;--cream:#fff8ea;--navy:#0b2348;--ink:#17233a;--muted:#687389;--line:#eadfce;--white:#fff;--green:#2e7d32;--shadow:0 18px 50px rgba(22,42,69,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Inter",ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(234,223,206,.7)}.nav-wrap{height:82px;display:flex;align-items:center;gap:24px}.brand img{width:78px;height:78px;object-fit:contain}.main-nav{display:flex;align-items:center;gap:18px;flex:1;justify-content:center}.main-nav a{font-size:13px;font-weight:700;color:#24324a;white-space:nowrap}.main-nav a:hover{color:var(--orange)}.lang{display:flex;gap:8px;align-items:center;background:#fff2df;border:1px solid #ffe0b8;border-radius:999px;padding:5px}.lang>*{font-size:11px;padding:5px 8px}.lang strong{background:var(--orange);color:#fff;border-radius:999px}.menu-toggle{display:none;border:0;background:transparent;font-size:26px}.hero{position:relative;overflow:hidden;background:linear-gradient(105deg,#fffaf0 0%,#fff0be 48%,#fffaf2 100%);min-height:590px;display:flex;align-items:center}.hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 25%,rgba(255,216,74,.55),transparent 28%),radial-gradient(circle at 82% 70%,rgba(255,103,0,.16),transparent 24%);pointer-events:none}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:40px;position:relative;z-index:2}.eyebrow,.section-kicker{font-size:12px;font-weight:900;letter-spacing:.16em;color:var(--orange)}.hero h1{font-size:62px;line-height:.98;margin:14px 0 20px;letter-spacing:-.055em;color:var(--navy)}.hero h1 em{font-style:normal;color:var(--orange)}.hero-copy>p{font-size:20px;max-width:570px;color:#35425a;line-height:1.55}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:14px 20px;font-weight:800;cursor:pointer;background:var(--orange);color:#fff}.btn.primary{background:linear-gradient(135deg,var(--orange),var(--amber))}.btn.outline{background:#fff;color:var(--orange);box-shadow:inset 0 0 0 1px var(--orange)}.btn.small{padding:11px 18px;font-size:13px}.hand-note{display:block;color:#8a5310;font:italic 20px Georgia,serif;transform:rotate(-4deg);margin-top:25px}.hero-showcase{min-height:440px;position:relative}.sun-disc{width:390px;height:390px;border-radius:50%;position:absolute;right:30px;top:10px;background:radial-gradient(circle,#fff8a7 0,#ffd841 48%,#ff8c00 72%,#ff6500 100%);box-shadow:0 30px 80px rgba(255,112,0,.25);display:grid;place-items:center}.sun-disc:before{content:"";position:absolute;width:440px;height:440px;border-radius:50%;border:3px dashed rgba(255,122,0,.4)}.sun-disc img{width:170px;filter:drop-shadow(0 12px 18px rgba(120,60,0,.18))}.product-stack{position:absolute;bottom:0;left:0;right:0;height:220px;display:flex;align-items:end;justify-content:center;gap:8px}.mini-pack{width:100px;height:180px;border-radius:22px 22px 12px 12px;box-shadow:0 14px 25px rgba(27,45,70,.2);display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;text-align:center;font-weight:900;border:4px solid rgba(255,255,255,.65);transform:rotate(-2deg)}.mini-pack small{font-size:11px;margin-top:8px}.pack-1{height:215px;width:130px;background:linear-gradient(160deg,#0068ff,#002b8e)}.pack-2{background:linear-gradient(160deg,#ffd800,#f3a900);color:#334}.pack-3{background:linear-gradient(160deg,#ff72bd,#e72d8d)}.pack-4{background:linear-gradient(160deg,#3fc6ff,#0067b7)}.brand-strip{position:relative;z-index:3;margin-top:-20px}.brand-strip .container{background:#fff;border:1px solid #f1e2cf;border-radius:18px;box-shadow:var(--shadow);padding:20px 28px;display:flex;align-items:center;gap:30px}.brand-list{display:flex;align-items:center;justify-content:space-between;gap:24px;flex:1;overflow:auto}.brand-list span{font-size:20px;font-weight:900;font-style:italic;color:#184286;white-space:nowrap}.brand-list span:nth-child(2){color:#c79c00}.brand-list span:nth-child(3){color:#df258b}.brand-list span:nth-child(5){color:#1c8c37}.brand-list span:nth-child(6){color:#13749b}.brand-list a{font-size:12px;color:var(--orange);font-weight:800;white-space:nowrap}.trust{padding:38px 0 12px}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.trust-grid>div{display:grid;grid-template-columns:48px 1fr;grid-template-rows:auto auto;column-gap:12px}.trust i{grid-row:1/3;width:48px;height:48px;border-radius:50%;background:#fff5df;display:grid;place-items:center;font-style:normal;font-size:23px}.trust b{font-size:14px;align-self:end}.trust small{color:var(--muted)}.section{padding:70px 0}.section.soft{background:#fffaf2}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:26px}.section-head h2{font-size:30px;margin:4px 0 0;color:var(--navy)}.section-head>a{font-size:13px;font-weight:800;color:var(--orange)}.section-head.compact{align-items:center;margin-bottom:12px}.section-head.compact h2{font-size:20px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{border:1px solid #eee3d6;background:#fff;border-radius:18px;padding:16px;transition:.25s;box-shadow:0 8px 24px rgba(32,48,70,.04)}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-visual{height:220px;border-radius:14px;background:linear-gradient(180deg,#fff,#fff8eb);display:grid;place-items:center;overflow:hidden;margin-bottom:14px}.product-visual img{width:100%;height:100%;object-fit:contain}.placeholder-pack{width:110px;height:170px;border-radius:22px 22px 14px 14px;background:linear-gradient(160deg,#006ae8,#052b82);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-weight:900;padding:10px;box-shadow:0 20px 32px rgba(0,73,170,.18)}.placeholder-pack small{margin-top:8px;opacity:.8}.placeholder-pack.large{width:220px;height:330px;font-size:24px}.product-card .category{font-size:11px;color:var(--orange);font-weight:900;text-transform:uppercase;letter-spacing:.08em}.product-card h3{margin:6px 0;font-size:17px;color:var(--navy)}.product-card p{font-size:13px;color:var(--muted);min-height:38px}.split-banners{display:grid;grid-template-columns:1fr 1fr;gap:18px}.banner{min-height:260px;border-radius:22px;padding:34px;display:flex;justify-content:space-between;align-items:center;color:#fff;overflow:hidden;position:relative}.banner span{font-size:11px;font-weight:900;letter-spacing:.16em}.banner h2{font-size:31px;line-height:1.05;margin:8px 0}.banner p{max-width:390px}.banner b{display:inline-block;background:#fff;color:var(--orange);padding:11px 16px;border-radius:999px}.banner.dealer{background:linear-gradient(135deg,#ffb000,#ff6500)}.banner.green{background:linear-gradient(135deg,#183b18,#4f8b21)}.avatar{width:120px;height:120px;border-radius:50%;background:#fff3;color:#fff;display:grid;place-items:center;font-size:62px;font-weight:900;border:2px solid #fff7}.leaf-art{font-size:110px;filter:drop-shadow(0 15px 15px #0003)}.lower-grid{display:grid;grid-template-columns:1.1fr 1.25fr .8fr;gap:18px}.locator-card,.news-card,.career-card{background:#fff;border:1px solid #eee2d3;border-radius:20px;padding:24px;position:relative;overflow:hidden}.locator-card form{display:flex;gap:10px;position:relative;z-index:2}.locator-card select,.search-bar input,.form-card input,.form-card select,.form-card textarea,.newsletter input{width:100%;border:1px solid #dfd8cf;border-radius:10px;padding:13px 14px;background:#fff;font:inherit}.map-art{height:150px;margin-top:16px;background:linear-gradient(135deg,#fff7d8,#fff);border-radius:18px;display:flex;align-items:center;justify-content:space-around;font-size:28px;color:var(--orange)}.map-art b{font-size:64px;color:#f4c15655}.news-item{display:grid;grid-template-columns:90px 1fr;gap:12px;padding:12px 0;border-top:1px solid #eee}.news-thumb{height:80px;border-radius:12px;background:linear-gradient(135deg,var(--orange),var(--yellow));display:grid;place-items:center;color:#fff;font-weight:900}.news-item h3{font-size:15px;margin:2px 0}.news-item p{font-size:12px;color:var(--muted);margin:4px 0}.news-item span{font-size:12px;color:var(--orange);font-weight:800}.career-card{background:linear-gradient(145deg,#fff4df,#fff);display:block}.career-card h2{font-size:26px;margin:8px 0}.team-dots{display:flex;gap:0;margin:26px 0}.team-dots i{width:58px;height:58px;border-radius:50%;background:linear-gradient(135deg,#ffb000,#ff6500);border:4px solid #fff;margin-right:-12px}.career-card b{color:var(--orange)}.footer{background:#1b2025;color:#d9dfe5;padding:54px 0 18px}.footer-grid{display:grid;grid-template-columns:1.5fr .8fr .8fr 1.4fr;gap:38px}.footer-logo{width:95px}.footer h4{color:#fff;margin:8px 0 14px}.footer a{display:block;font-size:13px;margin:8px 0;color:#d9dfe5}.footer p{font-size:13px;line-height:1.55}.script-note{color:#ffd94c!important;font:italic 18px Georgia,serif}.newsletter{display:flex}.newsletter input{border-radius:8px 0 0 8px}.newsletter button{border:0;background:var(--orange);color:#fff;font-weight:800;border-radius:0 8px 8px 0;padding:0 16px}.footer-bottom{border-top:1px solid #ffffff22;margin-top:38px;padding-top:18px;display:flex;justify-content:space-between;font-size:12px}.page-hero{padding:90px 0;background:linear-gradient(110deg,#fff8e9,#ffd756);position:relative;overflow:hidden}.page-hero:after{content:"";position:absolute;width:380px;height:380px;border-radius:50%;right:-80px;top:-150px;background:#ff730022}.page-hero.small{padding:65px 0}.page-hero h1{font-size:52px;color:var(--navy);margin:8px 0}.page-hero p{font-size:18px;max-width:680px;color:#46536a}.content-grid,.form-layout,.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}.content-grid h2,.form-layout h2{font-size:38px;color:var(--navy)}.content-grid p,.form-layout p,.body-copy{line-height:1.75;color:#536078}.stat-panel{display:grid;gap:14px}.stat-panel div{background:#fff8e8;border:1px solid #f5dec0;border-radius:18px;padding:26px}.stat-panel strong{display:block;font-size:35px;color:var(--orange)}.stat-panel span{color:#5e6878}.filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:28px}.filters a{border:1px solid #eadcca;border-radius:999px;padding:9px 14px;font-size:13px;font-weight:800}.filters a.active{background:var(--orange);color:#fff;border-color:var(--orange)}.product-detail-visual{min-height:520px;border-radius:28px;background:#fff8e8;display:grid;place-items:center}.product-detail-visual img{max-height:480px;object-fit:contain}.product-detail h1{font-size:48px;color:var(--navy);margin:10px 0}.lead{font-size:20px;color:#5a6679}.search-bar{display:flex;gap:10px;max-width:650px;margin-bottom:28px}.location-grid,.job-grid,.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.location-card,.job-card,.promo-card{border:1px solid #ebdfcf;border-radius:18px;padding:22px;background:#fff}.location-card>span{font-size:26px}.location-card h3,.job-card h3,.promo-card h3{color:var(--navy);margin:10px 0}.location-card p,.job-card p,.promo-card p{color:var(--muted);line-height:1.55}.location-card a{color:var(--orange);font-weight:800;display:block;margin-top:12px}.form-card{border:1px solid #eadcca;border-radius:22px;background:#fff;padding:28px;box-shadow:var(--shadow)}.form-card label{display:block;font-size:13px;font-weight:800;margin-bottom:15px}.form-card input,.form-card select,.form-card textarea{margin-top:7px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.check-list{padding:0;list-style:none}.check-list li{margin:14px 0}.check-list li:before{content:"✓";display:inline-grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#fff1d8;color:var(--orange);font-weight:900;margin-right:10px}.job-card>span{font-size:11px;background:#fff0d8;color:var(--orange);padding:7px 10px;border-radius:999px;font-weight:900}.career-form{margin-top:38px}.promo-visual{height:180px;border-radius:14px;background:linear-gradient(135deg,#064dbe,#ffb300);color:#fff;font-size:30px;font-weight:900;display:grid;place-items:center;text-align:center;margin-bottom:16px}.center{text-align:center;min-height:50vh}.flash{margin-top:18px;border-radius:12px;padding:14px 18px;font-weight:700}.flash.success{background:#ecf8ec;color:#22722d}.flash.error{background:#fff0ee;color:#b23c2d}
@media(max-width:1050px){.main-nav{gap:11px}.main-nav a{font-size:11px}.hero h1{font-size:50px}.product-grid{grid-template-columns:repeat(2,1fr)}.lower-grid{grid-template-columns:1fr 1fr}.career-card{grid-column:1/-1}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:780px){.container{width:min(100% - 28px,1180px)}.nav-wrap{height:70px}.brand img{width:64px;height:64px}.menu-toggle{display:block;margin-left:auto}.lang{display:none}.main-nav{display:none;position:absolute;left:14px;right:14px;top:70px;background:#fff;border-radius:16px;box-shadow:var(--shadow);padding:16px;flex-direction:column;align-items:flex-start}.main-nav.open{display:flex}.hero{min-height:auto;padding:55px 0 30px}.hero-grid{grid-template-columns:1fr}.hero h1{font-size:45px}.hero-copy>p{font-size:17px}.hero-showcase{min-height:380px}.sun-disc{width:290px;height:290px;right:calc(50% - 145px)}.sun-disc:before{width:320px;height:320px}.sun-disc img{width:130px}.product-stack{height:180px}.mini-pack{width:75px;height:135px;font-size:11px}.pack-1{width:95px;height:160px}.brand-strip{margin-top:0}.brand-strip .container{display:block}.brand-list{margin-top:12px}.trust-grid{grid-template-columns:1fr 1fr}.split-banners,.content-grid,.form-layout,.product-detail{grid-template-columns:1fr}.lower-grid{grid-template-columns:1fr}.career-card{grid-column:auto}.location-grid,.job-grid,.news-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.page-hero h1,.product-detail h1{font-size:40px}}
@media(max-width:520px){.hero h1{font-size:38px}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{width:100%}.hero-showcase{min-height:320px}.sun-disc{width:240px;height:240px;right:calc(50% - 120px)}.sun-disc:before{width:265px;height:265px}.product-stack{height:150px}.mini-pack{width:62px;height:110px}.pack-1{width:76px;height:132px}.trust-grid,.product-grid,.location-grid,.job-grid,.news-grid,.footer-grid,.form-grid{grid-template-columns:1fr}.section{padding:48px 0}.split-banners{grid-template-columns:1fr}.banner{min-height:300px}.footer-bottom{gap:12px;flex-direction:column}.page-hero{padding:55px 0}.page-hero h1{font-size:36px}.product-detail-visual{min-height:390px}}
