﻿:root {
  --red: #e60012;
  --red-dark: #ba000b;
  --black: #050505;
  --ink: #101010;
  --muted: #626262;
  --line: #e5e5e5;
  --soft: #f6f6f6;
  --white: #fff;
}

/* Final FV image mode: use the supplied completed first-view image as-is. */
body.home .site-header,
body.front-page .site-header {
  display: none;
}

body.home .hero,
body.front-page .hero {
  position: relative;
  min-height: 0 !important;
  height: auto !important;
  aspect-ratio: 944 / 1792;
  padding: 0 !important;
  overflow: hidden;
  background: #000 !important;
}

body.home .hero::before,
body.front-page .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  background: url("../images/fv-final-sp-lcp.webp") center top / 100% 100% no-repeat !important;
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}

body.home .hero::after,
body.front-page .hero::after {
  content: none !important;
}

body.home .hero-burst,
body.home .hero-grid,
body.front-page .hero-burst,
body.front-page .hero-grid {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
*** End of File

@media (min-width: 901px) {
  body.home .site-header,
  body.front-page .site-header {
    display: block !important;
    position: absolute !important;
    z-index: 40 !important;
    min-height: 92px !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, .98) 0%, rgba(0, 0, 0, .92) 72%, rgba(0, 0, 0, 0) 100%) !important;
  }

  body.home .header-inner,
  body.front-page .header-inner {
    grid-template-columns: 250px minmax(0, 1fr) 220px !important;
    gap: 18px !important;
    min-height: 82px !important;
  }

  body.home .global-nav ul,
  body.front-page .global-nav ul {
    gap: clamp(12px, 1.35vw, 24px) !important;
    justify-content: center !important;
  }

  body.home .global-nav a,
  body.front-page .global-nav a {
    min-height: 42px !important;
    font-size: clamp(11px, .82vw, 14px) !important;
    white-space: nowrap !important;
  }

  body.home .header-search,
  body.front-page .header-search {
    max-width: 220px !important;
    justify-self: end !important;
  }

  body.home > main,
  body.front-page > main,
  body.home > .site-footer,
  body.front-page > .site-footer {
    width: 100% !important;
    max-width: none !important;
  }

  body.home .section-white .container,
  body.front-page .section-white .container,
  body.home .cta-section .container,
  body.front-page .cta-section .container,
  body.home .site-footer .container,
  body.front-page .site-footer .container {
    width: min(1510px, calc(100% - 88px)) !important;
    max-width: 1510px !important;
  }

  body.home .split-layout,
  body.front-page .split-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 34px !important;
  }

  body.home .post-grid,
  body.home .pickup-grid,
  body.front-page .post-grid,
  body.front-page .pickup-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  body.home .category-row,
  body.front-page .category-row {
    display: grid !important;
    grid-template-columns: 220px minmax(0, 1fr) !important;
    gap: 18px !important;
  }

  body.home .category-post-list,
  body.front-page .category-post-list {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  body.home .template-grid,
  body.front-page .template-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  body.home .hero,
  body.front-page .hero {
    width: 100% !important;
    max-width: none !important;
    aspect-ratio: 1792 / 1024 !important;
  }

  body.home .hero::before,
  body.front-page .hero::before {
    background-image: url("../images/fv-final-pc-lcp.webp") !important;
    background-size: 100% 100% !important;
    background-position: center top !important;
  }
}

/* Final TOP search and five-article card list. */
.uomi-search-section {
  background: linear-gradient(135deg, #e50914 0%, #ff4c18 48%, #ff7a1a 100%) !important;
  color: #fff;
  padding: clamp(56px, 7vw, 96px) 0 !important;
}

.uomi-search-section .container,
.top-latest-section .container,
.uomi-category-hub-section .container,
.uomi-number-section .container,
.uomi-ranking-section .container,
.uomi-supervisor-section .container {
  max-width: 1280px;
}

.uomi-search-inner {
  text-align: center;
}

.uomi-search-inner h2 {
  margin: 0 0 30px;
  color: #fff;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  line-height: 1.2;
  font-weight: 900;
}

.uomi-search-inner h2::before {
  content: "竚・;
  margin-right: 12px;
  font-weight: 900;
}

.uomi-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 142px;
  gap: 12px;
  width: min(820px, 100%);
  margin: 0 auto 42px;
}

.uomi-search-form input,
.uomi-search-form button {
  min-height: 64px;
  border-radius: 6px;
  font: inherit;
  font-weight: 800;
}

.uomi-search-form input {
  width: 100%;
  border: 0;
  padding: 0 26px;
  background: #fff;
  color: #111;
  font-size: 1.05rem;
}

.uomi-search-form button {
  border: 2px solid #111;
  background: #111827;
  color: #fff;
  cursor: pointer;
}

.uomi-search-keywords strong {
  display: block;
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  font-weight: 900;
}

.uomi-search-keywords div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.uomi-search-keywords a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border: 2px solid rgba(17, 24, 39, .92);
  border-radius: 999px;
  padding: 0 18px;
  background: #fff;
  color: #111827;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 2px 0 rgba(17, 24, 39, .9);
}

.uomi-search-keywords a::before {
  content: "笳・;
  margin-right: 8px;
  color: #e50914;
}

.uomi-article-list-head {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-bottom: 42px;
  text-align: center;
}

.uomi-article-list-head span {
  color: #111827;
  font-size: clamp(1.1rem, 1.6vw, 1.55rem);
  font-weight: 900;
  letter-spacing: .04em;
}

.uomi-article-list-head h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  line-height: 1.15;
}

.uomi-article-list-head a {
  justify-self: end;
  margin-top: -54px;
  color: #111;
  font-weight: 900;
  text-decoration: none;
}

.uomi-article-list-head a::after {
  content: ">";
  margin-left: 12px;
}

.uomi-latest-list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 52px 46px !important;
}

.uomi-latest-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #111;
}

.uomi-latest-card .uomi-latest-thumb {
  position: relative;
  display: block;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
  margin: 0 0 20px !important;
  overflow: hidden;
  background: #111;
}

.uomi-latest-card .uomi-latest-thumb img,
.uomi-latest-card .uomi-thumb-fallback {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.uomi-latest-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
}

.uomi-latest-card h3 {
  margin: 0 0 28px;
  padding: 0 !important;
  font-size: clamp(1.25rem, 1.6vw, 1.8rem);
  line-height: 1.48;
}

.uomi-latest-card h3 a {
  color: #111827;
  text-decoration: none;
}

.uomi-latest-card h3 a:hover {
  color: #e50914;
}

.uomi-latest-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  margin-top: auto;
  color: #777;
  font-weight: 800;
}

.uomi-latest-card__meta span::before {
  content: "笳・;
  margin-right: 8px;
  color: #e50914;
}

.uomi-latest-card__tag {
  display: inline-flex;
  margin-top: 28px;
  min-height: 34px;
  align-items: center;
  padding: 0 18px;
  border-radius: 999px;
  background: #f4f5f7;
  color: #111827;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 980px) {
  .uomi-latest-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 36px 24px !important;
  }
}

@media (max-width: 680px) {
  .uomi-search-form {
    grid-template-columns: 1fr;
  }

  .uomi-search-form input,
  .uomi-search-form button {
    min-height: 54px;
  }

  .uomi-article-list-head {
    justify-items: start;
    text-align: left;
  }

  .uomi-article-list-head a {
    justify-self: start;
    margin-top: 4px;
  }

  .uomi-latest-list {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }

  .uomi-latest-card h3 {
    font-size: 1.12rem;
  }

  .uomi-latest-card__meta {
    font-size: .86rem;
  }
}

/* Reviewer block */
.uomi-reviewer-block {
  margin: 48px 0;
  border: 2px solid #8d1134;
  background: #fff;
  color: #111;
  box-shadow: 10px 10px 0 rgba(141, 17, 52, 0.12);
}

.uomi-reviewer-block > h2 {
  margin: 0 !important;
  padding: 24px 30px !important;
  background: #8d1134 !important;
  color: #fff !important;
  border: 0 !important;
  font-size: clamp(1.35rem, 2vw, 2rem) !important;
  line-height: 1.35 !important;
}

.uomi-reviewer-block__inner {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 28px;
  padding: 34px 30px 10px;
  align-items: start;
}

.uomi-reviewer-block__avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #141414;
  border: 8px solid #dfff00;
  overflow: hidden;
}

