:root {
  --primary:#163c35;
  --text:#202d28;
  --muted:#63716a;
  --sage:#e9efea;
  --bg:#f8faf7;
  --line:#dde4dd;
  --radius:16px;
}

* {
  box-sizing:border-box;
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:100px;
}

body {
  margin:0;
  color:var(--text);
  background:var(--bg);
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}

a {
  color:inherit;
  text-decoration:none;
}

button,input,textarea {
  font:inherit;
}

button,a,input,textarea {
  -webkit-tap-highlight-color:transparent;
}

button {
  cursor:pointer;
}

svg {
  width:24px;
  height:24px;
  flex-shrink:0;
}

h1,h2,h3,p {
  margin:0;
}

h1,h2,h3 {
  font-weight:500;
  line-height:1.16;
}

button,a,input,textarea {
  transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s;
}

a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible {
  outline:3px solid #638d79;
  outline-offset:5px;
}

::selection {
  background:#cfdfd0;
}

.container {
  width:calc(100% - 96px);
  max-width:1200px;
  margin-inline:auto;
}

.skip-link {
  position:fixed;
  z-index:20;
  top:10px;
  left:15px;
  transform:translateY(-160%);
  padding:12px 20px;
  background:white;
  border:1px solid var(--primary);
}

.skip-link:focus {
  transform:translateY(0);
}

.site-header {
  position:sticky;
  top:0;
  z-index:10;
  background:#fdfefbf5;
  border-bottom:1px solid var(--line);
}

.header-inner {
  display:flex;
  align-items:center;
  min-height:88px;
  gap:48px;
}

.brand {
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--primary);
  font-size:27px;
  font-weight:600;
  letter-spacing:-1.3px;
  white-space:nowrap;
}

.brand svg {
  width:33px;
  height:33px;
  stroke-width:1.4;
}

.brand-dot {
  color:#88a18b;
}

nav {
  display:flex;
  gap:35px;
  margin-left:auto;
}

nav a {
  font-size:14px;
  padding-block:12px;
}

nav a:hover {
  color:#597b62;
}

.header-actions {
  display:flex;
  align-items:center;
  gap:12px;
}

.languages {
  display:flex;
  gap:1px;
  border-left:1px solid var(--line);
  padding-left:25px;
}

.languages button {
  border:0;
  background:transparent;
  color:var(--muted);
  font-size:12px;
  font-weight:600;
  min-width:39px;
  min-height:44px;
  border-radius:7px;
}

.languages button[aria-pressed=true] {
  color:var(--primary);
  background:var(--sage);
}

.languages button:hover {
  background:#e0e9e0;
}

.menu-toggle {
  display:none;
}

.hero {
  padding-top:76px;
  background:radial-gradient(ellipse at 70% 25%,#eef3e980,transparent 65%);
}

.hero-grid {
  display:grid;
  grid-template-columns:1.24fr 1fr;
  gap:68px;
  align-items:center;
}

.eyebrow {
  font-size:11px;
  letter-spacing:1.8px;
  font-weight:600;
  color:var(--primary);
  line-height:1.7;
}

.hero .eyebrow {
  margin-bottom:26px;
}

h1 {
  font-size:clamp(40px,4.05vw,58px);
  letter-spacing:-2.6px;
  max-width:650px;
  line-height:1.1;
}

.hero-subtitle {
  font-size:18px;
  line-height:1.7;
  max-width:420px;
  color:var(--muted);
  margin-top:27px;
}

.hero-buttons {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:32px;
}

.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  min-height:52px;
  padding:13px 22px;
  border-radius:8px;
  border:1px solid transparent;
  font-size:14px;
  font-weight:500;
}

.button svg {
  width:19px;
  height:19px;
}

.button-primary {
  background:var(--primary);
  color:white;
}

.button-primary:hover {
  background:#285446;
}

.button-secondary {
  border-color:#cfd9cf;
  background:transparent;
}

.button-secondary:hover {
  background:var(--sage);
}

.hero-note {
  display:flex;
  align-items:center;
  gap:9px;
  color:var(--muted);
  font-size:12px;
  margin-top:25px;
}

.small-dot {
  width:6px;
  height:6px;
  background:#769779;
  border-radius:50%;
}

