:root {
  --navy: #102a43;
  --navy-deep: #071b2c;
  --navy-soft: #173f5f;
  --terracotta: #d56b4c;
  --terracotta-dark: #b64e32;
  --cream: #f7f1e8;
  --cream-deep: #eadfce;
  --sage: #9cb7a4;
  --white: #ffffff;
  --ink: #17212b;
  --muted: #63707c;
  --line: #dfe5e8;
  --shadow: 0 24px 70px rgba(7, 27, 44, 0.13);
  --radius-lg: 30px;
  --radius-md: 18px;
  --radius-sm: 10px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body,
input,
select,
textarea,
button {
  font: inherit;
}

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

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

button,
input,
select,
textarea {
  border-radius: 0;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 9999;
  padding: 12px 18px;
  background: var(--white);
  color: var(--navy);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.skip-link:focus {
  top: 16px;
}

.topbar {
  background: var(--navy-deep);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
}

.topbar-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.topbar p {
  margin: 0;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(16, 42, 67, 0.08);
}

.nav-wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50% 50% 50% 12px;
  background: var(--terracotta);
  color: var(--white);
  font-weight: 900;
  letter-spacing: -0.04em;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand-copy strong {
  font-size: 1.2rem;
  color: var(--navy-deep);
  letter-spacing: -0.03em;
}

.brand-copy small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 30px);
  font-size: 0.92rem;
  font-weight: 700;
}

.main-nav > a:not(.nav-cta) {
  position: relative;
  padding-block: 28px;
}

.main-nav > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 21px;
  height: 2px;
  background: var(--terracotta);
  transition: right 180ms ease;
}

.main-nav > a:not(.nav-cta):hover::after,
.main-nav > a:not(.nav-cta):focus-visible::after {
  right: 0;
}

.nav-cta {
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--navy);
  color: var(--white);
  transition: transform 180ms ease, background 180ms ease;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  transform: translateY(-2px);
  background: var(--terracotta-dark);
}

.nav-toggle,
.nav-toggle-label {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(247, 241, 232, 0.98), rgba(255, 255, 255, 0.96)),
    repeating-linear-gradient(90deg, transparent 0 79px, rgba(16, 42, 67, 0.05) 80px);
}

.hero::before {
  content: "";
  position: absolute;
  width: 41%;
  height: 100%;
  right: 0;
  top: 0;
  background: var(--navy);
  clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 100%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.88fr);
  align-items: center;
  gap: 70px;
  padding-block: 92px;
}

.hero-content {
  max-width: 700px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--terracotta-dark);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow-light {
  color: #f1b7a5;
}

.hero h1,
.section-heading h2,
.us-intro h2,
.about-content h2,
.faq-intro h2,
.contact-copy h2 {
  margin: 0;
  color: var(--navy-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(3.25rem, 6.4vw, 6.25rem);
}

.hero h1 span {
  position: relative;
  color: var(--terracotta-dark);
  white-space: nowrap;
}

.hero h1 span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.05em;
  height: 0.12em;
  z-index: -1;
  background: rgba(156, 183, 164, 0.5);
}

.hero-lead {
  max-width: 670px;
  margin: 28px 0 0;
  color: #465563;
  font-size: 1.17rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
  cursor: pointer;
}

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

.button-primary {
  background: var(--terracotta);
  color: var(--white);
  box-shadow: 0 12px 30px rgba(213, 107, 76, 0.28);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--terracotta-dark);
}

.button-secondary {
  border-color: rgba(16, 42, 67, 0.2);
  color: var(--navy);
  background: rgba(255, 255, 255, 0.7);
}

.button-light {
  margin-top: 18px;
  background: var(--white);
  color: var(--navy-deep);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 34px;
  color: var(--navy);
  font-size: 0.85rem;
  font-weight: 750;
}

.hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-points span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sage);
}

.hero-visual {
  position: relative;
  min-height: 470px;
  display: grid;
  place-items: center;
}

