.home-page-shell {
  padding-bottom: 88px;
}

.home-page-shell .container {
  width: min(1380px, calc(100% - 48px));
}

.home-stack {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: start;
  gap: 40px;
  padding: 20px 0 0;
}

.home-kicker,
.home-band-kicker,
.home-section-kicker {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.9);
}

.home-hero-copy h1,
.home-band h2,
.home-feature-panel h2,
.home-testimonial h2,
.home-final-cta h2 {
  margin: 0;
  color: var(--text);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.home-hero-copy h1 {
  margin-top: 16px;
  font-size: clamp(1.95rem, 3.5vw, 3rem);
}

.home-hero-subtitle {
  margin: 18px 0 0;
  font-size: 1.08rem;
  line-height: 1.8;
  color: var(--muted);
}

.home-hero-note {
  margin: 12px 0 0;
  font-size: 0.9rem;
  line-height: 1.75;
  color: #64748b;
}

.home-point-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.home-point-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  font-size: 0.94rem;
}

.home-point-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--primary-dark);
  flex-shrink: 0;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.home-hero-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.home-hero-metric {
  padding: 18px 18px 16px;
  border-top: 1px solid rgba(148, 163, 184, 0.28);
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.24), rgba(255, 253, 248, 0));
}

.home-hero-metric strong {
  display: block;
  color: var(--text);
  font-size: 0.96rem;
  font-weight: 800;
}

.home-hero-metric span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.65;
}

.home-action-primary,
.home-action-secondary,
.home-action-tertiary {
  min-width: 190px;
  min-height: 52px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}

.home-action-primary span,
.home-action-secondary span,
.home-action-tertiary span {
  display: inline-block;
  line-height: 1.1;
}

.home-action-secondary {
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 999px;
  color: #f8fafc;
  background: linear-gradient(135deg, #334155, #1e293b);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.12);
}

.home-action-tertiary {
  border: 1px solid rgba(148, 163, 184, 0.42);
  border-radius: 999px;
  color: var(--text);
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.home-action-tertiary:hover,
.home-action-tertiary:focus {
  background: #f2eee6;
  border-color: rgba(148, 163, 184, 0.68);
}

.home-proof-strip {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: 22px;
  align-items: start;
}

.home-proof-strip__intro {
  padding: 8px 0;
}

.home-proof-strip__intro h2 {
  margin: 12px 0 0;
  color: var(--text);
  font-size: clamp(1.6rem, 2.6vw, 2.3rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.home-proof-strip__intro p:last-child {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.home-band,
.home-feature-panel,
.home-feature-image-card,
.home-testimonial,
.home-final-cta,
.home-stat-card,
.home-gallery-card {
  background: rgba(255, 253, 248, 0.84);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
}

.home-hero-visual {
  display: grid;
  gap: 16px;
  align-content: start;
}

.home-hero-collage {
  position: relative;
  min-height: 620px;
}

.home-hero-card {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border-radius: 34px;
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.14);
}

.home-hero-card--primary {
  top: 0;
  left: 0;
  width: min(100%, 440px);
  height: 520px;
  transform: rotate(-4deg);
}

.home-hero-card--secondary {
  right: 18px;
  top: 42px;
  width: 250px;
  height: 220px;
  transform: rotate(6deg);
}

.home-hero-card--accent {
  right: 0;
  bottom: 28px;
  width: 280px;
  height: 200px;
  transform: rotate(3deg);
}

.home-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 68%;
  display: block;
}

.home-hero-overlay-card {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 1;
  display: grid;
  gap: 12px;
  padding: 18px 18px 16px;
  border-radius: 24px;
  background: rgba(15, 23, 42, 0.62);
  backdrop-filter: blur(12px);
  box-shadow: 0 22px 40px rgba(15, 23, 42, 0.18);
}

.home-hero-side-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 6px;
}

.home-hero-side-note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.7;
}

.home-note-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(148, 163, 184, 0.32);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.94);
  color: var(--text);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
}

