:root {
  --ink: #10251f;
  --muted: #52615b;
  --cream: #f6f4ee;
  --paper: #fffefa;
  --lime: #d8ff62;
  --line: rgba(16, 37, 31, 0.16);
  --sans:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
  --shell: 1180px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--paper);
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.55;
}
a {
  color: inherit;
  text-underline-offset: 3px;
}
a:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 4px;
}
.skip-link {
  position: absolute;
  left: 12px;
  top: -100px;
  z-index: 20;
  padding: 10px 14px;
  color: var(--paper);
  background: var(--ink);
}
.skip-link:focus {
  top: 12px;
}
.shell {
  width: min(var(--shell), calc(100% - 48px));
  margin-inline: auto;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 254, 250, 0.92);
  backdrop-filter: blur(12px);
}
.nav-wrap {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  text-decoration: none;
  font-size: 21px;
  font-weight: 760;
  letter-spacing: -0.06em;
}
.brand-mark {
  width: 25px;
  height: 25px;
}
.brand:hover {
  opacity: 0.75;
}
nav {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-left: auto;
}
nav a,
.footer-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
nav a:hover,
.footer-links a:hover {
  color: var(--ink);
}
.nav-contact {
  padding: 10px 15px;
  border: 1px solid var(--ink);
  color: var(--ink);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}
