/*
 * EWK 2026 landing page stylesheet
 * Sixshop common add-on safe version.
 * Activates only when section 17371105 / item 50341976 exists.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");

/* Sixshop target section: remove built-in width, margin and padding */
#sectionWrapper17371105,
#section17371105,
#item50341976,
#itemElement50341976,
#section17371105 .item-wrapper,
#section17371105 .item-element {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#sectionWrapper17371105,
#section17371105,
#item50341976,
#itemElement50341976 {
  overflow: visible !important;
}

html.ewk2026-active,
body.ewk2026-active {
  width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  background: #080b10 !important;
}

/*
 * EWK 섹션이 감지된 페이지에서만 Sixshop 원본 화면 전체를 숨깁니다.
 * 랜딩페이지는 body의 직접 자식이므로 Sixshop의 본문 재렌더링에 덮이지 않습니다.
 */
body.ewk2026-active > :not(#ewk2026-app) {
  display: none !important;
}

#ewk2026-app {
  display: block !important;
  position: relative !important;
  z-index: 2147483000 !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
  isolation: isolate;
  overflow-x: clip;
}

#ewk2026-app[hidden] {
  display: none !important;
}

#ewk2026-app {
      --bg: #080b10;
      --bg-soft: #0e131b;
      --surface: #121923;
      --surface-2: #171f2b;
      --paper: #f2f4f5;
      --paper-2: #e9edef;
      --ink: #0a0d12;
      --text: #f5f7f8;
      --muted: #aab4c2;
      --muted-2: #6f7a89;
      --line: rgba(255,255,255,.12);
      --line-dark: rgba(10,13,18,.13);
      --teal: #00c4b4;
      --blue: #1a73e8;
      --cyan: #38d8ff;
      --radius-sm: 14px;
      --radius: 24px;
      --radius-lg: 38px;
      --shadow: 0 28px 80px rgba(0,0,0,.28);
      --container: min(1220px, calc(100vw - 48px));
      --header-h: 76px;
    }

    #ewk2026-app *,
#ewk2026-app *::before,
#ewk2026-app *::after { box-sizing: border-box; }
    html.ewk2026-active { scroll-behavior: smooth; background: #080b10; }
    #ewk2026-app {
      color: var(--text);
      background: var(--bg);
      font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      line-height: 1.58;
      word-break: keep-all;
      overflow-x: hidden;
    }
    body.ewk2026-active.modal-open { overflow: hidden; }
    #ewk2026-app a { color: inherit; text-decoration: none; }
    #ewk2026-app img,
#ewk2026-app video { display: block; max-width: 100%; }
    #ewk2026-app button,
#ewk2026-app input,
#ewk2026-app select,
#ewk2026-app textarea { font: inherit; }
    #ewk2026-app button { color: inherit; }
    #ewk2026-app ::selection { background: rgba(0,196,180,.35); color: #fff; }

    #ewk2026-app .en {
      font-family: Montserrat, Arial, sans-serif;
      letter-spacing: .08em;
    }
    #ewk2026-app .container { width: var(--container); margin: 0 auto; position: relative; }
    #ewk2026-app .section { position: relative; padding: 128px 0; overflow: hidden; }
    #ewk2026-app .section-dark { background: var(--bg); }
    #ewk2026-app .section-soft { background: var(--bg-soft); }
    #ewk2026-app .section-paper { background: var(--paper); color: var(--ink); }
    #ewk2026-app .section-paper.alt { background: var(--paper-2); }

    #ewk2026-app .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 24px;
      font-family: Montserrat, Arial, sans-serif;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: var(--teal);
    }
    #ewk2026-app .eyebrow::before {
      content: "";
      width: 26px;
      height: 1px;
      background: currentColor;
    }
    #ewk2026-app .section-paper .eyebrow { color: #087c76; }

    #ewk2026-app .section-title {
      margin: 0;
      max-width: 900px;
      font-size: clamp(38px, 5.2vw, 76px);
      line-height: 1.08;
      letter-spacing: -.045em;
      font-weight: 760;
    }
    #ewk2026-app .section-title.small { font-size: clamp(34px, 4.2vw, 60px); }
    #ewk2026-app .section-desc {
      margin: 26px 0 0;
      max-width: 720px;
      font-size: clamp(17px, 1.45vw, 21px);
      color: var(--muted);
    }
    #ewk2026-app .section-paper .section-desc { color: #505966; }
    #ewk2026-app .micro-en {
      display: block;
      margin-top: 13px;
      font-family: Montserrat, Arial, sans-serif;
      font-size: 10px;
      line-height: 1.5;
      letter-spacing: .15em;
      text-transform: uppercase;
      color: rgba(255,255,255,.33);
    }
    #ewk2026-app .section-paper .micro-en { color: rgba(10,13,18,.38); }

    #ewk2026-app .btn {
      min-height: 52px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 0 24px;
      border-radius: 999px;
      border: 1px solid transparent;
      font-weight: 700;
      cursor: pointer;
      transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
    }
    #ewk2026-app .btn:hover { transform: translateY(-2px); }
    #ewk2026-app .btn-primary {
      background: linear-gradient(110deg, var(--teal), var(--blue));
      color: #fff;
      box-shadow: 0 15px 36px rgba(0,196,180,.18);
    }
    #ewk2026-app .btn-primary:hover { box-shadow: 0 18px 44px rgba(26,115,232,.28); }
    #ewk2026-app .btn-ghost { border-color: var(--line); background: rgba(255,255,255,.03); }
    #ewk2026-app .btn-dark { background: var(--ink); color: #fff; }
    #ewk2026-app .btn-sm { min-height: 42px; padding: 0 18px; font-size: 14px; }
    #ewk2026-app .arrow { font-family: Montserrat, Arial, sans-serif; transition: transform .25s ease; }
    #ewk2026-app .btn:hover .arrow,
#ewk2026-app .text-link:hover .arrow { transform: translateX(4px); }

    /* Header */
    #ewk2026-app .site-header {
      position: fixed;
      inset: 0 0 auto;
      z-index: 1000;
      height: var(--header-h);
      display: flex;
      align-items: center;
      border-bottom: 1px solid transparent;
      transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease;
    }
    #ewk2026-app .site-header.scrolled {
      background: rgba(8,11,16,.78);
      border-color: var(--line);
      backdrop-filter: blur(18px);
    }
    #ewk2026-app .header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
    #ewk2026-app .brand { display: flex; align-items: center; gap: 13px; min-width: 190px; }
    #ewk2026-app .brand-logo {
      width: 100px;
      height: 30px;
      object-fit: contain;
      object-position: left center;
    }
    #ewk2026-app .brand-fallback { display: none; font-family: Montserrat, sans-serif; font-weight: 800; letter-spacing: -.03em; }
    #ewk2026-app .header-nav { display: flex; align-items: center; justify-content: center; gap: 28px; }
    #ewk2026-app .header-nav a {
      position: relative;
      font-size: 14px;
      color: rgba(255,255,255,.72);
      transition: color .25s ease;
    }
    #ewk2026-app .header-nav a::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -8px;
      width: 100%;
      height: 1px;
      background: var(--teal);
      transform: scaleX(0);
      transform-origin: right;
      transition: transform .25s ease;
    }
    #ewk2026-app .header-nav a:hover { color: #fff; }
    #ewk2026-app .header-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
    #ewk2026-app .menu-btn { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
    #ewk2026-app .menu-btn span,
#ewk2026-app .menu-btn::before,
#ewk2026-app .menu-btn::after {
      content: "";
      display: block;
      width: 18px;
      height: 1px;
      margin: 4px auto;
      background: #fff;
      transition: transform .25s ease;
    }

    /* Progress */
    #ewk2026-app .scroll-progress { position: fixed; z-index: 1100; left: 0; top: 0; width: 100%; height: 2px; background: transparent; }
    #ewk2026-app .scroll-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--teal), var(--blue)); }

    /* Hero */
    #ewk2026-app .hero {
      min-height: 100svh;
      display: flex;
      align-items: center;
      padding: calc(var(--header-h) + 58px) 0 80px;
      background:
        radial-gradient(circle at 75% 35%, rgba(26,115,232,.22), transparent 28%),
        radial-gradient(circle at 35% 80%, rgba(0,196,180,.13), transparent 30%),
        var(--bg);
    }
    #ewk2026-app .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      opacity: .26;
      background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
      background-size: 58px 58px;
      mask-image: linear-gradient(to bottom, rgba(0,0,0,.65), transparent 92%);
    }
    #ewk2026-app .hero-orbit,
#ewk2026-app .hero-orbit::before,
#ewk2026-app .hero-orbit::after {
      position: absolute;
      border: 1px solid rgba(56,216,255,.22);
      border-radius: 50%;
      pointer-events: none;
    }
    #ewk2026-app .hero-orbit { width: 820px; height: 420px; right: -280px; top: 12%; transform: rotate(-18deg); animation: orbitFloat 10s ease-in-out infinite; }
    #ewk2026-app .hero-orbit::before { content: ""; inset: 55px; }
    #ewk2026-app .hero-orbit::after { content: ""; inset: 120px; border-color: rgba(0,196,180,.16); }
    @keyframes orbitFloat { 0%,100% { transform: rotate(-18deg) translateY(0); } 50% { transform: rotate(-16deg) translateY(18px); } }

    #ewk2026-app .hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); align-items: center; gap: 7vw; }
    #ewk2026-app .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 11px;
      padding: 10px 14px;
      border: 1px solid rgba(255,255,255,.13);
      border-radius: 999px;
      background: rgba(255,255,255,.035);
      backdrop-filter: blur(10px);
      font-size: 12px;
      color: rgba(255,255,255,.75);
    }
    #ewk2026-app .hero-badge .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 16px var(--teal); }
    #ewk2026-app .hero h1 {
      margin: 28px 0 0;
      max-width: 760px;
      font-family: Montserrat, Pretendard, sans-serif;
      font-size: clamp(52px, 7.2vw, 112px);
      line-height: .92;
      letter-spacing: -.065em;
      font-weight: 750;
    }
    #ewk2026-app .hero h1 .edition {
      display: block;
      margin-top: 11px;
      font-size: .46em;
      line-height: 1.1;
      letter-spacing: -.035em;
      color: rgba(255,255,255,.82);
    }
    #ewk2026-app .hero-copy {
      margin: 34px 0 0;
      max-width: 650px;
      font-size: clamp(19px, 1.8vw, 28px);
      font-weight: 560;
      line-height: 1.38;
      letter-spacing: -.025em;
    }
    #ewk2026-app .hero-copy strong {
      background: linear-gradient(100deg, #fff 10%, #7ceee5 48%, #79b0ff 90%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }
    #ewk2026-app .hero-subcopy { margin: 18px 0 0; max-width: 670px; color: var(--muted); font-size: 16px; }
    #ewk2026-app .hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
    #ewk2026-app .hero-note { margin: 13px 0 0; color: rgba(255,255,255,.48); font-size: 13px; }

    #ewk2026-app .hero-visual {
      position: relative;
      min-height: 640px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    #ewk2026-app .visual-shell {
      position: relative;
      width: min(100%, 550px);
      aspect-ratio: .82;
      padding: 18px;
      border: 1px solid rgba(255,255,255,.13);
      border-radius: 44px;
      background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.02));
      box-shadow: var(--shadow);
      transform: rotate(2.5deg);
    }
    #ewk2026-app .visual-media {
      position: relative;
      height: 100%;
      overflow: hidden;
      border-radius: 31px;
      background:
        radial-gradient(circle at 70% 25%, rgba(0,196,180,.32), transparent 22%),
        radial-gradient(circle at 38% 72%, rgba(26,115,232,.38), transparent 30%),
        linear-gradient(145deg, #101925, #070a0e);
    }
    #ewk2026-app .visual-media::before {
      content: "";
      position: absolute;
      inset: 0;
      opacity: .5;
      background: repeating-radial-gradient(ellipse at 70% 28%, transparent 0 28px, rgba(56,216,255,.13) 29px 30px);
      transform: scale(1.35) rotate(10deg);
    }
    #ewk2026-app .toolpath {
      position: absolute;
      inset: 12% -15% auto 8%;
      height: 45%;
      border: 1px solid rgba(56,216,255,.42);
      border-radius: 50%;
      transform: rotate(-22deg);
      box-shadow: 0 0 35px rgba(56,216,255,.12);
    }
    #ewk2026-app .toolpath::before,
