:root {
  --midnight: #07080a;
  --black: #020304;
  --graphite: #15171a;
  --graphite-soft: #202329;
  --gold: #cfa44b;
  --gold-pale: #e4c77d;
  --emerald: #063f34;
  --emerald-soft: #0b5949;
  --burgundy: #671a2b;
  --ivory: #f7efe2;
  --ivory-muted: #d8cfbf;
  --muted: #a99f91;
  --line: rgba(228, 199, 125, 0.24);
  --shadow: 0 20px 55px rgba(0, 0, 0, 0.38);
  --radius: 8px;
  --header-height: 76px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--midnight);
  color: var(--ivory-muted);
  font-family: "Raleway", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

body.nav-open {
  overflow: hidden;
}

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

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

a:hover {
  color: var(--gold-pale);
}

p {
  margin: 0 0 18px;
}

h1,
h2,
h3 {
  color: var(--ivory);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.12;
  margin: 0 0 18px;
}

h1 {
  font-size: clamp(2.5rem, 8vw, 5.9rem);
}

h2 {
  font-size: clamp(2rem, 5vw, 3.4rem);
}

h3 {
  font-size: 1.25rem;
}

ul {
  margin: 0 0 18px;
  padding-left: 20px;
}

li {
  margin-bottom: 8px;
}

button,
input,
textarea {
  font: inherit;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  border: 1px solid rgba(228, 199, 125, 0.18);
  padding: 14px;
  text-align: left;
  vertical-align: top;
  overflow-wrap: break-word;
}

th {
  background: rgba(207, 164, 75, 0.12);
  color: var(--ivory);
}

td {
  color: var(--ivory-muted);
}

.x5wccKB {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 200;
  transform: translateY(-140%);
  background: var(--gold);
  color: var(--black);
  padding: 10px 14px;
  border-radius: 4px;
  font-weight: 800;
  transition: transform 0.25s ease;
}

.x5wccKB:focus {
  transform: translateY(0);
}

.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.SKwIVZU {
  max-width: 820px;
}

.section {
  position: relative;
  padding: 78px 0;
}

.JwmDf5X {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: var(--header-height);
  background: rgba(7, 8, 10, 0.8);
  border-bottom: 1px solid rgba(228, 199, 125, 0.16);
  backdrop-filter: blur(14px);
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

.JwmDf5X.is-scrolled {
  background: rgba(7, 8, 10, 0.94);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.34);
}

.kcyyMDAdJ {
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.xajIt8wGaFz {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ivory);
  min-width: 0;
}

.xajIt8wGaFz:hover {
  color: var(--ivory);
}

.TpSxwwl {
  width: 42px;
  height: 42px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold-pale);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.82rem;
  font-weight: 700;
  background: linear-gradient(135deg, rgba(6, 63, 52, 0.82), rgba(103, 26, 43, 0.68));
  flex: 0 0 auto;
}

.RVGiBWe {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 700;
  white-space: nowrap;
}

