:root {
  --bg: #ffffff;
  --bg-deep: #ffffff;
  --surface: #ffffff;
  --surface-strong: #ffffff;
  --text: #1d2433;
  --muted: #6f7383;
  --line: rgba(29, 36, 51, 0.12);
  --accent: #b94852;
  --accent-soft: rgba(185, 72, 82, 0.1);
  --accent-dark: #9f3440;
  --navy: #223a75;
  --gold: #b99a62;
  --shadow: 0 26px 70px rgba(39, 48, 77, 0.12);
  --type-kicker: 0.84rem;
  --type-card-title: 1.04rem;
  --type-section-title: 1.42rem;
  --type-body: 0.98rem;
  --space-card: 24px;
  --space-card-mobile: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Baskerville", "Songti SC", "PingFang SC", serif;
  background: #ffffff;
}

main {
  position: relative;
  margin-top: -22px;
  padding-top: 12px;
}

main::before {
  display: none;
}

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

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

.hero {
  padding-left: 64px;
  padding-right: 64px;
}

.section,
.footer {
  padding-left: clamp(20px, 4vw, 56px);
  padding-right: clamp(20px, 4vw, 56px);
}

.hero {
  padding-top: 28px;
  padding-bottom: 56px;
}

.nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 110px;
  max-width: 1520px;
  margin: 0 auto 22px;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 auto;
  min-width: 0;
  max-width: 320px;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Avenir Next", "PingFang SC", sans-serif;
}

.brand-official-name {
  color: var(--navy);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

.brand:empty {
  display: none;
}

.brand-logo-block {
  display: inline-flex;
  align-items: center;
  gap: 24px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 254px;
  height: auto;
  border-radius: 0;
  border: none;
  background: transparent;
  overflow: visible;
  padding: 0;
}

.brand-mark.brand-mark-icon-only {
  border: none;
  background: transparent;
  padding: 0;
  overflow: visible;
}

.brand-logo-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 254px;
  max-height: 92px;
  display: block;
}

.brand-mark.brand-mark-icon-only .brand-logo-image {
  object-fit: contain;
  filter: drop-shadow(0 8px 20px rgba(185, 154, 98, 0.16));
}

.brand-logo-copy,
.brand-local-copy {
  display: grid;
  align-content: center;
  gap: 8px;
}

.brand-logo-title {
  color: var(--navy);
  font-family: "PingFang SC", "Avenir Next", sans-serif;
  font-size: clamp(2.2rem, 2.7vw, 2.45rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.04;
}

.brand-logo-subtitle {
  color: var(--gold);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.35;
}

.brand-mobile-subtitle {
  display: none;
}

.nav-toggle {
  display: none;
}

.brand-divider {
  width: 1px;
  height: 62px;
  background: rgba(185, 154, 98, 0.28);
}

.brand-local-title {
  color: var(--navy);
  font-size: clamp(1.45rem, 2vw, 2.05rem);
  font-weight: 700;
  line-height: 1.08;
}

.brand-local-subtitle {
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.site-brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
  max-width: 540px;
  font-family: "Avenir Next", "PingFang SC", sans-serif;
  text-decoration: none;
}

.brand-logo {
  display: block;
  flex: 0 0 auto;
  width: 90px;
  height: auto;
  object-fit: contain;
}

.site-brand .brand-divider {
  display: block;
  flex: 0 0 1px;
  width: 1px;
  height: 105px;
  margin: 0 24px;
  background: rgba(95, 112, 139, 0.28);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.brand-name {
  color: #0d1b34;
  font-family: "Avenir Next", "PingFang SC", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.15;
}

.brand-local {
  color: #0d1b34;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.15;
}

.brand-local:empty {
  display: none;
}

.brand-tagline {
  margin-top: 5px;
  color: #c8a267;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  flex-wrap: nowrap;
  flex: 0 0 auto;
  margin-left: auto;
  gap: 44px;
  color: var(--muted);
  align-items: center;
  white-space: nowrap;
  font-family: "Avenir Next", "PingFang SC", sans-serif;
  font-size: 1.28rem;
  font-weight: 500;
  line-height: 1.2;
  padding-right: 2px;
}

.nav-links > a,
.nav-contact-button {
  white-space: nowrap;
  flex-shrink: 0;
  transition: color 180ms ease, opacity 180ms ease;
}

.language-switcher {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  margin-left: 2px;
}

.language-switcher-button {
  min-width: 82px;
  height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(95, 112, 139, 0.24);
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.92);
  color: #0d1b34;
  font-family: "Avenir Next", "PingFang SC", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}

.language-switcher-button {
  appearance: none;
}

.language-switcher-button:focus-visible,
.language-switcher-option:focus-visible {
  outline: 2px solid rgba(200, 162, 103, 0.72);
  outline-offset: 2px;
}

.language-switcher-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 40;
  min-width: 178px;
  padding: 8px;
  border: 1px solid rgba(95, 112, 139, 0.2);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(39, 48, 77, 0.15);
}

.language-switcher-menu[hidden] { display: none; }

.language-switcher-option {
  display: block;
  width: 100%;
  padding: 10px 12px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #0d1b34;
  font: 600 0.94rem/1.25 "Avenir Next", "PingFang SC", sans-serif;
  text-align: left;
  white-space: pre;
  cursor: pointer;
}

.language-switcher-option:hover,
.language-switcher-option[aria-current="true"] {
  background: #f7f3eb;
}

@media (min-width: 761px) {
  html[lang="en"] .nav-links,
  html[lang="fr"] .nav-links {
    gap: 16px;
    font-size: 1rem;
  }

  html[lang="fr"] .brand-copy {
    width: 220px;
  }

  html[lang="fr"] .brand-tagline {
    white-space: normal;
  }
}

@media (min-width: 761px) and (max-width: 1399px) {
  html[lang="fr"] .site-brand .brand-divider {
    margin-left: 14px;
    margin-right: 14px;
  }

  html[lang="fr"] .nav-links {
    gap: 10px;
    font-size: 0.9rem;
  }
}

.nav-links > a:hover,
.nav-links > a.is-active,
.nav-contact-button:hover,
.nav-contact-button:focus-visible {
  color: var(--accent);
}

.nav-contact-button {
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  font-family: "Avenir Next", "PingFang SC", sans-serif;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  box-shadow: none;
  cursor: pointer;
}

