:root {
  --ink: #11130f;
  --ink-soft: #242920;
  --ivory: #f7f7f2;
  --paper: #ffffff;
  --gold: #c59b43;
  --gold-light: #e9d39e;
  --leaf: #65745a;
  --mist: #e7ebe3;
  --line: #d8d9d0;
  --muted: #60645c;
  --danger: #a23a32;
  --display: "Cormorant Infant", Georgia, serif;
  --body: "Be Vietnam Pro", Arial, sans-serif;
  --utility: "IBM Plex Mono", monospace;
  --shadow: 0 18px 50px rgba(17, 19, 15, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--body); font-size: 16px; line-height: 1.7; letter-spacing: 0; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; letter-spacing: 0; }
button, select { cursor: pointer; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
[hidden] { display: none !important; }

.skip-link { position: fixed; top: 10px; left: 10px; z-index: 2000; transform: translateY(-160%); background: var(--paper); color: var(--ink); padding: 10px 14px; border: 1px solid var(--ink); }
.skip-link:focus { transform: translateY(0); }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.eyebrow { margin: 0 0 16px; color: var(--leaf); font-family: var(--utility); font-size: 12px; font-weight: 500; line-height: 1.4; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 600; line-height: 0.95; letter-spacing: 0; }
h2 { font-size: 58px; }
h3 { margin: 0; font-size: 20px; line-height: 1.35; }
p { margin: 0; }

.utility-bar { height: 34px; color: #e9eadf; background: var(--ink); font-family: var(--utility); font-size: 10px; text-transform: uppercase; }
.utility-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-inner p { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.utility-inner svg { width: 13px; height: 13px; color: var(--gold); }

.site-header { position: sticky; top: 0; z-index: 1000; height: 76px; background: rgba(247, 247, 242, 0.96); border-bottom: 1px solid rgba(17, 19, 15, 0.11); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: grid; grid-template-columns: 250px 1fr 300px; align-items: center; }
.brand { justify-self: start; display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 44px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: var(--display); font-size: 20px; font-weight: 600; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: var(--display); font-size: 25px; font-weight: 600; }
.brand-copy small { margin-top: 5px; font-family: var(--utility); font-size: 9px; text-transform: uppercase; color: var(--muted); white-space: nowrap; }
.main-nav { justify-self: center; display: flex; align-items: center; gap: 34px; }
.main-nav a { position: relative; padding: 8px 0; font-size: 13px; font-weight: 500; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: 2px; left: 0; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform 220ms ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 10px; }
.language-switch { display: inline-flex; align-items: center; gap: 2px; padding: 3px; background: var(--mist); border: 1px solid var(--line); border-radius: 4px; }
.language-switch button { display: grid; place-items: center; width: 34px; height: 34px; padding: 0; color: var(--muted); background: transparent; border: 0; border-radius: 2px; font-family: var(--utility); font-size: 10px; font-weight: 500; }
.language-switch button.is-active { color: var(--paper); background: var(--ink); }
.header-cta { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-width: 132px; height: 42px; padding: 0 18px; color: var(--paper); background: var(--ink); border: 1px solid var(--ink); border-radius: 3px; font-size: 13px; font-weight: 600; transition: color 180ms ease, background 180ms ease; }
.header-cta:hover { color: var(--ink); background: transparent; }
.header-cta svg { width: 16px; }
.icon-button { display: inline-grid; place-items: center; width: 42px; height: 42px; padding: 0; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 3px; }
.menu-toggle { display: none; }

.hero { position: relative; isolation: isolate; height: calc(91svh - 110px); min-height: 590px; max-height: 820px; color: var(--paper); overflow: hidden; }
.hero-image { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: center 54%; }
.hero-scrim { position: absolute; inset: 0 auto 0 0; z-index: -2; width: 57%; background: rgba(14, 17, 13, 0.82); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(17, 19, 15, 0.12); pointer-events: none; }
.hero-inner { height: 100%; display: flex; align-items: center; }
.hero-content { width: min(650px, 54%); padding: 40px 0 56px; }
.hero .eyebrow { color: var(--gold-light); }
.hero h1 { font-size: 82px; }
.hero h1 em { color: var(--gold-light); font-weight: 500; }
.hero-lead { max-width: 600px; margin-top: 28px; color: #e8e9e3; font-size: 17px; font-weight: 300; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 12px 19px; border: 1px solid transparent; border-radius: 3px; font-size: 13px; font-weight: 600; line-height: 1.25; transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 17px; height: 17px; }
.button-gold { color: var(--ink); background: var(--gold); border-color: var(--gold); }
.button-gold:hover { background: var(--gold-light); border-color: var(--gold-light); }
.button-dark { color: var(--paper); background: var(--ink); border-color: var(--ink); }
.button-dark:hover { color: var(--ink); background: transparent; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-size: 13px; font-weight: 600; border-bottom: 1px solid currentColor; }
.text-link.light { color: var(--paper); }
.text-link svg { width: 16px; height: 16px; }
.hero-facts { display: flex; gap: 0; margin-top: 42px; }
.hero-facts span { display: grid; min-width: 138px; padding: 0 24px; border-left: 1px solid rgba(255, 255, 255, 0.3); }
.hero-facts span:first-child { padding-left: 0; border-left: 0; }
.hero-facts b { font-family: var(--display); font-size: 22px; font-weight: 600; }
.hero-facts small { margin-top: 4px; color: #c8cbc2; font-family: var(--utility); font-size: 9px; text-transform: uppercase; }
.hero-scroll { position: absolute; right: 34px; bottom: 24px; display: inline-flex; align-items: center; gap: 10px; color: var(--paper); font-family: var(--utility); font-size: 10px; text-transform: uppercase; writing-mode: vertical-rl; }
.hero-scroll svg { width: 16px; }

.trust-strip { background: var(--paper); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); min-height: 112px; }
.trust-grid p { display: flex; align-items: center; gap: 16px; padding: 24px 34px; border-left: 1px solid var(--line); }
.trust-grid p:first-child { border-left: 0; }
.trust-grid svg { width: 24px; height: 24px; color: var(--gold); }
.trust-grid span { display: grid; }
.trust-grid b { font-size: 13px; }
.trust-grid small { color: var(--muted); font-size: 11px; }

.services { background: var(--ivory); }
.section-heading { display: grid; grid-template-columns: 1.3fr 0.7fr; align-items: end; gap: 80px; }
.section-heading > p { max-width: 440px; padding-bottom: 5px; color: var(--muted); font-size: 14px; }
.filter-bar { display: inline-flex; gap: 4px; margin: 44px 0 30px; padding: 4px; background: var(--mist); border: 1px solid #d9ded4; border-radius: 5px; }
.filter-button { min-height: 38px; padding: 8px 14px; color: var(--muted); background: transparent; border: 0; border-radius: 3px; font-size: 12px; font-weight: 500; }
.filter-button.is-active { color: var(--paper); background: var(--ink); }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.service-card { min-height: 350px; display: flex; flex-direction: column; padding: 30px; background: var(--paper); border: 1px solid var(--line); border-radius: 6px; transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease; }
.service-card:hover { transform: translateY(-5px); border-color: var(--gold); box-shadow: var(--shadow); }
.service-card[aria-hidden="true"] { display: none; }
.service-icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 36px; color: var(--gold); background: #f4efe1; border-radius: 50%; }
.service-icon svg { width: 22px; height: 22px; }
.service-meta { color: var(--leaf); font-family: var(--utility); font-size: 10px; text-transform: uppercase; }
.service-card h3 { margin-top: 12px; font-family: var(--display); font-size: 29px; }
.service-card > p:not(.service-meta) { margin-top: 14px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.service-select { display: inline-flex; align-items: center; gap: 8px; align-self: flex-start; margin-top: auto; padding: 8px 0 2px; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 600; }
.service-select svg { width: 15px; }
.service-card-accent { justify-content: flex-end; color: var(--paper); background: var(--leaf); border-color: var(--leaf); }
.service-card-accent .service-meta, .service-card-accent > p:not(.service-meta) { color: #e8ecdf; }
.service-card-accent h3 { font-size: 34px; }
.service-card-accent .button { align-self: flex-start; margin-top: 26px; }
.service-card-accent .button-dark:hover { color: var(--paper); border-color: var(--paper); }

.method { color: var(--paper); background: var(--ink); }
.method-layout { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 110px; }
.method .eyebrow { color: var(--gold-light); }
.method-intro { position: sticky; top: 130px; align-self: start; }
.method-intro > p:not(.eyebrow) { max-width: 430px; margin: 28px 0; color: #c4c8bf; font-size: 14px; }
.method .text-link { color: var(--gold-light); }
.method-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid #3b4038; }
.method-steps li { display: grid; grid-template-columns: 80px 1fr; gap: 24px; padding: 32px 0; border-bottom: 1px solid #3b4038; }
.step-number { color: var(--gold); font-family: var(--utility); font-size: 11px; }
.method-steps h3 { font-family: var(--display); font-size: 31px; font-weight: 500; }
.method-steps p { max-width: 500px; margin-top: 8px; color: #afb4aa; font-size: 13px; }

.space { display: grid; grid-template-columns: 1.2fr 0.8fr; min-height: 690px; background: var(--paper); }
.space-image-wrap { position: relative; min-height: 560px; overflow: hidden; }
.space-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 48% 48%; }
.photo-caption { position: absolute; right: 20px; bottom: 20px; padding: 8px 11px; color: var(--paper); background: rgba(17, 19, 15, 0.82); font-family: var(--utility); font-size: 9px; text-transform: uppercase; }
.space-content { display: flex; flex-direction: column; justify-content: center; padding: 72px max(48px, calc((100vw - 1180px) / 2)); padding-left: 72px; }
.space-content h2 { font-size: 52px; }
.space-content > p:not(.eyebrow) { margin-top: 26px; color: var(--muted); font-size: 14px; }
.space-content address { display: flex; gap: 15px; margin-top: 32px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 13px; font-style: normal; }
.space-content address svg { width: 20px; color: var(--gold); }
.space-actions { display: flex; align-items: center; gap: 26px; margin-top: 28px; }
.space-actions > span { display: grid; color: var(--muted); font-size: 12px; }
.space-actions > span b { color: var(--ink); }

.faq { background: var(--mist); }
.faq-layout { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 110px; }
.faq-intro > p:not(.eyebrow) { max-width: 360px; margin: 26px 0; color: var(--muted); font-size: 14px; }
.accordion { border-top: 1px solid #c9cec3; }
.accordion-item { border-bottom: 1px solid #c9cec3; }
.accordion-item h3 { margin: 0; }
.accordion-item button { width: 100%; min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 4px; color: var(--ink); background: transparent; border: 0; text-align: left; font-family: var(--display); font-size: 25px; font-weight: 600; }
.accordion-item button svg { flex: 0 0 20px; width: 20px; }
.accordion-panel { padding: 0 55px 24px 4px; color: var(--muted); font-size: 13px; }

.booking { color: var(--paper); background: var(--ink-soft); }
.booking-layout { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 100px; align-items: start; }
.booking .eyebrow { color: var(--gold-light); }
.booking-copy > p:not(.eyebrow) { max-width: 430px; margin-top: 28px; color: #c9ccc5; font-size: 14px; }
.booking-contact { display: flex; gap: 40px; margin-top: 38px; }
.booking-contact span { display: grid; grid-template-columns: 24px 1fr; column-gap: 8px; }
.booking-contact svg { grid-row: span 2; width: 20px; margin-top: 3px; color: var(--gold); }
.booking-contact small { color: #9ea398; font-family: var(--utility); font-size: 9px; text-transform: uppercase; }
.booking-contact a, .booking-contact b { color: var(--paper); font-size: 13px; }
.booking-form { padding: 40px; color: var(--ink); background: var(--paper); border-radius: 6px; box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25); }
.booking-form label { display: grid; gap: 8px; margin-bottom: 19px; font-size: 11px; font-weight: 600; }
.form-row.two-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-row.two-columns label { min-width: 0; }
.booking-form input:not([type="checkbox"]), .booking-form select, .booking-form textarea { width: 100%; min-height: 48px; padding: 12px 13px; color: var(--ink); background: #fafaf7; border: 1px solid var(--line); border-radius: 3px; font-size: 13px; }
.booking-form textarea { resize: vertical; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--gold); outline: 2px solid rgba(197, 155, 67, 0.2); }
.booking-form label.has-error input, .booking-form label.has-error select { border-color: var(--danger); }
.field-error { display: none; color: var(--danger); font-size: 10px; font-weight: 400; }
.has-error .field-error { display: block; }
.consent { display: flex !important; grid-template-columns: 18px 1fr; align-items: flex-start; gap: 10px !important; color: var(--muted); font-size: 10px !important; font-weight: 400 !important; }
.consent input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--gold); }
.submit-button { width: 100%; margin-top: 4px; }
.form-status { min-height: 20px; margin-top: 9px; color: var(--danger); font-size: 11px; text-align: center; }
.booking-result { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 14px; margin-top: 16px; padding: 16px; background: var(--mist); border-left: 3px solid var(--leaf); }
.booking-result > svg { width: 24px; color: var(--leaf); }
.booking-result p { color: var(--muted); font-size: 10px; }
.booking-result .button { min-height: 40px; padding: 8px 12px; }

.site-footer { color: #d9ddd3; background: #0b0d0a; }
.footer-main { display: grid; grid-template-columns: 1.4fr 0.7fr 0.7fr 1fr; gap: 70px; padding-top: 76px; padding-bottom: 62px; }
.brand-light .brand-copy small { color: #aeb3aa; }
.footer-brand > p { max-width: 340px; margin-top: 24px; color: #92988e; font-size: 12px; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 8px; }
.footer-main h2 { margin: 0 0 12px; color: var(--gold-light); font-family: var(--utility); font-size: 10px; text-transform: uppercase; }
.footer-main a, .footer-main p { color: #aeb3aa; font-size: 12px; }
.footer-main a:hover { color: var(--paper); }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid #282d25; color: #777d73; font-family: var(--utility); font-size: 9px; text-transform: uppercase; }
.footer-bottom a { display: inline-flex; align-items: center; gap: 8px; }
.footer-bottom svg { width: 13px; }

.floating-actions { position: fixed; right: 20px; bottom: 20px; z-index: 900; display: grid; gap: 9px; }
.floating-actions a { position: relative; display: grid; place-items: center; width: 48px; height: 48px; color: var(--paper); background: var(--leaf); border: 1px solid rgba(255, 255, 255, 0.3); border-radius: 50%; box-shadow: 0 8px 24px rgba(17, 19, 15, 0.24); }
.floating-actions .call-action { color: var(--ink); background: var(--gold); }
.floating-actions svg { width: 20px; }
.floating-actions a::before { content: attr(data-tooltip); position: absolute; right: 58px; width: max-content; padding: 5px 8px; color: var(--paper); background: var(--ink); border-radius: 3px; font-size: 10px; opacity: 0; transform: translateX(6px); pointer-events: none; transition: opacity 160ms ease, transform 160ms ease; }
.floating-actions a:hover::before, .floating-actions a:focus-visible::before { opacity: 1; transform: translateX(0); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 650ms ease, transform 650ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1040px) {
  .shell { width: min(100% - 36px, 960px); }
  h2 { font-size: 50px; }
  .header-inner { grid-template-columns: 210px 1fr 260px; }
  .main-nav { gap: 20px; }
  .hero-scrim { width: 70%; }
  .hero-content { width: 66%; }
  .hero h1 { font-size: 70px; }
  .method-layout, .faq-layout, .booking-layout { gap: 64px; }
  .space { grid-template-columns: 1fr 1fr; }
  .space-content { padding: 60px 36px; }
  .footer-main { gap: 40px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 76px; }
  .utility-bar { display: none; }
  .site-header { height: 70px; }
  .header-inner { position: relative; grid-template-columns: 1fr 42px auto; gap: 8px; }
  .menu-toggle { display: inline-grid; grid-column: 2; }
  .header-actions { grid-column: 3; gap: 6px; }
  .language-switch { padding: 3px; }
  .language-switch button { width: 29px; height: 34px; font-size: 9px; }
  .header-cta { min-width: 42px; width: 42px; height: 42px; padding: 0; }
  .header-cta span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
  .main-nav { position: fixed; inset: 70px 0 auto; display: grid; gap: 0; padding: 18px; background: var(--ivory); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); transform: translateY(-120%); opacity: 0; pointer-events: none; transition: transform 220ms ease, opacity 220ms ease; }
  .main-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .main-nav a { padding: 13px 10px; border-bottom: 1px solid var(--line); }
  .hero { height: calc(90svh - 70px); min-height: 600px; max-height: 760px; }
  .hero-image { object-position: 52% center; }
  .hero-scrim { width: 100%; background: rgba(14, 17, 13, 0.74); }
  .hero-content { width: 82%; }
  .hero h1 { font-size: 64px; }
  .hero-scroll { display: none; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid p { border-left: 0; border-top: 1px solid var(--line); }
  .trust-grid p:first-child { border-top: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .method-layout, .faq-layout, .booking-layout { grid-template-columns: 1fr; }
  .method-intro { position: static; }
  .space { grid-template-columns: 1fr; }
  .space-image-wrap { min-height: 500px; }
  .footer-main { grid-template-columns: 1.3fr 0.7fr 1fr; }
  .footer-main > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 580px) {
  .shell { width: min(100% - 28px, 520px); }
  .section { padding: 78px 0; }
  h2 { font-size: 42px; }
  .brand-mark { width: 40px; height: 40px; flex-basis: 40px; }
  .brand-copy strong { font-size: 21px; }
  .hero { height: auto; min-height: calc(89svh - 70px); max-height: none; }
  .hero-inner { min-height: calc(89svh - 70px); }
  .hero-content { width: 100%; padding: 70px 0 46px; }
  .hero h1 { font-size: 52px; }
  .hero-lead { max-width: 94%; font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; margin-top: 28px; }
  .hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; margin-top: 34px; }
  .hero-facts span { min-width: 0; padding: 0 10px; }
  .hero-facts b { font-size: 17px; }
  .hero-facts small { font-size: 8px; }
  .trust-grid p { padding: 20px 8px; }
  .filter-bar { width: 100%; overflow-x: auto; white-space: nowrap; }
  .filter-button { flex: 0 0 auto; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; }
  .method-layout { gap: 48px; }
  .method-steps li { grid-template-columns: 48px 1fr; }
  .space-image-wrap { min-height: 390px; }
  .space-content { padding: 64px 24px; }
  .space-content h2 { font-size: 42px; }
  .space-actions { align-items: flex-start; flex-direction: column; }
  .faq-layout { gap: 44px; }
  .accordion-item button { min-height: 72px; font-size: 21px; }
  .booking-layout { gap: 46px; }
  .booking-contact { flex-direction: column; gap: 16px; }
  .booking-form { padding: 24px 18px; }
  .form-row.two-columns { grid-template-columns: 1fr; gap: 0; }
  .booking-result { grid-template-columns: 28px 1fr; }
  .booking-result .button { grid-column: 1 / -1; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 22px; padding-top: 58px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-main > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 18px 0; }
  .floating-actions { right: 14px; bottom: 14px; }
}

@media (max-width: 360px) {
  .header-inner { gap: 5px; }
  .header-actions { gap: 4px; }
  .language-switch { padding: 2px; }
  .language-switch button { width: 40px; height: 40px; }
  .header-cta { display: none; }
}

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