:root {
  --navy: #071a2c;
  --navy-2: #102a43;
  --ivory: #f8f2e6;
  --cream: #fffaf0;
  --paper: #fffdf8;
  --gold: #c9972f;
  --saffron: #df7d2f;
  --emerald: #11775f;
  --maroon: #7b2036;
  --clay: #b75d39;
  --ink: #172234;
  --muted: #687181;
  --line: rgba(7, 26, 44, 0.14);
  --white: #ffffff;
  --shadow-soft: 0 18px 44px rgba(16, 42, 67, 0.13);
  --shadow-card: 0 14px 30px rgba(7, 26, 44, 0.11);
  --scene-glow: 0 0 42px rgba(201, 151, 47, 0.24);
  --motion-scene: 6s;
  --motion-slow: 8s;
  --motion-shimmer: 7s;
  --radius: 8px;
  --header-height: 78px;
  --logo-chip-small: 84px;
  --logo-chip-medium: 144px;
  --logo-chip-large: 178px;
  --font-heading: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-body: "Manrope", "Segoe UI", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(201, 151, 47, 0.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(123, 32, 54, 0.045) 1px, transparent 1px),
    var(--ivory);
  background-size: 42px 42px;
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.6;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

button {
  cursor: pointer;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-160%);
  border-radius: var(--radius);
  background: var(--navy);
  color: var(--white);
  padding: 10px 14px;
  transition: transform 180ms ease;
}

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

.container {
  width: min(100% - 32px, 1180px);
  margin-inline: auto;
}

.section {
  padding: 92px 0;
  position: relative;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}

.section-copy {
  max-width: 610px;
}

.section h1,
.section h2,
.section h3,
.site-footer h2 {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.section h1 {
  font-size: 4rem;
}

.section h2 {
  font-size: 2.55rem;
}

.section h3 {
  font-size: 1.35rem;
}

.section p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.03rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 100%;
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.eyebrow.emerald {
  color: var(--emerald);
}

.eyebrow.maroon {
  color: #f0c46a;
}

.eyebrow.saffron {
  color: var(--saffron);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  padding: 12px 0;
  transition: background 220ms ease, box-shadow 220ms ease, padding 220ms ease;
}

.site-header.is-scrolled,
.nav-open .site-header {
  background: rgba(255, 250, 240, 0.94);
  box-shadow: 0 14px 32px rgba(7, 26, 44, 0.12);
  backdrop-filter: blur(16px);
}

.header-shell {
  position: relative;
  width: min(100% - 24px, 1220px);
  min-height: 58px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(176px, auto) minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.62);
  padding: 8px 10px;
  box-shadow: 0 12px 28px rgba(7, 26, 44, 0.08);
  backdrop-filter: blur(18px);
}

.header-shell > *,
.hero-copy,
.hero-visual,
.section-copy {
  min-width: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--navy);
  text-decoration: none;
}

.brand img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(7, 26, 44, 0.2);
}

.brand span {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.brand strong {
  font-size: 1rem;
  line-height: 1.1;
  white-space: nowrap;
}

.brand small {
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.2;
  white-space: nowrap;
}

.brand-chip,
.brand-logo {
  --logo-chip-bg: rgba(255, 250, 240, 0.96);
  --logo-chip-border: rgba(7, 26, 44, 0.12);
  --logo-chip-shadow: 0 12px 24px rgba(7, 26, 44, 0.12);
  --logo-chip-padding: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--logo-chip-border);
  border-radius: var(--radius);
  background: var(--logo-chip-bg);
  padding: var(--logo-chip-padding);
  box-shadow: var(--logo-chip-shadow);
}

.brand-getmyticket {
  --logo-chip-bg: #030303;
  --logo-chip-border: rgba(240, 196, 106, 0.24);
  --logo-chip-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.brand-tourism {
  --logo-chip-bg: rgba(255, 255, 255, 0.95);
  --logo-chip-border: rgba(17, 119, 95, 0.16);
  --logo-chip-shadow: 0 12px 24px rgba(7, 26, 44, 0.12);
}

.brand-chip img,
.brand-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.getmyticket-section-logo {
  --logo-chip-border: rgba(240, 196, 106, 0.32);
  --logo-chip-padding: 4px;
  --logo-chip-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  width: 156px;
  aspect-ratio: 1368 / 968;
  border-radius: 8px;
}

.getmyticket-section-logo img {
  object-fit: contain;
  object-position: center;
}

.primary-nav {
  justify-self: center;
  display: none;
  align-items: center;
  gap: 4px;
}

.primary-nav a {
  border-radius: var(--radius);
  padding: 9px 10px;
  color: var(--navy-2);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  background: rgba(201, 151, 47, 0.15);
  outline: none;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex: 0 0 auto;
}

.btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 10px 16px;
  font-size: 0.93rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.btn span[aria-hidden="true"] {
  display: inline-flex;
  transition: transform 180ms ease;
}

.btn:hover span[aria-hidden="true"],
.btn:focus-visible span[aria-hidden="true"] {
  transform: translate(3px, -2px);
}

.btn-solid {
  background: var(--gold);
  color: var(--navy);
  box-shadow: 0 12px 24px rgba(201, 151, 47, 0.28);
}

.btn-solid:hover,
.btn-solid:focus-visible {
  background: #d9aa43;
}

.btn-ghost {
  border-color: rgba(7, 26, 44, 0.16);
  background: rgba(255, 255, 255, 0.5);
  color: var(--navy);
}

.btn-light {
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
}

.btn-large {
  min-height: 50px;
  padding-inline: 20px;
}

.btn-full {
  width: 100%;
}

.emerald-btn {
  background: var(--emerald);
  color: var(--white);
  box-shadow: 0 14px 24px rgba(17, 119, 95, 0.22);
}

.emerald-btn:hover,
.emerald-btn:focus-visible {
  background: #0d624f;
}

.tourism-cta-stack {
  display: grid;
  gap: 12px;
}

.tourism-cta-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.tourism-cta {
  min-width: 148px;
  color: var(--white);
  white-space: normal;
}

.tourism-cta span {
  flex: 0 0 auto;
}

.tourism-cta-primary {
  background: var(--emerald);
  border-color: rgba(17, 119, 95, 0.18);
  box-shadow: 0 14px 24px rgba(17, 119, 95, 0.22);
}

.tourism-cta-primary:hover,
.tourism-cta-primary:focus-visible {
  background: #0d624f;
}

.tourism-cta-secondary {
  background: var(--navy);
  border-color: rgba(201, 151, 47, 0.46);
  box-shadow: 0 14px 24px rgba(7, 26, 44, 0.18);
}

.tourism-cta-secondary:hover,
.tourism-cta-secondary:focus-visible {
  background: #102a44;
  border-color: rgba(201, 151, 47, 0.7);
}

.tourism-cta-group-card {
  margin-top: 18px;
  gap: 8px;
}

.tourism-cta-group-card .tourism-cta {
  flex: 1 1 128px;
  min-width: 126px;
  min-height: 38px;
  padding: 8px 11px;
  font-size: 0.82rem;
}

.tourism-cta-group-highlight .tourism-cta {
  flex: 0 1 176px;
}

.tourism-whatsapp-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  border-radius: 6px;
  color: var(--emerald);
  font-weight: 900;
  text-decoration: none;
}

.tourism-whatsapp-link:hover,
.tourism-whatsapp-link:focus-visible {
  color: var(--navy);
  outline: none;
}

.tourism-whatsapp-link:focus-visible {
  outline: 3px solid rgba(201, 151, 47, 0.34);
  outline-offset: 4px;
}

.menu-toggle {
  justify-self: end;
  width: 46px;
  height: 46px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  border: 1px solid rgba(7, 26, 44, 0.15);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
}

.menu-toggle span {
  width: 19px;
  height: 2px;
  margin-inline: auto;
  border-radius: 999px;
  background: var(--navy);
  transition: transform 180ms ease, opacity 180ms ease;
}

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

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

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

.hero {
  min-height: 88svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 124px;
  padding-bottom: 64px;
  background:
    linear-gradient(110deg, rgba(7, 26, 44, 0.04), rgba(201, 151, 47, 0.08)),
    var(--ivory);
}

.hero-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.52;
  background:
    repeating-linear-gradient(135deg, rgba(201, 151, 47, 0.11) 0 1px, transparent 1px 14px),
    repeating-linear-gradient(45deg, rgba(123, 32, 54, 0.07) 0 1px, transparent 1px 18px);
  mask-image: linear-gradient(90deg, #000, transparent 78%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 44px;
}

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

.hero-lede {
  max-width: 620px;
  color: #425066;
  font-size: 1.17rem;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-ctas .btn-light {
  background: var(--navy);
}

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

.hero-stats {
  margin-top: 28px;
}

.stat-card {
  min-height: 88px;
  display: grid;
  align-content: center;
  gap: 3px;
  border: 1px solid rgba(201, 151, 47, 0.25);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, 0.72);
  padding: 14px;
  box-shadow: 0 10px 24px rgba(7, 26, 44, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.stat-card:hover,
.stat-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(201, 151, 47, 0.42);
  box-shadow: 0 18px 34px rgba(7, 26, 44, 0.12);
}

.stat-card strong {
  color: var(--navy);
  font-size: 1.22rem;
  line-height: 1.15;
}

.stat-card span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.hero-visual {
  position: relative;
  min-height: 590px;
}

.hero-visual picture {
  display: block;
  height: 590px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.hero-visual picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(7, 26, 44, 0.04), rgba(7, 26, 44, 0.27));
  pointer-events: none;
}

.route-line {
  position: absolute;
  top: 22px;
  right: 22px;
  left: 22px;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: var(--radius);
  background: rgba(7, 26, 44, 0.47);
  color: var(--white);
  padding: 10px 12px;
  backdrop-filter: blur(10px);
}

.route-line span {
  font-size: 0.78rem;
  font-weight: 800;
}

.route-line svg {
  width: 100%;
  height: 34px;
}

.route-line path {
  fill: none;
  stroke: var(--gold);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 10 9;
  animation: routeFlow 4s linear infinite;
}

.floating-card {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 2px;
  max-width: 210px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.86);
  padding: 13px 14px;
  box-shadow: 0 18px 36px rgba(7, 26, 44, 0.18);
  backdrop-filter: blur(16px);
  animation: softFloat 6.5s ease-in-out infinite;
}

.floating-card strong {
  color: var(--navy);
  font-size: 0.9rem;
}

.floating-card span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.card-store {
  left: -18px;
  bottom: 120px;
}

.card-ticket {
  right: 18px;
  bottom: 80px;
  animation-delay: 850ms;
}

.card-tourism {
  left: 42px;
  bottom: -18px;
  animation-delay: 1450ms;
}

.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 54px;
}

