:root {
  --navy: #08243a;
  --navy-2: #0d314e;
  --navy-3: #123d5f;
  --ink: #12212d;
  --muted: #667784;
  --line: #dce5ea;
  --soft: #f3f7f9;
  --white: #ffffff;
  --accent: #4ca0b8;
  --accent-dark: #357f95;
  --accent-soft: #e3f2f6;
  --shadow: 0 24px 60px rgba(10, 38, 59, .10);
  --radius: 22px;
  --radius-sm: 14px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.skip-link { position: fixed; top: 8px; left: 8px; transform: translateY(-150%); background: #fff; padding: 10px 14px; z-index: 9999; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled { background: rgba(7, 31, 49, .94); backdrop-filter: blur(16px); box-shadow: 0 10px 30px rgba(0,0,0,.12); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; background: rgba(255,255,255,.97); padding: 7px 12px; border-radius: 14px; box-shadow: 0 8px 24px rgba(0,0,0,.08); transition: transform .2s ease, box-shadow .2s ease; }
.brand:hover { transform: translateY(-1px); box-shadow: 0 12px 28px rgba(0,0,0,.12); }
.brand-logo { width: 214px; height: auto; object-fit: contain; }
.brand-logo-footer { width: 205px; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav > a { color: rgba(255,255,255,.82); font-size: 14px; font-weight: 600; transition: color .2s ease; }
.main-nav > a:hover { color: #fff; }
.main-nav .nav-cta { border: 1px solid rgba(255,255,255,.24); padding: 11px 16px; border-radius: 999px; color: #fff; }
.main-nav .nav-cta:hover { background: #fff; color: var(--navy); }
.nav-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 12px; background: rgba(255,255,255,.1); padding: 12px; }
.nav-toggle span { display: block; height: 2px; background: #fff; margin: 5px 0; border-radius: 2px; }

.section-dark { color: #fff; background: var(--navy); }
.hero { min-height: 820px; position: relative; overflow: hidden; padding: 150px 0 84px; }
.hero::before {
  content: ""; position: absolute; width: 700px; height: 700px; border-radius: 50%; right: -250px; top: -180px;
  background: radial-gradient(circle, rgba(76,160,184,.18), rgba(76,160,184,0) 68%);
}
.hero::after {
  content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; left: -260px; bottom: -300px;
  background: radial-gradient(circle, rgba(67,138,190,.20), rgba(67,138,190,0) 70%);
}
.hero-grid-overlay { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to bottom, black 0%, transparent 78%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; gap: 56px; align-items: center; }
.eyebrow { font-size: 12px; letter-spacing: .18em; font-weight: 800; color: var(--accent); margin-bottom: 22px; }
.eyebrow.dark { color: var(--accent-dark); }
.hero h1 { margin: 0; font-size: clamp(46px, 6vw, 78px); line-height: 1.03; letter-spacing: -.045em; max-width: 800px; }
.hero h1 span { color: #a8d6e2; }
.hero-lead { margin: 26px 0 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.75; max-width: 760px; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 999px; border: 1px solid transparent; font-weight: 800; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--accent); color: #08243a; box-shadow: 0 12px 28px rgba(76,160,184,.18); }
.btn-primary:hover { background: #67b4c9; box-shadow: 0 16px 34px rgba(76,160,184,.28); }
.btn-ghost { border-color: rgba(255,255,255,.25); color: #fff; background: rgba(255,255,255,.04); }
.btn-ghost:hover { background: rgba(255,255,255,.10); }
.btn-dark { background: var(--navy); color: #fff; }
.hero-trust { margin-top: 54px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.14); display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.hero-trust strong { display: block; font-size: 18px; }
.hero-trust span { display: block; margin-top: 6px; color: rgba(255,255,255,.54); font-size: 12px; line-height: 1.5; }
.hero-panel { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 24px; padding: 28px; backdrop-filter: blur(12px); box-shadow: 0 30px 90px rgba(0,0,0,.18); }
.panel-label { font-size: 12px; text-transform: uppercase; letter-spacing: .14em; color: rgba(255,255,255,.48); margin-bottom: 8px; }
.capability-list { list-style: none; padding: 0; margin: 0; }
.capability-list li { display: grid; grid-template-columns: 34px 1fr; gap: 14px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.11); }
.capability-list li > span { color: var(--accent); font-size: 11px; font-weight: 800; padding-top: 4px; }
.capability-list b { display: block; font-size: 15px; margin-bottom: 6px; }
.capability-list small { display: block; color: rgba(255,255,255,.58); line-height: 1.55; font-size: 12px; }
.panel-bottom { padding-top: 20px; display: flex; justify-content: space-between; gap: 16px; align-items: center; font-size: 12px; color: rgba(255,255,255,.55); }
.panel-bottom a { color: #fff; font-weight: 800; white-space: nowrap; }

.hero-showcase { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.15); border-radius: 26px; padding: 12px; backdrop-filter: blur(14px); box-shadow: 0 32px 90px rgba(0,0,0,.22); overflow: hidden; }
.hero-photo { position: relative; aspect-ratio: 16 / 10.4; overflow: hidden; border-radius: 19px; background: #14354d; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .7s ease; }
.hero-showcase:hover .hero-photo img { transform: scale(1.025); }
.hero-photo-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,36,58,.02) 35%, rgba(8,36,58,.82) 100%); }
.hero-photo-caption { position: absolute; left: 22px; right: 22px; bottom: 20px; z-index: 2; }
.hero-photo-caption span { display: inline-block; margin-bottom: 8px; font-size: 10px; font-weight: 800; letter-spacing: .16em; color: #cce9f0; }
.hero-photo-caption strong { display: block; max-width: 390px; font-size: 19px; line-height: 1.35; color: #fff; }
.hero-capabilities { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 12px; background: rgba(255,255,255,.11); border-radius: 16px; overflow: hidden; }
.hero-capabilities > div { min-height: 94px; padding: 16px 14px; background: rgba(8,36,58,.72); }
.hero-capabilities span { display: block; color: #9dd0dd; font-size: 10px; font-weight: 800; margin-bottom: 8px; }
.hero-capabilities b { display: block; color: #fff; font-size: 11px; line-height: 1.45; }
.hero-showcase-link { margin: 4px 2px 0; padding: 16px 10px 8px; display: flex; justify-content: space-between; align-items: center; gap: 16px; color: rgba(255,255,255,.74); font-size: 12px; font-weight: 700; }
.hero-showcase-link span { color: #b9e0e9; font-size: 18px; transition: transform .2s ease; }
.hero-showcase-link:hover { color: #fff; }
.hero-showcase-link:hover span { transform: translateX(4px); }

.signal-strip { border-bottom: 1px solid var(--line); background: #fff; }
.signal-grid { display: grid; grid-template-columns: repeat(6, 1fr); min-height: 82px; align-items: center; }
.signal-grid span { text-align: center; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #637480; border-right: 1px solid var(--line); }
.signal-grid span:first-child { border-left: 1px solid var(--line); }

.section { padding: 112px 0; }
.section-soft { background: var(--soft); }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; margin-bottom: 54px; }
.section-heading h2, .expertise-copy h2, .funding-card h2, .about-copy h2, .contact-copy h2 { margin: 0; font-size: clamp(34px, 4vw, 54px); line-height: 1.08; letter-spacing: -.035em; }
.section-heading > p, .section-heading.light > p { margin: 0; color: var(--muted); line-height: 1.75; font-size: 16px; }
.section-heading.light > p { color: rgba(255,255,255,.64); }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; min-height: 370px; background: #fff; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: #cbd9df; }
.icon-box { width: 48px; height: 48px; border-radius: 14px; background: var(--accent-soft); display: grid; place-items: center; margin-bottom: 34px; }
.icon-box svg { width: 24px; height: 24px; fill: none; stroke: var(--accent-dark); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.card-kicker { position: absolute; right: 24px; top: 26px; color: #9eabb3; font-size: 11px; font-weight: 800; }
.service-card h3 { font-size: 21px; margin: 0 0 13px; }
.service-card p { color: var(--muted); line-height: 1.7; font-size: 14px; margin: 0 0 20px; }
.service-card ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 9px; }
.service-card li { color: #42545f; font-size: 12px; display: flex; align-items: center; gap: 8px; }
.service-card li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); flex: 0 0 auto; }

.expertise-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; align-items: start; }
.expertise-copy { position: sticky; top: 125px; }
.expertise-copy p { color: var(--muted); line-height: 1.8; margin: 24px 0; }
.text-link { font-size: 14px; font-weight: 800; color: var(--navy); border-bottom: 1px solid #b7c6ce; padding-bottom: 5px; }
.text-link span { color: var(--accent-dark); margin-left: 4px; }
.expertise-list { border-top: 1px solid #cfdbe1; }
.expertise-item { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 30px 0; border-bottom: 1px solid #cfdbe1; }
.expertise-item > span { font-size: 11px; color: var(--accent-dark); font-weight: 800; padding-top: 7px; }
.expertise-item h3 { margin: 0 0 10px; font-size: 22px; }
.expertise-item p { margin: 0; color: var(--muted); line-height: 1.7; font-size: 14px; }

.process { position: relative; overflow: hidden; }
.process::before { content: ""; position: absolute; inset: auto -140px -240px auto; width: 520px; height: 520px; border: 1px solid rgba(76,160,184,.16); border-radius: 50%; box-shadow: 0 0 0 90px rgba(76,160,184,.035), 0 0 0 180px rgba(76,160,184,.025); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.10); border-radius: var(--radius); overflow: hidden; }
.process-step { background: var(--navy); padding: 30px; min-height: 260px; }
.step-number { width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(76,160,184,.5); display: grid; place-items: center; color: var(--accent); font-size: 11px; font-weight: 800; margin-bottom: 52px; }
.process-step h3 { margin: 0 0 12px; font-size: 20px; }
.process-step p { margin: 0; color: rgba(255,255,255,.58); line-height: 1.7; font-size: 13px; }

.project-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: repeat(2, 1fr); gap: 18px; }
.project-card { min-height: 270px; border-radius: var(--radius); padding: 28px; background: #eff5f7; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; transition: transform .25s ease; }
.project-card:hover { transform: translateY(-4px); }
.project-featured { grid-row: 1 / span 2; min-height: 560px; background: linear-gradient(145deg, #0c2d46 0%, #174a69 62%, #4ca0b8 160%); color: #fff; }
.project-featured::after { content: ""; position: absolute; width: 360px; height: 360px; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; right: -130px; top: 60px; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.project-tag { font-size: 10px; letter-spacing: .14em; font-weight: 800; color: var(--accent-dark); z-index: 1; }
.project-featured .project-tag { color: var(--accent); }
.project-content { position: relative; z-index: 1; }
.project-content h3 { margin: 0 0 14px; font-size: 28px; line-height: 1.16; letter-spacing: -.02em; }
.project-featured .project-content h3 { font-size: 38px; max-width: 520px; }
.project-content p { margin: 0 0 20px; color: var(--muted); line-height: 1.7; font-size: 14px; }
.project-featured .project-content p { color: rgba(255,255,255,.65); max-width: 520px; }
.project-meta { display: flex; flex-wrap: wrap; gap: 8px; }
.project-meta span { border: 1px solid rgba(8,36,58,.12); border-radius: 999px; padding: 7px 10px; font-size: 10px; font-weight: 800; }
.project-featured .project-meta span { border-color: rgba(255,255,255,.18); color: rgba(255,255,255,.8); }

.funding-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.funding-card p { color: var(--muted); line-height: 1.8; margin: 22px 0 28px; }
.funding-checklist { border: 1px solid #cfdde3; background: #fff; border-radius: var(--radius); padding: 12px 26px; box-shadow: 0 20px 50px rgba(15,48,69,.07); }
.check-row { display: grid; grid-template-columns: 34px 1fr; gap: 14px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.check-row:last-child { border-bottom: 0; }
.check-row > span { width: 28px; height: 28px; border-radius: 50%; background: var(--accent-soft); color: var(--accent-dark); display: grid; place-items: center; font-weight: 800; font-size: 12px; }
.check-row b { display: block; font-size: 14px; margin-bottom: 5px; }
.check-row small { color: var(--muted); line-height: 1.55; font-size: 12px; }

.about-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.about-visual { min-height: 520px; position: relative; display: grid; place-items: center; border-radius: 32px; background: #f2f6f8; overflow: hidden; }
.about-orbit { position: absolute; border: 1px solid #cddde4; border-radius: 50%; }
.orbit-one { width: 320px; height: 320px; }
.orbit-two { width: 470px; height: 470px; }
.about-center { width: 160px; height: 160px; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-items: center; text-align: center; align-content: center; font-size: 28px; font-weight: 800; line-height: .92; letter-spacing: -.04em; z-index: 2; box-shadow: 0 25px 60px rgba(8,36,58,.22); }
.about-center span { color: var(--accent); }
.about-note { position: absolute; padding: 8px 12px; border-radius: 999px; background: #fff; border: 1px solid #dbe4e8; font-size: 10px; font-weight: 800; letter-spacing: .08em; color: #536571; }
.note-a { top: 90px; left: 55px; }.note-b { top: 155px; right: 38px; }.note-c { bottom: 100px; left: 70px; }
.about-copy .large-copy { font-size: 19px; color: #334650; line-height: 1.7; margin: 26px 0 12px; }
.about-copy > p:not(.large-copy) { color: var(--muted); line-height: 1.8; }
.about-values { display: grid; gap: 0; margin-top: 28px; border-top: 1px solid var(--line); }
.about-values > div { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.about-values b { font-size: 13px; }
.about-values span { font-size: 12px; color: var(--muted); line-height: 1.55; }

.contact-section { padding: 110px 0; }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.contact-copy p { color: rgba(255,255,255,.64); line-height: 1.8; margin: 24px 0 34px; max-width: 520px; }
.contact-details { display: grid; border-top: 1px solid rgba(255,255,255,.13); }
.contact-details > * { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.13); display: grid; grid-template-columns: 100px 1fr; align-items: center; }
.contact-details small { color: rgba(255,255,255,.45); }
.contact-details strong { font-size: 13px; }
.contact-form { background: #fff; color: var(--ink); border-radius: 24px; padding: 30px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 8px; font-size: 11px; font-weight: 800; color: #43545e; margin-bottom: 16px; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid #d5e0e5; background: #fbfcfd; border-radius: 12px; padding: 14px 15px; outline: none; color: var(--ink); transition: border .2s ease, box-shadow .2s ease; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: #6bb4c8; box-shadow: 0 0 0 3px rgba(76,160,184,.12); }
.contact-form textarea { resize: vertical; min-height: 130px; }
.consent { grid-template-columns: 18px 1fr !important; align-items: start; font-weight: 500 !important; line-height: 1.5; color: #6a7982 !important; }
.consent input { width: 16px; height: 16px; margin-top: 2px; accent-color: var(--accent-dark); }
.form-submit { border: 0; }
.form-note { font-size: 10px; color: #84939a; line-height: 1.5; margin: 12px 0 0; }
.form-status { margin-top: 10px; font-size: 12px; font-weight: 700; min-height: 18px; color: var(--accent-dark); }

.site-footer { background: #061b2a; color: #fff; }
.footer-top { min-height: 180px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; border-bottom: 1px solid rgba(255,255,255,.10); }
.footer-top p { color: rgba(255,255,255,.48); font-size: 12px; line-height: 1.65; max-width: 360px; }
.footer-links { justify-self: end; display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { font-size: 11px; color: rgba(255,255,255,.65); }
.footer-bottom { min-height: 72px; display: flex; justify-content: space-between; align-items: center; color: rgba(255,255,255,.38); font-size: 10px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1020px) {
  .main-nav { gap: 18px; }
  .hero-layout { grid-template-columns: 1fr; gap: 42px; }
  .hero-showcase { max-width: 760px; width: 100%; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .expertise-layout, .about-layout, .contact-layout, .funding-layout { grid-template-columns: 1fr; gap: 58px; }
  .expertise-copy { position: static; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .project-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .project-featured { grid-row: auto; grid-column: 1 / -1; min-height: 430px; }
  .about-visual { max-width: 680px; width: 100%; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / -1; justify-self: start; padding-bottom: 28px; }
}

@media (max-width: 800px) {
  .nav-toggle { display: block; }
  .main-nav { position: absolute; top: 74px; left: 20px; right: 20px; padding: 14px; background: #0a2a43; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; box-shadow: 0 20px 45px rgba(0,0,0,.22); display: none; flex-direction: column; align-items: stretch; gap: 4px; }
  .main-nav.open { display: flex; }
  .main-nav > a { padding: 12px 10px; }
  .main-nav .nav-cta { text-align: center; margin-top: 4px; }
  .hero { padding-top: 132px; min-height: auto; }
  .hero-trust { grid-template-columns: 1fr; gap: 14px; }
  .hero-capabilities { grid-template-columns: 1fr; }
  .hero-capabilities > div { min-height: auto; }
  .signal-grid { grid-template-columns: repeat(3, 1fr); }
  .signal-grid span { min-height: 58px; display: grid; place-items: center; border-bottom: 1px solid var(--line); }
  .section { padding: 84px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .service-grid { grid-template-columns: 1fr; }
  .project-grid { grid-template-columns: 1fr; }
  .project-featured { grid-column: auto; min-height: 400px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .nav-wrap { min-height: 72px; }
  .brand { padding: 6px 9px; border-radius: 12px; }
  .brand-logo { width: 172px; }
  .brand-logo-footer { width: 186px; }
  .hero h1 { font-size: 44px; }
  .hero-lead { font-size: 16px; }
  .hero-showcase { padding: 10px; }
  .panel-bottom { align-items: flex-start; flex-direction: column; }
  .signal-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading h2, .expertise-copy h2, .funding-card h2, .about-copy h2, .contact-copy h2 { font-size: 36px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { min-height: 220px; }
  .step-number { margin-bottom: 34px; }
  .project-featured .project-content h3 { font-size: 31px; }
  .about-visual { min-height: 400px; }
  .orbit-two { width: 360px; height: 360px; }
  .orbit-one { width: 250px; height: 250px; }
  .note-b { right: 14px; }
  .about-values > div { grid-template-columns: 1fr; gap: 6px; }
  .contact-form { padding: 22px; }
  .contact-details > * { grid-template-columns: 1fr; gap: 6px; }
  .footer-top { grid-template-columns: 1fr; padding: 42px 0 22px; }
  .footer-links { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; }
}

@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; }
}
