/* =========================================================================
   ADACTUA — Private Family Office
   Visual system: Goldman Sachs structure · JPMorganChase palette (bronze/travertine)
   ========================================================================= */

/* ---------- Amplitude (Adobe Fonts / Font Bureau) — self-hosted ---------- */
@font-face {
  font-family: "Amplitude";
  src: url("../fonts/amplitude-regular.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Amplitude";
  src: url("../fonts/amplitude-medium.woff2") format("woff2");
  font-weight: 500 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Amplitude";
  src: url("../fonts/amplitude-bold.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}

:root {
  /* Palette */
  --ink:        #0A0A0A;
  --ink-soft:   #2A2722;
  --bronze:     #8F5A39;
  --bronze-dk:  #6E4329;
  --bronze-lt:  #B07C58;
  --travertine: #F4EFE7;
  --travertine-dp: #E9E1D2;
  --paper:      #FFFFFF;
  --sky:        #A6D7F0;
  --muted:      #6B655B;
  --line:       #DED6C7;
  --line-dk:    #2E2A24;

  /* Type */
  --serif: "Newsreader", Georgia, "Times New Roman", serif;
  /* Testo: Amplitude (self-hosted woff2) → fallback Inter → sistema */
  --sans:  "Amplitude", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;

  /* Metrics */
  --maxw: 1240px;
  --gut:  clamp(20px, 5vw, 64px);
  --nav-h: 76px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
}
/* proportional old-style figures in prose, lining tabular in data */
.lead, .article p, .holding__body p, p { font-variant-numeric: oldstyle-nums proportional-nums; }
.display, h1, h2, h3, .stat__val, .holding__stake, .bigstat .v, .perf-table, .navchart, .year { font-variant-numeric: lining-nums tabular-nums; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

/* ---------- Language toggle visibility ---------- */
html.lang-en .t-it { display: none !important; }
html.lang-it .t-en { display: none !important; }

/* ---------- Layout helpers ---------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding-left: var(--gut); padding-right: var(--gut); }
.section { padding: clamp(64px, 9vw, 132px) 0; }
.section--tight { padding: clamp(48px, 6vw, 84px) 0; }
.bg-travertine { background: var(--travertine); }
.bg-ink { background: var(--ink); color: var(--paper); }
.bg-ink .muted { color: #ABA391; }

/* ---------- Typography ---------- */
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 400; line-height: 1.18; margin: 0; letter-spacing: -0.005em; }
.display { font-size: clamp(29px, 3.4vw, 42px); font-weight: 400; letter-spacing: -0.01em; line-height: 1.14; }
h2 { font-size: clamp(22px, 2.2vw, 28px); }
h3 { font-size: clamp(18px, 1.6vw, 20px); }
p { margin: 0 0 1.1em; }
.lead { font-size: clamp(16.5px, 1.2vw, 18px); line-height: 1.6; color: var(--ink-soft); }
.muted { color: var(--muted); }
.serif { font-family: var(--serif); }

.eyebrow {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bronze);
  margin: 0 0 22px;
  display: inline-flex; align-items: center; gap: 12px;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--bronze); display: inline-block; }

.rule { height: 1px; background: var(--line); border: 0; margin: 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 14px; font-weight: 600; letter-spacing: 0.04em;
  padding: 14px 26px; border: 1px solid var(--ink); background: var(--ink); color: var(--paper);
  transition: background .2s, color .2s, border-color .2s; border-radius: 0;
}
.btn:hover { background: var(--bronze); border-color: var(--bronze); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line-dk); }
.btn--ghost:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.btn--light { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.btn--light:hover { background: var(--bronze); border-color: var(--bronze); color: var(--paper); }
.link-arrow { color: var(--bronze-dk); font-weight: 600; font-size: 15px; letter-spacing: .02em; display: inline-flex; gap: 8px; align-items: center; }
.link-arrow span { transition: transform .2s; }
.link-arrow:hover span { transform: translateX(4px); }

/* =========================================================================
   HEADER
   ========================================================================= */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.92); backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: var(--nav-h); }
