:root {
  --bg: #050706;
  --bg-soft: #090b0a;
  --ink: #efe2d2;
  --muted: #c8b8a3;
  --dim: #998875;
  --gold: #c79d73;
  --gold-strong: #e0b58a;
  --line: rgba(217, 175, 132, 0.38);
  --card: rgba(15, 16, 14, 0.78);
  --shadow: 0 26px 70px rgba(0, 0, 0, 0.42);
  --page-max: 1440px;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 72% 9%, rgba(123, 75, 44, 0.17), transparent 31rem),
    radial-gradient(circle at 12% 42%, rgba(66, 49, 35, 0.15), transparent 20rem),
    linear-gradient(180deg, #030504 0%, var(--bg) 46%, #070908 100%);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.menu-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

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

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

button {
  font: inherit;
}

.sprite {
  display: none;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  max-width: var(--page-max);
  margin: 0 auto;
  padding: 22px clamp(20px, 5vw, 64px) 0;
}

main {
  width: 100%;
  max-width: var(--page-max);
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  color: var(--ink);
  line-height: 0.86;
}

.brand span {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(42px, 12vw, 62px);
  font-weight: 400;
}

.brand small {
  margin-top: 11px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.52em;
  text-transform: uppercase;
}

.main-nav {
  position: fixed;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(5, auto);
  place-content: center;
  gap: 24px;
  background: rgba(4, 6, 5, 0.96);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity 220ms ease, transform 220ms ease;
}

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

.main-nav a {
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-align: center;
  text-transform: uppercase;
}

.main-nav a:hover {
  color: var(--gold-strong);
}

.nav-icon {
  display: grid;
  justify-self: center;
  place-items: center;
  width: 28px;
  height: 28px;
  line-height: 1;
}

.main-nav .social-text {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.menu-button {
  position: relative;
  z-index: 30;
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-top: 3px;
  border: 1px solid rgba(222, 181, 141, 0.36);
  border-radius: 50%;
  background: rgba(4, 5, 4, 0.42);
  color: var(--ink);
  cursor: pointer;
}

.menu-button span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1px;
  background: currentColor;
  transition: transform 180ms ease;
  transform-origin: center;
}

.menu-button span:first-child {
  transform: translate(-50%, calc(-50% - 4px));
}

.menu-button span + span {
  transform: translate(-50%, calc(-50% + 4px));
}

.menu-button.is-open span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.menu-button.is-open span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 760px;
  padding: 330px clamp(20px, 5vw, 64px) 70px;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(2, 3, 3, 0.15) 0%, rgba(3, 5, 4, 0.34) 36%, #050706 81%),
    linear-gradient(90deg, rgba(3, 4, 4, 0.88) 0%, rgba(3, 4, 4, 0.5) 45%, rgba(3, 4, 4, 0.15) 100%);
  pointer-events: none;
}

.hero-media {
  position: absolute;
  inset: 0;
  height: 55%;
  min-height: 360px;
  opacity: 0.96;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 0;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 390px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.34em;
  line-height: 1.2;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  line-height: 1.05;
}

h1 {
  margin-bottom: 26px;
  font-size: clamp(47px, 12vw, 62px);
}

h1 em {
  display: block;
  margin-top: 3px;
  font-weight: 400;
}

