/* ==========================================================================
   Mangas Circles — Homepage stylesheet (EN/DE/FR/IT share this file)
   Palette: deep navy · ivory · muted gold. Type: Cormorant Garamond + Inter.
   ========================================================================== */

:root {
  --navy-900: #081326;
  --navy-800: #0b1a33;
  --navy-700: #12254a;
  --navy-600: #1b3566;
  --ink: #131c2b;
  --ink-2: #2f3a4c;
  --ink-3: #5f6875;
  --line: #e3e0d8;
  --line-dark: rgba(255, 255, 255, 0.12);
  --ivory: #faf8f3;
  --ivory-2: #f2efe7;
  --white: #ffffff;
  --gold: #c9a24a;
  --gold-2: #e0c073;
  --gold-deep: #a68432;
  --success: #2f7d4f;
  --danger: #b4453c;

  --serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  --wrap: 1180px;
  --radius: 4px;
  --shadow: 0 10px 30px -12px rgba(8, 19, 38, 0.18);
  --shadow-lg: 0 30px 60px -24px rgba(8, 19, 38, 0.32);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1 !important; transform: none !important; } }
body {
  margin: 0;
  overflow-x: hidden;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; }
ul, ol { margin: 0; padding: 0; }
h1, h2, h3, h4, h5 { margin: 0; font-weight: 600; line-height: 1.15; color: var(--navy-800); }
h1, h2 { font-family: var(--serif); font-weight: 600; letter-spacing: -0.015em; }
h2 { font-size: clamp(1.9rem, 3.1vw, 2.6rem); line-height: 1.18; }
h3 { font-size: 1.2rem; font-weight: 600; }
.small { font-size: 0.85rem; }
.muted { color: var(--ink-3); }

.wrap { width: min(var(--wrap), 100% - 3rem); margin-inline: auto; }
.wrap-narrow { width: min(820px, 100% - 3rem); }

.skip-link { position: absolute; left: -999px; top: 0; background: var(--gold); color: var(--navy-900); padding: .6rem 1rem; z-index: 1000; }
.skip-link:focus { left: 1rem; top: 1rem; }

#scrollProgress { position: fixed; top: 0; left: 0; height: 2px; width: 0; background: var(--gold); z-index: 1001; transition: width .1s linear; }

