@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;450;500;600;700;800&display=swap');
:root{--ink:#192d30;--muted:#68777a;--paper:#fff;--mint:#e3eeeb;--orange:#e56638;--line:#dce3e1;--soft:#f4f6f5}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;color:var(--ink);background:var(--paper);font-family:'Golos Text',Arial,sans-serif;font-size:16px;line-height:1.55}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a,input{touch-action:manipulation}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid var(--orange);outline-offset:4px}header{height:100px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:20px}.brand strong{font-size:39px;letter-spacing:-3px;line-height:1}.brand strong span{font-size:12px;vertical-align:top;letter-spacing:0}.brand small{font-size:14px;letter-spacing:2px;border-left:1px solid #bdc9c6;padding-left:20px}nav{display:flex;gap:34px;font-size:14px}.header-cta{border-bottom:1px solid var(--ink);font-size:14px;padding-bottom:7px}.header-cta span{margin-left:20px}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:640px}.hero-copy{padding:65px 8% 28px 10%;background:var(--mint);display:flex;flex-direction:column;align-items:flex-start}.eyebrow{font-size:12px;letter-spacing:1.8px;font-weight:600;margin:0 0 26px}h1{font-size:clamp(40px,4.8vw,76px);line-height:1.06;letter-spacing:-3.5px;margin:15px 0 26px;font-weight:500}h2{font-size:clamp(34px,3.4vw,52px);line-height:1.12;letter-spacing:-2px;font-weight:500;margin:0}.intro{max-width:410px;font-size:17px;line-height:1.7;margin:0 0 34px}.primary{padding:17px 23px;background:var(--ink);color:#fff;display:inline-flex;gap:35px;align-items:center;font-size:14px}.primary:hover{background:#304a4e}.primary span{font-size:20px}.hero-bottom{display:flex;width:100%;justify-content:space-between;margin-top:auto;padding-top:50px;font-size:12px;letter-spacing:.5px}.hero-art{background:#f0eee9;position:relative;padding:45px 8% 25px;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.hero-photo{height:490px;display:flex;align-items:center;justify-content:center}.hero-photo img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.vertical-label{position:absolute;right:18px;top:45px;font-size:11px;letter-spacing:2px;writing-mode:vertical-rl}.hero-caption{display:flex;justify-content:space-between;align-items:center;margin-top:18px;font-size:13px}.hero-caption span:last-child{font-size:11px;letter-spacing:2px}.section{padding:80px 5%}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:35px}.section-heading p:last-child{color:var(--muted);margin:0;font-size:15px}.section-heading .eyebrow{margin-bottom:16px;color:var(--muted)}.catalog-tools{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:20px;gap:18px}.categories{display:flex;gap:7px;flex-wrap:wrap}.categories button{border:0;background:var(--soft);color:var(--ink);padding:10px 17px;border-radius:2px;font-size:14px}.categories button.selected{color:#fff;background:var(--ink)}.search{display:flex;align-items:center;border-bottom:1px solid #aab8b4;max-width:280px;width:100%}.search input{border:0;width:100%;padding:9px 0;background:transparent;min-width:0;font-size:14px}.search>span:last-child{font-size:25px;margin-left:12px}.catalog-status{display:flex;justify-content:space-between;gap:15px;font-size:12px;color:var(--muted);margin:13px 0 23px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:35px 22px}.product{min-width:0}.product-image{border:0;padding:0;width:100%;position:relative;display:block;aspect-ratio:4/5;background:var(--soft);overflow:hidden}.product-image img{display:block;width:100%;height:100%;object-fit:contain;transition:transform .35s;background:#f7f7f7}.product-image:hover img{transform:scale(1.035)}.product-image .badge{position:absolute;top:12px;left:12px;z-index:1;background:#fff;padding:5px 9px;font-size:11px;color:var(--ink)}.product-meta{display:flex;justify-content:space-between;font-size:12px;color:var(--muted);margin-top:15px}.product h3{font-size:16px;line-height:1.4;font-weight:500;margin:7px 0 9px}.product h3 button{border:0;padding:0;background:none;text-align:left;color:inherit;line-height:inherit}.article{font-size:12px;color:var(--muted);overflow-wrap:anywhere;margin:0 0 9px}.sizes{font-size:12px;margin:0;color:var(--ink)}.more{display:block;margin:45px auto 0;padding:14px 45px;border:1px solid var(--line);background:#fff;color:var(--ink)}[hidden]{display:none!important}.production{display:grid;grid-template-columns:1fr 1fr;gap:10%;background:var(--ink);color:#fff}.production .eyebrow{color:#b4c7c1}.production h2{font-size:60px}.production-copy p{color:#c4d0cd;max-width:530px}.production-copy p.large{font-size:25px;line-height:1.5;color:white;margin:0 0 24px}.production-lines{margin-top:30px}.production-lines div{border-top:1px solid #456064;padding:14px 0;font-size:15px}.production-lines span{font-size:12px;color:#a6bab6;margin-right:26px}.contacts{background:var(--mint);display:grid;grid-template-columns:1.2fr 1fr;gap:8%;align-items:center}.contacts .primary{margin-top:28px}.contacts address{font-style:normal;display:flex;flex-direction:column;gap:14px}.contacts address>a{font-size:25px}.contacts address p{margin:10px 0 0}.contacts address small{color:#536763;font-size:14px;max-width:300px}footer{padding:34px 5%;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:12px;color:var(--muted)}.footer-brand{font-size:27px;font-weight:700;color:var(--ink);letter-spacing:-1px}.footer-brand span{font-size:12px;font-weight:400;letter-spacing:1px;margin-left:9px}dialog{border:0;padding:0;max-width:1000px;width:92vw;max-height:90vh;overflow:auto;color:var(--ink)}dialog::backdrop{background:#102326aa;backdrop-filter:blur(3px)}.close{position:absolute;right:10px;top:10px;border:0;background:white;border-radius:50%;width:44px;height:44px;font-size:28px;z-index:2}.detail{display:grid;grid-template-columns:1fr 1fr}.detail-photo{background:var(--soft);padding:25px;display:flex;align-items:center}.detail-photo img{width:100%;max-height:600px;object-fit:contain}.detail-text{padding:45px 30px}.detail h2{font-size:29px;letter-spacing:-1px;margin:10px 0 18px}.detail p{font-size:14px}.detail label{display:block;margin:20px 0 8px;font-size:14px}.variant-buttons{display:flex;flex-wrap:wrap;gap:8px}.variant-buttons button{border:1px solid var(--line);padding:9px 12px;background:white}.variant-buttons button.selected{background:var(--ink);color:white}.purchase{display:block;background:var(--ink);color:white;padding:14px 18px;text-align:center;margin-top:20px}.detail .stock{color:#34694f;font-size:14px}.detail small{color:var(--muted);font-size:12px}.sr-only,.skip:not(:focus){position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skip:focus{display:block;padding:15px}.empty{grid-column:1/-1;padding:50px 0;color:var(--muted)}
@media(min-width:1500px){body{max-width:1800px;margin:auto}.hero{min-height:720px}.hero-photo{height:565px}}
@media(max-width:1000px){header{padding:0 4%;height:85px}.brand small{display:none}nav{gap:20px}.hero-copy{padding:50px 8% 25px}.hero{min-height:570px}h1{letter-spacing:-2px}.hero-photo{height:390px}.hero-art{padding:35px 6%}.hero-bottom{gap:14px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.production h2{font-size:48px}.section{padding:60px 4%}.catalog-tools{flex-wrap:wrap}.search{max-width:100%}}
@media(max-width:650px){header{height:76px;gap:15px}.brand strong{font-size:32px}nav{gap:14px;font-size:12px}.header-cta{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding:36px 6% 24px}h1{font-size:46px;letter-spacing:-2px;margin-top:0}.eyebrow{font-size:10px;letter-spacing:1.3px}.intro{font-size:16px}.hero-bottom{padding-top:36px}.hero-art{padding:20px 6%;min-height:350px}.hero-photo{height:310px}.hero-caption{margin-top:8px}.vertical-label{right:9px;top:20px}.section{padding:48px 5%}.section-heading{display:block}.section-heading p:last-child{margin-top:18px}.section-heading p:last-child br{display:none}h2{font-size:35px;letter-spacing:-1.5px}.categories{gap:6px}.categories button{font-size:13px;padding:9px 12px}.catalog-status{display:block}.catalog-status p{margin:6px 0}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 12px}.product h3{font-size:14px}.product-image .badge{top:7px;left:7px;font-size:10px;padding:4px 6px}.product-meta{font-size:11px}.article{font-size:11px}.sizes{font-size:11px}.production,.contacts{grid-template-columns:1fr;gap:35px}.production h2{font-size:43px}.production-copy p.large{font-size:23px}.contacts address>a{font-size:22px}footer{align-items:start;flex-wrap:wrap}.footer-brand{width:100%}footer p{margin:0}.detail{grid-template-columns:1fr}.detail-photo{height:310px;padding:20px}.detail-photo img{height:100%;width:100%}.detail-text{padding:24px}.detail h2{font-size:26px}dialog{width:94vw;max-height:94vh}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.stock-filter{display:flex;align-items:center;gap:10px;font-size:14px;margin-top:20px}.stock-filter input{accent-color:#1a292b;width:18px;height:18px}.photo-thumbs{display:flex;gap:8px;flex-wrap:wrap;padding:12px}.photo-thumbs button{width:60px;height:75px;border:1px solid #ccc;border-radius:6px;overflow:hidden;padding:0}.photo-thumbs img{width:100%;height:100%;object-fit:cover}.variant-buttons{max-height:230px;overflow:auto}
.detail-photo{flex-direction:column;justify-content:center;min-width:0}.detail-photo>img{width:100%;height:420px;object-fit:contain}.photo-thumbs{width:100%;flex-wrap:nowrap;overflow-x:auto;max-width:100%;padding:12px 0}.photo-thumbs button{flex:0 0 60px}.photo-thumbs img{height:100%;width:100%}@media(max-width:650px){.detail-photo{height:auto}.detail-photo>img{height:280px}.photo-thumbs button{height:64px}}

.heritage{display:grid;grid-template-columns:1fr 1fr;gap:8%;border-bottom:1px solid var(--line);background:#faf9f5}.heritage .eyebrow{color:var(--muted)}.heritage-copy p{margin:0 0 20px;max-width:620px;color:#536563}.heritage-copy .heritage-lead{font-size:23px;line-height:1.5;color:var(--ink)}.heritage-years{display:flex;gap:22px;align-items:center;margin:30px 0 0}.heritage-years strong{font-size:74px;font-weight:500;letter-spacing:-5px;line-height:1}.heritage-years strong span{font-size:42px;vertical-align:top;letter-spacing:-2px}.heritage-years>span{font-size:13px;color:var(--muted)}.heritage-source{display:inline-block;margin-top:6px;font-size:12px;border-bottom:1px solid #9aaaa5;padding-bottom:4px}@media(max-width:650px){.heritage{grid-template-columns:1fr;gap:30px}.heritage-copy .heritage-lead{font-size:20px}.heritage-years strong{font-size:62px}.heritage-years{margin-top:24px}}

.brand{gap:12px}.brand-logo{width:72px;height:72px;object-fit:contain;flex-shrink:0}.brand-wordmark{display:flex;flex-direction:column;gap:7px}.brand-wordmark strong{font-size:32px;letter-spacing:-1px}.brand-wordmark small{display:block;border:0;padding:0;font-size:10px;letter-spacing:1.7px}@media(max-width:650px){header{height:auto;min-height:116px;flex-wrap:wrap;padding:12px 5%;gap:12px}.brand-logo{width:54px;height:54px}.brand-wordmark strong{font-size:27px}.brand-wordmark small{display:block;font-size:9px}header nav{width:100%;justify-content:space-between;font-size:13px;gap:12px}}

.product-prices p{margin:5px 0}.product-prices{margin:12px 0}.product-description{white-space:pre-line}
