/* =====================================================================
   TINYBOTS — WINK COMPONENTS  (wink.css)
   Shared component layer for the Wink redesign. Sits on top of
   tokens.css (variables) and animations.css (motion). Scoped to
   body.wink so it only ever affects pages that opt into the redesign.
   ===================================================================== */

body.wink section {
    padding: clamp(56px, 8vw, 88px) 0;
}

/* ---- layout shell --------------------------------------------------- */
body.wink .wrap {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 30px;
}

/* ---- wordmark + wink -------------------------------------------------*/
body.wink .wm {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    letter-spacing: -0.035em;
    font-family: var(--font-display);
    font-weight: 600;
    color: var(--ink);
    text-decoration: none;
}
body.wink .wm .o {
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    top: 0.03em;
    margin: 0 0 0 0.012em;
}
body.wink .wm .fdot {
    color: var(--persimmon);
}
body.wink .dot-blink {
    animation: tb-cursor 1.1s steps(1, end) infinite;
}

/* ---- buttons ----------------------------------------------------------*/
body.wink .btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 15px;
    border-radius: 999px;
    padding: 13px 24px;
    cursor: pointer;
    border: 2px solid var(--ink);
    transition:
        transform 0.14s,
        box-shadow 0.14s;
    text-decoration: none;
}
body.wink .btn:hover {
    transform: translateY(-2px);
}
body.wink .btn-primary {
    background: var(--persimmon);
    color: var(--news);
    box-shadow: 0 5px 0 var(--ink);
}
body.wink .btn-primary:hover {
    box-shadow: 0 7px 0 var(--ink);
}
body.wink .btn-spruce {
    background: var(--spruce);
    color: var(--news);
    box-shadow: 0 5px 0 var(--ink);
}
body.wink .btn-spruce:hover {
    box-shadow: 0 7px 0 var(--ink);
}
body.wink .btn-ghost {
    background: transparent;
    color: var(--ink);
}
body.wink .btn-cream {
    background: var(--news);
    color: var(--ink);
    border-color: var(--news);
}
body.wink .btn-sm {
    font-size: 13.5px;
    padding: 10px 18px;
}

/* ---- eyebrow ---------------------------------------------------------*/
body.wink .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--bourbon);
    font-weight: 500;
}
body.wink .eyebrow::before {
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--marigold);
    flex: none;
}
body.wink .eyebrow.on-evening {
    color: var(--sand);
}

/* ---- generic section heading ------------------------------------------*/
body.wink h2.sec {
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: -0.03em;
    font-size: clamp(28px, 4.2vw, 44px);
    line-height: 1.04;
    margin: 14px 0 10px;
    text-wrap: balance;
}
body.wink .sec-lede {
    color: var(--ink-2);
    max-width: 54ch;
    font-size: 17px;
    margin: 0;
}

/* ---- generic type helpers ----------------------------------------------*/
body.wink .lede {
    font-size: 17px;
    line-height: 1.55;
    color: var(--ink-2);
    margin: 0;
}
body.wink .h1-display {
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.04;
    font-size: clamp(34px, 5vw, 54px);
    margin: 18px 0 18px;
    text-wrap: balance;
}

/* ---- page hero (sub-pages) --------------------------------------------*/
body.wink .page-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(64px, 9vw, 104px) 0 16px;
    text-align: center;
}
body.wink .page-hero .eyebrow {
    justify-content: center;
}
body.wink .page-hero h1 {
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.04;
    font-size: clamp(38px, 6vw, 62px);
    margin: 18px auto 18px;
    max-width: 20ch;
    text-wrap: balance;
}
body.wink .page-hero .lede {
    font-family: var(--font-body);
    font-size: 18px;
    color: var(--ink-2);
    max-width: 56ch;
    margin: 0 auto;
}
body.wink .page-hero.masthead {
    padding-bottom: clamp(32px, 5vw, 48px);
    border-bottom: 2px solid var(--ink);
}

