:root {
  --ink: #17211d;
  --muted: #5d6862;
  --line: #d8ddd9;
  --paper: #f5f5f1;
  --white: #ffffff;
  --green: #245c4d;
  --green-dark: #183e35;
  --green-pale: #e5ede8;
}

* {
  box-sizing: border-box;
}

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

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

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

p,
h1,
h2,
h3,
dl,
dd {
  margin-top: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-150%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  min-height: 76px;
  padding: 0 max(28px, calc((100vw - 1180px) / 2));
  background: rgba(245, 245, 241, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 18px;
  font-weight: 760;
  letter-spacing: -0.02em;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--white);
  background: var(--green);
  border-radius: 7px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 700;
}

.nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.nav a,
.footer-nav a {
  transition: color 160ms ease;
}

.nav a:hover,
.footer-nav a:hover {
  color: var(--green);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
  gap: clamp(48px, 7vw, 100px);
  align-items: center;
  max-width: 1180px;
  min-height: 680px;
  margin: 0 auto;
  padding: 88px 28px 96px;
}

.hero-copy-wrap {
  max-width: 720px;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -0.035em;
}

h1 {
  max-width: 760px;
  margin-bottom: 26px;
  font-size: clamp(46px, 5.5vw, 72px);
  line-height: 1.02;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.08;
}

h3 {
  margin-bottom: 9px;
  font-size: 19px;
  line-height: 1.35;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 32px;
  color: #49554f;
  font-size: 19px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
}

.secondary-link {
  color: var(--green);
  font-size: 14px;
  font-weight: 720;
}

.secondary-link span {
  display: inline-block;
  margin-left: 5px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  color: var(--white);
  background: var(--green);
  border: 1px solid var(--green);
  border-radius: 6px;
  font-weight: 720;
  transition:
    background 160ms ease,
    transform 160ms ease;
}

.button:hover {
  background: var(--green-dark);
  transform: translateY(-1px);
}

.hero-art {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 16%, rgba(255, 255, 255, 0.9), transparent 30%),
    linear-gradient(145deg, #dbe8e1 0%, #edf1ec 58%, #d6e2dc 100%);
  border: 1px solid #ccd8d1;
  border-radius: 12px;
  box-shadow: 0 26px 65px rgba(23, 33, 29, 0.1);
}

.art-grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  opacity: 0.38;
}

.art-grid span {
  border-right: 1px solid rgba(36, 92, 77, 0.2);
  border-bottom: 1px solid rgba(36, 92, 77, 0.2);
}

.art-panel {
  position: absolute;
  display: flex;
  align-items: end;
  gap: 9px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(36, 92, 77, 0.2);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(24, 62, 53, 0.13);
}

.art-panel i {
  display: block;
  flex: 1;
  min-width: 18px;
  background: var(--green);
  border-radius: 3px 3px 0 0;
}

.art-panel-one {
  top: 64px;
  left: 48px;
  width: 58%;
  height: 155px;
}

.art-panel-one i:nth-child(1) { height: 38%; }
.art-panel-one i:nth-child(2) { height: 76%; }
.art-panel-one i:nth-child(3) { height: 54%; }

.art-panel-two {
  right: 42px;
  bottom: 54px;
  width: 62%;
  height: 138px;
}

.art-panel-two i {
  background: #86a79a;
}

.art-panel-two i:nth-child(1) { height: 58%; }
.art-panel-two i:nth-child(2) { height: 34%; }
.art-panel-two i:nth-child(3) { height: 80%; }
.art-panel-two i:nth-child(4) { height: 66%; }

.art-orbit {
  position: absolute;
  top: 168px;
  right: 46px;
  width: 86px;
  height: 86px;
  background: var(--green);
  border: 13px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  box-shadow: 0 12px 26px rgba(24, 62, 53, 0.18);
}

.summary-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid var(--green);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(23, 33, 29, 0.09);
}

.summary-title {
  margin: 0;
  padding: 24px 26px 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 700;
  border-bottom: 1px solid var(--line);
}

.summary-card dl {
  margin: 0;
}

.summary-card dl div {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 18px;
  padding: 18px 26px;
  border-bottom: 1px solid var(--line);
}

.summary-card dl div:last-child {
  border-bottom: 0;
}

.summary-card dt,
.company-facts dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.summary-card dd {
  margin: 0;
  font-size: 14px;
  font-weight: 650;
}

.section {
  padding: 104px max(28px, calc((100vw - 1180px) / 2));
}

.section-heading {
  max-width: 650px;
  margin-bottom: 44px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-grid article {
  min-height: 250px;
  padding: 34px 34px 40px;
  border-right: 1px solid var(--line);
}

.service-grid article:first-child {
  padding-left: 0;
}

.service-grid article:last-child {
  padding-right: 0;
  border-right: 0;
}

.service-index {
  display: block;
  margin-bottom: 42px;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 700;
}

.service-grid p {
  max-width: 300px;
  margin-bottom: 0;
  color: var(--muted);
}

.business-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(60px, 9vw, 130px);
  padding: 108px max(28px, calc((100vw - 1180px) / 2));
  color: var(--white);
  background: var(--green-dark);
}

.business-intro {
  max-width: 520px;
}

.business-intro > p:last-child {
  color: #cbd8d3;
  font-size: 17px;
}

.eyebrow-light {
  color: #b8d3c9;
}

