:root {
    --wt-ink: #17162a;
    --wt-ink-soft: #55536b;
    --wt-violet: #4b347c;
    --wt-violet-deep: #211d4c;
    --wt-violet-pale: #eee9ff;
    --wt-coral: #f26b4f;
    --wt-coral-pale: #fff0e9;
    --wt-blue: #5d99d7;
    --wt-blue-pale: #eaf5ff;
    --wt-mint: #79b9a0;
    --wt-cream: #fff9ef;
    --wt-paper: #fffdf9;
    --wt-line: #dcd4c8;
    --wt-yellow: #f6c965;
    --wt-shadow: 0 24px 70px rgb(29 24 61 / 14%);
    --wt-panel: min(100% - 28px, 920px);
}

body.webtoon-site {
    color: var(--wt-ink);
    background:
        radial-gradient(circle at 8% 12%, rgb(242 107 79 / 8%), transparent 24rem),
        radial-gradient(circle at 94% 32%, rgb(93 153 215 / 10%), transparent 28rem),
        var(--wt-cream);
}

.webtoon-site .site-header {
    border-bottom-color: rgb(33 29 76 / 9%);
    background: rgb(255 253 249 / 90%);
}

.webtoon-site .brand {
    gap: 10px;
}

.brand-icon {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 6px 18px rgb(33 29 76 / 22%);
}

.webtoon-site .balance-chip,
.webtoon-site .wallet-chip {
    border-color: rgb(75 52 124 / 18%);
    color: var(--wt-violet);
    background: var(--wt-violet-pale);
}

.webtoon-site .button {
    min-height: 56px;
    border-radius: 14px;
}

.webtoon-site .button-primary {
    color: white;
    background: linear-gradient(135deg, var(--wt-coral), #e64c32);
    box-shadow: 0 13px 28px rgb(242 107 79 / 28%);
}

.webtoon-site .button-secondary {
    border: 1.5px solid rgb(75 52 124 / 20%);
    color: var(--wt-violet-deep);
    background: rgb(255 255 255 / 92%);
}

.webtoon-site .eyebrow {
    color: var(--wt-violet);
    background: var(--wt-violet-pale);
}

.webtoon-site .eyebrow::before {
    background: var(--wt-coral);
}

.wt-panel {
    position: relative;
    overflow: hidden;
    width: var(--wt-panel);
    margin-inline: auto;
    border: 1px solid rgb(33 29 76 / 10%);
    border-radius: 32px;
    background: var(--wt-paper);
    box-shadow: var(--wt-shadow);
}

.wt-panel img {
    display: block;
    width: 100%;
    height: auto;
}

.wt-bubble {
    position: relative;
    max-width: 440px;
    padding: 22px 26px;
    border: 2px solid var(--wt-ink);
    border-radius: 26px;
    color: var(--wt-ink);
    background: rgb(255 255 255 / 96%);
    box-shadow: 0 9px 0 rgb(33 29 76 / 10%);
    font-size: clamp(23px, 2.5vw, 30px);
    font-weight: 850;
    line-height: 1.42;
    letter-spacing: -0.035em;
    overflow-wrap: anywhere;
    word-break: keep-all;
}

.wt-bubble::after {
    position: absolute;
    bottom: -14px;
    left: 34px;
    width: 25px;
    height: 25px;
    border-right: 2px solid var(--wt-ink);
    border-bottom: 2px solid var(--wt-ink);
    background: white;
    content: "";
    transform: rotate(45deg) skew(8deg, 8deg);
}

.wt-bubble.is-guide::after {
    right: 38px;
    left: auto;
}

.wt-bubble.is-small {
    max-width: 390px;
    padding: 18px 22px;
    border-width: 1.5px;
    border-radius: 20px;
    font-size: clamp(20px, 2vw, 25px);
    box-shadow: 0 7px 0 rgb(33 29 76 / 8%);
}

.wt-chip-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.wt-chip {
    display: inline-flex;
    min-height: 36px;
    padding: 7px 12px;
    border: 1px solid rgb(75 52 124 / 16%);
    border-radius: 999px;
    align-items: center;
    color: var(--wt-violet);
    background: rgb(255 255 255 / 88%);
    font-size: 13px;
    font-weight: 850;
}

.wt-home-hero {
    padding: clamp(24px, 5vw, 54px) 0 66px;
}

.wt-hero-frame {
    position: relative;
    overflow: hidden;
    min-height: min(720px, calc(100vh - 100px));
    border-radius: 38px;
    background: var(--wt-violet-deep);
    box-shadow: 0 28px 90px rgb(33 29 76 / 25%);
}

.wt-hero-frame > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wt-hero-frame::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgb(20 20 46 / 90%) 0%,
        rgb(28 26 59 / 72%) 35%,
        rgb(33 29 76 / 8%) 68%,
        transparent 100%
    );
    content: "";
}

