:root {
  --ink: #133e46;
  --ink-deep: #0a2b33;
  --cream: #f7f4eb;
  --paper: #fffdf8;
  --yellow: #f2c94c;
  --yellow-soft: #f7e89e;
  --green: #8eaa54;
  --green-soft: #dfe8bd;
  --blue: #4f93a4;
  --blue-soft: #c9e3e7;
  --coral: #d98265;
  --line: rgba(19, 62, 70, 0.16);
  --shadow: 0 18px 50px rgba(10, 43, 51, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Inter, Avenir, "Segoe UI", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
svg { width: 1.2em; height: 1.2em; flex: none; }
.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; }
.eyebrow { margin: 0 0 18px; color: #527078; font-size: .74rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.light { color: #c9dde0; }

.site-header { position: sticky; top: 0; z-index: 20; min-height: 76px; padding: 13px clamp(20px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; gap: 28px; background: rgba(247, 244, 235, .91); border-bottom: 1px solid rgba(19,62,70,.1); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-logo { display: block; width: clamp(132px, 12vw, 178px); height: auto; max-height: 54px; object-fit: contain; mix-blend-mode: multiply; }
.brand > span:last-child { display: grid; }
.brand strong { font-size: 1rem; letter-spacing: -.02em; }
.brand small { margin-top: 2px; color: #638087; font-size: .69rem; letter-spacing: .04em; }
.brand-mark { display: grid; grid-template-columns: repeat(3, 8px); gap: 3px; align-items: end; height: 28px; padding: 4px; border: 1px solid rgba(19,62,70,.22); border-radius: 50% 50% 45% 45%; }
.brand-mark i { display: block; width: 8px; border-radius: 8px 8px 2px 2px; transform-origin: bottom; }
.brand-mark i:nth-child(1) { height: 13px; background: var(--yellow); transform: rotate(-9deg); }
.brand-mark i:nth-child(2) { height: 18px; background: var(--green); }
.brand-mark i:nth-child(3) { height: 14px; background: var(--blue); transform: rotate(9deg); }
.site-header nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 38px); }
.site-header nav a { color: #345d65; font-size: .84rem; font-weight: 600; text-decoration: none; }
.site-header nav a:hover { color: var(--ink-deep); }
.site-header .admin-link { padding: 9px 14px; color: var(--ink); background: rgba(142, 170, 84, .17); border: 1px solid rgba(142, 170, 84, .34); border-radius: 999px; }
.site-header .admin-link:hover { background: rgba(142, 170, 84, .28); }
.site-header .nav-cta { padding: 11px 17px; color: var(--paper); background: var(--ink); border-radius: 999px; }
.site-header .nav-cta:hover { color: white; background: var(--ink-deep); }

.hero { min-height: calc(100vh - 76px); padding: clamp(62px, 8vw, 120px) clamp(20px, 6vw, 92px); display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(330px, .94fr); align-items: center; gap: clamp(45px, 8vw, 130px); overflow: hidden; }
.hero-copy { position: relative; z-index: 2; max-width: 790px; }
.hero-logo { display: block; width: clamp(210px, 22vw, 310px); height: auto; max-height: 135px; margin: 0 0 28px; object-fit: contain; mix-blend-mode: multiply; filter: saturate(1.04) contrast(1.02); }
.hero h1 { margin: 0; max-width: 780px; color: var(--ink-deep); font-size: clamp(3.2rem, 7vw, 7.7rem); line-height: .87; letter-spacing: -.07em; }
.hero h1 em { color: var(--green); font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; }
.hero-lead { max-width: 650px; margin: 34px 0 0; color: #486970; font-size: clamp(1rem, 1.5vw, 1.25rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px 28px; margin-top: 34px; }
.button { min-height: 48px; padding: 13px 20px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 999px; font-weight: 700; font-size: .88rem; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: var(--ink); box-shadow: 0 10px 26px rgba(10,43,51,.18); }
.button.primary:hover { background: var(--ink-deep); box-shadow: 0 14px 28px rgba(10,43,51,.24); }
.button.secondary { color: var(--ink); background: var(--yellow); }
.button.text-button { padding-inline: 2px; color: var(--ink); border-bottom: 1px solid var(--ink); border-radius: 0; }
.hero-proof { margin-top: 54px; padding-top: 24px; display: flex; flex-wrap: wrap; gap: 18px 28px; border-top: 1px solid var(--line); }
.hero-proof span { display: grid; color: #71888d; font-size: .71rem; line-height: 1.5; }
.hero-proof strong { color: var(--ink); font-size: .79rem; }
.hero-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .88; }
.orb-yellow { width: min(38vw, 530px); height: min(38vw, 530px); background: rgba(242,201,76,.6); transform: translate(6%, -5%); }
.orb-blue { width: 300px; height: 300px; background: rgba(79,147,164,.53); transform: translate(65%, 65%); }
.orb-green { width: 220px; height: 220px; background: rgba(142,170,84,.5); transform: translate(-88%, 74%); }
.method-card { position: relative; z-index: 2; width: min(100%, 430px); padding: 42px; color: white; background: rgba(15, 59, 68, .93); border: 1px solid rgba(255,255,255,.2); border-radius: 6px 56px 6px 56px; box-shadow: 0 30px 70px rgba(10,43,51,.25); transform: rotate(2.4deg); }
.method-card > span { font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; opacity: .7; }
.method-card h2 { margin: 34px 0 42px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.2vw, 3.35rem); font-weight: 500; line-height: 1.04; letter-spacing: -.035em; }
.method-line { display: grid; grid-template-columns: 1.4fr 1fr .7fr; gap: 7px; }
.method-line i { display: block; height: 7px; border-radius: 8px; }
.method-line i:nth-child(1) { background: var(--yellow); }.method-line i:nth-child(2) { background: var(--green); }.method-line i:nth-child(3) { background: var(--blue); }

.catalogue-section { padding: clamp(76px, 9vw, 132px) clamp(20px, 6vw, 92px); background: var(--paper); border-radius: 56px 56px 0 0; }
.section-heading { display: grid; grid-template-columns: 1.2fr .7fr; gap: 50px; align-items: end; }
.section-heading h2, .approach-copy h2, .quality-intro h2, .contact-intro h2 { margin: 0; color: var(--ink-deep); font-size: clamp(2.35rem, 4.6vw, 5.2rem); line-height: .98; letter-spacing: -.055em; }
.section-heading > p { margin: 0 0 4px; max-width: 520px; color: #688086; line-height: 1.7; }
.delivery-formats { margin: 58px 0 34px; padding: clamp(28px, 4vw, 48px); color: white; background: var(--ink); border-radius: 28px; box-shadow: 0 18px 45px rgba(10,43,51,.14); }
.delivery-formats-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(30px, 6vw, 90px); align-items: end; }
.delivery-formats .eyebrow { color: #c9dde0; }
.delivery-formats h3 { margin: 0; max-width: 650px; font-size: clamp(2rem, 3.4vw, 3.8rem); line-height: 1; letter-spacing: -.045em; }
.delivery-formats-intro > p { margin: 0; max-width: 650px; color: #d6e3e5; line-height: 1.7; }
.delivery-format-grid { margin-top: 34px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.delivery-format-card { position: relative; min-height: 270px; padding: 28px 24px 24px; display: flex; flex-direction: column; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.14); border-radius: 18px; overflow: hidden; }
.delivery-format-card::before { content: ""; position: absolute; inset: 0 auto auto 0; width: 100%; height: 5px; background: var(--yellow); }
.delivery-format-card:nth-child(2)::before { background: var(--green); }
.delivery-format-card:nth-child(3)::before { background: var(--blue); }
.delivery-format-card > span { color: #bed0d3; font-family: Georgia, "Times New Roman", serif; font-size: 1rem; font-style: italic; }
.delivery-format-card h4 { margin: 24px 0 12px; color: white; font-size: 1.35rem; letter-spacing: -.025em; }
.delivery-format-card p { margin: 0; color: #d2e0e2; font-size: .86rem; line-height: 1.62; }
.delivery-format-card strong { color: white; }
.delivery-format-link { margin-top: auto; padding-top: 24px; display: inline-flex; align-items: center; gap: 9px; color: white; font-size: .76rem; font-weight: 700; line-height: 1.4; text-decoration: underline; text-decoration-color: rgba(255,255,255,.45); text-underline-offset: 5px; }
.delivery-format-link:hover { text-decoration-color: white; }
.delivery-format-link svg { transition: transform .2s ease; }
.delivery-format-link:hover svg { transform: translateX(3px); }
.filter-panel { margin: 0 0 20px; padding: 12px; display: grid; grid-template-columns: minmax(280px, 1.6fr) 1fr 1fr auto; gap: 10px; background: #f0eee5; border: 1px solid rgba(19,62,70,.08); border-radius: 18px; }
.filter-panel label { min-width: 0; }
.filter-panel input, .filter-panel select { width: 100%; height: 52px; padding: 0 16px; color: var(--ink); background: var(--paper); border: 1px solid rgba(19,62,70,.12); border-radius: 12px; outline: none; }
.filter-panel input:focus, .filter-panel select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(79,147,164,.15); }
.search-field { position: relative; }
.search-field svg { position: absolute; left: 16px; top: 16px; color: #698187; }
.search-field input { padding-left: 47px; }
.reset-button { padding: 0 16px; color: #647c82; background: transparent; border: 0; font-size: .78rem; font-weight: 700; }
.reset-button:hover { color: var(--ink); }
.results-meta { margin: 20px 2px 22px; display: flex; justify-content: space-between; gap: 20px; color: #758b90; font-size: .76rem; }
.results-meta span:first-child { color: var(--ink); font-weight: 700; }
.course-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.course-card { min-height: 410px; overflow: hidden; background: #e9e5d8; border: 1px solid rgba(19,62,70,.1); border-radius: 22px; transition: transform .25s ease, box-shadow .25s ease; }
.course-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.course-card.sun { background: linear-gradient(145deg, #f7e8a3, #f4d362); }.course-card.leaf { background: linear-gradient(145deg, #e4ebc7, #b8ce77); }.course-card.blue { background: linear-gradient(145deg, #d5ebee, #8fc4ce); }.course-card.coral { background: linear-gradient(145deg, #f0d8ca, #e7a58f); }
.course-card-button { width: 100%; height: 100%; min-height: 410px; padding: 24px; display: flex; flex-direction: column; text-align: left; color: var(--ink-deep); background: transparent; border: 0; }
.card-top { display: flex; justify-content: space-between; align-items: center; }
.duration-pill { padding: 8px 11px; background: rgba(255,255,255,.62); border: 1px solid rgba(19,62,70,.12); border-radius: 999px; font-size: .69rem; font-weight: 700; }
.card-arrow { width: 41px; height: 41px; display: grid; place-items: center; color: white; background: var(--ink); border-radius: 50%; transition: transform .22s ease; }
.course-card:hover .card-arrow { transform: translateX(3px); }
.card-copy { margin: auto 0; }
.card-copy > p:first-child { margin: 0 0 11px; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; opacity: .62; }
.card-copy h3 { margin: 0; font-size: clamp(1.7rem, 2.35vw, 2.7rem); line-height: .96; letter-spacing: -.055em; }
.card-copy .summary { margin: 18px 0 0; color: rgba(10,43,51,.72); font-size: .88rem; line-height: 1.55; }
.card-public { padding-top: 18px; display: flex; gap: 10px; align-items: flex-start; border-top: 1px solid rgba(19,62,70,.14); color: rgba(10,43,51,.73); font-size: .72rem; line-height: 1.35; }
.empty-state { padding: 70px 20px; text-align: center; border: 1px dashed rgba(19,62,70,.2); border-radius: 22px; }
.empty-state h3 { margin: 0 0 8px; font-size: 1.5rem; }.empty-state p { margin: 0 0 25px; color: #698086; }

.approach-section { padding: clamp(80px, 10vw, 150px) clamp(20px, 7vw, 110px); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 160px); align-items: start; background: var(--cream); }
.approach-copy { position: sticky; top: 126px; }
.approach-copy h2 { max-width: 670px; font-size: clamp(2.6rem, 5vw, 5.8rem); }
.approach-copy > p:not(.eyebrow) { max-width: 590px; margin: 30px 0; color: #5d777d; line-height: 1.75; }
.inline-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; text-underline-offset: 5px; }
.principles { display: grid; }
.principles article { padding: 40px 0; display: grid; grid-template-columns: 70px 1fr; gap: 20px; border-top: 1px solid var(--line); }
.principles article:last-child { border-bottom: 1px solid var(--line); }
.principles article > span { color: var(--green); font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-style: italic; }
.principles h3 { margin: 0 0 12px; color: var(--ink-deep); font-size: 1.65rem; letter-spacing: -.035em; }
.principles p { margin: 0; color: #658087; line-height: 1.7; }

.quality-section { padding: clamp(78px, 10vw, 145px) clamp(20px, 6vw, 92px); background: var(--paper); border-radius: 56px 56px 0 0; }
.quality-intro { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(45px, 8vw, 120px); align-items: end; }
.quality-intro h2 { max-width: 720px; }
.quality-lead { display: grid; gap: 16px; }
.quality-lead p { margin: 0; color: #5d777d; line-height: 1.72; }
.quality-lead strong { color: var(--ink); }
.certification-banner { margin-top: 52px; padding: 22px 26px; display: grid; grid-template-columns: 1.15fr repeat(3, 1fr); gap: 18px; align-items: center; color: white; background: var(--ink); border-radius: 20px; box-shadow: 0 18px 45px rgba(10,43,51,.13); }
.certification-banner > div:not(.certification-wordmark) { min-height: 54px; padding-left: 20px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid rgba(255,255,255,.2); }
.certification-banner span { color: #c9dcdf; font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.certification-banner strong { margin-top: 5px; color: white; font-size: .8rem; line-height: 1.35; }
.certification-wordmark { display: flex; flex-direction: column; }
.certification-wordmark strong { margin: 0; color: var(--yellow); font-family: Georgia, "Times New Roman", serif; font-size: 2.1rem; font-weight: 600; line-height: 1; letter-spacing: -.035em; }
.certification-wordmark span { margin-top: 7px; color: white; }
.quality-certificate-document { margin-top: 16px; padding: 22px 24px; display: grid; grid-template-columns: 58px minmax(0, 1fr) auto; gap: 20px; align-items: center; background: #f1efe7; border: 1px solid rgba(19,62,70,.11); border-radius: 18px; }
.certificate-document-icon { width: 54px; height: 54px; display: grid; place-items: center; color: white; background: var(--green); border-radius: 14px; }
.certificate-document-icon svg { width: 26px; height: 26px; }
.certificate-document-copy p { margin: 0 0 6px; color: #6a8287; font-size: .64rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.certificate-document-copy h3 { margin: 0; color: var(--ink-deep); font-size: 1.15rem; letter-spacing: -.025em; }
.certificate-document-copy span { margin-top: 6px; display: block; color: #627b81; font-size: .74rem; line-height: 1.45; }
.certificate-document-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.certificate-document-actions a { min-height: 42px; padding: 10px 14px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: white; background: var(--ink); border: 1px solid var(--ink); border-radius: 999px; font-size: .7rem; font-weight: 800; text-decoration: none; }
.certificate-document-actions a:last-child { color: var(--ink); background: transparent; }
.certificate-document-actions a:hover { background: var(--ink-deep); }
.certificate-document-actions a:last-child:hover { color: white; }
.quality-summary { margin: 30px 0 34px; display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.quality-summary article { min-height: 138px; padding: 24px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.quality-summary article:last-child { border-right: 0; }
.quality-summary strong { color: var(--green); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 4vw, 4rem); font-weight: 500; line-height: 1; }
.quality-summary span { margin-top: 10px; color: #627b81; font-size: .76rem; line-height: 1.35; }
.quality-criteria { display: grid; gap: 10px; }
.quality-criterion { overflow: hidden; background: #f1efe7; border: 1px solid rgba(19,62,70,.1); border-radius: 18px; }
.quality-criterion summary { min-height: 104px; padding: 22px 26px; display: grid; grid-template-columns: 58px 1fr 40px; gap: 18px; align-items: center; list-style: none; cursor: pointer; }
.quality-criterion summary::-webkit-details-marker { display: none; }
.quality-number { color: var(--green); font-family: Georgia, "Times New Roman", serif; font-size: 1.8rem; font-style: italic; }
.quality-criterion summary strong { display: block; color: var(--ink-deep); font-size: 1.25rem; letter-spacing: -.025em; }
.quality-criterion summary small { display: block; margin-top: 6px; color: #687f85; font-size: .77rem; font-weight: 400; line-height: 1.45; }
.quality-toggle { width: 34px; height: 34px; display: grid; place-items: center; color: white; background: var(--ink); border-radius: 50%; font-size: 1.3rem; transition: transform .2s ease; }
.quality-criterion[open] .quality-toggle { transform: rotate(45deg); }
.quality-indicators { padding: 0 18px 18px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.quality-indicator { padding: 22px; background: var(--paper); border: 1px solid rgba(19,62,70,.09); border-radius: 14px; }
.quality-indicator.not-applicable { background: #ebe9e1; }
.indicator-heading { margin-bottom: 14px; display: flex; justify-content: space-between; gap: 14px; align-items: center; }
.indicator-heading span { color: #5d777d; font-size: .69rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.indicator-heading em { padding: 6px 9px; color: #315e48; background: #e2eddb; border-radius: 999px; font-size: .62rem; font-style: normal; font-weight: 800; white-space: nowrap; }
.not-applicable .indicator-heading em { color: #6c6d68; background: #dddcd5; }
.quality-indicator h3 { margin: 0; color: var(--ink-deep); font-size: .92rem; line-height: 1.48; }
.quality-indicator p { margin: 14px 0 0; color: #5f767c; font-size: .77rem; line-height: 1.62; }
.quality-indicator p strong { color: var(--ink); }
.quality-note { margin-top: 28px; padding: 28px; display: grid; grid-template-columns: 1.15fr 1fr; gap: 24px 50px; color: white; background: var(--ink); border-radius: 20px; }
.quality-note strong { font-size: 1.1rem; }
.quality-note p { margin: 8px 0 0; color: #c9dcdf; font-size: .78rem; line-height: 1.6; }
.quality-legal { margin: 0 !important; padding-left: 24px; border-left: 1px solid rgba(255,255,255,.22); }
.quality-sources { grid-column: 1 / -1; padding-top: 18px; display: flex; flex-wrap: wrap; gap: 14px 28px; border-top: 1px solid rgba(255,255,255,.16); }
.quality-sources a { display: inline-flex; align-items: center; gap: 8px; color: var(--yellow-soft); font-size: .74rem; font-weight: 700; text-underline-offset: 4px; }

.contact-section { margin: 0 clamp(12px, 2vw, 28px) 28px; padding: clamp(60px, 8vw, 110px) clamp(20px, 6vw, 90px); display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 8vw, 130px); color: white; background: var(--ink); border-radius: 38px; }
.contact-intro h2 { color: white; font-size: clamp(2.5rem, 5vw, 5.4rem); text-wrap: balance; }
.keep-together { white-space: nowrap; }
.contact-intro > p:not(.eyebrow) { margin: 28px 0 35px; color: #c9dcdf; line-height: 1.7; }
.contact-details { display: grid; gap: 12px; color: #e1ebed; font-size: .83rem; }
.contact-details span { display: flex; gap: 10px; align-items: center; }
.contact-form { padding: clamp(24px, 4vw, 48px); color: var(--ink); background: var(--paper); border-radius: 22px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 16px; }
.form-grid label { display: grid; gap: 8px; }.form-grid label.wide { grid-column: 1 / -1; }
.form-grid label > span { color: #4f6a71; font-size: .72rem; font-weight: 700; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; padding: 12px 14px; color: var(--ink); background: #f3f1e9; border: 1px solid transparent; border-radius: 9px; outline: none; }
.form-grid input, .form-grid select { height: 47px; }
.form-grid textarea { resize: vertical; line-height: 1.5; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { background: white; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(79,147,164,.14); }
.consent { margin: 22px 0; display: flex; gap: 10px; align-items: flex-start; color: #6b8085; font-size: .71rem; line-height: 1.5; }
.consent input { margin-top: 3px; accent-color: var(--ink); }
.contact-submit { width: 100%; color: var(--ink-deep); background: var(--yellow); }
.contact-submit:hover { background: #f6d65f; }
.form-note { margin: 12px 0 0; color: #7c9095; font-size: .68rem; line-height: 1.5; text-align: center; }
.form-status { margin-top: 16px; padding: 12px 14px; display: flex; gap: 9px; align-items: flex-start; color: #315e48; background: #e4efdf; border-radius: 9px; font-size: .76rem; line-height: 1.45; }

footer { padding: 30px clamp(20px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; gap: 28px; color: #647b81; background: var(--cream); font-size: .73rem; }
.footer-brand .brand-logo { width: 165px; max-height: 66px; }.footer-brand strong { color: var(--ink); }
footer a { font-weight: 700; text-underline-offset: 4px; }

.modal { position: fixed; inset: 0; z-index: 100; display: grid; grid-template-columns: 1fr minmax(320px, 750px); visibility: hidden; pointer-events: none; }
.modal.open { visibility: visible; pointer-events: auto; }
.modal-backdrop { background: rgba(5,29,34,.62); opacity: 0; backdrop-filter: blur(5px); transition: opacity .3s ease; }
.modal.open .modal-backdrop { opacity: 1; }
.modal-panel { position: relative; height: 100%; padding: clamp(32px, 5vw, 68px); overflow-y: auto; color: var(--ink); background: var(--paper); box-shadow: -20px 0 60px rgba(0,0,0,.16); transform: translateX(100%); transition: transform .35s cubic-bezier(.2,.75,.25,1); }
.modal.open .modal-panel { transform: translateX(0); }
.modal-close { position: absolute; top: 23px; right: 23px; width: 44px; height: 44px; display: grid; place-items: center; color: var(--ink); background: #f0eee6; border: 0; border-radius: 50%; }
.modal-accent { width: 70px; height: 9px; margin-bottom: 34px; border-radius: 8px; }.modal-accent.sun { background: var(--yellow); }.modal-accent.leaf { background: var(--green); }.modal-accent.blue { background: var(--blue); }.modal-accent.coral { background: var(--coral); }
.modal-panel h2 { max-width: 610px; margin: 0; color: var(--ink-deep); font-size: clamp(2.4rem, 5vw, 4.6rem); line-height: .93; letter-spacing: -.055em; }
.modal-subtitle { margin: 14px 0 28px; color: #5f7a80; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; font-style: italic; }
.modal-facts { padding: 16px 0; display: grid; gap: 11px; border-block: 1px solid var(--line); }
.modal-facts span { display: flex; align-items: center; gap: 11px; color: #688086; font-size: .77rem; }.modal-facts strong { color: var(--ink); font-weight: 600; }
.modal-summary { margin: 30px 0; color: #536f76; font-size: 1rem; line-height: 1.65; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; }
.detail-grid h3 { margin: 0 0 18px; color: var(--ink-deep); font-size: 1rem; }
.detail-grid ul, .detail-grid ol { margin: 0; padding: 0; list-style: none; display: grid; gap: 13px; }
.detail-grid ul li { display: flex; gap: 10px; color: #536e74; font-size: .8rem; line-height: 1.45; }.detail-grid ul svg { margin-top: 2px; color: var(--green); }
.detail-grid ol li { display: grid; grid-template-columns: 31px 1fr; gap: 8px; color: #536e74; font-size: .8rem; line-height: 1.45; }.detail-grid ol span { color: var(--blue); font-family: Georgia, "Times New Roman", serif; font-size: 1rem; font-style: italic; }
.method-box { margin: 34px 0 26px; padding: 20px; display: flex; justify-content: space-between; gap: 22px; color: #46646b; background: #f0eee6; border-radius: 12px; }
.method-box span { color: var(--ink); font-size: .72rem; font-weight: 700; }.method-box p { margin: 6px 0 0; font-size: .76rem; line-height: 1.5; }.method-box strong { min-width: 150px; color: var(--ink); font-size: .8rem; text-align: right; }
.modal-contact { width: 100%; }
.modal-note { margin: 12px 0 0; color: #7c8f93; font-size: .67rem; text-align: center; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-visual { min-height: 430px; }
  .orb-yellow { width: 430px; height: 430px; }
  .course-grid { grid-template-columns: repeat(2, 1fr); }
  .delivery-formats-intro { grid-template-columns: 1fr; gap: 20px; }
  .filter-panel { grid-template-columns: 1fr 1fr; }.search-field { grid-column: 1 / -1; }
  .approach-section, .quality-intro, .contact-section { grid-template-columns: 1fr; }
  .approach-copy { position: static; }
  .certification-banner { grid-template-columns: 1fr 1fr; }.certification-banner > div:nth-child(3) { border-left: 0; }
  .quality-certificate-document { grid-template-columns: 54px 1fr; }.certificate-document-actions { grid-column: 1 / -1; justify-content: flex-start; }
  .quality-summary { grid-template-columns: repeat(2, 1fr); }.quality-summary article:nth-child(2) { border-right: 0; }.quality-summary article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .contact-intro { max-width: 700px; }
}

@media (max-width: 720px) {
  .site-header { min-height: 68px; }.site-header nav { gap: 8px; }.site-header nav a:not(.admin-link) { display: none; }.site-header .admin-link { padding: 9px 11px; font-size: .68rem; }
  .brand-logo { width: 124px; max-height: 46px; }.brand small { display: none; }
  .hero { padding-top: 58px; }.hero-logo { width: 205px; margin-bottom: 24px; }.hero h1 { font-size: clamp(3.25rem, 16vw, 5.3rem); }.hero-lead { margin-top: 25px; }
  .hero-proof { margin-top: 38px; }.hero-visual { min-height: 370px; }.method-card { padding: 31px; }.method-card h2 { font-size: 2.4rem; }
  .catalogue-section { border-radius: 32px 32px 0 0; }.section-heading { grid-template-columns: 1fr; gap: 22px; }
  .delivery-formats { margin-top: 42px; padding: 25px 18px; border-radius: 22px; }.delivery-format-grid { grid-template-columns: 1fr; }.delivery-format-card { min-height: 0; }
  .filter-panel { grid-template-columns: 1fr; }.search-field { grid-column: auto; }.reset-button { height: 38px; }
  .results-meta span:last-child { display: none; }.course-grid { grid-template-columns: 1fr; }.course-card, .course-card-button { min-height: 370px; }
  .approach-section { gap: 35px; }.principles article { grid-template-columns: 48px 1fr; }
  .quality-section { border-radius: 32px 32px 0 0; }.quality-intro { gap: 26px; }.certification-banner { margin-top: 36px; padding: 20px; grid-template-columns: 1fr; }.certification-banner > div:not(.certification-wordmark) { padding: 15px 0 0; border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }.quality-certificate-document { padding: 20px; grid-template-columns: 1fr; }.certificate-document-icon { width: 48px; height: 48px; }.certificate-document-actions { grid-column: auto; display: grid; }.certificate-document-actions a { width: 100%; }.quality-summary { margin-top: 28px; }.quality-summary article { min-height: 112px; padding: 18px; }.quality-indicators { grid-template-columns: 1fr; }.quality-criterion summary { min-height: 92px; padding: 18px; grid-template-columns: 38px 1fr 34px; gap: 10px; }.quality-criterion summary small { display: none; }.quality-note { grid-template-columns: 1fr; padding: 23px; }.quality-legal { padding: 18px 0 0; border-top: 1px solid rgba(255,255,255,.22); border-left: 0; }.quality-sources { grid-column: auto; }
  .contact-section { margin: 0 8px 8px; padding-inline: 18px; border-radius: 28px; }.contact-intro h2 { font-size: clamp(2.25rem, 12vw, 3.6rem); }.contact-form { padding: 22px 17px; }.form-grid { grid-template-columns: 1fr; }.form-grid label.wide { grid-column: auto; }
  footer { align-items: flex-start; flex-direction: column; }.footer-brand small { display: block; }
  .modal { grid-template-columns: 1fr; }.modal-backdrop { display: none; }.modal-panel { padding-top: 80px; }.detail-grid { grid-template-columns: 1fr; }.method-box { flex-direction: column; }.method-box strong { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
/* Les retours à la ligne saisis dans l’administration sont conservés dans l’encadré de méthode. */
.method-card h2{white-space:pre-line}
