:root {
  --bg: #080a0b;
  --bg-soft: #0d1011;
  --bronze: #af9878;
  --bronze-dim: #817057;
  --brand-ivory: #d8d0be;
  --ink: #ece8df;
  --muted: #a5a39d;
  --muted-dim: #73726e;
  --line: rgba(175, 152, 120, 0.22);
  --line-soft: rgba(216, 208, 190, 0.10);
  --header-h: 84px;
  --footer-h: 82px;
  --shell: 1600px;
  --editorial-inset: clamp(44px, 5.5vw, 96px);
  --display: "Cinzel", Georgia, serif;
  --body: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { min-width: 320px; background: var(--bg); scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--bronze); color: var(--bg); }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 14px;
  left: 14px;
  padding: 10px 14px;
  background: var(--ink);
  color: var(--bg);
  font: 700 11px/1 var(--body);
  letter-spacing: .08em;
  text-transform: uppercase;
  transform: translateY(-180%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: var(--header-h);
  border-bottom: 1px solid transparent;
  transition: height .32s ease, background-color .32s ease, border-color .32s ease, backdrop-filter .32s ease;
}
.site-header.is-scrolled,
.site-header.menu-open {
  height: 70px;
  background: rgba(8, 10, 11, .70);
  border-color: var(--line-soft);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.nav-shell {
  width: min(var(--shell), calc(100% - 120px));
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
  align-items: center;
}
.brand {
  width: 164px;
  margin-left: var(--editorial-inset);
  justify-self: start;
  text-decoration: none;
  opacity: .88;
  transition: opacity .22s ease, filter .22s ease;
  filter: contrast(.96);
}
.brand:hover {
  opacity: .98;
  filter: contrast(1);
}
.brand img { width: 100%; height: auto; }
.brand-logo--crest { display: none; }

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(28px, 2.7vw, 46px);
  transform: translateX(clamp(28px, 1.8vw, 48px));
}
.desktop-nav a,
.site-footer nav a {
  position: relative;
  color: rgba(236, 232, 223, .66);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .19em;
  transition: color .2s ease;
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -11px;
  width: 100%;
  height: 1px;
  background: var(--bronze);
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform .25s ease;
}
.desktop-nav a:hover,
.site-footer nav a:hover { color: var(--brand-ivory); }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: 0 50%; }

.nav-cta,
.primary-cta {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-height: 46px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  background: transparent;
  transition: color .25s ease, transform .25s ease;
}
.nav-cta::before,
.primary-cta::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: -4px;
  right: -4px;
  bottom: 6px;
  left: 6px;
  pointer-events: none;
  border-top: 1px solid rgba(175, 152, 120, .32);
  border-right: 1px solid rgba(175, 152, 120, .32);
}
.nav-cta::after,
.primary-cta::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(175, 152, 120, .50);
  background: rgba(8, 10, 11, .46);
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
  transition: background-color .25s ease, border-color .25s ease;
}
.nav-cta {
  justify-self: end;
  min-width: 170px;
  padding: 0 20px;
  color: var(--brand-ivory);
  font-size: 11px;
  letter-spacing: .20em;
  transform: translateX(clamp(0px, calc((100vw - var(--shell)) * .34), 60px));
}
.nav-cta:hover {
  color: #fff;
}
.nav-cta:hover::after {
  background: rgba(175, 152, 120, .10);
  border-color: rgba(175, 152, 120, .82);
}

.menu-toggle { display: none; }
.mobile-menu { display: none; }

