@charset "UTF-8";
/* ============================================================
   PAGE BANNER — paper-flag intro
   Different from the homepage hero. Brick field, big star,
   paper banner with notched ends carrying the title.
   ============================================================ */
.page-about {
  overflow-x: hidden; }

.page-banner {
  position: relative;
  background: var(--brick);
  color: var(--cream-light);
  padding: clamp(70px, 10vw, 130px) clamp(20px, 5vw, 60px) clamp(80px, 11vw, 140px);
  border-bottom: 6px solid var(--ink);
  overflow: hidden;
  z-index: 2; }

/* huge bg star — matches homepage editorial */
.page-banner::before {
  content: "★";
  position: absolute;
  font-family: var(--serif-display);
  font-size: clamp(420px, 60vw, 780px);
  line-height: 0.8;
  top: -160px;
  right: -220px;
  color: var(--brick-deep);
  opacity: 0.55;
  z-index: 0;
  pointer-events: none; }

/* small star opposite for balance */
.page-banner::after {
  content: "★";
  position: absolute;
  font-family: var(--serif-display);
  font-size: clamp(160px, 22vw, 280px);
  line-height: 0.8;
  bottom: -70px;
  left: -50px;
  color: var(--brick-deep);
  opacity: 0.4;
  z-index: 0;
  pointer-events: none; }

.banner-inner {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center; }

.about-eyebrow {
  font-family: var(--mono);
  font-size: clamp(13px, 1.15vw, 15px);
  letter-spacing: 0.32em;
  text-transform: uppercase; }

.banner-eyebrow {
  color: var(--mustard);
  margin-bottom: 28px; }

.banner-eyebrow::before, .banner-eyebrow::after {
  content: "——";
  margin: 0 14px;
  opacity: 0.7;
  letter-spacing: 0; }

/* paper-flag: cream banner with notched/swallow-tail ends */
.banner-flag {
  display: inline-block;
  background: var(--cream-light);
  color: var(--ink);
  padding: 22px clamp(48px, 8vw, 96px) 18px;
  margin: 0 auto;
  position: relative;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  /* the swallow-tail cuts on each end */
  clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 50%, calc(100% - 26px) 100%, 0 100%, 26px 50%);
  /* light internal grain so the paper doesn't look flat */
  background-image: repeating-linear-gradient(135deg, transparent 0, transparent 6px, rgba(168, 54, 40, 0.025) 6px, rgba(168, 54, 40, 0.025) 7px), radial-gradient(ellipse at 50% 50%, transparent 60%, rgba(0, 0, 0, 0.06) 100%);
  /* drop shadow */
  filter: drop-shadow(4px 4px 0 var(--brick-shadow)); }

.banner-flag h1 {
  font-family: var(--serif-display);
  font-size: clamp(44px, 7vw, 84px);
  line-height: 0.95;
  letter-spacing: 0.005em;
  margin: 0;
  text-transform: uppercase;
  color: var(--ink);
  text-shadow: var(--shadow-print); }

.banner-tagline {
  font-family: var(--sans-cond);
  font-weight: 500;
  font-size: clamp(17px, 1.8vw, 22px);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 32px auto 0;
  max-width: 56ch;
  color: var(--cream-light);
  opacity: 0.92; }

.banner-tagline strong {
  color: var(--mustard);
  font-weight: 600; }

/* trim row of bulb dots running across the bottom edge — matches footer */
.page-banner > .bulb-trim {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  height: 14px;
  background-image: radial-gradient(circle, var(--mustard) 2px, transparent 2.5px);
  background-size: 22px 14px;
  background-position: center;
  background-repeat: repeat-x;
  opacity: 0.55;
  z-index: 1; }

/* ============================================================
   STORY — single editorial column, drop cap, margin note
   The "literary" beat of the page.
   ============================================================ */
.story {
  padding: clamp(64px, 9vw, 110px) clamp(20px, 5vw, 60px) clamp(48px, 7vw, 88px);
  box-sizing: border-box;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 400px);
  gap: clamp(34px, 5vw, 72px);
  align-items: start; }

