:root{
  --ink:#100b08;
  --ink-soft:#1d130e;
  --red:#a90813;
  --red-deep:#730309;
  --red-dark:#4a0206;
  --gold:#d4a72c;
  --gold-light:#f3d36b;
  --ivory:#f5efe3;
  --paper:#fffaf0;
  --muted:#766b5f;
  --line:rgba(212,167,44,.26);
  --shadow:0 28px 70px rgba(30,10,5,.18);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--ink);color:var(--paper);font-family:"Segoe UI",Arial,Helvetica,sans-serif;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.skip-link{position:fixed;left:16px;top:-70px;z-index:1000;background:var(--gold-light);color:var(--ink);padding:10px 14px;border-radius:8px;font-weight:800;transition:.2s}
.skip-link:focus{top:16px}
.section{position:relative;padding:112px 0}
.section-light{background:var(--ivory);color:var(--ink)}
.section-dark{background:var(--ink);color:var(--paper)}
.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--gold-light);font-size:.74rem;font-weight:800;letter-spacing:.22em;text-transform:uppercase}
.eyebrow:before{content:"";width:34px;height:1px;background:currentColor}
.eyebrow.dark{color:var(--red)}
.eyebrow.light{color:var(--gold-light)}
h1,h2,h3,h4,p{margin-top:0}
h1,h2{font-family:Georgia,"Times New Roman",serif;letter-spacing:-.035em}
h1{font-size:clamp(3.1rem,6.4vw,6.7rem);line-height:.92;margin:22px 0 28px;max-width:830px}
h2{font-size:clamp(2.35rem,4.6vw,5rem);line-height:.98;margin:18px 0 24px}
h3{font-size:1.45rem}
.lead{max-width:750px;color:#d8cfc3;font-size:clamp(1rem,1.4vw,1.2rem);line-height:1.75}
.lead.dark{color:#5f554b}
.section-head{text-align:center;max-width:920px;margin:0 auto 60px}
.section-head .lead{margin-inline:auto}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:14px 24px;border-radius:4px;border:1px solid var(--line);font-weight:800;letter-spacing:.02em;transition:transform .25s,box-shadow .25s,background .25s,border-color .25s}
.btn.primary{background:linear-gradient(135deg,var(--gold-light),var(--gold));border-color:transparent;color:var(--ink);box-shadow:0 15px 40px rgba(212,167,44,.24)}
.btn.ghost{background:rgba(255,255,255,.035);color:var(--paper)}
.btn:hover{transform:translateY(-3px);box-shadow:0 18px 45px rgba(0,0,0,.28);border-color:var(--gold)}
.btn.wide{width:100%}

.site-header{position:fixed;inset:0 0 auto;z-index:100;background:rgba(16,11,8,.72);border-bottom:1px solid rgba(212,167,44,.16);backdrop-filter:blur(18px);transition:.3s}
.site-header.scrolled{background:rgba(16,11,8,.96);box-shadow:0 14px 34px rgba(0,0,0,.22)}
.nav-shell{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px;position:relative}
.brand{display:flex;align-items:center;gap:11px;min-width:max-content}
.brand img{width:50px;height:50px;object-fit:contain}
.brand-copy{display:grid;line-height:1}
.brand-copy strong{font-family:Georgia,"Times New Roman",serif;font-size:1.08rem;letter-spacing:.12em;color:var(--gold-light)}
.brand-copy small{margin-top:7px;font-size:.61rem;letter-spacing:.19em;text-transform:uppercase;color:#d8cfc3}
.desktop-menu{display:flex;align-items:center;gap:24px}
.desktop-menu a{position:relative;color:#e6ddd1;font-size:.83rem;font-weight:700}
.desktop-menu a:after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:1px;background:var(--gold);transition:.25s}
.desktop-menu a:hover{color:var(--gold-light)}
.desktop-menu a:hover:after{right:0}
.nav-actions{display:flex;align-items:center;gap:12px}
.langs{display:flex;gap:4px;padding:4px;border:1px solid rgba(212,167,44,.18);background:rgba(255,255,255,.035);border-radius:4px}
.langs button{border:0;background:transparent;color:#cfc4b6;padding:7px 8px;border-radius:3px;font-size:.7rem;font-weight:800}
.langs button.active{background:var(--red);color:white}
.hamb{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:4px;background:rgba(255,255,255,.04);color:var(--gold-light);font-size:1.2rem}
.mobile-menu{display:none;position:absolute;top:74px;left:0;right:0;padding:18px;background:rgba(16,11,8,.98);border:1px solid var(--line);box-shadow:var(--shadow)}
.mobile-menu>a{display:block;padding:13px 8px;border-bottom:1px solid rgba(255,255,255,.07);font-weight:700}
.mobile-langs{margin-top:16px;display:inline-flex}
.mobile-menu.open{display:block}

.hero{min-height:100vh;position:relative;display:grid;align-items:center;overflow:hidden;background:var(--ink)}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(16,7,5,.98) 0%,rgba(33,4,4,.93) 40%,rgba(86,3,8,.72) 70%,rgba(16,7,5,.76) 100%),url('../images/brand/hero-collage.webp') center/cover no-repeat;transform:scale(1.02)}
.hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 74% 50%,rgba(212,167,44,.17),transparent 35%),linear-gradient(180deg,transparent 72%,var(--ink))}
.hero-pattern{position:absolute;z-index:1;inset:0;opacity:.16;background-image:linear-gradient(30deg,transparent 47%,var(--gold) 49%,transparent 51%),linear-gradient(-30deg,transparent 47%,var(--gold) 49%,transparent 51%);background-size:92px 54px;mask-image:linear-gradient(90deg,transparent,black 60%,black)}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.18fr .82fr;align-items:center;gap:40px;padding-top:110px;padding-bottom:60px}
.hero-copy{padding:46px 0}
.hero-lead{font-size:clamp(1.15rem,1.85vw,1.55rem);line-height:1.65;color:#f0e6d8;max-width:720px}
.hero-trust{max-width:640px;color:#c8bba9;line-height:1.75}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}
.hero-badges{display:flex;flex-wrap:wrap;gap:9px;margin-top:40px}
.hero-badges span{padding:9px 12px;border:1px solid rgba(212,167,44,.26);background:rgba(0,0,0,.2);font-size:.77rem;color:#e8dccb}
.hero-brand{position:relative;display:grid;place-items:center;min-height:620px;padding:24px 0}
.hero-brand img{position:relative;z-index:2;display:block;width:min(620px,100%);height:auto;max-height:540px;object-fit:contain;filter:drop-shadow(0 30px 40px rgba(0,0,0,.42))}
.brand-halo{position:absolute;width:570px;height:570px;border-radius:50%;border:1px solid rgba(243,211,107,.22);box-shadow:inset 0 0 90px rgba(169,8,19,.2)}
.brand-halo:before,.brand-halo:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(243,211,107,.14)}
.brand-halo:before{inset:48px}.brand-halo:after{inset:104px}
.hero-scroll{position:absolute;left:50%;bottom:24px;z-index:4;width:1px;height:55px;background:rgba(243,211,107,.28)}
.hero-scroll span{position:absolute;top:0;left:-1px;width:3px;height:18px;background:var(--gold-light);animation:scrollLine 2s infinite}
@keyframes scrollLine{0%{transform:translateY(0);opacity:0}35%{opacity:1}100%{transform:translateY(38px);opacity:0}}

.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.about-copy h2{max-width:640px}
.red-rule{width:74px;height:4px;background:var(--red);margin:32px 0}
.brand-principles{display:flex;flex-wrap:wrap;gap:10px}
.brand-principles span{border:1px solid rgba(169,8,19,.2);background:rgba(255,255,255,.42);padding:9px 12px;color:var(--red-deep);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.about-visual{position:relative;min-height:560px;overflow:hidden;box-shadow:var(--shadow)}
.about-visual>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.85) sepia(.12) contrast(1.02)}
.about-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(44,3,5,.66)),linear-gradient(90deg,rgba(169,8,19,.12),transparent)}
.about-mark{position:absolute;right:24px;bottom:24px;z-index:2;width:108px;height:108px;display:grid;place-items:center;background:rgba(16,11,8,.86);border:1px solid var(--line)}
.about-mark img{width:88px}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:64px}
.stat-card{position:relative;min-height:220px;overflow:hidden;background:var(--ink);box-shadow:0 16px 40px rgba(40,12,7,.15)}
.stat-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.75) sepia(.18)}
.stat-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(16,11,8,.04),rgba(75,2,6,.86))}
.stat-card div{position:absolute;z-index:2;left:20px;right:20px;bottom:20px;border-left:3px solid var(--gold);padding-left:14px}
.stat-card strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:2rem;color:white}
.stat-card span{color:#eadfce;font-size:.92rem}

.business-section:before{content:"";position:absolute;inset:0;opacity:.08;background-image:radial-gradient(circle at 10% 20%,var(--red) 0 2px,transparent 3px),radial-gradient(circle at 90% 80%,var(--gold) 0 1px,transparent 2px);background-size:52px 52px,40px 40px}
.business-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.business-card{position:relative;min-height:520px;overflow:hidden;border:1px solid rgba(212,167,44,.18);background:#1a0f0c;isolation:isolate}
.business-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.82) sepia(.12);transition:transform .55s,filter .55s}
.business-card:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(16,11,8,.08) 8%,rgba(16,11,8,.26) 40%,rgba(43,2,5,.96) 90%),linear-gradient(90deg,rgba(16,11,8,.58),transparent 70%)}
.business-card:hover>img{transform:scale(1.045);filter:saturate(1) sepia(.05)}
.business-number{position:absolute;z-index:2;top:24px;right:24px;font-family:Georgia,"Times New Roman",serif;font-size:3rem;color:rgba(243,211,107,.35)}
.business-content{position:absolute;z-index:2;left:30px;right:30px;bottom:28px}
.business-icon{width:50px;height:50px;display:grid;place-items:center;border:1px solid var(--line);background:rgba(169,8,19,.36);color:var(--gold-light);font-size:1.35rem;margin-bottom:20px}
.business-content h3{font-family:Georgia,"Times New Roman",serif;font-size:1.75rem;margin-bottom:12px}
.business-content p{color:#d9cebf;line-height:1.65;max-width:600px}
.business-content a{color:var(--gold-light);font-weight:800;font-size:.88rem}

.markets-section{background:linear-gradient(135deg,var(--red-deep),var(--red) 58%,#c01820);color:white;overflow:hidden}
.markets-section:before{content:"";position:absolute;inset:-30%;background:repeating-conic-gradient(from 0deg,rgba(243,211,107,.08) 0 2deg,transparent 2deg 18deg);border-radius:50%}
.markets-grid{position:relative;z-index:2;display:grid;grid-template-columns:.8fr 1.2fr;gap:58px;align-items:center}
.markets-copy h2{font-size:clamp(2.7rem,5vw,5.2rem)}
.markets-copy h3{font-family:Georgia,"Times New Roman",serif;color:var(--gold-light);margin:34px 0 12px}
.markets-copy p{line-height:1.75;color:#f5dfd8}
.market-chips{display:flex;flex-wrap:wrap;gap:9px;margin-top:26px}
.market-chips span{border:1px solid rgba(243,211,107,.36);background:rgba(60,0,3,.16);padding:8px 11px;font-size:.78rem}
.markets-image{position:relative;min-height:560px;border:1px solid rgba(243,211,107,.38);box-shadow:0 35px 80px rgba(57,0,3,.32);overflow:hidden}
.markets-image>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.72) sepia(.25) contrast(1.05)}
.markets-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(78,1,5,.5),transparent),radial-gradient(circle at center,transparent 30%,rgba(54,0,3,.3))}
.map-seal{position:absolute;z-index:2;right:24px;bottom:24px;width:110px;height:110px;display:grid;place-items:center;background:rgba(16,11,8,.88);border:1px solid var(--gold)}
.map-seal img{width:88px}

