:root {
  --motiva-plum: #4d263b;
  --motiva-plum-deep: #321827;
  --motiva-brass: #b48b55;
  --motiva-ivory: #f8f4ee;
  --motiva-stone: #e9e1d8;
  --motiva-ink: #302a2c;
}

[data-motiva-promotion][hidden] {
  display: none !important;
}

.motiva-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.motiva-hero {
  overflow: hidden;
  background: linear-gradient(135deg, var(--motiva-ivory), #eee4dc);
  color: var(--motiva-ink);
}

.motiva-hero__grid {
  min-height: clamp(610px, 70vw, 760px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  align-items: center;
  gap: clamp(38px, 7vw, 100px);
  padding-block: clamp(104px, 12vw, 160px) clamp(72px, 9vw, 112px);
}

.motiva-hero__copy {
  max-width: 680px;
}

.motiva-hero h1 {
  max-width: 760px;
  margin: 12px 0 22px;
  color: var(--motiva-plum-deep);
  font-family: var(--font-family-headline, Georgia, serif);
  font-size: clamp(3.4rem, 7.2vw, 6.8rem);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: .94;
}

.motiva-lede {
  max-width: 650px;
  margin: 0;
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  line-height: 1.7;
}

.motiva-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 28px;
  margin-top: 32px;
}

.motiva-button {
  min-height: 3.375rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .875rem 1.75rem;
  border: 1px solid var(--motiva-plum) !important;
  border-radius: 12px !important;
  background: var(--motiva-plum) !important;
  color: #fff !important;
  font-family: var(--font-sans, "IBM Plex Sans", sans-serif);
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.75;
  text-align: center;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.motiva-button:hover {
  border-color: var(--motiva-plum-deep) !important;
  background: var(--motiva-plum-deep) !important;
  color: #fff !important;
}

.motiva-button--secondary {
  border-color: var(--motiva-plum) !important;
  background: transparent !important;
  color: var(--motiva-plum) !important;
}

.motiva-button--secondary:hover {
  background: var(--motiva-plum) !important;
  color: #fff !important;
}

.motiva-button--on-dark {
  border-color: rgba(255, 255, 255, .68) !important;
  color: #fff !important;
}

.motiva-button--on-dark:hover {
  border-color: #fff !important;
  background: #fff !important;
  color: var(--motiva-plum-deep) !important;
}

.motiva-button:focus-visible {
  outline: 2px solid #d7b98e;
  outline-offset: 4px;
}

.motiva-hero__visual {
  position: relative;
  margin: 0;
  padding: clamp(24px, 4vw, 52px);
  border: 1px solid rgba(77, 38, 59, .12);
  border-radius: 12px;
  background: rgba(255, 255, 255, .5);
}

.motiva-hero__visual::before {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(180, 139, 85, .28);
  border-radius: 8px;
  content: "";
}

.motiva-hero__visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
}

.motiva-hero__visual .motiva-hero__brand {
  width: min(360px, 82%);
  margin: 0 auto 18px;
  mix-blend-mode: multiply;
}

.motiva-hero__visual figcaption,
.motiva-image-credit {
  position: relative;
  z-index: 1;
  margin: 18px 0 0;
  color: rgba(48, 42, 44, .7);
  font-size: .78rem;
  line-height: 1.5;
}

.motiva-promotion {
  background: var(--motiva-plum-deep);
  color: #fff;
}

.motiva-promotion__inner,
.motiva-closing__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 48px;
  padding-block: clamp(46px, 7vw, 78px);
}

.motiva-promotion .site-kicker,
.motiva-closing .site-kicker {
  color: #d7b98e;
}

.motiva-promotion h2,
.motiva-closing h2 {
  max-width: 780px;
  margin: 10px 0 14px;
  color: #fff;
  font-family: var(--font-family-headline, Georgia, serif);
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 400;
  line-height: 1.04;
}

.motiva-promotion p,
.motiva-closing p {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .84);
  line-height: 1.7;
}

.motiva-promotion .motiva-actions,
.motiva-closing .motiva-actions {
  margin-top: 0;
}

.motiva-promotion .site-link-cta,
.motiva-closing .site-link-cta {
  color: #fff;
}

.motiva-section {
  padding-block: clamp(76px, 10vw, 132px);
  background: #fff;
  color: var(--motiva-ink);
}

.motiva-section--tint,
.motiva-section--faq {
  background: var(--motiva-ivory);
}

.motiva-section__head {
  max-width: 820px;
  margin-bottom: clamp(38px, 6vw, 70px);
}

.motiva-section__head--wide {
  max-width: 980px;
}

