/* ===================== TOKENS ===================== */
:root {
    --bg: #faf7f1;
    --bg-2: #f1ede4;
    --ink: #100f0d;
    --ink-2: #66635b;
    --ink-3: #9b9789;
    --line: #e4dfd4;
    --card: #ffffff;
    --dark: #131210;
    --dark-2: #1c1a17;
    --acc: #ff5a1f;
    --acc-2: #ff2d6f;
    --acc-3: #8a3ffc;
    --grad: linear-gradient(100deg, #ff7a18 0%, #ff2d6f 48%, #8a3ffc 100%);
    --f-d: "Unbounded", sans-serif;
    --f-h: "Inter", sans-serif;
    --f-b: "Inter", sans-serif;
    --f-m: "JetBrains Mono", monospace;
    --ease: cubic-bezier(.22, 1, .36, 1);
    --pad: clamp(18px, 5vw, 80px);
    --r: 20px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; -webkit-text-size-adjust: 100%; }
body { background: var(--bg); color: var(--ink); font-family: var(--f-b); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--acc); color: #fff; }
h1, h2, h3, h4 { font-weight: 800; line-height: 1.02; letter-spacing: -.02em; }
.tag { font-family: var(--f-m); font-size: 13px; color: var(--acc); letter-spacing: .02em; }
.grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.skip { position: fixed; left: -999px; top: 8px; z-index: 999; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 8px; }
.skip:focus { left: 12px; }
.page-top { position: absolute; top: 0; left: 0; width: 1px; height: 1px; pointer-events: none; }

/* ===================== NAV ===================== */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; gap: 20px; padding: 16px var(--pad); transition: padding .3s; }
.nav .logo { display: inline-flex; align-items: baseline; gap: 8px; font-family: var(--f-m); font-size: 12px; line-height: 1; color: #fff; text-transform: uppercase; letter-spacing: .08em; transition: color .3s; }
.nav .logo span { color: var(--acc); }
.nav .logo b { font-family: var(--f-h); font-size: 14px; color: currentColor; text-transform: none; letter-spacing: 0; }
.nav-pill { display: flex; gap: 4px; margin: 0 auto; padding: 6px; border-radius: 100px;
    background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .16); backdrop-filter: blur(14px); }