.wt-hero-copy {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: min(720px, calc(100vh - 100px));
    width: min(61%, 700px);
    padding: clamp(38px, 7vw, 82px);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: white;
}

.wt-hero-copy .wt-bubble {
    margin-bottom: 38px;
    color: var(--wt-ink);
}

.wt-hero-copy h1 {
    margin-bottom: 18px;
    font-size: clamp(44px, 5vw, 60px);
}

.wt-hero-copy > p:not(.wt-bubble) {
    max-width: 510px;
    margin-bottom: 26px;
    color: rgb(255 255 255 / 82%);
    font-size: 17px;
}

.wt-hero-price {
    margin-top: 16px;
    color: rgb(255 255 255 / 74%);
    font-size: 13px;
    font-weight: 750;
}

.wt-scroll-cue {
    display: flex;
    margin: 20px auto 0;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--wt-ink-soft);
    font-size: 13px;
    font-weight: 800;
}

.wt-scroll-cue::after {
    content: "↓";
    animation: wt-bounce 1.6s infinite;
}

@keyframes wt-bounce {
    50% { transform: translateY(5px); }
}

.wt-story-section {
    padding: 76px 0;
}

.wt-story-title {
    width: min(calc(100% - 32px), 740px);
    margin: 0 auto 36px;
    text-align: center;
}

.wt-story-title h2 {
    margin-bottom: 12px;
    font-size: clamp(34px, 6vw, 58px);
}

.wt-story-title p {
    margin: 0;
    color: var(--wt-ink-soft);
}

