:root {
    --cream: #fffaf0;
    --paper: #fffaf0;
    --ink: #42190f;
    --muted: #765445;
    --rust: #ef7d58;
    --rust-dark: #a95308;
    --peach: #f3a176;
    --line: #ead9c8;
    --page: min(1420px, calc(100vw - 72px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Nunito Sans", "DM Sans", sans-serif; font-size: clamp(14px, .78vw, 16px); line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.page-width { width: var(--page); margin-inline: auto; }
.skip { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 8px 12px; color: #fff; background: var(--ink); transform: translateY(-150%); }
.skip:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.reveal { opacity: 0; transform: translateY(10px); transition: opacity .45s ease, transform .45s ease; }
.reveal.seen { opacity: 1; transform: none; }

.promo-bar { height: 34px; color: #fff; background: var(--rust); font-size: clamp(11px, .66vw, 13px); }
.promo-bar__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.promo-bar__inner > span { letter-spacing: .03em; }
.promo-bar nav { display: flex; gap: 28px; }
.promo-bar a:hover { text-decoration: underline; }

.site-header { position: relative; z-index: 40; background: rgba(255,253,250,.98); border-bottom: 1px solid var(--line); }
.masthead { position: relative; height: clamp(78px, 4.8vw, 96px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.wordmark { justify-self: center; font-family: "Cormorant Garamond", serif; font-size: clamp(38px, 2.5vw, 50px); font-weight: 500; letter-spacing: .055em; line-height: 1; }
.wordmark i { color: var(--rust); font-style: normal; }
.search-toggle { display: grid; width: 44px; height: 44px; place-items: center; padding: 0; color: var(--ink); background: transparent; border: 0; cursor: pointer; }
.search-toggle svg, .account-nav svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.account-nav { justify-self: end; display: flex; align-items: center; gap: 28px; }
.account-nav a { display: inline-flex; align-items: center; gap: 9px; font-size: clamp(11px, .7vw, 14px); }
.account-nav a:hover { color: var(--rust); }
.category-nav { height: clamp(46px, 2.8vw, 56px); display: flex; align-items: center; justify-content: center; gap: clamp(36px, 3.1vw, 62px); font-size: clamp(11px, .67vw, 13px); font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.category-nav a { position: relative; padding: 12px 0; }
.category-nav a::after { content: ""; position: absolute; right: 0; bottom: 7px; left: 0; height: 1px; background: var(--rust); transform: scaleX(0); transition: .2s; }
.category-nav a:hover::after { transform: scaleX(1); }
.nav-item { height: 100%; display: flex; align-items: center; }
.nav-item > a { height: 100%; display: flex; align-items: center; }
.mega-menu { position: absolute; z-index: 45; top: 100%; right: 0; left: 0; visibility: hidden; padding: 36px 0 42px; background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); opacity: 0; transform: translateY(-6px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
.nav-item--mega:hover .mega-menu, .nav-item--mega:focus-within .mega-menu { visibility: visible; opacity: 1; transform: none; }
.mega-menu__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; }
.mega-menu__intro > span { color: var(--rust); font-size: 9px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.mega-menu__intro h2 { margin: 6px 0 8px; font-family: "Cormorant Garamond", serif; font-size: 42px; font-weight: 500; line-height: 1; }
.mega-menu__intro p { max-width: 360px; margin: 0 0 14px; color: var(--muted); font-size: 12px; letter-spacing: 0; text-transform: none; }
.mega-menu__intro > a { display: inline-flex; gap: 10px; padding: 4px 0; border-bottom: 1px solid #cdbdb0; font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.mega-menu__links { display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; }
.mega-menu__links a { display: grid; grid-template-columns: 32px 1fr auto; align-items: center; gap: 13px; padding: 13px 0; border-bottom: 1px solid var(--line); font-family: "Cormorant Garamond", serif; font-size: 22px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.mega-menu__links a::after { display: none; }
.mega-menu__links small { color: #ad9280; font-family: "DM Sans", sans-serif; font-size: 9px; }
.mega-menu__links b { font-family: "DM Sans", sans-serif; font-size: 12px; font-weight: 400; transition: transform .2s ease; }
.mega-menu__links a:hover b { transform: translateX(4px); }
.mega-menu__grid { grid-template-columns: .42fr 1.58fr; gap: clamp(45px, 5vw, 90px); }
.mega-menu__links--visual { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.mega-menu__links--visual .mega-menu-card { display: block; min-width: 0; padding: 0; border: 0; font-family: "DM Sans", sans-serif; }
.mega-menu-card__image { display: block; overflow: hidden; aspect-ratio: 7 / 4; background: #efe6dc; }
.mega-menu-card__image img { width: 100%; height: 100%; padding: 0; object-fit: cover; object-position: center; transition: transform .35s ease; }
.mega-menu-card:hover .mega-menu-card__image img { transform: scale(1.04); }
.mega-menu-card__label { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 1px 0; color: var(--ink); font-family: "Cormorant Garamond", serif; font-size: clamp(17px, 1.05vw, 22px); line-height: 1.05; }
.mega-menu-card__label b { font-family: "DM Sans", sans-serif; font-size: 12px; font-weight: 400; }
.mobile-nav-chevron,
.mega-menu__all-mobile { display: none !important; }
.menu-toggle { display: none; }
.search-panel { position: absolute; z-index: 50; top: 100%; right: 0; left: 0; overflow: hidden; max-height: 0; background: var(--paper); border-bottom: 1px solid var(--line); transition: max-height .3s ease; }
.search-open .search-panel { max-height: 150px; }
.search-panel form { width: min(650px, calc(100vw - 40px)); margin: auto; padding: 20px 0 24px; }
.search-panel label { display: block; margin-bottom: 7px; font-family: "Cormorant Garamond", serif; font-size: 18px; }
.search-panel form > div { display: grid; grid-template-columns: 1fr auto; }
.search-panel input { min-width: 0; padding: 11px 12px; background: var(--cream); border: 1px solid var(--line); outline: 0; }
.search-panel button { padding: 0 18px; color: #fff; background: var(--rust); border: 0; cursor: pointer; }

.hero { position: relative; overflow: hidden; height: clamp(480px, 28vw, 620px); }
.hero > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__inner { position: absolute; inset: 0; display: flex; align-items: center; }
.hero__copy { width: 44%; }
.hero h1 { margin: 0 0 28px; font-family: "Cormorant Garamond", serif; font-size: clamp(68px, 5.2vw, 104px); font-weight: 500; line-height: .88; letter-spacing: -.025em; }
.button { display: inline-flex; min-height: clamp(50px, 3vw, 60px); align-items: center; justify-content: center; padding: 0 clamp(24px, 1.7vw, 34px); color: #fff; background: var(--rust); border-radius: 3px; font-size: clamp(12px, .75vw, 15px); font-weight: 500; transition: background .18s ease, transform .18s ease; }
.button:hover { background: var(--rust-dark); transform: translateY(-1px); }

.site-header--checkout { border-bottom: 1px solid var(--line); }
.checkout-header { display: grid; grid-template-columns: 1fr auto 1fr; min-height: 92px; align-items: center; }
.checkout-header .wordmark { grid-column: 2; }
.checkout-header__back, .checkout-header__secure { color: #6d5d52; font-size: 11px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.checkout-header__back { justify-self: start; }
.checkout-header__back span { margin-right: 8px; font-size: 16px; }
.checkout-header__secure { justify-self: end; }
.checkout-header__secure span { margin-right: 7px; color: var(--rust); font-size: 16px; }
.checkout-footer { padding: 24px 0; color: #76665c; background: #f5eee7; border-top: 1px solid var(--line); }
.checkout-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 11px; }
.checkout-footer nav { display: flex; gap: 26px; }
.checkout-footer a { text-decoration: underline; text-underline-offset: 3px; }

.category-cards { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 1.5vw, 30px); padding: clamp(14px, 1vw, 20px) 0 10px; }
.category-card { position: relative; overflow: hidden; height: clamp(150px, 9vw, 190px); background: #ead9c8; border-radius: 6px; }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.category-card:hover img { transform: scale(1.02); }
.category-card > div { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; padding: 0 clamp(28px, 2vw, 40px); }
.category-card h2 { margin: 0 0 10px; font-family: "Cormorant Garamond", serif; font-size: clamp(38px, 2.4vw, 50px); font-weight: 500; line-height: 1; }
.category-card span { font-size: clamp(9px, .58vw, 12px); font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.category-card b { margin-left: 12px; font-size: 13px; font-weight: 400; }

.bestsellers { padding: 10px 0 clamp(35px, 2.4vw, 50px); background: var(--paper); border-bottom: 1px solid var(--line); }
.section-title { margin: 4px 0 8px; text-align: center; font-family: "Cormorant Garamond", serif; font-size: clamp(34px, 2.2vw, 46px); font-weight: 500; }
.product-row { display: grid; grid-template-columns: repeat(4, 1fr); }
.mini-product { padding: clamp(14px, 1vw, 22px) clamp(22px, 2vw, 40px) 10px; text-align: center; border-right: 1px solid var(--line); }
.mini-product:first-child { border-left: 1px solid var(--line); }
.mini-product img { width: 100%; height: clamp(155px, 9.5vw, 205px); object-fit: contain; mix-blend-mode: multiply; transition: transform .25s ease; }
.mini-product:hover img { transform: scale(1.035); }
.mini-product h3 { margin: 9px 0 4px; font-family: "DM Sans", sans-serif; font-size: clamp(13px, .78vw, 16px); font-weight: 400; }
.mini-product strong { font-size: clamp(12px, .7vw, 14px); font-weight: 500; }
.empty-state { padding: 30px; text-align: center; }

.story-strip { padding: clamp(22px, 1.5vw, 32px) 0; background: var(--cream); border-bottom: 1px solid var(--line); }
.story-strip__grid { display: grid; grid-template-columns: 1fr 1.35fr; align-items: center; gap: clamp(46px, 4vw, 80px); }
.story-intro { display: grid; grid-template-columns: clamp(220px, 14vw, 280px) 1fr; align-items: center; gap: clamp(24px, 1.8vw, 36px); }
.story-intro img { width: 100%; height: clamp(120px, 7.5vw, 150px); object-fit: cover; border-radius: 4px; }
.story-intro h2 { margin: 0 0 7px; font-family: "Cormorant Garamond", serif; font-size: clamp(27px, 1.75vw, 36px); font-weight: 500; line-height: 1.05; }
.story-intro p { margin: 0 0 11px; color: var(--muted); font-size: clamp(11px, .67vw, 14px); line-height: 1.45; }
.story-intro a { font-size: clamp(9px, .56vw, 11px); font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.story-intro a span { margin-left: 10px; font-size: 12px; }
.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(18px, 1.5vw, 30px); }
.features article { text-align: center; }
.features svg { width: clamp(40px, 2.5vw, 50px); height: clamp(40px, 2.5vw, 50px); margin: 0 auto 8px; fill: none; stroke: #8d5a42; stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; }
.features strong, .features span { display: block; }
.features strong { font-family: "Cormorant Garamond", serif; font-size: clamp(17px, 1.05vw, 22px); font-weight: 600; }
.features span { color: var(--muted); font-size: clamp(9px, .58vw, 12px); line-height: 1.3; }

.brand-quote { color: #fff; background: var(--peach); }
.brand-quote__grid { min-height: clamp(230px, 15vw, 300px); display: grid; grid-template-columns: 1fr 1.2fr; align-items: stretch; }
.brand-quote blockquote { position: relative; align-self: center; margin: 0; padding: 20px clamp(50px, 4vw, 80px) 20px clamp(85px, 6vw, 120px); }
.brand-quote blockquote > span { position: absolute; top: -5px; left: clamp(45px, 3.5vw, 70px); font-family: "Cormorant Garamond", serif; font-size: clamp(62px, 4vw, 82px); }
.brand-quote p { margin: 0 0 10px; font-family: "Cormorant Garamond", serif; font-size: clamp(30px, 2vw, 40px); line-height: 1.05; }
.brand-quote cite { font-size: clamp(10px, .62vw, 13px); font-style: normal; }
.brand-quote img { width: 100%; height: 100%; object-fit: cover; }

.site-footer { padding: clamp(28px, 2vw, 40px) 0 0; background: var(--paper); border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .7fr .7fr .8fr 1.35fr; gap: clamp(38px, 3vw, 60px); padding-bottom: clamp(24px, 1.8vw, 36px); }
.footer-wordmark { font-family: "Cormorant Garamond", serif; font-size: clamp(26px, 1.7vw, 34px); font-weight: 600; letter-spacing: .07em; }
.footer-brand p { max-width: 290px; margin: 12px 0 0; color: #65564c; font-size: clamp(13px, .76vw, 15px); }
.footer-contact p { max-width: 340px; margin: 0 0 12px; color: #65564c; font-size: clamp(13px, .76vw, 15px); }
.footer-contact .text-link { display: inline-flex; margin-top: 5px; color: var(--ink); font-size: clamp(11px, .65vw, 13px); }
.site-footer h3 { margin: 0 0 14px; font-size: clamp(11px, .66vw, 13px); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.site-footer div > a, .site-footer div > span { display: block; margin: 7px 0; color: #4f4239; font-size: clamp(12px, .72vw, 14px); }
.site-footer a:hover { color: var(--rust); }
.newsletter-column p { margin: 0 0 12px; color: #65564c; font-size: clamp(13px, .76vw, 15px); }
.signup-row { display: grid; grid-template-columns: 1fr auto; }
.signup-row input { min-width: 0; height: clamp(44px, 2.6vw, 50px); padding: 0 13px; background: var(--paper); border: 1px solid #d8c9bc; outline: 0; font-size: clamp(13px, .76vw, 15px); }
.signup-row button { min-height: 44px; padding: 0 18px; color: #fff; background: var(--rust); border: 0; font-size: clamp(11px, .64vw, 13px); text-transform: uppercase; cursor: pointer; }
.consent { display: flex; align-items: flex-start; gap: 8px; margin-top: 9px; color: #6b5b50; font-size: clamp(11px, .62vw, 12px); line-height: 1.4; }
.consent input { width: 10px; height: 10px; margin: 1px 0 0; }
.form-message { color: var(--rust) !important; font-weight: 600; }
.footer-bottom { padding: 12px 0; text-align: center; border-top: 1px solid var(--line); color: #8b7d73; font-size: clamp(9px, .52vw, 10px); letter-spacing: .08em; }

.default-page { min-height: 65vh; padding: 120px 0; }
.default-page h1 { font-family: "Cormorant Garamond", serif; font-size: 60px; }

@media (max-width: 900px) {
    :root { --page: min(100% - 32px, 760px); }
    .promo-bar nav { display: none; }
    .promo-bar__inner { justify-content: center; }
    .masthead { position: relative; display: grid; grid-template-columns: 48px minmax(0, 1fr) 104px; align-items: center; }
    .wordmark { font-size: 28px; }
    .search-toggle { position: static; width: 48px; height: 48px; place-items: center; transform: none; }
    .account-nav { position: absolute; top: 50%; right: 52px; display: flex; transform: translateY(-50%); }
    .header-cart { width: 48px; height: 48px; justify-content: center; padding: 0; }
    .header-cart > span:not(.ml-cart-count) { display: none; }
    .header-cart .ml-cart-count { position: absolute; top: 1px; right: 0; }
    .menu-toggle { position: absolute; z-index: 60; top: 50%; right: 0; display: grid; width: 48px; height: 48px; place-content: center; gap: 6px; padding: 0; background: transparent; border: 0; transform: translateY(-50%); }
    .menu-toggle span { width: 22px; height: 2px; background: var(--ink); transition: transform .2s ease; }
    .category-nav { position: fixed; z-index: 55; inset: 0; overflow-y: auto; height: 100dvh; align-items: stretch; justify-content: flex-start; flex-direction: column; gap: 0; padding: 82px max(22px, calc((100vw - 620px) / 2)) 40px; color: var(--ink); background: var(--paper); transform: translateY(-105%); transition: transform .3s ease; font-family: "Cormorant Garamond", serif; font-size: 34px; letter-spacing: 0; text-transform: none; }
    .category-nav::before { content: "Menu"; display: block; margin-bottom: 12px; color: var(--rust); font-family: "DM Sans", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
    .menu-open .category-nav { transform: none; }
    .menu-open .menu-toggle { position: fixed; top: max(18px, env(safe-area-inset-top)); right: max(14px, env(safe-area-inset-right)); transform: none; }
    .menu-open .menu-toggle span { grid-area: 1 / 1; background: var(--ink); }
    .menu-open .menu-toggle span:first-child { transform: rotate(45deg); }
    .menu-open .menu-toggle span:last-child { transform: rotate(-45deg); }
    .category-nav > a,
    .nav-item > a { display: flex; width: 100%; height: auto; min-height: 68px; flex: 0 0 auto; align-items: center; justify-content: space-between; padding: 12px 2px; border-bottom: 1px solid var(--line); }
    .category-nav > a::after,
    .nav-item > a::after { display: none; }
    .nav-item { width: 100%; height: auto; flex: 0 0 auto; align-items: stretch; flex-direction: column; border-bottom: 1px solid var(--line); }
    .nav-item > a { min-height: 68px; border: 0; }
    .mobile-nav-chevron { display: grid !important; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; color: var(--rust); font-family: "DM Sans", sans-serif; font-size: 29px; font-weight: 400; line-height: 1; transition: transform .22s ease; }
    .nav-item--mega .mega-menu { position: static; visibility: hidden; overflow: hidden; display: block; width: 100%; max-height: 0; padding: 0; color: var(--ink); background: transparent; border: 0; opacity: 0; pointer-events: none; transform: none; transition: max-height .28s ease, opacity .2s ease, visibility .2s; }
    .nav-item--mega.is-mobile-open .mega-menu { visibility: visible; max-height: 520px; opacity: 1; pointer-events: auto; }
    .nav-item--mega.is-mobile-open .mobile-nav-chevron { transform: rotate(45deg); }
    .mega-menu__grid { overflow: hidden; display: block; width: 100%; }
    .mega-menu__intro { display: none; }
    .mega-menu__links { display: block; padding: 0 0 14px 18px; }
    .mega-menu__links a,
    .mega-menu__links--visual .mega-menu-card,
    .mega-menu__all-mobile { display: flex !important; min-height: 50px; align-items: center; justify-content: space-between; gap: 14px; padding: 10px 2px; color: #4d3d33; background: transparent; border: 0; border-bottom: 1px solid var(--line); font-family: "DM Sans", sans-serif; font-size: 16px; font-weight: 500; line-height: 1.25; letter-spacing: 0; text-transform: none; }
    .mega-menu__all-mobile { color: var(--rust); font-weight: 700; }
    .mega-menu__links small { display: none; }
    .mega-menu__links b { display: block; flex: 0 0 auto; color: var(--rust); font-size: 15px; }
    .mega-menu-card__image { display: none; }
    .mega-menu-card__label { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 14px; padding: 0; color: inherit; font-family: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; letter-spacing: 0; text-transform: none; }
    .hero { height: 440px; }
    .hero__copy { width: 55%; }
    .story-strip__grid { grid-template-columns: 1fr; gap: 24px; }
    .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
    .newsletter-column { grid-column: 2 / -1; }
}

@media (max-width: 620px) {
    :root { --page: calc(100% - 24px); }
    body { font-size: 15px; }
    .promo-bar { height: 32px; font-size: 11px; }
    .masthead { height: 68px; grid-template-columns: 48px minmax(0, 1fr) 104px; }
    .wordmark { font-size: 25px; }
    .category-nav { padding: calc(78px + env(safe-area-inset-top)) 18px calc(32px + env(safe-area-inset-bottom)); font-size: 34px; }
    .category-nav > a, .nav-item > a { min-height: 68px; }
    .mega-menu__links { padding-left: 14px; }
    .mega-menu__links a,
    .mega-menu__links--visual .mega-menu-card,
    .mega-menu__all-mobile { min-height: 50px; padding: 10px 2px; font-size: 16px; }
    .checkout-header { grid-template-columns: 48px minmax(0, 1fr) 48px; min-height: 72px; }
    .checkout-header .wordmark { font-size: 24px; }
    .checkout-header__back { display: grid; width: 48px; height: 48px; overflow: visible; place-items: center; white-space: normal; }
    .checkout-header__back > span:first-child { margin: 0; font-size: 24px; line-height: 1; }
    .checkout-header__back-label { display: none; }
    .checkout-header__secure { display: grid; width: 48px; height: 48px; overflow: visible; place-items: center; color: transparent; font-size: 0; white-space: nowrap; }
    .checkout-header__secure span { margin: 0; color: var(--rust); font-size: 22px; }
    .checkout-footer__inner { align-items: flex-start; flex-direction: column; }
    .checkout-footer nav { flex-wrap: wrap; gap: 10px 18px; }
    .site-header { border-bottom: 0; }
    .hero { display: flex; height: auto; flex-direction: column; background: #f3e7d9; }
    .hero > img { width: 100%; height: 315px; object-position: 58% center; }
    .hero::after { display: none; }
    .hero__inner { position: static; order: -1; padding: 38px 0 32px; }
    .hero__copy { width: 100%; padding: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
    .hero h1 { font-size: 52px; color: #2f2119; }
    .hero__lead { color: #3f3026; font-size: 15px; line-height: 1.55; }
    .hero .eyebrow { color: #9d3f24; font-size: 11px; }
    .hero__actions .button { font-size: 13px; }
    .hero__actions .text-link { color: #2f2119; font-size: 11px; }
    .category-cards { grid-template-columns: 1fr; gap: 8px; }
    .category-card { height: 112px; }
    .section-title { margin-top: 12px; }
    .product-row { grid-template-columns: 1fr 1fr; }
    .mini-product { padding: 12px 8px 14px; border-bottom: 1px solid var(--line); }
    .mini-product img { height: 110px; }
    .story-intro { grid-template-columns: 1fr; }
    .story-intro img { width: 100%; height: 150px; }
    .features { grid-template-columns: 1fr 1fr; gap: 22px; }
    .brand-quote__grid { grid-template-columns: 1fr; }
    .brand-quote blockquote { padding: 38px 32px 30px 54px; }
    .brand-quote blockquote > span { left: 24px; }
    .brand-quote img { height: 180px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px 18px; }
    .footer-brand, .newsletter-column { grid-column: 1 / -1; }
    .site-footer h3 { font-size: 12px; }
    .site-footer div > a, .site-footer div > span,
    .footer-brand p, .footer-contact p, .newsletter-column p { font-size: 13px; line-height: 1.55; }
}

/* Global Museau Club pop-solaire brand system */
body:not(.home) {
    color: #42190f;
    background: #fffaf0;
    font-family: "Nunito Sans", "DM Sans", sans-serif;
}

.button,
button.button,
input.button {
    border-radius: 14px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: none;
}

.eyebrow,
.ml-kicker {
    color: #a95308;
    font-family: "Nunito Sans", sans-serif;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
}

.site-header--checkout {
    color: #42190f;
    background: #fffaf0;
    border-color: rgba(92, 43, 23, .1);
}

.checkout-header .wordmark {
    color: #42190f;
    font-family: "Nunito Sans", sans-serif;
    font-size: clamp(24px, 2vw, 34px);
    font-weight: 900;
    letter-spacing: -.045em;
}

.checkout-header__back,
.checkout-header__secure {
    color: #765445;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: none;
}

.checkout-footer {
    color: #765445;
    background: #fff2dc;
    border-color: #ead9c8;
}

.editorial-page,
.commerce-page {
    color: #42190f;
    background: #fffaf0;
}

.editorial-hero,
.commerce-page-hero {
    margin: 14px auto 0;
    padding: clamp(56px, 6vw, 96px) 0;
    color: #42190f;
    background: linear-gradient(135deg, #ff8f63, #f6a36f);
    border: 0;
}

.editorial-hero::before {
    color: rgba(255, 250, 240, .14);
    font-family: "Nunito Sans", sans-serif;
    font-weight: 900;
}

.editorial-hero h1,
.commerce-page-hero h1,
.editorial-empty h1 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 900;
    letter-spacing: -.055em;
    line-height: .92;
}

.editorial-hero__inner > p:last-child:not(.eyebrow) {
    color: #5f3422;
    font-weight: 600;
}

.editorial-content h2,
.editorial-content h3,
.ml-info-grid h2,
.ml-page-callout h2,
.ml-contact-aside h2 {
    color: #42190f;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 900;
    letter-spacing: -.035em;
}

.editorial-content p,
.editorial-content li {
    color: #765445;
}

.ml-info-grid article,
.ml-note-card,
.ml-page-callout,
.ml-contact-form-wrap,
.ml-contact-aside,
.ml-faq-group,
.ml-legal-notice,
.ml-table-wrap {
    overflow: hidden;
    background: #fff2dc;
    border-color: #ead9c8;
    border-radius: 18px;
}

.ml-info-grid article:nth-child(3n+1) { background: #f9ddd7; }
.ml-info-grid article:nth-child(3n+2) { background: #fae9b8; }
.ml-info-grid article:nth-child(3n+3) { background: #dfe2a4; }

.ml-contact-form input,
.ml-contact-form textarea,
.ml-contact-form select {
    background: #fffaf0;
    border-color: #e1cdbb;
    border-radius: 12px;
}

.site-footer {
    color: #fffaf0;
    background: #42190f;
    font-family: "Nunito Sans", sans-serif;
}

.footer-reassurance {
    background: #a95308;
    border-color: rgba(255,255,255,.13);
}

.footer-reassurance article {
    border-color: rgba(255,255,255,.13);
}

.footer-reassurance article > span,
.footer-reassurance strong {
    color: #fffaf0;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 900;
}

.footer-reassurance small {
    color: rgba(255,250,240,.82);
}

.footer-newsletter {
    color: #42190f;
    background: #ff9870;
}

.footer-newsletter h2 {
    color: #42190f;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 900;
    letter-spacing: -.055em;
}

.footer-newsletter input[type="email"],
.footer-newsletter button {
    border-radius: 13px;
}

.footer-newsletter input[type="email"] {
    margin-right: 8px;
    color: #42190f;
    background: #fffaf0;
    border: 0;
}

.footer-newsletter button {
    color: #42190f;
    background: #f4c84a;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: none;
}

.site-footer h3 {
    color: #f4c84a;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 900;
}

.footer-grid--large > div > a {
    color: rgba(255,250,240,.78);
}

@media (max-width: 720px) {
    .editorial-hero,
    .commerce-page-hero {
        margin-top: 8px;
        padding: 46px 0;
    }
    .editorial-hero h1,
    .commerce-page-hero h1 { font-size: 47px; }
    .footer-newsletter input[type="email"] { margin: 0 0 8px; }
}

/* Homepage — direction "Pop solaire" */
.sun-shell {
    width: min(1500px, calc(100% - 36px));
    margin-right: auto;
    margin-left: auto;
}

body.home {
    color: #42190f;
    background: #fffaf0;
    font-family: "Nunito Sans", "DM Sans", sans-serif;
}

body.home .site-footer {
    margin-top: 0;
}

.sun-home-header {
    position: relative;
    z-index: 50;
    color: #42190f;
    background: rgba(255, 250, 240, .96);
    border-bottom: 1px solid rgba(92, 43, 23, .08);
    backdrop-filter: blur(14px);
}

.sun-home-header.scrolled {
    position: sticky;
    top: 0;
    box-shadow: 0 10px 30px rgba(90, 45, 24, .08);
}

.sun-home-header__inner {
    display: grid;
    grid-template-columns: minmax(210px, 1fr) auto minmax(210px, 1fr);
    align-items: center;
    min-height: 74px;
    gap: 28px;
}

.sun-home-logo {
    justify-self: start;
    color: #42190f;
    font-size: clamp(24px, 2vw, 34px);
    font-weight: 900;
    letter-spacing: -.045em;
    line-height: 1;
}

.sun-home-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(24px, 3vw, 54px);
}

.sun-home-nav a,
.sun-home-nav button.sun-nav-link {
    position: relative;
    color: #42190f;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}
.sun-home-nav button.sun-nav-link {
    appearance: none;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    font-family: inherit;
    line-height: inherit;
    cursor: pointer;
}

.sun-home-nav > .sun-nav-link::after,
.sun-nav-item > .sun-nav-link::after {
    position: absolute;
    right: 0;
    bottom: -11px;
    left: 0;
    height: 10px;
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 12' preserveAspectRatio='none'%3E%3Cpath d='M2 6 C10 2.5 18 2.5 26 6 S42 9.5 50 6 S66 2.5 74 6 S86 9.5 94 6' fill='none' stroke='%23ef794e' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 100% 10px no-repeat;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .2s ease;
}

.sun-home-nav > .sun-nav-link:hover::after,
.sun-home-nav > .sun-nav-link:focus-visible::after,
.sun-nav-item > .sun-nav-link:hover::after,
.sun-nav-item > .sun-nav-link:focus-visible::after,
.sun-home-nav > .sun-nav-link.is-current::after,
.sun-nav-item > .sun-nav-link.is-current::after {
    transform: scaleX(1);
}

.sun-home-actions {
    display: flex;
    align-items: center;
    justify-self: end;
    gap: 12px;
}

.sun-home-search,
.sun-home-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 0;
    color: inherit;
    background: transparent;
    cursor: pointer;
}

.sun-home-search {
    width: 44px;
    padding: 0;
}

.sun-home-search svg,
.sun-home-cart svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.sun-home-cart {
    gap: 8px;
    padding: 0 19px;
    color: #fffaf0;
    background: #a95308;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
}

.sun-home-cart .ml-cart-count {
    min-width: auto;
    height: auto;
    padding: 0;
    color: inherit;
    background: transparent;
    font-size: inherit;
}

.sun-home-menu {
    display: none;
}

.sun-home-search-panel {
    top: 100%;
}

.sun-home {
    overflow: hidden;
}

.sun-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.17fr) minmax(270px, .73fr) minmax(340px, .92fr);
    grid-template-rows: repeat(2, minmax(210px, 1fr));
    gap: 12px;
    min-height: 476px;
    padding-top: 14px;
}

.sun-hero > * {
    min-width: 0;
    overflow: hidden;
    border-radius: 22px;
}

.sun-hero__copy {
    display: flex;
    grid-column: 1;
    grid-row: 1 / 3;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(36px, 5vw, 76px);
    background: linear-gradient(135deg, #ff8f63 0%, #f7a56e 100%);
}

.sun-kicker {
    margin: 0 0 13px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.sun-hero__copy h1 {
    max-width: 650px;
    margin: 0;
    font-family: "Nunito Sans", sans-serif;
    font-size: clamp(48px, 4.4vw, 76px);
    font-weight: 900;
    letter-spacing: -.06em;
    line-height: 1.01;
}

.sun-hero__copy > p:not(.sun-kicker) {
    max-width: 570px;
    margin: 22px 0 28px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.55;
}

.sun-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    min-height: 54px;
    padding: 0 25px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 900;
    transition: transform .2s ease, box-shadow .2s ease;
}

.sun-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(85, 34, 14, .14);
}

.sun-button--light {
    color: #42190f;
    background: #fffaf0;
}

.sun-hero__actions {
    display: flex;
    width: 100%;
    max-width: 500px;
    gap: 10px;
}

.sun-hero__actions .sun-button {
    min-width: 0;
    flex: 1 1 0;
    justify-content: space-between;
    gap: 8px;
    padding: 0 14px;
    font-size: 13px;
    white-space: nowrap;
}

.sun-hero__dog {
    position: relative;
    grid-column: 2;
    grid-row: 1 / 3;
    background: #f6cd4a;
}

.sun-hero__dog img,
.sun-hero__cat img,
.sun-universe img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sun-hero__dog img {
    object-position: center;
    transition: transform .45s ease;
}

.sun-hero__dog:hover img {
    transform: scale(1.025);
}

.sun-hero__pet-label {
    position: absolute;
    bottom: 18px;
    left: 18px;
    padding: 8px 12px;
    color: #42190f;
    background: rgba(255, 250, 240, .91);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
}

.sun-hero__product {
    position: relative;
    display: block;
    isolation: isolate;
    color: #42190f;
}

.sun-hero__product--leash {
    grid-column: 3;
    grid-row: 1;
    background: #f6d560;
}

.sun-hero__product--collar {
    grid-column: 3;
    grid-row: 2;
    background: #cbd793;
}

.sun-hero__product img {
    position: absolute;
    right: 5px;
    bottom: -12px;
    z-index: -1;
    width: 78%;
    height: 105%;
    object-fit: contain;
    transition: transform .35s ease;
}

.sun-hero__product--leash img {
    right: -20px;
    width: 82%;
    transform: rotate(-8deg);
}

.sun-hero__product--collar img {
    right: -8px;
    bottom: -28px;
    width: 72%;
    mix-blend-mode: multiply;
}

.sun-hero__product:hover img {
    transform: scale(1.035);
}

.sun-hero__product--leash:hover img {
    transform: rotate(-8deg) scale(1.035);
}

.sun-hero__product-copy {
    position: relative;
    z-index: 2;
    display: flex;
    max-width: 48%;
    flex-direction: column;
    gap: 5px;
    padding: 22px;
}

.sun-hero__product-copy small {
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.sun-hero__product-copy strong {
    font-size: clamp(16px, 1.4vw, 22px);
    font-weight: 900;
    line-height: 1.05;
}

.sun-hero__cat {
    z-index: 4;
    grid-column: 2 / 4;
    grid-row: 2;
    align-self: end;
    justify-self: center;
    width: 190px;
    height: 190px;
    margin: 0 0 -4px 72px;
    border: 7px solid #fffaf0;
    border-radius: 50%;
    box-shadow: 0 16px 30px rgba(88, 42, 23, .12);
}

.sun-hero__cat img {
    border-radius: 50%;
}

/* Homepage — two clear animal universes */
.sun-category-hero {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 16px;
    height: clamp(650px, calc(100svh - 98px), 900px);
    padding-top: 16px;
}

.sun-category-hero > .screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sun-mobile-poster { display: none; }

.sun-category-card {
    position: relative;
    min-width: 0;
    height: 100%;
    overflow: hidden;
    isolation: isolate;
    color: #42190f;
    border-radius: 28px;
}

.sun-category-card--dog { background: #ff956a; }
.sun-category-card--cat { background: #f6d55c; }

.sun-category-card::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    opacity: .1;
    pointer-events: none;
    background-image: radial-gradient(rgba(66, 25, 15, .16) .55px, transparent .55px);
    background-size: 5px 5px;
    mix-blend-mode: multiply;
}

.sun-category-card__background {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sun-category-card--dog .sun-category-card__background { object-position: 50% center; }
.sun-category-card--cat .sun-category-card__background { object-position: 48% center; }

.sun-category-card__content {
    position: absolute;
    right: clamp(22px, 2.2vw, 34px);
    bottom: clamp(22px, 2.5vw, 34px);
    left: clamp(22px, 2.2vw, 34px);
    z-index: 2;
    width: auto;
}

.sun-category-card__kicker {
    position: absolute;
    top: clamp(26px, 2.8vw, 42px);
    left: clamp(26px, 2.8vw, 42px);
    z-index: 3;
    margin: 0;
    padding: 8px 16px 7px;
    color: #42190f;
    background: rgba(255, 250, 240, .94);
    border-radius: 999px;
    font-size: clamp(9px, .72vw, 12px);
    font-weight: 900;
    letter-spacing: .12em;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: 0 8px 20px rgba(66, 25, 15, .08);
}

.sun-category-card__mobile-brand { display: none; }

.sun-category-card__intro {
    position: absolute;
    top: clamp(76px, 7.2vw, 112px);
    left: clamp(30px, 3vw, 48px);
    z-index: 3;
    width: min(38%, 330px);
    margin: 0;
    color: #42190f;
    font-size: clamp(19px, 1.45vw, 26px);
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: -.035em;
}

.sun-category-card__content h2 {
    position: relative;
    margin: 0 0 clamp(16px, 1.7vw, 26px);
    color: #42190f;
    font-family: "Nunito Sans", sans-serif;
    font-size: clamp(76px, 7.25vw, 124px);
    font-weight: 900;
    line-height: .78;
    letter-spacing: -.065em;
    text-transform: uppercase;
    -webkit-text-stroke: clamp(3px, .32vw, 6px) #fffaf0;
    paint-order: stroke fill;
    text-shadow: 0 3px 0 #fffaf0;
}

.sun-category-card--cat .sun-category-card__content h2 { text-align: left; }

.sun-category-card__cta {
    display: flex;
    width: 100%;
    min-height: clamp(64px, 5.3vw, 82px);
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0 clamp(24px, 2.3vw, 38px);
    color: #42190f;
    background: #fffaf0;
    border-radius: 18px;
    font-size: clamp(17px, 1.45vw, 24px);
    font-weight: 900;
    white-space: nowrap;
    box-shadow: 6px 7px 0 var(--sun-category-shadow, rgba(66, 25, 15, .16));
    transition: transform .2s ease, box-shadow .2s ease;
}

.sun-category-card__cta span { margin-left: auto; font-size: 1.5em; font-weight: 700; line-height: 1; }

.sun-category-card--dog { --sun-category-shadow: #ef7892; }
.sun-category-card--cat { --sun-category-shadow: #aeb866; }

.sun-category-card__cta:hover {
    transform: translateY(-2px);
    box-shadow: 8px 10px 0 var(--sun-category-shadow, rgba(66, 25, 15, .16));
}

.sun-category-card__stamp {
    position: absolute;
    bottom: 30.5%;
    left: clamp(24px, 2.8vw, 42px);
    z-index: 3;
    display: flex;
    width: clamp(92px, 8.8vw, 132px);
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #42190f;
    background: #fffaf0;
    border: 2px solid rgba(66, 25, 15, .18);
    border-radius: 50%;
    box-shadow: inset 0 0 0 5px #fffaf0, inset 0 0 0 6px rgba(66, 25, 15, .12), 0 12px 26px rgba(66, 25, 15, .1);
    font-size: clamp(8px, .66vw, 11px);
    font-weight: 900;
    letter-spacing: .12em;
    line-height: 1.15;
    text-transform: uppercase;
    transform: rotate(-8deg);
}

.sun-category-card__stamp b {
    margin: 4px 0 0;
    color: #42190f;
    font-size: clamp(23px, 2vw, 32px);
    line-height: .85;
}

.sun-category-card__heart {
    position: absolute;
    z-index: 3;
    top: 39%;
    left: clamp(36px, 4vw, 64px);
    color: #42190f;
    font-size: clamp(32px, 3.3vw, 52px);
    line-height: 1;
    transform: rotate(-12deg);
}

.sun-category-card__paw {
    position: absolute;
    top: clamp(28px, 3vw, 46px);
    right: clamp(28px, 3vw, 46px);
    z-index: 3;
    width: clamp(54px, 5vw, 78px);
    height: auto;
    fill: #d85a00;
    transform: rotate(11deg);
}

.sun-category-card__product {
    position: absolute;
    right: clamp(22px, 2.6vw, 40px);
    bottom: 26.5%;
    z-index: 2;
    display: flex;
    width: min(27.5%, 220px);
    flex-direction: column;
    overflow: hidden;
    border: 3px solid #fffaf0;
    border-radius: 23px;
    color: #42190f;
    background: #fffaf0;
    box-shadow: 0 15px 34px rgba(66, 25, 15, .1);
    transition: transform .22s ease, box-shadow .22s ease;
}

.sun-category-card--dog .sun-category-card__product {
    bottom: 22.5%;
}

.sun-category-card__product:hover {
    color: #42190f;
    transform: translateY(-4px);
    box-shadow: 0 20px 42px rgba(66, 25, 15, .17);
}

.sun-category-card__product-visual {
    display: grid;
    width: 100%;
    aspect-ratio: 1;
    place-items: center;
    overflow: hidden;
}

.sun-category-card--dog .sun-category-card__product-visual { background: #f6d55c; }
.sun-category-card--cat .sun-category-card__product-visual { background: #f5c5c0; }

.sun-category-card__product-visual img {
    display: block;
    width: 86%;
    height: 86%;
    object-fit: contain;
    transition: transform .22s ease;
}

.sun-category-card__product:hover .sun-category-card__product-visual img {
    transform: scale(1.04) rotate(-2deg);
}

.sun-category-card__product-meta {
    display: flex;
    min-height: 88px;
    flex-direction: column;
    padding: 11px 13px 10px;
}

.sun-category-card__product-meta strong {
    display: -webkit-box;
    overflow: hidden;
    font-size: clamp(12px, 1.05vw, 16px);
    font-weight: 900;
    line-height: 1.15;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.sun-category-card__product-meta > span {
    display: flex;
    margin-top: auto;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.sun-category-card__product-meta b {
    color: #ef5f2f;
    font-size: 15px;
    font-weight: 900;
}

.sun-category-card__product-meta i {
    display: grid;
    width: 26px;
    height: 26px;
    place-items: center;
    border-radius: 50%;
    color: #fffaf0;
    background: #42190f;
    font-size: 12px;
    font-style: normal;
}

.sun-category-card--dog .sun-category-card__product-meta i { background: #d85a00; }
.sun-category-card--cat .sun-category-card__product-meta i { color: #42190f; background: #f4c84a; }

@media (max-width: 1000px) {
    .sun-category-hero { height: clamp(560px, calc(100svh - 92px), 720px); gap: 10px; }
    .sun-category-card { border-radius: 21px; }
    .sun-category-card__content { right: 20px; bottom: 22px; left: 20px; }
    .sun-category-card__content h2 { font-size: clamp(59px, 7.7vw, 76px); }
    .sun-category-card__cta { min-height: 62px; padding: 0 18px; font-size: 15px; }
    .sun-category-card__intro { width: 42%; font-size: clamp(15px, 1.85vw, 19px); }
    .sun-category-card__product { bottom: 26.5%; width: 30%; border-radius: 18px; }
    .sun-category-card__product-meta { min-height: 78px; padding: 9px 10px 8px; }
    .sun-category-card__stamp { bottom: 30.5%; }
    .sun-category-card__heart { top: 39%; }
}

@media (max-width: 760px) {
    .sun-category-hero { display: none; }
    .sun-mobile-poster {
        display: block;
        height: auto;
        margin-top: 12px;
        padding: 18px;
        overflow: hidden;
        background: #fff3df;
        border: 1px solid rgba(92, 43, 23, .08);
        border-radius: 24px;
        box-shadow: 0 16px 34px rgba(90, 43, 23, .09);
    }
    .sun-mobile-poster__intro {
        max-width: 520px;
        padding: 2px 2px 15px;
        color: #42190f;
    }
    .sun-mobile-poster__eyebrow {
        margin: 0 0 7px;
        font-size: 10px;
        font-weight: 900;
        letter-spacing: .15em;
        line-height: 1;
        text-transform: uppercase;
    }
    .sun-mobile-poster__intro h1 {
        max-width: 430px;
        margin: 0;
        color: #42190f;
        font-family: "Nunito Sans", sans-serif;
        font-size: clamp(32px, 9.2vw, 44px);
        font-weight: 900;
        letter-spacing: -.055em;
        line-height: 1.02;
        text-wrap: balance;
    }
    .sun-mobile-poster__intro > p:last-child {
        max-width: 390px;
        margin: 10px 0 0;
        color: rgba(66, 25, 15, .82);
        font-size: 13px;
        font-weight: 700;
        line-height: 1.35;
    }
    .sun-mobile-poster__visual {
        aspect-ratio: 1200 / 998;
        height: auto;
        overflow: hidden;
        background: #efd7ae;
        border-radius: 18px;
    }
    .sun-mobile-poster__visual img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .sun-mobile-poster__choices {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin-top: 10px;
    }
    .sun-mobile-poster__choice {
        position: relative;
        display: flex;
        min-width: 0;
        min-height: 68px;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        padding: 11px 12px 10px 14px;
        color: #42190f;
        border: 0;
        border-radius: 16px;
        cursor: pointer;
        box-shadow: 0 8px 18px rgba(76, 34, 16, .11);
        transition: box-shadow .18s ease, transform .18s ease;
    }
    .sun-mobile-poster__choice--dog { background: #ff8f6b; }
    .sun-mobile-poster__choice--cat { background: #f8c64a; }
    .sun-mobile-poster__choice-label {
        display: flex;
        min-width: 0;
        flex-direction: column;
        gap: 3px;
    }
    .sun-mobile-poster__choice-label strong {
        font-size: clamp(21px, 5.6vw, 27px);
        font-weight: 900;
        letter-spacing: -.045em;
        line-height: 1;
    }
    .sun-mobile-poster__choice-label small {
        overflow: hidden;
        color: rgba(66, 25, 15, .78);
        font-size: 9px;
        font-weight: 900;
        line-height: 1.1;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .sun-mobile-poster__choice-arrow {
        display: grid;
        width: 34px;
        height: 34px;
        flex: 0 0 34px;
        place-items: center;
        color: #fffaf0;
        background: #6a2a10;
        border-radius: 50%;
        font-size: 17px;
        line-height: 1;
    }
    .sun-mobile-poster__choice:focus-visible {
        outline: 3px solid #42190f;
        outline-offset: 3px;
    }
    .sun-mobile-poster__choice:hover { box-shadow: 0 12px 24px rgba(76, 34, 16, .17); transform: translateY(-1px); }
    .sun-mobile-poster__choice:active { transform: scale(.985); }
}

@media (max-width: 420px) {
    .sun-mobile-poster { padding: 14px; border-radius: 20px; }
    .sun-mobile-poster__intro { padding-bottom: 13px; }
    .sun-mobile-poster__visual { height: auto; border-radius: 15px; }
    .sun-mobile-poster__choice { min-height: 64px; padding: 9px 9px 9px 12px; border-radius: 14px; }
    .sun-mobile-poster__choice-label small { font-size: 8px; }
    .sun-mobile-poster__choice-arrow { width: 32px; height: 32px; flex-basis: 32px; }
    .sun-section-heading { gap: 10px; }
    .sun-section-heading h2 { font-size: 20px; white-space: nowrap; }
    .sun-section-heading > a { font-size: 11px; white-space: nowrap; }
}

.sun-favorites {
    padding: 22px 0 18px;
}

.sun-section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 7px 13px;
}

.sun-section-heading h2 {
    margin: 0;
    font-family: "Nunito Sans", sans-serif;
    font-size: clamp(24px, 2vw, 31px);
    font-weight: 900;
    letter-spacing: -.045em;
}

.sun-section-heading h2 span {
    display: inline-block;
    margin-left: 8px;
    color: #ef7892;
    font-size: 34px;
    transform: rotate(-10deg);
}

.sun-section-heading > a {
    color: #42190f;
    font-size: 13px;
    font-weight: 900;
}

.sun-product-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}

.sun-product-card {
    display: flex;
    min-width: 0;
    min-height: 255px;
    flex-direction: column;
    overflow: hidden;
    border-radius: 16px;
}

.sun-product-card--blush { background: #f9ddd7; }
.sun-product-card--butter { background: #fae9b8; }
.sun-product-card--sage { background: #dfe2a4; }
.sun-product-card--peach { background: #f8dccd; }
.sun-product-card--cream { background: #f5e5cb; }
.sun-product-card--pink { background: #f7d5d3; }

.sun-product-card__visual {
    position: relative;
    display: flex;
    height: 172px;
    align-items: center;
    justify-content: center;
    padding: 8px 12px 0;
}

.sun-product-card__visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 10px 10px rgba(83, 44, 25, .10));
    transition: transform .3s ease;
}

.sun-product-card:hover .sun-product-card__visual img {
    transform: translateY(-3px) scale(1.03);
}

.sun-product-card__meta {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-end;
    padding: 10px 13px 12px;
}

.sun-product-card h3 {
    min-height: 34px;
    margin: 0 0 8px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
}

.sun-product-card h3 a {
    color: inherit;
}

.sun-product-card__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.sun-product-card__price {
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.sun-product-card__price del {
    display: none;
}

.sun-product-card__price ins {
    text-decoration: none;
}

.sun-product-card__action,
.sun-product-card__action.button {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 15px;
    border: 0;
    color: #42190f;
    background: rgba(255, 250, 240, .78);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    text-transform: none;
}

.sun-product-card__action.added::after {
    margin-left: 5px;
    content: "✓";
}

.sun-product-card .added_to_cart {
    display: none;
}

.sun-universes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 0 0 20px;
}

.sun-universe {
    position: relative;
    display: block;
    min-height: 278px;
    overflow: hidden;
    color: #42190f;
    border-radius: 22px;
}

.sun-universe--dog { background: #f6cd4f; }
.sun-universe--cat { background: #f6a3af; }

.sun-universe img {
    position: absolute;
    top: 0;
    right: 0;
    width: 66%;
    object-position: center;
    transition: transform .45s ease;
}

.sun-universe::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, currentColor 0%, rgba(255,255,255,0) 52%);
    opacity: .04;
}

.sun-universe:hover img {
    transform: scale(1.025);
}

.sun-universe__copy {
    position: relative;
    z-index: 2;
    width: 43%;
    padding: 35px 0 30px 40px;
}

.sun-universe__copy > span {
    display: block;
    margin-bottom: 12px;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.sun-universe h2 {
    margin: 0;
    font-family: "Nunito Sans", sans-serif;
    font-size: clamp(42px, 4vw, 63px);
    font-weight: 900;
    letter-spacing: -.065em;
    line-height: .83;
}

.sun-universe p {
    margin: 19px 0 18px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.sun-universe b {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 10px 15px;
    background: rgba(255, 250, 240, .9);
    border-radius: 999px;
    font-size: 11px;
}

.sun-universe b i {
    font-style: normal;
}

.sun-reassurance {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 28px;
    overflow: hidden;
    background: #fff2dc;
    border: 1px solid rgba(94, 46, 24, .09);
    border-radius: 18px;
}

.sun-reassurance article {
    display: grid;
    grid-template-columns: 42px 1fr;
    align-items: center;
    gap: 12px;
    min-height: 100px;
    padding: 18px 28px;
    border-right: 1px solid rgba(94, 46, 24, .09);
}

.sun-reassurance article:last-child {
    border-right: 0;
}

.sun-reassurance article > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #fffaf0;
    background: #ef7d58;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 800;
}

.sun-reassurance strong {
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 900;
}

.sun-reassurance p {
    margin: 0;
    color: #7a5847;
    font-size: 12px;
    line-height: 1.35;
}

.sun-newsletter {
    padding: 64px 0;
    color: #fffaf0;
    background: #a95308;
}

.sun-newsletter__inner {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(420px, .7fr);
    align-items: center;
    gap: clamp(50px, 8vw, 150px);
}

.sun-newsletter h2 {
    max-width: 700px;
    margin: 0 0 12px;
    font-family: "Nunito Sans", sans-serif;
    font-size: clamp(36px, 4vw, 60px);
    font-weight: 900;
    letter-spacing: -.055em;
    line-height: 1;
}

.sun-newsletter p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
}

.sun-signup-row {
    display: grid;
    grid-template-columns: 1fr auto;
    overflow: hidden;
    background: #fffaf0;
    border-radius: 15px;
}

.sun-signup-row input,
.sun-signup-row button {
    min-height: 56px;
    border: 0;
    font: inherit;
}

.sun-signup-row input {
    min-width: 0;
    padding: 0 19px;
    color: #42190f;
    background: transparent;
}

.sun-signup-row button {
    padding: 0 23px;
    color: #42190f;
    background: #f4c84a;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
}

.sun-consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 12px;
    font-size: 10px;
    line-height: 1.4;
}

.sun-consent input {
    flex: 0 0 auto;
    margin-top: 2px;
}

@media (max-width: 1240px) {
    .sun-home-header__inner { grid-template-columns: auto 1fr auto; }
    .sun-home-nav { gap: 22px; }
    .sun-hero { grid-template-columns: minmax(0, 1.06fr) minmax(240px, .72fr) minmax(290px, .85fr); }
    .sun-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .sun-product-card { min-height: 285px; }
    .sun-product-card__visual { height: 195px; }
}

@media (max-width: 900px) {
    .sun-shell { width: min(100% - 28px, 760px); }
    .sun-home-header__inner { grid-template-columns: 1fr auto; min-height: 66px; }
    .sun-home-logo { font-size: 27px; }
    .sun-home-menu {
        position: static;
        display: grid;
        width: 40px;
        height: 40px;
        place-content: center;
        flex: 0 0 40px;
        transform: none;
    }
    .sun-home-nav {
        position: fixed;
        top: 66px;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 55;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 0;
        padding: 30px 22px;
        background: #fffaf0;
    }
    .menu-open .sun-home-nav { display: flex; }
    .sun-home-nav a { width: 100%; padding: 17px 0; border-bottom: 1px solid rgba(92, 43, 23, .1); font-size: 21px; }
    body.menu-open .sun-home-nav {
        position: fixed;
        inset: 0;
        z-index: 70;
        display: flex;
        height: 100dvh;
        padding: 88px 24px 30px;
        overflow-y: auto;
        color: #42190f;
        background: #fffaf0;
    }
    body.menu-open .sun-home-nav a {
        position: relative;
        z-index: 1;
        flex: 0 0 auto;
        min-height: 66px;
        background: #fffaf0;
    }
    body.menu-open .sun-home-nav a::after { display: none; }
    body.menu-open .sun-home-nav > .sun-nav-link.is-current::after,
    body.menu-open .sun-nav-item > .sun-nav-link.is-current::after { display: block; right: auto; bottom: 5px; width: 74px; }
    body.menu-open .sun-home-cart { visibility: hidden; }
    body.menu-open .sun-home-menu {
        position: fixed;
        top: 13px;
        right: 12px;
        z-index: 72;
        background: #fffaf0;
        border-radius: 50%;
        transform: none;
    }
    .sun-home-search { display: none; }
    .sun-home-cart { min-height: 40px; padding: 0 14px; }
    .sun-home-cart > span:not(.ml-cart-count) { display: none; }
    .sun-hero {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: auto minmax(380px, 54vw) 190px;
        min-height: 0;
    }
    .sun-hero__copy { grid-column: 1 / 3; grid-row: 1; padding: 52px 38px; }
    .sun-hero__copy h1 { max-width: 600px; font-size: clamp(48px, 9vw, 72px); }
    .sun-hero__dog { grid-column: 1 / 3; grid-row: 2; }
    .sun-hero__dog img { object-position: center 35%; }
    .sun-hero__cat { grid-column: 2; grid-row: 2; width: 170px; height: 170px; margin: 0 16px 16px 0; justify-self: end; }
    .sun-hero__product--leash { grid-column: 1; grid-row: 3; }
    .sun-hero__product--collar { grid-column: 2; grid-row: 3; }
    .sun-universes { grid-template-columns: 1fr; }
    .sun-universe { min-height: 290px; }
    .sun-universe__copy { width: 44%; }
    .sun-reassurance { grid-template-columns: 1fr; }
    .sun-reassurance article { border-right: 0; border-bottom: 1px solid rgba(94, 46, 24, .09); }
    .sun-reassurance article:last-child { border-bottom: 0; }
    .sun-newsletter__inner { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 620px) {
    .sun-shell { width: calc(100% - 20px); }
    .sun-home-actions { gap: 6px; }
    .sun-home-cart { padding: 0 11px; }
    .sun-hero { grid-template-rows: auto 360px 168px; gap: 8px; padding-top: 8px; }
    .sun-hero > * { border-radius: 17px; }
    .sun-hero__copy { padding: 38px 25px 40px; }
    .sun-hero__copy h1 { font-size: clamp(43px, 13.4vw, 61px); }
    .sun-hero__copy > p:not(.sun-kicker) { margin: 17px 0 24px; font-size: 14px; }
    .sun-button { width: 100%; justify-content: space-between; min-height: 52px; }
    .sun-hero__actions { width: 100%; flex-direction: column; gap: 8px; }
    .sun-hero__actions .sun-button { min-width: 0; flex: none; }
    .sun-hero__cat { width: 126px; height: 126px; margin: 0 9px 9px 0; border-width: 5px; }
    .sun-hero__pet-label { right: auto; bottom: 10px; left: 10px; }
    .sun-hero__product-copy { max-width: 72%; padding: 14px; }
    .sun-hero__product-copy strong { font-size: 14px; }
    .sun-hero__product--leash img { right: -34px; width: 105%; }
    .sun-hero__product--collar img { right: -26px; width: 88%; }
    .sun-favorites { padding-top: 18px; }
    .sun-section-heading { padding-right: 3px; padding-left: 3px; }
    .sun-section-heading h2 { font-size: 24px; }
    .sun-favorites .sun-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-right: 0;
        padding-right: 0;
        overflow: visible;
        touch-action: auto;
        scroll-snap-type: none;
    }
    .sun-product-card { min-height: 275px; }
    .sun-product-card__visual { height: 186px; }
    .sun-universe { min-height: 260px; }
    .sun-universe img { width: 68%; }
    .sun-universe__copy { width: 48%; padding: 28px 0 25px 22px; }
    .sun-universe h2 { font-size: 43px; }
    .sun-universe p { font-size: 12px; }
    .sun-reassurance article { min-height: 88px; padding: 15px 18px; }
    .sun-newsletter { padding: 50px 0; }
    .sun-signup-row { grid-template-columns: 1fr; background: transparent; border-radius: 0; gap: 8px; }
    .sun-signup-row input,
    .sun-signup-row button { border-radius: 13px; }
    .sun-signup-row input { background: #fffaf0; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
    .reveal { opacity: 1; transform: none; }
}

/* Homepage 3.2 — complete commerce journey */
.eyebrow { margin: 0 0 12px; color: #a74427; font-size: clamp(10px, .63vw, 12px); font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.section-heading { max-width: 740px; margin-bottom: clamp(28px, 2.5vw, 48px); }
.section-heading h2 { margin: 0; font-family: "Cormorant Garamond", serif; font-size: clamp(42px, 3.2vw, 64px); font-weight: 500; line-height: .98; letter-spacing: -.02em; }
.section-heading > p:last-child { max-width: 620px; margin: 16px 0 0; color: #625248; font-size: clamp(14px, .84vw, 17px); line-height: 1.6; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center > p:last-child { margin-inline: auto; }
.text-link { display: inline-flex; min-height: 40px; align-items: center; gap: 12px; padding: 8px 0; border-bottom: 1px solid rgba(48,34,25,.42); font-size: clamp(11px, .67vw, 13px); font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.button--outline { color: var(--ink); background: transparent; border: 1px solid var(--ink); }
.button--outline:hover { color: #fff; background: var(--ink); }
.section-cta { margin-top: clamp(30px, 2.4vw, 46px); text-align: center; }

.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(249,239,226,.82) 0%, rgba(249,239,226,.28) 42%, transparent 62%); }
.hero__inner { z-index: 2; }
.hero__copy { width: min(610px, 46%); }
.hero h1 { margin-bottom: 24px; font-size: clamp(64px, 4.7vw, 94px); line-height: .92; }
.hero__lead { max-width: 535px; margin: 0 0 28px; color: #54453a; font-size: clamp(14px, .9vw, 18px); line-height: 1.6; }
.hero__actions { display: flex; align-items: center; gap: 12px; }
.hero__actions .button--outline { background: rgba(255,250,245,.52); backdrop-filter: blur(5px); }
.hero__actions .button--outline:hover { background: var(--ink); }

.home-collection-dock { padding: clamp(22px, 1.8vw, 34px) 0; background: #f7efe6; border-bottom: 1px solid var(--line); }
.home-collection-dock__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(10px, 1vw, 18px); }
.home-collection-tile { position: relative; overflow: hidden; aspect-ratio: 7 / 4; height: auto; background: #eadfd3; border: 1px solid #e2d5c9; }
.home-collection-tile img { width: 100%; height: 100%; padding: 0; object-fit: cover; object-position: center; transition: transform .35s ease; }
.home-collection-tile:hover img { transform: scale(1.025); }
.home-collection-tile__shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(33,22,16,.78), rgba(33,22,16,.02) 72%); }
.home-collection-tile__copy { position: absolute; right: 18px; bottom: 15px; left: 18px; display: grid; grid-template-columns: 1fr auto; align-items: end; color: #fff; }
.home-collection-tile__copy small { grid-column: 1 / -1; margin-bottom: 2px; color: rgba(255,255,255,.82); font-size: clamp(9px, .55vw, 11px); font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.home-collection-tile__copy strong { font-family: "Cormorant Garamond", serif; font-size: clamp(23px, 1.55vw, 31px); font-weight: 600; line-height: 1; }
.home-collection-tile__copy b { font-size: 16px; font-weight: 400; }

.universe { padding: clamp(70px, 5.5vw, 110px) 0 clamp(80px, 6vw, 120px); }
.universe .category-cards { padding: 0; }
.category-card { height: clamp(280px, 20vw, 400px); border-radius: 2px; }
.category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(251,242,231,.92), rgba(251,242,231,.18) 65%); }
.category-card > div { z-index: 2; width: 60%; }
.category-card > div > p { margin: 0 0 10px; color: #664d3d; font-size: clamp(10px, .62vw, 12px); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.category-card h3 { margin: 0 0 20px; font-family: "Cormorant Garamond", serif; font-size: clamp(42px, 3vw, 60px); font-weight: 500; line-height: .95; }
.category-card span { font-size: clamp(11px, .66vw, 13px); font-weight: 700; }

.bestsellers { padding: clamp(70px, 5vw, 100px) 0 clamp(75px, 5.5vw, 110px); }
.product-row { gap: 0; }
.mini-product { position: relative; display: flex; flex-direction: column; padding: 0 clamp(18px, 1.6vw, 32px) 22px; text-align: left; }
.mini-product__image { position: relative; overflow: hidden; display: block; margin-bottom: 18px; background: #f4eee6; }
.mini-product img { height: clamp(240px, 17vw, 340px); padding: clamp(14px, 1vw, 22px); }
.product-badge { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 7px 10px; color: #fff; background: var(--rust); font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.mini-product__category { margin: 0 0 6px; color: #725e50; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.mini-product h3 { margin: 0 0 6px; font-family: "Cormorant Garamond", serif; font-size: clamp(20px, 1.3vw, 27px); font-weight: 500; }
.mini-product strong { margin-bottom: 18px; font-size: 13px; }
.product-link { align-self: flex-start; min-height: 36px; margin-top: auto; padding: 8px 0 4px; border-bottom: 1px solid #bba595; font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.product-link span { display: inline-block; margin-left: 7px; transition: transform .2s ease; }
.product-link:hover span { transform: translateX(4px); }

.shop-moments { padding: clamp(80px, 6vw, 120px) 0; }
.moment-grid { display: grid; grid-template-columns: 1.35fr 1fr; grid-template-rows: repeat(2, clamp(250px, 19vw, 380px)); gap: clamp(18px, 1.5vw, 30px); }
.moment-card { position: relative; overflow: hidden; min-height: 0; background: #e9dfd3; }
.moment-card--large { grid-row: 1 / 3; }
.moment-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(28,21,17,.74)); }
.moment-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.moment-card:hover img { transform: scale(1.025); }
.moment-card > div { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: clamp(24px, 2vw, 40px); color: #fff; }
.moment-card p { margin: 0 0 7px; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.moment-card h3 { margin: 0 0 11px; font-family: "Cormorant Garamond", serif; font-size: clamp(28px, 2.1vw, 42px); font-weight: 500; line-height: 1; }
.moment-card span { font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }

.manifesto { padding: clamp(80px, 6.5vw, 130px) 0; color: #f9f4ed; background: #26352e; }
.manifesto__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(60px, 7vw, 140px); }
.manifesto__visual { position: relative; }
.manifesto__visual img { width: 100%; height: clamp(440px, 37vw, 690px); object-fit: cover; }
.manifesto__visual span { position: absolute; right: -28px; bottom: 28px; width: min(310px, 50%); padding: 24px; color: var(--ink); background: #e8d4c3; font-family: "Cormorant Garamond", serif; font-size: clamp(19px, 1.35vw, 27px); line-height: 1.08; }
.manifesto .eyebrow { color: #d8a589; }
.manifesto h2 { margin: 0 0 30px; font-family: "Cormorant Garamond", serif; font-size: clamp(50px, 4vw, 80px); font-weight: 500; line-height: .94; letter-spacing: -.025em; }
.manifesto__copy > p:not(.eyebrow) { max-width: 610px; color: rgba(255,255,255,.72); font-size: clamp(14px, .82vw, 17px); line-height: 1.75; }
.manifesto .text-link { margin-top: 16px; color: #fff; border-color: rgba(255,255,255,.35); }

.standards { padding: clamp(75px, 5.5vw, 110px) 0; background: #f2ede5; }
.standards .features { gap: 0; }
.standards .features article { padding: 10px clamp(22px, 2.2vw, 44px); border-right: 1px solid #d9cec4; }
.standards .features article:first-child { border-left: 1px solid #d9cec4; }
.standards .features svg { margin-bottom: 18px; }
.standards .features strong { margin-bottom: 9px; font-size: clamp(20px, 1.35vw, 27px); }
.standards .features span { font-size: clamp(11px, .67vw, 14px); line-height: 1.55; }

.reviews { padding: clamp(75px, 5.5vw, 110px) 0; background: var(--paper); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card { margin: 0; padding: clamp(28px, 2.3vw, 46px); background: #f4eee6; }
.review-stars { color: var(--rust); font-size: 12px; letter-spacing: .18em; }
.review-card p { min-height: 100px; font-family: "Cormorant Garamond", serif; font-size: clamp(23px, 1.55vw, 31px); line-height: 1.15; }
.review-card cite { color: var(--muted); font-size: 11px; font-style: normal; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }

.brand-quote__grid { min-height: clamp(380px, 28vw, 560px); }
.brand-quote blockquote { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.brand-quote blockquote > span { top: 17%; }
.brand-quote p { font-size: clamp(42px, 3.4vw, 68px); }
.brand-quote cite { max-width: 450px; margin: 4px 0 22px; color: rgba(255,255,255,.8); font-size: clamp(12px, .74vw, 15px); line-height: 1.6; }
.text-link--light { color: #fff; border-color: rgba(255,255,255,.55); }

.faq { padding: clamp(80px, 6vw, 120px) 0; background: var(--paper); }
.faq__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(70px, 8vw, 160px); }
.faq .section-heading { position: sticky; top: 40px; align-self: start; }
.faq__list { border-top: 1px solid var(--line); }
.faq__list details { border-bottom: 1px solid var(--line); }
.faq__list summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: clamp(23px, 1.7vw, 34px) 0; cursor: pointer; font-family: "Cormorant Garamond", serif; font-size: clamp(22px, 1.55vw, 31px); font-weight: 500; }
.faq__list summary::-webkit-details-marker { display: none; }
.faq__list summary span { font-family: "DM Sans", sans-serif; font-size: 20px; font-weight: 300; transition: transform .25s ease; }
.faq__list details[open] summary span { transform: rotate(45deg); }
.faq__list details p { max-width: 680px; margin: -4px 50px 28px 0; color: #625248; font-size: clamp(14px, .8vw, 16px); line-height: 1.7; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible { outline: 3px solid #cc6743; outline-offset: 3px; }

.home-newsletter { padding: clamp(65px, 4.5vw, 90px) 0; color: #fff; background: var(--rust); }
.home-newsletter__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(70px, 8vw, 160px); }
.home-newsletter .eyebrow { color: #f0cbb9; }
.home-newsletter h2 { margin: 0; font-family: "Cormorant Garamond", serif; font-size: clamp(44px, 3.3vw, 66px); font-weight: 500; line-height: .94; }
.home-newsletter__grid > div:last-child > p { max-width: 560px; margin: 0 0 20px; color: rgba(255,255,255,.8); }
.home-newsletter .signup-row input { height: 54px; color: var(--ink); background: #fff; border: 0; }
.home-newsletter .signup-row button { min-width: 140px; color: #fff; background: var(--ink); }
.home-newsletter .consent { color: rgba(255,255,255,.7); }

@media (max-width: 900px) {
    .hero__copy { width: 58%; }
    .home-collection-dock__grid { grid-template-columns: 1fr 1fr; }
    .home-collection-tile { height: auto; }
    .category-card { height: 260px; }
    .moment-grid { grid-template-rows: repeat(2, 250px); }
    .manifesto__grid { grid-template-columns: 1fr 1fr; gap: 48px; }
    .manifesto__visual span { right: -18px; }
    .standards .features { grid-template-columns: 1fr 1fr; row-gap: 34px; }
    .standards .features article:nth-child(3) { border-left: 1px solid #d9cec4; }
    .faq__grid { gap: 60px; }
}

@media (max-width: 620px) {
    .eyebrow { font-size: 11px; }
    .section-heading { margin-bottom: 25px; }
    .section-heading h2 { font-size: 40px; }
    .section-heading > p:last-child { color: #5a4a3f; font-size: 15px; line-height: 1.6; }
    .text-link { font-size: 11px; }
    .hero { display: flex; height: auto; flex-direction: column; background: #f3e7d9; }
    .hero > img { width: 100%; height: 315px; object-position: 58% center; }
    .hero::after { display: none; }
    .hero__inner { position: static; order: -1; padding: 38px 0 32px; }
    .hero__copy { width: 100%; padding: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
    .hero h1 { color: #2f2119; font-size: 48px; }
    .hero__lead { color: #3f3026; font-size: 15px; line-height: 1.55; }
    .hero .eyebrow { color: #9d3f24; font-size: 11px; }
    .hero__actions { align-items: flex-start; flex-direction: column; gap: 12px; }
    .hero__actions .button { min-height: 46px; }
    .hero__actions .button { font-size: 13px; }
    .hero__actions .text-link { color: #2f2119; font-size: 11px; }
    .home-collection-dock { overflow: hidden; padding: 18px 0; }
    .home-collection-dock__grid { display: flex; overflow-x: auto; width: 100%; margin: 0; gap: 12px; padding: 0 12px 4px; scroll-snap-type: x mandatory; scrollbar-width: none; }
    .home-collection-tile { flex: 0 0 78vw; height: auto; border: 0; scroll-snap-align: start; }
    .home-collection-tile img { padding: 0; }
    .home-collection-tile__copy { right: 12px; bottom: 11px; left: 12px; }
    .home-collection-tile__copy small { font-size: 12px; }
    .home-collection-tile__copy strong { font-size: 29px; }
    .universe { padding: 58px 0 68px; }
    .universe .category-cards { gap: 12px; }
    .category-card { height: 210px; }
    .category-card > div { width: 72%; padding: 24px; }
    .category-card h3 { font-size: 37px; }
    .bestsellers { padding: 58px 0 65px; }
    .mini-product { padding: 0 8px 22px; }
    .mini-product img { height: 150px; }
    .mini-product h3 { font-size: 19px; }
    .mini-product__category { color: #725e50; font-size: 10px; }
    .product-link { font-size: 11px; }
    .shop-moments { padding: 64px 0; }
    .moment-grid { display: flex; overflow-x: auto; gap: 12px; scroll-snap-type: x mandatory; scrollbar-width: none; }
    .moment-card, .moment-card--large { flex: 0 0 84%; height: 420px; scroll-snap-align: start; }
    .manifesto { padding: 64px 0; }
    .manifesto__grid { grid-template-columns: 1fr; gap: 52px; }
    .manifesto__visual img { height: 430px; }
    .manifesto__visual span { right: 12px; bottom: -24px; width: 72%; }
    .manifesto h2 { font-size: 48px; }
    .standards { padding: 64px 0; }
    .standards .features article { padding: 10px 14px; }
    .standards .features strong { font-size: 19px; }
    .review-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
    .review-card { flex: 0 0 86%; scroll-snap-align: start; }
    .brand-quote__grid { min-height: 0; }
    .brand-quote blockquote { min-height: 330px; padding: 45px 30px 36px 50px; }
    .brand-quote blockquote > span { top: 35px; }
    .brand-quote p { font-size: 40px; }
    .brand-quote img { height: 280px; }
    .faq { padding: 64px 0; }
    .faq__grid { grid-template-columns: 1fr; gap: 35px; }
    .faq .section-heading { position: static; }
    .faq__list summary { font-size: 21px; }
    .home-newsletter { padding: 58px 0; }
    .home-newsletter__grid { grid-template-columns: 1fr; gap: 28px; }
    .home-newsletter h2 { font-size: 43px; }
}

/* Editorial and service pages */
.editorial-page { background: var(--paper); }
.editorial-hero { position: relative; overflow: hidden; padding: clamp(86px, 8vw, 150px) 0 clamp(72px, 6vw, 118px); background: #efe3d6; }
.editorial-hero::before { content: "CA"; position: absolute; right: clamp(24px, 7vw, 140px); bottom: -0.28em; color: rgba(183,79,45,.07); font-family: "Cormorant Garamond", serif; font-size: clamp(180px, 22vw, 430px); font-weight: 600; line-height: .8; }
.editorial-hero__inner { position: relative; z-index: 1; }
.editorial-hero h1 { max-width: 980px; margin: 0; font-family: "Cormorant Garamond", serif; font-size: clamp(62px, 6vw, 118px); font-weight: 500; letter-spacing: -.035em; line-height: .88; }
.editorial-hero__inner > p:last-child:not(.eyebrow) { max-width: 660px; margin: 25px 0 0; color: #6f5b4d; font-size: clamp(15px, 1vw, 20px); line-height: 1.65; }
.editorial-content { width: min(1060px, calc(100vw - 72px)); padding-top: clamp(70px, 6vw, 120px); padding-bottom: clamp(90px, 8vw, 160px); }
.editorial-content > *:first-child { margin-top: 0; }
.editorial-content p { color: #66564b; font-size: clamp(14px, .82vw, 17px); line-height: 1.78; }
.editorial-content > p, .editorial-content > h2, .editorial-content > h3, .editorial-content > ul, .editorial-content > ol { max-width: 800px; margin-right: auto; margin-left: auto; }
.editorial-content h2 { margin-top: clamp(50px, 4vw, 78px); margin-bottom: 18px; font-family: "Cormorant Garamond", serif; font-size: clamp(36px, 2.8vw, 55px); font-weight: 500; line-height: 1; }
.editorial-content h3 { margin-top: 30px; font-family: "Cormorant Garamond", serif; font-size: clamp(23px, 1.6vw, 32px); font-weight: 500; }
.editorial-content a:not(.button) { text-decoration: underline; text-decoration-color: #c69d86; text-underline-offset: 3px; }
.ml-page-lead { max-width: 880px !important; margin-bottom: clamp(70px, 6vw, 115px) !important; color: var(--ink) !important; font-family: "Cormorant Garamond", serif; font-size: clamp(29px, 2.25vw, 44px) !important; line-height: 1.18 !important; }
.ml-kicker { margin: 0 0 12px !important; color: var(--rust) !important; font-size: 10px !important; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.ml-content-split { display: grid; grid-template-columns: 1.35fr .65fr; align-items: start; gap: clamp(50px, 7vw, 120px); margin: clamp(65px, 6vw, 115px) 0; }
.ml-content-split--reverse { grid-template-columns: .65fr 1.35fr; }
.ml-content-split--reverse > div { grid-column: 2; }
.ml-content-split--reverse > aside { grid-column: 1; grid-row: 1; }
.ml-content-split h2 { margin-top: 0; }
.ml-note-card { padding: clamp(28px, 3vw, 48px); background: #f1e7dc; }
.ml-note-card > span { display: block; margin-bottom: 28px; color: var(--rust); font-family: "Cormorant Garamond", serif; font-size: 48px; }
.ml-note-card strong { display: block; font-family: "Cormorant Garamond", serif; font-size: clamp(24px, 1.8vw, 35px); font-weight: 500; line-height: 1; }
.ml-note-card p { margin-bottom: 0; font-size: 13px; }
.ml-page-callout { margin: clamp(75px, 7vw, 135px) calc(50% - 50vw) 0; padding: clamp(70px, 6vw, 115px) max(calc((100vw - 1060px) / 2), 36px); color: #fff; text-align: center; background: #26352e; }
.ml-page-callout h2 { max-width: 800px; margin: 0 auto 20px; color: #fff; font-size: clamp(48px, 4vw, 78px); }
.ml-page-callout > p:not(.ml-kicker) { max-width: 670px; margin: 0 auto 30px; color: rgba(255,255,255,.72); }
.ml-page-callout--soft { color: var(--ink); background: #efe3d6; }
.ml-page-callout--soft h2 { color: var(--ink); }
.ml-page-callout--soft > p:not(.ml-kicker) { color: #66564b; }
.ml-info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0 0 clamp(70px, 6vw, 115px); background: #d9cdc2; }
.ml-info-grid article { padding: clamp(30px, 3vw, 50px); background: #f4eee7; }
.ml-info-grid article > span { color: var(--rust); font-family: "Cormorant Garamond", serif; font-size: 35px; }
.ml-info-grid h2 { margin: 28px 0 12px; font-size: clamp(28px, 2vw, 39px); }
.ml-info-grid p { margin-bottom: 0; font-size: 13px; }
.ml-measure-list { max-width: 800px; margin: 38px auto 80px; border-top: 1px solid var(--line); }
.ml-measure-list article { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.ml-measure-list strong { display: grid; width: 52px; height: 52px; place-items: center; color: #fff; background: var(--rust); border-radius: 50%; font-family: "Cormorant Garamond", serif; font-size: 26px; font-weight: 500; }
.ml-measure-list h3 { margin: 0 0 5px; }
.ml-measure-list p { margin: 0; }
.ml-table-wrap { overflow-x: auto; max-width: 900px; margin: 35px auto 70px; }
.ml-table-wrap table { width: 100%; border-collapse: collapse; font-size: 13px; }
.ml-table-wrap th { padding: 15px 18px; color: #fff; background: var(--ink); text-align: left; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.ml-table-wrap td { padding: 18px; border-bottom: 1px solid var(--line); vertical-align: top; }
.ml-table-wrap tbody tr:nth-child(even) { background: #f7f2ec; }
.ml-legal-notice { max-width: 900px !important; margin-bottom: 65px !important; padding: 25px 28px; color: #6b4939 !important; background: #f4e6dc; border-left: 3px solid var(--rust); }
.ml-faq-group { max-width: 900px; margin: 0 auto clamp(65px, 5vw, 100px); border-top: 1px solid var(--line); }
.ml-faq-group .ml-kicker { padding-top: 25px; }
.ml-faq-group details { border-bottom: 1px solid var(--line); }
.ml-faq-group summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 25px 0; cursor: pointer; font-family: "Cormorant Garamond", serif; font-size: clamp(23px, 1.7vw, 34px); }
.ml-faq-group summary::-webkit-details-marker { display: none; }
.ml-faq-group summary span { font-family: "DM Sans", sans-serif; font-size: 19px; font-weight: 300; transition: transform .2s ease; }
.ml-faq-group details[open] summary span { transform: rotate(45deg); }
.ml-faq-group details p { max-width: 740px; margin: -4px 45px 28px 0; }
.ml-contact-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(60px, 8vw, 130px); }
.ml-contact-layout h2 { margin-top: 0; }
.ml-contact-aside { padding-top: 35px; }
.ml-contact-aside > div { padding: 28px 0; border-bottom: 1px solid var(--line); }
.ml-contact-aside > div > span { color: var(--rust); font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.ml-contact-aside h3 { margin: 8px 0 7px; }
.ml-contact-aside p { margin: 0; font-size: 13px; }
.ml-contact-form { display: grid; gap: 18px; }
.ml-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.ml-contact-form label { display: grid; gap: 7px; color: var(--ink); font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.ml-contact-form label small { display: inline; color: var(--muted); font-size: inherit; font-weight: 400; text-transform: none; }
.ml-contact-form input, .ml-contact-form select, .ml-contact-form textarea { width: 100%; padding: 14px 15px; color: var(--ink); background: #fbf8f3; border: 1px solid #d8c9bc; border-radius: 0; outline: none; font: 400 14px/1.4 "DM Sans", sans-serif; letter-spacing: 0; text-transform: none; }
.ml-contact-form input:focus, .ml-contact-form select:focus, .ml-contact-form textarea:focus { border-color: var(--rust); box-shadow: 0 0 0 1px var(--rust); }
.ml-contact-form textarea { resize: vertical; }
.ml-contact-form .ml-form-consent { grid-template-columns: 18px 1fr; align-items: start; gap: 10px; color: var(--muted); font-weight: 400; letter-spacing: 0; line-height: 1.5; text-transform: none; }
.ml-form-consent input { width: 16px; height: 16px; margin-top: 2px; padding: 0; }
.ml-contact-form .button { justify-self: start; border: 0; cursor: pointer; }
.ml-form-status { padding: 16px 18px; color: var(--ink) !important; background: #eef2eb; border-left: 3px solid #667d6c; }
.ml-form-status--error { background: #f5e6df; border-color: var(--rust); }
.editorial-empty { min-height: 60vh; padding-top: 120px; padding-bottom: 120px; }
.editorial-empty h1 { max-width: 800px; font-family: "Cormorant Garamond", serif; font-size: clamp(50px, 5vw, 90px); font-weight: 500; line-height: .95; }
.not-found-page { overflow: hidden; min-height: 72vh; background: #efe3d6; }
.not-found-page__inner { position: relative; display: flex; min-height: 72vh; flex-direction: column; align-items: flex-start; justify-content: center; padding-top: 80px; padding-bottom: 80px; }
.not-found-page__number { position: absolute; right: -2vw; color: rgba(183,79,45,.09); font-family: "Cormorant Garamond", serif; font-size: clamp(270px, 34vw, 620px); font-weight: 600; line-height: .7; }
.not-found-page h1 { position: relative; max-width: 820px; margin: 0 0 22px; font-family: "Cormorant Garamond", serif; font-size: clamp(58px, 6vw, 115px); font-weight: 500; letter-spacing: -.035em; line-height: .86; }
.not-found-page__inner > p:not(.eyebrow) { position: relative; max-width: 560px; margin: 0 0 30px; color: var(--muted); font-size: 16px; }
.not-found-page__actions { position: relative; display: flex; align-items: center; gap: 30px; }

@media (max-width: 900px) {
    .editorial-content { width: min(100% - 40px, 860px); }
    .ml-content-split, .ml-content-split--reverse { grid-template-columns: 1fr 280px; gap: 40px; }
    .ml-content-split--reverse > div { grid-column: 1; }
    .ml-content-split--reverse > aside { grid-column: 2; }
    .ml-info-grid { grid-template-columns: 1fr; }
    .ml-contact-layout { gap: 55px; }
}

@media (max-width: 620px) {
    .editorial-hero { padding: 66px 0 62px; }
    .editorial-hero h1 { font-size: 57px; }
    .editorial-hero::before { right: -25px; font-size: 170px; }
    .editorial-content { width: calc(100% - 28px); padding-top: 58px; padding-bottom: 80px; }
    .ml-page-lead { margin-bottom: 65px !important; font-size: 29px !important; }
    .ml-content-split, .ml-content-split--reverse { grid-template-columns: 1fr; gap: 25px; margin: 60px 0; }
    .ml-content-split--reverse > div, .ml-content-split--reverse > aside { grid-column: 1; grid-row: auto; }
    .ml-note-card { padding: 28px; }
    .ml-page-callout { margin-right: -14px; margin-left: -14px; padding: 58px 20px; }
    .ml-page-callout h2 { font-size: 44px; }
    .ml-info-grid { margin-bottom: 60px; }
    .ml-info-grid article { padding: 28px; }
    .ml-measure-list article { grid-template-columns: 52px 1fr; gap: 16px; }
    .ml-measure-list strong { width: 44px; height: 44px; }
    .ml-table-wrap { margin-right: -14px; margin-left: -14px; }
    .ml-table-wrap table { min-width: 650px; }
    .ml-contact-layout { grid-template-columns: 1fr; gap: 45px; }
    .ml-form-row { grid-template-columns: 1fr; }
}

/* Museau Club header actions */
.account-nav .header-cart { position: relative; display: inline-flex; align-items: center; gap: 9px; padding: 0; color: var(--ink); background: transparent; border: 0; font: inherit; cursor: pointer; }
.account-nav .header-cart:hover { color: var(--rust); }
.account-nav .header-cart .ml-cart-count { display: grid; min-width: 21px; height: 21px; place-items: center; padding: 0 5px; color: #fff; background: var(--rust); border-radius: 999px; font-size: 9px; line-height: 1; }

/* Museau Club flagship footer */
.site-footer { padding: 0; color: #f6eee7; background: #2d1d15; border: 0; }
.footer-reassurance { background: #23150f; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-reassurance__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.footer-reassurance article { display: grid; min-height: 118px; grid-template-columns: 38px 1fr; align-items: center; gap: 14px; padding: 25px clamp(16px, 2vw, 34px); border-right: 1px solid rgba(255,255,255,.1); }
.footer-reassurance article:last-child { border-right: 0; }
.footer-reassurance article > span { color: #ce8a68; font-family: "Cormorant Garamond", serif; font-size: 19px; }
.footer-reassurance strong, .footer-reassurance small { display: block; }
.footer-reassurance strong { color: #fff8f1; font-family: "Cormorant Garamond", serif; font-size: clamp(18px, 1.2vw, 24px); font-weight: 500; line-height: 1.05; }
.footer-reassurance small { margin-top: 7px; color: rgba(255,255,255,.78); font-size: 13px; line-height: 1.4; }
.footer-newsletter { padding: clamp(58px, 5vw, 96px) 0; color: #2f2018; background: #d7a484; }
.footer-newsletter__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .8fr); align-items: center; gap: clamp(60px, 8vw, 150px); }
.footer-newsletter .eyebrow { color: #7d351f; }
.footer-newsletter h2 { max-width: 800px; margin: 0; font-family: "Cormorant Garamond", serif; font-size: clamp(47px, 4.3vw, 86px); font-weight: 500; letter-spacing: -.035em; line-height: .88; }
.footer-newsletter__grid > div:last-child > p { max-width: 520px; margin: 0 0 20px; font-size: 16px; line-height: 1.65; }
.footer-newsletter form > div { display: grid; grid-template-columns: 1fr auto; }
.footer-newsletter input[type="email"] { min-width: 0; height: 56px; padding: 0 17px; color: #2f2018; background: rgba(255,255,255,.72); border: 1px solid rgba(61,34,23,.32); border-right: 0; outline: 0; }
.footer-newsletter button { height: 56px; padding: 0 27px; color: #fff; background: #342219; border: 0; font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; }
.footer-newsletter__consent { display: grid; grid-template-columns: 17px 1fr; gap: 8px; margin-top: 11px; color: #4f3528; font-size: 12px; line-height: 1.45; }
.footer-newsletter__consent input { width: 15px; height: 15px; margin: 0; }
.footer-grid--large { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: clamp(28px, 3vw, 65px); padding-top: clamp(46px, 4vw, 70px); padding-bottom: clamp(46px, 4vw, 70px); }
.site-footer h3 { margin: 0 0 22px; color: #d69a79; font-size: clamp(12px, .78vw, 15px); font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid--large > div > a { display: block; margin: 0 0 12px; color: rgba(255,255,255,.74); font-size: clamp(14px, .9vw, 17px); line-height: 1.5; transition: color .2s ease, transform .2s ease; }
.footer-grid--large > div > a:hover { color: #fff; transform: translateX(3px); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 24px 0 27px; color: rgba(255,255,255,.72); border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; letter-spacing: .06em; text-align: left; text-transform: uppercase; }
.footer-bottom > span { display: block; margin: 0; color: inherit; font-size: inherit; }

/* Museau Club story page */
.ca-story-page { overflow: hidden; background: #fffdf9; }
.ca-story-hero { background: #efe2d4; }
.ca-story-hero__grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(500px, 1.18fr); min-height: min(760px, 78vh); }
.ca-story-hero__copy { display: flex; justify-content: center; flex-direction: column; padding: 70px clamp(55px, 7vw, 130px) 70px 0; }
.ca-story-hero h1 { max-width: 780px; margin: 0 0 28px; font-family: "Cormorant Garamond", serif; font-size: clamp(66px, 6.1vw, 120px); font-weight: 500; letter-spacing: -.045em; line-height: .82; }
.ca-story-hero__copy > p:not(.eyebrow) { max-width: 610px; margin: 0 0 32px; color: #6c584b; font-size: clamp(14px, .9vw, 18px); line-height: 1.75; }
.ca-story-hero__copy .button { align-self: flex-start; }
.ca-story-hero__media { min-height: 100%; margin: 0; overflow: hidden; }
.ca-story-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.ca-story-intro { padding-top: clamp(100px, 9vw, 180px); padding-bottom: clamp(100px, 9vw, 180px); }
.ca-story-intro__lead { max-width: 1250px; margin: 0; color: #3b291f; font-family: "Cormorant Garamond", serif; font-size: clamp(42px, 4.4vw, 86px); letter-spacing: -.025em; line-height: 1.02; }
.ca-story-intro__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: clamp(65px, 7vw, 120px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ca-story-intro__facts > div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 18px; padding: 30px clamp(18px, 3vw, 50px); border-right: 1px solid var(--line); }
.ca-story-intro__facts > div:first-child { padding-left: 0; }
.ca-story-intro__facts > div:last-child { border: 0; }
.ca-story-intro__facts strong { color: var(--rust); font-family: "Cormorant Garamond", serif; font-size: 52px; font-weight: 500; }
.ca-story-intro__facts span { color: #5f5046; font-size: 14px; line-height: 1.5; }
.ca-story-feature { padding: clamp(90px, 8vw, 150px) 0; color: #f7f0e9; background: #2e3a32; }
.ca-story-feature__grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(390px, .9fr); align-items: center; gap: clamp(60px, 8vw, 150px); }
.ca-story-feature figure { margin: 0; }
.ca-story-feature figure img { width: 100%; aspect-ratio: 1.25; object-fit: cover; }
.ca-story-feature .eyebrow { color: #dba487; }
.ca-story-feature h2 { margin: 0 0 30px; font-family: "Cormorant Garamond", serif; font-size: clamp(50px, 4.2vw, 82px); font-weight: 500; line-height: .9; }
.ca-story-feature p { color: rgba(255,255,255,.84); font-size: 16px; line-height: 1.75; }
.ca-story-feature ul { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.ca-story-feature li { padding: 12px 0 12px 24px; border-top: 1px solid rgba(255,255,255,.13); color: #f5eee8; font-size: 14px; }
.ca-story-feature li::before { content: "◇"; margin-left: -24px; margin-right: 11px; color: #dba487; }
.ca-story-values { padding-top: clamp(100px, 9vw, 180px); padding-bottom: clamp(100px, 9vw, 180px); }
.ca-story-values .section-heading { max-width: 1050px; }
.ca-story-values .section-heading h2 { font-size: clamp(55px, 5.3vw, 105px); }
.ca-story-values__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 75px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ca-story-values article { padding: 34px clamp(18px, 2.4vw, 44px) 42px; border-right: 1px solid var(--line); }
.ca-story-values article:first-child { padding-left: 0; }
.ca-story-values article:last-child { border-right: 0; }
.ca-story-values article > span { color: var(--rust); font-family: "Cormorant Garamond", serif; font-size: 20px; }
.ca-story-values h3 { margin: 42px 0 16px; font-family: "Cormorant Garamond", serif; font-size: clamp(25px, 1.8vw, 36px); font-weight: 500; line-height: 1; }
.ca-story-values article p { margin: 0; color: #5f5046; font-size: 15px; line-height: 1.7; }
.ca-story-companions { background: #efe3d7; }
.ca-story-companions__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.ca-story-companions__image { min-height: 650px; margin-left: calc(50% - 50vw); }
.ca-story-companions__image img { width: 100%; height: 100%; object-fit: cover; }
.ca-story-companions__copy { display: flex; justify-content: center; flex-direction: column; padding: clamp(65px, 8vw, 140px); }
.ca-story-companions__copy h2 { margin: 0 0 28px; font-family: "Cormorant Garamond", serif; font-size: clamp(50px, 4vw, 80px); font-weight: 500; line-height: .9; }
.ca-story-companions__copy > p:not(.eyebrow) { color: #5d4e44; font-size: 16px; line-height: 1.75; }
.ca-story-companions__copy > div { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 24px; }
.ca-story-closing { padding-top: clamp(100px, 9vw, 180px); padding-bottom: clamp(100px, 9vw, 180px); text-align: center; }
.ca-story-closing p { max-width: 1100px; margin: 0 auto 24px; font-family: "Cormorant Garamond", serif; font-size: clamp(48px, 5vw, 98px); line-height: .95; }
.ca-story-closing span { color: var(--rust); font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }

@media (max-width: 1100px) {
    .footer-grid--large { grid-template-columns: repeat(3, 1fr); row-gap: 45px; }
    .ca-story-values__grid { grid-template-columns: repeat(2, 1fr); }
    .ca-story-values article:nth-child(2) { border-right: 0; }
    .ca-story-values article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}
@media (max-width: 900px) {
    .account-nav { display: flex; }
    .account-nav .header-cart > span:not(.ml-cart-count) { display: none; }
    .footer-reassurance__grid { grid-template-columns: repeat(2, 1fr); }
    .footer-reassurance article:nth-child(2) { border-right: 0; }
    .footer-reassurance article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
    .footer-newsletter__grid { grid-template-columns: 1fr; gap: 35px; }
    .ca-story-hero__grid { grid-template-columns: 1fr; }
    .ca-story-hero__copy { padding: 75px 0 55px; }
    .ca-story-hero__media { aspect-ratio: 4 / 3; margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); }
    .ca-story-feature__grid { grid-template-columns: 1fr; }
    .ca-story-companions__grid { grid-template-columns: 1fr; }
    .ca-story-companions__image { min-height: 0; aspect-ratio: 4 / 3; margin-right: calc(50% - 50vw); }
    .ca-story-companions__copy { padding-right: 0; padding-left: 0; }
}
@media (max-width: 620px) {
    .account-nav .header-cart { gap: 5px; }
    .account-nav .header-cart svg { width: 20px; height: 20px; }
    .account-nav .header-cart .ml-cart-count { min-width: 18px; height: 18px; font-size: 8px; }
    .footer-reassurance article { min-height: 105px; grid-template-columns: 28px 1fr; padding: 20px 12px; }
    .footer-reassurance strong { font-size: 19px; }
    .footer-reassurance small { font-size: 11px; }
    .footer-newsletter { padding: 54px 0; }
    .footer-newsletter form > div { grid-template-columns: 1fr; }
    .footer-newsletter input[type="email"] { border-right: 1px solid rgba(61,34,23,.32); }
    .footer-newsletter button { width: 100%; }
    .footer-grid--large { grid-template-columns: repeat(2, 1fr); gap: 40px 22px; }
    .footer-grid--large > div:last-child { grid-column: 1 / -1; }
    .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
    .ca-story-hero h1 { font-size: 62px; }
    .ca-story-intro__facts { grid-template-columns: 1fr; }
    .ca-story-intro__facts > div, .ca-story-intro__facts > div:first-child { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }
    .ca-story-values__grid { grid-template-columns: 1fr; }
    .ca-story-values article, .ca-story-values article:first-child { padding: 28px 0 34px; border-right: 0; border-bottom: 1px solid var(--line); }
    .ca-story-feature figure { margin-right: -14px; margin-left: -14px; }
}

/* Final global overrides: shared branding across every template */
body:not(.home),
.editorial-page,
.commerce-page,
.ca-story-page {
    color: #42190f;
    background: #fffaf0;
    font-family: "Nunito Sans", "DM Sans", sans-serif;
}

.site-header--checkout { background: #fffaf0; border-color: #ead9c8; }
.checkout-header .wordmark { color: #42190f; font-family: "Nunito Sans", sans-serif; font-weight: 900; letter-spacing: -.045em; }
.checkout-header__back, .checkout-header__secure { color: #765445; font-family: "Nunito Sans", sans-serif; font-weight: 800; letter-spacing: .02em; text-transform: none; }
.checkout-footer { color: #765445; background: #fff2dc; border-color: #ead9c8; }

.editorial-hero,
.commerce-page-hero {
    margin-top: 14px;
    color: #42190f;
    background: linear-gradient(135deg, #ff8f63, #f6a36f);
    border: 0;
}
.editorial-hero::before { color: rgba(255,250,240,.14); font-family: "Nunito Sans", sans-serif; font-weight: 900; }
.editorial-hero h1,
.commerce-page-hero h1,
.editorial-empty h1,
.editorial-content h2,
.editorial-content h3,
.ml-info-grid h2,
.ml-page-callout h2,
.ml-contact-aside h2,
.ca-story-page h1,
.ca-story-page h2,
.ca-story-page h3 {
    color: #42190f;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 900;
    letter-spacing: -.045em;
}
.editorial-content p, .editorial-content li { color: #765445; }
.ml-info-grid article,
.ml-note-card,
.ml-page-callout,
.ml-contact-form-wrap,
.ml-contact-aside,
.ml-faq-group,
.ml-legal-notice,
.ml-table-wrap { overflow: hidden; background: #fff2dc; border-color: #ead9c8; border-radius: 18px; }
.ml-info-grid article:nth-child(3n+1) { background: #f9ddd7; }
.ml-info-grid article:nth-child(3n+2) { background: #fae9b8; }
.ml-info-grid article:nth-child(3n+3) { background: #dfe2a4; }
.ml-contact-form input, .ml-contact-form textarea, .ml-contact-form select { background: #fffaf0; border-color: #e1cdbb; border-radius: 12px; }
.ml-page-lead {
    color: #42190f !important;
    font-family: "Nunito Sans", sans-serif !important;
    font-weight: 900;
    letter-spacing: -.035em;
    line-height: 1.16 !important;
}
.ml-note-card > span,
.ml-note-card strong,
.ml-info-grid article > span,
.ml-faq-group summary,
.ml-measure-list strong {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 900;
}
.ml-faq-group { padding: 0 24px; }
.ml-faq-group summary { color: #42190f; font-size: clamp(19px, 1.45vw, 27px); }
.ml-page-callout { color: #42190f; background: #f4c84a; }
.ml-page-callout h2,
.ml-page-callout > p:not(.ml-kicker) { color: #42190f; }
.ml-page-callout--soft { background: #dfe2a4; }
.ml-table-wrap th { color: #fffaf0; background: #a95308; font-family: "Nunito Sans", sans-serif; font-weight: 900; }
.ml-measure-list strong { color: #fffaf0; background: #ef7d58; }
.ml-contact-form input, .ml-contact-form textarea, .ml-contact-form select { font-family: "Nunito Sans", sans-serif; }
.editorial-content .button, .ml-contact-form .button { color: #fffaf0; background: #a95308; }
.ca-story-hero .button { color: #42190f; background: #fffaf0; }

.ca-story-hero { color: #42190f; background: #ff9870; }
.ca-story-feature { color: #42190f; background: #f4c84a; }
.ca-story-feature p, .ca-story-feature li { color: #5b341f; }
.ca-story-feature li { border-color: rgba(66,25,15,.14); }
.ca-story-values article { background: #fff2dc; }
.ca-story-values article:nth-child(4n+1) { background: #f9ddd7; }
.ca-story-values article:nth-child(4n+2) { background: #fae9b8; }
.ca-story-values article:nth-child(4n+3) { background: #dfe2a4; }
.ca-story-values article:nth-child(4n+4) { background: #f8dccd; }
.ca-story-companions { background: #f6a3af; }
.ca-story-intro__lead, .ca-story-closing p { font-family: "Nunito Sans", sans-serif; font-weight: 900; letter-spacing: -.04em; }

.site-footer { color: #fffaf0; background: #42190f; font-family: "Nunito Sans", sans-serif; }
.footer-reassurance { background: #a95308; }
.footer-reassurance article { border-color: rgba(255,255,255,.13); }
.footer-reassurance article > span, .footer-reassurance strong { color: #fffaf0; font-family: "Nunito Sans", sans-serif; font-weight: 900; }
.footer-reassurance small { color: rgba(255,250,240,.82); }
.footer-newsletter { color: #42190f; background: #ff9870; }
.footer-newsletter h2 { color: #42190f; font-family: "Nunito Sans", sans-serif; font-weight: 900; letter-spacing: -.055em; }
.footer-newsletter form > div { gap: 8px; }
.footer-newsletter input[type="email"], .footer-newsletter button { border: 0; border-radius: 13px; }
.footer-newsletter input[type="email"] { color: #42190f; background: #fffaf0; }
.footer-newsletter button { color: #42190f; background: #f4c84a; font-family: "Nunito Sans", sans-serif; font-weight: 900; letter-spacing: 0; text-transform: none; }
.site-footer h3 { color: #f4c84a; font-family: "Nunito Sans", sans-serif; font-weight: 900; }
.footer-grid--large > div > a { color: rgba(255,250,240,.78); }

/* Contact page — generous storefront layout instead of a narrow service form. */
body.page-id-20 .editorial-hero {
    min-height: 300px;
    margin: 18px 18px 0;
    padding: clamp(56px, 5vw, 86px) 0;
    color: #42190f;
    background: linear-gradient(120deg, #ff9870 0 63%, #f4c84a 63% 100%);
    border-radius: 24px;
}
body.page-id-20 .editorial-hero::before {
    right: clamp(20px, 6vw, 110px);
    bottom: -.22em;
    color: rgba(66, 25, 15, .09);
    font-size: clamp(170px, 17vw, 330px);
}
body.page-id-20 .editorial-hero__inner { width: min(1480px, calc(100vw - 96px)); }
body.page-id-20 .editorial-hero h1 { max-width: 760px; font-size: clamp(62px, 5vw, 96px); }
body.page-id-20 .editorial-hero__inner > p:last-child:not(.eyebrow) { max-width: 620px; margin-top: 18px; color: #5f3422; }
body.page-id-20 .editorial-content {
    width: min(1480px, calc(100vw - 80px));
    padding-top: clamp(48px, 4vw, 72px);
    padding-bottom: clamp(80px, 6vw, 120px);
}
body.page-id-20 .ml-page-lead {
    max-width: 1120px !important;
    margin: 0 0 clamp(38px, 3vw, 54px) !important;
    font-size: clamp(26px, 2vw, 38px) !important;
}
body.page-id-20 .ml-contact-layout {
    grid-template-columns: minmax(0, 1.45fr) minmax(330px, .55fr);
    gap: clamp(22px, 2.2vw, 36px);
}
body.page-id-20 .ml-contact-layout > div:first-child {
    min-width: 0;
    padding: clamp(28px, 3vw, 48px);
    background: #f9ddd7;
    border: 1px solid #efd0c7;
    border-radius: 22px;
}
body.page-id-20 .ml-contact-layout h2 {
    max-width: 720px;
    margin: 0 0 clamp(24px, 2.2vw, 34px);
    font-size: clamp(38px, 3vw, 58px);
    line-height: .98;
}
body.page-id-20 .ml-contact-form-wrap {
    padding: 0;
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
}
body.page-id-20 .ml-contact-form { gap: 16px; }
body.page-id-20 .ml-form-row { gap: 16px; }
body.page-id-20 .ml-contact-form label { gap: 8px; font-size: 10px; font-weight: 900; }
body.page-id-20 .ml-contact-form input,
body.page-id-20 .ml-contact-form select,
body.page-id-20 .ml-contact-form textarea {
    min-height: 54px;
    padding: 15px 17px;
    background: #fffaf0;
    border: 1px solid rgba(66, 25, 15, .13);
    border-radius: 13px;
    box-shadow: none;
}
body.page-id-20 .ml-contact-form textarea { min-height: 176px; }
body.page-id-20 .ml-contact-form .ml-form-consent { margin-top: 2px; font-size: 12px; }
body.page-id-20 .ml-contact-form .button {
    min-height: 56px;
    margin-top: 2px;
    padding: 0 28px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 900;
}
body.page-id-20 .ml-contact-aside {
    display: grid;
    align-content: stretch;
    gap: 16px;
    padding: 0;
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
}
body.page-id-20 .ml-contact-aside > div {
    display: flex;
    min-height: 0;
    flex-direction: column;
    justify-content: center;
    padding: clamp(24px, 2.2vw, 34px);
    border: 0;
    border-radius: 20px;
}
body.page-id-20 .ml-contact-aside > div:nth-child(1) { background: #fae9b8; }
body.page-id-20 .ml-contact-aside > div:nth-child(2) { background: #dfe2a4; }
body.page-id-20 .ml-contact-aside > div:nth-child(3) { background: #f6c4ce; }
body.page-id-20 .ml-contact-aside > div > span { color: #a95308; font-weight: 900; }
body.page-id-20 .ml-contact-aside h3 { margin: 10px 0 8px; font-size: clamp(24px, 1.7vw, 34px); line-height: 1; }
body.page-id-20 .ml-contact-aside p { color: #684332; font-size: 13px; line-height: 1.65; }

@media (max-width: 900px) {
    body.page-id-20 .editorial-hero { min-height: 0; margin: 12px 12px 0; border-radius: 20px; }
    body.page-id-20 .editorial-hero__inner { width: calc(100% - 48px); }
    body.page-id-20 .editorial-content { width: calc(100% - 32px); }
    body.page-id-20 .ml-contact-layout { grid-template-columns: 1fr; }
    body.page-id-20 .ml-contact-aside { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    body.page-id-20 .ml-contact-aside > div { padding: 22px; }
}

@media (max-width: 620px) {
    body.page-id-20 .editorial-hero { margin: 8px 8px 0; padding: 44px 0; background: #ff9870; border-radius: 17px; }
    body.page-id-20 .editorial-hero__inner { width: calc(100% - 32px); }
    body.page-id-20 .editorial-hero h1 { font-size: 54px; }
    body.page-id-20 .editorial-content { width: calc(100% - 20px); padding-top: 34px; }
    body.page-id-20 .ml-page-lead { margin-bottom: 30px !important; font-size: 24px !important; }
    body.page-id-20 .ml-contact-layout > div:first-child { padding: 22px 16px; border-radius: 17px; }
    body.page-id-20 .ml-contact-layout h2 { font-size: 36px; }
    body.page-id-20 .ml-form-row { grid-template-columns: 1fr; }
    body.page-id-20 .ml-contact-aside { grid-template-columns: 1fr; }
    body.page-id-20 .ml-contact-aside > div { border-radius: 17px; }
    body.page-id-20 .ml-contact-form .button { width: 100%; justify-self: stretch; }
}

@media (max-width: 720px) {
    .editorial-hero, .commerce-page-hero { margin-top: 8px; padding: 46px 0; }
    .editorial-hero h1, .commerce-page-hero h1 { font-size: 47px; }
}

/* Final navigation: warm mega menus for the dog and cat collections */
.sun-mobile-nav-head,
.sun-mega__all,
.sun-nav-chevron { display: none; }
.sun-collection-showcase { margin-top: 34px; margin-bottom: 28px; }
.sun-collection-showcase__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.sun-collection-tile { display: grid; min-height: 310px; grid-template-rows: 195px 1fr; overflow: hidden; color: #42190f; background: #fae9b8; border-radius: 18px; }
.sun-collection-tile--blush { background: #f9ddd7; }
.sun-collection-tile--sage { background: #dfe2a4; }
.sun-collection-tile--peach { background: #f8dccd; }
.sun-collection-tile--pink { background: #f6d5da; }
.sun-collection-tile--cream { background: #f5e5cb; }
.sun-collection-tile > img { display: block; width: calc(100% - 16px); height: 187px; margin: 8px 8px 0; object-fit: cover; border-radius: 13px; transition: transform .3s ease; }
.sun-collection-tile:hover > img { transform: scale(1.018); }
.sun-collection-tile > div { display: grid; grid-template-columns: 1fr auto; align-content: center; padding: 17px 19px 19px; }
.sun-collection-tile span { grid-column: 1 / -1; color: #9a563c; font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.sun-collection-tile h3 { margin: 4px 0 0; font-size: clamp(22px, 1.6vw, 31px); font-weight: 900; letter-spacing: -.035em; line-height: 1.02; }
.sun-collection-tile b { align-self: end; font-size: 11px; font-weight: 900; }
.sun-collection-tile i { margin-left: 5px; color: #ef7d58; font-style: normal; }

.sun-story-panel { display: grid; min-height: 470px; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); overflow: hidden; margin-bottom: 28px; background: #f4c84a; border-radius: 22px; }
.sun-story-panel__copy { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding: clamp(38px, 4.2vw, 72px); }
.sun-story-panel__copy h2 { max-width: 670px; margin: 5px 0 18px; color: #42190f; font-size: clamp(43px, 3.7vw, 69px); font-weight: 900; letter-spacing: -.055em; line-height: .95; }
.sun-story-panel__copy > p:not(.sun-kicker) { max-width: 560px; margin: 0 0 27px; color: #603822; font-size: 15px; line-height: 1.55; }
.sun-story-panel__media { display: grid; grid-template-columns: 1.08fr .92fr; gap: 9px; min-width: 0; padding: 10px; }
.sun-story-panel__media img { width: 100%; height: 100%; min-height: 450px; object-fit: cover; border-radius: 15px; }
.sun-story-panel__media img:first-child { object-position: 82% center; }
.sun-story-panel__media img:last-child { object-position: 88% center; }

.sun-home-nav { height: 74px; }
.sun-nav-item { display: flex; height: 100%; align-items: center; }
.sun-home-nav > .sun-nav-link,
.sun-nav-item > .sun-nav-link { position: relative; z-index: 2; }
.sun-mega {
    position: absolute;
    top: calc(100% - 4px);
    right: 0;
    left: 0;
    z-index: 48;
    padding: 20px 0 26px;
    visibility: hidden;
    background: #fffaf0;
    border-top: 1px solid rgba(92,43,23,.08);
    border-bottom: 1px solid rgba(92,43,23,.1);
    box-shadow: 0 24px 45px rgba(82,38,17,.14);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.sun-nav-item--mega:hover .sun-mega,
.sun-nav-item--mega:focus-within .sun-mega,
.sun-nav-item--mega.is-open .sun-mega {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: none;
}
.sun-mega__inner { display: grid; grid-template-columns: 320px 1fr; gap: 16px; }
.sun-mega__intro { overflow: hidden; display: flex; min-width: 0; min-height: 210px; flex-direction: column; justify-content: flex-end; padding: 28px; color: #42190f; background: #f4c84a; border-radius: 22px; white-space: normal; }
.sun-mega__intro:hover { color: #42190f; filter: saturate(1.04); }
.sun-mega__intro--chats { background: #f6a3af; }
.sun-mega__eyebrow { margin-bottom: 11px; color: #8c4307; font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.sun-mega__intro strong { display: block; width: 100%; max-width: 250px; color: #42190f; font-size: 31px; font-weight: 900; letter-spacing: -.035em; line-height: 1.02; overflow-wrap: break-word; white-space: normal; }
.sun-mega__cta { display: inline-flex; align-items: center; gap: 9px; margin-top: 21px; color: #42190f; font-size: 14px; font-weight: 900; }
.sun-mega__intro i { font-style: normal; }
.sun-mega__cta i { transition: transform .18s ease; }
.sun-mega__intro:hover .sun-mega__cta i { transform: translateX(4px); }
.sun-mega__links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; align-content: stretch; }
.sun-mega__links .sun-mega__all { display: none; }
.sun-mega__links a { display: grid; min-height: 99px; grid-template-columns: 116px minmax(0, 1fr) auto; align-items: center; gap: 16px; padding: 10px 18px 10px 10px; color: #42190f; background: #fffdf8; border: 1px solid #ead9c8; border-radius: 17px; font-size: 16px; font-weight: 900; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.sun-mega__links a:hover { background: #fff2dc; border-color: #ef7d58; transform: translateY(-2px); }
.sun-mega__links i { color: #ef7d58; font-style: normal; }
.sun-mega__thumb { display: block; overflow: hidden; width: 116px; aspect-ratio: 5 / 3; background: #f8e7d2; border-radius: 12px; }
.sun-mega__thumb img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.sun-mega__links a:hover .sun-mega__thumb img { transform: scale(1.05); }
.sun-mega__label { min-width: 0; }
.sun-mega a::after { display: none; }

/* Final footer: light, rounded and consistent with the homepage art direction */
.site-footer { display: flex; flex-direction: column; padding: 0; color: #42190f; background: #fffaf0; border: 0; }
.footer-newsletter { order: 1; padding: 28px 0 20px; color: #42190f; background: transparent; }
.footer-newsletter__grid { gap: clamp(36px, 6vw, 100px); padding: clamp(34px, 4vw, 62px); background: #f6a3af; border-radius: 24px; }
.footer-newsletter h2 { max-width: 680px; color: #42190f; font-size: clamp(40px, 3.6vw, 68px); line-height: .95; }
.footer-newsletter__grid > div:last-child > p { color: #603822; }
.footer-newsletter__consent { color: #603822; }
.footer-reassurance { order: 2; padding: 20px 0 28px; background: transparent; border: 0; }
.footer-reassurance__grid { gap: 10px; }
.footer-reassurance article { min-height: 106px; padding: 18px 20px; background: #f9ddd7; border: 0; border-radius: 18px; }
.footer-reassurance article:nth-child(2) { background: #fae9b8; }
.footer-reassurance article:nth-child(3) { background: #dfe2a4; }
.footer-reassurance article:nth-child(4) { background: #f8dccd; }
.footer-reassurance article > span { display: grid; width: 37px; height: 37px; place-items: center; color: #42190f; background: rgba(255,255,255,.62); border-radius: 50%; font-family: "Nunito Sans", sans-serif; font-size: 12px; font-weight: 900; }
.footer-reassurance strong { color: #42190f; font-size: 17px; font-weight: 900; line-height: 1.05; }
.footer-reassurance small { margin-top: 6px; color: #765445; font-size: 12px; }
.footer-brandline { order: 3; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; padding-top: 35px; padding-bottom: 26px; border-top: 1px solid #ead9c8; }
.footer-brandline__logo { color: #42190f; font-size: clamp(29px, 2.5vw, 44px); font-weight: 900; letter-spacing: -.05em; line-height: 1; }
.site-footer .footer-brandline > .footer-brandline__logo { display: inline-block; margin: 0; color: #42190f; font-size: clamp(29px, 2.5vw, 44px); font-weight: 900; letter-spacing: -.05em; line-height: 1; }
.footer-brandline p { margin: 0; color: #765445; font-size: 15px; font-weight: 800; }
.footer-grid--large { order: 4; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: clamp(22px, 2.4vw, 48px); padding-top: 22px; padding-bottom: 42px; }
.site-footer h3 { margin-bottom: 16px; color: #a95308; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.footer-grid--large > div > a { margin-bottom: 9px; color: #765445; font-size: clamp(12px, .78vw, 15px); line-height: 1.4; }
.footer-grid--large > div > a:hover { color: #a95308; }
.footer-bottom { order: 5; padding: 18px 22px 20px; color: #6b3b23; background: #fae9b8; border: 0; border-radius: 16px 16px 0 0; font-size: 10px; font-weight: 800; }

.home .footer-reassurance { display: none; }
.sun-newsletter { padding: 28px 0 20px; color: #42190f; background: #fffaf0; }
.sun-newsletter__inner { gap: clamp(36px, 6vw, 100px); padding: clamp(34px, 4vw, 62px); background: #f6a3af; border-radius: 24px; }
.sun-newsletter h2 { color: #42190f; }
.sun-newsletter p,
.sun-consent { color: #603822; }
.sun-signup-row { background: #fffaf0; }
.sun-signup-row button { color: #42190f; background: #f4c84a; }

@media (max-width: 1100px) {
    .sun-collection-showcase__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sun-story-panel { grid-template-columns: 1fr; }
    .sun-story-panel__media { height: 390px; }
    .sun-story-panel__media img { min-height: 0; }
    .footer-grid--large { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .sun-mega__inner { grid-template-columns: 260px 1fr; gap: 12px; }
    .sun-mega__intro { min-height: 198px; padding: 24px; }
    .sun-mega__intro strong { font-size: 28px; }
    .sun-mega__links { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .sun-mega__links a { min-height: 94px; grid-template-columns: 106px minmax(0, 1fr) auto; gap: 14px; padding: 9px 15px 9px 9px; }
    .sun-mega__thumb { width: 106px; }
}

@media (max-width: 900px) {
    .sun-home-nav { height: auto; }
    .sun-nav-item { display: block; width: 100%; height: auto; }
    body.menu-open .sun-home-nav { gap: 0; padding: 78px 18px 30px; overscroll-behavior: contain; }
    .sun-mobile-nav-head { display: flex; width: 100%; flex-direction: column; padding: 0 0 22px; border-bottom: 1px solid rgba(92,43,23,.1); }
    .sun-mobile-nav-head strong { color: #42190f; font-size: 38px; font-weight: 900; letter-spacing: -.05em; line-height: 1; }
    .sun-mobile-nav-head span { margin-top: 8px; color: #8d6855; font-size: 14px; font-weight: 700; }
    .sun-mega { position: static; display: grid; overflow: hidden; grid-template-rows: 0fr; padding: 0; visibility: visible; background: transparent; border: 0; box-shadow: none; opacity: 1; pointer-events: none; transform: none; transition: grid-template-rows .26s ease, padding .26s ease; }
    .sun-nav-item.is-mobile-open .sun-mega { grid-template-rows: 1fr; padding: 0 0 16px; pointer-events: auto; }
    .sun-mega__inner { display: block; overflow: hidden; width: 100%; min-height: 0; }
    .sun-mega__intro { display: none; }
    .sun-mega__links { grid-template-columns: 1fr; gap: 8px; }
    body.menu-open .sun-home-nav .sun-mega__all { display: flex; min-height: 54px; align-items: center; justify-content: space-between; gap: 12px; margin: 8px 0 10px; padding: 0 16px; color: #fffaf0; background: #a95308; border: 0; border-radius: 14px; font-size: 15px; font-weight: 900; }
    body.menu-open .sun-home-nav .sun-mega__all i { font-style: normal; }
    body.menu-open .sun-home-nav .sun-mega__links a { min-height: 82px; grid-template-columns: 96px minmax(0, 1fr) auto; gap: 14px; padding: 8px 13px 8px 8px; background: #fff2dc; border: 1px solid rgba(169,83,8,.08); border-radius: 15px; font-size: 16px; }
    body.menu-open .sun-home-nav .sun-mega__thumb { width: 96px; border-radius: 10px; }
    body.menu-open .sun-home-nav .sun-mega__links i { display: block; margin-right: 4px; color: #ef7d58; font-size: 18px; }
    body.menu-open .sun-home-nav .sun-mega__links .sun-mega__all { min-height: 58px; grid-template-columns: minmax(0, 1fr) auto; padding: 0 18px; color: #fffaf0; background: #6a2a10; border-color: #6a2a10; }
    body.menu-open .sun-home-nav .sun-mega__links .sun-mega__all i { color: #fffaf0; }
    body.menu-open .sun-home-nav > .sun-nav-link,
    body.menu-open .sun-nav-item > .sun-nav-link { display: flex; min-height: 64px; align-items: center; justify-content: space-between; padding: 0; background: transparent; border-bottom: 1px solid rgba(92,43,23,.1); font-size: 21px; }
    body.menu-open .sun-nav-item > button.sun-nav-link { width: 100%; }
    body.menu-open .sun-nav-item.is-mobile-open > .sun-nav-link { color: #a95308; border-bottom-color: transparent; font-size: 25px; }
    body.menu-open .sun-nav-chevron { display: block; width: 10px; height: 10px; margin-right: 5px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); transition: transform .2s ease; }
    body.menu-open [aria-expanded="true"] .sun-nav-chevron { transform: rotate(225deg); }
    body.menu-open .sun-home-menu { width: 46px; height: 46px; top: 12px; right: 12px; background: #fff2dc; box-shadow: 0 8px 24px rgba(82,38,17,.1); }
    .footer-reassurance__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .footer-reassurance article:nth-child(n) { border: 0; }
    .footer-newsletter__grid,
    .sun-newsletter__inner { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
    .sun-collection-showcase { margin-top: 26px; }
    .sun-collection-showcase__grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        overflow: visible;
        margin-right: 0;
        padding-right: 0;
        touch-action: auto;
        scroll-snap-type: none;
    }
    .sun-collection-tile {
        min-width: 0;
        min-height: 240px;
        grid-template-rows: 140px 1fr;
        scroll-snap-align: none;
    }
    .sun-collection-tile > img { height: 132px; }
    .sun-collection-tile > div { padding: 14px 13px 15px; }
    .sun-collection-tile h3 { font-size: 21px; }
    .sun-story-panel { min-height: 0; }
    .sun-story-panel__copy { padding: 34px 23px; }
    .sun-story-panel__copy h2 { font-size: 40px; }
    .sun-story-panel__media { height: 265px; padding: 8px; }
    .footer-newsletter,
    .sun-newsletter { padding-top: 14px; }
    .footer-newsletter__grid,
    .sun-newsletter__inner { padding: 28px 20px; border-radius: 20px; }
    .footer-reassurance__grid { grid-template-columns: 1fr; }
    .footer-reassurance article { min-height: 88px; }
    .footer-brandline { align-items: flex-start; flex-direction: column; gap: 10px; }
    .footer-grid--large { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 18px; }
    .footer-grid--large > div:last-child { grid-column: 1 / -1; }
    .footer-bottom { margin: 0 14px; }
}
