/* FT internal pages + unified chrome */

body.ft-site { background: var(--ft-offwhite); }
body.ft-site .header-wrapper,
body.ft-site .footer-wrapper { display: none !important; }

.ft-site-header {
  position: sticky; top: 0; z-index: 999;
  background: rgba(15,27,46,.94);
  border-bottom: 1px solid rgba(255,255,255,.09);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
}
.admin-bar .ft-site-header { top: 32px; }

.ft-site-header-inner {
  min-height: 82px; display: flex; align-items: center;
  justify-content: space-between; gap: 32px;
}
.ft-site-brand {
  display: inline-flex; align-items: center; gap: 14px;
  color: #fff; text-decoration: none;
}
.ft-site-brand:hover { color: #fff; }
.ft-site-brand-mark {
  display: inline-grid; place-items: center; width: 46px; height: 46px;
  border-radius: 13px; border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.05); font-size: 1.15rem;
  font-weight: 900; letter-spacing: -.08em;
}
.ft-site-brand-name {
  font-size: .75rem; font-weight: 800; letter-spacing: .12em;
  text-transform: uppercase;
}
.ft-site-nav { display: flex; align-items: center; gap: clamp(18px,2vw,32px); }
.ft-site-nav > a {
  color: rgba(255,255,255,.72); font-size: .72rem; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase; text-decoration: none;
}
.ft-site-nav > a:hover { color: #fff; }
.ft-site-nav-cta {
  min-height: 42px; display: inline-flex; align-items: center;
  padding-inline: 18px; border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
}
.ft-site-nav-cta:hover { background: var(--ft-coral); border-color: var(--ft-coral); }

.ft-nav-toggle {
  display: none; width: 44px; height: 44px; padding: 0;
  border: 1px solid rgba(255,255,255,.18); border-radius: 999px;
  background: transparent; position: relative;
}
.ft-nav-toggle > span:not(.screen-reader-text) {
  position: absolute; left: 12px; right: 12px; height: 1px;
  background: #fff; transition: transform .2s ease, top .2s ease;
}
.ft-nav-toggle > span:first-child { top: 17px; }
.ft-nav-toggle > span:nth-child(2) { top: 25px; }

.ft-page { min-height: 60vh; background: var(--ft-offwhite); }
.ft-page-hero {
  position: relative; overflow: hidden;
  padding: clamp(86px,10vw,150px) 0 clamp(72px,9vw,128px);
  background: var(--ft-navy); color: #fff;
}
.ft-page-hero::after {
  content: ""; position: absolute; width: min(42vw,620px); aspect-ratio: 1;
  right: -12vw; top: -26%; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,90,95,.20), rgba(255,90,95,.04) 36%, transparent 68%);
  pointer-events: none;
}
.ft-page-hero-grid {
  position: relative; z-index: 1; display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(280px,.85fr);
  gap: clamp(38px,7vw,100px); align-items: end;
}
.ft-page-kicker {
  color: var(--ft-coral); font-size: .76rem; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase;
}
.ft-page-title {
  max-width: 940px; margin: .16em 0 .28em; color: #fff;
  font-size: clamp(3.7rem,7.8vw,8.8rem); line-height: .88;
  letter-spacing: -.065em;
}
.ft-page-lead {
  max-width: 720px; margin: 0; color: rgba(255,255,255,.7);
  font-size: clamp(1.08rem,1.55vw,1.3rem); line-height: 1.65;
}
.ft-page-hero-aside {
  padding: 28px; border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px; background: rgba(255,255,255,.05);
  backdrop-filter: blur(12px);
}
.ft-page-hero-aside small {
  display: block; margin-bottom: 28px; color: rgba(255,255,255,.45);
  font-size: .72rem; font-weight: 800; letter-spacing: .12em;
  text-transform: uppercase;
}
.ft-page-hero-aside strong {
  display: block; color: #fff; font-size: clamp(1.6rem,2.4vw,2.5rem);
  line-height: 1.05; letter-spacing: -.035em;
}

