:root {
  --navy: #060606;
  --navy2: #0c171b;
  --royal: #357087;
  --blue: #ace8ff;
  --ice: #f2f8fb;
  --paper: #fbfcfd;
  --mist: #d7e7ed;
  --slate: #60747c;
  --ink: #11191d;
  --white: #fff;
  --serif: Manrope, sans-serif;
  --editorial: 'Playfair Display', Georgia, serif;
  --body: 'DM Sans', sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 78px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select {
  font: inherit;
}
button {
  color: inherit;
}
.wrap {
  width: min(1200px, 90vw);
  margin: auto;
}
.section {
  padding: 130px 0;
}
.ice {
  background: var(--ice);
}
.navy {
  background: var(--navy);
  color: #fff;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2 {
  font-family: var(--serif);
  letter-spacing: -0.055em;
  line-height: 0.98;
}
h1 em,
h2 em {
  font-family: var(--editorial);
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.035em;
  color: var(--royal);
}
h2 {
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 600;
  margin: 26px 0 0;
}
.index,
.overline {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--royal);
}
.topbar {
  position: fixed;
  z-index: 50;
  left: 0;
  right: 0;
  top: 0;
  height: 78px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  border-bottom: 1px solid #ffffff24;
  transition: 0.3s;
}
.topbar.scrolled {
  background: #060606f2;
  backdrop-filter: blur(18px);
}
.brand img {
  width: 154px;
  height: 58px;
  display: block;
  object-fit: contain;
}
.topbar nav {
  display: flex;
  gap: 34px;
  font-size: 12px;
}
.topbar nav a {
  opacity: 0.78;
  transition: 0.2s;
}
.topbar nav a:hover {
  opacity: 1;
}
.menu {
  display: none;
  background: transparent;
  border: 0;
}
.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 0 22px;
  border: 0;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: 0.25s;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn-small {
  min-height: 40px;
  padding: 0 15px;
}
.btn-ghost {
  border: 1px solid #ffffff68;
}
.btn-primary {
  background: var(--blue);
  color: #060606;
}
.btn-dark {
  background: var(--navy);
  color: #fff;
}
.btn-outline {
  border: 1px solid #ffffff50;
  color: #fff;
}
.btn-white {
  background: #fff;
  color: var(--navy);
}
.hero {
  position: relative;
  min-height: 820px;
  height: 100svh;
  color: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-photo,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-photo {
  transform: scale(1.02);
  object-position: center 48%;
}
.hero-shade {
  background:
    linear-gradient(90deg, #060606f7 0%, #060606dc 50%, #0606065c 100%),
    linear-gradient(0deg, #060606b0 0%, transparent 38%);
}
.hero-inner {
  position: relative;
  z-index: 2;
  padding-top: 80px;
  display: grid;
  grid-template-columns: 1.35fr 0.55fr;
  gap: 10vw;
  align-items: end;
}
.overline-light {
  color: var(--blue);
}
.hero h1 {
  font-size: clamp(58px, 7.4vw, 108px);
  font-weight: 600;
  margin: 26px 0 30px;
}
.hero h1 em {
  color: var(--blue);
}
.hero-copy > p {
  font-size: 20px;
  max-width: 670px;
  color: #dbe7f7;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 40px;
}
.link-light {
  font-size: 12px;
  border-bottom: 1px solid #ffffff70;
  padding: 13px 0;
}
.hero-note {
  border-top: 1px solid #79a9ff;
  padding-top: 20px;
  margin-bottom: 7px;
}
.hero-note > span {
  font-size: 10px;
  letter-spacing: 0.15em;
  color: #a9c8ff;
  text-transform: uppercase;
  font-weight: 700;
}
.hero-note p {
  font-size: 15px;
  color: #e0e8f2;
  margin: 16px 0 22px;
}
.hero-note small {
  font-size: 10px;
  color: #a9b7ca;
}
.scroll-note {
  position: absolute;
  z-index: 2;
  bottom: 28px;
  left: 5vw;
  font-size: 8px;
  letter-spacing: 0.22em;
  display: flex;
  gap: 15px;
  align-items: center;
}
.scroll-note i {
  width: 60px;
  height: 1px;
  background: #fff;
}
.hero-credit {
  position: absolute;
  z-index: 2;
  right: 5vw;
  bottom: 28px;
  color: #ffffff99;
  font-size: 8px;
  letter-spacing: 0.08em;
}
.section-head {
  display: grid;
  grid-template-columns: 1.6fr 0.7fr;
  gap: 10vw;
  align-items: end;
}
.section-head > p {
  color: var(--slate);
  font-size: 15px;
  margin: 0 0 4px;
}
.section-head.light > p {
  color: #a8b9d0;
}
.section-head.light h2 em {
  color: var(--blue);
}
.stats {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--mist);
  border-bottom: 1px solid var(--mist);
}
.stats article {
  padding: 36px 24px 30px 0;
  border-right: 1px solid var(--mist);
}
.stats article + article {
  padding-left: 25px;
}
.stats article:last-child {
  border: 0;
}
.stats strong {
  display: block;
  font: 600 clamp(34px, 3.2vw, 49px) var(--serif);
  letter-spacing: -0.05em;
  color: var(--navy);
}
.stats strong small {
  font-size: 0.45em;
}
.stats h3 {
  font-size: 13px;
  margin: 16px 0 8px;
}
.stats p {
  color: var(--slate);
  font-size: 12px;
  min-height: 38px;
}
.stats a {
  font-size: 9px;
  letter-spacing: 0.08em;
  text-decoration: underline;
  color: var(--royal);
}
.source-note {
  font-size: 10px;
  color: #8290a2;
  margin: 15px 0 0;
}
.engine-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #274063;
  margin-top: 68px;
  border: 1px solid #274063;
}
.engine-grid article {
  background: var(--navy);
  padding: 38px;
  min-height: 370px;
  display: flex;
  flex-direction: column;
}
.engine-no {
  font-size: 10px;
  color: #7493be;
}
.line-icon {
  font: 400 54px var(--serif);
  color: var(--blue);
  margin: 45px 0 35px;
}
.engine-grid h3 {
  font: 600 28px var(--serif);
  margin-bottom: 14px;
}
.engine-grid p {
  font-size: 13px;
  color: #aebed2;
  max-width: 310px;
}
.engine-grid small {
  margin-top: auto;
  padding-top: 26px;
  border-top: 1px solid #294263;
  color: #7890af;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.journey-layout {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 11vw;
  align-items: start;
}
.sticky-copy {
  position: sticky;
  top: 120px;
}
.sticky-copy > p {
  max-width: 500px;
  color: var(--slate);
  margin: 28px 0;
}
.disclaimer {
  font-size: 10px;
  border-left: 2px solid var(--blue);
  padding-left: 15px;
  color: #7a899b;
  max-width: 420px;
}
.timeline {
  border-top: 1px solid var(--mist);
}
.timeline article {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  padding: 35px 0;
  border-bottom: 1px solid var(--mist);
}
.timeline article > span {
  width: 45px;
  height: 45px;
  border: 1px solid #bac9da;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 10px;
  color: var(--royal);
}
.timeline small {
  font-size: 9px;
  letter-spacing: 0.15em;
  color: var(--royal);
}
.timeline h3 {
  font: 600 22px var(--serif);
  margin: 8px 0;
}
.timeline p {
  margin: 0;
  color: var(--slate);
  font-size: 13px;
}
.criteria-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #cfdae7;
  border: 1px solid #cfdae7;
  margin-top: 65px;
}
.criteria-grid article {
  background: var(--ice);
  padding: 32px;
  min-height: 225px;
}
.criteria-grid b {
  font-size: 10px;
  color: var(--royal);
}
.criteria-grid h3 {
  font: 600 20px var(--serif);
  margin: 45px 0 10px;
}
.criteria-grid p {
  font-size: 12px;
  color: var(--slate);
  margin: 0;
}
.profiles > .wrap > .index {
  display: block;
}
.profile-tabs {
  display: flex;
  border-bottom: 1px solid var(--mist);
  margin-top: 36px;
}
.profile-tabs button {
  flex: 1;
  background: transparent;
  border: 0;
  border-bottom: 3px solid transparent;
  padding: 20px 10px;
  font-size: 15px;
  cursor: pointer;
  color: #7b899a;
}
.profile-tabs button.active {
  color: var(--royal);
  border-bottom-color: var(--royal);
  font-weight: 700;
}
.profile-panel {
  background: var(--navy);
  color: #fff;
  padding: 60px;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 10vw;
}
.profile-panel > div > span {
  color: var(--blue);
  font-size: 9px;
  letter-spacing: 0.16em;
}
.profile-panel h2 {
  font-size: clamp(38px, 4.4vw, 62px);
}
.profile-panel p {
  color: #aebed2;
  font-size: 14px;
  max-width: 580px;
  margin-top: 25px;
}
.profile-panel dl {
  margin: 0;
}
.profile-panel dl div {
  padding: 18px 0;
  border-bottom: 1px solid #294263;
}
.profile-panel dt {
  font-size: 9px;
  color: #7f96b6;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.profile-panel dd {
  margin: 6px 0 0;
  font-size: 13px;
}
.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 65px;
}
.project-card {
  background: #fff;
  border: 1px solid #dce4ed;
}
.project-image {
  height: 285px;
  position: relative;
  overflow: hidden;
}
.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}
.project-card:hover img {
  transform: scale(1.04);
}
.tag {
  position: absolute;
  left: 18px;
  top: 18px;
  background: #fff;
  padding: 7px 10px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.project-body {
  padding: 24px;
}
.project-location {
  font-size: 9px;
  letter-spacing: 0.12em;
  color: var(--royal);
  text-transform: uppercase;
}
.project-body h3 {
  font: 600 24px var(--serif);
  margin: 9px 0 18px;
}
.project-facts {
  display: flex;
  gap: 10px;
  font-size: 10px;
  color: var(--slate);
}
.project-facts span + span:before {
  content: '·';
  margin-right: 10px;
}
.price {
  margin: 24px 0 15px;
  padding-top: 17px;
  border-top: 1px solid var(--mist);
}
.price small,
.price strong {
  display: block;
}
.price small {
  font-size: 8px;
  color: #8290a2;
  text-transform: uppercase;
}
.price strong {
  font: 600 23px var(--serif);
}
.project-body > p {
  font-size: 11px;
  color: var(--slate);
  min-height: 34px;
}
.card-link {
  display: flex;
  justify-content: space-between;
  color: var(--royal);
  font-size: 11px;
  font-weight: 700;
  margin-top: 20px;
}
.availability {
  margin-top: 22px;
  background: #dceaff;
  padding: 22px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.availability p {
  margin: 0;
  font-size: 13px;
}
.availability p strong {
  display: block;
}
.compare-switch {
  display: inline-flex;
  margin-top: 55px;
  border: 1px solid #345077;
}
.compare-switch button {
  background: transparent;
  border: 0;
  padding: 13px 35px;
  color: #8fa5c2;
  cursor: pointer;
}
.compare-switch button.active {
  background: var(--blue);
  color: #060606;
}
.compare-card {
  margin-top: 20px;
  border: 1px solid #345077;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
}
.compare-main {
  padding: 50px;
  border-right: 1px solid #345077;
}
.compare-main > span {
  font-size: 9px;
  letter-spacing: 0.15em;
  color: var(--blue);
}
.compare-main h3 {
  font: 600 30px var(--serif);
  margin: 25px 0 16px;
}
.compare-main p {
  color: #aebed2;
  font-size: 13px;
  margin: 0;
}
.compare-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.compare-facts div {
  padding: 32px;
  border-right: 1px solid #345077;
  border-bottom: 1px solid #345077;
}
.compare-facts div:nth-child(even) {
  border-right: 0;
}
.compare-facts div:nth-child(n + 3) {
  border-bottom: 0;
}
.compare-facts small,
.compare-facts strong {
  display: block;
}
.compare-facts small {
  font-size: 9px;
  color: #7690b2;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.compare-facts strong {
  font-size: 13px;
  margin-top: 12px;
}
.abroad-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  align-items: center;
}
.abroad-visual {
  position: relative;
}
.abroad-visual img {
  width: 100%;
  height: 640px;
  object-fit: cover;
}
.abroad-visual > div {
  position: absolute;
  left: -28px;
  bottom: 35px;
  background: var(--blue);
  color: #fff;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 9px;
  letter-spacing: 0.12em;
}
.abroad-visual i {
  width: 40px;
  height: 1px;
  background: #fff;
}
.abroad-copy > p {
  color: var(--slate);
  font-size: 15px;
  margin: 30px 0;
}
.abroad-copy ul {
  list-style: none;
  padding: 0;
  margin: 35px 0;
}
.abroad-copy li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid var(--mist);
}
.abroad-copy li b {
  font-size: 9px;
  color: var(--royal);
}
.abroad-copy li strong {
  display: block;
  font-size: 13px;
}
.abroad-copy li span {
  font-size: 11px;
  color: var(--slate);
}
.text-link {
  display: inline-block;
  color: var(--royal);
  font-size: 12px;
  font-weight: 700;
  border-bottom: 1px solid #8eb1f0;
  padding-bottom: 7px;
}
.safety-grid {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 10vw;
}
.safety-list {
  border-top: 1px solid #cdd9e5;
}
.safety-list article {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 25px;
  padding: 24px 0;
  border-bottom: 1px solid #cdd9e5;
}
.safety-list span {
  font: 600 15px var(--serif);
}
.safety-list p {
  color: var(--slate);
  font-size: 12px;
  margin: 0;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11vw;
  align-items: center;
}
.about-portrait {
  margin: 0;
  height: 600px;
  border: 1px solid #345077;
  position: relative;
  overflow: hidden;
}
.about-portrait:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #060606aa 0%, transparent 38%);
  pointer-events: none;
}
.about-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.about-portrait figcaption {
  position: absolute;
  z-index: 1;
  bottom: 32px;
  left: 35px;
  font: 700 9px var(--body);
  letter-spacing: 0.18em;
  color: #7391b8;
  text-transform: uppercase;
}
.selected-property {
  min-height: 18px;
  margin: 0 0 4px;
  color: var(--royal);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.about-copy h2 {
  color: #fff;
}
.about-copy h2 em {
  color: var(--blue);
}
.about-copy > p {
  color: #aebed2;
  font-size: 13px;
  max-width: 530px;
}
.about-copy .about-lead {
  font-size: 18px;
  color: #fff;
  margin-top: 34px;
}
.signature {
  font: 500 24px var(--serif);
  font-style: italic;
  margin: 35px 0;
}
.signature small {
  font: 600 9px var(--body);
  font-style: normal;
  color: #7f96b6;
  display: block;
  letter-spacing: 0.12em;
  margin-top: 5px;
}
.lead-grid {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 10vw;
  align-items: start;
}
.lead-copy {
  position: sticky;
  top: 120px;
}
.lead-copy > p {
  color: var(--slate);
  max-width: 480px;
  margin: 30px 0;
}
.lead-trust {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 10px;
  color: #55708e;
}
.wizard {
  background: var(--ice);
  border: 1px solid #dbe4ee;
  padding: 40px;
  min-height: 540px;
  display: flex;
  flex-direction: column;
}
.wizard-top > span {
  font-size: 9px;
  letter-spacing: 0.16em;
  color: var(--royal);
}
.wizard-progress {
  height: 2px;
  background: #d4dfeb;
  margin-top: 14px;
}
.wizard-progress i {
  display: block;
  width: 33.333%;
  height: 100%;
  background: var(--royal);
  transition: 0.3s;
}
.form-step {
  display: none;
}
.form-step.active {
  display: block;
}
.form-step h3 {
  font: 600 28px var(--serif);
  margin: 38px 0 28px;
}
.choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.choice-grid input {
  position: absolute;
  opacity: 0;
}
.choice-grid span {
  display: block;
  border: 1px solid #cbd8e6;
  background: #fff;
  padding: 17px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
}
.choice-grid small {
  display: block;
  color: #78899c;
  font-size: 10px;
  font-weight: 400;
  margin-top: 5px;
}
.choice-grid input:checked + span {
  border-color: var(--blue);
  box-shadow: inset 0 0 0 1px var(--blue);
  background: #edf4ff;
}
.field {
  display: block;
  font-size: 10px;
  font-weight: 700;
  margin: 15px 0;
}
.field input,
.field select {
  width: 100%;
  height: 52px;
  border: 1px solid #cbd8e6;
  background: #fff;
  padding: 0 15px;
  margin-top: 6px;
  border-radius: 0;
}
.consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 10px;
  color: var(--slate);
  margin-top: 18px;
}
.consent input {
  margin-top: 2px;
}
.wizard-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
  margin-top: auto;
  padding-top: 28px;
}
.back-btn {
  background: transparent;
  border: 0;
  font-size: 11px;
  cursor: pointer;
  display: none;
}
.form-error,
.form-success {
  font-size: 11px;
  margin: 12px 0 0;
}
.form-error {
  color: #a22;
}
.form-success {
  color: #17623a;
}
.form-success a {
  text-decoration: underline;
  font-weight: 700;
}
.form-success:not(:empty) + .wizard-actions {
  display: none;
}
#submitLead {
  display: none;
}
.final-cta {
  background: var(--blue);
  color: #060606;
  text-align: center;
  padding: 110px 0;
}
.final-cta > div > span {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.final-cta h2 {
  font-size: clamp(46px, 6vw, 80px);
  margin: 24px 0 36px;
}
.final-cta h2 em {
  color: #285d72;
}
footer {
  background: #060606;
  color: #fff;
  padding: 70px 0 35px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 50px;
}
.footer-grid img {
  width: 170px;
  height: 62px;
  object-fit: contain;
}
.footer-grid p,
.footer-grid a {
  display: block;
  color: #9eabc0;
  font-size: 11px;
  margin: 6px 0;
}
.footer-grid small {
  color: #627591;
  font-size: 8px;
  letter-spacing: 0.15em;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #243653;
  padding-top: 25px;
  margin-top: 55px;
  color: #687993;
  font-size: 8px;
}
.mobile-cta {
  display: none;
}
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 900px) {
  .section {
    padding: 88px 0;
  }
  .topbar nav,
  .topbar > .btn {
    display: none;
  }
  .menu {
    display: block;
    width: 42px;
    height: 42px;
    padding: 11px;
  }
  .menu span {
    display: block;
    height: 1px;
    background: #fff;
    margin: 7px 0;
  }
  .topbar.open {
    background: var(--navy);
    height: auto;
    min-height: 78px;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 10px;
  }
  .topbar.open nav {
    order: 3;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 20px 0 28px;
  }
  .topbar.open nav a {
    padding: 13px 0;
    border-top: 1px solid #ffffff20;
  }
  .section-head {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .hero {
    height: auto;
    min-height: 760px;
    padding: 150px 0 90px;
  }
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 65px;
    padding-top: 0;
  }
  .hero h1 {
    font-size: clamp(56px, 16vw, 80px);
  }
  .hero-copy > p {
    font-size: 16px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
  .hero-note {
    max-width: 360px;
  }
  .scroll-note {
    display: none;
  }
  .stats {
    grid-template-columns: 1fr 1fr;
  }
  .stats article:nth-child(2) {
    border-right: 0;
  }
  .stats article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--mist);
  }
  .engine-grid {
    grid-template-columns: 1fr;
  }
  .engine-grid article {
    min-height: 300px;
  }
  .journey-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .sticky-copy,
  .lead-copy {
    position: static;
  }
  .criteria-grid {
    grid-template-columns: 1fr 1fr;
  }
  .profile-panel {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 40px;
  }
  .project-grid {
    grid-template-columns: 1fr 1fr;
  }
  .project-card:last-child {
    grid-column: 1/-1;
    max-width: calc(50% - 11px);
  }
  .compare-card {
    grid-template-columns: 1fr;
  }
  .compare-main {
    border-right: 0;
    border-bottom: 1px solid #345077;
  }
  .abroad-grid {
    gap: 7vw;
  }
  .abroad-visual img {
    height: 540px;
  }
  .safety-grid,
  .about-grid,
  .lead-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .about-portrait {
    height: 430px;
  }
  .footer-grid {
    grid-template-columns: 1.5fr 1fr;
  }
  .footer-grid > div:last-child {
    grid-column: 2;
  }
  .mobile-cta {
    display: flex;
    position: fixed;
    z-index: 60;
    bottom: 14px;
    left: 5vw;
    right: 5vw;
    height: 51px;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    background: var(--blue);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 12px 35px #06173455;
  }
}
@media (max-width: 620px) {
  body {
    padding-bottom: 70px;
  }
  .wrap {
    width: min(100% - 40px, 1200px);
  }
  .section {
    padding: 76px 0;
  }
  h2 {
    font-size: 42px;
  }
  .topbar {
    height: 66px;
    padding: 0 20px;
  }
  .brand img {
    width: 135px;
    height: 50px;
  }
  .hero {
    min-height: 720px;
    padding: 120px 0 70px;
  }
  .hero-shade {
    background:
      linear-gradient(90deg, #060606f5, #060606bd),
      linear-gradient(0deg, #060606ba, transparent);
  }
  .hero h1 {
    font-size: 54px;
    margin: 20px 0 24px;
  }
  .hero-note {
    margin-top: 10px;
  }
  .stats {
    grid-template-columns: 1fr;
  }
  .stats article,
  .stats article + article {
    padding: 27px 0;
    border-right: 0;
    border-bottom: 1px solid var(--mist);
  }
  .stats article:last-child {
    border-bottom: 0;
  }
  .stats p {
    min-height: 0;
  }
  .engine-grid {
    margin-top: 45px;
  }
  .engine-grid article {
    padding: 28px;
    min-height: 280px;
  }
  .line-icon {
    margin: 32px 0 25px;
  }
  .timeline article {
    grid-template-columns: 55px 1fr;
  }
  .criteria-grid {
    grid-template-columns: 1fr;
  }
  .criteria-grid article {
    min-height: 180px;
  }
  .criteria-grid h3 {
    margin-top: 30px;
  }
  .profile-tabs {
    overflow: auto;
  }
  .profile-tabs button {
    min-width: 115px;
  }
  .profile-panel {
    padding: 30px 24px;
  }
  .project-grid {
    grid-template-columns: 1fr;
  }
  .project-card:last-child {
    grid-column: auto;
    max-width: none;
  }
  .project-image {
    height: 260px;
  }
  .availability {
    display: block;
  }
  .availability .btn {
    width: 100%;
    margin-top: 18px;
  }
  .compare-main {
    padding: 30px 24px;
  }
  .compare-facts {
    grid-template-columns: 1fr;
  }
  .compare-facts div {
    border-right: 0;
    border-bottom: 1px solid #345077 !important;
  }
  .compare-facts div:last-child {
    border-bottom: 0 !important;
  }
  .abroad-grid {
    grid-template-columns: 1fr;
  }
  .abroad-visual img {
    height: 440px;
  }
  .abroad-visual > div {
    left: -10px;
  }
  .safety-list article {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .about-portrait {
    height: 320px;
  }
  .wizard {
    padding: 28px 20px;
    min-height: 580px;
  }
  .choice-grid {
    grid-template-columns: 1fr;
  }
  .wizard-actions {
    justify-content: space-between;
  }
  .final-cta {
    padding: 80px 0;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid > div:last-child {
    grid-column: auto;
  }
  .footer-bottom {
    display: block;
  }
  .footer-bottom span {
    display: block;
    margin-top: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .project-image img,
  .btn {
    transition: none;
  }
}
