:root {
    --ink: #1c1d19;
    --ink-soft: #4f504a;
    --ivory: #f5f2eb;
    --paper: #fbfaf7;
    --sand: #ded6c8;
    --line: rgba(28, 29, 25, .16);
    --bronze: #9c744d;
    --bronze-dark: #795536;
    --white: #fff;
    --serif: "Prata", Georgia, serif;
    --sans: "Manrope", Arial, sans-serif;
    --header-height: 78px;
    --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--sans);
    font-size: 15px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
body.menu-open, body.modal-open { overflow: hidden; }
html.intro-pending, html.intro-pending body { overflow: hidden; }
html.page-arriving, html.page-arriving body, body.page-leaving { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button { padding: 0; border: 0; background: none; }
p, h1, h2, h3 { margin-top: 0; }
::selection { color: var(--white); background: var(--bronze); }
.shell { width: min(100% - 80px, 1360px); margin-inline: auto; }
.section-space { padding-block: 130px; }
.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;
}
.skip-link {
    position: fixed; top: 8px; left: 8px; z-index: 9999; padding: 10px 16px;
    color: var(--white); background: var(--ink); transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
.mobile-only { display: none !important; }

.site-intro {
    position: fixed; inset: 0; z-index: 10000; display: grid; place-items: center;
    overflow: hidden; color: #f3eee3; background:
        radial-gradient(circle at 50% 44%, rgba(156, 116, 77, .14), transparent 31%),
        linear-gradient(135deg, #11120f 0%, #1c1d19 52%, #12130f 100%);
    visibility: hidden; opacity: 0; pointer-events: none; isolation: isolate;
    transition: opacity .68s var(--ease), visibility 0s .68s;
}
.intro-pending .site-intro { visibility: visible; opacity: 1; pointer-events: auto; transition: none; }
.site-intro.is-leaving { visibility: hidden; opacity: 0; pointer-events: none; transition: opacity .68s var(--ease), visibility 0s .68s; }
.site-intro::before {
    content: ""; position: absolute; inset: 18px; z-index: 2; border: 1px solid rgba(222, 214, 200, .12);
    opacity: 0; transform: scale(.985); pointer-events: none;
}
.site-intro.is-playing::before { animation: intro-frame 1.3s .12s var(--ease) forwards; }
.site-intro__atmosphere { position: absolute; inset: 0; overflow: hidden; opacity: 0; }
.site-intro__atmosphere span {
    position: absolute; border-radius: 50%; background: rgba(197, 154, 95, .07);
    filter: blur(45px); transform: scale(.7);
}
.site-intro__atmosphere span:nth-child(1) { width: 38vw; height: 38vw; top: -22vw; left: 4vw; }
.site-intro__atmosphere span:nth-child(2) { width: 28vw; height: 28vw; right: 7vw; bottom: -13vw; }
.site-intro__atmosphere span:nth-child(3) { width: 12vw; height: 45vw; left: 47%; top: 18%; transform: rotate(28deg); }
.site-intro.is-playing .site-intro__atmosphere { animation: intro-atmosphere 2.4s ease forwards; }
.site-intro.is-playing .site-intro__atmosphere span:nth-child(1) { animation: intro-drift-one 3.2s ease-out forwards; }
.site-intro.is-playing .site-intro__atmosphere span:nth-child(2) { animation: intro-drift-two 3.2s ease-out forwards; }
.site-intro__stage {
    position: relative; z-index: 3; width: min(480px, calc(100vw - 48px)); min-height: 420px;
    display: flex; align-items: center; justify-content: center; flex-direction: column;
    transition: transform .75s var(--ease), filter .75s var(--ease);
}
.site-intro.is-leaving .site-intro__stage { transform: scale(1.045); filter: blur(5px); }
.site-intro__orbit { position: absolute; top: 50%; left: 50%; width: min(72vw, 410px); aspect-ratio: 1; transform: translate(-50%, -54%); }
.site-intro__orbit i {
    position: absolute; inset: 0; border: 1px solid rgba(218, 186, 138, .25); border-radius: 50%;
    opacity: 0; transform: scale(.42) rotate(-18deg);
}
.site-intro__orbit i:nth-child(2) { inset: 12%; border-color: rgba(218, 186, 138, .12); transform: scale(.5) rotate(20deg); }
.site-intro.is-playing .site-intro__orbit i:first-child { animation: intro-orbit 1.55s .12s var(--ease) forwards; }
.site-intro.is-playing .site-intro__orbit i:nth-child(2) { animation: intro-orbit-inner 1.45s .24s var(--ease) forwards; }
.site-intro__mark {
    position: relative; width: 116px; height: 100px; margin-bottom: 32px; overflow: hidden;
    opacity: 0; transform: translateY(13px) scale(.82); filter: blur(9px);
}
.site-intro__mark img { width: 116px; height: 100px; object-fit: contain; filter: drop-shadow(0 12px 30px rgba(203, 152, 73, .16)); }
.site-intro__glint {
    position: absolute; top: -15%; bottom: -15%; left: -55%; width: 30%; transform: skewX(-18deg);
    background: linear-gradient(90deg, transparent, rgba(255, 240, 194, .72), transparent); filter: blur(5px);
}
.site-intro.is-playing .site-intro__mark { animation: intro-mark 1.15s .3s var(--ease) forwards; }
.site-intro.is-playing .site-intro__glint { animation: intro-glint .85s 1.02s ease-in-out forwards; }
.site-intro__wordmark { display: flex; align-items: center; opacity: 0; transform: translateY(12px); }
.site-intro__wordmark span { font-family: var(--serif); font-size: 31px; line-height: 1; letter-spacing: .08em; }
.site-intro__wordmark i { width: 0; height: 1px; margin: 0 18px; background: linear-gradient(90deg, #a47544, #e0bd82); }
.site-intro__wordmark strong { font-size: 10px; font-weight: 600; letter-spacing: .48em; }
.site-intro.is-playing .site-intro__wordmark { animation: intro-wordmark .75s 1.1s var(--ease) forwards; }
.site-intro.is-playing .site-intro__wordmark i { animation: intro-divider .6s 1.25s var(--ease) forwards; }
.site-intro__signature {
    margin: 15px 0 0; color: rgba(243, 238, 227, .5); font-family: var(--serif); font-size: 10px;
    font-style: italic; letter-spacing: .1em; opacity: 0; transform: translateY(7px);
}
.site-intro.is-playing .site-intro__signature { animation: intro-signature .65s 1.6s ease forwards; }
.site-intro__footer {
    position: absolute; z-index: 3; left: 42px; right: 42px; bottom: 36px; display: flex; align-items: center;
    color: rgba(243, 238, 227, .42); font-size: 8px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase;
    opacity: 0;
}
.site-intro__footer i { width: 34px; height: 1px; margin-inline: 13px; background: rgba(218, 186, 138, .35); }
.site-intro.is-playing .site-intro__footer { animation: intro-footer .6s 1.85s ease forwards; }
.site-intro__skip {
    position: absolute; z-index: 4; right: 42px; bottom: 29px; display: flex; align-items: center; gap: 10px;
    padding: 8px 0; border-bottom: 1px solid transparent; color: rgba(243, 238, 227, .58); font-size: 9px;
    font-weight: 600; letter-spacing: .16em; text-transform: uppercase; opacity: 0; cursor: pointer;
    transition: color .25s ease, border-color .25s ease;
}
.site-intro__skip:hover, .site-intro__skip:focus-visible { color: #f3eee3; border-color: #b98c58; outline: 0; }
.site-intro__skip span { color: #d0a66e; font-size: 13px; }
.site-intro.is-playing .site-intro__skip { animation: intro-footer .6s .72s ease forwards; }

@keyframes intro-frame { to { opacity: 1; transform: scale(1); } }
@keyframes intro-atmosphere { 0% { opacity: 0; } 45%, 100% { opacity: 1; } }
@keyframes intro-drift-one { to { transform: translate(11vw, 7vw) scale(1.08); } }
@keyframes intro-drift-two { to { transform: translate(-8vw, -4vw) scale(1.1); } }
@keyframes intro-orbit { 0% { opacity: 0; transform: scale(.42) rotate(-18deg); } 55% { opacity: .8; } 100% { opacity: 1; transform: scale(1) rotate(0); } }
@keyframes intro-orbit-inner { 0% { opacity: 0; transform: scale(.5) rotate(20deg); } 100% { opacity: 1; transform: scale(1) rotate(0); } }
@keyframes intro-mark { 0% { opacity: 0; transform: translateY(13px) scale(.82); filter: blur(9px); } 100% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); } }
@keyframes intro-glint { 0% { left: -55%; opacity: 0; } 25% { opacity: 1; } 100% { left: 125%; opacity: 0; } }
@keyframes intro-wordmark { to { opacity: 1; transform: translateY(0); } }
@keyframes intro-divider { to { width: 42px; } }
@keyframes intro-signature { to { opacity: 1; transform: translateY(0); } }
@keyframes intro-footer { to { opacity: 1; } }

.page-transition {
    position: fixed; inset: 0; z-index: 9500; overflow: hidden; visibility: hidden;
    pointer-events: none; isolation: isolate;
}
.page-transition.is-covering, .page-arriving .page-transition { visibility: visible; pointer-events: auto; }
.page-transition__panels { position: absolute; inset: 0; }
.page-transition__panel {
    position: absolute; left: 0; width: 100%; height: calc(50% + 1px); transform: scaleY(0);
    will-change: transform; transition: transform .54s var(--ease);
}
.page-transition__panel::after {
    content: ""; position: absolute; inset: 0; opacity: .45; pointer-events: none;
    background-image: linear-gradient(112deg, transparent 30%, rgba(242, 214, 108, .025) 50%, transparent 70%);
}
.page-transition__panel--top {
    top: 0; transform-origin: top; background:
        radial-gradient(circle at 50% 110%, rgba(208, 161, 43, .12), transparent 31%),
        linear-gradient(135deg, #070806, #11120f);
}
.page-transition__panel--bottom {
    bottom: 0; transform-origin: bottom; background:
        radial-gradient(circle at 50% -10%, rgba(208, 161, 43, .09), transparent 31%),
        linear-gradient(315deg, #070806, #11120f);
}
.page-transition.is-covering .page-transition__panel { transform: scaleY(1); }
.page-transition__mark {
    position: absolute; top: 50%; left: 50%; z-index: 2; display: grid; grid-template-columns: 42px auto;
    align-items: center; gap: 13px; opacity: 0; transform: translate(-50%, -42%) scale(.96);
    transition: opacity .3s ease, transform .42s var(--ease);
}
.page-transition__mark img { width: 42px; height: 36px; object-fit: contain; filter: drop-shadow(0 8px 22px rgba(208, 161, 43, .2)); }
.page-transition__mark > span { color: #f2eee5; font-family: var(--serif); font-size: 17px; letter-spacing: .05em; white-space: nowrap; }
.page-transition__mark > span b { font-family: var(--sans); font-size: 7px; font-weight: 600; letter-spacing: .28em; }
.page-transition__mark i {
    grid-column: 1 / -1; justify-self: center; width: 0; height: 1px;
    background: linear-gradient(90deg, transparent, #d0a12b 22%, #f2d66c 50%, #d0a12b 78%, transparent);
    transition: width .42s .18s var(--ease);
}
.page-transition.is-covering .page-transition__mark {
    opacity: 1; transform: translate(-50%, -50%) scale(1); transition-delay: .22s;
}
.page-transition.is-covering .page-transition__mark i { width: 118px; }
.page-arriving .page-transition__panel { transform: scaleY(1); transition: none; }
.page-arriving .page-transition__mark { opacity: 1; transform: translate(-50%, -50%) scale(1); transition: none; }
.page-arriving .page-transition__mark i { width: 118px; transition: none; }
.page-arriving .page-transition.is-revealing .page-transition__panel { transform: scaleY(0); transition: transform .64s var(--ease); }
.page-arriving .page-transition.is-revealing .page-transition__mark {
    opacity: 0; transform: translate(-50%, -57%) scale(1.03); transition: opacity .28s ease, transform .5s var(--ease);
}
.page-arriving .page-transition.is-revealing .page-transition__mark i { width: 0; transition: width .32s ease; }
body.page-leaving main { opacity: .72; transform: scale(.995); filter: blur(2px); transition: opacity .42s ease, transform .5s var(--ease), filter .42s ease; }

.announcement {
    min-height: 30px; padding: 5px 32px; display: flex; align-items: center;
    justify-content: center; gap: 22px; color: #e9e5dc; background: var(--ink);
    font-size: 10px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase;
}
.announcement p { margin: 0; }
.announcement a { color: #c9aa85; }

.site-header {
    position: sticky; top: 0; z-index: 100; height: var(--header-height);
    border-bottom: 1px solid var(--line); background: rgba(251, 250, 247, .94);
    backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
    transition: height .35s var(--ease), box-shadow .35s ease;
}
.site-header.is-scrolled { height: 68px; box-shadow: 0 12px 40px rgba(25, 25, 22, .06); }
.site-header__inner { height: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 12px; justify-self: start; }
.brand img { width: 30px; height: 30px; object-fit: contain; }
.brand__name { font-family: var(--serif); font-size: 19px; letter-spacing: .04em; white-space: nowrap; }
.brand__name b { font-family: var(--sans); font-size: 9px; font-weight: 600; letter-spacing: .28em; }
.desktop-nav { display: flex; align-items: center; gap: 44px; }
.desktop-nav a {
    position: relative; padding-block: 8px; color: var(--ink-soft); font-size: 11px;
    font-weight: 600; letter-spacing: .14em; text-transform: uppercase; transition: color .25s ease;
}
.desktop-nav a::after {
    content: ""; position: absolute; left: 0; right: 100%; bottom: 1px; height: 1px;
    background: var(--bronze); transition: right .35s var(--ease);
}
.desktop-nav a:hover, .desktop-nav a.is-active { color: var(--ink); }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { right: 0; }
.header-actions { display: flex; align-items: center; justify-self: end; gap: 20px; }
.language-select { position: relative; }
.language-select::after { content: "⌄"; position: absolute; top: 3px; right: 0; font-size: 11px; pointer-events: none; }
.language-select select {
    width: 48px; padding: 3px 13px 3px 0; border: 0; outline: 0; appearance: none;
    background: transparent; font-size: 10px; font-weight: 600; letter-spacing: .1em; cursor: pointer;
}
.icon-link { position: relative; width: 24px; height: 24px; display: grid; place-items: center; }
.icon-link svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.icon-link.is-active svg { fill: var(--ink); }
.icon-link__count {
    position: absolute; top: -6px; right: -7px; min-width: 16px; height: 16px; padding-inline: 4px;
    display: grid; place-items: center; border-radius: 20px; color: var(--white); background: var(--bronze);
    font-size: 8px; font-weight: 600;
}
.menu-button { display: none; width: 30px; height: 30px; cursor: pointer; }
.menu-button span { display: block; width: 24px; height: 1px; margin: 7px auto; background: currentColor; }

.mobile-menu {
    position: fixed; inset: 0; z-index: 300; padding: 28px 34px 34px; display: flex;
    flex-direction: column; color: var(--ivory); background: var(--ink);
    visibility: hidden; opacity: 0; transform: translateY(-18px); transition: .45s var(--ease);
}
.mobile-menu.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
.mobile-menu__top { display: flex; justify-content: space-between; align-items: center; font-size: 12px; letter-spacing: .22em; }
.mobile-menu__top button { color: var(--ivory); font-family: var(--serif); font-size: 40px; font-weight: 300; cursor: pointer; }
.mobile-menu nav { margin-block: auto; display: flex; flex-direction: column; }
.mobile-menu nav a {
    padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-family: var(--serif);
    font-size: clamp(34px, 10vw, 58px); line-height: 1.25;
}
.mobile-menu nav a span { display: inline-block; width: 38px; font-family: var(--sans); color: #9c978e; font-size: 9px; letter-spacing: .08em; }
.mobile-menu__footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; color: #aaa69d; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.mobile-menu__social { display: flex; gap: 25px; }
.mobile-language { display: flex; align-items: center; gap: 12px; }
.mobile-language button { color: #777870; font-size: 10px; cursor: pointer; }
.mobile-language button.is-active { color: var(--white); }

.toast-stack { position: fixed; top: 120px; right: 28px; z-index: 250; width: min(390px, calc(100% - 40px)); }
.toast {
    padding: 16px 18px; display: flex; justify-content: space-between; gap: 18px;
    border: 1px solid var(--line); color: var(--ink); background: var(--paper); box-shadow: 0 16px 45px rgba(0,0,0,.12);
}
.toast button { font-size: 22px; cursor: pointer; }
.toast.is-hiding { opacity: 0; transform: translateY(-10px); transition: .3s ease; }

.eyebrow {
    margin-bottom: 20px; color: var(--bronze-dark); font-size: 10px; font-weight: 600;
    letter-spacing: .23em; line-height: 1.4; text-transform: uppercase;
}
.eyebrow::before { content: ""; display: inline-block; width: 28px; height: 1px; margin: 0 12px 3px 0; background: currentColor; }
.eyebrow--light { color: #d5b48c; }
.button {
    min-height: 54px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: space-between;
    gap: 32px; border: 1px solid transparent; font-size: 10px; font-weight: 600; letter-spacing: .16em;
    text-transform: uppercase; transition: color .3s ease, background .3s ease, border .3s ease;
}
.button span { font-size: 15px; line-height: 1; transition: transform .3s var(--ease); }
.button:hover span { transform: translate(3px, -2px); }
.button--light { color: var(--ink); background: var(--ivory); }
.button--light:hover { color: var(--white); border-color: var(--bronze); background: var(--bronze); }
.button--dark { color: var(--white); background: var(--ink); }
.button--dark:hover { background: var(--bronze-dark); }
.button--outline { border-color: var(--ink); background: transparent; }
.button--outline:hover { color: var(--white); background: var(--ink); }
.text-link {
    display: inline-flex; align-items: center; gap: 35px; padding-bottom: 6px; border-bottom: 1px solid currentColor;
    font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
}
.text-link span { transition: transform .3s var(--ease); }
.text-link:hover span { transform: translateX(5px); }
.text-link--light { color: var(--white); border-color: rgba(255,255,255,.48); }

.hero {
    position: relative; min-height: calc(100svh - var(--header-height) - 30px); display: flex; align-items: center;
    color: var(--white); background: var(--hero-image) center / cover no-repeat var(--ink); isolation: isolate;
}
.hero__shade {
    position: absolute; inset: 0; z-index: -1;
    background: linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.37) 40%, rgba(0,0,0,.06) 72%), linear-gradient(0deg, rgba(0,0,0,.42), transparent 50%);
}
.hero__content { padding: 55px 0 150px; }
.hero h1 {
    width: min(670px, 51vw); margin-bottom: 26px; font-family: var(--serif); font-size: clamp(48px, 5.4vw, 86px);
    font-weight: 400; letter-spacing: -.04em; line-height: 1.09;
}
.hero__lead { width: min(480px, 42vw); margin-bottom: 38px; color: rgba(255,255,255,.74); font-size: 14px; line-height: 1.8; }
.hero__actions { display: flex; align-items: center; gap: 34px; }
.hero__meta {
    position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); display: flex; gap: 52px;
}
.hero__meta div { display: flex; align-items: center; gap: 12px; }
.hero__meta span { color: #a6a29b; font-size: 9px; }
.hero__meta p { margin: 0; font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.hero__scroll { position: absolute; right: 42px; bottom: 31px; width: 20px; height: 52px; border: 1px solid rgba(255,255,255,.4); border-radius: 20px; }
.hero__scroll span { position: absolute; top: 8px; left: 50%; width: 3px; height: 3px; border-radius: 50%; background: white; animation: scroll-dot 1.8s ease infinite; }
@keyframes scroll-dot { 0% { transform: translate(-50%,0); opacity: 0; } 30% { opacity: 1; } 100% { transform: translate(-50%,28px); opacity: 0; } }

.philosophy { display: grid; grid-template-columns: 1fr 3fr; border-bottom: 1px solid var(--line); }
.philosophy__index { padding-top: 41px; color: #85847d; font-size: 10px; letter-spacing: .15em; }
.philosophy__copy h2 {
    max-width: 980px; margin-bottom: 46px; font-family: var(--serif); font-size: clamp(38px, 4.3vw, 68px);
    font-weight: 400; letter-spacing: -.035em; line-height: 1.22;
}
.philosophy__body { max-width: 740px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 80px; align-items: end; }
.philosophy__body p { margin: 0; color: var(--ink-soft); }
.philosophy__body .text-link { justify-self: start; }

.editorial { min-height: 700px; display: grid; grid-template-columns: 1.55fr .85fr; background: #e2dbcf; }
.editorial__image { position: relative; min-height: 700px; overflow: hidden; }
.editorial__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.editorial:hover .editorial__image img { transform: scale(1.025); }
.editorial__image > span {
    position: absolute; left: 24px; bottom: 22px; padding: 8px 11px; color: var(--white); background: rgba(25,25,22,.72);
    font-size: 8px; letter-spacing: .2em;
}
.editorial__card { padding: 80px 60px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.editorial__card h2 { margin-bottom: 24px; font-family: var(--serif); font-size: clamp(38px, 4vw, 61px); font-weight: 400; line-height: 1.18; }
.editorial__card > p:not(.eyebrow) { margin-bottom: 35px; color: var(--ink-soft); }

.collection { background: var(--ivory); }
.section-heading { margin-bottom: 52px; display: flex; justify-content: space-between; align-items: end; }
.section-heading h2, .services h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 4vw, 64px); font-weight: 400; letter-spacing: -.03em; line-height: 1.15; }
.product-grid { display: grid; gap: 48px 24px; }
.product-grid--featured { grid-template-columns: repeat(3, 1fr); }
.product-grid--catalog { grid-template-columns: repeat(3, 1fr); }
.product-card { min-width: 0; }
.product-card__media { position: relative; aspect-ratio: 1 / 1.08; overflow: hidden; background: #e7e4de; }
.product-card__preview { width: 100%; height: 100%; display: block; cursor: pointer; }
.product-card__preview img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.product-card:hover .product-card__preview img { transform: scale(1.035); }
.product-card__preview img.product-card__placeholder, .product-dialog__media img.product-card__placeholder { padding: 30%; object-fit: contain; background: #24241f; }
.product-card__quick {
    position: absolute; left: 18px; right: 18px; bottom: 18px; height: 46px; display: grid; place-items: center;
    color: var(--white); background: rgba(28,29,25,.88); font-size: 9px; font-weight: 600; letter-spacing: .15em;
    text-transform: uppercase; opacity: 0; transform: translateY(10px); transition: .35s var(--ease);
}
.product-card:hover .product-card__quick, .product-card__preview:focus-visible .product-card__quick { opacity: 1; transform: translateY(0); }
.favorite-button {
    position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; display: grid; place-items: center;
    border-radius: 50%; background: rgba(251,250,247,.9); backdrop-filter: blur(6px); transition: transform .25s ease, background .25s ease;
}
.favorite-button:hover { transform: scale(1.06); }
.favorite-button svg { width: 16px; fill: none; stroke: var(--ink); stroke-width: 1.45; }
.favorite-button.is-saved { color: white; background: var(--ink); }
.favorite-button.is-saved svg { fill: currentColor; stroke: currentColor; }
.product-card__info { padding-top: 18px; display: flex; justify-content: space-between; gap: 18px; }
.product-card__brand { margin: 0 0 4px; color: #77766f; font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.product-card__name { max-width: 230px; font-family: var(--serif); font-size: 20px; line-height: 1.35; text-align: left; cursor: pointer; }
.product-card__price { padding-top: 3px; display: flex; flex-direction: column; align-items: end; white-space: nowrap; }
.product-card__price span { color: #8b8981; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.product-card__price strong { font-size: 11px; font-weight: 600; }
.product-card__price del { color: #99968f; font-size: 9px; }
.empty-inline { grid-column: 1 / -1; color: var(--ink-soft); }

.product-dialog {
    width: min(1020px, calc(100% - 40px)); max-height: calc(100vh - 40px); padding: 0;
    border: 0; color: var(--ink); background: var(--paper); box-shadow: 0 35px 100px rgba(0,0,0,.28);
}
.product-dialog::backdrop { background: rgba(18,18,16,.72); backdrop-filter: blur(5px); }
.product-dialog[open] { animation: dialog-in .45s var(--ease); }
@keyframes dialog-in { from { opacity: 0; transform: translateY(24px) scale(.98); } }
.product-dialog__panel { position: relative; display: grid; grid-template-columns: 1fr 1fr; min-height: 610px; }
.product-dialog__close { position: absolute; top: 18px; right: 22px; z-index: 2; font-family: var(--serif); font-size: 34px; cursor: pointer; }
.product-dialog__media { min-height: 610px; background: #e5e2db; }
.product-dialog__media img { width: 100%; height: 100%; object-fit: cover; }
.product-dialog__content { padding: 80px 58px 55px; display: flex; flex-direction: column; align-items: flex-start; }
.product-dialog__content h2 { margin-bottom: 25px; font-family: var(--serif); font-size: 43px; font-weight: 400; line-height: 1.18; }
.product-dialog__description { max-height: 150px; margin-bottom: 30px; color: var(--ink-soft); overflow-y: auto; }
.product-dialog__prices { width: 100%; margin: auto 0 30px; border-top: 1px solid var(--line); }
.product-dialog__prices div { padding: 13px 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); }
.product-dialog__prices span { color: var(--ink-soft); font-size: 11px; }
.product-dialog__prices strong { font-size: 11px; font-weight: 600; }

.services { display: grid; grid-template-columns: .9fr 1.3fr; gap: 9vw; }
.services__title h2 { max-width: 550px; font-size: clamp(38px, 3.8vw, 60px); }
.service-list { border-top: 1px solid var(--line); }
.service-item { position: relative; padding: 31px 0; display: grid; grid-template-columns: 50px 1fr 24px; gap: 20px; border-bottom: 1px solid var(--line); }
.service-item > span { padding-top: 5px; color: #8f8c84; font-size: 9px; }
.service-item h3 { margin-bottom: 7px; font-family: var(--serif); font-size: 24px; font-weight: 400; }
.service-item p { max-width: 480px; margin: 0; color: var(--ink-soft); font-size: 13px; }
.service-item i { align-self: start; font-style: normal; transition: transform .3s var(--ease); }
.service-item:hover i { transform: translate(3px,-3px); }

.closing-cta { position: relative; min-height: 650px; display: flex; align-items: center; color: white; background: #151512; overflow: hidden; isolation: isolate; }
.closing-cta__image { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.18)), var(--cta-image) 68% center / cover no-repeat; }
.closing-cta__content { padding-block: 100px; }
.closing-cta h2 { max-width: 650px; margin-bottom: 38px; font-family: var(--serif); font-size: clamp(48px, 5vw, 78px); font-weight: 400; line-height: 1.12; }

.site-footer { color: #d5d2ca; background: #171815; }
.site-footer__top { padding-block: 84px 70px; display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 70px; }
.brand--footer { color: var(--white); }
.footer-intro > p { max-width: 330px; margin: 27px 0 0; color: #8e8f88; font-size: 12px; line-height: 1.8; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-column a, .footer-column > p:not(.footer-label) { margin: 0; color: #9f9f99; font-size: 11px; transition: color .25s ease; }
.footer-column a:hover { color: var(--white); }
.footer-label { margin-bottom: 13px; color: #d7b28a; font-size: 9px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.site-footer__bottom { padding-block: 21px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.11); color: #75766f; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.site-footer__bottom p { margin: 0; }

.creator-credit { color: #c9c5bc; border-top: 1px solid rgba(255,255,255,.08); background: #11120f; }
.creator-credit__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.creator-credit__profile { display: flex; align-items: center; gap: 12px; }
.creator-credit__avatar {
    width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(215,178,138,.48);
    border-radius: 50%; color: #d7b28a; font-family: var(--serif); font-size: 10px; letter-spacing: .06em;
}
.creator-credit__profile p { margin: 0; display: flex; flex-direction: column; line-height: 1.35; }
.creator-credit__profile small { color: #777870; font-size: 7px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.creator-credit__profile strong { color: #d9d5cc; font-size: 10px; font-weight: 500; letter-spacing: .05em; }
.creator-credit__inner > a {
    display: inline-flex; align-items: center; gap: 9px; color: #96968f; font-size: 9px; letter-spacing: .08em;
    transition: color .25s ease;
}
.creator-credit__inner > a svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.35; }
.creator-credit__instagram-dot { fill: currentColor; stroke: none; }
.creator-credit__inner > a i { margin-left: 5px; color: #d7b28a; font-size: 12px; font-style: normal; transition: transform .25s var(--ease); }
.creator-credit__inner > a:hover { color: var(--white); }
.creator-credit__inner > a:hover i { transform: translate(2px, -2px); }

.page-hero { position: relative; min-height: 520px; display: flex; align-items: end; color: white; background: var(--page-image) center 48% / cover no-repeat; isolation: isolate; }
.page-hero__overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(20,17,14,.75), rgba(20,17,14,.12)), linear-gradient(0deg, rgba(0,0,0,.36), transparent); }
.page-hero__content { padding-bottom: 72px; }
.page-hero h1 { max-width: 770px; margin-bottom: 18px; font-family: var(--serif); font-size: clamp(48px, 5.6vw, 82px); font-weight: 400; line-height: 1.1; }
.page-hero__content > p:last-child { max-width: 560px; margin: 0; color: rgba(255,255,255,.75); }
.catalog-heading { margin-bottom: 46px; display: flex; align-items: end; justify-content: space-between; }
.catalog-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(44px, 4.5vw, 68px); font-weight: 400; line-height: 1.13; }
.catalog-heading__count { margin: 0 0 8px; color: #807e77; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.filter-bar {
    position: relative; z-index: 20; margin-bottom: 65px; padding: 0; display: grid; grid-template-columns: 1.4fr repeat(3, .72fr) auto;
    border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink);
}
.filter-search { position: relative; min-width: 0; min-height: 72px; padding: 0 21px; display: flex; align-items: center; gap: 14px; border-right: 1px solid var(--line); }
.filter-search > svg { width: 17px; flex: 0 0 auto; fill: none; stroke: var(--ink); stroke-width: 1.4; }
.filter-search input { width: 100%; border: 0; outline: 0; background: transparent; font-size: 12px; }
.filter-search input::placeholder { color: #99968f; }
.filter-dropdown { position: relative; min-width: 0; border-right: 1px solid var(--line); }
.filter-dropdown[open] { z-index: 80; background: #f3efe7; }
.filter-dropdown summary { min-height: 72px; padding: 12px 17px 10px; display: grid; grid-template-columns: 1fr 16px; grid-template-rows: auto 1fr; align-items: center; column-gap: 12px; list-style: none; cursor: pointer; user-select: none; }
.filter-dropdown summary::-webkit-details-marker { display: none; }
.filter-dropdown summary > span { grid-column: 1 / -1; color: #8c8981; font-size: 8px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.filter-dropdown summary strong { min-width: 0; overflow: hidden; font-family: var(--serif); font-size: 13px; font-weight: 400; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }
.filter-dropdown summary svg { width: 13px; fill: none; stroke: currentColor; stroke-width: 1.2; transition: transform .3s var(--ease); }
.filter-dropdown[open] summary svg { transform: rotate(180deg); }
.filter-dropdown__menu { position: absolute; top: calc(100% + 1px); left: -1px; width: calc(100% + 2px); max-height: 310px; padding: 7px; overflow-y: auto; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 22px 50px rgba(28,29,25,.15); }
.filter-dropdown__menu a { min-height: 42px; padding: 9px 10px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid rgba(28,29,25,.07); font-family: var(--serif); font-size: 12px; transition: color .2s ease, background .2s ease; }
.filter-dropdown__menu a:last-child { border-bottom: 0; }
.filter-dropdown__menu a:hover, .filter-dropdown__menu a.is-selected { color: var(--bronze-dark); background: #f2eee6; }
.filter-dropdown__menu a i { color: var(--bronze); font-family: var(--sans); font-size: 10px; font-style: normal; opacity: 0; }
.filter-dropdown__menu a.is-selected i { opacity: 1; }
.autocomplete-panel { position: absolute; top: calc(100% + 1px); left: -1px; z-index: 90; width: min(560px, calc(100vw - 48px)); border: 1px solid var(--line); background: var(--paper); box-shadow: 0 25px 60px rgba(28,29,25,.18); }
.autocomplete-panel[hidden] { display: none; }
.autocomplete-panel__top { min-height: 36px; padding: 8px 13px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); color: #8a877f; font-size: 8px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.autocomplete-panel__top kbd { padding: 0; border: 0; color: #aaa69e; background: transparent; font: inherit; letter-spacing: .08em; }
.autocomplete-panel__state { min-height: 86px; padding: 22px; display: flex; align-items: center; justify-content: center; gap: 12px; color: #7d7a73; font-size: 11px; }
.autocomplete-panel__state i { width: 15px; height: 15px; border: 1px solid #c6bfb5; border-top-color: var(--bronze); border-radius: 50%; animation: autocomplete-spin .7s linear infinite; }
@keyframes autocomplete-spin { to { transform: rotate(360deg); } }
.autocomplete-item { min-height: 76px; padding: 10px 13px; display: grid; grid-template-columns: 56px minmax(0,1fr) auto 18px; align-items: center; gap: 13px; border-bottom: 1px solid rgba(28,29,25,.09); transition: background .2s ease; }
.autocomplete-item:last-child { border-bottom: 0; }
.autocomplete-item:hover, .autocomplete-item.is-active { background: #eee9df; }
.autocomplete-item__media { width: 56px; height: 56px; display: block; overflow: hidden; background: #e9e5dd; }
.autocomplete-item__media img { width: 100%; height: 100%; object-fit: cover; }
.autocomplete-item__media.has-error img { display: none; }
.autocomplete-item__content { min-width: 0; display: flex; flex-direction: column; }
.autocomplete-item__content small { margin-bottom: 2px; overflow: hidden; color: #88857d; font-size: 8px; font-weight: 600; letter-spacing: .13em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.autocomplete-item__content strong { overflow: hidden; font-family: var(--serif); font-size: 15px; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }
.autocomplete-item__price { font-size: 9px; font-weight: 600; white-space: nowrap; }
.autocomplete-item > i { font-style: normal; transition: transform .25s var(--ease); }
.autocomplete-item:hover > i, .autocomplete-item.is-active > i { transform: translate(2px,-2px); }
.filter-submit { padding: 0 25px; color: white; background: var(--ink); font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; transition: background .25s; }
.filter-submit:hover { background: var(--bronze-dark); }
.filter-reset { position: absolute; right: 0; bottom: -30px; color: #77756e; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.pagination-nav { margin-top: 85px; display: flex; align-items: center; justify-content: center; gap: 30px; }
.pagination-nav__arrow, .pagination-nav__pages a, .pagination-nav__pages span { width: 40px; height: 40px; display: inline-grid; place-items: center; border: 1px solid var(--line); font-size: 11px; }
.pagination-nav__pages { display: flex; gap: 7px; }
.pagination-nav__pages .is-current { color: white; border-color: var(--ink); background: var(--ink); }
.pagination-nav__arrow.is-disabled { color: #c8c5bd; }
.empty-state { padding: 120px 25px; border-block: 1px solid var(--line); text-align: center; }
.empty-state > span { color: var(--bronze); font-size: 9px; letter-spacing: .2em; }
.empty-state h2 { margin: 20px 0 12px; font-family: var(--serif); font-size: 48px; font-weight: 400; }
.empty-state p { margin-bottom: 30px; color: var(--ink-soft); }

.simple-hero { padding: 115px 0 85px; color: var(--ivory); background: #24241f; }
.simple-hero h1 { margin-bottom: 18px; font-family: var(--serif); font-size: clamp(54px, 7vw, 96px); font-weight: 400; line-height: 1; }
.simple-hero > div > p:last-child { max-width: 530px; margin: 0; color: #aaa79e; }
.favorites-toolbar { margin-bottom: 44px; padding-bottom: 17px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--ink); }
.favorites-toolbar > p { margin: 0; color: #77756e; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.empty-state--favorites { padding-top: 80px; }
.empty-state--favorites > svg { width: 44px; fill: none; stroke: var(--bronze); stroke-width: 1; }

.contact-layout { min-height: 900px; display: grid; grid-template-columns: 1fr 1fr; background: var(--ivory); }
.contact-layout__image { position: relative; min-height: 900px; background: linear-gradient(0deg, rgba(0,0,0,.4), transparent 50%), var(--contact-image) center / cover no-repeat; }
.contact-layout__caption { position: absolute; left: 42px; right: 42px; bottom: 35px; display: flex; align-items: center; justify-content: space-between; color: white; }
.contact-layout__caption span { font-size: 9px; letter-spacing: .17em; }
.contact-layout__caption p { margin: 0; font-family: var(--serif); font-size: 16px; }
.contact-layout__content { padding: 95px clamp(45px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; }
.contact-layout h1 { max-width: 610px; margin-bottom: 24px; font-family: var(--serif); font-size: clamp(48px, 5vw, 76px); font-weight: 400; line-height: 1.12; }
.contact-layout__lead { max-width: 530px; margin-bottom: 42px; color: var(--ink-soft); }
.contact-links { margin-bottom: 48px; border-top: 1px solid var(--line); }
.contact-links a { padding: 13px 0; display: grid; grid-template-columns: 90px 1fr 20px; align-items: center; border-bottom: 1px solid var(--line); }
.contact-links span { color: #85827b; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.contact-links strong { font-size: 11px; font-weight: 500; }
.contact-links i { font-style: normal; }
.contact-form > label, .form-row label { display: flex; flex-direction: column; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-form label > span { margin-bottom: 6px; color: #77756d; font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; padding: 10px 0 12px; border: 0; border-bottom: 1px solid #9f9c94; border-radius: 0; outline: 0; background: transparent; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--bronze-dark); }
.contact-form textarea { height: 95px; resize: vertical; }
.contact-form > label { margin-top: 22px; }
.contact-form small { margin-top: 5px; color: #a24435; font-size: 10px; }
.contact-form .button { margin-top: 30px; cursor: pointer; }

.success-view { min-height: 690px; padding-block: 100px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 8vw; }
.success-view__mark { width: min(100%, 380px); aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: var(--ivory); }
.success-view__mark span { width: 92px; height: 92px; display: grid; place-items: center; border: 1px solid var(--bronze); border-radius: 50%; color: var(--bronze); font-size: 32px; }
.success-view__copy h1 { max-width: 650px; margin-bottom: 22px; font-family: var(--serif); font-size: clamp(52px, 6vw, 82px); font-weight: 400; line-height: 1.12; }
.success-view__copy > p:not(.eyebrow) { max-width: 480px; margin-bottom: 34px; color: var(--ink-soft); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.product-grid .reveal:nth-child(2) { transition-delay: .08s; }
.product-grid .reveal:nth-child(3) { transition-delay: .16s; }

@media (max-width: 1120px) {
    .shell { width: min(100% - 48px, 1360px); }
    .section-space { padding-block: 100px; }
    .desktop-nav { gap: 27px; }
    .hero h1 { width: min(650px, 62vw); }
    .editorial__card { padding-inline: 40px; }
    .product-grid--catalog { grid-template-columns: repeat(3, 1fr); }
    .filter-bar { grid-template-columns: 1.2fr repeat(3, .75fr) auto; }
    .filter-submit { padding-inline: 16px; }
    .site-footer__top { gap: 40px; }
    .contact-layout__content { padding-inline: 55px; }
}

@media (max-width: 860px) {
    :root { --header-height: 68px; }
    .shell { width: min(100% - 36px, 1360px); }
    .section-space { padding-block: 80px; }
    .announcement { justify-content: space-between; padding-inline: 18px; }
    .announcement p { max-width: 230px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .site-header__inner { grid-template-columns: 1fr auto; }
    .desktop-nav { display: none; }
    .header-actions { gap: 14px; }
    .menu-button { display: block; }
    .hero { min-height: calc(100svh - var(--header-height) - 30px); background-position: 55% center; }
    .hero__shade { background: linear-gradient(90deg, rgba(0,0,0,.76), rgba(0,0,0,.12)), linear-gradient(0deg, rgba(0,0,0,.55), transparent 60%); }
    .hero__content { padding: 45px 0 155px; }
    .hero h1 { width: min(680px, 82vw); font-size: clamp(48px, 8.3vw, 72px); }
    .hero__lead { width: min(500px, 70vw); }
    .hero__meta { gap: 25px; }
    .hero__scroll { display: none; }
    .philosophy { grid-template-columns: 1fr; }
    .philosophy__index { display: none; }
    .philosophy__body { gap: 35px; }
    .editorial { min-height: 0; grid-template-columns: 1fr; }
    .editorial__image { min-height: 500px; }
    .editorial__card { padding: 60px 45px; }
    .product-grid--featured, .product-grid--catalog { grid-template-columns: repeat(2, 1fr); }
    .services { grid-template-columns: 1fr; gap: 55px; }
    .closing-cta { min-height: 550px; }
    .site-footer__top { grid-template-columns: 1.5fr 1fr 1fr; }
    .footer-intro { grid-column: 1 / -1; }
    .filter-bar { grid-template-columns: 1fr 1fr; }
    .filter-search { grid-column: 1 / -1; border-right: 0; border-bottom: 1px solid var(--line); }
    .filter-dropdown { min-height: 65px; border-bottom: 1px solid var(--line); }
    .filter-dropdown summary { min-height: 65px; }
    .filter-submit { min-height: 65px; }
    .contact-layout { grid-template-columns: 1fr; }
    .contact-layout__image { min-height: 520px; }
    .contact-layout__content { padding: 75px max(25px, calc((100vw - 720px) / 2)); }
    .success-view { min-height: 700px; grid-template-columns: 1fr 1.4fr; gap: 50px; }
}

@media (max-width: 560px) {
    body { font-size: 14px; }
    .shell { width: calc(100% - 32px); }
    .section-space { padding-block: 68px; }
    .site-intro::before { inset: 10px; }
    .site-intro__stage { min-height: 360px; }
    .site-intro__mark { width: 98px; height: 84px; margin-bottom: 27px; }
    .site-intro__mark img { width: 98px; height: 84px; }
    .site-intro__wordmark span { font-size: 27px; }
    .site-intro__wordmark i { margin-inline: 12px; }
    .site-intro__wordmark strong { font-size: 8px; letter-spacing: .38em; }
    .site-intro__signature { margin-top: 13px; font-size: 9px; }
    .site-intro__footer { left: 24px; right: auto; bottom: 24px; }
    .site-intro__footer i { width: 20px; margin-inline: 9px 0; }
    .site-intro__footer span:last-child { display: none; }
    .site-intro__skip { right: 24px; bottom: 17px; }
    .page-transition__mark { grid-template-columns: 36px auto; gap: 10px; }
    .page-transition__mark img { width: 36px; height: 31px; }
    .page-transition__mark > span { font-size: 15px; }
    .page-transition__mark > span b { font-size: 6px; }
    .announcement { min-height: 27px; padding-block: 4px; font-size: 8px; }
    .announcement p { max-width: 190px; }
    .announcement a { font-size: 8px; }
    .brand { gap: 9px; }
    .brand img { width: 27px; height: 27px; }
    .brand__name { font-size: 16px; }
    .brand__name b { font-size: 7px; }
    .language-select { display: none; }
    .mobile-menu { padding: 24px 22px 28px; }
    .hero { min-height: 720px; max-height: calc(100svh - 95px); background-position: 58% center; }
    .hero__shade { background: linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.17)), linear-gradient(0deg, rgba(0,0,0,.68), transparent 64%); }
    .hero__content { padding: 32px 0 180px; }
    .hero h1 { width: 100%; margin-bottom: 21px; font-size: clamp(42px, 13vw, 59px); line-height: 1.1; }
    .hero__lead { width: 92%; margin-bottom: 30px; font-size: 12px; }
    .hero__actions { align-items: flex-start; flex-direction: column; gap: 23px; }
    .hero__meta { left: 16px; right: 16px; bottom: 24px; width: auto; transform: none; gap: 0; justify-content: space-between; }
    .hero__meta div { gap: 7px; }
    .hero__meta span { display: none; }
    .hero__meta p { max-width: 92px; font-size: 7px; line-height: 1.5; }
    .philosophy__copy h2 { margin-bottom: 30px; font-size: 38px; }
    .philosophy__body { grid-template-columns: 1fr; }
    .editorial { width: 100%; }
    .editorial__image { min-height: 360px; }
    .editorial__card { padding: 50px 24px 58px; }
    .editorial__card h2 { font-size: 40px; }
    .section-heading { margin-bottom: 34px; }
    .section-heading h2, .services h2 { font-size: 39px; }
    .text-link--desktop { display: none; }
    .mobile-only { margin-top: 35px; display: flex !important; width: 100%; }
    .product-grid--featured, .product-grid--catalog { grid-template-columns: 1fr; gap: 39px; }
    .product-card__media { aspect-ratio: 1 / 1.03; }
    .product-card__quick { display: none; }
    .product-card__name { font-size: 19px; }
    .product-dialog { width: calc(100% - 20px); max-height: calc(100dvh - 20px); }
    .product-dialog__panel { display: block; min-height: 0; }
    .product-dialog__media { height: 43dvh; min-height: 300px; }
    .product-dialog__content { padding: 40px 23px 28px; }
    .product-dialog__content h2 { font-size: 34px; }
    .product-dialog__description { max-height: 100px; }
    .product-dialog__prices { margin-top: 15px; }
    .service-item { grid-template-columns: 34px 1fr 17px; gap: 10px; }
    .service-item h3 { font-size: 21px; }
    .closing-cta { min-height: 590px; }
    .closing-cta__image { background: linear-gradient(90deg, rgba(0,0,0,.8), rgba(0,0,0,.28)), var(--cta-image) 61% center / cover no-repeat; }
    .closing-cta h2 { font-size: 48px; }
    .site-footer__top { padding-block: 62px 50px; grid-template-columns: 1fr 1fr; gap: 42px 20px; }
    .footer-intro { grid-column: 1 / -1; }
    .footer-column:last-child { grid-column: 2; }
    .site-footer__bottom { align-items: flex-start; flex-direction: column; gap: 5px; }
    .creator-credit__inner { min-height: 76px; gap: 16px; }
    .creator-credit__avatar { width: 31px; height: 31px; }
    .creator-credit__inner > a { gap: 7px; font-size: 8px; }
    .creator-credit__inner > a i { margin-left: 2px; }
    .page-hero { min-height: 500px; background-position: 62% center; }
    .page-hero__content { padding-bottom: 48px; }
    .page-hero h1 { font-size: 47px; }
    .catalog-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
    .catalog-heading h2 { font-size: 43px; }
    .filter-bar { grid-template-columns: 1fr; margin-bottom: 55px; }
    .filter-search, .filter-dropdown { grid-column: auto; min-height: 62px; border-right: 0; border-bottom: 1px solid var(--line); }
    .filter-dropdown summary { min-height: 62px; }
    .filter-dropdown__menu { position: relative; top: auto; left: auto; width: 100%; border: 0; border-top: 1px solid var(--line); box-shadow: none; }
    .autocomplete-panel { left: -1px; width: calc(100vw - 32px); }
    .autocomplete-item { grid-template-columns: 52px minmax(0,1fr) 18px; }
    .autocomplete-item__media { width: 52px; height: 52px; }
    .autocomplete-item__price { display: none; }
    .filter-submit { min-height: 55px; }
    .pagination-nav { margin-top: 60px; gap: 12px; }
    .pagination-nav__pages a, .pagination-nav__pages span { width: 34px; height: 34px; }
    .pagination-nav__pages { gap: 4px; max-width: 220px; overflow-x: auto; }
    .pagination-nav__arrow { width: 35px; height: 35px; flex: 0 0 auto; }
    .empty-state { padding: 85px 10px; }
    .empty-state h2 { font-size: 39px; }
    .simple-hero { padding: 85px 0 68px; }
    .simple-hero h1 { font-size: 53px; }
    .favorites-toolbar { align-items: flex-start; flex-direction: column; gap: 18px; }
    .contact-layout__image { min-height: 420px; background-position: 56% center; }
    .contact-layout__caption { left: 20px; right: 20px; bottom: 20px; }
    .contact-layout__caption p { display: none; }
    .contact-layout__content { padding: 64px 20px 74px; }
    .contact-layout h1 { font-size: 46px; }
    .contact-links a { grid-template-columns: 78px 1fr 18px; }
    .form-row { grid-template-columns: 1fr; gap: 21px; }
    .success-view { min-height: 700px; padding-block: 70px; grid-template-columns: 1fr; gap: 45px; text-align: center; }
    .success-view__mark { width: 210px; margin-inline: auto; }
    .success-view__copy h1 { font-size: 48px; }
    .success-view__copy .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .site-intro { display: none !important; }
    .page-transition { display: none !important; }
    .reveal { opacity: 1; transform: none; }
}