.hero-art {
  height:477px;
  border:1px solid #dde5d9;
  border-radius:140px 16px 16px 16px;
  background:linear-gradient(140deg,#eaf0e4,#edf2e7 65%,#dfe8d8);
  position:relative;
  overflow:hidden;
}

.art-top {
  position:absolute;
  top:34px;
  left:44px;
  right:28px;
  display:flex;
  justify-content:space-between;
  font-size:10px;
  letter-spacing:2px;
  color:#5f745f;
}

.art-mark {
  margin-left:38px;
}

.balance-graphic {
  position:absolute;
  inset:30px 0 90px;
}

.orbit {
  position:absolute;
  width:295px;
  height:295px;
  border:1px solid #c3d1bd;
  border-radius:50%;
  top:0;
  left:50%;
  transform:translateX(-50%);
}

.orbit-two {
  width:355px;
  height:355px;
  top:-30px;
  border-style:dashed;
  opacity:.5;
}

.balance-disc {
  position:absolute;
  width:116px;
  height:116px;
  border-radius:50%;
  left:20%;
  top:68px;
  background:radial-gradient(circle at 28% 22%,#7c9676,#456642 55%,#274831);
  box-shadow:inset -8px -10px 20px #173e3030,7px 20px 28px #2440291a;
}

.balance-beam {
  position:absolute;
  top:183px;
  left:13%;
  width:74%;
  height:13px;
  background:linear-gradient(#c0cbb4,#84987b);
  transform:rotate(-12deg);
  border-radius:4px;
  box-shadow:0 12px 22px #314b3020;
}

.balance-base {
  position:absolute;
  top:183px;
  left:38%;
  width:110px;
  height:100px;
  background:linear-gradient(100deg,#284e3e,#123c30);
  clip-path:polygon(50% 0,100% 100%,0 100%);
}

.art-spark {
  position:absolute;
  right:20%;
  top:95px;
  font-size:30px;
  font-weight:200;
  color:#78916f;
}

.art-bottom {
  position:absolute;
  left:32px;
  right:32px;
  bottom:29px;
  border-top:1px solid #c9d5c2;
  padding-top:24px;
}

.hero .art-bottom .eyebrow {
  font-size:9px;
  margin-bottom:9px;
}

.art-caption {
  font-size:24px;
  letter-spacing:-.7px;
  max-width:80%;
  line-height:1.2;
}

.art-plus {
  position:absolute;
  right:0;
  bottom:2px;
  font-size:29px;
  color:#627960;
}

.hero-baseline {
  display:flex;
  justify-content:space-between;
  border-top:1px solid var(--line);
  margin-top:65px;
  padding-top:20px;
  padding-bottom:20px;
  font-size:11px;
  color:var(--muted);
  letter-spacing:.2px;
}

.section {
  padding:88px 0;
}

.section-heading {
  display:flex;
  justify-content:space-between;
  gap:35px;
  align-items:flex-end;
  margin-bottom:34px;
}

h2 {
  font-size:42px;
  letter-spacing:-1.5px;
}

.section-heading .eyebrow,.about .eyebrow,.contact .eyebrow {
  margin-bottom:15px;
}

.section-intro {
  max-width:340px;
  color:var(--muted);
  font-size:15px;
}

.services {
  background:#fff;
}

.services-grid {
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:18px;
  grid-auto-rows:1fr;
}

.service-card {
  grid-column:span 2;
  min-height:287px;
  padding:28px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:#fcfdfb;
  display:flex;
  flex-direction:column;
  transition:border-color .2s,box-shadow .2s;
}

.service-card:nth-child(n+4) {
  grid-column:span 3;
}

.service-card:hover {
  border-color:#a6bca8;
  box-shadow:0 8px 25px #163c3506;
}

.card-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:29px;
}

.icon-box {
  width:44px;
  height:44px;
  border-radius:10px;
  background:var(--sage);
  color:var(--primary);
  display:grid;
  place-items:center;
}

.card-number {
  font-size:11px;
  color:#7b897f;
}

.service-card h3 {
  font-size:20px;
  line-height:1.35;
  letter-spacing:-.4px;
  margin-bottom:12px;
}

.service-card p {
  color:var(--muted);
  font-size:14px;
  margin-bottom:20px;
}

.qualification {
  align-self:flex-start;
  margin-top:auto;
  font-size:11px;
  line-height:1.5;
  color:#416047;
  border:1px solid #dce6d9;
  border-radius:5px;
  padding:5px 9px;
  background:#f0f5ed;
}

.about {
  background:#edf2eb;
}

.about-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:110px;
  align-items:center;
}

.about h2 {
  max-width:460px;
}

.about-intro {
  max-width:420px;
  color:var(--muted);
  margin-top:22px;
  font-size:15px;
}

.advantage {
  display:flex;
  gap:18px;
  padding:23px 0;
  border-bottom:1px solid #d3ddcf;
}

.advantage:first-child {
  padding-top:0;
}

.advantage:last-child {
  border:0;
  padding-bottom:0;
}

.check {
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border:1px solid #bbcdb8;
  border-radius:50%;
  flex-shrink:0;
  color:#3e6446;
}

.check svg {
  width:17px;
  height:17px;
}

.advantage h3 {
  font-size:18px;
  line-height:1.4;
  margin-bottom:7px;
}

.advantage p {
  font-size:14px;
  color:var(--muted);
}

.contact {
  background:var(--primary);
  color:#f7faf4;
  padding-block:90px;
}

.contact-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:100px;
  align-items:start;
}

.contact .eyebrow {
  color:#bed0b5;
}

.contact h2 {
  font-size:46px;
  max-width:400px;
}

.contact-intro {
  font-size:15px;
  line-height:1.8;
  color:#c0d0c7;
  max-width:355px;
  margin-top:24px;
}

.contact-details {
  margin-top:57px;
}

.company-name {
  font-size:16px;
  margin-bottom:19px;
}

.phone-label {
  font-size:12px;
  color:#c0d0c7;
  margin-bottom:4px;
}

.phone {
  font-size:25px;
  display:inline-flex;
  align-items:center;
  gap:24px;
  letter-spacing:-.6px;
  min-height:44px;
}

.phone:hover {
  color:#d5e7ba;
}

form {
  background:#fff;
  color:var(--text);
  padding:34px;
  border-radius:var(--radius);
  scroll-margin-top:110px;
}

form h3 {
  font-size:24px;
  letter-spacing:-.6px;
}

.form-note {
  font-size:12px;
  color:var(--muted);
  margin-top:8px;
  margin-bottom:25px;
}

.form-fields {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px 16px;
}

.field {
  min-width:0;
}

.field-wide {
  grid-column:1/-1;
}

label {
  display:block;
  font-size:12px;
  font-weight:500;
  margin-bottom:7px;
}

input,textarea {
  width:100%;
  border:1px solid #dce2da;
  background:#fcfdfb;
  border-radius:7px;
  padding:11px 12px;
  color:var(--text);
  font-size:14px;
  min-height:46px;
}

textarea {
  resize:vertical;
  min-height:125px;
  display:block;
}

input::placeholder,textarea::placeholder {
  color:#758076;
}

input[aria-invalid=true],textarea[aria-invalid=true] {
  border-color:#b84d41;
}

.field-error {
  display:block;
  color:#a6382d;
  font-size:12px;
  margin-top:4px;
}

.field-error:empty {
  display:none;
}

.submit-button {
  margin-top:22px;
  width:100%;
  justify-content:space-between;
}

button:disabled {
  cursor:wait;
  opacity:.65;
}

#form-status {
  margin-top:17px;
  padding:12px;
  border-radius:7px;
  font-size:13px;
  background:#edf2eb;
  color:var(--primary);
}