.brand-bridge {
  background: linear-gradient(180deg, var(--paper), #f3ead9);
  overflow: hidden;
}

.quote-card {
  margin: 28px 0 0;
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
  background: var(--white);
  padding: 24px;
  box-shadow: var(--shadow-card);
}

.quote-card blockquote {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.25;
}

.quote-card figcaption {
  margin-top: 10px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.quote-card.compact {
  margin-top: 20px;
  padding: 18px;
}

.quote-card.compact blockquote {
  font-size: 1.12rem;
}

.bridge-visual {
  position: relative;
  min-height: 420px;
  border: 1px solid rgba(201, 151, 47, 0.22);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(7, 26, 44, 0.94), rgba(16, 42, 67, 0.84)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px 18px);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.bridge-visual::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
}

.map-card {
  position: absolute;
  z-index: 2;
  width: 210px;
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.92);
  padding: 18px;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.24);
}

.map-card span {
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.map-card strong {
  display: block;
  margin-top: 8px;
  color: var(--navy);
  line-height: 1.25;
}

.map-india {
  left: 34px;
  bottom: 54px;
}

.map-europe {
  right: 34px;
  top: 54px;
}

.bridge-mark {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  padding: 10px;
  background: rgba(255, 250, 240, 0.88);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.28);
}

.bridge-mark img {
  border-radius: 50%;
}

.bridge-svg {
  position: absolute;
  inset: 70px 30px;
  width: calc(100% - 60px);
  height: calc(100% - 140px);
}

.bridge-svg path {
  fill: none;
  stroke-linecap: round;
}

.bridge-track {
  stroke: rgba(255, 255, 255, 0.34);
  stroke-width: 4;
}

.bridge-pulse {
  stroke: var(--gold);
  stroke-width: 4;
  stroke-dasharray: 30 22;
  animation: routeFlow 5s linear infinite;
}

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

.venture-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(7, 26, 44, 0.1);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow-card);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.venture-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 6;
  background: linear-gradient(110deg, transparent 0 34%, rgba(255, 255, 255, 0.28) 44%, transparent 58% 100%);
  pointer-events: none;
  transform: translateX(-120%);
  transition: transform 560ms ease;
}

.venture-card:hover,
.venture-card:focus-within {
  transform: translateY(-6px);
  border-color: rgba(201, 151, 47, 0.42);
  box-shadow: 0 22px 44px rgba(7, 26, 44, 0.16), var(--scene-glow);
}

.venture-card:hover::before,
.venture-card:focus-within::before {
  transform: translateX(120%);
}

.venture-card:hover .illustration,
.venture-card:focus-within .illustration {
  transform: translateY(-3px) scale(1.015);
}

.venture-visual {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.2), transparent 28%),
    linear-gradient(135deg, rgba(7, 26, 44, 0.95), rgba(201, 151, 47, 0.28));
}

.accent-maroon .venture-visual {
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 255, 255, 0.16), transparent 26%),
    linear-gradient(135deg, rgba(7, 26, 44, 0.98), rgba(123, 32, 54, 0.9));
}

.accent-emerald .venture-visual {
  background:
    radial-gradient(circle at 20% 22%, rgba(255, 255, 255, 0.15), transparent 26%),
    linear-gradient(135deg, rgba(6, 48, 56, 0.98), rgba(17, 119, 95, 0.9));
}

.venture-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(7, 26, 44, 0.02), rgba(7, 26, 44, 0.24)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 17px);
  pointer-events: none;
}

.venture-visual-branded::after {
  display: none;
}

.venture-logo-visual {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  padding: clamp(24px, 7%, 42px);
}

.brand-visual--ticket {
  background:
    radial-gradient(circle at 18% 18%, rgba(240, 196, 106, 0.2), transparent 26%),
    radial-gradient(circle at 84% 30%, rgba(255, 255, 255, 0.08), transparent 24%),
    linear-gradient(135deg, #06111f, #4a1429 72%, #0c0610);
}

.brand-visual--tourism {
  background:
    radial-gradient(circle at 22% 20%, rgba(255, 255, 255, 0.84), transparent 28%),
    radial-gradient(circle at 82% 78%, rgba(17, 119, 95, 0.1), transparent 30%),
    linear-gradient(135deg, #fffdf8, #f3ead9);
}

.venture-logo-visual-image {
  width: auto;
  height: auto;
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
  filter: drop-shadow(0 16px 22px rgba(7, 26, 44, 0.16));
}

.brand-visual--tourism .venture-logo-visual-image {
  max-width: 78%;
  max-height: 75%;
  filter: drop-shadow(0 12px 18px rgba(7, 26, 44, 0.12));
}

.venture-category {
  position: absolute;
  z-index: 4;
  left: 14px;
  top: 14px;
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.9);
  color: var(--navy);
  padding: 7px 10px;
  font-size: 0.75rem;
  font-weight: 900;
}

.illustration {
  position: absolute;
  inset: 18px;
  z-index: 1;
  overflow: hidden;
  border-radius: var(--radius);
  transition: transform 260ms ease;
  will-change: transform;
}

.illustration-store,
.store-essentials-visual {
  background:
    radial-gradient(circle at 24% 22%, rgba(255, 255, 255, 0.88), transparent 25%),
    radial-gradient(circle at 78% 12%, rgba(201, 151, 47, 0.24), transparent 26%),
    linear-gradient(135deg, rgba(255, 250, 240, 0.98), rgba(239, 219, 184, 0.94));
}

.textile-swatch {
  position: absolute;
  display: block;
}

.textile-swatch {
  width: 44%;
  height: 26%;
  border-radius: var(--radius);
  box-shadow: 0 16px 30px rgba(7, 26, 44, 0.16);
  transform: rotate(-8deg);
}

.swatch-navy {
  left: 10%;
  bottom: 18%;
  background:
    repeating-linear-gradient(45deg, rgba(201, 151, 47, 0.55) 0 2px, transparent 2px 11px),
    var(--navy);
}

.map-panel {
  position: absolute;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(255, 250, 240, 0.9)),
    rgba(255, 250, 240, 0.9);
  color: var(--navy);
  padding: 10px 12px;
  font-size: 0.8rem;
  font-weight: 900;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.22), inset 0 0 0 1px rgba(201, 151, 47, 0.16);
}

.map-india-panel {
  left: 11%;
  bottom: 20%;
}

.map-europe-panel {
  right: 12%;
  top: 18%;
}

.travel-chip {
  position: absolute;
  display: block;
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.chip-passport {
  left: 26%;
  top: 28%;
  width: 44px;
  height: 62px;
}

.store-scene,
.cinema-scene,
.tourism-scene {
  isolation: isolate;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18), inset 0 -42px 70px rgba(7, 26, 44, 0.12);
}

.store-scene::before,
.cinema-scene::before,
.tourism-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.28), transparent 42%);
  pointer-events: none;
}

.scene-glow,
.store-shimmer,
.store-counter,
.store-shelf,
.grocery-bag,
.produce,
.basket,
.shopper,
.basket-item,
.store-craft,
.film-strip,
.cinema-wall-glow,
.cinema-floor-glow,
.projector-source,
.screen-glow,
.projector-beam,
.mini-ticket,
.india-marker {
  position: absolute;
  display: block;
}

.store-scene {
  background:
    radial-gradient(circle at 35% 0%, rgba(255, 255, 255, 0.9), transparent 25%),
    radial-gradient(circle at 74% 24%, rgba(201, 151, 47, 0.28), transparent 30%),
    linear-gradient(135deg, #fffaf0, #e8d2a6);
}

.scene-glow {
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.store-glow {
  background:
    radial-gradient(circle at 34% 12%, rgba(255, 255, 255, 0.74), transparent 24%),
    radial-gradient(circle at 62% 76%, rgba(201, 151, 47, 0.26), transparent 30%);
}

.store-counter {
  left: 7%;
  right: 7%;
  bottom: 7%;
  z-index: 2;
  height: 23%;
  border-radius: 14px 14px 0 0;
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.7), rgba(187, 128, 57, 0.34)),
    repeating-linear-gradient(90deg, rgba(7, 26, 44, 0.08) 0 1px, transparent 1px 18px);
  box-shadow: 0 -12px 28px rgba(201, 151, 47, 0.1), inset 0 1px rgba(255, 255, 255, 0.5);
}

.store-shimmer {
  inset: -40% auto -40% -28%;
  z-index: 4;
  width: 28%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  transform: rotate(16deg);
  animation: sceneShimmer var(--motion-shimmer) ease-in-out infinite;
}

.store-shelf {
  z-index: 2;
  left: 10%;
  right: 10%;
  display: flex;
  align-items: end;
  gap: 10px;
  height: 60px;
  border-bottom: 7px solid rgba(7, 26, 44, 0.72);
  filter: drop-shadow(0 12px 18px rgba(7, 26, 44, 0.12));
}

.shelf-top {
  top: 15%;
}

.shelf-mid {
  top: 42%;
}

.store-scene .store-textile {
  z-index: 3;
  left: 51%;
  bottom: 14%;
  width: 30%;
  height: 18%;
  opacity: 0.94;
  transform: rotate(-7deg);
}

.store-craft {
  z-index: 3;
  right: 10%;
  bottom: 30%;
  width: 34px;
  height: 68px;
  border-radius: 999px 999px 10px 10px;
  background: linear-gradient(180deg, #dbac59, #7a4724);
  box-shadow: 0 16px 22px rgba(7, 26, 44, 0.16), inset 0 0 0 1px rgba(255, 250, 240, 0.22);
}

.store-craft::after {
  content: "";
  position: absolute;
  left: 9px;
  right: 9px;
  top: 16px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.2);
}

.jar,
.box,
.grocery-bag,
.produce,
.basket,
.shopper {
  position: absolute;
  display: block;
  z-index: 3;
}

.store-shelf .jar,
.store-shelf .box,
.store-shelf .basket {
  position: relative;
  animation: productHover var(--motion-scene) ease-in-out infinite;
}

.store-shelf .jar:nth-child(2),
.store-shelf .box:nth-child(4) {
  animation-delay: 600ms;
}

.store-shelf .jar:nth-child(3),
.store-shelf .basket:nth-child(3) {
  animation-delay: 1100ms;
}

.jar {
  width: 28px;
  height: 46px;
  border-radius: 8px 8px 11px 11px;
  border: 2px solid rgba(7, 26, 44, 0.22);
  box-shadow: inset 0 8px rgba(255, 255, 255, 0.28);
}

.jar::before {
  content: "";
  position: absolute;
  left: 7px;
  right: 7px;
  top: -7px;
  height: 8px;
  border-radius: 4px 4px 2px 2px;
  background: var(--navy);
}

