:root {
  --paper: #f4efe6;
  --paper-2: #e8e0d3;
  --ink: #18382f;
  --ink-soft: #456158;
  --green: #123c32;
  --green-2: #1b4c3f;
  --lime: #d8ee55;
  --orange: #e46b3f;
  --white: #fffdf7;
  --line: rgba(24, 56, 47, 0.18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, Avenir, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { z-index: 100; position: fixed; top: 12px; left: 12px; padding: 10px 14px; background: white; border-radius: 6px; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  border-bottom: 1px solid var(--line);
}
.nav-wrap { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -.02em; }
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--paper);
  background: var(--green);
  border-radius: 50% 50% 44% 56% / 54% 45% 55% 46%;
  font: 700 13px/1 var(--sans);
  transform: rotate(-4deg);
}
.brand-mark::first-line { transform: rotate(4deg); }
.brand-name { font-size: 17px; }
.nav { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 700; }
.nav > a:not(.nav-cta) { position: relative; padding-block: 10px; }
.nav > a:not(.nav-cta)::after { content: ""; position: absolute; inset: auto 0 4px; height: 1px; background: var(--ink); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.nav > a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 13px 19px; color: var(--paper); background: var(--green); border-radius: 100px; }
.nav-cta span { margin-left: 10px; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }

.hero { min-height: 790px; padding: 168px 0 42px; overflow: hidden; position: relative; }
.hero::before { content: ""; position: absolute; width: 44vw; height: 44vw; min-width: 520px; min-height: 520px; right: -12%; top: -20%; background: rgba(216,238,85,.14); border-radius: 50%; filter: blur(3px); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; min-height: 520px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 25px; text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.eyebrow span { width: 28px; height: 2px; background: var(--orange); }
h1, h2, blockquote { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; }
h1 { max-width: 750px; font-size: clamp(55px, 6.25vw, 92px); line-height: .97; }
h1 em, h2 em, .lead em, blockquote em { color: var(--orange); font-weight: 400; }
.hero-text { max-width: 590px; margin: 29px 0 0; color: var(--ink-soft); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 25px; padding: 17px 23px; border-radius: 3px; font-size: 13px; font-weight: 800; transition: transform .25s, background .25s; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--paper); background: var(--green); }
.button-primary:hover { background: var(--green-2); }
.text-link { padding-block: 8px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 800; }
.text-link span { margin-left: 12px; color: var(--orange); }
.hero-visual { position: relative; height: 510px; }
.orb { position: absolute; border-radius: 50%; }
.orb-main { z-index: 3; left: 16%; top: 20%; width: 310px; aspect-ratio: 1; display: flex; flex-direction: column; justify-content: center; padding: 60px; color: var(--paper); background: var(--green); box-shadow: 28px 35px 70px rgba(17, 59, 49, .18); }
.orb-main::after { content: ""; position: absolute; width: 98px; height: 98px; right: 23px; top: 29px; border: 1px solid rgba(244,239,230,.35); border-radius: 50%; }
.orb-label { margin-bottom: 12px; color: var(--lime); text-transform: uppercase; letter-spacing: .16em; font-size: 10px; font-weight: 800; }
.orb-main strong { font: 400 33px/1.1 var(--serif); letter-spacing: -.03em; }
.orbit { position: absolute; border: 1px solid rgba(24,56,47,.24); border-radius: 50%; transform: rotate(-26deg); }
.orbit-one { width: 450px; height: 295px; left: -4%; top: 20%; }
.orbit-two { width: 475px; height: 370px; left: 2%; top: 10%; transform: rotate(31deg); }
.spark { position: absolute; z-index: 4; color: var(--orange); font-size: 32px; }
.spark-one { right: 8%; top: 15%; }
.spark-two { left: 3%; bottom: 19%; color: var(--green); font-size: 20px; }
.mini-orb { position: absolute; z-index: 5; right: 4%; bottom: 18%; width: 86px; aspect-ratio: 1; border-radius: 50%; background: var(--lime); }
.path-doodle { position: absolute; z-index: 2; width: 210px; right: -2%; bottom: 7%; stroke: var(--orange); stroke-width: 2; stroke-linecap: round; }
.hero-foot { display: flex; align-items: center; gap: 20px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--ink-soft); text-transform: uppercase; letter-spacing: .14em; font-size: 9px; font-weight: 800; }
.hero-foot .line { width: 60px; height: 1px; background: var(--orange); }

