/* Ukulele del Sorriso — shared styles */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&family=Inter:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --gold: #FEC502;
  --gold-soft: #FEC502;
  --gold-light: #FDF8EE;
  --gold-mid: #FEC502;
  --black: #111111;
  --ink: #1A1A1A;
  --gray: #6B6B68;
  --gray-2: #8E8E8B;
  --gray-light: #F5F5F3;
  --gray-mid: #E3E3DF;
  --bg: #ffffff;
  --white: #FFFFFF;
  --radius: 12px;
  --radius-sm: 8px;
  --serif: 'Onest', 'Times New Roman', serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* ── NAV ───────────────────────────────────── */
.site-nav {
  position: sticky; top: 0; z-index: 100;
  background: var(--bg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 0.5px solid var(--gray-mid);
}
.site-nav-inner {
  max-width: 1180px; margin: 0 auto;
  padding: 0 28px;
  height: 84px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}

.site-menu { display: flex; gap: 2px; list-style: none; align-items: center; }
.site-menu a {
  display: inline-flex; align-items: center;
  font-size: 13.5px; color: var(--gray);
  padding: 8px 14px; border-radius: 999px;
  transition: color .15s, background .15s;
}
.site-menu a:hover { color: var(--ink); background: rgba(0,0,0,0.03); }
.site-menu a.active { color: var(--ink); background: rgba(184,149,42,0.08); }
.site-cta {
  visibility: hidden; 
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--ink); color: #fff;
  font-size: 13px; font-weight: 500;
  padding: 9px 16px; border-radius: 999px;
  transition: background .15s, transform .15s;
}
.site-cta:hover { background: #000; transform: translateY(-1px); }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; cursor: pointer; }
.nav-toggle svg { width: 22px; height: 22px; stroke: var(--ink); }

@media (max-width: 880px) {
  .site-menu, .site-cta { display: none; }
  .nav-toggle { display: inline-flex; }
  .site-nav.open .site-menu {
    display: flex; flex-direction: column; gap: 0;
    position: absolute; top: 64px; left: 0; right: 0;
    background: var(--bg); border-bottom: 0.5px solid var(--gray-mid);
    padding: 12px 20px 24px;
  }
  .site-nav.open .site-menu a { padding: 14px 10px; width: 100%; border-radius: 10px; }
  .site-nav.open .site-cta { display: inline-flex; margin: 8px 20px 20px; position: absolute; top: calc(64px + 320px); }
}

/* ── COMMON ─────────────────────────────────── */
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 28px; }
.wrap-narrow { max-width: 880px; margin: 0 auto; padding: 0 28px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold);
}
.eyebrow::before {
  content: ''; width: 22px; height: 1px; background: var(--gold);
  opacity: 0.6;
}
.eyebrow.no-mark::before { display: none; }

.h-display {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.4rem, 5.2vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: var(--ink);
}
.h-display em {
  font-style: italic; color: var(--gold); font-weight: 400;
}
.h-section {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(1.9rem, 3.6vw, 2.75rem);
  line-height: 1.08; letter-spacing: -0.02em;
}
.h-section em { font-style: italic; color: var(--gold); font-weight: 400; }

.lead {
  font-size: 1.1rem; line-height: 1.6;
  color: #3a3a38; max-width: 620px;
}

.small { font-size: 13px; color: var(--gray); }

