:root {
  --al-ink: #211f1b;
  --al-muted: #6f6a61;
  --al-ivory: #f5f1e9;
  --al-paper: #fbfaf7;
  --al-sand: #ded5c7;
  --al-line: rgba(33, 31, 27, .16);
  --al-moss: #263127;
  --al-rust: #a33b24;
}

body.home {
  color: var(--al-ink);
  background: var(--al-paper);
}

body.home .main-page-wrapper {
  padding-top: 0;
  background: var(--al-paper);
}

body.home .main-page-wrapper > .container,
body.home .site-content,
body.home article.page,
body.home .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.home .page-title {
  display: none;
}

.site-logo img {
  display: none !important;
}

.site-logo .wd-logo {
  display: inline-flex !important;
  align-items: center;
  min-width: 176px;
  color: var(--al-ink) !important;
  text-decoration: none;
}

.site-logo .wd-logo::after {
  content: "ANTELUXE";
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: .18em;
  line-height: 1;
}

.whb-main-header .whb-color-dark:not(.whb-with-bg) {
  background: rgba(251, 250, 247, .94);
  border-bottom: 1px solid var(--al-line);
  backdrop-filter: blur(14px);
}

.wd-nav-main > li > a {
  font-size: 12px !important;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.copyrights-wrapper .al-footer-note {
  width: 100%;
  margin: 0;
  color: var(--al-muted);
  font-size: 11px;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}

.al-home {
  overflow: hidden;
  background: var(--al-paper);
  font-family: Arial, Helvetica, sans-serif;
}

.al-home * {
  box-sizing: border-box;
}

.al-home h1,
.al-home h2,
.al-home p,
.al-home ul,
.al-home figure {
  margin-top: 0;
}

.al-home h1,
.al-home h2,
.al-closing__line {
  color: var(--al-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.035em;
}

.al-home h2 {
  margin-bottom: 0;
  font-size: clamp(40px, 5vw, 74px);
  line-height: .98;
}

.al-home a {
  text-decoration: none;
}

.al-shell {
  width: min(1400px, calc(100% - 80px));
  margin-inline: auto;
}

.al-eyebrow,
.al-section-index,
.al-collection-card__meta {
  color: var(--al-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.al-section-index {
  white-space: nowrap;
}

.al-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: background-color .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}

.al-button:hover {
  transform: translateY(-2px);
}

.al-button--dark {
  color: #fff;
  background: var(--al-ink);
}

.al-button--dark:hover {
  color: #fff;
  background: var(--al-rust);
}

.al-button--light {
  color: var(--al-ink);
  background: var(--al-ivory);
}

.al-button--light:hover {
  color: #fff;
  border-color: #fff;
  background: transparent;
}

.al-text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  color: var(--al-ink);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.al-text-link span {
  transition: transform .25s ease;
}

.al-text-link:hover span {
  transform: translate(2px, -2px);
}

.al-hero {
  display: grid;
  grid-template-columns: minmax(390px, .78fr) minmax(520px, 1.22fr);
  min-height: min(820px, calc(100vh - 90px));
  background: var(--al-ivory);
}

.al-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(70px, 8vw, 140px) clamp(40px, 6.4vw, 120px);
}

.al-hero__copy .al-eyebrow {
  margin-bottom: 34px;
}

.al-hero h1 {
  margin-bottom: 32px;
  font-size: clamp(58px, 6.2vw, 102px);
  line-height: .9;
}

.al-hero__lede {
  max-width: 510px;
  margin-bottom: 36px;
  color: #4f4b44;
  font-size: 17px;
  line-height: 1.75;
}

.al-actions {
  display: flex;
  gap: 28px;
  align-items: center;
  flex-wrap: wrap;
}

.al-hero__notes {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin: 56px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid var(--al-line);
  list-style: none;
  color: var(--al-muted);
  font-size: 11px;
  letter-spacing: .05em;
}

.al-hero__notes li:not(:last-child)::after {
  content: "·";
  margin-inline-start: 24px;
}

.al-hero__visual {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: #d9d8d2;
}

.al-hero__main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 44%;
}

.al-hero__detail {
  position: absolute;
  bottom: 38px;
  left: -72px;
  width: clamp(170px, 15vw, 250px);
  margin: 0;
  padding: 9px;
  background: var(--al-paper);
  box-shadow: 0 18px 50px rgba(33, 31, 27, .18);
}

.al-hero__detail img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.al-hero__detail figcaption {
  padding: 10px 3px 2px;
  color: var(--al-muted);
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.al-intro {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 60px;
  padding-block: clamp(100px, 11vw, 170px);
  border-bottom: 1px solid var(--al-line);
}

.al-intro__statement {
  max-width: 980px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.1vw, 64px);
  letter-spacing: -.025em;
  line-height: 1.12;
}

.al-collections,
.al-product-edit,
.al-gift {
  padding-block: clamp(95px, 10vw, 150px);
}

.al-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 54px;
}

