/* =========================================================================
   «Аура» — a fashion boutique theme on top of NewCMS Default.

   ART DIRECTION
   An editorial fashion magazine, not a shop window. Ivory paper (#f5f1ea),
   warm ink (#171412), sand for the quiet sections and one muted accent —
   clay (#9b5e48) — that only ever marks a sale price, a number or a star.
   No rounded corners anywhere, no shadows, no filled icons: structure comes
   from hairlines, from the size of the photographs and from white space.

   Type: Lora (a contemporary serif) for everything that is a title — set
   large, regular weight, tight leading; Manrope (a clean grotesk) for the
   rest, with the labels in small spaced capitals. The two never swap jobs.

   Motion is slow and only on intent: a photograph swaps on hover, a tile
   zooms by 4 %, the menu fades in. The running line drifts; everything
   stands still under prefers-reduced-motion.

   Loaded after the parent's theme.css / blocks.css / chrome.css and the
   modules' styles, so every rule here only has to re-dress, not rebuild.
   ========================================================================= */

/* -------------------------------------------------------------------------
   1. Fonts (the parent theme ships the files)
   ------------------------------------------------------------------------- */
@font-face {
    font-family: 'Aura Serif';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('/themes/default/assets/fonts/lora-cyrillic-wght-normal.woff2') format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: 'Aura Serif';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('/themes/default/assets/fonts/lora-latin-wght-normal.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Aura Serif';
    font-style: italic;
    font-weight: 400 700;
    font-display: swap;
    src: url('/themes/default/assets/fonts/lora-cyrillic-wght-italic.woff2') format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: 'Aura Serif';
    font-style: italic;
    font-weight: 400 700;
    font-display: swap;
    src: url('/themes/default/assets/fonts/lora-latin-wght-italic.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Aura Sans';
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url('/themes/default/assets/fonts/manrope-cyrillic-wght-normal.woff2') format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: 'Aura Sans';
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url('/themes/default/assets/fonts/manrope-latin-wght-normal.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* -------------------------------------------------------------------------
   2. Tokens — `html:root` so they also win over a design layer, and the
   same in both colour schemes: the boutique is ivory, day and night.
   ------------------------------------------------------------------------- */
html:root {
    --au-paper: #f5f1ea;
    --au-white: #fbf9f5;
    --au-sand: #ebe4d9;
    --au-sand-2: #e2d9cc;
    --au-ink: #171412;
    --au-ink-2: #2e2925;
    --au-muted: #756c64;
    --au-faint: #9d9389;
    --au-line: #dcd4c8;
    --au-line-strong: #bdb1a2;
    --au-clay: #9b5e48;
    --au-clay-dark: #7f4a37;

    --au-serif: 'Aura Serif', 'Cormorant Garamond', 'Playfair Display', Georgia, 'Times New Roman', serif;
    --au-sans: 'Aura Sans', 'Helvetica Neue', Arial, system-ui, sans-serif;
    --au-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
    --au-label: 0.6875rem;

    --c-bg: var(--au-paper);
    --c-surface: var(--au-white);
    --c-surface-sunk: var(--au-sand);
    --c-text: var(--au-ink-2);
    --c-text-strong: var(--au-ink);
    --c-text-muted: var(--au-muted);
    --c-text-faint: var(--au-faint);
    --c-border: var(--au-line);
    --c-border-strong: var(--au-line-strong);
    --c-accent: var(--au-ink);
    --c-accent-hover: var(--au-ink-2);
    --c-accent-soft: var(--au-sand);
    --c-accent-contrast: var(--au-paper);
    --c-link: var(--au-ink);
    --c-link-hover: var(--au-clay);
    --c-mark: var(--au-clay);
    --c-mark-text: var(--au-clay);
    --c-mark-soft: #f0e2da;
    --c-slab: var(--au-ink);
    --c-slab-text: var(--au-paper);
    --c-slab-muted: #b5aa9e;
    --c-danger: #a13d2d;
    --c-success: #4d6b45;

    --font-display: var(--au-serif);
    --font-ui: var(--au-sans);
    --font-prose: var(--au-sans);

    --fw-heading: 400;
    --tr-tight: -0.015em;
    --tr-snug: -0.01em;

    --r-xs: 0;
    --r-sm: 0;
    --r-md: 0;
    --r-lg: 0;
    --r-btn: 0;
    --r-pill: 0;
    --card-radius: 0;
    --card-bg: transparent;
    --card-border: 0;
    --card-shadow: none;
    --shadow-sm: none;
    --shadow-md: none;
    --shadow-lg: none;
    --shadow-lift: none;

    --w-container: 78rem;
    --w-wide: 100rem;
    --w-prose: 40rem;
    --gutter: clamp(1rem, 3.4vw, 3.25rem);

    --sp-xs: 1.5rem;
    --sp-sm: clamp(2.5rem, 2rem + 2.5vw, 3.5rem);
    --sp-md: clamp(4rem, 3rem + 4vw, 6.5rem);
    --sp-lg: clamp(5.5rem, 4rem + 6vw, 9rem);
    --sp-xl: clamp(7rem, 5rem + 9vw, 12rem);

    --dur: 220ms;
    --ease: var(--au-ease);

    color-scheme: light;
}

@media (prefers-color-scheme: dark) {
    html:root {
        --c-bg: var(--au-paper);
        --c-surface: var(--au-white);
        --c-surface-sunk: var(--au-sand);
        --c-text: var(--au-ink-2);
        --c-text-strong: var(--au-ink);
        --c-text-muted: var(--au-muted);
        --c-text-faint: var(--au-faint);
        --c-border: var(--au-line);
        --c-border-strong: var(--au-line-strong);
        --c-accent: var(--au-ink);
        --c-accent-hover: var(--au-ink-2);
        --c-accent-soft: var(--au-sand);
        --c-accent-contrast: var(--au-paper);
        --c-link: var(--au-ink);
        --c-link-hover: var(--au-clay);
        --c-mark: var(--au-clay);
        --c-mark-text: var(--au-clay);
        --c-danger: #a13d2d;
        --c-success: #4d6b45;
        --shadow-lift: none;
    }
}

/* Tones: the design layer is not linked, so the theme defines its own. */
.cms-tone-soft {
    --section-bg: var(--au-sand);
    --c-bg: var(--au-sand);
    --c-surface: var(--au-paper);
}
.cms-tone-dark,
.cms-on-dark,
.cms-tone-primary {
    --section-bg: var(--au-ink);
    --c-bg: var(--au-ink);
    --c-surface: #211d1a;
    --c-surface-sunk: #26211d;
    --c-text: #e9e2d8;
    --c-text-strong: #f7f2ea;
    --c-text-muted: #b1a79b;
    --c-text-faint: #8b8177;
    --c-border: #3a332d;
    --c-border-strong: #54493f;
    --c-accent: var(--au-paper);
    --c-accent-hover: #ffffff;
    --c-accent-contrast: var(--au-ink);
    --c-link: var(--au-paper);
    --c-link-hover: #d9a68f;
    --c-mark: #d9a68f;
    --c-mark-text: #d9a68f;
    color-scheme: dark;
}
.cms-tone-accent {
    --section-bg: var(--au-clay);
    --c-bg: var(--au-clay);
    --c-text: #fbf3ee;
    --c-text-strong: #ffffff;
    --c-text-muted: #f0d9cf;
    --c-border: #b77c66;
    --c-accent: #ffffff;
    --c-accent-contrast: var(--au-clay);
    --c-link: #ffffff;
}
.cms-on-light {
    --c-text: var(--au-ink-2);
    --c-text-strong: var(--au-ink);
    --c-text-muted: var(--au-muted);
}

/* -------------------------------------------------------------------------
   3. Base
   ------------------------------------------------------------------------- */
body {
    background: var(--au-paper);
    color: var(--c-text);
    font-family: var(--au-sans);
    font-size: 0.9375rem;
    line-height: 1.6;
    letter-spacing: 0.005em;
}

::selection {
    background: var(--au-ink);
    color: var(--au-paper);
}

h1, h2, h3, h4 {
    font-family: var(--au-serif);
    font-weight: 400;
    color: var(--c-text-strong);
}

a {
    color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
}

:focus-visible {
    outline: 1px solid var(--au-ink);
    outline-offset: 3px;
}

.cms-prose {
    font-family: var(--au-sans);
    font-size: 1rem;
    line-height: 1.75;
}
.cms-prose h2,
.cms-prose h3 {
    font-family: var(--au-serif);
    font-weight: 400;
    letter-spacing: -0.01em;
}
.cms-prose h2 { font-size: clamp(1.6rem, 1.3rem + 1vw, 2.1rem); margin-top: 2.2em; }
.cms-prose a { color: var(--au-ink); text-decoration-color: var(--au-line-strong); }
.cms-prose a:hover { text-decoration-color: currentColor; }

/* Labels, links and buttons: the three things the theme is built from. */
.au-eyebrow {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin: 0 0 1.4rem;
    font-family: var(--au-sans);
    font-size: var(--au-label);
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--c-text-muted);
}
.au-eyebrow::before {
    content: '';
    width: 2.25rem;
    height: 1px;
    background: currentColor;
}

.au-link {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0 0 0.4rem;
    border-bottom: 1px solid currentColor;
    color: var(--c-text-strong);
    font-family: var(--au-sans);
    font-size: var(--au-label);
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    transition: color var(--dur) var(--ease), gap var(--dur) var(--ease);
}
.au-link::after {
    content: '';
    width: 1.1rem;
    height: 1px;
    background: currentColor;
    transition: width var(--dur) var(--ease);
}
.au-link:hover { gap: 0.9rem; color: var(--au-clay); }
.au-link:hover::after { width: 1.6rem; }
.au-link--light { color: #fff; }
.au-link--light:hover { color: #fff; opacity: 0.8; }

.cms-btn,
.au-btn,
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    min-height: 3.25rem;
    padding: 0.95rem 2.1rem;
    border: 1px solid var(--c-accent);
    border-radius: 0;
    background: var(--c-accent);
    color: var(--c-accent-contrast);
    font-family: var(--au-sans);
    font-size: var(--au-label);
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1.2;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: none;
    transition: background-color var(--dur) var(--ease), color var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.cms-btn:hover,
.au-btn:hover,
.button:hover {
    background: transparent;
    color: var(--c-text-strong);
    border-color: var(--c-text-strong);
}
.cms-btn--ghost,
.button--ghost {
    background: transparent;
    color: var(--c-text-strong);
    border-color: var(--c-text-strong);
}
.cms-btn--ghost:hover,
.button--ghost:hover {
    background: var(--c-text-strong);
    color: var(--c-bg);
}
.cms-btn--link {
    min-height: 0;
    padding: 0 0 0.35rem;
    border: 0;
    border-bottom: 1px solid currentColor;
    background: none;
    color: var(--c-text-strong);
}
.cms-btn--link:hover { background: none; color: var(--au-clay); }
.cms-btn .cms-icon { width: 1rem; height: 1rem; }

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='url'],
input[type='search'],
input[type='number'],
input[type='password'],
input[type='date'],
textarea,
select,
.cms-form__input {
    border-radius: 0;
    border-color: var(--au-line-strong);
    background-color: var(--au-white);
    font-family: var(--au-sans);
}
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    border-color: var(--au-ink);
    outline: 1px solid var(--au-ink);
    outline-offset: 0;
}

.cms-icon { stroke-width: 1.4; }

/* -------------------------------------------------------------------------
   4. Sections — the engine's wrapper around every block
   ------------------------------------------------------------------------- */
.cms-section__title {
    font-family: var(--au-serif);
    font-weight: 400;
    font-size: clamp(2rem, 1.35rem + 2.3vw, 3.5rem);
    line-height: 1.04;
    letter-spacing: -0.015em;
}
h1.cms-section__title { font-size: clamp(2.6rem, 1.6rem + 3.6vw, 5rem); }
h3.cms-section__title { font-size: clamp(1.5rem, 1.2rem + 1vw, 2.1rem); }

.cms-section__subtitle {
    margin-top: 0.9rem;
    font-family: var(--au-serif);
    font-style: italic;
    font-size: clamp(1.02rem, 0.95rem + 0.3vw, 1.2rem);
    line-height: 1.5;
    color: var(--c-text-muted);
}

.cms-section__head { margin-bottom: clamp(2rem, 1.5rem + 1.5vw, 3.25rem); }

/* A left heading reads as a magazine section opener: the title on the
   left, the subtitle across from it, a hairline under both. */
.cms-section__head--left {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.75rem 3rem;
    max-width: none;
    padding-bottom: 1.4rem;
    border-bottom: 1px solid var(--c-border);
}
.cms-section__head--left .cms-section__title { max-width: 18ch; }
.cms-section__head--left .cms-section__subtitle {
    max-width: 34ch;
    margin: 0;
    text-align: right;
}

.cms-w-full .cms-section__head--left {
    margin-inline: var(--gutter);
    padding-inline: 0;
}
.cms-section__head--center .cms-section__title { margin-inline: auto; max-width: 20ch; }

@media (max-width: 40rem) {
    .cms-section__head--left { display: block; }
    .cms-section__head--left .cms-section__subtitle { margin-top: 0.6rem; text-align: left; }
}

/* -------------------------------------------------------------------------
   5. Header
   ------------------------------------------------------------------------- */
.au-hdr {
    position: relative;
    z-index: 60;
    background: var(--au-paper);
    color: var(--au-ink);
    border-bottom: 1px solid var(--au-line);
    transition: background-color 0.35s var(--au-ease), color 0.35s var(--au-ease), border-color 0.35s var(--au-ease);
}
.au-hdr--sticky {
    position: sticky;
    top: calc(-1 * var(--hdr-top-h, 0px));
}

.au-hdr__bar {
    background: var(--au-ink);
    color: #e9e2d8;
}
.au-hdr__bar-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 2.5rem;
    min-height: 2.25rem;
    padding: 0.35rem var(--gutter);
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-align: center;
}
.au-hdr__bar .au-el + .au-el::before {
    content: '✦';
    margin-right: 2.5rem;
    font-size: 0.5rem;
    color: #d9a68f;
    vertical-align: 0.2em;
}
.au-hdr__bar p { margin: 0; }
.au-hdr__bar a { color: inherit; text-decoration: none; }

.au-hdr__main {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1rem;
    min-height: 4.75rem;
    padding: 0 var(--gutter);
}
.au-hdr__side {
    display: flex;
    align-items: center;
    gap: 2rem;
    min-width: 0;
}
.au-hdr__side--right { justify-content: flex-end; gap: 1.1rem; }
.au-hdr__center { display: flex; justify-content: center; }

.au-burger {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    min-height: 2.75rem;
    padding: 0;
    border: 0;
    background: none;
    color: inherit;
    cursor: pointer;
    font: 600 0.6875rem/1 var(--au-sans);
    letter-spacing: 0.22em;
    text-transform: uppercase;
}
.au-burger__lines {
    display: grid;
    gap: 6px;
    width: 1.6rem;
}
.au-burger__lines span {
    display: block;
    height: 1px;
    background: currentColor;
    transition: width var(--dur) var(--ease);
}
.au-burger__lines span:last-child { width: 65%; }
.au-burger:hover .au-burger__lines span:last-child { width: 100%; }

.au-nav__list {
    display: flex;
    align-items: center;
    gap: 1.9rem;
    margin: 0;
    padding: 0;
    list-style: none;
}
.au-nav__link {
    position: relative;
    display: inline-block;
    padding: 0.4rem 0;
    color: inherit;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
}
.au-nav__link::after {
    content: '';
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    height: 1px;
    background: currentColor;
    transition: right 0.3s var(--au-ease);
}
.au-nav__link:hover::after,
.au-nav__link[aria-current]::after { right: 0; }
.au-nav__item.is-highlight .au-nav__link { color: var(--au-clay); }

.au-logo {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    color: inherit;
    text-decoration: none;
}
.au-logo__name {
    padding-left: 0.42em;
    font-family: var(--au-serif);
    font-size: clamp(1.45rem, 1.1rem + 1.1vw, 2.05rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.42em;
    text-transform: uppercase;
}
.au-logo__img { height: var(--logo-h, 40px); width: auto; }
.au-logo__tagline {
    margin-top: 0.35rem;
    font-size: 0.625rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    opacity: 0.7;
}

/* The modules' header elements (search, account, wishlist, cart): thin
   icons, no pills, the count as a small superscript. */
.au-hdr .au-mod,
.au-hdr .hdr-actions { display: flex; align-items: center; }
.au-hdr .hdr-actions:empty { display: none; }
.au-hdr .au-mod a,
.au-hdr .au-mod button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-width: 2.5rem;
    min-height: 2.5rem;
    padding: 0.25rem;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    color: inherit;
    font: 600 0.6875rem/1 var(--au-sans);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-decoration: none;
}
.au-hdr .au-mod .cms-icon {
    width: 1.3rem;
    height: 1.3rem;
    stroke-width: 1.25;
}
.au-hdr .au-mod a:hover,
.au-hdr .au-mod button:hover { background: none; color: inherit; opacity: 0.65; }
.au-hdr .shop-minicart__label { display: none; }
.au-hdr .shop-minicart__count,
.au-hdr [data-shop-count],
.au-hdr .shop-hlink__count {
    position: absolute;
    top: 0.1rem;
    right: -0.1rem;
    min-width: 1.05rem;
    height: 1.05rem;
    padding: 0 0.2rem;
    border-radius: 999px;
    background: var(--au-ink);
    color: var(--au-paper);
    font: 600 0.625rem/1.05rem var(--au-sans);
    letter-spacing: 0;
    text-align: center;
}

/* Over the first screen (Настройки → Шапка → «Прозрачная на главной»):
   pale on the photograph, paper as soon as the page moves. */
.au-hdr--overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    border-bottom-color: rgb(255 255 255 / 0.22);
    color: #fff;
}
.au-hdr--overlay .au-hdr__main {
    background: linear-gradient(to bottom, rgb(20 16 12 / 0.28), rgb(20 16 12 / 0));
}
.au-hdr--overlay.is-scrolled,
.au-hdr--overlay:focus-within,
.au-hdr--overlay:hover {
    background: var(--au-paper);
    border-bottom-color: var(--au-line);
    color: var(--au-ink);
}
.au-hdr--overlay.is-scrolled .au-hdr__main,
.au-hdr--overlay:focus-within .au-hdr__main,
.au-hdr--overlay:hover .au-hdr__main { background: none; }
.au-hdr--overlay:not(.is-scrolled):not(:hover):not(:focus-within) .shop-minicart__count,
.au-hdr--overlay:not(.is-scrolled):not(:hover):not(:focus-within) [data-shop-count] {
    background: #fff;
    color: var(--au-ink);
}
.au-hdr--overlay.is-scrolled { top: calc(-1 * var(--hdr-top-h, 0px)); }

/* Default header chrome printed for element types this theme does not
   redraw (a phone or a button in the main row) — keep them quiet. */
.au-hdr .hdr-el { color: inherit; }

@media (max-width: 64rem) {
    .au-hdr__side--left .au-el--menu { display: none; }
}

@media (max-width: 48rem) {
    .au-hdr__main {
        grid-template-columns: auto 1fr auto;
        min-height: 3.75rem;
        gap: 0.5rem;
    }
    .au-hdr__center { justify-content: center; }
    .au-burger__label { display: none; }
    .au-hdr__side { gap: 0.25rem; }
    .au-hdr__side--right { gap: 0; }
    .au-hdr__main .au-el:not(.au-el--mobile):not(.au-el--logo) { display: none; }
    .au-hdr__bar .au-el:not(:first-child) { display: none; }
    .au-logo__name { font-size: 1.3rem; letter-spacing: 0.34em; padding-left: 0.34em; }
    .au-hdr .au-mod a,
    .au-hdr .au-mod button { min-width: 2.4rem; }
}

/* -------------------------------------------------------------------------
   6. The full-screen menu
   ------------------------------------------------------------------------- */
.au-menu[popover] {
    position: fixed;
    inset: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    margin: 0;
    padding: 0 var(--gutter);
    border: 0;
    background: var(--au-paper);
    color: var(--au-ink);
    overflow-y: auto;
    overscroll-behavior: contain;
}
.au-menu[popover]:popover-open {
    display: flex;
    flex-direction: column;
    animation: au-menu-in 0.45s var(--au-ease) both;
}
.au-menu::backdrop { background: rgb(23 20 18 / 0.3); }

@keyframes au-menu-in {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes au-rise {
    from { opacity: 0; transform: translateY(1.2rem); }
    to { opacity: 1; transform: none; }
}

.au-menu__head {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    min-height: 4.75rem;
    border-bottom: 1px solid var(--au-line);
}
.au-menu__label {
    font-size: var(--au-label);
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--au-muted);
}
.au-menu__head .au-el--logo { display: flex; justify-content: center; }
.au-menu__close {
    display: inline-flex;
    align-items: center;
    justify-self: end;
    gap: 0.8rem;
    min-height: 2.75rem;
    padding: 0;
    border: 0;
    background: none;
    color: inherit;
    cursor: pointer;
    font: 600 var(--au-label)/1 var(--au-sans);
    letter-spacing: 0.22em;
    text-transform: uppercase;
}
.au-menu__close-x {
    position: relative;
    width: 1.4rem;
    height: 1.4rem;
}
.au-menu__close-x::before,
.au-menu__close-x::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: rotate(45deg);
}
.au-menu__close-x::after { transform: rotate(-45deg); }

