/* ============================================================
   DAF — HEINZ · The Unstainable Thobe (case-specific layout)
   Inherits tokens + chrome from styles.css / layout.css / case.css
   ============================================================ */

.case-heinz { --heinz: #E40521; }
.hz-red { color: var(--heinz); }

/* ---- numbered section header ---- */
.hz-mark {
  display: flex; align-items: center; gap: 14px;
  padding-bottom: clamp(24px, 2.6vw, 40px);
}
.hz-mark .n {
  font-family: var(--mono); font-weight: 700; font-size: 12px;
  letter-spacing: 0.06em; color: var(--blue);
}
.hz-mark .t {
  font-family: var(--grotesk); font-weight: 600; font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink);
}

/* serif heads w/ blue italic accent */
.hz-h {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(28px, 3.1vw, 46px); line-height: 1.02; letter-spacing: -0.018em;
  font-optical-sizing: auto; text-wrap: pretty;
}
.hz-h em { font-style: italic; color: var(--blue); }

/* ============ HERO ============ */
.hz-hero .cs-hero-grid { grid-template-columns: minmax(360px, 0.96fr) 1.04fr; }
.hz-hero .cs-hero-img { background: var(--paper-2); }
.hz-hero .cs-hero-copy { border-right: 0; }
.hz-eyebrow {
  font-family: var(--grotesk); font-weight: 600; font-size: clamp(9px, 0.58vw, 11px);
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted);
  display: block; margin-bottom: clamp(22px, 2.2vw, 30px);
}
.hz-eyebrow .hz-red { letter-spacing: 0.16em; }
.hz-hero .cs-hero-h1 { font-size: clamp(40px, 5vw, 96px); line-height: 0.92; margin-bottom: clamp(16px, 1.77vw, 34px); }
.hz-hero .dek { margin-bottom: clamp(30px, 3vw, 44px); }
.hz-hero .hz-viewfilm { color: var(--blue); }
.hz-vlabel {
  position: absolute; left: clamp(6px, 1.1vw, 16px); top: 50%;
  transform: translateY(-50%) rotate(180deg); writing-mode: vertical-rl;
  font-family: var(--grotesk); font-weight: 600; font-size: 10px;
  letter-spacing: 0.34em; text-transform: uppercase; color: var(--muted);
  pointer-events: none;
}
.hz-hero-tag {
  position: absolute; right: clamp(20px, 2.6vw, 42px); bottom: clamp(22px, 3vw, 44px); z-index: 3;
  font-family: var(--grotesk); font-weight: 600; font-size: 11px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink);
  text-align: right; line-height: 1.55;
}
.hz-hero .cs-hero-copy { position: relative; }
@media (max-width: 999px) {
  .hz-hero .hz-hero-tag { display: none; }
  .hz-vlabel { display: none; }
}

/* ============ 01 — INTRO / CHALLENGE ============ */
.hz-intro { display: grid; grid-template-columns: 0.92fr 1.18fr 0.86fr; }
.hz-intro > div { padding: 0 clamp(26px, 2.8vw, 48px); border-left: 1px solid var(--line); }
.hz-intro > div:first-child { padding-left: 0; border-left: 0; }
.hz-intro > div:last-child { padding-right: 0; }
.hz-intro p {
  font-family: var(--grotesk); font-weight: 400; font-size: 14px; line-height: 1.62;
  color: var(--ink); max-width: 30ch; text-wrap: pretty;
}
.hz-intro p + p { margin-top: 18px; }
.hz-pull { position: relative; }
.hz-pull .qmark {
  font-family: var(--serif); color: var(--blue); font-size: 56px; line-height: 0.6;
  display: block; margin-bottom: 8px;
}
.hz-pull blockquote {
  font-family: var(--serif); font-weight: 400; font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.16; letter-spacing: -0.012em; color: var(--ink); text-wrap: pretty;
}
.hz-deflist { display: flex; flex-direction: column; gap: clamp(20px, 2vw, 28px); }
.hz-def .k {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--grotesk); font-weight: 700; font-size: 11px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink);
}
.hz-def .k .arr { width: 18px; color: var(--blue); }
.hz-def p {
  margin-top: 9px; font-size: 12.5px; line-height: 1.5; color: var(--muted); max-width: 26ch;
}

