@font-face {
  font-family: "Rye";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/rye-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Vollkorn";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/fonts/vollkorn-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/barlow-medium-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/barlow-semibold-latin.woff2") format("woff2");
}

:root {
  --iron: #1b1815;
  --iron-soft: #29241f;
  --gold: #c6962f;
  --tan: #c9b389;
  --cream: #f0e9d8;
  --rust: #7a3b22;
  --hairline: rgba(216, 203, 168, 0.34);
  --page-x: clamp(22px, 5vw, 78px);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--iron);
  color: var(--cream);
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--iron);
  font-family: "Vollkorn", Georgia, serif;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
}

.landing {
  display: grid;
  min-height: 100svh;
  grid-template-rows: auto minmax(580px, 1fr) auto;
  overflow: hidden;
}

.site-header {
  align-items: center;
  background: var(--iron);
  border-bottom: 1px solid var(--hairline);
  display: flex;
  justify-content: space-between;
  min-height: 94px;
  padding: 18px var(--page-x);
  position: relative;
  z-index: 20;
}

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

.brand img {
  height: 48px;
  object-fit: contain;
  width: 60px;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: "Rye", Georgia, serif;
  font-size: clamp(0.9rem, 1.3vw, 1.08rem);
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 1;
}

.brand small,
.guest-link,
.mobile-guest-link,
.eyebrow,
.operations,
.timber-inset figcaption {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand small {
  color: var(--tan);
  font-size: 0.65rem;
  margin-top: 7px;
}

.guest-link {
  align-items: center;
  border-bottom: 1px solid rgba(201, 179, 137, 0.68);
  display: inline-flex;
  font-size: 0.7rem;
  gap: 10px;
  padding: 11px 0 9px;
  text-decoration: none;
  transition: border-color 180ms ease, color 180ms ease;
}

.guest-link svg {
  fill: none;
  stroke: var(--gold);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.guest-arrow {
  color: var(--gold);
  transition: transform 180ms ease;
}

.guest-link:hover,
.guest-link:focus-visible {
  border-color: var(--gold);
  color: var(--gold);
}

.guest-link:hover .guest-arrow,
.guest-link:focus-visible .guest-arrow {
  transform: translate(3px, -3px);
}

.hero {
  align-items: center;
  display: grid;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(66px, 9vh, 116px) var(--page-x) clamp(120px, 16vh, 176px);
  position: relative;
}

.hero-photograph {
  inset: 0 0 0 46%;
  overflow: hidden;
  position: absolute;
  z-index: -4;
}

.hero-photograph::after {
  background:
    linear-gradient(90deg, var(--iron) 0%, rgba(27, 24, 21, 0.78) 17%, rgba(27, 24, 21, 0.1) 52%),
    linear-gradient(180deg, rgba(27, 24, 21, 0.18), rgba(27, 24, 21, 0.5));
  content: "";
  inset: 0;
  position: absolute;
}

.hero-photograph img {
  height: 100%;
  object-fit: cover;
  object-position: 53% center;
  width: 100%;
}

.hero-shade {
  background:
    radial-gradient(circle at 20% 18%, rgba(122, 59, 34, 0.13), transparent 28%),
    linear-gradient(90deg, var(--iron) 0 51%, transparent 72%);
  inset: 0;
  position: absolute;
  z-index: -3;
}

.growth-rings {
  border: 1px solid rgba(201, 179, 137, 0.1);
  border-radius: 44% 56% 46% 54%;
  height: min(64vw, 880px);
  left: -20vw;
  position: absolute;
  top: -22%;
  transform: rotate(13deg);
  width: min(64vw, 880px);
  z-index: -2;
}

.growth-rings::before,
.growth-rings::after {
  border: 1px solid rgba(201, 179, 137, 0.085);
  border-radius: inherit;
  content: "";
  inset: 9%;
  position: absolute;
}

.growth-rings::after {
  inset: 21%;
}

.hero-content {
  max-width: min(680px, 56vw);
  position: relative;
  z-index: 3;
}

.eyebrow {
  align-items: center;
  color: var(--tan);
  display: flex;
  font-size: 0.72rem;
  gap: 14px;
  margin: 0 0 clamp(26px, 4vh, 44px);
}

.eyebrow span {
  background: var(--rust);
  height: 2px;
  width: 34px;
}

h1 {
  color: var(--gold);
  font-family: "Rye", Georgia, serif;
  font-size: clamp(4.2rem, 8.2vw, 8.2rem);
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 0.8;
  margin: 0;
  text-wrap: balance;
}

h1 span {
  display: block;
}

h1 span:last-child {
  color: var(--cream);
  font-size: 0.54em;
  line-height: 1.08;
  margin-top: 0.28em;
}

.company-description {
  color: rgba(240, 233, 216, 0.88);
  font-size: clamp(1.05rem, 1.35vw, 1.31rem);
  line-height: 1.56;
  margin: clamp(28px, 4vh, 44px) 0 0;
  max-width: 610px;
}

.mobile-guest-link {
  align-items: center;
  color: var(--gold);
  display: none;
  font-size: 0.72rem;
  gap: 8px;
  margin-top: 32px;
  text-underline-offset: 6px;
}

.not-found-link {
  display: inline-flex;
}

.timber-inset {
  bottom: clamp(26px, 4vh, 46px);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.42);
  margin: 0;
  position: absolute;
  right: var(--page-x);
  width: clamp(210px, 20vw, 320px);
  z-index: 4;
}

.timber-inset::before {
  border-left: 3px solid var(--gold);
  content: "";
  inset: 0 auto 0 0;
  position: absolute;
  z-index: 2;
}

.timber-inset img {
  aspect-ratio: 16 / 8.8;
  display: block;
  object-fit: cover;
  width: 100%;
}

.timber-inset figcaption {
  align-items: center;
  background: var(--cream);
  color: var(--iron);
  display: flex;
  font-size: 0.62rem;
  justify-content: space-between;
  padding: 13px 16px 12px;
}

.timber-inset figcaption span {
  color: var(--rust);
}

.operations {
  align-items: center;
  background: var(--cream);
  color: var(--iron);
  display: grid;
  font-size: 0.66rem;
  grid-template-columns: minmax(160px, 0.55fr) 1.7fr minmax(180px, 0.6fr);
  min-height: 102px;
  padding: 18px var(--page-x);
  position: relative;
  z-index: 10;
}

.operations-label,
.copyright {
  margin: 0;
}

.operations-label {
  color: var(--rust);
}

.operations ul {
  display: grid;
  gap: clamp(18px, 3vw, 48px);
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.operations li {
  white-space: nowrap;
}

.operations li span {
  color: var(--gold);
  margin-right: 8px;
}

.copyright {
  color: #776d59;
  justify-self: end;
  letter-spacing: 0.1em;
}

.hero-content > * {
  animation: rise-in 700ms both cubic-bezier(0.2, 0.7, 0.2, 1);
}

.hero-content > :nth-child(2) {
  animation-delay: 80ms;
}

.hero-content > :nth-child(3) {
  animation-delay: 170ms;
}

.hero-content > :nth-child(4) {
  animation-delay: 240ms;
}

.timber-inset {
  animation: inset-in 760ms 260ms both cubic-bezier(0.2, 0.7, 0.2, 1);
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes inset-in {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .landing {
    grid-template-rows: auto auto auto;
  }

  .hero {
    align-items: end;
    min-height: calc(100svh - 88px);
    padding-bottom: 76px;
    padding-top: 250px;
  }

  .hero-photograph {
    inset: 0;
  }

  .hero-photograph::after {
    background:
      linear-gradient(180deg, rgba(27, 24, 21, 0.08) 0%, rgba(27, 24, 21, 0.24) 28%, var(--iron) 72%),
      linear-gradient(90deg, rgba(27, 24, 21, 0.45), transparent 70%);
  }

  .hero-shade {
    background: linear-gradient(180deg, transparent 35%, var(--iron) 78%);
  }

  .hero-content {
    max-width: 680px;
  }

  .timber-inset {
    display: none;
  }

  .operations {
    gap: 24px;
    grid-template-columns: 1fr;
    padding-bottom: 28px;
    padding-top: 28px;
  }

  .operations ul {
    justify-content: start;
  }

  .copyright {
    justify-self: start;
  }
}

@media (max-width: 660px) {
  .site-header {
    min-height: 82px;
  }

  .brand img {
    height: 42px;
    width: 52px;
  }

  .brand strong {
    font-size: 0.79rem;
  }

  .brand small {
    font-size: 0.58rem;
    margin-top: 5px;
  }

  .guest-link {
    border: 0;
    padding: 12px 0;
  }

  .guest-link span:not(.guest-arrow) {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

  .hero {
    min-height: calc(100svh - 82px);
    padding-bottom: 58px;
    padding-top: min(45vh, 350px);
  }

  .hero-photograph img {
    object-position: 57% center;
  }

  .growth-rings {
    height: 560px;
    left: -280px;
    width: 560px;
  }

  .eyebrow {
    align-items: flex-start;
    flex-wrap: wrap;
    font-size: 0.63rem;
    gap: 9px;
    margin-bottom: 22px;
    max-width: 280px;
  }

  .eyebrow span {
    display: none;
  }

  h1 {
    font-size: clamp(3.5rem, 18vw, 5.1rem);
  }

  .company-description {
    font-size: 1rem;
    line-height: 1.48;
    margin-top: 28px;
  }

  .mobile-guest-link {
    display: inline-flex;
  }

  .operations ul {
    gap: 14px;
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