.au-menu__body {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(16rem, 1fr);
    gap: 3rem 6vw;
    flex: 1;
    padding: clamp(2rem, 5vh, 4rem) 0 2rem;
}
.au-menu__list {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: none;
}
.au-menu__item {
    display: grid;
    grid-template-columns: 3rem 1fr;
    align-items: baseline;
    padding: 0.35rem 0;
    border-bottom: 1px solid var(--au-line);
    animation: au-rise 0.6s var(--au-ease) both;
    animation-delay: calc(0.08s + var(--i, 0) * 0.06s);
}
.au-menu__num {
    font-family: var(--au-serif);
    font-style: italic;
    font-size: 0.95rem;
    color: var(--au-clay);
}
.au-menu__link {
    display: inline-block;
    padding: 0.2rem 0;
    color: var(--au-ink);
    font-family: var(--au-serif);
    font-size: clamp(2.1rem, 1.3rem + 3.4vw, 4.6rem);
    line-height: 1.12;
    letter-spacing: -0.02em;
    text-decoration: none;
    transition: color var(--dur) var(--ease), transform 0.4s var(--au-ease);
}
.au-menu__link:hover { color: var(--au-clay); transform: translateX(0.6rem); }
.au-menu__item.is-highlight .au-menu__link { font-style: italic; color: var(--au-clay); }
.au-menu__sub {
    grid-column: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 1.8rem;
    margin: 0 0 1rem;
    padding: 0;
    list-style: none;
}
.au-menu__sub a {
    font-size: var(--au-label);
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--au-muted);
    text-decoration: none;
}
.au-menu__sub a:hover { color: var(--au-ink); }

