
:root{--bg:#f8f3e8;--surface:rgba(255,255,255,.48);--ink:#101418;--muted:#5f5a52;--line:#e3d8c4;--gold:#bd8618;--dark:#111315;--shadow:0 18px 45px rgba(32,25,16,.08)}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background:radial-gradient(circle at 18% 12%, rgba(189,134,24,.10), transparent 24%),radial-gradient(circle at 88% 72%, rgba(189,134,24,.08), transparent 22%),var(--bg);color:var(--ink)}
.site-header{height:140px;padding:20px clamp(30px,5vw,82px);display:flex;align-items:center;justify-content:space-between;}
.brand{display:flex;align-items:center;text-decoration:none}
.brand img{width:270px;height:auto;display:block;mix-blend-mode:multiply}
.main-nav{display:flex;align-items:center;gap:38px;font-size:20px;font-weight:700}
.main-nav a{color:#1e2226;text-decoration:none;white-space:nowrap}
.nav-button{color:#fff!important;background:linear-gradient(145deg,#1a1b1d,#090a0b);padding:16px 26px;border-radius:15px;box-shadow:0 14px 28px rgba(0,0,0,.18)}
.home{height:calc(100vh - 140px);min-height:620px;display:flex;align-items:center;overflow:hidden}
.hero{width:100%;padding:54px clamp(30px,5vw,82px) 52px;display:grid;grid-template-columns:minmax(460px,1fr) minmax(500px,.95fr);gap:clamp(50px,7vw,110px);align-items:center}
.motto{margin:0 0 26px;color:var(--gold);text-transform:uppercase;font-size:clamp(19px,1.9vw,31px);line-height:1.12;letter-spacing:.02em;font-weight:900}
.hero-left .motto{margin-top:0}
.hero-left h1{margin:0;max-width:760px;font-size:clamp(56px,6.4vw,94px);line-height:.93;letter-spacing:-.045em;font-weight:760}
.hero-left h1 span{color:var(--gold)}
.hero-left h1::after{content:none;display:none}
.lead{margin:26px 0 0;max-width:760px;color:#282a2c;font-size:clamp(20px,1.55vw,24px);line-height:1.42;letter-spacing:-.02em}
.hero-right{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.process-card{min-height:158px;display:grid;grid-template-columns:58px 1fr;gap:18px;align-items:start;padding:26px;background:var(--surface);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);backdrop-filter:blur(6px)}
.process-card.wide{grid-column:1/-1}
.icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;color:var(--gold)}
.icon svg{width:48px;height:48px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.process-card h2{margin:0 0 10px;font-size:24px;line-height:1.05;letter-spacing:-.045em}
.process-card p{margin:0;color:var(--muted);font-size:15px;line-height:1.52}
.page{min-height:calc(100vh - 140px);padding:60px clamp(30px,5vw,82px)}
.page-box{max-width:980px;padding:46px;background:var(--surface);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow)}
.page-box h1{margin:0 0 20px;font-size:clamp(44px,5vw,74px);line-height:.98;letter-spacing:-.065em}
.page-box p,.page-box li{font-size:19px;line-height:1.65;color:var(--muted)}
.page-box a{color:var(--ink);font-weight:800}
.page-motto{font-size:18px}
@media(max-width:1120px){.site-header{height:auto;flex-direction:column;align-items:flex-start;gap:18px}.home{height:auto;overflow:auto}.hero{grid-template-columns:1fr}}
@media(max-width:720px){.brand img{width:220px}.main-nav{gap:14px;flex-wrap:wrap;font-size:16px}.hero-left h1{font-size:46px}.motto{font-size:22px}.hero-right{grid-template-columns:1fr}.process-card.wide{grid-column:auto}}


/* final fix: remove header separator line */
.site-header{border-bottom:0!important; box-shadow:none!important; background:transparent!important;}

.lang-switch{
  display:flex;
  align-items:center;
  gap:8px;
  margin-left:4px;
  font-size:15px;
  font-weight:800;
  letter-spacing:.03em;
}
.lang-switch a{
  margin:0!important;
  text-decoration:none;
  color:#6b6258;
}
.lang-switch a.active{
  color:var(--gold);
}
.lang-switch span{
  color:#b8aa94;
}
@media(max-width:720px){
  .lang-switch{font-size:14px}
}

.page-box h2{margin:30px 0 10px;font-size:28px;letter-spacing:-.035em;color:var(--ink)}

.about-layout{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:34px;
  align-items:start;
}
.about-layout .page-box{
  max-width:none;
}
.about-copy h1{
  font-size:clamp(34px,3.4vw,52px)!important;
  line-height:1.05!important;
  letter-spacing:-.045em!important;
}
.about-copy h2{
  margin:26px 0 8px!important;
  font-size:24px!important;
}
.flow-card{
  padding:34px;
  background:rgba(255,255,255,.52);
  border:1px solid var(--line);
  border-radius:28px;
  box-shadow:var(--shadow);
}
.flow-card h2{
  margin:0 0 22px;
  font-size:28px;
  letter-spacing:-.04em;
}
.flow-steps{
  display:grid;
  gap:14px;
}
.flow-step{
  display:flex;
  align-items:center;
  gap:14px;
  padding:16px 18px;
  background:rgba(255,255,255,.62);
  border:1px solid var(--line);
  border-radius:18px;
}
.flow-step span{
  width:34px;
  height:34px;
  min-width:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--gold);
  color:white;
  font-weight:900;
  font-size:14px;
}
.flow-step strong{
  font-size:18px;
}
.flow-note{
  margin-top:22px;
  color:var(--muted);
  line-height:1.55;
  font-size:16px;
}
@media(max-width:980px){
  .about-layout{
    grid-template-columns:1fr;
  }
}

.faq-card{
  max-height:none;
}
.faq-card h2{
  margin:0 0 18px;
}
.faq-item{
  padding:15px 0;
  border-bottom:1px solid rgba(227,216,196,.85);
}
.faq-item h3{
  margin:0 0 8px;
  font-size:17px;
  line-height:1.25;
  letter-spacing:-.02em;
  color:var(--ink);
}
.faq-item p{
  margin:0;
  color:var(--muted);
  font-size:15px;
  line-height:1.55;
}
.scope-box{
  margin-top:24px;
  padding-top:20px;
}
.scope-box h2{
  margin:0 0 14px;
  font-size:24px;
}
.scope-box ul{
  margin:0 0 20px 20px;
  padding:0;
}
.scope-box li{
  margin-bottom:8px;
  color:var(--muted);
  line-height:1.45;
  font-size:15px;
}
.scope-box p{
  margin:0;
  color:var(--muted);
  font-size:15px;
  line-height:1.55;
}