.uomi-reviewer-block__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.uomi-reviewer-block__name {
  margin: 4px 0 20px !important;
  font-weight: 800;
  font-size: clamp(1.45rem, 2.3vw, 2rem);
  line-height: 1.2;
}

.uomi-reviewer-block__title {
  margin: 0 0 16px !important;
  font-weight: 700;
  color: #222;
}

.uomi-reviewer-block__body p:not(.uomi-reviewer-block__name):not(.uomi-reviewer-block__title),
.uomi-reviewer-block__comment {
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 2.05;
}

.uomi-reviewer-block__comment {
  margin: 18px 30px 34px !important;
}

.uomi-reviewer-block__comment strong {
  background: linear-gradient(transparent 58%, #dfff00 58%);
  font-weight: 800;
  padding: 0 2px;
}

@media (max-width: 760px) {
  .uomi-reviewer-block {
    margin: 34px 0;
    box-shadow: 6px 6px 0 rgba(141, 17, 52, 0.12);
  }

  .uomi-reviewer-block > h2 {
    padding: 18px 18px !important;
  }

  .uomi-reviewer-block__inner {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 18px 8px;
  }

  .uomi-reviewer-block__avatar {
    width: 118px;
    height: 118px;
    border-width: 6px;
  }

  .uomi-reviewer-block__comment {
    margin: 14px 18px 24px !important;
  }
}

/* Public-article TOP layout */
.top-latest-section {
  background: #fff;
}

.top-latest-section .container,
.uomi-category-hub-section .container,
.uomi-number-section .container,
.uomi-ranking-section .container,
.uomi-supervisor-section .container {
  max-width: 1280px;
}

.uomi-section-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 12px;
}

.uomi-section-kicker h2 {
  position: relative;
  margin: 0;
  padding-left: 16px;
  font-size: clamp(1.2rem, 1.5vw, 1.6rem);
  line-height: 1.3;
}

.uomi-section-kicker h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: .12em;
  width: 4px;
  height: 1.15em;
  background: #e50914;
}

.uomi-section-kicker a {
  color: #111;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.uomi-section-kicker a::after {
  content: ">";
  margin-left: 12px;
  color: #111;
}

.uomi-latest-list {
  display: grid;
  gap: 12px;
}

.uomi-latest-item {
  display: grid;
  grid-template-columns: 148px 120px minmax(0, 1fr);
  align-items: center;
  min-height: 128px;
  padding: 0;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .04);
  overflow: hidden;
}

.uomi-latest-thumb {
  position: relative;
  display: block;
  width: 148px;
  height: 96px;
  margin-left: 0;
  overflow: hidden;
  background: #111;
}

.uomi-latest-thumb img,
.uomi-thumb-fallback {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.uomi-thumb-fallback {
  background: linear-gradient(135deg, #101010, #e50914);
}

.uomi-latest-thumb span {
  position: absolute;
  left: 9px;
  top: 9px;
  max-width: calc(100% - 18px);
  padding: 5px 10px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: .72rem;
  font-weight: 800;
}

.uomi-latest-item time {
  align-self: end;
  padding: 0 12px 18px;
  color: #777;
  font-weight: 800;
}

.uomi-latest-item h3 {
  margin: 0;
  padding: 0 28px 0 0;
  font-size: clamp(1rem, 1.15vw, 1.18rem);
  line-height: 1.55;
}

.uomi-latest-item h3 a {
  color: #111;
  text-decoration: none;
}

.uomi-latest-item h3 a:hover {
  color: #e50914;
}

.uomi-category-hub-section {
  background: #fff;
  border-top: 1px solid #ededed;
}

.uomi-category-hub-head {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1fr);
  gap: 46px;
  align-items: end;
  margin-bottom: 30px;
}

.uomi-category-hub-head span,
.uomi-supervisor-body > span {
  position: relative;
  display: inline-block;
  margin-bottom: 18px;
  padding-left: 46px;
  color: #111;
  font-weight: 900;
  letter-spacing: .08em;
}

.uomi-category-hub-head span::before,
.uomi-supervisor-body > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 34px;
  height: 3px;
  background: #111;
}

.uomi-category-hub-head h2 {
  margin: 0;
  font-size: clamp(1.8rem, 2.8vw, 3rem);
  line-height: 1.15;
}

.uomi-category-hub-head h2::after {
  content: "";
  display: block;
  width: 176px;
  height: 12px;
  margin-top: 22px;
  background: #e50914;
  transform: skewX(-12deg);
}

.uomi-category-hub-head p {
  margin: 0;
  color: #555;
  font-size: 1.04rem;
  line-height: 2;
}

.uomi-category-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.uomi-category-hub-card {
  position: relative;
  min-height: 286px;
  padding: 26px;
  border: 2px solid #111;
  background: #fff;
  color: #111;
  text-decoration: none;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.uomi-category-hub-card::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -64px;
  width: 150px;
  height: 150px;
  border: 28px solid rgba(229, 9, 20, .09);
  transform: rotate(18deg);
}

.uomi-category-hub-card:hover {
  transform: translateY(-4px);
  border-color: #e50914;
  box-shadow: 10px 10px 0 rgba(229, 9, 20, .12);
}

.uomi-category-hub-card__num {
  display: block;
  color: #e50914;
  -webkit-text-stroke: 1.4px #111;
  text-shadow: 1px 1px 0 #111;
  font-size: clamp(3rem, 4.8vw, 4.8rem);
  font-weight: 900;
  line-height: .9;
}

.uomi-category-hub-card__label {
  display: inline-flex;
  margin: 18px 0 22px;
  padding: 7px 12px;
  background: #e50914;
  color: #fff;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .04em;
}

.uomi-category-hub-card strong {
  display: block;
  margin-bottom: 14px;
  font-size: clamp(1.35rem, 1.8vw, 2rem);
  line-height: 1.25;
}

.uomi-category-hub-card small {
  display: block;
  color: #555;
  font-size: .94rem;
  line-height: 1.75;
}

.uomi-category-hub-card em {
  display: inline-flex;
  margin-top: 22px;
  padding: 8px 12px;
  border: 1px solid #111;
  color: #111;
  font-style: normal;
  font-weight: 900;
}

.uomi-number-section {
  background: linear-gradient(90deg, #fff5f5, #f7f7f7);
}

.uomi-number-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.uomi-number-card {
  min-height: 320px;
  padding: 28px;
  border: 2px solid #151515;
  background: #fff;
  color: #111;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.uomi-number-card__num {
  color: #e50914;
  -webkit-text-stroke: 1.6px #111;
  text-shadow: 1px 1px 0 #111;
  font-size: clamp(3.5rem, 6vw, 5.2rem);
  font-weight: 900;
  line-height: .9;
  letter-spacing: 0;
}

.uomi-number-card__label {
  margin: 18px 0 28px;
  padding: 7px 12px;
  background: #e50914;
  color: #fff;
  font-size: .82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.uomi-number-card strong {
  margin-bottom: 18px;
  color: #e50914;
  -webkit-text-stroke: 1px #111;
  text-shadow: 1px 1px 0 #111;
  font-size: clamp(1.65rem, 2.4vw, 2.7rem);
  line-height: 1.04;
}

.uomi-number-card small {
  color: #555;
  font-size: .96rem;
  line-height: 1.75;
}

.uomi-ranking-section {
  background: #fff;
}

.uomi-ranking-head {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
  gap: 70px;
  align-items: start;
  margin-bottom: 54px;
}

.uomi-ranking-head span {
  position: relative;
  display: inline-block;
  margin-bottom: 28px;
  padding-left: 46px;
  font-weight: 900;
  letter-spacing: .05em;
}

.uomi-ranking-head span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 34px;
  height: 3px;
  background: #111;
}

.uomi-ranking-head h2 {
  margin: 0;
  font-size: clamp(1.8rem, 2.6vw, 2.8rem);
  line-height: 1.2;
}

.uomi-ranking-head h2::after {
  content: "";
  display: block;
  width: 170px;
  height: 14px;
  margin-top: 24px;
  background: #e50914;
  transform: skewX(-12deg);
}

.uomi-ranking-head p {
  margin: 52px 0 0;
  color: #555;
  font-size: 1.05rem;
  line-height: 2;
}

.uomi-ranking-list {
  border-top: 2px solid #111;
}

.uomi-ranking-item {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) 118px 56px;
  gap: 34px;
  align-items: center;
  padding: 34px 0;
  border-bottom: 2px solid #111;
}

