@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,500&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --ivory: #f8f2e9;
  --paper: #fffdf9;
  --gold: #bd903f;
  --gold-dark: #8a6427;
  --espresso: #211d1b;
  --rose: #d8887c;
  --forest: #7f9b91;
  --ink: #342f2b;
  --line: rgba(33, 29, 27, .16);
  --soft-line: rgba(33, 29, 27, .09);
  --shadow: 0 18px 45px rgba(33,29,27,.11);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 15px; line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, .button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--rose); outline-offset: 3px; }
.skip-link { position: absolute; left: 12px; top: -100px; background: var(--espresso); color: #fff; padding: 10px 16px; z-index: 999; }
.skip-link:focus { top: 12px; }
.site-shell { overflow: clip; }
.container { max-width: 1220px; width: min(100% - 48px, 1220px); margin-inline: auto; }
.eyebrow { font-size: 10px; letter-spacing: .19em; line-height: 1.35; text-transform: uppercase; font-weight: 700; color: var(--gold-dark); }
.display { margin: 0; color: var(--espresso); font-family: var(--serif); font-size: clamp(42px, 6vw, 84px); line-height: .92; font-weight: 500; letter-spacing: -.035em; }
.heading { color: var(--espresso); font-family: var(--serif); font-size: clamp(33px, 4vw, 55px); line-height: 1; font-weight: 500; letter-spacing: -.025em; margin: 0; }
.subheading { font-family: var(--serif); font-size: clamp(27px, 3vw, 39px); font-weight: 500; line-height: 1.05; color: var(--espresso); margin: 0; }
.lede { max-width: 660px; font-size: 17px; line-height: 1.7; }
.serif { font-family: var(--serif); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px; border: 1px solid var(--espresso); color: var(--paper); background: var(--espresso); font-size: 11px; font-weight: 700; letter-spacing: .11em; line-height: 1.2; text-transform: uppercase; transition: background .2s, color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); background: var(--gold-dark); border-color: var(--gold-dark); }
.button--light { background: transparent; color: var(--espresso); }
.button--light:hover { color: var(--paper); background: var(--espresso); }
.button--gold { border-color: var(--gold); color: var(--paper); background: var(--gold); }
.button--small { min-height: 38px; padding: 9px 14px; font-size: 9px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.site-header { position: relative; z-index: 20; background: rgba(255,252,247,.94); border-bottom: 1px solid var(--soft-line); }
.header-inner { min-height: 91px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.brand { font-family: var(--serif); color: var(--espresso); text-align: center; font-size: 23px; letter-spacing: .12em; line-height: .86; font-weight: 600; }
.brand small { display: block; font-family: var(--sans); font-size: 7px; letter-spacing: .36em; margin-top: 9px; font-weight: 700; }
.nav-list { padding: 0; margin: 0; display: flex; align-items: center; gap: clamp(12px, 2vw, 28px); list-style: none; }
.nav-list a { font-size: 10px; letter-spacing: .06em; text-transform: uppercase; font-weight: 700; }
.nav-list a:hover, .nav-list a[aria-current="page"] { color: var(--gold-dark); }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 16px; }
.enquiry-link { position: relative; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; font-weight: 700; }
.enquiry-count { display: inline-grid; place-items: center; min-width: 18px; height: 18px; margin-left: 4px; border-radius: 50%; color: #fff; background: var(--rose); font-size: 9px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; color: var(--espresso); }
.menu-toggle span { display: block; width: 23px; height: 1px; margin: 5px 0; background: currentColor; }
.mobile-nav { display: none; }
.hero { min-height: min(732px, calc(100vh - 92px)); display: grid; align-items: stretch; background: var(--ivory); }
.hero-grid { display: grid; grid-template-columns: .91fr 1.09fr; min-height: inherit; }
.hero-copy { padding: clamp(64px, 9vw, 138px) clamp(28px, 7vw, 104px); display: flex; flex-direction: column; justify-content: center; }
.hero-copy .lede { margin: 25px 0 34px; }
.hero-art { position: relative; min-height: 510px; overflow: hidden; background: #d8c8bf; }
.hero-art::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 68% 37%, rgba(255,255,255,.40), transparent 24%), url('../images/ss27/ss27-earrings-01.webp') center / min(82%, 720px) auto no-repeat, linear-gradient(135deg, #dbe5df, #e7d7cf); mix-blend-mode: normal; }
.hero-note { position: absolute; left: 8%; bottom: 7%; width: min(248px, 70%); padding: 18px; color: var(--paper); background: rgba(41,35,33,.81); font-size: 12px; }
.hero-note strong { display: block; margin-bottom: 4px; color: #e6c98e; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.section { padding: clamp(74px, 9vw, 132px) 0; }
.section--ivory { background: var(--ivory); }
.section--espresso { color: var(--paper); background: var(--espresso); }
.section--espresso .heading, .section--espresso .subheading { color: var(--paper); }
.section-heading { display: flex; justify-content: space-between; gap: 32px; align-items: end; margin-bottom: 44px; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-card { min-height: 250px; padding: 35px 35px 30px; border-right: 1px solid var(--line); }
.value-card:last-child { border-right: 0; }
.value-number { display: block; margin-bottom: 52px; color: var(--gold-dark); font-family: var(--serif); font-size: 21px; }
.value-card h3 { margin: 0 0 10px; font: 500 30px/1 var(--serif); color: var(--espresso); }
.value-card p { max-width: 280px; margin: 0; font-size: 13px; }
.collection-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.collection-card { position: relative; display: flex; min-height: 390px; align-items: end; padding: 23px; overflow: hidden; color: var(--espresso); background: var(--collection-bg, #edf2ee); }
.collection-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(255,253,249,.98) 0 26%, rgba(255,253,249,.73) 44%, rgba(255,253,249,0) 72%), var(--collection-image) center / 78% auto no-repeat; transform: scale(1.01); transition: transform .5s; }
.collection-card:hover::before { transform: scale(1.07); }
.collection-card:nth-child(1)::before { background: linear-gradient(0deg, rgba(255,253,249,.98) 0 26%, rgba(255,253,249,.73) 44%, rgba(255,253,249,0) 72%), url('../images/ss27/ss27-earrings-01.webp') center / 78% auto no-repeat, #edf2ee !important; }
.collection-card:nth-child(2)::before { background: linear-gradient(0deg, rgba(255,253,249,.98) 0 26%, rgba(255,253,249,.73) 44%, rgba(255,253,249,0) 72%), url('../images/ss27/ss27-necklaces-01.webp') center / 78% auto no-repeat, #f3e8dd !important; }
.collection-card:nth-child(3)::before { background: linear-gradient(0deg, rgba(255,253,249,.98) 0 26%, rgba(255,253,249,.73) 44%, rgba(255,253,249,0) 72%), url('../images/ss27/ss27-rings-01.webp') center / 78% auto no-repeat, #e7e0ea !important; }
.collection-card:nth-child(4)::before { background: linear-gradient(0deg, rgba(255,253,249,.98) 0 26%, rgba(255,253,249,.73) 44%, rgba(255,253,249,0) 72%), url('../images/ss27/ss27-bracelets-01.webp') center / 78% auto no-repeat, #f2e5d5 !important; }
.collection-card span { position: relative; font: 500 38px/1 var(--serif); }
.collection-card em { position: relative; display: block; margin-top: 8px; font-style: normal; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(42px, 8vw, 140px); align-items: center; }
.story-art { position: relative; min-height: 550px; overflow: hidden; background: #eee5d9 url('../images/ss27/ss27-necklaces-02.webp') center / 78% auto no-repeat; }
.story-art::after { content: "SS27 clean product view"; position: absolute; right: 20px; bottom: 18px; padding: 8px 10px; background: rgba(248,242,233,.88); color: var(--espresso); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.story-copy p { max-width: 530px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: rgba(246,241,233,.13); }
.benefit { min-height: 248px; padding: 31px; background: var(--espresso); }
.benefit .eyebrow { color: #e7c98c; }
.benefit h3 { margin: 42px 0 10px; font: 500 30px/1 var(--serif); }
.benefit p { margin: 0; max-width: 290px; font-size: 13px; color: rgba(255,252,247,.78); }
.lookbook-grid { display: grid; grid-template-columns: 1fr 1.2fr .9fr; grid-template-rows: 270px 270px; gap: 16px; }
.look { position: relative; overflow: hidden; background: #c9b6a7; }
.look::after { content: attr(data-label); position: absolute; left: 16px; bottom: 15px; padding: 6px 8px; color: var(--espresso); background: rgba(255,253,249,.88); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.look--one { grid-row: span 2; background: #edf2ee url('../images/ss27/ss27-earrings-02.webp') center / 76% auto no-repeat; }
.look--two { background: #f3e8dd url('../images/ss27/ss27-necklaces-03.webp') center / 72% auto no-repeat; }
.look--three { grid-row: span 2; background: #e7e0ea url('../images/ss27/ss27-rings-02.webp') center / 76% auto no-repeat; }
.look--four { background: #f2e5d5 url('../images/ss27/ss27-bracelets-02.webp') center / 75% auto no-repeat; }
.section--product-focus { padding: clamp(64px, 7vw, 98px) 0; background: #edf2ee; }
.annual-launch { padding: clamp(68px, 8vw, 114px) 0; color: var(--paper); background: var(--espresso); }
.annual-launch-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(38px, 7vw, 102px); align-items: center; }
.annual-launch-copy { max-width: 475px; }
.annual-launch .eyebrow { color: #e8c989; }
.annual-launch .heading { margin: 10px 0 22px; color: var(--paper); }
.annual-launch-copy > p:not(.eyebrow):not(.annual-launch-year) { max-width: 420px; margin: 0 0 30px; color: rgba(255,253,249,.78); }
.annual-launch-year { margin: 0; color: var(--rose); font: 500 clamp(96px, 13vw, 176px)/.72 var(--serif); letter-spacing: -.07em; }
.annual-launch .button { color: var(--espresso); border-color: var(--paper); background: var(--paper); }
.annual-launch-media { display: grid; grid-template-columns: 1.15fr .85fr; gap: 12px; min-height: 470px; padding: clamp(18px, 3vw, 42px); background: linear-gradient(135deg, #d7e1dc, #eadbd2); }
.annual-launch-media img { width: 100%; height: 100%; min-height: 370px; object-fit: contain; background: #fff; }
.annual-updates-hero { background: linear-gradient(90deg, var(--ivory) 0 55%, rgba(248,242,233,.78) 55%), url('../images/ss27/ss27-earrings-01.webp') 86% center / min(28vw, 330px) auto no-repeat; }
.annual-year-nav { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 38px; }
.annual-year-nav button { min-width: 78px; padding: 10px 14px; border: 1px solid var(--line); color: var(--espresso); background: rgba(255,253,249,.56); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.annual-year-nav button.active, .annual-year-nav button:hover { color: var(--paper); border-color: var(--espresso); background: var(--espresso); }
.annual-update-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.annual-update-heading .eyebrow { margin-bottom: 7px; color: var(--gold-dark); }
.annual-update-heading .heading { margin: 0; }
.annual-empty-notice { padding: 45px; border: 1px dashed var(--line); text-align: center; }
.annual-upload-note { padding: clamp(66px, 8vw, 112px) 0; color: var(--paper); background: var(--forest); }
.annual-upload-note .eyebrow { color: #fff0bc; }
.annual-upload-note .heading { max-width: 560px; margin: 12px 0; color: var(--paper); }
.annual-upload-note p:not(.eyebrow) { max-width: 610px; margin: 0; color: rgba(255,253,249,.84); }
.section--pairings { background: #e7efec; }
.pairing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pairing-card { overflow: hidden; background: var(--paper); box-shadow: 0 12px 30px rgba(33,29,27,.08); }
.pairing-media { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; min-height: 250px; background: #f5f4f0; }
.pairing-media img { width: 100%; height: 100%; min-height: 250px; padding: 10%; object-fit: contain; background: #f5f4f0; transition: transform .4s ease; }
.pairing-media:hover img { transform: scale(1.035); }
.pairing-copy { padding: 24px; }
.pairing-copy .eyebrow { margin-bottom: 9px; color: var(--gold-dark); }
.pairing-copy h3 { margin: 0 0 10px; font: 500 30px/1 var(--serif); color: var(--espresso); }
.pairing-copy p:not(.eyebrow) { min-height: 48px; margin: 0; font-size: 13px; }
.pairing-products { padding: 0; margin: 20px 0 0; border-top: 1px solid var(--soft-line); list-style: none; }
.pairing-products li { padding: 10px 0; border-bottom: 1px solid var(--soft-line); font-size: 12px; }
.pairing-products a { display: flex; justify-content: space-between; gap: 10px; }
.pairing-products span { color: var(--gold-dark); font-size: 9px; letter-spacing: .08em; white-space: nowrap; }
.cta-band { padding: clamp(64px, 9vw, 118px) 0; background: var(--rose); color: var(--paper); text-align: center; }
.cta-band .heading { max-width: 600px; margin: 12px auto 30px; color: var(--paper); }
.cta-band .eyebrow { color: #f0d9a5; }
.cta-band .button { color: var(--espresso); border-color: var(--paper); background: var(--paper); }
.page-hero { padding: clamp(65px, 9vw, 118px) 0 clamp(52px, 7vw, 95px); background: var(--ivory); }
.page-hero--split { display: grid; grid-template-columns: 1fr .83fr; padding: 0; }
.page-hero-copy { padding: clamp(65px, 9vw, 118px) max(24px, calc((100vw - 1220px) / 2)); padding-right: clamp(30px, 8vw, 100px); }
.page-hero-art { min-height: 370px; background: #b89f96 url('../images/page-placeholder.svg') center / cover; }
.breadcrumb { margin: 0 0 30px; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.breadcrumb a { color: var(--gold-dark); }
.filter-nav { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 38px 0 0; list-style: none; }
.filter-nav button { padding: 8px 12px; border: 1px solid var(--line); color: var(--espresso); background: transparent; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.filter-nav button.active, .filter-nav button:hover { color: #fff; background: var(--espresso); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px 16px; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid var(--soft-line); background: var(--paper); }
.product-image { position: relative; aspect-ratio: 1; margin-bottom: 0; overflow: hidden; background: #f4f4f1; }
.product-image::after { content: attr(data-image-label); position: absolute; left: 12px; bottom: 11px; max-width: calc(100% - 24px); padding: 6px 8px; background: rgba(255,253,249,.92); color: var(--espresso); font-size: 8px; letter-spacing: .07em; line-height: 1.35; text-transform: uppercase; }
.product-image img { width: 100%; height: 100%; padding: 9%; object-fit: contain; transition: transform .5s; }
.product-card:hover .product-image img { transform: scale(1.04); }
.product-meta { display: flex; gap: 14px; justify-content: space-between; align-items: start; padding: 18px 18px 0; }
.product-meta h2, .product-meta h3 { margin: 0 0 5px; font: 500 27px/1 var(--serif); color: var(--espresso); }
.product-meta p, .product-sku { margin: 0; font-size: 10px; letter-spacing: .08em; line-height: 1.55; text-transform: uppercase; }
.product-sku { color: var(--gold-dark); white-space: nowrap; }
.product-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 18px 18px; margin-top: 16px; border-top: 1px solid var(--soft-line); }
.product-footer span { font-size: 10px; color: var(--forest); letter-spacing: .06em; text-transform: uppercase; }
.text-link { display: inline-flex; align-items: center; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 700; letter-spacing: .1em; line-height: 1.4; text-transform: uppercase; }
.text-link:hover { color: var(--gold-dark); }
.empty-notice { grid-column: 1 / -1; padding: 50px; border: 1px dashed var(--line); text-align: center; }
.product-detail { padding: 50px 0 105px; }
.detail-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(35px, 7vw, 100px); }
.gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.gallery figure { position: relative; aspect-ratio: .87; margin: 0; overflow: hidden; background: #f4f4f1; }
.gallery figure:only-child { grid-column: 1 / -1; aspect-ratio: 1; }
.gallery figure::after { content: attr(data-slot); position: absolute; left: 12px; bottom: 12px; padding: 5px 7px; background: rgba(255,252,247,.8); font-size: 8px; letter-spacing: .07em; text-transform: uppercase; }
.gallery img { width: 100%; height: 100%; padding: 7%; object-fit: contain; }
.product-detail-copy { padding-top: 12px; }
.product-detail-copy h1 { margin: 9px 0 14px; font: 500 clamp(43px,4vw,62px)/.92 var(--serif); color: var(--espresso); }
.detail-intro { font-size: 16px; }
.spec-list { padding: 0; margin: 28px 0; border-top: 1px solid var(--line); list-style: none; }
.spec-list li { display: grid; grid-template-columns: 130px 1fr; gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.spec-list strong { font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.notice { padding: 18px; margin: 25px 0; border-left: 2px solid var(--gold); background: var(--ivory); font-size: 12px; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { padding: 17px 30px 17px 0; cursor: pointer; position: relative; font: 500 22px/1 var(--serif); color: var(--espresso); list-style: none; }
.accordion summary::after { content: "+"; position: absolute; right: 3px; top: 12px; font: 28px/1 var(--serif); }
.accordion details[open] summary::after { content: "–"; }
.accordion .accordion-body { padding: 0 0 18px; font-size: 13px; }
.process { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process div { min-height: 205px; padding: 25px; border-right: 1px solid var(--line); }
.process div:last-child { border: 0; }
.process span { display: block; margin-bottom: 45px; color: var(--gold-dark); font-family: var(--serif); font-size: 22px; }
.process h3 { margin: 0; font: 500 27px/1 var(--serif); }
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(38px, 8vw, 130px); }
.two-column p { max-width: 530px; }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; padding: 15px 0 15px 30px; border-bottom: 1px solid var(--soft-line); }
.check-list li::before { content: "✦"; position: absolute; left: 0; color: var(--gold-dark); }
.form-wrap { padding: clamp(25px, 5vw, 60px); background: var(--ivory); }
.form-wrap h2 { margin-bottom: 12px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 31px; }
.field { display: grid; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label, fieldset legend { color: var(--espresso); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; padding: 12px 13px; border: 1px solid rgba(41,35,33,.22); border-radius: 0; color: var(--espresso); background: var(--paper); }
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--gold); outline-offset: 0; border-color: var(--gold); }
fieldset { padding: 0; margin: 0; border: 0; }
.checkbox { display: flex; align-items: flex-start; gap: 9px; font-size: 12px; }
.checkbox input { width: 16px; height: 16px; margin-top: 3px; accent-color: var(--espresso); }
.form-help { margin-top: 18px; font-size: 11px; }
.form-status { padding: 13px 15px; margin: 0 0 18px; border-left: 3px solid var(--rose); background: #f3e8e9; color: var(--espresso); font-size: 12px; }
.form-status--error { border-left-color: #9b4343; background: #f8e6e3; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.enquiry-summary { padding: 17px; margin: 0 0 22px; border: 1px solid var(--line); background: var(--paper); }
.enquiry-summary h3 { margin: 0 0 8px; font: 500 24px/1 var(--serif); }
.enquiry-list { padding: 0; margin: 0; list-style: none; font-size: 12px; }
.enquiry-list li { display: flex; justify-content: space-between; gap: 14px; padding: 8px 0; border-bottom: 1px solid var(--soft-line); }
.enquiry-list li:last-child { border-bottom: 0; }
.remove-item { border: 0; padding: 0; color: var(--rose); background: transparent; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.success-panel, .error-panel { max-width: 700px; padding: clamp(45px, 8vw, 100px); margin: 90px auto; text-align: center; background: var(--ivory); }
.success-mark { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 25px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-dark); font: 34px/1 var(--serif); }
.faq-grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: clamp(36px, 8vw, 140px); }
.legal-content { max-width: 800px; }
.legal-content h2 { margin: 42px 0 12px; font: 500 33px/1 var(--serif); color: var(--espresso); }
.legal-content p, .legal-content li { font-size: 14px; }
.legal-content ul { padding-left: 18px; }
.site-footer { color: rgba(255,252,247,.79); background: var(--espresso); }
.footer-top { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 40px; padding: 70px 0 55px; }
.footer-brand { color: #fff; text-align: left; }
.footer-brand small { color: rgba(255,252,247,.7); }
.footer-title { margin: 0 0 14px; color: #e8c989; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.footer-links { padding: 0; margin: 0; list-style: none; }
.footer-links li { margin: 7px 0; font-size: 12px; }
.footer-links a:hover { color: #e8c989; }
.newsletter { display: flex; margin-top: 16px; border-bottom: 1px solid rgba(255,252,247,.52); }
.newsletter input { flex: 1; min-width: 0; padding: 8px 0; border: 0; color: #fff; background: transparent; font-size: 12px; }
.newsletter input::placeholder { color: rgba(255,252,247,.55); }
.newsletter button { border: 0; padding: 7px 0 7px 12px; color: #e8c989; background: transparent; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-top: 1px solid rgba(255,252,247,.14); font-size: 10px; }
.cookie-banner { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 30; display: none; max-width: 570px; padding: 20px; border: 1px solid rgba(41,35,33,.13); box-shadow: var(--shadow); background: var(--paper); }
.cookie-banner.show { display: block; }
.cookie-banner p { margin: 7px 0 14px; font-size: 11px; line-height: 1.55; }
.cookie-buttons { display: flex; gap: 8px; }
.cookie-buttons .button { min-height: 35px; padding: 8px 11px; font-size: 9px; }
.mobile-trade { display: none; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

/* Wholesale catalogue system */
.utility-bar { color: rgba(255,253,249,.92); background: #181817; }
.utility-inner { display: flex; align-items: center; justify-content: space-between; min-height: 31px; gap: 20px; font-size: 8px; font-weight: 700; letter-spacing: .11em; line-height: 1.25; text-transform: uppercase; }
.utility-inner a { color: #f0d9a5; }
.site-header { background: rgba(255,253,249,.97); }
.header-inner { min-height: 83px; }
.nav-list { gap: clamp(12px, 1.7vw, 25px); }
.header-actions { gap: 13px; }
.trade-access { min-height: 34px; padding: 8px 13px; color: var(--espresso); border-color: var(--soft-line); background: transparent; }
.trade-access:hover { color: var(--paper); border-color: var(--espresso); background: var(--espresso); }
.catalogue-hero { padding: clamp(46px, 6vw, 86px) 0 28px; border-bottom: 1px solid var(--soft-line); background: #fbf7f2; }
.catalogue-hero-grid { display: grid; grid-template-columns: 1.05fr .85fr; align-items: center; gap: clamp(42px, 8vw, 128px); }
.catalogue-intro { max-width: 650px; }
.catalogue-intro .breadcrumb { margin-bottom: 26px; }
.catalogue-intro .lede { max-width: 580px; margin: 19px 0 0; font-size: 14px; line-height: 1.65; }
.catalogue-intro .display { font-size: clamp(50px, 5vw, 70px); }
.catalogue-intro .filter-nav { margin-top: 29px; }
.catalogue-summary { padding: clamp(28px, 4vw, 54px); margin: 14px 0; background: #f3ece6; }
.catalogue-summary-count { max-width: 270px; margin: 0 0 35px; color: var(--espresso); font-size: 10px; font-weight: 700; letter-spacing: .08em; line-height: 1.65; text-transform: uppercase; }
.catalogue-benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.catalogue-benefit-grid div { text-align: center; }
.catalogue-benefit-grid span { display: grid; place-items: center; width: 34px; height: 34px; margin: 0 auto 10px; color: var(--gold-dark); border: 1px solid rgba(138,100,39,.46); border-radius: 50%; font: 18px/1 var(--serif); }
.catalogue-benefit-grid p { margin: 0; font-size: 8px; font-weight: 700; letter-spacing: .07em; line-height: 1.5; text-transform: uppercase; }
.catalogue-products { padding: 0 0 clamp(68px, 8vw, 112px); }
.catalogue-toolbar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; min-height: 72px; margin-bottom: 24px; border-bottom: 1px solid var(--soft-line); }
.catalogue-toolbar p { margin: 0; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.catalogue-toolbar label { display: flex; align-items: center; gap: 9px; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.catalogue-toolbar select { min-width: 127px; border: 0; color: var(--espresso); background: transparent; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.catalogue-view { justify-self: end; }
.catalogue-view strong { margin-left: 8px; font-size: 21px; font-weight: 400; vertical-align: -2px; }
.filter-nav { gap: 7px; }
.filter-nav button { min-width: 76px; padding: 9px 12px; background: rgba(255,253,249,.55); }
.product-grid { gap: 15px; }
.product-card { border-color: rgba(33,29,27,.10); background: #fffefa; transition: box-shadow .25s ease, transform .25s ease; }
.product-card:hover { box-shadow: 0 12px 24px rgba(33,29,27,.08); transform: translateY(-2px); }
.product-image { aspect-ratio: 1.03; background: #f7f6f2; }
.product-image::after { display: none; }
.product-image img { padding: 3%; object-fit: contain; }
.product-save { position: absolute; top: 11px; right: 12px; z-index: 1; color: var(--espresso); font: 25px/1 Arial, sans-serif; }
.product-meta { display: block; padding: 13px 13px 0; }
.product-meta h2, .product-meta h3 { margin: 0 0 3px; font: 500 clamp(20px, 1.75vw, 26px)/.95 var(--serif); letter-spacing: -.025em; }
.product-sku { display: block; color: rgba(52,47,43,.7); font-size: 8px; letter-spacing: .09em; }
.product-footer { display: block; padding: 12px 13px 13px; margin-top: 8px; border: 0; }
.product-footer button { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 0; color: var(--espresso); border: 0; background: transparent; font-size: 8px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.product-footer button:hover { color: var(--gold-dark); }
.product-footer button span { color: inherit; font-size: inherit; letter-spacing: inherit; }
.product-footer b { display: grid; place-items: center; width: 17px; height: 17px; color: var(--espresso); border: 1px solid rgba(33,29,27,.25); border-radius: 50%; font: 18px/.85 var(--serif); }
.product-pagination { display: flex; justify-content: center; align-items: center; gap: 7px; margin-top: 38px; }
.product-pagination button { min-width: 32px; min-height: 32px; padding: 6px 9px; color: var(--espresso); border: 0; background: transparent; font-size: 10px; }
.product-pagination button:first-child, .product-pagination button:last-child { min-width: auto; color: rgba(52,47,43,.68); font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.product-pagination button.active { color: var(--paper); background: var(--espresso); }
.product-pagination button:disabled { opacity: .3; cursor: default; }
.catalogue-cta { padding: clamp(56px, 7vw, 92px) 0; text-align: left; }
.catalogue-cta-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(42px, 8vw, 138px); align-items: center; }
.catalogue-cta .heading { margin: 10px 0 12px; }
.catalogue-cta p:not(.eyebrow) { max-width: 430px; margin: 0 0 25px; font-size: 13px; }
.trade-cta-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.trade-cta-features p { max-width: none !important; margin: 0 !important; text-align: center; font-size: 8px !important; font-weight: 700; letter-spacing: .08em; line-height: 1.5; text-transform: uppercase; }
.trade-cta-features span { display: block; margin-bottom: 10px; color: #f0d9a5; font: 29px/1 var(--serif); }

/* Site-wide wholesale catalogue direction */
body { background: #fffdfa; }
.home-catalogue-hero { padding: clamp(66px, 8vw, 116px) 0; background: #fbf8f4; }
.home-catalogue-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(42px, 8vw, 120px); align-items: center; }
.home-catalogue-grid > div { max-width: 570px; }
.home-catalogue-grid .lede { max-width: 510px; margin: 19px 0 30px; font-size: 16px; }
.home-catalogue-image { position: relative; display: grid; place-items: center; min-height: 520px; overflow: hidden; background: linear-gradient(136deg, #e3ece8, #f1e2da); }
.home-catalogue-image::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 67% 36%, rgba(255,255,255,.63), transparent 30%); }
.home-catalogue-image img { position: relative; z-index: 1; width: 88%; height: 88%; object-fit: contain; transition: transform .5s ease; }
.home-catalogue-image:hover img { transform: scale(1.035); }
.home-catalogue-image span { position: absolute; z-index: 2; left: 18px; bottom: 18px; padding: 11px 14px; color: var(--espresso); background: rgba(255,253,249,.86); font-size: 8px; font-weight: 700; letter-spacing: .1em; line-height: 1.55; text-transform: uppercase; }
.home-catalogue-image strong { font: 500 27px/1 var(--serif); letter-spacing: .03em; }
.home-category-band { padding: clamp(65px, 8vw, 108px) 0; }
.home-heading { margin-bottom: 36px; }
.home-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.home-category-grid a { position: relative; display: block; min-height: 328px; overflow: hidden; background: #f5f3ef; }
.home-category-grid a:nth-child(2) { background: #f3e8df; }
.home-category-grid a:nth-child(3) { background: #eee9ef; }
.home-category-grid a:nth-child(4) { background: #f2e9dc; }
.home-category-grid img { width: 100%; height: 100%; padding: 7%; object-fit: contain; transition: transform .45s ease; }
.home-category-grid a:hover img { transform: scale(1.045); }
.home-category-grid span { position: absolute; left: 0; right: 0; bottom: 0; display: flex; align-items: end; justify-content: space-between; gap: 12px; padding: 14px 16px; color: var(--espresso); background: rgba(255,253,249,.91); font: 500 28px/1 var(--serif); }
.home-category-grid small { padding-bottom: 3px; font: 700 8px/1.2 var(--sans); letter-spacing: .09em; text-transform: uppercase; }
.home-trade-panel { padding: clamp(62px, 8vw, 106px) 0; color: var(--paper); background: var(--espresso); }
.home-trade-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(44px, 9vw, 150px); align-items: center; }
.home-trade-panel .eyebrow { color: #e8c989; }
.home-trade-panel .heading { max-width: 480px; margin: 10px 0 17px; color: var(--paper); }
.home-trade-panel p:not(.eyebrow) { max-width: 480px; margin: 0 0 27px; color: rgba(255,253,249,.78); font-size: 13px; }
.home-trade-panel .button { color: var(--espresso); border-color: var(--paper); background: var(--paper); }
.home-trade-promises { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.home-trade-promises p { max-width: none !important; margin: 0 !important; text-align: center; color: var(--paper) !important; font-size: 8px !important; font-weight: 700; letter-spacing: .08em; line-height: 1.55; text-transform: uppercase; }
.home-trade-promises span { display: block; margin-bottom: 12px; color: #e8c989; font: 33px/1 var(--serif); }
.home-annual-strip { padding: clamp(68px, 8vw, 110px) 0; background: #f0ebe4 url('../images/ss27/ss27-rings-01.webp') calc(100% - max(24px, (100vw - 1220px) / 2)) center / min(23vw, 260px) auto no-repeat; }
.home-annual-strip .heading { margin: 10px 0 15px; }
.home-annual-strip p:not(.eyebrow) { max-width: 480px; margin: 0 0 20px; font-size: 14px; }
.annual-catalogue-hero { background: #fbf7f2 url('../images/ss27/ss27-rings-01.webp') calc(100% - max(24px, (100vw - 1220px) / 2)) 54% / min(20vw, 240px) auto no-repeat; }
.annual-catalogue-hero .catalogue-summary { background: rgba(243,236,230,.93); }
.footer-top--catalogue { grid-template-columns: 1.15fr .62fr .75fr 1fr; gap: clamp(25px, 4vw, 65px); }
.footer-intro, .footer-news-copy { max-width: 270px; margin: 20px 0 0; font-size: 11px; line-height: 1.6; }
.footer-news-copy { margin-top: 0; }
.footer-email { margin: 17px 0 0; color: #e8c989; font-size: 10px; }
.footer-top--catalogue .newsletter { max-width: 260px; }
.footer-top--catalogue .newsletter button { padding-left: 12px; font-size: 19px; line-height: .7; }

@media (max-width: 1000px) {
  .header-inner { grid-template-columns: auto 1fr auto; }
  .catalogue-hero-grid, .catalogue-cta-grid { grid-template-columns: 1fr; gap: 24px; }
  .home-catalogue-grid, .home-trade-grid { grid-template-columns: 1fr; gap: 34px; }
  .home-catalogue-image { max-width: 760px; min-height: 440px; }
  .home-category-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top--catalogue { grid-template-columns: 1.1fr .9fr; }
  .footer-top--catalogue > :last-child { grid-column: span 2; }
  .catalogue-summary { max-width: 720px; margin: 0; }
  .catalogue-products { padding-top: 0; }
  .trade-cta-features { max-width: 620px; }
  .brand { grid-column: 2; }
  .menu-toggle { display: block; }
  .header-inner > .nav-list { display: none; }
  .header-actions .button { display: none; }
  .mobile-nav { display: none; position: absolute; inset: 91px 0 auto; padding: 18px 24px 24px; border-top: 1px solid var(--soft-line); background: var(--paper); box-shadow: 0 20px 30px rgba(41,35,33,.08); }
  .mobile-nav.open { display: block; }
  .mobile-nav a { display: block; padding: 12px 0; border-bottom: 1px solid var(--soft-line); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
  .hero-grid, .page-hero--split { grid-template-columns: 1fr; }
  .hero-art { min-height: 450px; }
  .page-hero-copy { padding: 70px 24px; }
  .page-hero-art { min-height: 300px; }
  .collection-grid { grid-template-columns: repeat(2, 1fr); }
  .collection-card { min-height: 330px; }
  .story-grid, .detail-grid { grid-template-columns: 1fr; }
  .story-art { min-height: 440px; }
  .annual-launch-grid { grid-template-columns: 1fr; }
  .annual-launch-copy { max-width: 620px; }
  .annual-launch-media { max-width: 760px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .pairing-grid { grid-template-columns: repeat(2, 1fr); }
  .pairing-card:last-child { grid-column: span 2; }
  .footer-top { grid-template-columns: 1.1fr .9fr; }
  .footer-top > :last-child { grid-column: span 2; }
}

@media (max-width: 660px) {
  body { font-size: 14px; padding-bottom: 58px; }
  .utility-inner { min-height: 29px; justify-content: center; font-size: 7px; text-align: center; }
  .utility-inner a { display: none; }
  .container { width: min(100% - 32px, 1220px); }
  .header-inner { min-height: 74px; }
  .brand { font-size: 18px; }
  .brand small { font-size: 6px; margin-top: 6px; }
  .mobile-nav { inset: 74px 0 auto; }
  .catalogue-hero { padding: 39px 0 25px; }
  .home-catalogue-hero { padding: 60px 0; }
  .home-catalogue-grid .display { font-size: 50px; }
  .home-catalogue-grid .lede { font-size: 14px; }
  .home-catalogue-image { min-height: 330px; }
  .home-category-grid { grid-template-columns: 1fr; }
  .home-category-grid a { min-height: 315px; }
  .home-trade-promises { grid-template-columns: repeat(2, 1fr); gap: 25px 14px; }
  .home-annual-strip { background-image: none; }
  .annual-catalogue-hero { background-image: none; }
  .footer-top--catalogue { grid-template-columns: 1fr; }
  .footer-top--catalogue > :last-child { grid-column: auto; }
  .catalogue-intro .display { font-size: 50px; }
  .catalogue-intro .lede { font-size: 13px; }
  .catalogue-summary { padding: 25px 18px; }
  .catalogue-summary-count { margin-bottom: 23px; }
  .catalogue-benefit-grid { gap: 4px; }
  .catalogue-benefit-grid span { width: 28px; height: 28px; margin-bottom: 6px; font-size: 15px; }
  .catalogue-benefit-grid p { font-size: 7px; }
  .catalogue-toolbar { grid-template-columns: 1fr auto; min-height: 63px; gap: 10px; margin-bottom: 17px; }
  .catalogue-toolbar label { justify-self: end; font-size: 8px; }
  .catalogue-toolbar select { min-width: 93px; font-size: 8px; }
  .catalogue-view { display: none; }
  .product-meta h2, .product-meta h3 { font-size: 24px; }
  .catalogue-cta { text-align: left; }
  .trade-cta-features { grid-template-columns: repeat(2, 1fr); gap: 23px 14px; margin-top: 8px; }
  .header-actions { gap: 5px; }
  .enquiry-link { font-size: 0; }
  .enquiry-count { font-size: 9px; }
  .display { font-size: 52px; }
  .hero { min-height: auto; }
  .hero-copy { min-height: 480px; padding: 66px 24px; }
  .hero-art { min-height: 345px; }
  .annual-updates-hero { background: var(--ivory); }
  .annual-launch-media { grid-template-columns: 1fr 1fr; min-height: 340px; padding: 16px; }
  .annual-launch-media img { min-height: 290px; }
  .annual-update-heading { display: block; margin-bottom: 30px; }
  .annual-update-heading .text-link { margin-top: 18px; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading .text-link { margin-top: 18px; }
  .value-grid, .benefit-grid, .process { grid-template-columns: 1fr; }
  .value-card, .process div { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .value-card:last-child, .process div:last-child { border-bottom: 0; }
  .value-number, .process span { margin-bottom: 21px; }
  .collection-grid, .product-grid { grid-template-columns: 1fr; }
  .collection-card { min-height: 340px; }
  .pairing-grid { grid-template-columns: 1fr; }
  .pairing-card:last-child { grid-column: auto; }
  .lookbook-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 230px 230px 230px; }
  .look--one { grid-row: span 2; }
  .look--three { grid-row: span 1; }
  .look--four { grid-column: span 2; }
  .two-column, .faq-grid { grid-template-columns: 1fr; gap: 40px; }
  .gallery { gap: 8px; }
  .spec-list li { grid-template-columns: 100px 1fr; gap: 12px; }
  .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .footer-top { grid-template-columns: 1fr; padding: 52px 0 36px; }
  .footer-top > :last-child { grid-column: auto; }
  .footer-bottom { display: block; }
  .footer-bottom p { margin: 6px 0; }
  .mobile-trade { position: fixed; left: 0; right: 0; bottom: 0; z-index: 21; display: flex; align-items: center; justify-content: center; min-height: 58px; color: #fff; background: var(--espresso); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
  .cookie-banner { left: 10px; right: 10px; bottom: 66px; }
}

/* Aurora Aveline international storefront */
.language-switch { display: flex; align-items: center; gap: 4px; color: var(--gold-dark); font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.language-switch button { padding: 3px 1px; border: 0; color: inherit; background: transparent; font: inherit; }
.language-switch button[aria-pressed="true"] { color: var(--espresso); text-decoration: underline; text-underline-offset: 4px; }
.aurora-hero { min-height: min(740px, calc(100vh - 114px)); background: #f7f1e8; }
.aurora-hero-grid { display: grid; grid-template-columns: .84fr 1.16fr; min-height: inherit; align-items: center; gap: clamp(35px, 7vw, 105px); }
.aurora-hero-copy { max-width: 570px; padding: clamp(72px, 10vw, 144px) 0; }
.aurora-hero-copy .lede { margin: 24px 0 34px; }
.aurora-hero-art { position: relative; min-height: 530px; overflow: hidden; background: #ebe1d3 url('../images/brand/aurora-og.png') 72% center / cover no-repeat; }
.aurora-hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(247,241,232,.04), rgba(247,241,232,0)); pointer-events: none; }
.aurora-hero-art span { position: absolute; z-index: 1; right: 19px; bottom: 18px; padding: 8px 11px; color: var(--espresso); background: rgba(255,253,249,.88); font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.aurora-heading { align-items: flex-end; }
.section-copy { max-width: 350px; margin: 0; font-size: 13px; }
.aurora-category-grid { display: grid; grid-template-columns: repeat(9, minmax(0,1fr)); gap: 12px; }
.category-card { position: relative; display: flex; min-height: 250px; align-items: flex-end; justify-content: space-between; overflow: hidden; padding: 17px; background: #eee5da; isolation: isolate; }
.category-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--category-image) center / cover no-repeat; transition: transform .45s ease; }
.category-card:hover::before { transform: scale(1.05); }
.category-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(29,24,20,.3), rgba(29,24,20,0) 64%); }
.category-card span { max-width: 90px; color: #fff; font: 500 29px/.9 var(--serif); }
.category-card small { align-self: flex-start; color: rgba(255,255,255,.86); font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.category-card--earrings { --category-image: url('../images/ss27/cover-earrings.webp'); }
.category-card--necklaces { --category-image: url('../images/ss27/cover-necklaces.webp'); }
.category-card--rings { --category-image: url('../images/ss27/cover-rings.webp'); }
.category-card--bracelets { --category-image: url('../images/ss27/ss27-bracelets-01.webp'); }
.category-card--hats { --category-image: url('../images/brand/aurora-og.png'); }
.category-card--bags { --category-image: url('../images/brand/aurora-og.png'); }
.category-card--sunglasses { --category-image: url('../images/brand/aurora-og.png'); }
.category-card--kitchen { --category-image: url('../images/brand/aurora-og.png'); }
.category-card--storage { --category-image: url('../images/brand/aurora-og.png'); }
.category-card--hats::before { background-position: 100% 0; }
.category-card--bags::before { background-position: 80% 32%; }
.category-card--sunglasses::before { background-position: 50% 68%; }
.category-card--storage::before { background-position: 94% 76%; }
.aurora-category-groups { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.category-group { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 460px; padding: 24px; overflow: hidden; color: #fff; isolation: isolate; }
.category-group::before { content: ""; position: absolute; inset: 0; z-index: -2; background: var(--group-image) center / cover no-repeat; transition: transform .5s ease; }
.category-group::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(23,18,14,.08), rgba(23,18,14,.76)); }
.category-group:hover::before { transform: scale(1.045); }
.category-group--jewelry { --group-image: url('../images/categories/jewelry-editorial.png'); }
.category-group--fashion { --group-image: url('../images/categories/fashion-summer.png'); }
.category-group--home { --group-image: url('../images/categories/home-table.png'); }
.category-group--jewelry::before { background-position: 56% center; }
.category-group--fashion::before { background-position: 55% center; }
.category-group--home::before { background-position: 52% center; }
.category-group-heading { display: block; max-width: min(100%, 255px); }
.category-group-heading p { margin: 1px 0 16px; color: rgba(255,255,255,.82); font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.category-group-heading h3 { max-width: 245px; margin: 0; color: #fff; font: 500 clamp(33px, 3.15vw, 45px)/.91 var(--serif); letter-spacing: -.025em; text-align: left; text-shadow: 0 2px 15px rgba(32,24,18,.34); }
.category-group nav { display: grid; gap: 0; border-top: 1px solid rgba(255,255,255,.62); }
.category-group nav a { display: flex; align-items: center; justify-content: space-between; min-height: 47px; border-bottom: 1px solid rgba(255,255,255,.36); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.category-group nav a::after { content: "+"; font: 24px/.9 var(--serif); }
.category-group nav a:hover { color: #f2d69d; }
.category-card--kitchen::before { background-position: 100% 100%; }
.aurora-story { padding: clamp(70px, 9vw, 126px) 0; color: var(--paper); background: var(--espresso); }
.aurora-story-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(44px, 9vw, 150px); align-items: center; }
.aurora-story-image { min-height: 495px; background: #ddc9b8 url('../images/editorial/three-worlds-story.webp') center / cover no-repeat; }
.aurora-story .eyebrow { color: #e8c989; }
.aurora-story .heading { max-width: 430px; margin: 10px 0 19px; color: var(--paper); }
.aurora-story p:not(.eyebrow) { max-width: 425px; color: rgba(255,253,249,.78); }
.aurora-story .text-link { color: #f0d9a5; }
.aurora-story-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 26px; }
.aurora-story-actions .button { padding: 15px 20px; }
.aurora-global { padding: clamp(72px, 9vw, 122px) 0; background: #d2a097; }
.aurora-global-grid { display: grid; grid-template-columns: minmax(270px, .78fr) minmax(440px, 1.22fr); gap: clamp(45px, 7vw, 105px); align-items: center; }
.aurora-global .heading { max-width: 520px; margin: 10px 0 18px; color: #fffdfa; }
.aurora-global p:not(.eyebrow) { max-width: 490px; color: rgba(255,253,249,.9); }
.aurora-global .eyebrow { color: #f5e5b8; }
.aurora-global .button--light { color: var(--espresso); border-color: var(--paper); background: var(--paper); }
.market-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,253,249,.45); border-left: 1px solid rgba(255,253,249,.45); }
.market-list div { min-height: 137px; display: flex; flex-direction: column; justify-content: flex-end; gap: 9px; padding: 18px; border-right: 1px solid rgba(255,253,249,.45); border-bottom: 1px solid rgba(255,253,249,.45); }
.market-list strong { color: #fffdfa; font: 500 clamp(24px, 2.5vw, 37px)/.94 var(--serif); }
.market-list span { color: rgba(255,253,249,.78); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.aurora-journal { background: #fffdfa; }
.aurora-journal .heading { margin: 9px 0 37px; }
.journal-preview { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 30px; }
.journal-preview article { position: relative; isolation: isolate; min-height: 340px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; background: #2a221e; }
.journal-preview article::before, .journal-preview article::after { position: absolute; inset: 0; content: ''; z-index: -1; }
.journal-preview article::before { background: var(--journal-image) center / cover no-repeat; transition: transform .55s ease; }
.journal-preview article::after { background: linear-gradient(180deg, rgba(29,21,16,.22), rgba(29,21,16,.18) 42%, rgba(29,21,16,.78)); }
.journal-preview article:hover::before { transform: scale(1.045); }
.journal-preview-card--jewelry { --journal-image: url('../images/journal/journal-jewelry.webp'); }
.journal-preview-card--style { --journal-image: url('../images/journal/journal-style.webp'); }
.journal-preview-card--home { --journal-image: url('../images/journal/journal-home.webp'); }
.journal-preview p { margin: 0; color: #f4dca3; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.journal-preview h3 { max-width: 255px; margin: 30px 0 0; color: #fffdfa; font: 500 clamp(29px, 2.55vw, 38px)/.95 var(--serif); }

.section--new-products { padding-top: clamp(74px, 9vw, 124px); background: #f7f2ea; }
.new-products-heading, .arrivals-heading { margin-bottom: 37px; }
.new-products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.new-product-card { min-width: 0; background: #fffdfa; color: var(--espresso); transition: transform .25s ease, box-shadow .25s ease; }
.new-product-card:hover { transform: translateY(-4px); box-shadow: 0 12px 24px rgba(46,35,26,.12); }
.new-product-card img { display: block; width: 100%; aspect-ratio: .82; object-fit: cover; background: #e7dbce; }
.new-product-card div { padding: 14px 14px 17px; }
.new-product-card span { display: block; margin-bottom: 7px; color: var(--gold-dark); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.new-product-card h3 { margin: 0; font: 500 23px/.96 var(--serif); }

.arrivals-edit { padding-top: clamp(78px, 10vw, 132px); padding-bottom: clamp(78px, 10vw, 132px); background: #fffdfa; }
.arrivals-carousel { max-width: 940px; margin: 0 auto; }
.arrivals-track { position: relative; min-height: 440px; overflow: hidden; background: #e7dbce; }
.arrival-card { position: absolute; inset: 0; display: grid; grid-template-columns: 1.17fr .83fr; opacity: 0; pointer-events: none; transition: opacity .7s ease; }
.arrival-card.is-active { opacity: 1; pointer-events: auto; }
.arrival-card img { width: 100%; height: 100%; object-fit: cover; }
.arrival-card div { display: flex; flex-direction: column; justify-content: end; align-items: flex-start; padding: clamp(24px, 4vw, 52px); background: var(--espresso); color: #fffdfa; }
.arrival-card span { color: #e8c989; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.arrival-card h3 { max-width: 245px; margin: 14px 0 10px; font: 500 clamp(33px, 4vw, 49px)/.92 var(--serif); }
.arrival-card p { margin: 0; color: rgba(255,253,249,.7); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.arrival-controls { display: flex; align-items: center; justify-content: center; gap: 18px; padding-top: 15px; color: var(--gold-dark); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.arrival-controls button { width: 34px; height: 28px; border: 1px solid currentColor; background: transparent; color: inherit; cursor: pointer; }
.arrival-controls button:hover { background: var(--espresso); color: #fffdfa; }
.aurora-catalogue-hero { background: #f7f1e8; }
.aurora-catalogue-hero .catalogue-summary { background: #e8dcd0; }
.product-image--editorial img { width: 100%; height: 100%; padding: 0; object-fit: cover; }
.journal-hero { padding: clamp(86px, 12vw, 162px) 0; background: #f4eee6 url('../images/brand/aurora-og.png') 88% center / min(55vw,820px) auto no-repeat; }
.journal-hero .lede { max-width: 540px; }
.journal-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px 18px; }
.journal-card { padding-bottom: 12px; }
.journal-card--large { grid-row: span 2; }
.journal-card-image { min-height: 320px; margin-bottom: 18px; background: #d9c6b7 url('../images/brand/aurora-og.png') 85% center / cover no-repeat; }
.journal-card--large .journal-card-image { min-height: 630px; background-position: 78% center; }
.journal-card-image--two { background-image: url('../images/ss27/look-earrings.webp'); background-position: center; }
.journal-card-image--three { background-image: url('../images/ss27/look-necklaces.webp'); background-position: center; }
.journal-card h2 { max-width: 530px; margin: 8px 0 12px; font: 500 clamp(32px, 3.3vw, 48px)/.96 var(--serif); color: var(--espresso); }
.journal-card p:not(.eyebrow) { max-width: 500px; margin: 0 0 16px; font-size: 13px; }
.wholesale-art { min-height: 430px; background: #dfd0c1 url('../images/brand/aurora-og.png') 75% center / cover no-repeat; }
.aurora-process { grid-template-columns: repeat(4, 1fr); margin-top: 26px; border-top: 1px solid var(--line); }
.aurora-process div { min-height: 200px; padding: 29px 22px; border-right: 1px solid var(--line); }
.aurora-process div:last-child { border-right: 0; }
.aurora-process span { display: block; margin-bottom: 48px; color: var(--gold-dark); font: 500 22px/1 var(--serif); }
.aurora-process h3 { margin: 0; font: 500 28px/.97 var(--serif); color: var(--espresso); }

@media (max-width: 1100px) {
  .aurora-category-grid { grid-template-columns: repeat(5, 1fr); }
  .aurora-category-groups { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .category-group { min-height: 410px; padding: 20px; }
  .category-card { min-height: 245px; }
}
@media (max-width: 760px) {
  .aurora-hero { min-height: auto; }
  .aurora-hero-grid, .aurora-story-grid, .aurora-global-grid { grid-template-columns: 1fr; }
  .aurora-hero-copy { padding: 68px 0 38px; }
  .aurora-hero-art { min-height: 380px; }
  .aurora-story-image { min-height: 380px; }
  .aurora-category-grid { grid-template-columns: repeat(2, 1fr); }
  .category-card { min-height: 220px; }
  .category-card:last-child { grid-column: span 2; }
  .aurora-category-groups { grid-template-columns: 1fr; }
  .category-group { min-height: 375px; }
  .new-products-grid { grid-template-columns: repeat(2, 1fr); gap: 9px; }
  .new-product-card h3 { font-size: 20px; }
  .arrivals-track { min-height: 555px; }
  .arrival-card { grid-template-columns: 1fr; grid-template-rows: 1fr auto; }
  .arrival-card div { min-height: 192px; }
  .market-list div { min-height: 126px; padding: 15px; }
  .market-list strong { font-size: 26px; }
  .aurora-story-actions { gap: 18px; }
  .journal-preview, .journal-grid { grid-template-columns: 1fr; }
  .journal-card--large { grid-row: auto; }
  .journal-card--large .journal-card-image { min-height: 400px; }
  .journal-card-image { min-height: 280px; }
  .wholesale-art { min-height: 320px; }
  .aurora-process { grid-template-columns: 1fr 1fr; }
  .aurora-process div:nth-child(2) { border-right: 0; }
  .aurora-process div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .journal-hero { padding: 80px 0 220px; background-position: 70% 100%; background-size: auto 250px; }
}
