@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@400;500;600&display=swap');

:root {
  --ink: #132c27;
  --ink-deep: #0b211d;
  --paper: #f3f0e8;
  --paper-light: #faf8f2;
  --amber: #e6a33c;
  --amber-light: #f1c576;
  --sage: #afbeb2;
  --line: rgba(19, 44, 39, .18);
  --text-muted: #5e6a65;
  --shell: min(1240px, calc(100vw - 96px));
  --ease: cubic-bezier(.2, .7, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
svg { display: block; }
::selection { color: var(--ink-deep); background: var(--amber-light); }

.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; background: var(--paper-light); transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.shell { width: var(--shell); margin-inline: auto; }

.site-header {
  position: relative;
  z-index: 100;
  display: flex;
  width: var(--shell);
  height: 106px;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 13px; font-family: "Manrope", Arial, sans-serif; }
.brand-mark { width: 35px; height: 35px; fill: currentColor; }
.brand-cut { fill: none; stroke: var(--amber); stroke-width: 2.2; }
.brand-name { font-size: 17px; font-weight: 600; letter-spacing: -.025em; }
.brand-name span { font-weight: 400; opacity: .65; }
.site-nav { display: flex; align-items: center; gap: 39px; font-size: 13px; font-weight: 500; }
.site-nav > a:not(.nav-cta) { position: relative; padding-block: 12px; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: 7px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.site-nav > a:not(.nav-cta):hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { display: inline-flex; align-items: center; gap: 30px; padding: 12px 14px 12px 18px; color: var(--paper-light); background: var(--ink); transition: background .25s, color .25s; }
.nav-cta:hover { color: var(--ink); background: var(--amber); }
.menu-toggle { display: none; border: 0; background: transparent; }

.hero { display: grid; min-height: 750px; grid-template-columns: 1.12fr .88fr; gap: 8vw; align-items: center; padding-block: 82px 100px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 28px; font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { display: block; width: 26px; height: 1px; background: var(--amber); }
.hero h1, .contact-intro h1 { max-width: 790px; margin: 0; font-family: "Manrope", Arial, sans-serif; font-size: clamp(56px, 6vw, 91px); font-weight: 500; letter-spacing: -.065em; line-height: .99; }
.hero h1 em { color: var(--amber); font-style: normal; }
.hero-intro { max-width: 630px; margin: 36px 0 0; color: #43504b; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 35px; margin-top: 44px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: space-between; gap: 36px; padding: 0 18px 0 22px; border: 1px solid transparent; font-size: 13px; font-weight: 600; cursor: pointer; transition: color .25s, background .25s, border-color .25s, transform .25s; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: var(--paper-light); background: var(--ink); }
.button-dark:hover { color: var(--ink); background: var(--amber); }
.button-light { color: var(--ink); background: var(--paper-light); }
.button-light:hover { background: var(--amber); }
.text-link { display: inline-flex; align-items: center; gap: 18px; padding-block: 8px; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 600; }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translate(2px, -2px); }
.hero-system { align-self: stretch; display: flex; min-width: 0; flex-direction: column; justify-content: center; padding-top: 20px; }
.system-caption { display: flex; justify-content: space-between; padding-bottom: 14px; border-bottom: 1px solid var(--line); color: var(--text-muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.system-map { position: relative; min-height: 390px; border-bottom: 1px solid var(--line); }
.source { position: absolute; left: 0; z-index: 2; display: flex; width: 105px; height: 33px; align-items: center; gap: 8px; padding: 0 10px; border: 1px solid var(--line); color: var(--text-muted); background: var(--paper-light); font-size: 9px; text-transform: uppercase; }
.source-a { top: 53px; }.source-b { top: 178px; }.source-c { top: 303px; }
.source-dot { width: 5px; height: 5px; background: var(--sage); }
.system-lines { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.system-lines path { fill: none; stroke: rgba(19,44,39,.28); stroke-width: 1.2; stroke-dasharray: 4 5; vector-effect: non-scaling-stroke; }
.system-lines .resolved { stroke: var(--amber); stroke-width: 1.7; stroke-dasharray: 5 4; animation: dash 12s linear infinite; }
@keyframes dash { to { stroke-dashoffset: -90; } }
.system-core { position: absolute; z-index: 3; top: 157px; left: 50%; display: grid; width: 76px; height: 76px; place-items: center; border-radius: 50%; color: var(--paper-light); background: var(--ink); box-shadow: 0 0 0 8px var(--paper), 0 0 0 9px rgba(19,44,39,.14); transform: translateX(-50%); }
.system-core svg { width: 29px; fill: currentColor; }
.system-result { position: absolute; top: 155px; right: 0; z-index: 2; display: grid; width: 145px; min-height: 80px; grid-template-columns: auto 1fr auto; gap: 8px; align-items: center; padding: 14px; color: var(--paper-light); background: var(--ink); }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 4px rgba(230,163,60,.17); }
.system-result small, .system-result strong { display: block; }
.system-result small { color: var(--sage); font-size: 8px; letter-spacing: .04em; text-transform: uppercase; }
.system-result strong { margin-top: 2px; font-size: 10px; font-weight: 500; }
.result-arrow { color: var(--amber); }
.system-note { display: flex; gap: 14px; padding-top: 18px; color: var(--text-muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.system-note span { color: var(--amber); }.system-note p { margin: 0; }

.signal-band { color: var(--paper-light); background: var(--ink); }
.signal-inner { display: flex; min-height: 132px; align-items: center; justify-content: space-between; gap: 40px; }
.signal-inner p { margin: 0; font-family: "Manrope", Arial, sans-serif; font-size: clamp(18px, 2vw, 27px); letter-spacing: -.03em; }
.signal-inner p:last-child { color: var(--amber-light); }
.section { padding-block: 145px; }
.split-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 10vw; }
.section-kicker { display: flex; flex-direction: column; justify-content: space-between; }
.section-index { margin: 0; color: var(--text-muted); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.section-body h2, .section-heading-row h2, .friction-heading h2, .process-intro h2, .principles-statement h2, .closing-inner h2, .form-heading h2 { margin: 0; font-family: "Manrope", Arial, sans-serif; font-size: clamp(39px, 4.4vw, 66px); font-weight: 500; letter-spacing: -.055em; line-height: 1.08; }
.section-body > p { max-width: 760px; color: var(--text-muted); }
.section-body .large-copy { margin: 43px 0 24px; color: var(--ink); font-size: 20px; line-height: 1.7; }
.section-body .text-link { margin-top: 27px; }

.friction-section { padding-block: 125px 132px; color: var(--paper-light); background: var(--ink-deep); }
.eyebrow-light { color: var(--sage); }
.friction-heading { display: grid; grid-template-columns: .72fr 1.28fr; gap: 10vw; align-items: start; margin-bottom: 85px; }
.friction-heading h2 { max-width: 780px; }
.friction-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(243,240,232,.18); border-left: 1px solid rgba(243,240,232,.18); }
.friction-card { min-height: 356px; padding: 24px; border-right: 1px solid rgba(243,240,232,.18); border-bottom: 1px solid rgba(243,240,232,.18); transition: background .35s, color .35s; }
.friction-card:hover { color: var(--ink); background: var(--amber); }
.card-number { display: block; color: var(--sage); font-size: 10px; }
.friction-card:hover .card-number { color: var(--ink); }
.mini-icon { display: flex; width: 54px; height: 54px; margin: 62px 0 46px; align-items: center; justify-content: center; gap: 4px; border: 1px solid rgba(243,240,232,.28); }
.mini-icon i { display: block; width: 6px; height: 6px; border-radius: 50%; background: var(--amber); }
.friction-card:hover .mini-icon { border-color: rgba(19,44,39,.3); }.friction-card:hover .mini-icon i { background: var(--ink); }
.icon-loop i { width: 21px; height: 21px; border: 1px dashed var(--amber); background: transparent; }
.friction-card:hover .icon-loop i { border-color: var(--ink); background: transparent; }
.icon-handoff i { width: 12px; height: 12px; border-radius: 0; }.icon-handoff i:last-child { background: transparent; border: 1px solid var(--amber); }
.friction-card:hover .icon-handoff i:last-child { border-color: var(--ink); background: transparent; }
.icon-view { position: relative; }.icon-view i { width: 24px; height: 1px; border-radius: 0; }.icon-view i:last-child { position: absolute; width: 1px; height: 24px; }
.friction-card h3 { margin: 0 0 15px; font-family: "Manrope", Arial, sans-serif; font-size: 20px; font-weight: 500; letter-spacing: -.03em; }
.friction-card p { margin: 0; color: var(--sage); font-size: 13px; line-height: 1.65; }.friction-card:hover p { color: rgba(19,44,39,.75); }

.section-heading-row { display: grid; grid-template-columns: 1fr 300px; gap: 80px; align-items: end; margin-bottom: 80px; }
.section-heading-row h2 { max-width: 800px; }
.section-heading-row > p { margin: 0 0 6px; color: var(--text-muted); font-size: 14px; }
.capability-list { border-top: 1px solid var(--line); }
.capability-row { display: grid; min-height: 135px; grid-template-columns: 70px 1.05fr 1fr 40px; gap: 25px; align-items: center; border-bottom: 1px solid var(--line); transition: padding .35s var(--ease), background .35s; }
.capability-row:hover { padding-inline: 20px; background: rgba(255,255,255,.35); }
.capability-number { color: var(--amber); font-size: 10px; }
.capability-row h3 { margin: 0; font-family: "Manrope", Arial, sans-serif; font-size: clamp(21px, 2vw, 28px); font-weight: 500; letter-spacing: -.035em; }
.capability-row p { max-width: 450px; margin: 0; color: var(--text-muted); font-size: 13px; line-height: 1.65; }
.capability-mark { justify-self: end; font-size: 20px; transition: transform .25s; }.capability-row:hover .capability-mark { transform: translate(3px,-3px); }

.process-section { padding-block: 140px; background: #e6e1d6; }
.process-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; }
.process-intro { position: sticky; top: 45px; align-self: start; }
.process-intro p:not(.eyebrow) { max-width: 440px; margin: 35px 0 0; color: var(--text-muted); }
.process-rule { position: relative; height: 1px; margin-top: 75px; overflow: hidden; background: var(--line); }
.process-rule span { position: absolute; left: 0; width: 35%; height: 100%; background: var(--amber); }
.process-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-steps li { display: grid; min-height: 205px; grid-template-columns: 72px 1fr; gap: 20px; padding-block: 35px; border-bottom: 1px solid var(--line); }
.process-steps li > span { color: var(--amber); font-size: 10px; }
.process-steps h3 { margin: -5px 0 20px; font-family: "Manrope", Arial, sans-serif; font-size: 31px; font-weight: 500; letter-spacing: -.04em; }
.process-steps p { max-width: 550px; margin: 0; color: var(--text-muted); font-size: 14px; }

.principles { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10vw; }
.principles-statement h2 { max-width: 760px; }
.principles-grid { display: grid; grid-template-columns: 1fr 1fr; align-content: start; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.principles-grid article { min-height: 170px; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principles-grid span { display: block; margin-bottom: 43px; font-family: "Manrope", Arial, sans-serif; font-size: 19px; font-weight: 500; }
.principles-grid p { margin: 0; color: var(--text-muted); font-size: 12px; line-height: 1.55; }

.closing-cta { padding-block: 130px; color: var(--paper-light); background: var(--ink); overflow: hidden; }
.closing-inner { position: relative; }
.closing-inner::after { content: "A"; position: absolute; top: -220px; right: -50px; color: rgba(243,240,232,.035); font-family: "Manrope", sans-serif; font-size: 700px; font-weight: 600; line-height: 1; pointer-events: none; }
.closing-inner h2 { position: relative; z-index: 1; max-width: 900px; font-size: clamp(48px, 6vw, 84px); }
.closing-bottom { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-top: 75px; padding-top: 35px; border-top: 1px solid rgba(243,240,232,.2); }
.closing-bottom p { max-width: 580px; margin: 0; color: var(--sage); }

.site-footer { padding-top: 80px; color: var(--paper); background: var(--ink-deep); }
.footer-main { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 50px; align-items: start; padding-bottom: 90px; }
.brand-footer { align-self: start; }.brand-footer .brand-cut { stroke: var(--amber); }
.footer-main > p { max-width: 240px; margin: 0; color: var(--sage); font-size: 13px; }
.footer-email { justify-self: end; border-bottom: 1px solid rgba(243,240,232,.3); font-size: 13px; }
.footer-email span { margin-left: 25px; color: var(--amber); }
.footer-meta { display: flex; justify-content: space-between; padding-block: 22px; border-top: 1px solid rgba(243,240,232,.14); color: var(--sage); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.footer-meta p { margin: 0; }

/* Contact */
.contact-page { background: var(--paper-light); }
.header-dark { position: absolute; top: 0; right: 0; left: 0; color: var(--paper-light); border-color: rgba(243,240,232,.18); }
.header-dark .nav-cta { color: var(--ink); background: var(--amber); }.header-dark .nav-cta:hover { background: var(--paper-light); }
.contact-hero { padding: 190px 0 115px; color: var(--paper-light); background: var(--ink); }
.contact-hero-inner { display: grid; grid-template-columns: 1.3fr .7fr; gap: 10vw; align-items: end; }
.contact-intro h1 { max-width: 750px; }
.contact-intro > p:not(.eyebrow) { max-width: 650px; margin: 36px 0 0; color: var(--sage); font-size: 17px; }
.direct-email { display: inline-flex; flex-direction: column; margin-top: 55px; padding-bottom: 6px; border-bottom: 1px solid rgba(243,240,232,.25); font-size: 15px; }
.direct-email span { color: var(--amber); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.contact-expect { padding: 26px; border: 1px solid rgba(243,240,232,.2); }
.aside-label { display: block; padding-bottom: 22px; border-bottom: 1px solid rgba(243,240,232,.17); color: var(--sage); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.contact-expect ol { margin: 0; padding: 0; list-style: none; }
.contact-expect li { display: grid; grid-template-columns: 36px 1fr; gap: 10px; padding-block: 22px; border-bottom: 1px solid rgba(243,240,232,.12); }
.contact-expect li:last-child { border-bottom: 0; padding-bottom: 0; }
.contact-expect li span { color: var(--amber); font-size: 9px; }.contact-expect li p { margin: 0; color: var(--paper); font-size: 12px; }
.contact-form-section { padding-block: 135px; }
.contact-form-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 10vw; align-items: start; }
.form-heading { position: sticky; top: 40px; }.form-heading h2 { font-size: clamp(39px, 4vw, 57px); }.form-heading > p:last-child { max-width: 400px; margin-top: 30px; color: var(--text-muted); }
.contact-form { padding: 45px; border: 1px solid var(--line); background: var(--paper); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.field { margin-bottom: 30px; }
.field label { display: block; margin-bottom: 8px; font-size: 11px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }.field label span { color: #a14f33; }
.field input, .field textarea, .field select { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; color: var(--ink); background: transparent; transition: border-color .2s, background .2s; }
.field input, .field select { height: 51px; }.field textarea { padding: 14px 0; resize: vertical; line-height: 1.55; }
.field input::placeholder, .field textarea::placeholder { color: #8d958f; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--amber); }
.field [aria-invalid="true"] { border-color: #a14f33; }
.field-error { display: block; min-height: 18px; padding-top: 5px; color: #94422c; font-size: 11px; }
.form-submit-row { display: flex; align-items: center; gap: 25px; margin-top: 8px; }
.form-submit-row p { max-width: 360px; margin: 0; color: var(--text-muted); font-size: 10px; }.form-submit-row strong { font-weight: 500; }
.form-status { margin-top: 18px; color: var(--ink); font-size: 12px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
.reveal.in-view { opacity: 1; transform: none; }.reveal-delay { transition-delay: .12s; }

@media (max-width: 1100px) {
  :root { --shell: min(100% - 64px, 1240px); }
  .hero { grid-template-columns: 1fr; gap: 30px; padding-top: 105px; }
  .hero-copy { max-width: 850px; }.hero-system { width: min(650px, 100%); min-height: 500px; margin-left: auto; }
  .friction-grid { grid-template-columns: 1fr 1fr; }
  .friction-card { min-height: 315px; }
  .principles { grid-template-columns: 1fr; }.principles-statement h2 { max-width: 900px; }
  .principles-grid { max-width: 700px; margin-left: auto; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 38px); }
  .site-header { height: 82px; }
  .menu-toggle { position: relative; z-index: 102; display: flex; align-items: center; gap: 12px; padding: 8px 0; cursor: pointer; }
  body.menu-open .menu-toggle { color: var(--paper-light); }
  .menu-toggle-label { font-size: 11px; text-transform: uppercase; }
  .menu-toggle-icon { display: flex; width: 24px; flex-direction: column; gap: 6px; }.menu-toggle-icon i { display: block; width: 24px; height: 1px; background: currentColor; transition: transform .25s; }
  .menu-toggle[aria-expanded="true"] .menu-toggle-icon i:first-child { transform: translateY(3.5px) rotate(45deg); }.menu-toggle[aria-expanded="true"] .menu-toggle-icon i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; z-index: 101; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 0; padding: 100px 30px 40px; color: var(--paper-light); background: var(--ink-deep); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .3s, transform .3s; }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .site-nav > a:not(.nav-cta) { padding-block: 17px; border-bottom: 1px solid rgba(243,240,232,.15); font-family: "Manrope", sans-serif; font-size: 27px; font-weight: 400; }
  .nav-cta { margin-top: 35px; justify-content: space-between; color: var(--ink); background: var(--amber); }
  .hero { min-height: 0; padding-block: 85px 75px; }
  .hero h1, .contact-intro h1 { font-size: clamp(44px, 14vw, 69px); }
  .hero-intro { margin-top: 28px; font-size: 16px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; margin-top: 34px; }
  .hero-system { min-height: 430px; margin-top: 20px; }.system-map { min-height: 320px; }.system-lines { height: 320px; }.source-a { top: 43px; }.source-b { top: 153px; }.source-c { top: 263px; }.system-core { top: 127px; width: 68px; height: 68px; }.system-result { top: 125px; width: 130px; }.source { width: 92px; padding-inline: 7px; font-size: 7px; }
  .signal-inner { min-height: 145px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 6px; }
  .section { padding-block: 95px; }.split-section, .friction-heading, .process-layout, .contact-form-layout { grid-template-columns: 1fr; gap: 55px; }.section-kicker { min-height: 105px; }.section-index { display: none; }
  .section-body .large-copy { font-size: 18px; }
  .friction-section { padding-block: 90px; }.friction-heading { margin-bottom: 60px; }.friction-grid { grid-template-columns: 1fr; }.friction-card { min-height: auto; }.mini-icon { margin: 40px 0 35px; }
  .section-heading-row { grid-template-columns: 1fr; gap: 25px; margin-bottom: 55px; }.section-heading-row > p { max-width: 450px; }
  .capability-row { grid-template-columns: 40px 1fr 25px; gap: 12px; padding-block: 26px; }.capability-row p { grid-column: 2 / 4; }.capability-mark { grid-column: 3; grid-row: 1; }
  .process-section { padding-block: 95px; }.process-intro { position: static; }.process-rule { margin-top: 45px; }.process-steps li { min-height: 175px; grid-template-columns: 45px 1fr; }
  .principles-grid { margin-left: 0; }.principles-grid article { min-height: 155px; padding: 18px; }.principles-grid span { margin-bottom: 30px; }
  .closing-cta { padding-block: 95px; }.closing-bottom { align-items: flex-start; flex-direction: column; margin-top: 50px; }.closing-inner::after { right: -100px; font-size: 500px; }
  .footer-main { grid-template-columns: 1fr; gap: 35px; padding-bottom: 65px; }.footer-email { justify-self: start; }.footer-meta { align-items: flex-start; flex-direction: column; gap: 10px; }
  .contact-hero { padding: 150px 0 90px; }.contact-hero-inner { grid-template-columns: 1fr; gap: 70px; }.contact-expect { max-width: 450px; }
  .contact-form-section { padding-block: 90px; }.form-heading { position: static; }.contact-form { padding: 28px 20px; }.form-row { grid-template-columns: 1fr; gap: 0; }.form-submit-row { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 430px) {
  .brand-name { font-size: 15px; }.brand-mark { width: 31px; height: 31px; }
  .hero h1, .contact-intro h1 { font-size: 45px; }
  .system-result { width: 116px; padding: 10px; }.system-result small { display: none; }.system-core { left: 51%; }
  .principles-grid { grid-template-columns: 1fr; }
  .button { width: 100%; }
}

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