:root {
  --color-background: #f6f3ee;
  --color-surface: #ffffff;
  --color-surface-muted: #ece5db;
  --color-text: #252e34;
  --color-text-soft: #5b656c;
  --color-heading: #171d21;
  --color-border: #d8cec0;
  --color-accent: #30363b;
  --color-accent-dark: #1f2529;
  --color-highlight: #c89a2b;
  --color-highlight-dark: #8d6319;
  --shadow-soft: 0 18px 40px rgba(22, 32, 41, 0.08);
  --radius-sm: 0.75rem;
  --radius-md: 1.25rem;
  --radius-lg: 1.75rem;
  --container-width: 72rem;
  --container-width-wide: 84rem;
  --font-body: "Aptos", "Segoe UI", Tahoma, sans-serif;
  --font-heading: "Iowan Old Style", "Palatino Linotype", "Book Antiqua",
    Georgia, serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--color-text);
  background:
    radial-gradient(circle at top right, rgba(185, 138, 68, 0.14), transparent 24rem),
    linear-gradient(180deg, #fbfaf7 0%, var(--color-background) 100%);
  line-height: 1.6;
}

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

a {
  color: var(--color-accent);
  text-decoration: none;
}

a:hover,
a:focus-visible {
  color: var(--color-accent-dark);
}

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  background: var(--color-heading);
  color: #fff;
  border-radius: var(--radius-sm);
}

.skip-link:focus {
  top: 1rem;
}

.container {
  width: min(calc(100% - 2rem), var(--container-width));
  margin: 0 auto;
}

.container--wide {
  width: min(calc(100% - 2rem), var(--container-width-wide));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(251, 250, 247, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(216, 206, 192, 0.7);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 5.75rem;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  color: var(--color-heading);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.site-brand__logo {
  display: block;
  width: auto;
  height: 3.5rem;
  max-width: min(18rem, 72vw);
}

.nav-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.28rem;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: var(--color-surface);
  color: var(--color-heading);
}

.nav-toggle span {
  width: 1.1rem;
  height: 2px;
  margin: 0 auto;
  background: currentColor;
  border-radius: 999px;
}

.site-nav {
  position: absolute;
  inset: calc(100% + 0.75rem) 1rem auto 1rem;
  display: none;
  padding: 1rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow-soft);
}

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

.site-nav ul {
  display: grid;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav a {
  display: block;
  padding: 0.75rem 0.9rem;
  border-radius: var(--radius-sm);
  color: var(--color-text);
  font-weight: 600;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-active {
  background: var(--color-surface-muted);
  color: var(--color-heading);
}

.hero,
.page-banner,
.section {
  padding: 4.5rem 0;
}

.hero {
  padding-top: 4.5rem;
}

.hero--home {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.hero--home::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(250, 246, 239, 0.98) 0%, rgba(250, 246, 239, 0.92) 22%, rgba(250, 246, 239, 0.68) 42%, rgba(250, 246, 239, 0.28) 68%, rgba(250, 246, 239, 0.16) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(130, 92, 0, 0.06) 100%),
    url("../assets/hero-banner.png") center center / cover no-repeat;
}

.hero--home::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 8rem;
  z-index: -1;
  background: linear-gradient(180deg, rgba(246, 243, 238, 0) 0%, rgba(246, 243, 238, 0.96) 100%);
}

.hero__grid,
.split-layout {
  display: grid;
  gap: 2rem;
}

.hero--home .hero__grid {
  position: relative;
  align-items: center;
  min-height: clamp(24rem, 46vw, 36rem);
}

.hero__content h1,
.page-banner h1,
.section-heading h2,
.split-layout h2,
.info-card h2,
.service-panel h2 {
  margin: 0;
  font-family: var(--font-heading);
  color: var(--color-heading);
  line-height: 1.1;
}

.hero__content h1,
.page-banner h1 {
  font-size: clamp(2.3rem, 6vw, 4.4rem);
  max-width: 12ch;
}