.uomi-ranking-item__num {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 2px solid #111;
  background: #e50914;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 900;
}

.uomi-ranking-item h3 {
  margin: 0 0 22px;
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
  line-height: 1.35;
}

.uomi-ranking-item h3 a {
  color: #000;
  text-decoration: none;
}

.uomi-ranking-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.uomi-ranking-meta a,
.uomi-ranking-meta time,
.uomi-ranking-pv {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid #111;
  background: #fff;
  color: #555;
  font-weight: 800;
  text-decoration: none;
}

.uomi-ranking-pv {
  justify-content: center;
  color: #333;
  white-space: nowrap;
}

.uomi-ranking-arrow {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 2px solid #111;
  background: #e50914;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
  text-decoration: none;
}

.uomi-supervisor-section {
  background: #050505;
  color: #fff;
}

.uomi-supervisor-grid {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.18fr);
  gap: 34px;
  align-items: stretch;
}

.uomi-supervisor-card,
.uomi-supervisor-body {
  border: 2px solid rgba(255, 255, 255, .25);
  background: #111;
}

.uomi-supervisor-card {
  position: relative;
  min-height: 430px;
  padding: 40px 34px;
  overflow: hidden;
  box-shadow: 12px 12px 0 #e50914;
}

.uomi-supervisor-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(118deg, rgba(255,255,255,.06) 0, rgba(255,255,255,.06) 1px, transparent 1px, transparent 22px);
  opacity: .42;
}

.uomi-supervisor-card > * {
  position: relative;
  z-index: 1;
}

.uomi-supervisor-avatar {
  display: grid;
  place-items: center;
  width: 126px;
  height: 126px;
  margin-bottom: 30px;
  border: 10px solid #e50914;
  border-radius: 50%;
  background: #050505;
  box-shadow: 0 0 0 6px #fff;
  overflow: hidden;
}

.uomi-supervisor-avatar span {
  color: #fff;
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1;
}

.uomi-supervisor-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.uomi-supervisor-role {
  display: inline-flex;
  margin: 0 0 22px;
  padding: 9px 14px;
  background: #e50914;
  color: #fff;
  font-weight: 900;
  letter-spacing: .05em;
}

.uomi-supervisor-card h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.1;
}

.uomi-supervisor-card p:not(.uomi-supervisor-role) {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-weight: 700;
  line-height: 1.95;
}

.uomi-supervisor-body {
  padding: 42px 42px 38px;
}

.uomi-supervisor-body > span {
  color: #fff;
}

.uomi-supervisor-body > span::before {
  background: #fff;
}

.uomi-supervisor-body h2 {
  margin: 0 0 26px;
  color: #fff;
  font-size: clamp(1.8rem, 2.9vw, 3rem);
  line-height: 1.25;
}

.uomi-supervisor-body p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, .82);
  font-size: 1.02rem;
  line-height: 2.05;
}

.uomi-supervisor-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 22px;
}

.uomi-supervisor-tags b {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .42);
  color: #fff;
  font-size: .86rem;
}

.uomi-supervisor-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  background: #e50914;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 980px) {
  .uomi-category-hub-head,
  .uomi-supervisor-grid {
    grid-template-columns: 1fr;
  }

  .uomi-category-hub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .uomi-number-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .uomi-ranking-head {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .uomi-ranking-head p {
    margin-top: 0;
  }

  .uomi-ranking-item {
    grid-template-columns: 70px minmax(0, 1fr) 52px;
    gap: 18px;
  }

  .uomi-ranking-pv {
    grid-column: 2 / 3;
    grid-row: 2;
    justify-self: start;
  }

  .uomi-ranking-arrow {
    grid-column: 3;
    grid-row: 1 / 3;
  }
}

@media (max-width: 680px) {
  .uomi-section-kicker {
    align-items: flex-start;
  }

  .uomi-category-hub-grid {
    grid-template-columns: 1fr;
  }

  .uomi-category-hub-card {
    min-height: 230px;
  }

  .uomi-supervisor-card {
    min-height: 0;
    padding: 30px 24px;
    box-shadow: 8px 8px 0 #e50914;
  }

  .uomi-supervisor-avatar {
    width: 104px;
    height: 104px;
    border-width: 8px;
  }

  .uomi-supervisor-avatar span {
    font-size: 2.7rem;
  }

  .uomi-supervisor-body {
    padding: 30px 24px;
  }

  .uomi-latest-item {
    grid-template-columns: 128px minmax(0, 1fr);
    min-height: 118px;
  }

  .uomi-latest-thumb {
    grid-row: 1 / 3;
    width: 128px;
    height: 118px;
  }

  .uomi-latest-item time {
    align-self: end;
    padding: 14px 14px 4px;
    font-size: .78rem;
  }

  .uomi-latest-item h3 {
    align-self: start;
    padding: 4px 14px 14px;
    font-size: .92rem;
  }

  .uomi-number-grid {
    grid-template-columns: 1fr;
  }

  .uomi-number-card {
    min-height: 250px;
  }

  .uomi-ranking-item {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 14px;
    padding: 26px 0;
  }

  .uomi-ranking-item__num {
    width: 52px;
    height: 52px;
    font-size: 1.35rem;
  }

  .uomi-ranking-pv {
    grid-column: 2;
    min-height: 32px;
    padding: 0 10px;
    font-size: .8rem;
  }

  .uomi-ranking-arrow {
    grid-column: 2;
    grid-row: 3;
    justify-self: start;
    width: 46px;
    height: 46px;
  }
}

/* Article visual system */
body.single {
  background: #fff !important;
}

body.single .single-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 24%, rgba(229, 9, 20, .46), transparent 30%),
    linear-gradient(135deg, #050505 0%, #141414 62%, #2b0004 100%) !important;
  color: #fff;
}

body.single .single-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 5px;
  background: #e50914;
}

body.single .single-cat {
  border-radius: 0;
  background: #e50914 !important;
  color: #fff !important;
  letter-spacing: .04em;
}

body.single .single-hero h1 {
  color: #fff;
  text-shadow: 0 3px 0 rgba(0, 0, 0, .4);
}

body.single .single-content {
  color: #111;
}

body.single .single-thumb {
  margin: 0 0 34px;
  border: 2px solid #111;
  background: #111;
}

body.single .single-thumb img {
  display: block;
  width: 100%;
  border-radius: 0 !important;
}

body.single .single-content > p {
  margin: 1.05em 0;
}

body.single .single-content a {
  color: #d80012;
  font-weight: 800;
  text-underline-offset: 4px;
}

body.single .single-content h2 {
  position: relative;
  margin: 56px 0 22px !important;
  padding: 18px 20px 18px 26px !important;
  border-left: 0 !important;
  border-top: 2px solid #111;
  border-bottom: 2px solid #111;
  background: #fff;
  color: #111;
  font-size: clamp(1.45rem, 2vw, 2rem) !important;
  line-height: 1.45;
}

body.single .single-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 7px;
  background: #e50914;
}

body.single .single-content h3 {
  margin: 34px 0 14px;
  padding-left: 16px;
  border-left: 4px solid #e50914;
  color: #111;
  font-size: clamp(1.15rem, 1.5vw, 1.45rem);
  line-height: 1.55;
}

body.single .single-content ul,
body.single .single-content ol {
  margin: 22px 0;
  padding: 22px 24px 22px 42px;
  border: 1px solid #e3e3e3;
  background: #fafafa;
}

body.single .single-content li + li {
  margin-top: 8px;
}

.uomi-what-you-learn {
  margin: 0 0 34px;
  padding: 24px 26px;
  border: 2px solid #111;
  border-left: 9px solid #e50914;
  background: #fff;
  box-shadow: 8px 8px 0 rgba(229, 9, 20, .10);
}

.uomi-what-you-learn p,
.uomi-what-you-learn h2,
.uomi-what-you-learn h3 {
  margin-top: 0 !important;
}

.uomi-what-you-learn ul {
  margin: 12px 0 0 !important;
  padding: 0 0 0 22px !important;
  border: 0 !important;
  background: transparent !important;
}

.uomi-practical-note {
  margin: 22px 0;
  padding: 18px 20px;
  border: 1px solid #e6b8bd;
  border-left: 6px solid #e50914;
  background: #fff5f5;
  color: #111;
}

.uomi-practical-note strong {
  display: inline;
  color: #c40010;
}

.uomi-table-wrap {
  margin: 28px 0;
  overflow-x: auto;
  border: 2px solid #111;
  background: #fff;
}

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