.al-section-heading .al-eyebrow {
  margin-bottom: 20px;
}

.al-section-note {
  max-width: 430px;
  margin-bottom: 3px;
  color: var(--al-muted);
  font-size: 14px;
  line-height: 1.7;
}

.al-collection-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 18px;
}

.al-collection-card {
  position: relative;
  display: block;
  min-height: 600px;
  overflow: hidden;
  background: #d6d1c8;
  color: #fff;
}

.al-collection-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(14, 14, 12, .68), transparent 48%);
  transition: background-color .35s ease;
}

.al-collection-card:hover::after {
  background-color: rgba(18, 17, 15, .11);
}

.al-collection-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.2, .7, .2, 1);
}

.al-collection-card:hover img {
  transform: scale(1.025);
}

.al-collection-card--wide img {
  object-position: 50% 50%;
}

.al-collection-card__meta,
.al-collection-card__title {
  position: absolute;
  z-index: 1;
  right: 28px;
  left: 28px;
  color: #fff;
}

.al-collection-card__meta {
  bottom: 70px;
  opacity: .78;
}

.al-collection-card__title {
  bottom: 27px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
}

.al-product-edit {
  border-top: 1px solid var(--al-line);
}

.al-products .products {
  row-gap: 48px;
}

.al-products .product-grid-item {
  margin-bottom: 0;
}

.al-products .product-element-top {
  overflow: hidden;
  background: #f0ece5;
}

.al-products .product-element-top img {
  transition: transform .55s cubic-bezier(.2, .7, .2, 1);
}

.al-products .product-grid-item:hover .product-element-top img {
  transform: scale(1.025);
}

.al-products .wd-entities-title {
  margin-top: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
}

.al-products .price {
  color: var(--al-muted) !important;
  font-size: 13px;
  font-weight: 500;
}

.al-craft {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  min-height: 820px;
  background: var(--al-moss);
  color: #f4f0e7;
}

.al-craft__gallery {
  position: relative;
  min-height: 820px;
  overflow: hidden;
}

.al-craft__image {
  position: absolute;
  object-fit: cover;
}

.al-craft__image--one {
  inset: 0 23% 0 0;
  width: 77%;
  height: 100%;
}

.al-craft__image--two {
  right: 4%;
  bottom: 5%;
  z-index: 1;
  width: 34%;
  height: 48%;
  border: 9px solid var(--al-moss);
}

.al-craft__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(70px, 8vw, 135px);
}

.al-craft__copy .al-section-index,
.al-craft__copy .al-eyebrow {
  color: rgba(244, 240, 231, .58);
}

.al-craft__copy .al-section-index {
  margin-bottom: 110px;
}

.al-craft__copy .al-eyebrow {
  margin-bottom: 24px;
}

.al-craft__copy h2 {
  margin-bottom: 30px;
  color: #f4f0e7;
  font-size: clamp(44px, 4.7vw, 74px);
}

