body.twtc-native-home {
  --twtc-ink: #24150f;
  --twtc-ink-soft: #503a2f;
  --twtc-cream: #fffaf0;
  --twtc-cream-deep: #f2e5cf;
  --twtc-paper: #fffdf8;
  --twtc-copper: #a9562d;
  --twtc-copper-dark: #7a351d;
  --twtc-line: rgba(67, 36, 24, 0.2);
  --twtc-shadow: 0 1.5rem 4rem rgba(45, 24, 15, 0.16);
  --twtc-radius: clamp(1rem, 2.5vw, 2rem);
  --twtc-gutter: clamp(1rem, 4vw, 4.5rem);
  margin: 0;
  overflow-x: clip;
  color: var(--twtc-ink);
  background:
    radial-gradient(circle at 12% 4%, rgba(189, 112, 69, 0.12), transparent 32rem),
    var(--twtc-cream);
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  font-size: clamp(1rem, 0.3vw + 0.94rem, 1.125rem);
  line-height: 1.75;
  text-rendering: optimizeLegibility;
}

body.twtc-native-home *,
body.twtc-native-home *::before,
body.twtc-native-home *::after {
  box-sizing: border-box;
}

body.twtc-native-home img {
  display: block;
  max-width: 100%;
  height: auto;
}

body.twtc-native-home a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.2em;
}

body.twtc-native-home button,
body.twtc-native-home a {
  -webkit-tap-highlight-color: transparent;
}

body.twtc-native-home :where(a, button):focus-visible {
  outline: 0.2rem solid #0b65c2;
  outline-offset: 0.24rem;
}

body.twtc-native-home :where(h1, h2, h3, p, ul, dl, figure) {
  margin-top: 0;
}

body.twtc-native-home :where(h1, h2, h3) {
  color: var(--twtc-ink);
  font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
  font-weight: 700;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.twtc-skip-link {
  position: fixed;
  z-index: 100000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 1rem;
  color: #fff !important;
  background: var(--twtc-ink);
  border-radius: 0.5rem;
  transform: translateY(-180%);
}

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

.twtc-site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  width: 100%;
  color: var(--twtc-cream);
  background: rgba(36, 21, 15, 0.94);
  border-bottom: 1px solid rgba(255, 250, 240, 0.17);
  backdrop-filter: blur(14px);
}

.admin-bar .twtc-site-header {
  top: 32px;
}

.twtc-header-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(0.8rem, 2.5vw, 2rem);
  width: min(100%, 94rem);
  min-height: 4.6rem;
  margin-inline: auto;
  padding: 0.7rem var(--twtc-gutter);
}

.twtc-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--twtc-cream) !important;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.twtc-brand-mark {
  display: grid;
  width: 2rem;
  aspect-ratio: 1;
  place-items: center;
  color: var(--twtc-ink);
  background: #d78a58;
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 1.25rem;
}

.twtc-primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.7rem, 2vw, 1.6rem);
  min-width: 0;
}

.twtc-mobile-nav {
  display: none;
}

.twtc-primary-nav a,
.twtc-header-shop {
  color: var(--twtc-cream) !important;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.twtc-primary-nav a {
  opacity: 0.82;
}

.twtc-primary-nav a:hover,
.twtc-primary-nav a:focus-visible {
  opacity: 1;
}

.twtc-header-shop {
  padding: 0.55rem 0.9rem;
  color: var(--twtc-ink) !important;
  background: #d78a58;
  border-radius: 999px;
}

.twtc-main {
  display: block;
}

.twtc-main :where(section, article, [id]) {
  scroll-margin-top: 6.5rem;
}

.twtc-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(22rem, 0.9fr) minmax(28rem, 1.1fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 6rem);
  align-content: center;
  min-height: min(47rem, calc(100svh - 4.6rem));
  padding: clamp(4rem, 9vw, 8rem) var(--twtc-gutter) clamp(3rem, 7vw, 6rem);
  isolation: isolate;
}

.twtc-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(255, 250, 240, 0.99) 0%, rgba(255, 250, 240, 0.9) 52%, rgba(233, 198, 164, 0.28) 100%),
    repeating-linear-gradient(90deg, transparent 0 5.8rem, rgba(80, 45, 30, 0.04) 5.8rem calc(5.8rem + 1px));
  content: "";
}