.hero-text {
  max-width: 310px;
  margin-bottom: 32px;
  color: var(--ink);
  line-height: 1.7;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 54px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button svg {
  width: 17px;
  height: 17px;
}

.button-outline {
  padding: 0 29px;
  border: 1px solid var(--gold);
  background: rgba(5, 7, 6, 0.28);
}

.button-outline:hover {
  border-color: var(--gold-strong);
  background: rgba(199, 157, 115, 0.09);
}

.scroll-cue {
  display: none;
}

.about-section {
  display: grid;
  gap: 36px;
  padding: 8px clamp(20px, 5vw, 64px) 62px;
}

.about-photo {
  justify-self: center;
  width: min(69vw, 258px);
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 50%;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-copy h2,
.section-heading h2,
.late-night h2 {
  color: var(--ink);
  font-size: clamp(34px, 9vw, 42px);
}

.about-copy h2 {
  margin-bottom: 22px;
}

.about-copy,
.value-list {
  min-width: 0;
}

.gold-line {
  display: block;
  width: 42px;
  height: 1px;
  margin-bottom: 26px;
  background: var(--gold);
}

.gold-line.centered {
  margin: 12px auto 0;
}

.about-copy p {
  width: 100%;
  max-width: 430px;
  margin-bottom: 0;
  color: var(--muted);
  overflow-wrap: break-word;
}

.value-list {
  display: grid;
  gap: 24px;
}

.value-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 18px;
  align-items: start;
}

.value-item svg {
  width: 30px;
  height: 30px;
  color: var(--gold);
}

.value-item h3 {
  margin: 0 0 5px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.value-item p {
  margin: 0;
  color: var(--dim);
  font-size: 14px;
  line-height: 1.5;
}

.corner-section {
  padding: 8px clamp(20px, 5vw, 64px) 28px;
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 32px;
  text-align: center;
}

.section-heading .eyebrow {
  margin-bottom: 12px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.corner-grid {
  display: grid;
  gap: 18px;
  max-width: 1140px;
  margin: 0 auto;
}

.corner-card {
  display: grid;
  grid-template-rows: minmax(158px, 0.92fr) auto;
  min-height: 278px;
  border: 1px solid rgba(218, 178, 134, 0.26);
  border-radius: 6px;
  background: var(--card);
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
  transition: transform 180ms ease, border-color 180ms ease;
}

.corner-card:hover {
  transform: translateY(-4px);
  border-color: rgba(224, 181, 138, 0.72);
}

.corner-card.accent {
  border-color: var(--gold-strong);
  box-shadow: 0 0 0 1px rgba(224, 181, 138, 0.2), 0 20px 52px rgba(0, 0, 0, 0.3);
}

.corner-card img {
  width: 100%;
  height: 100%;
  min-height: 158px;
  object-fit: cover;
}

.card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 17px 20px;
  background: linear-gradient(180deg, rgba(13, 14, 13, 0.86), rgba(10, 11, 10, 0.96));
}

.card-body strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.card-body small {
  display: block;
  color: var(--muted);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 19px;
  line-height: 1.15;
}

.card-body svg {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  color: var(--gold);
}

.late-night {
  position: relative;
  max-width: 1140px;
  min-height: 308px;
  margin: 0 clamp(20px, 5vw, 64px) 38px;
  border: 1px solid rgba(218, 178, 134, 0.3);
  border-radius: 5px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.late-night::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 5, 4, 0.24), rgba(4, 5, 4, 0.66) 34%, rgba(4, 5, 4, 0.52)),
    radial-gradient(circle at 50% 52%, rgba(177, 119, 72, 0.11), transparent 22rem);
}

.late-night img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 21% center;
}

.late-content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 308px;
  padding: 46px 20px;
  text-align: center;
}

.late-night h2 {
  margin-bottom: 7px;
}

.late-night p {
  margin-bottom: 25px;
  color: var(--ink);
  font-size: 16px;
}

.button-filled {
  width: min(100%, 390px);
  padding: 0 28px;
  border: 1px solid rgba(246, 209, 168, 0.68);
  background: linear-gradient(180deg, #d4ae87, #bf9369);
  color: #090604;
}

.button-filled:hover {
  background: linear-gradient(180deg, #e2bd96, #c89c73);
}

.site-footer {
  display: grid;
  gap: 34px;
  max-width: var(--page-max);
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 64px) 18px;
  color: var(--muted);
}

.footer-social .eyebrow {
  margin-bottom: 17px;
}

.social-links {
  display: flex;
  gap: 25px;
  align-items: center;
}

.social-links a {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: var(--ink);
}

.social-text {
  border: 1px solid rgba(239, 226, 210, 0.72);
  border-radius: 50%;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}

.social-links a:hover,
.footer-links a:hover {
  color: var(--gold-strong);
}

.footer-brand {
  display: grid;
  justify-items: center;
  gap: 9px;
  text-align: center;
}

.monogram {
  display: block;
  width: 66px;
  height: 66px;
  color: var(--ink);
  overflow: visible;
  stroke: currentColor;
  stroke-linecap: butt;
  stroke-linejoin: miter;
}

.monogram-ring {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  opacity: 0.66;
}

.monogram-mark {
  fill: none;
  stroke-width: 1.65;
}

.footer-brand strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.42em;
  line-height: 1;
  text-transform: uppercase;
}

.footer-brand span {
  color: var(--muted);
  font-family: "Great Vibes", "Cormorant Garamond", Georgia, serif;
  font-size: 25px;
  line-height: 1;
}

.footer-links {
  display: grid;
  gap: 11px;
  justify-items: start;
}

