/* Mission Catholique Italienne de Strasbourg — feuille de style du site public */
:root {
  --navy: #1c3057;
  --navy-deep: #12213d;
  --gold: #b8963e;
  --gold-light: #d9c079;
  --gold-pale: #f4ecd6;
  --green: #009246;
  --red: #ce2b37;
  --blue-fr: #0055a4;
  --cream: #faf7f1;
  --paper: #ffffff;
  --ink: #1f2430;
  --muted: #5f6673;
  --line: #e6dfd0;
  --shadow: 0 10px 30px rgba(28, 48, 87, 0.08);
  --radius: 14px;
  --serif: "Cormorant Garamond", "Garamond", Georgia, "Times New Roman", serif;
  --sans: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --wrap: 1140px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; font-family: var(--sans); font-size: 17px; line-height: 1.6; color: var(--ink);
  background: var(--cream); -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--gold); }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 600; line-height: 1.15; color: var(--navy); margin: 0 0 .5em; }
h1 { font-size: clamp(2.2rem, 4.5vw, 3.4rem); }
h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
h3, .h3 { font-size: 1.45rem; }
p { margin: 0 0 1em; }
.wrap { width: min(var(--wrap), 100% - 2rem); margin-inline: auto; }
.narrow { max-width: 780px; }
.center { text-align: center; }
.muted { color: var(--muted); }
.small { font-size: .9rem; }
.lead { font-size: 1.15rem; color: #3a4150; }
.eyebrow { font-family: var(--sans); font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: .6rem; }
.ico { width: 1.15em; height: 1.15em; vertical-align: -0.2em; flex: none; }
.ico-lg { width: 44px; height: 44px; }
.skip-link { position: absolute; left: -999px; top: 0; background: var(--navy); color: #fff; padding: .5rem 1rem; z-index: 100; }
.skip-link:focus { left: 1rem; }

.tricolore { height: 5px; background: linear-gradient(90deg, var(--green) 0 16.6%, #fff 16.6% 33.3%, var(--red) 33.3% 50%, var(--blue-fr) 50% 66.6%, #fff 66.6% 83.3%, var(--red) 83.3% 100%); }

/* Header */
.site-header { background: var(--paper); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 84px; }
.brand { display: flex; min-width: 0; align-items: center; gap: .85rem; text-decoration: none; color: var(--navy); }
.brand-logo { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; box-shadow: 0 2px 8px rgba(0,0,0,.12); }
.brand-name { display: block; font-family: var(--serif); font-size: 1.25rem; font-weight: 700; line-height: 1.1; }
.brand-sub { display: block; font-size: .78rem; color: var(--gold); letter-spacing: .06em; text-transform: uppercase; margin-top: .2rem; }
.site-nav { display: flex; align-items: center; gap: .2rem; flex-wrap: wrap; order: 2; }
.header-right { order: 3; }
.site-nav a { padding: .5rem .75rem; text-decoration: none; font-weight: 500; border-radius: 8px; font-size: .97rem; }
.site-nav a:hover { background: var(--gold-pale); color: var(--navy); }
.site-nav a[aria-current="page"] { color: var(--gold); font-weight: 700; }
.btn-nav { margin-left: .5rem; }
.header-right { display: flex; align-items: center; gap: .6rem; margin-left: auto; }
.lang-switch { font-size: .85rem; font-weight: 600; text-decoration: none; padding: .35rem .7rem; border: 1px solid var(--line); border-radius: 999px; color: var(--navy); white-space: nowrap; }
.lang-switch:hover { background: var(--gold-pale); color: var(--navy); }
.lang-switch-mobile { display: none; }
.nav-toggle { display: none; background: none; border: 1px solid var(--line); border-radius: 8px; padding: .45rem; color: var(--navy); cursor: pointer; }
.nav-toggle .ico { width: 26px; height: 26px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: .5rem; padding: .7rem 1.3rem; border-radius: 999px; font-weight: 600; text-decoration: none; border: 2px solid transparent; cursor: pointer; font-size: 1rem; font-family: var(--sans); line-height: 1.2; transition: transform .15s, box-shadow .15s, background .15s; }
.btn:hover { transform: translateY(-1px); }
.btn-gold { background: var(--gold); color: #fff; box-shadow: 0 6px 18px rgba(184,150,62,.35); }
.btn-gold:hover { background: #a6862f; color: #fff; }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-deep); color: #fff; }
.btn-outline { background: transparent; border-color: var(--navy); color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: #fff; }
.btn-outline-light { background: transparent; border-color: rgba(255,255,255,.7); color: #fff; }
.btn-outline-light:hover { background: rgba(255,255,255,.12); color: #fff; }
.btn-lg { padding: .9rem 1.7rem; font-size: 1.08rem; }
.btn-sm { padding: .5rem 1rem; font-size: .92rem; }
.link-more { font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: .4rem; }

/* Hero */
.hero { background: radial-gradient(1200px 500px at 80% -10%, rgba(184,150,62,.35), transparent 60%), linear-gradient(135deg, var(--navy-deep), var(--navy) 60%, #26437a); color: #fff; padding: clamp(3rem, 7vw, 5.5rem) 0; position: relative; overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: auto 0 0 0; height: 4px; background: linear-gradient(90deg, transparent, var(--gold-light), transparent); }
.hero-inner > * { min-width: 0; }
.hero-inner { display: grid; grid-template-columns: 1.3fr .9fr; gap: 3rem; align-items: center; }
.hero h1 { color: #fff; margin-bottom: .4em; }
.hero .eyebrow { color: var(--gold-light); }
.hero-sub { font-family: var(--serif); font-style: italic; font-size: 1.35rem; color: var(--gold-light); margin-bottom: .8rem; }
.hero-tagline { font-size: 1.1rem; color: rgba(255,255,255,.85); max-width: 40ch; }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.6rem; }
.hero-logo { display: flex; justify-content: center; }
.hero-logo img { width: min(360px, 80%); filter: drop-shadow(0 20px 40px rgba(0,0,0,.35)); border-radius: 50%; background: #fff; }

/* Info strip */
.infos { margin-top: -2.2rem; position: relative; z-index: 2; }
.infos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.info-card { background: var(--paper); border-radius: var(--radius); box-shadow: var(--shadow); padding: 1.3rem 1.4rem; display: flex; gap: 1rem; border-top: 3px solid var(--gold); }
.info-icon { width: 46px; height: 46px; border-radius: 50%; background: var(--gold-pale); color: var(--gold); display: grid; place-items: center; flex: none; }
.info-icon .ico { width: 24px; height: 24px; }
.info-label { font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); font-weight: 700; margin-bottom: .2rem; }
.info-value { font-weight: 600; color: var(--navy); margin: 0; }
.info-note { font-size: .88rem; color: var(--muted); margin: .2rem 0 0; }
.info-link { display: inline-flex; align-items: center; gap: .3rem; font-size: .92rem; font-weight: 600; margin-top: .4rem; text-decoration: none; }

/* Sections */
.section { padding: clamp(3rem, 6vw, 5rem) 0; }
.section.alt { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 2.5rem; }
.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; align-items: center; }
.split-wide { display: grid; grid-template-columns: 1.6fr .8fr; gap: 3rem; align-items: start; }
.split-form { display: grid; grid-template-columns: 1.5fr .7fr; gap: 2.5rem; align-items: start; }
.prose { max-width: 70ch; }
.prose p, .prose li { font-size: 1.05rem; }
.prose h2 { margin-top: 1.6em; font-size: 1.7rem; }
.prose h3 { margin-top: 1.4em; }
.prose img { border-radius: 10px; margin: 1rem 0; }
.prose blockquote { border-left: 3px solid var(--gold); margin: 1.2rem 0; padding: .2rem 1rem; color: #3a4150; font-family: var(--serif); font-size: 1.2rem; font-style: italic; }
.prose .ql-align-center { text-align: center; } .prose .ql-align-right { text-align: right; } .prose .ql-align-justify { text-align: justify; }
.intro { margin: 0 auto 2.5rem; text-align: center; }
.photo-frame { margin: 0; background: var(--paper); padding: .7rem; border-radius: var(--radius); box-shadow: var(--shadow); }
.photo-frame img { border-radius: 10px; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.photo-frame figcaption { font-size: .88rem; color: var(--muted); text-align: center; padding: .6rem 0 .1rem; font-style: italic; }

/* Cards */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; transition: box-shadow .2s, transform .2s; }
.card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.card-icon { width: 52px; height: 52px; border-radius: 14px; background: linear-gradient(135deg, var(--gold-pale), #fff); color: var(--gold); display: grid; place-items: center; margin-bottom: 1rem; border: 1px solid var(--line); }
.card-icon .ico { width: 26px; height: 26px; }
.card h3 { font-size: 1.3rem; }
.card p { margin: 0; color: #3a4150; font-size: .98rem; }
.section .center { margin-top: 2rem; }

/* Tribute */
.tribute { background: linear-gradient(180deg, var(--paper), var(--gold-pale)); }
.tribute-inner { display: flex; gap: 2.5rem; align-items: center; max-width: 900px; margin: 0 auto; }
.portrait { width: 220px; height: 220px; border-radius: 50%; object-fit: cover; border: 6px solid #fff; box-shadow: var(--shadow); flex: none; }
.portrait-sm { width: 150px; height: 150px; margin: 0 auto 1rem; }

/* News */
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.news-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; }
.news-card img { aspect-ratio: 16 / 9; object-fit: cover; width: 100%; }
.news-body { padding: 1.2rem 1.3rem 1.4rem; }
.news-body time { font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; color: var(--gold); font-weight: 700; }
.news-body h3 { font-size: 1.3rem; margin: .4rem 0 .5rem; }
.news-body h3 a { text-decoration: none; }
.news-body p { margin: 0; color: #3a4150; font-size: .96rem; }
.pagination { display: flex; justify-content: center; gap: 1.5rem; align-items: center; margin-top: 2rem; color: var(--muted); }
.empty { background: var(--paper); border: 1px dashed var(--line); border-radius: var(--radius); padding: 2.5rem; text-align: center; color: var(--muted); }
.breadcrumb { margin: 0 0 .5rem; font-size: .9rem; }

/* CTA band */
.cta-band { background: var(--navy); color: #fff; padding: 3.5rem 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.cta-band h2 { color: #fff; margin-bottom: .3em; }
.cta-band p { margin: 0; color: rgba(255,255,255,.8); }

/* Page head */
.page-head { background: linear-gradient(135deg, var(--navy-deep), var(--navy)); color: #fff; padding: clamp(2.5rem, 5vw, 4rem) 0; }
.page-head h1 { color: #fff; margin: 0; }
.page-head .page-sub { color: var(--gold-light); font-family: var(--serif); font-style: italic; font-size: 1.3rem; margin: .5rem 0 0; }
.page-head .breadcrumb a { color: var(--gold-light); }

/* Aside / panels */
.aside { display: grid; gap: 1.5rem; }
.aside-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; }
.aside-card h3 { font-size: 1.3rem; }
.aside-card p:last-child { margin-bottom: 0; }
.address-card .indent { display: inline-block; margin-left: 1.5em; }
.panel { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem; }
.check-list { list-style: none; padding: 0; margin: 0 0 1.2rem; }
.check-list li { display: flex; gap: .6rem; align-items: flex-start; padding: .45rem 0; border-bottom: 1px dashed var(--line); }
.check-list .ico { color: var(--green); margin-top: .3rem; }
.steps { padding-left: 1.2rem; margin-bottom: 1.4rem; }
.steps li { margin-bottom: .6rem; }
.plain-list { padding-left: 1.1rem; margin: 0; }
.plain-list li { margin-bottom: .3rem; }
.hours { display: flex; gap: .6rem; align-items: flex-start; color: var(--muted); }
.hours .ico { margin-top: .3rem; color: var(--gold); }
.contact-list { list-style: none; padding: 0; margin: 1.5rem 0 2rem; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem 2rem; }
.contact-list li { display: flex; gap: .8rem; align-items: flex-start; }
.contact-list .ico { width: 34px; height: 34px; padding: 7px; border-radius: 50%; background: var(--gold-pale); color: var(--gold); }
.contact-list strong { color: var(--navy); }
.map-box { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: var(--paper); min-height: 320px; }
.map-box iframe { width: 100%; height: 360px; border: 0; display: block; }
.map-placeholder { padding: 2rem 1.5rem; text-align: center; color: var(--muted); display: grid; place-items: center; gap: .8rem; min-height: 320px; background: repeating-linear-gradient(45deg, #fbf9f4 0 12px, #f5f1e8 12px 24px); }
.map-placeholder .ico-lg { color: var(--gold); }
.map-placeholder p { max-width: 34ch; margin: 0; font-size: .95rem; }

/* Form */
.form-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem; }
.form .field { margin-bottom: 1.2rem; }
.form label { display: inline-block; font-weight: 600; margin-bottom: .35rem; color: var(--navy); }
.form .req, .form .opt { display: inline-block; margin-bottom: .35rem; }
.form input[type="text"], .form input[type="email"], .form input[type="tel"], .form input[type="date"], .form select, .form textarea {
  width: 100%; padding: .75rem .9rem; border: 1px solid #cfc8b8; border-radius: 10px; font: inherit; background: #fff; color: var(--ink);
}
.form input:focus, .form select:focus, .form textarea:focus { outline: 2px solid var(--gold); outline-offset: 1px; border-color: var(--gold); }
.form textarea { resize: vertical; }
.form .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 1.2rem; }
.form .req { color: var(--red); font-weight: 700; }
.form .opt { color: var(--muted); font-weight: 400; font-size: .9rem; }
.form .error { color: var(--red); font-size: .9rem; margin: .3rem 0 0; }
.form .has-error input, .form .has-error select, .form .has-error textarea { border-color: var(--red); }
.form .field-date input { max-width: 260px; }
.field-check label { display: flex; gap: .7rem; align-items: flex-start; font-weight: 400; }
.field-check input { width: 20px; height: 20px; margin-top: .2rem; flex: none; accent-color: var(--gold); }
.hp { position: absolute; left: -9999px; top: -9999px; height: 0; overflow: hidden; }
.alert { padding: .9rem 1.1rem; border-radius: 10px; margin-bottom: 1.2rem; }
.alert-error { background: #fdecee; color: #8c1c26; border: 1px solid #f3c3c8; }
.success-badge { display: inline-grid; place-items: center; width: 84px; height: 84px; border-radius: 50%; background: #e6f6ec; color: var(--green); margin-bottom: 1.2rem; }

/* Footer */
.site-footer { background: var(--navy-deep); color: rgba(255,255,255,.85); margin-top: 0; padding: 3.5rem 0 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 2.5rem; }
.footer-logo { width: 72px; height: 72px; border-radius: 50%; background: #fff; margin-bottom: .8rem; }
.footer-title { font-family: var(--serif); font-size: 1.25rem; color: #fff; font-weight: 700; margin-bottom: .5rem; }
.site-footer a { color: #fff; }
.site-footer a:hover { color: var(--gold-light); }
.site-footer .muted { color: rgba(255,255,255,.6); }
.footer-contact, .footer-links { list-style: none; padding: 0; margin: 0; }
.footer-contact li, .footer-links li { margin-bottom: .4rem; display: flex; gap: .5rem; align-items: center; }
.footer-links a { text-decoration: none; }
.social { list-style: none; padding: 0; margin: 1.2rem 0 0; display: flex; gap: .6rem; }
.social a { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,.3); }
.social a:hover { border-color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,.12); margin-top: 2.5rem; padding-top: 1.2rem; font-size: .88rem; color: rgba(255,255,255,.6); }

/* Responsive */
@media (max-width: 960px) {
  .hero-inner, .split, .split-wide, .split-form { grid-template-columns: 1fr; }
  .hero-logo { order: -1; }
  .hero-logo img { width: min(240px, 60%); }
  .infos-grid, .cards, .news-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 720px) {
  body { font-size: 16px; }
  .header-inner { flex-wrap: wrap; min-height: 72px; padding: .5rem 0; }
  .header-right { order: 2; margin-left: 0; }
  .header-right .lang-switch { display: none; }
  .site-nav { order: 3; }
  .lang-switch-mobile { display: inline-block; align-self: flex-start; margin-top: .6rem; }
  .brand-logo { width: 48px; height: 48px; }
  .brand-name { font-size: 1.05rem; }
  .nav-toggle { display: inline-flex; }
  .site-nav { display: none; width: 100%; flex-direction: column; align-items: stretch; padding: .5rem 0 1rem; border-top: 1px solid var(--line); margin-top: .5rem; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: .7rem .5rem; }
  .btn-nav { margin: .5rem 0 0; justify-content: center; }
  .infos { margin-top: 1rem; }
  .infos-grid, .cards, .news-grid, .footer-grid, .contact-list, .form .grid-2 { grid-template-columns: 1fr; }
  .tribute-inner { flex-direction: column; text-align: center; }
  .form-card { padding: 1.3rem; }
  .panel { padding: 1.3rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .btn, .card { transition: none; } }