.twtc-hero-copy {
  z-index: 2;
  width: min(44rem, 100%);
  margin-left: max(0px, calc((100vw - 94rem) / 2));
  text-align: left;
}

.twtc-kicker,
.twtc-beat-label {
  margin-bottom: 0.9rem;
  color: var(--twtc-copper-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.45;
  text-transform: uppercase;
}

.twtc-hero h1 {
  max-width: 12ch;
  margin: 0 0 1.4rem;
  font-size: clamp(2rem, 5vw, 5.5rem);
  line-height: 1.05;
}

.twtc-hero h1 span {
  display: block;
  word-break: keep-all;
}

.twtc-hero-subtitle {
  max-width: 47rem;
  margin: 0 0 1.8rem;
  color: var(--twtc-ink-soft);
  font-size: clamp(1.05rem, 1.2vw + 0.75rem, 1.45rem);
  line-height: 1.75;
}

.twtc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.twtc-button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
}

.twtc-button--primary {
  color: #fff !important;
  background: var(--twtc-copper-dark);
  box-shadow: 0 0.7rem 1.8rem rgba(122, 53, 29, 0.2);
}

.twtc-button--ghost {
  color: var(--twtc-ink) !important;
  background: rgba(255, 253, 248, 0.72);
  border-color: var(--twtc-line);
}

.twtc-text-link,
.twtc-inline-link {
  color: var(--twtc-copper-dark) !important;
  font-weight: 800;
}

.twtc-hero-facts {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.45rem 1.5rem;
  margin: 0;
  padding: 0;
  color: var(--twtc-ink-soft);
  font-size: 0.88rem;
  list-style: none;
}

.twtc-hero-media {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  margin: 0;
  background: #1b100b;
  border-radius: var(--twtc-radius) 0 0 var(--twtc-radius);
  box-shadow: var(--twtc-shadow);
}

.twtc-hero-media img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
}

.twtc-hero-media figcaption {
  position: absolute;
  right: 0.75rem;
  bottom: 0.55rem;
  margin: 0;
  padding: 0.15rem 0.45rem;
  color: rgba(255, 250, 240, 0.86);
  background: rgba(25, 13, 8, 0.68);
  border-radius: 0.35rem;
  font-size: 0.68rem;
}

.twtc-hero-facts li {
  position: relative;
}

.twtc-hero-facts li + li::before {
  position: absolute;
  left: -0.82rem;
  color: var(--twtc-copper);
  content: "•";
}

.twtc-hero-cue {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--twtc-ink-soft);
  font-size: 0.76rem;
  transform: translateX(-50%);
  white-space: nowrap;
}

.twtc-hero-cue span {
  display: block;
  width: 2.5rem;
  height: 1px;
  background: var(--twtc-copper);
}

.twtc-story {
  color: var(--twtc-cream);
  background: var(--twtc-ink);
}

.twtc-story-layout {
  display: grid;
  grid-template-columns: minmax(20rem, 1.05fr) minmax(24rem, 0.95fr);
  gap: clamp(2rem, 5vw, 6rem);
  width: min(100%, 94rem);
  margin-inline: auto;
  padding: clamp(3rem, 6vw, 6rem) var(--twtc-gutter);
}

.twtc-stage {
  position: sticky;
  top: clamp(6.5rem, 10vh, 9rem);
  align-self: start;
  margin: 0;
}

.admin-bar .twtc-stage {
  top: clamp(8.5rem, 13vh, 11rem);
}

.twtc-stage-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  background: #120c09;
  border: 1px solid rgba(255, 250, 240, 0.16);
  border-radius: var(--twtc-radius);
  box-shadow: var(--twtc-shadow);
  isolation: isolate;
}

.twtc-stage-frame::after {
  position: absolute;
  z-index: 2;
  inset: 0.65rem;
  border: 1px solid rgba(255, 250, 240, 0.34);
  border-radius: calc(var(--twtc-radius) - 0.55rem);
  content: "";
  pointer-events: none;
}

.twtc-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.015);
}

