/* ============================================================
   Keri Kutansky — unified brand mockup, luxe edition
   Real estate (NYC / Corcoran) + Tiny Tigers NJ (cat rescue)
   Palette: near-black coal, warm ivory, champagne brass; sienna
   reserved for rescue accents. Type: Cormorant Garamond / Inter.
   ============================================================ */

:root {
  --black: #131210;
  --coal: #1b1916;
  --coal-2: #232019;
  --paper: #f7f3ea;
  --ivory: #f1ebdd;
  --white: #fdfbf5;
  --ink: #1e1c17;
  --ink-soft: #4d483d;
  --ink-faint: #8b8371;
  --brass: #a07c3c;
  --brass-bright: #c9a869;
  --brass-pale: #e8dcc2;
  --sienna: #a34e22;
  --line: rgba(30, 28, 23, 0.14);
  --line-dark: rgba(244, 239, 229, 0.16);
  --font-display: "Cormorant Garamond", "Georgia", serif;
  --font-body: "Inter", -apple-system, "Helvetica Neue", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--paper);
  color: var(--ink);
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: inherit; }

.wrap { max-width: 1240px; margin: 0 auto; padding: 0 40px; }

/* ---------- concept ribbon ---------- */
.concept-ribbon {
  background: var(--black);
  color: #857c68;
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
  padding: 9px 16px;
  border-bottom: 1px solid var(--line-dark);
}
.concept-ribbon strong { color: var(--brass-bright); font-weight: 500; }