.home-note-action:hover,
.home-note-action:focus {
  background: #f2eee6;
  color: var(--primary);
}

.home-trust-label {
  margin: 0;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.92);
}

.home-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.home-trust-list span {
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #f8fafc;
  font-size: 0.78rem;
  font-weight: 600;
}

.text-link {
  color: var(--primary-dark);
  font-weight: 700;
  text-decoration: none;
}

.text-link:hover,
.text-link:focus {
  color: var(--primary);
}

.home-stats-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-stat-card {
  border-radius: 22px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(242, 238, 230, 0.82));
}

.home-stat-card p,
.home-band-card p,
.home-feature-item p {
  margin: 0;
  color: var(--text);
  font-weight: 700;
}

.home-stat-card p,
.home-band-card p {
  font-size: 1.1rem;
}

.home-stat-card span,
.home-band-card span,
.home-feature-item span,
.home-testimonial p,
.home-final-cta p,
.home-band p {
  display: block;
  color: var(--muted);
}

.home-stat-card span,
.home-band-card span {
  margin-top: 6px;
  font-size: 0.84rem;
  line-height: 1.72;
}

.home-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 34px;
  border-radius: 32px;
  padding: 20px 0;
  background: transparent;
  box-shadow: none;
}

.home-band h2 {
  margin-top: 12px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.home-band-copy {
  max-width: 620px;
}

.home-band p {
  margin: 14px 0 0;
  line-height: 1.75;
}

.home-band-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-band-card {
  display: grid;
  gap: 10px;
  align-content: start;
  border-radius: 22px;
  background: rgba(242, 238, 230, 0.58);
  padding: 20px;
  min-height: 168px;
}

.home-feature-split {
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 0.42fr);
}

.home-feature-panel,
.home-feature-image-card {
  border-radius: 30px;
}

.home-feature-panel {
  padding: 20px 0;
  background: transparent;
  box-shadow: none;
}

.home-feature-panel h2 {
  margin-top: 12px;
  font-size: clamp(1.7rem, 2.7vw, 2.3rem);
}

.home-feature-lead {
  margin: 16px 0 0;
  max-width: 620px;
  color: var(--muted);
  line-height: 1.8;
}

.home-feature-list {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.home-feature-item {
  display: flex;
  gap: 14px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(242, 238, 230, 0.58);
}

.home-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.14), rgba(56, 189, 248, 0.18));
  color: var(--primary-dark);
  flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.08);
}

.home-feature-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.home-band-card__top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.home-band-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--primary-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-band-card__badge--people {
  background: rgba(219, 234, 254, 0.82);
}

.home-band-card__badge--channels {
  background: rgba(224, 242, 254, 0.9);
}

.home-band-card__badge--growth {
  background: rgba(220, 252, 231, 0.9);
}

.home-feature-item span {
  margin-top: 5px;
  font-size: 0.82rem;
  line-height: 1.65;
}

.home-feature-image-card {
  display: grid;
  gap: 18px;
  align-content: start;
  padding-top: 8px;
  background: transparent;
  box-shadow: none;
}

.home-feature-collage {
  position: relative;
  min-height: 540px;
}

.home-feature-collage__card {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border-radius: 30px;
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.12);
}

.home-feature-collage__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 70%;
}

.home-feature-collage__card--main {
  inset: 46px 0 22px 44px;
}

.home-feature-collage__card--top {
  top: 0;
  right: 18px;
  width: 220px;
  height: 176px;
  transform: rotate(6deg);
}

.home-feature-collage__card--bottom {
  left: 0;
  bottom: 0;
  width: 190px;
  height: 150px;
  transform: rotate(-7deg);
}

.home-feature-image-card__note {
  display: grid;
  gap: 8px;
  max-width: 460px;
}

.home-feature-image-card__note strong {
  font-size: 1rem;
  color: var(--text);
}

.home-feature-image-card__note span {
  color: var(--muted);
  line-height: 1.75;
}

.home-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: 36px;
  align-items: start;
}

