/* ============================================================
   Method · Galeria światła
   Public website design system — light gallery, Apple product
   page energy, Fraunces italic counterpoint, sage + terracotta.
   ============================================================ */

:root {
    --paper: #FBFAF6;
    --cream: #F3F0E8;
    --cream-2: #ECE8DD;
    --ink: #121110;
    --ink-soft: #3C3935;
    --muted: #6E695F;
    --line: #E3DFD4;
    --sage: #5F7A50;
    --sage-soft: #A8C89A;
    --sage-tint: #EAF1E3;
    --sage-line: #DCE8D2;
    --terra: #C2603D;
    --terra-soft: #C97755;
    --terra-tint: #F7E8DF;
    --night: #14110F;
    --night-2: #1C1814;
    --r-lg: 28px;
    --r-md: 20px;
    --r-sm: 14px;
    --shadow-card: 0 1px 2px rgba(18, 17, 16, .04), 0 12px 40px -12px rgba(18, 17, 16, .10);
    --shadow-pop: 0 2px 6px rgba(18, 17, 16, .06), 0 32px 80px -24px rgba(18, 17, 16, .22);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; background: var(--night); }

body.method-site {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: var(--paper);
    color: var(--ink);
    font-size: 17px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

.method-site ::selection { background: var(--sage-soft); color: var(--ink); }
.method-site img { max-width: 100%; }
.method-site a { color: inherit; text-decoration: none; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 28px; }

.serif {
    font-family: 'Fraunces', Georgia, serif;
    font-style: italic;
    font-weight: 480;
    letter-spacing: -0.01em;
}

/* ---------- buttons ---------- */
.btn {
    display: inline-flex; align-items: center; gap: 10px;
    border-radius: 999px; font-weight: 600; font-size: 16px;
    padding: 16px 30px; cursor: pointer; border: none; line-height: 1;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease, border-color .2s ease;
    font-family: inherit;
}
.btn-dark { background: var(--ink); color: var(--paper); }
.btn-dark:hover { background: #000; transform: translateY(-1px); box-shadow: 0 12px 30px -10px rgba(18, 17, 16, .4); }
.btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-light { background: var(--paper); color: var(--ink); }
.btn-light:hover { background: #fff; transform: translateY(-1px); }
.btn .arr { font-size: 18px; line-height: 1; transition: transform .2s ease; }
.btn:hover .arr { transform: translateX(3px); }

/* ---------- header ---------- */
.site-header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    background: rgba(251, 250, 246, .82);
    backdrop-filter: blur(18px) saturate(1.4);
    -webkit-backdrop-filter: blur(18px) saturate(1.4);
    border-bottom: 1px solid rgba(18, 17, 16, .06);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.logo { display: flex; align-items: center; gap: 11px; font-weight: 700; font-size: 17px; letter-spacing: -.01em; }
.logo-mark {
    width: 30px; height: 30px; border-radius: 9px; background: var(--ink); color: var(--paper);
    display: grid; place-items: center;
    font-family: 'Fraunces', serif; font-style: italic; font-size: 17px; font-weight: 600; padding-bottom: 2px;
}
.nav-links { display: flex; gap: 34px; font-size: 15px; font-weight: 500; color: var(--ink-soft); }
.nav-links a:hover { color: var(--ink); }
.nav-cta { display: flex; align-items: center; gap: 18px; }
.nav-cta .login { font-size: 15px; font-weight: 500; color: var(--ink-soft); }
.nav-cta .btn { padding: 11px 22px; font-size: 14px; }

/* ---------- hero ---------- */
.hero { padding: 156px 0 0; text-align: center; position: relative; }
.eyebrow {
    display: inline-flex; align-items: center; gap: 9px;
    font-size: 13px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
    color: var(--sage); background: var(--sage-tint);
    border: 1px solid var(--sage-line); border-radius: 999px; padding: 9px 18px; margin-bottom: 34px;
}
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--sage); }
.method-site h1 {
    font-size: clamp(58px, 8.6vw, 124px);
    line-height: .99; letter-spacing: -.045em; font-weight: 800;
    margin: 0 auto 30px; max-width: 1000px;
}
.method-site h1 .serif { font-weight: 430; letter-spacing: -.03em; }
.hero-sub {
    font-size: clamp(18px, 1.6vw, 21px); color: var(--muted);
    max-width: 620px; margin: 0 auto 40px; line-height: 1.65;
}
.hero-sub strong { color: var(--ink); font-weight: 600; }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 30px; }

/* spec strip — hard numbers under hero CTAs */
.spec-strip {
    display: inline-flex; align-items: stretch;
    background: #fff; border: 1px solid var(--line); border-radius: 18px;
    box-shadow: var(--shadow-card); overflow: hidden;
}
.spec-strip > div { padding: 16px 30px; text-align: center; }
.spec-strip > div + div { border-left: 1px solid var(--line); }
.spec-strip b { display: block; font-size: 22px; font-weight: 800; letter-spacing: -.03em; line-height: 1.2; }
.spec-strip b em { font-family: 'Fraunces', serif; font-style: italic; font-weight: 430; color: var(--sage); }
.spec-strip span { font-size: 12.5px; color: var(--muted); font-weight: 500; }

/* ---------- phone stage ---------- */
.stage { position: relative; margin-top: 64px; padding-bottom: 96px; }
.stage-glow {
    position: absolute; left: 50%; top: 46%; transform: translate(-50%, -50%);
    width: min(960px, 94vw); height: 740px; border-radius: 50%;
    background: radial-gradient(closest-side, var(--cream) 0%, rgba(243, 240, 232, .6) 45%, rgba(251, 250, 246, 0) 72%);
    z-index: 0;
}
.stage-inner { position: relative; z-index: 1; display: flex; justify-content: center; align-items: center; gap: 44px; }
.floor-shadow {
    position: absolute; left: 50%; bottom: 64px; transform: translateX(-50%);
    width: 420px; height: 60px; border-radius: 50%;
    background: radial-gradient(closest-side, rgba(18, 17, 16, .20), rgba(18, 17, 16, 0) 70%);
    filter: blur(6px); z-index: 0;
}