/* --------------------------------------------------------------------------
   Buttons & eyebrows
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  padding: .95rem 1.75rem; border-radius: var(--radius); border: 1px solid transparent;
  font-family: var(--sans); font-size: .92rem; font-weight: 500; letter-spacing: .02em;
  cursor: pointer; transition: transform .25s var(--ease), background .25s, color .25s, border-color .25s, box-shadow .25s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.btn-gold { background: var(--gold); color: var(--navy-900); border-color: var(--gold); box-shadow: 0 8px 22px -10px rgba(201, 162, 74, .7); }
.btn-gold:hover { background: var(--gold-2); border-color: var(--gold-2); }
.btn-outline-light { color: var(--white); border-color: rgba(255, 255, 255, .45); background: rgba(255, 255, 255, .04); }
.btn-outline-light:hover { border-color: var(--white); background: rgba(255, 255, 255, .1); }
.btn-sm { padding: .6rem 1.1rem; font-size: .82rem; }
.btn-block { width: 100%; }
.btn[disabled] { opacity: .6; cursor: progress; transform: none; }

.eyebrow {
  display: inline-flex; align-items: center; gap: .75rem; margin: 0 0 1.1rem;
  font-size: .74rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-deep);
}
.eyebrow::before { content: ''; width: 28px; height: 1px; background: currentColor; opacity: .7; }
.eyebrow-light { color: var(--gold-2); }

.link-arrow { display: inline-flex; align-items: center; gap: .5rem; font-weight: 500; color: var(--navy-800); border-bottom: 1px solid var(--gold); padding-bottom: 2px; transition: gap .25s var(--ease); }
.link-arrow:hover { gap: .85rem; }

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 900;
  background: rgba(11, 26, 51, .82); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-dark);
  transition: background .3s, box-shadow .3s;
}
.site-header.is-scrolled { background: rgba(11, 26, 51, .96); box-shadow: 0 10px 30px -18px rgba(0, 0, 0, .6); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; height: 84px; }

.brand { display: inline-flex; flex-direction: column; align-items: center; text-align: center; color: var(--white); line-height: 1; }
.brand-name { font-family: var(--serif); font-weight: 700; font-size: 1.95rem; letter-spacing: -0.01em; color: var(--white); white-space: nowrap; }
.brand-tagline { font-family: var(--sans); font-weight: 500; font-size: .58rem; letter-spacing: .22em; text-transform: uppercase; color: rgba(255, 255, 255, .85); margin-top: .35rem; white-space: nowrap; }
.brand-lg .brand-name { font-size: 2.4rem; }
.brand-lg .brand-tagline { font-size: .7rem; margin-top: .45rem; }

.primary-nav { display: flex; gap: 1.9rem; }
.primary-nav a { color: rgba(255, 255, 255, .82); font-size: .88rem; font-weight: 500; letter-spacing: .01em; padding: .35rem 0; position: relative; }
.primary-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: var(--gold); transition: right .3s var(--ease); }
.primary-nav a:hover { color: var(--white); }
.primary-nav a:hover::after, .primary-nav a.is-active::after { right: 0; }

.header-actions { display: flex; align-items: center; gap: 1.25rem; }
.lang-switch { display: inline-flex; gap: .15rem; }
.lang-switch a { font-size: .74rem; font-weight: 600; letter-spacing: .08em; padding: .35rem .5rem; color: rgba(255, 255, 255, .55); border-radius: 3px; transition: color .2s, background .2s; }
.lang-switch a:hover { color: var(--white); }
.lang-switch a.is-active { color: var(--navy-900); background: var(--gold); }

.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; flex-direction: column; justify-content: center; gap: 5px; padding: 0 10px; }
.menu-toggle span { display: block; height: 1.5px; background: var(--white); transition: transform .3s var(--ease), opacity .3s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.mobile-nav { position: fixed; inset: 84px 0 0 0; z-index: 890; background: var(--navy-800); padding: 2rem 1.5rem; display: flex; flex-direction: column; gap: 1.5rem; overflow-y: auto; }
.mobile-nav[hidden] { display: none; }
.mobile-nav nav { display: flex; flex-direction: column; }
.mobile-nav nav a { color: var(--white); font-family: var(--serif); font-size: 1.45rem; padding: .8rem 0; border-bottom: 1px solid var(--line-dark); }
.lang-switch-mobile { justify-content: flex-start; gap: .5rem; }
.lang-switch-mobile a { font-size: .9rem; padding: .5rem .9rem; border: 1px solid var(--line-dark); }

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.hero { position: relative; color: var(--white); background: var(--navy-800); overflow: hidden; }
.hero-bg { position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(8, 19, 38, .92) 0%, rgba(8, 19, 38, .78) 42%, rgba(8, 19, 38, .35) 75%, rgba(8, 19, 38, .25) 100%),
    linear-gradient(180deg, rgba(8, 19, 38, .55) 0%, rgba(8, 19, 38, 0) 30%, rgba(8, 19, 38, .15) 75%, var(--navy-800) 100%),
    url('/static/hero-tower.jpg');
  background-size: cover, cover, cover; background-position: center, center, 70% center; background-repeat: no-repeat; }
.hero-bg::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 55% 70% at 80% 30%, rgba(201, 162, 74, .10), transparent 65%); }
.hero-inner { position: relative; padding: clamp(5rem, 11vw, 9rem) 0 clamp(4rem, 8vw, 6.5rem); max-width: 860px; }
.hero-title { color: var(--white); font-size: clamp(2.3rem, 4.8vw, 3.9rem); line-height: 1.1; font-weight: 600; margin-bottom: 1.6rem; text-shadow: 0 2px 24px rgba(0, 0, 0, .35); }
.hero-lead { font-size: clamp(1.02rem, 1.3vw, 1.18rem); line-height: 1.7; color: rgba(255, 255, 255, .9); max-width: 680px; margin-bottom: 2.4rem; font-weight: 400; text-shadow: 0 1px 12px rgba(0, 0, 0, .35); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-bottom: 3.2rem; }
.hero-facts { list-style: none; display: flex; flex-wrap: wrap; gap: .75rem 2.2rem; padding-top: 1.75rem; border-top: 1px solid var(--line-dark); }
.hero-facts li { display: inline-flex; align-items: center; gap: .6rem; font-size: .86rem; color: rgba(255, 255, 255, .88); }
.hero-facts i { color: var(--gold); font-size: .75rem; }

/* --------------------------------------------------------------------------
   Sections
   -------------------------------------------------------------------------- */