.nav-pill a { color: #fff; font-size: 14px; font-weight: 500; padding: 8px 17px; border-radius: 100px; transition: background .25s, color .25s; }
.nav-pill a:hover { background: rgba(255, 255, 255, .16); }
.nav-cta { color: var(--ink); background: #fff; font-size: 14px; font-weight: 600; padding: 11px 19px; border-radius: 100px; transition: transform .25s var(--ease), background .25s, color .25s; }
.nav-cta:hover { transform: translateY(-2px); background: var(--acc); color: #fff; }
.burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; }
.burger span { width: 25px; height: 2px; background: #fff; transition: .3s; }

.nav.solid { background: rgba(250, 247, 241, .85); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); padding: 11px var(--pad); }
.nav.solid .logo { color: var(--ink); }
.nav.solid .nav-pill { background: rgba(16, 15, 13, .05); border-color: var(--line); }
.nav.solid .nav-pill a { color: var(--ink); }
.nav.solid .nav-pill a:hover { background: rgba(16, 15, 13, .08); }
.nav.solid .nav-cta { background: var(--ink); color: #fff; }
.nav.solid .nav-cta:hover { background: var(--acc); }
.nav.solid .burger span { background: var(--ink); }

/* ===================== HERO ===================== */
.hero { position: relative; min-height: 100vh; min-height: 100svh; background: var(--dark); color: #fff;
    display: flex; align-items: flex-end; padding: 120px var(--pad) clamp(40px, 5vw, 64px); overflow: hidden; }
.hero-glow { position: absolute; inset: 0; pointer-events: none;
    background:
        radial-gradient(58% 52% at 80% 6%, rgba(255, 122, 24, .8), transparent 60%),
        radial-gradient(52% 48% at 94% 0%, rgba(255, 45, 111, .65), transparent 62%),
        radial-gradient(58% 58% at 52% -12%, rgba(138, 63, 252, .32), transparent 65%),
        radial-gradient(38% 38% at 8% 0%, rgba(255, 150, 60, .22), transparent 60%); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .04;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.hero-inner { position: relative; z-index: 2; width: 100%; }
.hero-badge { display: inline-flex; align-items: center; gap: 9px; font-family: var(--f-m); font-size: 12px;
    padding: 7px 15px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 100px; background: rgba(255, 255, 255, .06); margin-bottom: clamp(20px, 3vw, 32px); }
.hb-dot { width: 8px; height: 8px; border-radius: 50%; background: #38d24a; box-shadow: 0 0 0 0 rgba(56, 210, 74, .6); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 7px rgba(56, 210, 74, 0); } 100% { box-shadow: 0 0 0 0 rgba(56, 210, 74, 0); } }
.hero-h { font-family: var(--f-d); font-weight: 800; line-height: .9; letter-spacing: -.03em;
    font-size: clamp(54px, 11.5vw, 168px); display: flex; flex-wrap: wrap; gap: 0 .22em; }
.hero-h .d1 { color: #fff; }
.hero-foot { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; margin-top: clamp(26px, 3.5vw, 44px);
    padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .14); }
.hero-lead { max-width: 440px; color: #cfcabe; font-size: clamp(15px, 1.4vw, 17px); }
.hero-side { display: grid; grid-template-columns: repeat(3, minmax(120px, 1fr)); gap: 14px; min-width: min(620px, 100%); }
.hero-side div { padding-left: 16px; border-left: 1px solid rgba(255, 255, 255, .18); }
.hero-side b { display: block; font-family: var(--f-d); font-size: clamp(20px, 2vw, 30px); line-height: 1; margin-bottom: 8px; }
.hero-side span { display: block; color: #cfcabe; font-size: 13px; line-height: 1.35; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; font-weight: 600; font-size: 15px; padding: 13px 25px; border-radius: 100px; cursor: pointer; border: 0;
    background: #fff; color: var(--ink); transition: transform .25s var(--ease), background .25s, color .25s, box-shadow .25s; }
.btn:hover { transform: translateY(-2px); background: var(--acc); color: #fff; box-shadow: 0 14px 30px -12px rgba(255, 90, 31, .6); }
.btn-ghost { background: transparent; color: #fff; border: 1px solid rgba(255, 255, 255, .25); }
.btn-ghost:hover { background: rgba(255, 255, 255, .12); color: #fff; box-shadow: none; }

/* ===================== INTRO + SKILLS ===================== */
.intro { position: relative; padding: clamp(44px, 6vw, 82px) var(--pad) clamp(40px, 6vw, 76px);
    background-image: radial-gradient(rgba(16, 15, 13, .12) .8px, transparent .8px); background-size: 16px 16px; }
.intro::before { content: ""; position: absolute; inset: 0; pointer-events: none;
    background: linear-gradient(180deg, var(--bg) 0%, rgba(250, 247, 241, .72) 46%, var(--bg) 100%); }
.intro > * { position: relative; z-index: 1; }
.intro-strip { display: grid; grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(120px, .65fr)); gap: 1px;
    width: 100%; max-width: none; margin: 0 auto clamp(14px, 2vw, 24px); overflow: hidden; border: 1px solid var(--line); border-radius: var(--r);
    background: var(--line); box-shadow: 0 24px 60px -48px rgba(16, 15, 13, .55); }
.intro-strip > div { min-height: 96px; background: rgba(255, 255, 255, .92); padding: clamp(18px, 2vw, 26px); display: flex; flex-direction: column; justify-content: center; }
.intro-strip b { font-size: clamp(18px, 1.6vw, 24px); line-height: 1.08; letter-spacing: -.02em; }
.intro-strip strong { font-family: var(--f-d); font-size: clamp(22px, 2.5vw, 36px); line-height: 1.04; letter-spacing: -.04em; }
.intro-strip span { margin-top: 7px; color: var(--ink-2); font-size: 13px; line-height: 1.35; }
.skills { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; width: 100%; max-width: none; margin: 0 auto; }
.skill { min-height: 176px; background: rgba(255, 255, 255, .94); border: 1px solid var(--line); border-radius: var(--r); padding: clamp(20px, 2vw, 28px);
    display: flex; flex-direction: column; justify-content: space-between; transition: transform .3s var(--ease), border-color .3s, box-shadow .3s var(--ease); }
.skill:hover { transform: translateY(-4px); border-color: rgba(255, 90, 31, .42); box-shadow: 0 28px 60px -44px rgba(16, 15, 13, .5); }
.skill b { display: block; font-family: var(--f-h); font-weight: 850; font-size: clamp(21px, 2vw, 30px); line-height: 1.05; letter-spacing: -.03em; }
.skill span, .skill p { color: var(--ink-2); font-size: 14px; line-height: 1.5; }
.skill p { margin-top: 20px; max-width: 540px; }
.skill small { display: block; margin-top: 22px; color: var(--ink-3); font-family: var(--f-m); font-size: 12px; line-height: 1.35; }
.skill-large { grid-column: span 3; min-height: 320px; }
.skill-wide { grid-column: span 3; min-height: 210px; }
.skill-dark { grid-column: span 2; min-height: 320px; background: var(--dark); color: #fff; border-color: var(--dark); }
.skill-dark span, .skill-dark p, .skill-dark small { color: #cfcabe; }

/* ===================== STATS ===================== */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding: 0 var(--pad) clamp(56px, 8vw, 110px); }
.stat { border-top: 2px solid var(--ink); padding-top: 16px; }
.stat b { display: block; font-family: var(--f-d); font-weight: 700; font-size: clamp(34px, 4.6vw, 58px); letter-spacing: -.03em; line-height: 1; }
.stat span { font-size: 14px; color: var(--ink-2); }

/* ===================== WORK ===================== */
.work { padding: clamp(40px, 6vw, 80px) var(--pad) clamp(56px, 8vw, 110px); }
.work-head { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 24px; margin-bottom: clamp(32px, 5vw, 60px); }
.work-head h2 { font-family: var(--f-d); font-weight: 700; font-size: clamp(36px, 6.5vw, 84px); letter-spacing: -.03em; }
.work-head p { max-width: 330px; color: var(--ink-2); font-size: 15px; }

.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 2vw, 28px); }
.proj { display: flex; flex-direction: column; gap: 18px; }
.card { display: block; }
.browser { border-radius: var(--r); overflow: hidden; background: #fff; border: 1px solid var(--line);
    box-shadow: 0 26px 54px -34px rgba(16, 15, 13, .32); transition: transform .5s var(--ease), box-shadow .5s var(--ease); }
.proj:hover .browser { transform: translateY(-5px); box-shadow: 0 46px 84px -40px rgba(16, 15, 13, .46); }
.bbar { display: flex; align-items: center; gap: 7px; padding: 11px 15px; background: #f4f1ea; border-bottom: 1px solid var(--line); }
.bbar i { width: 11px; height: 11px; border-radius: 50%; background: #d8d4c8; }
.bbar i:nth-child(1) { background: #ff5f57; } .bbar i:nth-child(2) { background: #febc2e; } .bbar i:nth-child(3) { background: #28c840; }
.bbar span { margin-left: 12px; font-family: var(--f-m); font-size: 12px; color: var(--ink-3); background: var(--bg); padding: 4px 13px; border-radius: 100px; }
.bwin { position: relative; overflow: hidden; background: linear-gradient(120deg, #f1ede4, #e6e1d6); aspect-ratio: 16 / 9; }
.shot-picture { position: absolute; inset: 0; display: block; overflow: hidden; }
.shot { position: absolute; top: 0; left: 0; width: 100%; height: auto; min-height: 100%; display: block;
    transform: translate3d(0, 0, 0); transition: transform 10s linear; will-change: transform; }
.proj:hover .shot { transform: translate3d(0, var(--shot-shift, 0px), 0); transition: transform 10s linear; }

.meta { display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; }
.m-i { font-family: var(--f-m); font-size: 12px; color: var(--acc); }
.meta h3 { font-family: var(--f-h); font-weight: 800; font-size: clamp(18px, 1.6vw, 24px); margin: 6px 0 7px; }
.meta p { color: var(--ink-2); font-size: 14px; max-width: 360px; }
.m-tags { display: flex; flex-wrap: wrap; gap: 7px; justify-content: flex-end; max-width: 160px; }
.m-tags span { font-family: var(--f-m); font-size: 11px; padding: 5px 11px; border: 1px solid var(--line); border-radius: 100px; color: var(--ink-2); white-space: nowrap; }

/* ===================== PROCESS (dark accordion) ===================== */
.proc { background: var(--dark); color: #fff; padding: clamp(64px, 9vw, 130px) var(--pad); }
.proc-head { margin-bottom: clamp(32px, 4vw, 52px); }
.proc-head h2 { font-family: var(--f-d); font-weight: 700; font-size: clamp(28px, 4.5vw, 54px); letter-spacing: -.03em; margin-top: 14px; }
.acc { border-top: 1px solid rgba(255, 255, 255, .14); }
.acc-i { border-bottom: 1px solid rgba(255, 255, 255, .14); }
.acc-i summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: clamp(14px, 2.5vw, 32px);
    padding: clamp(20px, 2.6vw, 30px) 0; font-family: var(--f-h); font-weight: 700; font-size: clamp(20px, 2.8vw, 34px); letter-spacing: -.02em; }
.acc-i summary::-webkit-details-marker { display: none; }
.acc-n { font-family: var(--f-m); font-size: 13px; color: var(--acc); font-weight: 400; }
.acc-x { margin-left: auto; position: relative; width: 20px; height: 20px; flex: none; }
.acc-x::before, .acc-x::after { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #fff; transition: transform .3s var(--ease), opacity .3s; }
.acc-x::before { width: 20px; height: 2px; }
.acc-x::after { width: 2px; height: 20px; }
.acc-i[open] .acc-x::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }
.acc-i p { color: #b6b1a4; font-size: clamp(15px, 1.4vw, 17px); max-width: 620px; padding-bottom: clamp(20px, 2.6vw, 30px); padding-left: clamp(0px, 4vw, 50px); }

/* ===================== PRICING ===================== */
.pricing { padding: clamp(64px, 9vw, 130px) var(--pad); }
.pricing-head { display: grid; grid-template-columns: minmax(420px, 720px) minmax(320px, 560px); justify-content: space-between; align-items: end; gap: clamp(36px, 7vw, 120px); margin-bottom: clamp(36px, 5vw, 60px); }
.pricing-head h2 { font-family: var(--f-d); font-weight: 700; font-size: clamp(32px, 5vw, 64px); letter-spacing: -.03em; margin: 14px 0 16px; }
.pricing-head p { color: var(--ink-2); line-height: 1.55; margin-bottom: 20px; }
.plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.crm-plans { margin-top: 18px; }
.plan { position: relative; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 34px 30px; display: flex; flex-direction: column; transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.plan:hover { transform: translateY(-6px); box-shadow: 0 30px 60px -34px rgba(16, 15, 13, .35); }
.plan-hot { background: var(--dark); color: #fff; border-color: var(--dark); }
.plan-badge { position: absolute; top: -12px; left: 30px; background: var(--grad); color: #fff; font-family: var(--f-m); font-size: 12px; padding: 6px 14px; border-radius: 100px; }
.plan-t h3 { font-family: var(--f-h); font-weight: 800; font-size: clamp(22px, 1.8vw, 25px); }
.plan-t span { display: block; margin-top: 7px; font-size: 14px; color: var(--ink-3); }
.plan-hot .plan-t span { color: #b6b1a4; }
.plan-p { font-family: var(--f-d); font-weight: 700; font-size: 21px; margin: 22px 0; }
.plan-p b { font-size: 36px; letter-spacing: -.03em; }
.plan ul { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 24px; }
.plan li { position: relative; padding-left: 27px; font-size: 15px; color: var(--ink-2); }
.plan-hot li { color: #d3cec1; }
.plan li::before { content: ""; position: absolute; left: 2px; top: 6px; width: 13px; height: 8px; border-left: 2px solid var(--acc); border-bottom: 2px solid var(--acc); transform: rotate(-45deg); }
.plan-ex { font-size: 13px; color: var(--ink-3); margin-bottom: 22px; }
.plan-hot .plan-ex { color: #b6b1a4; }
.plan-btn { margin-top: auto; text-align: center; border: 1px solid var(--ink); border-radius: 100px; padding: 14px; font-weight: 600; transition: background .3s, color .3s, border-color .3s; }
.plan-btn:hover { background: var(--ink); color: #fff; }
.plan-hot .plan-btn { border-color: rgba(255, 255, 255, .3); color: #fff; }
.plan-btn-hot { background: var(--grad); border-color: transparent; }
.plan-btn-hot:hover { filter: brightness(1.08); background: var(--grad); }

/* ===================== FAQ ===================== */
.faq { padding: clamp(56px, 8vw, 110px) var(--pad); background: var(--bg-2); display: grid; grid-template-columns: 340px 1fr; gap: clamp(36px, 5vw, 80px); align-items: start; }
.faq-head { position: sticky; top: 100px; }
.faq-head h2 { font-family: var(--f-d); font-weight: 700; font-size: clamp(30px, 4.5vw, 56px); letter-spacing: -.03em; margin: 14px 0 16px; }
.faq-head p { color: var(--ink-2); margin-bottom: 22px; }
.faq-btn { display: inline-flex; background: var(--ink); color: #fff; padding: 13px 23px; border-radius: 100px; font-weight: 600; font-size: 15px; transition: transform .25s var(--ease), background .25s; }
.faq-btn:hover { transform: translateY(-2px); background: var(--acc); }
.faq-list { border-top: 1px solid var(--line); }
.faq-i { border-bottom: 1px solid var(--line); }
.faq-i summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 20px; padding: 22px 0; font-family: var(--f-h); font-weight: 700; font-size: clamp(16px, 1.9vw, 21px); letter-spacing: -.01em; }
.faq-i summary::-webkit-details-marker { display: none; }
.faq-i summary i { margin-left: auto; position: relative; width: 17px; height: 17px; flex: none; }
.faq-i summary i::before, .faq-i summary i::after { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: var(--ink); }
.faq-i summary i::before { width: 17px; height: 2px; }
.faq-i summary i::after { width: 2px; height: 17px; transition: transform .3s var(--ease), opacity .3s; }
.faq-i[open] summary i::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }
.faq-i p { color: var(--ink-2); font-size: 15px; max-width: 620px; padding-bottom: 22px; }

/* ===================== CTA ===================== */
.cta { padding: clamp(40px, 6vw, 70px) var(--pad) clamp(56px, 8vw, 100px); }
.cta-card { position: relative; overflow: hidden; border-radius: clamp(22px, 3.5vw, 40px); background: var(--dark); color: #fff;
    text-align: center; padding: clamp(56px, 10vw, 130px) var(--pad); }
.cta-glow { position: absolute; inset: 0; pointer-events: none;
    background: radial-gradient(60% 80% at 50% 120%, rgba(255, 122, 24, .9), transparent 60%),
        radial-gradient(50% 70% at 20% 110%, rgba(255, 45, 111, .7), transparent 60%),
        radial-gradient(50% 70% at 80% 110%, rgba(138, 63, 252, .6), transparent 60%); }
.cta-card > * { position: relative; z-index: 2; }
.cta-card h2 { font-family: var(--f-d); font-weight: 700; font-size: clamp(30px, 6vw, 80px); letter-spacing: -.03em; margin: 18px 0; }
.cta-card p { color: #cfcabe; max-width: 500px; margin: 0 auto 34px; font-size: clamp(15px, 1.5vw, 18px); }
.cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.cta-b { background: #fff; color: var(--ink); padding: 15px 30px; border-radius: 100px; font-weight: 600; font-size: 15px; transition: transform .3s var(--ease), background .3s, color .3s; }
.cta-b:hover { transform: translateY(-3px); background: var(--acc); color: #fff; }
.cta-b-2 { background: transparent; color: #fff; border: 1px solid rgba(255, 255, 255, .28); font-family: var(--f-m); font-size: 14px; }
.cta-b-2:hover { background: #fff; color: var(--ink); }

/* ===================== FOOTER ===================== */
.foot { background: var(--dark); color: #b6b1a4; padding: clamp(48px, 6vw, 80px) var(--pad) 28px; }
.foot-top { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; padding-bottom: clamp(36px, 5vw, 60px); border-bottom: 1px solid rgba(255, 255, 255, .12); }
.foot-col { display: flex; flex-direction: column; gap: 10px; }
.foot-col h4 { font-family: var(--f-m); font-weight: 400; font-size: 13px; color: var(--acc); margin-bottom: 6px; letter-spacing: .02em; }
.foot-col a, .foot-col span { font-size: 15px; color: #cfcabe; }
.foot-col a:hover { color: #fff; }
.foot-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .12); font-family: var(--f-m); font-size: 13px; }
.foot-bottom a:hover { color: #fff; }

/* ===================== REVEAL ===================== */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.js .reveal.in { opacity: 1; transform: none; }
.js .hero-h .d1 { transition-delay: .1s; } .js .hero-h .d2 { transition-delay: .22s; }

/* ===================== RESPONSIVE ===================== */
@media (max-width: 980px) {
    .intro-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .skills { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .skill-large, .skill-wide, .skill-dark { grid-column: span 1; min-height: 240px; }
    .stats { grid-template-columns: repeat(2, 1fr); gap: 22px 14px; }
    .grid { grid-template-columns: 1fr; }
    .pricing-head { grid-template-columns: 1fr; gap: 8px; }
    .pricing-head p { margin-bottom: 0; }
    .plans { grid-template-columns: 1fr; }
    .faq { grid-template-columns: 1fr; gap: 28px; }
    .faq-head { position: static; }
}
@media (max-width: 760px) {
    .nav { position: absolute; }
    .nav.solid { background: transparent; backdrop-filter: none; border-bottom: 0; padding: 16px var(--pad); }
    .nav.solid .logo { color: #fff; }
    .nav.solid .burger span { background: #fff; }
    .nav-pill, .nav-cta { display: none; }
    .burger { display: flex; margin-left: auto; }
    .nav.open { background: var(--bg); }
    .nav.open .logo { color: var(--ink); }
    .nav.open .burger span { background: var(--ink); }
    .nav.open .nav-pill { display: flex; flex-direction: column; gap: 4px; position: absolute; top: 100%; left: var(--pad); right: var(--pad);
        background: var(--card); border: 1px solid var(--line); padding: 12px; border-radius: 18px; }
    .nav.open .nav-pill a { color: var(--ink); }
    .intro { padding-top: 52px; }
    .intro-strip { grid-template-columns: 1fr; border-radius: 18px; }
    .intro-strip > div { min-height: auto; }
    .skills { grid-template-columns: 1fr; }
    .skill, .skill-large, .skill-wide, .skill-dark { min-height: auto; }
    .meta { flex-direction: column; gap: 12px; }
    .m-tags { justify-content: flex-start; max-width: none; }
    .hero-foot { flex-direction: column; gap: 22px; }
    .hero-side { grid-template-columns: 1fr; min-width: 0; }
}
@media (prefers-reduced-motion: reduce) {
    * { animation: none !important; transition: none !important; }
    .js .reveal { opacity: 1; transform: none; }
    .proj:hover .shot { transform: none; }
}