.visual-card {
  position: absolute;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.main-card {
  width: min(100%, 410px);
  min-height: 450px;
  padding: 34px;
  color: var(--white);
  background:
    radial-gradient(circle at 85% 15%, rgba(255,255,255,0.16) 0 8%, transparent 8.5%),
    linear-gradient(145deg, #1b4f72, var(--navy-deep));
  transform: rotate(3deg);
}

.main-card::after {
  content: "ES";
  position: absolute;
  right: 24px;
  bottom: 4px;
  color: rgba(255, 255, 255, 0.055);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11rem;
  font-weight: 900;
  line-height: 1;
}

.card-topline,
.visual-meta {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.card-topline {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mini-logo {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50% 50% 50% 10px;
  background: var(--terracotta);
  color: var(--white);
}

.visual-label {
  position: relative;
  z-index: 2;
  margin: 75px 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.main-card h2 {
  position: relative;
  z-index: 2;
  margin: 4px 0 42px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.3rem;
  line-height: 1;
}

.route-line {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-block: 20px 55px;
}

.route-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--sage);
  box-shadow: 0 0 0 6px rgba(156, 183, 164, 0.16);
}

.route-track {
  width: 72%;
  height: 2px;
  margin-left: 10px;
  border-top: 2px dashed rgba(255, 255, 255, 0.38);
}

.route-plane {
  margin-left: -2px;
  color: #f1b7a5;
  font-size: 1.5rem;
}

.visual-meta {
  align-items: flex-end;
}

.visual-meta div {
  display: flex;
  flex-direction: column;
}

.visual-meta small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.visual-meta strong {
  margin-top: 4px;
  font-size: 0.95rem;
}

.accent-card {
  right: -22px;
  bottom: 4px;
  z-index: 5;
  width: 290px;
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px;
  background: var(--cream);
  color: var(--navy-deep);
  transform: rotate(-4deg);
}

.flag-mark {
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--terracotta);
  color: var(--white);
  font-weight: 900;
}

.accent-card div {
  display: flex;
  flex-direction: column;
}

.accent-card small {
  color: var(--muted);
}

.accent-card strong {
  margin-top: 3px;
  font-size: 0.93rem;
}

.stamp {
  position: absolute;
  top: -14px;
  right: 18px;
  z-index: 6;
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(241, 183, 165, 0.75);
  border-radius: 50%;
  color: #f1b7a5;
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-align: center;
  transform: rotate(12deg);
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero-orb-one {
  width: 260px;
  height: 260px;
  left: -120px;
  bottom: -145px;
  background: rgba(213, 107, 76, 0.1);
}

.hero-orb-two {
  width: 150px;
  height: 150px;
  right: 25%;
  top: -92px;
  border: 24px solid rgba(156, 183, 164, 0.13);
}

.trust-strip {
  background: var(--cream);
  border-block: 1px solid var(--cream-deep);
}

.trust-grid {
  min-height: 104px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.trust-grid div {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 24px;
  border-right: 1px solid var(--cream-deep);
}

.trust-grid div:first-child {
  padding-left: 0;
}

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

.trust-grid strong {
  color: var(--terracotta-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
}

.trust-grid span {
  color: var(--navy);
  font-size: 0.85rem;
  font-weight: 750;
  line-height: 1.35;
}

.section {
  padding-block: 110px;
}

.section-heading h2,
.us-intro h2,
.about-content h2,
.faq-intro h2,
.contact-copy h2 {
  font-size: clamp(2.4rem, 4.5vw, 4.4rem);
}

.split-heading {
  display: grid;
  grid-template-columns: 1.05fr 0.8fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 54px;
}

.split-heading > p {
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 1.03rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-card {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 34px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
  transition: transform 200ms ease, box-shadow 200ms ease, background 200ms ease;
}

.service-card:hover {
  z-index: 2;
  transform: translateY(-7px);
  box-shadow: 0 22px 60px rgba(16, 42, 67, 0.12);
}

.featured-service {
  background: var(--cream);
}

.service-number {
  position: absolute;
  right: 28px;
  top: 24px;
  color: #cbd3d9;
  font-size: 0.76rem;
  font-weight: 900;
}

.service-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 50% 50% 50% 12px;
  background: var(--navy);
  color: var(--white);
  font-size: 1.25rem;
}

.featured-service .service-icon {
  background: var(--terracotta);
}

.service-card h3 {
  margin: 0;
  color: var(--navy-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  line-height: 1.15;
}

.service-card p {
  margin: 17px 0 26px;
  color: var(--muted);
  font-size: 0.93rem;
}

.service-card a {
  margin-top: auto;
  color: var(--terracotta-dark);
  font-size: 0.84rem;
  font-weight: 850;
}

.service-card a span {
  display: inline-block;
  margin-left: 5px;
  transition: transform 180ms ease;
}

.service-card a:hover span {
  transform: translateX(5px);
}

.us-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--navy-deep);
}

.us-section::before {
  content: "USA";
  position: absolute;
  left: -30px;
  bottom: -58px;
  color: rgba(255, 255, 255, 0.025);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18rem;
  font-weight: 900;
  line-height: 0.8;
}

.us-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  align-items: center;
  gap: 80px;
}

.us-intro h2,
.contact-copy h2 {
  color: var(--white);
}

.us-intro > p:not(.eyebrow) {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.69);
  font-size: 1.05rem;
}

.us-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.us-card {
  min-height: 410px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
}

.us-card:first-child {
  transform: translateY(24px);
}

.us-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.us-card-head span {
  color: #f1b7a5;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.4rem;
  font-weight: 800;
}

.us-card-head small {
  max-width: 110px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.69rem;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-align: right;
  text-transform: uppercase;
}

.us-card h3 {
  margin: 28px 0 12px;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
}

.us-card p,
.us-card li {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
}

.us-card ul {
  display: grid;
  gap: 9px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.us-card li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.us-card li::before {
  content: "✓";
  color: var(--sage);
  font-weight: 900;
}

.process-section {
  background: var(--cream);
}

.centered-heading {
  max-width: 760px;
  margin: 0 auto 60px;
  text-align: center;
}

.centered-heading > p:last-child {
  max-width: 620px;
  margin: 20px auto 0;
  color: var(--muted);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.process-grid article {
  position: relative;
  padding: 32px 26px;
  border-top: 3px solid var(--navy);
  background: var(--white);
}

.process-grid article:nth-child(even) {
  border-top-color: var(--terracotta);
}

.process-grid span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 45px;
  border-radius: 50%;
  background: var(--cream);
  color: var(--terracotta-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 900;
}

.process-grid article:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -21px;
  top: 40px;
  z-index: 3;
  color: var(--sage);
  font-size: 1.2rem;
  font-weight: 900;
}

.process-grid h3 {
  margin: 0;
  color: var(--navy-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.process-grid p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 90px;
}

.about-visual {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border-radius: 260px 260px 26px 26px;
  background: var(--navy);
}

.about-visual::before,
.about-visual::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.about-visual::before {
  width: 250px;
  height: 250px;
  left: -70px;
  top: 120px;
  border: 34px solid rgba(156, 183, 164, 0.35);
}

.about-visual::after {
  width: 170px;
  height: 170px;
  right: -40px;
  bottom: 30px;
  background: rgba(213, 107, 76, 0.9);
}

.arch {
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0.13);
  border-bottom: 0;
  border-radius: 220px 220px 0 0;
}

.arch-one {
  width: 320px;
  height: 380px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.arch-two {
  width: 210px;
  height: 290px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.about-quote {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 72%;
  transform: translate(-50%, -50%);
  color: var(--white);
  text-align: center;
}

.about-quote span {
  display: block;
  height: 48px;
  color: #f1b7a5;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 5.5rem;
  line-height: 0.8;
}

.about-quote p {
  margin: 18px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.18;
}

.about-content > p:not(.eyebrow) {
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.benefit-list {
  display: grid;
  gap: 22px;
  margin-top: 34px;
}

.benefit-list > div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
}

.benefit-list span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--cream);
  color: var(--terracotta-dark);
  font-weight: 900;
}

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

.benefit-list strong {
  color: var(--navy-deep);
}

.faq-section {
  background: #f3f6f7;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  align-items: start;
  gap: 90px;
}

.faq-intro > p:last-child {
  color: var(--muted);
}

.faq-list {
  border-top: 1px solid #cfd8dd;
}

.faq-list details {
  border-bottom: 1px solid #cfd8dd;
}

.faq-list summary {
  position: relative;
  padding: 25px 48px 25px 0;
  color: var(--navy-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 50%;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--white);
  color: var(--terracotta-dark);
  font-family: Arial, sans-serif;
  font-size: 1.3rem;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 750px;
  margin: -4px 0 25px;
  padding-right: 48px;
  color: var(--muted);
}

.contact-section {
  padding-block: 110px;
  color: var(--white);
  background:
    linear-gradient(115deg, rgba(7, 27, 44, 0.98), rgba(16, 42, 67, 0.94)),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.05) 0 1px, transparent 1px 20px);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: start;
  gap: 80px;
}

.contact-copy > p:not(.eyebrow) {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.contact-details {
  display: grid;
  gap: 14px;
  margin-top: 36px;
}

.contact-details a,
.contact-details p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.contact-details span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.09);
  color: #f1b7a5;
}