.story-column {
  max-width: 56ch;
  min-width: 0; }

.story-eyebrow {
  color: var(--ink-soft);
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px; }

.story-eyebrow::before {
  content: "";
  width: 36px;
  height: 2px;
  background: var(--ink); }

.story-heading {
  font-family: var(--serif-display);
  font-size: clamp(30px, 4.4vw, 52px);
  line-height: 0.96;
  letter-spacing: 0.005em;
  margin: 0 0 32px;
  color: var(--brick-deep);
  text-transform: uppercase;
  text-shadow: var(--shadow-print);
  overflow-wrap: break-word; }

.story-column p {
  font-family: var(--sans-cond);
  font-size: clamp(17px, 1.55vw, 20px);
  line-height: 1.55;
  margin: 0 0 18px;
  color: var(--ink-soft); }

.story-column p strong {
  color: var(--ink);
  font-weight: 600; }

/* drop cap on the very first paragraph */
.story-column p.lede::first-letter {
  font-family: var(--serif-display);
  font-size: clamp(64px, 8vw, 96px);
  line-height: 0.85;
  float: left;
  padding: 6px 12px 0 0;
  color: var(--brick);
  text-shadow: 2px 2px 0 var(--brick-shadow); }

.story-rule {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 28px 0 28px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--brick); }

.story-rule::before, .story-rule::after {
  content: "";
  flex: 1;
  height: 0;
  border-top: 2px dotted var(--ink);
  opacity: 0.45; }

.story-visual {
  position: sticky;
  top: 92px;
  align-self: start;
  margin-top: 12px;
  min-width: 0; }

.story-photo {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  border: 2px solid var(--ink);
  background: var(--cream-light);
  box-shadow: 8px 8px 0 rgba(26, 20, 16, 0.18);
  transform: rotate(0.7deg); }

.story-photo::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(244, 236, 213, 0.42);
  z-index: 1;
  pointer-events: none; }

.story-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.04); }

/* margin note — handwritten side annotation, like a reader's notation */
.margin-note {
  position: relative;
  box-sizing: border-box;
  z-index: 2;
  width: 88%;
  max-width: 310px;
  padding: 20px 20px 22px 22px;
  font-family: var(--hand);
  font-size: 22px;
  line-height: 1.25;
  color: var(--ink);
  background: var(--cream-light);
  border-left: 3px solid var(--brick);
  margin: -54px 0 0 auto;
  box-shadow: 5px 5px 0 rgba(26, 20, 16, 0.12);
  transform: rotate(-1.4deg); }

.margin-note::before {
  content: "P.S.";
  display: block;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: var(--brick);
  margin-bottom: 6px;
  transform: rotate(1deg); }

.margin-note .underline {
  display: inline;
  background: linear-gradient(transparent 70%, var(--mustard) 70%, var(--mustard) 92%, transparent 92%); }

/* ============================================================
   KITCHEN — recipe cards (NEW MOTIF #1)
   3x5 index-card style, ruled lines, hole punch, slight rotation.
   ============================================================ */
.kitchen {
  background: var(--brick);
  padding: clamp(72px, 10vw, 120px) clamp(20px, 5vw, 60px);
  position: relative;
  z-index: 2;
  border-top: 6px solid var(--ink);
  border-bottom: 6px solid var(--ink);
  overflow: hidden; }

/* faint diagonal hatching in the bg */
.kitchen::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(45deg, transparent 0, transparent 18px, rgba(255, 255, 255, 0.025) 18px, rgba(255, 255, 255, 0.025) 19px);
  pointer-events: none; }

.kitchen-header {
  max-width: 1280px;
  margin: 0 auto 56px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  color: var(--cream-light); }

.kitchen-header h2 {
  font-family: var(--serif-display);
  font-size: clamp(34px, 5.5vw, 64px);
  line-height: 0.95;
  letter-spacing: 0.005em;
  margin: 0;
  color: var(--cream-light);
  text-transform: uppercase;
  text-shadow: 3px 3px 0 var(--brick-shadow); }