.al-craft__copy > p:last-of-type {
  max-width: 520px;
  margin-bottom: 38px;
  color: rgba(244, 240, 231, .76);
  font-size: 15px;
  line-height: 1.75;
}

.al-craft__copy .al-button {
  align-self: flex-start;
}

.al-gift {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(60px, 10vw, 160px);
  align-items: center;
}

.al-gift__copy {
  padding-inline-start: 5vw;
}

.al-gift__copy .al-eyebrow {
  margin-bottom: 28px;
}

.al-gift__copy h2 {
  margin-bottom: 30px;
}

.al-gift__copy > p:not(.al-eyebrow) {
  max-width: 520px;
  margin-bottom: 34px;
  color: var(--al-muted);
  font-size: 15px;
  line-height: 1.75;
}

.al-gift__image {
  height: 720px;
  overflow: hidden;
  background: #d9dce1;
}

.al-gift__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.al-closing {
  display: flex;
  min-height: 520px;
  padding: 80px 40px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--al-ivory);
}

.al-closing .al-eyebrow {
  margin-bottom: 28px;
}

.al-closing__line {
  margin-bottom: 40px;
  font-size: clamp(54px, 7vw, 110px);
  line-height: 1;
}

.al-reveal {
  opacity: 1;
  transform: none;
}

.al-js .al-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .75s ease, transform .75s cubic-bezier(.2, .7, .2, 1);
}

.al-js .al-reveal.is-visible {
  opacity: 1;
  transform: none;
}

[dir="rtl"] .al-hero,
[dir="rtl"] .al-craft,
[dir="rtl"] .al-gift {
  direction: rtl;
}

[dir="rtl"] .al-home,
[dir="rtl"] .al-home p,
[dir="rtl"] .al-home h1,
[dir="rtl"] .al-home h2,
[dir="rtl"] .al-home a {
  text-align: right;
}

[dir="rtl"] .al-hero__detail {
  right: -72px;
  left: auto;
}

@media (max-width: 1100px) {
  .al-hero {
    grid-template-columns: .9fr 1.1fr;
  }

  .al-hero__copy {
    padding-inline: 42px;
  }

  .al-collection-grid {
    grid-template-columns: 1fr 1fr;
  }

  .al-collection-card:last-child {
    grid-column: 1 / -1;
    min-height: 520px;
  }

  .al-craft__copy {
    padding: 70px 50px;
  }
}

