:root {
  --green: #163f32;
  --ink: #19352d;
  --body: #454e4a;
  --line: #dce2de;
  --white: #fff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; background: var(--white); color: var(--body); font-family: var(--sans); font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: 5px; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 3px solid #a25b28; outline-offset: 6px; border-radius: 2px; }
svg { fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { color: var(--ink); font-family: var(--serif); font-weight: 500; }
h1 { font-size: clamp(42px, 4.45vw, 64px); line-height: 1.08; letter-spacing: -.045em; text-wrap: balance; }
h2 { font-size: clamp(34px, 3.2vw, 46px); line-height: 1.16; letter-spacing: -.035em; }
h3 { font-size: 23px; line-height: 1.25; letter-spacing: -.025em; }
.container { width: min(1240px, calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: absolute; z-index: 10; top: 12px; left: 16px; padding: 12px 20px; color: #fff; background: var(--green); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.site-header { border-bottom: 1px solid var(--line); }
.header-inner { min-height: 88px; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.wordmark { font-family: var(--serif); font-size: 30px; font-weight: 700; color: var(--green); text-decoration: none; letter-spacing: -.045em; white-space: nowrap; }
.brand-dot { color: #8b9a7e; }
nav { display: flex; gap: 34px; align-items: center; }
nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; text-decoration: none; }
nav a:hover { color: var(--green); text-decoration: underline; }
.hero { overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-inner { position: relative; min-height: 575px; display: flex; align-items: center; padding-block: 80px; }
.hero-copy { position: relative; z-index: 1; width: 55%; }
.hero-copy p { max-width: 490px; font-size: 20px; line-height: 1.55; margin-top: 25px; }
.hero-art { position: absolute; width: 60%; max-width: none; right: -155px; bottom: 17px; z-index: 0; }
.button { display: inline-flex; gap: 24px; align-items: center; justify-content: space-between; padding: 17px 23px; margin-top: 35px; border: 1px solid var(--green); border-radius: 4px; background: var(--green); color: #fff; font-size: 15px; font-weight: 500; line-height: 1.5; text-decoration: none; transition: background .18s ease; }
.button svg { width: 20px; height: 20px; }
.button:hover { background: #245a47; }
.section { padding-block: 70px; border-bottom: 1px solid var(--line); }
.services h2 { margin-bottom: 36px; }
.service-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 65px; }
.service { display: flex; gap: 24px; align-items: flex-start; padding-block: 26px; border-top: 1px solid var(--line); }
.service-icon { width: 34px; height: 34px; color: var(--green); margin-top: 3px; stroke-width: 1.25; }
.service p { margin-top: 9px; font-size: 16px; line-height: 1.55; max-width: 395px; }
.about-inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: 100px; align-items: center; }
.about-copy h2 { margin-bottom: 28px; }
.about-copy p + p { margin-top: 18px; }
.detail-art { height: 275px; overflow: hidden; }
.detail-art img { width: 720px; max-width: none; margin-top: -10px; }
.qualifications-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.qualifications h2 { max-width: 390px; }
.qualification-list { margin: 0; }
.qualification-list div { display: grid; grid-template-columns: 1.5fr 1fr; gap: 24px; padding-block: 16px; border-bottom: 1px solid var(--line); }
.qualification-list div:first-child { padding-top: 0; }
dt { color: var(--ink); }
dd { margin: 0; }
.contact { background: var(--green); color: #fff; padding-block: 70px; }
.contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.contact h2 { color: #fff; max-width: 480px; font-size: clamp(36px, 3.5vw, 50px); }
address { font-style: normal; border-left: 1px solid #668174; padding-left: 55px; }
.contact-name { font-size: 20px; line-height: 1.45; margin-bottom: 20px; }
.contact-name span { display: block; font-size: 14px; margin-top: 5px; color: #d8e2dc; }
.contact-link { display: flex; gap: 16px; align-items: center; min-height: 44px; width: fit-content; font-size: 17px; }
.contact-link span { overflow-wrap: anywhere; }
.contact-link:hover { color: #d5e5be; }
.contact svg { width: 22px; height: 22px; }
.contact-location { display: flex; align-items: center; gap: 16px; min-height: 44px; }
.footer-inner { min-height: 130px; display: flex; gap: 35px; justify-content: space-between; align-items: center; }
.footer-inner .wordmark { font-size: 25px; }
.footer-inner p { font-size: 12px; }
.footer-location { font-size: 11px; text-transform: uppercase; letter-spacing: .15em; }
.error-page { min-height: 65vh; padding-block: 80px; max-width: 800px; }
.error-page p { margin-top: 24px; }
@media (min-width: 1600px) { .hero-art { right: -90px; } }
@media (max-width: 1000px) {
  .container { width: calc(100% - 64px); }
  nav { gap: 22px; }
  .hero-inner { min-height: 525px; }
  .hero-copy { width: 62%; }
  .hero-art { width: 70%; right: -160px; bottom: 35px; }
  .hero-copy p { font-size: 18px; max-width: 370px; }
  .service-list { column-gap: 35px; }
  .service { gap: 18px; }
  h3 { font-size: 21px; }
  .about-inner, .qualifications-inner, .contact-inner { gap: 40px; }
  address { padding-left: 30px; }
  .contact-link { font-size: 15px; }
  .footer-location { display: none; }
}
@media (max-width: 700px) {
  .container { width: calc(100% - 40px); }
  .header-inner { flex-direction: column; gap: 5px; padding-block: 18px 8px; }
  .wordmark { font-size: 28px; }
  nav { width: 100%; justify-content: space-between; gap: 8px; }
  nav a { font-size: 13px; }
  .hero-inner { display: flex; flex-direction: column; min-height: auto; padding-block: 48px 0; }
  .hero-copy { width: 100%; }
  h1 { font-size: clamp(38px, 9.8vw, 55px); max-width: 560px; }
  .hero-copy p { font-size: 18px; max-width: 480px; margin-top: 22px; }
  .button { font-size: 14px; padding: 16px 18px; gap: 16px; margin-top: 28px; max-width: 100%; }
  .hero-art { position: relative; width: 110%; right: auto; bottom: auto; margin-top: 25px; max-width: none; }
  .section { padding-block: 48px; }
  .services h2 { margin-bottom: 26px; }
  .service-list { grid-template-columns: 1fr; }
  .service { padding-block: 23px; gap: 20px; }
  .service-icon { width: 28px; height: 28px; }
  .service h3 { font-size: 22px; }
  .service p { font-size: 16px; }
  .about-inner, .qualifications-inner, .contact-inner { grid-template-columns: 1fr; gap: 30px; }
  .detail-art { height: 170px; max-width: 380px; }
  .detail-art img { width: 520px; margin-top: 0; }
  .qualifications h2 { max-width: 350px; }
  .qualification-list div { gap: 18px; font-size: 15px; }
  .contact { padding-block: 48px; }
  .contact h2 { max-width: 410px; }
  address { padding: 28px 0 0; border-left: 0; border-top: 1px solid #668174; }
  .contact-link { font-size: 16px; }
  .footer-inner { flex-direction: column; align-items: flex-start; justify-content: center; gap: 14px; padding-block: 32px; }
  .footer-inner p { font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