/* ---------- header ---------- */
header.site {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(19, 18, 16, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-dark);
  color: var(--ivory);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  gap: 24px;
}
.wordmark { text-decoration: none; line-height: 1.3; }
.wordmark .name {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  display: block;
  color: var(--white);
}
.wordmark .sub {
  font-size: 9px;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--brass-bright);
  display: block;
  margin-top: 4px;
}
nav.links {
  display: flex;
  align-items: center;
  gap: 38px;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
nav.links a {
  text-decoration: none;
  color: rgba(241, 235, 221, 0.72);
  padding: 6px 0;
  position: relative;
  transition: color 0.25s;
}
nav.links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--brass-bright);
  transition: width 0.35s var(--ease);
}
nav.links a:hover { color: var(--white); }
nav.links a:hover::after { width: 100%; }
nav.links a.active { color: var(--white); }
nav.links a.active::after { width: 100%; }
nav.links a.cta {
  border: 1px solid var(--brass);
  color: var(--brass-bright);
  padding: 12px 26px;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
nav.links a.cta::after { display: none; }
nav.links a.cta:hover { background: var(--brass); color: var(--black); border-color: var(--brass); }

/* ---------- buttons ---------- */
.btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  font-size: 11.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 17px 38px;
  border: 1px solid transparent;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
  cursor: pointer;
  font-family: var(--font-body);
  text-align: center;
}
.btn-dark { background: var(--black); color: var(--ivory); border-color: var(--black); }
.btn-dark:hover { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-outline { background: transparent; color: var(--ink); border-color: rgba(30, 28, 23, 0.45); }
.btn-outline:hover { background: var(--black); color: var(--ivory); border-color: var(--black); }
.btn-light { background: var(--ivory); color: var(--black); border-color: var(--ivory); }
.btn-light:hover { background: transparent; color: var(--ivory); }
.btn-outline-light { background: transparent; color: var(--ivory); border-color: rgba(241, 235, 221, 0.5); }
.btn-outline-light:hover { background: var(--ivory); color: var(--black); border-color: var(--ivory); }
.btn-brass { background: var(--brass); color: var(--black); border-color: var(--brass); }
.btn-brass:hover { background: transparent; color: var(--brass-bright); }

/* ---------- type helpers ---------- */
.eyebrow {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.eyebrow::before {
  content: "";
  width: 44px;
  height: 1px;
  background: var(--brass);
  flex-shrink: 0;
}
.eyebrow.bare::before { display: none; }
.eyebrow.center { justify-content: center; }
.eyebrow.center::after {
  content: "";
  width: 44px;
  height: 1px;
  background: var(--brass);
  flex-shrink: 0;
}

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0.005em;
}
h1 { font-size: clamp(46px, 6vw, 82px); }
h2 { font-size: clamp(34px, 4vw, 54px); line-height: 1.12; }
h3 { font-size: 24px; line-height: 1.25; }
h1 em, h2 em { font-style: italic; font-weight: 400; }

.lede {
  font-size: 16.5px;
  font-weight: 300;
  line-height: 1.85;
  color: var(--ink-soft);
  max-width: 58ch;
}

section { padding: 110px 0; }
section.tight { padding: 84px 0; }

.section-head { margin-bottom: 64px; max-width: 760px; }
.section-head p { margin-top: 20px; color: var(--ink-soft); font-weight: 300; font-size: 16px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }

/* dark sections */
.dark { background: var(--coal); color: var(--ivory); }
.dark h1, .dark h2, .dark h3 { color: var(--white); }
.dark .lede, .dark .section-head p { color: rgba(241, 235, 221, 0.7); }
.dark .eyebrow { color: var(--brass-bright); }
.dark .eyebrow::before, .dark .eyebrow.center::after { background: var(--brass); }

/* ---------- cinematic hero ---------- */
.hero-cine {
  position: relative;
  color: var(--ivory);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  min-height: 78vh;
  background: var(--black);
}
.hero-cine.tall { min-height: 88vh; }
.hero-cine .bg {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.92;
}
.hero-cine .scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(15, 14, 11, 0.92) 0%, rgba(15, 14, 11, 0.42) 48%, rgba(15, 14, 11, 0.38) 100%);
}
.hero-cine .wrap {
  position: relative;
  padding-top: 140px;
  padding-bottom: 96px;
  width: 100%;
}
.hero-cine .eyebrow { color: var(--brass-bright); }
.hero-cine .eyebrow::before { background: var(--brass-bright); }
.hero-cine h1 { color: var(--white); max-width: 17ch; text-wrap: balance; }
.hero-cine .lede { color: rgba(247, 243, 234, 0.82); margin-top: 28px; }
.hero-ctas { display: flex; gap: 18px; margin-top: 44px; flex-wrap: wrap; }
.hero-cine .trust {
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid var(--line-dark);
  font-size: 10.5px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(241, 235, 221, 0.55);
  line-height: 2.4;
}
.hero-cine .trust strong { color: var(--brass-bright); font-weight: 500; }

/* ---------- two wings: photography-led panels ---------- */
.wings {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}
.wing {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
  color: var(--ivory);
  overflow: hidden;
  background: var(--black);
}
.wing img.bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.85;
  transition: transform 1.2s var(--ease), opacity 0.6s;
}
.wing:hover img.bg { transform: scale(1.04); opacity: 0.95; }
.wing .veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 14, 11, 0.9) 0%, rgba(15, 14, 11, 0.2) 55%, rgba(15, 14, 11, 0.25) 100%);
}
.wing .inner { position: relative; padding: 52px 56px; }
.wing .tag {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--brass-bright);
  margin-bottom: 18px;
}
.wing h3 { font-size: clamp(26px, 2.6vw, 36px); color: var(--white); margin-bottom: 14px; max-width: 22ch; }
.wing p { font-weight: 300; font-size: 15px; line-height: 1.75; color: rgba(241, 235, 221, 0.8); margin-bottom: 26px; max-width: 48ch; }
.wing .go {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--brass);
}
.wing .go .arr { transition: transform 0.3s var(--ease); color: var(--brass-bright); }
.wing:hover .go .arr { transform: translateX(6px); }

/* ---------- framed image (brass offset) ---------- */
.framed { position: relative; }
.framed img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 4 / 3.4;
  object-fit: cover;
}
.framed::after {
  content: "";
  position: absolute;
  top: 22px;
  left: 22px;
  right: -22px;
  bottom: -22px;
  border: 1px solid var(--brass);
  z-index: 0;
}
.framed.rev::after { left: -22px; right: 22px; }