#ewk2026-app .toolpath::after {
      content: "";
      position: absolute;
      inset: 14%;
      border: inherit;
      border-radius: inherit;
    }
    #ewk2026-app .toolpath::after { inset: 28%; border-color: rgba(0,196,180,.38); }
    #ewk2026-app .visual-file {
      position: absolute;
      left: 30px;
      bottom: 28px;
      max-width: calc(100% - 60px);
      padding: 13px 16px;
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 12px;
      background: rgba(8,11,16,.68);
      backdrop-filter: blur(14px);
      font-family: Montserrat, sans-serif;
      font-size: 11px;
      letter-spacing: .08em;
      color: rgba(255,255,255,.65);
    }
    #ewk2026-app .floating-info {
      position: absolute;
      right: -24px;
      top: 82px;
      width: 190px;
      padding: 18px;
      border: 1px solid rgba(255,255,255,.14);
      border-radius: 20px;
      background: rgba(14,19,27,.8);
      backdrop-filter: blur(16px);
      box-shadow: 0 20px 60px rgba(0,0,0,.28);
      transform: rotate(-3deg);
    }
    #ewk2026-app .floating-info strong { display: block; font-family: Montserrat, sans-serif; font-size: 26px; letter-spacing: -.03em; }
    #ewk2026-app .floating-info span { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; }
    #ewk2026-app .hero-meta {
      position: absolute;
      left: -45px;
      bottom: 72px;
      display: grid;
      gap: 8px;
      padding: 19px 22px;
      border-radius: 20px;
      background: #eff3f4;
      color: var(--ink);
      box-shadow: var(--shadow);
      transform: rotate(-2deg);
    }
    #ewk2026-app .hero-meta strong { font-family: Montserrat, sans-serif; font-size: 15px; }
    #ewk2026-app .hero-meta span { font-size: 13px; color: #58616e; }

    /* Topic strip */
    #ewk2026-app .topic-strip { position: relative; overflow: hidden; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0a0e14; }
    #ewk2026-app .topic-track { display: flex; width: max-content; animation: marquee 27s linear infinite; }
    #ewk2026-app .topic-set { display: flex; align-items: center; gap: 38px; padding-right: 38px; }
    #ewk2026-app .topic { display: inline-flex; align-items: center; gap: 38px; white-space: nowrap; font-family: Montserrat, sans-serif; font-size: 12px; letter-spacing: .12em; color: rgba(255,255,255,.55); }
    #ewk2026-app .topic::after { content: "+"; color: var(--teal); font-size: 16px; }
    @keyframes marquee { to { transform: translateX(-50%); } }

    /* Recap */
    #ewk2026-app .recap-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 9vw; align-items: end; }
    #ewk2026-app .recap-copy { position: sticky; top: 125px; align-self: start; }
    #ewk2026-app .recap-intro { margin-top: 28px; color: #525c68; font-size: 18px; }
    #ewk2026-app .recap-cards { display: grid; gap: 22px; }
    #ewk2026-app .recap-card {
      position: relative;
      min-height: 355px;
      padding: 28px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      overflow: hidden;
      border-radius: 32px;
      background: #10151c;
      color: #fff;
      box-shadow: 0 24px 70px rgba(7,10,15,.14);
      transition: transform .35s ease;
    }
    #ewk2026-app .recap-card:hover { transform: translateY(-6px); }
    #ewk2026-app .recap-card:nth-child(2) { margin-left: 8%; }
    #ewk2026-app .recap-card:nth-child(3) { margin-right: 8%; }
    #ewk2026-app .recap-media {
      position: absolute;
      inset: 0;
      background:
        linear-gradient(to top, rgba(8,11,16,.95), rgba(8,11,16,.14) 65%),
        radial-gradient(circle at 75% 25%, rgba(26,115,232,.42), transparent 28%),
        linear-gradient(135deg, #1a2431, #080b10);
    }
    #ewk2026-app .recap-card:nth-child(2) .recap-media { background: linear-gradient(to top, rgba(8,11,16,.95), rgba(8,11,16,.1) 65%), radial-gradient(circle at 25% 35%, rgba(0,196,180,.36), transparent 26%), linear-gradient(135deg, #131b26, #070a0f); }
    #ewk2026-app .recap-card:nth-child(3) .recap-media { background: linear-gradient(to top, rgba(8,11,16,.95), rgba(8,11,16,.1) 65%), radial-gradient(circle at 72% 32%, rgba(56,216,255,.3), transparent 25%), linear-gradient(135deg, #101824, #080b10); }
    #ewk2026-app .media-label { position: absolute; top: 22px; left: 22px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(8,11,16,.42); backdrop-filter: blur(8px); font: 500 10px/1.2 Montserrat, sans-serif; letter-spacing: .08em; color: rgba(255,255,255,.7); }
    #ewk2026-app .recap-body { position: relative; z-index: 1; }
    #ewk2026-app .recap-index { font: 600 11px/1 Montserrat, sans-serif; letter-spacing: .12em; color: var(--teal); }
    #ewk2026-app .recap-card h3 { margin: 14px 0 10px; max-width: 520px; font-size: clamp(24px, 2.4vw, 38px); line-height: 1.18; letter-spacing: -.035em; }
    #ewk2026-app .text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 14px; }

    /* Intro stats */
    #ewk2026-app .intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 8vw; align-items: start; }
    #ewk2026-app .intro-copy p { margin: 34px 0 0; max-width: 700px; color: var(--muted); font-size: 19px; }
    #ewk2026-app .quote-box { margin-top: 48px; padding: 28px 0 0 28px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); font-size: clamp(24px, 2.6vw, 39px); line-height: 1.3; letter-spacing: -.03em; }
    #ewk2026-app .stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
    #ewk2026-app .stat-card { min-height: 210px; padding: 26px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.025); display: flex; flex-direction: column; justify-content: space-between; }
    #ewk2026-app .stat-number { font-family: Montserrat, sans-serif; font-size: clamp(42px, 5vw, 72px); font-weight: 700; letter-spacing: -.06em; background: linear-gradient(120deg, #fff, #8dfff6 60%, #8dbaff); -webkit-background-clip: text; background-clip: text; color: transparent; }
    #ewk2026-app .stat-label { color: var(--muted); font-size: 14px; }

    /* Experience */
    #ewk2026-app .experience-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 56px; }
    #ewk2026-app .experience-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
    #ewk2026-app .experience-card {
      position: relative;
      min-height: 330px;
      padding: 30px;
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: 28px;
      background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.015));
      transition: transform .35s ease, border-color .35s ease;
    }
    #ewk2026-app .experience-card:hover { transform: translateY(-6px); border-color: rgba(0,196,180,.38); }
    #ewk2026-app .experience-card:nth-child(1),
#ewk2026-app .experience-card:nth-child(4) { grid-column: span 7; }
    #ewk2026-app .experience-card:nth-child(2),
#ewk2026-app .experience-card:nth-child(3) { grid-column: span 5; }
    #ewk2026-app .experience-card:nth-child(5) { grid-column: span 12; min-height: 290px; }
    #ewk2026-app .exp-no { font: 600 12px/1 Montserrat, sans-serif; color: var(--teal); letter-spacing: .15em; }
    #ewk2026-app .experience-card h3 { margin: 70px 0 12px; max-width: 530px; font-size: clamp(27px, 3vw, 44px); line-height: 1.15; letter-spacing: -.04em; }
    #ewk2026-app .experience-card p { max-width: 560px; color: var(--muted); }
    #ewk2026-app .exp-graphic { position: absolute; width: 260px; height: 260px; right: -55px; bottom: -80px; border: 1px solid rgba(56,216,255,.2); border-radius: 50%; }
    #ewk2026-app .exp-graphic::before,
