:root {
  --bg-950: #041116;
  --bg-900: #061820;
  --bg-850: #081f29;
  --blue-950: #082f4b;
  --blue-900: #0b4f78;
  --blue-700: #168dc8;
  --blue-500: #29a9e0;
  --blue-300: #8fd0ea;
  --green-900: #356f35;
  --green-700: #5ca743;
  --green-500: #79bd49;
  --green-300: #a8d783;
  --white: #f7fbfc;
  --ink: #f3f8fa;
  --muted: #a9bdc6;
  --surface-line: rgba(172, 211, 226, .12);
  --ease-premium: cubic-bezier(.22, .78, .22, 1);
  --container: 1160px;
  --parallax-water-x: 0px;
  --parallax-water-y: 0px;
  --parallax-field-x: 0px;
  --parallax-field-y: 0px;
  --parallax-leaf-x: 0px;
  --parallax-leaf-y: 0px;
}

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

html {
  direction: rtl;
  min-width: 320px;
  background: var(--bg-950);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  min-height: 100svh;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% 31%, rgba(28, 104, 137, .24) 0, rgba(15, 62, 82, .12) 22%, rgba(4,17,22,0) 48%),
    radial-gradient(circle at 14% 15%, rgba(22,141,200,.13), rgba(22,141,200,0) 34%),
    radial-gradient(circle at 84% 88%, rgba(92,167,67,.14), rgba(92,167,67,0) 37%),
    linear-gradient(180deg, #071b24 0%, #041116 58%, #061814 100%);
  font-family: "IBM Plex Sans Arabic", "Noto Sans Arabic", "Segoe UI", Tahoma, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img, svg { display: block; max-width: 100%; }
button, a, input, textarea, select { font: inherit; }
::selection { background: rgba(121,189,73,.25); color: #fff; }

.skip-link {
  position: fixed;
  top: 12px;
  right: 16px;
  z-index: 200;
  padding: 10px 14px;
  border-radius: 10px;
  color: var(--white);
  background: #0c3042;
  border: 1px solid rgba(143,208,234,.22);
  transform: translateY(-150%);
  transition: transform 180ms ease;
}
.skip-link:focus { transform: translateY(0); outline: 3px solid rgba(121,189,73,.42); outline-offset: 3px; }

/* Full-screen opening signature: water -> irrigation rows -> growth. */
.intro-stage {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 50%, rgba(17,70,91,.82), rgba(6,24,32,.97) 46%, rgba(4,17,22,1) 78%);
  opacity: 1;
  visibility: visible;
}
.intro-stage::before,
.intro-stage::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
  opacity: .38;
}
.intro-stage::before {
  width: min(58vw, 740px);
  aspect-ratio: 1;
  top: -22%;
  left: -10%;
  background: radial-gradient(circle, rgba(22,141,200,.15), rgba(22,141,200,0) 68%);
}
.intro-stage::after {
  width: min(55vw, 700px);
  aspect-ratio: 1;
  right: -12%;
  bottom: -28%;
  background: radial-gradient(circle, rgba(92,167,67,.13), rgba(92,167,67,0) 67%);
}
.intro-stage-core {
  position: relative;
  z-index: 2;
  width: min(88vw, 880px);
  display: grid;
  justify-items: center;
}
.intro-stage-svg { width: 100%; overflow: visible; }
.stage-flow {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}
.stage-water {
  stroke: url(#stage-flow);
  stroke-width: 5;
  filter: url(#soft-line-glow);
}
.stage-field { stroke: #79bd49; stroke-width: 3.2; opacity: .92; }
.stage-leaf {
  fill: #79bd49;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: 15% 88%;
  transform: scale(.3) rotate(-10deg);
  filter: drop-shadow(0 0 13px rgba(121,189,73,.22));
}
.stage-leaf-vein { fill: none; stroke: #b1df91; stroke-width: 2; stroke-linecap: round; }
.intro-stage-word {
  margin: -18px 0 0;
  color: rgba(247,251,252,.92);
  font-size: clamp(1rem, 2.2vw, 1.3rem);
  font-weight: 740;
  letter-spacing: -.02em;
  opacity: 0;
  transform: translateY(7px);
}
.no-js .intro-stage { display: none; }
.has-js.intro-ready .stage-water { animation: stage-draw 560ms var(--ease-premium) 40ms both; }
.has-js.intro-ready .stage-field-a { animation: stage-draw 350ms var(--ease-premium) 470ms both; }
.has-js.intro-ready .stage-field-b { animation: stage-draw 340ms var(--ease-premium) 525ms both; }
.has-js.intro-ready .stage-field-c { animation: stage-draw 330ms var(--ease-premium) 580ms both; }
.has-js.intro-ready .stage-leaf { animation: stage-leaf-grow 360ms var(--ease-premium) 740ms both; }
.has-js.intro-ready .intro-stage-word { animation: stage-word 350ms var(--ease-premium) 850ms both; }
.has-js.intro-ready .intro-stage { animation: stage-exit 540ms var(--ease-premium) 1120ms both; }
.has-js.intro-finished .intro-stage { visibility: hidden; }

.site-shell {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.center-light {
  position: absolute;
  left: 50%;
  top: 40%;
  width: min(78vw, 900px);
  aspect-ratio: 1.5;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(107,169,191,.13) 0%, rgba(56,115,137,.07) 28%, rgba(4,17,22,0) 72%);
  filter: blur(5px);
  animation: center-breathe 9s ease-in-out infinite alternate;
}
.site-shell::before {
  content: "";
  position: absolute;
  inset: auto -14% -22% -14%;
  height: 52%;
  background: radial-gradient(ellipse at 50% 100%, rgba(75,140,55,.13), rgba(75,140,55,0) 68%);
}
.site-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.015) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.01) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.7) 28%, rgba(0,0,0,.25) 78%, transparent);
  opacity: .28;
}

