/*
 * MIGNO TOKYO Trend UI 4.0
 * Visual direction: social trend discovery x beauty editorial.
 */
:root {
  --trend-ink: #17131b;
  --trend-body: #554e5c;
  --trend-muted: #8b8392;
  --trend-pink: #ff5f91;
  --trend-pink-deep: #eb3f77;
  --trend-purple: #7d69ff;
  --trend-blue: #78b9ff;
  --trend-lilac: #eee9ff;
  --trend-blush: #fff0f6;
  --trend-sky: #eef6ff;
  --trend-line: rgba(56, 44, 67, .10);
  --trend-shadow: 0 24px 70px rgba(97, 71, 132, .14);
  --trend-shadow-soft: 0 14px 38px rgba(65, 48, 84, .09);
  --trend-gradient: linear-gradient(135deg, #ff5f91 0%, #9b6fff 54%, #62b7ff 100%);
  --trend-gradient-soft: linear-gradient(135deg, rgba(255, 113, 158, .13), rgba(129, 110, 255, .13) 55%, rgba(104, 189, 255, .12));
}

html { scroll-padding-top: 96px; }
body { color: var(--trend-ink); background: #fff; }
.cp-site-main { padding-top: 84px; overflow: clip; }
.cpulse-home .cp-site-main { padding-top: 0; }
.container { width: min(calc(100% - 48px), 1260px); }

/* Header */
.site-header {
  position: fixed;
  z-index: 120;
  top: 0;
  left: 0;
  width: 100%;
  border: 0;
  background: rgba(255, 255, 255, .90);
  box-shadow: 0 1px 0 rgba(48, 37, 57, .06);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  transition: background .25s ease, box-shadow .25s ease, transform .25s ease;
}
.cpulse-home .site-header:not(.is-scrolled) { background: transparent; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; }
body.admin-bar .site-header { top: 32px; }
.header-main {
  min-height: 84px;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 48px;
  align-items: center;
  gap: 28px;
}
.site-logo { justify-self: start; }
.site-logo-image-header { width: 164px; }
.desktop-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(20px, 2.5vw, 40px); }
.desktop-nav a { position: relative; color: #322c36; font-size: 13px; font-weight: 700; letter-spacing: .02em; }
.desktop-nav a::after { content: ""; position: absolute; left: 50%; bottom: -9px; width: 0; height: 2px; border-radius: 999px; background: var(--trend-gradient); transform: translateX(-50%); transition: width .2s ease; }
.desktop-nav a:hover::after { width: 100%; }
.header-menu-button { display: none; }
.header-search-toggle {
  width: 44px; height: 44px; display: grid; place-items: center;
  border: 1px solid rgba(67, 54, 78, .08); border-radius: 50%;
  background: rgba(255, 255, 255, .72); color: var(--trend-ink);
  box-shadow: 0 8px 24px rgba(71, 55, 91, .08);
}
.header-search-toggle:hover, .header-search-toggle[aria-expanded="true"] { background: var(--trend-ink); color: #fff; }
.header-search-toggle svg { width: 20px; height: 20px; }
.header-search-panel { position: absolute; top: 100%; left: 0; width: 100%; padding: 0 0 18px; opacity: 0; transform: translateY(-8px); pointer-events: none; transition: .2s ease; }
.header-search-panel.open { opacity: 1; transform: translateY(0); pointer-events: auto; }
.header-search-panel-inner { display: flex; justify-content: flex-end; }
.header-expanded-search {
  width: min(620px, 100%); height: 58px; display: flex; align-items: center; gap: 12px;
  padding: 7px 8px 7px 18px; border: 1px solid rgba(79, 62, 93, .11); border-radius: 18px;
  background: rgba(255, 255, 255, .98); box-shadow: var(--trend-shadow-soft);
}
.header-expanded-search svg { width: 20px; color: #877d8d; }
.header-expanded-search input { min-width: 0; width: 100%; border: 0; outline: 0; background: transparent; font-size: 14px; }
.header-expanded-search button { height: 42px; padding: 0 23px; border: 0; border-radius: 13px; background: var(--trend-gradient); color: #fff; font-weight: 800; }
.mobile-menu { border: 0; background: rgba(255, 255, 255, .98); box-shadow: 0 18px 45px rgba(45, 34, 55, .10); }
.mobile-menu-inner a { border-color: rgba(61, 48, 73, .08); }

/* Hero */
.trend-hero {
  position: relative;
  isolation: isolate;
  min-height: 790px;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 11%, rgba(255, 255, 255, .96) 0 18%, transparent 43%),
    radial-gradient(circle at 78% 18%, rgba(179, 198, 255, .67) 0, transparent 34%),
    radial-gradient(circle at 62% 72%, rgba(255, 168, 211, .48) 0, transparent 37%),
    linear-gradient(132deg, #fff9fc 0%, #f8efff 43%, #edf5ff 100%);
}
.trend-hero::before {
  content: ""; position: absolute; z-index: -2; inset: 0;
  background-image:
    radial-gradient(circle at 13% 24%, rgba(255,255,255,.92) 0 2px, transparent 3px),
    radial-gradient(circle at 51% 14%, rgba(255,255,255,.85) 0 3px, transparent 4px),
    radial-gradient(circle at 89% 33%, rgba(255,255,255,.85) 0 2px, transparent 3px),
    radial-gradient(circle at 72% 84%, rgba(255,255,255,.82) 0 3px, transparent 4px);
  background-size: 240px 220px, 360px 330px, 320px 300px, 420px 370px;
  opacity: .72;
}
.trend-hero::after { content: ""; position: absolute; z-index: -2; inset: auto -12% -48% -12%; height: 72%; background: radial-gradient(ellipse at center, rgba(255,255,255,.92), transparent 66%); filter: blur(12px); }
.trend-hero-grid { min-height: 790px; display: grid; grid-template-columns: minmax(0, .96fr) minmax(520px, 1.04fr); align-items: center; gap: 26px; padding-top: 112px; padding-bottom: 58px; }
.trend-hero-copy { position: relative; z-index: 4; max-width: 640px; }
.trend-brand-kicker { display: grid; gap: 5px; margin-bottom: 36px; }
.trend-brand-kicker span { color: #a878ef; font-size: 13px; font-weight: 900; letter-spacing: .13em; }
.trend-brand-kicker b { color: #423b49; font-size: 12px; letter-spacing: .14em; }
.trend-hero h1 { margin: 0; font-size: clamp(44px, 4.45vw, 64px); line-height: 1.32; letter-spacing: -.055em; }
.hero-title-line { display: block; }
@media (min-width: 961px) { .hero-title-line { white-space: nowrap; } }
.trend-hero h1 em { font-style: normal; color: transparent; background: linear-gradient(100deg, #ff4f86 0%, #f5579d 37%, #7f69ff 84%); -webkit-background-clip: text; background-clip: text; }
.trend-hero-copy > p { max-width: 580px; margin: 27px 0 0; color: #4e4654; font-size: 15px; line-height: 2; font-weight: 500; }
.trend-hero .hero-search { max-width: 650px; height: 70px; margin-top: 34px; padding: 8px 9px 8px 24px; gap: 14px; border: 1px solid rgba(63, 49, 75, .08); border-radius: 999px; box-shadow: 0 22px 55px rgba(80, 60, 101, .15); }
.trend-hero .hero-search svg { width: 23px; height: 23px; }
.trend-hero .hero-search input { font-size: 15px; }
.trend-hero .hero-search button { width: 54px; height: 54px; display: grid; place-items: center; padding: 0; border-radius: 50%; background: var(--trend-gradient); box-shadow: 0 10px 24px rgba(233, 71, 128, .25); }
.trend-hero .hero-search button svg { width: 21px; height: 21px; color: #fff; }
.trend-hero .hero-trends { margin-top: 18px; gap: 9px; }
.trend-hero .hero-trends button { padding: 9px 14px; border-color: rgba(238, 104, 150, .36); color: #e64d80; background: rgba(255,255,255,.58); backdrop-filter: blur(9px); font-size: 11px; }
.trend-hero .hero-trends button:hover { color: #fff; border-color: transparent; background: var(--trend-gradient); transform: translateY(-1px); }
.trend-hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(4px); opacity: .85; }
.trend-hero-glow-one { width: 420px; height: 420px; top: 8%; right: 18%; background: radial-gradient(circle, rgba(255,255,255,.9), rgba(255,152,207,.22) 46%, transparent 70%); }
.trend-hero-glow-two { width: 500px; height: 500px; right: -7%; bottom: -14%; background: radial-gradient(circle, rgba(153,185,255,.58), rgba(147,106,255,.18) 50%, transparent 72%); }
.trend-wave { position: absolute; z-index: -1; border-radius: 50%; border: 1px solid rgba(255,255,255,.7); transform: rotate(-14deg); filter: blur(.2px); }
.trend-wave-one { width: 780px; height: 210px; left: -10%; bottom: 1%; box-shadow: 0 0 38px rgba(255, 112, 174, .20), inset 0 0 34px rgba(255,255,255,.55); }
.trend-wave-two { width: 980px; height: 260px; right: -15%; bottom: -5%; border-color: rgba(150,123,255,.22); box-shadow: 0 0 55px rgba(117, 104, 255, .17); }

.trend-hero-visual { position: relative; min-height: 650px; align-self: end; }
.phone-shell {
  position: absolute; z-index: 4; right: 78px; bottom: -145px;
  width: 385px; height: 690px; padding: 10px; border-radius: 55px;
  background: linear-gradient(145deg, #111 0%, #4a4650 48%, #0d0d0f 100%);
  box-shadow: 0 42px 85px rgba(42, 31, 61, .30), inset 0 0 0 2px rgba(255,255,255,.28);
  transform: rotate(8deg);
}
.phone-shell::after { content: ""; position: absolute; inset: 4px; border: 1px solid rgba(255,255,255,.34); border-radius: 51px; pointer-events: none; }
.phone-side-button { position: absolute; right: -5px; top: 145px; width: 5px; height: 98px; border-radius: 0 4px 4px 0; background: #403d43; }
.phone-screen { position: relative; width: 100%; height: 100%; overflow: hidden; padding: 62px 25px 24px; border-radius: 46px; background: #fff; }
.phone-notch { position: absolute; top: 12px; left: 50%; width: 132px; height: 31px; border-radius: 999px; background: #08080a; transform: translateX(-50%); }
.phone-topbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.phone-topbar b { font-size: 20px; letter-spacing: -.04em; }
.phone-topbar span { display: grid; place-items: center; width: 31px; height: 31px; color: #635d67; }
.phone-topbar svg { width: 20px; height: 20px; }
.phone-tabs { display: flex; gap: 6px; margin-top: 18px; padding-bottom: 16px; border-bottom: 1px solid #f0edf1; }
.phone-tabs span { padding: 7px 12px; border-radius: 999px; background: #f7f5f8; color: #8f8792; font-size: 9px; font-weight: 800; }
.phone-tabs .active { color: var(--trend-pink-deep); background: #fff0f5; }
.phone-ranking-list { display: grid; }
.phone-rank-row { min-height: 124px; display: grid; grid-template-columns: 27px 72px minmax(0,1fr); grid-template-rows: 1fr auto; align-items: center; column-gap: 11px; padding: 15px 0; border-bottom: 1px solid #f0edf1; color: var(--trend-ink); }
.phone-rank-number { grid-row: 1 / 3; align-self: start; width: 26px; height: 34px; display: grid; place-items: center; clip-path: polygon(50% 0, 93% 20%, 100% 72%, 50% 100%, 0 72%, 7% 20%); color: #fff; font-size: 12px; font-weight: 900; background: linear-gradient(145deg,#ffb757,#ff7f68); }
.phone-rank-number.rank-2 { background: linear-gradient(145deg,#8d83ff,#6f5ce6); }
.phone-rank-number.rank-3 { background: linear-gradient(145deg,#e7a06c,#c77c50); }
.phone-rank-image { grid-row: 1 / 3; width: 72px; height: 82px; display: grid; place-items: center; overflow: hidden; border-radius: 13px; background: linear-gradient(145deg,#faf8fb,#f1edf5); }
.phone-rank-image img { width: 84%; height: 84%; object-fit: contain; }
.phone-rank-image i { width: 26px; height: 56px; border-radius: 9px 9px 12px 12px; background: linear-gradient(180deg,#fff,#eee7f1); box-shadow: 0 7px 16px rgba(72,55,82,.13); }
.phone-rank-copy { align-self: end; min-width: 0; }
.phone-rank-copy b { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: 13px; line-height: 1.45; }
.phone-rank-copy small { display: block; overflow: hidden; margin-top: 5px; color: #968e99; font-size: 8px; white-space: nowrap; text-overflow: ellipsis; }
.phone-rank-score { grid-column: 3; justify-self: end; display: inline-flex; align-items: center; gap: 3px; color: var(--trend-pink); font-size: 11px; font-weight: 900; }
.phone-rank-score svg { width: 13px; height: 13px; fill: currentColor; stroke: none; }
.phone-more { height: 44px; margin-top: 19px; display: flex; align-items: center; justify-content: center; gap: 5px; color: var(--trend-pink); font-size: 11px; font-weight: 900; }
.phone-more svg { width: 15px; height: 15px; }
.trend-orb { position: absolute; z-index: 8; left: 25px; top: 280px; width: 150px; height: 150px; display: grid; align-content: center; justify-items: center; gap: 7px; border-radius: 50%; background: linear-gradient(145deg,#ff7da8 0%,#f46fbb 47%,#8776ff 100%); color: #fff; box-shadow: 0 26px 58px rgba(191, 76, 158, .26); text-align: center; }
.trend-orb span { width: 26px; height: 26px; }
.trend-orb svg { width: 100%; height: 100%; fill: currentColor; stroke: none; }
.trend-orb b { font-size: 14px; line-height: 1.55; }
.float-bubble, .float-social, .float-arrow { position: absolute; z-index: 7; display: grid; place-items: center; filter: drop-shadow(0 16px 22px rgba(76,55,102,.17)); animation: cpTrendFloat 5.5s ease-in-out infinite; }
.float-bubble { width: 78px; height: 68px; border-radius: 22px; color: #fff; }
.float-bubble svg { width: 31px; height: 31px; fill: currentColor; stroke: none; }
.float-heart { left: 58px; top: 102px; background: linear-gradient(145deg,#ff8eb8,#c17aff); transform: rotate(10deg); }
.float-hash { left: 6px; bottom: 170px; width: 70px; height: 70px; background: linear-gradient(145deg,#ece4ff,#a893ff); font-size: 38px; font-weight: 900; animation-delay: -.8s; }
.float-social { width: 67px; height: 67px; border-radius: 21px; color: #fff; font-size: 19px; font-weight: 900; }
.float-instagram { right: 0; top: 136px; background: radial-gradient(circle at 30% 95%,#ffd15b 0 18%,#f85f7d 43%,#9d4edd 70%,#5377ef 100%); animation-delay: -.4s; }
.float-x { right: 10px; top: 310px; border-radius: 50%; background: #0d0d0f; animation-delay: -1.2s; }
.float-tiktok { right: 22px; bottom: 72px; border-radius: 50%; background: #0a0a0d; color: #61f4ec; text-shadow: 3px 2px 0 #ff3f77; font-size: 28px; animation-delay: -2s; }
.float-arrow { right: 35px; bottom: 218px; width: 98px; height: 120px; color: #ff5f91; animation-delay: -.7s; }
.float-arrow svg { width: 100%; height: 100%; stroke-width: 2.7; }
@keyframes cpTrendFloat { 0%,100% { translate: 0 0; } 50% { translate: 0 -12px; } }

/* Seasonal focus */
.season-focus { position: relative; z-index: 5; padding: 34px 0 52px; background: #fff; }
.season-focus-inner { display: grid; grid-template-columns: minmax(260px,.78fr) minmax(0,1.45fr); gap: 34px; align-items: stretch; padding: 28px; border: 1px solid rgba(77,59,91,.08); border-radius: 30px; background: linear-gradient(120deg,#fff 0%,#fff8fb 42%,#f4f1ff 100%); box-shadow: var(--trend-shadow-soft); }
.season-focus-copy { padding: 16px 12px; }
.section-label { color: #aa77ef; letter-spacing: .16em; }
.season-focus-copy h2 { margin: 9px 0 10px; font-size: 31px; letter-spacing: -.04em; }
.season-focus-copy p { margin: 0; color: var(--trend-body); font-size: 12px; line-height: 1.85; }
.gradient-link { min-height: 44px; margin-top: 20px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 0 19px; border-radius: 999px; background: var(--trend-gradient); color: #fff; font-size: 11px; font-weight: 900; box-shadow: 0 11px 25px rgba(221,74,136,.18); }
.gradient-link svg { width: 15px; height: 15px; }
.season-focus-products { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 11px; }
.season-product, .season-topic { min-width: 0; padding: 12px; border: 1px solid rgba(81,63,95,.07); border-radius: 20px; background: rgba(255,255,255,.83); box-shadow: 0 9px 24px rgba(60,45,74,.06); text-align: left; }
.season-product:hover, .season-topic:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(77,57,96,.12); }
.season-product > span { height: 112px; display: grid; place-items: center; overflow: hidden; border-radius: 14px; background: linear-gradient(145deg,#fff9fb,#f0edff); }
.season-product img { width: 85%; height: 85%; object-fit: contain; }
.season-product i { width: 35px; height: 74px; border-radius: 10px; background: linear-gradient(180deg,#fff,#ede8f1); }
.season-product small { display: block; margin-top: 10px; color: #9a919e; font-size: 8px; font-weight: 800; }
.season-product b { display: -webkit-box; margin-top: 3px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: 10px; line-height: 1.5; }
.season-topic { min-height: 164px; display: grid; align-content: center; }
.season-topic span { color: var(--trend-pink); font-size: 10px; font-weight: 900; }
.season-topic b { margin-top: 18px; font-size: 14px; }
.season-topic small { margin-top: 6px; color: var(--trend-muted); font-size: 9px; }

/* Discovery and sections */
.category-section { padding: 48px 0 52px; border: 0; background: #fff; }
.section { padding: 82px 0; }
.section-heading h2 { font-size: clamp(27px,3vw,38px); }
.section-heading p { color: var(--trend-muted); font-size: 13px; }
.category-list { gap: 12px; }
.category-link { flex-basis: 144px; min-height: 98px; border-color: rgba(75,58,88,.08); border-radius: 20px; background: linear-gradient(145deg,#fff,#fbf9ff); box-shadow: 0 8px 24px rgba(69,51,83,.05); }
.category-link span { color: #a879ef; }
.category-link.active, .category-link:hover { border-color: transparent; background: var(--trend-gradient); color: #fff; box-shadow: 0 15px 34px rgba(141,94,222,.22); transform: translateY(-2px); }
.category-link.active span, .category-link.active small, .category-link:hover span, .category-link:hover small { color: #fff; }
.ranking-section { background: linear-gradient(180deg,#faf8ff 0%,#fff 100%); }
.segmented-tabs { padding: 5px; border-color: rgba(76,60,89,.08); box-shadow: 0 8px 24px rgba(63,49,76,.05); }
.segmented-tabs button { height: 38px; padding: 0 17px; }
.segmented-tabs button.active { background: var(--trend-gradient); box-shadow: 0 8px 18px rgba(208,75,150,.18); }
.product-grid { gap: 18px; }
.product-card { overflow: hidden; border: 1px solid rgba(64,49,77,.07); border-radius: 25px; background: #fff; box-shadow: 0 12px 32px rgba(58,43,73,.07); transition: transform .22s ease, box-shadow .22s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(73,53,94,.14); }
.product-image-wrap { height: 258px; border-radius: 0; background: linear-gradient(145deg, color-mix(in srgb, var(--product-soft) 82%, #fff), #f8f5ff); }
.product-image-wrap::after { content: ""; position: absolute; inset: auto -25% -48% -25%; height: 76%; border-radius: 50%; background: rgba(255,255,255,.62); filter: blur(8px); }
.product-image-link { position: relative; z-index: 1; }
.product-rank { min-width: 42px; height: 38px; border-radius: 13px; background: var(--trend-gradient); box-shadow: 0 10px 22px rgba(207,69,139,.23); }
.product-trend-badge { border: 0; background: rgba(255,255,255,.89); color: var(--trend-pink-deep); box-shadow: 0 8px 20px rgba(68,49,83,.09); }
.favorite-button { border: 0; box-shadow: 0 8px 18px rgba(67,49,83,.09); }
.favorite-button.active { background: var(--trend-pink); color: #fff; }
.product-card-body { padding: 18px 18px 20px; }
.product-card-meta span { color: #9b73dc; }
.product-card h3 { font-size: 15px; }
.product-stat-row { border-color: rgba(68,52,80,.08); }
.product-stat-row .trend-value, .organic-row b { color: var(--trend-pink-deep); }
.organic-track i { background: var(--trend-gradient); }
.product-tags span, .voice-tags span { border: 0; background: #f5f1ff; color: #796a8a; }
.product-reason { border-left-color: #a47cf7; background: linear-gradient(90deg,#faf7ff,transparent); }
.outline-link { min-height: 46px; border-color: rgba(75,57,88,.12); border-radius: 999px; padding-inline: 22px; }
.outline-link:hover { border-color: transparent; background: var(--trend-gradient); color: #fff; }

.social-section { position: relative; background: #fff; }
.social-section::before { content: ""; position: absolute; top: 40px; left: -130px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle,rgba(255,116,170,.14),transparent 67%); pointer-events: none; }
.social-voice-card { border: 1px solid rgba(72,55,85,.07); border-radius: 24px; box-shadow: 0 12px 34px rgba(61,45,76,.07); }
.social-voice-card:hover { transform: translateY(-4px); box-shadow: 0 22px 48px rgba(71,51,91,.13); }
.platform-badge { box-shadow: 0 8px 18px rgba(61,44,77,.11); }
.voice-status { border: 0; background: #f3effb; }
.voice-product { border-color: rgba(78,61,91,.07); border-radius: 16px; background: linear-gradient(145deg,#fff,#fbf9ff); }
.voice-summary-label { color: #a476e9; }
.voice-card-foot a { color: var(--trend-pink-deep); }

.insight-section { border: 0; background: linear-gradient(140deg,#faf8ff 0%,#fff4f8 48%,#f4f8ff 100%); }
.insight-grid { gap: 20px; }
.insight-panel { border: 1px solid rgba(70,53,83,.07); border-radius: 28px; background: rgba(255,255,255,.84); box-shadow: 0 16px 44px rgba(69,49,89,.08); backdrop-filter: blur(10px); }
.keyword-ranking li, .compact-ranking a { border-color: rgba(69,52,82,.07); }
.keyword-ranking li > span { background: var(--trend-gradient); color: #fff; }
.keyword-ranking em, .compact-rank-score { color: var(--trend-pink-deep); }
.guide-cards { gap: 16px; }
.guide-cards article { border-color: rgba(69,52,82,.07); border-radius: 25px; box-shadow: 0 12px 34px rgba(61,45,76,.06); }
.guide-icon { color: #8c72ef; background: linear-gradient(145deg,#f8eaff,#eaf4ff); }

/* Inner pages */
.archive-hero, .cp-page-hero { padding-top: 68px; background: linear-gradient(135deg,#fff8fc,#f2efff 58%,#edf6ff); }
.archive-hero h1, .cp-page-hero h1 { font-size: clamp(34px,4vw,52px); }
.archive-search { border-color: rgba(72,55,85,.09); border-radius: 18px; box-shadow: var(--trend-shadow-soft); }
.archive-search button, .primary-button, .cp-primary-button { border: 0; background: var(--trend-gradient); box-shadow: 0 10px 24px rgba(208,71,145,.18); }
.product-detail { background: linear-gradient(180deg,#fff 0%,#fbfaff 100%); }
.product-detail-image { border: 1px solid rgba(72,55,85,.07); border-radius: 28px; box-shadow: var(--trend-shadow-soft); }
.product-detail-meta span, .product-detail-tags span { border: 0; background: #f4efff; color: #766589; }
.detail-metrics, .detail-panel, .trend-reason-box, .detail-source-block { border-color: rgba(71,54,84,.07); border-radius: 22px; box-shadow: 0 10px 30px rgba(62,46,77,.05); }
.detail-source-bar i.x, .source-dot.x { background: #242129; }
.detail-source-bar i.instagram, .source-dot.instagram { background: linear-gradient(90deg,#ffb454,#ed5682,#865ddd); }
.detail-source-bar i.tiktok, .source-dot.tiktok { background: #55d9e7; }
.secondary-button { border-radius: 999px; }
.amazon-button { border-radius: 999px; }
.cp-pagination .page-numbers.current { background: var(--trend-gradient); }

/* Footer */
.footer-search-block { border: 0; background: linear-gradient(115deg,#fff2f7,#f2efff 58%,#eef6ff); }
.footer-search-inner { padding-block: 48px; }
.footer-search { border-color: rgba(66,50,79,.08); border-radius: 999px; box-shadow: var(--trend-shadow-soft); }
.footer-search button { border-radius: 999px; background: var(--trend-gradient); }
.site-footer { background: radial-gradient(circle at 78% 5%,rgba(117,88,229,.30),transparent 28%),linear-gradient(145deg,#17121c 0%,#241a33 58%,#172039 100%); }
.footer-operator, .footer-note { border-color: rgba(255,255,255,.10); }
.footer-disclosures { border-color: rgba(255,255,255,.09); background: rgba(255,255,255,.035); }

@media (max-width: 1180px) {
  .header-main { grid-template-columns: 185px minmax(0,1fr) 44px; gap: 20px; }
  .desktop-nav { gap: 22px; }
  .trend-hero-grid { grid-template-columns: minmax(0,.92fr) minmax(470px,1.08fr); }
  .phone-shell { right: 40px; width: 350px; height: 650px; }
  .trend-orb { left: 4px; }
  .float-instagram, .float-x, .float-tiktok { right: -7px; }
}

@media (max-width: 960px) {
  .desktop-nav { display: none; }
  .header-main { grid-template-columns: 44px minmax(0,1fr) 44px; }
  .header-menu-button { display: grid; width: 44px; height: 44px; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.65); color: var(--trend-ink); }
  .site-logo { justify-self: center; }
  .site-logo-image-header { width: 152px; }
  .mobile-menu.open { display: block; }
  .trend-hero { min-height: auto; }
  .trend-hero-grid { min-height: 920px; grid-template-columns: 1fr; align-content: start; gap: 0; padding-top: 132px; padding-bottom: 0; }
  .trend-hero-copy { max-width: 680px; }
  .trend-hero-visual { min-height: 560px; margin-top: -30px; }
  .phone-shell { right: 17%; bottom: -155px; }
  .trend-orb { left: 16%; top: 190px; }
  .float-heart { left: 22%; top: 40px; }
  .float-hash { left: 13%; bottom: 90px; }
  .float-instagram { right: 11%; top: 75px; }
  .float-x { right: 9%; top: 235px; }
  .float-tiktok { right: 13%; bottom: 30px; }
  .float-arrow { right: 10%; bottom: 160px; }
  .season-focus-inner { grid-template-columns: 1fr; }
}

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

@media (max-width: 760px) {
  html { scroll-padding-top: 70px; }
  .container { width: min(calc(100% - 28px),1260px); }
  .cp-site-main { padding-top: 68px; }
  .cpulse-home .cp-site-main { padding-top: 0; }
  .header-main { min-height: 68px; }
  .site-logo-image-header { width: 132px; }
  .header-menu-button, .header-search-toggle { width: 40px; height: 40px; background: rgba(255,255,255,.55); }
  .header-search-panel { padding: 0 0 11px; }
  .header-expanded-search { height: 50px; padding-left: 14px; border-radius: 15px; }
  .header-expanded-search button { height: 38px; padding: 0 16px; }

  .trend-hero-grid { min-height: 850px; padding-top: 112px; }
  .trend-brand-kicker { margin-bottom: 23px; }
  .trend-brand-kicker span { font-size: 10px; }
  .trend-brand-kicker b { font-size: 9px; }
  .trend-hero h1 { font-size: clamp(38px,11vw,50px); line-height: 1.36; }
  .trend-hero-copy > p { margin-top: 19px; font-size: 12px; line-height: 1.85; }
  .trend-hero .hero-search { height: 58px; margin-top: 24px; padding-left: 18px; }
  .trend-hero .hero-search input { font-size: 12px; }
  .trend-hero .hero-search button { width: 46px; height: 46px; }
  .trend-hero .hero-trends { flex-wrap: nowrap; margin-right: -14px; overflow-x: auto; padding-right: 14px; scrollbar-width: none; }
  .trend-hero .hero-trends::-webkit-scrollbar { display: none; }
  .trend-hero .hero-trends button { flex: 0 0 auto; padding: 8px 12px; font-size: 9px; }
  .trend-hero-visual { min-height: 400px; margin-top: 12px; }
  .phone-shell { right: -42px; bottom: -235px; width: 270px; height: 500px; padding: 7px; border-radius: 42px; transform: rotate(5deg); }
  .phone-shell::after { border-radius: 38px; }
  .phone-screen { padding: 47px 17px 16px; border-radius: 36px; }
  .phone-notch { top: 9px; width: 96px; height: 23px; }
  .phone-topbar b { font-size: 14px; }
  .phone-tabs { margin-top: 12px; padding-bottom: 11px; }
  .phone-tabs span { padding: 5px 8px; font-size: 6px; }
  .phone-tabs span:nth-child(4) { display: none; }
  .phone-rank-row { min-height: 88px; grid-template-columns: 20px 51px minmax(0,1fr); column-gap: 7px; padding: 9px 0; }
  .phone-rank-number { width: 20px; height: 27px; font-size: 8px; }
  .phone-rank-image { width: 51px; height: 59px; border-radius: 9px; }
  .phone-rank-copy b { font-size: 9px; }
  .phone-rank-copy small { margin-top: 3px; font-size: 5px; }
  .phone-rank-score { font-size: 7px; }
  .phone-rank-score svg { width: 9px; height: 9px; }
  .phone-more { height: 32px; margin-top: 7px; font-size: 7px; }
  .trend-orb { left: 1%; top: 92px; width: 104px; height: 104px; }
  .trend-orb span { width: 19px; height: 19px; }
  .trend-orb b { font-size: 10px; }
  .float-heart { left: 29%; top: 22px; width: 51px; height: 46px; border-radius: 14px; }
  .float-heart svg { width: 21px; height: 21px; }
  .float-hash { left: 13%; bottom: 32px; width: 48px; height: 48px; border-radius: 15px; font-size: 25px; }
  .float-social { width: 45px; height: 45px; border-radius: 14px; font-size: 12px; }
  .float-instagram { right: 2%; top: 36px; }
  .float-x { right: 4%; top: 137px; }
  .float-tiktok { right: 4%; bottom: 12px; font-size: 18px; }
  .float-arrow { right: 4%; bottom: 70px; width: 61px; height: 74px; }

  .season-focus { padding: 26px 0 40px; }
  .season-focus-inner { padding: 20px; border-radius: 23px; }
  .season-focus-copy { padding: 3px; }
  .season-focus-copy h2 { font-size: 25px; }
  .season-focus-products { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .season-product > span { height: 105px; }
  .season-topic { min-height: 132px; }
  .category-section { padding: 39px 0; }
  .section { padding: 58px 0; }
  .section-heading h2 { font-size: 27px; }
  .product-grid { gap: 11px; }
  .product-card { border-radius: 18px; }
  .product-image-wrap { height: 170px; }
  .product-card-body { padding: 12px 11px 14px; }
  .product-card h3 { font-size: 12px; }
  .product-rank { min-width: 32px; height: 29px; border-radius: 10px; }
  .social-voice-card, .insight-panel, .guide-cards article { border-radius: 20px; }
  .footer-search-inner { padding-block: 35px; }
}

@media (max-width: 420px) {
  .trend-hero-grid { min-height: 825px; }
  .trend-hero h1 { font-size: 37px; }
  .phone-shell { right: -55px; }
  .trend-orb { left: -3px; }
  .float-hash { left: 7%; }
}

@media (prefers-reduced-motion: reduce) {
  .float-bubble, .float-social, .float-arrow { animation: none !important; }
}

/* -------------------------------------------------------------------------
 * MIGNO TOKYO Trend UI 5.0 — asset-based hero
 * The approved visual is reconstructed from separate background, 3D icon,
 * social badge and device-frame assets. Live text and ranking data stay HTML.
 * ---------------------------------------------------------------------- */
.trend-hero-v5 {
  position: relative;
  isolation: isolate;
  min-height: 820px;
  overflow: hidden;
  background: #f6efff;
}
.trend-hero-v5::before,
.trend-hero-v5::after { display: none; }
.trend-hero-v5 .trend-hero-background {
  position: absolute;
  z-index: -3;
  inset: 0;
  display: block;
  pointer-events: none;
}
.trend-hero-v5 .trend-hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.trend-hero-v5 .trend-hero-grid {
  width: min(calc(100% - 96px), 1440px);
  min-height: 820px;
  grid-template-columns: minmax(0, 1.02fr) minmax(600px, .98fr);
  gap: 0;
  padding-top: 142px;
  padding-bottom: 34px;
}
.trend-hero-v5 .trend-hero-copy {
  align-self: center;
  max-width: 700px;
  padding-bottom: 38px;
}
.trend-hero-v5 .trend-brand-kicker { margin-bottom: 36px; gap: 7px; }
.trend-hero-v5 .trend-brand-kicker span {
  color: #a781eb;
  font-size: 14px;
  letter-spacing: .14em;
}
.trend-hero-v5 .trend-brand-kicker b {
  color: #37313b;
  font-size: 13px;
  letter-spacing: .16em;
}
.trend-hero-v5 h1 {
  font-size: clamp(52px, 4.45vw, 72px);
  line-height: 1.30;
  letter-spacing: -.058em;
}
.trend-hero-v5 h1 em {
  background: linear-gradient(100deg,#ff4d85 0%,#f65da9 42%,#806aff 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.trend-hero-v5 .trend-hero-copy > p {
  max-width: 620px;
  margin-top: 27px;
  color: #39323e;
  font-size: 16px;
  line-height: 2.05;
  font-weight: 600;
}
.trend-hero-v5 .hero-search {
  max-width: 665px;
  height: 72px;
  margin-top: 34px;
  padding: 8px 9px 8px 26px;
  border: 1px solid rgba(82,63,95,.08);
  background: rgba(255,255,255,.91);
  box-shadow: 0 24px 60px rgba(80,60,101,.16);
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
}
.trend-hero-v5 .hero-search input { font-size: 16px; }
.trend-hero-v5 .hero-search button {
  width: 56px;
  height: 56px;
  background: linear-gradient(145deg,#ff5d91,#f15d9f 48%,#786dff);
  box-shadow: 0 13px 28px rgba(226,67,134,.28);
}
.trend-hero-v5 .hero-trends { margin-top: 20px; gap: 10px; }
.trend-hero-v5 .hero-trends button {
  padding: 10px 16px;
  border-color: rgba(236,86,140,.36);
  background: rgba(255,255,255,.68);
  color: #e9477a;
  font-size: 11px;
  box-shadow: 0 7px 18px rgba(103,76,121,.04);
}
.trend-hero-v5 .trend-hero-visual {
  min-height: 680px;
  align-self: end;
  overflow: visible;
}
.trend-hero-v5 .hero-image-asset {
  position: absolute;
  z-index: 7;
  display: block;
  height: auto;
  pointer-events: none;
  user-select: none;
  filter: drop-shadow(0 18px 22px rgba(76,49,105,.18));
  animation: cp-hero-float 6.8s ease-in-out infinite;
}
.trend-hero-v5 .float-heart { left: 24px; top: 36px; width: 122px; transform: rotate(-5deg); }
.trend-hero-v5 .float-hash { left: 4px; bottom: 278px; width: 112px; animation-delay: -1.8s; }
.trend-hero-v5 .float-instagram { right: -2px; top: 22px; width: 86px; animation-delay: -.8s; }
.trend-hero-v5 .float-x { right: -8px; top: 205px; width: 82px; animation-delay: -2.4s; }
.trend-hero-v5 .float-tiktok { right: 28px; bottom: 156px; width: 88px; animation-delay: -3.2s; }
.trend-hero-v5 .float-arrow {
  right: 10px;
  bottom: 228px;
  width: 118px;
  filter: drop-shadow(0 14px 20px rgba(224,67,131,.22));
  animation: cp-hero-rise 5.6s ease-in-out infinite;
}
@keyframes cp-hero-float {
  0%,100% { translate: 0 0; }
  50% { translate: 0 -10px; }
}
@keyframes cp-hero-rise {
  0%,100% { translate: 0 0; }
  50% { translate: 4px -8px; }
}
.trend-hero-v5 .trend-orb {
  z-index: 8;
  left: -28px;
  top: 132px;
  width: 174px;
  height: 174px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: none;
  box-shadow: none;
  overflow: visible;
}
.trend-hero-v5 .trend-orb > img {
  position: absolute;
  inset: -5%;
  width: 110%;
  height: 110%;
  max-width: none;
}
.trend-hero-v5 .trend-orb span,
.trend-hero-v5 .trend-orb b { position: relative; z-index: 2; }
.trend-hero-v5 .trend-orb span {
  width: 30px;
  height: 30px;
  margin-top: 25px;
  color: #fff;
}
.trend-hero-v5 .trend-orb span svg { width: 23px; height: 23px; stroke-width: 2.2; }
.trend-hero-v5 .trend-orb b {
  margin-top: -38px;
  color: #fff;
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: .02em;
  text-align: center;
  text-shadow: 0 2px 8px rgba(112,52,119,.18);
}

/* Device: live HTML inside a dedicated transparent frame asset. */
.trend-hero-v5 .phone-shell {
  z-index: 6;
  right: 48px;
  bottom: -152px;
  width: 520px;
  height: 873px;
  padding: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  transform: rotate(7deg);
  transform-origin: 54% 62%;
}
.trend-hero-v5 .phone-shell::after,
.trend-hero-v5 .phone-side-button,
.trend-hero-v5 .phone-notch { display: none; }
.trend-hero-v5 .phone-frame {
  position: absolute;
  z-index: 5;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  pointer-events: none;
  filter: drop-shadow(0 42px 54px rgba(49,36,68,.18));
}
.trend-hero-v5 .phone-screen {
  position: absolute;
  z-index: 2;
  left: 7%;
  top: 3.4%;
  width: 86%;
  height: 93.2%;
  padding: 84px 31px 26px;
  border-radius: 62px;
  background: #fff;
  overflow: hidden;
}
.trend-hero-v5 .phone-screen::after {
  content: "";
  position: absolute;
  z-index: 5;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(112deg,rgba(255,255,255,.20),transparent 26%,transparent 72%,rgba(255,255,255,.10));
}
.trend-hero-v5 .phone-topbar,
.trend-hero-v5 .phone-tabs,
.trend-hero-v5 .phone-ranking-list,
.trend-hero-v5 .phone-more { position: relative; z-index: 2; }
.trend-hero-v5 .phone-topbar b { font-size: 22px; }
.trend-hero-v5 .phone-topbar span { width: 34px; height: 34px; }
.trend-hero-v5 .phone-tabs { gap: 7px; margin-top: 20px; padding-bottom: 18px; }
.trend-hero-v5 .phone-tabs span { padding: 8px 14px; font-size: 10px; }
.trend-hero-v5 .phone-rank-row {
  min-height: 132px;
  grid-template-columns: 30px 78px minmax(0,1fr);
  column-gap: 13px;
  padding: 13px 0;
}
.trend-hero-v5 .phone-rank-number { width: 30px; height: 39px; font-size: 12px; }
.trend-hero-v5 .phone-rank-image { width: 78px; height: 89px; border-radius: 15px; }
.trend-hero-v5 .phone-rank-copy b { font-size: 13px; }
.trend-hero-v5 .phone-rank-copy small { margin-top: 8px; font-size: 8px; line-height: 1.55; }
.trend-hero-v5 .phone-rank-score { font-size: 10px; }
.trend-hero-v5 .phone-more { height: 43px; margin-top: 11px; font-size: 10px; }

/* Match the reference composition width at the top without widening every page. */
.cpulse-home .site-header .container { width: min(calc(100% - 96px), 1440px); }

@media (max-width: 1280px) {
  .trend-hero-v5 .trend-hero-grid { width: min(calc(100% - 64px),1320px); grid-template-columns: minmax(0,.94fr) minmax(540px,1.06fr); }
  .trend-hero-v5 h1 { font-size: clamp(49px,4.5vw,64px); }
  .trend-hero-v5 .phone-shell { right: 18px; width: 480px; height: 806px; bottom: -123px; }
  .trend-hero-v5 .trend-orb { left: -6px; top: 325px; width: 158px; height: 158px; }
  .trend-hero-v5 .float-instagram,
  .trend-hero-v5 .float-x { right: -12px; }
}

@media (max-width: 1040px) {
  .trend-hero-v5 { min-height: 1040px; }
  .trend-hero-v5 .trend-hero-grid {
    min-height: 1040px;
    grid-template-columns: 1fr;
    align-content: start;
    padding-top: 132px;
    padding-bottom: 0;
  }
  .trend-hero-v5 .trend-hero-copy { max-width: 760px; padding-bottom: 0; }
  .trend-hero-v5 .trend-hero-visual { min-height: 590px; margin-top: -5px; }
  .trend-hero-v5 .phone-shell { right: 11%; bottom: -188px; width: 440px; height: 739px; }
  .trend-hero-v5 .trend-orb { left: 15%; top: 250px; }
  .trend-hero-v5 .float-heart { left: 28%; top: 28px; }
  .trend-hero-v5 .float-hash { left: 18%; bottom: 70px; }
  .trend-hero-v5 .float-instagram { right: 13%; top: 84px; }
  .trend-hero-v5 .float-x { right: 10%; top: 265px; }
  .trend-hero-v5 .float-tiktok { right: 13%; bottom: 26px; }
  .trend-hero-v5 .float-arrow { right: 11%; bottom: 142px; }
  .cpulse-home .site-header .container { width: min(calc(100% - 48px),1260px); }
}

@media (max-width: 760px) {
  .cpulse-home .site-header .container { width: min(calc(100% - 28px),1260px); }
  .trend-hero-v5 {
    min-height: 960px;
    background: #f8f0fb;
  }
  .trend-hero-v5 .trend-hero-background img { object-position: center top; }
  .trend-hero-v5 .trend-hero-grid {
    width: min(calc(100% - 30px),1260px);
    min-height: 960px;
    padding-top: 106px;
  }
  .trend-hero-v5 .trend-brand-kicker { margin-bottom: 24px; gap: 5px; }
  .trend-hero-v5 .trend-brand-kicker span { font-size: 10px; }
  .trend-hero-v5 .trend-brand-kicker b { font-size: 9px; }
  .trend-hero-v5 h1 { font-size: clamp(37px,10.8vw,48px); line-height: 1.34; }
  .trend-hero-v5 .trend-hero-copy > p { max-width: 520px; margin-top: 19px; font-size: 12px; line-height: 1.9; }
  .trend-hero-v5 .hero-search { height: 60px; margin-top: 24px; padding-left: 18px; }
  .trend-hero-v5 .hero-search input { font-size: 12px; }
  .trend-hero-v5 .hero-search button { width: 48px; height: 48px; }
  .trend-hero-v5 .hero-trends { flex-wrap: nowrap; margin-right: -15px; overflow-x: auto; padding: 0 15px 3px 0; scrollbar-width: none; }
  .trend-hero-v5 .hero-trends::-webkit-scrollbar { display: none; }
  .trend-hero-v5 .hero-trends button { flex: 0 0 auto; padding: 8px 12px; font-size: 9px; }
  .trend-hero-v5 .trend-hero-visual { min-height: 470px; margin-top: 12px; }
  .trend-hero-v5 .phone-shell { right: -52px; bottom: -184px; width: 310px; height: 520px; transform: rotate(4deg); }
  .trend-hero-v5 .phone-screen { padding: 51px 19px 15px; border-radius: 38px; }
  .trend-hero-v5 .phone-topbar b { font-size: 14px; }
  .trend-hero-v5 .phone-topbar span { width: 25px; height: 25px; }
  .trend-hero-v5 .phone-topbar svg { width: 16px; height: 16px; }
  .trend-hero-v5 .phone-tabs { gap: 4px; margin-top: 11px; padding-bottom: 10px; }
  .trend-hero-v5 .phone-tabs span { padding: 5px 8px; font-size: 6px; }
  .trend-hero-v5 .phone-tabs span:nth-child(4) { display: none; }
  .trend-hero-v5 .phone-rank-row { min-height: 81px; grid-template-columns: 20px 49px minmax(0,1fr); column-gap: 7px; padding: 7px 0; }
  .trend-hero-v5 .phone-rank-number { width: 20px; height: 27px; font-size: 8px; }
  .trend-hero-v5 .phone-rank-image { width: 49px; height: 55px; border-radius: 9px; }
  .trend-hero-v5 .phone-rank-copy b { font-size: 8px; }
  .trend-hero-v5 .phone-rank-copy small { margin-top: 3px; font-size: 5px; }
  .trend-hero-v5 .phone-rank-score { font-size: 6px; }
  .trend-hero-v5 .phone-more { height: 29px; margin-top: 5px; font-size: 6px; }
  .trend-hero-v5 .trend-orb,
  .trend-hero-v5 .float-arrow { display: none; }
  .trend-hero-v5 .float-heart { left: 5%; top: 66px; width: 74px; }
  .trend-hero-v5 .float-hash { left: 13%; bottom: 52px; width: 70px; }
  .trend-hero-v5 .float-instagram { right: 2%; top: 22px; width: 59px; }
  .trend-hero-v5 .float-x { right: 2%; top: 129px; width: 54px; }
  .trend-hero-v5 .float-tiktok { right: 1%; bottom: 23px; width: 59px; }
}

@media (max-width: 430px) {
  .trend-hero-v5 { min-height: 930px; }
  .trend-hero-v5 .trend-hero-grid { min-height: 930px; }
  .trend-hero-v5 h1 { font-size: 38px; }
  .trend-hero-v5 .phone-shell { right: -64px; bottom: -170px; width: 292px; height: 490px; }
  .trend-hero-v5 .float-heart { left: 1%; }
  .trend-hero-v5 .float-hash { left: 7%; }
}

@media (prefers-reduced-motion: reduce) {
  .trend-hero-v5 .hero-image-asset { animation: none !important; }
}
/* Final composition alignment after asset inspection. */
@media (min-width:1041px) {
  .trend-hero-v5 .trend-orb { top: 270px; }
}
@media (max-width:760px) {
  .trend-hero-v5 .phone-shell { bottom: -116px; }
}
@media (max-width:430px) {
  .trend-hero-v5 .phone-shell { bottom: -102px; }
}
/* Asset elements must not inherit the old CSS-drawn icon surfaces. */
.trend-hero-v5 img.hero-image-asset {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  object-fit: contain;
}
@media (min-width:1041px) {
  .trend-hero-v5 .trend-orb { top: 190px; }
  .trend-hero-v5 .phone-shell { bottom: -187px; }
}


/* -------------------------------------------------------------------------
 * Trend UI 5.0 final composition — reference-matched FV
 * ---------------------------------------------------------------------- */
.trend-hero-v5 {
  min-height: max(880px, 100svh);
}
.trend-hero-v5 .trend-hero-grid {
  min-height: max(880px, 100svh);
  padding-top: 158px;
  padding-bottom: 40px;
}
.trend-hero-v5 .trend-orb { display: grid !important; left: -28px; top: 132px; width: 174px; height: 174px; }
.trend-hero-v5 .trend-hero-copy {
  max-width: 720px;
  padding-bottom: 10px;
}
.trend-hero-v5 .trend-brand-kicker { margin-bottom: 39px; }
.trend-hero-v5 h1 {
  font-size: clamp(56px, 4.7vw, 74px);
  line-height: 1.31;
}
.trend-hero-v5 .trend-hero-copy > p {
  max-width: 610px;
  margin-top: 29px;
  font-size: 15px;
  line-height: 2.12;
}
.trend-hero-v5 .hero-search { margin-top: 31px; }
.trend-hero-v5 .trend-hero-visual { min-height: 720px; }
.trend-hero-v5 .phone-shell {
  right: 14px;
  bottom: -132px;
  width: 552px;
  height: 927px;
  transform: rotate(6.3deg);
}
.trend-hero-v5 .float-heart { left: 17px; top: 40px; width: 112px; }
.trend-hero-v5 .float-hash { left: -2px; bottom: 275px; width: 94px; }
.trend-hero-v5 .float-instagram {
  right: 3px;
  top: 30px;
  width: 78px;
  border-radius: 24px;
}
.trend-hero-v5 .float-x { right: 5px; top: 215px; width: 75px; }
.trend-hero-v5 .float-tiktok { right: 30px; bottom: 150px; width: 82px; }
.trend-hero-v5 .float-arrow { right: 8px; bottom: 228px; width: 111px; }

@media (max-width:1280px) and (min-width:1041px) {
  .trend-hero-v5 .trend-hero-grid { padding-top: 145px; }
  .trend-hero-v5 h1 { font-size: clamp(50px,4.55vw,65px); }
  .trend-hero-v5 .phone-shell { right: -8px; width: 500px; height: 840px; bottom: -104px; }
  .trend-hero-v5 .trend-hero-visual { min-height: 690px; }
}

@media (max-width:1040px) and (min-width:761px) {
  .trend-hero-v5 { min-height: 1110px; }
  .trend-hero-v5 .trend-hero-grid { min-height: 1110px; padding-top: 135px; }
  .trend-hero-v5 .phone-shell { right: 7%; bottom: -168px; width: 456px; height: 766px; }
  .trend-hero-v5 .float-heart { left: 25%; top: 18px; }
  .trend-hero-v5 .float-hash { left: 16%; bottom: 90px; }
}

@media (max-width:760px) {
  .trend-hero-v5 {
    min-height: 960px;
  }
  .trend-hero-v5 .trend-hero-grid {
    min-height: 960px;
    padding-top: 98px;
  }
  .trend-hero-v5 .trend-brand-kicker { margin-bottom: 22px; }
  .trend-hero-v5 h1 {
    font-size: clamp(34px, 9.7vw, 42px);
    line-height: 1.36;
    letter-spacing: -.062em;
  }
  .trend-hero-v5 .trend-hero-copy > p {
    max-width: 350px;
    margin-top: 18px;
    font-size: 11px;
    line-height: 1.95;
  }
  .trend-hero-v5 .hero-search {
    height: 58px;
    margin-top: 22px;
  }
  .trend-hero-v5 .hero-trends { margin-top: 17px; }
  .trend-hero-v5 .trend-hero-visual {
    min-height: 455px;
    margin-top: -4px;
  }
  .trend-hero-v5 .phone-shell {
    right: -41px;
    bottom: -56px;
    width: 306px;
    height: 514px;
    transform: rotate(4deg);
  }
  .trend-hero-v5 .float-heart { left: 1%; top: 68px; width: 69px; }
  .trend-hero-v5 .float-hash { left: 5%; bottom: 35px; width: 62px; }
  .trend-hero-v5 .float-instagram { right: 2%; top: 36px; width: 52px; border-radius: 16px; }
  .trend-hero-v5 .float-x { right: 1%; top: 136px; width: 50px; }
  .trend-hero-v5 .float-tiktok { display: none; }
  .trend-hero-v5 .trend-orb { display: none !important; }
}

@media (max-width:430px) {
  .trend-hero-v5 { min-height: 930px; }
  .trend-hero-v5 .trend-hero-grid { min-height: 930px; }
  .trend-hero-v5 .phone-shell { right: -45px; bottom: -42px; width: 292px; height: 490px; }
}
