:root {
  --ink: #10221e;
  --paper: #f4efe4;
  --panel: #fff8eb;
  --moss: #12322a;
  --lime: #b9d06a;
  --sky: #d3edf2;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: linear-gradient(180deg, var(--paper), #fbf7ee 38%, var(--paper));
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

.quick-contact {
  background: rgba(16, 34, 30, .92);
  border: 1px solid rgba(255, 248, 235, .22);
  border-radius: 8px;
  bottom: 1rem;
  box-shadow: 0 1rem 3rem rgba(16, 34, 30, .24);
  display: flex;
  gap: .45rem;
  padding: .45rem;
  position: fixed;
  right: 1rem;
  z-index: 5;
}

.quick-contact a {
  border-radius: 6px;
  color: var(--paper);
  font-weight: 950;
  padding: .72rem .85rem;
}

.quick-contact a:last-child {
  background: var(--lime);
  color: var(--ink);
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(16px);
  background: rgba(244, 239, 228, .88);
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
  left: 0;
  padding: .9rem clamp(1rem, 4vw, 4rem);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 4;
}

.brand,
nav,
.proof,
.hero-actions,
.area,
.contact {
  display: flex;
}

.brand {
  align-items: center;
  font-weight: 800;
  gap: .8rem;
}

.brand span {
  background: var(--moss);
  border-radius: 6px;
  color: var(--paper);
  display: grid;
  height: 2.5rem;
  place-items: center;
  width: 2.5rem;
}

nav {
  align-items: center;
  gap: clamp(.7rem, 2vw, 1.5rem);
  font-weight: 700;
}

.nav-cta,
.hero-actions a,
button {
  border-radius: 6px;
  font: inherit;
  font-weight: 800;
  min-height: 3rem;
  padding: .82rem 1rem;
}

.nav-cta,
.hero-actions a:first-child,
button {
  background: var(--moss);
  color: var(--paper);
}

.hero {
  display: grid;
  min-height: min(92vh, 58rem);
  overflow: hidden;
  position: relative;
}

.hero img,
.hero-shade,
.hero-copy {
  grid-area: 1 / 1;
}

.hero img {
  height: 100%;
  min-height: min(92vh, 58rem);
  object-fit: cover;
  width: 100%;
}

.hero-shade {
  background: linear-gradient(90deg, rgba(10, 31, 27, .9), rgba(10, 31, 27, .55) 42%, rgba(10, 31, 27, .08));
}

.hero-copy {
  align-self: center;
  color: #fff8eb;
  max-width: 44rem;
  padding: 8rem clamp(1rem, 6vw, 6rem) 5rem;
  position: relative;
}

p {
  line-height: 1.65;
}

.hero p,
.section-intro p,
.area > div p,
.contact p {
  color: var(--lime);
  font-weight: 900;
  margin: 0 0 .7rem;
  text-transform: uppercase;
}

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

h1 {
  font-size: clamp(2.3rem, 5vw, 5.7rem);
  line-height: .98;
  margin-bottom: 1rem;
  text-wrap: balance;
}

h2 {
  font-size: clamp(1.7rem, 3vw, 3.4rem);
  line-height: 1.04;
  text-wrap: balance;
}

.hero strong {
  display: block;
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  line-height: 1.5;
  max-width: 36rem;
}

.hero-actions {
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1.6rem;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1rem;
}

.contact-links a {
  border: 1px solid rgba(16, 34, 30, .18);
  border-radius: 6px;
  font-weight: 900;
  min-height: 3rem;
  padding: .82rem 1rem;
}

.contact-links a:last-child {
  background: var(--lime);
}

.hero-actions a:last-child {
  background: rgba(255, 248, 235, .16);
  border: 1px solid rgba(255, 248, 235, .45);
}

.proof,
.services,
.process,
.area,
.contact {
  margin-inline: auto;
  max-width: 82rem;
  width: calc(100% - 2rem);
}

.proof {
  background: var(--panel);
  border: 1px solid rgba(16, 34, 30, .14);
  border-radius: 8px;
  gap: 1rem;
  margin-top: -2.6rem;
  padding: 1rem;
  box-shadow: 0 1.2rem 3.6rem rgba(16, 34, 30, .12);
  position: relative;
}

.proof article {
  border-right: 1px solid rgba(16, 34, 30, .14);
  display: grid;
  flex: 1;
  gap: .25rem;
  padding: .4rem 1rem;
}

.proof article:last-child {
  border-right: 0;
}

.proof b {
  font-size: clamp(1.25rem, 2vw, 2rem);
}

.services,
.process {
  padding-top: clamp(4rem, 8vw, 7rem);
}

.section-intro {
  max-width: 47rem;
}

.service-grid,
.process ol {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

.service-grid article,
.process li {
  background: var(--panel);
  border: 1px solid rgba(16, 34, 30, .14);
  border-radius: 8px;
  min-height: 15rem;
  padding: clamp(1rem, 2vw, 1.5rem);
  box-shadow: 0 .8rem 2rem rgba(16, 34, 30, .06);
}

.service-grid article:nth-child(2n),
.process li:nth-child(2n) {
  background: #eef4e7;
}

.service-grid h3,
.process h3 {
  font-size: 1.2rem;
  margin-bottom: .6rem;
}

.process span {
  color: #4e8278;
  display: block;
  font-size: 2.2rem;
  font-weight: 950;
  margin-bottom: 2rem;
}

.area {
  align-items: start;
  background: var(--moss);
  border-radius: 8px;
  color: var(--panel);
  gap: clamp(1rem, 4vw, 4rem);
  margin-top: clamp(4rem, 8vw, 7rem);
  padding: clamp(1.2rem, 4vw, 3rem);
}

.guide,
.questions {
  display: grid;
  gap: clamp(1rem, 4vw, 4rem);
  grid-template-columns: 1fr 1fr;
  margin-inline: auto;
  max-width: 82rem;
  padding-top: clamp(4rem, 8vw, 7rem);
  width: calc(100% - 2rem);
}

.guide-copy > p:first-child,
.questions > div:first-child p {
  color: #4e8278;
  font-weight: 950;
  margin-bottom: .7rem;
  text-transform: uppercase;
}

.guide-board {
  background:
    repeating-linear-gradient(135deg, rgba(185, 208, 106, .16) 0 1px, transparent 1px 22px),
    var(--moss);
  border-radius: 8px;
  color: var(--panel);
  display: grid;
  gap: .8rem;
  padding: clamp(1rem, 3vw, 2rem);
}

.guide-board article {
  background: rgba(255, 248, 235, .13);
  border: 1px solid rgba(255, 248, 235, .18);
  border-radius: 8px;
  padding: 1rem;
}

.guide-board h3,
.guide-board p {
  margin-bottom: .45rem;
}

.questions details {
  background: var(--panel);
  border: 1px solid rgba(16, 34, 30, .14);
  border-radius: 8px;
  box-shadow: 0 .8rem 2rem rgba(16, 34, 30, .06);
  margin-bottom: .8rem;
  padding: 1rem;
}

.questions summary {
  cursor: pointer;
  font-weight: 950;
}

.questions details p {
  margin: .75rem 0 0;
}

.area > * {
  flex: 1;
}

.contact {
  align-items: start;
  gap: clamp(1rem, 4vw, 4rem);
  padding-block: clamp(4rem, 8vw, 7rem);
}

.contact > * {
  flex: 1;
}

ul {
  line-height: 2;
  padding-left: 1.2rem;
}

form {
  background: var(--sky);
  border-radius: 8px;
  display: grid;
  gap: .9rem;
  padding: clamp(1rem, 3vw, 2rem);
}

label {
  display: grid;
  font-weight: 800;
  gap: .4rem;
}

input,
textarea {
  border: 1px solid rgba(16, 34, 30, .25);
  border-radius: 6px;
  color: var(--ink);
  font: inherit;
  padding: .85rem;
  width: 100%;
}

button {
  border: 0;
  cursor: pointer;
}

@media (max-width: 760px) {
  nav a:not(.nav-cta) {
    display: none;
  }

  .proof,
  .area,
  .contact {
    flex-direction: column;
  }

  .proof article {
    border-right: 0;
    border-bottom: 1px solid rgba(16, 34, 30, .14);
    width: 100%;
  }

  .proof article:last-child {
    border-bottom: 0;
  }

  .service-grid,
  .process ol,
  .guide,
  .questions {
    grid-template-columns: 1fr;
  }
}
