@charset "UTF-8";

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  min-width: 32rem;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
  color: #fff;
  background: #17120e;
  -webkit-font-smoothing: antialiased;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: #9b7927;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: .12em;
}

.section-eyebrow::before {
  width: 2.8rem;
  height: .1rem;
  background: currentColor;
  content: "";
}

img,
picture {
  display: block;
  max-width: 100%;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

.container {
  width: 92%;
  max-width: 1440px;
  margin-inline: auto;
}

.hero {
  position: relative;
  isolation: isolate;
  width: 100vw;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
}

.hero__media,
.hero__media img,
.hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__media {
  z-index: -3;
}

.hero__media img {
  object-fit: cover;
  object-position: center;
}

.hero__shade {
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(9, 7, 5, .63) 0%, transparent 35%, rgba(9, 7, 5, .18) 58%, rgba(9, 7, 5, .78) 100%),
    linear-gradient(90deg, rgba(9, 7, 5, .62) 0%, rgba(9, 7, 5, .16) 52%, rgba(9, 7, 5, .08) 100%);
}

.hero__header {
  display: grid;
  grid-template-columns: 28rem 1fr 28rem;
  align-items: center;
  min-height: 9rem;
  border-bottom: .1rem solid rgba(255, 255, 255, .24);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: max-content;
  gap: 1.3rem;
}

.brand img {
  width: 5.8rem;
  height: 6.2rem;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 .3rem 1.2rem rgba(0, 0, 0, .82));
}

.brand__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .3rem;
  white-space: nowrap;
}

.brand__text strong {
  color: #d9b64f;
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: .015em;
  line-height: 1;
}

.brand__text small {
  color: rgba(255, 255, 255, .88);
  font-size: .95rem;
  font-weight: 500;
  letter-spacing: .13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 4.8rem;
  font-size: 1.5rem;
  font-weight: 500;
}

.nav a,
.header-cta,
.hero__link {
  transition: color .25s ease, background-color .25s ease, border-color .25s ease;
}

.nav a:hover,
.nav a:focus-visible,
.hero__link:hover,
.hero__link:focus-visible {
  color: #e4c46d;
}

.header-cta {
  justify-self: end;
  padding: 1.6rem 2.6rem;
  border: .1rem solid rgba(255, 255, 255, .62);
  border-radius: 10rem;
  font-size: 1.4rem;
  font-weight: 600;
}

.header-cta:hover,
.header-cta:focus-visible {
  color: #21170e;
  border-color: #e4c46d;
  background: #e4c46d;
}

.hero__content {
  position: absolute;
  right: 0;
  bottom: 7.5rem;
  left: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(32rem, .55fr);
  align-items: end;
  gap: 10rem;
}

.hero__intro {
  max-width: 102rem;
}

.hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 2.3rem;
  color: rgba(255, 255, 255, .82);
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.hero__eyebrow span {
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  background: #d2a93d;
  box-shadow: 0 0 0 .5rem rgba(210, 169, 61, .18);
}

h1 {
  max-width: 100rem;
  font-size: clamp(4.8rem, 4.8vw, 8.2rem);
  font-weight: 500;
  letter-spacing: -.065em;
  line-height: .95;
  text-wrap: balance;
}

.hero__aside {
  max-width: 42rem;
  padding-bottom: .6rem;
}

.hero__aside p {
  margin-bottom: 3rem;
  color: rgba(255, 255, 255, .8);
  font-size: 1.7rem;
  line-height: 1.6;
}

.hero__link {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  padding-bottom: .8rem;
  border-bottom: .1rem solid rgba(255, 255, 255, .55);
  font-size: 1.5rem;
  font-weight: 600;
}

.hero__link span {
  font-size: 1.8rem;
}

.about-section {
  width: 100%;
  padding: 6rem 5.4rem;
  color: #211d19;
  background: #fff;
}

.about-inner {
  display: grid;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  grid-template-columns: minmax(0, 1.04fr) minmax(46rem, .96fr);
  gap: 6.5rem;
}

.about-copy {
  min-width: 0;
  padding: 1.4rem 0 0;
}

.about-copy h2 {
  margin: 2.4rem 0 3rem;
  font-size: clamp(5rem, 5vw, 7.4rem);
  font-weight: 500;
  letter-spacing: -.065em;
  line-height: .98;
}