.section { padding: clamp(4.5rem, 8vw, 7rem) 0; }
.section-tint { background: var(--ivory); }
.section-dark { background: var(--navy-800); color: rgba(255, 255, 255, .88); }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-dark .lead { color: rgba(255, 255, 255, .82); }
.section-head { max-width: 720px; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.section-head h2 { margin-bottom: 1.1rem; }
.lead { font-size: 1.08rem; line-height: 1.75; color: var(--ink-2); }
.footnote { font-size: .84rem; color: var(--ink-3); margin: 2rem 0 0; display: flex; gap: .6rem; align-items: flex-start; line-height: 1.6; }
.footnote i { color: var(--gold-deep); margin-top: .25rem; }

.grid { display: grid; gap: 1.5rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem; transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: rgba(201, 162, 74, .5); }
.card h3 { margin-bottom: .8rem; }
.card p { color: var(--ink-2); font-size: .96rem; }
.card p:last-child { margin-bottom: 0; }
.card-plain { background: transparent; border-color: var(--line); }
.card-icon { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border: 1px solid rgba(201, 162, 74, .5); border-radius: 50%; color: var(--gold-deep); font-size: 1.05rem; margin-bottom: 1.4rem; background: var(--white); }

.service-card { padding: 2.4rem; }
.service-head { display: flex; justify-content: space-between; align-items: flex-start; }
.service-index { font-family: var(--serif); font-size: 2.4rem; line-height: 1; color: #d9d4c8; font-weight: 600; }
.service-card h3 { font-size: 1.32rem; }
.check-list { list-style: none; margin-top: 1.4rem; padding-top: 1.4rem; border-top: 1px solid var(--line); display: grid; gap: .55rem; }
.check-list li { position: relative; padding-left: 1.5rem; font-size: .92rem; color: var(--ink-2); }
.check-list li::before { content: ''; position: absolute; left: 0; top: .62em; width: 8px; height: 8px; border-radius: 50%; border: 1.5px solid var(--gold); }

/* Steps */
.steps { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; counter-reset: step; position: relative; }
.steps::before { content: ''; position: absolute; top: 22px; left: 5%; right: 5%; height: 1px; background: var(--line); }
.step { position: relative; padding-top: 3.6rem; }
.step-num { position: absolute; top: 0; left: 0; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--white); border: 1px solid var(--gold); color: var(--navy-800); font-family: var(--serif); font-size: 1.1rem; font-weight: 600; }
.step h3 { font-size: 1.1rem; margin-bottom: .6rem; }
.step p { color: var(--ink-2); font-size: .94rem; }

/* Principles */
.principle { padding: 2rem 1.75rem; border: 1px solid var(--line-dark); border-radius: var(--radius); background: rgba(255, 255, 255, .025); transition: background .3s, border-color .3s; }
.principle:hover { background: rgba(255, 255, 255, .05); border-color: rgba(201, 162, 74, .5); }
.principle-icon { color: var(--gold); font-size: 1.35rem; display: block; margin-bottom: 1.3rem; }
.principle h3 { font-size: 1.08rem; margin-bottom: .7rem; }
.principle p { font-size: .92rem; color: rgba(255, 255, 255, .8); margin: 0; }

/* Founder */
.founder-grid { max-width: 820px; margin-inline: auto; }
.founder-body h2 { margin-bottom: .35rem; }
.founder-role { color: var(--gold-deep); font-size: .82rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 1.6rem; }
.founder-body p { color: var(--ink-2); font-size: 1.05rem; line-height: 1.8; }
.founder-meta { display: flex; flex-wrap: wrap; gap: 1.25rem 2.5rem; margin: 1.5rem 0 2rem; padding: 1.25rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.founder-meta div { display: flex; align-items: center; gap: .7rem; font-size: .9rem; color: var(--ink-2); }
.founder-meta dt { color: var(--gold-deep); }
.founder-meta dd { margin: 0; }

/* Insights */
.insights-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 2rem; align-items: start; }
.fx-card h3, .news-col h3 { font-size: 1.2rem; margin-bottom: .3rem; }
.fx-card:hover { transform: none; }
.fx-form { display: grid; gap: .9rem; margin: 1.4rem 0 1rem; }
.fx-form label, .field { display: flex; flex-direction: column; gap: .4rem; }
.fx-form span, .field > span { font-size: .74rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); }
.fx-form input, .fx-form select, .field input, .field select, .field textarea {
  width: 100%; padding: .8rem .9rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white);
  font-family: var(--sans); font-size: .98rem; color: var(--ink); transition: border-color .2s, box-shadow .2s; appearance: none; -webkit-appearance: none;
}
.fx-form select, .field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b7482' stroke-width='1.5' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right .9rem center; padding-right: 2.4rem; }
.fx-form input:focus, .fx-form select:focus, .field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201, 162, 74, .18); }
.fx-pair { display: grid; grid-template-columns: 1fr auto 1fr; gap: .6rem; align-items: end; }
.fx-swap { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: var(--white); color: var(--navy-800); cursor: pointer; transition: transform .3s var(--ease), border-color .2s; margin-bottom: 1px; }
.fx-swap:hover { transform: rotate(180deg); border-color: var(--gold); }
.fx-result { display: block; font-family: var(--serif); font-size: 1.7rem; font-weight: 600; color: var(--navy-800); padding: .8rem 0 1rem; border-bottom: 1px solid var(--line); margin-bottom: 1rem; min-height: 3.2rem; }
.fx-table { width: 100%; border-collapse: collapse; font-size: .88rem; }
.fx-table td { padding: .45rem 0; border-bottom: 1px solid var(--ivory-2); color: var(--ink-2); }
.fx-table td:last-child { text-align: right; font-variant-numeric: tabular-nums; color: var(--ink); font-weight: 500; }
.fx-table tr:last-child td { border-bottom: 0; }
#fxUpdated { margin-top: .9rem; margin-bottom: 0; }