#form-status[data-state=error] {
  background:#fff0ed;
  color:#9a352a;
}

footer {
  background:#f8faf7;
}

.footer-main {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  padding-block:35px;
}

.footer-main .brand {
  font-size:23px;
}

.footer-main p {
  font-size:12px;
  color:var(--muted);
}

.back-top {
  font-size:12px;
  padding-block:12px;
}

.back-top:hover {
  color:#638565;
}

.footer-bottom {
  border-top:1px solid var(--line);
  padding-block:19px;
  display:flex;
  justify-content:space-between;
  color:var(--muted);
  font-size:11px;
}

@media(min-width:1600px) {
  .hero {
    padding-top:95px;
  }
  .hero-grid {
    gap:90px;
  }
  .hero-baseline {
    margin-top:80px;
  }
}

@media(max-width:1050px) {
  .container {
    width:calc(100% - 64px);
  }
  .header-inner {
    gap:25px;
  }
  nav {
    gap:23px;
  }
  .hero-grid {
    gap:35px;
    grid-template-columns:1.2fr 1fr;
  }
  h1 {
    font-size:44px;
    letter-spacing:-1.9px;
  }
  .hero-art {
    height:440px;
  }
  .balance-disc {
    left:16%;
  }
  .hero-buttons {
    gap:10px;
  }
  .button {
    padding-inline:17px;
    gap:14px;
  }
  .about-grid,.contact-grid {
    gap:50px;
  }
  .contact h2 {
    font-size:40px;
  }
  .service-card {
    padding:23px;
  }
  .service-card h3 {
    font-size:18px;
  }
  form {
    padding:25px;
  }
  .form-fields {
    grid-template-columns:1fr;
  }
  .phone {
    font-size:22px;
  }
}

