:root {
  --color-bg: #f3efe8;
  --color-surface: #fffdfa;
  --color-surface-strong: #fbf5ed;
  --color-surface-dark: #0f1a1f;
  --color-surface-darker: #091015;
  --color-border: rgba(21, 31, 38, 0.12);
  --color-border-strong: rgba(21, 31, 38, 0.24);
  --color-text: #162128;
  --color-text-muted: #5d6972;
  --color-text-soft: #7d8992;
  --color-accent: #ca8b45;
  --color-accent-deep: #8c5f2e;
  --color-accent-soft: rgba(202, 139, 69, 0.16);
  --color-white: #ffffff;
  --color-success: #2f6b4f;
  --shadow-soft: 0 24px 60px rgba(12, 22, 28, 0.12);
  --shadow-card: 0 18px 40px rgba(12, 22, 28, 0.09);
  --radius-xs: 0.5rem;
  --radius-sm: 0.9rem;
  --radius-md: 1.4rem;
  --radius-lg: 2rem;
  --radius-xl: 2.8rem;
  --shell: min(1180px, calc(100vw - 2.5rem));
  --section-space: clamp(4rem, 8vw, 7rem);
  --eyebrow: 0.14em;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at top left, rgba(202, 139, 69, 0.16), transparent 30%),
    linear-gradient(180deg, #fbf7f1 0%, #f3efe8 45%, #f7f3ed 100%);
  color: var(--color-text);
  font-family: "Manrope", "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

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

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  transform: translateY(-200%);
  padding: 0.75rem 1rem;
  border-radius: var(--radius-xs);
  background: var(--color-surface-dark);
  color: var(--color-white);
  z-index: 100;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-shell,
.row {
  width: var(--shell);
  margin: 0 auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.columns {
  width: 100%;
  min-width: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.small-1 { width: 8.3333%; }
.small-2 { width: 16.6667%; }
.small-3 { width: 25%; }
.small-4 { width: 33.3333%; }
.small-5 { width: 41.6667%; }
.small-6 { width: 50%; }
.small-7 { width: 58.3333%; }
.small-8 { width: 66.6667%; }
.small-9 { width: 75%; }
.small-10 { width: 83.3333%; }
.small-11 { width: 91.6667%; }
.small-12 { width: 100%; }

.small-centered {
  margin-left: auto;
  margin-right: auto;
}

.end {
  margin-right: auto;
}

@media (min-width: 640px) {
  .medium-1 { width: 8.3333%; }
  .medium-2 { width: 16.6667%; }
  .medium-3 { width: 25%; }
  .medium-4 { width: 33.3333%; }
  .medium-5 { width: 41.6667%; }
  .medium-6 { width: 50%; }
  .medium-7 { width: 58.3333%; }
  .medium-8 { width: 66.6667%; }
  .medium-9 { width: 75%; }
  .medium-10 { width: 83.3333%; }
  .medium-11 { width: 91.6667%; }
  .medium-12 { width: 100%; }
}

@media (min-width: 960px) {
  .large-1 { width: 8.3333%; }
  .large-2 { width: 16.6667%; }
  .large-3 { width: 25%; }
  .large-4 { width: 33.3333%; }
  .large-5 { width: 41.6667%; }
  .large-6 { width: 50%; }
  .large-7 { width: 58.3333%; }
  .large-8 { width: 66.6667%; }
  .large-9 { width: 75%; }
  .large-10 { width: 83.3333%; }
  .large-11 { width: 91.6667%; }
  .large-12 { width: 100%; }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(20px);
  background: rgba(7, 13, 17, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem 0;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}

.site-brand__mark {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e1a75f, #bb7b35);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
  color: #10181c;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.8rem;
  font-weight: 700;
  flex: 0 0 auto;
}

.site-brand__text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.site-brand__name {
  color: var(--color-white);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-brand__tag {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
}

.site-nav-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--color-white);
}

.site-nav-toggle__label {
  font-size: 0.9rem;
  font-weight: 700;
}

.site-nav-toggle__bars,
.site-nav-toggle__bars::before,
.site-nav-toggle__bars::after {
  display: block;
  width: 1.1rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.site-nav-toggle__bars {
  position: relative;
}

.site-nav-toggle__bars::before {
  position: absolute;
  top: -0.35rem;
  left: 0;
}

.site-nav-toggle__bars::after {
  position: absolute;
  top: 0.35rem;
  left: 0;
}

.site-nav {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  top: calc(100% + 0.75rem);
  display: none;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  background: rgba(7, 13, 17, 0.98);
  box-shadow: var(--shadow-soft);
}

.site-nav.is-open {
  display: flex;
}

.site-nav__link {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.site-nav__link:hover,
.site-nav__link:focus-visible,
.site-nav__link--external:hover {
  color: var(--color-white);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.95rem 1.45rem;
  border: 0;
  border-radius: 999px;
  background: var(--color-accent);
  color: #14191c;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  box-shadow: 0 14px 30px rgba(202, 139, 69, 0.24);
  cursor: pointer;
}

.button,
.button:link,
.button:visited,
.button:active {
  color: #14191c;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(202, 139, 69, 0.32);
}

.button--small {
  padding: 0.8rem 1.2rem;
}

.button--secondary {
  background: rgba(255, 255, 255, 0.08);
  color: var(--color-white);
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.button--secondary,
.button--secondary:link,
.button--secondary:visited,
.button--secondary:active,
.button--ghost,
.button--ghost:link,
.button--ghost:visited,
.button--ghost:active {
  color: var(--color-white);
}

.button--light,
.button--light:link,
.button--light:visited,
.button--light:active {
  color: var(--color-surface-dark);
}

.button--ghost {
  background: transparent;
  color: var(--color-white);
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.button--light {
  background: var(--color-white);
  color: var(--color-surface-dark);
  box-shadow: none;
}

.button--nav {
  width: 100%;
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.main-content {
  display: block;
}

.page-section {
  padding: var(--section-space) 0;
}

.page-section--compact {
  padding: clamp(2.5rem, 6vw, 4rem) 0;
}

.page-section--dark {
  color: var(--color-white);
  background:
    linear-gradient(135deg, rgba(202, 139, 69, 0.16), rgba(202, 139, 69, 0)),
    linear-gradient(180deg, #111b21 0%, #091015 100%);
}

.section-surface {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.04);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4rem, 9vw, 7.5rem) 0 clamp(3.5rem, 8vw, 6rem);
  color: var(--color-white);
  background:
    linear-gradient(120deg, rgba(8, 16, 20, 0.88), rgba(8, 16, 20, 0.54)),
    url("https://www.propix.com/media/images/home/top_bg.jpg") center/cover no-repeat;
}

.home-hero {
  min-height: min(920px, 100vh);
  padding-bottom: 10rem;
  background:
    radial-gradient(circle at 72% 36%, rgba(93, 126, 171, 0.46), transparent 24%),
    linear-gradient(90deg, rgba(5, 12, 20, 0.96) 0%, rgba(14, 28, 46, 0.84) 46%, rgba(15, 29, 48, 0.56) 72%, rgba(10, 17, 26, 0.9) 100%),
    url("https://www.propix.com/media/images/home/top_bg.jpg") center/cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  background: linear-gradient(180deg, rgba(15, 26, 31, 0), rgba(15, 26, 31, 0.6));
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2rem;
  align-items: end;
}

.home-hero__content {
  align-items: center;
}

.hero__eyebrow,
.section-heading__eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero__headline,
.section-heading__title,
.content-block h2,
.content-block h3,
.faq-card__title,
.contact-card__title,
.success-panel__title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.hero__headline {
  max-width: 12ch;
  font-size: clamp(3.6rem, 10vw, 6.6rem);
  color: var(--color-white);
}

.hero__copy {
  max-width: 40rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.08rem;
}

.home-hero__headline {
  max-width: 10ch;
  font-family: "Manrope", "Open Sans", sans-serif;
  font-size: clamp(3rem, 7vw, 5.4rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.home-hero__copy {
  max-width: 34rem;
}

.home-hero__list {
  display: grid;
  gap: 0.85rem;
  margin: 1.7rem 0 0;
  padding: 0;
  list-style: none;
}

.home-hero__list li {
  position: relative;
  padding-left: 1.8rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
}

.home-hero__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52rem;
  width: 0.9rem;
  height: 0.9rem;
  border: 1px solid rgba(81, 178, 255, 0.86);
  border-radius: 50%;
  box-shadow: inset 0 0 0 0.2rem rgba(81, 178, 255, 0.16);
}

.home-hero__button {
  min-width: 15rem;
}

.home-hero__visual {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 26rem;
}

.home-hero__glow {
  position: absolute;
  right: 8%;
  width: min(32rem, 70vw);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(187, 215, 255, 0.52), rgba(144, 189, 241, 0.14) 42%, transparent 68%);
  filter: blur(6px);
}

.home-hero__image-wrap {
  position: relative;
  width: min(42rem, 100%);
  border-radius: 2.4rem;
  overflow: hidden;
}

.home-hero__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.03);
}

.hero__stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.stat-card {
  padding: 1.2rem 1.25rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.stat-card__value {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--color-white);
  font-size: 1.7rem;
  font-weight: 800;
}

.stat-card__label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.hero__panel {
  position: relative;
  z-index: 1;
  max-width: 30rem;
  margin-left: auto;
  padding: 1.6rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow-soft);
}

.hero__panel-title {
  margin: 0 0 0.75rem;
  color: var(--color-white);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero__panel-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.section-heading {
  max-width: 42rem;
  margin-bottom: 2rem;
}

.section-heading__eyebrow {
  color: var(--color-accent-deep);
}

.section-heading__title {
  font-size: clamp(2.6rem, 7vw, 4.2rem);
  color: var(--color-text);
}

.section-heading__copy {
  margin: 1rem 0 0;
  color: var(--color-text-muted);
  font-size: 1.05rem;
}

.surface-panel {
  padding: clamp(1.4rem, 3vw, 2rem);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: rgba(255, 253, 250, 0.92);
  box-shadow: var(--shadow-card);
}

.split-grid,
.feature-grid,
.service-grid,
.audience-grid,
.testimonial-grid,
.profile-grid,
.program-grid,
.benefit-grid,
.cta-grid,
.contact-grid,
.detail-grid {
  display: grid;
  gap: 1.5rem;
}

.split-grid,
.program-grid,
.contact-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: center;
}

.feature-grid,
.service-grid,
.benefit-grid,
.profile-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.audience-grid,
.cta-grid,
.detail-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.testimonial-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.eyebrow {
  display: inline-block;
  margin-bottom: 0.9rem;
  color: var(--color-accent-deep);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lede {
  color: var(--color-text-muted);
  font-size: 1.05rem;
}

.media-frame {
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: #d7d2ca;
  box-shadow: var(--shadow-soft);
}

.media-frame--portrait img,
.media-frame--square img,
.media-frame--landscape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-frame--portrait {
  aspect-ratio: 4 / 5;
}

.media-frame--landscape {
  aspect-ratio: 16 / 10;
}

.media-frame--square {
  aspect-ratio: 1 / 1;
}

.info-card,
.service-card,
.benefit-card,
.audience-card,
.testimonial-card,
.profile-card,
.contact-card,
.detail-card,
.success-panel,
.faq-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.6rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: rgba(255, 253, 250, 0.94);
  box-shadow: var(--shadow-card);
}

.info-card--dark,
.cta-band,
.success-panel--dark {
  color: var(--color-white);
  background:
    linear-gradient(135deg, rgba(202, 139, 69, 0.16), rgba(202, 139, 69, 0.02)),
    #111b21;
  border-color: rgba(255, 255, 255, 0.08);
}

.info-card__title,
.service-card__title,
.benefit-card__title,
.audience-card__title,
.profile-card__name,
.detail-card__title,
.faq-card__title,
.cta-band__title {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 2.3rem);
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 1;
}

.info-card__copy,
.service-card__copy,
.benefit-card__copy,
.audience-card__copy,
.profile-card__copy,
.detail-card__copy,
.contact-card__copy,
.faq-card__copy,
.cta-band__copy,
.success-panel__copy {
  margin: 0;
  color: var(--color-text-muted);
}

.info-card--dark .info-card__copy,
.cta-band__copy,
.success-panel--dark .success-panel__copy,
.site-footer__copy,
.site-footer__meta {
  color: rgba(255, 255, 255, 0.72);
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-accent-deep);
}

.info-card--dark .card-link,
.hero .card-link {
  color: #f1c791;
}

.kicker-list,
.service-card__list,
.benefit-list,
.audience-card__list,
.detail-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.kicker-list li,
.service-card__list li,
.benefit-list li,
.audience-card__list li,
.detail-list li {
  position: relative;
  padding-left: 1.1rem;
  color: var(--color-text-muted);
}

.kicker-list li + li,
.service-card__list li + li,
.benefit-list li + li,
.audience-card__list li + li,
.detail-list li + li {
  margin-top: 0.7rem;
}

.kicker-list li::before,
.service-card__list li::before,
.benefit-list li::before,
.audience-card__list li::before,
.detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--color-accent);
}

