@import url('home-visual-v6.css');

/* V9: keep V8's overall poster-like rhythm, then refine selected modules. */

.site-header { min-height: 96px; }
.wordmark { font-size: 29px; letter-spacing: .082em; }
.site-nav { gap: 36px; }
.site-nav a { font-size: 12px; letter-spacing: .035em; }

/* 01 / THE CATEGORY — a purpose-built category image completes the explanation. */
.category-v9 { border-bottom: 1px solid var(--line); }
.category-v9 > .page-shell { display: grid; grid-template-columns: .62fr 2.38fr; gap: 36px; }
.category-v9-grid { grid-column: 2; display: grid; grid-template-columns: minmax(370px, .92fr) minmax(360px, .8fr); gap: clamp(42px, 7vw, 96px); align-items: center; }
.category-v9-copy h2 { max-width: 610px; margin: 0; color: var(--ink); font-size: clamp(47px, 4.55vw, 70px); font-weight: 700; }
.category-v9-copy .category-lead { max-width: 510px; margin: 25px 0 30px; color: var(--muted); font-size: 15px; line-height: 1.68; }
.category-v9 .category-notes { display: block; margin: 0; padding: 0; border: 0; }
.category-v9 .category-notes p { display: grid; grid-template-columns: 105px 1fr; gap: 15px; max-width: 540px; margin: 0; padding: 11px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; line-height: 1.55; }
.category-v9 .category-notes p:last-child { border-bottom: 1px solid var(--line); }
.category-v9 .category-notes span { margin: 0; }
.category-v9-image { position: relative; min-height: 485px; margin: 0; overflow: hidden; background: #222728; }
.category-v9-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(25,30,28,.12), transparent 55%), linear-gradient(0deg, rgba(19,24,22,.18), transparent 45%); pointer-events: none; }

