/* ╭────────────────────────────────────────────╮
   │  roomies.zedarius.com // zine stylesheet    │
   ╰────────────────────────────────────────────╯ */

:root {
  --cream:     #f6efe2;
  --cream-2:   #efe5d1;
  --paper:     #fbf6ec;
  --ink:       #3b2e2a;
  --ink-soft:  #5a4a44;
  --terracotta:#c97064;
  --olive:     #7d8c5c;
  --dusty-blue:#6f8aa6;
  --warm-red:  #d04b3a;
  --tape-blue: rgba(111,138,166,0.55);
  --tape-pink: rgba(217,140,140,0.55);
  --tape-yellow:rgba(232,200,98,0.6);

  --display:   'Caveat', 'Comic Sans MS', cursive;
  --body:      'Nunito', system-ui, sans-serif;
  --type:      'Special Elite', 'Courier New', monospace;
}

* { box-sizing: border-box; }

html, body { margin: 0; padding: 0; }

body {
  font-family: var(--body);
  color: var(--ink);
  background:
    /* subtle noise grain */
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.23  0 0 0 0 0.18  0 0 0 0 0.16  0 0 0 0.09 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>"),
    radial-gradient(ellipse at top, var(--paper), var(--cream) 70%);
  font-size: 18px;
  line-height: 1.55;
  cursor: none; /* hidden cursor when cat-cursor is active; restored on touch via JS */
  overflow-x: hidden;
}

body.no-cat-cursor { cursor: auto; }

p { margin: 0 0 0.9em; }
strong { font-weight: 800; }
em { font-style: italic; }
a { color: var(--terracotta); }
a:hover { color: var(--warm-red); }

::selection { background: var(--terracotta); color: var(--paper); }

/* labels & section heads */
.label {
  font-family: var(--type);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
  display: inline-block;
  margin-bottom: 0.5rem;
}
.section-h {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  color: var(--ink);
  margin: 0 0 0.6rem;
  line-height: 1.05;
}
.section-sub {
  font-family: var(--type);
  font-size: 1rem;
  color: var(--ink-soft);
  margin-bottom: 2.5rem;
  max-width: 38rem;
}
.aside {
  font-family: var(--type);
  font-size: 0.85rem;
  color: var(--ink-soft);
}

section, .hero, footer { position: relative; }

section {
  padding: 5.5rem 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}

/* ╭─────── HERO ───────╮ */
.hero {
  padding: 6rem 1.5rem 7rem;
  text-align: center;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(201,112,100,0.18), transparent 50%),
    radial-gradient(ellipse at 80% 60%, rgba(125,140,92,0.18), transparent 55%),
    transparent;
}
.hero-inner {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
}
.hero h1 {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(3rem, 9vw, 6.5rem);
  line-height: 0.95;
  margin: 0.4rem 0 1.2rem;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.hero .emph {
  color: var(--terracotta);
  background-image: linear-gradient(transparent 65%, rgba(232,200,98,0.5) 65%, rgba(232,200,98,0.5) 92%, transparent 92%);
  padding: 0 0.18em;
}
.hero-sub {
  font-family: var(--body);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  max-width: 38rem;
  margin: 0 auto;
  color: var(--ink-soft);
}
.hero-sub em {
  color: var(--terracotta);
  font-style: normal;
  font-weight: 700;
}
.tilt-l { transform: rotate(-3deg); display: inline-block; }

.hero-doodles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.doodle {
  position: absolute;
  font-family: var(--display);
  font-size: 2rem;
  color: var(--terracotta);
  opacity: 0.8;
}
.d1 { top: -1rem; left: 8%; color: var(--olive); transform: rotate(-12deg); font-size: 2.4rem; }
.d2 { top: 30%; right: 4%; color: var(--terracotta); transform: rotate(10deg); font-size: 2rem; }
.d3 { bottom: -2rem; left: 18%; color: var(--dusty-blue); transform: rotate(-6deg); font-size: 2.2rem; }

.wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 28px;
  display: block;
}
.hero + section { padding-top: 4rem; }