/* ============ 02 — CULTURAL TENSION ============ */
.hz-tension { display: grid; grid-template-columns: 0.72fr 2fr 0.68fr; gap: clamp(24px, 2.8vw, 48px); align-items: center; }
.hz-tension .hz-h { max-width: 13ch; }
.hz-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.hz-strip .si { position: relative; aspect-ratio: 3 / 4; overflow: hidden; background: var(--paper-2); }
.hz-strip .si image-slot { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.hz-iconlist { display: flex; flex-direction: column; gap: clamp(20px, 2.2vw, 30px); }
.hz-ico {
  display: grid; grid-template-columns: 40px 1fr; gap: 16px; align-items: start;
}
.hz-ico .ic { width: 36px; height: 36px; color: var(--blue); }
.hz-ico .ic svg { width: 100%; height: 100%; }
.hz-ico .t {
  font-family: var(--grotesk); font-weight: 700; font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink);
}
.hz-ico .d { margin-top: 6px; font-size: 12px; line-height: 1.45; color: var(--muted); max-width: 22ch; }

/* ============ 03 — INNOVATION ============ */
.hz-innov { display: grid; grid-template-columns: 0.74fr 1.36fr 1fr; gap: clamp(28px, 3.4vw, 58px); align-items: center; }
.hz-innov .hz-h { max-width: 12ch; }
.hz-droplet { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--paper-2); }
.hz-droplet image-slot { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.hz-how .eyebrow { color: var(--ink); margin-bottom: 18px; }
.hz-diagram { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: transparent; margin-bottom: 22px; }
.hz-diagram image-slot { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.hz-diagram image-slot::part(frame) { background: transparent; }
.hz-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid var(--line); }
.hz-step { padding: 16px 18px 16px 0; border-bottom: 1px solid var(--line-soft); }
.hz-step:nth-child(odd) { border-right: 1px solid var(--line-soft); }
.hz-step:nth-child(even) { padding-left: 18px; }
.hz-step:nth-last-child(-n+2) { border-bottom: 0; }
.hz-step .k {
  display: flex; align-items: center; gap: 9px;
  font-family: var(--grotesk); font-weight: 700; font-size: 10.5px;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink);
}
.hz-step .k .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--blue); flex: 0 0 auto; }
.hz-step p { margin-top: 8px; font-size: 11.5px; line-height: 1.45; color: var(--muted); max-width: 22ch; }

/* ============ 04 — SOCIAL & PR ============ */
.hz-social { display: grid; grid-template-columns: 0.7fr 2.1fr; gap: clamp(30px, 3.6vw, 60px); align-items: start; }
.hz-social .hz-h { max-width: 11ch; }
.hz-social .hz-viewfilm { color: var(--blue); margin-top: clamp(24px, 2.4vw, 34px); }
.hz-prshot { position: relative; width: 100%; aspect-ratio: 2500 / 1773; overflow: hidden; background: var(--paper-2); }
.hz-prshot image-slot { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.hz-social-head { display: flex; align-items: flex-end; justify-content: space-between; gap: clamp(24px, 4vw, 60px); flex-wrap: wrap; }
.hz-social-head .hz-h { max-width: 22ch; }
.hz-prbleed { position: relative; width: 100%; aspect-ratio: 2500 / 1773; overflow: hidden; background: var(--paper-2); }
.hz-prbleed image-slot { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.hz-cards { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; align-items: stretch; }
.hz-card {
  background: var(--white); border: 1px solid var(--line); overflow: hidden;
  display: flex; flex-direction: column; box-shadow: 0 16px 36px -28px rgba(10,10,10,.42);
}
.hz-card--media { position: relative; }
.hz-card .media { position: relative; aspect-ratio: 3 / 4; background: var(--ink); overflow: hidden; }
.hz-card .media image-slot { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.hz-card .media .vlabel {
  position: absolute; left: 10px; bottom: 9px; z-index: 2;
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--grotesk); font-weight: 600; font-size: 10px; letter-spacing: 0.04em; color: #fff;
}
.hz-card .media .vlabel svg { width: 12px; height: 12px; }
.hz-card .media .vgrad { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(10,10,10,0) 55%, rgba(10,10,10,.55)); }
.hz-card .media .ovr {
  position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end;
  padding: 12px; color: #fff;
}
.hz-card .media .ovr .t { font-family: var(--serif); font-size: 15px; line-height: 1.1; }

/* instagram-ish post */
.hz-post { font-family: var(--grotesk); }
.hz-post .top { display: flex; align-items: center; gap: 8px; padding: 10px 10px 8px; }
.hz-post .av { width: 26px; height: 26px; border-radius: 50%; background: var(--paper-2); flex: 0 0 auto; overflow: hidden; }
.hz-post .av image-slot { width: 100%; height: 100%; display: block; }
.hz-post .nm { display: flex; align-items: center; gap: 4px; font-weight: 700; font-size: 11px; color: var(--ink); }
.hz-post .nm svg { width: 11px; height: 11px; color: var(--blue); }
.hz-post .body { padding: 0 10px 10px; font-size: 11px; line-height: 1.45; color: var(--ink); }
.hz-post .body .h { color: var(--blue); }
.hz-post .meta { display: flex; gap: 12px; padding: 9px 10px; border-top: 1px solid var(--line-soft); margin-top: auto; }
.hz-post .meta span { display: inline-flex; align-items: center; gap: 4px; font-size: 10px; font-weight: 600; color: var(--muted); }
.hz-post .meta svg { width: 12px; height: 12px; }

/* news card */
.hz-news { font-family: var(--grotesk); }
.hz-news .src {
  padding: 10px 10px 8px; font-family: var(--serif); font-weight: 500; font-size: 13px;
  letter-spacing: -0.01em; color: var(--ink); border-bottom: 1px solid var(--line-soft);
  display: flex; align-items: center; gap: 6px;
}
.hz-news .src .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--heinz); }
.hz-news .hd { padding: 10px; font-weight: 600; font-size: 11.5px; line-height: 1.32; color: var(--ink); }
.hz-news .pic { position: relative; aspect-ratio: 16 / 10; background: var(--ink); overflow: hidden; margin-top: auto; }
.hz-news .pic image-slot { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }

