/*
Theme Name: Les Lions du Strichbach
Theme URI: https://leslionsdustrichbach.fr
Author: Les Lions du Strichbach
Description: Thème officiel, administrable et responsive de l'association.
Version: 1.0.0
Requires at least: 6.6
Requires PHP: 8.2
Text Domain: lions-strichbach
*/

:root {
  --ink: #15251f;
  --green: #1f3a2f;
  --deep-green: #10271f;
  --gold: #d7a634;
  --cream: #f4f0e6;
  --paper: #fbfaf5;
  --clay: #b95e42;
  --muted: #6c746f;
  --line: rgba(21, 37, 31, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, Avenir, "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.site-shell { min-height: 100vh; overflow: hidden; }
.section-wrap { margin: 0 auto; width: min(1180px, calc(100% - 48px)); }
.sr-only { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }

.site-header { align-items: center; background: rgba(251,250,245,.96); border-bottom: 1px solid var(--line); display: flex; height: 88px; justify-content: space-between; padding: 0 max(28px, calc((100vw - 1320px) / 2)); position: relative; z-index: 50; }
.brand { align-items: center; display: inline-flex; flex: 0 0 auto; gap: 13px; }
.brand-monogram { align-items: center; background: var(--green); border: 1px solid var(--gold); border-radius: 50%; color: var(--cream); display: inline-flex; font-family: Georgia, serif; font-size: 17px; font-weight: 700; height: 44px; justify-content: center; letter-spacing: -1px; width: 44px; }
.brand-logo { flex: 0 0 auto; height: 50px; object-fit: contain; width: 50px; }
.brand-name { font-size: 11px; font-weight: 800; letter-spacing: .13em; line-height: 1.3; }
.main-nav { align-items: center; display: flex; gap: clamp(14px, 1.7vw, 28px); }
.main-nav > a { font-size: 12px; font-weight: 700; white-space: nowrap; position: relative; }
.main-nav > a:not(.nav-join)::after { background: var(--gold); bottom: -10px; content: ""; height: 2px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; width: 100%; }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after, .main-nav > a.active::after { transform: scaleX(1); }
.nav-join { align-items: center; background: var(--ink); color: #fff; display: inline-flex; gap: 18px; padding: 14px 16px; }
.mobile-navigation { display: none; }
.menu-toggle { background: none; cursor: pointer; height: 44px; list-style: none; padding: 10px; width: 44px; }
.menu-toggle::-webkit-details-marker { display: none; }
.menu-toggle span { background: var(--ink); display: block; height: 2px; margin: 6px 0; width: 24px; }

.hero { background: var(--deep-green); color: #fff; min-height: calc(100vh - 88px); overflow: hidden; position: relative; }
.hero::before { background: linear-gradient(90deg, transparent 0 49.9%, rgba(255,255,255,.07) 50%, transparent 50.1%); content: ""; inset: 0; position: absolute; }
.hero-inner { align-items: center; display: grid; gap: 70px; grid-template-columns: 1.18fr .82fr; margin: 0 auto; min-height: calc(100vh - 150px); padding: 72px 0 92px; position: relative; width: min(1180px, calc(100% - 48px)); z-index: 2; }
.hero-copy { max-width: 720px; }
.eyebrow { align-items: center; color: var(--clay); display: flex; font-size: 11px; font-weight: 800; gap: 12px; letter-spacing: .18em; margin: 0 0 24px; text-transform: uppercase; }
.eyebrow::before { background: currentColor; content: ""; height: 2px; width: 30px; }
.eyebrow.light { color: var(--gold); }
.hero h1, .page-hero h1 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.055em; margin: 0; }
.hero h1 { font-size: clamp(56px, 6.6vw, 100px); line-height: .94; }
.hero-summary { color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.65; margin: 34px 0; max-width: 630px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 28px; }
.button { align-items: center; border: 0; cursor: pointer; display: inline-flex; font-size: 12px; font-weight: 800; justify-content: center; letter-spacing: .08em; min-height: 50px; padding: 0 24px; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--ink); }
.button-ghost { border: 1px solid rgba(255,255,255,.5); color: #fff; }
.button-ink { background: var(--ink); color: #fff; }
.text-link { border-bottom: 1px solid currentColor; display: inline-flex; font-size: 13px; font-weight: 750; gap: 24px; padding-bottom: 7px; }
.light-link { color: rgba(255,255,255,.85); }
.hero-mark { align-items: center; aspect-ratio: 1; border: 1px solid rgba(215,166,52,.64); border-radius: 50%; display: flex; justify-content: center; margin-left: auto; max-width: 420px; outline: 1px solid rgba(255,255,255,.08); outline-offset: 16px; padding: 20px; position: relative; width: 100%; }
.hero-mark::before, .hero-mark::after { background: var(--gold); content: ""; height: 8px; position: absolute; transform: rotate(45deg); width: 8px; }
.hero-mark::before { left: 5%; top: 24%; }
.hero-mark::after { bottom: 24%; right: 5%; }
.hero-lion { filter: drop-shadow(0 16px 28px rgba(0,0,0,.22)); height: auto; width: 106%; }
.hero-orbit { border: 1px solid rgba(255,255,255,.05); border-radius: 50%; position: absolute; }
.hero-orbit-one { height: 700px; right: -210px; top: -310px; width: 700px; }
.hero-orbit-two { bottom: -320px; height: 600px; left: -270px; width: 600px; }
.hero-footer { align-items: center; border-top: 1px solid rgba(255,255,255,.11); bottom: 0; color: rgba(255,255,255,.48); display: flex; font-size: 9px; justify-content: space-between; left: 50%; letter-spacing: .2em; padding: 16px 0; position: absolute; text-transform: uppercase; transform: translateX(-50%); width: min(1180px, calc(100% - 48px)); z-index: 3; }
.scroll-cue { color: var(--gold); font-size: 17px; }

.intro-section { padding: 130px 0; }
.section-index { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .19em; margin: 0 0 45px; text-transform: uppercase; }
.intro-grid { display: grid; gap: 120px; grid-template-columns: 1.2fr .8fr; }
.intro-grid h2, .section-heading-row h2, .feature-card h2, .closing-banner h2, .editorial-cta h2 { font-family: Georgia, serif; font-weight: 400; letter-spacing: -.045em; margin: 0; }
.intro-grid h2 { font-size: clamp(42px, 5vw, 68px); line-height: 1.05; }
.intro-grid > div { padding-top: 8px; }
.intro-grid p, .feature-card p, .section-lead { color: var(--muted); font-size: 16px; line-height: 1.75; }
.intro-grid .text-link { margin-top: 20px; }
.commitments-section { background: var(--cream); padding: 120px 0; }
.section-heading-row { align-items: end; display: grid; gap: 120px; grid-template-columns: 1fr .75fr; margin-bottom: 80px; }
.section-heading-row h2 { font-size: clamp(44px, 5vw, 66px); line-height: 1.05; }
.section-lead { margin: 0; }
.commitment-row { align-items: center; border-top: 1px solid var(--line); display: grid; gap: 24px; grid-template-columns: 70px 1fr 1.2fr 30px; padding: 30px 0; }
.commitment-row:last-child { border-bottom: 1px solid var(--line); }
.commitment-row > span:first-child { color: var(--clay); font-family: Georgia, serif; font-size: 13px; }
.commitment-row h3 { font-family: Georgia, serif; font-size: 32px; font-weight: 400; margin: 0; }
.commitment-row p { color: var(--muted); font-size: 14px; line-height: 1.6; margin: 0; }
.row-arrow { border: 1px solid var(--line); border-radius: 50%; display: grid; height: 30px; place-items: center; width: 30px; }
.feature-section { display: grid; grid-template-columns: 1fr 1fr; padding: 120px 0; }
.feature-card { min-height: 530px; padding: 64px; position: relative; }
.feature-card h2 { font-size: clamp(43px, 5vw, 64px); line-height: 1.02; max-width: 430px; }
.feature-card p:not(.eyebrow) { margin: 30px 0 45px; max-width: 450px; }
.feature-card-dark { background: var(--green); color: #fff; }
.feature-card-dark p:not(.eyebrow) { color: rgba(255,255,255,.66); }
.feature-card-gold { background: var(--gold); }
.feature-card-gold .eyebrow { color: var(--ink); }
.feature-card-gold p:not(.eyebrow) { color: rgba(21,37,31,.72); }
.closing-banner { background: var(--clay); color: #fff; padding: 115px max(24px, calc((100vw - 1180px) / 2)); position: relative; }
.closing-banner > p { font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.closing-banner h2 { font-size: clamp(50px, 7vw, 92px); line-height: .98; max-width: 950px; }
.circle-link { border: 1px solid rgba(255,255,255,.5); border-radius: 50%; bottom: 70px; display: grid; font-size: 30px; height: 90px; place-items: center; position: absolute; right: max(30px, calc((100vw - 1180px) / 2)); width: 90px; }

.site-footer { background: #0c1915; color: #fff; padding: 80px max(24px, calc((100vw - 1180px) / 2)) 28px; }
.footer-brand { align-items: center; display: flex; gap: 20px; }
.footer-monogram { height: 56px; width: 56px; }
.footer-logo { height: 66px; width: 66px; }
.footer-brand strong { font-size: 12px; letter-spacing: .14em; }
.footer-brand p { color: rgba(255,255,255,.45); font-family: Georgia, serif; margin: 7px 0 0; }
.footer-links { display: grid; gap: 50px; grid-template-columns: repeat(3,minmax(140px,1fr)); margin: 70px 0; max-width: 760px; }
.footer-links > div { display: flex; flex-direction: column; gap: 12px; }
.footer-links span { color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .18em; margin-bottom: 8px; text-transform: uppercase; }
.footer-links a { color: rgba(255,255,255,.76); font-size: 13px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.38); display: flex; font-size: 10px; justify-content: space-between; padding-top: 25px; }

.page-hero { background: var(--deep-green); color: #fff; display: grid; grid-template-columns: 1fr auto; min-height: 580px; overflow: hidden; padding: 110px max(24px, calc((100vw - 1180px) / 2)); position: relative; }
.page-hero-copy { max-width: 880px; position: relative; z-index: 2; }
.page-hero h1 { font-size: clamp(54px, 7vw, 95px); line-height: .98; }
.page-hero-copy > p:last-child { color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.65; margin: 32px 0 0; max-width: 690px; }
.page-hero-number { color: rgba(215,166,52,.12); font-family: Georgia, serif; font-size: 330px; font-weight: 800; line-height: .7; position: absolute; right: -25px; top: 140px; }
.accent-green .page-hero { background: #183b31; }
.accent-clay .page-hero { background: #43251e; }
.editorial-content { display: grid; gap: 100px; grid-template-columns: .5fr 1.5fr; padding: 120px 0; }
.editorial-copy { max-width: 800px; }
.editorial-copy > p, .editorial-copy > .wp-block-paragraph { font-family: Georgia, serif; font-size: clamp(28px,3vw,42px); line-height: 1.35; margin: 0 0 35px; }
.editorial-copy ul { color: var(--muted); font-size: 18px; line-height: 1.7; }
.editorial-cta { align-items: center; background: var(--cream); display: grid; gap: 28px; grid-template-columns: .5fr 1fr auto; margin-bottom: 120px; padding: 55px; }
.editorial-cta > p { font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.editorial-cta h2 { font-size: 36px; }
.project-panel { background: var(--cream); border-left: 4px solid var(--gold); margin: 0 0 120px; padding: 52px; }
.project-panel h2 { font-family: Georgia,serif; font-size: 40px; font-weight: 400; margin: 0 0 18px; }
.project-panel p { color: var(--muted); line-height: 1.7; max-width: 700px; }
.status-badge { background: var(--gold); display: inline-block; font-size: 10px; font-weight: 800; letter-spacing: .12em; margin-bottom: 25px; padding: 9px 12px; text-transform: uppercase; }

.news-grid { display: grid; gap: 28px; grid-template-columns: repeat(3,1fr); padding: 90px 0 120px; }
.news-card { background: #fff; border: 1px solid var(--line); padding: 32px; }
.news-card time { color: var(--clay); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.news-card h2 { font-family: Georgia,serif; font-size: 30px; font-weight: 400; line-height: 1.1; }
.news-card p { color: var(--muted); line-height: 1.65; }
.empty-state { background: var(--cream); grid-column: 1/-1; padding: 60px; text-align: center; }

.contact-form { background: var(--cream); margin: 0 0 120px; padding: 55px; }
.contact-form-grid { display: grid; gap: 24px; grid-template-columns: 1fr 1fr; }
.contact-form label { display: block; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { background: #fff; border: 1px solid var(--line); border-radius: 0; color: var(--ink); margin-top: 9px; min-height: 52px; padding: 14px; width: 100%; }
.contact-form textarea { min-height: 180px; resize: vertical; }
.contact-form .form-wide { grid-column: 1/-1; }
.form-notice { border-left: 4px solid var(--gold); margin-bottom: 25px; padding: 15px 18px; }
.form-notice.success { background: #e8f3ec; }
.form-notice.error { background: #f8e8e2; border-left-color: var(--clay); }
.honeypot { left: -9999px; position: absolute; }

@media (max-width: 1120px) {
  .desktop-nav { display: none; }
  .mobile-navigation { display: block; }
  .mobile-nav { align-items: stretch; background: var(--paper); border-top: 1px solid var(--line); flex-direction: column; gap: 0; left: 0; padding: 18px 20px 24px; position: absolute; right: 0; top: 88px; }
  .main-nav > a { padding: 14px 2px; }
  .nav-join { justify-content: space-between; margin-top: 7px; padding: 15px !important; }
}
@media (max-width: 900px) {
  body.admin-bar .site-header { top: 46px; }
  .site-header { height: 76px; padding: 0 20px; }
  .mobile-nav { top: 76px; }
  .hero { min-height: auto; }
  .hero-inner { grid-template-columns: 1fr; min-height: 0; padding: 78px 0 120px; }
  .hero-mark { margin: 0 auto; max-width: 360px; order: -1; }
  .hero-copy { text-align: left; }
  .intro-grid, .section-heading-row { gap: 45px; grid-template-columns: 1fr; }
  .commitment-row { align-items: start; grid-template-columns: 45px 1fr 30px; }
  .commitment-row p { grid-column: 2/4; }
  .editorial-content { gap: 40px; grid-template-columns: 1fr; }
  .editorial-cta { grid-template-columns: 1fr; }
  .news-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .section-wrap { width: min(100% - 32px,1180px); }
  .brand-name { font-size: 9px; }
  .hero-inner { width: calc(100% - 32px); }
  .hero h1 { font-size: 52px; }
  .hero-summary { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-mark { max-width: 285px; }
  .intro-section, .commitments-section { padding: 85px 0; }
  .intro-grid h2, .section-heading-row h2 { font-size: 43px; }
  .commitment-row { grid-template-columns: 35px 1fr; padding: 24px 0; }
  .commitment-row p { grid-column: 2; }
  .row-arrow { display: none; }
  .feature-section { grid-template-columns: 1fr; padding: 80px 0; }
  .feature-card { min-height: 440px; padding: 38px 28px; }
  .closing-banner { padding-bottom: 180px; }
  .closing-banner h2 { font-size: 52px; }
  .circle-link { bottom: 60px; left: 24px; right: auto; }
  .footer-links { gap: 35px; grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; gap: 14px; }
  .page-hero { min-height: 520px; padding-top: 80px; }
  .page-hero h1 { font-size: 50px; }
  .editorial-content { padding: 85px 0; }
  .editorial-copy > p, .editorial-copy > .wp-block-paragraph { font-size: 27px; }
  .editorial-cta, .project-panel, .contact-form { margin-bottom: 80px; padding: 35px 25px; }
  .news-grid { grid-template-columns: 1fr; }
  .contact-form-grid { grid-template-columns: 1fr; }
  .contact-form .form-wide { grid-column: 1; }
}