.nav-contact-popover {
  position: absolute;
  top: calc(100% - 6px);
  right: 0;
  z-index: 30;
  width: min(320px, calc(100vw - 32px));
  padding: 18px 20px;
  border: 1px solid rgba(185, 154, 98, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 44px rgba(39, 48, 77, 0.16);
  backdrop-filter: blur(10px);
}

.nav-contact-popover-title {
  margin: 0 0 10px;
  color: var(--gold);
  font-family: "Avenir Next", "PingFang SC", sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nav-contact-popover p {
  margin: 0 0 8px;
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.7;
}

.nav-contact-popover p:last-child {
  margin-bottom: 0;
}

.nav-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-contact-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
}

.nav-contact-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.subnav-shell {
  min-height: 52px;
  margin-top: 8px;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.brand-intro {
  max-width: 1520px;
  margin: 92px auto 0;
}

.brand-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 72px;
  align-items: start;
  padding: 72px 70px 64px;
  border: 1px solid rgba(185, 154, 98, 0.16);
  border-radius: 42px;
  background: #ffffff;
  box-shadow: 0 26px 66px rgba(39, 48, 77, 0.08);
}

.brand-intro-copy {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 18px;
  max-width: none;
  text-align: left;
  padding-top: 0;
  margin-top: 8px;
}

.brand-intro-kicker {
  margin: 0;
  color: var(--gold);
  font-family: "Avenir Next", "PingFang SC", sans-serif;
  font-size: 1.32rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
}

.brand-intro-kicker::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 54px;
  height: 2px;
  background: rgba(185, 154, 98, 0.45);
  border-radius: 999px;
}

.brand-intro-title {
  margin: 0;
  color: var(--navy);
  font-size: 3rem;
  line-height: 1.22;
  letter-spacing: 0;
  font-weight: 700;
}

.brand-identity-name {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.brand-intro-tagline {
  margin: 0;
  color: var(--gold);
  font-size: 1.34rem;
  line-height: 1.62;
  font-weight: 600;
  max-width: 16em;
}

.brand-intro-list {
  display: grid;
  align-content: start;
  gap: 0;
  padding: 0;
  max-width: none;
  margin-top: 10px;
}

.brand-intro-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid rgba(29, 36, 51, 0.08);
}

.brand-intro-item:last-child {
  border-bottom: 0;
}

.brand-intro-item-icon {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(185, 154, 98, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(250, 246, 239, 1));
  box-shadow: 0 12px 26px rgba(39, 48, 77, 0.06);
  color: var(--gold);
}

.brand-intro-item-icon svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
}

.brand-intro-item p {
  margin: 0;
  color: var(--text);
  font-size: 1.2rem;
  line-height: 1.72;
  font-weight: 500;
}

.brand-intro-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 420px;
  padding: 12px 0 0;
  color: rgba(34, 58, 117, 0.92);
  overflow: hidden;
}

.paris-line-art {
  width: 100%;
  max-width: 560px;
  height: auto;
}

.subnav-group {
  display: none;
  gap: 12px;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 12px 0 4px;
  scrollbar-width: none;
}

.subnav-group::-webkit-scrollbar {
  display: none;
}

.subnav-group.is-active {
  display: flex;
}

.subnav-group a {
  flex-shrink: 0;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--muted);
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
  font-family: "Avenir Next", "PingFang SC", sans-serif;
  font-size: 0.92rem;
}

.subnav-group a:hover,
.subnav-group a.is-active {
  border-color: rgba(185, 154, 98, 0.35);
  background: rgba(185, 154, 98, 0.08);
  color: var(--accent);
}

.hero-content,
.hero-panel,
.service-card,
.timeline-item,
.info-card,
.contact-card,
.contact-copy,
.band-copy,
.band-points article {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(39, 48, 77, 0.06);
  backdrop-filter: none;
}

.hero-content {
  padding: clamp(28px, 5vw, 56px);
}

.hero-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 26px;
  align-items: stretch;
  max-width: 1240px;
  margin: 0 auto;
  padding: 28px;
  border: 1px solid rgba(185, 154, 98, 0.22);
  border-radius: 36px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(39, 48, 77, 0.06);
  position: relative;
  overflow: hidden;
}

.hero-showcase::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(185, 154, 98, 0.12);
  border-radius: 26px;
  pointer-events: none;
}

.hero-copy-panel,
.hero-visual-panel {
  position: relative;
  z-index: 1;
}

.hero-copy-panel {
  display: grid;
  align-content: start;
  gap: 20px;
  padding: 10px 8px 8px;
}

.hero-frame {
  margin-bottom: 22px;
  padding: 24px 24px 22px;
  border-radius: 26px;
  border: 1px solid rgba(185, 154, 98, 0.16);
  background: #ffffff;
}

.hero-lead {
  max-width: 58ch;
  font-size: 1rem;
  line-height: 1.78;
}

.service-ribbon {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 2px;
}

.service-ribbon div {
  padding: 15px 15px 13px;
  border-radius: 18px;
  border: 1px solid rgba(185, 154, 98, 0.18);
  background: rgba(255, 255, 255, 0.68);
}

.service-ribbon strong {
  display: block;
  margin-bottom: 6px;
  color: var(--navy);
  font-family: "Avenir Next", "PingFang SC", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-ribbon span {
  display: block;
  color: var(--muted);
  line-height: 1.78;
  font-size: 0.9rem;
}

.hero-visual-panel {
  display: grid;
  min-height: 600px;
}

.paris-frame {
  position: relative;
  min-height: 100%;
  border-radius: 28px;
  border: 1px solid rgba(185, 154, 98, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 243, 232, 0.98));
  overflow: hidden;
}

.luxe-frame::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 24px;
  border: 1px dashed rgba(185, 154, 98, 0.35);
}

.luxe-frame::after {
  content: "";
  position: absolute;
  inset: auto 28px 26px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(185, 154, 98, 0.4), transparent);
}

.paris-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 38px rgba(42, 48, 78, 0.1);
}

.visual-title {
  position: absolute;
  left: 38px;
  top: 38px;
  right: 38px;
  max-width: 320px;
}