/* ---- hero (homepage) --------------------------------------------------*/
body.wink .hero {
    position: relative;
    overflow: hidden;
    padding: 78px 0 60px;
}
body.wink .hero .sun {
    position: absolute;
    right: -60px;
    top: -50px;
    width: 280px;
    height: 280px;
    opacity: 0.5;
    pointer-events: none;
}
body.wink .hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 44px;
    align-items: center;
}
body.wink h1.hero-h {
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1;
    font-size: clamp(44px, 7vw, 82px);
    margin: 18px 0 22px;
    text-wrap: balance;
}
body.wink .hero .sub {
    font-family: var(--font-editorial);
    font-style: italic;
    font-weight: 500;
    font-size: clamp(19px, 2.3vw, 25px);
    color: var(--ink);
    max-width: 26ch;
    margin: 0 0 18px;
    line-height: 1.32;
}
body.wink .hero .lede {
    font-size: 17px;
    color: var(--ink-2);
    max-width: 44ch;
    margin: 0 0 28px;
}
body.wink .hero-cta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
body.wink .hero-mark {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 780px) {
    body.wink .hero-grid {
        grid-template-columns: 1fr;
    }
    body.wink .hero-mark {
        order: -1;
        justify-content: flex-start;
    }
}

/* ---- product teaser cards (homepage) ----------------------------------*/
body.wink .prod-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 42px;
}
body.wink .prod {
    background: var(--news-2);
    border: 2px solid var(--ink);
    border-radius: 22px;
    padding: 26px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition:
        transform 0.16s,
        box-shadow 0.16s;
    text-decoration: none;
    color: inherit;
}
body.wink .prod:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-card);
}
body.wink .prod .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
body.wink .prod .badge {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}
body.wink #products .prod .wink-auto {
    --wink-interval: 11.2s;
    animation-name: tb-winkAutoProduct;
}
body.wink #products .prod:nth-child(1) .wink-auto {
    animation-delay: 1.2s;
}
body.wink #products .prod:nth-child(2) .wink-auto {
    animation-delay: 4.9s;
}
body.wink #products .prod:nth-child(3) .wink-auto {
    animation-delay: 8.6s;
}
@keyframes tb-winkAutoProduct {
    0%, 90%, 100% {
        transform: scaleY(1) scaleX(1) rotate(0);
    }
    92.3% {
        transform: scaleY(0.1) scaleX(1.06) rotate(-3deg);
    }
    94.6% {
        transform: scaleY(1.09) scaleX(0.97) rotate(0);
    }
    97.4% {
        transform: scaleY(1) scaleX(1);
    }
}
body.wink .prod .tag {
    font-family: var(--font-mono);
    font-size: 9.5px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ink-3);
    border: 1.5px solid var(--line);
    border-radius: 99px;
    padding: 4px 10px;
}
body.wink .prod h3 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 23px;
    letter-spacing: -0.02em;
    margin: 0;
}
body.wink .prod p {
    margin: 0;
    font-size: 14.5px;
    color: var(--ink-2);
    line-height: 1.55;
    flex: 1;
}
body.wink .prod .more {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 14px;
    color: var(--bourbon);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
@media (max-width: 780px) {
    body.wink .prod-grid {
        grid-template-columns: 1fr;
    }
}

/* ---- product rows (products index) -------------------------------------*/
body.wink .prow {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    background: var(--news-2);
    border: 2px solid var(--ink);
    border-radius: var(--r-xl);
    overflow: hidden;
    margin-bottom: 22px;
    transition:
        transform 0.16s,
        box-shadow 0.16s;
}
body.wink .prow:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-card);
}
body.wink .prow.rev {
    flex-direction: row-reverse;
}
body.wink .prow .pinfo {
    flex: 1 1 320px;
    padding: clamp(32px, 4vw, 44px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}
body.wink .prow .pmedia {
    flex: 1 1 380px;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(24px, 3vw, 32px);
}
body.wink .ptop {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
body.wink .ptag {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink-3);
}
body.wink .pstatus {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 4px 11px;
    border: 1.5px solid var(--ink);
}
body.wink .pstatus.live {
    background: var(--spruce);
    color: var(--news);
    border-color: var(--spruce);
}
body.wink .pstatus.soon {
    background: transparent;
    color: var(--ink-3);
    border-color: var(--line);
}
body.wink .prow h2 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(26px, 3vw, 36px);
    letter-spacing: -0.02em;
    margin: 0;
}
body.wink .prow p {
    font-size: 16.5px;
    line-height: 1.6;
    color: var(--ink-2);
    max-width: 46ch;
    margin: 0;
}
body.wink .prow .pcta {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 6px;
}
body.wink .prow .pshot {
    display: inline-block;
    max-width: min(100%, 560px);
    border: 2px solid var(--ink);
    border-radius: var(--r-lg);
    overflow: hidden;
    background: #080808;
    box-shadow: var(--shadow-card);
}
body.wink .prow .pshot img,
body.wink .prow .pshot video {
    display: block;
    max-width: 100%;
    max-height: 380px;
    width: auto;
    height: auto;
}
body.wink .prow .pportrait {
    width: min(220px, 100%);
    border-radius: 30px;
    overflow: hidden;
}
body.wink .prow .pportrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@media (max-width: 860px) {
    body.wink .prow,
    body.wink .prow.rev {
        flex-direction: column;
    }
    body.wink .prow .pinfo,
    body.wink .prow .pmedia {
        flex: 1 1 auto;
        min-height: 0;
    }
}

