/*
Theme Name: Flamme Union
Theme URI: https://voyance-flammejumelle.fr/
Author: Voyance flamme jumelle
Description: Thème éditorial original consacré aux flammes jumelles et aux consultations par téléphone.
Version: 1.1.1
Text Domain: flamme-union
*/

:root {
	--ink: #172038;
	--muted: #5e6474;
	--night: #111a32;
	--plum: #4d284c;
	--plum-soft: #73496f;
	--amber: #d88a42;
	--gold: #efb86d;
	--ivory: #fffaf3;
	--paper: #fffefd;
	--mist: #f3eef4;
	--line: rgba(36, 31, 53, .13);
	--shadow: 0 20px 54px rgba(27, 25, 46, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	color: var(--ink);
	background: var(--paper);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 18px;
	line-height: 1.72;
}
a { color: #6a315f; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: #a05642; }
img { display: block; max-width: 100%; height: auto; }
.site-shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 16px; z-index: 999; padding: 12px 16px; background: #fff; }

.utility-bar { background: var(--night); color: #f7e9d6; font-size: 13px; letter-spacing: .04em; }
.utility-inner { display: flex; justify-content: space-between; gap: 18px; padding: 8px 0; }
.utility-inner span:last-child { text-align: right; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 254, 253, .95); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; flex: 0 1 270px; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.brand-mark { position: relative; width: 42px; height: 48px; }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; top: 3px; width: 23px; height: 39px; border: 2px solid var(--amber); border-radius: 55% 45% 60% 40%; transform: rotate(24deg); }
.brand-mark::before { left: 3px; }
.brand-mark::after { right: 3px; transform: rotate(-24deg); border-color: var(--plum-soft); }
.brand strong { display: block; font-family: Georgia, serif; font-size: 22px; line-height: 1.05; }
.brand small { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; line-height: 1.35; letter-spacing: .08em; text-transform: uppercase; }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 26px; }
.primary-nav ul, .footer-nav ul { display: flex; align-items: center; gap: 22px; list-style: none; margin: 0; padding: 0; }
.primary-nav a { color: var(--ink); font-size: 15px; font-weight: 700; text-decoration: none; }
.primary-nav a:hover { color: var(--plum); }
.header-call { padding: 11px 16px; border-radius: 999px; background: var(--plum); color: #fff !important; }

.hero { min-height: 670px; display: grid; align-items: center; color: #fff; background: linear-gradient(90deg, rgba(10, 18, 38, .94) 0%, rgba(17, 22, 45, .77) 42%, rgba(40, 24, 45, .18) 72%), url('assets/images/hero-flamme-jumelle.webp') center/cover no-repeat; }
.hero-copy { max-width: 680px; padding: 96px 0; }
.eyebrow { margin: 0 0 12px; color: var(--gold); font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { color: var(--night); font-family: Georgia, "Times New Roman", serif; line-height: 1.16; }
h1 { margin: 0 0 24px; font-size: clamp(42px, 6vw, 72px); letter-spacing: -.035em; }
.hero h1 { color: #fff; }
.hero-lead { max-width: 620px; margin: 0 0 32px; color: #f6edf3; font-size: 21px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border: 0; border-radius: 999px; background: var(--plum); color: #fff; font-weight: 800; text-decoration: none; cursor: pointer; }
.button:hover { background: #673760; color: #fff; }
.button-alt { background: var(--amber); color: #21182d; }
.button-alt:hover { background: #e6a15e; color: #21182d; }
.button-ghost { border: 1px solid rgba(255,255,255,.58); background: rgba(255,255,255,.08); }

.trust-strip { position: relative; z-index: 3; margin-top: -42px; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.trust-grid div { padding: 24px 28px; border-right: 1px solid var(--line); }
.trust-grid div:last-child { border-right: 0; }
.trust-grid strong { display: block; color: var(--plum); font-family: Georgia, serif; font-size: 20px; }
.trust-grid span { color: var(--muted); font-size: 14px; }

.section { padding: 92px 0; }
.section-soft { background: linear-gradient(180deg, #f7f2f6, #fffaf4); }
.section-heading { max-width: 760px; margin-bottom: 38px; }
.section-heading h2 { margin: 0 0 14px; font-size: clamp(34px, 4vw, 50px); }
.section-heading p { color: var(--muted); }
.guide-grid, .posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.guide-card, .post-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 12px 32px rgba(34, 26, 48, .07); }
.guide-card { padding: 28px; }
.guide-card h3, .post-card h2 { margin: 0 0 12px; font-size: 26px; }
.guide-card p, .post-card p { color: var(--muted); font-size: 16px; }
.guide-card a, .post-card a { font-weight: 800; }
.post-card img { aspect-ratio: 16/9; width: 100%; object-fit: cover; }
.post-card-content { padding: 24px; }

.split { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 60px; }
.split img { border-radius: 28px; box-shadow: var(--shadow); }
.split h2 { font-size: clamp(34px, 4vw, 50px); }
.call-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin: 34px 0; }
.call-card { padding: 28px; border: 1px solid rgba(216,138,66,.28); border-radius: 20px; background: linear-gradient(150deg, #fffaf4, #f7eff7); }
.call-card h2 { margin: 4px 0 10px; font-family: Inter, sans-serif; font-size: clamp(25px, 3.6vw, 37px); letter-spacing: -.03em; }
.call-card p { margin: 0 0 18px; }
.call-card .eyebrow { color: var(--plum); }
.center { text-align: center; }
.notice { padding: 18px 20px; border-left: 4px solid var(--amber); background: var(--ivory); }

.page-hero { padding: 72px 0 56px; background: radial-gradient(circle at 78% 15%, rgba(238,184,109,.25), transparent 34%), linear-gradient(135deg, #f3eaf2, #fffaf3); }
.breadcrumbs { margin-bottom: 14px; color: var(--muted); font-size: 14px; }
.page-hero h1 { max-width: 900px; color: var(--night); font-size: clamp(40px, 5.4vw, 64px); }
.entry-wrap { display: grid; grid-template-columns: minmax(0, 760px) 280px; gap: 70px; padding: 72px 0 96px; }
.entry-content h2 { margin: 46px 0 16px; font-size: clamp(29px, 3.4vw, 40px); }
.entry-content h3 { margin-top: 34px; font-size: 27px; }
.entry-content > p:first-child { font-size: 21px; color: #3c4050; }
.entry-image { margin: 0 0 36px; overflow: hidden; border-radius: 24px; box-shadow: var(--shadow); }
.entry-image img { width: 100%; }
.sidebar-card { position: sticky; top: 116px; padding: 24px; border-radius: 20px; background: var(--night); color: #fff; }
.sidebar-card h2 { margin-top: 0; color: #fff; font-size: 26px; }
.sidebar-card p { color: #e6dfe8; font-size: 15px; }
.sidebar-card .number { display: block; margin: 10px 0; color: var(--gold); font-size: 22px; font-weight: 900; text-decoration: none; }
.link-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 30px; }
.link-cards a { display: flex; flex-direction: column; gap: 4px; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: #fff; text-decoration: none; }
.link-cards span { color: var(--muted); font-size: 14px; }
.contact-form { display: grid; gap: 18px; max-width: 700px; }
.contact-form label { display: grid; gap: 7px; font-weight: 800; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #c9c4ce; border-radius: 12px; padding: 13px 15px; background: #fff; color: var(--ink); font: inherit; }
.contact-form .consent { grid-template-columns: auto 1fr; align-items: start; font-size: 15px; font-weight: 500; }
.contact-form .consent input { width: auto; margin-top: 7px; }

.site-footer { padding: 64px 0 22px; background: var(--night); color: #d8d9df; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 50px; }
.site-footer h2, .site-footer h3 { color: #fff; }
.site-footer h2 { margin-top: 0; }
.site-footer a { color: #f3d7b3; }
.footer-nav ul { display: grid; gap: 8px; }
.footer-legal { display: flex; justify-content: space-between; gap: 24px; margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; }

@media (max-width: 900px) {
	.menu-toggle { display: block; }
	.primary-nav { display: none; position: absolute; inset: 82px 0 auto; padding: 20px; background: #fff; box-shadow: var(--shadow); }
	.primary-nav.is-open { display: block; }
	.primary-nav ul { align-items: stretch; flex-direction: column; }
	.guide-grid, .posts-grid { grid-template-columns: repeat(2, 1fr); }
	.split, .entry-wrap { grid-template-columns: 1fr; }
	.sidebar-card { position: static; }
	.footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
	body { font-size: 17px; }
	.site-shell { width: min(100% - 28px, 1160px); }
	.utility-inner { display: block; text-align: center; }
	.utility-inner span { display: block; text-align: center !important; }
	.brand small { display: none; }
	.hero { min-height: 610px; background-position: 62% center; }
	.hero-copy { padding: 72px 0 100px; }
	.hero-lead { font-size: 18px; }
	.trust-grid, .guide-grid, .posts-grid, .call-grid, .link-cards, .footer-grid { grid-template-columns: 1fr; }
	.trust-grid div { border-right: 0; border-bottom: 1px solid var(--line); }
	.section { padding: 68px 0; }
	.page-hero { padding: 52px 0 36px; }
	.entry-wrap { padding: 48px 0 70px; }
	.footer-legal { display: block; }
}
