:root {
  --night: #0b1628;
  --slate: #17243a;
  --slate-soft: #20304b;
  --gold: #d6b56d;
  --gold-deep: #b89447;
  --ivory: #f7f4ef;
  --white: #fcfaf7;
  --line: #d8d2c5;
  --line-dark: rgba(214, 181, 109, 0.42);
  --text: #111927;
  --muted: #6f7785;
  --shadow: 0 24px 70px rgba(11, 22, 40, 0.14);
  --serif: "Manrope", Arial, sans-serif;
  --sans: "Inter", Arial, sans-serif;
  --container: min(1120px, calc(100vw - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ivory);
  color: var(--text);
  font-family: var(--sans);
  line-height: 1.5;
  overflow-x: hidden;
}

body.is-loading {
  overflow: hidden;
}

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

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

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-140%);
  background: var(--white);
  color: var(--night);
  padding: 10px 14px;
}

.skip-link:focus {
  transform: translateY(0);
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(214, 181, 109, 0.12), transparent 30%),
    linear-gradient(135deg, #050d1a 0%, #0b1628 56%, #020712 100%);
  color: var(--white);
  transition: opacity 0.75s ease, visibility 0.75s ease;
}

.page-loader::before,
.page-loader::after {
  content: "";
  position: absolute;
  inset: 9%;
  border: 1px solid rgba(214, 181, 109, 0.12);
  transform: scaleX(0.96);
  animation: loaderFrame 1.45s ease forwards;
}

.page-loader::after {
  inset: auto 12% 18%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(214, 181, 109, 0.72), transparent);
  border: 0;
  transform-origin: left;
  animation: loaderLine 1.45s cubic-bezier(0.7, 0, 0.2, 1) forwards;
}

.page-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.page-loader__inner {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 16px;
  text-align: center;
  transform: translateY(8px);
  animation: loaderContent 0.85s ease forwards;
}

.page-loader__brand {
  font-family: var(--serif);
  font-size: clamp(2.8rem, 7vw, 5.2rem);
  font-weight: 800;
  letter-spacing: 0.16em;
}

.page-loader__line {
  width: 160px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform-origin: center;
  animation: loaderPulse 1.35s ease-in-out infinite;
}