.ft-page-section { padding: var(--ft-space-section) 0; }
.ft-page-section.is-white { background: #fff; }
.ft-page-section.is-navy { background: var(--ft-navy); color: #fff; }

.ft-section-heading {
  display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr);
  gap: clamp(28px,5vw,74px); align-items: end;
  margin-bottom: clamp(44px,6vw,78px);
}
.ft-section-heading h2 {
  max-width: 760px; margin: .15em 0 0;
  font-size: clamp(2.7rem,5.2vw,5.8rem); line-height: .94;
  letter-spacing: -.055em;
}
.ft-section-heading p {
  max-width: 650px; margin: 0 0 .25rem auto; color: var(--ft-slate);
  font-size: clamp(1rem,1.3vw,1.18rem); line-height: 1.7;
}

.ft-feature-grid {
  display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px;
}
.ft-feature-card {
  min-height: 320px; display: flex; flex-direction: column;
  justify-content: space-between; padding: clamp(28px,4vw,46px);
  border-radius: 28px; border: 1px solid rgba(15,27,46,.08);
  background: #fff; box-shadow: 0 20px 60px rgba(15,27,46,.06);
}
.ft-feature-card .ft-index {
  width: 40px; height: 40px; display: grid; place-items: center;
  border-radius: 999px; background: var(--ft-offwhite);
  color: var(--ft-coral); font-size: .75rem; font-weight: 800;
}
.ft-feature-card h3 {
  margin: 36px 0 12px; font-size: clamp(1.9rem,3vw,3.15rem);
  line-height: .98; letter-spacing: -.045em;
}
.ft-feature-card p { margin: 0; color: var(--ft-slate); line-height: 1.65; }
.ft-feature-card ul { margin: 20px 0 0 1rem; }
.ft-feature-card li { margin-bottom: 8px; }

.ft-band {
  padding: clamp(44px,7vw,82px); border-radius: clamp(28px,4vw,46px);
  background: var(--ft-navy); color: #fff; overflow: hidden; position: relative;
}
.ft-band::after {
  content: ""; position: absolute; width: 360px; height: 360px;
  right: -120px; bottom: -140px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 0 0 60px rgba(255,255,255,.02), 0 0 0 120px rgba(255,255,255,.015);
}
.ft-band h2 {
  max-width: 900px; margin: 0 0 22px; color: #fff;
  font-size: clamp(3rem,6vw,6.7rem); line-height: .9; letter-spacing: -.06em;
}
.ft-band p {
  position: relative; z-index: 1; max-width: 680px;
  color: rgba(255,255,255,.68); font-size: 1.08rem; line-height: 1.7;
}
.ft-page .button.ft-button-primary {
  min-height: 50px; display: inline-flex; align-items: center;
  justify-content: center; padding: 0 1.5rem; border-radius: 999px;
  background: var(--ft-coral); border-color: var(--ft-coral); color: #fff;
}

.ft-contact-grid {
  display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr);
  gap: clamp(38px,7vw,100px); align-items: start;
}
.ft-contact-copy h2 {
  margin: 0 0 24px; font-size: clamp(3rem,6vw,6.4rem);
  line-height: .9; letter-spacing: -.06em;
}
.ft-contact-copy p {
  max-width: 560px; color: var(--ft-slate); font-size: 1.08rem; line-height: 1.7;
}
.ft-contact-form {
  padding: clamp(28px,4vw,48px); border-radius: 30px; background: #fff;
  box-shadow: 0 26px 80px rgba(15,27,46,.08);
}
.ft-contact-form label {
  display: block; margin-bottom: 18px; color: var(--ft-navy);
  font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
}
.ft-contact-form input,
.ft-contact-form textarea {
  width: 100%; margin-top: 8px; padding: 14px 15px;
  border: 1px solid rgba(15,27,46,.14); border-radius: 14px;
  background: var(--ft-offwhite); box-shadow: none;
}
.ft-contact-form textarea { min-height: 170px; resize: vertical; }
.ft-contact-form .ft-hp { position: absolute; left: -9999px; }
.ft-form-status {
  margin-bottom: 20px; padding: 14px 16px; border-radius: 14px;
  background: rgba(255,90,95,.09);
}

