:root {
  --bg: #08111b;
  --bg-soft: #0d1726;
  --panel: #102033;
  --panel-2: #14283f;
  --line: rgba(148, 163, 184, 0.2);
  --text: #e7eefb;
  --muted: #94a3b8;
  --accent: #14b8a6;
  --accent-2: #f59e0b;
  --shadow: 0 20px 60px rgba(8, 17, 27, 0.45);
  --radius: 20px;
  color-scheme: dark;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(20, 184, 166, 0.16), transparent 28%),
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.12), transparent 32%),
    linear-gradient(180deg, #09111b 0%, #08111b 100%);
  color: var(--text);
  font: 16px/1.7 "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--accent);
}

h1,
h2,
h3,
h4 {
  margin: 0 0 0.55em;
  line-height: 1.2;
  font-family: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
}

h1 {
  font-size: clamp(2.3rem, 4vw, 4.8rem);
  letter-spacing: 0.01em;
}

h2 {
  font-size: clamp(1.5rem, 2vw, 2.2rem);
}

h3 {
  font-size: 1.15rem;
}

p {
  margin: 0 0 1rem;
}

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

.site-header,
.site-footer,
.page,
.hero,
.section {
  width: min(1120px, calc(100vw - 32px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem 0;
  backdrop-filter: blur(18px);
  background: linear-gradient(180deg, rgba(8, 17, 27, 0.88), rgba(8, 17, 27, 0.55));
}

.site-brand p,
.muted,
.card-meta,
.article-meta,
.hero .muted {
  color: var(--muted);
}

.brand-mark {
  display: inline-block;
  font-family: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.site-nav a {
  padding: 0.55rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(16, 32, 51, 0.75);
}

.page {
  padding: 2rem 0 4rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.85fr);
  gap: 1.5rem;
  padding: 2.5rem 0 1rem;
}

.hero--compact {
  grid-template-columns: 1.4fr 0.9fr;
}

.hero-copy,
.hero-panel,
.card,
.article,
.toc,
.callout,
.ad-slot,
.update-banner,
.json-box {
  background: linear-gradient(180deg, rgba(16, 32, 51, 0.96), rgba(10, 20, 33, 0.96));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 2rem;
  border-radius: 28px;
}

.home-page .hero-copy {
  display: grid;
  align-content: center;
  min-height: 100%;
}

.home-page .hero-copy h1 {
  max-width: 12ch;
}

.hero-panel,
.card,
.toc {
  padding: 1.2rem;
  border-radius: var(--radius);
}

.feature-strip .card,
.article-summary,
.affiliate-card,
.topic-card,
.article-card,
.article-section,
.pick-card {
  position: relative;
  overflow: hidden;
}

.feature-strip .card::before,
.article-summary::before,
.affiliate-card::before,
.topic-card::before,
.article-card::before,
.article-section::before,
.pick-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), rgba(245, 158, 11, 0.9));
}

.hero-actions,
.admin-toolbar,
.queue-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.75rem 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

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

.button-primary {
  color: #021018;
  background: linear-gradient(135deg, var(--accent), #7dd3fc);
}

.button-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--line);
}

.lead {
  font-size: 1.08rem;
  max-width: 65ch;
}

.eyebrow {
  margin-bottom: 0.45rem;
  color: var(--accent-2);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  font-weight: 700;
}

.section {
  padding: 2rem 0;
}

.section-heading {
  max-width: 68ch;
  margin-bottom: 1rem;
}

.feature-strip {
  margin-top: 0.4rem;
}

.grid {
  display: grid;
  gap: 1rem;
}

.three-up {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cards-grid,
.topic-grid,
.admin-stats,
.affiliate-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.topic-meta {
  margin: 0.75rem 0 0;
}

.topic-meta div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.4rem 0;
  border-top: 1px solid var(--line);
}

.topic-meta dt,
.topic-meta dd {
  margin: 0;
}

.stack-list,
.bullet-list,
.checklist,
.steps,
.toc ol {
  margin: 0;
  padding-left: 1.25rem;
}

.bullet-list li,
.checklist li,
.steps li,
.toc li {
  margin-bottom: 0.6rem;
}

.checklist {
  list-style: none;
  padding-left: 0;
}

.checklist li {
  display: grid;
  grid-template-columns: 1.2rem minmax(0, 1fr);
  gap: 0.65rem;
}

.check-marker {
  color: var(--accent-2);
}

.article {
  padding: 1.2rem;
  border-radius: 28px;
}

