/* ============================================================
   COVENANT HOME MANAGEMENT — Brand Stylesheet
   Premium umbrella brand · Cape Coral, FL
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;0,800;1,600&family=Inter:wght@400;500;600;700&display=swap');

/* ---- Tokens ---- */
:root {
  --navy:           #0c1628;
  --navy-mid:       #12233a;
  --navy-card:      #162035;
  --navy-light:     #1e2d47;
  --green:          #1a3d2b;
  --green-mid:      #22503a;
  --green-bright:   #2d7a52;
  --gold:           #c9a55a;
  --gold-dark:      #a5873c;
  --gold-light:     #e2c882;
  --white:          #ffffff;
  --off-white:      #f6f4ef;
  --text:           #1e2535;
  --text-muted:     #6b7a99;
  --text-light:     rgba(255,255,255,0.82);
  --text-xlight:    rgba(255,255,255,0.52);
  --border:         #ddd8cc;
  --border-dark:    rgba(255,255,255,0.08);

  --display: 'Playfair Display', Georgia, serif;
  --body:    'Inter', system-ui, -apple-system, sans-serif;

  --max:     1140px;
  --r:       10px;
  --rl:      16px;
  --ease:    0.24s ease;
}

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--body);
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ---- Layout ---- */
.container { max-width: var(--max); margin: 0 auto; padding: 0 1.75rem; }
.section    { padding: 5rem 0; }

/* ---- Typography helpers ---- */
.eyebrow {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: var(--gold);
  text-align: center;
  margin-bottom: 0.85rem;
}
.section-title {
  font-family: var(--display);
  font-size: clamp(1.85rem, 3.5vw, 2.7rem);
  font-weight: 700;
  line-height: 1.18;
  color: var(--navy);
  text-align: center;
  margin-bottom: 1rem;
}
.section-title--light { color: var(--white); }
.section-subtitle {
  text-align: center;
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto 3rem;
  font-size: 1.05rem;
  line-height: 1.75;
}
.section-subtitle--light { color: var(--text-light); }

/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.875rem 2rem;
  border-radius: var(--r);
  font-family: var(--body);
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.2px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: background var(--ease), color var(--ease), border-color var(--ease),
              transform var(--ease), box-shadow var(--ease);
  white-space: nowrap;
}
.btn--gold {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
}
.btn--gold:hover {
  background: var(--gold-dark);
  border-color: var(--gold-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(201,165,90,0.35);
}
.btn--outline-white {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.45);
}
.btn--outline-white:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.75);
}
.btn--outline-gold {
  background: transparent;
  color: var(--gold);
  border-color: var(--gold);
}
.btn--outline-gold:hover {
  background: var(--gold);
  color: var(--navy);
  transform: translateY(-2px);
}
.btn--navy {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}
.btn--navy:hover {
  background: var(--navy-mid);
  transform: translateY(-2px);
}
.btn--sm { padding: 0.625rem 1.4rem; font-size: 0.845rem; }


/* ============================================================
   HEADER / NAV
   ============================================================ */
.header {
  background: var(--navy);
  border-bottom: 1px solid var(--border-dark);
  box-shadow: 0 2px 24px rgba(0,0,0,0.28);
  position: sticky;
  top: 0;
  z-index: 300;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1.75rem;
  height: 72px;
}

/* Logo */
.nav__logo { display: flex; flex-direction: column; line-height: 1.15; flex-shrink: 0; }
.nav__logo-name {
  font-family: var(--display);
  color: var(--white);
  font-size: 1.15rem;
  font-weight: 700;
}
.nav__logo-tag {
  color: var(--gold);
  font-size: 0.63rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: 500;
}

/* Links */
.nav__links {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  flex: 1;
  justify-content: center;
}
.nav__links a {
  color: rgba(255,255,255,0.72);
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.45rem 0.95rem;
  border-radius: 6px;
  transition: background var(--ease), color var(--ease);
}
.nav__links a:hover,
.nav__links a.active {
  color: var(--white);
  background: rgba(255,255,255,0.07);
}
.nav__links a.active { font-weight: 600; }