.wt-three-scenes {
    display: grid;
    width: min(calc(100% - 32px), 1080px);
    margin: auto;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.wt-mini-scene {
    position: relative;
    overflow: hidden;
    min-height: 430px;
    border: 1px solid rgb(33 29 76 / 10%);
    border-radius: 26px;
    background: white;
    box-shadow: 0 18px 50px rgb(33 29 76 / 10%);
}

.wt-mini-scene img {
    width: 100%;
    height: 255px;
    object-fit: cover;
}

.wt-mini-scene:nth-child(2) img {
    object-position: 50% 22%;
}

.wt-mini-scene:nth-child(3) img {
    object-position: 50% 12%;
}

.wt-mini-copy {
    padding: 22px;
}

.wt-step-no {
    display: grid;
    width: 34px;
    height: 34px;
    margin-bottom: 12px;
    border-radius: 50%;
    color: white;
    background: var(--wt-violet);
    font-size: 14px;
    font-weight: 950;
    place-items: center;
}

.wt-mini-copy h3 {
    margin-bottom: 8px;
    font-size: 23px;
}

.wt-mini-copy p {
    margin: 0;
    color: var(--wt-ink-soft);
    font-size: 15px;
}

.wt-sample-panel {
    position: relative;
    display: grid;
    overflow: hidden;
    width: min(calc(100% - 32px), 1040px);
    margin: auto;
    border-radius: 36px;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    background: var(--wt-violet-deep);
    box-shadow: var(--wt-shadow);
}

.wt-sample-panel > img {
    width: 100%;
    height: 640px;
    object-fit: cover;
    object-position: 50% 15%;
}

.wt-sample-copy {
    display: flex;
    padding: clamp(28px, 5vw, 56px);
    flex-direction: column;
    justify-content: center;
    color: white;
}

.wt-sample-copy .wt-bubble {
    margin-bottom: 34px;
}

.wt-sample-copy h2 {
    margin-bottom: 14px;
}

.wt-sample-copy > p:not(.wt-bubble) {
    color: rgb(255 255 255 / 76%);
}

.wt-sample-copy .wt-bubble {
    color: var(--wt-ink);
    background: #fff;
}

.wt-method-strip {
    display: grid;
    width: min(calc(100% - 32px), 960px);
    margin: 30px auto 0;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.wt-method-strip article {
    padding: 20px 16px;
    border: 1px solid rgb(75 52 124 / 12%);
    border-radius: 18px;
    text-align: center;
    background: white;
}

.wt-method-strip b {
    display: block;
    margin-bottom: 5px;
    color: var(--wt-violet);
}

.wt-method-strip span {
    color: var(--wt-ink-soft);
    font-size: 13px;
}

.wt-price-panel {
    display: grid;
    width: min(calc(100% - 32px), 840px);
    margin: auto;
    padding: clamp(30px, 6vw, 58px);
    border: 2px solid var(--wt-ink);
    border-radius: 32px;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 28px;
    background: var(--wt-paper);
    box-shadow: 11px 11px 0 var(--wt-yellow);
}

.wt-price-panel h2 {
    margin-bottom: 8px;
}

.wt-price-panel p {
    margin: 0;
    color: var(--wt-ink-soft);
}

.wt-price-tag {
    text-align: center;
}

.wt-price-tag strong {
    display: block;
    color: var(--wt-coral);
    font-size: 38px;
    letter-spacing: -0.06em;
}

.wt-price-tag span {
    font-size: 12px;
    font-weight: 850;
}

.wt-final-scene {
    position: relative;
    overflow: hidden;
    width: min(calc(100% - 32px), 920px);
    min-height: 560px;
    margin: auto;
    border-radius: 34px;
    background: var(--wt-violet-deep);
    box-shadow: var(--wt-shadow);
}

.wt-final-scene > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 12%;
}

.wt-final-card {
    position: absolute;
    right: 24px;
    bottom: 24px;
    left: 24px;
    display: flex;
    padding: 24px;
    border-radius: 24px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background: rgb(255 253 249 / 94%);
    backdrop-filter: blur(12px);
}

.wt-final-card h2,
.wt-final-card p {
    margin-bottom: 5px;
}

.wt-final-card p {
    color: var(--wt-ink-soft);
    font-size: 14px;
}

.wt-page-shell {
    width: min(calc(100% - 28px), 980px);
    margin: 0 auto;
    padding: 34px 0 88px;
}

.wt-auth-panel {
    display: grid;
    overflow: hidden;
    min-height: 720px;
    border-radius: 34px;
    grid-template-columns: 1.05fr 0.95fr;
    background: white;
    box-shadow: var(--wt-shadow);
}

.wt-auth-visual {
    position: relative;
    min-height: 640px;
    background: var(--wt-violet-deep);
}

.wt-auth-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 12%;
}

.wt-auth-visual .wt-bubble {
    position: absolute;
    top: 28px;
    right: 24px;
    left: 24px;
    margin: auto;
}

.wt-auth-form {
    display: flex;
    padding: clamp(28px, 5vw, 48px);
    flex-direction: column;
    justify-content: center;
}

.wt-auth-form h1 {
    margin-bottom: 12px;
    font-size: clamp(32px, 4.5vw, 48px);
}

.wt-auth-form > p {
    color: var(--wt-ink-soft);
}

.wt-auth-points {
    display: grid;
    margin: 18px 0 22px;
    padding: 0;
    list-style: none;
    gap: 10px;
}

.wt-auth-points li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: 14px;
    font-weight: 750;
}

.wt-auth-points li::before {
    color: var(--wt-mint);
    content: "✓";
    font-weight: 950;
}

.wt-auth-form .auth-privacy-box {
    max-height: 170px;
    overflow: auto;
}

.wt-stage {
    position: relative;
    overflow: hidden;
    width: min(calc(100% - 28px), 860px);
    margin: 0 auto 28px;
    border: 1px solid rgb(33 29 76 / 10%);
    border-radius: 34px;
    background: white;
    box-shadow: var(--wt-shadow);
}

.wt-stage-media {
    position: relative;
    min-height: 480px;
    background: var(--wt-violet-deep);
}

.wt-stage-media img {
    display: block;
    width: 100%;
    height: 560px;
    object-fit: cover;
    object-position: 50% 12%;
}

.wt-stage-media .wt-bubble {
    position: absolute;
    top: 26px;
    left: 26px;
}