.visual-title small {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-family: "Avenir Next", "PingFang SC", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.visual-title strong {
  display: block;
  color: var(--navy);
  font-size: var(--type-section-title);
  line-height: 1.45;
  font-weight: 700;
}

.paris-card {
  left: 34px;
  right: 34px;
  width: auto;
  padding: 20px 22px;
  border-radius: 22px;
  border: 1px solid rgba(29, 36, 51, 0.08);
}

.paris-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
  font-size: var(--type-kicker);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.paris-card strong {
  color: var(--text);
  line-height: 1.7;
  font-size: 1.02rem;
  font-weight: 700;
}

.card-vtc {
  top: 160px;
}

.card-delivery {
  top: 292px;
}

.card-assistance {
  top: 424px;
}

.eyebrow {
  margin-bottom: 16px;
  color: var(--gold);
  font-size: var(--type-kicker);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-family: "Avenir Next", "PingFang SC", sans-serif;
}

h1 {
  margin-bottom: 18px;
  max-width: 18ch;
  font-size: var(--type-section-title);
  line-height: 1.45;
  letter-spacing: 0;
  color: var(--navy);
  font-weight: 700;
}

h2 {
  font-size: clamp(1.9rem, 3.6vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.hero-text,
.section-heading p:last-child,
.service-card p,
.timeline-item p,
.band-copy p,
.band-points p,
.info-card p,
.contact-copy p,
.contact-card p,
.panel-list {
  color: var(--muted);
  line-height: 1.82;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 0;
  margin-top: 4px;
  font-family: "Avenir Next", "PingFang SC", sans-serif;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 146px;
  padding: 14px 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.2;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.button.primary {
  background: var(--navy);
  color: #fff;
}

.button.primary:hover {
  background: #182d60;
}

.button.secondary {
  border-color: rgba(185, 154, 98, 0.35);
  background: transparent;
  color: var(--navy);
}

.section {
  padding-top: 0;
  padding-bottom: 30px;
}

.section-heading {
  max-width: 860px;
  margin-bottom: 28px;
}

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

.service-card,
.info-card {
  padding: 26px;
  background: var(--surface-strong);
}

.service-card.featured {
  background:
    linear-gradient(180deg, rgba(185, 154, 98, 0.08), rgba(255, 253, 249, 1) 38%);
}

.service-split {
  padding-bottom: 24px;
}

.default-section,
.hub-section,
.vtc-service-section,
#products,
#consulting,
#contact {
  display: none;
}

.default-section.is-active,
.hub-section.is-active,
.vtc-service-section.is-active,
#products.is-active,
#consulting.is-active,
#contact.is-active {
  display: block;
  animation: sectionFadeIn 320ms ease;
}

.service-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 24px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid rgba(185, 154, 98, 0.2);
  border-radius: 32px;
  background: #ffffff;
  box-shadow: var(--shadow);
  min-height: 180px;
  position: relative;
  overflow: hidden;
}

.service-panel > * {
  min-width: 0;
  max-width: 100%;
}

.service-panel::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 24px;
  border: 1px solid rgba(185, 154, 98, 0.08);
  pointer-events: none;
}

.service-panel::after {
  content: "";
  position: absolute;
  inset: -40% 18% auto;
  height: 120px;
  background: none;
  pointer-events: none;
}

.service-panel.featured {
  background: #ffffff;
}

.service-hub-panel {
  grid-template-columns: 1fr;
  max-width: 1520px;
  padding: 44px 46px 40px;
  border-radius: 42px;
  min-height: 0;
}

.service-hub-stack {
  display: grid;
  gap: 28px;
}

.service-hub-group {
  display: grid;
  gap: 18px;
}

.service-hub-group-head {
  display: grid;
  gap: 8px;
}

