:root { --ink: #091a2a; --navy: #071726; --navy-2: #102c45; --blue: #174f7a; --gold: #c9963e; --gold-light: #e7c679; --ivory: #f5f1e9; --paper: #fbfaf7; --white: #fff; --muted: #66717b; --line: rgba(9,26,42,.14); --success: #1e7659; --danger: #a33b36; --display: Georgia,'Times New Roman',serif; --sans: Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif; --container: 1240px; --radius-sm: 12px; --radius: 24px; --shadow: 0 22px 60px rgba(9,26,42,.12); --ease: cubic-bezier(.2,.8,.2,1); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0px; color: var(--ink); background: var(--paper); font: 400 16px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
[hidden] { display: none !important; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
h1, h2, h3, p { margin-top: 0px; }
h1, h2, h3 { line-height: 1.08; }
h1, h2 { font-family: var(--display); font-weight: 500; letter-spacing: -0.035em; }
h1 { font-size: clamp(3.2rem, 6.7vw, 6.8rem); }
h2 { font-size: clamp(2.25rem, 4.4vw, 4.5rem); }
h3 { font-size: 1.18rem; }
p { color: var(--muted); }
address { font-style: normal; }
.container { width: min(calc(100% - 40px),var(--container)); margin-inline: auto; }
.narrow { max-width: 840px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0px; margin: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap; border: 0px; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 12px 18px; color: var(--white); background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }
.icon { width: 1.25em; height: 1.25em; fill: none; stroke: currentcolor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--gold); font-size: 0.73rem; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 1px; background: currentcolor; }
.lead { max-width: 720px; font-size: clamp(1.06rem, 1.8vw, 1.3rem); line-height: 1.65; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0px 22px; border: 1px solid transparent; border-radius: 999px; font-size: 0.82rem; font-weight: 800; letter-spacing: 0.04em; transition: transform .25s var(--ease),background .25s,color .25s,border-color .25s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--ink); background: var(--gold-light); }
.btn-primary:hover { background: var(--white); }
.btn-outline { border-color: var(--line); background: transparent; }
.btn-outline:hover { border-color: var(--ink); }
.btn-ghost { color: var(--white); border-color: rgba(255, 255, 255, 0.45); background: rgba(255, 255, 255, 0.06); backdrop-filter: blur(8px); }
.btn-ghost:hover { background: var(--white); color: var(--ink); }
.btn-light { color: var(--ink); background: var(--white); }
.btn-gold { color: var(--ink); background: var(--gold-light); }
.btn-small { min-height: 42px; padding-inline: 18px; }
.text-link, .text-button { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); border-top: 0px; border-right: 0px; border-left: 0px; border-image: none; padding: 0px 0px 4px; background: transparent; border-bottom: 1px solid var(--gold); font-weight: 800; }
.site-header { position: sticky; z-index: 100; top: 0px; background: rgba(251, 250, 247, 0.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.nav-shell { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 52px; height: 52px; object-fit: contain; }
.brand span { display: grid; line-height: 1.15; }
.brand strong { font-family: var(--display); font-size: 1.04rem; font-weight: 600; }
.brand small { margin-top: 5px; color: var(--muted); font-size: 0.6rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 28px); }
.main-nav > a:not(.btn) { position: relative; padding: 31px 0px; color: rgb(83, 96, 106); font-size: 0.82rem; font-weight: 700; }
.main-nav > a:not(.btn)::after { content: ""; position: absolute; right: 0px; bottom: 23px; left: 0px; height: 2px; background: var(--gold); transform: scaleX(0); transition: transform 0.2s; }
.main-nav > a:hover, .main-nav > a[aria-current="page"] { color: var(--ink); }
.main-nav > a[aria-current="page"]::after { transform: scaleX(1); }
.nav-cta { color: var(--white); background: var(--ink); }
.nav-toggle { display: none; width: 48px; height: 48px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: transparent; }
.hero { position: relative; min-height: min(830px, -86px + 100vh); overflow: hidden; color: var(--white); background: var(--navy); }
.hero::after { content: ""; position: absolute; inset: 0px; background: linear-gradient(90deg, rgba(5, 18, 30, 0.98) 0%, rgba(5, 18, 30, 0.9) 38%, rgba(5, 18, 30, 0.2) 76%, rgba(5, 18, 30, 0.08)); }
.hero-grid { min-height: inherit; display: grid; align-items: center; }
.hero-copy { position: relative; z-index: 2; width: min(760px, 62vw); padding: 90px 0px 100px; }
.hero .eyebrow { color: var(--gold-light); }
.hero-domain { display: flex; align-items: center; gap: 12px; color: rgba(255, 255, 255, 0.72); font-size: 0.76rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.hero-domain i { width: 5px; height: 5px; border-radius: 50%; background: var(--gold-light); }
.hero h1 { max-width: 830px; margin-bottom: 28px; }
.hero h1 em { display: block; color: var(--gold-light); font-style: italic; }
.hero .lead { max-width: 650px; color: rgba(255, 255, 255, 0.74); }
.hero .actions { margin-top: 38px; }
.advisor-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 25px; color: rgba(255, 255, 255, 0.82); font-size: 0.82rem; font-weight: 700; }
.advisor-link:hover { color: var(--gold-light); }
.hero-media { position: absolute; inset: 0px; margin: 0px; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.hero-media figcaption { position: absolute; z-index: 3; right: 28px; bottom: 24px; padding: 8px 13px; color: rgba(255, 255, 255, 0.85); border: 1px solid rgba(255, 255, 255, 0.25); border-radius: 999px; background: rgba(7, 23, 38, 0.45); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; backdrop-filter: blur(10px); }
.manifesto { color: var(--white); background: var(--ink); border-top: 1px solid rgba(255, 255, 255, 0.12); }
.manifesto .container { min-height: 120px; display: grid; grid-template-columns: 60px 1fr auto; gap: 30px; align-items: center; }
.manifesto span { color: var(--gold-light); font: italic 1.2rem var(--display); }
.manifesto p { margin: 0px; color: rgba(255, 255, 255, 0.75); font-size: 1.05rem; }
.manifesto strong { font-size: 0.72rem; letter-spacing: 0.17em; text-transform: uppercase; }
.section { padding: clamp(88px, 9vw, 140px) 0px; }
.soft { background: var(--ivory); }
.editorial { background: var(--white); }
.section-head { display: grid; grid-template-columns: minmax(0px, 1.2fr) minmax(260px, 0.8fr); gap: 70px; align-items: end; margin-bottom: 56px; }
.section-head h2 { max-width: 790px; margin-bottom: 0px; }
.section-head > p { max-width: 520px; margin: 0px 0px 9px; font-size: 1.05rem; }
.cards { display: grid; gap: 20px; }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.cards.four { grid-template-columns: repeat(4, 1fr); }
.pillar-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.pillar { position: relative; min-height: 520px; display: flex; flex-direction: column; align-items: flex-start; overflow: hidden; padding: clamp(34px, 5vw, 62px); color: var(--white); border-radius: 3px; }
.pillar::after { content: ""; position: absolute; right: -80px; bottom: -100px; width: 320px; height: 320px; border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 50%; }
.pillar.formation { background: var(--blue); }
.pillar.digital { background: var(--ink); }
.pillar > .icon { width: 42px; height: 42px; margin-bottom: auto; color: var(--gold-light); }
.pillar .kicker { margin-top: 50px; color: var(--gold-light); }
.pillar h2 { max-width: 520px; font-size: clamp(2.5rem, 4vw, 4.2rem); }
.pillar p, .pillar li { color: rgba(255, 255, 255, 0.72); }
.pillar ul { display: grid; gap: 7px; padding-left: 19px; margin-bottom: 32px; }
.card, .course-card, .value-card, .path-card { position: relative; display: flex; flex-direction: column; min-width: 0px; padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); transition: transform .3s var(--ease),box-shadow .3s,border-color .3s; }
.card:hover, .course-card:hover { z-index: 1; transform: translateY(-7px); border-color: rgba(201, 150, 62, 0.5); box-shadow: var(--shadow); }
.course-card > .icon { width: 30px; height: 30px; margin-bottom: 35px; color: var(--gold); }
.course-card .kicker { margin-bottom: 12px; }
.course-card h3 { font-family: var(--display); font-size: 1.7rem; font-weight: 500; }
.course-card ul { min-height: 80px; padding-left: 18px; color: var(--muted); }
.course-card .text-button { align-self: flex-start; margin-top: auto; }
.price-inline { color: var(--ink); font-weight: 800; }
.split { display: grid; grid-template-columns: 1.06fr 0.94fr; gap: clamp(55px, 8vw, 110px); align-items: center; }
.split .section-head { display: block; margin-bottom: 35px; }
.benefit-list { display: grid; gap: 0px; padding: 0px; margin: 0px; list-style: none; }
.benefit-list li { display: flex; gap: 14px; align-items: center; padding: 18px 0px; border-bottom: 1px solid var(--line); font-weight: 650; }
.benefit-list .icon { flex: 0 0 auto; color: var(--gold); }
.process-mini { border-top: 1px solid var(--ink); }
.process-mini > div { display: grid; grid-template-columns: 68px 1fr; align-items: center; min-height: 92px; border-bottom: 1px solid var(--line); }
.process-mini span, .path-card > span { color: var(--gold); font: italic 1.05rem var(--display); }
.process-mini strong { font-size: 1.1rem; }
.pack-grid { display: grid; grid-template-columns: repeat(5, minmax(220px, 1fr)); gap: 14px; align-items: stretch; }
.pack-card { position: relative; display: flex; flex-direction: column; padding: 30px 24px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.pack-card.recommended { color: var(--white); background: var(--ink); border-color: var(--ink); transform: translateY(-10px); box-shadow: var(--shadow); }
.pack-card .badge { position: absolute; top: 0px; right: 18px; padding: 6px 10px; color: var(--ink); background: var(--gold-light); font-size: 0.63rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.pack-card h3 { margin-bottom: 28px; font: 500 2.2rem var(--display); }
.pack-price { padding: 15px 0px; border-top: 1px solid var(--line); }
.pack-card.recommended .pack-price { border-color: rgba(255, 255, 255, 0.17); }
.pack-price span, .pack-price strong { display: block; }
.pack-price span { color: var(--muted); font-size: 0.67rem; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; }
.pack-card.recommended .pack-price span, .pack-card.recommended li { color: rgba(255, 255, 255, 0.7); }
.pack-price strong { margin-top: 5px; font-size: 1rem; }
.pack-price.monthly strong { color: var(--gold); }
.pack-card ul { display: grid; gap: 10px; padding: 20px 0px; margin: 0px 0px 24px; list-style: none; }
.pack-card li { display: flex; gap: 8px; color: var(--muted); font-size: 0.84rem; }
.pack-card li .icon { flex: 0 0 auto; color: var(--gold); }
.pack-card .btn { margin-top: auto; }
.pack-card.recommended .btn-outline { color: var(--white); border-color: rgba(255, 255, 255, 0.3); }
.page-hero { padding: clamp(90px, 10vw, 150px) 0px; color: var(--white); background: var(--ink); }
.page-hero h1 { max-width: 1000px; margin-bottom: 28px; font-size: clamp(3rem, 6vw, 6rem); }
.page-hero .lead { color: rgba(255, 255, 255, 0.7); }
.page-hero.compact { padding-block: 86px; }
.media-hero { position: relative; overflow: hidden; padding: 0px; }
.page-hero-grid { min-height: 650px; display: grid; grid-template-columns: 0.92fr 1.08fr; align-items: center; }
.page-hero-grid > div { position: relative; z-index: 2; padding: 80px 70px 80px 0px; }
.page-hero-grid h1 { font-size: clamp(3.3rem, 5vw, 5.5rem); }
.page-hero-media { align-self: stretch; margin: 0 calc((100vw - min(100vw - 40px,var(--container)))/-2) 0 0; }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.training-hero { background: var(--blue); }
.digital-hero { background: var(--navy); }
.value-strip { padding: 60px 0px; color: var(--white); background: var(--gold); }
.value-strip .container { display: flex; align-items: center; gap: 30px; }
.value-strip .icon { width: 46px; height: 46px; }
.value-strip p { margin: 0px; color: rgba(255, 255, 255, 0.78); font-weight: 700; }
.value-strip h2 { margin: 0px; font-size: clamp(2rem, 4vw, 3.8rem); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.benefit-grid > div { min-height: 140px; display: flex; flex-direction: column; justify-content: space-between; gap: 22px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-weight: 750; }
.benefit-grid .icon { color: var(--gold); }
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; }
.filters button { min-height: 44px; padding: 0px 17px; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; background: var(--white); font-size: 0.78rem; font-weight: 800; }
.filters button[aria-pressed="true"] { color: var(--white); background: var(--ink); border-color: var(--ink); }
.path-card { min-height: 240px; }
.path-card h3 { margin-top: auto; font: 500 1.55rem var(--display); }
.rounded-media { overflow: hidden; margin: 0px; border-radius: var(--radius); box-shadow: var(--shadow); }
.rounded-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.gallery-grid, .portfolio-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.gallery-grid img, .portfolio-grid figure { min-height: 260px; margin: 0px; overflow: hidden; border-radius: var(--radius-sm); }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; }
.gallery-grid img:nth-child(1) { grid-column: span 7; }
.gallery-grid img:nth-child(2) { grid-column: span 5; }
.gallery-grid img:nth-child(3) { grid-column: span 5; }
.gallery-grid img:nth-child(4) { grid-column: span 7; }
.portfolio-grid figure { grid-column: span 6; background: var(--white); }
.portfolio-grid figure:last-child { grid-column: 4 / span 6; }
.portfolio-grid img { width: 100%; height: 360px; object-fit: cover; }
.portfolio-grid figcaption { padding: 18px 20px; font-weight: 750; }
.photo-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.photo-row img { width: 100%; aspect-ratio: 1 / 1.08; object-fit: cover; border-radius: var(--radius-sm); }
.verified-work { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 70px; align-items: center; }
.price-band { display: grid; grid-template-columns: 1fr 1fr 1.4fr; border: 1px solid var(--line); background: var(--white); }
.price-band > * { padding: 32px; }
.price-band > div { border-right: 1px solid var(--line); }
.price-band span, .price-band small, .price-band strong { display: block; }
.price-band span { color: var(--muted); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.price-band strong { margin: 10px 0px; font: 500 1.8rem var(--display); }
.price-band p { margin: 0px; }
.notice { margin-top: 30px; padding: 28px; color: var(--ink); background: rgb(238, 228, 207); border-left: 4px solid var(--gold); }
.notice p:last-child { margin-bottom: 0px; }
.table-scroll { overflow-x: auto; border: 1px solid var(--line); background: var(--white); }
table { width: 100%; min-width: 940px; border-collapse: collapse; }
th, td { padding: 18px 16px; text-align: left; border-bottom: 1px solid var(--line); font-size: 0.83rem; }
thead th { color: var(--white); background: var(--ink); }
tbody th { position: sticky; left: 0px; z-index: 1; background: var(--white); }
.mini-badge { display: block; color: var(--gold-light); font-size: 0.61rem; text-transform: uppercase; }
.service-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.service-list > div { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0px; border-bottom: 1px solid var(--line); }
.service-list > div:nth-child(2n+1) { padding-right: 25px; }
.service-list > div:nth-child(2n) { padding-left: 25px; border-left: 1px solid var(--line); }
.service-list span { color: var(--gold); font-weight: 800; text-align: right; }
.more-services { margin-top: 24px; }
.more-services summary, .faq summary { cursor: pointer; font-weight: 800; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0px; margin: 0px; list-style: none; border-top: 1px solid var(--ink); }
.process-grid li { min-height: 300px; padding: 28px 28px 28px 0px; border-right: 1px solid var(--line); }
.process-grid li + li { padding-left: 28px; }
.process-grid span { color: var(--gold); font: italic 1.1rem var(--display); }
.process-grid h3 { margin-top: 85px; font: 500 1.7rem var(--display); }
.form-layout { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(45px, 8vw, 100px); align-items: start; }
.form-card { display: grid; gap: 19px; padding: clamp(28px, 4vw, 46px); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-card label { display: grid; gap: 8px; color: var(--ink); font-size: 0.78rem; font-weight: 800; }
input, select, textarea { width: 100%; min-height: 52px; padding: 12px 14px; color: var(--ink); border: 1px solid rgb(201, 205, 207); border-radius: 8px; background: var(--paper); }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 2px solid var(--gold); outline-offset: 0px; border-color: var(--gold); }
.consent { align-items: start; grid-template-columns: 20px 1fr !important; font-weight: 500 !important; }
.consent input { min-height: auto; margin-top: 3px; }
.honeypot { position: absolute; left: -9999px; }
.form-note, .form-status { margin: 0px; font-size: 0.78rem; }
.form-status[data-type="error"] { color: var(--danger); }
.form-status[data-type="success"] { color: var(--success); }
.contact-panel { display: grid; margin-top: 34px; border-top: 1px solid var(--line); }
.contact-panel > * { display: flex; gap: 15px; align-items: center; padding: 20px 0px; border-bottom: 1px solid var(--line); font-weight: 750; }
.contact-panel small { display: block; color: var(--muted); font-size: 0.67rem; letter-spacing: 0.08em; text-transform: uppercase; }
.contact-panel .icon { color: var(--gold); }
.faq { border-top: 1px solid var(--ink); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 25px 45px 25px 0px; list-style: none; }
.faq summary::after { content: "+"; position: absolute; right: 8px; font-size: 1.4rem; font-weight: 400; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 760px; padding: 0px 0px 24px; }
.dual-cta { padding: clamp(70px, 8vw, 110px) 0px; color: var(--white); background: var(--blue); }
.dual-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.dual-cta h2 { margin-bottom: 8px; }
.dual-cta p { margin: 0px; color: rgba(255, 255, 255, 0.72); }
.empty-state, .not-found { text-align: center; }
.empty-state { max-width: 760px; }
.empty-state .icon { width: 45px; height: 45px; color: var(--gold); }
.not-found { display: grid; min-height: 65vh; place-items: center; padding: 80px 0px; }
.prose { max-width: 820px; }
.prose h2 { margin-top: 45px; font-size: 2rem; }
.site-footer { padding: 80px 0px 30px; color: var(--white); background: rgb(5, 15, 25); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 0.75fr 0.9fr; gap: 70px; }
.footer-grid img { width: 70px; margin-bottom: 20px; }
.footer-grid p { max-width: 460px; color: rgba(255, 255, 255, 0.62); }
.footer-grid h2 { color: var(--gold-light); font: 800 .7rem var(--sans); letter-spacing: 0.14em; text-transform: uppercase; }
.footer-grid > div:nth-child(n+2) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid a, .footer-grid address { color: rgba(255, 255, 255, 0.7); }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 70px; padding-top: 24px; color: rgba(255, 255, 255, 0.45); border-top: 1px solid rgba(255, 255, 255, 0.12); font-size: 0.75rem; }
.wa-float { position: fixed; z-index: 90; right: 18px; bottom: 18px; width: 56px; height: 56px; display: grid; place-items: center; color: var(--white); background: rgb(21, 143, 101); border: 3px solid var(--white); border-radius: 50%; box-shadow: rgba(0, 0, 0, 0.25) 0px 10px 30px; }
.wa-float .icon { width: 27px; height: 27px; }
@media (max-width: 1100px) {
  .main-nav { gap: 14px; }
  .main-nav > a:not(.btn) { font-size: 0.75rem; }
  .pack-grid { grid-template-columns: repeat(3, 1fr); }
  .pack-card.recommended { transform: none; }
  .cards.four { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .container { width: min(calc(100% - 30px),var(--container)); }
  .nav-shell { min-height: 74px; }
  .brand img { width: 46px; height: 46px; }
  .brand small { display: none; }
  .nav-toggle { display: inline-flex; }
  .main-nav { position: absolute; top: 74px; right: 0px; left: 0px; display: none; align-items: stretch; padding: 14px 20px 24px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .main-nav.is-open { display: grid; }
  .main-nav > a:not(.btn) { padding: 12px 0px; font-size: 0.9rem; }
  .main-nav > a:not(.btn)::after { bottom: 5px; }
  .hero { min-height: 760px; }
  .hero::after { background: linear-gradient(rgba(5, 18, 30, 0.93), rgba(5, 18, 30, 0.72) 70%, rgba(5, 18, 30, 0.8)); }
  .hero-copy { width: 100%; padding: 85px 0px 150px; }
  .hero h1 { font-size: clamp(3.25rem, 12vw, 5.2rem); }
  .hero-media img { object-position: 63% center; }
  .manifesto .container { grid-template-columns: 38px 1fr; padding-block: 25px; }
  .manifesto strong { grid-column: 2; }
  .section-head { grid-template-columns: 1fr; gap: 18px; }
  .pillar-grid, .split, .verified-work, .form-layout { grid-template-columns: 1fr; }
  .cards.three { grid-template-columns: repeat(2, 1fr); }
  .pack-grid { grid-template-columns: repeat(2, 1fr); }
  .page-hero-grid { grid-template-columns: 1fr; }
  .page-hero-grid > div { padding: 80px 0px 50px; }
  .page-hero-media { height: 460px; margin: 0px -15px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .price-band { grid-template-columns: 1fr 1fr; }
  .price-band > p { grid-column: 1 / -1; border-top: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .dual-cta .container { display: grid; }
}
@media (max-width: 560px) {
  body { font-size: 15px; }
  .container { width: min(calc(100% - 24px),var(--container)); }
  h1 { font-size: 3rem; }
  h2 { font-size: 2.35rem; }
  .brand strong { font-size: 0.9rem; }
  .hero { min-height: calc(-74px + 100svh); }
  .hero-copy { padding: 58px 0px 115px; }
  .hero-domain { display: grid; grid-template-columns: 1fr; gap: 3px; }
  .hero-domain i { display: none; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.25rem); }
  .hero .lead { font-size: 1rem; }
  .hero .actions, .page-hero .actions { align-items: stretch; }
  .hero .btn, .page-hero .btn { width: 100%; }
  .hero-media figcaption { display: none; }
  .section { padding: 74px 0px; }
  .section-head { margin-bottom: 36px; }
  .pillar { min-height: 470px; padding: 30px 25px; }
  .pillar h2 { font-size: 2.55rem; }
  .cards.three, .cards.four, .pack-grid, .benefit-grid, .process-grid, .service-list, .form-grid, .price-band, .footer-grid { grid-template-columns: 1fr; }
  .pack-card { padding: 28px 22px; }
  .page-hero:not(.media-hero) { padding: 76px 0px; }
  .page-hero h1, .page-hero-grid h1 { font-size: 3.15rem; }
  .page-hero-grid { min-height: auto; }
  .page-hero-media { height: 350px; margin: 0px -12px; }
  .value-strip .container { align-items: flex-start; }
  .value-strip .icon { flex: 0 0 auto; width: 35px; height: 35px; }
  .gallery-grid, .portfolio-grid { grid-template-columns: 1fr; }
  .gallery-grid img:nth-child(n), .portfolio-grid figure, .portfolio-grid figure:last-child { grid-column: auto; }
  .gallery-grid img { min-height: 240px; }
  .photo-row { grid-template-columns: 1fr 1fr; }
  .photo-row img:first-child { grid-column: 1 / -1; aspect-ratio: 16 / 10; }
  .service-list > div:nth-child(n) { padding-inline: 0px; border-left: 0px; }
  .process-grid li, .process-grid li + li { min-height: auto; padding: 25px 0px; border-right: 0px; border-bottom: 1px solid var(--line); }
  .process-grid h3 { margin-top: 32px; }
  .price-band > div { border-right: 0px; border-bottom: 1px solid var(--line); }
  .price-band > p { grid-column: auto; }
  .footer-grid { gap: 34px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { display: grid; }
}
@media (max-width: 560px) {
  .wa-float { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, ::before, ::after { scroll-behavior: auto !important; transition: none !important; }
}

/* EGS Events & Déco */
.pillar-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pillar.events { background: linear-gradient(180deg, rgba(7,23,38,.18), rgba(7,23,38,.94)), url('/assets/egs-events-hero.webp') center/cover; }
.events-hero { background: #18372f; }
.events-hero .page-hero-media { position: relative; }
.events-hero .page-hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,23,38,.28), transparent 35%); pointer-events: none; }
.inspiration-label { position: absolute; z-index: 2; right: 22px; bottom: 20px; padding: 7px 11px; color: #fff; background: rgba(7,23,38,.72); border: 1px solid rgba(255,255,255,.3); border-radius: 999px; font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.events-value { background: #9b6b2f; }
.event-service { min-height: 255px; }
.event-service h3 { margin-top: auto; font: 500 1.8rem var(--display); }
.event-number { color: var(--gold); font: italic 1.05rem var(--display); }
.events-pack-grid { grid-template-columns: repeat(5, minmax(200px, 1fr)); }
.event-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.event-gallery figure { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius-sm); background: var(--white); box-shadow: var(--shadow); }
.event-gallery img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.event-gallery figcaption { position: absolute; right: 12px; bottom: 12px; padding: 7px 10px; color: #fff; background: rgba(7,23,38,.78); border-radius: 999px; font-size: .68rem; font-weight: 800; }
.events-cta { background: #18372f; }
@media (max-width: 1100px) { .pillar-grid { grid-template-columns: 1fr 1fr; } .pillar.events { grid-column: 1/-1; min-height: 470px; } .events-pack-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 860px) { .pillar-grid { grid-template-columns: 1fr; } .pillar.events { grid-column: auto; } .events-pack-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .events-pack-grid, .event-gallery { grid-template-columns: 1fr; } .events-pack-grid .pack-card.recommended { transform: none; } }