.au-menu__aside {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-top: 0.6rem;
    animation: au-rise 0.7s var(--au-ease) 0.3s both;
}
.au-menu__tagline {
    font-family: var(--au-serif);
    font-style: italic;
    font-size: 1.5rem;
    line-height: 1.35;
    color: var(--au-ink);
}
.au-menu__contacts {
    display: grid;
    gap: 0.5rem;
    font-size: 0.9375rem;
}
.au-menu__phone {
    font-family: var(--au-serif);
    font-size: 1.6rem;
    color: var(--au-ink);
    text-decoration: none;
}
.au-menu__line { margin: 0; color: var(--au-ink-2); text-decoration: none; }
.au-menu__line--muted { color: var(--au-muted); }
.au-menu__socials {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.4rem;
    margin: 0;
    padding: 0;
    list-style: none;
}
.au-menu__socials a {
    font-size: var(--au-label);
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid var(--au-line-strong);
    padding-bottom: 0.25rem;
}
.au-menu__mark {
    margin: 0 0 -0.12em;
    font-family: var(--au-serif);
    font-size: clamp(5rem, 18vw, 17rem);
    line-height: 0.8;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: right;
    color: transparent;
    -webkit-text-stroke: 1px var(--au-line-strong);
    user-select: none;
    pointer-events: none;
}

@media (max-width: 48rem) {
    .au-menu__head { min-height: 3.75rem; }
    .au-menu__label { visibility: hidden; }
    .au-menu__close-text { display: none; }
    .au-menu__body { grid-template-columns: 1fr; padding-top: 1.5rem; }
    .au-menu__item { grid-template-columns: 2.2rem 1fr; }
    .au-menu__mark { text-align: center; }
}

/* -------------------------------------------------------------------------
   7. Footer
   ------------------------------------------------------------------------- */
