/* ===========================================================================
   /give/  (UNLV FMA design system v2, styles.css; the seven laws hold)
   Display is Newsreader 400, never heavier. Scarlet only on CTA fills, at
   most two per screen. Buttons 32px pills, cards 0px, no shadows. Motion is
   scroll-linked only (give.js) and never hides content without JS.
   Phone numbers below are the COPY_DECK 3B pixel budget (390 wide, 334 of
   content inside the 28px .wrap gutters).
   ======================================================================== */

.gp{background:var(--linen);--gut:28px}
/* the site's own phone gutter (styles.css: .wrap is 0 20px at 620px and under) */
@media(max-width:620px){.gp{--gut:20px}}
.gp main{display:block}
.gp section{scroll-margin-top:0}

/* ---------------------------------------------------------------- nav */
.gp nav .wrap{justify-content:space-between}
/* the nav carries only the brand and the pill here, so the name fits on a
   phone too (the site hides it under 620px to make room for four links) */
.gp nav .brand{font-size:19px;gap:11px}
/* the one ask in the nav: a ghost pill, never a second scarlet fill on a
   screen that holds the form's button. Hidden unless give.js shows it. */
.gp-pill{display:none;align-items:center;justify-content:center;height:44px;padding:0 22px;
  border:1px solid rgba(237,233,227,.5);border-radius:32px;color:var(--starlight);
  font-size:15px;font-weight:600;line-height:1;transition:background .4s,color .4s}
.gp-pill:hover{background:var(--starlight);color:var(--abyss)}
.gp-pill.show{display:inline-flex}
/* D5 (round 1): once a linen section owns the top of the screen, the stuck nav
   takes the site's own frosted-linen treatment instead of the dark hero chrome,
   so no heading gets a dark smear crossing it. give.js sets .on-light. */
.gp nav{transition:background-color .4s,border-color .4s}
.gp nav .brand{transition:color .4s}
body.hero-dark.gp nav.stuck.on-light{background:rgba(245,242,236,.82);border-bottom-color:var(--rule)}
body.hero-dark.gp nav.on-light .brand{color:var(--ink)}
.gp nav.on-light .gp-pill{border-color:var(--ink);color:var(--ink)}
.gp nav.on-light .gp-pill:hover{background:var(--ink);color:var(--linen)}

/* --------------------------------------------------------------- shared */
.gp-k{font-family:var(--sans);font-weight:600;font-size:11.5px;line-height:14px;letter-spacing:.16em;
  text-transform:uppercase;color:var(--ink-3);margin-bottom:8px}
.gp-h2{font-family:var(--display);font-weight:400;font-size:26px;line-height:30px;letter-spacing:-.012em;
  color:var(--ink);margin:0 0 10px;max-width:24ch}
.gp-body{font-size:17px;line-height:1.6;color:var(--ink-2);margin:0 0 16px;max-width:62ch;text-wrap:pretty}
.gp-sec{padding:72px 0}
.gp-head{margin-bottom:26px}
.gp-subl{color:var(--ink-2);font-size:17px;line-height:1.6;max-width:62ch;margin:0}
.gp-narrow{max-width:860px}
.gp a.inl,.gp-big a,.gv-big a,.lr a,.wy-a a,.fq a,.dc-who a,.cv-note a{text-decoration:underline;
  text-underline-offset:3px;text-decoration-thickness:1px}

/* ---------------------------------------------------------------- hero */
.gp-hero{background:var(--abyss);color:var(--starlight);margin-top:-68px;padding:80px 0 20px}
.gp-dog{font-family:var(--sans);font-weight:600;font-size:18px;line-height:26px;color:var(--starlight);margin:0 0 10px}
.gp-h1{font-family:var(--display);font-weight:400;font-size:28px;line-height:32px;letter-spacing:-.014em;
  color:var(--starlight);margin:0 0 10px;text-wrap:balance}
.gp-h1b{font-family:var(--display);font-style:italic;font-weight:400;font-size:21px;line-height:26px;
  color:var(--starlight);margin:0 0 12px}