.footer-links a {
  color: var(--ink);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.disclaimer {
  margin: 0;
  color: var(--dim);
  font-size: 14px;
  text-align: center;
}

.legal-page {
  min-height: 100vh;
}

.legal-header {
  position: static;
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 0;
}

.legal-main {
  max-width: 980px;
  padding: 132px clamp(20px, 5vw, 64px) 64px;
}

.legal-card {
  border: 1px solid rgba(218, 178, 134, 0.28);
  border-radius: 6px;
  background: rgba(8, 10, 9, 0.78);
  padding: clamp(24px, 5vw, 58px);
  box-shadow: var(--shadow);
}

.legal-card h1 {
  margin-bottom: 12px;
  font-size: clamp(42px, 9vw, 58px);
}

.legal-card h2 {
  margin: 34px 0 10px;
  font-size: clamp(27px, 5vw, 34px);
}

.legal-card p,
.legal-card li {
  color: var(--muted);
}

.legal-card ul {
  margin: 0;
  padding-left: 20px;
}

.legal-card a {
  color: var(--gold-strong);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.legal-updated {
  color: var(--dim);
  font-size: 13px;
}

.legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

@media (min-width: 580px) {
  .hero {
    padding-top: 380px;
  }

  .corner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 760px) {
  .about-section {
    grid-template-columns: minmax(220px, 300px) minmax(280px, 1fr);
    align-items: center;
  }

  .value-list {
    grid-column: 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .late-night {
    margin-left: clamp(20px, 5vw, 64px);
    margin-right: clamp(20px, 5vw, 64px);
  }

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

  .footer-links {
    justify-items: end;
  }

  .disclaimer {
    grid-column: 1 / -1;
  }
}

@media (min-width: 980px) {
  .site-header {
    align-items: flex-start;
    padding-top: 28px;
    padding-left: 50px;
    padding-right: 44px;
  }

  .brand span {
    font-size: 60px;
  }

  .brand small {
    font-size: 16px;
    letter-spacing: 0.5em;
  }

  .menu-button {
    display: none;
  }

  .main-nav {
    position: static;
    display: flex;
    place-content: initial;
    align-items: center;
    gap: 40px;
    width: auto;
    padding-top: 0;
    background: transparent;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .main-nav a {
    font-size: 12px;
    letter-spacing: 0.19em;
  }

  .nav-icon svg {
    width: 23px;
    height: 23px;
  }

  .hero {
    min-height: 505px;
    padding-top: 160px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 44px;
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(3, 4, 4, 0.98) 0%, rgba(3, 4, 4, 0.76) 35%, rgba(3, 4, 4, 0.18) 67%, rgba(3, 4, 4, 0.14) 100%),
      linear-gradient(180deg, rgba(3, 4, 4, 0) 0%, rgba(5, 7, 6, 0) 68%, #050706 100%);
  }

  .hero-media {
    inset: 0 0 auto auto;
    width: 66%;
    height: 500px;
    min-height: 500px;
  }

  .hero-media img {
    object-position: center top;
  }

  .hero-copy {
    max-width: 450px;
  }

  h1 {
    margin-bottom: 24px;
    font-size: 49px;
  }

  .hero-text {
    max-width: 315px;
  }

  .scroll-cue {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 24px;
    display: block;
    width: 1px;
    height: 38px;
    background: rgba(225, 185, 144, 0.36);
  }

  .scroll-cue::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    width: 6px;
    height: 6px;
    border: 1px solid var(--ink);
    border-radius: 50%;
    transform: translateX(-50%);
    background: var(--bg);
  }

  .about-section {
    grid-template-columns: 280px minmax(320px, 1fr) 260px;
    gap: 54px;
    padding: 2px 50px 34px;
  }

  .about-photo {
    width: 255px;
  }

  .about-copy h2 {
    font-size: 36px;
  }

  .section-heading h2,
  .late-night h2 {
    font-size: 32px;
  }

  .value-list {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .corner-section {
    padding: 0 50px 20px;
  }

  .section-heading {
    margin-bottom: 18px;
  }

  .corner-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }

  .corner-card {
    grid-template-rows: 150px auto;
    min-height: 230px;
  }

  .card-body {
    min-height: 80px;
    padding: 17px 14px 15px;
  }

  .card-body small {
    font-size: 16px;
  }

  .late-night {
    min-height: 184px;
    margin: 0 50px 28px;
  }

  .late-content {
    min-height: 184px;
    padding: 24px 20px;
  }

  .late-night p {
    margin-bottom: 22px;
  }

  .site-footer {
    padding: 0 58px 12px;
    row-gap: 12px;
  }
}

@media (min-width: 1140px) {
  .late-night {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 100px);
  }
}
