:root{--ink:#0b0b0a;--paper:#f6f2ed;--red:#ef1724;--deep:#6f1712;--muted:#b8b0aa;--line:#d9d1ca}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ink);color:var(--paper);font-family:"DM Sans",sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-header{height:104px;display:flex;align-items:center;justify-content:space-between;max-width:1500px;margin:auto;padding:0 4vw;position:relative;z-index:5}.brand{display:flex;align-items:center;gap:14px;text-transform:uppercase}.brand img{width:58px;height:66px;object-fit:contain}.brand span{display:grid;line-height:1.05}.brand strong{font-family:"Oswald",sans-serif;font-size:1.1rem;letter-spacing:.04em}.brand small{font-size:.68rem;letter-spacing:.19em;color:#aaa;margin-top:7px}.site-header nav{display:flex;align-items:center;gap:34px;font-weight:600;font-size:.93rem}.site-header nav a{padding:10px 0;border-bottom:2px solid transparent}.site-header nav a:hover{border-color:var(--red)}.site-header .nav-contact{border:1px solid #5f5f5b;padding:11px 20px}.menu-button{display:none;background:transparent;border:1px solid #555;color:white;padding:9px 14px;font:inherit}.hero{min-height:calc(100vh - 104px);max-width:1500px;margin:auto;padding:5vh 4vw 10vh;display:grid;grid-template-columns:.82fr 1.18fr;align-items:center;gap:5vw;overflow:hidden}.hero-copy{position:relative;z-index:2;max-width:610px}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.76rem;font-weight:700;color:#ff767d;margin:0 0 23px}.hero h1,.intro h2,.shop h2,.contact h2{font-family:"Oswald",sans-serif;text-transform:uppercase;line-height:.98;margin:0}.hero h1{font-size:clamp(3.7rem,6.2vw,7rem);letter-spacing:-.035em}.lead{font-size:clamp(1rem,1.5vw,1.25rem);max-width:520px;color:#c9c4c0;margin:30px 0}.hero-actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;padding:15px 22px;font-weight:700;font-size:.91rem}.button-primary{background:var(--red);color:white}.text-link{font-weight:600}.text-link span{color:var(--red);padding-left:8px}.hero-visual{position:relative;min-height:660px;display:flex;align-items:center}.hero-visual>img{width:100%;aspect-ratio:4/3;object-fit:cover;position:relative;z-index:1;border-radius:2px 80px 2px 80px}.shape{position:absolute;width:82%;height:75%;background:var(--deep);right:-10%;top:1%;border-radius:90px 3px 90px 3px}.seal{position:absolute;z-index:2;left:-55px;bottom:4%;width:130px;height:130px;border-radius:50%;background:var(--paper);display:grid;place-items:center;box-shadow:0 16px 40px #0008}.seal img{width:86px;height:104px}.intro{background:var(--paper);color:var(--ink);padding:110px max(4vw,calc((100vw - 1380px)/2));display:grid;grid-template-columns:1fr 1fr;gap:10vw;align-items:end}.eyebrow.dark{color:var(--red)}.intro h2,.contact h2{font-size:clamp(2.7rem,4.8vw,5.4rem)}.intro>p{font-size:1.15rem;max-width:600px;margin:0}.offer-grid{background:var(--paper);color:var(--ink);padding:0 max(4vw,calc((100vw - 1380px)/2)) 110px;display:grid;grid-template-columns:repeat(3,1fr)}.offer-grid article{padding:38px;border-top:1px solid var(--line);border-right:1px solid var(--line)}.offer-grid article:first-child{border-left:1px solid var(--line)}.offer-grid span{font-family:"Oswald";color:var(--red);font-size:.82rem}.offer-grid h3{font-family:"Oswald";text-transform:uppercase;font-size:1.7rem;margin:35px 0 8px}.offer-grid p{color:#57524e;margin:0}.shop{background:var(--red);display:grid;grid-template-columns:.75fr 1.25fr;align-items:center;min-height:570px;overflow:hidden}.shop-mark{align-self:stretch;display:grid;place-items:center;background:#d50e1b;position:relative}.shop-mark:before{content:"";position:absolute;width:65%;aspect-ratio:1;border:1px solid #ff5963;border-radius:50%}.shop-mark img{width:min(45%,240px);position:relative;filter:brightness(0) invert(1)}.shop-copy{padding:80px 8vw}.shop-copy .eyebrow{color:#ffd2d4}.shop h2{font-size:clamp(3rem,5vw,5.5rem);max-width:800px}.shop-copy p{max-width:630px;font-size:1.1rem}.button-light{background:white;color:var(--red);margin-top:16px}.contact{background:var(--paper);color:var(--ink);padding:110px max(4vw,calc((100vw - 1380px)/2));display:grid;grid-template-columns:1fr 1fr;gap:8vw}.contact-details{display:grid}.contact-details a,.contact-item{padding:22px 0;border-bottom:1px solid var(--line);display:grid}.contact-details small{text-transform:uppercase;color:#777;letter-spacing:.16em;font-size:.7rem}.contact-details strong{font-family:"Oswald";text-transform:uppercase;font-size:1.5rem;margin-top:5px}.contact-details a:hover strong{color:var(--red)}footer{max-width:1500px;margin:auto;min-height:180px;padding:40px 4vw;display:flex;align-items:center;gap:6vw;color:#aaa;font-size:.85rem}footer p:last-child{margin-left:auto}.footer-brand{color:white}.footer-brand img{width:48px;height:56px}
@media(max-width:900px){.site-header{height:88px}.brand img{width:46px;height:54px}.site-header nav{display:none;position:absolute;left:0;right:0;top:88px;background:#151514;padding:28px 5vw;flex-direction:column;align-items:stretch}.site-header nav.open{display:flex}.menu-button{display:block}.hero{grid-template-columns:1fr;padding-top:8vh}.hero-copy{max-width:720px}.hero h1{font-size:clamp(3.5rem,13vw,6rem)}.hero-visual{min-height:auto;margin-top:40px}.hero-visual>img{border-radius:2px 50px 2px 50px}.seal{width:92px;height:92px;left:-12px}.seal img{width:59px;height:70px}.intro,.contact{grid-template-columns:1fr;gap:40px;padding-top:80px;padding-bottom:80px}.offer-grid{grid-template-columns:1fr}.offer-grid article,.offer-grid article:first-child{border-left:none;border-right:none}.shop{grid-template-columns:1fr}.shop-mark{min-height:300px}.shop-copy{padding:70px 6vw}footer{align-items:flex-start;flex-direction:column;gap:14px}footer p{margin:0}footer p:last-child{margin-left:0}}@media(max-width:520px){.site-header{padding:0 20px}.brand span{display:none}.hero{padding-left:20px;padding-right:20px}.hero h1{font-size:3.35rem}.lead{margin:22px 0}.hero-actions{align-items:flex-start;flex-direction:column;gap:17px}.intro,.offer-grid,.contact{padding-left:20px;padding-right:20px}.offer-grid article{padding:30px 0}.shop-copy{padding-left:20px;padding-right:20px}.shop h2{font-size:2.9rem}.contact-details strong{font-size:1.3rem}footer{padding-left:20px;padding-right:20px}}
.history{background:#171715;padding:110px max(4vw,calc((100vw - 1380px)/2))}.history-copy{display:grid;grid-template-columns:1fr 1.25fr;gap:7vw;align-items:end;margin-bottom:55px}.history-copy .eyebrow{grid-column:1/-1;margin-bottom:-25px}.history-copy h2{font-family:"Oswald",sans-serif;text-transform:uppercase;font-size:clamp(2.7rem,4.4vw,5rem);line-height:1;margin:0}.history-copy>p:last-child{max-width:460px;color:#c9c4c0;font-size:1.08rem;margin:0}.history-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.history-gallery figure{margin:0}.history-gallery img{width:100%;height:280px;object-fit:cover;filter:saturate(.82) contrast(1.04)}.history-gallery .history-main{grid-column:span 2}.history-gallery .history-main img{border-radius:2px 48px 2px 2px}.history-gallery .history-portrait img{object-position:center 22%}.history-gallery figcaption{margin-top:10px;color:#918c87;font-size:.75rem}@media(max-width:900px){.history{padding-top:80px;padding-bottom:80px}.history-copy{grid-template-columns:1fr;gap:25px}.history-copy .eyebrow{grid-column:auto;margin-bottom:0}.history-gallery{grid-template-columns:repeat(2,1fr)}.history-gallery .history-main{grid-column:span 2}.history-gallery img{height:260px}}@media(max-width:520px){.history{padding-left:20px;padding-right:20px}.history-gallery{grid-template-columns:1fr;gap:28px}.history-gallery .history-main{grid-column:auto}.history-gallery img{height:auto;aspect-ratio:4/3}.history-gallery .history-portrait img{aspect-ratio:4/5}.history-gallery .history-main img{border-radius:2px 34px 2px 2px}}
.shop-steps{list-style:none;padding:0;margin:30px 0 20px;max-width:680px;border-top:1px solid #ff6972}.shop-steps li{display:grid;grid-template-columns:48px 1fr;align-items:center;padding:15px 0;border-bottom:1px solid #ff6972}.shop-steps span{font-family:"Oswald",sans-serif;font-size:.8rem;color:#ffd2d4}.shop-steps strong{font-size:1.05rem}.shop-steps small{grid-column:2;color:#ffe4e5;margin-top:2px}@media(max-width:520px){.shop-steps li{grid-template-columns:40px 1fr}.shop-steps strong{font-size:1rem}}
.products{background:var(--paper);color:var(--ink);padding:110px max(4vw,calc((100vw - 1380px)/2))}.products-heading{display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:5vw;margin-bottom:48px}.products-heading .eyebrow{grid-column:1/-1;margin-bottom:-25px}.products-heading h2{font-family:"Oswald",sans-serif;text-transform:uppercase;font-size:clamp(2.7rem,4.8vw,5.4rem);line-height:.98;margin:0}.products-heading>p:last-child{max-width:420px;color:#57524e;font-size:1.08rem;margin:0}.products-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.products-gallery figure{margin:0}.products-gallery .products-featured{grid-column:span 2;grid-row:span 2}.products-gallery img{width:100%;height:360px;object-fit:cover}.products-gallery .products-featured img{height:758px;border-radius:2px 56px 2px 2px}.products-gallery figcaption{font-size:.76rem;color:#716b66;margin-top:9px}@media(max-width:900px){.products{padding-top:80px;padding-bottom:80px}.products-heading{grid-template-columns:1fr;gap:22px}.products-heading .eyebrow{grid-column:auto;margin-bottom:0}.products-gallery{grid-template-columns:repeat(2,1fr)}.products-gallery .products-featured{grid-column:span 2;grid-row:auto}.products-gallery .products-featured img{height:520px}}@media(max-width:520px){.products{padding-left:20px;padding-right:20px}.products-gallery{grid-template-columns:1fr;gap:28px}.products-gallery .products-featured{grid-column:auto}.products-gallery img,.products-gallery .products-featured img{height:auto;aspect-ratio:4/5}.products-gallery .products-featured img{border-radius:2px 36px 2px 2px}}
.hero-hours{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:28px}.hero-hours a{display:inline-grid;gap:1px;padding:9px 13px;border:1px solid #593839;background:#211313;text-transform:uppercase}.hero-hours strong{font-family:"Oswald",sans-serif;font-size:.78rem;letter-spacing:.08em}.hero-hours span{color:#ff9aa0;font-size:.64rem;letter-spacing:.05em}.hero-hours a:last-child{position:relative;padding-left:30px}.hero-hours a:last-child:before{content:"";position:absolute;left:13px;top:14px;width:8px;height:8px;border-radius:50%;background:var(--red);box-shadow:0 0 0 4px #ef17242b}.hero-hours a:hover{border-color:var(--red)}@media(max-width:520px){.hero-hours{margin-bottom:22px}.hero-hours a{padding:8px 10px}.hero-hours a:last-child{padding-left:27px}.hero-hours a:last-child:before{left:11px;top:13px}.hero-hours strong{font-size:.72rem}.hero-hours span{font-size:.6rem}}
.footer-social{color:#eee;border-bottom:1px solid #555;padding-bottom:2px}.footer-social:hover{color:#ff767d;border-color:#ef1724}
.shop-photos{align-self:stretch;display:grid;grid-template-columns:1fr 1fr;gap:3px;background:#a80b14}.shop-photos-title{grid-column:1/-1;margin:0;padding:15px 18px 12px;background:#8f0911;color:#ffd2d4;font-family:"Oswald",sans-serif;font-size:.78rem;text-transform:uppercase;letter-spacing:.16em}.shop-photos figure{margin:0;position:relative;min-height:245px;overflow:hidden}.shop-photos .shop-photo-main{grid-column:1/-1;min-height:440px}.shop-photos img{position:absolute;width:100%;height:100%;object-fit:cover}.shop-photos figcaption{position:absolute;z-index:1;left:0;right:0;bottom:0;padding:34px 18px 13px;background:linear-gradient(transparent,#090909d9);color:white;font-size:.72rem}@media(max-width:900px){.shop-photos{min-height:760px}.shop-photos .shop-photo-main{min-height:470px}}@media(max-width:520px){.shop-photos{grid-template-columns:1fr;min-height:auto}.shop-photos-title{grid-column:auto}.shop-photos figure,.shop-photos .shop-photo-main{grid-column:auto;min-height:420px}.shop-photos figure:not(.shop-photo-main){min-height:320px}}
