:root {
  --md-black: #0d0f0c;
  --md-ink: #171a16;
  --md-bone: #f2f0e9;
  --md-paper: #fbfaf6;
  --md-lime: #d7ff3f;
  --md-grey: #6f756d;
  --md-line: #d8d5ca;
}

html {
  background: var(--md-paper);
}

body {
  background: var(--md-paper);
  color: var(--md-ink);
}

::selection {
  background: var(--md-lime);
  color: var(--md-black);
}

.announcement {
  background: var(--md-black);
  border: 0;
  color: #fff;
  min-height: 35px;
  padding: 0 4vw;
}

.announcement b {
  color: var(--md-lime);
  letter-spacing: .22em;
}

header {
  background: rgba(251, 250, 246, .92);
  border-bottom: 1px solid rgba(13, 15, 12, .12);
  height: 82px;
  padding: 0 4vw;
}

.brand {
  color: var(--md-black);
  font-size: 21px;
  gap: 11px;
  letter-spacing: .18em;
}

.brand-logo {
  border-radius: 8px;
  height: 39px;
  width: 39px;
}

header nav {
  gap: 24px;
}

header nav button,
.desktop-nav-link {
  color: #424840;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.cart-btn {
  background: var(--md-black)!important;
  border: 1px solid var(--md-black)!important;
  border-radius: 0!important;
  color: #fff!important;
  padding: 12px 16px!important;
}

.cart-btn b {
  background: var(--md-lime)!important;
  color: var(--md-black);
}

.nav-count {
  background: #e8e6de;
  color: var(--md-black);
}

.hero {
  background: var(--md-black);
  gap: 0;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  min-height: 740px;
  overflow: hidden;
  padding: 0;
}

.hero::after,
.hero-ambient {
  display: none;
}

.hero-copy {
  align-self: stretch;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px max(5vw, 45px);
}

.hero .eyebrow {
  color: var(--md-lime);
}

.hero h1 {
  color: #fff;
  font-size: clamp(62px, 6.5vw, 104px);
  letter-spacing: -.055em;
  line-height: .88;
  margin: 28px 0 30px;
  max-width: 760px;
}

.hero h1 em {
  color: #d9d6cc;
  font-weight: 400;
}

.hero p {
  color: #b7bcb4;
  font-size: 16px;
  line-height: 1.75;
  max-width: 530px;
}

.hero-actions {
  margin-top: 34px;
}

.hero-actions .primary {
  background: var(--md-lime);
  border: 1px solid var(--md-lime);
  border-radius: 0;
  color: var(--md-black);
  min-width: 235px;
}

.hero-actions .text-cta {
  color: #fff;
}

.hero-notes {
  border-top-color: #ffffff26;
  margin-top: auto;
  padding-top: 28px;
}

.hero-notes span {
  color: #aeb4ac;
}

.hero-notes b {
  color: var(--md-lime);
}

.hero-stage {
  align-self: stretch;
  height: 740px;
  padding: 26px 26px 26px 0;
  width: 100%;
}

.hero-showcase {
  height: 100%;
  max-width: none;
  width: 100%;
}

.hero-showcase::before {
  background: var(--md-lime);
  inset: 18px -18px -18px 18px;
}

.hero-showcase > img {
  filter: saturate(.92) contrast(1.03);
  object-position: center;
}

.hero-index {
  background: var(--md-lime);
  border: 0;
  border-radius: 0;
  color: var(--md-black);
}

.hero-product-card {
  background: rgba(13, 15, 12, .88);
  border: 1px solid #ffffff25;
  border-radius: 0;
  box-shadow: 0 20px 55px #0005;
  color: #fff;
}

.hero-product-card small,
.hero-product-card i {
  color: var(--md-lime);
}

.hero-product-card > span {
  color: #c9cec7;
}

.hero-carousel-controls > button,
.hero-carousel-controls > div {
  background: rgba(13, 15, 12, .8);
  border-color: #ffffff2b;
  border-radius: 0;
  color: #fff;
}

.hero-carousel-controls > div button.active {
  background: var(--md-lime);
}

.trust-ribbon {
  background: var(--md-lime);
  color: var(--md-black);
  padding: 0 4vw;
}

.trust-ribbon > div {
  border-right-color: #0d0f0c30;
  padding-left: 38px;
}

.trust-ribbon > div > span {
  color: var(--md-black);
  font: 800 12px Manrope, sans-serif;
}

.trust-ribbon b {
  font: 700 14px Manrope, sans-serif;
  text-transform: uppercase;
}

.trust-ribbon small {
  color: #3f443b;
}