.uomi-table th,
.uomi-table td {
  padding: 14px 16px;
  border: 1px solid #222;
  vertical-align: top;
}

.uomi-table th {
  background: #111;
  color: #fff;
  font-weight: 900;
}

.uomi-table tr:nth-child(even) td {
  background: #fafafa;
}

.uomi-reference-box,
.uomi-faq {
  margin: 38px 0;
  padding: 24px 26px;
  border: 2px solid #111;
  background: #fff;
}

.uomi-reference-box__title {
  margin-top: 0 !important;
  color: #e50914;
  font-weight: 900;
}

.uomi-faq h2 {
  margin-top: 0 !important;
}

.uomi-faq h3 {
  margin-top: 24px !important;
}

body.single .article-cta {
  border: 2px solid #111;
  border-radius: 0 !important;
  background: linear-gradient(135deg, #e50914, #8d0008) !important;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, .10);
}

body.single .article-cta .btn {
  border: 2px solid #fff;
  background: #fff;
  color: #d80012;
}

@media (max-width: 760px) {
  body.single .single-content h2 {
    margin-top: 42px !important;
    padding: 15px 16px 15px 22px !important;
  }

  .uomi-what-you-learn,
  .uomi-reference-box,
  .uomi-faq {
    padding: 20px 18px;
  }

  .uomi-table {
    min-width: 560px;
  }
}

/* Final article override: article pages use a readable PC layout, while SP stays narrow. */
@media (min-width: 901px) {
  body.single,
  body.archive,
  body.search {
    background: #fff !important;
  }

  body.single .site-header,
  body.archive .site-header,
  body.search .site-header {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  body.single main,
  body.archive main,
  body.search main,
  body.single .single-wrap,
  body.archive .archive-wrap,
  body.search .archive-wrap {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.single .container,
  body.archive .container,
  body.search .container {
    width: min(1120px, calc(100% - 88px)) !important;
    max-width: 1120px !important;
  }

  body.single .single-content {
    width: min(920px, calc(100% - 88px)) !important;
    max-width: 920px !important;
    font-size: 17px;
    line-height: 2;
  }

  body.single .single-thumb img,
  body.single .single-content > p > img {
    width: 100%;
    border-radius: 10px;
  }

  body.single .single-hero h1 {
    max-width: 980px;
    font-size: clamp(36px, 4vw, 56px);
  }
}

@media (min-width: 901px) {
  body.home main > section:not(.hero) > .container,
  body.front-page main > section:not(.hero) > .container,
  body.home .container.split-layout,
  body.front-page .container.split-layout,
  body.home .container.cta-inner,
  body.front-page .container.cta-inner,
  body.home .site-footer .container,
  body.front-page .site-footer .container {
    width: min(1510px, calc(100% - 88px)) !important;
    max-width: 1510px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.home .container.split-layout,
  body.front-page .container.split-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  }
}

.hero-hotspots {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
}

.hero-hotspot {
  position: absolute;
  display: block;
  border-radius: 7px;
  pointer-events: auto;
  background: rgba(255, 255, 255, 0);
  text-indent: -9999px;
  overflow: hidden;
}

.hero-hotspot:focus-visible {
  outline: 3px solid rgba(255, 255, 255, .9);
  outline-offset: 3px;
}

.hero-hotspot-pickup {
  left: 7.2%;
  top: 51.1%;
  width: 73.2%;
  height: 4.5%;
}

.hero-hotspot-contact {
  left: 7.2%;
  top: 56.5%;
  width: 73.2%;
  height: 4.6%;
}

.hero-menu-logo {
  left: 4%;
  top: 1.5%;
  width: 26%;
  height: 5.2%;
}

.hero-menu-home,
.hero-menu-strategy,
.hero-menu-instagram,
.hero-menu-tiktok,
.hero-menu-case,
.hero-menu-template,
.hero-menu-resources,
.hero-menu-search {
  display: none;
}

.hero-menu-contact {
  right: 4%;
  top: 1.9%;
  width: 7%;
  height: 4.5%;
}

@media (min-width: 901px) {
  .hero-menu-logo,
  .hero-menu-home,
  .hero-menu-strategy,
  .hero-menu-instagram,
  .hero-menu-tiktok,
  .hero-menu-case,
  .hero-menu-template,
  .hero-menu-resources,
  .hero-menu-contact,
  .hero-menu-search {
    display: block;
  }

  .hero-menu-logo {
    left: 1.4%;
    top: 3.2%;
    width: 12.8%;
    height: 6.4%;
  }

  .hero-menu-home {
    left: 19.7%;
    top: 4.6%;
    width: 4.7%;
    height: 5.4%;
  }

  .hero-menu-strategy {
    left: 27.2%;
    top: 4.6%;
    width: 5.7%;
    height: 5.4%;
  }

  .hero-menu-instagram {
    left: 35.2%;
    top: 4.6%;
    width: 7.4%;
    height: 5.4%;
  }

  .hero-menu-tiktok {
    left: 45.2%;
    top: 4.6%;
    width: 6.5%;
    height: 5.4%;
  }

  .hero-menu-case {
    left: 54.7%;
    top: 4.6%;
    width: 4.2%;
    height: 5.4%;
  }

  .hero-menu-template {
    left: 61.6%;
    top: 4.6%;
    width: 6.8%;
    height: 5.4%;
  }

  .hero-menu-resources {
    left: 71.2%;
    top: 4.6%;
    width: 7.6%;
    height: 5.4%;
  }

  .hero-menu-contact {
    left: 81.1%;
    top: 4.6%;
    width: 7.2%;
    height: 5.4%;
  }

  .hero-menu-search {
    left: 90.3%;
    top: 3.4%;
    width: 8.3%;
    height: 6.6%;
  }

  .hero-hotspot-pickup {
    left: 3.6%;
    top: 81.2%;
    width: 20.8%;
    height: 9.6%;
  }

  .hero-hotspot-contact {
    left: 25.7%;
    top: 78.9%;
    width: 21.2%;
    height: 10.2%;
  }
}

/* Final responsive override: PC gets the wide FV, SP keeps the tall FV. */
@media (min-width: 901px) {
  body.home > main,
  body.front-page > main,
  body.home > .site-footer,
  body.front-page > .site-footer {
    width: 100% !important;
    max-width: none !important;
  }

  body.home .hero,
  body.front-page .hero {
    width: 100% !important;
    max-width: none !important;
    aspect-ratio: 1792 / 1024 !important;
  }

  body.home .hero::before,
  body.front-page .hero::before {
    background-image: url("../images/fv-final-pc-lcp.webp") !important;
    background-size: 100% 100% !important;
    background-position: center top !important;
  }
}

/* Final article override: article pages use a readable PC layout, while SP stays narrow. */
@media (min-width: 901px) {
  body.single,
  body.archive,
  body.search {
    background: #fff !important;
  }

  body.single .site-header,
  body.archive .site-header,
  body.search .site-header {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  body.single .container,
  body.archive .container,
  body.search .container {
    width: min(1120px, calc(100% - 88px)) !important;
    max-width: 1120px !important;
  }

  body.single .single-content {
    width: min(920px, calc(100% - 88px)) !important;
    max-width: 920px !important;
    font-size: 17px;
    line-height: 2;
  }

  body.single .single-thumb img,
  body.single .single-content > p > img {
    width: 100%;
    border-radius: 10px;
  }

  body.single .single-hero h1 {
    max-width: 980px;
    font-size: clamp(36px, 4vw, 56px);
  }
}

/* PC uses the supplied wide FV design; SP keeps the tall FV image. */
@media (min-width: 901px) {
  body.home > main,
  body.front-page > main,
  body.home > .site-footer,
  body.front-page > .site-footer {
    width: 100% !important;
    max-width: none !important;
  }

  body.home .hero,
  body.front-page .hero {
    width: 100% !important;
    max-width: none !important;
    aspect-ratio: 1792 / 1024;
  }

  body.home .hero::before,
  body.front-page .hero::before {
    background-image: url("../images/fv-final-pc-lcp.webp") !important;
    background-size: 100% 100% !important;
    background-position: center top !important;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--black);
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  letter-spacing: 0;
}

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

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

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

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--white);
}

.header-inner {
  display: grid;
  grid-template-columns: 310px 1fr 250px;
  align-items: center;
  gap: 24px;
  min-height: 74px;
}

.brand {
  display: inline-grid;
  gap: 2px;
  width: max-content;
}

.brand-main,
.footer-logo {
  color: var(--red);
  font-size: 28px;
  font-weight: 1000;
  line-height: 1;
}

.brand-sub {
  color: var(--white);
  font-size: 14px;
  font-weight: 900;
}

.global-nav ul {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2vw, 34px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.global-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--white);
  font-size: 14px;
  font-weight: 900;
}

.global-nav li:first-child a {
  border-bottom: 4px solid var(--red);
}

.header-search {
  position: relative;
}

.header-search input {
  width: 100%;
  height: 40px;
  padding: 0 44px 0 18px;
  color: var(--white);
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 4px;
  outline: 0;
}

.header-search input::placeholder {
  color: rgba(255, 255, 255, .64);
}

.header-search button {
  position: absolute;
  top: 7px;
  right: 10px;
  width: 26px;
  height: 26px;
  padding: 0;
  background: transparent;
  border: 0;
}

.header-search button:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 3px;
  width: 12px;
  height: 12px;
  border: 2px solid var(--white);
  border-radius: 50%;
}

