:root{
  --maroon:#641725;
  --maroon-dark:#26080d;
  --gold:#d7a94a;
  --gold-light:#ffe4a3;
  --cream:#fff8eb;
  --cream-2:#f4e5cb;
  --ink:#2d1f1b;
  --muted:#765e57;
  --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Georgia,'Times New Roman',serif;
  background:linear-gradient(180deg,var(--cream),var(--cream-2));
  color:var(--ink);
  font-size:18px;
  line-height:1.48;
}
a{color:var(--maroon);font-weight:700;text-decoration-thickness:1px;text-underline-offset:3px}
img{max-width:100%;height:auto}
.wrap{max-width:1180px;margin:0 auto;padding:0 22px}

/* Clean WP 2018 style hero: photo visible, no dark shadow, no background logo */
.site-hero{
  position:relative;
  min-height:88vh;
  width:100%;
  overflow:hidden;
  background:url('/assets/images/landing-hero.jpg') center center / cover no-repeat !important;
  border-bottom:5px solid var(--gold);
}
.site-hero::before,
.site-hero::after,
.top::before,
.top::after,
.hero-header::before,
.hero-header::after{
  display:none !important;
  content:none !important;
}

.hero-logo{
  position:absolute;
  top:22px;
  left:24px;
  z-index:10;
  width:105px;
  display:block;
  text-decoration:none;
}
.hero-logo img{
  display:block;
  width:100%;
  height:auto;
  filter:none;
}
.lang-switch{
  position:absolute;
  top:24px;
  right:24px;
  z-index:11;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  flex-wrap:wrap;
}
.lang-switch a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:6px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(255,255,255,.85);
  color:#2b170f;
  box-shadow:0 3px 10px rgba(0,0,0,.12);
  font-size:15px;
  font-weight:900;
  line-height:1;
  text-decoration:none;
}
.lang-switch a.active{
  background:linear-gradient(180deg,#f7cf69,var(--gold));
  border-color:var(--gold);
  color:#24140e;
}
.hero-title-wrap{
  position:absolute;
  left:7vw;
  bottom:12vh;
  z-index:5;
  max-width:980px;
}
.hero-title-wrap h1{
  margin:0;
  color:#fff;
  font-size:clamp(44px,7vw,96px);
  line-height:.95;
  font-weight:900;
  letter-spacing:.2px;
  text-shadow:0 2px 4px rgba(0,0,0,.25);
}

/* Navigation */
.main-nav{
  background:rgba(255,248,235,.96);
  border-bottom:1px solid rgba(100,23,37,.14);
  box-shadow:0 8px 24px rgba(43,20,15,.06);
}
.main-nav .wrap{
  display:flex;
  gap:18px;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  padding-top:14px;
  padding-bottom:14px;
}
.main-nav a{
  color:var(--maroon);
  text-decoration:none;
  font-size:17px;
  white-space:nowrap;
}
.main-nav a:hover{text-decoration:underline}

.content-area{padding:42px 0}
.intro-card{
  text-align:center;
  max-width:980px;
  margin:0 auto 28px;
}
.welcome{
  color:var(--gold);
  font-weight:900;
  font-size:22px;
  margin:0 0 4px;
}
.intro-card h2{
  margin:0 0 10px;
  color:var(--maroon);
  font-size:clamp(34px,5vw,54px);
  line-height:1.05;
}
.intro-card p{font-size:20px}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  background:linear-gradient(180deg,#f4ca62,var(--gold));
  color:#26140e;
  padding:12px 22px;
  border-radius:999px;
  text-decoration:none;
  font-weight:900;
  box-shadow:0 8px 18px rgba(80,40,10,.16);
}
.card{
  background:rgba(255,255,255,.92);
  border:1px solid rgba(93,24,34,.12);
  border-radius:26px;
  padding:30px;
  box-shadow:0 14px 34px rgba(50,20,10,.08);
  margin:22px 0;
}
.card h2{color:var(--maroon);margin-top:0}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}
.footer{text-align:center;padding:34px;color:var(--muted)}

/* Safety: stop any previous patch from turning the logo into a background */
.top,.hero-header,.hero,.page-header{
  background-image:url('/assets/images/landing-hero.jpg') !important;
  background-size:cover !important;
  background-position:center center !important;
}
.logo-mark{display:none!important}
.tag,.hero-kicker,.nav,.hero-copy .tag{display:none!important}

@media(max-width:780px){
  body{font-size:17px}
  .site-hero{min-height:76vh;background-position:center center!important}
  .hero-logo{width:76px;top:14px;left:14px}
  .lang-switch{top:14px;right:12px;max-width:calc(100% - 105px);gap:5px}
  .lang-switch a{font-size:12px;padding:6px 8px;min-height:30px}
  .hero-title-wrap{left:18px;right:18px;bottom:9vh}
  .hero-title-wrap h1{font-size:clamp(40px,13vw,60px)}
  .main-nav .wrap{gap:12px;padding-top:12px;padding-bottom:12px}
  .main-nav a{font-size:15px}
  .content-area{padding:28px 0}
  .card{padding:24px;border-radius:22px}
}
@media(max-width:430px){
  .wrap{padding:0 16px}
  .site-hero{min-height:70vh}
  .hero-logo{width:66px}
  .lang-switch a{font-size:11px;padding:5px 7px}
}