.gp-sub{font-size:16px;line-height:24px;color:var(--silver);margin:0 0 10px;max-width:56ch;text-wrap:pretty}
.gp-big{font-size:14.5px;line-height:20px;font-weight:600;color:var(--starlight);margin:0 0 14px;max-width:60ch}
.gp-big a{color:var(--starlight)}
.gp-hero-cta{display:none}
.gp-arrow{margin-left:10px;font-size:15px}
.gp-hero-ph{margin:0}
.gp-hero-img{aspect-ratio:1088/680;overflow:hidden;background:var(--surface)}
.gp-hero-img img{width:100%;height:100%;object-fit:cover}
.gp-hero-ph figcaption{font-size:12.5px;line-height:17px;color:var(--silver);margin-top:6px}

/* ------------------------------------------------------------ the gift */
.gp-give{background:var(--linen);padding:28px 0 64px;scroll-margin-top:40px}
.gp-lead{font-size:16px;line-height:24px;color:var(--ink-2);margin:0 0 16px;max-width:56ch}
/* phone: the sheet runs to the screen edges so the content keeps its 334px */
.gp-sheet{background:var(--paper);border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);
  margin:0 calc(var(--gut) * -1);padding:0 var(--gut) 22px}
.gv-chips{display:flex;flex-wrap:wrap;gap:8px}
.gv-chip{height:48px;border:1px solid var(--ink);border-radius:32px;background:var(--paper);color:var(--ink);
  font-family:var(--sans);font-weight:700;font-size:16px;cursor:pointer;padding:0 6px;
  transition:background .4s,color .4s;-webkit-tap-highlight-color:transparent;flex:1 1 calc(33.333% - 6px);min-width:0}
.gv-chip:hover{background:var(--linen)}
/* selected: ink fill, never scarlet (the page's scarlet stays on the button) */
.gv-chip.on,.gv-chip.on:hover{background:var(--ink);color:var(--linen)}
.gv-big{font-size:15px;line-height:21px;font-weight:600;color:var(--ink);margin:14px 0 4px}
.gv-other[hidden]{display:none}
.gv-amt{position:relative}
.gv-dollar{position:absolute;left:16px;top:50%;transform:translateY(-50%);font-weight:600;color:var(--ink);pointer-events:none}
.gv-amt .cv-in{padding-left:30px}
.cv-field{margin:14px 0 0}
.cv-field label{display:block;font-weight:700;font-size:11.5px;letter-spacing:.1em;text-transform:uppercase;
  color:var(--ink);margin-bottom:7px}
.cv-in{width:100%;background:var(--paper);border:1px solid var(--ink);border-radius:32px;padding:13px 16px;
  font-size:16px;font-weight:400;color:var(--ink);font-family:var(--sans);line-height:1.3;-webkit-appearance:none;appearance:none}
.cv-in:focus{outline:2px solid var(--scarlet);outline-offset:2px}
select.cv-in{padding-right:40px;background-image:linear-gradient(45deg,transparent 50%,var(--ink) 50%),linear-gradient(135deg,var(--ink) 50%,transparent 50%);
  background-position:calc(100% - 22px) 55%,calc(100% - 16px) 55%;background-size:6px 6px;background-repeat:no-repeat}
.cv-row{display:flex;gap:12px}
.cv-row .cv-field{flex:1;min-width:0}
.cv-help{font-size:13px;line-height:18px;color:var(--ink-3);margin-top:6px}
.cv-err{display:none;background:var(--paper);border:1px solid var(--scarlet);border-left:4px solid var(--scarlet);
  color:var(--ink);border-radius:0;padding:12px 14px;font-weight:600;font-size:14.5px;line-height:1.45;margin:16px 0 0}
.cv-ok{display:none;background:var(--paper);border:1px solid var(--ok);border-left:4px solid var(--ok);
  color:var(--ink);border-radius:0;padding:14px;font-weight:600;font-size:14.5px;line-height:1.45;margin:0 0 6px}
.cv-go{display:block;width:100%;margin-top:18px;border:1px solid var(--scarlet);background:var(--scarlet);color:#fff;
  font-family:var(--sans);font-weight:600;font-size:17px;line-height:1.2;padding:16px 18px;border-radius:32px;
  cursor:pointer;transition:background .4s}
