@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Prata&display=swap');

:root {
  --bg-color: #F5F1E8;
  --olive-color: #6B721E;
  --black-color: #1A1A1A;
  --cream-white: #F5F1E8;
  --scale: 1;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background-color: #F5F1E8;
  font-family: 'Montserrat', sans-serif;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {

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

/* Pixel-perfect fixed viewport container — positioning/scale ONLY.
   All visual content (photo, blur/zoom intro, ambient effects) lives on
   the inner .focus-frame so the "focus pull" intro can animate its own
   transform/filter without touching this element's responsive scaling. */
.main-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1024px;
  height: 576px;
  transform: translate(-50%, -50%) scale(var(--scale));
  transform-origin: center center;
  overflow: hidden;
  box-shadow: none;
  z-index: 2;
}

/* =====================================================================
   SIGNATURE INTRO: "Focus Pull Reveal"
   No black cover, no wipe. The photo is visible from frame one, already
   slightly zoomed in and out of focus — like a lens still racking onto
   its subject. It then pulls sharp over ~0.6s, exactly like a manual
   focus ring being turned. The studio light switches on, a micro
   shutter-click pulse fires, and the headline's entrance begins the
   instant focus locks — one continuous "camera coming alive" motion
   rather than separate disconnected steps.
   ===================================================================== */
.focus-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url('assets/background_cleaned.jpg');
  background-size: 1024px 576px;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  transform-origin: center center;
  filter: blur(0);
  transform: scale(1);
  transition: filter 0.6s cubic-bezier(.16, .84, .32, 1), transform 0.6s cubic-bezier(.16, .84, .32, 1);
}

.focus-frame.pre-focus {
  filter: blur(20px);
  transform: scale(1.07);
}

/* the micro mechanical "click" right as focus locks — a tiny scale dip
   and back, nothing more */
.focus-frame.shutter-pulse {
  animation: shutterPulseAnim 0.22s ease-out;
}

@keyframes shutterPulseAnim {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.985);
  }

  100% {
    transform: scale(1);
  }
}

.body-footer-bg {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #585A11;
  z-index: 1;
  pointer-events: none;
}

/* ================= Ambient: the spotlight switching on =================
   A tight warm core right at the lamp, plus a broader, much softer spill
   biased toward the headline — like the light is genuinely reaching it.
   Now synced to the exact instant focus locks, not a separate beat. */
.spotlight-glow,
.spotlight-spill {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  transition: opacity 1.1s cubic-bezier(.22, .61, .36, 1);
}

.spotlight-glow {
  left: 900px;
  top: 370px;
  width: 460px;
  height: 460px;
  margin-left: -230px;
  margin-top: -230px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 205, 130, 0.55) 0%, rgba(255, 205, 130, 0.15) 45%, rgba(255, 205, 130, 0) 72%);
  mix-blend-mode: screen;
}

/* Realistic lamp warm-up: a couple of uneven flickers before the light
   settles, like a real tungsten studio light being switched on — instead
   of a flat fade this reads as an actual lamp catching power. */
.spotlight-glow.on {
  opacity: 1;
  animation: lampFlicker 1.4s cubic-bezier(.22, .61, .36, 1) forwards,
    lampBreathe 6s ease-in-out 1.4s infinite;
}

@keyframes lampFlicker {
  0% {
    opacity: 0;
  }

  6% {
    opacity: 0.65;
  }

  11% {
    opacity: 0.1;
  }

  18% {
    opacity: 0.8;
  }

  24% {
    opacity: 0.25;
  }

  34% {
    opacity: 0.95;
  }

  48% {
    opacity: 0.55;
  }

  65% {
    opacity: 1;
  }

  100% {
    opacity: 0.9;
  }
}

@keyframes lampBreathe {

  0%,
  100% {
    opacity: 0.9;
  }

  50% {
    opacity: 1;
  }
}

.spotlight-spill {
  left: 740px;
  top: 320px;
  width: 900px;
  height: 640px;
  margin-left: -450px;
  margin-top: -320px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 205, 130, 0.16) 0%, rgba(255, 205, 130, 0.06) 45%, rgba(255, 205, 130, 0) 75%);
  mix-blend-mode: soft-light;
}

.spotlight-spill.on {
  opacity: 1;
}

/* ================= Ambient: soft light drifting under the palm leaves =================
   Not a literal leaf cutout — a gentle dappled-light patch that slowly
   shifts, reading as a breeze moving the fronds rather than a static shot. */
.leaf-dapple {
  position: absolute;
  z-index: 3;
  left: 10px;
  top: 0px;
  width: 520px;
  height: 340px;
  pointer-events: none;
  filter: blur(28px);
  background: radial-gradient(ellipse 210px 150px at 32% 28%, rgba(15, 18, 8, 0.18) 0%, rgba(15, 18, 8, 0) 68%),
    radial-gradient(ellipse 170px 130px at 68% 58%, rgba(255, 252, 240, 0.09) 0%, rgba(255, 252, 240, 0) 62%);
  mix-blend-mode: multiply;
  animation: leafSway 8s ease-in-out infinite;
}

.leaf-dapple.layer-2 {
  left: -20px;
  top: 40px;
  width: 420px;
  height: 300px;
  background: radial-gradient(ellipse 180px 130px at 55% 40%, rgba(15, 18, 8, 0.13) 0%, rgba(15, 18, 8, 0) 65%);
  animation: leafSway2 10.5s ease-in-out infinite;
  animation-delay: -3.5s;
}

@keyframes leafSway {

  0%,
  100% {
    transform: translate(0, 0);
    opacity: 0.6;
  }

  50% {
    transform: translate(24px, 15px);
    opacity: 1;
  }
}

@keyframes leafSway2 {

  0%,
  100% {
    transform: translate(18px, -6px);
    opacity: 0.55;
  }

  50% {
    transform: translate(-16px, 12px);
    opacity: 0.95;
  }
}

/* ================= Ambient idle: sunlight flickering through the palm leaf =================
   Small warm glints flicker on their own loop in the gaps between fronds,
   like sunlight catching through leaves stirred by a breeze — a detail
   that plays continuously without needing any hover or click. */
.leaf-glints {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.leaf-glint {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 252, 235, 0.95) 0%, rgba(255, 248, 220, 0.35) 45%, rgba(255, 248, 220, 0) 75%);
  filter: blur(1.5px);
  opacity: 0;
}

.leaf-glint.g1 {
  left: 55px;
  top: 38px;
  animation: glintFlicker 4.2s ease-in-out infinite;
  animation-delay: 3.6s;
}

.leaf-glint.g2 {
  left: 158px;
  top: 82px;
  width: 7px;
  height: 7px;
  animation: glintFlicker 3.6s ease-in-out infinite;
  animation-delay: 4.4s;
}

.leaf-glint.g3 {
  left: 236px;
  top: 34px;
  animation: glintFlicker 5s ease-in-out infinite;
  animation-delay: 4.9s;
}

.leaf-glint.g4 {
  left: 96px;
  top: 154px;
  width: 6px;
  height: 6px;
  animation: glintFlicker 4.6s ease-in-out infinite;
  animation-delay: 5.4s;
}