/* ---------- gift band ---------- */
.gift-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
  align-items: center;
}
.gift-copy h2 { margin-bottom: 26px; }
.gift-copy p { color: inherit; font-weight: 300; margin-bottom: 18px; }
.dark .gift-copy p { color: rgba(241, 235, 221, 0.75); }
.gift-copy .btn { margin-top: 20px; }

/* ---------- stats strip ---------- */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.stat {
  text-align: center;
  padding: 12px 32px;
  border-left: 1px solid var(--line);
}
.stat:first-child { border-left: none; }
.dark .stat { border-left-color: var(--line-dark); }
.dark .stat:first-child { border-left: none; }
.stat .num {
  font-family: var(--font-display);
  font-size: clamp(44px, 4.6vw, 68px);
  font-weight: 400;
  line-height: 1;
  color: var(--ink);
}
.dark .stat .num { color: var(--brass-bright); }
.stat .num sup { font-size: 0.5em; color: var(--brass); }
.stat .lbl {
  margin-top: 14px;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-faint);
  line-height: 2;
}
.dark .stat .lbl { color: rgba(241, 235, 221, 0.5); }

/* ---------- gallery cards ---------- */
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
}
.card { text-decoration: none; display: flex; flex-direction: column; }
.card .ph { position: relative; overflow: hidden; background: var(--black); }
.card .ph img {
  aspect-ratio: 4 / 4.4;
  object-fit: cover;
  width: 100%;
  transition: transform 1.1s var(--ease), opacity 0.5s;
}
.card:hover .ph img { transform: scale(1.05); }
.card .chip {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--black);
  color: var(--brass-bright);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  padding: 10px 18px 10px 20px;
}
.card .chip.sienna { color: #e6b294; }
.card .body { padding: 26px 0 0; display: flex; flex-direction: column; flex: 1; }
.card .body .price {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}
.card .body h3 { font-size: 23px; margin-bottom: 10px; }
.card .body .meta {
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 14px;
}
.card .body p { font-size: 14.5px; font-weight: 300; color: var(--ink-soft); line-height: 1.75; }
.card .body .go {
  margin-top: 22px;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--brass);
  align-self: flex-start;
}
.card .body .go .arr { color: var(--brass); transition: transform 0.3s var(--ease); }
.card:hover .body .go .arr { transform: translateX(5px); }

.grid-note {
  margin-top: 44px;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-faint);
  text-align: center;
}
.dark .grid-note { color: rgba(241, 235, 221, 0.45); }

/* ---------- split feature ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
  align-items: center;
}
.split h2 { margin-bottom: 26px; }
.split p { color: var(--ink-soft); font-weight: 300; margin-bottom: 18px; }
.dark .split p { color: rgba(241, 235, 221, 0.75); }
.split .btn { margin-top: 20px; }

/* ---------- steps (roman numerals) ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.step {
  padding: 44px 36px 8px;
  border-left: 1px solid var(--line);
  position: relative;
}
.step:first-child { border-left: none; padding-left: 0; }
.dark .step { border-left-color: var(--line-dark); }
.step .n {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 30px;
  font-weight: 400;
  color: var(--brass);
  margin-bottom: 22px;
  line-height: 1;
}
.step h3 {
  font-size: 13px;
  font-family: var(--font-body);
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.step p { font-size: 14.5px; font-weight: 300; color: var(--ink-soft); line-height: 1.8; }
.dark .step p { color: rgba(241, 235, 221, 0.7); }

/* ---------- testimonials (editorial) ---------- */
.quotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
}
.quote { padding-top: 34px; border-top: 1px solid var(--brass); }
.quote p {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 21px;
  line-height: 1.55;
  color: var(--ink);
}
.dark .quote p { color: var(--ivory); }
.quote .who {
  margin-top: 28px;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-faint);
  line-height: 2.1;
}
.quote .who strong { display: block; color: var(--ink); font-weight: 600; }
.dark .quote .who strong { color: var(--brass-bright); }