.jar-saffron {
  background: linear-gradient(180deg, #e1a82c, #a85625);
}

.jar-green,
.jar-gold {
  background: linear-gradient(180deg, #b8bd67, #537a50);
}

.jar-maroon {
  background: linear-gradient(180deg, #d27050, #7b2036);
}

.box {
  width: 42px;
  height: 42px;
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(255, 250, 240, 0.98), rgba(201, 151, 47, 0.58));
  border: 1px solid rgba(7, 26, 44, 0.14);
}

.box::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 12px;
  height: 4px;
  border-radius: 99px;
  background: rgba(7, 26, 44, 0.42);
}

.box-spices {
  background: linear-gradient(135deg, #fff3cf, #cf8d31);
}

.box-tea {
  background: linear-gradient(135deg, #f6ead5, #7f9a69);
}

.basket {
  width: 56px;
  height: 30px;
  border: 4px solid rgba(122, 71, 36, 0.94);
  border-top: 0;
  border-radius: 0 0 14px 14px;
  background: repeating-linear-gradient(90deg, rgba(122, 71, 36, 0.18) 0 5px, transparent 5px 10px);
}

.basket::before {
  content: "";
  position: absolute;
  left: 11px;
  right: 11px;
  top: -17px;
  height: 25px;
  border: 3px solid rgba(122, 71, 36, 0.9);
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
}

.basket-grains {
  background-color: #d3a84a;
}

.grocery-bag {
  bottom: 13%;
  width: 52px;
  height: 66px;
  border-radius: 10px 10px 6px 6px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), transparent 30%),
    linear-gradient(180deg, #f8e7bd, #d09a43);
  box-shadow: 0 18px 26px rgba(7, 26, 44, 0.16), inset 0 0 0 1px rgba(255, 250, 240, 0.28);
  animation: bagSway var(--motion-slow) ease-in-out infinite;
}

.grocery-bag::before {
  content: "";
  position: absolute;
  left: 11px;
  right: 11px;
  top: -11px;
  height: 18px;
  border: 3px solid #78512a;
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
}

.bag-brand {
  position: absolute;
  left: 7px;
  right: 7px;
  top: 27px;
  z-index: 1;
  display: grid;
  gap: 1px;
  padding: 3px 2px;
  border-radius: 5px;
  background: rgba(255, 250, 240, 0.42);
  color: rgba(7, 26, 44, 0.82);
  font-family: var(--font-body);
  font-size: 0.5rem;
  font-weight: 900;
  line-height: 0.98;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.bag-one {
  left: 16%;
  bottom: 11%;
  width: 68px;
  height: 82px;
  border-radius: 12px 12px 7px 7px;
}

.bag-one::before {
  left: 14px;
  right: 14px;
  top: -14px;
  height: 24px;
  border-width: 4px;
}

.bag-two {
  left: 28%;
  bottom: 10%;
  scale: 0.82;
  animation-delay: 800ms;
}

.produce {
  bottom: 16%;
  border-radius: 50%;
  box-shadow: 0 10px 16px rgba(7, 26, 44, 0.12);
  animation: productHover var(--motion-scene) ease-in-out infinite;
}

.produce-tomato {
  left: 42%;
  width: 22px;
  height: 22px;
  background: #a93425;
}

.produce-leaf {
  left: 48%;
  width: 36px;
  height: 18px;
  border-radius: 90% 8px 90% 8px;
  background: #547d4c;
  transform: rotate(-22deg);
  animation-delay: 700ms;
}

.shopper {
  bottom: 15%;
  width: 30px;
  height: 74px;
}

.shopper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 7px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #f2d5ad;
  box-shadow: 0 0 0 5px rgba(7, 26, 44, 0.9);
}

.shopper::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 24px;
  width: 20px;
  height: 44px;
  border-radius: 10px 10px 5px 5px;
  background: linear-gradient(180deg, var(--navy), #163755);
}

.shopper-left {
  right: 25%;
}

.shopper-right {
  right: 13%;
  scale: 0.86;
  opacity: 0.82;
}

.shopper-basket {
  right: 23%;
  bottom: 13%;
  scale: 0.68;
  animation: basketNudge var(--motion-slow) ease-in-out infinite;
}

.basket-item {
  z-index: 5;
  width: 15px;
  height: 18px;
  border-radius: 5px 5px 3px 3px;
  background: linear-gradient(180deg, #fff0c3, #c9972f);
  box-shadow: 0 10px 14px rgba(7, 26, 44, 0.12);
  animation: itemDrop var(--motion-slow) ease-in-out infinite;
}

.item-one {
  left: 39%;
  bottom: 43%;
}

.item-two {
  left: 47%;
  bottom: 39%;
  scale: 0.82;
  animation-delay: 1300ms;
}

.cinema-scene {
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 22px),
    radial-gradient(circle at 53% 22%, rgba(255, 236, 170, 0.2), transparent 33%),
    radial-gradient(circle at 72% 20%, rgba(255, 236, 170, 0.3), transparent 30%),
    linear-gradient(180deg, #07101d, #53172b 68%, #130915);
}

.film-strip {
  z-index: 1;
  right: 6%;
  top: 9%;
  width: 13%;
  height: 73%;
  border-radius: 999px;
  background:
    repeating-linear-gradient(180deg, rgba(255, 250, 240, 0.26) 0 7px, transparent 7px 16px),
    rgba(255, 255, 255, 0.04);
  opacity: 0.42;
  filter: blur(0.1px);
}

.cinema-wall-glow {
  z-index: 1;
  inset: 9% 9% auto;
  height: 54%;
  border-radius: var(--radius);
  background: radial-gradient(circle at 50% 45%, rgba(255, 240, 187, 0.34), rgba(255, 240, 187, 0.1) 42%, transparent 72%);
  animation: screenPulse var(--motion-scene) ease-in-out infinite;
}

.cinema-floor-glow {
  z-index: 2;
  left: 8%;
  right: 8%;
  bottom: 5%;
  height: 35%;
  border-radius: 50% 50% 0 0;
  background: radial-gradient(ellipse at 50% 100%, rgba(255, 236, 170, 0.18), transparent 68%);
}

.projector-source {
  z-index: 5;
  right: 8%;
  top: 34%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 245, 204, 0.86);
  box-shadow: 0 0 12px rgba(255, 250, 240, 0.7), 0 0 34px rgba(255, 236, 170, 0.54);
}

.cinema-card-screen {
  z-index: 3;
  left: 14%;
  right: 14%;
  top: 14%;
  height: 36%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 250, 240, 0.3), transparent 58%),
    linear-gradient(135deg, rgba(255, 250, 240, 0.34), rgba(201, 151, 47, 0.1));
  border-radius: var(--radius);
  box-shadow: 0 0 62px rgba(255, 240, 180, 0.34), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  animation: screenPulse var(--motion-scene) ease-in-out infinite;
}

.movie-frame {
  position: absolute;
  z-index: 4;
  left: 22%;
  right: 22%;
  top: 24%;
  display: grid;
  gap: 9px;
}

.screen-line {
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.62);
  box-shadow: 0 0 12px rgba(255, 250, 240, 0.24);
}

.line-two {
  width: 72%;
}

.cinema-scene .projector-beam {
  z-index: 2;
  right: 8%;
  top: 14%;
  width: 58%;
  height: 45%;
  clip-path: polygon(100% 16%, 0 42%, 100% 76%);
  background: linear-gradient(90deg, rgba(255, 245, 204, 0), rgba(255, 236, 170, 0.38));
  animation: beamSweep var(--motion-scene) ease-in-out infinite;
}

.cinema-scene .mini-ticket {
  z-index: 5;
  width: 30%;
  height: 18%;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #fff5d9, #d7a74d);
  box-shadow: 0 18px 28px rgba(0, 0, 0, 0.25);
  animation: ticketFloat var(--motion-slow) ease-in-out infinite;
}

.ticket-brand {
  position: absolute;
  inset: 0 16px;
  z-index: 1;
  display: grid;
  place-items: center;
  color: rgba(7, 26, 44, 0.82);
  font-family: var(--font-body);
  font-size: clamp(0.48rem, 0.78vw, 0.7rem);
  font-weight: 800;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.ticket-brand-logo {
  inset: 10px 14px;
  display: block;
}

.ticket-mini-logo {
  width: 100%;
  height: 100%;
  padding: 1px;
  border-radius: 5px;
  border-color: rgba(7, 26, 44, 0.1);
  box-shadow: none;
}

.ticket-mini-logo img {
  object-fit: cover;
  object-position: center 64%;
}

.cinema-scene .mini-ticket::before,
.cinema-scene .mini-ticket::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #3a1425;
  transform: translateY(-50%);
}

.cinema-scene .mini-ticket::before {
  left: -9px;
}

.cinema-scene .mini-ticket::after {
  right: -9px;
}

.cinema-scene .mini-ticket-one {
  left: 10%;
  bottom: 18%;
  transform: rotate(-7deg);
}

.cinema-scene .mini-ticket-two {
  right: 10%;
  bottom: 16%;
  transform: rotate(7deg);
}

.audience {
  position: absolute;
  z-index: 4;
  left: 10%;
  right: 10%;
  display: flex;
  justify-content: center;
  gap: 8px;
  animation: audienceDrift var(--motion-slow) ease-in-out infinite;
}

.audience span {
  position: relative;
  width: 30px;
  height: 44px;
  border-radius: 16px 16px 8px 8px;
  background: linear-gradient(180deg, rgba(8, 15, 27, 0.98), rgba(2, 7, 13, 0.98));
  box-shadow: inset 0 12px rgba(255, 255, 255, 0.04), 0 9px 16px rgba(0, 0, 0, 0.26);
}

.audience span::before {
  content: "";
  position: absolute;
  left: 8px;
  top: -13px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(5, 11, 20, 0.96);
}

.audience-back {
  bottom: 27%;
  scale: 0.78;
  opacity: 0.62;
  animation-delay: 800ms;
}

.audience-front {
  bottom: 12%;
}

.tourism-scene {
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 250, 240, 0.028) 1px, transparent 1px),
    radial-gradient(circle at 82% 18%, rgba(201, 151, 47, 0.24), transparent 24%),
    radial-gradient(circle at 20% 78%, rgba(255, 250, 240, 0.12), transparent 22%),
    linear-gradient(135deg, #062b35, #11775f);
  background-size: 24px 24px, 24px 24px, auto, auto, auto;
}

.tourism-scene::after {
  content: "";
  position: absolute;
  inset: 10%;
  z-index: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 22% 74%, rgba(255, 250, 240, 0.14), transparent 20%),
    radial-gradient(circle at 74% 24%, rgba(255, 250, 240, 0.18), transparent 22%);
  animation: mapPulse var(--motion-scene) ease-in-out infinite;
}

.cloud {
  position: absolute;
  z-index: 3;
  width: 58px;
  height: 20px;
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.22);
  filter: blur(0.2px);
  animation: cloudFloat var(--motion-slow) ease-in-out infinite;
}

.cloud::before,
.cloud::after {
  content: "";
  position: absolute;
  bottom: 4px;
  border-radius: 50%;
  background: inherit;
}

