:root {
  --ink: #075d68;
  --ink-dark: #043f47;
  --green: #5ca654;
  --green-light: #8bcf4d;
  --cream: #f7faf7;
  --white: #ffffff;
  --text: #27464a;
  --muted: #6a7f81;
  --line: #dce8e6;
  --shadow: 0 24px 60px rgba(4, 63, 71, .10);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }

.header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255,255,255,.90);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(220,232,230,.8);
}
.nav { height: 210px; display: flex; align-items: center; justify-content: flex-start; gap: 100px; }
.brand img { height: 150px; position: center; object-fit: contain; object-position: center; mix-blend-mode: multiply; }
.nav nav { display: flex; gap: 30px; font-size: 14px; font-weight: 700; color: var(--ink-dark); }
.nav nav a:hover { color: var(--green); }
.nav-cta, .button.primary {
  background: var(--ink); color: #fff; border-radius: 999px;
  padding: 12px 20px; font-weight: 800; font-size: 14px;
}
.nav-cta:hover, .button.primary:hover { background: var(--green); transform: translateY(-1px); }
.hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 30%, rgba(139,207,77,.22), transparent 25%),
    linear-gradient(135deg, #fbfdfb 0%, #eef8ef 100%);
}
.hero-grid { min-height: 690px; display: block; padding: 220px 0; }
.eyebrow {
  display: inline-block; margin-bottom: 16px; color: var(--green);
  font-size: 12px; letter-spacing: .20em; text-transform: uppercase; font-weight: 900;
}
.hero h1 { max-width: 720px; margin: 0 0 22px; color: var(--ink-dark); font-size: clamp(46px, 6vw, 76px); line-height: .98; letter-spacing: -.055em; }
.hero h1 span, .section-heading h2 span, .about h2 span { color: var(--green); }
.hero-copy { max-width: 820px; margin: 0 auto; text-align: center; }\n.hero-copy p { max-width: 590px; margin-left: auto; margin-right: auto; font-size: 19px; color: var(--muted); margin: 0 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.button { display: inline-flex; align-items: center; justify-content: center; transition: .2s ease; }
.button.secondary { border: 1px solid var(--line); background: #fff; color: var(--ink); border-radius: 999px; padding: 11px 20px; font-weight: 800; font-size: 14px; }
.button.secondary:hover { border-color: var(--green); color: var(--green); }

.hero-art { position: relative; display: grid; place-items: center; min-height: 380px; margin-top: 20px; }
.hero-art img { position: relative; width: min(500px, 100%); filter: drop-shadow(0 24px 28px rgba(4,63,71,.12)); mix-blend-mode: multiply; }
.art-glow { position: absolute; width: 390px; height: 390px; border-radius: 50%; background: rgba(139,207,77,.20); filter: blur(4px); }

.section { padding: 10px 0; }
.section-heading { max-width: 750px; margin-bottom: 46px; }
.section-heading h2, .about h2, .contact h2 { margin: 0 0 16px; color: var(--ink-dark); font-size: clamp(34px, 4vw, 54px); line-height: 1.05; letter-spacing: -.04em; }
.section-heading p, .about p, .contact p { color: var(--muted); font-size: 17px; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card {
  position: relative; padding: 30px; min-height: 310px; border: 1px solid var(--line);
  border-radius: var(--radius); background: #fff; transition: .25s ease;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(92,166,84,.35); }
.service-card.featured { background: var(--ink); color: #fff; border-color: var(--ink); }
.service-card.featured p, .service-card.featured .number { color: rgba(255,255,255,.68); }
.service-card.featured h3 { color: #fff; }
.service-card .number { position: absolute; top: 24px; right: 26px; font-weight: 900; color: #9aabaa; font-size: 12px; letter-spacing: .12em; }
.icon { color: var(--green); font-size: 32px; margin-bottom: 20px; }
.service-card h3 { margin: 0 0 10px; color: var(--ink-dark); font-size: 25px; letter-spacing: -.025em; }
.service-card p { color: var(--muted); margin: 0; }
.service-card ul { list-style: none; padding: 18px 0 0; margin: 0; display: flex; flex-wrap: wrap; gap: 7px; }
.service-card li { padding: 5px 9px; border-radius: 999px; background: rgba(139,207,77,.14); color: var(--green); font-size: 12px; font-weight: 800; }
.service-card.more { background: #f3f8f2; }
.text-link { display: inline-block; margin-top: 20px; color: var(--ink); font-weight: 900; }

.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 80px; }
.about-mark {
  width: 280px; height: 280px; border-radius: 70px;
  display: grid; place-items: center; margin: auto;
  background: linear-gradient(145deg, var(--ink), var(--green));
  color: #fff; font-size: 150px; font-weight: 900; line-height: 1;
  transform: rotate(-7deg); box-shadow: 24px 24px 0 rgba(139,207,77,.25);
}
.about-mark span { color: var(--green-light); }
.mini-points { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 30px; }
.mini-points div { padding: 18px; background: #fff; border-radius: 16px; border: 1px solid var(--line); }
.mini-points strong { display: block; color: var(--green); font-size: 12px; margin-bottom: 8px; }
.mini-points span { font-weight: 800; color: var(--ink-dark); font-size: 14px; }

.contact { padding-top: 90px; }
.contact-box {
  padding: 52px; border-radius: 30px;
  background: linear-gradient(120deg, var(--ink-dark), var(--ink));
  color: #fff; display: grid; grid-template-columns: 1fr .85fr; gap: 50px; align-items: center;
}
.contact h2 { color: #fff; }
.contact p { color: rgba(255,255,255,.72); }
.contact .eyebrow { color: var(--green-light); }
.contact-links { display: grid; gap: 12px; }
.contact-links a { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; padding: 18px 20px; transition: .2s; }
.contact-links a:hover { background: rgba(255,255,255,.14); }
.contact-links small { display: block; color: rgba(255,255,255,.58); margin-bottom: 4px; }
.contact-links strong { font-size: 18px; }

footer { padding: 30px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; }

@media (max-width: 900px) {
  .nav nav { display: none; }
  .about-grid, .contact-box { grid-template-columns: 1fr; }
  .hero-grid { padding: 70px 0; min-height: auto; }
  .hero-art { min-height: 390px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { gap: 50px; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1120px); }
  .header .nav { height: 150px; }
  .brand img { width: 100px; }
  .nav-cta { padding: 10px 14px; font-size: 120px; }
  .hero h1 { font-size: 48px; }
  .hero-copy p { font-size: 17px; }
  .hero-art { min-height: 300px; }
  .hero-art img { width: 330px; }
  .art-glow { width: 250px; height: 250px; }
  .section { padding: 75px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 260px; }
  .about-mark { width: 210px; height: 210px; font-size: 112px; }
  .mini-points { grid-template-columns: 1fr; }
  .contact-box { padding: 32px 24px; }
  .footer-inner { flex-direction: column; }
}

@media (max-width: 620px) {
  .brand img {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
}