.news-list { list-style: none; display: grid; gap: 0; border-top: 1px solid var(--line); margin-top: 1.4rem; }
.news-list li { border-bottom: 1px solid var(--line); }
.news-list a { display: grid; grid-template-columns: 1fr auto; gap: 1.5rem; padding: 1.15rem 0; align-items: start; transition: background .2s; }
.news-list a:hover h4 { color: var(--gold-deep); }
.news-list h4 { font-size: 1rem; font-weight: 600; color: var(--navy-800); margin-bottom: .35rem; transition: color .2s; line-height: 1.4; }
.news-list p { font-size: .88rem; color: var(--ink-3); margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.news-meta { font-size: .74rem; color: var(--ink-3); letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; padding-top: .2rem; }
.news-loading, .news-fail { padding: 1.5rem 0; color: var(--ink-3); font-size: .9rem; }

/* FAQ */
.faq { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; padding: 1.35rem 0; font-size: 1.08rem; font-weight: 500; color: var(--navy-800); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary i { color: var(--gold-deep); font-size: .85rem; transition: transform .3s var(--ease); flex: none; }
.faq-item[open] summary i { transform: rotate(45deg); }
.faq-answer { padding: 0 0 1.5rem; max-width: 720px; }
.faq-answer p { color: var(--ink-2); margin: 0; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: start; }
.contact-details { margin: 2.2rem 0 0; display: grid; gap: 1.4rem; }
.contact-details div { display: grid; grid-template-columns: 90px 1fr; gap: 1rem; font-size: .95rem; }
.contact-details dt { font-size: .72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-2); padding-top: .25rem; }
.contact-details dd { margin: 0; color: rgba(255, 255, 255, .92); line-height: 1.6; }
.contact-details a { color: var(--white); border-bottom: 1px solid rgba(201, 162, 74, .6); }
.contact-details .muted { color: rgba(255, 255, 255, .7); font-size: .88rem; }

.contact-form { background: var(--white); color: var(--ink); border-radius: var(--radius); padding: clamp(1.5rem, 3vw, 2.5rem); box-shadow: var(--shadow-lg); display: grid; gap: 1.2rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.field em { font-style: normal; text-transform: none; letter-spacing: 0; font-weight: 400; }
.field textarea { resize: vertical; min-height: 130px; }
.field input.is-invalid, .field select.is-invalid, .field textarea.is-invalid { border-color: var(--danger); }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }
.consent { display: flex; gap: .8rem; align-items: flex-start; font-size: .85rem; color: var(--ink-2); line-height: 1.5; }
.consent input { margin-top: .25rem; accent-color: var(--gold-deep); width: 16px; height: 16px; flex: none; }
.consent a { color: var(--navy-800); border-bottom: 1px solid var(--gold); }
.form-status { margin: 0; font-size: .9rem; min-height: 1.2rem; }
.form-status.is-success { color: var(--success); }
.form-status.is-error { color: var(--danger); }

/* Footer */
.site-footer { background: var(--navy-900); color: rgba(255, 255, 255, .78); font-size: .9rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 3rem; padding: 4rem 0 3rem; border-bottom: 1px solid var(--line-dark); }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; }
.footer-brand p { margin-top: 1.25rem; color: rgba(255, 255, 255, .7); }
.footer-col { display: flex; flex-direction: column; gap: .55rem; }
.footer-col h4 { color: var(--white); font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; margin-bottom: .6rem; font-weight: 600; }
.footer-col a { color: rgba(255, 255, 255, .78); transition: color .2s; }
.footer-col a:hover { color: var(--gold-2); }
.footer-col address { font-style: normal; line-height: 1.6; }
.regulatory { padding: 2rem 0; border-bottom: 1px solid var(--line-dark); }
.regulatory h5 { color: var(--gold-2); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; margin-bottom: .6rem; }
.regulatory p { font-size: .82rem; line-height: 1.7; color: rgba(255, 255, 255, .7); margin: 0; max-width: 980px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.4rem 0; font-size: .82rem; flex-wrap: wrap; }
.lang-switch-footer a { color: rgba(255, 255, 255, .55); }