body[data-page="about"] .page-banner h1 {
  max-width: none;
}

body[data-page="about"] .page-banner h1 > span {
  display: block;
}

body[data-page="about"] .page-title__accent {
  position: relative;
  display: inline-block;
  z-index: 0;
}

body[data-page="about"] .page-title__accent::after {
  content: "";
  position: absolute;
  left: -0.12em;
  right: -0.14em;
  bottom: -0.02em;
  height: 0.28em;
  z-index: -1;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 28' preserveAspectRatio='none'%3E%3Cpath fill='%23c89a2b' d='M3 17c9-2 18-2 29-3 21-1 40-1 60 0 20 1 39 3 65 1l-1 7c-23 2-45 1-65 0-21-1-40-1-60 0-11 1-20 2-30 4z'/%3E%3Cpath fill='%23c89a2b' fill-opacity='.85' d='M9 12c14-2 28-3 43-4 25-1 50-1 79 0 11 1 20 1 26 0l-2 5c-5 1-13 1-23 0-29-1-55-1-80 0-15 1-28 2-42 4z'/%3E%3Cpath fill='%23c89a2b' fill-opacity='.45' d='M20 23c8-1 18-1 29-1 26 0 54 1 88 0 8 0 14-1 18-2l-2 4c-4 1-10 2-18 2-34 1-62 0-88 0-11 0-21 0-29 1z'/%3E%3C/svg%3E")
      center / 100% 100% no-repeat;
  transform: rotate(-1.2deg);
  opacity: 0.98;
  pointer-events: none;
}

body[data-page="about"] .page-banner {
  padding-bottom: 1.25rem;
}

body[data-page="about"] .page-banner .page-banner__lead:last-of-type {
  margin-bottom: 0;
}

body[data-page="about"] .page-banner + .section {
  padding-top: 0.75rem;
}

body[data-page="contact"] .page-banner {
  padding-top: 2rem;
  padding-bottom: 0.5rem;
}

body[data-page="contact"] .page-banner + .section {
  padding-top: 0;
}

.hero__lead,
.page-banner__lead,
.section-heading p {
  color: var(--color-text-soft);
  font-size: 1.05rem;
  max-width: 42rem;
}

.hero--home .hero__content {
  position: relative;
  z-index: 1;
  max-width: 39rem;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.hero--home .hero__content h1 {
  max-width: 16ch;
}

.hero--home .hero__lead {
  max-width: 36rem;
}

.hero--home .button--secondary {
  background: rgba(251, 250, 247, 0.8);
  border-color: rgba(23, 29, 33, 0.14);
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--color-highlight-dark);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}


.info-card,
.process-step,
.service-panel,
.trust-item,
.leader-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(216, 206, 192, 0.8);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.info-card,
.service-panel,
.trust-item,
.leader-card {
  padding: 1.6rem;
}

.info-card h2,
.info-card h3,
.process-step h3,
.service-panel h2,
.trust-item h3,
.leader-card h3 {
  margin-top: 0;
  color: var(--color-heading);
}

.info-card h3:last-child {
  margin-bottom: 0;
}

.contact-panel {
  max-width: 68rem;
  margin: 0 auto;
  padding: clamp(1.8rem, 3.2vw, 2.75rem);
  background:
    radial-gradient(circle at top right, rgba(200, 154, 43, 0.16) 0%, rgba(200, 154, 43, 0) 19rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(243, 237, 228, 0.98) 100%);
  border: 1px solid rgba(216, 206, 192, 0.9);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.contact-panel__head {
  text-align: center;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(216, 206, 192, 0.82);
}

.contact-panel__email {
  margin: 0;
}

.contact-panel__email a {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 5vw, 3.9rem);
  line-height: 1;
  color: var(--color-heading);
  overflow-wrap: anywhere;
}

.contact-panel__email a:hover,
.contact-panel__email a:focus-visible {
  color: var(--color-accent-dark);
}