.kitchen-header .eyebrow {
  color: var(--mustard);
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap; }

.kitchen-header .eyebrow::before {
  content: "";
  width: 36px;
  height: 2px;
  background: var(--mustard); }

.recipe-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 2.6vw, 36px);
  position: relative;
  z-index: 1; }

.recipe-card {
  background: var(--cream-light);
  border: 1.5px solid var(--ink);
  position: relative;
  box-shadow: 5px 5px 0 var(--ink);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s, box-shadow 0.25s; }

/* alternating slight rotation */
.recipe-card:nth-child(1) {
  transform: rotate(-1.4deg); }

.recipe-card:nth-child(2) {
  transform: rotate(1.1deg);
  margin-top: 16px; }

.recipe-card:nth-child(3) {
  transform: rotate(-0.7deg);
  margin-top: -8px; }

.recipe-card:nth-child(4) {
  transform: rotate(1.6deg);
  margin-top: 22px; }

.recipe-card:hover {
  transform: rotate(0deg) translateY(-3px);
  box-shadow: 7px 7px 0 var(--ink);
  z-index: 2; }

/* red index header */
.recipe-header {
  background: var(--brick-deep);
  color: var(--cream-light);
  padding: 12px 22px 10px;
  font-family: var(--mono);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  border-bottom: 1.5px solid var(--ink);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px; }

.recipe-header .num {
  background: var(--mustard);
  color: var(--ink);
  padding: 2px 7px 1px;
  font-size: 9.5px;
  letter-spacing: 0.18em;
  border-radius: 1px; }

/* hole punch top-left under header */
.recipe-card::before {
  content: "";
  position: absolute;
  top: 56px;
  left: 16px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--paper);
  border: 1.5px solid var(--ink);
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
  z-index: 2; }

/* ruled lines in the body */
.recipe-body {
  padding: 24px 22px 20px 40px;
  flex: 1;
  background-image: repeating-linear-gradient(to bottom, transparent 0, transparent 27px, rgba(74, 125, 140, 0.32) 27px, rgba(74, 125, 140, 0.32) 28px);
  background-position: 0 12px;
  position: relative; }

/* red margin line down the left, like a real recipe card */
.recipe-body::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  width: 1.5px;
  background: rgba(168, 54, 40, 0.5); }

.recipe-title {
  position: relative;
  top: -8px;
  font-family: var(--serif-display);
  font-size: clamp(20px, 2vw, 24px);
  line-height: 28px;
  text-transform: uppercase;
  margin: 0 0 28px;
  color: var(--ink);
  letter-spacing: 0.005em; }

.recipe-note {
  position: relative;
  top: -8px;
  font-family: var(--mono);
  font-size: 13px;
  line-height: 28px;
  color: var(--ink-soft);
  margin: 0 0 28px; }

.recipe-stamp {
  align-self: flex-end;
  margin: 0 18px 16px auto;
  padding: 6px 12px 5px;
  font-family: var(--mono);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--brick);
  border: 1.5px solid var(--brick);
  transform: rotate(-3deg);
  background: rgba(212, 168, 84, 0.12); }

/* coffee ring blot — pseudo-element on one card for character */
.recipe-card.has-stain .recipe-body::after {
  content: "";
  position: absolute;
  bottom: 32px;
  right: 20px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 3px solid rgba(111, 32, 24, 0.14);
  box-shadow: inset 0 0 18px rgba(111, 32, 24, 0.05);
  pointer-events: none;
  transform: rotate(8deg); }

/* ============================================================
   PEOPLE — diner uniform name tags (NEW PLACEHOLDER STRATEGY)
   The "HELLO MY NAME IS" sticker, reimagined as engraved
   plastic diner badge.
   ============================================================ */
.people {
  padding: clamp(72px, 10vw, 120px) clamp(20px, 5vw, 60px);
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2; }

.people-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 56px; }