.ft-editorial-grid {
  display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px;
}
.ft-editorial-card {
  min-height: 360px; padding: 32px; border-radius: 28px;
  background: var(--ft-navy); color: #fff; position: relative; overflow: hidden;
}
.ft-editorial-card:nth-child(2) { background: #fff; color: var(--ft-navy); }
.ft-editorial-card:nth-child(3) { background: linear-gradient(145deg,#172a43,#0f1b2e); }
.ft-editorial-card small {
  color: var(--ft-coral); font-size: .72rem; font-weight: 800;
  letter-spacing: .12em; text-transform: uppercase;
}
.ft-editorial-card h3 {
  margin: 80px 0 16px; color: inherit; font-size: clamp(2rem,3vw,3.4rem);
  line-height: .98; letter-spacing: -.045em;
}
.ft-editorial-card p { color: inherit; opacity: .66; line-height: 1.65; }

.ft-generic-content {
  width: min(100% - 40px, 1040px); margin-inline: auto;
  padding: clamp(72px,9vw,120px) 0;
}

.ft-site-footer {
  padding: clamp(72px,9vw,120px) 0 28px; background: #0b1627;
  color: rgba(255,255,255,.64);
}
.ft-site-footer-grid {
  display: grid; grid-template-columns: minmax(0,1.2fr) minmax(0,.8fr);
  gap: clamp(40px,7vw,96px);
}
.ft-site-footer-brand h2 {
  margin: 8px 0 18px; color: #fff; font-size: clamp(2.8rem,5.5vw,5.8rem);
  line-height: .9; letter-spacing: -.055em;
}
.ft-site-footer-brand p { max-width: 610px; line-height: 1.7; }
.ft-site-footer-nav {
  display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px 30px;
}
.ft-site-footer-nav a { color: rgba(255,255,255,.72); text-decoration: none; }
.ft-site-footer-nav a:hover { color: var(--ft-coral); }
.ft-site-footer-bottom {
  display: flex; justify-content: space-between; gap: 20px;
  margin-top: 70px; padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.09); font-size: .78rem;
}

@media (max-width: 849px) {
  .admin-bar .ft-site-header { top: 46px; }
  .ft-site-brand-name { display: none; }
  .ft-nav-toggle { display: block; }
  .ft-site-nav {
    position: fixed; left: 14px; right: 14px; top: 92px; display: none;
    flex-direction: column; align-items: stretch; padding: 22px;
    border-radius: 24px; background: #0b1627;
    box-shadow: 0 24px 70px rgba(0,0,0,.3);
  }
  .admin-bar .ft-site-nav { top: 138px; }
  .ft-site-nav.is-open { display: flex; }
  .ft-site-nav > a { padding: 12px 4px; }
  .ft-site-nav-cta { justify-content: center; margin-top: 6px; }
  .ft-page-hero-grid,
  .ft-section-heading,
  .ft-contact-grid,
  .ft-site-footer-grid { grid-template-columns: 1fr; }
  .ft-section-heading p { margin-left: 0; }
  .ft-feature-grid { grid-template-columns: 1fr; }
  .ft-editorial-grid { grid-template-columns: 1fr; }
}

@media (max-width: 549px) {
  .ft-site-header-inner { min-height: 72px; }
  .ft-site-brand-mark { width: 42px; height: 42px; }
  .ft-page-hero { padding-top: 72px; }
  .ft-page-title { font-size: clamp(3.2rem,15vw,5.4rem); }
  .ft-feature-card { min-height: 280px; padding: 26px; }
  .ft-site-footer-nav { grid-template-columns: 1fr; }
  .ft-site-footer-bottom { flex-direction: column; }
}
