:root {
  --ink: #0d0c0a;
  --gold: #c28a2c;
  --cream: #f1eee7;
  --paper: #f8f6f1;
  --muted: #706b62;
}

body {
  background: var(--paper);
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  height: 136px;
  padding: 16px 4.5vw 0;
  border: 0;
  background: linear-gradient(to bottom, rgba(247, 240, 227, .96), rgba(247, 240, 227, .72) 62%, transparent);
  color: var(--ink);
}

.site-header .logo-link img {
  filter: none;
  width: 335px;
  max-height: 98px;
}

.site-header nav {
  gap: 40px;
  font-size: 12px;
  letter-spacing: .17em;
}

.site-header nav a {
  position: relative;
  padding: 12px 0;
  opacity: .8;
  transition: color .2s ease, opacity .2s ease;
}

.site-header nav a::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform .25s ease;
}

.site-header nav a:hover {
  color: #8e6118;
  opacity: 1;
}

.site-header nav a:hover::after,
.site-header nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.site-header .button.compact {
  border: 1px solid var(--ink);
  background: rgba(247, 240, 227, .72);
  color: var(--ink);
  padding: 15px 19px;
  font-size: 11px;
}

.hero {
  position: relative;
  display: grid;
  min-height: 92vh;
  place-items: end start;
  overflow: hidden;
  background: #080706;
  color: #fff;
}

.hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  min-height: 0;
  background-position: center;
}

.hero-media video {
  object-fit: cover;
}

.hero-media::after {
  background:
    linear-gradient(90deg, rgba(43, 33, 24, .78) 0%, rgba(43, 33, 24, .38) 52%, rgba(43, 33, 24, .08) 100%),
    linear-gradient(0deg, rgba(43, 33, 24, .76) 0%, transparent 58%);
}

.hero-copy {
  position: relative;
  z-index: 4;
  max-width: 760px;
  padding: 180px 6vw 6vh;
}

.hero .eyebrow {
  color: #fff;
  opacity: .76;
}

.hero h1 {
  max-width: 610px;
  margin: 14px 0 20px;
  color: var(--cream);
  font-family: Georgia, serif;
  font-size: clamp(34px, 3.15vw, 49px);
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: 1;
}

.hero h1 em {
  color: #e0a53d;
  font-style: italic;
  font-weight: 400;
}

.hero .lead {
  max-width: 620px;
  color: rgba(247, 240, 227, .86);
  font: 400 clamp(15px, 1.15vw, 17px)/1.55 Georgia, serif;
}

.hero .actions {
  margin: 24px 0 26px;
}

.hero .actions > a:last-child {
  color: #fff;
}

.hero .credentials {
  max-width: 620px;
  border-color: rgba(255, 255, 255, .27);
}

.hero .credentials span {
  color: rgba(255, 255, 255, .7);
}

.hero .credentials b {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}

.crosshair {
  display: none;
}

.media-label {
  right: 4.5vw;
  bottom: 4.5vw;
  left: auto;
  align-items: end;
  text-align: right;
  opacity: .7;
}

.media-label b {
  font-size: 9px;
}

.media-label span {
  font-size: 11px;
}

.rail {
  justify-content: center;
  padding: 18px 6vw;
  background: #2b2118;
  color: var(--cream);
}

.rail b {
  color: var(--gold);
}

.section {
  padding: 120px 6vw;
}

.section h2,
.split h2,
.section > h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(34px, 3.15vw, 49px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: .98;
}

.section h2 em {
  color: inherit;
  font-style: normal;
}

.intro {
  background: var(--paper);
}

.intro .split {
  align-items: start;
}

.three,
.four,
.cards {
  gap: 0;
  background: transparent;
}

.three article,
.four article {
  border-top: 1px solid #cfcac0;
  background: transparent;
}

#services {
  padding-right: 0;
  padding-left: 0;
  background: #2b2118;
}

#services > .eyebrow,
#services > .heading {
  margin-right: 6vw;
  margin-left: 6vw;
}

.dark .cards {
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: #25231f;
}

.dark .cards article {
  position: relative;
  min-height: 690px;
  padding: 0;
  overflow: hidden;
  background: #15130f;
}

.cards .visual {
  position: absolute;
  inset: 0;
  height: auto;
  margin: 0;
  transition: transform .7s ease;
}

.cards .visual::after {
  inset: 0;
  border: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, .86), rgba(0, 0, 0, .05) 68%);
  transform: none;
}

.cards article:hover .visual {
  transform: scale(1.025);
}

.cards article > b,
.cards article > h3,
.cards article > p {
  position: relative;
  z-index: 2;
  display: block;
  margin-right: 38px;
  margin-left: 38px;
}

.cards article > b {
  margin-top: 465px;
  color: #e5b866;
}

