/* Pin My File 1.1: shared product chrome and calm, legible editorial pages. */
.pm-page { --pm-width: 1180px; --pm-gap: clamp(32px,5vw,72px); --pm-space: clamp(48px,6vw,80px); --pm-radius: 16px; --pm-action: #0d2d60; --guide-muted: #505c73; --guide-line: #c5cede; background: var(--paper); font-size: 18px; line-height: 1.6; }
.pm-page [hidden] { display: none !important; }
.pm-page :focus-visible { outline: 3px solid #b53b18; outline-offset: 5px; }
.pm-page .pm-hero :focus-visible, .pm-page .studio-bridge :focus-visible { outline-color: #ff9a78; }
.pm-page h1 { line-height: 1.06; }
.pm-page h2 { font: 400 clamp(34px,4vw,54px)/1.12 Georgia,serif; letter-spacing: -.045em; text-wrap: balance; }
.pm-page h3 { font-size: 22px; line-height: 1.3; letter-spacing: -.025em; }
.pm-page p { text-wrap: pretty; }
.pm-page :is(p,li) { overflow-wrap: anywhere; }
.pm-header { min-height: 78px; padding: 14px max(24px,calc((100% - var(--pm-width)) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); background: var(--paper); }
.pm-brand { display: inline-flex; gap: 12px; align-items: center; min-height: 44px; font-weight: 700; white-space: nowrap; }
.pm-brand img { display: block; border-radius: 10px; }
.pm-navigation, .pm-primary, .pm-languages { display: flex; align-items: center; }
.pm-navigation { gap: 24px; }
.pm-primary { gap: 24px; }
.pm-primary a { min-height: 44px; display: inline-flex; align-items: center; font-size: 17px; white-space: nowrap; }
.pm-primary :is(a:hover,[aria-current]) { text-decoration: underline; }
.pm-languages { gap: 2px; }
.pm-languages a { width: 44px; height: 44px; display: grid; place-items: center; font-size: 14px; border-radius: 50%; }
.pm-languages a[aria-current] { background: #e0e7f2; font-weight: 700; }
.pm-menu-toggle, .pm-toc-toggle { border: 1px solid var(--guide-line); color: var(--ink); background: transparent; padding: 10px 14px; min-height: 44px; font: 700 16px/1.4 "Cabinet Grotesk",sans-serif; display: inline-flex; align-items: center; justify-content: space-between; gap: 10px; }
.pm-button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 14px 20px; min-height: 50px; font-size: 17px; line-height: 1.35; font-weight: 700; background: var(--pm-action); color: #fff; text-decoration: none !important; transition: background .2s, transform .2s; }
.pm-button .ph, .pm-text-link .ph { font-size: 20px; flex: 0 0 auto; }
.pm-button:hover { background: #071f49; transform: translateY(-2px); }
.pm-button-orange { background: var(--orange); color: #071f49; }
.pm-button-orange:hover { background: #ff916d; }
.pm-text-link { display: inline-flex; gap: 12px; align-items: center; min-height: 44px; font-size: 17px; font-weight: 700; text-decoration: underline; text-underline-offset: .25em; }
.pm-shell { width: min(var(--pm-width), calc(100% - 48px)); margin-inline: auto; }
.pm-section { padding-block: var(--pm-space); }
.pm-section h2 { max-width: 850px; margin-bottom: 28px; }
.pm-section p { color: var(--guide-muted); max-width: 65ch; }
.pm-kicker { font-size: 15px; font-weight: 700; margin-bottom: 20px !important; }
.pm-hero { padding: 36px max(24px,calc((100% - var(--pm-width)) / 2)) 42px; display: grid; grid-template-columns: minmax(0,1.55fr) minmax(250px,.75fr); align-items: center; gap: var(--pm-gap); background: var(--navy); color: #fff; }
.pm-hero h1 { max-width: 760px; font: 400 clamp(48px,5.7vw,80px)/1.04 Georgia,serif; letter-spacing: -.055em; text-wrap: balance; }
.pm-hero .pm-kicker { color: #d7e2f6; }
.pm-hero-copy { min-width: 0; }
.pm-lead { font-size: clamp(20px,1.6vw,23px); line-height: 1.6; margin: 26px 0 !important; }
.pm-hero .pm-lead { color: #d7e2f6; max-width: 600px; }
.pm-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 24px; margin-block: 28px; }
.pm-hero-note { color: #d7e2f6; font-size: 16px; }
.pm-page .pm-shot { max-width: 300px; width: 100%; margin: 0 auto !important; }
.pm-page .pm-hero-shot { max-width: 252px; }
.pm-shot .guide-shot-link { border-radius: 24px; padding: 6px; background: #e4eaf5; box-shadow: 0 16px 36px rgb(13 45 96 / .10); }
.pm-shot img { border-radius: 18px; }
.pm-shot figcaption { font-size: 15px; line-height: 1.5; }
.pm-hero .pm-shot figcaption, .pm-hero .guide-enlarge { color: #d7e2f6; }
.pm-hero .guide-shot-link { background: #071f49; border-color: #8299bf; }
.pm-uses { display: grid; grid-template-columns: 1fr 1fr; margin-top: 34px; border-top: 1px solid var(--line); }
.pm-uses article { display: grid; grid-template-columns: 32px 1fr; align-items: start; gap: 18px; padding: 28px 32px 28px 0; border-bottom: 1px solid var(--line); }
.pm-uses article:nth-child(even) { padding-left: 32px; border-left: 1px solid var(--line); }
.pm-uses .ph { font-size: 28px; color: var(--navy); margin-top: 3px; }
.pm-uses h3 { margin-bottom: 8px; }
.pm-split { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(270px,.8fr); align-items: center; gap: var(--pm-gap); }
.pm-how { background: #fff; }
.pm-steps { padding: 0; list-style: none; counter-reset: step; margin: 26px 0 !important; }
.pm-steps li { counter-increment: step; border-top: 1px solid var(--line); padding: 20px 0 20px 42px; position: relative; }
.pm-steps li::before { content: counter(step); position: absolute; left: 0; top: 22px; color: #ac3817; font-weight: 700; font-size: 18px; }
.pm-steps h3 { margin-bottom: 6px; }
.pm-arrange { background: #e4eaf5; }
.pm-arrange .pm-button { margin-top: 24px; }
.pm-arrange .pm-kicker { color: #a13415; }
.pm-privacy { background: var(--orange); }
.pm-copy-split { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); align-items: center; gap: var(--pm-gap); }
.pm-privacy p { color: #362014; }
.pm-privacy .pm-text-link { margin-top: 20px; }
.pm-plans { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 34px; }
.pm-plan { border-top: 2px solid var(--navy); padding: 24px 0; }
.pm-plan h3 { font: 400 34px/1.2 Georgia,serif; margin-bottom: 12px; }
.pm-plan .pm-plan-price { color: var(--ink); font-weight: 700; font-size: 20px; }
.pm-plan ul { padding: 0; list-style: none; margin: 22px 0 0; }
.pm-plan li { display: flex; gap: 12px; margin: 12px 0; }
.pm-plan li .ph { margin-top: 5px; font-size: 20px; color: #ac3817; }
.pm-purchase-row { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 32px; }
.pm-fine { font-size: 16px; line-height: 1.6; margin-top: 24px !important; max-width: 85ch !important; }
.pm-help-promo { border-top: 1px solid var(--line); background: #e4eaf5; }
.pm-help-promo h2 { margin-bottom: 16px; }
.pm-help-promo .pm-button { justify-self: end; }
.pm-page .mailing-list, .pm-page .studio-bridge { width: 100%; max-width: none; margin: 0; padding-inline: max(24px,calc((100% - var(--pm-width)) / 2)); padding-block: var(--pm-space); gap: var(--pm-gap); }
.pm-page .mailing-list h2, .pm-page .studio-copy h2 { font-size: clamp(34px,4vw,54px); line-height: 1.12; }
.pm-page .mailing-list-consent label, .pm-page .mailing-list-consent a { font-size: 15px; line-height: 1.6; }
.pm-page .mailing-list-submit, .pm-page .button-studio { font-size: 17px; }
.pm-page .mailing-list-form { border-top: 0; padding-top: 0; }
.pm-page .mailing-list-copy p:last-child { margin-top: 20px; font-size: 18px; }
.pm-page .studio-copy p { font-size: 18px; margin: 26px 0 32px; }
.pm-footer { background: #0b1628; color: #e7edf5; padding: 28px max(24px,calc((100% - var(--pm-width)) / 2)); display: flex; flex-wrap: wrap; gap: 16px 40px; align-items: center; border-top: 1px solid #3d4859; }
.pm-footer nav { display: flex; flex-wrap: wrap; gap: 4px 24px; }
.pm-footer :is(a,p) { color: #e7edf5; font-size: 15px; line-height: 1.6; }
.pm-footer a { display: inline-flex; align-items: center; min-height: 44px; }
.pm-footer a:hover { text-decoration: underline; }
.pm-footer p { width: 100%; }
.pm-footer :focus-visible { outline-color: #ff9a78; }
.pm-page .guide-hero { padding-top: 36px; }
.pm-page .guide-hero h1 { font-size: clamp(38px,4.8vw,64px); }
.pm-page .guide-layout { gap: 56px; }
.pm-page .guide-article h2 { font: 400 clamp(29px,3vw,39px)/1.17 Georgia,serif; letter-spacing: -.035em; }
.pm-page .guide-article .pm-shot { margin-block: 28px !important; }
.pm-page .guide-toc { top: 24px; max-height: calc(100dvh - 48px); overflow-y: auto; padding-right: 10px; }
.pm-page .guide-toc h2 { font: 700 17px/1.4 "Cabinet Grotesk",sans-serif; }
.pm-page .guide-toc a { min-height: 44px; }
.pm-page .guide-article .guide-next { margin-top: 48px; }
.pm-topics { border-top: 1px solid var(--line); margin-bottom: 48px; }
.pm-topics > a { display: grid; grid-template-columns: 32px 1fr 24px; gap: 22px; padding: 26px 0; border-bottom: 1px solid var(--line); text-decoration: none !important; }
.pm-topics > a > .ph { font-size: 28px; margin-top: 4px; }
.pm-topics > a > .ph:last-child { font-size: 20px; }
.pm-topics strong { display: block; font: 600 23px/1.35 "Cabinet Grotesk",sans-serif; }
.pm-topics span span { display: block; font-size: 18px; line-height: 1.6; color: var(--guide-muted); margin-top: 8px; font-weight: 400; }
.pm-topics a:hover strong { text-decoration: underline; }
.pm-release-note { border-left: 3px solid #ac3817; padding: 20px 28px; background: #e4eaf5; margin-bottom: 40px; }
.pm-release-note strong { font-size: 20px; }
.pm-release-note p { margin: 8px 0; max-width: 70ch; }
.pm-contact { padding: 0 0 48px; }
.pm-contact h2 { font-size: 32px; margin-bottom: 16px; }
.pm-contact p { max-width: 65ch; color: var(--guide-muted); margin-bottom: 14px; }
.pm-anchor-targets { height: 0; }
.pm-legacy-anchor { position: absolute; pointer-events: none; }
.pm-page .guide-lightbox h2 { font: 600 18px/1.4 "Cabinet Grotesk",sans-serif; letter-spacing: 0; }
.pm-page .guide-lightbox a { color: #fff; }
.pm-page .guide-lightbox-body { grid-template-rows: minmax(0,1fr); grid-template-columns: minmax(0,1fr); }
@media (min-width: 761px) { .pm-button { white-space: nowrap; } }
@media (max-width: 1000px) {
  .pm-navigation, .pm-primary { gap: 14px; }
  .pm-primary a { font-size: 16px; }
  .pm-header { gap: 16px; }
  .pm-hero { grid-template-columns: minmax(0,1fr) 250px; gap: 36px; }
  .pm-page .guide-layout { gap: 32px; }
}
@media (max-width: 760px) {
  .pm-header { flex-wrap: wrap; padding: 12px 20px; }
  .pm-navigation { width: 100%; flex-wrap: wrap; gap: 14px 20px; padding-top: 10px; }
  .pm-primary { flex: 1 1 100%; justify-content: space-between; }
  .pm-navigation > .pm-button { margin-left: auto; }
  .pm-hero { grid-template-columns: 1fr; padding: 42px 20px 40px; gap: 32px; }
  .pm-hero h1 { font-size: clamp(45px,8.8vw,62px); max-width: 650px; }
  .pm-hero .pm-lead { margin-block: 22px !important; }
  .pm-page .pm-hero-shot { max-width: 260px; }
  .pm-shell { width: calc(100% - 40px); }
  .pm-split, .pm-copy-split { grid-template-columns: 1fr; gap: 32px; }
  .pm-page .pm-shot { max-width: 280px; }
  .pm-uses article { padding: 22px 20px 22px 0; grid-template-columns: 1fr; gap: 10px; }
  .pm-uses article:nth-child(even) { padding-left: 20px; }
  .pm-uses h3 { font-size: 21px; }
  .pm-uses p { font-size: 17px; }
  .pm-plans { gap: 24px; }
  .pm-plan li { font-size: 17px; }
  .pm-help-promo .pm-button { justify-self: start; }
  .pm-page .mailing-list, .pm-page .studio-bridge { padding-inline: 20px; grid-template-columns: 1fr; }
  .pm-page .guide-toc { max-height: none; overflow: visible; }
  .pm-toc-toggle { width: 100%; }
  .pm-page .guide-toc ol { margin-top: 12px; grid-template-columns: 1fr; }
  .pm-topics > a { gap: 14px; grid-template-columns: 26px 1fr 20px; }
  .pm-topics strong { font-size: 21px; }
  .pm-topics span span { font-size: 17px; }
  .pm-release-note { padding: 20px; }
}
@media (max-width: 420px) {
  .pm-hero h1 { font-size: 45px; }
  .pm-actions { align-items: stretch; flex-direction: column; }
  .pm-actions .pm-text-link { align-self: start; }
  .pm-uses, .pm-plans { grid-template-columns: 1fr; }
  .pm-uses article { grid-template-columns: 28px 1fr; gap: 16px; }
  .pm-uses article:nth-child(even) { padding-left: 0; border-left: 0; }
  .pm-steps li { padding-left: 32px; }
  .pm-purchase-row > .pm-button { width: 100%; }
  .pm-page .guide-hero h1 { font-size: 38px; }
}
@media (prefers-reduced-motion: reduce) {
  .pm-page *, html:has(.pm-page) { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
