:root {
  --ink: #173f3a;
  --ink-deep: #0d2e2a;
  --coral: #ef7358;
  --coral-dark: #db5c43;
  --cream: #f6f1e8;
  --paper: #fffdf8;
  --lime: #cfdb8d;
  --muted: #68726f;
  --line: rgba(23, 63, 58, 0.16);
  --shadow: 0 24px 80px rgba(18, 53, 49, 0.14);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink-deep); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.6; }
body.modal-open { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.demo-notice { background: var(--ink-deep); color: rgba(255,255,255,.82); min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 7px 20px; font-size: 12px; letter-spacing: .02em; text-align: center; }
.demo-notice span { color: var(--lime); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,253,248,.92); border-bottom: 1px solid rgba(23,63,58,.08); backdrop-filter: blur(16px); }
.nav-wrap { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: "Manrope", sans-serif; line-height: 1.05; }
.brand-mark { width: 43px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; color: var(--cream); background: var(--ink); font-size: 12px; font-weight: 800; letter-spacing: -.06em; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 15px; letter-spacing: -.02em; }
.brand small { margin-top: 5px; color: var(--muted); font-family: "DM Sans", sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.nav-links a { position: relative; font-size: 14px; font-weight: 600; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: var(--coral); transition: right .25s ease; }
.nav-links a:hover::after { right: 0; }
.menu-button { display: none; border: 0; background: none; padding: 8px; }
.menu-button span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 24px; border: 0; border-radius: 999px; cursor: pointer; font-weight: 700; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: white; box-shadow: 0 10px 24px rgba(23,63,58,.16); }
.button-dark:hover { background: var(--ink-deep); }
.button-coral { background: var(--coral); color: #fff; box-shadow: 0 12px 28px rgba(239,115,88,.24); }
.button-coral:hover { background: var(--coral-dark); }
.button-cream { background: var(--cream); color: var(--ink); }
.nav-cta { min-height: 46px; padding-inline: 22px; font-size: 13px; }

.hero { position: relative; overflow: hidden; padding: 76px 0 88px; background: radial-gradient(circle at 7% 30%, rgba(207,219,141,.22), transparent 28%), var(--paper); }
.hero::before { content: ""; position: absolute; left: -130px; bottom: -180px; width: 360px; height: 360px; border: 1px solid rgba(23,63,58,.12); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 72px; }
.eyebrow, .kicker { color: var(--coral-dark); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 28px; height: 2px; background: var(--coral); }
h1, h2, h3 { font-family: "Manrope", sans-serif; margin: 0; letter-spacing: -.045em; }
h1 { max-width: 690px; margin: 21px 0 24px; font-size: clamp(50px, 6vw, 82px); font-weight: 600; line-height: .99; }
h1 em { color: var(--coral); font-family: Georgia, serif; font-weight: 400; }
.hero-lead { max-width: 570px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; }
.play { width: 31px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.hero-proof { display: flex; gap: 0; margin-top: 50px; padding-top: 26px; border-top: 1px solid var(--line); }
.hero-proof div { min-width: 120px; padding-right: 24px; margin-right: 24px; border-right: 1px solid var(--line); }
.hero-proof div:last-child { border: 0; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font-family: "Manrope", sans-serif; font-size: 20px; }
.hero-proof span { color: var(--muted); font-size: 11px; }
.hero-visual { position: relative; }
.image-frame { position: relative; overflow: hidden; border-radius: 46% 46% 24px 24px; box-shadow: var(--shadow); background: #d8ddd4; }
.image-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.24); pointer-events: none; }
.image-frame > img { height: 620px; object-fit: cover; object-position: 56% center; }
.availability-card { position: absolute; left: 22px; right: 22px; bottom: 22px; z-index: 2; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 15px 16px; border-radius: 16px; background: rgba(255,253,248,.94); backdrop-filter: blur(10px); box-shadow: 0 14px 35px rgba(13,46,42,.18); }
.status-dot { width: 10px; height: 10px; background: #7eb16b; border: 3px solid #dcedd6; border-radius: 50%; box-sizing: content-box; }
.availability-card small, .availability-card strong { display: block; }
.availability-card small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.availability-card strong { font-family: "Manrope", sans-serif; font-size: 14px; }
.mini-arrow { width: 40px; aspect-ratio: 1; border: 0; border-radius: 50%; color: white; background: var(--coral); cursor: pointer; }
.location-pill { position: absolute; right: -28px; top: 88px; display: flex; gap: 8px; align-items: center; padding: 12px 17px; border-radius: 999px; color: white; background: var(--ink); box-shadow: var(--shadow); font-size: 12px; font-weight: 700; transform: rotate(3deg); }
.hero-scribble { position: absolute; left: -48px; top: 34px; color: var(--ink); font-family: Georgia, serif; font-size: 18px; font-style: italic; line-height: 1.05; transform: rotate(-9deg); }
.trust-strip { padding: 19px 0; color: white; background: var(--ink); }
.trust-list { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.82); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.trust-list i { width: 4px; aspect-ratio: 1; border-radius: 50%; background: var(--lime); }

.section { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 360px; align-items: end; gap: 60px; margin-bottom: 48px; }
.section-heading h2, .process h2, .coverage h2, .about h2, .faq h2 { margin-top: 12px; font-size: clamp(38px, 4.4vw, 58px); font-weight: 600; line-height: 1.06; }
.section-heading p { margin: 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { min-height: 430px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 22px 45px rgba(23,63,58,.09); }
.service-card.featured { color: white; background: var(--ink); }
.service-index { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.featured .service-index, .featured p { color: rgba(255,255,255,.7); }
.service-icon { width: 54px; aspect-ratio: 1; display: grid; place-items: center; margin: 44px 0 28px; border-radius: 16px; color: var(--ink); background: var(--lime); font-family: Georgia, serif; font-size: 26px; }
.service-card:not(.featured) .service-icon { background: var(--cream); }
.service-card h3 { font-size: 25px; }
.service-card p { color: var(--muted); font-size: 14px; }
.service-meta { display: flex; justify-content: space-between; margin-top: auto; padding-top: 20px; border-top: 1px solid currentColor; border-color: rgba(104,114,111,.24); font-size: 13px; }
.service-meta strong { font-family: "Manrope", sans-serif; font-size: 17px; }
.card-link { display: flex; justify-content: space-between; width: 100%; padding: 18px 0 0; border: 0; color: inherit; background: none; cursor: pointer; font-size: 13px; font-weight: 700; text-align: left; }
.card-link span { color: var(--coral); font-size: 18px; }

.process { color: white; background: var(--ink); }
.process-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.kicker.light { color: var(--lime); }
.process-copy p { max-width: 460px; color: rgba(255,255,255,.7); }
.process-copy .button { margin-top: 24px; }
.steps { padding: 0; margin: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 58px 1fr; gap: 22px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.steps li:first-child { padding-top: 0; }
.steps li > span { width: 48px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: var(--lime); font-weight: 700; }
.steps h3 { font-size: 21px; }
.steps p { margin: 7px 0 0; color: rgba(255,255,255,.62); font-size: 14px; }
.coverage { background: var(--cream); }
.coverage-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 20px; }
.coverage-card, .quote-card { min-height: 450px; padding: 48px; border-radius: 32px; }
.coverage-card { background: white; }
.coverage-card p { color: var(--muted); }
.communes { display: flex; flex-wrap: wrap; gap: 9px; margin: 30px 0; }
.communes span { padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; font-size: 13px; font-weight: 600; }
.coverage-card small { color: var(--muted); }
.quote-card { display: flex; flex-direction: column; justify-content: center; color: white; background: var(--coral); }
.quote-mark { height: 60px; font-family: Georgia, serif; font-size: 86px; line-height: 1; color: var(--lime); }
blockquote { margin: 12px 0 34px; font-family: "Manrope", sans-serif; font-size: clamp(22px, 2.8vw, 31px); line-height: 1.35; letter-spacing: -.03em; }
.quote-author { display: flex; align-items: center; gap: 14px; }
.quote-author > span { width: 48px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime); font-weight: 800; }
.quote-author strong, .quote-author small { display: block; }
.quote-author small { color: rgba(255,255,255,.72); }
.about-grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 90px; }
.about-portrait { position: relative; min-height: 520px; display: grid; place-items: center; overflow: hidden; border-radius: 28px 160px 28px 28px; background: var(--lime); }
.about-portrait::before, .about-portrait::after { content: ""; position: absolute; border: 1px solid rgba(23,63,58,.2); border-radius: 50%; }
.about-portrait::before { width: 440px; height: 440px; left: -180px; top: -100px; }
.about-portrait::after { width: 310px; height: 310px; right: -100px; bottom: -80px; }
.portrait-monogram { font-family: "Manrope", sans-serif; font-size: 138px; font-weight: 800; letter-spacing: -.12em; color: var(--ink); }
.about-badge { position: absolute; left: 28px; bottom: 28px; display: flex; align-items: center; gap: 10px; padding: 15px 18px; border-radius: 16px; color: white; background: var(--ink); }
.about-badge strong { font-family: "Manrope", sans-serif; font-size: 28px; }
.about-badge span { font-size: 10px; line-height: 1.2; text-transform: uppercase; letter-spacing: .08em; }
.about-copy .lead { color: var(--ink); font-size: 19px; }
.about-copy p { color: var(--muted); }
.credentials { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 28px 0; font-size: 13px; font-weight: 700; }
.credentials span { padding: 12px 0; border-bottom: 1px solid var(--line); }
.about-copy small { color: var(--muted); }
.faq { background: #f1f5ee; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-grid > div:first-child p { color: var(--muted); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; font-family: "Manrope", sans-serif; font-size: 18px; font-weight: 700; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--coral); font-size: 24px; transition: transform .2s ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: -8px 50px 24px 0; color: var(--muted); font-size: 14px; }
.final-cta { padding: 95px 0; color: white; background: var(--ink-deep); }
.final-cta-inner { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.final-cta span { color: var(--lime); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.final-cta h2 { margin-top: 12px; font-size: clamp(42px, 5vw, 66px); line-height: 1.02; }
footer { padding: 70px 0 24px; color: rgba(255,255,255,.72); background: #081f1d; font-size: 13px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .75fr 1fr 1fr; gap: 40px; }
.footer-grid > div:not(.brand) { display: flex; flex-direction: column; gap: 8px; }
.footer-grid strong { color: white; margin-bottom: 7px; }
.footer-brand { align-self: start; color: white; }
.footer-brand .brand-mark { color: var(--ink); background: var(--lime); }
.footer-brand small { color: rgba(255,255,255,.5); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }

.booking-shell { position: fixed; inset: 0; z-index: 50; visibility: hidden; pointer-events: none; }
.booking-shell.open { visibility: visible; pointer-events: auto; }
.booking-backdrop { position: absolute; inset: 0; width: 100%; border: 0; opacity: 0; background: rgba(5,25,23,.68); backdrop-filter: blur(5px); transition: opacity .3s ease; }
.booking-shell.open .booking-backdrop { opacity: 1; }
.booking-panel { position: absolute; top: 0; right: 0; width: min(600px, 100%); height: 100%; overflow-y: auto; padding: 42px 48px; background: var(--paper); box-shadow: -30px 0 80px rgba(0,0,0,.2); transform: translateX(100%); transition: transform .35s cubic-bezier(.22,.8,.25,1); }
.booking-shell.open .booking-panel { transform: translateX(0); }
.booking-header { display: flex; align-items: start; justify-content: space-between; }
.booking-header h2 { margin-top: 4px; font-size: 35px; }
.close-button { width: 44px; aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; background: white; cursor: pointer; font-size: 26px; }
.booking-progress { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin: 28px 0 38px; }
.booking-progress span { height: 4px; border-radius: 5px; background: #dfe3de; }
.booking-progress span.active { background: var(--coral); }
.form-step { display: none; }
.form-step.active { display: block; animation: stepIn .25s ease; }
@keyframes stepIn { from { opacity: 0; transform: translateY(8px); } }
.step-label { margin: 0 0 5px; color: var(--coral-dark); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.form-step h3 { margin-bottom: 25px; font-size: 27px; }
.choice-list { display: grid; gap: 10px; }
.choice { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; padding: 15px; border: 1px solid var(--line); border-radius: 15px; cursor: pointer; background: white; }
.choice:has(input:checked) { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.choice input { position: absolute; opacity: 0; }
.choice-radio { width: 20px; height: 20px; border: 1px solid #aab3af; border-radius: 50%; }
.choice:has(input:checked) .choice-radio { border: 6px solid var(--ink); }
.choice strong, .choice small { display: block; }
.choice small { color: var(--muted); }
.choice > strong { font-family: "Manrope", sans-serif; }
.loading-row, .empty-state { padding: 28px; color: var(--muted); border: 1px dashed var(--line); border-radius: 14px; text-align: center; }
fieldset { padding: 0; margin: 28px 0; border: 0; }
legend, .field-label { display: block; margin-bottom: 9px; font-size: 12px; font-weight: 700; }
.segmented { display: grid; grid-template-columns: 1fr 1fr; padding: 4px; border-radius: 12px; background: #e9ece7; }
.segmented input { position: absolute; opacity: 0; }
.segmented span { display: block; padding: 10px; border-radius: 9px; text-align: center; cursor: pointer; font-size: 13px; font-weight: 700; }
.segmented input:checked + span { background: white; box-shadow: 0 3px 10px rgba(23,63,58,.08); }
.form-step > .button { width: 100%; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: block; margin-bottom: 19px; }
.field.full { grid-column: 1 / -1; margin-bottom: 0; }
.field span { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 700; }
.field input, .field select { width: 100%; height: 50px; padding: 0 14px; border: 1px solid var(--line); border-radius: 11px; outline: none; background: white; }
.field input:focus, .field select:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(23,63,58,.08); }
.time-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; min-height: 56px; }
.time-option { min-height: 43px; border: 1px solid var(--line); border-radius: 10px; cursor: pointer; background: white; font-size: 13px; font-weight: 700; }
.time-option:hover, .time-option.selected { color: white; border-color: var(--ink); background: var(--ink); }
.time-option:disabled { cursor: not-allowed; opacity: .35; text-decoration: line-through; }
.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 30px; }
.back-button { border: 0; background: transparent; cursor: pointer; font-size: 13px; font-weight: 700; }
.summary-card { margin-bottom: 22px; padding: 15px; border-radius: 13px; background: var(--cream); font-size: 13px; }
.summary-card strong { display: block; font-family: "Manrope", sans-serif; font-size: 16px; }
.consent { display: flex; gap: 10px; align-items: start; margin: 22px 0 0; color: var(--muted); font-size: 12px; }
.consent input { margin-top: 3px; accent-color: var(--ink); }
.form-message { min-height: 22px; margin-top: 10px; color: #b84231; font-size: 12px; }
.success-step { padding-top: 40px; text-align: center; }
.success-icon { width: 72px; aspect-ratio: 1; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 34px; }
.booking-code { margin: 24px 0; padding: 17px; border: 1px dashed var(--ink); border-radius: 13px; }
.booking-code small, .booking-code strong { display: block; }
.booking-code strong { font-family: "Manrope", sans-serif; font-size: 24px; letter-spacing: .08em; }
.secure-note { color: var(--muted); font-size: 12px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }

@media (max-width: 980px) {
  .nav-links { position: absolute; top: 84px; left: 24px; right: 24px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 22px; border-radius: 15px; background: white; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .menu-button { display: block; margin-left: auto; }
  .nav-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 60px; }
  .hero-copy { max-width: 740px; }
  .hero-visual { width: min(680px, 94%); margin-inline: auto; }
  .section-heading, .process-grid, .about-grid, .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .section-heading { align-items: start; }
  .section-heading p { max-width: 580px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1 / -1; min-height: 340px; }
  .coverage-grid { grid-template-columns: 1fr; }
  .about-portrait { min-height: 420px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 32px, 1180px); }
  .demo-notice { display: block; line-height: 1.35; }
  .demo-notice span { display: block; margin-bottom: 2px; }
  .nav-wrap { height: 70px; }
  .nav-links { top: 70px; left: 16px; right: 16px; }
  .hero { padding: 52px 0 62px; }
  h1 { font-size: 48px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .text-link { justify-content: center; }
  .hero-proof { justify-content: space-between; }
  .hero-proof div { min-width: 0; padding-right: 12px; margin-right: 12px; }
  .hero-proof strong { font-size: 17px; }
  .image-frame { border-radius: 90px 90px 20px 20px; }
  .image-frame > img { height: 430px; }
  .location-pill { right: -5px; top: 52px; }
  .hero-scribble { display: none; }
  .trust-list { justify-content: center; flex-wrap: wrap; }
  .trust-list span:nth-of-type(n+3), .trust-list i:nth-of-type(n+2) { display: none; }
  .section { padding: 80px 0; }
  .section-heading { margin-bottom: 32px; }
  .section-heading h2, .process h2, .coverage h2, .about h2, .faq h2 { font-size: 39px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:last-child { grid-column: auto; min-height: 390px; }
  .process-grid { gap: 56px; }
  .coverage-card, .quote-card { min-height: 400px; padding: 30px; }
  .about-grid { gap: 45px; }
  .about-portrait { min-height: 360px; border-radius: 24px 100px 24px 24px; }
  .portrait-monogram { font-size: 100px; }
  .credentials { grid-template-columns: 1fr; }
  .final-cta-inner { align-items: stretch; flex-direction: column; }
  .final-cta h2 { font-size: 43px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { align-items: start; flex-direction: column; }
  .booking-panel { padding: 28px 20px; }
  .booking-header h2 { font-size: 29px; }
  .time-grid { grid-template-columns: repeat(3, 1fr); }
  .field-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
}

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