@media (max-width: 768px) {
  .al-shell {
    width: min(100% - 36px, 680px);
  }

  .site-logo .wd-logo {
    min-width: 135px;
  }

  .site-logo .wd-logo::after {
    font-size: 18px;
  }

  .al-hero,
  .al-craft,
  .al-gift {
    grid-template-columns: 1fr;
  }

  .al-hero__copy {
    min-height: 600px;
    padding: 76px 24px 64px;
  }

  .al-hero h1 {
    font-size: clamp(54px, 17vw, 76px);
  }

  .al-hero__visual {
    min-height: 620px;
  }

  .al-hero__detail {
    bottom: 20px;
    left: 18px;
    width: 145px;
  }

  [dir="rtl"] .al-hero__detail {
    right: 18px;
  }

  .al-hero__notes {
    gap: 12px 16px;
    margin-top: 38px;
  }

  .al-hero__notes li:not(:last-child)::after {
    display: none;
  }

  .al-intro {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .al-section-heading {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 36px;
  }

  .al-collection-grid {
    grid-template-columns: 1fr;
  }

  .al-collection-card,
  .al-collection-card:last-child {
    grid-column: auto;
    min-height: 520px;
  }

  .al-collection-card--wide img {
    object-position: 44% 50%;
  }

  .al-craft__gallery {
    min-height: 600px;
  }

  .al-craft__copy {
    padding: 76px 24px 86px;
  }

  .al-craft__copy .al-section-index {
    margin-bottom: 70px;
  }

  .al-gift {
    gap: 50px;
  }

  .al-gift__copy {
    padding-inline-start: 0;
  }

  .al-gift__image {
    height: 590px;
  }

  .al-closing {
    min-height: 440px;
    padding-inline: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .al-home *,
  .al-home *::before,
  .al-home *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }

  .al-js .al-reveal {
    opacity: 1;
    transform: none;
  }
}

/* Inner pages and catalogue ------------------------------------------------ */

html {
  scroll-behavior: smooth;
}

.al-page,
.al-shop-hero {
  color: var(--al-ink);
  font-family: Arial, Helvetica, sans-serif;
}

.al-page *,
.al-shop-hero * {
  box-sizing: border-box;
}

.al-page h1,
.al-page h2,
.al-page h3,
.al-shop-hero h1 {
  color: var(--al-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.al-page p {
  text-wrap: pretty;
}

.al-inner-shell {
  width: min(1240px, calc(100% - 80px));
  margin-inline: auto;
}

body.anteluxe-managed-page,
body.anteluxe-shop-page {
  background: var(--al-paper);
}

body.anteluxe-managed-page .main-page-wrapper,
body.anteluxe-shop-page .main-page-wrapper {
  padding-top: 0;
  background: var(--al-paper);
}

body.anteluxe-managed-page .page-title,
body.anteluxe-shop-page .page-title {
  display: none;
}

body.anteluxe-managed-page .main-page-wrapper > .container,
body.anteluxe-managed-page .site-content,
body.anteluxe-managed-page article.page,
body.anteluxe-managed-page .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.al-page-hero {
  display: grid;
  min-height: 680px;
  background: var(--al-ivory);
}

.al-page-hero--split {
  grid-template-columns: .92fr 1.08fr;
}

.al-page-hero__copy {
  display: flex;
  padding: clamp(80px, 9vw, 150px) clamp(42px, 8vw, 145px);
  flex-direction: column;
  justify-content: center;
}

.al-page-hero__copy .al-eyebrow {
  margin-bottom: 34px;
}

.al-page-hero__copy h1 {
  max-width: 740px;
  margin: 0 0 34px;
  font-size: clamp(56px, 6.2vw, 96px);
  line-height: .94;
}

.al-page-hero__copy > p:last-child {
  max-width: 560px;
  margin-bottom: 0;
  color: var(--al-muted);
  font-size: 16px;
  line-height: 1.78;
}

.al-page-hero__image {
  min-height: 680px;
  overflow: hidden;
  background: #d8d2c9;
}

.al-page-hero__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.al-page-hero--contact .al-page-hero__image img {
  object-position: 50% 58%;
}

.al-about-intro {
  display: grid;
  grid-template-columns: .7fr 2.3fr;
  gap: 70px;
  padding-top: clamp(105px, 11vw, 170px);
  padding-bottom: clamp(115px, 12vw, 185px);
}

.al-about-intro h2 {
  max-width: 950px;
  margin: 0 0 36px;
  font-size: clamp(44px, 5.6vw, 82px);
  line-height: 1;
}

.al-about-intro div > p {
  max-width: 670px;
  margin: 0;
  margin-inline-start: auto;
  color: var(--al-muted);
  font-size: 16px;
  line-height: 1.8;
}

.al-about-process {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  background: #ebe4d9;
}

.al-about-process__image {
  min-height: 820px;
  overflow: hidden;
}

.al-about-process__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.al-about-process__copy {
  display: flex;
  padding: clamp(70px, 8vw, 130px);
  flex-direction: column;
  justify-content: center;
}

.al-about-process__copy .al-section-index {
  margin-bottom: 90px;
}

.al-about-process__copy h2 {
  margin: 0 0 28px;
  font-size: clamp(50px, 5vw, 76px);
  line-height: 1;
}

.al-about-process__copy > p:not(.al-section-index) {
  max-width: 540px;
  margin-bottom: 48px;
  color: var(--al-muted);
  font-size: 15px;
  line-height: 1.75;
}

.al-process-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--al-line);
  list-style: none;
}

.al-process-list li {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid var(--al-line);
  font-size: 13px;
  letter-spacing: .04em;
}

.al-process-list span,
.al-values-list article > span,
.al-info-rows article > span,
.al-faq-grid article > span {
  color: var(--al-rust);
  font-family: "Courier New", monospace;
  font-size: 11px;
  letter-spacing: .08em;
}

.al-about-values {
  padding-top: clamp(105px, 10vw, 155px);
  padding-bottom: clamp(120px, 12vw, 185px);
}

.al-values-list {
  border-top: 1px solid var(--al-line);
}

.al-values-list article {
  display: grid;
  grid-template-columns: 80px 1fr 1.2fr;
  gap: 34px;
  align-items: baseline;
  padding: 34px 0;
  border-bottom: 1px solid var(--al-line);
}

.al-values-list h3 {
  margin: 0;
  font-size: 25px;
}

.al-values-list p {
  max-width: 520px;
  margin: 0;
  color: var(--al-muted);
  font-size: 14px;
  line-height: 1.7;
}

.al-page-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: end;
  padding: clamp(85px, 9vw, 145px) max(40px, calc((100vw - 1240px) / 2));
  color: #f5f1e9;
  background: var(--al-moss);
}

