:root { --ink:#0b171d; --green:#79c64a; --soft:#f3f5ef; --line:#dce1d9; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:#fff; font-family:Arial, Helvetica, sans-serif; }
a { color:inherit; text-decoration:none; }
img { display:block; max-width:100%; }
.site-header { height:84px; display:flex; align-items:center; padding:0 4vw; border-bottom:1px solid var(--line); gap:30px; position:sticky; top:0; z-index:20; background:rgba(255,255,255,.95); backdrop-filter:blur(16px); }
.brand,.footer-brand { display:flex; align-items:center; gap:12px; min-width:300px; }
.brand-mark { width:44px; height:44px; border-radius:9px; background:var(--green); display:grid; place-items:center; color:#102216; font-size:12px; font-weight:900; letter-spacing:-.08em; box-shadow:inset 0 0 0 1px rgba(42,94,26,.3); }
.brand b,.footer-brand b { display:block; font-size:16px; letter-spacing:.06em; }
.brand small,.footer-brand small { display:block; font-size:9px; letter-spacing:.22em; margin-top:3px; }
nav { display:flex; align-items:center; gap:22px; margin-left:auto; font-size:11px; font-weight:800; white-space:nowrap; }
nav a:hover { color:#4d9c28; }
.header-cta { padding:14px 18px; border:1px solid var(--ink); font-size:13px; font-weight:700; }
.header-cta span,.button span { margin-left:18px; }
.hero { min-height:690px; display:grid; grid-template-columns:54% 46%; background:linear-gradient(120deg,#f9faf6,#eef2e9); overflow:hidden; }
.hero-copy { padding:88px 5vw 48px; position:relative; z-index:1; }
.eyebrow { font-size:11px; letter-spacing:.16em; font-weight:800; display:flex; align-items:center; gap:9px; margin:0 0 24px; }
.eyebrow span { width:26px; height:2px; background:var(--green); }
h1 { font-size:clamp(58px,6.4vw,104px); line-height:.92; letter-spacing:-.065em; margin:0; max-width:850px; }
h1 em { font-style:normal; color:#6aba42; }
.hero-lead { font-size:18px; line-height:1.6; max-width:610px; color:#536066; margin:34px 0; }
.hero-actions { display:flex; align-items:center; gap:32px; }
.button { display:inline-flex; align-items:center; justify-content:space-between; min-width:210px; padding:18px 20px; font-size:13px; font-weight:800; }
.button.primary { background:var(--ink); color:white; }
.text-link { font-size:13px; font-weight:800; border-bottom:1px solid #a8b0ac; padding:10px 0; }
.text-link span { margin-left:16px; }
.hero-proof { display:grid; grid-template-columns:repeat(3,1fr); max-width:650px; margin-top:70px; border-top:1px solid #cbd2cb; }
.hero-proof div { padding:20px 16px 0 0; display:flex; gap:12px; border-right:1px solid #d3d9d2; }
.hero-proof div:last-child { border:0; padding-left:16px; }
.hero-proof b { color:#61a93c; font-size:12px; }
.hero-proof span { font-size:11px; line-height:1.5; font-weight:700; letter-spacing:.03em; }
.hero-visual { background:#dce8d5; position:relative; display:flex; align-items:center; justify-content:center; isolation:isolate; }
.hero-visual::before { content:""; width:68%; aspect-ratio:1; border-radius:50%; background:#f7f9f4; position:absolute; z-index:-1; }
.hero-visual::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(255,255,255,.55),transparent 18%); z-index:-1; }
.hero-visual img { width:88%; object-fit:contain; filter:drop-shadow(0 30px 24px rgba(14,29,24,.18)); transform:translateX(-2%); }
.hero-tag { position:absolute; top:30px; right:30px; border:1px solid #9aad9b; padding:12px; font-size:9px; font-weight:800; letter-spacing:.12em; line-height:1.4; }
.visual-caption { position:absolute; bottom:28px; left:30px; right:30px; display:flex; justify-content:space-between; align-items:end; border-top:1px solid #9cad9d; padding-top:15px; }
.visual-caption span { font-size:10px; font-weight:800; }
.visual-caption b { font-size:12px; line-height:1.3; text-align:right; }
.trust-strip { min-height:66px; background:var(--green); display:flex; align-items:center; justify-content:space-around; gap:20px; font-size:11px; font-weight:900; letter-spacing:.13em; padding:0 3vw; white-space:nowrap; overflow:hidden; }
.trust-strip i { font-style:normal; font-size:14px; }
.section { padding:110px 5vw; }
.section-heading,.process-heading { display:flex; align-items:end; justify-content:space-between; gap:40px; margin-bottom:58px; }
h2 { font-size:clamp(42px,5vw,76px); line-height:.96; letter-spacing:-.055em; margin:0; }
.section-heading>p,.process-heading>p { max-width:430px; color:#667168; line-height:1.65; font-size:14px; }
.product-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.product-image { height:390px; background:#f0f3ed; position:relative; display:grid; place-items:center; overflow:hidden; }
.product-image>span { position:absolute; left:18px; top:18px; font-size:11px; font-weight:800; }
.product-image>a { position:absolute; right:16px; bottom:16px; width:44px; height:44px; display:grid; place-items:center; background:white; border-radius:50%; font-weight:800; }
.product-image img { width:88%; height:88%; object-fit:contain; transition:transform .4s ease; }
.product-card:hover img { transform:scale(1.035); }
.product-card>p { margin:18px 0 8px; color:#65a941; font-weight:800; letter-spacing:.12em; font-size:10px; }
.product-card h3 { margin:0; font-size:25px; letter-spacing:-.03em; }
.card-footer { border-top:1px solid var(--line); margin-top:18px; padding-top:14px; display:flex; justify-content:space-between; gap:20px; color:#68736c; font-size:12px; line-height:1.5; }
.card-footer span { max-width:65%; }
.card-footer b { color:var(--ink); white-space:nowrap; }
.about { background:var(--ink); color:white; display:grid; grid-template-columns:47% 53%; padding:0; }
.about-image { min-height:690px; position:relative; overflow:hidden; }
.about-image img { width:100%; height:100%; object-fit:cover; filter:saturate(.7) contrast(1.06); }
.about-image::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 55%,rgba(4,12,16,.75)); }
.about-image>span { position:absolute; left:36px; bottom:36px; z-index:1; font-size:11px; font-weight:800; letter-spacing:.17em; line-height:1.5; }
.about-copy { padding:90px 7vw; }
.eyebrow.light { color:#c4cdc8; }
.about-copy>p:not(.eyebrow) { color:#aebbb6; line-height:1.8; max-width:640px; margin:30px 0 46px; }
.about-list { border-top:1px solid #314047; }
.about-list div { display:grid; grid-template-columns:45px 1fr; border-bottom:1px solid #314047; padding:22px 0; }
.about-list b { color:var(--green); font-size:12px; }
.about-list span { color:#aebbb6; font-size:13px; line-height:1.5; }
.about-list strong { display:block; color:white; font-size:17px; margin-bottom:4px; }
.process { background:#101d23; color:white; }
.eyebrow.green { color:var(--green); }
.process-heading>p { color:#aab6b2; }
.steps { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid #435158; }
.steps article { padding:28px 28px 20px 0; min-height:210px; border-right:1px solid #435158; }
.steps article:not(:first-child) { padding-left:28px; }
.steps article:last-child { border:0; }
.steps b { color:var(--green); font-size:12px; }
.steps h3 { font-size:19px; margin:25px 0 16px; }
.steps p { color:#aeb9b5; font-size:13px; line-height:1.6; }
.cta { background:var(--green); padding-top:72px; padding-bottom:72px; }
.cta>div { display:flex; justify-content:space-between; align-items:end; gap:30px; }
.cta h2 { max-width:950px; }
.button.white { background:white; min-width:250px; }
.cta>p:last-child { max-width:570px; line-height:1.6; font-size:14px; margin:24px 0 0; }
footer { background:#081217; color:white; padding:58px 5vw; display:grid; grid-template-columns:1.3fr 1.4fr 1fr 1fr 1fr; gap:45px; align-items:start; }
.footer-brand { min-width:0; }
footer>p { color:#9caaa5; font-size:13px; line-height:1.7; margin:0; }
footer>div:not(.footer-brand) { display:flex; flex-direction:column; gap:8px; font-size:12px; color:#c1cac6; }
footer>div>b { color:white; font-size:10px; letter-spacing:.15em; margin-bottom:8px; }
.sub-hero { min-height:430px; padding:90px 5vw 65px; background:var(--ink); color:white; display:flex; flex-direction:column; justify-content:flex-end; }
.sub-hero h1 { max-width:1050px; }
.sub-hero>p:last-child { color:#aebbb6; max-width:620px; font-size:16px; line-height:1.7; margin:28px 0 0; }
.category-bar { display:flex; gap:10px; padding:24px 5vw; border-bottom:1px solid var(--line); flex-wrap:wrap; }
.category-bar a { padding:10px 15px; border:1px solid var(--line); font-size:11px; font-weight:800; letter-spacing:.08em; }
.category-bar a.active { background:var(--green); border-color:var(--green); }
.catalog { display:grid; grid-template-columns:repeat(3,1fr); gap:42px 22px; }
.detail-band { display:grid; grid-template-columns:1fr 1fr; min-height:580px; }
.detail-band .detail-image { background:#edf2e9; display:grid; place-items:center; padding:6vw; }
.detail-band .detail-image img { max-height:470px; object-fit:contain; filter:drop-shadow(0 26px 22px rgba(14,29,24,.18)); }
.detail-copy { padding:80px 7vw; background:#f7f8f4; }
.detail-copy h2 { font-size:55px; }
.detail-copy>p { color:#667168; line-height:1.7; }
.specs { margin:35px 0; border-top:1px solid var(--line); }
.specs div { display:flex; justify-content:space-between; gap:30px; padding:14px 0; border-bottom:1px solid var(--line); font-size:13px; }
.specs b { font-size:11px; letter-spacing:.08em; }
.story { display:grid; grid-template-columns:1.1fr .9fr; gap:8vw; align-items:center; }
.story p { color:#667168; line-height:1.8; }
.story-image { min-height:560px; position:relative; overflow:hidden; }
.story-image img { width:100%; height:100%; object-fit:cover; }
.values { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--line); }
.values article { background:#f7f8f4; padding:42px; min-height:260px; }
.values b { color:#61a93c; font-size:12px; }
.values h3 { font-size:25px; margin:28px 0 12px; }
.values p { color:#667168; font-size:13px; line-height:1.7; }
.contact-layout { display:grid; grid-template-columns:.9fr 1.1fr; gap:8vw; }
.contact-details h2 { font-size:58px; }
.contact-details>p { color:#667168; line-height:1.7; }
.contact-list { border-top:1px solid var(--line); margin-top:38px; }
.contact-list div { padding:18px 0; border-bottom:1px solid var(--line); display:grid; grid-template-columns:110px 1fr; gap:20px; font-size:13px; }
.contact-list b { font-size:10px; letter-spacing:.1em; }
.quote-form { background:#eef2e9; padding:45px; }
.quote-form h3 { margin:0 0 28px; font-size:28px; }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.field { display:flex; flex-direction:column; gap:8px; }
.field.full { grid-column:1/-1; }
.field label { font-size:10px; font-weight:800; letter-spacing:.09em; }
.field input,.field textarea,.field select { width:100%; border:1px solid #cfd7cc; background:white; padding:15px; font:inherit; border-radius:0; }
.field textarea { min-height:130px; resize:vertical; }
.quote-form button { border:0; cursor:pointer; margin-top:18px; }
.mobile-menu { display:none; margin-left:auto; position:relative; }
.mobile-menu summary { list-style:none; width:44px; height:44px; border:1px solid var(--ink); display:grid; place-items:center; cursor:pointer; font-size:0; }
.mobile-menu summary::-webkit-details-marker { display:none; }
.mobile-menu summary::before,.mobile-menu summary::after { content:""; position:absolute; width:20px; height:2px; background:var(--ink); transition:.2s ease; }
.mobile-menu summary::before { transform:translateY(-4px); }
.mobile-menu summary::after { transform:translateY(4px); }
.mobile-menu[open] summary::before { transform:rotate(45deg); }
.mobile-menu[open] summary::after { transform:rotate(-45deg); }
.mobile-menu>div { position:absolute; right:0; top:54px; width:250px; max-height:70vh; overflow:auto; background:var(--ink); color:white; padding:12px; box-shadow:0 18px 45px rgba(0,0,0,.2); }
.mobile-menu a { display:flex; justify-content:space-between; padding:14px 12px; border-bottom:1px solid #314047; font-size:12px; font-weight:800; }
.mobile-menu a:last-child { color:var(--green); border:0; }
.floating-contact { position:fixed; right:22px; bottom:22px; z-index:15; background:var(--green); color:var(--ink); padding:15px 18px; box-shadow:0 12px 34px rgba(7,20,15,.2); font-size:12px; font-weight:900; }
.product-title { font-size:clamp(46px,5vw,76px); line-height:.98; letter-spacing:-.055em; margin:0 0 24px; }
.content-detail { max-width:1180px; margin:0 auto; }
.rich-content { color:#5e6a63; font-size:15px; line-height:1.85; }
.rich-content p { margin:0 0 18px; }
.rich-content img { height:auto !important; margin:28px auto; }
.rich-content table { width:100% !important; border-collapse:collapse; margin:28px 0; }
.rich-content td,.rich-content th { border:1px solid var(--line); padding:12px; text-align:left; }
.pagebar { margin-top:55px; text-align:center; }
.pagination { display:flex; justify-content:center; flex-wrap:wrap; gap:7px; }
.pagination a { min-width:40px; height:40px; display:grid; place-items:center; border:1px solid var(--line); font-size:12px; font-weight:800; }
.pagination a:hover,.pagination .active { background:var(--green); border-color:var(--green); }
.text-secondary { padding:60px 0; text-align:center; color:#738079; }
.article-list { display:grid; grid-template-columns:repeat(2,1fr); gap:1px; background:var(--line); }
.article-card { background:white; padding:35px; min-height:240px; }
.article-card time { color:#64a93f; font-size:11px; font-weight:800; letter-spacing:.1em; }
.article-card h2 { font-size:28px; line-height:1.15; margin:24px 0 14px; }
.article-card p { color:#667168; font-size:13px; line-height:1.7; }
.article-card b { display:block; margin-top:24px; font-size:12px; }
.gallery-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.gallery-card { background:#eef2e9; padding:16px; }
.gallery-card img { width:100%; aspect-ratio:4/3; object-fit:cover; }
.gallery-card h2 { font-size:18px; line-height:1.3; margin:16px 4px 6px; }

@media (max-width:1180px) {
  .site-header { height:74px; padding:0 22px; }
  .brand { min-width:0; margin-right:auto; }
  nav { display:none; }
  .mobile-menu { display:block; }
  .header-cta { padding:12px; }
  .hero { grid-template-columns:1fr; }
  .hero-copy { padding:70px 24px 46px; }
  .hero-visual { min-height:500px; }
  .section { padding:80px 24px; }
  .product-grid { grid-template-columns:1fr 1fr; }
  .about { grid-template-columns:1fr; }
  .about-image { min-height:530px; }
  .about-copy { padding:70px 24px; }
  .steps { grid-template-columns:1fr 1fr; }
  footer { grid-template-columns:1fr 1fr; }
  .catalog { grid-template-columns:1fr 1fr; }
  .detail-band,.story,.contact-layout { grid-template-columns:1fr; }
  .values { grid-template-columns:1fr; }
  .gallery-grid { grid-template-columns:1fr 1fr; }
}

@media (max-width:640px) {
  .brand-mark { width:38px; height:38px; }
  .brand b { font-size:13px; }
  .header-cta { font-size:0; min-width:44px; text-align:center; }
  .header-cta span { font-size:18px; margin:0; }
  .hero { min-height:auto; }
  .hero-copy { padding-top:54px; }
  h1 { font-size:55px; }
  .hero-lead { font-size:16px; }
  .hero-actions { align-items:flex-start; flex-direction:column; gap:12px; }
  .hero-proof { grid-template-columns:1fr; margin-top:50px; }
  .hero-proof div,.hero-proof div:last-child { padding:14px 0; border-right:0; border-bottom:1px solid #d3d9d2; }
  .hero-visual { min-height:390px; }
  .section-heading,.process-heading { align-items:flex-start; flex-direction:column; }
  h2 { font-size:46px; }
  .product-grid { grid-template-columns:1fr; }
  .product-image { height:350px; }
  .about-image { min-height:420px; }
  .steps { grid-template-columns:1fr; }
  .steps article,.steps article:not(:first-child) { padding:24px 0; border-right:0; border-bottom:1px solid #435158; min-height:0; }
  .cta>div { align-items:flex-start; flex-direction:column; }
  footer { grid-template-columns:1fr; }
  .catalog { grid-template-columns:1fr; }
  .sub-hero { min-height:360px; padding:70px 24px 45px; }
  .detail-copy { padding:60px 24px; }
  .form-grid { grid-template-columns:1fr; }
  .quote-form { padding:28px 20px; }
  .article-list,.gallery-grid { grid-template-columns:1fr; }
  .floating-contact { right:14px; bottom:14px; padding:13px 15px; }
}
