/* chioggia.it — landing turistica (mare e laguna) */
.cbcl {
	--navy: #16324f;
	--navy-2: #0f2438;
	--teal: #11908e;
	--teal-soft: #d6eeec;
	--ocra: #d2622a;
	--gold: #c9a24a;
	--stone: #f3f1ec;
	--paper: #ffffff;
	--ink: #16324f;
	--muted: #5b6b78;
	--line: #e0ddd5;
	--f-display: "Fraunces", "Iowan Old Style", Georgia, serif;
	--f-brand: "Outfit", "Instrument Sans", system-ui, sans-serif;
	--f-body: "Instrument Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
	--gutter: clamp(16px, 4vw, 48px);
	color: var(--ink);
	background: var(--stone);
	font: 16px/1.6 var(--f-body);
	-webkit-font-smoothing: antialiased;
	overflow-x: clip;
}
body.cbc-landing-page { margin: 0; background: #f3f1ec; }
.cbcl *, .cbcl *::before, .cbcl *::after { box-sizing: border-box; }
.cbcl :where(h1, h2, h3, h4, p, ul, ol, figure) { margin: 0; padding: 0; }
.cbcl :where(ul, ol) { list-style: none; }
.cbcl a { color: inherit; }
.cbcl img { max-width: 100%; display: block; }
.cbcl :focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.cbcl-wrap { max-width: 1200px; margin: 0 auto; padding-inline: var(--gutter); }
.cbcl-eyebrow { font: 600 12px/1.2 var(--f-brand); letter-spacing: .18em; text-transform: uppercase; color: var(--ocra); }
.cbcl h2 { font: 500 clamp(30px, 4.2vw, 48px)/1.08 var(--f-display); letter-spacing: -.02em; text-wrap: balance; }
.cbcl-lead { font-size: clamp(16px, 1.5vw, 18px); color: var(--muted); max-width: 58ch; }
.cbcl-btn {
	display: inline-flex; align-items: center; gap: 10px; text-decoration: none; cursor: pointer;
	font: 600 15px/1 var(--f-brand); letter-spacing: .01em; padding: 15px 24px; border-radius: 999px;
	background: var(--ocra); color: #fff; border: 1px solid var(--ocra); transition: transform .15s, background .15s;
}
.cbcl-btn:hover { transform: translateY(-1px); background: #bd5423; }
.cbcl-btn.ghost { background: transparent; border-color: rgba(255,255,255,.55); color: #fff; }
.cbcl-btn.ghost:hover { background: rgba(255,255,255,.12); }

/* ---------- Header ---------- */
.cbcl-header { position: absolute; inset: 0 0 auto 0; z-index: 20; padding-top: env(safe-area-inset-top, 0px); }
.cbcl-header .cbcl-wrap { display: flex; align-items: center; gap: 28px; min-height: 84px; }
.cbcl-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; margin-right: auto; }
.cbcl-brand img { width: 48px; height: 48px; border-radius: 50%; box-shadow: 0 4px 14px rgba(0,0,0,.25); }
.cbcl-word { font: 500 27px/1 var(--f-brand); letter-spacing: -.01em; color: #fff; }
.cbcl-word i { font-style: normal; color: var(--ocra); }
.cbcl-word b { font-weight: 500; color: #7fd6d1; }
.cbcl-nav ul { display: flex; gap: 26px; }
.cbcl-nav a { color: rgba(255,255,255,.9); text-decoration: none; font: 500 15px var(--f-brand); padding: 6px 0; border-bottom: 1.5px solid transparent; }
.cbcl-nav a:hover { color: #fff; border-color: var(--gold); }
.cbcl-header .cbcl-btn { padding: 11px 20px; font-size: 14px; }
.cbcl-burger { display: none; background: none; border: 1px solid rgba(255,255,255,.4); color: #fff; border-radius: 10px; width: 44px; height: 44px; cursor: pointer; }
.cbcl-burger svg { width: 22px; height: 22px; }

/* ---------- Hero ---------- */
.cbcl-hero { position: relative; min-height: clamp(560px, 86vh, 800px); display: grid; align-items: center; color: #fff; isolation: isolate; background: var(--navy); }
.cbcl-hero-art { position: absolute; inset: 0; z-index: -1; overflow: hidden; }
.cbcl-hero-art svg, .cbcl-hero-art img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cbcl-hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,36,56,.72) 0%, rgba(15,36,56,.35) 45%, transparent 70%); }
.cbcl-hero-copy { padding-block: 130px 90px; max-width: 640px; display: grid; gap: 22px; }
.cbcl-hero .cbcl-eyebrow { color: #f3c47a; }
.cbcl-hero h1 { font: 500 clamp(40px, 6.4vw, 78px)/1.02 var(--f-display); letter-spacing: -.025em; text-wrap: balance; }
.cbcl-hero h1 em { font-style: italic; color: #f3c47a; }
.cbcl-hero p { font-size: clamp(17px, 1.7vw, 20px); color: rgba(255,255,255,.88); max-width: 46ch; }
.cbcl-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 6px; }
.cbcl-wave { display: block; width: 100%; height: 48px; margin-top: -47px; position: relative; z-index: 2; }

/* ---------- Tre anime ---------- */
.cbcl-section { padding-block: clamp(64px, 9vw, 120px); }
.cbcl-head { display: grid; gap: 14px; margin-bottom: clamp(32px, 5vw, 56px); max-width: 760px; }
.cbcl-souls { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.cbcl-soul { background: var(--paper); border-radius: 22px; overflow: hidden; display: grid; grid-template-rows: auto 1fr; border: 1px solid var(--line); transition: transform .25s, box-shadow .25s; }
.cbcl-soul:hover { transform: translateY(-4px); box-shadow: 0 26px 50px -30px rgba(22,50,79,.45); }
.cbcl-soul figure { aspect-ratio: 4 / 3; position: relative; overflow: hidden; }
.cbcl-soul figure svg { width: 100%; height: 100%; display: block; }
.cbcl-soul figure span { position: absolute; left: 18px; bottom: 16px; font: 600 12px var(--f-brand); letter-spacing: .14em; text-transform: uppercase; color: #fff; background: rgba(15,36,56,.55); padding: 6px 11px; border-radius: 99px; backdrop-filter: blur(4px); }
.cbcl-soul div { padding: 22px 24px 26px; display: grid; gap: 10px; align-content: start; }
.cbcl-soul h3 { font: 500 25px/1.15 var(--f-display); }
.cbcl-soul p { color: var(--muted); font-size: 15.5px; }

/* ---------- Esperienze ---------- */
.cbcl-exp { background: var(--paper); }
.cbcl-exp-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 56px; }
.cbcl-exp-item { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 18px; padding: 26px 0; border-top: 1px solid var(--line); }
.cbcl-exp-item .ic { width: 52px; height: 52px; border-radius: 16px; background: var(--teal-soft); color: var(--teal); display: grid; place-items: center; }
.cbcl-exp-item .ic svg { width: 26px; height: 26px; }
.cbcl-exp-item h3 { font: 600 19px/1.3 var(--f-brand); margin-bottom: 4px; }
.cbcl-exp-item p { color: var(--muted); font-size: 15.5px; }
.cbcl-exp-item .tag { display: inline-block; margin-top: 8px; font: 600 12px var(--f-brand); color: var(--ocra); letter-spacing: .06em; }

/* ---------- Laguna (banda scura) ---------- */
.cbcl-lagoon { background: var(--navy); color: #eaf1f4; position: relative; overflow: hidden; }
.cbcl-lagoon::before {
	content: ""; position: absolute; inset: auto -10% -40% -10%; height: 70%;
	background: repeating-radial-gradient(ellipse at 50% 100%, rgba(17,144,142,.22) 0 2px, transparent 3px 26px);
	pointer-events: none;
}
.cbcl-lagoon .cbcl-wrap { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 80px); align-items: center; position: relative; }
.cbcl-lagoon h2 { color: #fff; }
.cbcl-lagoon .cbcl-lead { color: rgba(234,241,244,.8); }
.cbcl-lagoon .cbcl-eyebrow { color: #f3c47a; }
.cbcl-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: rgba(255,255,255,.12); border-radius: 20px; overflow: hidden; }
.cbcl-fact { background: var(--navy-2); padding: 26px 24px; display: grid; gap: 6px; }
.cbcl-fact b { font: 500 34px/1 var(--f-display); color: #f3c47a; }
.cbcl-fact span { font-size: 14.5px; color: rgba(234,241,244,.78); }
.cbcl-quote { margin-top: 30px; padding-left: 20px; border-left: 2px solid var(--ocra); font: italic 400 19px/1.5 var(--f-display); color: #fff; max-width: 46ch; }

/* ---------- Eventi ---------- */
.cbcl-events { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.cbcl-event { background: var(--paper); border-radius: 20px; padding: 26px; border: 1px solid var(--line); display: grid; gap: 10px; align-content: start; }
.cbcl-event .when { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.cbcl-event .when b { font: italic 500 36px/1 var(--f-display); color: var(--teal); }
.cbcl-event .when span { font: 600 12px var(--f-brand); letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.cbcl-event h3 { font: 500 23px/1.2 var(--f-display); }
.cbcl-event p { color: var(--muted); font-size: 15.5px; }
.cbcl-note { margin-top: 18px; font-size: 13.5px; color: var(--muted); }

/* ---------- Prenota ---------- */
.cbcl-book { background: linear-gradient(180deg, var(--stone) 0%, #e8efec 100%); }
.cbcl-book-card { background: var(--paper); border-radius: 28px; padding: clamp(22px, 4vw, 48px); box-shadow: 0 40px 80px -50px rgba(22,50,79,.45); border: 1px solid var(--line); }
.cbcl-book .cbcf { max-width: none; }

/* ---------- Come arrivare ---------- */
.cbcl-reach { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.cbcl-reach li { border-top: 2px solid var(--navy); padding-top: 18px; display: grid; gap: 6px; }
.cbcl-reach h3 { font: 600 18px var(--f-brand); }
.cbcl-reach p { color: var(--muted); font-size: 15.5px; }

/* ---------- Footer ---------- */
.cbcl-footer { background: var(--navy-2); color: rgba(234,241,244,.78); padding-block: 56px 36px; font-size: 14.5px; }
.cbcl-footer .cbcl-wrap { display: grid; grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(0, 1fr)); gap: 40px; }
.cbcl-footer h4 { font: 600 13px var(--f-brand); letter-spacing: .14em; text-transform: uppercase; color: #fff; margin-bottom: 12px; }
.cbcl-footer ul { display: grid; gap: 8px; }
.cbcl-footer a { text-decoration: none; }
.cbcl-footer a:hover { color: #fff; }
.cbcl-footer .cbcl-brand { margin-bottom: 14px; }
.cbcl-footer .legal { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; font-size: 13px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
	.cbcl-nav { display: none; position: absolute; top: 76px; left: var(--gutter); right: var(--gutter); background: var(--navy); border-radius: 18px; padding: 18px 22px; box-shadow: 0 30px 60px -20px rgba(0,0,0,.5); }
	.cbcl-nav.open { display: block; }
	.cbcl-nav ul { flex-direction: column; gap: 4px; }
	.cbcl-nav a { display: block; padding: 10px 0; font-size: 17px; }
	.cbcl-burger { display: grid; place-items: center; }
	.cbcl-header .cbcl-btn { display: none; }
	.cbcl-souls, .cbcl-events, .cbcl-reach { grid-template-columns: minmax(0, 1fr); }
	.cbcl-exp-grid { grid-template-columns: minmax(0, 1fr); }
	.cbcl-lagoon .cbcl-wrap { grid-template-columns: minmax(0, 1fr); }
	.cbcl-footer .cbcl-wrap { grid-template-columns: minmax(0, 1fr); }
	.cbcl-soul figure { aspect-ratio: 16 / 9; }
}
@media (max-width: 520px) {
	.cbcl-word { font-size: 22px; }
	.cbcl-brand img { width: 40px; height: 40px; }
	.cbcl-hero-art::after { background: linear-gradient(180deg, rgba(15,36,56,.75) 0%, rgba(15,36,56,.35) 60%, rgba(15,36,56,.2) 100%); }
	.cbcl-facts { grid-template-columns: minmax(0, 1fr); }
}
@media (prefers-reduced-motion: reduce) { .cbcl * { transition: none !important; animation: none !important; } }
