:root{
  --bg: #0f0f10;
  --panel: rgba(255,255,255,.05);
  --panel2: rgba(255,255,255,.03);
  --text: rgba(255,255,255,.92);
  --muted: rgba(255,255,255,.70);
  --line: rgba(255,255,255,.10);
  --gold: #caa86a;
  --gold2: #b89453;
  --shadow: 0 18px 45px rgba(0,0,0,.55);
  --radius: 18px;
  --container: 1100px;
  --font: ui-serif, "Georgia", "Times New Roman", serif;
  --font2: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

*{ box-sizing: border-box; }
html,body{ height: 100%; }

body{
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font2);
  line-height: 1.5;
}

a{ color: inherit; text-decoration: none; }
img{ max-width: 100%; display: block; }

.container{
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

/* ----------------------------
   Anchored background glows
----------------------------- */
.hero,
.section,
.footer{
  position: relative;
  overflow: clip;
}

/* HERO glow anchored to hero */
.hero::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 22% 30%, rgba(202,168,106,.20), transparent 55%),
    radial-gradient(circle at 86% 35%, rgba(202,168,106,.10), transparent 62%);
  opacity: 1;
}

/* Sections glow anchored per section */
.section::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 20%, rgba(202,168,106,.08), transparent 55%),
    radial-gradient(circle at 90% 60%, rgba(202,168,106,.06), transparent 60%);
  opacity: .95;
}

/* Muted section variant */
.section--muted::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 25% 35%, rgba(202,168,106,.10), transparent 58%),
    radial-gradient(circle at 80% 40%, rgba(202,168,106,.05), transparent 62%);
  opacity: 1;
}

/* Footer glow anchored to footer */
.footer::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 0%, rgba(202,168,106,.14), transparent 55%),
    radial-gradient(circle at 85% 30%, rgba(202,168,106,.07), transparent 60%);
  opacity: 1;
}

/* Ensure content sits above glows */
.hero__content,
.section > .container,
.footer__grid,
.footer__bottom,
.topbar{
  position: relative;
  z-index: 1;
}

/* ----------------------------
   A11y
----------------------------- */
.skip{
  position: absolute;
  left: -999px;
  top: 10px;
  background: #000;
  border: 1px solid var(--line);
  color: var(--text);
  padding: 10px 12px;
  border-radius: 10px;
}
.skip:focus{ left: 10px; z-index: 9999; }

/* ----------------------------
   Header
----------------------------- */
.topbar{
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10,10,10,.55);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.topbar__inner{
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 0;
}

.brand{
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 270px;
}
.brand__mark{
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(202,168,106,.95), rgba(202,168,106,.35)),
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.25), transparent 45%);
  box-shadow: 0 10px 24px rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.12);
}
.brand__name{
  font-family: var(--font);
  letter-spacing: .12em;
  font-size: 16px;
}
.brand__tag{
  font-size: 13px;
  color: var(--muted);
  margin-top: 2px;
}

.topnav{
  display: none;
  gap: 16px;
  margin-left: auto;
}
.topnav a{
  color: var(--muted);
  font-size: 14px;
}
.topnav a:hover{ color: var(--text); }

.lang{
  margin-left: auto;
  display: flex;
  gap: 8px;
}
.lang__btn{
  border: 1px solid var(--line);
  background: rgba(255,255,255,.03);
  color: var(--muted);
  padding: 8px 10px;
  border-radius: 12px;
  cursor: pointer;
}
.lang__btn:hover{ color: var(--text); border-color: rgba(202,168,106,.35); }
.lang__btn.is-active{
  color: var(--text);
  border-color: rgba(202,168,106,.6);
  background: rgba(202,168,106,.10);
}

@media (min-width: 980px){
  .topnav{ display: flex; }
  .lang{ margin-left: 0; }
}

/* ----------------------------
   Hero
----------------------------- */
.hero{
  min-height: 78vh;
  display: grid;
  place-items: stretch;
  border-bottom: 1px solid var(--line);
}

.hero__bg{
  position: absolute;
  inset: 0;
}
.hero__bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.95) contrast(1.05) brightness(.75);
  transform: scale(1.03);
}
.hero__overlay{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.60) 55%, rgba(0,0,0,.25) 100%),
    radial-gradient(700px 450px at 30% 40%, rgba(202,168,106,.18), transparent 60%);
}

.hero__content{
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
  padding: 80px 0;
}
@media (min-width: 980px){
  .hero__content{ grid-template-columns: 1.1fr 0.9fr; }
}

