:root{
  --bg:#070808;
  --panel:#0b0e0d;
  --panel2:#101313;
  --ink:#f4efe6;
  --muted:#d6cec2;
  --soft:#a59b8e;
  --gold:#c8a46d;
  --gold2:#e5c88b;
  --bronze:#8f6a38;
  --red:#7f0b14;
  --red2:#a40d18;
  --line:rgba(196,154,90,.30);
  --max:1480px;
  --header:82px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family:Inter,Segoe UI,Arial,sans-serif;
  line-height:1.58;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
main{background:var(--bg)}

.site-header{
  height:var(--header);
  position:sticky;
  top:0;
  z-index:50;
  display:grid;
  grid-template-columns:minmax(300px,390px) 1fr 86px;
  align-items:center;
  gap:24px;
  padding:0 clamp(24px,3.6vw,52px);
  background:linear-gradient(180deg,rgba(5,6,6,.99),rgba(8,9,9,.97));
  border-bottom:1px solid rgba(196,154,90,.30);
  box-shadow:0 14px 34px rgba(0,0,0,.36);
}
.brand{
  display:flex;
  align-items:center;
  gap:13px;
  min-width:0;
}
.brand-mark{
  width:86px;
  height:58px;
  object-fit:contain;
  flex:0 0 auto;
  filter:drop-shadow(0 6px 9px rgba(0,0,0,.65)) drop-shadow(0 0 8px rgba(218,175,100,.20));
}
.brand-type{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
  line-height:1;
}
.brand-type span{
  font-family:Georgia,Times New Roman,serif;
  font-size:25px;
  letter-spacing:.13em;
  color:var(--gold2);
  background:linear-gradient(180deg,#fff0bd 0%,#c69b55 42%,#6f4b24 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  text-shadow:0 1px 0 rgba(255,255,255,.10),0 10px 16px rgba(0,0,0,.55);
  white-space:nowrap;
}
.brand-type small{
  margin-top:9px;
  font-size:11px;
  letter-spacing:.38em;
  color:#dac08a;
  font-weight:700;
  white-space:nowrap;
  position:relative;
  padding-left:28px;
}
.brand-type small:before,.brand-type small:after{
  content:"";
  position:absolute;
  top:50%;
  width:22px;
  border-top:1px solid var(--gold);
}
.brand-type small:before{left:0}
.brand-type small:after{left:120px}
.footer-brand .brand-mark{width:78px;height:52px}
.footer-brand .brand-type span{font-size:22px}
.footer-brand .brand-type small{font-size:9px}

.main-nav{
  justify-self:center;
  display:flex;
  align-items:center;
  gap:clamp(24px,3vw,46px);
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:.14em;
  font-weight:700;
}
.main-nav a{
  height:var(--header);
  display:flex;
  align-items:center;
  color:#f4f2ee;
  border-bottom:2px solid transparent;
}
.main-nav a:hover,.main-nav a[aria-current="page"]{
  color:var(--gold2);
  border-bottom-color:var(--gold);
}
.lang{position:relative;justify-self:end;white-space:nowrap}
.lang-btn{
  background:transparent;
  color:#fff;
  border:0;
  display:flex;
  gap:9px;
  align-items:center;
  font-size:12px;
  letter-spacing:.14em;
  cursor:pointer;
  padding:10px;
}
.lang-menu{
  display:none;
  position:absolute;
  right:0;
  top:42px;
  width:128px;
  background:#111516;
  border:1px solid rgba(255,255,255,.09);
  box-shadow:0 22px 46px rgba(0,0,0,.48);
  padding:8px 0;
}
.lang.open .lang-menu{display:block}
.lang-menu button{
  width:100%;
  background:none;
  border:0;
  color:#fff;
  text-align:left;
  padding:9px 16px; white-space:nowrap;
  cursor:pointer;
}
.lang-menu button:hover{background:rgba(255,255,255,.06)}
.nav-toggle{display:none;background:none;border:0;color:#fff;font-size:28px;line-height:1}

.hero{
  max-width:var(--max);
  margin:0 auto;
  display:grid;
  grid-template-columns:38% 62%;
  min-height:520px;
  border-bottom:1px solid var(--line);
  background:#090b0b;
}
.hero-copy{
  padding:64px clamp(38px,4.8vw,74px);
  background:linear-gradient(90deg,rgba(31,8,8,.26),rgba(9,10,10,.96) 72%,rgba(9,10,10,.20));
  position:relative;
  z-index:2;
}
.eyebrow{
  text-transform:uppercase;
  letter-spacing:.25em;
  color:var(--gold);
  font-size:12px;
  font-weight:800;
  margin:0 0 17px;
}
.hero h1,.about h2,.service h2,.page-hero h1,.detail-list h2,.content-split h2{
  font-family:Georgia,Times New Roman,serif;
  font-weight:400;
  margin:0;
  line-height:1.05;
  letter-spacing:-.025em;
}
.hero h1{
  font-size:clamp(36px,3.1vw,46px);
  max-width:540px;
}
.hero h1 em,.about h2 em{font-style:normal;color:var(--gold)}
.rule{
  width:50px;
  border-top:2px solid var(--gold);
  margin:25px 0;
}
.lead{
  color:#ede7de;
  max-width:560px;
  font-size:15px;
  line-height:1.68;
}
.meta{
  text-transform:uppercase;
  letter-spacing:.15em;
  color:var(--gold);
  font-size:11px;
  margin-top:25px;
  line-height:1.7;
}
.meta span{margin:0 15px;color:#7f6950}
.actions{display:flex;gap:18px;margin-top:28px;flex-wrap:wrap}
.btn{
  min-height:44px;
  padding:0 26px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-size:11px;
  font-weight:800;
  border:1px solid var(--line);
}
.btn.primary{background:linear-gradient(135deg,#c5a067,#8a632f);border-color:rgba(229,200,139,.55);color:#090909}
.btn.ghost{background:rgba(0,0,0,.16);color:#fff}
.btn b{font-size:20px;font-weight:300;color:#e8cb8f}
.hero-image{
  margin:0;
  min-width:0;
  overflow:hidden;
  border-left:1px solid rgba(196,154,90,.18);
}
.hero-image img{
  width:100%;
  height:100%;
  min-height:520px;
  object-fit:cover;
  object-position:72% center;
}

.services{
  max-width:var(--max);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:linear-gradient(180deg,#101313,#0a0d0c);
  border-bottom:1px solid var(--line);
}
.service{
  padding:46px clamp(30px,3.3vw,48px);
  min-height:238px;
  border-right:1px solid var(--line);
}
.service:last-child{border-right:0}
.num{color:var(--gold);font-size:11px;letter-spacing:.12em}
.num:after{
  content:"";
  display:block;
  width:44px;
  border-top:1px solid var(--gold);
  margin:8px 0 13px;
}
.service h2{font-size:clamp(26px,2vw,31px)}
.service p{font-size:14px;color:#dbd4ca;max-width:320px}
.service a,.about-panel a,.detail-list a{
  display:inline-block;
  margin-top:8px;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:11px;
  font-weight:800;
}
.service a:after,.about-panel a:after{content:" →";font-size:17px;margin-left:12px}

.home-lower{
  max-width:var(--max);
  margin:0 auto;
  display:grid;
  grid-template-columns:300px minmax(410px,1.35fr) minmax(330px,1fr) minmax(300px,.95fr);
  background:#0a0d0c;
  border-bottom:1px solid var(--line);
}
.home-lower>*{border-right:1px solid var(--line);padding:38px;min-width:0}
.home-lower>*:last-child{border-right:0}
.landscape{margin:0;padding:0!important;overflow:hidden}
.landscape img{height:100%;width:100%;object-fit:cover;filter:saturate(.68) contrast(1.02)}
.about h2{font-size:36px}
.about-panel p:not(.eyebrow){color:#dbd4ca;font-size:14px;max-width:570px}
.facts div{position:relative;padding-left:44px;margin-bottom:25px}
.facts div:before{content:"";position:absolute;left:0;top:3px;width:23px;height:23px;border:1px solid var(--gold);border-radius:3px}
.facts strong{display:block;color:var(--gold);text-transform:uppercase;letter-spacing:.14em;font-size:11px}
.facts span,.contact-teaser p{font-size:13px;color:#ddd4c8}
.contact-teaser .btn{margin-top:12px}

.site-footer{
  max-width:var(--max);
  margin:0 auto;
  display:grid;
  grid-template-columns:270px minmax(300px,1fr) 220px minmax(260px,1fr);
  align-items:center;
  gap:34px;
  padding:28px 54px;
  background:#090b0b;
  color:#d7cec1;
  border-top:1px solid rgba(196,154,90,.22);
}
.site-footer p{font-size:13px}
.footer-links{
  display:flex;
  gap:34px;
  text-transform:uppercase;
  letter-spacing:.14em;
  color:var(--gold);
  font-size:12px;
}

/* Interior pages */
.page-hero{
  max-width:var(--max);
  margin:0 auto;
  background:linear-gradient(90deg,rgba(32,8,8,.20),rgba(12,14,14,.96) 46%,#0b0d0d);
  border-bottom:1px solid var(--line);
  padding:78px clamp(42px,5vw,80px) 82px;
}
.page-hero h1{font-size:clamp(36px,3.5vw,50px);max-width:820px}
.page-hero .lead{max-width:760px}
.detail-list{
  max-width:var(--max);
  margin:0 auto;
  background:#0b0d0d;
  display:grid;
  grid-template-columns:1fr 1fr;
  border-bottom:1px solid var(--line);
}
.detail-list article{
  padding:54px clamp(40px,5vw,70px);
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
  min-height:260px;
}
.detail-list article:nth-child(2n){border-right:0}
.detail-list h2{font-size:34px}
.detail-list p,.content-split p,.text-page p{color:#ddd4c8;max-width:760px}
.content-split,.contact-page{
  max-width:var(--max);
  margin:0 auto;
  background:#0b0d0d;
  display:grid;
  grid-template-columns:42% 58%;
  border-bottom:1px solid var(--line);
}
.content-split>* ,.contact-page>*{padding:54px clamp(38px,5vw,70px)}
.content-split figure{margin:0;padding:0}
.content-split img{width:100%;height:100%;object-fit:cover;filter:saturate(.72)}
.content-split h2{font-size:40px}
.contact-page{grid-template-columns:34% 66%}
.contact-form{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px;min-width:0}
.contact-form input,.contact-form select,.contact-form textarea{
  width:100%;
  background:rgba(0,0,0,.20);
  border:1px solid rgba(196,154,90,.22);
  color:#fff;
  padding:14px 15px;
  font:inherit;
  font-size:13px;
  outline:none;
}
.contact-form select{
  appearance:none;
  -webkit-appearance:none;
  color:#f7ead4;
  background-image:linear-gradient(45deg,transparent 50%,rgba(205,166,103,.9) 50%),linear-gradient(135deg,rgba(205,166,103,.9) 50%,transparent 50%);
  background-position:calc(100% - 18px) 50%,calc(100% - 12px) 50%;
  background-size:6px 6px,6px 6px;
  background-repeat:no-repeat;
}
.contact-form select option{background:#111;color:#f7ead4}
.hp-field{display:none!important}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:rgba(196,154,90,.55);box-shadow:0 0 0 1px rgba(196,154,90,.16)}
.contact-form input[name=subject],.contact-form textarea{grid-column:1/3}
.contact-form textarea{min-height:125px;resize:vertical}
.contact-form button{width:max-content;height:43px}
.text-page{
  max-width:var(--max);
  margin:0 auto;
  background:#0b0d0d;
  padding:60px clamp(38px,5vw,80px);
  border-bottom:1px solid var(--line);
}
.text-page h2{font-family:Georgia,Times New Roman,serif;font-size:40px;font-weight:400}

/* Tablet */
@media (max-width:1180px){
  :root{--header:82px}
  .site-header{
    grid-template-columns:280px 1fr 78px;
    padding:0 28px;
  }
  .brand-mark{width:76px;height:52px}
  .brand-type span{font-size:23px}
  .brand-type small{font-size:9px;letter-spacing:.32em}
  .main-nav{gap:24px;font-size:11px}
  .hero{
    grid-template-columns:45% 55%;
    min-height:500px;
  }
  .hero-copy{padding:54px 38px}
  .hero h1{font-size:clamp(34px,3.8vw,43px)}
  .hero-image img{min-height:500px;object-position:72% center}
  .services{grid-template-columns:repeat(2,1fr)}
  .service:nth-child(2n){border-right:0}
  .home-lower{grid-template-columns:330px 1fr 1fr}
  .contact-teaser{grid-column:1/-1;border-top:1px solid var(--line)}
  .site-footer{grid-template-columns:240px 1fr;gap:20px}
  .footer-links{gap:22px}
}

/* iPad portrait and small tablets */
@media (max-width:900px){
  .site-header{
    grid-template-columns:48px 1fr 76px;
    padding:0 22px;
  }
  .nav-toggle{display:block;grid-column:1;grid-row:1}
  .brand{justify-self:center;grid-column:2}
  .brand-mark{width:68px;height:46px}
  .brand-type span{font-size:20px;letter-spacing:.10em}
  .brand-type small{font-size:8px;letter-spacing:.26em;margin-top:7px}
  .brand-type small:after{left:100px}
  .main-nav{
    display:none;
    position:absolute;
    left:0;
    right:0;
    top:var(--header);
    background:#090b0b;
    padding:20px 24px 26px;
    gap:18px;
    flex-direction:column;
    border-bottom:1px solid var(--line);
  }
  .main-nav.open{display:flex}
  .main-nav a{height:auto;padding:7px 0}
  .lang{grid-column:3;grid-row:1}
  .hero{
    grid-template-columns:1fr;
  }
  .hero-copy{
    padding:52px 42px 42px;
    background:linear-gradient(120deg,rgba(45,6,8,.34),rgba(9,10,10,.98));
  }
  .hero h1{font-size:34px;max-width:620px}
  .hero-image{border-left:0;border-top:1px solid rgba(196,154,90,.18)}
  .hero-image img{
    min-height:390px;
    height:390px;
    object-position:72% center;
  }
  .home-lower{grid-template-columns:1fr 1fr}
  .landscape{display:none}
  .contact-teaser{grid-column:auto;border-top:0}
  .content-split,.contact-page{grid-template-columns:1fr}
  .content-split figure{min-height:320px}
  .page-hero{padding-top:64px;padding-bottom:70px}
}

/* iPhone */
@media (max-width:640px){
  :root{--header:72px}
  .site-header{
    grid-template-columns:42px minmax(0,1fr) 64px;
    padding:0 16px;
    overflow:visible;
  }
  .brand{gap:9px;max-width:245px}
  .brand-mark{width:52px;height:36px}
  .brand-type span{font-size:16px;letter-spacing:.08em}
  .brand-type small{font-size:6.5px;letter-spacing:.20em;padding-left:18px;margin-top:5px}
  .brand-type small:before{width:17px}
  .brand-type small:after{left:74px;width:14px}
  .nav-toggle{font-size:25px}
  .lang-btn{font-size:11px;padding:8px 0}
  .lang-menu{right:0;top:38px}
  .hero-copy{
    padding:42px 26px 34px;
  }
  .eyebrow{font-size:11px;letter-spacing:.22em}
  .hero h1{font-size:30px;line-height:1.10}
  .lead{font-size:14px;line-height:1.62}
  .meta{font-size:10px}
  .meta span{margin:0 8px}
  .actions{gap:12px}
  .btn{width:100%;justify-content:space-between}
  .hero-image img{
    height:260px;
    min-height:260px;
    object-position:74% center;
  }
  .services{grid-template-columns:1fr}
  .service{border-right:0;border-bottom:1px solid var(--line);padding:34px 26px;min-height:auto}
  .home-lower{grid-template-columns:1fr}
  .home-lower>*{border-right:0;border-bottom:1px solid var(--line);padding:32px 26px}
  .about h2{font-size:32px}
  .facts div{margin-bottom:20px}
  .site-footer{
    grid-template-columns:1fr;
    padding:30px 26px;
    gap:18px;
  }
  .footer-links{flex-direction:column;gap:10px}
  .footer-brand{justify-self:start}
  .page-hero{padding:50px 26px 56px}
  .page-hero h1{font-size:31px;line-height:1.10}
  .detail-list{grid-template-columns:1fr}
  .detail-list article{border-right:0;padding:36px 26px;min-height:auto}
  .detail-list h2{font-size:30px}
  .content-split>* ,.contact-page>*{padding:36px 26px}
  .contact-form{grid-template-columns:1fr}
  .contact-form input[name=subject],.contact-form textarea{grid-column:auto}
}


/* v18 gold embossed brand correction */
.brand-type small:before,.brand-type small:after{border-top-color:var(--gold)!important}
.brand:hover .brand-mark{filter:drop-shadow(0 7px 11px rgba(0,0,0,.70)) drop-shadow(0 0 10px rgba(229,200,139,.26))}
.hero-copy,.page-hero{background-blend-mode:multiply}
.btn.primary b{color:#111}
.btn.ghost{border-color:rgba(200,164,109,.42)}
.btn.ghost:hover,.btn.primary:hover{transform:translateY(-1px)}
.site-header:after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:-1px;
  border-bottom:1px solid rgba(229,200,139,.18);
  pointer-events:none;
}

@media (min-width:901px){
  .brand{max-width:390px}
  .hero-image img{object-position:72% center}
}
@media (max-width:900px){
  .hero-copy{background:linear-gradient(120deg,rgba(24,7,7,.22),rgba(9,10,10,.98))!important}
  .hero h1{max-width:560px}
  .brand{max-width:280px}
}
@media (max-width:640px){
  .site-header{position:sticky}
  .brand{justify-self:center;max-width:220px}
  .brand-mark{width:48px!important;height:34px!important}
  .brand-type span{font-size:15px!important}
  .brand-type small{font-size:6px!important}
  .hero{display:flex;flex-direction:column}
  .hero-copy{padding:34px 24px 28px!important}
  .hero h1{font-size:29px!important;max-width:330px}
  .lead{font-size:13.5px!important;max-width:330px}
  .hero-image{order:2}
  .hero-image img{height:245px!important;min-height:245px!important;object-position:76% center!important}
  .actions .btn{min-height:42px}
  .page-hero{padding:42px 24px 48px!important}
  .page-hero h1{font-size:30px!important;max-width:360px}
}


/* v19 brand master refinement — controlled baseline from v18 */
:root{
  --bg:#070807;
  --panel:#090c0b;
  --panel2:#0d1110;
  --ink:#f2eee6;
  --muted:#d3cabd;
  --soft:#9f9689;
  --gold:#bd9354;
  --gold2:#e0c184;
  --bronze:#8f6734;
  --red:#5f080d;
  --red2:#8d1118;
  --line:rgba(189,147,84,.28);
  --header:86px;
}

/* Brand: smaller, calmer, champagne-bronze, no blocky red mark */
.site-header{
  grid-template-columns:minmax(260px,360px) 1fr 74px;
  padding-left:clamp(24px,3vw,48px);
  padding-right:clamp(24px,3vw,48px);
  background:linear-gradient(180deg,rgba(5,6,6,.995),rgba(7,8,8,.985));
}
.brand{gap:12px}
.brand-mark{
  width:62px!important;
  height:62px!important;
  object-fit:contain;
  opacity:.96;
  filter:drop-shadow(0 8px 14px rgba(0,0,0,.72)) drop-shadow(0 0 6px rgba(224,193,132,.18));
}
.brand-type span{
  font-size:24px;
  letter-spacing:.16em;
}
.brand-type small{
  font-size:9px;
  letter-spacing:.34em;
  color:#d7b878;
  margin-top:8px;
}
.brand-type small:after{left:108px;width:22px}

/* Desktop hero: less oversized, more editorial balance */
.hero{
  max-width:var(--max);
  margin:0 auto;
  display:grid;
  grid-template-columns:38% 62%;
  min-height:560px;
  border-left:1px solid var(--line);
  border-right:1px solid var(--line);
}
.hero-copy{
  padding:clamp(54px,5.4vw,86px) clamp(44px,4.8vw,76px);
  background:
    radial-gradient(circle at 5% 8%,rgba(95,8,13,.28),transparent 34%),
    linear-gradient(100deg,rgba(9,11,10,.99),rgba(9,12,11,.95));
}
.hero h1{
  font-size:clamp(42px,3.65vw,62px);
  line-height:1.03;
  letter-spacing:-.035em;
  max-width:520px;
}
.hero h1 em{color:var(--gold2);font-style:normal}
.lead{
  max-width:455px;
  font-size:15px;
  line-height:1.7;
}
.meta{
  max-width:460px;
  line-height:1.45;
}
.hero-image{
  border-left:1px solid var(--line);
  overflow:hidden;
}
.hero-image img{
  width:100%;
  height:100%;
  min-height:560px;
  object-fit:cover;
  object-position:64% center!important;
}

/* Cards and lower panels: calmer and more premium */
.service{
  padding:44px clamp(30px,3.4vw,54px);
  min-height:260px;
}
.service h2{font-size:31px;line-height:1.03}
.service p{font-size:14px;line-height:1.65;max-width:370px}
.home-lower{
  max-width:var(--max);
  margin:0 auto;
  border-left:1px solid var(--line);
  border-right:1px solid var(--line);
}
.home-lower > *{padding:42px clamp(30px,3vw,52px)}
.about h2{font-size:38px;line-height:1.04}
.footer-brand .brand-mark{width:58px!important;height:58px!important}
.site-footer{
  max-width:var(--max);
  margin:0 auto;
  border-left:1px solid var(--line);
  border-right:1px solid var(--line);
}

/* Subpages: no giant overpowering headings */
.page-hero{
  max-width:var(--max);
  margin:0 auto;
  padding:72px clamp(42px,6vw,100px) 84px;
  min-height:auto;
  background:
    radial-gradient(circle at 0% 12%,rgba(95,8,13,.20),transparent 33%),
    linear-gradient(100deg,rgba(10,12,11,.98),rgba(7,8,8,.98));
  border-left:1px solid var(--line);
  border-right:1px solid var(--line);
}
.page-hero h1{
  font-size:clamp(42px,4vw,64px);
  line-height:1.04;
  letter-spacing:-.035em;
  max-width:880px;
}
.page-hero p{max-width:760px}

/* Tablet / iPad */
@media (max-width:1100px){
  :root{--header:82px}
  .site-header{
    grid-template-columns:minmax(240px,310px) 1fr 70px;
    gap:14px;
    padding:0 28px;
  }
  .brand-mark{width:56px!important;height:56px!important}
  .brand-type span{font-size:21px}
  .main-nav{gap:22px;font-size:11px}
  .hero{
    grid-template-columns:42% 58%;
    min-height:520px;
  }
  .hero-copy{padding:52px 36px}
  .hero h1{font-size:clamp(38px,4vw,50px)}
  .hero-image img{min-height:520px;object-position:66% center!important}
  .services{grid-template-columns:repeat(2,1fr)}
  .service{min-height:230px}
  .home-lower{grid-template-columns:1.1fr 1.4fr 1fr}
  .contact-teaser{display:block}
}

/* Mobile / iPhone: no overlay, no narrow text column */
@media (max-width:760px){
  :root{--header:74px}
  body{overflow-x:hidden}
  .site-header{
    grid-template-columns:44px minmax(0,1fr) 58px;
    padding:0 16px;
  }
  .nav-toggle{
    display:block!important;
    grid-column:1;
    justify-self:start;
  }
  .brand{
    grid-column:2;
    justify-self:center;
    max-width:230px;
    gap:9px;
  }
  .brand-mark{width:42px!important;height:42px!important}
  .brand-type span{font-size:17px!important;letter-spacing:.12em}
  .brand-type small{
    font-size:6.5px!important;
    letter-spacing:.26em;
    margin-top:6px;
    padding-left:18px;
  }
  .brand-type small:before{width:14px}
  .brand-type small:after{left:78px;width:14px}
  .lang{grid-column:3}
  .main-nav{
    position:absolute;
    left:0;right:0;top:var(--header);
    display:none;
    background:rgba(6,7,7,.985);
    border-bottom:1px solid var(--line);
    padding:18px 24px 24px;
    flex-direction:column;
    align-items:flex-start;
    gap:0;
  }
  .main-nav.open{display:flex}
  .main-nav a{height:auto;padding:12px 0;border-bottom:0}
  .hero{
    display:flex!important;
    flex-direction:column!important;
    grid-template-columns:1fr!important;
    min-height:0;
    border-left:0;border-right:0;
  }
  .hero-copy{
    width:100%!important;
    padding:42px 28px 34px!important;
    background:
      radial-gradient(circle at 0% 0%,rgba(95,8,13,.18),transparent 32%),
      linear-gradient(110deg,rgba(8,10,9,.99),rgba(7,8,8,.98))!important;
  }
  .eyebrow{font-size:10px;letter-spacing:.22em}
  .hero h1{
    font-size:38px!important;
    line-height:1.05!important;
    letter-spacing:-.035em;
    max-width:330px!important;
  }
  .rule{margin:18px 0 22px}
  .lead{
    font-size:14px!important;
    line-height:1.62!important;
    max-width:340px!important;
  }
  .meta{
    font-size:9.5px!important;
    max-width:320px!important;
  }
  .actions{display:grid;grid-template-columns:1fr;gap:12px;max-width:320px}
  .btn{width:100%;min-height:44px;padding:0 18px}
  .hero-image{
    order:2;
    width:100%!important;
    border-left:0;
    border-top:1px solid var(--line);
  }
  .hero-image img{
    width:100%;
    height:260px!important;
    min-height:260px!important;
    object-fit:cover;
    object-position:72% center!important;
  }
  .services{grid-template-columns:1fr!important}
  .service{padding:34px 28px!important;border-right:0;min-height:auto}
  .service h2{font-size:28px}
  .home-lower{grid-template-columns:1fr!important;border-left:0;border-right:0}
  .landscape{display:block!important;min-height:260px}
  .home-lower > *{padding:34px 28px!important;border-right:0}
  .about h2{font-size:31px!important}
  .page-hero{
    padding:46px 28px 58px!important;
    border-left:0;border-right:0;
  }
  .page-hero h1{
    font-size:34px!important;
    max-width:340px!important;
    line-height:1.06!important;
  }
  .detail-list{grid-template-columns:1fr!important}
  .detail-list article{padding:34px 28px!important;min-height:auto;border-right:0}
  .content-split,.contact-page{grid-template-columns:1fr!important}
  .content-split>* ,.contact-page>*{padding:34px 28px!important}
  .contact-form{grid-template-columns:1fr!important}
  .site-footer{
    grid-template-columns:1fr!important;
    padding:30px 28px!important;
    border-left:0;border-right:0;
  }
  .footer-brand .brand-mark{width:46px!important;height:46px!important}
}


.form-feedback{
  margin: 0 0 18px;
  padding: 14px 16px;
  border: 1px solid rgba(210,178,118,.32);
  border-radius: 14px;
  background: rgba(255,255,255,.055);
  color: #f5ead6;
  font-size: 14px;
  line-height: 1.55;
}
.form-feedback-error{
  border-color: rgba(170,75,65,.42);
}


/* v24 perfection baseline: typography, rhythm and contact refinement */
:root{
  --max:1420px;
  --header:78px;
  --line:rgba(196,154,90,.24);
}
.site-header{
  height:var(--header);
  grid-template-columns:minmax(260px,340px) 1fr 78px;
  padding:0 clamp(22px,3.4vw,48px);
  box-shadow:0 10px 24px rgba(0,0,0,.28);
}
.brand-mark{width:70px;height:48px}
.brand-type span{font-size:22px;letter-spacing:.12em}
.brand-type small{font-size:9px;letter-spacing:.32em;margin-top:7px}
.main-nav{gap:34px;font-size:11px}
.main-nav a:after{bottom:0}

.hero{
  grid-template-columns:37% 63%;
  min-height:500px;
}
.hero-copy{
  padding:56px clamp(34px,4.4vw,64px);
  background:linear-gradient(90deg,rgba(26,8,7,.16),rgba(8,10,10,.98) 70%,rgba(8,10,10,.14));
}
.eyebrow{font-size:11px;letter-spacing:.24em;margin-bottom:16px}
.hero h1{
  font-size:clamp(32px,2.75vw,42px);
  line-height:1.08;
  max-width:500px;
}
.rule{width:42px;margin:20px 0;border-top-width:1px}
.lead{font-size:14px;line-height:1.65;max-width:520px}
.meta{font-size:10px;letter-spacing:.14em;margin-top:22px}
.actions{margin-top:24px}
.btn{min-height:42px;padding:0 24px;font-size:10.5px;letter-spacing:.13em}
.hero-image img{min-height:500px;object-position:70% center}

.services{background:linear-gradient(180deg,#0f1211,#0a0d0c)}
.service{padding:40px clamp(28px,3vw,44px);min-height:220px}
.service h2{font-size:clamp(22px,1.72vw,27px);line-height:1.06}
.service p{font-size:13.5px;line-height:1.55;max-width:310px}
.service a,.about-panel a,.detail-list a{font-size:10px;letter-spacing:.18em;margin-top:6px}

.home-lower{
  grid-template-columns:285px minmax(390px,1.32fr) minmax(310px,.98fr) minmax(280px,.9fr);
}
.home-lower>*{padding:34px}
.about h2{font-size:31px;line-height:1.05}
.about-panel p:not(.eyebrow){font-size:13.5px;line-height:1.6}
.facts div{margin-bottom:20px}
.contact-teaser p{font-size:13px}

.site-footer{
  padding:24px 48px;
  grid-template-columns:250px minmax(300px,1fr) 210px minmax(230px,1fr);
}
.site-footer p{font-size:12.5px}

/* Interior pages: less oversized, less empty, more controlled */
.page-hero{
  padding:56px clamp(42px,5vw,76px) 58px;
  min-height:0;
  background:linear-gradient(90deg,rgba(26,8,7,.13),rgba(10,12,12,.98) 48%,#0b0d0d);
}
.page-hero h1{
  font-size:clamp(30px,2.6vw,42px);
  line-height:1.08;
  max-width:760px;
  letter-spacing:-.02em;
}
.page-hero .lead{font-size:14px;max-width:700px}

.detail-list article{
  padding:44px clamp(36px,4.5vw,62px);
  min-height:220px;
}
.detail-list h2{font-size:clamp(24px,1.9vw,30px)}
.detail-list p,.content-split p,.text-page p{font-size:14px;line-height:1.62}

.content-split>* ,.contact-page>*{padding:44px clamp(36px,4.5vw,62px)}
.content-split h2{font-size:clamp(27px,2.2vw,34px);line-height:1.08}
.content-split figure{min-height:330px}
.content-split img{object-position:center}

.contact-page{
  grid-template-columns:34% 66%;
  align-items:start;
}
.form-feedback{
  grid-column:2;
  border:1px solid rgba(196,154,90,.30);
  background:rgba(196,154,90,.055);
  color:#efe7db;
  padding:16px 18px;
  font-size:13px;
  line-height:1.55;
  margin-bottom:16px;
  min-height:0;
}
.form-feedback[hidden]{display:none!important}
.contact-form{gap:12px}
.contact-form input,.contact-form select,.contact-form textarea{
  padding:13px 14px;
  font-size:13px;
  background:rgba(0,0,0,.16);
  border-color:rgba(196,154,90,.20);
}
.contact-form textarea{min-height:112px}
.contact-form button{height:42px}

@media (max-width:1180px){
  :root{--header:76px}
  .site-header{grid-template-columns:250px 1fr 72px;padding:0 24px}
  .brand-mark{width:62px;height:42px}
  .brand-type span{font-size:20px}
  .brand-type small{font-size:8px}
  .main-nav{gap:22px}
  .hero{grid-template-columns:43% 57%;min-height:470px}
  .hero-copy{padding:46px 34px}
  .hero h1{font-size:clamp(30px,3.3vw,38px)}
  .hero-image img{min-height:470px}
  .home-lower{grid-template-columns:300px 1fr 1fr}
}

@media (max-width:900px){
  .site-header{grid-template-columns:44px 1fr 70px}
  .brand-mark{width:54px;height:38px}
  .brand-type span{font-size:18px}
  .hero{grid-template-columns:1fr}
  .hero-copy{padding:42px 38px 36px;background:linear-gradient(120deg,rgba(28,8,7,.18),rgba(9,10,10,.98))}
  .hero h1{font-size:32px;max-width:560px}
  .hero-image img{height:360px;min-height:360px;object-position:70% center}
  .page-hero{padding:46px 38px 48px}
  .page-hero h1{font-size:32px;max-width:640px}
  .content-split,.contact-page{grid-template-columns:1fr}
  .form-feedback{grid-column:auto}
  .home-lower{grid-template-columns:1fr 1fr}
}

@media (max-width:640px){
  :root{--header:70px}
  .site-header{grid-template-columns:40px minmax(0,1fr) 58px;padding:0 14px}
  .brand{max-width:230px;gap:8px}
  .brand-mark{width:44px;height:32px}
  .brand-type span{font-size:15px;letter-spacing:.08em}
  .brand-type small{font-size:6px;letter-spacing:.18em;margin-top:5px;padding-left:15px}
  .brand-type small:before{width:14px}
  .brand-type small:after{left:65px;width:12px}
  .hero-copy{padding:34px 24px 30px}
  .eyebrow{font-size:10px;letter-spacing:.20em}
  .hero h1{font-size:27px;line-height:1.12}
  .lead{font-size:13.5px;line-height:1.58}
  .meta{font-size:9px;line-height:1.65}
  .hero-image img{height:250px;min-height:250px;object-position:71% center}
  .service{padding:30px 24px}
  .service h2{font-size:24px}
  .home-lower{grid-template-columns:1fr}
  .home-lower>*{padding:30px 24px}
  .about h2{font-size:28px}
  .page-hero{padding:38px 24px 40px}
  .page-hero h1{font-size:27px;line-height:1.12}
  .page-hero .lead{font-size:13.5px}
  .detail-list{grid-template-columns:1fr}
  .detail-list article{padding:32px 24px}
  .detail-list h2{font-size:25px}
  .content-split>* ,.contact-page>*{padding:32px 24px}
  .content-split h2{font-size:27px}
  .contact-form{grid-template-columns:1fr}
  .contact-form input[name=subject],.contact-form textarea{grid-column:auto}
  .form-feedback{font-size:12.5px;padding:14px 15px}
}


/* v25 content authority refinement */
.text-page h3{
  margin:30px 0 8px;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:12px;
  font-family:Inter,Segoe UI,Arial,sans-serif;
}
.text-page p + p{margin-top:16px}
.service-context{padding-top:48px;padding-bottom:54px}
.service-context h2{max-width:760px}
@media (min-width:901px){
  .detail-list article:nth-child(2n){border-right:0}
  .detail-list article:nth-last-child(-n+2){border-bottom:0}
}


/* v29 language dropdown containment fix
   Keeps one compact language selector and forces the expanded menu to stack vertically inside the viewport. */
.site-header{overflow:visible!important}
.lang{
  position:relative!important;
  justify-self:end!important;
  z-index:1200!important;
  min-width:max-content!important;
}
.lang-btn{
  white-space:nowrap!important;
  min-width:max-content!important;
}
.lang-menu{
  position:absolute!important;
  display:none!important;
  top:calc(100% + 10px)!important;
  right:0!important;
  left:auto!important;
  width:138px!important;
  min-width:138px!important;
  max-width:calc(100vw - 28px)!important;
  transform:none!important;
  float:none!important;
  z-index:2000!important;
  overflow:hidden!important;
  background:#101414!important;
  border:1px solid rgba(197,154,88,.22)!important;
  box-shadow:0 18px 38px rgba(0,0,0,.55)!important;
  padding:6px 0!important;
}
.lang.open .lang-menu{
  display:block!important;
}
.lang-menu button{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
  padding:10px 14px!important;
  margin:0!important;
  white-space:nowrap!important;
  line-height:1.1!important;
  text-align:left!important;
  font-size:12px!important;
  letter-spacing:.08em!important;
}
.lang-menu button + button{
  border-top:1px solid rgba(255,255,255,.045)!important;
}
@media (max-width:760px){
  .lang{justify-self:end!important}
  .lang-btn{padding:8px 0!important;font-size:11px!important;gap:6px!important}
  .lang-menu{
    top:calc(100% + 8px)!important;
    right:0!important;
    width:132px!important;
    min-width:132px!important;
  }
}
@media (max-width:380px){
  .lang-menu{
    right:-4px!important;
    width:126px!important;
    min-width:126px!important;
  }
  .lang-menu button{font-size:11px!important;padding:10px 12px!important}
}


/* v32 institutional content expansion */
.about-expanded p{font-size:14px;line-height:1.72;color:#ddd4c8;margin:18px 0 0;max-width:780px}
.about-depth article{min-height:300px}
@media (max-width:760px){
  .about-expanded p{font-size:13.5px;line-height:1.68}
  .about-depth article{min-height:auto}
}