.article-hero {
  padding: 1rem 1rem 1.5rem;
}

.article-intro,
.review-visual {
  display: grid;
  grid-template-columns: minmax(280px, 1.05fr) minmax(0, 0.95fr);
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
  overflow: hidden;
  border: 1px solid rgba(20, 184, 166, 0.25);
  background:
    radial-gradient(circle at 15% 15%, rgba(20, 184, 166, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(16, 32, 51, 0.98), rgba(10, 20, 33, 0.98));
}

.hero-ranking {
  display: grid;
  gap: 0.85rem;
  align-content: start;
}

.hero-ranking .eyebrow {
  margin-bottom: 0;
}

.ranking-table-wrap {
  overflow-x: auto;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background:
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.08), transparent 26%),
    rgba(255, 255, 255, 0.02);
}

.ranking-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  table-layout: fixed;
}

.ranking-table thead th {
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ranking-table th,
.ranking-table td {
  padding: 0.85rem 0.9rem;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.ranking-table tbody tr {
  transition: background-color 180ms ease;
}

.ranking-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.03);
}

.ranking-table tbody tr:last-child td {
  border-bottom: 0;
}

.ranking-table th:nth-child(1),
.ranking-table td:nth-child(1) {
  width: 88px;
}

.ranking-table th:nth-child(3),
.ranking-table td:nth-child(3) {
  width: 84px;
}

.ranking-table th:nth-child(5),
.ranking-table td:nth-child(5) {
  width: 124px;
}

.rank-cell {
  padding-right: 0.45rem;
}

.ranking-title {
  display: grid;
  gap: 0.35rem;
}

.ranking-title a {
  color: inherit;
  font-weight: 800;
  line-height: 1.35;
}

.ranking-title a:hover {
  color: var(--accent);
}

.ranking-title__badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  padding: 0.28rem 0.58rem;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.14);
  border: 1px solid rgba(20, 184, 166, 0.28);
  color: #a7f3d0;
  font-size: 0.74rem;
  font-weight: 700;
}

.ranking-score {
  color: #fde68a;
  font-size: 1rem;
  font-weight: 800;
  white-space: nowrap;
}

.ranking-reason {
  color: rgba(231, 238, 251, 0.9);
}

.ranking-link {
  white-space: nowrap;
}

.ranking-link .link-button {
  margin-top: 0;
}

.article-intro {
  padding: 1rem;
}

.article-intro__visual {
  min-height: 100%;
}

.article-intro__body {
  display: grid;
  gap: 0.8rem;
  padding-right: 0.25rem;
}

.article-intro__lead {
  font-size: 1.05rem;
}

.article-intro__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.article-intro__meta h3 {
  margin-bottom: 0.55rem;
  font-size: 0.98rem;
}

.article-summary {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(20, 184, 166, 0.22);
  background:
    radial-gradient(circle at top right, rgba(20, 184, 166, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(16, 32, 51, 0.98), rgba(10, 20, 33, 0.98));
}

.summary-copy p:last-child {
  margin-bottom: 0;
}

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

.summary-grid h3 {
  margin-bottom: 0.7rem;
  font-size: 1rem;
}

.summary-steps {
  margin: 0;
  padding-left: 1.1rem;
}

.summary-steps li + li {
  margin-top: 0.4rem;
}

.home-page .hero {
  grid-template-columns: 1fr;
  align-items: stretch;
}

.pick-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.22), rgba(20, 184, 166, 0.18));
  border: 1px solid rgba(245, 158, 11, 0.35);
  color: #fde68a;
  font-size: 0.82rem;
  font-weight: 700;
}

.review-art {
  position: relative;
  min-height: 300px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 30% 25%, rgba(245, 158, 11, 0.4), transparent 26%),
    radial-gradient(circle at 70% 30%, rgba(20, 184, 166, 0.3), transparent 28%),
    linear-gradient(160deg, rgba(15, 23, 42, 0.95), rgba(8, 17, 27, 0.98));
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  overflow: hidden;
}

.review-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.95;
}

.review-sun {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(251, 191, 36, 0.95), rgba(245, 158, 11, 0.3) 62%, transparent 63%);
  filter: blur(0.2px);
}

.review-sun::before,
.review-sun::after {
  content: "";
  position: absolute;
  inset: -18px;
  border-radius: 50%;
  border: 2px solid rgba(245, 158, 11, 0.35);
}

.review-sun::after {
  inset: -34px;
  border-color: rgba(20, 184, 166, 0.22);
}