/* ╭─────── TORN NOTE / ABOUT ───────╮ */
.about { max-width: 820px; }
.torn-note {
  background: var(--paper);
  padding: 3rem 2.5rem;
  position: relative;
  box-shadow:
    0 2px 0 rgba(0,0,0,0.04),
    0 14px 24px -10px rgba(59,46,42,0.18);
  transform: rotate(-0.6deg);
  /* torn-paper edges via repeating CSS conic gradient */
  clip-path: polygon(
    0% 4%, 5% 0%, 12% 3%, 22% 1%, 32% 4%, 44% 0%, 56% 3%, 68% 0%, 80% 4%, 90% 1%, 100% 5%,
    98% 12%, 100% 24%, 97% 36%, 100% 48%, 98% 60%, 100% 72%, 97% 84%, 100% 96%,
    92% 100%, 80% 97%, 68% 100%, 56% 96%, 44% 100%, 32% 96%, 22% 100%, 10% 97%, 0% 100%,
    3% 88%, 0% 76%, 3% 64%, 0% 52%, 3% 40%, 0% 28%, 2% 16%
  );
}
.torn-note h2 {
  font-family: var(--display);
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1;
  margin: 0.2rem 0 1.4rem;
  color: var(--terracotta);
}
.torn-note strong {
  background-image: linear-gradient(transparent 60%, rgba(125,140,92,0.45) 60%);
  padding: 0 0.15em;
  font-weight: 800;
}

/* ╭─────── POLAROIDS (shared) ───────╮ */
.polaroid {
  background: #fff;
  padding: 14px 14px 56px;
  box-shadow:
    0 1px 0 rgba(0,0,0,0.04),
    0 18px 28px -14px rgba(59,46,42,0.35);
  display: inline-block;
  margin: 0;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  position: relative;
  will-change: transform;
  max-width: 100%;
}
.polaroid img {
  display: block;
  width: 100%;
  height: auto;
  background: var(--cream-2);
}
.polaroid figcaption {
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px;
  font-family: var(--display);
  font-size: 1.3rem;
  color: var(--ink);
  text-align: center;
  line-height: 1.1;
}
.polaroid:hover {
  transform: rotate(0deg) scale(1.025) !important;
  box-shadow:
    0 1px 0 rgba(0,0,0,0.04),
    0 30px 40px -18px rgba(59,46,42,0.45);
  z-index: 5;
}

/* washi tape variants */
.tape-blue::before, .tape-pink::before, .tape-yellow::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 80px;
  height: 22px;
  transform: translateX(-50%) rotate(-3deg);
  background: var(--tape-blue);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.2),
    0 1px 1px rgba(0,0,0,0.04);
}
.tape-pink::before  { background: var(--tape-pink); transform: translateX(-50%) rotate(4deg); }
.tape-yellow::before{ background: var(--tape-yellow); transform: translateX(-50%) rotate(-6deg); }

/* random-feeling rotations */
.polaroid:nth-of-type(3n+1) { transform: rotate(-2.2deg); }
.polaroid:nth-of-type(3n+2) { transform: rotate(1.6deg); }
.polaroid:nth-of-type(3n+3) { transform: rotate(-0.8deg); }
.polaroid:nth-of-type(5n)   { transform: rotate(2.4deg); }
.polaroid:nth-of-type(7n)   { transform: rotate(-1.5deg); }

/* ╭─────── HUMANS ───────╮ */
.humans { max-width: 1000px; }
.humans-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 2rem;
  align-items: center;
}
.p-couple, .p-danny { width: 100%; max-width: 360px; justify-self: center; }
.p-couple img, .p-danny img { aspect-ratio: 3 / 4; object-fit: cover; }