.al-page-cta .al-eyebrow {
  color: rgba(245, 241, 233, .58);
}

.al-page-cta h2 {
  max-width: 850px;
  margin: 22px 0 0;
  color: #f5f1e9;
  font-size: clamp(46px, 5vw, 78px);
  line-height: 1;
}

.al-contact-layout {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(60px, 10vw, 150px);
  padding-top: clamp(100px, 10vw, 150px);
  padding-bottom: clamp(120px, 12vw, 180px);
}

.al-contact-aside h2 {
  margin: 28px 0 26px;
  font-size: clamp(44px, 4.5vw, 68px);
  line-height: 1;
}

.al-contact-aside > p:not(.al-section-index) {
  max-width: 480px;
  color: var(--al-muted);
  font-size: 15px;
  line-height: 1.75;
}

.al-contact-topics {
  display: flex;
  margin-top: 42px;
  border-top: 1px solid var(--al-line);
  flex-direction: column;
}

.al-contact-topics span {
  padding: 17px 0;
  border-bottom: 1px solid var(--al-line);
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.al-contact-form {
  padding: clamp(30px, 5vw, 66px);
  background: var(--al-ivory);
}

.al-contact-form label,
.al-utility-content label {
  display: block;
  margin-bottom: 9px;
  color: var(--al-ink);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.al-contact-form input:not([type="submit"]),
.al-contact-form textarea,
.al-contact-form select,
.al-utility-content input:not([type="submit"]),
.al-utility-content textarea,
.al-utility-content select {
  width: 100%;
  min-height: 52px;
  padding: 13px 0;
  border: 0;
  border-bottom: 1px solid #bdb4a7;
  border-radius: 0;
  outline: none;
  background: transparent;
  box-shadow: none;
  transition: border-color .2s ease;
}

.al-contact-form textarea,
.al-utility-content textarea {
  min-height: 130px;
}

.al-contact-form input:focus,
.al-contact-form textarea:focus,
.al-contact-form select:focus,
.al-utility-content input:focus,
.al-utility-content textarea:focus,
.al-utility-content select:focus {
  border-color: var(--al-rust);
}

.al-contact-form input[type="submit"],
.al-utility-content input[type="submit"],
.al-utility-content button[type="submit"] {
  min-height: 52px;
  padding-inline: 30px;
  border: 1px solid var(--al-ink);
  border-radius: 0;
  color: #fff;
  background: var(--al-ink);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: background-color .25s ease, border-color .25s ease, transform .25s ease;
}

.al-contact-form input[type="submit"]:hover,
.al-utility-content input[type="submit"]:hover,
.al-utility-content button[type="submit"]:hover {
  border-color: var(--al-rust);
  background: var(--al-rust);
  transform: translateY(-2px);
}

.al-image-hero {
  position: relative;
  display: flex;
  min-height: 660px;
  padding: 80px max(40px, calc((100vw - 1240px) / 2));
  align-items: flex-end;
  color: #fff;
  background-position: center;
  background-size: cover;
}

.al-page--shipping .al-image-hero {
  background-image: linear-gradient(90deg, rgba(22, 24, 20, .78), rgba(22, 24, 20, .12)), url("/wp-content/uploads/anteluxe-home/collection-signature.webp");
}

.al-page--faq .al-image-hero {
  background-image: linear-gradient(90deg, rgba(22, 24, 20, .76), rgba(22, 24, 20, .08)), url("/wp-content/uploads/anteluxe-home/hero-floral.webp");
}

.al-image-hero--soft {
  background-position: center 42%;
}

.al-image-hero__copy {
  max-width: 760px;
}

.al-image-hero .al-eyebrow {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, .72);
}

.al-image-hero h1 {
  margin: 0 0 28px;
  color: #fff;
  font-size: clamp(58px, 7vw, 104px);
  line-height: .93;
}

.al-image-hero__copy > p:last-child {
  max-width: 620px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 16px;
  line-height: 1.75;
}

.al-info-rows {
  padding-top: clamp(95px, 10vw, 145px);
  padding-bottom: clamp(120px, 12vw, 180px);
}

.al-info-rows article {
  display: grid;
  grid-template-columns: 90px .7fr 1.3fr;
  gap: 36px;
  padding: 42px 0;
  border-top: 1px solid var(--al-line);
}

.al-info-rows article:last-child {
  border-bottom: 1px solid var(--al-line);
}

.al-info-rows article > div {
  display: contents;
}

.al-info-rows h2 {
  margin: 0;
  font-size: clamp(30px, 3vw, 42px);
}

.al-info-rows p {
  max-width: 670px;
  margin: 0;
  color: var(--al-muted);
  font-size: 15px;
  line-height: 1.8;
}

.al-info-rows a,
.al-faq-grid a,
.al-legal-content a {
  color: var(--al-ink);
  border-bottom: 1px solid currentColor;
}

.al-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 80px;
  padding-top: clamp(100px, 10vw, 150px);
  padding-bottom: clamp(120px, 12vw, 180px);
}