.leaf-glint.g5 {
  left: 312px;
  top: 118px;
  width: 8px;
  height: 8px;
  animation: glintFlicker 3.9s ease-in-out infinite;
  animation-delay: 3.9s;
}

.leaf-glint.g6 {
  left: 40px;
  top: 210px;
  width: 6px;
  height: 6px;
  animation: glintFlicker 4.8s ease-in-out infinite;
  animation-delay: 6.1s;
}

@keyframes glintFlicker {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }

  12% {
    opacity: 0;
  }

  22% {
    opacity: 0.95;
    transform: scale(1.2);
  }

  34% {
    opacity: 0.15;
    transform: scale(0.75);
  }

  46% {
    opacity: 0.85;
    transform: scale(1.1);
  }

  62% {
    opacity: 0;
    transform: scale(0.6);
  }

  100% {
    opacity: 0;
    transform: scale(0.6);
  }
}

/* Subtle always-on cinematic ambience: soft vignette framing + fine grain,
   sitting quietly above everything without competing for attention */
.cine-ambience {
  position: absolute;
  inset: 0;
  z-index: 45;
  pointer-events: none;
}

.cine-ambience::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.14) 100%);
}

.cine-ambience::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.05;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* Cursor-following spotlight glow — a separate low-opacity layer so it
   never touches/transforms the text underneath (keeps everything sharp) */
.cursor-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(255, 250, 230, 0.35) 0%,
      rgba(255, 250, 230, 0.12) 40%,
      rgba(255, 250, 230, 0) 70%);
  mix-blend-mode: soft-light;
  z-index: 4;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
  will-change: transform;
}

/* Ambient floating dust/sparkle motes near the headline */
.sparkle-field {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

.floaty {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 70%);
  opacity: 0;
  animation: floatUp 6s ease-in-out infinite;
}

.floaty.s1 {
  left: 28%;
  top: 60%;
  animation-delay: 1.2s;
}

.floaty.s2 {
  left: 68%;
  top: 40%;
  animation-delay: 2.4s;
}

.floaty.s3 {
  left: 45%;
  top: 70%;
  animation-delay: 3.6s;
  width: 3px;
  height: 3px;
}

.floaty.s4 {
  left: 58%;
  top: 30%;
  animation-delay: 0.4s;
  width: 3px;
  height: 3px;
}

@keyframes floatUp {

  0%,
  100% {
    opacity: 0;
    transform: translateY(0) scale(0.8);
  }

  15% {
    opacity: 0.9;
  }

  50% {
    opacity: 0.5;
    transform: translateY(-26px) scale(1.1);
  }

  85% {
    opacity: 0;
    transform: translateY(-46px) scale(0.8);
  }
}

/* ================= Entrance choreography ================= */
/* Every element carries --d (its step index). Actual play only starts
   once .is-ready lands on the container — which now happens the instant
   the focus-pull locks sharp, so this feels like the next beat of the
   same motion rather than a separate reveal. */

/* Used for the hero-adjacent, larger elements (logo, tagline, description,
   CTA) where a blur-to-sharp focus pull reads as cinematic. */
.reveal {
  opacity: 0;
  filter: blur(16px);
  transform: translateY(10px) scale(1.035);
}

.is-ready .reveal {
  animation: rackFocus 1.3s cubic-bezier(.22, .61, .36, 1) forwards;
  animation-delay: calc(var(--d) * 0.15s + 0.1s);
}

@keyframes rackFocus {
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
}

/* Used for fine-detail rows (service icons, footer columns) — a blur pass
   over small icons/text reads as fuzzy rather than cinematic, so these
   just lift and fade instead. */
.reveal-simple {
  opacity: 0;
  transform: translateY(14px);
}

.is-ready .reveal-simple {
  animation: simpleUp 0.9s cubic-bezier(.22, .61, .36, 1) forwards;
  animation-delay: calc(var(--d) * 0.15s + 0.1s);
}

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

/* CTA still gets a touch more presence than a plain reveal, but smooth —
   no spring overshoot, matching the calmer, unhurried pacing throughout */
.cta-container.reveal {
  transform: translateY(10px) scale(0.94);
  filter: blur(10px);
}

.is-ready .cta-container.reveal {
  animation-name: revealPop;
}

@keyframes revealPop {
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
}

/* Headline uses a clipping mask so letters rise up from behind a hard edge,
   like a title card being revealed rather than simply fading in */
.reveal-mask {
  overflow: hidden;
}

.reveal-mask .mask-inner {
  display: inline-block;
  transform: translateY(115%);
}

.is-ready .reveal-mask .mask-inner {
  animation: maskRise 1.15s cubic-bezier(.22, .61, .36, 1) forwards;
  animation-delay: calc(var(--d) * 0.15s + 0.1s);
}

@keyframes maskRise {
  to {
    transform: translateY(0);
  }
}

/* Real logo artwork, cropped tight to its visible mark so it drops into
   the same footprint the old text-based logo occupied (no extra
   transparent padding shifting the header layout) */
.logo-img-wrap {
  width: 88px;
  height: 70px;
  overflow: hidden;
  position: relative;
}

.logo-img-wrap .logo-img {
  position: absolute;
  left: -56px;
  top: -35px;
  width: 198px;
  height: 140px;
  max-width: none;
}

/* Real scannable QR code, sitting in the footer where the placeholder
   graphic used to be */
.footer-qr {
  position: absolute;
  left: 115px;
  top: 12px;
  width: 58px;
  height: 58px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
  pointer-events: auto;
}

.footer-qr img {
  width: 100%;
  height: 100%;
  display: block;
}

/* A thin bright beam sweeping down the QR code on a loop, like it's being
   actively scanned — small thematic detail that invites the tap/scan */
.footer-qr::after {
  content: '';
  position: absolute;
  left: 0;
  top: -8px;
  width: 100%;
  height: 8px;
  background: linear-gradient(to bottom,
      rgba(181, 224, 90, 0) 0%,
      rgba(202, 240, 120, 0.95) 50%,
      rgba(181, 224, 90, 0) 100%);
  mix-blend-mode: screen;
  pointer-events: none;
  animation: qrScan 3.4s ease-in-out infinite;
  animation-delay: 4.6s;
}

@keyframes qrScan {
  0% {
    top: -8px;
    opacity: 0;
  }

  8% {
    opacity: 1;
  }

  48% {
    top: 100%;
    opacity: 1;
  }

  56% {
    opacity: 0;
  }

  100% {
    top: -8px;
    opacity: 0;
  }
}

.header-section {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Top "in" text */
.logo-in {
  font-family: 'Playfair Display', serif;
  font-size: 25px;
  font-weight: 500;
  color: var(--olive-color);
  line-height: 0.6;
  margin-left: -5px;
}

/* Middle "shot" text */
.logo-shot {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  font-weight: 700;
  color: var(--olive-color);
  line-height: 0.85;
  margin-top: 1px;
}

/* Bottom "media" text */
.logo-media {
  font-family: 'Montserrat', sans-serif;
  font-size: 9.5px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--olive-color);
  letter-spacing: 0.15em;
  line-height: 1;
  margin-top: 2px;
}