.human-card {
  background: var(--paper);
  border: 1.5px solid var(--ink);
  padding: 1.5rem 1.8rem;
  position: relative;
  box-shadow: 4px 4px 0 var(--ink);
  max-width: 360px;
}
.emily-card { transform: rotate(-1.2deg); border-color: var(--terracotta); box-shadow: 4px 4px 0 var(--terracotta); }
.danny-card { transform: rotate(1deg); border-color: var(--olive); box-shadow: 4px 4px 0 var(--olive); }
.human-card h3 {
  font-family: var(--display);
  font-size: 2.4rem;
  margin: 0.2rem 0 0.6rem;
  line-height: 1;
  color: var(--ink);
}
.human-card .age {
  font-family: var(--type);
  font-size: 0.9rem;
  color: var(--ink-soft);
  letter-spacing: 0.08em;
}
.human-card p { font-size: 1rem; margin: 0; }

/* ╭─────── LADY GAGA ───────╮ */
.gaga { max-width: 1000px; }
.gaga-grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 3rem;
  align-items: start;
  margin-top: 2rem;
}
.p-gaga { width: 100%; }
.p-gaga img { aspect-ratio: 3 / 4; object-fit: cover; }

.gaga-stack { display: flex; flex-direction: column; gap: 2rem; margin-top: 2rem; }

.speech-bubble {
  background: var(--paper);
  border: 1.5px solid var(--ink);
  padding: 1.2rem 1.5rem;
  border-radius: 22px;
  position: relative;
  transform: rotate(-1.2deg);
  max-width: 20rem;
  box-shadow: 4px 4px 0 var(--ink);
}
.speech-bubble::after {
  content: "";
  position: absolute;
  left: -18px;
  top: 36px;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-right-color: var(--ink);
}
.speech-bubble::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 38px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right-color: var(--paper);
  z-index: 1;
}
.speech-bubble p {
  margin: 0;
  font-family: var(--display);
  font-size: 1.6rem;
  line-height: 1.1;
  color: var(--ink);
}

.gaga-card {
  background: linear-gradient(180deg, var(--paper), var(--cream-2));
  padding: 1.4rem 1.6rem;
  border-radius: 4px;
  box-shadow: 0 10px 22px -12px rgba(59,46,42,0.2);
  transform: rotate(0.6deg);
  max-width: 32rem;
}
.gaga-card p { font-size: 1.05rem; }
.gaga-card .aside { margin-bottom: 0; }

/* ╭─────── THE SPACE ───────╮ */
.space {
  background:
    radial-gradient(ellipse at 0% 0%, rgba(125,140,92,0.10), transparent 50%),
    radial-gradient(ellipse at 100% 100%, rgba(111,138,166,0.10), transparent 50%);
  border-radius: 12px;
}
.what-you-get {
  background: var(--paper);
  border: 2px dashed var(--ink-soft);
  padding: 1.8rem 2rem;
  margin-bottom: 4rem;
  transform: rotate(-0.4deg);
  max-width: 36rem;
}
.what-you-get ul { padding-left: 1.2rem; margin: 0.5rem 0 0; }
.what-you-get li { margin-bottom: 0.5rem; }
.rooms { font-size: 1.05rem; }
.rooms li { list-style: "→  "; padding-left: 0.4rem; }

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 2.5rem 1.5rem;
  margin-bottom: 4rem;
}
.gallery .polaroid { width: 100%; }
.gallery .polaroid img { aspect-ratio: 4 / 3; object-fit: cover; }

.floorplan-wrap {
  text-align: center;
  margin: 3rem 0 4rem;
}
.floorplan {
  background: var(--paper);
  padding: 1.5rem;
  display: inline-block;
  max-width: 100%;
  box-shadow:
    0 1px 0 rgba(0,0,0,0.04),
    0 22px 38px -18px rgba(59,46,42,0.35);
  transform: rotate(-0.7deg);
  position: relative;
}
.floorplan img {
  display: block;
  max-width: 100%;
  height: auto;
  filter: contrast(1.05);
  mix-blend-mode: multiply;
}
.annot {
  position: absolute;
  font-family: var(--display);
  font-size: 1.6rem;
  color: var(--warm-red);
  background: var(--paper);
  padding: 4px 10px;
  border-radius: 4px;
  box-shadow: 2px 2px 0 var(--ink);
  white-space: nowrap;
}
.annot-1 { top: 52%; left: 69%; transform: rotate(-3deg); }
.annot-2 { bottom: 11%; left: 27%; transform: rotate(2deg); color: var(--olive); }

