@font-face{
  font-family:"Old Newspaper Types";
  src:url("../fonts/OldNewspaperTypes.woff2") format("woff2"),
      url("../fonts/OldNewspaperTypes.ttf") format("truetype");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}

:root{
  --paper:#eff0f2;
  --ink:#696969;
  --accent:#0088FF;
  --accent-dark:#04559B;
  --graphite:#161616;
  --card:#fcfdfe;
  --shadow:0 10px 28px rgba(25,30,38,.13), 0 2px 6px rgba(25,30,38,.08);
}

*{ margin:0; padding:0; box-sizing:border-box; }

html, body{
  height:100%;
  overflow:hidden;                 /* vertical scroll disabled */
  background:var(--paper);
  font-family:"Karla", sans-serif;
  color:var(--graphite);
}

/* ---------- shader canvas ---------- */
#paper{
  position:fixed; inset:0;
  width:100%; height:100%;
  display:block; z-index:0;
}

/* ---------- chrome ---------- */
.page{
  position:relative; z-index:1;
  height:100vh;
  display:flex; flex-direction:column;
  padding:0 2.4vw;
}

header{
  height:72px; flex:0 0 auto;
  display:flex; align-items:center; justify-content:space-between;
}
.logo{ font-weight:600; font-size:1.28rem; color:inherit; text-decoration:none; }
.logo:hover{ color:#000; }
.logo:active{ color:inherit; }
nav{ display:flex; gap:2.2rem; }
nav a{
  font-family:"Space Mono", monospace;
  font-size:.78rem; letter-spacing:.12em; text-transform:uppercase;
  color:var(--graphite); text-decoration:none;
  padding:.35rem 0; border-bottom:2px solid transparent;
}
nav a[aria-current="page"]{ border-bottom-color:var(--graphite); font-weight:700; }
nav a:hover{ color:var(--ink); }
nav a:focus-visible, .pager:focus-visible{
  outline:2px solid var(--ink); outline-offset:3px; border-radius:2px;
}

/* ---------- the board ---------- */
.board{
  position:relative;
  flex:1 1 auto;
  margin-bottom:2.4vh;
  border:2px solid var(--graphite);
  overflow:hidden;
}

/* ---------- view switching ---------- */
.view{
  position:absolute; inset:0;
  opacity:0; visibility:hidden;
  transition:opacity .4s ease;
}
.view.is-active{ opacity:1; visibility:visible; }

/* ================= ABOUT VIEW ================= */
.about-card{
  position:absolute;
  top:50%; left:50%; transform:translate(-50%,-50%);
  width:clamp(320px, 47vw, 660px);
}

/* the handmade sheet: cream stock, torn edges, own drop shadow.
   Kept as its own layer so the deckle filter never touches the text.
   Shared by any card that wants torn paper — see .sheet--blue. */
.sheet{
  position:absolute; inset:0;
  background:
    /* pulp mottling */
    radial-gradient(ellipse at 20% 15%, rgba(100,110,125,.07), transparent 55%),
    radial-gradient(ellipse at 82% 78%, rgba(100,110,125,.08), transparent 55%),
    radial-gradient(ellipse at 60% 45%, rgba(252,254,255,.5), transparent 60%),
    linear-gradient(168deg, #ffffff, #F7F9FB 55%, #e6e9ee);
  filter:url(#deckle)
         drop-shadow(0 12px 24px rgba(30,36,45,.16))
         drop-shadow(0 2px 3px rgba(30,36,45,.10));
}
/* powder-blue pulp, for the Moved case study */
.sheet--blue{
  background:
    radial-gradient(ellipse at 20% 15%, rgba(60,100,140,.10), transparent 55%),
    radial-gradient(ellipse at 82% 78%, rgba(60,100,140,.12), transparent 55%),
    radial-gradient(ellipse at 60% 45%, rgba(245,251,255,.55), transparent 60%),
    linear-gradient(168deg, #e2eef6, #cfe1ee 55%, #b9d3e5);
}
/* fibre grain, displaced along with the sheet */
.sheet::after{
  content:""; position:absolute; inset:0;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='0.42'/%3E%3C/svg%3E");
  mix-blend-mode:multiply;
  opacity:.30;
}

/* wax seal straddling the top edge */
.about-card .seal{
  position:absolute; z-index:3;
  top:0; left:50%;
  width:clamp(58px, 6vw, 84px);
  transform:translate(-50%, -52%) rotate(-4deg);
  filter:drop-shadow(0 4px 6px rgba(10,40,70,.35));
  pointer-events:none;
}

.about-card .inner{
  position:relative; z-index:2;
  padding:clamp(2.8rem, 3.6vw, 3.6rem) clamp(2.6rem, 3.4vw, 3.8rem)
          clamp(2.6rem, 3.2vw, 3.4rem);
}

.about-card h1{
  font-size:clamp(1.4rem, 2vw, 1.95rem);
  font-weight:300; line-height:1.24;
  color:#575a5e;
  letter-spacing:-.01em;
  margin-bottom:1.3rem;
}
.about-card h1 strong{ font-weight:600; color:var(--graphite); }

.about-card p{
  font-family:"Old Newspaper Types", cursive;
  color:var(--ink);
  font-size: 16px;
  font-weight: 500; 
  line-height: 24px;
}
.about-card p + p{ margin-top:1rem; }

/* ================= MOVED VIEW ================= */
/* This view has no title, so the padding is symmetric: the columns stretch to
   fill it, which centres the cards vertically in the board. The value has to
   clear the pager arrows, which sit in the bottom corners. */
.moved-grid{
  position:absolute; inset:0;
  padding:clamp(3.6rem, 7.5vh, 5.4rem) 3.5%;
  display:flex;
  gap:clamp(1.2rem, 2.6vw, 2.6rem);
}
.moved-col{
  display:flex; flex-direction:column;
  gap:clamp(1rem, 2.2vh, 1.8rem);
  min-width:0; min-height:0;
}
.moved-col--left{ flex:1 1 52%; }
.moved-col--right{ flex:1 1 48%; }

/* --- screenshot cards: white stock, caption beneath --- */
.shot{
  --pad:clamp(.7rem, 1vw, 1rem);
  background:var(--card);
  padding:var(--pad);
  box-shadow:var(--shadow);
  display:flex; flex-direction:column;
  min-height:0;
}
.shot-ph{
  flex:1 1 auto; min-height:0;
  background:#f2f4f7;
  border:0.5px solid rgba(43,43,70,.34);
}
.shot figcaption{
  font-family:"Old Newspaper Types", serif;
  font-size:clamp(.85rem, 1vw, 1rem);
  color:var(--ink);
  margin-top:.7rem;
}

/* the hero holds a stack of fixed-height shots taller than the card, so the
   images scroll inside it while the caption stays put on the card */
.shot-scroll{
  --sb:5px;                  /* scrollbar track width */
  flex:1 1 auto;
  min-height:0;              /* without this a flex item won't shrink, and the
                                card would grow instead of the pane scrolling */
  overflow-y:auto;
  /* This track is an overlay scrollbar: it paints over the pane's right edge
     rather than taking layout space, so scrollbar-gutter can't clear it.
     Inset the images by the track width + 2px instead. Where a browser uses a
     classic space-taking scrollbar the gap simply widens to the full padding,
     so the 2px minimum holds either way.
     The +4 (rather than +2) is headroom: the painted overlay track can be a
     little wider than --sb, and a browser that ignores --sb entirely would
     otherwise eat the gap. */
  padding-right:calc(var(--sb) + 4px);
  /* deliberately NOT overscroll-behavior:contain — on mobile the page scrolls,
     and containing would stop a swipe dead at the pane's end */
  display:flex; flex-direction:column;
  gap:clamp(.6rem, 1vw, 1rem);
  scrollbar-width:thin;
  scrollbar-color:rgba(90,105,125,.42) transparent;
}
.shot-scroll:focus-visible{ outline:2px solid var(--ink); outline-offset:2px; }
.shot-scroll .shot-ph{ flex:0 0 300px; height:300px; }
.shot-scroll::-webkit-scrollbar{ width:var(--sb); }
.shot-scroll::-webkit-scrollbar-track{ background:transparent; }
.shot-scroll::-webkit-scrollbar-thumb{
  background:rgba(90,105,125,.42); border-radius:4px;
}
.shot-scroll::-webkit-scrollbar-thumb:hover{ background:rgba(90,105,125,.62); }

/* hero shot carries a strip of tape across its top edge.
   Its right padding is halved because the scroll pane inside already insets
   the images to clear the track — together the two land close to the card's
   own padding, so the images still read as centred. */
.shot--hero{
  flex:1 1 auto; position:relative;
  padding-right:calc(var(--pad) / 2);
}
.shot--hero .tape{
  position:absolute; z-index:2;
  top:0; left:50%;
  width:clamp(52px, 5.4vw, 76px); height:clamp(15px, 1.5vw, 20px);
  transform:translate(-50%, -46%) rotate(-3deg);
  background:linear-gradient(160deg, rgba(214,197,132,.85), rgba(178,161,101,.8));
  box-shadow:0 1px 3px rgba(30,36,45,.22);
  pointer-events:none;
}

/* the small shot + scribble sit side by side under the hero */
.moved-row{
  flex:0 0 auto;
  display:flex; gap:clamp(1rem, 2vw, 2rem); align-items:stretch;
}
.moved-row .shot{ flex:0 0 46%; height:clamp(120px, 20vh, 190px); }
/* a scrap of crumpled ruled paper. Three stacked layers, all sharing one
   soft-edged mask so the scrap fades out instead of ending on a hard box:
     ::before  paper stock + ruled rows (wobbled to look hand-drawn)
     .crumple  turbulence lit from the side, multiplied on as creases
     p         the text, above the blend and never touched by it          */
.moved-scribble{
  /* one source of truth: the rows are ruled at the text's line height, so
     the two can't drift apart when the font size clamps with the viewport */
  --type:clamp(.85rem, 1.05vw, 1.05rem);
  --rule:calc(var(--type) * 1.5);
  /* whole rows, and an odd count so a two-line note centres on the grid */
  --rows:7;
  --lead:3;                /* blank rows above the first baseline */
  /* Old Newspaper Types sits 1.03em above and 0.20em below its baseline, so
     the baseline lands (rule/2 + 0.415em) down each line box. Shifting the
     text up by exactly that drops every baseline onto a rule, instead of
     letting centring park the text wherever it happens to fall. */
  --baseline-drop:calc(var(--rule) / 2 + var(--type) * 0.415);
  /* Two axis fades, intersected. A single radial can't be trusted here: its
     radii are a % of the box, so on a wide short patch it stays part-opaque
     at the edge and the scrap ends on a visible hard rectangle. These reach
     zero exactly at all four edges whatever the aspect ratio. */
  --patch-fade:
    linear-gradient(to bottom, transparent 0, #000 19%, #000 81%, transparent 100%),
    linear-gradient(to right,  transparent 0, #000 15%, #000 85%, transparent 100%);
  position:relative;
  flex:1 1 auto;
  align-self:center;
  height:calc(var(--rule) * var(--rows));
  max-height:100%;         /* short viewports clip rather than overflow the row */
  padding:0 clamp(1rem, 1.6vw, 1.6rem);   /* no top padding: it would shift the
                                             text off the rule grid */
  isolation:isolate;       /* keeps the multiply off the page behind it */
}
.moved-scribble::before{
  content:""; position:absolute; inset:0; z-index:0;
  /* 1.6px, not a hairline — a 1px rule falls between device pixels once the
     displacement filter resamples it and breaks into dashes */
  background:
    repeating-linear-gradient(0deg,
      transparent 0 calc(var(--rule) - 1.6px), #F2D36A calc(var(--rule) - 1.6px) var(--rule)),
    linear-gradient(#ffffff, #ffffff);
  filter:url(#ruled);
  -webkit-mask:var(--patch-fade); mask:var(--patch-fade);
  -webkit-mask-composite:source-in; mask-composite:intersect;
}
.moved-scribble .crumple{
  position:absolute; inset:0; z-index:1;
  filter:url(#crumple);
  mix-blend-mode:multiply;
  opacity:.42;             /* light touch — the stock has to stay white */
  pointer-events:none;
  -webkit-mask:var(--patch-fade); mask:var(--patch-fade);
  -webkit-mask-composite:source-in; mask-composite:intersect;
}
.moved-scribble p{
  position:relative; z-index:2;
  padding-top:calc(var(--lead) * var(--rule) - var(--baseline-drop));
  text-align:center;
  font-family:"Old Newspaper Types", serif;
  font-size:var(--type);
  line-height:var(--rule);
  color:#4d5157;
}

/* --- the torn blue note --- */
.moved-note{ position:relative; flex:0 0 auto; }
.moved-note .inner{
  position:relative; z-index:2;
  padding:clamp(1.6rem, 2.4vw, 2.6rem) clamp(1.6rem, 2.6vw, 2.8rem);
}
.moved-note h2{
  font-family:"Old Newspaper Types", serif;
  font-weight:500;
  font-size:clamp(1.1rem, 1.6vw, 1.55rem);
  color:var(--accent-dark);
  margin-bottom:.9rem;
}
.moved-note p{
  font-family:"Space Mono", monospace;
  font-size:clamp(.72rem, .82vw, .84rem);
  line-height:1.75;
  color:#28323d;
}
.moved-note p + p{ margin-top:.9rem; }
.moved-note strong{ font-weight:700; color:var(--graphite); }

/* --- overlapping tilted shots --- */
.moved-stack{
  flex:1 1 auto; min-height:0;
  display:flex; align-items:flex-end; justify-content:flex-end;
}
.moved-stack .shot{ width:52%; height:clamp(120px, 21vh, 200px); }
.moved-stack .shot:first-child{
  transform:rotate(-5deg); margin-right:-7%; z-index:1;
}
.moved-stack .shot:last-child{
  transform:rotate(2.5deg); z-index:2;
  background:var(--accent-dark);
}
.moved-stack .shot:last-child figcaption{ color:#eaf2fa; }

/* ================= WORK VIEW ================= */
.work-title{
  position:absolute;
  top:6%; left:50%; transform:translateX(-50%);
  font-family:"Old Newspaper Types", serif; font-weight:500;
  font-size:44px;
  line-height:32px;
  color:#52555a;
  white-space:nowrap;
  word-wrap:break-word;
  text-shadow:0 1px 0 rgba(255,255,255,.6);
}

.work-grid{
  position:absolute; inset:0;
  padding:clamp(4.8rem, 11vh, 8rem) 3.5% 3.5%;
  display:flex; flex-direction:column;
  align-items:center; justify-content:center;
  gap:clamp(1.4rem, 3.4vh, 2.8rem);
}
.work-row{
  display:grid; grid-template-columns:repeat(3, 1fr);
  gap:clamp(1.1rem, 2.6vw, 2.6rem);
  width:100%; align-items:start;
}

/* accent pairings alternate down the page */
.note--a{ --outer:var(--accent);      --inner:var(--accent-dark); }
.note--b{ --outer:var(--accent-dark); --inner:var(--accent); }

.note{
  position:relative;
  padding:clamp(9px, 1vw, 14px);
  transition:transform .3s cubic-bezier(.2,.9,.3,1.2);
}
.note:hover{ transform:translateY(-3px); }

/* outer hand-drawn stroke — turbulence-displaced, so it wobbles */
.note .wave{
  position:absolute; inset:0;
  border:2px solid var(--outer);
  filter:url(#wavy1);
  pointer-events:none;
}
.note:nth-child(2) .wave{ filter:url(#wavy2); }
.note:nth-child(3) .wave{ filter:url(#wavy3); }
.note--wide  .wave{ filter:url(#wavy2); }

/* inner ruled frame holding the content */
.note .frame{
  position:relative;
  /*border:1px solid var(--inner);*/
  padding:clamp(.9rem, 1.1vw, 1.25rem);
}

.note h2{
  font-weight:600;
  font-size:clamp(.9rem, 1.02vw, 1.02rem);
  line-height:1.3; margin-bottom:.7rem;
  color:var(--graphite);
}
.note p{
  font-family:"Old Newspaper Types", serif;
  color:var(--ink);
  font-size:clamp(.82rem, .92vw, .95rem);
  line-height:1.5;
}

/* image placeholders — swap the div for an <img> when the art is ready */
.note .ph{
  display:block;
  border:0.5px solid #2b2b4693;
  background:#F4F6F8;
  object-fit:contain;          /* whole sketch, never cropped */
  margin-bottom:.85rem;
}
.note--tall .ph{ width:100%; height:clamp(68px, 11vh, 120px); }
.note--wide .ph{
  width:clamp(74px, 6.2vw, 92px);
  aspect-ratio:1 / 1;
  flex:0 0 auto; margin:0;
}

/* the wide card lays its thumb beside the copy */
.note--wide{ width:min(86%, 720px); }
.note--wide .frame{ display:flex; gap:clamp(1rem, 1.6vw, 1.6rem); align-items:flex-start; }
.note--wide h2{ margin-bottom:.4rem; }

/* ================= CONTACT VIEW ================= */
.stamp-wrap{
  position:absolute;
  top:50%; left:50%; transform:translate(-50%,-50%) rotate(-.6deg);
  width:clamp(320px, 52vw, 760px);
  filter:drop-shadow(0 14px 30px rgba(25,30,38,.18))
         drop-shadow(0 2px 4px rgba(25,30,38,.1));
}

/* the postage perforation — masked scallops on all four edges */
.postcard{
  --r:11px;   /* scallop radius  */
  --s:30px;   /* scallop spacing */
  position:relative;
  background:#F7F9FB;
  padding:calc(var(--r) + 1.6rem) calc(var(--r) + 2rem);
  -webkit-mask:
    radial-gradient(var(--r) at 50% 0,    #0000 98%, #000) 50% 0    / var(--s) 100% repeat-x,
    radial-gradient(var(--r) at 50% 100%, #0000 98%, #000) 50% 100% / var(--s) 100% repeat-x,
    radial-gradient(var(--r) at 0 50%,    #0000 98%, #000) 0 50%    / 100% var(--s) repeat-y,
    radial-gradient(var(--r) at 100% 50%, #0000 98%, #000) 100% 50% / 100% var(--s) repeat-y;
  -webkit-mask-composite:source-in;
  mask:
    radial-gradient(var(--r) at 50% 0,    #0000 98%, #000) 50% 0    / var(--s) 100% repeat-x,
    radial-gradient(var(--r) at 50% 100%, #0000 98%, #000) 50% 100% / var(--s) 100% repeat-x,
    radial-gradient(var(--r) at 0 50%,    #0000 98%, #000) 0 50%    / 100% var(--s) repeat-y,
    radial-gradient(var(--r) at 100% 50%, #0000 98%, #000) 100% 50% / 100% var(--s) repeat-y;
  mask-composite:intersect;
}
/* card-stock tooth so it reads as paper, not flat fill */
.postcard::before{
  content:""; position:absolute; inset:0; pointer-events:none;
  background:
    radial-gradient(circle at 22% 18%, rgba(100,110,125,.05), transparent 55%),
    radial-gradient(circle at 78% 82%, rgba(100,110,125,.045), transparent 55%);
}

.pc-head{
  display:flex; align-items:flex-start; justify-content:space-between;
  gap:2rem; margin-bottom:1.6rem;
}
.pc-head h1{
  font-family:"Old Newspaper Types", serif;
  font-weight:400;
  font-size:clamp(1.6rem, 3vw, 2.7rem);
  line-height:1.06;
  letter-spacing:.02em;
  color:#292c30;
}

/* the stamp-photo + cancellation cluster */
.pc-stamp{ position:relative; flex:0 0 auto; }
.pc-stamp .photo{
  width:clamp(90px, 11vw, 148px);
  aspect-ratio:1/1.06;
  border:0.9px solid rgba(0,0,0,.25);
}
.cancel{
  position:absolute; top:58%; right:100%;
  margin-right:.5rem;
  width:90px; height:34px;
  opacity:.5;
}
.cancel path{ fill:none; stroke:#383b40; stroke-width:1.6; }
.postmark{
  position:absolute; bottom:-16px; left:-30px;
  width:74px; height:74px; opacity:.42;
  transform:rotate(-9deg);
}
.postmark circle, .postmark path{ fill:none; stroke:#242730; stroke-width:1.3; }
.postmark text{
  font-family:"Space Mono", monospace; font-size:7.2px;
  fill:#26292e; letter-spacing:.09em;
}

/* FROM / TO */
.pc-field{
  display:flex; align-items:baseline; gap:1.4rem;
  border-bottom:1px solid #aaadb3;
  padding:.55rem .2rem .45rem;
  max-width:60%;
}
.pc-field label{
  font-family:"Space Mono", monospace;
  font-size:.7rem; letter-spacing:.16em; text-transform:uppercase;
  color:#6a6d73; flex:0 0 46px;
}
.pc-field input{
  flex:1 1 auto; border:none; background:none; outline:none;
  font-family:"Caveat", cursive; font-size:1.28rem; color:#2f3237;
}
.pc-field input::placeholder{ color:#a6a9af; }
.pc-field:focus-within{ border-bottom-color:var(--ink); }

.pc-body{ display:flex; gap:2.4rem; margin-top:1.6rem; }
.pc-left{ flex:1 1 auto; min-width:0; }

.pc-greet{
  font-family:"Old Newspaper Types", cursive;
  font-size:1.35rem; color:#2f3237; margin-bottom:.5rem;
}
.pc-msg{
  width:100%; height:clamp(90px, 15vh, 132px);
  border:none; outline:none; resize:none;
  background:repeating-linear-gradient(
    transparent 0 27px, #c1c4ca 27px 28px);
  font-family:"Caveat", cursive;
  font-size:1.22rem; line-height:28px;
  color:#2f3237; padding:0;
}
.pc-msg::placeholder{ color:#a6a9af; }

/* right rail: postal-service mark + send */
.pc-right{
  flex:0 0 clamp(120px, 15vw, 168px);
  display:flex; flex-direction:column; align-items:flex-end;
  justify-content:space-between;
}
.pc-send{
  font-family:"Space Mono", monospace;
  font-size:.72rem; letter-spacing:.16em; text-transform:uppercase;
  background:none; cursor:pointer;
  color:var(--ink);
  border:1.5px solid var(--ink);
  padding:.7rem 1.15rem;
  transition:background .25s ease, color .25s ease;
}
.pc-send:hover{ background:var(--ink); color:#f4f6f9; }
.pc-date{
  font-family:"Caveat", cursive; font-size:1.5rem; color:#484b50;
}

/* ---------- pagers ---------- */
.pager{
  position:absolute; bottom:3.5%; z-index:10;
  width:52px; height:52px; border-radius:50%;
  background:var(--card); border:none;
  box-shadow:var(--shadow);
  display:grid; place-items:center; cursor:pointer;
  transition:transform .25s ease;
}
.pager:hover{ transform:scale(1.08); }
.pager svg{ width:24px; height:24px; stroke:var(--ink); stroke-width:2.2; fill:none; }
.pager--prev{ left:3%; }
.pager--next{ right:3%; }

/* ---------- mobile: collage unwinds into a stack ---------- */
@media (max-width: 900px){
  html, body{ overflow:auto; }
  .page{ height:auto; }
  header{ height:auto; flex-wrap:wrap; row-gap:.5rem; padding:1rem 0; }
  .board{ border-width:4px; padding:1.2rem; margin-bottom:1.2rem; }
  .pager{ display:none; }
  .view{ position:static; }
  .view:not(.is-active){ display:none; }
  .work-title{
    position:static; transform:none; white-space:normal;
    text-align:center; margin:.5rem 0 1.4rem;
  }
  .about-card{
    position:relative; top:auto; left:auto; transform:none;
    width:100%; margin:1.8rem 0 1.1rem;
  }
  .about-card .sheet{ position:absolute; }
  .work-grid{ position:static; padding:0; gap:1.1rem; }
  .work-row{ grid-template-columns:1fr; gap:1.1rem; }
  .note--wide{ width:100%; }
  .note--wide .frame{ flex-direction:column; }
  .moved-grid{ position:static; padding:0; flex-direction:column; gap:1.1rem; }
  .moved-col--left, .moved-col--right{ flex:0 0 auto; width:100%; }
  .shot--hero{ height:260px; margin-top:1rem; }
  .moved-row{ flex-direction:column; }
  .moved-row .shot{ flex:0 0 auto; width:100%; height:190px; }
  /* top padding would shift the text off the rule grid — height comes from
     --rows now, so only the side padding is needed */
  .moved-scribble{ padding:0 .6rem; }
  .moved-stack{ justify-content:center; }
  .moved-stack .shot{ height:170px; }
  .stamp-wrap{ position:static; transform:none; width:100%; }
  .pc-head{ gap:1rem; }
  .pc-field{ max-width:100%; }
  .pc-body{ flex-direction:column; gap:1.2rem; }
  .pc-right{ flex-direction:row-reverse; align-items:center; }
  nav{ gap:1.1rem; flex-wrap:wrap; row-gap:.5rem; }
}

.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;
}

.bot-field{ display:none; }

@media (prefers-reduced-motion: reduce){
  .note, .pager, .view{ transition:none; }
}