.tagline {
  font-family: 'Montserrat', sans-serif;
  font-size: 7.5px;
  font-weight: 600;
  color: var(--black-color);
  letter-spacing: 0.28em;
  margin-top: 16px;
  text-align: center;
  opacity: 0.95;
}

.is-ready .tagline {
  animation-name: revealUpTagline;
}

@keyframes revealUpTagline {
  from {
    opacity: 0;
    filter: blur(16px);
    transform: translateY(10px) scale(1.035);
  }

  to {
    opacity: 0.95;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
}

/* Main Hero Section (COMING SOON) */
.hero-section {
  position: absolute;
  top: 138px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.hero-title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 82px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 0.9;
  text-align: center;
  position: relative;
}

.hero-title.coming {
  color: var(--black-color);
  text-shadow: 2px 4px 12px rgba(0, 0, 0, 0.06);
}

.hero-title.soon {
  color: var(--olive-color);
  text-shadow: 2px 4px 12px rgba(107, 114, 30, 0.06);
  letter-spacing: 0.13em;
  margin-top: -5px;
  /* overlapping line-height matches reference */
}

/* Gold-olive shimmer that sweeps through the SOON text on a loop,
   like light catching foil-stamped lettering */
.shine-text {
  background: linear-gradient(100deg,
      var(--olive-color) 35%,
      #b7c24a 48%,
      var(--olive-color) 60%);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: shineSweep 5s ease-in-out 2.4s infinite;
}

@keyframes shineSweep {
  0% {
    background-position: 100% 0;
  }

  50% {
    background-position: 0 0;
  }

  100% {
    background-position: -100% 0;
  }
}

/* Sparkle icon at the top-left bend of 'C' */
.sparkle {
  position: absolute;
  top: 14px;
  left: -2px;
  width: 14px;
  height: 14px;
  pointer-events: none;
  filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.9));
  animation: shine 4s ease-in-out infinite alternate;
  opacity: 0;
}

.is-ready .sparkle {
  opacity: 1;
  animation: shine 4s ease-in-out 1.4s infinite alternate;
}

.sparkle svg {
  width: 100%;
  height: 100%;
}

@keyframes shine {
  0% {
    transform: scale(0.9);
    opacity: 0.8;
  }

  100% {
    transform: scale(1.15);
    opacity: 1;
  }
}

/* Description Text Section */
.description-section {
  position: absolute;
  top: 312px;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.description-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.55;
  color: var(--black-color);
  text-align: center;
  letter-spacing: 0.02em;
  opacity: 0.95;
}

.is-ready .description-text {
  animation-name: revealUpDesc;
}

@keyframes revealUpDesc {
  from {
    opacity: 0;
    filter: blur(16px);
    transform: translateY(10px) scale(1.035);
  }

  to {
    opacity: 0.95;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
}

.description-text .highlight {
  color: var(--olive-color);
  font-weight: 700;
  position: relative;
}

/* A thin olive underline draws itself in under "InShot Media" once the
   text has focused into view — a quiet signature-brand flourish */
.description-text .highlight::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1.5px;
  background: var(--olive-color);
  transform: scaleX(0);
  transform-origin: left;
  opacity: 0;
}

.is-ready .description-text .highlight::after {
  animation: underlineDraw 0.7s cubic-bezier(.22, .61, .36, 1) forwards;
  animation-delay: 1.05s;
}

@keyframes underlineDraw {
  from {
    transform: scaleX(0);
    opacity: 0;
  }

  to {
    transform: scaleX(1);
    opacity: 1;
  }
}

/* CTA Container & Button */
.cta-container {
  margin-top: 16px;
}

.cta-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 18px;
  border: 1.5px solid var(--olive-color);
  background-color: transparent;
  color: var(--olive-color);
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  transition: transform 0.15s ease-out, color 0.3s ease, box-shadow 0.3s ease;
  gap: 7px;
  overflow: hidden;
  isolation: isolate;
}

.cta-button svg,
.cta-label {
  position: relative;
  z-index: 2;
}

/* Fill that grows from the center on hover, replacing the flat
   background-color hover state with a directional reveal */
.cta-fill {
  position: absolute;
  inset: 0;
  background-color: var(--olive-color);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.4s cubic-bezier(.65, 0, .35, 1);
  z-index: 1;
}

.cta-button svg {
  width: 10px;
  height: 10px;
  transition: transform 0.3s ease;
}

.cta-button:hover {
  color: var(--bg-color);
  box-shadow: 0 6px 20px rgba(107, 114, 30, 0.3);
  transform: translateY(-2px) scale(1.02);
}

.cta-button:hover .cta-fill {
  transform: scaleX(1);
}

.cta-button:hover svg {
  transform: translate(1px, -1px);
}

/* Click ripple */
.ripple {
  position: absolute;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  margin-top: -4px;
  border-radius: 50%;
  background: rgba(245, 241, 232, 0.7);
  transform: scale(0);
  animation: rippleOut 0.6s ease-out forwards;
  z-index: 3;
  pointer-events: none;
}

@keyframes rippleOut {
  to {
    transform: scale(22);
    opacity: 0;
  }
}

/* Camera-shutter flash burst on CTA click — a quick, bright, photographic
   click that ties the button interaction back to the camera-iris theme
   of the whole page, instead of a generic click feedback */
.shutter-flash {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.55) 40%, rgba(255, 255, 255, 0) 75%);
  z-index: 60;
  pointer-events: none;
  opacity: 0;
}

.shutter-flash.fire {
  animation: shutterFire 0.5s cubic-bezier(.22, .61, .36, 1) forwards;
}

@keyframes shutterFire {
  0% {
    opacity: 0;
  }

  12% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* Services Row */
.services-section {
  position: absolute;
  top: 421px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.services-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 112px;
  position: relative;
  transition: transform 0.25s cubic-bezier(.22, .61, .36, 1);
}

.service-icon {
  color: var(--olive-color);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  margin-bottom: 6px;
  transition: transform 0.35s cubic-bezier(.34, 1.56, .64, 1);
}

.service-item:hover .service-icon {
  transform: scale(1.18) rotate(-6deg);
}

.service-icon svg {
  width: 19px;
  height: 19px;
}

.service-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--black-color);
  text-transform: capitalize;
  letter-spacing: 0.02em;
  position: relative;
}

.service-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: var(--olive-color);
  transition: width 0.3s ease, left 0.3s ease;
}

.service-item:hover .service-title::after {
  width: 100%;
  left: 0;
}

.service-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 32px;
  background-color: rgba(26, 26, 26, 0.1);
  pointer-events: none;
}

/* Footer Section Overlay */
.footer-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 82px;
  background-color: transparent;
  pointer-events: none;
}

.footer-columns {
  position: absolute;
  left: 214px;
  width: 596px;
  height: 100%;
  display: flex;
  align-items: center;
  pointer-events: auto;
}

.footer-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.footer-column.connect {
  width: 190px;
  padding-left: 2px;
}