.cv-go:hover{background:var(--scarlet-deep);border-color:var(--scarlet-deep)}
.cv-go[disabled]{opacity:.6;cursor:wait}
.cv-note{font-size:13px;line-height:19px;color:var(--ink-3);margin:12px 0 0}

/* the diligence ledger: hairline box, 0 radius, no shadow */
.gp-ledger{margin-top:28px;border:1px solid var(--ink);background:var(--linen)}
.gp-ledger-t{font-family:var(--sans);font-weight:700;font-size:13px;letter-spacing:.12em;text-transform:uppercase;
  color:var(--ink);padding:16px 18px;border-bottom:1px solid var(--ink);margin:0;line-height:1.3}
.gp-ledger dl{margin:0}
.lr{display:grid;grid-template-columns:112px 1fr;gap:14px;padding:14px 18px;border-bottom:1px solid var(--rule)}
.lr:last-child{border-bottom:0}
.lr dt{font-weight:700;font-size:14px;line-height:20px;color:var(--ink)}
.lr dd{margin:0;font-size:14.5px;line-height:21px;color:var(--ink-2)}
.lr a{color:var(--ink);white-space:nowrap}
@media(max-width:359px){.lr{grid-template-columns:1fr;gap:4px}}
/* phones: the same six rows inside the form, read before the details and the
   Give button; the column copy is the desktop one */
.gv-ledger-m{margin:20px 0 4px}
.gv-ledger-m .gp-ledger-t{padding:12px 14px;font-size:12px}
.gv-ledger-m .lr{grid-template-columns:104px 1fr;gap:12px;padding:10px 14px}
.gv-ledger-m .lr dt{font-size:13px;line-height:18px}
.gv-ledger-m .lr dd{font-size:13.5px;line-height:19px}
@media(max-width:899px){.gp-ledger-d{display:none}}
@media(min-width:900px){.gv-ledger-m{display:none}}

/* ------------------------------------------------ 01 the door (pinned) */
.gp-door{position:relative;background:var(--abyss);color:var(--starlight)}
.dp{position:relative;height:100vh;height:100svh;min-height:520px;overflow:hidden;background:var(--abyss)}
/* armed by give.js only: the section becomes plate + travel and the plate
   holds. Desktop plate + 2.4 viewports; phone plate + 2.0 (COPY_DECK 5.1). */
.gp-door.door-on{height:340vh}
.gp-door.door-on .dp{position:sticky;top:0}
.dp picture{position:absolute;inset:0;display:block}
.dp-still,.dp-canvas{position:absolute;inset:0;width:100%;height:100%;display:block}
/* the canvas and the still are placed by the same cover math; give.js reads
   this object-position so a drawn frame lands exactly on the still */
.dp-still{object-fit:cover;object-position:var(--door-pos,70% 50%)}
.dp-canvas{pointer-events:none}
.dp-scrim{position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(90deg,rgba(20,17,15,.72) 0%,rgba(20,17,15,.40) 38%,rgba(20,17,15,0) 60%)}
.dp-copy{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;padding-top:68px;padding-bottom:40px}
.dp-top,.dp-bot{max-width:min(460px,41.6%)}
.dp-k{color:var(--silver)}
.dp-a{font-family:var(--display);font-weight:400;font-size:clamp(30px,3.1vw,44px);line-height:1.12;
  letter-spacing:-.014em;color:var(--starlight);margin:0 0 14px;text-wrap:balance}
.dp-b{font-family:var(--display);font-style:italic;font-weight:400;font-size:clamp(22px,2.1vw,28px);line-height:1.25;
  color:var(--starlight);margin:0 0 30px;text-wrap:balance}
.dp-c{font-family:var(--display);font-weight:400;font-size:clamp(26px,2.6vw,36px);line-height:1.15;
  letter-spacing:-.012em;color:var(--starlight);margin:0 0 14px;text-wrap:balance}
