* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --bg-white: #ffffff;
  --text-dark: #111111;
  --text-soft: #666666;
  --border-color: #e9e9e9;
  --accent: #000000;
  --hover-accent: #222222;
  --section-bg: #f8f8f8;
  --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.06);
  --radius: 18px;
  --transition: all 0.3s ease;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  background: var(--bg-white);
  color: var(--text-dark);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

.container {
  width: min(1360px, 94%);
  margin: 0 auto;
}

/* Header */
.site-header {
  width: 100%;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--border-color);
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(10px);
}

.header-wrap {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.logo {
  display: flex;
  align-items: center;
  height: 100%;
}

.logo img {
  height: 52px;
  width: auto;
  object-fit: contain;
  display: block;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.desktop-nav a {
  font-size: 15px;
  font-weight: 500;
  color: var(--text-dark);
  position: relative;
  transition: var(--transition);
}

.desktop-nav a:hover,
.desktop-nav a.active {
  color: var(--accent);
}

.desktop-nav a.active::after,
.desktop-nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background: var(--accent);
  border-radius: 10px;
}

.menu-toggle {
  display: none;
  border: none;
  background: transparent;
  font-size: 24px;
  color: var(--text-dark);
  cursor: pointer;
  line-height: 1;
}

.mobile-menu {
  display: none;
  flex-direction: column;
  padding: 0 4% 16px;
  background: #ffffff;
  border-top: 1px solid var(--border-color);
}

.mobile-menu a {
  padding: 14px 0;
  border-bottom: 1px solid #f1f1f1;
  font-weight: 500;
  color: var(--text-dark);
}

.mobile-menu a.active {
  color: var(--accent);
}

/* Hero Slider */
.hero-slider {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #000000;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 1;
}

.hero-slide.active {
  opacity: 1;
  z-index: 2;
}

.desktop-slide {
  display: block;
}

.mobile-slide {
  display: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.02));
  z-index: 3;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 4;
  min-height: 620px;
}

.hero-left {
  position: absolute;
  left: 36px;
  bottom: 24px;
  max-width: 210px;
}

.hero-buttons {
  display: flex;
  margin: 0;
}

.hero-buttons-only {
  max-width: 210px;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  transition: var(--transition);
}

.btn-primary {
  background: rgba(0, 0, 0, 0.92);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.btn-primary:hover {
  background: #111111;
  border-color: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}

.hero-buttons .btn-primary {
  min-height: 56px;
  padding: 0 26px;
  font-size: 16px;
  border-radius: 999px;
}

/* Premium Brand Message Section */
.brand-message-section {
  padding: 56px 0 28px;
  background: #ffffff;
}

.brand-message-premium {
  max-width: 1180px;
  margin: 0 auto;
  padding: 64px 56px;
  border-radius: 32px;
  background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
  border: 1px solid rgba(17, 17, 17, 0.06);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.brand-message-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(0, 0, 0, 0.025), transparent 28%),
    radial-gradient(circle at bottom right, rgba(0, 0, 0, 0.03), transparent 22%);
  pointer-events: none;
}

.brand-message-topline {
  width: 86px;
  height: 4px;
  border-radius: 999px;
  background: #111111;
  opacity: 0.10;
  margin: 0 auto 24px;
  position: relative;
  z-index: 1;
}

.brand-message-label {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}

.brand-message-title {
  font-size: clamp(2.2rem, 3.8vw, 4.0rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -1.2px;
  color: #111111;
  margin: 0 auto 22px;
  max-width: 100%;
  white-space: nowrap;   /* keeps Sinhala line in one line on desktop */
  position: relative;
  z-index: 1;
}

.brand-message-tagline {
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #111111;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.brand-message-description {
  max-width: 720px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.8;
  color: #5f6b7a;
  position: relative;
  z-index: 1;
}

/* Stats Strip */
.stats-strip {
  background: #ffffff;
  padding: 34px 0 56px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  max-width: 1080px;
  margin: 0 auto;
}

.stat-card {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.07);
  border-radius: 24px;
  padding: 28px 22px;
  text-align: center;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  transition: var(--transition);
}

.stat-card:hover {
  transform: translateY(-4px);
}

.stat-icon {
  font-size: 1.8rem;
  color: #a0a0a0;
  margin-bottom: 12px;
}

.stat-card h3 {
  font-size: clamp(2rem, 2.8vw, 2.9rem);
  line-height: 1;
  margin-bottom: 10px;
  color: #111111;
  font-weight: 800;
}

.stat-card p {
  font-size: 1rem;
  color: #666666;
  margin: 0;
}

/* Brand Intro Section */
.brand-intro {
  padding: 90px 0;
  background: #ffffff;
}

.brand-intro-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: start;
}

.section-label {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-soft);
}

.brand-intro-text h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.brand-intro-text p {
  max-width: 680px;
  font-size: 1rem;
  color: var(--text-soft);
  margin-bottom: 16px;
}

.brand-intro-card {
  background: var(--section-bg);
  border: 1px solid var(--border-color);
  border-radius: 24px;
  padding: 28px;
  box-shadow: var(--shadow-soft);
}

.intro-stat + .intro-stat {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--border-color);
}

.intro-stat h3 {
  font-size: 1.15rem;
  margin-bottom: 8px;
}

.intro-stat p {
  color: var(--text-soft);
  font-size: 0.98rem;
}

/* Why Celeste Section */
.why-celeste {
  padding: 90px 0;
  background: var(--section-bg);
}

.why-celeste-head {
  max-width: 720px;
  margin-bottom: 40px;
}

.why-celeste-head h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 16px;
}

.why-celeste-head p {
  color: var(--text-soft);
  font-size: 1rem;
}

.why-celeste-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.why-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 22px;
  padding: 28px;
  box-shadow: var(--shadow-soft);
  transition: var(--transition);
}

.why-card:hover {
  transform: translateY(-6px);
}

.why-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #111111;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 18px;
}

.why-card h3 {
  font-size: 1.15rem;
  margin-bottom: 10px;
}

.why-card p {
  color: var(--text-soft);
  font-size: 0.98rem;
}

/* Page Hero */
.page-hero {
  padding: 90px 0 50px;
  background: #ffffff;
}

.page-hero h1 {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 18px;
  max-width: 760px;
}

.page-hero-text {
  max-width: 720px;
  color: var(--text-soft);
  font-size: 1rem;
}

/* Our Range Showcase */
.range-showcase {
  padding: 100px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
}

.range-showcase-head {
  max-width: 800px;
  margin: 0 auto 42px;
  text-align: center;
}

.range-showcase-head h2 {
  font-size: clamp(2.1rem, 3.8vw, 3.5rem);
  line-height: 1.08;
  letter-spacing: -1.3px;
  margin-bottom: 16px;
}

.range-showcase-head p {
  max-width: 700px;
  margin: 0 auto;
  color: var(--text-soft);
  font-size: 1rem;
  line-height: 1.75;
}

.range-category-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 22px;
  margin-bottom: 34px;
}

.range-category-card {
  position: relative;
  min-height: 280px;
  border-radius: 28px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.08);
  transition: var(--transition);
  display: flex;
  align-items: flex-end;
}

.range-card-large {
  grid-row: span 2;
  min-height: 582px;
}

.range-category-card:hover {
  transform: translateY(-6px);
}

.range-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.14));
}

.range-card-content {
  position: relative;
  z-index: 2;
  padding: 26px 24px;
  color: #ffffff;
}

.range-card-kicker {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.range-card-content h3 {
  font-size: 1.6rem;
  line-height: 1.15;
  margin-bottom: 10px;
}

.range-card-content p {
  max-width: 320px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.96rem;
  line-height: 1.65;
}

.range-featured-block {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.06);
  border-radius: 30px;
  padding: 34px 30px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.05);
  margin-bottom: 28px;
}

.range-featured-head {
  margin-bottom: 24px;
}

.range-featured-head h3 {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.12;
}

.range-featured-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.range-feature-card {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.04);
  transition: var(--transition);
}

.range-feature-card:hover {
  transform: translateY(-4px);
}

.range-feature-image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f6f6f6;
}

.range-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.range-feature-content {
  padding: 18px 16px 20px;
}

.range-feature-content h4 {
  font-size: 1.02rem;
  line-height: 1.3;
  margin-bottom: 8px;
}

.range-feature-content p {
  color: var(--text-soft);
  font-size: 0.93rem;
  line-height: 1.65;
}

.range-availability-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: #111111;
  color: #ffffff;
  border-radius: 28px;
  padding: 28px 30px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.10);
}

.range-availability-text h3 {
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  line-height: 1.15;
  margin-bottom: 10px;
}

.range-availability-text p:last-child {
  color: rgba(255, 255, 255, 0.72);
  max-width: 620px;
}

.range-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.range-platform-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* Brand Highlights Video Hero */
.highlights-video-hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #000000;
}

.highlights-video-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.highlights-video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.highlights-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.30));
}

.highlights-video-content {
  position: relative;
  z-index: 2;
  min-height: 620px;
  display: flex;
  align-items: flex-end;
}

.highlights-video-text {
  max-width: 760px;
  color: #ffffff;
  padding-bottom: 54px;
}

.highlights-video-text h1 {
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 1.05;
  letter-spacing: -1.5px;
  margin-bottom: 18px;
  max-width: 920px;
}

.highlights-video-text p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  line-height: 1.75;
}

/* Editorial highlight sections */
.highlights-editorial {
  padding: 90px 0;
  background: #ffffff;
}

.highlights-editorial-soft {
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
}

.highlights-editorial-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.highlights-editorial-head h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  letter-spacing: -1px;
}

.highlight-split-feature {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.06);
  border-radius: 30px;
  padding: 28px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.05);
}

.highlight-split-feature-reverse {
  grid-template-columns: 0.95fr 1.05fr;
}

.highlight-split-feature-reverse .highlight-split-media {
  order: 2;
}

.highlight-split-feature-reverse .highlight-split-content {
  order: 1;
}

.highlight-split-media {
  border-radius: 22px;
  overflow: hidden;
  background: #f3f3f3;
}

.highlight-split-media video {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
  background: #000000;
  border-radius: 22px;
}

.highlight-split-content h3 {
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  line-height: 1.12;
  letter-spacing: -0.8px;
  margin-bottom: 16px;
}

.highlight-split-content p {
  color: var(--text-soft);
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 14px;
}

.highlight-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

/* Brand Partner Spotlights */
.partner-spotlights-section {
  padding: 90px 0;
  background: #ffffff;
}

.partner-spotlights-head {
  max-width: 820px;
}

.partner-spotlights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.partner-spotlight-card {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05);
  transition: var(--transition);
}

.partner-spotlight-card:hover {
  transform: translateY(-6px);
}

.partner-spotlight-media {
  aspect-ratio: 0.9 / 1.12;
  overflow: hidden;
  background: #000000;
}

.partner-spotlight-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #000000;
}

.partner-spotlight-content {
  padding: 22px 20px 24px;
}

.partner-spotlight-content h3 {
  font-size: 1.18rem;
  line-height: 1.25;
  margin-bottom: 10px;
}

.partner-spotlight-content p {
  color: var(--text-soft);
  font-size: 0.96rem;
  line-height: 1.72;
}

/* Masonry-like stories */
.highlights-masonry-section {
  padding: 90px 0;
  background: #ffffff;
}

.highlights-section-head {
  max-width: 760px;
  margin-bottom: 36px;
}

.highlights-section-head h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 14px;
}

.highlights-section-head p {
  color: var(--text-soft);
  font-size: 1rem;
  line-height: 1.75;
}

.highlights-masonry-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 24px;
}

.highlight-story-card {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
  transition: var(--transition);
}

.highlight-story-card:hover {
  transform: translateY(-6px);
}

.highlight-story-large {
  grid-row: span 2;
}

.highlight-story-image {
  aspect-ratio: 1.05 / 1;
  overflow: hidden;
  background: #f4f4f4;
}

.highlight-story-large .highlight-story-image {
  aspect-ratio: 0.95 / 1.18;
}

.highlight-story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.highlight-story-content {
  padding: 22px 20px 24px;
}

.highlight-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.highlight-story-content h3 {
  font-size: 1.16rem;
  line-height: 1.28;
  margin-bottom: 10px;
}

.highlight-story-content p {
  color: var(--text-soft);
  font-size: 0.96rem;
  line-height: 1.72;
}

/* Timeline */
.highlights-timeline-section {
  padding: 90px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
}

.highlights-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.timeline-item {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.06);
  border-radius: 24px;
  padding: 24px 22px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.04);
}

.timeline-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #111111;
  display: inline-block;
  margin-bottom: 14px;
}

.timeline-content h4 {
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.timeline-content p {
  color: var(--text-soft);
  font-size: 0.95rem;
  line-height: 1.7;
}

/* CTA */
.highlights-cta {
  padding: 90px 0;
  background: #ffffff;
}

.highlights-cta-box {
  background: linear-gradient(180deg, #111111 0%, #1a1a1a 100%);
  border-radius: 30px;
  padding: 46px 32px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.highlights-cta-box h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  margin-bottom: 14px;
}

.highlights-cta-box p {
  max-width: 720px;
  margin: 0 auto 24px;
  color: rgba(255, 255, 255, 0.78);
}

.highlights-cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-outline-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  transition: var(--transition);
}

.btn-outline-dark:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

/* Range Page */
.range-page-hero {
  padding-bottom: 44px;
}

.range-page-showcase {
  padding: 10px 0 90px;
  background: #ffffff;
}

.range-page-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 22px;
}

.range-page-card {
  position: relative;
  min-height: 290px;
  border-radius: 30px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.08);
  transition: var(--transition);
  display: flex;
  align-items: flex-end;
}

.range-page-card:hover {
  transform: translateY(-6px);
}

.range-page-card-large {
  grid-row: span 2;
  min-height: 602px;
}

.range-page-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.14));
}

.range-page-content {
  position: relative;
  z-index: 2;
  padding: 28px 24px;
  color: #ffffff;
}

.range-page-kicker {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.range-page-content h2,
.range-page-content h3 {
  line-height: 1.15;
  margin-bottom: 10px;
}

.range-page-content h2 {
  font-size: 2rem;
}

.range-page-content h3 {
  font-size: 1.45rem;
}

.range-page-content p {
  max-width: 330px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.96rem;
  line-height: 1.68;
}

/* Range Benefits */
.range-benefits-section {
  padding: 90px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
}

.range-benefits-head {
  max-width: 780px;
  margin-bottom: 38px;
}

.range-benefits-head h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 14px;
}

.range-benefits-head p {
  color: var(--text-soft);
  font-size: 1rem;
  line-height: 1.75;
}

.range-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.range-benefit-card {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 24px;
  padding: 28px 24px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
  transition: var(--transition);
}

.range-benefit-card:hover {
  transform: translateY(-6px);
}

.range-benefit-icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #111111;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 18px;
}

.range-benefit-card h3 {
  font-size: 1.14rem;
  margin-bottom: 10px;
}

.range-benefit-card p {
  color: var(--text-soft);
  font-size: 0.97rem;
  line-height: 1.72;
}

/* Range Video Banner */
.range-video-banner {
  position: relative;
  width: 100%;
  height: 620px;
  overflow: hidden;
  background: #000000;
}

