:root {
  --ink: #1e2930;
  --muted: #60727a;
  --paper: #fffaf4;
  --surface: #ffffff;
  --soft: #f3eadc;
  --mint: #d7efe8;
  --teal: #105060;
  --coral: #e86f61;
  --gold: #f2bd63;
  --sky: #e7f4f6;
  --line: rgba(30, 41, 48, 0.12);
  --shadow: 0 24px 70px rgba(30, 41, 48, 0.14);
  --font-display: "Amandine", "Cormorant Garamond", Georgia, serif;
  --font-body: "Trust", "Afacad", "Trebuchet MS", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.6;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

body.page-ready main {
  animation: pageEnter 420ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

body.page-exit main {
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 220ms ease,
    transform 220ms cubic-bezier(0.4, 0, 1, 1);
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(255, 250, 244, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 178px;
  letter-spacing: 0;
}

.brand img {
  width: 100%;
  height: auto;
}

.brand-mark,
.card-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: #fff;
  background: var(--teal);
  font-size: 0.82rem;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(16, 80, 96, 0.22);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 700;
  transition: color 180ms ease, background 180ms ease;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--ink);
  background: var(--soft);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: var(--surface);
  box-shadow: 0 10px 28px rgba(30, 41, 48, 0.12);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
  border-radius: 999px;
}

.hero,
.page-hero,
.section,
.cta-band {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.8fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
  padding: clamp(56px, 8vw, 88px) 0 44px;
}

.hero h1,
.page-hero h1 {
  max-width: 780px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3rem, 5.4vw, 5rem);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-text,
.page-hero p,
.two-column p {
  max-width: 640px;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-actions,
.cta-band {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 19px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button.primary {
  color: #fff;
  background: var(--teal);
  box-shadow: 0 16px 36px rgba(16, 80, 96, 0.24);
}

.button.ghost {
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
}

.hero-roadmap {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto auto 136px;
  gap: 14px;
  max-width: 440px;
  width: min(100%, 440px);
  justify-self: end;
  padding: clamp(22px, 3.4vw, 30px);
  border: 1px solid var(--line);
  border-radius: 32px;
  background:
    radial-gradient(circle at 22% 84%, rgba(215, 239, 232, 0.9), transparent 27%),
    radial-gradient(circle at 82% 18%, rgba(242, 189, 99, 0.54), transparent 26%),
    linear-gradient(145deg, #ffffff, var(--sky));
  box-shadow: var(--shadow);
  contain: layout paint;
  overflow-anchor: none;
}

.hero-roadmap::before {
  content: "";
  position: absolute;
  inset: -28%;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 30%, rgba(231, 244, 246, 0.9), transparent 25%),
    radial-gradient(circle at 76% 20%, rgba(242, 189, 99, 0.44), transparent 24%),
    radial-gradient(circle at 60% 86%, rgba(215, 239, 232, 0.8), transparent 29%);
  filter: blur(18px);
  opacity: 0.74;
  animation: ambientDrift 18s ease-in-out infinite alternate;
}

.roadmap-heading,
.roadmap-step,
.roadmap-note {
  border: 1px solid rgba(16, 80, 96, 0.12);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 38px rgba(16, 80, 96, 0.09);
  backdrop-filter: blur(14px);
}

.roadmap-heading {
  display: grid;
  gap: 10px;
  padding: 20px;
  border-radius: 26px;
}

.roadmap-heading span {
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.roadmap-heading h2 {
  font-size: clamp(1.85rem, 3.4vw, 2.55rem);
  line-height: 1;
}

.roadmap-track {
  position: absolute;
  left: clamp(42px, 10%, 58px);
  top: 152px;
  bottom: 106px;
  width: 2px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(16, 80, 96, 0.14);
}

.roadmap-track::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent, var(--gold), var(--teal), transparent);
  animation: pathShimmer 4.8s ease-in-out infinite;
}

.roadmap-milestones {
  display: grid;
  gap: 8px;
}

.roadmap-step {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 10px 13px;
  border-radius: 22px;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  text-align: left;
  transition: box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.roadmap-step span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  color: var(--teal);
  background: var(--mint);
  font-size: 0.8rem;
  box-shadow: 0 0 0 0 rgba(16, 80, 96, 0.16);
}

.roadmap-step:hover,
.roadmap-step:focus-visible,
.roadmap-step.active {
  border-color: rgba(16, 80, 96, 0.26);
  box-shadow: 0 18px 42px rgba(16, 80, 96, 0.14), inset 4px 0 0 var(--teal);
  background: rgba(255, 255, 255, 0.92);
}

.roadmap-step.active span,
.roadmap-step:hover span,
.roadmap-step:focus-visible span {
  color: #fff;
  background: var(--teal);
  animation: dotPulse 1.8s ease-in-out infinite;
}

.roadmap-note {
  height: 136px;
  margin: 0;
  padding: 18px;
  border-radius: 22px;
  color: var(--muted);
  font-weight: 500;
  line-height: 1.45;
  display: flex;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
  overflow-anchor: none;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto 48px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--surface);
  box-shadow: 0 18px 44px rgba(30, 41, 48, 0.08);
}

.trust-strip div {
  padding: 24px;
  border-right: 1px solid var(--line);
}

.trust-strip div:last-child {
  border-right: 0;
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip span {
  margin-top: 6px;
  color: var(--muted);
}

.section.announcement {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr minmax(280px, 0.72fr);
  gap: 24px;
  align-items: stretch;
  padding: clamp(28px, 5vw, 46px);
  border: 1px solid rgba(16, 80, 96, 0.14);
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(242, 189, 99, 0.34), transparent 34%),
    linear-gradient(135deg, #ffffff, var(--sky));
  box-shadow: 0 22px 58px rgba(16, 80, 96, 0.12);
}

.section.announcement::before,
.team-card.highlight::before,
.quote-panel::before,
.contact-card::before {
  content: "";
  position: absolute;
  inset: -28%;
  z-index: -1;
  background:
    radial-gradient(circle at 22% 34%, rgba(231, 244, 246, 0.86), transparent 27%),
    radial-gradient(circle at 78% 20%, rgba(242, 189, 99, 0.42), transparent 24%),
    radial-gradient(circle at 58% 86%, rgba(215, 239, 232, 0.72), transparent 27%);
  filter: blur(18px);
  opacity: 0.78;
  animation: ambientDrift 18s ease-in-out infinite alternate;
}

.section.announcement::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.68), rgba(255, 250, 244, 0.18));
  pointer-events: none;
}

