@font-face {
  font-family: "Feature Headline";
  src: url("../fonts/FeatureHeadline-Upright-Variable.woff2") format("woff2");
  font-weight: 300 900;
  font-display: swap;
}

:root {
  --ink: #08090b;
  --muted: #626870;
  --line: #e5e5e5;
  --paper: #fbfaf7;
  --wash: #f1eee8;
  --midnight: #07111f;
  --midnight-2: #111b2a;
  --gold: #9a7a48;
  --gold-2: #b9955b;
  --teal: #24343b;
  --sky: #eef2f3;
  --danger: #b42318;
  --shadow: 0 30px 90px rgba(7, 17, 31, 0.14);
  --radius: 6px;
  --max: 1200px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter Tight", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  text-rendering: geometricPrecision;
}

[dir="rtl"] body {
  font-family: "Noto Sans Arabic", "Inter Tight", Tahoma, Arial, sans-serif;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

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

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

:focus-visible {
  outline: 3px solid rgba(185, 146, 74, 0.48);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 30;
  background: var(--paper);
  color: var(--ink);
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

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

.site-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-topbar {
  background: #07111f;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 500;
}

.site-topbar__inner {
  width: min(100% - 48px, var(--max));
  margin: 0 auto;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.topbar-list,
.quick-actions,
.language-list,
.nav-list,
.footer-links,
.plain-list,
.check-list,
.metric-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.topbar-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.topbar-list a {
  color: rgba(255, 255, 255, 0.9);
}

.topbar-list a:hover {
  color: #ffffff;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(251, 250, 247, 0.84);
  border-bottom: 1px solid rgba(229, 229, 229, 0.72);
  backdrop-filter: blur(22px);
}

.header-inner {
  width: min(100% - 48px, var(--max));
  margin: 0 auto;
  min-height: 70px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 190px;
}

.brand img {
  width: 196px;
  height: auto;
}

.site-nav {
  justify-self: center;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 2px;
}

.nav-list a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 12px;
  border-radius: var(--radius);
  color: rgba(8, 9, 11, 0.74);
  font-weight: 560;
  font-size: 0.91rem;
}

.nav-list a:hover,
.nav-list a[aria-current="page"] {
  background: rgba(8, 9, 11, 0.055);
  color: var(--ink);
}

.header-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.language-list {
  display: flex;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(8, 9, 11, 0.1);
  border-radius: var(--radius);
  padding: 3px;
  background: #fff;
}

.language-list a {
  display: inline-flex;
  min-width: 34px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 650;
}

.language-list a:hover,
.language-list a[aria-current="true"] {
  background: #08090b;
  color: #ffffff;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(8, 9, 11, 0.1);
  border-radius: var(--radius);
  background: #ffffff;
  color: var(--ink);
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.nav-toggle svg {
  width: 21px;
  height: 21px;
}

.main {
  flex: 1;
}

.section {
  padding: 118px 0;
}

.section--tight {
  padding: 86px 0;
}

.section--wash {
  background: var(--wash);
}

.section--dark {
  background: var(--midnight);
  color: #ffffff;
}

.section--map {
  background: #07111f;
  color: #ffffff;
  overflow: hidden;
}

.section--sky {
  background: linear-gradient(180deg, #f7fbfd 0%, #ffffff 100%);
}

.container {
  width: min(100% - 48px, var(--max));
  margin: 0 auto;
}

.narrow {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section--dark .eyebrow,
.hero .eyebrow {
  color: #ffffff;
}

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

h1,
h2,
h3,
h4 {
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 660;
}

h1 {
  font-size: clamp(3.7rem, 7vw, 5.55rem);
  max-width: 940px;
  margin-bottom: 22px;
}

.hero h1 {
  font-size: clamp(2.7rem, 6vw, 4.55rem);
  max-width: 760px;
}

h2 {
  font-size: clamp(2.25rem, 4.6vw, 3.35rem);
  margin-bottom: 18px;
}

h3 {
  font-size: 1.5rem;
  margin-bottom: 12px;
}

h4 {
  font-size: 1.04rem;
  margin-bottom: 8px;
}

.lead {
  font-size: 1.18rem;
  color: var(--muted);
  max-width: 760px;
  font-weight: 430;
}

.section--dark .lead,
.section--dark p,
.hero .lead {
  color: rgba(255, 255, 255, 0.78);
}

.hero {
  position: relative;
  min-height: 84svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--midnight);
  color: #ffffff;
}

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

.hero__media img,
.hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(0.92) contrast(1.05);
}

.hero__media video {
  background: var(--midnight);
}

.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 9, 11, 0.18) 0%, rgba(8, 9, 11, 0.3) 45%, rgba(8, 9, 11, 0.82) 100%),
    linear-gradient(90deg, rgba(8, 9, 11, 0.7) 0%, rgba(8, 9, 11, 0.3) 52%, rgba(8, 9, 11, 0.1) 100%);
}