.wt-stage-card {
    position: relative;
    z-index: 2;
    margin: -108px 20px 20px;
    padding: clamp(22px, 5vw, 40px);
    border: 1px solid rgb(33 29 76 / 10%);
    border-radius: 26px;
    background: rgb(255 253 249 / 97%);
    box-shadow: 0 20px 55px rgb(33 29 76 / 16%);
    backdrop-filter: blur(14px);
}

.wt-stage-card h1,
.wt-stage-card h2 {
    margin-bottom: 10px;
}

.wt-stage-card > p {
    color: var(--wt-ink-soft);
}

.wt-progress {
    display: flex;
    width: min(calc(100% - 28px), 860px);
    margin: 18px auto 22px;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.wt-progress i {
    width: 34px;
    height: 6px;
    border-radius: 999px;
    background: #ded9cf;
}

.wt-progress i.is-active {
    background: var(--wt-coral);
}

.wt-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

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

.webtoon-site .input,
.webtoon-site select,
.webtoon-site textarea {
    min-height: 52px;
    border: 1.5px solid var(--wt-line);
    border-radius: 13px;
    color: var(--wt-ink);
    background: white;
}

.webtoon-site .input:focus,
.webtoon-site select:focus,
.webtoon-site textarea:focus {
    border-color: var(--wt-violet);
    outline: 3px solid rgb(75 52 124 / 13%);
}

.wt-preview-master {
    display: flex;
    margin: 16px 0;
    align-items: center;
    gap: 16px;
}

.wt-master-seal {
    display: grid;
    width: 72px;
    height: 72px;
    border: 2px solid var(--wt-violet);
    border-radius: 22px;
    color: white;
    background: var(--wt-violet);
    flex: 0 0 72px;
    font-size: 28px;
    font-weight: 950;
    place-items: center;
    box-shadow: 6px 6px 0 var(--wt-yellow);
}

.wt-preview-master h2,
.wt-preview-master p {
    margin: 0;
}

.wt-element-mini {
    display: grid;
    margin: 22px 0;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
}

.wt-element-mini div {
    padding: 12px 5px;
    border-radius: 14px;
    text-align: center;
    background: var(--wt-violet-pale);
}

.wt-element-mini b,
.wt-element-mini span {
    display: block;
}

.wt-element-mini b {
    font-size: 19px;
}

.wt-element-mini span {
    color: var(--wt-ink-soft);
    font-size: 12px;
}

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

.wt-topic-card {
    position: relative;
    overflow: hidden;
    min-height: 140px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 19px;
    cursor: pointer;
    text-align: left;
    background: var(--wt-violet-pale);
}

.wt-topic-card::before {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(0deg, rgb(22 18 47 / 88%), transparent 72%),
        url("/assets/images/webtoon/turings-topics-v1.webp");
    background-position: var(--position, center);
    background-size: 270%;
    content: "";
    transition: transform 180ms ease;
}

.wt-topic-card:hover::before {
    transform: scale(1.04);
}

.wt-topic-card span {
    position: absolute;
    z-index: 1;
    right: 13px;
    bottom: 12px;
    left: 13px;
    color: white;
    font-size: 17px;
    font-weight: 900;
}

.wt-topic-card[aria-pressed="true"] {
    border-color: var(--wt-coral);
    box-shadow: 0 0 0 3px rgb(242 107 79 / 18%);
}

.wt-topic-card[aria-pressed="true"] span::before {
    margin-right: 7px;
    content: "✓";
}

.wt-topic-card.is-money { --position: 13% 26%; }
.wt-topic-card.is-love { --position: 50% 19%; }
.wt-topic-card.is-career { --position: 88% 23%; }
.wt-topic-card.is-business { --position: 12% 52%; }
.wt-topic-card.is-relationship { --position: 89% 53%; }
.wt-topic-card.is-family { --position: 12% 84%; }
.wt-topic-card.is-timeline { --position: 88% 84%; }

.wt-unlock-summary {
    display: grid;
    margin: 20px 0;
    padding: 18px;
    border-radius: 18px;
    background: var(--wt-violet-pale);
    gap: 8px;
}

.wt-unlock-summary div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.wt-unlock-summary span {
    color: var(--wt-ink-soft);
}

.wt-report-page {
    padding: 32px 0 100px;
}

.wt-report {
    display: grid;
    gap: 26px;
}

.wt-report-hero {
    position: relative;
    overflow: hidden;
    min-height: 700px;
    border-radius: 36px;
    background: var(--wt-violet-deep);
    box-shadow: var(--wt-shadow);
}

.wt-report-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 12%;
}

