@font-face {
  font-family: "Monotype Old English Text W01";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/monotype-old-english-text-w01.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300 400;
  font-display: swap;
  src: url("assets/fonts/inter-latin-300-400.woff2") format("woff2");
}

:root {
  --ink: #130908;
  --paper-shadow: #070303;
  --gold: #d9ae58;
  --gold-pale: #ffe7a2;
  --gold-deep: #7b5524;
  --body: rgba(238, 229, 212, 0.86);
  --muted: rgba(238, 229, 212, 0.58);
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--body);
  background: var(--ink);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
}

.landing {
  position: relative;
  display: grid;
  grid-template-rows: auto;
  min-height: 100svh;
  min-height: 100dvh;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 33%, rgba(118, 78, 31, 0.16), transparent 26rem),
    radial-gradient(circle at 17% 22%, rgba(211, 168, 82, 0.06), transparent 22rem),
    radial-gradient(circle at 82% 78%, rgba(205, 154, 68, 0.06), transparent 20rem),
    linear-gradient(180deg, rgba(10, 4, 4, 0.34), rgba(3, 1, 1, 0.72)),
    url("assets/images/texture.webp") center / cover fixed,
    #120807;
}

.grain {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.22;
  mix-blend-mode: soft-light;
  background-image:
    radial-gradient(circle at 17% 23%, rgba(255, 255, 255, 0.18) 0 1px, transparent 1.5px),
    radial-gradient(circle at 71% 64%, rgba(255, 229, 174, 0.12) 0 1px, transparent 1.7px);
  background-size: 17px 19px, 23px 29px;
  filter: contrast(180%);
}

.site-nav {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 5;
  display: flex;
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
  justify-content: center;
  width: min(100% - 32px, 680px);
  padding: 18px 0;
  transform: translateX(-50%);
  font-size: 0.78rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-nav a {
  color: rgba(238, 229, 212, 0.68);
  text-decoration: none;
  transition: color 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--gold-pale);
  outline: none;
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: min(92svh, 860px);
  padding: clamp(72px, 10vh, 116px) clamp(20px, 6vw, 92px) 44px;
  text-align: center;
}

.brand {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 11ch;
  overflow-wrap: normal;
  font-family: "Monotype Old English Text W01", "Times New Roman", serif;
  font-size: clamp(5.9rem, 13.2vw, 13.4rem);
  font-weight: 400;
  line-height: 0.78;
  letter-spacing: 0;
  color: transparent;
  background:
    url("assets/images/gold-leaf.webp") 50% 48% / 118% 138%,
    linear-gradient(110deg, #f7d367, #a86f22 46%, #f2c85b),
    #d7a43a;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  -webkit-text-stroke: 0;
}

.tagline,
.recognition-note {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.35;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.72);
}

.tagline {
  margin-top: clamp(24px, 4vh, 44px);
  font-size: clamp(1.14rem, 2vw, 1.72rem);
  color: rgba(242, 232, 213, 0.84);
}

.tagline sup {
  position: relative;
  top: -0.28em;
  font-size: 0.62em;
  line-height: 0;
}

.recognition-note {
  margin-top: 0.36rem;
  font-size: clamp(0.74rem, 1vw, 0.88rem);
  color: rgba(238, 229, 212, 0.5);
}

.hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.38rem;
  max-width: 44rem;
  margin-top: 1.15rem;
  font-weight: 300;
  line-height: 1.45;
  color: rgba(242, 232, 213, 0.74);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.72);
}

.hero-copy p {
  margin: 0;
}

.hero-copy p:first-child {
  font-size: clamp(1.04rem, 1.5vw, 1.32rem);
  color: rgba(242, 232, 213, 0.86);
}

.section {
  position: relative;
  z-index: 3;
  padding: clamp(56px, 9vw, 104px) clamp(20px, 6vw, 92px);
  border-top: 1px solid rgba(217, 174, 88, 0.15);
}