.about-copy > p {
  max-width: 72rem;
  margin-bottom: 1.6rem;
  color: #6c665f;
  font-size: 1.7rem;
  line-height: 1.65;
}

.team-block {
  margin-top: 5.2rem;
}

.team-member {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(20rem, 26rem) 1fr;
  gap: 3.2rem;
}

.team-member > img {
  width: 100%;
  height: 26rem;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 72% 25%;
  border-radius: 2.6rem;
}

.team-member-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.team-member-copy span {
  margin-bottom: .7rem;
  color: #a37c25;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.team-member-copy h3 {
  font-size: clamp(2.6rem, 2.2vw, 3.5rem);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: 1.05;
}

.team-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.8rem;
  color: #8b837b;
  font-size: 1.3rem;
}

.team-controls > span strong {
  color: #211d19;
}

.team-controls > div {
  display: flex;
  gap: 1rem;
}

.team-controls button {
  display: grid;
  width: 5rem;
  height: 5rem;
  border: .1rem solid #d6d0c7;
  border-radius: 50%;
  place-items: center;
  color: #a37c25;
  font-size: 2rem;
  background: #fff;
}

.team-controls button:disabled {
  cursor: default;
  opacity: .65;
}

.about-media {
  position: relative;
  align-self: start;
  height: 66rem;
  overflow: hidden;
  border-radius: 2.8rem;
  background: #27221d;
}

.about-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% center;
}

.about-media-caption {
  position: absolute;
  right: 1.8rem;
  bottom: 1.8rem;
  left: 1.8rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.4rem 2.6rem;
  border: .1rem solid rgba(33, 29, 25, .08);
  border-radius: 1.8rem;
  color: #211d19;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(1.2rem);
}

.about-media-caption div {
  display: grid;
  gap: .8rem;
}

.about-media-caption div > span {
  color: #8b837b;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.about-media-caption strong {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}

.about-media-caption small {
  color: #777069;
  font-size: 1.3rem;
  line-height: 1.4;
}

.about-media-caption > a {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 1.2rem;
  padding: 1.3rem 1.5rem 1.3rem 1.8rem;
  border: .1rem solid #d6d0c7;
  border-radius: 10rem;
  font-size: 1.3rem;
  font-weight: 600;
}

.about-media-caption > a span {
  display: grid;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  place-items: center;
  color: #fff;
  background: #211d19;
}

@media (max-width: 1440px) {
  html {
    font-size: 8px;
  }
}

@media (max-width: 900px) {
  .container {
    width: min(88%, 176rem);
  }

  .hero__media img {
    object-position: 64% center;
  }

  .hero__shade {
    background: linear-gradient(180deg, rgba(9, 7, 5, .68) 0%, rgba(9, 7, 5, .14) 38%, rgba(9, 7, 5, .82) 100%);
  }

  .hero__header {
    grid-template-columns: 1fr auto;
    min-height: 8rem;
  }

  .nav {
    display: none;
  }

  .hero__content {
    bottom: 5rem;
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .hero__intro,
  .hero__aside {
    max-width: 74rem;
  }

  h1 {
    font-size: clamp(4.6rem, 9vw, 6.8rem);
  }

  .about-section {
    padding: 7rem 4rem;
  }

  .about-inner {
    grid-template-columns: 1fr;
    gap: 5rem;
  }

  .about-media {
    height: 62rem;
  }
}

@media (max-width: 520px) {
  .brand {
    gap: .9rem;
  }

  .brand img {
    width: 4.8rem;
    height: 5.2rem;
  }

  .brand__text strong {
    font-size: 1.5rem;
  }

  .brand__text small {
    font-size: .8rem;
  }

  .header-cta {
    padding: 1.4rem 1.8rem;
  }

  .hero__eyebrow {
    max-width: 34rem;
    line-height: 1.45;
  }

  .hero__aside p {
    font-size: 1.8rem;
  }

  .about-section {
    padding: 6rem 2rem;
  }

  .about-copy h2 {
    font-size: 4.8rem;
  }

  .about-copy > p {
    font-size: 1.8rem;
  }

  .team-member {
    grid-template-columns: minmax(14rem, 20rem) 1fr;
    gap: 2rem;
  }

  .team-member > img {
    height: 20rem;
  }

  .about-media {
    height: 50rem;
    border-radius: 2rem;
  }

  .about-media-caption {
    align-items: flex-start;
    flex-direction: column;
  }
}