.range-video-wrap {
  position: absolute;
  inset: 0;
}

.range-video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.range-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.16),
    rgba(0, 0, 0, 0.28)
  );
}

/* Range Intro Strip */
.range-intro-strip {
  padding: 42px 0 20px;
  background: #ffffff;
}

.range-intro-strip h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -1px;
  margin-bottom: 14px;
  max-width: 780px;
}

.range-intro-strip .page-hero-text {
  max-width: 760px;
  color: var(--text-soft);
  font-size: 1rem;
  line-height: 1.75;
}

/* Range Product Showcase */
.range-products-section {
  padding: 90px 0;
  background: #ffffff;
}

.range-products-section-soft {
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
}

.range-products-head {
  max-width: 780px;
  margin-bottom: 42px;
}

.range-products-head h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 14px;
}

.range-products-head p {
  color: var(--text-soft);
  font-size: 1rem;
  line-height: 1.75;
}

.range-product-group + .range-product-group {
  margin-top: 48px;
}

.range-product-group-head {
  margin-bottom: 22px;
}

.range-product-group-head h3 {
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  line-height: 1.15;
  margin-bottom: 8px;
}

.range-product-group-head p {
  color: var(--text-soft);
  line-height: 1.7;
}

.range-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  align-items: stretch;
}

.range-product-card {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.04);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.range-product-card:hover {
  transform: translateY(-4px);
}

.range-product-image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.range-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.range-product-content {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}

.range-product-category {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-soft);
}

.range-product-content h4 {
  font-size: 1.02rem;
  line-height: 1.35;
  margin-bottom: 8px;
}

.range-product-sku {
  color: var(--text-soft);
  font-size: 0.88rem;
  margin-bottom: 16px;
}

.range-buy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  transition: var(--transition);
  margin-top: auto;
}

.range-buy-btn:hover {
  background: #222222;
  transform: translateY(-2px);
}

.range-buy-btn.is-loading {
  opacity: 0.85;
  cursor: wait;
}

/* Range Platform Section */
.range-platform-section {
  padding: 90px 0;
  background: #ffffff;
}

.range-platform-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: #111111;
  color: #ffffff;
  border-radius: 30px;
  padding: 34px 32px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.range-platform-text {
  max-width: 760px;
}

.range-platform-text h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.12;
  margin-bottom: 12px;
}

.range-platform-text p:last-child {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.75;
}

.range-platform-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.range-platform-pill-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}   

/* Range CTA */
.range-cta-section {
  padding: 90px 0;
  background: #ffffff;
}

.range-cta-box {
  background: linear-gradient(180deg, #111111 0%, #1a1a1a 100%);
  border-radius: 30px;
  padding: 46px 32px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.range-cta-box h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  margin-bottom: 14px;
}

.range-cta-box p {
  max-width: 720px;
  margin: 0 auto 24px;
  color: rgba(255, 255, 255, 0.78);
}

.range-cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* Locations Page */
.locations-page-section {
  padding: 30px 0 90px;
  background: #ffffff;
}

.locations-page-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.location-page-card {
  background: var(--section-bg);
  border: 1px solid var(--border-color);
  border-radius: 22px;
  padding: 28px;
  box-shadow: var(--shadow-soft);
  transition: var(--transition);
}

.location-page-card:hover {
  transform: translateY(-6px);
}

.location-page-card h3 {
  font-size: 1.15rem;
  margin-bottom: 8px;
}

.location-area {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 12px;
}

.location-time {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--text-soft);
  margin-bottom: 14px;
}

.location-description {
  color: var(--text-soft);
  font-size: 0.98rem;
  margin-bottom: 20px;
}

.location-map-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  transition: var(--transition);
}

.location-map-btn:hover {
  background: #222222;
  transform: translateY(-2px);
}

/* Locations Video Hero */
.locations-video-hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #000000;
}

.locations-video-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.locations-video-wrap iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.locations-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.28));
}

.locations-video-content {
  position: relative;
  z-index: 2;
  min-height: 620px;
  display: flex;
  align-items: flex-end;
}

/* Locations Intro Section */
.locations-intro-section {
  padding: 56px 0 24px;
  background: #ffffff;
}

.locations-intro-text {
  max-width: 900px;
}

.locations-intro-text h1 {
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 1.06;
  letter-spacing: -1.4px;
  margin-bottom: 18px;
  color: #111111;
}

.locations-intro-text p {
  max-width: 760px;
  color: var(--text-soft);
  font-size: 1rem;
  line-height: 1.75;
}

/* Locations Directory */
.locations-directory {
  padding: 30px 0 90px;
  background: #ffffff;
}

.locations-toolbar {
  display: grid;
  gap: 20px;
  margin-bottom: 22px;
}

.locations-search-wrap {
  position: relative;
}

.locations-search-wrap i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-soft);
  font-size: 15px;
}

.locations-search {
  width: 100%;
  height: 56px;
  border: 1px solid var(--border-color);
  border-radius: 18px;
  padding: 0 18px 0 46px;
  font-size: 0.98rem;
  font-family: inherit;
  outline: none;
  transition: var(--transition);
}

.locations-search:focus {
  border-color: #111111;
}

.locations-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.location-filter-btn {
  border: 1px solid var(--border-color);
  background: #ffffff;
  color: var(--text-dark);
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
}

.location-filter-btn:hover,
.location-filter-btn.active {
  background: #111111;
  color: #ffffff;
  border-color: #111111;
}

.locations-results-meta {
  margin-bottom: 24px;
}

.locations-results-meta p {
  color: var(--text-soft);
  font-size: 0.96rem;
}

.locations-directory-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.location-directory-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 24px;
  padding: 26px 24px;
  box-shadow: var(--shadow-soft);
  transition: var(--transition);
}

.location-directory-card:hover {
  transform: translateY(-6px);
}

.location-directory-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.location-type-badge,
.location-time-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
}

.location-type-badge {
  background: #111111;
  color: #ffffff;
}

.location-type-badge.fulfilled {
  background: #2d2d2d;
  color: #ffffff;
}

.location-type-badge.brand {
  background: #5a5a5a;
  color: #ffffff;
}

.location-time-badge {
  background: #f5f5f5;
  color: var(--text-soft);
  border: 1px solid var(--border-color);
}

.location-directory-card h3 {
  font-size: 1.18rem;
  line-height: 1.3;
  margin-bottom: 8px;
}

.location-directory-area {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 12px;
}

.location-directory-text {
  color: var(--text-soft);
  font-size: 0.98rem;
  line-height: 1.7;
}

.location-directory-card.hidden {
  display: none;
}

.location-order-box {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--border-color);
}

.location-order-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 14px;
}

.location-order-platforms {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
}

.location-order-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  text-decoration: none;
}

.location-order-btn:hover {
  transform: translateY(-2px);
  background: transparent;
  box-shadow: none;
}

.order-logo {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

.order-logo img {
  display: block;
  width: auto;
  max-width: none;
  object-fit: contain;
}

.order-logo img[alt="Uber Eats"] {
  height: 42px;
}

.order-logo img[alt="PickMe Food"] {
  height: 28px;
}

/* Locations Preview Section */
.locations-preview {
  padding: 90px 0;
  background: #ffffff;
}

.locations-preview-head {
  max-width: 720px;
  margin-bottom: 40px;
}

.locations-preview-head h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 16px;
}

.locations-preview-head p {
  color: var(--text-soft);
  font-size: 1rem;
}

.locations-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.location-preview-card {
  background: var(--section-bg);
  border: 1px solid var(--border-color);
  border-radius: 22px;
  padding: 28px;
  box-shadow: var(--shadow-soft);
  transition: var(--transition);
}

.location-preview-card:hover {
  transform: translateY(-6px);
}

.location-preview-card h3 {
  font-size: 1.12rem;
  margin-bottom: 10px;
}

.location-preview-card p {
  color: var(--text-soft);
  font-size: 0.98rem;
}

.locations-preview-action {
  margin-top: 32px;
}

/* Services Showcase */
.services-showcase {
  padding: 35px 0;
  background: #ffffff;
}

.services-showcase-head {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 52px;
}

.services-showcase-head .section-label {
  margin-bottom: 16px;
}

.services-showcase-head h2 {
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.08;
  letter-spacing: -1.5px;
  max-width: 900px;
  margin: 0 auto;
}

.services-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.service-showcase-card {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 30px;
  padding: 38px 28px 34px;
  text-align: center;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
  transition: var(--transition);
  overflow: hidden;
}

.service-showcase-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, #111111, #444444);
  opacity: 0.9;
}

.service-showcase-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.09);
}

.service-showcase-logo {
  width: 108px;
  height: 108px;
  margin: 0 auto 22px;
  border-radius: 24px;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(17, 17, 17, 0.06);
}

.service-showcase-logo img {
  max-width: 62px;
  max-height: 62px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.service-showcase-card h3 {
  font-size: 1.55rem;
  line-height: 1.2;
  margin-bottom: 14px;
  color: #111111;
  font-weight: 700;
}

.service-showcase-card p {
  color: #666666;
  font-size: 1rem;
  line-height: 1.75;
  max-width: 320px;
  margin: 0 auto;
}

/* ========================================
   SERVICES SPLIT CARD
======================================== */
.service-split-card {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 40px;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e9e9e9;
    border-radius: 28px;
    padding: 28px;
    margin: 50px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.service-split-media {
    width: 100%;
}

.service-split-media video,
.service-split-media img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    display: block;
    border-radius: 22px;
    background: #f5f5f5;
}

.service-split-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-pill {
    display: inline-block;
    width: fit-content;
    padding: 10px 18px;
    border-radius: 999px;
    background: #000;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.service-eyebrow {
    font-size: 1rem;
    color: #666;
    font-weight: 600;
    margin-bottom: 10px;
}

.service-split-content h2 {
    font-size: clamp(2rem, 4vw, 3.3rem);
    line-height: 1.1;
    margin-bottom: 18px;
    color: #111;
}

.service-split-content p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #666;
    margin-bottom: 18px;
}

.service-split-content .btn,
.service-split-content .btn-dark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 14px 24px;
    border-radius: 999px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.service-split-content .btn:hover,
.service-split-content .btn-dark:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

/* Tablet */
@media (max-width: 991px) {
    .service-split-card {
        grid-template-columns: 320px 1fr;
        gap: 28px;
        padding: 24px;
    }

    .service-split-content h2 {
        font-size: 2.2rem;
    }

    .service-split-content p {
        font-size: 1rem;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .service-split-card {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 20px;
        border-radius: 22px;
    }

    .service-split-media video,
    .service-split-media img {
        aspect-ratio: 16 / 10;
        border-radius: 18px;
    }

    .service-split-content h2 {
        font-size: 1.9rem;
    }

    .service-split-content p {
        font-size: 0.98rem;
        line-height: 1.7;
    }
}

/* About Banner */
.about-banner {
  position: relative;
  min-height: 620px;
  overflow: hidden;
}

.about-banner-desktop,
.about-banner-mobile {
  position: absolute;
  inset: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-banner-desktop {
  display: block;
}

.about-banner-mobile {
  display: none;
}

.about-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.28));
  z-index: 1;
}

.about-banner-content {
  position: relative;
  z-index: 2;
  min-height: 620px;
  display: flex;
  align-items: flex-end;
}

/* About Intro Section */
.about-intro-section {
  padding: 56px 0 24px;
  background: #ffffff;
}

.about-intro-text {
  max-width: 900px;
}

.about-intro-text h1 {
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 1.06;
  letter-spacing: -1.4px;
  margin-bottom: 18px;
  color: #111111;
}

.about-intro-text p {
  max-width: 760px;
  color: var(--text-soft);
  font-size: 1rem;
  line-height: 1.75;
}

/* About Story Video */
.about-story-video {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #000000;
}

.about-video-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.about-video-wrap iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.about-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.35));
}

.about-story-content {
  position: relative;
  z-index: 2;
  min-height: 620px;
  display: flex;
  align-items: center;
}

.about-story-text {
  max-width: 680px;
  color: #ffffff;
}

.section-label-light {
  color: rgba(255, 255, 255, 0.75);
}

.about-story-text h2 {
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.08;
  letter-spacing: -1.2px;
  margin-bottom: 20px;
}

.about-story-text p {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  margin-bottom: 16px;
}

/* Founder Section */
.founder-section {
  padding: 100px 0;
  background: #ffffff;
}

.founder-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: center;
}

.founder-image-wrap {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.10);
}

.founder-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.founder-content h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -1px;
  margin-bottom: 18px;
}

.founder-content p {
  color: var(--text-soft);
  font-size: 1rem;
  margin-bottom: 16px;
}

/* About Values */
.about-values {
  padding: 90px 0;
  background: var(--section-bg);
}

.about-values-head {
  max-width: 760px;
  margin-bottom: 40px;
}

.about-values-head h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  letter-spacing: -1px;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.about-value-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 24px;
  padding: 30px 26px;
  box-shadow: var(--shadow-soft);
  transition: var(--transition);
}

.about-value-card:hover {
  transform: translateY(-6px);
}

.about-value-card h3 {
  font-size: 1.25rem;
  margin-bottom: 12px;
}

.about-value-card p {
  color: var(--text-soft);
  font-size: 0.98rem;
}

/* About Growth Section */
.about-growth-section {
  padding: 90px 0;
  background: #ffffff;
}

.about-growth-head {
  max-width: 820px;
  margin-bottom: 30px;
}

.about-growth-head h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -1px;
  margin-bottom: 14px;
}

.about-growth-head p {
  color: var(--text-soft);
  line-height: 1.8;
}

.about-growth-card {
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.about-growth-card img {
  width: 100%;
  display: block;
  height: auto;
}

/* About CTA */
.about-cta {
  padding: 90px 0;
  background: #ffffff;
}

.about-cta-box {
  background: #111111;
  border-radius: 30px;
  padding: 48px 32px;
  text-align: center;
  color: #ffffff;
}

.about-cta-box h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  margin-bottom: 14px;
}

.about-cta-box p {
  max-width: 700px;
  margin: 0 auto 24px;
  color: rgba(255, 255, 255, 0.82);
}

/* =========================
   Updates Page
========================= */

.updates-hero {
  padding: 90px 0 34px;
  background: #ffffff;
}

.updates-hero h1 {
  font-size: clamp(2.4rem, 5vw, 4.3rem);
  line-height: 1.05;
  letter-spacing: -2px;
  margin-bottom: 16px;
}

.page-hero-text {
  max-width: 860px;
  color: #5f6773;
  font-size: 1.04rem;
  line-height: 1.78;
}

.updates-featured-section {
  padding: 18px 0 56px;
  background: #ffffff;
}

.updates-featured-card {
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  gap: 26px;
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 28px;
  padding: 22px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.05);
}

.updates-featured-media {
  border-radius: 22px;
  overflow: hidden;
  background: #f4f4f4;
}