/* CTA */
.nav__cta { flex-shrink: 0; }

/* Hamburger */
.nav__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 6px;
  transition: background var(--ease);
}
.nav__toggle:hover { background: rgba(255,255,255,0.07); }
.nav__toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: transform var(--ease), opacity var(--ease);
}
.nav__toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__toggle.open span:nth-child(2) { opacity: 0; }
.nav__toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }


/* ============================================================
   HERO — Home Page
   ============================================================
   To use a real photo: add background-image: url('../images/hero.jpg')
   to .hero — the overlay gradient is already layered on top.
   ============================================================ */
.hero {
  position: relative;
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(
      155deg,
      rgba(12, 22, 40, 0.96)  0%,
      rgba(22, 57, 39, 0.90) 55%,
      rgba(12, 22, 40, 0.96) 100%
    ),
    linear-gradient(135deg, #0c1628 0%, #1a3d2b 55%, #0d1f10 100%);
  background-size: cover;
  background-position: center;
}
.hero__glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 75% 55% at 65% 50%, rgba(45,122,82,0.16) 0%, transparent 70%),
    radial-gradient(ellipse 45% 70% at 15% 80%, rgba(201,165,90,0.05) 0%, transparent 60%);
  pointer-events: none;
}

.hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
}
.hero__content {
  max-width: 700px;
  padding: 5rem 0 4.5rem;
}
.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
}
.hero__eyebrow::before,
.hero__eyebrow::after {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background: var(--gold);
  opacity: 0.55;
}
.hero__title {
  font-family: var(--display);
  font-size: clamp(2.5rem, 6vw, 4.25rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.07;
  letter-spacing: -0.5px;
  margin-bottom: 1.5rem;
}
.hero__title em {
  font-style: normal;
  color: var(--gold);
}
.hero__subtitle {
  font-size: 1.1rem;
  color: var(--text-light);
  max-width: 520px;
  line-height: 1.8;
  margin-bottom: 2.5rem;
}
.hero__actions { display: flex; gap: 1rem; flex-wrap: wrap; }

.hero__scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-xlight);
  font-size: 0.68rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  animation: scrollBob 2.8s ease-in-out infinite;
}
.hero__scroll::after {
  content: '';
  width: 1px;
  height: 38px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.3), transparent);
}
@keyframes scrollBob {
  0%, 100% { opacity: 0.45; transform: translateX(-50%) translateY(0); }
  50%       { opacity: 0.9;  transform: translateX(-50%) translateY(7px); }
}


/* ============================================================
   PAGE HERO — Inner Pages
   ============================================================ */
.page-hero {
  background: linear-gradient(140deg, var(--navy) 0%, var(--green) 100%);
  padding: 4rem 1.75rem;
  text-align: center;
  border-bottom: 1px solid var(--border-dark);
}
.page-hero__eyebrow {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
}
.page-hero h1 {
  font-family: var(--display);
  font-size: clamp(2rem, 4.5vw, 3rem);
  color: var(--white);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 0.75rem;
}
.page-hero p {
  color: var(--text-light);
  font-size: 1.05rem;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
}


/* ============================================================
   WHO WE ARE
   ============================================================ */
.who-we-are { background: var(--white); }
.who-we-are__inner { max-width: 720px; margin: 0 auto; text-align: center; }
.who-we-are__divider {
  width: 56px;
  height: 3px;
  background: var(--gold);
  margin: 0 auto 2.25rem;
  border-radius: 2px;
}
.who-we-are__text {
  font-size: 1.08rem;
  color: var(--text-muted);
  line-height: 1.9;
}


/* ============================================================
   OUR BRANDS
   ============================================================ */