.contact-panel__locations {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.contact-location {
  padding: 1.35rem 1.4rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(216, 206, 192, 0.82);
  border-radius: calc(var(--radius-lg) - 0.35rem);
}

.contact-address {
  margin: 0;
  font-style: normal;
  color: var(--color-heading);
  line-height: 1.7;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.75rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.8rem 1.25rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  text-align: center;
}

.button--primary {
  background: var(--color-accent);
  color: #fff;
}

.button--primary:hover,
.button--primary:focus-visible {
  background: var(--color-accent-dark);
  color: #fff;
}

.button--secondary {
  background: transparent;
  border-color: var(--color-border);
  color: var(--color-heading);
}

.button--secondary:hover,
.button--secondary:focus-visible {
  background: var(--color-surface-muted);
  color: var(--color-heading);
}

.section--muted {
  background: linear-gradient(180deg, rgba(236, 229, 219, 0.6) 0%, rgba(236, 229, 219, 0.25) 100%);
  border-top: 1px solid rgba(216, 206, 192, 0.65);
  border-bottom: 1px solid rgba(216, 206, 192, 0.65);
}

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

.card-grid {
  display: grid;
  gap: 1.25rem;
}

.trust-grid {
  align-items: stretch;
}

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

.detail-list {
  margin: 1rem 0 0;
  padding-left: 1.1rem;
}

.detail-list li + li {
  margin-top: 0.7rem;
}

.service-panel p:last-of-type {
  margin-bottom: 0;
}

.leader-card__meta {
  margin-top: -0.35rem;
  margin-bottom: 1rem;
  color: var(--color-highlight-dark);
  font-weight: 700;
}

.check-list {
  display: grid;
  gap: 1rem;
}

.check-list p {
  position: relative;
  margin: 0;
  padding-left: 1.6rem;
}

.check-list p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  background: var(--color-highlight);
}

.process-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1.3rem 1.4rem;
}

.process-step span {
  display: inline-grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: var(--color-heading);
  color: #fff;
  font-weight: 700;
}

.cta-panel {
  display: grid;
  gap: 1.5rem;
  padding: 2rem;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at top right, rgba(200, 154, 43, 0.18) 0%, rgba(200, 154, 43, 0) 18rem),
    linear-gradient(135deg, rgba(48, 54, 59, 0.98) 0%, rgba(31, 37, 41, 0.98) 100%);
  color: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
}

.cta-panel h2 {
  margin: 0;
  color: #fff;
  font-family: var(--font-heading);
  line-height: 1.1;
}

.cta-panel .eyebrow {
  color: rgba(255, 255, 255, 0.76);
}

.cta-panel .button-row {
  margin-top: 0;
}

.button--light {
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.button--light:hover,
.button--light:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.site-footer {
  padding: 2rem 0 3rem;
  background: #1f2529;
  color: rgba(255, 255, 255, 0.78);
}

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

.site-footer__brand {
  display: inline-block;
  width: 2.3rem;
  height: 4.7rem;
  margin: 0;
  background: url("../assets/forza-logo.png") left center / auto 4.7rem no-repeat;
  overflow: hidden;
}

.site-footer__contact {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 0.35rem;
}

.site-footer__contact a {
  color: rgba(255, 255, 255, 0.92);
}

.site-footer__contact a:hover,
.site-footer__contact a:focus-visible {
  color: #fff;
}

.site-footer__meta {
  margin: 0;
}

@media (min-width: 48rem) {
  body[data-page="about"] .page-banner h1 {
    font-size: clamp(2.3rem, 5vw, 4.1rem);
  }

  .site-brand__logo {
    height: 4.05rem;
    max-width: 20.625rem;
  }

  .nav-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .site-nav ul {
    display: flex;
    align-items: center;
  }

  .split-layout {
    grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 1fr);
    align-items: start;
  }

  .contact-panel__locations {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .card-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .card-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-panel {
    grid-template-columns: minmax(0, 1.3fr) auto;
    align-items: center;
  }

  .site-footer__inner {
    grid-template-columns: 1fr auto;
    align-items: end;
  }
}
