:root{
  --ink:#0c1724;
  --ink-2:#162436;
  --muted:#657184;
  --line:#e8ebef;
  --bg:#f6f3ee;
  --paper:#ffffff;
  --copper:#c95f1e;
  --copper-dark:#8e3f14;
  --sand:#efe5d8;
  --radius:26px;
  --shadow:0 24px 80px rgba(12,23,36,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(246,243,238,.82);backdrop-filter:blur(16px);border-bottom:1px solid rgba(12,23,36,.08)}
.header-inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:-.03em;font-size:22px}.brand img{width:48px;height:48px;object-fit:contain;border-radius:12px}.nav{display:flex;align-items:center;gap:22px;font-size:14px;font-weight:700;color:var(--ink-2)}.nav a{opacity:.78}.nav a:hover{opacity:1;color:var(--copper)}.lang-switch{display:flex;align-items:center;gap:4px;border:1px solid rgba(12,23,36,.12);border-radius:999px;padding:4px;background:rgba(255,255,255,.55)}.lang-switch a{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:30px;border-radius:999px;font-size:12px;font-weight:900;letter-spacing:.06em;color:var(--ink-2);opacity:.72}.lang-switch a.active{background:var(--ink);color:#fff;opacity:1}.lang-switch a:hover{opacity:1;color:var(--copper)}.lang-switch a.active:hover{color:#fff}
.menu-btn{display:none;background:transparent;border:0;padding:8px;cursor:pointer}.menu-btn span{display:block;width:24px;height:2px;background:var(--ink);margin:6px 0;border-radius:10px}
.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#0c1724 0%,#14263b 48%,#0b141f 100%);color:white}.hero-bg{position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(201,95,30,.45),transparent 28%),linear-gradient(90deg,rgba(255,255,255,.05),transparent 45%)}.hero:after{content:"";position:absolute;right:-12%;bottom:-35%;width:58%;aspect-ratio:1;border:1px solid rgba(255,255,255,.08);border-radius:50%}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.2fr .8fr;gap:50px;align-items:center;min-height:720px;padding:100px 0}.eyebrow,.section-kicker{text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:900;color:var(--copper)}.hero h1{font-size:clamp(44px,7vw,84px);line-height:.95;letter-spacing:-.07em;margin:22px 0 24px;max-width:820px}.hero p{font-size:20px;color:rgba(255,255,255,.78);max-width:680px;margin:0 0 34px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:999px;font-weight:800;border:1px solid rgba(255,255,255,.18)}.btn.primary{background:var(--copper);color:#fff;border-color:var(--copper)}.btn.primary:hover{background:#d46b2a}.btn.ghost{color:#fff;background:rgba(255,255,255,.06)}.hero-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:34px;padding:30px;backdrop-filter:blur(14px);box-shadow:0 40px 100px rgba(0,0,0,.2)}.card-logo{width:148px;height:148px;margin:0 auto 30px;background:#fff;border-radius:32px;padding:10px}.metric{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.14);padding:22px 0}.metric strong{font-size:52px;letter-spacing:-.06em;color:#fff;line-height:1}.metric span{max-width:170px;color:rgba(255,255,255,.75);font-weight:700;text-align:right}
.section{padding:100px 0}.two-col{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px}.section h2{font-size:clamp(34px,4.4vw,58px);line-height:1;letter-spacing:-.06em;margin:14px 0 0}.lead-block{font-size:19px;color:var(--muted);padding-top:38px}.lead-block p:first-child{color:var(--ink);font-weight:650}.section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:42px}.section-head p{max-width:390px;color:var(--muted);font-size:17px;margin:0}.cards.three{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card,.rig-card,.project-card,.hse-grid article{background:var(--paper);border:1px solid rgba(12,23,36,.08);border-radius:var(--radius);padding:28px;box-shadow:0 18px 60px rgba(12,23,36,.06)}.service-card span{display:inline-flex;color:var(--copper);font-weight:900;margin-bottom:34px}.service-card h3,.rig-card h3,.project-card h3,.hse-grid h3{font-size:24px;line-height:1.05;letter-spacing:-.04em;margin:0 0 14px}.service-card p,.rig-card p,.project-card li,.hse-grid li{color:var(--muted);margin:0}.fleet{background:#fff}.fleet-grid{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:18px}.rig-card.featured{grid-row:span 2;background:linear-gradient(155deg,var(--ink) 0%,#1a2a3e 100%);color:#fff}.rig-card.featured p{color:rgba(255,255,255,.73)}.tag{display:inline-flex;border:1px solid rgba(201,95,30,.28);color:var(--copper);border-radius:999px;padding:7px 11px;font-size:12px;text-transform:uppercase;font-weight:900;letter-spacing:.1em;margin-bottom:34px}.muted{color:var(--muted)!important;font-weight:700}.projects{background:var(--bg)}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.project-type{color:var(--copper);font-size:12px;font-weight:900;letter-spacing:.11em;text-transform:uppercase;margin-bottom:24px}.project-card ul,.hse-grid ul{padding-left:18px;margin:0}.project-card li+li,.hse-grid li+li{margin-top:9px}.hse{background:#fff}.hse-lead{font-size:22px;color:var(--muted);font-weight:700}.hse-grid{display:grid;gap:16px}.cta{background:linear-gradient(135deg,var(--ink),#132339);color:#fff;padding:90px 0}.cta-inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.section-kicker.light{color:#e98b51}.cta h2{font-size:clamp(34px,4.6vw,62px);line-height:1;letter-spacing:-.06em;margin:14px 0 0}.contacts-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:30px;padding:24px}.contacts-card a,.contacts-card p{display:block;margin:0;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.12);font-size:20px;font-weight:800}.contacts-card p{border-bottom:0}.contacts-card span{display:block;color:#e98b51;font-size:12px;text-transform:uppercase;letter-spacing:.13em;margin-bottom:4px}.footer{padding:28px 0;background:#08111b;color:rgba(255,255,255,.7);font-size:14px}.footer-inner{display:flex;justify-content:space-between;gap:20px}
@media (max-width:900px){.header-inner{height:72px;gap:12px}.lang-switch{margin-left:auto}.menu-btn{display:block}.nav{position:absolute;top:72px;left:20px;right:20px;display:none;flex-direction:column;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:var(--shadow)}.nav.open{display:flex}.hero-grid,.two-col,.cta-inner{grid-template-columns:1fr}.hero-grid{min-height:auto;padding:72px 0}.hero-card{max-width:460px}.section{padding:70px 0}.section-head{display:block}.section-head p{margin-top:14px}.cards.three,.fleet-grid,.project-grid{grid-template-columns:1fr}.rig-card.featured{grid-row:auto}.footer-inner{flex-direction:column}.lead-block{padding-top:0}}
@media (max-width:560px){.container{width:min(100% - 28px,1180px)}.lang-switch a{min-width:32px;height:28px;font-size:11px}.brand span{font-size:18px}.brand img{width:42px;height:42px}.hero h1{font-size:48px}.hero p{font-size:17px}.metric strong{font-size:42px}.metric span{text-align:left}.metric{align-items:flex-start;flex-direction:column}.cards.three,.fleet-grid,.project-grid{gap:12px}.service-card,.rig-card,.project-card,.hse-grid article{padding:22px}.contacts-card a,.contacts-card p{font-size:17px}.cta{padding:70px 0}}