.cloud::before {
  left: 10px;
  width: 22px;
  height: 22px;
}

.cloud::after {
  right: 10px;
  width: 18px;
  height: 18px;
}

.cloud-one {
  left: 13%;
  top: 20%;
}

.cloud-two {
  right: 22%;
  bottom: 22%;
  scale: 0.72;
  animation-delay: 1100ms;
}

.cloud-three {
  left: 43%;
  top: 11%;
  scale: 0.58;
  opacity: 0.7;
  animation-delay: 1800ms;
}

.illustration-tourism .tourism-route {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.tourism-route path {
  fill: none;
  stroke-linecap: round;
}

.tourism-scene .map-panel {
  z-index: 7;
}

.tourism-scene .map-india-panel {
  left: 8%;
  right: auto;
  top: auto;
  bottom: 12%;
}

.tourism-scene .map-europe-panel {
  left: auto;
  right: 8%;
  top: 12%;
  bottom: auto;
}

.tourism-scene .route-shadow {
  stroke: rgba(7, 26, 44, 0.34);
  stroke-width: 10;
  stroke-dasharray: none;
  animation: none;
  vector-effect: non-scaling-stroke;
}

.tourism-scene .route-main {
  stroke: var(--gold);
  stroke-width: 6;
  stroke-dasharray: 14 10;
  animation: routeFlow var(--motion-scene) linear infinite;
  vector-effect: non-scaling-stroke;
}

.travel-marker {
  position: absolute;
  z-index: 6;
  left: 17%;
  top: 74%;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 0 7px rgba(201, 151, 47, 0.16), 0 0 22px rgba(201, 151, 47, 0.46);
  transform: translate(-50%, -50%);
  animation: travelAlong var(--motion-slow) ease-in-out infinite;
}

.travel-marker::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 3px;
  width: 34px;
  height: 12px;
  clip-path: polygon(0 48%, 100% 0, 72% 52%, 100% 100%);
  background: rgba(255, 250, 240, 0.92);
}

.travel-marker::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 8px;
  width: 30px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.82);
  transform: rotate(-20deg);
}

.india-marker {
  z-index: 5;
  left: 17%;
  bottom: 24%;
  width: 34px;
  height: 28px;
  border-bottom: 5px solid rgba(255, 250, 240, 0.78);
  border-radius: 18px 18px 4px 4px;
  filter: drop-shadow(0 0 10px rgba(201, 151, 47, 0.24));
}

.india-marker::before,
.india-marker::after {
  content: "";
  position: absolute;
  background: rgba(255, 250, 240, 0.78);
}

.india-marker::before {
  left: 8px;
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50% 50% 4px 4px;
}

.india-marker::after {
  left: 15px;
  top: -8px;
  width: 4px;
  height: 12px;
  border-radius: 999px;
}

.landmark {
  position: absolute;
  z-index: 5;
  color: rgba(255, 250, 240, 0.88);
  filter: drop-shadow(0 0 10px rgba(201, 151, 47, 0.24));
  animation: landmarkGlow var(--motion-slow) ease-in-out infinite;
}

.landmark-eiffel {
  right: 21%;
  top: 20%;
  width: 26px;
  height: 70px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 70px solid currentColor;
  opacity: 0.84;
}

.landmark-eiffel span {
  position: absolute;
  left: -10px;
  bottom: -54px;
  width: 28px;
  height: 4px;
  background: #0b3a40;
}

.landmark-london {
  right: 10%;
  top: 32%;
  width: 56px;
  height: 44px;
}

.landmark-london span {
  position: absolute;
  bottom: 0;
  background: currentColor;
}

.landmark-london span:nth-child(1),
.landmark-london span:nth-child(3) {
  width: 12px;
  height: 44px;
  border-radius: 6px 6px 0 0;
}

.landmark-london span:nth-child(1) {
  left: 0;
}

.landmark-london span:nth-child(2) {
  left: 12px;
  right: 12px;
  bottom: 14px;
  height: 8px;
}

.landmark-london span:nth-child(3) {
  right: 0;
}

.landmark-italy {
  right: 34%;
  top: 32%;
  width: 26px;
  height: 52px;
  border-radius: 12px 12px 0 0;
  border: 4px solid currentColor;
  transform: rotate(-8deg);
  opacity: 0.82;
}

.landmark-italy span {
  position: absolute;
  left: 4px;
  right: 4px;
  top: 11px;
  height: 4px;
  background: currentColor;
  box-shadow: 0 12px currentColor, 0 24px currentColor;
}

.venture-content {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  background: rgba(201, 151, 47, 0.14);
  color: var(--gold);
}

.icon svg,
.journey-tab-icon svg,
.text-link svg,
.contact-method svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.accent-maroon .icon {
  background: rgba(123, 32, 54, 0.12);
  color: var(--maroon);
}

.accent-emerald .icon {
  background: rgba(17, 119, 95, 0.12);
  color: var(--emerald);
}

.journey-tab-icon {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  background: rgba(201, 151, 47, 0.16);
  color: var(--gold);
}

.venture-content p {
  min-height: 114px;
  margin: 0;
  color: #586273;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  border-radius: 6px;
  color: var(--navy);
  font-weight: 900;
  text-decoration: none;
}

.text-link svg {
  width: 18px;
  height: 18px;
  transition: transform 180ms ease;
}

.text-link:hover svg,
.text-link:focus-visible svg {
  transform: translateX(4px);
}

.text-link:focus-visible {
  outline: 3px solid rgba(201, 151, 47, 0.34);
  outline-offset: 4px;
}

.selector-section {
  background: var(--navy);
  color: var(--white);
}

.selector-shell {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 18px);
  padding: 34px;
  box-shadow: 0 26px 54px rgba(0, 0, 0, 0.2);
}

.selector-intro h2,
.selector-panel h3,
.ticketing-section h2 {
  color: var(--white);
}

.selector-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 24px;
  margin-top: 26px;
}

.selector-tabs {
  display: grid;
  gap: 10px;
}

.selector-tab {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  padding: 12px;
  text-align: left;
}

.selector-tab .journey-tab-icon {
  flex: 0 0 auto;
}

.selector-tab:nth-child(2) .journey-tab-icon {
  background: rgba(123, 32, 54, 0.18);
  color: #f0c46a;
}

.selector-tab:nth-child(3) .journey-tab-icon {
  background: rgba(17, 119, 95, 0.18);
  color: #a6d9c9;
}

.selector-tab span:last-child {
  font-weight: 900;
}

.selector-tab[aria-selected="true"] {
  border-color: rgba(201, 151, 47, 0.68);
  background: rgba(201, 151, 47, 0.16);
}

.selector-panel {
  min-height: 380px;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 26px;
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.96);
  color: var(--ink);
  padding: 24px;
  animation: panelIn 320ms ease;
}

.selector-panel h3 {
  color: var(--navy);
}

.selector-panel p {
  color: #4b5565;
}

.selector-panel ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 24px;
  padding: 0;
  list-style: none;
}

.selector-panel li {
  position: relative;
  padding-left: 24px;
  color: #314054;
  font-weight: 700;
}

.selector-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
}

.panel-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.selector-visual {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--navy);
}

.selector-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(7, 26, 44, 0.65));
}

.selector-visual.journey-preview-visual::after {
  display: none;
}

.selector-visual .illustration {
  inset: 0;
  border-radius: 0;
}

.selector-visual .illustration-store,
.selector-visual .illustration-ticket,
.selector-visual .illustration-tourism {
  transform: scale(1.02);
}

.journey-preview-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
  background: #050505;
}

.journey-preview-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.journey-preview-visual--ticket {
  background:
    linear-gradient(135deg, rgba(16, 11, 13, 0.95), rgba(3, 3, 3, 1)),
    #050505;
}

.journey-preview-visual--ticket::before {
  background:
    radial-gradient(circle at 50% 50%, rgba(240, 196, 106, 0.22), transparent 42%),
    radial-gradient(circle at 50% 58%, rgba(123, 32, 54, 0.28), transparent 62%),
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.38));
  box-shadow: inset 0 0 58px rgba(0, 0, 0, 0.72);
}

.journey-preview-visual--tourism {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(231, 246, 252, 0.92) 52%, rgba(255, 247, 226, 0.9)),
    var(--ivory);
}

.journey-preview-visual--tourism::before {
  inset: clamp(14px, 4%, 28px);
  border: 1px solid rgba(17, 119, 95, 0.1);
  border-radius: calc(var(--radius) - 4px);
  background:
    radial-gradient(circle at 50% 42%, rgba(17, 119, 95, 0.08), transparent 58%),
    rgba(255, 255, 255, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 22px 42px rgba(7, 26, 44, 0.1);
}

.journey-preview-logo-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(22px, 5vw, 52px);
  text-align: center;
}

.journey-preview-logo {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.journey-preview-logo--ticket {
  width: min(94%, 560px);
  max-height: 86%;
  filter: drop-shadow(0 22px 38px rgba(0, 0, 0, 0.42));
}

.journey-preview-logo--tourism {
  width: min(92%, 640px);
  max-height: 86%;
  filter: drop-shadow(0 18px 30px rgba(7, 26, 44, 0.14));
}

.visual-card {
  position: absolute;
  z-index: 2;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.9);
  padding: 13px;
  color: var(--navy);
  font-weight: 900;
}

.journey-section {
  background: var(--cream);
}

.section-mark {
  width: 58px;
  height: 58px;
  margin: 0 auto 14px;
  border-radius: 50%;
  box-shadow: 0 12px 22px rgba(7, 26, 44, 0.14);
}

.timeline {
  position: relative;
  display: grid;
  gap: 18px;
  max-width: 1040px;
  margin: 0 auto;
  overflow: visible;
  padding: 24px 0 6px;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 34px;
  bottom: 34px;
  left: 50%;
  width: 3px;
  height: auto;
  background: linear-gradient(180deg, transparent, rgba(201, 151, 47, 0.95) 8%, rgba(201, 151, 47, 0.95) 88%, transparent);
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 86px minmax(0, 1fr);
  align-items: start;
  gap: 20px;
  min-width: 0;
  transition-delay: calc(var(--item-index) * 70ms);
}

.timeline-year {
  position: relative;
  z-index: 2;
  grid-column: 2;
  grid-row: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  height: 38px;
  border-radius: var(--radius);
  background: var(--navy);
  color: var(--gold);
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(7, 26, 44, 0.16);
}

.timeline-year::after {
  content: "";
  position: absolute;
  inset: -9px;
  z-index: -1;
  border: 1px solid rgba(201, 151, 47, 0.32);
  border-radius: 999px;
  background: var(--cream);
}

.timeline-item::after {
  content: "";
  position: absolute;
  top: 20px;
  left: calc(50% - 48px);
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(201, 151, 47, 0.9));
}

.timeline-item:nth-child(even)::after {
  left: 50%;
  background: linear-gradient(90deg, rgba(201, 151, 47, 0.9), transparent);
}