#ewk2026-app .exp-graphic::after { content: ""; position: absolute; inset: 42px; border: inherit; border-radius: inherit; }
    #ewk2026-app .exp-graphic::after { inset: 92px; border-color: rgba(0,196,180,.3); }
    #ewk2026-app .experience-card:nth-child(2) .exp-graphic { border-radius: 28%; transform: rotate(32deg); }
    #ewk2026-app .experience-card:nth-child(3) .exp-graphic { width: 300px; height: 120px; border-radius: 50%; transform: rotate(-18deg); }

    /* Speakers */
    #ewk2026-app .speakers-head { display: grid; grid-template-columns: 1fr .8fr; gap: 7vw; align-items: end; }
    #ewk2026-app .speakers-note { color: #59636e; font-size: 17px; }
    #ewk2026-app .speakers-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 22px; margin-top: 60px; }
    #ewk2026-app .speaker-card { position: relative; min-height: 620px; padding: 30px; overflow: hidden; border-radius: 34px; background: var(--ink); color: #fff; }
    #ewk2026-app .speaker-card.secondary { min-height: 520px; margin-top: 100px; }
    #ewk2026-app .speaker-media {
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 55% 30%, rgba(255,255,255,.14), transparent 24%), linear-gradient(160deg, #202a36, #080b10 68%);
    }
    #ewk2026-app .speaker-media::before {
      content: "";
      position: absolute;
      width: 70%;
      aspect-ratio: 1;
      left: 15%;
      top: 14%;
      border-radius: 50%;
      background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.02));
      border: 1px solid rgba(255,255,255,.12);
    }
    #ewk2026-app .speaker-file { position: absolute; top: 26px; left: 26px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; font: 500 10px/1 Montserrat, sans-serif; color: rgba(255,255,255,.65); }
    #ewk2026-app .speaker-info { position: absolute; left: 30px; right: 30px; bottom: 30px; z-index: 2; padding-top: 120px; background: linear-gradient(to top, #080b10 34%, transparent); }
    #ewk2026-app .speaker-role { font: 600 11px/1.3 Montserrat, sans-serif; letter-spacing: .14em; color: var(--teal); text-transform: uppercase; }
    #ewk2026-app .speaker-name { margin: 13px 0 8px; font: 650 clamp(34px, 4vw, 62px)/1 Montserrat, sans-serif; letter-spacing: -.05em; }
    #ewk2026-app .speaker-title { color: rgba(255,255,255,.64); }
    #ewk2026-app .speaker-badge { position: absolute; z-index: 3; top: 28px; right: 28px; padding: 10px 13px; border-radius: 999px; background: linear-gradient(100deg, var(--teal), var(--blue)); color: #fff; font: 600 10px/1 Montserrat, sans-serif; letter-spacing: .1em; }

    /* Agenda */
    #ewk2026-app .agenda-wrap { margin-top: 58px; border-top: 1px solid var(--line); }
    #ewk2026-app .agenda-row {
      display: grid;
      grid-template-columns: 150px 1fr auto;
      gap: 28px;
      align-items: center;
      min-height: 94px;
      padding: 20px 0;
      border-bottom: 1px solid var(--line);
      transition: padding .28s ease, background .28s ease;
    }
    #ewk2026-app .agenda-row:hover { padding-left: 18px; padding-right: 18px; background: rgba(255,255,255,.025); }
    #ewk2026-app .agenda-time { font: 600 14px/1 Montserrat, sans-serif; letter-spacing: -.01em; color: var(--cyan); }
    #ewk2026-app .agenda-title { font-size: clamp(20px, 2vw, 28px); font-weight: 650; letter-spacing: -.02em; }
    #ewk2026-app .agenda-title .agenda-en { display: block; margin-top: 6px; font: 500 9px/1.4 Montserrat, sans-serif; letter-spacing: .13em; color: rgba(255,255,255,.3); text-transform: uppercase; }
    #ewk2026-app .agenda-type { padding: 8px 10px; border: 1px solid var(--line); border-radius: 999px; font: 500 10px/1 Montserrat, sans-serif; letter-spacing: .1em; color: rgba(255,255,255,.5); text-transform: uppercase; }
    #ewk2026-app .agenda-row.keynote { position: relative; }
    #ewk2026-app .agenda-row.keynote::before { content: ""; position: absolute; left: 0; top: 18px; bottom: 18px; width: 3px; border-radius: 3px; background: linear-gradient(var(--teal), var(--blue)); }
    #ewk2026-app .agenda-row.keynote .agenda-title { background: linear-gradient(110deg, #fff, #75f0e6 50%, #7caeff); -webkit-background-clip: text; background-clip: text; color: transparent; }

    /* Media slider */
    #ewk2026-app .media-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
    #ewk2026-app .slider-controls { display: flex; gap: 8px; }
    #ewk2026-app .slider-btn { width: 50px; height: 50px; border-radius: 50%; border: 1px solid var(--line-dark); background: transparent; color: var(--ink); cursor: pointer; transition: background .25s ease, color .25s ease; }
    #ewk2026-app .slider-btn:hover { background: var(--ink); color: #fff; }
    #ewk2026-app .media-slider { margin-top: 52px; overflow: hidden; }
    #ewk2026-app .media-track { display: flex; gap: 18px; transition: transform .55s cubic-bezier(.2,.7,.2,1); will-change: transform; }
    #ewk2026-app .media-slide { flex: 0 0 min(75vw, 780px); }
    #ewk2026-app .media-placeholder { position: relative; aspect-ratio: 16/10; display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 30px; background: linear-gradient(135deg, #dfe5e8, #cdd6da); border: 1px solid rgba(10,13,18,.08); }
    #ewk2026-app .media-placeholder::before { content: ""; position: absolute; width: 65%; height: 65%; border: 1px solid rgba(10,13,18,.12); border-radius: 50%; transform: rotate(-15deg); }
    #ewk2026-app .media-placeholder::after { content: ""; position: absolute; width: 36%; height: 36%; border: 1px solid rgba(0,124,116,.25); border-radius: 50%; transform: rotate(20deg); }
    #ewk2026-app .media-filename { position: relative; z-index: 2; padding: 12px 15px; border-radius: 999px; background: rgba(255,255,255,.62); backdrop-filter: blur(10px); font: 600 11px/1 Montserrat, sans-serif; letter-spacing: .06em; color: #3c4651; }
    #ewk2026-app .media-caption { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding: 20px 4px 0; }
    #ewk2026-app .media-caption h3 { margin: 0; font-size: 23px; letter-spacing: -.025em; }
    #ewk2026-app .media-caption p { margin: 0; max-width: 420px; color: #59636e; font-size: 14px; }

    /* Attend */
    #ewk2026-app .attend-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 8vw; align-items: start; }
    #ewk2026-app .attend-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
    #ewk2026-app .attend-item { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--line); }
    #ewk2026-app .attend-item b { font: 600 12px/1.4 Montserrat, sans-serif; color: var(--teal); }
    #ewk2026-app .attend-item p { margin: 0; color: rgba(255,255,255,.82); font-size: 18px; }

    /* Venue */
    #ewk2026-app .venue-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 56px; }
    #ewk2026-app .venue-card { position: relative; min-height: 500px; overflow: hidden; border-radius: 34px; background: var(--ink); color: #fff; }
    #ewk2026-app .venue-card.info { padding: 40px; display: flex; flex-direction: column; justify-content: space-between; }
    #ewk2026-app .venue-card.map { display: flex; align-items: center; justify-content: center; background: #dbe2e5; color: var(--ink); }
    #ewk2026-app .venue-card.map::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(10,13,18,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(10,13,18,.07) 1px, transparent 1px); background-size: 38px 38px; }
    #ewk2026-app .venue-card h3 { margin: 0; font: 650 clamp(42px, 5vw, 68px)/1 Montserrat, sans-serif; letter-spacing: -.05em; }
    #ewk2026-app .venue-details { display: grid; gap: 12px; color: rgba(255,255,255,.72); }
    #ewk2026-app .venue-details strong { color: #fff; }
    #ewk2026-app .route-pill { display: inline-flex; align-items: center; gap: 8px; width: fit-content; padding: 9px 12px; border-radius: 999px; background: rgba(0,196,180,.12); color: #72e9df; font-size: 13px; }
    #ewk2026-app .map-file { position: relative; z-index: 2; padding: 12px 15px; border: 1px solid rgba(10,13,18,.12); border-radius: 999px; background: rgba(255,255,255,.72); backdrop-filter: blur(8px); font: 600 11px/1 Montserrat, sans-serif; }

    /* Mid CTA */
    #ewk2026-app .cta-band { padding: 72px 0; background: linear-gradient(115deg, #00a99c, #1667d8 72%, #2736a8); }
    #ewk2026-app .cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
    #ewk2026-app .cta-band h2 { margin: 0; max-width: 760px; font-size: clamp(34px, 4vw, 62px); line-height: 1.1; letter-spacing: -.045em; }
    #ewk2026-app .cta-band p { margin: 12px 0 0; color: rgba(255,255,255,.7); }
    #ewk2026-app .cta-band .btn { background: #fff; color: var(--ink); flex: 0 0 auto; }

    /* Form */
    #ewk2026-app .form-head { display: grid; grid-template-columns: 1fr .78fr; gap: 8vw; align-items: end; }
    #ewk2026-app .form-summary { padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.025); color: var(--muted); }
    #ewk2026-app .form-summary strong { display: block; color: #fff; margin-bottom: 7px; }
    #ewk2026-app .reg-form { margin-top: 56px; display: grid; gap: 18px; }
    #ewk2026-app .form-card { padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.025); }
    #ewk2026-app .form-card-title { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; }
    #ewk2026-app .form-step { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: rgba(0,196,180,.14); color: #71eee4; font: 600 11px/1 Montserrat, sans-serif; }
    #ewk2026-app .form-card h3 { margin: 0; font-size: 22px; }
    #ewk2026-app .field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
    #ewk2026-app .field { display: grid; gap: 9px; }
    #ewk2026-app .field.full { grid-column: 1 / -1; }
    #ewk2026-app .field label,
#ewk2026-app .field legend { font-size: 14px; font-weight: 650; }
    #ewk2026-app .required { color: #6deade; }
    #ewk2026-app .field input[type="text"],
#ewk2026-app .field input[type="email"],
#ewk2026-app .field input[type="tel"],
#ewk2026-app .field select,
#ewk2026-app .field textarea {
      width: 100%;
      min-height: 52px;
      padding: 13px 15px;
      border: 1px solid rgba(255,255,255,.14);
      border-radius: 13px;
      outline: none;
      background: rgba(255,255,255,.035);
      color: #fff;
      transition: border-color .2s ease, box-shadow .2s ease;
    }
    #ewk2026-app .field textarea { min-height: 118px; resize: vertical; }
    #ewk2026-app .field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #8995a4 50%), linear-gradient(135deg, #8995a4 50%, transparent 50%); background-position: calc(100% - 18px) 22px, calc(100% - 13px) 22px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
    #ewk2026-app .field select option { color: #111; }
    #ewk2026-app .field input:focus,