/* ---- ethos band --------------------------------------------------------*/
body.wink .ethos {
    background: var(--spruce);
    color: var(--news);
    position: relative;
    overflow: hidden;
}
body.wink .ethos .rainbow {
    position: absolute;
    right: -30px;
    bottom: -40px;
    opacity: 0.18;
}
body.wink .ethos .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 44px;
    align-items: center;
    position: relative;
    z-index: 1;
}
body.wink .ethos .eyebrow {
    color: var(--sand);
}
body.wink .ethos .eyebrow::before {
    background: var(--marigold);
}
body.wink .ethos h2 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(28px, 4vw, 44px);
    letter-spacing: -0.03em;
    color: #fff;
    margin: 14px 0 16px;
    line-height: 1.04;
    text-wrap: balance;
}
body.wink .ethos .creed {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}
body.wink .ethos .creed li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: rgba(247, 227, 196, 0.92);
    font-size: 15.5px;
}
body.wink .ethos .creed .c {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(244, 235, 219, 0.16);
    border: 1.5px solid var(--marigold);
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}
body.wink .ethos .pull {
    font-family: var(--font-editorial);
    font-style: italic;
    font-weight: 500;
    font-size: clamp(22px, 3vw, 30px);
    line-height: 1.28;
    text-wrap: balance;
    color: var(--marigold);
}
@media (max-width: 780px) {
    body.wink .ethos .grid {
        grid-template-columns: 1fr;
    }
}

/* ---- notes cards (homepage teaser) -------------------------------------*/
body.wink .notes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
    margin-top: 42px;
}
body.wink .note {
    border: 2px solid var(--ink);
    border-radius: 18px;
    overflow: hidden;
    background: var(--news);
    display: flex;
    flex-direction: column;
    transition: transform 0.16s;
    text-decoration: none;
    color: inherit;
}
body.wink .note:hover {
    transform: translateY(-4px);
}
body.wink .note .nh {
    height: 8px;
}
body.wink .note .nb {
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}
body.wink .note .date {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ink-3);
}
body.wink .note h3 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 19px;
    letter-spacing: -0.01em;
    margin: 0;
    line-height: 1.15;
}
body.wink .note .stand {
    font-family: var(--font-editorial);
    font-style: italic;
    font-size: 15px;
    color: var(--ink-2);
    margin: 0;
    flex: 1;
}
body.wink .note .more {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 13.5px;
    color: var(--bourbon);
}
body.wink .notes-empty {
    font-family: var(--font-editorial);
    font-style: italic;
    color: var(--ink-2);
    font-size: 17px;
    margin-top: 42px;
}

/* ---- notes list (notes index) -------------------------------------------*/
body.wink .notelist {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px;
}
body.wink .note-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    padding: clamp(22px, 3vw, 28px);
    border: 2px solid var(--ink);
    border-radius: var(--r-lg);
    background: var(--news-2);
    transition:
        transform 0.16s,
        box-shadow 0.16s;
    text-decoration: none;
    color: inherit;
}
body.wink .note-row:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-card);
}
body.wink .note-row .nr-main {
    flex: 1 1 360px;
}
body.wink .note-row .date {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink-3);
    display: block;
    margin-bottom: 10px;
}
body.wink .note-row h2 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(21px, 2.6vw, 26px);
    letter-spacing: -0.02em;
    margin: 0 0 8px;
}
body.wink .note-row .stand {
    font-family: var(--font-editorial);
    font-style: italic;
    color: var(--ink-2);
    font-size: 16px;
    margin: 0;
    max-width: 64ch;
}
body.wink .note-row .more {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 14px;
    color: var(--bourbon);
    flex: none;
    white-space: nowrap;
}