.page-loader__label,
.page-loader__status {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.page-loader__label {
  color: var(--gold);
}

.page-loader__status {
  color: rgba(255, 255, 255, 0.62);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: clamp(18px, 2.8vw, 46px);
  height: 92px;
  padding: 0 clamp(24px, 5.2vw, 76px);
  color: var(--white);
  background: rgba(5, 13, 26, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.28s ease, box-shadow 0.28s ease, height 0.28s ease;
}

.site-header.is-scrolled {
  height: 74px;
  background: rgba(11, 22, 40, 0.96);
  box-shadow: 0 12px 32px rgba(2, 8, 18, 0.22);
  backdrop-filter: blur(12px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: max-content;
}

.brand-main {
  font-family: var(--serif);
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.brand-divider {
  width: 1px;
  height: 34px;
  background: rgba(255, 255, 255, 0.4);
}

.brand-sub {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 700;
  line-height: 1.25;
}

.main-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.6vw, 42px);
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.main-nav a {
  position: relative;
  min-width: max-content;
  opacity: 0.88;
}

.main-nav a:hover {
  color: var(--gold);
}

.header-access,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid var(--gold);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.header-access:hover,
.btn:hover {
  transform: translateY(-2px);
}

.header-access {
  min-height: 92px;
  padding: 0 clamp(22px, 2.4vw, 34px);
  margin-right: -76px;
  background: rgba(0, 0, 0, 0.16);
  border-width: 0 0 0 1px;
  border-color: rgba(214, 181, 109, 0.2);
  color: var(--white);
}

.site-header.is-scrolled .header-access {
  min-height: 74px;
}

.header-access__icon,
.header-access em {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(214, 181, 109, 0.54);
  border-radius: 999px;
  color: var(--gold);
  font-style: normal;
  transition: transform 0.28s ease, border-color 0.28s ease;
}

.header-access span:not(.header-access__icon) {
  display: grid;
  gap: 2px;
  text-align: left;
}

.header-access strong {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
}

.header-access small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: none;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: transparent;
  color: var(--white);
  padding: 0;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  min-height: 780px;
  padding: 150px clamp(24px, 6vw, 88px) 0;
  color: var(--white);
  overflow: hidden;
}

.hero__media,
.hero__overlay {
  position: absolute;
  inset: 0;
}

.hero__media {
  background:
    linear-gradient(rgba(5, 13, 26, 0.12), rgba(5, 13, 26, 0.2)),
    url("assets/video/promotion-hero-poster.jpg") center / cover;
  transform: scale(1.04);
  transition: transform 1.2s ease-out;
}

.hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.9s ease, transform 1.4s ease;
}

.hero__video.is-ready {
  opacity: 1;
  transform: scale(1);
}

.hero__overlay {
  background:
    radial-gradient(circle at 50% 18%, rgba(214, 181, 109, 0.13), transparent 28%),
    linear-gradient(180deg, rgba(5, 13, 26, 0.48) 0%, rgba(5, 13, 26, 0.54) 46%, rgba(5, 13, 26, 0.96) 100%),
    linear-gradient(90deg, rgba(5, 13, 26, 0.5), rgba(5, 13, 26, 0.12), rgba(5, 13, 26, 0.52));
}

.hero__content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.site-ready .hero__media {
  transform: scale(1);
}

.site-ready .site-header {
  animation: headerDrop 0.7s ease both;
}

.site-ready .hero__content {
  animation: heroContentIn 0.95s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--serif);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(2.85rem, 4.45vw, 4.55rem);
}

h1 span,
.hero h1 span {
  color: var(--gold);
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2.1rem, 3.6vw, 4rem);
}

h3 {
  margin-bottom: 10px;
  font-family: var(--serif);
  letter-spacing: -0.015em;
  font-size: 1.3rem;
}

.hero__text {
  max-width: 650px;
  margin: 0 auto 34px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.02rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.btn--gold {
  background: var(--gold);
  color: var(--night);
  border-color: var(--gold);
}

.btn--gold:hover {
  background: #e0c17b;
}

.btn--outline {
  background: rgba(11, 22, 40, 0.34);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.55);
}

.btn--outline:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.btn--line {
  min-height: 44px;
  padding: 0 8px 8px;
  background: transparent;
  border-width: 0 0 1px;
  border-color: rgba(214, 181, 109, 0.62);
  color: var(--white);
}

.btn--line span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(214, 181, 109, 0.6);
  border-radius: 999px;
  color: var(--gold);
  transition: transform 0.28s ease, border-color 0.28s ease;
}

.btn--line:hover {
  color: var(--gold);
  border-color: var(--gold);
}

.btn--outline-gold {
  color: var(--white);
  border-color: var(--gold);
}

.hero-direct {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 0;
  display: grid;
  grid-template-columns: 82px repeat(3, minmax(0, 1fr));
  width: min(1120px, calc(100vw - 96px));
  min-height: 142px;
  transform: translateX(-50%);
  background: rgba(11, 22, 40, 0.94);
  border: 1px solid rgba(214, 181, 109, 0.2);
  box-shadow: 0 -22px 60px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.hero-direct.reveal {
  transform: translate(-50%, 22px);
}

.hero-direct.reveal.is-visible {
  transform: translate(-50%, 0);
}

.hero-direct__label {
  display: grid;
  place-items: center;
  border-right: 1px solid rgba(214, 181, 109, 0.18);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.hero-direct a {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-content: center;
  column-gap: 18px;
  min-width: 0;
  padding: 28px;
  border-right: 1px solid rgba(214, 181, 109, 0.18);
  transition: background 0.28s ease, transform 0.28s ease;
}

.hero-direct a:hover {
  background: rgba(214, 181, 109, 0.07);
}

.hero-direct a:hover > span,
.hero-direct a:hover em,
.btn--line:hover span,
.header-access:hover em {
  transform: translateX(4px);
}

.hero-direct a:last-child {
  border-right: 0;
}

.hero-direct a > span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--gold);
  border: 1px solid rgba(214, 181, 109, 0.5);
  border-radius: 999px;
  font-size: 1.25rem;
  transition: transform 0.28s ease, border-color 0.28s ease, color 0.28s ease;
}

