:root {
  --onyx: #0A0A0A;
  --umber: #2B2724;
  --ash: #6E655C;
  --stone: #B8AFA4;
  --linen: #EDE9E4;
  --font: "Archivo", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background: var(--onyx);
  color: var(--linen);
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--stone); }

.wordmark {
  font-weight: 300;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
  text-transform: uppercase;
  font-size: 0.85rem;
}
.label {
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 0.7rem;
  color: var(--ash);
  margin-bottom: 1rem;
}
.fine { font-size: 0.75rem; color: var(--ash); margin-top: 1rem; }

.top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid var(--umber);
  position: sticky;
  top: 0;
  background: var(--onyx);
  z-index: 20;
}
.menu-toggle {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0.5rem;
  margin: -0.5rem;
  cursor: pointer;
  color: var(--linen);
  z-index: 30;
}
.menu-bars,
.menu-bars::before,
.menu-bars::after {
  display: block;
  width: 1.35rem;
  height: 1px;
  background: currentColor;
}
.menu-bars {
  position: relative;
}
.menu-bars::before,
.menu-bars::after {
  content: "";
  position: absolute;
  left: 0;
}
.menu-bars::before { top: -6px; }
.menu-bars::after { top: 6px; }
.menu-toggle.is-open .menu-bars {
  background: transparent;
}
.menu-toggle.is-open .menu-bars::before {
  top: 0;
  transform: rotate(45deg);
}
.menu-toggle.is-open .menu-bars::after {
  top: 0;
  transform: rotate(-45deg);
}
.nav {
  position: fixed;
  inset: 0;
  background: var(--onyx);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.75rem;
  padding: 5rem 1.5rem;
  font-size: 1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 300;
  z-index: 25;
}
.nav[hidden] { display: none !important; }
.nav a { color: var(--linen); }
.nav a:hover { color: var(--stone); }
body.nav-open { overflow: hidden; }

.hero, .available, .how, .contact, .foot {
  padding: 5rem 1.5rem;
  max-width: 72rem;
  margin: 0 auto;
}
.hero h1 {
  font-weight: 300;
  font-size: clamp(2.8rem, 10vw, 5.5rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
}
.lede {
  font-size: 1.15rem;
  color: var(--stone);
  margin-bottom: 1rem;
  max-width: 28rem;
}
.sub { color: var(--ash); max-width: 32rem; margin-bottom: 2rem; }

.cta-row { display: flex; flex-wrap: wrap; gap: 1.25rem; align-items: baseline; }
.cta {
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.85rem;
  border-bottom: 1px solid var(--linen);
  padding-bottom: 0.15rem;
}
.cta-ghost {
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: var(--stone);
  border-bottom: 1px solid var(--ash);
  padding-bottom: 0.15rem;
}

.strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 3rem 1.5rem;
  border-top: 1px solid var(--umber);
  border-bottom: 1px solid var(--umber);
  max-width: 72rem;
  margin: 0 auto;
  color: var(--stone);
}
@media (min-width: 768px) {
  .strip { grid-template-columns: repeat(3, 1fr); gap: 3rem; }
}

.available h2, .how h2, .contact h2 {
  font-weight: 300;
  font-size: clamp(2rem, 5vw, 3rem);
  margin-bottom: 0.75rem;
}
.note { color: var(--ash); margin-bottom: 2.5rem; max-width: 36rem; }

.listings {
  list-style: none;
  display: grid;
  gap: 0;
}
.listings li {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.35rem;
  padding: 1.75rem 0;
  border-top: 1px solid var(--umber);
}
@media (min-width: 700px) {
  .listings li {
    grid-template-columns: 1.2fr 0.6fr 1fr 1fr 1.2fr;
    align-items: baseline;
    gap: 1rem;
  }
}
.yacht { font-weight: 600; font-size: 1.35rem; }
.price { font-weight: 700; font-variant-numeric: tabular-nums; font-size: 1.2rem; }
.meta, .detail, .status { color: var(--ash); font-size: 0.9rem; }
.status { text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.7rem; font-weight: 600; color: var(--stone); }
.apa { margin-top: 1.5rem; color: var(--ash); font-size: 0.85rem; }

.how ol { list-style: none; margin-top: 2.5rem; }
.how li {
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 1rem;
  padding: 1.75rem 0;
  border-top: 1px solid var(--umber);
}
.num { font-weight: 300; font-size: 2rem; color: var(--ash); line-height: 1; }
.how h3 { font-weight: 600; font-size: 1.1rem; margin-bottom: 0.35rem; }
.how p { color: var(--ash); max-width: 36rem; }

.contact .partner {
  margin-top: 3rem;
  font-weight: 600;
  line-height: 1.5;
}
.contact .partner span { font-weight: 400; color: var(--ash); font-size: 0.9rem; }

.foot {
  border-top: 1px solid var(--umber);
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: var(--ash);
}
.foot .wordmark { color: var(--linen); margin-bottom: 0.75rem; }

.team {
  padding: 5rem 1.5rem;
  max-width: 72rem;
  margin: 0 auto;
}
.team h2 {
  font-weight: 300;
  font-size: clamp(2rem, 5vw, 3rem);
  margin-bottom: 2rem;
}
.people {
  list-style: none;
  display: grid;
  gap: 0;
}
.people li {
  padding: 1.75rem 0;
  border-top: 1px solid var(--umber);
}
.people .name {
  font-weight: 600;
  font-size: 1.15rem;
  margin-bottom: 0.35rem;
}
.people .role {
  color: var(--ash);
  font-size: 0.9rem;
}

.person {
  display: grid;
  gap: 1rem;
  align-items: center;
}
.person--photo {
  grid-template-columns: 5.5rem 1fr;
}
.person-photo {
  width: 5.5rem;
  height: 5.5rem;
  object-fit: cover;
  display: block;
  filter: grayscale(1);
  border-radius: 0;
}
.person-copy .name {
  font-weight: 600;
  font-size: 1.15rem;
  margin-bottom: 0.35rem;
}
.person-copy .role {
  color: var(--ash);
  font-size: 0.9rem;
}
@media (min-width: 700px) {
  .person--photo {
    grid-template-columns: 7rem 1fr;
  }
  .person-photo {
    width: 7rem;
    height: 7rem;
  }
}