.motiva-section__head h2,
.motiva-safety h2,
.motiva-sources h2 {
  margin: 10px 0 18px;
  color: var(--motiva-plum-deep);
  font-family: var(--font-family-headline, Georgia, serif);
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.02;
}

.motiva-section__head > p:last-child,
.motiva-safety__intro > p:last-child {
  max-width: 760px;
  font-size: 1.08rem;
  line-height: 1.75;
}

.motiva-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 48px);
}

.motiva-option {
  overflow: hidden;
  border: 1px solid var(--motiva-stone);
  border-radius: 12px;
  background: #fbf9f6;
}

.motiva-option figure {
  height: clamp(280px, 34vw, 430px);
  display: grid;
  grid-template-rows: minmax(0, 1fr);
  place-items: center;
  overflow: hidden;
  margin: 0;
  padding: clamp(28px, 5vw, 58px);
  background: linear-gradient(145deg, #efe8e1, #f8f5f1);
}

.motiva-option img {
  width: 100%;
  height: 100%;
  max-width: 430px;
  min-height: 0;
  object-fit: contain;
}

.motiva-option > div {
  padding: clamp(28px, 4vw, 46px);
}

.motiva-option h3,
.motiva-facts h3,
.motiva-safety__content h3,
.motiva-preserve-benefits h3 {
  margin: 8px 0 12px;
  color: var(--motiva-plum-deep);
  font-family: var(--font-family-headline, Georgia, serif);
  font-size: clamp(1.6rem, 2.6vw, 2.25rem);
  font-weight: 400;
  line-height: 1.16;
}

.motiva-section--preserve {
  background: #fff;
}

.motiva-preserve-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--motiva-stone);
  background: var(--motiva-stone);
}

.motiva-preserve-benefits article {
  min-height: 280px;
  padding: clamp(30px, 4vw, 48px);
  background: var(--motiva-ivory);
}

.motiva-preserve-benefits p:last-child {
  margin-bottom: 0;
  line-height: 1.72;
}

.motiva-benefit-number {
  margin: 0 0 30px;
  color: var(--motiva-brass);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
}

.motiva-comparison-layout {
  display: grid;
  grid-template-columns: minmax(270px, .6fr) minmax(0, 1.4fr);
  gap: clamp(46px, 7vw, 92px);
}

.motiva-comparison-layout .motiva-section__head {
  margin-bottom: 0;
}

.motiva-comparison {
  border-top: 1px solid #cdbfb1;
}

.motiva-comparison__row {
  display: grid;
  grid-template-columns: minmax(120px, .72fr) repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid #cdbfb1;
}

.motiva-comparison__row > * {
  line-height: 1.55;
}

.motiva-comparison__head {
  color: var(--motiva-plum);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.motiva-comparison__row strong {
  color: var(--motiva-plum-deep);
  font-weight: 600;
}

.motiva-comparison__note {
  grid-column: 2;
  margin: -58px 0 0;
  color: rgba(48, 42, 44, .72);
  font-size: .9rem;
  line-height: 1.6;
}

.motiva-section--evidence {
  background: var(--motiva-plum-deep);
  color: #fff;
}

.motiva-evidence {
  display: grid;
  grid-template-columns: minmax(270px, .75fr) minmax(0, 1.25fr);
  gap: clamp(48px, 9vw, 120px);
}

.motiva-evidence .motiva-section__head {
  margin-bottom: 0;
}

.motiva-evidence h2 {
  color: #fff;
}

.motiva-evidence .site-kicker {
  color: #d7b98e;
}

.motiva-evidence__content {
  padding-left: clamp(32px, 5vw, 64px);
  border-left: 1px solid var(--motiva-brass);
}

.motiva-evidence__content p {
  margin-top: 0;
  color: rgba(255, 255, 255, .86);
  font-size: 1.06rem;
  line-height: 1.78;
}

.motiva-evidence__content p:last-child {
  margin-bottom: 0;
}

.motiva-section--candidate {
  background: #f1ece6;
}

.motiva-candidate {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  gap: clamp(48px, 9vw, 120px);
}

.motiva-candidate h2 {
  margin: 10px 0 0;
  color: var(--motiva-plum-deep);
  font-family: var(--font-family-headline, Georgia, serif);
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.02;
}

.motiva-candidate > div:last-child {
  padding-left: clamp(32px, 5vw, 64px);
  border-left: 1px solid var(--motiva-brass);
}

.motiva-candidate > div:last-child p {
  margin-top: 0;
  font-size: 1.06rem;
  line-height: 1.78;
}

.motiva-option p:last-child,
.motiva-facts p,
.motiva-safety__content p {
  margin-bottom: 0;
  line-height: 1.72;
}

.motiva-eyebrow {
  margin: 0;
  color: var(--motiva-plum);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.motiva-split,
.motiva-safety {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: clamp(48px, 9vw, 120px);
}

.motiva-split .motiva-section__head {
  margin-bottom: 0;
}

.motiva-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--motiva-stone);
  border: 1px solid var(--motiva-stone);
}