.hero__content {
  position: relative;
  width: min(100% - 48px, var(--max));
  margin: 0 auto;
  padding: 138px 0 118px;
}

.hero__actions,
.cta-row,
.form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.hero__actions {
  margin-top: 28px;
}

.btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0 24px;
  cursor: pointer;
  font-weight: 610;
  line-height: 1.1;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.btn svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn--primary {
  background: var(--gold);
  color: #ffffff;
}

.btn--primary:hover {
  background: var(--gold-2);
  color: #ffffff;
}

.btn--dark {
  background: #08090b;
  color: #ffffff;
}

.btn--dark:hover {
  background: var(--midnight-2);
}

.btn--light {
  background: #ffffff;
  color: var(--ink);
}

.btn--ghost {
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(14px);
}

.btn--outline {
  border-color: var(--line);
  color: var(--ink);
  background: #ffffff;
}

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

.quick-panel {
  margin-top: -42px;
  position: relative;
  z-index: 2;
}

.quick-actions {
  width: min(100% - 48px, var(--max));
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid rgba(8, 9, 11, 0.08);
  box-shadow: var(--shadow);
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
}

.quick-actions a,
.quick-actions li {
  min-width: 0;
}

.quick-actions a {
  min-height: 60px;
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 0px;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.quick-actions li:last-child a {
  border-right: 0;
}

.quick-actions svg {
  width: 28px;
  height: 28px;
  color: var(--gold);
  grid-row: 1 / span 2;
}

.quick-actions span {
  display: block;
  grid-column: 2;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 560;
}

.quick-actions strong {
  display: block;
  grid-column: 2;
  margin-top: 2px;
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.25;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.6fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 54px;
}

.grid {
  display: grid;
  gap: 18px;
}

.grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card,
.info-card,
.info-panel,
.contact-card,
.form-card,
.stat-card,
.timeline-item,
.credential-band {
  border: 1px solid rgba(8, 9, 11, 0.075);
  border-radius: 10px;
  background: #ffffff;
}

.service-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-shadow: 0 18px 60px rgba(7, 17, 31, 0.055);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.service-card__image {
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: var(--sky);
}

.service-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 380ms ease;
}

.service-card:hover .service-card__image img {
  transform: scale(1.035);
}

.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 70px rgba(8, 9, 11, 0.11);
}

.service-card__body,
.info-card,
.info-panel,
.contact-card,
.form-card,
.stat-card,
.timeline-item {
  padding: 32px;
}

.service-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.service-card p,
.info-card p,
.info-panel p,
.contact-card p,
.timeline-item p {
  color: var(--muted);
}

.info-panel {
  border: 1px solid rgba(8, 9, 11, 0.075);
  border-radius: 10px;
  background: #ffffff;
  min-height: 100%;
}

.service-card__link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-weight: 600;
}

.service-card__link svg {
  width: 17px;
  height: 17px;
}

.icon-block {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(157, 118, 46, 0.1);
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.icon-block svg {
  width: 23px;
  height: 23px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(320px, 0.68fr);
  gap: 58px;
  align-items: center;
}

.split__media {
  border-radius: 10px;
  overflow: hidden;
  min-height: 500px;
  background: var(--sky);
  box-shadow: var(--shadow);
}

.split__media img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}

.plain-list {
  display: grid;
  gap: 12px;
}

.plain-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  color: var(--muted);
}

.plain-list svg,
.check-list svg {
  width: 20px;
  height: 20px;
  color: var(--gold);
  margin-top: 2px;
}

.check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin-top: 24px;
}

.check-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--ink);
  font-weight: 460;
}

.process-list {
  counter-reset: process;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 0;
  margin: 52px 0 0;
  list-style: none;
}

