* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background: #f7f3ea;
  color: #2f3e31;
  line-height: 1.6;
}

a {
  color: inherit;
}

.site-header {
  height: 15vh;
  max-height: 118px;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5vw;
  background: rgba(247, 243, 234, .96);
  border-bottom: 1px solid #ded7c9;
  position: sticky;
  top: 0;
  z-index: 20;
}

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

.brand img {
  width: clamp(190px, 13vw, 240px);
  height: auto;
  display: block;
}

nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-weight: 700;
  color: #40513d;
}

nav a {
  text-decoration: none;
}

.nav-button {
  padding: 12px 24px;
  border: 1px solid #d8d0c0;
  border-radius: 999px;
  background: rgba(255, 253, 248, .72);
}

.hero {
  min-height: 85vh;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  align-items: center;
  gap: 7vw;
  padding: 6vh 10vw 7vh;
  background:
    radial-gradient(circle at 78% 45%, #efe2d4 0, #f7f3ea 38%, #faf7f0 100%);
  border-bottom: 1px solid #ded7c9;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: .76rem;
  font-weight: 900;
  color: #72805b;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.06;
  color: #26392d;
  margin: 0 0 22px;
}

h1 {
  max-width: 760px;
  font-size: clamp(3.2rem, 5.8vw, 6.7rem);
  letter-spacing: -.045em;
}

h2 {
  font-size: clamp(2.1rem, 3.6vw, 4rem);
  letter-spacing: -.035em;
}

h3 {
  font-size: 2rem;
  letter-spacing: -.02em;
}

.hero-text > p:not(.eyebrow) {
  max-width: 700px;
  color: #2f332d;
  font-size: 1.05rem;
}

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

.button {
  display: inline-block;
  padding: 13px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}

.primary {
  background: linear-gradient(135deg, #74875b, #5f704c);
  color: #fff;
}

.secondary {
  border: 1px solid #bfb7a6;
  color: #2f3e31;
  background: rgba(255, 253, 248, .62);
}

.hero-card {
  max-width: 430px;
  justify-self: center;
  background: rgba(255, 253, 248, .78);
  border: 1px solid #e3dbcf;
  border-radius: 30px;
  padding: 58px 48px;
  box-shadow: 0 24px 70px rgba(67, 53, 35, .12);
}

.hero-card img {
  width: 96px;
  display: block;
  margin: 0 auto 38px;
  opacity: .8;
}

.hero-card p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  line-height: 1.25;
  color: #28382d;
}

.section {
  padding: 82px 7vw;
}

.section-heading {
  max-width: 860px;
  margin: 0 auto 36px;
  text-align: center;
}

.section-heading > p:not(.eyebrow) {
  max-width: 720px;
  margin: 0 auto;
  color: #3e3f39;
}

.projects {
  background: #fbf8f1;
  border-bottom: 1px solid #ded7c9;
}

.project-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  max-width: 1120px;
  margin: 0 auto;
}

.project-card {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 26px;
  padding: 34px;
  background: rgba(255, 253, 248, .9);
  border: 1px solid #e2d9cb;
  border-radius: 24px;
  box-shadow: 0 12px 40px rgba(67, 53, 35, .06);
}

.project-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e8eadb;
  color: #2f3e31;
  font-size: 2rem;
  line-height: 1;
}

.project-label {
  margin: 0 0 6px;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .74rem;
  font-weight: 900;
  color: #77865f;
}

.project-content p {
  color: #333830;
}

.project-links {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: 22px;
}

.project-links a {
  width: 100%;
  padding: 0 0 8px 24px;
  border-bottom: 1px solid #ded7c9;
  color: #39513b;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
  position: relative;
}

.project-links a::before {
  content: "→";
  position: absolute;
  left: 0;
  text-decoration: none;
}

.project-links.single a {
  width: auto;
  border-bottom: 0;
}

.essence {
  background: #fffaf2;
}

.essence-intro {
  max-width: 850px;
  margin: 0 auto 42px;
  text-align: center;
  color: #45453e;
  font-size: 1.08rem;
}

.values-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.values-grid article {
  background: #f7f3ea;
  border: 1px solid #e2d9cb;
  border-radius: 24px;
  padding: 30px;
}

.values-grid span {
  color: #77865f;
  font-weight: 900;
  letter-spacing: .16em;
}

.values-grid h3 {
  font-size: 1.55rem;
  margin-top: 18px;
}

.path {
  background: #e9e1d4;
}

.path-card {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  background: #fbf8f1;
  border: 1px solid #ded6c8;
  border-radius: 34px;
  padding: 56px;
}

.path-card p:not(.eyebrow) {
  color: #44443d;
  font-size: 1.08rem;
}

.contact {
  text-align: center;
  background: #fffaf2;
}

.contact img {
  width: 300px;
  margin-bottom: 24px;
}

.mail {
  display: inline-block;
  margin-top: 8px;
  color: #536a43;
  font-weight: 900;
  text-decoration: none;
}

footer {
  padding: 28px 7vw;
  text-align: center;
  background: #34402f;
  color: #f7f3ea;
}

@media (max-width: 980px) {
  .site-header {
    height: auto;
    min-height: 70px;
    padding: 14px 24px;
  }

  .brand img {
    width: 180px;
  }

  nav {
    gap: 16px;
    font-size: .92rem;
  }

  .nav-button {
    padding: 10px 16px;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 60px 24px;
  }

  .hero-card {
    justify-self: stretch;
    max-width: none;
  }

  .project-list,
  .values-grid {
    grid-template-columns: 1fr;
  }

  .project-card {
    grid-template-columns: 58px 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    gap: 18px;
  }

  nav a:not(.nav-button) {
    display: none;
  }

  .brand img {
    width: 170px;
  }

  h1 {
    font-size: clamp(2.7rem, 13vw, 4.2rem);
  }

  .hero-card {
    padding: 34px 28px;
  }

  .hero-card p {
    font-size: 1.28rem;
  }

  .section {
    padding: 64px 24px;
  }

  .project-card {
    grid-template-columns: 1fr;
  }

  .path-card {
    padding: 38px 26px;
  }
}
