/* ============================================================================
 * Trilogy Mind Body Soul — fresh hand-built homepage
 * Palette: Primary #1C0E21 · Orange #FF4500 · Text #5E5E5E · Accent #F5FAFF
 * ========================================================================== */

.th {
    --o: #ff4500;
    --o-dark: #e63e00;
    --ink: #1c0e21;
    --muted: #5e5e5e;
    --accent: #f5faff;
    --line: rgba(28, 14, 33, 0.08);
    --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
    --radius: 20px;
    color: var(--ink);
    font-family: "Inter", "DM Sans", system-ui, -apple-system, sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: clip;
}
.th *, .th *::before, .th *::after { box-sizing: border-box; }
.th img { max-width: 100%; height: auto; display: block; }

.th-wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.th-wrap--narrow { max-width: 820px; }
.th-sec { padding: clamp(60px, 8vw, 110px) 0; position: relative; }
.th-band { background: var(--accent); }
.th-center { text-align: center; margin-top: 36px; }

/* ---- Shared bits ---- */
.th-eyebrow {
    display: inline-block;
    position: relative;
    color: var(--o);
    font-size: 13px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
    padding-bottom: 11px;
}
.th-eyebrow::after {
    content: ""; position: absolute; left: 0; bottom: 0;
    width: 100%; height: 3px; border-radius: 2px; background: var(--o);
}
.th-eyebrow--center { display: block; width: max-content; max-width: 100%; margin-left: auto; margin-right: auto; }
.th-eyebrow--light { color: #fff; }
.th-eyebrow--light::after { background: #fff; }

.th-head { text-align: center; max-width: 720px; margin: 0 auto clamp(40px, 5vw, 60px); }
.th-head .th-eyebrow { margin-bottom: 18px; }
.th-h2 { font-size: clamp(1.9rem, 3.6vw, 3rem); font-weight: 800; letter-spacing: -0.025em; line-height: 1.1; margin: 0; }
.th-lede { margin: 16px auto 0; color: var(--muted); font-size: 1.05rem; line-height: 1.6; max-width: 560px; }
.th-grad { background: linear-gradient(100deg, var(--o), #ff9a5c); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* ---- Buttons ---- */
.th-btn {
    display: inline-flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 15px; text-decoration: none; cursor: pointer;
    padding: 14px 28px; border-radius: 999px; border: 1.5px solid transparent;
    transition: transform 0.22s var(--ease), box-shadow 0.22s var(--ease), background-color 0.2s ease, color 0.2s ease;
}
.th-btn--primary { background: var(--o); color: #fff; box-shadow: 0 12px 28px -8px rgba(255, 69, 0, 0.55); }
.th-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 18px 36px -10px rgba(255, 69, 0, 0.65); color: #fff; }
.th-btn--ghost { background: transparent; color: var(--ink); border-color: rgba(28, 14, 33, 0.2); }
.th-btn--ghost:hover { background: var(--ink); color: #fff; border-color: var(--ink); transform: translateY(-2px); }
.th-btn--soft { background: rgba(255, 69, 0, 0.1); color: var(--o); }
.th-btn--soft:hover { background: var(--o); color: #fff; transform: translateY(-2px); }
.th-btn--block { display: flex; width: 100%; }
.th-btn--lg { padding: 17px 38px; font-size: 16px; }

/* ============================ HERO ============================ */
.th-hero {
    position: relative; overflow: hidden;
    padding: clamp(48px, 7vw, 92px) 0 clamp(60px, 8vw, 110px);
    background: radial-gradient(60% 75% at 88% 6%, rgba(255, 69, 0, 0.12), transparent 60%),
                radial-gradient(52% 68% at 6% 94%, rgba(120, 160, 255, 0.16), transparent 60%),
                linear-gradient(180deg, #fff 0%, var(--accent) 100%);
}
.th-hero__orb { position: absolute; border-radius: 50%; filter: blur(70px); pointer-events: none; z-index: 0; }
.th-hero__orb--a { width: 460px; height: 460px; top: -150px; right: -120px; background: radial-gradient(circle, rgba(255, 69, 0, 0.22), transparent 70%); }
.th-hero__orb--b { width: 420px; height: 420px; bottom: -170px; left: -130px; background: radial-gradient(circle, rgba(120, 160, 255, 0.24), transparent 70%); }
.th-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 50px; align-items: center; }
.th-hero__title { font-size: clamp(2.2rem, 5vw, 3.7rem); font-weight: 800; line-height: 1.05; letter-spacing: -0.03em; margin: 20px 0 0; }
.th-hero__sub { margin: 20px 0 0; color: var(--muted); font-size: 1.1rem; line-height: 1.65; max-width: 520px; }
.th-hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.th-hero__trust { list-style: none; margin: 34px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 22px; }
.th-hero__trust li { position: relative; padding-left: 24px; font-size: 13.5px; font-weight: 600; color: var(--ink); }
.th-hero__trust li::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; border-radius: 50%; background: rgba(255, 69, 0, 0.12); }
.th-hero__trust li::after { content: ""; position: absolute; left: 5px; top: 50%; width: 5px; height: 8px; border: solid var(--o); border-width: 0 2px 2px 0; transform: translateY(-60%) rotate(45deg); }

.th-hero__media { position: relative; }
.th-hero__imgwrap { position: relative; z-index: 1; border-radius: 26px; overflow: hidden; border: 7px solid #fff; box-shadow: 0 34px 70px -22px rgba(28, 14, 33, 0.4); aspect-ratio: 1 / 1; }
.th-hero__imgwrap img { width: 100%; height: 100%; object-fit: cover; animation: th-float 6s ease-in-out 1s infinite; }
.th-hero__chip { position: absolute; z-index: 2; background: #fff; border-radius: 16px; padding: 12px 16px; box-shadow: 0 16px 36px -14px rgba(28, 14, 33, 0.3); display: flex; flex-direction: column; }
.th-hero__chip strong { font-size: 18px; font-weight: 800; color: var(--ink); }
.th-hero__chip span { font-size: 12px; color: var(--muted); }
.th-hero__chip--1 { top: 18px; left: -22px; }
.th-hero__chip--2 { bottom: 22px; right: -18px; }
@keyframes th-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* ============================ PROCESS ============================ */
.th-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: none; }
.th-step { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 22px; box-shadow: 0 2px 14px rgba(28, 14, 33, 0.04); transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.th-step:hover { transform: translateY(-6px); box-shadow: 0 22px 44px -18px rgba(28, 14, 33, 0.2); }
.th-step__num { display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 14px; background: linear-gradient(135deg, var(--o), #ff9a5c); color: #fff; font-weight: 800; font-size: 18px; box-shadow: 0 10px 20px -8px rgba(255, 69, 0, 0.6); }
.th-step__title { font-size: 1.15rem; font-weight: 700; margin: 18px 0 8px; }
.th-step__desc { margin: 0; color: var(--muted); line-height: 1.6; font-size: 0.95rem; }

/* ============================ CARDS (services) ============================ */
.th-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.th-card { position: relative; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 28px; box-shadow: 0 4px 18px rgba(28, 14, 33, 0.05); transition: transform 0.32s var(--ease), box-shadow 0.32s var(--ease); }
.th-card::after { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #ff8a4c, var(--o)); transform: scaleX(0); transform-origin: left; transition: transform 0.4s var(--ease); }
.th-card:hover { transform: translateY(-8px); box-shadow: 0 30px 56px -22px rgba(28, 14, 33, 0.24); }
.th-card:hover::after { transform: scaleX(1); }
.th-card__icon { display: inline-flex; align-items: center; justify-content: center; width: 62px; height: 62px; border-radius: 18px; background: rgba(255, 69, 0, 0.1); color: var(--o); transition: transform 0.35s var(--ease); }
.th-card__icon svg { width: 30px; height: 30px; }
.th-card:hover .th-card__icon { transform: scale(1.08) rotate(-5deg); }
.th-card__title { font-size: 1.25rem; font-weight: 700; margin: 22px 0 10px; }
.th-card__desc { margin: 0 0 18px; color: var(--muted); line-height: 1.6; }
.th-link { display: inline-flex; align-items: center; gap: 7px; color: var(--ink); font-weight: 700; text-decoration: none; transition: color 0.2s ease, gap 0.2s ease; }
.th-link span { transition: transform 0.25s var(--ease); }
.th-link:hover { color: var(--o); }
.th-link:hover span { transform: translateX(4px); }

/* ============================ PRICING ============================ */
.th-plans { align-items: start; }
.th-plan { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 30px; box-shadow: 0 10px 30px -16px rgba(28, 14, 33, 0.14); transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.th-plan:hover { transform: translateY(-6px); box-shadow: 0 28px 54px -20px rgba(28, 14, 33, 0.22); }
.th-plan--popular { border: 2px solid var(--o); box-shadow: 0 30px 60px -20px rgba(255, 69, 0, 0.34); }
.th-plan__badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--o); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 6px 16px; border-radius: 999px; white-space: nowrap; box-shadow: 0 8px 18px -5px rgba(255, 69, 0, 0.55); }
.th-plan__name { font-size: 1.05rem; font-weight: 600; color: var(--muted); margin: 0; }
.th-plan__price { font-size: clamp(1.9rem, 3vw, 2.4rem); font-weight: 800; letter-spacing: -0.02em; margin: 8px 0 0; }
.th-plan__price span { font-size: 0.95rem; font-weight: 600; color: var(--muted); }
.th-plan__feats { list-style: none; margin: 22px 0 26px; padding: 22px 0 0; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 13px; }
.th-plan__feats li { display: flex; align-items: center; gap: 11px; color: var(--ink); font-size: 0.95rem; }
.th-plan__feats svg { width: 18px; height: 18px; color: var(--o); flex: none; }

/* ============================ MISSION ============================ */
.th-mission__inner { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 54px; align-items: center; }
.th-mission__media { position: relative; }
.th-mission__media img { position: relative; z-index: 1; border-radius: var(--radius); box-shadow: 0 28px 56px -22px rgba(28, 14, 33, 0.32); }
.th-mission__shape { position: absolute; z-index: 0; right: -20px; bottom: -20px; width: 62%; height: 66%; border-radius: 26px; background: linear-gradient(135deg, rgba(255, 69, 0, 0.18), rgba(255, 154, 92, 0.12)); }
.th-mission__copy .th-h2 { margin-top: 16px; }
.th-values { list-style: none; margin: 26px 0 30px; padding: 0; display: flex; flex-direction: column; gap: 18px; }
.th-values li { display: flex; gap: 16px; }
.th-values__ic { flex: none; width: 48px; height: 48px; border-radius: 14px; background: rgba(255, 69, 0, 0.1); color: var(--o); display: inline-flex; align-items: center; justify-content: center; }
.th-values__ic svg { width: 24px; height: 24px; }
.th-values h3 { margin: 2px 0 4px; font-size: 1.1rem; font-weight: 700; }
.th-values p { margin: 0; color: var(--muted); line-height: 1.55; }

/* ============================ PRODUCTS ============================ */
.th-prod { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; text-align: center; box-shadow: 0 4px 18px rgba(28, 14, 33, 0.05); transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.th-prod:hover { transform: translateY(-6px); box-shadow: 0 26px 50px -20px rgba(28, 14, 33, 0.22); }
.th-prod__img { height: 150px; display: flex; align-items: center; justify-content: center; background: var(--accent); border-radius: 14px; margin-bottom: 18px; }
.th-prod__img img { max-height: 130px; width: auto; }
.th-prod__name { font-size: 1.15rem; font-weight: 700; margin: 0 0 8px; }
.th-prod__desc { margin: 0 0 12px; color: var(--muted); font-size: 0.92rem; line-height: 1.55; }
.th-prod__price { margin: 0 0 18px; font-weight: 800; color: var(--ink); }

/* ============================ FAQ ============================ */
.th-acc { display: flex; flex-direction: column; gap: 12px; }
.th-acc__item { background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 2px 12px rgba(28, 14, 33, 0.04); overflow: hidden; transition: box-shadow 0.25s ease, border-color 0.25s ease; }
.th-acc__item[open] { border-color: rgba(255, 69, 0, 0.3); box-shadow: 0 12px 30px -14px rgba(28, 14, 33, 0.18); }
.th-acc__item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 22px; font-weight: 700; color: var(--ink); font-size: 1.02rem; }
.th-acc__item summary::-webkit-details-marker { display: none; }
.th-acc__ic { position: relative; flex: none; width: 22px; height: 22px; border-radius: 50%; background: rgba(255, 69, 0, 0.12); transition: background-color 0.25s ease; }
.th-acc__ic::before, .th-acc__ic::after { content: ""; position: absolute; top: 50%; left: 50%; background: var(--o); border-radius: 2px; transition: transform 0.25s var(--ease); }
.th-acc__ic::before { width: 10px; height: 2px; transform: translate(-50%, -50%); }
.th-acc__ic::after { width: 2px; height: 10px; transform: translate(-50%, -50%); }
.th-acc__item[open] .th-acc__ic { background: var(--o); }
.th-acc__item[open] .th-acc__ic::before, .th-acc__item[open] .th-acc__ic::after { background: #fff; }
.th-acc__item[open] .th-acc__ic::after { transform: translate(-50%, -50%) scaleY(0); }
.th-acc__body { padding: 0 22px 22px; color: var(--muted); line-height: 1.65; }
.th-acc__body p { margin: 0; }

/* ============================ FINAL CTA ============================ */
.th-cta { position: relative; overflow: hidden; background: var(--ink); color: #fff; padding: clamp(60px, 8vw, 100px) 0; text-align: center; }
.th-cta__orb { position: absolute; width: 520px; height: 520px; border-radius: 50%; top: -200px; left: 50%; transform: translateX(-50%); background: radial-gradient(circle, rgba(255, 69, 0, 0.3), transparent 65%); filter: blur(50px); pointer-events: none; }
.th-cta__inner { position: relative; z-index: 1; max-width: 680px; margin: 0 auto; }
.th-cta__inner .th-eyebrow { margin-bottom: 18px; }
.th-cta__title { font-size: clamp(1.9rem, 4vw, 2.9rem); font-weight: 800; letter-spacing: -0.025em; line-height: 1.1; margin: 0; }
.th-cta__sub { margin: 18px auto 30px; color: rgba(255, 255, 255, 0.75); line-height: 1.65; max-width: 540px; }

/* ============================ Page extras (Services/About) ============================ */
/* Centered hero variant */
.th-hero--center .th-hero__inner { grid-template-columns: 1fr; text-align: center; }
.th-hero--center .th-hero__copy { max-width: 760px; margin: 0 auto; }
.th-hero--center .th-hero__sub { margin-left: auto; margin-right: auto; }
.th-hero--center .th-hero__cta { justify-content: center; }
.th-hero--center .th-hero__title { margin-top: 18px; }

/* Service card "what's included" list */
.th-card__list { list-style: none; margin: 0 0 22px; padding: 16px 0 0; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 11px; }
.th-card__list li { display: flex; align-items: center; gap: 10px; color: var(--ink); font-size: 0.92rem; }
.th-card__list svg { width: 17px; height: 17px; color: var(--o); flex: none; }

/* Ghost button on a dark background (CTA) */
.th-btn--ghost-light { color: #fff; border-color: rgba(255, 255, 255, 0.35); }
.th-btn--ghost-light:hover { background: #fff; color: var(--ink); border-color: #fff; }

/* ---- Contact page ---- */
.th-contact__inner { display: grid; grid-template-columns: 1fr 1.05fr; gap: 50px; align-items: start; }
.th-contact__info .th-h2 { margin: 16px 0 0; }
.th-cinfo { list-style: none; margin: 28px 0 26px; padding: 0; display: flex; flex-direction: column; gap: 20px; }
.th-cinfo li { display: flex; gap: 16px; align-items: flex-start; }
.th-cinfo__ic { flex: none; width: 48px; height: 48px; border-radius: 14px; background: rgba(255, 69, 0, 0.1); color: var(--o); display: inline-flex; align-items: center; justify-content: center; }
.th-cinfo__ic svg { width: 22px; height: 22px; }
.th-cinfo__label { display: block; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 3px; }
.th-cinfo li a, .th-cinfo li span:not(.th-cinfo__label):not(.th-cinfo__ic) { color: var(--ink); text-decoration: none; font-weight: 600; line-height: 1.5; }
.th-cinfo li a:hover { color: var(--o); }
.th-contact__social { display: flex; gap: 10px; }
.th-contact__social a { width: 40px; height: 40px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--ink); background: var(--accent); border: 1px solid var(--line); transition: transform 0.2s var(--ease), background-color 0.2s ease, color 0.2s ease; }
.th-contact__social a:hover { background: var(--o); color: #fff; border-color: var(--o); transform: translateY(-3px); }
.th-contact__social svg { width: 18px; height: 18px; }

.th-cform { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(24px, 3vw, 36px); box-shadow: 0 24px 56px -28px rgba(28, 14, 33, 0.26); }
.th-cform__title { margin: 0 0 20px; font-size: 1.3rem; font-weight: 800; }
.th-field { margin-bottom: 16px; }
.th-field label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 7px; }
.th-field label span { color: var(--muted); font-weight: 500; }
.th-field input, .th-field textarea { width: 100%; padding: 13px 16px; font-size: 15px; color: var(--ink); background: #fff; border: 1.5px solid var(--line); border-radius: 12px; font-family: inherit; transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.th-field textarea { resize: vertical; min-height: 120px; }
.th-field input:focus, .th-field textarea:focus { outline: none; border-color: var(--o); box-shadow: 0 0 0 3px rgba(255, 69, 0, 0.15); }
.th-cform .th-btn { margin-top: 6px; }
.th-cform__msg { margin: 14px 0 0; font-size: 14px; font-weight: 600; }
.th-cform__msg.is-ok { color: #16a34a; }
.th-cform__msg.is-err { color: var(--o); }

.th-mapsec { padding: 0 0 clamp(60px, 8vw, 100px); }
.th-map { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: 0 18px 44px -22px rgba(28, 14, 33, 0.2); line-height: 0; }
.th-map iframe { display: block; filter: grayscale(0.1); }

@media (max-width: 860px) {
    .th-contact__inner { grid-template-columns: 1fr; gap: 36px; }
}

/* ---- Legal / policy pages ---- */
.th-legal__hero {
    position: relative; overflow: hidden; text-align: center;
    padding: clamp(48px, 6vw, 84px) 0 clamp(34px, 4vw, 52px);
    background: radial-gradient(60% 80% at 85% 0%, rgba(255, 69, 0, 0.10), transparent 60%),
                linear-gradient(180deg, #fff 0%, var(--accent) 100%);
    border-bottom: 1px solid var(--line);
}
.th-legal__head { position: relative; z-index: 1; }
.th-legal__title { margin: 16px 0 0; font-size: clamp(2rem, 4.4vw, 3rem); font-weight: 800; letter-spacing: -0.025em; line-height: 1.1; }
.th-legal__updated { margin: 12px 0 0; font-size: 14px; font-weight: 600; color: var(--muted); }
.th-legal__main { padding-top: clamp(40px, 5vw, 64px); }

.th-prose { max-width: 800px; margin: 0 auto; color: var(--muted); font-size: 16px; line-height: 1.78; }
.th-prose > :first-child { margin-top: 0; }
.th-prose p { margin: 0 0 16px; }
.th-prose h1, .th-prose h2, .th-prose h3, .th-prose h4 { color: var(--ink); font-weight: 800; letter-spacing: -0.01em; line-height: 1.3; margin: 36px 0 12px; }
.th-prose h3 { font-size: 1.35rem; }
.th-prose h4 { font-size: 1.1rem; }
.th-prose strong { color: var(--ink); font-weight: 700; }
.th-prose ul, .th-prose ol { margin: 0 0 18px; padding-left: 22px; }
.th-prose li { margin: 0 0 9px; }
.th-prose a { color: var(--o); text-decoration: underline; text-underline-offset: 2px; }
.th-prose a:hover { text-decoration: none; }
/* Bold-only paragraphs act as section subheadings */
.th-prose p:has(> strong:only-child) { margin: 34px 0 6px; }
.th-prose p:has(> strong:only-child) strong { display: inline-block; font-size: 1.2rem; color: var(--ink); }
.th-legal__foot { max-width: 800px; margin: 40px auto 0; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 15px; }
.th-legal__foot a { color: var(--o); font-weight: 700; text-decoration: none; }
.th-legal__foot a:hover { text-decoration: underline; }

/* ---- Media: press inquiry callout ---- */
.th-press { display: flex; align-items: center; gap: 26px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(24px, 3vw, 40px); box-shadow: 0 16px 44px -24px rgba(28, 14, 33, 0.22); }
.th-press__ic { flex: none; width: 64px; height: 64px; border-radius: 18px; background: rgba(255, 69, 0, 0.1); color: var(--o); display: inline-flex; align-items: center; justify-content: center; }
.th-press__ic svg { width: 30px; height: 30px; }
.th-press__copy { flex: 1; }
.th-press__copy .th-h2 { font-size: clamp(1.5rem, 3vw, 2rem); margin: 8px 0 0; }
.th-press__copy .th-lede { margin-top: 10px; }
.th-press .th-btn { flex: none; }
@media (max-width: 680px) { .th-press { flex-direction: column; align-items: flex-start; } }

/* Product catalog: category heading + auto-fit product grid */
.th-cat { margin: 40px 0 22px; }
.th-cat:first-child { margin-top: 0; }
.th-pgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 24px; }
.th-catalog__note { margin: 40px 0 0; font-size: 12.5px; line-height: 1.6; color: var(--muted); text-align: center; max-width: 760px; margin-left: auto; margin-right: auto; }

/* ============================ ABOUT: stats strip ============================ */
.th-statsec { padding: clamp(34px, 4vw, 54px) 0; background: #fff; border-bottom: 1px solid var(--line); }
.th-stats { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.th-stats li { display: flex; flex-direction: column; gap: 6px; position: relative; }
.th-stats li:not(:last-child)::after { content: ""; position: absolute; right: -12px; top: 50%; transform: translateY(-50%); width: 1px; height: 46px; background: var(--line); }
.th-stats strong { font-size: clamp(1.8rem, 3.4vw, 2.7rem); font-weight: 800; letter-spacing: -0.02em; line-height: 1; background: linear-gradient(100deg, var(--o), #ff9a5c); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.th-stats span { font-size: 13.5px; color: var(--muted); font-weight: 600; }
@media (max-width: 680px) {
    .th-stats { grid-template-columns: repeat(2, 1fr); gap: 30px 16px; }
    .th-stats li:nth-child(2)::after { display: none; }
}

/* ============================ SCROLL REVEAL ============================ */
.th-reveal { opacity: 0; transform: translateY(34px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); will-change: opacity, transform; }
.th-reveal.th-in { opacity: 1; transform: none; }
.th-reveal[data-th-delay="1"] { transition-delay: 0.09s; }
.th-reveal[data-th-delay="2"] { transition-delay: 0.18s; }
.th-reveal[data-th-delay="3"] { transition-delay: 0.27s; }

/* ============================ RESPONSIVE ============================ */
@media (max-width: 980px) {
    .th-hero__inner { grid-template-columns: 1fr; gap: 40px; }
    .th-hero__media { max-width: 460px; margin: 0 auto; width: 100%; }
    .th-mission__inner { grid-template-columns: 1fr; gap: 36px; }
    .th-steps { grid-template-columns: repeat(2, 1fr); }
    .th-grid-3 { grid-template-columns: 1fr; max-width: 460px; margin-left: auto; margin-right: auto; }
}
@media (max-width: 560px) {
    .th-steps { grid-template-columns: 1fr; }
    .th-hero__chip--1 { left: 8px; }
    .th-hero__chip--2 { right: 8px; }
    .th-hero__cta .th-btn { flex: 1; }
}

@media (prefers-reduced-motion: reduce) {
    .th-reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
    .th-hero__imgwrap img { animation: none !important; }
    .th-btn, .th-card, .th-step, .th-plan, .th-prod { transition: none !important; }
}
