/*
 * Amour Parfum Signature 4.0.0 — Maison Retail
 * High-contrast, image-led luxury fragrance commerce layer.
 */
:root {
    --ap4-black: #070706;
    --ap4-ink: #151311;
    --ap4-cream: #f7f2e9;
    --ap4-paper: #fffdf9;
    --ap4-stone: #d9cdbd;
    --ap4-gold: var(--amour-gold, #b79255);
    --ap4-line: rgba(21, 19, 17, .14);
    --ap4-shell: min(1460px, calc(100vw - 64px));
    --ap4-serif: "Bodoni 72", Didot, "Times New Roman", Times, serif;
    --ap4-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
    background: var(--ap4-paper);
    color: var(--ap4-ink);
}

/* Header refinement */
.amour-announcement {
    min-height: 30px;
    background: #050504;
}
.amour-announcement p {
    font-size: 9px;
    letter-spacing: .16em;
}
.amour-header {
    background: rgba(250, 247, 241, .98);
}
.amour-header__bar {
    width: var(--ap4-shell);
    min-height: 80px;
    grid-template-columns: 1fr minmax(300px, 520px) 1fr;
}
.amour-header__brand img {
    width: clamp(280px, 28vw, 430px);
    max-height: 46px;
}
.amour-header__nav-row {
    background: rgba(255, 253, 249, .8);
}
.amour-primary-navigation {
    width: var(--ap4-shell);
}
.amour-primary-navigation > .menu,
.amour-primary-navigation > ul {
    min-height: 46px;
    gap: clamp(34px, 4.5vw, 74px);
}
.amour-primary-navigation a,
.amour-header__action {
    font-size: 10px;
    letter-spacing: .1em;
}

/* Home shell */
.ap4-home {
    width: 100%;
    overflow: hidden;
    background: var(--ap4-paper);
}
.ap4-section {
    width: var(--ap4-shell);
    margin-inline: auto;
    padding-block: clamp(78px, 7vw, 118px);
}
.ap4-eyebrow {
    display: block;
    margin: 0 0 18px;
    color: #d7b879;
    font-family: var(--ap4-sans);
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .17em;
    line-height: 1.2;
    text-transform: uppercase;
}
.ap4-eyebrow--dark { color: #8c6735; }
.ap4-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border: 1px solid transparent;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    transition: transform .3s ease, background .3s ease, color .3s ease;
}
.ap4-button:hover { transform: translateY(-2px); }
.ap4-button--gold {
    background: #c7a366;
    color: #0c0b09;
}
.ap4-button--gold:hover { background: #e0c18c; }
.ap4-link {
    display: inline-flex;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 1px solid currentColor;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .09em;
    text-transform: uppercase;
}
.ap4-link--light { color: #fff; }
.ap4-actions {
    display: flex;
    align-items: center;
    gap: 34px;
    flex-wrap: wrap;
}

/* Hero */
.ap4-hero {
    min-height: clamp(590px, 66vw, 820px);
    display: grid;
    grid-template-columns: minmax(430px, 41%) 1fr;
    background: var(--ap4-black);
    color: #fff;
}
.ap4-hero__copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(68px, 7vw, 124px) clamp(40px, 6vw, 104px);
    background:
        radial-gradient(circle at 92% 55%, rgba(145, 83, 45, .2), transparent 32%),
        linear-gradient(145deg, #060605 0%, #0b0908 70%, #17100c 100%);
}
.ap4-hero__copy h1 {
    max-width: 690px;
    margin: 0 0 24px;
    font-family: var(--ap4-serif);
    font-size: clamp(58px, 5.4vw, 92px);
    font-weight: 400;
    letter-spacing: -.045em;
    line-height: .98;
}
.ap4-hero__copy p {
    max-width: 600px;
    margin: 0 0 38px;
    color: rgba(255,255,255,.76);
    font-family: var(--ap4-serif);
    font-size: clamp(20px, 1.55vw, 27px);
    line-height: 1.45;
}
.ap4-hero__visual {
    position: relative;
    min-width: 0;
    overflow: hidden;
    isolation: isolate;
}
.ap4-hero__visual::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(7,7,6,.34), transparent 30%);
    content: "";
    pointer-events: none;
}
.ap4-hero__visual--photographic {
    background-image: var(--ap4-hero-desktop);
    background-position: center;
    background-size: cover;
}
.ap4-hero__visual--product {
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 62% 30%, rgba(255, 232, 191, .65), transparent 22%),
        radial-gradient(circle at 60% 52%, rgba(173, 108, 61, .75), transparent 34%),
        linear-gradient(135deg, #2a1b14 0%, #8c5c3b 42%, #d2b48f 75%, #6b3f28 100%);
}
.ap4-hero__visual--product::before {
    position: absolute;
    right: -8%;
    bottom: -13%;
    width: 78%;
    aspect-ratio: 1.7;
    border-radius: 50%;
    background: rgba(247, 236, 219, .24);
    box-shadow: 0 -32px 90px rgba(0,0,0,.22);
    content: "";
    transform: rotate(-5deg);
}
.ap4-hero-product {
    position: relative;
    z-index: 2;
    width: min(74%, 620px);
    height: 82%;
    display: grid;
    place-items: center;
}
.ap4-hero-product__glow {
    position: absolute;
    inset: 18% 10% 8%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,245,224,.52), rgba(150,86,45,.1) 58%, transparent 70%);
    filter: blur(8px);
}
.ap4-hero-product__image {
    position: relative;
    z-index: 2;
    height: 78%;
    width: 78%;
    display: grid;
    place-items: center;
}
.ap4-hero-product__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 28px 30px rgba(0,0,0,.32));
}
.ap4-hero-product__caption {
    position: absolute;
    right: 0;
    bottom: 5%;
    z-index: 3;
    width: min(290px, 54%);
    padding: 19px 22px;
    background: rgba(14,10,8,.76);
    border-left: 1px solid rgba(220,187,126,.62);
    backdrop-filter: blur(10px);
}
.ap4-hero-product__caption small,
.ap4-hero-product__caption strong,
.ap4-hero-product__caption em { display: block; }
.ap4-hero-product__caption small {
    margin-bottom: 6px;
    color: #d8bc83;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.ap4-hero-product__caption strong {
    font-family: var(--ap4-serif);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.15;
}
.ap4-hero-product__caption em {
    margin-top: 8px;
    color: rgba(255,255,255,.78);
    font-size: 12px;
    font-style: normal;
}

