/* =========================================================
   CHM BEAUTY — DiViNiA PAGE
   Header and footer use the existing global theme styling.
========================================================= */

.dv-page {
  --dv-primary: #b70e17;
  --dv-primary-dark: #74151c;
  --dv-orange: #ff6f23;
  --dv-gold: #f4bd65;
  --dv-heading: #411f20;
  --dv-text: #493d39;
  --dv-muted: #756963;
  --dv-cream: #fff8f3;
  --dv-paper: #f9f4f0;
  --dv-border: rgba(183, 14, 23, 0.12);
  --dv-gradient: linear-gradient(135deg, #a90d17 0%, #df351d 56%, #ff7628 100%);
  width: 100%;
  overflow: hidden;
  color: var(--dv-text);
  background:
    radial-gradient(circle at 6% 8%, rgba(255, 111, 35, 0.08), transparent 24%),
    var(--dv-paper);
  font-family: "Times New Roman", Times, serif;
}

.dv-page *,
.dv-page *::before,
.dv-page *::after {
  box-sizing: border-box;
}

.dv-page h1,
.dv-page h2,
.dv-page h3,
.dv-page p,
.dv-page ul,
.dv-page figure {
  margin-top: 0;
}

.dv-container {
  width: min(1220px, calc(100% - 48px));
  margin-inline: auto;
}

.dv-eyebrow,
.dv-cta-label,
.dv-panel-kicker {
  display: inline-block;
  padding: 10px 17px;
  border-radius: 999px;
  color: var(--dv-primary);
  background: rgba(183, 14, 23, 0.075);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 1.4px;
}

.dv-section-heading {
  max-width: 820px;
  margin: 0 auto 44px;
  text-align: center;
}

.dv-section-heading--left {
  max-width: 980px;
  margin-left: 0;
  text-align: left;
}

.dv-section-heading h2,
.dv-method-heading h2,
.dv-areas-copy h2,
.dv-sessions-copy h2 {
  margin: 18px 0 15px;
  color: var(--dv-heading);
  font-size: clamp(38px, 4.7vw, 60px);
  font-weight: 500;
  line-height: 1.06;
}

/* HERO */
.dv-hero {
  position: relative;
  isolation: isolate;
  padding: 82px 0 44px;
}

.dv-hero-orb {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.dv-hero-orb--one {
  top: 40px;
  right: -130px;
  width: 410px;
  height: 410px;
  border: 1px solid rgba(183, 14, 23, 0.11);
}

.dv-hero-orb--two {
  right: 50px;
  bottom: 10px;
  width: 180px;
  height: 180px;
  background: rgba(255, 111, 35, 0.07);
}

.dv-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
  align-items: center;
  gap: 76px;
}

.dv-hero-copy h1 {
  margin: 23px 0 0;
  color: var(--dv-heading);
  font-size: clamp(54px, 6.3vw, 84px);
  font-weight: 500;
  line-height: 0.94;
}

.dv-hero-copy h1 span {
  display: block;
  margin-top: 14px;
  color: var(--dv-primary);
  font-size: 0.57em;
}

.dv-title-line {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 220px;
  margin: 30px 0;
}

.dv-title-line span {
  width: 76px;
  height: 1px;
  background: rgba(183, 14, 23, 0.34);
}

.dv-title-line i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--dv-orange);
  box-shadow: 0 0 0 7px rgba(255, 111, 35, 0.1);
}

.dv-hero-copy h2 {
  max-width: 700px;
  margin: 0 0 22px;
  color: var(--dv-heading);
  font-size: clamp(29px, 3vw, 43px);
  font-weight: 500;
  line-height: 1.14;
}

.dv-hero-copy h2 strong {
  display: block;
  color: var(--dv-primary);
  font-weight: 600;
}

.dv-hero-copy > p {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--dv-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.78;
}

.dv-primary-button,
.dv-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 17px 29px;
  border-radius: 999px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dv-primary-button {
  margin-top: 28px;
  color: #fff;
  background: var(--dv-gradient);
  box-shadow: 0 16px 34px rgba(183, 14, 23, 0.23);
}

.dv-primary-button:hover,
.dv-cta-button:hover {
  transform: translateY(-4px);
}

.dv-primary-button span,
.dv-cta-button span {
  font-size: 21px;
}

.dv-hero-panel {
  position: relative;
  isolation: isolate;
  min-height: 560px;
  overflow: hidden;
  padding: 62px 48px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 170px 28px 170px 28px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 205, 139, 0.32), transparent 25%),
    linear-gradient(150deg, #74151c 0%, #a80e18 57%, #e85622 100%);
  box-shadow: 0 28px 65px rgba(109, 23, 27, 0.24);
}