.footer-column.social {
  width: 216px;
  align-items: center;
}

.footer-column.based-in {
  width: 190px;
  padding-left: 22px;
}

.footer-header {
  font-family: 'Montserrat', sans-serif;
  font-size: 8px;
  font-weight: 700;
  color: rgba(245, 241, 232, 0.88);
  letter-spacing: 0.12em;
  margin-bottom: 6px;
}

.connect-items {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.connect-item,
.location-item {
  display: flex;
  align-items: center;
  color: var(--cream-white);
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  gap: 8px;
  white-space: nowrap;
}

.footer-icon,
.connect-icon {
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  margin-right: 8px;
  color: rgba(245, 241, 232, 0.95);
  flex-shrink: 0;
  stroke-width: 2.4;
}

.footer-divider-line {
  width: 1px;
  height: 38px;
  background-color: rgba(245, 241, 232, 0.15);
}

/* Social Icons in Footer */
.social-icons {
  display: flex;
  gap: 8px;
  margin-top: 2px;
}

.social-icon {
  background-color: var(--cream-white);
  color: #585A11;
  /* Blend-out color matching footer background */
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.social-icon svg {
  width: 10px;
  height: 10px;
  fill: currentColor;
}

.social-icon:hover {
  background-color: var(--olive-color);
  color: var(--cream-white);
  transform: translateY(-4px) rotate(-8deg);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

/* ================= Camera hotspot: "taking a photo" on hover =================
   An invisible zone sitting over the camera in the background photo.
   Hovering feels like nudging the camera awake — autofocus brackets snap
   in, the iris blinks shut-and-open once, a soft local flash pops, and a
   little photo chip ejects and drifts away, like a shot was just taken. */
.camera-hotspot {
  position: absolute;
  left: 760px;
  top: 10px;
  width: 264px;
  height: 270px;
  z-index: 20;
  cursor: pointer;
}

.camera-af {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.camera-af.active {
  opacity: 1;
}

.camera-af span {
  position: absolute;
  width: 22px;
  height: 22px;
  border: 2px solid rgba(255, 245, 220, 0.9);
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.35));
}

.camera-af .tl {
  left: 18%;
  top: 12%;
  border-right: none;
  border-bottom: none;
}

.camera-af .tr {
  right: 12%;
  top: 12%;
  border-left: none;
  border-bottom: none;
}

.camera-af .bl {
  left: 18%;
  bottom: 22%;
  border-right: none;
  border-top: none;
}

.camera-af .br {
  right: 12%;
  bottom: 22%;
  border-left: none;
  border-top: none;
}

.camera-af.active span {
  animation: afSnap 0.5s cubic-bezier(.22, .61, .36, 1) both;
}

@keyframes afSnap {
  0% {
    transform: scale(1.6);
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Iris/shutter blades: a ring that blinks shut then open, right over the
   lens, giving the actual "click" motion of a photo being taken */
.camera-iris {
  position: absolute;
  left: 50%;
  top: 46%;
  width: 54px;
  height: 54px;
  margin-left: -27px;
  margin-top: -27px;
  border-radius: 50%;
  border: 2px solid rgba(255, 245, 220, 0.85);
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.4));
}

.camera-iris.snap {
  animation: irisBlink 0.55s cubic-bezier(.45, 0, .2, 1) both;
}

@keyframes irisBlink {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }

  40% {
    transform: scale(0.15);
    opacity: 1;
  }

  70% {
    transform: scale(1.1);
    opacity: 0.8;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* Small local flash confined to the lens area only — not a full-page flash,
   so it reads as the camera's own flash firing rather than a page effect */
.camera-flash-local {
  position: absolute;
  left: 50%;
  top: 46%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.95) 0%, rgba(255, 250, 230, 0.5) 45%, rgba(255, 250, 230, 0) 75%);
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: screen;
}

.camera-flash-local.pop {
  animation: localFlashPop 0.6s ease-out both;
}

@keyframes localFlashPop {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }

  15% {
    opacity: 1;
    transform: scale(2.2);
  }

  100% {
    opacity: 0;
    transform: scale(3.4);
  }
}

/* The little photo chip that ejects from the lens and drifts up-away,
   like a snapshot the camera just took */
.photo-chip {
  position: absolute;
  left: 50%;
  top: 46%;
  width: 26px;
  height: 20px;
  margin-left: -13px;
  margin-top: -10px;
  background: var(--cream-white);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  pointer-events: none;
  opacity: 0;
  z-index: 21;
}

.photo-chip::after {
  content: '';
  position: absolute;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 8px;
  background: linear-gradient(135deg, #d8dfc0, #9aa563);
  border-radius: 1px;
}

.photo-chip.eject {
  animation: photoEject 1.1s cubic-bezier(.22, .61, .36, 1) both;
}

@keyframes photoEject {
  0% {
    opacity: 0;
    transform: translate(0, 0) rotate(0deg) scale(0.7);
  }

  15% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(-38px, -58px) rotate(-16deg) scale(1);
  }
}

/* ================= Clapperboard hotspot: a "take" happens on click =================
   Sits over the clapperboard in the background photo. Clicking it feels
   like calling a take: a quiet impact ring pulses out from the tap point
   and a small "TAKE n" marker rises and fades — contained entirely to
   this corner so nothing else on the page moves or shakes. */
.clapper-hotspot {
  position: absolute;
  left: 0px;
  top: 300px;
  width: 235px;
  height: 190px;
  z-index: 20;
  cursor: pointer;
}

.clap-ring {
  position: absolute;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 50%;
  border: 2px solid rgba(107, 114, 30, 0.8);
  pointer-events: none;
  opacity: 0;
  z-index: 22;
}

.clap-ring.expand {
  animation: clapRingOut 0.6s cubic-bezier(.22, .61, .36, 1) forwards;
}

@keyframes clapRingOut {
  0% {
    transform: scale(0.4);
    opacity: 0.9;
  }

  100% {
    transform: scale(6.5);
    opacity: 0;
  }
}

/* Slim motion streaks that flick outward on click, reinforcing the snap
   of the clapper without moving anything else on the page */
.clap-streak {
  position: absolute;
  width: 18px;
  height: 2px;
  background: rgba(26, 26, 26, 0.55);
  border-radius: 2px;
  pointer-events: none;
  opacity: 0;
  z-index: 22;
  transform-origin: left center;
}

.clap-streak.go {
  animation: streakOut 0.4s ease-out forwards;
}

@keyframes streakOut {
  0% {
    opacity: 0.9;
    transform: scaleX(0.3);
  }

  100% {
    opacity: 0;
    transform: scaleX(1.6) translateX(14px);
  }
}

.take-counter {
  position: absolute;
  left: 50%;
  top: 8px;
  transform: translate(-50%, 0);
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--cream-white);
  background: rgba(26, 26, 26, 0.75);
  padding: 3px 9px;
  border-radius: 3px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  z-index: 23;
}

.take-counter.pop {
  animation: takePop 1.2s cubic-bezier(.22, .61, .36, 1) both;
}