.updates-featured-media img {
  width: 100%;
  display: block;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.updates-featured-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.updates-featured-content h2 {
  font-size: clamp(1.9rem, 4vw, 2.95rem);
  line-height: 1.06;
  letter-spacing: -1px;
  margin: 0;
}

.updates-featured-content p {
  color: #5f6773;
  line-height: 1.75;
  margin: 0;
}

.updates-grid-section {
  padding: 0 0 70px;
  background: #ffffff;
}

.updates-grid-head {
  margin-bottom: 24px;
}

.updates-grid-head h2 {
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  line-height: 1.08;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

.updates-mixed-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.update-card {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
}

.update-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.landscape-card {
  grid-column: span 6;
}

.portrait-card {
  grid-column: span 3;
}

.update-card-media {
  background: #f4f4f4;
  padding: 12px;
}

.update-card-media img,
.update-card-media video {
  width: 100%;
  display: block;
  border-radius: 18px;
  background: #000000;
}

.landscape-card .update-card-media img,
.landscape-card .update-card-media video {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.portrait-card .update-card-media img,
.portrait-card .update-card-media video {
  aspect-ratio: 9 / 16;
  object-fit: contain;
}

.update-card-content {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.updates-badge,
.updates-badge-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.updates-badge {
  background: #f1f3f5;
  color: #111111;
}

.updates-badge-dark {
  background: #111111;
  color: #ffffff;
}

.updates-meta {
  color: #667085;
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0;
}

.update-card-content h3 {
  font-size: 1.12rem;
  line-height: 1.34;
  letter-spacing: -0.3px;
  margin: 0;
}

.update-card-content p {
  color: #5f6773;
  line-height: 1.72;
  margin: 0;
}

.ig-reel-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  margin-top: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transition: all 0.25s ease;
}

.ig-reel-link:hover {
  background: #1a1a1a;
  color: #ffffff;
  transform: translateY(-1px);
}

.updates-cta-section {
  padding: 0 0 90px;
  background: #ffffff;
}

.updates-cta-box {
  background: #111111;
  color: #ffffff;
  border-radius: 28px;
  padding: 38px 30px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.updates-cta-box h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.08;
  margin-bottom: 14px;
}

.updates-cta-box p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
  margin-bottom: 20px;
}

.updates-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.reveal-card {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  will-change: opacity, transform;
}

.reveal-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .updates-featured-card {
    grid-template-columns: 1fr;
  }

  .landscape-card {
    grid-column: span 12;
  }

  .portrait-card {
    grid-column: span 6;
  }
}

@media (max-width: 768px) {
  .updates-hero {
    padding: 70px 0 30px;
  }

  .updates-featured-section,
  .updates-grid-section,
  .updates-cta-section {
    padding-bottom: 60px;
  }

  .updates-featured-card {
    grid-template-columns: 1fr;
    padding: 18px;
    border-radius: 22px;
    gap: 18px;
  }

  .updates-featured-media,
  .update-card-media img,
  .update-card-media video {
    border-radius: 16px;
  }

  .landscape-card,
  .portrait-card {
    grid-column: span 12;
  }

  .update-card {
    border-radius: 20px;
  }

  .update-card-content {
    padding: 16px 16px 18px;
  }

  .updates-cta-box {
    padding: 32px 20px;
    border-radius: 22px;
  }

  .updates-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .updates-cta-actions .btn,
  .updates-cta-actions .btn-outline-dark {
    width: 100%;
  }

  .upadates-featured-media video {
    width: 100%;
    display: block;
    aspect-ratio: 4 / 5;
    object-fit: cover;
  }
}

/* Active nav */
.desktop-nav a.active,
.mobile-menu a.active {
  color: #111111;
  position: relative;
  font-weight: 600;
}

.desktop-nav a.active::after,
.mobile-menu a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 3px;
  background: #111111;
  border-radius: 999px;
}

/* Video overlay */
.video-card-media {
  position: relative;
  overflow: hidden;
}

.video-play-overlay {
  position: absolute;
  inset: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.video-play-button {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.72);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.1rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s ease, background 0.25s ease;
}

.update-card:hover .video-play-button {
  transform: scale(1.08);
  background: rgba(17, 17, 17, 0.84);
}

/* Tiny media polish */
.update-card-media img,
.update-card-media video {
  transition: transform 0.35s ease;
}

.update-card:hover .update-card-media img,
.update-card:hover .update-card-media video {
  transform: scale(1.02);
}

.desktop-nav a.active,
.mobile-menu a.active {
  color: #111111;
  position: relative;
  font-weight: 600;
}

.desktop-nav a.active::after,
.mobile-menu a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 3px;
  background: #111111;
  border-radius: 999px;
}

.video-card-media {
  position: relative;
  overflow: hidden;
}

.video-play-overlay {
  position: absolute;
  inset: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.video-play-button {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.72);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.1rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s ease, background 0.25s ease;
}

.update-card:hover .video-play-button {
  transform: scale(1.08);
  background: rgba(17, 17, 17, 0.84);
}

.update-card-media img,
.update-card-media video {
  transition: transform 0.35s ease;
}

.update-card:hover .update-card-media img,
.update-card:hover .update-card-media video {
  transform: scale(1.02);
}

/* =========================
   Navbar Dropdowns
========================= */

.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.nav-dropdown-toggle i {
  font-size: 0.72rem;
  transition: transform 0.25s ease;
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  min-width: 230px;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 18px;
  padding: 10px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.25s ease;
  z-index: 999;
}

.nav-dropdown-menu::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  width: 100%;
  height: 18px;
}

.nav-dropdown-menu a {
  display: flex;
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  color: #111111;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.22s ease;
}

.nav-dropdown-menu a:hover {
  background: #f4f4f4;
  transform: translateX(2px);
}

.nav-dropdown:hover .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.nav-dropdown:hover .nav-dropdown-toggle i {
  transform: rotate(180deg);
}

.nav-dropdown-toggle {
  border: 0;
  background: transparent;
  color: #111111;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}

/* Mobile dropdowns */
.mobile-dropdown {
  width: 100%;
}

.mobile-dropdown-toggle {
  width: 100%;
  border: 0;
  background: transparent;
  color: #111111;
  font: inherit;
  font-weight: 600;
  padding: 14px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.mobile-dropdown-toggle i {
  font-size: 0.8rem;
  transition: transform 0.25s ease;
}

.mobile-dropdown-menu {
  display: none;
  padding: 4px 0 10px 14px;
}

.mobile-dropdown-menu a {
  display: block;
  padding: 10px 0;
  color: #5f6773;
  font-size: 0.95rem;
  text-decoration: none;
}

.mobile-dropdown.active .mobile-dropdown-menu {
  display: block;
}

.mobile-dropdown.active .mobile-dropdown-toggle i {
  transform: rotate(180deg);
}

/* =========================================================
   ULTRA MINIMAL PREMIUM FOOTER
========================================================= */

.site-footer {
  background: #080808;
  color: #ffffff;
  padding: 72px 0 26px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr 1.25fr 1fr;
  gap: 72px;
  align-items: start;
  padding-bottom: 46px;
}

.footer-brand {
  max-width: 460px;
}

.footer-logo img {
  height: 54px;
  width: auto;
  object-fit: contain;
  margin-bottom: 24px;
  filter: brightness(0) invert(1);
}

.footer-brand p {
  max-width: 440px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1rem;
  line-height: 1.85;
  margin: 0;
}

.footer-links h3,
.footer-contact h3 {
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 22px;
}

.footer-links-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  gap: 36px;
}

.footer-links ul,
.footer-contact ul {
  display: grid;
  gap: 13px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links a,
.footer-contact a,
.footer-contact li {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.96rem;
  line-height: 1.55;
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #ffffff;
  transform: translateX(3px);
}

.footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 26px;
}

.footer-socials a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.98rem;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.footer-socials a:hover {
  background: #ffffff;
  color: #080808;
  transform: translateY(-3px);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  padding-top: 24px;
  text-align: center;
}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.94rem;
  margin: 0;
}