.maddrip-intro {
  align-items: end;
  background: var(--md-paper);
  display: grid;
  gap: clamp(28px, 6vw, 100px);
  grid-template-columns: 1.15fr 1fr auto;
  padding: 120px max(5vw, 40px);
}

.maddrip-intro h2,
.movement-banner h2 {
  font: 400 clamp(48px, 6vw, 88px)/.94 Georgia, serif;
  letter-spacing: -.055em;
  margin: 17px 0 0;
}

.maddrip-intro h2 em,
.movement-banner h2 em {
  color: #757b73;
}

.maddrip-intro > p {
  color: var(--md-grey);
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  max-width: 530px;
}

.maddrip-intro > a {
  border-bottom: 1px solid var(--md-black);
  color: var(--md-black);
  font-size: 12px;
  font-weight: 800;
  padding-bottom: 8px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.maddrip-categories {
  background: var(--md-black);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  padding: 1px;
}

.maddrip-categories article {
  background: #161915;
  color: #fff;
  cursor: pointer;
  height: min(64vw, 720px);
  max-height: 720px;
  min-height: 510px;
  overflow: hidden;
  position: relative;
}

.maddrip-categories article::after {
  background: linear-gradient(180deg, #0000 45%, #000c 100%);
  content: '';
  inset: 0;
  position: absolute;
}

.maddrip-categories article > span {
  background: var(--md-lime);
  color: var(--md-black);
  font-size: 9px;
  font-weight: 800;
  left: 20px;
  letter-spacing: .14em;
  padding: 8px 10px;
  position: absolute;
  top: 20px;
  z-index: 2;
}

.maddrip-categories img {
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2,.8,.2,1);
  width: 100%;
}

.maddrip-categories article:hover img {
  transform: scale(1.035);
}

.maddrip-categories article > div {
  bottom: 28px;
  left: 28px;
  position: absolute;
  right: 28px;
  z-index: 2;
}

.maddrip-categories h3 {
  font: 400 clamp(28px, 3vw, 46px)/1 Georgia, serif;
  margin: 0 0 18px;
}

.maddrip-categories button {
  background: none;
  border: 0;
  color: var(--md-lime);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  padding: 0;
  text-transform: uppercase;
}

.home-catalogue,
.compact-section {
  background: var(--md-paper);
}

.section {
  max-width: none;
  padding-left: max(5vw, 35px);
  padding-right: max(5vw, 35px);
}

.section .eyebrow,
.maddrip-intro .eyebrow {
  color: #5b6259;
}

.section h2,
.narrow > h1 {
  color: var(--md-black);
  font-size: clamp(42px, 5vw, 72px);
}

.home-catalogue .section-head {
  border-bottom-color: var(--md-black);
}

.category-chips button {
  border-color: #bdbbb3;
  border-radius: 0;
}

.category-chips button.active,
.category-chips button:hover {
  background: var(--md-black);
  border-color: var(--md-black);
  color: var(--md-lime);
}

.catalogue-tools {
  border-bottom-color: #bdbbb3;
}

.grid {
  grid-template-columns: repeat(4, 1fr);
}

.card:nth-child(even) {
  margin-top: 0;
}

.image-wrap,
.image {
  background: #e7e4dc;
}

.image {
  height: auto;
  aspect-ratio: 4 / 5;
}

.card-body {
  border-bottom-color: var(--md-black);
}

.card-body h3 {
  color: var(--md-black);
  font: 500 17px/1.3 Manrope, sans-serif;
}

.card-body p,
.category-label {
  color: #5b6259;
}

.add {
  background: var(--md-black);
  border: 1px solid var(--md-black);
  border-radius: 0;
  color: var(--md-lime);
}

.wish {
  border-radius: 0;
}

.sale-badge {
  background: var(--md-lime);
  border-radius: 0;
  color: var(--md-black);
}

.movement-banner {
  align-items: flex-start;
  background: linear-gradient(90deg, rgba(13, 15, 12, .9) 0%, rgba(13, 15, 12, .64) 42%, rgba(13, 15, 12, .05) 74%), url('maddrip-campaign.jpg') center / cover no-repeat;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 700px;
  padding: 110px max(6vw, 42px);
  text-align: left;
}

.movement-banner > span {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .2em;
}

.movement-banner h2 {
  margin: 25px 0;
  max-width: 680px;
}

.movement-banner h2 em {
  color: var(--md-lime);
}

.movement-banner p {
  line-height: 1.7;
  margin: 0 0 28px;
  max-width: 570px;
}

.movement-banner a {
  border-bottom: 1px solid var(--md-lime);
  color: var(--md-lime);
  font-size: 11px;
  font-weight: 900;
  padding-bottom: 7px;
  text-decoration: none;
  text-transform: uppercase;
}

.product-page,
.narrow {
  background: var(--md-paper);
}

.product-image {
  background: #e7e4dc;
}

.product-info .price {
  color: var(--md-black);
}

.primary {
  background: var(--md-black);
  border-radius: 0;
}

.product-info .primary,
.cart-layout .primary,
.checkout-submit {
  background: var(--md-black);
  color: var(--md-lime);
}

.variant-picker select,
.checkout-layout .checkout-card input,
.checkout-layout .checkout-card textarea,
.checkout-layout .checkout-card select {
  border-radius: 0;
}

.checkout-card-head > span,
.checkout-section-title > span,
.checkout-layout .checkout-summary {
  background: var(--md-black);
}

.checkout-card-head > span,
.checkout-section-title > span,
.summary-heading span,
.checkout-summary .grand b,
.summary-assurance span {
  color: var(--md-lime);
}

.checkout-coupon {
  border-left-color: var(--md-lime);
}

.site-footer {
  background: var(--md-black);
  border-top: 1px solid #ffffff18;
  min-height: 230px;
  padding: 55px max(5vw, 35px);
}

.site-footer > div b {
  color: var(--md-lime);
  font: 800 24px Manrope, sans-serif;
  letter-spacing: .2em;
}

.site-footer > div span {
  color: #fff;
  font: italic 18px Georgia, serif;
}

.site-footer nav a:hover {
  color: var(--md-lime);
}

.whatsapp-float {
  background: var(--md-lime);
  border: 1px solid var(--md-black);
  border-radius: 0;
  color: var(--md-black);
  letter-spacing: .04em;
}

.toast {
  background: var(--md-black);
  border-left: 4px solid var(--md-lime);
}

@media (max-width: 1050px) {
  .hero {
    grid-template-columns: .85fr 1.15fr;
  }

  .hero-copy {
    padding-left: 38px;
    padding-right: 30px;
  }

  .hero h1 {
    font-size: clamp(56px, 7vw, 76px);
  }

  .maddrip-intro {
    align-items: start;
    grid-template-columns: 1fr 1fr;
  }

  .maddrip-intro > a {
    justify-self: start;
  }
}

@media (max-width: 800px) {
  .desktop-nav-link {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .hero-copy {
    min-height: 590px;
    padding: 70px 28px 42px;
  }

  .hero-stage {
    height: 650px;
    padding: 0 18px 36px;
  }

  .hero-showcase::before {
    inset: 12px -10px -12px 10px;
  }

  .maddrip-intro {
    grid-template-columns: 1fr;
    padding: 85px 28px;
  }

  .maddrip-categories {
    grid-template-columns: 1fr;
  }

  .maddrip-categories article {
    height: 620px;
    min-height: 0;
  }

  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .announcement {
    justify-content: center;
  }

  .announcement span {
    display: none;
  }

  header {
    height: 68px;
    padding: 0 14px;
  }

  .brand {
    font-size: 15px;
    letter-spacing: .12em;
  }

  .brand-logo {
    height: 34px;
    width: 34px;
  }

  header nav > button:first-child {
    display: none;
  }

  .hero-copy {
    min-height: 520px;
    padding: 60px 20px 34px;
  }

  .hero h1 {
    font-size: clamp(48px, 15vw, 68px);
  }

  .hero-notes {
    gap: 12px;
    grid-template-columns: 1fr;
  }

  .hero-stage,
  .hero-showcase {
    height: 520px;
  }

  .hero-stage {
    padding: 0 12px 28px;
  }

  .hero-product-card {
    min-width: calc(100% - 32px);
  }

  .trust-ribbon {
    padding: 0 20px;
  }

  .trust-ribbon > div,
  .trust-ribbon > div:first-child {
    border-bottom-color: #0d0f0c2c;
    padding: 17px 0;
  }

  .maddrip-intro {
    padding: 70px 20px;
  }

  .maddrip-intro h2,
  .movement-banner h2 {
    font-size: 48px;
  }

  .maddrip-categories article {
    height: 520px;
  }

  .maddrip-categories article > div {
    bottom: 22px;
    left: 20px;
    right: 20px;
  }

  .section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid {
    gap: 12px;
  }

  .image {
    height: auto;
  }

  .card-body h3 {
    font-size: 13px;
  }

  .movement-banner {
    background-position: 66% center;
    padding: 80px 20px;
  }

  .site-footer {
    padding: 45px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .maddrip-categories img {
    transition: none;
  }
}
