/* ==========================================================================
   GAJENDRA KUMAR DUBEY — "Verdant Studio" Theme
   Light editorial theme · Emerald #0f766e + Warm Gold #c98a1e on Cream #f7f5f0
   Fonts: Sora (display) + DM Sans (body) · Bento grids · Underline reveals
   ========================================================================== */

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

:root {
  /* Palette — deliberately distinct from reference (no navy/amber/coral dark theme) */
  --emerald: #0f766e;
  --emerald-deep: #0b5750;
  --emerald-soft: #d5ebe7;
  --gold: #c98a1e;
  --gold-soft: #f3e2c0;
  --ink: #10201d;
  --slate: #40514d;
  --mist: #6b7d78;
  --cream: #f7f5f0;
  --paper: #fffdf9;
  --line: #e4e0d6;
  --line-strong: #d3cec1;

  --shadow-sm: 0 2px 8px rgba(16, 32, 29, 0.05);
  --shadow-md: 0 14px 40px rgba(16, 32, 29, 0.08);
  --shadow-lg: 0 30px 70px rgba(15, 118, 110, 0.14);

  --r-lg: 28px;
  --r-md: 18px;
  --r-sm: 10px;
  --r-pill: 999px;

  --f-display: 'Sora', sans-serif;
  --f-body: 'DM Sans', sans-serif;
  --ease: cubic-bezier(0.19, 1, 0.22, 1);
  --shell: 1180px;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--f-body);
  background: var(--cream);
  color: var(--ink);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: 0.35s var(--ease); }
li { list-style: none; }
button, input, textarea { font-family: inherit; border: none; outline: none; background: none; color: inherit; }

h1, h2, h3, h4 { font-family: var(--f-display); font-weight: 700; line-height: 1.12; }

.shell {
  width: 100%;
  max-width: var(--shell);
  margin: 0 auto;
  padding: 0 28px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--f-display);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--emerald);
}
.eyebrow::before {
  content: '';
  width: 26px;
  height: 2px;
  background: var(--gold);
}

/* --- Keyframes --- */
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes spinslow { to { transform: rotate(360deg); } }

/* ==========================================================================
   HEADER — floating pill nav
   ========================================================================== */
.topbar {
  position: fixed;
  top: 18px;
  left: 0;
  width: 100%;
  z-index: 900;
  transition: 0.45s var(--ease);
}

.topbar .bar-inner {
  max-width: var(--shell);
  margin: 0 auto;
  padding: 12px 14px 12px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 253, 249, 0.72);
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: 0.45s var(--ease);
}

.topbar.scrolled .bar-inner {
  box-shadow: var(--shadow-md);
  background: rgba(255, 253, 249, 0.95);
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: -0.2px;
  color: var(--ink);
}
.brand .mark {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(140deg, var(--emerald), var(--emerald-deep));
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.05rem;
  box-shadow: var(--shadow-sm);
  flex-shrink: 0;
}
.brand .mark i { transform: rotate(-8deg); }
.brand small { display: block; font-family: var(--f-body); font-weight: 500; font-size: 0.66rem; color: var(--mist); letter-spacing: 1px; text-transform: uppercase; }

.mainnav { display: flex; align-items: center; gap: 2px; }
.mainnav a {
  padding: 9px 16px;
  border-radius: var(--r-pill);
  font-size: 0.86rem;
  font-weight: 500;
  color: var(--slate);
}
.mainnav a:hover, .mainnav a.active { color: var(--emerald); background: var(--emerald-soft); }

.bar-right { display: flex; align-items: center; gap: 12px; }
.pill-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  border-radius: var(--r-pill);
  background: var(--ink);
  color: var(--cream);
  font-size: 0.84rem;
  font-weight: 600;
}
.pill-cta:hover { background: var(--emerald); transform: translateY(-2px); }

.burger {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--emerald-soft);
  color: var(--emerald);
  font-size: 1.4rem;
  cursor: pointer;
  place-items: center;
}

/* ==========================================================================
   HERO — asymmetric bento
   ========================================================================== */