@keyframes takePop {
  0% {
    opacity: 0;
    transform: translate(-50%, 6px) scale(0.85);
  }

  18% {
    opacity: 1;
    transform: translate(-50%, -4px) scale(1);
  }

  78% {
    opacity: 1;
    transform: translate(-50%, -4px) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -14px) scale(0.96);
  }
}

/* A small, strictly local "thud" — scales only this corner's own overlay,
   never the page, so the click reads as impact without any page-wide
   shake or blur */
.clap-thud {
  position: absolute;
  inset: 0;
  pointer-events: none;
  transform: scale(1);
}

.clap-thud.hit {
  animation: thudPulse 0.28s ease-out both;
}

@keyframes thudPulse {
  0% {
    transform: scale(1);
  }

  40% {
    transform: scale(0.965);
  }

  100% {
    transform: scale(1);
  }
}

/* ================= Ambient idle: clapperboard catches a passing gleam =================
   Runs on its own loop, no hover needed — a soft diagonal shine drifts
   across the clapper every few seconds, like light glancing off its
   glossy surface, plus a couple of quiet dust motes drifting near it. */
.clapper-idle-shine {
  position: absolute;
  left: 0px;
  top: 300px;
  width: 235px;
  height: 190px;
  overflow: hidden;
  pointer-events: none;
  z-index: 19;
  /* feather the rectangular bounds so the sweep fades out naturally
     instead of reading as a hard-edged box over the photo */
  -webkit-mask-image: radial-gradient(ellipse 62% 62% at 45% 55%, black 35%, transparent 82%);
  mask-image: radial-gradient(ellipse 62% 62% at 45% 55%, black 35%, transparent 82%);
}

.clapper-idle-shine::before {
  content: '';
  position: absolute;
  top: -30%;
  left: -70%;
  width: 45%;
  height: 170%;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 245, 0.32) 50%, rgba(255, 255, 255, 0) 100%);
  filter: blur(10px);
  transform: rotate(18deg);
  opacity: 0;
  animation: clapShineSweep 6s ease-in-out infinite;
  animation-delay: 3.8s;
}

@keyframes clapShineSweep {
  0% {
    left: -70%;
    opacity: 0;
  }

  6% {
    opacity: 0.85;
  }

  40% {
    opacity: 0.85;
  }

  55% {
    left: 130%;
    opacity: 0;
  }

  100% {
    left: 130%;
    opacity: 0;
  }
}

.floaty.clap1 {
  left: 6%;
  top: 76%;
  animation: floatUp 5.5s ease-in-out infinite;
  animation-delay: 4.4s;
}

.floaty.clap2 {
  left: 16%;
  top: 88%;
  width: 3px;
  height: 3px;
  animation: floatUp 6.5s ease-in-out infinite;
  animation-delay: 5.6s;
}

/* ================= Ambient idle: the studio light quietly alive =================
   Sits right at the bulb — a small twinkling core plus faint rays that
   sway, so the light reads as switched-on and breathing even when no
   one is hovering anywhere near it. */
.light-idle-sparkle {
  position: absolute;
  left: 955px;
  top: 432px;
  width: 34px;
  height: 34px;
  margin-left: -17px;
  margin-top: -17px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(255, 250, 235, 0.95) 0%,
      rgba(255, 222, 150, 0.55) 32%,
      rgba(255, 190, 110, 0.22) 58%,
      rgba(255, 190, 110, 0) 80%);
  filter: blur(2px);
  z-index: 19;
  pointer-events: none;
  opacity: 0;
  animation: bulbTwinkle 4.4s ease-in-out infinite;
  animation-delay: 3.8s;
}

@keyframes bulbTwinkle {
  0% {
    opacity: 0.55;
    transform: scale(0.92);
  }

  22% {
    opacity: 0.8;
    transform: scale(1.05);
  }

  38% {
    opacity: 0.62;
    transform: scale(0.96);
  }

  55% {
    opacity: 0.95;
    transform: scale(1.12);
  }

  74% {
    opacity: 0.68;
    transform: scale(0.98);
  }

  100% {
    opacity: 0.55;
    transform: scale(0.92);
  }
}

/* Faint warm haze rising off the hot lens — the small, unglamorous detail
   that makes a "switched on" light read as real rather than a sticker */
.light-idle-haze {
  position: absolute;
  left: 955px;
  top: 432px;
  width: 60px;
  height: 100px;
  margin-left: -30px;
  margin-top: -132px;
  background: linear-gradient(to top, rgba(255, 220, 165, 0.16) 0%, rgba(255, 220, 165, 0.05) 55%, rgba(255, 220, 165, 0) 100%);
  filter: blur(7px);
  mix-blend-mode: screen;
  z-index: 18;
  pointer-events: none;
  opacity: 0;
  animation: hazeRise 5.2s ease-in-out infinite;
  animation-delay: 4.2s;
}

@keyframes hazeRise {
  0% {
    transform: translateY(10px) scaleY(0.88);
    opacity: 0.12;
  }

  50% {
    transform: translateY(-14px) scaleY(1.18);
    opacity: 0.34;
  }

  100% {
    transform: translateY(10px) scaleY(0.88);
    opacity: 0.12;
  }
}

/* =====================================================================
   Four extra "wow on first load" ambient details, one per brand
   element (camera / studio light / palm leaves / clapperboard). These
   are always-on, no hover required, and tuned to be felt rather than
   noticed — the goal is a page that already feels alive before a client
   touches anything.
   ===================================================================== */

/* 1) CAMERA — a curved highlight drifting slowly across the front glass,
   like the lens catching ambient room light as if it were real glass,
   not a flat photo. Rocks back and forth on a slow, uneven loop so it
   never reads as a mechanical repeat. */
.camera-lens-glint {
  position: absolute;
  left: 760px;
  top: 10px;
  width: 264px;
  height: 270px;
  z-index: 19;
  pointer-events: none;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(circle 30px at 50% 46%, black 55%, transparent 100%);
  mask-image: radial-gradient(circle 30px at 50% 46%, black 55%, transparent 100%);
}

.camera-lens-glint::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 46%;
  width: 64px;
  height: 16px;
  margin-left: -32px;
  margin-top: -30px;
  border-radius: 50%;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 245, 0.75) 50%, rgba(255, 255, 255, 0) 100%);
  filter: blur(2.5px);
  transform-origin: 50% 220%;
  opacity: 0;
  animation: lensGlintSweep 7.5s ease-in-out infinite;
  animation-delay: 2.2s;
}

@keyframes lensGlintSweep {
  0% {
    transform: rotate(-20deg);
    opacity: 0;
  }

  10% {
    opacity: 0.85;
  }

  45% {
    transform: rotate(16deg);
    opacity: 0.55;
  }

  62% {
    opacity: 0;
  }

  100% {
    transform: rotate(-20deg);
    opacity: 0;
  }
}

/* 2) STUDIO LIGHT — a soft cone of volumetric rays swaying from the bulb,
   as though the lamp is genuinely throwing a beam into the room, not
   just glowing on the spot. Sits underneath the existing twinkle/haze. */