.hero {
  position: relative;
  height: max(740px, 90.8svh);
  min-height: 740px;
  overflow: hidden;
  isolation: isolate;
  background: #090b0c;
}
.hero-media,
.hero-shade,
.hero-particles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.hero-media picture,
.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-media { z-index: -4; }
.hero-media::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 34px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, rgba(9, 11, 12, .68) 72%, #090b0c 100%);
}
.hero-media picture { display: block; }
.hero-media img {
  object-fit: cover;
  object-position: 50% 50%;
  transform: scale(1.002);
}
.hero-shade {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(5, 7, 8, .44) 0%, rgba(5, 7, 8, .26) 26%, rgba(5, 7, 8, .05) 54%, rgba(5, 7, 8, .08) 100%),
    linear-gradient(180deg, rgba(5, 7, 8, .34) 0%, transparent 20%, transparent 72%, rgba(5, 7, 8, .68) 100%);
}
.hero-shade::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 47%, rgba(8, 10, 11, 0) 0 22%, rgba(8, 10, 11, .14) 50%, transparent 68%);
}
.hero-shell {
  width: min(var(--shell), calc(100% - 120px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-top: calc(var(--header-h) * .45);
}
.hero-copy-block {
  position: relative;
  z-index: 2;
  width: min(670px, 49vw);
  margin-left: var(--editorial-inset);
  padding-bottom: 2vh;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0;
  color: var(--bronze);
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .34em;
  text-transform: uppercase;
}
.eyebrow span {
  display: inline-block;
  width: 38px;
  height: 1px;
  background: var(--bronze);
  opacity: .9;
}
.hero h1 {
  margin: 26px 0 0;
  color: #e9e5dc;
  font-family: var(--display);
  font-size: clamp(70px, 7.1vw, 120px);
  font-weight: 500;
  line-height: .83;
  letter-spacing: -.048em;
  text-wrap: balance;
}
.hero h1 em {
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 1px rgba(175, 152, 120, .88);
}
.hero-copy {
  max-width: 560px;
  margin: 31px 0 34px;
  color: rgba(236, 232, 223, .74);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
}
.primary-cta {
  min-width: 194px;
  min-height: 54px;
  padding: 0 26px;
  color: var(--ink);
  font-size: 11.5px;
  letter-spacing: .19em;
}
.primary-cta::before {
  border-top-color: rgba(175, 152, 120, .45);
  border-right-color: rgba(175, 152, 120, .45);
}
.primary-cta::after {
  border-color: rgba(175, 152, 120, .66);
  background: rgba(8, 10, 11, .52);
}
.primary-cta:hover {
  color: #fff;
  transform: translateY(-1px);
}
.primary-cta:hover::after {
  background: rgba(175, 152, 120, .13);
  border-color: rgba(175, 152, 120, .92);
}
.hero-rule {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(175, 152, 120, .36) 18%, rgba(175, 152, 120, .10) 72%, transparent);
}

.hero-particles { z-index: -1; overflow: hidden; pointer-events: none; }
.particle {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--s);
  height: var(--s);
  border-radius: 50%;
  background: rgba(191, 143, 92, var(--a));
  box-shadow: 0 0 8px rgba(191, 143, 92, calc(var(--a) * .65));
  animation: drift var(--d) linear var(--delay) infinite;
  will-change: transform, opacity;
}
@keyframes drift {
  0% { transform: translate3d(0, 18px, 0); opacity: 0; }
  12% { opacity: .8; }
  70% { opacity: .45; }
  100% { transform: translate3d(var(--dx), -96px, 0); opacity: 0; }
}

.site-footer {
  min-height: var(--footer-h);
  background: rgba(8, 10, 11, .80);
  border-top: 0;
}
.footer-shell {
  width: min(var(--shell), calc(100% - 120px));
  min-height: var(--footer-h);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  padding-top: 6px;
}
.footer-brand {
  width: 76px;
  margin-left: var(--editorial-inset);
  opacity: .28;
  filter: grayscale(1) saturate(0) brightness(.86);
  transition: opacity .22s ease, filter .22s ease;
}
.footer-brand:hover {
  opacity: .82;
  filter: grayscale(.15) saturate(.45) brightness(1.08);
}
.footer-brand img { width: 100%; height: auto; }
.site-footer p {
  margin: 0;
  color: #8b8b86;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .10em;
  text-align: center;
}
.footer-socials {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 18px;
}
.social-icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  color: rgba(236, 232, 223, .56);
  text-decoration: none;
  transition: color .2s ease, opacity .2s ease;
}
.social-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
a.social-icon:hover { color: var(--brand-ivory); }
.social-icon--pending {
  color: rgba(236, 232, 223, .46);
  cursor: default;
}