.dp-d{font-size:17px;line-height:1.6;color:var(--silver);margin:0 0 22px;text-wrap:pretty}
.dp-note{position:absolute;right:var(--gut);bottom:18px;margin:0;font-size:12px;line-height:16px;color:var(--starlight);
  background:rgba(20,17,15,.62);padding:5px 10px;
  text-align:right;max-width:60%}
/* phone and any portrait screen: the purpose-made 9:16 scene, laid out by the
   fields measured on the real picture (give-door/MANIFEST.md, 1080x1920):
   open sky down to y 481 across the full width and to y 559 in the left 60%;
   the door and its open leaf from y 697 to the threshold at y 1449, x 123-720;
   plain ground below y 1460. Orchestrator ruling: the copy sits in the sky and
   in a bottom panel sized to the ground field, never over the door or the
   doorway (the 34% panel is gone). So line A runs the full width and ends
   above y 481; line B is held inside the left 60% where the sky runs deeper;
   C, D and the button sit on the ground below the threshold, the note beside
   the button. The still is anchored 82% down, which spends the 29px of slack a
   390x664 crop has on moving the door up into the sky. Checked geometrically
   in tests/pw_matrix.js (doorFit) at 390x664 and 390x844. */
@media(max-aspect-ratio:1/1){
  .gp-door.door-on{height:300vh;height:300svh}
  .dp-still{object-position:var(--door-pos-p,50% 82%)}
  .dp-scrim{display:none}
  .dp-copy{justify-content:space-between;padding-top:78px;padding-bottom:0}
  .dp-top,.dp-bot{max-width:none}
  .dp-k{color:var(--ink-2);margin-bottom:6px}
  .dp-a{color:var(--ink);font-size:24px;line-height:28px;margin:0 0 8px;max-width:none}
  /* the left 60% of the picture, in screen px: 0.1 x picture width + half the viewport */
  .dp-b{color:var(--ink);font-size:18px;line-height:22px;margin:0;
    max-width:calc(0.1 * max(100vw, 56.25svh) + 50vw - var(--gut) - 4px)}
  .dp-bot{position:relative;margin:0 calc(var(--gut) * -1);padding:26px var(--gut) 14px;
    background:linear-gradient(0deg,rgba(20,17,15,.86) 0%,rgba(20,17,15,.62) 70%,rgba(20,17,15,0) 100%)}
  .dp-c{font-size:20px;line-height:24px;margin:0 0 8px}
  .dp-d{font-size:14px;line-height:20px;margin:0 0 12px}
  .dp-cta .btn{width:auto;padding:12px 24px;font-size:15px}
  .dp-note{right:var(--gut);bottom:14px;width:calc(100% - var(--gut) * 2 - 196px);max-width:none;
    background:none;padding:0;color:var(--silver);
    font-size:11.5px;line-height:14px}
}
/* short phones (Playwright's 390x664 iPhone 14 viewport, an iPhone SE): the
   same layout at the size the measured fields allow */
@media(max-aspect-ratio:1/1) and (max-height:760px){
  .dp-copy{padding-top:73px}
  .dp-k{font-size:10.5px;line-height:13px;margin-bottom:4px}
  .dp-a{font-size:19px;line-height:22px;margin-bottom:4px}
  .dp-b{font-size:14.5px;line-height:18px}
  .dp-bot{padding-top:18px;padding-bottom:9px}
  .dp-c{font-size:16px;line-height:19px;margin-bottom:5px}
  .dp-d{font-size:12.5px;line-height:16.5px;margin-bottom:8px}
  .dp-cta .btn{padding:13px 20px;font-size:14px}
  .dp-note{bottom:9px;width:calc(100% - var(--gut) * 2 - 172px);font-size:10.5px;line-height:13px}
}
/* a thrown error or the static page: nothing is ever left hidden */
.gp-door.door-rest [data-land]{opacity:1!important;transform:none!important}