.au-ftr {
    --ftr-fg: #e9e2d8;
    --ftr-muted: #9d9389;
    --ftr-line: #38312b;
    background: var(--au-ink);
    color: var(--ftr-fg);
    overflow: hidden;
}
.au-ftr--paper {
    --ftr-fg: var(--au-ink-2);
    --ftr-muted: var(--au-muted);
    --ftr-line: var(--au-line);
    background: var(--au-sand);
}
.au-ftr__inner {
    max-width: var(--w-wide);
    margin: 0 auto;
    padding: clamp(4rem, 3rem + 4vw, 7rem) var(--gutter) 1.5rem;
}
.au-ftr__top {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 2fr);
    gap: 3rem 6vw;
}
.au-ftr__label {
    margin: 0 0 1.3rem;
    font-family: var(--au-sans);
    font-size: var(--au-label);
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ftr-muted);
}
.au-ftr__statement {
    max-width: 30ch;
    margin: 0;
    font-family: var(--au-serif);
    font-size: clamp(1.25rem, 1.1rem + 0.6vw, 1.6rem);
    line-height: 1.3;
    color: var(--ftr-fg);
}
.au-ftr__cols {
    display: grid;
    grid-template-columns: repeat(var(--cols, 4), minmax(0, 1fr));
    gap: 2.5rem 2rem;
}
.au-ftr__list {
    display: grid;
    gap: 0.7rem;
    margin: 0;
    padding: 0;
    list-style: none;
}
.au-ftr a {
    color: var(--ftr-fg);
    text-decoration: none;
    transition: color var(--dur) var(--ease);
}
.au-ftr a:hover { color: #d9a68f; }
.au-ftr--paper a:hover { color: var(--au-clay); }
.au-ftr__list a,
.au-ftr__contacts,
.au-ftr__text { font-size: 0.9rem; line-height: 1.55; }
.au-ftr__contacts {
    display: grid;
    gap: 0.55rem;
    font-style: normal;
}
.au-ftr__phone {
    font-family: var(--au-serif);
    font-size: 1.3rem;
}
.au-ftr__muted,
.au-ftr__text { color: var(--ftr-muted); }
.au-ftr__pay {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin: 0;
    padding: 0;
    list-style: none;
}
.au-ftr__pay li {
    padding: 0.3rem 0.55rem;
    border: 1px solid var(--ftr-line);
    font-size: 0.6875rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.au-ftr__mark {
    margin: clamp(3rem, 2rem + 4vw, 6rem) 0 0;
    font-family: var(--au-serif);
    font-size: clamp(5.5rem, 25vw, 26rem);
    line-height: 0.78;
    letter-spacing: 0.1em;
    padding-left: 0.1em;
    text-align: center;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px color-mix(in srgb, var(--ftr-fg) 32%, transparent);
    user-select: none;
    white-space: nowrap;
}
.au-ftr__bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 2rem;
    margin-top: 2.5rem;
    padding-top: 1.4rem;
    border-top: 1px solid var(--ftr-line);
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    color: var(--ftr-muted);
}
.au-ftr__bottom p { margin: 0; }
.au-ftr__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.6rem;
    margin: 0;
    padding: 0;
    list-style: none;
}
.au-ftr__legal a { color: var(--ftr-muted); }
.au-ftr__slot:empty { display: none; }
.au-ftr .cms-form__input,
.au-ftr input[type='email'] {
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--ftr-line);
    color: var(--ftr-fg);
}

@media (max-width: 64rem) {
    .au-ftr__top { grid-template-columns: 1fr; }
}
@media (max-width: 40rem) {
    .au-ftr__cols { grid-template-columns: 1fr 1fr; }
    .au-ftr__bottom { flex-direction: column; align-items: flex-start; }
}

/* -------------------------------------------------------------------------
   8. Blocks of this theme
   ------------------------------------------------------------------------- */

/* --- lookbook cover ------------------------------------------------------ */
.au-hero {
    position: relative;
    display: grid;
    min-height: 100vh;
    min-height: 100svh;
    color: #fff;
    background: var(--au-ink);
    overflow: hidden;
}
.au-hero--tall { min-height: 78vh; min-height: 78svh; }
.au-hero__media {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
    background: var(--au-paper);
}
.au-hero--split .au-hero__media { grid-template-columns: 1fr 1fr; }
.au-hero__pic {
    position: relative;
    margin: 0;
    overflow: hidden;
    background: var(--au-sand-2);
}
.au-hero__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: au-zoom-out 2.4s var(--au-ease) both;
}
@keyframes au-zoom-out {
    from { transform: scale(1.06); }
    to { transform: none; }
}
.au-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, rgb(18 14 11 / 0.62) 0%, rgb(18 14 11 / 0.18) 42%, rgb(18 14 11 / 0) 62%),
        linear-gradient(to bottom, rgb(18 14 11 / 0.25), rgb(18 14 11 / 0) 22%);
    pointer-events: none;
}
.au-hero__content {
    position: relative;
    z-index: 2;
    align-self: end;
    justify-self: center;
    max-width: 62rem;
    padding: 0 var(--gutter) clamp(4.5rem, 11vh, 8rem);
    text-align: center;
    animation: au-rise 1.1s var(--au-ease) 0.2s both;
}
.au-hero__eyebrow {
    margin: 0 0 1.5rem;
    font-size: var(--au-label);
    font-weight: 600;
    letter-spacing: 0.32em;
    text-transform: uppercase;
}
.au-hero__title {
    margin: 0;
    color: #fff;
    font-family: var(--au-serif);
    font-size: clamp(3rem, 1.2rem + 6.8vw, 8.4rem);
    font-weight: 400;
    line-height: 0.96;
    letter-spacing: -0.025em;
    text-wrap: balance;
}
.au-hero__lead {
    max-width: 36ch;
    margin: 1.6rem auto 0;
    font-family: var(--au-serif);
    font-style: italic;
    font-size: clamp(1.05rem, 0.95rem + 0.4vw, 1.3rem);
    line-height: 1.5;
    color: rgb(255 255 255 / 0.88);
}
.au-hero__links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem 3rem;
    margin: 2.4rem 0 0;
}
.au-hero__caption {
    position: absolute;
    z-index: 2;
    left: var(--gutter);
    bottom: 1.6rem;
    margin: 0;
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgb(255 255 255 / 0.75);
}
.au-hero__scroll {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 3.2rem;
    background: rgb(255 255 255 / 0.35);
    overflow: hidden;
}
.au-hero__scroll::after {
    content: '';
    position: absolute;
    left: 0;
    top: -50%;
    width: 1px;
    height: 50%;
    background: #fff;
    animation: au-scroll 2.2s var(--au-ease) infinite;
}
@keyframes au-scroll {
    to { top: 110%; }
}
.au-hero--tall .au-hero__scroll { display: none; }

@media (max-width: 40rem) {
    .au-hero--split .au-hero__media { grid-template-columns: 1fr; }
    .au-hero--split .au-hero__pic + .au-hero__pic { display: none; }
    .au-hero__caption { display: none; }
    .au-hero__links { gap: 1rem 2rem; }
}

/* --- running line -------------------------------------------------------- */
.au-marquee {
    overflow: hidden;
    border-block: 1px solid var(--c-border);
    padding: 1.35rem 0;
}
.au-marquee__strip {
    display: flex;
    width: max-content;
    animation: au-marquee 55s linear infinite;
}
.au-marquee__row {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin: 0;
}
.au-marquee__item {
    padding: 0 2.2rem;
    font-family: var(--au-serif);
    font-style: italic;
    font-size: clamp(1.4rem, 1.1rem + 1.2vw, 2.3rem);
    line-height: 1.2;
    color: var(--c-text-strong);
    white-space: nowrap;
}
.au-marquee--small .au-marquee__item {
    font-family: var(--au-sans);
    font-style: normal;
    font-size: var(--au-label);
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}
.au-marquee__star {
    font-size: 0.75rem;
    color: var(--au-clay);
}
.au-marquee:hover .au-marquee__strip { animation-play-state: paused; }
@keyframes au-marquee {
    to { transform: translateX(-50%); }
}