.review-bottle {
  position: absolute;
  right: 18%;
  bottom: 10%;
  width: 110px;
  height: 220px;
  border-radius: 38px 38px 30px 30px;
  background: linear-gradient(180deg, rgba(231, 238, 251, 0.95), rgba(148, 163, 184, 0.95));
  box-shadow: 0 16px 30px rgba(8, 17, 27, 0.35);
}

.review-art .review-sun,
.review-art .review-bottle,
.review-art .review-float {
  z-index: 1;
}

.review-bottle::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 26px;
  width: 58px;
  height: 30px;
  border-radius: 14px 14px 10px 10px;
  background: linear-gradient(180deg, #0f172a, #334155);
}

.review-bottle::after {
  content: "";
  position: absolute;
  inset: 18px 14px 14px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(20, 184, 166, 0.84), rgba(20, 184, 166, 0.14)),
    radial-gradient(circle at top, rgba(255, 255, 255, 0.45), transparent 45%);
}

.review-bottle span {
  position: absolute;
  left: 18px;
  top: 82px;
  width: 74px;
  height: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
}

.review-float {
  position: absolute;
  border-radius: 50%;
  background: rgba(231, 238, 251, 0.88);
  box-shadow: 0 0 0 12px rgba(231, 238, 251, 0.07);
}

.review-float--a {
  top: 72px;
  right: 22%;
  width: 18px;
  height: 18px;
}

.review-float--b {
  top: 160px;
  right: 10%;
  width: 10px;
  height: 10px;
}

.review-float--c {
  bottom: 120px;
  left: 16%;
  width: 14px;
  height: 14px;
}

.review-visual-copy {
  display: grid;
  gap: 0.8rem;
  padding: 0.4rem 0.4rem 0.4rem 0;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pill-list li {
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
  color: var(--text);
}

.article-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 1.25rem;
}

.article-content {
  display: grid;
  gap: 1rem;
}

.article-block {
  display: grid;
  gap: 0.75rem;
}

.callout {
  border-radius: 18px;
  padding: 1rem 1.1rem;
  border-left: 4px solid var(--accent);
}

.table-wrap {
  overflow-x: auto;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
}

.table-wrap--comparison {
  border-color: rgba(245, 158, 11, 0.28);
  box-shadow: inset 0 0 0 1px rgba(245, 158, 11, 0.08);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}

th,
td {
  padding: 0.9rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--line);
}

th {
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.92rem;
}

.table-wrap--comparison th:last-child {
  background: rgba(245, 158, 11, 0.12);
  color: #fde68a;
}

.table-wrap--comparison th:nth-child(2),
.table-wrap--comparison td:nth-child(2) {
  text-align: center;
}

.table-wrap--comparison td:nth-child(2) {
  font-weight: 700;
  color: #f8fafc;
}

.table-wrap--comparison td.table-cta {
  font-weight: 700;
  color: #fff7ed;
  background: rgba(245, 158, 11, 0.08);
}

.table-wrap--comparison td:nth-child(4) {
  color: #f8fafc;
}

.table-wrap--comparison tbody tr:hover td {
  background: rgba(255, 255, 255, 0.04);
}

td strong {
  color: #fff;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0.8rem 1rem;
  background: rgba(255, 255, 255, 0.03);
}

.faq-item summary {
  cursor: pointer;
  font-weight: 700;
}

.link-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding: 0.7rem 0.9rem;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.12);
  border: 1px solid rgba(20, 184, 166, 0.35);
  color: #a7f3d0;
  font-weight: 700;
}

.link-button:hover {
  color: #d1fae5;
  border-color: rgba(125, 211, 252, 0.45);
  background: rgba(20, 184, 166, 0.18);
}

.ad-slot {
  display: grid;
  place-items: center;
  min-height: 120px;
  border-radius: 20px;
  color: rgba(231, 238, 251, 0.65);
  text-align: center;
  padding: 1rem;
  border: 1px dashed rgba(148, 163, 184, 0.26);
  background:
    radial-gradient(circle at top right, rgba(20, 184, 166, 0.08), transparent 24%),
    rgba(255, 255, 255, 0.03);
}

.ad-slot--wide {
  min-height: 180px;
}

.ad-slot strong {
  display: block;
  margin: 0.35rem 0 0.15rem;
  color: #f8fafc;
}

.ad-slot p {
  margin: 0;
  color: rgba(231, 238, 251, 0.68);
  font-size: 0.92rem;
}