.twtc-stage-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(20, 11, 7, 0.34));
  pointer-events: none;
}

.twtc-stage figcaption,
.twtc-inline-scene figcaption {
  margin-top: 0.75rem;
  color: rgba(255, 250, 240, 0.68);
  font-size: 0.74rem;
  letter-spacing: 0.06em;
}

.twtc-story-flow {
  min-width: 0;
}

.twtc-beat {
  position: relative;
  display: flex;
  min-height: min(44rem, 82svh);
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 8vh, 6rem) 0;
  border-top: 1px solid rgba(255, 250, 240, 0.18);
  opacity: 0.72;
}

.twtc-beat:first-child {
  border-top: 0;
}

.twtc-beat.is-current {
  opacity: 1;
}

.twtc-beat h2 {
  margin-bottom: 1.2rem;
  color: var(--twtc-cream);
  font-size: clamp(2rem, 3.6vw, 4.3rem);
  line-height: 1.14;
}

.twtc-beat h3 {
  color: var(--twtc-cream);
  font-size: clamp(1.1rem, 1.7vw, 1.45rem);
}

.twtc-beat p {
  max-width: 44rem;
  color: rgba(255, 250, 240, 0.84);
}

.twtc-beat-label {
  color: #e9a879;
}

.twtc-quick-contact,
.twtc-visit-list {
  display: grid;
  gap: 0.55rem;
  margin: 1.5rem 0;
  padding: 1.1rem 0;
  border-block: 1px solid rgba(255, 250, 240, 0.18);
  color: rgba(255, 250, 240, 0.82);
  font-style: normal;
}

.twtc-quick-contact strong {
  color: var(--twtc-cream);
}

.twtc-inline-link {
  color: #efb184 !important;
}

.twtc-inline-scene {
  margin: 0 0 2rem;
}

.twtc-inline-scene img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 1rem;
}

@media (min-width: 56.01rem) {
  .twtc-story[data-enhanced="true"] .twtc-inline-scene {
    display: none;
  }
}

.twtc-taste-picker {
  margin: 1.6rem 0;
}

.twtc-taste-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.twtc-taste-buttons button {
  min-height: 2.85rem;
  padding: 0.55rem 0.9rem;
  color: var(--twtc-cream);
  background: transparent;
  border: 1px solid rgba(255, 250, 240, 0.34);
  border-radius: 999px;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 800;
  cursor: pointer;
}

.twtc-taste-buttons button[aria-pressed="true"] {
  color: var(--twtc-ink);
  background: #e1a071;
  border-color: #e1a071;
}

.twtc-taste-live {
  min-height: 4.5rem;
  margin: 0.9rem 0 0;
  padding-left: 1rem;
  border-left: 0.2rem solid #e1a071;
}

.twtc-menu-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.8rem 0;
}

.twtc-menu-list section {
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 250, 240, 0.32);
}

.twtc-menu-list h3 {
  margin-bottom: 0.45rem;
  font-size: 1.05rem;
}

.twtc-menu-list p,
.twtc-availability,
.twtc-note {
  font-size: 0.88rem;
}

.twtc-visit-list {
  margin: 1.4rem 0;
}

.twtc-visit-list div {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr);
  gap: 0.8rem;
}

.twtc-visit-list dt {
  color: #e9a879;
  font-weight: 800;
}

.twtc-visit-list dd {
  margin: 0;
}

.twtc-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin: 2rem 0;
}

.twtc-product {
  display: block;
  min-height: 0;
  padding: 0 0 1.25rem;
  border-top: 1px solid rgba(255, 250, 240, 0.25);
  border-bottom: 0;
  opacity: 1;
}

.twtc-product-image {
  display: block;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 0.75rem;
}

.twtc-product-image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.twtc-product h3 {
  margin: 0 0 0.5rem;
  font-size: 1.08rem;
}

.twtc-product h3 a {
  color: var(--twtc-cream) !important;
}

.twtc-product p {
  margin-bottom: 0.55rem;
  font-size: 0.86rem;
}

.twtc-product-price {
  color: #efb184 !important;
  font-weight: 800;
}

