.studio-fab{position:fixed;right:1.25rem;bottom:1.25rem;z-index:160;display:flex;align-items:center;gap:.55rem;padding:.85rem 1.15rem;background:#141414;color:#f5f5f5;border:1px solid #333;font-family:var(--font-body);font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;box-shadow:0 12px 40px #00000040;cursor:pointer;transition:transform .2s ease,background .2s ease}.studio-fab:hover{background:#000;transform:translateY(-2px)}.studio-fab-dot{width:8px;height:8px;border-radius:50%;background:#7d8a6f;box-shadow:0 0 0 3px #7d8a6f40}.studio-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:170;background:#0a0a0a59;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.studio-panel{position:fixed;top:0;right:0;bottom:0;z-index:180;width:min(400px,100vw);background:#fafafa;color:#141414;border-left:1px solid #ddd;box-shadow:-16px 0 48px #0000001f;display:flex;flex-direction:column;font-family:var(--font-body);animation:studioIn .28s ease}@keyframes studioIn{0%{transform:translate(16px);opacity:0}to{transform:translate(0);opacity:1}}.studio-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.25rem 1.25rem 1rem;border-bottom:1px solid #e8e8e8;background:#fff}.studio-head h2{font-family:var(--font-display);font-size:1.55rem;font-weight:600;margin:0 0 .25rem;letter-spacing:.01em}.studio-head p{margin:0;font-size:.75rem;color:#666;line-height:1.45}.studio-close{width:36px;height:36px;border:1px solid #ddd;background:#fff;color:#333;font-size:1.1rem;cursor:pointer;flex-shrink:0}.studio-close:hover{border-color:#111}.studio-tabs{display:flex;gap:0;overflow-x:auto;border-bottom:1px solid #e8e8e8;background:#fff;padding:0 .5rem}.studio-tab{flex:0 0 auto;padding:.75rem .85rem;font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#888;border-bottom:2px solid transparent;background:none;cursor:pointer;white-space:nowrap}.studio-tab:hover{color:#333}.studio-tab.active{color:#141414;border-bottom-color:#141414}.studio-body{flex:1;overflow-y:auto;padding:1.15rem 1.25rem 2rem}.studio-section-title{font-size:.68rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#888;margin:0 0 .85rem}.studio-block{margin-bottom:1.5rem}.studio-theme-grid{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}.studio-theme-card{border:1px solid #ddd;background:#fff;padding:.9rem .85rem;text-align:left;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.studio-theme-card:hover{border-color:#999}.studio-theme-card.active{border-color:#141414;box-shadow:inset 0 0 0 1px #141414}.studio-theme-card strong{display:block;font-size:.85rem;font-weight:600;margin-bottom:.35rem}.studio-theme-card span{font-size:.68rem;color:#777;line-height:1.4}.studio-swatch-row{display:flex;gap:.35rem;margin-top:.65rem}.studio-swatch-row i{width:22px;height:14px;border:1px solid rgba(0,0,0,.12);display:block}.studio-field{margin-bottom:.85rem}.studio-field label{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;font-size:.75rem;font-weight:500;color:#333;margin-bottom:.35rem}.studio-field label small{font-weight:400;color:#999;font-size:.65rem}.studio-field input[type=text],.studio-field input[type=tel],.studio-field textarea{width:100%;border:1px solid #ddd;background:#fff;padding:.55rem .65rem;font-family:inherit;font-size:.82rem;color:#141414;resize:vertical}.studio-field textarea{min-height:72px;line-height:1.5}.studio-field input:focus,.studio-field textarea:focus{outline:none;border-color:#141414}.studio-color-row{display:flex;align-items:center;gap:.55rem}.studio-color-row input[type=color]{width:40px;height:36px;padding:0;border:1px solid #ddd;background:#fff;cursor:pointer}.studio-color-row input[type=text]{flex:1;font-family:ui-monospace,monospace;font-size:.78rem;text-transform:uppercase}.studio-range{width:100%;accent-color:#141414}.studio-range-val{font-variant-numeric:tabular-nums;color:#555;font-size:.72rem}.studio-toggle{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.7rem 0;border-bottom:1px solid #eee}.studio-toggle span{font-size:.85rem;font-weight:500}.studio-switch{position:relative;width:40px;height:22px;border-radius:99px;background:#ccc;border:none;cursor:pointer;transition:background .2s ease;flex-shrink:0}.studio-switch.on{background:#141414}.studio-switch:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;transition:transform .2s ease}.studio-switch.on:after{transform:translate(18px)}.studio-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.studio-btn{padding:.55rem .75rem;font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;border:1px solid #ddd;background:#fff;color:#333;cursor:pointer;font-family:inherit}.studio-btn:hover{border-color:#111;color:#111}.studio-btn.primary{background:#141414;color:#fff;border-color:#141414}.studio-btn.danger{color:#a33;border-color:#e0c0c0}.studio-btn.danger:hover{border-color:#a33}.studio-hint{font-size:.72rem;color:#777;line-height:1.5;margin:0 0 1rem;padding:.75rem;background:#f3f3f3;border-left:3px solid #ccc}.studio-foot{border-top:1px solid #e8e8e8;padding:.85rem 1.25rem;background:#fff;display:flex;flex-wrap:wrap;gap:.5rem}.studio-status{font-size:.68rem;color:#2a7;margin:.5rem 0 0}.studio-status.err{color:#c33}.studio-product-list{display:flex;flex-direction:column;gap:.4rem;max-height:220px;overflow-y:auto;border:1px solid #e8e8e8;background:#fff;padding:.4rem}.studio-product-item{display:flex;align-items:center;gap:.65rem;width:100%;padding:.45rem .5rem;border:1px solid transparent;background:#fafafa;text-align:left;cursor:pointer;font-family:inherit}.studio-product-item:hover{border-color:#ddd}.studio-product-item.active{border-color:#141414;background:#fff;box-shadow:inset 0 0 0 1px #141414}.studio-product-item img{width:44px;height:44px;object-fit:cover;background:#e8e8e8;flex-shrink:0}.studio-product-item span{display:flex;flex-direction:column;gap:.15rem;min-width:0}.studio-product-item strong{font-size:.8rem;font-weight:600;color:#141414;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.studio-product-item small{font-size:.65rem;color:#777}.studio-product-preview{margin-bottom:1rem;padding:.75rem;border:1px solid #e8e8e8;background:#fff}.studio-product-preview img{width:100%;max-height:200px;object-fit:contain;background:#3d4a3d;margin-bottom:.65rem}.studio-img-hint{margin:.5rem 0 0;font-size:.68rem;color:#888;line-height:1.4}.studio-field select{width:100%;border:1px solid #ddd;background:#fff;padding:.55rem .65rem;font-family:inherit;font-size:.82rem;color:#141414}.studio-sec-grid{display:flex;flex-wrap:wrap;gap:.4rem}.studio-sec-chip{position:relative;padding:.45rem .65rem;font-size:.68rem;font-weight:600;letter-spacing:.04em;border:1px solid #ddd;background:#fff;color:#444;cursor:pointer;font-family:inherit}.studio-sec-chip:hover{border-color:#999}.studio-sec-chip.active{border-color:#141414;box-shadow:inset 0 0 0 1px #141414;color:#141414}.studio-sec-chip.custom i{position:absolute;top:4px;right:4px;width:6px;height:6px;border-radius:50%;background:#5a7a4a}.studio-swatch-preview{margin:.75rem 0 1rem}.studio-swatch-preview-box{padding:1rem;border:1px solid #ddd;min-height:110px}.studio-swatch-preview-box strong{display:block;font-size:1.1rem;margin-top:.2rem}@media (max-width: 480px){.studio-fab{right:.85rem;bottom:.85rem;padding:.75rem .95rem}.studio-panel{width:100vw}}:root,[data-theme=neutral]{--bg: #ffffff;--bg-elevated: #f0eeeb;--bg-soft: #e8e5e0;--bg-muted: #ddd9d3;--text: #0a0a0a;--text-secondary: #161616;--text-muted: #2e2e2e;--text-dim: #454545;--accent: #0a0a0a;--accent-soft: #262626;--accent-fg: #ffffff;--invert-bg: #0a0a0a;--invert-text: #ffffff;--border: #cfcfcf;--border-strong: #a8a8a8;--border-hover: #0a0a0a;--shadow: 0 12px 40px rgba(10, 10, 10, .09);--shadow-lg: 0 24px 60px rgba(10, 10, 10, .14);--announce-bg: #0a0a0a;--announce-fg: #ffffff;--header-bg: rgba(255, 255, 255, .94);--gold: var(--accent);--gold-light: var(--accent-soft);--gold-dim: #555555}[data-theme=olive]{--bg: #eef0ea;--bg-elevated: #e0e4d8;--bg-soft: #d4dacb;--bg-muted: #c5cdb8;--text: #141414;--text-secondary: #1a1c18;--text-muted: #2e342a;--text-dim: #45503f;--accent: #45503f;--accent-soft: #343c30;--accent-fg: #eef0ea;--invert-bg: #141414;--invert-text: #eef0ea;--border: #b8c0ac;--border-strong: #8f9884;--border-hover: #45503f;--shadow: 0 16px 48px rgba(20, 20, 20, .11);--shadow-lg: 0 28px 70px rgba(20, 20, 20, .17);--announce-bg: #141414;--announce-fg: #b0b8a4;--gold: #45503f;--gold-light: #5c6754;--gold-dim: #343c30}:root{--font-display: "Montserrat", Helvetica, Arial, sans-serif;--font-body: "Montserrat", Helvetica, Arial, sans-serif;--fs-hero: clamp(2.75rem, 5vw, 4.25rem);--fs-h1: clamp(2.25rem, 4vw, 3.5rem);--fs-h2: clamp(1.85rem, 3.2vw, 2.75rem);--fs-h3: 1.25rem;--fs-body: .9375rem;--fs-small: .75rem;--fs-label: .6875rem;--fw-regular: 400;--fw-medium: 500;--fw-bold: 500;--lh-tight: 1.15;--lh-body: 1.7;--tracking-label: .18em;--tracking-btn: .12em;--header-h: 72px;--announce-h: 36px;--container: 1200px;--ease: cubic-bezier(.22, 1, .36, 1)}body,.header,.announce,.btn,.product-card,.story-pillar,.craft-step,.phone-card,.highlights,.craft,.about-section,.footer,.lifestyle,.filter-btn,.modal,.theme-switch{transition:background-color .35s var(--ease),color .35s var(--ease),border-color .35s var(--ease)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;color-scheme:light}body{font-family:var(--font-body);font-weight:var(--fw-regular);font-size:var(--fs-body);background:var(--bg);color:var(--text);line-height:var(--lh-body);letter-spacing:.01em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}ul,ol{list-style:none}.container{width:min(100% - 2.5rem,var(--container));margin-inline:auto}.section{padding:6.5rem 0}.section-label{font-family:var(--font-body);font-size:var(--fs-label);font-weight:var(--fw-medium);letter-spacing:var(--tracking-label);text-transform:uppercase;color:var(--text-dim);margin-bottom:.85rem}.section-title{font-family:var(--font-display);font-size:var(--fs-h1);font-weight:600;line-height:var(--lh-tight);letter-spacing:-.02em;color:var(--text)}.section-lead{margin-top:1.15rem;max-width:36rem;color:var(--text-muted);font-family:var(--font-body);font-size:var(--fs-body);font-weight:var(--fw-regular);line-height:var(--lh-body);letter-spacing:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.95rem 1.75rem;font-family:var(--font-body);font-size:var(--fs-small);font-weight:var(--fw-medium);letter-spacing:var(--tracking-btn);text-transform:uppercase;transition:all .3s var(--ease);border-radius:0}.btn-primary{background:var(--accent);color:var(--accent-fg)}.btn-primary:hover{background:var(--accent-soft);color:var(--accent-fg)}.btn-outline{border:1px solid var(--text);color:var(--text);background:transparent}.btn-outline:hover{background:var(--accent);color:var(--accent-fg);border-color:var(--accent)}.btn-ghost{color:var(--text-muted);padding-inline:0;letter-spacing:var(--tracking-btn);border-bottom:1px solid transparent;font-size:var(--fs-small);text-transform:uppercase;font-weight:var(--fw-medium)}.btn-ghost:hover{color:var(--text);border-bottom-color:var(--text)}.announce{position:fixed;top:0;left:0;right:0;z-index:110;height:var(--announce-h);display:flex;align-items:center;justify-content:center;background:var(--announce-bg);color:var(--announce-fg);font-family:var(--font-body);font-size:.625rem;letter-spacing:.14em;text-transform:uppercase;font-weight:var(--fw-regular)}.header{position:fixed;top:var(--announce-h);left:0;right:0;z-index:100;height:var(--header-h);display:flex;align-items:center;background:var(--header-bg, rgba(255, 255, 255, .92));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid transparent;transition:border-color .35s var(--ease),box-shadow .35s var(--ease),background .35s var(--ease)}.header.scrolled{border-bottom-color:var(--border);box-shadow:0 4px 24px #1a1a1a0a}.header-inner{display:flex;align-items:center;justify-content:space-between;width:min(100% - 2.5rem,var(--container));margin-inline:auto}.logo{display:flex;flex-direction:column;align-items:flex-start;line-height:1}.logo-name{font-family:var(--font-display);font-size:1.55rem;font-weight:600;letter-spacing:.06em;color:var(--text);text-transform:lowercase}.logo-tag{font-family:var(--font-body);font-size:.5625rem;font-weight:var(--fw-medium);letter-spacing:.2em;color:var(--text-dim);margin-top:.28rem;text-transform:uppercase}.nav{display:flex;align-items:center;gap:1.75rem}.nav a{font-family:var(--font-body);font-size:.75rem;font-weight:var(--fw-medium);letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);transition:color .25s var(--ease)}.nav a:hover,.nav a.active{color:var(--text)}.nav-cta{padding:.55rem 1.1rem!important;border:1px solid var(--text)!important;color:var(--text)!important;letter-spacing:.1em}.nav-cta:hover{background:var(--accent)!important;color:var(--accent-fg)!important;border-color:var(--accent)!important}.menu-toggle{display:none;width:28px;height:20px;position:relative}.menu-toggle span{position:absolute;left:0;right:0;height:1px;background:var(--text);transition:all .3s var(--ease)}.menu-toggle span:nth-child(1){top:0}.menu-toggle span:nth-child(2){top:50%;transform:translateY(-50%)}.menu-toggle span:nth-child(3){bottom:0}.menu-toggle.open span:nth-child(1){top:50%;transform:translateY(-50%) rotate(45deg)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){bottom:50%;transform:translateY(50%) rotate(-45deg)}.hero-scene{position:relative;overflow:hidden}.hero{min-height:100vh;min-height:100dvh;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;padding-top:calc(var(--header-h) + var(--announce-h));position:relative;overflow:hidden;background:var(--bg)}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 50% 40% at 90% 30%,rgba(236,236,231,.9),transparent 65%),linear-gradient(180deg,#fff,#f8f7f4);pointer-events:none}.hero-content{position:relative;z-index:1;padding:4rem 0}.hero-kicker{font-family:var(--font-body);font-size:var(--fs-label);font-weight:var(--fw-medium);letter-spacing:var(--tracking-label);text-transform:uppercase;color:var(--text-dim);margin-bottom:1.35rem}.hero-title{font-family:var(--font-display);font-size:var(--fs-hero);font-weight:600;line-height:1.1;letter-spacing:-.025em;white-space:pre-line;margin-bottom:1.35rem;color:var(--text)}.hero-subtitle{max-width:30rem;color:var(--text-muted);font-family:var(--font-body);font-size:var(--fs-body);font-weight:var(--fw-regular);line-height:var(--lh-body);margin-bottom:2.25rem}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.hero-visual{position:relative;z-index:1;height:min(78vh,720px);display:flex;align-items:center;justify-content:center}.hero-visual-stage{width:100%;display:flex;align-items:center;justify-content:center;padding:1.5rem 0}.hero-slider{position:relative;width:min(100%,400px)}.hero-frame{position:relative;width:100%;aspect-ratio:3 / 4;overflow:hidden;box-shadow:var(--shadow-lg);background:var(--bg-soft)}.hero-frame--slider{touch-action:pan-y;-webkit-user-select:none;user-select:none}.hero-slides{display:flex;width:100%;height:100%;transition:transform .55s var(--ease);will-change:transform}.hero-slide{flex:0 0 100%;width:100%;height:100%;position:relative}.hero-slide img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.hero-slide-caption{position:absolute;left:0;right:0;bottom:0;padding:1.75rem 1rem .9rem;background:linear-gradient(transparent,#0a0a0a8c);color:#fff;display:flex;justify-content:space-between;align-items:flex-end;gap:.75rem;z-index:2;pointer-events:none}.hero-slide-caption span{font-family:var(--font-display);font-size:1.15rem;font-weight:var(--fw-bold, 500);line-height:1.2}.hero-slide-caption em{font-style:normal;font-size:.72rem;font-weight:500;letter-spacing:.04em;opacity:.9;white-space:nowrap}.hero-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(255,255,255,.55);background:#ffffff1f;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#fff;cursor:pointer;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .35s var(--ease),visibility .35s var(--ease),background .3s var(--ease),border-color .3s var(--ease),transform .3s var(--ease);box-shadow:0 8px 24px #0000001f}.hero-nav-icon{display:block}.hero-slider:hover .hero-nav,.hero-slider.is-nav-visible .hero-nav,.hero-nav:focus-visible{opacity:1;visibility:visible;pointer-events:auto}.hero-nav:hover{background:#ffffffeb;border-color:#fffffff2;color:#141414}.hero-nav:active{transform:translateY(-50%) scale(.96)}.hero-nav--prev{left:12px}.hero-nav--next{right:12px}.hero-dots{display:flex;justify-content:center;gap:.45rem;margin-top:1rem;position:relative;z-index:3}.hero-dot{width:7px;height:7px;border-radius:50%;border:none;padding:0;background:var(--border-strong);cursor:pointer;transition:transform .2s ease,background .2s ease}.hero-dot.active{background:var(--text);transform:scale(1.25)}.hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:.62rem;letter-spacing:.22em;text-transform:uppercase;color:var(--text-dim);z-index:2}.hero-scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,var(--text),transparent);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:.4;transform:scaleY(.7);transform-origin:top}50%{opacity:1;transform:scaleY(1)}}.best-seller{background:var(--bg);border-top:1px solid var(--border)}.best-seller-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.highlights{background:var(--bg-elevated);border-block:1px solid var(--border)}.highlights-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.highlight-card{padding:1.5rem 0;border-top:1px solid var(--border);transition:border-color .3s var(--ease)}.highlight-card:hover{border-top-color:var(--text)}.highlight-num{font-family:var(--font-body);font-size:var(--fs-label);font-weight:var(--fw-medium);letter-spacing:.1em;color:var(--text-dim);margin-bottom:1rem}.highlight-title{font-family:var(--font-display);font-size:1.5rem;font-weight:var(--fw-bold);margin-bottom:.6rem;color:var(--text)}.highlight-desc{font-size:var(--fs-body);font-weight:var(--fw-regular);color:var(--text-muted);line-height:var(--lh-body)}.story{background:var(--bg)}.story-intro{max-width:48rem;margin-bottom:3rem}.story-title{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,3.75rem);font-weight:var(--fw-bold);line-height:1.08;text-transform:uppercase;letter-spacing:.04em;color:var(--text);margin-bottom:1.75rem}.story-title span{display:block;font-family:var(--font-body);color:var(--text-dim);font-weight:var(--fw-medium);font-size:.55em;letter-spacing:.14em;text-transform:uppercase;margin-bottom:.55rem}.story-copy{max-width:42rem}.story-copy p{color:var(--text-muted);font-family:var(--font-body);font-size:var(--fs-body);font-weight:var(--fw-regular);line-height:var(--lh-body);margin-bottom:1.1rem}.story-copy p:last-child{margin-bottom:0}.story-pillars{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:stretch}.story-pillar{padding:2rem 1.85rem 1.75rem;border:1px solid var(--border);background:var(--bg-elevated);transition:border-color .3s var(--ease),transform .3s var(--ease);display:flex;flex-direction:column}.story-pillar:hover{border-color:var(--border-hover);transform:translateY(-2px)}.story-pillar h3{font-family:var(--font-display);font-size:1.85rem;font-weight:var(--fw-bold);margin-bottom:.85rem;color:var(--text)}.story-pillar p{color:var(--text-muted);font-size:var(--fs-body);font-weight:var(--fw-regular);line-height:var(--lh-body);margin-bottom:1.35rem;flex:1}.craft{background:var(--bg-elevated);border-block:1px solid var(--border)}.craft-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem}.craft-step{padding:1.75rem 1.5rem;background:var(--bg);border:1px solid var(--border);min-height:220px;transition:border-color .3s var(--ease)}.craft-step:hover{border-color:var(--text)}.craft-num{font-family:var(--font-body);font-size:var(--fs-label);font-weight:var(--fw-medium);color:var(--text-dim);margin-bottom:1.25rem;letter-spacing:.1em}.craft-step h3{font-family:var(--font-display);font-size:1.4rem;font-weight:var(--fw-bold);margin-bottom:.75rem;color:var(--text)}.craft-step p{font-size:.9rem;font-weight:var(--fw-regular);color:var(--text-muted);line-height:var(--lh-body)}.lifestyle{position:relative;min-height:420px;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;background:var(--invert-bg);color:var(--invert-text)}.lifestyle-visual{min-height:420px;position:relative}.lifestyle-visual img{width:100%;height:100%;object-fit:cover;opacity:.92}.lifestyle-content{display:flex;flex-direction:column;justify-content:center;padding:4rem 3.5rem}.lifestyle .section-label{color:color-mix(in srgb,var(--invert-text) 55%,transparent)}.lifestyle-title{font-family:var(--font-display);font-size:clamp(2rem,3.5vw,3rem);font-weight:var(--fw-bold);line-height:1.12;letter-spacing:.02em;white-space:pre-line;margin-bottom:1.25rem;color:var(--invert-text)}.lifestyle-sub{color:color-mix(in srgb,var(--invert-text) 78%,transparent);font-size:var(--fs-body);font-weight:var(--fw-regular);max-width:28rem;line-height:var(--lh-body);margin-bottom:2rem}.lifestyle .btn-primary{background:var(--accent);color:var(--accent-fg);align-self:flex-start}.lifestyle .btn-primary:hover{background:var(--accent-soft);color:var(--accent-fg)}[data-theme=olive] .lifestyle .btn-primary{background:#515b4c;color:#fafaf8}[data-theme=olive] .lifestyle .btn-primary:hover{background:#6b7663}.collection-header{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2.5rem}.filter-btn{padding:.55rem 1.1rem;font-family:var(--font-body);font-size:.75rem;font-weight:var(--fw-medium);letter-spacing:.06em;text-transform:uppercase;color:var(--text-dim);border:1px solid var(--border);background:var(--bg);transition:all .25s var(--ease)}.filter-btn:hover{color:var(--text);border-color:var(--border-strong)}.filter-btn.active{color:var(--accent-fg);background:var(--accent);border-color:var(--accent)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}.product-card{background:var(--bg);border:1px solid var(--border);transition:border-color .35s var(--ease),transform .35s var(--ease),box-shadow .35s var(--ease);cursor:pointer;overflow:hidden}.product-card:hover{border-color:var(--border-strong);transform:translateY(-3px);box-shadow:var(--shadow)}.product-image-wrap{position:relative;aspect-ratio:1;overflow:hidden;background:var(--bg-muted)}.product-image-wrap img{width:100%;height:100%;object-fit:cover;object-position:center;image-rendering:auto;-webkit-user-drag:none;transition:transform .55s var(--ease)}.product-card:hover .product-image-wrap img{transform:scale(1.03)}.product-info{padding:1.25rem 1.35rem 1.5rem;background:var(--bg)}.product-cat{font-family:var(--font-body);font-size:.6875rem;font-weight:var(--fw-medium);letter-spacing:.1em;text-transform:uppercase;color:var(--text-dim);margin-bottom:.45rem}.product-name{font-family:var(--font-display);font-size:1.55rem;font-weight:600;margin-bottom:.35rem;color:var(--text);letter-spacing:-.015em}.product-meta{font-family:var(--font-body);font-size:.8rem;font-weight:var(--fw-regular);color:var(--text-dim);letter-spacing:.02em}.about-section{background:var(--bg-elevated);border-block:1px solid var(--border)}.about{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-visual-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.about-visual-grid img{width:100%;aspect-ratio:3/4;object-fit:cover;box-shadow:var(--shadow)}.about-visual-grid img:nth-child(2){margin-top:2.5rem}.about-text p{color:var(--text-muted);margin-bottom:1.15rem;font-size:var(--fs-body);font-weight:var(--fw-regular);line-height:var(--lh-body)}.contact{background:var(--bg);text-align:center}.contact .section-title,.contact .section-lead{margin-inline:auto}.contact-note{margin-top:1rem;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim)}.contact-phones{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem;margin-top:3rem}.phone-card{min-width:240px;padding:2rem 2.5rem;border:1px solid var(--border);background:var(--bg-elevated);transition:border-color .3s var(--ease),box-shadow .3s var(--ease)}.phone-card:hover{border-color:var(--text);box-shadow:var(--shadow)}.phone-label{font-family:var(--font-body);font-size:var(--fs-label);letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim);margin-bottom:.75rem;font-weight:var(--fw-medium)}.phone-number{font-family:var(--font-display);font-size:1.85rem;font-weight:var(--fw-bold);color:var(--text);transition:color .25s var(--ease);letter-spacing:.02em}.phone-card:hover .phone-number{color:var(--accent)}.footer{padding:3rem 0;border-top:1px solid var(--border);background:var(--bg-elevated)}.footer-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.footer-note{font-size:.8rem;color:var(--text-dim)}.footer-links{display:flex;gap:1.5rem}.footer-links a{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-dim);transition:color .25s var(--ease)}.footer-links a:hover{color:var(--text)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#1a1a1a73;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:1.5rem;animation:fadeIn .3s var(--ease)}.modal{background:var(--bg);border:1px solid var(--border);width:min(100%,920px);max-height:min(90vh,820px);overflow:auto;display:grid;grid-template-columns:1fr 1fr;animation:slideUp .4s var(--ease);box-shadow:var(--shadow-lg)}.modal-image{background:var(--bg-muted);min-height:320px}.modal-image img{width:100%;height:100%;object-fit:cover}.modal-body{padding:2.5rem;display:flex;flex-direction:column}.modal-close{position:absolute;top:1.25rem;right:1.25rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);color:var(--text-muted);transition:all .25s var(--ease);z-index:10;background:#ffffffe6}.modal-close:hover{border-color:var(--text);color:var(--text)}.modal-wrap{position:relative;width:min(100%,920px)}.modal-cat{font-family:var(--font-body);font-size:var(--fs-label);font-weight:var(--fw-medium);letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim);margin-bottom:.75rem}.modal-name{font-family:var(--font-display);font-size:2.35rem;font-weight:var(--fw-bold);line-height:1.12;margin-bottom:1rem;color:var(--text)}.modal-desc{color:var(--text-muted);font-weight:var(--fw-regular);line-height:var(--lh-body);margin-bottom:1.75rem;flex:1}.modal-specs{display:grid;gap:.75rem;margin-bottom:2rem;padding:1.25rem 0;border-block:1px solid var(--border)}.spec-row{display:flex;justify-content:space-between;gap:1rem;font-size:.9rem}.spec-label{color:var(--text-dim)}.spec-value{color:var(--text);text-align:right}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.theme-switch{position:fixed;right:1.25rem;bottom:1.25rem;z-index:150;display:flex;flex-direction:column;gap:.45rem;padding:.75rem .85rem;background:var(--bg);border:1px solid var(--border-strong);box-shadow:var(--shadow-lg);min-width:168px}.theme-switch-label{font-family:var(--font-body);font-size:.6rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--text-dim)}.theme-switch-track{display:flex;flex-direction:column;gap:.35rem}.theme-switch-btn{display:flex;align-items:center;gap:.65rem;width:100%;padding:.55rem .65rem;border:1px solid var(--border);background:var(--bg-elevated);color:var(--text-muted);font-family:var(--font-body);font-size:.75rem;font-weight:var(--fw-medium);letter-spacing:.02em;text-align:left;transition:all .25s var(--ease)}.theme-switch-btn:hover{border-color:var(--border-strong);color:var(--text)}.theme-switch-btn.active{border-color:var(--accent);background:var(--bg);color:var(--text);box-shadow:inset 0 0 0 1px var(--accent)}.theme-swatches{display:flex;width:28px;height:14px;border:1px solid var(--border-strong);overflow:hidden;flex-shrink:0}.theme-swatches i{flex:1;display:block}.theme-switch-name{line-height:1.2}.theme-switch-hint{font-size:.58rem;letter-spacing:.06em;color:var(--text-dim);font-family:var(--font-body);margin:0}.mobile-nav{display:none;position:fixed;inset:calc(var(--header-h) + var(--announce-h)) 0 0 0;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:99;padding:2.5rem;flex-direction:column;gap:1.5rem}.mobile-nav.open{display:flex}.mobile-nav a{font-family:var(--font-display);font-size:1.85rem;font-weight:var(--fw-bold);letter-spacing:.02em;color:var(--text);border-bottom:1px solid var(--border);padding-bottom:1rem}@media (max-width: 1024px){.hero{grid-template-columns:1fr;min-height:auto;padding-bottom:3rem;gap:.5rem}.hero-content{padding:1.5rem 0 2.5rem;text-align:center}.hero-subtitle{margin-inline:auto}.hero-actions{justify-content:center}.hero-visual{height:auto;order:-1;padding-top:1rem;min-height:0}.hero-visual-stage{padding:1.25rem .5rem .5rem}.hero-slider{width:min(100%,360px)}.hero-scroll{display:none}.highlights-grid,.craft-grid,.best-seller-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.about,.lifestyle,.story-pillars{grid-template-columns:1fr}.lifestyle-visual{min-height:280px}.lifestyle-content{padding:3rem 1.75rem}.modal{grid-template-columns:1fr;max-height:90vh}.modal-image{max-height:40vh}}[data-sec-custom] .section-title,[data-sec-custom] .product-name,[data-sec-custom] .highlight-title,[data-sec-custom] .story-title,[data-sec-custom] .story-pillar h3,[data-sec-custom] .craft-step h3,[data-sec-custom] .modal-name,[data-sec-custom] .phone-number,[data-sec-custom] .logo-name,[data-sec-custom] .hero-title{color:var(--sec-text, var(--text))}[data-sec-custom] .section-lead,[data-sec-custom] .hero-subtitle,[data-sec-custom] .story-copy p,[data-sec-custom] .story-pillar p,[data-sec-custom] .craft-step p,[data-sec-custom] .highlight-desc,[data-sec-custom] .about-text p,[data-sec-custom] .product-meta,[data-sec-custom] .lifestyle-sub,[data-sec-custom] .footer-note{color:var(--sec-muted, var(--text-muted))}[data-sec-custom] .section-label,[data-sec-custom] .hero-kicker,[data-sec-custom] .product-cat,[data-sec-custom] .highlight-num,[data-sec-custom] .craft-num,[data-sec-custom] .logo-tag,[data-sec-custom] .story-title span{color:var(--sec-dim, var(--text-dim))}[data-sec-custom] .btn-primary{background:var(--sec-accent, var(--accent));color:var(--sec-accent-fg, var(--accent-fg))}[data-sec-custom] .btn-outline{border-color:var(--sec-text, var(--text));color:var(--sec-text, var(--text))}[data-sec-custom] .btn-outline:hover{background:var(--sec-accent, var(--accent));border-color:var(--sec-accent, var(--accent));color:var(--sec-accent-fg, var(--accent-fg))}[data-sec-custom] .product-card,[data-sec-custom] .story-pillar,[data-sec-custom] .craft-step,[data-sec-custom] .phone-card{background:color-mix(in srgb,var(--sec-bg, var(--bg-elevated)) 92%,#fff);border-color:color-mix(in srgb,var(--sec-text, var(--text)) 12%,transparent)}[data-sec-custom] .filter-btn.active{background:var(--sec-accent, var(--accent));border-color:var(--sec-accent, var(--accent));color:var(--sec-accent-fg, var(--accent-fg))}@media (max-width: 720px){:root{--header-h: 64px;--announce-h: 32px;--container: 100%}.container{width:min(100% - 1.5rem,var(--container))}.nav{display:none}.menu-toggle{display:block;width:32px;height:22px}.announce{font-size:.55rem;letter-spacing:.06em;padding:0 .65rem;text-align:center;line-height:1.3}.header-inner{width:min(100% - 1.5rem,100%)}.logo-name{font-size:1.55rem}.mobile-nav{padding:1.75rem 1.25rem 2.5rem;gap:0}.mobile-nav a{font-size:1.55rem;padding:1rem 0}.hero{padding-bottom:2.5rem}.hero-content{padding:1.25rem 0 2rem}.hero-title{font-size:clamp(2rem,8vw,2.45rem);margin-bottom:1rem}.hero-subtitle{font-size:.95rem;margin-bottom:1.5rem}.hero-actions{flex-direction:column;width:100%;gap:.65rem}.hero-actions .btn{width:100%;max-width:320px}.hero-slider{width:min(100%,300px)}.hero-slide-caption{padding:1.25rem .75rem .75rem}.hero-slide-caption span{font-size:1rem}.hero-nav{width:40px;height:40px}.hero-slider:hover .hero-nav{opacity:0;visibility:hidden;pointer-events:none}.hero-slider.is-nav-visible .hero-nav{opacity:1;visibility:visible;pointer-events:auto}.hero-nav--prev{left:8px}.hero-nav--next{right:8px}.hero-dots{margin-top:.85rem;gap:.5rem}.hero-dot{width:8px;height:8px}.section{padding:3.25rem 0}.section-title{font-size:clamp(1.75rem,6.5vw,2.25rem)}.collection-header{margin-bottom:1.75rem}.filters{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:.4rem;padding-bottom:.35rem;margin-bottom:1.5rem;scrollbar-width:none}.filters::-webkit-scrollbar{display:none}.filter-btn{flex:0 0 auto;padding:.55rem .9rem;font-size:.68rem}.highlights-grid,.craft-grid{grid-template-columns:1fr;gap:1rem}.best-seller-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.product-card{border-width:1px;min-width:0}.product-card:hover{transform:none;box-shadow:none}.product-card:hover .product-image-wrap img{transform:none}.product-image-wrap{aspect-ratio:1}.product-image-wrap img{object-fit:cover;object-position:center center;image-rendering:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:none}.product-info{padding:.45rem .45rem .55rem}.product-cat{font-size:.52rem;letter-spacing:.05em;margin-bottom:.15rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-name{font-size:1.1rem;font-weight:600;line-height:1.25;margin-bottom:.15rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-meta{font-size:.62rem;line-height:1.25;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.hero-slide img{object-fit:cover;object-position:center;image-rendering:auto}.story-intro{margin-bottom:1.75rem}.story-title{font-size:clamp(1.85rem,7vw,2.5rem)}.story-pillars{gap:.85rem}.story-pillar{padding:1.35rem 1.15rem 1.25rem}.craft-step{min-height:0;padding:1.35rem 1.15rem}.contact-phones{flex-direction:column;gap:.85rem;margin-top:2rem}.phone-card{min-width:0;width:100%;padding:1.35rem 1.25rem}.phone-number{font-size:1.5rem}.lifestyle{min-height:0}.lifestyle-visual{min-height:240px}.lifestyle-content{padding:2.25rem 1.35rem}.lifestyle-content:before{left:1.35rem}.about-visual-grid{gap:.75rem}.about-visual-grid img:nth-child(2){margin-top:1.25rem}.modal-backdrop{padding:.75rem;align-items:flex-end}.modal-wrap{width:100%}.modal{max-height:92vh}.modal-body{padding:1.35rem 1.15rem 1.5rem}.modal-name{font-size:1.65rem}.modal-close{top:.75rem;right:.75rem}.footer{padding:2.25rem 0}.footer-inner{flex-direction:column;text-align:center;gap:1rem}.logo{align-items:center}.footer-links{justify-content:center}.studio-fab{right:.75rem;bottom:.75rem;padding:.7rem .85rem;font-size:.65rem}}@media (max-width: 380px){.hero-slider{width:100%}.btn{padding:.85rem 1.25rem;font-size:.7rem}.best-seller-grid,.product-grid{gap:.4rem}.product-info{padding:.45rem .4rem .55rem}.product-name{font-size:1.05rem;font-weight:600}.product-meta{font-size:.6rem}}@media (min-width: 721px) and (max-width: 1024px){.best-seller-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.product-info{padding:.85rem .9rem 1rem}}[data-theme=olive]{--charcoal-ink: #080808;--charcoal: #141414;--charcoal-raised: #1e1e1e;--charcoal-mid: #2a2a2a;--olive-deep: #252c22;--olive-dark: #343c30;--olive: #45503f;--olive-mid: #5c6754;--olive-soft: #78826f;--olive-mist: #939d8a;--olive-wash: #b4bca8;--olive-veil: #c9d0be;--olive-plaster: #dce1d2;--olive-paper: #e8ecdf;--olive-linen: #eef0ea;--olive-glow: #f4f5f0;--bg: #eef0ea;--bg-elevated: #e0e4d8;--bg-soft: #e8ecdf;--bg-muted: #c9d0be;--bg-wall: #b4bca8;--bg-wall-deep: #939d8a;--bg-deep: #141414;--bg-deep-raised: #1c2018;--text: #141414;--text-secondary: #1a1c18;--text-muted: #2e342a;--text-dim: #45503f;--text-faint: #78826f;--accent: #45503f;--accent-soft: #343c30;--accent-mid: #5c6754;--accent-fg: #eef0ea;--invert-bg: #141414;--invert-bg-soft: #1c2018;--invert-text: #e8ecdf;--invert-text-muted: #939d8a;--invert-text-dim: #5c6754;--border: #b8c0ac;--border-strong: #8f9884;--border-hover: #45503f;--border-on-dark: #2e342a;--shadow: 0 12px 40px rgba(20, 20, 20, .11);--shadow-md: 0 16px 48px rgba(20, 20, 20, .13);--shadow-lg: 0 28px 70px rgba(20, 20, 20, .17);--shadow-frame: 0 20px 50px rgba(20, 20, 20, .2), 0 4px 12px rgba(69, 80, 63, .12);--shadow-inset-wall: inset 0 0 60px rgba(69, 80, 63, .16);--shadow-olive: 0 20px 50px rgba(69, 80, 63, .22);--overlay-heavy: rgba(8, 8, 8, .76);--veil-olive: rgba(69, 80, 63, .11);--announce-bg: #141414;--announce-fg: #c9d0be;--header-bg: color-mix(in srgb, #eef0ea 90%, transparent);--grad-hero-left: linear-gradient(165deg, #eef0ea 0%, #e0e4d8 55%, #c9d0be 100%);--grad-hero-right: linear-gradient(200deg, #b4bca8 0%, #939d8a 45%, #5c6754 100%);--grad-story: linear-gradient(180deg, #e0e4d8 0%, #e8ecdf 40%, #eef0ea 100%);--grad-footer: linear-gradient(180deg, #141414 0%, #080808 100%);--grad-wall-card: radial-gradient(ellipse 80% 70% at 50% 40%, #c9d0be 0%, #b4bca8 55%, #939d8a 100%);--gold: #45503f;--gold-light: #5c6754;--gold-dim: #343c30;--grain: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.055'/%3E%3C/svg%3E")}[data-theme=olive] body{background-color:var(--bg);background-image:radial-gradient(ellipse 70% 45% at 100% 0%,rgba(69,80,63,.1),transparent 55%),radial-gradient(ellipse 50% 40% at 0% 100%,rgba(20,20,20,.05),transparent 50%)}[data-theme=olive] .announce{box-shadow:inset 0 -1px #45503f6b}[data-theme=olive] .header{background:var(--header-bg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}[data-theme=olive] .header.scrolled{background:color-mix(in srgb,#f1f3ee 94%,transparent);border-bottom-color:var(--border);box-shadow:0 4px 24px #1c1c1c0f}[data-theme=olive] .logo-tag{color:var(--olive)}[data-theme=olive] .nav a{color:var(--text-muted)}[data-theme=olive] .nav a:hover{color:var(--text)}[data-theme=olive] .hero-scene{background:var(--bg)}[data-theme=olive] .hero{background:transparent;overflow:visible}[data-theme=olive] .hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,transparent 0 47.5%,rgba(28,28,28,.04) 47.5%,transparent 48%),linear-gradient(105deg,var(--grad-hero-left) 0 48%,transparent 48%),var(--grad-hero-right);background-color:var(--olive-wash);z-index:0}[data-theme=olive] .hero:after{content:"";position:absolute;top:0;right:0;bottom:0;width:52%;background:radial-gradient(ellipse 70% 55% at 40% 42%,rgba(241,243,238,.35) 0%,transparent 70%),var(--grain);opacity:1;pointer-events:none;z-index:0;mix-blend-mode:soft-light}[data-theme=olive] .hero-content,[data-theme=olive] .hero-visual,[data-theme=olive] .hero-scroll{z-index:1}[data-theme=olive] .hero-visual-stage{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}[data-theme=olive] .hero-kicker{color:var(--olive)}[data-theme=olive] .hero-title{color:var(--charcoal)}[data-theme=olive] .hero-subtitle{color:var(--text-muted)}[data-theme=olive] .hero-frame{box-shadow:var(--shadow-frame);background:var(--bg-wall)}[data-theme=olive] .hero-nav{border-color:#eef0ea73;background:#1c1c1c47;color:#f3f4f0}[data-theme=olive] .hero-nav:hover{background:#eef0eaf2;border-color:#eef0eaf2;color:var(--charcoal)}[data-theme=olive] .hero-dot{background:var(--olive-mist)}[data-theme=olive] .hero-dot.active{background:var(--charcoal)}[data-theme=olive] .hero-scroll{color:var(--text-faint);left:75%}[data-theme=olive] .hero-scroll-line{background:linear-gradient(to bottom,var(--olive),transparent)}[data-theme=olive] .best-seller{background:var(--bg);border-top:1px solid var(--border)}[data-theme=olive] .product-card{background:var(--bg);border-color:var(--border)}[data-theme=olive] .product-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow)}[data-theme=olive] .product-image-wrap{background:var(--grad-wall-card);box-shadow:var(--shadow-inset-wall)}[data-theme=olive] .product-image-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(246,247,244,.22),transparent 50%);pointer-events:none}[data-theme=olive] .product-cat{color:var(--olive)}[data-theme=olive] .product-info{background:var(--bg);border-top:1px solid var(--border)}[data-theme=olive] .story,[data-theme=olive] .story.scene-wash{background:var(--grad-story);position:relative;overflow:hidden}[data-theme=olive] .story:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 50% at 50% 0%,rgba(69,80,63,.1),transparent 70%);pointer-events:none}[data-theme=olive] .story .container{position:relative;z-index:1}[data-theme=olive] .story-title span{color:var(--olive)}[data-theme=olive] .story-pillar{background:var(--bg);border-color:var(--border);box-shadow:var(--shadow);border-left:2px solid rgba(69,80,63,.5)}[data-theme=olive] .story-pillar:hover{border-color:var(--olive);border-left-color:var(--olive)}[data-theme=olive] .craft{background:var(--bg-elevated);border-block:1px solid var(--border);color:var(--text)}[data-theme=olive] .craft:before{display:none}[data-theme=olive] .craft .section-label{color:var(--olive)}[data-theme=olive] .craft .section-title{color:var(--text)}[data-theme=olive] .craft-step{background:var(--bg);border-color:var(--border);color:var(--text)}[data-theme=olive] .craft-step:hover{border-color:var(--charcoal);background:var(--olive-glow)}[data-theme=olive] .craft-num{color:var(--olive)}[data-theme=olive] .craft-step h3{color:var(--text)}[data-theme=olive] .craft-step p{color:var(--text-muted)}[data-theme=olive] .highlights,[data-theme=olive] .highlights.scene-deep{background:radial-gradient(ellipse 70% 50% at 50% 0%,rgba(69,80,63,.18),transparent 65%),var(--charcoal);border-block:1px solid var(--olive-deep);color:var(--invert-text);position:relative}[data-theme=olive] .highlights:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--grain);opacity:.5;pointer-events:none;mix-blend-mode:soft-light}[data-theme=olive] .highlights .container{position:relative;z-index:1}[data-theme=olive] .highlights .section-label{color:var(--invert-text-dim)}[data-theme=olive] .highlights .section-title{color:var(--invert-text)}[data-theme=olive] .highlight-card{border-top-color:var(--border-on-dark)}[data-theme=olive] .highlight-card:hover{border-top-color:var(--olive)}[data-theme=olive] .highlight-num{color:var(--olive-mid)}[data-theme=olive] .highlight-title{color:var(--invert-text)}[data-theme=olive] .highlight-desc{color:var(--invert-text-muted)}[data-theme=olive] .lifestyle{background:var(--charcoal);min-height:460px}[data-theme=olive] .lifestyle-visual{position:relative;background:var(--olive-dark)}[data-theme=olive] .lifestyle-visual img{opacity:.88}[data-theme=olive] .lifestyle-visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 40%,rgba(28,28,28,.4) 100%);pointer-events:none}[data-theme=olive] .lifestyle-content{background:linear-gradient(165deg,var(--charcoal) 0%,var(--bg-deep-raised) 100%);position:relative}[data-theme=olive] .lifestyle-content:before{content:"";position:absolute;left:0;top:18%;bottom:18%;width:2px;background:var(--olive);opacity:.75}[data-theme=olive] .lifestyle .section-label{color:var(--invert-text-dim)}[data-theme=olive] .lifestyle-title{color:var(--invert-text)}[data-theme=olive] .lifestyle-sub{color:var(--invert-text-muted)}[data-theme=olive] .lifestyle .btn-primary{background:var(--olive);color:var(--accent-fg)}[data-theme=olive] .lifestyle .btn-primary:hover{background:var(--olive-mid);color:var(--charcoal)}[data-theme=olive] .collection,[data-theme=olive] #bo-suu-tap{background:radial-gradient(ellipse 70% 40% at 50% 0%,rgba(69,80,63,.09),transparent 60%),var(--bg)}[data-theme=olive] .filter-btn{background:var(--bg);border-color:var(--border);color:var(--text-dim)}[data-theme=olive] .filter-btn:hover{border-color:var(--border-strong);color:var(--text)}[data-theme=olive] .filter-btn.active{background:var(--olive);border-color:var(--olive);color:var(--accent-fg)}[data-theme=olive] .about-section{background:var(--bg-elevated);border-block:1px solid var(--border)}[data-theme=olive] .about-visual{padding:1rem;background:var(--bg-muted)}[data-theme=olive] .about-visual-grid img{box-shadow:var(--shadow-md);outline:1px solid rgba(168,176,160,.5)}[data-theme=olive] .contact{background:radial-gradient(ellipse 50% 55% at 50% 100%,rgba(69,80,63,.11),transparent 70%),var(--bg)}[data-theme=olive] .contact-note{color:var(--olive)}[data-theme=olive] .phone-card{background:var(--bg-elevated);border-color:var(--border)}[data-theme=olive] .phone-card:hover{border-color:var(--olive);box-shadow:var(--shadow)}[data-theme=olive] .phone-card:hover .phone-number{color:var(--olive)}[data-theme=olive] .footer{background:var(--grad-footer);border-top:1px solid var(--olive-deep);color:var(--invert-text)}[data-theme=olive] .footer .logo-name{color:var(--invert-text)}[data-theme=olive] .footer .logo-tag{color:var(--invert-text-dim)}[data-theme=olive] .footer-note{color:var(--text-faint)}[data-theme=olive] .footer-links a{color:var(--invert-text-muted)}[data-theme=olive] .footer-links a:hover{color:var(--invert-text)}[data-theme=olive] .modal-backdrop{background:var(--overlay-heavy)}[data-theme=olive] .modal{background:var(--bg);border-color:var(--border-strong)}[data-theme=olive] .modal-image{background:var(--grad-wall-card);box-shadow:var(--shadow-inset-wall)}[data-theme=olive] .modal-cat{color:var(--olive)}[data-theme=olive] .modal-close{background:color-mix(in srgb,#f6f7f4 95%,transparent)}[data-theme=olive] .btn-primary{background:var(--olive);color:var(--accent-fg)}[data-theme=olive] .btn-primary:hover{background:var(--olive-dark);color:var(--accent-fg)}[data-theme=olive] .btn-outline{border-color:var(--charcoal);color:var(--charcoal)}[data-theme=olive] .btn-outline:hover{background:var(--olive);border-color:var(--olive);color:var(--accent-fg)}[data-theme=olive] .btn-ghost{color:var(--text-muted)}[data-theme=olive] .btn-ghost:hover{color:var(--charcoal);border-bottom-color:var(--charcoal)}[data-theme=olive] .nav-cta:hover{background:var(--olive)!important;border-color:var(--olive)!important;color:var(--accent-fg)!important}[data-theme=olive] .section-label{color:var(--olive)}[data-theme=olive] .theme-switch{background:#1c1c1ceb;border-color:var(--border-on-dark);color:var(--olive-veil);box-shadow:var(--shadow-lg)}[data-theme=olive] .theme-switch-label{color:var(--text-faint)}[data-theme=olive] .theme-switch-btn{background:var(--charcoal-raised);border-color:var(--border-on-dark);color:var(--invert-text-muted)}[data-theme=olive] .theme-switch-btn:hover{color:var(--invert-text);border-color:var(--olive-mist)}[data-theme=olive] .theme-switch-btn.active{background:var(--olive);border-color:var(--olive);color:var(--accent-fg);box-shadow:none}[data-theme=olive] .theme-switch-hint{color:var(--olive-mid)}[data-theme=olive] .mobile-nav{background:color-mix(in srgb,#f1f3ee 98%,transparent)}@media (max-width: 1024px){[data-theme=olive] .hero:before{background:linear-gradient(180deg,var(--grad-hero-left) 0 48%,transparent 48%),var(--grad-hero-right)}[data-theme=olive] .hero:after{width:100%;top:0;height:48%;opacity:.5}[data-theme=olive] .hero-scroll{display:none}[data-theme=olive] .hero-content{text-align:center}[data-theme=olive] .lifestyle-content:before{left:1.75rem;top:0;bottom:auto;width:40px;height:2px}[data-theme=olive] .about-visual{padding:.75rem}}@media (max-width: 720px){[data-theme=olive] .mobile-nav{background:color-mix(in srgb,#eef0ea 98%,transparent)}}
