:root {
  --bg: #f4f1ed;
  --bg-soft: #fdfbf7;
  --surface: rgba(255, 255, 255, 0.86);
  --surface-strong: #ffffff;
  --surface-dark: #12161d;
  --surface-dark-2: #191f28;
  --text: #121720;
  --text-soft: #596171;
  --text-inverse: #f6f7fb;
  --wine: #5a1f2f;
  --wine-dark: #2b1218;
  --wine-soft: #7b4050;
  --gold: #f0c443;
  --gold-deep: #c79413;
  --steel: #d6d9de;
  --steel-dark: #8d95a1;
  --border: rgba(17, 23, 32, 0.1);
  --shadow: 0 24px 60px rgba(25, 15, 18, 0.16);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: min(1160px, calc(100vw - 2rem));
  --font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: var(--font-family);
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(240, 196, 67, 0.2), transparent 22%),
    linear-gradient(180deg, #f8f5ef 0%, #f4f1ed 46%, #ede7de 100%);
  overflow-x: hidden;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-shell {
  min-height: 100vh;
}

.topbar__inner > *,
.header__inner > *,
.hero__grid > *,
.capabilities > *,
.contact-grid > *,
.contact-cards > *,
.footer__inner > * {
  min-width: 0;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  background: linear-gradient(90deg, var(--wine-dark), var(--wine));
  color: var(--text-inverse);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar__inner {
  min-height: 3rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  padding: 0.45rem 0;
}

.topbar__message {
  margin: 0;
  font-size: 0.93rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  max-width: 48rem;
}

.site-header {
  position: sticky;
  top: 3rem;
  z-index: 25;
  backdrop-filter: blur(18px);
  background: rgba(253, 251, 247, 0.84);
  border-bottom: 1px solid rgba(90, 31, 47, 0.08);
}

.header__inner {
  min-height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

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

.brand__logo {
  width: min(100%, 340px);
  height: auto;
}

.header__controls {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  flex: 0 0 auto;
  min-width: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.3rem;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  min-width: 0;
}

.site-nav a {
  position: relative;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--wine));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.lang-toggle {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem;
  border-radius: 999px;
  background: rgba(90, 31, 47, 0.08);
  border: 1px solid rgba(90, 31, 47, 0.12);
}

.lang-toggle__option {
  border: 0;
  background: transparent;
  color: var(--wine);
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.lang-toggle__option.is-active {
  background: linear-gradient(135deg, var(--wine), #733141);
  color: var(--text-inverse);
  box-shadow: 0 12px 24px rgba(90, 31, 47, 0.18);
}

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

.menu-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  border: 1px solid rgba(90, 31, 47, 0.12);
  background: rgba(255, 255, 255, 0.9);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.28rem;
  cursor: pointer;
}

.menu-toggle span {
  width: 1.1rem;
  height: 2px;
  border-radius: 999px;
  background: var(--wine-dark);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 5.25rem 0 4rem;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(12px);
}

.hero::before {
  top: 4rem;
  left: -6rem;
  width: 18rem;
  height: 18rem;
  background: rgba(240, 196, 67, 0.2);
}

.hero::after {
  right: -5rem;
  bottom: 2rem;
  width: 20rem;
  height: 20rem;
  background: rgba(90, 31, 47, 0.16);
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 2rem;
  align-items: center;
}

.eyebrow {
  display: inline-block;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(90, 31, 47, 0.08);
  color: var(--wine);
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  max-width: 100%;
}

.eyebrow--gold {
  background: rgba(240, 196, 67, 0.12);
  color: var(--gold);
}

.hero h1,
.section-heading h2,
.capabilities__content h2,
.contact-panel h2 {
  margin: 1rem 0 0;
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.hero h1 {
  font-size: clamp(2.8rem, 5vw, 5.4rem);
  max-width: 12ch;
}

.hero__lead {
  margin: 1.25rem 0 0;
  max-width: 62ch;
  font-size: clamp(1.02rem, 1.4vw, 1.22rem);
  line-height: 1.7;
  color: var(--text-soft);
}

.hero__cta,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  min-height: 3.6rem;
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  max-width: 100%;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.button strong {
  font-size: 0.98rem;
}

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

.button--primary {
  background: linear-gradient(135deg, var(--gold), #ffd463);
  color: #1d1510;
  box-shadow: 0 20px 35px rgba(240, 196, 67, 0.28);
}

.button--secondary {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(90, 31, 47, 0.12);
  color: var(--wine-dark);
}

.dispatch-card,
.hero-visual-card,
.contact-panel,
.map-panel,
.service-card,
.faq-item,
.gallery-card,
.stats-card,
.placeholder-card {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.dispatch-card {
  margin-top: 2rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(14px);
}

.dispatch-card h2 {
  margin: 0;
  font-size: 1.2rem;
}

.dispatch-card p {
  margin: 0.85rem 0 0;
  color: var(--text-soft);
  line-height: 1.65;
}

.dispatch-list,
.feature-list {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.dispatch-list li,
.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-weight: 600;
}

.dispatch-list li::before,
.feature-list li::before {
  content: "";
  flex: 0 0 0.75rem;
  width: 0.75rem;
  height: 0.75rem;
  margin-top: 0.35rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), var(--wine));
  box-shadow: 0 0 0 6px rgba(240, 196, 67, 0.14);
}

.topbar__message,
.button,
.dispatch-card h2,
.dispatch-card p,
.service-card h3,
.service-card p,
.placeholder-card h3,
.placeholder-card p,
.gallery-card h3,
.gallery-card p,
.faq-item h3,
.faq-item p,
.contact-card__value,
.footer__meta a,
.footer__meta span {
  overflow-wrap: break-word;
  word-break: normal;
}

.button,
.contact-card__value,
.footer__meta a,
.footer__meta span {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.hero__visual {
  display: flex;
  justify-content: center;
}

.hero-visual-card {
  position: relative;
  width: min(100%, 31rem);
  padding: 1.3rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0.12)),
    linear-gradient(135deg, var(--surface-dark), var(--wine-dark));
  color: var(--text-inverse);
  border: 1px solid rgba(255, 255, 255, 0.18);
  overflow: hidden;
}

.hero-visual-card::before {
  content: "";
  position: absolute;
  inset: auto -10% -20% auto;
  width: 14rem;
  height: 14rem;
  border-radius: 999px;
  background: rgba(240, 196, 67, 0.14);
  filter: blur(8px);
}

.hero-visual-card__badge {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: rgba(240, 196, 67, 0.14);
  color: var(--gold);
}

.hero-photo {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  border-radius: calc(var(--radius-lg) - 0.5rem);
  display: block;
}

.stats {
  padding: 0 0 1.5rem;
}

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

.stats-card {
  padding: 1.3rem 1.25rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
}

.stats-card__kicker {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wine-soft);
}

.stats-card__value {
  display: block;
  margin-top: 0.55rem;
  font-size: 1.02rem;
  font-weight: 800;
}

.section {
  padding: 5.5rem 0;
}

.section--light {
  background: rgba(255, 255, 255, 0.34);
}

.section--dark {
  background:
    radial-gradient(circle at top right, rgba(240, 196, 67, 0.08), transparent 18%),
    linear-gradient(180deg, var(--surface-dark), var(--surface-dark-2));
  color: var(--text-inverse);
}

.section--accent {
  background:
    linear-gradient(180deg, rgba(240, 196, 67, 0.12), rgba(90, 31, 47, 0.08)),
    rgba(255, 255, 255, 0.45);
}

.section--contact {
  background: linear-gradient(180deg, #faf7f1, #f1ece4);
}

.section--payment {
  background:
    radial-gradient(circle at bottom right, rgba(240, 196, 67, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(244, 241, 237, 0.7));
}

.payment-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: center;
  margin-top: 3rem;
}

.payment-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  padding: 1.75rem 1.5rem;
  background: var(--surface-strong);
  border: 1px solid rgba(17, 23, 32, 0.08);
  border-radius: var(--radius-md);
  box-shadow: 0 4px 20px rgba(25, 15, 18, 0.07);
  flex: 1 1 9rem;
  max-width: 13rem;
  min-width: 9rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.payment-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 32px rgba(25, 15, 18, 0.12);
}

.payment-card__logo {
  display: block;
  height: 2.8rem;
  width: auto;
  max-width: 8rem;
}

.payment-card__name {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text-soft);
  letter-spacing: 0.04em;
  text-align: center;
}

.payment-note {
  margin: 2rem auto 0;
  max-width: 42rem;
  text-align: center;
  font-size: 0.9rem;
  color: var(--text-soft);
  line-height: 1.6;
}

.section-heading {
  max-width: 52rem;
}

.section-heading--center {
  margin: 0 auto 3rem;
  text-align: center;
}

.section-heading h2,
.capabilities__content h2,
.contact-panel h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.section-heading p,
.capabilities__content p,
.contact-panel p {
  margin: 1rem 0 0;
  font-size: 1.04rem;
  line-height: 1.75;
  color: var(--text-soft);
}

.section--dark .capabilities__content p {
  color: rgba(246, 247, 251, 0.74);
}

.services-grid,
.gallery-grid,
.placeholder-grid,
.faq-list {
  display: grid;
  gap: 1rem;
}

.services-grid > *,
.gallery-grid > *,
.placeholder-grid > *,
.faq-list > * {
  min-width: 0;
}

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

.service-card {
  padding: 1.3rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(17, 23, 32, 0.06);
}

.service-card__tag,
.gallery-card__tag,
.placeholder-card__tag {
  display: inline-flex;
  padding: 0.4rem 0.72rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(240, 196, 67, 0.14);
  color: var(--gold-deep);
}

.service-card h3,
.gallery-card h3,
.placeholder-card h3,
.faq-item h3 {
  margin: 1rem 0 0;
  font-size: 1.3rem;
  line-height: 1.2;
}

.service-card p,
.gallery-card p,
.placeholder-card p,
.faq-item p {
  margin: 0.85rem 0 0;
  color: var(--text-soft);
  line-height: 1.72;
}

.service-card ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: grid;
  gap: 0.7rem;
}