/* Tablet */
@media (max-width: 991px) {
  .site-footer {
    padding: 62px 0 24px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 42px;
    padding-bottom: 38px;
  }

  .footer-brand {
    max-width: 100%;
  }

  .footer-brand p {
    max-width: 620px;
  }

  .footer-links-columns {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    gap: 28px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .site-footer {
    padding: 52px 0 22px;
  }

  .footer-grid {
    gap: 36px;
  }

  .footer-logo img {
    height: 48px;
    margin-bottom: 20px;
  }

  .footer-brand p {
    font-size: 0.96rem;
    line-height: 1.75;
  }

  .footer-links-columns {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }

  .footer-links a,
  .footer-contact a,
  .footer-contact li {
    font-size: 0.92rem;
  }

  .footer-socials a {
    width: 40px;
    height: 40px;
  }
}

/* Tablet */
@media (max-width: 991px) {
  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .hero-slider {
    min-height: 420px;
  }

  .hero-content {
    min-height: 420px;
  }

  .hero-left {
    position: absolute;
    left: 22px;
    bottom: 18px;
    max-width: 190px;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .brand-intro-grid {
    grid-template-columns: 1fr;
  }

  .why-celeste-grid {
    grid-template-columns: 1fr;
  }

  .locations-preview-grid {
    grid-template-columns: 1fr;
  }

  .locations-page-grid {
    grid-template-columns: 1fr;
  }

  .services-showcase-grid {
    grid-template-columns: 1fr;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .locations-directory-grid {
    grid-template-columns: 1fr;
  }

  .about-banner {
    min-height: 520px;
  }

  .about-banner-content {
    min-height: 520px;
  }

  .founder-grid {
    grid-template-columns: 1fr;
  }

  .about-values-grid {
    grid-template-columns: 1fr;
  }

  .locations-video-hero {
    min-height: 520px;
  }

  .locations-video-content {
    min-height: 520px;
  }

  .range-showcase {
    padding: 80px 0;
  }

  .range-category-grid {
    grid-template-columns: 1fr 1fr;
  }

  .range-card-large {
    grid-row: span 1;
    min-height: 360px;
    grid-column: span 2;
  }

  .range-featured-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .range-availability-strip {
    flex-direction: column;
    align-items: flex-start;
  } 

  .highlights-video-hero {
    min-height: 520px;
  }

  .highlights-video-content {
    min-height: 520px;
  }

  .highlights-editorial {
    padding: 75px 0;
  }

  .highlight-split-feature,
  .highlight-split-feature-reverse {
    grid-template-columns: 1fr;
  }

  .highlight-split-feature-reverse .highlight-split-media,
  .highlight-split-feature-reverse .highlight-split-content {
    order: initial;
  }

  .highlights-masonry-section,
  .highlights-timeline-section,
  .highlights-cta {
    padding: 75px 0;
  }

  .highlights-masonry-grid {
    grid-template-columns: 1fr 1fr;
  }

  .highlight-story-large {
    grid-row: span 1;
    grid-column: span 2;
  }

  .highlights-timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .partner-spotlights-section {
    padding: 75px 0;
  }

  .partner-spotlights-grid {
    grid-template-columns: 1fr;
  }

  .range-page-showcase,
  .range-benefits-section,
  .range-branded-section,
  .range-platform-section,
  .range-cta-section {
    padding: 75px 0;
  }

  .range-page-grid {
    grid-template-columns: 1fr 1fr;
  }

  .range-page-card-large {
    grid-row: span 1;
    min-height: 380px;
    grid-column: span 2;
  }

  .range-benefits-grid {
    grid-template-columns: 1fr;
  }

  .range-branded-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .range-platform-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .range-products-section {
    padding: 75px 0;
  }

  .range-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .range-video-banner {
    height: 340px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .header-wrap {
    min-height: 58px;
  }

  .logo img {
    height: 44px;
  }

  .hero-slider {
    min-height: 320px;
    background: #000000;
  }

  .desktop-slide {
    display: none;
  }

  .mobile-slide {
    display: block;
  }

  .hero-slide {
    background-size: cover;
    background-position: center center;
  }

  .hero-content {
    min-height: 320px;
  }

  .hero-left {
    position: absolute;
    left: 14px;
    bottom: 14px;
    max-width: 160px;
    padding: 0;
    background: none;
    border-radius: 0;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .hero-buttons-only {
    max-width: 170px;
  }

  .btn {
    width: auto;
  }

  .hero-buttons .btn-primary {
    min-height: 46px;
    padding: 0 18px;
    font-size: 14px;
  }

  .stats-strip {
    padding: 24px 0 34px;
  }

  .stats-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .stat-card {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .brand-intro {
    padding: 65px 0;
  }

  .brand-intro-card {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .brand-intro-text h2 {
    margin-bottom: 16px;
  }

  .why-celeste {
    padding: 65px 0;
  }

  .why-celeste-head {
    margin-bottom: 28px;
  }

  .why-card {
    padding: 22px 18px;
  }

  .locations-preview {
    padding: 65px 0;
  }

  .locations-preview-head {
    margin-bottom: 28px;
  }

  .location-preview-card {
    padding: 22px 18px;
  }

  .page-hero {
    padding: 70px 0 36px;
  }

  .locations-page-section {
    padding: 20px 0 65px;
  }

  .location-page-card {
    padding: 22px 18px;
  }

  .services-showcase {
    padding: 65px 0;
  }

  .services-showcase-head {
    margin-bottom: 28px;
  }

  .service-showcase-card {
    padding: 26px 18px;
  }

  .service-showcase-logo img {
    max-height: 72px;
  }

  .about-banner {
    min-height: 420px;
  }

  .about-banner-desktop {
    display: none;
  }

  .about-banner-mobile {
    display: block;
  }

  .about-banner-content {
    min-height: 420px;
  }

  .about-intro-section {
    padding: 40px 0 18px;
  }

  .about-intro-text h1 {
    font-size: clamp(2rem, 9vw, 3.2rem);
    margin-bottom: 12px;
  }

  .about-intro-text p {
    font-size: 0.96rem;
    line-height: 1.6;
  }

  .about-story-video {
    min-height: 520px;
  }

  .about-story-content {
    min-height: 520px;
  }

  .about-story-text h2 {
    margin-bottom: 16px;
  }

  .founder-section {
    padding: 70px 0;
  }

  .about-values {
    padding: 65px 0;
  }

  .about-cta {
    padding: 65px 0;
  }

  .about-cta-box {
    padding: 34px 20px;
    border-radius: 24px;
  }

  .contact-section {
    padding: 20px 0 65px;
  }

  .contact-info-card,
  .contact-whatsapp-box,
  .contact-form-card {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding: 56px 0 22px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-logo img {
    height: 46px;
  }

  .footer-socials {
    margin-top: 18px;
  }

  .footer-bottom {
    margin-top: 28px;
    padding-top: 18px;
  }

  .locations-directory {
    padding: 20px 0 65px;
  }

  .locations-toolbar {
    gap: 16px;
  }

  .locations-filters {
    gap: 10px;
  }

  .location-filter-btn {
    min-height: 42px;
    padding: 0 14px;
    font-size: 0.9rem;
  }

  .location-directory-card {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .locations-video-hero {
    min-height: 420px;
  }

  .locations-video-content {
    min-height: 420px;
  }

  .locations-intro-section {
    padding: 40px 0 18px;
  }

  .locations-intro-text h1 {
    font-size: clamp(2rem, 9vw, 3.2rem);
    margin-bottom: 12px;
  }

  .locations-intro-text p {
    font-size: 0.96rem;
    line-height: 1.6;
  }

  .brand-message-section {
  padding: 40px 0 18px;
}

  .brand-message-premium {
    padding: 38px 22px;
    border-radius: 24px;
  }

  .brand-message-label {
    font-size: 0.74rem;
    letter-spacing: 0.14em;
    margin-bottom: 16px;
  }

  .brand-message-title {
    font-size: clamp(1.9rem, 8vw, 2.7rem);
    line-height: 1.25;
    white-space: normal;   /* allow wrap on mobile */
    letter-spacing: -0.4px;
    margin-bottom: 16px;
  }

  .brand-message-tagline {
    font-size: 0.98rem;
    letter-spacing: 0.10em;
    margin-bottom: 14px;
  }

  .brand-message-description {
    font-size: 0.94rem;
    line-height: 1.7;
  }

  .range-showcase {
    padding: 65px 0;
  }

  .range-showcase-head {
    margin-bottom: 28px;
  }

  .range-category-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 22px;
  }

  .range-card-large {
    grid-column: span 1;
    min-height: 300px;
  }

  .range-category-card {
    min-height: 240px;
    border-radius: 22px;
  }

  .range-card-content {
    padding: 20px 18px;
  }

  .range-card-content h3 {
    font-size: 1.35rem;
  }

  .range-featured-block {
    padding: 24px 18px;
    border-radius: 22px;
    margin-bottom: 18px;
  }

  .range-featured-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .range-feature-card {
    border-radius: 20px;
  }

  .range-feature-content {
    padding: 16px 14px 18px;
  }

  .range-availability-strip {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .range-platforms {
    justify-content: flex-start;
  }

  .brand-highlights-hero {
    padding-bottom: 24px;
  }

  .highlights-video-hero {
    min-height: 420px;
  }

  .highlights-video-content {
    min-height: 420px;
  }

  .highlights-video-text {
    padding-bottom: 30px;
  }

  .highlights-video-text h1 {
    font-size: clamp(2rem, 8vw, 3rem);
    line-height: 1.12;
    margin-bottom: 14px;
  }

  .highlights-video-text p {
    font-size: 0.95rem;
    line-height: 1.65;
  }

  .highlights-editorial,
  .highlights-masonry-section,
  .highlights-timeline-section,
  .highlights-cta {
    padding: 60px 0;
  }

  .highlights-editorial-head,
  .highlights-section-head {
    margin-bottom: 24px;
  }

  .highlight-split-feature {
    padding: 20px 18px;
    border-radius: 24px;
    gap: 20px;
  }

  .highlight-split-media {
    border-radius: 18px;
  }

  .highlight-split-content h3 {
    font-size: clamp(1.5rem, 6vw, 2rem);
  }

  .highlights-masonry-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .highlight-story-large {
    grid-column: span 1;
  }

  .highlight-story-card {
    border-radius: 20px;
  }

  .highlight-story-content {
    padding: 18px 16px 20px;
  }

  .highlights-timeline {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .timeline-item {
    border-radius: 20px;
    padding: 20px 18px;
  }

  .highlights-cta-box {
    padding: 34px 20px;
    border-radius: 24px;
  }

  .highlights-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .highlights-cta-actions .btn,
  .highlights-cta-actions .btn-outline-dark {
    width: 100%;
  }

  .partner-spotlights-section {
    padding: 60px 0;
  }

  .partner-spotlight-card {
    border-radius: 22px;
  }

  .partner-spotlight-content {
    padding: 18px 16px 20px;
  }

  .range-page-hero {
    padding-bottom: 26px;
  }

  .range-page-showcase,
  .range-benefits-section,
  .range-branded-section,
  .range-platform-section,
  .range-cta-section {
    padding: 60px 0;
  }

  .range-page-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .range-page-card-large {
    grid-column: span 1;
    min-height: 300px;
  }

  .range-page-card {
    min-height: 240px;
    border-radius: 22px;
  }

  .range-page-content {
    padding: 20px 18px;
  }

  .range-page-content h2 {
    font-size: 1.6rem;
  }

  .range-page-content h3 {
    font-size: 1.3rem;
  }

  .range-benefits-head,
  .range-branded-head {
    margin-bottom: 24px;
  }

  .range-branded-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .range-branded-card {
    border-radius: 20px;
  }

  .range-branded-content {
    padding: 16px 14px 18px;
  }

  .range-platform-box {
    padding: 24px 18px;
    border-radius: 24px;
  }

  .range-platform-pills {
    justify-content: flex-start;
  }

  .range-cta-box {
    padding: 34px 20px;
    border-radius: 24px;
  }

  .range-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .range-cta-actions .btn,
  .range-cta-actions .btn-outline-dark {
    width: 100%;
  }

  .range-products-section {
    padding: 60px 0;
  }

  .range-products-head {
    margin-bottom: 28px;
  }

  .range-product-group + .range-product-group {
    margin-top: 36px;
  }

  .range-products-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .range-product-card {
    border-radius: 20px;
  }

  .range-product-content {
    padding: 16px 14px 18px;
  }

  .about-growth-section {
    padding: 60px 0;
  }

  .about-growth-head {
    margin-bottom: 22px;
  }

  .about-growth-card {
    border-radius: 20px;
  }
}
/* =========================================================
   FINAL PATCH — SERVICES PAGE + VENDING LOCATIONS + NAV FIXES
   Keep this at the bottom so it overrides older duplicated rules.
========================================================= */

.nav-dropdown-toggle.active {
  color: #111111;
  font-weight: 700;
}

.desktop-nav .nav-dropdown-toggle {
  font-size: 15px;
  font-weight: 500;
  color: var(--text-dark);
  position: relative;
  transition: var(--transition);
}

.desktop-nav .nav-dropdown-toggle:hover,
.desktop-nav .nav-dropdown-toggle.active {
  color: var(--accent);
}

.desktop-nav .nav-dropdown-toggle.active::after,
.desktop-nav .nav-dropdown-toggle:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background: var(--accent);
  border-radius: 10px;
}

.nav-dropdown-menu a.active {
  background: #f4f4f4;
  color: #111111;
  font-weight: 800;
}

.mobile-dropdown-toggle.active {
  color: #111111;
  font-weight: 800;
}

.mobile-dropdown-menu a.active {
  color: #111111;
  font-weight: 800;
}

.mobile-menu a.active::after {
  display: none;
}

.services-hero {
  padding-bottom: 46px;
}

.services-section {
  padding: 70px 0;
  background: #ffffff;
}

.services-section-soft {
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
}

.service-split-card {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 40px;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  border-radius: 28px;
  padding: 28px;
  margin: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.service-split-card-reverse {
  grid-template-columns: 1fr 380px;
}

.service-split-card-reverse .service-split-media {
  order: 2;
}

.service-split-card-reverse .service-split-content {
  order: 1;
}

.service-split-media {
  width: 100%;
}

.service-split-media video,
.service-split-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
  border-radius: 22px;
  background: #f5f5f5;
}

.service-split-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-pill {
  display: inline-block;
  width: fit-content;
  padding: 10px 18px;
  border-radius: 999px;
  background: #000000;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.service-eyebrow {
  font-size: 1rem;
  color: #666666;
  font-weight: 700;
  margin-bottom: 10px;
}

.service-split-content h2 {
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.1;
  margin-bottom: 18px;
  color: #111111;
  letter-spacing: -1px;
}

.service-split-content p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #666666;
  margin-bottom: 18px;
}

.service-split-content .btn {
  width: fit-content;
}

.service-split-media-icon {
  height: 100%;
}

.service-visual-card {
  min-height: 420px;
  border-radius: 22px;
  background: #111111;
  color: #ffffff;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

.service-visual-card::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16), transparent 55%);
}

.service-visual-icon {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: #ffffff;
  color: #111111;
  display: grid;
  place-items: center;
  font-size: 1.8rem;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.service-visual-card h3,
.service-visual-card p {
  position: relative;
  z-index: 1;
}

.service-visual-card h3 {
  font-size: 1.8rem;
  margin-bottom: 12px;
  color: #ffffff;
}

.service-visual-card p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.vending-locations-section {
  padding: 80px 0;
  background: #ffffff;
}

.vending-location-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 36px;
}

.vending-location-card {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.vending-location-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.10);
}

.vending-location-video {
  background: #000000;
  overflow: hidden;
}

.vending-location-video video,
.vending-location-video img {
  width: 100%;
  aspect-ratio: 9 / 12;
  object-fit: cover;
  display: block;
  background: #000000;
}

.vending-location-content {
  padding: 24px;
}

.vending-location-content span {
  display: inline-flex;
  width: fit-content;
  padding: 8px 13px;
  border-radius: 999px;
  background: #f1f2f4;
  color: #111111;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.vending-location-content h3 {
  font-size: 1.35rem;
  line-height: 1.25;
  color: #111111;
  margin-bottom: 10px;
}

.vending-location-content p {
  color: #666666;
  line-height: 1.7;
  font-size: 0.98rem;
}

@media (max-width: 991px) {
  .service-split-card,
  .service-split-card-reverse {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 24px;
  }

  .service-split-card-reverse .service-split-media,
  .service-split-card-reverse .service-split-content {
    order: initial;
  }

  .service-split-media video,
  .service-split-media img {
    aspect-ratio: 16 / 10;
  }

  .service-visual-card {
    min-height: 320px;
  }

  .vending-location-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .services-hero {
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .services-section,
  .vending-locations-section {
    padding: 54px 0;
  }

  .service-split-card,
  .service-split-card-reverse {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 20px;
    border-radius: 22px;
  }

  .service-split-media video,
  .service-split-media img {
    aspect-ratio: 16 / 10;
    border-radius: 18px;
  }

  .service-visual-card {
    min-height: 280px;
    padding: 26px;
    border-radius: 18px;
  }

  .service-split-content h2 {
    font-size: 1.9rem;
  }

  .service-split-content p {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .service-split-content .btn {
    width: 100%;
  }

  .vending-location-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .vending-location-video video,
  .vending-location-video img {
    aspect-ratio: 16 / 10;
  }

  .vending-location-content {
    padding: 20px;
  }
}

/* =========================================================
   FINAL VENDING COMPACT SPLIT LAYOUT
   Left media, right wording
========================================================= */

.vending-locations-section {
  padding: 60px 0;
  background: #ffffff;
}

.vending-head-compact {
  max-width: 760px;
  margin-bottom: 28px;
}

.vending-split-list {
  display: grid;
  gap: 22px;
  margin-top: 26px;
}

.vending-split-card {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 30px;
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.055);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.vending-split-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.08);
}

.vending-split-media {
  width: 100%;
  overflow: hidden;
  border-radius: 18px;
  background: #000000;
}

.vending-split-media video,
.vending-split-media img {
  width: 100%;
  display: block;
  object-fit: cover;
  background: #000000;
}

/* Normal vending videos */
.vending-media-portrait video,
.vending-media-portrait img {
  aspect-ratio: 4 / 5;
}

/* Union Assurance landscape image */
.vending-media-landscape img,
.vending-media-landscape video {
  aspect-ratio: 16 / 9;
}

.vending-split-content {
  max-width: 640px;
}

.vending-status-pill {
  display: inline-flex;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.vending-split-content .service-eyebrow {
  font-size: 0.96rem;
  color: #666666;
  font-weight: 700;
  margin-bottom: 8px;
}

.vending-split-content h3 {
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  line-height: 1.08;
  letter-spacing: -0.8px;
  color: #111111;
  margin-bottom: 14px;
}

.vending-split-content p {
  color: #666666;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 0;
}

/* Tablet */
@media (max-width: 991px) {
  .vending-split-card {
    grid-template-columns: 280px 1fr;
    gap: 24px;
    padding: 20px;
  }

  .vending-split-content h3 {
    font-size: 1.9rem;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .vending-locations-section {
    padding: 48px 0;
  }

  .vending-split-list {
    gap: 20px;
  }

  .vending-split-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px;
    border-radius: 22px;
  }

  .vending-split-media {
    border-radius: 16px;
  }

  .vending-media-portrait video,
  .vending-media-portrait img,
  .vending-media-landscape img,
  .vending-media-landscape video {
    aspect-ratio: 16 / 10;
  }

  .vending-split-content h3 {
    font-size: 1.75rem;
  }

  .vending-split-content p {
    font-size: 0.96rem;
    line-height: 1.7;
  }
}

/* =========================================================
   CAREERS / JOIN US PAGE
========================================================= */

.careers-hero {
  padding-bottom: 46px;
}

.careers-intro-section {
  padding: 40px 0 70px;
  background: #ffffff;
}

.careers-intro-card {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 34px;
  align-items: center;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
}

.careers-intro-card h2 {
  font-size: clamp(1.9rem, 3.5vw, 3rem);
  line-height: 1.08;
  letter-spacing: -1px;
}

.careers-intro-card p {
  color: #666666;
  line-height: 1.8;
  font-size: 1.02rem;
}

.career-paths-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
}

.career-paths-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.career-path-card {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.career-path-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.09);
}

.career-path-icon {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: #111111;
  color: #ffffff;
  display: grid;
  place-items: center;
  font-size: 1.55rem;
  margin-bottom: 18px;
}

.career-pill {
  display: inline-flex;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: #f1f2f4;
  color: #111111;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.career-path-card h3 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.1;
  letter-spacing: -0.8px;
  margin-bottom: 14px;
}

.career-path-card p {
  color: #666666;
  line-height: 1.75;
  margin-bottom: 18px;
}

.career-list {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

.career-list li {
  position: relative;
  padding-left: 22px;
  color: #555555;
  line-height: 1.6;
}

.career-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #111111;
}

.career-values-section {
  padding: 80px 0;
  background: #ffffff;
}

.career-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.career-value-card {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}

.career-value-card h3 {
  font-size: 1.16rem;
  margin-bottom: 10px;
}

.career-value-card p {
  color: #666666;
  line-height: 1.7;
  font-size: 0.96rem;
}

@media (max-width: 991px) {
  .careers-intro-card {
    grid-template-columns: 1fr;
  }

  .career-values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .careers-hero {
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .careers-intro-section,
  .career-paths-section,
  .career-values-section {
    padding: 54px 0;
  }

  .careers-intro-card {
    padding: 22px;
    border-radius: 22px;
  }

  .career-paths-grid,
  .career-values-grid {
    grid-template-columns: 1fr;
  }

  .career-path-card {
    padding: 22px;
    border-radius: 22px;
  }

  .career-path-card .btn {
    width: 100%;
  }
}

/* =========================================================
   FINAL RANGE PAGE — PREMIUM CELESTE CATALOG
   Paste this at the bottom of style.css
========================================================= */

/* Smooth anchor offset for sticky header */
#celeste-wathura,
#everyday-essentials,
#desserts-frozen,
#household,
#spices-condiments,
#fresh-produce {
  scroll-margin-top: 110px;
}

/* Range intro */
.range-intro-strip {
  background: #ffffff;
  padding: 64px 0 46px;
  text-align: center;
}

.range-intro-strip h1 {
  max-width: 860px;
  margin: 0 auto 18px;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 1.02;
  letter-spacing: -2px;
  color: #0b0b0b;
}

.range-intro-strip .page-hero-text {
  max-width: 760px;
  margin: 0 auto;
  color: #666666;
  font-size: 1.08rem;
  line-height: 1.8;
}

/* Category pill navigation */
.range-category-nav {
  background: #ffffff;
  padding: 0 0 30px;
  position: sticky;
  top: 76px;
  z-index: 20;
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
}

.range-category-pills {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 14px 0;
  scrollbar-width: none;
}

.range-category-pills::-webkit-scrollbar {
  display: none;
}

.range-category-pills a {
  flex: 0 0 auto;
  text-decoration: none;
  color: #111111;
  background: #f4f4f4;
  border: 1px solid rgba(17, 17, 17, 0.08);
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
  transition: all 0.25s ease;
}

.range-category-pills a:hover {
  background: #111111;
  color: #ffffff;
  transform: translateY(-2px);
}

/* Product sections */
.range-products-section {
  padding: 72px 0;
  background: #ffffff;
}

.range-products-section-soft {
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
}

.range-products-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.range-products-head h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -1.3px;
  color: #0b0b0b;
  margin-bottom: 16px;
}

.range-products-head p {
  color: #666666;
  font-size: 1.03rem;
  line-height: 1.75;
}

/* Compact catalog grid */
.celeste-catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(176px, 1fr));
  gap: 22px;
  align-items: stretch;
}

/* Compact product card */
.celeste-catalog-card {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 20px;
  padding: 12px;
  min-height: 292px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.045);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.celeste-catalog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.085);
  border-color: rgba(17, 17, 17, 0.14);
}

