/* ── HOME PAGE ── */

/* HERO */
.hero {
  background: var(--ivory);
  padding-top: 68px;
  border-bottom: 1px solid var(--rule);
}
.hero-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 80px;
}
.hero-badge {
  display: inline-flex; align-items: center;
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--rust);
  background: var(--rust-pale); border: 1px solid rgba(181,69,27,0.18);
  padding: 7px 14px; border-radius: 100px; margin-bottom: 2rem;
}
.hero-left .headline em { font-style: italic; color: var(--rust); }
.hero-actions { display: flex; gap: 0.75rem; flex-wrap: wrap; }

/* HERO STAT CARD */
.hero-stat-card { background: var(--forest); border-radius: 16px; padding: 2.5rem; }
.hsc-row { display: flex; align-items: center; gap: 2rem; }
.hsc-item { flex: 1; }
.hsc-num { display: block; font-family: var(--display); font-size: 2.5rem; font-weight: 400; color: var(--ivory); line-height: 1; margin-bottom: 6px; }
.hsc-label { font-size: 0.75rem; font-weight: 500; letter-spacing: 0.06em; color: rgba(247,244,238,0.5); text-transform: uppercase; line-height: 1.4; }
.hsc-divider { width: 1px; height: 44px; background: rgba(255,255,255,0.1); flex-shrink: 0; }
.hsc-footer { margin-top: 1.5rem; font-size: 0.82rem; color: rgba(247,244,238,0.5); text-align: center; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.08); }
.hsc-footer strong { color: var(--ivory); }

/* HERO IMAGE ROW */
.hero-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 0 0 0;
}
.hero-images .img-frame {
  height: 220px;
  border-radius: 12px;
}

/* HERO REGIONS BAR */
.hero-regions { background: var(--forest); padding: 1rem 0; }
.regions-row { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; }
.region-tag { font-size: 0.82rem; font-weight: 500; color: rgba(247,244,238,0.7); letter-spacing: 0.04em; }
.region-sep { color: rgba(247,244,238,0.2); font-size: 1.2rem; }

/* SECTION HEAD */
.section-head { margin-bottom: 4rem; }
.section-head .headline { margin-top: 0.5rem; }

/* TIERS */
.tiers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.tier {
  background: var(--ivory); border: 1.5px solid var(--rule); border-radius: 12px;
  padding: 2.5rem 2rem; transition: var(--ease); position: relative;
}
.tier:hover { border-color: var(--forest-pale); box-shadow: 0 12px 40px rgba(26,58,42,0.09); transform: translateY(-4px); }
.tier-featured { background: var(--forest); border-color: var(--forest); transform: translateY(-8px); box-shadow: 0 20px 60px rgba(26,58,42,0.25); }
.tier-featured:hover { transform: translateY(-12px); border-color: var(--forest); }
.tier-badge-top {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--rust); color: #fff; font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; padding: 4px 12px;
  border-radius: 100px; white-space: nowrap;
}
.tier-number { font-family: var(--display); font-size: 0.9rem; color: var(--muted); margin-bottom: 1rem; letter-spacing: 0.06em; }
.tier-featured .tier-number { color: rgba(247,244,238,0.4); }
.tier-label { font-family: var(--display); font-size: 1.35rem; font-weight: 400; color: var(--forest); margin-bottom: 0.5rem; line-height: 1.3; }
.tier-featured .tier-label { color: var(--ivory); }
.tier-range { font-family: var(--display); font-size: 1.7rem; font-weight: 400; color: var(--rust); line-height: 1; }
.tier-featured .tier-range { color: var(--rust-light); }
.tier-period { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }
.tier-featured .tier-period { color: rgba(247,244,238,0.45); }

/* WHY DIFFERENT */
.diff-wrap { display: grid; grid-template-columns: 1fr 1.4fr; gap: 6rem; align-items: start; }
.diff-left { position: sticky; top: 100px; }
.diff-right { display: flex; flex-direction: column; gap: 0; }
.diff-item { display: flex; gap: 1.5rem; padding: 2rem 0; border-bottom: 1px solid var(--rule); }
.diff-item:first-child { border-top: 1px solid var(--rule); }
.diff-marker { font-family: var(--display); font-size: 1.5rem; color: var(--rust); flex-shrink: 0; line-height: 1.4; }
.diff-item strong { display: block; font-size: 1rem; font-weight: 600; color: var(--charcoal); margin-bottom: 0.5rem; }
.diff-item p { font-size: 0.9rem; color: var(--mid); line-height: 1.75; }

/* PHOTO BAND */
.photo-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  overflow: hidden;
}
.photo-band .img-frame {
  border-radius: 0;
  height: 280px;
}

