/* White intro → sand setup → blue examples → white controls → sand FAQ →
   navy closing. Full-width bands define the reading path; examples stay white. */
.product-page {
  --pp-ink: var(--mu-ink, #14313e);
  --pp-muted: var(--mu-muted, #4c6573);
  --pp-line: var(--mu-line, #d7e5eb);
  --pp-blue: var(--mu-accent, #096a9b);
  --pp-white: var(--mu-white);
  --pp-sand: var(--mu-paper);
  --pp-ice: var(--mu-blue);
  --pp-navy: var(--mu-dark);
  --pp-sand-line: var(--mu-paper-line);
  --pp-ice-line: var(--mu-blue-line);
  --pp-section-space: clamp(40px, 5vw, 64px);
  color: var(--pp-ink);
  font: 17px/1.55 'Nunito', system-ui, sans-serif;
  background: var(--pp-white);
}
.product-page .wrap { width: min(1360px, calc(100% - 112px)); }
.product-page h1, .product-page h2 {
  font-family: 'Baloo 2', 'Nunito', system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.08;
  text-wrap: balance;
}
.product-page h1 { font-size: clamp(43px, 4.1vw, 64px); }
.product-page h1 span { color: #159bd5; }
.product-page h2 { font-size: clamp(34px, 3.2vw, 48px); }
.product-page h3, .product-page h4 {
  font-family: 'Nunito', system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: -.018em;
  line-height: 1.22;
}
.product-page h3 { font-size: 21px; }
.product-page p { line-height: 1.55; }
.product-page [id] { scroll-margin-top: 20px; }
.product-page [hidden] { display: none !important; }
.product-page .pp-screen-reader { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.product-page .pp-eyebrow, .product-page .pp-small-label {
  color: var(--pp-blue);
  font-size: 11px;
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: .085em;
  margin: 0 0 14px;
}
.product-page .pp-small-label { color: var(--pp-muted); font-size: 10px; }
.product-page .pp-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--pp-blue);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 900;
  padding-block: 9px;
}
.product-page .pp-text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.product-page .button {
  min-height: 54px;
  padding: 14px 22px;
  border-radius: 12px;
  font: 900 16px/1.3 'Nunito', sans-serif;
  gap: 18px;
}
.product-page .button-primary { color: #13381b; background: #49cc55; border: 1px solid #39ba44; box-shadow: 0 5px 0 #259d31; }
.product-page .button-primary:hover { background: #5bda66; }
.product-page .pp-hero-band { background: var(--pp-white); border-bottom: 1px solid var(--pp-sand-line); }
.product-page .pp-setup-band { background: var(--pp-sand); }
.product-page .pp-check-band { background: var(--pp-white); }
.product-page .pp-hero {
  padding-block: 58px 42px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  align-items: center;
  gap: clamp(36px, 5vw, 76px);
}
.product-page .pp-hero-description { font-size: 20px; margin: 24px 0 12px; max-width: 550px; }
.product-page .pp-hero-detail { color: var(--pp-muted); max-width: 540px; font-size: 16px; }
.product-page .pp-hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-top: 25px; }
.product-page .pp-inbox-map { background: #fff; border: 1px solid #c8dee8; border-radius: 18px; box-shadow: 0 7px 0 #e5f0f5; overflow: clip; }
.product-page .pp-map-head { display: flex; gap: 10px; align-items: center; padding: 21px 22px 16px; font-size: 16px; }
.product-page .pp-source-strip { display: flex; gap: 8px; padding: 0 22px 19px; border-bottom: 1px solid var(--pp-line); }
.product-page .pp-source-strip span { background: #edf5f8; color: #527585; border-radius: 4px; padding: 4px 9px; font-size: 11px; font-weight: 800; }
.product-page .pp-map-messages { padding-inline: 22px; }
.product-page .pp-map-messages a { display: flex; align-items: center; gap: 13px; padding: 19px 0; border-bottom: 1px solid #e3ebef; }
.product-page .pp-map-messages a:last-child { border-bottom: 0; }
.product-page .pp-map-messages a > div { flex: 1; }
.product-page .pp-map-messages a > span:last-child { color: var(--pp-blue); transition: transform .16s; }
.product-page .pp-map-messages a:hover > span:last-child { transform: translateX(4px); }
.product-page .pp-map-messages a:hover strong { color: #0785bd; }
.product-page .pp-map-messages small { color: var(--pp-muted); display: block; font-size: 12px; margin-bottom: 3px; }
.product-page .pp-map-messages strong { display: block; font-size: 15px; line-height: 1.4; }
.product-page .pp-inbox-map > p { display: flex; justify-content: space-between; gap: 10px; background: #f9fcfd; padding: 13px 22px; margin: 0; font-size: 11px; color: #627a85; border-top: 1px solid var(--pp-line); }
.product-page .pp-inbox-map > p span { font-weight: 800; }
.product-page .pp-person-avatar { display: grid; place-items: center; flex: 0 0 39px; height: 39px; width: 39px; border-radius: 50%; font-size: 15px; font-weight: 900; }
.product-page .pp-avatar-welcome { color: #9b6a19; background: #fff0c7; }
.product-page .pp-avatar-cart { color: #2679a1; background: #dff1fb; }
.product-page .pp-avatar-reply { color: #87509b; background: #f0e5f8; }
.product-page .pp-avatar-return { color: #3d805d; background: #e3f0e7; }
.product-page .pp-page-path { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cbdee7; }
.product-page .pp-page-path a { display: flex; align-items: center; gap: 12px; padding: 20px 26px; font-size: 14px; font-weight: 900; border-right: 1px solid #d6e6ed; }
.product-page .pp-page-path a:first-child { padding-left: 0; }
.product-page .pp-page-path a:last-child { border-right: 0; padding-right: 0; }
.product-page .pp-page-path span { color: var(--pp-blue); font-size: 12px; }
.product-page .pp-page-path b { margin-left: auto; color: #6b96aa; }
.product-page .pp-page-path a:hover { color: #008abf; }
.product-page .pp-setup, .product-page .pp-check { padding-block: var(--pp-section-space); }
.product-page .pp-section-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 64px; margin-bottom: 32px; }
.product-page .pp-section-heading .pp-eyebrow { grid-column: 1 / -1; }
.product-page .pp-section-heading .pp-eyebrow,
.product-page .pp-example-heading .pp-eyebrow,
.product-page .pp-faq .pp-eyebrow,
.product-page .pp-closing .pp-eyebrow { font-size: 12px; margin-bottom: 12px; }
.product-page .pp-section-heading > p:last-child { color: var(--pp-muted); max-width: 590px; align-self: end; margin: 0; }
.product-page .pp-setup-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: 64px; align-items: start; }
.product-page .pp-setup-steps { list-style: none; padding: 0; margin: 0; }
.product-page .pp-setup-steps li { display: flex; gap: 20px; position: relative; padding: 19px 0; }
.product-page .pp-setup-steps li:first-child { padding-top: 0; }
.product-page .pp-setup-steps li:not(:last-child)::after { content: ''; width: 1px; background: #d1c4aa; position: absolute; top: 58px; bottom: -12px; left: 19px; }
.product-page .pp-setup-steps li:first-child::after { top: 39px; }
.product-page .pp-setup-steps li > span { flex: 0 0 39px; height: 39px; border: 1px solid var(--pp-sand-line); background: var(--pp-white); border-radius: 50%; display: grid; place-items: center; color: var(--pp-blue); font-size: 15px; font-weight: 900; }
.product-page .pp-setup-steps h3 { font-size: 19px; padding-top: 5px; }
.product-page .pp-setup-steps p { margin: 8px 0 0; color: var(--pp-muted); font-size: 15px; max-width: 490px; }
.product-page .pp-settings-sheet { background: #fff; border: 1px solid #d5d7cd; border-radius: 14px; overflow: clip; box-shadow: 0 5px 0 #e7dfcf; }
.product-page .pp-sheet-heading { padding: 18px 22px; display: flex; gap: 12px; justify-content: space-between; align-items: center; background: #f4f9fb; border-bottom: 1px solid var(--pp-line); }
.product-page .pp-sheet-heading > span { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 900; }
.product-page .pp-sheet-heading small { font-size: 10px; color: var(--pp-muted); white-space: nowrap; }
.product-page .pp-setting-group { padding: 18px 22px 0; }
.product-page .pp-setting-group h3 { font-size: 13px; margin-bottom: 6px; }
.product-page .pp-setting-group dl { margin: 0; }
.product-page .pp-setting-group dl > div { display: flex; gap: 12px; align-items: center; justify-content: space-between; padding: 7px 0; font-size: 13px; border-bottom: 1px solid #edf2f4; }
.product-page .pp-setting-group dd { font-size: 10px; font-weight: 900; min-width: 39px; text-align: center; margin: 0; border-radius: 4px; padding: 3px 7px; }
.product-page .pp-setting-on { background: #e7f5eb; color: #277944; }
.product-page .pp-setting-off { background: #edf0f2; color: #687980; }
.product-page .pp-settings-foot { padding: 14px 22px; color: var(--pp-muted); background: #fafcfd; border-top: 1px solid var(--pp-line); font-size: 12px; margin: 18px 0 0; }
.product-page .pp-section-foot { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--pp-sand-line); margin-top: 30px; padding-top: 20px; }
.product-page .pp-section-foot p { font-size: 13px; color: var(--pp-muted); margin: 0; }
.product-page .pp-section-foot p strong { color: var(--pp-ink); }
.product-page .pp-section-foot a { white-space: nowrap; }
.product-page .pp-examples-band { background: var(--pp-ice); border-block: 1px solid var(--pp-ice-line); padding-block: var(--pp-section-space) clamp(32px, 3vw, 44px); }
.product-page .pp-example-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 64px; margin-bottom: 29px; }
.product-page .pp-example-heading > p { color: var(--pp-muted); margin: 0; max-width: 490px; }
.product-page .pp-example-aliases { position: relative; }
.product-page .pp-example-aliases span { position: absolute; inset: 0; scroll-margin-top: 20px; }
.product-page .pp-example-workspace { background: #fff; border: 1px solid #bfd9e5; border-radius: 16px; box-shadow: 0 5px 0 #e1edf3; overflow-anchor: none; }
.product-page .pp-example-tabs { display: grid; grid-template-columns: repeat(4, 1fr); padding: 9px; gap: 5px; border-bottom: 1px solid var(--pp-line); background: #f9fcfd; border-radius: 16px 16px 0 0; }
.product-page .pp-example-tabs a { display: flex; align-items: center; justify-content: center; gap: 9px; font-size: 14px; font-weight: 900; padding: 13px 8px; border: 1px solid transparent; border-radius: 8px; }
.product-page .pp-example-tabs a:hover { background: #eaf6fc; }
.product-page .pp-example-tabs [aria-selected="true"] { color: #057daf; border-color: #7dc8e9; background: #e9f7fe; box-shadow: 0 2px 0 #c9e6f2; }
.product-page .pp-tab-icon { width: 25px; height: 25px; border-radius: 50%; font-size: 10px; display: grid; place-items: center; flex-shrink: 0; }
.product-page .pp-example-panel { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); }
.product-page .pp-example-panel + .pp-example-panel { border-top: 1px solid var(--pp-line); }
.product-page.pp-ready .pp-example-panel { min-height: 510px; border-top: 0; }
.product-page.pp-ready .pp-example-panels { display: grid; }
.product-page.pp-ready .pp-example-panel { grid-area: 1 / 1; }
/* Inactive examples still size the shared stage. Switching tabs never shifts
   the section below; hidden + inert also remove them from the tab order. */
.product-page.pp-ready .pp-example-panel[hidden] { display: grid !important; visibility: hidden; pointer-events: none; }
.product-page .pp-reason { grid-column: 1; grid-row: 1; padding: 28px 28px 0; border-right: 1px solid var(--pp-line); display: flex; flex-direction: column; }
.product-page .pp-example-detail { grid-column: 1; grid-row: 2; padding: 0 28px 28px; border-right: 1px solid var(--pp-line); display: flex; flex-direction: column; }
.product-page .pp-example-detail .pp-text-link { margin-top: auto; font-size: 12px; }
.product-page .pp-example-panel > .pp-output { grid-column: 2; grid-row: 1 / span 2; }
.product-page .pp-person { display: flex; align-items: center; gap: 12px; margin-bottom: 26px; }
.product-page .pp-person strong { font-size: 18px; font-weight: 900; }
.product-page .pp-person p { margin: 0; font-size: 12px; color: var(--pp-muted); }
.product-page .pp-example-count { margin-left: auto; color: #7394a5; font-size: 10px; font-weight: 800; }
.product-page .pp-facts { margin: 0 0 22px; font-size: 13px; }
.product-page .pp-facts > div { border-bottom: 1px solid #e5eef2; padding: 10px 0; display: flex; justify-content: space-between; gap: 18px; }
.product-page .pp-facts > div:first-child { padding-top: 0; }
.product-page .pp-facts dt { color: var(--pp-muted); }
.product-page .pp-facts dd { margin: 0; font-weight: 800; text-align: right; max-width: 62%; }
.product-page .pp-decision { padding: 18px; background: #edf7fc; border-radius: 9px; border-left: 3px solid #249ed0; margin-bottom: 18px; }
.product-page .pp-decision .pp-small-label { display: flex; align-items: center; gap: 7px; color: #117da7; letter-spacing: .05em; }
.product-page .pp-decision .pp-small-label img { width: 16px; height: 19px; }
.product-page .pp-decision h3 { font-size: 20px; margin-bottom: 10px; }
.product-page .pp-decision p:last-child { font-size: 14px; margin: 0; }
.product-page .pp-feature-note { color: var(--pp-muted); font-size: 13px; margin: 0 0 14px; }
.product-page .pp-output { min-width: 0; background: #fff; padding: 0 24px 16px; }
.product-page .pp-output-bar { display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 54px; border-bottom: 1px solid #e5eef2; }
.product-page .pp-output-bar > span { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 900; }
.product-page .pp-output-bar img { width: 15px; height: 18px; }
.product-page .pp-output-bar small { font-size: 10px; color: var(--pp-muted); }
.product-page .pp-envelope { padding: 14px 0; font-size: 11px; }
.product-page .pp-envelope > small { display: block; color: #6a7a83; font-size: 10px; margin-top: 2px; }
.product-page .pp-envelope h3 { font-size: 14px; margin-top: 9px; }
.product-page .pp-email { background: #faf8f0; color: #344b32; border: 1px solid #e5e6da; }
.product-page .pp-mail-brand { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; font: bold 16px Georgia, serif; letter-spacing: 3px; }
.product-page .pp-mail-brand span { font: 9px 'Nunito', sans-serif; letter-spacing: 1px; }
.product-page .pp-mail-feature { display: grid; grid-template-columns: .86fr 1.14fr; min-height: 149px; background: #eaf0e5; }
.product-page .pp-mail-feature > img { display: block; width: 100%; height: 160px; object-fit: cover; }
.product-page #pp-panel-cart .pp-mail-feature { grid-template-columns: minmax(130px, .6fr) 1.4fr; }
.product-page #pp-panel-cart .pp-mail-feature > img { height: 185px; object-position: center 58%; }
.product-page .pp-mail-feature > div { padding: 24px 20px; align-self: center; }
.product-page .pp-mail-kicker { font-size: 9px; font-weight: 900; letter-spacing: .12em; line-height: 1.5; margin-bottom: 11px; }
.product-page .pp-mail-feature h4 { font: 700 clamp(23px, 2.1vw, 32px)/1.04 Georgia, serif; margin: 0; letter-spacing: -.025em; }
.product-page .pp-mail-copy { padding: 16px 20px 12px; }
.product-page .pp-mail-copy p { font-size: 13px; line-height: 1.5; margin-bottom: 13px; }
.product-page .pp-mail-product { display: flex; justify-content: space-between; font-size: 12px; margin: 0 0 13px; }
.product-page .pp-mail-button { background: #344f35; color: #fff; border: 0; width: 100%; padding: 12px 14px; font-size: 13px; font-weight: 800; display: flex; gap: 14px; align-items: center; justify-content: center; }
.product-page .pp-mail-button:hover { background: #476947; }
.product-page .pp-mail-copy > small { font-size: 8px; display: block; margin-top: 12px; color: #74806a; }
.product-page .pp-mail-copy > small span { float: right; }
.product-page .pp-output-hint { font-size: 10px; color: var(--pp-muted); text-align: center; margin: 10px 0 0; }
.product-page .pp-destination { padding-top: 9px; }
.product-page .pp-back { color: #167aa4; background: none; border: 0; padding: 6px 0 13px; font-size: 12px; font-weight: 800; }
.product-page .pp-back:hover { text-decoration: underline; }
.product-page .pp-destination-page { padding: 26px; color: #344b32; background: #faf8f0; border: 1px solid #e5e6da; min-height: 381px; }
.product-page .pp-sample-brand { font: bold 17px Georgia, serif; letter-spacing: 4px; display: block; margin-bottom: 30px; }
.product-page .pp-destination-page h3 { font: bold 29px/1.12 Georgia, serif; margin-bottom: 16px; }
.product-page .pp-destination-page p { font-size: 13px; }
.product-page .pp-cart-item { display: flex; align-items: center; gap: 15px; padding: 16px 0; font-size: 13px; }
.product-page .pp-cart-item img { width: 85px; height: 95px; object-fit: cover; }
.product-page .pp-cart-item > strong:last-child { margin-left: auto; }
.product-page .pp-cart-item p { font-size: 11px; margin: 4px 0 0; }
.product-page .pp-cart-total { display: flex; justify-content: space-between; align-items: center; padding: 14px 0; border-block: 1px solid #d9dfcf; margin-bottom: 15px; font-size: 13px; }
.product-page .pp-destination-note { color: #74806a; font-size: 10px !important; margin: 24px 0 0; }
.product-page .pp-guide-pages { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding-block: 12px; }
.product-page .pp-guide-pages > div { background: #f2e8ae; padding: 24px 18px; }
.product-page .pp-guide-pages > div:last-child { background: #dce9ec; }
.product-page .pp-guide-pages span { display: block; font-size: 9px; letter-spacing: .1em; margin-bottom: 24px; }
.product-page .pp-guide-pages strong { font: bold 23px Georgia, serif; }
.product-page .pp-guide-pages p { font-size: 12px; margin: 12px 0 0; }
.product-page .pp-destination-photo { width: 100%; height: 155px; object-fit: cover; display: block; }
.product-page .pp-text-screen { max-width: 375px; margin-inline: auto; }
.product-page .pp-text-contact { display: flex; flex-direction: column; align-items: center; padding: 15px 0; border-bottom: 1px solid #e5e8ee; }
.product-page .pp-text-avatar { width: 36px; height: 36px; display: grid; place-items: center; background: #edf6fc; border-radius: 50%; margin-bottom: 5px; }
.product-page .pp-text-avatar img { width: 19px; height: 23px; }
.product-page .pp-text-contact strong { font: 600 13px -apple-system, BlinkMacSystemFont, sans-serif; }
.product-page .pp-text-contact > span:last-child { font-size: 9px; color: #939399; margin-top: 3px; }
.product-page .pp-text-thread { display: flex; flex-direction: column; gap: 10px; padding-top: 15px; font: 14px/1.4 -apple-system, BlinkMacSystemFont, sans-serif; color: #242429; }
.product-page .pp-text-bubble { background: #eeeef0; border-radius: 17px 17px 17px 4px; align-self: flex-start; max-width: 88%; padding: 11px 14px; }
.product-page .pp-from-shopper { background: #238438; color: white; align-self: flex-end; border-radius: 17px 17px 4px 17px; }
.product-page .pp-message-url { color: #1474d3; display: block; margin-top: 4px; overflow-wrap: anywhere; }
.product-page .pp-text-bubble small { display: block; color: #777880; font-size: 9px; margin-top: 7px; }
.product-page .pp-text-foot { font-size: 10px; color: #778791; text-align: center; padding-top: 15px; margin: 0; }
.product-page .pp-example-footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 24px; border-top: 1px solid var(--pp-line); background: #fafcfd; border-radius: 0 0 16px 16px; }
.product-page .pp-example-footer p { font-size: 11px; color: var(--pp-muted); margin: 0; }
.product-page .pp-example-footer a { font-size: 12px; }
.product-page .pp-change-note { display: flex; gap: 16px; max-width: 790px; margin: 28px auto 0; align-items: flex-start; }
.product-page .pp-change-symbol { font-size: 30px; color: var(--pp-blue); line-height: 1; }
.product-page .pp-change-note h3 { font-size: 16px; margin-bottom: 5px; }
.product-page .pp-change-note p { font-size: 14px; color: var(--pp-muted); margin: 0; }
.product-page .pp-check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.product-page .pp-history { border: 1px solid var(--pp-line); border-radius: 14px; overflow: clip; }
.product-page .pp-history-head { background: #f5f9fb; padding: 19px 23px; display: flex; gap: 12px; align-items: center; border-bottom: 1px solid var(--pp-line); }
.product-page .pp-history-head strong { font-size: 16px; }
.product-page .pp-history-head > div > span { display: block; font-size: 11px; color: var(--pp-muted); }
.product-page .pp-history ol { list-style: none; padding: 6px 23px; margin: 0; }
.product-page .pp-history li { display: flex; align-items: flex-start; gap: 12px; padding: 19px 0; border-bottom: 1px solid #e5eef2; }
.product-page .pp-history li:last-child { border-bottom: 0; }
.product-page .pp-history-icon { font-size: 17px; color: #6a9fb7; flex: 0 0 22px; text-align: center; }
.product-page .pp-history li > div { flex: 1; }
.product-page .pp-history li strong { font-size: 13px; display: block; }
.product-page .pp-history li p { color: var(--pp-muted); font-size: 11px; margin: 5px 0 0; }
.product-page .pp-history-time { color: #839ca6; font-size: 9px; padding-top: 3px; }
.product-page .pp-history-tag { color: #35824f; background: #edf7ee; padding: 3px 6px; border-radius: 4px; font-size: 9px; font-weight: 800; }
.product-page .pp-history-next { background: #f2f8fb; padding: 19px 23px; border-top: 1px dashed #c8dde7; }
.product-page .pp-history-next strong { display: block; font-size: 13px; margin: 7px 0; }
.product-page .pp-history-next > span:last-child { font-size: 11px; color: var(--pp-muted); }
.product-page .pp-check-actions article { display: flex; gap: 17px; padding: 20px 0; border-bottom: 1px solid var(--pp-line); }
.product-page .pp-check-actions article:first-child { padding-top: 4px; }
.product-page .pp-check-actions article:last-child { border: 0; padding-bottom: 0; }
.product-page .pp-check-actions article > span { color: #1a91be; font-size: 11px; font-weight: 900; padding-top: 5px; }
.product-page .pp-check-actions h3 { font-size: 19px; }
.product-page .pp-check-actions p { color: var(--pp-muted); font-size: 15px; margin: 9px 0 0; }
.product-page .pp-check-actions a { font-size: 12px; margin-top: 10px; }
.product-page .pp-questions-band { background: var(--pp-sand); border-top: 1px solid var(--pp-sand-line); }
.product-page .pp-faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 76px; padding-block: var(--pp-section-space); }
.product-page .pp-faq h2 { font-size: clamp(32px, 2.8vw, 40px); }
.product-page .pp-faq > div > p:last-child { color: var(--pp-muted); font-size: 14px; margin: 18px 0 0; }
.product-page .pp-faq .faq-list details { padding: 0; border-color: #d8cdb7; }
.product-page .pp-faq .faq-list summary { font-size: 15px; padding: 16px 0; }
.product-page .pp-faq .faq-list details p { font-size: 14px; color: var(--pp-muted); padding: 0 25px 16px 0; margin: 0; }
.product-page .pp-faq .faq-list a { color: var(--pp-blue); text-decoration: underline; }
.product-page .pp-closing-band { background: var(--pp-navy); color: #fff; --pp-muted: #c4d7df; --pp-blue: #99d8ee; }
.product-page .pp-closing { display: flex; justify-content: space-between; align-items: center; gap: 50px; padding-block: var(--pp-section-space); }
.product-page .pp-closing p:last-child { color: var(--pp-muted); font-size: 16px; margin: 19px 0 0; }
.product-page .pp-closing > div:last-child { display: flex; flex-direction: column; align-items: center; gap: 13px; }
.product-page .pp-closing small { font-size: 11px; color: var(--pp-muted); }
@media (min-width: 1500px) {
  .product-page .pp-hero { padding-block: 67px 48px; }
  .product-page .pp-example-panel { grid-template-columns: 1fr 1.2fr; }
  .product-page .pp-mail-feature > img { height: 180px; }
  .product-page .pp-mail-copy p { font-size: 15px; }
  .product-page .pp-reason { padding: 32px 32px 0; }
  .product-page .pp-example-detail { padding: 0 32px 32px; }
  .product-page .pp-facts { font-size: 14px; }
}
@media (max-width: 1050px) {
  .product-page .wrap { width: calc(100% - 64px); }
  .product-page .pp-hero { gap: 30px; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); }
  .product-page .pp-hero-description { font-size: 18px; }
  .product-page .pp-hero-actions { gap: 16px; }
  .product-page .pp-setup-grid, .product-page .pp-check-grid, .product-page .pp-section-heading, .product-page .pp-example-heading { gap: 32px; }
  .product-page .pp-reason { padding: 23px 23px 0; }
  .product-page .pp-example-detail { padding-inline: 23px; }
  .product-page .pp-mail-feature > div { padding: 18px 13px; }
  .product-page .pp-facts > div { display: block; }
  .product-page .pp-facts dt { font-size: 11px; margin-bottom: 3px; }
  .product-page .pp-facts dd { text-align: left; max-width: none; }
  .product-page .pp-output { padding-inline: 20px; }
  .product-page .pp-feature-note { font-size: 12px; }
}
@media (max-width: 800px) {
  .product-page .pp-hero { grid-template-columns: 1fr; gap: 32px; padding-block: 35px; }
  .product-page h1 { font-size: 47px; max-width: 600px; }
  .product-page .pp-hero-description, .product-page .pp-hero-detail { max-width: 620px; }
  .product-page .pp-inbox-map { max-width: 650px; }
  .product-page .pp-map-messages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .product-page .pp-map-messages a { flex-wrap: wrap; border-bottom: 0; gap: 10px; }
  .product-page .pp-map-messages a > div { flex-basis: 100%; order: 1; }
  .product-page .pp-map-messages a > span:last-child { margin-left: auto; }
  .product-page .pp-page-path a { font-size: 12px; gap: 8px; padding-inline: 16px; }
  .product-page .pp-page-path b { display: none; }
  .product-page .pp-section-heading, .product-page .pp-example-heading { grid-template-columns: 1fr; gap: 15px; }
  .product-page .pp-section-heading .pp-eyebrow { margin-bottom: 0; }
  .product-page .pp-section-heading br, .product-page .pp-example-heading br { display: none; }
  .product-page .pp-setup-grid { grid-template-columns: 1fr 1fr; gap: 26px; }
  .product-page .pp-setup-steps li { gap: 13px; }
  .product-page .pp-setup-steps h3 { font-size: 17px; }
  .product-page .pp-setup-steps p { font-size: 13px; }
  .product-page .pp-sheet-heading { flex-wrap: wrap; gap: 5px; }
  .product-page .pp-setting-group h3 { font-size: 12px; }
  .product-page .pp-example-tabs a { font-size: 12px; gap: 6px; }
  .product-page .pp-tab-icon { display: none; }
  .product-page .pp-example-panel { grid-template-columns: 1fr; }
  .product-page .pp-reason { border-right: 0; border-bottom: 1px solid var(--pp-line); display: grid; grid-template-columns: 1fr 1fr; gap: 0 25px; padding-bottom: 20px; }
  .product-page .pp-example-panel > .pp-output { grid-column: 1; grid-row: 2; }
  .product-page .pp-example-detail { grid-column: 1; grid-row: 3; padding: 16px 23px 20px; border-right: 0; border-top: 1px solid var(--pp-line); background: #fafcfd; }
  .product-page .pp-person, .product-page .pp-reason > .pp-small-label, .product-page .pp-facts { grid-column: 1; }
  .product-page .pp-person { margin-bottom: 16px; }
  .product-page .pp-decision { grid-column: 2; grid-row: 1 / span 3; align-self: start; margin-bottom: 0; }
  .product-page .pp-facts { margin-bottom: 18px; }
  .product-page .pp-facts > div { display: flex; }
  .product-page .pp-facts dd { text-align: right; max-width: 60%; font-size: 12px; }
  .product-page .pp-output { padding-inline: 28px; }
  .product-page .pp-email { max-width: 580px; margin-inline: auto; }
  .product-page .pp-mail-feature > img { height: 180px; }
  .product-page .pp-mail-feature h4 { font-size: 30px; }
  .product-page .pp-check-grid { gap: 25px; }
  .product-page .pp-history ol { padding-inline: 17px; }
  .product-page .pp-history li { gap: 8px; }
  .product-page .pp-history-time, .product-page .pp-history-tag { display: none; }
  .product-page .pp-faq { grid-template-columns: 1fr; gap: 18px; }
  .product-page .pp-faq > div > p:last-child { margin-top: 12px; }
}
@media (max-width: 560px) {
  .product-page .wrap { width: calc(100% - 36px); }
  .product-page h1 { font-size: 40px; }
  .product-page h2 { font-size: 33px; }
  .product-page .pp-hero { padding-block: 29px; }
  .product-page .pp-hero-description { font-size: 17px; margin-top: 19px; }
  .product-page .pp-hero-detail { font-size: 15px; }
  .product-page .pp-hero-actions { align-items: flex-start; flex-direction: column; gap: 13px; }
  .product-page .pp-map-head { padding: 18px 16px 13px; font-size: 14px; }
  .product-page .pp-source-strip { padding: 0 16px 15px; }
  .product-page .pp-map-messages { display: block; padding-inline: 16px; }
  .product-page .pp-map-messages a { flex-wrap: nowrap; padding-block: 15px; border-bottom: 1px solid #e3ebef; }
  .product-page .pp-map-messages a > div { order: 0; flex-basis: auto; }
  .product-page .pp-map-messages strong { font-size: 13px; }
  .product-page .pp-map-messages small { font-size: 11px; }
  .product-page .pp-inbox-map > p { font-size: 9px; padding-inline: 16px; }
  .product-page .pp-page-path { grid-template-columns: 1fr; padding-block: 7px; }
  .product-page .pp-page-path a { border: 0; padding: 11px 0; font-size: 13px; }
  .product-page .pp-page-path b { display: inline; }
  .product-page .pp-setup, .product-page .pp-check { padding-block: 38px; }
  .product-page .pp-section-heading { margin-bottom: 26px; }
  .product-page .pp-section-heading > p:last-child, .product-page .pp-example-heading > p { font-size: 15px; }
  .product-page .pp-setup-grid { grid-template-columns: 1fr; gap: 22px; }
  .product-page .pp-setup-steps h3 { font-size: 18px; }
  .product-page .pp-setup-steps p { font-size: 14px; }
  .product-page .pp-sheet-heading { flex-wrap: nowrap; padding: 16px; }
  .product-page .pp-sheet-heading > span { font-size: 13px; }
  .product-page .pp-sheet-heading small { font-size: 9px; }
  .product-page .pp-setting-group { padding-inline: 16px; }
  .product-page .pp-setting-group h3 { font-size: 13px; }
  .product-page .pp-settings-foot { padding-inline: 16px; }
  .product-page .pp-section-foot { flex-direction: column; align-items: flex-start; gap: 8px; margin-top: 24px; }
  .product-page .pp-examples-band { padding-block: 35px 28px; }
  .product-page .pp-example-heading { margin-bottom: 22px; }
  .product-page .pp-example-tabs { grid-template-columns: 1fr 1fr; padding: 8px; gap: 5px; }
  .product-page .pp-example-tabs a { justify-content: flex-start; padding: 11px 8px; font-size: 12px; }
  .product-page .pp-tab-icon { display: grid; width: 21px; height: 21px; font-size: 9px; }
  .product-page .pp-reason { display: flex; padding: 20px 17px; }
  .product-page .pp-example-detail { padding: 16px 17px; }
  .product-page .pp-person { margin-bottom: 15px; }
  .product-page .pp-facts { font-size: 12px; }
  .product-page .pp-facts > div { padding-block: 8px; }
  .product-page .pp-facts dd { font-size: 12px; }
  .product-page .pp-decision { padding: 15px; margin-bottom: 5px; align-self: stretch; }
  .product-page .pp-decision h3 { font-size: 19px; }
  .product-page .pp-decision p:last-child { font-size: 13px; }
  .product-page .pp-feature-note { font-size: 12px; margin-bottom: 8px; }
  .product-page .pp-output { padding-inline: 14px; }
  .product-page .pp-output-bar { min-height: 48px; }
  .product-page .pp-mail-brand { padding: 12px 14px; font-size: 14px; }
  .product-page .pp-mail-brand span { font-size: 7px; letter-spacing: .5px; }
  .product-page .pp-mail-feature { min-height: 140px; }
  .product-page .pp-mail-feature > img { height: 152px; }
  .product-page .pp-mail-feature > div { padding: 15px 12px; }
  .product-page .pp-mail-feature h4 { font-size: 26px; }
  .product-page .pp-mail-kicker { font-size: 8px; }
  .product-page .pp-mail-copy { padding: 15px 14px 12px; }
  .product-page .pp-envelope h3 { font-size: 13px; }
  .product-page .pp-mail-copy p { font-size: 12px; }
  .product-page .pp-mail-copy > small span { float: none; display: block; margin-top: 5px; }
  .product-page .pp-example-footer { padding: 12px 17px; align-items: flex-start; flex-direction: column; gap: 2px; }
  .product-page .pp-example-footer p { font-size: 10px; }
  .product-page .pp-change-note { margin-top: 25px; gap: 12px; }
  .product-page .pp-change-note h3 { font-size: 15px; }
  .product-page .pp-change-note p { font-size: 13px; }
  .product-page .pp-destination-page { padding: 20px 16px; min-height: 398px; }
  .product-page .pp-guide-pages { gap: 9px; }
  .product-page .pp-guide-pages > div { padding: 19px 12px; }
  .product-page .pp-guide-pages strong { font-size: 20px; }
  .product-page .pp-cart-item { gap: 11px; }
  .product-page .pp-cart-item img { width: 65px; height: 80px; }
  .product-page .pp-check-grid { grid-template-columns: 1fr; gap: 30px; }
  .product-page .pp-check-actions h3 { font-size: 18px; }
  .product-page .pp-check-actions p { font-size: 14px; }
  .product-page .pp-history-tag { display: inline; }
  .product-page .pp-faq { padding-block: 35px; }
  .product-page .pp-faq h2 { font-size: 31px; }
  .product-page .pp-faq .faq-list summary { font-size: 14px; }
  .product-page .pp-closing { flex-direction: column; gap: 27px; align-items: flex-start; padding-block: 37px 45px; }
  .product-page .pp-closing > div:last-child { align-items: flex-start; }
  .product-page .pp-closing p:last-child { font-size: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  .product-page *, .product-page *::before, .product-page *::after { transition: none !important; animation: none !important; }
}
