/* TKO Luxe inner pages and refined desktop merchandising */
@media (min-width: 801px) {
  .hero {
    display: block;
    min-height: 620px;
    height: calc(100svh - 106px);
    max-height: 900px;
    isolation: isolate;
  }

  .hero-copy {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: grid;
    grid-template-rows: auto 1fr auto;
    align-items: start;
    padding: clamp(42px, 6vh, 68px) clamp(28px, 4vw, 64px) clamp(34px, 5vh, 58px);
    background: transparent;
    color: var(--ink);
  }

  .hero-copy > p { margin: 0; }
  .hero h1 { align-self: center; font-size: clamp(86px, 9.2vw, 148px); line-height: .76; max-width: 62%; }
  .hero-copy .text-link { align-self: end; width: max-content; margin-top: 0; }
  .hero-image { position: absolute; inset: 0; height: 100%; background: #fff; }
  .hero-image picture { display: block; width: 100%; height: 100%; }
  .hero-image img { object-fit: cover; object-position: center; mix-blend-mode: normal; }
  .hero-note { z-index: 3; color: var(--ink); text-shadow: none; }
}

.look-card .look-media {
  display: block;
  border: 0;
  background: #f3efec;
  padding: 0;
  width: 100%;
  aspect-ratio: 3 / 4.3;
  overflow: hidden;
  position: relative;
}

.hero-image picture { display: block; width: 100%; height: 100%; }

.look-card .look-media:hover img { transform: scale(1.035); }
.look-card .look-media > span {
  position: absolute;
  top: 14px;
  left: 14px;
  color: #fff;
  font: 10px var(--mono);
}

.look-card > div > div { display: grid; gap: 5px; }
.product-price { margin: 0; color: rgba(20,47,47,.65); font: 8px var(--mono); letter-spacing: .05em; }

.internal-header { position: relative; }
.page-hero {
  min-height: 650px;
  padding: 95px 28px 55px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 8vw;
  align-items: end;
  border-bottom: 1px solid var(--line);
}

.page-hero h1,
.product-detail h1,
.editorial-copy h2,
.contact-panel h1,
.journal-story h1 {
  margin: 0;
  font: 400 clamp(76px, 10vw, 154px)/.76 var(--serif);
  letter-spacing: -.08em;
}

.page-hero > p { max-width: 430px; margin: 0 0 12px; font-size: 14px; line-height: 1.9; }
.page-hero-house { padding: 0; align-items: stretch; }
.page-hero-house > div { padding: 90px 28px 55px; align-self: end; }
.page-hero-house figure { margin: 0; min-height: 720px; overflow: hidden; }
.page-hero-house img { width: 100%; height: 100%; object-fit: cover; }

.catalogue { padding: 110px 28px 150px; }
.catalogue-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; margin-bottom: 70px; }
.catalogue-heading .eyebrow { grid-column: 1 / -1; }
.catalogue-heading h2 { margin: 0; font: 400 clamp(72px, 9vw, 136px)/.8 var(--serif); letter-spacing: -.075em; }
.catalogue-heading > span { margin-bottom: 10px; font: 9px var(--mono); }
.catalogue-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 75px 14px; }
.catalogue-card { min-width: 0; }
.catalogue-image { position: relative; overflow: hidden; background: #f3efec; }
.catalogue-image > img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform .55s ease; }
.catalogue-image > span { position: absolute; top: 14px; left: 14px; font: 9px var(--mono); }
.catalogue-card:hover .catalogue-image > img { transform: scale(1.015); }
.catalogue-card > div { display: grid; grid-template-columns: 1fr auto; gap: 6px 20px; padding-top: 14px; }
.catalogue-card h3 { margin: 0; font: 500 10px var(--mono); }
.catalogue-card .product-price { grid-column: 1; }
.catalogue-card > div > p:last-child { grid-column: 2; grid-row: 1 / 3; margin: 0; font: 9px var(--mono); }

