:root {
  color-scheme: light;
  --ink: #1e2430;
  --muted: #667085;
  --line: #e8edf4;
  --paper: #ffffff;
  --bg: #f8fbff;
  --coral: #ff5f7f;
  --pink: #ff8fb3;
  --blue: #31bdf2;
  --lemon: #ffe25a;
  --green: #4bd19d;
  --violet: #8b7cff;
  --shadow: 0 22px 58px rgba(43, 65, 96, 0.08);
}

* {
  box-sizing: border-box;
  min-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(49, 189, 242, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 95, 127, 0.08) 1px, transparent 1px),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 48%, #fff7fb 100%);
  background-size: 32px 32px, 32px 32px, auto;
  font-family:
    "Hiragino Sans", "Yu Gothic", "Meiryo", system-ui, -apple-system,
    BlinkMacSystemFont, sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
}

body.modal-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 68px;
  padding: 12px clamp(20px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid rgba(232, 237, 244, 0.82);
  backdrop-filter: blur(18px);
}

.brand,
.site-nav,
.hero-actions,
.platform,
.media-badge,
.section-head,
.panel-head {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  font-weight: 900;
  text-decoration: none;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--coral), var(--blue));
  box-shadow: 0 14px 28px rgba(255, 95, 127, 0.18);
}

.site-nav {
  gap: clamp(14px, 3vw, 30px);
  color: #404757;
  font-size: 15px;
  font-weight: 900;
}

.site-nav a {
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--coral);
}

main {
  overflow: hidden;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  width: min(1296px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(34px, 6vw, 72px) 0 clamp(24px, 4vw, 52px);
}

.eyebrow {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin: 0;
  padding: 8px 14px;
  border: 1px solid rgba(255, 95, 127, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--coral);
  font-size: 14px;
  font-weight: 1000;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.12;
  letter-spacing: 0;
}

h1 {
  margin-top: 20px;
  font-size: clamp(38px, 4.7vw, 64px);
  overflow-wrap: normal;
  word-break: keep-all;
}

h1 span {
  display: block;
}

h1 span:last-child {
  white-space: nowrap;
}

.handle {
  margin: 10px 0 0;
  color: #546071;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 1000;
}

.lead {
  max-width: 560px;
  margin: 24px 0 0;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.55;
  font-weight: 900;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 16px;
  font-weight: 1000;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  background: var(--ink);
  color: #fff;
  box-shadow: 0 18px 34px rgba(30, 36, 48, 0.2);
}

.button.secondary {
  border-color: var(--line);
  background: #fff;
}

.hero-media {
  min-height: clamp(430px, 46vw, 570px);
  position: relative;
}

.portrait-card {
  position: absolute;
  right: clamp(44px, 10vw, 118px);
  top: 10px;
  width: clamp(300px, 34vw, 420px);
  aspect-ratio: 0.82;
  margin: 0;
  overflow: hidden;
  border: 10px solid #fff;
  border-radius: 36px;
  background: #fff;
  box-shadow: 0 34px 80px rgba(43, 65, 96, 0.22);
  transform: rotate(2deg);
}

.portrait-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
}

.mini-video {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  width: clamp(98px, 11vw, 150px);
  aspect-ratio: 0.72;
  padding: 16px;
  border: 8px solid #fff;
  border-radius: 26px;
  color: #fff;
  font-weight: 1000;
  line-height: 1.2;
  box-shadow: 0 22px 46px rgba(43, 65, 96, 0.18);
}