.brand { display: flex; align-items: center; gap: 14px; line-height: 1; }
.brand__seal { height: 46px; width: auto; flex: none; }
.brand__txt { display: flex; flex-direction: column; }
.brand__name { font-family: var(--serif); font-size: 22px; letter-spacing: .14em; color: var(--ink); }
.brand__sub { font-size: 9.5px; letter-spacing: .34em; text-transform: uppercase; color: var(--bronze); margin-top: 6px; }
.footer-seal { height: 84px; width: auto; margin-bottom: 22px; opacity: .95; }
.nav__links { display: flex; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; }
.nav__links a { font-size: 14.5px; font-weight: 500; color: var(--ink-soft); position: relative; padding: 6px 0; }
.nav__links a:hover { color: var(--ink); }
.nav__links a.is-active { color: var(--ink); }
.nav__links a.is-active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; background: var(--bronze); }
.nav__right { display: flex; align-items: center; gap: 20px; }
.langtoggle { display: inline-flex; align-items: center; font-size: 13px; font-weight: 600; letter-spacing: .06em; color: var(--muted); user-select: none; }
.langtoggle button { background: none; border: 0; padding: 4px 5px; color: var(--muted); font-weight: 600; font-size: 13px; }
.langtoggle button.is-on { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; text-decoration-color: var(--bronze); }
.langtoggle span { opacity: .4; }
.nav__lock { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); transition: color .2s, border-color .2s; }
.nav__lock:hover { color: var(--ink); border-color: var(--bronze); }
.burger { display: none; background: none; border: 0; width: 40px; height: 40px; flex-direction: column; justify-content: center; gap: 5px; }
.burger span { height: 1.5px; background: var(--ink); display: block; transition: .25s; }

/* =========================================================================
   HERO
   ========================================================================= */