.brands { background: var(--off-white); }
.brands-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.brand-card {
  background: var(--navy-card);
  border-radius: var(--rl);
  padding: 2.75rem 2.25rem;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,0.06);
  border-top: 3px solid var(--green-bright);
  position: relative;
  overflow: hidden;
  transition: transform var(--ease), box-shadow var(--ease), border-top-color var(--ease);
}
.brand-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 55% at 50% 0%, rgba(45,122,82,0.12) 0%, transparent 65%);
  pointer-events: none;
}
.brand-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 56px rgba(0,0,0,0.38);
  border-top-color: var(--gold);
}
.brand-card__icon { font-size: 2.75rem; margin-bottom: 1.25rem; position: relative; }
.brand-card__name {
  font-family: var(--display);
  font-size: 1.65rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.6rem;
  line-height: 1.2;
  position: relative;
}
.brand-card__domain {
  font-size: 0.72rem;
  color: var(--gold);
  letter-spacing: 1.5px;
  font-weight: 500;
  margin-bottom: 1rem;
  position: relative;
}
.brand-card__desc {
  font-size: 0.96rem;
  color: var(--text-light);
  line-height: 1.75;
  flex: 1;
  margin-bottom: 2rem;
  position: relative;
}
.brand-card__cta { position: relative; align-self: flex-start; }


/* ============================================================
   VALUES STRIP
   ============================================================ */
.values-strip { background: var(--navy); }
.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.value-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2.25rem 1.25rem;
  border: 1px solid var(--border-dark);
  border-radius: var(--r);
  background: rgba(255,255,255,0.025);
  transition: background var(--ease), border-color var(--ease);
}
.value-item:hover {
  background: rgba(255,255,255,0.055);
  border-color: rgba(201,165,90,0.28);
}
.value-item__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(201,165,90,0.1);
  border: 1px solid rgba(201,165,90,0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.1rem;
  transition: background var(--ease), border-color var(--ease);
}
.value-item:hover .value-item__icon {
  background: rgba(201,165,90,0.18);
  border-color: rgba(201,165,90,0.45);
}
.value-item__title {
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0.5rem;
}
.value-item__text {
  font-size: 0.845rem;
  color: var(--text-xlight);
  line-height: 1.65;
}


/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
  background: linear-gradient(135deg, var(--green) 0%, var(--navy) 100%);
  padding: 5.5rem 1.75rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 65% 75% at 50% 50%, rgba(201,165,90,0.07) 0%, transparent 68%);
  pointer-events: none;
}
.cta-banner__inner { position: relative; }
.cta-banner__title {
  font-family: var(--display);
  font-size: clamp(1.9rem, 3.5vw, 2.85rem);
  color: var(--white);
  font-weight: 700;
  margin-bottom: 0.9rem;
  line-height: 1.2;
}
.cta-banner__subtitle {
  color: var(--text-light);
  font-size: 1.05rem;
  margin-bottom: 2.25rem;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.cta-banner__actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }


/* ============================================================
   ABOUT PAGE
   ============================================================ */
.about-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.about-block__eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.85rem;
}
.about-block__title {
  font-family: var(--display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--navy);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}
.about-block__text {
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.88;
  margin-bottom: 1rem;
}
.about-block__text:last-of-type { margin-bottom: 1.75rem; }

.about-visual {
  background: linear-gradient(145deg, var(--navy) 0%, var(--green) 100%);
  border-radius: var(--rl);
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3rem 2.25rem;
  position: relative;
  overflow: hidden;
}
.about-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 55% at 50% 35%, rgba(201,165,90,0.08) 0%, transparent 65%);
}
.about-visual__inner { position: relative; z-index: 1; }
.about-visual__icon { font-size: 4rem; margin-bottom: 1.25rem; }
.about-visual__quote {
  font-family: var(--display);
  font-style: italic;
  color: var(--white);
  font-size: 1.15rem;
  line-height: 1.65;
  opacity: 0.9;
}
.about-visual__attr {
  margin-top: 1rem;
  font-size: 0.78rem;
  color: var(--gold);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-style: normal;
}

/* Mission cards */
.mission-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.mission-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 2rem 1.5rem;
  text-align: center;
  transition: box-shadow var(--ease), transform var(--ease);
}
.mission-card:hover {
  box-shadow: 0 8px 32px rgba(12,22,40,0.1);
  transform: translateY(-3px);
}
.mission-card__icon { font-size: 2rem; margin-bottom: 0.85rem; }
.mission-card__title {
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.5rem;
}
.mission-card__text { font-size: 0.875rem; color: var(--text-muted); line-height: 1.7; }