.light-god-rays {
  position: absolute;
  left: 955px;
  top: 432px;
  width: 260px;
  height: 260px;
  margin-left: -130px;
  margin-top: -232px;
  z-index: 17;
  pointer-events: none;
  opacity: 0;
  background: conic-gradient(from 195deg at 50% 92%,
      rgba(255, 224, 160, 0) 0deg,
      rgba(255, 224, 160, 0.14) 9deg,
      rgba(255, 224, 160, 0) 22deg,
      rgba(255, 224, 160, 0) 38deg,
      rgba(255, 224, 160, 0.1) 49deg,
      rgba(255, 224, 160, 0) 61deg,
      rgba(255, 224, 160, 0) 88deg,
      rgba(255, 224, 160, 0.12) 100deg,
      rgba(255, 224, 160, 0) 112deg);
  -webkit-mask-image: radial-gradient(ellipse 55% 90% at 50% 100%, black 0%, transparent 78%);
  mask-image: radial-gradient(ellipse 55% 90% at 50% 100%, black 0%, transparent 78%);
  transform-origin: 50% 100%;
  animation: godRaysIn 2s ease forwards, godRaysSway 9s ease-in-out 4s infinite;
  animation-delay: 4s, 4s;
}

@keyframes godRaysIn {
  to {
    opacity: 1;
  }
}

@keyframes godRaysSway {

  0%,
  100% {
    transform: rotate(-4deg);
  }

  50% {
    transform: rotate(4deg);
  }
}

/* 3) PALM LEAVES — a broader, slower shadow drifting across the upper-left
   corner, reading as real foliage shifting in a breeze and cutting the
   light differently moment to moment (bigger and slower than the small
   leaf-glints above, so together they read as one coherent breeze). */
.leaf-shadow-sweep {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom right, black 0%, transparent 52%);
  mask-image: linear-gradient(to bottom right, black 0%, transparent 52%);
}

.leaf-shadow-sweep::before {
  content: '';
  position: absolute;
  top: -25%;
  left: -45%;
  width: 75%;
  height: 165%;
  background: linear-gradient(115deg, rgba(20, 22, 10, 0) 0%, rgba(20, 22, 10, 0.1) 45%, rgba(20, 22, 10, 0) 100%);
  filter: blur(20px);
  animation: leafShadowDrift 12s ease-in-out infinite;
  animation-delay: 1.6s;
}

@keyframes leafShadowDrift {

  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }

  50% {
    transform: translate(58px, 24px) rotate(2deg);
  }
}

/* 4) CLAPPERBOARD — a quiet breathing glow along its wood/paint, so the
   prop reads as sitting under real light rather than being flat in the
   photo, plus two extra dust motes catching the key light near it. */
.clapper-glow-edge {
  position: absolute;
  left: 0px;
  top: 300px;
  width: 235px;
  height: 190px;
  z-index: 19;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(ellipse 60% 60% at 40% 55%, black 30%, transparent 80%);
  mask-image: radial-gradient(ellipse 60% 60% at 40% 55%, black 30%, transparent 80%);
}

.clapper-glow-edge::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90px 60px at 45% 40%, rgba(255, 238, 205, 0.16) 0%, rgba(255, 238, 205, 0) 70%);
  opacity: 0.15;
  animation: clapGlowPulse 5.5s ease-in-out infinite;
  animation-delay: 5s;
}

@keyframes clapGlowPulse {

  0%,
  100% {
    opacity: 0.15;
  }

  50% {
    opacity: 0.4;
  }
}

.floaty.clap3 {
  left: 10%;
  top: 82%;
  width: 3px;
  height: 3px;
  animation: floatUp 7s ease-in-out infinite;
  animation-delay: 6.4s;
}

.floaty.clap4 {
  left: 20%;
  top: 70%;
  animation: floatUp 6.2s ease-in-out infinite;
  animation-delay: 7.1s;
}

/* =====================================================================
   Signature headline reveal — "COMING" builds letter by letter like
   a real film title card (each letter its own small rise/blur/tilt),
   then "SOON" drops in as one solid punch with its shimmer, and a single
   soft spotlight sweep passes once across the whole headline right after
   — like a lamp catching a freshly hung sign. Everything here is scoped
   to the headline itself; nothing else on the page moves. */
.letter-reveal {
  display: inline-block;
  opacity: 0;
  transform: translateY(10%) scale(2.2);
  filter: blur(16px);
}

.is-ready .letter-reveal {
  animation: letterRise 0.7s cubic-bezier(.22, .9, .25, 1.15) forwards;
  animation-delay: calc(var(--d) * 0.15s + 0.05s + var(--i) * 0.045s);
}

