:root {
  --sage: #cacf9a;
  --sage-deep: #b5bc7e;
  --navy: #243155;
  --navy-soft: #2a3b5f;
  --ink: #1a2238;
  --ink-muted: #4a5674;
  --gold: #ffbb00;
  --gold-soft: #f0e68c;
  --teal: #296d81;
  --cream: #f7f4e8;
  --cream-deep: #efe9d4;
  --line: rgba(36, 49, 85, 0.12);
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(36, 49, 85, 0.12);
  --radius: 18px;
  --font-display: "Literata", "Georgia", serif;
  --font-body: "Manrope", system-ui, sans-serif;
  --header-h: 72px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(202, 207, 154, 0.35), transparent 60%),
    radial-gradient(900px 500px at 100% 20%, rgba(255, 187, 0, 0.12), transparent 55%),
    linear-gradient(180deg, #fbfaf4 0%, var(--cream) 40%, #f3f0e3 100%);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: var(--header-h);
  display: flex;
  align-items: center;
  transition: background 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;
}

.site-header.is-scrolled {
  background: rgba(202, 207, 154, 0.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 30px rgba(36, 49, 85, 0.08);
}

.header-inner {
  width: min(1200px, calc(100% - 2rem));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.brand img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--cream);
}

.brand span {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--navy);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.site-nav a {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--navy);
  opacity: 0.85;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.site-nav a:hover {
  opacity: 1;
  color: var(--teal);
}

.nav-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  background: var(--navy);
  color: var(--gold) !important;
  border: 1px solid var(--sage);
  opacity: 1 !important;
  overflow: hidden;
  isolation: isolate;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--navy);
  position: absolute;
  left: 11px;
  transition: transform 0.25s ease;
}

.nav-toggle span {
  top: 21px;
}

.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  left: 0;
}

.nav-toggle span::before {
  top: -7px;
}

.nav-toggle span::after {
  top: 7px;
}

/* Hero */
.hero {
  position: relative;
  display: grid;
  color: var(--gold-soft);
  background: #1a2238;
}

.hero__media,
.hero__content {
  grid-area: 1 / 1;
}

.hero__media {
  position: relative;
  width: 100%;
  align-self: stretch;
}

.hero__media > img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}

.hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(26, 34, 56, 0.72) 8%, rgba(36, 49, 85, 0.28) 48%, rgba(26, 34, 56, 0.5) 100%),
    linear-gradient(transparent 45%, rgba(26, 34, 56, 0.82) 100%);
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 1;
  align-self: end;
  justify-self: center;
  width: min(1120px, calc(100% - 2.5rem));
  max-width: 100%;
  min-width: 0;
  margin: 0 auto;
  padding: calc(var(--header-h) + 1.5rem) 0 3.5rem;
  line-height: 1.55;
  box-sizing: border-box;
}

.hero__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.5rem;
  max-width: 100%;
  animation: rise 0.9s ease both;
}

.hero__brand img {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.hero__brand-name {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
  overflow-wrap: anywhere;
  min-width: 0;
}

.hero h1 {
  max-width: 16ch;
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5.2vw, 3.6rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.03em;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
  animation: rise 0.9s ease 0.12s both;
  overflow-wrap: anywhere;
}

.hero__lead {
  max-width: 38ch;
  margin: 0 0 2rem;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  color: #f7f1c8;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
  animation: rise 0.9s ease 0.22s both;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  animation: rise 0.9s ease 0.32s both;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 48px;
  padding: 0.75rem 1.35rem;
  border-radius: 999px;
  border: 2px solid transparent;
  font-weight: 700;
  cursor: pointer;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn::after,
.nav-cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  width: 55%;
  height: 100%;
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(255, 255, 255, 0.15) 35%,
    rgba(255, 255, 255, 0.55) 50%,
    rgba(255, 255, 255, 0.15) 65%,
    transparent 100%
  );
  transform: skewX(-22deg);
  animation: btnShine 3.2s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

@keyframes btnShine {
  0%,
  55% {
    left: -130%;
  }
  100% {
    left: 140%;
  }
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--sm {
  min-height: 42px;
  padding: 0.55rem 1.15rem;
  font-size: 0.92rem;
  margin-top: 0.35rem;
}

.btn--primary {
  background: var(--sage);
  color: var(--navy);
  border-color: var(--gold);
}

.btn--secondary {
  background: var(--navy);
  color: var(--gold);
  border-color: var(--sage);
}

.btn--ghost {
  background: transparent;
  color: var(--navy);
  border-color: rgba(36, 49, 85, 0.25);
}

.btn--gold {
  background: var(--gold);
  color: var(--navy);
}

/* Sections */
section {
  padding: 5.5rem 0;
}

.section-head {
  max-width: 40rem;
  margin-bottom: 2.75rem;
}

.section-head--center {
  margin-inline: auto;
  text-align: center;
}

.eyebrow {
  margin: 0 0 0.7rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal);
}

h2 {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.4vw, 2.7rem);
  font-weight: 650;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--navy);
}