.hero { position: relative; padding: clamp(64px, 10vw, 132px) 0 clamp(56px, 8vw, 96px); background: var(--paper); }
.hero__grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: clamp(40px, 5vw, 84px); align-items: center; }
.hero__inner { max-width: 660px; }
.hero__media { position: relative; }
.hero__media picture, .hero__media img { display: block; width: 100%; }
.hero__media img { aspect-ratio: 4 / 5; object-fit: cover; max-height: 620px; }
.hero__media::before { content: ""; position: absolute; inset: 18px -18px -18px 18px; border: 1px solid var(--bronze); z-index: -1; }
.hero .display { margin-bottom: 28px; }
.hero .lead { max-width: 640px; margin-bottom: 38px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; }
.hero__meta { margin-top: clamp(48px, 7vw, 88px); display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.hero__meta .stat { padding: 26px 26px 26px 24px; border-right: 1px solid var(--line); }
.hero__meta .stat:last-child { border-right: 0; }
.stat__val { font-family: var(--serif); font-size: clamp(23px, 2.1vw, 28px); font-weight: 400; color: var(--ink); line-height: 1; }
.stat__val .pending { color: var(--bronze-lt); }
.stat__lbl { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-top: 12px; }
.hero__asof { margin-top: 18px; font-size: 12px; letter-spacing: .04em; color: var(--muted); }

/* =========================================================================
   GENERIC SECTIONS
   ========================================================================= */
.sec-head { max-width: 760px; margin-bottom: clamp(40px, 5vw, 64px); }
.sec-head h2 { margin-bottom: 20px; }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: start; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.grid-3 .cell { background: var(--paper); padding: clamp(28px, 3vw, 40px); }
.cell .num { font-family: var(--serif); font-size: 17px; color: var(--bronze); display: block; margin-bottom: 18px; }
.cell h3 { font-size: 19px; margin-bottom: 12px; }
.cell p { font-size: 15.5px; color: var(--muted); margin: 0; }

/* Directory cards (home) */
.dir-card { position: relative; display: block; transition: background .2s; }
.dir-card:hover { background: var(--travertine); }
.dir-card .num { font-family: var(--serif); font-size: 20px; color: var(--ink); margin-bottom: 14px; }
.dir-card p { margin: 0; max-width: 80%; }
.dir-arrow { position: absolute; top: clamp(28px,3vw,40px); right: clamp(26px,3vw,40px); color: var(--bronze); font-size: 20px; transition: transform .2s; }
.dir-card:hover .dir-arrow { transform: translateX(4px); }

/* Pull statement */
.statement { font-family: var(--serif); font-weight: 400; font-size: clamp(19px, 1.9vw, 25px); line-height: 1.45; letter-spacing: -0.005em; max-width: 820px; }
.statement em { font-style: italic; color: var(--bronze); }

/* =========================================================================
   FACT SHEET (PSH-style key data)
   ========================================================================= */
.factsheet { background: var(--paper); border: 1px solid var(--line); }
.factsheet__top { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline; gap: 8px; padding: 20px clamp(20px,3vw,30px); border-bottom: 1px solid var(--line); }
.factsheet__top .t { font-family: var(--serif); font-size: clamp(17px,1.6vw,20px); }
.factsheet__top .d { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--bronze-dk); }
.fs-grid { display: grid; grid-template-columns: 1fr 1fr; }
.fs-box { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fs-box:nth-child(2n) { border-right: 0; }
.fs-box:nth-last-child(-n+2) { border-bottom: 0; }
.fs-head { background: var(--ink); color: #fff; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; padding: 9px clamp(16px,2vw,22px); }
.fs-table { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.fs-table th { text-align: right; font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); font-weight: 600; padding: 9px clamp(16px,2vw,22px); border-bottom: 1px solid var(--line); }
.fs-table th:first-child { text-align: left; }
.fs-table td { padding: 11px clamp(16px,2vw,22px); border-bottom: 1px solid var(--line); font-size: 15px; color: var(--ink-soft); }
.fs-table tr:last-child td { border-bottom: 0; }
.fs-table td.v { text-align: right; font-family: var(--serif); font-size: 15.5px; color: var(--ink); }
.fs-table td.v small { font-size: 13px; color: var(--muted); }
.fs-table tr.tot td { font-weight: 600; color: var(--ink); }
.fs-table td.alpha { color: var(--bronze-dk); font-weight: 600; }
.fs-list { list-style: none; margin: 0; padding: 8px clamp(16px,2vw,22px) 16px; }
.fs-list li { padding: 9px 0; font-size: 15px; color: var(--ink-soft); border-bottom: 1px solid var(--line); }
.fs-list li:last-child { border-bottom: 0; }
.fs-note { font-size: 12.5px; color: var(--muted); padding: 15px clamp(20px,3vw,30px); border-top: 1px solid var(--line); line-height: 1.65; }
@media (max-width: 760px) { .fs-grid { grid-template-columns: 1fr; } .fs-box { border-right: 0; } .fs-box:nth-last-child(2) { border-bottom: 1px solid var(--line); } }

/* =========================================================================
   PERFORMANCE / TABLE
   ========================================================================= */
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.perf-table { width: 100%; min-width: 720px; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.perf-table th, .perf-table td { text-align: right; padding: 16px 18px; border-bottom: 1px solid var(--line); }
.perf-table th { font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.perf-table td:first-child, .perf-table th:first-child { text-align: left; }
.perf-table tbody tr:hover { background: var(--travertine); }
.perf-table .year { font-family: var(--serif); font-size: 15.5px; }
.pos { color: #2F6B3D; font-weight: 600; }
.neg { color: #A23B2D; font-weight: 600; }
.pending { color: var(--bronze-lt); font-style: italic; }

.bigstat { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line-dk); }
.bg-ink .bigstat { background: rgba(255,255,255,.14); }
.bigstat .b { background: var(--ink); padding: 36px 30px; }
.bg-ink .bigstat .b { background: var(--ink); }
.bigstat .b .v { font-family: var(--serif); font-weight: 300; font-size: clamp(34px, 4vw, 52px); color: var(--paper); line-height: 1; }
.bigstat .b .v .pending { color: var(--bronze-lt); }
.bigstat .b .l { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: #ABA391; margin-top: 14px; }

/* =========================================================================
   HOLDINGS
   ========================================================================= */
.holding {
  display: grid; grid-template-columns: 1fr; gap: 0;
  border: 1px solid var(--line); margin-bottom: 28px; background: var(--paper);
}
.holding__bar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; padding: 28px clamp(26px, 3vw, 40px); border-bottom: 1px solid var(--line); }
.holding__id { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.holding__logo { height: 38px; width: auto; max-width: 240px; }
.holding__id h3 { font-size: clamp(20px, 2vw, 24px); }
.tag { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--bronze-dk); border: 1px solid var(--line); padding: 6px 12px; background: var(--travertine); }
.holding__stake { font-family: var(--serif); font-size: clamp(22px, 2.2vw, 27px); font-weight: 400; color: var(--bronze); }
.holding__body { padding: clamp(26px, 3vw, 40px); }
.holding__body p { max-width: 720px; }
.holding__meta { display: flex; flex-wrap: wrap; gap: 36px; margin-top: 28px; padding-top: 26px; border-top: 1px solid var(--line); }
.holding__meta .m .k { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.holding__meta .m .v { font-family: var(--serif); font-size: 17px; }

/* =========================================================================
   MEMOS
   ========================================================================= */
.memo-list { border-top: 1px solid var(--line); }
.memo-item { display: grid; grid-template-columns: 150px 1fr auto; gap: 28px; align-items: baseline; padding: 32px 0; border-bottom: 1px solid var(--line); transition: padding-left .2s; }
.memo-item:hover { padding-left: 12px; }
.memo-item .date { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.memo-item h3 { font-size: clamp(17px, 1.5vw, 19px); margin-bottom: 8px; }
.memo-item p { font-size: 15px; color: var(--muted); margin: 0; max-width: 640px; }
.memo-item .arrow { color: var(--bronze); font-size: 20px; }

/* Document archive (Materials) */
.doc-list { border-top: 1px solid var(--line); }
.doc-item { display: grid; grid-template-columns: 130px 1fr; gap: 28px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.doc-date { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); padding-top: 4px; }
.doc-main .tag { display: inline-block; margin-bottom: 14px; }
.doc-main h3 { font-size: clamp(18px,1.7vw,21px); margin-bottom: 8px; }
.doc-main p { font-size: 15px; color: var(--muted); margin: 0 0 16px; max-width: 640px; }
.doc-actions { display: flex; gap: 26px; }
.doc-actions a { font-size: 14px; font-weight: 600; color: var(--bronze-dk); letter-spacing: .02em; }
.doc-actions a:hover { color: var(--ink); }
@media (max-width: 680px) { .doc-item { grid-template-columns: 1fr; gap: 10px; } }

/* Memo article */
.article { max-width: 720px; margin: 0 auto; }
.article .display { font-size: clamp(26px, 3vw, 36px); margin: 18px 0 26px; }
.article .meta-row { font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); display: flex; gap: 18px; margin-bottom: 40px; }
.article p { font-size: 16.5px; line-height: 1.75; margin-bottom: 1.4em; }
.article h2 { font-size: 22px; margin: 1.7em 0 .6em; }
.article blockquote { border-left: 2px solid var(--bronze); margin: 1.6em 0; padding: 4px 0 4px 28px; font-family: var(--serif); font-style: italic; font-size: 19px; color: var(--ink-soft); }
.signature { margin-top: 64px; padding-top: 28px; border-top: 1px solid var(--line); }
.signature .sig { font-family: var(--serif); font-size: 21px; }
.signature .role { font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-top: 6px; }

/* =========================================================================
   CONTACT / FORM
   ========================================================================= */
.form { display: grid; gap: 22px; max-width: 560px; }
.field label { display: block; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 9px; }
.field input, .field textarea {
  width: 100%; font-family: var(--sans); font-size: 16px; color: var(--ink);
  padding: 14px 16px; border: 1px solid var(--line); background: var(--paper); border-radius: 0;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--bronze); }
.field textarea { min-height: 140px; resize: vertical; }

/* =========================================================================
   PRIVATE AREA NOTICE
   ========================================================================= */
.gate { max-width: 520px; margin: 0 auto; text-align: center; }
.gate .lock { width: 44px; height: 44px; margin: 0 auto 28px; color: var(--bronze); }

/* =========================================================================
   KEY FACTS (definition list) + FOUNDER PROFILE
   ========================================================================= */
.keyfacts { border-top: 1px solid var(--line); max-width: 780px; margin: 0; }
.kf { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.kf dt { font-size: 13.5px; letter-spacing: .02em; color: var(--muted); }
.kf dd { margin: 0; font-family: var(--serif); font-size: 17px; color: var(--ink); text-align: right; }

.principles { border-top: 1px solid var(--line); max-width: 880px; }
.principle { display: grid; grid-template-columns: 56px 1fr; gap: 24px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.principle .pn { font-family: var(--serif); font-size: 17px; color: var(--bronze); }
.principle h3 { margin-bottom: 8px; }
.principle p { color: var(--muted); margin: 0; max-width: 640px; font-size: 15.5px; }
@media (max-width: 600px) { .principle { grid-template-columns: 1fr; gap: 6px; } }

.founder { margin-top: 48px; padding-top: 40px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 220px 1fr; gap: 48px; }
.founder__photo { width: 100%; max-width: 200px; aspect-ratio: 1 / 1; background: var(--travertine-dp); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; overflow: hidden; }
.founder__photo span { font-family: var(--serif); font-size: 42px; color: var(--bronze); letter-spacing: .04em; }
.founder__id picture { display: block; max-width: 200px; }
img.founder__photo { object-fit: cover; display: block; width: 100%; }
.founder__id .name { font-family: var(--serif); font-size: 22px; }
.founder__id .role { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-top: 8px; }
.founder__bio p { color: var(--ink-soft); max-width: 660px; }
.founder__bio .why { font-family: var(--serif); font-style: italic; font-size: clamp(17px,1.5vw,19px); color: var(--ink); border-left: 2px solid var(--bronze); padding-left: 24px; margin: 26px 0 0; line-height: 1.5; }
@media (max-width: 760px) { .founder { grid-template-columns: 1fr; gap: 22px; } }

/* =========================================================================
   LEGAL PAGE
   ========================================================================= */
.legal-block { margin-bottom: 40px; padding-bottom: 32px; border-bottom: 1px solid var(--line); }
.legal-block:last-child { border-bottom: 0; }
.legal-block h2 { font-size: 19px; margin-bottom: 14px; }
.legal-block p { color: var(--ink-soft); max-width: 760px; font-size: 15.5px; line-height: 1.7; margin: 0; }

/* =========================================================================
   FOOTER
   ========================================================================= */
.site-footer { background: var(--travertine); color: var(--muted); padding: clamp(56px, 7vw, 88px) 0 36px; border-top: 1px solid var(--line); }
.site-footer a { color: var(--ink-soft); transition: color .2s; }
.site-footer a:hover { color: var(--bronze-dk); }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 48px; padding-bottom: 44px; border-bottom: 1px solid var(--line); }
.footer-brand .brand__name { color: var(--ink); letter-spacing: .12em; }
.footer-brand p { font-size: 13.5px; max-width: 320px; margin-top: 18px; color: var(--muted); line-height: 1.6; }
.footer-col h4 { font-family: var(--sans); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--bronze-dk); margin-bottom: 18px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: 12px; font-size: 14px; }

.footer-base { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 14px 0; padding-top: 26px; }
.footer-legal { display: flex; flex-wrap: wrap; }
.footer-legal a { font-size: 12.5px; color: var(--muted); padding: 0 16px; position: relative; }
.footer-legal a:first-child { padding-left: 0; }
.footer-legal a:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 11px; background: var(--line); }
.footer-copy { font-size: 12.5px; color: var(--muted); letter-spacing: .02em; }
.footer-disclaimer { font-size: 11.5px; line-height: 1.65; color: var(--muted); max-width: 920px; margin: 18px 0 0; opacity: .9; }

/* =========================================================================
   NAV CHART
   ========================================================================= */
.navchart { width: 100%; }
.navchart svg { width: 100%; height: auto; display: block; }

/* =========================================================================
   SCROLL REVEAL (added only when JS enables it)
   ========================================================================= */
html.reveal-on [data-reveal] {
  opacity: 0; transform: translateY(22px);
  transition: opacity .8s cubic-bezier(.2,.6,.2,1), transform .8s cubic-bezier(.2,.6,.2,1);
  will-change: opacity, transform;
}
html.reveal-on [data-reveal].is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html.reveal-on [data-reveal] { opacity: 1 !important; transform: none !important; transition: none; }
}

/* =========================================================================
   COOKIE BANNER
   ========================================================================= */
.cookie-banner { position: fixed; left: 0; right: 0; bottom: 0; z-index: 200; background: var(--travertine); color: var(--ink-soft); border-top: 1px solid var(--bronze); box-shadow: 0 -2px 24px rgba(10,10,10,.06); }
.cookie-banner__in { max-width: var(--maxw); margin: 0 auto; padding: 16px var(--gut); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; }
.cookie-banner__txt { font-size: 13px; line-height: 1.5; max-width: 780px; margin: 0; color: var(--ink-soft); }
.cookie-banner__txt a { color: var(--bronze-dk); text-decoration: underline; }
.cookie-banner__btns { display: flex; gap: 10px; }
.cookie-btn { font-size: 13px; font-weight: 600; letter-spacing: .03em; padding: 9px 22px; border: 1px solid var(--bronze); background: var(--bronze); color: #fff; }
.cookie-btn--ghost { background: transparent; color: var(--ink-soft); border-color: var(--line-dk); }
.cookie-btn:hover { background: var(--bronze-dk); border-color: var(--bronze-dk); }
.cookie-btn--ghost:hover { color: #fff; border-color: var(--ink); background: var(--ink); }

/* =========================================================================
   RESPONSIVE
   ========================================================================= */
@media (max-width: 980px) {
  .hero__grid { grid-template-columns: 1fr; gap: 40px; }
  .hero__media { max-width: 480px; }
  .hero__media img { aspect-ratio: 16 / 10; max-height: 360px; }
  .hero__media::before { inset: 12px -12px -12px 12px; }
  .grid-2, .footer-top { grid-template-columns: 1fr; }
  .grid-3, .bigstat { grid-template-columns: 1fr; }
  .hero__meta { grid-template-columns: 1fr 1fr; }
  .hero__meta .stat:nth-child(2) { border-right: 0; }
  .memo-item { grid-template-columns: 1fr; gap: 8px; }
  .memo-item .arrow { display: none; }
}
/* ---------- Print (PDF documents) ---------- */
@media print {
  .site-header, .site-footer, .burger, .langtoggle, .nav__lock, .hero__media, .hero__cta, .dir-arrow { display: none !important; }
  html, body { background: #fff; font-size: 10.5pt; }
  .section, .section--tight, .hero { padding: 10px 0 !important; }
  .bg-ink, .bg-travertine { background: #fff !important; color: var(--ink) !important; }
  .wrap { padding: 0 !important; max-width: 100% !important; }
  a { color: inherit; text-decoration: none; }
  .factsheet, .holding, table { break-inside: avoid; }
  @page { size: A4; margin: 17mm 16mm 16mm; }
}

@media (max-width: 760px) {
  .nav__links { display: none; }
  .burger { display: flex; }
  .nav__links.is-open {
    display: flex; flex-direction: column; position: absolute; top: var(--nav-h); left: 0; right: 0;
    background: var(--paper); border-bottom: 1px solid var(--line); padding: 24px var(--gut); gap: 20px; align-items: flex-start;
  }
  .hero__meta { grid-template-columns: 1fr; }
  .hero__meta .stat { border-right: 0; }

  /* Contact — form completo above-the-fold su mobile */
  .contact-section { padding-top: 20px; padding-bottom: 36px; }
  .contact-section .grid-2 { gap: 16px; }
  .contact-intro .eyebrow { margin-bottom: 10px; }
  .contact-intro h1 { font-size: 25px !important; }
  .contact-lead { display: none; }
  .form { gap: 12px; }
  .field input, .field textarea { padding: 11px 14px; }
  .form textarea { min-height: 84px; }
  .form .btn { width: 100%; justify-content: center; }
}
