:root {
  --canvas: #f4f7fa;
  --surface: #ffffff;
  --ink: #142433;
  --muted: #556675;
  --line: #d7e0e6;
  --navy: #102d45;
  --navy-soft: #e8f0f5;
  --accent: #c66b32;
  --accent-deep: #9d4f20;
  --shadow: 0 18px 45px rgba(19, 40, 58, .11);
  color-scheme: light dark;
}
@media (prefers-color-scheme: dark) {
  :root { --canvas:#0d1822; --surface:#142433; --ink:#edf3f6; --muted:#b6c3cc; --line:#2b4151; --navy:#0a1219; --navy-soft:#182e40; --accent:#df8a52; --accent-deep:#efaa7c; --shadow:0 18px 45px rgba(0,0,0,.25); }
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin:0; background:var(--canvas); color:var(--ink); font: 16px/1.58 Arial, Helvetica, sans-serif; }
a { color:inherit; text-decoration:none; }
a:focus-visible, button:focus-visible { outline:3px solid var(--accent); outline-offset:3px; }
.wrap { width:min(1160px, calc(100% - 48px)); margin:auto; }
.topline { background:var(--navy); color:#e6edf1; font-size:.82rem; }
.topline .wrap { min-height:36px; display:flex; align-items:center; justify-content:space-between; gap:16px; }
.topline span:last-child { color:#bdd0dc; }
header { background:color-mix(in srgb, var(--surface) 96%, transparent); border-bottom:1px solid var(--line); position:sticky; top:0; z-index:4; backdrop-filter:blur(12px); }
.nav { min-height:68px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand { display:inline-flex; align-items:center; gap:10px; font-weight:800; color:var(--ink); letter-spacing:.015em; white-space:nowrap; }
.brand-mark { display:grid; place-items:center; width:28px; height:28px; background:var(--accent); color:#fff; font-size:.82rem; }
.nav-links { display:flex; align-items:center; gap:24px; color:var(--muted); font-size:.92rem; }
.nav-links a[aria-current="page"], .nav-links a:hover { color:var(--accent-deep); }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:44px; padding:0 18px; border:1px solid var(--accent); border-radius:4px; background:var(--accent); color:#fff; font-size:.92rem; font-weight:700; white-space:nowrap; transition:transform .18s ease, background .18s ease; }
.button:hover { background:var(--accent-deep); }.button:active { transform:translateY(1px); }
.button.secondary { background:transparent; color:var(--ink); border-color:var(--line); }.button.secondary:hover { color:var(--accent-deep); border-color:var(--accent); }
.hero { padding:64px 0 76px; background:var(--surface); }
.hero-grid { display:grid; grid-template-columns:.91fr 1.09fr; gap:48px; align-items:center; }
.eyebrow { margin:0 0 14px; color:var(--accent-deep); font-size:.74rem; letter-spacing:.12em; text-transform:uppercase; font-weight:800; }
h1, h2, h3, p { margin-top:0; } h1 { max-width:610px; margin-bottom:20px; color:var(--ink); font-size:clamp(2.45rem, 5vw, 4.65rem); letter-spacing:-.055em; line-height:1.02; }
h2 { color:var(--ink); font-size:clamp(1.8rem, 3vw, 2.55rem); letter-spacing:-.035em; line-height:1.12; } h3 { margin-bottom:8px; color:var(--ink); font-size:1.1rem; }
.intro { max-width:540px; margin-bottom:26px; color:var(--muted); font-size:1.07rem; }.actions { display:flex; flex-wrap:wrap; gap:12px; }
.hero-image { min-height:410px; overflow:hidden; box-shadow:var(--shadow); }.hero-image img { width:100%; height:100%; object-fit:cover; display:block; }
section { padding:74px 0; }.section-copy { max-width:640px; color:var(--muted); }.kicker { color:var(--accent-deep); font-weight:800; font-size:.9rem; }
.category-grid { display:grid; grid-template-columns:1.2fr .8fr .8fr; grid-template-rows:auto auto; gap:16px; margin-top:34px; }.category { min-height:192px; padding:24px; border:1px solid var(--line); background:var(--surface); display:flex; flex-direction:column; justify-content:flex-end; transition:transform .18s ease, box-shadow .18s ease; }.category:hover { transform:translateY(-3px); box-shadow:var(--shadow); }.category:first-child { grid-row:span 2; min-height:400px; background:linear-gradient(135deg, var(--navy) 0%, #28536d 100%); color:#fff; }.category:first-child h3 { color:#fff; font-size:1.65rem; }.category p { margin:0; color:var(--muted); }.category:first-child p { color:#d9e7ee; }
.band { background:var(--navy); color:#eaf2f5; }.band h2 { color:#fff; }.band .section-copy { color:#bfd0d9; }.operation { display:grid; grid-template-columns:repeat(3, 1fr); gap:1px; margin-top:32px; background:#47637a; }.operation article { padding:28px; background:var(--navy); }.operation strong { display:block; margin-bottom:8px; color:#fff; font-size:1.12rem; }.operation p { margin:0; color:#bfd0d9; }
.image-copy { display:grid; grid-template-columns:1fr 1fr; gap:54px; align-items:center; }.support-image { min-height:390px; overflow:hidden; }.support-image img { display:block; width:100%; height:100%; object-fit:cover; }.checks { margin:24px 0 0; padding:0; list-style:none; display:grid; gap:12px; }.checks li { padding-left:22px; position:relative; color:var(--muted); }.checks li::before { content:""; position:absolute; left:0; top:.54em; width:9px; height:9px; background:var(--accent); }
.markets { display:grid; grid-template-columns:1fr .7fr; gap:42px; align-items:end; }.region-list { display:grid; grid-template-columns:repeat(2, 1fr); gap:1px; background:var(--line); }.region-list div { padding:18px 20px; background:var(--surface); font-weight:700; }.region-list small { display:block; margin-top:4px; color:var(--muted); font-weight:400; }
.cta { background:var(--navy-soft); }.cta-box { display:grid; grid-template-columns:1fr auto; gap:30px; align-items:center; }.cta p { max-width:600px; color:var(--muted); }
.page-head { padding:66px 0 52px; background:var(--surface); }.page-head p { max-width:650px; color:var(--muted); font-size:1.08rem; }.catalog { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }.catalog article { padding:30px; border:1px solid var(--line); background:var(--surface); }.catalog article:nth-child(2) { background:var(--navy-soft); }.catalog article:nth-child(3) { background:var(--navy); }.catalog article:nth-child(3) h3, .catalog article:nth-child(3) p { color:#fff; }.catalog p { margin-bottom:0; color:var(--muted); }.catalog a { display:inline-block; margin-top:18px; color:var(--accent-deep); font-weight:700; }
.detail-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:42px; }.detail-grid p { color:var(--muted); }.notice { border-left:4px solid var(--accent); padding:18px 20px; background:var(--surface); color:var(--muted); }
footer { padding:38px 0; background:var(--navy); color:#c4d2da; }.footer-grid { display:flex; justify-content:space-between; gap:24px; }.footer-brand { color:#fff; font-weight:800; }.footer-links { display:flex; gap:18px; font-size:.9rem; }
.menu-toggle { display:none; border:1px solid var(--line); border-radius:4px; min-height:38px; padding:0 10px; background:var(--surface); color:var(--ink); font:inherit; font-size:.84rem; }
.journal-grid { display:grid; grid-template-columns:1.15fr .85fr; gap:18px; margin-top:34px; }.journal-card { min-height:250px; padding:28px; border:1px solid var(--line); background:var(--surface); display:flex; flex-direction:column; justify-content:flex-end; }.journal-card:first-child { background:var(--navy); }.journal-card:first-child h3, .journal-card:first-child p { color:#fff; }.journal-card p { margin-bottom:0; color:var(--muted); }.journal-card a { margin-top:16px; color:var(--accent-deep); font-weight:700; }.journal-card:first-child a { color:#ffd6bd; }
.article-wrap { width:min(780px, calc(100% - 48px)); margin:auto; }.article-meta { margin-bottom:18px; color:var(--accent-deep); font-size:.86rem; font-weight:700; }.article-body { padding:64px 0 82px; }.article-body p, .article-body li { color:var(--muted); font-size:1.04rem; }.article-body h2 { margin-top:42px; }.article-body ul { padding-left:20px; }.article-body li + li { margin-top:9px; }.article-image { margin:32px 0 36px; min-height:330px; overflow:hidden; }.article-image img { display:block; width:100%; height:100%; object-fit:cover; }
@media (max-width:760px) { .wrap { width:min(100% - 32px, 1160px); }.topline span:last-child { display:none; }.nav { min-height:64px; flex-wrap:wrap; padding:12px 0; gap:12px; }.nav-links { order:3; width:100%; justify-content:space-between; gap:8px; font-size:.81rem; }.nav .button { padding:0 12px; min-height:38px; }.hero { padding:42px 0 50px; }.hero-grid, .image-copy, .markets, .cta-box { grid-template-columns:1fr; gap:28px; }.hero-image { min-height:280px; }.category-grid, .catalog { grid-template-columns:1fr; grid-template-rows:auto; }.category:first-child { grid-row:auto; min-height:260px; }.operation, .region-list, .detail-grid { grid-template-columns:1fr; }.operation { gap:1px; }.support-image { min-height:280px; }.cta-box { align-items:start; }.footer-grid { flex-direction:column; }.footer-links { flex-wrap:wrap; } section { padding:54px 0; } }
@media (max-width:760px) { html.js .menu-toggle { display:inline-flex; align-items:center; } html.js .nav-links { display:none; } html.js .nav-links[data-open="true"] { display:flex; flex-direction:column; align-items:flex-start; padding:12px 0 4px; } .journal-grid { grid-template-columns:1fr; } .article-wrap { width:min(100% - 32px, 780px); }.article-body { padding:46px 0 60px; } }
