@charset "UTF-8";
:root {
  --paper:#f6f5f0;
  --ink:#202d29;
  --muted:#626960;
  --green:#344f42;
  --line:#d6d9cf;
  --serif:Georgia,'Times New Roman',serif;
  --sans:Arial,Helvetica,sans-serif
}

* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:35px
}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--sans);
  -webkit-font-smoothing:antialiased
}
a {
  color:inherit;
  text-decoration:none
}
a:focus-visible {
  outline:2px solid currentColor;
  outline-offset:7px
}
::selection {
  background:#d4decf;
  color:#202d29
}
.site-shell {
  max-width:1600px;
  margin:auto;
  padding:0 6.25%
}
.skip-link {
  position:absolute;
  top:-100px;
  left:24px;
  z-index:10;
  padding:16px;
  background:var(--ink);
  color:white
}
.skip-link:focus {
  top:15px
}
.site-header {
  height:135px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid var(--line)
}
.language-switch {
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
  padding-top:16px;
  font-size:12px;
  color:var(--muted);
}
.language-switch a {
  display:inline-flex;
  align-items:center;
  min-height:28px;
}
.language-switch a[aria-current="page"] {
  color:var(--ink);
  text-decoration:underline;
  text-underline-offset:5px;
}
.language-switch a:hover {
  color:var(--green);
}
.wordmark {
  display:flex;
  align-items:center;
  gap:15px;
  font-size:19px;
  font-weight:600;
  line-height:1.12;
  letter-spacing:-.65px
}
.brand-period {
  color:#7c9272
}
.brand-symbol {
  display:flex;
  gap:4px;
  align-items:flex-end;
  width:34px;
  height:37px
}
.brand-symbol i {
  display:block;
  background:var(--green);
  width:7px;
  height:24px;
  transform:skewY(-24deg)
}
.brand-symbol i:nth-child(2) {
  height:32px
}
.brand-symbol i:nth-child(3) {
  height:39px
}
.site-header nav {
  display:flex;
  gap:39px;
  font-size:13px
}
.site-header nav a {
  padding:12px 0
}
.site-header nav a:hover {
  color:#637e58
}
.site-header nav span {
  margin-left:7px
}
.hero {
  padding:76px 0 0
}
.eyebrow {
  text-transform:uppercase;
  letter-spacing:1.7px;
  font-size:10px;
  font-weight:600;
  line-height:1.6;
  margin:0;
  display:flex;
  gap:10px;
  align-items:center
}
.small-square {
  width:6px;
  height:6px;
  background:#69805c
}
.hero h1 {
  font-family:var(--serif);
  font-weight:400;
  font-size:clamp(54px,6.5vw,100px);
  line-height:1.055;
  letter-spacing:-4.4px;
  margin:36px 0 37px
}
.hero h1 em {
  font-weight:400;
  color:#58714c
}
.hero-bottom {
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:40px
}
.hero-bottom p {
  max-width:480px;
  margin:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.8
}
.text-link {
  font-size:13px;
  padding:0 0 12px;
  border-bottom:1px solid #86917f;
  display:flex;
  gap:46px;
  align-items:center;
  white-space:nowrap
}
.text-link span {
  font-size:22px
}
.text-link:hover {
  color:#58714c;
  border-color:var(--ink)
}
.hero-caption {
  display:flex;
  justify-content:space-between;
  padding:67px 0 19px;
  margin-top:14px;
  border-bottom:1px solid var(--line);
  font-size:10px;
  color:var(--muted)
}
.section-grid {
  display:grid;
  grid-template-columns:1fr 2fr;
  gap:30px
}
.company {
  padding:79px 0 83px
}
.section-label {
  display:flex;
  gap:22px;
  align-items:baseline
}
.section-label h2 {
  font-size:12px;
  font-weight:500;
  margin:0
}
.section-number {
  font-size:10px;
  color:#626960
}
.section-body h3 {
  font-family:var(--serif);
  font-weight:400;
  font-size:39px;
  letter-spacing:-1.1px;
  line-height:1.2;
  margin:-7px 0 25px
}
.company-copy {
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:38px
}
.company-copy p,.principles p,.contact p {
  font-size:14px;
  line-height:1.85;
  color:var(--muted);
  margin:0
}
.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:26px
}
.section-aside {
  font-size:11px;
  color:var(--muted)
}
.product-showcase {
  background:var(--green);
  color:#f5f5e9;
  display:grid;
  grid-template-columns:1.2fr 1fr;
  padding:48px 48px 0;
  column-gap:72px
}
.product-intro .eyebrow {
  color:#d1dcc8;
  font-size:9px;
  letter-spacing:1.3px
}
.product-intro h3 {
  font-size:47px;
  font-weight:500;
  letter-spacing:-2.4px;
  margin:30px 0 16px
}
.product-intro h3 span {
  font-size:24px;
  vertical-align:top;
  margin-left:9px;
  color:#b9cbb0
}
.product-tagline {
  font-family:var(--serif);
  font-size:29px;
  line-height:1.25;
  color:#e0e6d5;
  margin:0 0 32px;
  letter-spacing:-.4px
}
.product-link {
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:34px;
  background:#e5ebd9;
  color:#253c2e;
  padding:14px 17px;
  font-size:12px;
  transition:background .18s
}
.product-link:hover {
  background:#fff
}
.product-details {
  padding-top:4px
}
.product-category {
  font-size:9px;
  letter-spacing:1px;
  text-transform:uppercase;
  border:1px solid #819380;
  padding:7px 10px;
  display:inline-block
}
.product-description {
  font-size:17px;
  line-height:1.7;
  margin:26px 0 18px
}
.product-secondary {
  font-size:12px;
  line-height:1.9;
  color:#d0daca;
  margin:0 0 23px
}
.product-scope {
  display:grid;
  gap:0;
  font-size:11px;
  color:#e0e6da
}
.product-scope span {
  padding:11px 0;
  border-top:1px solid #627761
}
.product-scope span:before {
  content:'↗';
  margin-right:14px;
  color:#b9cbb0
}
.product-footer {
  grid-column:1/-1;
  display:flex;
  justify-content:space-between;
  border-top:1px solid #627761;
  margin-top:40px;
  padding:17px 0;
  font-size:9px;
  color:#d0daca
}
.principles {
  padding:77px 0 81px;
  border-bottom:1px solid var(--line)
}
.principles-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:38px;
  margin-top:36px
}
.principles-grid article {
  border-top:1px solid var(--line);
  padding-top:20px
}
.principle-index {
  font-family:var(--serif);
  font-size:15px;
  color:#59694e
}
.principles h3 {
  font-family:var(--serif);
  font-weight:400;
  font-size:25px;
  letter-spacing:-.55px;
  margin:24px 0 12px
}
.principles p {
  font-size:13px;
  max-width:310px
}
.contact {
  padding:80px 0 87px
}
.contact .section-body h3 {
  font-size:43px;
  margin-bottom:18px
}
.contact-email {
  display:flex;
  justify-content:space-between;
  gap:20px;
  width:fit-content;
  max-width:100%;
  border-bottom:1px solid #8c9784;
  font-size:19px;
  letter-spacing:-.4px;
  margin-top:29px;
  padding-bottom:10px
}
.contact-email span {
  margin-left:26px
}
.contact-email:hover {
  color:#58714c
}
.site-footer {
  border-top:1px solid var(--line);
  padding:30px 0 24px;
  font-size:10px;
  color:var(--muted)
}
.footer-top {
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center
}
.footer-name {
  font-size:12px;
  font-weight:600;
  color:var(--ink)
}
.footer-top a:hover,.footer-bottom a:hover {
  text-decoration:underline;
  text-underline-offset:4px
}
.footer-bottom {
  display:flex;
  justify-content:space-between;
  gap:20px;
  margin-top:39px;
  font-size:9px
}
.footer-bottom a span {
  margin-left:16px
}

