
  .w-embed:has(.cph-hero) { width: 100%; max-width: none; overflow: visible; }
  .cph-hero *, .cph-hero *::before, .cph-hero *::after { box-sizing: border-box; }
  .cph-hero {
    --cph-red: #d31b00;
    --cph-accent: #8ac73e;
    --cph-font: Lato, Arial, Helvetica, sans-serif;
    position: relative;
    width: 100%;
    min-height: 92vh;
    overflow: hidden;
    background: #0c0c0e;
    color: #fff;
    font-family: var(--cph-font);
    isolation: isolate;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }
  .cph-hero a { text-decoration: none; }

  .cph-hero--inner,
  .cph-hero--inner .cph-inner { min-height: 62vh; }
  .cph-hero--inner .cph-inner { padding: 40px 0 72px; }
  .cph-hero--inner .cph-stage { height: 420px; }
  .cph-hero--inner .cph-main { max-height: 390px; }
  .cph-hero--inner .cph-title { font-size: clamp(28px, 3.8vw, 48px); }
  @media (max-width: 991px) {
    .cph-hero--inner .cph-stage { height: 300px; }
    .cph-hero--inner .cph-main { max-height: 280px; }
    .cph-hero--inner .cph-inner { padding: 28px 0 92px; }
  }
  @media (max-width: 640px) {
    .cph-hero--inner .cph-stage { height: 230px; }
    .cph-hero--inner .cph-main { max-height: 220px; }
    .cph-hero--inner .cph-inner { padding: 20px 0 88px; }
  }
  @media (max-width: 400px) {
    .cph-hero--inner .cph-stage { height: 200px; }
  }

  .cph-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }
  .cph-bg-photo {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    transform: scale(1.08);
  }
  .cph-slide.is-active .cph-bg-photo {
    opacity: 1;
    animation: cph-bg-ken 8s ease both;
  }
  @keyframes cph-bg-ken {
    from { transform: scale(1.08); }
    to { transform: scale(1); }
  }
  .cph-bg-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.78) 45%, rgba(0,0,0,0.80) 100%);
  }
  .cph-bg-glow {
    position: absolute;
    inset: -10%;
    background:
      radial-gradient(ellipse 50% 50% at 50% 50%, var(--cph-accent) 0%, transparent 64%),
      radial-gradient(ellipse 38% 42% at 12% 92%, var(--cph-accent) 0%, transparent 62%);
    opacity: 0.32;
    mix-blend-mode: screen;
    filter: blur(32px);
    pointer-events: none;
  }
  .cph-grain {
    position: absolute;
    inset: 0;
    opacity: 0.06;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  }

  .cph-slides {
    position: absolute;
    inset: 0;
    z-index: 1;
  }
  .cph-inner {
    position: relative;
    z-index: 2;
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
    min-height: 92vh;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 40px;
    align-items: center;
    padding: 72px 0 96px;
  }

  .cph-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .cph-slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 2;
  }

  
  .cph-copy { max-width: 620px; }
  .cph-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
    padding: 6px 12px 6px 8px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.18);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    opacity: 0;
    transform: translateX(-28px);
  }
  .cph-kicker-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--cph-accent);
    box-shadow: 0 0 12px var(--cph-accent);
  }
  .cph-title {
    margin: 0 0 18px;
    font-size: clamp(36px, 4.6vw, 62px);
    line-height: 0.98;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #fff;
  }
  .cph-title .cph-hi {
    color: var(--cph-accent);
  }
  .cph-title .cph-line {
    display: block;
    overflow: hidden;
  }
  .cph-title .cph-line em {
    font-style: normal;
    display: block;
    transform: translateY(110%);
  }
  .cph-desc {
    margin: 0 0 22px;
    max-width: 520px;
    font-size: 18px;
    line-height: 1.55;
    color: #d8d8d8;
    font-weight: 400;
    opacity: 0;
    transform: translateY(18px);
  }
  .cph-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 28px;
  }
  .cph-pill {
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    opacity: 0;
    transform: translateY(12px);
  }
  .cph-actions { display: flex; flex-wrap: wrap; gap: 12px; }
  .cph-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 800;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    opacity: 0;
    transform: translateY(16px);
  }
  .cph-btn-primary {
    background: var(--cph-accent);
    color: var(--cph-btn-text, #fff);
    border: 1px solid var(--cph-accent);
    box-shadow: none;
  }
  .cph-btn-primary:hover { transform: translateY(-2px); }
  .cph-btn-ghost {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.35);
  }
  .cph-btn-ghost:hover { border-color: #fff; }

  .cph-slide.is-active .cph-kicker {
    animation: cph-in-left 0.7s cubic-bezier(0.16,1,0.3,1) 0.05s both;
  }
  .cph-slide.is-active .cph-title .cph-line:nth-child(1) em {
    animation: cph-up 0.8s cubic-bezier(0.16,1,0.3,1) 0.12s both;
  }
  .cph-slide.is-active .cph-title .cph-line:nth-child(2) em {
    animation: cph-up 0.8s cubic-bezier(0.16,1,0.3,1) 0.22s both;
  }
  .cph-slide.is-active .cph-desc {
    animation: cph-fade-up 0.7s ease 0.32s both;
  }
  .cph-slide.is-active .cph-pill:nth-child(1) { animation: cph-fade-up 0.55s ease 0.4s both; }
  .cph-slide.is-active .cph-pill:nth-child(2) { animation: cph-fade-up 0.55s ease 0.48s both; }
  .cph-slide.is-active .cph-pill:nth-child(3) { animation: cph-fade-up 0.55s ease 0.56s both; }
  .cph-slide.is-active .cph-btn-primary { animation: cph-fade-up 0.6s ease 0.58s both; }
  .cph-slide.is-active .cph-btn-ghost { animation: cph-fade-up 0.6s ease 0.66s both; }

  @keyframes cph-in-left {
    from { opacity: 0; transform: translateX(-32px); }
    to { opacity: 1; transform: none; }
  }
  @keyframes cph-up {
    from { transform: translateY(110%); }
    to { transform: translateY(0); }
  }
  @keyframes cph-fade-up {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: none; }
  }

  
  .cph-stage {
    position: relative;
    height: 560px;
    perspective: 1600px;
    overflow: visible;
    z-index: 3;
  }
  .cph-glow {
    position: absolute;
    width: 72%;
    height: 72%;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    background: radial-gradient(circle, var(--cph-accent) 0%, transparent 70%);
    filter: blur(48px);
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.6);
    mix-blend-mode: screen;
    pointer-events: none;
  }
  .cph-slide.is-active .cph-glow {
    animation: cph-glow 1.1s cubic-bezier(0.16,1,0.3,1) 0.1s both;
  }
  @keyframes cph-glow {
    to { opacity: 0.52; transform: translate(-50%, -50%) scale(1); }
  }

  .cph-main {
    position: absolute;
    right: 18px;
    top: 50%;
    width: 78%;
    aspect-ratio: 4 / 5;
    max-height: 520px;
    transform-origin: center;
    transform: translateY(-50%) rotateY(38deg) rotateX(8deg) scale(0.55);
    opacity: 0;
    border-radius: 22px;
    overflow: hidden;
    box-shadow:
      0 40px 80px rgba(0,0,0,0.45),
      0 0 0 1px rgba(255,255,255,0.12);
    z-index: 1;
  }
  .cph-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.08);
  }
  .cph-main::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,0.35) 100%);
    pointer-events: none;
  }
  .cph-slide.is-active .cph-main {
    animation: cph-pop-main 1.05s cubic-bezier(0.16, 1.2, 0.3, 1) 0.12s both;
  }
  .cph-slide.is-active .cph-main img {
    animation: cph-ken 7s ease both;
  }
  @keyframes cph-pop-main {
    0% {
      opacity: 0;
      transform: translateY(-50%) translateX(90px) rotateY(48deg) rotateX(10deg) scale(0.52);
      filter: blur(16px);
    }
    62% {
      opacity: 1;
      filter: blur(0);
      transform: translateY(-52%) translateX(-10px) rotateY(-14deg) rotateX(4deg) scale(1.08);
    }
    100% {
      opacity: 1;
      filter: blur(0);
      transform: translateY(-50%) rotateY(-12deg) rotateX(6deg) scale(1);
    }
  }
  @keyframes cph-ken {
    from { transform: scale(1.12); }
    to { transform: scale(1); }
  }

  .cph-float {
    position: absolute;
    z-index: 50;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    background: rgba(16,16,18,0.78);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.35);
    opacity: 0;
    color: #fff;
    min-width: 168px;
  }
  .cph-float strong { display: block; font-size: 13px; font-weight: 800; line-height: 1.2; }
  .cph-float span { display: block; font-size: 11px; color: #cfcfcf; margin-top: 2px; }
  .cph-ico {
    width: 38px; height: 38px; border-radius: 10px;
    display: grid; place-items: center; flex: 0 0 auto;
    background: var(--cph-accent); color: #fff;
  }
  .cph-ico svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

  .cph-f1 { left: -8px; top: 12%; z-index: 51; }
  .cph-f2 { right: 4%; top: 52%; z-index: 60; }
  .cph-f3 { left: 6%; bottom: 8%; z-index: 51; }

  .cph-slide.is-active .cph-f1 { animation: cph-pop-card 0.85s cubic-bezier(0.16,1.3,0.3,1) 0.42s both; }
  .cph-slide.is-active .cph-f2 { animation: cph-pop-card 0.85s cubic-bezier(0.16,1.3,0.3,1) 0.58s both; }
  .cph-slide.is-active .cph-f3 { animation: cph-pop-card 0.85s cubic-bezier(0.16,1.3,0.3,1) 0.7s both; }

  @keyframes cph-pop-card {
    0% { opacity: 0; transform: translateY(30px) scale(0.6) rotate(-8deg); }
    70% { opacity: 1; transform: translateY(-6px) scale(1.08) rotate(2deg); }
    100% { opacity: 1; transform: none; }
  }

  .cph-orbit {
    position: absolute;
    width: 88px; height: 88px;
    border-radius: 22px;
    overflow: hidden;
    z-index: 4;
    box-shadow: 0 16px 32px rgba(0,0,0,0.4);
    border: 2px solid rgba(255,255,255,0.2);
    opacity: 0;
  }
  .cph-orbit img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .cph-o1 { right: 8%; top: 4%; }
  .cph-o2 { right: 72%; top: 38%; }
  .cph-slide.is-active .cph-o1 {
    animation: cph-orbit-in 0.9s cubic-bezier(0.16,1.2,0.3,1) 0.35s both, cph-float-y 3.6s ease-in-out 1.2s infinite;
  }
  .cph-slide.is-active .cph-o2 {
    animation: cph-orbit-in 0.9s cubic-bezier(0.16,1.2,0.3,1) 0.5s both, cph-float-y 4.2s ease-in-out 1.4s infinite;
  }
  @keyframes cph-orbit-in {
    from { opacity: 0; transform: scale(0.4) rotate(-18deg) translateY(40px); }
    to { opacity: 1; transform: none; }
  }
  @keyframes cph-float-y {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
  }

  
  .cph-nav {
    position: absolute;
    z-index: 6;
    left: 0; right: 0; bottom: 22px;
    width: min(1240px, calc(100% - 48px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
  .cph-dots { display: flex; gap: 8px; align-items: center; }
  .cph-dot {
    width: 9px; height: 9px; border-radius: 999px;
    border: 0; padding: 0; cursor: pointer;
    background: rgba(255,255,255,0.28);
    transition: width 0.35s ease, background 0.35s ease;
  }
  .cph-dot.is-on {
    width: 28px;
    background: var(--cph-accent, #d31b00);
  }
  .cph-arrows { display: flex; gap: 8px; }
  .cph-arrow {
    width: 44px; height: 44px; border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.22);
    background: rgba(255,255,255,0.08);
    color: #fff; cursor: pointer;
    display: grid; place-items: center;
  }
  .cph-arrow:hover { background: rgba(255,255,255,0.16); }
  .cph-arrow svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }

  .cph-progress {
    position: absolute;
    left: 0; right: 0; bottom: 0; height: 3px;
    background: rgba(255,255,255,0.08);
    z-index: 6;
  }
  .cph-progress > i {
    display: block; height: 100%; width: 0;
    background: var(--cph-accent, #d31b00);
  }
  .cph-hero.is-playing .cph-progress > i {
    animation: cph-bar 6s linear;
  }
  @keyframes cph-bar { from { width: 0; } to { width: 100%; } }

  @media (max-width: 991px) {
    .cph-hero { min-height: 0; height: auto; }
    .cph-slides { position: relative; inset: auto; }
    .cph-slide { position: absolute; inset: 0; height: auto; }
    .cph-slide.is-active { position: relative; }
    .cph-inner {
      grid-template-columns: 1fr;
      min-height: 0;
      width: calc(100% - 40px);
      padding: 32px 0 100px;
      gap: 18px;
    }
    .cph-copy { max-width: none; }
    .cph-bg-shade {
      background: linear-gradient(180deg, rgba(0,0,0,0.52) 0%, rgba(0,0,0,0.78) 48%, rgba(0,0,0,0.9) 100%);
    }
    .cph-stage {
      order: -1;
      height: 360px;
      width: 100%;
    }
    .cph-main {
      width: 58%;
      max-height: 340px;
      left: 50%;
      right: auto;
      border-radius: 18px;
    }
    .cph-slide.is-active .cph-main {
      animation: cph-pop-main-m 0.9s cubic-bezier(0.16, 1.2, 0.3, 1) 0.1s both;
    }
    @keyframes cph-pop-main-m {
      0% { opacity: 0; transform: translate(-50%, -42%) scale(0.72); filter: blur(8px); }
      100% { opacity: 1; transform: translate(-50%, -50%) rotateY(-8deg) rotateX(4deg) scale(1); filter: blur(0); }
    }
    .cph-title { font-size: clamp(30px, 6.4vw, 42px); }
    .cph-desc { font-size: 16px; }
    .cph-f2, .cph-o2 { display: none; }
    .cph-f1 { left: 0; top: 10%; }
    .cph-f3 { left: auto; right: 0; bottom: 6%; }
    .cph-orbit { width: 64px; height: 64px; border-radius: 16px; }
    .cph-o1 { right: 6%; top: 2%; }
    .cph-float { min-width: 0; max-width: 170px; }
    .cph-nav { width: calc(100% - 32px); bottom: 16px; }
  }

  @media (max-width: 640px) {
    .cph-inner { width: calc(100% - 24px); padding: 24px 0 96px; gap: 14px; }
    .cph-stage { height: 270px; }
    .cph-main { width: 64%; max-height: 250px; border-radius: 14px; }
    .cph-orbit { display: none; }
    .cph-title { font-size: 28px; line-height: 1.06; margin-bottom: 12px; }
    .cph-desc { font-size: 15px; line-height: 1.5; margin-bottom: 14px; }
    .cph-pills { margin-bottom: 16px; gap: 6px; }
    .cph-pill { font-size: 12px; padding: 6px 10px; }
    .cph-kicker { font-size: 11px; margin-bottom: 12px; }
    .cph-actions { flex-direction: column; align-items: stretch; gap: 10px; }
    .cph-btn { width: 100%; min-height: 46px; }
    .cph-float { padding: 8px 10px; }
    .cph-float span { display: none; }
    .cph-ico { width: 30px; height: 30px; border-radius: 8px; }
    .cph-ico svg { width: 16px; height: 16px; }
    .cph-f1 { top: 6%; }
    .cph-nav { width: calc(100% - 24px); bottom: max(12px, env(safe-area-inset-bottom)); }
    .cph-arrow { width: 40px; height: 40px; }
  }

  @media (max-width: 400px) {
    .cph-f3 { display: none; }
    .cph-stage { height: 230px; }
    .cph-main { width: 72%; }
    .cph-title { font-size: 24px; }
    .cph-inner { padding: 20px 0 88px; }
  }

  @media (max-width: 991px) and (orientation: landscape) {
    .cph-stage { height: 240px; }
    .cph-main { max-height: 220px; width: 42%; }
  }
  @media (prefers-reduced-motion: reduce) {
    .cph-slide.is-active * { animation: none !important; opacity: 1 !important; transform: none !important; filter: none !important; }
    .cph-slide.is-active .cph-main { transform: translateY(-50%) !important; }
    .cph-hero.is-playing .cph-progress > i { animation: none; width: 100%; }
  }
  @media (max-width: 991px) and (prefers-reduced-motion: reduce) {
    .cph-slide.is-active .cph-main { transform: translate(-50%, -50%) !important; }
  }