.cards h3 {
  margin-top: 16px;
  margin-bottom: 10px;
  color: #fff;
  font: 700 clamp(27px, 2.4vw, 39px)/1.05 Arial, Helvetica, sans-serif;
  letter-spacing: -.035em;
}

.cards article > p {
  max-width: 520px;
  color: rgba(255, 255, 255, .72);
}

.gallery-trigger {
  position: relative;
  z-index: 2;
  margin: 8px 38px 0;
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  background: transparent;
  color: #fff;
  cursor: pointer;
  font: 800 10px/1 Arial, Helvetica, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.gallery-trigger span {
  display: inline-block;
  margin-left: 8px;
  color: var(--gold);
  transition: transform .2s ease;
}

.gallery-trigger:hover span,
.gallery-trigger:focus-visible span {
  transform: translate(3px, -3px);
}

.gallery-open {
  overflow: hidden;
}

.gallery-lightbox {
  width: 100vw;
  max-width: none;
  height: 100vh;
  max-height: none;
  margin: 0;
  padding: 24px clamp(18px, 3vw, 46px);
  border: 0;
  background: #15110d;
  color: #fff;
}

.gallery-lightbox::backdrop {
  background: rgba(0, 0, 0, .9);
}

.gallery-bar {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 30px;
  min-height: 76px;
}

.gallery-bar .eyebrow {
  margin-bottom: 7px;
}

.gallery-bar h2 {
  margin: 0;
  font: 600 clamp(23px, 2.2vw, 36px)/1 Georgia, serif;
}

.gallery-close {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font: 300 32px/1 Arial, Helvetica, sans-serif;
}

.gallery-stage {
  position: relative;
  display: grid;
  height: calc(100vh - 205px);
  min-height: 300px;
  grid-template-columns: 54px minmax(0, 1fr) 54px;
  align-items: center;
  gap: 18px;
}

.gallery-image {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
}

.gallery-arrow {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  background: rgba(0, 0, 0, .18);
  color: #fff;
  cursor: pointer;
  font-size: 22px;
}

.gallery-close:hover,
.gallery-arrow:hover,
.gallery-close:focus-visible,
.gallery-arrow:focus-visible {
  border-color: var(--gold);
  color: var(--gold);
}

.gallery-counter {
  position: absolute;
  right: 72px;
  bottom: 10px;
  margin: 0;
  padding: 7px 10px;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  font-size: 11px;
  letter-spacing: .12em;
}

.gallery-thumbnails {
  display: flex;
  height: 72px;
  justify-content: center;
  gap: 8px;
  overflow-x: auto;
  padding-top: 10px;
}

.gallery-thumbnails button {
  width: 88px;
  flex: 0 0 88px;
  padding: 0;
  border: 2px solid transparent;
  background: transparent;
  cursor: pointer;
  opacity: .55;
}

.gallery-thumbnails button.active {
  border-color: var(--gold);
  opacity: 1;
}

.gallery-thumbnails img {
  display: block;
  width: 100%;
  height: 58px;
  object-fit: cover;
}

#partners {
  background: var(--paper);
}

.audiences span {
  border-color: #c9c4ba;
  font-size: 12px;
  letter-spacing: .12em;
}

.pricing {
  background: #2b2118;
  color: #fff;
}

.pricing .heading p {
  color: #cbbfb1;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 65px;
  background: #5a4b3d;
}

.pricing-grid article {
  display: flex;
  min-height: 520px;
  flex-direction: column;
  padding: 32px;
  background: #34291f;
}

.pricing-grid article > div > b {
  color: var(--gold);
  font-size: 10px;
  letter-spacing: .14em;
}

.pricing-grid h3 {
  min-height: 76px;
  margin: 16px 0 0;
  color: #fff;
  font: 600 27px/1.08 Georgia, serif;
}

.pricing-grid .price {
  display: flex;
  min-height: 110px;
  align-items: end;
  gap: 10px;
  margin: 12px 0 25px;
  color: #fff;
  font: 600 clamp(46px, 4vw, 66px)/1 Georgia, serif;
}