@media(min-width:1500px) {
  .site-shell {
  padding:0 100px
}

}
@media(max-width:1000px) {
  .hero h1 {
  font-size:7.3vw;
  letter-spacing:-3px
}
.section-grid {
  grid-template-columns:1fr 2.5fr
}
.product-showcase {
  padding:36px 32px 0;
  gap:32px
}
.product-intro h3 {
  font-size:39px
}
.product-footer {
  margin-top:0
}
.company-copy {
  gap:25px
}
.principles-grid {
  gap:24px
}
.principles h3 {
  font-size:23px
}
.contact .section-body h3 {
  font-size:36px
}

}

@media(max-width:700px) {
  html {
  scroll-padding-top:25px
}
.site-shell {
  padding:0 6%
}
.site-header {
  height:104px
}
.wordmark {
  font-size:15px;
  gap:10px
}
.brand-symbol {
  transform:scale(.8);
  transform-origin:left center;
  width:26px
}
.site-header nav {
  gap:19px;
  font-size:11px
}
.site-header nav span {
  display:none
}
.hero {
  padding-top:49px
}
.eyebrow {
  font-size:8px;
  letter-spacing:1.1px
}
.hero h1 {
  font-size:clamp(39px,8.7vw,61px);
  letter-spacing:-2px;
  line-height:1.1;
  margin:28px 0
}
.hero-bottom {
  display:block
}
.hero-bottom p {
  font-size:14px;
  max-width:390px
}
.text-link {
  width:fit-content;
  margin-top:26px;
  gap:36px;
  font-size:12px;
  padding-bottom:7px
}
.hero-caption {
  padding-top:39px;
  font-size:8px;
  margin-top:0
}
.section-grid {
  grid-template-columns:1fr;
  gap:31px
}
.company {
  padding:44px 0 48px
}
.section-body h3 {
  font-size:32px;
  letter-spacing:-.7px;
  margin:0 0 20px
}
.company-copy {
  grid-template-columns:1fr;
  gap:13px
}
.company-copy p {
  font-size:14px;
  max-width:490px
}
.section-label {
  gap:16px
}
.section-label h2 {
  font-size:11px
}
.section-aside {
  font-size:9px
}
.section-heading {
  gap:20px;
  margin-bottom:21px
}
.product-showcase {
  grid-template-columns:1fr;
  padding:29px 26px 0;
  gap:0
}
.product-intro h3 {
  font-size:43px;
  margin-top:29px
}
.product-tagline {
  font-size:28px
}
.product-link {
  margin-bottom:34px
}
.product-details {
  border-top:1px solid #627761;
  padding-top:28px
}
.product-description {
  font-size:16px;
  margin-top:19px
}
.product-secondary {
  font-size:13px
}
.product-scope {
  font-size:12px
}
.product-footer {
  font-size:8px;
  gap:16px;
  margin-top:27px;
  line-height:1.7
}
.principles {
  padding:46px 0
}
.principles-grid {
  grid-template-columns:1fr;
  gap:24px;
  margin-top:26px
}
.principles-grid article {
  position:relative;
  padding:20px 0 0 33px
}
.principle-index {
  position:absolute;
  left:0;
  top:24px;
  font-size:13px
}
.principles h3 {
  font-size:26px;
  margin:0 0 10px
}
.principles p {
  max-width:470px;
  font-size:14px
}
.contact {
  padding:47px 0 52px
}
.contact .section-body h3 {
  font-size:32px
}
.contact-email {
  font-size:clamp(13px,3.6vw,19px);
  letter-spacing:-.3px;
  gap:6px
}
.contact-email span {
  margin-left:4px
}
.desktop-break {
  display:none
}
.footer-top {
  display:grid;
  grid-template-columns:1fr auto;
  gap:16px
}
.footer-top>a:nth-child(2) {
  grid-column:1;
  grid-row:2
}
.footer-top>a:last-child {
  grid-column:2;
  grid-row:1
}
.footer-bottom {
  font-size:8px;
  margin-top:30px;
  align-items:flex-end;
  line-height:1.6
}
.footer-bottom>a {
  white-space:nowrap
}
.footer-bottom>a span {
  margin-left:4px
}

}

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

}
