:root {
  color-scheme: dark;
  --bg: #101317;
  --panel: #191e24;
  --panel-soft: #20252b;
  --text: #f2f0e9;
  --muted: #b6bac0;
  --gold: #ecc981;
  --line: rgba(232, 229, 215, .16);
  --max: 1320px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
  cursor: pointer;
}

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

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

figure,
h1,
h2,
h3,
p {
  margin: 0;
}

::selection {
  background: var(--gold);
  color: #161616;
}

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 5px;
}

.container {
  width: min(calc(100% - 80px), var(--max));
  margin-inline: auto;
}

.section-pad {
  padding-block: clamp(84px, 10vw, 150px);
}

.skip-link {
  position: absolute;
  z-index: 100;
  top: -100px;
  left: 16px;
  background: var(--gold);
  color: #111;
  padding: 8px 16px;
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  height: 86px;
  border-bottom: 1px solid var(--line);
  background: rgba(16, 19, 23, .96);
  position: relative;
  z-index: 20;
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.brand-symbol {
  width: 80px;
  height: 150px;
  object-fit: contain;
}

.brand-wordmark {
  font-weight: 800;
  letter-spacing: .04em;
  white-space: nowrap;
  font-size: 25px;
  line-height: 1.1;
}

.brand-wordmark span {
  display: block;
  color: var(--gold);
  letter-spacing: .38em;
  font-weight: 600;
  font-size: 20px;
  margin-top: 5px;
}

.primary-nav {
  display: flex;
  gap: clamp(19px, 3vw, 42px);
  align-items: center;
}

.primary-nav > a {
  font-size: 14px;
  font-weight: 600;
  color: #d5d6d4;
  transition: color .2s ease;
  white-space: nowrap;
}

.primary-nav > a:hover {
  color: var(--gold);
}

.primary-nav .nav-contact {
  border: 1px solid #8e7955;
  padding: 10px 17px;
  border-radius: 3px;
  color: var(--gold);
}

.nav-contact span {
  margin-left: 12px;
}

.menu-toggle {
  display: none;
}

.hero {
  padding-top: clamp(70px, 8vw, 110px);
  padding-bottom: 42px;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(36px, 5vw, 82px);
  align-items: center;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  color: var(--gold);
  line-height: 1.5;
}

.eyebrow-line {
  width: 28px;
  height: 1px;
  background: var(--gold);
  flex: none;
}

h1,
h2,
h3 {
  letter-spacing: -.04em;
  line-height: 1.08;
}

h1 {
  font-size: clamp(4rem, 7.4vw, 7.7rem);
  font-weight: 700;
  margin: 30px 0 27px;
}

h1 em,
.serif {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-style: italic;
  color: var(--gold);
}

.hero-lead {
  font-size: clamp(18px, 1.7vw, 21px);
  line-height: 1.65;
  max-width: 480px;
  color: #d2d1cd;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  align-items: center;
  margin-top: 38px;
}

.button {
  min-height: 54px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  padding: 13px 22px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 800;
  transition: transform .25s, background .25s;
}

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

.button-primary {
  background: var(--gold);
  color: #151615;
}

.button-primary:hover {
  background: #ffe0a0;
}

.button span {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.text-link {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  min-height: 44px;
  color: #eeeae2;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #867453;
  transition: color .2s;
}

.text-link:hover {
  color: var(--gold);
}

.hero-rule {
  width: 100%;
  max-width: 455px;
  border-top: 1px solid var(--line);
  margin: clamp(40px, 5vw, 70px) 0 20px;
}

.hero-note {
  color: #a7a9aa;
  font-size: 14px;
}

.hero-note span {
  color: var(--gold);
  margin: 0 4px;
}

.hero-visual {
  overflow: hidden;
  background: #252b32;
  min-height: 410px;
  border-radius: 2px;
  position: relative;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .23);
}

.hero-visual::after {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, .52), transparent 30%);
}

.hero-visual img {
  width: 100%;
  height: clamp(410px, 43vw, 590px);
  object-fit: cover;
  object-position: center;
  animation: arrive 1.1s both;
}

.hero-visual figcaption {
  z-index: 1;
  position: absolute;
  bottom: 20px;
  left: 23px;
  right: 23px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  color: #fff;
}

.visual-index {
  color: var(--gold);
}

.hero-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  margin-top: clamp(75px, 8vw, 110px);
  padding-bottom: 22px;
  color: #9ea1a4;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .17em;
}

.hero-foot span:last-child {
  font-size: 21px;
  font-weight: 400;
  color: var(--gold);
}

.services {
  padding-top: clamp(72px, 7vw, 112px);
}