/* Department campaigns */
.ap4-departments {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
    padding: 3px;
    background: #fff;
}
.ap4-department {
    position: relative;
    min-height: clamp(340px, 31vw, 500px);
    overflow: hidden;
    background: #18130f;
}
.ap4-department > a {
    position: absolute;
    inset: 0;
    display: block;
    overflow: hidden;
}
.ap4-department--photographic > a {
    background-image: var(--ap4-department-image);
    background-position: center;
    background-size: cover;
    transition: transform .75s cubic-bezier(.2,.8,.2,1);
}
.ap4-department--photographic:hover > a { transform: scale(1.025); }
.ap4-department--product > a {
    background:
        radial-gradient(circle at 70% 22%, rgba(218,183,130,.26), transparent 26%),
        linear-gradient(145deg, #17120e, #473322 58%, #0e0d0b);
}
.ap4-department--women.ap4-department--product > a {
    background: radial-gradient(circle at 72% 25%, rgba(255,210,189,.3), transparent 30%), linear-gradient(145deg, #160f0d, #714839 65%, #1f1510);
}
.ap4-department--men.ap4-department--product > a {
    background: radial-gradient(circle at 66% 22%, rgba(166,172,163,.18), transparent 28%), linear-gradient(145deg, #070909, #27302d 62%, #090a09);
}
.ap4-department--gifting.ap4-department--product > a {
    background: radial-gradient(circle at 70% 28%, rgba(255,239,199,.42), transparent 30%), linear-gradient(145deg, #5c3b1e, #c9a46d 58%, #60401f);
}
.ap4-department__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(5,5,4,.76) 0%, rgba(5,5,4,.18) 64%, rgba(5,5,4,.02) 100%);
}
.ap4-department__product {
    position: absolute;
    z-index: 0;
    right: 5%;
    bottom: 2%;
    width: 58%;
    height: 92%;
    display: grid;
    place-items: end center;
    transition: transform .7s cubic-bezier(.2,.8,.2,1);
}
.ap4-department:hover .ap4-department__product { transform: scale(1.035) translateY(-4px); }
.ap4-department__product img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 24px 24px rgba(0,0,0,.34));
}
.ap4-department__copy {
    position: absolute;
    left: clamp(26px, 3vw, 54px);
    bottom: clamp(28px, 4vw, 58px);
    z-index: 2;
    width: min(62%, 330px);
    color: #fff;
}
.ap4-department__copy strong,
.ap4-department__copy em,
.ap4-department__copy span { display: block; }
.ap4-department__copy strong {
    margin-bottom: 13px;
    color: #ead0a0;
    font-family: var(--ap4-serif);
    font-size: clamp(28px, 2.5vw, 46px);
    font-weight: 400;
    line-height: 1.02;
}
.ap4-department__copy em {
    margin-bottom: 22px;
    color: rgba(255,255,255,.76);
    font-family: var(--ap4-serif);
    font-size: clamp(17px, 1.25vw, 22px);
    font-style: normal;
    line-height: 1.35;
}
.ap4-department__copy > span {
    width: max-content;
    padding-bottom: 5px;
    border-bottom: 1px solid #d9b977;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}

/* Section headings */
.ap4-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: clamp(36px, 4vw, 64px);
}
.ap4-section-heading > div { max-width: 840px; }
.ap4-section-heading h2 {
    margin: 0;
    font-family: var(--ap4-serif);
    font-size: clamp(42px, 4.3vw, 68px);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: 1.04;
}