.service-card__meta,
.profile-card__role,
.testimonial-card__meta,
.detail-card__meta {
  color: var(--color-text-soft);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.service-card__image {
  overflow: hidden;
  border-radius: var(--radius-md);
  aspect-ratio: 16 / 10;
}

.service-card__image img,
.profile-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card__cta,
.contact-stack {
  margin-top: auto;
}

.testimonial-card__quote {
  margin: 0;
  color: var(--color-text);
  font-size: 1.08rem;
}

.testimonial-card__quote::before {
  content: "\201C";
  color: var(--color-accent);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 3rem;
  line-height: 0;
  vertical-align: -0.45rem;
  margin-right: 0.15rem;
}

.profile-card__image {
  overflow: hidden;
  border-radius: var(--radius-md);
  aspect-ratio: 4 / 5;
  background: #dbd5ce;
}

.profile-card__role {
  margin-top: -0.3rem;
}

.cta-band {
  padding: clamp(1.8rem, 4vw, 2.5rem);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}

.cta-band__title,
.success-panel__title {
  font-size: clamp(2.2rem, 5vw, 3.1rem);
  color: var(--color-white);
}

.program-note {
  padding: 1.1rem 1.2rem;
  border-left: 3px solid var(--color-accent);
  border-radius: var(--radius-sm);
  background: var(--color-accent-soft);
  color: var(--color-text);
}

.detail-card__value {
  color: var(--color-text);
  font-size: 1.4rem;
  font-weight: 800;
}

.contact-card__title,
.faq-card__title {
  font-size: 1.8rem;
  color: var(--color-text);
}

.contact-list {
  display: grid;
  gap: 0.7rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.contact-list li {
  color: var(--color-text-muted);
}

.contact-list a {
  color: var(--color-text);
  font-weight: 700;
}

.site-form {
  display: grid;
  gap: 1rem;
}

.site-form__group {
  display: grid;
  gap: 0.5rem;
}

.site-form__label {
  color: var(--color-text);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.site-form__control {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid var(--color-border-strong);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.9);
  color: var(--color-text);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.site-form__control:focus {
  outline: none;
  border-color: var(--color-accent);
  box-shadow: 0 0 0 4px rgba(202, 139, 69, 0.18);
}

.site-form__help {
  color: var(--color-text-soft);
  font-size: 0.88rem;
}

.site-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
}

.form-note {
  color: var(--color-text-soft);
  font-size: 0.9rem;
}

.site-footer {
  color: var(--color-white);
  background:
    linear-gradient(120deg, rgba(202, 139, 69, 0.16), rgba(202, 139, 69, 0.02)),
    linear-gradient(180deg, #111b21 0%, #081014 100%);
}

.site-footer__inner {
  padding: clamp(3rem, 7vw, 5rem) 0 2rem;
}

.site-footer__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.site-footer__brand {
  display: grid;
  gap: 1rem;
}

.site-footer__logo {
  width: 8.25rem;
}

.site-footer__title {
  margin: 0 0 0.75rem;
  color: var(--color-white);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer__links,
.site-footer__social {
  display: grid;
  gap: 0.65rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer__links a,
.site-footer__social a {
  color: rgba(255, 255, 255, 0.78);
}

.site-footer__links a:hover,
.site-footer__social a:hover,
.site-footer__contact a:hover {
  color: var(--color-white);
}

.site-footer__contact a {
  color: var(--color-white);
  font-weight: 700;
}

.site-footer__meta {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.88rem;
}

.pill-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--color-border);
  background: rgba(255, 253, 250, 0.75);
  color: var(--color-text);
  font-size: 0.88rem;
  font-weight: 700;
}

.hero-split {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  margin-top: 2rem;
}

.home-panels {
  position: relative;
  z-index: 2;
  margin-top: -5.5rem;
}

.home-panel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.4rem;
  align-items: center;
  max-width: 58rem;
  padding: 1.8rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.9rem;
  background: rgba(8, 14, 22, 0.88);
  box-shadow: 0 20px 45px rgba(6, 14, 24, 0.28);
}

.home-panel__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border: 1px solid rgba(61, 169, 255, 0.34);
  border-radius: 1.5rem;
  color: #4cb1ff;
  font-size: 2rem;
  background: linear-gradient(180deg, rgba(18, 35, 54, 0.96), rgba(11, 23, 39, 0.92));
}

.home-panel__body {
  display: grid;
  gap: 0.6rem;
}

.home-panel__eyebrow {
  margin: 0;
  color: rgba(76, 177, 255, 0.92);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-panel__title {
  margin: 0;
  color: var(--color-white);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-family: "Manrope", "Open Sans", sans-serif;
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.home-panel__copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
}

.home-owner-band {
  padding-top: 2.5rem;
}

.home-owner-band__panel {
  background:
    linear-gradient(90deg, rgba(10, 34, 66, 0.98), rgba(15, 42, 78, 0.96)),
    #10253f;
}

.hero-split .info-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1);
}