.hero-direct strong {
  grid-column: 2 / 4;
  min-width: 0;
  max-width: 190px;
  color: var(--white);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-direct small {
  grid-column: 2 / 4;
  min-width: 0;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.45;
}

.hero-direct em {
  grid-column: 2;
  align-self: start;
  margin-top: 8px;
  color: var(--gold);
  font-style: normal;
  font-size: 1.2rem;
  transition: transform 0.28s ease;
}

.section {
  width: var(--container);
  margin: 0 auto;
  padding: 78px 0;
}

.approach,
.profiles,
.method {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 64px;
  border-bottom: 1px solid var(--line);
}

.section__intro p:not(.eyebrow) {
  color: var(--muted);
}

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

.photo-card,
.profile-card {
  background: rgba(252, 250, 247, 0.88);
  border: 1px solid var(--line);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  overflow: hidden;
}

.photo-card:hover,
.profile-card:hover {
  transform: translateY(-4px);
  border-color: rgba(214, 181, 109, 0.75);
  box-shadow: var(--shadow);
}

.photo-card img {
  transition: transform 0.7s ease;
}

.photo-card:hover img {
  transform: scale(1.045);
}

.photo-card img {
  height: 150px;
  object-fit: cover;
}

.photo-card div {
  position: relative;
  min-height: 170px;
  padding: 28px;
}

.photo-card a {
  position: absolute;
  right: 24px;
  bottom: 20px;
  color: var(--gold-deep);
  font-size: 1.4rem;
}

.icon-box {
  display: inline-grid;
  width: 38px;
  height: 38px;
  margin-bottom: 20px;
  place-items: center;
  border: 1px solid var(--gold);
  color: var(--gold-deep);
}

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

.profile-card {
  min-height: 245px;
  padding: 30px 24px;
}

.profile-card span {
  display: block;
  margin-bottom: 28px;
  color: var(--gold-deep);
  font-size: 2.1rem;
}

.profile-card p {
  color: var(--muted);
  font-size: 0.94rem;
}

.profile-card a,
.text-link {
  display: inline-block;
  margin-top: 12px;
  color: var(--night);
  font-weight: 800;
  border-bottom: 1px solid currentColor;
}

.method-list {
  border-left: 1px solid var(--line);
}

.method-list article {
  display: grid;
  grid-template-columns: 64px 180px 1fr 175px;
  gap: 22px;
  align-items: center;
  min-height: 82px;
  border-bottom: 1px solid var(--line);
}

.method-list span {
  display: grid;
  height: 64px;
  place-items: center;
  background: var(--night);
  color: var(--gold);
  font-weight: 800;
}

.method-list strong {
  font-family: var(--serif);
  font-size: 1.28rem;
}

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

.method-list em {
  color: var(--gold-deep);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 800;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.opportunities {
  width: var(--container);
  margin: 0 auto 78px;
  display: grid;
  grid-template-columns: 1.05fr 1.15fr 1fr;
  min-height: 330px;
  color: var(--white);
}

.opportunities__panel,
.confidential-panel {
  padding: 54px 42px;
  background: linear-gradient(145deg, var(--night), #071224);
}

.opportunities__panel p:not(.eyebrow),
.confidential-panel p {
  color: rgba(255, 255, 255, 0.78);
}

.map-panel {
  position: relative;
  min-height: 330px;
  background:
    linear-gradient(rgba(247, 244, 239, 0.88), rgba(247, 244, 239, 0.88)),
    url("assets/city-opportunity.jpg") center / cover;
  overflow: hidden;
}

.map-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(11, 22, 40, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 22, 40, 0.09) 1px, transparent 1px);
  background-size: 54px 54px;
}

.pin {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50% 50% 50% 0;
  background: var(--gold);
  transform: rotate(-45deg);
  box-shadow: 0 8px 20px rgba(11, 22, 40, 0.2);
}

.pin::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: var(--ivory);
}

