@font-face{font-family:"Mobilya Bodoni";src:url("bodoni-moda-regular.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}
:root{--paper:#f7f5f1;--surface:#fff;--ink:#2d2926;--muted:#756e68;--line:#ded8d1;--accent:#bd7866;--accent-dark:var(--accent);--cream:#eee7de;--black:#191715;--focus:#175cd3;color-scheme:light}
*{box-sizing:border-box}
html{background:var(--paper);scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font:400 16px/1.55 Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;min-height:100vh}
body.is-menu-open,body.is-panel-open{overflow:hidden}
button,input,a{font:inherit}
button{cursor:pointer}
button:disabled{cursor:not-allowed}
img{max-width:100%}
a{color:inherit}
svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
:focus-visible{outline:3px solid color-mix(in srgb,var(--focus) 75%,white);outline-offset:3px}
input:focus,textarea:focus,select:focus{outline:1px solid var(--accent);outline-offset:2px;border-color:var(--accent);box-shadow:none}
.skip-link{position:fixed;z-index:100;left:16px;top:-80px;background:var(--black);color:#fff;padding:10px 14px}.skip-link:focus{top:16px}
.demo-strip{min-height:48px;display:flex;align-items:center;justify-content:center;gap:12px;padding:10px 24px;background:var(--accent);color:#fff;text-align:center;font-size:12px;font-weight:750;letter-spacing:.07em}.demo-strip a{text-decoration:none}.demo-strip a:hover{text-decoration:underline;text-underline-offset:3px}
.site-header{position:sticky;z-index:30;top:0;border-bottom:1px solid rgba(45,41,38,.1);background:rgba(247,245,241,.94);backdrop-filter:blur(16px)}
.header-inner{width:min(1440px,100%);min-height:78px;margin:auto;padding:0 clamp(20px,5vw,72px);display:grid;grid-template-columns:1fr auto;align-items:center;gap:0 30px;padding-top:12px}
.wordmark{font-size:22px;font-weight:300;letter-spacing:.13em;text-decoration:none;white-space:nowrap}.wordmark b{font-weight:850}.wordmark small{display:block;color:var(--accent-dark);font-size:8px;font-weight:800;letter-spacing:.23em}
.desktop-nav{grid-column:1/-1;grid-row:2;display:flex;align-items:center;justify-content:center;gap:clamp(13px,2vw,32px);min-height:48px}.desktop-nav a{display:inline-flex;align-items:center;min-height:44px;font-size:11px;font-weight:500;letter-spacing:.075em;text-decoration:none;white-space:nowrap}.desktop-nav a:hover{color:var(--accent-dark)}
.header-actions{grid-column:2;grid-row:1;display:flex;align-items:center;gap:7px}.icon-button,.cart-button,.menu-button,.panel-close{min-width:44px;height:44px;border:1px solid var(--line);background:transparent;color:var(--ink);display:inline-grid;place-items:center;text-decoration:none}.icon-button:hover,.cart-button:hover{border-color:var(--accent);color:var(--accent-dark)}.cart-button{grid-auto-flow:column;gap:8px;padding:0 12px;font-size:10px;font-weight:800;letter-spacing:.09em}.cart-button svg{width:18px}.cart-count{width:21px;height:21px;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:#fff;letter-spacing:0}.menu-button{display:none;padding:0 11px;gap:4px;align-content:center}.menu-button span{display:block;width:20px;height:1px;background:currentColor}.panel-close{border:0}.panel-close svg{width:24px;height:24px}
.mobile-panel,.utility-panel{position:fixed;z-index:52;inset:0 0 0 auto;width:min(92vw,430px);height:100dvh;padding:24px;background:var(--paper);box-shadow:-18px 0 60px rgba(0,0,0,.18);overflow-y:auto;transform:translateX(110%);transition:transform .25s}.mobile-panel.is-open,.utility-panel.is-open{transform:none}.mobile-panel header,.utility-panel>header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:28px}.mobile-panel nav{display:grid}.mobile-panel nav a{padding:14px 0;border-bottom:1px solid var(--line);font-size:18px;text-decoration:none}.mobile-panel nav .mobile-sub-link{padding:9px 0 9px 18px;color:var(--muted);font-size:14px}
.panel-overlay{position:fixed;z-index:51;inset:0;background:rgba(25,23,21,.48);backdrop-filter:blur(2px)}.utility-panel>header p{margin:0 0 5px;color:var(--accent-dark);font-size:10px;font-weight:850;letter-spacing:.16em}.utility-panel>header h2{margin:0;font:500 34px/1 Georgia,"Times New Roman",serif}.utility-panel>p{color:var(--muted)}
.search-form label,.account-form label,.search-page-form label{display:block;margin-bottom:7px;color:var(--muted);font-size:12px;font-weight:700}.search-form>div,.search-page-form>div{display:grid;grid-template-columns:1fr 52px}.search-form input,.account-form input,.search-page-form input{width:100%;height:52px;border:1px solid var(--line);border-radius:0;background:#fff;padding:0 15px;color:var(--ink)}.search-form button{border:0;background:var(--accent);color:#fff}.search-status{min-height:22px;margin:16px 0 10px;font-size:12px}.search-results{display:grid;gap:9px}.search-result{display:grid;grid-template-columns:72px 1fr;gap:13px;align-items:center;padding:8px;border:1px solid var(--line);background:#fff;text-decoration:none}.search-result img{width:72px;height:72px;object-fit:cover;background:var(--cream)}.search-result h3{margin:0;font:500 17px/1.15 Georgia,"Times New Roman",serif}.search-result p{margin:5px 0 0;color:var(--muted);font-size:11px}.search-result strong{display:block;margin-top:5px;font-size:12px}.search-all{display:flex;align-items:center;justify-content:center;min-height:46px;border:1px solid var(--accent);color:var(--accent-dark);text-decoration:none;font-size:12px;font-weight:800}
.account-form{display:grid;gap:10px;margin-top:24px}.account-form label{margin:6px 0 -4px}.account-form .button{margin-top:9px}.account-note{font-size:12px}
.account-tabs{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--line);margin-bottom:22px}
.account-tabs button{min-height:48px;padding:12px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--muted);font-size:14px;font-weight:500}
.account-tabs button[aria-selected="true"]{border-bottom-color:var(--accent);color:var(--ink);font-weight:700}
.account-form small{font-size:11px;color:var(--muted)}
.account-field-error{margin:0;font-size:12px;color:#9c392b}
.container{width:min(1440px,100%);margin-inline:auto;padding-inline:clamp(20px,5vw,72px)}
.button{min-height:52px;padding:0 22px;border:1px solid var(--ink);display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--ink);color:#fff;text-decoration:none;font-size:12px;font-weight:850;letter-spacing:.08em}.button.secondary{background:transparent;color:var(--ink)}.button.accent{border-color:var(--accent);background:var(--accent)}.button[data-commerce-unavailable]{background:#a76b5c;border-color:#a76b5c}.button[data-commerce-unavailable]:after{content:"Yakında";margin-left:7px;padding:3px 6px;border-radius:999px;background:rgba(255,255,255,.18);font-size:8px;letter-spacing:.08em}
.section{padding-block:clamp(42px,7vw,92px)}.section.alt{background:#eee9e2}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}.section-head h2{font:500 clamp(34px,4vw,54px)/1 Georgia,"Times New Roman",serif;margin:0}.section-head p{max-width:48ch;margin:0;color:var(--muted)}
.category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 24px}.category-card{position:relative;min-height:210px;padding:0;border-radius:0;background:transparent;text-decoration:none;display:flex;flex-direction:column;justify-content:end;overflow:hidden}.category-card>*{position:relative}.category-card strong{font:500 26px/1.05 Georgia,"Times New Roman",serif}.category-card span{margin-top:8px;color:var(--muted);font-size:12px}.category-card:hover strong{color:var(--accent-dark)}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 18px}.product-card{text-decoration:none;min-width:0}.product-card-media{position:relative;aspect-ratio:1/1.08;display:grid;place-items:center;overflow:hidden;border-radius:0;background:#f0ebe5}.product-card-media img{width:100%;height:100%;object-fit:cover;padding:0;transition:transform .35s}.product-card:hover img{transform:scale(1.025)}.product-card-badge{position:absolute;z-index:2;left:12px;top:12px;border-radius:0;background:#fff;padding:7px 10px;color:var(--accent-dark);font-size:9px;font-weight:850;letter-spacing:.12em}.model-badge{left:auto;right:12px;background:var(--black);color:#fff}.product-card-copy{padding:14px 2px}.product-card-copy h3{margin:0;font:500 19px/1.2 Georgia,"Times New Roman",serif}.product-card-copy p{margin:5px 0 0;color:var(--muted);font-size:13px}.product-card-copy strong{display:block;margin-top:8px;font-size:14px}
.page-hero{padding:clamp(46px,6vw,84px) 0 34px}.page-title{font-size:clamp(48px,7vw,82px)}.page-intro{max-width:62ch;color:var(--muted);margin:20px 0 0}.result-line{margin:0 0 24px;color:var(--muted);font-size:13px}
.subcategory-links{display:flex;flex-wrap:wrap;gap:9px;margin:-4px 0 30px}.subcategory-links button{min-height:42px;display:inline-flex;align-items:center;gap:9px;border:1px solid var(--line);border-radius:0;background:#fff;padding:0 14px;color:var(--ink);font-size:13px;white-space:nowrap}.subcategory-links button:hover,.subcategory-links button.is-active{border-color:var(--accent);background:var(--accent);color:#fff}.subcategory-links span{min-width:22px;height:22px;display:grid;place-items:center;border-radius:0;background:var(--cream);color:var(--muted);font-size:10px}.subcategory-links button.is-active span,.subcategory-links button:hover span{background:rgba(255,255,255,.2);color:#fff}.empty-state{padding:40px;border:1px dashed var(--line);text-align:center;color:var(--muted)}
.category-directory{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.category-directory-group{border:1px solid var(--line);border-radius:0;background:#fff;padding:22px}.category-directory-root{display:flex;justify-content:space-between;gap:14px;padding-bottom:15px;border-bottom:1px solid var(--line);text-decoration:none}.category-directory-root strong{font:500 24px/1.1 Georgia,"Times New Roman",serif}.category-directory small{color:var(--muted);font-size:11px;white-space:nowrap}.category-directory-group>div{display:grid;padding-top:8px}.category-directory-group>div a{display:flex;justify-content:space-between;gap:14px;padding:9px 0;text-decoration:none;font-size:13px}
.breadcrumbs{min-height:60px;display:flex;align-items:center;gap:10px;color:var(--muted);font-size:12px;overflow:hidden;white-space:nowrap}.breadcrumbs a{text-decoration:none}.breadcrumbs b{color:var(--accent-dark);overflow:hidden;text-overflow:ellipsis}
.search-page-form{max-width:780px;margin-top:28px}.search-page-form>div{grid-template-columns:1fr 110px}.search-page-form .button{height:52px}.search-page .page-hero{padding-bottom:42px}
.product-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(350px,.85fr);gap:clamp(42px,6vw,94px);align-items:start;padding-bottom:80px}.viewer-column{min-width:0}.viewer-shell{position:relative;min-height:620px;display:grid;place-items:center;overflow:hidden;border-radius:2px;background:var(--paper)}model-viewer,.product-media-image{position:relative;z-index:1;width:100%;height:610px;display:block}.product-media-image{object-fit:contain;padding:0;mix-blend-mode:multiply}.viewer-shell.is-photo:before{opacity:0}.viewer-tools{position:absolute;z-index:4;right:16px;top:16px;display:flex;gap:8px}.viewer-tools button{min-height:44px;border:1px solid rgba(45,41,38,.14);border-radius:5px;background:rgba(255,255,255,.88);padding:0 14px;font-size:11px;font-weight:700}.viewer-tools button[aria-pressed="true"]{background:var(--black);color:#fff}.viewer-loader{position:absolute;inset:0;display:grid;place-content:center;place-items:center;gap:12px;color:var(--muted);font-size:13px}.viewer-loader span{width:34px;height:34px;border:2px solid rgba(189,120,102,.2);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}.viewer-hint{position:absolute;z-index:3;left:0;right:0;bottom:28px;text-align:center;color:var(--muted);font-size:11px;pointer-events:none}.viewer-hint span{color:var(--accent);margin-right:5px}.product-gallery{display:flex;gap:12px;margin-top:8px;padding:14px 3px 6px;overflow-x:auto}.gallery-thumb{position:relative;flex:0 0 86px;width:86px;height:72px;padding:7px;border:2px solid var(--line);border-radius:0;background:var(--paper);overflow:hidden;transition:border-color .2s,box-shadow .2s}.gallery-thumb.is-active{border-color:var(--accent);background:linear-gradient(180deg,rgba(189,120,102,.2),var(--paper) 32%,var(--paper) 68%,rgba(189,120,102,.2));box-shadow:inset 0 0 0 1px rgba(189,120,102,.18)}.gallery-thumb.is-active:before,.gallery-thumb.is-active:after{content:"";position:absolute;z-index:2;left:50%;width:10px;height:5px;transform:translateX(-50%);background:var(--accent);pointer-events:none}.gallery-thumb.is-active:before{top:0;clip-path:polygon(0 0,100% 0,50% 100%)}.gallery-thumb.is-active:after{bottom:0;clip-path:polygon(50% 0,100% 100%,0 100%)}.gallery-thumb img{width:100%;height:100%;display:block;object-fit:contain;border-radius:0;mix-blend-mode:multiply}.gallery-thumb-model{display:grid;place-items:center;align-content:center;color:var(--accent-dark)}.gallery-thumb-model b{font-size:20px}.gallery-thumb-model small{font-size:8px;font-weight:800;letter-spacing:.08em}
.product-copy{position:sticky;top:140px;padding:28px 0}.product-copy h1{font-size:clamp(48px,5vw,72px);margin-bottom:24px}.price{display:block;font-size:clamp(25px,2.4vw,35px);letter-spacing:-.03em}.product-description{margin:28px 0;color:var(--muted);white-space:pre-line}.product-meta{margin:0 0 28px;border-top:1px solid var(--line)}.product-meta div{display:grid;grid-template-columns:110px 1fr;gap:16px;padding:11px 0;border-bottom:1px solid var(--line);font-size:13px}.product-meta dt{color:var(--muted)}.product-meta dd{margin:0;font-weight:650}.purchase-row{display:grid;grid-template-columns:134px minmax(0,1fr);gap:12px;margin:22px 0 0}.quantity{min-width:134px;padding:0;height:56px;display:grid;grid-template-columns:44px minmax(44px,1fr) 44px;border:1px solid var(--line);background:#fff}.quantity button{min-width:44px;padding:0;border:0;background:transparent;font-size:19px}.quantity output{min-width:44px;font-variant-numeric:tabular-nums;display:grid;place-items:center;border-inline:1px solid var(--line);font-weight:800}.demo-note{color:var(--muted);font-size:11px}
.footer{padding:60px 0 30px;background:var(--black);color:#fff}.footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:34px}.footer p,.footer a{color:#c9beb6;font-size:13px}.footer a{text-decoration:none;display:block;margin:7px 0}.footer a:hover{color:#fff}.footer h3{font-size:12px;letter-spacing:.1em}.social-row{display:flex;gap:8px;margin-top:18px}.social-row span{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.22);border-radius:50%;color:#fff;font-size:12px;font-weight:850}.payment-badges{display:flex;flex-wrap:wrap;gap:7px}.payment-badges b{min-height:32px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.25);border-radius:4px;padding:0 10px;font-size:11px}.footer-bottom{margin-top:45px;padding-top:20px;border-top:1px solid rgba(255,255,255,.13);display:flex;justify-content:space-between;gap:18px;color:#958a82;font-size:11px}
.whatsapp-button{position:fixed;z-index:45;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:#fff;box-shadow:0 12px 32px rgba(71,38,31,.28)}.whatsapp-button:hover{background:var(--accent-dark)}.whatsapp-button svg{width:28px;height:28px;stroke-width:1.55}
.toast{position:fixed;z-index:70;left:50%;bottom:22px;width:min(620px,calc(100% - 32px));transform:translate(-50%,20px);opacity:0;pointer-events:none;border-radius:8px;background:var(--black);color:#fff;padding:14px 18px;text-align:center;font-size:13px;box-shadow:0 15px 42px rgba(0,0,0,.22);transition:.2s}.toast.is-visible{opacity:1;transform:translate(-50%,0)}
[hidden]{display:none!important}@keyframes spin{to{transform:rotate(360deg)}}
@media(max-width:1180px){.desktop-nav{gap:12px}.header-inner{gap:20px}.category-grid,.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-grid{grid-template-columns:1fr 390px}}
@media(max-width:820px){.header-inner{min-height:68px;grid-template-columns:1fr auto;gap:12px}.desktop-nav{display:none}.menu-button{display:inline-grid}.hero{padding-top:20px}.hero-grid,.story,.product-layout{grid-template-columns:1fr}.hero-media{min-height:55svh}.hero-copy{padding:40px 28px}.category-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-directory{grid-template-columns:1fr 1fr}.story-visual{min-height:300px}.product-copy{position:static;padding:0}.viewer-shell{min-height:54svh}model-viewer,.product-media-image{height:54svh;min-height:440px}.purchase-row{position:sticky;z-index:20;bottom:max(0px,env(safe-area-inset-bottom));margin:20px -20px 0;padding:11px 20px calc(11px + env(safe-area-inset-bottom));border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(247,245,241,.95);backdrop-filter:blur(16px);box-shadow:0 -12px 30px rgba(45,41,38,.08)}body:has(.product-layout) .whatsapp-button{bottom:calc(86px + env(safe-area-inset-bottom))}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.demo-strip{min-height:39px;padding:7px 12px;font-size:9px;letter-spacing:.035em}.demo-strip span{display:none}.header-inner{padding-inline:12px}.wordmark{font-size:17px}.wordmark small{display:none}.header-actions{gap:4px}.icon-button,.cart-button,.menu-button{min-width:38px;width:38px;height:40px}.icon-button svg,.cart-button svg{width:18px}.cart-button{padding:0}.cart-label,.cart-count{display:none}.container{padding-inline:16px}.hero-grid{border-radius:10px}.hero-media{min-height:420px}.hero-copy{padding:34px 22px}.hero h1{font-size:47px}.section-head{display:block}.section-head p{margin-top:12px}.category-grid{grid-template-columns:1fr 1fr;gap:10px}.category-card{min-height:142px;padding:0}.category-card strong{font-size:19px}.page-hero{padding:24px 0 24px}.page-hero .eyebrow{margin-bottom:10px}.page-title{font-size:39px;line-height:1}.page-intro{margin-top:12px;font-size:14px}.subcategory-links{flex-wrap:nowrap;margin:0 -16px 24px;padding:2px 16px 8px;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none}.subcategory-links::-webkit-scrollbar{display:none}.subcategory-links button{flex:0 0 auto;min-height:44px}.category-directory{grid-template-columns:1fr}.category-directory-group{padding:18px}.product-grid{gap:22px 10px}.product-card-media{border-radius:0}.product-card-copy h3{font-size:16px}.product-card-copy p{font-size:11px}.product-card-copy strong{font-size:12px}.story{border-radius:10px}.story-visual{min-height:230px}.breadcrumbs{min-height:48px;font-size:11px}.breadcrumbs a:not(:first-child),.breadcrumbs i{display:none}.viewer-shell{margin-inline:0;border-radius:0;min-height:440px}model-viewer,.product-media-image{height:440px;min-height:440px}.viewer-tools{left:10px;right:10px;justify-content:space-between}.viewer-tools button{padding:0 11px;font-size:10px}.product-gallery{margin-inline:-2px}.gallery-thumb{flex-basis:75px;width:75px;height:64px}.product-copy h1{font-size:42px}.purchase-row{grid-template-columns:134px minmax(0,1fr);margin-inline:-16px;padding-inline:16px}.quantity,.purchase-row .button{height:52px;min-height:52px}.purchase-row .button{padding-inline:8px;font-size:11px}.quantity{padding:0}.footer{padding-top:44px}.footer-grid{grid-template-columns:1fr;gap:26px}.footer-grid>div{display:block}.footer-bottom{margin-top:30px;display:grid}.whatsapp-button{right:15px;bottom:calc(15px + env(safe-area-inset-bottom));width:52px;height:52px}.utility-panel,.mobile-panel{width:100%;padding:20px}.search-page-form>div{grid-template-columns:1fr}.search-page-form .button{width:100%;margin-top:8px}.search-result{grid-template-columns:62px 1fr}.search-result img{width:62px;height:62px}}
@media(max-width:390px){.header-inner{padding-inline:10px}.wordmark{font-size:15px;letter-spacing:.09em}.header-actions{gap:3px}.icon-button,.cart-button,.menu-button{min-width:36px;width:36px;height:38px}.demo-strip{gap:7px;font-size:8px}.product-grid{grid-template-columns:1fr 1fr}.purchase-row{grid-template-columns:134px minmax(0,1fr)}}

/* Editorial storefront: theme palette, full-width campaign and alternating stories. */
.eyebrow{margin:0 0 18px;color:var(--accent-dark);font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase}
.page-title,.product-copy h1{font:400 clamp(42px,5vw,72px)/1.05 Georgia,"Times New Roman",serif;letter-spacing:-.035em;margin:0}
.text-link{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;min-height:44px;border-bottom:1px solid currentColor;font-size:12px;font-weight:650;text-decoration:none;letter-spacing:.04em}
.text-link:hover{color:var(--accent-dark)}
.product-card-media>a{display:block;width:100%;height:100%;min-height:0}
.product-card-copy h3 a{text-decoration:none}
.product-card-actions{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:6px;flex-wrap:wrap}
.product-card-actions strong{margin:0}
.product-inspect{display:inline-flex;align-items:center;justify-content:space-between;gap:10px;min-width:65px;min-height:44px;border-bottom:1px solid var(--line);font-size:11px;font-weight:650;text-decoration:none}
.product-inspect:hover{color:var(--accent-dark);border-color:var(--accent-dark)}
.product-favorite{position:absolute;z-index:3;right:9px;top:9px;width:44px;height:44px;display:grid;place-items:center;border:1px solid var(--line);border-radius:2px;background:var(--paper);color:var(--ink)}
.product-favorite:hover{color:var(--accent-dark);border-color:var(--accent-dark)}
.product-card .model-badge{top:auto;right:auto;bottom:12px;left:12px}
.campaign-hero{position:relative;isolation:isolate;min-height:650px;height:calc(100svh - 155px);max-height:1050px;overflow:hidden;background:#eaeaea}
.campaign-media{position:absolute;inset:0;z-index:-1}
.campaign-media img,.campaign-media video{width:100%;height:100%;object-fit:cover;object-position:center 58%}
.campaign-copy{position:absolute;top:6%;inset-inline:24px;text-align:center}
.campaign-copy h1{margin:0;font:400 clamp(52px,5.8vw,88px)/1.08 Georgia,"Times New Roman",serif;letter-spacing:-.045em}
.campaign-copy h1 em{font-weight:400}
.campaign-copy>.campaign-tagline{font-size:12px;font-weight:300;letter-spacing:.32em;text-transform:uppercase;margin:0 0 22px}
.campaign-footer{position:absolute;inset:auto 5% 28px;display:flex;justify-content:center;align-items:end}
.campaign-explore{display:grid;justify-items:center;gap:14px;font-size:9px;letter-spacing:.17em;text-decoration:none;min-height:44px}
.campaign-explore span{font-size:22px}
.campaign-edition{justify-self:end;align-self:center;font-size:9px;letter-spacing:.15em}
.category-section .section-head{align-items:end;gap:28px;margin-bottom:36px}
.section-head .eyebrow{margin:0 0 18px;color:var(--accent);line-height:1.6;max-width:none}
.section-head h2{line-height:1.15}
.category-section .category-grid{gap:22px}
.category-section .category-card{aspect-ratio:.9;min-height:0;background:radial-gradient(ellipse at 50% 75%,#71695f,#24221f 72%);isolation:isolate;border-radius:0;color:#fff;display:block}
.category-collage{position:absolute;inset:0;display:grid;grid-template-columns:1fr;grid-template-rows:1fr;overflow:hidden}
.category-collage img{grid-area:1/1;width:100%;height:100%;min-height:0;object-fit:cover;transition:transform .6s ease}
.category-card::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,rgba(17,16,14,.77),rgba(17,16,14,.03) 42%,rgba(17,16,14,.12) 62%,rgba(17,16,14,.82))}
.category-card:hover .category-collage img{transform:scale(1.045)}
.category-card-caption{position:absolute;inset:28px 28px auto;z-index:2;display:grid;gap:12px;padding:0}
.category-card .category-card-kicker{margin:0;color:rgba(255,255,255,.8);font-size:8px;letter-spacing:.16em;line-height:1.5}
.category-card .category-card-caption strong{font:400 clamp(27px,2.5vw,38px)/1.1 Georgia,serif;color:#fff;max-width:12ch}
.category-card-footer{position:absolute;inset:auto 28px 25px;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:12px}
.category-card-footer .brand-logo{width:95px;height:auto;object-fit:contain}
.category-card .category-card-footer>span{color:#fff;margin:0;font-size:11px;white-space:nowrap}
.category-card-footer b{display:inline-block;margin-left:10px;font-size:18px;font-weight:400;transition:transform .2s}
.category-card:hover .category-card-footer b{transform:translate(2px,-2px)}
.editorial-section{display:grid;grid-template-columns:1fr 1fr;min-height:640px;background:var(--paper)}
.editorial-media{position:relative;min-width:0;display:grid;place-items:center;background:#eeeae3;overflow:hidden}
.editorial-media>img{width:100%;height:100%;max-height:760px;min-height:550px;object-fit:contain;mix-blend-mode:multiply}
.editorial-copy{display:flex;flex-direction:column;align-items:start;justify-content:center;padding:clamp(38px,6.7vw,100px)}
.editorial-copy h2{font:400 clamp(40px,4.2vw,64px)/1.08 Georgia,"Times New Roman",serif;letter-spacing:-.035em;margin:0}
.editorial-copy h2 em{font-weight:400;color:var(--accent-dark)}
.editorial-copy>p:not(.eyebrow){margin:28px 0 24px;max-width:42ch;color:var(--muted);font-size:15px;line-height:1.8}
.editorial-copy>small{margin-top:25px;font-size:11px;color:var(--muted)}
.editorial-reverse .editorial-media{grid-column:2;grid-row:1}
.editorial-reverse .editorial-copy{grid-column:1;grid-row:1}
.collection-editorial{--collection-purple:#b39acb;--collection-dark:#241e2c;background:var(--collection-dark);color:#f7f5f1}
.collection-editorial .eyebrow,.collection-editorial h2 em{color:var(--collection-purple)}
.collection-editorial .editorial-copy>p:not(.eyebrow){color:#d2c9db}
.collection-editorial .editorial-media{background:radial-gradient(ellipse at 50% 62%,#655175 0%,#392d45 45%,var(--collection-dark) 76%)}
.collection-editorial .editorial-media>img{mix-blend-mode:normal}
.collection-editorial .viewer-hint{color:#d2c9db}
.collection-editorial .viewer-hint span{color:var(--collection-purple)}
.model-editorial{margin-top:0}
.model-editorial-media{background:var(--paper)}
.model-editorial model-viewer{width:100%;height:640px;--poster-color:transparent}
.model-editorial .viewer-hint{bottom:24px;padding-inline:20px}
.model-editorial .viewer-tools{top:auto;bottom:68px;left:20px;right:20px;justify-content:center}
.model-error{position:absolute;z-index:5;inset:auto 20px 120px;text-align:center;background:var(--paper);padding:12px;font-size:12px;color:var(--muted)}
.viewer-shell.is-photo .viewer-tools,.viewer-shell.is-photo .viewer-hint{display:none}
.product-layout-editorial .viewer-tools{display:none}
.model-editorial .viewer-tools{display:none}
.journal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin-top:36px}
.journal-card{text-decoration:none;min-width:0}
.journal-image{aspect-ratio:1.4;overflow:hidden;background:#ece9e3;margin-bottom:24px}
.journal-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}
.journal-card:hover img{transform:scale(1.035)}
.journal-card h3{font:400 29px/1.1 Georgia,"Times New Roman",serif;margin:0}
.journal-card>p:not(.eyebrow){color:var(--muted);font-size:14px;max-width:44ch}
.journal-article{max-width:980px;padding-top:36px;padding-bottom:90px}
.journal-article>.eyebrow{margin-top:55px}
.article-lead{font-size:20px;color:var(--muted);max-width:50ch;margin-block:30px}
.journal-article>img{width:100%;max-height:520px;object-fit:cover}
.article-body{max-width:65ch;margin:35px auto 0}
.article-body p{line-height:1.9;margin-block:26px}
.instagram-section{padding:80px 24px;text-align:center;background:#e7d9cd}
.instagram-section h2{font:400 clamp(38px,4vw,58px)/1.1 Georgia,"Times New Roman",serif;margin:0 0 20px}
.instagram-handle{display:inline-flex;align-items:center;gap:24px;min-height:48px;font-size:19px;text-decoration:none;border-bottom:1px solid}
.instagram-section>p:last-child{font-size:13px;color:#655c53;margin:24px 0 0}
.social-row a{display:inline-flex;align-items:center;min-height:44px;border-bottom:1px solid #958a82}
.project-feature,.project-intro{--project-highlight:#cfb983;display:grid;grid-template-columns:1.2fr 1fr;align-items:stretch;background:#22211f;color:#f5f0e7}
.demo-strip{justify-content:space-between;gap:12px 24px;padding-inline:max(24px,calc((100vw - 1296px)/2))}
.demo-strip-message{margin:0;font-size:11px;line-height:1.5;letter-spacing:.06em}
.demo-strip-contact{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin-left:auto}
.demo-strip-contact a{min-height:28px;display:inline-flex;align-items:center}
@media(max-width:820px){.demo-strip{flex-wrap:nowrap;justify-content:center;gap:0;min-height:36px;padding:8px 16px;text-align:center}.demo-strip-message{min-width:0;max-width:100%;margin-inline:auto;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.demo-strip-contact{display:none}.demo-strip:not(:has(.demo-strip-message)){display:none}}
.project-feature-copy,.project-intro-copy{padding:clamp(44px,7vw,100px)}
.project-feature .eyebrow,.project-intro .eyebrow{color:#c7ae70}
.project-feature h2,.project-intro h1{font:400 clamp(38px,4vw,60px)/1.15 Georgia,serif;letter-spacing:-.035em;margin:0}
.project-feature h2 em,.project-intro h1 em{color:var(--project-highlight);font-weight:400}
.project-feature-copy>p:not(.eyebrow),.project-intro-copy>p:not(.eyebrow){color:#ccc6bb;max-width:46ch;margin:26px 0;line-height:1.8;font-size:15px}
.project-feature .text-link,.project-intro .text-link{color:#e2cfa0}
.project-signature{display:grid;place-items:center;background:#1b1a18;padding:50px}
.project-signature img{width:auto;height:300px;max-width:100%;object-fit:contain;transform:scale(.9)}
.project-intro .project-signature img{height:340px}
.project-signature img[src$="/assets/markam-online-logo.png"]{width:min(100%,280px);height:auto}
.project-markam-logo{--project-logo-height:300px;display:block;position:relative;width:min(100%,calc(var(--project-logo-height) * 478 / 240));height:var(--project-logo-height);color:var(--project-highlight)}
.project-markam-logo::after{content:"";position:absolute;inset:0;background:currentColor;-webkit-mask:url("markam-online-logo.png") center/contain no-repeat;mask:url("markam-online-logo.png") center/contain no-repeat;transform:scale(.45)}
.project-intro .project-markam-logo{width:min(100%,280px);height:auto;aspect-ratio:478/240}
.project-intro .project-markam-logo::after{transform:scale(.9)}
@media(max-width:820px){.project-markam-logo{--project-logo-height:230px}.project-intro .project-markam-logo{height:var(--project-logo-height)}}
.project-intro small{display:block;margin-top:22px;color:#aaa498;font-size:11px}
.project-disciplines{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px}
.project-disciplines article{padding-top:22px;border-top:1px solid var(--line)}
.project-disciplines span{font-size:12px;color:var(--accent-dark)}
.project-disciplines h3{font:400 30px/1.1 Georgia,serif;margin:26px 0 15px}
.project-disciplines p{font-size:14px;line-height:1.8;color:var(--muted)}
.project-invitation{text-align:center;padding-bottom:100px}
.project-invitation h2{font:400 clamp(36px,4vw,54px)/1.15 Georgia,serif;margin:0}
.project-invitation>p:not(.eyebrow){max-width:58ch;margin:24px auto;color:var(--muted)}
.project-invitation>.text-link{display:flex;width:max-content;max-width:100%;margin:24px auto 0}
@media(min-width:821px) and (max-width:1100px){.header-inner{grid-template-columns:1fr auto;padding-block:8px}.desktop-nav{display:none}.menu-button{display:inline-grid}}
@media(max-width:820px){
 .header-inner{padding-block:8px}.header-actions{grid-row:1}.campaign-hero{height:calc(90svh - 110px);min-height:560px}
 .campaign-copy{top:7%}.campaign-copy h1{font-size:56px}.campaign-copy h1 em{display:block}
 .campaign-media img{object-fit:contain;object-position:center 65%;mix-blend-mode:multiply}
 .campaign-footer{inset-inline:24px}.campaign-edition{display:none}
 .editorial-section{grid-template-columns:1fr;min-height:0}.editorial-reverse .editorial-media,.editorial-reverse .editorial-copy{grid-column:auto;grid-row:auto}
 .project-feature,.project-intro{grid-template-columns:1fr}.project-feature-copy,.project-intro-copy{padding:48px 28px}.project-signature{padding:40px}.project-signature img,.project-intro .project-signature img{height:230px}.project-disciplines{grid-template-columns:1fr;gap:22px}.project-invitation{padding-bottom:64px}
 .editorial-media>img{min-height:0;height:440px}.editorial-copy{padding:42px 28px 64px}
 .model-editorial{margin-top:0}.model-editorial model-viewer{height:500px;min-height:500px}
 .journal-grid{gap:28px 16px;grid-template-columns:1fr}.journal-card{display:grid;grid-template-columns:1fr 1fr;column-gap:20px}
 .journal-image{grid-row:1/5;aspect-ratio:auto;min-height:220px;margin:0}.journal-card h3{font-size:27px}.journal-card .text-link{justify-self:start}
}
@media(max-width:560px){
 .campaign-hero{height:calc(92svh - 106px);min-height:535px}.campaign-copy h1{font-size:clamp(42px,11vw,58px)}.campaign-copy{inset-inline:16px}
 .campaign-copy .eyebrow{font-size:8px;letter-spacing:.18em}.campaign-copy>p:last-child{font-size:12px}
 .campaign-footer{inset-inline:20px;bottom:22px}.campaign-explore{font-size:10px;letter-spacing:.1em}
 .category-section .category-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:14px;margin-inline:-16px;padding:0 16px 16px;scroll-padding-inline:16px}
 .category-section .category-card{flex:0 0 82%;scroll-snap-align:start;aspect-ratio:.87}
 .category-card-caption{inset:24px 22px auto}.category-card-footer{inset:auto 22px 22px}
 .editorial-media>img{height:360px}.editorial-copy h2{font-size:42px}.editorial-copy{padding:38px 24px 54px}
 .model-editorial model-viewer{height:420px;min-height:420px}.model-editorial .viewer-tools{bottom:65px}
 .journal-card{display:block}.journal-image{aspect-ratio:1.5;min-height:0;margin-bottom:18px}.journal-grid{gap:40px}
 .journal-article>.eyebrow{margin-top:35px}.article-lead{font-size:18px}
 .instagram-section{padding:60px 20px}
 .quantity output{font-size:16px}.purchase-row{gap:10px}.purchase-row .button{letter-spacing:0}
 .icon-button,.cart-button,.menu-button{width:44px;min-width:44px;height:44px}
}
@media(max-width:360px){.header-inner{padding-inline:8px;gap:6px}.header-actions{gap:0}.wordmark{font-size:13px}.purchase-row .button:after{display:none}}

/* Compact catalogue heading; independent of the full-screen home campaign. */
.page-hero{padding:0 0 20px}
.page-hero .page-title{font-family:inherit;font-size:24px;font-weight:600;line-height:1.3;letter-spacing:-.02em}
.page-hero .eyebrow{margin:0 0 8px;font-size:9px}
.page-hero .page-intro{max-width:none;margin:10px 0 0;font-size:14px;line-height:1.6}
.subcategory-links{margin:4px 0 22px}
.search-page .page-hero{padding:0 0 24px}
.wordmark{font-family:"Mobilya Bodoni",Didot,"Times New Roman",serif;font-size:28px;letter-spacing:-.045em;font-weight:400;line-height:1.1}
.wordmark b{font-weight:400}.wordmark small{font-family:ui-sans-serif,sans-serif;font-size:7px;letter-spacing:.23em;margin-top:6px}
.mobile-panel header .wordmark{display:block;font-size:32px;margin-bottom:14px}
.mobile-panel header .eyebrow{margin:0}
.mobile-panel nav>a{font-size:20px;line-height:1.4;font-weight:700;min-height:48px}
.mobile-panel nav strong{font-weight:700}
.mobile-panel nav .mobile-sub-link{font-size:14px;font-weight:400;min-height:44px}
.whatsapp-button img{display:block;width:32px;height:32px}
.cart-panel h2 span{font:400 14px/1 ui-sans-serif,sans-serif;vertical-align:middle;border:1px solid var(--line);border-radius:50%;padding:5px 9px;margin-left:8px}
.cart-empty{padding:40px 0 50px;text-align:center;border-bottom:1px solid var(--line)}
.cart-empty>svg{width:48px;height:48px;stroke-width:1;color:var(--accent-dark)}
.cart-empty h3{font:400 28px/1.1 Georgia,serif;margin:24px 0 16px}
.cart-empty p,.cart-service>p:not(.eyebrow){color:var(--muted);font-size:14px;line-height:1.7}
.cart-empty .button{margin-top:18px;width:100%}.cart-service{padding-top:30px}.cart-service .button{width:100%;letter-spacing:0;margin-top:8px}.cart-service .text-link{display:flex;width:max-content;margin:14px auto 0}
.footer .wordmark{font-size:32px;color:#fff}
@media(max-width:560px){.wordmark{font-size:24px}.page-hero{padding:0 0 18px}.page-hero .page-title{font-size:22px}.subcategory-links{margin:4px -16px 22px}.whatsapp-button img{width:32px;height:32px}}
@media(max-width:360px){.wordmark{font-size:16px}}
/* A bounded logo slot keeps navigation independent of image intrinsic width. */
.brand-logo{display:block;width:150px;height:auto;object-fit:contain}
/* WORDMARK KONTRASTI — kurulumun yüklediği wordmark BEYAZDIR (demoda header
   siyah, footer beyaz olmak üzere iki ayrı dosya vardı; burada tek dosya var).
   Açık header zemininde beyaz okunmuyordu: `brightness(0)` beyaz pikselleri
   mürekkebe çevirir, saydamlığı korur. Footer zemini koyu olduğu için oradaki
   wordmark filtresizdir. Hero üstündeki saydam header kuralı bunu geri alır. */
.site-header .brand-logo{filter:brightness(0)}
.wordmark{display:flex;align-items:center;width:150px;max-width:100%;min-height:44px;line-height:1;letter-spacing:normal}
.header-inner{grid-template-columns:150px minmax(0,1fr) auto;gap:24px;padding-block:14px;min-height:84px}
.desktop-nav{grid-column:2;grid-row:1;gap:16px;min-width:0;min-height:44px}
.desktop-nav a{font-size:14px;letter-spacing:.01em}
.header-actions{grid-column:3}
.mobile-panel header .wordmark{display:flex;margin-bottom:10px}
.catalog-logo .brand-logo{width:150px;max-width:100%}
.footer .wordmark{width:170px}.footer .brand-logo{width:170px}
.button[data-commerce-unavailable]{background:var(--accent);border-color:var(--accent)}
.campaign-hero{height:calc(100svh - 132px);min-height:570px;background:#24221f;color:#fff}
.campaign-media img,.campaign-media video{position:absolute;inset:0;object-fit:cover;object-position:center;mix-blend-mode:normal}
.campaign-media video{opacity:0;transition:opacity .6s}
.campaign-media.is-playing video{opacity:1}
.campaign-hero:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(0,0,0,.62),rgba(0,0,0,.5) 45%,rgba(0,0,0,.74))}
.campaign-copy{inset:48% 24px auto;transform:translateY(-50%)}
.campaign-model{position:relative;width:clamp(240px,28vw,375px);margin:6px auto 0}
.campaign-model model-viewer,.campaign-model .product-media-image,.campaign-model noscript img{width:100%;height:235px;min-height:0;--poster-color:transparent;object-fit:contain}
.campaign-model .product-media-image{mix-blend-mode:normal}
.campaign-model .viewer-tools,.campaign-model .viewer-hint{display:none}
.campaign-model model-viewer::part(default-progress-bar){display:none}
[data-product-model][data-model-ready]::part(default-progress-bar){display:none}
.campaign-model .model-error{font-size:10px}
/* A tiny white spinner stays centered in each scene, independent of poster slots. */
[data-product-model]:not([data-model-ready]){opacity:0}
.viewer-loader{inset:auto;top:50%;left:50%;width:44px;height:44px;transform:translate(-50%,-50%);z-index:3;border-radius:50%;background:rgba(36,30,44,.35);pointer-events:none;gap:0}
.viewer-loader span{width:18px;height:18px;border:2px solid rgba(255,255,255,.25);border-top-color:#fff}
@media(max-width:560px){.campaign-model{width:265px;margin-top:4px}.campaign-model model-viewer,.campaign-model .product-media-image,.campaign-model noscript img{height:190px}}
/* HİKÂYE KONTROLLERİ — TABAN KATMAN.
   Demo bu katmanı AYRI bir stil dosyasında taşıyor (`assets/story-controls.css`);
   temaya yalnız demonun `store.css`'indeki `.home-page` ÜSTÜNE-yazma kuralları
   alınmış, taban hiç birleştirilmemişti. Sonuç: `.story-sound-toggle`'ın
   `position`/boyutu hiç yoktu — düğme akışta 37x34 çiziliyor ve header'ı aşağı
   itiyordu; `.story-sound-pause` de `display:none` almadığından duraklat ikonu
   oynat ikonuyla birlikte görünüyordu.
   Aşağısı o taban katmandır (demo birebir). Renk/yerleşim uyarlaması hemen
   altındaki `.home-page` kurallarındadır: hem sırayla hem özgüllükle onlar kazanır. */
.hero-story-button{min-width:230px;display:inline-flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;font-family:inherit}
.hero-story-button .story-sound-play,.hero-story-button .story-sound-pause{width:18px;height:18px;flex:0 0 18px}
.hero-story-button .story-sound-play svg{width:18px;height:18px;fill:currentColor}
.hero-story-button .story-sound-pause{gap:4px}
.hero-story-button .story-sound-pause i{width:2px;height:13px;background:currentColor}
.hero-story-button.is-playing .story-sound-play{display:none}
.hero-story-button.is-playing .story-sound-pause{display:flex}
.story-sound-toggle{--story-audio-progress:0deg;position:fixed;right:18px;bottom:18px;z-index:82;width:58px;height:58px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:conic-gradient(var(--gold) var(--story-audio-progress),rgba(201,160,119,.2) 0);color:var(--gold);cursor:pointer;filter:drop-shadow(0 12px 24px rgba(0,0,0,.48));transition:transform .25s ease,filter .25s ease}
.story-sound-toggle:before{content:"";position:absolute;inset:3px;border:1px solid rgba(201,160,119,.42);border-radius:inherit;background:radial-gradient(circle at 35% 28%,rgba(201,160,119,.16),rgba(13,11,9,.96) 58%);box-shadow:inset 0 0 20px rgba(201,160,119,.08)}
.story-sound-toggle:hover{transform:translateY(-2px) scale(1.035)}
.story-sound-play,.story-sound-pause{position:relative;z-index:1;width:25px;height:25px;align-items:center;justify-content:center}
.story-sound-play{display:flex}
.story-sound-play svg{width:100%;height:100%;overflow:visible;fill:var(--gold)}
.story-sound-pause{display:none;gap:5px}
.story-sound-pause i{width:3px;height:17px;border-radius:999px;background:var(--gold)}
.story-sound-toggle.is-playing .story-sound-play{display:none}
.story-sound-toggle.is-playing .story-sound-pause{display:flex}
.home-page{--gold:var(--accent)}
.campaign-story{margin-top:25px}
/* Hero artık aynı kampanya sınıflarını kullanır: CTA koyu video perdesinin
   üzerinde, referanstaki beyaz çerçevesiyle okunur. */
.home-page .hero-story-button{min-height:48px;min-width:230px;padding:14px 28px;border:1px solid #fff;border-radius:0;background:transparent;color:#fff;font-family:inherit;font-size:12px;font-weight:400;line-height:1.2;letter-spacing:.18em;text-transform:uppercase;transition:background .2s}
.home-page .hero-story-button:hover{background:rgba(255,255,255,.1)}
.campaign-hero .button.secondary{margin-top:25px;border-color:#fff;color:#fff}
html:has(.home-page.story-audio-playing){scroll-behavior:auto}
.home-page .hero-story-button:focus-visible,.home-page .story-sound-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:4px}
.home-page .story-sound-toggle{right:22px;bottom:calc(22px + env(safe-area-inset-bottom,0px));z-index:40;background:conic-gradient(var(--accent) var(--story-audio-progress),var(--line) 0);color:var(--accent);filter:none;box-shadow:0 4px 16px rgba(45,41,38,.12);transition:transform .2s,box-shadow .2s}
.home-page .story-sound-toggle:before{inset:2px;border:0;background:var(--paper);box-shadow:none}
.home-page .story-sound-toggle:hover{filter:none;transform:translateY(-2px);box-shadow:0 6px 18px rgba(45,41,38,.16)}
.home-page .story-sound-toggle.is-playing{animation:none}
.home-page .story-sound-play svg{fill:currentColor}
.home-page .story-sound-pause i{background:currentColor;box-shadow:none;border-radius:0}
.whatsapp-button{right:auto;left:22px}
.story-status{position:fixed;z-index:41;right:22px;bottom:95px;max-width:280px;background:var(--paper);color:var(--ink);padding:12px;font-size:12px}
@media(max-width:560px){.whatsapp-button{right:auto;left:16px}.home-page .story-sound-toggle{right:16px;bottom:calc(16px + env(safe-area-inset-bottom,0px));width:52px;height:52px}}
@media(prefers-reduced-motion:reduce){.home-page .story-sound-toggle.is-playing{animation:none}}
.campaign-copy .eyebrow{color:#fff}
@media(max-width:1399px){.header-inner{grid-template-columns:minmax(0,1fr) auto;gap:16px;padding-block:10px;min-height:72px}.desktop-nav{display:none}.header-actions{grid-column:2}.menu-button{display:inline-grid}}
@media(min-width:561px) and (max-width:820px){.category-section .category-grid{grid-template-columns:1fr 1fr}.category-card-caption{inset:24px 20px auto}.category-card-footer{inset:auto 20px 22px}}
@media(max-width:560px){.header-inner{padding-inline:12px;gap:8px}.wordmark{width:120px;min-width:0}.brand-logo{width:120px;max-width:100%}.header-actions{gap:0}.header-actions .icon-button,.header-actions .cart-button,.header-actions .menu-button{border:0}.campaign-hero{height:calc(100svh - 111px);min-height:560px}.campaign-copy{inset-inline:18px}.campaign-copy h1{font-size:clamp(42px,12vw,60px)}.campaign-form{display:block}.campaign-copy .eyebrow{font-size:9px}.category-section .section-head{display:block;margin-bottom:26px}.category-section .section-head h2{font-size:36px;max-width:13ch}.category-section .section-head>.text-link{margin-top:18px}.section-head .eyebrow{margin-bottom:18px}}
.category-section{scroll-margin-top:100px}
.category-section .category-grid,.product-gallery{scrollbar-width:none;overscroll-behavior-inline:contain}
.category-section .category-grid::-webkit-scrollbar,.product-gallery::-webkit-scrollbar{display:none}
.product-gallery-controls{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:8px;margin-top:12px}
.product-gallery-controls .product-gallery{margin:0;padding:6px 0;scroll-snap-type:x proximity}
.gallery-thumb{scroll-snap-align:center}
.gallery-direction{width:44px;min-height:52px;border:1px solid var(--line);border-radius:0;background:transparent;color:var(--ink);font:400 30px/1 Georgia,serif;display:grid;place-items:center}
.gallery-direction:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}
.gallery-direction:disabled{opacity:.3;cursor:default}
@media(max-width:360px){.header-inner{padding-inline:8px;gap:4px}.wordmark,.brand-logo{width:80px}.campaign-copy h1{font-size:42px}}
@media(max-width:560px) and (max-height:740px){
 .campaign-copy{top:50%}
 .campaign-copy h1{font-size:40px}
 .campaign-copy>.campaign-tagline{margin-bottom:16px}
 .campaign-story{margin-top:18px}
 .campaign-model{width:235px}
 .campaign-model model-viewer,.campaign-model .product-media-image,.campaign-model noscript img{height:155px}
}
/* Editorial product gallery: vertical photography, two sticky reading rails. */
.product-layout-editorial{grid-template-columns:minmax(0,1.4fr) minmax(320px,.8fr);gap:clamp(28px,4vw,64px)}
.product-gallery-editorial{display:grid;grid-template-columns:72px minmax(0,1fr);gap:18px;align-items:start}
.product-gallery-editorial .product-gallery-controls{position:sticky;top:104px;display:flex;flex-direction:column;gap:8px;margin:0;max-height:calc(100svh - 128px)}
.product-gallery-editorial .product-gallery{position:relative;display:flex;flex-direction:column;gap:10px;width:100%;min-height:0;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;scroll-snap-type:y proximity}
.product-gallery-editorial .gallery-thumb{flex:0 0 68px;width:100%;height:68px;padding:5px}
.product-gallery-editorial .gallery-direction{width:100%;min-height:44px;flex-shrink:0}
.product-gallery-editorial .gallery-direction span{transform:rotate(90deg)}
.gallery-position{font-size:10px;color:var(--muted);letter-spacing:.12em;font-variant-numeric:tabular-nums}
.product-gallery-stack{min-width:0;display:grid;gap:24px}
.product-gallery-frame{position:relative;min-width:0;margin:0;height:clamp(480px,calc(100svh - 132px),920px);scroll-margin-top:104px;background:var(--paper);overflow:hidden}
.product-gallery-frame.viewer-shell{min-height:0;border-radius:0}
.product-gallery-frame .product-media-image,.product-gallery-frame model-viewer{height:100%;min-height:0;width:100%;object-fit:contain}
.product-photo-open{position:relative;display:block;width:100%;height:100%;padding:0;border:0;border-radius:0;background:transparent;color:var(--ink);cursor:zoom-in;touch-action:pan-y pinch-zoom}
.product-photo-open:focus-visible{outline:2px solid var(--accent);outline-offset:-3px}
.product-photo-open img{user-select:none;-webkit-user-drag:none}
.photo-expand-hint{position:absolute;right:12px;top:12px;display:grid;place-items:center;width:44px;height:44px;background:var(--paper);border:1px solid var(--line);font-size:27px;pointer-events:none}
.product-layout-editorial .product-copy{top:104px;padding:20px 12px 20px 0;max-height:calc(100svh - 128px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--line) transparent;overscroll-behavior-y:contain}
.product-layout-editorial .product-copy h1{font-size:clamp(36px,3.6vw,58px);margin-bottom:20px}
.product-options-preview{min-width:0;display:grid;gap:14px;border:0;padding:0;margin:24px 0}
.product-options-preview legend{padding:0;margin-bottom:12px;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}
.product-options-preview label{display:grid;gap:7px;min-width:0;font-size:12px}
.product-options-preview label>span{display:flex;align-items:center;justify-content:space-between;gap:10px}
.product-options-preview small{font-size:10px;letter-spacing:.03em;color:var(--accent)}
.product-options-preview input,.product-options-preview select{width:100%;height:44px;border:1px solid var(--line);border-radius:0;background:transparent;padding:0 12px;font-size:12px;color:var(--muted);opacity:1;cursor:not-allowed;-webkit-text-fill-color:var(--muted)}
.product-color-preview p{font-size:12px;margin:0 0 8px}.product-color-swatches{display:flex;gap:8px;margin-bottom:6px}
.product-color-swatch{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--line);border-radius:0;background:transparent;padding:5px}
.product-color-swatch span{width:100%;height:100%;background:var(--swatch)}
.product-color-swatch[aria-pressed="true"]{border:2px solid var(--accent);padding:4px}
.product-color-preview>small{color:var(--muted);font-size:10px}
@media(max-width:820px){
 .purchase-anchor{min-height:var(--purchase-height,240px)}
 .purchase-anchor .purchase-row{position:relative;bottom:auto;margin:16px 0 0;padding:0;border:0;box-shadow:none;backdrop-filter:none;background:transparent}
 .product-purchase.is-floating{position:fixed;z-index:20;left:0;right:0;bottom:0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:0 12px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:var(--paper);box-shadow:0 -8px 28px rgba(45,41,38,.08)}
 .product-purchase.is-floating .eyebrow{display:none}
 .product-layout-editorial .product-purchase.is-floating h1{font-size:21px;line-height:1.15;margin:0}
 .product-purchase.is-floating .price{font-size:15px;white-space:nowrap}
 .product-purchase.is-floating .purchase-row{grid-column:1/-1;margin-top:12px}
 body.is-panel-open .product-purchase.is-floating,body.is-menu-open .product-purchase.is-floating{visibility:hidden}
 body:has(.product-layout-editorial) .whatsapp-button{bottom:calc(146px + env(safe-area-inset-bottom))}
 .product-layout-editorial{display:block}
 .product-gallery-editorial{grid-template-columns:58px minmax(0,1fr);gap:10px;--gallery-height:clamp(340px,calc(100svh - 290px),720px)}
 .product-gallery-editorial .product-gallery-controls{position:relative;top:auto;max-height:var(--gallery-height);gap:6px}
 .product-gallery-editorial .gallery-thumb{flex-basis:56px;height:56px}
 .product-gallery-editorial .gallery-thumb-model b{font-size:17px}
 .product-gallery-editorial .gallery-direction span{transform:rotate(90deg)}
 .product-gallery-stack{position:relative;display:block;height:var(--gallery-height);overflow-x:hidden;overflow-y:auto;scroll-snap-type:y mandatory;scrollbar-width:none;overscroll-behavior-y:auto;touch-action:pan-y pinch-zoom}
 .product-gallery-stack.is-mouse-dragging{scroll-snap-type:none;user-select:none;cursor:grabbing}
 .product-gallery-stack::-webkit-scrollbar{display:none}
 .product-gallery-frame{height:var(--gallery-height);flex:0 0 100%;scroll-margin:0;scroll-snap-align:start;scroll-snap-stop:always}
 .product-gallery-frame .viewer-tools{left:8px;right:8px;top:8px;flex-wrap:wrap;gap:6px;justify-content:center}
 .product-gallery-frame .viewer-tools button{padding:0 8px;font-size:9px}
 .product-gallery-frame .viewer-hint{padding:0 10px;font-size:10px;bottom:14px}
 .product-layout-editorial .viewer-column{position:sticky;top:72px;z-index:0}
 .product-layout-editorial .product-copy{position:relative;top:auto;z-index:2;padding:28px 0 0;max-height:none;overflow:visible;background:var(--paper);box-shadow:0 -14px 0 var(--paper)}
}
/* Full-screen inspection uses the same local photographs and commerce action. */
body.is-photo-inspecting{position:fixed;left:0;right:0;width:100%;overflow:hidden}
body.is-photo-inspecting .product-purchase.is-floating{visibility:hidden}
.product-photo-dialog{position:fixed;inset:0;width:100%;height:100%;height:100dvh;max-width:none;max-height:none;margin:0;padding:0;border:0;border-radius:0;background:var(--paper);color:var(--ink);overflow:hidden;overscroll-behavior:none}
.product-photo-dialog::backdrop{background:var(--paper)}
.photo-dialog-layout{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(0,1fr) auto auto auto;width:100%;height:100%;padding-top:env(safe-area-inset-top,0px)}
.photo-dialog-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 20px;border-bottom:1px solid var(--line)}
.photo-dialog-header p{margin:0;font:400 23px/1.2 Georgia,serif}
.photo-dialog-header span{display:block;margin-top:4px;font-size:11px;color:var(--muted);font-variant-numeric:tabular-nums}
.photo-dialog-header .panel-close{flex:0 0 44px;color:var(--ink)}
.photo-dialog-stage{position:relative;min-width:0;min-height:0;overflow:hidden;display:grid;place-items:center;touch-action:none;cursor:zoom-in}
.photo-dialog-stage.is-zoomed{cursor:grab}
.photo-dialog-stage:active{cursor:grabbing}
.photo-dialog-stage>img{width:100%;height:100%;min-height:0;object-fit:contain;transform-origin:center;pointer-events:none;user-select:none;-webkit-user-drag:none;mix-blend-mode:multiply}
.photo-dialog-loading,.photo-dialog-error{position:absolute;inset:0;display:grid;place-content:center;gap:12px;margin:0;padding:24px;text-align:center;font-size:13px;color:var(--muted);pointer-events:none}
.photo-dialog-loading:before{content:"";justify-self:center;width:24px;height:24px;border:2px solid var(--line);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}
.photo-dialog-tools{display:flex;align-items:center;justify-content:center;gap:20px;padding:8px 16px}
.photo-dialog-tools button{min-width:44px;height:44px;border:1px solid var(--line);background:transparent;color:var(--ink);font-size:23px}
.photo-dialog-tools button:disabled{opacity:.35}
.photo-zoom-tools{display:flex}
.photo-zoom-tools [data-photo-zoom-reset]{min-width:64px;border-inline:0;font-size:12px;font-variant-numeric:tabular-nums}
.photo-dialog-thumbs{position:relative;display:flex;justify-self:center;gap:8px;width:max-content;max-width:100%;padding:4px 16px 12px;overflow-x:auto;scrollbar-width:none;overscroll-behavior-x:contain}
.photo-dialog-thumbs::-webkit-scrollbar{display:none}
.photo-dialog-thumbs .gallery-thumb{flex:0 0 56px;width:56px;height:56px;padding:4px}
.photo-dialog-footer{position:relative;display:grid;justify-items:center;padding:12px 16px calc(12px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--line)}
.photo-dialog-footer>.button{width:min(100%,440px);min-height:48px}
.photo-dialog-footer [data-photo-notice]{position:absolute;bottom:100%;left:50%;transform:translateX(-50%);width:min(560px,calc(100% - 32px));margin:0 0 10px;padding:14px;background:var(--black);color:white;text-align:center;font-size:13px}
.product-photo-dialog [hidden]{display:none!important}
.product-photo-dialog :focus-visible{outline:2px solid var(--accent);outline-offset:2px}
@media(max-width:560px){.photo-dialog-header{padding:8px 16px}.photo-dialog-header p{font-size:20px}.photo-dialog-tools{padding-block:6px}.photo-dialog-footer{padding-top:10px}.photo-dialog-thumbs{padding-bottom:8px}}
/* Homepage navigation overlays the film; other page headers stay unchanged. */
.home-page{--home-header-height:84px;--home-banner-height:48px}
.home-page .site-header{margin-bottom:calc(-1 * var(--home-header-height));border-bottom:0;background:var(--surface);color:var(--ink);backdrop-filter:none;transition:background-color .2s,color .2s}
.home-page .campaign-hero{height:calc(100svh - var(--home-banner-height))}
/* Header filmin üstüne bindiği için beyaz wordmark/menü FİLM KARESİNE bağlı
   kalıyor: 10 sn'lik döngüde header bandının ortalama parlaklığı 0.085–0.448
   arasında geziyor, beyaz kontrast 7.8:1'den 2.1:1'e düşüyor ve parlak
   piksellerde 1.0:1 oluyor. Demo bunu filmin üstündeki koyu gradyanla
   (`.campaign-hero:after`, tepede rgba(0,0,0,.62)) çözüyor; burada aynı
   gradyan yalnız HEADER BANDINA uygulanır, görselin geri kalanı kararmaz.
   `::after` kullanılır: video `inset:0` mutlak konumlu, `::before` onun
   ALTINDA kalırdı. */
.home-page .hero-media:after{content:"";position:absolute;z-index:1;inset:0 0 auto;height:calc(var(--home-header-height) + 64px);background:linear-gradient(180deg,rgba(0,0,0,.62) 0,rgba(0,0,0,.62) var(--home-header-height),rgba(0,0,0,0) 100%);pointer-events:none}
/* Perde ancak header FİLMİN ÜSTÜNDEYSE işe yarar. Ölçüm (390x844): header tam
   genişlikte ve y=89'da, hero ise 16px içeride ve y=109'da başlıyordu — beş
   kontrolün hiçbiri perdenin tamamen içinde değildi (ikonların üst 6px'i,
   wordmark'ın sol 4px'i, menü düğmesinin sağ 4px'i dışarıda). İki hizalama
   düzeltir; düzen değişmez:
   1) binen header'ın altında hero'nun üst boşluğu anlamsızdır (o boşluk
      header'ın arkasındaki kâğıdı açığa çıkarıyordu),
   2) 560px altında header 12/10/8px'e inerken kapsayıcı 16px'te kalıyor. */
.home-page .hero{padding-top:0}
@media(max-width:560px){.home-page .header-inner{padding-inline:16px}}
.home-page:not(.is-panel-open) .site-header:not(.is-scrolled):not(:focus-within){background:transparent;color:#fff}
/* Hero üstünde header saydam ve yazı beyaz: wordmark dosyası ZATEN beyaz
   olduğu için taban `brightness(0)` burada geri alınır. (Demoda kaynak dosya
   siyahtı, o yüzden demo `brightness(0) invert(1)` yazıyordu.) */
.home-page:not(.is-panel-open) .site-header:not(.is-scrolled):not(:focus-within) .brand-logo{filter:none}
.home-page .site-header .icon-button,.home-page .site-header .cart-button,.home-page .site-header .menu-button{color:inherit;border-color:currentColor}
.home-page .site-header .cart-count{background:var(--accent);color:#fff}
.home-page .site-header :focus-visible{outline-color:var(--accent)}
@media(hover:hover){
 .home-page:not(.is-panel-open) .site-header:not(.is-scrolled):not(:focus-within):hover{background:var(--surface);color:var(--ink)}
 .home-page:not(.is-panel-open) .site-header:not(.is-scrolled):not(:focus-within):hover .brand-logo{filter:brightness(0)}
}
@media(max-width:1399px){.home-page{--home-header-height:72px}}
@media(max-width:560px){.home-page{--home-banner-height:39px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.site-header,.mobile-panel,.utility-panel,.product-card-media img,.category-collage img,.journal-image img,.toast{transition:none}.viewer-loader span{animation-duration:1.8s}}

/* Kategori ağacı — ana/alt ayrımı. `.filters` daha önce hiç biçimlenmemişti. */
.filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}
.filters button{min-height:44px;padding:9px 16px;border:1px solid var(--line);border-radius:0;background:transparent;color:var(--muted);font:inherit;font-size:12px;letter-spacing:.04em;cursor:pointer;transition:color .18s,border-color .18s,background .18s}
.filters button:hover{color:#fff;border-color:var(--accent);background:var(--accent)}
.filters button.is-active{background:var(--accent);border-color:var(--accent);color:#fff}
.filters-sub{margin:-8px 0 22px;padding-left:2px}
.filters-sub button{padding:7px 13px;font-size:11px;border-style:dashed}
.filters-sub button[hidden]{display:none}
.category-card-group{display:flex;flex-direction:column;gap:10px}
.category-card-children{display:flex;flex-wrap:wrap;gap:4px 14px}
.category-card-children a{color:var(--muted);font-size:11.5px;letter-spacing:.03em;text-decoration:none;border-bottom:1px solid transparent}
.category-card-children a:hover{color:var(--ink);border-bottom-color:var(--ink)}
.mobile-panel .mobile-sub-link.mobile-sub-child{padding-left:34px;font-size:13px;opacity:.85}

/* Ekran okuyucuya açık, gözle görünmez etiket. Mutlak konumlandırma ŞART:
   `.quantity` üç sütunlu bir ızgaradır, etiket akışta kalsaydı dördüncü
   hücreyi işgal edip sayacı bozardı. */
.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}
/* Arama sayfası: sonuç sayacı ve boş durum. */
.search-page-status{margin:22px 0 14px;color:var(--muted);font-size:12px;letter-spacing:.03em}
.search-page-status strong{color:var(--ink);font-size:13px}
.search-page-empty{margin:34px 0;padding:26px;border:1px solid var(--line);background:var(--paper);text-align:center;color:var(--muted);font-size:13px}
/* Hero medyası: kurulum bir video/görsel yüklediğinde öğe kendi doğal
   boyutunda (1280x720) çizilip mobilde 906px yatay taşma yapıyordu — kutu
   kuralı hiç yazılmamıştı, çünkü alan bugüne dek hep boştu.
   Taban yükseklik de burada: `min-height` yalnız 820px ve 560px altındaki
   sorgularda vardı, masaüstünde kutunun boyunu içeriğin DOĞAL yüksekliği
   veriyordu — çocuk mutlak konumlanınca o dayanak kalkar ve kutu 0'a düşer. */
.hero-media{position:relative;overflow:hidden;min-height:clamp(420px,58svh,620px)}
.hero-media video,.hero-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
/* 3D kabuğu: model ile yedek fotoğrafı aynı kutuda tutar. Yedek `hidden`
   doğar; storefront-ui.js modül gelmezse ya da model hata verirse açar. */
.product-model-shell{position:relative;display:block;width:100%}
.product-model-shell [data-product-photo][hidden]{display:none}
.product-model-shell [data-product-model][hidden]{display:none}
.product-model-shell[data-model-fallback="empty"]:not([data-model-state="ready"]) model-viewer{opacity:0!important;pointer-events:none}
.product-model-shell[data-model-fallback="empty"][data-model-state="unavailable"] [data-model-loader],.viewer-hint[hidden]{display:none}
.category-wordmark{font:400 25px/1 Georgia,"Times New Roman",serif;letter-spacing:-.04em}
.mobile-brand{padding:18px 0 24px}.mobile-brand .brand-logo{filter:brightness(0)}.mobile-brand p{font-size:10px;letter-spacing:.2em;margin-top:12px}
.utility-panel .button{margin:20px 0}

/* CMS şablonlarının ortak tasarım sınıflarına ek olan küçük kontrolleri. */
.product-card-add{min-height:44px;padding:0 12px;font-size:10px;letter-spacing:.04em}
.quantity input{min-width:44px;width:100%;height:100%;padding:0;border:0;border-inline:1px solid var(--line);border-radius:0;background:transparent;text-align:center;font:inherit;font-weight:700;appearance:textfield;-moz-appearance:textfield}
.quantity input::-webkit-inner-spin-button,.quantity input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.product-model-loading{display:grid;place-items:center;min-height:44px;color:var(--muted);font-size:12px}
.deger-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}
.deger h3{font:400 24px/1.2 Georgia,"Times New Roman",serif}
.deger p,.richtext{line-height:1.75;overflow-wrap:anywhere}
.richtext h2,.story-copy h2{font:400 clamp(30px,4vw,54px)/1.1 Georgia,"Times New Roman",serif}
.story-copy{min-width:0}
@media(max-width:820px){.deger-grid{grid-template-columns:1fr}.product-copy h1{font-size:clamp(30px,8vw,42px)}}
/* Optional editorial homepage. All selectors are isolated from the classic layout. */
.home-editorial{--paper:#faf9f6;background:var(--paper)}
.home-editorial .demo-strip{background:#242321}
.home-editorial .site-header .header-inner{max-width:none;padding-inline:36px}
.editorial-home-hero{position:relative;height:calc(100svh - 240px);min-height:300px;background:#292722;color:#fff;isolation:isolate;display:grid;place-items:end center;padding:0 24px 32px}
.editorial-home-media{position:absolute;inset:0;z-index:-1;overflow:hidden}
.editorial-home-media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.28),transparent 35%,rgba(0,0,0,.32))}
.editorial-home-media>img,.editorial-home-media>video{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.editorial-home-media>video{opacity:0;transition:opacity .4s}
.editorial-home-media.is-playing>video{opacity:1}
.editorial-home-title{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.editorial-home-actions{display:flex;flex-direction:column;align-items:center;gap:16px}
.editorial-home-discover{display:flex;align-items:center;gap:8px;min-height:44px;border-bottom:1px solid rgba(255,255,255,.75);text-transform:uppercase;text-decoration:none;font-size:12px;letter-spacing:.15em}
.editorial-home-collections,.editorial-home-products{padding:80px 36px}
.editorial-home-heading{text-align:center;margin:0 0 40px}
.editorial-home-heading p,.editorial-home-invitation>p{font-size:10px;text-transform:uppercase;letter-spacing:.18em;margin:0 0 20px}
.editorial-home-heading h2{font:400 clamp(25px,2.5vw,38px)/1.2 var(--font);letter-spacing:-.03em;margin:0}
.editorial-home-heading>a{display:inline-flex;align-items:center;min-height:44px;font-size:12px;text-underline-offset:6px;margin-top:14px}
.editorial-home-pairs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:48px 30px}
.editorial-home-category{text-decoration:none;min-width:0}
.editorial-home-category>div{aspect-ratio:1.1;background:#e5e1d9;overflow:hidden}
.editorial-home-category img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.editorial-home-category:hover img{transform:scale(1.025)}
.editorial-home-category h3{display:flex;justify-content:space-between;align-items:center;gap:16px;font:400 15px/1.4 var(--font);margin:0;padding:18px 0;min-height:44px}
.editorial-home-products{background:#f0eeea}
.editorial-home-products .product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.editorial-home-products .product-card-media{border-radius:0;background:#e7e4de}
.editorial-home-model{margin:0 36px 36px;background:#efede8;min-height:540px}
.editorial-home-model .editorial-media{background:#efede8}
.editorial-home-model .editorial-copy h2{font:400 clamp(30px,3vw,46px)/1.13 var(--font)}
.editorial-home-model .editorial-copy h2 em{font-style:normal;color:inherit}
.editorial-home-model .editorial-copy>p:not(.eyebrow){font-size:13px;max-width:40ch}
.editorial-home-model .eyebrow{color:var(--muted)}
.editorial-home-model model-viewer{height:540px}
.editorial-home-invitation{text-align:center;padding:90px 24px 100px}
.editorial-home-invitation h2{font:400 clamp(32px,3.8vw,54px)/1.18 Georgia,serif;margin:0 0 24px}
.editorial-home-invitation h2 em{font-weight:400;color:#887453}
.editorial-home-invitation>a{display:inline-flex;align-items:center;min-height:44px;font-size:12px;text-underline-offset:6px}
@media(max-width:820px){.home-editorial .site-header .header-inner{padding-inline:16px}.editorial-home-hero{height:calc(100svh - 192px);min-height:260px;padding-bottom:24px}.editorial-home-collections,.editorial-home-products{padding:48px 16px}.editorial-home-heading{margin-bottom:28px}.editorial-home-pairs{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 16px}.editorial-home-category>div{aspect-ratio:.75}.editorial-home-category h3{font-size:12px;padding-block:12px}.editorial-home-products .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 12px}.editorial-home-model{margin:0 16px 24px;min-height:0}.editorial-home-model model-viewer{height:420px}.editorial-home-invitation{padding:60px 24px}}
@media(prefers-reduced-motion:reduce){.editorial-home-category img,.editorial-home-media>video{transition:none}.editorial-home-category:hover img{transform:none}}
/* The same drawer is rendered by both home layouts and all inner pages. */
.mobile-panel>.mobile-sub-link{display:flex;align-items:center;min-height:44px;padding:12px 0;border-bottom:1px solid var(--line);font-size:15px;line-height:1.4;text-decoration:none;overflow-wrap:anywhere}
.mobile-panel>.mobile-sub-link.mobile-sub-child{padding-left:20px;font-size:13px;color:var(--muted)}
.mobile-panel .panel-close{position:absolute;top:20px;right:20px;min-width:44px;min-height:44px;font-size:24px}
.mobile-brand{padding-right:52px}