.timeline-card {
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 1;
  display: grid;
  gap: 11px;
  min-height: 184px;
  border: 1px solid rgba(7, 26, 44, 0.1);
  border-radius: var(--radius);
  background: var(--paper);
  padding: 20px;
  box-shadow: var(--shadow-card);
}

.timeline-item:nth-child(even) .timeline-card {
  grid-column: 3;
}

.timeline-item:nth-child(even) .timeline-card .icon {
  color: var(--emerald);
  background: rgba(17, 119, 95, 0.12);
}

.timeline-item:nth-child(4n) .timeline-card .icon {
  color: var(--maroon);
  background: rgba(123, 32, 54, 0.12);
}

.timeline-card p {
  margin: 0;
  font-size: 0.94rem;
}

.tourism-section {
  background:
    linear-gradient(135deg, rgba(17, 119, 95, 0.1), rgba(201, 151, 47, 0.08)),
    var(--paper);
}

.tourism-visual {
  min-height: 470px;
}

.travel-map {
  position: relative;
  height: 470px;
  isolation: isolate;
  overflow: hidden;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 78% 18%, rgba(201, 151, 47, 0.22), transparent 28%),
    radial-gradient(circle at 22% 76%, rgba(255, 250, 240, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(17, 119, 95, 0.94), rgba(7, 26, 44, 0.94)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 16px);
  box-shadow: var(--shadow-soft);
}

.travel-map::before {
  content: "";
  position: absolute;
  inset: 34px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius);
}

.tourism-highlight-logo {
  position: absolute;
  z-index: 10;
  left: 24px;
  top: 24px;
  width: var(--logo-chip-large);
  aspect-ratio: 1200 / 722;
}

.travel-map svg {
  position: absolute;
  inset: 52px;
  z-index: 4;
  width: calc(100% - 104px);
  height: calc(100% - 104px);
}

.travel-map path {
  fill: none;
  stroke: var(--gold);
  stroke-width: 6;
  stroke-linecap: round;
  stroke-dasharray: 18 13;
  filter: drop-shadow(0 0 10px rgba(201, 151, 47, 0.38));
  animation: routeFlow 4.5s linear infinite;
}

.pin {
  position: absolute;
  z-index: 8;
  border-radius: var(--radius);
  background: var(--cream);
  color: var(--navy);
  padding: 10px 14px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.24);
}

.pin-india {
  left: 54px;
  bottom: 156px;
}

.pin-europe {
  right: 58px;
  top: 88px;
}

.itinerary-card {
  position: absolute;
  z-index: 9;
  left: 28px;
  right: 28px;
  bottom: 28px;
  display: grid;
  gap: 4px;
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.92);
  padding: 18px;
  color: var(--navy);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.22);
}

.travel-map .cloud {
  z-index: 3;
}

.travel-cloud-one {
  left: 14%;
  top: 20%;
}

.travel-cloud-two {
  right: 19%;
  bottom: 24%;
  scale: 0.75;
  animation-delay: 1100ms;
}

.travel-map .india-marker {
  z-index: 5;
}

.travel-map-india-marker {
  left: 18%;
  bottom: 25%;
}

.travel-map-marker {
  z-index: 7;
}

.travel-landmark-eiffel {
  right: 22%;
  top: 17%;
  scale: 1.08;
}

.travel-landmark-london {
  right: 8%;
  top: 34%;
  scale: 1.05;
}

.travel-landmark-italy {
  right: 34%;
  top: 30%;
  scale: 1.02;
}

.itinerary-card strong {
  font-family: var(--font-heading);
  font-size: 1.3rem;
}

.itinerary-card span {
  color: var(--emerald);
  font-size: 0.86rem;
  font-weight: 800;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 24px 0 28px;
}

.feature-card {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 68px;
  border: 1px solid rgba(7, 26, 44, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  padding: 12px;
  box-shadow: 0 9px 20px rgba(7, 26, 44, 0.06);
}

.feature-card .icon {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
}

.feature-card span {
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 800;
}

.ticketing-section {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(7, 26, 44, 0.98), rgba(123, 32, 54, 0.92)),
    var(--navy);
  color: var(--white);
}

.ticketing-section p {
  color: rgba(255, 255, 255, 0.78);
}

.ticketing-brand-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin-bottom: 16px;
}

.ticketing-brand-row .eyebrow {
  margin: 0;
}

.ticketing-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 48px;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 28px;
}

.tag-cloud span {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  color: #f8df9f;
  padding: 8px 10px;
  font-size: 0.84rem;
  font-weight: 800;
  animation: softFloat 6s ease-in-out infinite;
}

.tag-cloud span:nth-child(2n) {
  animation-delay: 600ms;
}

.tag-cloud span:nth-child(3n) {
  animation-delay: 1100ms;
}

.ticket-stack {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 65% 18%, rgba(255, 236, 170, 0.22), transparent 26%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.26);
}

.ticket-card {
  position: absolute;
  width: min(100%, 430px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.98), rgba(248, 226, 175, 0.95));
  color: var(--navy);
  padding: 28px;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.34);
  animation: ticketFloat 6s ease-in-out infinite;
}

.ticket-card::before,
.ticket-card::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--maroon);
  transform: translateY(-50%);
}

.ticket-card::before {
  left: -14px;
}

.ticket-card::after {
  right: -14px;
}

.ticket-card span {
  color: var(--maroon);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ticket-card strong {
  display: block;
  margin-top: 12px;
  color: var(--navy);
  font-family: var(--font-heading);
  font-size: 2rem;
  line-height: 1.05;
}

.ticket-card small {
  display: block;
  margin-top: 16px;
  color: #586273;
  font-weight: 700;
}

.ticket-main {
  right: 24px;
  top: 38px;
}

.ticket-side {
  left: 20px;
  bottom: 56px;
  transform: rotate(-5deg);
  animation-delay: 900ms;
}

.projector-lines {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, transparent 0 22%, rgba(255, 255, 255, 0.14) 22% 32%, transparent 52% 100%),
    linear-gradient(100deg, transparent 0 36%, rgba(201, 151, 47, 0.18) 36% 48%, transparent 68% 100%);
  pointer-events: none;
  animation: beamSweep 5.5s ease-in-out infinite;
}

.cinema-screen {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 34px;
  height: 118px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255, 250, 240, 0.18), rgba(255, 250, 240, 0.04));
  color: rgba(255, 250, 240, 0.78);
  font-family: var(--font-heading);
  font-size: 2.15rem;
  font-weight: 800;
  box-shadow: 0 0 46px rgba(255, 237, 179, 0.2);
  animation: screenPulse 5s ease-in-out infinite;
}

.cinema-screen img {
  width: min(72%, 220px);
  height: 72%;
  border-radius: 6px;
  object-fit: cover;
  object-position: center 58%;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}

.cinema-seats {
  position: absolute;
  left: 9%;
  right: 9%;
  bottom: 24px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px 12px;
  opacity: 0.48;
}

.cinema-seats span {
  height: 12px;
  border-radius: 999px 999px 4px 4px;
  background: rgba(255, 250, 240, 0.5);
}

.store-section {
  background:
    linear-gradient(180deg, #fffaf0, #f4ead8);
}

.store-collage {
  position: relative;
  perspective: 900px;
}

.store-essentials-visual {
  position: relative;
  min-height: 540px;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(201, 151, 47, 0.22);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(201, 151, 47, 0.05) 1px, transparent 1px),
    linear-gradient(0deg, rgba(7, 26, 44, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 24% 14%, rgba(255, 255, 255, 0.82), transparent 27%),
    radial-gradient(circle at 78% 72%, rgba(201, 151, 47, 0.22), transparent 30%),
    linear-gradient(135deg, #fffaf0, #efe0c4);
  background-size: 34px 34px, 34px 34px, auto, auto, auto;
  box-shadow: var(--shadow-soft), inset 0 0 0 1px rgba(255, 255, 255, 0.52);
}

.store-essentials-visual::before {
  content: "";
  position: absolute;
  inset: 24px;
  z-index: 1;
  border: 1px solid rgba(7, 26, 44, 0.08);
  border-radius: var(--radius);
  pointer-events: none;
}

.store-essentials-visual::after {
  content: "";
  position: absolute;
  inset: auto 7% 6%;
  z-index: 1;
  height: 28%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(7, 26, 44, 0.15), transparent 68%);
  filter: blur(10px);
  pointer-events: none;
}

.store-scene-light,
.store-sweep,
.store-display-frame,
.display-shelf,
.display-jar,
.display-pack,
.display-spice-bowl,
.display-textile-stack,
.display-textile,
.display-craft,
.display-basket,
.basket-handle,
.basket-good,
.display-bag,
.display-bag-brand,
.bag-fold,
.display-chip {
  position: absolute;
  display: block;
}

.store-scene-light {
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 32% 20%, rgba(255, 255, 255, 0.78), transparent 24%),
    radial-gradient(circle at 58% 40%, rgba(201, 151, 47, 0.18), transparent 28%);
  animation: mapPulse var(--motion-slow) ease-in-out infinite;
}

.store-sweep {
  inset: -38% auto -38% -24%;
  z-index: 9;
  width: 18%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.46), transparent);
  transform: rotate(16deg);
  animation: sceneShimmer 7.8s ease-in-out infinite;
}

.store-display-frame {
  inset: 48px 44px;
  z-index: 1;
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 250, 240, 0.08)),
    rgba(255, 250, 240, 0.18);
  box-shadow: inset 0 0 0 1px rgba(7, 26, 44, 0.06);
}

.display-shelf {
  z-index: 3;
  left: 10%;
  right: 10%;
  display: flex;
  align-items: end;
  gap: 16px;
  min-height: 78px;
  border-bottom: 8px solid rgba(7, 26, 44, 0.72);
  filter: drop-shadow(0 16px 20px rgba(7, 26, 44, 0.12));
  animation: productHover var(--motion-slow) ease-in-out infinite;
}

.display-shelf-top {
  top: 14%;
}

.display-shelf-mid {
  top: 38%;
  left: 17%;
  right: 16%;
  animation-delay: 900ms;
}

.display-jar {
  position: relative;
  width: 34px;
  height: 54px;
  border: 2px solid rgba(7, 26, 44, 0.18);
  border-radius: 10px 10px 14px 14px;
  box-shadow: inset 0 8px rgba(255, 255, 255, 0.26), 0 12px 18px rgba(7, 26, 44, 0.12);
}

.display-jar::before {
  content: "";
  position: absolute;
  left: 7px;
  right: 7px;
  top: -8px;
  height: 9px;
  border-radius: 5px 5px 2px 2px;
  background: var(--navy);
}