.twtc-stock {
  display: inline-block;
  padding: 0.16rem 0.55rem;
  color: var(--twtc-cream) !important;
  border: 1px solid rgba(255, 250, 240, 0.3);
  border-radius: 999px;
}

.twtc-products-empty {
  grid-column: 1 / -1;
  padding: 1.25rem 0;
  border-block: 1px solid rgba(255, 250, 240, 0.22);
}

.twtc-wholesale {
  margin-top: 2rem;
  padding: 1.4rem;
  background: rgba(239, 177, 132, 0.08);
  border-left: 0.2rem solid #e1a071;
}

.twtc-anchor-alias {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.twtc-trust,
.twtc-about,
.twtc-contact {
  width: min(calc(100% - (2 * var(--twtc-gutter))), 82rem);
  margin-inline: auto;
  padding-block: clamp(4.5rem, 9vw, 8rem);
}

.twtc-trust {
  max-width: 58rem;
  text-align: center;
}

.twtc-trust h2,
.twtc-about h2,
.twtc-contact h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4.5vw, 4.5rem);
  line-height: 1.13;
}

.twtc-trust > p:last-child {
  max-width: 48rem;
  margin-inline: auto;
  color: var(--twtc-ink-soft);
}

.twtc-about,
.twtc-contact {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(18rem, 1.15fr);
  gap: clamp(2rem, 7vw, 7rem);
  border-top: 1px solid var(--twtc-line);
}

.twtc-about p,
.twtc-contact p {
  color: var(--twtc-ink-soft);
}

.twtc-contact-card {
  display: grid;
  gap: 0.6rem;
  align-self: start;
  padding: clamp(1.25rem, 3vw, 2.25rem);
  color: var(--twtc-cream);
  background: var(--twtc-ink);
  border-radius: var(--twtc-radius);
  box-shadow: var(--twtc-shadow);
  font-style: normal;
}

.twtc-contact-card a {
  color: #efb184 !important;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.twtc-site-footer {
  padding: clamp(2.5rem, 5vw, 4rem) var(--twtc-gutter) 1.5rem;
  color: rgba(255, 250, 240, 0.82);
  background: #170d09;
}

.twtc-footer-main {
  display: flex;
  width: min(100%, 82rem);
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  margin-inline: auto;
}

.twtc-footer-main strong {
  color: var(--twtc-cream);
}

.twtc-footer-main p {
  margin: 0.4rem 0 0;
}

.twtc-footer-main nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.7rem 1.2rem;
}

.twtc-footer-main a {
  color: var(--twtc-cream) !important;
}

.twtc-disclosure {
  width: min(100%, 82rem);
  margin: 2.4rem auto 0;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 250, 240, 0.14);
  color: rgba(255, 250, 240, 0.58);
  font-size: 0.72rem;
}

@media (hover: hover) and (pointer: fine) {
  .twtc-button,
  .twtc-header-shop,
  .twtc-product-image img {
    transition: transform 180ms ease, background-color 180ms ease, filter 180ms ease;
  }

  .twtc-button:hover,
  .twtc-header-shop:hover {
    transform: translateY(-2px);
  }

  .twtc-product-image:hover img {
    transform: scale(1.025);
  }
}

@media (max-width: 68rem) {
  .twtc-header-inner {
    grid-template-columns: 1fr auto;
  }

  .twtc-primary-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 0.25rem;
  }

  .twtc-story-layout {
    grid-template-columns: minmax(17rem, 0.9fr) minmax(21rem, 1.1fr);
    gap: 2.5rem;
  }

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