/* ------------------------------------------------------------ 02 proof */
.gp-proof{background:var(--linen)}
.pf-lead{margin:0 0 40px}
.pf-over{font-family:var(--display);font-style:italic;font-size:21px;line-height:1.3;color:var(--ink);margin:0 0 12px}
.pf-img{position:relative;overflow:hidden;background:var(--linen-2)}
.pf-img img{width:100%;height:100%;object-fit:cover;display:block}
.pf-img{aspect-ratio:var(--ar)}
.pf-it{margin:0}
.pf-it figcaption,.pf-lead figcaption{font-size:12.5px;line-height:17px;color:var(--ink-3);margin-top:6px}
.pf-label{font-weight:600;font-size:15px;color:var(--ink);margin:0 0 12px}
.pf-grid{display:flex;flex-direction:column;gap:18px}
/* phone: Goldman / balcony + bull / skyline / the 2022 selfie; every photo at its own ratio */
.pf-row{display:flex;flex-wrap:wrap;gap:18px 8px;align-items:flex-start}
.pf-row .pf-it{flex:1 1 100%;min-width:0}
.pf-row .pf-balcony,.pf-row .pf-bull{flex-basis:calc(50% - 4px)}
.pf-row .pf-skyline{order:-1}
.pf-years{font-size:14px;color:var(--ink-3);margin:0;flex:1 1 100%;order:2}
.pf-grid{margin-bottom:44px}
.pf-quote{margin:0 0 48px;padding:0;border:0}
.pf-quote p{max-width:26ch}
.pf-quote p{font-family:var(--display);font-style:italic;font-weight:400;font-size:24px;line-height:1.3;color:var(--ink);margin:0 0 12px}
.pf-quote footer{font-size:11.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-3);
  border:0;padding:0;line-height:1.5}
.pf-club{display:flex;flex-wrap:wrap;gap:18px;align-items:flex-start}
.pf-club .pf-it{flex:1 1 100%;min-width:0}

/* ------------------------------------------------------------ 03 limit */
.gp-limit{background:var(--surface);color:var(--starlight)}
.gp-limit .gp-k{color:var(--silver)}
.gp-limit .gp-h2{color:var(--starlight)}
.gp-limit .gp-body{color:var(--starlight)}
.gp-limit .lm-quiet{color:var(--silver)}
.lm-display{font-family:var(--display);font-weight:400;font-size:26px;line-height:1.2;letter-spacing:-.012em;
  color:var(--starlight);margin:28px 0 24px;max-width:26ch;text-wrap:balance}
.lm-h3{font-family:var(--display);font-weight:400;font-size:22px;line-height:1.2;color:var(--starlight);margin:40px 0 4px}
.lm-rows{border-top:1px solid var(--lead);margin-bottom:32px}
.lm-row{padding:20px 0;border-bottom:1px solid var(--lead)}
.lm-q{font-family:var(--display);font-style:italic;font-size:20px;line-height:1.3;color:var(--starlight);margin:0 0 8px}
.lm-a{font-size:16.5px;line-height:1.6;color:var(--silver);margin:0;max-width:62ch}

/* ------------------------------------------------------------ 04 story */
.gp-story{background:var(--linen)}
.st-card{background:var(--paper);border:1px solid var(--rule);border-left:4px solid var(--ink);border-radius:0;padding:22px 22px 20px;margin-top:6px}
.st-card p{font-family:var(--display);font-weight:400;font-size:19px;line-height:1.55;color:var(--ink);margin:0 0 12px}
.st-who{font-size:11.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-3)}
.st-lesson{font-weight:600;font-size:18px;line-height:1.5;color:var(--ink);margin:28px 0 0}
.st-q{font-family:var(--display);font-weight:400;font-size:32px;line-height:1.15;color:var(--ink);text-align:center;margin:56px 0 12px}
.st-bet{text-align:center;color:var(--ink-2);font-size:17px;line-height:1.55;margin:0 auto;max-width:40ch}