.perks {
  background: var(--paper);
  border-left: 6px solid var(--terracotta);
  padding: 1.6rem 1.8rem 1.6rem 2rem;
  max-width: 36rem;
  transform: rotate(0.4deg);
  box-shadow: 0 10px 22px -12px rgba(59,46,42,0.2);
}
.checklist { list-style: none; padding: 0; margin: 0.6rem 0 0; }
.checklist li {
  font-family: var(--body);
  font-size: 1.05rem;
  padding-left: 2rem;
  margin-bottom: 0.55rem;
  position: relative;
}
.checklist li::before {
  content: "✓";
  font-family: var(--display);
  font-size: 1.5rem;
  color: var(--olive);
  position: absolute;
  left: 0;
  top: -4px;
  transform: rotate(-12deg);
}

/* ╭─────── THE BONES (index card) ───────╮ */
.bones { max-width: 720px; }
.index-card {
  background:
    repeating-linear-gradient(
      to bottom,
      var(--paper) 0px, var(--paper) 31px,
      rgba(111,138,166,0.22) 31px, rgba(111,138,166,0.22) 32px
    );
  border: 1.5px solid var(--ink);
  border-left: 3px solid var(--terracotta);
  padding: 2.5rem 2.5rem 2rem 3rem;
  box-shadow: 6px 6px 0 var(--ink);
  transform: rotate(-1.2deg);
  position: relative;
}
.card-tab {
  font-family: var(--type);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: var(--terracotta);
  color: var(--paper);
  display: inline-block;
  padding: 4px 16px;
  position: absolute;
  top: -16px;
  left: 30px;
  font-size: 0.85rem;
  transform: rotate(-2deg);
  box-shadow: 2px 2px 0 var(--ink);
}
.index-card dl { margin: 0; display: grid; grid-template-columns: 7rem 1fr; row-gap: 0.4rem; }
.index-card dt {
  font-family: var(--display);
  font-size: 1.5rem;
  color: var(--terracotta);
  line-height: 1.2;
}
.index-card dd {
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
  padding-top: 4px;
}
.index-card .aside { font-size: 0.85rem; }

/* ╭─────── HONEST THINGS ───────╮ */
.honest { max-width: 760px; }
.honest-list { list-style: none; padding: 0; margin: 2rem 0 0; }
.honest-list li {
  font-size: 1.1rem;
  padding: 0.8rem 0 0.8rem 2.5rem;
  position: relative;
  border-bottom: 1px dashed rgba(91,74,68,0.25);
}
.honest-list li:last-child { border-bottom: none; }
.honest-list .bullet {
  position: absolute;
  left: 0;
  top: 0.6rem;
  font-family: var(--display);
  font-size: 1.6rem;
  color: var(--terracotta);
}
.honest-list li:nth-child(2) .bullet { color: var(--olive); }
.honest-list li:nth-child(3) .bullet { color: var(--dusty-blue); }
.honest-list li:nth-child(4) .bullet { color: var(--warm-red); }
.honest-list li:nth-child(5) .bullet { color: var(--ink); }