/* --- collection tiles ---------------------------------------------------- */
.au-cats .au-cats__list {
    display: grid;
    grid-template-columns: repeat(var(--n, 4), minmax(0, 1fr));
    gap: clamp(0.75rem, 1.4vw, 1.5rem);
    margin: 0;
    padding: 0;
    list-style: none;
}
.au-cats--mosaic .au-cats__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.au-cats--mosaic .au-cats__item:first-child { grid-row: span 2; }
.au-cats__item {
    position: relative;
    overflow: hidden;
    color: #fff;
}
.au-cats__pic {
    position: relative;
    aspect-ratio: 3 / 4.4;
    margin: 0;
    overflow: hidden;
    background: var(--au-sand-2);
}
.au-cats--mosaic .au-cats__item:first-child .au-cats__pic { aspect-ratio: auto; height: 100%; }
.au-cats__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.4s var(--au-ease);
}
.au-cats__item:hover .au-cats__img { transform: scale(1.045); }
.au-cats__pic::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(18 14 11 / 0.55), rgb(18 14 11 / 0) 50%);
}
.au-cats__text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: clamp(1.1rem, 2vw, 1.8rem);
}
.au-cats__num {
    display: block;
    margin-bottom: 0.6rem;
    font-family: var(--au-serif);
    font-style: italic;
    font-size: 0.95rem;
    opacity: 0.85;
}
.au-cats__title {
    margin: 0;
    color: #fff;
    font-family: var(--au-serif);
    font-size: clamp(1.6rem, 1.2rem + 1.2vw, 2.4rem);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.01em;
}
.au-cats__link {
    color: inherit;
    text-decoration: none;
}
.au-cats__link::after {
    content: '';
    position: absolute;
    inset: -100vh -100vw;
}
.au-cats__note {
    max-width: 30ch;
    margin: 0.6rem 0 0;
    font-size: 0.8125rem;
    line-height: 1.45;
    color: rgb(255 255 255 / 0.82);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s var(--au-ease), opacity 0.5s var(--au-ease);
}
.au-cats__item:hover .au-cats__note,
.au-cats__item:focus-within .au-cats__note { max-height: 4rem; opacity: 1; }
.au-cats__go {
    display: inline-block;
    margin-top: 1rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid currentColor;
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

@media (max-width: 64rem) {
    .au-cats__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .au-cats--mosaic .au-cats__item:first-child { grid-row: auto; grid-column: span 2; }
}
@media (max-width: 40rem) {
    .au-cats .au-cats__list {
        display: flex;
        gap: 0.75rem;
        margin-inline: calc(-1 * var(--gutter));
        padding-inline: var(--gutter);
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }
    .au-cats__list::-webkit-scrollbar { display: none; }
    .au-cats__item { flex: 0 0 72%; scroll-snap-align: start; }
    .au-cats__note { max-height: none; opacity: 1; }
}

/* --- editorial story ----------------------------------------------------- */
.au-story {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
    align-items: center;
    gap: 4rem 8vw;
}
.au-story--right .au-story__media { order: 2; }
.au-story__media {
    position: relative;
    padding: 0 12% 12% 0;
}
.au-story--right .au-story__media { padding: 0 0 12% 12%; }
.au-story__pic {
    margin: 0;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: var(--au-sand-2);
}
.au-story__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.au-story__pic--small {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 44%;
    aspect-ratio: 1;
    border: clamp(6px, 0.8vw, 12px) solid var(--section-bg, var(--au-paper));
}
.au-story--right .au-story__pic--small { right: auto; left: 0; }
.au-story__caption {
    position: absolute;
    left: -1.9rem;
    bottom: 12%;
    margin: 0;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--c-text-muted);
}
.au-story--right .au-story__caption { left: auto; right: -1.9rem; }
.au-story__title {
    margin: 0;
    max-width: 16ch;
    font-family: var(--au-serif);
    font-size: clamp(2.1rem, 1.3rem + 2.6vw, 3.8rem);
    font-weight: 400;
    line-height: 1.04;
    letter-spacing: -0.02em;
    text-wrap: balance;
}
.au-story__lead {
    margin: 1.2rem 0 0;
    font-family: var(--au-serif);
    font-style: italic;
    font-size: 1.2rem;
    color: var(--c-text-muted);
}
.au-story__body {
    max-width: 36rem;
    margin-top: 2rem;
    color: var(--c-text);
}
.au-story__body > p:first-child::first-letter {
    float: left;
    margin: 0.08em 0.12em 0 0;
    font-family: var(--au-serif);
    font-size: 4.4em;
    line-height: 0.8;
    color: var(--c-text-strong);
}
.au-story__sign {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 2rem 0 0;
    font-family: var(--au-serif);
    font-style: italic;
    font-size: 1.1rem;
    color: var(--c-text-strong);
}
.au-story__sign::before {
    content: '';
    width: 2.5rem;
    height: 1px;
    background: var(--au-clay);
}
.au-story__more { margin: 2.4rem 0 0; }

@media (max-width: 56rem) {
    .au-story { grid-template-columns: 1fr; }
    .au-story--right .au-story__media { order: 0; }
    .au-story__caption { display: none; }
}

/* --- lookbook ------------------------------------------------------------ */
.au-look { position: relative; }
.au-look__controls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.75rem;
    margin: -1rem 0 1.5rem;
    padding: 0 var(--gutter);
}
.au-look__count {
    margin-right: auto;
    font-family: var(--au-serif);
    font-style: italic;
    font-size: 1.05rem;
    color: var(--c-text-muted);
}
.au-look__arrow {
    position: relative;
    width: 3rem;
    height: 3rem;
    border: 1px solid var(--c-border-strong);
    border-radius: 50%;
    background: none;
    color: var(--c-text-strong);
    cursor: pointer;
    transition: background-color var(--dur) var(--ease), color var(--dur) var(--ease);
}
.au-look__arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.55rem;
    height: 0.55rem;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: translate(-65%, -50%) rotate(45deg);
}
.au-look__arrow--prev::before { transform: translate(-35%, -50%) rotate(-135deg); }
.au-look__arrow:hover:not(:disabled) { background: var(--au-ink); color: var(--au-paper); border-color: var(--au-ink); }
.au-look__arrow:disabled { opacity: 0.35; cursor: default; }
.au-look .au-look__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: clamp(15rem, 26vw, 25rem);
    gap: clamp(1rem, 2vw, 2rem);
    margin: 0;
    padding: 0 var(--gutter) 1rem;
    list-style: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: var(--gutter);
    scrollbar-width: none;
}
.au-look__track::-webkit-scrollbar { display: none; }
.au-look__item { scroll-snap-align: start; }
.au-look__item:nth-child(even) { padding-top: clamp(2rem, 5vw, 5rem); }
.au-look__pic {
    margin: 0 0 1.2rem;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: var(--au-sand-2);
}
.au-look__pic a { display: block; height: 100%; }
.au-look__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.4s var(--au-ease);
}
.au-look__item:hover .au-look__img { transform: scale(1.04); }
.au-look__num {
    margin: 0 0 0.45rem;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--au-clay);
}
.au-look__title {
    margin: 0;
    font-family: var(--au-serif);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.15;
}
.au-look__title a { text-decoration: none; }
.au-look__title a:hover { color: var(--au-clay); }
.au-look__parts {
    margin: 0.8rem 0 0;
    padding: 0;
    list-style: none;
    font-size: 0.8125rem;
    color: var(--c-text-muted);
}
.au-look__parts li { padding: 0.35rem 0; border-top: 1px solid var(--c-border); }
.au-look__more {
    margin: 2.5rem 0 0;
    padding: 0 var(--gutter);
    text-align: center;
}

@media (max-width: 40rem) {
    .au-look__track { grid-auto-columns: 74%; }
    .au-look__item:nth-child(even) { padding-top: 0; }
    .au-look__arrow { display: none; }
}

/* --- campaign banner ----------------------------------------------------- */
.au-banner {
    position: relative;
    display: grid;
    align-items: center;
    min-height: clamp(26rem, 42vw, 40rem);
}
.au-banner__pic {
    position: absolute;
    inset: 0;
    margin: 0;
    overflow: hidden;
    background: var(--au-sand-2);
}
.au-banner__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.au-banner__panel {
    position: relative;
    z-index: 1;
    justify-self: end;
    width: min(31rem, 42%);
    margin-inline: 7vw;
    padding: clamp(2rem, 1.5rem + 2vw, 3.5rem);
    background: var(--au-paper);
    color: var(--au-ink-2);
}
.au-banner--left .au-banner__panel { justify-self: start; }
.au-banner__big {
    margin: 0 0 0.5rem;
    font-family: var(--au-serif);
    font-size: clamp(3.5rem, 2.5rem + 3vw, 6rem);
    line-height: 0.9;
    letter-spacing: -0.03em;
    color: var(--au-clay);
}
.au-banner__title {
    margin: 0;
    font-family: var(--au-serif);
    font-size: clamp(1.6rem, 1.2rem + 1.2vw, 2.4rem);
    font-weight: 400;
    line-height: 1.1;
    color: var(--au-ink);
}
.au-banner__text {
    margin: 1.1rem 0 0;
    font-size: 0.9375rem;
    color: var(--au-muted);
}
.au-banner__more { margin: 2rem 0 0; }

@media (max-width: 48rem) {
    .au-banner { display: block; min-height: 0; }
    .au-banner__pic { position: relative; aspect-ratio: 4 / 3; }
    .au-banner__panel {
        width: auto;
        margin: -3rem var(--gutter) 0;
    }
}