.dv-hero-logo {
  position: absolute;
  z-index: -1;
  right: -70px;
  bottom: -30px;
  width: 330px;
  height: 330px;
  object-fit: contain;
  opacity: 0.13;
  filter: saturate(0.65);
}

.dv-panel-kicker {
  color: #ffe4b8;
  background: rgba(255, 255, 255, 0.11);
}

.dv-hero-panel h3 {
  margin: 28px 0 42px;
  color: #fff;
  font-size: clamp(42px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.02;
}

.dv-hero-panel ul {
  display: grid;
  gap: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.dv-hero-panel li {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.9);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.4;
}

.dv-hero-panel li:last-child {
  border-bottom: 0;
}

.dv-hero-panel li span {
  color: #ffcf88;
  font-size: 11px;
  font-weight: 700;
}

.dv-benefit-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 52px;
  overflow: hidden;
  border: 1px solid var(--dv-border);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 45px rgba(130, 52, 24, 0.08);
}

.dv-benefit-strip article {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 105px;
  padding: 23px;
}

.dv-benefit-strip article:not(:last-child) {
  border-right: 1px solid var(--dv-border);
}

.dv-benefit-strip span {
  color: var(--dv-orange);
  font-size: 20px;
}

.dv-benefit-strip p {
  margin-bottom: 0;
  color: var(--dv-heading);
  font-size: 17px;
  line-height: 1.35;
}

.dv-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: min(760px, calc(100% - 60px));
  height: 42px;
  margin: 20px auto;
}

.dv-divider span {
  width: min(250px, 32vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(183, 14, 23, 0.28));
}

.dv-divider span:last-child {
  transform: rotate(180deg);
}

.dv-divider i {
  width: 12px;
  height: 12px;
  border: 1px solid rgba(183, 14, 23, 0.42);
  background: var(--dv-orange);
  box-shadow: inset 0 0 0 3px var(--dv-paper);
  transform: rotate(45deg);
}

/* INTRODUCTION + FIRST IMAGE */
.dv-intro-section {
  padding: 80px 0 100px;
}

.dv-intro-copy {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
  margin-bottom: 46px;
}

.dv-intro-copy p {
  margin-bottom: 0;
  padding: 28px 30px;
  border: 1px solid var(--dv-border);
  border-radius: 22px;
  color: var(--dv-muted);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 36px rgba(130, 52, 24, 0.06);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15.5px;
  line-height: 1.78;
}

.dv-media-card {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  border: 1px solid var(--dv-border);
  background:
    radial-gradient(circle at 77% 23%, rgba(255, 111, 35, 0.18), transparent 28%),
    linear-gradient(135deg, #fffdfb, #f2ddd2);
  box-shadow: 0 25px 65px rgba(104, 43, 24, 0.13);
}

.dv-media-card--wide {
  min-height: 520px;
  border-radius: 28px 145px 28px 145px;
}

.dv-media-card--areas {
  min-height: 620px;
  border-radius: 145px 28px 145px 28px;
}

.dv-media-card > img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: contain;
  object-position: center;
  background: #fffaf7;
}

.dv-image-placeholder {
  position: absolute;
  inset: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px dashed rgba(183, 14, 23, 0.34);
  border-radius: inherit;
  color: var(--dv-primary-dark);
  text-align: center;
}

.dv-image-placeholder > span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.dv-image-placeholder strong {
  font-size: 27px;
  font-weight: 500;
}

.dv-image-placeholder small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

/* METHOD */
.dv-method-section {
  padding: 100px 0;
  background: linear-gradient(135deg, rgba(183, 14, 23, 0.035), rgba(255, 111, 35, 0.075));
}

.dv-method-layout {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  align-items: start;
  gap: 65px;
}

.dv-method-heading {
  position: sticky;
  top: 40px;
}

.dv-method-heading > p,
.dv-areas-copy > p {
  margin-bottom: 0;
  color: var(--dv-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15.5px;
  line-height: 1.78;
}

.dv-method-cards {
  display: grid;
  gap: 20px;
}

.dv-method-cards article {
  position: relative;
  padding: 36px 38px 37px 94px;
  border: 1px solid var(--dv-border);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 17px 42px rgba(130, 52, 24, 0.075);
  transition: transform 0.3s ease;
}

.dv-method-cards article:hover {
  transform: translateY(-5px);
}

.dv-card-number {
  position: absolute;
  top: 34px;
  left: 31px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: var(--dv-primary);
  background: linear-gradient(135deg, rgba(183, 14, 23, 0.1), rgba(255, 111, 35, 0.18));
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.dv-method-cards h3 {
  margin-bottom: 12px;
  color: var(--dv-heading);
  font-size: 27px;
  font-weight: 600;
}

.dv-method-cards p {
  margin-bottom: 0;
  color: var(--dv-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14.5px;
  line-height: 1.75;
}

/* AREAS */
.dv-areas-section {
  padding: 105px 0;
}

.dv-areas-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 62px;
  padding: 48px;
  border: 1px solid var(--dv-border);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.83);
  box-shadow: 0 24px 60px rgba(130, 52, 24, 0.09);
}

.dv-page .dv-area-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.dv-area-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 13px 15px;
  border: 1px solid rgba(183, 14, 23, 0.09);
  border-radius: 17px;
  color: var(--dv-heading);
  background: var(--dv-cream);
  font-size: 17px;
  line-height: 1.35;
}

