.product-page { background: var(--white); }
.product-header-inner { grid-template-columns: auto 1fr auto; }
.product-header-inner .desktop-nav { justify-content: flex-end; }
.pdp { min-height: calc(100svh - 74px); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(480px, 0.92fr); }
.pdp[hidden], .product-not-found[hidden], .pdp-assurance[hidden] { display: none; }
.pdp-media { min-height: 720px; display: grid; place-items: center; padding: clamp(34px, 5vw, 88px); background: #edf1f0; }
.pdp-gallery { width: min(100%, 760px); display: grid; gap: 18px; }
.pdp-main-image { min-height: 540px; display: grid; place-items: center; }
.pdp-main-image img { width: 100%; max-height: 640px; object-fit: contain; }
.pdp-thumbnails { min-height: 72px; display: flex; justify-content: center; gap: 10px; }
.pdp-thumbnail { width: 72px; height: 72px; display: grid; place-items: center; padding: 5px; border: 1px solid transparent; border-radius: 3px; background: rgba(255, 255, 255, 0.72); }
.pdp-thumbnail img { width: 100%; height: 100%; object-fit: contain; }
.pdp-thumbnail.is-active { border-color: var(--ocean); background: var(--white); }
.pdp-copy { max-width: 680px; align-self: center; padding: 70px 64px; }
.pdp-back { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 36px; color: var(--muted); font-size: 12px; font-weight: 800; }
.pdp-back svg { width: 15px; }
.pdp-copy .eyebrow { margin-bottom: 5px; }
.pdp-scene { margin: 0 0 8px; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.pdp-classification { width: max-content; max-width: 100%; margin: 0 0 13px; padding: 5px 8px; border: 1px solid #cbd6d3; background: #f1f5f4; color: var(--ocean); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.pdp-classification.is-caution { border-color: #dccb9c; background: #fff7dd; color: #75520b; }
.pdp-copy h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 46px; font-weight: 500; line-height: 1.05; }
.pdp-price { margin: 20px 0 0; font-size: 23px; font-weight: 850; }
.pdp-price del { margin-right: 7px; color: #727c7f; font-weight: 500; }
.pdp-concept-note { display: flex; align-items: flex-start; gap: 8px; margin: 10px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.pdp-concept-note svg { width: 16px; flex: 0 0 auto; color: var(--amber-dark); }
.pdp-concept-note strong { color: var(--ink); }
.pdp-description { margin: 17px 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.pdp-features { display: grid; gap: 7px; margin: 18px 0 28px; padding: 0; list-style: none; font-size: 13px; }
.pdp-features li::before { content: "✓"; margin-right: 9px; color: var(--green); font-weight: 900; }
.pdp-variants { margin-bottom: 22px; }
.pdp-destination { min-height: 76px; display: flex; align-items: flex-start; gap: 11px; padding: 13px 14px; border: 1px solid var(--line); background: #f7f8f7; }
.pdp-destination > svg { width: 18px; flex: 0 0 auto; margin-top: 4px; color: var(--muted); }
.pdp-destination > span { min-width: 0; flex: 1; display: grid; gap: 2px; }
.pdp-destination strong { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.pdp-destination select { width: 100%; min-width: 0; height: 24px; padding: 0 22px 0 0; border: 0; background: transparent; color: var(--ink); font-size: 13px; font-weight: 800; }
.pdp-destination small { color: var(--muted); font-size: 11px; }
.pdp-order-summary { display: grid; gap: 7px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); }
.pdp-order-summary > div { display: flex; justify-content: space-between; gap: 18px; font-size: 12px; }
.pdp-order-summary .pdp-total { margin-top: 5px; padding-top: 12px; border-top: 1px solid var(--line); font-size: 16px; }
.pdp-cost-note { margin: 9px 0 18px; color: var(--muted); font-size: 10px; }
.pdp-purchase { display: grid; grid-template-columns: 140px 1fr; gap: 10px; }
.pdp-support { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; color: var(--ocean); font-size: 12px; font-weight: 800; }
.pdp-support[hidden] { display: none; }
.pdp-support svg { width: 17px; }
.pdp-assurance { border-top: 1px solid var(--line); background: var(--paper); }
.pdp-assurance > div { display: grid; grid-template-columns: repeat(3, 1fr); }
.pdp-assurance > div > div { min-height: 112px; display: flex; align-items: center; gap: 13px; padding: 20px 28px; border-right: 1px solid var(--line); }
.pdp-assurance > div > div:first-child { border-left: 1px solid var(--line); }
.pdp-assurance svg { width: 22px; flex: 0 0 auto; color: var(--ocean); }
.pdp-assurance span { display: grid; gap: 2px; }
.pdp-assurance strong { font-size: 13px; }
.pdp-assurance small { color: var(--muted); font-size: 11px; }
.pdp-policy-links { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 10px 0 24px; }
.pdp-policy-links a { color: var(--ocean-bright); font-size: 12px; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.pdp-related { padding-block: 86px; border-top: 1px solid var(--line); background: var(--white); }
.pdp-related[hidden] { display: none; }
.pdp-related-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr); align-items: end; gap: 5px 48px; margin-bottom: 32px; }
.pdp-related-heading .eyebrow { grid-column: 1 / -1; }
.pdp-related-heading h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 38px; font-weight: 500; }
.pdp-related-heading > p:last-child { margin: 0; color: var(--muted); line-height: 1.6; }
.pdp-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.pdp-related-card { display: grid; grid-template-rows: minmax(250px, 1fr) auto; border: 1px solid var(--line); background: var(--white); }
.pdp-related-card img { width: 100%; height: 100%; min-height: 250px; object-fit: cover; background: var(--paper); }
.pdp-related-card > div { display: grid; grid-template-columns: 1fr auto; gap: 7px 16px; padding: 18px; }
.pdp-related-card small { grid-column: 1 / -1; color: var(--amber-dark); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.pdp-related-card h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 20px; }
.pdp-related-card strong { font-size: 13px; white-space: nowrap; }
.pdp-related-card a { grid-column: 1 / -1; min-height: 34px; display: inline-flex; align-items: center; gap: 7px; color: var(--ocean); font-size: 12px; font-weight: 800; }
.pdp-related-card svg { width: 15px; }
.product-not-found { min-height: 70svh; display: grid; place-items: center; padding: 60px 20px; background: var(--paper); text-align: center; }
.product-not-found > div { max-width: 650px; }
.product-not-found span { color: var(--amber-dark); font-size: 11px; font-weight: 850; }
.product-not-found h1 { margin: 12px 0; font-family: Georgia, "Times New Roman", serif; font-size: 46px; font-weight: 500; line-height: 1.08; }
.product-not-found p { color: var(--muted); }
.product-not-found > div > div { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 24px; }

@media (max-width: 980px) {
  .pdp { grid-template-columns: 1fr; }
  .pdp-media { min-height: 520px; padding: 60px; }
  .pdp-main-image { min-height: 390px; }
  .pdp-main-image img { max-height: 440px; }
  .pdp-copy { max-width: none; padding: 58px max(28px, calc((100% - 760px) / 2)); }
}

@media (max-width: 680px) {
  .product-header-inner { grid-template-columns: auto 1fr auto; }
  .product-header-inner .brand { justify-self: center; }
  .pdp-media { min-height: 390px; padding: 42px 28px; }
  .pdp-main-image { min-height: 290px; }
  .pdp-main-image img { max-height: 320px; }
  .pdp-thumbnails { min-height: 62px; justify-content: flex-start; overflow-x: auto; }
  .pdp-thumbnail { width: 62px; height: 62px; flex: 0 0 auto; }
  .pdp-copy { padding: 42px 20px 54px; }
  .pdp-back { margin-bottom: 28px; }
  .pdp-copy h1 { font-size: 36px; }
  .pdp-purchase { grid-template-columns: 1fr; }
  .pdp-purchase .quantity-picker { width: 140px; }
  .pdp-assurance > div { grid-template-columns: 1fr; }
  .pdp-assurance > div > div, .pdp-assurance > div > div:first-child { min-height: 86px; border-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .pdp-related { padding-block: 58px; }
  .pdp-related-heading { grid-template-columns: 1fr; }
  .pdp-related-heading .eyebrow { grid-column: 1; }
  .pdp-related-heading h2 { font-size: 32px; }
  .pdp-related-grid { grid-template-columns: 1fr; }
  .pdp-related-card { grid-template-columns: 132px 1fr; grid-template-rows: auto; }
  .pdp-related-card img { min-height: 150px; }
}