.al-faq-grid article {
  display: grid;
  grid-template-columns: 54px 1fr;
  padding: 38px 0 46px;
  border-top: 1px solid var(--al-line);
}

.al-faq-grid article:nth-last-child(-n + 2) {
  border-bottom: 1px solid var(--al-line);
}

.al-faq-grid h2,
.al-faq-grid p {
  grid-column: 2;
}

.al-faq-grid h2 {
  margin: 0 0 18px;
  font-size: 26px;
  line-height: 1.15;
}

.al-faq-grid p {
  margin: 0;
  color: var(--al-muted);
  font-size: 14px;
  line-height: 1.75;
}

.al-utility-hero {
  padding-top: clamp(100px, 10vw, 155px);
  padding-bottom: clamp(70px, 7vw, 105px);
  border-bottom: 1px solid var(--al-line);
}

.al-utility-hero .al-eyebrow {
  margin-bottom: 28px;
}

.al-utility-hero h1 {
  max-width: 980px;
  margin: 0 0 28px;
  font-size: clamp(58px, 7vw, 105px);
  line-height: .94;
}

.al-utility-hero > p:last-child {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--al-muted);
  font-size: 16px;
  line-height: 1.75;
}

.al-utility-content,
.al-legal-content {
  padding-top: clamp(64px, 7vw, 105px);
  padding-bottom: clamp(110px, 11vw, 170px);
}

.al-utility-content {
  max-width: 920px;
}

.al-utility-content .woocommerce-form,
.al-utility-content .fs-affiliates-form,
.al-utility-content form {
  padding: clamp(28px, 5vw, 58px);
  border: 0;
  background: var(--al-ivory);
}

