.brands-page { overflow-x: clip; background: #f8f6f2; font-family: "Microsoft New Tai Lue", Arial, sans-serif; }
.brands-page .nav-bar nav a.active { color: #7d6554; }

.brands-hero { width: 100%; aspect-ratio: 1920 / 403; overflow: hidden; background: #617f53; }
.brands-hero img { width: 100%; height: 100%; object-fit: cover; }

.breadcrumb { min-height: 106px; display: flex; align-items: center; gap: 13px; color: #6f6861; font-size: .75rem; }
.breadcrumb a { width: 22px; height: 22px; display: grid; place-items: center; color: #b9bab7; transition: color .2s ease; }
.breadcrumb a:hover { color: #7c6858; }
.breadcrumb svg { width: 17px; height: 17px; fill: currentColor; }

.orma-intro { display: grid; grid-template-columns: 710px 844px; gap: 126px; align-items: start; padding-top: 3px; }
.orma-intro-copy { padding-top: 100px; }
.orma-intro h1 { margin-bottom: 37px; color: #37312d; font-size: 1.75rem; line-height: 1.45; font-weight: 600; }
.orma-intro p, .orma-feature p, .brand-life p { margin-bottom: 0; color: #5e5852; font-size: .9375rem; line-height: 1.8; }
.orma-collage { display: grid; grid-template-columns: 413px 412px; grid-template-rows: 344px 345px; gap: 25px 19px; }
.orma-collage img { width: 100%; height: 100%; object-fit: cover; border-radius: 22px; }
.orma-collage .orma-detail { grid-row: 1 / 3; }

.orma-feature { display: grid; grid-template-columns: 802px 1fr; gap: 112px; align-items: center; padding-top: 78px; padding-bottom: 82px; }
.orma-feature > img { width: 100%; aspect-ratio: 802 / 733; object-fit: cover; }
.orma-feature-copy { padding-right: 70px; }
.orma-feature h2 { margin: 0 0 6px; font-size: 2.25rem; line-height: 1.2; font-weight: 500; }
.orma-feature strong { display: block; margin-bottom: 28px; color: #746255; font-size: 1.25rem; line-height: 1.35; font-weight: 500; }

.brand-story { position: relative; width: 100%; aspect-ratio: 1920 / 864; overflow: hidden; background: #bdb6ae; }
.story-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transform: scale(1.025); transition: opacity .8s ease, visibility .8s ease, transform 6s ease; }
.story-slide.active { opacity: 1; visibility: visible; transform: scale(1); }
.story-slide img { width: 100%; height: 100%; object-fit: cover; }
.story-panel { position: absolute; z-index: 2; top: 12.3%; left: 46.1%; width: 47.7%; height: 74.8%; display: grid; grid-template-rows: 1fr auto; padding: clamp(42px, 4.2vw, 82px) clamp(44px, 4.6vw, 88px) clamp(32px, 3.5vw, 68px); border-radius: 24px; background: rgb(250 249 246 / 88%); box-shadow: 0 16px 48px rgb(44 34 27 / 8%); backdrop-filter: blur(13px); }
.story-copy h2 { max-width: 760px; margin-bottom: 25px; color: #181716; font-size: clamp(1.75rem, 2.05vw, 2.5rem); line-height: 1.2; font-weight: 400; }
.story-copy p { max-width: 750px; margin: 0; color: #554f49; font-size: clamp(.8125rem, .82vw, 1rem); line-height: 1.85; }
.story-controls { display: flex; align-items: center; justify-content: space-between; }
.story-arrows { display: flex; align-items: center; gap: 28px; }
.story-arrows button { width: 30px; height: 38px; display: grid; place-items: center; padding: 0; border: 0; background: transparent; color: #241f1b; font: 300 2.25rem/1 Georgia, serif; transition: color .2s ease, transform .2s ease; }
.story-arrows button:hover, .story-arrows button:focus-visible { color: #8b6750; transform: translateX(var(--arrow-shift, 0)); outline: 0; }
.story-arrows button:first-child { --arrow-shift: -4px; }
.story-arrows button:last-child { --arrow-shift: 4px; }
.story-count { display: flex; align-items: baseline; gap: 8px; color: #4e392b; font-family: Georgia, "Times New Roman", serif; }
.story-count strong { font-size: clamp(2rem, 2.5vw, 3rem); line-height: 1; font-style: italic; font-weight: 400; }
.story-count span { color: #171513; font-size: 1rem; font-style: italic; }
.story-changing .story-copy { animation: story-copy-next .58s cubic-bezier(.22,.75,.3,1) both; }
.brand-story[data-direction="previous"].story-changing .story-copy { animation-name: story-copy-previous; }
@keyframes story-copy-next { from { opacity: 0; transform: translateX(34px); } to { opacity: 1; transform: translateX(0); } }
@keyframes story-copy-previous { from { opacity: 0; transform: translateX(-34px); } to { opacity: 1; transform: translateX(0); } }

.brand-life { display: grid; grid-template-columns: 603px minmax(0, 913px); gap: 164px; padding-top: 142px; padding-bottom: 128px; }
.brand-life-label { display: block; margin-bottom: 20px; color: #72665c; font-size: .8125rem; letter-spacing: .02em; }
.brand-life h2 { margin-bottom: 94px; font-size: 2.25rem; line-height: 1.35; font-weight: 400; }
.brand-life-left > img { width: 597px; aspect-ratio: 597 / 782; object-fit: cover; }
.brand-life-left > p { width: 100%; margin-top: 24px; }
.brand-life-right { min-width: 0; padding-top: 7px; }
.friends-photo { width: 737px; aspect-ratio: 737 / 793; object-fit: cover; }
.brand-life-right > p { width: 737px; margin-top: 24px; }
.brand-life-products { display: grid; grid-template-columns: repeat(2, minmax(0, 403px)); gap: 107px; width: 100%; margin-top: 63px; }
.brand-life-products article { min-width: 0; }
.brand-life-products img { width: 100%; max-width: 403px; aspect-ratio: 1; object-fit: cover; }
.brand-life-products p { margin-top: 21px; }

@media (max-width: 1750px) {
  .orma-intro { grid-template-columns: minmax(0, .84fr) minmax(620px, 1fr); gap: 7%; }
  .orma-collage { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; }
  .orma-feature { grid-template-columns: 48% 1fr; gap: 7%; }
  .brand-life { grid-template-columns: 42% 1fr; gap: 7%; }
  .brand-life-left > img, .brand-life-left > p, .friends-photo, .brand-life-right > p { width: 100%; }
  .brand-life-products { grid-template-columns: 1fr 1fr; gap: 8%; }
  .brand-life-products img { width: 100%; }
}

@media (max-width: 1100px) {
  .brands-hero { min-height: 330px; }
  .orma-intro { grid-template-columns: 1fr; }
  .orma-intro-copy { padding-top: 30px; max-width: 780px; }
  .orma-collage { width: min(100%, 844px); margin-inline: auto; }
  .orma-feature-copy { padding-right: 0; }
  .brand-life { padding-top: 90px; }
  .brand-life h2 { margin-bottom: 55px; font-size: 2rem; }
  .brand-life-products { gap: 22px; margin-top: 45px; }
  .story-panel { left: 42%; width: 55%; padding: 35px 40px; }
  .story-copy h2 { font-size: 1.75rem; }
  .story-copy p { font-size: .8125rem; line-height: 1.65; }
}

@media (max-width: 760px) {
  .brands-hero { aspect-ratio: auto; height: 62vw; min-height: 260px; }
  .brands-hero img { object-position: center; }
  .breadcrumb { min-height: 78px; }
  .orma-intro h1 { font-size: 1.55rem; }
  .orma-intro p, .orma-feature p, .brand-life p { font-size: .875rem; }
  .orma-collage { grid-template-columns: 1fr 1fr; gap: 10px; }
  .orma-collage img { border-radius: 12px; }
  .orma-feature { grid-template-columns: 1fr; padding-top: 55px; }
  .orma-feature h2 { font-size: 2rem; }
  .brand-story { min-height: 600px; aspect-ratio: auto; }
  .story-slide img { object-position: 42% center; }
  .story-panel { top: auto; right: 18px; bottom: 24px; left: 18px; width: auto; height: auto; min-height: 56%; padding: 30px 25px 24px; border-radius: 18px; }
  .story-copy h2 { margin-bottom: 16px; font-size: 1.5rem; }
  .story-copy p { font-size: .8125rem; line-height: 1.55; }
  .story-controls { margin-top: 24px; }
  .brand-life { grid-template-columns: 1fr; gap: 60px; padding-block: 65px; }
  .brand-life h2 { margin-bottom: 42px; font-size: 1.75rem; }
  .brand-life-right { padding-top: 0; }
}

@media (max-width: 460px) {
  .brands-hero { height: 72vw; }
  .orma-collage { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .orma-collage img, .orma-collage .orma-detail { flex: 0 0 82%; height: 112vw; scroll-snap-align: center; }
  .brand-life-products { grid-template-columns: 1fr; }
  .brand-story { min-height: 670px; }
}

@media (prefers-reduced-motion: reduce) {
  .story-slide { transition: none; transform: none; }
  .story-changing .story-copy { animation: none; }
}
