

:root {
  --forest-900: #0d1f18;
  --forest-800: #142b22;
  --forest-700: #203d31;
  --sage-300: #aab8a2;
  --sage-200: #d7ddcf;
  --mist: #edf0e8;
  --sand: #c4aa7e;
  --linen: #f4eee4;
  --warm-white: #f8f5ef;
  --charcoal: #25251f;
  --teal-accent: #50b8ad;
  --foreground: var(--charcoal);
  --background: var(--linen);
  --line: rgba(37, 37, 31, 0.13);
  --serif: Georgia, "Iowan Old Style", "Palatino Linotype", "Times New Roman",
    ui-serif, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}

@theme inline {
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --font-sans: var(--sans);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--linen);
  scroll-behavior: auto;
}

body {
  background: var(--linen);
  color: var(--foreground);
  font-family: var(--sans);
  margin: 0;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

::selection {
  background: var(--teal-accent);
  color: var(--forest-900);
}

.site-shell {
  background: var(--linen);
  min-height: 100vh;
}

.container {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 clamp(26px, 4vw, 54px);
}

.section {
  overflow: hidden;
  padding: clamp(94px, 12vw, 164px) 0;
  position: relative;
  scroll-margin-top: 74px;
}

.manifesto-section {
  background: var(--linen);
  padding: clamp(92px, 10vw, 152px) 0;
}

.petronas-section {
  background:
    radial-gradient(circle at 72% 18%, rgba(80, 184, 173, 0.12), transparent 24rem),
    linear-gradient(180deg, #10231c, #0a1411);
  color: var(--linen);
}

.pillars-section {
  background:
    linear-gradient(180deg, rgba(215, 221, 207, 0.72), rgba(237, 240, 232, 0.82)),
    var(--mist);
}

.experiences-section {
  background: var(--warm-white);
  padding-top: clamp(72px, 8vw, 112px);
}

.timeline-section {
  background: #fbfaf6;
}

.differentials-section {
  background: var(--linen);
}

.gallery-section {
  background: #f7f1e7;
}

.gallery-copy {
  max-width: 720px;
}

.gallery-grid-wrap {
  margin-inline: auto;
  width: min(90vw, 1600px);
}

.about-section {
  background: #fbfaf6;
  scroll-margin-top: 84px;
}

.eyebrow {
  color: var(--forest-700);
  font-size: 0.62rem;
  font-weight: 650;
  letter-spacing: 0.26em;
  line-height: 1.45;
  text-transform: uppercase;
}

.serif {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
}

.nav {
  align-items: center;
  display: flex;
  inset: 0 0 auto;
  justify-content: space-between;
  padding: max(18px, env(safe-area-inset-top)) clamp(22px, 4vw, 56px) 18px;
  position: fixed;
  transition: background 700ms ease, backdrop-filter 700ms ease,
    padding 700ms ease, border-color 700ms ease, box-shadow 700ms ease;
  z-index: 50;
}

.nav.scrolled {
  background: rgba(244, 238, 228, 0.62);
  backdrop-filter: blur(26px) saturate(140%);
  border-bottom: 1px solid rgba(37, 37, 31, 0.07);
  box-shadow: 0 20px 60px rgba(13, 31, 24, 0.04);
  padding-bottom: 12px;
  padding-top: max(12px, env(safe-area-inset-top));
}

.brand {
  display: block;
  height: clamp(30px, 3.2vw, 42px);
  position: relative;
  text-decoration: none;
  transition: transform 650ms ease;
  width: clamp(168px, 16vw, 230px);
}

.nav.scrolled .nav-link {
  color: var(--charcoal);
}

.nav.scrolled .brand {
  transform: scale(0.96);
  transform-origin: left center;
}

.brand-logo {
  height: 100%;
  inset: 0 auto auto 0;
  object-fit: contain;
  object-position: left center;
  position: absolute;
  transition: opacity 650ms ease;
  width: 100%;
}

.brand-logo-dark {
  opacity: 0;
}

.nav.scrolled .brand-logo-light {
  opacity: 0;
}

.nav.scrolled .brand-logo-dark {
  opacity: 1;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: clamp(16px, 2.1vw, 30px);
}

.nav-link {
  color: rgba(244, 238, 228, 0.82);
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.18em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 450ms ease;
}

.nav-link::after,
.footer a::after {
  background: currentColor;
  bottom: -7px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
}

.nav-link:hover,
.footer a:hover {
  color: var(--teal-accent);
}

.nav-link:hover::after,
.footer a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.language-switcher {
  align-items: center;
  display: inline-flex;
  gap: 0;
  min-height: 44px;
}

.language-switcher a {
  align-items: center;
  color: inherit;
  display: inline-flex;
  font-size: 0.66rem;
  font-weight: 750;
  justify-content: center;
  letter-spacing: 0.16em;
  min-height: 44px;
  min-width: 44px;
  opacity: 0.55;
  text-decoration: none;
  transition: opacity 360ms ease, color 360ms ease;
}

.language-switcher a + a::before {
  color: currentColor;
  content: "|";
  opacity: 0.42;
  transform: translateX(-2px);
}

.language-switcher a.active,
.language-switcher a:hover {
  opacity: 1;
}

.menu-button {
  align-items: center;
  background: rgba(244, 238, 228, 0.1);
  border: 1px solid rgba(244, 238, 228, 0.22);
  border-radius: 999px;
  color: var(--linen);
  cursor: pointer;
  display: none;
  height: 44px;
  justify-content: center;
  position: relative;
  transition: background 500ms ease, border-color 500ms ease, color 500ms ease;
  width: 44px;
  z-index: 53;
}

.menu-button span {
  display: block;
  font-size: 1.18rem;
  line-height: 1;
}

.menu-button .menu-close-icon,
.menu-button[aria-expanded="true"] .menu-open-icon {
  display: none;
}

.menu-button[aria-expanded="true"] .menu-close-icon {
  display: block;
}

.nav.scrolled .menu-button {
  background: rgba(13, 31, 24, 0.04);
  border-color: rgba(13, 31, 24, 0.14);
  color: var(--forest-900);
}

.mobile-panel {
  background: rgba(244, 238, 228, 0.94);
  backdrop-filter: blur(26px) saturate(140%);
  border-bottom: 1px solid rgba(37, 37, 31, 0.08);
  display: none;
  gap: 22px;
  inset: 0 0 auto;
  padding: 104px 28px 34px;
  position: fixed;
  transform: translateY(-105%);
  transition: transform 650ms cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 51;
}

.mobile-panel.open {
  transform: translateY(0);
}

.mobile-panel a {
  color: var(--forest-900);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  min-height: 44px;
  text-decoration: none;
  text-transform: uppercase;
}

.mobile-panel .sr-link {
  display: none;
}

.button {
  align-items: center;
  background: linear-gradient(90deg, var(--teal-accent), #8fcac1);
  border: 1px solid rgba(244, 238, 228, 0.34);
  border-radius: 999px;
  color: var(--forest-900);
  display: inline-flex;
  font-size: 0.66rem;
  font-weight: 750;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0.18em;
  line-height: 1.2;
  min-height: 48px;
  overflow: hidden;
  padding: 11px 23px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 520ms ease, color 520ms ease, transform 520ms ease;
  z-index: 0;
}

.button::before {
  background: linear-gradient(90deg, var(--teal-accent), #8fcac1);
  content: "";
  inset: 0;
  opacity: 1;
  position: absolute;
  transition: opacity 520ms ease, transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
  z-index: -1;
}

.button.primary {
  border-color: rgba(80, 184, 173, 0.55);
  color: var(--forest-900);
}

.button.dark {
  background: var(--forest-800);
  border-color: var(--forest-800);
  color: var(--linen);
}

.button.dark::before {
  background: var(--forest-800);
}

.button.button-ghost {
  background: rgba(244, 238, 228, 0.08);
  border-color: rgba(244, 238, 228, 0.34);
  color: var(--linen);
}

.button.button-ghost::before {
  background: rgba(244, 238, 228, 0.1);
}

.button:focus-visible,
.menu-button:focus-visible,
.petronas-audio:focus-visible,
.contact-form input:focus-visible,
.contact-form select:focus-visible,
.contact-form textarea:focus-visible,
.contact-form button:focus-visible,
.whatsapp-float:focus-visible {
  outline: 2px solid var(--teal-accent);
  outline-offset: 3px;
}

.button:hover {
  border-color: rgba(80, 184, 173, 0.85);
  transform: translateY(-2px);
}

.button:hover::before {
  opacity: 0.86;
  transform: scaleX(1.04);
}

.hero {
  align-items: center;
  color: var(--linen);
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  padding: max(128px, calc(104px + env(safe-area-inset-top))) 0 76px;
  position: relative;
}

.hero-media,
.final-media {
  inset: 0;
  overflow: hidden;
  position: absolute;
  z-index: 0;
}

.image-bg {
  background-position: center;
  background-size: cover;
  height: 108%;
  inset: -4% 0 0;
  position: absolute;
  will-change: transform;
}

.image-bg .photo {
  inset: 0;
}

.hero::after,
.final-cta::after {
  background:
    radial-gradient(circle at 69% 28%, rgba(196, 170, 126, 0.08), transparent 24rem),
    linear-gradient(180deg, rgba(13, 31, 24, 0.02), rgba(13, 31, 24, 0.2)),
    linear-gradient(
      90deg,
      rgba(18, 30, 25, 0.78) 0%,
      rgba(18, 30, 25, 0.48) 34%,
      rgba(18, 30, 25, 0.12) 58%,
      rgba(18, 30, 25, 0.02) 100%
    );
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.mist {
  background: linear-gradient(90deg, transparent, rgba(244, 238, 228, 0.18), transparent);
  filter: blur(22px);
  height: 18vh;
  left: -12%;
  opacity: 0.18;
  position: absolute;
  top: 26%;
  width: 124%;
  z-index: 2;
}

.hero-content {
  justify-self: start;
  margin-left: clamp(0px, 4vw, 72px);
  margin-right: auto;
  max-width: 1180px;
  position: relative;
  width: min(100%, 1180px);
  z-index: 3;
}

.hero h1,
.final-cta h2 {
  font-size: clamp(4.5rem, 6.8vw, 5.5rem);
  line-height: 0.98;
  margin: 28px 0 42px;
  max-width: 820px;
}

.hero h1 span {
  display: block;
}

.hero .eyebrow,
.final-cta .eyebrow {
  color: rgba(244, 238, 228, 0.78);
}

.hero .hero-subtitle {
  color: rgba(244, 238, 228, 0.92);
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.2vw, 2.2rem);
  line-height: 1.2;
  margin: 0 0 28px;
  max-width: 600px;
}

.hero .hero-text {
  color: rgba(244, 238, 228, 0.82);
  font-size: clamp(1rem, 1.18vw, 1.14rem);
  line-height: 1.92;
  margin: 0 0 44px;
  max-width: 540px;
}

.hero-actions,
.final-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.scroll-indicator {
  align-items: center;
  bottom: 44px;
  color: rgba(244, 238, 228, 0.64);
  display: flex;
  font-size: 0.58rem;
  gap: 13px;
  letter-spacing: 0.24em;
  position: absolute;
  right: clamp(28px, 5vw, 72px);
  text-transform: uppercase;
  z-index: 4;
}

.scroll-line {
  background: rgba(244, 238, 228, 0.2);
  height: 62px;
  overflow: hidden;
  position: relative;
  width: 1px;
}

.scroll-line::after {
  animation: scrollPulse 3.4s ease-in-out infinite;
  background: rgba(244, 238, 228, 0.78);
  content: "";
  height: 22px;
  left: 0;
  position: absolute;
  top: -22px;
  width: 1px;
}

.split {
  align-items: center;
  display: grid;
  gap: clamp(42px, 6vw, 92px);
  grid-template-columns: minmax(280px, 0.62fr) minmax(520px, 1.18fr);
  max-width: 1320px;
}

.manifesto-layout {
  display: grid;
  justify-items: center;
}

.manifesto-copy {
  margin-inline: auto;
  max-width: 800px;
  text-align: left;
}

.manifesto-copy h2 {
  color: var(--forest-900);
  font-size: clamp(2.45rem, 3.65vw, 4.2rem);
  line-height: 1.08;
  margin: 28px 0 0;
}

.manifesto-text {
  display: grid;
  gap: clamp(18px, 1.55vw, 24px);
  margin-top: 34px;
}

.manifesto-text .lead {
  color: rgba(37, 37, 31, 0.74);
  font-size: clamp(1.125rem, 1.2vw, 1.25rem);
  font-weight: 400;
  line-height: 1.78;
  margin: 0;
}

.manifesto-read {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: var(--forest-800);
  cursor: pointer;
  display: inline-flex;
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 600;
  gap: 9px;
  letter-spacing: 0.16em;
  margin-top: clamp(28px, 3vw, 42px);
  padding: 0 0 7px;
  text-transform: uppercase;
  transition: color 320ms ease, gap 320ms ease;
}

.manifesto-read:hover,
.manifesto-read:focus-visible {
  color: var(--teal-accent);
  gap: 13px;
}

.manifesto-read:focus-visible {
  outline: 2px solid var(--teal-accent);
  outline-offset: 6px;
}

.manifesto-modal {
  align-items: center;
  background: rgba(11, 23, 18, 0.58);
  backdrop-filter: blur(14px) saturate(105%);
  display: grid;
  inset: 0;
  justify-items: center;
  padding: max(28px, env(safe-area-inset-top)) max(24px, env(safe-area-inset-right)) max(28px, env(safe-area-inset-bottom)) max(24px, env(safe-area-inset-left));
  position: fixed;
  z-index: 95;
}

.manifesto-modal[hidden] {
  display: none;
}

.manifesto-modal-panel {
  background: var(--linen);
  border: 1px solid rgba(25, 55, 42, 0.14);
  border-radius: 10px;
  box-shadow: 0 34px 90px rgba(6, 18, 13, 0.28);
  color: var(--charcoal);
  max-height: 85vh;
  max-width: 920px;
  overflow: auto;
  padding: clamp(34px, 5vw, 68px);
  position: relative;
  width: min(100%, 920px);
}

.manifesto-modal-close {
  align-items: center;
  appearance: none;
  background: rgba(25, 55, 42, 0.06);
  border: 1px solid rgba(25, 55, 42, 0.14);
  border-radius: 999px;
  color: var(--forest-900);
  cursor: pointer;
  display: inline-flex;
  height: 46px;
  justify-content: center;
  position: absolute;
  right: clamp(18px, 3vw, 30px);
  top: clamp(18px, 3vw, 30px);
  transition: background 300ms ease, border-color 300ms ease;
  width: 46px;
}

.manifesto-modal-close:hover,
.manifesto-modal-close:focus-visible {
  background: rgba(25, 55, 42, 0.1);
  border-color: rgba(25, 55, 42, 0.24);
}

.manifesto-modal-close:focus-visible {
  outline: 2px solid var(--teal-accent);
  outline-offset: 4px;
}

.manifesto-modal-panel h2 {
  color: var(--forest-900);
  font-size: clamp(2.1rem, 4vw, 3.6rem);
  line-height: 1;
  margin: 22px 64px 34px 0;
}

.manifesto-modal-body {
  display: grid;
  gap: clamp(16px, 2vw, 22px);
}

.manifesto-modal-body p {
  color: rgba(37, 37, 31, 0.78);
  font-size: clamp(1.0625rem, 1.2vw, 1.2rem);
  line-height: 1.78;
  margin: 0;
}

.section-title h2,
.editorial h2,
.about-copy h2 {
  color: var(--forest-900);
  font-size: clamp(2.45rem, 3.65vw, 4.2rem);
  line-height: 1.08;
  margin: 26px 0 40px;
}

.lead {
  color: rgba(37, 37, 31, 0.72);
  font-size: clamp(1.02rem, 1.35vw, 1.24rem);
  line-height: 1.9;
  margin: 0;
}

.section-title-text {
  display: grid;
  gap: 16px;
}

.petronas {
  display: grid;
  justify-items: center;
}

.petronas-copy {
  margin: 0 auto clamp(44px, 6vw, 72px);
  max-width: 780px;
  text-align: center;
}

.petronas-copy .eyebrow {
  color: rgba(244, 238, 228, 0.66);
}

.petronas-copy h2 {
  color: var(--linen);
  font-size: clamp(2.45rem, 4.2vw, 5rem);
  line-height: 1.02;
  margin: 26px 0 34px;
}

.petronas-copy h2 span {
  display: block;
}

.petronas-text {
  display: grid;
  gap: 18px;
}

.petronas-text p,
.petronas-note {
  color: rgba(244, 238, 228, 0.72);
  font-size: clamp(1rem, 1.12vw, 1.12rem);
  line-height: 1.78;
  margin: 0;
}

.petronas-video-shell {
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.22);
  isolation: isolate;
  margin-inline: auto;
  max-width: 980px;
  overflow: hidden;
  position: relative;
  width: min(78vw, 980px);
}

.petronas-video-shell video {
  background: #07100d;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.petronas-audio {
  align-items: center;
  background: rgba(244, 238, 228, 0.12);
  border: 1px solid rgba(244, 238, 228, 0.22);
  border-radius: 999px;
  color: var(--linen);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 750;
  gap: 9px;
  left: 50%;
  letter-spacing: 0.16em;
  min-height: 42px;
  opacity: 0;
  padding: 0 16px;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -42%);
  transition: opacity 460ms ease, transform 460ms ease, background 460ms ease;
  z-index: 2;
}

.petronas-video-shell:hover .petronas-audio,
.petronas-audio:focus-visible {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.petronas-audio:hover {
  background: rgba(244, 238, 228, 0.18);
}

.petronas-note {
  color: rgba(244, 238, 228, 0.52);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  margin-top: 22px;
  text-align: center;
  text-transform: uppercase;
}

.vertical-image,
.wide-image,
.about-image {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.vertical-image {
  aspect-ratio: 16 / 11.2;
  min-height: clamp(520px, 55vw, 680px);
}

.wide-image {
  aspect-ratio: 4 / 5.15;
}

.about-image {
  aspect-ratio: 4 / 5.1;
}

.photo {
  background-position: center;
  background-size: cover;
  inset: 0;
  position: absolute;
  transition: transform 1600ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 1600ms ease;
}

.photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: var(--image-position-desktop, center);
  transform: scale(var(--image-scale-desktop, 1));
  transform-origin: center;
  transition: transform 1600ms cubic-bezier(0.16, 1, 0.3, 1),
    object-position 900ms ease;
  width: 100%;
}

.media-frame .photo {
  display: block;
}

.visual-hero {
  --image-position-desktop: 54% 55%;
  --image-position-tablet: 48% 58%;
  --image-position-mobile: 39% 60%;
  --image-scale-desktop: 1.01;
  --image-scale-tablet: 1.035;
  --image-scale-mobile: 1.055;
}

.visual-manifesto {
  --image-position-desktop: 44% 52%;
  --image-position-tablet: 42% 52%;
  --image-position-mobile: 34% 52%;
  --image-scale-desktop: 1.01;
  --image-scale-tablet: 1;
  --image-scale-mobile: 1;
}

.visual-serra {
  --image-position-desktop: 50% 38%;
  --image-position-tablet: 50% 36%;
  --image-position-mobile: 50% 35%;
  --image-scale-desktop: 1;
  --image-scale-tablet: 1;
  --image-scale-mobile: 1;
}

.visual-sunset {
  --image-position-desktop: 50% 63%;
  --image-position-tablet: 50% 66%;
  --image-position-mobile: 50% 68%;
  --image-scale-desktop: 1;
  --image-scale-tablet: 1;
  --image-scale-mobile: 1;
}

.visual-corporate {
  --image-position-desktop: 50% 67%;
  --image-position-tablet: 50% 70%;
  --image-position-mobile: 50% 73%;
  --image-scale-desktop: 1.01;
  --image-scale-tablet: 1;
  --image-scale-mobile: 1;
}

.visual-differentials {
  --image-position-desktop: 49% 62%;
  --image-position-tablet: 49% 64%;
  --image-position-mobile: 49% 66%;
  --image-scale-desktop: 1.02;
  --image-scale-tablet: 1;
  --image-scale-mobile: 1;
}

.visual-testimonials {
  --image-position-desktop: 50% 55%;
  --image-position-tablet: 50% 56%;
  --image-position-mobile: 50% 58%;
  --image-scale-desktop: 1.02;
  --image-scale-tablet: 1.01;
  --image-scale-mobile: 1;
}

.visual-about {
  --image-position-desktop: 48% 44%;
  --image-position-tablet: 48% 45%;
  --image-position-mobile: 48% 47%;
  --image-scale-desktop: 1.02;
  --image-scale-tablet: 1.01;
  --image-scale-mobile: 1;
}

.visual-cta {
  --image-position-desktop: 50% 56%;
  --image-position-tablet: 51% 57%;
  --image-position-mobile: 52% 58%;
  --image-scale-desktop: 1.02;
  --image-scale-tablet: 1.03;
  --image-scale-mobile: 1.04;
}

.vertical-image::after,
.wide-image::after,
.about-image::after,
.experience-card::after {
  background: linear-gradient(180deg, rgba(13, 31, 24, 0), rgba(13, 31, 24, 0.08));
  content: "";
  inset: 0;
  position: absolute;
}

.section-title {
  margin-bottom: clamp(38px, 5.6vw, 70px);
  max-width: 700px;
}

.experiences-section .section-title {
  margin-bottom: clamp(34px, 4.4vw, 54px);
}

.experiences-copy {
  max-width: 860px;
}

.pillars {
  border-bottom: 1px solid rgba(32, 61, 49, 0.16);
  border-top: 1px solid rgba(32, 61, 49, 0.16);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.pillar {
  border-right: 1px solid rgba(32, 61, 49, 0.14);
  min-height: 248px;
  padding: 34px 24px 32px;
  transition: background 700ms ease;
}

.pillar:last-child {
  border-right: 0;
}

.pillar:hover {
  background: rgba(248, 245, 239, 0.46);
}

.pillar svg,
.step-dot svg {
  color: var(--forest-800);
  height: 30px;
  stroke-width: 1.75;
  width: 30px;
}

.pillar h3 {
  color: var(--forest-900);
  font-family: var(--serif);
  font-size: 1.72rem;
  font-weight: 400;
  line-height: 1.08;
  margin: 68px 0 16px;
}

.pillar p {
  color: rgba(37, 37, 31, 0.64);
  font-size: 0.94rem;
  line-height: 1.72;
  margin: 0;
}

.experiences-section {
  background: var(--forest-900);
  color: var(--linen);
}

.experiences-section .section-title {
  color: var(--linen);
}

.experiences-section .eyebrow {
  color: var(--sand);
}

.experiences-section .section-title h2 {
  color: var(--warm-white);
}

.experiences-section .section-title-text,
.experiences-section .lead {
  color: rgba(244, 238, 228, 0.78);
}

.experiences {
  align-items: stretch;
  display: grid;
  gap: clamp(18px, 1.8vw, 26px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.experiences-grid-wrap {
  box-sizing: border-box;
  margin-inline: auto;
  padding-inline: clamp(24px, 4vw, 48px);
  width: min(100%, 1280px);
}

.experience-card {
  background: rgba(20, 43, 34, 0.96);
  border: 1px solid rgba(244, 238, 228, 0.16);
  border-radius: 8px;
  color: var(--linen);
  display: flex;
  flex-direction: column;
  min-height: clamp(470px, 34vw, 560px);
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition:
    background-color 340ms ease,
    border-color 340ms ease,
    box-shadow 340ms ease,
    transform 340ms cubic-bezier(0.16, 1, 0.3, 1);
}

.experience-card::after {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .experience-card:hover {
    background: rgba(23, 49, 39, 0.98);
    border-color: rgba(244, 238, 228, 0.34);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24), 0 0 34px rgba(196, 170, 126, 0.12);
    transform: translateY(-4px);
  }
}

.experience-copy {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: clamp(26px, 2.2vw, 36px);
  position: relative;
  z-index: 2;
}

.experience-card h3 {
  color: var(--warm-white);
  font-family: var(--serif);
  font-size: clamp(1.85rem, 2.2vw, 2.6rem);
  font-weight: 400;
  line-height: 1.04;
  margin: 0 0 14px;
}

.experience-duration {
  color: var(--sand);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.18em;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.experience-card p {
  color: rgba(244, 238, 228, 0.78);
  line-height: 1.68;
  margin: 0 0 22px;
}

.experience-card ul {
  color: rgba(244, 238, 228, 0.78);
  display: grid;
  gap: 9px;
  line-height: 1.5;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}

.experience-card li {
  padding-left: 18px;
  position: relative;
}

.experience-card li::before {
  background: var(--sand);
  border-radius: 999px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 0.72em;
  width: 4px;
}

.button.experience-button {
  background: var(--linen);
  border-color: rgba(244, 238, 228, 0.72);
  color: var(--forest-900);
}

.button.experience-button:hover {
  background: var(--warm-white);
  border-color: var(--warm-white);
  color: var(--forest-900);
}

.experience-card .button {
  margin-top: auto;
}

.experience-guidance {
  align-items: center;
  border-top: 1px solid rgba(244, 238, 228, 0.16);
  display: flex;
  gap: clamp(18px, 3vw, 34px);
  justify-content: space-between;
  margin: clamp(44px, 5vw, 70px) auto 0;
  max-width: 960px;
  padding-top: clamp(28px, 3vw, 40px);
}

.experience-guidance > div {
  min-width: 0;
}

.experience-guidance p {
  margin: 0;
}

.experience-guidance strong {
  color: var(--warm-white);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  font-weight: 400;
  line-height: 1.18;
}

.experience-guidance .button {
  flex: 0 0 auto;
  padding-left: clamp(28px, 2.7vw, 42px);
  padding-right: clamp(28px, 2.7vw, 42px);
  white-space: nowrap;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  position: relative;
}

.timeline-highlight {
  border-left: 1px solid var(--sand);
  color: var(--forest-900);
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.25;
  margin: clamp(-28px, -2vw, -12px) 0 clamp(42px, 5vw, 64px);
  max-width: 760px;
  padding-left: clamp(20px, 2.5vw, 34px);
}

.timeline::before,
.timeline-line {
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 38px;
  transform-origin: left;
}

.timeline::before {
  background: rgba(32, 61, 49, 0.13);
}

.timeline-line {
  background: linear-gradient(90deg, var(--forest-700), var(--sage-300));
}

.step {
  padding: 0 22px 0 0;
  position: relative;
}

.step-dot {
  align-items: center;
  background: #fbfaf6;
  border: 1px solid rgba(32, 61, 49, 0.18);
  border-radius: 999px;
  color: var(--forest-800);
  display: flex;
  height: 76px;
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
  width: 76px;
  z-index: 1;
}

.step h3 {
  color: var(--forest-900);
  font-family: var(--serif);
  font-size: 1.48rem;
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 12px;
}

.step p,
.editorial li,
.about-copy p {
  color: rgba(37, 37, 31, 0.65);
  line-height: 1.78;
}

.movement-videos {
  border-top: 1px solid rgba(32, 61, 49, 0.14);
  margin-top: clamp(62px, 7vw, 96px);
  padding-top: clamp(44px, 5vw, 70px);
}

.movement-copy {
  margin-bottom: clamp(34px, 4vw, 52px);
  max-width: 760px;
}

.movement-copy h3 {
  color: var(--forest-900);
  font-size: clamp(2.3rem, 4.2vw, 4.4rem);
  font-weight: 400;
  line-height: 1.02;
  margin: 22px 0 28px;
}

.movement-copy p {
  color: rgba(37, 37, 31, 0.68);
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.72;
  margin: 0 0 16px;
}

.movement-video-grid {
  display: grid;
  gap: clamp(34px, 5vw, 76px);
  grid-template-columns: repeat(2, minmax(280px, 420px));
  justify-content: center;
}

.movement-video-card {
  display: grid;
  gap: 20px;
}

.movement-video-frame {
  aspect-ratio: 9 / 16;
  background: var(--forest-900);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.movement-video-card video {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.movement-video-controls {
  align-items: center;
  display: flex;
  gap: 10px;
  inset: auto 16px 16px 16px;
  justify-content: space-between;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.movement-video-control {
  align-items: center;
  background: rgba(244, 238, 228, 0.88);
  border: 1px solid rgba(244, 238, 228, 0.54);
  border-radius: 999px;
  color: var(--forest-900);
  cursor: pointer;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  min-height: 44px;
  padding: 0;
  pointer-events: auto;
  transition: background 260ms ease, color 260ms ease, transform 260ms ease;
  width: 44px;
}

.movement-video-control:hover,
.movement-video-control:focus-visible {
  background: var(--linen);
  color: var(--forest-900);
  transform: translateY(-1px);
}

.movement-video-control:focus-visible {
  outline: 2px solid var(--teal-accent);
  outline-offset: 3px;
}

.movement-video-control span {
  display: block;
  position: relative;
}

.icon-play {
  border-bottom: 8px solid transparent;
  border-left: 12px solid currentColor;
  border-top: 8px solid transparent;
  height: 0;
  margin-left: 3px;
  width: 0;
}

.icon-pause {
  display: none !important;
  height: 17px;
  width: 13px;
}

.icon-pause::before,
.icon-pause::after {
  background: currentColor;
  content: "";
  height: 17px;
  position: absolute;
  top: 0;
  width: 4px;
}

.icon-pause::before {
  left: 0;
}

.icon-pause::after {
  right: 0;
}

.movement-play.is-playing .icon-play {
  display: none;
}

.movement-play.is-playing .icon-pause {
  display: block !important;
}

.icon-muted,
.icon-sound {
  height: 18px;
  width: 22px;
}

.icon-muted::before,
.icon-sound::before {
  border-bottom: 6px solid transparent;
  border-right: 9px solid currentColor;
  border-top: 6px solid transparent;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 5px;
}

.icon-muted::after {
  background: currentColor;
  content: "";
  height: 21px;
  left: 14px;
  position: absolute;
  top: -1px;
  transform: rotate(42deg);
  width: 2px;
}

.icon-sound {
  display: none !important;
}

.icon-sound::after {
  border: 2px solid currentColor;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  border-top-color: transparent;
  content: "";
  height: 14px;
  position: absolute;
  right: 0;
  top: 2px;
  width: 14px;
}

.movement-mute.is-unmuted .icon-muted {
  display: none;
}

.movement-mute.is-unmuted .icon-sound {
  display: block !important;
}

.movement-video-card h4 {
  color: var(--forest-900);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2vw, 2.2rem);
  font-weight: 400;
  line-height: 1.12;
  margin: 0;
}

.movement-video-card p {
  color: rgba(37, 37, 31, 0.66);
  line-height: 1.65;
  margin: 0;
  max-width: 44ch;
}

.editorial {
  align-items: center;
  display: grid;
  gap: clamp(46px, 7vw, 88px);
  grid-template-columns: minmax(420px, 0.86fr) minmax(0, 0.9fr);
  max-width: 1180px;
}

.editorial ul {
  border-top: 1px solid var(--line);
  list-style: none;
  margin: 38px 0;
  padding: 0;
}

.editorial li {
  border-bottom: 1px solid var(--line);
  padding: 19px 0;
}

.differentials-text {
  display: grid;
  gap: 16px;
}

.testimonials {
  background: var(--linen);
}

.testimonials-head {
  background:
    radial-gradient(circle at 12% 20%, rgba(80, 184, 173, 0.08), transparent 26rem),
    var(--forest-900);
  color: var(--linen);
  padding: clamp(92px, 11vw, 148px) 0 clamp(70px, 8vw, 112px);
}

.testimonials-head .section-title {
  margin-bottom: 0;
}

.testimonials-head .section-title h2,
.testimonials-head .eyebrow {
  color: var(--linen);
}

.testimonials-body {
  background: var(--linen);
  padding: clamp(58px, 7vw, 94px) 0 clamp(82px, 10vw, 132px);
}

.review-grid {
  display: grid;
  gap: clamp(18px, 2vw, 28px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.review-card {
  background: rgba(255, 252, 246, 0.68);
  border: 1px solid rgba(37, 37, 31, 0.09);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: clamp(24px, 2.8vw, 34px);
}

.testimonials .review-stars {
  align-items: center;
  color: var(--forest-800);
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 4px;
  margin-bottom: 22px;
  width: max-content;
}

.testimonials .review-stars svg {
  display: block;
  flex: 0 0 15px;
  fill: currentColor;
  height: 15px;
  max-height: 15px;
  max-width: 15px;
  min-height: 15px;
  min-width: 15px;
  width: 15px;
}

.review-card strong {
  color: var(--charcoal);
  display: block;
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1.45;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.review-card p {
  color: rgba(37, 37, 31, 0.72);
  font-size: clamp(0.96rem, 1vw, 1.04rem);
  line-height: 1.68;
  margin: 0 0 18px;
  white-space: pre-line;
}

.review-card p.is-clamped {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.review-card small {
  color: rgba(37, 37, 31, 0.48);
  display: block;
  font-size: 0.72rem;
  line-height: 1.5;
  margin-bottom: 16px;
}

.review-read {
  align-self: flex-start;
  background: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: var(--forest-800);
  cursor: pointer;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  margin: -2px 0 20px;
  padding: 0 0 3px;
  text-transform: uppercase;
}

.review-source {
  color: rgba(37, 37, 31, 0.5);
  display: block;
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.16em;
  margin-top: auto;
  text-transform: uppercase;
}

.review-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  justify-content: center;
  margin-top: clamp(34px, 5vw, 58px);
}

.review-all-link {
  color: var(--forest-800);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
}

.gallery-copy .section-title {
  margin-bottom: clamp(46px, 6vw, 76px);
}

.gallery-grid {
  column-count: 3;
  column-gap: clamp(24px, 2vw, 32px);
  display: block;
}

.gallery-item {
  appearance: none;
  background: var(--forest-900);
  border: 0;
  border-radius: 8px;
  break-inside: avoid;
  cursor: zoom-in;
  display: inline-block;
  margin: 0 0 clamp(24px, 2vw, 32px);
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}

.gallery-item picture,
.gallery-item img {
  display: block;
  width: 100%;
}

.gallery-item img {
  height: auto;
  object-fit: contain;
  object-position: var(--gallery-focus, center);
  transform: scale(1.001);
  transition: opacity 700ms ease, transform 1400ms cubic-bezier(0.16, 1, 0.3, 1);
}

.gallery-item-landscape img {
  min-height: clamp(250px, 18vw, 360px);
  object-fit: cover;
}

.gallery-item-wide img,
.gallery-item-large.gallery-item-landscape img {
  min-height: clamp(300px, 23vw, 440px);
}

.gallery-item-small img {
  min-height: clamp(210px, 14vw, 280px);
}

.gallery-item::after {
  background: linear-gradient(180deg, rgba(13, 31, 24, 0), rgba(13, 31, 24, 0.13));
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 700ms ease;
}

.gallery-item:hover img {
  transform: scale(1.035);
}

.gallery-item:hover::after,
.gallery-item:focus-visible::after {
  opacity: 1;
}

.gallery-item:focus-visible {
  outline: 2px solid var(--teal-accent);
  outline-offset: 3px;
}

.gallery-actions {
  display: flex;
  justify-content: center;
  margin-top: clamp(28px, 4vw, 46px);
}

.js-enabled .gallery-item.is-hidden,
.gallery-actions {
  display: none;
}

.gallery-sentinel {
  height: 1px;
  pointer-events: none;
}

.gallery-item.is-batch-new {
  animation: galleryBatchIn 640ms cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: calc(var(--batch-index, 0) * 38ms);
}

@keyframes galleryBatchIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

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

.gallery-lightbox {
  align-items: center;
  background: rgba(7, 14, 11, 0.9);
  backdrop-filter: blur(18px) saturate(110%);
  display: grid;
  inset: 0;
  justify-items: center;
  padding: max(24px, env(safe-area-inset-top)) max(20px, env(safe-area-inset-right)) max(24px, env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left));
  position: fixed;
  z-index: 90;
}

.gallery-lightbox[hidden] {
  display: none;
}

.lightbox-figure {
  align-items: center;
  display: grid;
  gap: 14px;
  justify-items: center;
  margin: 0;
  max-height: min(86svh, 900px);
  max-width: min(88vw, 1180px);
}

.lightbox-figure div,
.lightbox-figure picture,
.lightbox-figure img {
  display: block;
  max-height: min(78svh, 820px);
  max-width: min(88vw, 1180px);
}

.lightbox-figure img {
  border-radius: 8px;
  height: auto;
  object-fit: contain;
  width: auto;
}

.lightbox-figure figcaption {
  color: rgba(244, 238, 228, 0.76);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
}

.lightbox-close,
.lightbox-nav {
  align-items: center;
  background: rgba(244, 238, 228, 0.08);
  border: 1px solid rgba(244, 238, 228, 0.18);
  border-radius: 999px;
  color: var(--linen);
  cursor: pointer;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  position: fixed;
  transition: background 420ms ease, border-color 420ms ease, transform 420ms ease;
  width: 48px;
}

.lightbox-close:hover,
.lightbox-nav:hover {
  background: rgba(244, 238, 228, 0.14);
  border-color: rgba(244, 238, 228, 0.32);
}

.lightbox-close:focus-visible,
.lightbox-nav:focus-visible {
  outline: 2px solid var(--teal-accent);
  outline-offset: 3px;
}

.lightbox-close {
  right: max(22px, env(safe-area-inset-right));
  top: max(22px, env(safe-area-inset-top));
}

.lightbox-prev {
  left: max(22px, env(safe-area-inset-left));
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-next {
  right: max(22px, env(safe-area-inset-right));
  top: 50%;
  transform: translateY(-50%);
}

.about {
  align-items: center;
  display: grid;
  gap: clamp(46px, 7vw, 92px);
  grid-template-columns: minmax(430px, 0.92fr) minmax(0, 0.82fr);
  max-width: 1160px;
}

.contact-section {
  background:
    radial-gradient(circle at 12% 20%, rgba(80, 184, 173, 0.08), transparent 28rem),
    linear-gradient(180deg, rgba(215, 221, 207, 0.42), rgba(244, 238, 228, 0.92)),
    var(--linen);
}

.contact-layout {
  align-items: start;
  display: grid;
  gap: clamp(42px, 6vw, 78px);
  grid-template-columns: minmax(280px, 0.72fr) minmax(520px, 1fr);
  max-width: 1180px;
}

.contact-copy h2 {
  color: var(--forest-900);
  font-size: clamp(2.45rem, 3.65vw, 4.2rem);
  line-height: 1.08;
  margin: 26px 0 34px;
}

.contact-card {
  background: rgba(248, 245, 239, 0.72);
  border: 1px solid rgba(32, 61, 49, 0.13);
  border-radius: 10px;
  box-shadow: 0 24px 70px rgba(13, 31, 24, 0.06);
  padding: clamp(24px, 3vw, 38px);
}

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

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

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

.field label {
  color: var(--forest-900);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.16em;
  line-height: 1.35;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  appearance: none;
  background: rgba(255, 252, 246, 0.72);
  border: 1px solid rgba(32, 61, 49, 0.18);
  border-radius: 6px;
  color: var(--charcoal);
  font: inherit;
  font-size: 1rem;
  min-height: 48px;
  padding: 13px 14px;
  width: 100%;
}

.contact-form textarea {
  line-height: 1.6;
  min-height: 118px;
  resize: vertical;
}

.contact-form input[aria-invalid="true"],
.contact-form select[aria-invalid="true"] {
  border-color: #9b3f2c;
}

.field small {
  color: #8c3526;
  font-size: 0.82rem;
  line-height: 1.45;
}

.consent label {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  letter-spacing: 0;
  text-transform: none;
}

.consent input {
  flex: 0 0 auto;
  height: 18px;
  margin-top: 2px;
  min-height: 18px;
  padding: 0;
  width: 18px;
}

.contact-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.contact-actions button {
  cursor: pointer;
}

.contact-actions button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-status {
  color: rgba(37, 37, 31, 0.66);
  grid-column: 1 / -1;
  line-height: 1.6;
  margin: 0;
  min-height: 1.6em;
}

.form-status.error {
  color: #8c3526;
}

.form-status.success {
  color: var(--forest-800);
}

.final-cta {
  align-items: center;
  color: var(--linen);
  display: grid;
  min-height: 82vh;
  overflow: hidden;
  position: relative;
  text-align: left;
}

.final-cta::after {
  background:
    radial-gradient(circle at 70% 32%, rgba(196, 170, 126, 0.18), transparent 24rem),
    linear-gradient(180deg, rgba(13, 31, 24, 0.08), rgba(13, 31, 24, 0.32)),
    linear-gradient(90deg, rgba(13, 31, 24, 0.72), rgba(13, 31, 24, 0.28) 52%, rgba(13, 31, 24, 0.08));
}

.final-cta .container {
  position: relative;
  z-index: 3;
}

.final-cta h2 {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: clamp(22px, 3vw, 34px);
  max-width: 820px;
}

.final-copy {
  max-width: 690px;
}

.final-paragraphs {
  display: grid;
  gap: 13px;
  margin-bottom: clamp(24px, 3vw, 34px);
  max-width: 620px;
}

.final-paragraphs p {
  color: rgba(244, 238, 228, 0.78);
  font-size: clamp(1rem, 1.08vw, 1.12rem);
  line-height: 1.72;
  margin: 0;
}

.final-text {
  color: rgba(244, 238, 228, 0.88);
  font-size: clamp(1.03rem, 1.12vw, 1.18rem);
  font-weight: 560;
  line-height: 1.75;
  margin: 0 0 34px;
  max-width: 620px;
}

.final-reveal-1,
.final-reveal-2,
.final-reveal-3,
.final-reveal-4,
.final-reveal-5 {
  animation: finalCopyIn 760ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.final-reveal-2 {
  animation-delay: 70ms;
}

.final-reveal-3 {
  animation-delay: 140ms;
}

.final-reveal-4 {
  animation-delay: 210ms;
}

.final-reveal-5 {
  animation-delay: 280ms;
}

@keyframes finalCopyIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

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

.whatsapp-float {
  align-items: center;
  background: transparent;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  bottom: max(22px, calc(env(safe-area-inset-bottom) + 18px));
  box-shadow: none;
  display: inline-flex;
  height: 56px;
  justify-content: center;
  overflow: visible;
  padding: 0;
  position: fixed;
  right: max(22px, calc(env(safe-area-inset-right) + 18px));
  text-decoration: none;
  transition: transform 420ms ease;
  width: 56px;
  z-index: 58;
}

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

.whatsapp-float img {
  display: block;
  height: 100%;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.18));
  object-fit: contain;
  width: 100%;
}

.footer {
  background: #e8decf;
  padding: clamp(76px, 8vw, 112px) 0 62px;
}

.footer-grid {
  display: grid;
  gap: clamp(48px, 8vw, 96px);
  grid-template-columns: 1fr 0.72fr 1fr;
}

.footer-logo {
  display: block;
  height: auto;
  margin-bottom: 24px;
  max-width: 260px;
  width: min(64vw, 260px);
}

.footer-label {
  color: var(--forest-900);
  display: block;
  font-size: 0.62rem;
  font-weight: 750;
  letter-spacing: 0.22em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.footer a,
.footer p {
  color: rgba(37, 37, 31, 0.64);
  line-height: 1.9;
  text-decoration: none;
}

.footer a {
  position: relative;
}

.newsletter {
  align-items: center;
  border-bottom: 1px solid rgba(37, 37, 31, 0.22);
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr auto;
  margin-top: 22px;
  padding-bottom: 14px;
}

.newsletter input {
  background: transparent;
  border: 0;
  color: var(--charcoal);
  flex: 1;
  font: inherit;
  min-width: 0;
  outline: 0;
}

.newsletter button {
  background: transparent;
  border: 0;
  color: var(--forest-900);
  cursor: pointer;
}

.newsletter small {
  color: rgba(37, 37, 31, 0.52);
  display: block;
  font-size: 0.78rem;
  grid-column: 1 / -1;
  line-height: 1.7;
  margin-top: 20px;
}

.reveal-target {
  opacity: 1;
  transform: none;
}

.js-enabled .reveal-target {
  opacity: 0;
  transform: translateY(22px);
}

.reveal-target.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 760ms cubic-bezier(0.16, 1, 0.3, 1), transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-delay-1.is-visible {
  transition-delay: 70ms;
}

.reveal-delay-2.is-visible {
  transition-delay: 140ms;
}

.reveal-delay-3.is-visible {
  transition-delay: 210ms;
}

@keyframes scrollPulse {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(90px);
  }
}

@keyframes shimmer {
  0%,
  100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.09);
  }
}

@media (max-width: 1100px) {
  .pillars {
    grid-template-columns: repeat(2, 1fr);
  }

  .pillar:nth-child(2n) {
    border-right: 0;
  }

  .pillar:last-child {
    border-top: 1px solid rgba(32, 61, 49, 0.14);
    grid-column: 1 / -1;
    min-height: 210px;
  }

  .timeline {
    gap: 36px 26px;
    grid-template-columns: repeat(3, 1fr);
  }

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

  .timeline::before,
  .timeline-line {
    display: none;
  }
}

@media (max-width: 900px) {
  .nav-links {
    display: none;
  }

  .nav-links .nav-link {
    display: none;
  }

  .menu-button,
  .mobile-panel {
    display: flex;
  }

  .mobile-panel {
    flex-direction: column;
  }

  .split,
  .editorial,
  .about,
  .contact-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .split,
  .editorial,
  .about,
  .contact-layout {
    max-width: 760px;
  }

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

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

  .photo img {
    object-position: var(--image-position-tablet, var(--image-position-desktop, center));
    transform: scale(var(--image-scale-tablet, var(--image-scale-desktop, 1)));
  }

  .timeline {
    gap: 36px;
    grid-template-columns: 1fr;
  }

  .step {
    display: grid;
    gap: 22px;
    grid-template-columns: 70px 1fr;
    padding: 0;
  }

  .step-dot {
    height: 70px;
    margin: 0;
    width: 70px;
  }

  .hero {
    align-items: end;
    padding-bottom: 112px;
  }

  .vertical-image {
    aspect-ratio: 4 / 3.35;
    min-height: 0;
  }

  .wide-image,
  .testimonial-image,
  .about-image {
    aspect-ratio: 4 / 4.65;
  }

  .final-cta {
    text-align: center;
  }

  .final-cta h2,
  .final-copy,
  .final-paragraphs,
  .final-text {
    margin-left: auto;
    margin-right: auto;
  }

  .scroll-indicator {
    left: 30px;
    right: auto;
  }
}

@media (max-width: 640px) {
  .hero::after {
    background:
      radial-gradient(circle at 68% 30%, rgba(196, 170, 126, 0.14), transparent 16rem),
      linear-gradient(180deg, rgba(13, 31, 24, 0.06), rgba(13, 31, 24, 0.38)),
      linear-gradient(
        90deg,
        rgba(18, 30, 25, 0.82) 0%,
        rgba(18, 30, 25, 0.58) 52%,
        rgba(18, 30, 25, 0.18) 84%,
        rgba(18, 30, 25, 0.04) 100%
      );
  }

  .photo img {
    object-position: var(--image-position-mobile, var(--image-position-tablet, center));
    transform: scale(var(--image-scale-mobile, var(--image-scale-tablet, 1)));
  }

  .container {
    padding: 0 clamp(20px, 6vw, 24px);
  }

  .section {
    padding: clamp(78px, 21vw, 112px) 0;
    scroll-margin-top: 84px;
  }

  .nav {
    padding: max(12px, env(safe-area-inset-top)) clamp(20px, 5.7vw, 24px) 12px;
  }

  .nav.scrolled {
    background: rgba(244, 238, 228, 0.54);
    backdrop-filter: blur(18px) saturate(125%);
    padding-bottom: 10px;
    padding-top: max(10px, env(safe-area-inset-top));
  }

  .brand {
    height: 32px;
    width: clamp(170px, 50vw, 204px);
  }

  .nav.scrolled .brand {
    transform: scale(0.95);
  }

  .menu-button {
    background: rgba(244, 238, 228, 0.08);
    height: 52px;
    width: 52px;
  }

  .menu-button[aria-expanded="true"] {
    background: transparent;
    border-color: var(--forest-900);
    color: var(--forest-900);
  }

  .menu-button[aria-expanded="true"]:hover,
  .menu-button[aria-expanded="true"]:active,
  .menu-button[aria-expanded="true"]:focus-visible {
    background: var(--forest-900);
    border-color: var(--forest-900);
    color: var(--linen);
  }

  .menu-button span {
    font-size: 1.28rem;
  }

  .mobile-panel {
    background: rgba(244, 238, 228, 0.9);
    backdrop-filter: blur(18px) saturate(125%);
    padding: max(94px, calc(78px + env(safe-area-inset-top))) 24px 34px;
  }

  .mobile-panel a {
    font-size: 0.86rem;
  }

  .button {
    font-size: 0.82rem;
    line-height: 1.2;
    min-height: 50px;
    padding: 12px 20px;
  }

  .hero {
    min-height: 100svh;
    padding-top: max(110px, calc(88px + env(safe-area-inset-top)));
  }

  .hero-content {
    margin-left: 0;
    margin-top: 28px;
    width: auto;
  }

  .hero .eyebrow,
  .hero .hero-subtitle {
    display: none;
  }

  .hero h1,
  .final-cta h2 {
    line-height: 1.04;
    margin: 28px 0 36px;
    max-width: 8.8ch;
  }

  .hero h1 {
    font-size: clamp(2.2rem, 8.8vw, 2.88rem);
    line-height: 1;
    margin-bottom: 40px;
  }

  .final-cta h2 {
    font-size: clamp(2.5rem, 10vw, 3.5rem);
  }

  .hero .hero-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.68;
    margin-bottom: 28px;
    max-width: 29ch;
  }

  .section-title h2,
  .editorial h2,
  .about-copy h2,
  .manifesto-copy h2,
  .contact-copy h2 {
    font-size: clamp(2.35rem, 9vw, 3.2rem);
    line-height: 1.08;
    margin: 22px 0 34px;
  }

  .lead {
    font-size: 1.0625rem;
    line-height: 1.66;
  }

  .testimonials-head {
    padding: clamp(78px, 20vw, 104px) 0 clamp(54px, 14vw, 74px);
  }

  .testimonials-body {
    padding: clamp(46px, 13vw, 66px) 0 clamp(72px, 18vw, 96px);
  }

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

  .review-card {
    min-height: 0;
    padding: 26px;
  }

  .review-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .review-actions .button {
    width: 100%;
  }

  .review-all-link {
    text-align: center;
  }

  .manifesto-copy .lead {
    color: rgba(37, 37, 31, 0.66);
    font-weight: 400;
    font-size: 1.0625rem;
    line-height: 1.72;
  }

  .manifesto-text {
    gap: 18px;
    margin-top: 24px;
  }

  .manifesto-read {
    font-size: 0.7rem;
    margin-top: 28px;
  }

  .manifesto-modal {
    align-items: stretch;
    padding: max(14px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) max(14px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
  }

  .manifesto-modal-panel {
    border-radius: 8px;
    max-height: calc(100svh - max(28px, env(safe-area-inset-top)) - max(28px, env(safe-area-inset-bottom)));
    padding: 30px 24px 36px;
    width: 100%;
  }

  .manifesto-modal-close {
    height: 44px;
    right: 18px;
    top: 18px;
    width: 44px;
  }

  .manifesto-modal-panel h2 {
    font-size: clamp(1.9rem, 11vw, 2.8rem);
    margin: 20px 54px 28px 0;
  }

  .manifesto-modal-body {
    gap: 17px;
  }

  .manifesto-modal-body p {
    font-size: 1.0625rem;
    line-height: 1.72;
  }

  .petronas-copy {
    margin-bottom: 36px;
    text-align: left;
    width: 100%;
  }

  .petronas-copy h2 {
    font-size: clamp(2.35rem, 9vw, 3.2rem);
    line-height: 1.08;
    margin: 22px 0 28px;
  }

  .petronas-text {
    gap: 16px;
  }

  .petronas-text p {
    font-size: 1rem;
    line-height: 1.68;
  }

  .petronas-video-shell {
    width: 100%;
  }

  .petronas-audio {
    font-size: 0.62rem;
    opacity: 1;
  }

  .contact-form {
    gap: 18px;
    grid-template-columns: 1fr;
  }

  .contact-card {
    padding: 24px;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    font-size: 16px;
  }

  .eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.22em;
  }

  .pillar p,
  .step p,
  .about-copy p,
  .experience-card p,
  .footer p,
  .footer a {
    font-size: 0.97rem;
    line-height: 1.65;
  }

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

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

  .pillar,
  .pillar:nth-child(2n),
  .pillar:last-child {
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid rgba(32, 61, 49, 0.14);
    grid-column: auto;
    min-height: 0;
    padding: 30px 0;
  }

  .pillar h3 {
    margin-top: 34px;
  }

  .experience-card {
    aspect-ratio: auto;
    height: auto;
    min-height: 0;
  }

  .experience-guidance {
    align-items: stretch;
    flex-direction: column;
  }

  .vertical-image {
    aspect-ratio: 4 / 3.55;
  }

  .wide-image,
  .testimonial-image {
    aspect-ratio: 4 / 3;
  }

  .about-image {
    aspect-ratio: 4 / 5;
  }

  .experience-card h3 {
    font-size: clamp(2rem, 9vw, 2.65rem);
  }

  .movement-video-grid {
    grid-template-columns: 1fr;
  }

  .testimonial {
    min-height: 0;
  }

  .testimonial p {
    font-size: clamp(2.1rem, 8vw, 2.9rem);
    line-height: 1.16;
    margin-bottom: 26px;
  }

  .final-cta {
    min-height: 76svh;
    padding: clamp(70px, 18vw, 94px) 0 max(84px, calc(env(safe-area-inset-bottom) + 58px));
    scroll-margin-top: 84px;
  }

  .final-paragraphs {
    gap: 14px;
    margin-bottom: 26px;
  }

  .final-paragraphs p,
  .final-text {
    font-size: 1rem;
    line-height: 1.68;
  }

  .final-cta .button {
    min-height: 48px;
  }

  .final-actions,
  .hero-actions,
  .contact-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .final-actions .button,
  .hero-actions .button,
  .contact-actions .button {
    width: 100%;
  }

  .whatsapp-float {
    background: transparent;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    bottom: max(22px, calc(env(safe-area-inset-bottom) + 18px));
    box-shadow: none;
    height: 54px;
    overflow: visible;
    padding: 0;
    right: max(18px, calc(env(safe-area-inset-right) + 16px));
    width: 54px;
  }

  .whatsapp-float:hover {
    transform: none;
  }

  .whatsapp-float:active {
    opacity: 0.86;
    transform: scale(0.96);
  }

  .whatsapp-float img {
    filter: none;
    height: 54px;
    width: 54px;
  }

  .gallery-grid-wrap {
    width: min(calc(100% - 40px), 1600px);
  }

  .gallery-section {
    padding-bottom: clamp(96px, 24vw, 132px);
  }

  .about-section {
    padding-top: clamp(92px, 24vw, 128px);
  }

  .gallery-copy .section-title {
    margin-bottom: clamp(34px, 10vw, 48px);
  }

  .gallery-grid {
    column-count: 1;
    column-gap: 18px;
  }

  .gallery-item {
    margin-bottom: 18px;
  }

  .gallery-item-landscape img,
  .gallery-item-wide img,
  .gallery-item-large.gallery-item-landscape img,
  .gallery-item-small img {
    min-height: 0;
    object-fit: contain;
  }

  .lightbox-nav {
    bottom: max(22px, env(safe-area-inset-bottom));
    top: auto;
    transform: none;
  }

  .lightbox-prev {
    left: calc(50% - 58px);
  }

  .lightbox-next {
    right: calc(50% - 58px);
  }

  .lightbox-close {
    height: 52px;
    width: 52px;
  }
}

@media (max-width: 389px) {
  .gallery-grid {
    column-count: 1;
  }

  .gallery-item,
  .gallery-item-wide,
  .gallery-item-large {
    aspect-ratio: auto;
  }
}

@media (min-width: 700px) and (max-width: 1099px) {
  .gallery-grid {
    column-count: 2;
    column-gap: clamp(20px, 2.6vw, 24px);
  }

  .gallery-item-landscape img {
    min-height: clamp(220px, 28vw, 320px);
  }

  .gallery-item-wide img,
  .gallery-item-large.gallery-item-landscape img {
    min-height: clamp(260px, 34vw, 380px);
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 clamp(20px, 6vw, 24px);
  }

  .hero {
    align-items: center;
    padding-bottom: 34px;
    padding-top: max(82px, calc(72px + env(safe-area-inset-top)));
  }

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

  .hero h1,
  .final-cta h2 {
    margin: 20px 0 24px;
  }

  .hero h1 {
    font-size: clamp(2.18rem, 8.8vw, 2.75rem);
    margin-bottom: 30px;
  }

  .final-cta h2 {
    font-size: clamp(2.5rem, 10vw, 3.25rem);
  }

  .hero .hero-text {
    line-height: 1.56;
    margin-bottom: 22px;
  }

  .section-title h2,
  .editorial h2,
  .about-copy h2,
  .manifesto-copy h2,
  .contact-copy h2 {
    font-size: clamp(2.25rem, 8.7vw, 2.75rem);
  }

}

@media (max-width: 360px) {
  .container {
    padding: 0 26px;
  }
}

@media (min-width: 641px) and (max-width: 900px) {
  .container {
    padding: 0 clamp(44px, 7vw, 72px);
  }

  .hero h1,
  .final-cta h2 {
    font-size: clamp(3.7rem, 9vw, 4.9rem);
  }
}

@media (max-width: 900px) and (orientation: landscape) {
  .hero {
    align-items: center;
    min-height: 100svh;
    padding-bottom: 42px;
    padding-top: max(82px, calc(66px + env(safe-area-inset-top)));
  }

  .hero-content {
    transform: translateY(-34px);
  }

  .hero h1,
  .final-cta h2 {
    font-size: clamp(2.55rem, 5.1vw, 2.9rem);
    line-height: 1.02;
    margin: 12px 0 16px;
    max-width: 15ch;
  }

  .hero .hero-subtitle,
  .hero .hero-text {
    font-size: 0.92rem;
    line-height: 1.5;
    margin-bottom: 16px;
    max-width: 42ch;
  }

  .scroll-indicator {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .gallery-item img,
  .gallery-item:hover img,
  .experience-card:hover,
  .reveal-target,
  .reveal-target.is-visible,
  .final-reveal-1,
  .final-reveal-2,
  .final-reveal-3,
  .final-reveal-4,
  .final-reveal-5 {
    transform: none;
  }

  .gallery-item.is-batch-new,
  .final-reveal-1,
  .final-reveal-2,
  .final-reveal-3,
  .final-reveal-4,
  .final-reveal-5 {
    animation: none;
  }

  .reveal-target {
    opacity: 1;
  }

  .petronas-audio {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