.mini-one {
  left: 14%;
  top: 14%;
  background: linear-gradient(160deg, #ff5f7f, #ffb86b);
  transform: rotate(-8deg);
}

.mini-two {
  left: 11%;
  bottom: 21%;
  background: linear-gradient(160deg, #31bdf2, #8b7cff);
  transform: rotate(7deg);
}

.mini-three {
  right: 2%;
  bottom: 16%;
  background: linear-gradient(160deg, #4bd19d, #31bdf2);
  transform: rotate(-7deg);
}

.metrics,
.section {
  width: min(1296px, calc(100% - 40px));
  margin: 0 auto;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding-bottom: 34px;
}

.metric-card,
.account-card,
.panel,
.video-card,
.contact-form {
  border: 1px solid rgba(232, 237, 244, 0.94);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.metric-card {
  min-width: 0;
  padding: 22px;
  border-radius: 26px;
}

.metric-card span,
.metric-card small {
  display: block;
  color: var(--muted);
  font-weight: 900;
}

.metric-card span {
  font-size: 14px;
}

.metric-card strong {
  display: block;
  margin-top: 6px;
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1;
}

.metric-card small {
  margin-top: 8px;
  font-size: 12px;
}

.section {
  padding: clamp(26px, 5vw, 48px) 0;
}

.section-head {
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.section-head h2,
.panel h2,
.contact-copy h2 {
  font-size: clamp(32px, 4vw, 44px);
}

.section-head p,
.panel-head p {
  margin: 0;
  color: var(--muted);
  font-weight: 900;
}

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

.account-card {
  position: relative;
  min-height: 178px;
  overflow: hidden;
  padding: 24px;
  border-radius: 28px;
}

.account-card::after {
  content: "";
  position: absolute;
  top: -48px;
  right: -42px;
  width: 150px;
  height: 150px;
  border-radius: 46px;
  transform: rotate(18deg);
}

.account-card.instagram::after {
  background: linear-gradient(135deg, #ff5f7f, #ffe25a);
}

.account-card.tiktok::after {
  background: linear-gradient(135deg, #111827, #31bdf2);
}

.account-card.youtube::after {
  background: linear-gradient(135deg, #ff2f4f, #ff8fb3);
}

.account-card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
}

.account-card p {
  margin: 8px 0 20px;
  color: var(--muted);
  font-weight: 900;
}

.social-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 11px;
  color: #fff;
  font-size: 14px;
  font-weight: 1000;
  box-shadow: 0 10px 20px rgba(43, 65, 96, 0.12);
}

.social-icon.instagram {
  background:
    radial-gradient(circle at 28% 108%, #ffd86b 0 24%, transparent 25%),
    radial-gradient(circle at 70% 20%, #8b7cff 0 16%, transparent 17%),
    linear-gradient(135deg, #ff5f7f, #ff8fb3 50%, #8b7cff);
}

.social-icon.tiktok {
  background: #111827;
}

.social-icon.youtube {
  background: #ff2f4f;
}

.mini-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.mini-stats div {
  min-width: 0;
  padding: 10px;
  border-radius: 18px;
  background: #f7f9fd;
}

.mini-stats dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
}

.mini-stats dd {
  margin: 0;
  font-size: clamp(18px, 2.1vw, 26px);
  font-weight: 1000;
  line-height: 1.1;
  white-space: nowrap;
}

.split-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 20px;
}

.panel {
  min-width: 0;
  padding: 28px;
  border-radius: 30px;
}

.profile-panel p {
  margin: 20px 0 0;
  font-size: 18px;
  font-weight: 850;
}

.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.chip-list li,
.tag {
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff1f5;
  color: #d93260;
  font-size: 14px;
  font-weight: 1000;
}

.panel-head {
  justify-content: space-between;
  gap: 16px;
}

.audience-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 26px;
  align-items: center;
  margin-top: 24px;
}

.donut {
  display: grid;
  place-items: center;
  width: 220px;
  height: 220px;
  margin: 0 auto;
  border-radius: 50%;
  background: conic-gradient(var(--coral) 0 88%, #dbe4f0 88% 100%);
}

.donut span {
  display: grid;
  place-items: center;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: #fff;
  font-weight: 1000;
}

.donut strong {
  display: block;
  font-size: 40px;
  line-height: 1;
}

.bar-list {
  display: grid;
  gap: 14px;
}

.bar-row {
  display: grid;
  grid-template-columns: 92px 1fr 52px;
  align-items: center;
  gap: 14px;
  font-weight: 900;
}

.bar {
  height: 16px;
  overflow: hidden;
  border-radius: 999px;
  background: #eef3fa;
}

.bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue), var(--violet));
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.video-card {
  overflow: hidden;
  border-radius: 30px;
}

.video-thumb {
  position: relative;
  width: 100%;
  height: 190px;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #eef3fa;
  cursor: pointer;
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 180ms ease;
}

.video-thumb:hover img,
.video-thumb:focus-visible img {
  transform: scale(1.09);
}

.media-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  gap: 7px;
  max-width: calc(100% - 28px);
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 24px rgba(30, 36, 48, 0.12);
  font-size: 12px;
  font-weight: 1000;
}

.media-badge .social-icon {
  width: 26px;
  height: 26px;
  border-radius: 9px;
  font-size: 11px;
}

.play-button {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 47, 79, 0.96);
  color: #fff;
  font-weight: 1000;
}

.video-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 172px;
  padding: 16px;
}

.tag {
  width: max-content;
  padding: 8px 11px;
  font-size: 12px;
}

.video-body h3 {
  margin-top: 12px;
  font-size: 17px;
}

.video-body dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 14px 0 0;
}

.video-body dl div {
  padding: 8px;
  border-radius: 14px;
  background: #f7f9fd;
}

.video-body dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
}

.video-body dd {
  margin: 0;
  font-size: 13px;
  font-weight: 1000;
}

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

.pickup-grid article {
  min-height: 154px;
  padding: 24px;
  border-radius: 28px;
  color: #fff;
  background: var(--ink);
}

.pickup-grid article:nth-child(2) {
  background: var(--coral);
}

.pickup-grid article:nth-child(3) {
  background: var(--blue);
}

.pickup-grid span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 1000;
}

.pickup-grid strong {
  display: block;
  margin-top: 12px;
  font-size: clamp(38px, 5vw, 54px);
  line-height: 1;
}

.pickup-grid p {
  margin: 12px 0 0;
  font-weight: 900;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 28px;
  padding-bottom: 64px;
}

.contact-copy p {
  margin: 18px 0 0;
  font-size: 18px;
  font-weight: 900;
}

.logo-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.logo-strip span {
  display: grid;
  place-items: center;
  min-height: 62px;
  border: 1px dashed #dce4f0;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.76);
  color: #929baa;
  font-size: 13px;
  font-weight: 1000;
}

