:root{--red:#a92d20;--red-dark:#7f2118;--orange:#d96b32;--ink:#252525;--muted:#696762;--cream:#f5f0e8;--sand:#e8dccd;--white:#fff;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.55}.wrap{width:min(calc(100% - 48px),var(--max));margin:auto}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid #ece8e2}.nav-wrap{height:88px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;width:215px;height:72px;align-items:center}.brand img{display:block;width:100%;height:100%;object-fit:contain;object-position:left center}nav{display:flex;align-items:center;gap:32px}nav a{color:var(--ink);text-decoration:none;font-weight:650;font-size:.94rem}nav a:hover{color:var(--red)}.nav-cta{border:1px solid var(--ink);padding:10px 16px}.hero{overflow:hidden;background:linear-gradient(120deg,#faf7f2 0%,#f5eee5 55%,#efe1d1 100%)}.hero-grid{min-height:590px;display:grid;grid-template-columns:1.18fr .82fr;align-items:center;gap:80px;padding:72px 0}.eyebrow{margin:0 0 20px;color:var(--red);font-size:.76rem;letter-spacing:.19em;font-weight:800}.hero h1{margin:0;font-size:clamp(3.25rem,5.6vw,5.9rem);line-height:.94;letter-spacing:-.05em}.hero h1 span{color:var(--red)}.lead{max-width:620px;margin:26px 0 0;color:#504d49;font-size:1.14rem;line-height:1.72}.hero-actions{display:flex;gap:12px;margin-top:36px}.button{display:inline-block;padding:14px 20px;text-decoration:none;font-weight:750}.button.primary{background:var(--red);color:white}.button.primary:hover{background:var(--red-dark)}.button.secondary{border:1px solid #8c8177;color:var(--ink)}.hero-mark{position:relative;display:flex;align-items:center;justify-content:center;min-height:360px}.hero-mark:before{content:"";position:absolute;width:390px;height:390px;border-radius:50%;background:#df9b45;opacity:.13;right:-65px;top:-45px}.hero-mark img{position:relative;width:100%;max-width:470px;height:auto;mix-blend-mode:multiply}.value-strip{background:var(--ink);color:white}.value-grid{display:grid;grid-template-columns:repeat(3,1fr)}.value-grid div{padding:27px 28px;border-right:1px solid #4a4947}.value-grid div:first-child{padding-left:0}.value-grid div:last-child{border:0}.value-grid strong,.value-grid span{display:block}.value-grid strong{font-size:1.05rem}.value-grid span{color:#c9c5bf;font-size:.88rem;margin-top:3px}.section{padding:110px 0}.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px}.section h2,.contact-section h2{font-size:clamp(2.5rem,4.3vw,4.7rem);line-height:1.02;letter-spacing:-.045em;margin:0}.body-copy{font-size:1.15rem;color:var(--muted)}.body-copy p:first-child{margin-top:0}.inventory{background:var(--cream)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:50px}.section-heading p{max-width:390px;color:var(--muted);font-size:1.08rem}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:58px}.cards article{min-height:280px;background:white;padding:34px;border-top:4px solid var(--red)}.cards span{color:var(--red);font-size:.75rem;font-weight:800;letter-spacing:.15em}.cards h3{font-size:1.5rem;margin:58px 0 10px}.cards p{color:var(--muted);margin:0}.inventory-note{margin:25px 0 0;color:#77716b;font-size:.9rem}.contact-section{background:var(--red);color:white;padding:100px 0}.contact-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:90px;align-items:center}.eyebrow.light{color:#ffd4bc}.contact-section>div>div:first-child>p:last-child{font-size:1.12rem;color:#f5d9d2;max-width:650px}.contact-card{background:#fff;color:var(--ink);padding:38px}.contact-card .label{font-size:.68rem;letter-spacing:.16em;font-weight:800;color:#8b8179;margin:0 0 4px}.contact-card a{display:block;color:var(--red);font-weight:750;font-size:1.1rem;text-decoration:none;margin-bottom:24px}.contact-card .small{border-top:1px solid #eee5de;padding-top:20px;margin:4px 0 0;color:var(--muted)}footer{padding:28px 0;background:#181818;color:#aaa}.footer-wrap{display:flex;align-items:center;justify-content:space-between}.footer-wrap img{width:145px;height:58px;object-fit:contain;object-position:left center;filter:grayscale(1) brightness(2.4)}.footer-wrap p{font-size:.78rem}@media(max-width:850px){.wrap{width:min(calc(100% - 32px),var(--max))}.nav-wrap{height:76px}.brand{width:165px;height:58px}nav a:not(.nav-cta){display:none}.hero-grid{grid-template-columns:1fr;min-height:auto;padding:72px 0 50px;gap:42px}.hero-mark{max-width:500px;min-height:0;margin:auto}.hero-mark:before{width:300px;height:300px}.value-grid{grid-template-columns:1fr}.value-grid div,.value-grid div:first-child{padding:20px 0;border-right:0;border-bottom:1px solid #444}.split,.contact-grid{grid-template-columns:1fr;gap:40px}.section{padding:80px 0}.section-heading{display:block}.cards{grid-template-columns:1fr}.cards article{min-height:230px}.contact-section{padding:75px 0}.footer-wrap{gap:25px;align-items:flex-start;flex-direction:column}}@media(max-width:520px){.hero h1{font-size:3.25rem}.lead{font-size:1.05rem}.hero-actions{flex-direction:column}.button{text-align:center}.cards h3{margin-top:38px}.contact-card{padding:26px}.contact-card a{font-size:.95rem;overflow-wrap:anywhere}}
