/* ===== Indy Home - Brand styles =====
   Builds on /css/oh.css. Mobile-first. */

:root {
  --brand-green-deep: #0f3b2e;
  --brand-green: #1c5e3f;
  --brand-green-soft: #e8f1ea;
  --brand-ink: #0b1d16;
  --brand-cta: #f5a623;
  --brand-cta-deep: #d68812;
  --brand-card: #ffffff;
  --brand-line: rgba(15, 59, 46, 0.12);
  --brand-shadow: 0 30px 60px -30px rgba(15, 59, 46, 0.45);
}

/* ============ HERO ============ */
.brand-hero {
  position: relative;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
  padding: 72px 0 72px;
  min-height: 84vh;
  display: flex;
  align-items: center;
}
.brand-hero__media {
  position: absolute; inset: 0;
  z-index: -2;
}
.brand-hero__media img,
.brand-hero__media picture {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 35%;
}
.brand-hero__scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(11, 29, 22, 0.70) 0%, rgba(11, 29, 22, 0.55) 35%, rgba(11, 29, 22, 0.82) 78%, rgba(11, 29, 22, 0.95) 100%),
    linear-gradient(90deg, rgba(11, 29, 22, 0.78) 0%, rgba(11, 29, 22, 0.30) 55%, rgba(11, 29, 22, 0) 90%);
  z-index: -1;
}
.brand-hero__content {
  max-width: 880px;
}
.brand-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  backdrop-filter: blur(8px);
}
.brand-hero__eyebrow .dot {
  width: 8px; height: 8px;
  background: #4ade80;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(74, 222, 128, 0.18);
}
.brand-hero h1 {
  font-family: 'Archivo', sans-serif;
  font-size: clamp(34px, 6vw, 64px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.02em;
  margin: 18px 0 14px;
  color: #fff;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.55), 0 1px 2px rgba(0, 0, 0, 0.45);
}
.brand-hero h1 em {
  font-style: normal;
  color: #f5d24a;
  display: inline-block;
}
.brand-hero__sub {
  font-size: clamp(15px, 1.6vw, 19px);
  line-height: 1.55;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.92);
  font-family: 'Manrope', sans-serif;
}
.brand-hero__sub b {
  color: #fff;
  font-weight: 700;
}
.brand-hero__badges {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 26px 0 22px;
  max-width: 620px;
}
.brand-badge {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  padding: 12px 16px;
  backdrop-filter: blur(10px);
}
.brand-badge strong {
  display: block;
  font-family: 'Archivo', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #f5d24a;
  letter-spacing: -0.01em;
}
.brand-badge span {
  display: block;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.82);
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  margin-top: 2px;
}
.brand-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}
.brand-hero__ctas .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 26px;
  background: var(--brand-cta);
  color: #1a1a1a;
  border: none;
  border-radius: 12px;
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.01em;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 18px 35px -10px rgba(245, 166, 35, 0.55);
  transition: transform 0.15s ease, background 0.15s ease;
}
.brand-hero__ctas .btn-primary:hover {
  transform: translateY(-2px);
  background: var(--brand-cta-deep);
}
.btn-ghost--light {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 22px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  border-radius: 12px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: background 0.15s ease;
}
.btn-ghost--light:hover {
  background: rgba(255, 255, 255, 0.2);
}
.brand-hero__seal {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.78);
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
}
.brand-hero__seal svg {
  width: 16px; height: 16px;
  color: #4ade80;
}

/* ============ TRUST RIBBON ============ */
.brand-ribbon {
  background: var(--brand-green-deep);
  color: #fff;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.brand-ribbon__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 14px;
  font-family: 'Manrope', sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  text-align: center;
}
.brand-ribbon__row b {
  color: #f5d24a;
  font-weight: 700;
}
.brand-ribbon .dot-sep {
  width: 4px; height: 4px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  display: inline-block;
}

