.pdp-body {
  --pdp-accent: #1766ad;
  --pdp-paper: #eaf2f7;
  background: var(--v3-ivory);
}
.pdp--coral { --pdp-accent: #d54b2d; --pdp-paper: #f8eee8; }
.pdp--eucalyptus { --pdp-accent: #167f7c; --pdp-paper: #e9f2ef; }
.pdp--violet { --pdp-accent: #46369b; --pdp-paper: #efedf8; }
.pdp--sand { --pdp-accent: #8d7750; --pdp-paper: #f4efe4; }

.pdp-main { background: var(--v3-ivory); }
.pdp-header-link {
  display: inline-flex;
  padding: 10px 0;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  font-weight: 600;
}
.pdp-breadcrumb {
  max-width: var(--v3-page);
  margin: 0 auto;
  padding: 26px 34px;
  color: var(--v3-ink-soft);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.pdp-breadcrumb a { border-bottom: 1px solid transparent; }
.pdp-breadcrumb a:hover, .pdp-breadcrumb a:focus-visible { border-color: currentColor; }

.pdp-hero {
  max-width: var(--v3-page);
  min-height: 660px;
  margin: 0 auto;
  padding: 0 34px 72px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(400px, 0.95fr);
}
.pdp-hero__visual {
  min-height: 560px;
  display: grid;
  place-items: center;
  background: var(--pdp-paper);
  border-top: 4px solid var(--pdp-accent);
}
.pdp-hero__crop {
  width: min(48%, 270px);
  height: 390px;
  display: grid;
  place-items: center;
  transform: translateY(-34px);
  overflow: visible;
  background: transparent;
  box-shadow: none;
}
.pdp-hero__crop img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.pdp-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 66px clamp(42px, 6vw, 88px);
  background: var(--v3-paper);
  border-top: 4px solid var(--pdp-accent);
}
.pdp-hero__content .v3-kicker { color: var(--pdp-accent); }
.pdp-title {
  margin: 0;
  font-family: var(--v3-serif);
  font-size: clamp(58px, 6vw, 86px);
  font-weight: 400;
  line-height: 0.93;
  letter-spacing: -0.035em;
}
.pdp-subtitle { margin: 20px 0 0; color: var(--pdp-accent); font-size: 15px; font-weight: 600; }
.pdp-lede { max-width: 480px; margin: 28px 0 0; color: var(--v3-ink-soft); font-size: 16px; line-height: 1.7; }
.pdp-heritage {
  margin: 24px 0 0;
  padding-left: 14px;
  border-left: 3px solid #6f9fc5;
  color: var(--v3-ink-soft);
  font-family: var(--v3-serif);
  font-size: 16px;
  line-height: 1.35;
}
.pdp-status {
  align-self: flex-start;
  margin-top: 28px;
  padding: 9px 12px;
  border: 1px solid var(--pdp-accent);
  color: var(--pdp-accent);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.pdp-actions { margin-top: 30px; display: flex; gap: 24px; flex-wrap: wrap; }
.pdp-actions a { padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 600; }

.pdp-identity {
  background: var(--v3-paper);
  border-top: 1px solid var(--v3-line);
  border-bottom: 1px solid var(--v3-line);
}
.pdp-routine {
  padding: 88px 34px 96px;
  background: var(--pdp-paper);
  border-top: 1px solid var(--v3-line);
}
.pdp-routine__inner { max-width: var(--v3-page); margin: 0 auto; }
.pdp-routine__header { display: grid; grid-template-columns: .9fr 1.1fr; gap: 84px; align-items: end; margin-bottom: 46px; }
.pdp-routine__header p { max-width: 620px; margin: 0; color: var(--v3-ink-soft); font-size: 15px; line-height: 1.7; }
.pdp-routine__visual { margin: 0 0 18px; overflow: hidden; background: var(--v3-paper); border: 1px solid var(--v3-line); }
.pdp-routine__visual img { display: block; width: 100%; height: clamp(330px, 36vw, 500px); object-fit: cover; }
.pdp--sand .pdp-routine__visual img { object-position: 50% 20%; }
.pdp-routine__visual figcaption { padding: 14px 18px 15px; color: var(--pdp-accent); background: var(--v3-paper); font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.pdp-routine__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pdp-routine__card { min-height: 245px; padding: 30px; background: var(--v3-paper); border: 1px solid var(--v3-line); }
.pdp-routine__card span { display: block; margin-bottom: 54px; color: var(--pdp-accent); font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.pdp-routine__card h3 { margin: 0 0 12px; font-family: var(--v3-serif); font-size: 30px; font-weight: 400; line-height: 1.05; }
.pdp-routine__card p { margin: 0; color: var(--v3-ink-soft); font-size: 13px; line-height: 1.65; }
.pdp-review-note { margin: 22px 0 0; color: var(--v3-ink-soft); font-size: 11px; line-height: 1.6; }
.pdp-identity__inner {
  max-width: var(--v3-page);
  margin: 0 auto;
  padding: 76px 34px;
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.4fr);
  gap: 86px;
}
.pdp-section-title {
  max-width: 520px;
  margin: 0;
  font-family: var(--v3-serif);
  font-size: clamp(42px, 4.6vw, 64px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.025em;
}
.pdp-identity__copy { align-self: end; }
.pdp-identity__copy > p { max-width: 680px; margin: 0; color: var(--v3-ink-soft); font-size: 16px; line-height: 1.7; }
.pdp-facts { margin-top: 36px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--v3-line); }
.pdp-fact { padding: 22px 22px 0 0; border-right: 1px solid var(--v3-line); }
.pdp-fact:last-child { padding-left: 22px; border-right: 0; }
.pdp-fact:nth-child(2) { padding-left: 22px; }
.pdp-fact span { display: block; color: var(--pdp-accent); font-size: 10px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; }
.pdp-fact strong { display: block; margin-top: 10px; font-family: var(--v3-serif); font-size: 24px; font-weight: 500; line-height: 1.1; }

.pdp-verification {
  max-width: var(--v3-page);
  margin: 0 auto;
  padding: 82px 34px 92px;
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.4fr);
  gap: 82px;
}
.pdp-verification__intro .pdp-section-title { max-width: 430px; }
.pdp-verification__intro p { max-width: 420px; color: var(--v3-ink-soft); font-size: 14px; line-height: 1.7; }
.pdp-ledger { border-top: 1px solid var(--v3-line); }
.pdp-ledger__row {
  min-height: 68px;
  padding: 14px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid var(--v3-line);
  font-size: 14px;
}
.pdp-ledger__status { color: var(--pdp-accent); font-size: 11px; font-weight: 600; text-align: right; }

.pdp-note {
  padding: 54px 34px;
  color: #fff;
  background: var(--v3-ink);
}
.pdp-note__inner {
  max-width: var(--v3-page);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: 70px;
  align-items: center;
}
.pdp-note h2 { margin: 0; font-family: var(--v3-serif); font-size: clamp(36px, 4vw, 54px); font-weight: 400; line-height: 1; }
.pdp-note p { max-width: 660px; margin: 0; color: rgba(255,255,255,0.8); font-size: 14px; line-height: 1.7; }

.pdp-next { background: var(--pdp-paper); }
.pdp-next__inner {
  max-width: var(--v3-page);
  margin: 0 auto;
  padding: 54px 34px;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
}
.pdp-next p { margin: 0 0 8px; color: var(--pdp-accent); font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }
.pdp-next a { font-family: var(--v3-serif); font-size: clamp(30px, 3vw, 42px); border-bottom: 1px solid currentColor; }

@media (max-width: 900px) {
  .pdp-header-link { display: none; }
  .pdp-hero { grid-template-columns: 1fr; padding: 0 24px 64px; }
  .pdp-hero__visual { min-height: 560px; }
  .pdp-hero__content { padding: 54px 36px 60px; }
  .pdp-identity__inner, .pdp-verification { grid-template-columns: 1fr; gap: 44px; padding-inline: 24px; }
  .pdp-note__inner { grid-template-columns: 1fr; gap: 22px; }
  .pdp-routine__header { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 620px) {
  .pdp-breadcrumb { padding: 20px; }
  .pdp-hero { padding: 0 20px 54px; }
  .pdp-hero__visual { min-height: 470px; }
  .pdp-hero__crop { width: 175px; height: 310px; transform: translateY(-20px); }
  .pdp-hero__content { padding: 42px 24px 48px; }
  .pdp-title { font-size: 58px; }
  .pdp-identity__inner, .pdp-verification { padding: 62px 20px 70px; }
  .pdp-facts { grid-template-columns: 1fr; }
  .pdp-fact, .pdp-fact:nth-child(2), .pdp-fact:last-child { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--v3-line); }
  .pdp-fact:last-child { border-bottom: 0; }
  .pdp-ledger__row { grid-template-columns: 1fr; gap: 6px; }
  .pdp-ledger__status { text-align: left; }
  .pdp-note { padding: 48px 20px; }
  .pdp-routine { padding: 64px 20px 72px; }
  .pdp-routine__visual img { height: 290px; }
  .pdp-routine__grid { grid-template-columns: 1fr; }
  .pdp-routine__card { min-height: 220px; }
  .pdp-next__inner { padding: 46px 20px; align-items: flex-start; flex-direction: column; }
}