/* Service area callout */
.service-area {
  background: var(--navy-card);
  border-radius: var(--r);
  padding: 2rem 2.5rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  border: 1px solid var(--border-dark);
  flex-wrap: wrap;
}
.service-area__icon { font-size: 2.75rem; flex-shrink: 0; }
.service-area h3 {
  font-family: var(--display);
  font-size: 1.2rem;
  color: var(--white);
  margin-bottom: 0.4rem;
}
.service-area p { color: var(--text-light); font-size: 0.9rem; line-height: 1.65; }
.service-area a { color: var(--gold); font-weight: 600; }


/* ============================================================
   SERVICES PAGE
   ============================================================ */
.service-overview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.service-overview-card {
  background: var(--navy-card);
  border-radius: var(--rl);
  padding: 3rem 2.5rem;
  border: 1px solid rgba(255,255,255,0.06);
  border-top: 4px solid var(--green-bright);
  position: relative;
  overflow: hidden;
  transition: transform var(--ease), box-shadow var(--ease), border-top-color var(--ease);
}
.service-overview-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(45,122,82,0.1) 0%, transparent 65%);
  pointer-events: none;
}
.service-overview-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 54px rgba(0,0,0,0.32);
  border-top-color: var(--gold);
}
.service-overview-card__icon { font-size: 2.75rem; margin-bottom: 1.25rem; position: relative; }
.service-overview-card__title {
  font-family: var(--display);
  font-size: 1.65rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.6rem;
  position: relative;
}
.service-overview-card__domain {
  font-size: 0.72rem;
  color: var(--gold);
  letter-spacing: 1.5px;
  font-weight: 500;
  margin-bottom: 1.1rem;
  position: relative;
}
.service-overview-card__desc {
  color: var(--text-light);
  font-size: 0.975rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  position: relative;
}
.service-overview-card__list { margin-bottom: 2rem; position: relative; }
.service-overview-card__list li {
  color: rgba(255,255,255,0.62);
  font-size: 0.875rem;
  padding: 0.3rem 0;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.service-overview-card__list li::before {
  content: '›';
  color: var(--gold);
  font-size: 1.1rem;
  font-weight: 700;
  flex-shrink: 0;
}
.service-overview-card__cta { position: relative; }


/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 3.5rem;
  align-items: start;
}
.contact-info__title {
  font-family: var(--display);
  font-size: 1.75rem;
  color: var(--navy);
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.contact-info__text {
  color: var(--text-muted);
  font-size: 0.975rem;
  line-height: 1.85;
  margin-bottom: 2.25rem;
}
.contact-details { display: flex; flex-direction: column; gap: 1.25rem; }
.contact-detail { display: flex; align-items: flex-start; gap: 1rem; }
.contact-detail__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--off-white);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.contact-detail__label {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--text-muted);
  margin-bottom: 0.2rem;
}
.contact-detail__value { font-size: 0.95rem; font-weight: 500; color: var(--text); }
.contact-detail__value a { color: var(--green-mid); transition: color var(--ease); }
.contact-detail__value a:hover { color: var(--navy); }