.process-list li {
  counter-increment: process;
  padding-top: 52px;
  position: relative;
  color: rgba(255, 255, 255, 0.74);
}

.process-list li::before {
  content: counter(process, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--gold);
  color: #ffffff;
  font-weight: 650;
}

.process-list strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
}

.metric-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.stat-card {
  min-width: 0;
  overflow: hidden;
}

.stat-card strong,
.metric-list strong {
  display: block;
  color: var(--ink);
  font-size: clamp(1.55rem, 2.2vw, 2.05rem);
  line-height: 1.08;
  overflow-wrap: normal;
  word-break: normal;
}

.metric-list span,
.stat-card span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 440;
  overflow-wrap: break-word;
}

.credential-band {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(320px, 1fr) auto;
  align-items: center;
  gap: 34px;
  padding: 44px;
  background: #ffffff;
  box-shadow: 0 20px 68px rgba(8, 9, 11, 0.07);
}

.credential-band p {
  color: var(--muted);
  margin-bottom: 0;
}

.accreditation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: center;
}

.accreditation-grid img {
  width: 100%;
  height: 86px;
  object-fit: contain;
  padding: 12px;
  border: 1px solid rgba(7, 17, 31, 0.08);
  background: #ffffff;
}

.section--ceo {
  background: #ffffff;
}

.ceo-message {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1fr);
  gap: 76px;
  align-items: center;
}

.ceo-message__media {
  min-height: 620px;
  overflow: hidden;
  background: #e9e5dc;
}

.ceo-message__media img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center 42%;
}

.ceo-message__copy {
  max-width: 720px;
}

.ceo-message blockquote {
  margin: 0 0 28px;
}

.ceo-message blockquote p {
  color: var(--ink);
  font-size: 3.3rem;
  line-height: 1.05;
  font-weight: 620;
}

.ceo-signature {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(7, 17, 31, 0.12);
  display: grid;
  gap: 3px;
}

.ceo-signature strong {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 620;
}

.ceo-signature span {
  color: var(--muted);
  font-weight: 440;
}

.turkey-network {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(420px, 1fr);
  gap: 78px;
  align-items: center;
}

.turkey-network .eyebrow {
  color: var(--gold-2);
}

.turkey-network h2 {
  max-width: 680px;
}

.turkey-network .lead {
  color: rgba(255, 255, 255, 0.74);
}

.network-points {
  display: grid;
  gap: 18px;
  padding: 0;
  margin: 36px 0 0;
  list-style: none;
}

.network-points li {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.network-points strong,
.network-points span {
  display: block;
}

.network-points strong {
  color: #ffffff;
  font-size: 1.35rem;
  line-height: 1.15;
  font-weight: 620;
}

.network-points span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.66);
}

.turkey-map {
  position: relative;
  width: min(100%, 860px);
  aspect-ratio: 792.5976 / 334.55841;
  margin-left: auto;
  background: transparent;
  overflow: hidden;
  box-shadow: none;
}

.turkey-map__asset {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 1;
  filter: drop-shadow(0 12px 28px rgba(16, 38, 51, 0.12));
}

.turkey-map__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.turkey-map__land {
  fill: rgba(255, 255, 255, 0.08);
  stroke: rgba(255, 255, 255, 0.28);
  stroke-width: 2;
}

.turkey-map__route {
  display: none;
}

.turkey-map__route--secondary {
  display: none;
}

.turkey-map__dot {
  fill: #eb1d25;
  stroke: #ffffff;
  stroke-width: 2.5;
  filter: drop-shadow(0 2px 4px rgba(38, 50, 56, 0.26));
  transform-origin: center;
}

.turkey-map__pin {
  opacity: 0.98;
}

.turkey-map__pin-glow {
  fill: rgba(235, 29, 37, 0.18);
  filter: blur(5px);
}

.turkey-map__pin-body {
  fill: #eb1d25;
  stroke: rgba(255, 255, 255, 0.88);
  stroke-width: 1.4;
  filter: drop-shadow(0 3px 6px rgba(48, 8, 10, 0.34));
}

.turkey-map__pin-icon {
  color: #ffffff;
  fill: currentColor;
  transform: translate(-12px, -15px) scale(0.24);
  transform-origin: 0 0;
}

