:root {
  --sora-midnight: #03182f;
  --sora-deep: #061f3d;
  --sora-navy: #082e5c;
  --sora-blue: #0f6faf;
  --sora-blue-strong: #0b578b;
  --sora-azure: #2f9fe9;
  --sora-sky: #eaf6ff;
  --sora-paper: #f7f9fc;
  --sora-ink: #092747;
  --sora-muted: #60748a;
  --sora-muted-aa: #52667a;
  --sora-on-dark-aa: #d7e5ef;
  --sora-accent-on-dark-aa: #b9e5ff;
  --sora-line: #dce7f0;
  --sora-white: #fff;
  --sora-serif: "Cormorant Garamond", Georgia, serif;
  --sora-shadow: 0 24px 70px rgba(5, 31, 60, .12);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.site-frontend {
  margin: 0;
  color: var(--sora-ink);
  background: var(--sora-white);
  font-family: Manrope, Arial, sans-serif;
  text-rendering: optimizeLegibility;
}

body.site-frontend.is-nav-open { overflow: hidden; }

.site-main { min-height: 0; padding-top: 0; }

/* Keep inner pages in the same editorial type system as the SORA homepage. */
.site-frontend .page-hero h1,
.site-frontend .section-heading,
.site-frontend .detail-hero h1,
.site-frontend .blog-page__hero h1,
.site-frontend .ba-title,
.site-frontend .legal-hero h1,
.site-frontend .nf-title,
.site-frontend .contact-split__heading,
.site-frontend .about-cta-banner h2,
.site-frontend .project-card h3 {
  font-family: var(--sora-serif);
  font-weight: 600;
  letter-spacing: -.025em;
}

.site-frontend .project-card h3 {
  font-size: 22px;
  line-height: 1.18;
}
.sora-hp {
  position: absolute !important;
  inline-size: 1px !important;
  block-size: 1px !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}
#sora-progress { background: linear-gradient(90deg, var(--sora-blue), var(--sora-azure)) !important; }

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

.sora-language-switch {
  min-block-size: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding-inline: 11px 13px;
  color: var(--sora-navy);
  background: #f8fbfd;
  border: 1px solid var(--sora-line);
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 999px;
  box-shadow: 0 5px 16px rgba(5, 31, 60, .05);
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.sora-language-switch__flag {
  width: 24px;
  height: 16px;
  display: block;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(3, 24, 47, .14);
}

.sora-language-switch__label {
  display: block;
  line-height: 1.2;
}

.sora-language-switch:hover,
.sora-language-switch:focus-visible {
  color: var(--sora-blue);
  background: rgba(18, 114, 184, 0.08);
  border-color: rgba(15, 111, 175, .32);
  box-shadow: 0 8px 20px rgba(5, 31, 60, .09);
  transform: translateY(-1px);
}

.sora-header {
  position: sticky;
  inset-block-start: 0;
  z-index: 1000;
  background: var(--sora-white);
  box-shadow: 0 1px 0 rgba(3, 24, 47, .08);
}

.sora-utility {
  min-height: 34px;
  color: #d7e8f7;
  background: var(--sora-midnight);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.sora-utility__inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.sora-utility__contact,
.sora-utility__social {
  display: flex;
  align-items: center;
}

.sora-utility__contact { gap: 22px; }
.sora-utility__social { gap: 13px; }

.sora-utility a,
.sora-utility__social > span {
  color: inherit;
  text-decoration: none;
}

.sora-utility__contact a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  transition: color .2s ease;
}

.sora-utility__contact a:hover { color: var(--sora-white); }
.sora-utility__contact a.is-disabled {
  color: #9bb1c5;
  cursor: default;
  opacity: .86;
  pointer-events: none;
}
.sora-utility__contact a.is-disabled.sora-utility__whatsapp { color: #a5bacd !important; }
.sora-utility__contact svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.sora-utility__phone svg {
  fill: none;
  stroke: var(--sora-azure);
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sora-utility__whatsapp { color: #eef6fb !important; }
.sora-utility__whatsapp svg {
  width: 17px;
  height: 17px;
  color: #25d366;
  fill: currentColor;
}

.sora-utility__social > span:first-child {
  margin-inline-end: 2px;
  color: #7894ae;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.sora-utility__social a,
.sora-utility__social > span:not(:first-child) {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #d7e8f7;
  transition: color .2s ease, background-color .2s ease;
}

.sora-utility__social a:hover {
  color: var(--sora-white);
  background: rgba(71, 183, 255, .2);
}

.sora-utility__social .is-disabled { color: #8da7bd; opacity: .82; }
.sora-utility__social svg {
  width: 15px;
  height: 15px;
  transition: transform .28s cubic-bezier(.2, .8, .2, 1);
}
.sora-utility__social a:hover svg { transform: translateY(-1px) scale(1.12); }
.sora-utility__social svg path { fill: currentColor; }
.sora-utility__social svg rect,
.sora-utility__social svg circle { fill: none; stroke: currentColor; stroke-width: 1.8; }

.sora-header__main {
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(18px);
}

.sora-header__inner {
  position: relative;
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 48px;
}

.sora-header__brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}

.sora-header__brand img {
  width: 110px;
  height: 48px;
  display: block;
  object-fit: contain;
  object-position: left center;
}

.sora-header__panel {
  min-width: 0;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.sora-nav {
  display: flex;
  align-items: center;
  gap: clamp(21px, 2.1vw, 34px);
}

.sora-nav a {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--sora-ink);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

.sora-nav a::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  inset-block-end: -9px;
  height: 1px;
  background: var(--sora-blue);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform .28s ease;
}

.sora-nav a:hover { color: var(--sora-blue); }
.sora-nav a:hover::after { transform: scaleX(1); transform-origin: left center; }

.sora-header__actions {
  display: flex;
  align-items: center;
  gap: 19px;
}

.sora-header__cta {
  min-height: 46px;
  padding: 0 18px 0 20px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--sora-white);
  background: var(--sora-navy);
  border: 1px solid var(--sora-navy);
  border-radius: 2px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.sora-header__cta:hover {
  background: var(--sora-blue);
  border-color: var(--sora-blue);
  box-shadow: 0 12px 28px rgba(22, 135, 217, .22);
}

.sora-header__cta svg,
.sora-button svg,
.sora-hero__explore svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sora-header__toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-inline-start: auto;
  padding: 9px;
  border: 1px solid var(--sora-line);
  border-radius: 2px;
  background: var(--sora-white);
}

.sora-header__toggle span {
  width: 21px;
  height: 2px;
  display: block;
  margin: 4px auto;
  background: var(--sora-navy);
  transition: transform .2s ease, opacity .2s ease;
}

.sora-header__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.sora-header__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.sora-header__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.sora-hero {
  position: relative;
  min-height: clamp(660px, calc(100svh - 112px), 820px);
  overflow: hidden;
  isolation: isolate;
  color: var(--sora-white);
  background: var(--sora-midnight);
}

.sora-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 18, 37, .98) 0%, rgba(3, 22, 44, .89) 34%, rgba(3, 24, 47, .44) 62%, rgba(3, 24, 47, .08) 100%),
    linear-gradient(0deg, rgba(3, 24, 47, .82) 0%, transparent 38%);
}

.sora-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  opacity: .14;
  background-image:
    linear-gradient(rgba(255, 255, 255, .1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .1) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(90deg, #000, transparent 55%);
}

.sora-hero__media {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.sora-hero__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  animation: sora-hero-breathe 16s ease-in-out infinite alternate;
}

.sora-hero__grid {
  position: relative;
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(370px, 430px);
  align-items: center;
  gap: clamp(42px, 5vw, 78px);
  padding-block: 58px 170px;
}

.sora-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 680px;
  animation: sora-copy-in .9s cubic-bezier(.2, .8, .2, 1) both;
}

.sora-hero h1,
.sora-heading h2,
.sora-guidance h2,
.sora-final-cta h2,
.sora-footer__conversation h2 {
  margin: 0;
  font-family: var(--sora-serif);
  font-weight: 400;
  letter-spacing: -.05em;
}

.sora-hero h1 {
  max-width: 650px;
  font-size: clamp(66px, 6.2vw, 96px);
  line-height: .93;
  text-wrap: balance;
  text-shadow: 0 18px 50px rgba(0, 0, 0, .28);
}

.sora-hero__copy p {
  max-width: 580px;
  margin: 28px 0 34px;
  color: #d9e5ef;
  font-size: 17px;
  line-height: 1.75;
}

.sora-hero__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.sora-lead-card {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 27px 28px 24px;
  color: var(--sora-white);
  background: rgba(4, 27, 53, .9);
  border: 1px solid rgba(255, 255, 255, .34);
  box-shadow: 0 28px 75px rgba(0, 0, 0, .3);
  backdrop-filter: blur(22px);
  animation: sora-lead-in 1s .12s cubic-bezier(.2, .8, .2, 1) both;
}

.sora-lead-card::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  inset-block-start: -1px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--sora-azure), transparent);
  box-shadow: 0 0 18px rgba(71, 183, 255, .42);
}

