:root{--wine:#872437;--ink:#252525;--muted:#666;--paper:#f4f3f0;--line:#d9d8d4}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);background:#fff;font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}a:focus-visible,summary:focus-visible{outline:3px solid #b95d6c;outline-offset:5px}header{height:100px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#fff;gap:24px}.brand img{width:124px;height:70px;object-fit:contain}nav{display:flex;gap:32px;font-size:14px}nav a:hover,.text-link:hover{color:var(--wine)}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:35px;padding:17px 25px;background:var(--wine);color:#fff;font-size:14px;font-weight:600;transition:background .2s}.button:hover{background:#642031}.button.small{padding:13px 20px}.hero{display:grid;grid-template-columns:1.05fr 1fr;min-height:650px}.hero-copy{padding:70px 9% 25px 9.5%;display:flex;flex-direction:column;align-items:flex-start}.eyebrow{font-size:12px;letter-spacing:1.8px;font-weight:700;text-transform:uppercase;color:var(--wine);margin:0 0 25px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(54px,6.5vw,100px);line-height:1.03;letter-spacing:-4px;font-weight:500;margin-bottom:30px}em{font-family:Georgia,serif;font-weight:400;color:var(--wine)}.intro{max-width:460px;font-size:18px;color:#555;line-height:1.7}.actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin:12px 0 40px}.text-link{font-size:14px;border-bottom:1px solid;padding-bottom:5px}.hero-foot{margin-top:auto;width:100%;padding-top:30px;display:flex;justify-content:space-between;gap:15px;font-size:12px;letter-spacing:1px}.hero-photo{position:relative;min-height:650px;background:#263548}.hero-photo>img{width:100%;height:100%;position:absolute;object-fit:cover}.photo-label{position:absolute;left:0;right:0;bottom:0;padding:25px 35px;display:flex;justify-content:space-between;gap:20px;background:linear-gradient(transparent,#000b);color:white;font-size:12px;letter-spacing:1px}.ribbon{padding:22px 5%;background:var(--wine);color:white;display:flex;justify-content:space-between;gap:20px;font-size:14px}.section{padding:95px 5%}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:45px}.section-head>p{max-width:360px;color:var(--muted)}h2{font-size:clamp(32px,4vw,56px);font-weight:400;letter-spacing:-1.8px;line-height:1.12;margin-bottom:20px}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:45px 26px}.product-photo{aspect-ratio:1.5;position:relative;overflow:hidden;background:var(--paper)}.product-photo img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product:hover img{transform:scale(1.035)}.product-photo>span{position:absolute;top:12px;left:12px;background:#fff;padding:3px 10px;font-size:12px}.product-body{padding:23px 0}.product .eyebrow{margin-bottom:10px}.product h3{font-size:25px;letter-spacing:-.6px;font-weight:500;margin-bottom:12px}.product-body>p:not(.eyebrow){color:var(--muted)}details{border-bottom:1px solid var(--line);padding:17px 0}summary{cursor:pointer;font-size:15px;font-weight:600}details p{font-size:15px;margin:15px 0;color:#666}details a{font-size:14px;color:var(--wine);text-decoration:underline}.applications{background:var(--paper)}.application-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.application-grid img{width:100%;height:320px;object-fit:cover}.application-grid article>div{padding:25px 0}.application-grid span{font-size:12px;letter-spacing:1px;color:var(--wine)}.application-grid h3{font-size:26px;font-weight:400;margin:13px 0}.application-grid p{color:#666}.application-grid a{font-size:14px;border-bottom:1px solid}.caption{font-size:12px;color:#666;margin:25px 0 0}.about{display:grid;grid-template-columns:1fr 2fr;border-bottom:1px solid var(--line)}.about>div{max-width:780px}.about p:not(.eyebrow){max-width:650px;color:#666;font-size:18px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:50px}.steps article{border-top:1px solid var(--line);padding-top:25px}.steps span{font:italic 36px Georgia,serif;color:var(--wine)}.steps h3{font-size:20px;margin:20px 0 12px;font-weight:500}.steps p{color:#666}.faq{background:var(--paper);display:grid;grid-template-columns:1fr 1.4fr;gap:70px}.faq details{padding:22px 0}.faq summary{font-size:17px}.contact{background:var(--wine);color:#fff;display:grid;grid-template-columns:1.5fr 1fr;gap:70px}.contact .eyebrow,.contact em{color:#f3c5ce}.contact h2{font-size:clamp(38px,5vw,70px)}.contact p{color:#eee}.light{background:#fff;color:var(--wine);margin-top:15px}.light:hover{background:#f2dbdf}.contact-info{padding-top:30px;display:flex;flex-direction:column;align-items:flex-start;gap:18px}.contact-info span{font-size:12px;letter-spacing:2px;margin-bottom:20px}.contact-info>a{border-bottom:1px solid #ffffff60;overflow-wrap:anywhere}.contact-info>a:first-of-type{font-size:28px}footer{display:flex;justify-content:space-between;gap:20px;padding:30px 5%;font-size:12px}footer strong{color:var(--wine);font-size:18px}footer a{text-decoration:underline}@media(min-width:1600px){body{max-width:1800px;margin:auto}}@media(max-width:1000px){header{padding:0 4%}nav{gap:15px}.hero{min-height:580px}.hero-copy{padding:50px 8% 25px}h1{letter-spacing:-2px}.hero-photo{min-height:580px}.hero-foot{flex-direction:column}.products{grid-template-columns:repeat(2,1fr)}.application-grid img{height:240px}.section{padding:65px 5%}.steps{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){header{height:auto;min-height:88px;flex-wrap:wrap;padding:10px 5% 15px;gap:10px}.brand img{width:102px;height:55px}header>.button{font-size:12px;padding:11px 13px;gap:10px}nav{order:3;width:100%;justify-content:space-between;font-size:13px}.hero{grid-template-columns:1fr}.hero-copy{padding:45px 6% 25px}.hero-photo{min-height:410px;order:2}h1{font-size:64px}.intro{font-size:17px}.hero-foot{flex-direction:row;margin-top:8px;font-size:10px}.ribbon{padding:17px 6%;font-size:12px;flex-wrap:wrap}.ribbon span:last-child{display:none}.section-head{display:block}.section-head>p{max-width:none}.section{padding:55px 6%}.products,.application-grid{grid-template-columns:1fr}.products{gap:20px}.application-grid img{height:330px}.about,.faq,.contact{grid-template-columns:1fr;gap:30px}.about p:not(.eyebrow){font-size:16px}.steps{gap:25px 20px}.steps h3{font-size:18px}.steps p{font-size:15px}.contact-info{padding-top:10px}footer{flex-wrap:wrap}footer span{width:100%;order:3}.photo-label{padding:24px;font-size:11px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.brand{display:flex;align-items:center;flex-shrink:0}.brand img{width:140px;height:86px;object-fit:contain;display:block}@media(max-width:650px){.brand img{width:112px;height:72px}}



/* Let the facade define its own block height without letterboxing. */
.hero-photo{min-height:0;align-self:start;aspect-ratio:auto}.hero-photo>img{position:static;display:block;width:100%;height:auto;object-fit:initial}@media(max-width:1000px){.hero-photo{min-height:0}}@media(max-width:650px){.hero-photo{min-height:0;aspect-ratio:auto}}

.contact-info>a.contact-social{display:inline-flex;align-items:center;gap:12px;border-bottom:0;color:#fff;transition:color .2s}.contact-social .social-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid #ffffff60;border-radius:50%;transition:background .2s,color .2s}.contact-social svg{display:block;width:27px;height:27px;flex-shrink:0}.contact-social .social-label{margin:0;font-size:17px;letter-spacing:0;border-bottom:1px solid #ffffff60}.contact-info>a.contact-social:hover .social-icon{background:#fff;color:var(--wine)}.contact-info>a.contact-social:hover .social-label{border-bottom-color:#fff}.contact-info>a.contact-social:focus-visible{outline:2px solid #fff;outline-offset:4px}