.service-hub-group-title {
  margin: 0;
  color: var(--navy);
  font-family: "Avenir Next", "PingFang SC", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.service-hub-group-copy {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.service-hub-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

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

.service-hub-card {
  padding: 24px;
  border: 1px solid rgba(185, 154, 98, 0.18);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(39, 48, 77, 0.06);
}

.service-hub-label {
  margin-bottom: 16px;
  color: var(--navy);
  font-family: "Avenir Next", "PingFang SC", sans-serif;
  font-size: var(--type-card-title);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.service-hub-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
  margin-bottom: 2px;
  min-width: 0;
}

.service-hub-price {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid rgba(185, 154, 98, 0.24);
  border-radius: 999px;
  background: #ffffff;
  color: var(--navy);
  font-family: "Avenir Next", "PingFang SC", sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.35;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.service-hub-links {
  display: grid;
  gap: 12px;
}

.service-hub-links a {
  display: block;
  padding: 13px 16px;
  border: 1px solid rgba(185, 154, 98, 0.18);
  border-radius: 16px;
  background: #ffffff;
  color: var(--text);
  font-family: "Avenir Next", "PingFang SC", sans-serif;
  font-size: 0.94rem;
  line-height: 1.5;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.service-hub-links a:hover {
  transform: translateY(-1px);
  border-color: rgba(185, 154, 98, 0.35);
  background: #ffffff;
  color: var(--navy);
}

.vtc-form-panel {
  align-items: start;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

@media (min-width: 901px) {
  .vtc-chauffeur-intro {
    max-width: none !important;
    white-space: nowrap;
  }
}

.service-copy,
.vtc-form,
.consulting-form,
.temporary-contact-card,
.service-details {
  position: relative;
  z-index: 1;
}

.service-copy {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 6px 4px;
  min-width: 0;
  max-width: 100%;
}

.service-copy > p {
  margin-bottom: 0;
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.service-copy > p:not(.service-copy-title):not(.service-index) {
  max-width: 60ch;
}

.service-copy p,
.temporary-contact-card p,
.service-details li {
  font-size: var(--type-body);
  line-height: 1.82;
}

.vtc-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: var(--space-card);
  border: 1px solid rgba(185, 154, 98, 0.18);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(39, 48, 77, 0.06);
}

.vtc-form > *,
.consulting-form > * {
  min-width: 0;
  max-width: 100%;
}

.vtc-form label {
  display: grid;
  gap: 8px;
}

.vtc-form span {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
}

.vtc-form input {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(22, 32, 42, 0.14);
  border-radius: 16px;
  background: #fff;
  color: var(--text);
  font: inherit;
}

.vtc-form select {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(22, 32, 42, 0.14);
  border-radius: 16px;
  background: #fff;
  color: var(--text);
  font: inherit;
  appearance: none;
}

.moving-form fieldset {
  margin: 0;
  min-width: 0;
  max-width: 100%;
  padding: 20px;
  border: 1px solid rgba(185, 154, 98, 0.18);
  border-radius: 18px;
  background: #ffffff;
}

.moving-form legend {
  padding: 0 6px;
  font-weight: 700;
  color: var(--navy);
  font-family: "Avenir Next", "PingFang SC", sans-serif;
}

.radio-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.radio-option {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Avenir Next", "PingFang SC", sans-serif;
}

.assist-extra {
  margin-top: 14px;
}

.assist-note {
  margin-bottom: 8px;
  color: var(--muted);
  line-height: 1.7;
  font-size: 0.94rem;
}

.moving-form .form-validation-error {
  margin: 7px 2px 0;
  color: var(--accent);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.5;
}

.moving-form [aria-invalid="true"] {
  border-color: var(--accent);
}

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


.vtc-form input:focus {
  outline: none;
  border-color: rgba(185, 154, 98, 0.55);
  box-shadow: 0 0 0 4px rgba(185, 154, 98, 0.12);
}

.vtc-form select:focus {
  outline: none;
  border-color: rgba(185, 154, 98, 0.55);
  box-shadow: 0 0 0 4px rgba(185, 154, 98, 0.12);
}

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

.hidden-field {
  display: none !important;
}

.form-hint {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  font-size: 0.94rem;
  padding: 0 2px 4px;
}

.consent-check {
  display: grid !important;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: start;
  justify-content: start;
  gap: 12px;
  width: 100%;
  padding: 6px 2px 0;
  cursor: pointer;
}

.consent-check input {
  width: 18px;
  height: 18px;
  margin: 3px 0 0;
  flex: 0 0 auto;
}

.consent-check span {
  display: block;
  color: var(--muted) !important;
  font-size: 0.94rem !important;
  font-weight: 500 !important;
  line-height: 1.7;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  white-space: normal !important;
  word-break: break-word;
}

.form-section {
  display: grid;
  gap: 6px;
  margin-top: 4px;
  padding: 16px 18px;
  border: 1px solid rgba(185, 154, 98, 0.16);
  border-radius: 18px;
  background: #ffffff;
}

.form-section-title {
  margin: 0;
  color: var(--navy);
  font-size: 1rem;
  font-weight: 800;
  font-family: "Avenir Next", "PingFang SC", sans-serif;
}

.form-section-note {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  font-size: 0.92rem;
}

.required-mark {
  color: var(--accent);
  font-weight: 700;
}

.form-protection {
  display: grid;
  gap: 10px;
  padding: 20px;
  border: 1px solid rgba(185, 154, 98, 0.16);
  border-radius: 18px;
  background: #ffffff;
}

.form-protection-title {
  margin-bottom: 0;
  font-weight: 700;
  color: var(--text);
}

.form-protection-note {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.7;
  font-size: 0.94rem;
}

.turnstile-widget {
  min-height: 66px;
}

.submit-button {
  width: 100%;
  min-height: 52px;
  grid-column: 1 / -1;
  margin-top: 4px;
  font-size: 1.08rem;
  letter-spacing: 0.04em;
}

.service-copy h2 {
  margin-bottom: 14px;
}

.products-panel {
  grid-template-columns: 1fr;
}

.consulting-panel {
  grid-template-columns: 1fr;
}

.consulting-feature-panel {
  max-width: 1380px;
  padding: 50px 48px 46px;
  gap: 34px;
}

.consulting-feature-copy {
  display: grid;
  gap: 26px;
  max-width: 1240px;
  min-width: 0;
}

.consulting-feature-head {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
}

.consulting-feature-icon {
  width: 76px;
  height: 76px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(185, 154, 98, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(250, 246, 239, 1));
  box-shadow: 0 16px 30px rgba(39, 48, 77, 0.06);
  color: var(--gold);
}

.consulting-feature-icon svg,
.consulting-request-panel-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.consulting-feature-title-block {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.consulting-feature-copy .service-copy-title {
  margin: 0;
  color: var(--gold);
  font-size: 3.05rem;
  font-weight: 800;
  line-height: 1.1;
}

.consulting-feature-question {
  margin: 0;
  color: var(--navy);
  font-family: "Avenir Next", "PingFang SC", sans-serif;
  font-size: clamp(2.55rem, 3.5vw, 4.05rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.02em;
  max-width: 16ch;
  min-width: 0;
}

.consulting-feature-copy p:not(.service-copy-title) {
  max-width: 44ch;
  margin: 0;
  color: var(--text);
  font-size: 1.16rem;
  line-height: 1.92;
}

.temporary-notice-panel {
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  align-items: start;
}

.temporary-notice-list {
  margin: 0 0 18px;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.9;
  font-size: 0.98rem;
}

.temporary-heading {
  margin-bottom: 14px;
  color: var(--muted);
  line-height: 1.75;
}

.default-luxe-title {
  color: var(--navy);
  font-size: var(--type-card-title);
  font-weight: 700;
  line-height: 1.45;
}

.temporary-note {
  margin-bottom: 0;
  font-weight: 700;
  color: var(--navy);
}

.temporary-contact-card {
  padding: 26px;
  border: 1px solid rgba(185, 154, 98, 0.18);
  border-radius: 24px;
  background: #ffffff;
}

.service-hub-card .temporary-contact-card {
  margin-top: 4px;
  padding: 18px 20px;
  box-shadow: none;
}

.contact-card-label {
  margin-bottom: 16px;
  color: var(--gold);
  font-family: "Avenir Next", "PingFang SC", sans-serif;
  font-size: var(--type-kicker);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.temporary-contact-card p {
  margin-bottom: 14px;
  line-height: 1.8;
}

.temporary-contact-card p:last-child {
  margin-bottom: 0;
}

.consulting-form {
  display: grid;
  gap: 18px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: var(--space-card);
  border: 1px solid rgba(185, 154, 98, 0.18);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(39, 48, 77, 0.06);
}

.consulting-feature-panel .consulting-form {
  gap: 22px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.consulting-form label {
  display: grid;
  gap: 8px;
}

.consulting-form span {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
}

.consulting-form textarea,
.consulting-form input,
.consulting-form select {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(22, 32, 42, 0.14);
  border-radius: 16px;
  background: #fff;
  color: var(--text);
  font: inherit;
}

.consulting-form textarea:focus,
.consulting-form input:focus,
.consulting-form select:focus {
  outline: none;
  border-color: rgba(185, 154, 98, 0.55);
  box-shadow: 0 0 0 4px rgba(185, 154, 98, 0.12);
}

.consulting-request-panel {
  display: grid;
  gap: 26px;
  min-width: 0;
  max-width: 100%;
  padding: 40px 42px 38px;
  border: 1px solid rgba(185, 154, 98, 0.18);
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(39, 48, 77, 0.06);
}

.consulting-request-panel-head {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  min-width: 0;
}

.consulting-request-panel-head > * {
  min-width: 0;
}

.consulting-request-panel-icon {
  width: 78px;
  height: 78px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(58, 91, 166, 0.07), rgba(58, 91, 166, 0.13));
  color: var(--navy);
}

.consulting-request-panel-head h3 {
  margin: 0 0 6px;
  color: var(--navy);
  font-family: "Avenir Next", "PingFang SC", sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.18;
}

.consulting-request-panel-head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.86;
  font-size: 1.06rem;
  max-width: 64ch;
}

.consulting-request-input {
  gap: 0 !important;
}

.consulting-request-input textarea {
  min-height: 176px;
  padding: 28px 30px;
  border-radius: 26px;
  font-size: 1.05rem;
  line-height: 1.8;
}

.consulting-request-input textarea::placeholder {
  color: rgba(100, 109, 132, 0.72);
}

.consulting-request-helper {
  margin-top: 10px;
  max-width: 72ch;
}

.consulting-feature-panel .consent-check {
  margin-top: 2px;
}

.consulting-feature-panel .submit-button {
  min-width: 220px;
  justify-self: start;
}

.hub-panel {
  grid-template-columns: 1fr;
}

.products-list {
  margin: 0 0 18px;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.9;
}

.products-cta {
  margin-bottom: 0;
  font-weight: 700;
  color: var(--accent);
}

.single-contact {
  grid-template-columns: 1fr;
  max-width: 1360px;
  margin: 0 auto;
}

.contact-reveal {
  padding: 28px 30px;
  border: 1px solid rgba(185, 154, 98, 0.18);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.contact-reveal summary {
  cursor: pointer;
  list-style: none;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy);
}

.contact-reveal summary::-webkit-details-marker {
  display: none;
}

.support-form {
  gap: 22px;
  padding: 38px 38px 32px;
  border: 1px solid rgba(185, 154, 98, 0.18);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(39, 48, 77, 0.06);
}

.support-form-head {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(185, 154, 98, 0.16);
}

.support-form-head-icon,
.support-form-field-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
}

.support-form-head-icon {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  border: 1px solid rgba(185, 154, 98, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(250, 246, 239, 1));
  box-shadow: 0 14px 28px rgba(39, 48, 77, 0.06);
  color: var(--gold);
}

.support-form-head-icon svg,
.support-form-field-icon svg,
.support-submit-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.support-form-head-copy {
  display: grid;
  gap: 12px;
}

.support-form-head-copy h2 {
  margin: 0;
  color: var(--navy);
  font-family: "Avenir Next", "PingFang SC", sans-serif;
  font-size: 2.45rem;
  line-height: 1.15;
  font-weight: 800;
}

.support-form-head-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.82;
  font-size: 1.04rem;
  max-width: 72ch;
}

.support-form-lead {
  color: var(--gold) !important;
  font-weight: 700;
  font-size: 1.22rem;
  line-height: 1.5 !important;
}

.support-form-block {
  gap: 10px !important;
}

.support-form-label-with-icon {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.support-form-field-icon {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
}

.support-type-shortcuts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 10px;
}

.support-type-chip {
  padding: 14px 16px;
  border: 1px solid rgba(185, 154, 98, 0.18);
  border-radius: 18px;
  background: #ffffff;
  color: var(--text);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.support-type-chip:hover,
.support-type-chip.is-active {
  border-color: rgba(185, 154, 98, 0.42);
  color: var(--navy);
  box-shadow: 0 10px 22px rgba(39, 48, 77, 0.08);
  transform: translateY(-1px);
}

.support-field-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.7;
}

.capacity-hint:empty {
  display: none;
}

.moving-passenger-field {
  align-self: start;
  align-content: start;
}

.i18n-optional-note:empty {
  display: none;
}

.support-contact-row {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(340px, 1.35fr);
  gap: 18px;
  align-items: start;
}

.support-contact-row .support-form-block select,
.support-contact-row .support-form-block input {
  width: 100%;
  min-height: 64px;
  padding: 16px 18px;
  border-radius: 18px;
  box-sizing: border-box;
}

.support-contact-note {
  margin-top: -4px;
}

.support-submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 18px 24px;
}

.support-submit-icon {
  width: 22px;
  height: 22px;
  color: #ffffff;
  flex: 0 0 22px;
}

.support-submit-copy {
  display: grid;
  gap: 2px;
  text-align: center;
}

.support-submit-copy strong {
  display: block;
  color: #ffffff;
  font-size: 1.08rem;
  line-height: 1.2;
}

.support-submit-copy small {
  display: block;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.9rem;
  line-height: 1.35;
}

.support-form-footer {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.7;
  text-align: center;
}

.support-form .consent-check {
  margin-top: 2px;
  padding-right: 0;
}

.support-form .consent-check span {
  max-width: 100%;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: keep-all;
  white-space: normal;
}

.contact-reveal p {
  margin: 16px 0 0;
  color: var(--muted);
}

.contact-reveal a {
  color: var(--accent);
  font-weight: 700;
}

.service-details {
  display: flex;
  align-items: center;
  padding: 24px 26px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(185, 154, 98, 0.18);
}

.service-details ul {
  margin-bottom: 0;
  padding-left: 18px;
  line-height: 1.9;
}

.service-index {
  margin-bottom: 12px;
  color: var(--gold);
  font-size: var(--type-kicker);
  font-weight: 700;
  letter-spacing: 0.16em;
  font-family: "Avenir Next", "PingFang SC", sans-serif;
  text-transform: uppercase;
}

.service-index-large {
  font-size: clamp(1.9rem, 3.6vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.service-copy-title {
  margin-bottom: 2px;
  color: var(--navy);
  font-size: var(--type-card-title);
  font-weight: 700;
  line-height: 1.45;
}

.hub-panel .service-copy > p:first-child:not(.service-index),
#consulting .service-copy > p:nth-child(2),
#vtc-point-to-point .service-copy > p:nth-child(2),
#vtc-airport .service-copy > p:nth-child(2),
#vtc-pickup .service-copy > p:nth-child(2),
#vtc-chauffeur .service-copy > p:nth-child(2),
#vtc-moving .service-copy > p:nth-child(2) {
  color: var(--navy);
  font-size: 1.08rem;
  line-height: 1.65;
}

.hub-panel .service-copy > p:first-child:not(.service-index) {
  font-weight: 700;
}

.service-copy + .vtc-form,
.service-copy + .consulting-form {
  align-self: stretch;
}

.delivery-overview-panel {
  grid-template-columns: 1fr;
}

.delivery-overview-shell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 28px;
  width: 100%;
}

.delivery-overview-head {
  display: flex;
  align-items: center;
  gap: 18px;
}

.delivery-overview-head .service-copy-title {
  margin-bottom: 4px;
  color: var(--gold);
}

.delivery-overview-head .service-index {
  margin-bottom: 0;
}

.delivery-overview-icon,
.delivery-feature-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 999px;
  border: 1px solid rgba(185, 154, 98, 0.18);
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(39, 48, 77, 0.06);
  color: var(--gold);
  font-size: 1.55rem;
  line-height: 1;
}

.delivery-overview-lead {
  margin-bottom: 6px;
  color: var(--navy);
  font-size: clamp(1.28rem, 2.4vw, 2rem);
  font-weight: 700;
  line-height: 1.4;
}

.delivery-feature-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(185, 154, 98, 0.16);
}

.delivery-feature-item {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(185, 154, 98, 0.16);
}

.delivery-feature-item:first-child {
  border-top: 0;
}

.delivery-feature-item .delivery-feature-icon {
  width: 56px;
  height: 56px;
  font-size: 1.28rem;
}

.delivery-feature-text h3,
.delivery-cta-copy h3,
.delivery-cta-examples h3 {
  margin: 0 0 6px;
  color: var(--navy);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.55;
}

.delivery-feature-text p,
.delivery-cta-copy p,
.delivery-response-note {
  margin: 0;
  color: var(--muted);
  line-height: 1.82;
  font-size: var(--type-body);
}

.delivery-cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
  gap: 28px;
  padding: 28px;
  border: 1px solid rgba(185, 154, 98, 0.18);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(39, 48, 77, 0.05);
}

.delivery-cta-main {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.delivery-cta-icon {
  width: 64px;
  height: 64px;
  font-size: 1.4rem;
  color: var(--navy);
}

.delivery-cta-button {
  margin-top: 18px;
  min-width: 240px;
}

.delivery-cta-examples {
  padding-left: 28px;
  border-left: 1px solid rgba(185, 154, 98, 0.16);
}

.delivery-example-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.delivery-example-tags span {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border: 1px solid rgba(185, 154, 98, 0.18);
  border-radius: 999px;
  background: #ffffff;
  color: var(--gold);
  font-family: "Avenir Next", "PingFang SC", sans-serif;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.4;
}

.delivery-response-note {
  text-align: center;
}

.vtc-form-panel .service-copy::after,
.hub-panel .service-copy::after,
.temporary-notice-panel .service-copy::after {
  content: "";
  width: 88px;
  height: 1px;
  margin-top: 8px;
  background: linear-gradient(90deg, rgba(185, 154, 98, 0.5), transparent);
}

.editorial-note {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 42px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  color: var(--muted);
  font-family: "Avenir Next", "PingFang SC", sans-serif;
  font-size: 0.9rem;
}

.editorial-note strong {
  color: var(--navy);
  font-size: 1rem;
}

.service-card ul {
  padding-left: 18px;
  color: var(--text);
  line-height: 1.8;
}

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

.timeline-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  padding: 24px;
}

.timeline-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: var(--accent-soft);
  color: var(--accent);
  font-weight: 700;
  font-size: 1.1rem;
}