.page-hero {
  position: relative;
  background: var(--midnight);
  color: #ffffff;
  overflow: hidden;
  min-height: 520px;
  display: grid;
  align-items: end;
}

.page-hero__media {
  position: absolute;
  inset: 0;
}

.page-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.62;
  filter: saturate(0.95) contrast(1.04);
}

.page-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 9, 11, 0.08) 0%, rgba(8, 9, 11, 0.74) 100%),
    linear-gradient(90deg, rgba(8, 9, 11, 0.68), rgba(8, 9, 11, 0.16));
}

.page-hero__content {
  position: relative;
  width: min(100% - 48px, var(--max));
  margin: 0 auto;
  padding: 112px 0 86px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  margin-bottom: 20px;
}

.breadcrumb a {
  color: rgba(255, 255, 255, 0.88);
}

.breadcrumb span::before {
  content: "/";
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.44);
}

.form-card {
  box-shadow: 0 22px 70px rgba(8, 9, 11, 0.08);
}

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

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.field {
  display: grid;
  gap: 7px;
}

.field--full {
  grid-column: 1 / -1;
}

.field label,
.checkbox-group legend {
  color: #263241;
  font-size: 0.88rem;
  font-weight: 560;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid rgba(8, 9, 11, 0.16);
  border-radius: var(--radius);
  min-height: 48px;
  padding: 11px 13px;
  background: #fafafa;
  color: var(--ink);
}

.field textarea {
  min-height: 126px;
  resize: vertical;
}

.checkbox-group {
  border: 0;
  padding: 0;
  margin: 0;
}

.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.checkbox-grid label {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 9px;
  color: var(--muted);
  font-size: 0.92rem;
}

.checkbox-grid input {
  margin-top: 4px;
  accent-color: var(--gold);
}

.form-note,
.form-status {
  color: var(--muted);
  font-size: 0.92rem;
}

.form-status {
  min-height: 22px;
  font-weight: 500;
}

.form-status[data-state="error"] {
  color: var(--danger);
}

.contact-card {
  display: grid;
  gap: 16px;
}

.contact-row {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
}

.contact-row svg {
  width: 22px;
  height: 22px;
  color: var(--gold);
  margin-top: 2px;
}

.contact-row a {
  font-weight: 560;
}

.contact-row span {
  color: var(--muted);
}

.timeline {
  display: grid;
  gap: 16px;
}

.cta-band {
  background: #08090b;
  color: #ffffff;
  padding: 70px 0;
}

