/* ===== Design tokens ===== */
:root {
  --red: #c9161c;
  --red-2: #e63329;
  --green: #188a2c;
  --green-2: #2fb344;
  --ink: #14211a;
  --muted: #5c6b63;
  --line: #e7ebe8;
  --bg: #ffffff;
  --bg-soft: #f5f8f6;
  --white: #ffffff;
  --radius: 16px;
  --radius-lg: 24px;
  --shadow: 0 10px 30px -12px rgba(20, 33, 26, .18);
  --shadow-lg: 0 24px 60px -20px rgba(20, 33, 26, .28);
  --container: 1140px;
  --font: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --display: "Plus Jakarta Sans", var(--font);
}

/* ===== Reset ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: hidden;            /* guarantee no horizontal scroll */
  overflow-wrap: break-word;
}
img, svg { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; }

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(18px, 5vw, 40px);
}

/* ===== Shared bits ===== */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700; font-size: .8rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--green);
}
.eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red); }
.grad {
  background: linear-gradient(100deg, var(--green-2), var(--green));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; font-weight: 700; font-size: 1rem;
  padding: 14px 26px; border-radius: 999px;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space: nowrap;
}
.btn--primary { background: linear-gradient(120deg, var(--red-2), var(--red)); color: #fff; box-shadow: var(--shadow); }
.btn--primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn--ghost { background: var(--bg-soft); color: var(--ink); border: 1px solid var(--line); }
.btn--ghost:hover { border-color: var(--green-2); color: var(--green); }
.btn--full { width: 100%; }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, .82);
  backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 68px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand__logo { width: auto; height: 42px; }
.brand__text { display: flex; flex-direction: column; line-height: 1; font-family: var(--display); }
.brand__name { font-weight: 800; font-size: 1.15rem; color: var(--ink); }
.brand__sub { font-weight: 700; font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; color: var(--red); }

.nav__menu { display: flex; align-items: center; gap: 26px; }
.nav__menu a { font-weight: 600; color: var(--ink); font-size: .96rem; transition: color .15s; }
.nav__menu a:hover { color: var(--green); }
.nav__cta {
  background: var(--ink); color: #fff !important;
  padding: 10px 18px; border-radius: 999px;
}
.nav__cta:hover { background: var(--red); }

.nav__toggle { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.nav__toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: .25s; }