/* Value wording badge */
.celeste-value-tag {
  position: static;
  display: inline-flex;
  align-self: flex-start;
  background: #111111;
  color: #ffffff;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.1px;
  margin: 0 0 10px 0;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Image area — close to 137.72px compact style */
.celeste-catalog-image {
  width: 100%;
  height: 170.80px;
  border-radius: 15px;
  background: #f7f7f7;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin-bottom: 12px;
}

.celeste-catalog-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
  display: block;
  transition: transform 0.3s ease;
}

.celeste-catalog-card:hover .celeste-catalog-image img {
  transform: scale(1.04);
}

/* Product text */
.celeste-catalog-card h4 {
  font-size: 0.95rem;
  line-height: 1.35;
  color: #111111;
  font-weight: 800;
  letter-spacing: -0.2px;
  margin: 0 0 5px;
  min-height: 40px;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.celeste-catalog-card p {
  color: #777777;
  font-size: 0.78rem;
  line-height: 1.4;
  margin: 0 0 12px;
}

/* Just Celeste It button */
.celeste-catalog-card .range-buy-btn,
.range-buy-btn.just-celeste-btn {
  margin-top: auto;
  width: 100%;
  min-height: 40px;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: -0.1px;
  transition: all 0.25s ease;
  border: 1px solid #111111;
}

.celeste-catalog-card .range-buy-btn:hover,
.range-buy-btn.just-celeste-btn:hover {
  background: #ffffff;
  color: #111111;
  transform: translateY(-2px);
}

/* Old range card compatibility — hides older category badge style if any remains */
.range-product-category {
  display: none;
}

/* Available platform section */
.range-platform-section {
  padding: 76px 0;
  background: #ffffff;
}

.range-platform-box {
  background: #111111;
  color: #ffffff;
  border-radius: 28px;
  padding: 38px;
  display: grid;
  grid-template-columns: 1.4fr auto;
  align-items: center;
  gap: 30px;
  overflow: hidden;
  position: relative;
}

.range-platform-box::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 55%);
  pointer-events: none;
}

.range-platform-text,
.range-platform-pills {
  position: relative;
  z-index: 1;
}

.range-platform-text h2 {
  color: #ffffff;
  font-size: clamp(1.9rem, 4vw, 3.2rem);
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 12px;
}

.range-platform-text p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
  margin: 0;
}

.range-platform-pills {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.range-platform-pill-dark {
  background: #ffffff;
  color: #111111;
  border-radius: 999px;
  padding: 12px 18px;
  font-size: 0.9rem;
  font-weight: 800;
}

/* CTA */
.range-cta-section {
  padding: 0 0 80px;
  background: #ffffff;
}

.range-cta-box {
  background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 30px;
  padding: 44px;
  text-align: center;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.06);
}

.range-cta-box h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -1px;
  color: #111111;
  margin-bottom: 14px;
}

.range-cta-box p {
  max-width: 760px;
  margin: 0 auto 26px;
  color: #666666;
  line-height: 1.75;
}

.range-cta-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* Dropdown menu width fix for more range items */
.nav-dropdown-menu {
  min-width: 235px;
}

/* Tablet */
@media (max-width: 991px) {
  .range-category-nav {
    top: 70px;
  }

  .range-intro-strip {
    padding: 54px 0 38px;
  }

  .range-products-section {
    padding: 58px 0;
  }

  .celeste-catalog-grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 18px;
  }

  .range-platform-box {
    grid-template-columns: 1fr;
    padding: 32px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  #celeste-wathura,
  #everyday-essentials,
  #desserts-frozen,
  #household,
  #spices-condiments,
  #fresh-produce {
    scroll-margin-top: 92px;
  }

  .range-intro-strip {
    padding: 42px 0 30px;
  }

  .range-intro-strip h1 {
    font-size: 2.35rem;
    letter-spacing: -1px;
  }

  .range-intro-strip .page-hero-text {
    font-size: 0.98rem;
  }

  .range-category-nav {
    top: 64px;
    padding-bottom: 12px;
  }

  .range-category-pills {
    padding: 12px 0;
  }

  .range-category-pills a {
    font-size: 0.8rem;
    padding: 9px 13px;
  }

  .range-products-section {
    padding: 46px 0;
  }

  .range-products-head {
    margin-bottom: 24px;
  }

  .range-products-head h2 {
    font-size: 2rem;
    letter-spacing: -0.8px;
  }

  .range-products-head p {
    font-size: 0.96rem;
  }

  .celeste-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .celeste-catalog-card {
    border-radius: 17px;
    padding: 10px;
    min-height: 272px;
  }

  .celeste-catalog-image {
    height: 160.72px;
    border-radius: 13px;
    margin-bottom: 10px;
  }

  .celeste-catalog-image img {
    padding: 7px;
  }

  .celeste-value-tag {
  font-size: 0.58rem;
  padding: 6px 7px;
  margin: 0 0 8px 0;
  max-width: 100%;
}

  .celeste-catalog-card h4 {
    font-size: 0.84rem;
    min-height: 38px;
  }

  .celeste-catalog-card p {
    font-size: 0.72rem;
    margin-bottom: 10px;
  }

  .celeste-catalog-card .range-buy-btn,
  .range-buy-btn.just-celeste-btn {
    min-height: 36px;
    font-size: 0.76rem;
  }

  .range-platform-section {
    padding: 54px 0;
  }

  .range-platform-box {
    padding: 26px;
    border-radius: 24px;
  }

  .range-platform-pills {
    width: 100%;
  }

  .range-platform-pill-dark {
    flex: 1;
    text-align: center;
    padding: 11px 14px;
  }

  .range-cta-section {
    padding: 0 0 56px;
  }

  .range-cta-box {
    padding: 28px 20px;
    border-radius: 24px;
  }

  .range-cta-actions .btn {
    width: 100%;
  }
}

/* Small mobile */
@media (max-width: 390px) {
  .celeste-catalog-grid {
    gap: 12px;
  }

  .celeste-catalog-card {
    padding: 9px;
    min-height: 264px;
  }

  .celeste-catalog-image {
    height: 128px;
  }

  .celeste-catalog-card h4 {
    font-size: 0.8rem;
  }

  .celeste-catalog-card .range-buy-btn,
  .range-buy-btn.just-celeste-btn {
    font-size: 0.72rem;
  }
}

/* =========================================================
   FINAL MAIN CAREERS PAGE
========================================================= */

.career-main-hero {
  background:
    radial-gradient(circle at top right, rgba(0, 0, 0, 0.08), transparent 35%),
    linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
  padding: 110px 0 82px;
  overflow: hidden;
}

.career-main-hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 56px;
  align-items: center;
}

.career-main-hero-copy h1 {
  font-size: clamp(2.8rem, 6vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: -3px;
  color: #080808;
  margin-bottom: 24px;
  max-width: 920px;
}

.career-main-hero-copy p {
  max-width: 720px;
  color: #666666;
  font-size: 1.08rem;
  line-height: 1.85;
  margin-bottom: 30px;
}

.career-main-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.career-main-hero-card {
  background: #080808;
  color: #ffffff;
  border-radius: 34px;
  padding: 42px;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.career-main-hero-card::before {
  content: "";
  position: absolute;
  inset: -45%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 58%);
}

.career-main-hero-card > * {
  position: relative;
  z-index: 1;
}

.career-main-hero-card span {
  display: inline-flex;
  width: fit-content;
  padding: 9px 15px;
  border-radius: 999px;
  background: #ffffff;
  color: #080808;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.career-main-hero-card h2 {
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: -1.3px;
  margin-bottom: 16px;
}

.career-main-hero-card p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
  margin: 0;
}

.career-about-section {
  padding: 82px 0;
  background: #ffffff;
}

.career-about-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 48px;
  align-items: start;
}

.career-about-copy h2 {
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  line-height: 1.07;
  letter-spacing: -1.4px;
  color: #111111;
}

.career-about-text {
  display: grid;
  gap: 18px;
}

.career-about-text p {
  color: #666666;
  font-size: 1.05rem;
  line-height: 1.85;
  margin: 0;
}

.career-work-areas-section {
  padding: 82px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
}

.career-work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.career-work-card {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 26px;
  padding: 26px;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.055);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.career-work-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.085);
}

.career-work-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: #111111;
  color: #ffffff;
  display: grid;
  place-items: center;
  font-size: 1.28rem;
  margin-bottom: 18px;
}

.career-work-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #111111;
}

.career-work-card p {
  color: #666666;
  line-height: 1.72;
  margin: 0;
  font-size: 0.96rem;
}

.career-culture-section {
  padding: 86px 0;
  background: #ffffff;
}

.career-culture-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
  align-items: center;
  background: #080808;
  color: #ffffff;
  border-radius: 34px;
  padding: 42px;
  position: relative;
  overflow: hidden;
}

.career-culture-box::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.14), transparent 58%);
}

.career-culture-box > * {
  position: relative;
  z-index: 1;
}

.career-culture-copy h2 {
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.08;
  letter-spacing: -1.2px;
  margin-bottom: 16px;
}

.career-culture-copy p,
.career-culture-copy .section-label {
  color: rgba(255, 255, 255, 0.72);
}

.career-culture-copy p {
  line-height: 1.78;
  margin: 0;
}

.career-culture-points {
  display: grid;
  gap: 16px;
}

.career-culture-point {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 20px;
  padding: 20px;
}

.career-culture-point span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff;
  color: #080808;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  font-weight: 900;
  margin-bottom: 14px;
}

.career-culture-point h3 {
  color: #ffffff;
  font-size: 1.18rem;
  margin-bottom: 8px;
}

.career-culture-point p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.65;
  margin: 0;
}

.career-main-values {
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
}

.career-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.career-value-card {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}

.career-value-card h3 {
  font-size: 1.16rem;
  margin-bottom: 10px;
  color: #111111;
}

.career-value-card p {
  color: #666666;
  line-height: 1.7;
  font-size: 0.96rem;
}

.career-pathway-cta {
  padding: 82px 0;
  background: #ffffff;
}

.career-pathway-box {
  background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 30px;
  padding: 38px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.06);
}

.career-pathway-box h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -1px;
  margin-bottom: 12px;
  color: #111111;
}

.career-pathway-box p {
  color: #666666;
  line-height: 1.75;
  max-width: 760px;
  margin: 0;
}

@media (max-width: 991px) {
  .career-main-hero {
    padding: 92px 0 64px;
  }

  .career-main-hero-grid,
  .career-about-grid,
  .career-culture-box,
  .career-pathway-box {
    grid-template-columns: 1fr;
  }

  .career-main-hero-card {
    min-height: 340px;
  }

  .career-work-grid,
  .career-values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .career-pathway-box .btn {
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .career-main-hero {
    padding: 72px 0 48px;
  }

  .career-main-hero-copy h1 {
    font-size: 2.6rem;
    letter-spacing: -1.4px;
  }

  .career-main-hero-copy p {
    font-size: 0.98rem;
  }

  .career-main-actions .btn,
  .career-pathway-box .btn {
    width: 100%;
  }

  .career-main-hero-card,
  .career-culture-box,
  .career-pathway-box {
    border-radius: 24px;
    padding: 24px;
  }

  .career-about-section,
  .career-work-areas-section,
  .career-culture-section,
  .career-pathway-cta {
    padding: 56px 0;
  }

  .career-work-grid,
  .career-values-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   FINAL JOIN US PAGE
========================================================= */

#internship,
#long-term-team-player {
  scroll-margin-top: 110px;
}

.join-main-hero {
  padding: 110px 0 82px;
  background:
    radial-gradient(circle at top right, rgba(0, 0, 0, 0.08), transparent 35%),
    linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
  overflow: hidden;
}

.join-main-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.join-main-copy h1 {
  font-size: clamp(2.8rem, 6vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: -3px;
  color: #080808;
  margin-bottom: 24px;
  max-width: 900px;
}

.join-main-copy p {
  max-width: 700px;
  color: #666666;
  font-size: 1.08rem;
  line-height: 1.85;
  margin-bottom: 30px;
}

.join-main-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.join-main-panel {
  display: grid;
  gap: 18px;
}

.join-panel-card {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 28px;
  padding: 26px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.07);
}

.join-panel-card.dark {
  background: #080808;
  color: #ffffff;
}

.join-panel-card span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #111111;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 900;
  margin-bottom: 18px;
}

.join-panel-card.dark span {
  background: #ffffff;
  color: #080808;
}

.join-panel-card h3 {
  font-size: 1.35rem;
  line-height: 1.2;
  margin-bottom: 10px;
  letter-spacing: -0.4px;
}

.join-panel-card p {
  color: #666666;
  line-height: 1.7;
  margin: 0;
}

.join-panel-card.dark p {
  color: rgba(255, 255, 255, 0.7);
}

/* Path cards */
.join-path-section {
  padding: 84px 0;
  background: #ffffff;
}

.join-path-section-soft {
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
}

.join-path-card {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 34px;
  align-items: stretch;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 34px;
  padding: 26px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.07);
}

.join-path-media {
  min-height: 520px;
  border-radius: 28px;
  display: grid;
  place-items: center;
  color: #ffffff;
  overflow: hidden;
  position: relative;
}

.join-path-media::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.22), transparent 58%);
}