/* ---- note article (post page) -------------------------------------------*/
body.wink .note-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-mono);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--bourbon);
    text-decoration: none;
}
body.wink .note-back:hover {
    color: var(--ink);
}
body.wink .note-article {
    width: min(100% - 60px, 720px);
    margin: 0 auto;
    padding: clamp(40px, 7vw, 72px) 0 80px;
}
body.wink .note-article .date {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink-3);
    display: block;
    margin: 34px 0 16px;
}
body.wink .note-article h1 {
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.05;
    font-size: clamp(34px, 5.5vw, 54px);
    margin: 0;
    text-wrap: balance;
}
body.wink .note-article .stand {
    font-family: var(--font-editorial);
    font-style: italic;
    font-size: clamp(19px, 2.3vw, 23px);
    color: var(--ink-2);
    line-height: 1.4;
    margin: 20px 0 0;
}
body.wink .note-divider {
    display: flex;
    justify-content: center;
    margin: 44px 0;
    color: var(--ink);
}
body.wink .note-end {
    display: flex;
    justify-content: center;
    margin-top: 48px;
}

/* ---- note prose (post content) -------------------------------------------*/
body.wink .note-prose {
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.75;
    color: var(--ink-2);
}
body.wink .note-prose h2 {
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--ink);
    font-size: clamp(24px, 3vw, 30px);
    margin: 48px 0 16px;
    line-height: 1.2;
}
body.wink .note-prose h3 {
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--ink);
    font-size: clamp(19px, 2.2vw, 23px);
    margin: 36px 0 12px;
    line-height: 1.25;
}
body.wink .note-prose p,
body.wink .note-prose li {
    margin: 0 0 22px;
}
body.wink .note-prose ul,
body.wink .note-prose ol {
    padding-left: 1.3em;
    margin: 0 0 22px;
}
body.wink .note-prose li {
    margin-bottom: 8px;
}
body.wink .note-prose a {
    color: var(--bourbon);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}
body.wink .note-prose strong {
    color: var(--ink);
}
body.wink .note-prose blockquote {
    border-left: 3px solid var(--spruce);
    color: var(--ink-2);
    font-family: var(--font-editorial);
    font-style: italic;
    font-size: 20px;
    padding: 2px 0 2px 22px;
    margin: 0 0 26px;
}
body.wink .note-prose code {
    background: var(--sand);
    border: 1px solid var(--line);
    border-radius: 6px;
    font-family: var(--font-mono);
    font-size: 0.85em;
    padding: 0.15em 0.4em;
}
body.wink .note-prose pre {
    background: var(--evening);
    border-radius: var(--r-lg);
    white-space: pre-wrap;
    word-break: break-word;
    overflow-wrap: anywhere;
    padding: 22px;
    margin: 0 0 26px;
}
body.wink .note-prose pre code {
    background: transparent;
    border: 0;
    color: var(--sand);
    padding: 0;
}
body.wink .note-prose img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: var(--r-lg);
    margin: 0 0 26px;
}

/* ---- final CTA band ----------------------------------------------------*/
body.wink .final {
    background: var(--evening);
    color: var(--sand);
    position: relative;
    overflow: hidden;
    text-align: center;
}
body.wink .final .moon {
    position: absolute;
    left: 7%;
    top: -10px;
    opacity: 0.42;
}
body.wink .final .glow {
    position: absolute;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -50%);
    width: 560px;
    height: 560px;
    background: radial-gradient(
        circle,
        rgba(243, 168, 42, 0.16),
        transparent 62%
    );
    pointer-events: none;
}
body.wink .final h2 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(32px, 5.2vw, 56px);
    letter-spacing: -0.03em;
    line-height: 1.04;
    margin: 0 0 16px;
    color: var(--news);
    position: relative;
}
body.wink .final h2 em {
    font-family: var(--font-editorial);
    font-style: italic;
    font-weight: 500;
    color: var(--marigold);
}
body.wink .final p {
    color: rgba(247, 227, 196, 0.78);
    max-width: 46ch;
    margin: 0 auto 30px;
    font-size: 18px;
    position: relative;
}
body.wink .final .cta {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}
body.wink .final .micro {
    margin-top: 18px;
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(247, 227, 196, 0.5);
}

/* ---- contact form -------------------------------------------------------*/
body.wink .contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}
@media (max-width: 860px) {
    body.wink .contact-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}