/* --- boutique services --------------------------------------------------- */
.au-services .au-services__list {
    display: grid;
    grid-template-columns: repeat(var(--n, 4), minmax(0, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
    border-block: 1px solid var(--c-border);
}
.au-services__item {
    padding: clamp(1.75rem, 1.5rem + 1vw, 2.75rem) clamp(1rem, 2vw, 2.25rem);
}
.au-services__item + .au-services__item { border-left: 1px solid var(--c-border); }
.au-services__icon {
    display: block;
    margin-bottom: 1.4rem;
    color: var(--au-clay);
}
.au-services__icon .cms-icon {
    width: 1.75rem;
    height: 1.75rem;
    stroke-width: 1.1;
}
.au-services__title {
    margin: 0;
    font-family: var(--au-sans);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--c-text-strong);
}
.au-services__text {
    margin: 0.8rem 0 0;
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--c-text-muted);
}

@media (max-width: 64rem) {
    .au-services__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .au-services__item:nth-child(odd) { border-left: 0; }
    .au-services__item:nth-child(n + 3) { border-top: 1px solid var(--c-border); }
}
@media (max-width: 30rem) {
    .au-services__list { grid-template-columns: 1fr; }
    .au-services__item + .au-services__item { border-left: 0; border-top: 1px solid var(--c-border); }
}

/* --- social feed --------------------------------------------------------- */
.au-gram { position: relative; }
.au-gram .au-gram__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
}
.au-gram__cell {
    aspect-ratio: 1;
    overflow: hidden;
    background: var(--au-sand-2);
}
.au-gram__link { display: block; height: 100%; }
.au-gram__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s var(--au-ease), transform 1.2s var(--au-ease);
}
.au-gram__cell:hover .au-gram__img { opacity: 0.78; transform: scale(1.04); }
.au-gram__handle {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin: 0;
    transform: translate(-50%, -50%);
}
.au-gram__handle a,
.au-gram__handle > span {
    display: grid;
    justify-items: center;
    gap: 0.5rem;
    padding: 1.4rem 2.4rem;
    background: var(--au-paper);
    color: var(--au-ink);
    text-decoration: none;
}
.au-gram__name {
    font-family: var(--au-serif);
    font-style: italic;
    font-size: clamp(1.3rem, 1rem + 1vw, 1.9rem);
    white-space: nowrap;
}
.au-gram__follow {
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--au-muted);
}
.au-gram__handle a:hover .au-gram__follow { color: var(--au-clay); }

@media (max-width: 40rem) {
    .au-gram__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* --- subscription -------------------------------------------------------- */
.au-news {
    display: grid;
    justify-items: center;
    text-align: center;
}
.au-news__mark {
    display: block;
    margin-bottom: 1.2rem;
    font-size: 0.9rem;
    color: var(--au-clay);
}
.au-news__title {
    margin: 0;
    font-family: var(--au-serif);
    font-style: italic;
    font-size: clamp(2.2rem, 1.5rem + 2.6vw, 3.8rem);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.02em;
}
.au-news__text {
    max-width: 44ch;
    margin: 1.2rem auto 0;
    font-size: 0.9375rem;
    color: var(--c-text-muted);
}
.au-news__action { width: min(100%, 32rem); margin-top: 2.4rem; }
.au-news__form {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid var(--c-text-strong);
}
.au-news__input,
input.au-news__input {
    flex: 1;
    min-width: 0;
    min-height: 3.25rem;
    padding: 0.6rem 0;
    border: 0;
    background: transparent;
    font-size: 1rem;
    color: var(--c-text-strong);
}
.au-news__input:focus-visible { outline: none; }
.au-news__form:focus-within { border-bottom-width: 2px; }
.au-news__btn {
    padding: 0 0 0 1rem;
    border: 0;
    background: none;
    color: var(--c-text-strong);
    cursor: pointer;
    font: 700 var(--au-label)/1 var(--au-sans);
    letter-spacing: 0.22em;
    text-transform: uppercase;
}
.au-news__btn:hover { color: var(--au-clay); }
.au-news__note {
    margin: 1rem 0 0;
    font-size: 0.75rem;
    color: var(--c-text-faint);
}
.au-news__done {
    font-family: var(--au-serif);
    font-style: italic;
    font-size: 1.3rem;
}

/* -------------------------------------------------------------------------
   9. Default blocks, re-dressed
   ------------------------------------------------------------------------- */
.cms-hero__title,
.cms-cta__title,
.cms-heading__title {
    font-family: var(--au-serif);
    font-weight: 400;
    letter-spacing: -0.02em;
}
.cms-hero__eyebrow,
.cms-media-text__eyebrow,
.cms-heading__eyebrow {
    font-size: var(--au-label);
    font-weight: 600;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--c-text-muted);
}
.cms-card {
    border-radius: 0;
    box-shadow: none;
}
.cms-faq details,
.cms-faq__item {
    border-radius: 0;
    background: transparent;
}
.cms-faq summary,
.cms-faq__question {
    font-family: var(--au-serif);
    font-size: 1.25rem;
    font-weight: 400;
}

/* -------------------------------------------------------------------------
   10. Reduced motion
   ------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    .au-marquee__strip { animation: none; flex-wrap: wrap; width: auto; }
    .au-marquee__row[aria-hidden] { display: none; }
    .au-marquee__row { flex-wrap: wrap; justify-content: center; }
    .au-hero__img,
    .au-hero__content,
    .au-menu[popover]:popover-open,
    .au-menu__item,
    .au-menu__aside { animation: none; }
    .au-hero__scroll::after { animation: none; }
    .au-cats__img,
    .au-look__img,
    .au-gram__img { transition: none; }
}

/* =========================================================================
   11. Shop — the product card
   ========================================================================= */
html:root {
    --shop-sticker-discount-bg: var(--au-paper);
    --shop-sticker-discount-fg: var(--au-clay);
    --shop-sticker-hit-bg: var(--au-paper);
    --shop-sticker-hit-fg: var(--au-ink);
    --shop-sticker-new-bg: var(--au-paper);
    --shop-sticker-new-fg: var(--au-ink);
    --shop-sticker-few-bg: var(--au-paper);
    --shop-sticker-few-fg: var(--au-clay);
}

.shop-card.au-card {
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transform: none;
}
.shop-card.au-card:hover { box-shadow: none; transform: none; border-color: transparent; }

.au-card .au-card__media {
    position: relative;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: var(--au-sand);
}
.au-card__photo {
    position: absolute;
    inset: 0;
    display: block;
}
.au-card__img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.6s var(--au-ease), transform 1.2s var(--au-ease);
}
.au-card__img--alt { opacity: 0; }
@media (hover: hover) {
    .au-card--flip:hover .au-card__img--alt,
    .au-card--flip:focus-within .au-card__img--alt { opacity: 1; }
    .au-card:hover .au-card__img { transform: scale(1.03); }
}
.au-card__placeholder {
    display: grid;
    place-items: center;
    height: 100%;
    font-family: var(--au-serif);
    font-size: 4rem;
    color: var(--au-line-strong);
}
.au-card--out .au-card__img { opacity: 0.55; filter: grayscale(0.3); }
.au-card__soldout {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    padding: 0.55rem 1rem;
    background: var(--au-paper);
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--au-ink);
    white-space: nowrap;
    pointer-events: none;
}

/* Labels and the heart */
.au-card .shop-stickers {
    top: 0.9rem;
    left: 0.9rem;
}
.au-card .shop-sticker,
.shop-product .shop-sticker {
    padding: 0.35rem 0.6rem;
    border-radius: 0;
    background: var(--au-paper);
    color: var(--au-ink);
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.18em;
}
.au-card .shop-sticker .cms-icon,
.shop-product .shop-sticker .cms-icon { display: none; }
.au-card .shop-sticker--discount,
.shop-product .shop-sticker--discount,
.au-card .shop-sticker--few { color: var(--au-clay); letter-spacing: 0.08em; }

.au-card .shop-toggles--sm {
    top: 0.6rem;
    right: 0.6rem;
    gap: 0;
}
.au-card .shop-toggle {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0;
    background: none;
    box-shadow: none;
    color: var(--au-ink);
}
.au-card .shop-toggle .cms-icon { width: 1.2rem; height: 1.2rem; stroke-width: 1.3; }
.au-card .shop-toggle--compare { display: none; }
.au-card .shop-toggle--wishlist[aria-pressed="true"] { color: var(--au-clay); }
.au-card .shop-toggle--wishlist[aria-pressed="true"] .cms-icon { fill: currentColor; }
@media (hover: hover) {
    .au-card .shop-toggle--wishlist[aria-pressed="false"] { opacity: 0; transition: opacity var(--dur) var(--ease); }
    .au-card:hover .shop-toggle--wishlist,
    .au-card .shop-toggle--wishlist:focus-visible { opacity: 1; }
}
.au-card .shop-card__quick { display: none; }