.service-card li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-weight: 600;
}

.service-card li::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  margin-top: 0.45rem;
  background: linear-gradient(135deg, var(--gold), var(--wine));
}

.capabilities {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1.5rem;
  align-items: start;
}

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

.placeholder-card,
.gallery-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, rgba(240, 196, 67, 0.16), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.section--light .gallery-card,
.section--light .placeholder-card {
  background:
    linear-gradient(180deg, rgba(240, 196, 67, 0.12), rgba(255, 255, 255, 0.7)),
    linear-gradient(135deg, rgba(90, 31, 47, 0.06), rgba(255, 255, 255, 0.96));
  border: 1px solid rgba(17, 23, 32, 0.06);
}

.placeholder-card__media,
.gallery-card__media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.14)),
    repeating-linear-gradient(
      -45deg,
      rgba(240, 196, 67, 0.18) 0,
      rgba(240, 196, 67, 0.18) 14px,
      rgba(255, 255, 255, 0.06) 14px,
      rgba(255, 255, 255, 0.06) 28px
    );
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.placeholder-card__media img,
.gallery-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.placeholder-card:hover .placeholder-card__media img,
.gallery-card:hover .gallery-card__media img {
  transform: scale(1.04);
}

.section--light .placeholder-card__media,
.section--light .gallery-card__media {
  border-bottom-color: rgba(17, 23, 32, 0.08);
}