.wt-report-hero::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgb(23 22 42 / 92%), transparent 60%);
    content: "";
}

.wt-report-hero-copy {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    padding: clamp(30px, 6vw, 64px);
    color: white;
}

.wt-report-hero-copy h1 {
    max-width: 780px;
    margin-bottom: 12px;
}

.wt-report-hero-copy p {
    max-width: 690px;
    margin-bottom: 0;
    color: rgb(255 255 255 / 78%);
}

.wt-episode {
    position: relative;
    overflow: hidden;
    min-height: 760px;
    border: 1px solid rgb(33 29 76 / 10%);
    border-radius: 34px;
    background: white;
    box-shadow: 0 18px 58px rgb(33 29 76 / 11%);
}

.wt-episode-art {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 14%;
}

.wt-episode::after {
    position: absolute;
    inset: 38% 0 0;
    background: linear-gradient(transparent, rgb(255 253 249 / 87%) 25%, var(--wt-paper) 58%);
    content: "";
}

.wt-episode-copy {
    position: absolute;
    z-index: 2;
    right: clamp(20px, 5vw, 52px);
    bottom: clamp(22px, 5vw, 48px);
    left: clamp(20px, 5vw, 52px);
}

.wt-episode-kicker {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 7px 11px;
    border-radius: 999px;
    color: var(--wt-violet);
    background: var(--wt-violet-pale);
    font-size: 12px;
    font-weight: 900;
}

.wt-episode h2 {
    max-width: 760px;
    margin-bottom: 18px;
    font-size: clamp(31px, 5vw, 52px);
}

.wt-episode-bubbles {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 16px;
}

.wt-episode-bubbles .wt-bubble {
    max-width: min(100%, 22ch);
    font-size: clamp(21px, 2.3vw, 27px);
}

.wt-action-box {
    padding: 16px 18px;
    border-left: 5px solid var(--wt-coral);
    border-radius: 0 15px 15px 0;
    background: var(--wt-coral-pale);
    font-weight: 800;
}

.wt-evidence {
    margin-top: 14px;
    color: var(--wt-ink-soft);
    font-size: 13px;
}

.wt-evidence summary {
    cursor: pointer;
    color: var(--wt-violet);
    font-weight: 850;
}

.wt-reaction-panel {
    padding: clamp(26px, 5vw, 48px);
    border: 2px solid var(--wt-ink);
    border-radius: 30px;
    text-align: center;
    background: var(--wt-paper);
    box-shadow: 9px 9px 0 var(--wt-yellow);
}

.wt-result-evidence {
    padding: clamp(26px, 5vw, 48px);
    border: 1px solid rgb(33 29 76 / 10%);
    border-radius: 30px;
    background: white;
    box-shadow: 0 18px 58px rgb(33 29 76 / 9%);
}

.wt-result-evidence h2 {
    margin-bottom: 20px;
}

.wt-pillar-strip {
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
    gap: 10px;
}

.wt-pillar-strip li {
    display: grid;
    min-height: 128px;
    padding: 16px 10px;
    border: 1px solid var(--wt-line);
    border-radius: 17px;
    place-items: center;
    background: var(--wt-cream);
}

.wt-pillar-strip b,
.wt-pillar-strip span {
    color: var(--wt-ink-soft);
    font-size: 12px;
}

.wt-pillar-strip strong {
    font-size: 31px;
}

.wt-price-tag .button {
    margin-top: 12px;
}

.wt-reactions {
    display: flex;
    margin-top: 18px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.wt-reaction-button {
    min-height: 48px;
    padding: 10px 16px;
    border: 1px solid var(--wt-line);
    border-radius: 999px;
    cursor: pointer;
    color: var(--wt-ink);
    background: white;
    font-weight: 800;
}

.wt-reaction-button:hover,
.wt-reaction-button:focus-visible {
    border-color: var(--wt-coral);
    background: var(--wt-coral-pale);
}

.wt-wallet-hero {
    display: grid;
    overflow: hidden;
    margin-bottom: 28px;
    border-radius: 32px;
    grid-template-columns: 0.95fr 1.05fr;
    background: var(--wt-violet-deep);
    box-shadow: var(--wt-shadow);
}

.wt-wallet-hero img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: 50% 10%;
}

