:root {
  --sage: #6f9677;
  --sage-deep: #315d49;
  --matcha: #c7d270;
  --pink: #cf7897;
  --rose: #f3cedb;
  --gold: #d9a63f;
  --cream: #fbf4e8;
  --paper: #fffdf8;
  --espresso: #392a26;
  --bean: #201716;
  --ink: #2a2320;
  --muted: rgba(42, 35, 32, 0.72);
  --line: rgba(57, 42, 38, 0.17);
  --light-line: rgba(255, 253, 248, 0.24);
  --shadow: 0 24px 70px rgba(32, 23, 22, 0.18);
  --max: 1160px;
  --hero-shift: 0px;
  --pour-bg-y: 0px;
  --pour-card-y: 0px;
  --drink-y: 0px;
  --drink-rot: -5deg;
  --menu-drink-y: 0px;
  --menu-drink-rot: -18deg;
  --menu-pour-x: 0%;
  --menu-pour-y: 0%;
  --ticket-y: 0px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--cream);
  color: var(--ink);
  font-family: "Manrope", "Avenir Next", Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
}

body.modal-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.24em;
}

button,
input {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-160%);
  background: var(--bean);
  color: white;
  padding: 10px 14px;
  border-radius: 6px;
}

.skip-link:focus {
  transform: translateY(0);
}

.section-inner {
  width: min(calc(100% - 36px), var(--max));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 100;
  width: min(calc(100% - 32px), var(--max));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 12px 10px 16px;
  border: 1px solid rgba(255, 253, 248, 0.38);
  border-radius: 8px;
  background: rgba(251, 244, 232, 0.82);
  box-shadow: 0 12px 34px rgba(32, 23, 22, 0.12);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
  transition: background 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 14px 42px rgba(32, 23, 22, 0.18);
}

.brand-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-link img {
  width: 136px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-nav a,
.header-menu-button {
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--espresso);
  padding: 9px 12px;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.site-nav a:hover,
.header-menu-button:hover {
  background: rgba(111, 150, 119, 0.15);
}

.header-menu-button {
  cursor: pointer;
  background: var(--espresso);
  color: white;
}

.header-menu-button:hover {
  background: var(--sage-deep);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--sage-deep);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  line-height: 0.98;
  font-weight: 750;
}

h1 {
  max-width: 760px;
  font-size: 6.1rem;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 1.35rem;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 12px 18px;
  cursor: pointer;
  font-weight: 900;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
.close-button:focus-visible,
.menu-tabs button:focus-visible,
input:focus-visible,
a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(207, 120, 151, 0.72);
  outline-offset: 3px;
}

.button-primary {
  background: var(--sage);
  color: white;
  box-shadow: 0 14px 28px rgba(49, 93, 73, 0.26);
}

.button-primary:hover {
  background: var(--sage-deep);
}

.button-light {
  background: rgba(255, 253, 248, 0.92);
  color: var(--espresso);
  border-color: rgba(255, 253, 248, 0.5);
}

.button-secondary {
  background: var(--cream);
  color: var(--espresso);
  border-color: var(--line);
}

.button-secondary:hover {
  background: rgba(111, 150, 119, 0.15);
}

.button-dark {
  background: var(--espresso);
  color: white;
  box-shadow: 0 14px 28px rgba(32, 23, 22, 0.18);
}

.hero {
  position: relative;
  min-height: 96vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 140px 0 46px;
  background: var(--bean);
  color: white;
}

.hero-media {
  position: absolute;
  inset: -8% 0;
  background-image: url("/assets/brim-drinks-hero-91-shadow.webp");
  background-size: cover;
  background-position: 58% 50%;
  transform: translate3d(0, var(--hero-shift), 0) scale(1.05);
  will-change: transform;
}

.hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(32, 23, 22, 0.88), rgba(32, 23, 22, 0.42) 48%, rgba(32, 23, 22, 0.12)),
    linear-gradient(0deg, rgba(32, 23, 22, 0.84), rgba(32, 23, 22, 0.08) 58%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 36px), var(--max));
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: end;
  gap: 42px;
  margin: 0 auto;
}

.hero .eyebrow {
  color: var(--matcha);
}

.hero-line {
  max-width: 640px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.22rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-next {
  border-top: 1px solid var(--light-line);
  border-bottom: 1px solid var(--light-line);
  padding: 18px 0;
}

.hero-next p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.hero-next strong {
  display: block;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.85rem;
  line-height: 1;
}

.hero-next a {
  display: inline-flex;
  margin-top: 12px;
  color: var(--matcha);
  font-weight: 900;
}

.ticker-band {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--rose);
}