:focus-visible {
  outline: 1px solid var(--brand-ivory);
  outline-offset: 5px;
}

@media (max-width: 1180px) {
  :root { --header-h: 76px; }
  .nav-shell,
  .hero-shell,
  .footer-shell { width: min(var(--shell), calc(100% - 48px)); }
  :root { --editorial-inset: clamp(0px, 2.2vw, 24px); }
  .nav-shell { grid-template-columns: 170px 1fr 170px; }
  .brand { width: 148px; }
  .desktop-nav { gap: 28px; transform: translateX(clamp(8px, 1.3vw, 14px)); }
  .nav-cta { min-width: 142px; padding-inline: 14px; transform: none; }
  .hero-copy-block { margin-left: var(--editorial-inset); }
  .hero h1 { font-size: clamp(68px, 8.2vw, 108px); }
}

@media (min-width: 821px) and (min-height: 1100px) {
  .hero {
    height: calc(100svh - var(--footer-h));
  }
  .hero-media img { object-position: 70% 50%; }
}

@media (max-width: 820px), (orientation: landscape) and (max-width: 1180px) and (max-height: 560px) {
  :root { --header-h: 68px; }
  .site-header { height: var(--header-h); }
  .site-header.is-scrolled,
  .site-header.menu-open { height: var(--header-h); }
  .nav-shell,
  .hero-shell,
  .footer-shell { width: calc(100% - 36px); }
  .nav-shell { grid-template-columns: 1fr auto; }
  .brand--desktop,
  .desktop-nav,
  .nav-cta { display: none; }
  .brand {
    width: 29px;
    margin-left: 0;
  }
  .brand-logo--full { display: none; }
  .brand-logo--crest { display: block; }
  .menu-toggle {
    display: block;
    position: relative;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .menu-toggle span {
    position: absolute;
    left: 8px;
    width: 22px;
    height: 1px;
    background: var(--brand-ivory);
    transition: transform .25s ease, top .25s ease, opacity .2s ease;
  }
  .menu-toggle span:first-child { top: 14px; }
  .menu-toggle span:last-child { top: 23px; }
  .site-header.menu-open .menu-toggle span:first-child { top: 19px; transform: rotate(45deg); }
  .site-header.menu-open .menu-toggle span:last-child { top: 19px; transform: rotate(-45deg); }
  .mobile-menu {
    position: absolute;
    display: block;
    top: var(--header-h);
    left: 0;
    width: 100%;
    background: rgba(8, 10, 11, .70);
    border-top: 1px solid rgba(216, 208, 190, .05);
    border-bottom: 1px solid var(--line);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
  }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu nav {
    width: calc(100% - 36px);
    margin: 0 auto;
    padding: 12px 0 22px;
    display: grid;
  }
  .mobile-menu a {
    padding: 17px 4px;
    border-bottom: 1px solid rgba(216, 208, 190, .08);
    color: rgba(236, 232, 223, .76);
    text-decoration: none;
    font: 600 11px/1.2 var(--body);
    letter-spacing: .19em;
    text-transform: uppercase;
  }
  .mobile-menu__cta {
    margin-top: 12px;
    padding: 17px 16px !important;
    border: 1px solid rgba(175, 152, 120, .5) !important;
    color: var(--brand-ivory) !important;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .hero {
    height: min(900px, 100svh);
    min-height: 780px;
  }
  .hero-media img {
    object-position: 69% 35%;
    transform: scale(1.003);
  }
  .hero-shade {
    background:
      linear-gradient(180deg, rgba(5, 7, 8, .10) 0%, rgba(5, 7, 8, .05) 36%, rgba(5, 7, 8, .54) 60%, rgba(5, 7, 8, .94) 86%, #080a0b 100%),
      linear-gradient(90deg, rgba(5, 7, 8, .08), rgba(5, 7, 8, .18));
  }
  .hero-shade::after { display: none; }
  .hero-shell {
    align-items: flex-end;
    padding-top: var(--header-h);
    padding-bottom: clamp(58px, 8vh, 82px);
  }
  .hero-copy-block {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .eyebrow { font-size: 8px; letter-spacing: .29em; }
  .eyebrow span { width: 30px; }
  .hero h1 {
    margin-top: 20px;
    font-size: clamp(58px, 15.8vw, 94px);
    line-height: .86;
  }
  .hero-copy {
    max-width: 520px;
    margin: 25px 0 28px;
    font-size: 13px;
    line-height: 1.75;
  }
  .primary-cta { min-height: 50px; }

  .site-footer { min-height: 82px; }
  .footer-shell {
    min-height: 82px;
    padding: 13px 0 11px;
    grid-template-columns: 1fr auto;
    grid-template-areas: "brand socials" "copy copy";
  }
  .footer-brand { grid-area: brand; width: 72px; margin-left: 0; }
  .footer-socials { grid-area: socials; }
  .site-footer p { grid-area: copy; text-align: left; }
}


/* Short-height landscape phones/tablets use the compact mobile shell while
   preserving a true landscape hero composition. */
@media (orientation: landscape) and (max-width: 1180px) and (max-height: 560px) {
  :root { --header-h: 60px; }

  .nav-shell,
  .hero-shell,
  .footer-shell { width: calc(100% - 48px); }

  .brand { width: 27px; }

  .mobile-menu nav {
    width: calc(100% - 48px);
    padding: 8px 0 14px;
  }
  .mobile-menu a {
    padding: 12px 4px;
    font-size: 10px;
  }
  .mobile-menu__cta {
    margin-top: 8px;
    padding: 12px 14px !important;
  }

  .hero {
    height: 100svh;
    min-height: 430px;
  }
  .hero-media img {
    object-position: 68% 38%;
  }
  .hero-shade {
    background:
      linear-gradient(90deg, rgba(5, 7, 8, .58) 0%, rgba(5, 7, 8, .36) 34%, rgba(5, 7, 8, .10) 60%, rgba(5, 7, 8, .04) 100%),
      linear-gradient(180deg, rgba(5, 7, 8, .20) 0%, transparent 58%, rgba(5, 7, 8, .56) 100%);
  }
  .hero-shell {
    align-items: center;
    padding-top: var(--header-h);
    padding-bottom: 0;
  }
  .hero-copy-block {
    width: min(49vw, 520px);
    margin: 0;
  }
  .eyebrow {
    font-size: 7px;
    letter-spacing: .27em;
  }
  .eyebrow span { width: 26px; }
  .hero h1 {
    margin-top: 14px;
    font-size: clamp(44px, 7.1vw, 72px);
    line-height: .84;
  }
  .hero-copy {
    max-width: 430px;
    margin: 18px 0 20px;
    font-size: 11px;
    line-height: 1.55;
  }
  .primary-cta {
    min-width: 154px;
    min-height: 44px;
    font-size: 10px;
  }
}

@media (max-width: 480px) {
  .hero { min-height: 760px; }
  .hero-media img { object-position: 70% 30%; }
  .hero-shell { padding-bottom: 48px; }
  .hero h1 { font-size: clamp(55px, 17.6vw, 78px); }
  .hero-copy { max-width: 360px; font-size: 12.5px; }
  .primary-cta { width: 168px; }

  /* Keep the compact two-row footer hierarchy on narrow phones:
     brand + socials on the first row, copyright below. */
  .footer-shell {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "brand socials" "copy copy";
    column-gap: 18px;
    row-gap: 8px;
    padding-top: 12px;
    padding-bottom: 10px;
  }
  .footer-socials { justify-self: end; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .hero-particles { display: none; }
}