#ewk2026-app .field select:focus,
#ewk2026-app .field textarea:focus { border-color: rgba(0,196,180,.75); box-shadow: 0 0 0 4px rgba(0,196,180,.08); }
    #ewk2026-app .field small { color: var(--muted-2); font-size: 12px; }
    #ewk2026-app .choice-grid { display: flex; flex-wrap: wrap; gap: 10px; }
    #ewk2026-app .choice { position: relative; }
    #ewk2026-app .choice input { position: absolute; opacity: 0; pointer-events: none; }
    #ewk2026-app .choice label { display: inline-flex; align-items: center; min-height: 42px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: rgba(255,255,255,.68); cursor: pointer; transition: .2s ease; font-size: 13px; }
    #ewk2026-app .choice input:checked + label { border-color: rgba(0,196,180,.65); background: rgba(0,196,180,.13); color: #fff; }
    #ewk2026-app .consent { padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.02); }
    #ewk2026-app .consent + .consent { margin-top: 12px; }
    #ewk2026-app .consent-head { display: flex; align-items: flex-start; gap: 11px; }
    #ewk2026-app .consent input { margin-top: 5px; accent-color: var(--teal); }
    #ewk2026-app .consent label { font-weight: 650; }
    #ewk2026-app .consent button { margin-left: auto; border: 0; background: none; color: var(--muted); cursor: pointer; font-size: 12px; text-decoration: underline; }
    #ewk2026-app .consent-detail { display: none; margin: 15px 0 0 27px; padding: 16px; border-radius: 12px; background: rgba(0,0,0,.18); color: var(--muted); font-size: 12px; white-space: pre-line; }
    #ewk2026-app .consent.open .consent-detail { display: block; }
    #ewk2026-app .submit-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 4px; }
    #ewk2026-app .submit-note { max-width: 640px; color: var(--muted); font-size: 13px; }
    #ewk2026-app .demo-note { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; color: #87c7ff; font-size: 12px; }
    #ewk2026-app .demo-note::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #52a8ff; }

    /* FAQ */
    #ewk2026-app .faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; }
    #ewk2026-app .faq-list { border-top: 1px solid var(--line-dark); }
    #ewk2026-app .faq-item { border-bottom: 1px solid var(--line-dark); }
    #ewk2026-app .faq-question { width: 100%; padding: 25px 0; display: grid; grid-template-columns: 1fr 30px; gap: 20px; align-items: center; border: 0; background: transparent; color: var(--ink); text-align: left; cursor: pointer; font-size: 18px; font-weight: 650; }
    #ewk2026-app .faq-icon { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--line-dark); border-radius: 50%; transition: transform .25s ease; }
    #ewk2026-app .faq-answer { max-height: 0; overflow: hidden; color: #56606c; transition: max-height .35s ease; }
    #ewk2026-app .faq-answer p { margin: 0; padding: 0 42px 25px 0; }
    #ewk2026-app .faq-item.open .faq-answer { max-height: 250px; }
    #ewk2026-app .faq-item.open .faq-icon { transform: rotate(45deg); }

    /* Footer */
    #ewk2026-app .site-footer { padding: 70px 0 34px; background: #07090d; border-top: 1px solid var(--line); }
    #ewk2026-app .footer-top { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
    #ewk2026-app .footer-brand { font: 720 clamp(38px, 5vw, 72px)/1 Montserrat, sans-serif; letter-spacing: -.055em; }
    #ewk2026-app .footer-brand span { display: block; margin-top: 12px; font-size: 12px; letter-spacing: .14em; color: var(--teal); text-transform: uppercase; }
    #ewk2026-app .footer-info { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; color: var(--muted); font-size: 13px; }
    #ewk2026-app .footer-info strong { display: block; margin-bottom: 8px; color: #fff; }
    #ewk2026-app .footer-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-top: 58px; padding-top: 28px; border-top: 1px solid var(--line); color: rgba(255,255,255,.4); font-size: 12px; }
    #ewk2026-app .footer-links { display: flex; flex-wrap: wrap; gap: 18px; }

    /* Modal */
    #ewk2026-app .modal { position: fixed; inset: 0; z-index: 2000; display: none; align-items: center; justify-content: center; padding: 24px; background: rgba(2,4,7,.72); backdrop-filter: blur(14px); }
    #ewk2026-app .modal.show { display: flex; }
    #ewk2026-app .modal-card { width: min(620px, 100%); padding: 40px; border: 1px solid var(--line); border-radius: 30px; background: var(--surface); box-shadow: var(--shadow); }
    #ewk2026-app .modal-check { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--teal), var(--blue)); font-size: 24px; }
    #ewk2026-app .modal-card h3 { margin: 24px 0 12px; font-size: 34px; letter-spacing: -.04em; }
    #ewk2026-app .modal-card p { color: var(--muted); }
    #ewk2026-app .modal-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }

    /* Sticky mobile CTA */
    #ewk2026-app .mobile-cta { display: none; position: fixed; z-index: 950; left: 14px; right: 14px; bottom: 14px; min-height: 58px; align-items: center; justify-content: space-between; gap: 14px; padding: 8px 8px 8px 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(8,11,16,.86); backdrop-filter: blur(18px); box-shadow: 0 18px 40px rgba(0,0,0,.3); }
    #ewk2026-app .mobile-cta span { font: 600 11px/1.3 Montserrat, sans-serif; letter-spacing: .04em; color: rgba(255,255,255,.67); }
    #ewk2026-app .mobile-cta .btn { min-height: 43px; padding: 0 17px; font-size: 13px; }

    /* Reveal */
    #ewk2026-app [data-delay="1"] { transition-delay: .08s; }
    #ewk2026-app [data-delay="2"] { transition-delay: .16s; }
    #ewk2026-app [data-delay="3"] { transition-delay: .24s; }

    @media (max-width: 1040px) {
      #ewk2026-app { --container: min(100% - 36px, 940px); }
      #ewk2026-app .header-nav { display: none; position: fixed; left: 18px; right: 18px; top: 84px; padding: 24px; flex-direction: column; align-items: flex-start; background: rgba(10,14,20,.96); border: 1px solid var(--line); border-radius: 20px; backdrop-filter: blur(18px); }
      #ewk2026-app .header-nav.open { display: flex; }
      #ewk2026-app .header-inner > .btn { display: none; }
      #ewk2026-app .menu-btn { display: block; }
      #ewk2026-app .hero-grid { grid-template-columns: 1fr; gap: 36px; }
      #ewk2026-app .hero-visual { min-height: 540px; }
      #ewk2026-app .visual-shell { max-width: 500px; }
      #ewk2026-app .recap-layout,
#ewk2026-app .intro-grid,
#ewk2026-app .attend-grid,
#ewk2026-app .faq-layout,
#ewk2026-app .form-head { grid-template-columns: 1fr; gap: 50px; }
      #ewk2026-app .recap-copy { position: relative; top: auto; }
      #ewk2026-app .speakers-head { grid-template-columns: 1fr; }
      #ewk2026-app .venue-grid { grid-template-columns: 1fr; }
      #ewk2026-app .speaker-card.secondary { margin-top: 60px; }
      #ewk2026-app .footer-top { grid-template-columns: 1fr; }
    }

    @media (max-width: 760px) {
      #ewk2026-app { --container: calc(100vw - 30px); --header-h: 68px; }
      #ewk2026-app .section { padding: 92px 0; }
      #ewk2026-app .section-title { font-size: clamp(36px, 10.5vw, 54px); }
      #ewk2026-app .site-header { height: var(--header-h); }
      #ewk2026-app .brand-logo { width: 88px; }
      #ewk2026-app .hero { padding-top: calc(var(--header-h) + 44px); min-height: auto; }
      #ewk2026-app .hero h1 { font-size: clamp(48px, 15vw, 74px); }
      #ewk2026-app .hero-copy { font-size: 21px; }
      #ewk2026-app .hero-subcopy { font-size: 15px; }
      #ewk2026-app .hero-actions .btn { width: 100%; }
      #ewk2026-app .hero-visual { min-height: 440px; }
      #ewk2026-app .visual-shell { width: 88%; border-radius: 30px; padding: 12px; }
      #ewk2026-app .visual-media { border-radius: 22px; }
      #ewk2026-app .floating-info { right: -14px; top: 58px; width: 155px; padding: 14px; }
      #ewk2026-app .floating-info strong { font-size: 22px; }
      #ewk2026-app .hero-meta { left: -10px; bottom: 35px; padding: 15px 17px; }
      #ewk2026-app .recap-card:nth-child(2),
#ewk2026-app .recap-card:nth-child(3) { margin: 0; }
      #ewk2026-app .recap-card { min-height: 310px; padding: 22px; }
      #ewk2026-app .stats-grid { grid-template-columns: 1fr 1fr; }
      #ewk2026-app .stat-card { min-height: 170px; padding: 21px; }
      #ewk2026-app .experience-head,
#ewk2026-app .media-head,
#ewk2026-app .cta-inner { align-items: flex-start; flex-direction: column; }
      #ewk2026-app .experience-card,
#ewk2026-app .experience-card:nth-child(n) { grid-column: span 12; min-height: 310px; }
      #ewk2026-app .speakers-grid { grid-template-columns: 1fr; }
      #ewk2026-app .speaker-card,
#ewk2026-app .speaker-card.secondary { min-height: 520px; margin-top: 0; }
      #ewk2026-app .agenda-row { grid-template-columns: 105px 1fr; gap: 15px; min-height: 82px; }
      #ewk2026-app .agenda-type { display: none; }
      #ewk2026-app .agenda-title { font-size: 18px; }
      #ewk2026-app .media-slide { flex-basis: 88vw; }
      #ewk2026-app .media-caption { flex-direction: column; gap: 9px; }
      #ewk2026-app .venue-card { min-height: 430px; }
      #ewk2026-app .venue-card.info { padding: 28px; }
      #ewk2026-app .cta-band { padding: 58px 0; }
      #ewk2026-app .field-grid { grid-template-columns: 1fr; }
      #ewk2026-app .form-card { padding: 24px 18px; border-radius: 22px; }
      #ewk2026-app .submit-row { align-items: stretch; flex-direction: column; }
      #ewk2026-app .submit-row .btn { width: 100%; }
      #ewk2026-app .footer-info { grid-template-columns: 1fr; }
      #ewk2026-app .footer-bottom { align-items: flex-start; flex-direction: column; padding-bottom: 80px; }
      #ewk2026-app .mobile-cta { display: flex; }
    }

    @media (prefers-reduced-motion: reduce) {
      #ewk2026-app *,
#ewk2026-app *::before,
#ewk2026-app *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
      #ewk2026-app [data-reveal] { opacity: 1; transform: none; }
    }
  

    /* =========================
       V2 CALM VISUAL OVERRIDES
       ========================= */
    #ewk2026-app { font-weight: 400; }
    #ewk2026-app .sr-only {
      position: absolute !important;
      width: 1px !important;
      height: 1px !important;
      padding: 0 !important;
      margin: -1px !important;
      overflow: hidden !important;
      clip: rect(0,0,0,0) !important;
      white-space: nowrap !important;
      border: 0 !important;
    }
    #ewk2026-app .section-title { font-weight: 600; }
    #ewk2026-app .section-title.small { font-weight: 600; }
    #ewk2026-app .section-dark,
