@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root{--ink:#292724;--stone:#605b54;--sand:#dfcdb4;--sand-light:#f1e8db;--paper:#faf9f7;--ice:#f2f2f0;--line:#e2dfda;--muted:#716e69;--white:#fff}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;-webkit-font-smoothing:antialiased}
button,input,select{font:inherit}
button{cursor:pointer}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
[hidden]{display:none!important}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.wrap{width:min(100% - 64px,1440px);margin-inline:auto}
:focus-visible{outline:3px solid #8c7355;outline-offset:3px}

.announcement{height:30px;display:flex;align-items:center;justify-content:center;gap:26px;background:var(--sand-light);color:var(--stone);font-size:10px;letter-spacing:.16em;font-weight:800;text-align:center}
.announcement-dot{font-size:16px;line-height:1}
.site-header{height:78px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:9px;font-family:'Space Grotesk',sans-serif;font-size:18px;font-weight:700;line-height:.83;letter-spacing:-.08em}
.brand-mark{width:48px;height:48px;border-radius:13px;background:var(--sand-light);color:var(--ink);display:grid;place-items:center;position:relative;font-size:27px;letter-spacing:-.15em;padding-right:4px;border:1px solid var(--line)}
.brand-mark span{font-size:9px;position:absolute;right:7px;top:7px;letter-spacing:0}
.site-header nav{display:flex;align-items:center;gap:38px;font-size:13px;font-weight:700}
.site-header nav a:hover,.how-section a:hover{text-decoration:underline;text-underline-offset:5px}
.header-cta{display:flex;align-items:center;gap:18px;background:var(--ice);color:var(--ink);border:1px solid var(--line);border-radius:999px;padding:14px 17px 14px 22px;font-size:12px;font-weight:800}
.header-cta span{font-size:17px;line-height:1;color:var(--stone)}

.hero{height:clamp(520px,calc(100svh - 110px),760px);border-radius:24px;background:#efede9;color:var(--ink);overflow:hidden;display:grid;grid-template-columns:54% 46%;grid-template-rows:minmax(0,1fr);position:relative}
.hero-copy{min-height:0;padding:clamp(44px,5vw,82px);padding-top:clamp(70px,11svh,110px);display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;position:relative;z-index:2}
.eyebrow{display:inline-flex;align-items:center;gap:11px;font-size:10px;font-weight:800;letter-spacing:.18em;color:#756b5f}
.eyebrow.dark{color:#756b5f}
.eyebrow-line{width:23px;height:2px;background:currentColor;display:inline-block}
.hero h1{font-family:'Space Grotesk',sans-serif;font-size:clamp(72px,7.1vw,118px);line-height:.92;letter-spacing:-.09em;font-weight:700;margin:0}
.hero h1 em{font-style:normal;color:#9c7c59}
.hero-copy p{max-width:430px;font-size:15px;line-height:1.65;color:#65605a;margin:28px 0 0}
.hero-button{display:inline-flex;align-items:center;justify-content:space-between;gap:35px;padding:16px 19px 16px 24px;min-width:225px;background:var(--sand);border-radius:999px;color:var(--ink);font-size:13px;font-weight:800;transition:transform .2s,background .2s}
.hero-button:hover{transform:translateY(-2px);background:#d4bd9d}
.hero-button span{font-size:20px;line-height:1}
.hero-foot{display:flex;align-items:center;justify-content:space-between;width:100%;font-size:10px;font-weight:800;letter-spacing:.16em;color:#847d73;margin-top:auto;padding-top:34px}
.hero-foot span:last-child{font-size:25px;color:#9c7c59}
.hero-visual{position:relative;min-width:0;min-height:0;padding:32px 48px 32px 0}
.hero-image-frame{height:100%;width:100%;border-radius:15px;overflow:hidden;position:relative;background:#d8cbb9}
.hero-image-frame img{height:100%;width:100%;object-fit:cover;object-position:center 20%}
.hero-image-label{position:absolute;bottom:18px;left:18px;right:18px;display:flex;justify-content:space-between;align-items:center;padding:13px 17px;background:rgba(250,249,247,.92);color:var(--ink);border-radius:9px;font-size:10px;font-weight:800;letter-spacing:.14em;backdrop-filter:blur(5px)}
.hero-image-label span{font-size:17px;color:#8c7355}
.hero-side-note{position:absolute;right:16px;top:50%;transform:translateY(-50%);writing-mode:vertical-rl;font-size:9px;font-weight:800;letter-spacing:.18em;color:#837b70}

.gallery-section{padding:105px 0 110px}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}
.section-heading h2,.how-section h2{font-family:'Space Grotesk',sans-serif;font-size:clamp(48px,5vw,76px);line-height:1;letter-spacing:-.075em;margin:15px 0 0}
.section-heading h2{margin:0}
.results-count{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:#716d66;white-space:nowrap;margin-bottom:7px}
.filter-bar{background:#fff;border:1px solid var(--line);border-radius:18px;padding:10px;display:flex;align-items:center;gap:10px;box-shadow:0 12px 40px rgba(41,39,36,.035)}
.search-box{height:48px;display:flex;align-items:center;gap:9px;flex:1;min-width:200px;padding:0 15px}
.search-icon{font-size:30px;line-height:1;color:#777069;transform:rotate(-25deg)}
.search-box input{border:0;outline:0;width:100%;background:transparent;color:var(--ink);font-size:14px}
.search-box input::placeholder{color:#8b8781}
.filter-selects{display:flex;gap:10px}
.filter-selects select{height:48px;border:1px solid var(--line);border-radius:11px;background:var(--ice);color:var(--ink);padding:0 32px 0 15px;max-width:205px;font-size:12px;font-weight:700;cursor:pointer}
.clear-button{height:48px;border:0;background:transparent;color:#76624c;padding:0 13px;font-size:12px;font-weight:800;white-space:nowrap}
.clear-button:hover{text-decoration:underline}
.category-list{display:flex;flex-wrap:wrap;gap:8px;margin:19px 0 30px}
.category-chip{border:1px solid var(--line);background:#fff;color:#5e5a54;padding:11px 16px;border-radius:999px;font-size:12px;font-weight:700;transition:background .18s,border-color .18s}
.category-chip:hover{border-color:#a99984;color:var(--ink)}
.category-chip[aria-pressed=true]{background:var(--sand-light);border-color:#c6b297;color:var(--ink)}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 19px}
.product-card{display:flex;flex-direction:column;min-width:0;background:var(--white);border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 12px 27px rgba(65,52,39,.14);transition:transform .2s,box-shadow .2s,border-color .2s}
.product-card:hover{transform:translateY(-4px);box-shadow:0 20px 38px rgba(65,52,39,.20);border-color:#cdbba3}
.product-visual{aspect-ratio:9/16;overflow:hidden;background:#eae6df;position:relative}
.product-visual img{width:100%;height:100%;object-fit:contain;object-position:center center}
.product-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;pointer-events:none;transition:opacity .2s}
.product-visual.is-playing .product-video{opacity:1}
.video-indicator{position:absolute;top:12px;right:12px;padding:8px 10px;border-radius:999px;background:rgba(250,249,247,.92);color:var(--ink);font-size:10px;font-weight:800;letter-spacing:.02em;box-shadow:0 3px 12px rgba(0,0,0,.10);pointer-events:none}
.product-visual.is-playing .video-indicator{opacity:0}
.product-meta{display:flex;justify-content:space-between;gap:10px;margin:15px 14px 8px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}
.product-category{color:#777169;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.product-sku{color:#aaa39b;flex-shrink:0}
.product-card h3{font-family:'Space Grotesk',sans-serif;font-size:20px;line-height:1.18;letter-spacing:-.045em;margin:0 14px 17px}
.product-buy{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:auto 14px 14px;padding:11px 14px;background:var(--ink);color:#fff;border-radius:10px;font-size:12px;font-weight:800;transition:background .2s}
.product-buy span{font-size:18px;line-height:1}
.product-card:hover .product-buy{background:#756047}
.empty-state{text-align:center;padding:90px 20px;background:#fff;border:1px solid var(--line);border-radius:16px}
.empty-state>span{font-size:56px;color:#9f958a}.empty-state h3{font-family:'Space Grotesk',sans-serif;font-size:28px;margin:12px 0 8px}.empty-state p{color:var(--muted)}.empty-state button{border:0;border-radius:999px;background:var(--sand);color:var(--ink);padding:13px 20px;font-weight:800;margin-top:13px}

.how-section{background:var(--sand-light);border-radius:22px;display:grid;grid-template-columns:80px minmax(250px,1.1fr) minmax(280px,.9fr) auto;gap:28px;align-items:center;padding:56px 58px;margin-bottom:70px}
.how-symbol{font-size:61px;line-height:1;color:#9c8161}
.how-section .eyebrow{color:#756b5f}
.how-section h2{font-size:clamp(36px,3vw,53px);margin-top:10px}
.how-section p{max-width:390px;font-size:13px;line-height:1.65;margin:0;color:#645c53}
.how-section a{font-size:12px;font-weight:800;white-space:nowrap}
.how-section a span{font-size:18px;margin-left:8px}
.site-footer{background:var(--ice);color:var(--ink);padding:53px 0;border-top:1px solid var(--line)}
.footer-inner{display:grid;grid-template-columns:1fr minmax(300px,1.5fr) auto;align-items:center;gap:50px}
.footer-brand{font-family:'Space Grotesk',sans-serif;font-size:22px;font-weight:700;letter-spacing:-.07em;white-space:nowrap}.footer-brand span{color:#9c8161;margin-left:4px}
.footer-inner p{font-size:11px;line-height:1.7;color:#706b64;margin:0;max-width:520px}
.footer-inner>span:last-child{font-size:10px;font-weight:700;letter-spacing:.12em;color:#817b74;white-space:nowrap}

@media(max-width:1100px){.hero h1{font-size:clamp(65px,7vw,90px)}.hero-copy{padding:50px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-inner{gap:25px}}
@media(max-width:760px){.wrap{width:min(100% - 32px,620px)}.site-header{height:68px}.brand{font-size:15px}.brand-mark{width:41px;height:41px;font-size:23px}.hero{height:auto;min-height:0;grid-template-columns:1fr;border-radius:18px}.hero-copy{padding:38px 30px 32px}.hero h1{font-size:clamp(58px,13vw,82px)}.hero-copy p{font-size:13px;max-width:360px;margin-top:20px}.hero-visual{height:420px;padding:0 15px 15px}.hero-image-frame{border-radius:10px}.gallery-section{padding:72px 0 75px}.section-heading{align-items:start;flex-direction:column;gap:10px;margin-bottom:25px}.section-heading h2{font-size:55px}.section-heading p{font-size:13px}.filter-bar{display:block;padding:8px}.search-box{height:44px}.filter-selects{display:grid;grid-template-columns:1fr 1fr;gap:7px}.filter-selects select{width:100%;max-width:none;height:45px;padding-left:11px;font-size:11px}.category-list{flex-wrap:nowrap;overflow-x:auto;padding-bottom:8px;scrollbar-width:none;margin-top:14px}.category-list::-webkit-scrollbar{display:none}.category-chip{white-space:nowrap;padding:10px 14px}.results-line{margin:28px 0 14px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 12px}.product-meta{font-size:9px}.product-card h3{font-size:17px}.site-footer{padding:35px 0}.footer-inner{display:flex;flex-direction:column;align-items:flex-start;gap:18px}}
@media(max-width:760px){.hero{grid-template-rows:auto auto}.section-heading{flex-direction:row;align-items:end;gap:12px}.section-heading h2{font-size:clamp(40px,12vw,55px)}.results-count{font-size:10px;margin-bottom:5px}.category-list{margin-bottom:23px}}
@media(max-width:390px){.hero h1{font-size:58px}.hero-visual{height:350px}.product-card h3{font-size:16px}.product-meta{letter-spacing:0}.filter-selects select{font-size:10px}}
@media(hover:none){.video-indicator{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
