:root {
  --paper: #f7f2e9;
  --card: #fffdf8;
  --ink: #182a35;
  --muted: #66727a;
  --blue: #245c7d;
  --blue-dark: #143e57;
  --coral: #d85f4c;
  --mint: #cfe8dd;
  --sun: #f3d470;
  --line: #ddd6c9;
  --white: #fff;
  --r-lg: 32px;
  --r-md: 20px;
  --shadow: 0 22px 60px rgba(26, 42, 53, .11);
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.65; overflow-x: hidden; }
body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; }
button, a { font: inherit; }
a { color: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding: clamp(76px, 9vw, 132px) 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; transform: translateY(-160%); padding: 10px 16px; border-radius: 10px; background: var(--ink); color: var(--white); text-decoration: none; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--sun); outline-offset: 4px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 700; letter-spacing: -.045em; }
h1 { max-width: 820px; margin-bottom: 28px; font-size: clamp(3.25rem, 6.2vw, 6rem); line-height: .94; }
h1 em { color: var(--coral); font-style: italic; font-weight: 400; }
h2 { margin-bottom: 24px; font-size: clamp(2.45rem, 4.6vw, 4.5rem); line-height: 1.02; }
h3 { margin-bottom: 8px; font-size: 1.15rem; line-height: 1.3; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; color: var(--blue); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; background: var(--coral); }
.eyebrow-light { color: var(--mint); }
.eyebrow-light span { background: var(--sun); }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 14px 24px; border: 1px solid transparent; border-radius: 999px; font-size: .95rem; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: var(--white); box-shadow: 0 12px 28px rgba(36, 92, 125, .2); }
.button-primary:hover { background: var(--blue-dark); }
.button-ghost { border-color: var(--line); background: transparent; color: var(--ink); }
.button-ghost:hover { background: var(--card); }
.button-sun { background: var(--sun); color: var(--ink); }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(247, 242, 233, .91); border-bottom: 1px solid rgba(221, 214, 201, .72); backdrop-filter: blur(18px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; line-height: 1.1; }
.brand-mark { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 50% 50% 48% 52%; background: var(--blue); color: var(--sun); font-family: Georgia, serif; font-size: 1.45rem; font-weight: 800; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: .98rem; }
.brand small { margin-top: 4px; color: var(--muted); font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: .87rem; font-weight: 750; }
.main-nav a { text-decoration: none; }
.main-nav a:not(.nav-help):hover { color: var(--coral); }
.nav-help { padding: 10px 18px; border-radius: 999px; background: var(--blue); color: var(--white); }
.menu-button { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: var(--card); cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; width: 19px; height: 2px; margin: 5px auto; background: var(--ink); }

