:root {
  --green: #07544d;
  --green-deep: #043d38;
  --ink: #17211e;
  --muted: #66706c;
  --ivory: #f4f0e7;
  --paper: #fbfaf6;
  --white: #ffffff;
  --line: rgba(23, 33, 30, 0.16);
  --gold: #c5a66a;
  --green-gradient: radial-gradient(circle at 88% 12%, rgba(24, 132, 119, .32) 0, transparent 36%), linear-gradient(112deg, #043d38 0%, #07544d 54%, #0a685e 100%);
  --green-gradient-deep: radial-gradient(circle at 86% 8%, rgba(7, 84, 77, .46) 0, transparent 38%), linear-gradient(112deg, #10201d 0%, #043d38 58%, #07544d 100%);
  --serif: "Prata", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --shell: 1360px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, video { max-width: 100%; }
img { display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; left: 18px; top: -80px; z-index: 1000; padding: 12px 18px; background: var(--ink); color: var(--white); transition: top .2s ease; }
.skip-link:focus { top: 18px; }
.shell { width: min(calc(100% - 64px), var(--shell)); margin-inline: auto; }
.section { padding: 140px 0; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .14s; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; height: 90px; color: var(--ink); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand { display: inline-flex; align-items: center; min-width: max-content; }
.brand .brand-logo { width: 330px; height: auto; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy b { font-size: 14px; letter-spacing: .17em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 600; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--green); transition: right .25s ease; }
.site-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 13px 20px; border: 1px solid var(--ink); transition: background .25s ease, color .25s ease; }
.nav-cta:hover { background: var(--ink); color: var(--white); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: none; align-items: center; justify-content: center; flex-direction: column; gap: 7px; }
.menu-toggle span { width: 24px; height: 1px; background: currentColor; transition: transform .25s ease; }

.hero { min-height: 100vh; padding-top: 90px; background: var(--ivory); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(420px, .88fr); gap: 54px; align-items: stretch; min-height: calc(100vh - 134px); }
.hero-grid > *, .statement-grid > *, .audience-grid > *, .program-head > *, .topics-title > *, .speakers-grid > *, .about-grid > *, .event-card-body > *, .apply-grid > * { min-width: 0; }
.hero-copy { align-self: center; padding: 68px 0 82px; max-width: 790px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 30px; color: var(--green); font-size: 11px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow > span { width: 38px; height: 1px; background: currentColor; }
h1, h2, h3 { margin-top: 0; overflow-wrap: normal; word-break: normal; hyphens: none; }
h1, h2 { margin-bottom: 0; font-family: var(--serif); font-weight: 400; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 790px; font-size: clamp(43px, 3.85vw, 66px); }
.hero-copy h1 { max-width: 820px; font-size: clamp(48px, 5vw, 76px); }
h1 em, h2 em {
  color: var(--green);
  font-style: normal;
  background: none;
  -webkit-text-fill-color: currentColor;
}
.hero-description { max-width: 660px; margin: 24px 0 0; color: #283631; font-size: clamp(23px, 1.95vw, 32px); line-height: 1.32; letter-spacing: -.02em; }
.hero-description em { color: var(--green); font-style: normal; }
.hero-lead { max-width: 655px; margin: 30px 0 0; color: #4f5a56; font-size: clamp(18px, 1.45vw, 22px); line-height: 1.65; }
.hero-lead strong { color: var(--green); font-weight: 700; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 44px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 42px; min-height: 58px; padding: 0 24px; border: 1px solid transparent; cursor: pointer; font-size: 13px; font-weight: 700; letter-spacing: .03em; transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 18px; font-weight: 400; }
.button-primary { background: var(--green); color: var(--white); }
.button-primary:hover { background: var(--green-deep); }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 600; }
.text-link span { font-size: 18px; }
.hero-meta { display: flex; gap: 30px; margin-top: 58px; color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.hero-meta span { display: flex; align-items: center; gap: 9px; }
.hero-meta span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.hero-media { position: relative; min-height: 690px; margin-top: 24px; margin-bottom: 44px; overflow: hidden; border: 1px solid rgba(7,84,77,.18); background: var(--green-deep); box-shadow: 0 28px 70px rgba(4,61,56,.14); }
.hero-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.video-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.04) 45%, rgba(2,27,24,.68) 100%); }
.video-company-link { position: absolute; top: 24px; right: 24px; display: inline-flex; align-items: center; gap: 10px; min-height: 42px; padding: 0 15px; border: 1px solid rgba(255,255,255,.5); background: rgba(2,27,24,.28); color: var(--white); backdrop-filter: blur(10px); font-size: 10px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; transition: background .25s ease, border-color .25s ease; }
.video-company-link:hover { border-color: rgba(255,255,255,.82); background: rgba(2,27,24,.48); }
.video-company-link span { font-size: 15px; }
.video-label { position: absolute; left: 34px; bottom: 32px; display: grid; color: var(--white); text-transform: uppercase; }
.video-label span { color: rgba(255,255,255,.64); font-size: 10px; letter-spacing: .2em; }
.video-label b { margin-top: 8px; font-family: var(--serif); font-size: 28px; font-weight: 400; letter-spacing: .04em; }
.video-label small { font-size: 9px; letter-spacing: .18em; }
.video-controls { position: absolute; right: 28px; bottom: 28px; display: flex; gap: 10px; }
.video-toggle, .video-sound { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 19px; border: 1px solid rgba(255,255,255,.62); background: rgba(0,0,0,.25); color: var(--white); cursor: pointer; backdrop-filter: blur(10px); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.video-toggle:hover, .video-sound:hover { background: rgba(0,0,0,.36); }
.pause-icon { display: inline-block; width: 10px; height: 10px; border-left: 2px solid currentColor; border-right: 2px solid currentColor; }
.video-toggle.is-paused .pause-icon { width: 0; height: 0; border: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 8px solid currentColor; }
.hero-line { height: 44px; overflow: hidden; background: linear-gradient(90deg, var(--green-deep), var(--green), #0a685e); color: rgba(255,255,255,.82); white-space: nowrap; }
.hero-line-track { display: flex; width: max-content; animation: marquee 30s linear infinite; }
.hero-line-group { display: flex; flex: none; align-items: center; height: 44px; font-size: 10px; letter-spacing: .19em; }
.hero-line-group span { margin: 0 24px; color: #dfc07f; }
@keyframes marquee { to { transform: translateX(-25%); } }

.section-kicker { display: flex; align-items: center; justify-content: space-between; margin-bottom: 72px; padding-bottom: 14px; border-bottom: 1px solid var(--line); color: var(--green); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.section-kicker b { font-weight: 500; }
.statement { background: var(--paper); }
.statement-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(300px, .65fr); gap: 90px; align-items: end; }
.statement h2 { font-size: clamp(48px, 5vw, 76px); }
.large-copy { margin: 0 0 6px; color: #4c5753; font-size: 19px; line-height: 1.7; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; margin-top: 100px; }
.value-card { padding: 24px 22px 0 0; border-top: 1px solid var(--ink); }
.value-number { color: var(--green); font-size: 10px; letter-spacing: .14em; }
.value-card h3 { margin: 48px 0 15px; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.value-card p { max-width: 360px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.audience { overflow: hidden; background: var(--green-gradient); color: var(--white); }
.audience-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr); gap: 110px; align-items: center; }
.section-kicker.light { grid-column: 1 / -1; width: 100%; margin-bottom: 52px; border-color: rgba(255,255,255,.25); color: rgba(255,255,255,.72); }
.audience h2 { max-width: 740px; color: var(--white); font-size: clamp(50px, 5.2vw, 78px); }
.audience h2 em { color: #e6cf98; }
.audience-copy > p { max-width: 680px; margin: 34px 0 0; color: rgba(255,255,255,.74); font-size: 18px; line-height: 1.7; }
.audience-copy .audience-note { margin-top: 26px; padding-left: 18px; border-left: 1px solid #d6bc7e; color: rgba(255,255,255,.58); font-size: 13px; }
.button-ivory { margin-top: 40px; background: var(--ivory); color: var(--green-deep); }
.button-ivory:hover { background: var(--white); }
.audience-visual { position: relative; height: 690px; }
.audience-visual::before { content: ""; position: absolute; inset: -34px 34px 34px -34px; border: 1px solid rgba(255,255,255,.24); }
.audience-visual img { position: relative; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; filter: saturate(.82) contrast(1.02); }
.audience-stamp { position: absolute; right: -46px; bottom: 48px; display: grid; place-content: center; width: 138px; height: 138px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: var(--green); text-align: center; transform: rotate(-8deg); }
.audience-stamp b { font-family: var(--serif); font-size: 21px; font-weight: 400; }
.audience-stamp span { font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.industries { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; padding-top: 44px; border-top: 1px solid rgba(255,255,255,.2); }
.industries span { padding: 9px 14px; border: 1px solid rgba(255,255,255,.3); color: rgba(255,255,255,.8); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }

.program { background: var(--ivory); }
.program-head { display: grid; grid-template-columns: 1.4fr .6fr; gap: 110px; align-items: end; }
.program-head h2 { font-size: clamp(50px, 5.6vw, 82px); }
.program-head > p { margin: 0 0 8px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.timeline { margin: 96px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.timeline li { display: grid; grid-template-columns: 72px 1fr; gap: 40px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.timeline li > span { color: var(--green); font-size: 12px; letter-spacing: .13em; }
.timeline li div { display: grid; grid-template-columns: 330px 1fr; gap: 40px; align-items: baseline; }
.timeline b { font-family: var(--serif); font-size: 25px; font-weight: 400; }
.timeline p { margin: 0; color: var(--muted); font-size: 14px; }

.topics { background: var(--paper); }
.topics-title { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: start; }
.topics-title h2 { font-size: clamp(50px, 5.2vw, 78px); }
.topic-list { margin-top: 92px; border-top: 1px solid var(--ink); }
.topic { display: grid; grid-template-columns: 90px 1fr .8fr; gap: 40px; align-items: center; min-height: 130px; border-bottom: 1px solid var(--line); transition: background .25s ease, padding .25s ease; }
.topic:hover { padding-inline: 22px; background: var(--ivory); }
.topic > span { color: var(--green); font-size: 10px; }
.topic h3 { margin: 0; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.topic p { margin: 0; color: var(--muted); font-size: 14px; }

.speakers { background: var(--ivory); }
.speakers-grid { display: grid; grid-template-columns: minmax(360px, .8fr) minmax(0, 1.2fr); gap: 110px; align-items: start; }
.speakers-photo { position: relative; height: 760px; }
.speakers-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%; filter: saturate(.75); }
.photo-caption { position: absolute; inset: auto 0 0; display: grid; gap: 6px; padding: 28px; background: linear-gradient(180deg, transparent, rgba(4,35,31,.86)); color: var(--white); }
.photo-caption span { font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.photo-caption b { font-family: var(--serif); font-size: 22px; font-weight: 400; }
.speakers-copy { padding-top: 16px; }
.speakers-copy h2 { max-width: 750px; font-size: clamp(48px, 4.8vw, 72px); }
.speakers-copy > p:not(.eyebrow) { max-width: 670px; margin: 32px 0 50px; color: var(--muted); font-size: 17px; line-height: 1.72; }
.person { display: grid; grid-template-columns: 240px 1fr; gap: 34px; padding: 24px 0; border-top: 1px solid var(--line); }
.person h3 { margin: 0; font-family: var(--serif); font-size: 21px; font-weight: 400; }
.person p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.gallery { padding-top: 60px; padding-bottom: 0; background: var(--paper); }
.gallery-grid { display: grid; grid-template-columns: 1.45fr .55fr; gap: 20px; align-items: stretch; }
.gallery figure { position: relative; margin: 0; overflow: hidden; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.gallery figure:hover img { transform: scale(1.025); }
.gallery-wide { height: 640px; }
.gallery-wide img { object-position: 50% 50%; }
.gallery-banner { grid-column: 1 / -1; height: 650px; }
.gallery-banner img { object-position: 50% 48%; }
.gallery figure figcaption { position: absolute; left: 24px; bottom: 22px; padding: 9px 12px; background: rgba(4,35,31,.78); color: var(--white); backdrop-filter: blur(8px); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.gallery-copy { display: flex; flex-direction: column; justify-content: flex-end; min-height: 640px; padding: 48px 32px; background: var(--green-gradient); color: var(--white); }
.gallery-copy > span { margin-bottom: auto; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.gallery-copy h2 { font-size: clamp(34px, 3.2vw, 48px); }
.gallery-copy p { margin: 26px 0 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.7; }

.about { padding-top: 72px; background: var(--paper); }
.about-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px 120px; align-items: center; }
.about-brand { align-self: start; }
.about-logo { width: 360px; height: 210px; object-fit: contain; object-position: left center; }
.about-brand p { max-width: 620px; margin: 32px 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.dark-link { color: var(--green); }
.about-site-button { width: max-content; min-height: 52px; padding-inline: 25px; background: #0a756b; color: var(--white); }
.about-site-button:hover { background: var(--green-deep); }
.about-facts { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.about-facts div { display: flex; flex-direction: column; justify-content: space-between; min-height: 190px; padding: 28px 22px; border-right: 1px solid var(--line); }
.about-facts div:last-child { border-right: 0; }
.about-facts strong { display: block; color: var(--green); font-family: var(--serif); font-size: clamp(34px, 3.3vw, 50px); font-weight: 400; }
.about-facts span { display: block; max-width: 130px; margin-top: 34px; color: var(--muted); font-size: 11px; text-transform: uppercase; }
.about-facts .fact-range strong { white-space: nowrap; font-size: clamp(27px, 2.25vw, 38px); letter-spacing: -.045em; }
.award { grid-column: 1 / -1; display: grid; grid-template-columns: 370px 1fr; gap: 56px; align-items: center; padding: 40px 56px; background: var(--ivory); }
.award-medals { display: flex; align-items: center; justify-content: center; width: 360px; min-height: 190px; }
.award-medals img { position: relative; width: 146px; height: auto; aspect-ratio: 1; object-fit: contain; filter: drop-shadow(0 14px 18px rgba(93,68,24,.16)); }
.award-medals img:nth-child(1) { z-index: 1; }
.award-medals img:nth-child(2) { z-index: 2; margin-left: -44px; }
.award-medals img:nth-child(3) { z-index: 3; margin-left: -35px; }
.award p { max-width: 730px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.award b { color: var(--ink); font-family: var(--serif); font-size: 26px; font-weight: 400; }

.next-event { padding-top: 110px; padding-bottom: 110px; background: var(--ivory); }
.event-card { overflow: hidden; border: 1px solid rgba(255,255,255,.2); background: var(--green-gradient); color: var(--white); box-shadow: 0 28px 60px rgba(7,84,77,.12); }
.event-card-head { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 36px; border-bottom: 1px solid rgba(255,255,255,.2); }
.event-card-head > span { color: #ead39d; font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.event-card-head .event-city { color: rgba(255,255,255,.72); letter-spacing: .11em; }
.event-card-body { display: grid; grid-template-columns: .48fr 1.17fr .85fr; min-height: 390px; }
.event-date { display: flex; align-items: flex-start; flex-direction: column; padding: 48px 36px; border-right: 1px solid rgba(255,255,255,.2); font-family: var(--serif); }
.event-date strong { color: #ead39d; font-size: clamp(82px, 8vw, 122px); font-weight: 400; line-height: .78; }
.event-date span { margin-top: 26px; font-size: 31px; line-height: 1; }
.event-date small { margin-top: 12px; color: rgba(255,255,255,.55); font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: .18em; }
.event-theme { padding: 48px; }
.event-theme > span, .event-facts > div > span { display: block; color: #ead39d; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.event-theme h2 { max-width: 600px; margin-top: 24px; color: var(--white); font-size: clamp(42px, 4.2vw, 64px); line-height: 1.02; }
.event-theme p { max-width: 530px; margin-top: 28px; color: rgba(255,255,255,.67); font-size: 15px; line-height: 1.7; }
.event-facts { display: flex; flex-direction: column; padding: 48px 36px; border-left: 1px solid rgba(255,255,255,.2); }
.event-facts > div { padding: 0 0 25px; border-bottom: 1px solid rgba(255,255,255,.18); }
.event-facts > div + div { padding-top: 25px; }
.event-facts b { display: block; margin-top: 11px; font-family: var(--serif); font-size: 24px; font-weight: 400; line-height: 1.25; }
.event-facts address { margin-top: 8px; color: rgba(255,255,255,.65); font-size: 13px; font-style: normal; line-height: 1.5; }
.event-button { width: 100%; margin-top: auto; background: var(--ivory); color: var(--green); }
.event-button:hover { background: #fff; color: var(--green); }

.apply { background: var(--green-gradient-deep); color: var(--white); }
.apply-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 110px; align-items: start; }
.light-eye { color: #dcc183; }
.apply-copy { position: sticky; top: 110px; }
.apply-copy h2 { max-width: 580px; color: var(--white); font-size: clamp(48px, 5vw, 72px); }
.apply-copy h2 em { color: #e2c98f; }
.apply-copy > p:not(.eyebrow) { max-width: 530px; margin: 30px 0 0; color: rgba(255,255,255,.66); font-size: 16px; line-height: 1.75; }
.apply-contact { display: grid; gap: 6px; margin-top: 54px; }
.apply-contact span { color: rgba(255,255,255,.48); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.apply-contact a { width: max-content; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.45); font-family: var(--serif); font-size: 23px; }
.application-form { display: grid; gap: 24px; padding: 48px; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.035); }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.application-form label:not(.consent):not(.honeypot) { display: grid; gap: 9px; }
.application-form label > span { color: rgba(255,255,255,.68); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.application-form input, .application-form select, .application-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.34); border-radius: 0; outline: 0; background: transparent; color: var(--white); font-size: 14px; }
.application-form input, .application-form select { height: 48px; }
.application-form textarea { resize: vertical; padding: 12px 0; }
.application-form input::placeholder, .application-form textarea::placeholder { color: rgba(255,255,255,.36); }
.application-form input:focus, .application-form select:focus, .application-form textarea:focus { border-bottom-color: #e3ca91; }
.application-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%); background-position: calc(100% - 14px) 21px, calc(100% - 9px) 21px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.application-form option { color: var(--ink); }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 12px; align-items: start; cursor: pointer; }
.consent input { width: 17px; height: 17px; accent-color: #dfc47f; }
.consent span { color: rgba(255,255,255,.54) !important; font-size: 9px !important; line-height: 1.65; letter-spacing: .02em !important; text-transform: none !important; }
.consent a { border-bottom: 1px solid rgba(255,255,255,.4); }
.privacy-note { margin: -12px 0 0 30px; color: rgba(255,255,255,.42); font-size: 9px; line-height: 1.6; }
.privacy-note a { border-bottom: 1px solid rgba(255,255,255,.28); }
.honeypot { position: absolute !important; left: -9999px !important; }
.button-submit { width: 100%; margin-top: 8px; background: var(--ivory); color: var(--green-deep); }
.button-submit:hover { background: var(--white); }
.button-submit:disabled { cursor: wait; opacity: .65; }
.form-status { min-height: 24px; margin: -8px 0 0; color: #e6cf98; font-size: 12px; }
.form-status.error { color: #ffd0c8; }

.site-footer { padding: 74px 0 30px; background: var(--green-gradient-deep); color: var(--white); }
.footer-top { display: grid; grid-template-columns: 1.3fr 1fr .65fr; gap: 70px; align-items: start; padding-bottom: 70px; }
.footer-identity { display: grid; align-content: start; width: min(100%, 480px); }
.footer-brand-lockup { display: grid; grid-template-columns: 150px minmax(0, 1fr); align-items: center; gap: 16px; width: 480px; max-width: 100%; }
.footer-brand-mark { display: block; width: 150px; max-width: 100%; height: auto; }
.footer-brand-wordmark { display: grid; align-content: center; gap: 5px; width: 100%; }
.footer-brand-title { display: block; width: 100%; aspect-ratio: 491 / 47; background: url("assets/brand-consulting.png") right 32% / 143.6% auto no-repeat; filter: brightness(0) invert(1); }
.footer-brand-subtitle { color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: 8.5px; font-weight: 400; letter-spacing: .61em; line-height: 1; text-transform: uppercase; white-space: nowrap; }
.footer-identity::after { content: ""; width: 56px; height: 1px; margin-top: 24px; background: var(--gold); }
.footer-identity > small { margin-top: 20px; color: rgba(255,255,255,.42); font-size: 11px; font-weight: 400; letter-spacing: .03em; }
.footer-links { display: grid; gap: 15px; font-size: 12px; }
.footer-social { display: grid; gap: 0; }
.footer-social-title { margin-bottom: 11px; color: rgba(255,255,255,.38); font-size: 9px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.footer-social a { display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 13px; min-width: 210px; padding: 11px 0 13px; border-bottom: 1px solid rgba(255,255,255,.14); font-size: 12px; }
.footer-social a:last-child { border-bottom: 0; }
.footer-social a > b { color: rgba(255,255,255,.48); font-size: 15px; font-weight: 400; transition: transform .2s ease, color .2s ease; }
.footer-social a:hover > b { color: var(--white); transform: translate(2px,-2px); }
.social-icon { display: grid; place-items: center; width: 24px; height: 24px; }
.social-icon img { width: 21px; height: 21px; object-fit: contain; filter: brightness(0) invert(1); opacity: .72; transition: opacity .2s ease, transform .2s ease; }
.footer-social a:hover .social-icon img { opacity: 1; transform: translateY(-1px); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.42); font-size: 9px; letter-spacing: .06em; }
.footer-bottom div { display: flex; gap: 24px; }

/* Страница после отправки заявки */
.thanks-page { min-height: 100vh; background: var(--paper); }
.thanks-main { min-height: 100vh; padding: 34px; }
.thanks-shell { width: min(100%, 1180px); min-height: calc(100vh - 68px); margin-inline: auto; display: grid; grid-template-rows: auto 1fr auto; padding: 46px 54px 38px; border: 1px solid rgba(7,84,77,.18); background: var(--green-gradient-deep); color: var(--white); box-shadow: 0 28px 80px rgba(4,61,56,.14); }
.thanks-brand { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.34); }
.thanks-brand-logo { display: block; width: 480px; max-width: 100%; }
.thanks-back { display: inline-flex; gap: 10px; align-items: center; color: rgba(255,255,255,.72); font-size: 11px; font-weight: 600; letter-spacing: .05em; }
.thanks-back:hover { color: var(--white); }
.thanks-content { align-self: center; padding: 70px 0 74px; }
.thanks-kicker { margin: 0 0 24px; color: #dcc183; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.thanks-content h1 { max-width: 980px; margin: 0; color: var(--white); font-size: clamp(48px, 6.8vw, 92px); line-height: 1.04; }
.thanks-content h1 em { color: #e2c98f; }
.thanks-lead { max-width: 700px; margin: 32px 0 0; color: rgba(255,255,255,.72); font-size: clamp(17px, 1.7vw, 22px); line-height: 1.7; }
.thanks-approval { max-width: 820px; margin: 24px 0 0; padding: 16px 18px; border-left: 2px solid #e2c98f; background: rgba(255,255,255,.07); color: rgba(255,255,255,.86); font-size: 15px; line-height: 1.65; }
.thanks-approval strong { color: #efd79e; }
.thanks-social-title { margin: 54px 0 18px; color: rgba(255,255,255,.52); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.thanks-socials { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.thanks-social-card { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 14px; min-height: 86px; padding: 18px; border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.035); transition: transform .25s ease, background .25s ease, border-color .25s ease; }
.thanks-social-card:hover { transform: translateY(-3px); border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.08); }
.thanks-social-icon { display: grid; place-items: center; width: 42px; height: 42px; }
.thanks-social-icon img { width: 34px; height: 34px; object-fit: contain; filter: brightness(0) invert(1); opacity: .92; }
.thanks-social-card strong { font-size: 14px; font-weight: 600; }
.thanks-social-card > span:last-child { color: rgba(255,255,255,.55); font-size: 18px; }
.thanks-bottom { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.45); font-size: 10px; }
.thanks-bottom-links { display: flex; gap: 22px; }
.thanks-bottom a:hover { color: var(--white); }

/* Юридические страницы */
.legal-page { min-height: 100vh; background: var(--paper); }
.legal-header { background: var(--green-gradient-deep); color: var(--white); }
.legal-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 132px; }
.legal-brand { display: inline-flex; align-items: center; width: min(100%, 430px); }
.legal-brand .footer-brand-lockup { width: 430px; }
.legal-back { display: inline-flex; align-items: center; gap: 10px; color: rgba(255,255,255,.72); font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.legal-back:hover { color: var(--white); }
.legal-main { padding: 86px 0 96px; }
.legal-shell { display: grid; grid-template-columns: minmax(0, .38fr) minmax(0, .62fr); gap: 84px; align-items: start; }
.legal-aside { position: sticky; top: 38px; }
.legal-kicker { margin: 0 0 22px; color: var(--green); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.legal-title { margin: 0; font-family: var(--serif); font-size: clamp(44px, 5vw, 76px); font-weight: 400; line-height: 1.05; letter-spacing: -.035em; }
.legal-meta { margin: 28px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.legal-card { padding: 46px 52px; border: 1px solid var(--line); background: #fffdfa; box-shadow: 0 24px 70px rgba(7,84,77,.08); }
.legal-card h2 { margin: 44px 0 16px; color: var(--green); font-family: var(--serif); font-size: 30px; font-weight: 400; line-height: 1.2; letter-spacing: -.02em; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card p, .legal-card li { color: #4b5753; font-size: 15px; line-height: 1.75; }
.legal-card p { margin: 0 0 16px; }
.legal-card ul { margin: 0 0 22px; padding-left: 22px; }
.legal-card a { color: var(--green); border-bottom: 1px solid rgba(7,84,77,.25); }
.legal-footer { padding: 30px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.legal-footer-inner { display: flex; justify-content: space-between; gap: 24px; }
.legal-footer-links { display: flex; flex-wrap: wrap; gap: 20px; }

/* Cookie */
.cookie-consent[hidden] { display: none !important; }
.cookie-consent { position: fixed; left: 24px; bottom: 24px; z-index: 100; width: min(calc(100% - 48px), 760px); padding: 24px; border: 1px solid rgba(7,84,77,.22); background: #fffdfa; color: var(--ink); box-shadow: 0 24px 80px rgba(4,61,56,.18); }
.cookie-consent__body { display: grid; grid-template-columns: 1fr auto; gap: 22px 26px; align-items: end; }
.cookie-consent h2 { margin: 0 0 8px; font-family: var(--serif); font-size: 24px; font-weight: 400; line-height: 1.2; }
.cookie-consent p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.cookie-consent__actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.cookie-consent button { min-height: 42px; padding: 0 16px; border: 1px solid rgba(7,84,77,.2); background: transparent; color: var(--green); cursor: pointer; font-size: 12px; font-weight: 700; }
.cookie-consent a { align-self: center; min-height: auto; padding: 3px 0; border: 0; border-bottom: 1px solid rgba(7,84,77,.28); color: var(--green); font-size: 12px; font-weight: 700; line-height: 1.2; }
.cookie-consent .cookie-accept { border-color: var(--green); background: var(--green); color: var(--white); }
.cookie-consent .cookie-necessary:hover { border-color: var(--green); }
.cookie-consent a:hover { border-bottom-color: var(--green); }

@media (max-width: 1100px) {
  .shell { width: min(calc(100% - 40px), var(--shell)); }
  .section { padding: 110px 0; }
  .site-nav { gap: 22px; }
  .hero-grid { grid-template-columns: 1.12fr .88fr; gap: 34px; }
  .hero-media { min-height: 640px; }
  .statement-grid, .program-head, .topics-title { gap: 55px; }
  .audience-grid, .speakers-grid, .apply-grid { gap: 62px; }
  .person { grid-template-columns: 190px 1fr; }
  .about-grid { gap: 70px 60px; }
}

@media (max-width: 960px) {
  .site-header { position: absolute; }
  .menu-toggle { display: inline-flex; z-index: 31; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; z-index: 30; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 26px; padding: 100px 32px; background: var(--ivory); transform: translateX(100%); transition: transform .35s cubic-bezier(.2,.7,.2,1); font-family: var(--serif); font-size: 28px; font-weight: 400; }
  .site-nav.open { transform: translateX(0); }
  .site-nav .nav-cta { width: 100%; margin-top: 18px; font-family: var(--sans); font-size: 13px; text-align: center; }
  .hero-grid, .statement-grid, .audience-grid, .program-head, .topics-title, .speakers-grid, .about-grid, .apply-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 0; }
  .hero-copy { padding: 72px 0 64px; }
  .hero-media { width: calc(100vw - 32px); min-height: 720px; margin-left: calc(50% - 50vw + 16px); margin-right: calc(50% - 50vw + 16px); }
  .hero-meta { margin-top: 40px; }
  .statement-grid, .program-head, .topics-title { gap: 36px; }
  .value-grid { grid-template-columns: 1fr; gap: 50px; margin-top: 72px; }
  .value-card h3 { margin-top: 28px; }
  .audience-grid { gap: 70px; }
  .section-kicker.light { margin-bottom: 38px; }
  .audience-visual { width: min(78vw, 520px); height: 680px; justify-self: center; }
  .industries { margin-top: 0; }
  .timeline li { grid-template-columns: 64px 1fr; }
  .timeline li div { grid-template-columns: 1fr; gap: 8px; }
  .topics-title .eyebrow { margin-bottom: 0; }
  .topic { grid-template-columns: 50px 1fr; padding: 24px 0; }
  .topic p { grid-column: 2; }
  .speakers-grid { gap: 62px; }
  .speakers-photo { width: min(78vw, 560px); }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-wide, .gallery-banner { grid-column: auto; height: 600px; }
  .gallery-copy { min-height: 520px; height: auto; }
  .about-grid { gap: 60px; }
  .about-facts { order: 2; }
  .award { order: 3; grid-template-columns: 284px 1fr; gap: 34px; padding: 36px; }
  .award-medals { width: 284px; min-height: 160px; }
  .award-medals img { width: 115px; }
  .award-medals img:nth-child(2) { margin-left: -35px; }
  .award-medals img:nth-child(3) { margin-left: -28px; }
  .event-card-body { grid-template-columns: .52fr 1.48fr; }
  .event-theme { padding: 44px 40px; }
  .event-facts { display: grid; grid-column: 1 / -1; grid-template-columns: 1fr 1fr; gap: 0 42px; padding: 32px 36px 36px; border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }
  .event-facts > div, .event-facts > div + div { padding: 0 0 22px; }
  .event-button { grid-column: 1 / -1; margin-top: 26px; }
  .apply-copy { position: static; }
  .application-form { padding: 38px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-social { grid-column: 2; }
  .thanks-socials { grid-template-columns: repeat(2, 1fr); }
  .legal-shell { grid-template-columns: 1fr; gap: 48px; }
  .legal-aside { position: static; }
  .legal-card { padding: 38px; }
  .cookie-consent__body { grid-template-columns: 1fr; }
  .cookie-consent__actions { justify-content: flex-start; }
}

@media (max-width: 580px) {
  .shell { width: min(calc(100% - 30px), var(--shell)); }
  .section { padding: 84px 0; }
  .site-header { height: 76px; }
  .header-inner { height: 76px; }
  .brand .brand-logo { width: 232px; height: auto; }
  .brand-copy b { font-size: 12px; }
  .brand-copy small { font-size: 7px; }
  .hero { padding-top: 76px; }
  .hero-copy { padding: 62px 0 54px; }
  .eyebrow { align-items: flex-start; font-size: 9px; line-height: 1.5; }
  h1 { font-size: clamp(34px, 9.1vw, 42px); }
  .hero-copy h1 { font-size: clamp(34px, 9.6vw, 46px); }
  .hero-description { margin-top: 20px; font-size: 21px; line-height: 1.4; }
  .hero-description br { display: none; }
  .hero-lead { margin-top: 28px; font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 22px; margin-top: 34px; }
  .button { width: 100%; }
  .text-link { width: max-content; }
  .hero-meta { flex-direction: column; gap: 12px; font-size: 9px; }
  .hero-media { width: calc(100vw - 20px); min-height: 610px; margin-top: 12px; margin-right: calc(50% - 50vw + 10px); margin-bottom: 30px; margin-left: calc(50% - 50vw + 10px); }
  .video-company-link { top: 18px; right: 18px; min-height: 40px; padding-inline: 13px; font-size: 9px; }
  .video-label { left: 22px; bottom: 96px; }
  .video-controls { left: 22px; right: auto; bottom: 22px; gap: 8px; }
  .video-toggle, .video-sound { min-height: 48px; padding: 0 15px; font-size: 9px; }
  .section-kicker { margin-bottom: 50px; }
  .section-kicker.light { margin-bottom: 30px; }
  .statement h2, .audience h2, .program-head h2, .topics-title h2, .speakers-copy h2, .apply-copy h2 { font-size: clamp(34px, 9.6vw, 46px); }
  .large-copy, .audience-copy > p, .program-head > p, .speakers-copy > p:not(.eyebrow) { font-size: 15px; }
  .audience-visual { width: calc(100% - 28px); height: 560px; }
  .audience-visual::before { inset: -18px 18px 18px -18px; }
  .audience-stamp { right: -22px; width: 116px; height: 116px; }
  .timeline { margin-top: 62px; }
  .timeline li { grid-template-columns: 42px 1fr; gap: 18px; }
  .timeline b { font-size: 21px; }
  .topic-list { margin-top: 62px; }
  .topic { grid-template-columns: 38px 1fr; gap: 16px; }
  .topic h3 { font-size: 22px; }
  .speakers-photo { width: 100%; height: 560px; }
  .person { grid-template-columns: 1fr; gap: 10px; }
  .gallery { padding-top: 20px; }
  .gallery-grid { grid-template-columns: 1fr; gap: 12px; }
  .gallery-wide { grid-column: auto; height: 520px; }
  .gallery-copy { min-height: 460px; height: auto; padding: 34px 24px; }
  .gallery-banner { height: 520px; min-height: auto; }
  .about-logo { width: 280px; height: 170px; margin-inline: auto; object-position: center; }
  .about-brand p { font-size: 15px; }
  .about-facts { grid-template-columns: 1fr; }
  .about-facts div { display: grid; grid-template-columns: minmax(180px, 1.2fr) minmax(0, 1fr); align-items: center; gap: 10px; min-height: 110px; border-right: 0; border-bottom: 1px solid var(--line); }
  .about-facts div:last-child { border-bottom: 0; }
  .about-facts span { margin-top: 0; }
  .award { grid-template-columns: 1fr; gap: 18px; padding: 30px 22px; }
  .award-medals { width: 265px; min-height: 142px; justify-self: center; }
  .award-medals img { width: 108px; }
  .award-medals img:nth-child(2) { margin-left: -33px; }
  .award-medals img:nth-child(3) { margin-left: -26px; }
  .award p { font-size: 12px; }
  .award b { font-size: 18px; }
  .next-event { padding: 84px 0; }
  .event-card-head { align-items: flex-start; flex-direction: column; gap: 8px; padding: 20px; }
  .event-card-body { grid-template-columns: 1fr; min-height: 0; }
  .event-date { display: grid; grid-template-columns: auto 1fr; padding: 34px 20px 30px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .event-date strong { grid-row: 1 / 3; margin-right: 18px; font-size: 82px; }
  .event-date span { align-self: end; margin-top: 0; font-size: 29px; }
  .event-date small { align-self: start; margin-top: 8px; }
  .event-theme { padding: 34px 20px 38px; }
  .event-theme h2 { margin-top: 18px; font-size: clamp(36px, 10.5vw, 48px); }
  .event-theme p { margin-top: 22px; font-size: 14px; }
  .event-facts { display: flex; grid-column: auto; padding: 30px 20px 20px; }
  .event-facts > div, .event-facts > div + div { padding: 0 0 22px; }
  .event-facts > div + div { padding-top: 22px; }
  .event-button { margin-top: 24px; }
  .field-row { grid-template-columns: 1fr; }
  .application-form { gap: 22px; padding: 28px 18px; }
  .privacy-note { margin-left: 29px; }
  .footer-top { grid-template-columns: 1fr; gap: 42px; }
  .footer-brand-lockup { grid-template-columns: 112px minmax(0, 1fr); gap: 12px; width: 100%; }
  .footer-brand-mark { width: 112px; }
  .footer-brand-subtitle { font-size: 6.2px; letter-spacing: .57em; }
  .footer-social { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom div { flex-direction: column; gap: 10px; }
  .thanks-main { padding: 0; }
  .thanks-shell { min-height: 100vh; padding: 28px 20px; border: 0; }
  .thanks-brand { align-items: flex-start; flex-direction: column; gap: 18px; }
  .thanks-content { padding: 64px 0; }
  .thanks-content h1 { font-size: clamp(42px, 12vw, 58px); }
  .thanks-lead { margin-top: 26px; font-size: 16px; }
  .thanks-approval { margin-top: 20px; padding: 14px 15px; font-size: 13px; }
  .thanks-social-title { margin-top: 44px; }
  .thanks-socials { grid-template-columns: 1fr; }
  .thanks-social-card { min-height: 78px; }
  .thanks-bottom { align-items: flex-start; flex-direction: column; }
  .thanks-bottom-links { flex-direction: column; gap: 10px; }
  .legal-header-inner { align-items: flex-start; flex-direction: column; padding: 28px 0; }
  .legal-brand .footer-brand-lockup { width: 100%; }
  .legal-main { padding: 62px 0 72px; }
  .legal-card { padding: 30px 20px; }
  .legal-card h2 { font-size: 25px; }
  .legal-footer-inner { flex-direction: column; }
  .legal-footer-links { flex-direction: column; gap: 10px; }
  .cookie-consent { left: 12px; right: 12px; bottom: 12px; width: auto; padding: 18px; }
  .cookie-consent__actions { flex-direction: column; }
  .cookie-consent button { width: 100%; text-align: center; }
  .cookie-consent a { align-self: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
