:root{--bg: #fbfbfb;--paper: #ffffff;--ink: #000000;--muted: #6b6b6b;--soft: #9a9a9a;--line: #e4e4e4;--line-ink: #000000;--radius: 14px;--radius-card: 24px;--radius-pill: 999px;--maxw: 1240px;--pad: clamp(1.25rem, 4vw, 2.5rem);--font: "Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;--label-size: .75rem;--label-spacing: .09em}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font);background:var(--bg);color:var(--ink);line-height:1.5;font-weight:400;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:var(--pad)}.section{padding-block:clamp(3.5rem,8vw,7rem)}.label{display:inline-block;font-size:var(--label-size);font-weight:500;letter-spacing:var(--label-spacing);text-transform:uppercase;color:var(--muted)}.display{font-size:clamp(2.1rem,5.5vw,3.6rem);line-height:1.05;font-weight:600;letter-spacing:-.025em;color:var(--ink)}.display .muted{color:var(--soft)}.dotgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:22%;width:38px;aspect-ratio:1}.dotgrid span{background:var(--ink);border-radius:2px;aspect-ratio:1}.dotgrid.invert span{background:#fff}.btn{display:inline-flex;align-items:center;gap:.85rem;font-size:var(--label-size);font-weight:500;letter-spacing:var(--label-spacing);text-transform:uppercase;padding:.6rem .6rem .6rem 1.3rem;border-radius:var(--radius-pill);transition:background .18s ease,color .18s ease,opacity .18s ease}.btn .badge{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;flex-shrink:0}.btn .badge img{width:13px;height:13px}.btn-primary{background:var(--ink);color:#fff}.btn-primary:hover{opacity:.85}.btn-primary .badge{background:#fff}.btn-ghost{background:#ededed;color:var(--ink)}.btn-ghost:hover{background:#e2e2e2}.btn-ghost .badge{background:var(--ink)}.btn-book{display:inline-flex;align-items:center;gap:.5rem;background:#f2f2f2;color:#292929;font-size:.95rem;font-weight:500;letter-spacing:-.02em;line-height:1;padding:.65rem 1.25rem;border-radius:var(--radius-pill);transition:background .2s ease,transform .2s ease}.btn-book:hover{background:#e8e8e8;transform:translateY(-1px)}.btn-book svg{width:17px;height:17px}.btn-book svg.brand{width:22px;height:22px}.btn-book-dark{background:var(--ink);color:#fff}.btn-book-dark:hover{background:#232323}.on-dark .btn-ghost{background:#ffffff1f;color:#fff}.on-dark .btn-ghost:hover{background:#fff3}.on-dark .btn-ghost .badge{background:#fff}.nav{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--line)}.nav-inner{display:flex;align-items:center;justify-content:space-between;padding-block:1rem}.nav-brand{display:flex;align-items:center;gap:.7rem}.nav-brand .dotgrid{width:22px}.nav-brand img{height:20px;width:auto}.hero{text-align:center;padding-block:clamp(4rem,12vw,9rem) clamp(3rem,7vw,6rem)}.hero .dotgrid{margin:0 auto clamp(2rem,4vw,3rem);width:clamp(38px,5vw,52px)}.hero h1{font-size:clamp(2.6rem,7vw,5.5rem);line-height:1.02;font-weight:600;letter-spacing:-.035em;max-width:16ch;margin-inline:auto}.hero h1 .nowrap{white-space:nowrap}.hero-ruby{display:inline-block;height:.78em;width:auto;vertical-align:-.1em;margin-left:.18em;transform-origin:50% 85%;transition:transform .3s ease}.hero-ruby:hover{animation:ruby-wobble .6s ease}@keyframes ruby-wobble{0%{transform:rotate(0) translateY(0)}25%{transform:rotate(-9deg) translateY(-3px) scale(1.06)}55%{transform:rotate(6deg) translateY(-2px) scale(1.04)}80%{transform:rotate(-3deg) translateY(-1px)}to{transform:rotate(0) translateY(0)}}@media(prefers-reduced-motion:reduce){.hero-ruby:hover{animation:none}}.hero .lead{margin:clamp(1.5rem,3vw,2rem) auto 0;max-width:60ch;font-size:clamp(1.1rem,1.6vw,1.4rem);line-height:1.45;color:var(--muted)}.hero-actions{margin-top:clamp(2rem,4vw,2.75rem);display:flex;align-items:center;justify-content:center;gap:1.25rem;flex-wrap:wrap}.author-chip{display:inline-flex;align-items:center;gap:.7rem;padding:.4rem 1.1rem .4rem .4rem;border:1px solid var(--line);background:var(--paper);border-radius:var(--radius-pill)}.author-chip img{width:40px;height:40px;border-radius:50%;object-fit:cover}.author-chip .who{text-align:left;line-height:1.2}.author-chip .who strong{display:block;font-size:.92rem;font-weight:600}.author-chip .who span{font-size:.78rem;color:var(--muted)}.card{border-radius:var(--radius-card);border:1px solid var(--line);background:var(--paper);padding:clamp(1.5rem,2.5vw,2.25rem)}.card-ink{background:var(--ink);color:#fff;border-color:var(--ink)}.clients{padding-block:clamp(2rem,4vw,3.5rem)}.clients-note{font-size:.95rem;color:var(--muted);margin-bottom:1.25rem}.client-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.client-card{display:grid;place-items:center;min-height:120px;padding:1.5rem}.client-card img{height:30px;width:auto;max-width:70%;object-fit:contain}.client-ph{color:var(--soft);font-weight:500;letter-spacing:-.01em}@media(max-width:640px){.client-grid{grid-template-columns:1fr}}.about-head{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;flex-wrap:wrap;margin-bottom:clamp(2.5rem,5vw,4rem)}.about-head .display{max-width:22ch}.about-head .label{padding-bottom:.5rem}.about-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(1.5rem,3vw,2.5rem);align-items:stretch}.about-image{border-radius:var(--radius-card);overflow:hidden;aspect-ratio:4 / 5;background:#eee}.about-image img{width:100%;height:100%;object-fit:cover}.about-copy{display:flex;flex-direction:column;gap:clamp(1.5rem,3vw,2rem);justify-content:center}.about-copy>p{font-size:clamp(1.2rem,1.8vw,1.6rem);line-height:1.35;font-weight:500;letter-spacing:-.01em;max-width:30ch}.about-copy>p span{color:var(--muted);font-weight:400}.founder-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(2rem,5vw,4.5rem);align-items:start}.founder-copy{display:flex;flex-direction:column;align-items:flex-start;gap:clamp(1.25rem,2.5vw,1.75rem)}.founder-copy .display{font-size:clamp(1.5rem,2.2vw,1.9rem);line-height:1.15;letter-spacing:-.02em;max-width:18ch}.founder-text{display:flex;flex-direction:column;gap:1rem;max-width:54ch}.founder-text p{font-size:clamp(1rem,1.2vw,1.12rem);line-height:1.6;color:var(--muted)}.founder-text p:first-child{color:var(--ink);font-weight:500}.founder-photo{position:relative;border-radius:var(--radius-card);overflow:hidden;aspect-ratio:1 / 1;background:#eee}.founder-sign{position:absolute;right:clamp(1.25rem,2.5vw,1.9rem);bottom:clamp(1.1rem,2.2vw,1.6rem);z-index:1;font-family:Sacramento,cursive;font-size:clamp(2.4rem,4vw,3.2rem);line-height:1;color:#fff;opacity:.92;text-shadow:0 1px 8px rgba(0,0,0,.45);pointer-events:none}.founder-photo img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%)}.founder-card{position:absolute;inset:auto 0 0;padding:clamp(1.25rem,2.5vw,1.75rem);background:linear-gradient(to top,#000000b3,#00000059 45%,#0000)}.founder-id{display:flex;flex-direction:column;gap:.15rem}.founder-name{color:#fff;font-weight:700;font-size:clamp(1.05rem,1.4vw,1.25rem);letter-spacing:-.01em}.founder-role{color:#ffffffb3;font-size:.95rem}.founder-social{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;margin-top:.6rem;border-radius:8px;color:#fff;background:#ffffff24;transition:background .2s ease}.founder-social:hover{background:#ffffff47}.founder-social svg{width:17px;height:17px}.stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.stat{border-radius:var(--radius-card);padding:clamp(1.5rem,2.2vw,2rem);display:flex;flex-direction:column;min-height:200px}.stat-top{display:flex;align-items:flex-start;justify-content:space-between}.stat .num{font-size:clamp(2.6rem,4.5vw,3.5rem);font-weight:600;letter-spacing:-.04em;line-height:1}.stat .idx{font-size:var(--label-size);letter-spacing:var(--label-spacing)}.stat .label-line{margin-top:auto;padding-top:1.5rem;font-size:1.05rem;font-weight:600}.stat .desc{margin-top:.4rem;font-size:.9rem}.stat.card .desc{color:var(--muted)}.stat.card-ink .idx,.stat.card-ink .desc{color:#fff9}.success{display:grid;grid-template-columns:.85fr 1.05fr 1.1fr;gap:1rem;align-items:stretch}.success>*{display:flex;flex-direction:column}.success-intro .display{flex:1}.success-intro .label{color:#ffffffa6;margin-bottom:1.5rem}.success-intro .display .muted{color:#ffffff73}.success-intro .foot{margin-top:2rem;color:#fff9;font-size:.92rem;max-width:30ch}.success-photo{position:relative;padding:0;overflow:hidden;min-height:440px;border:none;background:#111}.success-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.success-photo .overlay{position:relative;margin-top:auto;padding:clamp(1.5rem,2.5vw,2.25rem);color:#fff;background:linear-gradient(to top,#000000d1,#0006 70%,#0000)}.success-photo blockquote{font-size:1.05rem;line-height:1.45;font-weight:500}.success-photo .person{margin-top:1.5rem}.success-photo .person strong{display:block;font-weight:600}.success-photo .person span{font-size:.82rem;color:#ffffffbf}.success-quote .stars{display:flex;gap:.25rem;margin-bottom:1.5rem}.success-quote .stars img{width:18px;height:18px}.success-quote blockquote{font-size:1.15rem;line-height:1.45;font-weight:500;letter-spacing:-.01em}.success-quote .mini-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:auto;padding-top:2rem;border-top:1px solid var(--line);margin-top:2rem}.success-quote .mini-stats .num{font-size:clamp(1.9rem,3.2vw,2.5rem);font-weight:600;letter-spacing:-.04em;line-height:1}.success-quote .mini-stats .lbl{margin-top:.35rem;font-size:.85rem;color:var(--muted)}.success-quote .person{display:flex;align-items:center;gap:.7rem;margin-top:1.5rem}.success-quote .person img{width:42px;height:42px;border-radius:50%;object-fit:cover}.success-quote .person strong{display:block;font-weight:600}.success-quote .person span{font-size:.82rem;color:var(--muted)}.faq-head{max-width:720px;margin-bottom:clamp(2rem,4vw,3rem)}.faq-head .label{margin-bottom:1rem}.faq-head .lead{margin:1rem 0 1.75rem;color:var(--muted);font-size:1.1rem;max-width:52ch}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);overflow:hidden}.faq-item summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.4rem 1.6rem;font-weight:600;font-size:1.1rem;letter-spacing:-.01em}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary .icon{flex-shrink:0;width:30px;height:30px;border-radius:50%;background:var(--ink);position:relative}.faq-item summary .icon:before,.faq-item summary .icon:after{content:"";position:absolute;background:#fff;border-radius:2px;top:50%;left:50%}.faq-item summary .icon:before{width:12px;height:2px;transform:translate(-50%,-50%)}.faq-item summary .icon:after{width:2px;height:12px;transform:translate(-50%,-50%);transition:opacity .2s ease,transform .2s ease}.faq-item[open] summary .icon:after{opacity:0;transform:translate(-50%,-50%) rotate(90deg)}.faq-item .answer{padding:0 1.6rem 1.5rem;color:var(--muted);font-size:1.02rem;max-width:80ch}.cta-card{border-radius:var(--radius-card);background:var(--ink);color:#fff;text-align:center;padding:clamp(3.5rem,8vw,7rem) clamp(1.5rem,5vw,4rem)}.cta-card .dotgrid{margin:0 auto 2rem;width:44px}.cta-card h2{font-size:clamp(2.4rem,6vw,4.5rem);font-weight:600;letter-spacing:-.03em;line-height:1.02}.cta-card h2 .muted{color:#ffffff73}.cta-card .btn{margin-top:2.5rem}.footer{border-top:1px solid var(--line);padding-block:clamp(3rem,6vw,4.5rem)}.footer-top{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}.footer-brand{display:flex;align-items:center;gap:.8rem}.footer-brand img{height:26px;width:auto}.footer-contact{text-align:right;font-size:.95rem;color:var(--muted);line-height:1.6}.footer-contact a{color:var(--ink);font-weight:500}.footer-contact a:hover{text-decoration:underline}.footer-bottom{margin-top:clamp(2.5rem,5vw,4rem);padding-top:1.5rem;border-top:1px solid var(--line);display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.footer-bottom .label{color:var(--soft)}.caps{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.cap{display:flex;flex-direction:column;min-height:260px}.cap .dotgrid{width:24px;margin-bottom:auto}.cap h3{margin-top:2rem;font-size:clamp(1.25rem,2vw,1.6rem);font-weight:600;letter-spacing:-.02em}.cap p{margin-top:.75rem;color:var(--muted);font-size:.98rem;line-height:1.5}.cap.card-ink p{color:#ffffffb3}.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s cubic-bezier(.22,.61,.18,1),transform .6s cubic-bezier(.22,.61,.18,1);transition-delay:var(--rd, 0s);will-change:opacity,transform}.reveal.is-visible{opacity:1;transform:none}.card,.stat,.faq-item,.author-chip{transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.card:hover,.stat:hover{transform:translateY(-4px)}.faq-item:hover{border-color:#cfcfcf}.author-chip:hover{transform:translateY(-2px);border-color:#cfcfcf}@media(prefers-reduced-motion:reduce){.reveal{opacity:1!important;transform:none!important;transition:none!important}.card:hover,.stat:hover,.author-chip:hover{transform:none}}@media(max-width:900px){.about-grid,.founder-grid{grid-template-columns:1fr}.founder-photo{order:-1;max-width:480px}.success,.caps,.stats{grid-template-columns:1fr}}@media(max-width:600px){.hero-actions{flex-direction:column;align-items:stretch;width:100%}.hero-actions .btn-book{width:100%;justify-content:center;padding-top:.85rem;padding-bottom:.85rem}.about-copy>p,.about-head .display,.founder-copy .display,.founder-text,.lead{max-width:none}.founder-photo{max-width:none}}@media(max-width:560px){.footer-top,.footer-contact{text-align:left}}