/* The quick add: a paper strip that rises from the photo's lower edge. */
.au-card__quick {
    position: absolute;
    left: 0.6rem;
    right: 0.6rem;
    bottom: 0.6rem;
    z-index: 3;
    padding: 0.85rem 0.9rem 0.9rem;
    background: rgb(245 241 234 / 0.96);
    transform: translateY(calc(100% + 1rem));
    transition: transform 0.45s var(--au-ease);
}
.au-card:hover .au-card__quick,
.au-card__quick:focus-within { transform: none; }
@media (hover: none) {
    .au-card__quick { display: none; }
}
.au-quick { display: grid; gap: 0.7rem; }
.au-quick__pick { margin: 0; padding: 0; border: 0; min-width: 0; }
.au-card .au-quick__legend {
    margin: 0 0 0.5rem;
    padding: 0;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--au-muted);
}
.au-card .au-quick__options { gap: 0.25rem; }
.au-card .shop-pick__label {
    min-width: 2.3rem;
    min-height: 2.1rem;
    justify-content: center;
    padding: 0.2rem 0.5rem;
    border: 1px solid transparent;
    border-radius: 0;
    background: none;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--au-ink);
}
.au-card .shop-pick__chip:hover .shop-pick__label { border-color: var(--au-line-strong); }
.au-card .shop-pick__input:checked + .shop-pick__label {
    border-color: var(--au-ink);
    background: none;
    color: var(--au-ink);
    box-shadow: none;
}
.au-card .shop-pick__chip.is-out .shop-pick__label {
    border-style: solid;
    border-color: transparent;
    color: var(--au-faint);
}
.au-quick__add {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 2.6rem;
    padding: 0.5rem 1rem;
    border: 1px solid var(--au-ink);
    border-radius: 0;
    background: var(--au-ink);
    color: var(--au-paper);
    cursor: pointer;
    font: 700 0.625rem/1 var(--au-sans);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color var(--dur) var(--ease), color var(--dur) var(--ease);
}
.au-quick__add:hover { background: transparent; color: var(--au-ink); }

/* Under the photo: brand, name, price. */
.au-card .au-card__body {
    display: block;
    padding: 1rem 0 0;
}
.au-card__brand {
    margin: 0 0 0.35rem;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--au-muted);
}
.au-card .au-card__title {
    margin: 0;
    font-family: var(--au-sans);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.01em;
    color: var(--au-ink);
}
.au-card .au-card__link {
    color: inherit;
    text-decoration: none;
}
.au-card .au-card__link::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
}
.au-card:hover .au-card__title { color: var(--au-ink); }
.au-card .au-card__link:hover { text-decoration: underline; text-decoration-color: var(--au-line-strong); }
.au-card .shop-stickers,
.au-card .shop-toggles,
.au-card .au-card__photo { z-index: 2; }
.au-card__price { margin-top: 0.45rem; }
.au-card__more {
    margin: 0.35rem 0 0;
    font-size: 0.75rem;
    color: var(--au-faint);
}
.au-card__lead {
    margin: 0.6rem 0 0;
    font-size: 0.875rem;
    color: var(--au-muted);
}
.au-card__go { margin-top: 1rem; position: relative; z-index: 2; }

/* Prices everywhere: plain figures, the sale price in clay, the old one struck. */
.shop-price .shop-price__now { margin: 0; }
.shop-price__value {
    font-family: var(--au-sans);
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--au-ink);
}
.shop-price--sm .shop-price__value { font-size: 0.875rem; }
.shop-price__from { font-size: 0.8em; font-weight: 500; color: var(--au-muted); }
.shop-price:has(.shop-price__old) .shop-price__value { color: var(--au-clay); }
.shop-price--sm { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0 0.7rem; }
.shop-price__was { margin: 0; display: inline-flex; gap: 0.5rem; align-items: baseline; }
.shop-price__old { font-size: 0.8125rem; color: var(--au-faint); }
.shop-price__off {
    padding: 0;
    border-radius: 0;
    background: none;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--au-clay);
}
.shop-price--sm .shop-price__off { display: none; }

/* The row view */
.au-card--row {
    display: grid;
    grid-template-columns: minmax(8rem, 16rem) 1fr;
    gap: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--au-line);
}
.au-card--row .au-card__body { padding-top: 0.25rem; }
.au-card--row .au-card__title { font-family: var(--au-serif); font-size: 1.5rem; font-weight: 400; }

/* Grids of cards: more air between, none of the default boxes. */
.shop-grid,
.cms-items.shop-items {
    column-gap: clamp(0.75rem, 1.6vw, 1.75rem);
    row-gap: clamp(2rem, 3vw, 3.25rem);
}
.shop-products-block__more {
    margin-top: clamp(2.5rem, 4vw, 3.5rem);
    text-align: center;
}
.shop-products-block__more .cms-btn {
    min-height: 0;
    padding: 0 0 0.4rem;
    border: 0;
    border-bottom: 1px solid currentColor;
    background: none;
    color: var(--au-ink);
}
.shop-products-block__more .cms-btn:hover { background: none; color: var(--au-clay); }

/* =========================================================================
   12. Shop — pages
   ========================================================================= */

/* The header's search: an underlined field on a wide screen, the icon
   alone (to the search page) on a phone. */
.au-hdr .shop-hsearch-wrap { position: relative; }
.au-hdr .shop-hsearch {
    display: flex;
    align-items: center;
    border: 0;
    border-bottom: 1px solid currentColor;
    background: none;
    box-shadow: none;
    border-radius: 0;
}
.au-hdr .shop-hsearch__input,
.au-hdr input.shop-hsearch__input {
    width: 9.5rem;
    min-height: 2.25rem;
    padding: 0.25rem 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    transition: width 0.4s var(--au-ease);
}
.au-hdr .shop-hsearch__input::placeholder { color: currentColor; opacity: 0.6; }
.au-hdr .shop-hsearch__input:focus { width: 15rem; outline: none; }
.au-hdr .shop-hsearch__go {
    min-width: 2rem !important;
    padding: 0 !important;
}
.au-hdr .shop-hsearch__go .cms-icon { width: 1.1rem !important; height: 1.1rem !important; }
@media (max-width: 64rem) {
    .au-hdr .shop-hsearch { border-bottom: 0; }
    .au-hdr .shop-hsearch__input { display: none; }
    .au-hdr .shop-hsearch-wrap,
    .au-hdr .shop-hsearch { width: auto; min-width: 0; max-width: none; }
    .au-hdr .shop-hsearch__go .cms-icon { width: 1.3rem !important; height: 1.3rem !important; }
}

/* Breadcrumbs: small, quiet, no icons. */
.shop-crumbs,
.cms-crumbs {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--au-muted);
}
.shop-crumbs a,
.cms-crumbs a { color: var(--au-muted); text-decoration: none; }
.shop-crumbs a:hover,
.cms-crumbs a:hover { color: var(--au-ink); }
.shop-crumbs .cms-icon,
.cms-crumbs .cms-icon { width: 0.8rem; height: 0.8rem; }

.shop-wrap { max-width: var(--w-wide); }

/* --- category ------------------------------------------------------------ */
.au-cat__head {
    max-width: var(--w-wide);
    margin: 0 auto;
    padding: clamp(2.5rem, 2rem + 3vw, 5rem) var(--gutter) clamp(2rem, 1.5rem + 2vw, 3.5rem);
    text-align: center;
}
.au-cat__head--image {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 3rem 6vw;
    padding-top: clamp(1.5rem, 1rem + 2vw, 3rem);
    text-align: left;
}
.au-cat__intro .shop-crumbs { margin-bottom: 1.6rem; }
.au-cat__head:not(.au-cat__head--image) .cms-crumbs { justify-content: center; }
.au-cat__title {
    margin: 0;
    font-family: var(--au-serif);
    font-size: clamp(2.6rem, 1.6rem + 4vw, 5.6rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.025em;
    text-wrap: balance;
}
.au-cat__lead {
    max-width: 44ch;
    margin: 1.4rem 0 0;
    font-family: var(--au-serif);
    font-style: italic;
    font-size: clamp(1.05rem, 0.95rem + 0.4vw, 1.3rem);
    line-height: 1.5;
    color: var(--au-muted);
}
.au-cat__head:not(.au-cat__head--image) .au-cat__lead { margin-inline: auto; }
.au-cat__count {
    margin: 1.6rem 0 0;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--au-faint);
}
.au-cat__pic {
    margin: 0;
    aspect-ratio: 4 / 3;
    max-height: 32rem;
    overflow: hidden;
    background: var(--au-sand);
}
.au-cat__img { width: 100%; height: 100%; object-fit: cover; }

