@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/font-0.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/font-1.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/font-2.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/font-3.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Serif Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/font-4.ttf) format('truetype');
}
@font-face {
  font-family: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/font-5.ttf) format('truetype');
}

:root {
  --paper:#f7f7f0;
  --ink:#293d32;
  --muted:#687068;
  --line:#dedfd4;
  --olive:#dce1ce;
  --serif:'DM Serif Display',Georgia,serif;
  --sans:'DM Sans',Arial,sans-serif
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:105px
}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--sans);
  font-size:15px;
  -webkit-font-smoothing:antialiased
}
a {
  color:inherit;
  text-decoration:none
}
button {
  font:inherit;
  color:inherit
}
img {
  display:block;
  max-width:100%
}
svg {
  width:24px;
  height:24px;
  flex-shrink:0
}
a,button {
  -webkit-tap-highlight-color:transparent
}
a:focus-visible,button:focus-visible {
  outline:2px solid #637e4c;
  outline-offset:6px
}
::selection {
  background:#cbd5b9;
  color:#263c30
}
p {
  line-height:1.75;
  margin:0
}
h1,h2,h3 {
  margin:0;
  font-weight:400
}
h1,h2 {
  font-family:var(--serif);
  letter-spacing:-.045em;
  line-height:1.1
}
h1 em,h2 em {
  font-weight:400;
  color:#7c8968
}
h1 {
  font-size:clamp(52px,5.15vw,78px)
}
h2 {
  font-size:clamp(42px,4.05vw,61px)
}
.section-shell {
  width:calc(100% - 112px);
  max-width:1328px;
  margin-inline:auto
}
.eyebrow {
  font-size:10px;
  line-height:1.5;
  font-weight:600;
  letter-spacing:.15em
}
.skip-link {
  position:fixed;
  top:-100px;
  left:20px;
  z-index:100;
  background:var(--ink);
  color:white;
  padding:12px 20px
}
.skip-link:focus {
  top:12px
}
.site-header {
  background:rgba(247,247,240,.97);
  position:sticky;
  top:0;
  z-index:20;
  border-bottom:1px solid var(--line)
}
.header-inner {
  height:96px;
  max-width:1328px;
  width:calc(100% - 112px);
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between
}
.logo {
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:37px;
  font-weight:600;
  letter-spacing:-2px;
  line-height:1
}
.brand-mark {
  width:24px;
  height:31px
}
.logo-dot {
  color:#8b977b
}
.desktop-nav {
  display:flex;
  align-items:center;
  gap:39px;
  margin-left:50px;
  font-size:13px
}
.desktop-nav a {
  display:flex;
  align-items:center;
  gap:9px;
  padding:12px 0
}
.desktop-nav a:hover,.text-link:hover {
  color:#71845a
}
.desktop-nav svg {
  width:15px;
  height:15px
}
.header-actions {
  display:flex;
  gap:24px;
  align-items:center
}
.language-switch {
  display:flex;
  align-items:center;
  gap:10px;
  font-size:11px;
  letter-spacing:.04em
}
.language-switch a {
  padding:10px 3px;
  color:var(--muted)
}
.language-switch a[aria-current] {
  color:var(--ink);
  font-weight:700;
  border-bottom:1px solid var(--ink)
}
.language-switch>span {
  color:#acb0a5
}
.menu-toggle {
  display:none
}
.mobile-menu[hidden] {
  display:none
}
.hero {
  display:grid;
  grid-template-columns:1fr 1.08fr;
  min-height:666px;
  padding-top:30px;
  padding-bottom:32px;
  gap:45px
}
.hero-copy {
  padding:62px 0 10px;
  display:flex;
  align-items:flex-start;
  flex-direction:column
}
.hero-copy>.eyebrow {
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:28px
}
.status-dot {
  width:6px;
  height:6px;
  border-radius:50%;
  background:#8d9a77
}
.hero h1 {
  margin-bottom:25px
}
.hero-intro {
  font-size:15px;
  color:var(--muted);
  max-width:350px;
  margin-bottom:29px
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:30px;
  padding:17px 23px;
  font-size:12px;
  font-weight:500;
  min-height:52px;
  transition:background .2s,transform .2s
}
.button svg {
  width:20px;
  height:20px
}
.button-dark {
  background:var(--ink);
  color:var(--paper)
}
.button-dark:hover {
  background:#405841;
  transform:translateY(-2px)
}
.text-link {
  display:inline-flex;
  align-items:center;
  gap:22px;
  font-size:12px
}
.hero-secondary {
  margin-top:20px
}
.hero-footnote {
  margin-top:auto;
  padding-top:40px;
  display:flex;
  align-items:center;
  font-size:9px;
  letter-spacing:.1em;
  color:#65705f;
  gap:12px
}
.tiny-line {
  height:1px;
  width:26px;
  background:#8c9582
}
.hero-visual {
  position:relative;
  min-height:605px;
  overflow:hidden;
  background:#e6dfd2
}
.hero-image {
  width:100%;
  height:100%;
  position:absolute;
  object-fit:cover;
  object-position:59% center
}
.hero-visual:after {
  content:'';
  position:absolute;
  inset:45% 0 0;
  background:linear-gradient(transparent,rgba(16,29,18,.42));
  pointer-events:none
}
.image-label {
  position:absolute;
  left:25px;
  top:24px;
  background:var(--paper);
  display:flex;
  align-items:center;
  gap:10px;
  padding:11px 15px;
  font-size:10px;
  letter-spacing:.01em;
  z-index:1
}
.label-symbol {
  font-size:23px;
  line-height:1;
  color:#879776
}
.hero-visual-bottom {
  position:absolute;
  bottom:26px;
  left:27px;
  right:26px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:white;
  z-index:1
}
.hero-visual-bottom>span {
  font-size:9px;
  letter-spacing:.13em
}
.round-link {
  border:1px solid #ffffff85;
  width:43px;
  height:43px;
  border-radius:50%;
  display:grid;
  place-items:center;
  transition:background .2s
}
.round-link svg {
  transform:rotate(90deg);
  width:20px
}
.round-link:hover {
  background:#ffffff25
}
.benefit-strip {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-block:1px solid var(--line);
  padding:23px 0
}
.benefit-strip>div {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:13px;
  font-size:11px;
  color:#626d5d
}
.benefit-strip>div+div {
  border-left:1px solid var(--line)
}
.benefit-strip svg {
  width:19px;
  height:19px
}
.collection {
  padding-top:98px;
  padding-bottom:77px
}
.section-heading {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:40px;
  margin-bottom:43px
}
.section-heading .eyebrow {
  margin-bottom:20px
}
.section-intro {
  max-width:315px;
  font-size:13px;
  color:var(--muted);
  padding-bottom:4px
}
.product-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:25px
}
.product-image {
  position:relative;
  height:305px;
  overflow:hidden;
  background:#dddcd1
}
.product-image img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .65s ease;
  filter:saturate(.55)
}
.product-card:nth-child(1) .product-image img {
  object-position:49% center
}
.product-card:nth-child(2) .product-image img {
  object-position:57% center;
  filter:saturate(.33)
}
.product-card:nth-child(3) .product-image img {
  object-position:50% 12%
}
.product-image-link:hover img {
  transform:scale(1.04)
}
.product-number {
  position:absolute;
  top:16px;
  left:16px;
  font-size:9px;
  letter-spacing:.08em;
  padding:7px 10px;
  background:var(--paper)
}
.product-arrow {
  position:absolute;
  bottom:16px;
  right:16px;
  background:var(--paper);
  width:37px;
  height:37px;
  border-radius:50%;
  display:grid;
  place-items:center
}
.product-arrow svg {
  width:18px;
  height:18px
}
.product-copy {
  padding:24px 0 0
}
.product-tag {
  font-size:8px;
  color:#637158;
  letter-spacing:.11em;
  margin-bottom:10px
}
.product-copy h3 {
  font-family:var(--serif);
  font-size:28px;
  letter-spacing:-.03em;
  margin-bottom:12px
}
.product-copy>p:not(.eyebrow) {
  font-size:12px;
  line-height:1.9;
  color:var(--muted);
  min-height:69px;
  max-width:325px
}
.product-contact {
  font-size:10px;
  display:inline-flex;
  align-items:center;
  gap:14px;
  border-bottom:1px solid #b9c1ac;
  padding:0 0 8px;
  margin-top:21px
}
.product-contact svg {
  width:15px;
  height:15px;
  transition:transform .2s
}
.product-contact:hover svg {
  transform:translateX(5px)
}
.image-note {
  font-size:10px;
  color:#687068;
  margin-top:32px
}
.philosophy {
  background:#e6e9dc;
  overflow:hidden
}
.philosophy-inner {
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  align-items:center;
  gap:90px;
  min-height:440px
}
.philosophy-copy {
  padding:68px 0;
  max-width:510px
}
.philosophy-copy .eyebrow {
  margin-bottom:23px
}
.philosophy h2 {
  font-size:clamp(44px,4.3vw,65px);
  margin-bottom:22px
}
.philosophy h2 em {
  color:#6f7d5e
}
.philosophy-copy>p:last-child {
  font-size:13px;
  color:#5d6754;
  max-width:380px
}
.orbit-art {
  height:360px;
  position:relative;
  display:grid;
  place-items:center
}
.orbit-art>.brand-mark {
  height:110px;
  width:90px;
  color:#728261;
  transform:rotate(-10deg)
}
.orbit {
  position:absolute;
  width:310px;
  height:310px;
  border:1px solid #aeb89c;
  border-radius:50%
}
.orbit-two {
  width:230px;
  height:230px;
  transform:translate(-65px,15px)
}
.orbit-three {
  width:230px;
  height:230px;
  transform:translate(65px,-15px)
}
.orbit-dot {
  position:absolute;
  background:#758764;
  width:15px;
  height:15px;
  border-radius:50%;
  top:43px;
  left:calc(50% + 102px)
}
.about {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:95px;
  padding-block:107px
}
.about-heading>.eyebrow {
  margin-bottom:23px
}
.origin-tag {
  margin-top:42px;
  display:flex;
  align-items:center;
  gap:10px;
  font-size:9px;
  letter-spacing:.05em;
  flex-wrap:wrap
}
.origin-tag svg {
  width:17px;
  height:17px
}
.origin-tag span {
  display:block;
  width:100%;
  margin-left:27px;
  font-size:9px;
  color:var(--muted);
  letter-spacing:.08em
}
.about-copy {
  padding-top:25px
}
.about-lead {
  font-size:18px;
  line-height:1.65;
  margin-bottom:19px
}
.about-copy>p:not(.about-lead) {
  font-size:13px;
  color:var(--muted)
}
.audience-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  border-top:1px solid var(--line);
  margin-top:29px;
  padding-top:25px
}
.audience-grid svg {
  width:21px;
  height:21px;
  margin-bottom:13px
}
.audience-grid h3 {
  font-size:13px;
  font-weight:500;
  margin-bottom:8px
}
.audience-grid p {
  font-size:11px;
  color:var(--muted)
}
.contact-wrap {
  padding-bottom:69px
}
.contact {
  background:#293f33;
  color:#f7f7f0;
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:80px;
  padding:61px 64px 65px;
  position:relative;
  overflow:hidden
}
.contact:after {
  content:'';
  position:absolute;
  pointer-events:none;
  width:400px;
  height:400px;
  border:1px solid #ffffff0a;
  border-radius:50%;
  right:-210px;
  top:-200px
}
.contact .eyebrow {
  color:#c2cdb4
}
.contact h2 {
  margin:22px 0 20px;
  font-size:57px
}
.contact h2 em {
  color:#b7c5a2
}
.contact-heading>p:last-child {
  font-size:12px;
  color:#c2cbbd;
  max-width:305px
}
.contact-details {
  padding-top:12px
}
.contact-email {
  border-bottom:1px solid #ffffff26;
  padding-bottom:29px;
  margin-bottom:27px
}
.contact-email>a {
  font-size:clamp(19px,2.05vw,31px);
  letter-spacing:-.03em;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  padding-top:15px
}
.contact-email>a:hover {
  color:#c7d7b2
}
.contact-email>a svg {
  width:27px;
  height:27px
}
.contact-address address {
  font-style:normal;
  font-size:12px;
  line-height:1.85;
  margin-top:13px;
  color:#d1d8ca
}
.contact-address strong {
  font-weight:500;
  color:var(--paper)
}
.footer-top {
  display:flex;
  align-items:center;
  gap:35px;
  padding-bottom:28px;
  border-bottom:1px solid var(--line)
}
.footer-top>.logo {
  font-size:31px
}
.footer-top .brand-mark {
  height:25px;
  width:20px
}
.footer-top>p {
  font-size:11px;
  color:var(--muted)
}
.back-top {
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:14px;
  font-size:10px
}
.back-top svg {
  width:16px;
  height:16px;
  transform:rotate(-90deg)
}
.footer-bottom {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-block:23px 28px;
  font-size:9px;
  color:var(--muted)
}
.footer-bottom>span:last-child {
  font-size:8px;
  letter-spacing:.1em
}
.error-page {
  max-width:850px;
  margin:auto;
  padding:55px 25px
}
.error-page main {
  padding-top:100px
}
.error-page h1 {
  font-size:58px;
  margin-block:20px
}
.error-page .button {
  margin-block:25px
}
.error-page [lang=en] {
  padding-top:20px;
  border-top:1px solid var(--line)
}
.error-page .text-link {
  margin-top:12px
}
@media(min-width:1600px) {
  .hero {
    min-height:720px
  }
  .hero-visual {
    min-height:658px
  }
  .hero-copy {
    padding-top:80px
  }
}
@media(max-width:1100px) {
  .section-shell,.header-inner {
    width:calc(100% - 64px)
  }
  .hero {
    gap:28px;
    min-height:615px
  }
  .hero-copy {
    padding-top:42px
  }
  .hero-visual {
    min-height:555px
  }
  .hero h1 {
    font-size:59px
  }
  .hero-intro {
    font-size:13px;
    max-width:300px
  }
  .hero-visual-bottom>span {
    max-width:180px;
    line-height:1.6;
    font-size:8px
  }
  .product-grid {
    gap:20px
  }
  .product-image {
    height:260px
  }
  .product-copy h3 {
    font-size:25px
  }
  .product-copy>p:not(.eyebrow) {
    min-height:91px
  }
  .philosophy-inner {
    gap:45px
  }
  .about {
    gap:48px
  }
  .contact {
    gap:45px;
    padding:48px 40px
  }
  .contact h2 {
    font-size:50px
  }
  .desktop-nav {
    gap:27px;
    margin-left:0
  }
}
@media(max-width:760px) {
  html {
    scroll-padding-top:84px
  }
  .section-shell,.header-inner {
    width:calc(100% - 40px)
  }
  .header-inner {
    height:76px
  }
  .logo {
    font-size:32px
  }
  .brand-mark {
    height:28px;
    width:21px
  }
  .desktop-nav {
    display:none
  }
  .header-actions {
    gap:23px
  }
  .menu-toggle {
    display:flex;
    width:28px;
    height:34px;
    padding:8px 2px;
    flex-direction:column;
    justify-content:center;
    gap:6px;
    border:0;
    background:none;
    cursor:pointer
  }
  .menu-toggle span {
    height:1px;
    width:24px;
    background:var(--ink);
    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)
  }
  .mobile-menu {
    position:absolute;
    top:76px;
    left:0;
    right:0;
    background:var(--paper);
    border-bottom:1px solid var(--line);
    padding:10px 20px 20px;
    box-shadow:0 15px 20px #263c3009
  }
  .mobile-menu a {
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:16px 0;
    border-top:1px solid var(--line);
    font-size:15px
  }
  .mobile-menu svg {
    width:19px;
    height:19px
  }
  .hero {
    grid-template-columns:1fr;
    gap:32px;
    padding-top:0;
    padding-bottom:25px
  }
  .hero-copy {
    padding-top:44px
  }
  .hero-copy>.eyebrow {
    margin-bottom:22px;
    font-size:9px
  }
  .hero h1 {
    font-size:clamp(49px,8.8vw,67px);
    margin-bottom:21px
  }
  .hero-intro {
    max-width:430px;
    font-size:14px;
    margin-bottom:24px
  }
  .button {
    padding:16px 21px;
    font-size:11px
  }
  .hero-secondary {
    font-size:11px;
    margin-top:18px
  }
  .hero-footnote {
    display:none
  }
  .hero-visual {
    min-height:450px
  }
  .hero-image {
    object-position:50% 65%
  }
  .hero-visual-bottom>span {
    max-width:none
  }
  .image-label {
    top:19px;
    left:19px;
    font-size:9px
  }
  .hero-visual-bottom {
    left:20px;
    right:20px;
    bottom:20px
  }
  .benefit-strip {
    grid-template-columns:1fr;
    gap:0;
    padding:8px 0
  }
  .benefit-strip>div {
    justify-content:flex-start;
    padding:11px 8px;
    font-size:11px
  }
  .benefit-strip>div+div {
    border-left:0;
    border-top:1px solid var(--line)
  }
  .benefit-strip svg {
    width:18px;
    height:18px
  }
  .collection {
    padding-top:61px;
    padding-bottom:48px
  }
  .section-heading {
    display:block;
    margin-bottom:30px
  }
  .section-heading .eyebrow {
    margin-bottom:18px
  }
  h2 {
    font-size:45px
  }
  .section-intro {
    max-width:440px;
    margin-top:20px;
    font-size:13px
  }
  .product-grid {
    grid-template-columns:1fr;
    gap:34px
  }
  .product-image {
    height:auto;
    aspect-ratio:1.17
  }
  .product-card:nth-child(1) .product-image img {
    object-position:50% center
  }
  .product-copy {
    padding-top:19px
  }
  .product-tag {
    font-size:8px
  }
  .product-copy h3 {
    font-size:30px;
    margin-bottom:9px
  }
  .product-copy>p:not(.eyebrow) {
    min-height:0;
    max-width:440px;
    font-size:13px;
    line-height:1.8
  }
  .product-contact {
    font-size:11px;
    margin-top:17px
  }
  .image-note {
    line-height:1.7;
    margin-top:29px
  }
  .philosophy-inner {
    grid-template-columns:1fr;
    gap:0
  }
  .orbit-art {
    height:265px;
    margin-top:25px
  }
  .orbit {
    width:215px;
    height:215px
  }
  .orbit-two,.orbit-three {
    width:165px;
    height:165px
  }
  .orbit-two {
    transform:translate(-44px,10px)
  }
  .orbit-three {
    transform:translate(44px,-10px)
  }
  .orbit-art>.brand-mark {
    width:66px;
    height:82px
  }
  .orbit-dot {
    width:11px;
    height:11px;
    left:calc(50% + 74px);
    top:50px
  }
  .philosophy-copy {
    padding:12px 0 49px;
    max-width:100%
  }
  .philosophy-copy .eyebrow {
    margin-bottom:18px
  }
  .philosophy h2 {
    font-size:47px
  }
  .philosophy-copy>p:last-child {
    max-width:460px
  }
  .about {
    grid-template-columns:1fr;
    gap:28px;
    padding-block:60px
  }
  .about-heading>.eyebrow {
    margin-bottom:18px
  }
  .origin-tag {
    margin-top:24px
  }
  .about-copy {
    padding-top:0
  }
  .about-lead {
    font-size:18px
  }
  .audience-grid {
    gap:24px
  }
  .audience-grid p {
    font-size:12px
  }
  .contact-wrap {
    padding-bottom:42px
  }
  .contact {
    grid-template-columns:1fr;
    gap:35px;
    padding:36px 26px 37px
  }
  .contact h2 {
    font-size:46px;
    margin-block:18px
  }
  .contact-heading>p:last-child {
    font-size:13px;
    max-width:420px
  }
  .contact-details {
    padding-top:0
  }
  .contact-email>a {
    font-size:27px
  }
  .contact-email {
    padding-bottom:24px;
    margin-bottom:22px
  }
  .contact-address address {
    font-size:13px
  }
  .footer-top {
    flex-wrap:wrap;
    gap:16px
  }
  .footer-top>p {
    width:calc(100% - 150px);
    font-size:10px
  }
  .back-top {
    margin-left:0;
    width:100%;
    margin-top:8px
  }
  .footer-bottom {
    gap:12px;
    flex-wrap:wrap;
    font-size:8px;
    padding-block:20px 25px
  }
}
@media(max-width:380px) {
  .hero h1 {
    font-size:45px
  }
  .hero-visual {
    min-height:365px
  }
  .image-label {
    font-size:8px;
    padding:10px
  }
  .hero-visual-bottom>span {
    font-size:7px
  }
  .contact h2 {
    font-size:40px
  }
  .contact-email>a {
    font-size:23px
  }
  .audience-grid {
    gap:15px
  }
  .language-switch {
    gap:7px
  }
  .header-actions {
    gap:17px
  }
  .contact {
    padding-inline:21px
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*::before,*::after {
    animation:none!important;
    transition:none!important
  }
}
@media print {
  .site-header {
    position:static
  }
  .menu-toggle,.hero-secondary,.back-top,.product-arrow {
    display:none
  }
  .section-shell,.header-inner {
    width:100%
  }
  .hero {
    min-height:auto
  }
  .hero-visual {
    min-height:400px
  }
  .collection,.about {
    padding-block:35px
  }
  .contact {
    break-inside:avoid
  }
  .product-card {
    break-inside:avoid
  }
  body {
    font-size:12px
  }
  a[href^='mailto'] {
    text-decoration:underline
  }
}