.wt-wallet-copy {
    display: flex;
    padding: clamp(28px, 5vw, 50px);
    flex-direction: column;
    justify-content: center;
    color: white;
}

.wt-wallet-copy p {
    color: rgb(255 255 255 / 75%);
}

.webtoon-site .usage-package-card {
    border-radius: 24px;
    background: white;
}

.webtoon-site .usage-package-card:nth-child(1) {
    border: 2px solid var(--wt-coral);
    box-shadow: 7px 7px 0 var(--wt-coral-pale);
}

.webtoon-site .usage-package-card.is-focused {
    outline: 4px solid rgb(242 107 79 / 22%);
    transform: translateY(-4px);
}

.wt-loading-scene {
    display: grid;
    min-height: 60vh;
    place-items: center;
    text-align: center;
}

.wt-loading-face {
    width: 94px;
    height: 94px;
    margin: 0 auto 16px;
    border-radius: 28px;
    object-fit: cover;
    animation: wt-float 2s ease-in-out infinite;
}

@keyframes wt-float {
    50% { transform: translateY(-7px); }
}

.wt-status-scene {
    display: grid;
    overflow: hidden;
    width: min(calc(100% - 28px), 820px);
    margin: 40px auto;
    border-radius: 32px;
    grid-template-columns: 0.9fr 1.1fr;
    background: white;
    box-shadow: var(--wt-shadow);
}

.wt-type-intro-art {
    position: relative;
    overflow: hidden;
    height: 360px;
    margin: -34px -34px 28px;
    border-radius: 24px 24px 0 0;
}

.wt-type-intro-art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 12%;
}

.wt-type-intro-art .wt-bubble {
    position: absolute;
    top: 20px;
    right: 18px;
    left: 18px;
    margin: auto;
}

.webtoon-site .question-card,
.webtoon-site .result-report > .card,
.webtoon-site .my-summary > .card {
    border: 1px solid rgb(33 29 76 / 10%);
    border-radius: 26px;
    box-shadow: 0 18px 58px rgb(33 29 76 / 10%);
}

.wt-type-result-hero {
    position: relative;
    overflow: hidden;
    padding-top: 390px;
}

.wt-type-result-hero > img {
    position: absolute;
    inset: 0 0 auto;
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: 50% 12%;
}

.wt-mycore-hero {
    position: relative;
    display: grid;
    overflow: hidden;
    min-height: 460px;
    margin-bottom: 24px;
    border-radius: 32px;
    align-items: end;
    background: var(--wt-violet-deep);
    box-shadow: var(--wt-shadow);
}

.wt-mycore-hero::after {
    position: absolute;
    inset: 35% 0 0;
    background: linear-gradient(transparent, rgb(23 22 42 / 88%));
    content: "";
}

.wt-mycore-hero > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 12%;
}

.wt-mycore-hero > div {
    position: relative;
    z-index: 1;
    padding: clamp(26px, 6vw, 52px);
    color: white;
}

.wt-mycore-hero > div p:last-child {
    max-width: 620px;
    margin: 0;
    color: rgb(255 255 255 / 78%);
}

.wt-status-scene > img {
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
    object-position: 50% 8%;
}

.wt-status-copy {
    display: flex;
    padding: clamp(26px, 5vw, 48px);
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 860px) {
    .wt-hero-frame,
    .wt-hero-copy {
        min-height: 680px;
    }

    .wt-hero-frame > img {
        object-position: 58% center;
    }

    .wt-hero-frame::after {
        background: linear-gradient(0deg, rgb(20 20 46 / 95%), transparent 78%);
    }

    .wt-hero-copy {
        width: 100%;
        padding: 28px;
        justify-content: flex-end;
    }

    .wt-hero-copy .wt-bubble {
        position: absolute;
        top: 24px;
        left: 24px;
        max-width: min(72%, 390px);
    }

    .wt-three-scenes,
    .wt-method-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .wt-three-scenes .wt-mini-scene:last-child {
        grid-column: 1 / -1;
    }

    .wt-sample-panel,
    .wt-auth-panel,
    .wt-wallet-hero,
    .wt-status-scene {
        grid-template-columns: 1fr;
    }

    .wt-sample-panel > img,
    .wt-wallet-hero img {
        height: 520px;
    }

    .wt-auth-visual {
        min-height: 500px;
    }

    .wt-auth-visual img {
        height: 560px;
    }

    .wt-status-scene > img {
        min-height: 440px;
        max-height: 520px;
    }
}

