/*
Theme Name: TAGATAME Renewal
Theme URI: https://tagata-me.jp/
Author: TAGATAME
Description: ECコンサルティング、運営代行、クリエイティブ制作を訴求する株式会社TAGATAME専用テーマ。
Version: 1.0.0
Requires at least: 5.8
Text Domain: tagatame-renewal
*/

:root {
  --ink: #101b18;
  --ink-soft: #53605c;
  --paper: #f5f7f2;
  --white: #fff;
  --green: #173c31;
  --green-2: #0d2b23;
  --lime: #a8ef3c;
  --line: rgba(16, 27, 24, .12);
  --radius: 26px;
  --shadow: 0 24px 70px rgba(25, 47, 40, .13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

.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;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--white);
  background: var(--green);
  transform: translateY(-140%);
}

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

.container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  border-bottom: 1px solid transparent;
  transition: background .25s, border-color .25s, box-shadow .25s;
}

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

.site-header.scrolled {
  border-color: var(--line);
  background: rgba(245, 247, 242, .88);
  box-shadow: 0 8px 30px rgba(16, 27, 24, .06);
  backdrop-filter: blur(16px);
}

.header-inner {
  width: min(1340px, calc(100% - 48px));
  height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  font: 800 18px/1 Arial, sans-serif;
  letter-spacing: .08em;
}

.logo-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--green);
  background: var(--lime);
  font-size: 16px;
}

.global-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 13px;
  font-weight: 600;
}

.global-nav > a:not(.nav-cta) {
  position: relative;
}

.global-nav > a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--ink);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .2s;
}

.global-nav > a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta {
  padding: 13px 20px;
  border-radius: 100px;
  color: var(--white);
  background: var(--green);
}

.menu-button {
  display: none;
}

.hero {
  position: relative;
  min-height: 850px;
  padding: 175px 0 66px;
  overflow: hidden;
}

.hero::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 43%;
  height: 100%;
  content: "";
  background: #e9eee7;
  z-index: -2;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
  z-index: -1;
}

.orb-one {
  top: 110px;
  right: 7%;
  width: 410px;
  height: 410px;
  border: 1px solid rgba(23, 60, 49, .1);
}

.orb-two {
  right: -130px;
  bottom: -180px;
  width: 440px;
  height: 440px;
  background: rgba(168, 239, 60, .18);
}

.hero-grid {
  display: grid;
  grid-template-columns: .94fr 1.06fr;
  gap: 54px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 22px;
  color: #46645b;
  font: 700 11px/1.3 Arial, sans-serif;
  letter-spacing: .22em;
}

.hero h1,
.section-heading h2,
.section-top h2,
.strength-title h2,
.contact h2 {
  margin: 0;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -.045em;
}

.hero h1 {
  font-size: clamp(52px, 6.1vw, 84px);
}

.hero h1 span {
  position: relative;
  color: var(--green);
  z-index: 1;
}

.hero h1 span::after {
  position: absolute;
  right: 0;
  bottom: .08em;
  left: 0;
  height: .18em;
  content: "";
  background: var(--lime);
  z-index: -1;
}

.hero-lead {
  max-width: 620px;
  margin: 28px 0 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 2;
}

.hero-actions {
  display: flex;
  gap: 28px;
  align-items: center;
  margin-top: 38px;
}

.button {
  min-height: 58px;
  padding: 0 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
  transition: transform .2s, box-shadow .2s, background .2s;
}

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

.button-primary {
  color: var(--green-2);
  background: var(--lime);
  box-shadow: 0 12px 30px rgba(119, 175, 34, .22);
}

.button-primary:hover {
  box-shadow: 0 16px 35px rgba(119, 175, 34, .34);
}

.text-link {
  font-size: 13px;
  font-weight: 700;
}

.text-link span {
  padding-left: 6px;
}

.channel-tags {
  display: flex;
  gap: 9px;
  margin: 44px 0 0;
  padding: 0;
  list-style: none;
}

.channel-tags li {
  padding: 8px 15px;
  border: 1px solid var(--line);
  border-radius: 100px;
  color: #53605c;
  background: rgba(255, 255, 255, .55);
  font-size: 12px;
  font-weight: 600;
}

.hero-visual {
  position: relative;
  min-height: 560px;
}

.hero-photo {
  position: relative;
  z-index: 2;
  height: 560px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 34px 34px 120px 34px;
  box-shadow: var(--shadow);
}