#ewk2026-app .section-soft {
      isolation: isolate;
      background-image:
        radial-gradient(circle at 86% 18%, rgba(26,115,232,.10), transparent 24%),
        radial-gradient(circle at 10% 82%, rgba(0,196,180,.07), transparent 25%),
        linear-gradient(135deg, rgba(255,255,255,.015), transparent 45%);
      background-color: var(--bg);
    }
    #ewk2026-app .section-soft { background-color: var(--bg-soft); }
    #ewk2026-app .section-dark::before,
#ewk2026-app .section-soft::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      pointer-events: none;
      opacity: .13;
      background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
      background-size: 72px 72px;
      mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
    }

    #ewk2026-app .btn {
      font-weight: 600;
      transition: box-shadow .22s ease, border-color .22s ease, background-color .22s ease;
      -webkit-appearance: none;
      appearance: none;
    }
    #ewk2026-app .btn:hover { transform: none; }
    #ewk2026-app .btn-primary {
      background-color: transparent !important;
      background-image: linear-gradient(110deg, #00c4b4 0%, #1a73e8 100%) !important;
      background-size: 100% 100% !important;
      background-repeat: no-repeat !important;
      background-position: center !important;
      overflow: hidden;
    }
    #ewk2026-app .recap-card:hover,
#ewk2026-app .experience-card:hover { transform: none; }

    #ewk2026-app .hero {
      min-height: auto;
      padding: calc(var(--header-h) + 72px) 0 104px;
    }
    #ewk2026-app .hero-orbit { animation: none; opacity: .55; }
    #ewk2026-app .hero-grid {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 52px;
      text-align: center;
    }
    #ewk2026-app .hero-content {
      width: min(100%, 980px);
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    #ewk2026-app .event-title-logo {
      width: min(780px, 88vw);
      min-height: 156px;
      display: grid;
      place-items: center;
      margin: 0 auto;
    }
    #ewk2026-app .event-title-logo img {
      width: 100%;
      max-height: 220px;
      object-fit: contain;
    }
    #ewk2026-app .event-title-logo-placeholder {
      width: 100%;
      min-height: 156px;
      display: grid;
      place-items: center;
      border: 1px solid rgba(255,255,255,.14);
      border-radius: 28px;
      background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.015));
      font: 500 12px/1 Montserrat, sans-serif;
      letter-spacing: .1em;
      color: rgba(255,255,255,.42);
    }
    #ewk2026-app .hero-copy {
      max-width: 820px;
      margin-top: 30px;
      font-weight: 400;
      font-size: clamp(28px, 4vw, 54px);
      line-height: 1.22;
    }
    #ewk2026-app .hero-copy strong { font-weight: 600; }
    #ewk2026-app .hero-subcopy { max-width: 760px; }
    #ewk2026-app .hero-actions { justify-content: center; }
    #ewk2026-app .hero-visual {
      width: min(100%, 980px);
      min-height: auto;
    }
    #ewk2026-app .visual-shell {
      width: 100%;
      aspect-ratio: 16 / 8.2;
      transform: none;
      border-radius: 34px;
    }
    #ewk2026-app .visual-media { border-radius: 24px; }
    #ewk2026-app .floating-info { right: 22px; top: 22px; transform: none; text-align: left; }
    #ewk2026-app .hero-meta { left: 22px; bottom: 22px; transform: none; text-align: left; }

    #ewk2026-app .topic-track { animation: none; }
    #ewk2026-app .topic-strip { overflow-x: auto; scrollbar-width: none; }
    #ewk2026-app .topic-strip::-webkit-scrollbar { display: none; }

    #ewk2026-app .recap-title {
      max-width: 760px;
      font-size: clamp(30px, 3.5vw, 52px) !important;
      line-height: 1.16;
      letter-spacing: -.035em;
    }
    #ewk2026-app .recap-card h3,
#ewk2026-app .experience-card h3,
#ewk2026-app .speaker-name,
#ewk2026-app .media-caption h3,
#ewk2026-app .venue-card h3,
#ewk2026-app .form-card h3 { font-weight: 600; }
    #ewk2026-app .text-link { font-weight: 600; }

    #ewk2026-app .agenda-columns {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 22px;
      margin-top: 52px;
      align-items: start;
    }
    #ewk2026-app .agenda-panel {
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: 24px;
      background: rgba(255,255,255,.022);
    }
    #ewk2026-app .agenda-panel-head {
      padding: 18px 20px;
      border-bottom: 1px solid var(--line);
      font: 500 11px/1 Montserrat, sans-serif;
      letter-spacing: .1em;
      color: rgba(255,255,255,.46);
    }
    #ewk2026-app .agenda-panel .agenda-wrap { margin-top: 0; border-top: 0; }
    #ewk2026-app .agenda-row {
      min-height: 92px;
      grid-template-columns: 96px minmax(0,1fr);
      gap: 14px;
      padding: 18px 20px;
      transition: none;
    }
    #ewk2026-app .agenda-row:hover {
      padding-left: 20px;
      padding-right: 20px;
      background: transparent;
    }
    #ewk2026-app .agenda-title { font-size: clamp(17px, 1.4vw, 21px); font-weight: 500; }
    #ewk2026-app .agenda-type { display: none; }
    #ewk2026-app .agenda-row.keynote::before { top: 14px; bottom: 14px; }

    #ewk2026-app .youtube-slot iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }
    #ewk2026-app .video-play-mark {
      position: absolute;
      left: 50%;
      top: 50%;
      z-index: 2;
      width: 58px;
      height: 58px;
      display: grid;
      place-items: center;
      border: 1px solid rgba(255,255,255,.24);
      border-radius: 50%;
      background: rgba(8,11,16,.54);
      color: #fff;
      transform: translate(-50%, -50%);
      backdrop-filter: blur(10px);
      font-size: 17px;
    }
    #ewk2026-app .media-placeholder .video-play-mark { border-color: rgba(10,13,18,.18); background: rgba(255,255,255,.68); color: var(--ink); }

    #ewk2026-app .form-section { color: var(--ink); }
    #ewk2026-app .form-section .micro-en { color: rgba(10,13,18,.38); }
    #ewk2026-app .form-section .form-summary {
      border-color: var(--line-dark);
      background: rgba(255,255,255,.72);
      color: #59636e;
    }
    #ewk2026-app .form-section .form-summary strong { color: var(--ink); font-weight: 600; }
    #ewk2026-app .form-section .form-card {
      border-color: var(--line-dark);
      background: rgba(255,255,255,.76);
      box-shadow: 0 16px 44px rgba(10,13,18,.04);
    }
    #ewk2026-app .form-section .form-step { background: rgba(0,124,116,.10); color: #087c76; }
    #ewk2026-app .form-section .field label,
#ewk2026-app .form-section .field legend { font-weight: 500; color: var(--ink); }
    #ewk2026-app .form-section .required { color: #087c76; }
    #ewk2026-app .form-section .field input[type="text"],
#ewk2026-app .form-section .field input[type="email"],
#ewk2026-app .form-section .field input[type="tel"],
#ewk2026-app .form-section .field select,
#ewk2026-app .form-section .field textarea {
      border-color: rgba(10,13,18,.14);
      background: #fff;
      color: var(--ink);
    }
    #ewk2026-app .form-section .choice label {
      border-color: rgba(10,13,18,.14);
      background: rgba(255,255,255,.58);
      color: #59636e;
      font-weight: 400;
    }
    #ewk2026-app .form-section .choice input:checked + label {
      border-color: rgba(0,124,116,.55);
      background: rgba(0,196,180,.10);
      color: var(--ink);
    }
    #ewk2026-app .form-section .consent {
      border-color: rgba(10,13,18,.12);
      background: rgba(242,244,245,.8);
    }
    #ewk2026-app .form-section .consent label { font-weight: 500; }
    #ewk2026-app .form-section .consent button { color: #59636e; }
    #ewk2026-app .form-section .consent-detail { background: rgba(10,13,18,.055); color: #59636e; }
    #ewk2026-app .form-section .submit-note { color: #59636e; }
    #ewk2026-app .form-section .demo-note { color: #356fa8; }
    #ewk2026-app .form-info-note {
      margin: 16px 0 0;
      padding: 14px 16px;
      border-radius: 12px;
      background: rgba(10,13,18,.045);
      color: #626c77;
      font-size: 12px;
    }

    #ewk2026-app .faq-question { font-weight: 500; }

    #ewk2026-app .top-button {
      position: fixed;
      right: 26px;
      bottom: 26px;
      z-index: 1050;
      width: 50px;
      height: 50px;
      border: 1px solid rgba(255,255,255,.16);
      border-radius: 50%;
      background: rgba(8,11,16,.82);
      color: #fff;
      backdrop-filter: blur(12px);
      font: 600 10px/1 Montserrat, sans-serif;
      letter-spacing: .08em;
      cursor: pointer;
      opacity: 0;
      visibility: hidden;
      transition: opacity .2s ease, visibility .2s ease, border-color .2s ease;
    }
    #ewk2026-app .top-button.show { opacity: 1; visibility: visible; }
    #ewk2026-app .top-button:hover { border-color: rgba(0,196,180,.65); }

    #ewk2026-app [data-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }

    @media (max-width: 900px) {
      #ewk2026-app .agenda-columns { grid-template-columns: 1fr; }
      #ewk2026-app .event-title-logo { min-height: 120px; }
      #ewk2026-app .event-title-logo-placeholder { min-height: 120px; }
    }
    @media (max-width: 760px) {
      #ewk2026-app .hero { padding-top: calc(var(--header-h) + 48px); }
      #ewk2026-app .hero-copy { font-size: clamp(27px, 8.2vw, 40px); }
      #ewk2026-app .visual-shell { aspect-ratio: 4 / 3; }
      #ewk2026-app .floating-info { width: 142px; }
      #ewk2026-app .hero-meta { max-width: calc(100% - 44px); }
      #ewk2026-app .top-button { right: 16px; bottom: 88px; }
    }

  
    /* Draft v3 refinements */
    #ewk2026-app .btn {
      border-radius: 9999px !important;
      background-clip: padding-box !important;
      isolation: isolate;
    }

    #ewk2026-app .recap-layout {
      align-items: start !important;
    }
    #ewk2026-app .recap-copy {
      padding-top: 0 !important;
      align-self: start;
    }

    #ewk2026-app .speaker-main-title {
      max-width: 900px;
      font-size: clamp(22px, 3.25vw, 48px) !important;
      line-height: 1.16 !important;
    }

    #ewk2026-app .attend-grid .section-desc + .btn {
      margin-top: 38px;
    }

    #ewk2026-app .form-head {
      display: block !important;
    }

    #ewk2026-app fieldset.field {
      min-inline-size: 0;
      margin: 0 !important;
      padding: 0 !important;
      border: 0 !important;
    }

    #ewk2026-app .youtube-slot:not(:has(iframe)) {
      cursor: default;
    }

    @media (max-width: 760px) {
      #ewk2026-app .speaker-main-title {
        font-size: clamp(21px, 6.2vw, 28px) !important;
      }
      #ewk2026-app .attend-grid .section-desc + .btn {
        margin-top: 30px;
      }
    }