.placeholder-card__body,
.gallery-card__body,
.faq-item {
  padding: 1.3rem;
}

.section--dark .placeholder-card h3,
.section--dark .placeholder-card p {
  color: var(--text-inverse);
}

.section--dark .placeholder-card p {
  color: rgba(246, 247, 251, 0.74);
}

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

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

.faq-item {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(17, 23, 32, 0.08);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 1.4rem;
}

.contact-panel {
  padding: 2rem;
  background: linear-gradient(180deg, var(--surface-dark), var(--wine-dark));
  color: var(--text-inverse);
}

.contact-panel p {
  color: rgba(246, 247, 251, 0.78);
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.contact-card {
  padding: 1rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-width: 0;
}

.contact-card__label {
  display: block;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
}

.contact-card__value {
  display: block;
  margin-top: 0.55rem;
  line-height: 1.6;
  font-weight: 700;
  color: var(--text-inverse);
  max-width: 100%;
  font-size: clamp(0.98rem, 1.4vw, 1.15rem);
  hyphens: auto;
}

.map-panel {
  overflow: hidden;
  min-height: 100%;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(17, 23, 32, 0.08);
}

.map-panel iframe {
  width: 100%;
  height: 100%;
  min-height: 34rem;
  border: 0;
}

.site-footer {
  background: var(--wine-dark);
  color: var(--text-inverse);
}

.footer__inner,
.footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer__inner {
  padding: 2rem 0;
}

.footer__brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer__logo {
  width: 150px;
  filter: brightness(1.1);
}

.footer__brand p,
.footer__meta,
.footer__bottom a,
.footer__bottom span {
  color: rgba(246, 247, 251, 0.8);
}

.footer__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem;
  font-size: 0.95rem;
  min-width: 0;
}