.people-header h2 {
  font-family: var(--serif-display);
  font-size: clamp(34px, 5.5vw, 64px);
  line-height: 0.95;
  letter-spacing: 0.005em;
  margin: 0;
  color: var(--brick-deep);
  text-transform: uppercase;
  text-shadow: var(--shadow-print); }

.people-header .eyebrow {
  color: var(--ink-soft);
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap; }

.people-header .eyebrow::before {
  content: "";
  width: 36px;
  height: 2px;
  background: var(--ink); }

.nametag-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.4vw, 32px);
  max-width: 960px;
  margin: 0 auto; }

.nametag {
  height: clamp(178px, 16vw, 208px);
  background: var(--cream-light);
  border: 2px solid var(--ink);
  border-radius: 10px;
  position: relative;
  box-shadow: var(--shadow-card-deep);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s, box-shadow 0.25s;
  /* faint plastic shine */
  background-image: linear-gradient(155deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 35%, transparent 60%, rgba(0, 0, 0, 0.04) 100%); }

.nametag:nth-child(1) {
  transform: rotate(-1.5deg); }

.nametag:nth-child(2) {
  transform: rotate(1deg);
  margin-top: 16px; }

.nametag:nth-child(3) {
  transform: rotate(-0.8deg);
  margin-top: -6px; }

.nametag:nth-child(4) {
  transform: rotate(1.4deg);
  margin-top: 20px; }

.nametag:hover {
  transform: rotate(0deg) translateY(-4px);
  box-shadow: 8px 8px 0 var(--ink);
  z-index: 2; }

/* red header band — "HELLO MY NAME IS" */
.nametag-header {
  background: linear-gradient(180deg, var(--brick) 0%, var(--brick-deep) 100%);
  color: var(--cream-light);
  padding: 16px 14px 10px;
  text-align: center;
  border-bottom: 2px solid var(--ink);
  position: relative; }

/* tiny stars flanking the header */
.nametag-header::before, .nametag-header::after {
  content: "★";
  position: absolute;
  top: 14px;
  font-size: 11px;
  color: var(--mustard);
  opacity: 0.85; }

.nametag-header::before {
  left: 14px; }

.nametag-header::after {
  right: 14px; }

.nametag-hello {
  font-family: var(--serif-display);
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 0.95;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-shadow: 1.5px 1.5px 0 rgba(0, 0, 0, 0.4);
  margin: 0 0 4px; }

.nametag-mni {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  opacity: 0.85;
  font-weight: 500; }

/* the "writing area" — big name on cream face plate */
.nametag-body {
  padding: 28px 18px 18px;
  text-align: center;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center; }

/* writing baseline — the rule you'd write your name on */
.nametag-body::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 50px;
  height: 0;
  border-bottom: 1px dotted rgba(26, 20, 16, 0.3); }

.nametag-name {
  font-family: var(--serif-display);
  font-size: clamp(36px, 4vw, 46px);
  line-height: 0.95;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0;
  text-shadow: 1.5px 1.5px 0 var(--brick-shadow);
  position: relative;
  z-index: 1; }

.nametag-footer {
  background: var(--cream);
  border-top: 1.5px solid var(--ink);
  padding: 9px 12px 8px;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brick-deep);
  text-align: center;
  font-weight: 500;
  white-space: nowrap; }

/* ============================================================
   REVIEWS — newspaper clippings (NEW MOTIF #2)
   Yellowed paper, serif column, masking-tape strip, slight rotation.
   ============================================================ */
.reviews {
  background: var(--paper-warm);
  padding: clamp(80px, 11vw, 140px) clamp(20px, 5vw, 60px) clamp(96px, 12vw, 160px);
  position: relative;
  z-index: 2;
  border-top: 6px solid var(--ink);
  border-bottom: 6px solid var(--ink);
  overflow: hidden; }

/* faint corkboard speckle bg to feel like a wall pinning */
.reviews::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 30%, rgba(111, 32, 24, 0.05) 1.5px, transparent 2px), radial-gradient(circle at 70% 60%, rgba(111, 32, 24, 0.04) 1px, transparent 1.5px), radial-gradient(circle at 40% 80%, rgba(111, 32, 24, 0.05) 1.2px, transparent 2px);
  background-size: 90px 90px, 130px 130px, 110px 110px;
  pointer-events: none;
  opacity: 0.7; }