@media(max-width:800px) {
  .header-inner {
    min-height:76px;
    gap:20px;
  }
  .brand {
    font-size:24px;
  }
  .languages {
    padding-left:15px;
  }
  nav {
    gap:18px;
  }
  .hero {
    padding-top:52px;
  }
  .hero-grid {
    gap:26px;
  }
  h1 {
    font-size:38px;
    letter-spacing:-1.6px;
  }
  .hero-art {
    height:410px;
  }
  .hero-subtitle {
    font-size:16px;
  }
  .hero .eyebrow {
    font-size:10px;
    letter-spacing:1.2px;
  }
  .hero-buttons {
    flex-direction:column;
    align-items:flex-start;
  }
  .hero-art .balance-disc {
    width:92px;
    height:92px;
    top:80px;
  }
  .art-caption {
    font-size:22px;
  }
  .art-bottom {
    left:24px;
    right:24px;
  }
  .balance-base {
    left:33%;
  }
  .section {
    padding-block:65px;
  }
  .services-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .service-card,.service-card:nth-child(n+4) {
    grid-column:span 1;
  }
  .service-card:last-child {
    grid-column:1/-1;
  }
  .about-grid {
    gap:35px;
  }
  h2,.contact h2 {
    font-size:35px;
  }
  .contact-grid {
    gap:30px;
  }
  .phone {
    font-size:19px;
    gap:12px;
  }
  .footer-main p {
    max-width:210px;
  }
  .section-intro {
    max-width:285px;
  }
  .contact-details {
    margin-top:35px;
  }
}