.sora-lead-card__head > span {
  color: var(--sora-azure);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.sora-lead-card__head h2 {
  margin: 7px 0 6px;
  font-family: var(--sora-serif);
  font-size: clamp(27px, 2.3vw, 34px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.sora-lead-card__head p {
  margin: 0 0 18px;
  color: #c4d5e3;
  font-size: 13px;
  line-height: 1.55;
}

.sora-lead-alert {
  margin: 0 0 16px;
  padding: 11px 12px;
  display: grid;
  gap: 3px;
  border: 1px solid;
  font-size: 12px;
  line-height: 1.45;
}

.sora-lead-alert strong { font-size: 13px; }
.sora-lead-alert--success { color: #d6fbe3; background: rgba(31, 168, 91, .15); border-color: rgba(88, 214, 143, .35); }
.sora-lead-alert--error { color: #ffe1df; background: rgba(215, 70, 61, .14); border-color: rgba(255, 132, 124, .35); }

.sora-lead-form {
  display: grid;
  gap: 12px;
}

.sora-lead-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.sora-lead-form label {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.sora-lead-form label > span {
  color: #e0ebf4;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
}

.sora-lead-form input,
.sora-lead-form select {
  width: 100%;
  min-width: 0;
  height: 48px;
  padding: 0 13px;
  color: var(--sora-white);
  background: rgba(255, 255, 255, .11);
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 2px;
  outline: none;
  font: inherit;
  font-size: 14px;
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.sora-lead-form input::placeholder {
  color: #a9bfd2;
  opacity: 1;
}

.sora-lead-form select {
  appearance: auto;
}

.sora-lead-form select option {
  color: #092747 !important;
  background-color: #fff !important;
  -webkit-text-fill-color: #092747 !important;
}

.sora-lead-form select option:checked {
  color: #092747 !important;
  background-color: #b9dcff !important;
  -webkit-text-fill-color: #092747 !important;
}

.sora-lead-form select option:not(:checked) {
  color: #092747 !important;
  background-color: #fff !important;
  -webkit-text-fill-color: #092747 !important;
}

.sora-lead-form input:focus,
.sora-lead-form select:focus {
  background: rgba(255, 255, 255, .11);
  border-color: var(--sora-azure);
  box-shadow: 0 0 0 3px rgba(71, 183, 255, .12);
}

.sora-lead-form button {
  min-height: 47px;
  padding: 0 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--sora-white);
  background: var(--sora-blue);
  border: 1px solid var(--sora-blue);
  border-radius: 2px;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.sora-lead-form button:hover {
  background: var(--sora-blue-strong);
  border-color: var(--sora-blue-strong);
  box-shadow: 0 14px 30px rgba(15, 111, 175, .25);
  transform: translateY(-1px);
}

.sora-lead-form button svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sora-lead-form > small {
  color: #6f8ba3;
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}

.sora-button {
  min-height: 50px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 1px solid transparent;
  border-radius: 2px;
  color: inherit;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

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

.sora-button--primary {
  color: var(--sora-white);
  background: var(--sora-blue);
  border-color: var(--sora-blue);
  box-shadow: 0 15px 36px rgba(22, 135, 217, .24);
}

.sora-button--primary:hover { background: #2099ee; border-color: #2099ee; }

.sora-button--glass {
  color: var(--sora-white);
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .52);
  backdrop-filter: blur(10px);
}

.sora-button--glass:hover { background: rgba(255, 255, 255, .13); border-color: var(--sora-white); }

.sora-hero__accent {
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 26%;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, .62);
}

.sora-hero__accent span {
  width: 120px;
  height: 1px;
  display: block;
  background: linear-gradient(90deg, transparent, var(--sora-azure));
  box-shadow: 0 0 18px var(--sora-blue);
  animation: sora-accent-pulse 3s ease-in-out infinite;
}

.sora-hero__accent em {
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .12em;
}

.sora-hero__explore {
  position: absolute;
  inset-inline: 0;
  inset-block-end: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(5, 29, 56, .72);
  box-shadow: 0 24px 65px rgba(0, 0, 0, .25);
  backdrop-filter: blur(18px);
  animation: sora-explore-in 1s .25s cubic-bezier(.2, .8, .2, 1) both;
}

.sora-hero__explore > a {
  min-height: 94px;
  padding: 20px 24px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 17px;
  color: var(--sora-white);
  text-decoration: none;
  transition: background-color .25s ease;
}

.sora-hero__explore > a + a { border-inline-start: 1px solid rgba(255, 255, 255, .16); }
.sora-hero__explore > a:hover { background: rgba(22, 135, 217, .18); }

.sora-hero__explore > a > span {
  color: var(--sora-azure);
  font-size: 12px;
  font-weight: 800;
}

.sora-hero__explore div { display: grid; gap: 5px; }
.sora-hero__explore small { color: #b7cadb; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.sora-hero__explore strong { font-family: var(--sora-serif); font-size: 19px; font-weight: 400; }
.sora-hero__explore svg { color: #8ecfff; }

.sora-section { padding: 106px 0 112px; }
.sora-featured { overflow: hidden; background: var(--sora-paper); }

.sora-heading {
  margin-bottom: 40px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.sora-heading > div > span,
.sora-final-cta__inner > div:first-child > span,
.sora-footer__conversation > div:first-child > span {
  color: var(--sora-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.sora-heading h2,
.sora-guidance h2 {
  margin-top: 9px;
  font-size: clamp(42px, 4vw, 58px);
  line-height: 1;
}

.sora-heading > a {
  padding-block-end: 5px;
  color: var(--sora-navy);
  text-decoration: none;
  font-size: 13px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-weight: 800;
  border-bottom: 1px solid rgba(8, 46, 92, .3);
}

.sora-heading > a span {
  display: inline-block;
  margin-inline-start: 7px;
  transition: transform .2s ease;
}

.sora-heading > a:hover span { transform: translateX(4px); }

.sora-property-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.sora-property {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: var(--sora-white);
  border: 1px solid rgba(8, 46, 92, .1);
  box-shadow: 0 16px 38px rgba(5, 31, 60, .04);
  transition: transform .35s ease, box-shadow .35s ease;
}

.sora-property:hover {
  transform: translateY(-7px);
  box-shadow: var(--sora-shadow);
}

.sora-property__image {
  position: relative;
  aspect-ratio: 1.35;
  display: block;
  overflow: hidden;
  background: #dce7f0;
}

.sora-property__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(3, 24, 47, .35), transparent 44%);
}

.sora-property__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.2, .8, .2, 1);
}

.sora-property:hover .sora-property__image img { transform: scale(1.055); }

.sora-property__image > span {
  position: absolute;
  z-index: 2;
  inset-inline-start: 18px;
  inset-block-end: 15px;
  color: var(--sora-white);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
}

.sora-property__body { padding: 23px 22px 21px; }
.sora-property__body > span { color: var(--sora-blue); font-size: 12px; font-weight: 800; letter-spacing: .04em; }

.sora-property h3 {
  margin: 8px 0 23px;
  font-family: var(--sora-serif);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.14;
}

.sora-property h3 a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.sora-property h3 a { color: var(--sora-ink); text-decoration: none; }

.sora-property__body > div {
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--sora-muted);
  border-top: 1px solid var(--sora-line);
  font-size: 13px;
}

.sora-property__body strong { color: var(--sora-navy); }

.sora-markets {
  position: relative;
  padding: 106px 0 116px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 0%, rgba(22, 135, 217, .22), transparent 34%),
    var(--sora-midnight);
}

.sora-markets::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .2;
  background: linear-gradient(90deg, transparent 49.9%, rgba(255, 255, 255, .1) 50%, transparent 50.1%);
}

.sora-heading--light { position: relative; z-index: 1; }
.sora-heading--light h2 { max-width: 720px; color: var(--sora-white); }
.sora-heading--light > div > span { color: var(--sora-azure); }

.sora-market-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.sora-market {
  position: relative;
  min-height: 460px;
  padding: 34px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: var(--sora-white);
  border: 1px solid rgba(255, 255, 255, .18);
  text-decoration: none;
}

.sora-market::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(3, 24, 47, .92), rgba(3, 24, 47, .1) 72%),
    linear-gradient(90deg, rgba(3, 24, 47, .35), transparent);
  transition: background-color .35s ease;
}

.sora-market img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2, .8, .2, 1);
}

.sora-market:hover img { transform: scale(1.05); }
.sora-market > span,
.sora-market > strong,
.sora-market > em { position: relative; z-index: 1; }

.sora-market > span { color: #b6d8ee; font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.sora-market > strong { margin: 9px 0 19px; font-family: var(--sora-serif); font-size: clamp(42px, 4vw, 57px); font-weight: 400; letter-spacing: -.04em; }
.sora-market > em { width: max-content; padding-bottom: 5px; border-bottom: 1px solid rgba(255, 255, 255, .42); font-size: 12px; font-style: normal; font-weight: 800; }
.sora-market > em b { display: inline-block; margin-inline-start: 8px; transition: transform .2s ease; }
.sora-market:hover > em b { transform: translateX(5px); }

.sora-guidance {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 22%, rgba(71, 183, 255, .11), transparent 23%),
    #f4f9fe;
}

.sora-guidance::before {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  width: 50%;
  background:
    radial-gradient(circle at 78% 25%, rgba(22, 135, 217, .22), transparent 28%),
    linear-gradient(145deg, #03182f 0%, #06284d 56%, #03182f 100%);
  pointer-events: none;
}

.sora-guidance__grid {
  position: relative;
  z-index: 1;
  width: min(100% - 28px, 1600px);
  min-height: 680px;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  align-items: stretch;
}

.sora-guidance__statement {
  position: relative;
  min-width: 0;
  padding-block: 112px 104px;
  padding-inline: clamp(36px, 4vw, 64px) clamp(54px, 5vw, 84px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: visible;
  color: var(--sora-white);
}

.sora-guidance__statement > span:first-child {
  position: relative;
  z-index: 2;
  color: #8ed3ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.sora-guidance__statement h2 {
  position: relative;
  z-index: 2;
  max-width: 620px;
  margin: 35px 0 0;
  color: var(--sora-white);
  font-family: var(--sora-serif);
  font-size: clamp(58px, 5.2vw, 82px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.045em;
}

.sora-guidance__watermark {
  position: absolute;
  z-index: 0;
  inset-inline-start: -70px;
  inset-block-end: -18px;
  color: rgba(255, 255, 255, .055);
  font-family: var(--sora-serif);
  font-size: clamp(160px, 20vw, 290px);
  line-height: .82;
  letter-spacing: -.09em;
  pointer-events: none;
  user-select: none;
}

.sora-guidance__orbit {
  position: absolute;
  z-index: 1;
  width: 650px;
  height: 650px;
  inset-inline-end: -145px;
  inset-block-start: -135px;
  border: 1px solid rgba(93, 188, 255, .55);
  border-radius: 50%;
  pointer-events: none;
  transform: rotate(18deg);
}

.sora-guidance__orbit i {
  position: absolute;
  width: 8px;
  height: 8px;
  inset-inline-end: 82px;
  inset-block-start: 176px;
  border-radius: 50%;
  background: #eaf8ff;
  box-shadow: 0 0 7px #fff, 0 0 18px #47b7ff, 0 0 34px rgba(71, 183, 255, .85);
}

.sora-guidance__content {
  position: relative;
  min-width: 0;
  padding-block: 102px 88px;
  padding-inline: clamp(68px, 6vw, 96px) 0;
}

.sora-guidance__content > p {
  max-width: 640px;
  margin: 0 0 42px;
  color: #234b72;
  font-size: clamp(18px, 1.55vw, 21px);
  line-height: 1.65;
}

.sora-guidance__content ol {
  position: relative;
  margin: 0 0 49px;
  padding: 0;
  list-style: none;
}

.sora-guidance__content ol::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 1px;
  inset-block: 46px;
  inset-inline-start: 31px;
  background: linear-gradient(180deg, rgba(22, 135, 217, .92), rgba(22, 135, 217, .18));
}

.sora-guidance__content li {
  position: relative;
  z-index: 1;
  min-height: 94px;
  padding-block: 0;
  padding-inline: 0 24px;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
  align-items: center;
  color: var(--sora-ink);
  border-bottom: 1px solid rgba(8, 46, 92, .11);
  transition: color .3s ease, background-color .3s ease, border-color .3s ease, box-shadow .3s ease, transform .3s cubic-bezier(.2, .8, .2, 1);
}

.sora-guidance__content li:first-child {
  background: rgba(255, 255, 255, .82);
  border-color: rgba(71, 183, 255, .34);
  box-shadow: 0 16px 42px rgba(8, 46, 92, .09);
}

.sora-guidance__content li:hover {
  z-index: 2;
  background: rgba(255, 255, 255, .92);
  border-color: rgba(71, 183, 255, .46);
  box-shadow: 0 16px 42px rgba(8, 46, 92, .1);
  transform: translateX(8px);
}

.sora-guidance__content li span {
  position: relative;
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--sora-blue);
  background: #f5faff;
  border: 1px solid rgba(22, 135, 217, .24);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(8, 46, 92, .06);
  transition: color .3s ease, background-color .3s ease, border-color .3s ease, transform .3s cubic-bezier(.2, .8, .2, 1);
}

.sora-guidance__content li:first-child span,
.sora-guidance__content li:hover span {
  color: var(--sora-white);
  background: var(--sora-blue);
  border-color: var(--sora-blue);
  transform: scale(1.04);
}

.sora-guidance__content li strong {
  color: inherit;
  font-family: var(--sora-serif);
  font-size: clamp(20px, 1.65vw, 24px);
  font-weight: 400;
  line-height: 1.25;
}

.sora-guidance__content > a {
  position: relative;
  width: max-content;
  min-height: 44px;
  padding: 0 0 8px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--sora-navy);
  text-decoration: none;
  border-bottom: 1px solid rgba(22, 135, 217, .55);
  font-size: 13px;
  font-weight: 800;
  transition: color .25s ease, border-color .25s ease;
}

.sora-guidance__content > a svg {
  width: 18px;
  height: 18px;
  transition: transform .28s cubic-bezier(.2, .8, .2, 1);
}

.sora-guidance__content > a:hover { color: var(--sora-blue); border-color: var(--sora-blue); }
.sora-guidance__content > a:hover svg { transform: translateX(5px); }

.sora-guidance.is-motion-ready .sora-guidance__statement > span:first-child,
.sora-guidance.is-motion-ready .sora-guidance__statement h2,
.sora-guidance.is-motion-ready .sora-guidance__content > p,
.sora-guidance.is-motion-ready .sora-guidance__content li,
.sora-guidance.is-motion-ready .sora-guidance__content > a {
  opacity: 0;
  transform: translateY(22px);
}

.sora-guidance.is-motion-ready.is-inview .sora-guidance__statement > span:first-child,
.sora-guidance.is-motion-ready.is-inview .sora-guidance__statement h2,
.sora-guidance.is-motion-ready.is-inview .sora-guidance__content > p,
.sora-guidance.is-motion-ready.is-inview .sora-guidance__content li,
.sora-guidance.is-motion-ready.is-inview .sora-guidance__content > a {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .65s ease, transform .65s cubic-bezier(.2, .8, .2, 1);
}

.sora-guidance.is-motion-ready.is-inview .sora-guidance__statement h2 { transition-delay: .07s; }
.sora-guidance.is-motion-ready.is-inview .sora-guidance__content > p { transition-delay: .12s; }
.sora-guidance.is-motion-ready.is-inview .sora-guidance__content li:nth-child(1) { transition-delay: .18s; }
.sora-guidance.is-motion-ready.is-inview .sora-guidance__content li:nth-child(2) { transition-delay: .25s; }
.sora-guidance.is-motion-ready.is-inview .sora-guidance__content li:nth-child(3) { transition-delay: .32s; }
.sora-guidance.is-motion-ready.is-inview .sora-guidance__content > a { transition-delay: .38s; }
.sora-guidance.is-motion-ready.is-inview .sora-guidance__content li:hover {
  transform: translateX(8px);
  transition-delay: 0s;
}

.sora-final-cta {
  position: relative;
  padding: 64px 0;
  overflow: hidden;
  color: var(--sora-white);
  background: var(--sora-blue);
}

.sora-final-cta::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  inset-inline-end: -80px;
  inset-block-start: -170px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  box-shadow: 0 0 0 60px rgba(255, 255, 255, .03), 0 0 0 120px rgba(255, 255, 255, .025);
}