.split-band {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
  gap: 20px;
}

.band-copy,
.contact-copy,
.contact-card {
  padding: clamp(26px, 4vw, 40px);
  min-height: 180px;
}

.band-points {
  display: grid;
  gap: 16px;
}

.band-points article {
  padding: 22px;
  background: var(--surface-strong);
  min-height: 120px;
}

.info-card {
  min-height: 160px;
}

.band-points strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.15rem;
}

.contact-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 24px;
  max-width: 1240px;
  margin: 0 auto;
}

.contact-card {
  background: var(--navy);
  color: #fff;
}

.contact-card p {
  color: rgba(255, 255, 255, 0.82);
}

.contact-card strong {
  color: #fff;
  margin-right: 8px;
}

.footer {
  padding-top: 18px;
  padding-bottom: 40px;
  color: var(--muted);
  text-align: center;
  font-size: 0.92rem;
}

.footer-brand {
  margin: 0 0 16px;
  color: var(--navy);
  font-weight: 700;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  max-width: 1320px;
  margin: 0 auto;
}

.footer-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid rgba(185, 154, 98, 0.22);
  border-radius: 999px;
  background: #ffffff;
  color: var(--navy);
  font: inherit;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.footer-link-button:hover {
  border-color: rgba(185, 154, 98, 0.42);
  box-shadow: 0 10px 20px rgba(39, 48, 77, 0.08);
  transform: translateY(-1px);
}

