@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--paper:#f5f2eb;--ink:#253c34;--muted:#5f6960;--line:#d8ddd1;--gold:#a47730}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:28px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button{font:inherit}img{display:block;max-width:100%}.wrap{width:min(1200px,calc(100% - 96px));margin-inline:auto}.header{height:110px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;font-family:Manrope,sans-serif;font-weight:800;letter-spacing:1.6px;font-size:19px}.mark{font-size:22px;letter-spacing:-2px;border:1px solid var(--ink);padding:0 7px;margin-right:11px;line-height:35px;border-radius:7px}.brand-dot{color:var(--gold)}.nav{font-size:14px}.nav span{margin-left:16px}.hero{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center;padding-block:76px 90px}.eyebrow{font-size:11px;font-weight:700;letter-spacing:2.5px;margin:0 0 22px}h1,h2,h3{font-family:Manrope,sans-serif;font-weight:500;line-height:1.12;letter-spacing:-2px;margin:0}h1{font-size:clamp(44px,5.2vw,72px)}h1 em{font-weight:400;font-style:normal;color:var(--gold)}.intro{font-size:16px;max-width:400px;color:var(--muted);margin:26px 0 30px}.button{display:inline-flex;gap:40px;align-items:center;background:var(--ink);color:white;border-radius:5px;padding:14px 22px;font-size:14px}.button:hover{background:#3c584b}.hero-photo{position:relative;border-radius:100px 8px 8px 8px;overflow:hidden;background:#ddd2be}.hero-photo>img{width:100%;height:470px;object-fit:cover}.photo-label{position:absolute;bottom:18px;left:18px;right:18px;display:flex;justify-content:space-between;padding:12px 16px;background:#f5f2ebed;border-radius:4px;font-size:12px}.catalog{padding-top:40px;border-top:1px solid var(--line)}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:35px}.section-head .eyebrow{margin-bottom:12px}h2{font-size:38px;letter-spacing:-1.4px}.count{font-size:12px;color:var(--muted)}.product{display:grid;grid-template-columns:1.15fr 1fr;gap:65px;align-items:center}.main-photo{background:#e8e3d9;border-radius:8px;overflow:hidden}.main-photo img{width:100%;height:420px;object-fit:contain}.thumbnails{display:flex;gap:12px;margin-top:14px}.thumb{background:transparent;cursor:pointer;padding:5px;border:1px solid transparent;border-radius:6px;color:var(--muted);width:94px;font-size:11px}.thumb img{width:82px;height:62px;object-fit:cover;border-radius:3px;margin-bottom:4px}.thumb.selected{border-color:var(--ink);color:var(--ink)}.badge{display:inline-block;background:#e4e8dc;padding:5px 12px;border-radius:30px;font-size:11px;margin-bottom:22px}h3{font-size:42px;letter-spacing:-1.5px}.product-subtitle{font-size:17px;color:var(--gold);margin:16px 0}.product-copy>p:not(.product-subtitle){color:var(--muted);font-size:14px}dl{margin:25px 0}dl div{display:flex;justify-content:space-between;gap:15px;padding:12px 0;border-bottom:1px solid var(--line);font-size:12px}dt{color:var(--muted)}dd{margin:0;text-align:right}.note{font-size:12px!important}.custom{display:flex;gap:45px;align-items:center;margin-top:80px;margin-bottom:70px;background:#e8eade;padding:45px;border-radius:8px}.custom-number{font-size:100px;font-weight:400;color:#7c8f77;line-height:1}.custom .eyebrow{margin-bottom:15px}.custom h2{font-size:32px}.custom p:last-child{font-size:14px;color:var(--muted);max-width:500px;margin-bottom:0}footer{border-top:1px solid var(--line);padding-block:28px;display:flex;justify-content:space-between;align-items:center}footer p{font-size:12px;color:var(--muted)}:focus-visible{outline:3px solid var(--gold);outline-offset:5px}@media(max-width:760px){.wrap{width:calc(100% - 36px)}.header{height:82px}.brand{font-size:15px}.mark{font-size:19px;margin-right:8px;line-height:29px}.nav{font-size:12px}.nav span{margin-left:4px}.hero{grid-template-columns:1fr;gap:32px;padding-block:42px 48px}h1{font-size:52px}.intro{margin-top:20px;font-size:15px}.hero-photo>img{height:330px}.hero-photo{border-top-left-radius:65px}.section-head{display:block}h2{font-size:30px}.count{display:block;margin-top:14px}.product{grid-template-columns:1fr;gap:28px}.main-photo img{height:330px}h3{font-size:36px}.custom{margin-top:48px;margin-bottom:40px;padding:28px;gap:20px}.custom-number{display:none}.custom h2{font-size:28px}footer{gap:15px;align-items:start;flex-direction:column}footer p{margin:0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.categories{display:flex;flex-wrap:wrap;gap:10px;list-style:none;padding:0;margin:0 0 18px}.categories li{border:1px solid var(--line);border-radius:30px;padding:7px 14px;font-size:12px}.catalog>.note{margin-bottom:30px;color:var(--muted)}