@media (max-width: 620px) {
    .webtoon-site .nav {
        width: min(calc(100% - 20px), var(--content));
    }

    .brand-icon {
        width: 36px;
        height: 36px;
        border-radius: 10px;
    }

    .wt-home-hero {
        padding: 12px 0 44px;
    }

    .wt-home-hero .container {
        width: calc(100% - 20px);
    }

    .wt-hero-frame,
    .wt-hero-copy {
        min-height: 680px;
    }

    .wt-hero-frame {
        border-radius: 26px;
    }

    .wt-hero-frame > img {
        object-position: 63% center;
    }

    .wt-hero-copy {
        padding: 22px;
    }

    .wt-hero-copy h1 {
        font-size: 40px;
    }

    .wt-hero-copy > p:not(.wt-bubble) {
        display: none;
    }

    .wt-hero-copy .wt-bubble {
        top: 18px;
        left: 18px;
        max-width: calc(100% - 36px);
        font-size: clamp(21px, 6vw, 25px);
    }

    .wt-three-scenes,
    .wt-method-strip {
        grid-template-columns: 1fr;
    }

    .wt-three-scenes .wt-mini-scene:last-child {
        grid-column: auto;
    }

    .wt-mini-scene {
        min-height: auto;
    }

    .wt-mini-scene img {
        height: 300px;
    }

    .wt-story-section {
        padding: 56px 0;
    }

    .wt-sample-panel {
        border-radius: 26px;
    }

    .wt-sample-panel > img {
        height: 500px;
    }

    .wt-sample-copy {
        padding: 24px;
    }

    .wt-price-panel {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .wt-final-scene {
        min-height: 600px;
        border-radius: 25px;
    }

    .wt-final-card {
        right: 12px;
        bottom: 12px;
        left: 12px;
        padding: 18px;
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .wt-auth-panel,
    .wt-stage,
    .wt-report-hero,
    .wt-episode,
    .wt-wallet-hero,
    .wt-status-scene {
        border-radius: 24px;
    }

    .wt-auth-visual {
        min-height: 370px;
        height: 370px;
    }

    .wt-auth-visual img {
        height: 370px;
        object-position: 50% 4%;
    }

    .wt-auth-form {
        padding: 24px 20px 30px;
    }

    .wt-stage-media,
    .wt-stage-media img {
        min-height: 0;
        height: 500px;
    }

    .wt-stage-media .wt-bubble {
        top: 18px;
        right: 18px;
        left: 18px;
        max-width: none;
    }

    .wt-stage-card {
        margin: -82px 10px 10px;
        padding: 22px 18px;
        border-radius: 20px;
    }

    .wt-form-grid {
        grid-template-columns: 1fr;
    }

    .wt-form-grid .is-wide {
        grid-column: auto;
    }

    .wt-topic-grid {
        grid-template-columns: 1fr 1fr;
    }

    .wt-pillar-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .wt-price-panel {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .wt-topic-card {
        min-height: 125px;
    }

    .wt-report-hero {
        min-height: 670px;
    }

    .wt-report-hero img {
        object-position: 54% 12%;
    }

    .wt-report-hero-copy h1 {
        font-size: 37px;
    }

    .wt-episode {
        min-height: 700px;
    }

    .wt-episode::after {
        inset: 33% 0 0;
    }

    .wt-episode-copy {
        right: 18px;
        bottom: 20px;
        left: 18px;
    }

    .wt-episode h2 {
        font-size: 32px;
    }

    .wt-episode-bubbles {
        gap: 12px;
    }

    .wt-episode-bubbles .wt-bubble {
        padding: 17px 19px;
        font-size: 20px;
    }

    .wt-status-scene {
        margin-top: 18px;
    }

    .wt-status-scene > img {
        min-height: 380px;
    }

    .wt-type-intro-art {
        height: 300px;
        margin: -24px -20px 24px;
    }

    .wt-type-result-hero {
        padding-top: 330px;
    }

    .wt-type-result-hero > img {
        height: 300px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .wt-scroll-cue::after,
    .wt-loading-face {
        animation: none;
    }
}