.motiva-facts article {
  min-height: 230px;
  padding: clamp(28px, 4vw, 42px);
  background: #fff;
}

.motiva-safety__content {
  border-left: 1px solid var(--motiva-brass);
  padding-left: clamp(32px, 5vw, 64px);
}

.motiva-safety__content h3:not(:first-child) {
  margin-top: 34px;
}

.motiva-faq {
  display: grid;
  grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
  gap: clamp(46px, 8vw, 110px);
}

.motiva-faq .motiva-section__head {
  margin-bottom: 0;
}

.motiva-faq__list {
  border-top: 1px solid #cdbfb1;
}

.motiva-faq details {
  border-bottom: 1px solid #cdbfb1;
  padding: 0;
}

.motiva-faq summary {
  position: relative;
  padding: 25px 46px 25px 0;
  color: var(--motiva-plum-deep);
  cursor: pointer;
  font-family: var(--font-family-headline, Georgia, serif);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.3;
  list-style: none;
}

.motiva-faq summary::-webkit-details-marker {
  display: none;
}

.motiva-faq summary::after {
  position: absolute;
  top: 50%;
  right: 4px;
  content: "+";
  font-family: Arial, sans-serif;
  font-size: 1.5rem;
  transform: translateY(-50%);
}

.motiva-faq details[open] summary::after {
  content: "−";
}

.motiva-faq details p {
  margin: -4px 0 26px;
  padding-right: 40px;
  line-height: 1.72;
}

.motiva-sources {
  padding-block: clamp(52px, 7vw, 82px);
  background: #f1ece6;
  color: var(--motiva-ink);
}

.motiva-sources h2 {
  font-size: clamp(1.9rem, 3vw, 2.7rem);
}

.motiva-sources ul {
  display: grid;
  gap: 10px;
  margin: 24px 0;
  padding-left: 20px;
}