.pin--one {
  left: 24%;
  top: 42%;
}

.pin--two {
  left: 58%;
  top: 34%;
  background: var(--night);
}

.pin--three {
  left: 70%;
  top: 62%;
}

.pin--four {
  left: 38%;
  top: 68%;
  background: var(--slate);
}

.lock {
  display: inline-grid;
  width: 52px;
  height: 52px;
  margin-bottom: 28px;
  place-items: center;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-size: 1.4rem;
}

.confidential-panel a {
  display: inline-block;
  margin-top: 18px;
  color: var(--white);
  font-weight: 800;
  border-bottom: 1px solid var(--gold);
}

.contact-zone {
  display: grid;
  grid-template-columns: 0.9fr 1.55fr;
  gap: 0;
  align-items: stretch;
  padding-top: 0;
}

.faq {
  padding: 20px 46px 20px 0;
}

.accordion {
  border: 1px solid var(--line);
  background: var(--white);
}

.accordion button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 18px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--text);
  cursor: pointer;
  text-align: left;
}

.accordion div {
  display: none;
  padding: 0 18px 18px;
  color: var(--muted);
  font-size: 0.9rem;
}

.accordion button.is-open + div {
  display: block;
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.8fr);
  background: var(--night);
  color: var(--white);
}

.lead-form {
  padding: 44px 38px 38px;
}

.lead-form h2 {
  font-size: clamp(2rem, 3vw, 3.1rem);
}

.lead-form p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 24px;
}

label span {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.04);
  color: var(--white);
  padding: 10px 12px;
  outline: none;
}

select option {
  color: var(--text);
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold);
}

.form-grid__wide {
  grid-column: 1 / -1;
}

.consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 16px 0;
}

.consent input {
  width: 16px;
  min-height: 16px;
  margin-top: 3px;
}

.consent span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
}

.form-message {
  min-height: 20px;
  margin: 4px 0 14px;
  color: var(--gold);
  font-size: 0.9rem;
}

.contact-card__image {
  min-height: 100%;
  background:
    linear-gradient(rgba(11, 22, 40, 0.16), rgba(11, 22, 40, 0.32)),
    url("assets/meeting-advisory.jpg") center / cover;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
  gap: 54px;
  padding: 58px clamp(24px, 6vw, 88px);
  background: var(--night);
  color: var(--white);
}

.brand--footer {
  margin-bottom: 18px;
}

.site-footer p,
.site-footer a,
.site-footer small {
  color: rgba(255, 255, 255, 0.7);
}