.gg1AaH0 {
  position: fixed;
  inset: var(--header-height) 0 auto 0;
  display: grid;
  gap: 4px;
  padding: 18px 16px 24px;
  background: rgba(7, 8, 10, 0.98);
  border-bottom: 1px solid var(--line);
  transform: translateY(-125%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.gg1AaH0.is-open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.gg1AaH0 a {
  color: var(--ivory-muted);
  padding: 12px 8px;
  border-bottom: 1px solid rgba(228, 199, 125, 0.08);
  font-size: 0.96rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.gg1AaH0 a:hover,
.gg1AaH0 a.active {
  color: var(--gold-pale);
  border-color: rgba(228, 199, 125, 0.45);
}

.nav-toggle {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  gap: 5px;
  border: 1px solid rgba(228, 199, 125, 0.42);
  border-radius: 4px;
  background: transparent;
  color: var(--ivory);
  cursor: pointer;
  padding: 10px;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--gold-pale);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

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

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.b1xm4x2lWN {
  min-height: 76svh;
  padding: calc(var(--header-height) + 84px) 0 96px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.BhxNqShGd {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.Vqj4yjY45Ew .BhxNqShGd {
  background-image: url("../auzB8VH/UsbMCB9x2w.jpg");
}

.NTGlH2hQOHf .BhxNqShGd {
  background-image: url("../auzB8VH/tV8o5NJKWGj.jpg");
}

.b1xm4x2lWN::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(2, 3, 4, 0.86), rgba(2, 3, 4, 0.54) 52%, rgba(2, 3, 4, 0.38)),
    linear-gradient(180deg, rgba(2, 3, 4, 0.24), rgba(2, 3, 4, 0.88));
}

.KecCCcD {
  max-width: 820px;
}

.b1xm4x2lWN h1 {
  text-wrap: balance;
}

.mNfNXZp2 {
  max-width: 720px;
  color: var(--ivory);
  font-size: clamp(1.05rem, 2.4vw, 1.32rem);
}

.UySFRoXWrzb,
.my1idY9Eu,
.xekOihmfDkH {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.Sj9g3yZTJ {
  margin-top: 22px;
  color: var(--gold-pale);
  font-size: 0.94rem;
}

.slG37MsJB3 {
  color: var(--gold-pale);
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 12px 20px;
  color: var(--ivory);
  cursor: pointer;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.nJA5zk {
  background: var(--gold);
  color: var(--black);
  border-color: var(--gold);
}

.nJA5zk:hover {
  background: var(--gold-pale);
  color: var(--black);
}

.jY4vZBaIP {
  background: rgba(7, 8, 10, 0.44);
  border-color: rgba(228, 199, 125, 0.56);
  color: var(--ivory);
}

.jY4vZBaIP:hover {
  border-color: var(--gold-pale);
  color: var(--gold-pale);
}

.lFn2RBit {
  background:
    linear-gradient(180deg, rgba(21, 23, 26, 0.96), rgba(7, 8, 10, 0.96)),
    var(--graphite);
}

.lFn2RBit.alt {
  background:
    linear-gradient(180deg, rgba(6, 63, 52, 0.32), rgba(7, 8, 10, 0.98)),
    var(--midnight);
}

.Rwf6vizxro,
.YetYjle,
.I7Dql5x37,
.mVk7CsbqDD,
.Ht1XFEgYrU3 {
  display: grid;
  gap: 34px;
}

.GEL9HtY95 {
  align-self: center;
}

.GEL9HtY95 p {
  color: var(--ivory-muted);
}

.VhEy524B2m {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(228, 199, 125, 0.18);
  box-shadow: var(--shadow);
  background: var(--graphite);
}

.VhEy524B2m img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.VhEy524B2m:hover img {
  transform: scale(1.035);
}

.X0dN9lMfn {
  background:
    linear-gradient(135deg, rgba(103, 26, 43, 0.22), transparent 44%),
    linear-gradient(180deg, var(--black), var(--graphite));
}

.lMl3FHLEFj {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.ehU8YhCdJ5e {
  display: grid;
  gap: 18px;
}

.afzbuK2 {
  min-height: 238px;
  padding: 26px;
  border: 1px solid rgba(228, 199, 125, 0.2);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(32, 35, 41, 0.92), rgba(10, 11, 13, 0.92));
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.afzbuK2:hover {
  transform: translateY(-5px);
  border-color: rgba(228, 199, 125, 0.52);
}

.lWmaYPGln0 {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border: 1px solid rgba(228, 199, 125, 0.5);
  border-radius: 50%;
  color: var(--gold-pale);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.afzbuK2 p {
  color: var(--muted);
}

.K6paaae,
.eNJgQR8wi {
  background:
    linear-gradient(90deg, rgba(6, 63, 52, 0.4), rgba(7, 8, 10, 0.9)),
    var(--midnight);
}

.PpghnOIl {
  display: grid;
  gap: 14px;
}

.glqiyhbuWr {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(228, 199, 125, 0.16);
}

.glqiyhbuWr span {
  color: var(--gold-pale);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
}

.glqiyhbuWr h3,
.glqiyhbuWr p {
  margin-bottom: 6px;
}

.ehXg37F6 {
  background:
    linear-gradient(180deg, rgba(21, 23, 26, 0.96), rgba(7, 8, 10, 0.96)),
    var(--graphite);
}

.aH5uP4qG {
  max-width: 900px;
  margin: 0 auto;
  border-top: 1px solid rgba(228, 199, 125, 0.2);
}

.faq-item {
  border-bottom: 1px solid rgba(228, 199, 125, 0.2);
}

.faq-question {
  width: 100%;
  min-height: 66px;
  display: grid;
  grid-template-columns: 1fr 28px;
  gap: 18px;
  align-items: center;
  padding: 18px 0;
  border: 0;
  background: transparent;
  color: var(--ivory);
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.13rem;
  font-weight: 700;
  text-align: left;
}

.faq-question span {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(228, 199, 125, 0.44);
  border-radius: 50%;
}

.faq-question span::before,
.faq-question span::after {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  top: 50%;
  height: 2px;
  background: var(--gold-pale);
  transform: translateY(-50%);
}

.faq-question span::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.2s ease;
}

.faq-question[aria-expanded="true"] span::after {
  transform: translateY(-50%) rotate(0deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}

.faq-answer p {
  color: var(--ivory-muted);
  padding: 0 44px 22px 0;
}

.VEgVM7 {
  background:
    linear-gradient(135deg, rgba(103, 26, 43, 0.2), transparent 48%),
    var(--midnight);
}

.TFdD8Aau0Ys {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 28px;
  border: 1px solid rgba(228, 199, 125, 0.26);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(32, 35, 41, 0.86), rgba(10, 11, 13, 0.9));
  box-shadow: var(--shadow);
  font-style: normal;
}

.TFdD8Aau0Ys strong {
  color: var(--ivory);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
}

.ZoXGLZ7L {
  padding: 38px 0;
  background: var(--graphite);
}

.dO8pzk4 {
  display: grid;
  gap: 18px;
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(228, 199, 125, 0.34);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(103, 26, 43, 0.42), rgba(6, 63, 52, 0.3));
}

.dO8pzk4 strong {
  color: var(--gold-pale);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3rem;
  line-height: 1;
}

.dO8pzk4 p {
  margin-bottom: 0;
  color: var(--ivory);
}

.yczgvt {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.yczgvt li {
  position: relative;
  margin: 0;
  padding: 15px 16px 15px 42px;
  border: 1px solid rgba(228, 199, 125, 0.16);
  border-radius: var(--radius);
  background: rgba(21, 23, 26, 0.74);
}

.yczgvt li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 24px;
  width: 10px;
  height: 10px;
  border: 1px solid var(--gold-pale);
  border-radius: 50%;
}

.ORq3p5Nd1 {
  padding: calc(var(--header-height) + 72px) 0 58px;
  background:
    linear-gradient(135deg, rgba(6, 63, 52, 0.36), transparent 44%),
    linear-gradient(180deg, var(--graphite), var(--midnight));
}

.ORq3p5Nd1 p {
  max-width: 760px;
}

.CBu3UNYF {
  color: var(--gold-pale);
  font-weight: 700;
}

.KCJs6mdC {
  background: var(--midnight);
}

.Ht1XFEgYrU3 {
  align-items: start;
}

.Ht1XFEgYrU3 > * {
  min-width: 0;
}

.EVBNDZe3CeX {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(228, 199, 125, 0.18);
  border-radius: var(--radius);
  background: rgba(21, 23, 26, 0.82);
}

.EVBNDZe3CeX a {
  padding: 9px 0;
  border-bottom: 1px solid rgba(228, 199, 125, 0.08);
  color: var(--ivory-muted);
}

.EVBNDZe3CeX a:last-child {
  border-bottom: 0;
}

.N6DyKlx0S9 {
  max-width: 860px;
  overflow-wrap: break-word;
}

.N6DyKlx0S9 article {
  padding: 0 0 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(228, 199, 125, 0.14);
}

.N6DyKlx0S9 article:last-child {
  margin-bottom: 0;
}

.N6DyKlx0S9 h2 {
  font-size: clamp(1.45rem, 3.5vw, 2.05rem);
}

.N6DyKlx0S9 a {
  color: var(--gold-pale);
}

.hQ3EZZRBB {
  overflow-x: auto;
  border-radius: var(--radius);
}

.DxJx49AN {
  background: var(--black);
  border-top: 1px solid rgba(228, 199, 125, 0.18);
  padding: 52px 0 24px;
}

.fnWuFP5hJT {
  display: grid;
  gap: 30px;
}

.fnWuFP5hJT p {
  max-width: 380px;
  color: var(--muted);
}

.fnWuFP5hJT address,
.fnWuFP5hJT nav {
  display: grid;
  gap: 8px;
  font-style: normal;
}

.fnWuFP5hJT strong {
  color: var(--ivory);
  font-family: Georgia, "Times New Roman", serif;
  margin-bottom: 6px;
}

.fnWuFP5hJT a,
.fnWuFP5hJT span {
  color: var(--muted);
}

.fnWuFP5hJT a:hover {
  color: var(--gold-pale);
}

.D8EFYzA1 {
  margin-bottom: 16px;
}

.uhQcpiB {
  display: grid;
  gap: 8px;
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid rgba(228, 199, 125, 0.14);
}

.uhQcpiB p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 160;
  display: none;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  max-width: 1040px;
  margin: 0 auto;
  padding: 18px;
  border: 1px solid rgba(228, 199, 125, 0.35);
  border-radius: var(--radius);
  background: rgba(7, 8, 10, 0.96);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(14px);
}

.cookie-banner.is-visible {
  display: grid;
}

.cookie-banner strong {
  color: var(--ivory);
}

.cookie-banner p {
  margin: 4px 0 0;
  color: var(--ivory-muted);
  font-size: 0.94rem;
}

.xekOihmfDkH {
  flex: 0 0 auto;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

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

@media (min-width: 680px) {
  .container {
    width: min(1120px, calc(100% - 48px));
  }

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

  .dO8pzk4 {
    grid-template-columns: auto 1fr;
  }

  .uhQcpiB {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}

@media (min-width: 860px) {
  .nav-toggle {
    display: none;
  }

  .gg1AaH0 {
    position: static;
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 0;
    border: 0;
    background: transparent;
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }

  .gg1AaH0 a {
    padding: 7px 0;
    border-bottom: 1px solid transparent;
    font-size: 0.92rem;
  }

  .Rwf6vizxro,
  .YetYjle,
  .I7Dql5x37,
  .mVk7CsbqDD {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
  }

  .reverse .VhEy524B2m {
    order: 1;
  }

  .reverse .GEL9HtY95 {
    order: 2;
  }

  .ehU8YhCdJ5e {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ehU8YhCdJ5e.IWJWzkqqb .afzbuK2 {
    min-height: 285px;
  }

  .Ht1XFEgYrU3 {
    grid-template-columns: 250px 1fr;
  }

  .EVBNDZe3CeX {
    position: sticky;
    top: calc(var(--header-height) + 22px);
  }

  .fnWuFP5hJT {
    grid-template-columns: minmax(0, 1.3fr) minmax(220px, 0.7fr) minmax(220px, 0.7fr);
  }
}

@media (max-width: 859px) {
  .ehU8YhCdJ5e.IWJWzkqqb {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1120px) {
  .ehU8YhCdJ5e.IWJWzkqqb {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 679px) {
  :root {
    --header-height: 68px;
  }

  body {
    font-size: 15px;
  }

  .TpSxwwl {
    width: 38px;
    height: 38px;
  }

  .RVGiBWe {
    font-size: 1.05rem;
  }

  .section {
    padding: 58px 0;
  }

  .b1xm4x2lWN {
    min-height: 78svh;
    padding: calc(var(--header-height) + 58px) 0 64px;
  }

  .ORq3p5Nd1 {
    padding: calc(var(--header-height) + 52px) 0 46px;
  }

  .UySFRoXWrzb,
  .my1idY9Eu,
  .xekOihmfDkH {
    width: 100%;
  }

  .btn {
    width: 100%;
  }

  .ehU8YhCdJ5e,
  .ehU8YhCdJ5e.IWJWzkqqb {
    grid-template-columns: 1fr;
  }

  .afzbuK2 {
    min-height: auto;
  }

  .glqiyhbuWr {
    grid-template-columns: 42px 1fr;
  }

  .faq-answer p {
    padding-right: 0;
  }

  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    align-items: stretch;
  }
}