/* press logos row */
.hz-press {
  display: flex; flex-wrap: wrap; align-items: center; gap: clamp(22px, 3vw, 50px);
  margin-top: clamp(28px, 3vw, 44px); padding-top: clamp(22px, 2.4vw, 32px);
  border-top: 1px solid var(--line);
}
.hz-press .pl {
  font-weight: 700; font-size: 14px; letter-spacing: 0.02em; color: var(--ink); opacity: .62;
}
.hz-press .pl.serif { font-family: var(--serif); font-weight: 600; font-style: normal; letter-spacing: -0.01em; font-size: 17px; }
.hz-press .pl.up { font-family: var(--grotesk); text-transform: uppercase; letter-spacing: 0.12em; font-size: 12px; }
.hz-press .pl.lc { font-family: var(--grotesk); text-transform: none; font-weight: 600; }

/* ============ 05 — RESULTS ============ */
.hz-results { display: grid; grid-template-columns: repeat(5, 1fr); }
.hz-results .r { padding: 0 clamp(18px, 2vw, 32px); border-left: 1px solid var(--line-soft); }
.hz-results .r:first-child { padding-left: 0; border-left: 0; }
.hz-results .r:last-child { padding-right: 0; }
.hz-results .n {
  font-family: var(--serif); font-weight: 400; color: var(--ink);
  font-size: clamp(40px, 4.6vw, 70px); line-height: 0.9; letter-spacing: -0.02em;
}
.hz-results .n .plus { color: var(--blue); }
.hz-results .n .sm { font-family: var(--grotesk); font-weight: 600; font-size: 0.34em; letter-spacing: 0.02em; display: block; margin-bottom: 4px; color: var(--ink); }
.hz-results .l {
  font-family: var(--grotesk); font-weight: 600; font-size: 10px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--muted); margin-top: 18px; line-height: 1.5;
}

/* ============ THANK YOU (full-bleed, flush to footer) ============ */
.hz-thankyou { display: block; line-height: 0; font-size: 0; }
.hz-thankyou img { display: block; width: 100%; height: auto; margin: 0; }

/* ============ CAMPAIGN GALLERY (solo wide row) ============ */
.gal-grid--solo { grid-template-columns: 1fr; }
.gal-grid--solo .gal-item { aspect-ratio: 2500 / 1773; }
.cs-gallery .gal-head { margin-top: 0; }