.au-cat__nav {
    max-width: var(--w-wide);
    margin: 0 auto clamp(1.5rem, 2vw, 2.5rem);
    padding: 0 var(--gutter);
}
.au-cat .au-cat__tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem 2.4rem;
    margin: 0;
    padding: 1.1rem 0;
    border-block: 1px solid var(--au-line);
    list-style: none;
}
.au-cat__tab {
    position: relative;
    padding: 0.3rem 0;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--au-muted);
    text-decoration: none;
}
.au-cat__tab:hover { color: var(--au-ink); }
.au-cat__tab[aria-current] { color: var(--au-ink); border-bottom: 1px solid var(--au-ink); }

.au-cat__layout { gap: clamp(2rem, 3vw, 3.5rem); }
@media (min-width: 64rem) {
    .au-cat__layout { grid-template-columns: 14rem minmax(0, 1fr); }
    .au-cat__layout:not(:has(.au-cat__side)) { grid-template-columns: minmax(0, 1fr); }
}
.au-cat__side { top: calc(var(--hdr-h, 5rem) + 1rem); }

/* The filter: hairlines and capitals instead of a boxed panel. */
.au-cat .shop-side .shop-filter,
.au-cat .shop-filter {
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
}
.au-cat .shop-filter__head,
.au-cat .shop-filter__title {
    padding-inline: 0;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.au-cat .shop-filter__group,
.au-cat .shop-filter__section,
.au-cat .shop-filter details {
    padding-inline: 0;
    border-color: var(--au-line);
}

.au-cat__toolbar {
    align-items: center;
    padding: 0 0 1.25rem;
    margin-bottom: clamp(1.5rem, 2vw, 2.5rem);
    border-bottom: 1px solid var(--au-line);
}
.au-cat__toolbar .shop-toolbar__count {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--au-muted);
}
.au-cat .shop-sort__label {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--au-muted);
}
.au-cat .shop-sort__select {
    width: auto;
    min-height: 2.4rem;
    padding: 0.3rem 2rem 0.3rem 0;
    border: 0;
    border-bottom: 1px solid var(--au-ink);
    background-color: transparent;
    font-size: 0.8125rem;
}
.au-cat__views {
    display: flex;
    gap: 1.4rem;
    margin-left: auto;
    border: 0;
    background: none;
}
.au-cat .au-cat__views .shop-views__btn {
    width: auto;
    height: auto;
    padding: 0.3rem 0;
    border: 0;
    border-radius: 0;
    background: none;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--au-faint);
    text-decoration: none;
}
.au-cat .au-cat__views .shop-views__btn[aria-current] { color: var(--au-ink); border-bottom: 1px solid var(--au-ink); }
.au-cat__empty { padding: 4rem 0; text-align: center; }
.au-cat__seo { margin-top: 4rem; }

@media (min-width: 64rem) {
    .au-cat .shop-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .au-cat__layout:not(:has(.au-cat__side)) .shop-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 48rem) {
    .au-cat__head--image { grid-template-columns: 1fr; }
    .au-cat__pic { order: -1; aspect-ratio: 3 / 2; }
    .au-cat .au-cat__tabs { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; gap: 1.6rem; }
    .au-cat__tab { white-space: nowrap; }
    .au-cat .shop-sort__label { display: none; }
}

/* Pager and «Показать ещё» */
.shop-more .cms-btn,
.shop-pager .cms-btn { min-width: 14rem; }
.shop-pager a,
.shop-pager span { border-radius: 0; }

/* --- product ------------------------------------------------------------- */
.page--shop_product .shop-page { padding-top: 1.5rem; }
@media (min-width: 64rem) {
    .shop-product .shop-product__top {
        grid-template-columns: minmax(0, 7fr) minmax(22rem, 5fr);
        gap: 0 5vw;
        align-items: start;
    }
    .shop-product__summary {
        position: sticky;
        top: calc(var(--hdr-h, 5rem) + 1.5rem);
    }
    /* The photographs stacked two by two, as in a lookbook. */
    .shop-product .shop-gallery__track {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 4px;
        overflow: visible;
        scroll-snap-type: none;
    }
    .shop-product .shop-gallery--single .shop-gallery__track { grid-template-columns: 1fr; }
    .shop-product .shop-gallery__slide { width: auto; min-width: 0; aspect-ratio: 3 / 4; }
    .shop-product .shop-gallery__thumbs,
    .shop-product .shop-gallery__counter,
    .shop-product .shop-gallery__nav { display: none !important; }
}
.shop-product .shop-gallery__stage,
.shop-product .shop-gallery__slide,
.shop-product .shop-gallery__link { border-radius: 0; background: var(--au-sand); }
.shop-product .shop-gallery .shop-gallery__slide { aspect-ratio: 3 / 4; height: auto; }
.shop-product .shop-gallery .shop-gallery__link { display: block; height: 100%; }
.shop-product .shop-price--lg .shop-price__value { color: var(--au-ink) !important; }
.shop-product .shop-price--lg:has(.shop-price__old) .shop-price__value { color: var(--au-clay) !important; }
.shop-product .shop-gallery__img { width: 100%; height: 100%; object-fit: cover; border-radius: 0; }
.shop-product .shop-gallery__thumb { border-radius: 0; }

.shop-product__brand a,
.shop-product__brand {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--au-muted);
    text-decoration: none;
}
.shop-product__title {
    font-family: var(--au-serif);
    font-size: clamp(2rem, 1.5rem + 1.6vw, 3rem);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.02em;
}
.shop-product .shop-toggles--lg .shop-toggle--compare { display: none; }
.shop-toggles--lg .shop-toggle {
    min-height: 0;
    padding: 0 0 0.3rem;
    border: 0;
    border-bottom: 1px solid var(--au-line-strong);
    border-radius: 0;
    background: none;
    box-shadow: none;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--au-ink);
}
.shop-toggles--lg .shop-toggle:hover { background: none; border-color: var(--au-ink); }

.shop-buy {
    padding: 0 !important;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
}
.shop-price--lg .shop-price__value {
    font-family: var(--au-serif);
    font-weight: 400;
    font-size: clamp(1.8rem, 1.4rem + 1vw, 2.4rem);
    letter-spacing: -0.01em;
}
.shop-chip__label {
    min-width: 3rem;
    min-height: 2.8rem;
    justify-content: center;
    border-radius: 0 !important;
    border-color: var(--au-line-strong);
    background: transparent;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}
.shop-chip__input:checked + .shop-chip__label {
    border-color: var(--au-ink);
    background: var(--au-ink);
    color: var(--au-paper);
    box-shadow: none;
}
.shop-buy .cms-btn { min-height: 3.4rem; }
.shop-buy__links a,
.shop-buy__links button { font-size: 0.8125rem; }
.shop-qty { border-radius: 0; }
.shop-trust__icon { border-radius: 0; background: none; color: var(--au-clay); }
.shop-pros__item .cms-icon { color: var(--au-clay); background: none; }
.shop-keyspecs__title,
.shop-related__title,
.shop-tabs__heading {
    font-family: var(--au-serif);
    font-weight: 400;
}
.shop-related__title { font-size: clamp(1.8rem, 1.3rem + 1.6vw, 2.8rem); }
.shop-tabs__tab {
    font-family: var(--au-sans) !important;
    font-size: 0.6875rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.shop-stickybar { background: var(--au-paper); border-top: 1px solid var(--au-line); box-shadow: none; }
.shop-note { border-radius: 0; }

/* --- cart, checkout, account: the same materials ------------------------ */
.shop-page h1,
.shop-cart__title,
.shop-checkout__title,
.shop-account__title {
    font-family: var(--au-serif);
    font-weight: 400;
    letter-spacing: -0.02em;
}
.shop-cart__line,
.shop-line { border-radius: 0; }
.shop-summary,
.shop-cart__summary,
.shop-checkout__summary,
.shop-card-box,
.shop-panel,
.shop-box {
    border-radius: 0 !important;
    box-shadow: none !important;
}
.shop-modal,
.shop-drawer,
.shop-toast { border-radius: 0 !important; }
.shop-minicart__count { border-radius: 999px; }
.shop-empty { text-align: center; }
.shop-empty__title { font-family: var(--au-serif); font-size: 1.8rem; }
