:root {
    --tce-ink: #101216;
    --tce-paper: #f4f5f7;
    --tce-white: #ffffff;
    --tce-line: #d8dce2;
    --tce-muted: #626975;
    --tce-blue: #1376ff;
    --tce-blue-dark: #0757c8;
    --tce-red: #e7473c;
    --tce-radius: 2px;
    --tce-max: 1280px;
}

/* Product-aware event flow */
.tce-order-card small em{display:inline-block;margin-top:4px;color:#a9442a;font-style:normal;font-weight:650}.tce-guide{padding:16px 18px;border-left:3px solid var(--tce-blue,#185cff);background:#f4f6f9}.tce-guide b{display:block;margin-bottom:5px;color:#185cff;font-size:10px;letter-spacing:.12em}.tce-guide p{margin:0!important;color:#343942!important;font-size:13px!important;line-height:1.65!important}.tce-checkline a{color:inherit;text-underline-offset:2px}.tce-checkline b{color:#185cff}.tce-result-card.has-issue{border-color:#d78a25;background:#fffaf2}.tce-coupon{display:inline-block;padding:5px 8px;background:#111;color:#fff;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.06em}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.tce-page {
    margin: 0;
    background: var(--tce-paper);
    color: var(--tce-ink);
    font-family: "Helvetica Neue", Helvetica, "Apple SD Gothic Neo", "Noto Sans KR", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: -.018em;
}
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.tce-header {
    height: 72px;
    padding: 0 max(28px, calc((100vw - var(--tce-max)) / 2));
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-bottom: 1px solid #e6e8ec;
    position: relative;
    z-index: 20;
}
.tce-brand {
    height: 42px;
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--tce-ink);
    text-decoration: none;
}
.tce-brand img { width: 130px; height: 38px; object-fit: contain; }
.tce-brand span {
    padding-left: 14px;
    border-left: 1px solid #d9dce1;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .18em;
    color: #737984;
}
.tce-header nav { display: flex; align-items: center; gap: 30px; }
.tce-header nav a, .tce-link-button {
    border: 0;
    background: none;
    color: var(--tce-ink);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    padding: 12px 0;
}
.tce-header nav a:hover, .tce-link-button:hover { color: var(--tce-blue); }

