:root {
  --forest: #0b513a;
  --deep-forest: #06382c;
  --leaf: #87ab3a;
  --water: #5fc3d8;
  --saffron: #ea9929;
  --ivory: #fdfcf8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--deep-forest);
  color: var(--ivory);
  font-family: Arial, Helvetica, sans-serif;
}

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

.site-shell {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  padding: 0 clamp(1.25rem, 4vw, 4.75rem);
}

.hero-media,
.hero-wash,
.grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-media {
  z-index: -4;
  background: url("assets/kerala-hero.jpg") center / cover no-repeat;
  transform: scale(1.015);
  animation: breathe 18s ease-in-out infinite alternate;
}

.hero-wash {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(2,35,28,.93), rgba(4,49,35,.77) 37%, rgba(8,60,43,.25) 70%, rgba(5,39,31,.5)),
    linear-gradient(0deg, rgba(2,32,25,.88), transparent 44%),
    radial-gradient(circle at 82% 18%, rgba(234,153,41,.22), transparent 27%);
}

.grain {
  z-index: -2;
  opacity: .17;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.site-header {
  width: 100%;
  height: clamp(5.5rem, 11vh, 7.5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.brand { display: flex; align-items: center; gap: .85rem; }
.brand-mark { width: 3.15rem; height: 3.35rem; display: grid; place-items: center; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; text-transform: uppercase; line-height: 1; }
.brand-copy strong { font-size: 1.03rem; letter-spacing: .14em; }
.brand-copy span { color: var(--leaf); font-size: .73rem; letter-spacing: .48em; margin-top: .42rem; }

.header-note {
  display: flex;
  align-items: center;
  gap: .7rem;
  color: rgba(253,252,248,.78);
  text-transform: uppercase;
  font-size: .65rem;
  letter-spacing: .2em;
}

.status-dot {
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: var(--saffron);
  animation: pulse 2.4s infinite;
}

.hero {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 8vh, 6rem) 0 2rem;
}

.hero-copy { width: min(52rem, 88vw); margin-top: auto; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin: 0 0 1.7rem;
  color: var(--water);
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .3em;
  text-transform: uppercase;
}

.eyebrow span { width: 1.7rem; height: 1px; background: currentColor; }

h1 {
  max-width: 54rem;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.2rem, 9.5vw, 9.2rem);
  font-weight: 400;
  line-height: .82;
  letter-spacing: -.055em;
  text-wrap: balance;
  text-shadow: 0 8px 32px rgba(0,0,0,.22);
}

h1 em { display: block; color: var(--saffron); font-weight: 400; }

.intro {
  max-width: 38rem;
  margin: 2rem 0 0;
  color: rgba(253,252,248,.82);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.75;
}

.coming-soon {
  width: min(37rem, 100%);
  margin-top: 2.4rem;
  padding: 1.05rem 1.2rem 1rem;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 1rem;
  background: rgba(3,48,35,.34);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.15);
  backdrop-filter: blur(14px);
}

.coming-label {
  display: block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.coming-line { position: relative; display: block; height: 2px; margin: .75rem 0 .7rem; overflow: hidden; background: rgba(255,255,255,.17); }
.coming-line i { position: absolute; inset: 0 auto 0 0; width: 38%; background: linear-gradient(90deg, var(--leaf), var(--water)); animation: journey 4.8s ease-in-out infinite; }
.coming-caption { color: rgba(253,252,248,.65); font-size: .78rem; letter-spacing: .04em; }

.experience-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  margin-top: auto;
  padding-top: clamp(3rem, 8vh, 5.25rem);
}

.experience-strip article { display: flex; align-items: flex-start; gap: .85rem; min-height: 4rem; padding: 0 1.25rem; border-left: 1px solid rgba(255,255,255,.2); }
.experience-strip article:first-child { padding-left: 0; border-left: 0; }
.experience-number { margin-top: .15rem; color: var(--saffron); font-size: .62rem; letter-spacing: .08em; }
.experience-strip h2 { margin: 0; font-size: .78rem; letter-spacing: .17em; text-transform: uppercase; }
.experience-strip p { margin: .35rem 0 0; color: rgba(253,252,248,.58); font-size: .7rem; }

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 0 1.4rem;
  border-top: 1px solid rgba(255,255,255,.18);
  color: rgba(253,252,248,.54);
  font-size: .65rem;
  letter-spacing: .08em;
}

.site-footer p { margin: 0; }

@keyframes pulse { 70% { box-shadow: 0 0 0 .65rem rgba(234,153,41,0); } }
@keyframes journey { 0%,100% { transform: translateX(-15%); width: 28%; } 50% { transform: translateX(185%); width: 38%; } }
@keyframes breathe { from { transform: scale(1.015); } to { transform: scale(1.055); } }

@media (max-width: 760px) {
  .header-note { display: none; }
  .hero { padding-top: 2.5rem; }
  .hero-copy { width: 100%; }
  h1 { font-size: clamp(3.8rem, 19vw, 6rem); line-height: .87; }
  .intro { font-size: .98rem; line-height: 1.65; }
  .experience-strip { grid-template-columns: repeat(2, 1fr); row-gap: 1.25rem; padding-top: 3rem; }
  .experience-strip article,
  .experience-strip article:first-child { padding: 0 .75rem; border-left: 1px solid rgba(255,255,255,.2); }
  .experience-strip article:nth-child(odd) { padding-left: 0; border-left: 0; }
  .site-footer { flex-direction: column; padding-bottom: 1.1rem; }
}

@media (max-width: 420px) {
  .brand-copy strong { font-size: .84rem; }
  .brand-copy span { font-size: .62rem; }
  .brand-mark { width: 2.65rem; height: 2.9rem; }
  .eyebrow { letter-spacing: .2em; }
  .coming-soon { margin-top: 1.8rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}
