:root {
  --ink: #17232f;
  --ink-soft: #273b4a;
  --paper: #eef2f4;
  --paper-bright: #ffffff;
  --line: rgba(23, 35, 47, .16);
  --gold: #688a99;
  --gold-light: #c4d5dc;
  --white: #fff;
  --display: "Playfair Display", Georgia, serif;
  --serif: "DM Sans", system-ui, sans-serif;
  --sans: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 1rem; line-height: 1.65; }
a { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { min-height: 76px; padding: 0 clamp(1.25rem, 5vw, 5.5rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: var(--ink); color: var(--white); position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; font-weight: 600; }
.brand-mark { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.45); border-radius: 10px; color: var(--gold-light); font-family: var(--display); font-size: .95rem; }
.brand-name { letter-spacing: .01em; }
.site-nav { display: flex; align-items: center; gap: clamp(1.2rem, 3vw, 2.5rem); }
.site-nav a { color: rgba(255,255,255,.78); text-decoration: none; font-size: .9rem; transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--white); }
.site-nav a[aria-current="page"] { color: var(--gold-light); }
.site-nav .nav-cta { padding: .55rem 1rem; color: var(--ink); background: var(--gold-light); border-radius: 999px; font-weight: 700; }
.site-nav .lang-switch { min-width: 42px; text-align: center; color: var(--gold-light); font-weight: 700; letter-spacing: .08em; }
.menu-button { display: none; background: transparent; border: 0; padding: .5rem; }
.menu-button span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--white); }