.section-head p,
.lead {
  margin: 0;
  color: var(--ink-muted);
  font-size: 1.08rem;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* About */
.about {
  position: relative;
}

/* About */
.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.about-quote {
  margin: 0 0 2.5rem;
  max-width: 28ch;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.6vw, 2.65rem);
  font-weight: 650;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--navy);
}

.about-copy {
  max-width: 46rem;
}

.about-copy p {
  color: var(--ink-muted);
  font-size: 1.05rem;
}

.principles {
  display: grid;
  gap: 1.25rem;
  margin-top: 2rem;
}

.principle strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--navy);
}

.principle p {
  margin: 0;
}

/* Audience */
.audience {
  background: linear-gradient(180deg, transparent, rgba(202, 207, 154, 0.22), transparent);
}

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

.audience-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--line);
}

.audience-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.audience-index {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--gold);
  font-weight: 700;
  line-height: 1;
  min-width: 2rem;
}

.audience-list h3 {
  margin: 0 0 0.4rem;
  font-size: 1.15rem;
  color: var(--navy);
}

.audience-list p {
  margin: 0;
  color: var(--ink-muted);
}

/* Services */
.services-intro {
  max-width: 28rem;
  margin: 0 auto 2.5rem;
  text-align: center;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  color: var(--teal);
  line-height: 1.35;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 2rem;
}

.service {
  padding: 1.5rem 0;
  border-top: 1px solid var(--line);
}

.service h3 {
  margin: 0 0 0.6rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--navy);
}

.service p {
  margin: 0 0 0.85rem;
  color: var(--ink-muted);
}

.service ul {
  margin: 0 0 1rem;
  padding-left: 1.1rem;
  color: var(--ink-muted);
}

.service .btn {
  margin-top: 0.25rem;
}

/* Team */
.team {
  background: var(--navy);
  color: #e8ecf5;
}

.team .eyebrow {
  color: var(--sage);
}

.team h2,
.team .section-head p {
  color: #f4f6fb;
}

.team .section-head p {
  opacity: 0.8;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.team-grid--3 {
  grid-template-columns: repeat(3, 1fr);
  max-width: 920px;
  margin-inline: auto;
}

.member {
  text-align: left;
}

.member img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 1rem;
  border: 3px solid rgba(202, 207, 154, 0.45);
  transition: transform 0.35s ease, border-color 0.35s ease;
}

.member:hover img {
  transform: scale(1.03);
  border-color: var(--gold);
}

.member h3 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--gold-soft);
}

.member .role {
  margin: 0 0 0.75rem;
  font-size: 0.88rem;
  color: var(--sage);
}

.member .quote {
  margin: 0;
  font-size: 0.92rem;
  opacity: 0.85;
  line-height: 1.45;
}

/* FAQ section — dialog */
.faq-section {
  background:
    linear-gradient(135deg, rgba(41, 109, 129, 0.08), transparent 45%),
    linear-gradient(180deg, #f8f5ea, #f3f0e2);
}

.faq-dialog {
  max-width: 560px;
  margin: 0 auto;
  background: #fffdf7;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 420px;
}

.faq-dialog__head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1.1rem 1.25rem;
  background: linear-gradient(135deg, var(--navy), #31456f);
  color: #f7f1c8;
}

.faq-dialog__avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--sage);
  color: var(--navy);
  display: grid;
  place-items: center;
  font-size: 0.8rem;
  font-weight: 800;
  flex-shrink: 0;
}

.faq-dialog__head strong {
  display: block;
  font-size: 0.98rem;
}

.faq-dialog__head span {
  display: block;
  font-size: 0.78rem;
  color: var(--sage);
  margin-top: 0.15rem;
}

.faq-dialog__messages {
  flex: 1;
  min-height: 260px;
  max-height: 360px;
  overflow-y: auto;
  padding: 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background:
    radial-gradient(circle at 0 0, rgba(202, 207, 154, 0.28), transparent 45%),
    #fffdf7;
}

