@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("assets/fonts/dm-sans-latin.woff2") format("woff2");
}

@font-face {
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/dm-serif-display-latin.woff2") format("woff2");
}

@font-face {
  font-family: "DM Serif Display";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/dm-serif-display-italic-latin.woff2") format("woff2");
}

:root {
  --ink: #111111;
  --charcoal: #4a4a4a;
  --soft: #777570;
  --paper: #f8f7f4;
  --warm: #f2f0eb;
  --line: #dedbd4;
  --white: #ffffff;
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  --shell: min(1380px, calc(100vw - 128px));
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.6; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid #a77d3e; outline-offset: 4px; }
::selection { background: #d8ccb8; color: #111; }

.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: clamp(96px, 9vw, 148px); }
.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; left: 20px; top: -80px; z-index: 1000; background: #fff; padding: 12px 18px; border-radius: 99px; transition: top .2s; }
.skip-link:focus { top: 20px; }

.eyebrow { margin: 0 0 18px; color: #6d6a63; font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }
h2 { margin-bottom: 24px; font-size: clamp(42px, 4.1vw, 60px); line-height: .98; }

.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: 12px; font-weight: 600; transition: transform .3s var(--ease), background-color .3s, color .3s, border-color .3s; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: #2d2d2d; }
.button-light { background: rgba(255,255,255,.66); border-color: #cdc9c1; }
.button-light:hover { background: #fff; border-color: #aaa69e; }
.button-white { background: #fff; color: #111; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 86px; border-bottom: 1px solid transparent; transition: height .4s var(--ease), background .4s, border-color .4s, box-shadow .4s; }
.site-header.is-scrolled { height: 68px; background: rgba(248,247,244,.86); border-color: rgba(17,17,17,.08); box-shadow: 0 8px 30px rgba(17,17,17,.035); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.brand { display: inline-flex; justify-self: start; align-items: center; gap: 10px; font-family: var(--serif); font-size: 20px; }
.brand svg { width: 27px; height: 24px; }
.desktop-nav { display: flex; gap: 35px; }
.nav-link { position: relative; padding-block: 12px; color: #46433e; font-size: 12px; }
.nav-link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 8px; height: 1px; background: #111; transition: right .35s var(--ease); }
.nav-link:hover::after, .nav-link.is-active::after { right: 0; }
.header-cta { justify-self: end; min-height: 38px; padding-inline: 19px; }
.menu-toggle, .mobile-nav { display: none; }

.hero { position: relative; min-height: min(820px, 100svh); padding-top: 86px; display: grid; grid-template-columns: 50% 50%; grid-template-rows: 1fr auto; align-items: center; }
.hero-copy { position: relative; z-index: 2; align-self: center; padding: 44px 8% 22px 0; }
.hero-copy h1 { max-width: 710px; margin-bottom: 24px; font-size: clamp(58px, 5.35vw, 82px); line-height: .92; }
.hero-intro { max-width: 545px; margin-bottom: 31px; color: var(--charcoal); font-size: 15px; line-height: 1.7; }
.button-row { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-media { position: absolute; top: 86px; right: calc((100vw - var(--shell)) / -2); bottom: 0; left: 46%; overflow: hidden; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--paper) 0%, rgba(248,247,244,.75) 5%, transparent 25%); pointer-events: none; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }
.search-bar { position: relative; z-index: 4; grid-column: 1 / 2; display: grid; grid-template-columns: repeat(4, 1fr) 44px; align-self: end; padding: 22px 0 25px; border-top: 1px solid var(--line); background: rgba(248,247,244,.8); backdrop-filter: blur(7px); }
.search-field { min-width: 0; padding: 0 16px; border-right: 1px solid var(--line); }
.search-field:first-child { padding-left: 0; }
.search-field span { display: block; margin-bottom: 5px; color: #77736b; font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.search-field select { width: 100%; border: 0; background: transparent; color: #191919; font-size: 12px; outline: none; cursor: pointer; }
.search-submit { width: 36px; height: 36px; align-self: center; justify-self: end; display: grid; place-items: center; border: 0; border-radius: 50%; background: #111; color: white; cursor: pointer; transition: transform .3s var(--ease); }
.search-submit:hover { transform: scale(1.06); }
.search-submit svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.services { padding-top: clamp(120px, 11vw, 170px); }
.services-heading { display: grid; grid-template-columns: 2fr 10fr; gap: 30px; align-items: start; }
.services-heading .eyebrow { padding-top: 9px; }
.services-heading h2 { max-width: 1030px; font-size: clamp(38px, 3.7vw, 56px); line-height: 1.06; }
.rule { height: 1px; margin: 48px 0; background: var(--line); }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 60px; padding-left: 16.66%; }
.stat strong { display: block; margin-bottom: 2px; font-family: var(--serif); font-size: 43px; font-weight: 400; letter-spacing: -.03em; }
.stat h3 { margin: 0 0 10px; font-size: 15px; font-weight: 500; }
.stat p { max-width: 310px; color: var(--soft); font-size: 12px; line-height: 1.7; }

.featured { display: grid; grid-template-columns: 5fr 6fr; gap: clamp(50px, 8vw, 122px); align-items: center; }
.featured-copy h2 { max-width: 540px; }
.featured-copy > p:not(.eyebrow) { max-width: 580px; color: var(--charcoal); }
.property-sheet { margin-top: 40px; border-block: 1px solid var(--line); }
.property-meta { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 12px; padding: 16px 0; border-bottom: 1px solid var(--line); color: var(--soft); font-size: 10px; }
.property-meta span:first-child { color: #9a7b50; }
.property-sheet-bottom { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding: 22px 0 24px; }
.property-sheet h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 22px; font-weight: 400; }
.property-sheet strong { font-size: 15px; font-weight: 500; }
.text-button { flex: none; padding: 9px 15px; border: 1px solid var(--line); border-radius: 99px; font-size: 10px; transition: transform .25s, border-color .25s; }
.text-button:hover { transform: translateY(-1px); border-color: #9b978e; }
.featured-media { margin: 0; aspect-ratio: 1 / 1.03; overflow: hidden; border-radius: 10px; }
.featured-media img { width: 100%; height: 100%; object-fit: cover; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.section-heading h2 { margin-bottom: 14px; }
.section-heading p:not(.eyebrow) { max-width: 590px; margin-bottom: 0; color: var(--soft); font-size: 13px; }
.property-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.property-card { min-width: 0; }
.property-image { display: block; aspect-ratio: 1.35 / 1; overflow: hidden; border-radius: 8px; }
.property-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s var(--ease); }
.property-card:hover .property-image img { transform: scale(1.035); }
.property-kicker { display: flex; justify-content: space-between; gap: 12px; margin: 18px 0 12px; color: #817e76; font-size: 9px; letter-spacing: .03em; }
.property-kicker span:first-child { color: #a27e4e; }
.property-card h3 { margin: 0 0 18px; font-family: var(--serif); font-size: 24px; font-weight: 400; transition: transform .3s var(--ease); }
.property-card:hover h3 { transform: translateY(-2px); }
.property-price { display: flex; justify-content: space-between; align-items: center; padding-top: 16px; border-top: 1px solid var(--line); }
.property-price strong { font-size: 14px; font-weight: 500; }
.property-price a { color: #66635e; font-size: 10px; }
.property-price a span { display: inline-block; transition: transform .3s var(--ease); }
.property-price a:hover span { transform: translateX(4px); }

.insights { position: relative; min-height: 730px; overflow: hidden; color: #111; }
.parallax-media { position: absolute; inset: -5% 0; will-change: transform; }
.parallax-media img { width: 100%; height: 110%; object-fit: cover; }
.insights::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,.08), transparent 44%, rgba(0,0,0,.22)); }
.insights-inner { position: relative; z-index: 2; min-height: 730px; }
.insights-heading { position: absolute; top: 76px; right: 0; width: min(540px, 44%); text-align: right; }
.insights-heading .eyebrow { color: #3d4145; }
.insights-heading h2 { margin-bottom: 16px; }
.insights-heading p:not(.eyebrow) { margin-left: auto; color: #34383c; font-size: 13px; }
.article-card { position: absolute; left: 0; bottom: 58px; width: min(480px, 42%); padding: 30px 32px; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; background: rgba(16,16,16,.88); color: #fff; backdrop-filter: blur(12px); }
.article-meta { display: flex; gap: 16px; margin-bottom: 16px; color: rgba(255,255,255,.58); font-size: 10px; }
.article-meta span:first-child { color: #b99b70; }
.article-card h3 { max-width: 410px; margin: 0 0 11px; font-family: var(--serif); font-size: 29px; font-weight: 400; line-height: 1.08; }
.article-card p { color: rgba(255,255,255,.63); font-size: 11px; }
.article-card a { font-size: 11px; }
.article-card a span { display: inline-block; margin-left: 4px; transition: transform .3s; }
.article-card a:hover span { transform: translateX(4px); }
.insight-controls { position: absolute; right: 0; bottom: 58px; display: flex; align-items: center; gap: 10px; color: #fff; }
.insight-controls button { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(255,255,255,.9); color: #111; cursor: pointer; transition: transform .25s, background .25s; }
.insight-controls button:hover { transform: scale(1.05); background: #fff; }
.insight-controls span { font-size: 10px; text-shadow: 0 1px 8px rgba(0,0,0,.5); }

.centered-heading { max-width: 760px; margin: 0 auto 60px; text-align: center; }
.centered-heading p:last-child { color: var(--soft); }
.faq-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 7vw, 104px); align-items: center; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; padding: 23px 2px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 0; background: transparent; color: var(--ink); text-align: left; font-size: 14px; cursor: pointer; }
.faq-item button span { font-size: 18px; transition: transform .32s var(--ease); }
.faq-item.is-open button span { transform: rotate(180deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .36s var(--ease), opacity .3s ease; }
.faq-answer p { min-height: 0; overflow: hidden; margin: 0; padding-right: 60px; color: var(--soft); font-size: 12px; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; opacity: 1; }
.faq-item.is-open .faq-answer p { padding-bottom: 23px; }
.faq-media { position: relative; margin: 0; aspect-ratio: 1.15 / 1; overflow: hidden; border-radius: 10px; }
.faq-media img { width: 100%; height: 100%; object-fit: cover; }
.faq-media figcaption { position: absolute; top: 26px; left: 26px; width: min(310px, calc(100% - 52px)); padding: 18px 20px; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; background: rgba(12,14,17,.55); color: rgba(255,255,255,.86); font-family: var(--serif); font-size: 18px; line-height: 1.25; backdrop-filter: blur(9px); transition: opacity .25s; }

.testimonials { padding-top: 50px; }
.testimonials .section-heading > p { max-width: 370px; padding-bottom: 8px; }
.testimonial-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial-card { min-height: 285px; padding: 32px; display: flex; flex-direction: column; border: 1px solid rgba(17,17,17,.05); border-radius: 9px; background: #fbfaf8; box-shadow: 0 14px 42px rgba(25,20,12,.045); transition: transform .3s var(--ease), box-shadow .3s; }
.testimonial-card:hover { transform: translateY(-4px); box-shadow: 0 18px 50px rgba(25,20,12,.075); }
.quote-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #222; color: #fff; font-family: var(--serif); font-size: 23px; }
.testimonial-card blockquote { margin: 27px 0 30px; font-family: var(--serif); font-size: 20px; line-height: 1.35; }
.testimonial-card footer { display: flex; gap: 11px; align-items: center; margin-top: auto; }
.avatar { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #fff; font-size: 9px; }
.avatar-one { background: #77736a; }.avatar-two { background: #3f4744; }.avatar-three { background: #846b59; }
.testimonial-card footer span:last-child { display: grid; }
.testimonial-card footer strong { font-size: 10px; font-weight: 600; }
.testimonial-card footer small { color: var(--soft); font-size: 9px; }
.testimonial-indicator { display: flex; justify-content: center; gap: 5px; margin-top: 28px; }
.testimonial-indicator span { width: 5px; height: 5px; border-radius: 50%; background: #c9c6c0; }
.testimonial-indicator .is-active { width: 22px; border-radius: 8px; background: #1e4c39; }

.contact-cta { position: relative; min-height: 610px; display: grid; place-items: center; overflow: hidden; color: #fff; text-align: center; }
.contact-cta .parallax-media { inset: -6% 0; }
.contact-cta .parallax-media img { object-position: center; }
.contact-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.43); }
.contact-content { position: relative; z-index: 2; width: min(720px, calc(100% - 40px)); }
.contact-content .eyebrow { color: rgba(255,255,255,.66); }
.contact-content h2 { margin-bottom: 20px; font-size: clamp(48px, 5.4vw, 76px); }
.contact-content > p:not(.eyebrow) { margin-bottom: 30px; color: rgba(255,255,255,.73); font-size: 13px; }
.contact-actions { display: flex; align-items: center; justify-content: center; gap: 10px; }
.round-button { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: #111; transition: transform .3s var(--ease); }
.round-button:hover { transform: rotate(45deg); }

.site-footer { background: #090909; color: #fff; }
.footer-grid { padding: 74px 0 68px; display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 60px; }
.brand-light { color: #fff; }
.footer-brand > p { max-width: 330px; margin: 24px 0; color: #8e8e8e; font-size: 11px; }
.socials { display: flex; gap: 8px; }
.socials a { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #292929; border-radius: 50%; color: #aaa; font-size: 9px; transition: color .2s, border-color .2s; }
.socials a:hover { border-color: #777; color: #fff; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-column h3 { margin: 0 0 12px; font-size: 11px; font-weight: 500; }
.footer-column a { color: #8e8e8e; font-size: 10px; transition: color .2s; }
.footer-column a:hover { color: #fff; }
.footer-bottom { padding: 19px 0 26px; display: flex; justify-content: space-between; border-top: 1px solid #202020; color: #666; font-size: 9px; }

.reveal { opacity: 0; transform: translateY(24px); filter: blur(5px); transition: opacity .75s var(--ease), transform .75s var(--ease), filter .75s var(--ease); }
.reveal-late { transition-delay: .09s; }
.reveal-later { transition-delay: .18s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); filter: blur(0); }

@media (max-width: 1100px) {
  :root { --shell: min(100% - 80px, 1380px); }
  .hero { grid-template-columns: 52% 48%; }
  .hero-media { left: 48%; }
  .hero-copy h1 { font-size: clamp(52px, 6.2vw, 68px); }
  .search-bar { grid-column: 1 / 3; width: 68%; }
  .stats-grid { padding-left: 0; }
  .featured { grid-template-columns: 1fr 1fr; gap: 54px; }
  .property-kicker { flex-direction: column; gap: 4px; }
  .footer-grid { grid-template-columns: 1.5fr repeat(3, 1fr); gap: 35px; }
}

@media (max-width: 820px) {
  :root { --shell: calc(100% - 44px); }
  .site-header, .site-header.is-scrolled { height: 68px; }
  .header-inner { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: grid; gap: 6px; border: 0; background: transparent; padding: 10px 0 10px 10px; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 1px; background: #111; transition: transform .25s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav { position: absolute; inset: 68px 0 auto; padding: 18px 22px 24px; flex-direction: column; gap: 5px; background: rgba(248,247,244,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
  .mobile-nav:not([hidden]) { display: flex; }
  .mobile-nav a { padding: 10px 0; font-family: var(--serif); font-size: 24px; }

  .hero { min-height: auto; padding-top: 118px; display: flex; flex-direction: column; align-items: stretch; }
  .hero-copy { padding: 28px 0 50px; }
  .hero-copy h1 { font-size: clamp(48px, 12vw, 64px); }
  .hero-media { position: relative; inset: auto; height: min(66vw, 520px); margin-inline: calc((100vw - var(--shell)) / -2); order: 2; }
  .hero-media::after { background: linear-gradient(180deg, var(--paper) 0%, transparent 18%); }
  .search-bar { width: 100%; grid-template-columns: 1fr 1fr 44px; order: 3; padding-block: 27px; }
  .search-field { padding: 13px 20px; border-bottom: 1px solid var(--line); }
  .search-field:first-child { padding-left: 20px; }
  .search-field:nth-child(2) { border-right: 0; }
  .search-field:nth-child(3), .search-field:nth-child(4) { border-bottom: 0; }
  .search-submit { grid-column: 3; grid-row: 1 / 3; align-self: center; }

  .services-heading { grid-template-columns: 1fr; gap: 0; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 42px; }
  .stat:last-child { grid-column: 1 / 3; max-width: 50%; }
  .featured { grid-template-columns: 1fr; }
  .featured-media { aspect-ratio: 1.25 / 1; }
  .property-grid { grid-template-columns: 1fr 1fr; }
  .property-card:last-child { grid-column: 1 / 3; width: calc(50% - 14px); }
  .insights, .insights-inner { min-height: 650px; }
  .insights-heading { width: 60%; }
  .article-card { width: 58%; }
  .faq-layout { grid-template-columns: 1fr; }
  .faq-media { aspect-ratio: 1.35 / 1; }
  .testimonial-track { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 5px 0 25px; scrollbar-width: none; }
  .testimonial-track::-webkit-scrollbar { display: none; }
  .testimonial-card { flex: 0 0 72%; scroll-snap-align: start; }
  .footer-grid { grid-template-columns: 1.7fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / 4; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 40px); }
  body { font-size: 14px; }
  .section { padding-block: 92px; }
  h2 { font-size: 41px; }
  .hero-copy h1 { font-size: 47px; line-height: .95; }
  .hero-intro { font-size: 14px; }
  .hero-media { height: 72vw; }
  .search-bar { grid-template-columns: 1fr 1fr; }
  .search-submit { grid-column: 1 / 3; grid-row: auto; justify-self: start; margin-top: 18px; }
  .search-field:nth-child(3), .search-field:nth-child(4) { border-top: 1px solid var(--line); }
  .services { padding-top: 100px; }
  .rule { margin: 34px 0; }
  .stats-grid { grid-template-columns: 1fr; gap: 34px; }
  .stat:last-child { grid-column: auto; max-width: none; }
  .stat strong { font-size: 38px; }
  .featured { gap: 44px; }
  .property-meta { grid-template-columns: 1fr 1fr; }
  .property-sheet-bottom { align-items: flex-start; flex-direction: column; }
  .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 38px; }
  .property-grid { grid-template-columns: 1fr; gap: 52px; }
  .property-card:last-child { grid-column: auto; width: 100%; }
  .property-kicker { flex-direction: row; }
  .insights, .insights-inner { min-height: 700px; }
  .insights .parallax-media img { object-position: 38% center; }
  .insights-heading { top: 55px; width: 80%; }
  .article-card { left: 0; bottom: 82px; width: 100%; padding: 25px; }
  .article-card h3 { font-size: 25px; }
  .insight-controls { left: 0; right: auto; bottom: 28px; }
  .centered-heading { text-align: left; }
  .faq-answer p { padding-right: 18px; }
  .faq-media { aspect-ratio: 1 / 1; }
  .faq-media figcaption { top: 18px; left: 18px; width: calc(100% - 36px); }
  .testimonials { padding-top: 20px; }
  .testimonial-card { flex-basis: 88%; padding: 26px; }
  .contact-cta { min-height: 560px; }
  .contact-content h2 { font-size: 47px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 44px 28px; }
  .footer-brand { grid-column: 1 / 3; }
  .footer-bottom { gap: 20px; }
}

@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; filter: none; }
  .parallax-media { transform: none !important; }
}