.ticker-track {
  display: flex;
  width: max-content;
  gap: 14px;
  padding: 7px 0;
  animation: ticker 16s linear infinite;
}

.ticker-track span {
  color: var(--espresso);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.ticker-track span::after {
  content: "/";
  margin-left: 14px;
  color: rgba(57, 42, 38, 0.36);
}

.intro-section,
.menu-section,
.about-section,
.signup-section,
.faq-section {
  padding: 94px 0;
  background: var(--paper);
}

.intro-layout {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 58px;
  align-items: start;
}

.intro-copy p,
.menu-copy p,
.sticky-heading p,
.about-copy p,
.signup-copy p,
.faq-heading p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.signal-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.signal-row span,
.menu-tag,
.status-pill {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  border-radius: 999px;
  padding: 6px 11px;
  background: rgba(111, 150, 119, 0.14);
  color: var(--sage-deep);
  font-size: 0.78rem;
  font-weight: 900;
}

.pour-story {
  position: relative;
  min-height: 260vh;
  background:
    linear-gradient(90deg, rgba(207, 120, 151, 0.22), rgba(32, 23, 22, 0) 38%),
    var(--bean);
  color: white;
}

.pour-pin {
  position: sticky;
  top: 0;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  align-items: center;
  gap: 52px;
  padding-top: 120px;
  padding-bottom: 72px;
}

.pour-scene {
  position: relative;
  min-height: 620px;
}

.scene-photo {
  position: absolute;
  width: 68%;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.34);
  will-change: transform;
}

.scene-photo-service {
  top: 42px;
  left: 0;
  transform: translate3d(0, var(--pour-bg-y), 0) rotate(-2deg);
}

.scene-photo-matcha {
  right: 0;
  bottom: 42px;
  width: 52%;
  transform: translate3d(0, var(--pour-card-y), 0) rotate(4deg);
}

.scene-tap-card {
  position: absolute;
  right: 9%;
  top: 30%;
  width: 48%;
  border: 1px solid rgba(255, 253, 248, 0.2);
  border-radius: 8px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.34);
  object-fit: cover;
  transform: translate3d(0, var(--drink-y), 0) rotate(var(--drink-rot));
  transform-origin: 50% 70%;
  will-change: transform;
}

.tap-stamp {
  position: absolute;
  left: 6%;
  bottom: 34px;
  color: rgba(255, 253, 248, 0.16);
  font-family: "Fraunces", Georgia, serif;
  font-size: 5.4rem;
  font-weight: 750;
  line-height: 1;
  transform: translate3d(0, var(--ticket-y), 0);
}

.pour-copy {
  max-width: 530px;
}

.pour-copy .eyebrow {
  color: var(--matcha);
}

.pour-copy h2 {
  color: var(--paper);
}

.pour-steps {
  margin-top: 36px;
}

.pour-step {
  border-top: 1px solid rgba(255, 253, 248, 0.18);
  padding: 24px 0;
  opacity: 0.45;
  transition: opacity 220ms ease, transform 220ms ease;
}

.pour-step.is-active {
  opacity: 1;
  transform: translateX(8px);
}

.pour-step span {
  color: var(--matcha);
  font-weight: 900;
}

.pour-step h3 {
  margin-top: 8px;
  color: white;
}

.pour-step p {
  margin: 10px 0 0;
  color: rgba(255, 253, 248, 0.76);
}

.menu-section {
  scroll-margin-top: 112px;
  background:
    linear-gradient(180deg, rgba(243, 206, 219, 0.7), rgba(243, 206, 219, 0) 44%),
    var(--paper);
}

.menu-layout,
.popups-layout,
.about-layout,
.signup-layout,
.booking-layout {
  display: grid;
  gap: 52px;
}

.menu-layout {
  grid-template-columns: 0.86fr 1.14fr;
  align-items: center;
}