.product-detail { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(390px, .85fr); min-height: 780px; }
.product-detail > figure { margin: 0; min-height: 780px; overflow: hidden; background: #f3efec; }
.product-detail > figure img { width: 100%; height: 100%; object-fit: cover; }
.product-detail > div { padding: clamp(65px, 8vw, 125px) clamp(34px, 6vw, 95px); align-self: center; }
.product-detail h1 { font-size: clamp(70px, 8vw, 126px); }
.product-intro { max-width: 510px; margin: 55px 0 42px; font-size: 14px; line-height: 1.9; }
.product-spec { margin: 0 0 42px; border-top: 1px solid var(--line); }
.product-spec > div { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.product-spec dt { font: 9px var(--mono); }
.product-spec dd { margin: 0; font-size: 12px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 45px; min-width: 255px; padding: 17px 18px; font: 9px var(--mono); letter-spacing: .05em; }
.button-dark { background: var(--ink); color: #fff; }
.button span { font-size: 16px; }
.back-link { display: block; width: max-content; margin-top: 28px; font: 9px var(--mono); }

.editorial-copy { padding: 135px 28px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 10vw; align-items: end; }
.editorial-copy > .eyebrow { grid-column: 1 / -1; }
.editorial-copy h2 { font-size: clamp(72px, 8.7vw, 135px); }
.editorial-copy > div { display: grid; gap: 24px; }
.editorial-copy > div p { margin: 0; font-size: 14px; line-height: 1.9; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); padding: 0 28px 120px; }
.values article { min-height: 360px; padding: 25px 28px 40px 0; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.values article + article { padding-left: 28px; }
.values article:last-child { border-right: 0; }
.values span { font: 9px var(--mono); }
.values h3 { margin: auto 0 30px; font: 400 clamp(46px, 5vw, 75px)/.85 var(--serif); letter-spacing: -.06em; }
.values p { max-width: 300px; margin: 0; line-height: 1.8; }

.page-hero > figure { margin: -95px 0 -55px; min-height: 650px; overflow: hidden; }
.page-hero > figure img { width: 100%; height: 100%; object-fit: cover; }
.atelier-feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; background: var(--green); color: #fff; }
.atelier-feature figure { margin: 0; overflow: hidden; }
.atelier-feature img { width: 100%; height: 100%; object-fit: cover; }
.atelier-feature > div { padding: 9vw 7vw; align-self: center; }
.atelier-feature h2 { margin: 0; font: 400 clamp(70px, 8vw, 126px)/.78 var(--serif); letter-spacing: -.075em; }
.atelier-feature > div > p:last-child { max-width: 430px; margin: 70px 0 0; font-size: 14px; line-height: 1.9; }
.atelier-steps { padding: 125px 28px 145px; }
.atelier-steps article { display: grid; grid-template-columns: 80px 1fr 1fr; gap: 30px; align-items: center; min-height: 170px; border-top: 1px solid var(--line); }
.atelier-steps article span { font: 9px var(--mono); }
.atelier-steps article h2 { margin: 0; font: 400 clamp(48px, 5.5vw, 82px)/.85 var(--serif); letter-spacing: -.06em; }
.atelier-steps article p { max-width: 390px; margin: 0; line-height: 1.8; }

.journal-list { padding: 120px 28px 150px; display: grid; gap: 1px; background: rgba(20,47,47,.22); }
.journal-list > article { min-height: 430px; padding: 52px; background: #fff; display: grid; grid-template-columns: 90px 1.2fr .8fr; gap: 35px; align-items: center; }
.journal-list > article > span { align-self: start; font: 9px var(--mono); }
.journal-list > article h2 { margin: 0; font: 400 clamp(55px, 6vw, 92px)/.82 var(--serif); letter-spacing: -.065em; }
.journal-list > article > p { max-width: 410px; margin: 0; font-size: 14px; line-height: 1.85; }
.journal-list > article .text-link { grid-column: 3; margin-top: -80px; }
.journal-story { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 560px; background: #fff; }
.journal-story:nth-child(even) { grid-template-columns: 1.1fr .9fr; }
.journal-story:nth-child(even) figure { order: 2; }
.journal-story figure { margin: 0; overflow: hidden; }
.journal-story img { width: 100%; height: 100%; object-fit: cover; }
.journal-story > div { padding: 65px; align-self: center; }
.journal-story h1 { font-size: clamp(58px, 6.5vw, 96px); }
.journal-story p:not(.eyebrow) { max-width: 430px; margin: 40px 0 0; font-size: 14px; line-height: 1.85; }

.contact-panel { min-height: 720px; padding: 105px 28px 120px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 10vw; align-items: end; }
.contact-panel h1 { margin-top: 25px; }
.contact-details { display: grid; gap: 42px; padding-bottom: 12px; }
.contact-details article { border-top: 1px solid var(--line); padding-top: 15px; }
.contact-details h2 { margin: 0 0 13px; font: 9px var(--mono); letter-spacing: .07em; }
.contact-details p { margin: 0; font-size: 14px; line-height: 1.8; }
.contact-details a { text-decoration: underline; text-underline-offset: 4px; }
.contact-page { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; }
.contact-page > div { padding: clamp(75px, 9vw, 135px) clamp(34px, 7vw, 110px); align-self: center; }
.contact-page h1 { margin: 0; font: 400 clamp(72px, 8.5vw, 132px)/.76 var(--serif); letter-spacing: -.08em; }
.contact-page > div > p:not(.eyebrow) { max-width: 470px; margin: 55px 0; font-size: 14px; line-height: 1.9; }
.contact-page dl { margin: 0; border-top: 1px solid var(--line); }
.contact-page dl > div { display: grid; grid-template-columns: 170px 1fr; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.contact-page dt { font: 9px var(--mono); }
.contact-page dd { margin: 0; }
.contact-page figure { margin: 0; overflow: hidden; }
.contact-page figure img { width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 800px) {
  .hero-copy { display: block; background: transparent; }
  .look-card > div { gap: 18px; }
  .page-hero { min-height: 560px; padding: 85px 15px 40px; display: block; }
  .page-hero h1, .contact-panel h1 { font-size: 21vw; }
  .page-hero > p { margin-top: 75px; font-size: 13px; }
  .page-hero-house { padding: 0; }
  .page-hero-house > div { padding: 75px 15px 55px; }
  .page-hero-house figure { min-height: 118vw; }
  .page-hero > figure { margin: 55px 0 -40px; min-height: 115vw; }
  .catalogue { padding: 85px 15px 105px; }
  .catalogue-heading { margin-bottom: 50px; }
  .catalogue-heading h2 { font-size: 21vw; }
  .catalogue-grid { grid-template-columns: 1fr; gap: 58px; }
  .catalogue-card > div { gap: 7px 15px; }
  .product-detail { grid-template-columns: 1fr; }
  .product-detail > figure { min-height: 125vw; }
  .product-detail > div { padding: 75px 15px 95px; }
  .product-detail h1 { font-size: 21vw; }
  .product-intro { margin: 45px 0 34px; font-size: 13px; }
  .product-spec > div { grid-template-columns: 95px 1fr; }
  .button { width: 100%; }
  .editorial-copy { padding: 90px 15px; display: block; }
  .editorial-copy h2 { font-size: 20vw; margin: 28px 0 70px; }
  .editorial-copy > div p { font-size: 13px; }
  .values { grid-template-columns: 1fr; padding: 0 15px 85px; }
  .values article, .values article + article { min-height: 285px; padding: 20px 0 30px; border-right: 0; border-bottom: 1px solid var(--line); }
  .values h3 { font-size: 17vw; }
  .atelier-feature { grid-template-columns: 1fr; }
  .atelier-feature figure { min-height: 120vw; }
  .atelier-feature > div { padding: 80px 15px 95px; }
  .atelier-feature h2 { font-size: 20vw; }
  .atelier-feature > div > p:last-child { margin-top: 60px; font-size: 13px; }
  .atelier-steps { padding: 85px 15px 100px; }
  .atelier-steps article { grid-template-columns: 42px 1fr; gap: 15px; padding: 30px 0; }
  .atelier-steps article h2 { font-size: 15vw; }
  .atelier-steps article p { grid-column: 2; }
  .journal-list { padding: 80px 15px 100px; }
  .journal-list > article { min-height: 0; padding: 45px 18px 60px; grid-template-columns: 1fr; gap: 32px; }
  .journal-list > article h2 { font-size: 17vw; }
  .journal-list > article > p { font-size: 13px; }
  .journal-list > article .text-link { grid-column: 1; margin-top: 15px; }
  .journal-story, .journal-story:nth-child(even) { grid-template-columns: 1fr; }
  .journal-story:nth-child(even) figure { order: 0; }
  .journal-story figure { min-height: 110vw; }
  .journal-story > div { padding: 55px 18px 70px; }
  .journal-story h1 { font-size: 18vw; }
  .contact-panel { min-height: 0; padding: 85px 15px 100px; grid-template-columns: 1fr; gap: 90px; }
  .contact-page { grid-template-columns: 1fr; }
  .contact-page > div { padding: 80px 15px 95px; }
  .contact-page h1 { font-size: 20vw; }
  .contact-page > div > p:not(.eyebrow) { font-size: 13px; }
  .contact-page dl > div { grid-template-columns: 135px 1fr; }
  .contact-page figure { min-height: 120vw; }
}

/* Shopping utilities */
.commerce-actions { display: flex; align-items: center; gap: 13px; }
.commerce-actions button { position: relative; width: 25px; height: 30px; padding: 4px; border: 0; background: transparent; color: var(--ink); cursor: pointer; }
.commerce-actions svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.commerce-actions button > span { position: absolute; right: -4px; top: -1px; min-width: 14px; height: 14px; padding: 1px 3px; border-radius: 8px; background: var(--pink); color: var(--ink); font: 7px/12px var(--mono); text-align: center; }
.panel-open { overflow: hidden; }
.utility-scrim { position: fixed; z-index: 39; inset: 0; background: rgba(8,27,25,.55); opacity: 0; pointer-events: none; transition: opacity .3s; }
.utility-scrim.open { opacity: 1; pointer-events: auto; }
.utility-panel { position: fixed; z-index: 40; top: 0; right: 0; width: min(470px,100vw); height: 100svh; padding: 27px; background: #f7f3ee; color: var(--ink); transform: translateX(100%); transition: transform .35s ease; display: flex; flex-direction: column; }
.utility-panel.open { transform: translateX(0); }
.search-panel { width: min(570px,100vw); }
.utility-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.utility-head p { margin: 0; font: 9px var(--mono); letter-spacing: .08em; }
.utility-head button { border: 0; background: transparent; color: inherit; padding: 0; font: 28px/1 var(--sans); cursor: pointer; }
.search-input { width: 100%; border: 0; border-bottom: 1px solid var(--ink); background: transparent; padding: 32px 0 17px; outline: 0; font: 400 clamp(24px,3vw,40px)/1 var(--serif); }
.search-input::placeholder { color: rgba(20,47,47,.45); }
.utility-list { flex: 1; overflow-y: auto; margin-top: 23px; }
.utility-item { display: grid; grid-template-columns: 1fr auto; gap: 14px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.utility-item > a,.search-result { display: grid; grid-template-columns: 70px 1fr auto; gap: 15px; align-items: center; }
.utility-item img,.search-result img { width: 70px; height: 88px; object-fit: cover; background: #fff; }
.utility-item span,.search-result span { display: grid; gap: 7px; }
.utility-item strong,.search-result strong { font: 500 10px var(--mono); text-transform: uppercase; }
.utility-item small,.search-result small { font: 9px var(--mono); color: rgba(20,47,47,.65); }
.utility-item > button { align-self: center; border: 0; background: transparent; font-size: 20px; cursor: pointer; }
.search-result { padding: 10px 0; border-bottom: 1px solid var(--line); }
.search-result i { font-style: normal; font-size: 18px; }
.empty-state { margin: 40px 0; font: 10px/1.7 var(--mono); color: rgba(20,47,47,.65); }
.cart-summary { border-top: 1px solid var(--ink); padding-top: 20px; }
.cart-summary > div { display: flex; justify-content: space-between; margin-bottom: 22px; font: 10px var(--mono); }
.cart-summary strong { font-weight: 500; }
.cart-summary .button { width: 100%; }
.button-outline { border: 1px solid var(--ink); background: transparent; color: var(--ink); }
.product-actions { display: grid; gap: 10px; max-width: 320px; }

/* A warmer, gallery-led visual language for the inner pages */
.inner-page { background: #f3efe9; }
.inner-page .internal-header { background: rgba(250,248,244,.94); }
.inner-page .page-hero { min-height: 570px; margin: 24px; padding: 88px 55px 55px; border: 0; background: #e9ded5; overflow: hidden; }
.inner-page .page-hero h1 { font-size: clamp(74px,8.8vw,135px); }
.inner-page .page-hero-collection { background: linear-gradient(135deg,#ecd5da 0%,#f4eee8 52%,#d9e1dc 100%); }
.inner-page .catalogue { padding: 105px 28px 180px; }
.inner-page .catalogue-grid { grid-template-columns: repeat(3,1fr); gap: 78px 18px; align-items: start; }
.inner-page .catalogue-card:nth-child(3n+2) { transform: translateY(42px); }
.inner-page .catalogue-image { background: #fff; }
.inner-page .catalogue-image > span { padding: 6px 8px; background: rgba(255,255,255,.82); }
.inner-page .catalogue-card > div:last-child { padding: 15px 3px 0; }
.inner-page .product-detail { min-height: 0; padding: 28px; gap: 28px; grid-template-columns: minmax(0,1.05fr) minmax(410px,.95fr); background: #f3efe9; }
.inner-page .product-detail > figure { min-height: 760px; border-radius: 2px; background: #fff; }
.inner-page .product-detail > div { align-self: stretch; padding: clamp(55px,6vw,90px); background: #fbfaf7; display: flex; flex-direction: column; justify-content: center; }
.inner-page .product-detail h1 { font-size: clamp(68px,7vw,112px); }
.inner-page .product-actions .button { width: 100%; }
.inner-page .page-hero-house { grid-template-columns: .95fr 1.05fr; padding: 0; background: #dce4df; }
.inner-page .page-hero-house > div { padding: 80px 55px 55px; }
.inner-page .page-hero-house figure { min-height: 570px; }
.inner-page .editorial-copy { background: #fbfaf7; margin: 0 24px; padding: 120px 55px; }
.inner-page .values { margin: 0 24px 80px; padding: 0 28px 80px; background: #fbfaf7; }
.inner-page .atelier-feature,.inner-page .journal-list,.inner-page .contact-page { margin: 24px; }
.inner-page .atelier-feature { background: #243f3b; }
.inner-page .atelier-steps { margin: 0 24px 80px; background: #fbfaf7; padding-inline: 55px; }
.inner-page .journal-list { padding: 1px; }
.inner-page .journal-list > article { background: #fbfaf7; }
.inner-page .contact-page { min-height: 690px; gap: 0; background: #fbfaf7; }
.inner-page .contact-page figure { margin: 18px; }
.footer-wordmark { line-height: .88; overflow: visible; padding: .12em 0 .05em; }

@media (max-width: 800px) {
  .commerce-actions { gap: 7px; margin-left: auto; }
  .commerce-actions button { width: 23px; }
  .header-actions { gap: 10px; }
  .menu-button i { display: none; }
  .utility-panel { padding: 22px 17px; }
  .inner-page .page-hero { min-height: 520px; margin: 10px; padding: 70px 18px 38px; }
  .inner-page .page-hero h1 { font-size: 20vw; }
  .inner-page .page-hero-house { padding: 0; }
  .inner-page .page-hero-house > div { padding: 65px 18px 45px; }
  .inner-page .page-hero-house figure { min-height: 110vw; margin: 0; }
  .inner-page .catalogue { padding: 80px 15px 110px; }
  .inner-page .catalogue-grid { grid-template-columns: 1fr; gap: 58px; }
  .inner-page .catalogue-card:nth-child(3n+2) { transform: none; }
  .inner-page .product-detail { padding: 10px; gap: 10px; grid-template-columns: 1fr; }
  .inner-page .product-detail > figure { min-height: 125vw; }
  .inner-page .product-detail > div { padding: 65px 18px 80px; }
  .inner-page .editorial-copy,.inner-page .values,.inner-page .atelier-feature,.inner-page .journal-list,.inner-page .contact-page,.inner-page .atelier-steps { margin-left: 10px; margin-right: 10px; }
  .inner-page .editorial-copy { padding: 80px 18px; }
  .inner-page .values { padding: 0 18px 65px; }
  .inner-page .atelier-steps { padding-left: 18px; padding-right: 18px; }
  .inner-page .contact-page figure { margin: 0; }
  .footer-wordmark { line-height: .95; padding-top: .16em; }
}

/* 2026 first-theme refinement */
.commerce-actions button > span { background: var(--ink); color: #fff; }
.hero-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.hero-actions .button { min-width: 220px; }
.hero-image { background: #fbfaf7; }
.hero-slideshow { position: relative; width: 100%; height: 100%; overflow: hidden; background: #fbfaf7; }
.hero-slide { position: absolute; inset: 7% 11% 0; z-index: 0; display: block; width: 78%; height: 93%; object-fit: contain !important; object-position: center bottom !important; opacity: 0; transform: translateY(28px) scale(.98); mix-blend-mode: normal !important; transition: opacity .7s ease, transform .7s ease; }
.hero-slide.is-active { z-index: 2; opacity: 1; transform: translateY(0) scale(1); }
.hero-slide.is-leaving { z-index: 1; opacity: 0; transform: translateY(-18px) scale(1.015); }
.hero-mobile-media { display: none; }

.collection-hero-visual { margin: 0 !important; min-height: 460px !important; background: rgba(255,255,255,.72); display: flex; align-items: end; justify-content: center; }
.collection-hero-visual img { width: 100%; height: 100%; object-fit: contain !important; object-position: center bottom !important; }
.inner-page .page-hero-collection { grid-template-columns: 1fr .78fr; grid-template-rows: 1fr auto; grid-template-areas: "copy visual" "copy note"; align-items: end; background: linear-gradient(135deg,#e7d4cf 0%,#f5f0e8 56%,#d7e0d9 100%); }
.page-hero-collection > div { grid-area: copy; align-self: end; }
.page-hero-collection > p { grid-area: note; align-self: end; }
.catalogue-card--new .catalogue-image,.catalogue-card[data-new-collection] .catalogue-image { box-shadow: inset 0 0 0 1px rgba(23,74,70,.32); }

.shop-hero,.lookbook-hero { margin: 24px; min-height: 600px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: stretch; background: #e8ded6; overflow: hidden; }
.shop-hero > div,.lookbook-hero > div { align-self: end; padding: 88px 55px 58px; }
.shop-hero h1,.lookbook-hero h1 { margin: 0; font: 400 clamp(78px,9vw,142px)/.76 var(--serif); letter-spacing: -.08em; }
.shop-hero > div > p:last-child,.lookbook-hero > div > p:last-child { max-width: 370px; margin: 65px 0 0; font-size: 14px; line-height: 1.9; }
.shop-hero > figure,.lookbook-hero > figure { margin: 0; min-height: 600px; background: #fbfaf7; overflow: hidden; display: flex; align-items: end; justify-content: center; }
.shop-hero > figure img,.lookbook-hero > figure img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }
.shop-catalogue { padding: 110px 28px 160px; }
.shop-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 70px; }
.shop-heading h2 { margin: 0; font: 400 clamp(72px,9vw,136px)/.8 var(--serif); letter-spacing: -.075em; }
.shop-heading > span { font: 9px var(--mono); margin-bottom: 10px; }
.shop-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 66px 18px; }
.shop-card { min-width: 0; }
.shop-image { position: relative; overflow: hidden; background: #fff; }
.shop-image img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform .55s ease; }
.shop-image > span { position: absolute; top: 14px; left: 14px; padding: 6px 8px; background: rgba(255,255,255,.82); font: 9px var(--mono); }
.shop-card:hover .shop-image img { transform: scale(1.015); }
.shop-card--new .shop-image { box-shadow: inset 0 0 0 1px rgba(23,74,70,.32); }
.shop-card-meta { display: flex; justify-content: space-between; align-items: start; gap: 15px; padding: 15px 3px 0; }
.shop-card-meta > div { display: grid; gap: 6px; }
.shop-card-meta h3 { margin: 0; font: 500 10px var(--mono); letter-spacing: .04em; }
.shop-card-meta p { margin: 0; font: 9px var(--mono); }
.shop-card-meta .shop-year { color: rgba(20,47,47,.58); font-size: 8px; }
.shop-card-meta .product-price { color: rgba(20,47,47,.72); }
.shop-card-meta > p:last-child { white-space: nowrap; }
.shop-card-meta > p span { font-size: 16px; vertical-align: -2px; }
.shop-pagination { display: flex; align-items: center; justify-content: center; gap: 28px; margin-top: 80px; border-top: 1px solid var(--line); padding-top: 24px; }
.shop-page-button { border: 0; background: transparent; color: var(--ink); padding: 8px 0; font: 9px var(--mono); letter-spacing: .06em; cursor: pointer; }
.shop-page-button:disabled { opacity: .28; cursor: default; }
.shop-page-status { font: 10px var(--mono); letter-spacing: .08em; }

.lookbook-hero { grid-template-columns: .95fr 1.05fr; background: #d9e1dc; }
.lookbook-stories { padding: 120px 28px 30px; background: #f3efe9; }
.lookbook-story { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 630px; margin-bottom: 24px; background: #fbfaf7; }
.lookbook-story--reverse { grid-template-columns: 1.1fr .9fr; }
.lookbook-story--reverse figure { order: 2; }
.lookbook-story figure { margin: 0; min-height: 630px; overflow: hidden; background: #fff; }
.lookbook-story figure img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.lookbook-story:hover figure img { transform: scale(1.02); }
.lookbook-story > div { align-self: center; padding: 70px clamp(35px,7vw,110px); }
.lookbook-story h2 { margin: 0; font: 400 clamp(70px,8vw,125px)/.78 var(--serif); letter-spacing: -.075em; }
.lookbook-story > div > p:not(.eyebrow) { max-width: 390px; margin: 65px 0 0; font-size: 14px; line-height: 1.9; }
.lookbook-story .text-link { margin-top: 50px; }
.lookbook-cta { margin: 0 28px 120px; padding: 100px 55px; background: var(--pink); }
.lookbook-cta h2 { margin: 0 0 50px; font: 400 clamp(70px,8vw,124px)/.78 var(--serif); letter-spacing: -.075em; }

.house-gallery { margin: 0 24px 80px; padding: 105px 55px 120px; background: #fbfaf7; }
.house-gallery-intro { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 70px; }
.house-gallery-intro h2 { margin: 0; font: 400 clamp(70px,8vw,124px)/.78 var(--serif); letter-spacing: -.075em; }
.house-gallery-intro > p { max-width: 310px; margin: 0 0 8px; font-size: 13px; line-height: 1.85; }
.house-gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 14px; align-items: end; }
.house-gallery-grid figure { margin: 0; overflow: hidden; background: #f3efec; }
.house-gallery-grid figure:first-child { min-height: 620px; }
.house-gallery-grid figure:not(:first-child) { min-height: 480px; }
.house-gallery-grid img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.house-gallery-grid figure:hover img { transform: scale(1.025); }
.atelier-gallery { margin: 0 24px 80px; padding: 105px 55px 120px; background: #dce4df; }
.atelier-gallery > h2 { margin: 0 0 65px; font: 400 clamp(70px,8vw,124px)/.78 var(--serif); letter-spacing: -.075em; }
.atelier-gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.atelier-gallery-grid figure { margin: 0; min-height: 580px; overflow: hidden; background: #fff; }
.atelier-gallery-grid img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.atelier-gallery-grid figure:hover img { transform: scale(1.025); }

.journal-list { gap: 18px; background: transparent; }
.journal-card { min-height: 0 !important; padding: 0 !important; display: grid !important; grid-template-columns: .9fr 1.1fr !important; align-items: stretch !important; overflow: hidden; }
.journal-card:nth-child(even) { grid-template-columns: 1.1fr .9fr !important; }
.journal-card:nth-child(even) figure { order: 2; }
.journal-card figure { margin: 0; min-height: 430px; overflow: hidden; background: #fff; }
.journal-card figure img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.journal-card:hover figure img { transform: scale(1.025); }
.journal-card > div { padding: 55px clamp(30px,6vw,85px); align-self: center; }
.journal-card > div > span { display: block; margin-bottom: 27px; font: 9px var(--mono); }
.journal-card h2 { margin: 0; font: 400 clamp(55px,6vw,92px)/.82 var(--serif) !important; letter-spacing: -.065em; }
.journal-card > div > p { max-width: 400px; margin: 38px 0 0 !important; font-size: 14px !important; line-height: 1.85 !important; }
.journal-card .text-link { margin-top: 38px !important; }

@media (min-width: 801px) {
  .hero-copy { align-self: stretch; height: 100%; }
  .hero-copy h1 { position: absolute; left: clamp(28px, 4vw, 64px); bottom: clamp(135px, 17vh, 185px); align-self: auto; transform: none; }
  .hero-copy .hero-actions { position: absolute; left: clamp(28px, 4vw, 64px); bottom: clamp(45px, 8vh, 80px); align-self: auto; margin-top: 0; }
  .look-card > div { flex-direction: column; align-items: center; text-align: center; gap: 8px; }
  .look-card > div > div { justify-items: center; text-align: center; }
  .look-card > div > a { text-align: center; }
}

@media (max-width: 800px) {
  .hero-slideshow { display: none; }
  .hero-mobile-media { display: block !important; width: 100%; height: 100%; }
  .hero-mobile-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 52% top; mix-blend-mode: multiply; }
  .hero-copy h1 { transform: none; }
  .hero-copy .hero-actions { display: grid; gap: 8px; width: min(295px,100%); margin-top: 28px; }
  .hero-actions .button { min-width: 0; width: 100%; }
  .inner-page .page-hero-collection { display: block; }
  .collection-hero-visual { min-height: 110vw !important; margin: 48px -18px -20px !important; }
  .page-hero-collection > p { margin-top: 60px; }
  .shop-hero,.lookbook-hero { margin: 10px; min-height: 0; display: block; }
  .shop-hero > div,.lookbook-hero > div { padding: 70px 18px 50px; }
  .shop-hero h1,.lookbook-hero h1 { font-size: 20vw; }
  .shop-hero > div > p:last-child,.lookbook-hero > div > p:last-child { margin-top: 55px; font-size: 13px; }
  .shop-hero > figure,.lookbook-hero > figure { min-height: 112vw; }
  .shop-catalogue { padding: 80px 15px 110px; }
  .shop-heading { margin-bottom: 50px; }
  .shop-heading h2 { font-size: 21vw; }
  .shop-grid { grid-template-columns: 1fr; gap: 58px; }
  .shop-pagination { margin-top: 60px; }
  .lookbook-stories { padding: 80px 10px 10px; }
  .lookbook-story,.lookbook-story--reverse { display: block; min-height: 0; margin-bottom: 10px; }
  .lookbook-story--reverse figure { order: 0; }
  .lookbook-story figure { min-height: 115vw; }
  .lookbook-story > div { padding: 65px 18px 75px; }
  .lookbook-story h2 { font-size: 19vw; }
  .lookbook-story > div > p:not(.eyebrow) { margin-top: 55px; font-size: 13px; }
  .lookbook-cta { margin: 0 10px 80px; padding: 75px 18px; }
  .lookbook-cta h2 { font-size: 19vw; margin-bottom: 40px; }
  .house-gallery,.atelier-gallery { margin: 0 10px 55px; padding: 75px 18px 80px; }
  .house-gallery-intro { display: block; margin-bottom: 45px; }
  .house-gallery-intro h2,.atelier-gallery > h2 { font-size: 19vw; }
  .house-gallery-intro > p { margin-top: 40px; font-size: 13px; }
  .house-gallery-grid,.atelier-gallery-grid { grid-template-columns: 1fr; gap: 10px; }
  .house-gallery-grid figure:first-child,.house-gallery-grid figure:not(:first-child),.atelier-gallery-grid figure { min-height: 115vw; }
  .atelier-gallery > h2 { margin-bottom: 45px; }
  .journal-list { padding: 70px 10px 90px; gap: 10px; }
  .journal-card,.journal-card:nth-child(even) { display: block !important; }
  .journal-card:nth-child(even) figure { order: 0; }
  .journal-card figure { min-height: 105vw; }
  .journal-card > div { padding: 45px 18px 60px; }
  .journal-card h2 { font-size: 17vw !important; }
  .journal-card > div > p { font-size: 13px !important; }
}

/* Shop catalogue anatomy: the Lanre-style toolbar and product grid, translated into TKO Luxe. */
.shop-page { background: #fff; }
.shop-page-intro { min-height: 420px; display: grid; align-content: center; padding: 65px 28px; background: #eadfd6; }
.shop-page-intro h1 { margin: 10px 0 18px; font: 400 clamp(80px, 13vw, 190px)/.72 var(--serif); letter-spacing: -.08em; }
.shop-page-intro > p:last-child { max-width: 52ch; margin: 0; font-size: 13px; line-height: 1.8; }
.shop-toolbar { min-height: 76px; padding: 20px 28px 14px; display: grid; grid-template-columns: auto 1fr auto; align-items: end; gap: 30px; border-bottom: 1px solid rgba(20,47,47,.14); background: #fff; scroll-margin-top: 110px; }
.shop-toolbar-title { display: flex; align-items: flex-start; }
.shop-toolbar-title h2 { margin: 0; font: 400 27px/1 var(--serif); letter-spacing: -.06em; }
.shop-toolbar-title sup { margin-left: 6px; font: 8px var(--mono); letter-spacing: .04em; }
.shop-toolbar-actions { display: flex; align-items: center; justify-self: end; gap: 30px; }
.filter-trigger { border: 0; background: transparent; color: var(--green); padding: 5px 0; font: 9px var(--mono); letter-spacing: .05em; cursor: pointer; }
.filter-trigger span { margin-left: 5px; font-size: 14px; }
.sort-control { display: flex; align-items: center; gap: 6px; font: 8px var(--mono); letter-spacing: .04em; }
.sort-control select { border: 0; background: transparent; color: var(--ink); font: inherit; text-transform: uppercase; outline: 0; }
.shop-filter-list { grid-column: 1 / -1; display: none; grid-template-columns: repeat(4, minmax(120px, 1fr)); gap: 24px; align-items: center; padding-top: 18px; }
.shop-filter-list.open { display: grid; }
.shop-filter-list label { display: grid; gap: 5px; font: 8px var(--mono); letter-spacing: .05em; }
.shop-filter-list select { width: 100%; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; background: transparent; color: var(--ink); min-width: 96px; padding: 4px 18px 5px 0; font: 9px var(--mono); text-transform: uppercase; outline: 0; }
.shop-catalogue { padding-top: 10px; background: #fff; }
.shop-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; padding: 10px 28px 90px; }
.shop-product-card { min-width: 0; text-align: left; scroll-margin-top: 110px; }
.shop-product-card > a { display: block; color: inherit; }
.shop-product-image { position: relative; aspect-ratio: 3 / 4.5; overflow: hidden; background: linear-gradient(135deg, #fff, #f0ecee); }
.shop-product-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: opacity .45s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.shop-product-card:hover .shop-product-image img,.shop-product-card:focus-within .shop-product-image img { transform: scale(1.018); }
.shop-product-heart { position: absolute; top: 10px; right: 12px; color: var(--green); font: 27px/1 Arial, sans-serif; }
.shop-product-index { position: absolute; top: 12px; left: 12px; color: rgba(20,47,47,.76); font: 8px var(--mono); }
.shop-product-meta { display: grid; grid-template-columns: 1fr auto; gap: 3px 15px; padding: 10px 1px 0; color: var(--ink); font: 9px/1.35 var(--mono); text-transform: uppercase; }
.shop-product-meta span:first-child { min-width: 0; }
.shop-product-meta span:nth-child(2) { text-align: right; }
.shop-product-meta small { grid-column: 1 / -1; color: rgba(20,47,47,.56); font: 8px var(--mono); letter-spacing: .04em; }
.shop-product-card--new .shop-product-image { box-shadow: inset 0 0 0 1px rgba(23,74,70,.35); }
.shop-pagination { display: flex; align-items: center; justify-content: center; gap: 4px; padding: 8px 28px 90px; border-top: 0; background: #fff; }
.shop-pagination button { min-width: 38px; height: 38px; border: 1px solid rgba(20,47,47,.25); background: #fff; color: var(--ink); font: 10px/1 var(--mono); cursor: pointer; }
.shop-pagination button:hover,.shop-pagination button:focus-visible,.shop-pagination button.active { background: var(--green); color: #fff; border-color: var(--green); }
.shop-pagination button:disabled { opacity: .28; cursor: not-allowed; background: #fff; color: var(--ink); }
.shop-empty-results { min-height: 45vh; padding: 80px 28px; text-align: center; font: 11px/1.7 var(--mono); }

@media (min-width: 801px) {
  /* Align the hero callout with the red guide in the supplied desktop reference. */
  .hero-copy h1 { bottom: clamp(210px, 27vh, 280px); }
  .hero-copy .hero-actions { bottom: clamp(112px, 14vh, 150px); }
  .hero-side-rail { position: absolute; z-index: 3; top: 13%; right: clamp(28px, 4vw, 64px); display: grid; justify-items: center; gap: 15px; color: var(--ink); }
  .hero-side-rail::before { content: ""; display: block; width: 1px; height: 114px; background: currentColor; opacity: .6; }
  .hero-side-rail p { margin: 0; writing-mode: vertical-rl; transform: rotate(180deg); font: 8px/1.4 var(--mono); letter-spacing: .12em; text-align: center; }
  .hero-side-rail span { font: 9px var(--mono); letter-spacing: .1em; }
  .inner-page .page-hero-atelier { min-height: 430px; padding-top: 58px; padding-bottom: 48px; align-items: center; }
  .page-hero-atelier > div,.page-hero-atelier > p { align-self: center; }
}

@media (max-width: 800px) {
  .shop-page-intro { min-height: 315px; padding: 78px 15px 50px; }
  .shop-page-intro h1 { font-size: 24vw; }
  .shop-page-intro > p:last-child { font-size: 13px; }
  .shop-toolbar { min-height: 70px; padding: 18px 15px 12px; grid-template-columns: 1fr auto; gap: 14px; }
  .shop-toolbar-title h2 { font-size: 25px; }
  .shop-toolbar-actions { gap: 16px; }
  .shop-filter-list { grid-column: 1 / -1; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding-top: 12px; }
  .shop-filter-list select { min-width: 0; }
  .shop-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 8px; padding: 8px 8px 70px; }
  .shop-product-meta { display: block; padding-inline: 2px; }
  .shop-product-meta span,.shop-product-meta small { display: block; text-align: left !important; margin-bottom: 3px; }
  .shop-pagination { padding: 0 8px 70px; }
  .shop-pagination button { min-width: 34px; height: 34px; }
  .inner-page .page-hero-atelier { min-height: 430px; padding-top: 58px; }
  .hero-side-rail { display: none; }
}