.footer__meta a,
.footer__meta span {
  max-width: 100%;
  min-width: 0;
  flex: 1 1 14rem;
}

.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer__bottom-inner {
  min-height: 4.3rem;
}

.mobile-callout {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 24;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1.1rem;
  border-radius: 1.2rem;
  background: linear-gradient(135deg, var(--gold), #ffd76c);
  color: #1d1510;
  font-weight: 800;
  box-shadow: 0 18px 34px rgba(34, 26, 12, 0.22);
}

.mobile-callout span {
  line-height: 1.2;
}

.mobile-callout strong {
  white-space: nowrap;
}

@media (max-width: 1040px) {
  .site-header {
    top: 3rem;
  }

  .header__inner {
    position: relative;
  }

  .hero__grid,
  .capabilities,
  .contact-grid {
    grid-template-columns: 1fr;
  }

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

  .site-nav {
    position: absolute;
    top: calc(100% + 0.75rem);
    left: 1rem;
    right: 1rem;
    display: none;
    padding: 1rem;
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(90, 31, 47, 0.1);
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }

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

  .site-nav a {
    padding: 0.2rem 0;
  }

  .lang-toggle {
    justify-content: center;
  }

  .stats__grid,
  .services-grid,
  .gallery-grid,
  .faq-list,
  .placeholder-grid,
  .contact-cards {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 4rem;
  }

  .hero__content,
  .hero__visual,
  .capabilities__content,
  .placeholder-grid,
  .contact-panel,
  .map-panel {
    width: 100%;
  }

  .hero-placeholder {
    min-height: 22rem;
  }

  .footer__inner,
  .footer__bottom-inner,
  .footer__brand {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer__meta {
    justify-content: flex-start;
  }

  .mobile-callout {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .topbar {
    position: static;
  }

  .site-header {
    top: 0;
  }

  .topbar__inner {
    align-items: flex-start;
  }

  .header__inner {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 0.75rem;
  }

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

  .brand__logo {
    width: min(100%, 200px);
  }

  .header__controls {
    gap: 0.45rem;
  }

  .lang-toggle {
    padding: 0.15rem;
  }

  .lang-toggle__option {
    padding: 0.45rem 0.62rem;
    font-size: 0.84rem;
  }

  .menu-toggle {
    width: 2.75rem;
    height: 2.75rem;
    flex: 0 0 auto;
  }

  .site-nav {
    left: 0.75rem;
    right: 0.75rem;
    top: calc(100% + 0.5rem);
  }

  .mobile-callout {
    display: inline-flex !important;
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    gap: 0.75rem;
    padding: 0.78rem 0.95rem;
    border-radius: 1rem;
    font-size: 0.94rem;
  }

  .mobile-callout strong {
    font-size: 0.96rem;
  }

  .hero {
    padding-top: 2rem;
  }

  .hero h1,
  .contact-panel h2,
  .capabilities__content h2,
  .section-heading h2 {
    max-width: none;
  }

  .hero__cta,
  .contact-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .dispatch-card,
  .contact-panel,
  .service-card,
  .faq-item,
  .gallery-card,
  .placeholder-card {
    border-radius: 1.25rem;
  }

  .section {
    padding: 4.25rem 0;
  }

  .map-panel iframe {
    min-height: 20rem;
  }
}

/* =========================================================
   Visual polish — unique design touches (Dec 2026)
   ========================================================= */

/* Refined heading typography */
h1, h2, h3 {
  letter-spacing: -0.015em;
}
.hero h1 {
  letter-spacing: -0.022em;
}

/* Eyebrow gets a leading dash mark for personality */
.eyebrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
.eyebrow::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 2px;
  background: currentColor;
  opacity: 0.55;
  flex-shrink: 0;
}
.eyebrow--gold::before {
  background: var(--gold, #f0c443);
  opacity: 0.95;
}

/* Diagonal yellow accent stripe at the top of dark sections */
.section--dark,
.section--accent,
.section--contact {
  position: relative;
  isolation: isolate;
}
.section--dark::before,
.section--accent::before,
.section--contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    transparent 12%,
    var(--gold, #f0c443) 12%,
    var(--gold, #f0c443) 38%,
    transparent 38%,
    transparent 100%
  );
  opacity: 0.85;
  z-index: 2;
  pointer-events: none;
}

/* Grain noise texture on dark sections (very subtle) */
.section--dark::after,
.section--contact::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.55 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  opacity: 0.06;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 1;
}
.section--dark > *,
.section--contact > * {
  position: relative;
  z-index: 2;
}

/* Hero subtle radial glow */
.hero {
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -10%;
  width: 55%;
  height: 75%;
  background: radial-gradient(circle at center, rgba(241, 196, 92, 0.12), transparent 65%);
  pointer-events: none;
  z-index: 0;
}
.hero > .container {
  position: relative;
  z-index: 1;
}

/* Button shine sweep on hover */
.button {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.button::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    100deg,
    transparent 0%,
    rgba(255, 255, 255, 0.22) 50%,
    transparent 100%
  );
  transform: skewX(-18deg);
  transition: left 0.6s ease;
  pointer-events: none;
  z-index: 1;
}
.button:hover::after,
.button:focus-visible::after {
  left: 125%;
}
.button--secondary::after {
  background: linear-gradient(
    100deg,
    transparent 0%,
    rgba(90, 31, 47, 0.14) 50%,
    transparent 100%
  );
}

/* Card lift micro-interaction */
.service-card,
.placeholder-card,
.gallery-card,
.faq-item,
.payment-card {
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  will-change: transform;
}
.service-card:hover,
.placeholder-card:hover,
.gallery-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px -22px rgba(43, 18, 24, 0.35);
}
.payment-card:hover {
  transform: translateY(-3px);
}