.tce-hero {
    min-height: 760px;
    position: relative;
    overflow: hidden;
    background: #05090e;
    color: #fff;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    isolation: isolate;
}
.tce-slides { min-height: 656px; position: relative; overflow: hidden; }
.tce-slide {
    position: absolute;
    inset: 0;
    display: flex;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .7s cubic-bezier(.22, 1, .36, 1), visibility .7s;
}
.tce-slide.is-active { opacity: 1; visibility: visible; pointer-events: auto; z-index: 1; }
.tce-hero__media {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: url("images/hero-v2-desktop.webp") center center / cover no-repeat;
    transform: scale(1.002);
}
.tce-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(90deg, rgba(2, 6, 10, .94) 0%, rgba(2, 6, 10, .78) 38%, rgba(2, 6, 10, .2) 66%, rgba(2, 6, 10, .04) 100%),
        linear-gradient(180deg, rgba(2, 6, 10, .02) 60%, rgba(2, 6, 10, .88) 100%);
}
.tce-slide--order .tce-hero__media {
    background-image: url("images/hero-slide-product-desktop.webp");
    background-position: center center;
}
.tce-slide--order::after {
    background:
        linear-gradient(90deg, rgba(2, 6, 10, .04) 0%, rgba(2, 6, 10, .12) 42%, rgba(2, 6, 10, .78) 66%, rgba(2, 6, 10, .96) 100%),
        linear-gradient(180deg, rgba(2, 6, 10, .04) 56%, rgba(2, 6, 10, .82) 100%);
}
.tce-hero__inner {
    width: 100%;
    max-width: var(--tce-max);
    margin: 0 auto;
    padding: 92px 28px 72px;
    display: grid;
    grid-template-columns: .96fr 1.04fr;
    align-items: center;
    position: relative;
    z-index: 1;
}
.tce-hero__copy { grid-column: 1; max-width: 590px; }
.tce-slide--order .tce-hero__copy { grid-column: 2; justify-self: end; max-width: 560px; }
.tce-eyebrow {
    margin: 0 0 24px;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: .17em;
    text-transform: uppercase;
}
.tce-hero .tce-eyebrow { color: #bfc8d5; }
.tce-hero .tce-eyebrow span {
    display: inline-block;
    margin-right: 13px;
    padding-right: 13px;
    border-right: 1px solid rgba(255, 255, 255, .38);
    color: #fff;
}
.tce-hero h1, .tce-hero h2 {
    max-width: 650px;
    margin: 0 0 26px;
    font-size: clamp(52px, 5.2vw, 76px);
    line-height: 1.08;
    font-weight: 720;
    letter-spacing: -.058em;
    word-break: keep-all;
    text-wrap: balance;
}
.tce-lead {
    max-width: 540px;
    margin: 0;
    color: #c8ced7;
    font-size: 18px;
    line-height: 1.72;
    word-break: keep-all;
}
.tce-hero__actions { display: flex; gap: 10px; margin-top: 38px; }
.tce-button {
    min-height: 56px;
    padding: 0 24px;
    border: 1px solid var(--tce-ink);
    border-radius: var(--tce-radius);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    font-size: 14px;
    font-weight: 700;
    transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.tce-button:hover { transform: translateY(-2px); }
.tce-button:focus-visible, .tce-link-button:focus-visible, .tce-dialog__close:focus-visible {
    outline: 3px solid rgba(19, 118, 255, .4);
    outline-offset: 3px;
}
.tce-button--primary { background: var(--tce-blue); border-color: var(--tce-blue); color: #fff; }
.tce-button--primary:hover { background: var(--tce-blue-dark); border-color: var(--tce-blue-dark); }
.tce-button--ghost { background: rgba(255, 255, 255, .04); border-color: rgba(255, 255, 255, .4); color: #fff; }
.tce-button--ghost:hover { background: rgba(255, 255, 255, .12); border-color: rgba(255, 255, 255, .72); }
.tce-button:disabled { opacity: .48; cursor: not-allowed; transform: none; }
.tce-closed { display: flex; align-items: center; gap: 8px; margin: 18px 0 0; color: #f2b2ae; font-size: 13px; font-weight: 600; }
.tce-closed span { width: 7px; height: 7px; border-radius: 50%; background: var(--tce-red); box-shadow: 0 0 0 5px rgba(231, 71, 60, .15); }
.tce-slider__controls {
    position: absolute;
    right: max(28px, calc((100vw - var(--tce-max)) / 2 + 28px));
    bottom: 26px;
    z-index: 4;
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 13px;
    color: #fff;
}
.tce-slider__arrow {
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    background: rgba(2, 6, 10, .3);
    color: #fff;
    font-size: 17px;
    line-height: 1;
    transition: background .18s ease, border-color .18s ease;
}
.tce-slider__arrow:hover { background: rgba(255, 255, 255, .14); border-color: rgba(255, 255, 255, .75); }
.tce-slider__dots { display: flex; align-items: center; gap: 6px; }
.tce-slider__dots button {
    width: 20px;
    height: 3px;
    padding: 8px 0;
    border: 0;
    background: linear-gradient(rgba(255,255,255,.42), rgba(255,255,255,.42)) center / 100% 3px no-repeat;
}
.tce-slider__dots button.is-active { width: 38px; background-image: linear-gradient(#fff, #fff); }
.tce-slider__count { min-width: 52px; color: #9ea8b5; font-size: 11px; font-weight: 650; letter-spacing: .08em; }
.tce-slider__count b { color: #fff; font-weight: 750; }
.tce-slider__arrow:focus-visible, .tce-slider__dots button:focus-visible { outline: 3px solid rgba(101, 168, 255, .75); outline-offset: 3px; }
.tce-hero__facts {
    width: min(100%, var(--tce-max));
    margin: 0 auto;
    padding: 0 28px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(255, 255, 255, .24);
    background: rgba(2, 6, 10, .24);
    backdrop-filter: blur(8px);
}
.tce-hero__facts > div {
    min-height: 104px;
    padding: 22px 28px;
    border-right: 1px solid rgba(255, 255, 255, .18);
    display: grid;
    grid-template-columns: 38px 1fr;
    align-content: center;
}
.tce-hero__facts > div:first-child { padding-left: 0; }
.tce-hero__facts > div:last-child { border-right: 0; }
.tce-hero__facts span { grid-row: 1 / 3; padding-top: 2px; color: #65a8ff; font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.tce-hero__facts strong { font-size: 15px; color: #fff; }
.tce-hero__facts p { margin: 1px 0 0; color: #aab2bd; font-size: 13px; }

.tce-channel-strip {
    min-height: 96px;
    padding: 0 max(28px, calc((100vw - var(--tce-max)) / 2 + 28px));
    display: grid;
    grid-template-columns: 160px 1fr;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #e0e3e8;
}
.tce-channel-strip > span { color: var(--tce-blue); font-size: 10px; font-weight: 750; letter-spacing: .18em; }
.tce-channel-strip ul { margin: 0; padding: 0; list-style: none; display: flex; justify-content: space-between; gap: 24px; }
.tce-channel-strip li { color: #272c34; font-size: 12px; font-weight: 700; letter-spacing: .08em; white-space: nowrap; }

.tce-story {
    max-width: var(--tce-max);
    margin: 0 auto;
    padding: 146px 28px 154px;
}
.tce-story__header {
    padding-top: 20px;
    border-top: 1px solid var(--tce-ink);
    display: grid;
    grid-template-columns: 220px 1fr .78fr;
    gap: 38px;
    align-items: end;
}
.tce-story__header .tce-eyebrow { align-self: start; margin: 3px 0 0; color: var(--tce-blue); }
.tce-story__header h2 {
    max-width: 640px;
    margin: 0;
    font-size: 56px;
    line-height: 1.13;
    font-weight: 710;
    letter-spacing: -.052em;
    word-break: keep-all;
}
.tce-story__header h2 em { color: var(--tce-blue); font-style: normal; }
.tce-story__header > p:last-child { max-width: 420px; margin: 0 0 5px; color: var(--tce-muted); font-size: 15px; line-height: 1.72; word-break: keep-all; }
.tce-story__layout { margin-top: 76px; display: grid; grid-template-columns: 1.08fr .92fr; min-height: 690px; background: #fff; }
.tce-story__visual { min-width: 0; margin: 0; position: relative; overflow: hidden; background: #080b10; }
.tce-story__visual::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(180deg, transparent, rgba(2, 5, 9, .82)); }
.tce-story__visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 44% center; transition: transform .8s cubic-bezier(.22, 1, .36, 1); }
.tce-story__visual:hover img { transform: scale(1.025); }
.tce-story__visual figcaption { position: absolute; z-index: 1; left: 36px; right: 36px; bottom: 34px; color: #fff; }
.tce-story__visual figcaption span { display: block; margin-bottom: 12px; color: #77afff; font-size: 9px; font-weight: 700; letter-spacing: .2em; }
.tce-story__visual figcaption strong { font-size: 36px; line-height: 1.03; letter-spacing: -.035em; }
.tce-story__steps { margin: 0; padding: 0 52px; list-style: none; align-self: stretch; display: grid; grid-template-rows: repeat(3, 1fr); }
.tce-story__steps li { padding: 34px 0; border-top: 1px solid var(--tce-line); display: grid; grid-template-columns: 66px 1fr; align-content: center; }
.tce-story__steps li:first-child { border-top: 0; }
.tce-story__steps .tce-step-num { padding-top: 4px; color: var(--tce-blue); font-size: 11px; font-weight: 750; letter-spacing: .08em; }
.tce-story__steps small { color: #7a828d; font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.tce-story__steps h3 { margin: 8px 0 11px; font-size: 30px; line-height: 1.22; letter-spacing: -.04em; }
.tce-story__steps p { max-width: 480px; margin: 0; color: var(--tce-muted); font-size: 14px; line-height: 1.68; word-break: keep-all; }

.tce-experience {
    padding: 138px max(28px, calc((100vw - var(--tce-max)) / 2 + 28px));
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 92px;
    align-items: stretch;
    background: #0b0f14;
    color: #fff;
}
.tce-experience__copy { padding: 18px 0 8px; align-self: center; }
.tce-experience__copy > .tce-eyebrow { margin-bottom: 22px; color: #72adff; }
.tce-experience__copy > h2 { max-width: 560px; margin: 0; font-size: 54px; line-height: 1.14; letter-spacing: -.052em; word-break: keep-all; }
.tce-experience__lead { max-width: 520px; margin: 28px 0 48px; color: #aeb6c1; font-size: 16px; line-height: 1.72; word-break: keep-all; }
.tce-experience__list article { padding: 22px 0; border-top: 1px solid rgba(255, 255, 255, .2); display: grid; grid-template-columns: 76px 1fr; gap: 16px; }
.tce-experience__list article:last-child { border-bottom: 1px solid rgba(255, 255, 255, .2); }
.tce-experience__list article > span { padding-top: 5px; color: #72adff; font-size: 9px; font-weight: 700; letter-spacing: .17em; }
.tce-experience__list h3 { margin: 0 0 6px; font-size: 22px; line-height: 1.3; letter-spacing: -.03em; }
.tce-experience__list p { margin: 0; color: #9da6b2; font-size: 13px; line-height: 1.65; }
.tce-experience__visual { min-width: 0; min-height: 720px; margin: 0; position: relative; overflow: hidden; background: #05080c; }
.tce-experience__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(1, 4, 8, .72)); pointer-events: none; }
.tce-experience__visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 55% center; transition: transform .8s cubic-bezier(.22, 1, .36, 1); }
.tce-experience__visual:hover img { transform: scale(1.025); }
.tce-experience__visual figcaption { position: absolute; z-index: 1; left: 30px; right: 30px; bottom: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.5); display: grid; grid-template-columns: 1fr auto; align-items: end; color: #fff; }
.tce-experience__visual figcaption span { grid-column: 1; color: #77afff; font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.tce-experience__visual figcaption strong { grid-column: 2; grid-row: 1 / 3; font-size: 24px; letter-spacing: -.025em; }
.tce-experience__visual figcaption p { margin: 5px 0 0; color: #d5dbe3; font-size: 10px; line-height: 1.5; letter-spacing: .08em; }

.tce-cta {
    padding: 112px max(28px, calc((100vw - var(--tce-max)) / 2 + 28px));
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 100px;
    align-items: end;
    background: var(--tce-blue);
    color: #fff;
}
.tce-cta .tce-eyebrow { margin-bottom: 20px; color: rgba(255, 255, 255, .72); }
.tce-cta h2 { max-width: 650px; margin: 0; font-size: 51px; line-height: 1.16; letter-spacing: -.052em; word-break: keep-all; }
.tce-cta__action { padding-bottom: 5px; }
.tce-cta__action > p { max-width: 490px; margin: 0 0 28px; color: rgba(255, 255, 255, .82); font-size: 16px; }
.tce-cta__action > div { display: flex; align-items: center; gap: 25px; }
.tce-button--dark { border-color: #080a0d; background: #080a0d; color: #fff; }
.tce-button--dark:hover { border-color: #20252c; background: #20252c; }
.tce-cta .tce-link-button { padding: 10px 0; border-bottom: 1px solid rgba(255, 255, 255, .65); color: #fff; }
.tce-cta .tce-link-button:hover { border-color: #fff; color: #fff; }

.tce-faq {
    max-width: var(--tce-max);
    margin: 0 auto;
    padding: 136px 28px;
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: 92px;
    background: var(--tce-paper);
}
.tce-faq__aside { min-width: 0; display: grid; grid-template-rows: auto 360px; gap: 44px; }
.tce-faq__aside .tce-eyebrow { margin-bottom: 18px; color: var(--tce-blue); }
.tce-faq__aside h2 { margin: 0; font-size: 48px; line-height: 1.14; letter-spacing: -.05em; }
.tce-faq__aside > div > p:last-child { max-width: 360px; margin: 22px 0 0; color: var(--tce-muted); font-size: 15px; line-height: 1.7; }
.tce-faq__aside img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 30% center; background: #090d12; }
.tce-accordion { margin: 0; align-self: start; }
.tce-accordion details { border-top: 1px solid var(--tce-line); }
.tce-accordion details:last-child { border-bottom: 1px solid var(--tce-line); }
.tce-accordion summary { list-style: none; padding: 27px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 18px; font-weight: 680; cursor: pointer; }
.tce-accordion summary::-webkit-details-marker { display: none; }
.tce-accordion summary i { width: 18px; height: 18px; flex: 0 0 18px; position: relative; }
.tce-accordion summary i::before, .tce-accordion summary i::after { content: ""; position: absolute; left: 0; right: 0; top: 8px; height: 1px; background: var(--tce-ink); }
.tce-accordion summary i::after { transform: rotate(90deg); transition: transform .2s ease; }
.tce-accordion details[open] summary i::after { transform: rotate(0); }
.tce-accordion details p { max-width: 760px; margin: -5px 0 28px; color: var(--tce-muted); font-size: 15px; }

.tce-notice {
    max-width: var(--tce-max);
    margin: 0 auto 96px;
    padding: 37px 28px;
    display: grid;
    grid-template-columns: 230px 1fr;
    border-top: 1px solid var(--tce-ink);
}
.tce-notice strong { font-size: 10px; letter-spacing: .17em; }
.tce-notice ul { margin: 0; padding: 0; list-style: none; color: var(--tce-muted); font-size: 13px; }
.tce-notice li { margin-bottom: 8px; padding-left: 16px; position: relative; }
.tce-notice li::before { content: "—"; position: absolute; left: 0; }
.tce-footer {
    min-height: 184px;
    padding: 52px max(28px, calc((100vw - var(--tce-max)) / 2 + 28px));
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    align-items: end;
    background: #07090c;
    color: #fff;
}
.tce-footer span { font-size: 24px; font-weight: 760; letter-spacing: .08em; }
.tce-footer p, .tce-footer a { margin: 0; color: #858c96; font-size: 11px; }
.tce-footer a { text-decoration: none; }
.tce-sticky { display: none; }

.tce-dialog { width: min(760px, calc(100% - 28px)); max-height: calc(100dvh - 28px); padding: 0; border: 0; border-radius: 8px; background: #fff; box-shadow: 0 20px 80px rgba(0, 0, 0, .28); overflow: hidden; }
.tce-dialog::backdrop { background: rgba(5, 6, 8, .76); backdrop-filter: blur(5px); }
.tce-dialog__shell { display: flex; flex-direction: column; max-height: calc(100dvh - 28px); }
.tce-dialog header { padding: 28px 34px 20px; border-bottom: 1px solid #e5e7eb; display: flex; justify-content: space-between; align-items: flex-start; }
.tce-dialog header .tce-eyebrow { margin: 0 0 6px; color: var(--tce-blue); }
.tce-dialog h2 { margin: 0; font-size: 26px; line-height: 1.2; }
.tce-dialog__close { width: 38px; height: 38px; border: 0; border-radius: 50%; background: #f0f2f5; font-size: 27px; line-height: 1; }
.tce-progress { display: flex; gap: 5px; padding: 0 34px; margin-top: 20px; }
.tce-progress span { height: 3px; flex: 1; background: #dfe2e7; }
.tce-progress span.is-active { background: var(--tce-blue); }
.tce-dialog__body { padding: 34px; overflow: auto; }
.tce-flow__intro { margin-bottom: 28px; }
.tce-flow__number { display: block; margin-bottom: 12px; color: var(--tce-blue); font-size: 10px; font-weight: 750; letter-spacing: .14em; }
.tce-flow h3 { margin: 0 0 9px; font-size: 29px; line-height: 1.25; letter-spacing: -.04em; }
.tce-flow__intro p { margin: 0; color: var(--tce-muted); }
.tce-form { display: grid; gap: 17px; }
.tce-form label { display: grid; gap: 8px; font-size: 13px; font-weight: 700; }
.tce-form input, .tce-form select, .tce-form textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #cbd0d7; border-radius: 3px; background: #fff; color: var(--tce-ink); font-size: 15px; }
.tce-form input:focus, .tce-form select:focus, .tce-form textarea:focus { outline: 2px solid rgba(19, 118, 255, .2); border-color: var(--tce-blue); }
.tce-form textarea { min-height: 90px; resize: vertical; }
.tce-honeypot { position: absolute !important; left: -10000px !important; }
.tce-order-list, .tce-result-list { display: grid; gap: 10px; }
.tce-order-card { padding: 18px; border: 1px solid var(--tce-line); display: flex; gap: 13px; align-items: flex-start; cursor: pointer; }
.tce-order-card input { margin-top: 5px; }
.tce-order-card strong { display: block; }
.tce-order-card small { color: var(--tce-muted); }
.tce-order-card.is-disabled { opacity: .48; cursor: not-allowed; }
.tce-result-card { padding: 22px 0; border-top: 2px solid var(--tce-ink); }
.tce-result-card__head { display: flex; justify-content: space-between; gap: 15px; }
.tce-status { color: var(--tce-blue); font-size: 12px; font-weight: 750; }
.tce-result-card dl { display: grid; grid-template-columns: 100px 1fr; gap: 6px 12px; font-size: 13px; }
.tce-result-card dt { color: var(--tce-muted); }
.tce-result-card dd { margin: 0; word-break: break-all; }
.tce-checkline { display: flex !important; grid-template-columns: none !important; align-items: flex-start; gap: 9px !important; font-weight: 500 !important; }
.tce-checkline input { width: 18px !important; min-height: 18px !important; margin-top: 2px; }
.tce-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.tce-message { padding: 14px 16px; border-left: 3px solid var(--tce-blue); background: #edf4ff; color: #173f91; font-size: 14px; }
.tce-message--error { border-color: var(--tce-red); background: #fff0ee; color: #942219; }
.tce-empty-state { text-align: center; padding: 45px 10px; }
.tce-empty-state h3 { margin: 0 0 8px; }
.tce-empty-state p { margin: 0 0 24px; color: var(--tce-muted); }
.tce-upload-list { display: flex; flex-wrap: wrap; gap: 8px; }
.tce-upload-list img { width: 62px; height: 62px; border: 1px solid var(--tce-line); object-fit: cover; }

@media (max-width: 960px) {
    .tce-header { padding: 0 22px; }
    .tce-hero { min-height: 720px; }
    .tce-hero__inner { grid-template-columns: 1.15fr .85fr; padding: 74px 22px 56px; }
    .tce-slide--order .tce-hero__inner { grid-template-columns: .85fr 1.15fr; }
    .tce-slider__controls { right: 22px; }
    .tce-hero__facts { padding: 0 22px; }
    .tce-hero__facts > div { padding: 20px 18px; }
    .tce-story { padding: 110px 22px 118px; }
    .tce-story__header { grid-template-columns: 165px 1fr; gap: 28px; }
    .tce-story__header > p:last-child { grid-column: 2; margin-top: -8px; }
    .tce-story__layout { grid-template-columns: 1fr; min-height: 0; }
    .tce-story__visual { height: 540px; }
    .tce-story__steps { padding: 0 42px; }
    .tce-story__steps li:first-child { border-top: 1px solid var(--tce-line); }
    .tce-experience { padding: 108px 22px; grid-template-columns: 1fr; gap: 68px; }
    .tce-experience__visual { grid-row: 1; min-height: 590px; }
    .tce-experience__copy { grid-row: 2; }
    .tce-faq { padding: 105px 22px; grid-template-columns: 1fr; gap: 58px; }
    .tce-faq__aside { grid-template-columns: .7fr 1.3fr; grid-template-rows: 340px; align-items: end; }
    .tce-cta { padding: 90px 22px; grid-template-columns: 1fr; gap: 45px; }
    .tce-notice { padding: 34px 22px; grid-template-columns: 170px 1fr; }
}

@media (max-width: 680px) {
    body.tce-page { padding-bottom: 66px; }
    .tce-header { height: 62px; padding: 0 17px; }
    .tce-brand { gap: 9px; }
    .tce-brand img { width: 105px; height: 32px; }
    .tce-brand span { padding-left: 9px; font-size: 8px; }
    .tce-header nav { gap: 0; }
    .tce-header nav a { display: none; }
    .tce-header nav .tce-link-button { font-size: 12px; }
    .tce-hero { min-height: 760px; }
    .tce-slides { min-height: 620px; }
    .tce-hero__media { background-image: url("images/hero-v2-mobile.webp"); background-position: center top; }
    .tce-slide::after { background: linear-gradient(180deg, rgba(2, 6, 10, .91) 0%, rgba(2, 6, 10, .74) 30%, rgba(2, 6, 10, .08) 59%, rgba(2, 6, 10, .92) 100%); }
    .tce-slide--order .tce-hero__media { background-image: url("images/hero-slide-product-mobile.webp"); background-position: center top; }
    .tce-slide--order::after { background: linear-gradient(180deg, rgba(2, 6, 10, .91) 0%, rgba(2, 6, 10, .76) 31%, rgba(2, 6, 10, .09) 58%, rgba(2, 6, 10, .92) 100%); }
    .tce-hero__inner { display: block; padding: 42px 18px 330px; }
    .tce-hero__copy, .tce-slide--order .tce-hero__copy { max-width: 100%; }
    .tce-eyebrow { margin-bottom: 18px; }
    .tce-hero h1, .tce-hero h2 { max-width: 350px; margin-bottom: 17px; font-size: 41px; line-height: 1.12; }
    .tce-lead { max-width: 345px; color: #dce2e9; font-size: 15px; line-height: 1.64; }
    .tce-hero__actions { display: none; }
    .tce-closed { margin-top: 14px; font-size: 12px; }
    .tce-slider__controls { right: 18px; bottom: 17px; gap: 9px; }
    .tce-slider__arrow { width: 38px; height: 38px; }
    .tce-slider__count { min-width: 47px; font-size: 10px; }
    .tce-hero__facts { padding: 0 18px; grid-template-columns: 1fr; background: rgba(2, 6, 10, .64); }
    .tce-hero__facts > div, .tce-hero__facts > div:first-child { min-height: 69px; padding: 13px 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .16); grid-template-columns: 34px 1fr; }
    .tce-hero__facts > div:last-child { border-bottom: 0; }
    .tce-hero__facts p { font-size: 12px; }
    .tce-channel-strip { min-height: 0; padding: 22px 18px; display: block; overflow: hidden; }
    .tce-channel-strip > span { display: block; margin-bottom: 13px; }
    .tce-channel-strip ul { justify-content: flex-start; gap: 22px; overflow-x: auto; padding-bottom: 3px; scrollbar-width: none; }
    .tce-channel-strip ul::-webkit-scrollbar { display: none; }
    .tce-story { padding: 82px 18px 88px; }
    .tce-story__header { display: block; padding-top: 14px; }
    .tce-story__header .tce-eyebrow { margin-bottom: 23px; }
    .tce-story__header h2 { font-size: 38px; line-height: 1.17; }
    .tce-story__header > p:last-child { margin: 22px 0 0; font-size: 14px; }
    .tce-story__layout { margin-top: 44px; display: block; }
    .tce-story__visual { height: 430px; }
    .tce-story__visual img { object-position: 40% center; }
    .tce-story__visual figcaption { left: 22px; right: 22px; bottom: 21px; }
    .tce-story__visual figcaption strong { font-size: 28px; }
    .tce-story__steps { padding: 0 18px; }
    .tce-story__steps li { min-height: 188px; padding: 29px 0; grid-template-columns: 48px 1fr; }
    .tce-story__steps h3 { font-size: 26px; }
    .tce-story__steps p { font-size: 13px; }
    .tce-experience { padding: 82px 18px 88px; gap: 48px; }
    .tce-experience__visual { min-height: 440px; }
    .tce-experience__visual img { object-position: 58% center; }
    .tce-experience__visual figcaption { left: 20px; right: 20px; bottom: 20px; }
    .tce-experience__visual figcaption strong { font-size: 19px; }
    .tce-experience__copy > h2 { font-size: 39px; line-height: 1.17; }
    .tce-experience__lead { margin: 22px 0 36px; font-size: 14px; }
    .tce-experience__list article { grid-template-columns: 58px 1fr; gap: 9px; padding: 20px 0; }
    .tce-experience__list h3 { font-size: 19px; }
    .tce-faq { padding: 82px 18px; display: block; }
    .tce-faq__aside { display: grid; grid-template-columns: 1fr; grid-template-rows: auto 330px; gap: 35px; }
    .tce-faq__aside h2 { font-size: 39px; }
    .tce-faq__aside img { object-position: 31% center; }
    .tce-accordion { margin-top: 48px; }
    .tce-cta { padding: 76px 18px; gap: 35px; }
    .tce-cta h2 { font-size: 37px; }
    .tce-cta__action > p { font-size: 15px; }
    .tce-cta__action > div { display: grid; grid-template-columns: 1fr; gap: 16px; }
    .tce-cta .tce-link-button { justify-self: start; }
    .tce-accordion summary { padding: 22px 0; font-size: 16px; }
    .tce-notice { display: block; margin: 0 18px 64px; padding: 25px 0; }
    .tce-notice strong { display: block; margin-bottom: 18px; }
    .tce-footer { min-height: 224px; padding: 42px 18px; grid-template-columns: 1fr; gap: 18px; }
    .tce-sticky { position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; height: 66px; padding: 8px; padding-bottom: max(8px, env(safe-area-inset-bottom)); display: grid; grid-template-columns: .82fr 1.18fr; background: #fff; box-shadow: 0 -8px 25px rgba(0, 0, 0, .11); }
    .tce-sticky button { border: 0; font-size: 13px; font-weight: 750; }
    .tce-sticky button:first-child { background: #e9edf2; color: var(--tce-ink); }
    .tce-sticky button:last-child { background: var(--tce-blue); color: #fff; }
    .tce-sticky button:disabled { opacity: .45; }
    .tce-dialog { width: 100%; max-height: 94dvh; margin: auto 0 0; border-radius: 14px 14px 0 0; }
    .tce-dialog__shell { max-height: 94dvh; }
    .tce-dialog header { padding: 22px 20px 16px; }
    .tce-progress { padding: 0 20px; margin-top: 15px; }
    .tce-dialog__body { padding: 24px 20px 30px; }
    .tce-flow h3 { font-size: 25px; }
    .tce-form-row { grid-template-columns: 1fr; }
    .tce-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    * { scroll-behavior: auto !important; transition: none !important; }
}
