/* =========================================================================
   BAR AI PORTICI — Trani
   Design system: "la forma del portico"
   Il motivo dell'arco a tutto sesto (i portici che danno il nome al bar)
   ricorre in card, cornici fotografiche e separatori di sezione: è la
   versione "arrotondata alla Apple" declinata sul luogo reale.
   ========================================================================= */

@font-face {
  font-family: "Piazzolla";
  src: url("../fonts/Piazzolla-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Piazzolla";
  src: url("../fonts/Piazzolla-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Piazzolla";
  src: url("../fonts/Piazzolla-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Piazzolla";
  src: url("../fonts/Piazzolla-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Plex Sans";
  src: url("../fonts/PlexSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plex Sans";
  src: url("../fonts/PlexSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plex Sans";
  src: url("../fonts/PlexSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plex Sans";
  src: url("../fonts/PlexSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plex Mono";
  src: url("../fonts/PlexMono-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* ---------- tokens ---------------------------------------------------- */
:root{
  /* palette — pietra di Trani, mare Adriatico, gelato */
  --stone:        #F1E6D2;   /* sfondo principale, pietra calcarea chiara */
  --stone-deep:   #E7D9BC;   /* sfondo alternato / bordi */
  --surface:      #FBF7EE;   /* card, superfici sollevate */
  --ink:          #241811;   /* testo principale, espresso */
  --ink-soft:     #5B4B3C;   /* testo secondario */
  --adriatic:     #0E3B4D;   /* blu mare profondo — accento primario, bande */
  --adriatic-deep:#092836;
  --adriatic-ink: #F6EFE1;   /* testo su fondo adriatico */
  --amber:        #C97A2B;   /* caramello — sfondi hover, linee decorative, icone */
  --amber-text:   #86521D;   /* variante scura di --amber, usata per TESTO su fondi chiari (AA ≥ 4.5:1) */
  --amber-soft:   #E7B274;
  --pistachio:    #7C8A52;   /* verde gelato — accento raro */
  --line:         rgba(36,24,17,0.12);
  --shadow-soft:  0 20px 45px -25px rgba(36,24,17,0.35);
  --shadow-card:  0 14px 30px -18px rgba(36,24,17,0.28);

  --font-display: "Piazzolla", "Iowan Old Style", ui-serif, Georgia, serif;
  --font-body:    "Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono:    "Plex Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;

  --container: 1180px;
  --radius-xl: 40px;
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-pill: 999px;
}

/* ---------- reset ------------------------------------------------------ */
*, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  *, *::before, *::after{ animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}
body{
  margin: 0;
  background: var(--stone);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img{ max-width: 100%; display: block; }
a{ color: inherit; }
h1,h2,h3,p,figure{ margin: 0; }
ul{ margin:0; padding:0; list-style: none; }
button{ font: inherit; }
:focus-visible{ outline: 3px solid var(--amber-text); outline-offset: 3px; border-radius: 6px; }

.container{ max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.visually-hidden{ position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; }

/* ---------- eyebrow / mono labels -------------------------------------- */
.eyebrow{
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--amber-text);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before{
  content:"";
  width: 18px; height: 1.5px;
  background: var(--amber);
  display:inline-block;
}
.on-dark .eyebrow{ color: var(--amber-soft); }
.on-dark .eyebrow::before{ background: var(--amber-soft); }

/* ---------- headings ---------------------------------------------------- */
h1, h2, h3{ font-family: var(--font-display); font-weight: 600; color: var(--ink); letter-spacing: -0.01em; }
h1{ font-size: clamp(2.6rem, 5.2vw, 4.6rem); line-height: 1.03; font-weight: 600; }
h2{ font-size: clamp(2rem, 3.6vw, 3rem); line-height: 1.08; }
h3{ font-size: 1.35rem; line-height: 1.25; }
em, i.accent{ font-style: italic; font-weight: 400; color: var(--amber); }
.on-dark h1, .on-dark h2, .on-dark h3{ color: var(--adriatic-ink); }
.lede{ font-size: 1.2rem; color: var(--ink-soft); max-width: 46ch; }
.on-dark .lede{ color: rgba(246,239,225,0.82); }

/* ---------- buttons ------------------------------------------------------ */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  font-family: var(--font-body); font-weight: 600; font-size: 0.98rem;
  padding: 15px 30px;
  border-radius: var(--radius-pill);
  text-decoration:none; cursor:pointer; border: 1.5px solid transparent;
  transition: transform .35s cubic-bezier(.2,.8,.2,1), background-color .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease;
  white-space: nowrap;
}
.btn:active{ transform: scale(0.97); }
.btn-primary{ background: var(--ink); color: var(--stone); box-shadow: var(--shadow-card); }
.btn-primary:hover{ background: var(--amber); color: var(--ink); }
.btn-ghost{ background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover{ border-color: var(--ink); }
.on-dark .btn-ghost{ color: var(--adriatic-ink); border-color: rgba(246,239,225,0.35); }
.on-dark .btn-ghost:hover{ border-color: var(--adriatic-ink); }
.btn-invert{ background: var(--adriatic-ink); color: var(--adriatic); box-shadow: var(--shadow-card); }
.btn-invert:hover{ background: var(--amber); color: var(--ink); }
.btn svg{ width: 18px; height: 18px; }

/* ---------- nav (frosted glass, pill) ------------------------------------ */
.nav-wrap{
  position: fixed; top: 14px; left: 0; right: 0; z-index: 100;
  display:flex; justify-content:center; padding: 0 16px;
}
.nav{
  width: 100%; max-width: 920px;
  display:flex; align-items:center; justify-content:space-between;
  gap: 12px;
  padding: 10px 12px 10px 20px;
  border-radius: var(--radius-pill);
  background: rgba(251,247,238,0.68);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  border: 1px solid rgba(36,24,17,0.08);
  box-shadow: 0 10px 30px -18px rgba(36,24,17,0.4);
}
.nav-brand{
  font-family: var(--font-display); font-weight: 600; font-style: italic;
  font-size: 1.15rem; text-decoration:none; color: var(--ink);
  display:flex; align-items:center; gap:8px;
}
.nav-brand svg{ width: 26px; height: 26px; flex-shrink:0; }
.nav-links{ display:flex; align-items:center; gap: 4px; }
.nav-links a{
  text-decoration:none; color: var(--ink-soft); font-size: 0.92rem; font-weight: 500;
  padding: 9px 15px; border-radius: var(--radius-pill); transition: background .2s ease, color .2s ease;
}
.nav-links a:hover{ background: rgba(36,24,17,0.08); color: var(--ink); }
.nav-cta{ display:flex; align-items:center; gap:10px; }
.nav-cta .btn{ padding: 10px 20px; font-size: 0.9rem; }
.nav-toggle{
  display:none; width:40px; height:40px; border-radius:50%; border:none; background: rgba(36,24,17,0.08);
  align-items:center; justify-content:center; cursor:pointer;
}
.nav-toggle svg{ width:18px; height:18px; }

@media (max-width: 760px){
  .nav-links{ display:none; }
  .nav-toggle{ display:flex; }
  .nav-cta .btn-ghost{ display:none; }
}

.nav-mobile{
  display:none; position: fixed; top: 80px; left: 16px; right: 16px; z-index: 99;
  background: var(--surface); border-radius: var(--radius-lg); box-shadow: var(--shadow-soft);
  padding: 14px; border: 1px solid var(--line);
}
.nav-mobile.open{ display:block; }
.nav-mobile a{
  display:block; padding: 13px 14px; border-radius: var(--radius-md); text-decoration:none;
  color: var(--ink); font-weight: 500; font-size: 1.02rem;
}
.nav-mobile a + a{ margin-top: 2px; }
.nav-mobile a:hover{ background: var(--stone); }

/* ---------- arcade divider (motivo dei portici) --------------------------
   Fascia di archi a tutto sesto ripetuti: uno strato pieno nel colore della
   sezione "di sfondo" e, sopra, gli archi mascherati nel colore della
   sezione "di fronte" — la stessa sagoma del portico che dà il nome al bar,
   usata come cerniera tra due sezioni di colore diverso. Entrambi i colori
   sono espliciti (nessuna dipendenza dal background del body), così la
   cerniera resta pulita qualunque coppia di sezioni unisca. */
.arcade{
  display:block; width: 100%; height: 28px; margin: 0;
  position: relative; overflow: hidden;
  background-color: var(--arcade-bg, var(--stone));
}
.arcade::before{
  content: ""; position: absolute; inset: 0;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='28'%3E%3Cpath d='M0 28 A28 28 0 0 1 56 28 Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='28'%3E%3Cpath d='M0 28 A28 28 0 0 1 56 28 Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x; mask-repeat: repeat-x;
  -webkit-mask-size: 56px 28px; mask-size: 56px 28px;
  -webkit-mask-position: center; mask-position: center;
}
.arcade-down{ transform: scaleY(-1); }
/* combinazioni usate nella pagina: --arcade-bg = sezione "dietro" gli archi, color = sezione "davanti" (il colore degli archi stessi) */
.arcade-adriatic-stone{ --arcade-bg: var(--adriatic); color: var(--stone); }
.arcade-adriatic-surface{ --arcade-bg: var(--adriatic); color: var(--surface); }

/* ---------- arch-frame photos ------------------------------------------- */
.arch-frame{
  position: relative;
  border-radius: 999px 999px 22px 22px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  background: var(--stone-deep);
}
.arch-frame img{ width:100%; height:100%; object-fit: cover; display:block; }
.arch-frame.ratio-portrait{ aspect-ratio: 3/4; }
.arch-frame.ratio-tall{ aspect-ratio: 5/7; }
.arch-frame.ratio-square{ aspect-ratio: 1/1; }
.arch-frame.ratio-wide{ aspect-ratio: 4/3; border-radius: var(--radius-xl); }

/* ---------- header / hero ------------------------------------------------ */
.hero{
  position: relative;
  padding: 150px 0 90px;
  background:
    radial-gradient(ellipse 900px 500px at 85% -10%, rgba(201,122,43,0.16), transparent 60%),
    var(--stone);
  overflow: hidden;
}
.hero .container{
  display:grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items:center;
}
.hero-copy .eyebrow{ margin-bottom: 22px; }
.hero-copy h1{ margin-bottom: 22px; }
.hero-copy h1 em{ display:block; }
.hero-copy .lede{ margin-bottom: 34px; }
.hero-actions{ display:flex; flex-wrap:wrap; gap: 14px; margin-bottom: 30px; }
.hero-hours{
  display:inline-flex; align-items:center; gap: 10px;
  font-family: var(--font-mono); font-size: 12.5px; letter-spacing: 0.05em;
  color: var(--ink-soft); background: var(--surface); border:1px solid var(--line);
  padding: 10px 18px; border-radius: var(--radius-pill);
}
.hero-hours .dot{ width:7px; height:7px; border-radius:50%; background:#4E7D4E; box-shadow: 0 0 0 3px rgba(78,125,78,0.18); flex-shrink:0; }
.hero-visual{ position: relative; }
.hero-visual .arch-frame{ width: 100%; }
.hero-badge{
  position:absolute; left: -18px; bottom: -22px;
  background: var(--ink); color: var(--stone);
  border-radius: var(--radius-lg);
  padding: 18px 22px; box-shadow: var(--shadow-soft);
  max-width: 230px;
}
.hero-badge strong{ display:block; font-family: var(--font-display); font-style: italic; font-size: 1.5rem; font-weight:600; color: var(--amber-soft); }
.hero-badge span{ font-size: 0.85rem; color: rgba(241,230,210,0.8); }

@media (max-width: 900px){
  .hero{ padding-top: 130px; }
  .hero .container{ grid-template-columns: 1fr; }
  .hero-visual{ order: -1; max-width: 380px; margin: 0 auto 10px; }
  .hero-badge{ left: 10px; bottom: -18px; }
}

/* ---------- section shell ------------------------------------------------ */
.section{ padding: 96px 0; position: relative; }
.section-tight{ padding: 72px 0; }
.section-head{ max-width: 640px; margin-bottom: 52px; }
.section-head .eyebrow{ margin-bottom: 18px; }
.section-head h2{ margin-bottom: 16px; }

.section-on-dark{ background: var(--adriatic); color: var(--adriatic-ink); }
.section-on-surface{ background: var(--surface); }

/* ---------- gelateria: 3 reason cards -------------------------------------- */
.reason-grid{ display:grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 8px; }
.reason-card{
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg) var(--radius-lg) var(--radius-md) var(--radius-md);
  padding: 34px 26px 28px;
  position: relative;
  box-shadow: var(--shadow-card);
}
.reason-card .num{
  width: 46px; height: 46px; border-radius: 50% 50% 40% 40%;
  background: var(--stone); color: var(--amber-text);
  display:flex; align-items:center; justify-content:center;
  font-family: var(--font-display); font-weight:600; font-style:italic; font-size: 1.2rem;
  margin-bottom: 20px;
}
.reason-card h3{ margin-bottom: 10px; }
.reason-card p{ color: var(--ink-soft); font-size: 0.98rem; }

.gallery-row{ display:grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 52px; }

@media (max-width: 860px){
  .reason-grid, .gallery-row{ grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px){
  .reason-grid, .gallery-row{ grid-template-columns: 1fr; }
}

/* ---------- split layout (storia / colazioni / aperitivi) ------------------ */
.split{
  display:grid; grid-template-columns: 0.92fr 1.08fr; gap: 60px; align-items:center;
}
.split.reverse{ grid-template-columns: 1.08fr 0.92fr; }
.split.reverse .split-visual{ order: 2; }
.split-visual{ position:relative; }
.split-copy p{ margin-top: 18px; }
.split-copy p + p{ margin-top: 12px; }
.split-visual .stack-two{ display:grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.split-visual .stack-two .arch-frame:nth-child(2){ margin-top: 34px; }

.pull-quote{
  font-family: var(--font-display); font-style: italic; font-weight: 400;
  font-size: 1.5rem; line-height: 1.4; color: var(--adriatic-ink);
  margin-top: 22px;
}
.pull-quote::before{ content:"“"; color: var(--amber-soft); }
.pull-quote::after{ content:"”"; color: var(--amber-soft); }
.attribution{ margin-top: 22px; font-family: var(--font-mono); font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; color: rgba(246,239,225,0.65); }

@media (max-width: 860px){
  .split, .split.reverse{ grid-template-columns: 1fr; }
  .split.reverse .split-visual{ order: -1; }
  .split-visual{ max-width: 420px; margin: 0 auto; }
}

/* ---------- team ------------------------------------------------------------ */
.team-block{ display:grid; grid-template-columns: 0.85fr 1.15fr; gap: 56px; align-items:center; }
.team-block .arch-frame{ max-width: 380px; }
.team-signature{ font-family: var(--font-display); font-style: italic; font-size: 1.1rem; color: var(--amber-text); margin-top: 24px; }
@media (max-width: 860px){
  .team-block{ grid-template-columns: 1fr; }
  .team-block .arch-frame{ margin: 0 auto; }
}

/* ---------- final CTA band --------------------------------------------------- */
.cta-band{ text-align:center; padding: 108px 0; }
.cta-band .container{ max-width: 720px; }
.cta-band h2{ margin-bottom: 18px; }
.cta-band .lede{ margin: 0 auto 36px; }
.cta-band .btn{ padding: 18px 38px; font-size: 1.05rem; }

/* ---------- footer ------------------------------------------------------------ */
.site-footer{ background: var(--ink); color: rgba(241,230,210,0.86); padding: 64px 0 28px; }
.footer-grid{
  display:grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 40px; padding-bottom: 44px;
  border-bottom: 1px solid rgba(241,230,210,0.14);
}
.footer-brand{ font-family: var(--font-display); font-style: italic; font-weight:600; font-size: 1.4rem; color: var(--stone); display:flex; align-items:center; gap:10px; margin-bottom: 14px; }
.footer-brand svg{ width: 26px; height: 26px; }
.footer-col h4{ font-family: var(--font-mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--amber-soft); margin-bottom: 16px; font-weight:500; }
.footer-col p{ margin-bottom: 8px; font-size: 0.95rem; color: rgba(241,230,210,0.78); line-height: 1.55; }
.footer-col a{ text-decoration:none; }
.footer-links li{ margin-bottom: 10px; }
.footer-links a{ font-size: 0.95rem; color: rgba(241,230,210,0.78); text-decoration:none; }
.footer-links a:hover{ color: var(--stone); }
.footer-social{ display:flex; gap: 10px; margin-top: 18px; }
.footer-social a{
  width: 42px; height: 42px; border-radius: 50%; display:flex; align-items:center; justify-content:center;
  background: rgba(241,230,210,0.1); transition: background .2s ease;
}
.footer-social a:hover{ background: var(--amber); }
.footer-social svg{ width: 18px; height:18px; }
.footer-bottom{
  padding-top: 24px; display:flex; flex-wrap:wrap; gap: 14px 28px; align-items:center; justify-content:space-between;
  font-size: 0.85rem; color: rgba(241,230,210,0.55);
}
.footer-legal{ display:flex; flex-wrap:wrap; gap: 6px 18px; }
.footer-legal a{ color: rgba(241,230,210,0.55); text-decoration:none; }
.footer-legal a:hover{ color: var(--stone); }
.footer-aid{ font-size: 0.8rem; color: rgba(241,230,210,0.62); max-width: 640px; line-height: 1.5; margin-top: 20px; }
.footer-aid a{ color: rgba(241,230,210,0.6); }

@media (max-width: 780px){
  .footer-grid{ grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom{ flex-direction: column; align-items:flex-start; }
}

/* ---------- map block --------------------------------------------------------- */
.map-shell{
  border-radius: var(--radius-xl); overflow:hidden; box-shadow: var(--shadow-card);
  aspect-ratio: 16/7; background: var(--surface); position: relative;
  border: 1px solid var(--line);
}
.map-shell iframe{ width:100%; height:100%; border:0; display:block; }
.map-fallback{
  position:absolute; inset:0; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:14px;
  text-align:center; padding: 20px;
}
.map-fallback svg{ width: 34px; height: 34px; color: var(--amber); }
.map-fallback p{ max-width: 380px; color: var(--ink-soft); font-size: 0.92rem; }

/* ---------- cookie banner ------------------------------------------------------ */
.cookie-banner{
  position: fixed; left: 16px; right:16px; bottom: 16px; z-index: 200;
  max-width: 640px; margin: 0 auto;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-soft);
  padding: 24px 26px;
  transform: translateY(140%); transition: transform .5s cubic-bezier(.2,.8,.2,1);
}
.cookie-banner.show{ transform: translateY(0); }
.cookie-banner p{ font-size: 0.92rem; color: var(--ink-soft); margin-bottom: 16px; }
.cookie-banner a{ color: var(--ink); text-decoration: underline; }
.cookie-actions{ display:flex; flex-wrap:wrap; gap: 10px; }
.cookie-actions .btn{ padding: 11px 20px; font-size: 0.88rem; }

/* ---------- reveal-on-scroll -------------------------------------------------
   Nascosto solo se JS è disponibile (classe "js" impostata subito in testa al
   <body>): senza JS, o se lo script non si carica, il contenuto resta visibile. */
.js .reveal{ opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.js .reveal.in{ opacity: 1; transform: translateY(0); }

/* ---------- legal pages -------------------------------------------------------- */
.legal-hero{ padding: 150px 0 50px; background: var(--stone); }
.legal-hero h1{ font-size: clamp(2.2rem, 4vw, 3rem); }
.legal-hero .eyebrow{ margin-bottom: 18px; }
.legal-updated{ margin-top: 16px; font-family: var(--font-mono); font-size: 12.5px; color: var(--ink-soft); }
.legal-body{ padding: 20px 0 100px; }
.legal-body .container{ max-width: 760px; }
.legal-body h2{ font-size: 1.5rem; margin-top: 44px; margin-bottom: 14px; }
.legal-body h2:first-child{ margin-top:0; }
.legal-body p{ margin-bottom: 14px; color: var(--ink-soft); }
.legal-body ul{ margin-bottom: 14px; }
.legal-body li{ color: var(--ink-soft); padding-left: 22px; position: relative; margin-bottom: 8px; }
.legal-body li::before{ content:"—"; position:absolute; left:0; color: var(--amber); }
.legal-body strong{ color: var(--ink); }
.legal-note{
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-md);
  padding: 18px 22px; font-size: 0.9rem; color: var(--ink-soft); margin-bottom: 36px;
}
.legal-body table{ width:100%; border-collapse: collapse; margin-bottom: 20px; font-size: 0.92rem; }
.legal-body th, .legal-body td{ text-align:left; padding: 10px 12px; border-bottom: 1px solid var(--line); color: var(--ink-soft); }
.legal-body th{ font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink); }
.back-home{ display:inline-flex; align-items:center; gap:8px; font-size: 0.9rem; color: var(--ink-soft); text-decoration:none; margin-bottom: 30px; }
.back-home:hover{ color: var(--ink); }
.back-home svg{ width:16px; height:16px; }

/* ---------- utility --------------------------------------------------------------- */
.mt-0{ margin-top:0 !important; }
