.hero {
  min-height: 100svh;
  background:
    linear-gradient(90deg, #161310d9 0%, #17141182 42%, #17141122 76%),
    url("../images/home-hero.jpg") center/cover;
  color: #fff;
  display: flex;
  align-items: center;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #0003, transparent 28%, #0003);
  pointer-events: none;
}
.guide-line {
  position: absolute;
  z-index: 2;
  background: #ffffff24;
}
.guide-line-left {
  left: 12.7vw;
  top: 0;
  width: 1px;
  height: 100%;
}
.guide-line-right {
  right: 9vw;
  top: 0;
  width: 1px;
  height: 100%;
}
.hero-content {
  position: relative;
  z-index: 3;
  margin-left: 14vw;
  margin-top: 6vh;
  max-width: 920px;
}
.hero h1 {
  font: 600 clamp(66px, 5.3vw, 102px) / 0.88 var(--serif);
  letter-spacing: -0.035em;
  margin: 0 0 30px;
}
.hero h1 em {
  font-style: italic;
  color: #d0aa72;
}
.hero h2 {
  font-size: 23px;
  letter-spacing: 0.14em;
  margin: 0 0 12px;
}
.hero-description {
  font-size: 14px;
  color: #ddd;
  line-height: 2;
}
.scroll-cue {
  position: absolute;
  z-index: 4;
  left: 5vw;
  bottom: 7vh;
  width: 50px;
  height: 80px;
}
.scroll-cue:before {
  content: "";
  position: absolute;
  left: 24px;
  top: 0;
  width: 1px;
  height: 62px;
  background: #fff;
}
.scroll-cue span:before,
.scroll-cue span:after {
  content: "";
  position: absolute;
  bottom: 17px;
  width: 1px;
  height: 22px;
  background: #fff;
}
.scroll-cue span:before {
  left: 16px;
  transform: rotate(-40deg);
}
.scroll-cue span:after {
  left: 32px;
  transform: rotate(40deg);
}
.about {
  background: #efe9df;
  color: #29231e;
  display: grid;
  grid-template-columns: 12.7vw 14vw 27vw 1fr;
  grid-template-rows: 1fr;
  align-items: center;
  min-height: calc(100svh - var(--header-h));
}
.about:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(130deg, #fff3, transparent 42%),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent calc(12.7vw - 1px),
      #705b4330 12.7vw,
      #705b4330 calc(12.7vw + 1px)
    );
  pointer-events: none;
}
.about-crop {
  background-image: url("../images/home-about.jpg");
  background-size: cover;
  position: absolute;
}
.about-crop-left {
  left: 0;
  top: 12%;
  width: 12.7vw;
  height: 60%;
  background-position: left center;
}
.about-crop-bottom {
  left: 14.2vw;
  bottom: 9%;
  width: 12.6vw;
  height: 46%;
  background-position: 7% center;
}
.about-content {
  grid-column: 3;
  padding: 4vw 2.5vw 3vw 1vw;
  z-index: 2;
}
.about-content h2,
.category-heading h2,
.partner-heading h2,
.featured-heading h2 {
  font: 600 clamp(48px, 4vw, 78px) / 0.9 var(--serif);
  margin: 0 0 30px;
  letter-spacing: -0.03em;
}
.about-content h3 {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 22px;
}
.about-content p {
  font-size: 13px;
  color: #625950;
}
.about-image {
  grid-column: 4;
  align-self: stretch;
  margin: 8vh 0 7vh;
  overflow: hidden;
  z-index: 2;
  box-shadow: -25px 28px 70px #483b2b20;
}
.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 63% center;
}
.decor-line {
  position: absolute;
  background: #9e7d5030;
}
.line-a {
  left: 29.5vw;
  top: 0;
  width: 1px;
  height: 100%;
}
.line-b {
  left: 0;
  right: 0;
  bottom: 9%;
  height: 1px;
}
.categories {
  min-height: calc(100svh - var(--header-h));
  background: #1e1915;
  color: #fff;
  padding: 9vh 13.5vw 6vh;
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  grid-template-rows: auto 1fr;
  gap: 2vh 7vw;
}
.category-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #171411ed, #17141180),
    url("../images/home-hero.jpg") center/cover fixed;
  filter: saturate(0.65);
}
.category-bg:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      transparent 12.7vw,
      #ffffff20 12.7vw,
      #ffffff20 calc(12.7vw + 1px),
      transparent calc(12.7vw + 1px)
    ),
    linear-gradient(
      180deg,
      transparent 28%,
      #ffffff17 28%,
      #ffffff17 calc(28% + 1px),
      transparent calc(28% + 1px)
    );
}
.category-heading,
.category-intro,
.category-stage {
  position: relative;
  z-index: 2;
}
.category-heading {
  grid-column: 1;
}
.category-intro {
  grid-column: 2;
  align-self: center;
  max-width: 600px;
  font-size: 13px;
  color: #ccc;
}
.category-stage {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 16px;
  min-height: 0;
}
.category-card {
  position: relative;
  overflow: hidden;
  min-height: 48vh;
  border: 1px solid #ffffff26;
}
.category-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, #090807e8);
}
.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.65s ease,
    filter 0.65s;
}
.category-card:not(.active) img {
  filter: grayscale(0.5) brightness(0.65);
}
.category-card:hover img {
  transform: scale(1.045);
  filter: none;
}
.category-card > span {
  position: absolute;
  z-index: 2;
  right: 18px;
  top: 15px;
  font: 600 13px var(--serif);
  color: var(--gold);
}
.category-card > div {
  position: absolute;
  z-index: 2;
  left: 28px;
  right: 24px;
  bottom: 25px;
}
.category-card small {
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--gold);
}
.category-card h3 {
  font: 600 24px var(--serif);
  margin: 3px 0;
}
.category-card p {
  font-size: 12px;
  margin: 0;
  color: #bbb;
}
.partners {
  min-height: calc(100svh - var(--header-h));
  background:
    linear-gradient(#11100ed9, #11100ed9),
    url("../images/home-partner-bg.jpg") center/cover;
  color: #fff;
  padding: 9vh 13.5vw 5vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.partner-lines {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      transparent 12.7vw,
      #ffffff24 12.7vw,
      #ffffff24 calc(12.7vw + 1px),
      transparent calc(12.7vw + 1px)
    ),
    linear-gradient(
      135deg,
      transparent 29.9%,
      #ffffff17 30%,
      transparent 30.1%
    ),
    linear-gradient(
      180deg,
      transparent 63%,
      #ffffff1b 63%,
      #ffffff1b calc(63% + 1px),
      transparent calc(63% + 1px)
    );
}
.partner-heading {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.partner-heading > p {
  max-width: 430px;
  font-size: 13px;
  color: #ccc;
}
.partner-panel {
  position: relative;
  z-index: 2;
  background: #f4f1eb;
  margin-top: 2vh;
  padding: 24px 35px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  box-shadow: 0 30px 70px #0005;
}
.partner-panel a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #b9aa9550;
  color: #342b24;
  padding: 5px 25px;
}
.partner-panel a:last-child {
  border: 0;
}
.partner-panel img {
  height: 92px;
  max-width: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.partner-panel span {
  font-size: 12px;
  margin-top: 8px;
}
.partner-values {
  position: relative;
  z-index: 2;
  margin-top: 4vh;
  display: flex;
  justify-content: center;
  gap: 11vw;
  font: 600 13px var(--serif);
  letter-spacing: 0.15em;
  color: #b8a996;
}
.partner-values b {
  font: 500 13px var(--sans);
  color: #fff;
  letter-spacing: 0.1em;
}
.featured {
  min-height: calc(100svh - var(--header-h));
  background: #eae4da;
  color: #29231e;
  padding: 8vh 13.5vw 5vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  gap: 2vh 5vw;
}
.featured:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      135deg,
      transparent 11%,
      #9a7a4e26 11.1%,
      transparent 11.2%
    ),
    linear-gradient(
      90deg,
      transparent 12.7vw,
      #9a7a4e35 12.7vw,
      #9a7a4e35 calc(12.7vw + 1px),
      transparent calc(12.7vw + 1px)
    ),
    linear-gradient(
      180deg,
      transparent 42%,
      #9a7a4e25 42%,
      #9a7a4e25 calc(42% + 1px),
      transparent calc(42% + 1px)
    );
}
.featured-heading,
.featured-copy,
.product-showcase {
  position: relative;
  z-index: 2;
}
.featured-copy {
  align-self: center;
  max-width: 560px;
  color: #6b625a;
  font-size: 13px;
}
.product-showcase {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 165px 1.25fr 0.95fr 110px;
  gap: 2.2vw;
  align-items: center;
  min-height: 0;
}
.product-tabs {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-tabs button {
  border: 0;
  border-bottom: 1px solid #8f7c6345;
  background: none;
  text-align: left;
  padding: 15px 8px;
  color: #84786c;
  cursor: pointer;
}
.product-tabs button.active {
  color: #2b241f;
  font-weight: 600;
  border-color: var(--gold);
}
.product-visual {
  height: 49vh;
  min-height: 340px;
  background: #f6f3ee;
  overflow: hidden;
  box-shadow: 0 25px 60px #4b3d2c22;
}
.product-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}
.product-visual img.switching {
  opacity: 0;
  transform: scale(0.985);
}
.product-detail small {
  color: #9a7441;
  letter-spacing: 0.15em;
}
.product-detail h3 {
  font: 600 clamp(30px, 2.3vw, 46px) var(--serif);
  margin: 6px 0 18px;
}
.product-detail p {
  font-size: 13px;
  color: #6a6058;
}
.product-detail dl {
  display: grid;
  grid-template-columns: 90px 1fr;
  font-size: 12px;
  margin-top: 24px;
}
.product-detail dt,
.product-detail dd {
  border-bottom: 1px solid #9d8c7540;
  padding: 7px 0;
}
.product-detail dd {
  margin: 0;
}
.product-number {
  align-self: end;
  text-align: right;
}
.product-number b {
  font: 600 70px var(--serif);
  color: #9a7441;
}
.product-number span {
  font: 500 12px var(--serif);
}
@media (max-width: 1100px) {
  .about {
    grid-template-columns: 8vw 15vw 31vw 1fr;
  }
  .about-crop-left {
    width: 8vw;
  }
  .about-content {
    padding-right: 1vw;
  }
  .categories,
  .partners,
  .featured {
    padding-left: 9vw;
    padding-right: 9vw;
  }
  .product-showcase {
    grid-template-columns: 130px 1.1fr 0.9fr 80px;
  }
}
@media (max-width: 900px) {
  .hero {
    min-height: 100svh;
    background-position: 62% center;
  }
  .hero-content {
    margin: 80px 25px 0;
  }
  .hero h1 {
    font-size: clamp(48px, 13vw, 72px);
  }
  .hero h2 {
    font-size: 17px;
  }
  .hero-description br {
    display: none;
  }
  .guide-line-left {
    left: 24px;
  }
  .guide-line-right {
    right: 24px;
  }
  .scroll-cue {
    left: 12px;
  }
  .section-index {
    display: none;
  }
  .about,
  .categories,
  .featured {
    display: block;
    padding: 78px 24px;
  }
  .about {
    min-height: auto;
  }
  .about-crop {
    display: none;
  }
  .about-content {
    padding: 0;
  }
  .about-content h2,
  .category-heading h2,
  .partner-heading h2,
  .featured-heading h2 {
    font-size: 52px;
  }
  .about-image {
    height: 48vh;
    margin: 38px 0 0;
  }
  .categories {
    min-height: auto;
  }
  .category-bg {
    background-attachment: scroll;
  }
  .category-intro {
    margin: 22px 0 30px;
  }
  .category-stage {
    display: block;
  }
  .category-card {
    display: block;
    min-height: 310px;
    margin-bottom: 15px;
  }
  .partners {
    min-height: auto;
    padding: 78px 24px;
  }
  .partner-heading {
    display: block;
  }
  .partner-panel {
    grid-template-columns: 1fr;
    padding: 16px 24px;
  }
  .partner-panel a {
    border-right: 0;
    border-bottom: 1px solid #b9aa9550;
    padding: 14px;
  }
  .partner-values {
    gap: 9vw;
  }
  .featured {
    min-height: auto;
  }
  .featured-copy {
    margin: 20px 0 32px;
  }
  .product-showcase {
    display: block;
  }
  .product-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 18px;
  }
  .product-tabs button {
    text-align: center;
  }
  .product-visual {
    height: 50vh;
    min-height: 300px;
  }
  .product-detail {
    padding: 30px 0;
  }
  .product-number {
    text-align: left;
  }
  .product-number b {
    font-size: 54px;
  }
}
@media (max-width: 520px) {
  .hero h1 {
    font-size: 47px;
  }
  .hero-description {
    font-size: 12px;
  }
  .partner-values {
    justify-content: space-between;
    gap: 0;
  }
  .featured,
  .about,
  .categories,
  .partners {
    padding-left: 20px;
    padding-right: 20px;
  }
  .product-visual {
    height: 380px;
  }
}