.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 22px; border-radius: 999px;
  font-size: 14px; font-weight: 500;
  border: 1px solid transparent; cursor: pointer;
  transition: background .18s, color .18s, transform .18s, border-color .18s;
  font-family: inherit;
}
.btn-primary { background: var(--ink); color: #fff; }
.btn-primary:hover { background: #000; transform: translateY(-1px); }
.btn-gold { background: var(--gold); color: #fff; }
.btn-gold:hover { background: #a07f1e; transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--gray-mid); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-link {
  padding: 0; background: transparent; color: var(--ink);
  font-weight: 500; gap: 6px;
}
.btn-link svg { transition: transform .18s; }
.btn-link:hover svg { transform: translateX(3px); }

.arrow { width: 15px; height: 15px; }

/* ── SECTIONS ───────────────────────────────── */
section { padding: clamp(60px, 9vw, 120px) 0; }
.section-divider { height: 0.5px; background: var(--gray-mid); }

.kicker {
  font-family: var(--serif); font-style: italic;
  color: var(--gold); font-size: 1.3rem;
  font-weight: 400;
}

/* ── FORM ───────────────────────────────────── */
.field { display: flex; flex-direction: column; gap: 6px; }
.field label {
  font-size: 12px; font-weight: 500;
  color: var(--gray); letter-spacing: 0.02em;
}
.field input, .field select, .field textarea {
  font-family: inherit; font-size: 15px;
  padding: 12px 14px; border-radius: 10px;
  border: 1px solid var(--gray-mid); background: #fff;
  color: var(--ink); transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(184,149,42,0.12);
}

/* ── FOOTER ─────────────────────────────────── */
.site-foot {
  background: var(--ink); color: #E8E6E0;
  padding: 72px 0 32px;
  margin-top: 0;
}
.foot-grid {
  /* display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; */
  display: grid; grid-template-columns: 2fr 1fr 1fr;

  gap: 48px; align-items: flex-start;
}
.foot-brand { font-family: var(--serif); font-size: 22px; color: #fff; }
.foot-brand em { font-style: italic; color: var(--gold-soft); }
.foot-tag { font-size: 14px; color: #A9A69E; margin-top: 10px; line-height: 1.55; max-width: 320px; }
.foot-col h4 {
  font-size: 11px; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--gold-soft);
  margin-bottom: 14px;
}
.foot-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.foot-col a { font-size: 14px; color: #C9C6BE; }
.foot-col a:hover { color: #fff; }
.foot-mini form {
  display: flex; gap: 6px; margin-top: 10px;
}
.foot-mini input {
  flex: 1; background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  color: #fff; padding: 10px 12px; border-radius: 999px;
  font-family: inherit; font-size: 13px;
}
.foot-mini input::placeholder { color: #8A8782; }
.foot-mini button {
  background: var(--gold); color: #fff; border: 0;
  padding: 10px 16px; border-radius: 999px;
  font-weight: 500; font-size: 13px; cursor: pointer;
  font-family: inherit;
}
.foot-bottom {
  margin-top: 56px; padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12px; color: #7F7C76;
}
.foot-bottom a { color: #A9A69E; }
@media (max-width: 860px) {
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .foot-bottom { flex-direction: column; gap: 10px; align-items: flex-start; }
}

/* ── PAGE HEADER (sub-pages) ───────────────── */
.page-hero {
  padding: clamp(64px, 9vw, 110px) 0 clamp(40px, 6vw, 70px);
  border-bottom: 0.5px solid var(--gray-mid);
}
.page-hero .crumbs {
  font-size: 12px; color: var(--gray); margin-bottom: 18px;
  display: flex; gap: 6px; align-items: center;
}
.page-hero .crumbs a:hover { color: var(--ink); }
.page-hero h1 {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(2.4rem, 5.4vw, 4rem);
  line-height: 1.04; letter-spacing: -0.024em;
  max-width: 880px; margin: 14px 0 18px;
}
.page-hero h1 em { font-style: italic; color: var(--gold); }
.page-hero .subtitle { font-size: 1.1rem; color: #3a3a38; max-width: 620px; }

/* ── CARDS / TILES shared ───────────────────── */
.tile {
  background: #fff;
  border: 1px solid var(--gray-mid);
  border-radius: var(--radius);
  padding: 28px;
  transition: border-color .18s, transform .18s, box-shadow .18s;
}
.tile:hover { border-color: #CBCAC4; }

/* Placeholder blocks for missing imagery */
.ph {
  background:
    repeating-linear-gradient(135deg, #f5f1e6 0 8px, #efe9d9 8px 16px);
  border: 1px solid var(--gray-mid);
  border-radius: var(--radius);
  color: var(--gold-mid);
  display: flex; align-items: center; justify-content: center;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px; letter-spacing: 0.02em;
  text-align: center; padding: 16px;
}

.divider-dot {
  display: inline-block; width: 3px; height: 3px; border-radius: 50%;
  background: currentColor; opacity: 0.35; margin: 0 10px; vertical-align: middle;
}

/* ── UTILS ─────────────────────────────────── */
.muted { color: var(--gray); }
.center { text-align: center; }
.mt-1 { margin-top: 8px; } .mt-2 { margin-top: 16px; } .mt-3 { margin-top: 24px; } .mt-4 { margin-top: 36px; } .mt-5 { margin-top: 48px; } .mt-6 { margin-top: 72px; }

.site-brand-mark img {
  height: 70px;   /* regola qui */
  width: auto;    /* mantiene proporzioni */
  display: block;  /* elimina spazio baseline */
  padding: 6px 10px;

}