/* floating side cards */
.float-card {
    background: #fff; border: 1px solid var(--line); border-radius: var(--r-md);
    box-shadow: var(--shadow-pop); padding: 18px 20px; width: 248px; text-align: left;
}
.fc-label { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.fc-verified { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.badge-check {
    width: 26px; height: 26px; border-radius: 50%; background: var(--sage); color: #fff;
    display: grid; place-items: center; font-size: 13px; font-weight: 700; flex: none;
}
.fc-verified b { font-size: 15px; letter-spacing: -.01em; }
.mqs-row { display: flex; align-items: baseline; gap: 8px; margin-bottom: 8px; }
.mqs-row .big { font-size: 34px; font-weight: 800; letter-spacing: -.03em; line-height: 1; }
.mqs-row .of { font-size: 13px; color: var(--muted); font-weight: 500; }
.mqs-bar { height: 7px; border-radius: 99px; background: var(--cream-2); overflow: hidden; margin-bottom: 6px; }
.mqs-bar i { display: block; height: 100%; border-radius: 99px; background: linear-gradient(90deg, var(--sage-soft), var(--sage)); }
.fc-foot { font-size: 12.5px; color: var(--muted); line-height: 1.5; }
.float-card.right .fc-row { display: flex; gap: 12px; align-items: flex-start; }
.fc-ava {
    width: 36px; height: 36px; border-radius: 50%;
    background: linear-gradient(135deg, var(--terra-soft), var(--terra));
    color: #fff; display: grid; place-items: center; font-size: 13px; font-weight: 700; flex: none;
}
.fc-ava.sage { background: linear-gradient(135deg, var(--sage-soft), var(--sage)); }
.fc-row p { font-size: 13.5px; line-height: 1.45; color: var(--ink-soft); }
.fc-row p b { color: var(--ink); }
.fc-time { font-size: 12px; color: var(--muted); margin-top: 8px; }
.fc-signal {
    display: flex; align-items: center; gap: 8px; margin-top: 12px; padding-top: 12px;
    border-top: 1px solid var(--cream-2); font-size: 12.5px; color: var(--ink-soft);
}
.sig-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--terra); flex: none; }

/* mobile annotation chips (replace floating cards on small screens) */
.stage-chips { display: none; }

