.pd-page {
  --gold:#bea885;
  --dark:#24272a;
  --ink:#292a29;
  --soft:#f4f1eb;
  --line:#ded8cf;
  color: var(--ink);
  background: #fff;
}
.pd-wrap {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}
.pd-eyebrow {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 12px;
  font-weight: 900;
  color: #8e734b;
}
.pd-section {
  padding: 86px 0;
}
.pd-soft {
  background: var(--soft);
}
.pd-dark {
  background: var(--dark);
  color: #fff;
}
.pd-dark .pd-eyebrow {
  color: #dbc08f;
}
.pd-dark p,
.pd-dark li {
  color: #d8d6d1;
}
.pd-page h2 {
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.02;
  letter-spacing: -.035em;
  margin: 0 0 20px;
}
.pd-page h3 {
  margin: 0;
}
.pd-lead,
.pd-copy p,
.pd-text p {
  font-size: 17px;
  line-height: 1.7;
  color: #5b5a56;
}
.pd-actions {
  display: flex;
  gap: 11px;
  flex-wrap: wrap;
  margin-top: 26px;
}
.pd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 900;
}
.pd-btn--gold {
  background: var(--gold);
  color: #1e2021;
}
.pd-btn--dark {
  background: var(--dark);
  color: #fff;
}
.pd-btn--light {
  background: #fff;
  color: #24272a;
}
.pd-hero {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  min-height: 650px;
  background: var(--dark);
  color: #fff;
}
.pd-hero__copy {
  padding: 70px clamp(34px, 5vw, 82px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pd-hero h1 {
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: clamp(48px, 4.7vw, 72px);
  line-height: .96;
  letter-spacing: -.045em;
  margin: 0 0 22px;
}
.pd-hero__lead {
  font-size: 18px;
  line-height: 1.65;
  color: #e1dfda;
  max-width: 620px;
}
.pd-hero__facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 28px;
  max-width: 620px;
}
.pd-hero__facts div {
  border: 1px solid rgba(255, 255, 255, .17);
  padding: 14px;
}
.pd-hero__facts b {
  display: block;
  color: #dfc392;
}
.pd-hero__facts span {
  display: block;
  font-size: 12px;
  line-height: 1.45;
  color: #d2d0cb;
  margin-top: 4px;
}
.pd-hero__media {
  position: relative;
  overflow: hidden;
  min-width: 0;
}
.pd-hero__media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pd-hero__media:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(36, 39, 42, .18),
      transparent 35%);
}
.pd-hero__badge {
  position: absolute;
  z-index: 2;
  right: 26px;
  bottom: 26px;
  width: min(340px, calc(100% - 52px));
  background: rgba(255, 255, 255, .95);
  color: #2a2b29;
  padding: 18px 20px;
}
.pd-hero__badge img {
  width: 78px;
  height: 78px;
  object-fit: cover;
  float: left;
  margin-right: 14px;
  border-radius: 8px;
}
.pd-hero__badge strong {
  display: block;
  margin-bottom: 5px;
}
.pd-hero__badge span {
  font-size: 13px;
  line-height: 1.48;
  color: #5e5b55;
}
.pd-quick {
  background: #fff;
  border-bottom: 1px solid #e7e1d8;
}
.pd-quick__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.pd-quick a {
  padding: 19px 18px;
  border-right: 1px solid #ece6df;
  color: #292a29;
  text-decoration: none;
}
.pd-quick a:last-child {
  border-right: 0;
}
.pd-quick small {
  display: block;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-size: 10px;
  font-weight: 900;
  color: #9a7b4c;
}
.pd-quick strong {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}
.pd-intro {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 70px;
  align-items: start;
}
.pd-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 38px;
}
.pd-benefit {
  background: var(--soft);
  padding: 24px;
}
.pd-benefit span {
  font-family: Georgia, serif;
  font-size: 34px;
  color: var(--gold);
}
.pd-benefit strong {
  display: block;
  font-size: 18px;
  margin: 8px 0;
}
.pd-benefit p {
  font-size: 14px;
  line-height: 1.55;
  color: #64625d;
  margin: 0;
}
.pd-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.pd-feature__image {
  min-height: 520px;
}
.pd-feature__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pd-feature__copy > p {
  font-size: 17px;
  line-height: 1.7;
  color: #d8d6d1;
}
.pd-list {
  display: grid;
  gap: 0;
  margin: 24px 0 0;
}
.pd-list div {
  border-top: 1px solid rgba(255, 255, 255, .16);
  padding: 13px 0;
}
.pd-list b {
  color: #e0c28e;
}
.pd-list span {
  display: block;
  margin-top: 3px;
  font-size: 14px;
  line-height: 1.5;
  color: #d4d2cd;
}
.pd-compare {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 30px;
}
.pd-compare article {
  border: 1px solid var(--line);
  background: #fff;
  padding: 26px;
}
.pd-compare article.is-current {
  background: #ede5d8;
  border-color: #d6c5a8;
}
.pd-compare span {
  display: block;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 10px;
  font-weight: 900;
  color: #98794b;
  margin-bottom: 10px;
}
.pd-compare h3 {
  font-size: 23px;
  margin-bottom: 10px;
}
.pd-compare p {
  font-size: 14px;
  line-height: 1.6;
  color: #5f5d58;
  margin: 0;
}
.pd-gallery {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 14px;
  margin-top: 36px;
}
.pd-gallery figure {
  margin: 0;
  position: relative;
  min-height: 430px;
  overflow: hidden;
}
.pd-gallery figure:last-child {
  min-height: 430px;
}
.pd-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pd-gallery figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: rgba(30, 31, 32, .82);
  color: #fff;
  padding: 9px 11px;
  font-size: 12px;
  font-weight: 800;
  max-width: 80%;
}
.pd-note {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 60px;
  align-items: start;
}
.pd-note__box {
  background: #ede5d8;
  padding: 28px;
}
.pd-note__box strong {
  font-size: 20px;
}
.pd-note__box p {
  font-size: 15px;
  line-height: 1.65;
  color: #5e5b55;
  margin: 10px 0 0;
}
.pd-note ul {
  margin: 18px 0 0;
  padding-left: 20px;
  line-height: 1.7;
  color: #5d5b56;
}
.pd-faq {
  max-width: 980px;
}
.pd-faq details {
  border-top: 1px solid var(--line);
}
.pd-faq details:last-child {
  border-bottom: 1px solid var(--line);
}
.pd-faq summary {
  cursor: pointer;
  list-style: none;
  padding: 19px 38px 19px 0;
  font-size: 17px;
  font-weight: 900;
  position: relative;
}
.pd-faq summary::-webkit-details-marker {
  display: none;
}
.pd-faq summary:after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 14px;
  font-size: 26px;
  color: #92764c;
}
.pd-faq details[open] summary:after {
  content: "–";
}
.pd-faq details p {
  font-size: 16px;
  line-height: 1.65;
  color: #5f5f5b;
  margin: 0 0 20px;
  max-width: 820px;
}
.pd-final {
  background: #eae2d6;
  padding: 68px 0;
}
.pd-final__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: center;
}
.pd-final h2 {
  font-size: clamp(34px, 3.6vw, 52px);
  margin: 0 0 12px;
}
.pd-final p {
  font-size: 16px;
  line-height: 1.6;
  color: #5e5b55;
  margin: 0;
  max-width: 720px;
}
.pd-final .pd-actions {
  margin: 0;
  justify-content: flex-end;
}
@media (max-width: 1250px) and (min-width: 1101px) {
  .pd-hero__copy {
    padding-left: 32px;
    padding-right: 32px;
  }
  .pd-hero h1 {
    font-size: 48px;
  }
}
@media (max-width: 1100px) {
  .pd-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .pd-hero__copy {
    padding: 54px 32px;
  }
  .pd-hero__media {
    min-height: 520px;
  }
  .pd-intro,
  .pd-feature,
  .pd-note {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .pd-benefits {
    grid-template-columns: repeat(2, 1fr);
  }
  .pd-gallery {
    grid-template-columns: 1fr 1fr;
  }
  .pd-feature__image {
    min-height: 440px;
  }
  .pd-final__inner {
    grid-template-columns: 1fr;
  }
  .pd-final .pd-actions {
    justify-content: flex-start;
  }
}
@media (max-width: 720px) {
  .pd-wrap {
    width: min(100% - 30px, 1240px);
  }
  .pd-section {
    padding: 58px 0;
  }
  .pd-hero__copy {
    padding: 42px 20px;
  }
  .pd-hero h1 {
    font-size: 43px;
  }
  .pd-hero__facts {
    grid-template-columns: 1fr;
  }
  .pd-hero__media {
    min-height: 390px;
  }
  .pd-hero__badge {
    left: 14px;
    right: 14px;
    bottom: 14px;
    width: auto;
  }
  .pd-quick__grid {
    grid-template-columns: 1fr 1fr;
  }
  .pd-quick a:nth-child(2) {
    border-right: 0;
  }
  .pd-quick a:nth-child(-n+2) {
    border-bottom: 1px solid #ece6df;
  }
  .pd-benefits,
  .pd-compare {
    grid-template-columns: 1fr;
  }
  .pd-gallery {
    grid-template-columns: 1fr;
  }
  .pd-gallery figure,
  .pd-gallery figure:last-child {
    min-height: 300px;
  }
  .pd-feature__image {
    min-height: 320px;
  }
  .pd-final {
    padding: 52px 0;
  }
}
.pd-longcopy {
  max-width: 940px;
}
.pd-longcopy p {
  font-size: 17px;
  line-height: 1.72;
  color: #5b5a56;
  margin: 0 0 18px;
}
.pd-longcopy h3 {
  font-family:
    Georgia,
    "Times New Roman",
    serif;
  font-size: clamp(26px, 2.5vw, 36px);
  line-height: 1.08;
  margin: 34px 0 13px;
}
.pd-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
}
.pd-topic {
  padding: 25px;
  background: #fff;
  border: 1px solid var(--line);
}
.pd-topic b {
  display: block;
  font-size: 18px;
  margin-bottom: 9px;
}
.pd-topic p {
  font-size: 14px;
  line-height: 1.62;
  color: #62605b;
  margin: 0;
}
.pd-soft .pd-topic {
  background: #fff;
}
.pd-dark .pd-topic {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .14);
}
.pd-dark .pd-topic b {
  color: #e0c28e;
}
.pd-dark .pd-topic p {
  color: #d7d4ce;
}
.pd-photo-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
  margin-top: 34px;
}
.pd-photo-row figure {
  margin: 0;
  position: relative;
  min-height: 350px;
  overflow: hidden;
  background: #ddd;
}
.pd-photo-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pd-photo-row figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  max-width: 82%;
  background: rgba(30, 31, 32, .84);
  color: #fff;
  padding: 9px 11px;
  font-size: 12px;
  font-weight: 800;
}
.pd-side-by-side {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 58px;
  align-items: center;
}
.pd-side-by-side--reverse {
  grid-template-columns: 1.1fr .9fr;
}
.pd-side-by-side__image {
  min-height: 500px;
}
.pd-side-by-side__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pd-side-by-side__copy p {
  font-size: 17px;
  line-height: 1.7;
  color: #5b5a56;
}
.pd-dark .pd-side-by-side__copy p {
  color: #d8d6d1;
}
.pd-kicker {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 10px;
  background: #ede5d8;
  color: #715b39;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.pd-checklist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px 26px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.pd-checklist li {
  position: relative;
  padding: 9px 0 9px 27px;
  border-top: 1px solid var(--line);
  color: #5b5a56;
  line-height: 1.5;
}
.pd-checklist li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #8e734b;
  font-weight: 900;
}
.pd-dark .pd-checklist li {
  border-color: rgba(255, 255, 255, .15);
  color: #d8d6d1;
}
.pd-dark .pd-checklist li:before {
  color: #e0c28e;
}
.pd-callout {
  margin-top: 26px;
  padding: 24px 26px;
  background: #ede5d8;
  border-left: 4px solid var(--gold);
}
.pd-callout strong {
  display: block;
  font-size: 18px;
  margin-bottom: 7px;
}
.pd-callout p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #5e5b55;
}
@media (max-width: 1100px) {
  .pd-topic-grid {
    grid-template-columns: 1fr 1fr;
  }
  .pd-photo-row {
    grid-template-columns: 1fr 1fr;
  }
  .pd-photo-row figure:last-child {
    grid-column: 1/-1;
  }
  .pd-side-by-side,
  .pd-side-by-side--reverse {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .pd-side-by-side__image {
    min-height: 430px;
  }
}
@media (max-width: 720px) {
  .pd-topic-grid,
  .pd-photo-row,
  .pd-checklist {
    grid-template-columns: 1fr;
  }
  .pd-photo-row figure,
  .pd-photo-row figure:last-child {
    grid-column: auto;
    min-height: 300px;
  }
  .pd-side-by-side__image {
    min-height: 300px;
  }
}
.pd-dark .pd-longcopy p,
.pd-dark .pd-side-by-side__copy p,
.pd-dark .pd-copy p,
.pd-dark .pd-text p,
.pd-dark .pd-lead {
  color: #ece9e3;
}
.pd-dark .pd-longcopy h3,
.pd-dark .pd-side-by-side__copy h2 {
  color: #fff;
}
.pd-wave-how {
  background: #eee6d9;
}
.pd-wave-how__intro {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 64px;
  align-items: start;
}
.pd-wave-how__intro p {
  font-size: 17px;
  line-height: 1.72;
  color: #56544f;
  margin: 0 0 16px;
}
.pd-wave-rail {
  margin: 32px 0 10px;
  padding: 24px 26px;
  background: #fff;
  border: 1px solid #d8d0c4;
}
.pd-wave-rail__line {
  height: 9px;
  background: #343638;
  border-radius: 10px;
  position: relative;
  margin: 28px 10px 34px;
}
.pd-wave-rail__dots {
  position: absolute;
  inset: 50% 0 auto;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}
.pd-wave-rail__dots i {
  width: 18px;
  height: 18px;
  border: 4px solid #bea885;
  background: #fff;
  border-radius: 50%;
  display: block;
}
.pd-wave-rail__label {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 13px;
  color: #66615a;
}
.pd-wave-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}
.pd-wave-step {
  background: #fff;
  border: 1px solid #d8d0c4;
  padding: 22px;
  min-height: 200px;
}
.pd-wave-step span {
  font-family: Georgia, serif;
  color: #9a835f;
  font-size: 31px;
}
.pd-wave-step strong {
  display: block;
  margin: 8px 0 9px;
  font-size: 18px;
  color: #282927;
}
.pd-wave-step p {
  font-size: 14px;
  line-height: 1.6;
  color: #5e5b55;
  margin: 0;
}
.pd-wave-fullness {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 28px;
}
.pd-wave-fullness article {
  padding: 26px;
  background: #24272a;
  color: #fff;
}
.pd-wave-fullness b {
  display: block;
  color: #e0c28e;
  font-size: 24px;
  margin-bottom: 8px;
}
.pd-wave-fullness p {
  margin: 0;
  color: #e7e4de;
  font-size: 15px;
  line-height: 1.65;
}
@media (max-width: 1100px) {
  .pd-wave-how__intro {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .pd-wave-steps {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 720px) {
  .pd-wave-steps,
  .pd-wave-fullness {
    grid-template-columns: 1fr;
  }
  .pd-wave-rail {
    padding: 18px 16px;
  }
  .pd-wave-rail__label {
    font-size: 12px;
  }
}
