 :root{--ink:#25211e;--muted:#6f6a64;--gold:#a9782c;--cream:#f8f4ed;--line:#e8e1d8;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:85px}body{margin:0;color:var(--ink);background:var(--cream);font-family:"DM Sans",Arial,sans-serif}a{text-decoration:none;color:inherit}button,input{font:inherit}.top{background:var(--ink);color:#fff;text-align:center;padding:12px 16px;font-size:12px;font-weight:800;letter-spacing:.12em}.top span{opacity:.45;margin:0 8px}header{height:82px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,64px);position:sticky;top:0;z-index:10}.brand{display:flex;align-items:center;gap:10px;font-size:30px;font-weight:700;letter-spacing:-.04em}.brand i{font-style:normal;width:44px;height:44px;border-radius:12px;background:var(--gold);color:#fff;display:grid;place-items:center;font-family:Georgia,serif;font-size:28px}.brand b{font-weight:500;color:var(--gold)}.header-button{background:var(--cream);padding:13px 20px;border-radius:30px;font-weight:800}.hero{max-width:1180px;margin:auto;padding:72px 24px 54px;display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}.eyebrow{color:var(--gold);font-size:12px;font-weight:800;letter-spacing:.18em}.hero h1{font:700 clamp(48px,6vw,82px)/.98 "Playfair Display",Georgia,serif;letter-spacing:-.045em;margin:16px 0 22px;max-width:760px}.hero h1 em{font-style:normal;color:var(--gold)}.hero p{color:var(--muted);font-size:19px;line-height:1.65;max-width:650px;margin:0 0 28px}.primary{display:inline-flex;align-items:center;justify-content:space-between;gap:24px;background:var(--ink);color:#fff;padding:17px 22px;border-radius:16px;font-weight:800;min-width:210px}.primary b{font-size:22px}.hero-card{background:#fff;border-radius:28px;padding:10px;box-shadow:0 18px 50px #25211e14}.hero-card img{display:block;width:100%;aspect-ratio:1/1.08;object-fit:cover;border-radius:20px}.hero-label{padding:14px 10px 8px;color:var(--gold);font-weight:800;font-size:13px;letter-spacing:.08em;text-transform:uppercase}.top-nav{background:#fff;padding:14px 24px 10px;position:sticky;top:82px;z-index:9;border-bottom:1px solid var(--line);margin:0 auto;}
.hero-card img{aspect-ratio:auto;height:auto;max-height:620px;object-fit:contain;background:#f4f0e9}
.photo img{object-fit:contain;background:#f4f0e9}
.products-section{background:#fff;padding:76px 24px}.quick-nav{max-width:1180px;margin:0 auto 30px;display:flex;gap:10px;overflow-x:auto;padding:2px 0 8px;scrollbar-width:none}.quick-nav::-webkit-scrollbar{display:none}.quick-nav button{flex:0 0 auto;border:1px solid var(--line);background:var(--cream);color:var(--ink);padding:11px 17px;border-radius:999px;font-size:14px;font-weight:800;cursor:pointer}.quick-nav button.active{background:var(--ink);color:#fff;border-color:var(--ink)}.section-head{max-width:1180px;margin:0 auto 28px;display:flex;align-items:end;justify-content:space-between;gap:30px}.section-head h2{font:700 42px/1.05 "Playfair Display",Georgia,serif;margin:8px 0 0}.section-head p{color:var(--muted);max-width:430px;line-height:1.6}.product-tools{max-width:1180px;margin:0 auto 22px;display:flex;align-items:center;justify-content:space-between;gap:16px}.search-box{height:52px;border:1px solid var(--line);border-radius:16px;background:#fff;display:flex;align-items:center;gap:10px;padding:0 16px;width:min(100%,420px);box-shadow:0 3px 12px #25211e08}.search-box span{font-size:25px;line-height:1;color:var(--gold)}.search-box input{border:0;outline:0;width:100%;color:var(--ink);background:transparent;font-size:15px}.search-box input::placeholder{color:#999}.result-count{font-size:14px;color:var(--muted);font-weight:800}.grid{max-width:1180px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-3px);box-shadow:0 14px 34px #25211e12}.photo{display:block;background:#f4f0e9;aspect-ratio:4/3;overflow:hidden}.photo img{width:100%;height:100%;object-fit:cover;display:block}.info{padding:18px}.category{display:inline-block;color:var(--gold);font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;margin-bottom:9px}.card h3{font-size:18px;line-height:1.35;margin:0 0 14px}.price{font-size:22px;font-weight:900;margin-bottom:16px}.buy{display:flex;align-items:center;justify-content:space-between;background:var(--ink);color:#fff;border-radius:12px;padding:14px;font-weight:800;font-size:14px}.buy span{font-size:19px}.closing{max-width:1180px;margin:auto;padding:78px 24px;text-align:center}.closing h2{font:700 44px/1.05 "Playfair Display",Georgia,serif;margin:12px 0}.closing p{color:var(--muted);max-width:620px;margin:0 auto 25px;line-height:1.65}.light{background:#fff;color:var(--ink);border:1px solid var(--line)}footer{background:var(--ink);color:#fff;text-align:center;padding:42px 24px}footer .brand{justify-content:center;font-size:26px}footer .brand i{width:38px;height:38px;font-size:24px}footer p{color:#c8c0b7;margin:18px 0}footer small{color:#8f8881}@media(max-width:900px){.hero{grid-template-columns:1fr;gap:34px;padding-top:48px}.hero-card{max-width:560px;margin:auto}.grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.top-nav{top:70px;padding:10px 16px 8px;margin:0;}.top{font-size:10px;padding:10px 8px;letter-spacing:.08em}.top span{margin:0 5px}header{height:70px;padding:0 16px}.brand{font-size:23px}.brand i{width:36px;height:36px;font-size:23px;border-radius:10px}.header-button{padding:10px 14px;font-size:13px}.hero{padding:38px 18px 30px}.hero h1{font-size:48px}.hero p{font-size:17px;line-height:1.55}.hero-card{border-radius:22px}.hero-card img{aspect-ratio:auto;height:auto;max-height:none;object-fit:contain}.products-section{padding:40px 16px 56px}.quick-nav{margin-bottom:28px;gap:8px}.quick-nav button{padding:10px 15px;font-size:13px}.section-head{display:block;margin-bottom:22px}.section-head h2{font-size:38px}.section-head p{font-size:14px;line-height:1.55;margin-bottom:0}.product-tools{display:block;margin-bottom:18px}.search-box{width:100%;height:50px;margin-bottom:10px}.result-count{display:block}.grid{grid-template-columns:1fr;gap:16px}.photo{aspect-ratio:4/3}.info{padding:16px}.card h3{font-size:18px}.price{font-size:21px}.buy{padding:15px}.closing{padding:58px 18px}.closing h2{font-size:36px}}