/* ---------- phone mockup ---------- */
.phone { --acc: #C2603D; --acc-2: #E08A5F; --acc-tint: rgba(194, 96, 61, .16); width: 330px; flex: none; position: relative; }
.phone-frame {
    background: #3B3935; border-radius: 56px; padding: 5px;
    box-shadow:
        inset 0 0 0 2px #57544E,
        inset 0 0 0 6px #232120,
        0 2px 6px rgba(18, 17, 16, .18),
        0 40px 90px -22px rgba(18, 17, 16, .35);
}
.phone-screen {
    background: #16140F; color: #F4EFE4; border-radius: 51px; overflow: hidden;
    height: 676px; position: relative; display: flex; flex-direction: column;
    font-size: 13px; line-height: 1.4;
}
.island {
    position: absolute; top: 13px; left: 50%; transform: translateX(-50%);
    width: 108px; height: 30px; border-radius: 99px; background: #000; z-index: 5;
}
.p-status { display: flex; justify-content: space-between; align-items: center; padding: 17px 30px 6px; font-size: 13px; font-weight: 600; }
.p-sig { display: flex; gap: 5px; align-items: center; }
.p-sig .bars { display: flex; gap: 1.5px; align-items: flex-end; }
.p-sig .bars i { width: 3px; background: #F4EFE4; border-radius: 1px; }
.p-sig .bars i:nth-child(1) { height: 4px; } .p-sig .bars i:nth-child(2) { height: 6px; }
.p-sig .bars i:nth-child(3) { height: 8px; } .p-sig .bars i:nth-child(4) { height: 10px; }
.p-batt { width: 23px; height: 11px; border: 1.5px solid rgba(244, 239, 228, .5); border-radius: 3.5px; position: relative; }
.p-batt i { position: absolute; inset: 1.5px; right: 5px; background: #F4EFE4; border-radius: 1.5px; }
.p-body { flex: 1; padding: 10px 18px 0; display: flex; flex-direction: column; gap: 11px; overflow: hidden; }
.p-header { display: flex; align-items: center; gap: 10px; }
.p-logo {
    width: 38px; height: 38px; border-radius: 13px;
    background: linear-gradient(135deg, var(--acc-2), var(--acc));
    display: grid; place-items: center; font-weight: 800; font-size: 14px; color: #fff; letter-spacing: .02em; flex: none;
}
.p-brand b { display: block; font-size: 14.5px; font-weight: 700; letter-spacing: -.01em; }
.p-brand span { font-size: 11px; color: rgba(244, 239, 228, .55); }
.p-bell {
    margin-left: auto; width: 34px; height: 34px; border-radius: 50%;
    border: 1px solid rgba(244, 239, 228, .14); display: grid; place-items: center;
    font-size: 14px; color: rgba(244, 239, 228, .7);
}
.p-greet { font-family: 'Fraunces', serif; font-style: italic; font-size: 24px; font-weight: 480; letter-spacing: -.01em; line-height: 1.15; }
.p-greet em { color: var(--acc-2); font-style: italic; }
.p-ready {
    display: inline-flex; align-items: center; gap: 7px; align-self: flex-start;
    background: rgba(168, 200, 154, .13); border: 1px solid rgba(168, 200, 154, .25);
    color: #BCD6AE; font-size: 11px; font-weight: 600; border-radius: 99px; padding: 5px 11px;
}
.p-ready i { width: 6px; height: 6px; border-radius: 50%; background: #A8C89A; }
.p-today {
    background: linear-gradient(140deg, var(--acc-2) 0%, var(--acc) 100%);
    border-radius: 22px; padding: 16px 17px; color: #fff; position: relative; overflow: hidden;
}
.p-today::after {
    content: ""; position: absolute; right: -44px; top: -44px;
    width: 150px; height: 150px; border-radius: 50%; background: rgba(255, 255, 255, .12);
}
.p-today .lbl { font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; opacity: .85; margin-bottom: 5px; }
.p-today h4 { font-size: 19px; font-weight: 800; letter-spacing: -.02em; line-height: 1.15; margin-bottom: 4px; }
.p-today .meta { font-size: 11.5px; opacity: .9; margin-bottom: 12px; }
.p-start {
    display: inline-flex; align-items: center; gap: 7px; background: #fff; color: #1A140F;
    font-size: 12px; font-weight: 700; border-radius: 99px; padding: 8px 15px;
}
.p-week { display: flex; justify-content: space-between; }
.p-day { display: flex; flex-direction: column; align-items: center; gap: 5px; font-size: 9.5px; color: rgba(244, 239, 228, .5); font-weight: 600; }
.p-day i {
    width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center;
    font-size: 11px; font-weight: 700; border: 1px solid rgba(244, 239, 228, .13);
    font-style: normal; color: rgba(244, 239, 228, .45);
}
.p-day.done i { background: rgba(168, 200, 154, .16); border-color: rgba(168, 200, 154, .4); color: #BCD6AE; }
.p-day.today i { border: 2px solid var(--acc-2); color: #fff; background: var(--acc-tint); }
.p-stats { display: flex; gap: 8px; }
.p-stat { flex: 1; background: rgba(244, 239, 228, .05); border: 1px solid rgba(244, 239, 228, .08); border-radius: 15px; padding: 10px 11px; }
.p-stat b { display: block; font-size: 16.5px; font-weight: 800; letter-spacing: -.02em; }
.p-stat b small { font-size: 10px; font-weight: 600; color: rgba(244, 239, 228, .5); margin-left: 1px; }
.p-stat span { font-size: 9.5px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; color: rgba(244, 239, 228, .45); }
.p-live {
    display: flex; gap: 9px; background: rgba(168, 200, 154, .08);
    border: 1px solid rgba(168, 200, 154, .18); border-radius: 15px; padding: 10px 12px; align-items: flex-start;
}
.p-live .pulse { width: 7px; height: 7px; border-radius: 50%; background: #A8C89A; margin-top: 4px; flex: none; }
.p-live p { font-size: 11px; line-height: 1.45; color: rgba(244, 239, 228, .78); }
.p-live p b {
    color: #BCD6AE; font-weight: 700; display: block; font-size: 10px;
    letter-spacing: .1em; text-transform: uppercase; margin-bottom: 2px;
}

/* phone scenes (Dziś / Plan / Postępy) */
.p-scene { display: none; flex: 1; flex-direction: column; gap: 11px; min-height: 0; }
.p-scene.on { display: flex; }
.p-plan-row {
    display: flex; gap: 11px; align-items: center;
    background: rgba(244, 239, 228, .05); border: 1px solid rgba(244, 239, 228, .08);
    border-radius: 15px; padding: 11px 12px;
}
.p-plan-thumb { width: 42px; height: 42px; border-radius: 12px; background: linear-gradient(135deg, var(--acc-2), var(--acc)); flex: none; opacity: .9; }
.p-plan-thumb.alt { background: linear-gradient(135deg, #8FB07C, #5F7A50); }
.p-plan-thumb.alt2 { background: linear-gradient(135deg, #6E8BBE, #3F5C8C); }
.p-plan-row b { display: block; font-size: 13px; font-weight: 700; letter-spacing: -.01em; }
.p-plan-row em { font-style: normal; font-size: 10.5px; color: rgba(244, 239, 228, .55); display: block; margin-bottom: 5px; }
.p-prog { height: 5px; border-radius: 99px; background: rgba(244, 239, 228, .1); overflow: hidden; }
.p-prog i { display: block; height: 100%; border-radius: 99px; background: var(--acc-2); }
.p-plan-row .p-pill { margin-left: auto; flex: none; font-size: 10px; font-weight: 700; border-radius: 99px; padding: 5px 9px; background: rgba(244, 239, 228, .08); color: rgba(244, 239, 228, .7); }
.p-ring-card {
    display: flex; align-items: center; gap: 16px;
    background: rgba(244, 239, 228, .05); border: 1px solid rgba(244, 239, 228, .08);
    border-radius: 18px; padding: 14px 16px;
}
.p-ring {
    width: 84px; height: 84px; border-radius: 50%; flex: none; position: relative;
    background: conic-gradient(var(--acc-2) 0 187deg, rgba(244, 239, 228, .1) 187deg 360deg);
    display: grid; place-items: center;
}
.p-ring::before { content: ""; position: absolute; inset: 8px; border-radius: 50%; background: #16140F; }
.p-ring b { position: relative; font-size: 20px; font-weight: 800; }
.p-ring-info b { display: block; font-size: 13px; font-weight: 700; margin-bottom: 2px; }
.p-ring-info span { font-size: 10.5px; color: rgba(244, 239, 228, .55); display: block; line-height: 1.5; }
.p-bars-card {
    background: rgba(244, 239, 228, .05); border: 1px solid rgba(244, 239, 228, .08);
    border-radius: 18px; padding: 13px 15px 15px;
}
.p-bars-card .lbl { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: rgba(244, 239, 228, .5); margin-bottom: 10px; display: block; }
.p-bars { display: flex; align-items: flex-end; gap: 7px; height: 64px; }
.p-bars i { flex: 1; border-radius: 5px 5px 2px 2px; background: var(--acc-tint); border: 1px solid rgba(244, 239, 228, .06); }
.p-bars i.hi { background: linear-gradient(180deg, var(--acc-2), var(--acc)); border: none; }
.p-tabbar {
    display: flex; justify-content: space-around; align-items: center;
    border-top: 1px solid rgba(244, 239, 228, .08); padding: 11px 8px 26px; margin-top: auto;
    background: rgba(0, 0, 0, .25);
}
.p-tab {
    display: flex; flex-direction: column; align-items: center; gap: 4px;
    font-size: 9.5px; font-weight: 600; color: rgba(244, 239, 228, .42);
    background: none; border: none; cursor: pointer; font-family: inherit;
}
.p-tab svg { width: 19px; height: 19px; display: block; }
.p-tab.on { color: var(--acc-2); }

/* brand switcher */
.brand-switch { display: flex; justify-content: center; gap: 10px; margin-top: 34px; position: relative; z-index: 2; }
.brand-chip {
    display: flex; align-items: center; gap: 9px; border: 1px solid var(--line); border-radius: 999px;
    background: #fff; padding: 9px 17px 9px 10px; font-size: 13.5px; font-weight: 600; cursor: pointer;
    font-family: inherit; color: var(--muted); transition: all .2s ease;
}
.brand-chip i { width: 24px; height: 24px; border-radius: 8px; display: block; }
.brand-chip.on { border-color: var(--ink); color: var(--ink); box-shadow: var(--shadow-card); }
.brand-hint { text-align: center; font-size: 13px; color: var(--muted); margin-top: 14px; position: relative; z-index: 2; }

/* ---------- section scaffolding ---------- */
.method-site section { padding: 104px 0; }
.sec-head { max-width: 780px; margin-bottom: 56px; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.kicker { font-size: 13px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--terra); margin-bottom: 18px; }
.method-site h2 { font-size: clamp(40px, 5vw, 68px); line-height: 1.02; letter-spacing: -.04em; font-weight: 800; margin-bottom: 24px; }
.method-site h2 .serif { font-weight: 430; }
.sec-sub { font-size: 19px; color: var(--muted); line-height: 1.65; max-width: 640px; }
.sec-head.center .sec-sub { margin: 0 auto; }
.sec-link { font-size: 15px; font-weight: 600; color: var(--ink); border-bottom: 1px solid var(--line); padding-bottom: 2px; white-space: nowrap; }
.sec-link:hover { border-color: var(--ink); }
.sec-head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 48px; }
.sec-head-row .sec-head { margin-bottom: 0; }

/* ---------- value cards ---------- */
.values { background: var(--paper); }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.v-card {
    background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
    padding: 34px 30px 36px; box-shadow: var(--shadow-card);
    display: flex; flex-direction: column;
    transition: transform .25s ease, box-shadow .25s ease;
}
.v-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-pop); }
.v-icon { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; margin-bottom: 24px; }
.v-icon svg { width: 24px; height: 24px; display: block; }
.v-icon.sage { background: var(--sage-tint); color: var(--sage); }
.v-icon.terra { background: var(--terra-tint); color: var(--terra); }
.v-icon.ink { background: var(--cream); color: var(--ink); }
.v-card h3 { font-size: 20px; letter-spacing: -.02em; font-weight: 700; margin-bottom: 10px; }
.v-card p { font-size: 15px; color: var(--muted); line-height: 1.6; }
.soon-strip {
    margin-top: 22px; display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap;
    font-size: 14px; color: var(--muted);
}
.soon-strip .pill {
    display: inline-flex; align-items: center; gap: 8px; border: 1px dashed var(--line);
    border-radius: 99px; padding: 7px 15px; font-weight: 600; color: var(--ink-soft); font-size: 13px; background: #fff;
}
.soon-strip .pill i { width: 6px; height: 6px; border-radius: 50%; background: var(--terra); display: block; }

/* ---------- engine section ---------- */
.engine { background: var(--cream); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hitl-pill {
    display: inline-flex; align-items: center; gap: 10px; margin-top: 26px;
    background: #fff; border: 1px solid var(--line); border-radius: 999px;
    padding: 11px 20px; font-size: 13.5px; font-weight: 600; color: var(--ink-soft);
    box-shadow: var(--shadow-card);
}
.hitl-pill i { width: 8px; height: 8px; border-radius: 50%; background: var(--sage); flex: none; }
.step {
    display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 72px; align-items: center;
    padding: 64px 0; border-top: 1px solid var(--line);
}
.step:first-of-type { border-top: none; padding-top: 18px; }
.step:last-of-type { padding-bottom: 8px; }
.step-num {
    font-family: 'Fraunces', serif; font-style: italic; font-weight: 380;
    font-size: clamp(96px, 9vw, 150px); line-height: .9; letter-spacing: -.04em;
    color: transparent; -webkit-text-stroke: 1.5px #C9C2B0; margin-bottom: 22px; display: block;
}
.step h3 { font-size: clamp(28px, 2.6vw, 38px); letter-spacing: -.03em; font-weight: 800; line-height: 1.12; margin-bottom: 18px; }
.step h3 .serif { font-weight: 430; }
.step p { font-size: 17px; color: var(--muted); line-height: 1.68; max-width: 480px; }
.step p b { color: var(--ink); font-weight: 600; }
.step-tag {
    display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
    color: var(--sage); background: var(--sage-tint); border-radius: 99px; padding: 6px 14px; margin-bottom: 20px;
}
.step-tag.terra { color: var(--terra); background: var(--terra-tint); }

/* step visuals */
.vis-card {
    background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
    box-shadow: var(--shadow-pop); padding: 30px;
}
.vis-label { font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 18px; }
.rule-list { display: flex; flex-direction: column; gap: 11px; margin-bottom: 22px; }
.rule {
    display: flex; align-items: center; gap: 12px; background: var(--paper); border: 1px solid var(--line);
    border-radius: var(--r-sm); padding: 13px 16px; font-size: 14.5px; font-weight: 500; color: var(--ink-soft);
}
.rule .r-ic {
    width: 30px; height: 30px; border-radius: 9px; background: var(--sage-tint); color: var(--sage);
    display: grid; place-items: center; font-size: 13px; font-weight: 700; flex: none;
}
.rule .r-pass {
    margin-left: auto; flex: none; font-size: 10.5px; font-weight: 800; letter-spacing: .08em;
    color: var(--sage); background: var(--sage-tint); border: 1px solid var(--sage-line);
    border-radius: 6px; padding: 3px 8px;
}
.vis-approve {
    display: flex; align-items: center; justify-content: space-between; gap: 14px;
    background: var(--cream); border-radius: var(--r-sm); padding: 14px 16px;
}
.vis-approve span { font-size: 13.5px; color: var(--ink-soft); line-height: 1.45; }
.vis-approve .mini-btn { flex: none; background: var(--ink); color: #fff; font-size: 12.5px; font-weight: 700; border-radius: 99px; padding: 9px 17px; }
.vis-stamp {
    margin-top: 14px; text-align: center; font-size: 11px; font-weight: 700;
    letter-spacing: .16em; text-transform: uppercase; color: var(--terra);
    border: 1.5px dashed var(--terra-soft); border-radius: 10px; padding: 9px 12px;
    transform: rotate(-1.2deg); background: var(--terra-tint);
}
.feed { display: flex; flex-direction: column; }
.feed-item { display: flex; gap: 16px; padding: 15px 0; border-top: 1px solid var(--cream-2); }
.feed-item:first-child { border-top: none; padding-top: 0; }
.feed-ic { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; font-size: 13px; font-weight: 700; flex: none; }
.feed-ic.done { background: var(--sage-tint); color: var(--sage); }
.feed-ic.warn { background: var(--terra-tint); color: var(--terra); }
.feed-item b { display: block; font-size: 14.5px; letter-spacing: -.01em; margin-bottom: 2px; }
.feed-item p { font-size: 13px; color: var(--muted); line-height: 1.5; max-width: none; }
.feed-item .when { margin-left: auto; font-size: 12px; color: var(--muted); flex: none; padding-top: 2px; }
.diff-row {
    background: var(--sage-tint); border: 1px solid var(--sage-line); border-radius: var(--r-sm);
    padding: 13px 16px; margin-top: 14px; display: flex; gap: 11px; align-items: flex-start;
}
.diff-row .pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--sage); margin-top: 6px; flex: none; }
.diff-row p { font-size: 13.5px; color: #41522F; line-height: 1.5; }
.diff-row p b {
    font-size: 11px; letter-spacing: .12em; text-transform: uppercase; display: block;
    margin-bottom: 3px; color: var(--sage);
}
.diff-row p s { color: #7d8a6e; }
.diff-row p strong { color: #2f3d20; font-weight: 700; }
.diff-row .mini-btn { margin-left: auto; flex: none; align-self: center; background: var(--sage); color: #fff; font-size: 11.5px; font-weight: 700; border-radius: 99px; padding: 8px 14px; }

/* MQS plan card */
.mqs-card { position: relative; }
.mqs-card .plan-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 24px; }
.plan-top b { font-size: 19px; letter-spacing: -.02em; display: block; margin-bottom: 3px; }
.plan-top span { font-size: 13px; color: var(--muted); }
.verified-pill {
    display: inline-flex; align-items: center; gap: 8px; flex: none;
    background: var(--sage-tint); border: 1px solid var(--sage-line); color: var(--sage);
    font-size: 12.5px; font-weight: 700; border-radius: 99px; padding: 8px 14px;
}
.verified-pill .badge-check { width: 18px; height: 18px; font-size: 10px; }
.mqs-main { display: flex; align-items: center; gap: 24px; margin-bottom: 24px; }
.mqs-score {
    width: 104px; height: 104px; border-radius: 50%; flex: none; position: relative;
    background: conic-gradient(var(--sage) 0 331deg, var(--cream-2) 331deg 360deg);
    display: grid; place-items: center;
}
.mqs-score::before { content: ""; position: absolute; inset: 9px; border-radius: 50%; background: #fff; }
.mqs-score b { position: relative; font-size: 33px; font-weight: 800; letter-spacing: -.03em; line-height: 1; }
.mqs-score span { position: absolute; bottom: 23px; font-size: 9.5px; font-weight: 700; letter-spacing: .12em; color: var(--muted); }
.mqs-bars { flex: 1; display: flex; flex-direction: column; gap: 13px; }
.mb-row span { display: flex; justify-content: space-between; font-size: 12.5px; font-weight: 600; color: var(--ink-soft); margin-bottom: 6px; }
.mb-row span em { font-style: normal; color: var(--muted); font-weight: 600; }
.mb-track { height: 7px; border-radius: 99px; background: var(--cream-2); overflow: hidden; }
.mb-track i { display: block; height: 100%; border-radius: 99px; background: linear-gradient(90deg, var(--sage-soft), var(--sage)); }
.mqs-cert {
    display: flex; justify-content: space-between; align-items: center; gap: 10px;
    font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
    color: var(--muted); border-top: 1px solid var(--cream-2); padding-top: 14px; margin-bottom: 16px; flex-wrap: wrap;
}
.mqs-coach .vis-label { margin-bottom: 13px; }
.coach-row { display: flex; align-items: center; gap: 12px; padding: 9px 0; font-size: 14px; }
.coach-row .fc-ava { width: 32px; height: 32px; font-size: 12px; }
.coach-row b { letter-spacing: -.01em; }
.coach-row .tag { margin-left: auto; font-size: 11.5px; font-weight: 700; border-radius: 99px; padding: 5px 11px; flex: none; }
.coach-row .tag.ok { background: var(--sage-tint); color: var(--sage); }
.coach-row .tag.sig { background: var(--terra-tint); color: var(--terra); }
.seal {
    position: absolute; right: 26px; top: -34px; width: 92px; height: 92px;
    filter: drop-shadow(0 6px 16px rgba(18, 17, 16, .18));
}

/* ---------- founder ---------- */
.founder {
    background:
        radial-gradient(900px 540px at 78% 8%, rgba(201, 119, 85, .13), transparent 62%),
        radial-gradient(760px 500px at 12% 92%, rgba(168, 200, 154, .09), transparent 60%),
        var(--night);
    color: #F2ECDF; padding: 124px 0;
}
.founder .kicker { color: var(--terra-soft); }
.founder-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 88px; align-items: center; }
.founder-quote {
    font-family: 'Fraunces', serif; font-style: italic; font-weight: 400;
    font-size: clamp(30px, 3.4vw, 46px); line-height: 1.22; letter-spacing: -.02em; margin-bottom: 40px;
}
.founder-quote em { color: var(--sage-soft); font-style: italic; }
.founder-body { font-size: 17.5px; line-height: 1.75; color: rgba(242, 236, 223, .72); max-width: 560px; margin-bottom: 20px; }
.founder-body b { color: #F2ECDF; font-weight: 600; }
.founder-sig { display: flex; align-items: center; gap: 16px; margin-top: 38px; }
.f-ava {
    width: 56px; height: 56px; border-radius: 50%; flex: none; overflow: hidden;
    background: linear-gradient(135deg, var(--terra-soft), #8F4A2D);
    display: grid; place-items: center;
    font-family: 'Fraunces', serif; font-style: italic; font-size: 24px; color: #fff;
}
.f-ava img { width: 100%; height: 100%; object-fit: cover; display: block; }
.founder-sig b { display: block; font-size: 16px; letter-spacing: -.01em; }
.founder-sig span { font-size: 14px; color: rgba(242, 236, 223, .55); }
.founder-card {
    background: rgba(244, 239, 228, .05); border: 1px solid rgba(244, 239, 228, .11);
    border-radius: var(--r-lg); padding: 36px 34px; backdrop-filter: blur(8px);
}
.founder-card .fc-label { color: rgba(242, 236, 223, .5); }
.f-stat { padding: 20px 0; border-top: 1px solid rgba(244, 239, 228, .1); }
.f-stat:first-of-type { border-top: none; padding-top: 6px; }
.f-stat b { display: block; font-size: 30px; font-weight: 800; letter-spacing: -.03em; margin-bottom: 4px; }
.f-stat b em { font-family: 'Fraunces', serif; font-style: italic; font-weight: 430; color: var(--sage-soft); }
.f-stat span { font-size: 14px; color: rgba(242, 236, 223, .6); line-height: 1.5; display: block; }

/* ---------- pricing ---------- */
.pricing { background: var(--paper); }
.split-state { margin: 0 auto 72px; max-width: 880px; text-align: center; }
.split-bar {
    display: flex; height: 64px; border-radius: 18px; overflow: hidden;
    margin: 42px auto 16px; max-width: 720px; box-shadow: var(--shadow-card);
}
.split-you {
    flex: 85; background: linear-gradient(90deg, var(--sage-soft), var(--sage));
    display: flex; align-items: center; padding: 0 26px; color: #fff;
    font-weight: 700; font-size: 17px; letter-spacing: -.01em; gap: 10px;
}
.split-you small { font-weight: 600; font-size: 13px; opacity: .85; }
.split-us { flex: 15; background: var(--cream-2); display: flex; align-items: center; justify-content: center; color: var(--muted); font-weight: 700; font-size: 14px; }
.split-caption { display: flex; justify-content: space-between; max-width: 720px; margin: 0 auto; font-size: 13px; color: var(--muted); padding: 0 4px; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.p-card {
    background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
    padding: 38px 34px; display: flex; flex-direction: column; box-shadow: var(--shadow-card);
}
.p-card.featured {
    background: var(--night); color: #F2ECDF; border-color: var(--night);
    box-shadow: 0 32px 80px -20px rgba(20, 17, 15, .45); position: relative;
}
.p-card .plan-name {
    font-size: 14px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
    color: var(--muted); margin-bottom: 18px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
}
.p-card.featured .plan-name { color: rgba(242, 236, 223, .6); }
.plan-flag { font-size: 11px; letter-spacing: .06em; background: var(--sage-soft); color: #243318; border-radius: 99px; padding: 4px 11px; font-weight: 700; text-transform: none; }
.p-price { display: flex; align-items: baseline; gap: 6px; margin-bottom: 6px; }
.p-price b { font-size: 50px; font-weight: 800; letter-spacing: -.04em; line-height: 1; }
.p-price span { font-size: 15px; color: var(--muted); font-weight: 500; }
.p-card.featured .p-price span { color: rgba(242, 236, 223, .55); }
.p-comm { font-size: 14.5px; font-weight: 600; color: var(--terra); margin-bottom: 26px; }
.p-card.featured .p-comm { color: var(--terra-soft); }
.p-feats { list-style: none; display: flex; flex-direction: column; gap: 13px; margin-bottom: 34px; flex: 1; }
.p-feats li { display: flex; gap: 11px; font-size: 15px; color: var(--ink-soft); line-height: 1.5; align-items: flex-start; }
.p-card.featured .p-feats li { color: rgba(242, 236, 223, .78); }
.p-feats .ck {
    width: 20px; height: 20px; border-radius: 50%; background: var(--sage-tint); color: var(--sage);
    display: grid; place-items: center; font-size: 10.5px; font-weight: 800; flex: none; margin-top: 2px;
}
.p-card.featured .p-feats .ck { background: rgba(168, 200, 154, .16); color: var(--sage-soft); }
.p-card .btn { justify-content: center; width: 100%; }
.p-card.featured .btn-light { background: #F4EFE4; }
.price-note { margin-top: 34px; text-align: center; font-size: 15px; color: var(--muted); }
.price-note b { color: var(--ink); font-weight: 600; }

/* ---------- final CTA ---------- */
.final { background: var(--cream); border-top: 1px solid var(--line); text-align: center; padding: 124px 0; }
.final h2 { max-width: 860px; margin-left: auto; margin-right: auto; }
.final .sec-sub { margin: 0 auto 44px; }
.final .btn-dark { font-size: 17px; padding: 19px 38px; }
.final-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.final-note { margin-top: 22px; font-size: 14px; color: var(--muted); }

/* ---------- footer ---------- */
.site-footer { background: var(--night); color: rgba(242, 236, 223, .62); padding: 68px 0 40px; font-size: 14.5px; }
.foot-grid { display: grid; grid-template-columns: minmax(0, 5fr) repeat(3, minmax(0, 2fr)); gap: 48px; margin-bottom: 54px; }
.foot-brand .logo { color: #F2ECDF; margin-bottom: 18px; }
.foot-brand .logo-mark { background: #F2ECDF; color: var(--night); }
.foot-brand p { max-width: 300px; line-height: 1.65; }
.foot-soon {
    display: inline-flex; align-items: center; gap: 9px; margin-top: 22px;
    border: 1px dashed rgba(244, 239, 228, .22); border-radius: 99px; padding: 8px 16px;
    font-size: 12.5px; font-weight: 600; color: rgba(242, 236, 223, .75);
}
.foot-soon i { width: 6px; height: 6px; border-radius: 50%; background: var(--terra-soft); }
.foot-col h5 { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(242, 236, 223, .42); margin-bottom: 20px; }
.foot-col a { display: block; padding: 6px 0; color: rgba(242, 236, 223, .66); }
.foot-col a:hover { color: #F2ECDF; }
.foot-base {
    display: flex; justify-content: space-between; align-items: center; gap: 20px;
    border-top: 1px solid rgba(244, 239, 228, .1); padding-top: 30px;
    font-size: 13px; color: rgba(242, 236, 223, .4); flex-wrap: wrap;
}

/* ============================================================
   Subpages — shared scaffolding
   ============================================================ */

.page-main { padding-top: 68px; }
.page-hero { background: var(--cream); border-bottom: 1px solid var(--line); padding: 92px 0 72px; }
.page-hero h1 { font-size: clamp(44px, 5.6vw, 84px); margin: 0 0 20px; max-width: 880px; }
.page-hero .sec-sub { max-width: 640px; }
.page-hero.center { text-align: center; }
.page-hero.center h1, .page-hero.center .sec-sub { margin-left: auto; margin-right: auto; }

.pillar-shortcuts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 44px; }
.pillar-shortcuts a {
    background: #fff; border: 1px solid var(--line); border-radius: var(--r-md);
    padding: 22px 24px; box-shadow: var(--shadow-card);
    transition: transform .2s ease, box-shadow .2s ease;
}
.pillar-shortcuts a:hover { transform: translateY(-3px); box-shadow: var(--shadow-pop); }
.pillar-shortcuts span { display: block; font-size: 12px; font-weight: 700; letter-spacing: .12em; color: var(--terra); margin-bottom: 8px; }
.pillar-shortcuts strong { display: block; font-size: 19px; letter-spacing: -.02em; margin-bottom: 4px; }
.pillar-shortcuts em { font-style: normal; font-size: 14px; color: var(--muted); }

.filter-bar { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 40px; }
.filter-bar a {
    border: 1px solid var(--line); border-radius: 999px; background: #fff;
    padding: 9px 18px; font-size: 14px; font-weight: 600; color: var(--muted);
    transition: all .2s ease;
}
.filter-bar a:hover { color: var(--ink); border-color: var(--ink); }
.filter-bar a.active { background: var(--ink); border-color: var(--ink); color: var(--paper); }

/* ---------- program / challenge cards ---------- */
.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.program-card {
    background: #fff; border: 1px solid var(--line); border-radius: var(--r-md);
    overflow: hidden; box-shadow: var(--shadow-card); display: flex; flex-direction: column;
    transition: transform .25s ease, box-shadow .25s ease;
}
.program-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-pop); }
.program-card__media { display: block; height: 132px; background: linear-gradient(135deg, var(--terra-soft), var(--terra)); position: relative; }
.program-card__media::after {
    content: ""; position: absolute; right: -30px; top: -30px;
    width: 110px; height: 110px; border-radius: 50%; background: rgba(255, 255, 255, .14);
}
.program-card:nth-child(2n) .program-card__media { background: linear-gradient(135deg, var(--sage-soft), var(--sage)); }
.program-card:nth-child(3n) .program-card__media { background: linear-gradient(135deg, #6E8BBE, #3F5C8C); }
.program-card:nth-child(4n) .program-card__media { background: linear-gradient(135deg, #2A2420, var(--night)); }
.program-card__body { display: flex; flex-direction: column; gap: 6px; padding: 20px 22px 22px; flex: 1; }
.program-card__title { font-size: 17px; font-weight: 700; letter-spacing: -.015em; line-height: 1.3; }
.program-card__creator { font-size: 13px; color: var(--muted); }
.program-card__meta { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 4px; }
.program-card__meta span {
    font-size: 11.5px; font-weight: 600; color: var(--ink-soft);
    background: var(--cream); border-radius: 99px; padding: 4px 11px;
}
.program-card__price { margin-top: auto; padding-top: 14px; font-size: 17px; font-weight: 800; letter-spacing: -.02em; }

/* ---------- creator cards ---------- */
.creator-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.creator-card {
    display: flex; gap: 16px; align-items: center;
    background: #fff; border: 1px solid var(--line); border-radius: var(--r-md);
    padding: 22px 24px; box-shadow: var(--shadow-card);
    transition: transform .2s ease, box-shadow .2s ease;
}
.creator-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-pop); }
.avatar {
    width: 52px; height: 52px; border-radius: 50%; flex: none;
    background: linear-gradient(135deg, var(--terra-soft), var(--terra)); color: #fff;
    display: grid; place-items: center; font-size: 19px; font-weight: 700;
    font-family: 'Fraunces', serif; font-style: italic;
}
.creator-card:nth-child(2n) .avatar { background: linear-gradient(135deg, var(--sage-soft), var(--sage)); }
.creator-card:nth-child(3n) .avatar { background: linear-gradient(135deg, #6E8BBE, #3F5C8C); }
.avatar--xl { width: 92px; height: 92px; font-size: 34px; margin: 0 auto 22px; }
.creator-card__name { font-size: 17px; font-weight: 700; letter-spacing: -.015em; display: block; }
.creator-card__meta { font-size: 13px; color: var(--muted); display: block; margin-top: 2px; }
.creator-card__tags { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 8px; }
.creator-card__tags span { font-size: 11.5px; font-weight: 600; color: var(--ink-soft); background: var(--cream); border-radius: 99px; padding: 3px 10px; }

/* ---------- article grid ---------- */
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.article-grid article {
    background: #fff; border: 1px solid var(--line); border-radius: var(--r-md);
    padding: 30px 28px; box-shadow: var(--shadow-card);
}
.article-grid article span { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--terra); display: block; margin-bottom: 14px; }
.article-grid article h2 { font-size: 22px; line-height: 1.25; letter-spacing: -.02em; margin-bottom: 12px; }
.article-grid article p { font-size: 15px; color: var(--muted); line-height: 1.6; }

/* ---------- FAQ ---------- */
.faq-grid { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-grid details {
    background: #fff; border: 1px solid var(--line); border-radius: var(--r-sm);
    padding: 0 24px; box-shadow: var(--shadow-card);
}
.faq-grid summary {
    cursor: pointer; list-style: none; font-size: 16.5px; font-weight: 600;
    letter-spacing: -.01em; padding: 20px 0; position: relative; padding-right: 36px;
}
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary::after {
    content: "+"; position: absolute; right: 2px; top: 50%; transform: translateY(-50%);
    font-size: 22px; font-weight: 400; color: var(--muted);
}
.faq-grid details[open] summary::after { content: "−"; }
.faq-grid details p { font-size: 15px; color: var(--muted); line-height: 1.65; padding-bottom: 22px; }

/* ---------- apply ---------- */
.apply { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 72px; align-items: start; }
.apply-pitch h1 { font-size: clamp(38px, 4.2vw, 62px); margin-bottom: 22px; }
.apply-pitch .sec-sub { margin-bottom: 36px; }
.apply-points { display: flex; flex-direction: column; gap: 16px; }
.apply-points li { display: flex; gap: 12px; font-size: 15.5px; color: var(--ink-soft); align-items: flex-start; list-style: none; line-height: 1.55; }
.apply-points .ck {
    width: 22px; height: 22px; border-radius: 50%; background: var(--sage-tint); color: var(--sage);
    display: grid; place-items: center; font-size: 11px; font-weight: 800; flex: none; margin-top: 2px;
}
.apply-form {
    background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
    padding: 40px 38px; box-shadow: var(--shadow-pop);
    display: flex; flex-direction: column; gap: 18px;
}
.apply-form label { display: flex; flex-direction: column; gap: 7px; font-size: 13.5px; font-weight: 600; color: var(--ink-soft); }
.apply-form input, .apply-form select, .apply-form textarea {
    font-family: inherit; font-size: 15.5px; color: var(--ink);
    background: var(--paper); border: 1px solid var(--line); border-radius: 12px;
    padding: 13px 16px; outline: none; transition: border-color .2s ease, box-shadow .2s ease;
}
.apply-form input:focus, .apply-form select:focus, .apply-form textarea:focus {
    border-color: var(--sage); box-shadow: 0 0 0 3px var(--sage-tint);
}
.apply-form textarea { resize: vertical; }
.apply-form .btn { justify-content: center; margin-top: 8px; }
.form-success {
    background: var(--sage-tint); border: 1px solid var(--sage-line); color: #41522F;
    border-radius: var(--r-sm); padding: 15px 18px; font-size: 14.5px; font-weight: 500;
}

/* ---------- detail pages ---------- */
.detail { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 64px; align-items: start; }
.detail-media {
    border-radius: var(--r-lg); min-height: 380px;
    background: linear-gradient(150deg, var(--terra-soft), var(--terra) 60%, #8F4A2D);
    box-shadow: var(--shadow-pop); position: relative; overflow: hidden;
}
.detail-media::after {
    content: ""; position: absolute; right: -60px; top: -60px;
    width: 240px; height: 240px; border-radius: 50%; background: rgba(255, 255, 255, .13);
}
.back-link { display: inline-block; font-size: 14px; font-weight: 600; color: var(--muted); margin-bottom: 22px; }
.back-link:hover { color: var(--ink); }
.detail h1 { font-size: clamp(36px, 4vw, 56px); margin-bottom: 16px; }
.detail-goal { font-size: 18px; color: var(--muted); line-height: 1.6; margin-bottom: 22px; }
.detail-meta { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
.detail-meta span { font-size: 12.5px; font-weight: 600; color: var(--ink-soft); background: var(--cream); border-radius: 99px; padding: 6px 14px; }
.detail-desc { font-size: 16px; color: var(--ink-soft); line-height: 1.75; margin-bottom: 34px; }
.purchase-card {
    display: flex; align-items: center; justify-content: space-between; gap: 18px;
    background: #fff; border: 1px solid var(--line); border-radius: var(--r-md);
    padding: 22px 26px; box-shadow: var(--shadow-card); flex-wrap: wrap;
}
.purchase-card strong { font-size: 30px; font-weight: 800; letter-spacing: -.03em; }

.rich-text { font-size: 16px; color: var(--ink-soft); line-height: 1.7; max-width: 640px; }

.empty-note { color: var(--muted); font-size: 15.5px; padding: 28px 0; }

/* ============================================================
   Responsive
   ============================================================ */

@media (max-width: 1080px) {
    .value-grid { grid-template-columns: repeat(2, 1fr); }
    .float-card { display: none; }
    .stage-chips {
        display: flex; justify-content: center; gap: 8px; flex-wrap: wrap;
        margin-top: 26px; position: relative; z-index: 2; padding: 0 18px;
    }
    .stage-chips .chip {
        display: inline-flex; align-items: center; gap: 7px;
        background: #fff; border: 1px solid var(--line); border-radius: 999px;
        padding: 7px 14px; font-size: 12px; font-weight: 600; color: var(--ink-soft);
        box-shadow: var(--shadow-card);
    }
    .stage-chips .chip i { width: 6px; height: 6px; border-radius: 50%; background: var(--sage); flex: none; }
    .stage-chips .chip.terra i { background: var(--terra); }
    .founder-grid { grid-template-columns: 1fr; gap: 54px; }
    .step { grid-template-columns: 1fr; gap: 38px; padding: 60px 0; }
    .card-grid { grid-template-columns: repeat(2, 1fr); }
    .creator-grid { grid-template-columns: repeat(2, 1fr); }
    .article-grid { grid-template-columns: 1fr; }
    .apply { grid-template-columns: 1fr; gap: 48px; }
    .detail { grid-template-columns: 1fr; gap: 40px; }
    .detail-media { min-height: 260px; }
}

@media (max-width: 760px) {
    body.method-site { font-size: 16px; }
    .container { padding: 0 20px; }
    .nav { height: 60px; }
    .nav-links { display: none; }
    .nav-cta .login { display: none; }
    .hero { padding: 118px 0 0; text-align: left; }
    .eyebrow { margin-bottom: 26px; font-size: 11px; letter-spacing: .1em; padding: 8px 14px; line-height: 1.5; text-align: left; }
    .method-site h1 { font-size: clamp(38px, 10.6vw, 44px); letter-spacing: -.04em; margin-bottom: 20px; }
    .hero-sub { font-size: 17px; margin: 0 0 28px; max-width: none; }
    .hero-actions { justify-content: flex-start; gap: 11px; margin-bottom: 24px; }
    .hero-actions .btn { padding: 15px 24px; font-size: 15px; }
    .spec-strip { display: flex; }
    .spec-strip > div { padding: 13px 10px; flex: 1; }
    .spec-strip b { font-size: 18px; }
    .spec-strip span { font-size: 11px; }
    .stage { margin-top: 48px; padding-bottom: 64px; }
    .stage-glow { height: 520px; }
    .floor-shadow { bottom: 42px; width: 280px; height: 44px; }
    .phone { width: 288px; }
    .phone-frame { border-radius: 48px; }
    .phone-screen { height: 592px; border-radius: 43px; }
    .island { width: 94px; height: 26px; top: 11px; }
    .p-status { padding: 14px 26px 4px; font-size: 12px; }
    .p-body { padding: 8px 15px 0; gap: 9px; }
    .p-greet { font-size: 21px; }
    .p-today { padding: 14px 15px; border-radius: 19px; }
    .p-today h4 { font-size: 17px; }
    .p-day i { width: 26px; height: 26px; font-size: 10px; }
    .p-stat b { font-size: 14.5px; }
    .p-stat { padding: 8px 9px; border-radius: 13px; }
    .p-tabbar { padding: 10px 6px 20px; }
    .brand-switch { flex-wrap: wrap; gap: 8px; margin-top: 28px; padding: 0 16px; }
    .brand-chip { padding: 8px 14px 8px 9px; font-size: 12.5px; }
    .method-site section { padding: 72px 0; }
    .sec-head { margin-bottom: 40px; }
    .sec-head-row { flex-direction: column; align-items: flex-start; gap: 12px; margin-bottom: 36px; }
    .method-site h2 { font-size: clamp(29px, 8.2vw, 34px); letter-spacing: -.035em; }
    .sec-sub { font-size: 17px; }
    .value-grid { grid-template-columns: 1fr; gap: 14px; }
    .v-card { padding: 28px 24px 30px; }
    .v-icon { margin-bottom: 20px; }
    .soon-strip { justify-content: flex-start; }
    .hitl-pill { font-size: 12.5px; padding: 10px 16px; line-height: 1.45; }
    .step { padding: 52px 0; gap: 32px; }
    .step-num { font-size: 76px; margin-bottom: 14px; }
    .step h3 { font-size: 25px; }
    .vis-card { padding: 24px 20px; }
    .rule { font-size: 13.5px; padding: 11px 13px; }
    .mqs-main { gap: 18px; }
    .mqs-score { width: 92px; height: 92px; }
    .mqs-score b { font-size: 29px; }
    .mqs-score span { bottom: 19px; }
    .seal { width: 74px; height: 74px; right: 16px; top: -26px; }
    .feed-item .when { display: none; }
    .diff-row { flex-wrap: wrap; }
    .diff-row .mini-btn { margin-left: 19px; }
    .founder { padding: 84px 0; }
    .founder-quote { font-size: 27px; margin-bottom: 28px; }
    .founder-body { font-size: 16.5px; }
    .founder-card { padding: 28px 24px; }
    .split-state { margin-bottom: 52px; }
    .split-bar { height: 54px; margin: 32px auto 12px; }
    .split-you { font-size: 14.5px; padding: 0 16px; }
    .split-you small { display: none; }
    .split-us { font-size: 12.5px; }
    .price-grid { grid-template-columns: 1fr; gap: 16px; }
    .p-card { padding: 32px 26px; }
    .final { padding: 84px 0; }
    .final h2, .final .sec-sub { text-align: center; }
    .foot-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
    .foot-brand { grid-column: 1 / -1; }
    .foot-base { flex-direction: column; align-items: flex-start; gap: 10px; }
    .page-hero { padding: 64px 0 52px; }
    .pillar-shortcuts { grid-template-columns: 1fr; gap: 12px; margin-top: 32px; }
    .card-grid { grid-template-columns: 1fr; gap: 14px; }
    .creator-grid { grid-template-columns: 1fr; gap: 14px; }
    .apply-form { padding: 30px 24px; }
    .purchase-card { padding: 20px 22px; }
}

@media (max-width: 380px) {
    .method-site h1 { font-size: 36px; }
    .phone { width: 264px; }
    .phone-screen { height: 560px; }
}

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