/* Desktop typography calibrated for a native 1920px-wide viewport. */
@media (min-width: 1200px) {
  .section-tag {
    font-size: 15px;
  }
  .hero h2 {
    font-size: 27px;
  }
  .hero-description {
    font-size: 17px;
    line-height: 2;
  }
  .about-content h3 {
    font-size: 21px;
  }
  .about-content p {
    font-size: 16px;
    line-height: 2;
  }
  .line-link {
    font-size: 16px;
  }
  .category-intro {
    font-size: 16px;
    line-height: 2;
  }
  .category-card small {
    font-size: 13px;
  }
  .category-card h3 {
    font-size: 24px;
  }
  .category-card p {
    font-size: 15px;
  }
  .partner-heading > p {
    font-size: 16px;
    line-height: 2;
  }
  .partner-panel span {
    font-size: 15px;
  }
  .partner-values {
    font-size: 16px;
  }
  .partner-values b {
    font-size: 15px;
  }
  .featured-copy {
    font-size: 16px;
    line-height: 2;
  }
  .product-tabs button {
    font-size: 16px;
  }
  .product-detail small {
    font-size: 14px;
  }
  .product-detail p {
    font-size: 16px;
    line-height: 1.95;
  }
  .product-detail dl {
    font-size: 15px;
  }
}