.hero {
  padding: 148px 0 90px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -160px;
  right: -120px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(15,118,110,0.10), transparent 68%);
  border-radius: 50%;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 44px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-copy .eyebrow { margin-bottom: 26px; }
.hero-copy h1 {
  font-size: clamp(2.6rem, 5.4vw, 4.2rem);
  letter-spacing: -1.8px;
  margin-bottom: 22px;
}
.hero-copy h1 em {
  font-style: normal;
  color: var(--emerald);
  position: relative;
  white-space: nowrap;
}
.hero-copy h1 em::after {
  content: '';
  position: absolute;
  left: 0; bottom: 6px;
  width: 100%; height: 10px;
  background: var(--gold-soft);
  z-index: -1;
  border-radius: 4px;
}
.hero-lead {
  font-size: 1.12rem;
  color: var(--slate);
  max-width: 480px;
  margin-bottom: 34px;
}
.hero-btns { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 44px; }

.btn-solid {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 15px 30px;
  border-radius: var(--r-pill);
  background: linear-gradient(135deg, var(--emerald), var(--emerald-deep));
  color: #fff;
  font-weight: 600;
  font-size: 0.92rem;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(15,118,110,0.24);
}
.btn-solid:hover { transform: translateY(-3px); box-shadow: 0 18px 36px rgba(15,118,110,0.34); }

.btn-line {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 15px 28px;
  border-radius: var(--r-pill);
  border: 1.5px solid var(--line-strong);
  color: var(--ink);
  font-weight: 600;
  font-size: 0.92rem;
  cursor: pointer;
}
.btn-line:hover { border-color: var(--emerald); color: var(--emerald); transform: translateY(-3px); }

.hero-trust { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.trust-ava { display: flex; }
.trust-ava span {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 2px solid var(--cream);
  margin-left: -12px;
  display: grid; place-items: center;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 0.8rem;
  color: #fff;
}
.trust-ava span:first-child { margin-left: 0; }
.trust-ava span:nth-child(1) { background: var(--emerald); }
.trust-ava span:nth-child(2) { background: var(--gold); }
.trust-ava span:nth-child(3) { background: var(--emerald-deep); }
.trust-ava span:nth-child(4) { background: var(--slate); }
.hero-trust p { font-size: 0.85rem; color: var(--mist); }
.hero-trust strong { color: var(--ink); font-family: var(--f-display); }

/* Hero bento panel */
.hero-bento {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(110px, auto);
  gap: 16px;
}
.bento {
  border-radius: var(--r-md);
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: var(--shadow-sm);
  transition: 0.4s var(--ease);
}
.bento:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.bento.tall { grid-row: span 2; display: flex; flex-direction: column; justify-content: space-between; }
.bento.feature {
  grid-column: span 2;
  background: linear-gradient(140deg, var(--emerald), var(--emerald-deep));
  color: #fff;
  border-color: transparent;
}
.bento .b-ico {
  width: 46px; height: 46px;
  border-radius: 12px;
  background: var(--emerald-soft);
  color: var(--emerald);
  display: grid; place-items: center;
  font-size: 1.25rem;
  margin-bottom: 14px;
}
.bento.feature .b-ico { background: rgba(255,255,255,0.15); color: #fff; }
.bento .b-num { font-family: var(--f-display); font-size: 2rem; font-weight: 800; color: var(--emerald); line-height: 1; }
.bento .b-lbl { font-size: 0.8rem; color: var(--mist); margin-top: 6px; }
.bento.feature h3 { font-size: 1.15rem; margin-bottom: 6px; }
.bento.feature p { font-size: 0.85rem; opacity: 0.85; }
.bento h4 { font-size: 0.98rem; margin-bottom: 4px; }
.bento .b-sub { font-size: 0.8rem; color: var(--mist); }

/* Marquee strip */
.logo-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 26px 0;
  margin-top: 70px;
  overflow: hidden;
}
.strip-track {
  display: flex;
  align-items: center;
  gap: 60px;
  white-space: nowrap;
  font-family: var(--f-display);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--mist);
  animation: scrollx 26s linear infinite;
}
.strip-track span { display: inline-flex; align-items: center; gap: 12px; }
.strip-track span i { color: var(--gold); font-size: 0.7rem; }
@keyframes scrollx { to { transform: translateX(-50%); } }

