:root{--c-bg: #ffffff;--c-surface: #faf8f5;--c-surface-2: #f3f0eb;--c-border: #e6e1d8;--c-text: #1f1d1a;--c-text-muted: #6e6a63;--c-text-soft: #8a857d;--c-primary: #1f1d1a;--c-primary-hover: #3a3530;--c-accent: #b8956a;--c-accent-hover: #9c7d56;--c-success: #3a7a4a;--c-danger: #b54343;--shadow-sm: 0 1px 2px rgba(31, 29, 26, .05);--shadow-md: 0 4px 12px rgba(31, 29, 26, .08);--shadow-lg: 0 12px 32px rgba(31, 29, 26, .12);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 14px;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter", Roboto, "Helvetica Neue", Arial, sans-serif;--font-display: "Cormorant Garamond", "Playfair Display", Georgia, serif;--container: 1280px;--header-h: 72px}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);font-size:16px;line-height:1.6;color:var(--c-text);background:var(--c-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:0;background:none;color:inherit}input,select,textarea{font:inherit}h1,h2,h3,h4{margin:0 0 .5em;font-family:var(--font-display);font-weight:600;line-height:1.2;letter-spacing:-.01em}h1{font-size:clamp(2rem,4vw,3.25rem)}h2{font-size:clamp(1.5rem,3vw,2.25rem)}h3{font-size:clamp(1.15rem,2vw,1.5rem)}p{margin:0 0 1em}.skip-link{position:absolute;left:-9999px;top:0;background:var(--c-primary);color:#fff;padding:12px 16px;z-index:1000}.skip-link:focus{left:1rem;top:1rem}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 1.25rem}@media(min-width:768px){.container{padding:0 2rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius-md);font-weight:500;font-size:.95rem;transition:background-color .15s,color .15s,border-color .15s,transform .15s;border:1px solid transparent;cursor:pointer;white-space:nowrap}.btn-primary{background:var(--c-primary);color:#fff}.btn-primary:hover{background:var(--c-primary-hover)}.btn-secondary{background:transparent;color:var(--c-primary);border-color:var(--c-border)}.btn-secondary:hover{border-color:var(--c-primary)}.btn-accent{background:var(--c-accent);color:#fff}.btn-accent:hover{background:var(--c-accent-hover)}.btn-ghost{background:transparent;color:var(--c-text)}.btn-ghost:hover{background:var(--c-surface-2)}.btn-block{width:100%}.badge{display:inline-flex;align-items:center;gap:4px;padding:3px 9px;border-radius:999px;font-size:.75rem;font-weight:500;background:var(--c-surface-2);color:var(--c-text-muted)}.badge-success{background:#e6f1e9;color:var(--c-success)}.badge-danger{background:#f5e4e4;color:var(--c-danger)}.badge-accent{background:#f3eadc;color:var(--c-accent-hover)}.site-header{position:sticky;top:0;z-index:50;background:#ffffffeb;backdrop-filter:saturate(180%) blur(10px);-webkit-backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid var(--c-border)}.header-row{display:flex;align-items:center;justify-content:space-between;height:var(--header-h)}.brand{font-family:var(--font-display);font-size:1.5rem;font-weight:700;letter-spacing:-.02em;color:var(--c-text)}.brand span{color:var(--c-accent)}.nav{display:none}.nav ul{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav a{font-size:.95rem;color:var(--c-text);padding:.5rem 0;border-bottom:2px solid transparent;transition:border-color .15s,color .15s}.nav a:hover,.nav a[aria-current=page]{border-bottom-color:var(--c-accent);color:var(--c-text)}.header-actions{display:flex;align-items:center;gap:.5rem}.lang-switch{font-size:.85rem;padding:6px 12px;border-radius:var(--radius-md);border:1px solid var(--c-border);background:transparent;transition:background-color .15s,border-color .15s;font-weight:500}.lang-switch:hover{background:var(--c-surface-2);border-color:var(--c-text-muted)}.menu-toggle{display:inline-flex;padding:8px}.menu-toggle svg{width:24px;height:24px}@media(min-width:900px){.nav{display:block}.menu-toggle{display:none}}.mobile-menu{display:none;border-top:1px solid var(--c-border);background:var(--c-bg)}.mobile-menu[data-open=true]{display:block}.mobile-menu ul{list-style:none;margin:0;padding:.5rem 0}.mobile-menu a{display:block;padding:.85rem 1.25rem;border-bottom:1px solid var(--c-border);font-size:1.05rem}.mobile-menu a:hover{background:var(--c-surface)}@media(min-width:900px){.mobile-menu{display:none!important}}.site-footer{background:var(--c-surface);border-top:1px solid var(--c-border);padding:3rem 0 1.5rem;margin-top:4rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;padding-bottom:2rem;border-bottom:1px solid var(--c-border)}@media(min-width:700px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}.footer-grid h4{font-family:var(--font-sans);font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-bottom:1rem}.footer-grid ul{list-style:none;margin:0;padding:0}.footer-grid li{margin-bottom:.5rem}.footer-grid a{color:var(--c-text-muted)}.footer-grid a:hover{color:var(--c-text)}.footer-bottom{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding-top:1.5rem;font-size:.85rem;color:var(--c-text-muted)}.hero{position:relative;background:linear-gradient(135deg,var(--c-surface) 0%,var(--c-surface-2) 100%);overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 30%,rgba(184,149,106,.08),transparent 40%),radial-gradient(circle at 80% 70%,rgba(31,29,26,.05),transparent 40%)}.hero-inner{position:relative;display:grid;grid-template-columns:1fr;gap:2rem;padding:4rem 0;align-items:center}@media(min-width:900px){.hero-inner{grid-template-columns:1.1fr 1fr;padding:5rem 0 6rem}}.hero h1{margin-bottom:1rem}.hero p.lead{font-size:1.15rem;color:var(--c-text-muted);max-width:50ch;margin-bottom:2rem}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem}.hero-visual{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;aspect-ratio:1 / 1;max-width:540px;margin-left:auto;width:100%}.hero-visual>div{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);background:var(--c-surface-2)}.hero-visual>div:nth-child(1){transform:translateY(-8%)}.hero-visual>div:nth-child(4){transform:translateY(8%)}.hero-visual>div img{width:100%;height:100%;object-fit:cover;display:block}section{padding:4rem 0}section.tight{padding:2.5rem 0}.section-head{display:flex;align-items:end;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.section-head .eyebrow{display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--c-accent);margin-bottom:.5rem}.section-head h2{margin-bottom:.25rem}.section-head p{margin:0;color:var(--c-text-muted)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.product-card{background:var(--c-bg);border:1px solid var(--c-border);border-radius:var(--radius-md);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--c-text-soft)}.product-card .img-wrap{aspect-ratio:var(--tile-aspect, 1 / 1);background:var(--c-surface-2);position:relative;overflow:hidden}.product-card .img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .img-wrap img{transform:scale(1.04)}.product-card .stock-tag{position:absolute;top:.75rem;left:.75rem}.product-card .body{padding:1rem 1.1rem 1.1rem;display:flex;flex-direction:column;gap:.4rem;flex:1}.product-card .collection{font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:var(--c-text-soft)}.product-card .name{font-size:1.05rem;font-weight:600;color:var(--c-text);margin:0;line-height:1.3}.product-card .meta{font-size:.85rem;color:var(--c-text-muted);margin-top:.15rem}.product-card .price-row{display:flex;justify-content:space-between;align-items:end;gap:.5rem;margin-top:auto;padding-top:.75rem}.product-card .price{font-size:1.1rem;font-weight:700;color:var(--c-text)}.product-card .price small{font-size:.75rem;font-weight:400;color:var(--c-text-muted)}.catalog-layout{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:1000px){.catalog-layout{grid-template-columns:280px 1fr}}.filters-panel{background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--radius-md);padding:1.25rem;height:max-content;position:sticky;top:calc(var(--header-h) + 1rem)}@media(max-width:999px){.filters-panel{position:fixed;inset:0;z-index:60;border-radius:0;overflow-y:auto;transform:translate(-100%);transition:transform .25s ease}.filters-panel[data-open=true]{transform:translate(0)}body.filters-open{overflow:hidden}}.filters-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;font-weight:600}.filter-close{display:inline-flex;padding:6px}@media(min-width:1000px){.filter-close{display:none}}.filter-group{padding:.75rem 0;border-top:1px solid var(--c-border)}.filter-group:first-of-type{border-top:0}.filter-group-title{display:flex;justify-content:space-between;align-items:center;width:100%;font-weight:600;font-size:.95rem;margin-bottom:.5rem}.filter-group-title svg{transition:transform .2s}.filter-group[data-collapsed=true] .filter-options{display:none}.filter-group[data-collapsed=true] .filter-group-title svg{transform:rotate(-90deg)}.filter-options{display:flex;flex-direction:column;gap:.4rem;max-height:240px;overflow-y:auto;padding-right:4px}.filter-option{display:flex;align-items:center;gap:.55rem;font-size:.9rem;cursor:pointer;padding:4px 0}.filter-option input{width:16px;height:16px;accent-color:var(--c-primary)}.filter-option .count{color:var(--c-text-soft);font-size:.8rem;margin-left:auto}.filter-option:has(input:checked){color:var(--c-text);font-weight:500}.color-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.4rem}.color-swatch{position:relative;aspect-ratio:1;border-radius:50%;border:1px solid var(--c-border);cursor:pointer;transition:transform .15s,box-shadow .15s}.color-swatch input{position:absolute;opacity:0;pointer-events:none}.color-swatch:hover{transform:scale(1.1)}.color-swatch:has(input:checked){box-shadow:0 0 0 2px var(--c-bg),0 0 0 4px var(--c-primary)}.toolbar{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:.85rem 1rem;background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--radius-md)}.toolbar .results-count{font-size:.9rem;color:var(--c-text-muted)}.toolbar .results-count strong{color:var(--c-text);font-weight:600}.toolbar select{padding:.5rem 2rem .5rem .75rem;border:1px solid var(--c-border);border-radius:var(--radius-md);background:var(--c-bg);font-size:.9rem;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%23555' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.toolbar .show-filters-btn{display:inline-flex}@media(min-width:1000px){.toolbar .show-filters-btn{display:none}}.no-results{padding:3rem 1rem;text-align:center;color:var(--c-text-muted);background:var(--c-surface);border:1px dashed var(--c-border);border-radius:var(--radius-md)}.product-grid[hidden]{display:none}.product-detail{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:1.5rem}@media(min-width:900px){.product-detail{grid-template-columns:1.1fr 1fr;gap:3rem}}.product-image-large{background:var(--c-surface-2);border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:var(--tile-aspect, 1 / 1);box-shadow:var(--shadow-sm)}.product-image-large img{width:100%;height:100%;object-fit:cover}.product-info h1{margin:.25rem 0 .5rem}.product-info .product-collection{font-size:.85rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--c-accent)}.product-info .product-price{font-size:1.75rem;font-weight:700;margin:1rem 0 .25rem}.product-info .product-price small{font-size:.85rem;font-weight:400;color:var(--c-text-muted)}.product-info .stock-line{margin-bottom:1.5rem}.spec-table{width:100%;border-collapse:collapse;margin:1.5rem 0}.spec-table th,.spec-table td{text-align:left;padding:.75rem 0;border-bottom:1px solid var(--c-border);font-size:.95rem}.spec-table th{font-weight:500;color:var(--c-text-muted);width:40%}.product-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.5rem 0 1rem}.breadcrumbs{font-size:.85rem;color:var(--c-text-muted);margin:1rem 0}.breadcrumbs a:hover{color:var(--c-text)}.breadcrumbs span[aria-hidden=true]{margin:0 .4rem;opacity:.5}.collections-strip{padding:3rem 0;background:var(--c-surface)}.collections-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.collection-card{display:block;position:relative;overflow:hidden;border-radius:var(--radius-md);aspect-ratio:4 / 3;background:var(--c-surface-2);transition:transform .2s}.collection-card:hover{transform:translateY(-2px)}.collection-card img{width:100%;height:100%;object-fit:cover}.collection-card .label{position:absolute;left:0;right:0;bottom:0;padding:1rem;background:linear-gradient(to top,rgba(31,29,26,.85),transparent);color:#fff;font-family:var(--font-display);font-size:1.15rem;font-weight:600}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.value{text-align:left}.value .icon{width:48px;height:48px;background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--radius-md);display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--c-accent)}.value h3{font-family:var(--font-sans);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.value p{color:var(--c-text-muted);font-size:.95rem;margin:0}.page-hero{background:var(--c-surface);padding:3rem 0;border-bottom:1px solid var(--c-border)}.page-hero .lead{font-size:1.15rem;color:var(--c-text-muted);max-width:60ch}.about-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:900px){.about-grid{grid-template-columns:1.5fr 1fr}}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:2rem}@media(min-width:700px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat{background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--radius-md);padding:1.5rem}.stat .num{font-family:var(--font-display);font-size:2.25rem;font-weight:700;color:var(--c-accent)}.stat .label{font-size:.9rem;color:var(--c-text-muted)}.contact-grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:900px){.contact-grid{grid-template-columns:1fr 1.2fr}}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-info .item{display:flex;gap:1rem;align-items:start}.contact-info .item .icon{width:40px;height:40px;background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--radius-md);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--c-accent)}.contact-info .item h4{font-family:var(--font-sans);font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:var(--c-text-muted);margin:0 0 .25rem;font-weight:600}.contact-info .item p{margin:0;white-space:pre-line}.contact-form{background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--radius-md);padding:1.75rem}.contact-form .form-row{margin-bottom:1rem;display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:600px){.contact-form .form-row.two{grid-template-columns:1fr 1fr}}.field label{display:block;font-size:.85rem;font-weight:500;margin-bottom:.4rem}.field input,.field textarea{width:100%;padding:.75rem .9rem;border:1px solid var(--c-border);border-radius:var(--radius-md);background:var(--c-bg);transition:border-color .15s,box-shadow .15s}.field input:focus,.field textarea:focus{outline:none;border-color:var(--c-primary);box-shadow:0 0 0 3px #1f1d1a14}.field textarea{min-height:140px;resize:vertical}.form-success{margin-top:1rem;padding:.85rem 1rem;background:#e6f1e9;color:var(--c-success);border-radius:var(--radius-md);font-size:.95rem;display:none}.form-success[data-shown=true]{display:block}.img-wrap.is-placeholder img,.product-image-large.is-placeholder img,.collection-card.is-placeholder img,.hero-visual>div.is-placeholder img{filter:grayscale(.25) brightness(.97);opacity:.92}.product-image-large.is-placeholder,.collection-card.is-placeholder{position:relative}.photo-missing-tag{position:absolute;top:.75rem;right:.75rem;z-index:2;display:inline-flex;align-items:center;gap:5px;padding:5px 10px;background:#1f1d1ad1;color:#fff;border-radius:999px;font-size:.72rem;font-weight:500;letter-spacing:.02em;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);pointer-events:auto;max-width:calc(100% - 1.5rem)}.photo-missing-tag svg{flex-shrink:0;width:12px;height:12px}.photo-missing-tag span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.photo-missing-tag-lg{top:1rem;right:1rem;padding:7px 14px;font-size:.8rem}.photo-missing-tag-lg svg{width:14px;height:14px}.collection-card.is-placeholder:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#fff0,#1f1d1a0a);pointer-events:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-muted{color:var(--c-text-muted)}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}@media print{.site-header,.site-footer,.breadcrumbs,.product-actions,.filters-panel,.toolbar{display:none!important}.product-detail{grid-template-columns:1fr}}