.reviews-header {
  max-width: 1280px;
  margin: 0 auto 64px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1; }

.reviews-header h2 {
  font-family: var(--serif-display);
  font-size: clamp(34px, 5.5vw, 64px);
  line-height: 0.95;
  letter-spacing: 0.005em;
  margin: 0;
  color: var(--brick-deep);
  text-transform: uppercase;
  text-shadow: var(--shadow-print); }

.reviews-header .eyebrow {
  color: var(--ink-soft);
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap; }

.reviews-header .eyebrow::before {
  content: "";
  width: 36px;
  height: 2px;
  background: var(--ink); }

.clippings {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(28px, 3.5vw, 56px);
  position: relative;
  z-index: 1;
  padding-top: 24px;
  /* room for tape strips that overhang */ }

.clipping {
  background: var(--paper-aged);
  padding: 26px 24px 24px;
  position: relative;
  font-family: var(--serif-news);
  color: var(--ink);
  box-shadow: 1px 1px 0 rgba(26, 20, 16, 0.2), 3px 4px 8px rgba(26, 20, 16, 0.18), 0 8px 14px rgba(26, 20, 16, 0.08);
  /* aged paper texture — horizontal newsprint banding + grain */
  background-image: repeating-linear-gradient(0deg, transparent 0, transparent 19px, rgba(0, 0, 0, 0.025) 19px, rgba(0, 0, 0, 0.025) 20px), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='1.5' numOctaves='1' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.3  0 0 0 0 0.2  0 0 0 0 0.1  0 0 0 0.06 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>"); }

.clipping:nth-child(1) {
  transform: rotate(-1.5deg); }

.clipping:nth-child(2) {
  transform: rotate(0.8deg);
  margin-top: 12px; }

.clipping:nth-child(3) {
  transform: rotate(-0.6deg);
  margin-top: -8px; }

/* masking-tape strip — translucent mustard, varied per clipping */
.clipping .tape {
  position: absolute;
  top: -14px;
  width: 90px;
  height: 26px;
  background-color: var(--mustard-tape);
  background-image: repeating-linear-gradient(90deg, transparent 0, transparent 5px, rgba(255, 255, 255, 0.18) 5px, rgba(255, 255, 255, 0.18) 6px), repeating-linear-gradient(0deg, transparent 0, transparent 8px, rgba(0, 0, 0, 0.04) 8px, rgba(0, 0, 0, 0.04) 9px);
  border-left: 1px dashed rgba(0, 0, 0, 0.08);
  border-right: 1px dashed rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  z-index: 3; }

.clipping:nth-child(1) .tape {
  left: 24px;
  transform: rotate(-7deg); }

.clipping:nth-child(2) .tape {
  left: 50%;
  margin-left: -45px;
  transform: rotate(2deg); }

.clipping:nth-child(3) .tape {
  right: 32px;
  transform: rotate(5deg); }

/* clipping body — newspaper column */
.clipping-eyebrow {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--brick);
  border-bottom: 1.5px solid var(--ink);
  padding-bottom: 6px;
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
  font-weight: 700; }

.clipping-headline {
  font-family: var(--serif-display);
  font-size: clamp(20px, 2.1vw, 25px);
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.005em;
  color: var(--ink);
  margin: 0 0 14px; }

.clipping-body {
  font-family: var(--serif-news);
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0 0 20px;
  /* drop cap for newspaper feel on first one */ }

.clipping:first-child .clipping-body::first-letter {
  font-family: var(--serif-display);
  font-size: 38px;
  line-height: 0.85;
  float: left;
  padding: 4px 8px 0 0;
  color: var(--brick); }

.clipping-byline {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brick);
  border-top: 2px solid var(--ink);
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-weight: 600; }