/* ╭─────── CONTACT ───────╮ */
.contact {
  text-align: center;
  padding-bottom: 6rem;
}
.mailto-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  background: var(--terracotta);
  color: var(--paper);
  text-decoration: none;
  padding: 1.6rem 3.2rem 1.4rem;
  font-family: var(--display);
  font-size: 2.4rem;
  line-height: 1;
  border-radius: 14px;
  box-shadow:
    0 1px 0 rgba(0,0,0,0.05),
    8px 8px 0 var(--ink);
  transform: rotate(-1.5deg);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  margin: 1.5rem auto 2.5rem;
}
.mailto-btn:hover {
  transform: rotate(0deg) scale(1.04);
  box-shadow:
    0 1px 0 rgba(0,0,0,0.05),
    10px 12px 0 var(--ink);
  background: var(--warm-red);
  color: var(--paper);
}
.btn-icon { font-size: 2rem; line-height: 1; }
.btn-text { font-size: 2.6rem; }
.btn-email {
  font-family: var(--type);
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.85;
  margin-top: 4px;
}

.contact-alts {
  font-family: var(--type);
  font-size: 0.9rem;
  color: var(--ink-soft);
  margin: -1rem 0 2.2rem;
  letter-spacing: 0.04em;
  text-align: center;
}
.alt-link {
  background: none;
  border: none;
  font: inherit;
  color: var(--terracotta);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  cursor: pointer;
  padding: 0.2rem 0.3rem;
}
.alt-link:hover { color: var(--warm-red); }
.contact-alts .dot { margin: 0 0.3rem; color: var(--ink-soft); opacity: 0.6; }
.copy-email.copied { color: var(--olive); text-decoration: none; }

.prompt-card {
  background: var(--paper);
  border: 1.5px solid var(--ink);
  padding: 1.4rem 1.8rem;
  max-width: 32rem;
  margin: 0 auto;
  transform: rotate(0.6deg);
  box-shadow: 4px 4px 0 var(--olive);
  text-align: left;
}
.prompt-card p { margin: 0; }

/* ╭─────── FOOTER ───────╮ */
footer {
  text-align: center;
  padding: 2rem 1rem 4rem;
  font-family: var(--display);
  font-size: 1.3rem;
  color: var(--ink-soft);
}

/* ╭─────── LADY GAGA CURSOR ───────╮ */
#cat-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-200px, -200px);
  transition: filter 0.2s;
  will-change: transform;
  filter: drop-shadow(0 5px 8px rgba(59,46,42,0.3));
}
#cat-cursor.corner {
  position: fixed;
  bottom: 18px;
  right: 18px;
  top: auto;
  left: auto;
  transform: none !important;
  animation: bob 2.4s ease-in-out infinite;
  pointer-events: auto;
  cursor: pointer;
}
@keyframes bob {
  0%,100% { transform: translateY(0); }
  50%     { transform: translateY(-6px); }
}
#cat-tail { transform-origin: 37px 32px; transition: transform 0.2s ease; }
#cat-cursor.clicked #cat-tail { transform: rotate(-25deg); }
#cat-cursor.clicked #cat-svg { animation: pounce 0.45s cubic-bezier(.34,1.56,.64,1); }
@keyframes pounce {
  0%   { transform: scale(1) rotate(0deg); }
  35%  { transform: scale(1.22) rotate(-8deg); }
  65%  { transform: scale(0.96) rotate(4deg); }
  100% { transform: scale(1) rotate(0deg); }
}

/* ╭─────── LIGHTBOX ───────╮ */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(59, 46, 42, 0.94);
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem 2rem;
  animation: lb-fade 0.2s ease;
}
.lightbox.open { display: flex; }
@keyframes lb-fade { from { opacity: 0; } to { opacity: 1; } }