@media (max-width: 56rem) {
  .admin-bar .twtc-site-header {
    top: 46px;
  }

  .twtc-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.6rem;
    min-height: auto;
    padding-top: 1.5rem;
  }

  .twtc-hero-media {
    grid-row: 1;
    border-radius: var(--twtc-radius);
  }

  .twtc-hero-copy {
    grid-row: 2;
    width: 100%;
    margin-left: 0;
  }

  .twtc-primary-nav--desktop {
    display: none;
  }

  .twtc-header-inner {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 0.35rem;
    min-height: 3.75rem;
    padding-block: 0.45rem;
  }

  .twtc-brand {
    min-width: 0;
    font-size: clamp(0.72rem, 3.2vw, 0.86rem);
    line-height: 1.25;
    white-space: nowrap;
  }

  .twtc-brand-mark {
    display: none;
  }

  .twtc-mobile-nav {
    display: block;
    position: relative;
    z-index: 110;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .twtc-mobile-nav summary {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    padding: 0.45rem 0.75rem;
    color: var(--twtc-cream);
    border: 1px solid rgba(255, 250, 240, 0.28);
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 800;
    cursor: pointer;
  }

  .twtc-mobile-nav nav {
    position: absolute;
    top: calc(100% + 0.45rem);
    right: 0;
    z-index: 120;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem 0.8rem;
    width: min(17rem, calc(100vw - (2 * var(--twtc-gutter))));
    padding: 0.75rem;
    background: var(--twtc-ink);
    border: 1px solid rgba(255, 250, 240, 0.24);
    border-radius: 0.75rem;
    box-shadow: var(--twtc-shadow);
  }

  .twtc-mobile-nav nav a {
    display: flex;
    min-height: 2.75rem;
    align-items: center;
    color: var(--twtc-cream) !important;
    font-size: 0.84rem;
    font-weight: 700;
  }

  .twtc-header-shop {
    grid-column: 3;
    grid-row: 1;
    min-height: 2.75rem;
    padding: 0.45rem 0.6rem;
  }

  .twtc-hero-cue {
    position: static;
    justify-content: center;
    margin-top: 2rem;
    transform: none;
  }

  .twtc-story-layout {
    display: block;
    padding-block: 2.5rem;
  }

  .twtc-stage {
    position: relative;
    top: auto;
    margin-bottom: 1rem;
  }

  .admin-bar .twtc-stage {
    top: auto;
  }

  .twtc-beat {
    min-height: 0;
    padding: 3.5rem 0;
    opacity: 1;
  }

  .twtc-inline-scene {
    display: block;
  }

  .twtc-about,
  .twtc-contact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 40rem) {
  body.twtc-native-home {
    --twtc-gutter: clamp(1rem, 5vw, 1.4rem);
  }

  .twtc-site-header {
    position: relative;
  }

  .admin-bar .twtc-site-header {
    top: auto;
  }

  .twtc-header-inner {
    min-height: 0;
  }

  .twtc-brand {
    white-space: nowrap;
  }

  .twtc-primary-nav {
    gap: 0.45rem 0.9rem;
  }

  .twtc-primary-nav a,
  .twtc-header-shop {
    font-size: 0.78rem;
  }

  .twtc-hero {
    padding-block: 3.5rem;
  }

  .twtc-hero h1 {
    font-size: clamp(2rem, 10.5vw, 3.5rem);
  }

  .twtc-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .twtc-button,
  .twtc-text-link {
    width: 100%;
  }

  .twtc-hero-facts {
    align-items: center;
    flex-direction: column;
  }

  .twtc-hero-facts li + li::before {
    display: none;
  }

  .twtc-beat h2,
  .twtc-trust h2,
  .twtc-about h2,
  .twtc-contact h2 {
    overflow-wrap: anywhere;
  }

  .twtc-taste-buttons button {
    flex: 1 1 calc(50% - 0.55rem);
  }

  .twtc-products {
    grid-template-columns: 1fr;
  }

  .twtc-visit-list div {
    grid-template-columns: 1fr;
    gap: 0.1rem;
  }

  .twtc-footer-main {
    flex-direction: column;
  }

  .twtc-footer-main nav {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.twtc-native-home {
    scroll-behavior: auto;
  }

  body.twtc-native-home *,
  body.twtc-native-home *::before,
  body.twtc-native-home *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .twtc-site-header,
  .twtc-hero-cue,
  .twtc-taste-buttons {
    display: none !important;
  }

  body.twtc-native-home,
  .twtc-story,
  .twtc-site-footer {
    color: #000;
    background: #fff;
  }

  .twtc-story-layout {
    display: block;
  }

  .twtc-stage {
    position: static;
  }

  .twtc-beat,
  .twtc-beat :where(h2, h3, p),
  .twtc-site-footer a {
    color: #000 !important;
    opacity: 1;
  }
}
