:root { color-scheme: light; --paper: #f6f4ef; --paper-2: #fffdfa; --panel: #ffffff; --ink: #201d19; --muted: #746e65; --line: #ddd8cf; --accent: #2b241f; --accent-2: #5f756f; --header-brown: rgb(88, 72, 55); --header-light: rgb(231, 226, 220); --sage: #dde8df; --rose: #eaded7; --blue: #dbe8ec; --mist: #eef3f2; --max: 1180px; --radius: 8px; --shadow: 0 16px 42px rgba(55, 42, 30, .10); --font-body: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; --font-display: "Tenor Sans", Montserrat, ui-sans-serif, system-ui, sans-serif; font-family: var(--font-body); color: var(--ink); background: linear-gradient(180deg, rgba(238, 243, 242, .82), rgba(246, 244, 239, 0) 420px), var(--paper); } * { box-sizing: border-box; } html { scroll-behavior: smooth; } body { margin: 0; font-size: 16px; line-height: 1.45; overflow-x: hidden; } a { color: var(--accent); text-underline-offset: 3px; } img { max-width: 100%; } :focus-visible { outline: 2px solid currentColor; outline-offset: 4px; } .site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; border-bottom: 0; background: transparent; backdrop-filter: none; color: var(--accent); } body:has(.landing-hero) .site-header { background: transparent; border-bottom: 0; color: rgba(255, 253, 248, .94); } body:has(.landing-hero) .announcement-bar { background: rgba(231, 226, 220, .92); color: #6c453c; } body:has(.landing-hero) nav a, body:has(.landing-hero) .brand { color: inherit; text-shadow: 0 1px 12px rgba(32, 29, 25, .24); } body:has(.landing-hero) nav a[aria-current="page"], body:has(.landing-hero) .cart-link span[data-cart-count] { background: transparent; color: inherit; border-color: transparent; } body:has(.landing-hero) .brand-mark { background: rgba(255,253,248,.16); border-color: rgba(255,253,248,.58); } body:has(.landing-hero) .brand-copy small { color: rgba(255,253,248,.74); } body:has(.catalogue-hero) .site-header { background: transparent; border-bottom: 0; color: rgba(255, 253, 248, .94); } body:has(.catalogue-hero) .announcement-bar { background: rgba(231, 226, 220, .92); color: #6c453c; } body:has(.catalogue-hero) .header-inner { width: 100%; padding-left: 36px; padding-right: 36px; background: transparent; backdrop-filter: none; transition: background-color .24s ease, color .24s ease, backdrop-filter .24s ease; } body:has(.catalogue-hero) nav a, body:has(.catalogue-hero) .brand { color: inherit; text-shadow: 0 1px 12px rgba(32, 29, 25, .24); } body:has(.catalogue-hero) nav a[aria-current="page"], body:has(.catalogue-hero) .cart-link span[data-cart-count] { background: transparent; color: inherit; border-color: transparent; } body:has(.catalogue-hero) .brand-mark { background: rgba(255,253,248,.16); border-color: rgba(255,253,248,.58); transition: background-color .24s ease, border-color .24s ease; } .site-header:hover .header-inner, .site-header:focus-within .header-inner, .site-header.is-scrolled .header-inner, body:has(.catalogue-hero) .site-header:hover .header-inner, body:has(.catalogue-hero) .site-header:focus-within .header-inner { background: rgba(255, 253, 250, .94); backdrop-filter: blur(14px); color: var(--accent); } .site-header:hover nav a, .site-header:hover .brand, .site-header:focus-within nav a, .site-header:focus-within .brand, .site-header.is-scrolled nav a, .site-header.is-scrolled .brand, body:has(.landing-hero) .site-header:hover nav a, body:has(.landing-hero) .site-header:hover .brand, body:has(.landing-hero) .site-header:focus-within nav a, body:has(.landing-hero) .site-header:focus-within .brand, body:has(.landing-hero) .site-header.is-scrolled nav a, body:has(.landing-hero) .site-header.is-scrolled .brand, body:has(.catalogue-hero) .site-header:hover nav a, body:has(.catalogue-hero) .site-header:hover .brand, body:has(.catalogue-hero) .site-header:focus-within nav a, body:has(.catalogue-hero) .site-header:focus-within .brand, body:has(.catalogue-hero) .site-header.is-scrolled nav a, body:has(.catalogue-hero) .site-header.is-scrolled .brand { color: var(--accent); text-shadow: none; } .site-header:hover .brand-mark, .site-header:focus-within .brand-mark, .site-header.is-scrolled .brand-mark, body:has(.catalogue-hero) .site-header:hover .brand-mark, body:has(.catalogue-hero) .site-header:focus-within .brand-mark, body:has(.catalogue-hero) .site-header.is-scrolled .brand-mark { background: rgba(255,253,248,.96); border-color: rgba(94, 78, 60, .18); } .announcement-bar { display: flex; justify-content: center; align-items: center; min-height: 40px; padding: 8px 16px; background: #e7e2dc; color: #6c453c; font-size: 13px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; text-align: center; } .header-inner { width: 100%; max-width: none; min-height: 72px; margin: 0 auto; padding-left: 36px; padding-right: 36px; display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 34px; background: transparent; backdrop-filter: none; transition: background-color .24s ease, color .24s ease, backdrop-filter .24s ease; } .brand { grid-column: 2; grid-row: 1; z-index: 2; display: inline-flex; align-items: center; justify-content: center; color: inherit; text-decoration: none; min-width: max-content; } .brand-mark { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; background: var(--paper-2); overflow: hidden; } .brand-mark img { width: 100%; height: 100%; object-fit: cover; display: block; } .brand-copy { display: grid; gap: 1px; text-align: center; } .brand-copy strong { font-family: var(--font-display); font-size: 20px; line-height: .95; font-weight: 400; } .brand-copy small, .eyebrow { font-size: 11px; text-transform: uppercase; letter-spacing: .18em; color: var(--muted); } .mobile-header-actions { display: none; } @media (min-width: 841px) { .mobile-header-actions, .menu-toggle { display: none !important; } } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; } .menu-toggle { display: none; border: 1px solid var(--line); border-radius: var(--radius); padding: 9px 11px; background: var(--paper-2); color: var(--accent); font: inherit; font-weight: 750; cursor: pointer; } nav { grid-column: 1 / -1; grid-row: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; white-space: nowrap; pointer-events: none; } .nav-left, .nav-right { display: flex; gap: 28px; align-items: center; pointer-events: auto; } .nav-left { justify-content: flex-start; padding-right: 86px; } .nav-right { justify-content: flex-end; padding-left: 86px; } .nav-item { display: inline-flex; align-items: center; } .has-mega { position: relative; } .has-mega::after { content: ""; position: fixed; left: 0; right: 0; top: 70px; height: 14px; display: none; } .has-mega:hover::after, .has-mega:focus-within::after { display: block; } nav a, .button, .filters button { border: 1px solid transparent; border-radius: 0; padding: 10px 13px; background: transparent; color: var(--accent); text-decoration: none; font: inherit; font-size: 13px; letter-spacing: .18em; text-transform: uppercase; transition: border-color .2s ease, color .2s ease, background-color .2s ease, transform .2s ease; } nav a:hover, .button.secondary:hover, .filters button:hover { background: transparent; border-color: currentColor; } nav a:hover { border-color: transparent; border-bottom-color: currentColor; } nav a[aria-current="page"] { border-color: transparent; border-bottom-color: currentColor; background: transparent; } nav a[aria-current="page"], .button, .filters button.active { background: var(--accent); color: var(--paper-2); border-color: var(--accent); } nav a[aria-current="page"] { background: transparent; color: inherit; border-color: transparent; border-bottom-color: currentColor; } .nav-cta { border-color: var(--line); background: var(--paper-2); } .icon-link { display: inline-flex; align-items: center; justify-content: center; gap: 5px; min-width: 42px; } .icon-link svg { width: 25px; height: 25px; display: block; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; } .cart-link span[data-cart-count] { display: inline-grid; place-items: center; min-width: 16px; height: 16px; margin-left: 1px; border-radius: 999px; background: transparent; color: inherit; font-size: 10px; font-weight: 700; line-height: 1; } .button { display: inline-flex; justify-content: center; align-items: center; font-weight: 650; min-height: 46px; padding-left: 28px; padding-right: 28px; } .button:hover, .mini-button:hover { transform: translateY(-1px); } .button:active, .mini-button:active, nav a:active { transform: translateY(1px); } .button.secondary { background: var(--paper-2); color: var(--accent); border-color: var(--line); } .button.disabled, .button[aria-disabled="true"] { opacity: .48; cursor: not-allowed; } .mega-menu { position: fixed; left: 0; right: 0; top: 72px; z-index: 80; min-height: auto; padding: 18px 36px 20px; border-top: 0; border-bottom: 1px solid rgba(94, 78, 60, .12); background: rgba(255, 253, 250, .94); backdrop-filter: blur(14px); box-shadow: 0 18px 38px rgba(48, 39, 31, .06); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-4px); transition: opacity .2s cubic-bezier(.16, 1, .3, 1), transform .2s cubic-bezier(.16, 1, .3, 1), visibility 0s linear .2s; } .has-mega:hover .mega-menu, .has-mega:focus-within .mega-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); transition-delay: 0s; } .mega-panel { width: min(1180px, calc(100vw - 72px)); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: clamp(24px, 4vw, 48px); align-items: center; } .mega-columns { grid-column: 1; grid-row: 1; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: clamp(18px, 2.6vw, 42px); align-items: center; padding-top: 0; } .mega-category { display: inline-flex; align-items: center; min-height: 36px; padding: 0 0 6px !important; border: 0 !important; border-bottom: 1px solid transparent !important; color: var(--accent) !important; font-size: 12px !important; line-height: 1.2 !important; letter-spacing: .18em !important; text-transform: uppercase !important; text-decoration: none; white-space: normal; opacity: .86; } .mega-category:hover { color: #6c453c !important; border-bottom-color: rgba(94, 78, 60, .48) !important; opacity: 1; } .mega-all { grid-column: 2; grid-row: 1; display: inline-flex; align-items: center; min-height: 36px; padding: 0 0 6px !important; border: 0 !important; border-bottom: 1px solid rgba(94, 78, 60, .26) !important; color: rgba(32,29,25,.68) !important; font-size: 11px !important; line-height: 1.2 !important; letter-spacing: .16em !important; text-transform: uppercase !important; text-decoration: none; white-space: nowrap; } .mega-all:hover { color: var(--accent) !important; border-bottom-color: rgba(94, 78, 60, .7) !important; } .mega-column { display: grid; gap: 18px; align-content: start; } .mega-column h2 { margin: 0 0 8px; color: rgba(255,253,250,.94); font: 600 14px/1.1 var(--font-body); letter-spacing: .25em; text-transform: uppercase; } .mega-column a { padding: 0 !important; border: 0 !important; color: rgba(255,253,250,.62) !important; font-size: 14px !important; line-height: 1.18; letter-spacing: 0 !important; text-transform: none !important; text-decoration: none; } .mega-column a:hover { color: var(--paper-2) !important; } .site-main { width: calc(100% - 32px); max-width: var(--max); margin: 0 auto; padding: 0 0 58px; } body:not(:has(.landing-hero)):not(:has(.catalogue-hero)) .site-main { padding-top: 132px; } body:has(.checkout-page) .site-main { padding-top: 104px; } body:has(.checkout-page) .site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; min-height: 76px; padding: 16px 36px; background: rgba(255, 253, 250, .96); border-bottom: 1px solid rgba(94, 78, 60, .14); backdrop-filter: blur(14px); } .checkout-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--accent); font-family: var(--font-display); font-size: 20px; font-weight: 400; letter-spacing: .04em; text-decoration: none; } body:has(.checkout-page) .site-header .icon-link { color: var(--accent); } .landing-hero { position: relative; width: 100vw; height: clamp(760px, 56.3vw, 1080px); min-height: 760px; margin-left: calc(50% - 50vw); display: grid; place-items: center; overflow: hidden; background: var(--accent); } .landing-media, .landing-overlay { position: absolute; inset: 0; } .landing-media video, .landing-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; display: block; transform: none; } .landing-collage { position: absolute; inset: 0; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .78fr) minmax(0, .92fr) minmax(0, 1.12fr); grid-template-rows: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(8px, 1.05vw, 18px); padding: clamp(12px, 1.65vw, 28px); background: #ebe4da; } .landing-collage-tile { position: relative; min-width: 0; min-height: 0; margin: 0; overflow: hidden; background: #e7ded3; } .landing-collage-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,253,248,.04), rgba(52,38,31,.08)); pointer-events: none; } .landing-collage-tile img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.018); filter: saturate(.94) contrast(.98) brightness(1.02); } .landing-collage .tile-1 { grid-row: 1 / 3; } .landing-collage .tile-2 { grid-column: 2 / 4; } .landing-collage .tile-3 { grid-column: 4; grid-row: 1 / 3; } .landing-collage .tile-4 { grid-column: 2; grid-row: 2; } .landing-collage .tile-5 { grid-column: 3; grid-row: 2; } .landing-overlay { background: radial-gradient(circle at 50% 48%, rgba(20,16,13,.36), rgba(20,16,13,.16) 34%, rgba(20,16,13,.06) 58%, rgba(20,16,13,.14)), linear-gradient(0deg, rgba(35,27,23,.18), rgba(35,27,23,0) 42%); } .landing-copy { position: relative; z-index: 1; width: calc(100% - 32px); max-width: var(--max); margin: 0 auto; padding: 80px 0 0; color: var(--paper-2); text-align: center; } .landing-copy p { margin: 0 0 24px; font-size: clamp(13px, 1.4vw, 18px); text-transform: uppercase; letter-spacing: .36em; font-weight: 500; color: rgba(255,253,248,.88); } .landing-copy h1 { max-width: none; margin: 0; color: #fffdfa; font-family: var(--font-display); font-size: clamp(34px, 5.3vw, 58px); font-weight: 400; line-height: 1.18; letter-spacing: .34em; text-transform: uppercase; text-shadow: 0 10px 34px rgba(0,0,0,.24); } .landing-copy > span { display: block; max-width: 470px; margin-top: 18px; font-size: clamp(16px, 1.8vw, 19px); line-height: 1.45; color: rgba(255,253,248,.84); text-wrap: balance; } .landing-copy .hero-actions { justify-content: center; margin-top: 34px; } .landing-copy .button { background: var(--paper-2); color: var(--accent); border-color: var(--paper-2); } .landing-copy .button.light { background: rgba(255,253,248,.14); color: var(--paper-2); border-color: rgba(255,253,248,.62); backdrop-filter: blur(10px); } .hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 500px); gap: clamp(28px, 5vw, 64px); align-items: center; min-height: 650px; padding: clamp(42px, 7vw, 82px) 0 38px; border-bottom: 1px solid var(--line); } .hero-copy { max-width: 700px; } .hero h1, .page-intro h1 { margin: 10px 0 16px; font-family: var(--font-display); font-weight: 400; font-size: clamp(42px, 7vw, 78px); line-height: .88; letter-spacing: -.01em; } .hero p:not(.eyebrow), .page-intro p, .split-section p, .how-to p { max-width: 640px; font-size: 17px; line-height: 1.6; color: var(--muted); } .hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; } .hero-assurance { display: flex; flex-wrap: wrap; gap: 8px; max-width: 560px; margin-top: 26px; } .hero-assurance span { padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 253, 248, .78); color: var(--accent); font-size: 14px; font-weight: 750; } .hero-showcase { display: grid; grid-template-columns: 1fr 116px; gap: 14px; align-items: end; } .hero-media { overflow: hidden; border-radius: 0; background: linear-gradient(135deg, var(--sage), var(--rose)); aspect-ratio: 1 / 1.1; box-shadow: var(--shadow); } .hero-media img { width: 100%; height: 100%; object-fit: cover; display: block; } .hero-thumbs { display: grid; gap: 12px; } .hero-thumbs img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 0; border: 1px solid var(--line); background: var(--paper-2); } .shop-categories { width: 100vw; margin-left: calc(50% - 50vw); padding: 64px 48px 74px; border-bottom: 1px solid var(--line); background: #e7e2dc; } .category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; } .category-card { position: relative; display: grid; min-height: 520px; overflow: hidden; color: var(--paper-2); text-decoration: none; background: var(--accent); } .category-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.95); transition: transform .35s ease; } .category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,16,12,.04), rgba(20,16,12,.24)); } .category-card span { position: absolute; left: 50%; right: auto; bottom: 52px; z-index: 1; min-width: 190px; transform: translateX(-50%); padding: 14px 22px; background: var(--paper-2); color: var(--accent); font-size: 13px; line-height: 1; font-weight: 500; letter-spacing: .22em; text-align: center; text-transform: uppercase; text-shadow: none; } .category-card:hover img { transform: scale(1.03); } .brand-statement { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; align-items: center; padding: 24px 0; border-bottom: 1px solid var(--line); } .brand-statement p { max-width: 620px; margin: 0; font-size: clamp(19px, 2.6vw, 28px); line-height: 1.18; color: var(--ink); text-wrap: balance; } .split-section { display: grid; grid-template-columns: minmax(0, .9fr) minmax(280px, 1fr); gap: clamp(34px, 6vw, 72px); align-items: center; padding: clamp(46px, 7vw, 76px) 0; border-bottom: 1px solid var(--line); } .split-section h2, .section-head h2, .how-to h2 { margin: 6px 0 0; color: rgb(102, 70, 60); font-family: var(--font-display); font-size: 28px; font-weight: 400; line-height: 39px; text-wrap: balance; } .mood-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 12px; } .mood-grid img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: var(--radius); background: var(--blue); border: 1px solid var(--line); } .mood-grid img:first-child { grid-row: span 2; aspect-ratio: 1 / 2.04; } .section-head, .page-intro { padding: 54px 0 24px; } .section-head { display: grid; justify-items: center; text-align: center; } .page-intro.narrow { max-width: 780px; } .section-head.compact { display: grid; grid-template-columns: 1fr; justify-items: center; gap: 8px; text-align: center; } .section-head.compact .eyebrow { grid-column: 1 / -1; margin: 0; } .section-head.compact h2 { margin: 0; font-size: 28px; line-height: 39px; } .section-head.compact .text-link { margin-top: 2px; } .grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 22px; } .featured { grid-template-columns: repeat(3, minmax(0, 1fr)); } .compact-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; } .product-card { overflow: hidden; border: 0; border-radius: 0; background: transparent; transition: transform .2s ease; } .product-card:hover { transform: translateY(-2px); } .product-cover { position: relative; display: block; aspect-ratio: 1 / 1.08; background: linear-gradient(135deg, var(--sage), var(--rose)); text-decoration: none; overflow: hidden; } .product-cover img { width: 100%; height: 100%; object-fit: cover; display: block; padding: 0; background: var(--panel); transition: opacity .28s ease, transform .35s ease; } .product-cover.has-hover .product-image-secondary { position: absolute; inset: 0; opacity: 0; } .product-card:hover .product-cover img { transform: scale(1.025); } .product-card:hover .product-cover.has-hover .product-image-primary { opacity: 0; } .product-card:hover .product-cover.has-hover .product-image-secondary { opacity: 1; } .catalog-card .product-cover img, .compact-card .product-cover img { object-fit: cover; padding: 0; } .compact-card .product-cover { aspect-ratio: 1 / .95; } .featured-card .product-cover img { object-fit: cover; padding: 0; } .product-cover span { display: grid; min-height: 100%; place-items: center; font-weight: 800; } .product-cover em { position: absolute; left: 10px; top: 10px; padding: 6px 9px; border-radius: 0; background: rgba(255, 250, 244, .88); color: var(--accent); font-size: 12px; font-style: normal; font-weight: 750; } .product-body { display: grid; gap: 8px; padding: 14px 0 4px; } .product-meta { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; color: var(--accent); font-size: 13px; } .product-meta span { white-space: nowrap; font-weight: 760; } .product-body h3 { margin: 0; font-family: var(--font-body); font-size: 13px; line-height: 1.25; font-weight: 650; color: var(--muted); } .product-body p { min-height: 0; margin: 0; color: var(--muted); line-height: 1.35; font-size: 12px; } .text-link { display: inline-block; margin-top: 12px; font-size: 13px; font-weight: 760; white-space: nowrap; } .card-actions { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 2px; } .card-actions .text-link { margin-top: 0; } .mini-button { border: 1px solid var(--line); border-radius: var(--radius); padding: 6px 9px; background: var(--panel); color: var(--accent); font: inherit; font-size: 12px; font-weight: 750; cursor: pointer; transition: border-color .2s ease, transform .2s ease; } .mini-button:hover { border-color: var(--accent); } .mini-button:disabled, .button:disabled { opacity: .55; cursor: not-allowed; } .how-to { display: grid; grid-template-columns: minmax(260px, .78fr) minmax(520px, 1.22fr); gap: clamp(34px, 6vw, 72px); margin-top: 54px; padding: 42px 0 0; border-top: 1px solid var(--line); } .how-to ol { display: grid; gap: 22px; margin: 0; padding: 0; list-style: none; counter-reset: step; } .how-to li { display: grid; grid-template-columns: 34px 1fr; gap: 12px; counter-increment: step; } .how-to li::before { content: counter(step); display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--accent); color: var(--paper-2); font-weight: 800; } .how-to strong { display: block; line-height: 1.2; } .how-to span { display: block; grid-column: 2; color: var(--muted); margin-top: -12px; line-height: 1.45; font-size: 14px; } .service-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin: 64px 0 0; background: transparent; border: 1px solid rgba(221,216,207,.72); border-radius: 0; overflow: hidden; } .service-strip div { display: grid; justify-items: center; gap: 7px; min-height: 124px; padding: 22px 16px; background: rgba(255,253,250,.56); text-align: center; border-right: 1px solid rgba(221,216,207,.72); } .service-strip div:last-child { border-right: 0; } .service-strip img { width: 34px; height: 34px; object-fit: contain; opacity: .72; filter: contrast(.88); } .service-strip strong { font-size: 14px; font-weight: 650; } .service-strip span { color: var(--muted); font-size: 12px; line-height: 1.25; } .newsletter-band { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; align-items: center; margin-top: 44px; padding: clamp(24px, 4vw, 36px); background: var(--ink); color: var(--paper-2); } .newsletter-band .eyebrow, .newsletter-band p { color: rgba(255,253,248,.82); } .newsletter-band h2 { margin: 4px 0 6px; font-family: var(--font-display); font-size: clamp(34px, 5vw, 56px); line-height: .95; } .newsletter-band .button { background: var(--paper-2); color: var(--accent); border-color: var(--paper-2); } .newsletter-form { display: grid; grid-template-columns: minmax(220px, 320px) auto; gap: 10px; align-items: center; } .newsletter-form input { min-height: 46px; border: 1px solid rgba(255,253,248,.36); border-radius: 0; padding: 0 14px; background: rgba(255,253,248,.08); color: var(--paper-2); font: inherit; } .newsletter-form input::placeholder { color: rgba(255,253,248,.62); } .newsletter-form .hint { grid-column: 1 / -1; min-height: 18px; margin: 0; font-size: 12px; } .atelier-hero { position: relative; width: 100vw; height: clamp(560px, 50vw, 860px); margin: 0 calc(50% - 50vw) 52px; display: grid; place-items: center; overflow: hidden; background: #e7e2dc; } .atelier-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(.96) brightness(.88); } .atelier-hero::after { content: ""; position: absolute; inset: 0; background: rgba(20,16,12,.22); } .atelier-hero div { position: relative; z-index: 1; margin-top: 112px; color: #fffdfa; text-align: center; } .atelier-hero p { margin: 0 0 22px; font-size: 12px; letter-spacing: .36em; text-transform: uppercase; } .atelier-hero h1 { margin: 0; font-family: var(--font-display); font-size: clamp(38px, 5.4vw, 68px); font-weight: 400; letter-spacing: .28em; line-height: 1.05; text-transform: uppercase; text-shadow: 0 10px 34px rgba(0,0,0,.26); } .atelier-intro { max-width: 760px; margin: 0 auto; padding: 16px 0 56px; text-align: center; } .atelier-intro h2, .atelier-process h2, .atelier-custom h2 { margin: 8px 0 16px; color: rgb(102, 70, 60); font-family: var(--font-display); font-size: 28px; font-weight: 400; line-height: 39px; } .atelier-intro p:not(.eyebrow), .atelier-process p, .atelier-custom p { margin: 0; color: rgba(32,29,25,.68); line-height: 1.7; } .atelier-principles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin: 0 0 64px; background: var(--line); } .atelier-principles article { display: grid; gap: 12px; min-height: 220px; padding: 30px; background: rgba(255,253,250,.64); } .atelier-principles span { color: rgba(32,29,25,.42); font-size: 11px; letter-spacing: .18em; } .atelier-principles h2 { margin: 0; color: rgb(102, 70, 60); font-family: var(--font-display); font-size: 26px; font-weight: 400; line-height: 34px; } .atelier-principles p { margin: 0; color: rgba(32,29,25,.68); line-height: 1.6; } .atelier-process { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(32px, 5vw, 68px); align-items: center; padding: 14px 0 74px; } .atelier-process-copy ul { display: grid; gap: 10px; margin: 24px 0 0; padding-left: 18px; color: rgba(32,29,25,.72); line-height: 1.55; } .atelier-image-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; } .atelier-image-grid img { display: block; width: 100%; aspect-ratio: 1 / 1.18; object-fit: cover; background: #e7e2dc; } .atelier-image-grid img:nth-child(2) { aspect-ratio: 1 / .9; } .atelier-image-grid img:nth-child(3) { aspect-ratio: 1 / .92; } .atelier-custom { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: center; padding: 42px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); } .atelier-custom div { max-width: 760px; } .catalogue-intro { max-width: none; padding: clamp(58px, 7vw, 82px) 0 34px; text-align: center; } .catalogue-intro h1 { margin: 0; color: var(--accent); font-family: var(--font-body); font-size: clamp(24px, 2.5vw, 34px); font-weight: 520; letter-spacing: .2em; line-height: 1.1; text-transform: uppercase; } .catalogue-hero { position: relative; width: 100vw; height: clamp(620px, 56.3vw, 1080px); margin: 0 calc(50% - 50vw) 34px; overflow: hidden; background: #e7e2dc; display: grid; place-items: center; } .catalogue-hero img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 45%; filter: saturate(.98) contrast(1) brightness(.99); } .catalogue-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(32, 29, 25, .08), rgba(32, 29, 25, .03) 42%, rgba(32, 29, 25, .08)); } .catalogue-hero h1 { position: relative; z-index: 1; margin: 132px 24px 0; color: #fffdfa; font-family: var(--font-display); font-size: clamp(28px, 3.3vw, 46px); font-weight: 400; letter-spacing: .22em; line-height: 1.1; text-align: center; text-transform: uppercase; text-shadow: 0 10px 34px rgba(0,0,0,.26); } .new-arrivals-head { padding-top: 42px; } .collection-more { display: flex; justify-content: center; padding: 42px 0 10px; } .cart-recommendation-head { padding-top: clamp(48px, 7vw, 76px); } .cart-recommendations { margin-bottom: 12px; } .catalog-tools { position: sticky; top: 112px; z-index: 30; display: grid; gap: 12px; margin: 0 0 28px; padding: 0 0 16px; border-bottom: 1px solid rgba(94, 78, 60, .14); background: var(--paper); } .catalog-tool-row { display: grid; grid-template-columns: auto auto minmax(220px, 320px); justify-content: space-between; align-items: center; gap: 18px; } .filter-drawer { position: relative; } .filter-drawer summary, .sort-wrap span, .search-wrap label { color: var(--accent); font-size: 12px; font-weight: 570; letter-spacing: .2em; line-height: 1; text-transform: uppercase; } .filter-drawer summary { display: inline-flex; align-items: center; min-height: 42px; cursor: pointer; list-style: none; } .filter-drawer summary::-webkit-details-marker { display: none; } .filter-drawer summary::after { content: ""; width: 7px; height: 7px; margin-left: 12px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: translateY(-3px) rotate(45deg); } .filter-drawer[open] summary::after { transform: translateY(1px) rotate(225deg); } .filters { position: absolute; top: calc(100% + 12px); left: 0; z-index: 34; width: min(640px, calc(100vw - 72px)); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; padding: 18px; border: 1px solid rgba(94, 78, 60, .14); background: var(--paper); box-shadow: 0 18px 38px rgba(48, 39, 31, .08); } .filters button { min-height: 38px; padding: 8px 10px; border: 0; border-bottom: 1px solid transparent; background: transparent; color: rgba(32,29,25,.58); cursor: pointer; font-size: 11px; font-weight: 540; letter-spacing: .15em; line-height: 1.15; text-align: left; text-transform: uppercase; } .filters button:hover, .filters button.active { border-bottom-color: rgba(94, 78, 60, .52); background: transparent; color: var(--accent); } .sort-wrap, .search-wrap { display: inline-grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 12px; } .sort-wrap select, .search-wrap input { width: 100%; min-height: 42px; border: 0; border-bottom: 1px solid rgba(94, 78, 60, .24); border-radius: 0; background: transparent; color: rgba(32,29,25,.68); font: inherit; font-size: 13px; outline-offset: 4px; } .sort-wrap select { min-width: 178px; cursor: pointer; } .search-wrap input::placeholder { color: rgba(32,29,25,.38); } .catalog-count { margin: 0; color: rgba(32,29,25,.52); font-size: 12px; letter-spacing: .08em; text-align: right; text-transform: uppercase; } .catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(38px, 5vw, 64px) clamp(18px, 3.2vw, 42px); } .catalog-card .product-cover { aspect-ratio: 1 / 1.06; background: transparent; } .catalog-card .product-cover img { object-fit: cover; padding: 0; background: transparent; } .catalog-card .product-cover em { display: none; } .catalog-card[data-status="sold"] .product-cover em { display: inline-flex; left: auto; right: 10px; top: 10px; background: rgba(231, 226, 220, .88); color: rgba(32,29,25,.62); font-size: 10px; font-weight: 560; letter-spacing: .12em; text-transform: uppercase; } .catalog-card .product-body { gap: 5px; padding: 13px 0 0; } .catalog-card .product-body h3 { order: 1; color: var(--accent); font-size: 12px; font-weight: 560; letter-spacing: .12em; line-height: 1.25; text-transform: uppercase; } .catalog-card .product-meta { order: 2; display: grid; gap: 2px; color: rgba(32,29,25,.54); font-size: 11px; letter-spacing: .08em; line-height: 1.3; text-transform: uppercase; } .catalog-card .product-meta strong { color: rgba(32,29,25,.44); font-size: 10px; font-weight: 520; letter-spacing: .14em; } .catalog-card .product-meta span { color: var(--accent); font-size: 13px; font-weight: 560; letter-spacing: 0; text-transform: none; } .catalog-card .product-meta span::before { content: "Prix de vente"; display: block; margin-bottom: 1px; color: rgba(32,29,25,.44); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; } .catalog-card .card-actions { order: 3; justify-content: flex-start; gap: 16px; margin-top: 4px; opacity: .72; } .catalog-card .text-link, .catalog-card .mini-button { min-height: auto; padding: 0 !important; border: 0; background: transparent; color: rgba(32,29,25,.58); font-size: 11px; font-weight: 540; letter-spacing: .12em; line-height: 1.25; text-transform: uppercase; } .catalog-card .mini-button:hover, .catalog-card .text-link:hover { color: var(--accent); text-decoration: underline; text-underline-offset: 4px; } .back-link { grid-column: 1 / -1; display: inline-block; width: max-content; margin: 0 0 18px; color: rgba(32,29,25,.58); font-size: 12px; font-weight: 560; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; } .product-page { display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(360px, .72fr); gap: clamp(34px, 5vw, 78px); align-items: start; } .product-gallery { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 24px; align-items: start; } .product-thumbs { grid-column: 1; grid-row: 1; position: sticky; top: 132px; display: grid; grid-template-columns: 1fr; gap: 14px; pointer-events: auto; } .product-thumbs a { display: block; border: 1px solid rgba(94, 78, 60, .16); background: rgba(255,253,250,.56); } .product-thumbs img { display: block; width: 100%; aspect-ratio: 1 / 1.15; object-fit: cover; } .product-shots { grid-column: 2; grid-row: 1; display: grid; gap: 28px; } .product-shot, .empty-shot { overflow: hidden; background: rgba(255,253,250,.54); text-decoration: none; } .product-shot img { display: block; width: 100%; aspect-ratio: 1 / 1.16; object-fit: cover; background: transparent; } .empty-shot { display: grid; min-height: 520px; place-items: center; color: var(--muted); } .product-info { position: sticky; top: 132px; padding: 0; border: 0; background: transparent; box-shadow: none; } .product-reference { margin: 0 0 14px; color: rgba(32,29,25,.52); font-size: 12px; letter-spacing: .16em; line-height: 1; text-transform: uppercase; } .product-info h1 { margin: 0 0 18px; color: var(--accent); font-family: var(--font-display); font-size: clamp(26px, 3vw, 40px); font-weight: 400; letter-spacing: .14em; line-height: 1.08; text-transform: uppercase; } .price { display: grid; gap: 5px; margin: 0 0 24px; color: var(--accent); font-size: 18px; font-weight: 560; } .price span { color: rgba(32,29,25,.48); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; } .price strong { font: inherit; } .price small, .summary-lines small { display: block; margin-top: 3px; color: rgba(32,29,25,.48); font-size: 11px; font-weight: 400; letter-spacing: .08em; line-height: 1.2; text-transform: uppercase; } .product-bullets { display: grid; gap: 9px; margin: 0 0 28px; padding-left: 18px; color: rgba(32,29,25,.72); line-height: 1.45; } .purchase-actions { display: grid; gap: 10px; margin-top: 0; } .product-accordions { display: grid; margin-top: 26px; border-top: 1px solid rgba(94, 78, 60, .16); } .product-accordions details { border-bottom: 1px solid rgba(94, 78, 60, .16); } .product-accordions summary { padding: 17px 0; cursor: pointer; color: var(--accent); font-size: 12px; font-weight: 560; letter-spacing: .16em; text-transform: uppercase; } .product-accordions p { margin: 0 0 17px; color: rgba(32,29,25,.64); font-size: 14px; line-height: 1.55; } dl { display: grid; gap: 9px; margin: 18px 0; } dl div { display: grid; grid-template-columns: 98px 1fr; gap: 10px; padding-bottom: 9px; border-bottom: 1px solid rgba(223, 213, 201, .72); } dt { color: var(--muted); } dd { margin: 0; } .hint { color: rgba(32,29,25,.58); font-size: 12px; line-height: 1.45; } .shop-layout, .checkout-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 20px; align-items: start; } .checkout-page { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 420px); gap: clamp(28px, 4.5vw, 62px); align-items: start; } .cart-panel, .checkout-box, .checkout-form, .account-panel, .policy-stack article, .contact-card { border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper-2); box-shadow: 0 10px 28px rgba(55, 42, 30, .06); } .cart-panel, .checkout-box, .checkout-form, .account-panel { padding: 20px; } .checkout-flow { display: grid; gap: 0; padding: 0; border: 0; background: transparent; box-shadow: none; } .checkout-title { display: flex; justify-content: space-between; gap: 20px; align-items: end; padding: 0 0 18px; } .checkout-title h1 { margin: 0; color: #000; font-family: var(--font-body); font-size: 30px; font-weight: 600; line-height: 1.2; } .checkout-title a { color: rgba(32,29,25,.38); text-underline-offset: 3px; } .checkout-step { display: grid; gap: 16px; padding: 0 0 34px; border-bottom: 0; } .checkout-step-title { display: flex; align-items: baseline; gap: 14px; } .checkout-step-title span { color: rgba(32,29,25,.42); font-size: 11px; letter-spacing: .18em; } .checkout-step-title h2, .checkout-summary h2 { margin: 0; color: #000; font-family: var(--font-body); font-size: 30px; font-weight: 600; line-height: 1.2; } .checkout-step-note { margin: -8px 0 8px; color: rgba(32,29,25,.58); max-width: 58ch; font-size: 13px; line-height: 1.45; } .checkout-field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; } .checkout-field-grid label:nth-child(3) { grid-column: 1 / -1; } .checkout-payment-step { border-bottom: 0; } .checkout-submit { width: 100%; min-height: 56px; } .checkout-large-field input, .checkout-form input, .checkout-form textarea { min-height: 56px; border-radius: 10px; } .checkout-checkbox { display: flex !important; grid-template-columns: none !important; flex-direction: row; align-items: center; gap: 14px !important; color: #000 !important; font-size: 16px; font-weight: 400 !important; } .checkout-checkbox input { width: 28px !important; height: 28px; min-height: 0; accent-color: #d0cac2; } .shipping-card, .payment-method-panel { overflow: hidden; border: 1px solid rgba(32,29,25,.16); border-radius: 12px; background: #fff; } .shipping-card { display: flex; align-items: start; justify-content: space-between; gap: 20px; padding: 24px; } .shipping-card div { display: grid; gap: 7px; } .shipping-card strong { color: #000; font-size: 16px; } .shipping-card span, .shipping-card small { color: rgba(32,29,25,.58); } .payment-method-panel { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 22px; padding: 22px; } .payment-method-panel > div:first-child { display: grid; gap: 7px; } .payment-method-panel strong { color: #000; font-size: 16px; } .payment-method-panel span { color: rgba(32,29,25,.58); font-size: 13px; line-height: 1.45; } .payment-method-badges { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 8px; } .card-badges { margin-left: auto; display: inline-flex; align-items: center; gap: 8px; } .card-brand { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 34px; border: 1px solid rgba(32,29,25,.14); border-radius: 5px; background: #fff; box-shadow: 0 1px 1px rgba(32,29,25,.04); font-size: 12px; font-weight: 800; line-height: 1; } .card-brand.visa { color: #1434cb; font-style: italic; letter-spacing: -.03em; } .card-brand.mastercard { position: relative; gap: 0; } .card-brand.mastercard i { width: 19px; height: 19px; border-radius: 999px; background: #eb001b; } .card-brand.mastercard i + i { margin-left: -6px; background: rgba(247,158,27,.92); mix-blend-mode: multiply; } .card-brand.amex { background: #0178c7; color: #fff; font-size: 10px; letter-spacing: -.03em; } .twint-badge { margin-left: auto; display: inline-flex; align-items: center; gap: 5px; min-width: 58px; height: 32px; padding: 0 8px; border-radius: 5px; background: #050505; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: -.02em; } .twint-badge i { width: 12px; height: 12px; border-radius: 3px; background: linear-gradient(135deg, #f47b20 0 45%, #fff 45% 55%, #1e8fd5 55% 100%); transform: rotate(45deg); } .payment-method-badges .card-badges, .payment-method-badges .twint-badge { margin-left: 0; } .checkout-box { position: sticky; top: 96px; } .checkout-summary { top: 132px; padding: 24px; } .admin-shell { width: min(1740px, 100% - 24px); margin: 0 auto 72px; } .admin-locked, .admin-console { border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: clamp(16px, 2vw, 28px); } .admin-actions { display: grid; gap: 12px; margin-bottom: 22px; } .admin-actions form { display: grid; grid-template-columns: minmax(220px, 1fr) auto; gap: 12px; align-items: end; } .admin-tabs { display: flex; gap: 8px; border-bottom: 1px solid var(--line); margin-bottom: 18px; } .admin-tabs button { border: 0; border-bottom: 2px solid transparent; background: transparent; padding: 12px 10px; color: var(--muted); font: inherit; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; } .admin-tabs button.active { border-color: var(--ink); color: var(--ink); } .admin-panel { display: none; } .admin-panel.active { display: block; } .admin-table { display: grid; gap: 10px; } .admin-row { display: grid; grid-template-columns: minmax(170px, 1.1fr) repeat(auto-fit, minmax(120px, 1fr)); gap: 10px; align-items: center; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: #fbfaf8; } .admin-row strong, .admin-row span, .admin-row small { overflow-wrap: anywhere; } .admin-row small { color: var(--muted); font-size: 12px; } .admin-row input, .admin-row select { min-height: 38px; border: 1px solid var(--line); border-radius: 6px; padding: 0 10px; background: #fff; font: inherit; font-size: 13px; } .admin-row button { min-height: 38px; padding: 0 12px; } .admin-row.product-admin-row { grid-template-columns: repeat(4, minmax(180px, 1fr)); align-items: end; gap: 16px 18px; padding: 20px; border-radius: 10px; background: #fffdf9; box-shadow: 0 14px 34px rgba(32,29,25,.045); } .product-admin-row label { display: grid; grid-column: span 1; gap: 6px; color: var(--muted); font-size: 11px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; } .product-admin-row input, .product-admin-row select { width: 100%; } .product-admin-row label:first-child, .product-admin-row label:nth-child(4), .product-admin-row label:nth-child(5), .product-admin-row label:nth-child(6), .product-admin-row label:nth-child(8), .product-admin-row label:nth-child(9) { grid-column: span 1; } .product-admin-row label:nth-child(2), .product-admin-row label:nth-child(3), .product-admin-row label:nth-child(7) { grid-column: span 2; } .product-admin-row button { grid-column: 4 / 5; justify-self: end; min-width: 150px; } .admin-banner-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 18px; } .admin-banner-card { display: grid; gap: 12px; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: #fffdf9; } .admin-banner-card img { width: 100%; aspect-ratio: 1920 / 900; object-fit: cover; display: block; background: var(--paper); } .admin-banner-card strong { display: block; color: var(--ink); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; } .admin-banner-card code { display: block; padding: 8px; border: 1px solid var(--line); border-radius: 6px; background: #fff; color: var(--muted); font-size: 12px; overflow-wrap: anywhere; } .admin-banner-meta { display: flex; flex-wrap: wrap; gap: 6px; } .admin-banner-meta span { border: 1px solid var(--line); border-radius: 999px; padding: 4px 8px; color: var(--muted); font-size: 11px; } .account-auth-page { display: grid; place-items: center; width: min(100% - 32px, 760px); min-height: clamp(560px, 72vh, 760px); margin: 0 auto 72px; } .auth-card { width: min(100%, 460px); padding: clamp(24px, 4vw, 42px); border: 1px solid var(--line); border-radius: 8px; background: var(--paper-2); box-shadow: 0 10px 28px rgba(55, 42, 30, .06); } .register-page .auth-card { width: min(100%, 560px); } .auth-card h1 { margin: 0 0 10px; font-family: var(--font-body); font-size: clamp(28px, 4vw, 38px); line-height: 1.1; } .auth-card > p { margin: 0 0 22px; color: var(--muted); line-height: 1.55; } .auth-card .checkout-form { max-width: none; margin-top: 0; padding: 0; border: 0; background: transparent; box-shadow: none; } .auth-card .button { width: 100%; } .auth-switch { margin: 16px 0 0 !important; text-align: center; font-size: 13px; } .auth-switch a { color: var(--ink); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; } .auth-card .hint { margin-top: 12px; text-align: center; } .checkout-summary-head { padding-bottom: 18px; border-bottom: 1px solid var(--line); } .checkout-summary-list { max-height: 420px; overflow-y: auto; padding: 18px 0 4px; } .checkout-summary .cart-item { grid-template-columns: 78px minmax(0, 1fr) auto; } .checkout-summary .cart-item img { width: 78px; } .checkout-summary .cart-item h3 { font-size: 19px; } .checkout-empty { min-height: 0; padding: 20px 0 8px; } .checkout-trust-list { display: grid; gap: 8px; margin: 18px 0; color: rgba(32,29,25,.62); font-size: 13px; } .checkout-trust-list span { position: relative; padding-left: 18px; } .checkout-trust-list span::before { content: ""; position: absolute; left: 0; top: .55em; width: 6px; height: 6px; border-radius: 50%; background: rgb(102, 70, 60); } .empty-cart { display: grid; gap: 10px; min-height: 280px; place-items: start; align-content: center; color: var(--muted); } .cart-list { display: grid; gap: 12px; } .cart-item { display: grid; grid-template-columns: 96px minmax(0, 1fr) auto; gap: 12px; align-items: center; padding-bottom: 12px; border-bottom: 1px solid var(--line); } .cart-item:last-child { border-bottom: 0; padding-bottom: 0; } .cart-item img { width: 96px; aspect-ratio: 1 / 1; object-fit: cover; border-radius: var(--radius); background: var(--sage); } .cart-item h3 { margin: 0 0 4px; font-family: var(--font-display); font-size: 24px; line-height: 1; } .cart-item p { margin: 0; color: var(--muted); font-size: 14px; } .cart-item button { border: 0; background: transparent; color: var(--accent); cursor: pointer; font: inherit; font-weight: 750; } .cart-drawer-layer { position: fixed; inset: 0; z-index: 220; pointer-events: none; visibility: hidden; overflow: hidden; } .cart-drawer-backdrop { position: absolute; inset: 0; border: 0; background: rgba(32, 29, 25, .22); opacity: 0; transition: opacity .24s ease; } .cart-drawer { position: absolute; top: 0; right: 0; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; width: min(430px, calc(100vw - 20px)); height: 100%; padding: 28px; background: var(--paper-2); box-shadow: -18px 0 44px rgba(32, 29, 25, .14); transform: translateX(102%); transition: transform .28s ease; } .cart-drawer-layer.is-open { pointer-events: auto; visibility: visible; } .cart-drawer-layer.is-open .cart-drawer-backdrop { opacity: 1; } .cart-drawer-layer.is-open .cart-drawer { transform: translateX(0); } .cart-drawer-layer:not(.is-open) .cart-drawer { display: none; } body.cart-drawer-open { overflow: hidden; } .cart-drawer-head { display: flex; align-items: start; justify-content: space-between; gap: 18px; padding-bottom: 22px; border-bottom: 1px solid var(--line); } .cart-drawer-head h2 { margin: 6px 0 0; color: rgb(102, 70, 60); font-family: var(--font-display); font-size: 28px; font-weight: 400; line-height: 39px; } .cart-drawer-close { width: 36px; height: 36px; border: 0; background: transparent; color: var(--accent); cursor: pointer; font: inherit; font-size: 28px; line-height: 1; } .drawer-cart-list { align-content: start; overflow-y: auto; padding: 18px 2px 18px 0; } .cart-drawer .empty-cart { min-height: 0; align-content: start; padding-top: 24px; } .cart-drawer .cart-item { grid-template-columns: 82px minmax(0, 1fr) auto; } .cart-drawer .cart-item img { width: 82px; } .cart-drawer .cart-item h3 { font-size: 20px; } .cart-drawer .cart-item button { font-size: 12px; } .cart-drawer-summary { padding-top: 18px; border-top: 1px solid var(--line); } .cart-drawer-summary .button { width: 100%; } .cart-drawer-summary .text-link { margin-top: 12px; text-align: center; } .summary-lines { margin: 14px 0; } .summary-lines div { grid-template-columns: 1fr auto; } .summary-lines dd { text-align: right; } .checkout-form { display: grid; gap: 14px; } .checkout-form label { display: grid; gap: 7px; color: var(--muted); font-weight: 700; } .checkout-form input, .checkout-form textarea { width: 100%; border: 1px solid var(--line); border-radius: var(--radius); padding: 12px; background: var(--panel); color: var(--ink); font: inherit; } .contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; } .contact-card { display: grid; gap: 6px; padding: 20px; text-decoration: none; } .contact-card strong { font-family: var(--font-display); font-size: 30px; line-height: .95; color: var(--ink); } .contact-card span { color: var(--muted); } .contact-form-section { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 20px; align-items: start; margin-top: 20px; } .payment-methods { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; } .payment-methods span { padding: 7px 10px; border-radius: 999px; background: var(--sage); color: var(--ink); font-size: 13px; font-weight: 750; } .checkout-assurance, .trust-list { display: grid; gap: 8px; } .checkout-assurance { grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0 0 20px; border: 1px solid var(--line); background: var(--paper-2); box-shadow: 0 10px 28px rgba(55, 42, 30, .05); } .checkout-assurance div { display: grid; gap: 4px; min-height: 92px; padding: 18px; border-right: 1px solid var(--line); } .checkout-assurance div:last-child { border-right: 0; } .checkout-assurance strong { font-size: 17px; } .checkout-assurance span, .trust-list span { color: var(--muted); } .trust-list { margin: 14px 0; } .trust-list span { position: relative; padding-left: 18px; font-size: 14px; } .trust-list span::before { content: ""; position: absolute; left: 0; top: .55em; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); } .account-panel ul { margin: 14px 0 20px; padding-left: 20px; color: var(--muted); line-height: 1.8; } .compact-form { max-width: 520px; margin-top: 16px; } .account-dashboard { width: min(980px, 100%); margin: 0 auto 72px; padding: clamp(22px, 3vw, 34px); border-radius: 8px; } .account-topline { display: flex; justify-content: space-between; gap: 16px; align-items: start; margin-bottom: 22px; padding-bottom: 22px; border-bottom: 1px solid var(--line); } .account-topline h2 { margin: 0; font-family: var(--font-body); font-size: clamp(20px, 3vw, 28px); line-height: 1.15; } .account-topline span { display: block; margin-top: 6px; color: var(--muted); font-size: 13px; } .account-tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; max-width: 430px; margin: 0 0 28px; padding: 4px; border: 1px solid rgba(32,29,25,.1); border-radius: 999px; background: #f4f1ed; } .account-tabs button { border: 0; border-radius: 999px; background: transparent; padding: 12px 16px; color: var(--muted); font: inherit; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; transition: background .18s ease, color .18s ease, box-shadow .18s ease; } .account-tabs button.active { background: #fff; color: var(--ink); box-shadow: 0 3px 10px rgba(55,42,30,.08); } .account-tab-panel { display: none; } .account-tab-panel.active { display: block; } .account-panel-head { display: flex; justify-content: space-between; gap: 16px; align-items: end; margin-bottom: 18px; } .account-panel-head h2 { margin: 0; font-family: var(--font-display); color: var(--accent); font-size: clamp(28px, 4vw, 38px); font-weight: 400; line-height: 1.05; } .profile-form { max-width: none; padding: 0; border: 0; background: transparent; box-shadow: none; } .profile-section { display: grid; gap: 14px; margin-bottom: 18px; padding: clamp(16px, 2.4vw, 22px); border: 1px solid rgba(32,29,25,.1); border-radius: 8px; background: #fbfaf8; } .profile-section h3 { margin: 0; font-family: var(--font-body); font-size: 16px; letter-spacing: .02em; } .profile-section .checkout-field-grid label:nth-child(3) { grid-column: auto; } .password-change { margin-top: 8px; } .order-list { display: grid; gap: 12px; margin-top: 14px; } .order-card { display: grid; grid-template-columns: minmax(160px, 1.2fr) .8fr .8fr auto; gap: 12px; align-items: center; padding: 16px; border: 1px solid rgba(32,29,25,.1); border-radius: 8px; background: #fbfaf8; } .order-card span, .order-card small { color: var(--muted); } .policy-stack { display: grid; gap: 14px; max-width: 880px; } .policy-stack article { padding: 20px; } .policy-stack h2 { margin: 0 0 8px; font-family: var(--font-display); font-size: 34px; line-height: .95; } .policy-stack p { margin: 0; color: var(--muted); line-height: 1.6; } .site-footer { display: grid; grid-template-columns: minmax(240px, .9fr) minmax(0, 1.4fr); gap: 18px; width: calc(100% - 32px); max-width: var(--max); margin: 0 auto; padding: 28px 0; border-top: 1px solid var(--line); } .footer-brand { display: flex; gap: 12px; align-items: center; } .footer-brand img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; border: 1px solid var(--line); } .site-footer p { margin: 6px 0 0; color: var(--muted); } .footer-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; } .footer-columns div { display: grid; gap: 7px; align-content: start; } .footer-columns h2 { margin: 0 0 4px; font-size: 14px; color: var(--ink); } .footer-columns a, .footer-columns span { color: var(--muted); font-size: 14px; } .footer-legal { grid-column: 1 / -1; font-size: 13px; } [hidden] { display: none !important; } @media (max-width: 840px) { .site-header { color: rgba(255,253,248,.95); } .site-header.is-scrolled .header-inner, .site-header:hover .header-inner, .site-header:focus-within .header-inner { background: rgba(255,253,250,.94); color: var(--accent); backdrop-filter: blur(14px); } .announcement-bar { min-height: 52px; padding: 9px 46px; font-size: 12px; line-height: 1.55; letter-spacing: .34em; } .announcement-bar::before, .announcement-bar::after { content: ""; position: absolute; top: 22px; width: 16px; height: 16px; border-top: 1px solid currentColor; opacity: .85; } .announcement-bar::before { left: 24px; border-left: 1px solid currentColor; transform: rotate(-45deg); } .announcement-bar::after { right: 24px; border-right: 1px solid currentColor; transform: rotate(45deg); } .header-inner { width: 100%; min-height: 86px; padding: 0 24px; display: grid; grid-template-columns: 56px minmax(0, 1fr) 96px; gap: 0; background: transparent; color: inherit; backdrop-filter: none; } .brand { grid-column: 2; justify-self: center; align-self: center; } .brand-mark { width: 52px; height: 52px; background: rgba(255,253,248,.12); border-color: rgba(255,253,248,.72); } .site-header.is-scrolled .brand-mark, .site-header:hover .brand-mark, .site-header:focus-within .brand-mark { background: rgba(255,253,248,.96); border-color: rgba(94,78,60,.18); } .menu-toggle { position: relative; grid-column: 1; grid-row: 1; display: inline-grid; place-items: center; justify-self: start; align-self: center; width: 48px; height: 48px; min-height: 48px; padding: 0; border: 0; background: transparent; color: inherit; font-size: 0; } .menu-toggle::before, .menu-toggle::after, .menu-toggle span { content: ""; display: block; width: 28px; height: 1.5px; background: currentColor; box-shadow: 0 9px 0 currentColor; } .menu-toggle::after { position: absolute; box-shadow: none; transform: translateY(9px); } .menu-toggle[aria-expanded="true"]::before { box-shadow: none; transform: rotate(45deg); } .menu-toggle[aria-expanded="true"]::after { transform: rotate(-45deg); } .mobile-header-actions { grid-column: 3; grid-row: 1; display: flex; justify-content: flex-end; align-items: center; gap: 13px; color: inherit; } .mobile-header-actions .icon-link { min-width: 32px; padding: 0; color: inherit; border: 0; } .mobile-header-actions .icon-link svg { width: 31px; height: 31px; stroke-width: 1.45; } .mobile-header-actions .cart-link span[data-cart-count] { position: absolute; transform: translate(15px, -13px); } nav { position: absolute; top: 86px; left: 50%; right: auto; bottom: auto; width: 100vw; min-height: calc(100dvh - 138px); transform: translateX(-50%); grid-column: 1 / -1; grid-row: auto; display: none; grid-template-columns: 1fr; align-content: start; justify-content: stretch; white-space: normal; gap: 0; padding: 24px 28px 34px; border: 0; border-top: 1px solid rgba(94,78,60,.12); border-radius: 0; background: rgba(238, 234, 228, .98); box-shadow: none; pointer-events: auto; overflow-y: auto; } nav.open { display: grid; } .nav-left, .nav-right { display: grid; grid-template-columns: 1fr; gap: 0; padding: 0; } .nav-item { display: grid; } .mega-menu { display: none; } body:has(.landing-hero) nav.open a { color: var(--accent); text-shadow: none; } body:has(.landing-hero) nav.open a[aria-current="page"], body:has(.landing-hero) nav.open .cart-link span[data-cart-count] { background: transparent; color: var(--accent); border-color: transparent; } nav a { min-height: 54px; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid rgba(94,78,60,.12); background: transparent !important; color: var(--accent); text-align: center; font-size: 13px; letter-spacing: .28em; } nav .icon-link { min-height: 54px; } nav .nav-right .icon-link { display: none; } .hero, .split-section, .how-to, .product-page { grid-template-columns: 1fr; } .landing-hero { min-height: calc(100dvh - 52px); } .landing-media video, .landing-media img { object-position: center center; } .landing-collage { grid-template-columns: 1fr 1fr; grid-template-rows: 1.05fr .82fr .95fr; gap: 8px; padding: 8px; } .landing-collage .tile-1 { grid-column: 1 / 3; grid-row: 1; } .landing-collage .tile-2 { grid-column: 1; grid-row: 2; } .landing-collage .tile-3 { grid-column: 2; grid-row: 2 / 4; } .landing-collage .tile-4 { grid-column: 1; grid-row: 3; } .landing-collage .tile-5 { display: none; } .landing-overlay { background: radial-gradient(circle at 50% 46%, rgba(20,16,13,.45), rgba(20,16,13,.2) 38%, rgba(20,16,13,.12) 72%), linear-gradient(0deg, rgba(35,27,23,.16), rgba(35,27,23,0) 44%); } .landing-copy { padding-top: 138px; padding-bottom: 42px; } .landing-copy h1 { font-size: clamp(34px, 9vw, 54px); letter-spacing: .22em; } .landing-copy p { font-size: 12px; letter-spacing: .24em; } .hero { min-height: auto; } .hero h1, .page-intro h1 { font-size: clamp(34px, 11vw, 52px); } .hero-showcase { grid-template-columns: 1fr; } .hero-thumbs { grid-template-columns: 1fr 1fr; } .hero-media { aspect-ratio: 1 / 1; } .brand-statement { grid-template-columns: 1fr; align-items: start; } .brand-statement p { font-size: clamp(22px, 7vw, 34px); } .shop-categories { padding: 46px 0 52px; overflow: hidden; } .category-grid { display: flex; gap: 14px; overflow-x: auto; padding: 0 20px 6px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; } .category-grid::-webkit-scrollbar { display: none; } .category-card { flex: 0 0 min(76vw, 310px); min-height: 360px; scroll-snap-align: start; } .category-card span { bottom: 30px; min-width: min(210px, calc(100% - 48px)); } .service-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); } .service-strip div:nth-child(2n) { border-right: 0; } .newsletter-band { grid-template-columns: 1fr; } .newsletter-form { grid-template-columns: 1fr; } .featured, .compact-grid { display: flex; grid-template-columns: none; gap: 14px; overflow-x: auto; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); padding: 0 20px 8px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; } .featured::-webkit-scrollbar, .compact-grid::-webkit-scrollbar { display: none; } .featured .product-card, .compact-grid .product-card { flex: 0 0 min(74vw, 300px); scroll-snap-align: start; } .featured .product-cover, .compact-grid .product-cover { aspect-ratio: 1 / 1.14; } .catalog-tools { position: static; grid-template-columns: 1fr; } body:has(.catalogue-hero) .header-inner { width: calc(100% - 24px); padding-left: 0; padding-right: 0; background: transparent; backdrop-filter: none; } .catalogue-hero { height: 520px; min-height: 0; margin-bottom: 26px; } .catalogue-hero h1 { margin-top: 118px; font-size: clamp(28px, 8vw, 42px); letter-spacing: .18em; } .atelier-hero { height: 520px; margin-bottom: 34px; } .atelier-hero h1 { font-size: clamp(34px, 10vw, 52px); letter-spacing: .2em; } .atelier-principles { grid-template-columns: 1fr; margin-bottom: 42px; } .atelier-principles article { min-height: 0; padding: 24px; } .atelier-process { grid-template-columns: 1fr; padding-bottom: 48px; } .atelier-custom { grid-template-columns: 1fr; justify-items: start; } .catalog-tool-row { grid-template-columns: 1fr; justify-content: stretch; align-items: stretch; gap: 8px; } .filter-drawer summary { min-height: 38px; } .filters { position: static; width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 8px; box-shadow: none; } .sort-wrap, .search-wrap { grid-template-columns: 96px minmax(0, 1fr); } .catalog-count { text-align: left; } .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 14px; } .catalogue-intro h1 { font-size: clamp(22px, 7vw, 34px); letter-spacing: .18em; } .product-info { position: static; } .product-page, .product-gallery, .product-shots { min-width: 0; max-width: 100%; } .product-gallery { grid-template-columns: 1fr; gap: 14px; overflow: hidden; } .product-thumbs { display: none; } .product-shots { grid-column: 1; grid-row: auto; display: grid; grid-template-columns: 1fr; gap: 10px; overflow: visible; padding-bottom: 0; } .product-shot { width: 100%; max-width: 100%; } .product-shot img { aspect-ratio: 1 / 1.12; } .shop-layout, .checkout-grid, .checkout-page, .contact-grid, .contact-form-section { grid-template-columns: 1fr; } .checkout-field-grid { grid-template-columns: 1fr; } .checkout-field-grid label:first-child { grid-column: auto; } .account-topline, .account-panel-head { align-items: start; flex-direction: column; } .account-tabs { max-width: none; } .order-card { grid-template-columns: 1fr; } .payment-method-panel { grid-template-columns: 1fr; align-items: start; } .payment-method-badges { justify-content: flex-start; } .admin-actions form, .admin-row { grid-template-columns: 1fr; } .admin-row.product-admin-row { grid-template-columns: 1fr; } .product-admin-row label, .product-admin-row label:nth-child(2), .product-admin-row label:nth-child(3), .product-admin-row label:nth-child(7), .product-admin-row button { grid-column: auto; } .checkout-assurance { grid-template-columns: 1fr; } .checkout-assurance div { border-right: 0; border-bottom: 1px solid var(--line); } .checkout-assurance div:last-child { border-bottom: 0; } .checkout-box, .checkout-summary { position: static; } .product-gallery .main-shot { grid-column: auto; } .site-footer { grid-template-columns: 1fr; } .footer-columns { grid-template-columns: 1fr 1fr; } } @media (max-width: 520px) { .site-main, .site-footer { width: auto; margin-left: 12px; margin-right: 12px; } .header-inner { width: 100%; margin-left: 0; margin-right: 0; padding-left: 20px; padding-right: 20px; grid-template-columns: 52px minmax(0, 1fr) 90px; } body:has(.checkout-page) .site-header { padding-left: 12px; padding-right: 12px; } .checkout-brand span:last-child { font-size: 18px; } body:has(.landing-hero) .header-inner { margin-left: 0; margin-right: 0; } .landing-copy { width: auto; margin-left: 12px; margin-right: 12px; } nav a { padding: 8px 9px; } .brand { min-width: 0; } .brand-copy small { display: none; } .announcement-bar { font-size: 11px; letter-spacing: .28em; padding-left: 42px; padding-right: 42px; } .brand-statement { padding: 20px 0; } .service-strip { grid-template-columns: 1fr; } .service-strip div { border-right: 0; border-bottom: 1px solid rgba(221,216,207,.72); } .service-strip div:last-child { border-bottom: 0; } .filters { display: grid; grid-template-columns: 1fr; padding: 12px; } .filters button { width: 100%; } .featured .product-card, .compact-grid .product-card { flex-basis: 76vw; } .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 12px; } .catalog-card .card-actions { display: grid; gap: 6px; } .catalog-card .product-body h3 { font-size: 11px; letter-spacing: .09em; } .catalog-card .product-meta span { font-size: 12px; } .cart-item { grid-template-columns: 76px minmax(0, 1fr); } .cart-item img { width: 76px; } .cart-item button { grid-column: 2; justify-self: start; } .account-topline, .order-card { grid-template-columns: 1fr; } .mood-grid { grid-template-columns: 1fr; } .mood-grid img:first-child { grid-row: auto; aspect-ratio: 1 / 1; } .footer-columns { grid-template-columns: 1fr; } }