@font-face{font-family:Manrope;src:url("/app/identity/fonts/manrope-400.ttf");font-weight:400}
@font-face{font-family:Manrope;src:url("/app/identity/fonts/manrope-700.ttf");font-weight:700}
@font-face{font-family:Cormorant;src:url("/app/identity/fonts/cormorant-garamond-400.ttf");font-weight:400}
:root{--ink:#111;--muted:#6d6a66;--paper:#fffdf9;--line:#e7e1da;--accent:#b5977c;font-family:Manrope,Arial,sans-serif;color:var(--ink);background:#eeeae5}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{width:min(100%,1240px);min-width:320px;margin:0 auto;background:var(--paper);box-shadow:0 0 54px #16110c12}
a,button{color:inherit;font:inherit}
a{text-decoration:none}
button{cursor:pointer}
img{display:block;max-width:100%}
.skip{position:fixed;z-index:99;top:8px;left:8px;transform:translateY(-150%);padding:12px 16px;background:#111;color:#fff}
.skip:focus{transform:none}
.shop-header{position:sticky;z-index:20;top:0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:78px;padding:0 clamp(18px,4vw,48px);border-bottom:1px solid var(--line);background:#fffdf9ee;backdrop-filter:blur(16px)}
.back-link{font-size:11px;color:var(--muted)}
.brand{font:400 clamp(24px,3vw,38px) Cormorant,Georgia,serif;letter-spacing:.15em}
.cart{justify-self:end;display:flex;align-items:center;gap:9px;border:0;background:transparent;font-size:11px}
.cart b{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:var(--ink);color:#fff;font-size:10px}
.hero{display:grid;grid-template-columns:minmax(330px,.8fr) minmax(0,1.2fr);min-height:660px}
.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(42px,7vw,90px)}
.eyebrow{margin:0 0 20px;color:var(--accent);font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.hero h1,.section-head h2,.featured-copy h2,.about h2{margin:0;font:400 clamp(58px,7vw,112px)/.82 Cormorant,Georgia,serif;letter-spacing:-.035em}
.hero-copy>p:not(.eyebrow){max-width:480px;color:var(--muted);line-height:1.65}
.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.pill{display:inline-grid;place-items:center;min-height:50px;padding:0 22px;border:1px solid var(--ink);border-radius:999px;font-size:11px;font-weight:700}
.pill-dark{background:var(--ink);color:#fff}
.origin{margin-top:auto;padding-top:60px;color:var(--muted);font-size:11px}
.origin b{display:block;margin-top:7px;color:var(--ink)}
.hero-media{position:relative;overflow:hidden;min-height:660px;background:#ddd}
.hero-media img{width:100%;height:100%;object-fit:cover}
.hero-note{position:absolute;right:20px;bottom:20px;max-width:220px;padding:14px 17px;border-radius:14px;background:#ffffffdf;font-size:10px;line-height:1.5;backdrop-filter:blur(12px)}
.category-row{display:grid;grid-template-columns:repeat(4,1fr);border-block:1px solid var(--line)}
.category-row a{display:grid;place-items:center;min-height:84px;border-right:1px solid var(--line);font-size:10px;letter-spacing:.08em;text-transform:uppercase}
.category-row a:last-child{border:0}
.catalog,.featured,.about{padding:clamp(70px,9vw,120px) clamp(18px,6vw,76px)}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:42px}
.section-head h2{font-size:clamp(46px,6vw,78px)}
.section-head p{max-width:430px;margin:0;color:var(--muted);font-size:13px;line-height:1.6}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.product{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff}
.product-media{position:relative;display:block;overflow:hidden;aspect-ratio:1;background:#eee7df}
.product-media img{width:100%;height:100%;object-fit:cover;transition:transform .35s}
.product:hover img{transform:scale(1.025)}
.product-media i{position:absolute;right:12px;top:12px;display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#ffffffdb;font-style:normal}
.product-copy{display:grid;grid-template-columns:1fr auto;gap:10px;padding:18px}
.product-copy small{grid-column:1/-1;color:var(--accent);font-size:9px;font-weight:700;letter-spacing:.08em}
.product-copy h3{margin:0;font-size:16px;line-height:1.3}
.product-copy strong{font-size:14px;white-space:nowrap}
.product-copy p{grid-column:1/-1;margin:0;color:var(--muted);font-size:11px;line-height:1.5}
.product-copy button{grid-column:1/-1;min-height:44px;margin-top:5px;border:1px solid var(--ink);border-radius:999px;background:transparent;font-size:10px;font-weight:700}
.featured{display:grid;grid-template-columns:1fr 1fr;gap:0;background:#f3eee8}
.featured-media{min-height:580px}
.featured-media img{width:100%;height:100%;object-fit:cover}
.featured-copy{display:flex;align-items:flex-start;flex-direction:column;justify-content:center;padding:clamp(38px,7vw,90px);background:#fff}
.featured-copy h2{font-size:clamp(46px,6vw,84px)}
.featured-copy>p:not(.eyebrow){color:var(--muted);line-height:1.65}
.featured-copy strong{margin:18px 0 24px;font-size:22px}
.service-points{display:grid;gap:10px;width:100%;padding:0;margin:0 0 26px;list-style:none}
.service-points li{padding:13px 0;border-bottom:1px solid var(--line);font-size:12px}
.about{text-align:center}
.about h2{max-width:900px;margin:auto;font-size:clamp(46px,6vw,82px)}
.about>p:last-of-type{max-width:650px;margin:26px auto;color:var(--muted);line-height:1.7}
.store-footer{display:flex;justify-content:space-between;gap:20px;padding:30px clamp(18px,4vw,48px);border-top:1px solid var(--line);color:var(--muted);font-size:10px}
dialog{max-width:none;padding:0;border:0;border-radius:22px;background:#fff}
dialog::backdrop{background:#1111118c;backdrop-filter:blur(8px)}
.demo-panel{width:min(520px,calc(100vw - 24px));padding:30px}
.demo-panel header{display:flex;align-items:start;justify-content:space-between;gap:20px}
.demo-panel h2{margin:0;font:400 42px/1 Cormorant,Georgia,serif}
.demo-panel p{color:var(--muted);line-height:1.6}
.close{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:#fff}
.notice{padding:14px;border-radius:12px;background:#f3eee8;font-size:11px}
:focus-visible{outline:3px solid var(--accent);outline-offset:3px}
.theme-art{--paper:#fffdfa;--accent:#a17f62}
.theme-art .hero-media img,.theme-art .featured-media img{object-position:center}
.theme-blend{--paper:#fff;--accent:#ff4b89}
.theme-blend .hero{background:#f8ffcf}
.theme-blend .hero h1{font-family:Manrope,Arial,sans-serif;font-weight:700;letter-spacing:-.07em}
.theme-blend .hero-media img,.theme-blend .featured-media img{object-position:center}
.theme-blend .category-row a:nth-child(1){background:#d9f500}.theme-blend .category-row a:nth-child(2){background:#ff92bf}.theme-blend .category-row a:nth-child(3){background:#70c8ff}.theme-blend .category-row a:nth-child(4){background:#fff}
.theme-blend .featured-copy{background:#121212;color:#fff}.theme-blend .featured-copy>p:not(.eyebrow){color:#aaa}.theme-blend .service-points li{border-color:#353535}
@media(max-width:820px){.hero{grid-template-columns:1fr;min-height:0}.hero-copy{min-height:500px}.hero-media{min-height:0;aspect-ratio:4/3}.category-row{grid-template-columns:repeat(2,1fr)}.category-row a:nth-child(2){border-right:0}.category-row a:nth-child(-n+2){border-bottom:1px solid var(--line)}.product-grid{grid-template-columns:repeat(2,1fr)}.product:last-child{grid-column:1/-1}.featured{grid-template-columns:1fr}.featured-media{min-height:0;aspect-ratio:4/3}}
@media(max-width:520px){.shop-header{grid-template-columns:58px 1fr 48px;min-height:68px;padding:0 12px}.back-link span,.cart span{display:none}.brand{justify-self:center;font-size:22px}.hero-copy{min-height:420px;padding:48px 22px 28px}.hero h1{font-size:62px}.origin{padding-top:36px}.hero-media{aspect-ratio:4/5}.section-head{align-items:flex-start;flex-direction:column}.catalog,.featured,.about{padding:70px 14px}.product-grid{grid-template-columns:1fr}.product:last-child{grid-column:auto}.product-media{aspect-ratio:4/3}.featured{padding:0}.featured-media{aspect-ratio:4/3}.featured-copy{padding:42px 22px}.store-footer{align-items:flex-start;flex-direction:column}.pill{width:100%}}
@media(max-width:350px){.hero h1{font-size:54px}.brand{font-size:19px;letter-spacing:.1em}}

.product-media img{object-fit:contain}
.hero-media>.media-frame img{object-fit:contain;background:#f1ece5}
.featured-media>.media-frame img{object-fit:contain;background:#f1ece5}
.theme-blend .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:820px){.theme-blend .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.theme-blend .product:last-child{grid-column:auto}}
@media(max-width:520px){.theme-blend .product-grid{grid-template-columns:1fr}}