.hero-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 55%, rgba(8, 28, 23, .54));
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.visual-caption {
  position: absolute;
  right: 56px;
  bottom: 35px;
  left: 35px;
  z-index: 3;
  display: grid;
  gap: 8px;
  color: var(--white);
}

.visual-caption span {
  color: var(--lime);
  font: 700 9px/1 Arial, sans-serif;
  letter-spacing: .18em;
}

.visual-caption strong {
  font-size: 17px;
  letter-spacing: .03em;
}

.growth-badge {
  position: absolute;
  right: -38px;
  bottom: 90px;
  z-index: 4;
  width: 116px;
  height: 116px;
  padding: 20px;
  display: grid;
  align-content: space-between;
  border-radius: 50%;
  color: var(--green);
  background: var(--lime);
  box-shadow: 0 18px 40px rgba(78, 114, 26, .25);
  transform: rotate(7deg);
}

.growth-badge span {
  font: 800 8px/1 Arial, sans-serif;
  letter-spacing: .13em;
}

.growth-badge strong {
  font-size: 13px;
  line-height: 1.35;
}

.float-card {
  position: absolute;
  z-index: 3;
  padding: 12px 16px 12px 11px;
  display: flex;
  gap: 9px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .85);
  border-radius: 15px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 15px 35px rgba(25, 47, 40, .14);
  font-size: 11px;
  font-weight: 700;
}

.float-card span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: var(--white);
  background: var(--green);
  font: 800 12px/1 Arial, sans-serif;
}

.float-amazon {
  top: 34px;
  left: -26px;
}

.float-rakuten {
  top: 96px;
  left: -5px;
}

.float-rakuten span {
  background: #9a2828;
}

.hero-bottom {
  width: min(1180px, calc(100% - 48px));
  margin: 115px auto 0;
  display: flex;
  align-items: center;
  color: #697570;
  font: 700 10px/1 Arial, sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hero-bottom i {
  height: 1px;
  margin: 0 22px;
  flex: 1;
  background: var(--line);
}

.section {
  padding: 130px 0;
}

.intro {
  background: var(--white);
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 110px;
}

.section-heading h2,
.section-top h2,
.strength-title h2,
.contact h2 {
  font-size: clamp(35px, 4vw, 54px);
}

.intro-copy {
  padding-top: 35px;
}

.intro-copy p {
  margin: 0 0 25px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 2.15;
}

.services {
  background: #edf1eb;
}

.section-top {
  margin-bottom: 55px;
  display: flex;
  gap: 40px;
  align-items: flex-end;
  justify-content: space-between;
}

.section-top > p {
  max-width: 390px;
  margin: 0 0 4px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.8;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card {
  position: relative;
  min-height: 485px;
  padding: 35px;
  border: 1px solid rgba(16, 27, 24, .08);
  border-radius: var(--radius);
  background: var(--white);
  transition: transform .25s, box-shadow .25s;
}

.service-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow);
}

.service-card.featured {
  color: var(--white);
  background: var(--green);
}

.service-number {
  color: #83908b;
  font: 700 11px/1 Arial, sans-serif;
}

.featured .service-number {
  color: rgba(255, 255, 255, .5);
}

.service-icon {
  width: 66px;
  height: 66px;
  margin: 64px 0 28px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: var(--green);
  background: #eff4ec;
}

.featured .service-icon {
  color: var(--green);
  background: var(--lime);
}

.service-icon svg {
  width: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3 {
  margin: 0;
  font-size: 22px;
}

.service-card > p {
  min-height: 78px;
  margin: 16px 0 22px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.9;
}

.featured > p {
  color: rgba(255, 255, 255, .7);
}

.service-card ul {
  margin: 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.featured ul {
  border-color: rgba(255, 255, 255, .15);
}

.service-card li {
  position: relative;
  padding: 6px 0 6px 17px;
  font-size: 12px;
  font-weight: 600;
}

.service-card li::before {
  position: absolute;
  top: 13px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
  background: var(--lime);
}

.strengths {
  background: var(--white);
}

.creative-showcase {
  padding: 0 0 130px;
  background: var(--white);
}

.creative-frame {
  position: relative;
  min-height: 610px;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  overflow: hidden;
  border-radius: 34px;
  color: var(--white);
  background: var(--green-2);
}

.creative-image {
  min-height: 610px;
  overflow: hidden;
}

.creative-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s ease;
}

.creative-frame:hover .creative-image img {
  transform: scale(1.025);
}

.creative-copy {
  padding: 70px 55px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  background-image: radial-gradient(circle at 100% 0, rgba(168, 239, 60, .2), transparent 40%);
}

.creative-copy h2 {
  margin: 0;
  font-size: clamp(34px, 3.6vw, 50px);
  line-height: 1.35;
  letter-spacing: -.045em;
}

.creative-copy > p:not(.eyebrow) {
  margin: 28px 0 34px;
  color: rgba(255, 255, 255, .66);
  font-size: 13px;
  line-height: 2;
}

.light-link {
  color: var(--lime);
}

.strength-panel {
  padding: 85px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 100px;
  border-radius: 34px;
  color: var(--white);
  background: var(--green-2);
}

.eyebrow.light {
  color: var(--lime);
}

.strength-title > p:last-child {
  max-width: 360px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .62);
  font-size: 14px;
  line-height: 1.8;
}

