:root {
  --forest: #4b5a46;
  --forest-deep: #293329;
  --leaf: #a4ad9a;
  --stone: #d7c6ae;
  --earth: #8b6f4e;
  --sand: #f2efe9;
  --paper: #f8f6f1;
  --ink: #263026;
  --muted: #687066;
  --line: rgba(41, 51, 41, 0.16);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --shell: min(1180px, calc(100% - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--earth);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  background: var(--paper);
  transform: translateY(-160%);
  transition: transform 180ms ease-out;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.section-shell {
  width: var(--shell);
  margin-inline: auto;
}

.site-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  min-height: 92px;
  padding: 18px max(24px, calc((100vw - 1180px) / 2));
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: var(--forest-deep);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  justify-self: start;
  text-decoration: none;
}

.brand-mark {
  width: 25px;
  height: 40px;
  object-fit: contain;
}

.brand-type {
  display: grid;
  gap: 2px;
}

.brand-type strong {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.32em;
}

.brand-type small {
  font-size: 8px;
  letter-spacing: 0.16em;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.primary-nav a {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  text-decoration: none;
}

.primary-nav a::after {
  position: absolute;
  content: "";
  left: 0;
  right: 100%;
  bottom: 8px;
  height: 1px;
  background: currentColor;
  transition: right 180ms ease-out;
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after {
  right: 0;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition-property: background-color, color, transform;
  transition-duration: 180ms;
  transition-timing-function: ease-out;
}

.header-cta {
  justify-self: end;
  background: var(--forest);
  color: white;
}

.header-cta:hover,
.button-primary:hover {
  background: var(--forest-deep);
}

.header-cta:active,
.button:active,
.contact-link:active {
  transform: scale(0.96);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 780px;
  height: min(88vh, 920px);
  overflow: hidden;
  background: var(--stone);
}

.hero-image,
.hero-wash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center;
  outline: 1px solid oklch(0 0 0 / 0.1);
  outline-offset: -1px;
}

.hero-wash {
  background:
    linear-gradient(90deg, rgba(242, 239, 233, 0.93) 0%, rgba(242, 239, 233, 0.73) 31%, rgba(242, 239, 233, 0.04) 64%),
    linear-gradient(180deg, rgba(242, 239, 233, 0.38) 0%, transparent 28%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: var(--shell);
  margin-inline: auto;
  padding-top: clamp(190px, 25vh, 250px);
}

.eyebrow {
  margin: 0 0 22px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.eyebrow::before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 1px;
  margin: 0 12px 3px 0;
  background: currentColor;
}

.hero h1,
.intro h2,
.work-copy h2,
.about h2,
.contact h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.hero h1 {
  max-width: 700px;
  font-size: clamp(56px, 7.1vw, 102px);
  line-height: 0.9;
}

em {
  color: var(--forest);
  font-weight: 400;
}

.hero-copy {
  max-width: 460px;
  margin: 34px 0 28px;
  font-size: 15px;
  line-height: 1.75;
  text-wrap: pretty;
}

.button-primary {
  background: var(--forest);
  color: white;
}

.hero-caption {
  position: absolute;
  z-index: 2;
  right: max(24px, calc((100vw - 1180px) / 2));
  bottom: 30px;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--serif);
  font-size: 13px;
  font-style: italic;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.45);
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  animation: reveal 700ms cubic-bezier(0.2, 0, 0, 1) forwards;
}

.hero h1.reveal { animation-delay: 80ms; }
.hero-copy.reveal { animation-delay: 160ms; }
.button.reveal { animation-delay: 240ms; }

@keyframes reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.intro {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 32px;
  padding-block: 140px 100px;
  border-bottom: 1px solid var(--line);
}

.section-kicker {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-content: start;
  gap: 12px;
  padding-top: 8px;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.section-kicker span {
  color: var(--earth);
  font-variant-numeric: tabular-nums;
}

.section-kicker p {
  margin: 0;
}

.intro-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(240px, 0.7fr);
  gap: 64px;
  align-items: end;
}

.intro h2,
.about h2 {
  font-size: clamp(44px, 5.2vw, 72px);
  line-height: 1;
}

.intro-copy > p,
.about-copy p,
.work-copy > p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9;
  text-wrap: pretty;
}

