:root{
  --paper:#fbfaf7;
  --white:#ffffff;
  --warm:#f4f0ea;
  --warm-2:#eee8df;
  --ink:#3f3932;
  --ink-soft:#6f675d;
  --muted:#8d8378;
  --line:#ded5ca;
  --accent:#9b7652;
  --accent-soft:#c6aa89;
  --shadow:0 22px 60px rgba(74,60,45,.10);
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  line-height:1.72;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(var(--max), calc(100% - 48px));margin:0 auto}
.skip-link{position:absolute;left:-999px;top:12px;background:var(--ink);color:var(--white);padding:10px 14px;z-index:100}
.skip-link:focus{left:12px}
.topbar{
  border-bottom:1px solid var(--line);
  background:rgba(255,255,255,.78);
  color:var(--ink-soft);
  font-size:13px;
  letter-spacing:.02em;
}
.topbar .container{display:flex;justify-content:space-between;gap:24px;padding:8px 0}
.site-header{
  background:rgba(251,250,247,.94);
  border-bottom:1px solid var(--line);
  position:sticky;top:0;z-index:50;
  backdrop-filter:saturate(150%) blur(12px);
}
.navrow{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:8px 0}
.brand{display:flex;align-items:center;gap:10px;min-width:0}
.brand-main{display:block;font-family:Georgia,"Times New Roman",serif;text-transform:uppercase;letter-spacing:.14em;font-size:18px;line-height:1.02;font-weight:600}
.brand-sub{display:block;margin-top:1px;text-transform:uppercase;letter-spacing:.30em;font-size:9px;color:var(--muted)}
.brand-logo{width:30px;height:30px;flex:0 0 30px;display:block}
.brand-text{display:flex;flex-direction:column;min-width:0}
.footer-brand{display:flex;align-items:center;gap:12px}
.footer-brand .brand-logo{width:42px;height:42px;flex-basis:42px}
.menu-toggle{display:none;border:1px solid var(--line);background:var(--white);padding:10px 12px;color:var(--ink);font-size:14px;letter-spacing:.08em;text-transform:uppercase}
.nav{display:flex;align-items:center;gap:22px;font-size:14px;color:#5b534b}
.nav a{position:relative;padding:4px 0;white-space:nowrap}
.nav a:after{content:"";position:absolute;left:0;right:0;bottom:-7px;height:1px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:.24s ease}
.nav a:hover:after,.nav a.active:after{transform:scaleX(1)}
.hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(198,170,137,.20), transparent 28%),
    linear-gradient(180deg, #fff 0%, var(--paper) 100%);
  border-bottom:1px solid var(--line);
}
.hero:before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:var(--line)}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:78px;align-items:center;min-height:620px;padding:82px 0}
.eyebrow{
  margin:0 0 24px;
  font-size:12px;
  letter-spacing:.36em;
  text-transform:uppercase;
  color:var(--accent);
  font-weight:700;
}
h1,h2,h3,h4{font-family:Georgia,"Times New Roman",serif;color:var(--ink);font-weight:600;line-height:1.06;margin:0}
h1{font-size:clamp(34px,3.7vw,54px);letter-spacing:-.025em;max-width:680px}
.hero h1{font-size:clamp(36px,4.2vw,56px)}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.hero-wordmark{display:flex;align-items:center;gap:14px;margin:4px 0 8px;max-width:100%;overflow:visible}
.hero-wordmark .hero-logo{width:62px;height:62px;flex:0 0 62px;display:block}
.hero-wordmark .hero-mark-text{display:flex;flex-direction:column;min-width:0;padding-top:2px}
.hero-wordmark .hero-mark-main{font-family:Georgia,"Times New Roman",serif;text-transform:uppercase;letter-spacing:.075em;font-size:clamp(28px,3.1vw,40px);line-height:1;font-weight:600;color:var(--ink);white-space:nowrap}
.hero-wordmark .hero-mark-sub{margin-top:6px;text-transform:uppercase;letter-spacing:.30em;font-size:11px;color:var(--muted);line-height:1;white-space:nowrap}
.lead{font-size:18px;line-height:1.8;color:#5c554d;max-width:620px;margin:22px 0 0}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:38px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 26px;
  border:1px solid var(--accent);text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:700;
  transition:.22s ease;background:var(--white);color:var(--ink)
}
.btn:hover{background:var(--accent);color:#fff}
.btn.ghost{border-color:var(--line);background:transparent;color:var(--ink-soft)}
.btn.ghost:hover{border-color:var(--accent);background:var(--warm);color:var(--ink)}
.hero-note{margin-top:34px;color:var(--muted);font-size:14px;max-width:520px}
.hero-visual{position:relative;min-height:510px}
.frame-shell{
  position:absolute;inset:0 0 0 28px;background:var(--white);border:1px solid var(--line);box-shadow:var(--shadow);padding:22px;
}
.slider{position:relative;height:100%;overflow:hidden;background:var(--warm)}
.slide{position:absolute;inset:0;opacity:0;transition:opacity .7s ease;background-size:cover;background-position:center}
.slide.active{opacity:1}
.slide-caption{
  position:absolute;left:24px;bottom:24px;background:rgba(255,255,255,.90);border:1px solid var(--line);padding:19px 22px;min-width:240px
}
.slide-caption strong{font-family:Georgia,"Times New Roman",serif;font-size:22px;font-weight:500;color:var(--ink);display:block;line-height:1.2}
.slide-caption span{display:block;margin-top:7px;font-size:11px;letter-spacing:.25em;text-transform:uppercase;color:var(--muted)}
.hero-card{
  position:absolute;left:0;bottom:62px;width:286px;background:var(--white);border:1px solid var(--line);box-shadow:0 18px 44px rgba(74,60,45,.09);padding:29px 30px;
}
.hero-card h2{font-size:29px;margin-bottom:11px}
.hero-card p{margin:0;color:var(--ink-soft);font-size:15px;line-height:1.65}
.section{padding:94px 0;border-bottom:1px solid var(--line)}
.section.white{background:var(--white)}
.section-header{display:flex;justify-content:space-between;align-items:end;gap:36px;margin-bottom:46px}
.section-title{max-width:700px}
.section-title h2{font-size:clamp(30px,3.1vw,42px);letter-spacing:-.02em;margin-top:12px}
.section-title p{margin:20px 0 0;color:var(--ink-soft);font-size:18px;max-width:720px}
.kicker{display:block;color:var(--accent);font-size:12px;text-transform:uppercase;letter-spacing:.32em;font-weight:700}
.editorial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.editorial-card{background:var(--white);padding:38px 34px;min-height:230px;display:flex;flex-direction:column;justify-content:space-between}
.editorial-card h3{font-size:28px;margin-bottom:18px}
.editorial-card p{margin:0;color:var(--ink-soft)}
.card-index{font-size:12px;letter-spacing:.22em;color:var(--accent);margin-bottom:28px;text-transform:uppercase}
.two-col{display:grid;grid-template-columns:.92fr 1.08fr;gap:72px;align-items:start}
.prose p{margin:0 0 22px;color:var(--ink-soft);font-size:17px}
.prose .large{font-size:22px;line-height:1.65;color:var(--ink)}
.stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line);border:1px solid var(--line);margin-top:34px}
.stat{background:var(--paper);padding:30px}
.stat strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:34px;font-weight:500;color:var(--ink)}
.stat span{display:block;color:var(--ink-soft);font-size:14px;margin-top:5px}
.portrait-feature{display:grid;grid-template-columns:.82fr 1.18fr;gap:70px;align-items:center;background:var(--white);border:1px solid var(--line);padding:30px;box-shadow:0 16px 44px rgba(74,60,45,.06)}
.portrait-img{background:var(--warm);border:1px solid var(--line);min-height:500px;background-size:cover;background-position:center}
.feature-copy{padding:20px 28px 20px 0}
.feature-copy h2{font-size:40px;letter-spacing:-.01em;margin:12px 0 22px}
.feature-copy p{color:var(--ink-soft);font-size:17px;margin:0 0 20px}
.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px}
.person-card{background:var(--white);border:1px solid var(--line);padding:24px;transition:.24s ease}
.person-card:hover{box-shadow:0 14px 32px rgba(74,60,45,.08);transform:translateY(-2px)}
.person-photo{height:230px;background:var(--warm);border:1px solid var(--line);margin-bottom:20px;background-size:cover;background-position:center}
.person-card h3{font-size:24px}
.person-card p{margin:8px 0 0;color:var(--muted);font-size:14px}
.practice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.practice{background:var(--white);border:1px solid var(--line);padding:31px;min-height:180px}
.practice h3{font-size:25px;margin-bottom:14px}
.practice p{color:var(--ink-soft);margin:0;font-size:16px}
.gallery-strip{display:grid;grid-template-columns:1.15fr .85fr;gap:18px}
.gallery-main,.gallery-side{background:var(--warm);border:1px solid var(--line);background-size:cover;background-position:center}
.gallery-main{min-height:420px}.gallery-side{min-height:420px;display:grid;grid-template-rows:1fr 1fr;gap:18px;background:transparent;border:0}.gallery-side div{border:1px solid var(--line);background:var(--warm);background-size:cover;background-position:center}
.cta{background:var(--white);padding:64px;border:1px solid var(--line);display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}
.cta h2{font-size:42px;margin-bottom:14px}.cta p{margin:0;color:var(--ink-soft);font-size:17px}.cta .btn{background:var(--accent);color:#fff}.cta .btn:hover{background:#7f5f43}
.page-hero{padding:84px 0 68px;background:var(--white);border-bottom:1px solid var(--line)}
.page-hero h1{font-size:clamp(42px,5vw,64px)}
.page-hero p{font-size:19px;color:var(--ink-soft);max-width:780px;margin:24px 0 0}
.page-body{padding:78px 0}
.list-clean{list-style:none;padding:0;margin:0;display:grid;gap:12px;color:var(--ink-soft)}
.list-clean li{border-bottom:1px solid var(--line);padding:0 0 12px}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:40px}
.contact-box{background:var(--white);border:1px solid var(--line);padding:36px}
.contact-box h2{font-size:32px;margin-bottom:18px}.contact-box p{color:var(--ink-soft);margin:0 0 12px}.contact-box a{border-bottom:1px solid var(--accent)}
.map-placeholder{background:var(--warm);border:1px solid var(--line);min-height:360px;display:flex;align-items:center;justify-content:center;color:var(--muted);letter-spacing:.18em;text-transform:uppercase;font-size:12px;text-align:center;padding:20px}
.form-note{font-size:13px;color:var(--muted);margin-top:22px}
.footer{background:var(--white);border-top:1px solid var(--line);padding:54px 0;color:var(--ink-soft)}
.footer-grid{display:grid;grid-template-columns:1.1fr .9fr .9fr;gap:48px}
.footer .brand-main{display:block;font-family:Georgia,"Times New Roman",serif;text-transform:uppercase;letter-spacing:.14em;font-size:18px;line-height:1.02;font-weight:600}
.footer h4{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;font-size:12px;text-transform:uppercase;letter-spacing:.22em;color:var(--accent);font-weight:700;margin-bottom:16px}
.footer p,.footer a{font-size:14px;color:var(--ink-soft);margin:0 0 8px;display:block}
.legal-bottom{border-top:1px solid var(--line);margin-top:32px;padding-top:22px;font-size:12px;color:var(--muted);display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
@media (max-width:980px){
  .topbar .container{flex-direction:column;gap:2px}.navrow{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:8px 0}.brand-text{display:flex;flex-direction:column;min-width:0}
.footer-brand{display:flex;align-items:center;gap:12px}
.footer-brand .brand-logo{width:42px;height:42px;flex-basis:42px}
.menu-toggle{display:inline-flex}.nav{display:flex;align-items:center;gap:22px;font-size:14px;color:#5b534b}.nav.open{display:flex}.hero-grid,.two-col,.portrait-feature,.contact-grid,.footer-grid,.gallery-strip{grid-template-columns:1fr}.hero-grid{gap:36px;min-height:0;padding:62px 0}.hero-visual{min-height:460px}.frame-shell{left:0}.hero-card{left:20px;bottom:32px}.editorial-grid,.team-grid,.practice-grid{grid-template-columns:1fr}.section-header{display:block}.cta{grid-template-columns:1fr;padding:38px}.feature-copy{padding:0}.portrait-img{min-height:380px}
}
@media (max-width:620px){
  .container{width:min(100% - 28px, var(--max))}.brand{display:flex;align-items:center;gap:10px;min-width:0}.brand-logo{width:30px;height:30px;flex:0 0 30px;display:block}.brand-main{display:block;font-family:Georgia,"Times New Roman",serif;text-transform:uppercase;letter-spacing:.14em;font-size:18px;line-height:1.02;font-weight:600}.brand-sub{display:block;margin-top:1px;text-transform:uppercase;letter-spacing:.30em;font-size:9px;color:var(--muted)}.hero h1{font-size:38px}.hero-wordmark{display:flex;align-items:center;gap:14px;margin:4px 0 8px;max-width:100%;overflow:visible}.hero-wordmark .hero-logo{width:62px;height:62px;flex:0 0 62px;display:block}.hero-wordmark .hero-mark-main{font-family:Georgia,"Times New Roman",serif;text-transform:uppercase;letter-spacing:.075em;font-size:clamp(28px,3.1vw,40px);line-height:1;font-weight:600;color:var(--ink);white-space:nowrap}.hero-wordmark .hero-mark-sub{margin-top:6px;text-transform:uppercase;letter-spacing:.30em;font-size:11px;color:var(--muted);line-height:1;white-space:nowrap}.lead{font-size:18px}.hero-actions{display:grid}.btn{width:100%}.section{padding:64px 0}.section-title h2{font-size:34px}.hero-visual{min-height:390px}.slide-caption{left:14px;bottom:14px;padding:15px}.hero-card{display:none}.cta h2{font-size:34px}.topbar{font-size:12px}.person-photo{height:200px}
}


/* =========================================================
   Responsive mobile refinement
   ========================================================= */
@media (max-width: 980px) {
  .container {
    width: min(100% - 32px, var(--max));
  }

  .topbar .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    padding: 6px 0;
  }

  .site-header {
    position: sticky;
    top: 0;
  }

  .navrow {
    position: relative;
    padding: 9px 0;
    gap: 14px;
  }

  .brand {
    min-width: 0;
    max-width: calc(100% - 82px);
    gap: 10px;
  }

  .brand-logo {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
  }

  .brand-main {
    font-size: 16px;
    letter-spacing: .09em;
    white-space: nowrap;
  }

  .brand-sub {
    font-size: 8px;
    letter-spacing: .24em;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 10px;
    font-size: 11px;
    background: var(--white);
  }

  .nav {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    left: -16px;
    right: -16px;
    z-index: 100;
    background: var(--white);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 34px rgba(74,60,45,.08);
    padding: 12px 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .nav.open {
    display: flex;
  }

  .nav a {
    padding: 12px 4px;
    border-bottom: 1px solid var(--line);
  }

  .nav a:last-child {
    border-bottom: 0;
  }

  .nav a:after {
    display: none;
  }

  .hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 38px;
    min-height: auto;
    padding: 54px 0 58px;
  }

  .hero-wordmark {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 100%;
  }

  .hero-wordmark .hero-logo {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
  }

  .hero-wordmark .hero-mark-main {
    font-size: clamp(23px, 7vw, 34px);
    letter-spacing: .045em;
    white-space: nowrap;
  }

  .hero-wordmark .hero-mark-sub {
    font-size: 9px;
    letter-spacing: .22em;
  }

  .lead {
    font-size: 17px;
    line-height: 1.65;
    max-width: 100%;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 28px;
  }

  .btn {
    width: 100%;
  }

  .hero-note {
    font-size: 13px;
    line-height: 1.65;
    margin-top: 24px;
  }

  .hero-visual {
    position: relative;
    min-height: 0;
    padding-bottom: 0;
  }

  .frame-shell {
    position: relative;
    inset: auto;
    left: auto;
    min-height: 330px;
    padding: 12px;
    width: 100%;
  }

  .slider {
    height: 330px;
  }

  .slide-caption {
    left: 12px;
    bottom: 12px;
    min-width: 0;
    max-width: calc(100% - 24px);
    padding: 13px 15px;
  }

  .slide-caption strong {
    font-size: 18px;
  }

  .slide-caption span {
    font-size: 9px;
    letter-spacing: .18em;
  }

  .hero-card {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: 12px;
    padding: 22px;
  }

  .hero-card h2 {
    font-size: 25px;
  }

  .editorial-grid,
  .two-col,
  .portrait-feature,
  .practice-grid,
  .gallery-strip,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 62px 0;
  }

  .section-header {
    display: block;
  }

  .section-header .btn {
    margin-top: 20px;
  }

  .section-title h2 {
    font-size: clamp(30px, 8vw, 38px);
  }

  .portrait-feature {
    gap: 28px;
    padding: 16px;
  }

  .portrait-img {
    min-height: 360px;
  }

  .feature-copy {
    padding: 4px 4px 10px;
  }

  .feature-copy h2 {
    font-size: 34px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .person-photo {
    height: 300px;
  }

  .gallery-main,
  .gallery-side,
  .gallery-side div {
    min-height: 280px;
  }

  .gallery-side {
    display: grid;
    grid-template-rows: none;
    grid-template-columns: 1fr;
  }

  .cta {
    grid-template-columns: 1fr;
    padding: 34px 24px;
  }

  .cta h2 {
    font-size: 32px;
  }

  .legal-bottom {
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  .container {
    width: min(100% - 24px, var(--max));
  }

  .topbar {
    font-size: 11px;
  }

  .brand-logo {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .brand-main {
    font-size: 14px;
    letter-spacing: .065em;
  }

  .brand-sub {
    font-size: 7px;
    letter-spacing: .20em;
  }

  .hero-grid {
    padding-top: 42px;
  }

  .eyebrow {
    font-size: 10px;
    letter-spacing: .26em;
    margin-bottom: 18px;
  }

  .hero-wordmark {
    gap: 10px;
  }

  .hero-wordmark .hero-logo {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .hero-wordmark .hero-mark-main {
    font-size: clamp(20px, 6.2vw, 27px);
    letter-spacing: .025em;
  }

  .hero-wordmark .hero-mark-sub {
    font-size: 8px;
    letter-spacing: .18em;
  }

  .lead {
    font-size: 16px;
  }

  .frame-shell {
    min-height: 260px;
  }

  .slider {
    height: 260px;
  }

  .slide-caption {
    display: none;
  }

  .hero-card {
    padding: 18px;
  }

  .hero-card h2 {
    font-size: 23px;
  }

  .editorial-card,
  .practice,
  .contact-box {
    padding: 26px 22px;
  }

  .portrait-img {
    min-height: 300px;
  }

  .person-photo {
    height: 260px;
  }

  .page-hero {
    padding: 58px 0 48px;
  }

  .page-hero h1 {
    font-size: 36px;
  }

  .footer {
    padding: 42px 0;
  }
}

@media (max-width: 390px) {
  .brand-main {
    font-size: 12.5px;
    letter-spacing: .045em;
  }

  .brand-logo {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  .hero-wordmark .hero-logo {
    display: none;
  }

  .hero-wordmark .hero-mark-main {
    font-size: 24px;
    white-space: normal;
    line-height: 1.05;
  }
}


/* =========================================================
   Privacy / Cookie notice
   ========================================================= */
.cookie-notice{
  position:fixed;
  left:24px;
  right:24px;
  bottom:24px;
  z-index:999;
  display:none;
}
.cookie-notice.show{display:block}
.cookie-notice__inner{
  width:min(980px,100%);
  margin:0 auto;
  background:#ffffff;
  border:1px solid var(--line);
  box-shadow:0 22px 60px rgba(74,60,45,.16);
  padding:22px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}
.cookie-notice p{
  margin:0;
  color:var(--ink-soft);
  font-size:14px;
  line-height:1.55;
}
.cookie-notice a{
  border-bottom:1px solid var(--accent);
}
.cookie-notice button{
  border:1px solid var(--accent);
  background:var(--white);
  color:var(--ink);
  min-height:42px;
  padding:0 20px;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:11px;
  font-weight:700;
  cursor:pointer;
  white-space:nowrap;
}
.cookie-notice button:hover{
  background:var(--accent);
  color:#fff;
}
@media (max-width: 720px){
  .cookie-notice{left:12px;right:12px;bottom:12px}
  .cookie-notice__inner{display:block;padding:18px}
  .cookie-notice button{width:100%;margin-top:14px}
}


/* =========================================================
   Titoli più compatti / proporzioni eleganti
   ========================================================= */
h1{
  font-size:clamp(30px,3.25vw,46px);
  letter-spacing:-.015em;
}
.hero h1{
  font-size:clamp(30px,3.25vw,46px);
}
.hero-wordmark .hero-logo{
  width:54px;
  height:54px;
  flex-basis:54px;
}
.hero-wordmark .hero-mark-main{
  font-size:clamp(26px,2.8vw,36px);
  letter-spacing:.075em;
  white-space:nowrap;
}
.hero-wordmark .hero-mark-sub{
  font-size:10px;
  letter-spacing:.28em;
}
.page-hero h1{
  font-size:clamp(34px,3.8vw,48px);
}
.section-title h2{
  font-size:clamp(28px,2.9vw,38px);
}
.feature-copy h2{
  font-size:36px;
}
.editorial-card h3{
  font-size:25px;
}
.practice h3{
  font-size:23px;
}
.cta h2{
  font-size:34px;
}
@media (max-width: 980px){
  .hero-wordmark .hero-logo{
    width:42px;
    height:42px;
    flex-basis:42px;
  }
  .hero-wordmark .hero-mark-main{
    font-size:clamp(22px,6.2vw,30px);
    letter-spacing:.045em;
  }
  .section-title h2{
    font-size:clamp(28px,7vw,34px);
  }
}
@media (max-width: 520px){
  .hero-wordmark .hero-logo{
    width:34px;
    height:34px;
    flex-basis:34px;
  }
  .hero-wordmark .hero-mark-main{
    font-size:clamp(20px,5.8vw,25px);
    letter-spacing:.025em;
  }
  .page-hero h1{
    font-size:32px;
  }
}


/* =========================================================
   Titoli uniformi in stile wordmark istituzionale
   ========================================================= */
h1,
h2,
h3,
h4,
.page-hero h1,
.section-title h2,
.feature-copy h2,
.editorial-card h3,
.practice h3,
.cta h2,
.hero-card h2,
.slide-caption strong,
.person-card h3,
.contact-box h2 {
  font-family: Georgia, "Times New Roman", serif;
  text-transform: uppercase;
  letter-spacing: .085em;
  font-weight: 600;
  line-height: 1.18;
  color: var(--ink);
}

/* Home: wordmark più piccolo e più composto */
.hero-wordmark {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 2px 0 18px;
  max-width: 100%;
}

.hero-wordmark .hero-logo {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
}

.hero-wordmark .hero-mark-main {
  font-family: Georgia, "Times New Roman", serif;
  text-transform: uppercase;
  letter-spacing: .085em;
  font-size: clamp(24px, 2.45vw, 32px);
  line-height: 1;
  font-weight: 600;
  color: var(--ink);
  white-space: nowrap;
}

.hero-wordmark .hero-mark-sub {
  margin-top: 6px;
  text-transform: uppercase;
  letter-spacing: .30em;
  font-size: 9px;
  color: var(--muted);
  line-height: 1;
  white-space: nowrap;
}

/* Titoli di pagina e sezioni più contenuti */
h1,
.hero h1 {
  font-size: clamp(28px, 2.65vw, 38px);
}

.page-hero h1 {
  font-size: clamp(30px, 3vw, 40px);
}

.section-title h2 {
  font-size: clamp(24px, 2.35vw, 32px);
  letter-spacing: .075em;
}

.feature-copy h2 {
  font-size: 30px;
  letter-spacing: .075em;
}

.editorial-card h3 {
  font-size: 22px;
  letter-spacing: .07em;
}

.practice h3 {
  font-size: 21px;
  letter-spacing: .07em;
}

.person-card h3 {
  font-size: 20px;
  letter-spacing: .065em;
}

.hero-card h2 {
  font-size: 24px;
  letter-spacing: .065em;
}

.slide-caption strong {
  font-size: 17px;
  letter-spacing: .055em;
}

.contact-box h2,
.cta h2 {
  font-size: 28px;
  letter-spacing: .075em;
}

.lead {
  font-size: 17px;
}

@media (max-width: 980px) {
  .hero-wordmark .hero-logo {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .hero-wordmark .hero-mark-main {
    font-size: clamp(20px, 5.6vw, 28px);
    letter-spacing: .055em;
  }

  .page-hero h1 {
    font-size: 32px;
  }

  .section-title h2 {
    font-size: 28px;
  }

  .feature-copy h2 {
    font-size: 28px;
  }
}

@media (max-width: 520px) {
  .hero-wordmark {
    gap: 9px;
  }

  .hero-wordmark .hero-logo {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .hero-wordmark .hero-mark-main {
    font-size: clamp(18px, 5.1vw, 22px);
    letter-spacing: .035em;
  }

  .hero-wordmark .hero-mark-sub {
    font-size: 7px;
    letter-spacing: .20em;
  }

  .page-hero h1,
  .section-title h2 {
    font-size: 26px;
  }

  .feature-copy h2,
  .contact-box h2,
  .cta h2 {
    font-size: 25px;
  }

  .editorial-card h3,
  .practice h3,
  .person-card h3 {
    font-size: 19px;
  }
}

@media (max-width: 390px) {
  .hero-wordmark .hero-logo {
    display: none;
  }

  .hero-wordmark .hero-mark-main {
    white-space: normal;
    font-size: 22px;
    line-height: 1.12;
  }
}


/* =========================================================
   Riduzione titoli circa 50%
   ========================================================= */
h1,
h2,
h3,
h4,
.page-hero h1,
.section-title h2,
.feature-copy h2,
.editorial-card h3,
.practice h3,
.cta h2,
.hero-card h2,
.slide-caption strong,
.person-card h3,
.contact-box h2 {
  letter-spacing: .075em;
  line-height: 1.16;
}

.hero-wordmark .hero-logo {
  width: 32px;
  height: 32px;
  flex-basis: 32px;
}

.hero-wordmark .hero-mark-main {
  font-size: clamp(12px, 1.25vw, 16px);
  letter-spacing: .07em;
}

.hero-wordmark .hero-mark-sub {
  font-size: 6px;
  letter-spacing: .22em;
}

h1,
.hero h1 {
  font-size: clamp(14px, 1.35vw, 19px);
}

.page-hero h1 {
  font-size: clamp(15px, 1.5vw, 20px);
}

.section-title h2 {
  font-size: clamp(12px, 1.2vw, 16px);
  letter-spacing: .07em;
}

.feature-copy h2 {
  font-size: 15px;
  letter-spacing: .07em;
}

.editorial-card h3 {
  font-size: 11px;
}

.practice h3 {
  font-size: 10.5px;
}

.person-card h3 {
  font-size: 10px;
}

.hero-card h2 {
  font-size: 12px;
}

.slide-caption strong {
  font-size: 8.5px;
}

.contact-box h2,
.cta h2 {
  font-size: 14px;
}

@media (max-width: 980px) {
  .hero-wordmark .hero-logo {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  .hero-wordmark .hero-mark-main {
    font-size: clamp(11px, 3.1vw, 14px);
  }

  .page-hero h1 {
    font-size: 17px;
  }

  .section-title h2,
  .feature-copy h2 {
    font-size: 14px;
  }
}

@media (max-width: 520px) {
  .hero-wordmark .hero-logo {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  .hero-wordmark .hero-mark-main {
    font-size: clamp(10px, 3.8vw, 13px);
    letter-spacing: .03em;
  }

  .hero-wordmark .hero-mark-sub {
    font-size: 5px;
    letter-spacing: .16em;
  }

  .page-hero h1,
  .section-title h2 {
    font-size: 13px;
  }

  .feature-copy h2,
  .contact-box h2,
  .cta h2 {
    font-size: 12.5px;
  }

  .editorial-card h3,
  .practice h3,
  .person-card h3 {
    font-size: 9.5px;
  }
}