/* 02 / WHY THIS PRODUCT — structural image is deliberately tightly cropped. */
.advantages-v9 { background: var(--white); }
.advantages-v9 > .page-shell { display: grid; grid-template-columns: .62fr 2.38fr; gap: 36px; }
.advantages-v9-grid { grid-column: 2; display: grid; grid-template-columns: minmax(380px, .96fr) minmax(355px, .8fr); gap: clamp(38px, 6vw, 82px); align-items: center; }
.advantages-v9-copy h2 { margin: 0 0 21px; color: var(--ink); font-size: clamp(45px, 4.45vw, 68px); font-weight: 700; }
.advantages-v9-copy > p { max-width: 450px; margin: 0 0 33px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.advantages-v9 .advantage-list { max-width: 605px; }
.advantages-v9 .advantage-list article { padding: 16px 0 17px; }
.advantages-v9 .advantage-list h3 { margin-bottom: 5px; font-size: clamp(22px, 1.9vw, 28px); }
.advantages-v9 .advantage-list p { max-width: 360px; font-size: 13px; line-height: 1.52; }
.why-v9-visual { min-height: 570px; margin: 0; overflow: hidden; background-color: #cab29d; background-image: url('../assets/images/optimized/why-mahogany-structure-car-temporary.webp'); background-repeat: no-repeat; background-size: 305% auto; background-position: 49% 48%; box-shadow: inset 0 0 0 1px rgba(29,34,31,.08); }

/* 03 / PRODUCT IN DETAIL — use the clean, no-copy bottle still life. */
.detail-v9 { background: var(--paper); }
.detail-v9-grid { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(555px, 1.28fr); gap: clamp(54px, 9vw, 150px); align-items: center; }
.detail-v9 .detail-copy > p:not(.eyebrow) { max-width: 390px; font-size: 15px; line-height: 1.65; }
.detail-v9-image { min-height: 490px; margin: 0; overflow: hidden; background: #ead3bc; }

/* 04 / HOW TO USE — one image quietly blends into the page; typography carries the steps. */
.how-v9 { padding: 118px 0; background: #f3ede4; color: var(--ink); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.how-v9-shell { display: grid; grid-template-columns: minmax(330px, .76fr) minmax(600px, 1.24fr); gap: clamp(54px, 9vw, 142px); align-items: stretch; }
.how-v9-product { position: relative; min-height: 620px; margin: 0; overflow: hidden; background: transparent; }
.how-v9-product::before { content: ''; position: absolute; inset: 5% 6% 7% 0; border: 1px solid rgba(159,112,77,.25); pointer-events: none; }
.how-v9-product::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 45%, #f3ede4 97%), linear-gradient(0deg, #f3ede4 0%, transparent 17%); pointer-events: none; }
.how-v9-content { display: flex; flex-direction: column; justify-content: center; padding: 20px 0; }
.how-v9-heading { margin-bottom: 36px; }
.how-v9-heading h2 { max-width: 520px; margin: 0; color: var(--ink); font-size: clamp(47px, 5.1vw, 76px); font-weight: 700; letter-spacing: -.055em; line-height: .92; }
.how-v9-heading > p:not(.eyebrow) { max-width: 365px; margin: 19px 0 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.how-v9-steps { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--ink); }
.how-v9-steps li { display: grid; grid-template-columns: 58px minmax(155px, .58fr) minmax(245px, 1fr); column-gap: 20px; align-items: baseline; padding: 18px 0 19px; border-bottom: 1px solid var(--line); }
.how-v9-steps span { color: var(--clay); font-size: 12px; font-weight: 700; letter-spacing: .07em; }
.how-v9-steps h3 { margin: 0; color: var(--ink); font-size: clamp(24px, 2.25vw, 32px); font-weight: 700; letter-spacing: -.045em; line-height: .96; }
.how-v9-steps p { max-width: 325px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.48; }

/* 05 / SCENT COLLECTION — families first, then stories, then every scent. */
.scent-v9 { padding-bottom: 128px; background: var(--paper-deep); color: var(--ink); }
.scent-v9-intro { display: grid; grid-template-columns: .62fr 2.38fr; gap: 36px; }
.scent-v9-intro > div:last-child { display: grid; grid-template-columns: minmax(480px, 1.1fr) minmax(260px, .55fr); gap: 60px; align-items: end; }
.scent-v9-intro h2 { margin: 0; font-size: clamp(46px, 4.7vw, 72px); font-weight: 700; }
.scent-v9-intro > div > p { max-width: 330px; margin: 0 0 3px; color: var(--muted); font-size: 14px; line-height: 1.62; }
.scent-families-v9 { padding-bottom: 32px; }
.series-v9-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.series-v9-card { position: relative; min-height: 254px; overflow: hidden; background-color: #706154; background-repeat: no-repeat; background-size: 100% auto; background-position: center 85%; }
.series-v9-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(23,27,24,.72), rgba(23,27,24,.05) 68%); pointer-events: none; }
.series-v9-card > div { position: absolute; z-index: 1; right: 22px; bottom: 19px; left: 22px; color: var(--white); }
.series-v9-card p { margin: 0 0 8px; color: #eebc99; font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.series-v9-card h4 { margin: 0 0 7px; font-size: clamp(27px, 2.3vw, 34px); font-weight: 700; }
.series-v9-card span { display: block; max-width: 235px; color: #f1e8df; font-size: 12px; line-height: 1.42; }
.series-v9-card.signature { background-image: url('../assets/images/optimized/series-signature-picks-temporary.webp'); }
.series-v9-card.refresh { background-image: url('../assets/images/optimized/series-refresh-relax-temporary.webp'); }
.series-v9-card.cozy { background-image: url('../assets/images/optimized/series-cozy-comfort-temporary.webp'); }
.featured-v9 { padding-top: 84px; padding-bottom: 112px; }
.featured-v9-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.featured-v9-card { position: relative; min-height: 494px; overflow: hidden; background-color: #50382d; background-repeat: no-repeat; background-size: 173% auto; }
.featured-v9-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(21,24,22,.84), transparent 58%); pointer-events: none; }
.featured-v9-card > div { position: absolute; z-index: 1; right: 21px; bottom: 20px; left: 21px; color: var(--white); }
.featured-v9-card p { margin: 0 0 9px; color: #eebc99; font-size: 9px; font-weight: 700; letter-spacing: .085em; text-transform: uppercase; }
.featured-v9-card h4 { max-width: 300px; margin: 0 0 8px; color: var(--white); font-size: clamp(30px, 2.52vw, 39px); font-weight: 700; }
.featured-v9-card span { color: #f1e8df; font-size: 12px; line-height: 1.45; }
.featured-v9-card.mahogany { background-image: url('../assets/images/optimized/featured-mahogany-sku-temporary.webp'); background-position: 58% 60%; }
.featured-v9-card.pistachio { background-image: url('../assets/images/optimized/featured-pistachio-sku-temporary.webp'); background-position: 52% 62%; }
.featured-v9-card.coconut { background-image: url('../assets/images/optimized/featured-pink-coconut-sku-temporary.webp'); background-position: 48% 62%; }
.full-collection-v9 { padding-top: 9px; }
.collection-v9-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.collection-v9-card { min-width: 0; overflow: hidden; background: #f9f3ea; border-top: 3px solid var(--warm); box-shadow: inset 0 0 0 1px rgba(29,34,31,.12); }
.collection-v9-card:nth-child(2), .collection-v9-card:nth-child(4), .collection-v9-card:nth-child(6), .collection-v9-card:nth-child(7), .collection-v9-card:nth-child(8), .collection-v9-card:nth-child(12) { border-top-color: var(--fresh); }
.collection-v9-card:nth-child(5), .collection-v9-card:nth-child(9), .collection-v9-card:nth-child(13), .collection-v9-card:nth-child(14) { border-top-color: var(--wood); }
.collection-v9-card > div:last-child { min-height: 91px; padding: 12px 13px 14px; }
.collection-v9-card small { display: block; min-height: 12px; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .07em; line-height: 1.25; text-transform: uppercase; }
.collection-v9-card h4 { margin: 6px 0 0; color: var(--ink); font-size: clamp(18px, 1.65vw, 23px); font-weight: 700; line-height: .98; }
.pending-confirmation { border-top-color: var(--clay) !important; }
.pending-confirmation small { color: var(--clay); }

/* Asset-first override: every primary image keeps the aspect ratio it was made with. */
.category-v9-image { min-height: 0; background: #222728; }
.category-v9-image img { height: auto; object-fit: initial; object-position: initial; }

.advantages-v9-grid { align-items: start; }
.why-v9-visual { min-height: 0; overflow: visible; background: transparent; background-image: none; box-shadow: none; }
.why-v9-visual img { width: 100%; height: auto; }

.detail-v9-layout { display: grid; gap: 42px; }
.detail-v9-heading { display: grid; grid-template-columns: minmax(300px, .58fr) 1fr; gap: clamp(48px, 8vw, 132px); }
.detail-v9-image { min-height: 0; background: #24170f; }
.detail-v9-image img { width: 100%; height: auto; object-fit: initial; mix-blend-mode: normal; }

.how-v9-product { min-height: 0; overflow: visible; background: transparent; }
.how-v9-product::before, .how-v9-product::after { display: none; }
.how-v9-product img { position: static; width: 100%; max-width: 100%; height: auto; object-fit: initial; object-position: initial; transform: none; mix-blend-mode: normal; filter: none; }

.series-v9-grid { gap: 25px; }
.series-v9-card { min-height: 0; overflow: visible; background: transparent !important; }
.series-v9-card::after { display: none; }
.series-v9-card figure { margin: 0 0 14px; }
.series-v9-card figure img { width: 100%; height: auto; }
.series-v9-card > div { position: static; color: var(--ink); }
.series-v9-card p { color: var(--wood); }
.series-v9-card h4 { color: var(--ink); }
.series-v9-card span { color: var(--muted); }

.featured-v9-grid { grid-template-columns: 1fr; gap: 36px; }
.featured-v9-card { display: grid; grid-template-columns: minmax(230px, .36fr) minmax(500px, .64fr); gap: clamp(28px, 5vw, 78px); min-height: 0; overflow: visible; background: transparent !important; }
.featured-v9-card::after { display: none; }
.featured-v9-card > div { position: static; align-self: center; color: var(--ink); }
.featured-v9-card figure { grid-column: 2; grid-row: 1; margin: 0; }
.featured-v9-card figure img { width: 100%; height: auto; }
.featured-v9-card p { color: var(--wood); }
.featured-v9-card h4 { color: var(--ink); }
.featured-v9-card span { color: var(--muted); }
.featured-v9-card:nth-child(even) > div { grid-column: 2; }
.featured-v9-card:nth-child(even) figure { grid-column: 1; }

.clean-fallback .collection-v9-image { aspect-ratio: 600 / 675; background-size: 100% auto; background-position: center top; mix-blend-mode: normal; }

@media (max-width: 1040px) {
  .category-v9-grid { grid-template-columns: 1fr .9fr; gap: 39px; }
  .advantages-v9-grid { grid-template-columns: 1.1fr .9fr; gap: 36px; }
  .why-v9-visual { min-height: 520px; }
  .collection-v9-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .site-header { min-height: 78px; }
  .wordmark { font-size: 23px; }
  .site-nav { gap: 14px; }
  .site-nav a { font-size: 10px; }
  .site-nav a:first-child { display: none; }

  .category-v9 > .page-shell, .advantages-v9 > .page-shell, .scent-v9-intro { grid-template-columns: 1fr; gap: 24px; }
  .category-v9-grid, .advantages-v9-grid, .detail-v9-grid { grid-column: auto; grid-template-columns: 1fr; gap: 34px; }
  .category-v9-copy h2, .advantages-v9-copy h2, .detail-v9 h2, .scent-v9-intro h2 { font-size: 47px; }
  .category-v9-image { min-height: 355px; margin-inline: -20px; }
  .category-v9-image img { object-position: 62% center; }
  .why-v9-visual { min-height: 390px; background-size: 310% auto; background-position: 49% 50%; }
  .advantages-v9-copy > p { font-size: 14px; }

  .how-v9 { padding: 78px 0; }
  .how-v9-shell { grid-template-columns: 1fr; gap: 36px; }
  .how-v9-product { min-height: 330px; margin-inline: -20px; }
  .how-v9-product::before { inset: 7% 12% 7% 4%; }
  .how-v9-product img { left: -10%; width: 206%; }
  .how-v9-content { padding: 0; }
  .how-v9-heading { margin-bottom: 28px; }
  .how-v9-heading h2 { font-size: 51px; }
  .how-v9-heading > p:not(.eyebrow) { max-width: 300px; font-size: 14px; }
  .how-v9-steps li { grid-template-columns: 43px 1fr; row-gap: 7px; column-gap: 12px; padding: 17px 0 18px; }
  .how-v9-steps h3 { font-size: 26px; }
  .how-v9-steps p { grid-column: 2; font-size: 13px; }

  .scent-v9-intro > div:last-child { grid-template-columns: 1fr; gap: 21px; }
  .series-v9-grid, .featured-v9-grid { grid-template-columns: 1fr; gap: 12px; }
  .series-v9-card { min-height: 228px; background-position: center 82%; }
  .featured-v9 { padding-top: 73px; padding-bottom: 80px; }
  .featured-v9-card { min-height: 430px; background-size: 164% auto; }
  .collection-v9-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .collection-v9-card > div:last-child { min-height: 91px; padding: 11px 11px 13px; }
  .collection-v9-card h4 { font-size: 19px; }
}

@media (max-width: 720px) {
  .category-v9-image { min-height: 0; margin-inline: 0; }
  .why-v9-visual { min-height: 0; }
  .detail-v9-heading { grid-template-columns: 1fr; gap: 0; }
  .detail-v9-image { margin-inline: 0; }
  .how-v9-product { min-height: 0; margin-inline: 0; }
  .how-v9-product img { position: static; width: 100%; height: auto; }
  .series-v9-grid { grid-template-columns: 1fr; gap: 31px; }
  .featured-v9-card, .featured-v9-card:nth-child(even) { grid-template-columns: 1fr; gap: 17px; }
  .featured-v9-card > div, .featured-v9-card:nth-child(even) > div { grid-column: 1; grid-row: 2; }
  .featured-v9-card figure, .featured-v9-card:nth-child(even) figure { grid-column: 1; grid-row: 1; }
}

/* V9 refinement — layouts follow each selected asset rather than forcing a shared image frame. */
.category-v9-grid { grid-template-columns: minmax(350px, .92fr) minmax(440px, 1.08fr); gap: clamp(44px, 7vw, 112px); }
.category-v9-image { display: flex; min-height: 570px; align-items: center; justify-content: flex-end; overflow: visible; background: #eee7de; }
.category-v9-image::after { display: none; }
.category-v9-image img { width: min(104%, 690px); height: auto; max-width: none; transform: translateX(5%); }

.advantages-v9-grid { grid-template-columns: minmax(350px, .86fr) minmax(480px, 1.14fr); align-items: center; }
.why-v9-visual { position: relative; min-height: 0; overflow: hidden; aspect-ratio: 1.44 / 1; background: #d9bd9f; }
.why-v9-visual img { position: absolute; top: 0; left: -69.45%; width: auto; max-width: none; height: 100%; }

.detail-v9-layout { position: relative; display: block; }
.detail-v9-heading { position: absolute; z-index: 1; top: clamp(34px, 4vw, 76px); left: clamp(28px, 4.3vw, 76px); display: block; width: min(38%, 470px); }
.detail-v9-heading .detail-copy { color: var(--white); }
.detail-v9-heading .eyebrow { color: #e9b590; }
.detail-v9-heading h2 { margin: 0; color: var(--white); font-size: clamp(42px, 4.1vw, 67px); font-weight: 700; line-height: .93; }
.detail-v9-heading .detail-copy > p:not(.eyebrow) { max-width: 360px; margin: 20px 0 25px; color: #f3e6da; font-size: 15px; line-height: 1.62; }
.detail-v9-heading .material-notes { border-color: rgba(255,255,255,.34); }
.detail-v9-heading .material-notes span { color: #f3e6da; }
.detail-v9-image { position: relative; overflow: hidden; background: #24170f; }

.how-v9-shell { grid-template-columns: minmax(300px, .7fr) minmax(690px, 1.3fr); gap: clamp(48px, 8vw, 138px); }
.how-v9-product { align-self: end; max-width: 430px; margin: 0 auto 0 0; }
.how-v9-product img { display: block; width: 100%; mix-blend-mode: multiply; filter: saturate(.82) contrast(.97); }
.how-v9-heading { margin-bottom: 42px; }
.how-v9-heading h2 { max-width: 600px; font-size: clamp(55px, 5.25vw, 80px); }
.how-v9-heading > p:not(.eyebrow) { max-width: 440px; font-size: 16px; }
.how-v9-steps li { grid-template-columns: 70px minmax(205px, .72fr) minmax(280px, 1fr); column-gap: 23px; padding: 22px 0 23px; }
.how-v9-steps span { font-size: 14px; }
.how-v9-steps h3 { font-size: clamp(29px, 2.5vw, 37px); line-height: .96; }
.how-v9-steps p { max-width: 350px; font-size: 15px; line-height: 1.52; }

.featured-v9-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(28px, 4.5vw, 62px) clamp(18px, 2.5vw, 34px); }
.featured-v9-card, .featured-v9-card:nth-child(even) { display: block; }
.featured-v9-card figure, .featured-v9-card:nth-child(even) figure { margin: 0; }
.featured-v9-card figure img { display: block; width: 100%; height: auto; }
.featured-v9-card > div, .featured-v9-card:nth-child(even) > div { margin-top: 17px; }
.featured-v9-card h4 { margin-bottom: 7px; font-size: clamp(29px, 2.55vw, 38px); }
.featured-v9-card span { display: block; max-width: 370px; font-size: 14px; line-height: 1.52; }

.collection-v9-image, .clean-fallback .collection-v9-image { display: block; margin: 0; aspect-ratio: auto; background: transparent; mix-blend-mode: normal; }
.collection-v9-image img { display: block; width: 100%; height: auto; }

@media (max-width: 1040px) {
  .category-v9-grid { grid-template-columns: minmax(310px, .95fr) minmax(350px, 1.05fr); }
  .category-v9-image { min-height: 450px; }
  .advantages-v9-grid { grid-template-columns: minmax(300px, .88fr) minmax(390px, 1.12fr); }
  .how-v9-shell { grid-template-columns: minmax(260px, .66fr) minmax(470px, 1.34fr); gap: 52px; }
  .how-v9-steps li { grid-template-columns: 54px minmax(165px, .7fr) 1fr; column-gap: 16px; }
}

@media (max-width: 720px) {
  .category-v9-grid, .advantages-v9-grid { grid-template-columns: 1fr; gap: 34px; }
  .category-v9-image { min-height: 0; margin: 0; justify-content: center; }
  .category-v9-image img { width: min(100%, 470px); transform: none; }
  .why-v9-visual { aspect-ratio: 1.44 / 1; }
  .detail-v9-heading { position: static; width: auto; padding: 34px 25px 31px; background: #24170f; }
  .detail-v9-heading h2 { font-size: 48px; }
  .detail-v9-image { margin: 0; }
  .how-v9-product { max-width: 340px; margin: 0 auto; }
  .how-v9-steps li { grid-template-columns: 48px 1fr; row-gap: 8px; column-gap: 13px; }
  .how-v9-steps h3 { font-size: 29px; }
  .how-v9-steps p { grid-column: 2; font-size: 15px; }
  .featured-v9-grid { grid-template-columns: 1fr; gap: 39px; }
}

/* V9 wide-layout pass — each module uses the available width as a composition, not a narrow column. */
.page-shell { width: min(1440px, calc(100% - 128px)); }

.hero-copy-inner { max-width: 580px; padding: 70px 0 70px clamp(20px, 3vw, 62px); }
.hero-copy .eyebrow { margin-bottom: 23px; font-size: 11px; letter-spacing: .17em; }
.hero-copy h1 { margin-bottom: 27px; }
.hero-copy p:not(.eyebrow) { max-width: 385px; font-size: 16px; line-height: 1.55; }

.category-v9 > .page-shell { display: block; }
.category-v9 .section-rail { display: flex; flex-direction: row; align-items: baseline; justify-content: space-between; gap: 28px; margin-bottom: 46px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.category-v9 .section-rail > span { max-width: 260px; text-align: right; }
.category-v9-grid { grid-column: auto; grid-template-columns: minmax(470px, .96fr) minmax(500px, 1.04fr); gap: clamp(54px, 8vw, 152px); align-items: stretch; }
.category-v9-copy { display: flex; flex-direction: column; justify-content: space-between; padding-block: 26px; }
.category-v9-copy h2 { max-width: 790px; font-size: clamp(51px, 4.45vw, 76px); line-height: .91; }
.category-v9-copy .category-lead { max-width: 655px; margin: 32px 0 42px; font-size: 17px; line-height: 1.65; }
.category-v9 .category-notes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.category-v9 .category-notes p, .category-v9 .category-notes p:last-child { display: block; max-width: none; padding: 16px 0 0; border-top: 1px solid var(--line); border-bottom: 0; font-size: 13px; line-height: 1.55; }
.category-v9 .category-notes span { display: block; margin-bottom: 9px; color: var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.category-v9-image { min-height: 640px; padding: 0; background: #eee7de; }
.category-v9-image img { width: min(106%, 760px); transform: translateX(3%); }

.advantages-v9 { border-bottom: 0; }
.why-v9-visual { position: relative; width: 100%; margin: 0; overflow: hidden; aspect-ratio: 2196 / 900; background: #dfc7ad; }
.why-v9-visual > img { position: static; display: block; width: 100%; height: auto; max-width: none; }
.why-v9-overlay { position: absolute; top: 0; bottom: 0; left: 50%; right: auto; transform: translateX(-50%); display: grid; grid-template-columns: minmax(360px, .9fr) minmax(420px, 1.1fr); column-gap: clamp(40px, 6vw, 120px); align-content: space-between; padding-top: clamp(44px, 5.3vw, 98px); padding-bottom: clamp(38px, 4.3vw, 78px); color: #2b2521; }
.why-v9-title { align-self: start; max-width: 520px; }
.why-v9-title .eyebrow { margin-bottom: 18px; color: #a55832; }
.why-v9-title h2 { margin: 0; color: #28231f; font-size: clamp(48px, 4.5vw, 78px); font-weight: 700; line-height: .91; }
.why-v9-title > p:not(.eyebrow) { max-width: 410px; margin: 21px 0 0; color: #4e4137; font-size: 15px; line-height: 1.58; }
.why-v9-benefits { grid-column: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px 26px; max-width: 580px; }
.why-v9-benefits article { padding-top: 11px; border-top: 1px solid rgba(54,39,28,.35); }
.why-v9-benefits span { display: block; margin-bottom: 7px; color: #a55832; font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.why-v9-benefits h3 { margin: 0 0 5px; color: #29221e; font-size: clamp(18px, 1.55vw, 24px); font-weight: 700; line-height: .98; }
.why-v9-benefits p { margin: 0; color: #4e4137; font-size: 11px; line-height: 1.45; }

.detail-v9 { padding: 0; border-bottom: 0; background: #24170f; }
.detail-v9 .detail-v9-layout { width: 100%; max-width: none; }
.detail-v9-image { width: 100%; margin: 0; }
.detail-v9-image img { width: 100%; height: auto; }
.detail-v9-heading { top: clamp(48px, 6vw, 120px); left: clamp(42px, 7vw, 144px); width: min(36%, 560px); }
.detail-v9-heading h2 { font-size: clamp(50px, 5vw, 88px); }
.detail-v9-heading .detail-copy > p:not(.eyebrow) { max-width: 420px; font-size: 16px; }

.how-v9 { padding: 132px 0 126px; }
.how-v9-shell { display: block; }
.how-v9-content { padding: 0; }
.how-v9-heading { display: grid; grid-template-columns: minmax(450px, 1.08fr) minmax(310px, .58fr); column-gap: clamp(54px, 8vw, 154px); align-items: end; margin-bottom: 64px; }
.how-v9-heading .eyebrow { grid-column: 1 / -1; }
.how-v9-heading h2 { max-width: 760px; font-size: clamp(62px, 6.2vw, 104px); }
.how-v9-heading > p:not(.eyebrow) { max-width: 355px; margin: 0 0 8px; font-size: 16px; line-height: 1.55; }
.how-v9-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 2px solid var(--ink); border-bottom: 1px solid var(--line); }
.how-v9-steps li { display: flex; min-height: 282px; flex-direction: column; justify-content: space-between; padding: 25px 26px 28px; border: 0; border-right: 1px solid var(--line); }
.how-v9-steps li:last-child { border-right: 0; }
.how-v9-steps span { color: var(--clay); font-size: 15px; }
.how-v9-steps h3 { margin: auto 0 17px; font-size: clamp(29px, 2.3vw, 42px); line-height: .94; }
.how-v9-steps p { max-width: 270px; font-size: 15px; line-height: 1.52; }

.featured-v9-grid { grid-template-columns: 1fr; gap: clamp(58px, 8vw, 138px); }
.featured-v9-card, .featured-v9-card:nth-child(even) { display: grid; grid-template-columns: minmax(245px, .34fr) minmax(620px, .66fr); gap: clamp(36px, 6vw, 118px); align-items: center; }
.featured-v9-card figure, .featured-v9-card:nth-child(even) figure { grid-column: 2; grid-row: 1; margin: 0; }
.featured-v9-card > div, .featured-v9-card:nth-child(even) > div { grid-column: 1; grid-row: 1; margin: 0; }
.featured-v9-card:nth-child(even) figure { grid-column: 1; }
.featured-v9-card:nth-child(even) > div { grid-column: 2; }
.featured-v9-card figure img { width: 100%; height: auto; }
.featured-v9-card h4 { max-width: 370px; font-size: clamp(34px, 3.15vw, 52px); }
.featured-v9-card span { max-width: 300px; font-size: 15px; }

.collection-v9-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(14px, 1.8vw, 28px); }
.collection-v9-card { overflow: visible; background: transparent; box-shadow: none; }
.collection-v9-image { aspect-ratio: 1 / 1; background: transparent; }
.collection-v9-image img { width: 100%; height: auto; }
.collection-v9-card > div:last-child { min-height: 80px; padding: 13px 0 0; }
.collection-v9-card h4 { font-size: clamp(18px, 1.7vw, 26px); }

@media (max-width: 1040px) {
  .page-shell { width: min(100% - 72px, 1240px); }
  .category-v9-grid { grid-template-columns: minmax(310px, .92fr) minmax(390px, 1.08fr); gap: 48px; }
  .category-v9-image { min-height: 510px; }
  .why-v9-overlay { grid-template-columns: minmax(310px, .9fr) minmax(320px, 1.1fr); padding-top: 35px; padding-bottom: 30px; }
  .why-v9-title h2 { font-size: clamp(42px, 4.35vw, 60px); }
  .why-v9-benefits { gap: 10px 18px; }
  .how-v9-heading { grid-template-columns: 1fr .64fr; gap: 58px; }
  .how-v9-steps li { min-height: 238px; padding: 20px; }
  .featured-v9-card, .featured-v9-card:nth-child(even) { grid-template-columns: minmax(210px, .32fr) minmax(450px, .68fr); gap: 42px; }
}

@media (max-width: 720px) {
  .page-shell { width: min(100% - 40px, 620px); }
  .hero-copy-inner { padding: 82px 0 42px 12px; }
  .hero-copy .eyebrow { font-size: 10px; letter-spacing: .14em; }
  .hero-copy p:not(.eyebrow) { font-size: 14px; }
  .category-v9 .section-rail { display: block; margin-bottom: 30px; }
  .category-v9 .section-rail > span { display: block; margin-top: 8px; text-align: left; }
  .category-v9-grid { grid-template-columns: 1fr; gap: 34px; }
  .category-v9-copy { padding: 0; }
  .category-v9-copy h2 { font-size: 48px; }
  .category-v9-copy .category-lead { margin: 22px 0 30px; font-size: 15px; }
  .category-v9 .category-notes { grid-template-columns: 1fr; gap: 13px; }
  .category-v9-image { min-height: 0; }
  .category-v9-image img { width: min(100%, 560px); transform: none; }
  .why-v9-visual { aspect-ratio: auto; overflow: visible; background: #efe7de; }
  .why-v9-visual > img { width: 100%; }
  .why-v9-overlay { position: static; left: auto; right: auto; transform: none; display: block; width: min(100% - 40px, 620px); margin: 0 auto; padding: 46px 0 58px; }
  .why-v9-title h2 { font-size: 48px; }
  .why-v9-title > p:not(.eyebrow) { font-size: 15px; }
  .why-v9-benefits { display: grid; max-width: none; margin-top: 36px; grid-template-columns: 1fr; gap: 18px; }
  .why-v9-benefits h3 { font-size: 24px; }
  .why-v9-benefits p { font-size: 13px; }
  .detail-v9-heading { position: static; width: auto; padding: 48px 20px 42px; }
  .detail-v9-heading h2 { font-size: 52px; }
  .how-v9 { padding: 82px 0; }
  .how-v9-heading { display: block; margin-bottom: 38px; }
  .how-v9-heading h2 { margin: 0 0 21px; font-size: 58px; }
  .how-v9-heading > p:not(.eyebrow) { font-size: 15px; }
  .how-v9-steps { grid-template-columns: 1fr; }
  .how-v9-steps li { display: grid; min-height: 0; grid-template-columns: 54px 1fr; gap: 10px 15px; padding: 21px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .how-v9-steps li:last-child { border-bottom: 0; }
  .how-v9-steps h3 { margin: 0; font-size: 31px; }
  .how-v9-steps p { grid-column: 2; font-size: 14px; }
  .featured-v9-card, .featured-v9-card:nth-child(even) { grid-template-columns: 1fr; gap: 18px; }
  .featured-v9-card figure, .featured-v9-card:nth-child(even) figure { grid-column: 1; grid-row: 1; }
  .featured-v9-card > div, .featured-v9-card:nth-child(even) > div { grid-column: 1; grid-row: 2; }
  .featured-v9-card h4 { font-size: 38px; }
  .collection-v9-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 19px 12px; }
}

/* V9 spatial correction — broad compositions use broad page space. */
main { display: flex; flex-direction: column; }
.hero { order: 1; }
.category-v9 { order: 2; }
.advantages-v9 { order: 3; }
.how-v9 { order: 4; }
.detail-v9 { order: 5; }
.scent-v9 { order: 6; }

/* The hero remains left-led, but now reads as a two-line brand statement rather than a narrow stack. */
.hero-copy-inner { max-width: 790px; padding: 86px 0 84px clamp(92px, 8vw, 176px); }
.hero-copy .eyebrow { margin-bottom: 25px; font-size: 12px; letter-spacing: .19em; }
.hero-copy h1 { max-width: 780px; margin-bottom: 30px; font-size: clamp(72px, 7.1vw, 142px); letter-spacing: -.075em; line-height: .83; }
.hero-copy p:not(.eyebrow) { max-width: 460px; font-size: 17px; line-height: 1.52; }

/* 01 is now an open, full-width product/category composition rather than a centred two-column card. */
.category-v9 { padding-block: clamp(86px, 9vw, 152px); }
.category-v9 > .page-shell { width: min(1900px, calc(100% - 140px)); }
.category-v9 .section-rail { margin-bottom: clamp(45px, 5vw, 82px); }
.category-v9-grid { grid-template-columns: minmax(620px, .92fr) minmax(690px, 1.08fr); grid-template-rows: auto auto; gap: clamp(48px, 6.3vw, 128px); align-items: center; }
.category-v9-copy { min-height: 560px; padding-block: 0; justify-content: center; }
.category-v9-copy h2 { max-width: 880px; font-size: clamp(63px, 5.35vw, 102px); letter-spacing: -.065em; line-height: .88; }
.category-v9-copy .category-lead { max-width: 650px; margin: 36px 0 0; font-size: 18px; line-height: 1.62; }
.category-v9-image { min-height: 650px; justify-content: center; overflow: visible; background: transparent; }
.category-v9-image::before { content: ''; position: absolute; z-index: 0; width: min(80%, 650px); aspect-ratio: 1 / 1; border-radius: 50%; background: #e7ddd0; }
.category-v9-image img { position: relative; z-index: 1; width: min(118%, 970px); transform: translateX(4%); }
.category-v9 .category-notes { grid-column: 1 / -1; grid-row: 2; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(28px, 5vw, 104px); padding-top: 4px; }
.category-v9 .category-notes p, .category-v9 .category-notes p:last-child { min-height: 118px; padding-top: 18px; font-size: 15px; line-height: 1.55; }
.category-v9 .category-notes span { margin-bottom: 11px; font-size: 11px; }

/* 02 keeps the full landscape component diagram clear of website copy and of the product itself. */
.why-v9-overlay { display: block; width: min(1900px, calc(100% - 140px)); padding-top: clamp(46px, 5.3vw, 104px); padding-bottom: 0; }
.why-v9-title { width: min(29vw, 520px); max-width: 520px; }
.why-v9-title h2 { font-size: clamp(46px, 4.35vw, 80px); line-height: .9; }
.why-v9-title > p:not(.eyebrow) { max-width: 430px; font-size: 16px; }
.why-v9-benefits--legacy { display: none !important; }
.why-v9-benefit-band { background: #f0e6db; border-bottom: 1px solid var(--line); }
.why-v9-benefit-band .why-v9-benefits { display: grid; grid-column: auto; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(22px, 3vw, 58px); width: min(1900px, calc(100% - 140px)); max-width: none; margin: 0 auto; padding: 32px 0 36px; }
.why-v9-benefit-band .why-v9-benefits article { min-height: 128px; padding-top: 15px; }
.why-v9-benefit-band .why-v9-benefits h3 { font-size: clamp(20px, 1.65vw, 28px); }
.why-v9-benefit-band .why-v9-benefits p { max-width: 330px; font-size: 13px; line-height: 1.5; }

/* Every Featured Scent uses the same large visual measure; rows simply alternate their alignment. */
.featured-v9-grid { gap: clamp(74px, 9vw, 156px); }
.featured-v9-card { grid-template-columns: minmax(330px, .32fr) minmax(760px, .68fr); gap: clamp(42px, 6.6vw, 132px); }
.featured-v9-card:nth-child(even) { grid-template-columns: minmax(760px, .68fr) minmax(330px, .32fr); }
.featured-v9-card figure, .featured-v9-card:nth-child(even) figure { width: 100%; }
.featured-v9-card > div, .featured-v9-card:nth-child(even) > div { width: 100%; }
.featured-v9-card h4 { font-size: clamp(36px, 3.2vw, 58px); }

@media (max-width: 1160px) {
  .hero-copy-inner { padding-left: clamp(54px, 7vw, 100px); }
  .category-v9 > .page-shell, .why-v9-overlay, .why-v9-benefit-band .why-v9-benefits { width: min(100% - 88px, 1480px); }
  .category-v9-grid { grid-template-columns: minmax(430px, .88fr) minmax(470px, 1.12fr); gap: 54px; }
  .category-v9-copy h2 { font-size: clamp(56px, 5.4vw, 77px); }
  .category-v9-image { min-height: 520px; }
  .category-v9-image img { width: min(116%, 700px); }
  .featured-v9-card { grid-template-columns: minmax(260px, .3fr) minmax(530px, .7fr); gap: 46px; }
  .featured-v9-card:nth-child(even) { grid-template-columns: minmax(530px, .7fr) minmax(260px, .3fr); }
}

@media (max-width: 720px) {
  main { display: block; }
  .hero-copy-inner { max-width: 590px; padding: 78px 0 46px 26px; }
  .hero-copy h1 { max-width: 530px; font-size: clamp(62px, 16vw, 88px); line-height: .84; }
  .category-v9 { padding-block: 80px; }
  .category-v9 > .page-shell, .why-v9-overlay, .why-v9-benefit-band .why-v9-benefits { width: min(100% - 40px, 620px); }
  .category-v9-grid { grid-template-columns: 1fr; gap: 34px; }
  .category-v9-copy { min-height: 0; }
  .category-v9-copy h2 { font-size: clamp(50px, 13vw, 68px); }
  .category-v9-copy .category-lead { margin-top: 24px; font-size: 16px; }
  .category-v9-image { min-height: 410px; }
  .category-v9-image img { width: min(116%, 590px); transform: translateX(3%); }
  .category-v9 .category-notes { grid-column: auto; grid-row: auto; grid-template-columns: 1fr; gap: 14px; }
  .category-v9 .category-notes p, .category-v9 .category-notes p:last-child { min-height: 0; font-size: 14px; }
  .why-v9-overlay { padding: 42px 0 36px; }
  .why-v9-title { width: auto; max-width: none; }
  .why-v9-title h2 { font-size: 49px; }
  .why-v9-benefit-band .why-v9-benefits { grid-template-columns: 1fr; gap: 0; padding: 20px 0 32px; }
  .why-v9-benefit-band .why-v9-benefits article { min-height: 0; padding: 20px 0; border-bottom: 1px solid var(--line); }
  .why-v9-benefit-band .why-v9-benefits article:last-child { border-bottom: 0; }
  .featured-v9-card, .featured-v9-card:nth-child(even) { grid-template-columns: 1fr; gap: 18px; }
}

/* Category headline becomes the wide entry point; copy, product, and notes then occupy their own full measures. */
.category-v9-grid { grid-template-columns: minmax(500px, .72fr) minmax(750px, 1.28fr); grid-template-rows: auto minmax(600px, auto) auto; }
.category-v9-copy { display: contents; }
.category-v9-copy h2 { grid-column: 1 / -1; grid-row: 1; max-width: 1760px; margin: 0 0 clamp(10px, 2vw, 32px); font-size: clamp(66px, 6.25vw, 120px); }
.category-v9-copy .category-lead { grid-column: 1; grid-row: 2; align-self: center; max-width: 590px; margin: 0; }
.category-v9-image { grid-column: 2; grid-row: 2; }
.category-v9 .category-notes { grid-row: 3; }

@media (max-width: 720px) {
  main { display: flex; }
  .category-v9-copy { display: block; }
  .category-v9-grid { grid-template-rows: none; }
  .category-v9-copy h2, .category-v9-copy .category-lead, .category-v9-image, .category-v9 .category-notes { grid-column: auto; grid-row: auto; }
}

/* V9 hierarchy pass: stronger public navigation and more intentional poster typography. */
.site-header { width: min(1900px, calc(100% - 140px)); min-height: 122px; }
.wordmark { font-size: 40px; letter-spacing: .075em; }
.site-nav { gap: clamp(22px, 2.5vw, 54px); }
.site-nav a { font-size: 16px; font-weight: 700; letter-spacing: .025em; }
.site-nav a[href="/privacy"] { padding: 10px 15px; border: 1px solid currentColor; }

/* Hero: two deliberate poster lines occupy the full clear left half instead of stacking word by word. */
.hero-copy { width: min(1900px, calc(100% - 140px)); }
.hero-copy-inner { max-width: 1120px; padding: 92px 0 78px clamp(44px, 4.8vw, 112px); }
.hero-copy .eyebrow { margin-bottom: 30px; font-size: 14px; letter-spacing: .2em; }
.hero-copy h1 { display: flex; flex-direction: column; max-width: 1120px; margin-bottom: 36px; font-size: clamp(84px, 6.65vw, 136px); line-height: .82; letter-spacing: -.083em; }
.hero-copy h1 span { display: block; white-space: nowrap; }
.hero-copy h1 span:last-child { margin-left: clamp(44px, 6.3vw, 132px); }
.hero-copy p:not(.eyebrow) { max-width: 490px; font-size: 18px; }
.hero-copy .primary-action { margin-top: 26px; padding: 17px 23px; font-size: 14px; }

/* 01: a dense left-reading column and a product that carries through the entire right side. */
.category-v9 { padding-block: clamp(66px, 6vw, 104px); }
.category-v9 .section-rail { margin-bottom: 38px; }
.category-v9-grid { grid-template-columns: minmax(430px, .51fr) minmax(770px, 1.49fr); grid-template-rows: auto minmax(342px, 1fr) auto; column-gap: clamp(42px, 5vw, 110px); row-gap: 26px; }
.category-v9-copy h2 { grid-column: 1; grid-row: 1; max-width: 660px; margin: 0; font-size: clamp(60px, 4.75vw, 92px); line-height: .88; }
.category-v9-copy .category-lead { grid-column: 1; grid-row: 2; align-self: center; max-width: 540px; margin: 0; font-size: clamp(18px, 1.35vw, 23px); line-height: 1.48; }
.category-v9-image { grid-column: 2; grid-row: 1 / span 3; min-height: 620px; justify-content: flex-end; align-self: stretch; }
.category-v9-image::before { right: 9%; width: min(72%, 650px); }
.category-v9-image img { width: min(132%, 1110px); transform: translateX(12%); }
.category-v9 .category-notes { grid-column: 1; grid-row: 3; display: grid; grid-template-columns: 1fr; gap: 0; padding: 0; }
.category-v9 .category-notes p, .category-v9 .category-notes p:last-child { display: grid; grid-template-columns: minmax(130px, .42fr) 1fr; min-height: 0; gap: 18px; padding: 16px 0 17px; font-size: 16px; line-height: 1.42; }
.category-v9 .category-notes span { margin: 0; font-size: 12px; line-height: 1.3; }

/* The full Why This Product presentation is intentionally removed from this prototype revision. */
.advantages-v9 { display: none; }
.how-v9 { order: 3; }
.detail-v9 { order: 4; }
.scent-v9 { order: 5; }

/* Featured scent rows stay alternating but no longer leave poster-sized empty intervals. */
.featured-v9 { padding-top: 68px; padding-bottom: 80px; }
.featured-v9-grid { gap: clamp(38px, 4.3vw, 78px); }
.featured-v9-card { gap: clamp(32px, 4.6vw, 88px); }

@media (max-width: 1160px) {
  .site-header, .hero-copy { width: min(100% - 88px, 1480px); }
  .wordmark { font-size: 35px; }
  .site-nav { gap: 24px; }
  .site-nav a { font-size: 14px; }
  .hero-copy-inner { max-width: 910px; padding-left: 42px; }
  .hero-copy h1 { max-width: 900px; font-size: clamp(74px, 7.1vw, 108px); }
  .category-v9-grid { grid-template-columns: minmax(360px, .5fr) minmax(530px, 1.5fr); column-gap: 48px; }
  .category-v9-image { min-height: 540px; }
  .category-v9-image img { width: 100%; max-width: 720px; transform: none; }
  .category-v9-copy h2 { font-size: clamp(56px, 5vw, 76px); }
  .category-v9-copy .category-lead { font-size: 18px; }
  .category-v9 .category-notes p, .category-v9 .category-notes p:last-child { grid-template-columns: 118px 1fr; font-size: 14px; }
}

@media (max-width: 720px) {
  .site-header { width: min(100% - 40px, 620px); min-height: 98px; align-items: center; }
  .wordmark { font-size: 28px; }
  .site-nav { justify-content: flex-end; gap: 12px 17px; flex-wrap: wrap; }
  .site-nav a { font-size: 12px; }
  .site-nav a[href="/privacy"] { padding: 6px 8px; }
  .hero-copy { width: min(100% - 40px, 620px); }
  .hero-copy-inner { max-width: none; padding: 72px 0 42px 20px; }
  .hero-copy .eyebrow { font-size: 11px; }
  .hero-copy h1 { max-width: 100%; font-size: clamp(58px, 15vw, 84px); }
  .hero-copy h1 span:last-child { margin-left: 24px; white-space: normal; }
  .hero-copy p:not(.eyebrow) { font-size: 15px; }
  .category-v9 { padding-block: 68px; }
  .category-v9 .section-rail { margin-bottom: 27px; }
  .category-v9-grid { grid-template-columns: 1fr; grid-template-rows: none; gap: 28px; }
  .category-v9-copy h2, .category-v9-copy .category-lead, .category-v9-image, .category-v9 .category-notes { grid-column: auto; grid-row: auto; }
  .category-v9-copy h2 { max-width: 100%; font-size: clamp(48px, 12.2vw, 65px); }
  .category-v9-copy .category-lead { max-width: 100%; font-size: 17px; }
  .category-v9-image { min-height: 410px; justify-content: center; }
  .category-v9-image img { width: 100%; max-width: 560px; transform: none; }
  .category-v9 .category-notes p, .category-v9 .category-notes p:last-child { grid-template-columns: 1fr; gap: 7px; font-size: 15px; }
  .featured-v9 { padding-top: 56px; padding-bottom: 64px; }
  .featured-v9-grid { gap: 44px; }
}

/* V9 correction: restore the tall hero visual and recompose only its typography. */
.hero { min-height: min(900px, calc(100vh - 88px)); }
.hero-copy-inner { max-width: 1080px; padding-top: 70px; padding-bottom: 70px; }
.hero-copy h1 { gap: 0; max-width: 1040px; margin-bottom: 34px; font-size: clamp(92px, 7.05vw, 142px); line-height: .8; }
.hero-copy h1 .hero-scent { margin-bottom: 5px; font-size: .68em; letter-spacing: -.065em; }
.hero-copy h1 .hero-drive { margin-left: clamp(70px, 7.4vw, 154px); }
.hero-copy p:not(.eyebrow), .hero-copy .primary-action { margin-left: 4px; }

/* 01 / The Category: left information, a central full-height product, and a right headline. */
.category-v9 { padding-block: clamp(72px, 6.5vw, 116px); }
.category-v9-grid { grid-template-columns: minmax(360px, .78fr) minmax(420px, .82fr) minmax(470px, 1fr); grid-template-rows: minmax(440px, 1fr) auto; column-gap: clamp(36px, 4.7vw, 100px); row-gap: 26px; min-height: 790px; }
.category-v9-copy .category-lead { grid-column: 1; grid-row: 1; align-self: center; max-width: 505px; padding-bottom: 84px; font-size: clamp(19px, 1.42vw, 24px); font-weight: 500; line-height: 1.5; }
.category-v9-copy h2 { grid-column: 3; grid-row: 1 / span 2; align-self: center; max-width: 680px; margin: 0; font-size: clamp(65px, 5.05vw, 98px); line-height: .87; }
.category-v9-image { grid-column: 2; grid-row: 1 / span 2; min-height: 790px; align-self: stretch; justify-content: center; overflow: visible; }
.category-v9-image::before { top: -25px; right: -54px; bottom: -25px; left: -54px; width: auto; aspect-ratio: auto; border-radius: 0; background: #e6dac9; box-shadow: 22px 24px 0 rgba(163, 121, 87, .16); }
.category-v9-image img { width: min(148%, 790px); transform: translateX(-5%); }
.category-v9 .category-notes { grid-column: 1; grid-row: 2; align-self: end; width: 100%; }
.category-v9 .category-notes p, .category-v9 .category-notes p:last-child { grid-template-columns: minmax(130px, .4fr) 1fr; gap: 20px; padding: 18px 0 19px; font-size: 17px; line-height: 1.45; }
.category-v9 .category-notes span { font-size: 12px; }

@media (max-width: 1240px) {
  .hero { min-height: min(820px, calc(100vh - 88px)); }
  .hero-copy h1 { font-size: clamp(78px, 7.4vw, 112px); }
  .category-v9-grid { grid-template-columns: minmax(275px, .75fr) minmax(320px, .82fr) minmax(340px, 1fr); column-gap: 34px; min-height: 665px; }
  .category-v9-copy .category-lead { max-width: 375px; padding-bottom: 48px; font-size: 18px; }
  .category-v9-copy h2 { font-size: clamp(54px, 5.25vw, 72px); }
  .category-v9-image { min-height: 665px; }
  .category-v9-image::before { top: -18px; right: -24px; bottom: -18px; left: -24px; }
  .category-v9-image img { width: min(144%, 650px); transform: translateX(-4%); }
  .category-v9 .category-notes p, .category-v9 .category-notes p:last-child { grid-template-columns: 1fr; gap: 7px; font-size: 15px; }
}

@media (max-width: 720px) {
  .hero { min-height: 610px; }
  .hero-copy h1 { font-size: clamp(62px, 15.5vw, 88px); line-height: .83; }
  .hero-copy h1 .hero-scent { font-size: .76em; }
  .hero-copy h1 .hero-drive { margin-left: 24px; }
  .hero-copy p:not(.eyebrow), .hero-copy .primary-action { margin-left: 0; }
  .category-v9-grid { grid-template-columns: 1fr; grid-template-rows: none; min-height: 0; gap: 32px; }
  .category-v9-copy h2, .category-v9-copy .category-lead, .category-v9-image, .category-v9 .category-notes { grid-column: auto; grid-row: auto; }
  .category-v9-copy h2 { max-width: 100%; font-size: clamp(49px, 12.4vw, 67px); }
  .category-v9-copy .category-lead { max-width: 100%; padding: 0; font-size: 17px; }
  .category-v9-image { min-height: 430px; }
  .category-v9-image::before { top: 0; right: 5%; bottom: 0; left: 5%; box-shadow: 13px 14px 0 rgba(163, 121, 87, .14); }
  .category-v9-image img { width: min(116%, 600px); transform: none; }
  .category-v9 .category-notes p, .category-v9 .category-notes p:last-child { grid-template-columns: 1fr; font-size: 15px; }
}

/* V9 full-width grid: all content modules share the same wide measure. */
.page-shell { width: min(1920px, calc(100% - 112px)); }
.site-header, .hero-copy, .category-v9 > .page-shell { width: min(1920px, calc(100% - 112px)); }

/* Hero text is a three-line poster composition with one consistent scale and a deliberately open rhythm. */
.hero-copy { display: block; }
.hero-copy-inner { position: relative; min-height: inherit; max-width: none; padding: 0; }
.hero-copy .eyebrow { position: absolute; top: clamp(112px, 15%, 150px); left: clamp(30px, 3.6vw, 78px); margin: 0; font-size: 14px; letter-spacing: .18em; }
.hero-copy h1 { position: absolute; top: 50%; left: clamp(30px, 3.6vw, 78px); transform: translateY(-48%); gap: 8px; margin: 0; font-size: clamp(96px, 7.25vw, 148px); font-weight: 800; letter-spacing: -.035em; line-height: .93; }
.hero-copy h1 .hero-scent, .hero-copy h1 .hero-drive { margin: 0; font-size: 1em; letter-spacing: inherit; }
.hero-copy h1 span { white-space: nowrap; }
.hero-copy p:not(.eyebrow) { position: absolute; bottom: clamp(118px, 15%, 150px); left: clamp(30px, 3.6vw, 78px); max-width: 590px; margin: 0; color: #fffdfa; font-family: var(--display); font-size: clamp(19px, 1.4vw, 24px); font-weight: 600; letter-spacing: -.015em; line-height: 1.25; }
.hero-copy .primary-action { position: absolute; bottom: clamp(48px, 7.5%, 76px); left: clamp(30px, 3.6vw, 78px); min-height: 59px; margin: 0; padding: 0 24px; font-size: 14px; }

/* Refine the centre panel: framed depth behind the product, no contact with the left or right typography. */
.category-v9-grid { grid-template-columns: minmax(390px, .78fr) minmax(460px, .82fr) minmax(560px, 1fr); column-gap: clamp(46px, 5.2vw, 112px); }
.category-v9-copy .category-lead { max-width: 460px; }
.category-v9-image::before { top: 42px; right: -32px; bottom: 42px; left: -32px; background: #e6dac9; box-shadow: 24px 27px 0 rgba(163, 121, 87, .15); }
.category-v9-image img { width: min(158%, 880px); transform: translateX(-3%); }
.category-v9-copy h2 { padding-left: 46px; max-width: 720px; }

@media (max-width: 1240px) {
  .page-shell, .site-header, .hero-copy, .category-v9 > .page-shell { width: min(100% - 72px, 1480px); }
  .hero-copy h1 { font-size: clamp(76px, 7.3vw, 112px); }
  .hero-copy p:not(.eyebrow) { font-size: 19px; }
  .category-v9-grid { grid-template-columns: minmax(290px, .76fr) minmax(335px, .82fr) minmax(360px, 1fr); column-gap: 34px; }
  .category-v9-copy h2 { padding-left: 26px; }
  .category-v9-image img { width: min(154%, 700px); }
}

@media (max-width: 720px) {
  .page-shell, .site-header, .hero-copy, .category-v9 > .page-shell { width: min(100% - 40px, 620px); }
  .hero-copy-inner { min-height: inherit; }
  .hero-copy .eyebrow { top: 70px; left: 0; font-size: 11px; }
  .hero-copy h1 { top: 47%; left: 0; gap: 3px; transform: translateY(-50%); font-size: clamp(58px, 15.5vw, 84px); line-height: .94; }
  .hero-copy p:not(.eyebrow) { right: 0; bottom: 112px; left: 0; max-width: 360px; font-size: 17px; }
  .hero-copy .primary-action { bottom: 42px; left: 0; min-height: 50px; font-size: 12px; }
  .category-v9-copy h2 { padding-left: 0; }
}

/* V9 category re-layout: a true full-width three-part composition, not a compact middle cluster. */
.category-v9 > .page-shell {
  width: min(1920px, calc(100% - 112px));
  max-width: none;
}

.category-v9 .section-rail,
.category-v9-grid {
  width: 100%;
  max-width: none;
}

.category-v9-grid {
  display: grid;
  grid-template-columns: minmax(360px, .82fr) minmax(620px, 1.18fr) minmax(500px, .96fr);
  grid-template-rows: minmax(610px, 1fr) auto;
  column-gap: clamp(50px, 4.35vw, 84px);
  row-gap: 28px;
  min-height: 824px;
  align-items: stretch;
}

.category-v9-copy { display: contents; }

/* Left: readable category context, given the same visual weight as the headline. */
.category-v9-copy .category-lead {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  max-width: 470px;
  margin: 0;
  padding-bottom: 74px;
  color: #555651;
  font-family: var(--display);
  font-size: clamp(22px, 1.58vw, 29px);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.42;
}

.category-v9 .category-notes {
  grid-column: 1;
  grid-row: 2;
  align-self: end;
  display: grid;
  width: 100%;
  gap: 0;
  padding: 0;
}

.category-v9 .category-notes p,
.category-v9 .category-notes p:last-child {
  display: grid;
  grid-template-columns: minmax(135px, .43fr) 1fr;
  gap: 20px;
  min-height: 0;
  padding: 18px 0 19px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.43;
}

.category-v9 .category-notes span {
  margin: 0;
  color: var(--ink);
  font-size: 12px;
  line-height: 1.3;
}

/* Centre: the cut-out occupies the full vertical panel; the panel supplies depth rather than a card frame. */
.category-v9-image {
  grid-column: 2;
  grid-row: 1 / span 2;
  position: relative;
  z-index: 1;
  min-height: 824px;
  align-self: stretch;
  justify-content: center;
  overflow: visible;
  background: transparent;
}

.category-v9-image::before {
  top: 28px;
  right: 0;
  bottom: 28px;
  left: 0;
  z-index: -1;
  width: auto;
  aspect-ratio: auto;
  border-radius: 0;
  background: #e5d7c4;
  box-shadow: 22px 24px 0 rgba(159, 116, 80, .15);
}

.category-v9-image img {
  width: min(126%, 860px);
  max-width: none;
  height: auto;
  transform: translateX(7%);
}

/* Right: a dedicated type field fills the right third and never sits on top of the product. */
.category-v9-copy h2 {
  grid-column: 3;
  grid-row: 1 / span 2;
  z-index: 2;
  align-self: center;
  justify-self: stretch;
  max-width: none;
  margin: 0;
  padding: 28px 0 28px clamp(14px, 1.25vw, 26px);
  background: var(--paper);
  color: var(--ink);
  font-size: clamp(64px, 4.55vw, 98px);
  font-weight: 800;
  letter-spacing: -.047em;
  line-height: .88;
}

.category-v9-copy h2 span { display: block; }

@media (max-width: 1240px) {
  .category-v9-grid {
    grid-template-columns: minmax(270px, .79fr) minmax(405px, 1.12fr) minmax(330px, .94fr);
    min-height: 690px;
    grid-template-rows: minmax(500px, 1fr) auto;
    column-gap: 38px;
  }
  .category-v9-image { min-height: 690px; }
  .category-v9-image img { width: min(124%, 675px); transform: translateX(5%); }
  .category-v9-copy .category-lead { max-width: 355px; padding-bottom: 42px; font-size: 19px; }
  .category-v9-copy h2 { padding-left: 12px; font-size: clamp(51px, 5.1vw, 72px); }
  .category-v9 .category-notes p, .category-v9 .category-notes p:last-child { grid-template-columns: 1fr; gap: 7px; font-size: 14px; }
}

@media (max-width: 720px) {
  .category-v9 > .page-shell { width: min(100% - 40px, 620px); }
  .category-v9-grid { grid-template-columns: 1fr; grid-template-rows: none; min-height: 0; gap: 32px; }
  .category-v9-copy { display: block; }
  .category-v9-copy h2, .category-v9-copy .category-lead, .category-v9-image, .category-v9 .category-notes { grid-column: auto; grid-row: auto; }
  .category-v9-copy h2 { padding: 0; background: transparent; font-size: clamp(47px, 11.8vw, 66px); }
  .category-v9-copy .category-lead { max-width: 100%; padding: 0; font-size: 18px; }
  .category-v9-image { min-height: 460px; }
  .category-v9-image::before { top: 18px; right: 8%; bottom: 18px; left: 8%; }
  .category-v9-image img { width: min(118%, 590px); transform: translateX(3%); }
  .category-v9 .category-notes p, .category-v9 .category-notes p:last-child { grid-template-columns: minmax(110px, .4fr) 1fr; font-size: 14px; }
}

/* The category section is deliberately full-bleed, matching the wide image modules rather than inheriting a narrower editorial shell. */
.category-v9 {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.category-v9 > .page-shell {
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-inline: clamp(56px, 3vw, 96px);
}

.category-v9-grid {
  grid-template-columns: minmax(360px, .75fr) minmax(650px, 1fr) minmax(600px, .95fr);
  column-gap: clamp(52px, 4vw, 82px);
}

.category-v9-copy h2 {
  font-size: clamp(64px, 4.1vw, 88px);
  letter-spacing: -.04em;
}

@media (max-width: 1240px) {
  .category-v9 > .page-shell { padding-inline: 36px; }
  .category-v9-grid { grid-template-columns: minmax(270px, .78fr) minmax(405px, 1.1fr) minmax(330px, .92fr); column-gap: 36px; }
}

@media (max-width: 720px) {
  .category-v9 { width: auto; margin-left: 0; }
  .category-v9 > .page-shell { width: min(100% - 40px, 620px) !important; margin: 0 auto !important; padding-inline: 0; }
  .category-v9-grid { grid-template-columns: 1fr; }
}

/* Final 01 composition: bottle-centred product spine between two independent text fields. */
@media (min-width: 1241px) {
  .category-v9-grid {
    grid-template-columns: minmax(330px, .64fr) minmax(570px, .99fr) minmax(680px, 1.18fr);
    column-gap: clamp(48px, 3.15vw, 66px);
    grid-template-rows: minmax(640px, 1fr) auto;
    min-height: 856px;
  }

  .category-v9-copy .category-lead {
    align-self: center;
    max-width: 430px;
    padding: 0 0 68px;
    font-size: clamp(23px, 1.48vw, 28px);
    font-weight: 500;
    letter-spacing: -.028em;
    line-height: 1.43;
    text-align: left;
  }

  .category-v9 .category-notes p,
  .category-v9 .category-notes p:last-child {
    grid-template-columns: minmax(130px, .4fr) 1fr;
    font-size: 16px;
  }

  .category-v9-image {
    min-height: 856px;
    justify-content: center;
  }

  /* The rectangle is intentionally smaller than the cut-out: bottle, cap and cord break its edges to create the depth cue. */
  .category-v9-image::before {
    top: 126px;
    right: 36px;
    bottom: 126px;
    left: 36px;
    background: #e7dac7;
    box-shadow: 17px 19px 0 rgba(155, 112, 78, .15);
  }

  /* The source cut-out has the bottle on its left. The offset centres the bottle itself, not the transparent canvas. */
  .category-v9-image img {
    width: min(148%, 850px);
    transform: translateX(25%);
  }

  .category-v9-copy h2 {
    align-self: center;
    min-width: 0;
    padding: 32px 0 32px 34px;
    font-size: clamp(68px, 4.12vw, 88px);
    line-height: .89;
    letter-spacing: -.043em;
    text-align: right;
  }
}

/* Stable 01 baseline — deliberately resets the experimental overrides above. */
.category-v9 {
  width: auto;
  margin-left: 0;
  overflow: clip;
}

.category-v9 > .page-shell {
  box-sizing: border-box;
  display: block;
  width: min(1920px, calc(100% - 112px)) !important;
  max-width: 1920px !important;
  margin: 0 auto !important;
  padding: 0;
}

.category-v9 .section-rail {
  display: flex;
  width: 100%;
  margin: 0 0 52px;
  padding: 0 0 16px;
}

.category-v9-grid {
  display: grid;
  grid-template-areas:
    "lead product title"
    "notes product title";
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.06fr) minmax(0, 1fr);
  grid-template-rows: minmax(540px, 1fr) auto;
  width: 100%;
  min-height: 800px;
  gap: 26px clamp(40px, 3.4vw, 68px);
  align-items: stretch;
}

.category-v9-copy { display: contents; }

.category-v9-copy .category-lead {
  grid-area: lead;
  align-self: center;
  max-width: 440px;
  margin: 0;
  padding-bottom: 62px;
  color: #555651;
  font-family: var(--display);
  font-size: clamp(21px, 1.42vw, 27px);
  font-weight: 500;
  letter-spacing: -.024em;
  line-height: 1.44;
  text-align: left;
}

.category-v9 .category-notes {
  grid-area: notes;
  display: grid;
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 0;
}

.category-v9 .category-notes p,
.category-v9 .category-notes p:last-child {
  display: grid;
  grid-template-columns: minmax(118px, .38fr) 1fr;
  gap: 16px;
  min-height: 0;
  margin: 0;
  padding: 16px 0;
  font-size: 15px;
  line-height: 1.43;
}

.category-v9 .category-notes span { margin: 0; font-size: 11px; }

.category-v9-image {
  grid-area: product;
  position: relative;
  display: grid;
  min-height: 800px;
  margin: 0;
  place-items: center;
  overflow: visible;
  background: transparent;
}

/* A smaller offset plane is the depth cue; it never frames the whole product. */
.category-v9-image::before {
  top: 22%;
  right: 17%;
  bottom: 22%;
  left: 17%;
  z-index: 0;
  width: auto;
  height: auto;
  aspect-ratio: auto;
  border-radius: 0;
  background: #e7dac7;
  box-shadow: 15px 17px 0 rgba(155, 112, 78, .14);
}

/* The transparent source is wider on the cord side: shift only enough to centre the bottle, while keeping its full shape. */
.category-v9-image img {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: none;
  height: min(92%, 780px);
  max-height: 780px;
  transform: translateX(17%);
}

.category-v9-copy h2 {
  grid-area: title;
  z-index: 2;
  align-self: center;
  min-width: 0;
  max-width: none;
  margin: 0;
  padding: 30px 0 30px 24px;
  background: var(--paper);
  color: var(--ink);
  font-size: clamp(62px, 3.9vw, 84px);
  font-weight: 800;
  letter-spacing: -.042em;
  line-height: .89;
  text-align: right;
}

.category-v9-copy h2 span { display: block; }

@media (max-width: 1050px) {
  .category-v9-grid {
    grid-template-areas: "title" "lead" "product" "notes";
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: 0;
    gap: 30px;
  }
  .category-v9 .section-rail { margin-bottom: 34px; }
  .category-v9-copy h2 {
    padding: 0;
    background: transparent;
    font-size: clamp(52px, 8.4vw, 76px);
    line-height: .9;
    text-align: left;
  }
  .category-v9-copy .category-lead { max-width: 620px; padding: 0; font-size: clamp(19px, 2.4vw, 23px); }
  .category-v9-image { min-height: min(70vw, 620px); }
  .category-v9-image::before { top: 19%; right: 20%; bottom: 19%; left: 20%; }
  .category-v9-image img { height: min(92%, 600px); transform: translateX(11%); }
  .category-v9 .category-notes { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
  .category-v9 .category-notes p, .category-v9 .category-notes p:last-child { grid-template-columns: 1fr; gap: 7px; font-size: 14px; }
}

@media (max-width: 720px) {
  .category-v9 > .page-shell { width: min(100% - 40px, 620px) !important; }
  .category-v9 .section-rail { margin-bottom: 32px; }
  .category-v9-grid {
    gap: 28px;
  }
  .category-v9-copy { display: contents; }
  .category-v9-copy h2 { padding: 0; background: transparent; font-size: clamp(47px, 12vw, 67px); text-align: left; }
  .category-v9-copy .category-lead { max-width: 100%; padding: 0; font-size: 18px; }
  .category-v9-image { min-height: 460px; }
  .category-v9-image::before { top: 18%; right: 20%; bottom: 18%; left: 20%; }
  .category-v9-image img { height: min(92%, 510px); transform: translateX(10%); }
  .category-v9 .category-notes { grid-template-columns: 1fr; gap: 0; }
  .category-v9 .category-notes p, .category-v9 .category-notes p:last-child { grid-template-columns: minmax(105px, .4fr) 1fr; font-size: 14px; }
}

/* 01 hard reset: four direct grid items, isolated from every earlier V9 category experiment. */
.category-v9 > .page-shell {
  width: min(1920px, calc(100% - 112px)) !important;
  max-width: 1920px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.category-v9-grid {
  display: grid !important;
  grid-template-areas:
    "lead product title"
    "notes product title" !important;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.08fr) minmax(0, 1fr) !important;
  grid-template-rows: minmax(560px, 1fr) auto !important;
  width: 100% !important;
  min-height: 800px !important;
  gap: 28px clamp(40px, 3.2vw, 64px) !important;
  align-items: stretch !important;
}

.category-v9-lead-block { grid-area: lead !important; display: flex !important; align-items: center !important; }
.category-v9-title-block { grid-area: title !important; display: flex !important; align-items: center !important; min-width: 0 !important; }
.category-v9-image { grid-area: product !important; display: grid !important; place-items: center !important; min-height: 800px !important; }
.category-v9 .category-notes { grid-area: notes !important; }

.category-v9-lead-block .category-lead {
  max-width: 440px !important;
  margin: 0 !important;
  padding-bottom: 60px !important;
  color: #555651 !important;
  font-family: var(--display) !important;
  font-size: clamp(21px, 1.42vw, 27px) !important;
  font-weight: 500 !important;
  line-height: 1.44 !important;
  text-align: left !important;
}

.category-v9-title-block h2 {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 30px 0 30px 24px !important;
  background: var(--paper) !important;
  color: var(--ink) !important;
  font-size: clamp(62px, 3.9vw, 84px) !important;
  font-weight: 800 !important;
  letter-spacing: -.042em !important;
  line-height: .89 !important;
  text-align: right !important;
}

.category-v9-title-block h2 span { display: block !important; }

.category-v9-image::before {
  top: 22% !important;
  right: 17% !important;
  bottom: 22% !important;
  left: 17% !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
}

.category-v9-image img {
  width: auto !important;
  max-width: none !important;
  height: min(92%, 780px) !important;
  max-height: 780px !important;
  transform: translateX(17%) !important;
}

@media (max-width: 1050px) {
  .category-v9 > .page-shell { width: min(100% - 72px, 920px) !important; }
  .category-v9-grid {
    grid-template-areas: "title" "lead" "product" "notes" !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
    min-height: 0 !important;
    gap: 30px !important;
  }
  .category-v9-title-block h2 { padding: 0 !important; background: transparent !important; font-size: clamp(52px, 8.4vw, 76px) !important; text-align: left !important; }
  .category-v9-lead-block .category-lead { max-width: 620px !important; padding: 0 !important; font-size: clamp(19px, 2.4vw, 23px) !important; }
  .category-v9-image { min-height: min(70vw, 620px) !important; }
  .category-v9-image img { height: min(92%, 600px) !important; transform: translateX(11%) !important; }
  .category-v9 .category-notes { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 20px !important; }
  .category-v9 .category-notes p, .category-v9 .category-notes p:last-child { grid-template-columns: 1fr !important; gap: 7px !important; }
}

@media (max-width: 720px) {
  .category-v9 > .page-shell { width: min(100% - 40px, 620px) !important; }
  .category-v9 .category-notes { grid-template-columns: 1fr !important; gap: 0 !important; }
  .category-v9 .category-notes p, .category-v9 .category-notes p:last-child { grid-template-columns: minmax(105px, .4fr) 1fr !important; }
}

/* Restored 01 snapshot — return to the user-selected three-column composition before further refinement. */
.category-v9 { overflow: visible; }
.category-v9 > .page-shell {
  width: min(1920px, calc(100% - 112px)) !important;
  max-width: 1920px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
.category-v9-grid {
  display: grid !important;
  grid-template-columns: minmax(360px, .78fr) minmax(420px, .82fr) minmax(470px, 1fr) !important;
  grid-template-rows: minmax(440px, 1fr) auto !important;
  column-gap: clamp(36px, 4.7vw, 100px) !important;
  row-gap: 26px !important;
  min-height: 790px !important;
  width: auto !important;
  align-items: stretch !important;
}
.category-v9-copy { display: contents !important; }
.category-v9-copy .category-lead {
  grid-column: 1 !important;
  grid-row: 1 !important;
  align-self: center !important;
  max-width: 505px !important;
  margin: 0 !important;
  padding-bottom: 84px !important;
  font-size: clamp(19px, 1.42vw, 24px) !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
.category-v9-copy h2 {
  grid-column: 3 !important;
  grid-row: 1 / span 2 !important;
  z-index: 2 !important;
  align-self: center !important;
  max-width: 680px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  font-size: clamp(65px, 5.05vw, 98px) !important;
  line-height: .87 !important;
  text-align: left !important;
}
.category-v9-image {
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  display: flex !important;
  min-height: 790px !important;
  align-self: stretch !important;
  justify-content: center !important;
  overflow: visible !important;
  background: transparent !important;
}
.category-v9-image::before {
  top: -25px !important;
  right: -54px !important;
  bottom: -25px !important;
  left: -54px !important;
  width: auto !important;
  height: auto !important;
  aspect-ratio: auto !important;
  border-radius: 0 !important;
  background: #e6dac9 !important;
  box-shadow: 22px 24px 0 rgba(163, 121, 87, .16) !important;
}
.category-v9-image img {
  width: min(148%, 790px) !important;
  height: auto !important;
  max-height: none !important;
  transform: translateX(-5%) !important;
}
.category-v9 .category-notes {
  grid-column: 1 !important;
  grid-row: 2 !important;
  align-self: end !important;
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
}
.category-v9 .category-notes p,
.category-v9 .category-notes p:last-child {
  display: grid !important;
  grid-template-columns: minmax(130px, .4fr) 1fr !important;
  gap: 20px !important;
  min-height: 0 !important;
  padding: 18px 0 19px !important;
  font-size: 17px !important;
  line-height: 1.45 !important;
}
.category-v9 .category-notes span { font-size: 12px !important; }

@media (max-width: 1240px) {
  .category-v9-grid {
    grid-template-columns: minmax(275px, .75fr) minmax(320px, .82fr) minmax(340px, 1fr) !important;
    min-height: 665px !important;
    column-gap: 34px !important;
  }
  .category-v9-copy .category-lead { max-width: 375px !important; padding-bottom: 48px !important; font-size: 18px !important; }
  .category-v9-copy h2 { font-size: clamp(54px, 5.25vw, 72px) !important; }
  .category-v9-image { min-height: 665px !important; }
  .category-v9-image::before { top: -18px !important; right: -24px !important; bottom: -18px !important; left: -24px !important; }
  .category-v9-image img { width: min(144%, 650px) !important; transform: translateX(-4%) !important; }
  .category-v9 .category-notes p, .category-v9 .category-notes p:last-child { grid-template-columns: 1fr !important; gap: 7px !important; font-size: 15px !important; }
}

@media (max-width: 720px) {
  .category-v9-grid { grid-template-columns: 1fr !important; grid-template-rows: none !important; min-height: 0 !important; gap: 32px !important; }
  .category-v9-copy { display: block !important; }
  .category-v9-copy h2, .category-v9-copy .category-lead, .category-v9-image, .category-v9 .category-notes { grid-column: auto !important; grid-row: auto !important; }
  .category-v9-copy h2 { max-width: 100% !important; font-size: clamp(49px, 12.4vw, 67px) !important; }
  .category-v9-copy .category-lead { max-width: 100% !important; padding: 0 !important; font-size: 17px !important; }
  .category-v9-image { min-height: 430px !important; }
  .category-v9-image::before { top: 0 !important; right: 5% !important; bottom: 0 !important; left: 5% !important; }
  .category-v9 .category-notes p, .category-v9 .category-notes p:last-child { grid-template-columns: minmax(105px, .4fr) 1fr !important; font-size: 14px !important; }
}