.section-heading,
.showcase-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 51px;
}

h2 {
  font-size: clamp(2.8rem, 5vw, 5.3rem);
  margin-top: 19px;
  font-weight: 650;
}

.section-heading > p,
.showcase-top > p {
  max-width: 325px;
  color: var(--muted);
  font-size: 17px;
}

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

.service-card {
  display: flex;
  flex-direction: column;
  min-height: 308px;
  border: 1px solid var(--line);
  background: var(--panel);
  padding: 27px 30px 30px;
  transition: background .3s, border-color .3s, transform .3s;
}

.service-card:hover {
  background: var(--panel-soft);
  border-color: rgba(236, 201, 129, .42);
  transform: translateY(-4px);
}

.card-number {
  font-size: 12px;
  color: var(--gold);
  font-weight: 700;
  letter-spacing: .12em;
}

.card-mark {
  font-size: 37px;
  color: var(--gold);
  line-height: 1;
  margin: auto 0 25px;
  font-family: Georgia, serif;
  font-weight: 400;
}

.service-card h3 {
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.18;
  font-weight: 600;
  margin-bottom: 12px;
}

.service-card p {
  font-size: 15px;
  line-height: 1.6;
  max-width: 345px;
  color: var(--muted);
}

.service-card-cta {
  background: #292923;
  border-color: #65593d;
}

.service-card-cta h3 {
  margin-top: auto;
}

.service-card-cta a {
  color: var(--gold);
  margin-top: 24px;
  font-weight: 700;
  font-size: 14px;
  align-self: flex-start;
}

.service-card-cta a span {
  margin-left: 9px;
}

.showcase {
  background: #191c20;
}

.showcase-stage {
  position: relative;
  width: 100%;
  height: clamp(380px, 50vw, 660px);
  background: #121519;
  overflow: hidden;
}

.showcase-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .85s ease, visibility .85s ease;
}

.showcase-slide.active {
  opacity: 1;
  visibility: visible;
}

.showcase-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 36%;
}

.showcase-slide:nth-child(2) img {
  object-position: center 16%;
}

.showcase-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, .58), transparent 35%);
  pointer-events: none;
}

.showcase-slide figcaption {
  position: absolute;
  bottom: 28px;
  left: 32px;
  z-index: 1;
  font-size: 16px;
  font-weight: 650;
}

.showcase-slide figcaption span {
  color: var(--gold);
  margin: 0 10px;
}

.showcase-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 17px;
}

.showcase-controls > span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  color: var(--gold);
}

.showcase-controls > div {
  display: flex;
  gap: 9px;
}

.slide-button {
  width: 48px;
  height: 45px;
  border: 1px solid #77736c;
  background: transparent;
  color: #f4eee1;
  border-radius: 2px;
  font-size: 22px;
  line-height: 1;
  transition: background .2s;
}

.slide-button:hover {
  background: #37352d;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12%;
  align-items: start;
}

.about-copy {
  padding-top: 41px;
}

.about-copy p {
  max-width: 500px;
  color: #c5c7c7;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 18px;
}

.about-copy .text-link {
  margin-top: 12px;
}

.brand-band {
  border: 1px solid var(--line);
  margin-top: clamp(78px, 9vw, 135px);
  display: flex;
  align-items: center;
  gap: clamp(45px, 9vw, 150px);
  padding: 35px clamp(40px, 6vw, 90px);
  min-height: 290px;
  background: #15171b;
}

.brand-band img {
  width: clamp(165px, 22vw, 235px);
  flex: none;
  mix-blend-mode: screen;
}

.brand-band p {
  font-size: clamp(2.2rem, 4.5vw, 5.3rem);
  font-weight: 650;
  line-height: 1.15;
  letter-spacing: -.045em;
}

.brand-band p span {
  font-family: Georgia, serif;
  color: var(--gold);
  font-weight: 400;
  font-style: italic;
}

.contact {
  background: #23252a;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(60px, 12vw, 180px);
}

.contact h2 {
  margin-bottom: 28px;
}

.contact-intro {
  color: #c4c6c7;
  max-width: 425px;
  font-size: 18px;
  margin-bottom: 33px;
}

.contact-details {
  font-style: normal;
  border-top: 1px solid #6b685f;
  padding-top: 15px;
}

.contact-details div {
  display: flex;
  flex-direction: column;
  align-items: start;
  border-bottom: 1px solid #5a5b5b;
  padding: 23px 0;
}

.contact-details div > span {
  font-size: 12px;
  color: var(--gold);
  letter-spacing: .15em;
  font-weight: 700;
  margin-bottom: 8px;
}