.ad-slot__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.52rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: rgba(255, 255, 255, 0.05);
  color: #cbd5e1;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-card h3 a {
  color: inherit;
}

.article-card h3 a:hover {
  color: var(--accent);
}

.article-card {
  display: grid;
  gap: 0.7rem;
  align-content: start;
  min-height: 100%;
}

.article-card__thumb {
  display: block;
  margin: -1.2rem -1.2rem 0;
  border-radius: calc(var(--radius) - 2px) calc(var(--radius) - 2px) 0 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

.article-card__thumb img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.article-card__top {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
}

.article-card__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.28rem 0.58rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(255, 255, 255, 0.04);
  color: #cbd5e1;
  font-size: 0.76rem;
  font-weight: 700;
  white-space: nowrap;
}

.article-card__summary {
  min-height: 4.4em;
}

.article-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  color: var(--muted);
  font-size: 0.85rem;
  flex-wrap: wrap;
}

.article-card__link {
  width: 100%;
  margin-top: 0.15rem;
}

.article-card p,
.topic-card p,
.affiliate-card p,
.feature-strip .card p {
  color: rgba(231, 238, 251, 0.9);
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-size: 0.8rem;
}

.article-meta,
.card-meta,
.queue-item__header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem 0 3rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.json-box {
  width: 100%;
  padding: 1rem;
  border-radius: 18px;
  color: var(--text);
  resize: vertical;
  min-height: 220px;
}

.update-banner {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border-radius: 18px;
}

.empty-state {
  color: var(--muted);
}

.version-badge {
  color: var(--muted);
  font-size: 0.8rem;
}

.article-page .article {
  backdrop-filter: blur(8px);
}

.article-page .article-hero {
  display: grid;
  gap: 0.5rem;
}

.article-intro .pill-list,
.article-summary .pill-list {
  margin-top: 0.2rem;
}

.article-intro h2,
.article-summary h2 {
  margin-bottom: 0.2rem;
}

.article-intro h3,
.article-summary h3 {
  margin-bottom: 0.5rem;
}

.article-intro,
.article-content .ad-slot {
  border-color: rgba(20, 184, 166, 0.18);
}

.article-section {
  display: grid;
  gap: 0.85rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background:
    radial-gradient(circle at top right, rgba(20, 184, 166, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(16, 32, 51, 0.98), rgba(10, 20, 33, 0.98));
}

.article-section h2 {
  margin-bottom: 0;
}

.article-section .table-wrap {
  margin-top: 0.15rem;
}

.article-section .faq-list,
.article-section .affiliate-grid,
.article-section .bullet-list,
.article-section .checklist {
  margin-top: 0.2rem;
}

@media (max-width: 960px) {
  .hero,
  .article-layout,
  .review-visual,
  .site-footer {
    grid-template-columns: 1fr;
    display: grid;
  }

  .three-up {
    grid-template-columns: 1fr;
  }

  .site-header {
    position: static;
    flex-direction: column;
    align-items: flex-start;
  }

  .site-nav {
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 0.25rem;
    scrollbar-width: none;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .article-card__top,
  .article-card__meta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 15px;
  }

  .page,
  .site-header,
  .site-footer {
    width: min(100vw - 20px, 1120px);
  }

  .hero-copy,
  .card,
  .toc,
  .article {
    padding: 1rem;
  }

  .hero-copy {
    border-radius: 22px;
  }

  .hero-actions,
  .admin-toolbar,
  .queue-actions {
    flex-direction: column;
  }

  .summary-grid {
    grid-template-columns: 1fr;
  }

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

  .review-art {
    min-height: 240px;
  }

  .article-intro {
    padding: 0.9rem;
  }

  .review-visual-copy {
    padding-right: 0;
  }

  .article-intro__meta {
    grid-template-columns: 1fr;
  }

  .article-intro,
  .review-visual {
    grid-template-columns: 1fr;
  }

  .article-card__top,
  .article-card__meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .ranking-table {
    min-width: 680px;
  }

  .ranking-table th,
  .ranking-table td {
    padding: 0.72rem 0.75rem;
  }

  .table-wrap--comparison th,
  .table-wrap--comparison td {
    min-width: 120px;
  }

  .review-bottle {
    right: 12%;
    bottom: 8%;
    transform: scale(0.92);
    transform-origin: bottom right;
  }

  .review-sun {
    transform: scale(0.88);
    transform-origin: top left;
  }

  .article-meta,
  .card-meta {
    gap: 0.45rem;
  }
}