.pricing-grid .price span {
  margin-bottom: 7px;
  color: #cbbfb1;
  font: 800 9px/1 Arial, Helvetica, sans-serif;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.pricing-grid .custom-price {
  align-items: end;
  color: var(--gold);
  font-size: 38px;
}

.pricing-grid ul {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.pricing-grid li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  color: #d5cbbf;
  font-size: 13px;
  line-height: 1.45;
}

.pricing-grid li::before {
  margin-right: 8px;
  color: var(--gold);
  content: "—";
}

.pricing-grid article > a {
  width: fit-content;
  margin-top: auto;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--gold);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pricing-note {
  max-width: 960px;
  margin: 28px 0 0;
  color: #a99d90 !important;
  font-size: 11px;
}

.process {
  background: #ddd8cf;
}

.about {
  background: #2b2118;
}

.request {
  background: var(--paper);
}

.request input,
.request textarea,
.request select {
  border-color: #999186;
}

.request select {
  width: 100%;
  padding: 12px 28px 12px 0;
  border-width: 0 0 1px;
  border-style: solid;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font: 16px Arial, Helvetica, sans-serif;
}

.request > div > p:last-child {
  margin-top: 30px;
  color: var(--ink);
}

.request > div > p:last-child a {
  display: inline-block;
  margin-top: 5px;
  border-bottom: 1px solid var(--gold);
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-status {
  margin: 0;
  padding: 14px 16px;
  border-left: 4px solid var(--gold);
  background: #ebe2d3;
  color: var(--ink) !important;
  font-size: 14px;
}

.form-status.error {
  border-color: #8d3d2f;
}

.request .form-consent {
  display: flex;
  grid-template-columns: none;
  align-items: start;
  gap: 10px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.5;
  text-transform: none;
}

.request .form-consent input {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin: 0;
}

.request .form-consent a {
  border-bottom: 1px solid var(--gold);
}

.button {
  background: var(--gold);
  transition: background .2s ease, color .2s ease;
}

.button:hover {
  background: #fff;
  color: #111;
}

footer {
  background: #211911;
}

.footer-grid strong {
  color: #fff;
}

.footer-grid a:not(.footer-logo) {
  display: inline-block;
  margin-top: 7px;
  border-bottom: 1px solid var(--gold);
  color: #fff;
}

.footer-legal {
  display: flex;
  gap: 24px;
  margin-bottom: 22px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.footer-legal a {
  padding-bottom: 5px;
  border-bottom: 1px solid #6b5948;
}

.legal-page {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 190px;
  padding-bottom: 120px;
}

.legal-page > h1 {
  margin: 14px 0 55px;
  font-size: clamp(44px, 6vw, 78px);
}

.legal-content {
  max-width: 780px;
}

.legal-content h2 {
  margin: 45px 0 12px;
  font: 600 28px/1.1 Georgia, serif;
}

.legal-content p {
  color: var(--muted);
  line-height: 1.75;
}

.legal-content a {
  border-bottom: 1px solid var(--gold);
  color: var(--ink);
}

footer .footer-logo {
  width: fit-content;
  padding: 0;
  background: transparent;
}

footer .footer-logo img {
  width: 285px;
  max-height: 90px;
  filter: brightness(0) invert(1);
  opacity: .94;
}

@media (max-width: 900px) {
  .site-header {
    height: 112px;
    padding-top: 12px;
  }

  .hero {
    min-height: 820px;
  }

  .hero-copy {
    padding: 145px 6vw 55px;
  }

  .legal-page {
    padding-top: 145px;
  }

  .dark .cards {
    grid-template-columns: 1fr;
  }

  .pricing-grid {
    grid-template-columns: 1fr 1fr;
  }

  .dark .cards article {
    min-height: 620px;
  }

  .cards article > b {
    margin-top: 400px;
  }
}

@media (max-width: 600px) {
  .site-header .logo-link img {
    width: 245px;
    max-height: 76px;
  }

  .hero {
    min-height: 760px;
  }

  .hero-media video {
    object-position: center;
  }

  .hero-copy {
    padding-top: 130px;
  }

  .hero h1 {
    font-size: clamp(31px, 8vw, 40px);
  }

  .section h2,
  .split h2,
  .section > h2 {
    font-size: clamp(31px, 8vw, 40px);
  }

  .hero .lead {
    font-size: 16px;
  }

  .hero .actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero .credentials {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .hero .credentials b {
    font-size: 16px;
  }

  .media-label {
    display: none;
  }

  .rail {
    gap: 5px;
    text-align: center;
  }

  .section {
    padding: 82px 6vw;
  }

  .dark .cards article {
    min-height: 570px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-grid article {
    min-height: 0;
  }

  .pricing-grid h3 {
    min-height: 0;
  }

  .cards article > b {
    margin-top: 350px;
  }

  .cards article > b,
  .cards article > h3,
  .cards article > p {
    margin-right: 24px;
    margin-left: 24px;
  }

  .gallery-trigger {
    margin-right: 24px;
    margin-left: 24px;
  }

  .gallery-lightbox {
    padding: 16px 12px;
  }

  .gallery-bar {
    min-height: 88px;
  }

  .gallery-stage {
    height: calc(100vh - 190px);
    grid-template-columns: 1fr;
    gap: 0;
  }

  .gallery-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    background: rgba(0, 0, 0, .55);
    transform: translateY(-50%);
  }

  .gallery-arrow.previous {
    left: 8px;
  }

  .gallery-arrow.next {
    right: 8px;
  }

  .gallery-counter {
    right: 10px;
  }

  .gallery-thumbnails {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cards .visual {
    transition: none;
  }
}