.cert-section{background:linear-gradient(180deg,var(--paper),var(--ivory))}
.light-head h2{color:var(--ink)}
.cert-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.cert-card{min-height:350px;position:relative;overflow:hidden;background:white;border:1px solid rgba(115,3,9,.12);box-shadow:0 18px 40px rgba(52,17,9,.09)}
.cert-card>img{width:100%;height:165px;object-fit:cover;filter:saturate(.65) sepia(.25)}
.cert-card:before{content:"";position:absolute;top:0;left:0;right:0;height:165px;background:linear-gradient(180deg,transparent,rgba(65,1,5,.42));z-index:1}
.cert-card>div:last-child{padding:28px 18px 20px}
.cert-card b{display:block;font-family:Georgia,"Times New Roman",serif;font-size:1.12rem;line-height:1.25;color:var(--red-deep);margin-bottom:10px}
.cert-card p{color:var(--muted);line-height:1.55;font-size:.88rem}
.cert-badge{position:absolute;z-index:2;top:130px;left:18px;width:52px;height:52px;display:grid;place-items:center;background:var(--red);border:2px solid var(--gold-light);color:white;font-weight:900;box-shadow:0 8px 22px rgba(80,0,4,.24)}

.contact-section{background:linear-gradient(135deg,#0f0907,#260205 58%,#5b0308);overflow:hidden}
.contact-pattern{position:absolute;inset:0;opacity:.1;background-image:linear-gradient(45deg,var(--gold) 1px,transparent 1px),linear-gradient(-45deg,var(--gold) 1px,transparent 1px);background-size:54px 54px}
.contact-grid{position:relative;z-index:2;display:grid;grid-template-columns:.92fr 1.08fr;gap:70px;align-items:center}
.contact-logo{width:190px;margin-bottom:24px}
.contact-copy h2{font-size:clamp(2.6rem,5vw,5rem)}
.contact-list{display:grid;gap:10px;margin-top:30px;color:#e5d8c8}
.contact-list a:hover{color:var(--gold-light)}
.contact-form{padding:38px;background:rgba(255,250,240,.97);color:var(--ink);border-top:5px solid var(--gold);box-shadow:0 30px 80px rgba(0,0,0,.35)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid rgba(83,45,27,.18);background:white;color:var(--ink);padding:15px 14px;margin-bottom:14px;outline:none;transition:border-color .2s,box-shadow .2s;border-radius:0}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(169,8,19,.1)}
.contact-form textarea{min-height:150px;resize:vertical}
.form-note{margin:12px 0 0;color:var(--muted);font-size:.78rem;text-align:center}

footer{background:#090604;border-top:1px solid rgba(212,167,44,.18);padding:68px 0 24px;color:#cfc2b2}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:44px}
.footer-brand img{width:150px;margin-bottom:20px}
.footer-brand p{max-width:420px;line-height:1.7}
footer h4{color:var(--gold-light);font-family:Georgia,"Times New Roman",serif;font-size:1.1rem;margin-bottom:18px}
footer a,footer span{display:block;margin:9px 0;font-size:.88rem}
footer a:hover{color:var(--gold-light)}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.08);margin-top:46px;padding-top:22px;font-size:.78rem}
.footer-bottom span{display:inline}

.reveal{opacity:1;transform:none}
.js .reveal{opacity:0;transform:translateY(24px);transition:opacity .75s ease,transform .75s ease}
.js .reveal.show{opacity:1;transform:none}

@media(max-width:1080px){
  .desktop-menu,.desktop-langs{display:none}.hamb{display:grid;place-items:center}
  .hero-grid{grid-template-columns:1fr .72fr}.hero-brand{min-height:500px}.hero-brand img{width:min(520px,100%);max-height:470px}.brand-halo{width:440px;height:440px}
  .cert-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:840px){
  .section{padding:84px 0}.hero{min-height:auto}.hero-grid{grid-template-columns:1fr;padding-top:125px}.hero-copy{text-align:center}.hero-copy h1,.hero-lead,.hero-trust{margin-left:auto;margin-right:auto}.hero-actions,.hero-badges{justify-content:center}.hero-brand{min-height:390px}.hero-brand img{width:min(460px,100%);max-height:370px}.brand-halo{width:390px;height:390px}
  .about-grid,.markets-grid,.contact-grid{grid-template-columns:1fr}.about-grid{gap:42px}.about-visual{min-height:480px}.stats-grid{grid-template-columns:repeat(2,1fr)}
  .business-grid{grid-template-columns:1fr}.markets-grid{gap:42px}.markets-image{min-height:500px}.cert-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1.4fr 1fr;gap:36px}
}
@media(max-width:560px){
  .container{width:min(100% - 28px,1180px)}.nav-shell{min-height:72px}.brand img{width:43px;height:43px}.brand-copy strong{font-size:.92rem}.brand-copy small{font-size:.52rem}
  h1{font-size:clamp(2.8rem,15vw,4.4rem)}h2{font-size:clamp(2.2rem,11vw,3.35rem)}
  .hero-grid{padding-top:100px}.hero-copy{padding-bottom:12px}.hero-brand{min-height:320px}.hero-brand img{width:min(360px,100%);max-height:300px}.brand-halo{width:330px;height:330px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.hero-badges span{font-size:.68rem}
  .section{padding:70px 0}.about-visual{min-height:380px}.stats-grid{grid-template-columns:1fr}.stat-card{min-height:210px}
  .business-card{min-height:540px}.business-content{left:22px;right:22px}.markets-image{min-height:390px}.cert-grid{grid-template-columns:1fr}.cert-card{min-height:310px}
  .contact-form{padding:24px}.form-row{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.footer-bottom span{display:block}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.hero-scroll span{animation:none}}