.clipping-byline .stars {
  color: var(--mustard);
  letter-spacing: 0.05em;
  font-size: 11px; }

/* ============================================================
   POSTCARD — closing CTA (NEW MOTIF #3)
   The "back" of a postcard: divided in half, address right,
   message left, postage stamp + postmark.
   ============================================================ */
.closing {
  padding: clamp(80px, 12vw, 140px) clamp(20px, 5vw, 60px) clamp(96px, 12vw, 160px);
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2; }

.closing-eyebrow {
  color: var(--ink-soft);
  text-align: center;
  margin-bottom: 32px; }

.closing-eyebrow::before, .closing-eyebrow::after {
  content: "——";
  margin: 0 14px;
  color: var(--brick); }

/* the postcard itself */
.postcard {
  max-width: 760px;
  margin: 0 auto;
  background: var(--cream-light);
  border: 2px solid var(--ink);
  box-shadow: var(--shadow-card-deep), 12px 14px 30px rgba(26, 20, 16, 0.18);
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  transform: rotate(-1.2deg);
  /* paper texture */
  background-image: radial-gradient(ellipse at 30% 20%, rgba(212, 168, 84, 0.07) 0%, transparent 50%), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='1.0' numOctaves='1' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.3  0 0 0 0 0.22  0 0 0 0 0.12  0 0 0 0.08 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-size: auto, 160px 160px; }

/* central dividing line */
.postcard::before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 50%;
  border-left: 1.5px dashed rgba(26, 20, 16, 0.4);
  z-index: 1; }

/* a faint "POST CARD" label up top */
.postcard::after {
  content: "POST CARD";
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--mono);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.5em;
  color: var(--ink-soft);
  opacity: 0.55;
  border-top: 1px solid rgba(26, 20, 16, 0.3);
  border-bottom: 1px solid rgba(26, 20, 16, 0.3);
  padding: 3px 16px 2px;
  background: var(--cream-light);
  z-index: 2; }

/* LEFT half — message */
.postcard-message {
  padding: 44px 32px 36px;
  position: relative;
  z-index: 2; }

.postcard-greeting {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--brick);
  margin-bottom: 6px; }

.postcard-place {
  font-family: var(--serif-display);
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 0.95;
  text-transform: uppercase;
  margin: 0 0 22px;
  color: var(--ink);
  text-shadow: var(--shadow-print); }

.postcard-msg-body {
  font-family: var(--hand);
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.3;
  color: var(--ink);
  margin: 0 0 18px;
  transform: rotate(-0.5deg); }

.postcard-signoff {
  font-family: var(--hand);
  font-size: 19px;
  color: var(--brick);
  font-weight: 500;
  transform: rotate(-1.5deg);
  margin-top: 8px;
  display: inline-block; }

/* RIGHT half — address */
.postcard-address {
  padding: 44px 32px 36px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center; }

/* postage stamp top right — dashed cream border on brick reads as
   perforated stamp edge; box-shadow gives the outer ink frame */
.postcard-stamp {
  position: absolute;
  top: 22px;
  right: 26px;
  width: 78px;
  height: 96px;
  background: var(--brick);
  border: 3px dashed var(--cream-light);
  box-shadow: 0 0 0 1.5px var(--ink), 2px 3px 5px rgba(0, 0, 0, 0.28);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--cream-light);
  font-family: var(--mono);
  text-align: center;
  padding: 8px;
  transform: rotate(3deg); }

.postcard-stamp .stamp-star {
  font-family: var(--serif-display);
  font-size: 26px;
  line-height: 1;
  color: var(--mustard);
  margin-bottom: 4px; }

.postcard-stamp .stamp-line {
  font-size: 7.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 1px 0;
  line-height: 1.1; }

.postcard-stamp .stamp-cents {
  font-family: var(--serif-display);
  font-size: 17px;
  margin-top: 2px;
  color: var(--cream-light); }

/* postmark — circular cancellation overlapping the stamp area */
.postmark {
  position: absolute;
  top: 38px;
  right: 84px;
  width: 96px;
  height: 96px;
  pointer-events: none;
  opacity: 0.75;
  transform: rotate(-12deg);
  z-index: 3; }