.jar-turmeric {
  background: linear-gradient(180deg, #e8bd3a, #c6802e);
}

.jar-cardamom {
  background: linear-gradient(180deg, #b7bc70, #587c54);
}

.jar-chilli {
  background: linear-gradient(180deg, #dc6d4a, #8d2631);
}

.display-pack {
  position: relative;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(7, 26, 44, 0.12);
  border-radius: 8px;
  background: linear-gradient(135deg, #fff8df, #d9ae57);
  box-shadow: 0 16px 22px rgba(7, 26, 44, 0.12);
}

.display-pack span {
  color: rgba(7, 26, 44, 0.76);
  font-size: 0.62rem;
  font-weight: 900;
  text-transform: uppercase;
}

.pack-rice {
  background: linear-gradient(135deg, #fffaf0, #d6c098);
}

.pack-spice {
  background: linear-gradient(135deg, #fff2c7, #ce8c32);
}

.pack-tea {
  background: linear-gradient(135deg, #f6ead5, #759166);
}

.display-spice-bowl {
  position: relative;
  width: 52px;
  height: 28px;
  border: 7px solid #8b5d20;
  border-radius: 50%;
  box-shadow: inset 0 -7px rgba(7, 26, 44, 0.1), 0 14px 20px rgba(7, 26, 44, 0.12);
}

.bowl-gold {
  background: #dfa81e;
}

.bowl-red {
  background: #a93425;
}

.display-textile-stack {
  z-index: 4;
  left: 10%;
  bottom: 15%;
  width: 36%;
  height: 22%;
  transform: rotate(-7deg);
  animation: softFloat var(--motion-slow) ease-in-out infinite;
}

.display-textile {
  inset: auto 0 0;
  height: 72%;
  border-radius: var(--radius);
  box-shadow: 0 20px 30px rgba(7, 26, 44, 0.18);
}

.textile-navy {
  left: 0;
  right: 18%;
  background:
    repeating-linear-gradient(45deg, rgba(201, 151, 47, 0.52) 0 2px, transparent 2px 12px),
    var(--navy);
}

.textile-maroon {
  left: 34%;
  right: 0;
  bottom: 18%;
  background:
    repeating-linear-gradient(-45deg, rgba(255, 250, 240, 0.22) 0 2px, transparent 2px 12px),
    var(--maroon);
}

.textile-gold {
  left: 18%;
  right: 24%;
  bottom: 38%;
  height: 36%;
  background:
    repeating-linear-gradient(90deg, rgba(7, 26, 44, 0.14) 0 1px, transparent 1px 10px),
    #d5a448;
}

.display-craft {
  z-index: 4;
  background: linear-gradient(180deg, #dcae5b, #87502a);
  box-shadow: 0 18px 26px rgba(7, 26, 44, 0.16), inset 0 0 0 1px rgba(255, 250, 240, 0.2);
  animation: softFloat var(--motion-slow) ease-in-out infinite;
}

.craft-column {
  right: 15%;
  top: 23%;
  width: 42px;
  height: 122px;
  border-radius: 999px 999px 12px 12px;
  animation-delay: 800ms;
}

.craft-round {
  right: 27%;
  top: 43%;
  width: 58px;
  height: 68px;
  border-radius: 999px 999px 14px 14px;
  animation-delay: 1300ms;
}

.display-basket {
  z-index: 5;
  right: 16%;
  bottom: 15%;
  width: 118px;
  height: 64px;
  border: 7px solid rgba(122, 71, 36, 0.94);
  border-top: 0;
  border-radius: 0 0 24px 24px;
  background: repeating-linear-gradient(90deg, rgba(122, 71, 36, 0.18) 0 6px, transparent 6px 13px);
  box-shadow: 0 22px 32px rgba(7, 26, 44, 0.16);
  animation: basketNudge var(--motion-slow) ease-in-out infinite;
}

.basket-handle {
  left: 20px;
  right: 20px;
  top: -34px;
  height: 44px;
  border: 6px solid rgba(122, 71, 36, 0.9);
  border-bottom: 0;
  border-radius: 40px 40px 0 0;
}

.basket-good {
  bottom: 40px;
  width: 24px;
  height: 30px;
  border-radius: 8px 8px 4px 4px;
  background: linear-gradient(180deg, #fff0c3, #c9972f);
}

.good-one {
  left: 18px;
}

.good-two {
  left: 48px;
  bottom: 46px;
  background: linear-gradient(180deg, #d8e0a0, #587c54);
}

.good-three {
  right: 18px;
  background: linear-gradient(180deg, #f3c0a4, #a93425);
}

.display-bag {
  z-index: 6;
  left: 34%;
  bottom: 10%;
  width: 138px;
  height: 168px;
  border-radius: 18px 18px 10px 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 28%),
    linear-gradient(180deg, #f7e6bb, #cf963f);
  box-shadow: 0 28px 38px rgba(7, 26, 44, 0.18), inset 0 0 0 1px rgba(255, 250, 240, 0.34);
  animation: bagSway var(--motion-slow) ease-in-out infinite;
}

.display-bag::before {
  content: "";
  position: absolute;
  left: 34px;
  right: 34px;
  top: -26px;
  height: 46px;
  border: 6px solid #78512a;
  border-bottom: 0;
  border-radius: 44px 44px 0 0;
}

.display-bag-brand {
  left: 18px;
  right: 18px;
  top: 68px;
  display: grid;
  place-items: center;
  min-height: 38px;
  border-radius: 7px;
  background: rgba(255, 250, 240, 0.42);
  color: rgba(7, 26, 44, 0.84);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.bag-fold {
  left: 0;
  top: 18px;
  bottom: 0;
  width: 30px;
  border-radius: 18px 0 0 10px;
  background: linear-gradient(90deg, rgba(7, 26, 44, 0.08), transparent);
}

.display-chip {
  z-index: 7;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.78);
  color: var(--navy);
  padding: 7px 10px;
  font-size: 0.72rem;
  font-weight: 900;
  box-shadow: 0 12px 20px rgba(7, 26, 44, 0.12);
  animation: productHover var(--motion-slow) ease-in-out infinite;
}

.chip-spices {
  left: 11%;
  top: 31%;
}

.chip-textiles {
  left: 18%;
  bottom: 9%;
  animation-delay: 800ms;
}

.chip-culture {
  right: 9%;
  bottom: 8%;
  animation-delay: 1200ms;
}

.leadership-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 18%, rgba(201, 151, 47, 0.16), transparent 28%),
    radial-gradient(circle at 88% 78%, rgba(7, 26, 44, 0.08), transparent 30%),
    linear-gradient(180deg, var(--paper), #f4ead8);
}

.leadership-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(190px, 0.8fr) minmax(0, 1.35fr) minmax(260px, 0.9fr);
  gap: 30px;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(201, 151, 47, 0.24);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(255, 250, 240, 0.88)),
    repeating-linear-gradient(45deg, rgba(201, 151, 47, 0.07) 0 1px, transparent 1px 18px);
  padding: 38px;
  box-shadow: 0 28px 64px rgba(7, 26, 44, 0.13);
}

.leadership-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(7, 26, 44, 0.07);
  border-radius: var(--radius);
  pointer-events: none;
}

.leadership-card::after {
  content: "";
  position: absolute;
  right: -8%;
  top: -22%;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 151, 47, 0.18), transparent 68%);
  pointer-events: none;
}

.founder-identity,
.leadership-copy,
.leadership-stats {
  position: relative;
  z-index: 1;
}

.founder-identity {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 18px;
  border: 1px solid rgba(201, 151, 47, 0.2);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.62), transparent 34%),
    linear-gradient(160deg, rgba(7, 26, 44, 0.94), rgba(123, 32, 54, 0.86));
  padding: 28px 22px;
  color: var(--white);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 18px 34px rgba(7, 26, 44, 0.16);
}

.founder-avatar {
  position: relative;
  width: 152px;
  height: 152px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 250, 240, 0.22);
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.34), transparent 28%),
    linear-gradient(135deg, #102a43, #071a2c 58%, #7b2036);
  color: var(--gold);
  font-family: var(--font-heading);
  font-size: 2.55rem;
  font-weight: 900;
  box-shadow: 0 22px 38px rgba(0, 0, 0, 0.24), 0 0 0 9px rgba(201, 151, 47, 0.16), inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  animation: medallionGlow 7s ease-in-out infinite;
}

.founder-avatar::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(201, 151, 47, 0.42);
  border-radius: 50%;
}

.founder-avatar span {
  position: relative;
  z-index: 1;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
}

.founder-line {
  margin: 0;
  color: var(--white);
  text-align: center;
}

.founder-line strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.32rem;
  line-height: 1.08;
}

.founder-line span {
  display: block;
  margin-top: 7px;
  color: #f3d389;
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.leadership-copy {
  display: grid;
  align-content: center;
  gap: 16px;
}

.leadership-copy h2 {
  max-width: 650px;
  font-size: clamp(2.05rem, 3vw, 3rem);
}

.leadership-copy > p:not(.eyebrow) {
  margin: 0;
  color: #4f5d6e;
  font-size: 1.02rem;
}

.leadership-card .quote-card.compact {
  position: relative;
  margin-top: 8px;
  overflow: hidden;
  border: 1px solid rgba(201, 151, 47, 0.22);
  border-left: 5px solid var(--gold);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 250, 240, 0.88));
  padding: 24px 24px 24px 28px;
  box-shadow: 0 18px 34px rgba(7, 26, 44, 0.1);
}

.leadership-card .quote-card.compact::before {
  content: "\201C";
  position: absolute;
  right: 18px;
  top: -12px;
  color: rgba(201, 151, 47, 0.18);
  font-family: var(--font-heading);
  font-size: 5.2rem;
  line-height: 1;
}

.leadership-card .quote-card.compact blockquote {
  position: relative;
  z-index: 1;
  font-size: 1.28rem;
  line-height: 1.28;
}

.leadership-stats {
  display: grid;
  grid-template-columns: 1fr;
  align-content: stretch;
  gap: 12px;
}

.leadership-stats .stat-card {
  position: relative;
  min-height: 104px;
  overflow: hidden;
  border-color: rgba(201, 151, 47, 0.24);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 250, 240, 0.76)),
    radial-gradient(circle at 100% 0%, rgba(201, 151, 47, 0.16), transparent 38%);
  padding: 18px 18px 18px 20px;
  box-shadow: 0 15px 30px rgba(7, 26, 44, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.leadership-stats .stat-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 999px;
  background: var(--gold);
}

.leadership-stats .stat-card:hover,
.leadership-stats .stat-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(201, 151, 47, 0.46);
  box-shadow: 0 20px 38px rgba(7, 26, 44, 0.12);
}

.leadership-stats .stat-card strong {
  font-size: 1.42rem;
}

.leadership-stats .stat-card span {
  color: #586273;
  font-size: 0.82rem;
  font-weight: 800;
}

.contact-section {
  background:
    linear-gradient(135deg, rgba(7, 26, 44, 0.05), rgba(201, 151, 47, 0.1)),
    var(--ivory);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 42px;
  align-items: start;
}

