:root {
  --ink:#17362f;
  --forest:#214f43;
  --sage:#8ea79b;
  --mint:#dbe8df;
  --cream:#f6f1e7;
  --paper:#fcfaf4;
  --coral:#ac492f;
  --line:rgba(23,54,47,.15);
  --serif:"Newsreader",Georgia,serif;
  --sans:"DM Sans",Arial,sans-serif
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:110px
}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--sans);
  line-height:1.6
}
a {
  color:inherit;
  text-decoration:none
}
.skip-link {
  position:absolute;
  left:-9999px;
  top:8px;
  background:#fff;
  padding:10px;
  z-index:100
}
.skip-link:focus {
  left:8px
}
.site-header {
  height:92px;
  padding:0 5vw;
  display:flex;
  align-items:center;
  gap:4vw;
  border-bottom:1px solid var(--line);
  background:rgba(252,250,244,.92);
  position:sticky;
  top:0;
  z-index:20;
  backdrop-filter:blur(12px)
}
.brand {
  display:flex;
  align-items:center;
  gap:11px;
  margin-right:auto;
  line-height:1.15
}
.brand strong,.brand small {
  display:block
}
.brand strong {
  font-family:var(--serif);
  font-size:18px;
  font-weight:500
}
.brand small {
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.18em;
  margin-top:3px
}
.site-header nav {
  display:flex;
  gap:2.2vw;
  font-size:13px;
  font-weight:600
}
.site-header nav a:hover {
  color:var(--coral)
}
.button {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  padding:14px 20px;
  border:0;
  font:600 12px var(--sans);
  letter-spacing:.03em;
  cursor:pointer;
  transition:.25s
}
.button:hover {
  transform:translateY(-2px)
}
.button-dark {
  background:var(--ink);
  color:#fff
}
.menu-button {
  display:none;
  border:0;
  background:none;
  padding:8px
}
.menu-button span:not(.sr-only) {
  display:block;
  width:24px;
  height:2px;
  background:var(--ink);
  margin:5px
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0 0 0 0)
}
.hero {
  min-height:700px;
  display:grid;
  grid-template-columns:53% 47%;
  overflow:hidden
}
.hero-copy {
  padding:105px 7vw 80px 8vw;
  display:flex;
  flex-direction:column;
  align-items:flex-start
}
.eyebrow {
  text-transform:uppercase;
  letter-spacing:.2em;
  font-size:10px;
  font-weight:700;
  color:var(--coral);
  margin:0 0 18px
}
.hero h1,.intro h2,.section-heading h2,.about h2,.contact h2 {
  font:500 clamp(54px,7vw,104px)/.94 var(--serif);
  letter-spacing:-.04em;
  margin:0
}
.hero h1 em,.intro h2 em,.section-heading h2 em,.about h2 em,.contact h2 em {
  font-weight:400;
  color:var(--coral)
}
.hero-lead {
  max-width:540px;
  font-size:18px;
  margin:28px 0;
  color:#45615a
}
.hero-actions {
  display:flex;
  gap:25px;
  align-items:center
}
.text-link {
  font-size:13px;
  font-weight:700;
  border-bottom:1px solid
}
.hero-note {
  margin-top:auto;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.11em
}
.pulse {
  display:inline-block;
  width:8px;
  height:8px;
  background:#79a96b;
  border-radius:50%;
  margin-right:8px;
  box-shadow:0 0 0 5px #dfeadd
}
.hero-art {
  position:relative;
  background:#c8d7cb;
  overflow:hidden
}
.sun {
  position:absolute;
  width:360px;
  height:360px;
  border-radius:50%;
  background:#eac6a4;
  top:12%;
  right:-2%
}
.arc {
  position:absolute;
  border:2px solid rgba(33,79,67,.35);
  border-radius:50%
}
.arc-one {
  width:440px;
  height:440px;
  left:9%;
  top:20%
}
.arc-two {
  width:580px;
  height:580px;
  left:-5%;
  top:10%
}
.leaf {
  position:absolute;
  background:var(--forest);
  border-radius:100% 0 100% 0;
  transform:rotate(25deg)
}
.leaf-one {
  width:210px;
  height:370px;
  left:12%;
  bottom:-80px
}
.leaf-two {
  width:115px;
  height:240px;
  right:7%;
  top:31%;
  background:var(--sage);
  transform:rotate(-24deg)
}
.art-card {
  position:absolute;
  left:9%;
  bottom:9%;
  background:rgba(252,250,244,.93);
  padding:24px 29px;
  min-width:260px;
  box-shadow:0 15px 50px rgba(23,54,47,.12)
}
.art-card span {
  font-size:9px;
  text-transform:uppercase;
  letter-spacing:.17em
}
.art-card strong {
  display:block;
  font:500 25px/1.12 var(--serif);
  margin-top:8px
}
.section-pad {
  padding:110px 8vw
}
.intro {
  text-align:center;
  background:var(--cream)
}
.intro h2 {
  font-size:clamp(46px,6vw,78px)
}
.intro>p:last-child {
  max-width:700px;
  margin:30px auto 0;
  color:#516b64;
  font-size:17px
}
.section-heading {
  display:grid;
  grid-template-columns:1.4fr .6fr;
  gap:8vw;
  align-items:end;
  margin-bottom:60px
}
.section-heading h2 {
  font-size:clamp(44px,5vw,70px)
}
.section-heading>p {
  color:#587069;
  max-width:430px
}
.service-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  border:1px solid var(--line)
}
.service-card {
  min-height:380px;
  padding:35px;
  border-right:1px solid var(--line);
  display:flex;
  flex-direction:column
}
.service-card:last-child {
  border:0
}
.service-card.featured {
  background:var(--forest);
  color:#fff
}
.card-number {
  align-self:flex-end;
  font-size:10px;
  letter-spacing:.15em
}
.service-icon {
  font:400 50px var(--serif);
  color:var(--coral);
  margin:25px 0
}
.service-card h3 {
  font:500 30px/1.1 var(--serif);
  margin:0 0 15px
}
.service-card p {
  font-size:14px;
  color:#5d746e
}
.featured p {
  color:#c9d9d4
}
.service-card a {
  margin-top:auto;
  font-size:12px;
  font-weight:700
}
.conditions {
  margin-top:65px;
  display:grid;
  grid-template-columns:220px 1fr;
  gap:40px
}
.conditions>p {
  font:500 21px var(--serif);
  margin:0
}
.condition-list {
  display:flex;
  flex-wrap:wrap;
  gap:9px
}
.condition-list span {
  border:1px solid var(--line);
  border-radius:30px;
  padding:8px 14px;
  font-size:11px
}
.about {
  display:grid;
  grid-template-columns:1fr 1fr;
  background:var(--cream)
}
.about-visual {
  min-height:650px;
  position:relative;
  background:var(--mint);
  display:grid;
  place-items:center;
  overflow:hidden
}
.about-initial {
  width:310px;
  height:310px;
  border:1px solid var(--forest);
  border-radius:50%;
  display:grid;
  place-items:center;
  font:400 110px var(--serif);
  color:var(--forest)
}
.about-visual:before,.about-visual:after {
  content:"";
  position:absolute;
  width:240px;
  height:450px;
  border-radius:100% 0;
  background:var(--sage);
  opacity:.5
}
.about-visual:before {
  left:-100px;
  top:-100px;
  transform:rotate(35deg)
}
.about-visual:after {
  right:-130px;
  bottom:-120px;
  transform:rotate(-20deg)
}
.about-visual p {
  position:absolute;
  bottom:35px;
  left:45px;
  font-size:13px
}
.about-copy {
  padding:100px 8vw
}
.about-copy h2 {
  font-size:clamp(48px,5vw,72px)
}
.about-copy>p:not(.eyebrow) {
  color:#526c64;
  margin:26px 0
}
.value-row {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(120px,1fr));
  border-top:1px solid var(--line);
  margin-top:40px;
  padding-top:25px;
  gap:15px
}
.value-row strong,.value-row span {
  display:block
}
.value-row strong {
  font:500 18px var(--serif)
}
.value-row span {
  font-size:10px;
  color:#6b7f79
}
.downloads {
  border-top:1px solid var(--line)
}
.downloads>a {
  display:grid;
  grid-template-columns:55px 1fr 30px;
  align-items:center;
  gap:20px;
  padding:22px 5px;
  border-bottom:1px solid var(--line);
  transition:.2s
}
.downloads>a:hover {
  padding-left:15px;
  background:var(--paper)
}
.file-icon {
  width:44px;
  height:44px;
  background:var(--mint);
  display:grid;
  place-items:center;
  font-size:9px;
  font-weight:700
}
.downloads strong,.downloads small {
  display:block
}
.downloads strong {
  font:500 20px var(--serif)
}
.downloads small {
  color:#6b7d78
}
.downloads b {
  font-size:22px;
  color:var(--coral)
}
.contact {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9vw;
  background:var(--cream)
}
.contact h2 {
  font-size:clamp(48px,5vw,72px)
}
.contact-copy>p:not(.eyebrow) {
  color:#5f746e;
  max-width:470px
}
.contact-details {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:25px;
  margin-top:45px
}
.contact-details small {
  display:block;
  text-transform:uppercase;
  letter-spacing:.15em;
  color:var(--coral);
  font-size:9px;
  margin-bottom:5px
}
.contact-details p {
  margin:0
}
footer {
  padding:70px 8vw 30px;
  background:#102d27;
  color:#fff;
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  gap:7vw
}
footer>div:not(.footer-bottom) {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px
}
footer small {
  text-transform:uppercase;
  letter-spacing:.15em;
  color:#96aca5;
  font-size:9px
}
footer a {
  font-size:13px
}
.footer-brand p {
  color:#9eb1ab;
  font:400 20px var(--serif)
}
.footer-bottom {
  grid-column:1/-1;
  border-top:1px solid rgba(255,255,255,.15);
  padding-top:25px;
  margin-top:35px;
  display:flex;
  justify-content:space-between;
  color:#8fa49e;
  font-size:10px
}
@media(max-width:900px) {
  .site-header {
    height:74px
  }
  .site-header {
    height:auto;
    min-height:74px;
    flex-wrap:wrap;
    padding-top:8px;
    padding-bottom:8px
  }
  .site-header nav {
    width:100%;
    flex-direction:column;
    gap:4px;
    padding:12px 0
  }
  .site-header nav a {
    padding:10px 0
  }
  .site-header.menu-ready {
    height:74px;
    flex-wrap:nowrap
  }
  .menu-ready nav {
    display:none;
    position:absolute;
    top:74px;
    left:0;
    right:0;
    width:auto;
    background:var(--paper);
    padding:18px 5vw;
    max-height:calc(100dvh - 74px);
    overflow-y:auto;
    border-bottom:1px solid var(--line)
  }
  .menu-ready nav.open {
    display:flex
  }
  .menu-ready .menu-button {
    display:block
  }
  .hero {
    grid-template-columns:1fr
  }
  .hero-copy {
    min-height:610px;
    padding:80px 7vw 50px
  }
  .hero-art {
    min-height:480px
  }
  .section-pad {
    padding:80px 6vw
  }
  .section-heading {
    grid-template-columns:1fr;
    gap:15px
  }
  .service-grid {
    grid-template-columns:1fr
  }
  .service-card {
    border-right:0;
    border-bottom:1px solid var(--line);
    min-height:320px
  }
  .conditions {
    grid-template-columns:1fr
  }
  .about {
    grid-template-columns:1fr
  }
  .about-visual {
    min-height:500px
  }
  .contact {
    grid-template-columns:1fr
  }
  footer {
    grid-template-columns:1fr 1fr
  }
  .footer-brand {
    grid-column:1/-1
  }
}
@media(max-width:560px) {
  .brand strong {
    font-size:15px
  }
  .hero h1 {
    font-size:56px
  }
  .hero-copy {
    min-height:570px
  }
  .hero-actions {
    align-items:flex-start;
    flex-direction:column
  }
  .hero-art {
    min-height:400px
  }
  .sun {
    width:280px;
    height:280px
  }
  .arc-one {
    left:-15%
  }
  .intro h2,.section-heading h2,.about h2,.contact h2 {
    font-size:45px
  }
  .section-pad {
    padding:65px 5vw
  }
  .about-copy {
    padding:70px 7vw
  }
  .about-initial {
    width:230px;
    height:230px;
    font-size:82px
  }
  .value-row {
    grid-template-columns:1fr
  }
  .contact-details {
    grid-template-columns:1fr
  }
  footer {
    grid-template-columns:1fr
  }
  .footer-bottom {
    flex-direction:column;
    gap:8px
  }
}