@keyframes sectionFadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 960px) {
  main {
    margin-top: -18px;
    padding-top: 10px;
  }

  main::before {
    width: min(100% - 28px, 900px);
    height: 46px;
  }

  .split-band,
  .contact-shell,
  .about-grid,
  .temporary-notice-panel {
    grid-template-columns: 1fr;
  }

  .hero-showcase {
    grid-template-columns: 1fr;
  }

  .service-panel {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .brand-intro-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 40px 32px 34px;
  }

  .brand-intro-copy {
    padding-top: 0;
    max-width: none;
    width: 100%;
  }

  .brand-intro-list {
    padding-top: 0;
    width: 100%;
  }

  .brand-intro-item {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 16px;
    padding: 18px 0;
  }

  .brand-intro-visual {
    min-height: 0;
    padding-top: 4px;
  }

  .temporary-contact-card,
  .vtc-form,
  .consulting-form,
  .service-details {
    border-radius: 22px;
  }

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

  .service-hub-grid {
    grid-template-columns: 1fr;
  }

  .service-hub-grid-delivery {
    grid-template-columns: 1fr;
  }

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

  .support-contact-row {
    grid-template-columns: 1fr;
  }

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

  .hero-visual-panel {
    min-height: 500px;
  }

  .service-ribbon {
    grid-template-columns: 1fr;
  }

  .brand-logo-title {
    font-size: 2.25rem;
  }

  .brand-logo-subtitle {
    font-size: 0.98rem;
  }

  .nav-links {
    gap: 34px;
    font-size: 1.02rem;
  }

  .delivery-cta-panel {
    grid-template-columns: 1fr;
  }

  .delivery-cta-examples {
    padding-left: 0;
    padding-top: 22px;
    border-left: 0;
    border-top: 1px solid rgba(185, 154, 98, 0.16);
  }
}