.internship-path {
  background: linear-gradient(135deg, #111111 0%, #343434 100%);
}

.longterm-path {
  background: linear-gradient(135deg, #050505 0%, #242424 100%);
}

.join-path-icon {
  width: 118px;
  height: 118px;
  border-radius: 34px;
  background: #ffffff;
  color: #111111;
  display: grid;
  place-items: center;
  font-size: 3rem;
  position: relative;
  z-index: 1;
}

.join-path-content {
  padding: 28px 18px 28px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.join-path-pill {
  display: inline-flex;
  width: fit-content;
  padding: 9px 15px;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.join-path-content h2 {
  font-size: clamp(2.1rem, 4.5vw, 4rem);
  line-height: 1.04;
  letter-spacing: -1.6px;
  color: #111111;
  margin-bottom: 18px;
}

.join-path-content p {
  color: #666666;
  line-height: 1.78;
  font-size: 1.02rem;
  margin-bottom: 18px;
}

.join-details-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 12px 0 26px;
}

.join-detail-box {
  background: #f7f7f7;
  border: 1px solid rgba(17, 17, 17, 0.06);
  border-radius: 20px;
  padding: 20px;
}

.join-detail-box h4 {
  font-size: 1rem;
  margin-bottom: 12px;
  color: #111111;
}

.join-detail-box ul {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.join-detail-box li {
  position: relative;
  padding-left: 20px;
  color: #666666;
  line-height: 1.55;
  font-size: 0.94rem;
}

.join-detail-box li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #111111;
}

/* Process */
.join-process-section {
  padding: 84px 0;
  background: #ffffff;
}

.join-process-box {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 36px;
  align-items: center;
  background: #080808;
  color: #ffffff;
  border-radius: 34px;
  padding: 42px;
  position: relative;
  overflow: hidden;
}

.join-process-box::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.14), transparent 58%);
}

.join-process-box > * {
  position: relative;
  z-index: 1;
}

.join-process-copy .section-label {
  color: rgba(255, 255, 255, 0.7);
}

.join-process-copy h2 {
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -1.1px;
  margin-bottom: 14px;
}

.join-process-copy p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.78;
  margin: 0;
}

.join-process-steps {
  display: grid;
  gap: 14px;
}

.join-process-step {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 18px;
  padding: 16px;
}

.join-process-step span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #ffffff;
  color: #080808;
  font-weight: 900;
  font-size: 0.9rem;
}

.join-process-step h3 {
  color: #ffffff;
  margin-bottom: 5px;
  font-size: 1.05rem;
}

.join-process-step p {
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  line-height: 1.55;
}

/* Notes */
.join-note-section {
  padding: 0 0 84px;
  background: #ffffff;
}

.join-note-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.join-note-card {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 26px;
  padding: 26px;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.055);
}

.join-note-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: #111111;
  color: #ffffff;
  display: grid;
  place-items: center;
  font-size: 1.22rem;
  margin-bottom: 18px;
}

.join-note-card h3 {
  font-size: 1.18rem;
  margin-bottom: 10px;
  color: #111111;
}

.join-note-card p {
  color: #666666;
  line-height: 1.72;
  margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .join-main-hero {
    padding: 92px 0 64px;
  }

  .join-main-hero-grid,
  .join-path-card,
  .join-process-box {
    grid-template-columns: 1fr;
  }

  .join-path-media {
    min-height: 320px;
  }

  .join-path-content {
    padding: 8px;
  }

  .join-note-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  #internship,
  #long-term-team-player {
    scroll-margin-top: 90px;
  }

  .join-main-hero {
    padding: 72px 0 48px;
  }

  .join-main-copy h1 {
    font-size: 2.6rem;
    letter-spacing: -1.4px;
  }

  .join-main-copy p {
    font-size: 0.98rem;
  }

  .join-main-actions .btn,
  .join-path-content .btn,
  .range-cta-actions .btn {
    width: 100%;
  }

  .join-path-section,
  .join-process-section {
    padding: 56px 0;
  }

  .join-path-card,
  .join-process-box {
    border-radius: 24px;
    padding: 22px;
  }

  .join-path-media {
    min-height: 220px;
    border-radius: 20px;
  }

  .join-path-icon {
    width: 86px;
    height: 86px;
    border-radius: 26px;
    font-size: 2.2rem;
  }

  .join-path-content h2 {
    font-size: 2.15rem;
    letter-spacing: -1px;
  }

  .join-details-grid {
    grid-template-columns: 1fr;
  }

  .join-process-step {
    grid-template-columns: 46px 1fr;
    padding: 14px;
  }

  .join-note-section {
    padding: 0 0 56px;
  }
}

/* =========================================================
   CAREERS OVERVIEW FINAL TUNE
========================================================= */

#career-work-areas {
  scroll-margin-top: 110px;
}

.career-work-areas-section .range-products-head {
  max-width: 850px;
}

.career-pathway-box .btn {
  white-space: nowrap;
}

@media (max-width: 767px) {
  #career-work-areas {
    scroll-margin-top: 90px;
  }

  .career-pathway-box .btn {
    width: 100%;
  }
}

/* =========================================================
   FIX CAREERS CTA SECOND BUTTON VISIBILITY
========================================================= */

.range-cta-box .btn-outline-dark {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #111111 !important;
  box-shadow: none !important;
}

.range-cta-box .btn-outline-dark:hover {
  background: #111111 !important;
  color: #ffffff !important;
  border-color: #111111 !important;
}

/* =========================================================
   CAREERS VIDEO SHOWCASE
========================================================= */

.career-video-showcase {
  padding: 84px 0;
  background: #ffffff;
}

.career-video-box {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 34px;
  align-items: center;
  background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 34px;
  padding: 30px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}

.career-video-copy {
  padding: 20px 10px 20px 14px;
}

.career-video-copy h2 {
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.05;
  letter-spacing: -1.4px;
  color: #111111;
  margin-bottom: 16px;
}

.career-video-copy p {
  color: #666666;
  line-height: 1.78;
  font-size: 1.02rem;
  max-width: 560px;
  margin-bottom: 24px;
}

.career-video-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.career-video-frame {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: #080808;
  aspect-ratio: 16 / 9;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.career-video-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Fix outline button visibility inside careers video */
.career-video-box .btn-outline-dark {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #111111 !important;
}

.career-video-box .btn-outline-dark:hover {
  background: #111111 !important;
  color: #ffffff !important;
}

/* Responsive */
@media (max-width: 991px) {
  .career-video-box {
    grid-template-columns: 1fr;
  }

  .career-video-copy {
    padding: 8px;
  }
}

@media (max-width: 767px) {
  .career-video-showcase {
    padding: 56px 0;
  }

  .career-video-box {
    border-radius: 24px;
    padding: 20px;
  }

  .career-video-frame {
    border-radius: 20px;
  }

  .career-video-actions .btn {
    width: 100%;
  }
}

/* =========================================================
   CAREERS HERO - FULL BANNER STYLE
========================================================= */

.career-main-hero-banner-full {
  position: relative;
  min-height: 820px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #111;
}

.career-main-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.career-main-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}

.career-main-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.56) 34%, rgba(0, 0, 0, 0.16) 68%, rgba(0, 0, 0, 0.22) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.28) 100%);
}

.career-main-hero-banner-full .container {
  position: relative;
  z-index: 3;
  width: 100%;
}

.career-main-hero-banner-full .career-main-hero-grid {
  min-height: 820px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 48px;
  padding: 130px 0 90px;
}

.career-main-hero-banner-full .career-main-hero-copy {
  max-width: 760px;
}

.career-main-hero-banner-full .section-label {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 18px;
}

.career-main-hero-banner-full .career-main-hero-copy h1 {
  color: #ffffff;
  font-size: clamp(3.6rem, 7.1vw, 6.7rem);
  line-height: 0.92;
  letter-spacing: -3.5px;
  margin-bottom: 24px;
  max-width: 760px;
}

.career-main-hero-banner-full .career-main-hero-copy p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.05rem;
  line-height: 1.85;
  max-width: 640px;
  margin-bottom: 30px;
}

.career-main-hero-banner-full .career-main-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.career-main-hero-banner-full .btn-primary {
  background: #ffffff;
  color: #111111;
  border: 1px solid #ffffff;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
}

.career-main-hero-banner-full .btn-primary:hover {
  background: #f2f2f2;
  color: #111111;
  border-color: #f2f2f2;
}

.btn-outline-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  backdrop-filter: blur(6px);
}

.btn-outline-light:hover {
  background: #ffffff;
  color: #111111;
  border-color: #ffffff;
}

/* Floating images */
.career-hero-float-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-self: end;
  width: 100%;
  max-width: 500px;
}

.career-floating-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.career-floating-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* top card */
.career-floating-top {
  width: 320px;
  height: 240px;
  align-self: flex-start;
  margin-left: -20px;
  z-index: 2;
}

/* bottom card */
.career-floating-bottom {
  width: 430px;
  height: 370px;
  margin-top: -26px;
  z-index: 1;
}

.career-floating-note {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 22px 24px;
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(10, 10, 10, 0.95) 0%, rgba(25, 25, 25, 0.94) 100%);
  color: #ffffff;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.26);
}

.career-floating-note span {
  display: inline-flex;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}

.career-floating-note h3 {
  color: #ffffff;
  font-size: clamp(1.45rem, 2.3vw, 2.35rem);
  line-height: 1.08;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

.career-floating-note p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0;
}

/* Hover */
.career-floating-card,
.career-floating-note {
  transition: all 0.35s ease;
}

.career-floating-card:hover {
  transform: translateY(-6px);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1200px) {
  .career-main-hero-banner-full {
    min-height: auto;
  }

  .career-main-hero-banner-full .career-main-hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 120px 0 70px;
  }

  .career-hero-float-wrap {
    justify-self: start;
    align-items: flex-start;
    max-width: 100%;
  }

  .career-floating-top {
    margin-left: 0;
  }

  .career-floating-bottom {
    margin-top: 18px;
  }
}

@media (max-width: 991px) {
  .career-main-hero-banner-full .career-main-hero-copy h1 {
    font-size: clamp(2.9rem, 8vw, 4.9rem);
    line-height: 0.96;
    letter-spacing: -2px;
  }

  .career-main-hero-banner-full .career-main-hero-copy p {
    font-size: 1rem;
    line-height: 1.75;
  }

  .career-floating-top {
    width: 280px;
    height: 210px;
  }

  .career-floating-bottom {
    width: 100%;
    max-width: 400px;
    height: 330px;
  }
}

@media (max-width: 767px) {
  .career-main-hero-banner-full .career-main-hero-grid {
    padding: 105px 0 50px;
    gap: 26px;
  }

  .career-main-hero-banner-full .career-main-hero-copy h1 {
    font-size: 2.55rem;
    line-height: 0.98;
    letter-spacing: -1.5px;
    margin-bottom: 18px;
  }

  .career-main-hero-banner-full .career-main-hero-copy p {
    font-size: 0.96rem;
    margin-bottom: 24px;
  }

  .career-main-hero-banner-full .career-main-actions .btn,
  .career-main-hero-banner-full .career-main-actions .btn-outline-light {
    width: 100%;
  }

  .career-hero-float-wrap {
    display: grid;
    gap: 16px;
    width: 100%;
  }

  .career-floating-top,
  .career-floating-bottom {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .career-floating-top img,
  .career-floating-bottom img {
    height: 240px;
  }

  .career-floating-note {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: -4px;
    border-radius: 0 0 22px 22px;
  }

  .career-floating-note h3 {
    font-size: 1.65rem;
  }
}

/* ==========================================
   CAREERS HERO BANNER
========================================== */

.career-hero-banner {
  position: relative;
  height: 620px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #000;
}

.career-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.career-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.career-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.58) 35%, rgba(0, 0, 0, 0.18) 65%, rgba(0, 0, 0, 0.25) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.30) 100%);
}

.career-hero-banner .container {
  position: relative;
  z-index: 5;
  width: 100%;
}

.career-hero-inner {
  min-height: 620px;
  display: flex;
  align-items: center;
}

.career-hero-content {
  width: 100%;
  max-width: 720px;
  padding: 40px 0;
}

.career-hero-label {
  color: rgba(255,255,255,0.86);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.career-hero-content h1 {
  color: #fff;
  font-size: clamp(3rem, 5vw, 5.2rem);
  line-height: 0.95;
  letter-spacing: -2px;
  margin: 0 0 20px;
  max-width: 720px;
}

.career-hero-text {
  color: rgba(255,255,255,0.88);
  font-size: 1rem;
  line-height: 1.75;
  max-width: 620px;
  margin-bottom: 28px;
}

.career-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.career-hero-actions .btn {
  min-height: 52px;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.career-btn-light {
  background: #fff;
  color: #111;
  border: 1px solid #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,0.22);
}

.career-btn-light:hover {
  transform: translateY(-2px);
}

.career-btn-glass {
  background: rgba(255,255,255,0.12);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.48);
  backdrop-filter: blur(10px);
}

.career-btn-glass:hover {
  background: rgba(255,255,255,0.18);
  transform: translateY(-2px);
}

/* ==========================================
   POPUP IMAGES BELOW HERO
========================================== */

.career-popup-gallery {
  position: relative;
  margin-top: -85px;
  z-index: 10;
}

.career-popup-gallery-wrap {
  display: flex;
  justify-content: flex-end;
  gap: 26px;
  flex-wrap: wrap;
}

.career-popup-image-card {
  width: 400px;
  height: 375px;
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 24px 60px rgba(0,0,0,0.18);
  opacity: 0;
  transform: translateX(100px);
}

.career-popup-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* animation */
.popup-image-one {
  animation: careerPopupIn 0.8s ease forwards;
  animation-delay: 0.2s;
}

.popup-image-two {
  animation: careerPopupIn 0.8s ease forwards;
  animation-delay: 0.45s;
}

@keyframes careerPopupIn {
  0% {
    opacity: 0;
    transform: translateX(100px) scale(0.96);
  }
  70% {
    opacity: 1;
    transform: translateX(-8px) scale(1.01);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 991px) {
  .career-hero-banner {
    height: auto;
    padding: 90px 0 70px;
  }

  .career-hero-inner {
    min-height: auto;
  }

  .career-hero-content {
    max-width: 100%;
    padding: 0;
  }

  .career-hero-content h1 {
    font-size: 2.7rem;
    line-height: 1;
  }

  .career-hero-actions {
    flex-direction: column;
    width: 100%;
  }

  .career-hero-actions .btn {
    width: 100%;
  }

  .career-popup-gallery {
    margin-top: 30px;
  }

  .career-popup-gallery-wrap {
    justify-content: center;
    gap: 18px;
  }

  .career-popup-image-card {
    width: 100%;
    max-width: 420px;
    height: 240px;
    opacity: 1;
    transform: none;
    animation: none;
  }
}

@media (max-width: 576px) {
  .career-hero-content h1 {
    font-size: 2.2rem;
  }

  .career-popup-image-card {
    height: 350px;
    border-radius: 22px;
  }
}

/* =========================================================
   CAREERS PAGE PREMIUM ANIMATIONS
========================================================= */

/* Hero background slow luxury zoom */
.career-hero-bg img {
  animation: careerHeroSlowZoom 14s ease-in-out infinite alternate;
}

@keyframes careerHeroSlowZoom {
  0% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1.08);
  }
}

/* Hero text entrance */
.career-hero-label,
.career-hero-content h1,
.career-hero-text,
.career-hero-actions {
  opacity: 0;
  transform: translateY(22px);
  animation: careerFadeUp 0.85s ease forwards;
}

.career-hero-label {
  animation-delay: 0.15s;
}

.career-hero-content h1 {
  animation-delay: 0.28s;
}

.career-hero-text {
  animation-delay: 0.42s;
}

.career-hero-actions {
  animation-delay: 0.56s;
}

@keyframes careerFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Popup image animation refined */
.career-popup-image-card {
  opacity: 0;
  transform: translateX(120px) scale(0.94);
}

.popup-image-one {
  animation: careerPopupIn 0.9s cubic-bezier(.2,.85,.25,1) forwards;
  animation-delay: 0.35s;
}