.motiva-sources a {
  color: var(--motiva-plum);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.motiva-sources p {
  margin-bottom: 0;
  font-size: .9rem;
}

.motiva-closing {
  background: var(--motiva-plum);
}

.motiva-promo-card {
  width: min(1180px, calc(100% - 48px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  margin: 34px auto 58px;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(180, 139, 85, .48);
  border-radius: 12px;
  background: linear-gradient(125deg, #f7f0e8, #eee0d3);
  color: var(--motiva-ink);
}

.motiva-promo-card h3 {
  margin: 7px 0 10px;
  color: var(--motiva-plum-deep);
  font-family: var(--font-family-headline, Georgia, serif);
  font-size: clamp(1.75rem, 3.2vw, 2.7rem);
  font-weight: 400;
  line-height: 1.08;
}

.motiva-promo-card p {
  max-width: 760px;
  margin: 0;
  line-height: 1.65;
}

.motiva-promo-card .site-kicker {
  color: var(--motiva-plum);
}

.motiva-promo-card__link {
  white-space: nowrap;
}

.ambani-site--home .motiva-promo-card {
  margin-top: 0;
}

html[data-theme="dark"] .motiva-hero,
html[data-theme="dark"] .motiva-section,
html[data-theme="dark"] .motiva-option > div,
html[data-theme="dark"] .motiva-facts article,
html[data-theme="dark"] .motiva-preserve-benefits article {
  background: #20191d;
  color: #f2ece8;
}

html[data-theme="dark"] .motiva-section--tint,
html[data-theme="dark"] .motiva-section--faq,
html[data-theme="dark"] .motiva-sources,
html[data-theme="dark"] .motiva-promo-card,
html[data-theme="dark"] .motiva-section--candidate {
  background: #2a2025;
  color: #f2ece8;
}

html[data-theme="dark"] .motiva-hero h1,
html[data-theme="dark"] .motiva-section h2,
html[data-theme="dark"] .motiva-option h3,
html[data-theme="dark"] .motiva-facts h3,
html[data-theme="dark"] .motiva-safety h2,
html[data-theme="dark"] .motiva-safety__content h3,
html[data-theme="dark"] .motiva-sources h2,
html[data-theme="dark"] .motiva-promo-card h3,
html[data-theme="dark"] .motiva-faq summary,
html[data-theme="dark"] .motiva-preserve-benefits h3,
html[data-theme="dark"] .motiva-candidate h2,
html[data-theme="dark"] .motiva-comparison__row strong {
  color: #f5eee9;
}

html[data-theme="dark"] .motiva-hero__visual .motiva-hero__brand {
  mix-blend-mode: screen;
  filter: brightness(1.45) contrast(.9);
}

html[data-theme="dark"] .motiva-comparison__head,
html[data-theme="dark"] .motiva-comparison__note {
  color: #d7b98e;
}

html[data-theme="dark"] .motiva-comparison__row span:nth-child(2)::before,
html[data-theme="dark"] .motiva-comparison__row span:nth-child(3)::before {
  color: #d7b98e;
}

html[data-theme="dark"] .motiva-promo-card .site-kicker,
html[data-theme="dark"] .motiva-sources a {
  color: #d7b98e;
}

html[data-theme="dark"] .motiva-button {
  border-color: #6b3554 !important;
  background: #6b3554 !important;
  color: #fff !important;
}

html[data-theme="dark"] .motiva-button:hover {
  border-color: #54263f !important;
  background: #54263f !important;
}

html[data-theme="dark"] .motiva-button--secondary {
  border-color: #a46d8c !important;
  background: transparent !important;
  color: #d2a7c0 !important;
}

html[data-theme="dark"] .motiva-button--secondary:hover {
  border-color: #6b3554 !important;
  background: #6b3554 !important;
  color: #fff !important;
}

html[data-theme="dark"] .motiva-button--on-dark {
  border-color: rgba(255, 255, 255, .7) !important;
  color: #fff !important;
}

.motiva-closing .motiva-button:not(.motiva-button--secondary),
html[data-theme="dark"] .motiva-closing .motiva-button:not(.motiva-button--secondary) {
  border-color: #fff !important;
  background: #fff !important;
  color: var(--motiva-plum-deep) !important;
}

.motiva-closing .motiva-button:not(.motiva-button--secondary):hover,
html[data-theme="dark"] .motiva-closing .motiva-button:not(.motiva-button--secondary):hover {
  border-color: var(--motiva-ivory) !important;
  background: var(--motiva-ivory) !important;
  color: var(--motiva-plum) !important;
}

@media (max-width: 900px) {
  .motiva-hero__grid,
  .motiva-promotion__inner,
  .motiva-closing__inner,
  .motiva-split,
  .motiva-safety,
  .motiva-faq,
  .motiva-promo-card,
  .motiva-comparison-layout,
  .motiva-evidence,
  .motiva-candidate {
    grid-template-columns: 1fr;
  }

  .motiva-hero__grid {
    padding-top: 108px;
  }

  .motiva-hero__visual {
    width: min(560px, 100%);
  }

  .motiva-promotion .motiva-actions,
  .motiva-closing .motiva-actions {
    margin-top: 4px;
  }

  .motiva-safety__content {
    border-top: 1px solid var(--motiva-brass);
    border-left: 0;
    padding-top: 34px;
    padding-left: 0;
  }

  .motiva-comparison__note {
    grid-column: 1;
    margin: 20px 0 0;
  }

  .motiva-evidence__content,
  .motiva-candidate > div:last-child {
    padding-top: 34px;
    padding-left: 0;
    border-top: 1px solid var(--motiva-brass);
    border-left: 0;
  }
}

@media (max-width: 680px) {
  .motiva-shell,
  .motiva-promo-card {
    width: min(100% - 32px, 1180px);
  }

  .motiva-hero h1 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

  .motiva-options,
  .motiva-facts,
  .motiva-preserve-benefits {
    grid-template-columns: 1fr;
  }

  .motiva-option figure {
    height: 290px;
  }

  .motiva-promo-card {
    margin-bottom: 42px;
  }

  .motiva-promo-card__link {
    white-space: normal;
  }

  .motiva-faq details p {
    padding-right: 0;
  }

  .motiva-comparison {
    border-top: 0;
  }

  .motiva-comparison__head {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .motiva-comparison__row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 26px 0;
  }

  .motiva-comparison__row span:nth-child(2)::before {
    display: block;
    margin-bottom: 4px;
    color: var(--motiva-plum);
    content: "Motiva Preservé";
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .motiva-comparison__row span:nth-child(3)::before {
    display: block;
    margin: 8px 0 4px;
    color: var(--motiva-plum);
    content: "Traditional augmentation";
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
}

@media (max-width: 480px) {
  .motiva-actions .motiva-button {
    width: 100%;
  }

}

@media (prefers-reduced-motion: reduce) {
  .motiva-faq summary {
    scroll-behavior: auto;
  }
}