/* ---------- donate tiers ---------- */
.tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--line);
  border: 1px solid var(--line);
}
.tier {
  background: var(--white);
  padding: 56px 44px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.tier.featured { background: var(--coal); color: var(--ivory); position: relative; }
.tier .pop {
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--brass-bright);
  margin-bottom: 22px;
}
.tier .amt {
  font-family: var(--font-display);
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
}
.tier.featured .amt { color: var(--brass-bright); }
.tier .per {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-top: 12px;
}
.tier.featured .per { color: rgba(241, 235, 221, 0.55); }
.tier h3 { font-size: 22px; margin: 26px 0 12px; }
.tier.featured h3 { color: var(--white); }
.tier p { font-size: 14px; font-weight: 300; line-height: 1.75; color: var(--ink-soft); margin-bottom: 34px; }
.tier.featured p { color: rgba(241, 235, 221, 0.75); }
.tier .btn { margin-top: auto; }

.tax-note {
  margin-top: 40px;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  color: var(--ink-faint);
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.9;
}
.tax-note a { color: var(--brass); }

/* ---------- newsletter ---------- */
.newsletter {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 90px;
  align-items: center;
}
.newsletter h2 { margin-bottom: 18px; }
.newsletter p { font-weight: 300; color: rgba(241, 235, 221, 0.7); font-size: 15.5px; }
.newsletter form { display: flex; gap: 28px; align-items: flex-end; }
.newsletter input {
  flex: 1;
  border: none;
  border-bottom: 1px solid rgba(241, 235, 221, 0.35);
  background: transparent;
  padding: 14px 2px;
  font-size: 15px;
  font-weight: 300;
  color: var(--white);
  font-family: var(--font-body);
  outline: none;
  letter-spacing: 0.04em;
  transition: border-color 0.3s;
  border-radius: 0;
}
.newsletter input:focus { border-bottom-color: var(--brass-bright); }
.newsletter input::placeholder { color: rgba(241, 235, 221, 0.4); }

/* ---------- about ---------- */
.bio-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 110px;
  align-items: start;
}
.bio-grid .portrait-wrap { position: sticky; top: 130px; }
.bio-grid .portrait-wrap img { aspect-ratio: 4 / 5; object-fit: cover; }
.bio-copy h2 { margin-bottom: 30px; }
.bio-copy p { color: var(--ink-soft); font-weight: 300; margin-bottom: 20px; font-size: 16px; line-height: 1.85; }
.bio-copy .pull {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 27px;
  line-height: 1.5;
  color: var(--ink);
  padding: 38px 0;
  margin: 38px 0;
  border-top: 1px solid var(--brass);
  border-bottom: 1px solid var(--brass);
}

/* ---------- contact ---------- */
.contact-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
}
.contact-panel h2 { margin-bottom: 20px; }
.contact-panel > div > p { font-weight: 300; color: var(--ink-soft); }
.dark .contact-panel > div > p { color: rgba(241, 235, 221, 0.7); }
.contact-panel .ways { margin-top: 44px; display: flex; flex-direction: column; }
.way {
  display: flex;
  gap: 24px;
  align-items: baseline;
  padding: 16px 0;
  border-bottom: 1px solid var(--line-dark);
}
.way:first-child { border-top: 1px solid var(--line-dark); }
.way .k {
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--brass-bright);
  width: 110px;
  flex-shrink: 0;
}
.way .v { font-size: 15px; font-weight: 300; }
.way .v a { text-decoration: none; transition: color 0.25s; }
.way .v a:hover { color: var(--brass-bright); }
form.contact-form { display: flex; flex-direction: column; gap: 30px; }
form.contact-form label {
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(241, 235, 221, 0.55);
  display: block;
  margin-bottom: 4px;
}
form.contact-form input,
form.contact-form select,
form.contact-form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(241, 235, 221, 0.3);
  background: transparent;
  padding: 12px 2px;
  font-size: 15px;
  font-weight: 300;
  font-family: var(--font-body);
  color: var(--white);
  outline: none;
  transition: border-color 0.3s;
  border-radius: 0;
}
form.contact-form select { color: rgba(241, 235, 221, 0.85); }
form.contact-form select option { color: var(--ink); }
form.contact-form input:focus,
form.contact-form textarea:focus { border-bottom-color: var(--brass-bright); }
form.contact-form input::placeholder,
form.contact-form textarea::placeholder { color: rgba(241, 235, 221, 0.35); }
form.contact-form textarea { min-height: 96px; resize: vertical; }
form.contact-form .btn { align-self: flex-start; margin-top: 10px; }