.popup-image-two {
  animation: careerPopupIn 0.9s cubic-bezier(.2,.85,.25,1) forwards;
  animation-delay: 0.55s;
}

@keyframes careerPopupIn {
  0% {
    opacity: 0;
    transform: translateX(120px) scale(0.94);
  }

  70% {
    opacity: 1;
    transform: translateX(-10px) scale(1.015);
  }

  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

/* Premium hover movement */
.career-popup-image-card,
.career-intro-stat,
.career-pillar-card,
.career-video-box {
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.career-popup-image-card:hover {
  transform: translateY(-8px) scale(1.015);
  box-shadow: 0 32px 72px rgba(0,0,0,0.22);
}

.career-intro-stat:hover,
.career-pillar-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 60px rgba(0,0,0,0.10);
  border-color: rgba(0,0,0,0.10);
}

.career-video-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(0,0,0,0.10);
}

/* Subtle animated glow behind CTA */
.career-cta-box::after {
  content: "";
  position: absolute;
  right: 8%;
  bottom: -80px;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  filter: blur(18px);
  animation: careerGlowFloat 7s ease-in-out infinite alternate;
}

@keyframes careerGlowFloat {
  0% {
    transform: translate(0, 0) scale(1);
  }

  100% {
    transform: translate(-28px, -24px) scale(1.18);
  }
}

/* Scroll reveal setup */
.career-intro-copy,
.career-intro-stat,
.career-video-box,
.career-pillars-head,
.career-pillar-card,
.career-cta-box {
  opacity: 0;
  transform: translateY(26px);
}

.career-reveal-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: opacity 0.75s ease, transform 0.75s ease;
}

/* Stagger effect once visible */
.career-intro-stat.career-reveal-visible:nth-child(1),
.career-pillar-card.career-reveal-visible:nth-child(1) {
  transition-delay: 0.05s;
}

.career-intro-stat.career-reveal-visible:nth-child(2),
.career-pillar-card.career-reveal-visible:nth-child(2) {
  transition-delay: 0.13s;
}

.career-intro-stat.career-reveal-visible:nth-child(3),
.career-pillar-card.career-reveal-visible:nth-child(3) {
  transition-delay: 0.21s;
}

.career-intro-stat.career-reveal-visible:nth-child(4) {
  transition-delay: 0.29s;
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .career-hero-bg img,
  .career-hero-label,
  .career-hero-content h1,
  .career-hero-text,
  .career-hero-actions,
  .career-popup-image-card,
  .career-cta-box::after {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .career-intro-copy,
  .career-intro-stat,
  .career-video-box,
  .career-pillars-head,
  .career-pillar-card,
  .career-cta-box {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* =========================================================
   JOIN US PAGE — BRIGHT PREMIUM VERSION
========================================================= */

html {
  scroll-behavior: smooth;
}

#internship,
#long-term-team-player {
  scroll-margin-top: 110px;
}

.join-premium-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 16%, rgba(198, 156, 76, 0.14), transparent 30%),
    radial-gradient(circle at 5% 90%, rgba(0, 0, 0, 0.05), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7f7f5 100%);
  padding: 46px 0 56px;
}

.join-premium-hero::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -190px;
  top: 30px;
  background: rgba(198, 156, 76, 0.12);
  border-radius: 999px;
  filter: blur(20px);
  pointer-events: none;
  animation: joinGlowFloat 7s ease-in-out infinite alternate;
}

.join-premium-hero::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  left: -160px;
  bottom: -160px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 999px;
  filter: blur(18px);
  pointer-events: none;
}

@keyframes joinGlowFloat {
  0% {
    transform: translate(0, 0) scale(1);
  }

  100% {
    transform: translate(-35px, 25px) scale(1.12);
  }
}

.join-premium-hero .container {
  position: relative;
  z-index: 2;
}

.join-premium-hero-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 44px;
  align-items: center;
}

.join-premium-copy {
  max-width: 720px;
}

.join-premium-copy .section-label {
  color: #8a6a2f;
  margin-bottom: 18px;
}

.join-premium-copy h1 {
  font-size: clamp(3rem, 6vw, 6.1rem);
  line-height: 0.94;
  letter-spacing: -3.4px;
  color: #080808;
  margin: 0 0 24px;
  max-width: 760px;
}

.join-premium-copy p {
  color: #5f5f5f;
  font-size: 1.06rem;
  line-height: 1.85;
  max-width: 650px;
  margin: 0 0 30px;
}

.join-premium-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.join-premium-actions .btn {
  min-height: 52px;
  padding: 14px 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.join-premium-btn-dark {
  background: #111111;
  color: #ffffff;
  border: 1px solid #111111;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.14);
}

.join-premium-btn-dark:hover {
  background: #ffffff;
  color: #111111;
  transform: translateY(-2px);
}

.join-premium-btn-outline {
  background: #ffffff;
  color: #111111;
  border: 1px solid rgba(17, 17, 17, 0.18);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

.join-premium-btn-outline:hover {
  border-color: #111111;
  transform: translateY(-2px);
}

.join-premium-visual {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.join-hero-main-image {
  position: relative;
  width: 100%;
  max-width: 920px;
  height: 560px;
  border-radius: 38px;
  overflow: hidden;
  background: #eeeeee;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(17, 17, 17, 0.08);
  animation: joinVisualPop 0.9s cubic-bezier(.2,.85,.25,1) forwards;
}

.join-hero-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* remove old floating cards */
.join-floating-path,
.join-hero-choice-card {
  display: none !important;
}

.join-hero-choice-card {
  position: absolute;
  right: 26px;
  bottom: 0;
  width: 390px;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.14), transparent 40%),
    linear-gradient(145deg, #111111 0%, #1b1b1b 100%);
  color: #ffffff;
  border-radius: 30px;
  padding: 28px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
  opacity: 0;
  transform: translateY(30px);
  animation: joinFadeUp 0.85s ease forwards;
  animation-delay: 0.6s;
}

.join-hero-choice-card span {
  display: inline-flex;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.join-hero-choice-card h3 {
  color: #ffffff;
  font-size: clamp(1.65rem, 2.4vw, 2.45rem);
  line-height: 1.06;
  letter-spacing: -1px;
  margin: 0 0 12px;
}

.join-hero-choice-card p {
  color: rgba(255,255,255,0.74);
  line-height: 1.7;
  margin: 0;
  font-size: 0.96rem;
}

@keyframes joinVisualPop {
  0% {
    opacity: 0;
    transform: translateX(70px) scale(0.98);
  }

  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes joinCardFromRight {
  0% {
    opacity: 0;
    transform: translateX(90px) scale(0.96);
  }

  70% {
    opacity: 1;
    transform: translateX(-8px) scale(1.015);
  }

  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes joinFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.join-premium-copy .section-label,
.join-premium-copy h1,
.join-premium-copy p,
.join-premium-actions {
  opacity: 0;
  transform: translateY(24px);
  animation: joinFadeUp 0.85s ease forwards;
}

.join-premium-copy .section-label {
  animation-delay: 0.08s;
}

.join-premium-copy h1 {
  animation-delay: 0.18s;
}

.join-premium-copy p {
  animation-delay: 0.30s;
}

.join-premium-actions {
  animation-delay: 0.44s;
}

/* Path selector */
.join-path-selector-section {
  padding: 74px 0;
  background: #ffffff;
}

.join-selector-head {
  max-width: 780px;
  margin-bottom: 32px;
}

.join-selector-head h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.08;
  letter-spacing: -1.2px;
  color: #111111;
  margin: 0 0 14px;
}

.join-selector-head p {
  color: #666666;
  line-height: 1.75;
  font-size: 1.02rem;
  margin: 0;
}

.join-selector-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.join-selector-card {
  position: relative;
  min-height: 360px;
  border-radius: 32px;
  overflow: hidden;
  background: #111111;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  color: #ffffff;
  display: flex;
  align-items: flex-end;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.join-selector-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.18);
}

.join-selector-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.join-selector-card:hover img {
  transform: scale(1.06);
}

.join-selector-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.76) 100%),
    linear-gradient(90deg, rgba(0,0,0,0.34), transparent);
}

.join-selector-content {
  position: relative;
  z-index: 2;
  padding: 30px;
}

.join-selector-content span {
  display: inline-flex;
  padding: 8px 13px;
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.join-selector-content h3 {
  color: #ffffff;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.05;
  letter-spacing: -1px;
  margin: 0 0 10px;
}

.join-selector-content p {
  color: rgba(255,255,255,0.78);
  line-height: 1.65;
  margin: 0;
  max-width: 500px;
}

/* Path sections */
.join-path-premium-section {
  padding: 86px 0;
  background: #ffffff;
}

.join-path-premium-section.soft {
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
}

.join-path-premium-card {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 36px;
  align-items: stretch;
  background: #ffffff;
  border: 1px solid rgba(17,17,17,0.08);
  border-radius: 36px;
  padding: 26px;
  box-shadow: 0 24px 70px rgba(0,0,0,0.07);
  overflow: hidden;
}

.join-path-premium-section.soft .join-path-premium-card {
  background: #ffffff;
}

.join-path-premium-media {
  min-height: 540px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  background: #eeeeee;
}

.join-path-premium-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.join-path-premium-card:hover .join-path-premium-media img {
  transform: scale(1.05);
}

.join-path-premium-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,0.34) 100%);
}

.join-path-premium-content {
  padding: 28px 18px 28px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.join-path-pill {
  display: inline-flex;
  width: fit-content;
  padding: 9px 15px;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.join-path-premium-content .service-eyebrow {
  color: #8a6a2f;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-bottom: 10px;
}

.join-path-premium-content h2 {
  font-size: clamp(2.1rem, 4.6vw, 4.1rem);
  line-height: 1.04;
  letter-spacing: -1.6px;
  color: #111111;
  margin: 0 0 18px;
}

.join-path-premium-content p {
  color: #666666;
  line-height: 1.78;
  font-size: 1.02rem;
  margin: 0 0 18px;
}

.join-details-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 14px 0 28px;
}

.join-detail-box {
  background: #f7f7f7;
  border: 1px solid rgba(17,17,17,0.06);
  border-radius: 22px;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.join-detail-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.06);
}

.join-detail-box h4 {
  font-size: 1rem;
  color: #111111;
  margin: 0 0 12px;
}

.join-detail-box ul {
  display: grid;
  gap: 9px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.join-detail-box li {
  position: relative;
  padding-left: 20px;
  color: #666666;
  line-height: 1.55;
  font-size: 0.94rem;
}

.join-detail-box li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #111111;
}

.join-path-premium-content .btn {
  width: fit-content;
}

/* Process */
.join-process-premium-section {
  padding: 88px 0;
  background: #ffffff;
}

.join-process-premium-box {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 38px;
  align-items: center;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.14), transparent 34%),
    linear-gradient(145deg, #111111 0%, #1a1a1a 100%);
  color: #ffffff;
  border-radius: 36px;
  padding: 44px;
  box-shadow: 0 28px 80px rgba(0,0,0,0.15);
  overflow: hidden;
  position: relative;
}

.join-process-premium-box::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  right: -120px;
  top: -130px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  filter: blur(16px);
  animation: joinGlowFloat 7s ease-in-out infinite alternate;
}

.join-process-premium-box > * {
  position: relative;
  z-index: 2;
}

.join-process-copy .section-label {
  color: rgba(255,255,255,0.72);
}

.join-process-copy h2 {
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.08;
  letter-spacing: -1.2px;
  margin: 0 0 14px;
}

.join-process-copy p {
  color: rgba(255,255,255,0.74);
  line-height: 1.78;
  margin: 0;
}

.join-process-steps {
  display: grid;
  gap: 14px;
}

.join-process-step {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: center;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 20px;
  padding: 16px;
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease, background 0.3s ease;
}

.join-process-step:hover {
  transform: translateX(6px);
  background: rgba(255,255,255,0.12);
}

.join-process-step span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #ffffff;
  color: #111111;
  font-weight: 900;
  font-size: 0.9rem;
}

.join-process-step h3 {
  color: #ffffff;
  font-size: 1.05rem;
  margin: 0 0 5px;
}

.join-process-step p {
  color: rgba(255,255,255,0.72);
  margin: 0;
  line-height: 1.55;
}

/* Notes */
.join-note-section {
  padding: 0 0 86px;
  background: #ffffff;
}

.join-note-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.join-note-card {
  background: #ffffff;
  border: 1px solid rgba(17,17,17,0.08);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 14px 38px rgba(0,0,0,0.055);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.join-note-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 58px rgba(0,0,0,0.09);
}

.join-note-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: #111111;
  color: #ffffff;
  display: grid;
  place-items: center;
  font-size: 1.22rem;
  margin-bottom: 18px;
}

.join-note-card h3 {
  color: #111111;
  font-size: 1.18rem;
  margin: 0 0 10px;
}

.join-note-card p {
  color: #666666;
  line-height: 1.72;
  margin: 0;
}

/* Reveal animation */
.join-selector-head,
.join-selector-card,
.join-path-premium-card,
.join-process-premium-box,
.join-note-card,
.range-cta-box {
  opacity: 0;
  transform: translateY(28px);
}

.join-reveal-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.join-selector-card.join-reveal-visible:nth-child(1),
.join-note-card.join-reveal-visible:nth-child(1) {
  transition-delay: 0.06s;
}

.join-selector-card.join-reveal-visible:nth-child(2),
.join-note-card.join-reveal-visible:nth-child(2) {
  transition-delay: 0.16s;
}

.join-note-card.join-reveal-visible:nth-child(3) {
  transition-delay: 0.26s;
}

/* Button fixes */
.range-cta-box .btn-outline-dark {
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #111111 !important;
  box-shadow: none !important;
}

.range-cta-box .btn-outline-dark:hover {
  background: #111111 !important;
  color: #ffffff !important;
  border-color: #111111 !important;
}

/* Responsive */
@media (max-width: 1100px) {
  .join-premium-hero-grid,
  .join-path-premium-card,
  .join-process-premium-box {
    grid-template-columns: 1fr;
  }

  .join-premium-hero {
    padding: 40px 0 54px;
  }

  .join-premium-visual {
    min-height: 500px;
    justify-content: center;
  }

  .join-hero-main-image {
    max-width: 100%;
    height: 500px;
  }

  .join-path-premium-media {
    min-height: 360px;
  }
}

