:root {
  --ink: #17211d;
  --muted: #5e6962;
  --paper: #f7f3ed;
  --soft: #e8ded0;
  --green: #24463b;
  --green-2: #17312a;
  --gold: #b98543;
  --white: #fffdf9;
  --line: rgba(23, 33, 29, .16);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.text-link {
  color: var(--green);
  font-weight: 740;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(247, 243, 237, .86);
  border-bottom: 1px solid rgba(23, 33, 29, .1);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--white);
  background: var(--green);
  font-weight: 750;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2.4vw, 28px);
  color: var(--muted);
  font-size: 14px;
}

nav a {
  text-decoration: none;
}

nav a:hover {
  color: var(--ink);
}

.hero {
  min-height: 92vh;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--green-2);
}

.hero picture,
.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero img {
  object-fit: cover;
  object-position: center;
  filter: saturate(.88) contrast(1.03);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 31, 25, .78), rgba(18, 31, 25, .22) 56%, rgba(18, 31, 25, .48)),
    linear-gradient(0deg, rgba(18, 31, 25, .58), transparent 44%);
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 36px));
  margin: 0 0 clamp(44px, 9vh, 104px) clamp(18px, 7vw, 96px);
  color: var(--white);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 700px;
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 7vw, 88px);
  line-height: .96;
  letter-spacing: 0;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4.5vw, 56px);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.hero-copy p:not(.eyebrow) {
  max-width: 570px;
  color: rgba(255, 253, 249, .9);
  font-size: 19px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid rgba(255, 253, 249, .46);
  text-decoration: none;
  font-weight: 720;
}

.button.primary {
  color: var(--green-2);
  background: var(--white);
  border-color: var(--white);
}

.button.ghost {
  color: var(--white);
}

.facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.facts div {
  padding: 26px clamp(18px, 3vw, 44px);
  border-right: 1px solid var(--line);
}

.facts span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
}

.facts strong {
  font-size: clamp(17px, 2vw, 23px);
}

.section {
  padding: clamp(64px, 9vw, 124px) clamp(18px, 6vw, 92px);
}

.split {
  display: grid;
  grid-template-columns: minmax(220px, .8fr) minmax(280px, 1.2fr);
  gap: clamp(30px, 6vw, 90px);
  align-items: start;
}

.text-flow {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.dark {
  color: var(--white);
  background: var(--green-2);
}

.dark .eyebrow,
.dark h2 {
  color: var(--white);
}

.section-heading {
  max-width: 860px;
  margin-bottom: 40px;
}

.section-heading > p:not(.eyebrow) {
  max-width: 700px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 253, 249, .2);
}

.columns article {
  min-height: 220px;
  padding: clamp(24px, 4vw, 42px);
  background: var(--green);
}

.columns p {
  color: rgba(255, 253, 249, .78);
  line-height: 1.65;
}

.plans {
  background: var(--white);
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

figure {
  margin: 0;
  background: #ede5da;
  border: 1px solid rgba(23, 33, 29, .12);
}

figure img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  padding: 18px;
  background: #f4eee6;
}

figcaption {
  padding: 14px 16px 16px;
  border-top: 1px solid rgba(23, 33, 29, .12);
  font-weight: 720;
}

.contact {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(260px, 420px);
  gap: clamp(28px, 6vw, 92px);
  background: var(--soft);
}

.contact p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

address {
  display: grid;
  align-content: center;
  gap: 12px;
  font-style: normal;
  font-size: 18px;
}

address a {
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 760;
  text-decoration: none;
}

address a + a {
  font-size: clamp(18px, 2.4vw, 26px);
}

.company-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 24px;
  max-width: 620px;
  margin: 28px 0 0;
}

.company-details div {
  padding-top: 14px;
  border-top: 1px solid rgba(23, 33, 29, .16);
}

.company-details dt {
  color: var(--muted);
  font-size: 13px;
}

.company-details dd {
  margin: 5px 0 0;
  font-weight: 720;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 24px clamp(18px, 6vw, 92px);
  color: rgba(255, 253, 249, .7);
  background: var(--green-2);
  font-size: 13px;
}

@media (max-width: 860px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
  }

  nav {
    display: none;
  }

  .hero {
    min-height: 88vh;
  }

  .hero-copy {
    margin-left: 18px;
  }

  .facts,
  .split,
  .columns,
  .plan-grid,
  .contact {
    grid-template-columns: 1fr;
  }

  .facts div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  footer {
    flex-direction: column;
  }

  .company-details {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .hero-copy p:not(.eyebrow) {
    font-size: 17px;
  }

  .button {
    width: 100%;
  }
}