.hero-split .info-card__title,
.info-card--dark .info-card__title,
.hero-split .info-card__copy,
.hero-split .kicker-list li {
  color: var(--color-white);
}

.hero-split .kicker-list li::before {
  background: #f3cd98;
}

.stack {
  display: grid;
  gap: 1rem;
}

.stack--large {
  gap: 1.5rem;
}

.content-block {
  display: grid;
  gap: 1rem;
}

.content-block p {
  margin: 0;
  color: var(--color-text-muted);
}

.content-block h2 {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  color: var(--color-text);
}

.content-block h3 {
  font-size: 2rem;
  color: var(--color-text);
}

.success-wrap {
  padding: var(--section-space) 0;
}

.success-panel {
  max-width: 48rem;
  margin: 0 auto;
  padding: clamp(2rem, 6vw, 3rem);
}

.success-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 0.5rem;
}

.utility-hidden {
  display: none !important;
}

.text-center {
  text-align: center;
}

.white {
  color: var(--color-white);
}

.light_gray {
  color: rgba(255, 255, 255, 0.72);
}

iframe {
  max-width: 100%;
}

@media (max-width: 639px) {
  .small-1,
  .small-2,
  .small-3,
  .small-4,
  .small-5,
  .small-6,
  .small-7,
  .small-8,
  .small-9,
  .small-10,
  .small-11 {
    width: 100%;
  }
}

@media (min-width: 880px) {
  .site-nav-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 1.25rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .button--nav {
    width: auto;
    margin-left: 0.35rem;
  }

  .hero__content {
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.75fr);
  }

  .home-hero__content {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.92fr);
  }
}

@media (max-width: 879px) {
  .site-brand__tag {
    display: none;
  }
}

@media (max-width: 639px) {
  .site-shell,
  .row {
    width: min(100vw - 1.5rem, 1180px);
  }

  .site-header__inner {
    gap: 1rem;
  }

  .hero__headline {
    max-width: 9ch;
  }

  .home-hero {
    min-height: auto;
    padding-bottom: 8rem;
  }

  .home-hero__visual {
    min-height: 0;
    justify-content: center;
  }

  .home-panels {
    margin-top: -3.5rem;
  }

  .home-panel {
    grid-template-columns: 1fr;
    text-align: left;
    padding: 1.5rem;
  }

  .button,
  .button--secondary,
  .button--ghost,
  .button--light {
    width: 100%;
  }

  .button-group,
  .site-form__actions,
  .success-panel__actions {
    flex-direction: column;
    align-items: stretch;
  }
}