.cta-band__inner {
  width: min(100% - 48px, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.cta-band p {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0;
}

.site-footer {
  background: #08090b;
  color: rgba(255, 255, 255, 0.76);
}

.footer-main {
  width: min(100% - 48px, var(--max));
  margin: 0 auto;
  padding: 58px 0;
  display: grid;
  grid-template-columns: 1.2fr 0.65fr 0.75fr 0.95fr;
  gap: 34px;
}

.footer-main h2,
.footer-main h3 {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 560;
  margin-bottom: 14px;
}

.footer-brand img {
  width: 220px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  margin-bottom: 18px;
}

.footer-brand p,
.footer-main p {
  color: rgba(255, 255, 255, 0.68);
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-cert {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.footer-cert span {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 460;
}

.footer-accreditation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  max-width: 280px;
}

.footer-accreditation-grid img {
  width: 100%;
  height: 50px;
  object-fit: contain;
  padding: 7px;
  background: #ffffff;
  border-radius: 6px;
}

.footer-ops-contact {
  display: grid;
  gap: 4px;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.5;
}

.footer-ops-contact span {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 500;
}

.footer-ops-contact a {
  color: #ffffff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom__inner {
  width: min(100% - 48px, var(--max));
  margin: 0 auto;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 0.88rem;
}

.floating-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 18;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.floating-cta a {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #1d3138;
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(17, 28, 42, 0.22);
}

.floating-cta a:first-child {
  background: #25d366;
}

.floating-cta svg {
  width: 22px;
  height: 22px;
}

.luxury-page {
  --tesla-display: "Universal Sans Display", "Universal Sans", -apple-system, BlinkMacSystemFont, "Inter Tight", Arial, sans-serif;
  --tesla-text: "Universal Sans Text", "Universal Sans", -apple-system, BlinkMacSystemFont, "Inter Tight", Arial, sans-serif;
  --luxury-gold: #b9955b;
  --luxury-gold-deep: #8f6a37;
  --luxury-gold-soft: #d8b575;
  --tesla-carbon: #171a20;
  --tesla-graphite: #393c41;
  --tesla-pewter: #5c5e62;
  --tesla-ash: #f4f4f4;
  background: #ffffff;
  color: var(--tesla-carbon);
  font-family: var(--tesla-text);
}

[dir="rtl"] .luxury-page {
  --tesla-display: "Universal Sans Display", "Universal Sans", "Noto Sans Arabic", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --tesla-text: "Universal Sans Text", "Universal Sans", "Noto Sans Arabic", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

.luxury-page .site-shell {
  background: #ffffff;
}

.luxury-page .site-topbar {
  display: none;
}

.luxury-page .site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 24;
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
}

.luxury-page .header-inner {
  width: min(100% - 48px, 1383px);
  min-height: 64px;
}

.luxury-page .brand img {
  filter: brightness(0) invert(1);
}

.luxury-page .nav-list a,
.luxury-page .language-list a,
.luxury-page .nav-toggle {
  color: #ffffff;
}

.luxury-page .language-list,
.luxury-page .nav-toggle {
  border-color: transparent;
  background: transparent;
}

.luxury-page .language-list a:hover,
.luxury-page .language-list a[aria-current="true"],
.luxury-page .nav-list a:hover,
.luxury-page .nav-list a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.luxury-page .btn {
  width: 200px;
  min-height: 40px;
  border: 3px solid transparent;
  border-radius: 4px;
  padding: 4px 16px;
  font-size: 0.875rem;
  font-weight: 500;
  transition: border-color 0.33s, background-color 0.33s, color 0.33s, box-shadow 0.25s;
}

.luxury-page .btn:hover {
  transform: none;
}

.luxury-page .btn svg {
  display: none;
}

.luxury-page .btn--primary {
  background: var(--luxury-gold);
  color: #ffffff;
}

.luxury-page .btn--primary:hover {
  background: var(--luxury-gold-deep);
}

.luxury-page .btn--ghost,
.luxury-page .btn--light,
.luxury-page .btn--outline {
  background: #ffffff;
  color: var(--tesla-graphite);
  border-color: transparent;
  backdrop-filter: none;
}

.luxury-page .floating-cta {
  display: none;
}

.luxury-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: start;
  overflow: hidden;
  background: var(--tesla-carbon);
  color: #ffffff;
}

.luxury-hero__media {
  position: absolute;
  inset: 0;
}

.luxury-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.luxury-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(23, 26, 32, 0.38);
}

[dir="rtl"] .luxury-hero__media::after {
  background: rgba(23, 26, 32, 0.38);
}

.luxury-hero__content {
  position: relative;
  z-index: 1;
  width: min(100% - 48px, 1383px);
  margin: 0 auto;
  display: grid;
  justify-items: center;
  text-align: center;
  padding: clamp(112px, 15vh, 150px) 0 0;
}

.luxury-hero .eyebrow,
.luxury-intro .eyebrow,
.luxury-fleet .eyebrow,
.luxury-service .eyebrow {
  color: inherit;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: none;
}

.luxury-hero h1 {
  max-width: 860px;
  margin: 0;
  color: #ffffff;
  font-family: var(--tesla-display);
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

.luxury-hero .lead {
  max-width: 640px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.95rem;
  line-height: 1.45;
  font-weight: 400;
}

.luxury-hero .hero__actions {
  justify-content: center;
  margin-top: 22px;
}

.luxury-hero .btn--ghost {
  color: var(--tesla-graphite);
}

.luxury-metrics {
  position: absolute;
  left: 50%;
  bottom: 52px;
  z-index: 2;
  width: min(100% - 48px, 920px);
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 4vw, 48px);
  background: transparent;
  backdrop-filter: none;
}

.luxury-metrics li {
  min-height: 0;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 5px;
  padding: 0;
  background: transparent;
  text-align: center;
}

.luxury-metrics strong {
  color: #ffffff;
  font-family: var(--tesla-display);
  font-size: clamp(1.25rem, 1.8vw, 1.75rem);
  font-weight: 500;
  line-height: 1.1;
}

.luxury-metrics span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.875rem;
  line-height: 1.35;
}