.home-showcase__copy h2 {
  margin: 12px 0 0;
  font-size: clamp(1.8rem, 2.9vw, 2.6rem);
}

.home-showcase__copy p:last-child {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.home-showcase__summary {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.home-showcase__summary article {
  display: grid;
  gap: 6px;
  padding-left: 18px;
  border-left: 2px solid rgba(37, 99, 235, 0.16);
}

.home-showcase__summary strong {
  color: var(--text);
  font-size: 0.96rem;
}

.home-showcase__summary span {
  color: var(--muted);
  line-height: 1.65;
}

.home-showcase__points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.home-showcase__points span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(219, 234, 254, 0.6);
  color: var(--primary-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-showcase__visuals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas:
    "top top"
    "bottom-left bottom-right";
  gap: 18px;
  align-items: stretch;
}

.home-showcase__card {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 30px;
  background: rgba(255, 253, 248, 0.82);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.home-showcase__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 68%;
}

.home-showcase__card--top {
  grid-area: top;
  min-height: 340px;
}

.home-showcase__card--bottom-left {
  grid-area: bottom-left;
  min-height: 240px;
}

.home-showcase__card--bottom-right {
  grid-area: bottom-right;
  min-height: 240px;
}

.home-showcase__card--top img {
  object-position: center 64%;
}

.home-showcase__card--bottom-left img {
  object-position: center 60%;
}

.home-showcase__card--bottom-right img {
  object-position: center 74%;
}

.home-showcase__label {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.64);
  color: #f8fafc;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  backdrop-filter: blur(10px);
}

.home-testimonial {
  padding: 12px 0 0;
  background: transparent;
  box-shadow: none;
}

.home-testimonial h2 {
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
}

.home-testimonial p {
  margin: 14px 0 0;
  font-size: 1rem;
  line-height: 1.8;
}

.home-testimonial-meta {
  margin-top: 18px;
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 700;
}

.home-testimonial-meta span {
  display: block;
  margin-top: 4px;
  color: #64748b;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-final-cta {
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 0.3fr);
  border-radius: 30px;
  padding: 34px;
  background: linear-gradient(135deg, #1e293b, #0f172a);
}

.home-final-cta h2,
.home-final-cta p {
  color: #f8fafc;
}

.home-final-cta h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.home-final-cta p {
  margin: 14px 0 0;
  font-size: 0.95rem;
  line-height: 1.8;
  color: rgba(226, 232, 240, 0.86);
}

.home-final-cta__supporting {
  max-width: 760px;
}

.home-final-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.home-final-points span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(226, 232, 240, 0.88);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-final-actions {
  display: grid;
  gap: 12px;
}

.home-final-primary,
.home-final-secondary {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  min-height: 64px;
  padding: 14px 18px;
  text-align: left;
}

.home-final-primary {
  background: linear-gradient(135deg, #1d4e89, #1e40af);
  color: #f8fafc;
  box-shadow: 0 18px 34px rgba(30, 64, 175, 0.2);
  border: 1px solid rgba(96, 165, 250, 0.18);
  border-radius: 22px;
}

.home-final-secondary {
  border: 1px solid rgba(100, 116, 139, 0.55);
  border-radius: 22px;
  color: #f8fafc;
  background: rgba(255, 255, 255, 0.02);
}

.home-final-action-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(15, 23, 42, 0.08);
  color: currentColor;
  flex: 0 0 42px;
}

.home-final-primary .home-final-action-icon {
  background: rgba(255, 255, 255, 0.16);
}

.home-final-secondary .home-final-action-icon {
  background: rgba(255, 255, 255, 0.08);
}

.home-final-action-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.home-final-action-copy {
  display: grid;
  gap: 3px;
}

.home-final-action-copy strong,
.home-final-action-copy small {
  display: block;
}

.home-final-action-copy strong {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.home-final-action-copy small {
  color: rgba(100, 116, 139, 0.88);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-final-primary .home-final-action-copy small {
  color: rgba(219, 234, 254, 0.88);
}

.home-final-secondary .home-final-action-copy small {
  color: rgba(226, 232, 240, 0.76);
}

@media (max-width: 1100px) {
  .home-stats-grid,
  .home-showcase,
  .home-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-hero-collage {
    min-height: 520px;
  }

  .home-hero-card--primary {
    width: min(100%, 380px);
    height: 440px;
  }

  .home-hero-card--secondary {
    width: 210px;
    height: 180px;
  }

  .home-hero-card--accent {
    width: 230px;
    height: 170px;
  }

  .home-band,
  .home-feature-split,
  .home-final-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .home-page-shell {
    padding-bottom: 72px;
  }

  .home-page-shell .container {
    width: min(1380px, calc(100% - 40px));
  }

  .home-hero {
    grid-template-columns: 1fr;
    padding-top: 20px;
  }

  .home-hero-collage {
    min-height: 480px;
  }

  .home-proof-strip {
    grid-template-columns: 1fr;
  }

  .home-showcase {
    grid-template-columns: 1fr;
  }

  .home-band-grid {
    grid-template-columns: 1fr;
  }

  .home-feature-collage {
    min-height: 460px;
  }
}

@media (max-width: 640px) {
  .home-page-shell .container {
    width: min(1380px, calc(100% - 32px));
  }

  .home-stack {
    gap: 22px;
  }

  .home-hero {
    padding-top: 12px;
    gap: 24px;
  }

  .home-hero-collage {
    min-height: 360px;
  }

  .home-hero-card--primary,
  .home-hero-card--secondary,
  .home-hero-card--accent {
    transform: none;
  }

  .home-hero-card--primary {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 320px;
  }

  .home-hero-card--secondary,
  .home-hero-card--accent {
    width: 150px;
    height: 118px;
  }

  .home-hero-card--secondary {
    top: 12px;
    right: 8px;
  }

  .home-hero-card--accent {
    right: 12px;
    bottom: 12px;
  }

  .home-band,
  .home-feature-panel,
  .home-testimonial,
  .home-final-cta,
  .home-stat-card,
  .home-gallery-card {
    border-radius: 22px;
  }

  .home-band,
  .home-feature-panel,
  .home-testimonial,
  .home-final-cta {
    padding: 20px 14px;
  }

  .home-stats-grid,
  .home-showcase__visuals {
    grid-template-columns: 1fr;
  }

  .home-showcase__visuals {
    grid-template-areas:
      "top"
      "bottom-left"
      "bottom-right";
    gap: 14px;
  }

  .home-showcase__card--top {
    min-height: 240px;
  }

  .home-showcase__card--bottom-left,
  .home-showcase__card--bottom-right {
    min-height: 190px;
  }

  .home-showcase__label {
    left: 12px;
    bottom: 12px;
    min-height: 28px;
    padding: 0 10px;
    font-size: 0.7rem;
  }

  .home-hero-metrics,
  .home-hero-side-note {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .home-hero-actions {
    flex-direction: column;
  }

  .home-action-primary,
  .home-action-secondary,
  .home-action-tertiary {
    width: 100%;
  }

  .home-final-cta {
    gap: 18px;
  }

  .home-final-actions {
    gap: 10px;
  }

  .home-final-primary,
  .home-final-secondary {
    min-height: 58px;
    padding: 14px 14px;
    border-radius: 18px;
  }

  .home-final-action-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    border-radius: 12px;
  }

  .home-final-action-copy strong {
    font-size: 0.94rem;
  }

  .home-final-action-copy small {
    font-size: 0.72rem;
    letter-spacing: 0.05em;
  }

  .home-feature-image-card img {
    min-height: 240px;
  }

  .home-gallery-card img,
  .home-hero-image {
    min-height: 260px;
  }

  .home-feature-collage {
    min-height: 340px;
  }

  .home-feature-collage__card--main {
    inset: 26px 0 16px 18px;
  }

  .home-feature-collage__card--top {
    width: 150px;
    height: 118px;
    right: 6px;
  }

  .home-feature-collage__card--bottom {
    width: 132px;
    height: 104px;
  }
}