@media (max-width: 991px) {
  .join-premium-hero {
    padding: 28px 0 42px;
  }

  .join-selector-grid,
  .join-note-grid {
    grid-template-columns: 1fr;
  }

  .join-premium-visual {
    min-height: auto;
    display: block;
  }

  .join-hero-main-image {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 420px;
    border-radius: 28px;
  }

  .join-details-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  #internship,
  #long-term-team-player {
    scroll-margin-top: 90px;
  }

  .join-premium-copy h1 {
    font-size: 2.55rem;
    line-height: 1;
    letter-spacing: -1.5px;
  }

  .join-premium-copy p {
    font-size: 0.96rem;
    line-height: 1.72;
  }

  .join-premium-actions,
  .range-cta-actions {
    flex-direction: column;
  }

  .join-premium-actions .btn,
  .join-path-premium-content .btn,
  .range-cta-actions .btn {
    width: 100%;
  }

  .join-hero-main-image {
    height: 320px;
    border-radius: 24px;
  }

  .join-path-premium-section,
  .join-process-premium-section {
    padding: 56px 0;
  }

  .join-path-premium-card,
  .join-process-premium-box {
    padding: 22px;
    border-radius: 26px;
  }

  .join-path-premium-media {
    min-height: 260px;
    border-radius: 22px;
  }

  .join-path-premium-content {
    padding: 6px;
  }

  .join-path-premium-content h2 {
    font-size: 2.15rem;
    letter-spacing: -1px;
  }

  .join-process-step {
    grid-template-columns: 46px 1fr;
    padding: 14px;
  }

  .join-note-section {
    padding: 0 0 56px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .join-premium-hero::before,
  .join-hero-main-image,
  .join-floating-path,
  .join-hero-choice-card,
  .join-premium-copy .section-label,
  .join-premium-copy h1,
  .join-premium-copy p,
  .join-premium-actions,
  .join-process-premium-box::before {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .join-selector-head,
  .join-selector-card,
  .join-path-premium-card,
  .join-process-premium-box,
  .join-note-card,
  .range-cta-box {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* =========================================================
   CONTACT PAGE — PREMIUM POLISH
========================================================= */

html {
  scroll-behavior: smooth;
}

#contact-form-section {
  scroll-margin-top: 100px;
}

/* Main Contact Hero */
.contact-hero-banner.contact-hero-premium {
  position: relative;
  min-height: 620px;
  height: 620px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #111111;
}

.contact-hero-banner {
  position: relative;
}

.contact-hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.contact-hero-media img,
.contact-hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  display: block;
}

/* Lighter premium overlay — banner stays visible */
.contact-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.58) 0%,
      rgba(0, 0, 0, 0.38) 38%,
      rgba(0, 0, 0, 0.16) 72%,
      rgba(0, 0, 0, 0.08) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.08) 0%,
      rgba(0, 0, 0, 0.22) 100%
    );
}

/* Left side text alignment */
.contact-hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.contact-hero-text-box {
  max-width: 680px;
  margin-left: 0;
  text-align: left;
  animation: contactHeroTextIn 0.9s cubic-bezier(.2,.85,.25,1) forwards;
}

.contact-hero-text-box .section-label,
.contact-hero-text-box .section-label-light {
  color: rgba(255, 255, 255, 0.86);
  margin-bottom: 16px;
}

.contact-hero-text-box h1 {
  color: #ffffff;
  font-size: clamp(3rem, 5.8vw, 5.8rem);
  line-height: 0.95;
  letter-spacing: -3px;
  margin: 0 0 22px;
  max-width: 680px;
}

.contact-hero-text-box p,
.contact-hero-text-box .page-hero-text-light {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
  line-height: 1.78;
  max-width: 600px;
  margin: 0 0 30px;
}

.contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.contact-hero-actions .btn {
  min-height: 52px;
  padding: 14px 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.contact-hero-actions .btn-primary {
  background: #ffffff;
  color: #111111;
  border: 1px solid #ffffff;
}

.contact-hero-actions .btn-primary:hover {
  background: #f2f2f2;
  color: #111111;
}

.btn-outline-light {
  background: rgba(255, 255, 255, 0.10);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(12px);
}

.btn-outline-light:hover {
  background: #ffffff;
  color: #111111;
  border-color: #ffffff;
}

@keyframes contactHeroTextIn {
  from {
    opacity: 0;
    transform: translateX(-34px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Contact Trust Strip */
.contact-trust-strip {
  background: #ffffff;
  padding: 22px 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.contact-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.contact-trust-item {
  min-height: 72px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 999px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #111111;
  font-weight: 800;
  font-size: 0.92rem;
  text-align: center;
  padding: 0 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
}

.contact-trust-item i {
  color: #111111;
  font-size: 1rem;
}

/* Contact Main Section */
.contact-section {
  background: #ffffff;
}

.contact-section-premium {
  position: relative;
  background:
    radial-gradient(circle at top right, rgba(198, 156, 76, 0.11), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7f7f5 100%);
  padding: 88px 0;
}

.contact-shell {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 38px;
  padding: 28px;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.08);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 28px;
  align-items: stretch;
}

.contact-info-wrap {
  display: grid;
  gap: 18px;
}

.contact-info-card {
  background: #f8f8f8;
  border: 1px solid rgba(17, 17, 17, 0.07);
  border-radius: 26px;
  padding: 24px;
  box-shadow: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.08);
}

.contact-info-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: #111111;
  color: #ffffff;
  display: grid;
  place-items: center;
  font-size: 1.12rem;
  margin-bottom: 18px;
}

.contact-info-card h3 {
  font-size: 1.12rem;
  color: #111111;
  margin: 0 0 8px;
}

.contact-info-card p {
  color: #666666;
  line-height: 1.65;
  margin: 0;
  font-size: 0.98rem;
}

.contact-info-card a {
  color: #111111;
  text-decoration: none;
  font-weight: 800;
}

/* WhatsApp Box */
.contact-whatsapp-box {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.14), transparent 36%),
    linear-gradient(145deg, #111111 0%, #1c1c1c 100%);
  color: #ffffff;
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-whatsapp-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 72px rgba(0, 0, 0, 0.18);
}

.contact-whatsapp-box .section-label {
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 14px;
}

.contact-whatsapp-box h3 {
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.08;
  letter-spacing: -0.8px;
  margin: 0 0 12px;
}

.contact-whatsapp-box p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
  margin: 0 0 22px;
  font-size: 0.98rem;
}

.contact-whatsapp-box .btn {
  background: #ffffff;
  color: #111111;
  border-color: #ffffff;
}

/* Contact Form */
.contact-form-card {
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 30px;
  padding: 34px;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.055);
}

.contact-form-head {
  margin-bottom: 26px;
}

.contact-form-head .section-label {
  color: #8a6a2f;
  margin-bottom: 12px;
}

.contact-form-head h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.06;
  letter-spacing: -1.4px;
  color: #111111;
  margin: 0 0 14px;
}

.contact-form-head p {
  color: #666666;
  line-height: 1.75;
  margin: 0;
}

.contact-form {
  display: grid;
  gap: 18px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.form-group {
  display: grid;
  gap: 9px;
}

.form-group label {
  color: #111111;
  font-size: 0.86rem;
  font-weight: 800;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: #f8f8f8;
  border-radius: 18px;
  padding: 15px 16px;
  color: #111111;
  font-size: 0.96rem;
  font-family: inherit;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.form-group textarea {
  resize: vertical;
  min-height: 150px;
}

.form-group select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #111111 50%),
    linear-gradient(135deg, #111111 50%, transparent 50%);
  background-position:
    calc(100% - 22px) calc(50% - 3px),
    calc(100% - 16px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 46px;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  background: #ffffff;
  border-color: #111111;
  box-shadow: 0 0 0 4px rgba(17, 17, 17, 0.08);
}

.contact-submit-btn {
  width: fit-content;
  min-width: 180px;
  min-height: 52px;
  border-radius: 999px;
  font-weight: 800;
}

/* Contact Reveal Animation */
.contact-hero-text-box,
.contact-trust-item,
.contact-info-card,
.contact-whatsapp-box,
.contact-form-card {
  opacity: 0;
  transform: translateY(28px);
}

.contact-reveal-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.contact-trust-item.contact-reveal-visible:nth-child(1),
.contact-info-card.contact-reveal-visible:nth-child(1) {
  transition-delay: 0.05s;
}

.contact-trust-item.contact-reveal-visible:nth-child(2),
.contact-info-card.contact-reveal-visible:nth-child(2) {
  transition-delay: 0.12s;
}

.contact-trust-item.contact-reveal-visible:nth-child(3),
.contact-info-card.contact-reveal-visible:nth-child(3) {
  transition-delay: 0.19s;
}

.contact-trust-item.contact-reveal-visible:nth-child(4) {
  transition-delay: 0.26s;
}

/* Contact Responsive */
@media (max-width: 1100px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-hero-banner.contact-hero-premium {
    min-height: 560px;
    height: 560px;
  }
}

@media (max-width: 767px) {
  #contact-form-section {
    scroll-margin-top: 86px;
  }

  .contact-hero-banner.contact-hero-premium {
    min-height: 500px;
    height: 500px;
  }

  .contact-hero-media img,
  .contact-hero-media video {
    object-position: center center;
  }

  .contact-hero-overlay {
    background:
      linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.62) 0%,
        rgba(0, 0, 0, 0.44) 55%,
        rgba(0, 0, 0, 0.22) 100%
      ),
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.08) 0%,
        rgba(0, 0, 0, 0.34) 100%
      );
  }

  .contact-hero-content {
    align-items: center;
    height: 100%;
  }

  .contact-hero-text-box {
    max-width: 100%;
  }

  .contact-hero-text-box h1 {
    font-size: 2.55rem;
    line-height: 1;
    letter-spacing: -1.4px;
    margin-bottom: 18px;
  }

  .contact-hero-text-box p,
  .contact-hero-text-box .page-hero-text-light {
    font-size: 0.95rem;
    line-height: 1.65;
    margin-bottom: 22px;
  }

  .contact-hero-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .contact-hero-actions .btn {
    width: 100%;
  }

  .contact-trust-strip {
    padding: 18px 0;
  }

  .contact-trust-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .contact-trust-item {
    border-radius: 20px;
    min-height: 64px;
    justify-content: flex-start;
    padding: 0 18px;
  }

  .contact-section-premium {
    padding: 54px 0;
  }

  .contact-shell {
    padding: 18px;
    border-radius: 28px;
  }

  .contact-form-card,
  .contact-whatsapp-box,
  .contact-info-card {
    border-radius: 24px;
    padding: 24px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-submit-btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-hero-text-box,
  .contact-trust-item,
  .contact-info-card,
  .contact-whatsapp-box,
  .contact-form-card {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
}

/* =========================================================
   CAREERS / JOIN US LARGE BLANK SPACE FIX
   Paste at bottom of style.css
========================================================= */

.career-join-cta,
.career-application-cta,
.career-final-cta,
.join-final-cta {
  margin-bottom: 0 !important;
  padding-bottom: 56px !important;
}

.career-join-cta + .site-footer,
.career-application-cta + .site-footer,
.career-final-cta + .site-footer,
.join-final-cta + .site-footer {
  margin-top: 0 !important;
}

/* If the blank is caused by the whole page wrapper */
.careers-page main,
.join-page main {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* Fix any oversized CTA/card wrapper */
.career-cta-section,
.join-cta-section {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
  min-height: auto !important;
}

/* Mobile */
@media (max-width: 767px) {
  .career-join-cta,
  .career-application-cta,
  .career-final-cta,
  .join-final-cta,
  .career-cta-section,
  .join-cta-section {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
    margin-bottom: 0 !important;
    min-height: auto !important;
  }
}

/* =========================================================
   CAREERS FINAL SECTION FIX
   Removes dead white space and adds proper closing section
========================================================= */

.career-pathway-cta {
  padding: 70px 0 32px !important;
  margin: 0 !important;
  background: #ffffff;
}

.career-final-section {
  padding: 32px 0 76px !important;
  margin: 0 !important;
  background:
    radial-gradient(circle at top right, rgba(17, 17, 17, 0.06), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8f8f6 100%);
}

.career-final-box {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  padding: 50px;
  background: #0b0b0b;
  color: #ffffff;
  display: grid;
  grid-template-columns: 1.15fr auto;
  align-items: center;
  gap: 34px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.16);
}

.career-final-box::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 280px;
  right: -120px;
  top: -160px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16), transparent 68%);
  pointer-events: none;
}

.career-final-box::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 33px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.career-final-copy {
  position: relative;
  z-index: 2;
}

.career-final-copy .section-label {
  color: rgba(255, 255, 255, 0.66);
  margin-bottom: 14px;
}

.career-final-copy h2 {
  color: #ffffff;
  font-size: clamp(2.0rem, 5vw, 4.0rem);
  line-height: 0.98;
  letter-spacing: -2px;
  margin: 0 0 18px;
}

.career-final-copy p {
  color: rgba(255, 255, 255, 0.72);
  max-width: 760px;
  line-height: 1.8;
  margin: 0;
  font-size: 1.02rem;
}

.career-final-actions {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.career-final-actions .btn {
  min-height: 54px;
  padding: 14px 26px;
  border-radius: 999px;
  white-space: nowrap;
}

.career-final-actions .btn-primary {
  background: #ffffff;
  color: #111111;
  border-color: #ffffff;
}

.career-final-actions .btn-primary:hover {
  background: #f2f2f2;
  color: #111111;
}

.career-final-actions .btn-outline-dark {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.career-final-actions .btn-outline-dark:hover {
  background: #ffffff;
  color: #111111;
  border-color: #ffffff;
}

/* Remove accidental huge blank space before footer */
.career-final-section + .site-footer,
main + .site-footer {
  margin-top: 0 !important;
}

.career-final-section .container,
.career-pathway-cta .container {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Mobile */
@media (max-width: 900px) {
  .career-final-box {
    grid-template-columns: 1fr;
    padding: 38px 26px;
  }

  .career-final-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .career-pathway-cta {
    padding: 46px 0 22px !important;
  }

  .career-final-section {
    padding: 22px 0 52px !important;
  }

  .career-final-box {
    border-radius: 26px;
  }

  .career-final-copy h2 {
    font-size: 2.5rem;
    letter-spacing: -1.2px;
  }

  .career-final-actions {
    flex-direction: column;
  }

  .career-final-actions .btn {
    width: 100%;
  }
}

/* =========================================================
   CAREERS HERO POSITION + BUTTON CLICK FIX ONLY
   Paste at the very bottom of style.css
========================================================= */

/* Keep buttons clickable */
.careers-page .career-hero-bg,
.careers-page .career-hero-overlay,
.careers-page .career-popup-gallery,
.careers-page .career-popup-gallery-wrap,
.careers-page .career-popup-image-card,
.careers-page .career-popup-image-card img {
  pointer-events: none !important;
}

.careers-page .career-hero-banner .container,
.careers-page .career-hero-inner,
.careers-page .career-hero-content,
.careers-page .career-hero-actions {
  position: relative;
  z-index: 50 !important;
}

.careers-page .career-hero-actions,
.careers-page .career-hero-actions a,
.careers-page .career-hero-actions .btn {
  pointer-events: auto !important;
  cursor: pointer !important;
}

/* Move hero text slightly to the right without changing font size */
.careers-page .career-hero-content {
  margin-left: clamp(24px, 4vw, 72px) !important;
  max-width: 720px !important;
  text-align: left !important;
}

/* Keep text tidy, but DO NOT force new font size */
.careers-page .career-hero-content h1 {
  max-width: 720px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
}

.careers-page .career-hero-text {
  max-width: 620px !important;
  margin-left: 0 !important;
  text-align: left !important;
}

.careers-page .career-hero-actions {
  justify-content: flex-start !important;
}

/* Mobile: remove extra right shift */
@media (max-width: 767px) {
  .careers-page .career-hero-content {
    margin-left: 0 !important;
    max-width: 100% !important;
  }

  .careers-page .career-hero-content h1,
  .careers-page .career-hero-text {
    max-width: 100% !important;
  }
}