.nav-contact:hover {
  color: var(--paper);
  background: var(--ink);
}
.hero {
  overflow: hidden;
  padding: clamp(74px, 11vw, 150px) 0 clamp(82px, 11vw, 142px);
  background: var(--cream);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: clamp(50px, 9vw, 130px);
}
.hero-copy {
  max-width: 650px;
}
.eyebrow {
  margin: 0 0 15px;
  color: #5b7168;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.eyebrow-light {
  color: #b8d3c7;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.99;
}
h1 {
  max-width: 650px;
  margin-bottom: 26px;
  font-size: clamp(56px, 7vw, 102px);
}
h2 {
  margin-bottom: 22px;
  font-size: clamp(42px, 5vw, 66px);
}
h3 {
  margin-bottom: 12px;
  font-size: 25px;
  letter-spacing: -0.045em;
  line-height: 1.12;
}
.hero-text {
  max-width: 520px;
  margin-bottom: 32px;
  color: var(--muted);
  font-size: 18px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 23px;
}
.button {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: 48px;
  padding: 12px 17px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 750;
}
.button-primary {
  color: var(--ink);
  background: var(--lime);
}
.button-primary:hover {
  background: #c6ee51;
}
.text-link {
  font-size: 14px;
  font-weight: 750;
}
.text-link:hover {
  color: #456658;
}
.hero-art {
  position: relative;
  min-height: 420px;
  isolation: isolate;
}
.hero-art p {
  position: absolute;
  z-index: 3;
  right: 12%;
  bottom: 17%;
  margin: 0;
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(30px, 3.5vw, 51px);
  letter-spacing: -0.06em;
  line-height: 0.9;
}
.orb {
  position: absolute;
  border-radius: 50%;
}
.orb-one {
  z-index: 1;
  top: 2%;
  right: 1%;
  width: min(31vw, 360px);
  aspect-ratio: 1;
  background: var(--lime);
}
.orb-two {
  z-index: 0;
  bottom: 1%;
  left: 0;
  width: min(22vw, 250px);
  aspect-ratio: 1;
  background: #c2ddd0;
}
.frame {
  position: absolute;
  border: 1px solid var(--ink);
}
.frame-one {
  z-index: 2;
  top: 13%;
  left: 11%;
  width: 72%;
  height: 62%;
  background: var(--ink);
}
.frame-two {
  z-index: 4;
  right: 2%;
  bottom: 7%;
  width: 29%;
  height: 37%;
  background: transparent;
}
.section {
  padding: clamp(75px, 10vw, 135px) 0;
}
.two-column {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(55px, 12vw, 190px);
}
.prose {
  max-width: 620px;
  color: var(--muted);
  font-size: 20px;
}
.prose p:last-child {
  margin-bottom: 0;
}
.section-tint {
  background: #e7eee8;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 32px;
  margin-bottom: 45px;
}
.section-heading h2 {
  margin-bottom: 0;
}
.section-heading > p {
  max-width: 290px;
  margin: 0;
  color: var(--muted);
}
.product-card {
  padding: clamp(28px, 4.5vw, 58px);
  background: var(--ink);
  color: var(--paper);
}
.product-topline {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #c6d8cf;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.product-symbol {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border: 1px solid #90ad9e;
  border-radius: 50%;
  color: var(--lime);
  font-size: 13px;
}
.product-content {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-top: clamp(68px, 11vw, 150px);
}
.product-content h3 {
  margin-bottom: 13px;
  font-family: var(--serif);
  font-size: clamp(40px, 4.5vw, 62px);
  font-weight: 400;
}
.product-content p {
  max-width: 570px;
  margin: 0;
  color: #c6d8cf;
  font-size: 18px;
}
.button-light {
  flex: none;
  color: var(--ink);
  background: var(--paper);
}
.button-light:hover {
  background: var(--lime);
}
.values h2 {
  max-width: 600px;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 55px;
  border-top: 1px solid var(--line);
}
.values-grid article {
  min-height: 230px;
  padding: 26px 30px 20px 0;
  border-right: 1px solid var(--line);
}
.values-grid article + article {
  padding-left: 30px;
}
.values-grid article:last-child {
  border: 0;
}
.values-grid span {
  display: block;
  margin-bottom: 59px;
  color: #5b7168;
  font-size: 12px;
  font-weight: 800;
}
.values-grid p {
  max-width: 250px;
  margin: 0;
  color: var(--muted);
}
.contact-band {
  padding: clamp(75px, 9vw, 125px) 0;
  color: var(--paper);
  background: var(--ink);
}
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.contact-layout h2 {
  max-width: 440px;
  margin: 0;
}
.contact-layout > div:last-child {
  align-self: end;
}
.contact-layout p {
  max-width: 420px;
  margin-bottom: 25px;
  color: #c6d8cf;
  font-size: 18px;
}
.email-link {
  display: inline-flex;
  gap: 15px;
  border-bottom: 1px solid var(--lime);
  padding-bottom: 8px;
  color: var(--lime);
  text-decoration: none;
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 650;
  letter-spacing: -0.035em;
}
.email-link:hover {
  color: var(--paper);
}
.legal {
  background: var(--cream);
}
.legal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(50px, 10vw, 150px);
}
.legal h2 {
  margin-bottom: 24px;
  font-size: clamp(32px, 3vw, 43px);
}
.legal article > p:not(.eyebrow) {
  max-width: 480px;
  color: var(--muted);
}
.legal a {
  color: var(--ink);
  font-weight: 650;
}
.site-footer {
  padding: 39px 0 26px;
  color: #d2dfd8;
  background: #15352c;
}
.footer-top,
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.site-footer .brand {
  color: var(--paper);
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.footer-links a {
  color: #d2dfd8;
}
.footer-bottom {
  margin-top: 50px;
  padding-top: 22px;
  border-top: 1px solid rgba(210, 223, 216, 0.24);
  color: #b6c7bf;
  font-size: 12px;
}
.footer-bottom p {
  margin: 0;
}
@media (max-width: 760px) {
  .shell {
    width: min(100% - 36px, var(--shell));
  }
  .nav-wrap {
    min-height: 65px;
  }
  .brand {
    font-size: 19px;
  }
  nav {
    display: none;
  }
  .nav-contact {
    margin-left: auto;
    padding: 8px 11px;
  }
  .hero {
    padding-top: 72px;
  }
  .hero-grid,
  .two-column,
  .contact-layout,
  .legal-grid {
    grid-template-columns: 1fr;
  }
  .hero-grid {
    gap: 50px;
  }
  .hero-art {
    min-height: 290px;
    max-width: 470px;
  }
  .hero-art p {
    font-size: 39px;
  }
  .orb-one {
    width: 235px;
  }
  .orb-two {
    width: 165px;
  }
  .section-heading,
  .product-content {
    display: block;
  }
  .section-heading > p {
    margin-top: 19px;
  }
  .product-content {
    margin-top: 65px;
  }
  .button-light {
    margin-top: 28px;
  }
  .values-grid {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }
  .values-grid article,
  .values-grid article + article {
    min-height: 0;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .values-grid article:last-child {
    border-bottom: 0;
  }
  .values-grid span {
    margin-bottom: 26px;
  }
  .contact-layout {
    gap: 35px;
  }
  .footer-top,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-bottom {
    gap: 8px;
    margin-top: 35px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