/* ============ THE CREW SECTION ============ */
.brand-crew {
  padding: 80px 0 60px;
  background: #fff;
}
.brand-crew__feature {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin: 50px 0 60px;
}
.brand-crew__feature-photo {
  margin: 0;
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--brand-shadow);
}
.brand-crew__feature-photo img,
.brand-crew__feature-photo picture {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.brand-crew__feature-photo figcaption {
  position: absolute;
  left: 16px; bottom: 16px;
  background: rgba(11, 29, 22, 0.82);
  color: #fff;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12.5px;
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  backdrop-filter: blur(8px);
}
.brand-crew__feature-copy h3 {
  font-family: 'Archivo', sans-serif;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 800;
  color: var(--brand-ink);
  letter-spacing: -0.01em;
  line-height: 1.15;
  margin: 0 0 14px;
}
.brand-crew__feature-copy p {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #354b41;
  margin-bottom: 12px;
}
.brand-crew__feature-copy p b {
  color: var(--brand-green);
  font-weight: 700;
}

.brand-checklist {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: grid;
  gap: 10px;
}
.brand-checklist li {
  position: relative;
  padding-left: 30px;
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #354b41;
}
.brand-checklist li::before {
  content: '';
  position: absolute;
  left: 0; top: 3px;
  width: 20px; height: 20px;
  background: var(--brand-green);
  border-radius: 50%;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M20 6 9 17l-5-5'/></svg>") center / 14px no-repeat;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M20 6 9 17l-5-5'/></svg>") center / 14px no-repeat;
}
.brand-checklist li b {
  color: var(--brand-ink);
  font-weight: 700;
}

.brand-crew__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 24px;
}
.brand-crew__card {
  margin: 0;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #f5f1ea;
  box-shadow: 0 10px 25px -15px rgba(15, 59, 46, 0.35);
}
.brand-crew__card img,
.brand-crew__card picture {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.brand-crew__card figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 16px;
  background: linear-gradient(180deg, transparent 0%, rgba(11, 29, 22, 0.85) 65%);
  color: #fff;
  font-family: 'Manrope', sans-serif;
}
.brand-crew__card figcaption strong {
  display: block;
  font-family: 'Archivo', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.brand-crew__card figcaption span {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 2px;
  line-height: 1.4;
}

/* ============ PROOF GRID ============ */
.brand-proof {
  padding: 80px 0;
  background: var(--brand-green-soft);
}
.brand-proof__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 40px;
}
.brand-proof__card {
  background: #fff;
  padding: 26px 22px;
  border-radius: 18px;
  border: 1px solid var(--brand-line);
  box-shadow: 0 10px 28px -22px rgba(15, 59, 46, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.brand-proof__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px -22px rgba(15, 59, 46, 0.45);
}
.brand-proof__ic {
  width: 48px; height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--brand-green);
  color: #fff;
  border-radius: 12px;
  margin-bottom: 14px;
}
.brand-proof__ic svg {
  width: 24px; height: 24px;
}
.brand-proof__card h3 {
  font-family: 'Archivo', sans-serif;
  font-size: 19px;
  font-weight: 800;
  color: var(--brand-ink);
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0 0 10px;
}
.brand-proof__card p {
  font-family: 'Manrope', sans-serif;
  font-size: 14.5px;
  line-height: 1.55;
  color: #4a5d54;
  margin: 0;
}

/* ============ MEET DOMINIC ============ */
.brand-owner {
  padding: 80px 0;
  background: #fff;
}
.brand-owner__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
}
.brand-owner__photo {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--brand-shadow);
  aspect-ratio: 4 / 5;
  max-height: 600px;
}
.brand-owner__photo img,
.brand-owner__photo picture {
  display: block;
  width: 100%; height: 100%;
  object-fit: cover;
}
.brand-owner__sig {
  position: absolute;
  left: 16px; bottom: 16px;
  background: rgba(11, 29, 22, 0.85);
  color: #fff;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12.5px;
  font-family: 'Manrope', sans-serif;
  font-weight: 600;
}
.brand-owner__body h2 {
  font-family: 'Archivo', sans-serif;
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 800;
  color: var(--brand-ink);
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 12px 0 16px;
}
.brand-owner__lead {
  font-family: 'Archivo', sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--brand-green);
  font-style: italic;
  border-left: 3px solid var(--brand-cta);
  padding: 4px 0 4px 18px;
  margin: 0 0 18px;
}
.brand-owner__body p {
  font-family: 'Manrope', sans-serif;
  font-size: 15.5px;
  line-height: 1.65;
  color: #354b41;
  margin: 0 0 14px;
}
.brand-owner__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.brand-owner__ctas .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  background: var(--brand-green);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s ease;
}
.brand-owner__ctas .btn-primary:hover { background: var(--brand-green-deep); }
.brand-owner__ctas .btn-ghost {
  display: inline-flex;
  align-items: center;
  padding: 14px 22px;
  background: transparent;
  color: var(--brand-green);
  border: 1.5px solid var(--brand-green);
  border-radius: 10px;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
}