/* ------------------------------------------------------------- 05 ways */
.gp-ways{background:var(--linen-2)}
.wy-rows{border-top:1px solid var(--ink)}
.wy-row{padding:20px 0;border-bottom:1px solid var(--rule)}
.wy-l{font-family:var(--sans);font-weight:700;font-size:16px;line-height:1.35;color:var(--ink);margin:0 0 8px;letter-spacing:0}
.wy-a p{font-size:16px;line-height:1.6;color:var(--ink-2);margin:0 0 10px;max-width:64ch}
.wy-a p:last-child{margin-bottom:0}
.wy-a .wy-first{font-weight:600;color:var(--ink)}
.wy-a a{color:var(--ink)}
.wy-link{white-space:nowrap}
.wy-foot{font-size:13px;line-height:1.5;color:var(--ink-3);margin:18px 0 0;max-width:70ch}

/* ----------------------------------------------------------- 06 direct */
.gp-direct{background:var(--linen)}
.dc-card{background:var(--paper);border:1px solid var(--ink);border-radius:0;padding:26px 20px 24px}
.dc-check{color:var(--ink-2)}
.dc-who{display:flex;flex-direction:column;gap:2px;padding:14px 0 4px;border-top:1px solid var(--rule);margin-top:6px}
.dc-who b{font-weight:700;font-size:16px;color:var(--ink)}
.dc-who span{font-size:14.5px;color:var(--ink-2)}
.dc-who a{font-size:15px;color:var(--ink);align-self:flex-start}
.dc-form{margin-top:18px}
.dc-form .cv-row{flex-wrap:wrap;gap:0 12px}
.dc-form .cv-row .cv-field{flex:1 1 180px}

/* -------------------------------------------------------------- 07 faq */
.gp-faq{background:var(--linen)}
.fq{border-top:1px solid var(--ink);margin-top:20px}
.fq details{border-bottom:1px solid var(--rule)}
.fq summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:baseline;gap:16px;
  padding:18px 0;font-weight:600;font-size:17px;line-height:1.4;color:var(--ink)}
.fq summary::-webkit-details-marker{display:none}
.fq summary::after{content:"+";font-weight:400;font-size:22px;line-height:1;color:var(--ink-2);flex:none}
.fq details[open] summary::after{content:"\2212"}
.fq details p{font-size:16px;line-height:1.6;color:var(--ink-2);margin:-4px 0 20px;max-width:64ch}
.fq a{color:var(--ink)}

/* ------------------------------------------------------------- close */
.gp-close{background:var(--abyss);color:var(--starlight);padding:64px 0 72px}
.cl-ph{margin:0 0 28px}
.cl-img{aspect-ratio:16/10;overflow:hidden;background:var(--surface)}
.cl-img img{width:100%;height:100%;object-fit:cover}
.cl-ph figcaption{font-size:12.5px;line-height:17px;color:var(--silver);margin-top:6px}
.cl-h2{font-family:var(--display);font-weight:400;font-size:28px;line-height:1.18;letter-spacing:-.014em;
  color:var(--starlight);margin:0 0 12px;max-width:24ch;text-wrap:balance}
.cl-line{color:var(--silver);font-size:17px;margin:0 0 26px}

/* ------------------------------------------------------------ footer */
.gp-foot{background:var(--abyss);border-top:1px solid var(--lead);color:var(--silver);padding:40px 0 48px}
.gp-foot .brand{color:var(--starlight);font-size:17px;margin-bottom:18px;display:inline-flex}
.gp-foot .disc{color:var(--silver);margin:8px 0 0;font-size:12.5px}
.gp-foot a{color:var(--starlight)}
.gp-foot .disc a{text-decoration:underline;text-underline-offset:3px}

