/* =========================================================
   KAE HOLDING SARL — Premium corporate experience
   Version 2.0
   ========================================================= */

:root {
    --black: #030303;
    --black-soft: #080808;
    --surface: #0d0d0d;
    --surface-2: #121212;
    --surface-3: #181818;
    --white: #f7f4ec;
    --muted: #aaa79f;
    --muted-2: #77746d;
    --gold: #d8aa42;
    --gold-light: #f1cf78;
    --gold-dark: #8f6719;
    --gold-gradient: linear-gradient(120deg, #8c6419 0%, #f1cf78 38%, #c28e28 68%, #f3d683 100%);
    --line: rgba(216, 170, 66, 0.22);
    --line-soft: rgba(255, 255, 255, 0.09);
    --danger: #df6d6d;
    --success: #72c894;
    --font-display: "Cormorant Garamond", Georgia, serif;
    --font-body: "Manrope", Arial, sans-serif;
    --container: min(1240px, calc(100vw - 48px));
    --header-height: 118px;
    --ease: cubic-bezier(.22, 1, .36, 1);
    --shadow: 0 30px 80px rgba(0, 0, 0, .45);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body {
    margin: 0;
    color: var(--white);
    background:
        radial-gradient(circle at 15% 10%, rgba(184, 132, 32, .08), transparent 33%),
        var(--black);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.75;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
::selection { color: #090909; background: var(--gold-light); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
ul, ol { margin: 0; padding: 0; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { font-family: var(--font-display); line-height: .98; font-weight: 600; }
h1 { font-size: clamp(4rem, 8vw, 8.2rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.8rem, 5vw, 5.35rem); letter-spacing: -.035em; }
h3 { font-size: clamp(1.55rem, 2.4vw, 2.2rem); }
.container { width: var(--container); margin-inline: auto; }
.section-pad { padding: clamp(90px, 11vw, 160px) 0; }
.sr-only {
    position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.skip-link {
    position: fixed; top: -100px; left: 20px; z-index: 10000; background: var(--gold); color: #050505;
    padding: 12px 18px; border-radius: 0 0 10px 10px; font-weight: 700;
}
.skip-link:focus { top: 0; }

/* Scroll & loading */
.scroll-progress { position: fixed; inset: 0 0 auto; z-index: 9999; height: 2px; pointer-events: none; }
.scroll-progress span { display: block; width: 0; height: 100%; background: var(--gold-gradient); box-shadow: 0 0 15px var(--gold); }
.site-loader {
    position: fixed; inset: 0; z-index: 9998; display: grid; place-items: center; background: #000;
    transition: opacity .8s var(--ease), visibility .8s;
}
.site-loader.is-hidden { opacity: 0; visibility: hidden; }
.site-loader__inner { width: min(260px, 55vw); text-align: center; }
.site-loader img { width: 100%; aspect-ratio: 1; object-fit: contain; animation: loaderPulse 1.6s ease-in-out infinite; }
.site-loader__line { height: 1px; background: rgba(255,255,255,.12); overflow: hidden; margin-top: -28px; }
.site-loader__line span { display: block; height: 100%; width: 40%; background: var(--gold-gradient); animation: loaderLine 1.2s ease-in-out infinite; }
@keyframes loaderLine { from { transform: translateX(-110%); } to { transform: translateX(360%); } }
@keyframes loaderPulse { 50% { opacity: .72; transform: scale(.985); } }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; transition: transform .45s var(--ease); }
.site-header.is-hidden { transform: translateY(-100%); }
.utility-bar { height: 36px; border-bottom: 1px solid var(--line-soft); background: rgba(0,0,0,.9); backdrop-filter: blur(14px); }
.utility-bar__inner { height: 100%; display: flex; justify-content: space-between; align-items: center; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.utility-bar p { margin: 0; }
.utility-bar p span { color: var(--gold-light); }
.utility-bar__links { display: flex; align-items: center; gap: 24px; }
.utility-bar__links a { transition: color .25s; }
.utility-bar__links a:hover { color: var(--gold-light); }
.utility-bar__links i { margin-right: 7px; color: var(--gold); }
.nav-shell { border-bottom: 1px solid transparent; background: rgba(3,3,3,.76); backdrop-filter: blur(18px); transition: background .35s, border-color .35s, box-shadow .35s; }
.site-header.is-scrolled .nav-shell { background: rgba(3,3,3,.94); border-color: var(--line-soft); box-shadow: 0 12px 50px rgba(0,0,0,.28); }
.navbar { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.brand { display: flex; width: 230px; flex-shrink: 0; overflow: hidden; }
.brand img { width: 100%; height: 72px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 44px); }
.nav-links { list-style: none; display: flex; align-items: center; gap: clamp(18px, 2.4vw, 34px); }
.nav-links a { position: relative; display: block; padding: 29px 0; font-size: .78rem; font-weight: 600; letter-spacing: .065em; text-transform: uppercase; color: #d6d3cc; transition: color .25s; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 1px; background: var(--gold-gradient); transition: right .35s var(--ease); }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--gold-light); }
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { right: 0; }
.nav-cta { display: inline-flex; align-items: center; gap: 12px; padding: 12px 17px; border: 1px solid var(--line); color: var(--gold-light); font-size: .73rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; transition: background .3s, color .3s, border-color .3s; }
.nav-cta:hover { color: #050505; background: var(--gold-light); border-color: var(--gold-light); }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 12px; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 1px; margin: 6px 0; background: var(--gold-light); transition: transform .35s, opacity .25s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Buttons and shared components */
.btn { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 15px 25px; border: 1px solid transparent; cursor: pointer; font-size: .79rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; transition: transform .3s var(--ease), background .3s, color .3s, border-color .3s, box-shadow .3s; }
.btn:hover { transform: translateY(-3px); }
.btn-gold { color: #080808; background: var(--gold-gradient); box-shadow: 0 14px 35px rgba(187,134,31,.17); }
.btn-gold:hover { box-shadow: 0 18px 48px rgba(220,172,66,.28); }
.btn-ghost { color: var(--white); border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.025); }
.btn-ghost:hover { color: var(--gold-light); border-color: var(--gold); background: rgba(216,170,66,.06); }
.btn-outline-gold { color: var(--gold-light); border-color: var(--line); background: transparent; }
.btn-outline-gold:hover { color: #050505; background: var(--gold-light); border-color: var(--gold-light); }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--gold-light); font-size: .82rem; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; }
.text-link i { transition: transform .3s var(--ease); }
.text-link:hover i { transform: translateX(6px); }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 22px; color: var(--gold-light); font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--gold); }
.section-heading { margin-bottom: clamp(48px, 7vw, 88px); }
.section-heading h2 { margin-bottom: 0; }
.section-heading p { max-width: 590px; color: var(--muted); }
.split-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 60px; }
.split-heading > p, .split-heading > .text-link { justify-self: end; }
.centered { max-width: 850px; margin-inline: auto; text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered p { margin-inline: auto; }
.gold-rule { width: 72px; height: 2px; background: var(--gold-gradient); }
.lead-paragraph { color: var(--white); font-family: var(--font-display); font-size: clamp(1.55rem, 2.6vw, 2.35rem); line-height: 1.28; }

/* Motion */
.js .reveal { opacity: 0; transform: translateY(35px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Home hero */
.hero-home { position: relative; min-height: 100svh; padding-top: var(--header-height); display: flex; align-items: center; overflow: hidden; isolation: isolate; background: #020202; }
.hero-home::before { content: ""; position: absolute; inset: 0; z-index: -4; background: radial-gradient(circle at 74% 46%, rgba(196,143,36,.17), transparent 28%), radial-gradient(circle at 10% 90%, rgba(255,255,255,.035), transparent 35%); }
.hero-home__noise { position: absolute; inset: 0; z-index: -1; opacity: .18; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E"); }
.hero-home__grid { position: absolute; inset: 0; z-index: -3; opacity: .2; background-image: linear-gradient(rgba(216,170,66,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(216,170,66,.09) 1px, transparent 1px); background-size: 100px 100px; mask-image: radial-gradient(circle at 72% 50%, #000, transparent 55%); }
.hero-orbit { position: absolute; z-index: -2; border: 1px solid rgba(216,170,66,.15); border-radius: 50%; }
.hero-orbit::before { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--gold-light); box-shadow: 0 0 20px var(--gold); }
.hero-orbit--one { width: 640px; height: 640px; right: -110px; top: 12%; animation: orbitSpin 28s linear infinite; }
.hero-orbit--one::before { top: 14%; left: 11%; }
.hero-orbit--two { width: 430px; height: 430px; right: 50px; top: 25%; border-style: dashed; animation: orbitSpin 20s linear reverse infinite; }
.hero-orbit--two::before { bottom: 8%; right: 20%; }
@keyframes orbitSpin { to { transform: rotate(360deg); } }
.hero-home__inner { min-height: calc(100svh - var(--header-height)); display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(50px, 7vw, 100px); padding-block: 80px 110px; }
.hero-kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 25px; color: var(--muted); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; }
.hero-kicker span { width: 8px; height: 8px; border: 1px solid var(--gold); transform: rotate(45deg); }
.hero-home h1 { margin-bottom: 28px; }
.hero-home h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 1px var(--gold-light); text-shadow: 0 0 40px rgba(216,170,66,.12); }
.hero-lead { max-width: 620px; margin-bottom: 34px; color: #c0bdb5; font-size: clamp(1rem, 1.4vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.hero-proof { display: flex; gap: clamp(24px, 4vw, 55px); margin-top: 55px; padding-top: 24px; border-top: 1px solid var(--line-soft); }
.hero-proof div { display: flex; flex-direction: column; }
.hero-proof strong { color: var(--gold-light); font-family: var(--font-display); font-size: 1.65rem; line-height: 1; }
.hero-proof span { margin-top: 8px; color: var(--muted-2); font-size: .65rem; letter-spacing: .09em; text-transform: uppercase; }
.hero-home__visual { position: relative; min-width: 0; perspective: 1000px; }
.hero-logo-card { position: relative; aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(216,170,66,.018)); box-shadow: var(--shadow), inset 0 0 80px rgba(216,170,66,.04); transition: transform .15s linear; }
.hero-logo-card::before, .hero-logo-card::after { content: ""; position: absolute; width: 72px; height: 72px; border-color: var(--gold); opacity: .68; }
.hero-logo-card::before { left: 18px; top: 18px; border-left: 1px solid; border-top: 1px solid; }
.hero-logo-card::after { right: 18px; bottom: 18px; border-right: 1px solid; border-bottom: 1px solid; }
.hero-logo-card picture { width: 90%; }
.hero-logo-card img { width: 100%; height: auto; object-fit: contain; filter: drop-shadow(0 22px 40px rgba(0,0,0,.4)); }
.hero-logo-card__label { position: absolute; top: 25px; left: 30px; color: var(--muted-2); font-size: .62rem; letter-spacing: .18em; }
.hero-logo-card__footer { position: absolute; left: 30px; right: 30px; bottom: 22px; display: flex; justify-content: space-between; color: var(--muted-2); font-size: .58rem; letter-spacing: .15em; text-transform: uppercase; }
.floating-note { position: absolute; display: flex; align-items: center; gap: 13px; padding: 14px 17px; border: 1px solid var(--line); background: rgba(7,7,7,.88); backdrop-filter: blur(12px); box-shadow: 0 14px 35px rgba(0,0,0,.35); font-size: .66rem; color: var(--muted); }
.floating-note i { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--line); color: var(--gold-light); }
.floating-note strong { color: var(--white); font-size: .72rem; }
.floating-note--top { right: -45px; top: 15%; }
.floating-note--bottom { left: -40px; bottom: 10%; }
.scroll-cue { position: absolute; z-index: 2; left: 50%; bottom: 20px; display: flex; align-items: center; gap: 12px; transform: translateX(-50%); color: var(--muted-2); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }
.scroll-cue i { color: var(--gold); animation: cueBounce 1.6s ease-in-out infinite; }
@keyframes cueBounce { 50% { transform: translateY(6px); } }

/* Statement */
.statement-section { padding: clamp(100px, 13vw, 190px) 0; border-top: 1px solid var(--line-soft); background: var(--black-soft); }
.statement-grid { display: grid; grid-template-columns: .32fr 1fr; gap: clamp(50px, 9vw, 140px); }
.statement-index { padding-top: 12px; color: var(--gold-light); font-size: .75rem; letter-spacing: .16em; }
.statement-index span { margin: 0 12px; color: var(--muted-2); }
.statement-copy h2 { max-width: 1000px; margin-bottom: 34px; font-size: clamp(2.9rem, 5.5vw, 5.8rem); }
.statement-copy p { max-width: 740px; margin-bottom: 30px; color: var(--muted); font-size: 1.05rem; }

/* Sector showcase */
.sectors-showcase { overflow: hidden; background: #050505; }
.sector-marquee { width: 100vw; margin: 0 calc(50% - 50vw) 65px; padding: 18px 0; overflow: hidden; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); color: rgba(255,255,255,.08); white-space: nowrap; }
.sector-marquee div { display: flex; align-items: center; gap: 30px; width: max-content; font-family: var(--font-display); font-size: 3rem; animation: marquee 25s linear infinite; }
.sector-marquee div::after { content: "IMMOBILIER ◆ LOGISTIQUE ◆ AGRO-INDUSTRIE ◆ TECHNOLOGIES ◆ ÉNERGIE ◆"; }
.sector-marquee i { width: 7px; height: 7px; background: var(--gold-dark); transform: rotate(45deg); }
@keyframes marquee { to { transform: translateX(-50%); } }
.sector-list { border-top: 1px solid var(--line-soft); }
.sector-row { display: grid; grid-template-columns: 58px 70px 1fr 55px; align-items: center; gap: 22px; min-height: 120px; border-bottom: 1px solid var(--line-soft); transition: padding .4s var(--ease), background .4s, border-color .4s; }
.sector-row:hover { padding-inline: 20px; border-color: var(--line); background: linear-gradient(90deg, rgba(216,170,66,.06), transparent); }
.sector-row__number { color: var(--muted-2); font-size: .68rem; letter-spacing: .12em; }
.sector-row__icon { display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid var(--line-soft); color: var(--gold); font-size: 1.25rem; transition: background .3s, color .3s, border-color .3s; }
.sector-row:hover .sector-row__icon { color: #050505; border-color: var(--gold); background: var(--gold); }
.sector-row__content { display: grid; grid-template-columns: minmax(230px, .8fr) 1.2fr; align-items: center; gap: 35px; }
.sector-row__content strong { font-family: var(--font-display); font-size: clamp(1.45rem, 2.4vw, 2.1rem); font-weight: 600; }
.sector-row__content small { max-width: 590px; color: var(--muted); font-size: .85rem; line-height: 1.65; }
.sector-row__arrow { justify-self: end; color: var(--muted-2); transition: color .3s, transform .3s; }
.sector-row:hover .sector-row__arrow { color: var(--gold-light); transform: rotate(45deg); }
.center-action { margin-top: 55px; text-align: center; }

/* Featured subsidiary */
.featured-subsidiary { position: relative; overflow: hidden; background: var(--white); color: #0a0a0a; }
.featured-subsidiary::after { content: "KAE"; position: absolute; right: -2vw; bottom: -8vw; color: rgba(0,0,0,.035); font-family: var(--font-display); font-size: 26vw; font-weight: 700; line-height: .7; }
.featured-subsidiary__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: clamp(55px, 8vw, 120px); }
.image-frame { position: relative; overflow: hidden; border: 1px solid rgba(0,0,0,.16); background: #000; box-shadow: 0 30px 70px rgba(0,0,0,.18); }
.image-frame img { width: 100%; aspect-ratio: 16/10; object-fit: contain; background: #000; transition: transform 1s var(--ease); }
.image-frame:hover img { transform: scale(1.035); }
.image-frame__corner { position: absolute; inset: 20px; border: 1px solid rgba(216,170,66,.42); pointer-events: none; }
.featured-subsidiary .eyebrow { color: var(--gold-dark); }
.featured-subsidiary__content h2 { margin-bottom: 25px; font-size: clamp(3.3rem, 6vw, 6.4rem); }
.featured-intro { color: #6e4c10; font-family: var(--font-display); font-size: 1.6rem; }
.featured-subsidiary__content > p:not(.featured-intro) { color: #56514a; }
.check-list { list-style: none; margin: 28px 0 35px; }
.check-list li { display: flex; gap: 13px; align-items: center; margin: 10px 0; color: #24211e; font-size: .9rem; }
.check-list i { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; color: #070707; background: var(--gold); font-size: .65rem; }
.featured-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 25px; }
.featured-subsidiary .text-link { color: #6b4b12; }

/* Operating model */
.operating-model { background: #050505; }
.model-steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-soft); border-left: 1px solid var(--line-soft); }
.model-card { position: relative; min-height: 390px; padding: 40px 30px; border-right: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); overflow: hidden; transition: background .4s, transform .4s var(--ease); }
.model-card::before { content: ""; position: absolute; inset: auto 0 0; height: 0; background: linear-gradient(to top, rgba(216,170,66,.14), transparent); transition: height .5s var(--ease); }
.model-card:hover { transform: translateY(-8px); background: #0b0b0b; }
.model-card:hover::before { height: 80%; }
.model-card > span { color: var(--muted-2); font-size: .7rem; letter-spacing: .14em; }
.model-card > i { position: relative; display: block; margin: 75px 0 35px; color: var(--gold); font-size: 2.2rem; }
.model-card h3, .model-card p { position: relative; }
.model-card h3 { margin-bottom: 17px; }
.model-card p { color: var(--muted); font-size: .86rem; }

/* Commitments */
.commitments { background: var(--surface); }
.commitments__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(70px, 10vw, 150px); }
.commitments__sticky { align-self: start; position: sticky; top: 180px; }
.commitments__sticky h2 { margin-bottom: 30px; font-size: clamp(2.8rem, 4.8vw, 4.9rem); }
.commitments__sticky p { max-width: 470px; color: var(--muted); }
.commitments__list { border-top: 1px solid var(--line-soft); }
.commitment-item { display: grid; grid-template-columns: 65px 1fr; gap: 25px; padding: 38px 0; border-bottom: 1px solid var(--line-soft); }
.commitment-item > span { color: var(--gold-dark); font-size: .7rem; letter-spacing: .1em; }
.commitment-item h3 { margin-bottom: 12px; }
.commitment-item p { max-width: 620px; margin: 0; color: var(--muted); font-size: .9rem; }

/* News */
.news-section { background: #050505; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.news-card { overflow: hidden; border: 1px solid var(--line-soft); background: var(--surface); transition: transform .45s var(--ease), border-color .35s, box-shadow .35s; }
.news-card:hover { transform: translateY(-9px); border-color: var(--line); box-shadow: var(--shadow); }
.news-card__media { display: block; overflow: hidden; aspect-ratio: 16/10; background: #090909; }
.news-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.news-card:hover .news-card__media img { transform: scale(1.055); }
.news-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: rgba(216,170,66,.35); font-size: 4rem; background: radial-gradient(circle, rgba(216,170,66,.08), transparent 50%), #080808; }
.news-card__body { padding: 30px; }
.news-card time { color: var(--gold); font-size: .67rem; letter-spacing: .12em; text-transform: uppercase; }
.news-card h3 { margin: 16px 0; line-height: 1.1; }
.news-card h3 a:hover { color: var(--gold-light); }
.news-card p { color: var(--muted); font-size: .86rem; }
.editorial-empty { display: grid; grid-template-columns: 110px 1fr auto; align-items: center; gap: 38px; padding: 42px; border: 1px solid var(--line-soft); background: var(--surface); }
.editorial-empty__icon { display: grid; place-items: center; width: 100px; height: 100px; border: 1px solid var(--line); color: var(--gold); font-size: 2rem; }
.editorial-empty span { color: var(--gold); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.editorial-empty h3 { margin: 6px 0 8px; }
.editorial-empty p { margin: 0; color: var(--muted); font-size: .85rem; }

/* Final banner */
.final-banner { position: relative; padding: clamp(100px, 12vw, 180px) 0; overflow: hidden; background: radial-gradient(circle at 50% 0%, rgba(216,170,66,.16), transparent 40%), #030303; border-top: 1px solid var(--line-soft); }
.final-banner__lines { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(90deg, transparent 49.8%, rgba(216,170,66,.11) 50%, transparent 50.2%), linear-gradient(transparent 49.8%, rgba(216,170,66,.08) 50%, transparent 50.2%); background-size: 150px 150px; transform: perspective(500px) rotateX(65deg) scale(1.4); transform-origin: bottom; }
.final-banner__inner { position: relative; z-index: 1; max-width: 1000px; text-align: center; }
.final-banner__inner .eyebrow { justify-content: center; }
.final-banner h2 { margin-bottom: 42px; }
.final-banner__inner > div { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; }
.final-banner--compact { padding: 100px 0; }

/* Inner hero */
.inner-page main { padding-top: var(--header-height); }
.page-hero { position: relative; min-height: min(700px, 70svh); display: flex; align-items: center; overflow: hidden; border-bottom: 1px solid var(--line-soft); background: #030303; }
.page-hero::before { content: ""; position: absolute; width: 650px; height: 650px; right: -220px; top: -180px; border: 1px solid var(--line); border-radius: 50%; box-shadow: 0 0 100px rgba(216,170,66,.04); }
.page-hero__pattern { position: absolute; inset: 0; opacity: .26; background-image: linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px); background-size: 90px 90px; mask-image: linear-gradient(90deg, transparent, #000 30%, #000); }
.page-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 80px; padding-block: 85px; }
.page-hero__inner--wide { grid-template-columns: 1fr auto; }
.page-hero__copy { max-width: 900px; }
.page-hero h1 { margin-bottom: 30px; font-size: clamp(4rem, 7.4vw, 7.5rem); }
.page-hero h1 em { color: var(--gold-light); font-style: italic; }
.page-hero__copy p { max-width: 700px; color: var(--muted); font-size: 1.08rem; }
.page-hero__mark img { width: min(480px, 42vw); height: auto; margin-left: auto; filter: drop-shadow(0 30px 60px rgba(0,0,0,.45)); }
.page-hero__stat { display: flex; align-items: flex-end; gap: 18px; padding: 35px; border: 1px solid var(--line); background: rgba(255,255,255,.02); }
.page-hero__stat strong { color: var(--gold-light); font-family: var(--font-display); font-size: 7rem; line-height: .75; }
.page-hero__stat span { color: var(--muted); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.brand-monogram { position: relative; color: transparent; -webkit-text-stroke: 1px rgba(216,170,66,.45); font-family: var(--font-display); font-size: clamp(8rem, 18vw, 17rem); font-weight: 700; line-height: .7; }
.brand-monogram span { position: absolute; right: -25px; top: -40px; color: var(--gold); -webkit-text-stroke: 0; font-size: 4rem; }
.news-symbol { display: grid; place-items: center; width: 180px; height: 180px; border: 1px solid var(--line); color: var(--gold); font-size: 4rem; transform: rotate(-8deg); }

/* About */
.story-section { background: var(--surface); }
.story-grid { display: grid; grid-template-columns: .42fr 1fr; gap: clamp(60px, 10vw, 160px); }
.story-aside .section-number { display: block; margin-bottom: 18px; color: var(--gold); font-size: .7rem; letter-spacing: .16em; }
.story-aside h2 { margin-bottom: 30px; }
.story-content { max-width: 800px; }
.story-content > p:not(.lead-paragraph) { color: var(--muted); }
.story-content blockquote { margin: 50px 0 0; padding: 5px 0 5px 30px; border-left: 2px solid var(--gold); color: var(--gold-light); font-family: var(--font-display); font-size: 1.7rem; line-height: 1.35; }
.purpose-panels { background: #050505; }
.purpose-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.purpose-card { position: relative; min-height: 440px; padding: 45px 35px; overflow: hidden; border: 1px solid var(--line-soft); background: var(--surface); }
.purpose-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -90px; bottom: -90px; border: 1px solid var(--line); border-radius: 50%; }
.purpose-card--gold { color: #080808; border-color: var(--gold); background: var(--gold-gradient); }
.purpose-card__number { color: var(--muted-2); font-size: .68rem; }
.purpose-card > i { display: block; margin: 90px 0 35px; color: var(--gold); font-size: 2.2rem; }
.purpose-card--gold > i { color: #17100a; }
.purpose-card h3 { margin-bottom: 20px; }
.purpose-card p { color: var(--muted); font-size: .86rem; }
.purpose-card--gold p, .purpose-card--gold .purpose-card__number { color: rgba(0,0,0,.7); }
.values-section { background: var(--white); color: #080808; }
.values-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 10vw, 140px); }
.values-intro { position: sticky; top: 180px; align-self: start; }
.values-intro .eyebrow { color: #7e5812; }
.values-intro p { color: #5f5b54; }
.values-list { border-top: 1px solid rgba(0,0,0,.15); }
.value-row { display: grid; grid-template-columns: 50px 1fr 50px; gap: 25px; align-items: center; padding: 32px 0; border-bottom: 1px solid rgba(0,0,0,.15); }
.value-row > span { color: #9b762b; font-size: .68rem; }
.value-row h3 { margin: 0 0 7px; }
.value-row p { margin: 0; color: #68635c; font-size: .86rem; }
.value-row > i { color: #8d6518; font-size: 1.45rem; }
.governance-section { background: var(--surface); }
.governance-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(70px, 10vw, 150px); }
.governance-rings { position: relative; aspect-ratio: 1; display: grid; place-items: center; }
.governance-rings > span { position: absolute; border: 1px solid var(--line); border-radius: 50%; }
.governance-rings > span:nth-child(1) { inset: 0; animation: orbitSpin 30s linear infinite; }
.governance-rings > span:nth-child(2) { inset: 15%; border-style: dashed; animation: orbitSpin 22s linear reverse infinite; }
.governance-rings > span:nth-child(3) { inset: 31%; background: radial-gradient(circle, rgba(216,170,66,.12), transparent 70%); }
.governance-rings > div { color: var(--gold-light); font-family: var(--font-display); font-size: 5rem; }
.governance-copy > p { color: var(--muted); }
.brand-examples { display: flex; flex-wrap: wrap; gap: 10px; margin: 30px 0 15px; }
.brand-examples span, .service-pills span { padding: 9px 12px; border: 1px solid var(--line); color: var(--gold-light); font-size: .67rem; letter-spacing: .06em; text-transform: uppercase; }
.micro-note { color: var(--muted-2) !important; font-size: .72rem; }

/* Sectors page */
.sector-directory { background: #050505; }
.sector-filter { position: sticky; top: 125px; z-index: 20; display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-bottom: 70px; padding: 14px; border: 1px solid var(--line-soft); background: rgba(5,5,5,.88); backdrop-filter: blur(15px); }
.sector-filter a { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid transparent; color: var(--muted); font-size: .68rem; transition: color .25s, border-color .25s, background .25s; }
.sector-filter a:hover { color: #050505; border-color: var(--gold); background: var(--gold); }
.sector-detail-list { border-top: 1px solid var(--line-soft); }
.sector-detail { scroll-margin-top: 205px; display: grid; grid-template-columns: 70px 100px 1fr 70px; gap: 35px; align-items: start; padding: 65px 0; border-bottom: 1px solid var(--line-soft); }
.sector-detail__index { padding-top: 18px; color: var(--muted-2); font-size: .7rem; }
.sector-detail__icon { display: grid; place-items: center; width: 90px; height: 90px; border: 1px solid var(--line); color: var(--gold); font-size: 1.8rem; }
.sector-detail__content h2 { margin-bottom: 24px; font-size: clamp(2.5rem, 4.5vw, 4.7rem); }
.sector-detail__content > p { max-width: 700px; color: var(--muted); }
.sector-detail__content ul { list-style: none; display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 25px; }
.sector-detail__content li { color: #d6d2c9; font-size: .78rem; }
.sector-detail__content li i { margin-right: 10px; color: var(--gold); }
.sector-detail__cta { display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid var(--line); color: var(--gold); transition: transform .35s, color .3s, background .3s; }
.sector-detail__cta:hover { color: #050505; background: var(--gold); transform: rotate(45deg); }
.cross-sector { background: var(--white); color: #080808; }
.cross-sector__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.cross-sector .eyebrow { color: #7e5812; }
.cross-sector p { color: #5e5951; font-size: 1.08rem; }
.cross-sector .text-link { color: #725014; }

/* Subsidiaries page */
.legal-feature { position: relative; overflow: hidden; background: var(--white); color: #080808; }
.legal-feature__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(60px, 9vw, 130px); }
.legal-feature__visual { position: relative; background: #000; box-shadow: 0 30px 80px rgba(0,0,0,.2); }
.legal-feature__visual img { position: relative; z-index: 1; width: 100%; aspect-ratio: 16/10; object-fit: contain; background: #000; }
.legal-feature__halo { position: absolute; z-index: 0; width: 90%; height: 90%; left: 5%; top: 5%; background: rgba(216,170,66,.25); filter: blur(65px); }
.legal-feature .eyebrow { color: #77520f; }
.legal-feature__copy > p:not(.lead-paragraph) { color: #5d5851; }
.service-pills { display: flex; flex-wrap: wrap; gap: 9px; margin: 30px 0 36px; }
.legal-feature .service-pills span { color: #6f4d0f; border-color: rgba(111,77,15,.26); }
.legal-feature .text-link { color: #704e12; }
.subsidiary-portfolio { background: #050505; }
.subsidiary-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; }
.subsidiary-card { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 330px; overflow: hidden; border: 1px solid var(--line-soft); background: var(--surface); transition: transform .4s var(--ease), border-color .3s; }
.subsidiary-card:hover { transform: translateY(-7px); border-color: var(--line); }
.subsidiary-card__media { display: grid; place-items: center; min-height: 100%; overflow: hidden; background: #000; }
.subsidiary-card__media img { width: 100%; height: 100%; object-fit: cover; }
.subsidiary-card--legal .subsidiary-card__media img { object-fit: contain; }
.subsidiary-card__monogram { color: transparent; -webkit-text-stroke: 1px var(--gold); font-family: var(--font-display); font-size: 4rem; }
.subsidiary-card__body { padding: 35px; }
.subsidiary-card__body > span { color: var(--gold); font-size: .64rem; letter-spacing: .11em; text-transform: uppercase; }
.subsidiary-card__body h3 { margin: 17px 0; }
.subsidiary-card__body p { color: var(--muted); font-size: .82rem; }
.subsidiary-card__meta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 25px; }
.subsidiary-card__meta a { color: var(--gold-light); font-size: .7rem; }
.subsidiary-card__meta i { margin-right: 7px; }
.subsidiary-card--future { display: grid; grid-template-columns: 1fr; place-items: center; padding: 40px; border-style: dashed; }
.subsidiary-card--future > div { max-width: 520px; text-align: center; }
.subsidiary-card--future > div > i { display: grid; place-items: center; width: 60px; height: 60px; margin: 0 auto 25px; border: 1px solid var(--line); color: var(--gold); }
.subsidiary-card--future span { color: var(--gold); font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; }
.subsidiary-card--future p { color: var(--muted); }
.brand-system { background: var(--surface); }
.brand-system__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.brand-system__grid p { max-width: 760px; color: var(--muted); }
.brand-formula { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 35px; font-family: var(--font-display); font-size: clamp(1.5rem, 3vw, 3rem); }
.brand-formula span { color: var(--gold-light); }
.brand-formula i { color: var(--muted-2); font-style: normal; }
.brand-formula strong { color: var(--white); }

/* News archive and article */
.news-archive { background: #050505; }
.news-feature { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 520px; margin-bottom: 70px; border: 1px solid var(--line-soft); background: var(--surface); }
.news-feature__media { overflow: hidden; min-height: 100%; }
.news-feature__media img, .news-feature__media .news-placeholder { width: 100%; height: 100%; object-fit: cover; }
.news-feature__copy { align-self: center; padding: clamp(40px, 6vw, 85px); }
.news-feature__copy h2 { font-size: clamp(2.5rem, 4vw, 4.3rem); }
.news-feature__copy h2 a:hover { color: var(--gold-light); }
.news-feature__copy p { color: var(--muted); }
.news-grid--archive { row-gap: 45px; }
.news-empty-state { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; min-height: 500px; }
.news-empty-state__visual { position: relative; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid var(--line-soft); color: var(--gold); font-size: 5rem; background: radial-gradient(circle, rgba(216,170,66,.12), transparent 55%); }
.news-empty-state__visual span { position: absolute; inset: 12%; border: 1px dashed var(--line); border-radius: 50%; animation: orbitSpin 20s linear infinite; }
.news-empty-state p { color: var(--muted); }
.article-header { padding: 110px 0 75px; border-bottom: 1px solid var(--line-soft); background: radial-gradient(circle at 50% 0%, rgba(216,170,66,.11), transparent 45%), #050505; }
.article-header__inner { max-width: 980px; }
.article-back { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 60px; color: var(--gold-light); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.article-header time { display: block; margin-bottom: 20px; color: var(--gold); font-size: .7rem; letter-spacing: .13em; }
.article-header h1 { margin-bottom: 35px; font-size: clamp(3.5rem, 7vw, 7rem); }
.article-meta { display: flex; flex-wrap: wrap; gap: 25px; color: var(--muted-2); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.article-cover { margin-top: 70px; }
.article-cover img { width: 100%; max-height: 680px; object-fit: cover; }
.article-body-grid { display: grid; grid-template-columns: 70px minmax(0, 780px); justify-content: center; gap: 70px; padding-block: 90px 130px; }
.article-share { position: sticky; top: 180px; align-self: start; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.article-share > span { writing-mode: vertical-rl; margin-bottom: 15px; color: var(--muted-2); font-size: .62rem; letter-spacing: .13em; text-transform: uppercase; }
.article-share a, .article-share button { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line-soft); background: transparent; cursor: pointer; transition: color .25s, border-color .25s; }
.article-share a:hover, .article-share button:hover { color: var(--gold); border-color: var(--gold); }
.article-content { color: #d0cdc5; font-size: 1.05rem; line-height: 1.9; }
.article-content p { margin-bottom: 1.5em; }
.article-next { padding: 100px 0; text-align: center; border-top: 1px solid var(--line-soft); background: var(--surface); }
.article-next h2 { max-width: 800px; margin-inline: auto; }
.not-found { min-height: 70svh; display: grid; place-items: center; text-align: center; }
.not-found span { color: var(--gold); font-family: var(--font-display); font-size: 7rem; }
.not-found h1 { font-size: clamp(3rem, 6vw, 6rem); }
.not-found p { color: var(--muted); }

/* Contact */
.contact-hero-card { max-width: 330px; padding: 35px; border: 1px solid var(--line); background: rgba(255,255,255,.02); }
.contact-hero-card > i { margin-bottom: 55px; color: var(--gold); font-size: 2.2rem; }
.contact-hero-card span { display: block; margin-bottom: 8px; color: var(--gold); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.contact-hero-card strong { display: block; font-family: var(--font-display); font-size: 1.5rem; line-height: 1.2; }
.contact-section { background: #050505; }
.contact-grid { display: grid; grid-template-columns: 1.16fr .84fr; gap: 28px; align-items: start; }
.contact-form-card, .contact-info-card { padding: clamp(35px, 5vw, 70px); border: 1px solid var(--line-soft); background: var(--surface); }
.contact-form-card > p { color: var(--muted); }
.contact-form { margin-top: 45px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.field { position: relative; margin-bottom: 28px; }
.field label { display: block; margin-bottom: 9px; color: #d6d2ca; font-size: .69rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid #363636; border-radius: 0; outline: none; color: var(--white); background: transparent; transition: border-color .3s; }
.field select { color-scheme: dark; }
.field textarea { resize: vertical; min-height: 150px; }
.field-line { position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: var(--gold); transition: right .35s var(--ease); }
.field input:focus ~ .field-line, .field select:focus ~ .field-line, .field textarea:focus ~ .field-line { right: 0; }
.field small { display: block; margin-top: 7px; color: var(--muted-2); font-size: .65rem; text-align: right; }
.field.is-invalid input, .field.is-invalid textarea, .field.is-invalid select { border-color: var(--danger); }
.field-error { margin-top: 5px; color: var(--danger); font-size: .69rem; }
.consent { display: flex; align-items: flex-start; gap: 12px; margin: 5px 0 30px; color: var(--muted); font-size: .7rem; }
.consent input { accent-color: var(--gold); margin-top: 5px; }
.btn-submit { width: 100%; }
.btn-submit.is-loading i { animation: buttonSpin .8s linear infinite; }
@keyframes buttonSpin { to { transform: rotate(360deg); } }
.form-alert { display: flex; gap: 15px; align-items: flex-start; margin: 25px 0; padding: 17px; border: 1px solid; font-size: .82rem; }
.form-alert i { margin-top: 4px; }
.form-alert strong, .form-alert span { display: block; }
.form-alert--success { color: #bde6cc; border-color: rgba(114,200,148,.4); background: rgba(114,200,148,.08); }
.form-alert--error { color: #efb4b4; border-color: rgba(223,109,109,.4); background: rgba(223,109,109,.08); }
.contact-info-card { position: sticky; top: 145px; }
.contact-info-list { margin: 38px 0; border-top: 1px solid var(--line-soft); }
.contact-info-list > a, .contact-info-list > div { display: grid; grid-template-columns: 45px 1fr; gap: 15px; padding: 23px 0; border-bottom: 1px solid var(--line-soft); }
.contact-info-list > * > i { color: var(--gold); }
.contact-info-list span { display: block; margin-bottom: 5px; color: var(--muted-2); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-info-list strong { display: block; font-family: var(--font-body); font-size: .82rem; font-weight: 500; line-height: 1.6; }
.whatsapp-card { display: grid; grid-template-columns: 50px 1fr auto; gap: 15px; align-items: center; padding: 18px; color: #07150c; background: #6fd493; transition: transform .3s; }
.whatsapp-card:hover { transform: translateY(-4px); }
.whatsapp-card > i:first-child { font-size: 1.8rem; }
.whatsapp-card span, .whatsapp-card strong { display: block; }
.whatsapp-card span { font-size: .65rem; }
.whatsapp-card strong { font-size: .78rem; }
.legal-ids { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 25px; }
.legal-ids p { margin: 0; padding: 14px; border: 1px solid var(--line-soft); color: #d3d0c8; font-size: .67rem; }
.legal-ids span { display: block; color: var(--gold); font-size: .58rem; letter-spacing: .1em; }
.map-section { padding: 0 0 120px; background: #050505; }
.map-shell { position: relative; overflow: hidden; border: 1px solid var(--line-soft); filter: grayscale(1) contrast(1.1); }
.map-label { position: absolute; left: 25px; bottom: 25px; padding: 15px 20px; color: var(--white); background: rgba(3,3,3,.92); border: 1px solid var(--line); }
.map-label span, .map-label strong { display: block; }
.map-label span { color: var(--gold); font-size: .62rem; text-transform: uppercase; letter-spacing: .1em; }

/* Footer */
.site-footer { position: relative; overflow: hidden; padding-top: 80px; border-top: 1px solid var(--line-soft); background: #020202; }
.footer-glow { position: absolute; width: 700px; height: 700px; left: -350px; bottom: -350px; border-radius: 50%; background: rgba(216,170,66,.08); filter: blur(100px); }
.footer-cta { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; padding-bottom: 75px; border-bottom: 1px solid var(--line-soft); }
.footer-cta h2 { max-width: 750px; margin: 0; font-size: clamp(2.7rem, 4.8vw, 5rem); }
.footer-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.35fr .65fr .8fr 1.1fr; gap: 50px; padding: 75px 0 60px; }
.footer-brand img { width: 260px; height: auto; object-fit: contain; }
.footer-brand p { max-width: 370px; color: var(--muted); font-size: .82rem; }
.social-links { display: flex; gap: 10px; margin-top: 25px; }
.social-links a { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--line-soft); color: var(--muted); transition: color .25s, border-color .25s, transform .25s; }
.social-links a:hover { color: var(--gold); border-color: var(--gold); transform: translateY(-3px); }
.footer-column h3 { margin-bottom: 24px; color: var(--gold-light); font-family: var(--font-body); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-column ul { list-style: none; }
.footer-column li { margin: 10px 0; }
.footer-column li a { color: var(--muted); font-size: .78rem; transition: color .25s, padding-left .25s; }
.footer-column li a:hover { padding-left: 5px; color: var(--white); }
.footer-contact > a, .footer-contact > p { display: grid; grid-template-columns: 25px 1fr; gap: 10px; margin: 0 0 15px; color: var(--muted); font-size: .75rem; }
.footer-contact i { color: var(--gold); }
.newsletter-panel { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 50px; padding: 32px 0; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.newsletter-panel h3 { margin-bottom: 5px; }
.newsletter-panel p { margin: 0; color: var(--muted); font-size: .75rem; }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; }
.newsletter-form input { min-width: 0; padding: 16px 18px; border: 1px solid var(--line-soft); border-right: 0; outline: none; color: var(--white); background: var(--surface); }
.newsletter-form input:focus { border-color: var(--gold); }
.newsletter-form button { padding: 14px 22px; border: 1px solid var(--gold); color: #050505; background: var(--gold); cursor: pointer; font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.newsletter-form button i { margin-left: 8px; }
.footer-bottom { position: relative; z-index: 1; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 15px; padding: 28px 0; color: var(--muted-2); font-size: .65rem; letter-spacing: .04em; }
.footer-bottom p { margin: 0; }
.footer-bottom span { margin: 0 7px; color: var(--gold-dark); }
.whatsapp-float { position: fixed; z-index: 900; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 10px; min-height: 50px; padding: 0 17px; color: #07150c; background: #6fd493; box-shadow: 0 15px 35px rgba(0,0,0,.3); font-size: .72rem; font-weight: 700; transition: transform .3s; }
.whatsapp-float i { font-size: 1.4rem; }
.whatsapp-float:hover { transform: translateY(-4px); }
.back-to-top { position: fixed; z-index: 899; right: 22px; bottom: 84px; width: 44px; height: 44px; border: 1px solid var(--line); opacity: 0; pointer-events: none; background: rgba(5,5,5,.9); cursor: pointer; transition: opacity .3s, transform .3s; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; }
.back-to-top:hover { color: var(--gold); transform: translateY(-3px); }
.toast { position: fixed; z-index: 1100; right: 25px; top: 140px; max-width: 390px; padding: 16px 20px; border: 1px solid var(--line); background: #101010; box-shadow: var(--shadow); font-size: .82rem; animation: toastIn .5s var(--ease); }
.toast--success { color: #bde6cc; border-color: rgba(114,200,148,.45); }
.toast--error { color: #efb4b4; border-color: rgba(223,109,109,.45); }
@keyframes toastIn { from { opacity: 0; transform: translateY(-20px); } }

/* Responsive */
@media (max-width: 1120px) {
    :root { --header-height: 92px; }
    .utility-bar { display: none; }
    .navbar { min-height: 92px; }
    .brand { width: 210px; }
    .main-nav { gap: 18px; }
    .nav-links { gap: 16px; }
    .nav-links a { font-size: .7rem; }
    .nav-cta { display: none; }
    .hero-home__inner { grid-template-columns: 1fr 1fr; gap: 45px; }
    .floating-note--top { right: -15px; }
    .floating-note--bottom { left: -15px; }
    .model-steps { grid-template-columns: repeat(2, 1fr); }
    .news-grid { grid-template-columns: repeat(2, 1fr); }
    .news-card:last-child:nth-child(odd) { grid-column: span 2; }
    .footer-grid { grid-template-columns: 1.2fr .8fr .8fr; }
    .footer-contact { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .footer-contact h3 { grid-column: 1 / -1; }
    .subsidiary-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
    :root { --container: min(100% - 36px, 760px); }
    .menu-toggle { display: block; }
    .main-nav { position: fixed; inset: 92px 0 0; display: flex; flex-direction: column; justify-content: center; align-items: stretch; padding: 35px var(--container); opacity: 0; visibility: hidden; transform: translateY(-15px); background: rgba(2,2,2,.98); transition: opacity .35s, visibility .35s, transform .35s var(--ease); }
    .main-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
    .nav-links { flex-direction: column; align-items: stretch; gap: 0; }
    .nav-links a { padding: 15px 0; border-bottom: 1px solid var(--line-soft); font-family: var(--font-display); font-size: 2.2rem; font-weight: 600; letter-spacing: 0; text-transform: none; }
    .nav-links a::after { display: none; }
    .nav-cta { display: inline-flex; margin-top: 30px; justify-content: center; }
    .hero-home { min-height: auto; }
    .hero-home__inner { grid-template-columns: 1fr; min-height: auto; padding-top: 90px; }
    .hero-home__visual { max-width: 650px; margin-inline: auto; }
    .hero-home__grid { mask-image: radial-gradient(circle at 50% 70%, #000, transparent 70%); }
    .hero-orbit--one { width: 500px; height: 500px; right: -260px; top: 42%; }
    .hero-orbit--two { display: none; }
    .scroll-cue { display: none; }
    .statement-grid, .story-grid, .values-grid, .governance-grid, .commitments__grid, .featured-subsidiary__grid, .legal-feature__grid, .cross-sector__grid, .brand-system__grid, .contact-grid, .news-empty-state { grid-template-columns: 1fr; }
    .statement-grid { gap: 35px; }
    .split-heading { grid-template-columns: 1fr; gap: 20px; }
    .split-heading > p, .split-heading > .text-link { justify-self: start; }
    .sector-row__content { grid-template-columns: 1fr; gap: 8px; }
    .featured-subsidiary__media { order: 2; }
    .model-steps { grid-template-columns: 1fr 1fr; }
    .commitments__sticky, .values-intro, .contact-info-card { position: static; }
    .purpose-grid { grid-template-columns: 1fr; }
    .purpose-card { min-height: 350px; }
    .purpose-card > i { margin-top: 45px; }
    .page-hero { min-height: 620px; }
    .page-hero__inner, .page-hero__inner--wide { grid-template-columns: 1fr; gap: 30px; }
    .page-hero__mark { display: none; }
    .page-hero__stat { justify-self: start; }
    .brand-monogram { position: absolute; right: -10px; bottom: 15px; opacity: .2; }
    .news-symbol { position: absolute; right: 25px; bottom: 25px; width: 110px; height: 110px; opacity: .25; }
    .sector-detail { grid-template-columns: 45px 75px 1fr; }
    .sector-detail__icon { width: 70px; height: 70px; }
    .sector-detail__cta { grid-column: 3; margin-top: -10px; }
    .news-feature { grid-template-columns: 1fr; }
    .news-feature__media { min-height: 360px; }
    .article-body-grid { grid-template-columns: 1fr; gap: 35px; }
    .article-share { position: static; flex-direction: row; justify-content: flex-start; }
    .article-share > span { writing-mode: initial; margin: 0 12px 0 0; }
    .footer-cta { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-contact { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; }
    .newsletter-panel { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 620px) {
    :root { --container: calc(100% - 28px); --header-height: 82px; }
    body { font-size: 15px; }
    .navbar { min-height: 82px; }
    .brand { width: 180px; }
    .brand img { height: 64px; }
    .main-nav { inset-top: 82px; top: 82px; padding-inline: 22px; }
    .hero-home__inner { padding-top: 65px; padding-bottom: 80px; }
    .hero-home h1 { font-size: clamp(3.65rem, 18vw, 5.4rem); }
    .hero-actions, .featured-actions { flex-direction: column; align-items: stretch; }
    .hero-actions .btn, .featured-actions .btn { width: 100%; }
    .hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
    .hero-proof strong { font-size: 1.15rem; }
    .hero-proof span { font-size: .52rem; }
    .floating-note { display: none; }
    .hero-logo-card__footer { left: 18px; right: 18px; }
    .sector-row { grid-template-columns: 36px 50px 1fr; gap: 14px; min-height: 105px; }
    .sector-row__icon { width: 48px; height: 48px; }
    .sector-row__arrow { display: none; }
    .sector-row__content small { display: none; }
    .model-steps, .news-grid { grid-template-columns: 1fr; }
    .news-card:last-child:nth-child(odd) { grid-column: auto; }
    .model-card { min-height: 330px; }
    .editorial-empty { grid-template-columns: 1fr; padding: 28px; }
    .page-hero { min-height: 560px; }
    .page-hero h1 { font-size: clamp(3.5rem, 16vw, 5rem); }
    .page-hero__stat strong { font-size: 5rem; }
    .story-content blockquote { padding-left: 20px; font-size: 1.4rem; }
    .value-row { grid-template-columns: 35px 1fr; }
    .value-row > i { display: none; }
    .sector-filter { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; top: 92px; }
    .sector-detail { grid-template-columns: 38px 1fr; gap: 15px; }
    .sector-detail__icon { grid-column: 2; width: 65px; height: 65px; }
    .sector-detail__content { grid-column: 2; }
    .sector-detail__cta { grid-column: 2; }
    .sector-detail__content h2 { font-size: 2.8rem; }
    .subsidiary-card { grid-template-columns: 1fr; }
    .subsidiary-card__media { min-height: 240px; }
    .brand-formula { align-items: flex-start; flex-direction: column; }
    .news-feature__media { min-height: 260px; }
    .article-header { padding-top: 70px; }
    .article-back { margin-bottom: 40px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .contact-form-card, .contact-info-card { padding: 28px 22px; }
    .legal-ids { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand, .footer-contact { grid-column: auto; }
    .footer-contact { display: block; }
    .newsletter-form { grid-template-columns: 1fr; }
    .newsletter-form input { border-right: 1px solid var(--line-soft); }
    .footer-bottom { flex-direction: column; }
    .whatsapp-float { width: 50px; padding: 0; justify-content: center; border-radius: 50%; }
    .whatsapp-float span { display: none; }
    .toast { right: 14px; left: 14px; top: 100px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .js .reveal { opacity: 1; transform: none; }
}