.business-list {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.business-list div {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 28px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.business-list dt {
  color: #b8d3c9;
  font-size: 13px;
  font-weight: 720;
}

.business-list dd {
  margin: 0;
  color: #f3f6f4;
}

.about-section {
  padding: 108px max(28px, calc((100vw - 1180px) / 2));
  color: var(--white);
  background: var(--green-dark);
}

.about-content {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.75fr);
  gap: clamp(60px, 10vw, 150px);
  align-items: start;
}

.about-content h2 {
  margin-bottom: 0;
}

.about-content > div {
  padding-top: 8px;
}

.about-content p {
  color: #d4dfda;
  font-size: 18px;
}

.about-content p:last-child {
  margin-bottom: 0;
}

.company-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 500px);
  gap: clamp(60px, 9vw, 130px);
  align-items: start;
}

.company-copy {
  max-width: 640px;
}

.company-copy > p:last-child,
.contact-section p {
  color: var(--muted);
  font-size: 17px;
}

.company-facts {
  margin: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.company-facts div {
  padding: 22px 24px;
  border-bottom: 1px solid var(--line);
}

.company-facts div:last-child {
  border-bottom: 0;
}

.company-facts dd {
  margin: 6px 0 0;
  font-weight: 680;
}

.contact-section {
  display: grid;
  grid-template-columns: 1fr minmax(330px, 480px);
  gap: 70px;
  align-items: center;
  margin: 0 max(28px, calc((100vw - 1180px) / 2)) 96px;
  padding: 48px;
  background: var(--green-pale);
  border: 1px solid #cad8d1;
  border-radius: 9px;
}

.contact-section h2 {
  margin-bottom: 12px;
}

.contact-section p:last-child {
  margin-bottom: 0;
}

.email-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 132px;
  padding: 28px 64px 28px 28px;
  background: var(--white);
  border: 1px solid #c7d4ce;
  border-radius: 7px;
  transition:
    border-color 160ms ease,
    transform 160ms ease;
}

.email-card:hover {
  border-color: var(--green);
  transform: translateY(-2px);
}

.email-card span {
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.email-card strong {
  overflow-wrap: anywhere;
  font-size: clamp(17px, 2vw, 22px);
}

.email-card i {
  position: absolute;
  top: 26px;
  right: 26px;
  color: var(--green);
  font-size: 22px;
  font-style: normal;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 88px;
  padding: 24px max(28px, calc((100vw - 1180px) / 2));
  color: var(--muted);
  background: var(--white);
  border-top: 1px solid var(--line);
  font-size: 14px;
}

.footer-nav {
  display: flex;
  gap: 24px;
  font-weight: 650;
}

.back-link {
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.back-link:hover {
  color: var(--green);
}

.legal-main {
  width: min(100% - 40px, 800px);
  margin: 0 auto;
  padding: 92px 0 110px;
}

.legal-main > h1 {
  margin-bottom: 14px;
  font-size: clamp(44px, 7vw, 66px);
}

.legal-date {
  margin-bottom: 60px;
  color: var(--muted);
}

.legal-main section {
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.legal-main section h2 {
  margin-bottom: 10px;
  font-family: inherit;
  font-size: 20px;
  font-weight: 720;
  letter-spacing: -0.01em;
}

.legal-main section p {
  margin-bottom: 0;
  color: var(--muted);
}

.legal-main section a {
  color: var(--green);
  font-weight: 680;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.not-found {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: min(100% - 40px, 850px);
  min-height: 100vh;
  margin: 0 auto;
}

.not-found .brand {
  margin-bottom: 80px;
}

.not-found h1 {
  margin-bottom: 16px;
}

.not-found > p:not(.eyebrow) {
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 18px;
}

a:focus-visible {
  outline: 3px solid rgba(36, 92, 77, 0.35);
  outline-offset: 4px;
  border-radius: 3px;
}

@media (max-width: 900px) {
  .site-header {
    padding-inline: 24px;
  }

  .hero,
  .business-section,
  .company-section,
  .about-content,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding: 72px 24px 80px;
  }

  .hero-art {
    max-width: 620px;
  }

  .section,
  .business-section,
  .about-section {
    padding: 80px 24px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-grid article,
  .service-grid article:first-child,
  .service-grid article:last-child {
    min-height: auto;
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .service-grid article:last-child {
    border-bottom: 0;
  }

  .service-index {
    margin-bottom: 20px;
  }

  .contact-section {
    gap: 32px;
    margin: 0 24px 64px;
    padding: 36px;
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 0;
  }

  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding: 18px 20px;
  }

  .nav {
    width: 100%;
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 2px;
    font-size: 13px;
  }

  .hero {
    gap: 48px;
    padding: 56px 20px 64px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 34px;
  }

  .hero-copy {
    font-size: 17px;
  }

  .hero-art {
    min-height: 340px;
  }

  .art-panel-one {
    top: 42px;
    left: 28px;
  }

  .art-panel-two {
    right: 24px;
    bottom: 34px;
  }

  .art-orbit {
    top: 126px;
    right: 28px;
    width: 70px;
    height: 70px;
  }

  .summary-card dl div,
  .business-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .section,
  .business-section,
  .about-section {
    padding: 68px 20px;
  }

  .contact-section {
    margin: 0 20px 52px;
    padding: 28px 22px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px 20px;
  }

  .legal-main {
    padding: 64px 0 80px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