/* ============================================================ desktop */
@media(min-width:900px){
  .gp-hero{padding:132px 0 72px}
  .gp-hero-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:0 32px;align-items:center}
  .gp-hero-copy{grid-column:1 / span 7}
  .gp-hero-ph{grid-column:8 / span 5}
  .gp-dog{font-size:22px;line-height:30px;margin-bottom:18px}
  .gp-h1{font-size:clamp(40px,3.9vw,56px);line-height:1.08;margin-bottom:16px}
  .gp-h1b{font-size:clamp(24px,2.1vw,30px);line-height:1.25;margin-bottom:22px}
  .gp-sub{font-size:18px;line-height:1.6;margin-bottom:18px}
  .gp-big{font-size:15.5px;line-height:1.5;margin-bottom:28px}
  .gp-hero-cta{display:block}

  .gp-give{padding:96px 0 104px}
  .gp-give-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:0 32px;align-items:start}
  .gp-give-main{grid-column:1 / span 7}
  .gp-ledger{grid-column:8 / span 5;margin-top:0}
  .gp-h2{font-size:clamp(30px,3vw,42px);line-height:1.1;margin-bottom:14px}
  .gp-lead{font-size:18px;line-height:1.55;margin-bottom:24px}
  .gp-sheet{margin:0;padding:28px 30px 28px;border:1px solid var(--rule)}
  .lr{grid-template-columns:138px 1fr;padding:16px 22px;gap:18px}
  .gp-ledger-t{padding:18px 22px}

  .gp-sec{padding:112px 0}
  .gp-head{margin-bottom:36px}
  .pf-lead{margin-bottom:64px;max-width:520px}
  .pf-lead .pf-over{font-size:28px;margin-bottom:16px;max-width:none}
  /* each row is a flex line whose items grow by their own aspect ratio (--a),
     so every picture keeps its full frame and a row's pictures share one
     height exactly: nothing is cropped */
  .pf-row{flex-wrap:nowrap;gap:16px}
  .pf-row .pf-it,.pf-row .pf-balcony,.pf-row .pf-bull{flex:var(--a) 1 0}
  .pf-row .pf-skyline{order:0}
  /* row 2 has the same height as row 1 (row 1's ratios sum to 3.2), so the
     2021 skyline renders no larger than its 1088px source allows on a retina
     screen; the years line sits in the space that frees, on the row's foot */
  .pf-row2 .pf-it{flex:0 0 calc((100% - 32px) / 3.2 * var(--a))}
  .pf-row2 .pf-years{flex:1 1 0;order:3;align-self:flex-end;padding-bottom:23px}
  .pf-quote{margin:72px 0 72px}
  .pf-quote p{font-size:34px}
  .pf-club{flex-wrap:nowrap;gap:16px}
  .pf-club .pf-it{flex:var(--a) 1 0}

  .gp-limit .gp-h2{max-width:22ch}
  .lm-display{font-size:clamp(32px,3.2vw,44px);max-width:24ch;margin:44px 0 36px}
  .lm-h3{font-size:28px;margin-top:64px}
  .lm-row{display:grid;grid-template-columns:5fr 7fr;gap:32px;padding:26px 0}
  .lm-q{font-size:22px}

  .st-card{padding:30px 34px 26px}
  .st-card p{font-size:22px}
  .st-q{font-size:48px;margin:88px 0 16px}
  .st-bet{font-size:19px}

  .wy-row{display:grid;grid-template-columns:4fr 8fr;gap:32px;padding:26px 0}
  .wy-l{margin:0;font-size:17px}
  .wy-a p{font-size:17px}

  .dc-card{display:grid;grid-template-columns:5fr 7fr;gap:48px;padding:44px 44px 40px}
  .dc-form{margin-top:0}

  .fq summary{font-size:19px;padding:22px 0}
  .fq details p{font-size:17px}

  .gp-close{padding:112px 0}
  .gp-close-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:0 32px;align-items:center}
  .cl-copy{grid-column:1 / span 7;grid-row:1}
  .cl-ph{grid-column:8 / span 5;grid-row:1;margin:0}
  .cl-h2{font-size:clamp(34px,3.4vw,48px)}
  .gp-foot{padding:56px 0 64px}
}
/* five chips on one row once the form column is wide enough; below that the
   phone rule (three, then two, both rows full) */
@media(min-width:1100px){
  .gv-chip{flex-basis:calc(20% - 7px)}
}

/* reduced motion: the finished state, no transforms, nothing moves */
@media(prefers-reduced-motion:reduce){
  .gp [data-land]{opacity:1!important;transform:none!important}
}
@media print{
  .gp-door.door-on{height:auto}
  .gp-door .dp{position:relative}
  .gp [data-land]{opacity:1!important;transform:none!important}
  .dp-canvas{display:none}
}