.contact-copy small {
  display: block;
  margin-top: 20px;
  color: #8b94a4;
  font-size: 12px;
  font-weight: 800;
}

.contact-form {
  min-width: 0;
  padding: 28px;
  border-radius: 30px;
}

.request-types {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 20px;
  padding: 0;
  border: 0;
}

.request-types label {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 18px;
  background: #f7f9fd;
  font-size: 14px;
  font-weight: 1000;
  cursor: pointer;
}

.request-types input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.request-types label:has(input:checked) {
  background: var(--ink);
  color: #fff;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-grid label {
  display: grid;
  gap: 6px;
  color: #667085;
  font-size: 13px;
  font-weight: 900;
}

.form-grid .wide {
  grid-column: 1 / -1;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  color: var(--ink);
  outline: none;
}

input {
  height: 48px;
  padding: 0 14px;
}

textarea {
  min-height: 108px;
  padding: 12px 14px;
  resize: vertical;
}

input:focus,
textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(49, 189, 242, 0.14);
}

.submit-button {
  width: 100%;
  margin-top: 16px;
  border: 0;
}

.video-modal[hidden] {
  display: none;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 20px;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(30, 36, 48, 0.72);
  backdrop-filter: blur(8px);
}

.modal-panel {
  position: relative;
  width: min(420px, calc(100vw - 40px));
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.modal-panel iframe {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  border: 0;
  background: #111827;
}

.modal-close {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  font-size: 24px;
  font-weight: 900;
  cursor: pointer;
}

.modal-link {
  display: block;
  padding: 14px 18px;
  text-align: center;
  color: var(--coral);
  font-weight: 1000;
  text-decoration: none;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 24px clamp(20px, 5vw, 72px);
  border-top: 1px solid rgba(232, 237, 244, 0.9);
  background: rgba(255, 255, 255, 0.7);
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  text-decoration: none;
}

@media (max-width: 1080px) {
  .hero,
  .split-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero-media {
    order: -1;
    min-height: 520px;
  }

  .metrics,
  .account-grid,
  .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .video-grid .video-card:first-child {
    grid-column: span 2;
  }

  .video-grid .video-card:first-child .video-thumb {
    height: 260px;
  }
}

@media (max-width: 760px) {
  .site-header {
    position: static;
    align-items: stretch;
    flex-direction: column;
    padding-left: 14px;
    padding-right: 14px;
  }

  .site-nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    gap: 4px;
    font-size: 12px;
    text-align: center;
  }

  .site-nav a {
    display: block;
  }

  .hero,
  .metrics,
  .section {
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }

  .metrics,
  .section-head,
  .account-grid,
  .split-section,
  .video-grid,
  .pickup-grid,
  .contact-section {
    width: calc(100vw - 28px);
    max-width: calc(100vw - 28px);
    margin-left: auto;
    margin-right: auto;
  }

  .metric-card,
  .account-card,
  .panel,
  .video-card,
  .contact-form,
  .pickup-grid article {
    width: 100%;
    max-width: calc(100vw - 28px);
  }

  .hero {
    padding-top: 22px;
  }

  .hero-media {
    min-height: 390px;
    overflow: hidden;
  }

  .portrait-card {
    right: 12%;
    width: min(74vw, 310px);
  }

  .mini-video {
    width: 94px;
    border-width: 6px;
    font-size: 13px;
  }

  .mini-one {
    left: 2%;
  }

  .mini-two {
    left: 0;
    bottom: 16%;
  }

  .mini-three {
    right: 0;
  }

  .metrics,
  .account-grid,
  .video-grid,
  .pickup-grid,
  .form-grid,
  .logo-strip {
    grid-template-columns: 1fr;
  }

  .mini-stats {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .mini-stats div {
    padding: 10px 8px;
  }

  .mini-stats dd {
    font-size: 18px;
  }

  .mini-stats dt {
    font-size: 9px;
  }

  .account-card {
    padding: 18px 14px;
  }

  .panel {
    padding: 20px 18px;
  }

  .profile-panel p {
    font-size: 14px;
    line-height: 1.75;
  }

  .profile-panel p,
  .contact-copy p,
  .lead {
    word-break: break-all;
  }

  .video-grid .video-card:first-child {
    grid-column: auto;
  }

  .video-grid .video-card:first-child .video-thumb,
  .video-thumb {
    height: 210px;
  }

  .section-head,
  .panel-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .audience-layout {
    grid-template-columns: 1fr;
  }

  .donut {
    width: 190px;
    height: 190px;
  }

  .donut span {
    width: 114px;
    height: 114px;
  }

  .bar-row {
    grid-template-columns: 80px 1fr 44px;
    gap: 10px;
    font-size: 14px;
  }
}

@media (max-width: 430px) {
  .brand {
    font-size: 14px;
  }

  .site-nav a {
    padding: 6px 0;
  }

  .button {
    width: 100%;
  }

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

  .metric-card strong {
    font-size: 34px;
  }

  h1 {
    font-size: 36px;
  }
}