.phone-line a {
  color: var(--navy);
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 900;
  text-decoration: none;
}

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

.contact-method {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-height: 92px;
  border: 1px solid rgba(7, 26, 44, 0.12);
  border-radius: var(--radius);
  background: var(--paper);
  padding: 14px;
  color: var(--navy);
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(7, 26, 44, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.contact-method:hover,
.contact-method:focus-visible {
  outline: none;
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(7, 26, 44, 0.12);
}

.contact-method .icon {
  width: 38px;
  height: 38px;
}

.form-note {
  color: #566173;
  font-size: 0.9rem;
}

.contact-form {
  display: grid;
  gap: 18px;
  border: 1px solid rgba(201, 151, 47, 0.24);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 250, 240, 0.9)),
    repeating-linear-gradient(45deg, rgba(201, 151, 47, 0.06) 0 1px, transparent 1px 16px);
  padding: 30px;
  box-shadow: var(--shadow-soft);
}

.form-card-heading {
  border-bottom: 1px solid rgba(7, 26, 44, 0.08);
  padding-bottom: 18px;
}

.form-card-heading h3 {
  color: var(--navy);
  font-family: var(--font-heading);
  font-size: 1.85rem;
}

.form-card-heading p:last-child {
  margin-top: 8px;
  color: #566173;
  font-size: 0.96rem;
}

.form-row {
  display: grid;
  gap: 7px;
}

.form-row.two-columns {
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

label {
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 900;
}

.optional-label {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: none;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(7, 26, 44, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  padding: 13px 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

textarea {
  resize: vertical;
  min-height: 132px;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 151, 47, 0.18);
  outline: none;
}

.service-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  border: 0;
  padding: 0;
}

.service-chips legend {
  width: 100%;
  margin-bottom: 2px;
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 900;
}

.service-chips label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.service-chips input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.service-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border: 1px solid rgba(7, 26, 44, 0.13);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  color: var(--navy);
  padding: 9px 12px;
  font-size: 0.88rem;
  font-weight: 900;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.service-chips input:checked + span {
  border-color: rgba(201, 151, 47, 0.72);
  background: rgba(201, 151, 47, 0.16);
  box-shadow: 0 8px 18px rgba(201, 151, 47, 0.14);
}

.service-chips input:focus-visible + span {
  box-shadow: 0 0 0 3px rgba(201, 151, 47, 0.22);
}

.service-chips label:hover span {
  transform: translateY(-1px);
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--emerald);
  font-size: 0.88rem;
  font-weight: 800;
}

.site-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(201, 151, 47, 0.16), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(123, 32, 54, 0.22), transparent 34%),
    linear-gradient(135deg, #06192a, #071a2c 54%, #03101d);
  color: rgba(255, 250, 240, 0.76);
  padding: clamp(58px, 6vw, 78px) 0 0;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 18px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 38%);
}

.footer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) minmax(150px, 0.8fr) minmax(220px, 1fr) minmax(190px, 0.9fr);
  align-items: start;
  gap: clamp(28px, 4vw, 64px);
}

.footer-column {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 12px;
}

.footer-brand {
  max-width: 370px;
  gap: 18px;
}

.footer-brand-link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  text-decoration: none;
}

.footer-brand-link img {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 50%;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
}

.footer-brand-link strong,
.footer-contact-link strong {
  display: block;
  color: var(--white);
  font-weight: 900;
  line-height: 1.25;
}

.footer-brand-link small {
  display: block;
  margin-top: 2px;
  color: rgba(255, 250, 240, 0.68);
  font-size: 0.78rem;
  line-height: 1.25;
}

.footer-brand-copy {
  max-width: 330px;
  margin: 0;
  color: rgba(255, 250, 240, 0.76);
  line-height: 1.65;
}

.footer-whatsapp {
  width: fit-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(172, 226, 203, 0.36);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #11845f, #0b6c4e);
  color: var(--white);
  padding: 10px 15px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 16px 28px rgba(8, 105, 75, 0.26);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.footer-whatsapp span {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  font-size: 0.68rem;
  letter-spacing: 0.02em;
}

.site-footer h2 {
  margin: 0 0 6px;
  color: var(--gold);
  font-family: var(--font-body);
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-footer a {
  color: rgba(255, 250, 240, 0.8);
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.footer-link-list a {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  line-height: 1.45;
  text-underline-offset: 5px;
}

.footer-link-list a:hover,
.footer-link-list a:focus-visible {
  text-decoration: underline;
}

.footer-venture-links,
.footer-contact-links {
  display: grid;
  gap: 10px;
}

.footer-venture-link {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  border: 1px solid rgba(255, 250, 240, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  padding: 6px 8px;
}

.footer-link-icon {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(201, 151, 47, 0.14);
  color: var(--gold);
}

.footer-link-icon svg,
.footer-external-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-venture-text {
  min-width: 0;
  color: var(--white);
  font-weight: 800;
  line-height: 1.25;
}

.footer-external-icon {
  display: inline-flex;
  margin-left: auto;
  color: rgba(255, 250, 240, 0.56);
}

.footer-contact {
  font-style: normal;
}

.footer-contact-link {
  display: grid;
  gap: 3px;
  border-left: 2px solid rgba(201, 151, 47, 0.48);
  padding: 4px 0 4px 12px;
}

.footer-contact-link span {
  color: rgba(255, 250, 240, 0.58);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--gold);
  outline: none;
}

.footer-whatsapp:hover,
.footer-whatsapp:focus-visible {
  color: var(--white);
  transform: translateY(-2px);
  border-color: rgba(255, 250, 240, 0.4);
  box-shadow: 0 20px 36px rgba(8, 105, 75, 0.32);
}

.footer-venture-link:hover,
.footer-venture-link:focus-visible {
  border-color: rgba(201, 151, 47, 0.34);
  background: rgba(255, 255, 255, 0.075);
}

.site-footer a:focus-visible {
  box-shadow: 0 0 0 3px rgba(201, 151, 47, 0.3);
}

.footer-bottom {
  position: relative;
  z-index: 1;
  margin-top: clamp(38px, 5vw, 56px);
  border-top: 1px solid rgba(255, 250, 240, 0.12);
  background: rgba(0, 0, 0, 0.08);
  padding: 18px 16px;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 250, 240, 0.64);
  font-size: 0.88rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

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

@keyframes routeFlow {
  to {
    stroke-dashoffset: -120;
  }
}

@keyframes softFloat {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -7px;
  }
}

@keyframes ticketFloat {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -8px;
  }
}

@keyframes panelIn {
  from {
    opacity: 0.72;
    transform: translateY(8px);
  }

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

@keyframes screenPulse {
  0%,
  100% {
    opacity: 0.82;
    box-shadow: 0 0 34px rgba(255, 237, 179, 0.16);
  }

  50% {
    opacity: 1;
    box-shadow: 0 0 58px rgba(255, 237, 179, 0.28);
  }
}

@keyframes beamSweep {
  0%,
  100% {
    opacity: 0.48;
    transform: translateX(-3px);
  }

  50% {
    opacity: 0.9;
    transform: translateX(8px);
  }
}

@keyframes sceneShimmer {
  0%,
  28% {
    translate: 0 0;
    opacity: 0;
  }

  42% {
    opacity: 1;
  }

  62%,
  100% {
    translate: 520% 0;
    opacity: 0;
  }
}

@keyframes productHover {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -4px;
  }
}

@keyframes bagSway {
  0%,
  100% {
    rotate: -1deg;
  }

  50% {
    rotate: 2deg;
  }
}

@keyframes basketNudge {
  0%,
  100% {
    translate: 0 0;
    rotate: -1deg;
  }

  48% {
    translate: -5px -2px;
    rotate: 2deg;
  }

  62% {
    translate: -2px 0;
    rotate: 0deg;
  }
}

@keyframes itemDrop {
  0%,
  18% {
    opacity: 0;
    translate: 0 -10px;
  }

  36% {
    opacity: 1;
    translate: 0 0;
  }

  64% {
    opacity: 1;
    translate: 18px 24px;
  }

  78%,
  100% {
    opacity: 0;
    translate: 22px 30px;
  }
}

@keyframes audienceDrift {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 4px 0;
  }
}

@keyframes cloudFloat {
  0%,
  100% {
    translate: 0 0;
    opacity: 0.66;
  }

  50% {
    translate: 10px -5px;
    opacity: 0.92;
  }
}

@keyframes mapPulse {
  0%,
  100% {
    opacity: 0.72;
    scale: 1;
  }

  50% {
    opacity: 1;
    scale: 1.025;
  }
}

@keyframes travelAlong {
  0%,
  8% {
    left: 17%;
    top: 74%;
    opacity: 0.86;
  }

  42% {
    left: 42%;
    top: 49%;
    opacity: 1;
  }

  72% {
    left: 62%;
    top: 36%;
    opacity: 1;
  }

  100% {
    left: 84%;
    top: 25%;
    opacity: 0.92;
  }
}

@keyframes landmarkGlow {
  0%,
  100% {
    opacity: 0.7;
    filter: drop-shadow(0 0 8px rgba(201, 151, 47, 0.18));
  }

  50% {
    opacity: 0.95;
    filter: drop-shadow(0 0 16px rgba(201, 151, 47, 0.36));
  }
}

@keyframes medallionGlow {
  0%,
  100% {
    box-shadow: 0 22px 38px rgba(0, 0, 0, 0.24), 0 0 0 9px rgba(201, 151, 47, 0.16), inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  }

  50% {
    box-shadow: 0 24px 42px rgba(0, 0, 0, 0.26), 0 0 0 11px rgba(201, 151, 47, 0.22), inset 0 0 0 1px rgba(255, 255, 255, 0.16);
  }
}

@media (min-width: 1180px) {
  .primary-nav {
    display: flex;
  }

  .menu-toggle {
    display: none;
  }
}

@media (min-width: 1180px) and (max-width: 1320px) {
  .header-shell {
    gap: 10px;
  }

  .brand small {
    display: none;
  }

  .primary-nav {
    gap: 2px;
  }

  .primary-nav a {
    padding: 8px 7px;
    font-size: 0.82rem;
  }

  .header-actions {
    gap: 6px;
  }

  .header-actions .btn {
    min-height: 40px;
    padding-inline: 12px;
    font-size: 0.84rem;
  }
}