#ewk2026-app .video-play-mark { display: none !important; }

    /* =========================
       Draft v4 refinements
       ========================= */

    /* Hero: remove the large visual card and reuse its contour/toolpath mood as the main background */
    #ewk2026-app .hero {
      min-height: min(820px, 88svh) !important;
      padding: calc(var(--header-h) + 72px) 0 92px !important;
      overflow: hidden;
      background:
        radial-gradient(circle at 76% 25%, rgba(0,196,180,.18), transparent 24%),
        radial-gradient(circle at 35% 82%, rgba(26,115,232,.22), transparent 32%),
        linear-gradient(145deg, #071019 0%, #07111a 46%, #05080d 100%) !important;
    }

    #ewk2026-app .hero::before {
      opacity: .18 !important;
      background-image:
        repeating-radial-gradient(
          ellipse at 77% 25%,
          transparent 0 30px,
          rgba(56,216,255,.13) 31px 32px
        ) !important;
      background-size: auto !important;
      mask-image: linear-gradient(to bottom, rgba(0,0,0,.95), rgba(0,0,0,.72) 68%, transparent 100%) !important;
    }

    #ewk2026-app .hero::after {
      content: "";
      position: absolute;
      width: 1100px;
      height: 360px;
      left: 50%;
      top: 48%;
      transform: translate(-50%, -50%) rotate(-17deg);
      border: 1px solid rgba(56,216,255,.28);
      border-radius: 50%;
      box-shadow:
        0 0 42px rgba(26,115,232,.08),
        inset 0 0 32px rgba(0,196,180,.05);
      pointer-events: none;
      opacity: .82;
    }

    #ewk2026-app .hero-orbit {
      width: 860px !important;
      height: 310px !important;
      right: auto !important;
      left: 50% !important;
      top: 48% !important;
      transform: translate(-50%, -50%) rotate(-17deg) !important;
      opacity: .62 !important;
    }

    #ewk2026-app .hero-orbit::before { inset: 52px !important; }
    #ewk2026-app .hero-orbit::after { inset: 104px !important; }

    #ewk2026-app .hero-grid {
      grid-template-columns: 1fr !important;
      justify-items: center;
      gap: 0 !important;
    }

    #ewk2026-app .hero-content {
      position: relative;
      z-index: 2;
      width: min(100%, 920px) !important;
      text-align: center;
    }

    #ewk2026-app .hero-copy {
      margin-top: 0 !important;
      max-width: 820px !important;
    }

    #ewk2026-app .hero-subcopy {
      max-width: 820px !important;
      line-height: 1.8 !important;
    }

    /* About: stack copy and metrics into one full-width content flow */
    #ewk2026-app .about-single-column .intro-grid {
      grid-template-columns: 1fr !important;
      gap: 64px !important;
    }

    #ewk2026-app .about-single-column .intro-copy {
      width: min(100%, 980px);
    }

    #ewk2026-app .about-single-column .intro-copy p {
      max-width: 860px !important;
    }

    #ewk2026-app .about-single-column .quote-box {
      max-width: 980px;
    }

    #ewk2026-app .about-single-column .stats-grid {
      grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
      gap: 16px !important;
    }

    /* Leadership title block: one centered column while preserving speaker images */
    #ewk2026-app .speakers-centered .speakers-head {
      display: flex !important;
      flex-direction: column;
      align-items: center !important;
      justify-content: center;
      gap: 22px !important;
      text-align: center;
    }

    #ewk2026-app .speakers-centered .speaker-main-title {
      max-width: 1040px !important;
      margin-inline: auto;
      white-space: nowrap;
    }

    #ewk2026-app .speakers-centered .speakers-note {
      max-width: 760px;
      margin: 0 auto;
    }

    /* Agenda heading: centered, description kept on one line on desktop */
    #ewk2026-app .program-centered > .container > div:first-child {
      text-align: center;
    }

    #ewk2026-app .program-centered .section-title {
      max-width: none;
      margin-inline: auto;
    }

    #ewk2026-app .program-centered .section-desc {
      max-width: none !important;
      margin-inline: auto;
      white-space: nowrap;
      font-size: clamp(15px, 1.15vw, 18px);
    }

    /* Venue heading */
    #ewk2026-app .venue-centered > .container > div:first-child {
      text-align: center;
    }

    #ewk2026-app .venue-centered .section-title {
      max-width: none;
      margin-inline: auto;
      white-space: nowrap;
      font-size: clamp(32px, 4vw, 58px) !important;
    }

    /* Footer */
    #ewk2026-app .footer-brand {
      display: flex;
      align-items: center;
      min-height: 72px;
    }

    /* Buttons without external-link arrows */
    #ewk2026-app .btn {
      gap: 0 !important;
    }

    @media (max-width: 1100px) {
      #ewk2026-app .speakers-centered .speaker-main-title,
#ewk2026-app .program-centered .section-desc,
#ewk2026-app .venue-centered .section-title {
        white-space: normal;
      }

      #ewk2026-app .about-single-column .stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      }
    }

    @media (max-width: 760px) {
      #ewk2026-app .hero {
        min-height: auto !important;
        padding: calc(var(--header-h) + 54px) 0 76px !important;
      }

      #ewk2026-app .hero::after {
        width: 760px;
        height: 250px;
        top: 45%;
      }

      #ewk2026-app .hero-orbit {
        width: 670px !important;
        height: 230px !important;
        top: 45% !important;
      }

      #ewk2026-app .hero-subcopy br {
        display: block;
      }

      #ewk2026-app .about-single-column .intro-grid {
        gap: 42px !important;
      }

      #ewk2026-app .about-single-column .stats-grid {
        grid-template-columns: 1fr !important;
      }

      #ewk2026-app .speakers-centered .speaker-main-title,
#ewk2026-app .venue-centered .section-title {
        white-space: normal;
      }
    }

    /* =========================
       Draft v5 refinements
       ========================= */

    /* Kakao-style fixed frosted navigation */
    #ewk2026-app .site-header {
      background: rgba(7, 11, 16, .52) !important;
      border-bottom-color: rgba(255,255,255,.08) !important;
      -webkit-backdrop-filter: blur(18px) saturate(135%);
      backdrop-filter: blur(18px) saturate(135%);
      box-shadow: 0 8px 30px rgba(0,0,0,.08);
    }

    #ewk2026-app .site-header.scrolled {
      background: rgba(7, 11, 16, .72) !important;
      border-bottom-color: rgba(255,255,255,.11) !important;
      -webkit-backdrop-filter: blur(22px) saturate(145%);
      backdrop-filter: blur(22px) saturate(145%);
    }

    /* First view is a complete hero screen */
    #ewk2026-app .hero {
      min-height: 100svh !important;
      height: 100svh;
      box-sizing: border-box;
      padding-top: calc(var(--header-h) + 42px) !important;
      padding-bottom: 42px !important;
    }

    /* Cyprus recap: centered one-column heading + three cards in one row */
    #ewk2026-app .recap-single-row .recap-layout {
      display: block !important;
    }

    #ewk2026-app .recap-single-row .recap-copy {
      position: static !important;
      top: auto !important;
      max-width: 1060px;
      margin: 0 auto 54px;
      text-align: center;
    }

    #ewk2026-app .recap-single-row .recap-title {
      max-width: none !important;
      margin-inline: auto;
      white-space: nowrap;
      font-size: clamp(29px, 3.35vw, 50px) !important;
      line-height: 1.14 !important;
    }

    #ewk2026-app .recap-single-row .micro-en {
      display: block;
      margin-top: 12px;
    }

    #ewk2026-app .recap-single-row .recap-intro {
      max-width: 900px;
      margin: 24px auto 0 !important;
      font-size: 17px !important;
    }

    #ewk2026-app .recap-single-row .recap-copy .btn {
      margin-top: 28px;
    }

    #ewk2026-app .recap-single-row .recap-cards {
      display: grid !important;
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
      gap: 22px !important;
    }

    #ewk2026-app .recap-single-row .recap-card,