.lightbox-inner {
  background: #fff;
  padding: 16px 16px 64px;
  box-shadow: 0 40px 80px -20px rgba(0,0,0,0.55);
  max-width: min(90vw, 1000px);
  max-height: 90vh;
  margin: 0;
  display: flex;
  flex-direction: column;
  transform: rotate(-0.5deg);
  animation: lb-pop 0.32s cubic-bezier(.34,1.56,.64,1);
  position: relative;
}
@keyframes lb-pop {
  from { transform: rotate(-3deg) scale(0.85); opacity: 0; }
  to   { transform: rotate(-0.5deg) scale(1); opacity: 1; }
}
.lightbox-img {
  display: block;
  max-width: 100%;
  max-height: calc(90vh - 6rem);
  object-fit: contain;
  background: var(--cream-2);
}
.lightbox-caption {
  font-family: var(--display);
  font-size: 1.6rem;
  color: var(--ink);
  text-align: center;
  margin-top: 16px;
  padding: 0 8px;
  line-height: 1.15;
}
.lightbox-caption:empty { display: none; }
.lightbox-close {
  position: absolute;
  top: -1.2rem;
  right: -1.2rem;
  background: var(--paper);
  border: 2px solid var(--ink);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-family: var(--display);
  font-size: 1.8rem;
  cursor: pointer;
  box-shadow: 3px 3px 0 var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  padding: 0 0 4px;
  z-index: 10001;
  transition: transform 0.15s ease, background 0.15s ease;
}
.lightbox-close:hover { background: var(--terracotta); color: var(--paper); transform: rotate(8deg) scale(1.05); }

.polaroid img, .floorplan img { cursor: pointer; }
@media (max-width: 760px) {
  .lightbox { padding: 3rem 1rem 1rem; }
  .lightbox-close { top: 0.5rem; right: 0.5rem; }
}

.cat-speech {
  position: absolute;
  bottom: 105%;
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  background: var(--paper);
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.2rem;
  white-space: nowrap;
  padding: 6px 12px;
  border-radius: 14px;
  border: 1.5px solid var(--ink);
  box-shadow: 2px 2px 0 var(--ink);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s;
}
.cat-speech.visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* Corner mode (touch/no-cursor): anchor bubble to right edge of cat so it opens leftward and stays on-screen */
#cat-cursor.corner .cat-speech {
  left: auto;
  right: 0;
  transform: translateX(0) translateY(8px);
  max-width: calc(100vw - 32px);
  white-space: normal;
  text-align: right;
}
#cat-cursor.corner .cat-speech.visible {
  transform: translateX(0) translateY(0);
}

/* ╭─────── RESPONSIVE ───────╮ */
@media (max-width: 760px) {
  body { font-size: 17px; }
  section { padding: 4rem 1.2rem; }
  .hero { padding: 4rem 1.2rem 5rem; }

  .humans-grid, .gaga-grid { grid-template-columns: 1fr; gap: 2rem; }
  .gaga-grid { text-align: left; }
  .gaga-stack { margin-top: 0; }
  .p-gaga { max-width: 320px; margin: 0 auto; display: block; }

  .index-card { padding: 2rem 1.5rem 1.5rem 1.8rem; transform: rotate(-0.6deg); }
  .index-card dl { grid-template-columns: 5rem 1fr; }

  /* dampen rotations on mobile */
  .polaroid, .emily-card, .danny-card, .torn-note, .perks, .what-you-get,
  .speech-bubble, .gaga-card, .floorplan, .prompt-card, .mailto-btn { transform: rotate(0deg) !important; }

  .gallery { gap: 2rem 1rem; }

  /* shrink floor plan annotations to match the downscaled floor plan */
  .annot {
    font-size: 0.9rem;
    padding: 2px 6px;
    box-shadow: 1px 1px 0 var(--ink);
  }

  /* speech bubble tail flips to point UP at the photo above */
  .speech-bubble::after {
    left: 50%;
    top: -12px;
    margin-left: -12px;
    border-right-color: transparent;
    border-bottom-color: var(--ink);
  }
  .speech-bubble::before {
    left: 50%;
    top: -10px;
    margin-left: -10px;
    border-right-color: transparent;
    border-bottom-color: var(--paper);
  }

  /* contact-alt links wrap nicely if the line gets tight */
  .contact-alts { padding: 0 1rem; }
}

/* ╭─────── REDUCED MOTION ───────╮ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001s !important;
    transition-duration: 0.001s !important;
  }
  .polaroid:hover { transform: none !important; }
}