.about-photo img {
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.menu-visual {
  position: sticky;
  top: 120px;
  align-self: start;
  isolation: isolate;
  display: grid;
  place-items: center;
  min-height: 560px;
}

.menu-visual::after {
  content: "";
  position: absolute;
  right: 16%;
  bottom: 11%;
  z-index: -1;
  width: 46%;
  height: 18px;
  border-radius: 999px;
  background: rgba(32, 23, 22, 0.22);
  filter: blur(12px);
  transform: rotate(-6deg);
}

.menu-pour-media {
  position: relative;
  z-index: 2;
  display: block;
  width: min(118%, 640px);
  filter: drop-shadow(0 28px 24px rgba(32, 23, 22, 0.22));
  transform: translate3d(0, var(--menu-drink-y), 0) rotate(var(--menu-drink-rot));
  transform-origin: 50% 56%;
  will-change: transform;
}

.menu-pour-frame {
  aspect-ratio: 9 / 7;
  background-image: url("/assets/brim-weekly-pour-sprite.webp?v=padded-1");
  background-repeat: no-repeat;
  background-position: var(--menu-pour-x) var(--menu-pour-y);
  background-size: 1000% 900%;
}

.menu-copy .button {
  margin-top: 26px;
}

.featured-menu {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.menu-card,
.popup-card,
.modal-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
  box-shadow: 0 12px 28px rgba(32, 23, 22, 0.08);
}

.menu-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  padding: 18px;
}

.menu-card h3,
.modal-item h3 {
  font-size: 1.22rem;
}

.menu-card p,
.modal-item p {
  margin: 10px 0 0;
  color: rgba(42, 35, 32, 0.72);
}

.menu-price {
  color: var(--sage-deep);
  font-weight: 900;
}

.menu-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  grid-column: 1 / -1;
}

.popups-section {
  padding: 94px 0;
  background: var(--cream);
}

.popups-layout {
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
}

.sticky-heading {
  position: sticky;
  top: 132px;
  align-self: start;
}

.schedule-count {
  margin-top: 22px;
  color: var(--sage-deep);
  font-weight: 900;
}

.popup-list {
  display: grid;
  gap: 14px;
}

.popup-card {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 20px;
  padding: 20px;
  background: var(--paper);
}

.date-box {
  display: grid;
  min-height: 92px;
  place-items: center;
  align-self: start;
  border-radius: 8px;
  background: var(--espresso);
  color: white;
  text-align: center;
}

.date-box strong {
  display: block;
  font-family: "Fraunces", Georgia, serif;
  font-size: 2.05rem;
  line-height: 1;
}

.date-box span {
  display: block;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.popup-card h3 {
  font-size: 1.38rem;
}

.popup-card p {
  margin: 10px 0 0;
  color: rgba(42, 35, 32, 0.72);
}

.popup-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 8px;
  color: rgba(42, 35, 32, 0.68);
  font-weight: 800;
}

.popup-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.popup-actions a {
  color: var(--sage-deep);
  font-weight: 900;
}

.about-section {
  background: var(--paper);
}

.about-layout {
  grid-template-columns: 0.88fr 1.12fr;
  align-items: center;
}

.about-photo {
  margin: 0;
}

.about-copy {
  max-width: 640px;
}

.signup-section {
  background: var(--sage);
  color: white;
}

.signup-layout {
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.signup-section .eyebrow,
.signup-section p {
  color: rgba(255, 255, 255, 0.82);
}

.signup-form {
  border: 1px solid rgba(255, 253, 248, 0.42);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  padding: 26px;
  box-shadow: var(--shadow);
}

.signup-form label {
  display: block;
  margin-bottom: 10px;
  font-weight: 900;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.form-row input {
  min-width: 0;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  padding: 12px 14px;
}

.form-note {
  margin: 12px 0 0;
  color: rgba(42, 35, 32, 0.64);
  font-size: 0.88rem;
}

.faq-section {
  background: var(--paper);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  gap: 52px;
  align-items: start;
}

.faq-heading {
  position: sticky;
  top: 132px;
}

.faq-list {
  display: grid;
  gap: 14px;
  margin: 0;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
  padding: 22px;
  box-shadow: 0 12px 28px rgba(32, 23, 22, 0.07);
}

.faq-item dt {
  font-family: "Fraunces", Georgia, serif;
  color: var(--espresso);
  font-size: 1.25rem;
  font-weight: 750;
  line-height: 1.1;
}

.faq-item dd {
  margin: 10px 0 0;
  color: rgba(42, 35, 32, 0.72);
}

.booking-section {
  padding: 84px 0;
  background:
    linear-gradient(90deg, rgba(207, 120, 151, 0.2), rgba(199, 210, 112, 0.18)),
    var(--paper);
}

.booking-layout {
  grid-template-columns: 1fr auto;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 38px 0;
}

.booking-layout h2 {
  max-width: 820px;
}

.site-footer {
  padding: 44px 0;
  background: var(--espresso);
  color: rgba(255, 255, 255, 0.86);
}

.footer-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.site-footer img {
  width: 176px;
  filter: brightness(0) invert(1);
  opacity: 0.88;
}

.site-footer p {
  margin: 12px 0 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  font-weight: 900;
}

.menu-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: none;
}

.menu-modal.is-open {
  display: block;
}

.menu-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(32, 23, 22, 0.68);
}