/* ===== Hero ===== */
.hero { position: relative; overflow: hidden; background: linear-gradient(180deg, #fff, var(--bg-soft)); }
.hero__glow {
  position: absolute; inset: -20% -10% auto -10%; height: 480px;
  background:
    radial-gradient(closest-side, rgba(47,179,68,.18), transparent 70%) 15% 20%/50% 80% no-repeat,
    radial-gradient(closest-side, rgba(230,51,41,.14), transparent 70%) 90% 0%/45% 70% no-repeat;
  pointer-events: none;
}
.hero__inner {
  position: relative;
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center;
  padding-block: clamp(48px, 8vw, 96px);
}
.hero__title {
  font-family: var(--display); font-weight: 800;
  font-size: clamp(2.1rem, 6.4vw, 3.6rem); line-height: 1.06;
  letter-spacing: -.02em; margin: 16px 0 18px;
}
.hero__lead { color: var(--muted); font-size: clamp(1rem, 2.5vw, 1.12rem); max-width: 46ch; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0 10px; }
.hero__stats { display: flex; flex-wrap: wrap; gap: clamp(20px, 5vw, 44px); margin-top: 34px; }
.hero__stats div { display: flex; flex-direction: column; }
.hero__stats strong { font-family: var(--display); font-size: 1.7rem; color: var(--ink); line-height: 1; }
.hero__stats span { font-size: .85rem; color: var(--muted); margin-top: 4px; }

.hero__art { position: relative; display: grid; place-items: center; min-height: 320px; }
.hero__logo { width: min(360px, 78%); filter: drop-shadow(0 24px 40px rgba(20,33,26,.18)); position: relative; z-index: 2; }
.hero__ring {
  position: absolute; width: min(420px, 92%); aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(255,255,255,.9), rgba(245,248,246,.4));
  border: 1px dashed rgba(24,138,44,.35);
  animation: spin 40s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ===== Strip ===== */
.strip { background: var(--ink); color: #fff; }
.strip__inner {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 14px 22px; padding-block: 18px;
  font-weight: 600; font-size: .95rem; letter-spacing: .01em;
}
.strip__inner i { width: 6px; height: 6px; border-radius: 50%; background: var(--green-2); }
.strip__inner span { opacity: .95; }

/* ===== Sections ===== */
.section { padding-block: clamp(56px, 9vw, 104px); }
.section--alt { background: var(--bg-soft); }
.section__head { max-width: 620px; margin-bottom: clamp(30px, 5vw, 52px); }
.section__head h2 {
  font-family: var(--display); font-weight: 800;
  font-size: clamp(1.7rem, 5vw, 2.6rem); line-height: 1.12;
  letter-spacing: -.02em; margin: 12px 0 12px;
}
.section__sub { color: var(--muted); font-size: 1.05rem; }

/* ===== Grids ===== */
.grid { display: grid; gap: 20px; }
.grid--services { grid-template-columns: repeat(3, 1fr); }
.grid--reach { grid-template-columns: repeat(3, 1fr); }
.grid--why { grid-template-columns: repeat(2, 1fr); }

/* ===== Cards ===== */
.card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 26px;
  box-shadow: var(--shadow); transition: transform .2s ease, box-shadow .2s ease, border-color .2s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: rgba(47,179,68,.4); }
.card__icon {
  width: 54px; height: 54px; display: grid; place-items: center; font-size: 26px;
  border-radius: 14px; margin-bottom: 16px;
  background: linear-gradient(135deg, rgba(47,179,68,.14), rgba(201,22,28,.1));
}
.card h3 { font-family: var(--display); font-size: 1.2rem; margin-bottom: 8px; }
.card p { color: var(--muted); font-size: .96rem; }

/* ===== About ===== */
.about { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(28px, 5vw, 56px); align-items: center; }
.about__media { position: relative; display: grid; place-items: center; }
.about__badge {
  width: min(320px, 80%); aspect-ratio: 1; border-radius: 32px;
  display: grid; place-items: center; padding: 34px;
  background: linear-gradient(140deg, #fff, var(--bg-soft));
  border: 1px solid var(--line); box-shadow: var(--shadow-lg);
}
.about__mini {
  position: absolute; bottom: -14px; right: 4%;
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  padding: 12px 16px; box-shadow: var(--shadow); display: flex; flex-direction: column;
}
.about__mini strong { color: var(--green); font-size: .95rem; }
.about__mini span { font-size: .78rem; color: var(--muted); }
.about__body h2 { font-family: var(--display); font-weight: 800; font-size: clamp(1.7rem, 5vw, 2.5rem); letter-spacing: -.02em; margin: 12px 0 16px; }
.about__body p { color: var(--muted); margin-bottom: 14px; }
.ticklist { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 18px; margin-top: 20px; }
.ticklist li { position: relative; padding-left: 28px; font-weight: 600; font-size: .95rem; }
.ticklist li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center;
  font-size: .7rem; color: #fff; background: var(--green);
}

/* ===== Reach ===== */
.reachcard {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px; display: flex; flex-direction: column; gap: 4px;
  border-left: 4px solid var(--green-2); transition: border-color .2s, transform .2s;
}
.reachcard:nth-child(even) { border-left-color: var(--red-2); }
.reachcard:hover { transform: translateY(-3px); }
.reachcard strong { font-family: var(--display); font-size: 1.1rem; }
.reachcard span { color: var(--muted); font-size: .9rem; }

/* ===== Why ===== */
.why { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; }
.why__num { font-family: var(--display); font-weight: 800; font-size: 1.4rem; color: var(--red); }
.why h3 { font-family: var(--display); font-size: 1.2rem; margin: 8px 0 8px; }
.why p { color: var(--muted); font-size: .96rem; }

/* ===== Contact ===== */
.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(28px, 5vw, 56px); align-items: start; }
.contact__intro h2 { font-family: var(--display); font-weight: 800; font-size: clamp(1.7rem, 5vw, 2.5rem); letter-spacing: -.02em; margin: 12px 0 12px; }
.contact__intro > p { color: var(--muted); }
.contact__list { margin-top: 24px; display: grid; gap: 14px; }
.contact__list li { display: flex; align-items: center; gap: 12px; font-weight: 600; }
.contact__list span { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: var(--bg-soft); }
.contact__list a:hover { color: var(--green); }

.contact__form {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: clamp(22px, 4vw, 34px); box-shadow: var(--shadow); display: grid; gap: 16px;
}
.field { display: grid; gap: 6px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.field--split { grid-template-columns: 1fr 1fr; gap: 16px; }
.field label { font-weight: 600; font-size: .88rem; }
.field input, .field select, .field textarea {
  width: 100%; font: inherit; color: var(--ink);
  padding: 13px 14px; border: 1px solid var(--line); border-radius: 12px;
  background: var(--bg-soft); transition: border-color .15s, background .15s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--green-2); background: #fff;
  box-shadow: 0 0 0 3px rgba(47,179,68,.14);
}
.field textarea { resize: vertical; }
.form__note { font-size: .9rem; font-weight: 600; min-height: 1em; }
.form__note.ok { color: var(--green); }
.form__note.err { color: var(--red); }

/* ===== Footer ===== */
.footer { background: var(--ink); color: #d7e0da; }
.footer__inner {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 20px; padding-block: 36px;
}
.footer__brand { display: flex; align-items: center; gap: 12px; }
.footer__brand strong { display: block; color: #fff; font-family: var(--display); }
.footer__brand span { font-size: .85rem; opacity: .8; }
.footer__nav { display: flex; flex-wrap: wrap; gap: 20px; }
.footer__nav a { font-weight: 600; opacity: .9; }
.footer__nav a:hover { color: var(--green-2); opacity: 1; }
.footer__copy { width: 100%; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); font-size: .85rem; opacity: .75; }

/* ===== Responsive ===== */
@media (max-width: 960px) {
  .grid--services { grid-template-columns: repeat(2, 1fr); }
  .grid--reach { grid-template-columns: repeat(2, 1fr); }
  .about { grid-template-columns: 1fr; }
  .about__media { order: -1; }
  .contact { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .nav__toggle { display: flex; }
  .nav__menu {
    position: fixed; inset: 68px 0 auto 0;
    flex-direction: column; align-items: stretch; gap: 4px;
    background: #fff; border-bottom: 1px solid var(--line);
    padding: 14px clamp(18px, 5vw, 40px) 22px;
    box-shadow: var(--shadow-lg);
    transform: translateY(-12px); opacity: 0; pointer-events: none;
    transition: transform .22s ease, opacity .22s ease;
  }
  .nav__menu.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav__menu a { padding: 12px 4px; border-radius: 10px; }
  .nav__cta { text-align: center; margin-top: 6px; }
  .nav__toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav__toggle.active span:nth-child(2) { opacity: 0; }
  .nav__toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .hero__inner { grid-template-columns: 1fr; text-align: center; gap: 24px; }
  .hero__content { display: flex; flex-direction: column; align-items: center; }
  .hero__actions { justify-content: center; }
  .hero__stats { justify-content: center; }
  .hero__art { order: -1; min-height: 240px; }
  .eyebrow { justify-content: center; }
}

@media (max-width: 480px) {
  .grid--services, .grid--reach, .grid--why { grid-template-columns: 1fr; }
  .ticklist { grid-template-columns: 1fr; }
  .field--split { grid-template-columns: 1fr; }
  .hero__stats { gap: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto; transition: none !important; }
}