.ambient-layer {
  position: absolute;
  inset: -7%;
  opacity: .76;
  will-change: transform, translate;
}
.ambient-layer svg { width: 100%; height: 100%; }
.ambient-water { transform: translate3d(var(--parallax-water-x), var(--parallax-water-y), 0); }
.ambient-water path {
  fill: none;
  stroke: rgba(41,169,224,.16);
  stroke-width: 2;
  stroke-linecap: round;
}
.ambient-water path:nth-child(2) { opacity: .72; stroke-width: 1.4; }
.ambient-water path:nth-child(3) { opacity: .48; }
.ambient-field { transform: translate3d(var(--parallax-field-x), var(--parallax-field-y), 0); }
.ambient-field path {
  fill: none;
  stroke: rgba(121,189,73,.15);
  stroke-width: 2;
  stroke-linecap: round;
}
.ambient-field path:nth-child(2) { stroke-width: 1.25; opacity: .78; }
.ambient-field path:nth-child(3) { opacity: .5; }
.ambient-leaves { transform: translate3d(var(--parallax-leaf-x), var(--parallax-leaf-y), 0); }

.leaf-shape {
  position: absolute;
  display: block;
  width: 150px;
  aspect-ratio: 1 / 1.65;
  border: 1px solid rgba(121,189,73,.08);
  border-radius: 100% 0 100% 0;
  transform: rotate(38deg);
  background: linear-gradient(145deg, rgba(121,189,73,.035), rgba(121,189,73,0));
  box-shadow: inset 0 0 40px rgba(121,189,73,.018);
}
.leaf-one { top: 7%; left: 7%; width: clamp(130px, 14vw, 250px); }
.leaf-two { top: 48%; right: 5%; width: clamp(110px, 12vw, 210px); transform: rotate(210deg); }
.leaf-three { bottom: 1%; left: 26%; width: clamp(80px, 9vw, 160px); transform: rotate(78deg); opacity: .65; }

.water-drop {
  position: absolute;
  width: 12px;
  height: 17px;
  border-radius: 68% 32% 65% 35% / 75% 35% 65% 25%;
  border: 1px solid rgba(143,208,234,.15);
  background: linear-gradient(145deg, rgba(190,229,243,.10), rgba(22,141,200,.025));
  box-shadow: inset 2px 2px 7px rgba(255,255,255,.035);
  transform: rotate(33deg);
  opacity: .52;
  animation: water-float 13s ease-in-out infinite alternate;
}
.drop-one { top: 18%; right: 13%; }
.drop-two { top: 58%; left: 10%; width: 9px; height: 13px; animation-delay: -4s; }
.drop-three { bottom: 16%; right: 24%; width: 7px; height: 10px; animation-delay: -8s; opacity: .36; }