/* ============ THE INDY STANDARD ============ */
.brand-standard {
  padding: 80px 0;
  background: var(--brand-green-deep);
  color: #fff;
}
.brand-standard .oh-section-head h2,
.brand-standard .oh-section-head p {
  color: #fff;
}
.brand-standard .oh-section-head p { color: rgba(255, 255, 255, 0.82); }
.brand-standard .oh-eyebrow {
  color: #f5d24a;
}
.brand-standard__steps {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  counter-reset: step;
}
.brand-standard__steps li {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 22px 22px 22px 22px;
  position: relative;
  backdrop-filter: blur(6px);
}
.brand-standard__steps .step-num {
  display: inline-block;
  font-family: 'Archivo', sans-serif;
  font-size: 32px;
  font-weight: 900;
  color: #f5d24a;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 6px;
}
.brand-standard__steps h3 {
  font-family: 'Archivo', sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.01em;
  margin: 0 0 8px;
}
.brand-standard__steps p {
  font-family: 'Manrope', sans-serif;
  font-size: 14.5px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
}

/* ============ FINAL CTA ============ */
.brand-final {
  position: relative;
  padding: 90px 0;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.brand-final__bg {
  position: absolute; inset: 0; z-index: -2;
}
.brand-final__bg img,
.brand-final__bg picture {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.brand-final__scrim {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(11, 29, 22, 0.78) 0%, rgba(15, 59, 46, 0.62) 50%, rgba(11, 29, 22, 0.78) 100%);
  z-index: -1;
}
.brand-final__inner {
  text-align: center;
  max-width: 760px;
}
.brand-final__eyebrow {
  color: #f5d24a;
}
.brand-final h2 {
  font-family: 'Archivo', sans-serif;
  font-size: clamp(26px, 4.5vw, 44px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 8px 0 14px;
  color: #fff;
}
.brand-final p {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 26px;
}
.brand-final__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.brand-final__ctas .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 26px;
  background: var(--brand-cta);
  color: #1a1a1a;
  border: none;
  border-radius: 12px;
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 18px 35px -10px rgba(245, 166, 35, 0.55);
  text-decoration: none;
}
.brand-final__trust {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 14px;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.82);
}
.brand-final__trust .stars { color: #f5d24a; letter-spacing: 1px; }
.brand-final__trust b { color: #fff; font-weight: 700; }

/* ============ TABLET / DESKTOP ============ */
@media (min-width: 720px) {
  .brand-hero { padding: 96px 0 96px; }
  .brand-hero__media img,
  .brand-hero__media picture { object-position: 70% 35%; }
  .brand-hero__badges {
    grid-template-columns: repeat(4, 1fr);
  }
  .brand-crew__feature {
    grid-template-columns: 1.15fr 1fr;
    gap: 50px;
    align-items: center;
  }
  .brand-crew__grid {
    grid-template-columns: 2fr 1fr 1fr 2fr;
    grid-auto-rows: 1fr;
  }
  .brand-crew__card--wide {
    grid-column: span 2;
  }
  .brand-crew__card img,
  .brand-crew__card picture {
    aspect-ratio: auto;
    height: 320px;
  }
  .brand-proof__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  .brand-owner__inner {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 50px;
  }
  .brand-standard__steps {
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
  }
}

@media (min-width: 1024px) {
  .brand-crew__grid {
    grid-template-columns: 2fr 1fr 1fr 2fr;
  }
  .brand-crew__card img,
  .brand-crew__card picture {
    height: 360px;
  }
}

/* ===== Mobile polish ===== */
@media (max-width: 540px) {
  .brand-hero { min-height: 88vh; padding: 100px 0 60px; }
  .brand-hero h1 { font-size: 36px; line-height: 1.05; }
  .brand-hero__badges {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .brand-badge { padding: 10px 12px; }
  .brand-badge strong { font-size: 18px; }
  .brand-hero__ctas .btn-primary,
  .btn-ghost--light {
    width: 100%;
    justify-content: center;
  }
  .brand-ribbon__row {
    font-size: 12.5px;
  }
  .brand-crew { padding: 50px 0 30px; }
  .brand-proof { padding: 50px 0; }
  .brand-owner { padding: 50px 0; }
  .brand-standard { padding: 50px 0; }
  .brand-final { padding: 60px 0; }
  .brand-final__ctas .btn-primary,
  .brand-final__ctas .btn-ghost--light {
    width: 100%;
    justify-content: center;
  }
}