.statement { padding: 130px 0 110px; background: var(--white); }
.statement-grid { display: grid; grid-template-columns: 1fr 3fr; gap: 60px; }
.section-index { text-transform: uppercase; font-size: 10px; letter-spacing: .18em; font-weight: 800; }
.section-index span { margin: 0 10px; color: var(--orange); }
.lead { max-width: 910px; margin: -12px 0 55px; font: 400 clamp(38px, 4.4vw, 63px)/1.08 var(--serif); letter-spacing: -.04em; }
.statement-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; border-top: 1px solid var(--line); }
.statement-columns p { margin: 24px 0 0; color: var(--ink-soft); font-size: 15px; line-height: 1.8; }

.mission-section { padding: 0 0 120px; background: var(--white); }
.mission-card { position: relative; min-height: 380px; display: grid; grid-template-columns: 1fr 3fr; align-items: center; gap: 60px; padding: 70px; color: var(--paper); background: var(--green); overflow: hidden; }
.mission-card::before { content: "“"; position: absolute; right: -10px; top: -95px; color: rgba(244,239,230,.055); font: 400 420px/1 var(--serif); }
.mission-tag { align-self: start; padding-top: 7px; color: var(--lime); text-transform: uppercase; letter-spacing: .16em; font-size: 10px; font-weight: 800; }
blockquote { position: relative; z-index: 1; font-size: clamp(35px, 4vw, 57px); line-height: 1.15; }
.mission-mark { position: absolute; right: 50px; bottom: 38px; display: grid; place-items: center; width: 60px; height: 60px; color: var(--green); background: var(--lime); border-radius: 50%; font-size: 23px; }

