@import url('/styles.css');
:root{--ink:#252923;--primary:#344d3d;--bg:#f7f6f2;--line:#e1e3da}
html{scroll-behavior:smooth}body{background:var(--bg)}a{color:inherit;text-decoration:none}button:disabled{opacity:.45;cursor:not-allowed}button:focus-visible,a:focus-visible{outline:3px solid #94ad79;outline-offset:4px}.shop-top{background:#344d3d;color:#fff;text-align:center;font-size:11px;padding:10px;letter-spacing:1px}.shop-header{height:86px;display:flex;align-items:center;justify-content:space-between;max-width:1280px;margin:auto;padding:0 40px;border-bottom:1px solid var(--line)}.wordmark{font-size:27px;letter-spacing:5px;font-weight:800}.wordmark small{display:block;font-size:8px;letter-spacing:3px;margin-top:3px}.shop-header nav{flex-direction:row;gap:30px;font-size:13px}.bag-btn{border:1px solid #b9c4b3;background:transparent;border-radius:30px;padding:11px 20px}.bag-btn b{background:#344d3d;color:white;border-radius:50%;padding:3px 7px;margin-left:8px}.shop-main{max-width:1280px;margin:auto;padding:0 40px}.hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:50px;padding:48px 0 60px}.eyebrow{letter-spacing:2.5px;font-size:11px;font-weight:700;color:#62765a}.hero h1{font-family:Georgia,serif;font-size:clamp(40px,5vw,68px);line-height:1.06;font-weight:400;margin:20px 0}.hero p{color:#71776b;font-size:14px;line-height:1.9;max-width:380px}.shop-cta{display:inline-block;background:#344d3d;color:#fff;padding:15px 25px;border:0;border-radius:5px;margin-top:18px;font-size:13px}.hero-art{background:#e6e8dd;border-radius:90px 8px 8px 8px;height:390px;position:relative;overflow:hidden;display:grid;place-items:center}.hero-art svg{width:80%;height:90%}.hero-stamp{position:absolute;bottom:20px;right:20px;background:#fff9;padding:14px 20px;font-size:11px;line-height:1.8;backdrop-filter:blur(8px)}.benefits{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:23px 0;gap:20px;font-size:12px}.benefits span{color:#73786d;display:block;margin-top:6px;font-size:11px}.collection-head{display:flex;align-items:end;justify-content:space-between;margin:48px 0 22px}.collection-head h2{font-family:Georgia,serif;font-size:33px;font-weight:400;margin:10px 0 0}.filters{display:flex;gap:10px;align-items:center;margin-bottom:25px;flex-wrap:wrap}.filters input{flex:1;min-width:170px}.filters select{width:auto;max-width:200px}.shop-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px 20px;margin-bottom:60px}.shop-card{border:0;background:none;text-align:left;padding:0;position:relative;color:inherit}.product-art{height:265px;background:#e8e9e0;border-radius:8px;display:grid;place-items:center;overflow:hidden}.product-art svg{width:85%;height:85%}.product-art img{width:100%;height:100%;object-fit:cover}.shop-card:nth-child(3n+2) .product-art{background:#e7e1d7}.shop-card:nth-child(3n+3) .product-art{background:#dfe6e4}.shop-card h3{font-size:13px;margin:15px 0 8px;font-weight:600}.shop-card p{font-size:12px;color:#72796b;margin:0 0 8px}.shop-card strong{font-size:14px}.shop-card .tag{position:absolute;top:12px;left:12px;background:#ffffffe0;padding:5px 8px;font-size:10px;border-radius:4px}.shop-footer{border-top:1px solid var(--line);padding:35px 40px;display:flex;justify-content:space-between;gap:25px;font-size:12px;color:#73786d;line-height:1.9}.shop-footer strong{color:#344d3d;letter-spacing:2px}.dialog{border:0;border-radius:16px;padding:28px;max-width:850px;width:calc(100% - 32px);max-height:90vh;color:var(--ink)}.dialog::backdrop{background:#18211788;backdrop-filter:blur(3px)}.dialog-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.dialog-header h2{font-size:23px;margin:0}.dialog-close{border:0;background:#f1f2ec;border-radius:50%;width:34px;height:34px;font-size:20px}.detail-layout{display:grid;grid-template-columns:1fr 1fr;gap:28px}.detail-layout .product-art{height:330px}.detail-copy{font-size:14px;line-height:1.8}.detail-copy h2{font-family:Georgia,serif;font-size:28px}.detail-price{font-size:23px;font-weight:700}.options{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0 20px}.option{padding:8px 13px;border:1px solid #ccd1c5;border-radius:5px;background:white}.option.selected{background:#344d3d;color:white;border-color:#344d3d}.notice{padding:14px;border-radius:7px;background:#edf1e6;color:#344d3d;font-size:13px;line-height:1.7}.error-text{color:#a03131;min-height:20px;font-size:13px}.cart-row{display:grid;grid-template-columns:1fr auto auto;gap:18px;align-items:center;border-bottom:1px solid var(--line);padding:16px 0}.cart-row small{display:block;color:#73786d;margin-top:5px}.checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:20px}.checkout-grid h3{font-size:16px}.order-success{text-align:center;padding:25px}.order-success h2{font-family:Georgia,serif;font-size:30px}.empty-shop{grid-column:1/-1;padding:50px;text-align:center;color:#73786d}.loading{padding:40px;text-align:center}.shop-subtle{color:#73786d;font-size:12px}.qty-input{width:72px}.auth-shell{min-height:100vh;display:grid;place-items:center;background:#edf0e6}.auth-card{width:min(410px,calc(100% - 32px));padding:38px;background:white;border:1px solid var(--line);border-radius:18px;box-shadow:0 20px 80px #23352012}.auth-card h1{font-family:Georgia,serif;font-weight:400;font-size:32px}.auth-card .btn{background:#344d3d}.auth-card p{line-height:1.7;color:#6b7564;font-size:13px}
@media(max-width:950px){.shop-grid{grid-template-columns:repeat(3,1fr)}.hero{gap:20px}.hero-art{height:330px}.shop-header nav{gap:15px}.product-art{height:230px}}
@media(max-width:650px){.shop-header{padding:0 20px;height:75px}.shop-header nav{display:none}.shop-main{padding:0 20px}.hero{grid-template-columns:1fr;padding-top:30px;gap:25px}.hero h1{font-size:45px}.hero-art{height:280px;border-radius:60px 8px 8px 8px}.benefits{font-size:10px;gap:12px}.benefits span{font-size:10px}.shop-grid{grid-template-columns:repeat(2,1fr);gap:24px 12px}.product-art{height:190px}.collection-head h2{font-size:28px}.shop-footer{padding:25px 20px;flex-direction:column}.detail-layout,.checkout-grid{grid-template-columns:1fr}.detail-layout .product-art{height:220px}.dialog{padding:20px}.cart-row{gap:8px;font-size:12px}.wordmark{font-size:23px}}
.hero h1,.collection-head h2,.detail-copy h2,.auth-card h1,.order-success h2{font-family:'Segoe UI',Arial,sans-serif;letter-spacing:-1.8px;font-weight:400}.hero h1{font-size:clamp(38px,4.3vw,58px);line-height:1.16}.collection-head h2,.detail-copy h2{letter-spacing:-.7px}
.wordmark{letter-spacing:0;font-size:25px;white-space:nowrap}.shop-header{gap:12px}.shop-header .bag-btn{flex-shrink:0}.shop-footer strong{letter-spacing:0}
@media(max-width:650px){.wordmark{font-size:18px}.wordmark small{font-size:7px;letter-spacing:1.5px}.bag-btn{padding:10px 12px}}