.luxury-intro {
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: clamp(72px, 9vw, 120px) 0;
  background: #ffffff;
}

.luxury-intro__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
  text-align: center;
}

.luxury-intro__copy h2,
.luxury-fleet h2,
.luxury-service h2 {
  font-family: var(--tesla-display);
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 500;
  line-height: 1.12;
}

.luxury-intro__copy p:not(.eyebrow),
.luxury-service__copy p {
  max-width: 680px;
  margin-inline: auto;
  color: var(--tesla-graphite);
  font-size: 0.95rem;
  line-height: 1.45;
}

.luxury-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: minmax(300px, 44vh);
  gap: 16px;
}

.luxury-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.luxury-gallery__wide {
  grid-row: auto;
}

.luxury-fleet {
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: clamp(72px, 9vw, 120px) 0;
  background: var(--tesla-ash);
  color: var(--tesla-carbon);
}

.luxury-fleet .section-head h2,
.luxury-fleet .section-head .lead {
  color: var(--tesla-carbon);
}

.luxury-fleet .section-head .lead {
  color: var(--tesla-graphite);
  font-size: 0.95rem;
}

.luxury-fleet__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
  background: transparent;
}

.luxury-fleet__card {
  min-height: 220px;
  display: grid;
  align-content: end;
  gap: 12px;
  padding: 0;
  background: transparent;
}

.luxury-fleet__card h3 {
  color: var(--tesla-carbon);
  font-size: 1.06rem;
  font-weight: 500;
  line-height: 1.18;
}

.luxury-fleet__card p {
  color: var(--tesla-graphite);
  font-size: 0.875rem;
  line-height: 1.45;
}

.luxury-icons {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  padding: clamp(84px, 9vw, 128px) 0;
  background: #050608;
  color: #ffffff;
}

.luxury-icons::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
  pointer-events: none;
}

.luxury-icons .container {
  position: relative;
  z-index: 1;
}

.luxury-icons__head {
  width: min(100%, 860px);
  margin: 0 auto clamp(42px, 6vw, 72px);
  display: grid;
  gap: 12px;
  text-align: center;
}

.luxury-icons .eyebrow {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: none;
}

.luxury-icons h2,
.istanbul-range__head h3 {
  font-family: var(--tesla-display);
  font-weight: 500;
  letter-spacing: 0;
}

.luxury-icons h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.25rem, 4.8vw, 4.8rem);
  line-height: 1.03;
}

.luxury-icons__head p:not(.eyebrow),
.luxury-icons__footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.95rem;
  line-height: 1.45;
}

.icon-jet-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.icon-jet-card {
  min-height: clamp(430px, 54vw, 580px);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #111217;
  border-radius: 4px;
}

.icon-jet-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(5, 6, 8, 0.08), rgba(5, 6, 8, 0.3) 38%, rgba(5, 6, 8, 0.9));
}

.icon-jet-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.icon-jet-card:hover img {
  transform: scale(1.035);
}

.icon-jet-card__body {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  display: grid;
  gap: 16px;
  padding: clamp(22px, 2.5vw, 30px);
}

.icon-jet-card__body span,
.icon-jet-card__body small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  line-height: 1.35;
}

.icon-jet-card__body h3 {
  margin: 4px 0 0;
  color: #ffffff;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 500;
  line-height: 1.04;
}

.icon-jet-card__body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.875rem;
  line-height: 1.45;
}

.icon-jet-card__body dl,
.destination-card dl {
  display: grid;
  gap: 9px;
  margin: 0;
}

.icon-jet-card__body dl div,
.destination-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.icon-jet-card__body dt,
.destination-card dt {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.76rem;
}

.icon-jet-card__body dd,
.destination-card dd {
  margin: 0;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 500;
  text-align: end;
}

.icon-jet-card__meter,
.destination-card__track {
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
}

.icon-jet-card__meter span,
.destination-card__track span {
  display: block;
  width: var(--range, var(--distance));
  height: 100%;
  background: var(--luxury-gold);
  transform-origin: left center;
}

.istanbul-range {
  margin-top: clamp(54px, 7vw, 90px);
  padding-top: clamp(34px, 5vw, 56px);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.istanbul-range__head {
  display: grid;
  grid-template-columns: minmax(160px, 0.28fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: center;
  margin-bottom: 28px;
}

.range-origin {
  width: 154px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 2px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
}

.range-origin strong {
  color: #ffffff;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 0.95;
}

.range-origin span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.74rem;
}

.istanbul-range__head h3 {
  max-width: 980px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 1.7vw, 1.45rem);
  line-height: 1.4;
}