.sora-final-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.sora-final-cta__inner > div:first-child > span { color: rgba(255, 255, 255, .72); }
.sora-final-cta h2 { margin-top: 7px; font-size: clamp(38px, 4vw, 52px); }
.sora-final-cta__inner > div:last-child { display: flex; gap: 10px; flex-wrap: wrap; }

.sora-button--white { color: var(--sora-blue); background: var(--sora-white); border-color: var(--sora-white); }
.sora-button--white:hover { color: var(--sora-navy); box-shadow: 0 15px 30px rgba(3, 24, 47, .16); }
.sora-button--outline { color: var(--sora-white); border-color: rgba(255, 255, 255, .72); background: transparent; }
.sora-button--outline:hover { background: rgba(255, 255, 255, .1); border-color: var(--sora-white); }

.sora-footer {
  padding: 0 0 24px;
  color: var(--sora-white);
  background:
    radial-gradient(circle at 16% 30%, rgba(22, 135, 217, .15), transparent 30%),
    var(--sora-midnight);
}

.sora-footer__conversation {
  min-height: 230px;
  padding-block: 58px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: center;
  gap: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.sora-footer__conversation > div:first-child > span { color: var(--sora-azure); }
.sora-footer__conversation h2 { max-width: 650px; margin-top: 9px; font-size: clamp(38px, 4.2vw, 57px); line-height: 1; }

.sora-footer__conversation-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

.sora-footer__conversation .sora-button { gap: 12px; }
.sora-footer__conversation .sora-button svg { width: 20px; height: 20px; color: #25d366; fill: currentColor; stroke: none; }
.sora-footer__conversation-actions .is-disabled {
  cursor: default;
  opacity: .78;
  pointer-events: none;
}

.sora-footer__phone {
  display: grid;
  gap: 4px;
  color: var(--sora-white);
  text-decoration: none;
}

.sora-footer__phone span { color: #9bb1c5; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.sora-footer__phone strong { font-size: 13px; font-weight: 700; }

.sora-footer__main {
  padding-top: 62px;
  display: grid;
  grid-template-columns: .8fr 1.45fr;
  gap: 90px;
}

.sora-footer__brand {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sora-footer__brand img {
  width: 250px;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1);
  transition: opacity .65s ease, transform .65s cubic-bezier(.2, .8, .2, 1);
}

.sora-footer__brand p {
  max-width: 360px;
  margin: 17px 0 25px;
  color: #b9cad8;
  font-size: 14px;
  line-height: 1.8;
}

.sora-footer__social {
  display: flex;
  align-items: center;
  gap: 11px;
}

.sora-footer__social a,
.sora-footer__social > span {
  position: relative;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #c9d9e7;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .08);
  transition: color .25s ease, border-color .25s ease, background-color .25s ease, box-shadow .25s ease, transform .25s cubic-bezier(.2, .8, .2, 1);
}

.sora-footer__social a::before {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: inherit;
  background: rgba(255, 255, 255, .14);
  opacity: 0;
  transform: scale(.45);
  transition: opacity .28s ease, transform .28s ease;
}

.sora-footer__social a:hover {
  color: var(--sora-white);
  border-color: var(--sora-azure);
  background: linear-gradient(145deg, var(--sora-blue), #075a9c);
  box-shadow: 0 12px 30px rgba(22, 135, 217, .28);
  transform: translateY(-5px);
}

.sora-footer__social a:hover::before { opacity: 1; transform: scale(1); }
.sora-footer__social a:active { transform: translateY(-1px) scale(.94); }
.sora-footer__social svg {
  position: relative;
  z-index: 1;
  width: 18px;
  height: 18px;
  transition: transform .32s cubic-bezier(.2, .8, .2, 1);
}
.sora-footer__social a:hover svg { transform: scale(1.14) rotate(-7deg); }
.sora-footer__social svg path { fill: currentColor; }
.sora-footer__social svg rect,
.sora-footer__social svg circle { fill: none; stroke: currentColor; stroke-width: 1.8; }
.sora-footer__social > .is-disabled {
  color: #849cb0;
  cursor: default;
  opacity: .82;
}

.sora-footer.is-motion-ready .sora-footer__brand img {
  opacity: 0;
  transform: translateY(18px) scale(.96);
}

.sora-footer.is-motion-ready.is-inview .sora-footer__brand img {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.sora-footer.is-motion-ready .sora-footer__social a { opacity: 0; }
.sora-footer.is-motion-ready.is-inview .sora-footer__social a {
  animation: sora-footer-social-in .58s cubic-bezier(.2, .8, .2, 1) both;
}
.sora-footer.is-motion-ready.is-inview .sora-footer__social a:nth-child(2) { animation-delay: .09s; }
.sora-footer.is-motion-ready.is-inview .sora-footer__social a:nth-child(3) { animation-delay: .18s; }

.sora-footer__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.sora-footer__links > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.sora-footer__links strong {
  margin-bottom: 8px;
  color: var(--sora-azure);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.sora-footer__links a,
.sora-footer__links span {
  color: #b8cad9;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.55;
  transition: color .2s ease;
}

.sora-footer__links a {
  min-height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
}

.sora-footer__links a:hover { color: var(--sora-white); }
.sora-footer__links a.is-disabled {
  color: #8299ac;
  cursor: default;
  pointer-events: none;
}

.sora-footer__bottom {
  margin-top: 55px;
  padding-top: 21px;
  display: flex;
  justify-content: space-between;
  gap: 22px;
  color: #9bb1c5;
  border-top: 1px solid rgba(255, 255, 255, .09);
  font-size: 12px;
}

/* Public-site contrast pass: shared dark surfaces, cards and form hints. */
.site-frontend .page-hero__overlay {
  background: linear-gradient(
    180deg,
    rgba(3, 24, 47, .68) 0%,
    rgba(3, 38, 79, .84) 100%
  );
}

.site-frontend .page-hero__eyebrow,
.site-frontend .legal-hero .section-kicker,
.site-frontend .about-stat__num,
.site-frontend .contact-split__kicker,
.site-frontend .map-att-row__mins {
  color: var(--sora-accent-on-dark-aa);
}

.site-frontend .page-hero__sub {
  color: #f2f7fb;
}

.site-frontend .page-hero__content h1,
.site-frontend .page-hero__sub {
  text-shadow: 0 2px 18px rgba(0, 0, 0, .32);
}

.site-frontend .about-stat__label,
.site-frontend .about-cta-banner__inner p,
.site-frontend .contact-split__desc,
.site-frontend .contact-split__item > div span,
.site-frontend .legal-hero__meta,
.site-frontend .map-att-row__mins small,
.site-frontend .map-att-row__label,
.site-frontend .attraction-card__unit,
.site-frontend .attraction-card__label {
  color: var(--sora-on-dark-aa);
}

.site-frontend .page-blog .blog-page__card-meta,
.site-frontend .listing-grid .project-card__location,
.site-frontend .prop-card__location,
.site-frontend .prop-card__price-label,
.site-frontend .prop-card__payment,
.site-frontend .detail-stat__label,
.site-frontend .project-beds__label,
.site-frontend .detail-tab:not(.is-active),
.site-frontend .testimonial-card__author span,
.site-frontend .faq-chevron,
.site-frontend .up-step__circle,
.site-frontend .up-step span {
  color: var(--sora-muted-aa);
}

.site-frontend .page-home .contact-form-card--premium input::placeholder,
.site-frontend .page-home .contact-form-card--premium textarea::placeholder,
.site-frontend .sora-lead-form input::placeholder {
  color: #c5d5e2;
  opacity: 1;
}

.site-frontend .lpop__field input::placeholder,
.site-frontend .lpop__disclaimer {
  color: #64748b;
}

.site-frontend .sora-button--primary:hover {
  color: var(--sora-white);
  background: var(--sora-blue-strong);
  border-color: var(--sora-blue-strong);
}

@keyframes sora-copy-in {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes sora-explore-in {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes sora-lead-in {
  from { opacity: 0; transform: translateX(24px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes sora-hero-breathe {
  from { transform: scale(1); }
  to { transform: scale(1.035); }
}

@keyframes sora-accent-pulse {
  0%, 100% { opacity: .45; transform: scaleX(.75); transform-origin: right; }
  50% { opacity: 1; transform: scaleX(1); transform-origin: right; }
}

@keyframes sora-footer-social-in {
  from { opacity: 0; translate: 0 14px; scale: .86; }
  to { opacity: 1; translate: 0 0; scale: 1; }
}

@media (max-width: 1080px) {
  .sora-header__inner { gap: 28px; }
  .sora-nav { gap: 20px; }
  .sora-header__actions { gap: 10px; }
  .sora-header__cta { padding-inline: 15px; }
  .sora-footer__conversation { grid-template-columns: 1fr; gap: 28px; }
  .sora-footer__conversation-actions { justify-content: flex-start; }
}

@media (max-width: 1023px) {
  .container { width: min(100% - 36px, 1280px); }
  .sora-header__inner { min-height: 70px; }
  .sora-header__brand img { width: 102px; height: 44px; }
  .sora-header__toggle { display: block; }

  .sora-header__panel {
    position: absolute;
    inset-inline: 0;
    inset-block-start: 100%;
    max-height: calc(100svh - 104px);
    padding: 24px;
    display: none;
    overflow-y: auto;
    background: rgba(255, 255, 255, .99);
    border: 1px solid var(--sora-line);
    box-shadow: 0 25px 60px rgba(3, 24, 47, .18);
  }

  .sora-header__panel.is-open { display: block; animation: sora-copy-in .25s ease both; }
  .sora-nav,
  .sora-header__actions { flex-direction: column; align-items: stretch; }
  .sora-nav { gap: 0; }
  .sora-nav a { padding: 14px 0; border-bottom: 1px solid var(--sora-line); }
  .sora-nav a::after { display: none; }
  .sora-header__actions { margin-top: 19px; gap: 12px; }
  .sora-header__cta { justify-content: space-between; }

  .sora-hero {
    min-height: auto;
  }

  .sora-hero::before {
    background:
      linear-gradient(90deg, rgba(3, 18, 37, .96), rgba(3, 22, 44, .65)),
      linear-gradient(0deg, rgba(3, 24, 47, .9) 0%, transparent 58%);
  }

  .sora-hero__media img { object-position: 64% center; }
  .sora-hero__grid {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-block: 64px 24px;
  }
  .sora-hero__copy { max-width: 620px; }
  .sora-lead-card { max-width: 680px; }
  .sora-hero__accent { display: none; }
  .sora-hero__explore {
    position: relative;
    inset: auto;
    grid-template-columns: 1fr;
  }
  .sora-hero__explore > a { min-height: 60px; padding: 12px 18px; }
  .sora-hero__explore > a + a { border-inline-start: 0; border-top: 1px solid rgba(255, 255, 255, .14); }
  .sora-hero__explore small { display: none; }
  .sora-hero__explore strong { font-size: 16px; }

  .sora-section { padding: 78px 0; }
  .sora-property-grid { grid-template-columns: 1fr; max-width: 720px; }
  .sora-property__image { aspect-ratio: 1.7; }
  .sora-market-grid,
  .sora-guidance__grid,
  .sora-footer__main { grid-template-columns: 1fr; }
  .sora-market { min-height: 400px; }
  .sora-guidance {
    min-height: 0;
    background:
      radial-gradient(circle at 82% 62%, rgba(71, 183, 255, .1), transparent 26%),
      #f4f9fe;
  }
  .sora-guidance::before {
    width: 100%;
    height: 450px;
    inset: 0 0 auto;
  }
  .sora-guidance__grid { min-height: 0; gap: 0; }
  .sora-guidance__statement {
    min-height: 450px;
    padding: 74px 0 84px;
  }
  .sora-guidance__statement h2 { max-width: 620px; font-size: 68px; }
  .sora-guidance__watermark { inset-inline-start: -38px; inset-block-end: -12px; }
  .sora-guidance__orbit { width: 560px; height: 560px; inset-inline-end: -180px; inset-block-start: -170px; }
  .sora-guidance__content { padding: 76px 0 80px; }
  .sora-final-cta__inner { flex-direction: column; align-items: flex-start; }
  .sora-footer__main { gap: 50px; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1280px); }
  .sora-utility__inner { gap: 10px; }
  .sora-utility__contact { gap: 12px; }
  .sora-utility__contact a { font-size: 12px; }
  .sora-utility__social { gap: 5px; }
  .sora-utility__social > span:first-child { display: none; }
  .sora-utility__social a,
  .sora-utility__social > span:not(:first-child) { width: 22px; height: 22px; }

  .sora-hero::after { background-size: 54px 54px; }
  .sora-hero__grid { align-items: start; padding-block: 54px 18px; }
  .sora-hero h1 { font-size: clamp(51px, 15vw, 66px); }
  .sora-hero__copy p { margin: 23px 0 27px; font-size: 14px; line-height: 1.65; }
  .sora-hero__actions { align-items: stretch; flex-direction: column; }
  .sora-button { width: 100%; }
  .sora-hero__explore > a { min-height: 58px; }
  .sora-lead-card { padding: 24px 20px 21px; }
  .sora-lead-card__head h2 { font-size: 31px; }
  .sora-lead-form__row { grid-template-columns: 1fr; }

  .sora-heading { align-items: flex-start; flex-direction: column; }
  .sora-heading h2 { font-size: 41px; }
  .sora-property__image { aspect-ratio: 1.35; }
  .sora-markets { padding: 76px 0 84px; }
  .sora-market { min-height: 330px; padding: 25px; }
  .sora-market > strong { font-size: 41px; }
  .sora-guidance::before { height: 390px; }
  .sora-guidance__statement { min-height: 390px; padding: 58px 0 66px; }
  .sora-guidance__statement h2 { max-width: 360px; margin-top: 26px; font-size: 52px; line-height: 1; }
  .sora-guidance__watermark { inset-inline-start: -24px; inset-block-end: -4px; font-size: 150px; }
  .sora-guidance__orbit { width: 440px; height: 440px; inset-inline-end: -225px; inset-block-start: -135px; }
  .sora-guidance__content { padding: 58px 0 68px; }
  .sora-guidance__content > p { margin-bottom: 34px; font-size: 17px; line-height: 1.65; }
  .sora-guidance__content ol { margin-bottom: 40px; }
  .sora-guidance__content ol::before { inset-block: 40px; inset-inline-start: 27px; }
  .sora-guidance__content li { min-height: 84px; grid-template-columns: 54px 1fr; gap: 16px; padding-inline-end: 10px; }
  .sora-guidance__content li span { width: 54px; height: 54px; font-size: 12px; }
  .sora-guidance__content li strong { font-size: 19px; }
  .sora-final-cta { padding: 50px 0; }
  .sora-final-cta__inner > div:last-child { width: 100%; }
  .sora-final-cta h2 { font-size: 39px; }

  .sora-footer__conversation { min-height: 0; padding-block: 48px; }
  .sora-footer__conversation h2 { font-size: 40px; }
  .sora-footer__conversation-actions { align-items: stretch; flex-direction: column; }
  .sora-footer__phone { text-align: center; }
  .sora-footer__main { padding-top: 48px; }
  .sora-footer__brand { align-items: center; text-align: center; }
  .sora-footer__brand img { width: 230px; height: auto; object-position: center; }
  .sora-footer__brand p { margin: 18px auto 25px; }
  .sora-footer__social { justify-content: center; }
  .sora-footer__links { grid-template-columns: 1fr 1fr; gap: 38px 22px; }
  .sora-footer__links > div:last-child { grid-column: 1 / -1; }
  .sora-footer__bottom { align-items: center; flex-direction: column; text-align: center; }
}

@media (max-width: 390px) {
  .sora-utility__contact a:first-child span { display: none; }
  .sora-header__brand img { width: 94px; }
  .sora-hero h1 { font-size: 49px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .sora-hero__media img,
  .sora-hero__copy,
  .sora-lead-card,
  .sora-hero__explore,
  .sora-hero__accent span { animation: none !important; }
  .sora-button,
  .sora-property,
  .sora-property img,
  .sora-market img,
  .sora-footer__brand img,
  .sora-footer__social a,
  .sora-footer__social svg { transition-duration: .01ms !important; }
  .sora-footer.is-motion-ready .sora-footer__brand img,
  .sora-footer.is-motion-ready .sora-footer__social a {
    opacity: 1;
    transform: none;
    animation: none !important;
  }
  .sora-guidance.is-motion-ready .sora-guidance__statement > span:first-child,
  .sora-guidance.is-motion-ready .sora-guidance__statement h2,
  .sora-guidance.is-motion-ready .sora-guidance__content > p,
  .sora-guidance.is-motion-ready .sora-guidance__content li,
  .sora-guidance.is-motion-ready .sora-guidance__content > a {
    opacity: 1;
    transform: none;
    transition: none !important;
  }
}