.header-search button:after {
  content: "";
  position: absolute;
  left: 17px;
  top: 17px;
  width: 10px;
  height: 2px;
  background: var(--white);
  transform: rotate(45deg);
  transform-origin: left center;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 8px;
  background: transparent;
  border: 0;
}

.menu-toggle span {
  display: block;
  height: 3px;
  margin: 8px 0;
  background: var(--white);
  transition: transform .2s ease, opacity .2s ease;
}

.menu-toggle.is-open span:first-child {
  transform: translateY(11px) rotate(45deg);
}

.menu-toggle.is-open span:last-child {
  transform: translateY(-11px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 580px;
  overflow: hidden;
  color: var(--white);
  background: radial-gradient(circle at 74% 36%, rgba(230, 0, 18, .72), rgba(230, 0, 18, .24) 18%, transparent 38%), linear-gradient(110deg, #050505 0%, #050505 38%, #150000 63%, #050505 100%);
  padding: 100px 0 20px;
}

.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 28, 40, .95) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: .16;
  transform: skewX(-12deg) scale(1.2);
}

.hero-burst {
  position: absolute;
  right: -80px;
  top: -60px;
  width: 920px;
  height: 640px;
  background:
    radial-gradient(circle at 35% 48%, rgba(255, 255, 255, .9) 0 2px, transparent 3px),
    radial-gradient(circle at 40% 52%, rgba(255, 0, 18, .95), rgba(255, 0, 18, .35) 22%, transparent 58%);
  filter: contrast(180%);
  opacity: .9;
  transform: rotate(-12deg);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(520px, .95fr) minmax(610px, 1.05fr);
  gap: 42px;
  align-items: center;
}

.eyebrow {
  display: inline-block;
  margin: 0 0 26px;
  padding: 10px 22px;
  border: 1px solid rgba(255, 255, 255, .55);
  color: var(--white);
  font-size: 16px;
  font-weight: 1000;
  transform: skewX(-10deg);
}

.hero h1 {
  margin: 0 0 28px;
  color: var(--white);
  font-size: clamp(54px, 5.4vw, 92px);
  font-style: italic;
  font-weight: 1000;
  line-height: 1.04;
  text-shadow: 0 4px 0 rgba(0, 0, 0, .36);
}

.hero h1 span {
  color: var(--red);
  font-size: 1.15em;
}

.hero-lead {
  max-width: 640px;
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.9;
}

.hero-cta {
  display: flex;
  gap: 18px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 1000;
  line-height: 1.2;
  transition: transform .18s ease, box-shadow .18s ease;
}

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