/* ---------- promo band ---------- */
.promo-band {
  padding: 84px 90px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 70px;
  align-items: center;
}
.promo-band.on-dark { background: var(--coal); color: var(--ivory); border: 1px solid rgba(201, 168, 105, 0.28); }
.promo-band.on-light { background: var(--ivory); border: 1px solid var(--line); }
.promo-band.on-dark h2 { color: var(--white); }
.promo-band h2 { font-size: clamp(26px, 3vw, 38px); margin-bottom: 16px; max-width: 24ch; }
.promo-band p { font-weight: 300; max-width: 58ch; color: var(--ink-soft); }
.promo-band.on-dark p { color: rgba(241, 235, 221, 0.72); }

/* ---------- footer ---------- */
footer.site {
  background: var(--black);
  color: #8f887a;
  padding: 90px 0 48px;
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.9;
}
footer.site .cols {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 56px;
  padding-bottom: 64px;
  border-bottom: 1px solid var(--line-dark);
}
footer.site .brand p { margin-top: 22px; font-size: 13px; max-width: 34ch; }
footer.site h4 {
  color: var(--brass-bright);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
footer.site ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
footer.site a { color: #8f887a; text-decoration: none; transition: color 0.25s; }
footer.site a:hover { color: var(--ivory); }
footer.site .legal {
  padding-top: 44px;
  font-size: 11.5px;
  color: #5f594d;
  line-height: 2;
}
footer.site .legal p { margin-bottom: 14px; max-width: 110ch; }
footer.site .legal a { color: #7d7666; text-decoration: underline; text-underline-offset: 3px; }
.eho {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
  color: #6e6759;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.eho svg { flex-shrink: 0; }

/* ---------- reveal on scroll ---------- */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  section { padding: 80px 0; }
  .wrap { padding: 0 24px; }
  .hero-cine .wrap { padding-top: 110px; padding-bottom: 64px; }
  .hero-grid, .gift-grid, .split, .bio-grid, .contact-panel, .newsletter { grid-template-columns: 1fr; }
  .gift-grid, .split, .bio-grid, .contact-panel, .newsletter { gap: 64px; }
  .wings { grid-template-columns: 1fr; }
  .wing { min-height: 440px; }
  .card-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .quotes { grid-template-columns: 1fr; gap: 44px; }
  .tiers { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step { padding: 32px 24px 8px; }
  .step:nth-child(odd) { border-left: none; padding-left: 0; }
  .stats { grid-template-columns: 1fr 1fr; row-gap: 44px; }
  .stat:nth-child(odd) { border-left: none; }
  footer.site .cols { grid-template-columns: 1fr 1fr; }
  .promo-band { grid-template-columns: 1fr; padding: 56px 36px; gap: 36px; }
  nav.links a:not(.cta) { display: none; }
  .bio-grid .portrait-wrap { position: static; }
  .framed::after { display: none; }
}

@media (max-width: 600px) {
  .card-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .step { border-left: none; padding-left: 0; }
  .stats { grid-template-columns: 1fr 1fr; }
  .newsletter form { flex-direction: column; align-items: stretch; gap: 20px; }
}