.hero { min-height: calc(100svh - 76px); padding: clamp(4rem, 9vw, 8rem) clamp(1.25rem, 7vw, 7.5rem); display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .65fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; background: radial-gradient(circle at 75% 20%, rgba(104,138,153,.18), transparent 28%), var(--ink); color: var(--white); position: relative; overflow: hidden; }
.hero::after { content: "SG"; position: absolute; right: -2vw; bottom: -11vw; font-family: var(--display); font-size: clamp(15rem, 32vw, 34rem); line-height: .8; color: rgba(255,255,255,.025); pointer-events: none; }
.hero-copy, .hero-card { position: relative; z-index: 1; }
.eyebrow, .section-number { margin: 0 0 1.4rem; color: var(--gold-light); font-size: .76rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; }
h1 { max-width: 920px; margin-bottom: 1.6rem; font-family: var(--serif); font-size: clamp(3rem, 5vw, 5.5rem); line-height: 1.02; letter-spacing: -.03em; }
.hero-lead { max-width: 720px; margin: 0 0 2.4rem; color: rgba(255,255,255,.72); font-size: clamp(1.1rem, 1.6vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .8rem 1.25rem; border-radius: 4px; text-decoration: none; font-size: .92rem; font-weight: 700; }
.button-primary { background: var(--gold-light); color: var(--ink); }
.button-secondary { border: 1px solid rgba(255,255,255,.32); color: var(--white); }
.hero-card { padding: clamp(1.5rem, 3vw, 2.4rem); border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.055); backdrop-filter: blur(12px); }
.card-kicker { margin: 0 0 1.5rem; color: rgba(255,255,255,.48); font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; }
.stat { padding: 1.25rem 0; border-top: 1px solid rgba(255,255,255,.13); display: flex; align-items: baseline; gap: 1rem; }
.stat strong { min-width: 84px; color: var(--gold-light); font-family: var(--serif); font-size: 2rem; }
.stat span { color: rgba(255,255,255,.7); font-size: .9rem; }
.availability { margin-top: 1.2rem; display: flex; align-items: center; gap: .65rem; font-size: .82rem; color: rgba(255,255,255,.76); }
.availability span { width: 8px; height: 8px; border-radius: 50%; background: #77b99b; box-shadow: 0 0 0 5px rgba(119,185,155,.12); }

.section { padding: clamp(4.5rem, 9vw, 8.5rem) clamp(1.25rem, 7vw, 7.5rem); border-bottom: 1px solid var(--line); }
.section h2, .contact-section h2 { margin-bottom: 0; font-family: var(--serif); font-size: clamp(2.35rem, 4.7vw, 4.8rem); line-height: 1.06; letter-spacing: -.025em; }
.section-number { color: #4f7080; }
.split-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr); gap: clamp(3rem, 9vw, 9rem); align-items: start; }
.prose { max-width: 660px; color: #43505b; font-size: clamp(1.05rem, 1.6vw, 1.22rem); }
.prose p:first-child { margin-top: 0; }
.prose p:last-child { margin-bottom: 0; }
.section-heading { margin-bottom: 3rem; display: flex; justify-content: space-between; gap: 2rem; align-items: end; }
.section-heading > p { max-width: 460px; margin: 0; color: #58636d; }
.role-card { display: grid; grid-template-columns: minmax(190px, .42fr) minmax(0, 1.4fr); gap: clamp(2rem, 7vw, 7rem); padding: 2.5rem 0; border-top: 1px solid var(--line); }
.role-card:last-child { border-bottom: 1px solid var(--line); }
.role-meta { display: flex; flex-direction: column; gap: .35rem; color: #69737c; font-size: .86rem; }
.role-company { margin: 0 0 .4rem; color: #4f7080; font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.role-content h3 { margin-bottom: 1rem; font-family: var(--serif); font-size: clamp(1.6rem, 2.5vw, 2.35rem); }
.role-content p, .role-content li { color: #48545f; }
.role-content ul { margin: 0; padding-left: 1.2rem; }
.role-content li + li { margin-top: .35rem; }
.role-card-muted { opacity: .88; }
.skills-section { background: var(--paper-bright); }
.skills-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.skills-grid article { min-height: 230px; padding: 1.6rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.skills-grid article > span { color: #668592; font-size: .75rem; }
.skills-grid h3 { margin: 3rem 0 .7rem; font-family: var(--serif); font-size: 1.45rem; }
.skills-grid p { margin: 0; color: #5b6670; }
.labs-section { background: var(--ink-soft); color: var(--white); }
.labs-section .section-number { color: var(--gold-light); }
.labs-section .section-heading > p { color: rgba(255,255,255,.66); }
.labs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.lab-card { min-height: 310px; padding: clamp(1.5rem, 3vw, 2.25rem); display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.035); }
.lab-tag { margin: 0 0 2.5rem; color: var(--gold-light); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.lab-card h3 { margin-bottom: 1rem; font-family: var(--serif); font-size: clamp(1.5rem, 2.2vw, 2rem); line-height: 1.14; }
.lab-card > p:not(.lab-tag) { margin: 0 0 1.5rem; color: rgba(255,255,255,.68); }
.lab-card strong { margin-top: auto; color: var(--white); font-size: .82rem; }
.lab-card-market { background: linear-gradient(145deg, rgba(104,138,153,.2), rgba(255,255,255,.035)); border-color: rgba(196,213,220,.48); scroll-margin-top: 92px; }
.lab-card-market:target { border-color: var(--gold-light); box-shadow: 0 0 0 3px rgba(196,213,220,.16); }
.lab-card-market .project-links { margin-top: 1rem; }
.lab-card-featured { grid-column: 1 / -1; min-height: 230px; background: linear-gradient(135deg, rgba(184,235,229,.15), rgba(255,255,255,.035)); border-color: rgba(184,235,229,.5); }
.lab-card-featured:target { border-color: #b8ebe5; box-shadow: 0 0 0 3px rgba(184,235,229,.18); }
.lab-card-commerce { background: linear-gradient(135deg, rgba(0,166,166,.18), rgba(241,107,85,.1)); border-color: rgba(255,202,88,.55); }
.lab-card-commerce:target { border-color: #ffca58; box-shadow: 0 0 0 3px rgba(255,202,88,.18); }
.project-services { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .75rem; margin: 0 0 1.5rem; padding: 0; list-style: none; }
.project-services li { min-height: 4.5rem; display: flex; align-items: center; padding: .9rem 1rem; border: 1px solid rgba(255,255,255,.18); border-radius: .75rem; color: rgba(255,255,255,.86); background: rgba(2,32,42,.3); font-size: .86rem; line-height: 1.4; }
.project-links { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: auto; }
.project-links a { padding: .72rem 1rem; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: var(--white); font-size: .78rem; font-weight: 700; letter-spacing: .02em; text-decoration: none; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.project-links a:first-child { border-color: #b8ebe5; background: #b8ebe5; color: var(--ink); }
.project-links a:hover, .project-links a:focus-visible { transform: translateY(-2px); border-color: var(--gold-light); }
.credentials-section { background: var(--paper); }
.credentials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.credentials-grid article { padding: clamp(1.4rem, 3vw, 2.2rem); border: 1px solid var(--line); background: var(--paper-bright); }
.credentials-grid h3 { margin-bottom: .8rem; font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 1.75rem); line-height: 1.2; }
.credentials-grid article > p:last-child { margin-bottom: 0; color: #5b6670; }
.software-line { margin-top: 1.2rem; padding: 1.25rem 1.4rem; display: flex; gap: 1.25rem; border-left: 3px solid var(--gold); background: #dfe7ea; }
.software-line strong { min-width: 160px; }
.software-line span { color: #4d5963; }
.values-section { background: #dfe7ea; }
.values-row { margin-top: 3.5rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(23,35,47,.15); }
.values-row p { margin: 0; padding: 2rem; background: #dfe7ea; }
.values-row strong, .values-row span { display: block; }
.values-row strong { margin-bottom: .55rem; font-family: var(--serif); font-size: 1.35rem; }
.values-row span { color: #5b6670; }
.contact-section { padding: clamp(4.5rem, 9vw, 8rem) clamp(1.25rem, 7vw, 7.5rem); display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(3rem, 8vw, 8rem); align-items: end; background: var(--ink-soft); color: var(--white); }
.contact-copy { color: rgba(255,255,255,.7); font-size: 1.08rem; }
.contact-copy p { margin-top: 0; }
.contact-actions { margin: 1.6rem 0; display: grid; gap: .7rem; }
.contact-actions a { padding: 1rem 1.1rem; display: flex; justify-content: space-between; gap: 1.25rem; align-items: center; border: 1px solid rgba(255,255,255,.16); color: var(--white); text-decoration: none; transition: border-color .2s ease, background-color .2s ease; }
.contact-actions a:hover, .contact-actions a:focus-visible { border-color: var(--gold-light); background: rgba(255,255,255,.06); }
.contact-actions span { color: rgba(255,255,255,.52); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-actions strong { overflow-wrap: anywhere; text-align: right; font-size: .95rem; }
.contact-note { margin-bottom: 0; color: var(--gold-light); font-size: .9rem; }
.cv-download { margin-top: .8rem; }
.site-footer { min-height: 104px; padding: 1.5rem clamp(1.25rem, 5vw, 5.5rem); display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: clamp(1.5rem, 4vw, 4rem); border-top: 1px solid rgba(255,255,255,.1); background: var(--ink); color: var(--white); }
.footer-brand { flex-shrink: 0; }
.footer-nav { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: .4rem clamp(.8rem, 2vw, 1.8rem); }
.footer-nav a { padding: .35rem 0; color: rgba(255,255,255,.72); text-decoration: none; font-size: .84rem; transition: color .2s ease; }
.footer-nav a:hover, .footer-nav a:focus-visible { color: var(--gold-light); }
.footer-nav a[aria-current="page"] { color: var(--gold-light); }
.footer-copy { margin: 0; color: rgba(255,255,255,.48); font-size: .78rem; white-space: nowrap; }

.events-main { min-height: calc(100svh - 76px); }
.events-hero { padding: clamp(4.5rem, 9vw, 8rem) clamp(1.25rem, 7vw, 7.5rem) clamp(3.5rem, 7vw, 6rem); background: radial-gradient(circle at 82% 16%, rgba(104,138,153,.22), transparent 30%), var(--ink); color: var(--white); }
.events-hero h1 { max-width: 980px; margin-bottom: 1.4rem; }
.events-hero .hero-lead { margin-bottom: 1.8rem; }
.week-stamp { display: inline-flex; flex-wrap: wrap; gap: .55rem 1.2rem; padding: .8rem 1rem; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.05); color: rgba(255,255,255,.72); font-size: .88rem; }
.week-stamp strong { color: var(--gold-light); }
.location-nav { padding: 1rem clamp(1.25rem, 7vw, 7.5rem); display: flex; flex-wrap: wrap; gap: .55rem; border-bottom: 1px solid var(--line); background: var(--paper-bright); position: sticky; top: 0; z-index: 5; }
.location-nav a { padding: .45rem .75rem; border: 1px solid var(--line); border-radius: 999px; color: #43505b; text-decoration: none; font-size: .82rem; font-weight: 600; }
.location-nav a:hover, .location-nav a:focus-visible { border-color: var(--gold); color: var(--ink); }
.events-content { padding: clamp(3.5rem, 7vw, 6.5rem) clamp(1.25rem, 7vw, 7.5rem); }
.events-intro { max-width: 760px; margin: 0 0 3.5rem; color: #53606b; font-size: 1.08rem; }
.city-section { scroll-margin-top: 90px; padding: 2.5rem 0 3rem; border-top: 1px solid var(--line); }
.city-heading { margin-bottom: 1.4rem; display: flex; align-items: baseline; justify-content: space-between; gap: 1.5rem; }
.city-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.1; }
.city-source { color: #3f6575; font-size: .82rem; font-weight: 700; text-underline-offset: .22em; }
.events-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.event-card { min-height: 250px; padding: clamp(1.35rem, 3vw, 2rem); display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--paper-bright); }
.event-meta { margin: 0 0 2rem; display: flex; flex-wrap: wrap; gap: .45rem .9rem; color: #3f6575; font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.event-card h3 { margin-bottom: .8rem; font-family: var(--serif); font-size: clamp(1.45rem, 2.4vw, 2rem); line-height: 1.18; }
.event-card > p:not(.event-meta) { margin: 0 0 1.4rem; color: #56616b; }
.event-link { margin-top: auto; align-self: flex-start; color: #3f6575; font-size: .86rem; font-weight: 700; text-underline-offset: .25em; }
.empty-event { min-height: 0; background: transparent; border-style: dashed; }
.empty-event .event-meta { margin-bottom: .8rem; }
.events-note { margin-top: 2rem; padding: 1.2rem 1.35rem; border-left: 3px solid var(--gold); background: #dfe7ea; color: #4d5963; }
.events-note strong { color: var(--ink); }

.sports-main { min-height: calc(100svh - 76px); }
.sports-hero { min-height: 610px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr); background: var(--ink); color: var(--white); }
.sports-hero-copy { padding: clamp(4.5rem, 8vw, 7.5rem) clamp(1.25rem, 5vw, 5.5rem); display: flex; flex-direction: column; justify-content: center; }
.sports-hero h1 { max-width: 760px; font-size: clamp(3.2rem, 5.5vw, 6.2rem); }
.sports-hero .hero-lead { margin-bottom: 2rem; }
.sports-legend { display: flex; flex-wrap: wrap; gap: .6rem; }
.sports-legend span { padding: .45rem .72rem; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: rgba(255,255,255,.76); font-size: .76rem; font-weight: 600; }
.sports-hero-media { min-width: 0; margin: 0; position: relative; overflow: hidden; }
.sports-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23,35,47,.58), transparent 35%), linear-gradient(0deg, rgba(23,35,47,.36), transparent 38%); pointer-events: none; }
.sports-hero-media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.sports-hero-media figcaption { position: absolute; right: 1rem; bottom: .75rem; z-index: 1; max-width: 440px; color: rgba(255,255,255,.7); font-size: .67rem; text-align: right; }
.location-nav .featured-anchor { border-color: var(--ink-soft); background: var(--ink-soft); color: var(--gold-light); }
.location-nav .featured-anchor:hover, .location-nav .featured-anchor:focus-visible { border-color: var(--gold); background: var(--ink); color: var(--white); }
.coastal-feature { margin: 0 0 clamp(3.5rem, 7vw, 6rem); scroll-margin-top: 92px; overflow: hidden; border: 1px solid var(--line); background: var(--paper-bright); }
.coastal-feature-media { margin: 0; position: relative; overflow: hidden; aspect-ratio: 16 / 7.3; background: var(--ink); }
.coastal-feature-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(23,35,47,.42), transparent 42%); pointer-events: none; }
.coastal-feature-media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 48%; }
.coastal-feature-media figcaption { position: absolute; right: 1rem; bottom: .8rem; z-index: 1; color: rgba(255,255,255,.78); font-size: .68rem; text-align: right; }
.coastal-feature-copy { padding: clamp(1.8rem, 4.5vw, 4.2rem); display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(2rem, 6vw, 6rem); background: #dfe7ea; }
.coastal-feature-heading h2 { margin: 0 0 1.25rem; font-family: var(--serif); font-size: clamp(2.35rem, 4.8vw, 4.8rem); line-height: 1.02; letter-spacing: -.035em; }
.coastal-feature-heading > p:last-child { margin: 0; max-width: 660px; color: #53606b; font-size: 1.04rem; }
.coastal-feature-details { min-width: 0; }
.route-line { margin: 0 0 2rem; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(63,101,117,.35); border-bottom: 1px solid rgba(63,101,117,.35); }
.route-line span { min-height: 82px; padding: .9rem 1.65rem .9rem .2rem; display: flex; align-items: center; position: relative; color: var(--ink); font-family: var(--serif); font-size: clamp(.9rem, 1.15vw, 1.06rem); line-height: 1.22; }
.route-line span:not(:last-child)::after { content: "\2192"; position: absolute; right: .55rem; color: #4f7080; font-family: var(--sans); font-size: 1rem; }
.route-facts { margin: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.route-facts > div { padding: 1.25rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper-bright); }
.route-facts dt { margin-bottom: .42rem; color: #3f6575; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.route-facts dd { margin: 0; color: #53606b; font-size: .88rem; line-height: 1.55; }
.route-safety { margin: 1.2rem 0 0; padding: 1.15rem 1.25rem; border-left: 3px solid var(--gold); background: var(--ink-soft); color: rgba(255,255,255,.73); font-size: .88rem; }
.route-safety strong { color: var(--gold-light); }
.route-links { margin-top: 1.2rem; display: flex; flex-wrap: wrap; gap: .7rem 1.4rem; }
.route-links a { color: #3f6575; font-size: .84rem; font-weight: 700; text-underline-offset: .25em; }
.sports-content .coastal-feature + .city-section { border-top: 0; }
.city-landscape { margin: 0; color: #3f6575; font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.sport-card { min-height: 290px; }
.sport-tags { margin: 0 0 2rem; display: flex; flex-wrap: wrap; gap: .4rem; }
.sport-tags span { padding: .34rem .58rem; border: 1px solid rgba(63,101,117,.24); border-radius: 999px; color: #3f6575; font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.sport-card-alert { border-left: 4px solid #865f68; }
.sport-link-secondary { margin-top: .42rem; }
.sports-safety { margin-top: 2.5rem; padding: clamp(1.7rem, 4vw, 3.5rem); display: grid; grid-template-columns: minmax(220px, .6fr) minmax(0, 1.4fr); gap: clamp(2rem, 6vw, 6rem); background: var(--ink-soft); color: var(--white); }
.sports-safety h2 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3.4rem); line-height: 1.08; }
.sports-safety ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); list-style: none; }
.sports-safety li { padding: 1.15rem 1.25rem; border-left: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.sports-safety li:nth-last-child(-n+2) { border-bottom: 0; }
.sports-safety strong, .sports-safety span { display: block; }
.sports-safety strong { margin-bottom: .35rem; color: var(--gold-light); font-size: .9rem; }
.sports-safety span { color: rgba(255,255,255,.66); font-size: .86rem; }

.ideas-main { min-height: calc(100svh - 76px); }
.ideas-hero { padding: clamp(4.8rem, 9vw, 8.5rem) clamp(1.25rem, 7vw, 7.5rem) clamp(3.8rem, 7vw, 6.5rem); background: linear-gradient(115deg, rgba(23,35,47,.98) 0%, rgba(27,43,58,.96) 58%, rgba(62,49,31,.88) 100%); color: var(--white); position: relative; overflow: hidden; }
.ideas-hero::after { content: "01 · 02"; position: absolute; right: clamp(1rem, 5vw, 5rem); bottom: -1.5rem; color: rgba(255,255,255,.035); font-family: var(--serif); font-size: clamp(5rem, 14vw, 13rem); line-height: 1; pointer-events: none; }
.ideas-hero h1, .ideas-hero p { position: relative; z-index: 1; }
.ideas-hero h1 { max-width: 1030px; }
.ideas-hero .hero-lead { max-width: 820px; margin-bottom: 1.6rem; }
.author-note { margin: 0; color: var(--gold-light); font-size: .88rem; font-weight: 600; }
.chapter-nav { padding: 1rem clamp(1.25rem, 7vw, 7.5rem); display: flex; flex-wrap: wrap; gap: .7rem; border-bottom: 1px solid var(--line); background: var(--paper-bright); position: sticky; top: 0; z-index: 5; }
.chapter-nav a { padding: .55rem .85rem; border: 1px solid var(--line); color: #43505b; text-decoration: none; font-size: .84rem; font-weight: 600; }
.chapter-nav a span { margin-right: .4rem; color: #4f7080; font-family: var(--serif); }
.chapter-nav a:hover, .chapter-nav a:focus-visible { border-color: var(--gold); color: var(--ink); }
.ideas-content { background: var(--paper); }
.idea-chapter { scroll-margin-top: 92px; padding: clamp(4.5rem, 9vw, 8rem) clamp(1.25rem, 7vw, 7.5rem); }
.chapter-heading { margin-bottom: clamp(3rem, 6vw, 5rem); display: grid; grid-template-columns: minmax(130px, .28fr) minmax(0, 1fr); gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.chapter-heading h2, .territory-chapter h2 { margin-bottom: 1.2rem; font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 5rem); line-height: 1.04; letter-spacing: -.03em; }
.chapter-heading > div > p { max-width: 760px; margin: 0; color: #53606b; font-size: clamp(1.05rem, 1.5vw, 1.22rem); }
.journey-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.journey-grid article { min-height: 330px; padding: clamp(1.5rem, 3vw, 2.25rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper-bright); }
.journey-grid article > span { display: inline-block; margin-bottom: 4rem; color: #4f7080; font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.journey-grid h3, .method-panel h3, .editorial-plan h3, .review-method h3 { margin-bottom: .85rem; font-family: var(--serif); font-size: clamp(1.45rem, 2.2vw, 2rem); line-height: 1.17; }
.journey-grid p { margin: 0; color: #58636d; }
.method-panel { margin-top: 1rem; display: grid; grid-template-columns: .8fr 1.2fr; border: 1px solid var(--line); background: #dfe7ea; }
.method-intro { padding: clamp(1.6rem, 3.5vw, 3rem); border-right: 1px solid var(--line); }
.method-intro > p:last-child { margin-bottom: 0; color: #56616b; }
.panel-label { margin: 0 0 1.2rem; color: #4f7080; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.method-list { margin: 0; padding: 0; list-style: none; counter-reset: method; }
.method-list li { padding: 1.15rem clamp(1.4rem, 3vw, 2.4rem); display: grid; grid-template-columns: minmax(120px, .35fr) 1fr; gap: 1.25rem; border-bottom: 1px solid var(--line); }
.method-list li:last-child { border-bottom: 0; }
.method-list strong { color: var(--ink); }
.method-list span { color: #56616b; }
.practice-grid { margin-top: 1rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.practice-card { min-height: 260px; padding: clamp(1.4rem, 3vw, 2rem); border: 1px solid var(--line); background: var(--paper-bright); }
.card-number { margin: 0 0 2.8rem; color: #668592; font-family: var(--serif); font-size: .9rem; }
.practice-card h3 { margin-bottom: .7rem; font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 1.75rem); }
.practice-card > p:last-child { margin: 0; color: #58636d; }
.measure-panel { margin-top: 1rem; padding: clamp(1.6rem, 3.5vw, 3rem); display: grid; grid-template-columns: .35fr 1fr; gap: clamp(2rem, 6vw, 6rem); border-left: 4px solid var(--gold); background: var(--ink-soft); color: var(--white); }
.measure-panel h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.6rem, 2.5vw, 2.2rem); }
.measure-panel > div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem 2.5rem; }
.measure-panel p { margin: 0; }
.measure-panel strong, .measure-panel span { display: block; }
.measure-panel strong { margin-bottom: .35rem; color: var(--gold-light); }
.measure-panel span { color: rgba(255,255,255,.67); }
.dark-chapter { background: var(--ink-soft); color: var(--white); }
.dark-chapter .section-number, .dark-chapter .panel-label { color: var(--gold-light); }
.dark-chapter .chapter-heading > div > p { color: rgba(255,255,255,.68); }
.social-pillars { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255,255,255,.16); }
.social-pillars article { min-height: 260px; padding: clamp(1.5rem, 3.2vw, 2.5rem); background: var(--ink-soft); }
.pillar-index { margin: 0 0 2.5rem; color: var(--gold-light); font-size: .74rem; font-weight: 700; letter-spacing: .14em; }
.social-pillars h3 { margin-bottom: .75rem; font-family: var(--serif); font-size: clamp(1.45rem, 2.4vw, 2.05rem); }
.social-pillars article > p:last-child { margin: 0; color: rgba(255,255,255,.66); }
.editorial-plan { margin-top: 1rem; display: grid; grid-template-columns: .8fr 1.2fr; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.035); }
.editorial-plan > div:first-child { padding: clamp(1.6rem, 3.5vw, 3rem); border-right: 1px solid rgba(255,255,255,.16); }
.editorial-plan > div:first-child > p:last-child { margin-bottom: 0; color: rgba(255,255,255,.65); }
.week-plan p { margin: 0; padding: 1.35rem clamp(1.4rem, 3vw, 2.4rem); display: grid; grid-template-columns: 120px 1fr; gap: 1.25rem; border-bottom: 1px solid rgba(255,255,255,.13); }
.week-plan p:last-child { border-bottom: 0; }
.week-plan strong { color: var(--gold-light); }
.week-plan span { color: rgba(255,255,255,.67); }
.reputation-grid { margin-top: 1rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.review-method, .response-example { padding: clamp(1.6rem, 3.5vw, 3rem); border: 1px solid rgba(255,255,255,.16); }
.review-method ol { margin: 1.5rem 0 0; padding-left: 1.25rem; color: rgba(255,255,255,.7); }
.review-method li + li { margin-top: .75rem; }
.review-method strong { color: var(--white); }
.response-example { background: var(--paper-bright); color: var(--ink); }
.response-example blockquote { margin: 0 0 1.5rem; padding-left: 1.2rem; border-left: 3px solid var(--gold); font-family: var(--serif); font-size: clamp(1.15rem, 1.8vw, 1.45rem); line-height: 1.55; }
.response-example > p:last-child { margin-bottom: 0; color: #58636d; }
.social-practice-grid .practice-card { background: transparent; border-color: rgba(255,255,255,.16); }
.social-practice-grid .practice-card > p:last-child { color: rgba(255,255,255,.66); }
.ethics-note { margin: 1rem 0 0; padding: 1.25rem 1.4rem; border-left: 3px solid var(--gold-light); background: rgba(255,255,255,.05); color: rgba(255,255,255,.7); }
.ethics-note strong { color: var(--white); }
.territory-chapter { padding: clamp(4.5rem, 9vw, 8rem) clamp(1.25rem, 7vw, 7.5rem); display: grid; grid-template-columns: 1fr .9fr; gap: clamp(2.5rem, 8vw, 8rem); align-items: center; background: #dfe7ea; }
.territory-chapter > div > p:last-child { max-width: 680px; margin-bottom: 0; color: #53606b; font-size: 1.08rem; }
.territory-card { min-height: 330px; padding: clamp(1.6rem, 3.5vw, 3rem); display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--paper-bright); text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
.territory-card:hover, .territory-card:focus-visible { transform: translateY(-3px); border-color: var(--gold); }
.territory-card span { color: #4f7080; font-size: .75rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.territory-card strong { margin: 3.5rem 0 1rem; font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1.16; }
.territory-card small { color: #58636d; font-size: .86rem; }
.territory-card b { margin-top: auto; padding-top: 1.5rem; color: #3f6575; font-size: .86rem; }
.sources-panel { padding: clamp(3rem, 6vw, 5rem) clamp(1.25rem, 7vw, 7.5rem); background: var(--paper-bright); }
.sources-panel h2 { margin-bottom: .8rem; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.6rem); }
.sources-panel > p { max-width: 850px; color: #58636d; }
.sources-panel > div { margin-top: 1.8rem; display: flex; flex-wrap: wrap; gap: .7rem; }
.sources-panel a { padding: .65rem .85rem; border: 1px solid var(--line); color: #3f6575; font-size: .82rem; font-weight: 700; text-underline-offset: .2em; }

.mv-main { min-height: calc(100svh - 76px); }
.mv-hero { padding: clamp(4.8rem, 9vw, 8.5rem) clamp(1.25rem, 7vw, 7.5rem); display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; background: radial-gradient(circle at 82% 18%, rgba(104,138,153,.27), transparent 28%), var(--ink); color: var(--white); overflow: hidden; }
.mv-hero h1 { max-width: 950px; }
.mv-hero-card { padding: clamp(1.5rem, 3vw, 2.4rem); border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(255,255,255,.045); }
.mv-hero-card p { margin: 0; color: rgba(255,255,255,.66); }
.mv-hero-card strong { display: block; margin-bottom: .7rem; color: var(--gold-light); font-size: 1.2rem; }
.mv-flow { padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 7vw, 7.5rem); }
.mv-flow h2, .mv-broker h2, .mv-boundary h2 { font-family: var(--serif); font-size: clamp(2.2rem, 4.5vw, 4.5rem); line-height: 1.05; }
.mv-step-grid { margin-top: 2.5rem; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.mv-step-grid article { min-height: 260px; padding: clamp(1.3rem, 2.8vw, 2rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper-bright); }
.mv-step-grid span { color: #4f7080; font-size: .72rem; font-weight: 700; letter-spacing: .12em; }
.mv-step-grid h3 { margin: 3rem 0 .7rem; font-family: var(--serif); font-size: 1.55rem; }
.mv-step-grid p { margin: 0; color: #58636d; }
.mv-broker { padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 7vw, 7.5rem); background: var(--ink-soft); color: var(--white); }
.mv-broker-head { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 7vw, 7rem); align-items: end; }
.mv-broker-head p { color: rgba(255,255,255,.68); font-size: 1.05rem; }
.mv-criteria { margin-top: 2.5rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.15); }
.mv-criteria article { min-height: 190px; padding: 1.6rem; background: var(--ink-soft); }
.mv-criteria strong { display: block; margin-bottom: .65rem; color: var(--gold-light); }
.mv-criteria p { margin: 0; color: rgba(255,255,255,.64); }
.mv-boundary { padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 7vw, 7.5rem); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2.5rem, 8vw, 8rem); background: #dfe7ea; }
.mv-boundary ul { margin: 0; padding: 0; list-style: none; }
.mv-boundary li { padding: 1rem 0; border-bottom: 1px solid var(--line); color: #4d5963; }
.mv-boundary li strong { color: var(--ink); }
.mv-actions { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: .75rem; }
.mv-reserved { margin: 0; padding: 1rem 1.2rem; border-left: 3px solid var(--gold); background: var(--paper-bright); color: #56616b; font-size: .9rem; }
.mv-access { padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 7vw, 7.5rem); display: grid; grid-template-columns: minmax(0, .85fr) minmax(320px, 1.15fr); gap: clamp(2.5rem, 8vw, 8rem); align-items: start; background: var(--paper-bright); scroll-margin-top: 2rem; }
.mv-access h2 { margin-bottom: 1.35rem; font-family: var(--serif); font-size: clamp(2.2rem, 4.5vw, 4.5rem); line-height: 1.05; }
.mv-access-copy > p:not(.section-number) { max-width: 610px; color: #53606b; font-size: 1.05rem; }
.mv-access-steps { margin: 2.2rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.mv-access-steps li { padding: 1rem 0; display: grid; grid-template-columns: 44px 1fr; gap: .1rem .8rem; border-bottom: 1px solid var(--line); }
.mv-access-steps li > span { grid-row: 1 / 3; color: #4f7080; font-size: .74rem; font-weight: 700; letter-spacing: .1em; }
.mv-access-steps strong { line-height: 1.35; }
.mv-access-steps small { color: #5c6872; font-size: .88rem; line-height: 1.5; }
.mv-access-form { padding: clamp(1.5rem, 4vw, 2.8rem); display: grid; gap: 1.15rem; border: 1px solid var(--line); border-radius: 18px; background: #dfe7ea; box-shadow: 0 18px 42px rgba(23,35,47,.08); }
.mv-form-heading { margin-bottom: .25rem; }
.mv-form-heading .panel-label { margin-bottom: .4rem; }
.mv-form-heading h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.65rem, 2.5vw, 2.2rem); }
.mv-field { display: grid; gap: .4rem; }
.mv-field label { color: var(--ink); font-size: .88rem; font-weight: 700; }
.mv-field label span { color: #69757e; font-weight: 500; }
.mv-field input, .mv-field textarea { width: 100%; min-height: 48px; padding: .75rem .85rem; border: 1px solid rgba(23,35,47,.23); border-radius: 6px; background: var(--paper-bright); color: var(--ink); font: inherit; }
.mv-field textarea { min-height: 116px; resize: vertical; }
.mv-field input:focus, .mv-field textarea:focus { outline: 3px solid rgba(104,138,153,.28); outline-offset: 1px; border-color: var(--gold); }
.mv-consent { display: grid; grid-template-columns: auto 1fr; gap: .7rem; align-items: start; color: #4d5963; font-size: .84rem; line-height: 1.5; }
.mv-consent input { width: 18px; height: 18px; margin: .15rem 0 0; accent-color: var(--ink-soft); }
.mv-access-form .button { width: 100%; border: 0; cursor: pointer; font-family: inherit; }
.mv-access-form .button:disabled { opacity: .68; cursor: wait; }
.mv-botcheck { display: none !important; }
.mv-form-note, .mv-form-status { margin: 0; color: #5c6872; font-size: .8rem; line-height: 1.5; }
.mv-form-status:not(:empty) { padding: .75rem .85rem; border-left: 3px solid var(--gold); background: var(--paper-bright); color: var(--ink); }
.mv-form-status[data-state="success"] { border-left-color: #39755e; }
.mv-form-status[data-state="error"] { border-left-color: #9a4e58; }
.mv-form-status a { color: inherit; font-weight: 700; text-underline-offset: .2em; }
@media (max-width: 900px) { .mv-hero, .mv-broker-head, .mv-boundary { grid-template-columns: 1fr; } .mv-step-grid { grid-template-columns: repeat(2, 1fr); } .mv-criteria { grid-template-columns: 1fr 1fr; } }
@media (max-width: 900px) { .mv-access { grid-template-columns: 1fr; } }
@media (max-width: 580px) { .mv-step-grid, .mv-criteria { grid-template-columns: 1fr; } .mv-step-grid article { min-height: 0; } .mv-access-form { padding: 1.25rem; } }

.places-main { min-height: calc(100svh - 76px); }
.places-hero { padding: clamp(4.8rem, 9vw, 8.5rem) clamp(1.25rem, 7vw, 7.5rem) clamp(3.8rem, 7vw, 6.5rem); background: radial-gradient(circle at 83% 18%, rgba(104,138,153,.2), transparent 26%), linear-gradient(120deg, #17232f 0%, #273b4a 70%, #33494d 135%); color: var(--white); position: relative; overflow: hidden; }
.places-hero::after { content: "VERSILIA"; position: absolute; right: -1rem; bottom: -2.4rem; color: rgba(255,255,255,.032); font-family: var(--serif); font-size: clamp(5rem, 14vw, 13rem); line-height: 1; pointer-events: none; }
.places-hero h1, .places-hero p { position: relative; z-index: 1; }
.places-hero .hero-lead { max-width: 850px; margin-bottom: 1.8rem; }
.places-scope { margin: 0; color: var(--gold-light); font-size: .78rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.places-content { padding: clamp(3rem, 6vw, 6rem) clamp(1.25rem, 7vw, 7.5rem); }
.place-filters { margin: 0 0 1.5rem; display: flex; flex-wrap: wrap; gap: .55rem; }
.place-filters button { min-height: 42px; padding: .55rem .9rem; border: 1px solid var(--line); border-radius: 999px; background: var(--paper-bright); color: #43505b; font: 600 .82rem var(--sans); cursor: pointer; transition: border-color .2s ease, background-color .2s ease, color .2s ease; }
.place-filters button:hover, .place-filters button:focus-visible { border-color: var(--gold); color: var(--ink); }
.place-filters button.is-active { border-color: var(--ink-soft); background: var(--ink-soft); color: var(--gold-light); }
.places-intro { max-width: 850px; margin: 0 0 clamp(3rem, 7vw, 6rem); color: #53606b; font-size: 1.04rem; }
.place-city-section { scroll-margin-top: 94px; padding: clamp(3rem, 6vw, 5.5rem) 0; border-top: 1px solid var(--line); }
.place-city-section[hidden] { display: none; }
.place-city-heading { margin-bottom: 2rem; display: grid; grid-template-columns: minmax(260px, .75fr) minmax(0, 1fr); gap: clamp(2rem, 7vw, 7rem); align-items: end; }
.place-city-heading h2 { margin: .25rem 0 0; font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 5rem); line-height: 1; letter-spacing: -.03em; }
.place-city-heading > p { max-width: 650px; margin: 0; color: #58636d; font-size: 1.04rem; }
.places-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.places-grid-compact { margin-top: 1rem; }
.place-card { min-height: 330px; padding: clamp(1.5rem, 3vw, 2.4rem); display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--paper-bright); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.place-card:hover { transform: translateY(-3px); border-color: rgba(104,138,153,.72); box-shadow: 0 16px 32px rgba(23,35,47,.07); }
.place-card[hidden] { display: none; }
.place-index { margin: 0 0 1rem; color: #668592; font-family: var(--serif); font-size: 1.05rem; }
.place-tags { min-height: 28px; margin: 0 0 2rem; display: flex; flex-wrap: wrap; gap: .4rem; }
.place-tags span { padding: .3rem .55rem; border: 1px solid rgba(63,101,117,.24); border-radius: 999px; color: #3f6575; font-size: .67rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.place-card h3 { margin-bottom: .8rem; font-family: var(--serif); font-size: clamp(1.55rem, 2.6vw, 2.2rem); line-height: 1.15; }
.place-card > p:not(.place-index) { margin: 0 0 1.5rem; color: #56616b; }
.place-actions { margin-top: auto; display: flex; flex-wrap: wrap; gap: .6rem 1.25rem; }
.place-actions a { color: #3f6575; font-size: .84rem; font-weight: 700; text-underline-offset: .25em; }
.place-card-alert { border-left: 4px solid #865f68; }
.place-city-featured { margin-left: calc(clamp(1.25rem, 7vw, 7.5rem) * -1); margin-right: calc(clamp(1.25rem, 7vw, 7.5rem) * -1); padding-left: clamp(1.25rem, 7vw, 7.5rem); padding-right: clamp(1.25rem, 7vw, 7.5rem); background: #dfe7ea; }
.puccini-feature { min-height: 390px; padding: clamp(2rem, 5vw, 4.5rem); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 2rem; align-items: end; background: linear-gradient(125deg, #273b4a, #17232f); color: var(--white); overflow: hidden; position: relative; }
.puccini-feature[hidden] { display: none; }
.puccini-feature > div { max-width: 760px; position: relative; z-index: 1; }
.place-kicker { margin: 0 0 1.2rem; color: var(--gold-light); font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.puccini-feature h3 { margin-bottom: 1rem; font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 5rem); line-height: 1; }
.puccini-feature > div > p:not(.place-kicker) { color: rgba(255,255,255,.7); font-size: 1.04rem; }
.puccini-feature .place-actions { margin-top: 2rem; }
.puccini-feature .place-actions a { color: var(--gold-light); }
.puccini-mark { margin: 0 -1.5rem -2rem 0; color: rgba(255,255,255,.045); font-family: var(--serif); font-size: clamp(8rem, 20vw, 18rem); line-height: .7; }
.places-note { margin-top: clamp(3rem, 7vw, 6rem); padding: clamp(2rem, 5vw, 4.5rem); display: grid; grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr); gap: clamp(2rem, 6vw, 6rem); align-items: start; background: var(--ink-soft); color: var(--white); }
.places-note h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1.05; }
.places-note ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); list-style: none; }
.places-note li { padding: 1rem 1.2rem; border-left: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.7); }
.places-note li:nth-last-child(-n+2) { border-bottom: 0; }

.ai-social-main { min-height: calc(100svh - 76px); }
.ai-social-hero { min-height: 650px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr); background: var(--ink); color: var(--white); }
.ai-social-hero-copy { padding: clamp(4.5rem, 8vw, 7.5rem) clamp(1.25rem, 5vw, 5.5rem); display: flex; flex-direction: column; justify-content: center; }
.ai-social-hero-copy h1 { max-width: 720px; font-size: clamp(3.1rem, 5.2vw, 5.8rem); }
.ai-social-hero-copy .hero-lead { margin-bottom: 2rem; }
.ai-social-hero-points { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .55rem; list-style: none; }
.ai-social-hero-points li { padding: .48rem .72rem; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: rgba(255,255,255,.76); font-size: .76rem; font-weight: 600; }
.ai-social-media { min-width: 0; margin: 0; position: relative; overflow: hidden; }
.ai-social-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23,35,47,.65), transparent 38%), linear-gradient(0deg, rgba(23,35,47,.5), transparent 42%); pointer-events: none; }
.ai-social-media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.ai-social-media figcaption, .ai-feature-image figcaption { position: absolute; right: 1rem; bottom: .8rem; z-index: 1; max-width: 470px; color: rgba(255,255,255,.78); font-size: .7rem; text-align: right; }
.sports-hero-media figcaption strong, .coastal-feature-media figcaption strong, .ai-social-media figcaption strong, .ai-feature-image figcaption strong { color: var(--gold-light); letter-spacing: .06em; }
.ai-social-intro { padding: clamp(4.5rem, 9vw, 8rem) clamp(1.25rem, 7vw, 7.5rem); display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: clamp(2.5rem, 8vw, 8rem); align-items: start; background: var(--paper); }
.ai-social-intro h2, .ai-section-heading h2, .ai-periodic h2, .ai-tools h2, .ai-cta h2 { margin-bottom: 0; font-family: var(--serif); font-size: clamp(2.4rem, 4.8vw, 4.8rem); line-height: 1.04; letter-spacing: -.03em; }
.ai-social-intro-copy { max-width: 760px; color: #4d5963; font-size: clamp(1.05rem, 1.5vw, 1.2rem); }
.ai-social-intro-copy p:first-child { margin-top: 0; }
.ai-social-intro-copy p:last-child { margin-bottom: 0; }
.ai-model { padding: clamp(4.5rem, 9vw, 8rem) clamp(1.25rem, 7vw, 7.5rem); background: #dfe7ea; }
.ai-section-heading { margin-bottom: clamp(2.5rem, 5vw, 4.5rem); display: grid; grid-template-columns: minmax(260px, .78fr) minmax(0, 1.22fr); gap: clamp(2rem, 7vw, 7rem); align-items: end; }
.ai-section-heading > p { max-width: 720px; margin: 0; color: #53606b; font-size: 1.05rem; }
.ai-model-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.ai-model-card { min-height: 390px; padding: clamp(1.5rem, 3.2vw, 2.5rem); display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper-bright); }
.ai-model-card:nth-child(2) { background: var(--ink-soft); color: var(--white); }
.ai-model-card .model-label { margin: 0 0 3rem; color: #4f7080; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.ai-model-card:nth-child(2) .model-label { color: var(--gold-light); }
.ai-model-card h3 { margin-bottom: 1rem; font-family: var(--serif); font-size: clamp(1.7rem, 2.6vw, 2.4rem); line-height: 1.12; }
.ai-model-card > p:not(.model-label) { margin: 0 0 1.5rem; color: #58636d; }
.ai-model-card:nth-child(2) > p:not(.model-label) { color: rgba(255,255,255,.68); }
.ai-model-card ul { margin: auto 0 0; padding-left: 1.1rem; color: #4f5b65; font-size: .9rem; }
.ai-model-card:nth-child(2) ul { color: rgba(255,255,255,.72); }
.ai-model-card li + li { margin-top: .5rem; }
.ai-channel-control { padding: clamp(4.5rem, 9vw, 8rem) clamp(1.25rem, 7vw, 7.5rem); background: var(--ink); color: var(--white); }
.ai-channel-control .ai-section-heading { align-items: end; }
.ai-channel-control .ai-section-heading h2 { margin: 0; color: var(--white); font-family: var(--serif); font-size: clamp(2.4rem, 4.8vw, 4.8rem); line-height: 1.04; letter-spacing: -.03em; }
.ai-channel-control .ai-section-heading > p { color: rgba(255,255,255,.66); }
.section-kicker { margin: 0 0 .85rem; color: var(--gold-light); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.ai-channel-stats { margin-bottom: 1.2rem; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.ai-channel-stats p { margin: 0; padding: clamp(1.25rem, 3vw, 2.2rem); display: flex; align-items: baseline; gap: .85rem; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.ai-channel-stats strong { color: var(--gold-light); font-family: var(--serif); font-size: clamp(2.7rem, 5vw, 4.6rem); line-height: 1; }
.ai-channel-stats span { color: rgba(255,255,255,.62); font-size: .82rem; letter-spacing: .04em; }
.ai-channel-legend { margin: 1.6rem 0 1.15rem; display: flex; flex-wrap: wrap; gap: .7rem 1.4rem; color: rgba(255,255,255,.65); font-size: .78rem; }
.ai-channel-legend span { display: inline-flex; align-items: center; gap: .5rem; }
.mode-dot { width: .58rem; height: .58rem; display: inline-block; flex: 0 0 auto; border-radius: 50%; }
.mode-auto { background: #6bc8ae; box-shadow: 0 0 0 4px rgba(107,200,174,.12); }
.mode-collab { background: var(--gold-light); box-shadow: 0 0 0 4px rgba(211,181,132,.12); }
.ai-channel-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.ai-channel-card { min-height: 340px; padding: clamp(1.15rem, 2.1vw, 1.7rem); border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.025); }
.channel-head { min-height: 72px; display: flex; align-items: center; gap: .85rem; }
.channel-badge { width: 2.7rem; height: 2.7rem; display: inline-grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(211,181,132,.55); border-radius: 50%; color: var(--gold-light); font-size: .72rem; font-weight: 700; letter-spacing: .08em; }
.channel-head h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.22rem, 1.7vw, 1.55rem); line-height: 1.08; }
.channel-mode { margin: 0; padding: 1rem 0; display: grid; grid-template-columns: auto 1fr; gap: .7rem; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.61); font-size: .78rem; line-height: 1.52; }
.channel-mode .mode-dot { margin-top: .35rem; }
.channel-mode strong { display: block; margin-bottom: .2rem; color: rgba(255,255,255,.92); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.ai-channel-note { max-width: 900px; margin: 1.3rem 0 0; color: rgba(255,255,255,.55); font-size: .78rem; }
.ai-channel-note strong { color: rgba(255,255,255,.84); }
.ai-mapping { padding: clamp(4.5rem, 9vw, 8rem) clamp(1.25rem, 7vw, 7.5rem); background: var(--paper-bright); }
.ai-map-list { border-top: 1px solid var(--line); }
.ai-map-row { padding: 1.4rem 0; display: grid; grid-template-columns: minmax(170px, .36fr) minmax(0, 1fr) minmax(0, 1fr); gap: clamp(1.3rem, 4vw, 4rem); border-bottom: 1px solid var(--line); }
.ai-map-row h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.3rem, 2vw, 1.75rem); }
.ai-map-row p { margin: 0; color: #56616b; }
.ai-map-row strong { display: block; margin-bottom: .25rem; color: #3f6575; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.ai-feature { background: var(--ink-soft); color: var(--white); }
.ai-feature-image { min-height: 520px; margin: 0; position: relative; overflow: hidden; }
.ai-feature-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(23,35,47,.76), transparent 56%); pointer-events: none; }
.ai-feature-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.ai-feature-copy { padding: clamp(3.5rem, 7vw, 6rem) clamp(1.25rem, 7vw, 7.5rem); display: grid; grid-template-columns: minmax(250px, .65fr) minmax(0, 1.35fr); gap: clamp(2.5rem, 8vw, 8rem); }
.ai-feature-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.4rem, 4.8vw, 4.8rem); line-height: 1.04; }
.ai-feature-copy > div:last-child { color: rgba(255,255,255,.7); font-size: 1.04rem; }
.ai-feature-copy p:first-child { margin-top: 0; }
.ai-feature-copy p:last-child { margin-bottom: 0; }
.ai-periodic { padding: clamp(4.5rem, 9vw, 8rem) clamp(1.25rem, 7vw, 7.5rem); background: var(--paper); }
.ai-periodic > header { margin-bottom: 3rem; max-width: 850px; }
.ai-periodic > header > p:last-child { color: #53606b; font-size: 1.05rem; }
.ai-period-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.ai-period-card { min-height: 390px; padding: clamp(1.5rem, 3vw, 2.4rem); display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--paper-bright); }
.ai-period-card time { margin-bottom: 3rem; color: #4f7080; font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.ai-period-card h3 { margin-bottom: .9rem; font-family: var(--serif); font-size: clamp(1.65rem, 2.7vw, 2.35rem); }
.ai-period-card ul { margin: 0; padding-left: 1.1rem; color: #56616b; }
.ai-period-card li + li { margin-top: .48rem; }
.ai-workflow { padding: clamp(4.5rem, 9vw, 8rem) clamp(1.25rem, 7vw, 7.5rem); background: var(--ink-soft); color: var(--white); }
.ai-workflow .ai-section-heading > p { color: rgba(255,255,255,.66); }
.ai-workflow .ai-section-heading h2 { color: var(--white); }
.ai-steps { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); list-style: none; }
.ai-steps li { min-height: 245px; padding: 1.5rem; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.ai-step-number { display: block; margin-bottom: 3rem; color: var(--gold-light); font-family: var(--serif); font-size: 1rem; }
.ai-steps strong { display: block; margin-bottom: .6rem; font-family: var(--serif); font-size: 1.35rem; }
.ai-steps span:last-child { color: rgba(255,255,255,.64); font-size: .88rem; }
.ai-tools { padding: clamp(4.5rem, 9vw, 8rem) clamp(1.25rem, 7vw, 7.5rem); background: #dfe7ea; }
.ai-tools-intro { max-width: 820px; color: #53606b; font-size: 1.05rem; }
.ai-tool-grid { margin-top: 2.8rem; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.ai-tool-card { min-height: 210px; padding: 1.6rem; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--paper-bright); text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
.ai-tool-card:hover, .ai-tool-card:focus-visible { transform: translateY(-3px); border-color: var(--gold); }
.ai-tool-card small { color: #4f7080; font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.ai-tool-card strong { margin: 2.3rem 0 .55rem; font-family: var(--serif); font-size: 1.45rem; }
.ai-tool-card span { margin-top: auto; color: #58636d; font-size: .86rem; }
.ai-ethics { padding: clamp(3.5rem, 7vw, 6rem) clamp(1.25rem, 7vw, 7.5rem); display: grid; grid-template-columns: minmax(240px, .6fr) minmax(0, 1.4fr); gap: clamp(2.5rem, 7vw, 7rem); background: var(--paper-bright); }
.ai-ethics h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1.06; }
.ai-ethics-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ai-ethics-list p { margin: 0; padding: 1.1rem 1.25rem; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #53606b; }
.ai-ethics-list strong { display: block; margin-bottom: .3rem; color: var(--ink); }
.ai-cta { padding: clamp(4.5rem, 9vw, 8rem) clamp(1.25rem, 7vw, 7.5rem); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .75fr); gap: clamp(3rem, 8vw, 8rem); align-items: end; background: var(--ink); color: var(--white); }
.ai-cta-copy { color: rgba(255,255,255,.68); }
.ai-cta-actions { display: flex; flex-wrap: wrap; gap: .8rem; }

/* Veste settimanale · 14 settembre 2026 · Editoriale costiera */
.site-header,
.site-footer { border-color: rgba(196,213,220,.2); }

.hero,
.events-hero { background: radial-gradient(circle at 76% 18%, rgba(104,138,153,.28), transparent 30%), linear-gradient(132deg, var(--ink) 0%, var(--ink-soft) 100%); }

.ideas-hero,
.places-hero { background: linear-gradient(125deg, var(--ink) 0%, var(--ink-soft) 72%, #33494d 135%); }

.button,
.site-nav .nav-cta,
.location-nav a,
.place-filters button,
.sports-legend span,
.ai-social-hero-points li { border-radius: 10px; }

.hero-card,
.event-card,
.lab-card,
.credentials-grid article,
.coastal-feature,
.territory-card,
.place-card,
.practice-card,
.ai-period-card,
.ai-tool-card,
.review-method,
.response-example { border-radius: 16px; }

.hero-card { box-shadow: 0 24px 60px rgba(0,0,0,.16); }
.event-card,
.credentials-grid article,
.territory-card,
.place-card,
.practice-card,
.ai-period-card,
.ai-tool-card { box-shadow: 0 12px 30px rgba(23,35,47,.055); }

.skills-grid,
.journey-grid,
.ai-model-grid,
.ai-channel-grid,
.ai-steps { gap: 1px; border: 0; background: var(--line); }

.ai-channel-grid,
.ai-steps { background: rgba(255,255,255,.16); }

.skills-grid article,
.journey-grid article,
.ai-model-card,
.ai-channel-card,
.ai-steps li { border: 0; }

.values-section,
.territory-chapter,
.ai-model,
.ai-tools,
.coastal-feature-copy { background: #dfe7ea; }

.role-card { padding: clamp(1.6rem, 3vw, 2.4rem); border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.52); }
.role-card + .role-card { margin-top: 1rem; }
.role-card:last-child { border-bottom: 1px solid var(--line); }

.brand-name,
h1,
h2,
h3 { font-weight: 600; }

:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }
@media (max-width: 1500px) {
  .site-header .menu-button { display: block; }
  .site-header .site-nav { position: absolute; top: 76px; left: 0; right: 0; padding: 1.25rem clamp(1.25rem, 5vw, 5.5rem); display: none; align-items: stretch; flex-direction: column; gap: .25rem; background: var(--ink-soft); border-top: 1px solid rgba(255,255,255,.12); }
  .site-header .site-nav.is-open { display: flex; }
  .site-header .site-nav a { padding: .7rem .75rem; }
  .site-header .site-nav .nav-cta { margin-top: .4rem; text-align: center; }
  .site-header .site-nav .lang-switch { border-top: 1px solid rgba(255,255,255,.12); margin-top: .45rem; padding-top: 1rem; text-align: left; }
}
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-card { max-width: 520px; }
  .split-section, .contact-section { grid-template-columns: 1fr; }
  .section-heading { align-items: start; flex-direction: column; }
  .skills-grid { grid-template-columns: repeat(2, 1fr); }
  .credentials-grid { grid-template-columns: 1fr; }
  .labs-grid { grid-template-columns: 1fr; }
  .lab-card { min-height: 0; }
  .lab-card-featured { grid-column: auto; }
  .project-services { grid-template-columns: 1fr; }
  .project-services li { min-height: 0; }
  .values-row { grid-template-columns: 1fr; }
  .events-grid { grid-template-columns: 1fr; }
  .sports-hero { min-height: 0; grid-template-columns: 1fr; }
  .sports-hero-copy { min-height: 520px; }
  .sports-hero-media { min-height: 430px; }
  .sports-hero-media::after { background: linear-gradient(0deg, rgba(23,35,47,.42), transparent 45%); }
  .coastal-feature-media { aspect-ratio: 16 / 8.5; }
  .coastal-feature-copy { grid-template-columns: 1fr; }
  .sports-safety { grid-template-columns: 1fr; }
  .journey-grid, .practice-grid { grid-template-columns: 1fr; }
  .journey-grid article { min-height: 0; }
  .journey-grid article > span { margin-bottom: 2rem; }
  .method-panel, .editorial-plan, .territory-chapter { grid-template-columns: 1fr; }
  .place-city-heading { grid-template-columns: 1fr; gap: .8rem; }
  .places-note { grid-template-columns: 1fr; }
  .ai-social-hero { min-height: 0; grid-template-columns: 1fr; }
  .ai-social-hero-copy { min-height: 500px; }
  .ai-social-media { min-height: 430px; }
  .ai-social-intro, .ai-section-heading, .ai-feature-copy, .ai-ethics, .ai-cta { grid-template-columns: 1fr; }
  .ai-model-grid, .ai-period-grid, .ai-tool-grid { grid-template-columns: 1fr; }
  .ai-channel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ai-model-card, .ai-period-card { min-height: 0; }
  .ai-model-card .model-label, .ai-period-card time { margin-bottom: 2rem; }
  .ai-map-row { grid-template-columns: minmax(150px, .35fr) minmax(0, 1fr); }
  .ai-map-row p:last-child { grid-column: 2; }
  .ai-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ai-steps li { min-height: 0; }
  .method-intro, .editorial-plan > div:first-child { border-right: 0; border-bottom: 1px solid var(--line); }
  .dark-chapter .editorial-plan > div:first-child { border-bottom-color: rgba(255,255,255,.16); }
  .practice-card { min-height: 0; }
  .measure-panel { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .site-header { min-height: 68px; }
  .brand-name { font-size: .9rem; }
  .menu-button { display: block; }
  .site-nav { position: absolute; top: 68px; left: 0; right: 0; padding: 1.25rem; display: none; align-items: stretch; flex-direction: column; gap: .25rem; background: var(--ink-soft); border-top: 1px solid rgba(255,255,255,.12); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .75rem; }
  .site-nav .nav-cta { margin-top: .4rem; text-align: center; }
  .site-nav .lang-switch { border-top: 1px solid rgba(255,255,255,.12); margin-top: .45rem; padding-top: 1rem; text-align: left; }
  .hero { min-height: calc(100svh - 68px); padding-top: 4.5rem; }
  h1 { font-size: clamp(2.8rem, 13.5vw, 4.2rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .events-main { min-height: calc(100svh - 68px); }
  .sports-main { min-height: calc(100svh - 68px); }
  .ideas-main { min-height: calc(100svh - 68px); }
  .places-main { min-height: calc(100svh - 68px); }
  .ai-social-main { min-height: calc(100svh - 68px); }
  .events-hero { padding-top: 4rem; }
  .sports-hero-copy { min-height: 0; padding-top: 4rem; padding-bottom: 3.5rem; }
  .sports-hero-media { min-height: 300px; }
  .coastal-feature-media { aspect-ratio: 4 / 3; }
  .coastal-feature-copy { padding: 1.35rem; gap: 1.7rem; }
  .route-line { grid-template-columns: 1fr 1fr; }
  .route-line span { min-height: 70px; }
  .route-line span:nth-child(2)::after { content: none; }
  .route-facts { grid-template-columns: 1fr; }
  .ideas-hero { padding-top: 4rem; }
  .location-nav { position: static; }
  .chapter-nav { position: static; }
  .chapter-heading { grid-template-columns: 1fr; gap: .5rem; }
  .social-pillars, .reputation-grid, .measure-panel > div { grid-template-columns: 1fr; }
  .method-list li, .week-plan p { grid-template-columns: 1fr; gap: .3rem; }
  .territory-card { min-height: 280px; }
  .places-hero { padding-top: 4rem; }
  .places-grid { grid-template-columns: 1fr; }
  .place-card { min-height: 0; }
  .puccini-feature { min-height: 340px; grid-template-columns: 1fr; }
  .puccini-mark { display: none; }
  .places-note ul { grid-template-columns: 1fr; }
  .places-note li { padding-left: 0; padding-right: 0; border-left: 0; border-bottom: 0; border-top: 1px solid rgba(255,255,255,.14); }
  .ai-social-hero-copy { min-height: 0; padding-top: 4rem; padding-bottom: 3.5rem; }
  .ai-social-media { min-height: 320px; }
  .ai-channel-stats { grid-template-columns: 1fr; }
  .ai-channel-stats p { align-items: center; }
  .ai-channel-grid { grid-template-columns: 1fr; }
  .ai-channel-card { min-height: 0; }
  .ai-map-row { grid-template-columns: 1fr; gap: .45rem; }
  .ai-map-row p:last-child { grid-column: auto; }
  .ai-feature-image { min-height: 340px; }
  .ai-steps { grid-template-columns: 1fr; }
  .ai-steps li { min-height: 0; }
  .ai-step-number { margin-bottom: 1.8rem; }
  .ai-tool-grid { grid-template-columns: 1fr; }
  .ai-tool-card { min-height: 180px; }
  .ai-ethics-list { grid-template-columns: 1fr; }
  .ai-ethics-list p { border-left: 0; border-top: 1px solid var(--line); border-bottom: 0; padding-left: 0; padding-right: 0; }
  .ai-cta-actions { flex-direction: column; align-items: stretch; }
  .city-heading { align-items: flex-start; flex-direction: column; gap: .4rem; }
  .sports-safety ul { grid-template-columns: 1fr; }
  .sports-safety li { border-left: 0; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 0; padding-left: 0; padding-right: 0; }
  .role-card { grid-template-columns: 1fr; gap: 1.25rem; }
  .role-meta { flex-direction: row; justify-content: space-between; }
  .skills-grid { grid-template-columns: 1fr; }
  .skills-grid article { min-height: 190px; }
  .skills-grid h3 { margin-top: 2rem; }
  .software-line { align-items: flex-start; flex-direction: column; gap: .4rem; }
  .contact-actions a { align-items: flex-start; flex-direction: column; gap: .25rem; }
  .contact-actions strong { text-align: left; }
  .site-footer { min-height: 0; grid-template-columns: minmax(0, 1fr) auto; gap: 1rem; padding-top: 1.6rem; padding-bottom: 1.6rem; }
  .site-footer .menu-button { align-self: center; }
  .footer-nav { grid-column: 1 / -1; display: none; justify-content: flex-start; align-items: stretch; flex-direction: column; gap: .1rem; padding-top: .75rem; border-top: 1px solid rgba(255,255,255,.12); }
  .footer-nav.is-open { display: flex; }
  .footer-nav a { min-height: 44px; display: inline-flex; align-items: center; }
  .footer-copy { grid-column: 1 / -1; white-space: normal; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* Menu ordinato in tre aree: Personale · Versilia · Progetti */
.site-header .menu-button {
  display: block;
  margin-left: auto;
  cursor: pointer;
}

.site-header .site-nav {
  position: absolute;
  top: 100%;
  right: clamp(1.25rem, 5vw, 5.5rem);
  left: auto;
  width: min(780px, calc(100vw - 2.5rem));
  max-height: calc(100svh - 76px);
  padding: 1rem;
  display: none;
  align-items: stretch;
  flex-direction: column;
  gap: .75rem;
  overflow-y: auto;
  border: 1px solid rgba(255,255,255,.14);
  border-top-color: rgba(196,213,220,.42);
  border-radius: 0 0 16px 16px;
  background: var(--ink-soft);
  box-shadow: 0 24px 60px rgba(0,0,0,.28);
}

.site-header .site-nav.is-open { display: flex; }

.menu-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .7rem;
}

.menu-column {
  min-width: 0;
  padding: .85rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: rgba(255,255,255,.035);
}

.menu-heading {
  margin: 0 0 .55rem;
  color: var(--gold-light);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.site-nav .menu-column a,
.footer-nav .menu-column a {
  min-height: 42px;
  padding: .55rem .25rem;
  display: flex;
  align-items: center;
  color: rgba(255,255,255,.78);
  font-size: .875rem;
  line-height: 1.3;
  text-decoration: none;
}

.site-nav .menu-column a:hover,
.site-nav .menu-column a:focus-visible,
.footer-nav .menu-column a:hover,
.footer-nav .menu-column a:focus-visible {
  color: var(--white);
}

.site-nav .menu-column a[aria-current="page"],
.footer-nav .menu-column a[aria-current="page"] {
  color: var(--gold-light);
}

.site-nav .menu-column .nav-cta,
.footer-nav .menu-column .nav-cta {
  min-height: 40px;
  margin-top: .25rem;
  padding: .5rem .7rem;
  justify-content: center;
  color: var(--ink);
  background: var(--gold-light);
  border-radius: 10px;
}

.menu-utility {
  padding-top: .7rem;
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid rgba(255,255,255,.12);
}

.site-nav .menu-utility .lang-switch,
.footer-nav .menu-utility .lang-switch {
  min-width: 44px;
  min-height: 40px;
  padding: .45rem .7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-light);
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
}

.site-footer {
  grid-template-columns: minmax(0, 1fr) auto;
}

.site-footer .menu-button {
  display: block;
  grid-column: 2;
  justify-self: end;
  cursor: pointer;
}

.footer-nav {
  grid-column: 1 / -1;
  display: none;
  padding-top: .75rem;
  border-top: 1px solid rgba(255,255,255,.12);
}

.footer-nav.is-open { display: block; }

.footer-nav .menu-grid {
  max-width: 760px;
  margin: 0 auto;
}

.footer-nav .menu-column {
  padding: .45rem .65rem;
  background: transparent;
}

.footer-nav .menu-utility {
  max-width: 760px;
  margin: .55rem auto 0;
}

.footer-copy {
  grid-column: 1 / -1;
  white-space: normal;
}

@media (max-width: 680px) {
  .site-header .site-nav {
    top: 68px;
    right: 0;
    left: 0;
    width: auto;
    max-height: calc(100svh - 68px);
    padding: .8rem;
    border-right: 0;
    border-left: 0;
    border-radius: 0 0 14px 14px;
  }

  .menu-grid { gap: .4rem; }
  .menu-column { padding: .6rem .38rem; }
  .menu-heading { font-size: .72rem; letter-spacing: .06em; }

  .site-nav .menu-column a,
  .footer-nav .menu-column a {
    min-height: 40px;
    padding: .5rem .18rem;
    font-size: .875rem;
    overflow-wrap: anywhere;
  }

  .site-nav .menu-column .nav-cta,
  .footer-nav .menu-column .nav-cta {
    padding-right: .35rem;
    padding-left: .35rem;
  }

  .site-nav .menu-utility .lang-switch {
    margin: 0;
    padding: .45rem .7rem;
    border-top: 0;
  }

  .footer-nav .menu-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