.btn:after,
.section-head a:after,
.template-card:after,
.plan-list a:after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 22px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.primary {
  color: var(--white);
  background: linear-gradient(180deg, #f70d16, var(--red-dark));
  box-shadow: 0 12px 28px rgba(230, 0, 18, .28);
}

.secondary {
  color: var(--red);
  background: var(--white);
  border: 1px solid rgba(230, 0, 18, .18);
}

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

.phone {
  position: absolute;
  width: 154px;
  height: 298px;
  overflow: hidden;
  background: #111;
  border: 8px solid #080808;
  border-radius: 30px;
  box-shadow: 0 26px 54px rgba(0, 0, 0, .5);
}

.phone-instagram {
  left: 170px;
  top: 52px;
  background: #f8f8f8;
  transform: rotate(-5deg);
}

.phone-tiktok {
  left: 330px;
  top: 30px;
  background: #151515;
  transform: rotate(5deg);
}

.phone-top {
  height: 34px;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.story-row {
  display: flex;
  gap: 6px;
  padding: 10px;
}

.story-row i {
  width: 26px;
  height: 26px;
  border: 3px solid var(--red);
  border-radius: 50%;
  background: #ddd;
}

.feed-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  padding: 0 10px;
}

.feed-grid i {
  height: 46px;
  border-radius: 5px;
  background: linear-gradient(135deg, #cfcfcf, #777);
}

.video-scene {
  height: 180px;
  margin: 26px 12px 12px;
  border-radius: 16px;
  background: radial-gradient(circle at 62% 28%, #f1ede5, transparent 12%), linear-gradient(135deg, #3a261c, #0e0e0e);
}

.phone-tiktok p {
  margin: 0;
  color: var(--white);
  text-align: center;
  font-weight: 1000;
}

.metric-card,
.side-card,
.report-card {
  position: absolute;
  z-index: 2;
  color: var(--ink);
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .24);
}

.metric-card {
  width: 170px;
  min-height: 118px;
  padding: 16px;
  transform: rotate(-7deg);
}

.metric-card b,
.side-card b {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
}

.metric-card strong,
.side-card strong {
  display: block;
  font-size: 29px;
  line-height: 1;
}

.metric-card span,
.side-card span {
  color: var(--red);
  font-size: 11px;
  font-weight: 1000;
}

.metric-card i {
  display: block;
  height: 32px;
  margin-top: 10px;
  background: linear-gradient(135deg, transparent 0 20%, var(--red) 21% 24%, transparent 25% 48%, var(--red) 49% 52%, transparent 53%);
  opacity: .7;
}

.metric-followers {
  left: 12px;
  top: 74px;
}

.metric-engagement {
  left: 44px;
  top: 224px;
}

.side-card {
  right: 58px;
  width: 190px;
  padding: 14px 18px;
  transform: rotate(-6deg);
}

.side-card:after {
  content: "";
  display: block;
  height: 36px;
  margin-top: 10px;
  background: repeating-linear-gradient(90deg, rgba(230, 0, 18, .18) 0 9px, transparent 9px 16px);
}

.leads {
  top: 34px;
}

.profile {
  top: 164px;
}

.report-card {
  right: 28px;
  bottom: 20px;
  width: 360px;
  padding: 16px;
  transform: rotate(4deg);
}

.report-card b {
  display: block;
  margin-bottom: 12px;
  font-size: 13px;
}

.report-card table {
  width: 100%;
  border-collapse: collapse;
  font-size: 11px;
}

.report-card th,
.report-card td {
  padding: 7px 6px;
  border-bottom: 1px solid #e8e8e8;
  text-align: left;
}

.calendar-card {
  position: absolute;
  right: -8px;
  top: 270px;
  width: 260px;
  height: 128px;
  background: linear-gradient(#fff, #f5f5f5);
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .24);
  transform: rotate(4deg);
}

.calendar-card:before {
  content: "";
  display: block;
  height: 100%;
  background-image: linear-gradient(#e7e7e7 1px, transparent 1px), linear-gradient(90deg, #e7e7e7 1px, transparent 1px);
  background-size: 100% 32px, 37px 100%;
}

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

.section {
  padding: 34px 0;
}

.compact-top {
  padding-top: 0;
}

.split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.section-head h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 1000;
  line-height: 1.25;
}

.section-head h2:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 22px;
  margin-right: 12px;
  background: var(--red);
  vertical-align: -4px;
}

.section-head a {
  display: inline-flex;
  align-items: center;
  color: #222;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.section-head a:after {
  width: 6px;
  height: 6px;
  margin-left: 10px;
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.post-card {
  position: relative;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 7px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, .06);
}

.thumb,
.thumb img,
.gradient-thumb {
  display: block;
  width: 100%;
  height: 130px;
  object-fit: cover;
  background: linear-gradient(135deg, #f1f1f1, #aaa);
}

.thumb-report {
  background: linear-gradient(135deg, #f4f4f4 0%, #cfcfcf 42%, #fff 43% 45%, #d5d5d5 46% 100%);
}

.thumb-instagram {
  background: linear-gradient(135deg, #d8d8d8, #886a56);
}

.thumb-tiktok {
  background: linear-gradient(135deg, #0f0f0f, #777);
}

.thumb-calendar {
  background: linear-gradient(135deg, #eee, #bdbdbd);
}

.tag {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  display: inline-flex;
  max-width: calc(100% - 16px);
  padding: 4px 10px;
  overflow: hidden;
  color: #111;
  background: rgba(255, 255, 255, .94);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 1000;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.post-card h3 {
  min-height: 64px;
  margin: 12px 12px 7px;
  font-size: 15px;
  font-weight: 1000;
  line-height: 1.45;
}

.post-card time {
  display: block;
  margin: 0 12px 14px;
  color: #777;
  font-size: 12px;
  font-weight: 700;
}

.learn-box {
  padding-left: 24px;
  border-left: 1px solid var(--line);
}

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

.topic-grid a {
  display: grid;
  min-height: 126px;
  align-content: center;
  justify-items: center;
  gap: 8px;
  padding: 15px 10px;
  text-align: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 7px;
}

.topic-grid b {
  font-size: 16px;
  font-weight: 1000;
}

.topic-grid small {
  color: #333;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
}

.topic-icon {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  color: var(--red);
}

.topic-icon:before,
.topic-icon:after {
  content: "";
  position: absolute;
}

.target:before {
  inset: 4px;
  border: 4px solid var(--red);
  border-radius: 50%;
}

.target:after {
  left: 17px;
  top: 0;
  width: 4px;
  height: 42px;
  background: var(--red);
  box-shadow: 0 0 0 999px transparent;
  transform: rotate(45deg);
}

.camera:before {
  inset: 5px;
  border: 4px solid var(--red);
  border-radius: 10px;
}

.camera:after {
  left: 15px;
  top: 15px;
  width: 12px;
  height: 12px;
  border: 4px solid var(--red);
  border-radius: 50%;
}

.note:before {
  left: 15px;
  top: 3px;
  width: 9px;
  height: 28px;
  background: var(--red);
  transform: skewY(-12deg);
}

.note:after {
  left: 6px;
  bottom: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--red);
}

.chart:before {
  left: 7px;
  bottom: 7px;
  width: 6px;
  height: 18px;
  background: var(--red);
  box-shadow: 11px -10px 0 var(--red), 22px -18px 0 var(--red);
}

.chart:after {
  left: 4px;
  bottom: 4px;
  width: 34px;
  height: 4px;
  background: var(--red);
}

.pen:before {
  left: 10px;
  top: 4px;
  width: 12px;
  height: 30px;
  background: var(--red);
  transform: rotate(45deg);
}

.pen:after {
  left: 27px;
  top: 3px;
  width: 10px;
  height: 10px;
  background: var(--red);
}

.ai:before {
  inset: 7px;
  border: 3px solid var(--red);
  border-radius: 5px;
}

.ai:after {
  content: "AI";
  inset: 12px 0 0;
  color: var(--red);
  font-size: 13px;
  font-weight: 1000;
  text-align: center;
}

.template-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.template-card {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr 14px;
  gap: 10px;
  align-items: center;
  min-height: 92px;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 7px;
}

.template-card span {
  position: relative;
  width: 28px;
  height: 34px;
  border: 3px solid var(--red);
  border-radius: 3px;
}

.template-card span:before,
.template-card span:after {
  content: "";
  position: absolute;
  left: 5px;
  width: 13px;
  height: 3px;
  background: var(--red);
}

.template-card span:before {
  top: 10px;
}

.template-card span:after {
  top: 18px;
}

.template-card b {
  display: block;
  font-size: 15px;
  font-weight: 1000;
}

.template-card small {
  grid-column: 2 / 4;
  color: #555;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
}

.template-card:after {
  grid-column: 3;
  grid-row: 1;
  margin-left: 0;
  color: #111;
}

.plan-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.plan-list a {
  display: grid;
  grid-template-columns: 1fr 14px;
  gap: 7px 14px;
  min-height: 82px;
  padding: 16px 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 7px;
}

.plan-list span {
  color: var(--red);
  font-size: 11px;
  font-weight: 1000;
}

.plan-list b {
  font-size: 14px;
  line-height: 1.45;
}

.plan-list a:after {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  margin-left: 0;
}

.category-articles {
  padding-bottom: 18px;
}

.category-row {
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.category-row:last-child {
  border-bottom: 1px solid var(--line);
}

.category-row-head {
  display: grid;
  align-content: space-between;
  gap: 16px;
  min-height: 150px;
  padding: 18px;
  background: #101010;
  color: var(--white);
  border-radius: 7px;
}

.category-row-head span {
  display: block;
  margin-bottom: 8px;
  color: var(--red);
  font-size: 11px;
  font-weight: 1000;
}

.category-row-head h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 1000;
  line-height: 1.2;
}

.category-row-head p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.65;
}

.category-row-head a {
  display: inline-flex;
  align-items: center;
  width: max-content;
  color: var(--white);
  font-size: 12px;
  font-weight: 1000;
}

.category-row-head a:after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.category-post-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.category-post-card {
  display: grid;
  align-content: start;
  min-height: 150px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 7px;
  box-shadow: 0 5px 16px rgba(0, 0, 0, .05);
}

.category-post-card span {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 12px;
  padding: 4px 10px;
  overflow: hidden;
  color: var(--red);
  background: rgba(230, 0, 18, .08);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 1000;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.category-post-card h4 {
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 1000;
  line-height: 1.55;
}

.category-post-card time {
  margin-top: auto;
  color: #777;
  font-size: 12px;
  font-weight: 800;
}

.category-post-card.is-fallback {
  background: linear-gradient(180deg, #fff, #fafafa);
}

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

.case-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 7px;
}

.case-img {
  height: 150px;
  background: linear-gradient(135deg, #d9d9d9, #888);
}

.case-img.apparel {
  background: repeating-linear-gradient(90deg, #151515 0 18px, #888 18px 28px, #dedede 28px 46px);
}

.case-img.food {
  background: radial-gradient(circle at 60% 42%, #caa171, transparent 18%), linear-gradient(135deg, #231611, #8d6541);
}

.case-img.beauty {
  background: linear-gradient(135deg, #e8e1d8, #a7988a);
}

.case-body {
  padding: 12px;
}

.case-body span {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 4px 10px;
  background: #f2f2f2;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 1000;
}

.case-body h3 {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.45;
}

.case-body p {
  margin: 0;
  color: #555;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

.cta-section {
  padding: 18px 0 34px;
  background: var(--white);
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 84px;
  padding: 20px 42px;
  color: var(--white);
  background: linear-gradient(90deg, var(--red), #c9000c);
  border-radius: 6px;
}

.cta-inner b {
  display: block;
  font-size: 24px;
  font-weight: 1000;
}

.cta-inner p {
  margin: 4px 0 0;
  font-weight: 800;
}

.light {
  min-width: 300px;
}

.site-footer {
  color: var(--white);
  background: linear-gradient(180deg, #111, #050505);
  padding: 36px 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.4fr 1fr;
  gap: 34px;
  align-items: start;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 8px;
}

.footer-grid p {
  margin: 0;
  font-weight: 800;
}

.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav a {
  color: #eee;
  font-size: 13px;
  font-weight: 800;
}

.footer-social span {
  display: block;
  margin-bottom: 12px;
  color: #ddd;
  font-size: 12px;
  font-weight: 900;
}

.footer-social a {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-right: 7px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 1000;
}

.footer-bottom {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  margin-top: 28px;
  color: #aaa;
  font-size: 12px;
}

.footer-bottom p {
  margin: 0;
}

.archive-hero,
.single-hero {
  color: var(--white);
  background: radial-gradient(circle at 76% 30%, rgba(230, 0, 18, .52), transparent 32%), #070707;
  padding: 126px 0 54px;
}

.archive-hero p,
.single-cat {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 6px 12px;
  color: var(--white);
  background: var(--red);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 1000;
}

.archive-hero h1,
.single-hero h1 {
  max-width: 980px;
  margin: 0;
  font-size: 44px;
  font-weight: 1000;
  line-height: 1.2;
}

.archive-hero span,
.single-hero time {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, .74);
  font-weight: 800;
}

.archive-grid {
  grid-template-columns: repeat(3, 1fr);
}

.pagination {
  padding-top: 28px;
}

.pagination .nav-links {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.pagination a,
.pagination span {
  display: inline-grid;
  min-width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 4px;
  font-weight: 900;
}

.pagination .current {
  color: var(--white);
  background: var(--red);
  border-color: var(--red);
}

.single-content {
  width: min(860px, calc(100% - 88px));
  padding: 44px 0 56px;
  background: var(--white);
  font-size: 17px;
  line-height: 2;
}

.single-content h2,
.single-content h3 {
  line-height: 1.45;
}

.single-content h2 {
  margin-top: 42px;
  padding-left: 16px;
  border-left: 5px solid var(--red);
  font-size: 28px;
}

.single-thumb {
  margin-bottom: 32px;
}

.single-thumb img {
  border-radius: 10px;
}

.article-cta {
  margin-top: 44px;
  padding: 28px;
  color: var(--white);
  background: linear-gradient(135deg, var(--red), #990008);
  border-radius: 8px;
  text-align: center;
}

.article-cta b {
  display: block;
  font-size: 22px;
}

.article-cta p {
  margin: 8px 0 20px;
  font-weight: 800;
}

.empty-message {
  grid-column: 1 / -1;
  margin: 0;
  padding: 36px;
  background: #f8f8f8;
  border: 1px solid var(--line);
  border-radius: 8px;
  text-align: center;
  font-weight: 900;
}

@media (max-width: 1180px) {
  .header-inner {
    grid-template-columns: 220px 1fr 210px;
  }

  .global-nav ul {
    gap: 16px;
  }

  .global-nav a {
    font-size: 13px;
  }

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

@media (max-width: 900px) {
  .container,
  .single-content {
    width: min(100% - 30px, 470px);
  }

  .site-header {
    position: absolute;
  }

  .header-inner {
    grid-template-columns: 1fr 46px 46px;
    gap: 12px;
    min-height: 56px;
  }

  .brand-main {
    font-size: 18px;
  }

  .brand-sub {
    font-size: 11px;
  }

  .menu-toggle {
    display: block;
    grid-column: 3;
  }

  .global-nav,
  .header-search {
    display: none;
  }

  .header-search {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .global-nav.is-open,
  .header-search.is-open {
    display: block;
  }

  .global-nav {
    grid-column: 1 / -1;
    grid-row: 3;
    padding: 10px 0 14px;
    background: rgba(5, 5, 5, .96);
    border-top: 1px solid rgba(255, 255, 255, .16);
  }

  .global-nav ul {
    display: grid;
    gap: 0;
  }

  .global-nav a {
    min-height: 38px;
  }

  .hero {
    min-height: auto;
    padding: 76px 0 0;
    background: radial-gradient(circle at 82% 21%, rgba(230, 0, 18, .76), rgba(230, 0, 18, .18) 31%, transparent 56%), #050505;
  }

  .hero-burst {
    right: -260px;
    top: 10px;
    width: 690px;
    height: 500px;
    opacity: .75;
  }

  .hero-grid {
    display: block;
  }

  .eyebrow {
    margin-bottom: 16px;
    padding: 7px 10px;
    font-size: 11px;
  }

  .hero h1 {
    margin-bottom: 18px;
    font-size: 40px;
    line-height: 1.08;
  }

  .hero-lead {
    font-size: 12px;
    line-height: 1.75;
  }

  .hero-cta {
    display: grid;
    gap: 10px;
    margin-top: 20px;
  }

  .btn {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    font-size: 14px;
  }

  .hero-visual {
    height: 282px;
    margin-top: 22px;
  }

  .phone {
    width: 92px;
    height: 178px;
    border-width: 5px;
    border-radius: 18px;
  }

  .phone-instagram {
    left: 118px;
    top: 72px;
  }

  .phone-tiktok {
    left: 205px;
    top: 64px;
  }

  .phone-top {
    height: 20px;
  }

  .story-row {
    gap: 3px;
    padding: 6px;
  }

  .story-row i {
    width: 16px;
    height: 16px;
    border-width: 2px;
  }

  .feed-grid {
    gap: 3px;
    padding: 0 6px;
  }

  .feed-grid i {
    height: 27px;
  }

  .video-scene {
    height: 106px;
    margin: 16px 7px 8px;
    border-radius: 10px;
  }

  .phone-tiktok p {
    font-size: 10px;
  }

  .metric-card {
    width: 118px;
    min-height: 78px;
    padding: 9px;
    border-radius: 7px;
  }

  .metric-card b,
  .side-card b {
    margin-bottom: 5px;
    font-size: 8px;
  }

  .metric-card strong,
  .side-card strong {
    font-size: 19px;
  }

  .metric-card i {
    height: 18px;
    margin-top: 4px;
  }

  .metric-followers {
    left: 0;
    top: 74px;
  }

  .metric-engagement {
    left: 6px;
    top: 166px;
  }

  .side-card {
    right: 4px;
    width: 122px;
    padding: 9px;
    border-radius: 7px;
  }

  .side-card:after {
    height: 22px;
    margin-top: 6px;
    background-size: 11px 100%;
  }

  .leads {
    top: 36px;
  }

  .profile {
    top: 112px;
  }

  .report-card {
    right: 22px;
    bottom: 6px;
    width: 210px;
    padding: 9px;
    border-radius: 7px;
  }

  .report-card b,
  .report-card table {
    font-size: 8px;
  }

  .report-card th,
  .report-card td {
    padding: 4px 3px;
  }

  .calendar-card {
    display: none;
  }

  .section {
    padding: 26px 0;
  }

  .compact-top {
    padding-top: 0;
  }

  .split-layout {
    display: block;
  }

  .section-head {
    margin-bottom: 12px;
  }

  .section-head h2 {
    font-size: 17px;
  }

  .section-head h2:before {
    height: 18px;
    margin-right: 9px;
  }

  .post-grid,
  .pickup-grid,
  .archive-grid {
    display: block;
  }

  .post-card {
    display: grid;
    grid-template-columns: 140px 1fr;
    min-height: 94px;
    margin-bottom: 10px;
  }

  .thumb,
  .thumb img,
  .gradient-thumb {
    height: 94px;
  }

  .post-card h3 {
    min-height: 0;
    margin: 30px 10px 4px;
    font-size: 13px;
    line-height: 1.4;
  }

  .post-card time {
    margin: 0 10px 10px;
    font-size: 11px;
  }

  .tag {
    font-size: 10px;
  }

  .learn-box {
    margin-top: 22px;
    padding-left: 0;
    border-left: 0;
  }

  .topic-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .topic-grid a {
    min-height: 112px;
  }

  .topic-grid b {
    font-size: 15px;
  }

  .topic-grid small {
    font-size: 10px;
  }

  .category-row {
    display: block;
    padding: 14px 0;
  }

  .category-row-head {
    min-height: 0;
    margin-bottom: 10px;
    padding: 15px;
  }

  .category-row-head h3 {
    font-size: 19px;
  }

  .category-row-head p {
    font-size: 12px;
  }

  .category-post-list {
    display: block;
  }

  .category-post-card {
    min-height: 0;
    margin-bottom: 8px;
    padding: 14px;
  }

  .category-post-card h4 {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .template-grid,
  .plan-list,
  .case-grid {
    display: block;
  }

  .template-card,
  .plan-list a {
    min-height: 64px;
    margin-bottom: 8px;
  }

  .case-card {
    display: grid;
    grid-template-columns: 128px 1fr;
    margin-bottom: 10px;
  }

  .case-img {
    height: auto;
    min-height: 118px;
  }

  .case-body {
    padding: 10px;
  }

  .case-body h3 {
    font-size: 13px;
  }

  .case-body p {
    font-size: 11px;
  }

  .cta-inner {
    display: block;
    min-height: 0;
    padding: 20px;
    text-align: center;
  }

  .cta-inner b {
    font-size: 19px;
  }

  .cta-inner p {
    font-size: 12px;
    line-height: 1.6;
  }

  .cta-inner .btn {
    margin-top: 14px;
  }

  .footer-grid {
    display: block;
    text-align: center;
  }

  .footer-nav ul {
    justify-content: center;
    gap: 10px 18px;
    margin: 22px 0;
  }

  .footer-bottom {
    display: grid;
    justify-content: center;
    gap: 10px;
    text-align: center;
  }

  .archive-hero,
  .single-hero {
    padding: 92px 0 38px;
  }

  .archive-hero h1,
  .single-hero h1 {
    font-size: 30px;
  }

  .single-content {
    padding: 30px 0 42px;
    font-size: 15px;
  }

  .single-content h2 {
    font-size: 23px;
  }

  .article-cta {
    padding: 22px 18px;
  }
}

/* Vertical mock mode: keep the site close to the supplied tall SP mock even on desktop. */
@media (min-width: 901px) {
  body {
    background: #000;
  }

  body > .site-header,
  body > main,
  body > .site-footer {
    width: min(100%, 470px);
    margin-right: auto;
    margin-left: auto;
  }

  body > main {
    overflow: hidden;
    background: #fff;
  }

  .container,
  .single-content {
    width: min(100% - 30px, 440px);
  }

  .site-header {
    left: 50%;
    transform: translateX(-50%);
  }

  .header-inner {
    grid-template-columns: 1fr 46px 46px;
    gap: 12px;
    min-height: 56px;
  }

  .brand-main {
    font-size: 18px;
  }

  .brand-sub {
    font-size: 11px;
  }

  .global-nav,
  .header-search {
    display: none;
  }

  .menu-toggle {
    display: block;
    grid-column: 3;
  }

  .global-nav.is-open,
  .header-search.is-open {
    display: block;
  }

  .global-nav {
    grid-column: 1 / -1;
    grid-row: 3;
    padding: 10px 0 14px;
    background: rgba(5, 5, 5, .96);
    border-top: 1px solid rgba(255, 255, 255, .16);
  }

  .global-nav ul {
    display: grid;
    gap: 0;
  }

  .global-nav a {
    min-height: 38px;
  }

  .hero {
    min-height: auto;
    padding: 76px 0 0;
    background: radial-gradient(circle at 82% 21%, rgba(230, 0, 18, .76), rgba(230, 0, 18, .18) 31%, transparent 56%), #050505;
  }

  .hero-burst {
    right: -260px;
    top: 10px;
    width: 690px;
    height: 500px;
    opacity: .8;
  }

  .hero-grid {
    display: block;
  }

  .eyebrow {
    margin-bottom: 16px;
    padding: 7px 10px;
    font-size: 11px;
  }

  .hero h1 {
    margin-bottom: 18px;
    font-size: 40px;
    line-height: 1.08;
  }

  .hero-lead {
    font-size: 12px;
    line-height: 1.75;
  }

  .hero-cta {
    display: grid;
    gap: 10px;
    margin-top: 20px;
  }

  .btn {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    font-size: 14px;
  }

  .hero-visual {
    height: 282px;
    margin-top: 22px;
  }

  .phone {
    width: 92px;
    height: 178px;
    border-width: 5px;
    border-radius: 18px;
  }

  .phone-instagram {
    left: 118px;
    top: 72px;
  }

  .phone-tiktok {
    left: 205px;
    top: 64px;
  }

  .phone-top {
    height: 20px;
  }

  .story-row {
    gap: 3px;
    padding: 6px;
  }

  .story-row i {
    width: 16px;
    height: 16px;
    border-width: 2px;
  }

  .feed-grid {
    gap: 3px;
    padding: 0 6px;
  }

  .feed-grid i {
    height: 27px;
  }

  .video-scene {
    height: 106px;
    margin: 16px 7px 8px;
    border-radius: 10px;
  }

  .phone-tiktok p {
    font-size: 10px;
  }

  .metric-card {
    width: 118px;
    min-height: 78px;
    padding: 9px;
    border-radius: 7px;
  }

  .metric-card b,
  .side-card b {
    margin-bottom: 5px;
    font-size: 8px;
  }

  .metric-card strong,
  .side-card strong {
    font-size: 19px;
  }

  .metric-card i {
    height: 18px;
    margin-top: 4px;
  }

  .metric-followers {
    left: 0;
    top: 74px;
  }

  .metric-engagement {
    left: 6px;
    top: 166px;
  }

  .side-card {
    right: 4px;
    width: 122px;
    padding: 9px;
    border-radius: 7px;
  }

  .side-card:after {
    height: 22px;
    margin-top: 6px;
    background-size: 11px 100%;
  }

  .leads {
    top: 36px;
  }

  .profile {
    top: 112px;
  }

  .report-card {
    right: 22px;
    bottom: 6px;
    width: 210px;
    padding: 9px;
    border-radius: 7px;
  }

  .report-card b,
  .report-card table {
    font-size: 8px;
  }

  .report-card th,
  .report-card td {
    padding: 4px 3px;
  }

  .calendar-card {
    display: none;
  }

  .section {
    padding: 26px 0;
  }

  .compact-top {
    padding-top: 0;
  }

  .split-layout,
  .category-row,
  .category-post-list,
  .template-grid,
  .plan-list,
  .case-grid {
    display: block;
  }

  .section-head {
    margin-bottom: 12px;
  }

  .section-head h2 {
    font-size: 17px;
  }

  .section-head h2:before {
    height: 18px;
    margin-right: 9px;
  }

  .post-grid,
  .pickup-grid,
  .archive-grid {
    display: block;
  }

  .post-card {
    display: grid;
    grid-template-columns: 140px 1fr;
    min-height: 94px;
    margin-bottom: 10px;
  }

  .thumb,
  .thumb img,
  .gradient-thumb {
    height: 94px;
  }

  .post-card h3 {
    min-height: 0;
    margin: 30px 10px 4px;
    font-size: 13px;
    line-height: 1.4;
  }

  .post-card time {
    margin: 0 10px 10px;
    font-size: 11px;
  }

  .tag {
    font-size: 10px;
  }

  .learn-box {
    margin-top: 22px;
    padding-left: 0;
    border-left: 0;
  }

  .topic-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .topic-grid a {
    min-height: 112px;
  }

  .topic-grid b {
    font-size: 15px;
  }

  .topic-grid small {
    font-size: 10px;
  }

  .category-row {
    padding: 14px 0;
  }

  .category-row-head {
    min-height: 0;
    margin-bottom: 10px;
    padding: 15px;
  }

  .category-row-head h3 {
    font-size: 19px;
  }

  .category-row-head p {
    font-size: 12px;
  }

  .category-post-card {
    min-height: 0;
    margin-bottom: 8px;
    padding: 14px;
  }

  .category-post-card h4 {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .template-card,
  .plan-list a {
    min-height: 64px;
    margin-bottom: 8px;
  }

  .cta-inner {
    display: block;
    min-height: 0;
    padding: 20px;
    text-align: center;
  }

  .cta-inner b {
    font-size: 19px;
  }

  .cta-inner p {
    font-size: 12px;
    line-height: 1.6;
  }

  .cta-inner .btn {
    margin-top: 14px;
  }

  .footer-grid {
    display: block;
    text-align: center;
  }

  .footer-nav ul {
    justify-content: center;
    gap: 10px 18px;
    margin: 22px 0;
  }

  .footer-bottom {
    display: grid;
    justify-content: center;
    gap: 10px;
    text-align: center;
  }
}

/* Final FV image mode: keep the supplied completed first-view image intact. */
body.home .site-header,
body.front-page .site-header {
  display: none !important;
}

body.home .hero,
body.front-page .hero {
  position: relative;
  min-height: 0 !important;
  height: auto !important;
  aspect-ratio: 944 / 1792;
  padding: 0 !important;
  overflow: hidden;
  background: #000 !important;
}

body.home .hero::before,
body.front-page .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  background: url("../images/fv-final-sp-lcp.webp") center top / 100% 100% no-repeat !important;
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}

body.home .hero::after,
body.front-page .hero::after {
  content: none !important;
}

body.home .hero-burst,
body.home .hero-grid,
body.front-page .hero-burst,
body.front-page .hero-grid {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Final responsive override: PC gets the wide FV, SP keeps the tall FV. */
@media (min-width: 901px) {
  body.home > main,
  body.front-page > main,
  body.home > .site-footer,
  body.front-page > .site-footer {
    width: 100% !important;
    max-width: none !important;
  }

  body.home .hero,
  body.front-page .hero {
    width: 100% !important;
    max-width: none !important;
    aspect-ratio: 1792 / 1024 !important;
  }

  body.home .hero::before,
  body.front-page .hero::before {
    background-image: url("../images/fv-final-pc-lcp.webp") !important;
    background-size: 100% 100% !important;
    background-position: center top !important;
  }
}