.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-block: 72px 140px;
}

.principle {
  position: relative;
  min-height: 330px;
  padding: 30px 42px;
  border-left: 1px solid var(--line);
}

.principle:last-child {
  border-right: 1px solid var(--line);
}

.principle-number {
  color: var(--earth);
  font-size: 10px;
  font-variant-numeric: tabular-nums;
}

.principle svg {
  width: 64px;
  height: 64px;
  margin: 44px 0;
  fill: none;
  stroke: var(--forest);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.principle h3 {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
}

.principle p {
  max-width: 280px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.work-section {
  overflow: hidden;
  background: var(--forest-deep);
  color: var(--sand);
}

.work-inner {
  min-height: 750px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 64px;
  padding-block: 110px;
}

.section-kicker-light {
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 92px;
}

.section-kicker-light span {
  color: var(--stone);
}

.product-label {
  margin: 0 0 18px !important;
  color: var(--leaf) !important;
  font-size: 10px !important;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.work-copy h2 {
  max-width: 580px;
  font-size: clamp(48px, 5.2vw, 76px);
  line-height: 1;
}

.work-copy h2 em {
  color: var(--stone);
}

.work-copy > p:not(.product-label) {
  max-width: 470px;
  margin: 30px 0 34px;
  color: rgba(242, 239, 233, 0.72);
}

.button-light {
  color: var(--forest-deep);
  background: var(--sand);
}

.button-light:hover {
  background: var(--stone);
}

.orbit {
  position: relative;
  aspect-ratio: 1;
  width: min(100%, 560px);
  justify-self: end;
}

.orbit-ring {
  position: absolute;
  border: 1px solid rgba(215, 198, 174, 0.28);
  border-radius: 50%;
}

.orbit-ring-one { inset: 7%; }
.orbit-ring-two { inset: 25%; }

.orbit::before,
.orbit::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: var(--stone);
}

.orbit::before {
  width: 8px;
  height: 8px;
  top: 15%;
  left: 21%;
}

.orbit::after {
  width: 5px;
  height: 5px;
  right: 17%;
  bottom: 22%;
}

.product-mark {
  position: absolute;
  inset: 34%;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 28%;
  background: linear-gradient(to top, #98c0ad, #e8dbaf 70%);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.product-mark img {
  width: 64%;
  height: 76%;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(53, 51, 35, 0.18));
}

.orbit-note {
  position: absolute;
  color: rgba(242, 239, 233, 0.6);
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.orbit-note-one { top: 8%; right: 21%; }
.orbit-note-two { left: 2%; bottom: 31%; }
.orbit-note-three { right: 4%; bottom: 12%; }

.about {
  padding-block: 140px 80px;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 100px;
  align-items: start;
  padding: 80px 0 130px 25%;
}

.about-copy {
  padding-top: 10px;
}

.about-copy .lead {
  margin-bottom: 28px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.45;
}

.statement {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 32px;
  padding: 58px 64px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.statement p {
  max-width: 840px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(30px, 3.7vw, 50px);
  line-height: 1.15;
}

.statement-mark {
  width: 44px;
  height: 70px;
  object-fit: contain;
}

.contact {
  min-height: 440px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 64px;
}

.contact h2 {
  max-width: 720px;
  font-size: clamp(42px, 5.5vw, 76px);
  line-height: 1;
}

.contact-link {
  width: 220px;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border-radius: 50%;
  background: var(--forest);
  color: white;
  font-family: var(--serif);
  font-size: 18px;
  text-decoration: none;
  transition-property: background-color, transform;
  transition-duration: 180ms;
  transition-timing-function: ease-out;
}

.contact-link:hover {
  background: var(--forest-deep);
}

.contact-link span:last-child {
  align-self: flex-end;
  font-family: var(--sans);
  font-size: 24px;
}

.site-footer {
  min-height: 160px;
  padding: 42px max(24px, calc((100vw - 1180px) / 2));
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 24px;
  background: var(--forest-deep);
  color: rgba(242, 239, 233, 0.68);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--sand);
  font-size: 25px;
  letter-spacing: 0.32em;
  text-decoration: none;
}

.footer-brand img {
  width: 18px;
  height: 29px;
  object-fit: contain;
}

.footer-meta {
  justify-self: end;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 900px) {
  :root {
    --shell: min(100% - 40px, 720px);
  }

  .site-header {
    grid-template-columns: 1fr auto;
    padding-inline: 20px;
  }

  .brand-type small,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    position: relative;
    z-index: 3;
    justify-self: end;
    width: 44px;
    height: 44px;
    display: grid;
    align-content: center;
    justify-content: center;
    gap: 7px;
    padding: 10px;
    border: 1px solid rgba(41, 51, 41, 0.18);
    border-radius: 50%;
    background: rgba(248, 246, 241, 0.72);
    color: var(--forest-deep);
  }

  .menu-toggle span:not(.sr-only) {
    width: 24px;
    height: 1px;
    display: block;
    background: currentColor;
    transition-property: transform;
    transition-duration: 180ms;
    transition-timing-function: ease-out;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-4px) rotate(-45deg);
  }

  .primary-nav {
    position: fixed;
    z-index: 2;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    padding: 20vw;
    background: var(--sand);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition-property: opacity, transform;
    transition-duration: 220ms;
    transition-timing-function: ease-out;
  }

  .primary-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .primary-nav a {
    font-family: var(--serif);
    font-size: 38px;
  }

  .hero {
    min-height: 720px;
    height: 90svh;
  }

  .hero-image {
    object-position: 62% center;
  }

  .hero-wash {
    background: linear-gradient(90deg, rgba(242, 239, 233, 0.94) 0%, rgba(242, 239, 233, 0.65) 55%, rgba(242, 239, 233, 0.08) 100%);
  }

  .intro {
    grid-template-columns: 1fr;
    padding-block: 100px 70px;
  }

  .intro-copy {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .principles {
    grid-template-columns: 1fr;
    padding-bottom: 100px;
  }

  .principle {
    min-height: auto;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .principle svg {
    margin: 32px 0;
  }

  .work-inner {
    grid-template-columns: 1fr;
  }

  .orbit {
    width: min(100%, 500px);
    justify-self: center;
  }

  .section-kicker-light {
    margin-bottom: 58px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 70px 0 100px;
  }
}

@media (max-width: 600px) {
  :root {
    --shell: calc(100% - 32px);
  }

  .brand-type strong {
    font-size: 15px;
  }

  .hero {
    min-height: 700px;
  }

  .hero-image {
    object-position: 68% center;
  }

  .hero-wash {
    background:
      linear-gradient(180deg, rgba(242, 239, 233, 0.68) 0%, rgba(242, 239, 233, 0.18) 38%, rgba(41, 51, 41, 0.38) 100%),
      linear-gradient(90deg, rgba(242, 239, 233, 0.95) 0%, rgba(242, 239, 233, 0.76) 68%, rgba(242, 239, 233, 0.18) 100%);
  }

  .hero-content {
    padding-top: 180px;
  }

  .hero h1 {
    font-size: clamp(46px, 12.5vw, 52px);
  }

  .hero-copy {
    max-width: 92%;
    font-size: 14px;
  }

  .hero-caption {
    display: none;
  }

  .intro,
  .about {
    padding-top: 86px;
  }

  .intro h2,
  .about h2,
  .work-copy h2,
  .contact h2 {
    font-size: 44px;
  }

  .principle {
    padding: 28px 26px;
  }

  .work-inner {
    min-height: auto;
    padding-block: 86px;
  }

  .orbit {
    width: 120%;
    margin-right: -10%;
  }

  .statement {
    padding: 42px 0;
  }

  .statement-mark {
    display: none;
  }

  .contact {
    min-height: 540px;
    grid-template-columns: 1fr;
    align-content: center;
    gap: 54px;
  }

  .contact-link {
    width: 180px;
    justify-self: end;
  }

  .site-footer {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .footer-meta {
    justify-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