#ewk2026-app .recap-single-row .recap-card:nth-child(2),
#ewk2026-app .recap-single-row .recap-card:nth-child(3) {
      min-height: 420px;
      margin: 0 !important;
      transform: none;
      transition:
        transform .28s ease,
        box-shadow .28s ease,
        border-color .28s ease;
      border: 1px solid rgba(255,255,255,.06);
    }

    #ewk2026-app .recap-single-row .recap-media {
      transition: transform .45s cubic-bezier(.2,.7,.2,1), filter .35s ease;
      transform: scale(1.001);
    }

    #ewk2026-app .recap-single-row .recap-card:hover {
      transform: translateY(-7px);
      box-shadow: 0 30px 76px rgba(7,10,15,.22);
      border-color: rgba(0,196,180,.26);
    }

    #ewk2026-app .recap-single-row .recap-card:hover .recap-media {
      transform: scale(1.045);
      filter: saturate(1.08) brightness(1.03);
    }

    #ewk2026-app .recap-single-row .recap-card:hover .text-link {
      color: #fff;
    }

    /* About copy: one-line title and restrained two-line body */
    #ewk2026-app .about-one-line-title {
      max-width: none !important;
      white-space: nowrap;
      font-size: clamp(28px, 3.35vw, 48px) !important;
      line-height: 1.15 !important;
      font-weight: 520 !important;
      letter-spacing: -.045em !important;
    }

    #ewk2026-app .about-two-line-copy {
      max-width: 1180px !important;
      font-size: clamp(15px, 1.3vw, 18px) !important;
      line-height: 1.8 !important;
      letter-spacing: -.015em;
    }

    /* FAQ title */
    #ewk2026-app #faq .section-title {
      white-space: nowrap;
    }

    @media (max-width: 1100px) {
      #ewk2026-app .recap-single-row .recap-title,
#ewk2026-app .about-one-line-title {
        white-space: normal;
      }

      #ewk2026-app .recap-single-row .recap-cards {
        grid-template-columns: repeat(3, minmax(260px, 1fr)) !important;
        overflow-x: auto;
        padding: 2px 2px 18px;
        scroll-snap-type: x mandatory;
      }

      #ewk2026-app .recap-single-row .recap-card {
        scroll-snap-align: start;
      }

      #ewk2026-app .about-two-line-copy br {
        display: none;
      }
    }

    @media (max-width: 760px) {
      #ewk2026-app .hero {
        min-height: 100svh !important;
        height: auto;
        padding-top: calc(var(--header-h) + 44px) !important;
        padding-bottom: 58px !important;
      }

      #ewk2026-app .recap-single-row .recap-copy {
        margin-bottom: 38px;
      }

      #ewk2026-app .recap-single-row .recap-title {
        font-size: clamp(26px, 7.2vw, 34px) !important;
      }

      #ewk2026-app .recap-single-row .recap-cards {
        grid-template-columns: repeat(3, minmax(78vw, 1fr)) !important;
      }

      #ewk2026-app .recap-single-row .recap-card {
        min-height: 390px;
      }

      #ewk2026-app .about-one-line-title {
        font-size: clamp(25px, 7vw, 34px) !important;
      }

      #ewk2026-app .about-two-line-copy {
        font-size: 15px !important;
      }

      #ewk2026-app #faq .section-title {
        white-space: normal;
      }
    }

    /* =========================
       Draft v6 refinements
       ========================= */

    /* Recap real images */
    #ewk2026-app #recap .recap-media {
      background-repeat: no-repeat !important;
      background-size: cover !important;
      background-position: center !important;
    }

    /* Removed intro section: keep navigation flow clean */
    #ewk2026-app #experience {
      scroll-margin-top: calc(var(--header-h) + 18px);
    }

    /* Selected YouTube videos */
    #ewk2026-app .media-head-copy {
      max-width: 980px;
    }

    #ewk2026-app .media-head-copy .section-title {
      max-width: 980px;
    }

    #ewk2026-app .media-intro {
      margin: 22px 0 0;
      max-width: 760px;
      color: #59636e;
      font-size: clamp(15px, 1.25vw, 18px);
      line-height: 1.75;
    }

    #ewk2026-app .selected-video {
      flex-basis: min(72vw, 760px) !important;
    }

    #ewk2026-app .video-poster {
      aspect-ratio: 16 / 9 !important;
      background-color: #10151c !important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      background-position: center !important;
    }

    #ewk2026-app .video-poster::before,
#ewk2026-app .video-poster::after {
      display: none !important;
    }

    #ewk2026-app .media-video-tag {
      position: absolute;
      top: 22px;
      left: 22px;
      z-index: 2;
      padding: 9px 13px;
      border: 1px solid rgba(255,255,255,.18);
      border-radius: 999px;
      background: rgba(7,10,15,.56);
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      color: rgba(255,255,255,.9);
      font-size: 12px;
      font-weight: 600;
      letter-spacing: -.01em;
    }

    #ewk2026-app .video-url-pending {
      position: absolute;
      right: 20px;
      bottom: 18px;
      z-index: 2;
      padding: 8px 11px;
      border-radius: 999px;
      background: rgba(7,10,15,.62);
      color: rgba(255,255,255,.72);
      font-family: Montserrat, sans-serif;
      font-size: 10px;
      letter-spacing: .06em;
    }

    #ewk2026-app .selected-video .media-caption {
      display: block !important;
    }

    #ewk2026-app .selected-video .media-caption h3 {
      max-width: 680px;
      font-size: clamp(20px, 2vw, 27px);
      line-height: 1.35;
      font-weight: 600;
    }

    #ewk2026-app .selected-video .media-caption p {
      margin-top: 12px;
      max-width: 660px;
      font-size: 15px;
      line-height: 1.7;
    }

    #ewk2026-app .youtube-slot iframe {
      position: relative;
      z-index: 5;
      width: 100%;
      height: 100%;
      border: 0;
      background: #000;
    }

    @media (max-width: 760px) {
      #ewk2026-app .selected-video {
        flex-basis: 88vw !important;
      }

      #ewk2026-app .media-video-tag {
        top: 14px;
        left: 14px;
        padding: 7px 10px;
        font-size: 10px;
      }

      #ewk2026-app .video-url-pending {
        right: 12px;
        bottom: 12px;
        font-size: 9px;
      }
    }

    /* =========================
       Draft v7 refinements
       ========================= */

    /* RECAP intro stays on one line on desktop */
    #ewk2026-app .recap-intro-one-line {
      max-width: none !important;
      white-space: nowrap;
      font-size: clamp(14px, 1.15vw, 17px) !important;
      letter-spacing: -.02em;
    }

    /* Agenda */
    #ewk2026-app #program .section-title {
      margin-bottom: 46px;
    }

    /* Media heading in one line */
    #ewk2026-app .media-title-one-line {
      max-width: none !important;
      white-space: nowrap;
      font-size: clamp(29px, 3.45vw, 51px) !important;
      line-height: 1.14 !important;
    }

    /* Embedded map */
    #ewk2026-app .embedded-map-card {
      position: relative;
      overflow: hidden;
      min-height: 500px !important;
      padding: 0 !important;
      background: #e9edf0 !important;
    }

    #ewk2026-app .embedded-map-card iframe {
      display: block;
      width: 100%;
      height: 100%;
      min-height: 500px;
      border: 0;
    }

    #ewk2026-app .map-actions {
      position: absolute;
      left: 18px;
      bottom: 18px;
      z-index: 3;
      display: flex;
      gap: 8px;
      padding: 7px;
      border: 1px solid rgba(255,255,255,.72);
      border-radius: 999px;
      background: rgba(255,255,255,.84);
      -webkit-backdrop-filter: blur(12px);
      backdrop-filter: blur(12px);
      box-shadow: 0 12px 30px rgba(13,21,30,.14);
    }

    #ewk2026-app .map-actions a {
      display: inline-flex;
      align-items: center;
      min-height: 34px;
      padding: 0 13px;
      border-radius: 999px;
      color: #141a21;
      font-size: 12px;
      font-weight: 600;
      text-decoration: none;
      transition: background .2s ease;
    }

    #ewk2026-app .map-actions a:hover {
      background: rgba(15,23,32,.08);
    }

    @media (max-width: 1100px) {
      #ewk2026-app .recap-intro-one-line,
#ewk2026-app .media-title-one-line {
        white-space: normal;
      }
    }

    @media (max-width: 760px) {
      #ewk2026-app .embedded-map-card,
#ewk2026-app .embedded-map-card iframe {
        min-height: 390px !important;
      }

      #ewk2026-app .map-actions {
        left: 12px;
        bottom: 12px;
      }

      #ewk2026-app .map-actions a {
        min-height: 32px;
        padding: 0 11px;
        font-size: 11px;
      }
    }

    /* =========================
       Draft v8 refinements
       ========================= */

    /* YC College line break */
    #ewk2026-app #venue .venue-card.info h3 {
      line-height: .94 !important;
    }

    /* YouTube error 153-safe click-to-play UI */
    #ewk2026-app .youtube-slot {
      position: relative;
      cursor: pointer;
    }

    #ewk2026-app .video-overlay-controls {
      position: absolute;
      inset: 0;
      z-index: 6;
      display: flex;
      align-items: center;
      justify-content: center;
      pointer-events: none;
    }

    #ewk2026-app .video-play-button {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      min-height: 48px;
      padding: 0 20px;
      border: 1px solid rgba(255,255,255,.26);
      border-radius: 999px;
      background: rgba(7,10,15,.72);
      color: #fff;
      font-family: Pretendard, sans-serif;
      font-size: 14px;
      font-weight: 600;
      box-shadow: 0 14px 34px rgba(0,0,0,.24);
      -webkit-backdrop-filter: blur(12px);
      backdrop-filter: blur(12px);
      cursor: pointer;
      pointer-events: auto;
      transition: transform .2s ease, background .2s ease;
    }

    #ewk2026-app .video-play-button:hover {
      transform: scale(1.035);
      background: rgba(7,10,15,.88);
    }

    #ewk2026-app .video-play-button span:first-child {
      font-size: 12px;
    }

    #ewk2026-app .video-youtube-link {
      position: absolute;
      right: 16px;
      bottom: 14px;
      padding: 8px 11px;
      border-radius: 999px;
      background: rgba(7,10,15,.68);
      color: rgba(255,255,255,.82);
      font-size: 11px;
      font-weight: 500;
      text-decoration: none;
      pointer-events: auto;
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
    }

    #ewk2026-app .video-youtube-link:hover {
      color: #fff;
      background: rgba(7,10,15,.9);
    }

    #ewk2026-app .youtube-slot[data-loaded="true"] {
      cursor: default;
    }

    #ewk2026-app .youtube-slot iframe {
      position: absolute !important;
      inset: 0;
      width: 100% !important;
      height: 100% !important;
      z-index: 10;
    }

    @media (max-width: 760px) {
      #ewk2026-app .video-play-button {
        min-height: 42px;
        padding: 0 16px;
        font-size: 12px;
      }

      #ewk2026-app .video-youtube-link {
        right: 10px;
        bottom: 10px;
        font-size: 10px;
      }
    }

    /* =========================
       Draft v9 refinements
       ========================= */

    #ewk2026-app .venue-name-stacked {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
      line-height: .9 !important;
    }

    #ewk2026-app .venue-name-stacked span {
      display: block;
    }

    #ewk2026-app .speakers-centered .speaker-main-title {
      max-width: 1180px !important;
    }

    @media (max-width: 760px) {
      #ewk2026-app .venue-name-stacked {
        line-height: .95 !important;
      }
    }

    /* =========================
       Draft v10 refinements
       ========================= */

    #ewk2026-app .registration-note-one-line {
      width: 100%;
      max-width: none !important;
      margin-left: auto !important;
      margin-right: auto !important;
      text-align: center !important;
      white-space: nowrap;
      font-size: clamp(12px, 1vw, 15px);
      line-height: 1.7;
    }

    @media (max-width: 960px) {
      #ewk2026-app .registration-note-one-line {
        white-space: normal;
        max-width: 720px !important;
      }
    }

    /* =========================
       Draft v11 refinements
       ========================= */

    #ewk2026-app #speakers .speaker-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
      align-items: stretch;
      gap: 20px !important;
    }

    #ewk2026-app #speakers .speaker-card {
      min-width: 0;
    }

    #ewk2026-app #speakers .speaker-image {
      aspect-ratio: 4 / 5;
    }

    #ewk2026-app #speakers .primary-speaker {
      transform: none !important;
    }

    #ewk2026-app #speakers .host-speaker {
      border-color: rgba(26,115,232,.2);
    }

    #ewk2026-app #speakers .host-speaker .speaker-role {
      color: #6a7e92;
    }

    #ewk2026-app .video-preview-notice {
      position: absolute;
      left: 50%;
      bottom: 64px;
      z-index: 20;
      transform: translate(-50%, 8px);
      width: max-content;
      max-width: calc(100% - 32px);
      padding: 10px 14px;
      border: 1px solid rgba(255,255,255,.2);
      border-radius: 999px;
      background: rgba(7,10,15,.84);
      color: #fff;
      font-size: 12px;
      line-height: 1.4;
      text-align: center;
      opacity: 0;
      visibility: hidden;
      transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
      pointer-events: none;
      -webkit-backdrop-filter: blur(12px);
      backdrop-filter: blur(12px);
    }

    #ewk2026-app .video-preview-notice.show {
      opacity: 1;
      visibility: visible;
      transform: translate(-50%, 0);
    }

    @media (max-width: 980px) {
      #ewk2026-app #speakers .speaker-grid {
        grid-template-columns: repeat(3, minmax(260px, 1fr)) !important;
        overflow-x: auto;
        padding-bottom: 14px;
        scroll-snap-type: x mandatory;
      }

      #ewk2026-app #speakers .speaker-card {
        scroll-snap-align: start;
      }
    }

    @media (max-width: 760px) {
      #ewk2026-app #speakers .speaker-grid {
        grid-template-columns: repeat(3, minmax(78vw, 1fr)) !important;
      }

      #ewk2026-app .video-preview-notice {
        bottom: 58px;
        font-size: 11px;
      }
    }

    /* =========================
       Draft v12 refinements
       ========================= */

    #ewk2026-app #speakers .speakers-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
      gap: 20px !important;
    }

    #ewk2026-app #speakers .speaker-media {
      background-repeat: no-repeat !important;
      background-size: cover !important;
      background-position: center top !important;
    }

    #ewk2026-app #speakers .speaker-media-placeholder {
      background:
        radial-gradient(circle at 50% 36%, rgba(0,196,180,.14), transparent 31%),
        linear-gradient(150deg, #0c1118 0%, #05070b 100%) !important;
    }

    #ewk2026-app #speakers .speaker-media-placeholder::after {
      content: "speaker_andrew_lovygin.jpg";
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      color: rgba(255,255,255,.3);
      font: 500 11px/1.4 Montserrat, sans-serif;
      letter-spacing: .04em;
      white-space: nowrap;
    }

    #ewk2026-app .reg-form button[type="submit"]:disabled {
      opacity: .62;
      cursor: wait;
      transform: none !important;
    }

    @media (max-width: 980px) {
      #ewk2026-app #speakers .speakers-grid {
        grid-template-columns: repeat(3, minmax(270px, 1fr)) !important;
        overflow-x: auto;
        padding-bottom: 14px;
        scroll-snap-type: x mandatory;
      }

      #ewk2026-app #speakers .speaker-card {
        scroll-snap-align: start;
      }
    }

    @media (max-width: 760px) {
      #ewk2026-app #speakers .speakers-grid {
        grid-template-columns: repeat(3, minmax(78vw, 1fr)) !important;
      }
    }

    /* =========================
       Draft v13 refinements
       ========================= */

    /* Remove circular overlay from all speaker images */
    #ewk2026-app #speakers .speaker-media::before,