.al-legal-content {
  max-width: 900px;
}

.al-legal-content h2 {
  margin: 55px 0 18px;
  font-size: clamp(30px, 3vw, 42px);
}

.al-legal-content h2:first-child {
  margin-top: 0;
}

.al-legal-content p,
.al-legal-content li {
  color: var(--al-muted);
  font-size: 15px;
  line-height: 1.85;
}

.al-shop-hero {
  --al-shop-image: url("/wp-content/uploads/anteluxe-home/shop-hero.webp");
  --al-shop-position: center;
  position: relative;
  width: 100vw;
  min-height: 500px;
  margin-inline: calc(50% - 50vw);
  margin-bottom: 78px;
  padding: 80px max(40px, calc((100vw - 1240px) / 2));
  display: flex;
  align-items: flex-end;
  color: #fff;
  background-image: linear-gradient(90deg, rgba(25, 29, 24, .8), rgba(25, 29, 24, .12)), var(--al-shop-image);
  background-position: var(--al-shop-position);
  background-size: cover;
}

.al-shop-hero--handcrafted-diffusers {
  --al-shop-image: url("/wp-content/uploads/anteluxe-home/category-handcrafted.webp");
  --al-shop-position: center 52%;
}

.al-shop-hero--mini-collection {
  --al-shop-image: url("/wp-content/uploads/anteluxe-home/category-mini.webp");
  --al-shop-position: center 54%;
}

.al-shop-hero--signature-collection {
  --al-shop-image: url("/wp-content/uploads/anteluxe-home/category-signature.webp");
  --al-shop-position: center 58%;
}

.al-shop-hero--premium-collection {
  --al-shop-image: url("/wp-content/uploads/anteluxe-home/category-premium.webp");
  --al-shop-position: center 58%;
}

.al-shop-hero--incense-holders {
  --al-shop-image: url("/wp-content/uploads/anteluxe-home/category-incense.webp");
  --al-shop-position: center 50%;
}

/* Woodmart places category sidebars before the WooCommerce content hook. Put
   the hero on its own grid row so it spans the full catalogue container. */
body.anteluxe-shop-page:not(.anteluxe-shop-index) #main-content {
  grid-template-rows: auto auto;
}

body.anteluxe-shop-page:not(.anteluxe-shop-index) #main-content > .al-shop-hero {
  grid-row: 1;
  grid-column: 1 / -1;
  width: 100%;
  margin-inline: 0;
}

body.anteluxe-shop-page:not(.anteluxe-shop-index) #main-content > .wd-sidebar,
body.anteluxe-shop-page:not(.anteluxe-shop-index) #main-content > .site-content {
  grid-row: 2;
}

.al-shop-hero__copy {
  width: min(760px, 100%);
  min-width: 0;
  max-width: 760px;
}

.al-shop-hero .al-eyebrow {
  margin-bottom: 24px;
  color: rgba(255, 255, 255, .72);
}

.al-shop-hero h1 {
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(56px, 6.5vw, 94px);
  line-height: .95;
}

.al-shop-hero p:last-child {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  line-height: 1.75;
}

body.anteluxe-shop-page .shop-loop-head {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--al-line);
}

body.anteluxe-shop-page .product-grid-item .product-element-top {
  overflow: hidden;
  background: #f0ece5;
}

body.anteluxe-shop-page .product-grid-item .wd-entities-title {
  margin-top: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
}

body.anteluxe-shop-page .product-grid-item .price {
  color: var(--al-muted) !important;
  font-size: 13px;
}

.al-page a:focus-visible,
.al-shop-hero a:focus-visible,
.al-contact-form input:focus-visible,
.al-contact-form textarea:focus-visible,
.al-utility-content input:focus-visible,
.al-utility-content textarea:focus-visible {
  outline: 2px solid var(--al-rust);
  outline-offset: 4px;
}

