:root {
  --black: #080808;
  --ink: #0e0d0c;
  --gold: #d7b26d;
  --gold-light: #f0d59b;
  --muted: #aaa096;
  --line: rgba(215, 178, 109, 0.28);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: Montserrat, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--black);
  color: #eee9df;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
}
a {
  color: inherit;
  text-decoration: none;
}
.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  height: 86px;
  padding: 0 clamp(24px, 5vw, 78px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(215, 178, 109, 0.13);
  background: rgba(8, 8, 8, 0.82);
  backdrop-filter: blur(14px);
}
.wordmark {
  display: flex;
  align-items: center;
  gap: 17px;
  color: var(--gold);
  font-family: var(--serif);
}
.wordmark img {
  width: 68px;
  height: 64px;
  object-fit: contain;
  opacity: 0.9;
}
.wordmark span {
  font-family: var(--sans);
  font-style: normal;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.site-header nav {
  display: flex;
  gap: 35px;
}
.site-header nav a {
  color: #c9c2b7;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: 0.25s;
}
.site-header nav a:hover {
  color: var(--gold-light);
}
.menu-button {
  display: none;
  background: none;
  border: 0;
  padding: 8px;
}
.menu-button span {
  display: block;
  width: 25px;
  height: 1px;
  background: var(--gold);
  margin: 7px 0;
}
.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  padding: 130px clamp(24px, 8vw, 130px) 110px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(8, 8, 8, 1) 5%,
    rgba(8, 8, 8, 0.93) 48%,
    rgba(23, 16, 8, 0.45) 100%
  );
}
.hero-glow {
  position: absolute;
  width: 60vw;
  height: 60vw;
  right: -18vw;
  top: 0;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(215, 178, 109, 0.16),
    transparent 66%
  );
  filter: blur(15px);
}
.hero-copy,
.hero-mark,
.hero-jewel,
.scroll {
  position: relative;
  z-index: 2;
}
.eyebrow {
  margin: 0 0 24px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.hero h1,
.section h2 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.035em;
}
.hero h1 {
  margin: 0;
  font-size: clamp(62px, 7vw, 108px);
}
em {
  color: var(--gold-light);
  font-weight: 400;
}
.lead {
  max-width: 590px;
  margin: 35px 0;
  color: #bcb4aa;
  font-size: 17px;
}
.hero-copy {
  max-width: 900px;
  margin: 85px auto;
  text-align: center;
}
.hero-copy .lead {
  margin-inline: auto;
}
.hero-copy .actions {
  justify-content: center;
}
.actions {
  display: flex;
  gap: 15px;
  margin-top: 42px;
}
.button {
  min-height: 51px;
  padding: 14px 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: 0.25s;
}
.button.primary {
  background: var(--gold);
  color: #15110a;
  border: 1px solid var(--gold);
}
.button.primary:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
}
.button.ghost {
  border: 1px solid var(--line);
  color: #e4dac9;
}
.button.ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
}
.hero-mark {
  justify-self: center;
  position: relative;
}
.hero-mark:before {
  display: none;
}
.hero-mark img {
  display: block;
  width: min(72vw, 560px);
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.05);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.55);
}
.hero-jewel {
  margin: 0;
  width: min(72vw, 560px);
}
.hero-jewel img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
  border: 1px solid rgba(215, 178, 109, 0.42);
}
.hero-jewel figcaption {
  margin-top: 14px;
  text-align: center;
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 22px;
  font-style: italic;
  line-height: 1.1;
}
.hero-mark .hero-portrait {
  outline: 1px solid rgba(215, 178, 109, 0.55);
  outline-offset: 9px;
}
.scroll {
  position: absolute;
  left: clamp(24px, 8vw, 130px);
  bottom: 28px;
  color: #8f877d;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.scroll span {
  color: var(--gold);
  font-size: 18px;
  margin-left: 10px;
}
.section {
  position: relative;
  padding: clamp(90px, 12vw, 180px) clamp(24px, 8vw, 130px);
}
.section-number {
  position: absolute;
  top: 50px;
  left: clamp(24px, 5vw, 78px);
  color: #655a49;
  font-family: var(--serif);
  font-size: 18px;
}
.story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(50px, 8vw, 130px);
  background: #0c0b0a;
}
.section h2 {
  margin: 0;
  font-size: clamp(48px, 5.7vw, 86px);
}
.story-copy {
  padding-top: 50px;
  max-width: 570px;
  color: #b9b1a6;
}
.story-copy p:first-child:first-letter {
  float: left;
  margin: 8px 10px 0 0;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 68px;
  line-height: 0.65;
}
.signature {
  margin-top: 45px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 21px;
  font-style: italic;
}
.gallery {
  background: #080808;
  border-top: 1px solid var(--line);
}
.gallery-heading {
  max-width: 920px;
  margin: 0 auto 70px;
  text-align: center;
}
.editorial-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(520px, 62vw) minmax(320px, 43vw);
  gap: 18px;
  max-width: 820px;
  margin: 0 auto;
}
.editorial-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #12100d;
}
.editorial-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgba(0, 0, 0, 0.78));
  pointer-events: none;
}
.editorial-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.editorial-card:hover img {
  transform: scale(1.025);
}
.editorial-card figcaption {
  position: absolute;
  z-index: 2;
  left: 28px;
  right: 28px;
  bottom: 22px;
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: clamp(22px, 2.2vw, 34px);
  font-style: italic;
  line-height: 1.15;
}
.card-portrait {
  grid-row: auto;
}
.card-product-one img {
  object-position: center 48%;
}
.card-product-two img {
  object-position: center;
}
.selection {
  background: var(--black);
}
.selection-intro {
  text-align: center;
}
.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1150px;
  margin: 90px auto 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.principles article {
  padding: 42px 38px 48px;
  border-right: 1px solid var(--line);
}
.principles article:last-child {
  border: 0;
}
.principles article > span {
  color: #6e604c;
  font-family: var(--serif);
  font-size: 16px;
}
.principles h3 {
  margin: 22px 0 10px;
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
}
.principles p {
  margin: 0;
  color: #a69e93;
  font-size: 14px;
}
.brands {
  padding: 60px clamp(24px, 7vw, 110px);
  text-align: center;
  border-block: 1px solid var(--line);
  background: #0d0c0a;
}
.brands p {
  margin: 0 0 28px;
  color: #82796e;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.brands div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px clamp(25px, 4vw, 65px);
}
.brands span {
  color: #cbb98f;
  font-family: var(--serif);
  font-size: clamp(25px, 2.5vw, 38px);
  font-style: italic;
}
.contact {
  text-align: center;
  overflow: hidden;
}
.contact:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at center,
    rgba(215, 178, 109, 0.1),
    transparent 44%
  );
}
.contact > * {
  position: relative;
}
.monogram {
  margin-bottom: 25px;
  color: rgba(215, 178, 109, 0.2);
}
.monogram img {
  display: block;
  width: 150px;
  height: auto;
  margin: 0 auto;
  opacity: 0.28;
}
.contact p:not(.eyebrow) {
  max-width: 600px;
  margin: 35px auto;
  color: #a69e93;
}
.centered {
  justify-content: center;
}
footer {
  min-height: 115px;
  padding: 35px clamp(24px, 5vw, 78px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid var(--line);
  color: #777068;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  flex-wrap: wrap;
}
footer a {
  color: var(--gold);
}
footer .site-notice {
  flex: 0 0 100%;
  max-width: 920px;
  margin: 0 auto;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: #8e877f;
  font-size: 11px;
  line-height: 1.65;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: none;
}
@media (max-width: 800px) {
  .site-header {
    height: 72px;
  }
  .site-header nav {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 10px 24px 25px;
    background: #0a0908;
    border-bottom: 1px solid var(--line);
  }
  .site-header nav.open {
    display: flex;
  }
  .site-header nav a {
    padding: 14px 0;
  }
  .menu-button {
    display: block;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 105px;
  }
  .hero-copy {
    order: 2;
    margin: 62px auto;
  }
  .hero-mark {
    order: 1;
    justify-self: center;
  }
  .hero-mark img {
    width: min(84vw, 390px);
  }
  .hero-jewel {
    order: 3;
    justify-self: center;
    width: min(84vw, 390px);
  }
  .hero-jewel img {
    width: 100%;
    height: auto;
  }
  .wordmark img {
    width: 58px;
    height: 52px;
  }
  .hero h1 {
    font-size: clamp(54px, 16vw, 77px);
  }
  .lead {
    font-size: 16px;
  }
  .scroll {
    display: none;
  }
  .actions {
    flex-direction: column;
    align-items: stretch;
  }
  .story {
    grid-template-columns: 1fr;
  }
  .story-copy {
    padding-top: 0;
  }
  .gallery-heading {
    margin-bottom: 42px;
    text-align: left;
  }
  .editorial-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 14px;
  }
  .editorial-card,
  .card-portrait {
    grid-row: auto;
    min-height: 390px;
  }
  .card-product-two {
    min-height: 300px;
  }
  .principles {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }
  .principles article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding-inline: 12px;
  }
  .principles article:last-child {
    border-bottom: 0;
  }
  footer {
    flex-direction: column;
    text-align: center;
  }
  .wordmark span {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