.address-eyebrow {
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--brick);
  margin-bottom: 14px; }

.address-name {
  font-family: var(--serif-display);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0 0 10px;
  letter-spacing: 0.005em; }

.address-lines {
  font-family: var(--mono);
  font-size: 14px;
  line-height: 2.1;
  /* the underlines need vertical room */
  color: var(--ink);
  margin: 0; }

.address-lines .line {
  display: block;
  border-bottom: 1.5px dotted rgba(26, 20, 16, 0.5);
  padding-bottom: 1px;
  margin-bottom: 6px;
  font-weight: 500; }

.address-phone {
  margin-top: 18px;
  font-family: var(--serif-display);
  font-size: clamp(22px, 2.4vw, 28px);
  color: var(--brick);
  letter-spacing: 0.005em; }

.address-hours {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-top: 8px; }

.closing-cta {
  display: flex;
  justify-content: center;
  margin-top: 56px;
  position: relative;
  z-index: 2; }

.closing-cta a {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink);
  border-bottom: 2px dotted var(--ink);
  padding-bottom: 4px;
  font-weight: 600;
  transition: color 0.15s, border-color 0.15s; }

.closing-cta a:hover {
  color: var(--brick);
  border-bottom-color: var(--brick); }

.closing-cta a::after {
  content: " →";
  display: inline-block;
  margin-left: 6px;
  transition: transform 0.15s; }

.closing-cta a:hover::after {
  transform: translateX(3px); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .story {
    grid-template-columns: 1fr; }
  .story-visual {
    position: relative;
    top: auto;
    width: 100%;
    max-width: 520px;
    margin: 16px auto 0; }
  .margin-note {
    max-width: 100%; }
  .recipe-grid {
    grid-template-columns: repeat(2, 1fr); }
  .nametag-grid {
    grid-template-columns: repeat(2, 1fr); }
  .clippings {
    grid-template-columns: 1fr;
    gap: 40px; } }

@media (max-width: 640px) {
  .banner-flag {
    box-sizing: border-box;
    max-width: calc(100vw - 40px);
    padding-left: 28px;
    padding-right: 28px; }
  .banner-flag h1 {
    font-size: clamp(32px, 10vw, 42px); }
  .banner-tagline {
    max-width: 28ch; }
  .story-photo {
    transform: none;
    box-shadow: 5px 5px 0 rgba(26, 20, 16, 0.16); }
  .story-visual {
    width: calc(100vw - 64px);
    max-width: none; }
  .margin-note {
    width: 100%;
    max-width: none;
    margin: 14px 0 0;
    font-size: 19px;
    transform: none; }
  .recipe-grid {
    grid-template-columns: 1fr; }
  .recipe-card,
  .recipe-card:nth-child(n) {
    transform: none;
    margin-top: 0; }
  .nametag-grid {
    grid-template-columns: 1fr; }
  .nametag,
  .nametag:nth-child(n) {
    transform: none;
    margin-top: 0;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto; }
  .clipping,
  .clipping:nth-child(n) {
    transform: none;
    margin-top: 0; }
  .postcard {
    transform: none;
    grid-template-columns: 1fr; }
  .postcard::before {
    display: none; }
  .postcard-stamp {
    top: 14px;
    right: 14px;
    width: 64px;
    height: 80px; }
  .postmark {
    top: 26px;
    right: 64px;
    width: 76px;
    height: 76px; } }

@media (max-width: 460px) {
  .banner-flag {
    padding-left: 24px;
    padding-right: 24px;
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%, 14px 50%); }
  .recipe-body {
    padding-left: 36px; }
  .recipe-card::before {
    left: 14px; } }

@media (prefers-reduced-motion: reduce) {
  .recipe-card, .nametag, .clipping {
    transition: none; } }

@media (hover: none) {
  .recipe-card:hover, .nametag:hover {
    transform: none;
    box-shadow: 5px 5px 0 var(--ink); } }