@keyframes letterRise {
  0% {
    opacity: 0;
    transform: translateY(10%) scale(2.2);
    filter: blur(16px);
  }

  55% {
    opacity: 1;
    filter: blur(0);
  }

  78% {
    transform: translateY(0) scale(0.94);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

/* the one-shot spotlight sweep, feathered top/bottom so it never reads
   as a hard-edged box crossing the frame */
.hero-light-sweep {
  position: absolute;
  inset: -8px -30px;
  pointer-events: none;
  overflow: hidden;
  z-index: 3;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
}

.hero-light-sweep::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -60%;
  width: 32%;
  height: 200%;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 250, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  filter: blur(7px);
  transform: rotate(9deg);
  opacity: 0;
}

.is-ready .hero-light-sweep::before {
  animation: heroSweep 1.1s cubic-bezier(.3, .6, .35, 1) forwards;
  animation-delay: 1.95s;
}

@keyframes heroSweep {
  0% {
    left: -60%;
    opacity: 0;
  }

  10% {
    opacity: 0.9;
  }

  55% {
    opacity: 0.75;
  }

  100% {
    left: 130%;
    opacity: 0;
  }
}


/* =====================================================================
   RESPONSIVE: DEDICATED TABLET & MOBILE LAYOUTS
   Desktop (>= 1024px): COMPLETELY UNTOUCHED — JS scale system active.
   Tablet / Mobile: Purpose-built layouts — no scaling, no compression.
   ===================================================================== */

/* Elements shown only on tablet/mobile */
.footer-bottom-bar { display: none; }
.footer-qr-label   { display: none; }


/* ═══════════════════════════════════════════════════════════════════
   TABLET + MOBILE SHARED BASE  (<= 1023px)
   ═══════════════════════════════════════════════════════════════════ */
@media (max-width: 1023px) {

  body {
    height: auto;
    min-height: 100vh;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: transparent;
  }

  /* Fixed background for smooth scrolling without iOS stretch bug */
  body::before {
    content: '';
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: var(--bg-color);
    background-image: url('assets/background_cleaned.jpg');
    background-size: cover;
    background-position: center 10%;
    z-index: -10;
  }

  .body-footer-bg { display: none; }

  .main-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transform: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
  }

  /* focus-frame becomes the main flow wrapper */
  .focus-frame {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: transparent;
    overflow: hidden;
    transform: none;
    filter: none;
    transition: none;
  }

  /* Disable intro animation states */
  .focus-frame.pre-focus  { filter: none; transform: none; }
  .focus-frame.shutter-pulse { animation: none; }

  /* Hide ambient desktop overlays */
  .spotlight-glow, .spotlight-spill, .leaf-dapple, .cursor-glow,
  .camera-hotspot, .camera-lens-glint, .clapper-hotspot, .clapper-idle-shine,
  .clapper-glow-edge, .light-god-rays, .light-idle-sparkle, .light-idle-haze { display: none; }

  /* Full-frame ambient layers - let them cover the fixed viewport */
  .leaf-glints, .leaf-shadow-sweep, .cine-ambience, .sparkle-field { 
    position: fixed; 
    inset: 0; 
    pointer-events: none; 
    z-index: 1;
  }

  .shutter-flash { position: fixed; inset: 0; z-index: 60; pointer-events: none; }

  /* ─────────────────────────────────────
     HEADER
     ───────────────────────────────────── */
  .header-section {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 5vh 24px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
  }

  .logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .logo-img-wrap { width: 100px; height: 80px; }
  .logo-img-wrap .logo-img { left: -64px; top: -40px; width: 228px; height: 160px; }

  .tagline {
    font-size: 10px;
    letter-spacing: 0.28em;
    margin-top: 16px;
    opacity: 0.85;
    text-align: center;
  }

  /* ─────────────────────────────────────
     HERO
     ───────────────────────────────────── */
  .hero-section {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 3vh 24px 0;
    display: flex;
    justify-content: center;
    z-index: 10;
  }

  .hero-title-container {
    width: auto;
    align-items: center;
  }

  .hero-title {
    font-size: 58px;
    letter-spacing: 0.1em;
    line-height: 0.95;
    text-align: center;
  }

  .hero-title.soon {
    margin-top: -2px;
    letter-spacing: 0.12em;
  }

  .sparkle { width: 12px; height: 12px; top: 12px; left: -2px; }

  /* ─────────────────────────────────────
     DESCRIPTION + CTA
     ───────────────────────────────────── */
  .description-section {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 2.5vh 24px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
  }

  .description-text {
    font-size: 15px;
    line-height: 1.65;
    text-align: center;
    max-width: 480px;
    opacity: 0.95;
    color: rgba(26, 26, 26, 0.9);
  }

  .description-text br { display: none; }

  .cta-container { margin-top: 20px; }

  .cta-button {
    height: 44px;
    padding: 0 32px;
    font-size: 12px;
    letter-spacing: 0.18em;
    gap: 10px;
    border-width: 1.5px;
    border-radius: 4px;
    transition: transform 0.25s cubic-bezier(.22, .61, .36, 1), box-shadow 0.25s ease, color 0.25s ease;
  }

  .cta-button svg { width: 12px; height: 12px; }

  /* Mobile Tap interaction */
  .cta-button:active {
    transform: scale(0.96);
    box-shadow: 0 2px 8px rgba(107, 114, 30, 0.15);
  }
  .cta-button:active .cta-fill {
    transform: scaleX(1);
    transition: transform 0.2s cubic-bezier(.22, .61, .36, 1);
  }

  /* ─────────────────────────────────────
     SERVICES
     ───────────────────────────────────── */
  .services-section {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 3vh 24px 24px;
    display: flex;
    justify-content: center;
    z-index: 10;
    flex-grow: 1; 
  }

  .services-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    max-width: 500px;
    width: 100%;
  }

  .service-item::after { 
    display: none !important; 
  }

  .service-item {
    width: 100%;
    padding: 18px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.15) 100%);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 14px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08), inset 0 1px 1px rgba(255, 255, 255, 0.4);
    transition: transform 0.3s cubic-bezier(.22, .61, .36, 1), box-shadow 0.3s ease, background 0.3s ease;
  }
  
  @media (hover: hover) {
    .service-item:hover {
      transform: translateY(-4px) scale(1.01);
      box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12), inset 0 1px 1px rgba(255, 255, 255, 0.6);
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.25) 100%);
    }
  }
  .service-item:active {
    transform: scale(0.97) translateY(0);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08), inset 0 1px 1px rgba(255, 255, 255, 0.3);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
  }

  .service-icon { height: 28px; margin-bottom: 12px; color: var(--olive-color); }
  .service-icon svg { width: 24px; height: 24px; stroke-width: 1.8; }
  .service-title { font-size: 12px; line-height: 1.4; font-weight: 600; letter-spacing: 0.04em; }
  
  .service-title::after { display: none !important; }

  /* ─────────────────────────────────────
     FOOTER
     ───────────────────────────────────── */
  .footer-overlay {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
    background: linear-gradient(180deg, rgba(88, 90, 17, 0.8) 0%, rgba(50, 52, 9, 0.95) 100%);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 -8px 30px rgba(0, 0, 0, 0.15);
    pointer-events: auto;
    margin-top: 16px;
    padding: 36px 24px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    z-index: 10;
  }

  .footer-qr {
    position: relative;
    left: auto;
    top: auto;
    width: 76px;
    height: 76px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
    padding: 6px;
    background: rgba(245, 241, 232, 0.95);
  }

  .footer-qr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
  }

  .footer-qr-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.35em;
    color: rgba(245, 241, 232, 0.8);
    text-transform: uppercase;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 28px;
    width: 100%;
  }

  .footer-qr-label::before,
  .footer-qr-label::after {
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    background-color: rgba(245, 241, 232, 0.2);
  }

  .footer-columns {
    position: relative;
    left: auto;
    width: 100%;
    max-width: 500px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    padding-bottom: 24px;
  }

  .footer-divider-line { display: none; }

  .footer-column {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100% !important;
    padding: 0 !important;
  }

  .footer-header { 
    font-size: 10px; 
    letter-spacing: 0.3em; 
    margin-bottom: 12px; 
    color: rgba(245, 241, 232, 0.6); 
    font-weight: 500; 
    text-transform: uppercase;
  }
  
  .connect-items { 
    gap: 10px; 
    align-items: center; 
    display: flex; 
    flex-direction: column; 
  }
  
  .connect-item { 
    font-size: 15px; 
    font-weight: 400; 
    gap: 10px; 
    justify-content: center; 
    color: rgba(245, 241, 232, 0.95); 
    display: flex; 
    align-items: center; 
    letter-spacing: 0.05em;
  }

  .location-item { 
    font-size: 13px; 
    font-weight: 400; 
    color: rgba(245, 241, 232, 0.85); 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    gap: 10px; 
    letter-spacing: 0.1em; 
    padding: 8px 18px; 
    border-radius: 100px; 
    background: rgba(255, 255, 255, 0.04); 
    border: 1px solid rgba(255, 255, 255, 0.08); 
  }

  .footer-icon, .connect-icon {
    width: 14px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
    margin-right: 0;
    flex-shrink: 0;
    opacity: 0.6;
  }

  .social-icons { 
    gap: 16px; 
    margin-top: 0px; 
    justify-content: center; 
    display: flex; 
    align-items: center; 
  }
  
  .social-icon  { 
    width: 40px; 
    height: 40px; 
    background-color: rgba(245, 241, 232, 0.05); 
    border: 1px solid rgba(245, 241, 232, 0.1); 
    color: rgba(245, 241, 232, 0.9); 
    border-radius: 50%; 
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); 
    display: flex; 
    align-items: center; 
    justify-content: center; 
  }
  
  .social-icon svg { width: 16px; height: 16px; }
  
  .social-icon:hover {
    background-color: var(--cream-white);
    color: var(--olive-color);
    border-color: transparent;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  }
  
  .social-icon:active {
    transform: scale(0.95);
    transition: transform 0.15s ease;
  }

  .footer-bottom-bar {
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.25em;
    color: rgba(245, 241, 232, 0.5);
    padding: 14px 20px;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(8px);
  }
  
  .is-ready .footer-bottom-bar,
  .footer-bottom-bar.in-view {
    animation: simpleUpMob 1.2s cubic-bezier(.22, .61, .36, 1) forwards;
    animation-delay: calc(var(--md, 5) * 0.12s + 0.1s);
  }

  .footer-bottom-bar span { color: rgba(245, 241, 232, 0.8); opacity: 1; }

  /* Entrance animations - Refined for Mobile */
  .reveal { opacity: 0; filter: blur(10px); transform: translateY(14px) scale(0.97); will-change: opacity, transform, filter; }
  .is-ready .reveal, .reveal.in-view { animation: rackFocusMob 1.3s cubic-bezier(.22, .61, .36, 1) forwards; animation-delay: calc(var(--md, var(--d)) * 0.12s + 0.1s); }
  
  .reveal-simple { opacity: 0; filter: blur(6px); transform: translateY(12px) scale(0.98); will-change: opacity, transform, filter; }
  .is-ready .reveal-simple, .reveal-simple.in-view { animation: rackFocusMob 1.1s cubic-bezier(.22, .61, .36, 1) forwards; animation-delay: calc(var(--md, var(--d)) * 0.12s + 0.1s); }
  
  .cta-container.reveal { filter: blur(8px); transform: translateY(10px) scale(0.96); }
  .is-ready .cta-container.reveal, .cta-container.reveal.in-view { animation-name: rackFocusMob; }
  
  .reveal-mask { overflow: hidden; }
  .reveal-mask .mask-inner { display: inline-block; transform: translateY(105%); opacity: 0; filter: blur(5px); will-change: transform, opacity, filter; }
  .is-ready .reveal-mask .mask-inner, .reveal-mask.in-view .mask-inner { animation: maskRiseMob 1.2s cubic-bezier(.22, .61, .36, 1) forwards; animation-delay: calc(var(--md, var(--d)) * 0.12s + 0.1s); }

  @keyframes rackFocusMob {
    to { opacity: 1; filter: blur(0); transform: translateY(0) scale(1); }
  }
  @keyframes simpleUpMob {
    to { opacity: 1; transform: translateY(0); }
  }
  @keyframes maskRiseMob {
    to { transform: translateY(0); opacity: 1; filter: blur(0); }
  }
}