/* Utilities */
.back-to-top { position: fixed; right: 1.5rem; bottom: 6.5rem; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: var(--white); color: var(--navy-800); box-shadow: var(--shadow); cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity .3s, transform .3s, visibility .3s; z-index: 800; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: none; }

.cookie-notice { position: fixed; left: 0; right: 0; bottom: 0; z-index: 950; background: rgba(8, 19, 38, .96); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-top: 1px solid var(--line-dark); color: rgba(255, 255, 255, .8); font-size: .84rem; }
.cookie-notice[hidden] { display: none; }
.cookie-inner { width: min(var(--wrap), 100% - 3rem); margin-inline: auto; display: flex; gap: 1.5rem; align-items: center; justify-content: space-between; padding: .8rem 0; }
.cookie-notice p { margin: 0; }
.cookie-notice a { color: var(--gold-2); border-bottom: 1px solid rgba(201, 162, 74, .5); }
.cookie-notice .btn { flex: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1080px) {
  .primary-nav { display: none; }
  .header-actions .btn { display: none; }
  .menu-toggle { display: flex; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .steps::before { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .grid-3, .grid-2, .insights-grid, .contact-grid { grid-template-columns: 1fr; }
  .header-actions .lang-switch { display: none; }
  .hero-inner { padding-top: 4.5rem; }
  .eyebrow { align-items: flex-start; }
  .eyebrow::before { margin-top: .55em; flex: none; }
}
@media (max-width: 600px) {
  .hero-bg { background-image: linear-gradient(180deg, rgba(8, 19, 38, .88) 0%, rgba(8, 19, 38, .72) 55%, var(--navy-800) 100%), url('/static/hero-tower-m.jpg'); background-size: cover, cover; background-position: center, 62% center; }
  .wrap { width: min(var(--wrap), 100% - 2rem); }
  .header-inner { height: 72px; }
  .mobile-nav { inset: 72px 0 0 0; }
  .brand-name { font-size: 1.55rem; }
  .brand-tagline { font-size: .5rem; letter-spacing: .17em; }
  .grid-4, .steps, .field-row, .footer-grid { grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .hero-facts { padding-right: 4.5rem; }
  .contact-details div { grid-template-columns: 1fr; gap: .3rem; }
  .cookie-inner { flex-direction: column; align-items: flex-start; gap: .75rem; }
  .back-to-top { right: 1rem; }
  .news-list a { grid-template-columns: 1fr; gap: .4rem; }
  .news-meta { order: -1; }
}

/* ==========================================================================
   Sub-pages (founder profile) — extends the homepage design system
   ========================================================================== */
.page-hero { position: relative; color: var(--white); background: var(--navy-800); overflow: hidden; }
.page-hero-inner { position: relative; padding: clamp(3rem, 6vw, 5rem) 0 clamp(3rem, 5vw, 4.5rem); max-width: 860px; }
.crumbs { display: flex; gap: .6rem; align-items: center; font-size: .78rem; letter-spacing: .04em; color: rgba(255, 255, 255, .6); margin-bottom: 2rem; }
.crumbs a { color: rgba(255, 255, 255, .75); border-bottom: 1px solid transparent; transition: color .2s, border-color .2s; }
.crumbs a:hover { color: var(--white); border-color: var(--gold); }
.crumbs [aria-current] { color: var(--gold-2); }
.page-title { color: var(--white); font-size: clamp(2.4rem, 4.6vw, 3.6rem); line-height: 1.1; font-weight: 600; margin-bottom: .6rem; text-shadow: 0 2px 24px rgba(0, 0, 0, .35); }
.page-role { font-size: .82rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-2); margin-bottom: 1.6rem; }
.fact-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem 2rem; margin: 0; padding-top: 1.75rem; border-top: 1px solid var(--line-dark); }
.fact-strip dt { font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: rgba(255, 255, 255, .6); display: flex; gap: .5rem; align-items: center; margin-bottom: .35rem; }
.fact-strip dt i { color: var(--gold); font-size: .75rem; }
.fact-strip dd { margin: 0; font-size: .92rem; color: rgba(255, 255, 255, .92); font-weight: 500; }

.statement-grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: start; }
.statement-side { position: sticky; top: 110px; }
.monogram { display: grid; place-items: center; width: 96px; height: 96px; border-radius: 50%; border: 1px solid var(--gold); background: linear-gradient(160deg, var(--navy-800), var(--navy-600)); color: var(--gold-2); font-family: var(--serif); font-weight: 600; font-size: 2rem; letter-spacing: .06em; margin-bottom: 1.75rem; box-shadow: var(--shadow); }
.statement-body p { font-size: 1.08rem; line-height: 1.85; color: var(--ink-2); }
.statement-body p:first-child::first-letter { font-family: var(--serif); font-size: 3.4em; float: left; line-height: .85; margin: .08em .12em 0 0; color: var(--navy-800); }
.signature { font-family: var(--serif); font-style: italic; font-size: 1.35rem !important; color: var(--navy-800) !important; margin-top: 1.5rem; }
.signature::before { content: '— '; color: var(--gold-deep); }