.contact-form {
  padding: 38px;
  border-radius: var(--radius-md);
  background: var(--white);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--navy-deep);
  font-size: 0.8rem;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #d4dde2;
  border-radius: 8px;
  outline: none;
  background: #fbfcfc;
  color: var(--ink);
  transition: border 160ms ease, box-shadow 160ms ease;
}

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

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--terracotta);
  box-shadow: 0 0 0 3px rgba(213, 107, 76, 0.14);
}

.contact-form .consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-weight: 500;
  line-height: 1.45;
}

.contact-form .consent input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
  accent-color: var(--terracotta);
}

.form-button {
  width: 100%;
  border: 0;
}

.site-footer {
  padding: 70px 0 28px;
  background: #061522;
  color: rgba(255, 255, 255, 0.68);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr 0.8fr 0.8fr;
  gap: 50px;
}

.footer-brand .brand-copy strong {
  color: var(--white);
}

.footer-brand .brand-copy small {
  color: rgba(255, 255, 255, 0.5);
}

.footer-grid > div:first-child p {
  max-width: 390px;
  margin-top: 22px;
}

.footer-grid h3 {
  margin: 0 0 18px;
  color: var(--white);
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-grid a:not(.brand) {
  font-size: 0.88rem;
}

.footer-grid a:not(.brand):hover {
  color: #f1b7a5;
}

.footer-bottom {
  margin-top: 55px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 0.75rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom .disclaimer {
  max-width: 950px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.46);
}

@media (max-width: 1080px) {
  .main-nav {
    gap: 15px;
    font-size: 0.82rem;
  }

  .hero-grid {
    grid-template-columns: 1fr 0.78fr;
    gap: 38px;
  }

  .accent-card {
    right: 0;
  }

  .service-card {
    padding: 28px;
  }

  .us-grid,
  .about-grid,
  .faq-grid,
  .contact-grid {
    gap: 55px;
  }
}

@media (max-width: 900px) {
  .topbar {
    display: none;
  }

  .nav-wrap {
    min-height: 74px;
  }

  .nav-toggle-label {
    width: 44px;
    height: 44px;
    display: grid;
    align-content: center;
    gap: 5px;
    padding: 10px;
    border-radius: 8px;
    background: var(--cream);
    cursor: pointer;
  }

  .nav-toggle-label span {
    display: block;
    height: 2px;
    background: var(--navy);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 74px;
    max-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--white);
    box-shadow: 0 20px 40px rgba(7, 27, 44, 0.12);
    transition: max-height 240ms ease;
  }

  .main-nav a,
  .main-nav > a:not(.nav-cta) {
    padding: 15px 20px;
    border-top: 1px solid var(--line);
  }

  .main-nav > a:not(.nav-cta)::after {
    display: none;
  }

  .nav-cta {
    margin: 12px 20px 20px;
    text-align: center;
  }

  .nav-toggle:checked ~ .main-nav {
    max-height: 500px;
  }

  .nav-toggle:checked + .nav-toggle-label span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .nav-toggle:checked + .nav-toggle-label span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle:checked + .nav-toggle-label span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .hero::before {
    width: 100%;
    height: 38%;
    top: auto;
    bottom: 0;
    clip-path: polygon(0 24%, 100% 0, 100% 100%, 0 100%);
  }

  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 65px;
    padding-block: 82px 95px;
  }

  .hero-content {
    max-width: 760px;
  }

  .hero-visual {
    width: min(100%, 540px);
    margin-inline: auto;
  }

  .trust-grid {
    grid-template-columns: 1fr 1fr;
    padding-block: 16px;
  }

  .trust-grid div {
    padding: 16px 22px;
  }

  .trust-grid div:nth-child(2) {
    border-right: 0;
  }

  .trust-grid div:nth-child(-n+2) {
    border-bottom: 1px solid var(--cream-deep);
  }

  .split-heading,
  .us-grid,
  .about-grid,
  .faq-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .split-heading {
    gap: 24px;
  }

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

  .us-grid {
    gap: 55px;
  }

  .us-intro {
    max-width: 700px;
  }

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

  .process-grid article:nth-child(2)::after {
    display: none;
  }

  .about-visual {
    width: min(100%, 590px);
    margin-inline: auto;
  }

  .faq-intro {
    max-width: 650px;
  }

  .contact-copy {
    max-width: 670px;
  }

  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .footer-grid > div:last-child {
    grid-column: 2;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .brand-copy small {
    font-size: 0.58rem;
  }

  .hero-grid {
    padding-top: 64px;
  }

  .hero h1 {
    font-size: clamp(2.9rem, 14vw, 4.8rem);
  }

  .hero-lead {
    font-size: 1rem;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .hero-points {
    display: grid;
    gap: 10px;
  }

  .hero-visual {
    min-height: 430px;
  }

  .main-card {
    min-height: 400px;
    padding: 28px;
  }

  .main-card h2 {
    font-size: 3.5rem;
  }

  .accent-card {
    width: 250px;
    min-height: 100px;
    bottom: -3px;
  }

  .stamp {
    right: 0;
  }

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

  .trust-grid div,
  .trust-grid div:first-child {
    padding: 15px 0;
    border-right: 0;
    border-bottom: 1px solid var(--cream-deep);
  }

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

  .section,
  .contact-section {
    padding-block: 78px;
  }

  .section-heading h2,
  .us-intro h2,
  .about-content h2,
  .faq-intro h2,
  .contact-copy h2 {
    font-size: clamp(2.3rem, 11vw, 3.4rem);
  }

  .service-grid,
  .us-cards,
  .process-grid,
  .form-row,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 290px;
  }

  .us-card:first-child {
    transform: none;
  }

  .process-grid article:not(:last-child)::after {
    left: 38px;
    right: auto;
    top: auto;
    bottom: -21px;
    transform: rotate(90deg);
  }

  .about-visual {
    min-height: 440px;
  }

  .faq-list summary {
    font-size: 1.08rem;
  }

  .contact-form {
    padding: 24px 20px;
  }

  .footer-grid > div:last-child {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}


/* Multi-page additions */
.main-nav a.active:not(.nav-cta)::after { right: 0; }
.main-nav .nav-cta.active { background: var(--terracotta-dark); }
.inner-hero { position: relative; overflow: hidden; padding-block: 92px 96px; background: linear-gradient(120deg, var(--cream), #fff 62%); }
.inner-hero::after { content:""; position:absolute; inset:0 0 0 auto; width:31%; background:var(--navy-deep); clip-path:polygon(30% 0,100% 0,100% 100%,0 100%); }
.inner-hero-shape { position:absolute; width:270px; height:270px; border:42px solid rgba(213,107,76,.09); border-radius:50%; left:-130px; bottom:-170px; }
.inner-hero-grid { position:relative; z-index:2; display:grid; grid-template-columns:minmax(0,1.2fr) 330px; align-items:center; gap:80px; }
.inner-hero h1,.article-hero h1,.story-copy h2,.principles-grid h2,.newsletter-grid h2,.contact-page-copy h2,.category-aside h2,.article-content h2 { margin:0; color:var(--navy-deep); font-family:Georgia,"Times New Roman",serif; letter-spacing:-.045em; line-height:1.04; }
.inner-hero h1,.article-hero h1 { max-width:850px; font-size:clamp(3rem,6vw,5.8rem); }
.inner-hero-grid>div:first-child>p:last-child { max-width:720px; margin:24px 0 0; color:var(--muted); font-size:1.12rem; }
.breadcrumbs { display:flex; flex-wrap:wrap; gap:9px; margin-bottom:34px; color:var(--muted); font-size:.78rem; font-weight:800; text-transform:uppercase; letter-spacing:.1em; }
.breadcrumbs a:hover { color:var(--terracotta-dark); }
.inner-hero-card { min-height:285px; display:flex; flex-direction:column; justify-content:flex-end; padding:32px; border-radius:var(--radius-lg); color:#fff; background:linear-gradient(145deg,var(--navy-soft),var(--navy-deep)); box-shadow:var(--shadow); transform:rotate(2deg); }
.inner-hero-card span { width:50px; height:50px; display:grid; place-items:center; margin-bottom:auto; border-radius:50% 50% 50% 12px; background:var(--terracotta); font-weight:900; }
.inner-hero-card strong { font-family:Georgia,"Times New Roman",serif; font-size:2rem; }
.inner-hero-card small { margin-top:6px; color:rgba(255,255,255,.62); }
.story-grid { display:grid; grid-template-columns:1fr 1fr; gap:90px; align-items:start; }
.story-copy h2,.principles-grid h2,.newsletter-grid h2,.contact-page-copy h2,.category-aside h2 { font-size:clamp(2.5rem,4.5vw,4.4rem); }
.story-copy p { color:var(--muted); }
.large-copy { color:var(--navy)!important; font-size:1.15rem; }
.values-panel { display:grid; grid-template-columns:1fr 1fr; border-top:1px solid var(--line); border-left:1px solid var(--line); }
.values-panel article { min-height:230px; padding:28px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); }
.values-panel span,.resource-card span { color:var(--terracotta-dark); font-family:Georgia,"Times New Roman",serif; font-size:1.5rem; }
.values-panel h3,.resource-card h3,.team-card h3,.contact-methods h3 { margin:18px 0 8px; color:var(--navy-deep); font-family:Georgia,"Times New Roman",serif; font-size:1.45rem; }
.values-panel p,.resource-card p,.team-card p { margin:0; color:var(--muted); font-size:.92rem; }
.team-section { background:var(--cream); }
.team-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.team-card { padding:28px; border-radius:var(--radius-md); background:#fff; box-shadow:0 12px 45px rgba(16,42,67,.08); }
.team-portrait { height:260px; display:grid; place-items:center; border-radius:var(--radius-md); color:#fff; background:linear-gradient(145deg,var(--terracotta),var(--terracotta-dark)); font-family:Georgia,"Times New Roman",serif; font-size:4rem; }
.team-portrait.alt { background:linear-gradient(145deg,var(--sage),#627f6a); }
.team-portrait.dark { background:linear-gradient(145deg,var(--navy-soft),var(--navy-deep)); }
.team-card .role { margin:-2px 0 15px; color:var(--terracotta-dark); font-size:.78rem; font-weight:900; text-transform:uppercase; letter-spacing:.08em; }
.principles-section,.newsletter-section { color:#fff; background:var(--navy-deep); }
.principles-grid,.newsletter-grid { display:grid; grid-template-columns:1fr .8fr; gap:90px; align-items:center; }
.principles-grid h2,.newsletter-grid h2 { color:#fff; }
.principles-grid p,.newsletter-grid p { color:rgba(255,255,255,.7); }
.news-tools { padding-block:30px; border-bottom:1px solid var(--line); background:#fff; }
.news-tools-inner { display:grid; grid-template-columns:380px 1fr; gap:45px; align-items:end; }
.news-search label { display:block; margin-bottom:8px; color:var(--navy); font-size:.78rem; font-weight:900; text-transform:uppercase; letter-spacing:.09em; }
.news-search>div { display:flex; }
.news-search input { min-width:0; flex:1; padding:12px 14px; border:1px solid var(--line); border-right:0; }
.news-search button { padding:12px 18px; border:0; background:var(--navy); color:#fff; font-weight:800; cursor:pointer; }
.category-pills { display:flex; flex-wrap:wrap; gap:10px; justify-content:flex-end; }
.category-pills a { padding:9px 14px; border:1px solid var(--line); border-radius:999px; color:var(--navy); font-size:.78rem; font-weight:800; }
.category-pills a.active,.category-pills a:hover { border-color:var(--terracotta); background:var(--terracotta); color:#fff; }
.compact-tools .category-pills { justify-content:flex-start; }
.featured-article { display:grid; grid-template-columns:1.05fr .95fr; min-height:470px; margin-bottom:52px; border-radius:var(--radius-lg); overflow:hidden; background:var(--cream); }
.featured-copy { display:flex; flex-direction:column; align-items:flex-start; justify-content:center; padding:55px; }
.featured-copy h2 { margin:14px 0 18px; color:var(--navy-deep); font-family:Georgia,"Times New Roman",serif; font-size:clamp(2.2rem,3.6vw,3.7rem); line-height:1.05; }
.featured-copy p { color:var(--muted); }
.featured-visual { display:flex; flex-direction:column; justify-content:flex-end; padding:48px; color:#fff; background:linear-gradient(145deg,var(--navy-soft),var(--navy-deep)); }
.featured-visual span { margin-bottom:auto; color:#f1b7a5; font-size:.78rem; font-weight:900; letter-spacing:.2em; }
.featured-visual strong { font-family:Georgia,"Times New Roman",serif; font-size:3rem; line-height:1.05; }
.featured-visual small { margin-top:20px; color:rgba(255,255,255,.6); }
.news-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.news-card { overflow:hidden; border:1px solid var(--line); border-radius:var(--radius-md); background:#fff; transition:transform .2s ease, box-shadow .2s ease; }
.news-card:hover { transform:translateY(-6px); box-shadow:0 20px 55px rgba(16,42,67,.11); }
.news-visual { min-height:230px; display:flex; flex-direction:column; justify-content:space-between; padding:24px; color:#fff; }
.news-visual span { align-self:flex-start; font-family:Georgia,"Times New Roman",serif; font-size:3.5rem; font-weight:900; }
.news-visual small { font-weight:900; text-transform:uppercase; letter-spacing:.12em; }
.accent-warm { background:linear-gradient(145deg,var(--terracotta),#973e29); }
.accent-sage { background:linear-gradient(145deg,var(--sage),#516c59); }
.accent-blue { background:linear-gradient(145deg,var(--navy-soft),var(--navy-deep)); }
.news-card-body { padding:26px; }
.news-meta { display:flex; flex-wrap:wrap; gap:8px 16px; color:var(--muted); font-size:.73rem; font-weight:800; text-transform:uppercase; letter-spacing:.07em; }
.news-meta a { color:var(--terracotta-dark); }
.news-card h2 { margin:14px 0 14px; color:var(--navy-deep); font-family:Georgia,"Times New Roman",serif; font-size:1.65rem; line-height:1.14; }
.news-card p { color:var(--muted); font-size:.9rem; }
.text-link { color:var(--terracotta-dark); font-size:.82rem; font-weight:900; }
.text-link span { display:inline-block; margin-left:4px; transition:transform .18s ease; }
.text-link:hover span { transform:translateX(5px); }
.newsletter-section { padding-block:80px; }
.newsletter-grid form { display:flex; align-items:end; gap:12px; }
.newsletter-grid label { flex:1; color:#fff; font-size:.8rem; font-weight:800; }
.newsletter-grid input { width:100%; margin-top:8px; padding:14px; border:1px solid rgba(255,255,255,.25); background:rgba(255,255,255,.08); color:#fff; }
.category-layout { display:grid; grid-template-columns:minmax(0,1fr) 330px; gap:55px; align-items:start; }
.category-news-grid { grid-template-columns:repeat(2,1fr); }
.category-aside { position:sticky; top:145px; padding:32px; border-radius:var(--radius-md); background:var(--cream); }
.category-aside h2 { font-size:2.4rem; }
.category-aside p { color:var(--muted); }
.aside-note { margin-top:30px; padding-top:24px; border-top:1px solid var(--cream-deep); }
.aside-note strong { color:var(--navy); }
.resource-section { background:#f9fbfc; }
.resource-grid { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); border-left:1px solid var(--line); }
.resource-card { min-height:250px; padding:32px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); background:#fff; }
.contact-page-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:75px; align-items:start; }
.contact-page-copy>p { color:var(--muted); }
.contact-methods { margin-top:38px; border-top:1px solid var(--line); }
.contact-methods article { display:grid; grid-template-columns:44px 1fr; gap:18px; padding-block:23px; border-bottom:1px solid var(--line); }
.contact-methods article>span { color:var(--terracotta-dark); font-family:Georgia,"Times New Roman",serif; font-size:1.25rem; }
.contact-methods h3 { margin:0 0 4px; }
.contact-methods p { margin:4px 0 0; color:var(--muted); font-size:.88rem; }
.contact-methods a { color:var(--terracotta-dark); font-weight:800; }
.response-note { margin-top:30px; padding:22px; border-left:4px solid var(--sage); background:var(--cream); }
.response-note p { margin:6px 0 0; color:var(--muted); font-size:.88rem; }
.contact-page-form { box-shadow:var(--shadow); }
.contact-faq { background:var(--cream); }
.article-hero { padding-block:85px; background:var(--cream); }
.article-hero-grid { display:grid; grid-template-columns:minmax(0,1.3fr) 360px; gap:70px; align-items:center; }
.article-hero h1 { margin-top:20px; font-size:clamp(3rem,5vw,5.25rem); }
.article-hero-grid>div:first-child>p { max-width:800px; color:var(--muted); font-size:1.1rem; }
.article-cover { min-height:380px; display:flex; flex-direction:column; justify-content:flex-end; padding:35px; border-radius:var(--radius-lg); color:#fff; box-shadow:var(--shadow); transform:rotate(2deg); }
.article-cover span { margin-bottom:auto; font-family:Georgia,"Times New Roman",serif; font-size:5rem; font-weight:900; }
.article-cover strong { font-family:Georgia,"Times New Roman",serif; font-size:2rem; }
.article-cover small { margin-top:8px; color:rgba(255,255,255,.65); }
.article-section { padding-block:95px; }
.article-layout { display:grid; grid-template-columns:minmax(0,760px) 300px; justify-content:center; gap:75px; align-items:start; }
.article-content { font-size:1.02rem; }
.article-lead { margin-top:0; color:var(--navy); font-family:Georgia,"Times New Roman",serif; font-size:1.55rem; line-height:1.5; }
.article-content section { padding-block:22px; border-bottom:1px solid var(--line); }
.article-content h2 { font-size:2.25rem; }
.article-content p { color:#4f5d68; }
.article-notice { margin:35px 0; padding:22px; border-left:4px solid var(--terracotta); background:var(--cream); }
.article-notice p { margin:5px 0 0; font-size:.9rem; }
.article-conclusion { margin-top:45px; padding:34px; border-radius:var(--radius-md); background:var(--navy-deep); color:#fff; }
.article-conclusion h2 { color:#fff; }
.article-conclusion p { color:rgba(255,255,255,.7); }
.article-sidebar { position:sticky; top:135px; display:grid; gap:18px; }
.sidebar-card { padding:24px; border:1px solid var(--line); border-radius:var(--radius-md); background:#fff; }
.sidebar-card ol { margin:0; padding-left:20px; color:var(--muted); }
.sidebar-card li+li { margin-top:10px; }
.sidebar-card h3 { margin:0 0 10px; color:var(--navy-deep); font-family:Georgia,"Times New Roman",serif; font-size:1.5rem; }
.accent-sidebar { border:0; background:var(--cream); }
.accent-sidebar a { color:var(--terracotta-dark); font-weight:900; }
.related-section { background:#f9fbfc; }

@media (max-width: 980px) {
  .inner-hero-grid,.story-grid,.principles-grid,.newsletter-grid,.news-tools-inner,.featured-article,.category-layout,.contact-page-grid,.article-hero-grid,.article-layout { grid-template-columns:1fr; }
  .inner-hero::after { display:none; }
  .inner-hero-card { width:min(100%,500px); min-height:230px; }
  .news-tools-inner { align-items:start; }
  .category-pills { justify-content:flex-start; }
  .category-aside,.article-sidebar { position:static; }
  .news-grid { grid-template-columns:1fr 1fr; }
  .article-cover { width:min(100%,480px); min-height:310px; }
}
@media (max-width: 640px) {
  .inner-hero,.article-hero { padding-block:65px; }
  .inner-hero-grid { gap:45px; }
  .inner-hero h1,.article-hero h1 { font-size:clamp(2.7rem,13vw,4.2rem); }
  .values-panel,.team-grid,.news-grid,.category-news-grid,.resource-grid { grid-template-columns:1fr; }
  .featured-copy,.featured-visual { padding:30px; }
  .featured-visual { min-height:330px; }
  .newsletter-grid form { align-items:stretch; flex-direction:column; }
  .article-layout { gap:45px; }
}