/* ═══════════════════════════════════════════════════════════════════
   MOBILE  (<= 767px)
   ═══════════════════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  .header-section { padding: 5vh 20px 0; }
  .logo-img-wrap { width: 90px; height: 72px; }
  .logo-img-wrap .logo-img { left: -58px; top: -36px; width: 206px; height: 144px; }
  .tagline { font-size: 8px; letter-spacing: 0.26em; margin-top: 14px; }

  .hero-section { padding: 2vh 20px 0; }
  .hero-title { font-size: 50px; letter-spacing: 0.08em; }

  .description-section { padding: 2.5vh 24px 0; }
  .description-text { font-size: 13px; line-height: 1.6; max-width: 360px; }
  .cta-container { margin-top: 26px; }
  .cta-button { height: 42px; padding: 0 28px; font-size: 10px; }

  .services-section { padding: 5vh 20px 24px; }
  .services-row { gap: 14px; }
  .service-item { padding: 20px 12px; border-radius: 12px; }
  .service-icon { height: 26px; margin-bottom: 10px; }
  .service-icon svg { width: 22px; height: 22px; }
  .service-title { font-size: 10px; }

  .footer-overlay { padding: 40px 24px 0; border-top-left-radius: 28px; border-top-right-radius: 28px; }
  .footer-qr { width: 80px; height: 80px; padding: 6px; border-radius: 10px; }
  .footer-qr-label { font-size: 7.5px; margin-top: 16px; margin-bottom: 30px; gap: 10px; }
  .footer-qr-label::before, .footer-qr-label::after { width: 20px; }
  .footer-columns { gap: 26px; padding-bottom: 24px; }
  .connect-item { font-size: 12px; }
  .location-item { font-size: 10px; padding: 8px 18px; }
  .footer-header { font-size: 7.5px; margin-bottom: 14px; }
  .social-icons { gap: 16px; }
  .social-icon  { width: 36px; height: 36px; }
  .social-icon svg { width: 14px; height: 14px; }
  .footer-bottom-bar { font-size: 7.5px; padding: 16px 20px; }
}

/* ═══════════════════════════════════════════════════════════════════
   SMALL MOBILE  (<= 480px)
   ═══════════════════════════════════════════════════════════════════ */
@media (max-width: 480px) {
  .hero-title { font-size: 42px; }
  .description-text { font-size: 12px; max-width: 300px; }
  .services-row { gap: 10px; }
  .service-item { padding: 18px 10px; }
  .footer-qr { width: 72px; height: 72px; padding: 5px; border-radius: 8px; }
  .footer-qr-label { margin-top: 14px; margin-bottom: 26px; font-size: 7px; gap: 8px; }
  .footer-qr-label::before, .footer-qr-label::after { width: 16px; }
  .footer-columns { gap: 22px; }
  .connect-item { font-size: 11.5px; }
  .location-item { font-size: 9.5px; padding: 8px 16px; }
}

/* ═══════════════════════════════════════════════════════════════════
   VERY SMALL  (<= 360px)
   ═══════════════════════════════════════════════════════════════════ */
@media (max-width: 360px) {
  .hero-title { font-size: 38px; letter-spacing: 0.06em; }
  .description-text { font-size: 11.5px; max-width: 260px; }
  .cta-button { height: 38px; font-size: 9px; padding: 0 24px; }
  
  /* Stacked Mini Cards for smallest screens */
  .services-row { grid-template-columns: 1fr; max-width: 260px; gap: 10px; } 
  .service-item { 
    padding: 14px 18px; 
    flex-direction: row; 
    text-align: left; 
    justify-content: flex-start; 
    gap: 16px; 
  }
  .service-icon { margin-bottom: 0; height: auto; }
  .service-title { font-size: 10px; }
  
  .footer-overlay { padding: 26px 20px 0; border-top-left-radius: 20px; border-top-right-radius: 20px; }
  .footer-qr { width: 60px; height: 60px; }
  .footer-qr-label { font-size: 7.5px; margin-top: 10px; margin-bottom: 20px; }
  .connect-item, .location-item { font-size: 11px; }
  .footer-bottom-bar { font-size: 7.5px; padding: 10px; }
}