.menu-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(calc(100% - 28px), 800px);
  max-height: min(86vh, 780px);
  overflow: auto;
  border: 1px solid rgba(255, 253, 248, 0.44);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
  transform: translate(-50%, -50%);
}

.modal-header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.96);
  padding: 24px;
  backdrop-filter: blur(16px);
}

.close-button,
.menu-tabs button {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
  color: var(--espresso);
  cursor: pointer;
  font-weight: 900;
}

.close-button {
  min-height: 42px;
  padding: 9px 12px;
}

.menu-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 18px 24px 0;
}

.menu-tabs button {
  min-height: 40px;
  padding: 8px 13px;
}

.menu-tabs button.is-active {
  background: var(--espresso);
  color: white;
}

.menu-items {
  display: grid;
  gap: 12px;
  padding: 18px 24px 24px;
}

.modal-item {
  padding: 18px;
}

.modal-item-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.menu-footnote {
  margin: 0;
  border-top: 1px solid var(--line);
  padding: 16px 24px 24px;
  color: rgba(42, 35, 32, 0.62);
  font-size: 0.9rem;
}

html.js .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

html.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 980px) {
  h1 {
    font-size: 4.8rem;
  }

  h2 {
    font-size: 2.55rem;
  }

  .hero-inner,
  .intro-layout,
  .menu-layout,
  .popups-layout,
  .about-layout,
  .signup-layout,
  .faq-layout,
  .booking-layout {
    grid-template-columns: 1fr;
  }

  .hero-next {
    max-width: 440px;
  }

  .pour-story {
    min-height: auto;
  }

  .pour-pin {
    position: relative;
    top: auto;
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .sticky-heading,
  .faq-heading {
    position: relative;
    top: auto;
  }

  .menu-visual {
    position: relative;
    top: auto;
    align-self: center;
    min-height: 520px;
    max-width: 560px;
  }

  .menu-pour-media {
    width: min(112%, 560px);
  }
}

@media (max-width: 760px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
  }

  .brand-link img {
    width: 118px;
  }

  .site-nav {
    display: none;
  }

  .hero {
    min-height: 92vh;
    padding: 116px 0 38px;
  }

  .hero-media {
    background-position: 62% 50%;
    transform: translate3d(0, 0, 0) scale(1.02);
  }

  .hero-scrim {
    background:
      linear-gradient(0deg, rgba(32, 23, 22, 0.9), rgba(32, 23, 22, 0.18) 62%),
      linear-gradient(90deg, rgba(32, 23, 22, 0.72), rgba(32, 23, 22, 0.18));
  }

  h1 {
    font-size: 3.55rem;
  }

  h2 {
    font-size: 2.12rem;
  }

  .hero-line {
    font-size: 1.05rem;
  }

  .intro-section,
  .menu-section,
  .about-section,
  .signup-section,
  .faq-section,
  .popups-section {
    padding: 68px 0;
  }

  .pour-pin {
    padding-top: 72px;
    padding-bottom: 68px;
  }

  .pour-scene {
    min-height: 470px;
  }

  .scene-photo-service {
    width: 78%;
  }

  .scene-photo-matcha {
    width: 62%;
  }

  .scene-tap-card {
    right: 4%;
    top: 28%;
    width: 54%;
  }

  .menu-visual {
    min-height: 430px;
  }

  .menu-pour-media {
    width: min(108%, 460px);
  }

  .tap-stamp {
    font-size: 3.6rem;
  }

  .popup-card {
    grid-template-columns: 1fr;
  }

  .date-box {
    width: 94px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .footer-layout {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 460px) {
  .section-inner,
  .hero-inner {
    width: min(calc(100% - 28px), var(--max));
  }

  h1 {
    font-size: 3.05rem;
  }

  h2 {
    font-size: 1.92rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .button {
    padding-right: 14px;
    padding-left: 14px;
  }

  .pour-scene {
    min-height: 390px;
  }

  .menu-visual {
    min-height: 360px;
  }

  .menu-pour-media {
    width: min(108%, 380px);
  }

  .tap-stamp {
    display: none;
  }

  .menu-card {
    grid-template-columns: 1fr;
  }
}

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

  .hero-media,
  .scene-photo,
  .scene-tap-card,
  .menu-pour-media,
  .tap-stamp {
    transform: none !important;
  }

  html.js .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}