.services { padding: 125px 0 135px; color: var(--paper); background: var(--green); }
.section-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 70px; }
.section-head h2, .company h2, .contact h2 { margin-top: 25px; font-size: clamp(49px, 5.4vw, 75px); line-height: 1; }
.section-index.light { color: rgba(244,239,230,.65); }
.section-head > p { max-width: 300px; margin: 0 0 8px; color: rgba(244,239,230,.65); font-size: 14px; line-height: 1.7; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(244,239,230,.2); }
.service-card { position: relative; min-height: 430px; padding: 36px 35px 28px; border-right: 1px solid rgba(244,239,230,.2); transition: background .3s, transform .3s; }
.service-card:first-child { border-left: 1px solid rgba(244,239,230,.2); }
.service-card:hover { z-index: 2; background: var(--green-2); transform: translateY(-8px); }
.service-number { display: block; color: rgba(244,239,230,.45); font-size: 10px; letter-spacing: .12em; }
.service-icon { width: 66px; height: 66px; margin: 57px 0 36px; display: grid; place-items: center; border: 1px solid rgba(216,238,85,.55); border-radius: 50%; }
.service-icon svg { width: 35px; fill: none; stroke: var(--lime); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { max-width: 260px; margin: 0 0 18px; font: 400 27px/1.15 var(--serif); }
.service-card p { max-width: 290px; margin: 0; color: rgba(244,239,230,.62); font-size: 13px; line-height: 1.7; }
.cnae { position: absolute; left: 35px; bottom: 28px; color: var(--lime); font-size: 9px; letter-spacing: .12em; }

.company { padding: 135px 0; background: var(--paper); }
.company-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; }
.company-intro > p { max-width: 410px; margin: 32px 0; color: var(--ink-soft); font-size: 15px; line-height: 1.8; }
.active-badge { display: inline-flex; align-items: center; gap: 10px; padding: 11px 15px; border: 1px solid var(--line); border-radius: 100px; text-transform: uppercase; letter-spacing: .09em; font-size: 9px; font-weight: 800; }
.active-badge span { width: 8px; height: 8px; border-radius: 50%; background: #48a66b; box-shadow: 0 0 0 4px rgba(72,166,107,.15); }
.company-data { border-top: 2px solid var(--ink); }
.data-feature { padding: 28px 0 30px; border-bottom: 1px solid var(--line); }
.data-feature span { display: block; margin-bottom: 10px; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; font-weight: 800; }
.data-feature strong { font: 400 clamp(30px, 3.5vw, 48px)/1.1 var(--serif); letter-spacing: -.025em; }
.data-list { margin: 0; }
.data-list > div { display: grid; grid-template-columns: 1fr 1.7fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.data-list dt { color: var(--ink-soft); text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 800; }
.data-list dd { margin: 0; font-size: 13px; line-height: 1.5; font-weight: 650; }

.contact { padding: 125px 0; color: var(--paper); background: var(--orange); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; }
.contact-copy > p { max-width: 490px; margin: 30px 0 37px; color: rgba(255,253,247,.76); font-size: 15px; line-height: 1.75; }
.contact h2 em { color: var(--green); }
.button-light { color: var(--green); background: var(--white); }
.contact-info { align-self: end; font-style: normal; border-top: 1px solid rgba(255,253,247,.35); }
.contact-row { position: relative; display: block; padding: 25px 55px 25px 0; border-bottom: 1px solid rgba(255,253,247,.35); transition: padding-left .25s; }
.contact-row:hover { padding-left: 10px; }
.contact-row span { display: block; margin-bottom: 9px; color: rgba(255,253,247,.68); text-transform: uppercase; letter-spacing: .13em; font-size: 9px; font-weight: 800; }
.contact-row strong { font: 400 18px/1.45 var(--serif); }
.contact-row b { position: absolute; right: 2px; top: 50%; font-size: 21px; font-weight: 400; }

.footer { padding: 55px 0 24px; background: var(--paper); }
.footer-main { display: flex; justify-content: space-between; align-items: center; padding-bottom: 45px; }
.footer-main p { color: var(--ink-soft); font-size: 11px; }
.back-top { border-bottom: 1px solid var(--ink); padding-bottom: 5px; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.whatsapp-float { position: fixed; z-index: 30; right: 24px; bottom: 24px; width: 56px; height: 56px; display: grid; place-items: center; background: #25d366; border-radius: 50%; box-shadow: 0 12px 28px rgba(0,0,0,.2); transition: transform .25s; }
.whatsapp-float:hover { transform: scale(1.08) rotate(3deg); }
.whatsapp-float svg { width: 28px; fill: white; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation: none !important; }
}

@media (max-width: 900px) {
  .container { width: min(100% - 36px, 720px); }
  .site-header { position: absolute; }
  .menu-toggle { z-index: 3; display: flex; flex-direction: column; gap: 5px; }
  .menu-toggle span:not(.sr-only) { width: 25px; height: 2px; background: var(--ink); transition: transform .25s, opacity .25s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 22px; background: var(--paper); font: 400 35px/1.2 var(--serif); transform: translateY(-105%); transition: transform .35s ease; }
  .nav.open { transform: translateY(0); }
  .nav-cta { margin-top: 15px; font: 800 13px/1 var(--sans); }
  .hero { min-height: auto; padding-top: 145px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { height: 430px; max-width: 510px; width: 100%; margin: 10px auto 0; }
  .orb-main { left: 18%; width: 270px; }
  .orbit-one { width: 420px; }
  .orbit-two { width: 430px; }
  .statement-grid { grid-template-columns: 1fr; gap: 45px; }
  .lead { margin-top: 0; }
  .mission-card { grid-template-columns: 1fr; gap: 35px; padding: 55px 40px 90px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 360px; border-left: 1px solid rgba(244,239,230,.2); border-bottom: 1px solid rgba(244,239,230,.2); }
  .service-icon { margin: 40px 0 28px; }
  .company-grid, .contact-grid { grid-template-columns: 1fr; gap: 75px; }
  .company-intro > p { max-width: 580px; }
}

@media (max-width: 600px) {
  .container { width: calc(100% - 30px); }
  .nav-wrap { height: 75px; }
  .brand-name { font-size: 15px; }
  .brand-mark { width: 38px; height: 38px; }
  .hero { padding-top: 125px; }
  h1 { font-size: 48px; }
  .hero-text { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-visual { height: 360px; transform: translateX(-4px); }
  .orb-main { left: 15%; top: 18%; width: 225px; padding: 43px; }
  .orb-main strong { font-size: 27px; }
  .orbit-one { width: 330px; height: 230px; }
  .orbit-two { width: 340px; height: 280px; }
  .mini-orb { width: 62px; right: 2%; }
  .path-doodle { width: 145px; }
  .hero-foot { flex-wrap: wrap; gap: 12px; }
  .hero-foot .line { width: 30px; }
  .statement, .services, .company, .contact { padding: 90px 0; }
  .statement-columns { grid-template-columns: 1fr; gap: 12px; }
  .lead { margin-bottom: 35px; font-size: 38px; }
  .mission-section { padding-bottom: 90px; }
  .mission-card { width: 100%; padding: 50px 25px 95px; }
  blockquote { font-size: 34px; }
  .mission-mark { right: 24px; bottom: 24px; }
  .section-head { display: block; }
  .section-head > p { margin-top: 26px; }
  .services-grid { margin-inline: -1px; }
  .company-grid, .contact-grid { gap: 60px; }
  .data-feature strong { font-size: 28px; }
  .data-list > div { grid-template-columns: 1fr; gap: 8px; }
  .contact-row strong { font-size: 16px; overflow-wrap: anywhere; }
  .footer-main { align-items: flex-start; flex-direction: column; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 11px; line-height: 1.5; }
  .whatsapp-float { right: 16px; bottom: 16px; width: 52px; height: 52px; }
}