[dir="rtl"] .al-page,
[dir="rtl"] .al-shop-hero {
  direction: rtl;
}

[dir="rtl"] .al-page h1,
[dir="rtl"] .al-page h2,
[dir="rtl"] .al-page h3,
[dir="rtl"] .al-page p,
[dir="rtl"] .al-page a,
[dir="rtl"] .al-shop-hero h1,
[dir="rtl"] .al-shop-hero p {
  text-align: right;
}

[dir="rtl"] .al-page--shipping .al-image-hero {
  background-image: linear-gradient(-90deg, rgba(22, 24, 20, .78), rgba(22, 24, 20, .12)), url("/wp-content/uploads/anteluxe-home/collection-signature.webp");
}

[dir="rtl"] .al-page--faq .al-image-hero {
  background-image: linear-gradient(-90deg, rgba(22, 24, 20, .76), rgba(22, 24, 20, .08)), url("/wp-content/uploads/anteluxe-home/hero-floral.webp");
}

[dir="rtl"] .al-shop-hero {
  background-image: linear-gradient(-90deg, rgba(25, 29, 24, .8), rgba(25, 29, 24, .12)), var(--al-shop-image);
}

@media (max-width: 900px) {
  .al-page-hero--split,
  .al-about-process,
  .al-contact-layout {
    grid-template-columns: 1fr;
  }

  .al-page-hero__copy {
    min-height: 590px;
  }

  .al-page-hero__image {
    min-height: 620px;
  }

  .al-about-intro {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .al-about-intro div > p {
    margin-inline-start: 0;
  }

  .al-about-process__image {
    min-height: 680px;
  }

  .al-page-cta {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .al-values-list article {
    grid-template-columns: 58px 1fr;
  }

  .al-values-list p {
    grid-column: 2;
  }
}

@media (max-width: 640px) {
  .al-inner-shell {
    width: min(100% - 36px, 580px);
  }

  .al-page-hero__copy {
    min-height: 520px;
    padding: 70px 22px 58px;
  }

  .al-page-hero__copy h1,
  .al-image-hero h1,
  .al-utility-hero h1,
  .al-shop-hero h1 {
    font-size: clamp(50px, 14vw, 70px);
  }

  .al-page-hero__image,
  .al-about-process__image {
    min-height: 520px;
  }

  .al-about-process__copy {
    padding: 74px 22px 84px;
  }

  .al-about-process__copy .al-section-index {
    margin-bottom: 62px;
  }

  .al-values-list article {
    gap: 18px;
  }

  .al-page-cta {
    padding: 78px 22px 88px;
  }

  .al-contact-layout {
    gap: 55px;
  }

  .al-contact-form {
    padding: 28px 20px;
  }

  .al-image-hero,
  .al-shop-hero {
    min-height: 570px;
    padding: 68px 22px;
  }

  .al-shop-hero__copy {
    flex: 0 1 calc(100vw - 74px);
    inline-size: calc(100vw - 74px) !important;
    max-inline-size: calc(100vw - 74px) !important;
  }

  .al-shop-hero p:last-child {
    inline-size: auto !important;
    max-inline-size: 290px !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  body.anteluxe-shop-page .term-description {
    inline-size: auto !important;
    max-inline-size: calc(100vw - 48px) !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .al-info-rows article {
    grid-template-columns: 42px 1fr;
    gap: 18px;
  }

  .al-info-rows article > div {
    display: block;
  }

  .al-info-rows p {
    margin-top: 18px;
  }

  .al-faq-grid {
    grid-template-columns: 1fr;
  }

  .al-faq-grid article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .al-faq-grid article:last-child {
    border-bottom: 1px solid var(--al-line);
  }

  .al-utility-content .woocommerce-form,
  .al-utility-content .fs-affiliates-form,
  .al-utility-content form {
    padding: 24px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .al-js .al-page .al-reveal,
  .al-js .al-shop-hero.al-reveal,
  .al-js .al-shop-hero .al-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