@media (max-width: 1179px) {
  .header-shell {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }

  .header-actions {
    grid-column: 2;
    grid-row: 1;
  }

  .menu-toggle {
    grid-column: 3;
    grid-row: 1;
  }

  .primary-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: none;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    border: 1px solid rgba(7, 26, 44, 0.12);
    border-radius: var(--radius);
    background: rgba(255, 250, 240, 0.98);
    padding: 12px;
    box-shadow: 0 22px 42px rgba(7, 26, 44, 0.16);
  }

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

  .primary-nav a {
    min-height: 46px;
    display: flex;
    align-items: center;
    padding-inline: 14px;
  }

  .header-actions .btn-ghost {
    display: none;
  }

  .hero-grid,
  .split-grid,
  .ticketing-grid,
  .contact-grid,
  .leadership-card {
    grid-template-columns: 1fr;
  }

  .section h1 {
    font-size: 3.1rem;
  }

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

  .venture-content p {
    min-height: auto;
  }

  .illustration {
    inset: 14px;
  }

  .store-shelf {
    left: 8%;
    right: 8%;
    gap: 8px;
  }

  .store-scene .store-textile {
    width: 26%;
    height: 16%;
  }

  .store-craft {
    right: 8%;
    scale: 0.86;
  }

  .basket-item {
    scale: 0.82;
  }

  .grocery-bag {
    width: 40px;
    height: 52px;
  }

  .bag-brand {
    left: 5px;
    right: 5px;
    top: 25px;
    font-size: 0.44rem;
  }

  .bag-one {
    width: 52px;
    height: 66px;
  }

  .bag-one::before {
    left: 12px;
    right: 12px;
    top: -13px;
    height: 22px;
  }

  .shopper {
    height: 68px;
  }

  .cinema-card-screen {
    left: 12%;
    right: 12%;
  }

  .film-strip {
    width: 10%;
    opacity: 0.34;
  }

  .projector-source {
    right: 7%;
    scale: 0.88;
  }

  .audience span {
    width: 24px;
    height: 38px;
  }

  .ticket-brand {
    inset-inline: 12px;
    font-size: 0.5rem;
  }

  .tourism-scene .map-panel {
    padding: 8px 10px;
    font-size: 0.72rem;
  }

  .tourism-scene .map-india-panel {
    left: 7%;
    bottom: 10%;
  }

  .tourism-scene .map-europe-panel {
    right: 7%;
    top: 10%;
  }

  .landmark {
    scale: 0.84;
  }

  .india-marker {
    left: 15%;
    bottom: 22%;
    scale: 0.86;
  }

  .selector-layout {
    grid-template-columns: 1fr;
  }

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

  .selector-tab {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .leadership-card {
    padding: 30px;
  }

  .founder-identity {
    grid-template-columns: auto minmax(0, 1fr);
    justify-items: start;
    text-align: left;
  }

  .founder-line {
    text-align: left;
  }

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

@media (max-width: 760px) {
  .section {
    padding: 68px 0;
  }

  .site-header {
    padding-top: 8px;
  }

  .header-shell {
    gap: 8px;
    display: flex;
    align-items: center;
  }

  .header-shell .brand {
    flex: 1 1 auto;
    max-width: calc(100% - 106px);
  }

  .header-actions {
    order: 2;
    flex: 0 0 auto;
  }

  .menu-toggle {
    order: 3;
    flex: 0 0 auto;
  }

  .brand small {
    display: none;
  }

  .brand strong {
    font-size: 0.94rem;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .brand img {
    width: 40px;
    height: 40px;
  }

  .header-actions .btn {
    min-height: 40px;
    padding-inline: 12px;
    font-size: 0.84rem;
  }

  .header-actions .btn-solid {
    width: 54px;
    min-width: 54px;
    padding-inline: 0;
    font-size: 0;
  }

  .header-actions .btn-solid::after {
    content: "WA";
    font-size: 0.8rem;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
  }

  .hero {
    min-height: auto;
    padding-top: 106px;
  }

  .hero-grid {
    gap: 32px;
  }

  .hero-copy,
  .hero-ctas,
  .hero-stats {
    max-width: 358px;
  }

  .section h1 {
    font-size: 1.82rem;
    line-height: 1.15;
  }

  .section h2 {
    font-size: 2rem;
  }

  .section h3 {
    font-size: 1.18rem;
  }

  .hero-lede {
    font-size: 1.04rem;
  }

  .hero-ctas,
  .hero-ctas .btn {
    width: 100%;
  }

  .tourism-cta-group {
    align-items: stretch;
  }

  .tourism-cta-group .tourism-cta {
    flex: 1 1 100%;
    width: 100%;
  }

  .tourism-whatsapp-link {
    justify-content: center;
    width: 100%;
  }

  .stats-grid,
  .feature-grid,
  .contact-methods,
  .leadership-stats,
  .footer-grid,
  .form-row.two-columns {
    grid-template-columns: 1fr;
  }

  .leadership-card {
    padding: 24px;
  }

  .founder-identity {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .founder-line {
    text-align: center;
  }

  .founder-avatar {
    width: 128px;
    height: 128px;
    font-size: 2.18rem;
  }

  .leadership-card .quote-card.compact {
    padding: 22px;
  }

  .hero-visual {
    min-height: 430px;
  }

  .hero-visual picture {
    height: 430px;
  }

  .route-line {
    left: 12px;
    right: 12px;
    top: 12px;
  }

  .floating-card {
    max-width: 190px;
  }

  .card-store {
    left: 10px;
    bottom: 108px;
  }

  .card-ticket {
    right: 10px;
    bottom: 44px;
  }

  .card-tourism {
    left: 18px;
    bottom: -16px;
  }

  .bridge-visual,
  .travel-map {
    min-height: 390px;
    height: 390px;
  }

  .map-card {
    width: 180px;
  }

  .map-india {
    left: 18px;
    bottom: 38px;
  }

  .map-europe {
    right: 18px;
    top: 38px;
  }

  .selector-shell {
    padding: 22px;
  }

  .selector-tabs,
  .selector-panel {
    grid-template-columns: 1fr;
  }

  .selector-tab {
    flex-direction: row;
    align-items: center;
  }

  .getmyticket-section-logo {
    width: 142px;
  }

  .tourism-highlight-logo {
    width: 150px;
  }

  .footer-grid {
    gap: 28px;
  }

  .footer-brand,
  .footer-brand-copy {
    max-width: none;
  }

  .footer-whatsapp {
    width: 100%;
  }

  .selector-visual {
    min-height: 260px;
  }

  .journey-preview-logo-wrap {
    padding: clamp(18px, 6vw, 34px);
  }

  .journey-preview-logo--ticket {
    width: min(96%, 460px);
    max-height: 82%;
  }

  .journey-preview-logo--tourism {
    width: min(96%, 520px);
    max-height: 84%;
  }

  .timeline {
    display: grid;
    max-width: none;
    overflow: visible;
    padding-left: 0;
    gap: 16px;
  }

  .timeline::before {
    top: 24px;
    bottom: 0;
    left: 31px;
    width: 2px;
    height: auto;
    transform: none;
    background: linear-gradient(180deg, var(--gold), transparent);
  }

  .timeline-item,
  .timeline-item:nth-child(even) {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 14px;
    min-width: 0;
    margin: 0 0 24px;
    padding-left: 0;
  }

  .timeline-item::after,
  .timeline-item:nth-child(even)::after {
    top: 20px;
    left: 30px;
    width: 42px;
    background: linear-gradient(90deg, rgba(201, 151, 47, 0.9), transparent);
  }

  .timeline-year {
    grid-column: 1;
    grid-row: 1;
    min-width: 60px;
    height: 34px;
    margin-left: 0;
    font-size: 0.82rem;
  }

  .timeline-card {
    grid-column: 2;
    grid-row: 1;
    min-height: auto;
  }

  .timeline-item:nth-child(even) .timeline-card {
    grid-column: 2;
  }

  .ticket-stack {
    min-height: 410px;
  }

  .getmyticket-section-logo {
    width: 128px;
  }

  .tourism-highlight-logo {
    width: 136px;
  }

  .cinema-screen img {
    width: 64%;
    height: 64%;
  }

  .ticket-card {
    padding: 22px;
  }

  .ticket-card strong {
    font-size: 1.55rem;
  }

  .ticket-main {
    right: 0;
  }

  .ticket-side {
    left: 0;
  }

  .store-essentials-visual {
    min-height: 450px;
  }

  .display-shelf {
    left: 8%;
    right: 8%;
    gap: 10px;
  }

  .display-shelf-mid {
    left: 13%;
    right: 10%;
  }

  .display-bag {
    left: 29%;
    width: 118px;
    height: 148px;
  }

  .display-bag-brand {
    top: 58px;
    font-size: 0.68rem;
  }

  .display-basket {
    right: 9%;
    width: 102px;
    height: 56px;
  }

  .display-textile-stack {
    width: 34%;
  }

  .display-chip {
    font-size: 0.66rem;
    padding: 6px 8px;
  }

  .leadership-card,
  .contact-form {
    padding: 22px;
  }

  .founder-avatar {
    width: 118px;
    height: 118px;
  }

  .phone-line a {
    font-size: 1.45rem;
  }
}

@media (max-width: 430px) {
  .container {
    width: min(100% - 24px, 1180px);
  }

  .hero-copy,
  .hero-ctas,
  .hero-stats {
    max-width: 342px;
  }

  .header-shell {
    width: min(100% - 16px, 1240px);
    padding: 7px;
    gap: 6px;
  }

  .brand strong {
    max-width: 128px;
    white-space: normal;
  }

  .header-actions .btn-solid {
    width: 50px;
    min-width: 50px;
    padding-inline: 0;
    font-size: 0;
  }

  .header-actions .btn-solid::after {
    content: "WA";
    font-size: 0.78rem;
  }

  .section h1 {
    font-size: 1.58rem;
    line-height: 1.14;
  }

  .section h2 {
    font-size: 1.72rem;
  }

  .route-line {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .route-line svg {
    height: 24px;
  }

  .floating-card {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: -56px;
    margin-left: 12px;
  }

  .card-ticket,
  .card-tourism {
    display: none;
  }

  .hero-visual {
    min-height: 398px;
  }

  .hero-visual picture {
    height: 398px;
  }

  .journey-preview-logo-wrap {
    padding: 18px;
  }

  .journey-preview-logo--ticket {
    width: min(98%, 360px);
    max-height: 78%;
  }

  .journey-preview-logo--tourism {
    width: min(98%, 360px);
    max-height: 80%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .venture-card:hover .illustration,
  .venture-card:focus-within .illustration {
    transform: none;
  }

  .store-shimmer,
  .store-shelf .jar,
  .store-shelf .box,
  .store-shelf .basket,
  .grocery-bag,
  .produce,
  .shopper-basket,
  .basket-item,
  .store-scene-light,
  .store-sweep,
  .display-shelf,
  .display-textile-stack,
  .display-craft,
  .display-basket,
  .display-bag,
  .display-chip,
  .cinema-wall-glow,
  .cinema-card-screen,
  .projector-beam,
  .mini-ticket,
  .audience,
  .tourism-scene::after,
  .cloud,
  .route-main,
  .travel-marker,
  .landmark,
  .founder-avatar {
    animation: none !important;
  }

  .travel-marker {
    left: 62%;
    top: 36%;
  }
}