.announcement-copy > p:not(.eyebrow) {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.announcement h2 {
  max-width: 620px;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  line-height: 1;
}

.announcement-team,
.office-stack {
  display: grid;
  gap: 14px;
}

.announcement-team article {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  align-content: center;
  align-items: center;
  min-height: 112px;
  padding: 22px;
  border: 1px solid rgba(16, 80, 96, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
}

.office-stack span {
  display: grid;
  align-content: center;
  min-height: 112px;
  padding: 22px;
  border: 1px solid rgba(16, 80, 96, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
}

.announcement-team img {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 12px 26px rgba(16, 80, 96, 0.16);
  transition: transform 260ms ease, border-radius 260ms ease;
}

.announcement-team strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
}

.announcement-team span,
.office-stack span {
  display: block;
  color: var(--muted);
}

.officer-hover,
.team-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.officer-hover::after,
.team-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 14px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--teal), var(--gold), var(--coral));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms ease;
  z-index: -1;
}

.officer-hover:hover,
.team-card:hover {
  transform: translateY(-6px);
  border-color: rgba(16, 80, 96, 0.28);
  box-shadow: 0 24px 58px rgba(16, 80, 96, 0.18);
}

.officer-hover:hover::after,
.team-card:hover::after {
  transform: scaleX(1);
}

.officer-hover:hover img,
.team-card:hover .team-photo {
  transform: scale(1.05) rotate(-1deg);
  border-radius: 28px;
}

.section {
  padding: 64px 0;
}

.two-column {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
}

