:root{--bg:#f4f6f3;--surface:#ffffff;--surface-muted:#edf2ee;--ink:#17211d;--muted:#5d6961;--line:#dce3dd;--accent:#0f766e;--accent-dark:#0b4f49;--blue:#1f3f5f;--gold:#b7791f;--error:#9c2f2f;--shadow:0 18px 48px rgba(23,33,29,0.1)}*{box-sizing:border-box}html{min-width:320px;background:var(--bg);color:var(--ink);font-family:Inter,SF Pro Display,Segoe UI,Roboto,Arial,sans-serif}body{margin:0}a{color:inherit}button,input,textarea{font:inherit}.site-shell{min-height:100vh}.site-header{background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10}.footer-inner,.header-inner,.page-inner{width:min(1120px,calc(100% - 40px));margin:0 auto}.header-inner{min-height:76px;display:grid;grid-template-columns:minmax(220px,1fr) auto auto;align-items:center;gap:24px}.brand{gap:12px;color:var(--ink);font-weight:750;text-decoration:none}.brand,.brand-mark{display:inline-flex;align-items:center}.brand-mark{background:var(--accent-dark);border-radius:6px;color:#fff;font-size:.78rem;height:34px;justify-content:center;width:48px}.brand-text{font-size:.98rem;line-height:1.25}.nav{display:flex;align-items:center;gap:22px;color:var(--muted);font-size:.94rem}.footer-links a,.nav a,.text-link{text-decoration:none}.footer-links a:hover,.nav a:hover,.text-link:hover{color:var(--accent)}.button,.nav-cta{border:1px solid var(--accent);border-radius:8px;color:var(--accent-dark);display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:0 18px;text-decoration:none}.nav-cta{font-size:.92rem;font-weight:700}.button.primary{background:var(--accent);color:#fff}.button:hover,.nav-cta:hover{box-shadow:0 10px 26px rgba(15,118,110,.18)}.page-inner{padding:72px 0 82px}.home-hero{background:linear-gradient(180deg,rgba(255,255,255,.78),rgba(244,246,243,.94)),var(--surface-muted);color:var(--ink);overflow:hidden}.home-hero-inner{align-items:center;display:grid;gap:48px;grid-template-columns:minmax(0,1fr) minmax(300px,.62fr);margin:0 auto;min-height:520px;padding:64px 20px;width:min(1120px,100%)}.home-hero-content{position:relative}.home-hero-panel{background:rgba(255,255,255,.76);border:1px solid rgba(220,227,221,.9);border-radius:8px;display:grid;gap:0;overflow:hidden;width:100%}.home-hero-panel div{border-bottom:1px solid var(--line);display:grid;gap:8px;padding:20px}.home-hero-panel div:last-child{border-bottom:0}.home-hero-panel span{color:var(--muted);font-size:.82rem}.home-hero-panel strong{color:var(--ink);font-size:1.02rem;line-height:1.42}.eyebrow{color:var(--gold);font-size:.78rem;font-weight:800;letter-spacing:0;margin:0 0 12px;text-transform:uppercase}.home-hero h1{font-size:clamp(2.28rem,3.7vw,3.12rem);font-weight:700;line-height:1.08;margin:0;max-width:680px}.page-title{font-size:3.35rem;line-height:1.06;margin:0;max-width:720px}.lead,.page-hero-note,.rich-copy p,.section-lead{color:var(--muted);font-size:1.06rem;line-height:1.75;margin:20px 0 0;max-width:720px}.home-hero .lead{max-width:600px}.action-row{gap:12px}.action-row,.hero-category-list{display:flex;flex-wrap:wrap;margin-top:32px}.hero-category-list{border-top:1px solid var(--line);color:var(--muted);gap:8px;padding-top:18px}.hero-category-list span{background:rgba(255,255,255,.72);border:1px solid var(--line);border-radius:8px;font-size:.86rem;padding:8px 11px}.section{margin-top:64px}.contact-layout,.detail-layout,.inquiry-band,.page-hero,.section-grid{display:grid;gap:42px;grid-template-columns:minmax(0,.88fr) minmax(320px,1.12fr);align-items:start}.page-hero{border-bottom:1px solid var(--line);padding-bottom:52px}.page-hero.compact{align-items:center}.page-hero-media{aspect-ratio:16/10;border-radius:8px;box-shadow:var(--shadow);display:block;object-fit:cover;width:100%}.inquiry-band h2,.rich-copy h2,.section-copy h2,.section-heading-row h2{font-size:2rem;line-height:1.18;margin:0;max-width:620px}.section-heading-row{align-items:end;display:flex;justify-content:space-between;gap:24px;margin-bottom:24px}.text-link{color:var(--accent-dark);font-weight:750}.feature-grid,.list-grid,.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-card,.fact-panel,.form-panel,.hero-fact-card,.item-card,.product-card{background:var(--surface);border:1px solid var(--line);border-radius:8px}.product-card{overflow:hidden}.item-media,.product-card-media{aspect-ratio:4/3;background:var(--surface-muted);display:block;object-fit:cover;width:100%}.item-card,.product-card-body{padding:22px}.item-card h3,.product-card h3{font-size:1.14rem;line-height:1.28;margin:0 0 10px}.product-card h3 a{text-decoration:none}.item-card p,.product-card p{color:var(--muted);line-height:1.65;margin:0 0 16px}.media-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.media-strip img{aspect-ratio:16/10;border-radius:8px;display:block;object-fit:cover;width:100%}.fact-panel{display:grid;gap:0;margin-top:28px}.detail-row,.fact-panel div{border-bottom:1px solid var(--line);display:grid;gap:8px;grid-template-columns:180px 1fr;padding:16px 18px}.detail-row:last-child,.fact-panel div:last-child{border-bottom:0}.contact-card span,.detail-row span:first-child,.fact-panel span{color:var(--muted);font-size:.88rem}.detail-row span:last-child,.fact-panel strong{color:var(--ink)}.detail-list{background:var(--surface);border:1px solid var(--line);border-radius:8px;overflow:hidden}.detail-side{display:grid;gap:16px}.file-link{margin:0}.file-link a{color:var(--accent-dark);font-weight:700}.file-link span{color:var(--muted)}.compact-link{margin-top:16px}.inquiry-band{align-items:center;background:var(--blue);border-radius:8px;color:#fff;padding:34px}.inquiry-band .eyebrow{color:#e5b156}.inquiry-band h2{color:#fff}.inquiry-band .button{justify-self:end}.contact-card{display:grid;gap:10px;padding:26px}.hero-fact-card{box-shadow:var(--shadow);display:grid;gap:8px;padding:28px}.hero-fact-card span{color:var(--muted);font-size:.88rem}.hero-fact-card strong{margin-bottom:10px}.contact-card a,.contact-card strong{color:var(--accent-dark);font-size:1.08rem;font-weight:750;overflow-wrap:anywhere}.check-list{color:var(--muted);line-height:1.7;margin:22px 0 0;padding-left:20px}.form-panel{padding:26px}.field-grid,.inquiry-form{display:grid;gap:14px}.field-grid{grid-template-columns:1fr 1fr}.field{display:grid;gap:8px}.field span{color:var(--muted);font-size:.9rem}.field input,.field textarea{width:100%;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);padding:12px 13px}.field input:focus,.field textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(15,118,110,.12);outline:0}.field textarea{min-height:130px;resize:vertical}.turnstile-field{min-height:65px}.form-status{color:var(--muted);line-height:1.5;margin:0}.form-status.error{color:var(--error)}.empty-state{border:1px dashed var(--line);border-radius:8px;color:var(--muted);line-height:1.6;padding:24px}.site-footer{border-top:1px solid var(--line);color:var(--muted);padding:34px 0}.footer-inner{display:flex;justify-content:space-between;gap:28px}.footer-inner strong{color:var(--ink)}.footer-inner p{margin:8px 0 0;max-width:620px}.footer-links{display:flex;flex-wrap:wrap;gap:16px}@media (max-width:980px){.header-inner{grid-template-columns:1fr;padding:18px 0}.nav{flex-wrap:wrap}.nav-cta{justify-self:start}.home-hero-inner{grid-template-columns:1fr;min-height:0;padding-bottom:58px;padding-top:58px}.home-hero-panel{max-width:620px;width:100%}.page-title{font-size:3rem}.contact-layout,.detail-layout,.feature-grid,.inquiry-band,.list-grid,.media-strip,.page-hero,.product-grid,.section-grid{grid-template-columns:1fr}.inquiry-band .button{justify-self:start}}@media (max-width:640px){.footer-inner,.header-inner,.page-inner{width:min(100% - 28px,1120px)}.brand{align-items:flex-start}.brand-text{max-width:240px}.page-inner{padding:48px 0 58px}.page-hero{gap:28px;padding-bottom:36px}.section{margin-top:42px}.home-hero-inner{gap:30px;padding:38px 14px 42px}.home-hero h1{font-size:2.05rem;line-height:1.08}.home-hero .lead{font-size:.98rem;line-height:1.68;margin-top:18px}.home-hero .action-row{margin-top:24px}.hero-category-list{display:none}.home-hero-panel div{padding:17px}.page-title{font-size:2.36rem}.inquiry-band h2,.rich-copy h2,.section-copy h2,.section-heading-row h2{font-size:1.72rem}.footer-inner,.section-heading-row{align-items:flex-start;flex-direction:column}.detail-row,.fact-panel div,.field-grid{grid-template-columns:1fr}.form-panel,.inquiry-band{padding:22px}}