.strength-list {
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.strength-item {
  padding: 26px 0;
  display: grid;
  grid-template-columns: 55px 1fr;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.strength-item > span {
  color: var(--lime);
  font: 700 11px/1.4 Arial, sans-serif;
}

.strength-item h3 {
  margin: 0 0 9px;
  font-size: 18px;
}

.strength-item p {
  margin: 0;
  color: rgba(255, 255, 255, .6);
  font-size: 13px;
  line-height: 1.7;
}

.channels {
  background: var(--paper);
}

.section-heading.centered {
  max-width: 720px;
  margin: 0 auto 58px;
  text-align: center;
}

.section-heading.centered > p:last-child {
  margin: 25px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.channel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.channel-card {
  padding: 25px;
  display: flex;
  gap: 20px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
}

.channel-initial {
  width: 55px;
  height: 55px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 17px;
  color: var(--green);
  background: #eaf1e6;
  font: 800 19px/1 Arial, sans-serif;
}

.channel-card h3 {
  margin: 0 0 6px;
  font-size: 16px;
}

.channel-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 11px;
  line-height: 1.6;
}

.process {
  background: var(--white);
}

.process-list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  counter-reset: process;
}

.process-list li {
  position: relative;
  min-height: 215px;
  padding: 30px;
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
}

.process-list li:last-child {
  border-right: 0;
}

.process-list span {
  color: #74817c;
  font: 700 10px/1 Arial, sans-serif;
}

.process-list h3 {
  margin: 52px 0 12px;
  font-size: 17px;
}

.process-list p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.8;
}

.company {
  background: #edf1eb;
}

.company-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 100px;
}

.company-table {
  margin: 0;
  border-top: 1px solid var(--line);
}

.company-table > div {
  padding: 25px 4px;
  display: grid;
  grid-template-columns: 120px 1fr;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  line-height: 1.7;
}

.company-table dt {
  color: #6d7975;
}

.company-table dd {
  margin: 0;
  font-weight: 600;
}

.contact {
  padding-top: 90px;
  background: var(--white);
}

.contact-card {
  padding: 75px 85px;
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: space-between;
  border-radius: 34px;
  color: var(--white);
  background: var(--green);
  background-image: radial-gradient(circle at 86% 15%, rgba(168, 239, 60, .22), transparent 30%);
}

.contact-card > div:first-child > p:last-child {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .66);
  font-size: 13px;
}

.contact-actions {
  min-width: 295px;
  display: grid;
  gap: 18px;
}

.button-light {
  color: var(--green);
  background: var(--lime);
}

.phone-link {
  display: grid;
  gap: 5px;
  text-align: center;
}

.phone-link small {
  color: rgba(255, 255, 255, .6);
  font-size: 10px;
}

.phone-link strong {
  font: 700 20px/1.2 Arial, sans-serif;
}

.site-footer {
  padding: 70px 0 30px;
  color: var(--white);
  background: #081c17;
}

.wp-content {
  min-height: 70vh;
  padding: 150px 0 100px;
  background: var(--white);
}

.wp-article {
  max-width: 900px;
  margin: 0 auto;
}

.wp-article h1 {
  margin: 0 0 45px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.35;
  letter-spacing: -.04em;
}

.wp-entry-content {
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 2;
}

.wp-entry-content img {
  height: auto;
}

.wp-footer-bottom {
  margin-top: 0;
}

.footer-main,
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-logo .logo-mark {
  color: var(--green);
}

.footer-links {
  display: flex;
  gap: 30px;
  color: rgba(255, 255, 255, .65);
  font-size: 12px;
}

