:root{--bg:#FAFAF7;--bg-elevated:#FFFFFF;--ink:#1A1A1A;--muted:#5E5E5E;--soft:#888888;--line:#E8E6DE;--line-strong:#D8D6CC;--accent:#2E5BFF;--accent-hover:#2349D8;--accent-soft:#EAF0FF;--warm:#FF7A59;--warm-soft:#FFEDE6;--mint:#2BC8A0;--mint-soft:#E1F8F0;--sun:#F6B73B;--sun-soft:#FDF1D6;--electric:#6F4BFF;--electric-soft:#EFEAFF;--coral:#FF4E7D;--coral-soft:#FFE6EE;--grad-pop:linear-gradient(96deg,#FF4E7D,#6F4BFF 48%,#2E5BFF);--grad-warm:linear-gradient(120deg,#FF7A59,#F6B73B);--grad-cool:linear-gradient(120deg,#2E5BFF,#6F4BFF);--tile-dark:#1A1A1A;--tile-cream:#F4F2EA;--success:#18a957;--danger:#e0473b;--shadow-sm:0 1px 2px rgba(0,0,0,0.04);--shadow-md:0 6px 24px rgba(20,20,30,0.07);--shadow-lg:0 20px 50px -16px rgba(20,20,30,0.18);--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:22px;--radius-pill:100px;--ease-out:cubic-bezier(0.22,1,0.36,1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}#root,body,html{min-height:100%}body{background:var(--bg);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 32px}.h-serif{font-family:Fraunces,Georgia,serif;letter-spacing:-.02em;line-height:1.05}h1{font-size:clamp(40px,6vw,72px)}h1,h2{font-weight:600}h2{font-size:clamp(28px,4vw,44px)}h3{font-size:22px;font-weight:600}p{color:var(--muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 22px;border-radius:var(--radius-pill);font-family:inherit;font-size:15px;font-weight:500;cursor:pointer;border:1px solid transparent;transition:background .18s,color .18s,border-color .18s,transform .05s;text-decoration:none;white-space:nowrap}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--ink);color:var(--bg)}.btn-primary:hover{background:#000}.btn-accent{background:var(--accent);color:#fff}.btn-accent:hover{background:var(--accent-hover)}.btn-ghost{background:transparent;color:var(--ink);border-color:var(--line-strong)}.btn-ghost:hover{background:var(--bg-elevated)}.btn-link{background:none;color:var(--accent);padding:0;border:0;font-weight:500}.btn-link:hover{text-decoration:underline}.btn-lg{padding:15px 28px;font-size:16px}.btn-sm{padding:8px 14px;font-size:13px}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(250,250,247,.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(232,230,222,.6)}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:72px;gap:16px}.logo{font-family:Fraunces,serif;font-size:26px;font-weight:600;letter-spacing:-.02em;color:var(--ink)}.logo-dot{color:var(--accent)}.nav-links{display:flex;gap:28px;list-style:none}.nav-links a{position:relative;font-size:15px;font-weight:500;color:var(--muted);padding:6px 2px;transition:color .2s}.nav-links a:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:var(--accent);border-radius:2px;transform:scaleX(0);transform-origin:center;transition:transform .25s var(--ease-out)}.nav-links a.active,.nav-links a:hover{color:var(--ink)}.nav-links a.active:after{transform:scaleX(1)}.nav-right{display:flex;align-items:center;gap:14px}@media (max-width:720px){.nav-links{display:none}}.lang-switch{display:inline-flex;align-items:center;background:var(--bg-elevated);border:1px solid var(--line);border-radius:var(--radius-pill);padding:4px;gap:2px}.lang-switch button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;font-family:inherit;font-size:12px;font-weight:600;letter-spacing:.04em;padding:5px 10px;border-radius:var(--radius-pill);cursor:pointer;color:var(--muted)}.lang-switch button.on{background:var(--ink);color:var(--bg)}footer.site-footer{border-top:1px solid var(--line);margin-top:96px;padding:48px 0 56px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:32px;gap:32px;margin-bottom:32px}.footer-grid h4{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:var(--soft);margin-bottom:14px;font-weight:600}.footer-grid ul{list-style:none}.footer-grid li{margin-bottom:8px}.footer-grid a{font-size:14px;color:var(--ink);opacity:.75}.footer-grid a:hover{opacity:1}.footer-bottom{padding-top:24px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:var(--soft);font-size:13px;flex-wrap:wrap;gap:10px}@media (max-width:720px){.footer-grid{grid-template-columns:1fr 1fr}}.hero{position:relative;padding:112px 0 88px;overflow:hidden;isolation:isolate}.hero:after,.hero:before{content:"";position:absolute;border-radius:50%;filter:blur(72px);opacity:.55;z-index:-1;pointer-events:none}.hero:before{width:460px;height:460px;background:radial-gradient(circle,var(--warm-soft) 0,transparent 70%);top:-120px;right:-80px;animation:float-a 16s ease-in-out infinite}.hero:after{width:520px;height:520px;background:radial-gradient(circle,var(--accent-soft) 0,transparent 70%);bottom:-180px;left:-120px;animation:float-b 20s ease-in-out infinite}@keyframes float-a{0%,to{transform:translate(0)}50%{transform:translate(-24px,18px)}}@keyframes float-b{0%,to{transform:translate(0)}50%{transform:translate(28px,-22px)}}.hero h1{max-width:16ch;margin-bottom:28px}.hero h1 .highlight:after{left:-2%;right:-2%;bottom:.06em;background:var(--sun-soft);border-radius:999px}@keyframes brush-in{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.hero-tag{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:var(--radius-pill);background:var(--bg-elevated);border:1px solid var(--line);color:var(--ink);font-size:13px;font-weight:600;letter-spacing:.02em;margin-bottom:24px;box-shadow:var(--shadow-sm)}.hero-tag:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--mint);box-shadow:0 0 0 4px var(--mint-soft);animation:pulse-dot 2.4s ease-in-out infinite}@keyframes pulse-dot{0%,to{transform:scale(1)}50%{transform:scale(1.25)}}.hero-sub{font-size:19px;max-width:60ch;margin-bottom:36px}.hero-actions{gap:14px}.hero-actions,.hero-meta{display:flex;flex-wrap:wrap;align-items:center}.hero-meta{margin-top:36px;gap:28px;font-size:13.5px;color:var(--muted)}.hero-meta strong{color:var(--ink);font-weight:600}.hero-meta .dot{width:4px;height:4px;border-radius:50%;background:var(--line-strong)}section{padding:72px 0}.section-eyebrow{text-transform:uppercase;font-size:12px;letter-spacing:.14em;color:var(--accent);font-weight:600;margin-bottom:14px}.section-title{margin-bottom:16px;max-width:22ch}.section-lead{font-size:18px;max-width:60ch;margin-bottom:48px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.feature{position:relative;background:var(--bg-elevated);border:1px solid var(--line);border-radius:var(--radius-xl);padding:32px;transition:transform .3s var(--ease-out),box-shadow .3s var(--ease-out),border-color .3s var(--ease-out)}.feature:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--line-strong)}.feature-icon{width:52px;height:52px;border-radius:14px;background:var(--accent-soft);color:var(--accent);display:inline-flex;align-items:center;justify-content:center;margin-bottom:22px;transition:transform .3s var(--ease-out)}.feature-icon svg{width:26px;height:26px}.feature:hover .feature-icon{transform:rotate(-6deg) scale(1.06)}.feature--warm .feature-icon{background:var(--warm-soft);color:var(--warm)}.feature--mint .feature-icon{background:var(--mint-soft);color:var(--mint)}.feature h3{margin-bottom:8px}@media (max-width:860px){.feature-grid{grid-template-columns:1fr}}.steps{position:relative;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;counter-reset:step}.steps:before{content:"";position:absolute;left:8%;right:8%;top:54px;height:2px;background-image:linear-gradient(to right,var(--line-strong) 50%,transparent 0);background-size:10px 2px;background-repeat:repeat-x;z-index:0}.step{position:relative;padding:28px;border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--bg-elevated);z-index:1;transition:transform .3s var(--ease-out),box-shadow .3s var(--ease-out)}.step:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.step-num{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;font-family:Fraunces,serif;font-size:18px;font-weight:600;color:var(--accent);background:var(--accent-soft);margin-bottom:16px;letter-spacing:0}.step:nth-child(2) .step-num{color:var(--warm);background:var(--warm-soft)}.step:nth-child(3) .step-num{color:var(--mint);background:var(--mint-soft)}@media (max-width:860px){.steps{grid-template-columns:1fr}.steps:before{display:none}}.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}@media (max-width:980px){.portfolio-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.portfolio-grid{grid-template-columns:1fr}}.tile{position:relative;display:block;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/3;background:var(--tile-cream);border:1px solid var(--line);transition:transform .2s,box-shadow .2s}.tile:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.tile-thumb{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:Fraunces,serif;font-size:28px;letter-spacing:-.02em;text-align:center;padding:24px}.tile-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(26,26,26,0) 50%,rgba(26,26,26,.78));display:flex;align-items:flex-end;padding:18px;opacity:0;transition:opacity .2s;color:#fff}.tile:hover .tile-overlay{opacity:1}.tile-overlay strong{font-size:16px}.tile-overlay small{display:block;opacity:.75;font-size:13px;margin-top:2px}.tcards{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}.tcard{position:relative;background:var(--bg-elevated);border:1px solid var(--line);border-radius:var(--radius-xl);padding:32px;overflow:hidden;transition:transform .3s var(--ease-out),box-shadow .3s var(--ease-out)}.tcard:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.tcard:before{content:"“";position:absolute;top:-28px;right:16px;font-family:Fraunces,serif;font-size:140px;line-height:1;color:var(--warm-soft);pointer-events:none}.tcard blockquote{position:relative;font-family:Fraunces,serif;font-size:20px;line-height:1.4;margin-bottom:22px;color:var(--ink)}.tcard-author{display:flex;align-items:center;gap:12px}.tcard-avatar{width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;letter-spacing:.02em;flex-shrink:0}.tcard-avatar--warm{background:var(--warm-soft);color:var(--warm)}.tcard-avatar--mint{background:var(--mint-soft);color:var(--mint)}.tcard-avatar--accent{background:var(--accent-soft);color:var(--accent)}.tcard cite{color:var(--muted);font-style:normal;font-size:14px;display:block;line-height:1.35}.tcard cite strong{color:var(--ink);font-weight:600;display:block;font-size:14.5px}@media (max-width:720px){.tcards{grid-template-columns:1fr}}.form{display:grid;grid-gap:18px;gap:18px;max-width:560px}.field{display:grid;grid-gap:6px;gap:6px}.field label{font-size:13px;font-weight:600;color:var(--ink)}.field input,.field select,.field textarea{background:var(--bg-elevated);border:1px solid var(--line);border-radius:var(--radius-md);padding:12px 14px;font-family:inherit;font-size:15px;color:var(--ink);outline:none;transition:border-color .15s,box-shadow .15s}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.field textarea{min-height:140px;resize:vertical}.field .hint{font-size:12px;color:var(--soft)}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-top:36px}.price{background:var(--bg-elevated);border:1px solid var(--line);border-radius:var(--radius-lg);padding:32px;display:flex;flex-direction:column}.price.featured{border-color:var(--ink)}.price.featured .price-row,.price.featured p{color:rgba(250,250,247,.7)}.price-tier{font-size:24px;margin-bottom:6px}.price-amount,.price-tier{font-family:Fraunces,serif}.price-amount{font-size:42px;font-weight:600;margin:14px 0 6px}.price-features{list-style:none;margin-top:22px;display:grid;grid-gap:10px;gap:10px;font-size:14.5px;flex:1 1}.price-features li:before{content:"→ ";color:var(--accent);font-weight:700}.price.featured .price-features li:before{color:#88a4ff}.price-cta{margin-top:28px}@media (max-width:860px){.pricing-grid{grid-template-columns:1fr}}.floating-cta{position:fixed;left:50%;transform:translateX(-50%);bottom:22px;z-index:1000;background:var(--ink);color:var(--bg);padding:12px 18px 12px 22px;border-radius:var(--radius-pill);display:flex;align-items:center;gap:14px;font-size:14px;box-shadow:var(--shadow-lg);max-width:92vw;animation:cta-rise .5s var(--ease-out) both}@keyframes cta-rise{0%{opacity:0;transform:translate(-50%,18px)}to{opacity:1;transform:translate(-50%)}}.floating-cta a{background:var(--accent);color:#fff;padding:7px 14px;border-radius:var(--radius-pill);font-weight:500;font-size:13.5px;transition:background .2s,transform .2s var(--ease-out)}.floating-cta a:hover{background:var(--accent-hover);transform:translateY(-1px)}.feature-cta{position:relative;border-radius:var(--radius-xl);background:var(--ink);color:var(--bg);padding:64px 40px;text-align:center;overflow:hidden;isolation:isolate}.feature-cta:after,.feature-cta:before{content:"";position:absolute;border-radius:50%;filter:blur(60px);opacity:.6;z-index:-1;pointer-events:none}.feature-cta:before{width:360px;height:360px;background:radial-gradient(circle,rgba(255,122,89,.55) 0,transparent 70%);top:-120px;left:-80px}.feature-cta:after{width:380px;height:380px;background:radial-gradient(circle,rgba(46,91,255,.6) 0,transparent 70%);bottom:-160px;right:-100px}.feature-cta h2{color:var(--bg);margin-bottom:14px}.feature-cta p{color:rgba(250,250,247,.78);font-size:18px;max-width:560px;margin:0 auto 28px}.feature-cta .btn-accent{box-shadow:0 12px 28px -10px rgba(46,91,255,.7)}.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s var(--ease-out),transform .7s var(--ease-out);will-change:opacity,transform}.reveal.is-visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}.feature-cta:after,.feature-cta:before,.hero h1 .highlight:after,.hero-tag:before,.hero:after,.hero:before{animation:none}}.preview-shell{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:start}@media (max-width:980px){.preview-shell{grid-template-columns:1fr}}.preview-canvas{border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;background:#fff;min-height:460px;box-shadow:var(--shadow-md)}.preview-canvas .pc-bar{height:32px;background:var(--bg);border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 12px;gap:6px}.preview-canvas .pc-bar span{width:10px;height:10px;border-radius:50%;background:var(--line-strong)}.preview-canvas .pc-body{padding:36px 32px}.preview-output h2{font-family:Fraunces,serif}.preview-output p{color:var(--muted)}.admin-shell{display:grid;grid-template-columns:240px 1fr;min-height:100vh;align-items:start}.admin-side{background:var(--ink);color:var(--bg);padding:28px 20px;position:-webkit-sticky;position:sticky;top:0;height:100vh;display:flex;flex-direction:column;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.15) transparent}.admin-side::-webkit-scrollbar{width:6px}.admin-side::-webkit-scrollbar-thumb{background:rgba(255,255,255,.15);border-radius:3px}.admin-side::-webkit-scrollbar-track{background:transparent}.admin-side .logo{color:var(--bg)}.admin-side .logo-dot{color:var(--accent)}.admin-side nav{margin-top:36px;display:grid;grid-gap:6px;gap:6px}.admin-side nav a{padding:10px 12px;border-radius:var(--radius-sm);color:rgba(250,250,247,.7);font-size:14px;font-weight:500}.admin-side nav a.active,.admin-side nav a:hover{background:rgba(255,255,255,.07);color:var(--bg)}.admin-main{padding:36px 40px}.admin-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:28px;gap:16px}.admin-title{font-family:Fraunces,serif;font-size:32px}@media (max-width:860px){.admin-shell{grid-template-columns:1fr}.admin-side{display:none}}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;margin-bottom:36px}.metric{background:var(--bg-elevated);border:1px solid var(--line);border-radius:var(--radius-lg);padding:20px}.metric-label{font-size:12px;color:var(--soft);text-transform:uppercase;letter-spacing:.08em;font-weight:600}.metric-value{font-family:Fraunces,serif;font-size:32px;margin-top:4px}.metric-delta{font-size:13px;color:var(--success);margin-top:2px}.metric-delta.neg{color:var(--danger)}@media (max-width:860px){.metric-grid{grid-template-columns:repeat(2,1fr)}}.table{width:100%;border-collapse:collapse;background:var(--bg-elevated);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden}.table td,.table th{padding:12px 14px;text-align:left;font-size:14px;border-bottom:1px solid var(--line)}.table th{font-weight:600;color:var(--soft);text-transform:uppercase;font-size:11px;letter-spacing:.08em;background:var(--bg)}.table tbody tr:last-child td{border-bottom:0}.table tbody tr:hover{background:var(--bg)}.pill{display:inline-block;padding:3px 9px;border-radius:var(--radius-pill);font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.pill-draft{background:#f1efe5;color:#6f6b54}.pill-sent{background:var(--accent-soft);color:var(--accent)}.pill-completed{background:#e7f8ee;color:var(--success)}.pill-archived{background:#f1f1f1;color:var(--soft)}.pill-deleted{background:#fdeceae6;color:var(--danger)}.pill-active{background:#e7f8ee;color:var(--success)}.pill-inactive{background:#f1f1f1;color:var(--soft)}.viewer-frame{border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;background:#fff;margin-top:24px;box-shadow:var(--shadow-md)}.notice{padding:14px 18px;border-radius:var(--radius-md);background:var(--accent-soft);color:var(--accent);font-size:14px;margin-bottom:18px}.notice-success{background:#e7f8ee;color:var(--success)}.notice-warn{background:#fff3e0;color:#b16100}.divider{height:1px;background:var(--line);margin:48px 0}.spinner-dots{display:inline-flex;gap:4px}.spinner-dots i{width:6px;height:6px;background:currentColor;border-radius:50%;display:inline-block;animation:pulse 1.2s ease-in-out infinite}.spinner-dots i:nth-child(2){animation-delay:.2s}.spinner-dots i:nth-child(3){animation-delay:.4s}@keyframes pulse{0%,80%,to{opacity:.25}40%{opacity:1}}.grad-text{background:var(--grad-pop);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.btn-pop{background:var(--grad-pop);background-size:180% 100%;background-position:0 50%;color:#fff;border:0;box-shadow:0 10px 28px -12px rgba(111,75,255,.55);transition:background-position .4s var(--ease-out),transform .05s,box-shadow .3s var(--ease-out)}.btn-pop:hover{background-position:100% 50%;box-shadow:0 16px 38px -14px rgba(255,78,125,.55)}.hero h1 .highlight{position:relative;display:inline-block;white-space:nowrap;background:var(--grad-pop);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.hero h1 .highlight:after{content:"";position:absolute;left:0;right:0;bottom:-.08em;height:.32em;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 14' preserveAspectRatio='none'><path d='M2 9 Q 20 1 40 7 T 80 7 T 120 7 T 160 7 T 218 7' fill='none' stroke='%23FF4E7D' stroke-width='3.4' stroke-linecap='round'/></svg>") 50%/100% 100% no-repeat;z-index:-1;transform-origin:left center;animation:brush-in 1s var(--ease-out) .3s both}.sticker{position:absolute;display:inline-flex;align-items:center;gap:6px;padding:10px 16px;background:var(--bg-elevated);border:1.5px solid var(--ink);border-radius:999px;font-weight:700;font-size:12.5px;letter-spacing:.06em;text-transform:uppercase;box-shadow:4px 4px 0 var(--ink);transform:rotate(-6deg);z-index:2;animation:sticker-bob 4.5s ease-in-out infinite}.sticker .star{display:inline-block;width:14px;height:14px;background:var(--coral);-webkit-clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}.sticker.sticker--top-right{top:80px;right:32px}@keyframes sticker-bob{0%,to{transform:rotate(-6deg) translateY(0)}50%{transform:rotate(-4deg) translateY(-4px)}}@media (max-width:720px){.sticker.sticker--top-right{top:12px;right:12px;padding:7px 12px;font-size:11px}}.hero .hero-actions .btn-pop{padding:16px 30px;font-size:16px}.marquee{position:relative;overflow:hidden;background:var(--ink);color:var(--bg);border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);padding:14px 0}.marquee-track{display:flex;gap:48px;width:max-content;animation:marquee 28s linear infinite;font-family:Fraunces,serif;font-size:22px;font-weight:600;letter-spacing:-.01em;white-space:nowrap}.marquee-track span{display:inline-flex;align-items:center;gap:48px}.marquee-track i.dot{display:inline-block;width:10px;height:10px;border-radius:50%;background:var(--coral);box-shadow:0 0 0 6px rgba(255,78,125,.18)}.marquee-track i.dot.alt{background:var(--sun);box-shadow:0 0 0 6px rgba(246,183,59,.18)}.marquee-track i.dot.alt2{background:var(--mint);box-shadow:0 0 0 6px rgba(43,200,160,.18)}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (prefers-reduced-motion:reduce){.marquee-track{animation:none}}.stats-band{position:relative;border-radius:var(--radius-xl);padding:56px 40px;background:var(--ink);color:var(--bg);overflow:hidden;isolation:isolate;margin:24px 0}.stats-band:before{content:"";position:absolute;inset:-2px;z-index:-1;background:var(--grad-pop);filter:blur(40px);opacity:.35}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px;text-align:left}.stats-grid>div{position:relative;padding-right:16px}.stats-grid>div+div{border-left:1px solid rgba(250,250,247,.14);padding-left:24px}.stats-value{font-family:Fraunces,serif;font-size:clamp(40px,6vw,64px);font-weight:600;letter-spacing:-.02em;line-height:1;margin-bottom:6px;background:var(--grad-pop);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.stats-label{font-size:13px;text-transform:uppercase;letter-spacing:.1em;color:rgba(250,250,247,.72);font-weight:500}@media (max-width:860px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:28px 20px}.stats-grid>div+div{border-left:0;padding-left:0}}.section-mark{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px}.section-mark:before{content:"";width:24px;height:2px;background:var(--coral);border-radius:2px}.price{position:relative;transition:transform .25s var(--ease-out),box-shadow .25s var(--ease-out)}.price:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.price.featured{background:var(--ink);color:var(--bg);border:0;box-shadow:var(--shadow-lg)}.price.featured:before{content:"";position:absolute;inset:-2px;border-radius:calc(var(--radius-lg) + 2px);background:var(--grad-pop);z-index:-1}.price-popular{position:absolute;top:-14px;right:20px;background:var(--coral);color:#fff;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:6px 12px;border-radius:999px;box-shadow:0 8px 16px -6px rgba(255,78,125,.55)}.price.featured .price-amount{background:var(--grad-pop);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.tile:before{content:"";position:absolute;inset:0;background:var(--grad-pop);opacity:0;mix-blend-mode:multiply;transition:opacity .3s var(--ease-out);z-index:1;pointer-events:none}.tile:hover:before{opacity:.1}.floating-cta:after{content:"";position:absolute;inset:-2px;border-radius:inherit;background:var(--grad-pop);z-index:-1;filter:blur(14px);opacity:.55;animation:glow 4s ease-in-out infinite}@keyframes glow{0%,to{opacity:.35}50%{opacity:.65}}.sparkle{position:absolute;pointer-events:none;opacity:.85;animation:sparkle-spin 8s linear infinite}.sparkle--a{top:12%;left:8%;width:22px;color:var(--coral)}.sparkle--b{bottom:18%;right:14%;width:18px;color:var(--electric);animation-direction:reverse;animation-duration:11s}.sparkle--c{top:38%;right:6%;width:16px;color:var(--sun);animation-duration:14s}@keyframes sparkle-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.sparkle{animation:none}}.feature-cta .btn-pop{background-size:180% 100%;background-position:0 50%}.theme-switch{position:fixed;right:22px;bottom:22px;z-index:1100;display:inline-flex;align-items:center;gap:2px;padding:6px 8px 6px 14px;background:rgba(26,26,26,.92);color:#FAFAF7;border-radius:999px;box-shadow:0 18px 40px -16px rgba(0,0,0,.45);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-family:Inter,sans-serif}.theme-switch-label{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;opacity:.6;margin-right:6px}.theme-switch button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:rgba(250,250,247,.65);font-family:inherit;font-size:12.5px;font-weight:600;letter-spacing:.02em;padding:6px 12px;border-radius:999px;cursor:pointer;transition:background .18s,color .18s}.theme-switch button:hover{color:#FAFAF7}.theme-switch button.on{background:#FAFAF7;color:#1A1A1A}@media (max-width:560px){.theme-switch-label{display:none}.theme-switch{padding:6px;right:12px;bottom:12px}.theme-switch button{padding:6px 9px;font-size:11.5px}}html[data-theme=kopitiam]{--bg:#FAF3E7;--bg-elevated:#FFFAF0;--ink:#1F1A14;--muted:#6B5E48;--line:#E5D8BD;--line-strong:#C7B58A;--accent:#C7522A;--accent-soft:#F6E1D2;--warm:#C7522A;--warm-soft:#F6E1D2}html[data-theme=kopitiam] body{background:var(--bg);background-image:radial-gradient(rgba(80,60,30,.05) 1px,transparent 0),radial-gradient(rgba(80,60,30,.04) 1px,transparent 0);background-size:24px 24px,48px 48px;background-position:0 0,12px 12px}html[data-theme=kopitiam] .h-serif,html[data-theme=kopitiam] .logo{font-family:Caveat,Fraunces,cursive;letter-spacing:0;line-height:1}html[data-theme=kopitiam] .logo{font-weight:700;font-size:30px}.kopi{font-family:Inter,sans-serif}.kopi-hero{position:relative;padding:96px 0 56px;text-align:left}.kopi-hero .container{max-width:1100px}.kopi-stamp{display:inline-block;padding:6px 16px;border:2px solid var(--ink);border-radius:999px;font-size:22px;transform:rotate(-3deg);margin-bottom:22px;background:var(--bg-elevated)}.kopi-h1,.kopi-stamp{font-family:Caveat,cursive;font-weight:700}.kopi-h1{font-size:clamp(56px,9vw,132px);line-height:.95;letter-spacing:-.01em;margin-bottom:28px;max-width:14ch}.kopi-h1 em{font-style:normal;color:var(--accent)}.kopi-sub{font-family:Inter,sans-serif;font-size:19px;max-width:56ch;margin-bottom:32px;color:var(--ink)}.kopi-actions{display:flex;gap:14px;flex-wrap:wrap;align-items:center}.btn-kopi{display:inline-flex;align-items:center;gap:8px;padding:14px 22px;background:var(--ink);color:var(--bg);font-family:Inter,sans-serif;font-weight:600;font-size:15.5px;border-radius:999px;border:2px solid var(--ink);text-decoration:none;transition:transform .15s,background .15s}.btn-kopi:hover{transform:translate(-1px,-1px);background:var(--accent);border-color:var(--accent)}.btn-kopi-ghost{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border:2px solid var(--ink);border-radius:999px;font-family:Inter,sans-serif;font-weight:600;font-size:15.5px;color:var(--ink);text-decoration:none;background:transparent}.btn-kopi-ghost:hover{background:var(--ink);color:var(--bg)}.kopi-handnote{font-family:Caveat,cursive;font-size:22px;color:var(--accent);display:inline-flex;align-items:center;gap:8px;transform:rotate(-2deg)}.kopi-arrow{display:inline-block;transform:rotate(180deg)}.kopi-divider{border:0;border-top:2px dashed var(--line-strong);margin:0 auto;max-width:1100px}.kopi-section{padding:64px 0}.kopi-section .container{max-width:1100px}.kopi-eyebrow{display:inline-block;font-size:26px;color:var(--accent);margin-bottom:8px;transform:rotate(-1deg)}.kopi-eyebrow,.kopi-h2{font-family:Caveat,cursive}.kopi-h2{font-size:clamp(36px,5vw,56px);font-weight:700;line-height:1.05;margin-bottom:12px;max-width:22ch}.kopi-lead{font-family:Inter,sans-serif;font-size:18px;max-width:58ch;margin-bottom:36px;color:var(--muted)}.kopi-tiles{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.kopi-tile{background:var(--bg-elevated);border:2px solid var(--ink);border-radius:18px;padding:28px 26px;box-shadow:6px 6px 0 var(--ink);transition:transform .18s,box-shadow .18s}.kopi-tile:hover{transform:translate(-2px,-2px);box-shadow:10px 10px 0 var(--ink)}.kopi-tile-icon{width:60px;height:60px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:14px}.kopi-tile h3{font-family:Caveat,cursive;font-size:32px;margin-bottom:6px}.kopi-tile p{font-size:15px;color:var(--muted);line-height:1.55}@media (max-width:860px){.kopi-tiles{grid-template-columns:1fr}}.kopi-steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;align-items:start}.kopi-step{position:relative}.kopi-step-num{font-family:Caveat,cursive;font-size:64px;font-weight:700;line-height:1;color:var(--accent);margin-bottom:10px}.kopi-step h3{font-family:Inter,sans-serif;font-size:20px;font-weight:700;margin-bottom:6px}.kopi-step p{color:var(--muted);font-size:15px}.kopi-step:after{content:"→";position:absolute;top:14px;right:-14px;font-family:Caveat,cursive;font-size:38px;color:var(--line-strong)}.kopi-step:last-child:after{display:none}@media (max-width:860px){.kopi-steps{grid-template-columns:1fr}.kopi-step:after{display:none}}.kopi-quotes{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:22px;gap:22px}.kopi-quote{background:var(--bg-elevated);border:2px solid var(--ink);border-radius:18px;padding:28px;box-shadow:6px 6px 0 var(--accent)}.kopi-quote blockquote{font-family:Caveat,cursive;font-size:26px;line-height:1.2;margin-bottom:12px}.kopi-quote cite{font-family:Inter,sans-serif;font-style:normal;font-size:13.5px;color:var(--muted)}.kopi-quote cite strong{color:var(--ink);font-weight:600;display:block}@media (max-width:720px){.kopi-quotes{grid-template-columns:1fr}}.kopi-closing{margin:64px 0 96px}.kopi-closing-card{background:var(--ink);color:var(--bg);border-radius:22px;padding:56px 40px;text-align:center;position:relative;overflow:hidden}.kopi-closing-card h2{font-family:Caveat,cursive;font-size:clamp(40px,6vw,64px);line-height:1;margin-bottom:14px}.kopi-closing-card p{font-family:Inter,sans-serif;color:rgba(250,243,231,.78);font-size:17px;max-width:52ch;margin:0 auto 24px}.kopi-closing-card .btn-kopi{background:var(--accent);border-color:var(--accent)}.kopi-closing-card .btn-kopi:hover{background:var(--bg);color:var(--ink);border-color:var(--bg)}html[data-theme=kopitiam] .nav{background:rgba(250,243,231,.92);border-bottom:2px solid var(--ink);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}html[data-theme=kopitiam] .nav-links a{color:var(--ink);opacity:.75}html[data-theme=kopitiam] .nav-links a.active,html[data-theme=kopitiam] .nav-links a:hover{opacity:1}html[data-theme=kopitiam] .nav-links a:after{background:var(--accent)}html[data-theme=editorial]{--bg:#F7F4ED;--bg-elevated:#FFFFFF;--ink:#0F0F0F;--muted:#4A4A45;--line:#DCD6C9;--line-strong:#B7AE99;--accent:#B53A1A;--accent-soft:#F5E6E0}html[data-theme=editorial] body{background:var(--bg);font-family:Fraunces,Georgia,serif;color:var(--ink)}html[data-theme=editorial] p{color:var(--ink)}html[data-theme=editorial] .logo{font-family:Fraunces,serif;font-style:italic;font-weight:600}html[data-theme=editorial] .nav{background:transparent;border-bottom:1px solid var(--line)}.ed{font-family:Fraunces,Georgia,serif;color:var(--ink)}.ed-mast{border-bottom:2px solid var(--ink);padding:18px 0 14px;margin-bottom:0}.ed-mast .container{display:flex;justify-content:space-between;align-items:baseline;max-width:1100px}.ed-mast-issue{font-family:IBM Plex Mono,monospace;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.ed-mast-title{font-family:Fraunces,serif;font-style:italic;font-weight:600;font-size:26px}.ed-hero{padding:64px 0 88px;border-bottom:1px solid var(--line)}.ed-hero .container{max-width:1100px}.ed-deck{font-family:IBM Plex Mono,monospace;font-size:12px;letter-spacing:.18em;text-transform:uppercase;margin-bottom:26px;color:var(--accent)}.ed-h1{font-family:Fraunces,serif;font-weight:700;font-size:clamp(56px,9vw,124px);letter-spacing:-.025em;line-height:.96;margin-bottom:28px;max-width:14ch}.ed-h1 em{font-style:italic;color:var(--accent)}.ed-byline{font-family:IBM Plex Mono,monospace;font-size:12px;letter-spacing:.08em;color:var(--muted);margin-bottom:22px;text-transform:uppercase}.ed-lede{font-family:Fraunces,serif;font-size:22px;line-height:1.45;max-width:58ch}.ed-lede:first-letter{font-size:84px;font-weight:700;float:left;line-height:.85;padding:6px 12px 0 0;font-family:Fraunces,serif}.ed-section{padding:80px 0;border-bottom:1px solid var(--line)}.ed-section .container{max-width:1100px}.ed-section-num{font-family:Fraunces,serif;font-style:italic;font-weight:600;font-size:80px;line-height:1;color:var(--accent);margin-bottom:6px}.ed-section-title{font-family:Fraunces,serif;font-weight:700;font-size:clamp(36px,5vw,60px);line-height:1.04;margin-bottom:26px;letter-spacing:-.015em}.ed-grid{display:grid;grid-template-columns:5fr 7fr;grid-gap:56px;gap:56px;align-items:start}.ed-grid--flip{grid-template-columns:7fr 5fr}.ed-aside{font-family:IBM Plex Mono,monospace;font-size:12px;letter-spacing:.06em;color:var(--muted);text-transform:uppercase;padding-top:12px;border-top:1px solid var(--line-strong)}.ed-body{font-size:19px;line-height:1.55;max-width:56ch}.ed-body p{margin-bottom:18px}.ed-pullquote{margin:36px 0;padding:0 0 0 24px;border-left:3px solid var(--accent);font-family:Fraunces,serif;font-style:italic;font-size:28px;line-height:1.25;color:var(--ink);max-width:32ch}.ed-pullquote cite{display:block;margin-top:14px;font-family:IBM Plex Mono,monospace;font-style:normal;font-size:12px;letter-spacing:.06em;color:var(--muted);text-transform:uppercase}.ed-workgrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;margin-top:24px}.ed-work{display:block;background:var(--bg-elevated);border:1px solid var(--line);aspect-ratio:4/5;padding:22px;font-family:Fraunces,serif;font-size:22px;line-height:1.1;text-decoration:none;color:var(--ink);transition:transform .2s,border-color .2s;display:flex;flex-direction:column;justify-content:space-between}.ed-work:hover{transform:translateY(-4px);border-color:var(--ink)}.ed-work-meta{font-family:IBM Plex Mono,monospace;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}@media (max-width:860px){.ed-grid,.ed-grid--flip{grid-template-columns:1fr;gap:24px}.ed-workgrid{grid-template-columns:1fr 1fr}}.ed-closing{padding:96px 0;text-align:center}.ed-closing h2{font-family:Fraunces,serif;font-style:italic;font-weight:600;font-size:clamp(40px,6vw,72px);line-height:1;margin-bottom:20px;letter-spacing:-.02em}.ed-closing p{font-size:19px;max-width:50ch;margin:0 auto 28px}.btn-editorial{display:inline-flex;align-items:center;gap:10px;padding:16px 28px;background:var(--ink);color:var(--bg);font-family:IBM Plex Mono,monospace;font-size:13px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;border:0;transition:background .2s}.btn-editorial:hover{background:var(--accent)}html[data-theme=sketch]{--bg:#F5F1E8;--bg-elevated:#FBF8EE;--ink:#1B2B4A;--muted:#4F5B70;--line:#C9C1A9;--line-strong:#8A8164;--accent:#C53B2F;--pen-blue:#1B2B4A}html[data-theme=sketch] body{background-color:var(--bg);background-image:linear-gradient(90deg,transparent,transparent calc(100% - 1px),rgba(27,43,74,.04)),repeating-linear-gradient(0deg,transparent 0 31px,rgba(27,43,74,.07) 31px 32px);font-family:IBM Plex Mono,monospace;color:var(--ink)}html[data-theme=sketch] p{color:var(--ink)}html[data-theme=sketch] .logo{font-family:Caveat,cursive;font-weight:700;font-size:30px;color:var(--ink)}html[data-theme=sketch] .nav{background:rgba(245,241,232,.92);border-bottom:1px dashed var(--line-strong)}.sk{font-family:IBM Plex Mono,monospace}.sk-hero{padding:80px 0 48px;position:relative}.sk-hero .container{max-width:1100px}.sk-meta{font-family:IBM Plex Mono,monospace;font-size:12px;color:var(--muted);margin-bottom:18px;letter-spacing:.04em}.sk-meta:before{content:"// ";color:var(--accent)}.sk-h1{font-family:Caveat,cursive;font-weight:700;font-size:clamp(56px,8vw,108px);line-height:1;margin-bottom:22px;max-width:16ch;color:var(--ink)}.sk-h1 .scribble{position:relative;display:inline-block}.sk-h1 .scribble:after{content:"";position:absolute;left:-4%;right:-4%;bottom:6px;height:14px;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 14' preserveAspectRatio='none'><path d='M2 7 C 40 1, 80 13, 120 6 S 198 9, 198 7' stroke='%23C53B2F' stroke-width='3' fill='none' stroke-linecap='round'/></svg>") 50%/100% 100% no-repeat;z-index:-1;opacity:.85}.sk-sub{font-family:IBM Plex Mono,monospace;font-size:15.5px;line-height:1.65;max-width:62ch;margin-bottom:28px}.sk-sub strong{background:rgba(197,59,47,.18);padding:0 4px}.sk-annot{font-family:Caveat,cursive;font-size:22px;color:var(--accent);transform:rotate(-3deg);margin-left:12px}.btn-sk,.sk-annot{display:inline-flex;align-items:center;gap:8px}.btn-sk{padding:12px 22px;background:var(--ink);color:var(--bg);font-family:IBM Plex Mono,monospace;font-size:13.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;border-radius:2px;border:0;transition:background .2s,transform .15s}.btn-sk:hover{background:var(--accent);transform:translate(-1px,-1px)}.btn-sk-ghost{padding:10px 22px;background:transparent;color:var(--ink);border:2px dashed var(--line-strong);border-radius:2px;font-family:IBM Plex Mono,monospace;font-size:13.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;text-decoration:none}.btn-sk-ghost:hover{border-color:var(--ink)}.sk-actions{display:flex;gap:14px;flex-wrap:wrap;align-items:center}.sk-divider{border:0;border-top:1px dashed var(--line-strong);max-width:1100px;margin:0 auto}.sk-section{padding:64px 0}.sk-section .container{max-width:1100px}.sk-eyebrow{font-family:IBM Plex Mono,monospace;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:12px}.sk-eyebrow:before{content:"[ "}.sk-eyebrow:after{content:" ]"}.sk-h2{font-family:Caveat,cursive;font-size:clamp(40px,5vw,64px);line-height:1;margin-bottom:16px;font-weight:700}.sk-lead{font-family:IBM Plex Mono,monospace;font-size:15.5px;line-height:1.65;max-width:60ch;margin-bottom:36px}.sk-process{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px;position:relative}.sk-process-card{background:var(--bg-elevated);padding:24px 22px;border:1px solid var(--line);position:relative;transform:rotate(-.4deg)}.sk-process-card:nth-child(2n){transform:rotate(.6deg)}.sk-process-card:nth-child(3n){transform:rotate(-.2deg)}.sk-process-card:before{content:"";position:absolute;top:-10px;left:50%;transform:translateX(-50%) rotate(-4deg);width:64px;height:18px;background:rgba(197,59,47,.65);border-radius:2px;box-shadow:0 2px 4px rgba(0,0,0,.08)}.sk-process-stage{font-family:Caveat,cursive;font-size:28px;color:var(--accent);margin-bottom:4px}.sk-process-card h3{font-family:IBM Plex Mono,monospace;font-size:16px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;margin-bottom:8px}.sk-process-card p{font-size:14px;line-height:1.55}@media (max-width:860px){.sk-process{grid-template-columns:1fr}}.sk-services{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.sk-service{padding-top:12px;border-top:2px solid var(--ink)}.sk-service-num{font-family:Caveat,cursive;font-size:26px;color:var(--accent)}.sk-service h3{font-family:IBM Plex Mono,monospace;font-size:16px;letter-spacing:.04em;text-transform:uppercase;margin:4px 0 10px;font-weight:700}.sk-service p{font-size:14.5px;line-height:1.6}@media (max-width:720px){.sk-services{grid-template-columns:1fr}}.sk-replies{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}.sk-reply{background:var(--bg-elevated);border:1px solid var(--line);padding:18px;font-family:IBM Plex Mono,monospace;position:relative;font-size:13.5px;line-height:1.6}.sk-reply-from{display:block;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:10px;padding-bottom:8px;border-bottom:1px dashed var(--line)}.sk-reply-from strong{color:var(--ink);font-weight:600}.sk-reply blockquote{margin:0}.sk-reply-annot{font-family:Caveat,cursive;color:var(--accent);font-size:20px;position:absolute;right:-6px;bottom:-22px;transform:rotate(-6deg)}@media (max-width:720px){.sk-replies{grid-template-columns:1fr}}.sk-closing{padding:64px 0 96px}.sk-closing-block{border:2px dashed var(--ink);padding:48px 32px;text-align:center;background:var(--bg-elevated);position:relative}.sk-closing-block:before{content:"→";position:absolute;top:-28px;left:50%;transform:translateX(-50%);background:var(--bg);padding:0 10px;font-family:Caveat,cursive;font-size:38px;color:var(--accent)}.sk-closing-block h2{font-family:Caveat,cursive;font-size:clamp(40px,5vw,60px);line-height:1;margin-bottom:14px}.sk-closing-block p{font-family:IBM Plex Mono,monospace;font-size:14.5px;margin-bottom:22px;max-width:50ch;margin-left:auto;margin-right:auto}.nav-inner,.nav-right{min-width:0}.contact-whatsapp{margin-top:18px;display:flex;align-items:center;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:15px}.contact-whatsapp .btn,.dr-whatsapp{min-height:44px}.dr-whatsapp{display:inline-flex;align-items:center;margin-top:4px;color:var(--ink);font-size:15px;font-weight:600;text-decoration:none;border-bottom:1px solid}.dr,.dr-whatsapp{font-family:Inter,sans-serif}.dr-form{display:grid;grid-gap:14px;gap:14px}.dr-form input,.dr-form textarea{width:100%;font-family:Inter,sans-serif;font-size:16px;padding:16px 18px;border:1px solid var(--line);background:transparent;color:var(--ink);outline:none}.dr-form textarea{min-height:140px;resize:vertical}.dr-form .btn-dr{justify-self:start;font-size:15px;font-weight:600;padding:16px 28px;cursor:pointer}.dr-foot,.dr-form .btn-dr{font-family:Inter,sans-serif}.dr-foot{margin-top:96px;padding-top:24px;border-top:1px solid var(--line);font-size:13px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px}html[data-theme=studio]{--bg:#f7f8fb;--bg-elevated:#ffffff;--ink:#07142d;--muted:#5d6778;--line:#e2e7ef;--line-strong:#b8c2d2;--accent:#3657ff;--accent-hover:#223bd0;--studio-navy:#06142d;--studio-blue:#3657ff;--studio-soft:#eef4fb;--studio-warm:#f5eee5}html[data-theme=studio] body{background:#f7f8fb;color:var(--ink);overflow-x:hidden}html[data-theme=studio] .nav{background:rgba(255,255,255,.86);border-bottom:1px solid rgba(226,231,239,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}html[data-theme=studio] .lang-switch button,html[data-theme=studio] .logo,html[data-theme=studio] .nav-links a{color:var(--studio-navy)}html[data-theme=studio] .dr-mark,html[data-theme=studio] .logo{font-family:Fraunces,serif;font-weight:700;letter-spacing:-.02em;line-height:1;display:inline-flex;align-items:baseline}html[data-theme=studio] .logo{font-size:26px}html[data-theme=studio] .dr-mark .dot,html[data-theme=studio] .logo-dot{color:#ff8a2b}html[data-theme=studio] .nav-links a:after{background:var(--studio-blue)}html[data-theme=studio] .lang-switch{border-color:var(--line);background:#fff;box-shadow:0 10px 30px rgba(7,20,45,.08)}html[data-theme=studio] .lang-switch button.on{background:var(--studio-navy);color:#fff}html[data-theme=studio] .dr{color:var(--studio-navy)}html[data-theme=studio] .dr-shell{max-width:1160px;margin:0 auto;padding:0 28px 42px}html[data-theme=studio] .dr-mark{margin-bottom:0;color:var(--studio-navy);text-decoration:none}html[data-theme=studio] .studio-hero{min-height:560px;display:grid;grid-template-columns:minmax(340px,.9fr) minmax(430px,1.1fr);align-items:center;grid-gap:clamp(44px,6vw,84px);gap:clamp(44px,6vw,84px);padding:72px 0 64px;position:relative}html[data-theme=studio] .studio-hero:before{content:"";position:absolute;inset:0 calc(50% - 50vw);z-index:-1;background:linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.9) 43%,rgba(245,238,229,.56) 0,rgba(245,238,229,.32)),radial-gradient(circle at 82% 28%,rgba(54,87,255,.12),transparent 28vw)}html[data-theme=studio] .dr-block,html[data-theme=studio] .studio-contact,html[data-theme=studio] .studio-hero-copy,html[data-theme=studio] .studio-showcase,html[data-theme=studio] .studio-value-card{animation:studio-rise .62s ease-out both}html[data-theme=studio] .studio-showcase{animation-delay:90ms}html[data-theme=studio] .studio-hero-copy{min-width:0;max-width:500px}html[data-theme=studio] .studio-eyebrow{margin:0 0 16px;color:var(--studio-blue);font-family:Inter,sans-serif;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}html[data-theme=studio] .dr-h1{max-width:12ch;margin:0 0 24px;color:var(--studio-navy);font-family:Inter,sans-serif;font-size:clamp(44px,6.8vw,76px);font-weight:800;line-height:1.02;letter-spacing:-.04em}html[data-theme=studio] .dr-h1 mark{background:transparent;color:var(--studio-blue);padding:0}html[data-theme=studio] .studio-lead{max-width:39ch;margin:0 0 28px;color:var(--muted);font-family:Inter,sans-serif;font-size:18px;line-height:1.6;overflow-wrap:break-word;text-wrap:pretty}html[data-theme=studio] .studio-actions{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:34px}html[data-theme=studio] .studio-actions .studio-primary,html[data-theme=studio] .studio-actions .studio-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border-radius:12px;font-family:Inter,sans-serif;font-size:14px;font-weight:700;line-height:1;text-decoration:none;white-space:nowrap}html[data-theme=studio] .btn-accent,html[data-theme=studio] .btn-pop,html[data-theme=studio] .dr-form .btn-dr,html[data-theme=studio] .dr-whatsapp,html[data-theme=studio] .studio-card-cta.primary,html[data-theme=studio] .studio-primary{border:0;border-radius:12px;background:var(--studio-navy);color:#fff;box-shadow:0 16px 34px rgba(7,20,45,.2);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}html[data-theme=studio] .btn-accent:hover,html[data-theme=studio] .btn-pop:hover,html[data-theme=studio] .dr-form .btn-dr:hover,html[data-theme=studio] .dr-whatsapp:hover,html[data-theme=studio] .studio-card-cta.primary:hover,html[data-theme=studio] .studio-primary:hover{transform:translateY(-2px);background:var(--accent-hover);box-shadow:0 20px 42px rgba(54,87,255,.22)}html[data-theme=studio] .studio-card-cta,html[data-theme=studio] .studio-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border:1px solid var(--line-strong);border-radius:12px;background:rgba(255,255,255,.72);color:var(--studio-navy);font-family:Inter,sans-serif;font-size:14px;font-weight:700;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}html[data-theme=studio] .studio-card-cta:hover,html[data-theme=studio] .studio-secondary:hover{transform:translateY(-2px);border-color:var(--studio-blue);box-shadow:0 14px 28px rgba(7,20,45,.1)}html[data-theme=studio] .studio-trust{display:flex;flex-wrap:wrap;gap:22px;color:var(--studio-navy);font-size:13px;font-weight:700}html[data-theme=studio] .studio-trust span{display:inline-flex;align-items:center;gap:8px}html[data-theme=studio] .studio-trust b{color:var(--studio-blue);font-size:11px}html[data-theme=studio] .studio-showcase{position:relative;min-height:470px;border-radius:34px;background:linear-gradient(140deg,rgba(255,255,255,.3),rgba(255,255,255,.04)),linear-gradient(120deg,#f4f7fb,#dfe8ed 45%,#d7c5ac);box-shadow:0 30px 80px rgba(7,20,45,.16);overflow:hidden}html[data-theme=studio] .studio-showcase:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.78),transparent 46%),repeating-linear-gradient(90deg,rgba(7,20,45,.07) 0 1px,transparent 1px 88px)}html[data-theme=studio] .studio-preview{position:absolute;right:clamp(22px,5vw,64px);bottom:44px;width:min(430px,86%);border:2px solid rgba(7,20,45,.88);border-radius:20px;background:rgba(255,255,255,.95);box-shadow:0 24px 54px rgba(7,20,45,.24);overflow:hidden}html[data-theme=studio] .studio-preview-stats,html[data-theme=studio] .studio-preview-top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px}html[data-theme=studio] .studio-preview-top span:first-child{font-family:Fraunces,serif;font-weight:700}html[data-theme=studio] .studio-preview-top i{color:#ff8a2b}html[data-theme=studio] .studio-preview-nav{display:flex;gap:14px;color:var(--muted);font-family:Inter,sans-serif;font-size:11px;font-weight:700}html[data-theme=studio] .studio-preview-body{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(130px,.9fr);grid-gap:22px;gap:22px;padding:18px 22px 22px}html[data-theme=studio] .studio-preview-body small{color:var(--muted);font-weight:800;letter-spacing:.08em;text-transform:uppercase}html[data-theme=studio] .studio-preview-body h2{margin:12px 0;font-family:Inter,sans-serif;font-size:24px;line-height:1.12;letter-spacing:-.03em}html[data-theme=studio] .studio-preview-copy p{margin:0 0 18px;color:var(--muted);font-size:12.5px;line-height:1.5}html[data-theme=studio] .studio-preview-body button{border:0;border-radius:999px;padding:10px 15px;background:var(--studio-navy);color:#fff;font-size:12px;font-weight:800}html[data-theme=studio] .studio-preview-panel{display:grid;grid-gap:10px;gap:10px;align-content:center;padding:14px;border-radius:14px;background:linear-gradient(145deg,#f8fbff,#eef3fa);border:1px solid var(--line)}html[data-theme=studio] .studio-contact-row,html[data-theme=studio] .studio-device-row,html[data-theme=studio] .studio-review-row{padding:11px 12px;border-radius:10px;background:#fff;box-shadow:0 8px 18px rgba(7,20,45,.06)}html[data-theme=studio] .studio-contact-row strong,html[data-theme=studio] .studio-device-row strong,html[data-theme=studio] .studio-review-row strong{display:block;color:var(--studio-navy);font-size:13px}html[data-theme=studio] .studio-contact-row span,html[data-theme=studio] .studio-device-row span,html[data-theme=studio] .studio-review-row span{display:block;margin-top:3px;color:var(--muted);font-size:11px;line-height:1.25}html[data-theme=studio] .studio-preview-stats{border-top:1px solid var(--line);font-size:12px;color:var(--muted)}html[data-theme=studio] .studio-preview-stats strong{display:block;color:var(--studio-navy);font-size:15px}html[data-theme=studio] .studio-office-card,html[data-theme=studio] .studio-phone{position:absolute;border-radius:16px;background:rgba(255,255,255,.9);color:var(--studio-navy);box-shadow:0 18px 40px rgba(7,20,45,.16)}html[data-theme=studio] .studio-office-card{left:28px;bottom:28px;max-width:190px;padding:14px 16px}html[data-theme=studio] .studio-office-card strong,html[data-theme=studio] .studio-phone strong{display:block;font-size:14px;font-weight:800}html[data-theme=studio] .studio-office-card span,html[data-theme=studio] .studio-phone em,html[data-theme=studio] .studio-phone small,html[data-theme=studio] .studio-phone span{display:block;margin-top:4px;color:var(--muted);font-size:12px;font-style:normal;line-height:1.35}html[data-theme=studio] .studio-phone{right:26px;top:52px;width:128px;min-height:184px;display:flex;flex-direction:column;justify-content:space-between;gap:14px;padding:18px 14px 14px;border:2px solid rgba(7,20,45,.78)}html[data-theme=studio] .studio-phone:before{content:"";position:absolute;top:12px;left:50%;width:34px;height:4px;border-radius:999px;background:rgba(7,20,45,.28);transform:translateX(-50%)}html[data-theme=studio] .studio-phone-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px}html[data-theme=studio] .studio-phone-top span{margin:0;color:var(--studio-navy);font-family:Fraunces,serif;font-size:13px;font-weight:700}html[data-theme=studio] .studio-phone-top i{width:14px;height:2px;border-radius:999px;background:rgba(7,20,45,.34)}html[data-theme=studio] .studio-phone-body{padding-top:8px;border-top:1px solid var(--line)}html[data-theme=studio] .studio-phone small{margin:0 0 4px;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}html[data-theme=studio] .studio-phone button{width:100%;min-height:30px;border:0;border-radius:999px;background:var(--studio-navy);color:#fff;font:800 10px/1 Inter,sans-serif}html[data-theme=studio] .studio-values{margin:34px 0 72px}html[data-theme=studio] .studio-value-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:0;gap:0;border-radius:22px;background:#fff;box-shadow:0 22px 60px rgba(7,20,45,.08);overflow:hidden}html[data-theme=studio] .studio-value-card{display:grid;grid-template-columns:58px 1fr;grid-column-gap:18px;column-gap:18px;padding:28px 30px;border-right:1px solid var(--line);transition:transform .18s ease,background .18s ease}html[data-theme=studio] .studio-value-card:last-child{border-right:0}html[data-theme=studio] .studio-value-card:hover{background:#fbfcff;transform:translateY(-2px)}html[data-theme=studio] .studio-icon{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(145deg,#14213f,#51607a);color:#fff;font-size:12px;font-weight:800;box-shadow:0 12px 26px rgba(7,20,45,.22)}html[data-theme=studio] .studio-value-card h3,html[data-theme=studio] .studio-value-card p{grid-column:2}html[data-theme=studio] .studio-value-card h3{margin:0 0 8px;font-size:16px}html[data-theme=studio] .studio-value-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.5}html[data-theme=studio] .dr-block{max-width:none;margin:0 0 72px;padding:0;border:0;background:transparent;box-shadow:none;animation:studio-rise .62s ease-out both}html[data-theme=studio] .studio-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:22px;margin-bottom:24px}html[data-theme=studio] .studio-contact h2,html[data-theme=studio] .studio-pricing-intro h2,html[data-theme=studio] .studio-section-head h2{margin:0;color:var(--studio-navy);font-family:Inter,sans-serif;font-size:clamp(30px,4vw,42px);line-height:1.08;letter-spacing:-.03em}html[data-theme=studio] .studio-work-grid{display:grid;grid-template-columns:repeat(5,minmax(170px,1fr));grid-gap:22px;gap:22px}html[data-theme=studio] .studio-work-card{display:block;overflow:hidden;border-radius:14px;background:#fff;color:var(--studio-navy);text-decoration:none;box-shadow:0 18px 42px rgba(7,20,45,.1);transition:transform .18s ease,box-shadow .18s ease}html[data-theme=studio] .studio-work-card:hover{transform:translateY(-5px);box-shadow:0 24px 54px rgba(7,20,45,.14)}html[data-theme=studio] .studio-work-media{min-height:150px;display:flex;align-items:flex-end;padding:18px;background-size:cover}html[data-theme=studio] .studio-work-media span{color:currentColor;font-family:Fraunces,serif;font-size:22px;line-height:1.08}html[data-theme=studio] .studio-work-info{display:grid;grid-gap:4px;gap:4px;padding:16px}html[data-theme=studio] .studio-work-info span{color:var(--muted);font-size:13px}html[data-theme=studio] .studio-pricing{display:grid;grid-template-columns:240px 1fr;grid-gap:34px;gap:34px;align-items:start}html[data-theme=studio] .studio-price-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px}html[data-theme=studio] .studio-price-card{position:relative;display:flex;flex-direction:column;min-height:100%;padding:28px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 18px 46px rgba(7,20,45,.08);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}html[data-theme=studio] .studio-price-card:hover{transform:translateY(-4px);box-shadow:0 24px 58px rgba(7,20,45,.12)}html[data-theme=studio] .studio-price-card.featured{border-color:rgba(54,87,255,.58);box-shadow:0 22px 58px rgba(54,87,255,.13)}html[data-theme=studio] .studio-popular{position:absolute;top:-14px;left:50%;transform:translateX(-50%);padding:7px 12px;border-radius:999px;background:var(--studio-blue);color:#fff;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}html[data-theme=studio] .studio-price-card h3{margin:0 0 10px;font-size:20px}html[data-theme=studio] .studio-price-card p{margin:0 0 20px;color:var(--muted);font-size:14px;line-height:1.55}html[data-theme=studio] .studio-price{display:block;margin-bottom:20px;color:var(--studio-blue);font-size:22px}html[data-theme=studio] .studio-price-card ul{list-style:none;display:grid;grid-gap:9px;gap:9px;margin:0 0 26px;padding:0;color:var(--studio-navy);font-size:13px;flex:1 1}html[data-theme=studio] .studio-price-card li:before{content:"✓ ";color:var(--studio-blue);font-weight:800}html[data-theme=studio] .studio-card-cta{width:100%}html[data-theme=studio] .studio-contact{display:grid;grid-template-columns:minmax(280px,.92fr) minmax(320px,1.08fr);grid-gap:34px;gap:34px;align-items:center;margin-bottom:36px;padding:34px;border-radius:24px;background:linear-gradient(135deg,#edf4fb,#f7f9fc);box-shadow:0 22px 58px rgba(7,20,45,.08)}html[data-theme=studio] .studio-whatsapp-panel p:not(.studio-eyebrow){max-width:34ch;color:var(--studio-navy);font-size:18px;line-height:1.5}html[data-theme=studio] .dr-whatsapp{width:-moz-fit-content;width:fit-content;padding:0 20px;min-height:48px;text-decoration:none;border-bottom:0}html[data-theme=studio] .studio-form{padding:22px;border-radius:16px;background:#fff;box-shadow:0 18px 42px rgba(7,20,45,.1)}html[data-theme=studio] .studio-form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}html[data-theme=studio] .dr-form input,html[data-theme=studio] .dr-form textarea{border-color:var(--line);border-radius:12px;background:#fff;color:var(--studio-navy);box-shadow:0 1px 0 rgba(7,20,45,.03)}html[data-theme=studio] .dr-form input::placeholder,html[data-theme=studio] .dr-form textarea::placeholder{color:#7f8898}html[data-theme=studio] .dr-form input:focus,html[data-theme=studio] .dr-form textarea:focus{border-color:var(--studio-blue);box-shadow:0 0 0 4px rgba(54,87,255,.1)}html[data-theme=studio] .dr-foot{align-items:center;color:var(--muted);border-top-color:var(--line)}html[data-theme=studio] .studio-footer-mark{padding:0;border:0;background:transparent;box-shadow:none;margin:0 auto 0 0;font-size:24px}html[data-theme=studio] .price,html[data-theme=studio] .pricing-support>div{background:#fff;border-color:var(--line);color:var(--studio-navy);box-shadow:0 18px 48px rgba(7,20,45,.08)}html[data-theme=studio] .price.featured{background:var(--studio-navy);border-color:var(--studio-navy);color:#fff}html[data-theme=studio] .price p,html[data-theme=studio] .price-features,html[data-theme=studio] .pricing-note,html[data-theme=studio] .pricing-support p{color:var(--muted)}html[data-theme=studio] .price.featured .price-features,html[data-theme=studio] .price.featured p{color:rgba(255,255,255,.76)}html[data-theme=studio] .price-features li:before{color:var(--studio-blue)}html[data-theme=studio] .price.featured:before{display:none}html[data-theme=studio] .price.featured{box-shadow:0 22px 58px rgba(54,87,255,.18)}html[data-theme=studio] .price.featured .price-amount{background:none;-webkit-text-fill-color:#fff;color:#fff}html[data-theme=studio] .price-popular{background:var(--studio-blue);color:#fff;box-shadow:0 8px 18px rgba(54,87,255,.3)}@keyframes studio-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width:980px){html[data-theme=studio] .studio-contact,html[data-theme=studio] .studio-hero,html[data-theme=studio] .studio-pricing{grid-template-columns:1fr}html[data-theme=studio] .studio-hero-copy{max-width:640px}html[data-theme=studio] .studio-lead{max-width:46ch}html[data-theme=studio] .studio-showcase{min-height:430px}html[data-theme=studio] .studio-price-grid,html[data-theme=studio] .studio-work-grid{grid-template-columns:repeat(2,minmax(0,1fr))}html[data-theme=studio] .studio-value-grid{grid-template-columns:1fr}html[data-theme=studio] .studio-value-card{border-right:0;border-bottom:1px solid var(--line)}}@media (max-width:820px){html[data-theme=studio] .nav-right>.btn{display:none}}@media (max-width:720px){html[data-theme=studio] .dr-shell{padding:34px 22px 96px}html[data-theme=studio] .studio-hero{min-height:0;align-items:start;gap:32px;padding:74px 0 46px}html[data-theme=studio] .studio-hero-copy{max-width:none}html[data-theme=studio] .dr-h1{max-width:11ch;margin-bottom:20px;font-size:clamp(36px,10.8vw,48px);line-height:1.05;letter-spacing:-.03em}html[data-theme=studio] .studio-lead{max-width:34ch;margin-bottom:24px;font-size:16.5px;line-height:1.55}html[data-theme=studio] .studio-actions{gap:12px;margin-bottom:24px}html[data-theme=studio] .studio-trust{gap:12px 18px;font-size:12.5px}html[data-theme=studio] .studio-showcase{min-height:286px;margin-top:0;border-radius:24px;box-shadow:0 20px 46px rgba(7,20,45,.14)}html[data-theme=studio] .studio-preview{right:16px;bottom:18px;width:calc(100% - 32px)}html[data-theme=studio] .studio-preview-body{grid-template-columns:1fr}html[data-theme=studio] .studio-preview-body h2{font-size:18px}html[data-theme=studio] .studio-preview-copy p{font-size:12px}html[data-theme=studio] .studio-preview-nav{display:none}html[data-theme=studio] .studio-preview-panel{min-height:86px;gap:6px;padding:10px}html[data-theme=studio] .studio-contact-row,html[data-theme=studio] .studio-device-row,html[data-theme=studio] .studio-review-row{padding:7px 8px}html[data-theme=studio] .studio-office-card,html[data-theme=studio] .studio-phone{display:none}html[data-theme=studio] .studio-form-row,html[data-theme=studio] .studio-price-grid,html[data-theme=studio] .studio-work-grid{grid-template-columns:1fr}html[data-theme=studio] .studio-section-head{display:grid;grid-gap:14px;gap:14px;align-items:start}html[data-theme=studio] .studio-contact h2,html[data-theme=studio] .studio-pricing-intro h2,html[data-theme=studio] .studio-section-head h2{max-width:17ch;font-size:clamp(26px,7.4vw,32px);line-height:1.12;letter-spacing:-.02em}html[data-theme=studio] .studio-work-card{border-radius:12px}html[data-theme=studio] .studio-work-media{min-height:108px;padding:16px}html[data-theme=studio] .studio-work-media span{font-size:19px}html[data-theme=studio] .studio-work-info{padding:14px 16px}html[data-theme=studio] .studio-contact{padding:24px}html[data-theme=studio] .theme-switch{position:static;display:flex;width:-moz-fit-content;width:fit-content;max-width:100%;margin:22px auto 18px;overflow-x:auto;box-shadow:0 14px 32px rgba(7,20,45,.14)}}@media (prefers-reduced-motion:reduce){html[data-theme=studio] *,html[data-theme=studio] :after,html[data-theme=studio] :before{animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important}}