.hero__left{ max-width: 600px; }

.hero__title{
  margin: 0 0 14px;
  font-family: var(--font);
}
.hero__titleLine{
  display: block;
  font-size: clamp(34px, 4vw, 54px);
  letter-spacing: .10em;
}
.hero__subtitle{
  display: block;
  margin-top: 8px;
  font-size: clamp(18px, 2.1vw, 26px);
  color: var(--muted);
  font-family: var(--font2);
  letter-spacing: .02em;
}

.hero__lead{
  margin: 0 0 22px;
  max-width: 62ch;
  color: rgba(255,255,255,.78);
}

.hero__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid var(--line);
  font-size: 14px;
  letter-spacing: .02em;
  transition: transform .12s ease, border-color .12s ease, background .12s ease;
}
.btn:hover{ transform: translateY(-1px); }
.btn--primary{
  background: linear-gradient(135deg, rgba(202,168,106,.95), rgba(184,148,83,.70));
  border-color: rgba(255,255,255,.16);
  color: #1b1408;
  box-shadow: var(--shadow);
}
.btn--ghost{
  background: rgba(255,255,255,.04);
  color: var(--text);
}

/* Right column image */
.hero__right{ display: none; }
@media (min-width: 980px){
  .hero__right{
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.portrait{
  width: 100%;
  max-width: 420px;
  aspect-ratio: 4 / 5;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 25px 60px rgba(0,0,0,.6);
  background: rgba(255,255,255,.03);
}
.portrait img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

/* ----------------------------
   Sections
----------------------------- */
.section{
  padding: 62px 0;
}
.section--muted{
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.section__title{
  margin: 0 0 26px;
  font-family: var(--font);
  letter-spacing: .04em;
  text-align: center;
  font-size: clamp(26px, 3vw, 34px);
}
.section__lead{
  margin: -10px auto 26px;
  max-width: 70ch;
  text-align: center;
  color: var(--muted);
}

/* Cards */
.cards{
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
.card{
  background: rgba(255,255,255,.03);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,.35);
}
.card img{
  width: 100%;
  height: 220px;
  object-fit: cover;
  filter: saturate(.98) contrast(1.02) brightness(.88);
}
.card__body{ padding: 16px; }
.card__title{
  margin: 0 0 8px;
  font-family: var(--font);
  letter-spacing: .02em;
}
.card__meta{
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

@media (min-width: 900px){
  .cards{ grid-template-columns: repeat(3, 1fr); }
  .card img{ height: 200px; }
}

/* Steps */
.steps{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}
.step{
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,.02);
}
.step__num{
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-family: var(--font);
  font-size: 22px;
  color: #1b1408;
  background: linear-gradient(135deg, rgba(202,168,106,.95), rgba(184,148,83,.60));
  box-shadow: 0 10px 22px rgba(0,0,0,.35);
}
.step__text{
  font-size: 15px;
  color: rgba(255,255,255,.86);
}

@media (min-width: 900px){
  .steps{ grid-template-columns: repeat(4, 1fr); }
  .step{ grid-template-columns: 64px 1fr; }
}

/* Split panels */
.split{
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
.panel{
  background: rgba(255,255,255,.03);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
}
.panel__title{
  margin: 0 0 12px;
  font-family: var(--font);
}
.list{
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}
.list li{ margin: 8px 0; }

@media (min-width: 900px){
  .split{ grid-template-columns: 1fr 1fr; }
}

/* ----------------------------
   Footer
----------------------------- */
.footer{
  padding: 52px 0 22px;
  border-top: 1px solid var(--line);
}
.footer__grid{
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
  align-items: stretch;
}
.footer__title{
  margin: 0 0 16px;
  font-family: var(--font);
  letter-spacing: .04em;
}
.contact{
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: rgba(255,255,255,.02);
}
.contact__line{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  color: rgba(255,255,255,.86);
}
.contact__line:hover{ color: var(--text); }
.icon{ width: 22px; text-align: center; opacity: .85; }
.fineprint{
  margin: 12px 0 0;
  color: rgba(255,255,255,.55);
  font-size: 12px;
}

.map{
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(255,255,255,.02);
}
.map__frame{
  height: 260px;
  position: relative;
  background: rgba(255,255,255,.02);
}
.map__frame iframe{
  width: 100%;
  height: 100%;
  display: block;
}

.footer__bottom{
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.muted{ color: rgba(255,255,255,.62); }