.contact-details a:not(.map-link) {
  font-size: clamp(22px, 2.3vw, 31px);
  font-weight: 600;
  letter-spacing: -.03em;
}

.contact-details a:hover {
  color: var(--gold);
}

.contact-details p {
  font-size: 18px;
  line-height: 1.75;
}

.map-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  color: var(--gold);
  font-weight: 650;
  font-size: 14px;
  margin-top: 26px;
}

.site-footer {
  border-top: 1px solid #45484b;
  background: #16191d;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  min-height: 92px;
  font-size: 12px;
  letter-spacing: .11em;
  color: #b7b6b3;
}

.footer-inner a {
  color: var(--gold);
  white-space: nowrap;
}

[data-reveal] {
  transition: opacity .7s ease, transform .7s ease;
}

.reveal-ready [data-reveal]:not(.revealed) {
  opacity: 0;
  transform: translateY(20px);
}

.revealed {
  opacity: 1;
  transform: none;
}

@keyframes arrive {
  from {
    opacity: .6;
    transform: scale(1.035);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 1100px) {
  .hero-grid {
    gap: 32px;
  }

  h1 {
    font-size: clamp(4rem, 7vw, 6rem);
  }

  .service-card {
    padding: 25px;
  }
}

@media (max-width: 850px) {
  .container {
    width: min(calc(100% - 48px), var(--max));
  }

  .site-header {
    height: 76px;
  }

  .menu-toggle {
    display: flex;
    width: 44px;
    height: 44px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: var(--text);
    border: 1px solid var(--line);
    background: transparent;
  }

  .menu-toggle span {
    width: 21px;
    height: 2px;
    background: currentColor;
    transition: transform .2s;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(8px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-8px) rotate(-45deg);
  }

  .primary-nav {
    display: none;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    padding: 23px 24px 28px;
    background: #171b20;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 30px #0004;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .primary-nav.open {
    display: flex;
  }

  .primary-nav a {
    display: block;
    padding: 12px 4px;
  }

  .primary-nav .nav-contact {
    margin-top: 12px;
    text-align: center;
  }

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

  .hero-content {
    max-width: 630px;
  }

  .hero-visual {
    min-height: 0;
  }

  .hero-visual img {
    height: clamp(300px, 55vw, 550px);
  }

  .hero-foot {
    margin-top: 70px;
  }

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

  .section-heading,
  .showcase-top {
    align-items: start;
    flex-direction: column;
    gap: 21px;
  }

  .section-heading > p,
  .showcase-top > p {
    max-width: 580px;
  }

  .about-grid {
    gap: 45px;
  }

  .contact-grid {
    gap: 45px;
  }
}

@media (max-width: 590px) {
  html {
    scroll-padding-top: 76px;
  }

  .container {
    width: min(calc(100% - 36px), var(--max));
  }

  .section-pad {
    padding-block: 76px;
  }

  .hero {
    padding-top: 61px;
    padding-bottom: 0;
  }

  .eyebrow {
    font-size: 11px;
    letter-spacing: .11em;
  }

  h1 {
    font-size: clamp(3.45rem, 14vw, 5rem);
    margin: 25px 0 19px;
  }

  h2 {
    font-size: clamp(2.6rem, 11vw, 4rem);
  }

  .hero-lead,
  .about-copy p,
  .contact-intro {
    font-size: 17px;
  }

  .hero-actions {
    margin-top: 29px;
  }

  .hero-rule {
    margin-top: 40px;
  }

  .hero-visual img {
    height: 315px;
  }

  .hero-visual figcaption {
    font-size: 9px;
    left: 14px;
    right: 14px;
  }

  .hero-foot {
    margin-top: 64px;
  }

  .service-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .service-card {
    min-height: 250px;
  }

  .section-heading,
  .showcase-top {
    margin-bottom: 32px;
  }

  .showcase-stage {
    height: 390px;
  }

  .showcase-slide figcaption {
    bottom: 18px;
    left: 16px;
    right: 16px;
    font-size: 14px;
  }

  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .about-copy {
    padding-top: 0;
  }

  .brand-band {
    margin-top: 67px;
    padding: 32px 25px;
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .brand-band img {
    width: 160px;
  }

  .brand-band p {
    font-size: 2.2rem;
  }

  .contact-details {
    margin-top: 20px;
  }

  .footer-inner {
    min-height: 108px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-block: 24px;
  }

  .footer-inner span:nth-child(2) {
    order: 3;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }

  .reveal-ready [data-reveal]:not(.revealed) {
    opacity: 1;
    transform: none;
  }
}