/* QUOTE BAND */
.quote-band { background: var(--forest); padding: 90px 0; }
.quote-inner { max-width: 780px; margin: 0 auto; text-align: center; }
.quote-mark { font-family: var(--display); font-size: 5rem; color: rgba(247,244,238,0.12); display: block; line-height: 1; margin-bottom: -1.5rem; }
blockquote { font-family: var(--display); font-size: clamp(1.2rem, 2.2vw, 1.6rem); font-weight: 400; font-style: italic; color: rgba(247,244,238,0.88); line-height: 1.65; margin-bottom: 1.75rem; }
cite { font-size: 0.82rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(247,244,238,0.45); font-style: normal; }

/* APPLY CTA */
.apply-cta-sec { background: var(--forest-mid); }
.apply-cta-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.apply-step { display: flex; align-items: center; gap: 1rem; font-size: 0.9rem; color: rgba(247,244,238,0.72); padding: 0.75rem 0; border-bottom: 1px solid rgba(247,244,238,0.08); }
.step-n {
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(247,244,238,0.1); border: 1px solid rgba(247,244,238,0.2);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-size: 0.9rem; color: var(--ivory); flex-shrink: 0;
}

/* NEWSLETTER — REDESIGNED */
.newsletter-strip {
  background: var(--forest);
  border-top: none;
  border-bottom: none;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.nl-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 340px;
}
.nl-content {
  padding: 60px 4rem 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.nl-content .eyebrow {
  color: var(--rust-light);
}
.nl-content .eyebrow::before {
  background: var(--rust-light);
}
.nl-content h2 {
  font-family: var(--display);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 400;
  color: var(--ivory);
  line-height: 1.15;
  margin-bottom: 0.75rem;
}
.nl-content > p {
  font-size: 0.92rem;
  color: rgba(247,244,238,0.6);
  line-height: 1.7;
  margin-bottom: 1.75rem;
  max-width: 400px;
}
.nl-form-new {
  display: flex;
  gap: 10px;
  max-width: 420px;
}
.nl-form-new input {
  flex: 1;
  padding: 14px 18px;
  background: rgba(255,255,255,0.1);
  border: 1.5px solid rgba(255,255,255,0.2);
  border-radius: var(--radius);
  font-family: var(--body);
  font-size: 0.9rem;
  color: var(--ivory);
  outline: none;
  transition: border-color 0.2s, background 0.2s;
}
.nl-form-new input::placeholder { color: rgba(247,244,238,0.4); }
.nl-form-new input:focus {
  border-color: rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.15);
}
.nl-form-new button {
  padding: 14px 28px;
  background: var(--rust);
  color: #fff;
  border: none;
  border-radius: var(--radius);
  font-family: var(--body);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: var(--ease);
  white-space: nowrap;
}
.nl-form-new button:hover {
  background: var(--rust-light);
  transform: translateY(-1px);
}
.nl-privacy {
  font-size: 0.74rem;
  color: rgba(247,244,238,0.35);
  margin-top: 0.75rem;
}
.nl-privacy a { color: rgba(247,244,238,0.55); text-decoration: underline; }

.nl-image-side {
  position: relative;
  overflow: hidden;
}
.nl-image-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nl-image-side::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--forest) 0%, transparent 40%);
}

/* Also keep old nl-inner for pages that use it (fallback) */
.nl-inner { display: flex; align-items: center; gap: 2.5rem; flex-wrap: wrap; }
.nl-text { flex: 1; min-width: 200px; display: flex; flex-direction: column; gap: 3px; }
.nl-text strong { font-family: var(--display); font-size: 1.25rem; color: var(--forest); }
.nl-text span { font-size: 0.88rem; color: var(--muted); }
.nl-form { display: flex; gap: 10px; flex: 1.5; min-width: 280px; }
.nl-form input {
  flex: 1; padding: 13px 16px; background: var(--ivory);
  border: 1.5px solid var(--rule); border-radius: var(--radius);
  font-family: var(--body); font-size: 0.9rem; outline: none; transition: border-color 0.2s;
}
.nl-form input:focus { border-color: var(--forest-light); }
.nl-note { width: 100%; font-size: 0.74rem; color: var(--muted); margin-top: -1rem; }
.nl-note a { color: var(--forest-light); text-decoration: underline; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .hero-wrap { grid-template-columns: 1fr; gap: 3rem; padding-top: 60px; }
  .tiers-grid { grid-template-columns: 1fr; }
  .tier-featured { transform: none; }
  .diff-wrap { grid-template-columns: 1fr; gap: 3rem; }
  .diff-left { position: static; }
  .apply-cta-wrap { grid-template-columns: 1fr; gap: 3rem; }
  .nl-wrap { grid-template-columns: 1fr; }
  .nl-content { padding: 50px 0; }
  .nl-image-side { display: none; }
  .photo-band { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .nl-form, .nl-form-new { flex-direction: column; }
  .hsc-row { flex-wrap: wrap; gap: 1.5rem; }
  .hsc-divider { display: none; }
  .hero-images { grid-template-columns: 1fr; }
  .hero-images .img-frame { height: 200px; }
  .photo-band { grid-template-columns: 1fr 1fr; }
  .photo-band .img-frame { height: 180px; }
}