.section-compact {
  padding-top: clamp(42px, 7vw, 72px);
  padding-bottom: clamp(42px, 7vw, 72px);
}

.section-inner {
  width: min(1040px, 100%);
  margin: 0 auto;
}

.section-kicker {
  margin: 0 0 0.82rem;
  color: rgba(217, 174, 88, 0.74);
  font-size: 0.74rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-heading {
  max-width: 13ch;
  margin: 0;
  color: rgba(242, 232, 213, 0.92);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.85rem, 4vw, 4.25rem);
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: 0;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(32px, 5vw, 58px);
  background: rgba(217, 174, 88, 0.18);
}

.service-item {
  min-height: 17rem;
  padding: clamp(22px, 3.4vw, 34px);
  background: rgba(19, 9, 8, 0.76);
}

.service-item h3 {
  margin: 0 0 1rem;
  color: var(--gold-pale);
  font-size: clamp(1.12rem, 1.6vw, 1.36rem);
  font-weight: 400;
  line-height: 1.15;
}

.service-item p,
.section-copy p {
  margin: 0;
  color: rgba(238, 229, 212, 0.72);
  font-size: clamp(0.98rem, 1.25vw, 1.08rem);
  font-weight: 300;
  line-height: 1.62;
}

.service-item-muted h3,
.status-note {
  color: rgba(217, 174, 88, 0.7);
}

.split-section,
.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 0.8fr);
  gap: clamp(28px, 7vw, 88px);
  align-items: start;
}

.section-copy {
  display: grid;
  gap: 1rem;
  padding-top: 0.35rem;
}

.brand,
.legal,
.legal-vector {
  -webkit-user-select: none;
  user-select: none;
}

.legal {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  padding: 0 clamp(20px, 5vw, 64px) clamp(17px, 2.6vh, 28px);
}

.footer-recognition {
  color: rgba(238, 229, 212, 0.46);
  text-align: center;
}

.legal-vector {
  display: block;
  width: min(980px, 100%);
  height: auto;
  opacity: 0.52;
  pointer-events: none;
}

.legal-vector img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 720px) {
  .site-nav {
    gap: 16px;
    width: min(100% - 28px, 420px);
    padding-top: 14px;
    font-size: 0.7rem;
  }

  .hero {
    min-height: auto;
    padding-top: clamp(86px, 15dvh, 118px);
    padding-bottom: 56px;
  }

  .brand {
    width: auto;
    max-width: calc(100vw - 36px);
    font-size: clamp(3.35rem, 16.8vw, 5rem);
    line-height: 0.84;
    white-space: nowrap;
  }

  .tagline {
    max-width: min(21rem, calc(100vw - 44px));
    margin-top: 24px;
    font-size: clamp(1.06rem, 4.8vw, 1.26rem);
  }

  .hero-copy {
    max-width: min(24rem, calc(100vw - 44px));
    margin-top: 1rem;
  }

  .hero-copy p {
    font-size: 0.96rem;
  }

  .section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .section-heading {
    max-width: 14ch;
    font-size: clamp(1.7rem, 9vw, 2.7rem);
  }

  .service-list,
  .split-section,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .service-item {
    min-height: auto;
  }

  .recognition-note {
    font-size: clamp(0.72rem, 3.3vw, 0.82rem);
  }

  .legal {
    min-height: 110px;
    padding: 0 18px max(14px, env(safe-area-inset-bottom));
  }

  .legal-vector {
    width: min(330px, 100%);
  }
}

@media (max-width: 360px) {
  .brand {
    font-size: clamp(3rem, 16vw, 3.5rem);
  }

  .tagline {
    font-size: 1rem;
  }
}

@media (max-height: 620px) and (max-width: 720px) {
  .hero {
    min-height: calc(100dvh - 96px);
    padding-top: 42px;
    padding-bottom: 18px;
  }

  .tagline {
    margin-top: 16px;
  }

  .legal {
    min-height: 98px;
  }

  .legal-vector {
    width: min(300px, 100%);
  }
}
