:root{--green: #16a596;--green-dark: #0b8f83;--ink: #585f61;--heading: #15a596;--muted: #6a7478;--line: #e7eeee;--soft: #f5f8f8;--white: #ffffff;--shadow: 0 28px 80px rgba(25, 71, 76, .12);font-family:Montserrat,Helvetica Neue,Helvetica,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Montserrat,Helvetica Neue,Helvetica,Arial,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.header-shell,.footer-shell,.content-shell{width:min(1200px,calc(100% - 64px));margin:0 auto}.top-strip{background:var(--green);color:#fff;font-size:14px;font-weight:700}.top-strip__inner{min-height:48px;display:flex;align-items:center;gap:24px}.top-strip__inner a{text-decoration:underline}.social-dots{margin-left:auto;display:flex;gap:12px}.social-dots span{width:31px;height:31px;border-radius:999px;color:var(--green);background:#fff;display:grid;place-items:center;font-weight:900}.main-nav{background:#fff}.main-nav__inner{height:89px;display:flex;align-items:center;gap:38px}.brand img{width:190px;height:auto}.nav-links{display:flex;align-items:center;justify-content:center;gap:44px;flex:1;font-size:16px;font-weight:800;color:#5c6262}.nav-links a{position:relative;white-space:nowrap}.nav-links a:hover{color:var(--green)}.quote-pill,.btn-primary,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 28px;border-radius:7px;font-size:18px;font-weight:800}.quote-pill,.btn-primary{color:#fff;background:var(--green)}.quote-pill{min-width:171px;border-radius:999px}.btn-secondary{color:var(--green);background:#fff}.home-hero{min-height:748px;position:relative;display:grid;place-items:center;overflow:hidden;background:#dfecee}.home-hero:before{content:"";position:absolute;inset:0;background-image:var(--hero-image);background-position:center;background-size:cover;transform:scale(1.02)}.home-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#0a7cbe94,#11a5962e 54%,#ffffff38),linear-gradient(180deg,#ffffff26,#0e465547)}.home-hero__content{position:relative;z-index:1;width:min(890px,calc(100% - 48px));text-align:center;color:#fff;padding-top:60px}.eyebrow{display:inline-flex;padding:7px 9px;border-radius:4px;background:var(--green);color:#fff;font-weight:900;font-size:18px}.home-hero h1{margin:20px auto 24px;font-size:clamp(42px,6vw,62px);line-height:1.03;letter-spacing:-1.4px;font-weight:900;text-shadow:0 2px 18px rgba(0,0,0,.18)}.home-hero p{width:min(620px,100%);margin:0 auto 34px;line-height:1.35;font-size:16px;font-weight:800}.cta-row{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap}.section{padding:82px 0}.section--soft{background:var(--soft)}.section-title{margin:0 auto 38px;width:min(880px,100%);text-align:center}.section-title h2{margin:0 0 16px;color:var(--heading);font-size:clamp(34px,4vw,54px);line-height:1.05;font-weight:900}.section-title p{margin:0;color:var(--muted);line-height:1.7;font-size:17px}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.feature-card,.route-card{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;overflow:hidden}.feature-card__image,.route-card__image{aspect-ratio:1.48;background:#edf3f3;overflow:hidden}.feature-card__image img,.route-card__image img{width:100%;height:100%;object-fit:cover}.feature-card__body,.route-card__body{padding:26px}.feature-card h3,.route-card h3{margin:0 0 14px;color:var(--heading);font-size:24px;line-height:1.15}.feature-card p,.route-card p{margin:0;line-height:1.62}.page-hero{min-height:478px;display:grid;place-items:center;background:radial-gradient(circle at 16px 16px,rgba(255,255,255,.14) 0 5px,transparent 6px),linear-gradient(135deg,#16a596f2,#0d9e93f2),var(--pattern-image, none);position:relative}.page-hero:before{content:"";position:absolute;inset:0;opacity:.22;background:repeating-linear-gradient(30deg,transparent 0 22px,rgba(255,255,255,.16) 23px 28px),repeating-linear-gradient(150deg,transparent 0 30px,rgba(255,255,255,.12) 31px 36px)}.page-hero__label{position:relative;z-index:1;max-width:760px;margin-top:64px;padding:30px 44px;border-radius:14px;background:#fff;color:var(--heading);text-align:center;font-size:clamp(34px,4vw,48px);font-weight:900;line-height:1.15}.product-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:54px;align-items:center}.product-media{min-height:390px;border:1px dotted var(--green);display:grid;place-items:center;background:#fff}.product-media img{max-height:390px;object-fit:contain}.product-copy h1{margin:0 0 28px;color:var(--heading);font-size:clamp(32px,4vw,48px);line-height:1.08;font-weight:900}.meta-line{color:var(--muted);font-size:14px;margin-bottom:14px}.product-copy p,.article-body p,.generic-copy p{line-height:1.62;font-size:18px}.spec-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:28px 0;padding:0;list-style:none}.spec-list li{border:1px solid var(--line);border-radius:10px;padding:14px;background:#fbfdfd;font-weight:700}.article-shell{width:min(900px,calc(100% - 64px));margin:0 auto;padding:82px 0;text-align:center}.article-hero-image{width:min(900px,100%);margin:0 auto 78px;border-radius:5px;overflow:hidden}.article-hero-image img{width:100%;aspect-ratio:16 / 9;object-fit:cover}.article-shell h1{margin:0 auto 60px;color:var(--heading);font-size:clamp(38px,5.2vw,61px);line-height:1.08;letter-spacing:-.8px;font-weight:900}.article-byline{display:inline-flex;align-items:center;gap:14px;color:#242424;font-size:18px}.article-byline:before{content:"";width:48px;height:48px;border-radius:999px;background:radial-gradient(circle at 50% 36%,#fff 0 12px,#d0d0d0 13px);display:inline-block}.article-body{margin-top:48px;text-align:left}.article-body h2{color:var(--heading);font-size:32px}.archive-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.generic-copy{width:min(920px,calc(100% - 64px));margin:0 auto;padding:80px 0}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:42px}.contact-card{padding:34px;border-radius:18px;border:1px solid var(--line);box-shadow:var(--shadow);background:#fff}.contact-card h2{color:var(--heading);font-size:34px;margin:0 0 18px}.contact-list{display:grid;gap:18px;margin-top:28px}.contact-list a,.contact-list span{display:block;padding:18px;border-radius:12px;background:var(--soft);font-weight:800}.inquiry-form{display:grid;gap:14px}.inquiry-form input,.inquiry-form textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:16px;font:inherit}.inquiry-form textarea{min-height:160px;resize:vertical}.site-footer{position:relative;background:#122a2b;color:#fff;overflow:hidden}.footer-pattern{height:10px;background:var(--green)}.footer-shell{display:grid;grid-template-columns:1.35fr .8fr 1fr 1fr;gap:42px;padding:70px 0 52px}.footer-brand img{width:190px;filter:brightness(0) invert(1)}.footer-brand p,.site-footer li{color:#ffffffbd;line-height:1.7}.site-footer h2{margin:0 0 18px;font-size:18px;color:#fff}.site-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:9px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:20px 32px;display:flex;justify-content:center;gap:24px;flex-wrap:wrap;color:#ffffffc2}.back-to-top{position:fixed;right:22px;bottom:22px;z-index:20;width:58px;height:58px;border:3px solid #0b1f20;border-radius:999px;display:grid;place-items:center;color:#fff;background:var(--green);font-size:32px;font-weight:700}@media(max-width:920px){.header-shell,.footer-shell,.content-shell,.generic-copy,.article-shell{width:min(100% - 32px,760px)}.top-strip__inner{justify-content:center;text-align:center;flex-wrap:wrap;gap:8px 18px;padding:10px 0}.social-dots{margin-left:0}.main-nav__inner{height:auto;padding:18px 0;flex-wrap:wrap}.nav-links{order:3;width:100%;gap:18px;flex-wrap:wrap;justify-content:flex-start}.quote-pill{margin-left:auto}.home-hero{min-height:680px}.card-grid,.archive-grid,.footer-shell,.product-layout,.contact-grid{grid-template-columns:1fr}.footer-shell{gap:28px}}@media(max-width:560px){.brand img{width:150px}.quote-pill{width:100%}.home-hero h1{font-size:40px}.page-hero{min-height:340px}.page-hero__label{padding:24px;margin-top:22px}.spec-list{grid-template-columns:1fr}}