#ewk2026-app #speakers .speaker-media::after {
      content: none !important;
      display: none !important;
    }

    #ewk2026-app #speakers .speaker-media {
      background-repeat: no-repeat !important;
      background-size: cover !important;
      background-position: center top !important;
    }

/* =========================
   EWK 2026 requested final refinements · 2026-08-05
   ========================= */

/* Keep only the YC solution card title on one line on desktop. */
#ewk2026-app .yc-solution-title {
  white-space: nowrap;
}

/* Ensure the existing TOP control is visible on PC and hidden on mobile. */
@media (min-width: 761px) {
  #ewk2026-app .top-button {
    display: block !important;
  }
}

@media (max-width: 760px) {
  #ewk2026-app .yc-solution-title {
    white-space: normal;
  }

  #ewk2026-app .top-button {
    display: none !important;
  }
}

/* =========================
   EWK 2026 official poster
   ========================= */
#ewk2026-app .poster-section {
  padding: 88px 0;
}

#ewk2026-app .poster-head {
  display: flex;
  align-items: center;
  justify-content: center;
}

#ewk2026-app .poster-head-copy {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

#ewk2026-app .poster-intro {
  margin: 20px auto 0;
  max-width: 680px;
  color: #59636e;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.7;
}

#ewk2026-app .poster-download-wrap {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

#ewk2026-app .poster-download {
  flex: 0 0 auto;
  white-space: nowrap;
}

#ewk2026-app .poster-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: min(100%, 940px);
  margin: 42px auto 0;
}

#ewk2026-app .poster-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(10,13,18,.09);
  border-radius: 18px;
  background: #e9edef;
  box-shadow: 0 14px 38px rgba(10,13,18,.07);
}

#ewk2026-app .poster-card img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 575px;
  object-fit: contain;
}

#ewk2026-app .poster-swipe-hint {
  display: none;
}

@media (max-width: 760px) {
  #ewk2026-app .poster-section {
    padding: 68px 0;
  }

  #ewk2026-app .poster-head {
    align-items: center;
  }

  #ewk2026-app .poster-download-wrap {
    margin-top: 22px;
  }

  #ewk2026-app .poster-download {
    width: 100%;
  }

  #ewk2026-app .poster-gallery {
    display: flex;
    gap: 14px;
    width: 100%;
    max-width: none;
    margin-top: 32px;
    padding: 0 15% 2px 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  #ewk2026-app .poster-gallery::-webkit-scrollbar {
    display: none;
  }

  #ewk2026-app .poster-card {
    flex: 0 0 80%;
    border-radius: 14px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    box-shadow: 0 10px 28px rgba(10,13,18,.06);
  }

  #ewk2026-app .poster-card img {
    max-height: none;
  }

  #ewk2026-app .poster-swipe-hint {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 12px 0 0;
    color: #7a838c;
    font: 600 11px/1.4 Montserrat, Pretendard, sans-serif;
    letter-spacing: .02em;
  }
}

/* =========================
   EWK 2026 official-site / form UI refinements
   ========================= */

/* Header official website CTA */
#ewk2026-app .header-home-btn {
  border-color: rgba(255,255,255,.22);
  background: rgba(255,255,255,.035);
  color: rgba(255,255,255,.88);
}

#ewk2026-app .header-home-btn:hover {
  border-color: rgba(255,255,255,.42);
  background: rgba(255,255,255,.08);
  color: #fff;
}

#ewk2026-app .mobile-home-link {
  display: none;
}

/* Compact official website strip above footer */
#ewk2026-app .official-site-strip {
  padding: 28px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: #0a0d12;
  color: #fff;
}

#ewk2026-app .official-site-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

#ewk2026-app .official-site-strip-copy {
  display: flex;
  align-items: baseline;
  gap: 16px;
}

#ewk2026-app .official-site-strip-copy span {
  font: 700 11px/1 Montserrat, sans-serif;
  letter-spacing: .12em;
  color: var(--teal);
}

#ewk2026-app .official-site-strip-copy strong {
  font-size: clamp(17px, 1.5vw, 21px);
  font-weight: 600;
  letter-spacing: -.02em;
}

/* Make the two select controls visibly clickable. */
#ewk2026-app #consulting,
#ewk2026-app #source {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 54px !important;
  cursor: pointer;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath d='M1 1l6 6 6-6' fill='none' stroke='%2359636e' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 20px center !important;
  background-size: 14px 8px !important;
}

/* Emphasize the attendance-confirmation condition without using an alert color. */
#ewk2026-app .registration-note-one-line {
  flex: 1 1 auto;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 13px 16px;
  border: 1px solid rgba(0,124,116,.16);
  border-radius: 12px;
  background: rgba(0,196,180,.07);
  color: #4d5963 !important;
  text-align: center !important;
  white-space: normal !important;
  line-height: 1.65;
}

#ewk2026-app .registration-note-one-line strong {
  color: var(--ink);
  font-weight: 700;
}

@media (max-width: 1040px) {
  #ewk2026-app .mobile-home-link {
    display: inline-flex;
    margin-top: 4px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,.12);
    color: #fff;
    font-weight: 600;
  }
}

@media (max-width: 760px) {
  #ewk2026-app .official-site-strip {
    padding: 24px 0;
  }

  #ewk2026-app .official-site-strip-inner {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  #ewk2026-app .official-site-strip-copy {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  #ewk2026-app .official-site-strip .btn {
    width: 100%;
  }

  #ewk2026-app .registration-note-one-line {
    width: 100% !important;
  }
}

/* =========================
   EWK 2026 official website CTA refinements v2
   ========================= */

/* Keep both desktop header CTAs together on the right. */
#ewk2026-app .header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  flex: 0 0 auto;
}

/* Official website CTAs gain the ENCY gradient on hover. */
#ewk2026-app .header-home-btn:hover,
#ewk2026-app .official-site-strip .btn:hover {
  border-color: transparent;
  background: linear-gradient(110deg, var(--teal), var(--blue));
  color: #fff;
  box-shadow: 0 14px 34px rgba(26,115,232,.22);
}

/* The footer strip no longer needs a two-line label stack. */
#ewk2026-app .official-site-strip-copy {
  display: block;
}

@media (max-width: 1040px) {
  #ewk2026-app .header-actions {
    display: none;
  }
}

