:root {
  --paper: #f7f4f0;
  --ink: #282825;
  --sage: #2d4a35;
  --gutter: clamp(1.25rem, 5vw, 6rem);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--ink);
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

h1,
h2,
p {
  margin: 0;
}

h1,
h2,
.belief p {
  font-family: "Bricolage Grotesque", "Noto Sans", sans-serif;
  letter-spacing: -0.055em;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

header {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(7rem, 13vw, 10rem);
  padding: 2rem var(--gutter);
  background: var(--paper);
  text-align: center;
}

.site-mark {
  position: absolute;
  top: 50%;
  left: var(--gutter);
  transform: translateY(-50%);
  width: clamp(2.35rem, 4vw, 3.6rem);
}

header p {
  font-family: "Bricolage Grotesque", "Noto Sans", sans-serif;
  font-size: clamp(1.7rem, 2.8vw, 2.55rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.hero,
.starting-point,
.introduction,
.services,
.belief,
.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(5rem, 10vw, 11rem) var(--gutter);
  text-align: center;
}

.hero {
  min-height: calc(100svh - clamp(7rem, 13vw, 10rem));
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
}

.hero h1 {
  position: relative;
  z-index: 2;
  max-width: 13ch;
  font-size: clamp(4rem, 9vw, 10rem);
  font-weight: 600;
  line-height: 0.88;
}

.hero img {
  width: min(57vw, 36.75rem);
  margin: clamp(0rem, 1vw, 1.5rem) auto clamp(-5rem, -5vw, -2rem);
}

.starting-point {
  min-height: 100svh;
  background: var(--paper);
}

.starting-point h2 {
  position: relative;
  z-index: 2;
  max-width: 12ch;
  font-size: clamp(4rem, 8.5vw, 9rem);
  font-weight: 600;
  line-height: 0.9;
}

.starting-point img {
  width: min(55vw, 34.5rem);
  margin: clamp(2rem, 4vw, 4rem) auto clamp(-4rem, -4vw, -1rem);
}

.introduction {
  min-height: 88svh;
  gap: clamp(3rem, 6vw, 6rem);
  background: var(--sage);
  color: var(--paper);
}

.introduction h2 {
  max-width: 10ch;
  font-size: clamp(4.5rem, 9vw, 9.5rem);
  font-weight: 600;
  line-height: 0.88;
}

.introduction p {
  max-width: 38rem;
  font-size: clamp(1.35rem, 2.4vw, 2.15rem);
  line-height: 1.45;
}

.services {
  min-height: 92svh;
  gap: clamp(4rem, 7vw, 7rem);
  background: var(--ink);
  color: var(--paper);
}

.services h2 {
  font-size: clamp(4rem, 8vw, 8.5rem);
  font-weight: 600;
  line-height: 0.9;
}

.services div {
  width: min(100%, 62rem);
}

.services p {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  align-items: center;
  padding: clamp(2.25rem, 4vw, 3.75rem) 0;
  line-height: 1.16;
}

.services strong {
  font-family: "Bricolage Grotesque", "Noto Sans", sans-serif;
  font-size: clamp(2.2rem, 4.5vw, 4.6rem);
  font-weight: 600;
  letter-spacing: -0.05em;
}

.services span {
  font-size: clamp(1.05rem, 1.7vw, 1.45rem);
  font-weight: 300;
}

.belief {
  min-height: 100svh;
  overflow: hidden;
  background: var(--sage);
  color: var(--paper);
}

.belief p {
  position: relative;
  z-index: 2;
  max-width: 15ch;
  font-size: clamp(4rem, 8.2vw, 9rem);
  font-weight: 600;
  line-height: 0.9;
}

.belief img {
  width: min(58.5vw, 37.5rem);
  margin: clamp(1rem, 2vw, 2rem) auto clamp(-5rem, -5vw, -2rem);
}

.contact {
  min-height: 72svh;
  gap: clamp(4rem, 8vw, 7rem);
  background: var(--paper);
}

.contact h2 {
  max-width: 11ch;
  font-size: clamp(4rem, 8vw, 8.5rem);
  font-weight: 600;
  line-height: 0.9;
}

.contact-form-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
  width: min(100%, 38rem);
}

.contact form {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 2px solid var(--ink);
}

.contact label {
  display: grid;
  grid-template-columns: 6.5rem minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  border-bottom: 2px solid var(--ink);
}

.contact label span {
  padding: 1.35rem 0;
  color: rgba(40, 40, 37, 0.72);
  font-size: 0.9rem;
  line-height: 1.3;
  text-align: left;
}

.contact input,
.contact textarea,
.contact button {
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
}

.contact input {
  min-height: 4.25rem;
  min-width: 0;
  padding: 0;
  outline-offset: 0.35rem;
}

.contact textarea {
  min-height: 9rem;
  min-width: 0;
  padding: 1.35rem 0;
  outline-offset: 0.35rem;
  resize: vertical;
}

.contact .contact-honey {
  display: none;
}

.contact button {
  align-self: flex-end;
  min-height: 4.25rem;
  padding: 0 0 0 2rem;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}

.contact button:hover,
.contact button:focus-visible {
  background: var(--ink);
  color: var(--paper);
}

.contact button:disabled {
  cursor: wait;
  opacity: 0.48;
}

.contact-status {
  min-height: 1.4em;
  color: rgba(40, 40, 37, 0.72);
  font-size: 0.95rem;
  line-height: 1.4;
}

footer {
  padding: 2rem var(--gutter) 2.5rem;
  background: var(--paper);
  text-align: center;
}

footer p {
  color: rgba(40, 40, 37, 0.72);
  font-size: 0.875rem;
  line-height: 1.4;
}

@media (max-width: 760px) {
  .hero,
  .starting-point,
  .belief {
    min-height: 92svh;
  }

  .hero h1,
  .starting-point h2,
  .belief p {
    font-size: clamp(3.55rem, 15vw, 5.8rem);
  }

  .hero img,
  .starting-point img,
  .belief img {
    width: min(79vw, 25.5rem);
    margin-bottom: -3rem;
  }

  .introduction,
  .services,
  .contact {
    min-height: 82svh;
  }

  .introduction h2,
  .services h2,
  .contact h2 {
    font-size: clamp(3.8rem, 14vw, 5.6rem);
  }

  .services {
    gap: 4rem;
  }

  .contact label {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 1rem 0;
  }

  .contact label span {
    padding: 0 0 0.4rem;
  }

  .contact input {
    min-height: 2.75rem;
  }

  .contact textarea {
    min-height: 8rem;
    padding: 0.25rem 0 0;
  }
}