.faq-dialog__messages .chat-message {
  max-width: 88%;
  border-radius: 14px;
  padding: 0.8rem 0.95rem;
  font-size: 0.95rem;
  line-height: 1.45;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.faq-dialog__messages .chat-message.bot {
  align-self: flex-start;
  background: rgba(202, 207, 154, 0.4);
  color: var(--navy);
  border-bottom-left-radius: 5px;
}

.faq-dialog__messages .chat-message.user {
  align-self: flex-end;
  background: var(--navy);
  color: #f5f7fb;
  border-bottom-right-radius: 5px;
}

.faq-dialog__form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.55rem;
  padding: 0.9rem 1rem 1.1rem;
  border-top: 1px solid var(--line);
  background: #fff;
}

.faq-dialog__input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.75rem 1rem;
  outline: none;
  background: #fff;
  color: var(--ink);
}

.faq-dialog__input:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(41, 109, 129, 0.12);
}

.faq-dialog__send {
  margin: 0;
}

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2.5rem;
}

.contact-links {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.contact-links a,
.contact-links span {
  font-weight: 700;
  color: var(--teal);
}

.contact-form {
  display: grid;
  gap: 0.9rem;
}

.contact-form label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--navy-soft);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  padding: 0.85rem 1rem;
  color: var(--ink);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(41, 109, 129, 0.15);
}

.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.form-note {
  margin: 0;
  font-size: 0.82rem;
  color: var(--ink-muted);
}

.form-status {
  min-height: 1.2em;
  font-size: 0.9rem;
}

.form-status[data-state="ok"] {
  color: var(--teal);
}

.form-status[data-state="error"] {
  color: #a33;
}

/* Footer */
.site-footer {
  padding: 2.5rem 0 7rem;
  border-top: 1px solid var(--line);
  color: var(--ink-muted);
  font-size: 0.9rem;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--navy);
  font-weight: 700;
}

.footer-brand img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.footer-copy {
  margin: 0;
  max-width: 36rem;
  text-align: right;
}

/* FAQ Bot */
.faq-bot {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 80;
  font-family: var(--font-body);
}

.faq-bot__toggle {
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold);
  cursor: pointer;
  box-shadow: var(--shadow);
  display: grid;
  place-items: center;
  transition: transform 0.2s ease, background 0.2s ease;
}

.faq-bot__toggle:hover {
  transform: scale(1.05);
  background: #1b2644;
}

.faq-bot__toggle svg {
  width: 28px;
  height: 28px;
}

.faq-bot__badge {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--gold);
  border: 2px solid var(--cream);
  animation: pulse 2s ease infinite;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}

.faq-bot.is-open .faq-bot__badge {
  display: none;
}

.faq-bot__panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.75rem);
  width: min(380px, calc(100vw - 2rem));
  height: min(560px, calc(100vh - 7rem));
  background: #fffdf7;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(0.98);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.faq-bot.is-open .faq-bot__panel {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.faq-bot__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1rem 0.85rem;
  background: linear-gradient(135deg, var(--navy), #31456f);
  color: #fff;
}

.faq-bot__head-title {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.faq-bot__head-title img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--cream);
}

.faq-bot__head strong {
  display: block;
  font-size: 0.95rem;
}

.faq-bot__head span {
  font-size: 0.75rem;
  opacity: 0.75;
}

.faq-bot__close {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
}

.faq-bot__messages {
  flex: 1;
  overflow-y: auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background:
    radial-gradient(circle at 0 0, rgba(202, 207, 154, 0.25), transparent 40%),
    #fffdf7;
}

.faq-bot__msg {
  max-width: 92%;
  padding: 0.8rem 0.95rem;
  border-radius: 16px;
  font-size: 0.92rem;
  line-height: 1.45;
}

.faq-bot__msg p {
  margin: 0;
}

.faq-bot__msg--bot {
  align-self: flex-start;
  background: rgba(202, 207, 154, 0.35);
  color: var(--navy);
  border-bottom-left-radius: 6px;
}

.faq-bot__msg--user {
  align-self: flex-end;
  background: var(--navy);
  color: #f5f7fb;
  border-bottom-right-radius: 6px;
}

.faq-bot__related {
  display: grid;
  gap: 0.4rem;
  margin-top: 0.7rem;
}

.faq-bot__related-btn {
  text-align: left;
  border: 1px solid rgba(36, 49, 85, 0.15);
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 0.45rem 0.6rem;
  font-size: 0.8rem;
  color: var(--teal);
  cursor: pointer;
}