h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.15rem, 4.2vw, 3.8rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 28px;
}

.section-heading h2 {
  max-width: 680px;
}

.carousel {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
}

.carousel-track {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border-radius: 28px;
}

.slide {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 56px);
  opacity: 0;
  transform: translateX(36px) scale(0.98);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(30, 41, 48, 0.1);
  transition: opacity 420ms ease, transform 420ms ease;
  pointer-events: none;
}

.slide.active {
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
}

.slide-kicker {
  display: inline-flex;
  width: max-content;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--teal);
  background: var(--mint);
  font-weight: 800;
}

.slide p,
.info-card p,
.feature-card p,
.review-card p,
.team-card p,
.team-card span,
.team-card small,
.contact-card span,
.form-note {
  color: var(--muted);
}

.review-summary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding: 11px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(30, 41, 48, 0.08);
}

.review-summary strong {
  font-size: 1.45rem;
}

.stars {
  color: var(--gold);
  font-size: 1.15rem;
}

.reviews-grid,
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.review-card,
.team-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(30, 41, 48, 0.08);
}

.info-card p,
.review-card p,
.team-card p {
  margin: 0;
}

.review-card::before {
  content: "\2605\2605\2605\2605\2605";
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 1.05rem;
}

.review-meta {
  display: grid;
  gap: 2px;
}

.review-meta span {
  color: var(--muted);
  font-size: 0.92rem;
}

.carousel-control {
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: #fff;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
  box-shadow: 0 12px 26px rgba(30, 41, 48, 0.1);
}

.carousel-dots {
  grid-column: 2;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 6px;
}

.carousel-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(18, 108, 102, 0.24);
  cursor: pointer;
}

.carousel-dots button.active {
  width: 28px;
  background: var(--teal);
}

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

.info-card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--surface);
  box-shadow: 0 16px 42px rgba(30, 41, 48, 0.08);
}

.info-card .card-icon {
  margin-bottom: 22px;
  background: var(--coral);
}

.info-card:nth-child(2n) .card-icon {
  background: var(--teal);
}

.info-card:nth-child(3n) .card-icon {
  color: var(--ink);
  background: var(--gold);
}

.cta-band {
  justify-content: space-between;
  margin-block: 48px 76px;
  padding: clamp(28px, 5vw, 44px);
  border-radius: 30px;
  color: #fff;
  background: #1e2930;
  box-shadow: var(--shadow);
}

.cta-band .eyebrow,
.cta-band h2 {
  color: #fff;
}

.cta-band h2 {
  font-size: clamp(2rem, 3.7vw, 3.2rem);
}

.cta-band .button.primary {
  color: var(--ink);
  background: var(--gold);
  box-shadow: none;
}

.page-hero {
  padding: 82px 0 24px;
}

.page-hero.compact {
  max-width: 900px;
}

.page-hero.split {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 0.52fr);
  gap: 28px;
  align-items: end;
}

.quote-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 30px;
  border-radius: 28px;
  background: var(--mint);
  box-shadow: 0 18px 42px rgba(16, 80, 96, 0.14);
}

.quote-panel p {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.05;
}

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

.feature-card h2 {
  font-size: clamp(1.75rem, 2.6vw, 2.6rem);
}

.timeline-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
}

.timeline-grid div {
  padding: 24px;
  border-right: 1px solid var(--line);
}

.timeline-grid div:last-child {
  border-right: 0;
}

.timeline-grid strong,
.timeline-grid span {
  display: block;
}

.timeline-grid span {
  margin-top: 8px;
  color: var(--muted);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.52fr);
  gap: 22px;
  align-items: start;
}

.contact-form,
.contact-card {
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(30, 41, 48, 0.08);
}

.contact-card {
  position: sticky;
  top: 112px;
  isolation: isolate;
  overflow: hidden;
}

.contact-form {
  display: grid;
  gap: 18px;
}

label {
  display: grid;
  gap: 8px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 14px 16px;
  color: var(--ink);
  background: #fffaf4;
  font: inherit;
}

