* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #f4f1ea;
  color: #1d1d1b;
  font-family: Manrope, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
.container {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 32px;
}
.top-ribbon {
  background: #146b21;
  color: #eff6ec;
  font:
    11px "DM Mono",
    monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.top-ribbon__inner {
  min-height: 31px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.top-ribbon i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 7px;
  border-radius: 50%;
  background: #f3a358;
}
.top-ribbon a {
  font-weight: 700;
}
.top-ribbon a:hover {
  color: #f6a253;
}
.site-header {
  position: absolute;
  top: 31px;
  right: 0;
  left: 0;
  z-index: 5;
  color: #fff;
  transition: 0.25s;
}
.site-header.scrolled {
  position: fixed;
  top: 0;
  background: rgba(244, 241, 234, 0.96);
  color: #1d1d1b;
  box-shadow: 0 14px 28px #1a301e14;
  backdrop-filter: blur(16px);
}
.site-header__inner {
  min-height: 104px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
}
.site-header .brand {
  display: inline-flex;
}
.brand__mark {
  width: 112px;
  height: 96px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
.brand__mark img {
  width: 112px;
  height: 96px;
  object-fit: contain;
  filter: drop-shadow(0 8px 12px #061c0e38);
}
.brand__name {
  display: none;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 0.85;
}
.brand__name > span {
  color: #f07f11;
}
.brand__name small {
  display: block;
  margin-top: 7px;
  font:
    500 7px "DM Mono",
    monospace;
  letter-spacing: 0.12em;
  opacity: 0.68;
  text-transform: uppercase;
}
.main-nav {
  display: flex;
  gap: clamp(18px, 2.8vw, 42px);
  margin-left: auto;
  margin-right: 18px;
}
.main-nav a {
  font-size: 13px;
  font-weight: 700;
}
.main-nav a:hover {
  color: #f07f11;
}
.mobile-cta {
  display: none;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 19px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 800;
  transition: 0.16s;
}
.button:hover {
  transform: translateY(-2px);
}
.button--header {
  min-height: 40px;
  padding: 0 16px;
  background: #f07f11;
  color: #fff;
}
.button--orange {
  background: #f07f11;
  color: #fff;
}
.button--outline-light {
  border-color: #ffffff6b;
  color: #fff;
}
.button--outline-light:hover {
  background: #ffffff1a;
  border-color: #fff;
}
.menu-toggle {
  display: none;
  padding: 7px;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 22px;
}
.hero {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  background: #12691f;
  color: #fff;
}
.hero__visual {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero__wash {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  background:
    linear-gradient(90deg, #061c0ee8 0%, #072211ba 40%, #07211126 82%),
    linear-gradient(0deg, #0b2a1399, transparent 54%);
}
.hero__inner {
  position: relative;
  z-index: 2;
  min-height: 680px;
  display: flex;
  align-items: center;
  padding-top: 78px;
}
.hero__content {
  max-width: 650px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 21px;
  color: #146b21;
  font:
    500 11px "DM Mono",
    monospace;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.eyebrow i {
  width: 36px;
  height: 2px;
  background: #f07f11;
}
.eyebrow--light {
  color: #d8e9d2;
}
.eyebrow--light i {
  background: #f5a45b;
}
.hero h1,
h2 {
  margin: 0;
  font-size: clamp(42px, 5.4vw, 76px);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 0.97;
}
.hero h1 em,
h2 em,
h3 em {
  display: block;
  color: #f68c25;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  letter-spacing: -0.055em;
}
.hero__description {
  max-width: 465px;
  margin: 24px 0 0;
  color: #ffffffd4;
  font-size: 17px;
  line-height: 1.7;
}
.hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 23px;
  margin-top: 32px;
}
.text-link {
  font-size: 12px;
  font-weight: 800;
}
.text-link:hover {
  color: #f07f11;
}
.text-link--light:hover {
  color: #f8a04b;
}
.hero__side-note {
  position: absolute;
  right: 33px;
  bottom: 118px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid #ffffff38;
  border-radius: 3px;
  padding: 13px 16px;
  background: #0b321d8c;
  box-shadow: 0 10px 25px #061c0e33;
  backdrop-filter: blur(6px);
}
.hero__side-note strong {
  font-size: 40px;
  letter-spacing: -0.08em;
}
.hero__side-note sup,
.proof-item sup {
  color: #f07f11;
  font-size: 0.6em;
}
.hero__side-note span {
  color: #ffffffd0;
  font:
    10px/1.5 "DM Mono",
    monospace;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.scroll-cue {
  position: absolute;
  bottom: 36px;
  left: 32px;
  color: #ffffffb8;
  font:
    9px "DM Mono",
    monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.proof-strip {
  background: #f07f11;
  color: #fff;
}
.proof-strip__grid {
  min-height: 123px;
  display: grid;
  grid-template-columns: repeat(3, 1fr) 1.4fr;
  align-items: center;
}
.proof-item {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 55px;
  padding: 0 28px;
  border-right: 1px solid #ffffff4d;
}
.proof-item:first-child {
  padding-left: 0;
}
.proof-item strong {
  font-size: 37px;
  letter-spacing: -0.08em;
}
.proof-item span {
  color: #ffffffdb;
  font:
    11px/1.45 "DM Mono",
    monospace;
  text-transform: uppercase;
}
.proof-phrase {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 28px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.28;
}
.proof-phrase em {
  color: #ffe5cc;
  font:
    600 1.15em "Playfair Display",
    serif;
}
.section {
  padding: 118px 0;
}
.section-heading--split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 45px;
  margin-bottom: 56px;
}
.section h2 {
  color: #1d1d1b;
  font-size: clamp(42px, 5vw, 68px);
}
.section-aside {
  max-width: 315px;
  padding-bottom: 4px;
}
.section-aside p {
  margin: 0 0 18px;
  color: #5f625b;
  font-size: 15px;
  line-height: 1.65;
}
.line-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.line-card {
  position: relative;
  min-height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 24px;
  color: #fff;
  transition: 0.3s;
}
.line-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 35px #2a231426;
}
.line-card:after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -72px;
  width: 220px;
  height: 220px;
  border: 1px solid #ffffff38;
  border-radius: 50%;
  box-shadow:
    0 0 0 22px #ffffff0f,
    0 0 0 46px #ffffff0a;
}
.line-card.orange {
  background: #f07f11;
}
.line-card.green {
  background: #167125;
}
.line-card.black {
  background: #1d1d1b;
}
.line-top,
.line-bottom {
  position: relative;
  z-index: 1;
  color: #ffffffbf;
  font:
    12px "DM Mono",
    monospace;
}
.line-top {
  display: flex;
  justify-content: space-between;
}
.line-card small {
  color: #ffffffc8;
  font:
    11px "DM Mono",
    monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.line-card h3 {
  margin: 10px 0 0;
  font-size: clamp(28px, 3vw, 39px);
  letter-spacing: -0.07em;
  line-height: 0.95;
}
.line-card p {
  max-width: 275px;
  margin: 17px 0 0;
  color: #ffffffd1;
  font-size: 14px;
  line-height: 1.65;
}
.line-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}
.line-bottom b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff2b;
  font-size: 18px;
}
.feature-section {
  background: #12691f;
  color: #fff;
}
.feature-inner {
  min-height: 530px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 90px;
}
.feature-section h2 {
  font-size: clamp(41px, 5vw, 68px);
}
.feature-statement > p:not(.eyebrow) {
  max-width: 510px;
  margin: 25px 0 29px;
  color: #ffffffd4;
  font-size: 16px;
  line-height: 1.75;
}
.feature-points {
  padding-left: 13px;
}
.feature-points > div:not(.stamp) {
  display: grid;
  grid-template-columns: 35px 1fr 20px;
  align-items: center;
  gap: 15px;
  padding: 21px 0;
  border-bottom: 1px solid #ffffff33;
}
.feature-points b {
  color: #f6a253;
  font:
    10px "DM Mono",
    monospace;
}
.feature-points span {
  color: #ffffffe8;
  font-size: 15px;
  line-height: 1.45;
}
.feature-points strong {
  color: #f6a253;
}
.stamp {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 46px;
  color: #ffffffb8;
}
.stamp b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid #ffffff6b;
  border-radius: 50%;
  font:
    italic 22px "Playfair Display",
    serif;
}
.stamp small {
  font:
    8px/1.5 "DM Mono",
    monospace;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.contact-section h2 {
  font-size: clamp(42px, 5vw, 68px);
}
.contact-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 352px;
  margin-top: 43px;
  background: #fff;
  box-shadow: 0 22px 55px #2d281419;
}
.contact-intro {
  padding: 43px 48px;
  background: #1d1d1b;
  color: #fff;
}
.contact-intro > small {
  display: inline-block;
  margin-bottom: 38px;
  color: #f6a253;
  font:
    9px "DM Mono",
    monospace;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.contact-intro h3 {
  margin: 0;
  font-size: 33px;
  letter-spacing: -0.07em;
  line-height: 0.98;
}
.contact-intro p {
  max-width: 310px;
  margin: 17px 0 25px;
  color: #ffffffc2;
  font-size: 14px;
  line-height: 1.6;
}
.contact-socials {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
}
.contact-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #ffffff47;
  border-radius: 50%;
  color: #f6a253;
  transition: 0.16s;
}
.contact-socials a:hover {
  background: #f07f11;
  border-color: #f07f11;
  color: #fff;
  transform: translateY(-2px);
}
.contact-socials svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.8;
}
.contact-socials svg rect,
.contact-socials svg circle {
  fill: none;
}
.contact-socials svg circle:last-child {
  fill: currentColor;
  stroke: none;
}
.contact-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-content: center;
  gap: 0 42px;
  padding: 32px 48px;
}
.contact-details a {
  display: grid;
  grid-template-columns: 37px 1fr 16px;
  align-items: center;
  gap: 12px;
  min-height: 86px;
  padding: 8px 10px 8px 0;
  border-bottom: 1px solid #e2ded5;
  transition: 0.16s;
}
.contact-details a:hover {
  color: #f07f11;
  transform: translateX(4px);
}
.contact-details .contact-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e6eee0;
  color: #146b21;
  transition: 0.16s;
}
.contact-details a:hover .contact-icon {
  background: #f07f11;
  color: #fff;
  transform: scale(1.08);
}
.contact-icon svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.contact-icon--instagram svg {
  fill: none;
}
.contact-icon--instagram svg circle:last-child {
  fill: currentColor;
  stroke: none;
}
.contact-icon--location svg {
  fill: none;
}
.contact-icon--location svg circle {
  fill: currentColor;
  stroke: none;
}
.contact-arrow {
  justify-self: end;
  color: #777a72;
  font-size: 18px;
  transition: 0.16s;
}
.contact-details a:hover .contact-arrow {
  color: #f07f11;
  transform: translate(2px, -2px);
}
.contact-details small {
  color: #6b6d66;
  font:
    11px "DM Mono",
    monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.contact-details strong {
  display: block;
  margin-top: 4px;
  color: currentColor;
  font:
    700 14px/1.4 Manrope,
    sans-serif;
}
.contact-footnote {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  color: #6b6d66;
  font:
    11px "DM Mono",
    monospace;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.footer {
  background: #ece8df;
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 180px;
}
.footer-top > p {
  margin: 0 auto 0 0;
  color: #6d7068;
  font:
    italic 17px/1.25 "Playfair Display",
    serif;
}
.footer-top > a:last-child {
  color: #146b21;
  font:
    9px "DM Mono",
    monospace;
  text-transform: uppercase;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 15px 32px 18px;
  border-top: 1px solid #d7d2c7;
  color: #8a8981;
  font:
    9px "DM Mono",
    monospace;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 900px) {
  .container {
    padding: 0 22px;
  }
  .main-nav {
    gap: 18px;
  }
  .main-nav a {
    font-size: 10px;
  }
  .button--header {
    display: none;
  }
  .hero,
  .hero__inner {
    min-height: 620px;
  }
  .proof-strip__grid {
    grid-template-columns: repeat(3, 1fr);
    padding: 26px 22px;
  }
  .proof-phrase {
    grid-column: 1/-1;
    justify-content: flex-start;
    padding: 21px 0 0;
    border-top: 1px solid #ffffff4d;
  }
  .line-card {
    min-height: 360px;
    padding: 21px;
  }
  .feature-inner {
    gap: 45px;
  }
  .contact-intro {
    padding: 36px 30px;
  }
  .contact-details {
    padding: 28px 30px;
    gap: 0 20px;
  }
}
@media (max-width: 680px) {
  .top-ribbon__inner {
    min-height: 42px;
    gap: 10px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .top-ribbon__inner span {
    min-width: 0;
    font-size: 8px;
    line-height: 1.25;
    letter-spacing: 0.06em;
    white-space: normal;
  }
  .top-ribbon__inner a {
    flex: 0 0 92px;
    font-size: 9px;
    line-height: 1.2;
    text-align: right;
    white-space: normal;
  }
  .site-header {
    top: 42px;
  }
  .site-header__inner {
    min-height: 82px;
  }
  .brand__mark {
    width: 84px;
    height: 72px;
  }
  .brand__mark img {
    width: 84px;
    height: 72px;
  }
  .brand__name {
    font-size: 18px;
  }
  .main-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 16px;
    left: 16px;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 11px;
    background: #fff;
    color: #1d1d1b;
    box-shadow: 0 16px 35px #12241429;
    transform: translateY(-9px);
    opacity: 0;
    pointer-events: none;
    transition: 0.2s;
  }
  .main-nav.open {
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }
  .main-nav a {
    padding: 14px 12px;
    color: #1d1d1b;
    font-size: 13px;
  }
  .mobile-cta {
    display: block !important;
    background: #f07f11;
    color: #fff !important;
    margin-top: 6px;
  }
  .menu-toggle {
    display: block;
    margin-left: auto;
  }
  .hero,
  .hero__inner {
    min-height: 680px;
  }
  .hero {
    background: #12691f;
    background-position: 62% center;
  }
  .hero__visual img {
    object-position: 62% center;
  }
  .hero__inner {
    align-items: flex-end;
    padding-top: 100px;
    padding-bottom: 110px;
  }
  .hero h1 {
    font-size: clamp(44px, 12vw, 63px);
  }
  .hero__description {
    font-size: 16px;
  }
  .hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
  .hero__side-note {
    right: 22px;
    bottom: 76px;
    gap: 10px;
    padding: 10px 12px;
  }
  .hero__side-note strong {
    font-size: 31px;
  }
  .hero__side-note span {
    font-size: 9px;
  }
  .scroll-cue {
    display: none;
  }
  .proof-strip__grid {
    grid-template-columns: 1fr;
    padding: 23px 22px;
  }
  .proof-item,
  .proof-item:first-child {
    min-height: 57px;
    padding: 9px 0;
    border-right: 0;
    border-bottom: 1px solid #ffffff40;
  }
  .proof-phrase {
    padding: 19px 0 3px;
    border-top: 0;
  }
  .section {
    padding: 80px 0;
  }
  .section-heading--split {
    display: block;
    margin-bottom: 35px;
  }
  .section-aside {
    margin-top: 24px;
  }
  .section h2,
  .feature-section h2,
  .contact-section h2 {
    font-size: clamp(42px, 13vw, 61px);
  }
  .line-cards {
    grid-template-columns: 1fr;
    gap: 11px;
  }
  .line-card {
    min-height: 318px;
  }
  .feature-inner {
    display: block;
    padding-top: 80px;
    padding-bottom: 75px;
  }
  .feature-points {
    margin-top: 56px;
    padding-left: 0;
  }
  .contact-panel {
    grid-template-columns: 1fr;
  }
  .contact-intro {
    padding: 33px 25px 35px;
  }
  .contact-details {
    grid-template-columns: 1fr;
    padding: 7px 25px 17px;
  }
  .contact-details a {
    min-height: 78px;
  }
  .contact-footnote {
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
  }
  .footer-top {
    align-items: flex-start;
    flex-direction: column;
    min-height: auto;
    padding-top: 45px;
    padding-bottom: 40px;
  }
  .footer-top > p {
    margin: 0;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    padding: 15px 22px;
    line-height: 1.5;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