.destination-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.destination-card {
  display: grid;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.055);
}

.destination-card__top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}

.destination-card__top span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.78rem;
}

.destination-card__top strong {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.05;
}

.destination-card__track span {
  width: var(--distance);
  animation: rangeDraw 1.6s ease both;
}

.destination-card--all .destination-card__track span {
  background: rgba(255, 255, 255, 0.9);
}

.destination-card--edge .destination-card__track span {
  background: var(--luxury-gold-soft);
}

.destination-card--stop .destination-card__track span {
  background: #9a1d25;
}

.destination-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.destination-card__chips span {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 2px 9px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  line-height: 1;
}

.luxury-icons__footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  margin-top: 30px;
}

.luxury-icons__footer p {
  max-width: 760px;
}

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

@media (prefers-reduced-motion: reduce) {
  .destination-card__track span {
    animation: none;
  }

  .icon-jet-card img {
    transition: none;
  }
}

.luxury-service {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  min-height: 100svh;
  background: #ffffff;
}

.luxury-service__media img {
  width: 100%;
  height: 100%;
  min-height: 100svh;
  object-fit: cover;
}

.luxury-service__copy {
  display: grid;
  align-content: center;
  gap: 22px;
  padding: clamp(46px, 7vw, 92px);
}

.luxury-service__copy .check-list {
  margin-top: 14px;
}

.luxury-page #luxury-request {
  min-height: 100svh;
  display: grid;
  align-items: center;
  background: var(--tesla-ash);
}

.luxury-page .form-card,
.luxury-page .contact-card {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.luxury-page .field label,
.luxury-page .checkbox-group legend {
  color: var(--tesla-carbon);
  font-size: 0.875rem;
  font-weight: 500;
}

.luxury-page .field input,
.luxury-page .field select,
.luxury-page .field textarea {
  border: 0;
  border-radius: 4px;
  background: #ffffff;
  color: var(--tesla-carbon);
  font-size: 0.875rem;
}

.luxury-teaser {
  padding: clamp(54px, 7vw, 92px) 0;
  background: #ffffff;
  color: var(--ink);
}

.luxury-teaser__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: end;
}

.luxury-teaser .eyebrow {
  color: var(--muted);
  font-weight: 500;
  text-transform: none;
}

.luxury-teaser h2 {
  max-width: 760px;
  color: var(--ink);
  line-height: 1.08;
}

.luxury-teaser p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 0.95rem;
}