textarea {
  resize: vertical;
}

.form-note {
  margin: 0;
  font-size: 0.9rem;
}

.form-note.success {
  color: var(--teal);
  font-weight: 800;
}

.form-note.error {
  color: #b8463b;
  font-weight: 800;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-list {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.contact-list p {
  margin: 0;
}

.contact-list strong,
.contact-list span {
  display: block;
}

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

.team-card {
  display: grid;
  gap: 9px;
}

.team-photo {
  width: 100%;
  aspect-ratio: 1 / 0.88;
  border-radius: 22px;
  object-fit: cover;
  object-position: center 24%;
  margin-bottom: 10px;
  box-shadow: 0 16px 34px rgba(16, 80, 96, 0.14);
  transition: transform 260ms ease, border-radius 260ms ease;
}

.team-card {
  align-content: start;
}

.team-card h3 {
  margin: 4px 0 0;
  font-size: 2rem;
}

.team-card p {
  margin: 0 0 4px;
  font-weight: 800;
}

.team-card a {
  color: var(--teal);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.address-lines {
  line-height: 1.45;
}

.team-card.highlight {
  background: linear-gradient(160deg, #ffffff, var(--sky));
  border-color: rgba(16, 80, 96, 0.2);
}

.team-card.highlight::before {
  opacity: 0.42;
  animation-duration: 22s;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(24px) scale(0.985);
  transition:
    opacity 720ms ease,
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.scroll-lift {
  transform: translateY(calc(var(--scroll-lift, 0) * -1px));
  transition: transform 120ms linear;
}

.office-pill {
  width: max-content;
  max-width: 100%;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--teal) !important;
  background: var(--mint);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.site-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(20px, 5vw, 72px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 16px;
  font-size: 0.95rem;
  font-weight: 700;
}

.footer-links a,
.text-link {
  color: var(--teal);
  text-decoration: underline;
  text-decoration-color: rgba(16, 80, 96, 0.28);
  text-underline-offset: 4px;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.footer-links a:hover,
.text-link:hover,
.legal-content a:hover {
  color: var(--coral);
  text-decoration-color: rgba(232, 111, 97, 0.45);
}

.notice-band {
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) minmax(260px, 1.25fr) auto;
  align-items: center;
  gap: clamp(18px, 3vw, 32px);
  margin: 0 clamp(20px, 5vw, 72px) clamp(56px, 8vw, 94px);
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(16, 80, 96, 0.14);
  border-radius: 34px;
  background:
    radial-gradient(circle at 10% 20%, rgba(215, 239, 232, 0.78), transparent 34%),
    radial-gradient(circle at 92% 8%, rgba(242, 189, 99, 0.23), transparent 36%),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 20px 55px rgba(30, 41, 48, 0.09);
}

.notice-band h2,
.notice-band p {
  margin: 0;
}

.notice-band h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 0.96;
}

.notice-band > p {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.legal-hero {
  margin: clamp(44px, 8vw, 84px) clamp(20px, 5vw, 72px) 0;
  padding: clamp(34px, 6vw, 68px);
  border: 1px solid rgba(16, 80, 96, 0.14);
  border-radius: 38px;
  background:
    radial-gradient(circle at 12% 16%, rgba(231, 244, 246, 0.95), transparent 34%),
    radial-gradient(circle at 88% 8%, rgba(242, 189, 99, 0.22), transparent 32%),
    rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.legal-hero.alert-hero {
  background:
    radial-gradient(circle at 14% 18%, rgba(215, 239, 232, 0.9), transparent 34%),
    radial-gradient(circle at 86% 10%, rgba(232, 111, 97, 0.16), transparent 34%),
    rgba(255, 255, 255, 0.74);
}

.legal-hero h1 {
  max-width: 760px;
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: clamp(3.4rem, 8vw, 7rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.legal-hero p:last-child {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.legal-content {
  max-width: 920px;
  margin: clamp(28px, 5vw, 56px) auto clamp(70px, 10vw, 116px);
  padding: 0 clamp(20px, 5vw, 40px);
}

.legal-content h2 {
  margin: 34px 0 8px;
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
  line-height: 1.12;
}

.legal-content p,
.legal-content li {
  color: var(--muted);
  font-size: clamp(1.03rem, 1.6vw, 1.2rem);
}

.legal-content p {
  margin: 0 0 14px;
}

.legal-content ul {
  margin: 10px 0 18px;
  padding-left: 22px;
}

.legal-content a {
  color: var(--teal);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(16, 80, 96, 0.28);
  text-underline-offset: 4px;
}

@keyframes ambientDrift {
  0% {
    transform: translate3d(-3%, -2%, 0) rotate(0deg) scale(1);
  }
  45% {
    transform: translate3d(3%, 4%, 0) rotate(8deg) scale(1.05);
  }
  100% {
    transform: translate3d(-1%, 5%, 0) rotate(-7deg) scale(1.02);
  }
}

@keyframes pathShimmer {
  0%,
  100% {
    transform: translateY(-100%);
    opacity: 0.2;
  }
  45%,
  55% {
    transform: translateY(100%);
    opacity: 1;
  }
}

@keyframes dotPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(16, 80, 96, 0.2);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(16, 80, 96, 0);
  }
}

@keyframes pageEnter {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal-on-scroll {
    opacity: 1;
    transform: none;
  }

  .scroll-lift {
    transform: none;
  }

  body.page-ready main,
  body.page-exit main {
    animation: none;
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 880px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    z-index: 80;
    inset: 75px 16px auto;
    display: grid;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--shadow);
    transform: translateY(-18px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  body.nav-open .site-nav {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .hero,
  .page-hero.split,
  .two-column,
  .section.announcement,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .contact-card {
    position: relative;
    top: auto;
  }

  .hero {
    min-height: auto;
    padding-top: 44px;
  }

  .hero-roadmap {
    justify-self: center;
    width: min(100%, 420px);
  }

  .trust-strip,
  .card-grid,
  .reviews-grid,
  .team-grid,
  .service-list,
  .timeline-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip div,
  .timeline-grid div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-strip div:last-child,
  .timeline-grid div:last-child {
    border-bottom: 0;
  }

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

  .carousel-control {
    position: absolute;
    z-index: 2;
    top: calc(50% - 23px);
  }

  .carousel-control.prev {
    left: 10px;
  }

  .carousel-control.next {
    right: 10px;
  }

  .carousel-dots {
    grid-column: 1;
  }

  .slide {
    padding-inline: 62px;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding-inline: 16px;
  }

  .brand {
    width: 158px;
  }

  .hero,
  .page-hero,
  .section,
  .cta-band,
  .trust-strip {
    width: min(100% - 28px, 1120px);
  }

  .section.announcement {
    width: min(100% - 28px, 1120px);
    padding: 44px 26px 34px;
    border-radius: 28px;
  }

  .announcement-team article {
    grid-template-columns: 64px 1fr;
    gap: 16px;
    padding: 26px 24px;
    border-radius: 22px;
  }

  .office-stack span {
    padding: 26px 24px;
    border-radius: 22px;
  }

  .announcement-team img {
    width: 64px;
    height: 64px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(2.8rem, 10.5vw, 3.35rem);
    line-height: 0.98;
  }

  .announcement h2,
  h2 {
    font-size: clamp(2.25rem, 9vw, 3rem);
    line-height: 1.02;
  }

  .roadmap-track {
    display: none;
  }

  .roadmap-heading,
  .roadmap-note {
    padding: 20px;
  }

  .roadmap-note {
    height: 176px;
  }

  .hero-roadmap {
    grid-template-rows: auto auto 176px;
  }

  .hero-actions,
  .cta-band {
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .slide {
    padding: 28px 24px 82px;
  }

  .carousel-control {
    top: auto;
    bottom: 18px;
  }

  .carousel-control.prev {
    left: 24px;
  }

  .carousel-control.next {
    right: 24px;
  }

  .site-footer {
    display: grid;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .notice-band {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .legal-hero {
    border-radius: 28px;
  }
}