.hero { min-height: calc(100svh - 76px); display: grid; align-items: center; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.07fr .93fr; gap: clamp(40px, 7vw, 96px); align-items: center; }
.hero-lead { max-width: 680px; margin-bottom: 30px; color: #485963; font-size: clamp(1.05rem, 1.6vw, 1.24rem); line-height: 1.65; }
.goal-card { display: inline-flex; min-width: 330px; flex-direction: column; margin-bottom: 28px; padding: 18px 22px; border-left: 5px solid var(--coral); border-radius: 0 var(--r-md) var(--r-md) 0; background: var(--card); box-shadow: 0 12px 35px rgba(26,42,53,.07); }
.goal-card span, .goal-card small { color: var(--muted); }
.goal-card span { font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.goal-card strong { margin: 3px 0 1px; font-family: Georgia, serif; font-size: clamp(2rem, 3.3vw, 3rem); line-height: 1.05; }
.goal-card small { font-size: .78rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-visual { position: relative; min-height: 660px; }
.hero-photo-main { position: absolute; z-index: 2; inset: 10px 7% 100px 7%; overflow: hidden; border-radius: 240px 240px 34px 34px; box-shadow: var(--shadow); }
.hero-photo-main img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-photo-small { position: absolute; z-index: 4; right: -4%; bottom: 25px; width: 42%; overflow: hidden; border: 10px solid var(--paper); border-radius: 50% 50% 24px 24px; box-shadow: 0 18px 45px rgba(26,42,53,.18); }
.hero-photo-small img { width: 100%; aspect-ratio: 1 / 1.05; object-fit: cover; object-position: 58% center; }
.hero-note { position: absolute; z-index: 5; bottom: 10px; left: -4%; display: flex; max-width: 250px; align-items: center; gap: 14px; padding: 16px 18px; border-radius: var(--r-md); background: var(--ink); color: var(--white); box-shadow: var(--shadow); font-size: .76rem; line-height: 1.35; }
.hero-note span { display: grid; flex: 0 0 54px; height: 54px; place-items: center; border-radius: 50%; background: var(--sun); color: var(--ink); font-weight: 900; }
.shape { position: absolute; display: block; border-radius: 50%; }
.shape-mint { top: 0; right: -50px; width: 190px; height: 190px; background: var(--mint); }
.shape-sun { bottom: 100px; left: -80px; width: 150px; height: 150px; background: var(--sun); }

.facts { border-block: 1px solid var(--line); background: var(--card); }
.facts-grid { display: grid; grid-template-columns: .75fr 1.4fr 1fr 1fr; }
.facts-grid div { min-height: 126px; display: flex; flex-direction: column; justify-content: center; padding: 25px 30px; border-right: 1px solid var(--line); }
.facts-grid div:first-child { border-left: 1px solid var(--line); }
.facts-grid strong { font-family: Georgia, serif; font-size: 1.5rem; }
.facts-grid span { color: var(--muted); font-size: .78rem; }

.story-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(50px, 9vw, 130px); align-items: start; }
.section-heading > p:not(.eyebrow) { max-width: 650px; color: var(--muted); }
.section-heading.compact { margin-bottom: 38px; }
.journey { position: relative; margin: 0; padding: 0; list-style: none; }
.journey::before { position: absolute; top: 36px; bottom: 36px; left: 28px; border-left: 2px dashed #b8b2a6; content: ""; }
.journey li { position: relative; display: grid; grid-template-columns: 58px 1fr; gap: 22px; padding: 0 0 38px; }
.journey li:last-child { padding-bottom: 0; }
.journey li > span { z-index: 1; display: grid; width: 58px; height: 58px; place-items: center; border: 7px solid var(--paper); border-radius: 50%; background: var(--mint); color: var(--blue-dark); font-size: .72rem; font-weight: 900; }
.journey li:nth-child(even) > span { background: var(--sun); }
.journey p { margin: 0; color: var(--muted); font-size: .9rem; }

.problem { padding-top: 0; }
.problem-card { display: grid; grid-template-columns: 1fr .92fr; gap: 60px; padding: clamp(34px, 5vw, 66px); border-radius: var(--r-lg); background: var(--blue-dark); color: var(--white); box-shadow: var(--shadow); }
.problem-card h2 { max-width: 620px; }
.problem-card p:not(.eyebrow) { margin-bottom: 0; color: #c8d8e1; }
.steps-list { display: grid; gap: 12px; align-content: center; }
.steps-list article { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: center; padding: 13px 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.06); }
.steps-list b { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--sun); color: var(--ink); }
.steps-list span { font-size: .9rem; font-weight: 750; }

.treatment { background: var(--mint); }
.treatment-grid { display: grid; grid-template-columns: 1.08fr .72fr; gap: clamp(45px, 8vw, 120px); align-items: center; }
.treatment-copy p:not(.eyebrow) { color: #435a58; }
.check-list { display: grid; gap: 13px; margin: 30px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 34px; font-size: .92rem; font-weight: 650; }
.check-list li::before { position: absolute; top: 2px; left: 0; display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: var(--blue); color: var(--white); content: "✓"; font-size: .72rem; }
.estimate-card { padding: clamp(30px, 4vw, 48px); border-radius: var(--r-lg); background: var(--card); box-shadow: var(--shadow); }
.estimate-top { display: flex; justify-content: space-between; gap: 18px; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.estimate-card > strong { display: block; margin: 22px 0 28px; color: var(--coral); font-family: Georgia, serif; font-size: clamp(3rem, 5vw, 4.8rem); line-height: 1; }
.estimate-card p { margin-bottom: 8px; font-size: .85rem; }
.estimate-note { margin: 24px 0 !important; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); }
.text-link { padding: 0 0 3px; border: 0; border-bottom: 1px solid var(--ink); background: transparent; font-weight: 800; cursor: pointer; }

.photo-grid { display: grid; grid-template-columns: 1.45fr .8fr; grid-template-rows: minmax(230px, 370px) auto; gap: 18px; }
.photo-grid figure, .photo-quote { margin: 0; overflow: hidden; border-radius: var(--r-md); }
.photo-grid img { width: 100%; height: 100%; object-fit: cover; }
.photo-wide { grid-row: 1 / span 2; }
.photo-portrait { min-height: 260px; }
.photo-quote { position: relative; display: flex; min-height: 180px; align-items: center; padding: 34px; background: var(--sun); }
.photo-quote span { position: absolute; top: -10px; right: 18px; color: rgba(24,42,53,.15); font-family: Georgia, serif; font-size: 8rem; line-height: 1; }
.photo-quote p { position: relative; z-index: 1; margin: 0; font-family: Georgia, serif; font-size: clamp(1.25rem, 2.2vw, 1.75rem); font-weight: 700; line-height: 1.25; }

.documents { background: var(--card); }
.documents-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px 72px; align-items: start; }
.documents-grid .section-heading { grid-row: 1 / span 3; }
.document-card { display: grid; grid-template-columns: 175px 1fr; gap: 26px; width: 100%; padding: 18px; border: 1px solid var(--line); border-radius: var(--r-md); background: var(--paper); text-align: left; cursor: pointer; }
.document-card:hover { border-color: var(--blue); }
.document-preview { height: 210px; overflow: hidden; border-radius: 12px; background: var(--white); }
.document-preview img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.document-meta { display: flex; flex-direction: column; justify-content: center; }
.document-meta small { color: var(--muted); font-size: .75rem; }
.document-meta strong { margin: 10px 0 24px; font-family: Georgia, serif; font-size: 1.3rem; line-height: 1.2; }
.document-meta em { color: var(--blue); font-size: .78rem; font-style: normal; font-weight: 800; }
.promise-card { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 28px; border-radius: var(--r-md); background: var(--blue-dark); color: var(--white); }
.promise-icon { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; background: var(--mint); color: var(--blue-dark); font-size: 1.5rem; font-weight: 900; }
.promise-card p { margin: 0; color: #c8d8e1; font-size: .85rem; }

.organizer { padding-bottom: 0; }
.organizer-card { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding: clamp(34px, 5vw, 64px); border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--card); }
.organizer-card h2 { font-size: clamp(2.2rem, 4vw, 3.9rem); }
.organizer-card p:not(.eyebrow) { margin-bottom: 0; color: var(--muted); }
.contacts { display: grid; align-content: center; }
.contacts a { display: flex; justify-content: space-between; gap: 22px; padding: 18px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.contacts a:first-child { border-top: 1px solid var(--line); }
.contacts span { color: var(--muted); font-size: .75rem; text-transform: uppercase; }
.contacts strong { text-align: right; font-size: .88rem; }

.help { margin-top: clamp(76px, 9vw, 132px); background: var(--blue-dark); color: var(--white); }
.help-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(45px, 8vw, 120px); align-items: center; }
.help-copy p:not(.eyebrow) { color: #c8d8e1; }
.bank-card { padding: clamp(24px, 4vw, 44px); border-radius: var(--r-lg); background: var(--card); color: var(--ink); }
.bank-head { display: grid; grid-template-columns: 1fr auto; gap: 4px 20px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.bank-head > span { grid-row: 1 / span 2; align-self: center; color: var(--blue); font-family: Georgia, serif; font-size: 2rem; font-weight: 800; }
.bank-head small { color: var(--muted); font-size: .7rem; letter-spacing: .09em; text-transform: uppercase; }
.bank-head strong { font-size: .86rem; }
.bank-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.bank-row div { min-width: 0; }
.bank-row small { display: block; color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.bank-row strong { display: block; font-size: clamp(.98rem, 2vw, 1.22rem); overflow-wrap: anywhere; }
.copy-button { min-height: 44px; padding: 9px 14px; border: 0; border-radius: 12px; background: #e9eef4; color: var(--blue-dark); font-size: .7rem; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.qr-block { display: grid; grid-template-columns: minmax(160px, 210px) 1fr; gap: 26px; align-items: center; padding: 28px 0 18px; }
.qr-frame { width: 100%; aspect-ratio: 1; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.qr-frame img { width: 100%; height: 100%; object-fit: contain; }
.qr-block p { margin: 4px 0 10px; color: var(--muted); font-size: .78rem; }
.qr-block small { color: var(--muted); font-size: .7rem; }
.bank-link { display: block; padding-top: 14px; color: var(--blue); font-size: .8rem; font-weight: 800; overflow-wrap: anywhere; text-decoration: none; }

.site-footer { padding: 42px 0; background: #0f2f43; color: var(--white); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-inner p { margin: 4px 0 0; color: #aabfc9; font-size: .8rem; }
.footer-inner a { color: var(--mint); font-size: .85rem; font-weight: 800; text-decoration: none; }
.mobile-help { display: none; }

.toast { position: fixed; z-index: 400; right: 22px; bottom: 22px; max-width: min(330px, calc(100vw - 44px)); padding: 12px 18px; border-radius: 12px; background: var(--ink); color: var(--white); box-shadow: var(--shadow); font-size: .8rem; opacity: 0; transform: translateY(18px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.toast.show { opacity: 1; transform: translateY(0); }

.document-dialog { width: min(1000px, calc(100% - 32px)); max-height: 92vh; padding: 0; border: 0; border-radius: 20px; background: var(--card); box-shadow: 0 35px 100px rgba(0,0,0,.35); }
.document-dialog::backdrop { background: rgba(10,22,28,.78); backdrop-filter: blur(6px); }
.dialog-shell { display: flex; max-height: 92vh; flex-direction: column; }
.dialog-header { position: sticky; z-index: 2; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 20px; border-bottom: 1px solid var(--line); background: var(--card); }
.dialog-header h2 { margin: 0; font-family: inherit; font-size: 1rem; letter-spacing: 0; }
.dialog-close { width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--ink); color: var(--white); font-size: 1.8rem; line-height: 1; cursor: pointer; }
.dialog-image-wrap { overflow: auto; padding: 18px; }
.dialog-image-wrap img { width: 100%; height: auto; border-radius: 10px; }
.dialog-navigation { display: grid; grid-template-columns: 1fr auto 1fr; gap: 14px; align-items: center; padding: 12px 20px 16px; border-top: 1px solid var(--line); background: var(--card); }
.dialog-navigation[hidden] { display: none; }
.dialog-page-button { min-height: 44px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); color: var(--ink); font-weight: 800; cursor: pointer; }
.dialog-page-button:last-child { justify-self: end; }
.dialog-page-button:disabled { opacity: .4; cursor: default; }
.dialog-page-status { color: var(--muted); font-size: .78rem; font-weight: 800; white-space: nowrap; }

.reveal, .js .reveal, .js .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .main-nav { gap: 18px; }
  .hero-grid, .story-grid, .treatment-grid, .help-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-copy { max-width: 780px; }
  .hero-visual { min-height: 620px; width: min(620px, 100%); margin-inline: auto; }
  .facts-grid { grid-template-columns: repeat(2, 1fr); }
  .facts-grid div:nth-child(odd) { border-left: 1px solid var(--line); }
  .facts-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .problem-card, .organizer-card { grid-template-columns: 1fr; }
  .documents-grid { grid-template-columns: 1fr; }
  .documents-grid .section-heading { grid-row: auto; }
  .help-copy { max-width: 720px; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 36px, 680px); --r-lg: 24px; }
  body { font-size: 16px; padding-bottom: 70px; }
  h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  h2 { font-size: clamp(2.25rem, 10vw, 3.4rem); }
  .section-pad { padding: 78px 0; }
  .header-inner { min-height: 68px; }
  .brand-mark { width: 39px; height: 39px; }
  .menu-button { display: block; }
  .main-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 18px 20px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 16px 35px rgba(26,42,53,.12); }
  .main-nav.open { display: flex; }
  .main-nav a { min-height: 48px; display: flex; align-items: center; justify-content: center; }
  .nav-help { margin-top: 6px; }
  .hero { padding-top: 60px; }
  .hero-grid { gap: 46px; }
  .hero-lead { font-size: 1rem; }
  .goal-card { min-width: 0; width: 100%; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-visual { min-height: 500px; }
  .hero-photo-main { inset: 0 3% 70px; border-radius: 190px 190px 28px 28px; }
  .hero-photo-small { right: -2%; bottom: 14px; width: 39%; border-width: 7px; }
  .hero-note { bottom: 0; left: -2%; max-width: 235px; }
  .hero-note span { flex-basis: 48px; height: 48px; }
  .shape-mint { right: -80px; width: 160px; height: 160px; }
  .shape-sun { left: -70px; width: 120px; height: 120px; }
  .facts-grid div { min-height: 108px; padding: 20px 18px; }
  .facts-grid strong { font-size: 1.25rem; }
  .facts-grid span { font-size: .68rem; line-height: 1.35; }
  .problem-card { gap: 32px; }
  .steps-list article { grid-template-columns: 42px 1fr; }
  .photo-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .photo-wide { grid-row: auto; min-height: 270px; }
  .photo-portrait { min-height: 250px; }
  .document-card { grid-template-columns: 110px 1fr; gap: 16px; padding: 12px; }
  .document-preview { height: 155px; }
  .document-meta strong { margin: 8px 0 14px; font-size: 1.05rem; }
  .promise-card { grid-template-columns: 46px 1fr; padding: 22px; }
  .promise-icon { width: 46px; height: 46px; }
  .organizer-card { gap: 32px; }
  .contacts a { flex-direction: column; gap: 4px; }
  .contacts strong { text-align: left; overflow-wrap: anywhere; }
  .bank-head { grid-template-columns: 1fr; }
  .bank-head > span { grid-row: auto; margin-bottom: 12px; }
  .bank-row { align-items: flex-end; }
  .qr-block { grid-template-columns: 1fr; }
  .qr-frame { width: min(100%, 250px); margin-inline: auto; }
  .qr-block > div:last-child { text-align: center; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .mobile-help { position: fixed; z-index: 200; right: 12px; bottom: calc(10px + env(safe-area-inset-bottom)); left: 12px; display: flex; min-height: 54px; align-items: center; justify-content: center; border-radius: 999px; background: var(--coral); color: var(--white); box-shadow: 0 14px 32px rgba(92,36,28,.32); font-weight: 900; text-decoration: none; }
  .toast { right: 16px; bottom: 78px; left: 16px; text-align: center; }
}

@media (max-width: 390px) {
  :root { --shell: calc(100% - 28px); }
  h1 { font-size: 2.9rem; }
  .hero-visual { min-height: 455px; }
  .hero-note { max-width: 220px; padding: 12px; }
  .facts-grid { grid-template-columns: 1fr; }
  .facts-grid div { border: 0 !important; border-bottom: 1px solid var(--line) !important; }
  .facts-grid div:first-child { border-top: 1px solid var(--line) !important; }
  .document-card { grid-template-columns: 86px 1fr; }
  .bank-row { align-items: stretch; flex-direction: column; }
  .copy-button { width: 100%; }
}

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