.hero {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  min-height: calc(100vh - 74px);
  min-height: calc(100svh - 74px);
  padding: max(26px, env(safe-area-inset-top)) max(20px, env(safe-area-inset-right)) 28px max(20px, env(safe-area-inset-left));
  outline: none;
}
.hero-inner {
  width: min(100%, var(--container));
  max-width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.intro-flow {
  width: min(100%, 540px);
  max-width: 540px;
  overflow: hidden;
  height: clamp(54px, 10vw, 88px);
  margin-bottom: clamp(-10px, -1vw, -4px);
  opacity: .94;
  filter: drop-shadow(0 0 10px rgba(22,141,200,.08));
}
.intro-flow svg { width: 100%; height: 100%; overflow: visible; }
.intro-path { fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 1; stroke-dashoffset: 0; }
.intro-path-water { stroke: url(#intro-water-green); stroke-width: 4; }
.intro-path-field { stroke: var(--green-500); stroke-width: 3; opacity: .84; }
.intro-leaf { fill: var(--green-500); transform-box: fill-box; transform-origin: 12% 90%; }
.intro-leaf .leaf-stem { fill: none; stroke: var(--green-300); stroke-width: 1.8; stroke-linecap: round; }

.brand-mark {
  position: relative;
  margin: 0;
  width: clamp(148px, 20vw, 238px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  isolation: isolate;
}
.logo-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 36%, rgba(255,255,255,.16), rgba(223,236,241,.07) 58%, rgba(8,31,41,.05) 100%);
  box-shadow:
    0 22px 56px rgba(0,0,0,.26),
    inset 0 0 0 1px rgba(255,255,255,.08),
    inset 0 12px 26px rgba(255,255,255,.03);
}
.logo-frame::after {
  content: "";
  position: absolute;
  inset: 4%;
  border-radius: 50%;
  border: 1px solid rgba(188,222,232,.16);
  pointer-events: none;
}
.brand-halo {
  position: absolute;
  z-index: -3;
  inset: -38%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(225,237,239,.24) 0%, rgba(145,191,204,.14) 30%, rgba(19,61,75,.08) 51%, rgba(4,17,22,0) 72%);
  filter: blur(5px);
  animation: halo-breathe 6.5s ease-in-out infinite alternate;
}
.brand-mark::before {
  content: "";
  position: absolute;
  inset: -1%;
  z-index: -2;
  border-radius: 48% 52% 49% 51% / 54% 45% 55% 46%;
  background: radial-gradient(circle at 50% 50%, rgba(226,237,239,.34), rgba(176,211,219,.13) 56%, rgba(8,31,41,0) 74%);
  transform: rotate(-5deg) scale(1.28);
}
.brand-orbit {
  position: absolute;
  inset: -5%;
  z-index: -1;
  border: 1px solid transparent;
  border-top-color: rgba(41,169,224,.27);
  border-left-color: rgba(121,189,73,.24);
  border-radius: 50%;
  transform: rotate(-18deg) scale(1.13, .95);
  animation: orbit-drift 10s ease-in-out infinite alternate;
}
.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: drop-shadow(0 18px 30px rgba(0,0,0,.16));
  transition: transform 320ms var(--ease-premium), filter 320ms var(--ease-premium);
}
@media (hover: hover) and (pointer: fine) {
  .brand-mark:hover .brand-logo { transform: translateY(-2px) scale(1.01); filter: drop-shadow(0 20px 34px rgba(0,0,0,.22)); }
}