@media (max-width: 760px) {
  .seal {
    display: none;
  }

  main {
    margin-top: -12px;
    padding-top: 8px;
  }

  main::before {
    width: calc(100% - 24px);
    height: 38px;
    margin-bottom: 0;
  }

  .hero {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 18px;
    padding-bottom: 48px;
  }

  .nav {
    align-items: center;
    min-height: 96px;
    margin-bottom: 18px;
    gap: 16px;
  }

  .site-brand {
    flex: 1 1 auto;
    max-width: calc(100% - 60px);
  }

  .brand-logo {
    width: 52px;
    height: auto;
  }

  .site-brand .brand-divider {
    height: 62px;
    margin: 0 11px;
  }

  .brand-name {
    font-size: 1rem;
  }

  .brand-local {
    font-size: 1.4rem;
  }

  .brand-tagline {
    margin-top: 3px;
    font-size: 0.72rem;
    line-height: 1.3;
    white-space: normal;
  }

  .brand {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 250px;
  }

  .header-brand-image {
    width: 160px;
    max-width: 100%;
  }

  .brand-logo-block {
    gap: 12px;
  }

  .brand-divider {
    display: none;
  }

  .brand-local-copy {
    display: none;
  }

  .brand-mark {
    width: 220px;
    height: auto;
  }

  .brand-logo-title {
    font-size: 1.92rem;
    letter-spacing: 0.02em;
  }

  .brand-logo-subtitle {
    display: none;
  }

  .brand-mobile-subtitle {
    display: block;
    color: var(--gold);
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.45;
  }

  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(185, 154, 98, 0.22);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 28px rgba(39, 48, 77, 0.1);
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
  }

  .nav-toggle span {
    display: block;
    width: 22px;
    height: 2.5px;
    border-radius: 999px;
    background: var(--navy);
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .nav.nav-open .nav-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .nav.nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .nav.nav-open .nav-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .nav-links {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 20;
    gap: 10px;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    border: 1px solid rgba(185, 154, 98, 0.16);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(39, 48, 77, 0.12);
  }

  .nav.nav-open .nav-links {
    display: flex;
  }

  .nav-links > a,
  .nav-contact-button {
    padding: 12px 14px;
    border: 1px solid rgba(185, 154, 98, 0.18);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.82);
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
    box-shadow: none;
  }

  .language-switcher {
    display: block;
    width: 100%;
    margin-left: 0;
  }

  .language-switcher-button {
    width: 100%;
    min-height: 44px;
    font-size: 1rem;
  }

  .language-switcher-menu {
    position: static;
    width: 100%;
    margin-top: 8px;
    box-shadow: none;
  }

  .nav-contact-popover {
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    width: auto;
    padding: 16px 18px;
    border-radius: 18px;
  }

  .subnav-shell {
    display: none;
  }

  .brand-intro {
    margin-top: 24px;
  }

  .brand-intro-grid {
    gap: 26px;
    padding: 34px 24px 28px;
    border-radius: 32px;
  }

  .brand-intro-copy {
    gap: 18px;
    padding-top: 0;
    max-width: none;
    width: 100%;
  }

  .brand-intro-kicker {
    font-size: 1.1rem;
    letter-spacing: 0.16em;
    padding-bottom: 18px;
  }

  .brand-intro-title {
    font-size: 1.72rem;
    line-height: 1.7;
  }

  .brand-intro-tagline {
    font-size: 1.12rem;
    line-height: 1.82;
    max-width: 12em;
  }

  .brand-intro-list {
    padding: 0;
    width: 100%;
  }

  .brand-intro-item {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 20px 0;
  }

  .brand-intro-item p {
    font-size: 1.02rem;
    line-height: 1.82;
  }

  .brand-intro-item-icon {
    width: 56px;
    height: 56px;
  }

  .brand-intro-item-icon svg {
    width: 24px;
    height: 24px;
  }

  .brand-intro-visual {
    min-height: 280px;
    padding: 8px 10px 0;
  }

  .paris-line-art {
    max-width: 100%;
  }

  .timeline-item {
    grid-template-columns: 1fr;
  }

  .hero-showcase {
    padding: 14px;
    gap: 16px;
    border-radius: 28px;
  }

  .hero-showcase::before {
    inset: 12px;
    border-radius: 20px;
  }

  .service-panel {
    padding: 16px;
    border-radius: 24px;
  }

  .service-panel::before {
    inset: 12px;
    border-radius: 20px;
  }

  .service-copy-title {
    font-size: 1.06rem;
  }

  .hero-copy-panel {
    gap: 14px;
    padding: 4px;
  }

  .hero-copy-panel {
    display: contents;
  }

  .hero-frame {
    order: 1;
  }

  .hero-visual-panel {
    order: 2;
  }

  .service-ribbon {
    order: 3;
  }

  .hero-actions {
    order: 4;
  }

  .hero-frame {
    margin-bottom: 12px;
    padding: 18px 16px;
    border-radius: 22px;
  }

  .eyebrow {
    margin-bottom: 12px;
  }

  h1 {
    margin-bottom: 14px;
    font-size: 1.34rem;
    line-height: 1.3;
    max-width: 12ch;
  }

  .hero-text,
  .service-copy p,
  .temporary-notice-list,
  .temporary-contact-card p {
    font-size: 0.95rem;
  }

  .hero-lead {
    font-size: 0.98rem;
  }

  .quote-text {
    line-height: 1.9;
  }

  .service-ribbon {
    gap: 12px;
  }

  .service-ribbon div {
    padding: 13px 14px 12px;
  }

  .service-hub-card,
  .temporary-contact-card,
  .vtc-form,
  .consulting-form,
  .service-details,
  .delivery-cta-panel {
    padding: 16px;
  }

  .section {
    padding-bottom: 90px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .hero-actions .button {
    width: 100%;
    min-width: 0;
    padding: 13px 16px;
  }

  .service-hub-card {
    padding: 20px;
    border-radius: 20px;
  }

  .service-hub-links a {
    padding: 12px 14px;
    border-radius: 14px;
    font-size: 0.9rem;
  }

  .hero-visual-panel {
    min-height: 0;
  }

  .paris-frame {
    min-height: 0;
    display: grid;
    gap: 14px;
    align-content: start;
    padding: 20px 16px 18px;
  }

  .luxe-frame::before,
  .luxe-frame::after {
    display: none;
  }

  .visual-title,
  .paris-card,
  .editorial-note {
    position: static;
  }

  .visual-title,
  .editorial-note {
    left: auto;
    right: auto;
  }

  .visual-title {
    max-width: none;
    margin-bottom: 4px;
  }

  .paris-card {
    left: auto;
    right: auto;
    top: auto;
    box-shadow: 0 12px 26px rgba(42, 48, 78, 0.08);
  }

  .visual-title strong {
    font-size: 1.25rem;
  }

  .editorial-note {
    bottom: auto;
    flex-direction: column;
    align-items: flex-start;
  }

  .temporary-notice-panel {
    gap: 16px;
  }

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

  .temporary-contact-card,
  .vtc-form,
  .consulting-form,
  .service-details,
  .contact-reveal {
    padding: var(--space-card-mobile);
  }

  .service-hub-card .temporary-contact-card {
    padding: 16px;
  }

  .service-details {
    align-items: flex-start;
  }

  .contact-shell {
    gap: 16px;
  }

  .service-copy {
    gap: 12px;
  }

  .service-copy > p:not(.service-copy-title):not(.service-index) {
    max-width: none;
  }

  .delivery-overview-shell {
    gap: 22px;
  }

  .delivery-overview-head {
    align-items: flex-start;
  }

  .delivery-overview-icon,
  .delivery-feature-icon {
    width: 58px;
    height: 58px;
    font-size: 1.28rem;
  }

  .delivery-feature-item {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
    padding: 18px 0;
  }

  .delivery-feature-item .delivery-feature-icon {
    width: 48px;
    height: 48px;
    font-size: 1.08rem;
  }

  .delivery-cta-panel {
    gap: 20px;
    padding: 20px;
    border-radius: 22px;
  }

  .delivery-cta-main {
    grid-template-columns: 1fr;
  }

  .delivery-cta-icon {
    width: 56px;
    height: 56px;
  }

  .delivery-cta-button {
    width: 100%;
    min-width: 0;
  }

  .support-form {
    padding: 24px 22px 22px;
  }

  .support-form-head {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .support-form-head-icon {
    width: 56px;
    height: 56px;
  }

  .support-form-head-copy h2 {
    font-size: 1.92rem;
  }

  .support-form-head-copy p {
    font-size: 0.98rem;
    line-height: 1.78;
  }

  .support-form-lead {
    font-size: 1.08rem;
  }

  .consulting-feature-panel {
    padding: 24px 22px 22px;
    gap: 20px;
  }

  .consulting-feature-head {
    gap: 14px;
  }

  .consulting-feature-icon {
    width: 54px;
    height: 54px;
  }

  .consulting-feature-copy .service-copy-title {
    font-size: 1.92rem;
  }

  .consulting-feature-question {
    font-size: 2.12rem;
    max-width: none;
  }

  .consulting-feature-copy p:not(.service-copy-title) {
    max-width: none;
    font-size: 1rem;
  }

  .consulting-request-panel {
    gap: 18px;
    padding: 24px 22px 22px;
    border-radius: 22px;
  }

  .consulting-request-panel-head {
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: start;
  }

  .consulting-request-panel-icon {
    width: 60px;
    height: 60px;
  }

  .consulting-request-panel-head h3 {
    font-size: 1.62rem;
  }

  .consulting-request-panel-head p {
    font-size: 0.98rem;
    line-height: 1.78;
  }

  .consulting-request-input textarea {
    min-height: 156px;
    padding: 22px 20px;
    border-radius: 20px;
  }
}

@media (max-width: 520px) {
  main {
    margin-top: -8px;
    padding-top: 6px;
  }

  main::before {
    width: calc(100% - 18px);
    height: 30px;
  }

  .hero,
  .section,
  .footer {
    padding-left: 14px;
    padding-right: 14px;
  }

  .site-brand {
    max-width: calc(100% - 54px);
  }

  .brand-logo {
    width: 50px;
    height: auto;
  }

  .site-brand .brand-divider {
    height: 56px;
    margin: 0 9px;
  }

  .brand-name {
    font-size: 0.96rem;
  }

  .brand-local {
    font-size: 1.32rem;
  }

  .brand-tagline {
    display: none;
  }

  .header-brand-image {
    width: 138px;
    max-width: 100%;
  }

  .brand-mark {
    width: 190px;
    height: auto;
  }

  .brand-logo-title {
    font-size: 1.76rem;
    letter-spacing: 0.02em;
  }

  .brand-mobile-subtitle {
    font-size: 0.82rem;
  }

  .brand-intro-grid {
    gap: 22px;
    padding: 30px 20px 24px;
    border-radius: 28px;
  }

  .brand-intro-title {
    font-size: 1.44rem;
    line-height: 1.7;
  }

  .brand-intro-tagline {
    font-size: 1.04rem;
    line-height: 1.78;
    max-width: 12em;
  }

  .brand-intro-item {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 16px;
    padding: 18px 0;
  }

  .brand-intro-item-icon {
    width: 48px;
    height: 48px;
  }

  .brand-intro-item p {
    font-size: 0.96rem;
    line-height: 1.78;
  }

  .brand-intro-visual {
    min-height: 220px;
  }

  h1 {
    font-size: 1.06rem;
    line-height: 1.22;
    max-width: none;
    white-space: nowrap;
  }

  .visual-title {
    top: 24px;
    left: 16px;
    right: 16px;
    max-width: none;
  }

  .visual-title small {
    margin-bottom: 6px;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
  }

  .visual-title strong {
    font-size: 1.12rem;
    line-height: 1.4;
  }

  .paris-frame,
  .hero-visual-panel {
    min-height: 500px;
  }

  .paris-card {
    left: 16px;
    right: 16px;
    padding: 16px;
    border-radius: 18px;
  }

  .paris-card strong {
    font-size: 0.94rem;
    line-height: 1.72;
  }

  .card-vtc {
    top: 104px;
  }

  .card-delivery {
    top: 222px;
  }

  .card-assistance {
    top: 340px;
  }

  .hero-actions {
    grid-template-columns: 1fr;
  }

  .service-ribbon div,
  .service-hub-card,
  .temporary-contact-card,
  .vtc-form,
  .consulting-form,
  .service-details {
    border-radius: 18px;
  }

  .service-hub-card {
    padding: 14px;
  }

  .service-hub-card .temporary-contact-card {
    padding: 14px;
  }

  .service-hub-label {
    margin-bottom: 12px;
    font-size: 0.96rem;
  }

  .service-hub-links a {
    padding: 11px 12px;
    font-size: 0.88rem;
  }

  .delivery-overview-lead {
    font-size: 1.08rem;
  }

  .delivery-feature-text h3,
  .delivery-cta-copy h3,
  .delivery-cta-examples h3 {
    font-size: 1rem;
  }

  .delivery-example-tags {
    gap: 10px;
  }

  .delivery-example-tags span {
    padding: 9px 14px;
    font-size: 0.88rem;
  }

  .service-panel {
    padding: 14px;
    border-radius: 22px;
  }

  .section {
    padding-bottom: 96px;
  }

  .service-panel::before {
    inset: 10px;
    border-radius: 16px;
  }

  .service-copy-title,
  .default-luxe-title {
    font-size: 1.08rem;
  }

  .service-copy p,
  .temporary-contact-card p,
  .form-hint,
  .assist-note {
    font-size: 0.92rem;
  }

  .nav-links {
    gap: 8px 10px;
    font-size: 0.84rem;
  }

  .nav-links > a,
  .subnav-group a {
    padding: 8px 12px;
  }
}