.faq-bot__typing {
  display: inline-flex;
  gap: 0.35rem;
  align-items: center;
  min-height: 2.2rem;
}

.faq-bot__typing span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--navy-soft);
  animation: bounce 1s ease infinite;
}

.faq-bot__typing span:nth-child(2) {
  animation-delay: 0.15s;
}

.faq-bot__typing span:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes bounce {
  0%,
  80%,
  100% {
    transform: translateY(0);
    opacity: 0.4;
  }
  40% {
    transform: translateY(-4px);
    opacity: 1;
  }
}

.faq-bot__chips {
  display: flex;
  gap: 0.45rem;
  overflow-x: auto;
  padding: 0 1rem 0.65rem;
  scrollbar-width: none;
}

.faq-bot__chips::-webkit-scrollbar {
  display: none;
}

.faq-bot__chip {
  flex: 0 0 auto;
  border: 1px solid rgba(36, 49, 85, 0.15);
  background: #fff;
  border-radius: 999px;
  padding: 0.4rem 0.75rem;
  font-size: 0.75rem;
  color: var(--navy);
  cursor: pointer;
  white-space: nowrap;
}

.faq-bot__form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem;
  padding: 0.75rem 1rem 1rem;
  border-top: 1px solid var(--line);
  background: #fff;
}

.faq-bot__input {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.7rem 1rem;
  outline: none;
}

.faq-bot__input:focus {
  border-color: var(--teal);
}

.faq-bot__send {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy);
  cursor: pointer;
  font-weight: 800;
}

/* Responsive */
@media (max-width: 960px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .team-grid,
  .team-grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-header {
    background: rgba(26, 34, 56, 0.58);
    backdrop-filter: blur(12px);
  }

  .site-header .brand span {
    color: #f7f1c8;
    max-width: 12ch;
    font-size: 0.95rem;
  }

  .nav-toggle {
    display: block;
  }

  .nav-toggle span,
  .nav-toggle span::before,
  .nav-toggle span::after {
    background: #f7f1c8;
  }

  .site-header.is-scrolled {
    background: rgba(202, 207, 154, 0.95);
  }

  .site-header.is-scrolled .brand span {
    color: var(--navy);
  }

  .site-header.is-scrolled .nav-toggle span,
  .site-header.is-scrolled .nav-toggle span::before,
  .site-header.is-scrolled .nav-toggle span::after {
    background: var(--navy);
  }

  body.nav-open .site-header {
    background: rgba(202, 207, 154, 0.98);
  }

  body.nav-open .site-header .brand span {
    color: var(--navy);
  }

  body.nav-open .nav-toggle span,
  body.nav-open .nav-toggle span::before,
  body.nav-open .nav-toggle span::after {
    background: var(--navy);
  }

  .site-nav {
    position: fixed;
    inset: var(--header-h) 0 auto;
    background: rgba(202, 207, 154, 0.98);
    backdrop-filter: blur(10px);
    flex-direction: column;
    align-items: stretch;
    padding: 1rem 1.25rem 1.5rem;
    gap: 0.35rem;
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .site-nav.is-open {
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }

  .site-nav a {
    padding: 0.75rem 0.25rem;
    border-bottom: 1px solid rgba(36, 49, 85, 0.1);
  }

  .nav-cta {
    justify-content: center;
    margin-top: 0.5rem;
  }

  .hero__content {
    justify-self: stretch;
    width: 100%;
    max-width: 100%;
    padding: calc(var(--header-h) + 1.25rem) 1.25rem 2rem;
    text-align: center;
  }

  .hero__brand {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.65rem;
  }

  .hero__brand img {
    width: 52px;
    height: 52px;
  }

  .hero__brand-name {
    font-size: clamp(1.35rem, 6.5vw, 1.75rem);
  }

  .hero h1 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(1.35rem, 6.2vw, 1.85rem);
  }

  .hero__lead {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.95rem;
  }

  .hero__actions {
    justify-content: center;
  }

  .team-grid,
  .team-grid--3 {
    grid-template-columns: 1fr 1fr;
  }

  .footer-copy {
    text-align: left;
  }
}

@media (max-width: 480px) {
  .team-grid,
  .team-grid--3 {
    grid-template-columns: 1fr;
    max-width: 280px;
    margin-inline: auto;
  }

  .hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .faq-bot {
    right: 0.85rem;
    bottom: 0.85rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
