:root{--orange:#ff6500;--ink:#1d1d1f;--paper:#fbfaf8;--cream:#f0ece4;--line:#d9d8d2;--muted:#626b75}*{box-sizing:border-box}html{scroll-behavior:smooth}body,body *{font-family:"Aptos","Segoe UI Variable","Segoe UI",Arial,sans-serif}body{margin:0;background:var(--paper);color:var(--ink)}.wrap{width:min(1160px,calc(100% - 40px));margin:auto}a{color:inherit}.top{height:88px;background:#fff;border-bottom:1px solid var(--line)}.top .wrap{height:100%;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{display:flex;align-items:center;gap:11px;text-decoration:none}.brand img:first-child{width:42px;height:42px;object-fit:contain}.brand img:last-child{width:170px;height:auto}.nav{display:flex;align-items:center;gap:22px}.nav a{text-decoration:none;font-size:13px;font-weight:750}.nav .cta,.cta{background:var(--orange);color:white;border-radius:999px;padding:13px 18px;text-decoration:none;font-weight:800;display:inline-flex}.hero{padding:38px 0 80px}.hero-image{height:560px;border-radius:28px;overflow:hidden;position:relative;background:#e8e5df}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-copy{position:absolute;inset:0 auto 0 0;width:58%;display:flex;flex-direction:column;justify-content:center;padding:58px;background:linear-gradient(90deg,rgba(240,236,228,.98) 58%,rgba(240,236,228,.72) 78%,transparent)}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--orange)}h1{font-size:clamp(44px,6vw,74px);line-height:.98;letter-spacing:-.06em;margin:17px 0 23px}h2{font-size:clamp(34px,4vw,52px);line-height:1;letter-spacing:-.045em;margin:12px 0 25px}.hero-copy p,.lead{font-size:17px;line-height:1.65;color:#4e5862;max-width:590px}.content{padding-bottom:95px}.intro{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;padding:65px 0;border-block:1px solid var(--line)}.intro p{color:var(--muted);line-height:1.75}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-top:30px}.feature{border:1px solid var(--line);border-radius:15px;background:#fff;padding:21px}.feature b{display:block;margin-bottom:7px}.feature span{font-size:12px;color:var(--muted);line-height:1.5}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:55px}.gallery img{width:100%;height:300px;object-fit:cover;border-radius:17px;border:1px solid var(--line)}.related{padding:75px 0;background:var(--cream)}.related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.related a{background:#fff;border:1px solid var(--line);border-radius:13px;padding:18px;text-decoration:none;font-weight:800}.related a:hover{border-color:var(--orange);color:var(--orange)}footer{background:var(--ink);color:#aaa;padding:30px 0;font-size:12px}footer .wrap{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}footer a{color:white}.breadcrumb{padding-top:25px;font-size:12px;color:var(--muted)}@media(max-width:800px){.nav a:not(.cta){display:none}.hero-image{height:650px}.hero-copy{width:100%;padding:34px;justify-content:flex-start;background:linear-gradient(#f0ece4 0 48%,transparent 75%)}.intro{grid-template-columns:1fr;gap:20px}.features,.gallery,.related-grid{grid-template-columns:1fr 1fr}}@media(max-width:520px){.wrap{width:calc(100% - 24px)}.brand img:last-child{width:130px}.top{height:76px}.hero-image{height:590px}.hero-copy{padding:26px}.features,.gallery,.related-grid{grid-template-columns:1fr}.gallery img{height:250px}}