.timeline { list-style: none; position: relative; padding-left: 0; }
.timeline::before { content: ''; position: absolute; left: 150px; top: .5rem; bottom: .5rem; width: 1px; background: var(--line); }
.timeline-item { display: grid; grid-template-columns: 150px 1fr; gap: 2.25rem; padding: 0 0 2.4rem; position: relative; }
.timeline-item::before { content: ''; position: absolute; left: 146px; top: .45rem; width: 9px; height: 9px; border-radius: 50%; background: var(--white); border: 1.5px solid var(--gold); }
.timeline-period { font-family: var(--serif); font-size: 1.1rem; font-weight: 600; color: var(--navy-800); padding-right: 1.5rem; text-align: right; line-height: 1.5; }
.timeline-item h3 { font-size: 1.08rem; margin-bottom: .5rem; line-height: 1.45; }
.timeline-item p { color: var(--ink-2); font-size: .95rem; margin: 0; }
.timeline-item:last-child { padding-bottom: 0; }

.edu-grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: start; }
.edu-list { list-style: none; border-top: 1px solid var(--line); }
.edu-list li { display: flex; flex-direction: column; gap: .2rem; padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.edu-list strong { font-weight: 600; color: var(--navy-800); }
.edu-list span { font-size: .9rem; color: var(--ink-3); }
.edu-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin: 1.75rem 0 0; }
.edu-meta dt { font-size: .72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: .4rem; }
.edu-meta dd { margin: 0; font-size: .95rem; color: var(--ink-2); }

.principle-num { display: block; font-family: var(--serif); font-size: 1.6rem; font-weight: 600; color: var(--gold); margin-bottom: 1rem; }

.cta-band { background: var(--ivory); border-top: 1px solid var(--line); }
.cta-inner { display: grid; grid-template-columns: 7fr 5fr; gap: 3rem; align-items: center; }
.cta-inner h2 { margin-bottom: .75rem; }
.cta-inner .lead { margin: 0; }
.cta-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 1.25rem; justify-self: end; }

@media (max-width: 1080px) { .fact-strip { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 860px) {
  .statement-grid, .edu-grid, .cta-inner { grid-template-columns: 1fr; }
  .statement-side { position: static; }
  .cta-actions { justify-self: start; }
  .timeline::before { left: 4px; }
  .timeline-item { grid-template-columns: 1fr; gap: .4rem; padding-left: 1.75rem; }
  .timeline-item::before { left: 0; top: .5rem; }
  .timeline-period { text-align: left; padding: 0; font-size: .95rem; color: var(--gold-deep); }
}
@media (max-width: 600px) { .fact-strip, .edu-meta { grid-template-columns: 1fr; } }
