:root {
  --gold: #b89254;
  --pale: #e7e0d4;
}
* {
  box-sizing: border-box;
}
html {
  background: #050505;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--pale);
  background: radial-gradient(
    circle at 50% 20%,
    #19160f,
    #090807 44%,
    #030303 85%
  );
  font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
.site-shell {
  width: min(60vw, 1900px);
  min-width: 980px;
  margin: auto;
  background: #080807;
  box-shadow: 0 0 70px #000;
}
.masthead {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3.5%;
  border-bottom: 1px solid rgba(184, 146, 84, 0.75);
  background: #040404;
  position: relative;
  z-index: 20;
}
.brand {
  width: clamp(150px, 13vw, 245px);
  height: 74px;
}
.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.masthead nav {
  height: 100%;
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 42px);
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.18em;
}
.masthead nav > a,
.dropdown > a {
  height: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  color: #d8d2c8;
}
.masthead nav > a:hover,
.dropdown:hover > a,
.submenu a:hover,
.is-current {
  color: var(--gold) !important;
}
.dropdown {
  height: 100%;
  position: relative;
}
.submenu {
  display: none;
  position: absolute;
  left: 50%;
  top: 83px;
  transform: translateX(-50%);
  min-width: 230px;
  padding: 12px 0;
  background: rgba(5, 5, 5, 0.98);
  border-top: 1px solid var(--gold);
  box-shadow: 0 18px 28px #000;
}
.dropdown:hover .submenu,
.dropdown:focus-within .submenu {
  display: block;
}
.submenu a {
  display: block;
  padding: 11px 20px;
  font-size: 10px;
  letter-spacing: 0.13em;
  border-bottom: 1px solid rgba(184, 146, 84, 0.13);
}
.hero {
  aspect-ratio: 1900/685;
  position: relative;
  overflow: hidden;
}
.hero:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  z-index: 5;
  background: linear-gradient(
    90deg,
    #050505,
    #17130c 18%,
    rgba(184, 146, 84, 0.42) 43%,
    var(--gold)
  );
}
.hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.9) 0,
    rgba(0, 0, 0, 0.65) 31%,
    rgba(0, 0, 0, 0.12) 64%,
    transparent 100%
  );
}
.hero-copy {
  position: absolute;
  left: 8%;
  width: 42%;
  top: 50%;
  transform: translateY(-50%);
}
.hero-copy p,
.intro > span {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.48em;
}
h1,
h2 {
  font-family: Georgia, serif;
  font-weight: 400;
}
h1 {
  margin: 0;
  font-size: clamp(42px, 4.1vw, 78px);
}
.hero-copy span {
  display: block;
  margin-top: 12px;
  color: #c6bdb0;
  font:
    italic clamp(15px, 1.25vw, 24px) Georgia,
    serif;
}
.intro {
  text-align: center;
  padding: 80px 14% 66px;
}
.intro h2 {
  margin: 0;
  font-size: clamp(28px, 2.2vw, 42px);
}
.intro p {
  max-width: 760px;
  margin: auto;
  color: #aaa39a;
  font:
    16px/1.9 Georgia,
    serif;
}
.divider {
  width: 150px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 27px auto;
  position: relative;
}
.divider i {
  position: absolute;
  width: 7px;
  height: 7px;
  border: 1px solid var(--gold);
  transform: rotate(45deg);
  left: calc(50% - 4px);
  top: -3px;
  background: #080807;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  padding: 0 4.2% 70px;
  scroll-margin-top: 20px;
}
.work[hidden] {
  display: none;
}
.work {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  border: 1px solid rgba(184, 146, 84, 0.65);
  padding: 0;
  background: #111;
  color: #fff;
  cursor: pointer;
}
.work img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.8) contrast(1.06);
  transition: 0.7s;
}
.work:hover img {
  transform: scale(1.035);
}
.shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.92));
}
.work b {
  position: absolute;
  top: 17px;
  left: 18px;
  color: #d3ae70;
  font:
    11px Georgia,
    serif;
  letter-spacing: 0.25em;
}
.work em {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 35px;
  text-align: left;
  font:
    italic 18px Georgia,
    serif;
}
.work small {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 17px;
  text-align: left;
  color: #bdb4a8;
  font-size: 8px;
  letter-spacing: 0.08em;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 0 4% 76px;
}
.pagination button {
  min-width: 42px;
  height: 42px;
  padding: 0 13px;
  border: 1px solid rgba(184, 146, 84, 0.48);
  background: transparent;
  color: #b9b0a4;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 0.16em;
  cursor: pointer;
}
.pagination button.active {
  color: #f0dfc1;
  border-color: var(--gold);
  background: rgba(184, 146, 84, 0.12);
}
.pagination button:disabled {
  opacity: 0.3;
}
.pagination span {
  width: 26px;
  height: 1px;
  background: var(--gold);
}
.closing {
  text-align: center;
  padding: 42px 10% 76px;
}
.closing p {
  font:
    italic 25px Georgia,
    serif;
  margin: 0 0 12px;
}
.closing span {
  font-size: 11px;
  letter-spacing: 0.13em;
  color: #aaa;
}
footer {
  position: relative;
  aspect-ratio: 1900/300;
  overflow: hidden;
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid rgba(184, 146, 84, 0.6);
}
footer > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 43%;
}
.footer-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.82),
    rgba(0, 0, 0, 0.55),
    rgba(0, 0, 0, 0.25)
  );
}
.footer-copy {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.footer-copy > span {
  width: 39px;
  height: 39px;
  border: 1px solid var(--gold);
  color: var(--gold);
  display: grid;
  place-items: center;
  font:
    27px Georgia,
    serif;
  transform: rotate(45deg) scale(0.8);
}
.footer-copy p {
  font:
    italic 18px Georgia,
    serif;
}
.copyright {
  margin: 0;
  padding: 23px;
  text-align: center;
  color: #777;
  background: #030303;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.copyright span {
  color: #a88856;
  margin-left: 8px;
}
.lightbox[hidden] {
  display: none;
}
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.96);
  padding: 5vh 5vw;
}
.lightbox img {
  max-width: 88vw;
  max-height: 80vh;
  object-fit: contain;
}
.lightbox p {
  font:
    italic 16px Georgia,
    serif;
}
.lightbox button {
  position: fixed;
  right: 35px;
  top: 22px;
  color: #ddd;
  background: transparent;
  border: 0;
  font-size: 42px;
}
@media (max-width: 1100px) {
  .site-shell {
    width: 100%;
    min-width: 0;
  }
  .masthead {
    height: auto;
    min-height: 76px;
    flex-wrap: wrap;
    padding: 14px 4%;
  }
  .masthead nav {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .submenu {
    top: 30px;
  }
}
@media (max-width: 760px) {
  .masthead {
    justify-content: center;
  }
  .masthead nav {
    justify-content: center;
    font-size: 9px;
  }
  .hero {
    min-height: 330px;
  }
  .hero-copy {
    left: 6%;
    width: 55%;
  }
  .intro {
    padding: 58px 8% 48px;
  }
  .gallery {
    grid-template-columns: 1fr 1fr;
  }
  .footer-copy {
    flex-direction: column;
    gap: 3px;
    text-align: center;
  }
}
@media (max-width: 520px) {
  .gallery {
    grid-template-columns: 1fr;
  }
}