body.wink .contact-card {
    background: var(--news-2);
    border: 2px solid var(--ink);
    border-radius: var(--r-xl);
    padding: clamp(28px, 4vw, 40px);
    box-shadow: var(--shadow-card);
}
body.wink .field {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-bottom: 20px;
}
body.wink .field label {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--bourbon);
}
body.wink .field input,
body.wink .field textarea {
    font-family: var(--font-body);
    font-size: 16px;
    color: var(--ink);
    background: var(--news);
    border: 2px solid var(--ink);
    border-radius: var(--r);
    padding: 13px 16px;
    outline: none;
    width: 100%;
    transition: box-shadow 0.14s;
}
body.wink .field input:focus,
body.wink .field textarea:focus {
    box-shadow: 0 4px 0 var(--spruce);
}
body.wink .field textarea {
    resize: vertical;
    min-height: 120px;
}
body.wink .field input::placeholder,
body.wink .field textarea::placeholder {
    color: var(--ink-3);
}
body.wink .contact-success {
    display: none;
    text-align: center;
    padding: 24px 4px;
}
body.wink .contact-success .check {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--spruce);
    color: var(--news);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-family: var(--font-mono);
    font-size: 22px;
}
body.wink .contact-success h2 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.02em;
    margin: 0 0 10px;
}
body.wink .contact-success p {
    color: var(--ink-2);
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

/* ---- back link (breadcrumb) ---------------------------------------------*/
body.wink .back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-mono);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--bourbon);
    text-decoration: none;
}
body.wink .back-link:hover {
    color: var(--ink);
}

/* ---- product detail hero -------------------------------------------------*/
body.wink .dhero {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 48px;
    padding: clamp(28px, 5vw, 44px) 0 clamp(48px, 7vw, 72px);
}
body.wink .dhero .dhero-info {
    flex: 1 1 380px;
    min-width: 280px;
}
body.wink .dhero .dhero-media {
    flex: 1 1 420px;
    min-width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.wink .dhero h1 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(40px, 5.5vw, 64px);
    letter-spacing: -0.035em;
    line-height: 1.02;
    margin: 18px 0 0;
    text-wrap: balance;
}
body.wink .dhero .lede {
    margin-top: 22px;
    max-width: 48ch;
    font-size: 18px;
}
body.wink .dhero .dcta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 30px;
}

/* ---- screenshot / portrait frames (standalone) ---------------------------*/
body.wink .shotframe {
    display: inline-block;
    justify-self: center;
    max-width: min(100%, 620px);
    border: 2px solid var(--ink);
    border-radius: var(--r-lg);
    overflow: hidden;
    background: #080808;
    box-shadow: var(--shadow-card);
}
body.wink .shotframe img,
body.wink .shotframe video {
    display: block;
    max-width: 100%;
    max-height: 440px;
    width: auto;
    height: auto;
}
body.wink .portraitframe {
    width: 240px;
    max-width: 100%;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: var(--shadow-card);
}
body.wink .portraitframe img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ---- numbered feature grid -----------------------------------------------*/
body.wink .feat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-top: 36px;
}
body.wink .feat-card {
    background: var(--news-2);
    border: 2px solid var(--ink);
    border-radius: var(--r-lg);
    padding: clamp(28px, 4vw, 38px) clamp(24px, 3vw, 32px);
    transition:
        transform 0.16s,
        box-shadow 0.16s;
}
body.wink .feat-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-card);
}
body.wink .feat-card .num {
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--bourbon);
    margin-bottom: 18px;
}
body.wink .feat-card h3 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.01em;
    margin: 0 0 10px;
}
body.wink .feat-card p {
    font-size: 15.5px;
    line-height: 1.6;
    color: var(--ink-2);
    margin: 0;
}
body.wink .feat-lede {
    max-width: 58ch;
    margin-bottom: 0;
}

/* ---- deep band (evening section within a page) ---------------------------*/
body.wink .deep-band {
    background: var(--evening);
    border-radius: var(--r-xl);
    border: 2px solid var(--ink);
    padding: clamp(36px, 5vw, 56px);
    color: var(--sand);
}
body.wink .deep-band .eyebrow {
    color: var(--sand);
}
body.wink .deep-band .eyebrow::before {
    background: var(--marigold);
}
body.wink .deep-band h2 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(26px, 3.2vw, 36px);
    letter-spacing: -0.02em;
    line-height: 1.12;
    color: var(--news);
    margin: 14px 0 0;
    max-width: 48ch;
    text-wrap: balance;
}
body.wink .deep-band .cols {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 24px;
    margin-top: 40px;
}
body.wink .deep-band .col {
    border-top: 1px solid rgba(247, 227, 196, 0.16);
    padding-top: 22px;
}
body.wink .deep-band .col h3 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 21px;
    letter-spacing: -0.01em;
    color: var(--news);
    margin: 0 0 10px;
}
body.wink .deep-band .col p {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(247, 227, 196, 0.7);
    margin: 0;
}