@media (max-width: 1020px) {
  .site-topbar__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 9px 0;
  }

  .header-inner {
    grid-template-columns: auto auto;
  }

  h1 {
    font-size: 4.35rem;
  }

  .hero h1 {
    font-size: 3.35rem;
  }

  h2 {
    font-size: 2.9rem;
  }

  .site-nav {
    grid-column: 1 / -1;
    justify-self: stretch;
    display: none;
  }

  .site-nav.is-open {
    display: block;
  }

  .nav-list {
    display: grid;
    gap: 4px;
    padding: 0 0 18px;
  }

  .nav-list a {
    padding: 0 4px;
  }

  .header-tools {
    justify-self: end;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .quick-actions,
  .grid--4,
  .grid--3,
  .process-list,
  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-actions li:nth-child(2) a {
    border-right: 0;
  }

  .quick-actions li:nth-child(3) a {
    border-top: 1px solid var(--line);
    grid-column: 1 / -1;
  }

  .section-head,
  .split,
  .ceo-message,
  .turkey-network,
  .cta-band__inner {
    grid-template-columns: 1fr;
  }

  .split__media,
  .split__media img {
    min-height: 380px;
  }

  .credential-band {
    grid-template-columns: 1fr;
  }

  .credential-band .btn {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .accreditation-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ceo-message {
    gap: 42px;
  }

  .ceo-message__media,
  .ceo-message__media img {
    min-height: 520px;
  }

  .ceo-message blockquote p {
    font-size: 2.55rem;
  }

  .turkey-network {
    gap: 46px;
  }

  .turkey-map {
    margin-left: 0;
  }

  .luxury-hero {
    min-height: 100svh;
  }

  .luxury-hero__content {
    padding: 104px 0 0;
  }

  .luxury-metrics,
  .luxury-fleet__grid,
  .icon-jet-grid,
  .destination-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .luxury-intro__grid,
  .luxury-service,
  .luxury-teaser__inner,
  .istanbul-range__head {
    grid-template-columns: 1fr;
  }

  .luxury-service__media img {
    min-height: 54svh;
  }

  .range-origin {
    width: 128px;
  }
}

@media (max-width: 720px) {
  .site-topbar__inner,
  .header-inner,
  .container,
  .hero__content,
  .quick-actions,
  .page-hero__content,
  .cta-band__inner,
  .footer-main,
  .footer-bottom__inner {
    width: min(100% - 32px, var(--max));
  }

  .brand img {
    width: 136px;
  }

  .header-inner {
    min-height: 68px;
    gap: 8px;
  }

  .header-tools {
    gap: 6px;
  }

  .language-list a {
    min-width: 28px;
    height: 28px;
  }

  .hero {
    min-height: 640px;
  }

  .hero__content {
    padding: 88px 0 66px;
  }

  h1 {
    font-size: 3.15rem;
  }

  .hero h1 {
    font-size: 2.15rem;
  }

  h2 {
    font-size: 2.28rem;
  }

  h3 {
    font-size: 1.34rem;
  }

  .lead {
    font-size: 1.05rem;
  }

  .section {
    padding: 84px 0;
  }

  .page-hero__content {
    padding: 74px 0 68px;
  }

  .page-hero {
    min-height: 470px;
  }

  .stat-card strong,
  .metric-list strong {
    font-size: 1.75rem;
  }

  .quick-actions,
  .grid--2,
  .grid--3,
  .grid--4,
  .process-list,
  .metric-list,
  .form-grid,
  .checkbox-grid,
  .check-list,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .quick-actions a,
  .quick-actions li:nth-child(3) a {
    border-right: 0;
    border-top: 1px solid var(--line);
  }

  .quick-actions li:first-child a {
    border-top: 0;
  }

  .credential-band {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .accreditation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .accreditation-grid img {
    height: 58px;
  }

  .ceo-message__media,
  .ceo-message__media img {
    min-height: 420px;
  }

  .ceo-message blockquote p {
    font-size: 2rem;
  }

  .turkey-map {
    width: 100%;
  }

  .luxury-hero {
    min-height: 100svh;
  }

  .luxury-hero__media::after {
    background: rgba(23, 26, 32, 0.46);
  }

  .luxury-hero__content {
    width: min(100% - 32px, 1383px);
    padding: 92px 0 0;
  }

  .luxury-hero h1 {
    font-size: clamp(1.85rem, 9vw, 2.5rem);
  }

  .luxury-metrics {
    width: min(100% - 32px, 1383px);
    bottom: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    background: transparent;
    gap: 18px 24px;
  }

  .luxury-metrics li {
    min-height: 0;
    padding: 0;
  }

  .luxury-metrics strong {
    font-size: 1.25rem;
  }

  .luxury-intro {
    padding: 82px 0;
  }

  .luxury-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 250px;
  }

  .luxury-gallery__wide {
    grid-row: auto;
  }

  .luxury-fleet {
    padding: 78px 0;
  }

  .luxury-fleet__grid {
    grid-template-columns: 1fr;
  }

  .luxury-fleet__card {
    min-height: 210px;
  }

  .luxury-icons {
    padding: 78px 0;
  }

  .luxury-icons h2 {
    font-size: clamp(2rem, 11vw, 3.1rem);
  }

  .icon-jet-grid,
  .destination-grid {
    grid-template-columns: 1fr;
  }

  .icon-jet-card {
    min-height: 440px;
  }

  .istanbul-range__head {
    margin-bottom: 22px;
  }

  .range-origin {
    width: 112px;
  }

  .range-origin strong {
    font-size: 2.85rem;
  }

  .luxury-icons__footer {
    display: grid;
  }

  .luxury-service__media img {
    min-height: 42svh;
  }

  .luxury-service__copy {
    padding: 52px 24px;
  }

  .footer-bottom__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 0;
  }

  .floating-cta {
    right: 12px;
    bottom: 12px;
  }
}
