/* Real paper, photographs and a few things to play with. */
.orbit-card { width: min(540px, 66%); }
.real-envelope {
  aspect-ratio: 1.66; border: 0; border-radius: 0; background: none;
  overflow: visible; box-shadow: none; transform: rotate(-5deg);
}
.orbit-card:hover .real-envelope { transform: rotate(-5deg); }
.envelope-turn { display: block; width: 100%; height: 100%; border: 0; background: none; cursor: pointer; perspective: 1400px; }
.envelope-faces { display: block; position: relative; width: 100%; height: 100%; transform-style: preserve-3d; transition: transform .85s cubic-bezier(.22,.75,.2,1); }
.envelope-turn[aria-pressed="true"] .envelope-faces { transform: rotateY(180deg); }
.envelope-face { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; backface-visibility: hidden; -webkit-backface-visibility: hidden; filter: drop-shadow(0 20px 16px #132c3b33); }
.envelope-back { transform: rotateY(180deg); }
.envelope-turn:focus-visible { outline: 3px solid var(--orange-deep); outline-offset: 12px; border-radius: 8px; }
.orbit-pill.p-tl { top: 18%; left: 14%; }
.orbit-pill.p-tr { top: 16%; right: 10%; }
.orbit-pill.p-l { top: 43%; left: 0; }
.orbit-pill.p-r { top: 51%; right: 0; }
.orbit-pill.p-b { bottom: 12%; }
.postal-route { position: absolute; inset: 0; z-index: 0; pointer-events: none; color: #835036; opacity: .7; }
.postal-route svg { width: 100%; height: 100%; overflow: visible; }
.postal-route-line { fill: none; stroke: currentColor; stroke-width: 2.5; stroke-dasharray: 2 9; stroke-linecap: round; vector-effect: non-scaling-stroke; }
.postal-route-stop { fill: var(--canvas-beige); stroke: currentColor; stroke-width: 1.8; vector-effect: non-scaling-stroke; }
.postal-route-from, .postal-route-to { position: absolute; font: 500 15px/1.3 var(--body); white-space: nowrap; }
.postal-route-from { left: -4%; top: 63%; }
.postal-route-to { right: -4%; top: 35%; }
@media (max-width: 680px) {
  .orbit-card { width: 100%; max-width: 440px; margin: 12px 0 78px; }
  .orbit { max-width: 480px; }
  .postal-route { bottom: auto; height: calc(min(480px,100vw - 40px) / 1.66 + 60px); }
  .postal-route-from, .postal-route-to { top: 83%; font-size: 13px; }
  .postal-route-from { left: 1%; }
  .postal-route-to { right: 1%; }
}
/* August's letter: one folded sheet, with the real objects tucked inside. */
.scrapbook-wrap { padding-top: 35px; padding-bottom: 100px; position: relative; }
.letter-history { position: relative; max-width: 1050px; margin: auto; border-block: 1px solid #2a2a2844; }
.history-cover { position: relative; display: grid; grid-template-columns: 1fr 46%; align-items: center; gap: 60px; padding: 48px 48px 54px; cursor: pointer; list-style: none; }
.history-cover::-webkit-details-marker { display: none; }
.history-cover:focus-visible { outline: 3px solid var(--orange-deep); outline-offset: 10px; }
.history-info { display: flex; flex-direction: column; align-items: flex-start; }
.history-title { font: 500 clamp(54px,7vw,94px)/1.2 var(--serif); letter-spacing: -.055em; margin: 10px 0 8px; }
.history-sent { font-size: 15px; color: var(--ink-soft); }
.history-invite { display: inline-flex; gap: 28px; align-items: center; margin: 30px 0 20px; border-bottom: 1px solid var(--ink); padding-bottom: 7px; font: 600 18px/1.5 var(--body); }
.history-plus { font: 30px/1 var(--serif); transition: transform .35s; }
.letter-history[open] .history-plus { transform: rotate(45deg); }
.history-photo { display: block; position: relative; background: #fffdf7; padding: 10px 10px 5px; width: 100%; max-width: 380px; transform: rotate(5deg); box-shadow: 2px 5px 10px #392d2220,0 18px 35px #392d2220; transition: transform .45s var(--ease-out),box-shadow .45s; }
.history-photo > img { aspect-ratio: 1000/1216; width: 100%; object-fit: cover; }
.history-photo > img,.spread-cat,.nyc-snapshot img,.join-flower-sticker,.creator-disco { height: auto; }
.history-photo .photo-label { font-size: 22px; margin: 10px 0; }
.history-cover:is(:hover,:focus-visible) .history-photo { transform: rotate(-2deg) translateY(-10px) scale(1.06); box-shadow: 3px 10px 15px #392d221c,0 22px 40px #392d2228; }
.scrap-tape { position: absolute; z-index: 5; width: 95px; height: 29px; top: -15px; left: calc(50% - 47px); transform: rotate(-8deg); background: #e3c5849e; border-inline: 2px dashed #a2814020; box-shadow: 0 1px 2px #6c543716; pointer-events: none; }
.photo-label { display: block; text-align: center; font: 24px/1.2 var(--accent-script); color: var(--ink-soft); margin: 15px 0 5px; }
.when-open { display: none; }
.letter-history[open] .when-closed { display: none; }
.letter-history[open] .when-open { display: inline; }
.scrapbook-spread { display: grid; grid-template-columns: 1fr 1fr; gap: 35px 50px; position: relative; margin: 0 -10px 32px; padding: 62px 54px 36px; background: #f8ecd6; box-shadow: 0 5px 0 #e4d6bb,0 6px 0 #cfbfa2,0 18px 38px #42331613; border: 1px solid #dccdb3; }
.scrapbook-spread::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg,transparent 48%,#b29d7610 49.8%,#fff9eb99 50.1%,transparent 52%); }
.spread-left,.spread-right { min-width: 0; position: relative; }
.paper-excerpt { position: relative; background: #fffdf5; box-shadow: 1px 3px 8px #45311c12; padding: 36px 30px 22px; font: 19px/1.45 var(--serif); }
.paper-excerpt p { margin-bottom: 14px; }
.paper-tab { position: absolute; top: -18px; left: 16px; transform: rotate(-3deg); background: var(--happy-green); padding: 5px 13px; font: 21px/1.15 var(--accent-script); }
.photo-shell { position: relative; transform: translateY(var(--paper-y,0px)) rotate(var(--paper-angle,-5deg)); }
.polaroid-shell { --paper-angle: -7deg; width: min(255px,90%); margin: 38px auto 20px; }
.photo-flip { position: relative; display: block; width: 100%; aspect-ratio: 600/802; border: 0; background: transparent; cursor: pointer; perspective: 1000px; font: inherit; color: inherit; }
.photo-faces { display: block; width: 100%; height: 100%; position: relative; transform-style: preserve-3d; transition: transform .7s cubic-bezier(.22,.75,.2,1); }
.photo-flip[aria-pressed="true"] .photo-faces { transform: rotateY(180deg); }
.photo-front,.photo-back { position: absolute; inset: 0; display: block; backface-visibility: hidden; -webkit-backface-visibility: hidden; }
.photo-front img { width: 100%; height: 100%; object-fit: contain; }
.photo-back { background: #fffdf5; box-shadow: 0 6px 14px #37281320; transform: rotateY(180deg); padding: 32px 18px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 30px; font: 30px/1.1 var(--accent-script); }
.photo-back-small { font: 18px/1.3 var(--accent-script); color: var(--ink-soft); }
.polaroid-note { position: absolute; bottom: 6%; inset-inline: 0; font: 21px/1 var(--accent-script); }
.flip-hint { display: block; text-align: center; margin-top: 8px; font: 20px/1.2 var(--accent-script); }
.photo-flip:focus-visible { outline: 3px solid var(--orange-deep); outline-offset: 8px; }
.inside-shell { --paper-angle: 5deg; padding: 10px 10px 9px; background: #fffdf5; box-shadow: 0 7px 19px #35220b25; margin: 18px 0 32px; }
.inside-flip { aspect-ratio: 1000/1333; }
.inside-shell .photo-front img { object-fit: cover; }
.spread-cat { position: relative; width: 72%; max-width: 300px; margin: -74px -28px 0 auto; transform: rotate(-9deg); filter: drop-shadow(1px 4px 2px #271c2225); pointer-events: none; }
.no-js .photo-back { display: none; }
.no-js .photo-flip { cursor: default; }
.no-js #globe-canvas,.no-js .globe-controls,.no-js #countdown { display: none; }
.no-js .postmarks-layout { grid-template-columns: minmax(0,350px); justify-content: center; }
/* A photograph beside the map, and small stickers along the way. */
.postmarks-layout { display: grid; grid-template-columns: minmax(200px,.7fr) minmax(300px,1.3fr); gap: 70px; align-items: center; margin: 30px auto 18px; max-width: 960px; }
.nyc-snapshot { --paper-angle: -7deg; position: relative; padding: 10px 10px 18px; background: #fffdf7; transform: translateY(var(--paper-y,0px)) rotate(var(--paper-angle)); box-shadow: 1px 4px 8px #33241425,0 16px 28px #33241418; }
.nyc-snapshot img { width: 100%; aspect-ratio: 3/3.6; object-fit: cover; }
.nyc-snapshot figcaption { text-align: center; margin-top: 14px; font: 26px/1.05 var(--accent-script); }
.postmarks-layout #globe-canvas { width: 100%; max-width: 540px; }
.globe-controls { display: flex; gap: 18px; align-items: center; }
.country-label { text-align: center; margin: 32px 0 18px; font: 23px/1.3 var(--accent-script); }
.country-list { list-style: none; display: flex; justify-content: center; flex-wrap: wrap; gap: 10px 12px; max-width: 850px; margin: auto; }
.country-list li { border: 1px solid #74634c55; background: #fffdf7; padding: 7px 12px; font: 14px/1.4 var(--body); }
.country-list li:nth-child(3n+1) { transform: rotate(-2deg); }
.country-list li:nth-child(3n+2) { transform: rotate(2deg); }
.country-list li:has(button) { padding: 0; }
.country-list button { border: 0; background: transparent; font: inherit; color: inherit; cursor: pointer; padding: 9px 12px; min-height: 44px; }
.country-list button:hover { background: #f6e8ce; }
.country-list button:focus-visible { outline: 3px solid var(--orange-deep); outline-offset: 2px; }
.country-updated { text-align: center; font-size: 13px; color: var(--ink-soft); margin: 20px auto 0; }
.country-attribution { text-align: center; font-size: 10px; color: var(--ink-soft); margin-top: 9px; }
.join-letter { position: relative; }
.join-flower-sticker { position: absolute; width: 105px; top: -43px; right: -20px; transform: rotate(14deg); z-index: 3; pointer-events: none; filter: drop-shadow(1px 3px 2px #2a2a2825); }
.hd-footer-row { position: relative; }
.creator-disco { position: absolute; left: -30px; top: -95px; width: 145px; filter: drop-shadow(1px 4px 3px #2a2a2825); }
.sm-field select { display: block; width: 100%; min-height: 48px; padding: 12px; font: inherit; color: var(--ink); background: #fffdf7; border: 1.5px solid #a59a8c; border-radius: 6px; }
.sm-field select.invalid { border-color: #b83828; }
.signup-done { position: relative; padding: 65px 30px 40px; background: #fffdf7; border: 1px solid #c5b591; box-shadow: 0 4px 0 #e7d8bd; text-align: center; }
.signup-done:focus { outline: none; }
.signup-postmark { display: inline-block; border: 2px solid #457448; color: #457448; padding: 8px 18px; transform: rotate(-9deg); font: 600 16px/1.1 var(--mono); text-transform: uppercase; margin-bottom: 24px; }
.signup-done .big { font: 500 40px/1.1 var(--serif); }
.signup-done .sm { margin-top: 20px; font-size: 17px; line-height: 1.6; }
.signup-done .receipt-note { margin-top: 22px; font: 24px/1.2 var(--accent-script); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 900px) {
  .history-cover { gap: 32px; padding-inline: 15px; }
  .scrapbook-spread { padding: 48px 25px 35px; gap: 30px; }
  .postmarks-layout { gap: 36px; }
  .nyc-snapshot figcaption { font-size: 22px; }
}
@media (max-width: 680px) {
  .scrapbook-wrap { padding-top: 65px; padding-bottom: 65px; }
  .history-cover { grid-template-columns: 1fr; gap: 42px; padding: 28px 6px 34px; }
  .history-info { align-items: center; }
  .history-title { font-size: 72px; }
  .history-invite { margin: 20px 0 12px; }
  .history-photo { max-width: 330px; width: 90%; margin: auto; transform: rotate(3deg); }
  .history-cover:is(:hover,:focus-visible) .history-photo { transform: rotate(1deg); }
  .scrapbook-spread { margin: 0 -8px 22px; grid-template-columns: 1fr; padding: 45px 20px 30px; gap: 20px; }
  .scrapbook-spread::before { display: none; }
  .paper-excerpt { padding: 30px 22px 20px; }
  .photo-shell { transform: rotate(var(--paper-angle)); }
  .inside-shell { max-width: 350px; width: 93%; margin: 14px auto 30px; --paper-angle: 3deg; }
  .polaroid-shell { margin-bottom: 35px; }
  .spread-cat { width: 55%; margin-right: -5px; }
  .postmarks-layout { display: flex; flex-direction: column; gap: 38px; }
  .nyc-snapshot { width: min(260px,75%); transform: rotate(-5deg); }
  .globe-stage { width: 100%; }
  .country-list { gap: 8px; }
  .country-list li { padding: 6px 9px; font-size: 13px; }
  .join-flower-sticker { width: 76px; top: -36px; right: 3px; }
  .creator-disco { width: 105px; left: -8px; top: -65px; }
}
@media (prefers-reduced-motion: reduce) {
  .envelope-faces,.real-envelope,.photo-faces,.history-photo,.history-plus { transition: none; }
  .photo-shell,.nyc-snapshot { --paper-y: 0px !important; }
}

/* Compact archive and freely movable keepsakes. */
.orbit-card { width: min(660px,78%); }
.real-envelope { transition: none; }
.envelope-face { top: 50%; bottom: auto; height: auto; transform: translateY(-50%); clip-path: inset(.9% .3% .4% round 2px); }
.envelope-back { transform: translateY(-50%) rotateY(180deg); }
.scrapbook-wrap { padding-top: 80px; padding-bottom: 95px; }
.letter-history { max-width: 950px; }
.history-cover { min-height: 215px; padding: 26px 45% 26px 20px; display: flex; gap: 0; }
.history-title { font: 800 clamp(30px,4.1vw,48px)/1.08 var(--display); letter-spacing: -.025em; margin: 0 0 10px; }
.history-sent { font-size: 17px; }
.history-invite { font-size: 16px; gap: 18px; margin: 19px 0 0; border: 0; padding: 0; }
.history-invite > span:first-child { text-decoration: underline; text-underline-offset: 5px; }
.history-plus { font-size: 23px; }
.history-photo { position: absolute; width: 225px; right: 7%; top: 50%; margin: -152px 0 0; padding: 7px 7px 5px; transform: rotate(5deg); transition: none; }
.history-photo .photo-label { font-size: 17px; margin: 7px 0; }
.history-cover:is(:hover,:focus-visible) .history-photo { transform: rotate(5deg); box-shadow: 2px 5px 10px #392d2220,0 18px 35px #392d2220; }
.scrapbook-spread { margin: 76px 0 30px; padding: 28px 12px 35px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 35px; background: none; border: 0; box-shadow: none; }
.scrapbook-spread::before { display: none; }
.paper-excerpt { background: none; padding: 0; box-shadow: none; }
.paper-tab { position: static; display: inline-block; background: none; transform: none; padding: 0; font: 13px var(--mono); color: var(--ink-soft); }
.paper-excerpt blockquote { font: 500 clamp(21px,2.5vw,28px)/1.3 var(--serif); margin: 15px 0 24px; }
.archive-next { color: var(--orange-deep); font: 600 15px var(--body); text-underline-offset: 5px; }
.archive-photos { display: flex; width: 100%; gap: 18px; align-items: center; padding: 0 14px; }
.polaroid-shell { width: 43%; flex-shrink: 0; margin: 0; }
.polaroid-note { font-size: 13px; }
.inside-shell { width: 54%; margin: 0; padding: 6px; }
.photo-back { padding: 12px 8px; gap: 14px; font-size: 20px; }
.photo-back-small { font-size: 14px; }
.loose-sticker { padding: 0; border: 0; background: none; cursor: grab; touch-action: none; user-select: none; pointer-events: auto; z-index: 15; transform: translate(var(--sticker-x,0px),var(--sticker-y,0px)) rotate(var(--sticker-angle,0deg)); }
.loose-sticker img { display: block; width: 100%; height: auto; pointer-events: none; }
.loose-sticker:focus-visible { outline: 2px dashed var(--orange-deep); outline-offset: 5px; }
.loose-sticker.is-dragging { cursor: grabbing; z-index: 30; }
.spread-cat { position: absolute; width: 112px; margin: 0; bottom: -18px; right: 8px; --sticker-angle: -9deg; }
.join-flower-sticker { --sticker-angle: 14deg; }
.creator-disco { --sticker-angle: -9deg; }
.hd-footer-row { min-height: 60px; }
.join-letter { grid-template-columns: minmax(0,.85fr) minmax(0,1fr); padding: 42px 28px; gap: 30px; }
.jn-me { min-width: 0; padding: 0 24px 0 0; border-bottom: 0; border-right: 1.5px dashed #2a2a2847; }
.jn-title { padding-right: 0; }
.jn-photo-img { height: auto; aspect-ratio: 1; }
.jn-proof { gap: 16px; }
.jn-body { font-size: 16px; }
.experts-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
#globe-canvas:focus-visible { outline: 2px solid var(--orange-deep); outline-offset: 5px; border-radius: 50%; }
.no-js .country-list { position: static; width: auto; height: auto; clip: auto; margin: 20px auto; white-space: normal; }
@media (max-width: 680px) {
  .orbit-card { width: 100%; max-width: 520px; margin: 12px 0 0; }
  .orbit-pill, .postal-route { display: none; }
  .pc-stage-wrap { padding-bottom: 40px; }
  .scrapbook-wrap { padding-top: 58px; padding-bottom: 66px; }
  .history-cover { min-height: 185px; padding: 22px 47% 22px 0; }
  .history-info { align-items: flex-start; }
  .history-title { font-size: 30px; }
  .history-sent { font-size: 15px; }
  .history-photo { width: 40%; max-width: 210px; right: 3%; margin: 0; top: 50%; translate: 0 -50%; }
  .history-photo .photo-label { font-size: 14px; }
  .scrapbook-spread { grid-template-columns: 1fr; gap: 26px; margin-top: 35px; padding: 16px 8px 35px; }
  .paper-excerpt blockquote { font-size: 24px; }
  .archive-photos { max-width: 310px; margin: auto; gap: 20px; }
  .polaroid-shell { margin: 0; }
  .inside-shell { width: 50%; margin: 0; }
  .photo-back { font-size: 19px; }
  .spread-cat { width: 95px; }
  .experts-grid { gap: 10px; }
  .expert-card .exp-name { font-size: 13px; }
  .expert-card .exp-meta { padding: 12px 8px; }
  .expert-card .exp-tags span { font-size: 8px; letter-spacing: 0; padding: 3px 5px; }
}
@media (max-width: 600px) {
  .join-letter { grid-template-columns: 1fr; padding: 38px 24px; }
  .jn-me { border-right: 0; border-bottom: 1.5px dashed #2a2a2847; padding: 0 0 24px; }
  .jn-photo { max-width: 190px; }
}
@media (prefers-reduced-motion: reduce) { .envelope-turn { transform: none !important; } }

/* Keep the orbit behind the introduction and its button. */
.sky-hero > .hero-inner { z-index: 4; }
.sky-hero > .pc-stage-wrap { z-index: 3; }
.experts-grid { max-width: 864px; }
.hd-footer-row { flex-direction: column; gap: 12px; }
.hd-footer .motto { width: 100%; text-align: center; }
.collage-history { min-height: 270px; }
.collage-history > .history-info { min-height: 270px; justify-content: center; width: 50%; padding: 25px 20px; }
.mail-collage { position: absolute; right: 10px; top: -25px; width: 360px; height: 320px; }
.collage-letter { position: absolute; left: 82px; top: 6px; width: 218px; min-height: 266px; background: #fffdf5; padding: 23px 19px; box-shadow: 0 3px 12px #392d2225; --sticker-angle: 2deg; z-index: 1; text-align: left; color: var(--ink); font: 17px/1.25 var(--serif); }
.collage-letter-title { font: 13px var(--mono); }
.collage-letter-paragraph { display: block; margin-top: 16px; }
.collage-letter i { display: block; margin-top: 12px; font: 24px var(--accent-script); }
.collage-piece { position: absolute; box-shadow: 1px 5px 15px #392d2226; }
.collage-inside { width: 172px; left: 173px; top: 18px; padding: 7px; background: #fffdf7; --sticker-angle: 13deg; z-index: 4; }
.collage-postoffice { width: 192px; left: 72px; top: -8px; padding: 7px; background: #fffdf7; --sticker-angle: -3deg; z-index: 5; }
.collage-postoffice .photo-label { font-size: 15px; margin: 7px 0 2px; }
.collage-polaroid { width: 118px; height: 158px; left: -24px; top: 83px; --sticker-angle: -14deg; z-index: 6; }
.collage-polaroid .photo-back { font-size: 18px; gap: 9px; }
.collage-polaroid .photo-back-small { font-size: 13px; }
.collage-cat { position: absolute; width: 128px; left: 241px; top: 195px; --sticker-angle: 7deg; z-index: 7; }
.collage-flowers { position: absolute; width: 72px; left: 298px; top: -5px; --sticker-angle: 17deg; z-index: 8; }
.collage-hint { position: absolute; bottom: -24px; left: 72px; min-height: 44px; padding: 7px 18px; border: 1.5px solid var(--ink); border-radius: 999px; background: var(--wes-yellow); box-shadow: 2px 3px 0 var(--ink); font: 22px/1.2 var(--accent-script); color: var(--ink); white-space: nowrap; --sticker-angle: -4deg; }
.collage-reading { max-width: 570px; padding: 44px 20px 35px; }
.collage-reading blockquote { margin: 15px 0 20px; font: 26px/1.35 var(--serif); }
.next-issue-row { max-width: 950px; margin: 0 auto; padding: 45px 20px 25px; display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.next-issue-title { font: 700 26px var(--display); }
.next-issue-status { font: 23px var(--accent-script); color: var(--ink-soft); }
.free-object { position: absolute !important; margin: 0 !important; max-width: none !important; z-index: 150 !important; translate: none !important; transform: rotate(var(--sticker-angle,0deg)) !important; }
.free-object.is-dragging { z-index: 160 !important; }
.collage-letter.free-object { min-height: 0; padding: calc(23px * var(--object-scale,1)) calc(19px * var(--object-scale,1)); font-size: calc(17px * var(--object-scale,1)); }
.collage-letter.free-object .collage-letter-title { font-size: calc(13px * var(--object-scale,1)); }
.collage-letter.free-object .collage-letter-paragraph { margin-top: calc(16px * var(--object-scale,1)); }
.collage-letter.free-object i { margin-top: calc(12px * var(--object-scale,1)); font-size: calc(24px * var(--object-scale,1)); }
.collage-polaroid.free-object .polaroid-note { font-size: calc(13px * var(--object-scale,1)); }
.collage-hint.free-object { min-height: 0; padding: calc(7px * var(--object-scale,1)) calc(18px * var(--object-scale,1)); font-size: calc(var(--hint-font,22px) * var(--object-scale,1)); }
body:has(.signup-modal[open]) .free-object { pointer-events: none; }
@media (max-width: 760px) {
  .mail-collage { width: 360px; right: 0; scale: .8; transform-origin: right center; }
  .collage-history > .history-info { width: 48%; padding-left: 0; }
}
@media (max-width: 680px) {
  .collage-history { min-height: 420px; }
  .collage-hint { min-height: 62px; font-size: 26px; --hint-font: 26px; bottom: -30px; left: 60px; }
  .collage-history > .history-info { width: 100%; min-height: 130px; padding: 8px 0 0; }
  .history-title { font-size: 30px; }
  .mail-collage { top: 145px; right: calc(50% - 186px); width: 360px; scale: .82; transform-origin: center top; }
  .collage-reading { padding: 310px 4px 25px; }
  .collage-reading blockquote { font-size: 23px; }
  .next-issue-row { padding: 24px 0 6px; }
  .next-issue-title { font-size: 21px; }
  .next-issue-status { font-size: 21px; }
}

.goal-meter-head { justify-content: flex-start; }
.goal-meter-head strong { text-align: left; }
.countdown-wrap h2 { font-size: clamp(18px,4.8vw,60px); white-space: nowrap; }
.experts-tease { padding-bottom: 80px; }
@media (max-width: 720px) { .experts-tease { padding-bottom: 64px; } }

/* Phones retain the paper details without clipping text or trapping page scroll. */
.sm-field { min-width: 0; }
.sm-field input, .sm-field select { font-size: 16px; min-height: 48px; }
.letter-body { overflow-wrap: anywhere; }
@media (max-width: 720px) {
  .letter { transform: none; }
  .cd-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .cd-cell { min-width: 0; padding-inline: 6px; }
  .cd-cell .num { font-size: clamp(28px,8vw,48px); }
  .expert-card .exp-name { overflow-wrap: anywhere; }
  .expert-card .exp-tags span { max-width: 100%; white-space: normal; overflow-wrap: anywhere; }
  .creator-disco { left: 3px; }
  .steven-peek { position: fixed; right: max(12px,env(safe-area-inset-right)); bottom: max(12px,env(safe-area-inset-bottom)); width: 48px; margin: 0; }
  .steven-peek-hit { width: 48px; height: 48px; }
  .steven-peek-photo { border-radius: 16px; }
  .steven-peek-lens { width: 24px; height: 24px; font-size: 12px; right: -3px; bottom: -3px; }
  .steven-peek-note { position: absolute; right: 0; margin-right: 0; bottom: calc(100% + 14px); max-height: calc(100dvh - 110px); overflow-y: auto; }
}
@media (max-width: 360px) {
  .mail-collage { scale: .72; }
  .expert-card .exp-meta { padding-inline: 6px; }
  .expert-card .exp-name { font-size: 12px; }
  .letter-stamp { font-size: 10px; right: -5px; }
}
@media (pointer: coarse) {
  #globe-canvas { touch-action: pan-y; }
  .envelope-turn, .photo-flip, .hero-join, .sm-submit { -webkit-tap-highlight-color: transparent; }
}