.footer-bottom {
  margin-top: 60px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .38);
  font: 600 9px/1 Arial, sans-serif;
  letter-spacing: .08em;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .65s ease, transform .65s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 980px) {
  .hero {
    padding-top: 145px;
  }

  .hero-grid,
  .intro-grid,
  .strength-panel,
  .company-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 80px;
  }

  .hero::before {
    top: 53%;
    width: 100%;
    height: 47%;
  }

  .hero-visual {
    width: min(680px, 100%);
    margin: auto;
  }

  .creative-frame {
    grid-template-columns: 1fr;
  }

  .creative-image {
    min-height: 480px;
  }

  .hero-bottom {
    margin-top: 95px;
  }

  .intro-grid,
  .company-grid {
    gap: 45px;
  }

  .intro-copy {
    padding-top: 0;
  }

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

  .service-card {
    min-height: auto;
  }

  .service-icon {
    margin-top: 35px;
  }

  .service-card > p {
    min-height: auto;
  }

  .strength-panel {
    gap: 60px;
  }

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

  .process-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-list li:nth-child(2) {
    border-right: 0;
  }

  .contact-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-actions {
    width: 100%;
  }
}

@media (max-width: 760px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  .container,
  .header-inner,
  .hero-bottom {
    width: min(100% - 32px, 1180px);
  }

  .header-inner {
    height: 72px;
  }

  .menu-button {
    width: 44px;
    height: 44px;
    padding: 12px;
    display: grid;
    gap: 5px;
    border: 0;
    border-radius: 50%;
    background: var(--green);
    cursor: pointer;
  }

  .menu-button > span:not(.sr-only) {
    width: 100%;
    height: 1px;
    display: block;
    background: var(--white);
    transition: transform .2s, opacity .2s;
  }

  .menu-button[aria-expanded="true"] > span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] > span:nth-child(2) {
    opacity: 0;
  }

  .menu-button[aria-expanded="true"] > span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .global-nav {
    position: fixed;
    inset: 72px 16px auto;
    padding: 25px;
    display: grid;
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(255, 255, 255, .97);
    box-shadow: var(--shadow);
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity .2s, transform .2s, visibility .2s;
  }

  .global-nav.open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .global-nav a {
    padding: 14px 5px;
    border-bottom: 1px solid var(--line);
  }

  .global-nav .nav-cta {
    margin-top: 12px;
    padding: 15px;
    border: 0;
    text-align: center;
  }

  .hero {
    min-height: auto;
    padding: 125px 0 45px;
  }

  .hero h1 {
    font-size: clamp(42px, 13vw, 60px);
  }

  .hero-lead {
    font-size: 14px;
    line-height: 1.9;
  }

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

  .text-link {
    padding: 4px 0;
    text-align: center;
  }

  .channel-tags {
    margin-top: 30px;
  }

  .hero-visual,
  .hero-photo {
    min-height: 0;
    height: 480px;
  }

  .hero-photo {
    border-radius: 25px 25px 80px 25px;
  }

  .growth-badge {
    right: -5px;
    bottom: 78px;
    width: 96px;
    height: 96px;
    padding: 17px;
  }

  .growth-badge strong {
    font-size: 11px;
  }

  .float-amazon {
    left: auto;
    right: 5px;
  }

  .float-rakuten {
    right: auto;
    left: 10px;
    top: 82px;
  }

  .hero-bottom {
    margin-top: 85px;
  }

  .hero-bottom i {
    margin: 0 9px;
  }

  .section {
    padding: 85px 0;
  }

  .creative-showcase {
    padding-bottom: 85px;
  }

  .creative-frame {
    width: min(100% - 32px, 1180px);
    min-height: 0;
    border-radius: 26px;
  }

  .creative-image {
    min-height: 360px;
  }

  .creative-copy {
    padding: 48px 27px 55px;
  }

  .section-heading h2,
  .section-top h2,
  .strength-title h2,
  .contact h2 {
    font-size: clamp(30px, 9vw, 41px);
  }

  .section-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .service-card {
    padding: 28px;
  }

  .strength-panel {
    padding: 46px 27px;
    border-radius: 26px;
  }

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

  .process-list li {
    min-height: 170px;
    padding: 25px 4px;
    border-right: 0;
  }

  .process-list h3 {
    margin-top: 35px;
  }

  .company-table > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .contact {
    padding-top: 55px;
  }

  .contact-card {
    padding: 48px 27px;
    border-radius: 26px;
  }

  .footer-main {
    align-items: flex-start;
    flex-direction: column;
    gap: 40px;
  }

  .footer-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 42px;
  }
}

@media (max-width: 380px) {
  .channel-tags li {
    padding-inline: 11px;
  }

  .metric-grid > div {
    padding-inline: 7px;
  }

  .metric-grid strong {
    font-size: 10px;
  }
}