/* ---- QuickGPT product page ---------------------------------------------*/
body.wink.quickgpt-page .qg-hero {
    padding: clamp(58px, 8vw, 82px) 0 64px;
    overflow: hidden;
}
body.wink.quickgpt-page .qg-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 44px;
    align-items: center;
    margin-top: 28px;
}
body.wink.quickgpt-page .qg-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 14px;
    border: 1.5px solid var(--ink);
    border-radius: 999px;
    background: var(--sand);
    color: var(--bourbon);
    font: 11px var(--font-mono);
    letter-spacing: .13em;
    text-transform: uppercase;
}
body.wink.quickgpt-page .qg-kicker span { width: 9px; height: 9px; border-radius: 50%; background: var(--spruce); }
body.wink.quickgpt-page .qg-hero h1 {
    margin: 24px 0 22px;
    font: 700 clamp(40px, 6.2vw, 66px)/1 var(--font-display);
    letter-spacing: -.035em;
}
body.wink.quickgpt-page .qg-hero h1 span { background: linear-gradient(transparent 62%, var(--marigold) 62% 92%, transparent 92%); }
body.wink.quickgpt-page .qg-hero-sub { max-width: 44ch; margin: 0 0 28px; color: var(--ink-2); font-size: clamp(17px, 1.9vw, 20px); }
body.wink.quickgpt-page .qg-actions { display: flex; gap: 14px; flex-wrap: wrap; }
body.wink.quickgpt-page .qg-shortcut { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; margin-top: 20px; color: var(--ink-3); font: 12px var(--font-mono); }
body.wink.quickgpt-page kbd { min-width: 31px; padding: 4px 8px; border: 2px solid var(--ink); border-bottom-width: 4px; border-radius: 8px; background: linear-gradient(#fffdf8, var(--news-2)); color: var(--ink); text-align: center; font: 600 13px var(--font-mono); }
body.wink.quickgpt-page .qg-hero-shot { border: 2px solid var(--ink); border-radius: 18px; overflow: hidden; background: var(--spruce); box-shadow: var(--shadow-card); }
body.wink.quickgpt-page .qg-hero-shot img { display: block; width: 100%; height: auto; }
body.wink.quickgpt-page .qg-strip { background: var(--ink); color: var(--sand); }
body.wink.quickgpt-page .qg-strip .wrap { display: flex; justify-content: space-around; gap: 24px; flex-wrap: wrap; padding-top: 24px; padding-bottom: 24px; text-align: center; }
body.wink.quickgpt-page .qg-strip div div { display: grid; gap: 3px; }
body.wink.quickgpt-page .qg-strip strong { color: var(--news); font: 700 24px var(--font-display); }
body.wink.quickgpt-page .qg-strip span { color: rgba(247,227,196,.6); font: 10px var(--font-mono); letter-spacing: .12em; text-transform: uppercase; }
body.wink.quickgpt-page .qg-pain, body.wink.quickgpt-page .qg-pricing { background: var(--news-2); }
body.wink.quickgpt-page .qg-pain-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 46px; align-items: center; margin-top: 8px; }
body.wink.quickgpt-page .qg-pain-grid p:last-child { margin: 18px 0 0; color: var(--ink-2); }
body.wink.quickgpt-page .qg-pain blockquote { margin: 0; padding-left: 24px; border-left: 4px solid var(--spruce); color: var(--bourbon); font: italic 500 clamp(22px, 3vw, 30px)/1.3 var(--font-editorial); }
body.wink.quickgpt-page .qg-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 46px; }
body.wink.quickgpt-page .qg-features article { padding: 24px; border: 2px solid var(--ink); border-radius: 8px; background: var(--news); }
body.wink.quickgpt-page .qg-features b { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 8px; background: var(--sand); color: var(--spruce); font: 600 22px var(--font-mono); }
body.wink.quickgpt-page .qg-features h3 { margin: 16px 0 6px; font: 600 17px var(--font-display); }
body.wink.quickgpt-page .qg-features p { margin: 0; color: var(--ink-2); font-size: 14px; line-height: 1.5; }
body.wink.quickgpt-page .qg-everywhere { background: var(--spruce); color: var(--news); }
body.wink.quickgpt-page .qg-everywhere .eyebrow { color: var(--sand); }
body.wink.quickgpt-page .qg-everywhere h2 { margin: 14px 0; color: #fff; font: 700 clamp(28px, 4vw, 42px)/1.05 var(--font-display); letter-spacing: -.03em; }
body.wink.quickgpt-page .qg-everywhere > .wrap > p { max-width: 52ch; margin: 0; color: rgba(247,227,196,.9); }
body.wink.quickgpt-page .qg-flow { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 30px; font: 600 14px var(--font-display); }
body.wink.quickgpt-page .qg-flow span { display: inline-flex; align-items: center; gap: 7px; padding: 9px 16px; border: 1.5px solid rgba(247,227,196,.3); border-radius: 999px; background: rgba(244,235,219,.16); }
body.wink.quickgpt-page .qg-flow b { color: var(--marigold); }
body.wink.quickgpt-page .qg-apps { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
body.wink.quickgpt-page .qg-apps span { width: 104px; padding: 18px 12px; border: 1.5px solid rgba(247,227,196,.25); border-radius: 8px; background: rgba(244,235,219,.12); text-align: center; font: 10px var(--font-mono); letter-spacing: .08em; text-transform: uppercase; }
body.wink.quickgpt-page .qg-pricing { text-align: center; }
body.wink.quickgpt-page .qg-pricing .sec-lede { margin-inline: auto; }
body.wink.quickgpt-page .qg-price-card { max-width: 480px; margin: 46px auto 0; padding: 38px 36px; border: 2px solid var(--ink); border-radius: 8px; background: var(--ink); color: var(--sand); box-shadow: var(--shadow-card); }
body.wink.quickgpt-page .qg-price-card h3 { margin: 0 0 4px; color: var(--news); font: 600 20px var(--font-display); }
body.wink.quickgpt-page .qg-price { color: #fff; font: 700 64px/1 var(--font-display); letter-spacing: -.04em; }
body.wink.quickgpt-page .qg-once { margin: 10px 0 24px; color: var(--marigold); font: 11px var(--font-mono); letter-spacing: .12em; text-transform: uppercase; }
body.wink.quickgpt-page .qg-price-card ul { max-width: 330px; display: grid; gap: 11px; margin: 0 auto 26px; padding: 0; list-style: none; text-align: left; }
body.wink.quickgpt-page .qg-price-card li { color: rgba(247,227,196,.92); font-size: 14.5px; }
body.wink.quickgpt-page .qg-price-card li::before { content: "✓"; display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 10px; border-radius: 50%; background: var(--marigold); color: var(--ink); font: 700 11px var(--font-mono); }
body.wink.quickgpt-page .qg-price-card p { margin: 18px 0 0; color: rgba(247,227,196,.55); font: 11px var(--font-mono); }
body.wink.quickgpt-page .qg-price-note { margin-top: 22px; color: var(--ink-3); font: 12px var(--font-mono); letter-spacing: .04em; }
body.wink.quickgpt-page .qg-faq { max-width: 780px; margin-top: 38px; }
body.wink.quickgpt-page .qg-faq details { margin-bottom: 12px; border: 2px solid var(--ink); border-radius: 8px; background: var(--news); }
body.wink.quickgpt-page .qg-faq summary { display: flex; justify-content: space-between; gap: 16px; padding: 20px 22px; cursor: pointer; list-style: none; font: 600 16.5px var(--font-display); }
body.wink.quickgpt-page .qg-faq summary::-webkit-details-marker { display: none; }
body.wink.quickgpt-page .qg-faq summary span { color: var(--spruce); font-size: 22px; }
body.wink.quickgpt-page .qg-faq details[open] summary span { transform: rotate(45deg); }
body.wink.quickgpt-page .qg-faq details p { margin: 0; padding: 0 22px 22px; color: var(--ink-2); font-size: 15px; }
@media (max-width: 840px) {
    body.wink.quickgpt-page .qg-hero-grid, body.wink.quickgpt-page .qg-pain-grid { grid-template-columns: 1fr; }
    body.wink.quickgpt-page .qg-features { grid-template-columns: 1fr; }
}