/* Form card */
.form-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--rl);
  padding: 2.5rem;
  box-shadow: 0 4px 28px rgba(12,22,40,0.08);
}
.form-card__title {
  font-family: var(--display);
  font-size: 1.35rem;
  color: var(--navy);
  font-weight: 700;
  margin-bottom: 1.75rem;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { margin-bottom: 1.15rem; }
.form-group label {
  display: block;
  font-size: 0.815rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 0.45rem;
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 0.75rem 1.1rem;
  border: 1.5px solid var(--border);
  border-radius: var(--r);
  font-size: 0.925rem;
  font-family: var(--body);
  color: var(--text);
  background: var(--white);
  transition: border-color var(--ease), box-shadow var(--ease);
  appearance: none;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--green-bright);
  box-shadow: 0 0 0 3px rgba(45,122,82,0.12);
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: #bcc4cc; }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b7a99' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}
.form__submit { width: 100%; margin-top: 0.5rem; }
.form__note { font-size: 0.78rem; color: var(--text-muted); margin-top: 0.75rem; text-align: center; }
.form-success {
  display: none;
  background: #f0faf4;
  border: 1px solid #b8e0c8;
  border-left: 4px solid var(--green-bright);
  border-radius: var(--r);
  padding: 1.25rem 1.5rem;
  margin-top: 1rem;
  color: var(--green);
  font-weight: 500;
  font-size: 0.95rem;
}
.form-success.visible { display: block; }


/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--navy);
  color: var(--text-xlight);
  border-top: 1px solid var(--border-dark);
  margin-top: auto;
}
.footer__main {
  max-width: var(--max);
  margin: 0 auto;
  padding: 3.5rem 1.75rem 2.5rem;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 2.5rem;
  border-bottom: 1px solid var(--border-dark);
}
.footer__brand-name {
  font-family: var(--display);
  color: var(--white);
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}
.footer__brand-tag {
  font-size: 0.63rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 0.9rem;
}
.footer__brand-desc {
  font-size: 0.855rem;
  line-height: 1.78;
  max-width: 280px;
}
.footer__col-title {
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 1.1rem;
}
.footer__links { display: flex; flex-direction: column; gap: 0.5rem; }
.footer__links a {
  font-size: 0.875rem;
  color: var(--text-xlight);
  transition: color var(--ease);
}
.footer__links a:hover { color: var(--gold); }
.footer__contact-item { font-size: 0.875rem; margin-bottom: 0.55rem; line-height: 1.5; }
.footer__contact-item a { color: var(--text-xlight); transition: color var(--ease); }
.footer__contact-item a:hover { color: var(--gold); }

.footer__bottom {
  max-width: var(--max);
  margin: 0 auto;
  padding: 1.25rem 1.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.78rem;
}
.footer__bottom-right { color: var(--text-xlight); }


/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 960px) {
  .brands-grid           { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
  .values-grid           { grid-template-columns: 1fr 1fr; }
  .about-block           { grid-template-columns: 1fr; }
  .about-visual          { min-height: 240px; }
  .mission-grid          { grid-template-columns: 1fr; }
  .service-overview-grid { grid-template-columns: 1fr; max-width: 600px; margin: 0 auto; }
  .contact-layout        { grid-template-columns: 1fr; }
  .footer__main          { grid-template-columns: 1fr; gap: 2rem; }
  .footer__bottom        { flex-direction: column; gap: 0.4rem; text-align: center; }
}

@media (max-width: 768px) {
  .section { padding: 3.5rem 0; }

  /* Mobile nav */
  .nav__toggle { display: flex; }
  .nav__cta    { display: none; }
  .header      { position: relative; }
  .nav__links {
    display: none;
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: var(--navy);
    padding: 0.5rem 1.75rem 1.25rem;
    border-bottom: 1px solid var(--border-dark);
    box-shadow: 0 10px 28px rgba(0,0,0,0.3);
    z-index: 299;
    gap: 0;
  }
  .nav__links.open { display: flex; }
  .nav__links a {
    padding: 0.8rem 0.5rem;
    border-bottom: 1px solid var(--border-dark);
    border-radius: 0;
    font-size: 0.975rem;
  }
  .nav__links a:last-child { border-bottom: none; }

  .hero { min-height: auto; }
  .hero__content { padding: 4rem 0 3.5rem; }
  .hero__actions { flex-direction: column; align-items: flex-start; }
  .form-row { grid-template-columns: 1fr; }
  .service-area { padding: 1.5rem; flex-direction: column; gap: 1rem; }
}

@media (max-width: 480px) {
  .values-grid { grid-template-columns: 1fr; }
  .form-card   { padding: 1.75rem 1.25rem; }
  .cta-banner  { padding: 4rem 1.25rem; }
  .cta-banner__actions { flex-direction: column; align-items: center; }
  .hero__scroll { display: none; }
}