/* ==========================================================================
   SECTION shell
   ========================================================================== */
.block { padding: 110px 0; position: relative; }
.block.tinted { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.block-head { max-width: 620px; margin-bottom: 58px; }
.block-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.block-head .eyebrow { margin-bottom: 16px; }
.block-head h2 { font-size: clamp(2rem, 4vw, 2.9rem); letter-spacing: -1px; margin-bottom: 14px; }
.block-head p { color: var(--slate); font-size: 1.04rem; }

/* ==========================================================================
   ABOUT
   ========================================================================== */
.about-wrap { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 60px; align-items: center; }
.about-figure { position: relative; }
.about-figure .frame {
  border-radius: var(--r-lg);
  background: linear-gradient(150deg, var(--emerald), var(--emerald-deep));
  padding: 42px 36px;
  color: #fff;
  box-shadow: var(--shadow-lg);
}
.about-figure .frame h3 { font-size: 1.5rem; margin-bottom: 10px; }
.about-figure .frame p { font-size: 0.92rem; opacity: 0.85; margin-bottom: 26px; }
.frame-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.frame-metrics div { background: rgba(255,255,255,0.1); border-radius: var(--r-sm); padding: 16px; }
.frame-metrics b { font-family: var(--f-display); font-size: 1.6rem; display: block; }
.frame-metrics small { font-size: 0.75rem; opacity: 0.8; }
.about-figure .badge-float {
  position: absolute;
  bottom: -22px; right: -18px;
  background: var(--gold);
  color: #fff;
  border-radius: var(--r-md);
  padding: 16px 20px;
  box-shadow: var(--shadow-md);
  display: flex; align-items: center; gap: 12px;
  animation: floaty 5s ease-in-out infinite;
}
.about-figure .badge-float i { font-size: 1.5rem; }
.about-figure .badge-float b { font-family: var(--f-display); font-size: 1.1rem; display: block; }
.about-figure .badge-float small { font-size: 0.72rem; opacity: 0.9; }

.about-text h3 { font-size: 1.55rem; margin-bottom: 16px; letter-spacing: -0.5px; }
.about-text > p { color: var(--slate); margin-bottom: 26px; }
.about-list { display: grid; gap: 14px; }
.about-list li { display: flex; gap: 14px; align-items: flex-start; }
.about-list .tick {
  width: 30px; height: 30px; flex-shrink: 0;
  border-radius: 9px;
  background: var(--emerald-soft);
  color: var(--emerald);
  display: grid; place-items: center;
  font-size: 0.85rem;
}
.about-list h5 { font-family: var(--f-display); font-size: 0.98rem; margin-bottom: 2px; }
.about-list p { font-size: 0.88rem; color: var(--mist); }

/* ==========================================================================
   SERVICES — offset list cards
   ========================================================================== */
.svc-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.svc {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 36px;
  transition: 0.45s var(--ease);
  position: relative;
  overflow: hidden;
}
.svc::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, var(--emerald), var(--emerald-deep));
  opacity: 0;
  transition: 0.45s var(--ease);
  z-index: 0;
}
.svc > * { position: relative; z-index: 1; }
.svc:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: transparent; }
.svc:hover::before { opacity: 1; }
.svc:hover h3, .svc:hover p, .svc:hover .svc-no { color: #fff; }
.svc:hover .svc-ico { background: rgba(255,255,255,0.16); color: #fff; }
.svc-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.svc-ico {
  width: 60px; height: 60px;
  border-radius: 16px;
  background: var(--emerald-soft);
  color: var(--emerald);
  display: grid; place-items: center;
  font-size: 1.5rem;
  transition: 0.4s var(--ease);
}
.svc-no { font-family: var(--f-display); font-size: 1.6rem; font-weight: 800; color: var(--line-strong); transition: 0.4s var(--ease); }
.svc h3 { font-size: 1.25rem; margin-bottom: 10px; transition: 0.4s var(--ease); }
.svc p { color: var(--slate); font-size: 0.92rem; transition: 0.4s var(--ease); }

/* ==========================================================================
   PROCESS — vertical timeline
   ========================================================================== */
.timeline { display: grid; gap: 0; max-width: 760px; margin: 0 auto; }
.tl-row {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 28px;
  padding: 30px 0;
  border-top: 1px dashed var(--line-strong);
  align-items: start;
}
.tl-row:first-child { border-top: none; }
.tl-num {
  font-family: var(--f-display);
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--emerald);
  line-height: 1;
  position: relative;
}
.tl-num span { position: absolute; top: -8px; right: -6px; font-size: 0.7rem; color: var(--gold); }
.tl-body h4 { font-size: 1.2rem; margin-bottom: 6px; }
.tl-body p { color: var(--slate); font-size: 0.94rem; }

/* ==========================================================================
   TEAM
   ========================================================================== */
.team-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.member {
  text-align: center;
  padding: 34px 20px;
  border-radius: var(--r-lg);
  background: var(--paper);
  border: 1px solid var(--line);
  transition: 0.4s var(--ease);
}
.member:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--emerald-soft); }
.m-photo {
  width: 84px; height: 84px;
  border-radius: 50%;
  margin: 0 auto 16px;
  display: grid; place-items: center;
  font-family: var(--f-display);
  font-weight: 800;
  font-size: 1.5rem;
  color: #fff;
}
.member:nth-child(1) .m-photo { background: linear-gradient(140deg, var(--emerald), var(--emerald-deep)); }
.member:nth-child(2) .m-photo { background: linear-gradient(140deg, var(--gold), #a06f10); }
.member:nth-child(3) .m-photo { background: linear-gradient(140deg, var(--emerald-deep), var(--ink)); }
.member:nth-child(4) .m-photo { background: linear-gradient(140deg, var(--slate), var(--emerald)); }
.member h4 { font-size: 1.02rem; margin-bottom: 3px; }
.member span { font-size: 0.82rem; color: var(--emerald); font-weight: 600; }
.m-social { display: flex; justify-content: center; gap: 10px; margin-top: 14px; }
.m-social a { width: 34px; height: 34px; border-radius: 9px; background: var(--cream); color: var(--slate); display: grid; place-items: center; font-size: 0.85rem; }
.m-social a:hover { background: var(--emerald); color: #fff; }

/* ==========================================================================
   TESTIMONIALS
   ========================================================================== */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.quote {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 34px 30px;
  transition: 0.4s var(--ease);
}
.quote:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.quote .q-mark { font-family: var(--f-display); font-size: 3rem; color: var(--emerald-soft); line-height: 0.6; margin-bottom: 10px; }
.quote p { color: var(--slate); font-size: 0.94rem; margin-bottom: 22px; }
.q-stars { color: var(--gold); font-size: 0.8rem; margin-bottom: 14px; display: flex; gap: 3px; }
.q-person { display: flex; align-items: center; gap: 12px; }
.q-person .q-ava { width: 44px; height: 44px; border-radius: 12px; background: var(--emerald-soft); color: var(--emerald); display: grid; place-items: center; font-family: var(--f-display); font-weight: 700; font-size: 0.9rem; }
.q-person strong { font-family: var(--f-display); font-size: 0.9rem; display: block; }
.q-person small { font-size: 0.78rem; color: var(--mist); }

/* ==========================================================================
   CTA
   ========================================================================== */
.cta-shell { position: relative; }
.cta-box {
  background: linear-gradient(135deg, var(--emerald), var(--emerald-deep));
  border-radius: var(--r-lg);
  padding: 72px 56px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.cta-box::before {
  content: '';
  position: absolute;
  top: -80px; left: -80px;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: rgba(201,138,30,0.28);
  filter: blur(30px);
}
.cta-box::after {
  content: '';
  position: absolute;
  bottom: -100px; right: -60px;
  width: 320px; height: 320px;
  border: 40px solid rgba(255,255,255,0.06);
  border-radius: 50%;
}
.cta-box h2 { font-size: clamp(1.9rem, 4vw, 2.7rem); letter-spacing: -1px; margin-bottom: 14px; position: relative; }
.cta-box p { opacity: 0.88; max-width: 500px; margin: 0 auto 30px; position: relative; }
.cta-box .btn-solid { background: var(--gold); box-shadow: 0 12px 26px rgba(0,0,0,0.2); position: relative; }
.cta-box .btn-solid:hover { background: #fff; color: var(--emerald); }

/* ==========================================================================
   CONTACT
   ========================================================================== */
.contact-wrap { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 46px; align-items: start; }
.contact-side .eyebrow { margin-bottom: 16px; }
.contact-side h2 { font-size: clamp(1.9rem, 3.5vw, 2.5rem); letter-spacing: -1px; margin-bottom: 16px; }
.contact-side > p { color: var(--slate); margin-bottom: 30px; }
.reach { display: grid; gap: 14px; margin-bottom: 26px; }
.reach-item { display: flex; align-items: center; gap: 16px; padding: 18px 20px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); transition: 0.35s var(--ease); }
.reach-item:hover { border-color: var(--emerald-soft); transform: translateX(5px); box-shadow: var(--shadow-sm); }
.reach-ico { width: 46px; height: 46px; border-radius: 13px; background: var(--emerald-soft); color: var(--emerald); display: grid; place-items: center; font-size: 1.15rem; flex-shrink: 0; }
.reach-item h5 { font-family: var(--f-body); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 1.4px; color: var(--mist); margin-bottom: 3px; font-weight: 600; }
.reach-item p, .reach-item a { font-size: 0.92rem; font-weight: 500; color: var(--ink); }
.reach-item a:hover { color: var(--emerald); }
.socials { display: flex; gap: 12px; }
.socials a { width: 44px; height: 44px; border-radius: 13px; background: var(--paper); border: 1px solid var(--line); color: var(--slate); display: grid; place-items: center; font-size: 1.05rem; }
.socials a:hover { background: var(--emerald); color: #fff; border-color: transparent; transform: translateY(-3px); }

.form-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 40px;
  box-shadow: var(--shadow-sm);
}
.form-card h3 { font-size: 1.35rem; margin-bottom: 6px; }
.form-card .fc-sub { color: var(--mist); font-size: 0.9rem; margin-bottom: 26px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 0.8rem; font-weight: 600; color: var(--slate); margin-bottom: 7px; }
.field input, .field textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: var(--r-sm);
  border: 1.5px solid var(--line);
  background: var(--cream);
  font-size: 0.92rem;
  transition: 0.3s var(--ease);
}
.field input:focus, .field textarea:focus { border-color: var(--emerald); background: #fff; box-shadow: 0 0 0 4px rgba(15,118,110,0.08); }
.field textarea { min-height: 130px; resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-card .btn-solid { width: 100%; justify-content: center; padding: 16px; }
.form-note {
  margin-top: 14px;
  font-size: 0.85rem;
  text-align: center;
  padding: 12px;
  border-radius: var(--r-sm);
  display: none;
}
.form-note.ok { display: block; background: var(--emerald-soft); color: var(--emerald-deep); }
.form-note.err { display: block; background: #fbe3e3; color: #b3261e; }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.foot { background: var(--ink); color: #cdd8d4; padding: 76px 0 0; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 44px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.foot-brand .brand { color: #fff; margin-bottom: 16px; }
.foot-brand .brand small { color: #8ba39d; }
.foot-brand > p { font-size: 0.88rem; color: #9fb0ab; max-width: 300px; margin-bottom: 20px; }
.foot-contact { display: grid; gap: 9px; }
.foot-contact a, .foot-contact span { font-size: 0.85rem; color: #9fb0ab; display: flex; gap: 9px; align-items: flex-start; }
.foot-contact i { color: var(--gold); margin-top: 3px; }
.foot-contact a:hover { color: #fff; }
.foot-col h4 { font-family: var(--f-display); color: #fff; font-size: 0.95rem; margin-bottom: 18px; }
.foot-col a { display: block; padding: 6px 0; font-size: 0.87rem; color: #9fb0ab; }
.foot-col a:hover { color: var(--gold); padding-left: 5px; }
.foot-bottom { padding: 24px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.foot-bottom p { font-size: 0.8rem; color: #7d918c; }
.foot-bottom .fb-links { display: flex; gap: 20px; }
.foot-bottom .fb-links a { font-size: 0.8rem; color: #9fb0ab; }
.foot-bottom .fb-links a:hover { color: var(--gold); }

/* ==========================================================================
   BACK TO TOP
   ========================================================================== */
.totop {
  position: fixed;
  bottom: 26px; right: 26px;
  width: 50px; height: 50px;
  border-radius: 15px;
  background: var(--emerald);
  color: #fff;
  display: grid; place-items: center;
  font-size: 1.2rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: 0.4s var(--ease);
  box-shadow: var(--shadow-md);
  z-index: 800;
}
.totop.show { opacity: 1; visibility: visible; transform: translateY(0); }
.totop:hover { background: var(--emerald-deep); transform: translateY(-4px); }

/* Reveal */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.seen { opacity: 1; transform: translateY(0); }

/* ==========================================================================
   RESPONSIVE — Tablet
   ========================================================================== */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-bento { max-width: 520px; }
  .about-wrap { grid-template-columns: 1fr; gap: 56px; }
  .about-figure { max-width: 460px; }
  .svc-list { grid-template-columns: 1fr; }
  .team-row { grid-template-columns: repeat(2, 1fr); }
  .quotes { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
  .contact-wrap { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}

/* ==========================================================================
   RESPONSIVE — Mobile
   ========================================================================== */
@media (max-width: 720px) {
  .shell { padding: 0 18px; }
  .block { padding: 76px 0; }

  .mainnav {
    position: fixed;
    top: 0; right: -100%;
    width: 82%;
    max-width: 320px;
    height: 100vh;
    background: var(--paper);
    border-left: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
    padding: 92px 22px 30px;
    gap: 6px;
    transition: right 0.45s var(--ease);
    box-shadow: -20px 0 50px rgba(16,32,29,0.12);
    z-index: 950;
  }
  .mainnav.open { right: 0; }
  .mainnav a { padding: 14px 18px; font-size: 1rem; }
  .burger { display: grid; }
  .bar-right .pill-cta { display: none; }
  .topbar { top: 10px; }

  .hero { padding: 120px 0 70px; }
  .hero-btns { width: 100%; }
  .btn-solid, .btn-line { flex: 1; justify-content: center; }
  .hero-bento { grid-template-columns: 1fr 1fr; }

  .team-row { grid-template-columns: 1fr; max-width: 340px; margin: 0 auto; }
  .field-row { grid-template-columns: 1fr; }
  .cta-box { padding: 52px 28px; }
  .form-card { padding: 28px 22px; }
  .foot-grid { grid-template-columns: 1fr; gap: 30px; }
  .foot-bottom { flex-direction: column; text-align: center; }
  .tl-row { grid-template-columns: 60px 1fr; gap: 18px; }
  .tl-num { font-size: 2rem; }
}

@media (max-width: 420px) {
  .hero-copy h1 { font-size: 2.2rem; }
  .hero-bento { grid-template-columns: 1fr; }
  .bento.feature { grid-column: auto; }
  .brand small { display: none; }
}

/* Selection + scrollbar */
::selection { background: var(--emerald-soft); color: var(--emerald-deep); }
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--cream); }
::-webkit-scrollbar-thumb { background: var(--line-strong); border-radius: 999px; }
::-webkit-scrollbar-thumb:hover { background: var(--emerald); }