/* Subtle gold underline accent on card titles */
.service-card h3,
.placeholder-card h3,
.gallery-card h3 {
  position: relative;
}
.service-card h3::after,
.placeholder-card h3::after,
.gallery-card h3::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2px;
  margin-top: 0.55rem;
  background: var(--gold, #f0c443);
  border-radius: 2px;
  opacity: 0.75;
  transition: width 0.3s ease;
}
.service-card:hover h3::after,
.placeholder-card:hover h3::after,
.gallery-card:hover h3::after {
  width: 3.5rem;
}

/* Phone link in dispatch card / contact get a hover underline */
a[href^="tel:"]:hover,
a[href^="mailto:"]:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Section heading center variant gets a centered eyebrow */
.section-heading--center .eyebrow {
  justify-content: center;
}

/* Slight depth on dispatch card */
.dispatch-card {
  position: relative;
  overflow: hidden;
}
.dispatch-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--gold, #f0c443), transparent);
  opacity: 0.85;
}

/* Hero visual card gets a corner mark */
.hero-visual-card {
  position: relative;
}
.hero-visual-card::after {
  content: "";
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  width: 1.6rem;
  height: 1.6rem;
  border-top: 2px solid var(--gold, #f0c443);
  border-right: 2px solid var(--gold, #f0c443);
  opacity: 0.85;
  pointer-events: none;
  z-index: 3;
}

/* Tighten the topbar with a subtle animated pulse on the dot */
.topbar__message {
  position: relative;
  padding-left: 1.1rem;
}
.topbar__message::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #4ade80;
  transform: translateY(-50%);
  box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.7);
  animation: pulseDot 2.2s ease-out infinite;
}
@keyframes pulseDot {
  0% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.6); }
  70% { box-shadow: 0 0 0 8px rgba(74, 222, 128, 0); }
  100% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0); }
}

/* Reduced motion: kill the decorative animations */
@media (prefers-reduced-motion: reduce) {
  .topbar__message::before {
    animation: none;
  }
  .button::after {
    transition: none;
  }
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Smaller screens: tone down some of the decoration */
@media (max-width: 640px) {
  .eyebrow::before {
    width: 1rem;
  }
  .hero::before {
    width: 80%;
    height: 45%;
  }
  .hero-visual-card::after {
    width: 1.2rem;
    height: 1.2rem;
  }
}