/* ============ 06 — AWARDS ============ */
.hz-awardrow { display: grid; grid-template-columns: 0.62fr 2fr; gap: clamp(30px, 3.6vw, 60px); align-items: start; }
.hz-awardrow .hz-h { max-width: 12ch; }
.hz-awardrow .hz-h em { font-style: italic; }
.hz-awards { display: grid; grid-template-columns: repeat(7, 1fr); border-left: 1px solid var(--line-soft); }
.hz-aw {
  padding: 4px 14px; border-right: 1px solid var(--line-soft);
  display: flex; flex-direction: column; min-height: 116px;
}
.hz-aw .em { color: var(--ink); opacity: .9; height: 30px; display: flex; align-items: center; margin-bottom: 18px; }
.hz-aw .em svg { height: 100%; width: auto; }
.hz-aw .em img { height: 100%; width: auto; max-width: 46px; object-fit: contain; display: block; }
.hz-aw .org {
  font-family: var(--serif); font-weight: 500; font-size: 15px; line-height: 1; letter-spacing: -0.01em; color: var(--ink);
}
.hz-aw .cat {
  font-family: var(--grotesk); font-weight: 600; font-size: 9.5px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--blue); margin-top: 8px; line-height: 1.4;
}

/* ============ 07 — THE TAKEAWAY ============ */
.hz-take { display: grid; grid-template-columns: 1fr 0.92fr 1.12fr; gap: clamp(30px, 3.6vw, 58px); align-items: center; }
.hz-take .col { padding-left: clamp(26px, 2.8vw, 46px); border-left: 1px solid var(--line); }
.hz-take .col:first-child { padding-left: 0; border-left: 0; }
.hz-take .qmark { font-family: var(--serif); color: var(--blue); font-size: 56px; line-height: 0.6; display: block; margin-bottom: 10px; }
.hz-take .hz-h { font-size: clamp(26px, 2.8vw, 40px); }
.hz-take .lead {
  font-family: var(--grotesk); font-weight: 400; font-size: 13.5px; line-height: 1.62; color: var(--muted);
  max-width: 30ch; text-wrap: pretty;
}
.hz-take .readmore { color: var(--blue); margin-top: clamp(20px, 2.2vw, 30px); }
.hz-eat .big {
  font-family: var(--serif); font-weight: 400; font-size: clamp(34px, 3.6vw, 54px); line-height: 0.96; letter-spacing: -0.02em;
}
.hz-eat .big em { font-style: italic; color: var(--blue); }
.hz-eat .lock {
  display: flex; align-items: center; gap: 10px; margin-top: 18px;
  font-family: var(--grotesk); font-weight: 700; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
}
.hz-eat .lock .hz-red { color: var(--heinz); }
.hz-eat .lock .sep { color: var(--muted); }
.hz-eat .lock .mut { color: var(--muted); }
.hz-eat .pic { position: relative; aspect-ratio: 5 / 4; overflow: hidden; background: var(--paper-2); margin-top: clamp(22px, 2.4vw, 32px); }
.hz-eat .pic image-slot { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }

/* ============ RESPONSIVE ============ */
@media (max-width: 1040px) {
  .hz-cards { grid-template-columns: repeat(3, 1fr); }
  .hz-awards { grid-template-columns: repeat(4, 1fr); }
  .hz-aw:nth-child(4) { border-right: 0; }
}
@media (max-width: 940px) {
  .hz-hero .cs-hero-grid { grid-template-columns: 1fr; }
  .hz-vlabel { display: none; }
  .hz-intro, .hz-tension, .hz-innov, .hz-social, .hz-awardrow, .hz-take { grid-template-columns: 1fr; gap: clamp(30px, 5vw, 48px); }
  .hz-intro > div { padding: 0; border-left: 0; padding-top: 28px; border-top: 1px solid var(--line); }
  .hz-intro > div:first-child { padding-top: 0; border-top: 0; }
  .hz-take .col { padding-left: 0; border-left: 0; padding-top: 28px; border-top: 1px solid var(--line); }
  .hz-take .col:first-child { padding-top: 0; border-top: 0; }
  .hz-results { grid-template-columns: repeat(3, 1fr); row-gap: 30px; }
  .hz-results .r:nth-child(4) { padding-left: 0; border-left: 0; }
}
@media (max-width: 620px) {
  .hz-cards { grid-template-columns: repeat(2, 1fr); }
  .hz-awards { grid-template-columns: repeat(2, 1fr); border-left: 0; }
  .hz-aw:nth-child(2) { border-right: 0; }
  .hz-results { grid-template-columns: repeat(2, 1fr); }
  .hz-results .r:nth-child(odd) { padding-left: 0; border-left: 0; }
  .hz-tension .hz-strip { grid-template-columns: repeat(2, 1fr); }
  .hz-steps { grid-template-columns: 1fr; }
  .hz-step:nth-child(odd) { border-right: 0; }
  .hz-step:nth-last-child(2) { border-bottom: 1px solid var(--line-soft); }
}