.dv-area-list li:last-child {
  grid-column: 1 / -1;
}

.dv-area-list li span {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: var(--dv-primary);
  background: rgba(183, 14, 23, 0.075);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.dv-area-text {
  display: block;
}

.dv-area-text strong {
  font-weight: 700;
}

/* SESSIONS */
.dv-sessions-section {
  padding: 0 0 105px;
}

.dv-sessions-card {
  position: relative;
  display: grid;
  grid-template-columns: 0.43fr 1.57fr;
  align-items: center;
  gap: 54px;
  overflow: hidden;
  padding: 58px 66px;
  border: 1px solid var(--dv-border);
  border-radius: 32px;
  background:
    radial-gradient(circle at 8% 30%, rgba(255, 111, 35, 0.12), transparent 24%),
    rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 55px rgba(130, 52, 24, 0.085);
}

.dv-session-number {
  display: grid;
  place-items: center;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(183, 14, 23, 0.16);
  border-radius: 50%;
  color: var(--dv-primary);
  background: linear-gradient(145deg, rgba(183, 14, 23, 0.07), rgba(255, 111, 35, 0.13));
  box-shadow: inset 0 0 0 14px rgba(255, 255, 255, 0.55);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -2px;
}

.dv-sessions-copy h2 {
  font-size: clamp(38px, 4vw, 54px);
}

.dv-sessions-copy p {
  max-width: 780px;
  margin-bottom: 0;
  color: var(--dv-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

/* CTA */
.dv-cta-section {
  padding: 0 0 110px;
}

.dv-cta-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 76px 60px;
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 13% 20%, rgba(255, 190, 122, 0.3), transparent 25%),
    linear-gradient(135deg, #72151c 0%, #a90d17 50%, #e95b22 100%);
  box-shadow: 0 28px 65px rgba(121, 21, 29, 0.25);
  text-align: center;
}

.dv-cta-content {
  position: relative;
  z-index: 2;
}

.dv-cta-label {
  color: #ffe2ad;
  background: rgba(255, 255, 255, 0.1);
}

.dv-cta-card h2 {
  max-width: 850px;
  margin: 23px auto 18px;
  color: #fff;
  font-size: clamp(40px, 5vw, 67px);
  font-weight: 500;
  line-height: 1.04;
}

.dv-cta-card h2 span {
  display: block;
  color: #ffe1a4;
}

.dv-cta-card p {
  max-width: 760px;
  margin: 0 auto 32px;
  color: rgba(255, 255, 255, 0.9);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.78;
}

.dv-cta-button {
  color: var(--dv-primary-dark);
  background: #fff;
  box-shadow: 0 17px 38px rgba(66, 6, 13, 0.25);
  font-size: 20px;
}

.dv-cta-circle {
  position: absolute;
  z-index: 1;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}

.dv-cta-circle--one {
  top: -150px;
  right: -100px;
  width: 390px;
  height: 390px;
}

.dv-cta-circle--two {
  bottom: -170px;
  left: -90px;
  width: 330px;
  height: 330px;
}

/* TABLET */
@media (max-width: 1100px) {
  .dv-container {
    width: min(calc(100% - 48px), 900px);
  }

  .dv-hero-layout,
  .dv-method-layout,
  .dv-areas-card {
    grid-template-columns: 1fr;
  }

  .dv-hero-copy {
    max-width: 800px;
    margin: 0 auto;
  }

  .dv-hero-panel {
    width: 100%;
    max-width: 800px;
    min-height: 520px;
    margin: 0 auto;
  }

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

  .dv-benefit-strip article:nth-child(2) {
    border-right: 0;
  }

  .dv-benefit-strip article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--dv-border);
  }

  .dv-method-heading {
    position: static;
    max-width: 760px;
  }

  .dv-areas-copy,
  .dv-media-card--areas {
    width: 100%;
    max-width: 760px;
    margin-inline: auto;
  }

  .dv-sessions-card {
    grid-template-columns: 230px 1fr;
    gap: 36px;
    padding-inline: 45px;
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .dv-container {
    width: min(calc(100% - 30px), 680px);
  }

  .dv-eyebrow,
  .dv-cta-label,
  .dv-panel-kicker {
    max-width: 100%;
    padding: 9px 14px;
    font-size: 10.5px;
    white-space: normal;
  }

  .dv-hero {
    padding: 48px 0 34px;
  }

  .dv-hero-layout {
    gap: 40px;
  }

  .dv-hero-copy {
    text-align: center;
  }

  .dv-hero-copy h1 {
    font-size: clamp(46px, 14vw, 65px);
  }

  .dv-hero-copy h2 {
    margin-inline: auto;
    font-size: clamp(28px, 8.4vw, 39px);
  }

  .dv-hero-copy > p {
    font-size: 14.5px;
  }

  .dv-title-line {
    width: 180px;
    justify-content: center;
    margin: 25px auto;
  }

  .dv-title-line span {
    width: 60px;
  }

  .dv-primary-button,
  .dv-cta-button {
    width: 100%;
    padding: 16px 20px;
  }

  .dv-hero-panel {
    min-height: 470px;
    padding: 58px 30px;
    border-radius: 90px 22px 90px 22px;
  }

  .dv-hero-panel h3 {
    font-size: 41px;
  }

  .dv-hero-logo {
    right: -65px;
    width: 280px;
    height: 280px;
  }

  .dv-benefit-strip {
    grid-template-columns: 1fr;
    margin-top: 35px;
  }

  .dv-benefit-strip article {
    min-height: auto;
    padding: 18px;
    border-right: 0 !important;
    border-bottom: 1px solid var(--dv-border);
  }

  .dv-benefit-strip article:last-child {
    border-bottom: 0;
  }

  .dv-intro-section,
  .dv-method-section,
  .dv-areas-section {
    padding: 68px 0;
  }

  .dv-section-heading {
    margin-bottom: 32px;
  }

  .dv-section-heading h2,
  .dv-method-heading h2,
  .dv-areas-copy h2,
  .dv-sessions-copy h2 {
    font-size: clamp(32px, 9vw, 43px);
  }

  .dv-intro-copy {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 30px;
  }

  .dv-intro-copy p {
    padding: 22px;
    font-size: 14.5px;
  }

  .dv-media-card--wide {
    min-height: 360px;
    border-radius: 22px 75px 22px 75px;
  }

  .dv-media-card--areas {
    min-height: 430px;
    border-radius: 75px 22px 75px 22px;
  }

  .dv-image-placeholder {
    inset: 15px;
  }

  .dv-method-layout,
  .dv-areas-card {
    gap: 35px;
  }

  .dv-method-cards article {
    padding: 84px 23px 25px;
  }

  .dv-card-number {
    top: 24px;
    left: 23px;
  }

  .dv-method-cards h3 {
    font-size: 24px;
  }

  .dv-areas-card {
    padding: 24px;
    border-radius: 25px;
  }

  .dv-area-list {
    grid-template-columns: 1fr;
  }

  .dv-area-list li:last-child {
    grid-column: auto;
  }

  .dv-sessions-section {
    padding: 0 0 70px;
  }

  .dv-sessions-card {
    grid-template-columns: 1fr;
    gap: 29px;
    padding: 34px 24px;
    text-align: center;
  }

  .dv-session-number {
    width: 155px;
    height: 155px;
    margin-inline: auto;
    font-size: 34px;
  }

  .dv-sessions-copy p {
    font-size: 14.5px;
  }

  .dv-cta-section {
    padding-bottom: 72px;
  }

  .dv-cta-card {
    padding: 56px 22px;
    border-radius: 25px;
  }

  .dv-cta-card h2 {
    font-size: clamp(35px, 10vw, 48px);
  }

  .dv-cta-card p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .dv-container {
    width: calc(100% - 22px);
  }

  .dv-hero-copy h1 {
    font-size: clamp(41px, 13vw, 54px);
  }

  .dv-hero-copy h2 {
    font-size: 28px;
  }

  .dv-hero-panel {
    min-height: 440px;
    padding-inline: 24px;
  }

  .dv-media-card--wide {
    min-height: 300px;
  }

  .dv-media-card--areas {
    min-height: 350px;
  }

  .dv-image-placeholder strong {
    font-size: 23px;
  }

  .dv-areas-card {
    padding: 17px;
  }
}


@media (prefers-reduced-motion: reduce) {
  .dv-page *,
  .dv-page *::before,
  .dv-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}