/* Product cards */
.ap4-products .amour-product-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
}
.ap4-products .amour-product-card {
    min-width: 0;
    background: transparent;
    border: 0;
}
.ap4-products .amour-product-card__image {
    min-height: 0;
    aspect-ratio: .82;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: linear-gradient(145deg, #f6f0e6, #fffdf9 54%, #eee4d6);
    border: 1px solid rgba(20,18,15,.06);
}
.ap4-products .amour-product-card__halo { display: none; }
.ap4-products .amour-product-card__image img {
    width: 80%;
    height: 80%;
    object-fit: contain;
    mix-blend-mode: multiply;
    transition: transform .65s cubic-bezier(.2,.8,.2,1);
}
.ap4-products .amour-product-card:hover .amour-product-card__image img { transform: scale(1.045); }
.ap4-products .amour-product-card__view {
    right: 12px;
    bottom: 12px;
    left: 12px;
    min-height: 38px;
    padding: 0 13px;
    background: rgba(9,8,7,.9);
    color: #fff;
    transform: translateY(10px);
    opacity: 0;
    transition: opacity .3s ease, transform .3s ease;
}
.ap4-products .amour-product-card:hover .amour-product-card__view { opacity: 1; transform: translateY(0); }
.ap4-products .amour-product-card__body { padding: 18px 2px 0; }
.ap4-products .amour-product-card__meta {
    display: block;
    margin-bottom: 8px;
}
.ap4-products .amour-product-card__meta span {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.ap4-products .amour-product-card__meta em {
    display: block;
    margin-top: 4px;
    color: #7d7367;
    font-size: 11px;
    font-style: normal;
}
.ap4-products .amour-product-card h3 {
    margin: 0 0 8px;
    font-family: var(--ap4-serif);
    font-size: clamp(17px, 1.4vw, 22px);
    font-weight: 400;
    line-height: 1.18;
}
.ap4-products .amour-product-card__footer {
    display: block;
    color: #71685e;
    font-size: 11px;
}
.ap4-products .amour-product-card__price {
    margin-top: 6px;
    color: var(--ap4-ink);
    font-size: 13px;
    font-weight: 600;
}

/* Brand house strip */
.ap4-houses {
    width: var(--ap4-shell);
    margin-inline: auto;
    display: grid;
    grid-template-columns: minmax(260px, .75fr) 2.25fr;
    min-height: 290px;
    background:
        radial-gradient(circle at 78% 18%, rgba(152,125,82,.15), transparent 22%),
        linear-gradient(135deg, #050505, #11100e);
    color: #fff;
}
.ap4-houses__intro {
    padding: clamp(42px, 4.7vw, 74px);
    border-right: 1px solid rgba(255,255,255,.12);
}
.ap4-houses__intro h2 {
    margin: 0 0 26px;
    color: #fff;
    font-family: var(--ap4-serif);
    font-size: clamp(34px, 3.2vw, 52px);
    font-weight: 400;
    line-height: 1.04;
}
.ap4-houses__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-content: center;
    padding: 30px clamp(34px, 4vw, 64px);
}
.ap4-houses__list a {
    min-height: 82px;
    display: grid;
    place-items: center;
    padding: 12px;
    border-right: 1px solid rgba(255,255,255,.1);
    border-bottom: 1px solid rgba(255,255,255,.1);
    color: rgba(255,255,255,.88);
    font-family: var(--ap4-serif);
    font-size: clamp(18px, 1.75vw, 28px);
    text-align: center;
    transition: color .25s ease, background .25s ease;
}
.ap4-houses__list a:hover { background: rgba(255,255,255,.05); color: #e7c98e; }

/* Fragrance families */
.ap4-family-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
}
.ap4-family-card {
    position: relative;
    min-height: 420px;
    display: block;
    overflow: hidden;
    color: #fff;
    isolation: isolate;
}
.ap4-family-card::before {
    position: absolute;
    inset: 0;
    z-index: -2;
    content: "";
}
.ap4-family-card::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, transparent 28%, rgba(4,4,3,.88));
    content: "";
}
.ap4-family-card--1::before { background: radial-gradient(circle at 65% 28%, #d9c5b5, transparent 24%), linear-gradient(145deg, #241714, #755143); }
.ap4-family-card--2::before { background: radial-gradient(circle at 65% 26%, #c98e39, transparent 25%), linear-gradient(145deg, #251507, #8b4d12); }
.ap4-family-card--3::before { background: radial-gradient(circle at 70% 26%, #a5b77a, transparent 24%), linear-gradient(145deg, #172217, #566946); }
.ap4-family-card--4::before { background: radial-gradient(circle at 65% 26%, #9c7652, transparent 24%), linear-gradient(145deg, #17110d, #4b3425); }
.ap4-family-card__product {
    position: absolute;
    inset: 4% 5% 22%;
    display: grid;
    place-items: center;
    transition: transform .65s cubic-bezier(.2,.8,.2,1);
}
.ap4-family-card:hover .ap4-family-card__product { transform: scale(1.04) translateY(-4px); }
.ap4-family-card__product img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 22px 22px rgba(0,0,0,.34));
}
.ap4-family-card__mark {
    position: absolute;
    inset: 15% 28% auto;
    opacity: .22;
}
.ap4-family-card__copy {
    position: absolute;
    right: 26px;
    bottom: 28px;
    left: 26px;
    z-index: 2;
}
.ap4-family-card__copy strong,
.ap4-family-card__copy em { display: block; }
.ap4-family-card__copy strong {
    margin-bottom: 7px;
    color: #f1d49f;
    font-family: var(--ap4-serif);
    font-size: 32px;
    font-weight: 400;
}
.ap4-family-card__copy em {
    color: rgba(255,255,255,.78);
    font-family: var(--ap4-serif);
    font-size: 16px;
    font-style: normal;
    line-height: 1.35;
}

/* Gifting */
.ap4-gifting {
    width: var(--ap4-shell);
    min-height: 470px;
    margin: 0 auto clamp(76px, 8vw, 128px);
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    overflow: hidden;
    background: #0b0908;
    color: #fff;
}
.ap4-gifting__visual {
    position: relative;
    min-height: 470px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 45% 42%, rgba(228,198,144,.5), transparent 28%),
        linear-gradient(145deg, #3a2617, #b28a55 55%, #4c2f18);
}
.ap4-gifting__visual::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 68%, #0b0908 100%);
    content: "";
}
.ap4-gifting__visual--photographic {
    background-image: var(--ap4-gift-image);
    background-position: center;
    background-size: cover;
}
.ap4-gifting__product {
    width: 68%;
    height: 80%;
    display: grid;
    place-items: center;
}
.ap4-gifting__product img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 28px 25px rgba(0,0,0,.38));
}
.ap4-gifting__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(50px, 6vw, 94px);
}
.ap4-gifting__copy h2 {
    margin: 0 0 20px;
    font-family: var(--ap4-serif);
    font-size: clamp(46px, 4.8vw, 72px);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: 1.02;
}
.ap4-gifting__copy p {
    max-width: 520px;
    margin: 0 0 30px;
    color: rgba(255,255,255,.72);
    font-family: var(--ap4-serif);
    font-size: 20px;
    line-height: 1.5;
}
.ap4-gifting__copy .ap4-button { align-self: flex-start; }

/* Assurances are deliberately footer-adjacent */
.ap4-assurances {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--ap4-line);
    border-bottom: 1px solid var(--ap4-line);
    background: #f8f3eb;
}
.ap4-assurances > div {
    min-height: 132px;
    display: grid;
    grid-template-columns: 30px 1fr;
    align-content: center;
    gap: 1px 14px;
    padding: 24px clamp(24px, 3vw, 50px);
    border-right: 1px solid var(--ap4-line);
}
.ap4-assurances > div:last-child { border-right: 0; }
.ap4-assurances span {
    grid-row: 1 / span 2;
    color: #9a743d;
    font-size: 22px;
}
.ap4-assurances strong {
    font-size: 10px;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.ap4-assurances em {
    color: #71685f;
    font-family: var(--ap4-serif);
    font-size: 15px;
    font-style: normal;
}

/* WooCommerce retail refinement */
.woocommerce .amour-archive-hero {
    min-height: clamp(390px, 41vw, 590px);
    background: linear-gradient(135deg, #f0e7da, #fffdf9 58%, #d8bea2);
    color: var(--ap4-ink);
}
.woocommerce .amour-archive-hero__shade {
    background: linear-gradient(90deg, rgba(255,253,249,.98) 0%, rgba(255,253,249,.72) 46%, rgba(255,253,249,.05) 78%);
}
.woocommerce .amour-archive-hero__copy {
    max-width: 720px;
}
.woocommerce .amour-archive-hero__copy h1 {
    color: var(--ap4-ink);
    font-size: clamp(54px, 6vw, 92px);
    letter-spacing: -.04em;
}
.woocommerce .amour-archive-hero__description { color: #5f574e; }
.woocommerce .amour-archive-hero__product img {
    filter: drop-shadow(0 28px 30px rgba(0,0,0,.22));
}
.woocommerce ul.products {
    gap: clamp(24px, 2.8vw, 44px) 22px;
}
.woocommerce ul.products li.product {
    background: transparent;
    border: 0;
}
.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link {
    display: block;
}
.woocommerce ul.products li.product img {
    aspect-ratio: .84;
    padding: 10%;
    object-fit: contain;
    background: linear-gradient(145deg, #f5efe6, #fffdfa);
    border: 1px solid rgba(20,18,15,.06);
    mix-blend-mode: multiply;
    transition: transform .55s ease;
}
.woocommerce ul.products li.product:hover img { transform: translateY(-5px); }
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: var(--ap4-serif);
    font-size: 21px;
    font-weight: 400;
    line-height: 1.2;
}
.woocommerce ul.products li.product .price {
    color: var(--ap4-ink);
    font-size: 13px;
    font-weight: 600;
}
.woocommerce div.product {
    gap: clamp(48px, 6vw, 100px);
}
.woocommerce div.product div.images {
    padding: clamp(30px, 4vw, 64px);
    background: linear-gradient(145deg, #f6f0e7, #fffdf9);
}
.woocommerce div.product div.images img { mix-blend-mode: multiply; }
.woocommerce div.product .summary {
    padding-top: clamp(18px, 3vw, 48px);
}
.woocommerce div.product .product_title {
    font-size: clamp(48px, 5.2vw, 78px);
    letter-spacing: -.045em;
    line-height: .98;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: var(--ap4-ink);
}
.woocommerce div.product form.cart .button,
.woocommerce .button,
.woocommerce button.button,
.woocommerce a.button,
.wc-block-components-button {
    border-radius: 0 !important;
    background: var(--ap4-black) !important;
    color: #fff !important;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.woocommerce div.product form.cart .button:hover,
.woocommerce .button:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.wc-block-components-button:hover {
    background: #4a2d1d !important;
}

/* Footer quieter and more retail-led */
.amour-footer__top {
    background: #15120f;
}
.amour-footer__statement h2 {
    max-width: 920px;
    font-size: clamp(42px, 5vw, 72px);
}
.amour-footer__main { background: #070706; }

/* Reveal motion */
[data-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .8s cubic-bezier(.2,.8,.2,1), transform .8s cubic-bezier(.2,.8,.2,1);
}
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1280px) {
    :root { --ap4-shell: min(100% - 44px, 1360px); }
    .ap4-products .amour-product-grid { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 42px 20px; }
    .ap4-houses__list { grid-template-columns: repeat(3, 1fr); }
    .ap4-hero { grid-template-columns: minmax(400px, 44%) 1fr; }
}

@media (max-width: 980px) {
    :root { --ap4-shell: calc(100vw - 32px); }
    .amour-header__bar { width: var(--ap4-shell); min-height: 70px; }
    .amour-header__brand img { width: min(44vw, 330px); }
    .ap4-hero {
        min-height: auto;
        grid-template-columns: 1fr;
    }
    .ap4-hero__copy {
        min-height: 510px;
        padding: 72px 38px;
    }
    .ap4-hero__copy h1 { max-width: 760px; font-size: clamp(58px, 9vw, 82px); }
    .ap4-hero__visual { min-height: 620px; }
    .ap4-hero__visual--photographic { background-image: var(--ap4-hero-mobile, var(--ap4-hero-desktop)); }
    .ap4-departments { grid-template-columns: 1fr; }
    .ap4-department { min-height: 520px; }
    .ap4-department__copy { width: min(52%, 380px); }
    .ap4-houses { grid-template-columns: 1fr; }
    .ap4-houses__intro { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
    .ap4-houses__list { grid-template-columns: repeat(3, 1fr); }
    .ap4-family-grid { grid-template-columns: repeat(2, 1fr); }
    .ap4-gifting { grid-template-columns: 1fr; }
    .ap4-gifting__visual::after { background: linear-gradient(180deg, transparent 68%, #0b0908 100%); }
    .ap4-assurances { grid-template-columns: repeat(2, 1fr); }
    .ap4-assurances > div:nth-child(2) { border-right: 0; }
    .ap4-assurances > div:nth-child(-n+2) { border-bottom: 1px solid var(--ap4-line); }
}

@media (max-width: 720px) {
    :root { --ap4-shell: calc(100vw - 24px); }
    .amour-announcement p { font-size: 8px; letter-spacing: .1em; }
    .amour-header__bar { grid-template-columns: 1fr auto 1fr; min-height: 64px; }
    .amour-header__brand img { width: min(52vw, 260px); max-height: 34px; }
    .ap4-hero__copy { min-height: 470px; padding: 58px 24px 62px; }
    .ap4-hero__copy h1 { font-size: clamp(48px, 14vw, 68px); }
    .ap4-hero__copy p { font-size: 19px; }
    .ap4-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
    .ap4-hero__visual { min-height: 480px; }
    .ap4-hero-product { width: 88%; height: 88%; }
    .ap4-hero-product__caption { right: 14px; bottom: 14px; width: 64%; }
    .ap4-department { min-height: 430px; }
    .ap4-department__product { right: -2%; width: 64%; }
    .ap4-department__copy { left: 24px; bottom: 28px; width: 64%; }
    .ap4-department__copy strong { font-size: 34px; }
    .ap4-section { padding-block: 72px; }
    .ap4-section-heading { align-items: flex-start; flex-direction: column; gap: 22px; }
    .ap4-section-heading h2 { font-size: 42px; }
    .ap4-products .amour-product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 34px 14px; }
    .ap4-products .amour-product-card__body { padding-top: 13px; }
    .ap4-products .amour-product-card h3 { font-size: 17px; }
    .ap4-houses__intro { padding: 44px 26px; }
    .ap4-houses__list { grid-template-columns: repeat(2, 1fr); padding: 20px; }
    .ap4-houses__list a { min-height: 68px; font-size: 19px; }
    .ap4-family-grid { grid-template-columns: 1fr; }
    .ap4-family-card { min-height: 390px; }
    .ap4-gifting { min-height: 0; margin-bottom: 72px; }
    .ap4-gifting__visual { min-height: 390px; }
    .ap4-gifting__copy { padding: 48px 26px 58px; }
    .ap4-gifting__copy h2 { font-size: 46px; }
    .ap4-assurances { grid-template-columns: 1fr; }
    .ap4-assurances > div,
    .ap4-assurances > div:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--ap4-line); }
    .ap4-assurances > div:last-child { border-bottom: 0; }
    .woocommerce .amour-archive-hero__copy h1 { font-size: 52px; }
}

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