:root{--deep-purple:#2b123f;--purple:#6f3aa8;--light-purple:#c9a7ff;--orange:#f47a20;--cream:#fff8ef;--ink:#1f1726;--muted:#6f6278;--line:rgba(43, 18, 63, 0.18);--card:rgba(255, 255, 255, 0.72);--max:980px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Georgia,"Times New Roman",serif;background:radial-gradient(circle at top left,rgba(201,167,255,.45),transparent 34rem),linear-gradient(180deg,var(--cream),#fff 46%,#fbf4ff);color:var(--ink);line-height:1.65}a{color:var(--deep-purple);text-decoration-thickness:0.08em;text-underline-offset:0.2em}a:hover{color:var(--orange)}.wrap{width:min(var(--max),calc(100% - 2rem));margin:0 auto}header{padding:.65rem 0;border-bottom:1px solid var(--line);background:rgba(255,248,239,.92);backdrop-filter:blur(10px);position:sticky;top:0;z-index:10}.nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.92rem}.brand{display:inline-flex;align-items:center;line-height:1;text-decoration:none}.brand img{display:block;width:clamp(9rem,20vw,13rem);height:auto}.nav-links{display:flex;gap:1rem;flex-wrap:wrap;justify-content:flex-end}.nav-links a{text-decoration:none;color:var(--muted)}.menu-toggle{display:none;width:2.75rem;height:2.75rem;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.62);cursor:pointer;padding:0;align-items:center;justify-content:center;flex-direction:column;gap:.28rem}.menu-toggle span{display:block;width:1.15rem;height:.12rem;background:var(--deep-purple);border-radius:999px}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(.4rem) rotate(45deg)}.menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-.4rem) rotate(-45deg)}.hero{padding:clamp(4.5rem,12vw,9rem) 0 clamp(3rem,8vw,5.5rem)}.eyebrow{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--orange);font-weight:800;text-transform:uppercase;letter-spacing:.14em;font-size:.78rem;margin-bottom:1.25rem}h1,h2,h3{line-height:1.08;margin:0;color:var(--deep-purple)}h1{max-width:780px;font-size:clamp(3rem, 8vw, 6.8rem);letter-spacing:-.055em}.hero p{max-width:660px;margin:1.6rem 0 0;font-size:clamp(1.18rem, 2vw, 1.55rem);color:#3d3048}.hero-line{width:7rem;height:.35rem;background:var(--orange);border-radius:999px;margin-top:2.2rem}main section{padding:clamp(3rem,8vw,5.5rem) 0;border-top:1px solid var(--line)}.letter{display:grid;grid-template-columns:minmax(0,0.85fr) minmax(0,1.35fr);gap:clamp(2rem,7vw,5rem);align-items:start}.section-kicker{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--muted);font-size:.9rem;text-transform:uppercase;letter-spacing:.13em;font-weight:800;margin-bottom:.8rem}h2{font-size:clamp(2rem, 4.8vw, 4.2rem);letter-spacing:-.045em}.copy{font-size:clamp(1.08rem, 1.6vw, 1.25rem)}.copy p:first-child{margin-top:0}.copy p:last-child{margin-bottom:0}.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2.2rem}.card{background:var(--card);border:1px solid var(--line);border-radius:1.25rem;padding:1.35rem;box-shadow:0 1.4rem 3rem rgba(43,18,63,.07)}.card h3{font-size:1.3rem;letter-spacing:-.025em}.card p{margin:.75rem 0 0;color:var(--muted);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.98rem;line-height:1.55}.work-list{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;margin-top:2rem;padding:0;list-style:none;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.work-list li{border-left:.3rem solid var(--orange);padding:.9rem 1rem;background:rgba(255,255,255,.62);border-radius:0 .85rem .85rem 0;color:#45364f}.cta{background:var(--deep-purple);color:#fff;border-radius:2rem;padding:clamp(2rem,6vw,4rem);position:relative;overflow:hidden}.cta::after{content:"";position:absolute;right:-5rem;bottom:-6rem;width:18rem;height:18rem;background:rgba(244,122,32,.25);border-radius:999px}.cta h2{color:#fff;max-width:720px}.cta p{max-width:650px;margin:1rem 0 0;color:rgba(255,255,255,.82);font-size:1.15rem}.cta-kicker{color:var(--light-purple)}.button-row{margin-top:1.8rem;display:flex;gap:1rem;flex-wrap:wrap;position:relative;z-index:1}.button{display:inline-block;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:800;text-decoration:none;border-radius:999px;padding:.9rem 1.2rem;background:var(--orange);color:#211127}.button.secondary{background:0 0;color:#fff;border:1px solid rgba(255,255,255,.42)}footer{padding:2rem 0 3rem;color:var(--muted);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.92rem}@media (max-width:760px){header{position:sticky;top:0}.nav{align-items:center;position:relative}.menu-toggle{display:flex}.nav-links{display:none;position:absolute;top:calc(100% + 1rem);left:0;right:0;flex-direction:column;gap:0;padding:.75rem;background:rgba(255,248,239,.98);border:1px solid var(--line);border-radius:1rem;box-shadow:0 1.4rem 3rem rgba(43,18,63,.12)}.nav-links.is-open{display:flex}.nav-links a{display:block;padding:.85rem .95rem;border-radius:.7rem;color:var(--deep-purple)}.nav-links a:hover{background:rgba(201,167,255,.22)}.letter,.principles,.work-list{grid-template-columns:1fr}.hero{padding-top:4rem}.cta{border-radius:1.25rem}}.landing-hero p{max-width:760px}.landing-buttons{margin-top:2rem}.button.secondary.light{background:rgba(255,255,255,.7);color:var(--deep-purple);border:1px solid var(--line)}.package-grid{grid-template-columns:repeat(3,1fr)}.steps{margin:0;padding-left:1.25rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#45364f}.steps li{margin:0 0 1rem;padding-left:.35rem}.steps li:last-child{margin-bottom:0}.steps strong{color:var(--deep-purple)}.landing-list{margin-top:0}.offer-note{margin-top:2rem;padding:1.25rem 1.4rem;border:1px solid var(--line);border-radius:1.25rem;background:rgba(255,255,255,.62);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#45364f}.offer-note p{margin:0}@media (max-width:760px){.package-grid{grid-template-columns:1fr}.landing-buttons .button{width:100%;text-align:center}}.squeeze-hero h1{max-width:900px}.squeeze-hero .microcopy{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.98rem;color:var(--muted);max-width:720px;margin-top:1rem}.compact-section{padding-top:clamp(2.5rem,6vw,4rem);padding-bottom:clamp(2.5rem,6vw,4rem)}.three-grid{align-items:stretch}.feature-card{position:relative;overflow:hidden}.feature-number{display:inline-flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;border-radius:999px;background:rgba(244,122,32,.14);color:var(--orange);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:900;margin-bottom:1rem}.offer-box{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.85fr);gap:1.25rem;align-items:stretch}.offer-main{background:rgba(255,255,255,.72);border:1px solid var(--line);border-radius:1.5rem;padding:clamp(1.5rem,4vw,2.6rem);box-shadow:0 1.4rem 3rem rgba(43,18,63,.07)}.offer-main p{font-size:1.16rem;color:#45364f;max-width:620px}.offer-panel{background:var(--deep-purple);color:#fff;border-radius:1.5rem;padding:clamp(1.4rem,4vw,2.2rem);box-shadow:0 1.4rem 3rem rgba(43,18,63,.12)}.offer-panel h3{color:#fff;font-size:1.55rem}.offer-panel ul{margin:1rem 0 0;padding:0;list-style:none;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.offer-panel li{padding:.72rem 0 .72rem 1.45rem;border-bottom:1px solid rgba(255,255,255,.14);position:relative;color:rgba(255,255,255,.86)}.offer-panel li::before{content:"";position:absolute;left:0;top:1.23rem;width:.48rem;height:.48rem;border-radius:999px;background:var(--orange)}.offer-panel li:last-child{border-bottom:0}.fit-list{margin-top:0}@media (max-width:760px){.offer-box{grid-template-columns:1fr}.squeeze-hero h1{font-size:clamp(2.7rem,15vw,4.5rem)}}.premium-hero h1{max-width:940px;font-size:clamp(2.75rem,7vw,6rem)}.premium-hero .hero-buttons{margin-top:1.35rem}.trust-strip{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.75rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.trust-strip span{display:inline-flex;align-items:center;border:1px solid var(--line);background:rgba(255,255,255,.58);border-radius:999px;padding:.52rem .82rem;color:#45364f;font-weight:750;font-size:.9rem}.check-list{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin:1.5rem 0 0;padding:0;list-style:none;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.check-list li{position:relative;padding:.85rem .95rem .85rem 2.1rem;background:rgba(255,255,255,.62);border:1px solid var(--line);border-radius:.95rem;color:#45364f}.check-list li::before{content:"";position:absolute;left:.9rem;top:1.25rem;width:.48rem;height:.48rem;border-radius:999px;background:var(--orange)}.home-offer{margin-top:2rem}.split-lists{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:1.7rem}.split-lists h3{font-size:1.35rem;margin-bottom:1rem}.single-list{grid-template-columns:1fr;margin-top:0}.button,.menu-toggle span,.nav-links a{transition:color .18s ease,background-color .18s ease,border-color .18s ease,transform .18s ease,opacity .18s ease}.button:hover{transform:translateY(-1px);color:#211127;filter:brightness(1.04)}.button.secondary.light:hover,.button.secondary:hover{border-color:rgba(244,122,32,.6);background:rgba(244,122,32,.12);color:var(--deep-purple)}.cta .button.secondary:hover{color:#fff;background:rgba(255,255,255,.12)}.card{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.card:hover{transform:translateY(-2px);box-shadow:0 1.7rem 3.5rem rgba(43,18,63,.1);border-color:rgba(244,122,32,.28)}.quote{border-left:.35rem solid var(--orange);margin:0 0 1.5rem;padding:.4rem 0 .4rem 1.25rem;color:#45364f}.quote p{margin:0;font-size:1.25rem}.quote cite{display:block;margin-top:.4rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--muted);font-size:.95rem;font-style:normal}@media (max-width:760px){.premium-hero h1{font-size:clamp(2.55rem,13vw,4.4rem)}.premium-hero .button{width:100%;text-align:center}.check-list,.split-lists,.trust-strip{grid-template-columns:1fr}.trust-strip{display:grid}.trust-strip span{justify-content:center}.split-lists{gap:2rem}}.premium-hero{position:relative;overflow:hidden;padding:clamp(4.2rem,9vw,7.2rem) 0 clamp(3.2rem,7vw,5.4rem)}.premium-hero::before{content:"";position:absolute;inset:auto -16rem -18rem auto;width:42rem;height:42rem;border-radius:999px;background:radial-gradient(circle,rgba(111,58,168,.18),rgba(244,122,32,.08) 42%,transparent 70%);pointer-events:none}.hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,.92fr) minmax(24rem,1fr);gap:clamp(2.2rem,5vw,4.8rem);align-items:start;width:min(1180px,calc(100% - 2rem))}.hero-copy{position:relative;z-index:2}.premium-hero h1{max-width:690px;font-size:clamp(2.7rem,5.45vw,5.2rem)}.hero-media{position:relative;z-index:1;justify-self:end;width:min(100%,40rem);margin:clamp(2.05rem,3vw,2.45rem) 0 0}.hero-visual{position:relative;margin:0;width:100%;border-radius:1.65rem;isolation:isolate}.hero-visual::before{content:"";position:absolute;inset:9% 2% 6% 5%;z-index:-1;border-radius:inherit;background:linear-gradient(135deg,rgba(111,58,168,.24),rgba(244,122,32,.14));filter:blur(26px);transform:translateY(1.4rem) rotate(-2.5deg)}.hero-side-copy{max-width:38rem;margin:1.45rem 0 0 auto;text-align:left}.hero-side-copy p{max-width:38rem;margin:0;color:var(--ink);font-size:clamp(1.05rem,1.55vw,1.32rem);line-height:1.7}.hero-side-copy .trust-strip{margin-top:1.35rem}.hero-visual img{display:block;width:100%;height:auto;border-radius:inherit;box-shadow:0 2rem 4.5rem rgba(31,23,38,.24),0 .35rem 1.1rem rgba(43,18,63,.14);outline:1px solid rgba(255,255,255,.56);transform:rotate(-1deg);transform-origin:center}@media (max-width:900px){.hero-grid{grid-template-columns:1fr}.hero-media{justify-self:center;width:min(100%,42rem);margin-top:1.4rem}.premium-hero h1{max-width:820px}.hero-side-copy{max-width:720px;margin-left:0}}@media (max-width:760px){.premium-hero{padding-top:3.6rem}.hero-grid{gap:1.75rem}.hero-media{width:min(100%,32rem)}.hero-visual img{transform:rotate(-.65deg)}.hero-side-copy .button{width:100%;text-align:center}}.premium-hero{padding:clamp(3.8rem,7vw,5.8rem) 0 clamp(3rem,6vw,4.8rem)}.premium-hero>.wrap.hero-grid{width:min(1180px,calc(100% - 2rem));max-width:1180px;display:grid!important;grid-template-columns:minmax(20rem,0.92fr) minmax(22rem,1fr);gap:clamp(2.25rem,5vw,5rem);align-items:start}.premium-hero .hero-copy{grid-column:1;align-self:start}.premium-hero .hero-copy .eyebrow{margin-bottom:1rem}.premium-hero .hero-copy h1{max-width:8.6em;margin:0;font-size:clamp(3.05rem, 5.35vw, 5.25rem);letter-spacing:-.055em}.premium-hero .hero-media{grid-column:2;align-self:start;justify-self:end;width:100%;max-width:35rem;margin:0;padding-top:.25rem}.premium-hero .hero-visual{width:100%;margin:0;border-radius:1.55rem}.premium-hero .hero-visual img{display:block;width:100%;height:auto;max-height:21rem;object-fit:cover;border-radius:inherit;box-shadow:0 2rem 4.5rem rgba(31,23,38,.22),0 .35rem 1.1rem rgba(43,18,63,.12);transform:rotate(-.65deg)}.premium-hero .hero-side-copy{max-width:35rem;margin:1.35rem 0 0}.premium-hero .hero-side-copy p{max-width:35rem;font-size:clamp(1.02rem, 1.25vw, 1.18rem);line-height:1.65}.hero-principle{display:block;margin-top:.65rem;color:var(--muted);font-style:italic}@media (max-width:900px){.premium-hero>.wrap.hero-grid{grid-template-columns:1fr;max-width:760px}.premium-hero .hero-copy,.premium-hero .hero-media{grid-column:auto}.premium-hero .hero-copy h1{max-width:10em}.premium-hero .hero-media{justify-self:start;max-width:100%;padding-top:0}.premium-hero .hero-visual img{max-height:none}}.about-hero .hero-visual img{max-height:none}.site-comparison{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem}.comparison-card{background:rgba(255,255,255,.72);border:1px solid var(--line);border-radius:1.25rem;padding:1.35rem 1.5rem;box-shadow:0 1.4rem 3rem rgba(43,18,63,.07)}.comparison-card__label{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.13em;color:var(--muted);margin-bottom:.3rem}.comparison-card__domain{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1rem;font-weight:700;color:var(--deep-purple);letter-spacing:-.02em;margin-bottom:.35rem}.comparison-card__desc{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.82rem;color:var(--muted);margin:0 0 1rem;padding-bottom:.9rem;border-bottom:1px solid var(--line)}.comparison-metrics{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.comparison-metrics li{display:grid;grid-template-columns:5.5rem 1fr;grid-template-rows:auto auto;column-gap:.5rem}.metric-label{grid-row:1/3;align-self:center;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.78rem;color:var(--muted)}.metric-value{grid-column:2;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.85rem;color:var(--ink);margin-bottom:.25rem}.metric-bar{grid-column:2;display:block;height:.25rem;background:rgba(43,18,63,.07);border-radius:999px;overflow:hidden}.metric-bar span{display:block;height:100%;border-radius:999px}.comparison-card--simple .metric-bar span{background:#6a9b74}.comparison-card--complex .metric-bar span{background:#c08838}.comparison-card__note{margin:1rem 0 0;padding-top:.9rem;border-top:1px solid var(--line);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.82rem;color:var(--muted);line-height:1.55}.comparison-callout{grid-column:1/-1;margin:0;padding:.9rem 1.2rem;background:rgba(111,58,168,.06);border-left:.25rem solid rgba(111,58,168,.32);border-radius:0 .75rem .75rem 0;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.9rem;color:#45364f;line-height:1.6}@media (max-width:760px){.site-comparison{grid-template-columns:1fr}.comparison-callout{grid-column:1}}.tool-preview-link{display:block;margin-bottom:1.5rem;border-radius:1rem;overflow:hidden;box-shadow:0 1.4rem 3rem rgba(43,18,63,.14);transition:transform .18s ease,box-shadow .18s ease}.tool-preview-link:hover{transform:translateY(-2px);box-shadow:0 1.7rem 3.5rem rgba(43,18,63,.2)}.tool-preview-img{display:block;width:100%;height:auto}.portfolio-label{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.13em;color:var(--muted);margin:0 0 .35rem}.portfolio-meta{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:.88rem;color:var(--muted);margin:.3rem 0 1.5rem}