.partner-panel {
  padding-top: 30px;
  padding-bottom: 30px;
}
.partner-panel img {
  height: 150px;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 900px) {
  .partner-panel img {
    height: 110px;
  }
}
@media (max-width: 900px) {
  .category-card h3 {
    font-size: 25px;
  }
}
.partner-note {
  position: relative;
  z-index: 2;
  margin-top: 3.2vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  border-top: 1px solid #ffffff2b;
  padding-top: 22px;
}
.partner-note p {
  max-width: 720px;
  margin: 0;
  color: #d2cec8;
  font-size: 15px;
  line-height: 1.9;
}
.partner-note .line-link {
  margin-top: 0;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .partner-note {
    display: block;
  }
  .partner-note .line-link {
    margin-top: 18px;
  }
}
.projects .partner-panel {
  background: transparent;
  padding: 0;
  gap: 18px;
  box-shadow: none;
}
.projects .partner-panel a {
  position: relative;
  height: 300px;
  padding: 0;
  border: 1px solid #ffffff35;
  overflow: hidden;
  display: block;
}
.projects .partner-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: normal;
  transition:
    transform 0.55s ease,
    filter 0.55s ease;
}
.projects .partner-panel a:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, #100d0bd9);
}
.projects .partner-panel a:hover img {
  transform: scale(1.045);
  filter: brightness(1.08);
}
.projects .partner-panel span {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 20px;
  bottom: 20px;
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.projects .partner-panel small {
  display: block;
  margin-bottom: 3px;
  color: #d1a968;
  font-size: 11px;
  letter-spacing: 0.16em;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .projects .partner-panel a {
    height: 32vh;
    min-height: 260px;
    max-height: 350px;
  }
}
@media (max-width: 900px) {
  .projects .partner-panel a {
    height: 260px;
  }
  .projects .partner-panel img {
    height: 100%;
  }
}
.feature-line {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.featured-heading {
  grid-column: 1;
  grid-row: 1;
}
.featured-copy {
  grid-column: 2;
  grid-row: 1;
}
.product-showcase {
  grid-row: 2;
}
.product-tabs {
  max-height: 48vh;
  overflow-y: auto;
  padding-right: 12px;
  scrollbar-width: thin;
  scrollbar-color: #9a7441 #d8cec0;
}
.product-tabs button {
  flex: 0 0 auto;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.product-tabs::-webkit-scrollbar {
  width: 4px;
}
.product-tabs::-webkit-scrollbar-track {
  background: #d8cec0;
}
.product-tabs::-webkit-scrollbar-thumb {
  background: #9a7441;
}
@media (max-width: 900px) {
  .featured-heading,
  .featured-copy,
  .product-showcase {
    grid-column: auto;
    grid-row: auto;
  }
  .product-tabs {
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    justify-content: start;
  }
  .product-tabs button {
    padding-left: 16px;
    padding-right: 16px;
    white-space: nowrap;
  }
}

/* Reference-style product gallery: four equal columns with image above title. */
.featured-grid {
  position: relative;
  z-index: 2;
  grid-column: 1/-1;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 0;
}
.featured-card {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-width: 0;
  color: #2b241f;
}
.featured-card > div {
  position: relative;
  overflow: hidden;
  background: #f8f6f2;
  min-height: 0;
}
.featured-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.45s ease;
}
.featured-card:hover img {
  transform: scale(1.04);
}
@media (min-width: 901px) {
  .featured-heading h2 {
    margin-bottom: 0;
  }
  .featured-copy {
    margin: 0;
  }
}
@media (max-width: 900px) {
  .featured-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    gap: 24px 12px;
  }
}
@media (max-width: 520px) {
  .featured-grid {
    grid-template-columns: 1fr;
  }
}

/* Product cards follow the supplied catalogue reference: tall image, angled tag, centered name. */
@media (min-width: 901px) {
  .featured {
    height: auto;
    min-height: calc(100svh - var(--header-h));
    padding-top: 7vh;
    padding-bottom: 9vh;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 2.4vh 5vw;
  }
  .featured-grid {
    height: auto;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: none;
    gap: 58px 20px;
    margin-top: 2vh;
  }
  .featured-card > div {
    aspect-ratio: 330/452;
    background: #f7f5f1;
  }
}
.featured-card small {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 76px;
  padding: 7px 11px 7px 20px;
  text-align: right;
  background: #f7f5f1;
  color: #71685f;
  clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%);
}
.featured-card p {
  text-align: center;
  margin-top: 15px;
  font: 500 18px/1.5 var(--sans);
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}
.featured-card p span {
  display: none;
}
@media (max-width: 900px) {
  .featured-card > div {
    height: auto;
    aspect-ratio: 330/452;
  }
  .featured-card p {
    text-align: center;
    font-size: 16px;
  }
  .featured-card p span {
    display: none;
  }
}
@media (max-width: 900px) {
  .featured-grid.reveal {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 900px) {
  .section-tag {
    font-size: 14px;
  }
  .hero-description,
  .about-content p,
  .category-intro,
  .partner-heading > p,
  .featured-copy,
  .product-detail p {
    font-size: 15px;
  }
  .category-card p,
  .partner-panel span,
  .product-detail dl {
    font-size: 14px;
  }
}
.featured-actions {
  position: relative;
  z-index: 2;
  grid-column: 1/-1;
  display: flex;
  justify-content: center;
  margin-top: 42px;
}
.featured-actions a {
  display: inline-flex;
  align-items: center;
  gap: 54px;
  border: 1px solid #9b7443;
  padding: 10px 18px;
  color: #332b25;
  font-size: 14px;
  font-weight: 400;
  transition:
    background 0.3s,
    color 0.3s;
}
.featured-actions a span {
  color: #9b7443;
}
.featured-actions a:hover {
  background: #211b17;
  color: #fff;
}
@media (max-width: 900px) {
  .featured-actions {
    margin-top: 36px;
  }
  .featured-actions a {
    gap: 42px;
    padding: 10px 18px;
  }
}

/* Hero guide lines begin below the header instead of crossing the logo. */
.hero .guide-line {
  top: var(--header-h);
  height: calc(100% - var(--header-h));
}

/* About section uses horizontal editorial baselines like the reference layout. */
.about {
  align-items: start;
}
.about:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    transparent calc(7vh + 128px),
    #8d755638 calc(7vh + 128px),
    #8d755638 calc(7vh + 129px),
    transparent calc(7vh + 129px)
  );
  pointer-events: none;
}
.about:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 82%;
  height: 1px;
  background: #8d755638;
  pointer-events: none;
}
.about .decor-line {
  display: none;
}
.about-content {
  align-self: start;
  margin-top: 7vh;
  padding-top: 0;
}
.about-image {
  align-self: stretch;
  margin-top: 7vh;
  margin-bottom: 7vh;
}
.about-crop-left {
  top: 11%;
}
.about-crop-bottom {
  top: calc(7vh + 153px);
  bottom: calc(18% + 1px);
  height: auto;
  z-index: 2;
}
.about-crop-bottom {
  background-image: url("../images/home-hero.jpg");
  background-position: 64% center;
}
.about-content {
  padding-left: 2.25vw;
  padding-right: 3.5vw;
}
@media (max-width: 900px) {
  .about:before,
  .about:after {
    display: none;
  }
  .about-content {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .about-image {
    margin-top: 38px;
    margin-bottom: 0;
  }
}

/* Product category desktop section always fits exactly below the fixed header. */
@media (min-width: 901px) {
  .categories {
    height: calc(100svh - var(--header-h));
    min-height: 0;
    padding-top: 6.2vh;
    padding-bottom: 6.2vh;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 1.8vh 7vw;
  }
  .category-heading h2 {
    margin-bottom: 12px;
  }
  .category-stage {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    height: 100%;
    min-height: 0;
  }
  .category-card {
    width: 100%;
    height: 100%;
    min-height: 0;
  }
  .category-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (min-width: 901px) {
  .about-content,
  .about-image {
    margin-top: calc(7vh + 20px);
  }
  .about-crop-left {
    top: calc(11% + 20px);
  }
  .about-crop-bottom {
    top: calc(7vh + 173px);
  }
}
