@charset "UTF-8";
/* V3 — versioned, self-contained stylesheet. Never reuse a cached V1/V2 URL. */
:root {
  font-family: system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
  --max: 1160px;
  --radius: 20px;
  --shadow: 0 24px 68px rgb(10 35 32 / 12%);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 1.5rem; }
body { margin: 0; min-width: 0; background: var(--paper); color: var(--ink); font-size: 1rem; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
a:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; border-radius: 3px; }
img { display: block; max-width: 100%; height: auto; }
svg { max-width: 100%; }
.skip { position: absolute; top: -6rem; left: 1rem; z-index: 99; padding: .65rem 1rem; background: #fff; color: #15352a; }
.skip:focus { top: 1rem; }
.container { width: min(var(--max), calc(100% - 3rem)); margin-inline: auto; }
/* Sectors: colour only; spacing and layout are shared and fully responsive. */
.theme-farm { --paper:#f7f8f3; --ink:#18382f; --muted:#4c685e; --accent:#286e53; --line:#cbd8ca; --surface:#fff; --deep:#173e33; --highlight:#acd6a6; --inv:#f4f8f1; }
.theme-trade { --paper:#f2f6f5; --ink:#122e3c; --muted:#4c656b; --accent:#187666; --line:#c9d9d8; --surface:#fff; --deep:#0d2836; --highlight:#83dfc9; --inv:#e8f3f2; }
.theme-investor { --paper:#faf8f3; --ink:#213746; --muted:#53626a; --accent:#436b75; --line:#dedad0; --surface:#fffdfa; --deep:#1a3443; --highlight:#c7ac81; --inv:#f5f0e7; }
.theme-motor { --paper:#101920; --ink:#f2f3f2; --muted:#bdc8cc; --accent:#e8a875; --line:#39454d; --surface:#19262e; --deep:#0b1319; --highlight:#f3c39a; --inv:#f4f4ef; color-scheme: dark; }
/* Header and locale navigation */
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: 1.35rem; min-height: 5.8rem; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: .75rem; min-width: 0; text-decoration: none; }
.brand-symbol { display: grid; flex: none; place-items: center; width: 2.6rem; height: 2.6rem; font-size: .85rem; font-weight: 850; letter-spacing: -.04em; color: var(--inv); background: var(--deep); border-radius: .6rem; }
.brand-word { font-size: clamp(1rem, 1.8vw, 1.2rem); letter-spacing: -.045em; font-weight: 800; overflow-wrap: anywhere; }
.theme-trade .brand-symbol { border-radius: 50%; background: #173f47; color: #85dfc5; }
.theme-investor .brand-symbol { border-radius: .22rem; background: #23495b; }
.theme-motor .brand-symbol { border-radius: .22rem; background: #dfa16f; color: #132029; }
.lang-nav { display: inline-flex; flex: none; align-items: center; gap: .15rem; padding: .2rem; border: 1px solid var(--line); border-radius: 10rem; background: var(--surface); }
.lang-nav a { display: inline-block; padding: .44rem .8rem; border-radius: 10rem; font-size: .81rem; line-height: 1.45; font-weight: 700; text-decoration: none; white-space: nowrap; }
.lang-nav a[aria-current="page"] { color: var(--inv); background: var(--deep); }
.theme-motor .lang-nav a[aria-current="page"] { color: #17212a; background: #e8a875; }
/* Hero: explicit minmax prevents copy/illustration overflow. */
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .99fr); align-items: center; gap: clamp(2rem, 5vw, 5rem); padding-block: clamp(3.4rem, 7vw, 6rem); }
.hero-copy, .visual, .section-top > *, .card { min-width: 0; }
.eyebrow { color: var(--accent); font-size: .73rem; font-weight: 850; line-height: 1.6; letter-spacing: .11em; }
.eyebrow::before { content: ""; display: inline-block; vertical-align: middle; width: 1.2rem; border-top: 2px solid currentColor; margin-right: .65rem; }
.theme-motor .eyebrow { color: #efb58c; }
.state { margin: 1.55rem 0 .65rem; color: var(--muted); font-size: .75rem; font-weight: 760; letter-spacing: .105em; }
h1 { max-width: 17ch; margin: 0; font-size: clamp(2.3rem, 4.15vw, 4.15rem); line-height: 1.13; font-weight: 800; letter-spacing: -.052em; text-wrap: balance; overflow-wrap: break-word; }
p { margin: 0; }
.lead { max-width: 55ch; margin-top: 1.4rem; color: var(--muted); font-size: clamp(1rem, 1.25vw, 1.1rem); line-height: 1.82; }
.primary-link { display: inline-flex; align-items: center; gap: .9rem; max-width: 100%; margin-top: 1.6rem; min-height: 2.8rem; padding: .5rem 0; border-bottom: 1px solid currentColor; font-size: .92rem; font-weight: 750; line-height: 1.5; text-decoration: none; }
.link-arrow { display: inline-block; flex: 0 0 auto; font-size: 1.15em; line-height: 1; transition: transform .2s; }
.primary-link:hover .link-arrow { transform: translateX(.2rem); }
.theme-motor .primary-link { color: #f0b388; }
.visual { position: relative; padding-bottom: 1rem; }
.visual-panel { display: grid; place-items: center; isolation: isolate; overflow: hidden; position: relative; width: 100%; aspect-ratio: 4 / 3; border: 1px solid var(--line); border-radius: var(--radius); background: var(--deep); box-shadow: var(--shadow); }
.visual-panel img { width: 100%; height: 100%; object-fit: cover; }
.visual-note { position: absolute; right: 0; bottom: 0; z-index: 1; max-width: min(95%, 22rem); padding: .7rem 1rem; border: 1px solid var(--line); border-radius: .35rem; background: var(--surface); color: var(--ink); box-shadow: 0 8px 24px rgb(0 0 0 / 9%); font-size: .76rem; font-weight: 750; line-height: 1.5; }
.theme-investor .visual-panel { border-radius: .3rem; }
.theme-motor .visual-panel { border-radius: .5rem; }
.theme-motor .visual-note { background: #eeb486; color: #15212a; border-color: transparent; }
/* Services */
.section { border-top: 1px solid var(--line); padding-block: clamp(3.6rem, 7vw, 5.5rem); }
.section-top { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: end; gap: 2.4rem; margin-bottom: 2rem; }
.section-top h2 { max-width: 24ch; margin: .8rem 0 0; font-size: clamp(1.75rem, 2.6vw, 2.7rem); line-height: 1.22; letter-spacing: -.038em; font-weight: 760; text-wrap: balance; overflow-wrap: break-word; }
.section-summary { max-width: 60ch; color: var(--muted); font-size: .97rem; line-height: 1.8; }
.cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .85rem; }
.card { padding: 1.45rem 1.25rem 1.6rem; min-height: 15rem; border: 1px solid var(--line); border-radius: .65rem; background: var(--surface); }
.card-number { color: var(--accent); font-size: .78rem; font-weight: 780; letter-spacing: .09em; font-variant-numeric: tabular-nums; }
.card h3 { margin: 1.7rem 0 .75rem; font-size: 1.03rem; line-height: 1.38; letter-spacing: -.018em; overflow-wrap: break-word; }
.card p { color: var(--muted); font-size: .91rem; line-height: 1.7; overflow-wrap: break-word; }
.theme-motor .card-number { color: #e8a875; }
/* Two-level corporate footer */
.site-footer { color: var(--inv); background: var(--deep); }
.footer-top { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(0, .65fr); gap: 3rem; padding-block: 4.2rem; }
.footer-kicker { margin-bottom: 1.1rem; color: var(--highlight); font-size: .76rem; font-weight: 800; letter-spacing: .1em; }
.footer-title { max-width: 26ch; margin: 0 0 1.1rem; font-size: clamp(1.75rem, 3vw, 2.75rem); line-height: 1.24; letter-spacing: -.04em; text-wrap: balance; overflow-wrap: break-word; }
.footer-desc { max-width: 48ch; font-size: .94rem; line-height: 1.85; opacity: .88; }
.footer-right { display: flex; flex-direction: column; justify-content: end; align-items: flex-start; gap: 1rem; }
.footer-caption { color: var(--highlight); font-size: .8rem; font-weight: 750; letter-spacing: .09em; }
.footer-right nav { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; }
.footer-right nav a { border-bottom: 1px solid currentColor; padding-bottom: .2rem; font-size: .9rem; text-decoration: none; }
.footer-base { display: flex; justify-content: space-between; align-items: center; gap: .8rem 2rem; padding-block: 1.4rem; border-top: 1px solid rgb(255 255 255 / 22%); font-size: .81rem; flex-wrap: wrap; }
.footer-base .domain { text-decoration-thickness: 1px; text-underline-offset: .25em; overflow-wrap: anywhere; }
/* Responsive breakpoints in CSS pixels: browser zoom can change effective CSS viewport. */
@media (max-width: 1024px) {
  .hero { gap: 2.2rem; }
  .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .card { min-height: 12rem; }
  .card h3 { margin-top: 1rem; }
}
@media (max-width: 800px) {
  .container { width: min(var(--max), calc(100% - 2.5rem)); }
  .hero { grid-template-columns: minmax(0, 1fr); gap: 2.25rem; padding-block: 3rem 3.9rem; }
  h1 { max-width: 21ch; font-size: clamp(2.4rem, 7vw, 3.75rem); }
  .visual { width: min(100%, 39rem); margin-inline: auto; }
  .section-top { grid-template-columns: minmax(0, 1fr); gap: 1.2rem; }
  .footer-top { grid-template-columns: minmax(0, 1fr); gap: 2.2rem; padding-block: 3.3rem; }
}
@media (max-width: 520px) {
  .container { width: calc(100% - 2rem); }
  .site-header { gap: .6rem; min-height: 4.8rem; }
  .brand { gap: .45rem; }
  .brand-symbol { width: 2rem; height: 2rem; font-size: .69rem; }
  .brand-word { font-size: .98rem; }
  .lang-nav a { padding: .4rem .52rem; font-size: .75rem; }
  .hero { padding-top: 2.45rem; }
  .eyebrow { font-size: .68rem; letter-spacing: .065em; }
  h1 { font-size: clamp(2.15rem, 9.6vw, 3.1rem); line-height: 1.16; }
  .lead { font-size: 1rem; line-height: 1.75; }
  .cards { grid-template-columns: minmax(0, 1fr); }
  .card { min-height: 0; }
  .card h3 { margin-top: 1.1rem; }
  .visual-panel { aspect-ratio: 5 / 4; }
  .visual-note { font-size: .7rem; padding: .55rem .75rem; }
  .footer-base { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 360px) {
  .site-header { flex-wrap: wrap; justify-content: space-between; padding-block: .85rem; }
  .brand-word { font-size: .93rem; }
  .lang-nav { margin-left: auto; }
  h1 { font-size: 2.1rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .link-arrow { transition: none; }
  .primary-link:hover .link-arrow { transform: none; }
}


/* V4: Persistent accessible bilingual navigation and commercial footer */
:root{--nav-height:130px}
html{scroll-padding-top:calc(var(--nav-height) + 1rem)}
[id]{scroll-margin-top:calc(var(--nav-height) + 1rem)}
.site-shell{position:sticky;top:0;z-index:100;background:var(--paper);border-bottom:1px solid var(--line);box-shadow:0 10px 30px rgb(0 0 0 / 7%)}
.site-shell .site-header{border-bottom:0;min-height:4.45rem;padding-block:.72rem}
.site-shell .container{min-width:0}
.nav-line{border-top:1px solid var(--line)}
.section-nav{display:flex;gap:.45rem;align-items:center;overflow-x:auto;scrollbar-width:thin;padding-block:.55rem;overscroll-behavior-inline:contain}
.section-nav a{flex:none;white-space:nowrap;text-decoration:none;font-weight:720;font-size:.81rem;padding:.45rem .83rem;border-radius:3rem;border:1px solid var(--line);background:var(--surface);color:var(--ink)}
.section-nav a:hover{border-color:var(--accent)}
.section-nav a.is-active{background:var(--deep);color:var(--inv);border-color:var(--deep)}
.theme-motor .section-nav a.is-active{background:var(--highlight);border-color:var(--highlight);color:#162129}
.theme-motor .site-shell{background:#101920}
.hero{padding-top:clamp(2.3rem,5vw,4.2rem)}
.about-section{border-top:1px solid var(--line);padding-block:clamp(3rem,6vw,5rem)}
.about-layout{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(1.5rem,5vw,4rem);align-items:start}
.about-layout h2{font-size:clamp(1.75rem,3vw,2.9rem);line-height:1.2;letter-spacing:-.04em;max-width:21ch;margin:.8rem 0 0;text-wrap:balance}
.about-layout p{max-width:72ch;color:var(--muted);line-height:1.85}
.service-anchor{scroll-margin-top:calc(var(--nav-height) + 1rem)}
.card{scroll-margin-top:calc(var(--nav-height) + 1rem);min-height:18rem}
.card h3{margin-top:1.35rem}
.about-contact{margin-top:1.3rem}
.footer-top{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,.65fr);gap:clamp(1.4rem,3vw,3rem)}
.footer-brand{font-size:1.22rem;font-weight:850;letter-spacing:.045em;margin-bottom:1.1rem;color:var(--highlight)}
.footer-contact{font-style:normal;display:grid;gap:.68rem;font-size:.91rem;min-width:0}
.footer-contact a{color:inherit;text-underline-offset:.2em;overflow-wrap:anywhere}
.footer-contact strong{color:var(--highlight);font-size:.75rem;letter-spacing:.08em}
.footer-links{display:flex;flex-direction:column;align-items:flex-start;gap:.55rem}
.footer-links a{font-size:.88rem;text-underline-offset:.2em;text-decoration:none;border-bottom:1px solid currentColor}
.footer-base{align-items:flex-start}
@media(max-width:850px){.about-layout{grid-template-columns:minmax(0,1fr)}.footer-top{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-links{grid-column:1/-1;flex-direction:row;flex-wrap:wrap;gap:.6rem 1.1rem}}
@media(max-width:540px){.site-shell .site-header{min-height:4rem;gap:.5rem;padding-block:.7rem}.brand-word{font-size:.88rem;letter-spacing:-.025em}.section-nav a{font-size:.76rem;padding:.42rem .68rem}.footer-top{grid-template-columns:minmax(0,1fr)}.footer-links{grid-column:auto}.card{min-height:0}.site-shell .container{width:calc(100% - 1.5rem)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