@media(max-width:640px) {
  html {
    scroll-padding-top:90px;
  }
  .container {
    width:calc(100% - 40px);
  }
  .header-inner {
    min-height:72px;
    justify-content:space-between;
    gap:8px;
  }
  .brand {
    font-size:22px;
    gap:6px;
  }
  .brand svg {
    width:27px;
    height:27px;
  }
  .header-actions {
    gap:6px;
  }
  .languages {
    padding-left:0;
    border:0;
  }
  .languages button {
    min-width:33px;
  }
  .menu-toggle {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:6px;
    width:44px;
    height:44px;
    border:1px solid var(--line);
    border-radius:7px;
    background:transparent;
  }
  .menu-toggle span {
    width:18px;
    height:1px;
    background:var(--primary);
    transition:transform .2s;
  }
  .menu-toggle[aria-expanded=true] span:first-child {
    transform:translateY(3.5px) rotate(45deg);
  }
  .menu-toggle[aria-expanded=true] span:last-child {
    transform:translateY(-3.5px) rotate(-45deg);
  }
  nav {
    display:none;
    position:absolute;
    left:0;
    right:0;
    top:100%;
    margin:0;
    background:#fcfdfb;
    border-bottom:1px solid var(--line);
    padding:14px 20px;
    box-shadow:0 10px 20px #163c3508;
  }
  nav.is-open {
    display:flex;
    flex-direction:column;
    gap:0;
  }
  nav a {
    padding:13px 8px;
    min-height:48px;
  }
  .hero {
    padding-top:43px;
  }
  .hero-grid {
    grid-template-columns:1fr;
    gap:35px;
  }
  h1 {
    font-size:43px;
    letter-spacing:-1.9px;
    line-height:1.12;
  }
  .hero .eyebrow {
    margin-bottom:20px;
    font-size:10px;
  }
  .hero-subtitle {
    margin-top:22px;
    font-size:16px;
    max-width:340px;
  }
  .hero-buttons {
    flex-direction:row;
    align-items:stretch;
    margin-top:25px;
    gap:9px;
  }
  .button {
    font-size:13px;
    gap:13px;
    padding-inline:17px;
  }
  .hero-note {
    margin-top:20px;
  }
  .hero-art {
    height:340px;
    border-top-left-radius:100px;
    max-width:450px;
    width:100%;
    margin-inline:auto;
  }
  .balance-graphic {
    inset:0 0 75px;
  }
  .hero-art .balance-disc {
    top:60px;
    left:24%;
    width:100px;
    height:100px;
  }
  .balance-beam {
    top:160px;
    left:16%;
    width:69%;
  }
  .balance-base {
    top:160px;
    height:83px;
    width:94px;
    left:40%;
  }
  .orbit {
    width:235px;
    height:235px;
    top:5px;
  }
  .orbit-two {
    width:290px;
    height:290px;
    top:-22px;
  }
  .art-top {
    top:23px;
    left:34px;
    right:24px;
  }
  .art-bottom {
    bottom:20px;
    padding-top:15px;
  }
  .hero .art-bottom .eyebrow {
    margin-bottom:5px;
    font-size:8px;
  }
  .art-caption {
    font-size:21px;
  }
  .art-spark {
    top:80px;
    right:19%;
  }
  .hero-baseline {
    margin-top:30px;
    font-size:10px;
    padding-block:16px;
    gap:20px;
  }
  .hero-baseline>span:last-child {
    display:none;
  }
  .section {
    padding-block:52px;
  }
  .section-heading {
    display:block;
    margin-bottom:25px;
  }
  h2,.contact h2 {
    font-size:35px;
    letter-spacing:-1.2px;
  }
  .section-intro {
    margin-top:16px;
    max-width:100%;
    font-size:14px;
  }
  .services-grid {
    grid-template-columns:1fr;
    gap:13px;
    grid-auto-rows:1fr;
  }
  .service-card,.service-card:nth-child(n+4) {
    grid-column:1;
    min-height:260px;
    padding:25px;
  }
  .card-top {
    margin-bottom:22px;
  }
  .service-card h3 {
    font-size:21px;
  }
  .about-grid,.contact-grid {
    grid-template-columns:1fr;
    gap:34px;
  }
  .about-intro {
    margin-top:18px;
    font-size:14px;
  }
  .advantage {
    padding-block:20px;
  }
  .advantage h3 {
    font-size:17px;
  }
  .contact-intro {
    margin-top:20px;
  }
  .contact-details {
    margin-top:27px;
  }
  .company-name {
    margin-bottom:12px;
  }
  .phone {
    font-size:24px;
  }
  .contact form {
    padding:25px;
  }
  .form-fields {
    grid-template-columns:1fr;
  }
  .footer-main {
    flex-wrap:wrap;
    gap:15px;
    padding-block:26px;
  }
  .footer-main p {
    order:3;
    width:100%;
    max-width:none;
  }
  .footer-main .brand {
    font-size:22px;
  }
  .back-top {
    margin-left:auto;
  }
  .footer-bottom {
    font-size:10px;
  }
  .languages button {
    font-size:11px;
  }
}

@media(max-width:360px) {
  .container {
    width:calc(100% - 32px);
  }
  .brand {
    font-size:20px;
  }
  .brand svg {
    width:23px;
  }
  .languages button {
    min-width:30px;
  }
  .header-actions {
    gap:3px;
  }
  .menu-toggle {
    width:38px;
  }
  .hero h1 {
    font-size:37px;
  }
  .hero-buttons {
    flex-direction:column;
  }
  .hero-buttons .button {
    justify-content:space-between;
  }
  .contact form {
    padding:20px;
  }
  .phone {
    font-size:21px;
  }
  .art-caption {
    font-size:19px;
  }
}

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