.site-footer nav,
.footer-social {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.site-footer strong {
  margin-bottom: 8px;
  color: var(--white);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.footer-social span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: var(--white);
  font-weight: 800;
}

.footer-social small {
  margin-top: 18px;
}

.legal-page {
  min-height: 100vh;
  background: var(--ivory);
}

.legal-content {
  width: min(760px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 80px 0;
}

.legal-content a {
  display: inline-flex;
  margin-bottom: 36px;
  color: var(--gold-deep);
  font-weight: 800;
}

.legal-content h1 {
  font-family: var(--serif);
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  color: var(--night);
}

.legal-content p {
  color: var(--muted);
  font-size: 1.08rem;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

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

@keyframes loaderFrame {
  from {
    opacity: 0;
    transform: scaleX(0.9) scaleY(0.94);
  }
  to {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }
}

@keyframes loaderLine {
  from {
    opacity: 0;
    transform: scaleX(0);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes loaderContent {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes loaderPulse {
  0%,
  100% {
    opacity: 0.45;
    transform: scaleX(0.72);
  }
  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes headerDrop {
  from {
    opacity: 0;
    transform: translateY(-18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroContentIn {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .main-nav,
  .header-access {
    display: none;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .mobile-menu {
    position: fixed;
    inset: 74px 16px auto;
    z-index: 45;
    display: none;
    flex-direction: column;
    padding: 20px;
    background: var(--night);
    border: 1px solid var(--line-dark);
    color: var(--white);
    box-shadow: var(--shadow);
  }

  .mobile-menu.is-open {
    display: flex;
  }

  .mobile-menu a {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.82rem;
    font-weight: 800;
  }

  .mobile-menu__cta {
    color: var(--gold);
  }

  .hero {
    min-height: auto;
    padding-bottom: 42px;
  }

  .hero-direct {
    position: relative;
    left: auto;
    bottom: auto;
    grid-template-columns: 1fr;
    width: min(720px, calc(100vw - 48px));
    margin: 72px auto 0;
    transform: none;
  }

  .hero-direct.reveal,
  .hero-direct.reveal.is-visible {
    transform: none;
  }

  .hero-direct__label {
    min-height: 44px;
    border-right: 0;
    border-bottom: 1px solid rgba(214, 181, 109, 0.18);
    writing-mode: initial;
    transform: none;
  }

  .hero-direct a {
    border-right: 0;
    border-bottom: 1px solid rgba(214, 181, 109, 0.18);
  }

  .hero-direct a:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 900px) {
  :root {
    --container: min(100vw - 32px, 720px);
  }

  .site-header {
    padding: 0 18px;
  }

  .brand-main {
    font-size: 1.65rem;
  }

  .brand-sub {
    font-size: 0.58rem;
  }

  .hero {
    padding: 138px 20px 42px;
  }

  .hero__overlay {
    background:
      linear-gradient(180deg, rgba(5, 13, 26, 0.72), rgba(5, 13, 26, 0.94)),
      linear-gradient(90deg, rgba(5, 13, 26, 0.48), transparent);
  }

  .hero__actions,
  .btn {
    width: 100%;
  }

  .hero__content {
    text-align: left;
    max-width: 100%;
  }

  .hero h1 {
    max-width: 330px;
    font-size: clamp(1.95rem, 8vw, 2.15rem);
    line-height: 1.08;
    letter-spacing: -0.045em;
  }

  .hero__text {
    margin-left: 0;
    max-width: 330px;
    font-size: 0.96rem;
  }

  .hero__actions {
    justify-content: stretch;
  }

  .btn--line {
    justify-content: space-between;
    padding-inline: 0;
  }

  .hero-direct {
    width: 100%;
    margin-top: 46px;
  }

  .hero-direct a {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 20px;
    gap: 14px;
  }

  .hero-direct a > span {
    width: 34px;
    height: 34px;
    font-size: 1rem;
  }

  .hero-direct strong,
  .hero-direct small,
  .hero-direct em {
    grid-column: 2;
    max-width: 250px;
  }

  .hero-direct em {
    align-self: auto;
    margin-top: 8px;
  }

  .approach,
  .profiles,
  .method,
  .contact-zone,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 54px 0;
  }

  .approach-grid,
  .profile-grid,
  .opportunities {
    grid-template-columns: 1fr;
  }

  .method-list article {
    grid-template-columns: 54px 1fr;
    gap: 16px;
    padding: 14px 0;
  }

  .method-list p,
  .method-list em {
    grid-column: 2;
    text-align: left;
  }

  .opportunities {
    width: calc(100vw - 32px);
  }

  .faq {
    padding: 0 0 36px;
  }

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

  .contact-card__image {
    min-height: 260px;
    order: -1;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

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

  .page-loader {
    display: none;
  }

  body.is-loading {
    overflow: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