/* Shared accessibility and interaction */
:focus-visible {
  outline:3px solid currentColor;
  outline-offset:5px
}
a:hover {
  text-decoration:underline;
  text-underline-offset:4px
}
.brand:hover {
  text-decoration:none
}
.button:hover,.button:focus-visible {
  background:var(--forest);
  color:#fff
}
.menu-button {
  cursor:pointer;
  min-width:44px;
  min-height:44px
}
.menu-button:hover {
  background:var(--mint)
}
.sr-only {
  white-space:nowrap
}
.site-header nav a[aria-current="page"] {
  text-decoration:underline;
  text-underline-offset:6px
}
.service-card:nth-child(2) {
  border-right:0
}
.service-card:nth-child(-n+2) {
  border-bottom:1px solid var(--line)
}
.service-icon svg {
  width:64px;
  height:64px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round
}
.featured .service-icon {
  color:#fff
}
.home-contact {
  display:block
}
.home-contact .contact-copy {
  max-width:900px
}
img {
  max-width:100%;
  height:auto
}
body {
  overflow-wrap:break-word
}
.hero>*,.section-heading>*,.about>*,.service-grid>*,.value-row>*,footer>* {
  min-width:0
}
.hero-note {
  line-height:1.8
}
.brand>span {
  min-width:0
}
.brand small {
  letter-spacing:.12em
}
.downloads>a {
  grid-template-columns:44px minmax(0,1fr) 22px;
  gap:16px
}
.downloads small {
  color:#526c64
}
.downloads>a:hover,.downloads>a:focus-visible {
  background:var(--mint);
  padding-left:5px
}
.downloads>a:hover {
  text-decoration:none
}
.downloads>a:hover strong {
  text-decoration:underline
}
.value-row span {
  color:#526c64
}
.footer-bottom {
  gap:24px
}
.hero h1 {
  overflow-wrap:normal
}
.skip-link {
  position:fixed
}
.brand {
  max-width:100%
}

@media(max-width:900px) {
  .service-card {
    border-right:0
  }
  .site-header {
    gap:12px
  }
  .service-grid {
    grid-template-columns:minmax(0,1fr)
  }
}

@media(max-width:560px) {
  .brand strong {
    font-size:15px
  }
  .brand small {
    font-size:9px
  }
  .brand {
    gap:8px
  }
  .hero h1 {
    font-size:clamp(42px,10vw,56px)
  }
  .hero-copy {
    min-height:570px
  }
  .hero-art {
    min-height:400px
  }
  .service-card {
    padding:28px
  }
  .downloads>a {
    gap:10px
  }
  .downloads strong {
    font-size:20px
  }
  .art-card {
    left:6%;
    right:6%;
    min-width:0
  }
  .footer-bottom {
    gap:8px
  }
}

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