*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #2C3E50;--primary-light: #3d566e;--primary-foreground: #f0f4f8;--accent: #E07A5F;--bg: #F8F6F1;--bg-card: #FAF8F4;--bg-secondary: #F0EDE6;--fg: #292929;--fg-muted: #6b7280;--border: #e5e2db;--shadow-light: #ffffff;--shadow-dark: #e0ddd6;--radius: 5px}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--bg);color:var(--fg);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:radial-gradient(rgba(41,41,41,.03) 1px,transparent 1px);background-size:24px 24px}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{font:inherit;cursor:pointer;border:none;background:none}input,textarea,select{font:inherit}h1,h2,h3,h4,h5,h6{font-family:Lora,Georgia,serif;font-weight:500;letter-spacing:-.02em;line-height:1.2}.font-mono{font-family:JetBrains Mono,IBM Plex Mono,monospace}.font-serif{font-family:Lora,Georgia,serif}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media (min-width: 640px){.container{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.container{padding-left:2rem;padding-right:2rem;max-width:1280px}}.neumorphism{border-radius:var(--radius);background:var(--bg);box-shadow:6px 6px 12px var(--shadow-dark),-6px -6px 12px var(--shadow-light)}.neumorphism-card{border-radius:var(--radius);background:var(--bg-card);box-shadow:8px 8px 16px var(--shadow-dark),-8px -8px 16px var(--shadow-light);transition:box-shadow .3s ease}.neumorphism-card:hover{box-shadow:10px 10px 20px #d8d5ce,-10px -10px 20px var(--shadow-light)}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;background:#f8f6f1cc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);height:64px}.site-header .container{display:flex;align-items:center;justify-content:space-between;height:100%}.site-header .logo img{height:40px;width:auto}.site-header .logo:hover{opacity:.8}.desktop-nav{display:none;align-items:center;gap:2rem}.desktop-nav a{font-size:.875rem;font-weight:500;color:var(--fg-muted);transition:color .2s;padding-bottom:2px}.desktop-nav a:hover,.desktop-nav a.active{color:var(--primary)}.desktop-nav a.active{border-bottom:1px solid var(--primary)}.header-actions{display:flex;align-items:center;gap:1rem}.header-cta{display:none;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;border:1px solid rgba(109,40,217,.6);color:#fff;background:linear-gradient(135deg,#6d28d9,#7c3aed);border-radius:var(--radius);height:40px;padding:0 1.125rem;transition:all .2s;box-shadow:0 0 12px #7c3aed40}.header-cta:hover{background:linear-gradient(135deg,#7c3aed,#8b5cf6);box-shadow:0 0 18px #7c3aed66;color:#fff}@media (min-width: 768px){.desktop-nav{display:flex;gap:1.5rem}.header-cta{display:inline-flex}.hamburger{display:none!important}}.hamburger{display:flex;padding:.5rem;color:var(--fg);transition:color .2s}.hamburger:hover{color:var(--primary)}.hamburger svg{width:24px;height:24px}.mobile-menu{position:fixed;inset:0;z-index:40;background:#f8f6f1f2;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;padding-top:64px}.mobile-menu.open{opacity:1;visibility:visible}.mobile-menu a{font-family:Lora,serif;font-size:1.5rem;font-weight:500;color:var(--fg);transition:color .2s,transform .3s,opacity .3s;opacity:0;transform:translateY(1rem)}.mobile-menu.open a{opacity:1;transform:translateY(0)}.mobile-menu a:hover{color:var(--primary)}.mobile-menu a:nth-child(1){transition-delay:0ms}.mobile-menu.open a:nth-child(1){transition-delay:50ms}.mobile-menu a:nth-child(2){transition-delay:0ms}.mobile-menu.open a:nth-child(2){transition-delay:.1s}.mobile-menu a:nth-child(3){transition-delay:0ms}.mobile-menu.open a:nth-child(3){transition-delay:.15s}.mobile-menu a:nth-child(4){transition-delay:0ms}.mobile-menu.open a:nth-child(4){transition-delay:.2s}.mobile-menu a:nth-child(5){transition-delay:0ms}.mobile-menu.open a:nth-child(5){transition-delay:.25s}.mobile-cta{display:inline-flex;align-items:center;justify-content:center;font-size:1rem;font-weight:500;background:var(--primary);color:var(--primary-foreground);border-radius:var(--radius);height:48px;padding:0 2rem;transition:background .2s}.mobile-cta:hover{background:var(--primary-light)}.btn{display:inline-flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:500;border-radius:var(--radius);transition:all .2s;white-space:nowrap;gap:.5rem;cursor:pointer}.btn-primary{background:var(--primary);color:var(--primary-foreground);height:56px;padding:0 2rem;font-size:1rem}.btn-primary:hover{background:var(--primary-light)}.btn-outline{border:1px solid #cbd5e1;background:var(--bg);color:var(--fg);height:56px;padding:0 2rem;font-size:1rem}.btn-outline:hover{background:#f8fafc}.btn-sm{height:48px;padding:0 2rem}.btn-link{background:none;border:none;color:var(--primary);padding:0;height:auto;gap:.5rem}.btn-link:hover{text-decoration:underline}.btn-link svg{transition:transform .2s}.btn-link:hover svg{transform:translate(4px)}main{flex:1;padding-top:64px}.page-wrap{min-height:100vh;display:flex;flex-direction:column}.section{padding:6rem 0}.section-sm{padding:4rem 0}.section-lg{padding:8rem 0}.bg-secondary{background-color:var(--bg-secondary)}.bg-dark{background:#0f172a;color:#f1f5f9}.border-b{border-bottom:1px solid var(--border)}.border-t{border-top:1px solid var(--border)}.border-y{border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.hero{position:relative;min-height:90vh;display:flex;align-items:center;border-bottom:1px solid rgba(124,58,237,.25);overflow:hidden;background:#0b0714;isolation:isolate}.hero:before{content:"";position:absolute;top:0;left:0;right:0;height:120px;background:linear-gradient(to bottom,rgba(11,7,20,.76) 0%,rgba(11,7,20,.18) 72%,transparent 100%);z-index:4;pointer-events:none}.hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 72% 56%,rgba(196,181,253,.24) 0%,rgba(139,92,246,.13) 22%,transparent 46%),linear-gradient(to bottom,#0b07140a,#0b071429 68%,#0b07148f);z-index:2;pointer-events:none}.hero-media{position:absolute;inset:0;z-index:0;overflow:hidden}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:68% 46%;filter:saturate(.94) contrast(1.05) brightness(.8);transform:scale(1.04)}.hero-content{position:relative;z-index:10}.hero-label{display:inline-block;border-left:2px solid #7c3aed;padding-left:1rem;padding-top:.25rem;padding-bottom:.25rem}.hero-label span{font-family:JetBrains Mono,monospace;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#a78bfa}.hero h1{font-size:clamp(2.25rem,5vw,4.5rem);line-height:1.15;letter-spacing:-.03em;color:#f1f5f9;margin-top:2rem;text-shadow:0 2px 24px rgba(0,0,0,.5)}.hero h1 .accent{color:#c0362c;text-shadow:0 2px 20px rgba(0,0,0,.55)}.hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:#cbd5e1;max-width:38rem;line-height:1.8;font-weight:300;margin-top:2rem}.hero-inline-link{color:inherit;text-decoration:underline;text-decoration-color:#a78bfa66;text-underline-offset:3px;transition:color .2s ease,text-decoration-color .2s ease}.hero-inline-link:hover{color:#c4b5fd;text-decoration-color:#c4b5fdd9}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2.5rem}.cta-secondary-note{margin-top:1.25rem;font-size:.875rem;line-height:1.7;color:var(--fg-muted, #94a3b8)}.community-login-cta{display:inline-block;margin-left:.25rem;font-weight:600;color:#a78bfa;text-decoration:underline;text-underline-offset:3px;white-space:nowrap}.community-login-cta:hover{color:#c4b5fd}.cta-group-stacked{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-top:1.5rem}.cta-group-stacked .cta-secondary-note{color:var(--fg-muted)}.cta-group-stacked .community-login-cta{color:var(--primary)}.cta-group-stacked .community-login-cta:hover{color:#6d28d9}.hero .btn-primary{background:linear-gradient(135deg,#6d28d9,#7c3aed);color:#fff;box-shadow:0 0 24px #7c3aed73,0 4px 12px #0000004d;border:1px solid rgba(167,139,250,.3)}.hero .btn-primary:hover{background:linear-gradient(135deg,#7c3aed,#8b5cf6);box-shadow:0 0 32px #7c3aed99,0 4px 16px #00000059}.hero .btn-outline{background:#ffffff0d;border:1px solid rgba(203,213,225,.35);color:#e2e8f0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero .btn-outline:hover{background:#ffffff1a;border-color:#cbd5e18c;color:#f1f5f9}.page-header{background:var(--bg-secondary);padding:5rem 0;border-bottom:1px solid var(--border)}.page-header .label{font-family:JetBrains Mono,monospace;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin-bottom:1rem;display:block}.page-header h1{font-size:clamp(2rem,4vw,3rem);color:#0f172a}.page-header .subtitle{font-size:1.25rem;color:var(--primary);font-weight:500;margin-top:.5rem}.page-header .description{margin-top:1.5rem;color:var(--fg-muted);max-width:42rem;line-height:1.7}.grid{display:grid;gap:2rem}.grid-2,.grid-3,.grid-12{grid-template-columns:1fr}@media (min-width: 768px){.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.grid-12{grid-template-columns:repeat(12,1fr)}.col-span-4{grid-column:span 4}.col-span-5{grid-column:span 5}.col-span-7{grid-column:span 7}.col-span-8{grid-column:span 8}}.service-card{padding:2rem;transition:transform .2s}.service-card:hover{transform:scale(1.02)}.service-icon{width:64px;height:64px;border-radius:50%;background:#2c3e501a;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.service-icon svg{width:32px;height:32px;color:var(--primary)}.service-card h3{font-size:1.25rem;margin-bottom:1rem}.service-card p{color:var(--fg-muted);line-height:1.7;margin-bottom:1.5rem;font-size:.9375rem}.card-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary);font-weight:500;transition:gap .2s}.card-link:hover{gap:.75rem}.card-link svg{width:16px;height:16px}.problem-card{padding:1.5rem}.problem-number{font-family:JetBrains Mono,monospace;font-size:2.5rem;color:var(--border);margin-bottom:1rem;display:block;transition:color .2s}.problem-card:hover .problem-number{color:#2c3e5033}.problem-card h3{font-size:1.125rem;margin-bottom:.75rem}.problem-card p{font-size:.875rem;color:var(--fg-muted);line-height:1.7}.section-dark{background:#0f172a;color:#f1f5f9;position:relative;overflow:hidden}.section-dark .grid-lines{position:absolute;inset:0;opacity:.1;pointer-events:none}.section-dark .grid-line-h{position:absolute;left:0;width:100%;height:1px;background:#fff3}.section-dark .grid-line-v{position:absolute;top:0;width:1px;height:100%;background:#fff3}.approach-card{padding:2.5rem}.approach-card h3{font-size:1.25rem;margin-bottom:.5rem}.approach-card .subtitle{font-family:JetBrains Mono,monospace;font-size:.75rem;text-transform:uppercase;color:var(--primary);margin-bottom:1.5rem}.approach-card p{font-size:.875rem;color:var(--fg-muted);line-height:1.7}.order-box{position:relative;padding:2rem}.order-box .label-badge{position:absolute;top:0;left:0;background:var(--primary);color:var(--primary-foreground);font-family:JetBrains Mono,monospace;font-size:.75rem;padding:.25rem .75rem}.order-step{display:flex;align-items:center;gap:1rem;padding:.75rem 0;transition:color .2s}.order-step:hover .step-num{color:var(--primary)}.order-step:hover .step-line{background:#2c3e504d}.step-num{font-family:JetBrains Mono,monospace;font-size:.875rem;color:var(--fg-muted);flex-shrink:0;transition:color .2s}.step-line{flex:1;height:1px;background:var(--border);transition:background .2s}.step-info{text-align:right}.step-info .label{display:block;font-weight:500;font-size:.875rem}.step-info .desc{display:block;font-size:.75rem;color:var(--fg-muted)}.founder-img-wrap{position:relative;max-width:28rem}.founder-img-wrap img{width:100%;aspect-ratio:1;object-fit:cover;filter:grayscale(1) contrast(1.25)}.founder-img-wrap .bg-accent{position:absolute;bottom:-1.5rem;right:-1.5rem;width:12rem;height:12rem;background:var(--bg-secondary);z-index:-1}.for-whom-card{padding:2rem;border-left:4px solid}.for-whom-card.positive{border-color:var(--primary)}.for-whom-card.negative{border-color:var(--border)}.for-whom-card h3{font-size:1.25rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.for-whom-card h3 svg{width:20px;height:20px}.for-whom-card.positive h3 svg{color:var(--primary)}.for-whom-card.negative h3{color:var(--fg-muted)}.for-whom-card li{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;color:var(--fg-muted);padding:.5rem 0}.for-whom-card .dot{width:6px;height:6px;border-radius:50%;margin-top:.5rem;flex-shrink:0}.for-whom-card.positive .dot{background:var(--primary)}.for-whom-card.negative .dot{background:var(--border)}.cta-section{padding:8rem 0;text-align:center}.cta-section h2{font-size:clamp(1.5rem,3vw,2.5rem);margin-bottom:1.5rem}.cta-section p{color:var(--fg-muted);line-height:1.7;margin-bottom:2.5rem;max-width:36rem;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center}@media (min-width: 640px){.cta-buttons{flex-direction:row;justify-content:center}}.footer-cta{background:#2c3e500d;border-top:1px solid rgba(44,62,80,.1);padding:4rem 0}.footer-cta h2{font-size:1.5rem;margin-bottom:1rem;text-align:center}@media (min-width: 768px){.footer-cta h2{font-size:1.875rem}}.footer-cta>.container>p{text-align:center;color:var(--fg-muted);margin-bottom:2.5rem}.footer-cta-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:42rem;margin:0 auto}@media (min-width: 768px){.footer-cta-grid{grid-template-columns:repeat(2,1fr)}}.footer-cta-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:var(--bg);border-radius:var(--radius);border:1px solid var(--border);transition:border-color .2s,box-shadow .2s}.footer-cta-card:hover{border-color:var(--primary);box-shadow:0 4px 12px #0000000d}.footer-cta-card .icon{width:48px;height:48px;border-radius:50%;background:#2c3e501a;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s}.footer-cta-card:hover .icon{background:#2c3e5033}.footer-cta-card .icon svg{width:24px;height:24px;color:var(--primary)}.footer-cta-card .text h3{font-family:Inter,sans-serif;font-weight:500;font-size:1rem;margin-bottom:.25rem}.footer-cta-card .text p{font-size:.875rem;color:var(--fg-muted)}.footer-cta-card .arrow{margin-left:auto;color:var(--fg-muted);transition:color .2s,transform .2s}.footer-cta-card:hover .arrow{color:var(--primary);transform:translate(4px)}.footer-cta-card .arrow svg{width:20px;height:20px}.site-footer{background:var(--bg-secondary);border-top:1px solid var(--border);padding:3rem 0}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}.footer-brand img{height:32px;width:auto;opacity:.9;margin-bottom:1.5rem}.footer-brand p{font-size:.875rem;color:var(--fg-muted);max-width:20rem;line-height:1.7;margin-bottom:1rem}.footer-brand .company-name{font-size:.75rem;color:var(--fg-muted)}.footer-nav h4{font-family:JetBrains Mono,monospace;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--fg-muted);margin-bottom:1rem}.footer-nav li{margin-bottom:.5rem}.footer-nav a{font-size:.875rem;color:var(--fg);transition:color .2s;display:inline-flex;align-items:center;gap:.5rem}.footer-nav a:hover{color:var(--primary)}.footer-nav a svg{width:16px;height:16px}.footer-bottom{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column;align-items:center;gap:1rem;font-family:JetBrains Mono,monospace;font-size:.75rem;color:var(--fg-muted)}@media (min-width: 768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-bottom a{color:var(--fg-muted);transition:color .2s}.footer-bottom a:hover{color:var(--primary)}.service-detail{gap:4rem}@media (min-width: 1024px){.service-detail{grid-template-columns:5fr 7fr;gap:4rem}}.service-label{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.service-label .icon{width:64px;height:64px;border-radius:50%;background:#2c3e501a;display:flex;align-items:center;justify-content:center}.service-label .icon svg{width:32px;height:32px;color:var(--primary)}.service-label .num{font-family:JetBrains Mono,monospace;font-size:.875rem;color:var(--primary);display:block}.feature-list li{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;color:#334155;padding:.375rem 0}.feature-list li svg{width:20px;height:20px;color:var(--primary);flex-shrink:0;margin-top:1px}.timeline-item{position:relative;padding-left:2rem;border-left:1px solid var(--border);padding-bottom:2rem}.timeline-item:last-child{padding-bottom:0}.timeline-dot{position:absolute;left:-6px;top:6px;width:12px;height:12px;border-radius:50%}.timeline-dot.active{background:var(--primary)}.timeline-dot.inactive{background:#cbd5e1}.timeline-item h4{font-family:Inter,sans-serif;font-weight:500;margin-bottom:.5rem}.timeline-item p{font-size:.875rem;color:var(--fg-muted);line-height:1.6}.financial-box{background:#0f172a;color:#cbd5e1;padding:2rem}@media (min-width: 768px){.financial-box{padding:3rem}}.financial-box h3{color:#fff;font-size:1.25rem;margin-bottom:1.5rem}.financial-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 640px){.financial-grid{grid-template-columns:repeat(2,1fr)}}.financial-grid h4{font-family:JetBrains Mono,monospace;font-size:.875rem;color:var(--primary-foreground);margin-bottom:.5rem}.financial-grid p{font-size:.875rem;line-height:1.7}.company-info-table{padding:2rem}.company-info-row{display:grid;grid-template-columns:1fr;padding:1.5rem 0;border-bottom:1px solid rgba(0,0,0,.05);gap:.5rem}.company-info-row:last-child{border-bottom:none}@media (min-width: 768px){.company-info-row{grid-template-columns:1fr 2fr;gap:1rem}}.company-info-row .label{font-family:JetBrains Mono,monospace;font-size:.875rem;color:var(--fg-muted);text-transform:uppercase;letter-spacing:.05em}.company-info-row .value{color:#1e293b;line-height:1.7;white-space:pre-line}.map-wrap{aspect-ratio:16/9;width:100%;position:relative;overflow:hidden}.map-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.contact-form{padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:500;margin-bottom:.5rem;font-size:.9375rem}.form-group .required{color:#ef4444}.form-input{width:100%;height:48px;padding:0 1rem;border:1px solid var(--border);border-radius:var(--radius);background:#f0ede633;font-size:1rem;color:var(--fg);transition:border-color .2s,box-shadow .2s}.form-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2c3e501a}.form-textarea{width:100%;min-height:200px;padding:1rem;border:1px solid var(--border);border-radius:var(--radius);background:#f0ede633;font-size:1rem;color:var(--fg);resize:vertical;transition:border-color .2s,box-shadow .2s}.form-textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2c3e501a}.form-row{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.form-row{grid-template-columns:repeat(2,1fr)}}.radio-group{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 640px){.radio-group{grid-template-columns:repeat(3,1fr)}}.radio-option{position:relative}.radio-option input[type=radio]{position:absolute;opacity:0;width:0;height:0}.radio-label{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;border:2px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:all .2s;text-align:center}.radio-label:hover{background:var(--bg-secondary)}.radio-option input[type=radio]:checked+.radio-label{border-color:var(--primary);color:var(--primary)}.radio-label svg{width:24px;height:24px;margin-bottom:.5rem}.radio-label .text{font-size:.875rem;font-weight:600;line-height:1.3}.form-submit{padding-top:1rem}.form-submit .note{margin-top:1rem;font-size:.75rem;color:var(--fg-muted)}.form-submit .note a{text-decoration:underline;transition:color .2s}.form-submit .note a:hover{color:var(--primary)}.about-philosophy{max-width:56rem;margin:0 auto}.about-philosophy h2{font-size:1.5rem;line-height:1.6;margin-bottom:2rem}.about-philosophy p{color:var(--fg-muted);line-height:2;font-size:1.0625rem;font-weight:300;margin-bottom:1.5rem}.founder-story{background:#0f172a;color:#f1f5f9;padding:8rem 0;position:relative;overflow:hidden}.founder-bg-lines{position:absolute;inset:0;pointer-events:none;opacity:.035;background-image:linear-gradient(rgba(255,255,255,1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,1) 1px,transparent 1px);background-size:72px 72px}.founder-story-container{max-width:1200px;margin:0 auto;padding:0 2rem}.founder-story-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:start}@media (min-width: 1024px){.founder-story-grid{grid-template-columns:5fr 7fr;gap:6rem}}.founder-photo-col{position:relative}.founder-photo-stack{display:flex;flex-direction:column;gap:1.5rem}.founder-photo-frame{position:relative;border-radius:4px;box-shadow:16px 16px 32px #0000008c,-4px -4px 16px #ffffff09;transition:box-shadow .5s ease}.founder-photo-frame:hover{box-shadow:20px 20px 40px #000000a6,-4px -4px 20px #ffffff0b}.founder-photo-inner{aspect-ratio:4/5;overflow:hidden;border-radius:4px;position:relative;background:#1e293b}.founder-photo-inner:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,transparent 55%,rgba(15,23,42,.45) 100%);pointer-events:none}.founder-photo-inner img{width:100%;height:100%;object-fit:cover;object-position:top center;filter:grayscale(.15) contrast(1.04);transition:transform .7s ease;display:block}.founder-photo-frame:hover .founder-photo-inner img{transform:scale(1.03)}.founder-photo-note{margin-top:1rem;font-size:.6875rem;text-transform:uppercase;letter-spacing:.15em;color:#334155;text-align:right}.founder-text-col{padding-top:.25rem}.founder-kicker{display:block;font-size:.6875rem;text-transform:uppercase;letter-spacing:.18em;color:#475569;margin-bottom:1.5rem}.founder-heading{font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.3;color:#f1f5f9;margin-bottom:2.5rem;letter-spacing:-.02em}.founder-lead p{font-family:Lora,serif;font-size:1rem;color:#e2e8f0;line-height:2;margin-bottom:1.75rem}.founder-body p{font-size:.9375rem;color:#94a3b8;line-height:1.9;margin-bottom:1.5rem}.founder-inner-quote{font-family:Lora,serif!important;font-style:italic;color:#cbd5e1!important;padding-left:1.25rem;border-left:2px solid #1e3a5f;margin:1.75rem 0!important;line-height:1.85!important}.founder-quote{margin:2.5rem 0;padding:1.75rem 2rem;border-left:2px solid #334155;color:#e2e8f0;font-family:Lora,serif;font-size:1rem;line-height:1.85;font-style:italic;background:#ffffff05;border-radius:0 4px 4px 0}.founder-closing p{font-size:.9375rem;color:#94a3b8;line-height:1.9;margin-bottom:1.5rem}.founder-closing-bold{color:#cbd5e1!important;font-family:Lora,serif}.founder-sig{margin-top:3rem}.founder-sig-rule{width:2.5rem;height:1px;background:#1e293b;margin-bottom:1.25rem}.founder-sig-name{font-family:Lora,serif;font-size:1.125rem;color:#e2e8f0;letter-spacing:.03em}.founder-sig-role{font-family:JetBrains Mono,monospace;font-size:.6875rem;color:#475569;margin-top:.375rem;line-height:1.7;text-transform:uppercase;letter-spacing:.1em}.value-card{text-align:center;padding:2rem}.value-number{width:64px;height:64px;margin:0 auto 1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:JetBrains Mono,monospace;font-size:1.25rem;color:var(--primary)}.value-card h3{font-size:1.25rem;margin-bottom:1rem}.value-card p{font-size:.875rem;color:var(--fg-muted);line-height:1.7}.text-center{text-align:center}.text-right{text-align:right}.text-muted{color:var(--fg-muted)}.text-primary{color:var(--primary)}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.w-full{width:100%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}[id]{scroll-margin-top:80px}::selection{background:#2c3e501a;color:var(--primary)}.nav-item{position:relative}.nav-item>a{display:flex;align-items:center;gap:.25rem}.nav-item>a .chevron{width:12px;height:12px;transition:transform .2s}.nav-item:hover>a .chevron{transform:rotate(180deg)}.nav-dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%);min-width:220px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 8px 24px #00000014;padding:.5rem 0;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s,transform .2s;transform:translate(-50%) translateY(4px);z-index:60}.nav-item:hover .nav-dropdown{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.nav-dropdown a{display:flex;align-items:center;gap:.75rem;padding:.625rem 1.25rem;font-size:.8125rem;color:var(--fg);transition:background .15s,color .15s;border-bottom:none!important}.nav-dropdown a:hover{background:var(--bg-secondary);color:var(--primary)}.nav-dropdown a svg{width:18px;height:18px;color:var(--fg-muted);flex-shrink:0}.nav-dropdown a:hover svg{color:var(--primary)}.nav-dropdown .divider{height:1px;background:var(--border);margin:.375rem 0}.mobile-menu .sub-label{font-family:JetBrains Mono,monospace;font-size:.6875rem;text-transform:uppercase;letter-spacing:.1em;color:var(--fg-muted);display:block;margin-top:.25rem}.mobile-menu a:nth-child(6){transition-delay:0ms}.mobile-menu.open a:nth-child(6){transition-delay:.3s}.mobile-menu a:nth-child(7){transition-delay:0ms}.mobile-menu.open a:nth-child(7){transition-delay:.35s}.mobile-menu a:nth-child(8){transition-delay:0ms}.mobile-menu.open a:nth-child(8){transition-delay:.4s}.mobile-menu a:nth-child(9){transition-delay:0ms}.mobile-menu.open a:nth-child(9){transition-delay:.45s}.layer-card{padding:2.5rem;position:relative;overflow:hidden;display:flex;flex-direction:column}.layer-card.featured{border:2px solid var(--primary)}.layer-badge{position:absolute;top:0;right:0;background:var(--primary);color:var(--primary-foreground);font-family:JetBrains Mono,monospace;font-size:.6875rem;text-transform:uppercase;letter-spacing:.05em;padding:.375rem 1rem}.layer-num{font-family:JetBrains Mono,monospace;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin-bottom:.75rem;display:block}.layer-card h3{font-size:1.375rem;margin-bottom:.75rem}.layer-card .price{font-family:JetBrains Mono,monospace;margin-bottom:1.25rem}.layer-card .price .amount{font-size:1.75rem;font-weight:600;color:var(--fg)}.layer-card .price .period{font-size:.8125rem;color:var(--fg-muted)}.layer-card .desc{font-size:.9375rem;color:var(--fg-muted);line-height:1.7;margin-bottom:1.5rem}.layer-card .includes{flex:1;margin-bottom:2rem}.layer-card .includes li{display:flex;align-items:flex-start;gap:.625rem;font-size:.8125rem;color:var(--fg);padding:.375rem 0}.layer-card .includes li svg{width:18px;height:18px;color:var(--primary);flex-shrink:0;margin-top:1px}.layer-card .btn{width:100%;justify-content:center}.comparison-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.comparison-grid{grid-template-columns:1fr auto 1fr;align-items:center}}.comparison-box{padding:2rem;text-align:center}.comparison-box h3{font-size:1.125rem;margin-bottom:1.5rem}.comparison-flow{display:flex;flex-direction:column;align-items:center;gap:.25rem}.comparison-flow .node{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);padding:.5rem 1.5rem;font-size:.8125rem;font-weight:500;width:100%;max-width:200px;text-align:center}.comparison-flow .node.highlight{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.comparison-flow .node.bad{background:#fef2f2;border-color:#fca5a5;color:#991b1b}.comparison-flow .arrow-down{color:var(--fg-muted);font-size:1rem}.comparison-vs{display:flex;align-items:center;justify-content:center}.comparison-vs span{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;border:2px solid var(--border);font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:600;color:var(--fg-muted)}.story-card{display:flex;flex-direction:column;overflow:hidden;transition:transform .2s,box-shadow .3s}.story-card:hover{transform:translateY(-4px)}.story-card .card-img{aspect-ratio:16/9;background:#1e293b;position:relative;overflow:hidden}.story-card .card-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.story-card:hover .card-img img{transform:scale(1.05)}.story-card .card-img .overlay{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(transparent,#0009)}.story-card .card-img .overlay .tag{display:inline-block;font-family:JetBrains Mono,monospace;font-size:.6875rem;text-transform:uppercase;letter-spacing:.05em;color:#ffffffe6;background:#ffffff26;padding:.25rem .625rem;border-radius:2px}.story-card .card-body{padding:1.5rem;flex:1;display:flex;flex-direction:column}.story-card .card-body h3{font-size:1.125rem;margin-bottom:.5rem;line-height:1.4}.story-card .card-body .school{font-family:JetBrains Mono,monospace;font-size:.75rem;color:var(--primary);margin-bottom:.75rem}.story-card .card-body p{font-size:.8125rem;color:var(--fg-muted);line-height:1.6;flex:1}.story-card .card-body .read-more{margin-top:1rem;display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:500;color:var(--primary)}.story-card .card-body .read-more svg{width:14px;height:14px;transition:transform .2s}.story-card:hover .card-body .read-more svg{transform:translate(3px)}.article-card{display:flex;flex-direction:column;overflow:hidden;transition:transform .2s}.article-card:hover{transform:translateY(-3px)}.article-card .card-body{padding:1.5rem;flex:1;display:flex;flex-direction:column}.article-card .card-meta{display:flex;align-items:center;gap:.75rem;font-family:JetBrains Mono,monospace;font-size:.6875rem;color:var(--fg-muted);margin-bottom:.75rem}.article-card .card-meta .category{color:var(--primary);text-transform:uppercase;letter-spacing:.05em}.article-card .card-body h3{font-size:1.0625rem;margin-bottom:.75rem;line-height:1.4}.article-card .card-body p{font-size:.8125rem;color:var(--fg-muted);line-height:1.6;flex:1}.story-hero{position:relative;min-height:40vh;display:flex;align-items:flex-end;overflow:hidden;background:#0f172a}.story-hero .hero-bg{position:absolute;inset:0}.story-hero .hero-bg img{width:100%;height:100%;object-fit:cover;opacity:.4}.story-hero .hero-overlay{position:relative;z-index:1;width:100%;padding:3rem 0;background:linear-gradient(transparent,#0f172ae6);color:#f1f5f9}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-family:JetBrains Mono,monospace;font-size:.6875rem;color:var(--fg-muted);margin-bottom:1rem;flex-wrap:wrap}.breadcrumb a{color:var(--fg-muted);transition:color .15s}.breadcrumb a:hover{color:var(--primary)}.breadcrumb .separator{color:var(--border)}.article-content{max-width:48rem;margin:0 auto}.article-content h2{font-size:1.5rem;margin-top:3rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.article-content h3{font-size:1.25rem;margin-top:2rem;margin-bottom:.75rem}.article-content p{font-size:1.0625rem;line-height:1.9;color:var(--fg);margin-bottom:1.5rem;font-weight:300}.article-content blockquote{border-left:3px solid var(--primary);padding:1rem 1.5rem;margin:2rem 0;background:var(--bg-secondary);border-radius:0 var(--radius) var(--radius) 0}.article-content blockquote p{font-style:italic;color:var(--fg-muted);margin-bottom:0}.article-content ul,.article-content ol{margin-bottom:1.5rem;padding-left:1.5rem}.article-content ul{list-style:disc}.article-content ol{list-style:decimal}.article-content li{font-size:1rem;line-height:1.8;color:var(--fg);margin-bottom:.5rem}.memori-hero{background:linear-gradient(135deg,#1e1b4b,#312e81,#4c1d95 50%,#6d28d9);color:#f5f3ff;position:relative;overflow:hidden}.memori-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 50%,rgba(139,92,246,.3) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(168,85,247,.2) 0%,transparent 40%);pointer-events:none}.memori-mockup{max-width:280px;margin:0 auto;border-radius:24px;overflow:hidden;box-shadow:0 24px 48px #0000004d;border:3px solid rgba(255,255,255,.15);background:#1e1b4b}.memori-screen{aspect-ratio:9/16;background:linear-gradient(180deg,#1e1b4b,#312e81);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.memori-shot{max-width:280px;margin:0 auto;border-radius:22px;overflow:hidden;background:#fff;border:1px solid rgba(44,62,80,.08);box-shadow:0 18px 40px #2c3e5029;line-height:0}.memori-shot img{display:block;width:100%;height:auto}.memori-shot-hero{max-width:248px;border:6px solid rgba(255,255,255,.1);border-radius:32px;box-shadow:0 30px 70px #00000073;transform:rotate(-1.5deg)}@media (max-width: 767px){.memori-shot-hero{max-width:190px;transform:none}}.memori-shot-sm{max-width:240px}.memori-shot-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem 1rem;max-width:30rem;margin:0 auto}@media (min-width: 1024px){.memori-shot-grid{grid-template-columns:repeat(4,1fr);gap:2.5rem 1.5rem;max-width:72rem}}.memori-shot-card{text-align:center}.memori-shot-card .memori-shot{margin-bottom:1.25rem;max-width:180px}@media (min-width: 1024px){.memori-shot-card .memori-shot{max-width:240px}}.memori-shot-step{font-size:.6875rem;text-transform:uppercase;letter-spacing:.08em;color:var(--primary);margin-bottom:.75rem}.memori-shot-card h3{font-size:1rem;margin-bottom:.4rem}.memori-shot-card p{font-size:.8125rem;line-height:1.6;max-width:17rem;margin:0 auto}.memori-customize{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center;max-width:56rem;margin:0 auto}@media (min-width: 768px){.memori-customize{grid-template-columns:1.2fr .8fr}}.memori-screen .app-icon{width:64px;height:64px;background:linear-gradient(135deg,#8b5cf6,#a855f7);border-radius:16px;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;font-weight:700;font-family:Lora,serif}.memori-screen h3{color:#fff;font-size:1.25rem;margin-bottom:.5rem}.memori-screen p{color:#ffffffb3;font-size:.8125rem;line-height:1.5}.memori-feature{padding:2rem;text-align:center}.memori-feature .icon-wrap{width:56px;height:56px;margin:0 auto 1rem;border-radius:50%;background:#8b5cf61a;display:flex;align-items:center;justify-content:center}.memori-feature .icon-wrap svg{width:28px;height:28px;color:#7c3aed}.memori-feature h3{font-size:1.125rem;margin-bottom:.75rem}.memori-feature p{font-size:.875rem;color:var(--fg-muted);line-height:1.7}.newsletter-preview{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.newsletter-preview .preview-header{background:var(--primary);color:var(--primary-foreground);padding:1rem 1.5rem;font-family:JetBrains Mono,monospace;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em}.newsletter-preview .preview-body{padding:2rem}.newsletter-preview .preview-body h4{font-family:Inter,sans-serif;font-weight:600;margin-bottom:1rem}.newsletter-preview .preview-body p{font-size:.9375rem;color:var(--fg-muted);line-height:1.7}.tag{display:inline-block;font-family:JetBrains Mono,monospace;font-size:.6875rem;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .625rem;border-radius:2px;background:#2c3e5014;color:var(--primary)}.social-links{display:flex;gap:.75rem;margin-top:1rem}.social-links a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid var(--border);color:var(--fg-muted);transition:all .2s}.social-links a:hover{border-color:var(--primary);color:var(--primary);background:#2c3e500d}.social-links a svg{width:18px;height:18px}@media (min-width: 768px){.footer-grid-expanded{grid-template-columns:2fr 1fr 1fr 1fr}}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.mb-16{margin-bottom:4rem}.py-4{padding-top:1rem;padding-bottom:1rem}.gap-3{gap:3rem}.text-white{color:#fff}.leading-relaxed{line-height:1.7}.font-medium{font-weight:500}.inline-flex{display:inline-flex}.items-center{align-items:center}@media (min-width: 768px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.grid-4{grid-template-columns:repeat(4,1fr)}}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.participation-flow{display:grid;grid-template-columns:1fr;gap:1.5rem;counter-reset:step}@media (min-width: 768px){.participation-flow{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.participation-flow{grid-template-columns:repeat(4,1fr)}}.step-card{padding:2rem 1.5rem;text-align:center;position:relative;counter-increment:step}.step-card:before{content:"STEP " counter(step);display:block;font-family:JetBrains Mono,monospace;font-size:.6875rem;text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin-bottom:1rem}.step-card .step-icon{width:56px;height:56px;margin:0 auto 1.25rem;border-radius:50%;background:#2c3e500f;display:flex;align-items:center;justify-content:center}.step-card .step-icon svg{width:28px;height:28px;color:var(--primary)}.step-card h3{font-size:1.0625rem;margin-bottom:.75rem}.step-card p{font-size:.8125rem;color:var(--fg-muted);line-height:1.7}@media (min-width: 1024px){.participation-flow{position:relative}.step-card:not(:last-child):after{content:"";position:absolute;top:4.5rem;right:-.75rem;width:1.5rem;height:1px;background:var(--border);z-index:1}}.pillar-nav{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:3rem}.pillar-nav a{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.8125rem;font-weight:500;color:var(--fg);transition:all .2s}.pillar-nav a:hover{border-color:var(--primary);color:var(--primary);background:#2c3e5008}.pillar-nav a svg{width:16px;height:16px;color:var(--primary)}.pillar-section{scroll-margin-top:100px;padding:3rem 0;border-bottom:1px solid var(--border)}.pillar-section:last-child{border-bottom:none}.pillar-header{display:flex;align-items:flex-start;gap:1.25rem;margin-bottom:1.5rem}.pillar-header .pillar-icon{width:56px;height:56px;border-radius:50%;background:#2c3e5014;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pillar-header .pillar-icon svg{width:28px;height:28px;color:var(--primary)}.pillar-header .pillar-num{font-family:JetBrains Mono,monospace;font-size:.6875rem;text-transform:uppercase;letter-spacing:.1em;color:var(--primary);display:block;margin-bottom:.25rem}.pillar-header h3{font-size:1.375rem}.pillar-body{padding-left:calc(56px + 1.25rem)}.pillar-body p{font-size:.9375rem;color:var(--fg-muted);line-height:1.8}@media (max-width: 767px){.pillar-body{padding-left:0}}.motto-banner{background:var(--primary);color:var(--primary-foreground);text-align:center;padding:2rem 1rem}.motto-banner p{font-family:Lora,serif;font-size:clamp(1rem,2vw,1.375rem);font-weight:500;letter-spacing:.02em;line-height:1.6}.motto-banner .mono{display:block;font-family:JetBrains Mono,monospace;font-size:.6875rem;text-transform:uppercase;letter-spacing:.1em;opacity:.7;margin-top:.5rem}.related-links{border-top:1px solid var(--border);padding-top:3rem;margin-top:3rem}.related-links h2{font-size:1.25rem;margin-bottom:1.5rem}.related-links-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){.related-links-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.related-links-grid{grid-template-columns:repeat(3,1fr)}}.related-link-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;border:1px solid var(--border);border-radius:var(--radius);transition:border-color .2s,box-shadow .2s}.related-link-card:hover{border-color:var(--primary);box-shadow:0 2px 8px #0000000a}.related-link-card .rl-icon{width:40px;height:40px;border-radius:50%;background:#2c3e500f;display:flex;align-items:center;justify-content:center;flex-shrink:0}.related-link-card .rl-icon svg{width:20px;height:20px;color:var(--primary)}.related-link-card .rl-text h3{font-family:Inter,sans-serif;font-weight:500;font-size:.875rem;margin-bottom:.125rem}.related-link-card .rl-text p{font-size:.75rem;color:var(--fg-muted)}.submission-cta{border:1px solid var(--border);border-radius:var(--radius);padding:2rem;margin-top:2rem;background:var(--bg-card);display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.submission-cta .sub-icon{width:48px;height:48px;border-radius:50%;background:#2c3e500f;display:flex;align-items:center;justify-content:center}.submission-cta .sub-icon svg{width:24px;height:24px;color:var(--primary)}.submission-cta h3{font-family:Inter,sans-serif;font-weight:600;font-size:1rem}.submission-cta p{font-size:.875rem;color:var(--fg-muted);line-height:1.7;max-width:28rem}@media (min-width: 640px){.grid-5{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.grid-5{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.grid-5{grid-template-columns:repeat(5,1fr)}}.memori-flow-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:64rem;margin:0 auto;counter-reset:mflow}@media (min-width: 768px){.memori-flow-grid{grid-template-columns:repeat(3,1fr)}}.memori-flow-card{padding:2rem 1.5rem;position:relative}.memori-flow-num{width:48px;height:48px;border-radius:50%;background:#7c3aed14;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.memori-flow-num span{font-size:1rem;font-weight:600;color:#7c3aed}.memori-flow-label{font-size:.6875rem;text-transform:uppercase;letter-spacing:.1em;color:#7c3aed;margin-bottom:.75rem}.memori-flow-card h3{font-size:1.25rem;margin-bottom:.75rem}.memori-flow-card p{font-size:.875rem;line-height:1.7;margin-bottom:1.25rem}.memori-flow-tag{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;color:var(--fg-muted);background:var(--bg-secondary);padding:.375rem .75rem;border-radius:var(--radius);border:1px solid var(--border)}.memori-flow-tag svg{color:var(--primary)}.memori-exp-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;max-width:72rem;margin:0 auto}@media (min-width: 640px){.memori-exp-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.memori-exp-grid{grid-template-columns:repeat(3,1fr)}}.memori-exp-card{text-align:center}.memori-exp-label{font-size:.6875rem;text-transform:uppercase;letter-spacing:.1em;color:#7c3aed;margin-bottom:1rem}.memori-phone{max-width:260px;margin:0 auto;border-radius:28px;background:#1e1b4b;border:3px solid rgba(139,92,246,.3);box-shadow:0 16px 40px #1e1b4b40;overflow:hidden;position:relative}.memori-phone-notch{width:100px;height:20px;background:#0f0d2e;border-radius:0 0 16px 16px;margin:0 auto}.memori-phone-body{padding:.75rem 1rem 1.25rem;min-height:340px;display:flex;flex-direction:column}.memori-phone-status{display:flex;justify-content:space-between;font-size:.625rem;color:#94a3b8;margin-bottom:.75rem;padding:0 .25rem}.memori-progress-bar{height:3px;background:#ffffff1a;border-radius:2px;margin-bottom:1rem;overflow:hidden}.memori-progress-fill{height:100%;background:linear-gradient(90deg,#8b5cf6,#a78bfa);border-radius:2px;transition:width .3s}.memori-flip-card{perspective:600px;cursor:pointer;flex:1;display:flex;margin:.5rem 0}.memori-flip-inner{position:relative;width:100%;min-height:160px;transition:transform .5s;transform-style:preserve-3d}.memori-flip-card:hover .memori-flip-inner,.memori-flip-card.flipped .memori-flip-inner{transform:rotateY(180deg)}.memori-flip-front,.memori-flip-back{position:absolute;inset:0;backface-visibility:hidden;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.25rem;gap:.5rem}.memori-flip-front{background:linear-gradient(135deg,#312e81,#4c1d95);border:1px solid rgba(139,92,246,.3)}.memori-flip-back{background:linear-gradient(135deg,#4c1d95,#6d28d9);border:1px solid rgba(168,85,247,.4);transform:rotateY(180deg)}.memori-card-word{font-family:Lora,serif;font-size:1.5rem;color:#fff;font-weight:500}.memori-card-phonetic{font-family:JetBrains Mono,monospace;font-size:.6875rem;color:#a78bfa}.memori-card-hint{font-size:.625rem;color:#fff6;margin-top:.5rem}.memori-card-meaning{font-size:1.125rem;color:#fff;font-weight:500}.memori-card-example{font-size:.75rem;color:#c4b5fd;line-height:1.5;font-style:italic;text-align:center}.memori-swipe-hints{display:flex;justify-content:space-between;padding:.5rem .25rem 0;font-size:.625rem;color:#64748b}.memori-swipe-left{color:#f87171}.memori-swipe-right{color:#34d399}.memori-swipe-skip{color:#94a3b8}.memori-test-word{font-family:Lora,serif;font-size:1.375rem;color:#fff;text-align:center;margin:.5rem 0 .25rem}.memori-test-sub{font-size:.6875rem;color:#94a3b8;text-align:center;margin-bottom:.75rem}.memori-test-options{display:flex;flex-direction:column;gap:.5rem}.memori-option{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:.5rem .75rem;font-size:.8125rem;color:#e2e8f0;text-align:center;transition:all .15s}.memori-option-correct{background:#8b5cf633;border-color:#8b5cf680;color:#c4b5fd}.memori-mastery-prompt{font-size:.875rem;color:#cbd5e1;text-align:center;margin:.75rem 0}.memori-mastery-blanks{display:flex;justify-content:center;gap:4px;margin-bottom:1rem}.memori-mastery-blanks span{width:24px;height:32px;display:flex;align-items:center;justify-content:center;font-family:JetBrains Mono,monospace;font-size:.875rem;color:#94a3b8;border-bottom:2px solid rgba(255,255,255,.15)}.memori-mastery-blanks span.filled{color:#a78bfa;border-color:#7c3aed}.memori-mastery-blanks span.active{color:#fff;border-color:#a78bfa;animation:blink 1s infinite}@keyframes blink{0%,to{border-color:#a78bfa}50%{border-color:transparent}}.memori-arc-kb{display:flex;flex-direction:column;align-items:center;gap:4px;margin-top:auto;padding-top:.5rem}.memori-arc-row{display:flex;gap:3px;justify-content:center}.memori-arc-row span{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:6px;font-family:JetBrains Mono,monospace;font-size:.6875rem;color:#94a3b8}.memori-arc-row-1{transform:perspective(200px) rotateX(5deg)}.memori-arc-row-2{transform:perspective(200px) rotateX(-3deg)}.memori-ranks-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;max-width:64rem;margin:0 auto}@media (min-width: 640px){.memori-ranks-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.memori-ranks-grid{grid-template-columns:repeat(7,1fr)}}.memori-rank-card{text-align:center;padding:1.5rem .75rem}.memori-rank-card h3{font-size:.9375rem;margin-bottom:.375rem}.memori-rank-card p{font-size:.75rem;line-height:1.5}.memori-gem{width:40px;height:40px;margin:0 auto .75rem;clip-path:polygon(50% 0%,100% 38%,82% 100%,18% 100%,0% 38%)}.memori-gem-bronze{background:linear-gradient(135deg,#cd7f32,#e8a85c)}.memori-gem-silver{background:linear-gradient(135deg,#a8a9ad,#d4d5d8)}.memori-gem-gold{background:linear-gradient(135deg,#d4a017,#f0d060)}.memori-gem-platinum{background:linear-gradient(135deg,#c0c8d0,#e8ecf0)}.memori-gem-emerald{background:linear-gradient(135deg,#2d8c5a,#50c878)}.memori-gem-sapphire{background:linear-gradient(135deg,#0f52ba,#4a8af0)}.memori-gem-amethyst{background:linear-gradient(135deg,#7c3aed,#a855f7)}.memori-gem-img{width:56px;height:56px;object-fit:contain;margin:0 auto .75rem;display:block;filter:drop-shadow(0 4px 10px rgba(44,62,80,.12))}.memori-rank-level{font-size:.6875rem;text-transform:uppercase;letter-spacing:.06em;color:var(--primary);margin-bottom:.5rem}.memori-battle-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;max-width:60rem;margin:0 auto}@media (min-width: 768px){.memori-battle-grid{grid-template-columns:repeat(3,1fr)}}.memori-battle-card{border:1px solid rgba(167,139,250,.25);border-radius:14px;padding:1.75rem 1.5rem;background:#ffffff08}.memori-battle-num{display:inline-block;font-size:.875rem;color:#a78bfa;margin-bottom:.75rem}.memori-battle-card h3{color:#f1f5f9;font-size:1.0625rem;margin-bottom:.5rem}.memori-battle-card p{color:#94a3b8;font-size:.875rem;line-height:1.7;margin:0}.memori-timeline{position:relative;padding-left:2rem}.memori-timeline:before{content:"";position:absolute;left:5px;top:6px;bottom:6px;width:1px;background:#ffffff1a}.memori-timeline-item{position:relative;padding-bottom:2rem;padding-left:.5rem}.memori-timeline-item:last-child{padding-bottom:0}.memori-timeline-dot{position:absolute;left:-2rem;top:6px;width:12px;height:12px;border-radius:50%;background:#334155;border:2px solid #1e293b}.memori-timeline-dot.active{background:#7c3aed;border-color:#1e1b4b;box-shadow:0 0 8px #7c3aed66}.memori-timeline-content h4{font-family:Inter,sans-serif;font-weight:500;font-size:1rem;color:#f1f5f9;margin-bottom:.375rem}.memori-timeline-content p{font-size:.875rem;color:#94a3b8;line-height:1.6}.memori-next-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:64rem;margin:0 auto}@media (min-width: 768px){.memori-next-grid{grid-template-columns:repeat(3,1fr)}}.memori-next-card{padding:2rem;display:flex;flex-direction:column;transition:transform .2s,box-shadow .3s}.memori-next-card:hover{transform:translateY(-4px)}.memori-next-icon{width:56px;height:56px;border-radius:50%;background:#7c3aed14;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.memori-next-icon svg{color:#7c3aed}.memori-next-card h3{font-size:1.125rem;margin-bottom:.75rem}.memori-next-card p{line-height:1.7;margin-bottom:1.25rem;flex:1}.memori-next-link{display:inline-flex;align-items:center;gap:.375rem;color:#7c3aed;font-weight:500}.memori-next-link svg{transition:transform .2s}.memori-next-card:hover .memori-next-link svg{transform:translate(3px)}.hero-fog{position:absolute;inset:0;background:linear-gradient(90deg,#0b0714eb,#0b0714d1 26%,#0b07148a,#0b071438 70%,#0b071414),linear-gradient(180deg,#0b071424,#0b071405 42%,#0b071466);z-index:3;pointer-events:none}@media (max-width: 767px){.hero{min-height:86vh}.hero-media img{object-position:70% 50%;filter:saturate(.92) contrast(1.08) brightness(.6);transform:scale(1.06)}.hero:after{background:radial-gradient(circle at 76% 40%,rgba(196,181,253,.2) 0%,rgba(139,92,246,.1) 22%,transparent 46%),linear-gradient(to bottom,#0b07141a,#0b07144d 64%,#0b0714a8)}.hero-fog{background:linear-gradient(180deg,#0b0714a8,#0b07148f 38%,#0b0714e0),linear-gradient(90deg,#0b07149e,#0b071457)}}.trust-bar{border-bottom:1px solid var(--border);background:var(--bg-secondary);padding:0;overflow-x:auto;-webkit-overflow-scrolling:touch}.trust-bar-inner{display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;min-width:max-content;margin:0 auto;padding:0 1rem}.trust-bar-item{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--fg-muted);padding:.875rem 1.5rem;white-space:nowrap}.trust-bar-item svg{width:15px;height:15px;color:var(--primary);flex-shrink:0}.trust-bar-sep{width:1px;height:1.125rem;background:var(--border);flex-shrink:0}.svc-section-intro{max-width:38rem;margin:0 auto 3.5rem;text-align:center}.svc-section-intro p{color:var(--fg-muted);line-height:1.8;margin-top:1rem;font-size:.9375rem}.svc-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:var(--radius);box-shadow:8px 8px 16px var(--shadow-dark),-8px -8px 16px var(--shadow-light);margin-bottom:.5rem}.svc-table{width:100%;min-width:700px;border-collapse:collapse;font-size:.875rem;background:var(--bg-card)}.svc-table th{padding:1.5rem 1.25rem 1rem;text-align:left;vertical-align:top;border-bottom:2px solid var(--border);background:var(--bg-card)}.svc-table th.svc-th-label{width:8rem;border-right:1px solid var(--border);background:var(--bg-secondary)}.svc-th-name{font-family:Lora,serif;font-size:1rem;font-weight:500;color:var(--fg);display:block;margin-bottom:.375rem}.svc-price-badge{display:inline-flex;align-items:baseline;gap:.2rem;margin-top:.25rem}.svc-price-badge .amount{font-family:JetBrains Mono,monospace;font-size:.875rem;font-weight:500;color:var(--primary)}.svc-price-badge .period{font-size:.6875rem;color:var(--fg-muted)}.svc-badge-free .amount{color:#059669}.svc-table td{padding:.875rem 1.25rem;border-bottom:1px solid var(--border);vertical-align:top;line-height:1.65;color:var(--fg-muted);font-size:.8125rem}.svc-table td.svc-row-label{font-family:JetBrains Mono,monospace;font-size:.625rem;text-transform:uppercase;letter-spacing:.09em;color:var(--fg-muted);white-space:nowrap;border-right:1px solid var(--border);background:var(--bg-secondary);padding-top:1rem}.svc-table tr:last-child td{border-bottom:none}.svc-table td ul{list-style:none;display:flex;flex-direction:column;gap:.3rem;margin:0;padding:0}.svc-table td ul li{display:flex;align-items:flex-start;gap:.375rem;font-size:.8125rem;color:var(--fg-muted)}.svc-table td ul li svg{width:13px;height:13px;flex-shrink:0;margin-top:3px;color:var(--primary)}.svc-table .svc-cta-row td{padding:1.25rem;border-bottom:none;background:var(--bg-secondary)}.svc-table-note{font-size:.75rem;color:var(--fg-muted);text-align:right;margin-top:.5rem;font-family:JetBrains Mono,monospace}.learning-flow{max-width:34rem;margin:3rem auto 0;position:relative}.learning-flow:before{content:"";position:absolute;left:1.375rem;top:1.75rem;bottom:1.75rem;width:1px;background:var(--border)}.learning-flow-item{display:flex;gap:1.25rem;align-items:flex-start;padding-bottom:1.75rem;position:relative}.learning-flow-item:last-child{padding-bottom:0}.learning-flow-num{width:2.75rem;height:2.75rem;border-radius:50%;background:var(--bg-card);box-shadow:4px 4px 8px var(--shadow-dark),-4px -4px 8px var(--shadow-light);display:flex;align-items:center;justify-content:center;font-family:JetBrains Mono,monospace;font-size:.6875rem;color:var(--primary);flex-shrink:0;position:relative;z-index:1}.learning-flow-body{padding-top:.5rem;flex:1}.learning-flow-body h4{font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500;color:var(--fg);margin-bottom:.2rem}.learning-flow-body p{font-size:.8125rem;color:var(--fg-muted);line-height:1.6}.learning-flow-tag{display:inline-flex;align-items:center;gap:.25rem;margin-top:.375rem;font-family:JetBrains Mono,monospace;font-size:.5625rem;text-transform:uppercase;letter-spacing:.1em;color:var(--primary);border:1px solid var(--border);border-radius:2px;padding:.125rem .5rem;background:var(--bg)}.problem-science-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:56rem;margin:0 auto}@media (min-width: 768px){.problem-science-grid{grid-template-columns:repeat(3,1fr)}}.problem-science-card{padding:1.75rem}.problem-science-card .ps-num{font-family:JetBrains Mono,monospace;font-size:2.25rem;color:var(--border);margin-bottom:.75rem;display:block;transition:color .2s}.problem-science-card:hover .ps-num{color:#2c3e502e}.problem-science-card h3{font-size:1.0625rem;margin-bottom:.625rem}.problem-science-card p{font-size:.875rem;color:var(--fg-muted);line-height:1.8}.problem-science-note{text-align:center;margin-top:2rem;font-size:.8125rem;color:var(--fg-muted);font-style:italic}.story-pull-quote{font-family:Lora,serif;font-size:.8125rem;font-style:italic;color:var(--primary);margin-top:.625rem;padding-top:.625rem;border-top:1px solid var(--border);line-height:1.6}.svc-detail-card{padding:2.5rem}.svc-detail-kicker{font-family:JetBrains Mono,monospace;font-size:.625rem;text-transform:uppercase;letter-spacing:.14em;color:var(--fg-muted);margin-bottom:.75rem;display:block}.svc-detail-price-wrap{display:flex;flex-wrap:wrap;gap:.625rem;margin:1rem 0 1.5rem}.svc-detail-price-pill{display:inline-flex;align-items:center;gap:.375rem;background:var(--bg-secondary);border:1px solid var(--border);border-radius:2px;padding:.375rem .875rem;font-family:JetBrains Mono,monospace;font-size:.75rem}.svc-detail-price-pill .pil-label{font-size:.5625rem;text-transform:uppercase;letter-spacing:.1em;color:var(--fg-muted)}.svc-detail-price-pill .pil-amount{font-weight:500;color:var(--primary)}.svc-detail-desc{color:var(--fg-muted);line-height:1.85;margin-bottom:1.5rem;font-size:.9375rem}.svc-detail-includes{margin-bottom:1.75rem}.svc-detail-includes h4{font-family:JetBrains Mono,monospace;font-size:.625rem;text-transform:uppercase;letter-spacing:.12em;color:var(--fg-muted);margin-bottom:.75rem}.svc-detail-includes ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.svc-detail-includes li{display:flex;align-items:flex-start;gap:.625rem;font-size:.875rem;color:var(--fg-muted);line-height:1.5}.svc-detail-includes li svg{width:15px;height:15px;color:var(--primary);flex-shrink:0;margin-top:2px}.svc-detail-instructor{font-family:JetBrains Mono,monospace;font-size:.6875rem;text-transform:uppercase;letter-spacing:.08em;color:var(--fg-muted);margin-bottom:1.5rem;padding:.75rem 1rem;background:var(--bg-secondary);border-left:2px solid var(--primary)}.svc-detail-newsletter-note{font-size:.8125rem;color:var(--fg-muted);font-style:italic;padding:.875rem 1rem;border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1.5rem;background:var(--bg-secondary)}.rec-matrix{border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);box-shadow:6px 6px 12px var(--shadow-dark),-6px -6px 12px var(--shadow-light)}.rec-matrix-header{display:grid;grid-template-columns:5fr 7fr;background:var(--primary);color:var(--primary-foreground);font-family:JetBrains Mono,monospace;font-size:.6rem;text-transform:uppercase;letter-spacing:.12em}.rec-matrix-header div{padding:.75rem 1.25rem}.rec-matrix-row{display:grid;grid-template-columns:5fr 7fr;border-top:1px solid var(--border);background:var(--bg-card);transition:background .2s}.rec-matrix-row:hover{background:var(--bg-secondary)}.rec-matrix-row div{padding:1rem 1.25rem;font-size:.875rem;color:var(--fg-muted);line-height:1.65}.rec-matrix-row div:first-child{border-right:1px solid var(--border);color:var(--fg);font-weight:500;font-size:.8125rem}.about-bridge{margin-top:2rem;padding:1.5rem 2rem;border-left:3px solid var(--primary);background:var(--bg-secondary);border-radius:0 var(--radius) var(--radius) 0;font-size:.9375rem;line-height:1.9;color:var(--fg-muted)}.memori-compact{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start;padding:2rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-secondary)}@media (min-width: 640px){.memori-compact{flex-direction:row;align-items:center;justify-content:space-between}}.memori-compact-text h3{font-size:1.125rem;font-weight:600;color:var(--fg);margin-bottom:.5rem}.memori-compact-text p{font-size:.9375rem;color:var(--fg-muted);line-height:1.7;max-width:40rem}.sticky-cta-bar{position:fixed;bottom:0;left:0;right:0;z-index:200;display:none;gap:.625rem;padding:.75rem 1rem;padding-bottom:calc(.75rem + env(safe-area-inset-bottom,0px));background:#fffffff7;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid var(--border);transform:translateY(100%);transition:transform .3s ease}.sticky-cta-bar.visible{transform:translateY(0)}@media (max-width: 767px){.sticky-cta-bar{display:flex}.sticky-cta-bar .btn{flex:1;text-align:center;font-size:.875rem;padding:.625rem .75rem;justify-content:center}}.header-cta-newsletter{display:none;align-items:center;justify-content:center;font-size:.8125rem;font-weight:400;color:var(--fg-muted);border:none;background:transparent;border-radius:var(--radius);height:36px;padding:0 .75rem;transition:all .2s;white-space:nowrap;opacity:.72;text-decoration:underline;text-underline-offset:3px;text-decoration-color:transparent}.header-cta-newsletter:hover{color:var(--fg);opacity:1;text-decoration-color:var(--border)}@media (min-width: 768px){.header-cta-newsletter{display:inline-flex}}@media (prefers-reduced-motion: reduce){.hero{background:#0b0714}.sticky-cta-bar{transition:none}}.instagram-feature{padding:80px 0;background:var(--bg)}.instagram-feature .label{display:block;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem}.instagram-feature h2{font-size:clamp(1.6rem,3vw,2.25rem);font-family:var(--font-serif, Georgia, serif);color:var(--fg);margin:0 0 1.25rem;line-height:1.3}.instagram-feature .instagram-feature-lead{font-size:1rem;line-height:1.75;color:var(--fg-muted, rgba(255,255,255,.72));max-width:52ch;margin:0 0 2rem}.instagram-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:2.5rem}.instagram-feature-layout{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}.instagram-feature-copy p{font-size:.97rem;line-height:1.8;color:var(--fg-muted, rgba(255,255,255,.72));margin:0 0 1.25rem}.instagram-feature-copy ul{padding-left:1.4em;margin:0 0 2rem}.instagram-feature-copy ul li{font-size:.95rem;line-height:1.75;color:var(--fg-muted, rgba(255,255,255,.72));margin-bottom:.4rem}.instagram-post-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:12px}.instagram-post-card{display:block;border-radius:12px;overflow:hidden;background:#1a1025;border:1px solid rgba(167,139,250,.18);transition:transform .22s ease,box-shadow .22s ease;text-decoration:none}.instagram-post-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #7c3aed38}.instagram-post-card:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.instagram-post-card.portrait{aspect-ratio:4 / 5}.instagram-post-card.landscape{aspect-ratio:4 / 3}.instagram-post-card.span-full{grid-column:1 / -1;aspect-ratio:16 / 9}.instagram-post-card img{width:100%;height:100%;object-fit:cover;display:block}.instagram-post-card.portrait img{object-position:top center}.instagram-post-card.landscape img{object-position:center center}.instagram-feature-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;background:transparent;border:1.5px solid var(--accent);border-radius:6px;color:var(--accent);font-size:.95rem;font-weight:600;letter-spacing:.02em;text-decoration:none;transition:background .18s ease,color .18s ease}.instagram-feature-cta:hover{background:var(--accent);color:#fff}.instagram-feature-cta:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.instagram-feature-cta svg{flex-shrink:0}.instagram-feature-cta-wrap{text-align:center}@media (min-width: 1440px){.instagram-feature{padding:100px 0}.instagram-feature-layout{gap:72px}}@media (max-width: 1024px){.instagram-feature-grid{gap:14px}.instagram-feature-layout{gap:36px}}@media (max-width: 768px){.instagram-feature{padding:60px 0}.instagram-feature-grid{grid-template-columns:repeat(3,1fr);gap:10px}.instagram-feature-layout{grid-template-columns:1fr;gap:32px}.instagram-post-grid{grid-template-columns:repeat(3,1fr);grid-template-rows:auto}.instagram-post-card.span-full{grid-column:auto;aspect-ratio:4 / 5}.instagram-post-card.landscape{aspect-ratio:4 / 5}}@media (max-width: 480px){.instagram-feature{padding:48px 0}.instagram-feature-grid,.instagram-post-grid{grid-template-columns:1fr;gap:12px}.instagram-post-card.portrait,.instagram-post-card.landscape,.instagram-post-card.span-full{aspect-ratio:4 / 5;grid-column:auto}.instagram-feature-lead{max-width:100%}}@media (prefers-reduced-motion: reduce){.instagram-post-card,.instagram-feature-cta{transition:none}}