.brand-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  width: min(100%, 780px);
}
.brand-title {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: clamp(8px, 1.2vw, 16px);
  margin: clamp(10px, 1.4vw, 18px) 0 0;
  color: var(--white);
  font-size: clamp(2.35rem, 8.4vw, 5.2rem);
  line-height: .98;
  letter-spacing: -.045em;
  font-weight: 800;
  white-space: nowrap;
  text-shadow: 0 10px 34px rgba(0,0,0,.22);
}
.office-word { font-size: .48em; font-weight: 700; letter-spacing: -.015em; transform: translateY(-.15em); color: #d7e8ee; }
.brand-word { position: relative; }
.name-underline {
  position: absolute;
  left: 2%;
  right: 26%;
  bottom: -.22em;
  height: 3px;
  border-radius: 99px;
  transform-origin: right center;
  background: linear-gradient(270deg, var(--blue-500) 0 76%, var(--green-500) 76% 100%);
  box-shadow: 0 0 13px rgba(41,169,224,.14);
}
.brand-subtitle {
  margin: clamp(13px, 2vw, 18px) 0 0;
  color: var(--green-300);
  font-size: clamp(1rem, 2.5vw, 1.36rem);
  line-height: 1.65;
  font-weight: 730;
  letter-spacing: -.012em;
}
.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: clamp(22px, 3.5vw, 30px);
  min-height: 46px;
  padding: 10px 17px;
  border: 1px solid rgba(143,208,234,.20);
  border-radius: 999px;
  color: #edf7fa;
  background: rgba(9,37,49,.66);
  box-shadow: 0 13px 32px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.045);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  font-size: clamp(.91rem, 2vw, 1rem);
  font-weight: 700;
  transition: border-color 320ms var(--ease-premium), box-shadow 320ms var(--ease-premium), background-color 320ms var(--ease-premium), transform 320ms var(--ease-premium);
}
@media (hover: hover) and (pointer: fine) {
  .status-pill:hover {
    border-color: rgba(121,189,73,.46);
    background: rgba(10,43,54,.8);
    box-shadow: 0 15px 36px rgba(0,0,0,.23), inset 0 1px 0 rgba(255,255,255,.06);
    transform: translateY(-1px);
  }
}
.status-dot {
  position: relative;
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--green-500);
  box-shadow: 0 0 0 0 rgba(121,189,73,.22);
  animation: status-pulse 3.2s ease-out infinite;
}
.maintenance-copy {
  max-width: 650px;
  margin: clamp(20px, 3vw, 26px) 0 0;
  color: var(--muted);
  font-size: clamp(.98rem, 2.1vw, 1.16rem);
  line-height: 1.95;
  font-weight: 500;
  text-wrap: balance;
}
.soon-copy {
  margin: 9px 0 0;
  color: #e7f3f7;
  font-size: clamp(1rem, 2.3vw, 1.18rem);
  line-height: 1.7;
  font-weight: 760;
}
.contact-panel {
  width: min(100%, 700px);
  margin-top: clamp(18px, 3vw, 24px);
}
.contact-label {
  margin: 0 0 12px;
  color: #dcecf2;
  font-size: clamp(.92rem, 2vw, 1rem);
  line-height: 1.8;
  font-weight: 650;
}
.contact-card {
  position: relative;
  width: min(100%, 620px);
  margin-inline: auto;
  padding: 18px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(143,208,234,.16);
  background:
    linear-gradient(180deg, rgba(10,37,48,.82), rgba(7,24,32,.88)),
    radial-gradient(circle at 16% 20%, rgba(22,141,200,.08), transparent 32%),
    radial-gradient(circle at 84% 80%, rgba(121,189,73,.08), transparent 34%);
  box-shadow: 0 18px 36px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.04);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.contact-card-glow {
  position: absolute;
  inset: auto -10% -55% -10%;
  height: 120px;
  background: radial-gradient(circle at 50% 0%, rgba(121,189,73,.18), rgba(121,189,73,0) 68%);
  opacity: .65;
  pointer-events: none;
}
.contact-card-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 16px;
}
.contact-icon-wrap {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(121,189,73,.22);
  background: linear-gradient(180deg, rgba(18,77,64,.9), rgba(11,42,36,.9));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 10px 18px rgba(0,0,0,.16);
  animation: icon-breathe 3.8s ease-in-out infinite;
}
.contact-main-icon {
  width: 24px;
  height: 24px;
  fill: #8fe07a;
}
.contact-head-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.contact-kicker {
  color: var(--muted);
  font-size: .88rem;
  font-weight: 650;
}
.contact-number {
  color: #f6fbfc;
  font-size: clamp(1.14rem, 2.3vw, 1.34rem);
  font-weight: 790;
  letter-spacing: .04em;
}
.contact-actions {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.contact-action {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 13px 16px;
  border-radius: 16px;
  text-decoration: none;
  color: var(--white);
  border: 1px solid rgba(143,208,234,.16);
  background: rgba(255,255,255,.02);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
  transition: transform 320ms var(--ease-premium), border-color 320ms var(--ease-premium), background-color 320ms var(--ease-premium), box-shadow 320ms var(--ease-premium);
}
.contact-action::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.08), rgba(255,255,255,0));
  translate: -120% 0;
  transition: translate 500ms var(--ease-premium);
  pointer-events: none;
}
.action-whatsapp {
  border-color: rgba(121,189,73,.24);
  background: linear-gradient(180deg, rgba(18,66,42,.72), rgba(12,47,31,.78));
}
.action-call {
  border-color: rgba(41,169,224,.2);
  background: linear-gradient(180deg, rgba(11,53,77,.74), rgba(9,35,49,.8));
}
.action-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: currentColor;
}
.contact-action span:last-child {
  font-size: .97rem;
  font-weight: 740;
}
.contact-action:hover,
.contact-action:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.04);
  outline: none;
}
.contact-action:hover::after,
.contact-action:focus-visible::after {
  translate: 120% 0;
}
.action-whatsapp:hover,
.action-whatsapp:focus-visible {
  border-color: rgba(121,189,73,.42);
}
.action-call:hover,
.action-call:focus-visible {
  border-color: rgba(41,169,224,.34);
}
.signature {
  width: min(100%, 690px);
  overflow: hidden;
  margin-top: clamp(24px, 4vw, 38px);
  filter: drop-shadow(0 0 12px rgba(22,141,200,.07));
}
.signature svg { width: 100%; height: auto; overflow: visible; }
.signature-main, .signature-row { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.signature-main { stroke: url(#signature-gradient); stroke-width: 4; }
.signature-row { stroke: var(--green-500); stroke-width: 2.4; opacity: .78; }
.signature-leaf { fill: var(--green-500); transform-box: fill-box; transform-origin: 10% 90%; }
.signature-leaf .leaf-vein { fill: none; stroke: var(--green-300); stroke-width: 2; stroke-linecap: round; }

.site-footer {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
  padding: 0 0 max(20px, env(safe-area-inset-bottom));
  text-align: center;
}
.footer-line {
  width: min(100%, 760px);
  height: 1px;
  margin: 0 auto 16px;
  background: linear-gradient(270deg, rgba(41,169,224,.72), rgba(41,169,224,.23) 48%, rgba(121,189,73,.23) 62%, rgba(121,189,73,.72));
  opacity: .78;
}
.site-footer p { margin: 0; color: #78919c; font-size: clamp(.78rem, 1.7vw, .9rem); line-height: 1.75; }

/* Hero intro. Content remains visible if JavaScript is unavailable. */
.has-js:not(.intro-ready) .intro-path,
.has-js:not(.intro-ready) .signature-main,
.has-js:not(.intro-ready) .signature-row { stroke-dashoffset: 1; }
.has-js:not(.intro-ready) .intro-leaf,
.has-js:not(.intro-ready) .signature-leaf { opacity: 0; transform: scale(.45) rotate(-8deg); }
.has-js:not(.intro-ready) .brand-mark,
.has-js:not(.intro-ready) .brand-title,
.has-js:not(.intro-ready) .brand-subtitle,
.has-js:not(.intro-ready) .status-pill,
.has-js:not(.intro-ready) .maintenance-copy,
.has-js:not(.intro-ready) .soon-copy,
.has-js:not(.intro-ready) .signature,
.has-js:not(.intro-ready) .site-footer { opacity: 0; }
.has-js:not(.intro-ready) .brand-mark { transform: scale(.94); filter: blur(2px); }
.has-js:not(.intro-ready) .brand-title,
.has-js:not(.intro-ready) .brand-subtitle,
.has-js:not(.intro-ready) .status-pill,
.has-js:not(.intro-ready) .maintenance-copy,
.has-js:not(.intro-ready) .soon-copy,
.has-js:not(.intro-ready) .contact-panel { transform: translateY(8px); }
.has-js:not(.intro-ready) .contact-panel { opacity: 0; }
.has-js:not(.intro-ready) .name-underline { transform: scaleX(0); }

.has-js.intro-ready .intro-path-water { animation: draw-path 530ms var(--ease-premium) 820ms both; }
.has-js.intro-ready .intro-path-field.field-a { animation: draw-path 340ms var(--ease-premium) 1090ms both; }
.has-js.intro-ready .intro-path-field.field-b { animation: draw-path 330ms var(--ease-premium) 1140ms both; }
.has-js.intro-ready .intro-path-field.field-c { animation: draw-path 320ms var(--ease-premium) 1190ms both; }
.has-js.intro-ready .intro-leaf { animation: leaf-grow 330ms var(--ease-premium) 1290ms both; }
.has-js.intro-ready .brand-mark { animation: reveal-mark 520ms var(--ease-premium) 1040ms both; }
.has-js.intro-ready .brand-title { animation: reveal-up 390ms var(--ease-premium) 1260ms both; }
.has-js.intro-ready .name-underline { animation: underline-grow 480ms var(--ease-premium) 1390ms both; }
.has-js.intro-ready .brand-subtitle { animation: reveal-up 380ms var(--ease-premium) 1410ms both; }
.has-js.intro-ready .status-pill { animation: reveal-up 400ms var(--ease-premium) 1570ms both; }
.has-js.intro-ready .maintenance-copy { animation: reveal-up 420ms var(--ease-premium) 1710ms both; }
.has-js.intro-ready .soon-copy { animation: reveal-up 400ms var(--ease-premium) 1810ms both; }
.has-js.intro-ready .contact-panel { animation: reveal-up 430ms var(--ease-premium) 1890ms both; }
.has-js.intro-ready .signature { animation: reveal-up 480ms var(--ease-premium) 1980ms both; }
.has-js.intro-ready .signature-main { animation: draw-path 670ms var(--ease-premium) 2010ms both; }
.has-js.intro-ready .signature-row.row-one { animation: draw-path 400ms var(--ease-premium) 2240ms both; }
.has-js.intro-ready .signature-row.row-two { animation: draw-path 390ms var(--ease-premium) 2280ms both; }
.has-js.intro-ready .signature-row.row-three { animation: draw-path 380ms var(--ease-premium) 2320ms both; }
.has-js.intro-ready .signature-leaf { animation: leaf-grow 320ms var(--ease-premium) 2380ms both; }
.has-js.intro-ready .site-footer { animation: reveal-soft 460ms ease 2020ms both; }

@keyframes stage-draw { from { stroke-dashoffset: 1; } to { stroke-dashoffset: 0; } }
@keyframes stage-leaf-grow { from { opacity: 0; transform: scale(.3) rotate(-10deg); } to { opacity: 1; transform: scale(1) rotate(0); } }
@keyframes stage-word { from { opacity: 0; transform: translateY(7px); } to { opacity: .92; transform: translateY(0); } }
@keyframes stage-exit { 0% { opacity: 1; } 65% { opacity: 1; } 100% { opacity: 0; } }
@keyframes draw-path { from { stroke-dashoffset: 1; } to { stroke-dashoffset: 0; } }
@keyframes reveal-mark { from { opacity: 0; transform: scale(.94); filter: blur(2px); } to { opacity: 1; transform: scale(1); filter: blur(0); } }
@keyframes reveal-up { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes reveal-soft { from { opacity: 0; } to { opacity: 1; } }
@keyframes underline-grow { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes leaf-grow { from { opacity: 0; transform: scale(.45) rotate(-8deg); } to { opacity: 1; transform: scale(1) rotate(0); } }
@keyframes status-pulse { 0%, 70%, 100% { box-shadow: 0 0 0 0 rgba(121,189,73,.22); } 82% { box-shadow: 0 0 0 7px rgba(121,189,73,0); } }
@keyframes water-float { from { translate: 0 0; } to { translate: 3px -9px; } }
@keyframes center-breathe { from { opacity: .72; transform: translate(-50%, -50%) scale(.96); } to { opacity: 1; transform: translate(-50%, -50%) scale(1.04); } }
@keyframes halo-breathe { from { opacity: .72; transform: scale(.96); } to { opacity: 1; transform: scale(1.04); } }
@keyframes orbit-drift { from { rotate: -1deg; scale: 1; opacity: .66; } to { rotate: 2deg; scale: 1.018; opacity: 1; } }
@keyframes icon-breathe { 0%, 100% { transform: scale(1); box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 10px 18px rgba(0,0,0,.16); } 50% { transform: scale(1.04); box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 14px 24px rgba(0,0,0,.2); } }

/* Slow background movement. Fixed durations were added so it is visibly alive, but calm. */
@supports (translate: 1px) {
  .ambient-water { animation: water-layer-shift 18s ease-in-out infinite alternate; }
  .ambient-field { animation: field-layer-shift 23s ease-in-out infinite alternate; }
  .ambient-leaves { animation: leaf-layer-shift 28s ease-in-out infinite alternate; }
  @keyframes water-layer-shift { from { translate: 0 0; } to { translate: 8px -5px; } }
  @keyframes field-layer-shift { from { translate: 0 0; } to { translate: -7px 6px; } }
  @keyframes leaf-layer-shift { from { translate: 0 0; } to { translate: 6px 7px; } }
}

@media (min-width: 700px) {
  .hero { min-height: calc(100vh - 78px); min-height: calc(100svh - 78px); padding-top: 34px; padding-bottom: 34px; }
  .intro-flow { margin-bottom: -10px; }
  .site-footer { padding-bottom: max(22px, env(safe-area-inset-bottom)); }
}
@media (min-width: 1100px) {
  .brand-mark { width: clamp(200px, 16vw, 246px); }
  .hero-inner { transform: translateY(-4px); }
  .maintenance-copy { max-width: 700px; }
}
@media (max-width: 640px) {
  .contact-actions { grid-template-columns: 1fr; }
}
@media (max-width: 430px) {
  .hero { padding-inline: max(20px, env(safe-area-inset-left)); }
  .intro-stage-core { width: 96vw; }
  .intro-stage-word { margin-top: -8px; }
  .intro-flow { width: min(100%, 470px); }
  .brand-title { letter-spacing: -.055em; gap: 8px; }
  .status-pill { max-width: 100%; padding-inline: 14px; }
  .maintenance-copy { max-width: 21rem; }
  .signature { width: min(100%, 520px); }
  .brand-mark { width: clamp(150px, 44vw, 188px); }
  .contact-card { padding: 16px 14px; border-radius: 20px; }
  .contact-card-head { gap: 12px; margin-bottom: 14px; }
  .contact-icon-wrap { width: 48px; height: 48px; flex-basis: 48px; }
  .contact-number { font-size: 1.04rem; }
  .contact-action { min-height: 50px; padding-inline: 14px; }
}
@media (max-height: 720px) and (min-width: 700px) {
  .hero { padding-top: 18px; padding-bottom: 18px; }
  .brand-mark { width: 155px; }
  .intro-flow { height: 48px; }
  .brand-title { font-size: clamp(2.3rem, 6vw, 4rem); margin-top: 5px; }
  .brand-subtitle { margin-top: 8px; }
  .status-pill { margin-top: 14px; }
  .maintenance-copy { margin-top: 12px; }
  .signature { margin-top: 14px; width: min(82vw, 580px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .001ms !important; }
  .intro-stage { display: none !important; }
  .ambient-layer, .water-drop, .brand-halo, .brand-orbit, .center-light { transform: none !important; translate: none !important; }
  .has-js:not(.intro-ready) .intro-path,
  .has-js:not(.intro-ready) .signature-main,
  .has-js:not(.intro-ready) .signature-row { stroke-dashoffset: 0; }
  .has-js:not(.intro-ready) .intro-leaf,
  .has-js:not(.intro-ready) .signature-leaf,
  .has-js:not(.intro-ready) .brand-mark,
  .has-js:not(.intro-ready) .brand-title,
  .has-js:not(.intro-ready) .brand-subtitle,
  .has-js:not(.intro-ready) .status-pill,
  .has-js:not(.intro-ready) .maintenance-copy,
  .has-js:not(.intro-ready) .soon-copy,
  .has-js:not(.intro-ready) .contact-panel,
  .has-js:not(.intro-ready) .signature,
  .has-js:not(.intro-ready) .site-footer { opacity: 1; transform: none; filter: none; }
  .has-js:not(.intro-ready) .name-underline { transform: none; }
}
