:root{--nav:#0f172a;--strip:#020d27;--home:#26131b;--home-deep:#1f0f15;--home-surface:#4a2633;--home-border:#7a4a58;--products:#2f2a1f;--products-deep:#1f1c13;--products-surface:#3a3426;--products-border:#6b5e3b;--about:#251632;--about-surface:#2c1a3a;--about-border:#6e4a8a;--text:#fff;--muted:#eee4e7;--gold:#d2ae67}*{box-sizing:border-box}body{margin:0;color:var(--text);font-family:Arial,Helvetica,sans-serif;line-height:1.6}.container{width:min(1160px,calc(100% - 48px));margin:auto}.site-header{background:var(--nav);min-height:72px;display:flex;align-items:center}.header-inner{width:min(1160px,calc(100% - 48px));margin:auto;display:flex;justify-content:space-between;align-items:center;gap:25px}.wordmark,.site-header nav a{color:#fff;text-decoration:none;font-family:Georgia,serif;font-weight:bold;letter-spacing:.7px}.wordmark{font-size:18px}.site-header nav{display:flex;gap:30px}.site-header nav a{font-size:15px;padding:25px 0 7px}.site-header nav a.active{border-bottom:1px solid #fff}.brand-strip{height:300px;background:var(--strip);display:grid;place-items:center}.brand-strip img{width:308px;max-height:280px;object-fit:contain}.eyebrow{margin:0 0 11px;color:var(--gold);font-size:13px;letter-spacing:1.5px;font-weight:800}.page-title{font-size:clamp(36px,5.1vw,62px);line-height:1.08;letter-spacing:-1.5px;margin:0 0 22px}.lead{font-size:18px;color:var(--muted);margin:0;max-width:570px}.button{display:inline-block;margin-top:28px;padding:14px 21px;background:var(--gold);border:1px solid #edcf91;border-radius:7px;color:#12151b;text-decoration:none;font-weight:800;letter-spacing:.7px}.hero{padding:84px 0}.home-page{background:var(--home)}.home-page .hero{background:linear-gradient(135deg,var(--home-deep),var(--home))}.about-page{background:var(--about)}.about-page .hero{background:linear-gradient(135deg,var(--about),#1a0f24)}.products-page{background:var(--products)}.products-page .hero{background:linear-gradient(135deg,var(--products-deep),var(--products))}.hero-grid{display:grid;grid-template-columns:45% 55%;gap:58px;align-items:center}.hero-visual{width:100%;height:355px;object-fit:cover;border-radius:16px}.home-page .hero-visual{border:1px solid var(--home-border)}.about-page .hero-visual{border:1px solid var(--about-border)}.products-page .hero-visual{border:1px solid var(--products-border)}.home-page .section-card{border-color:var(--home-border);background:var(--home-surface)}.about-page .section-card{border-color:var(--about-border);background:var(--about-surface)}.products-page .section-card{border-color:var(--products-border);background:var(--products-surface)}.content-section{padding:76px 0}.section-card{border:1px solid;border-radius:15px;padding:48px;text-align:center}.section-card h2,.products-heading{font-size:clamp(30px,4vw,46px);line-height:1.15;margin:0 0 16px}.section-card p{max-width:790px;margin:0 auto 12px;color:var(--muted);font-size:17px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;text-align:left;margin-top:30px}.mini-card{border:1px solid currentColor;border-radius:12px;padding:25px}.about-page .mini-card{color:var(--about-border);background:#1e1228}.mini-card h3{color:#fff;margin:0 0 10px;font-size:18px}.mini-card p{margin:0;color:var(--muted);font-size:16px}.products-intro{text-align:center;padding:72px 0 30px}.products-intro p{color:var(--muted);font-size:18px;margin:auto;max-width:720px}.products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;padding-bottom:72px}.product-card{display:flex;flex-direction:column;min-height:560px;padding:20px;border:1px solid var(--products-border);border-radius:15px;background:var(--products-surface);text-align:center}.product-image{height:300px;background:#252117;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:16px;margin-bottom:18px;overflow:hidden}.product-image img{max-width:100%;max-height:100%;object-fit:contain}.product-card h2{font-size:23px;margin:0 0 12px}.product-card p{margin:0;color:var(--muted);font-size:16px}.product-card .button{margin-top:auto}.final-cta{text-align:center;padding:82px 0}.footer-standard{background:var(--nav);padding:54px 0 32px;color:#fff}.disclaimer{border:1px solid #385276;border-radius:12px;padding:23px 25px;margin-bottom:43px}.disclaimer p{margin:11px 0 0;color:#e7edf5}.footer-intro h2{font-size:28px;line-height:1.2;margin:0 0 5px}.footer-intro p{margin:0 0 24px}.footer-label{font-size:13px;font-weight:800;letter-spacing:1.4px;margin:0 0 14px}.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.footer-card{min-height:185px;padding:22px;background:#151e2d;border:1px solid #385276;border-radius:12px}.footer-card h3{font-size:15px;margin:0 0 14px}.footer-card a,.footer-card p{display:block;color:#fff;text-decoration:none;margin:0 0 10px}.network div{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}.footer-bottom{display:flex;align-items:center;gap:58px;border-top:1px solid #385276;margin-top:36px;padding-top:30px}.footer-bottom img{width:210px;height:94px;object-fit:contain}.footer-bottom p{margin:8px 0 0;color:#e8edf4}@media(max-width:760px){.container,.header-inner{width:calc(100% - 32px)}.site-header{padding:16px 0}.header-inner{align-items:flex-start;flex-direction:column;gap:10px}.site-header nav{flex-wrap:wrap;gap:16px}.site-header nav a{padding:0;font-size:13px}.brand-strip{height:230px}.brand-strip img{width:225px;max-height:210px}.hero,.content-section,.final-cta{padding:58px 0}.hero-grid{grid-template-columns:1fr;gap:30px}.hero-visual{height:250px}.cards,.products-grid,.footer-grid{grid-template-columns:1fr}.section-card{padding:32px 22px}.product-card{min-height:0}.product-image{height:270px}.footer-bottom{align-items:flex-start;flex-direction:column;gap:20px}.footer-bottom img{width:180px}}



/* Mobile navigation and stacked footer cards. */
.menu-toggle{display:none}
@media(max-width:760px){
  .site-header{padding:14px 0}
  .header-inner{position:relative;min-height:58px;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;gap:16px}
  .wordmark{font-family:Arial,Helvetica,sans-serif;font-size:18px;letter-spacing:.06em}
  .menu-toggle{display:inline-flex;min-height:58px;align-items:center;justify-content:center;margin-left:auto;padding:0 20px;border:1px solid #526b94;border-radius:9px;background:transparent;color:#fff;font:inherit;font-size:18px;cursor:pointer}
  .site-header nav{display:none!important}
  .site-header nav.menu-open{position:absolute;top:72px;left:0;right:0;z-index:20;display:flex!important;flex-direction:column;gap:0;padding:10px 18px;border:1px solid #385276;border-radius:10px;background:#0f172a;box-shadow:0 14px 26px rgba(0,0,0,.28)}
  .site-header nav.menu-open a{padding:12px 0;font-size:14px}
  .footer-grid{grid-template-columns:1fr!important}
}
