.nav{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:2rem 4rem;background:#f8fafccc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;border-bottom:1px solid rgba(14,165,233,.1)}.nav-logo{font-size:1.25rem;font-weight:600;color:var(--color-text);text-decoration:none;transition:opacity .3s ease}.nav-logo:hover{opacity:.6}.nav-links{display:flex;gap:2rem}.nav-links a{color:var(--color-muted);text-decoration:none;font-size:1rem;transition:color .3s ease;position:relative}.nav-links a:hover,.nav-links a.active{color:var(--color-text)}.nav-links a.active:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:var(--color-accent)}@media (max-width: 768px){.nav{padding:1.5rem 2rem}.nav-links{gap:1.5rem}}.about{min-height:100vh;padding:12rem 4rem 4rem;display:flex;justify-content:center}.about-container{max-width:1200px;width:100%}.about-hero-split{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;margin-bottom:4rem}.about-text-section{display:flex;flex-direction:column;gap:1.5rem}.about-title{font-size:3.5rem;font-weight:700;line-height:1.1;letter-spacing:-.02em;color:var(--color-text);margin-bottom:.5rem}.wave-emoji{display:inline-block;font-size:3.5rem;transform-origin:70% 70%}.about-intro{font-size:1.375rem;color:var(--color-text);line-height:1.6;font-weight:400}.about-bio{display:flex;flex-direction:column;gap:1rem;margin-bottom:0}.about-bio p{font-size:1.125rem;color:var(--color-muted);line-height:1.7}.about-bio strong{color:var(--color-text);font-weight:600}.about-bio a{color:var(--color-accent);text-decoration:none;transition:opacity .2s ease}.about-bio a:hover{opacity:.8;text-decoration:underline}.about-image-section{position:relative;display:flex;justify-content:center;align-items:center;padding-top:5.5rem}.image-decoration{position:relative;width:100%;max-width:360px}.image-decoration:before{content:"";position:absolute;top:-20px;left:-20px;right:20px;bottom:20px;background:linear-gradient(135deg,#e8734a33,#f0956e26);border-radius:24px;z-index:0}.image-decoration:after{content:"";position:absolute;top:20px;left:20px;right:-20px;bottom:-20px;background:linear-gradient(135deg,#f0956e40,#e8734a33);border-radius:24px;z-index:0}.about-image-wrapper{position:relative;z-index:1;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #00000026;background:#fff;border:3px solid rgba(232,115,74,.4)}.about-image-wrapper img{width:100%;height:auto;display:block;aspect-ratio:3/4;object-fit:cover}.about-cta{margin-top:-5rem}.cta-buttons{display:flex;gap:1rem;flex-wrap:wrap}.cta-button{display:inline-block;padding:1rem 2rem;text-decoration:none;border-radius:12px;font-size:1.125rem;font-weight:500;transition:all .3s ease}.cta-primary{background:linear-gradient(135deg,#e8734a,#f0956e);color:#fff;box-shadow:0 4px 12px #e8734a40}.cta-primary:hover{background:linear-gradient(135deg,#d4623c,#e8734a);transform:translateY(-2px);box-shadow:0 8px 24px #e8734a59}.cta-secondary{background:#fff;color:#e8734a;border:2px solid #e8734a;box-shadow:0 2px 8px #e8734a1a}.cta-secondary:hover{background:#fef3ed;transform:translateY(-2px);box-shadow:0 4px 16px #e8734a33}@media (max-width: 968px){.about-hero-split{grid-template-columns:1fr;gap:3rem}.about-image-section{order:-1}.image-decoration{max-width:300px}}@media (max-width: 768px){.about{padding:6rem 2rem 3rem}.about-title,.wave-emoji{font-size:2.5rem}.about-intro{font-size:1.25rem}.about-bio p{font-size:1rem}.image-decoration{max-width:250px}.cta-buttons{flex-direction:column}.cta-button{width:100%;text-align:center}}.work{min-height:100vh;padding:8rem 4rem 4rem}.work-container{max-width:1400px;margin:0 auto}.work-title{font-size:3rem;font-weight:700;margin-bottom:4rem;letter-spacing:-.02em;color:var(--color-text)}.work-grid{display:flex;flex-direction:column;gap:2rem}.case-card-wrapper{width:100%;position:relative;z-index:1}.case-card{text-decoration:none;color:inherit;display:grid;grid-template-columns:45% 55%;gap:0;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .3s ease;align-items:stretch}.case-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001f}.case-card-image-container{height:100%;min-height:400px;overflow:hidden}.case-card-image{width:100%;height:100%;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:0;margin:0}.case-card-image img{width:100%;height:100%;object-fit:cover;display:block;margin:0;padding:0}.image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:600;text-align:center;padding:2rem}.case-card-content{padding:3rem;display:flex;flex-direction:column;justify-content:space-between}.case-card-header{margin-bottom:1.5rem}.case-card-title{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:var(--color-text);line-height:1.2}.case-card-subtitle{display:block;font-size:.95rem;color:#e8734a;font-weight:500;margin-top:.5rem}.case-card-description{font-size:1.125rem;color:var(--color-muted);line-height:1.7;margin-bottom:2rem}.case-card-tags{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:2rem}.tag{display:inline-flex;align-items:center;padding:.25rem .75rem;background:#e8734a14;border-radius:100px;font-size:.75rem;color:var(--color-muted);font-weight:500;letter-spacing:.01em}.case-card-cta{margin-top:auto}.learn-more{display:inline-block;padding:.75rem 1.5rem;background:#0000000d;border-radius:8px;font-size:.875rem;font-weight:600;letter-spacing:.05em;color:var(--color-muted);transition:all .2s ease}.case-card:hover .learn-more{background:#e8734a;color:#fff}@media (max-width: 1024px){.case-card{grid-template-columns:1fr}.case-card-image-container{min-height:300px}.case-card-content{padding:2rem}}@media (max-width: 768px){.work{padding:6rem 2rem 3rem}.work-title{font-size:2rem;margin-bottom:2rem}.work-grid{gap:1.5rem}.case-card-title{font-size:1.5rem}.case-card-description{font-size:1rem}.case-card-image-container{min-height:250px}}.case-study{min-height:100vh;padding:6rem 0 4rem}.case-study-container{max-width:100%;margin:0 auto;position:relative;z-index:1}.back-link{display:inline-block;color:var(--color-muted);text-decoration:none;margin-bottom:2rem;font-size:1rem;transition:color .3s ease;padding-left:12vw}.back-link:hover{color:var(--color-text)}.case-study-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;letter-spacing:-.03em;color:var(--color-text);padding:0 12vw}.disclaimer-section{background:#fff3cd80;border-left:4px solid #f59e0b;border-radius:8px;padding:1.5rem;margin:0 12vw 3rem}.disclaimer-section p{font-size:.9375rem;color:#92400e;line-height:1.6;margin:0;font-style:italic}.overview-pain-points{margin-top:3rem;margin-bottom:2.5rem}.overview-subsection-title{font-size:1.375rem;font-weight:700;color:var(--color-text);margin-bottom:1.5rem}.pain-points-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.pain-point-card{background:#ffffffb3;border:1px solid rgba(0,0,0,.06);border-radius:14px;padding:1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem;transition:transform .2s ease,box-shadow .2s ease}.pain-point-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000014}.pain-point-icon{font-size:2rem}.pain-point-description{font-size:.9375rem;color:var(--color-muted);line-height:1.5}.overview-file-types{margin-bottom:3rem}.file-types-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem}.file-type-card{background:#ffffffb3;border:1px solid rgba(0,0,0,.06);border-radius:14px;padding:1.25rem 1rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.5rem;transition:transform .2s ease,box-shadow .2s ease}.file-type-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000014}.file-type-icon{font-size:2rem}.file-type-label{font-size:.875rem;font-weight:600;color:var(--color-text)}.file-types-note{text-align:center;margin-top:1rem;font-size:.875rem;color:var(--color-muted);font-style:italic}.case-study-overview:after,.problem-section:after,.challenge-section:after,.opportunity-section:after,.content-section:after,.phase-section:after{content:"";position:absolute;bottom:0;left:12vw;right:12vw;height:1px;background:#00000026}.case-study-overview{background:none;-webkit-backdrop-filter:none;backdrop-filter:none;border-radius:0;padding:0 12vw;margin-bottom:0;border:none;border-bottom:none;position:relative}.overview-description{font-size:1.1875rem;line-height:1.8;color:var(--color-text);margin-bottom:1rem;max-width:720px}.overview-top{display:flex;gap:3rem;margin-bottom:1rem}.overview-with-video .overview-top{align-items:flex-start}.overview-text,.overview-video{flex:1;min-width:0}.overview-video .video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:12px;box-shadow:0 4px 20px #00000014}.overview-video .video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:12px}.release-notes-link{display:inline-block;font-size:1rem;font-weight:500;color:#e8734a;text-decoration:none;margin-bottom:2.5rem;transition:opacity .2s ease}.release-notes-link:hover{opacity:.8;text-decoration:underline}.overview-details-wrapper{border-radius:16px;overflow:hidden}.overview-cover-image{width:100%;overflow:hidden;max-height:700px}.overview-cover-image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center top}.overview-details{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding:2rem;border-top:none;background:#fff;border-radius:0;box-shadow:none}.overview-column h3{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-muted);margin-bottom:.75rem}.overview-column p{font-size:.95rem;color:var(--color-text);line-height:1.6;margin-bottom:.25rem}.business-impact-section{background:none;padding:5rem 12vw;margin:0;position:relative;overflow:hidden;margin-top:3rem}.business-impact-section:before,.business-impact-section:after{content:"";position:absolute;left:12vw;right:12vw;height:1px;background:#00000026}.business-impact-section:before{top:0}.business-impact-section:after{bottom:0}.business-impact-section .section-title{color:var(--color-text);font-size:2rem;margin-bottom:3rem;position:relative;z-index:1}.impact-layout{display:grid;grid-template-columns:2fr 3fr;gap:3rem;align-items:start;position:relative;z-index:1}.impact-video-placeholder{width:100%;aspect-ratio:16 / 9;background:#ffffff14;border:2px dashed rgba(255,255,255,.2);border-radius:12px;display:flex;align-items:center;justify-content:center}.impact-video-placeholder span{color:#ffffff80;font-size:1rem;font-weight:500}.impact-video-wrapper .video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:12px}.impact-video-wrapper .video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:12px}.impact-image-wrapper{border-radius:12px;overflow:hidden}.impact-image-wrapper .impact-image{width:100%;height:auto;display:block;border-radius:12px}.impact-bullets{display:flex;flex-direction:column;gap:1.5rem}.impact-bullet{display:flex;align-items:flex-start;gap:1rem}.impact-icon{font-size:1.5rem;flex-shrink:0;margin-top:.125rem}.impact-stamp{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:#e8734a14;border-radius:8px;font-size:1.1rem;font-weight:700;color:#e8734a;flex-shrink:0}.impact-text{display:flex;flex-direction:column;gap:.25rem}.impact-metric{font-size:1.5rem;font-weight:800;color:#e8734a;font-family:var(--font-display)}.impact-label{font-size:.9375rem;color:var(--color-muted);line-height:1.5}.impact-grid-layout{position:relative;z-index:1}.impact-top-stat{margin-bottom:1.5rem;display:flex;align-items:baseline;gap:.75rem}.impact-top-metric{font-size:3.5rem;font-weight:800;color:#e8734a;font-family:var(--font-display);line-height:1.2;flex-shrink:0}.impact-top-label{font-size:1rem;color:var(--color-muted);line-height:1.5}.impact-metrics-column{display:flex;flex-direction:column}.impact-image-full{margin-bottom:2.5rem;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014}.impact-image-full .impact-image{width:100%;height:auto;display:block}.impact-split-layout{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:end}.impact-image-side{border-radius:12px;overflow:hidden}.impact-image-side img{width:100%;height:auto;display:block;border-radius:12px}.impact-metrics-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.impact-metric-card{background:#fff;border-radius:12px;padding:1.5rem;text-align:center;box-shadow:0 2px 12px #0000000f;display:flex;flex-direction:column;gap:.25rem}.impact-metric-value{font-size:1.75rem;font-weight:800;color:#e8734a;font-family:var(--font-display);line-height:1.2}.impact-metric-label{font-size:.875rem;color:var(--color-muted);line-height:1.4}.impact-bullets-only{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;position:relative;z-index:1}.impact-headline-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3rem}.impact-headline-item{display:flex;flex-direction:column;gap:.25rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 12px #0000000f}.impact-headline-metric{font-size:2rem;font-weight:800;color:#e8734a;font-family:var(--font-display);letter-spacing:.02em}.impact-headline-label{font-size:1rem;color:var(--color-muted);line-height:1.5}.impact-circles{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem}.impact-circle{width:100%;aspect-ratio:1;max-width:150px;margin:0 auto;border-radius:50%;border:3px solid #e8734a;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1rem;background:#fff;box-shadow:0 2px 12px #0000000f}.impact-circle-metric{font-size:1.75rem;font-weight:800;color:#e8734a;font-family:var(--font-display);line-height:1.2}.impact-circle-label{font-size:.75rem;color:var(--color-muted);line-height:1.3;margin-top:.25rem}.problem-section{padding:4rem 12vw;margin-bottom:0;border-bottom:none;position:relative}.problem-text{font-size:1.0625rem;color:var(--color-text);line-height:1.8;max-width:none}.challenge-section{padding:4rem 12vw;margin-bottom:0;border-bottom:none;position:relative}.opportunity-section{background:linear-gradient(135deg,#ffedd566,#fef3c766);padding:4rem 12vw;margin-bottom:0;border:none;border-bottom:none;position:relative}.section-subtitle{font-size:1.375rem;font-weight:600;color:#c2410c;margin-bottom:1rem;font-style:italic}.section-title{font-size:1.75rem;font-weight:700;color:var(--color-text);margin-bottom:1.5rem}.section-text{font-size:1rem;color:var(--color-text);line-height:1.8;margin-bottom:2rem}.final-product-section{background:linear-gradient(135deg,#d4623c,#e8734a);padding:5rem 12vw;margin:4rem 0;position:relative;overflow:hidden;text-align:center}.final-product-section:before{content:"";position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%}.final-product-section .section-title{color:#fff;position:relative;z-index:1;font-size:2rem;margin-bottom:1.5rem}.final-product-kpi{position:relative;z-index:1}.final-product-kpi .kpi-metric{font-size:3rem;font-weight:700;color:#fff;-webkit-text-fill-color:white;background:none;line-height:1.2;margin-bottom:1rem}.final-product-kpi .kpi-label{font-size:1.25rem;color:#fffffff2;line-height:1.6;font-weight:400}.options-featured-layout{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start;margin-top:1rem}.options-featured-text .section-text{margin-bottom:0}.options-grid-alt{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:1.5rem}.options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.option-card{background:#fff9;border:2px solid rgba(0,0,0,.08);border-radius:12px;padding:1.5rem;position:relative}.option-card.selected{border-color:#00000014;background:#fff9}.option-title{font-size:1rem;font-weight:600;color:var(--color-text);margin-bottom:.75rem}.option-description{font-size:.9375rem;color:var(--color-muted);line-height:1.6;margin-bottom:1rem}.option-image-placeholder{margin-top:1rem;width:100%;aspect-ratio:16 / 10;background:linear-gradient(135deg,#fff7ed,#fed7aa);border-radius:8px;display:flex;align-items:center;justify-content:center;border:2px dashed rgba(232,115,74,.3)}.option-image-placeholder span{color:#e8734a;font-size:.875rem;font-weight:500}.option-image-container{margin-top:1rem;width:100%;border-radius:8px;overflow:hidden}.option-image{width:100%;height:auto;display:block;border-radius:8px}.selected-badge{display:inline-block;margin-bottom:.75rem;padding:.375rem .875rem;background:#e8734a;color:#fff;border-radius:100px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.decisions-accordion-list{margin-top:2rem;border-top:1px solid rgba(0,0,0,.15)}.decisions-accordion-item{border-bottom:1px solid rgba(0,0,0,.15)}.decisions-accordion-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;background:none;border:none;cursor:pointer;font-size:1rem;font-weight:600;color:var(--color-text);text-align:left;transition:color .2s ease}.decisions-accordion-trigger:hover{color:#e8734a}.decisions-accordion-icon{font-size:.75rem;font-weight:300;transition:transform .3s ease;color:var(--color-muted)}.decisions-accordion-icon.open{transform:rotate(180deg)}.decisions-accordion-content{overflow:hidden;padding-bottom:1.5rem}.decision-item{margin-top:2.5rem;padding-top:2.5rem;border-top:1px solid rgba(0,0,0,.08)}.decision-item:first-of-type{margin-top:2rem;padding-top:0;border-top:none}.decision-question{font-size:1.25rem;font-weight:600;color:var(--color-text);margin-bottom:1rem}.decision-implication{font-size:.9375rem;color:var(--color-muted);line-height:1.8;margin-bottom:1.5rem;max-width:800px}.decision-image-placeholder{margin-top:1.5rem;width:100%;aspect-ratio:16 / 9;background:linear-gradient(135deg,#fff7ed,#fed7aa);border-radius:12px;display:flex;align-items:center;justify-content:center;border:2px dashed rgba(232,115,74,.3)}.decision-image-placeholder span{color:#e8734a;font-size:1rem;font-weight:500}.content-section{padding:4rem 12vw;margin-bottom:0;border-bottom:none;position:relative;background:none;box-shadow:none;border-radius:0}.section-chip{display:inline-block;font-size:.875rem;font-weight:600;color:#e8734a;background:#e8734a1a;padding:.375rem .875rem;border-radius:100px;margin-bottom:1rem}.section-image-container{margin:2rem 0 2.5rem;width:100%;border-radius:12px;overflow:hidden}.section-image{width:100%;height:auto;display:block;border-radius:12px}.section-timeline{position:relative;padding:5rem 0 3rem;margin:2rem 0 6rem}.timeline-bar{position:absolute;top:50%;left:0;right:0;height:6px;border-radius:3px;background:linear-gradient(90deg,#e8734a,#f0956e 40%,#ddc8ea,#4338ca);transform:translateY(-50%)}.timeline-items{position:relative;display:flex;justify-content:space-between;align-items:center;height:0}.timeline-item{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;max-width:160px}.timeline-dot{width:12px;height:12px;border-radius:50%;background:#94a3b8;border:2px solid white;position:relative;z-index:2;flex-shrink:0;margin:0}.timeline-date{position:absolute;bottom:100%;margin-bottom:2rem;font-size:1.125rem;font-weight:700;color:var(--color-text);white-space:nowrap}.timeline-label{position:absolute;top:100%;margin-top:1rem;font-size:.8125rem;font-weight:500;color:var(--color-muted);line-height:1.4;white-space:normal;width:140px}.timeline-sublabel{position:absolute;top:100%;margin-top:2.5rem;font-size:.75rem;color:var(--color-muted);line-height:1.4;opacity:.8;width:140px}@media (max-width: 768px){.section-timeline{overflow-x:auto;padding:4rem 1rem 5rem}.timeline-items{min-width:700px}}.content-section .section-title{font-size:1.75rem;font-weight:700;color:var(--color-text);margin-bottom:.75rem;letter-spacing:-.01em}.content-section .section-text{font-size:1rem;color:var(--color-muted);line-height:1.8;max-width:760px;margin-bottom:2rem}.content-section .section-text.section-text-full{max-width:none}.card-accordion-layout{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start;margin-top:1rem}.card-accordion-list{display:flex;flex-direction:column;border-top:1px solid rgba(0,0,0,.1)}.card-accordion-item{border-bottom:1px solid rgba(0,0,0,.1)}.card-accordion-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;background:none;border:none;cursor:pointer;text-align:left;transition:color .2s ease}.card-accordion-trigger:hover{color:#e8734a}.card-accordion-trigger-text{display:flex;align-items:center;gap:.75rem;font-size:1.125rem;font-weight:600;color:var(--color-text)}.card-accordion-item.expanded .card-accordion-trigger-text{color:#e8734a}.card-accordion-icon{font-size:1.25rem}.card-accordion-arrow{font-size:.75rem;color:var(--color-muted);transition:transform .3s ease}.card-accordion-arrow.open{transform:rotate(180deg)}.card-accordion-content{overflow:hidden;padding-bottom:1.25rem}.card-accordion-content p{font-size:.9375rem;color:var(--color-muted);line-height:1.8;margin:0}.card-accordion-image{border-radius:12px;overflow:hidden;box-shadow:none;position:sticky;top:6rem}.card-accordion-image img{width:100%;display:block;border-radius:12px}.card-accordion-image img.accordion-img-contain{height:auto;object-fit:contain}.card-accordion-image img.accordion-img-cover{height:400px;object-fit:cover;object-position:top left}@media (max-width: 768px){.card-accordion-layout{grid-template-columns:1fr}.card-accordion-image{position:static}}.section-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:.5rem}.section-card{background:#fff;border-radius:16px;padding:1.75rem;box-shadow:0 2px 12px #0000000d;border:1px solid rgba(0,0,0,.04);transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.section-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000014}.section-card-icon{font-size:2rem;margin-bottom:.75rem}.section-card-title{font-size:1.25rem;font-weight:700;color:var(--color-text);margin-bottom:.75rem}.section-card-content{font-size:.9375rem;color:var(--color-muted);line-height:1.7;flex:1}.section-card-image{margin-top:1.5rem;border-radius:10px;overflow:hidden}.section-card-image img{width:100%;height:auto;display:block;border-radius:10px}.role-timeline-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.role-timeline-item a{color:#e8734a;text-decoration:none;transition:opacity .2s ease}.role-timeline-item a:hover{opacity:.8;text-decoration:underline}.subsection{margin-top:3rem;padding-top:2.5rem;border-top:1px solid rgba(0,0,0,.06)}.subsection:first-of-type{margin-top:2rem;padding-top:0;border-top:none}.subsection-with-image{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.subsection-text-content{display:flex;flex-direction:column}.subsection-title{font-size:1.375rem;font-weight:700;color:var(--color-text);margin-bottom:.75rem;letter-spacing:-.01em}.subsection-text{font-size:1rem;color:var(--color-muted);line-height:1.8;max-width:680px}.subsection-with-image .subsection-image-container{margin-top:0}.subsection-image-container{margin-top:2rem;width:100%;border-radius:12px;overflow:hidden}.subsection-image-container.compact{max-width:500px;box-shadow:none}.subsection-image-container:not(.compact){box-shadow:0 4px 20px #0000001a}.subsection-image{width:100%;height:auto;display:block}.subsection-with-children{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.subsection-with-children-no-image{display:block}.subsection-with-children .subsection-image-container{margin-top:0;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.accordion-list{margin-top:1.5rem;display:flex;flex-direction:column;border-top:1px solid rgba(0,0,0,.08)}.accordion-item{border-bottom:1px solid rgba(0,0,0,.08)}.accordion-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;background:none;border:none;cursor:pointer;font-size:1.0625rem;font-weight:600;color:var(--color-text);text-align:left;transition:color .25s cubic-bezier(.4,0,.2,1)}.accordion-trigger:hover{color:#e8734a}.accordion-arrow{font-size:.75rem;transition:transform .3s ease;color:var(--color-muted)}.accordion-arrow.open{transform:rotate(180deg)}.accordion-content{overflow:hidden;padding-bottom:1.5rem}.accordion-content .subsection-child-text{font-size:1rem;color:var(--color-muted);line-height:1.8;margin-bottom:1rem}.accordion-content .subsection-image-container{margin-top:1rem}.case-study-phases{display:flex;flex-direction:column;gap:0}.phase-section{padding:4rem 12vw;border-bottom:none;position:relative;background:none;border-radius:0;box-shadow:none}.phase-section:after{content:"";position:absolute;bottom:0;left:12vw;right:12vw;height:1px;background:#0000001a}.phase-section:last-child:after{display:none}.phase-header{margin-bottom:1.5rem}.phase-number{display:inline-block;font-size:.875rem;font-weight:600;color:#e8734a;background:#e8734a1a;padding:.375rem .875rem;border-radius:100px;margin-bottom:1rem}.phase-timeline{display:inline-block;font-size:.875rem;font-weight:700;color:var(--color-accent);background:#0ea5e91a;padding:.375rem .875rem;border-radius:100px;margin-left:.5rem;margin-bottom:1rem}.phase-title{font-size:2rem;font-weight:700;color:var(--color-text);margin-top:.5rem}.phase-description{font-size:1.125rem;color:var(--color-text);line-height:1.7;margin-bottom:2rem}.video-section{padding:0 12vw;margin-bottom:3rem}.video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:16px;box-shadow:0 4px 20px #00000014}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:16px}.phase-content{font-size:1.0625rem;line-height:1.8;color:var(--color-text)}.phase-content-with-image{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start}.phase-content-with-image .phase-content{font-size:1.0625rem;line-height:1.8;color:var(--color-text)}.phase-content-with-image .phase-below-image{margin-top:0;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014}.phase-content-with-image .phase-below-image img{width:100%;height:auto;display:block}.phase-highlights{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.highlight-card{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 4px 16px #0000000f;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s cubic-bezier(.22,1,.36,1);display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start}.highlight-card:nth-child(2n){direction:rtl}.highlight-card:nth-child(2n)>*{direction:ltr}.highlight-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001a}.highlight-text{display:flex;flex-direction:column}.highlight-icon{font-size:2rem;display:block;margin-bottom:.75rem}.highlight-title{font-size:1.25rem;font-weight:700;color:var(--color-text);margin-bottom:.75rem}.highlight-description{font-size:1rem;color:var(--color-muted);line-height:1.7}.highlight-design-decision{margin-top:1rem;padding-top:0;border-top:none}.highlight-design-challenge{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.08)}.highlight-design-challenge p{font-size:1rem;color:var(--color-muted);line-height:1.7;margin:0}.highlight-decision-label{display:inline-block;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#e8734a;margin-bottom:.5rem}.highlight-design-decision p{font-size:1rem;color:var(--color-muted);line-height:1.7;margin:0}.highlight-image-container{border-radius:10px;overflow:hidden;align-self:center}.highlight-image{width:100%;height:auto;display:block;border-radius:10px;transition:transform .6s cubic-bezier(.22,1,.36,1)}.highlight-card:hover .highlight-image-container .highlight-image{transform:scale(1.02)}.highlight-card.highlight-card-stacked{grid-template-columns:1fr;direction:ltr}.highlight-card.highlight-card-stacked:nth-child(2n){direction:ltr}.highlight-image-top{border-radius:12px;overflow:hidden;width:100%}.highlight-image-top img{width:100%;height:auto;display:block;border-radius:12px;transition:transform .6s cubic-bezier(.22,1,.36,1)}.highlight-card:hover .highlight-image-top img{transform:scale(1.02)}.phase-highlights-compact{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-top:2rem}.highlight-card-compact{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 16px #0000000f;transition:transform .2s ease}.highlight-card-compact:hover{transform:translateY(-4px)}.phase-images{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}.phase-below-image{margin-top:2.5rem;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014}.phase-below-image img{width:100%;height:auto;display:block}.phase-image-item{display:flex;flex-direction:column;align-items:center;gap:.75rem}.phase-image-label{font-size:.875rem;font-weight:600;color:var(--color-muted);text-transform:uppercase;letter-spacing:.05em}.phase-image-item:hover .phase-image{box-shadow:0 8px 24px #00000026;transform:translateY(-2px)}.phase-image{width:100%;border-radius:12px;box-shadow:0 4px 16px #00000014;transition:all .2s ease}.lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.lightbox-content{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center;gap:1rem}.lightbox-content img{max-width:100%;max-height:80vh;border-radius:12px;object-fit:contain}.lightbox-close{position:absolute;top:-2.5rem;right:0;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.5rem;opacity:.8;transition:opacity .2s ease}.lightbox-close:hover{opacity:1}.lightbox-label{font-size:1rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.05em}.case-study-content{font-size:1rem;line-height:1.8;color:var(--color-muted);padding:4rem 12vw}.highlight-problem,.highlight-solution,.highlight-what-i-did,.highlight-impact{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.08)}.highlight-problem:first-of-type{border-top:none;padding-top:0}.highlight-section-label{display:inline-block;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#e8734a;margin-bottom:.5rem}.highlight-problem p,.highlight-solution p,.highlight-what-i-did p,.highlight-impact p{font-size:1rem;color:var(--color-muted);line-height:1.7;margin:0}.highlight-solution-details{margin-top:1rem;padding-left:1rem;border-left:2px solid rgba(0,0,0,.08);display:flex;flex-direction:column;gap:1rem}.highlight-solution-detail{display:flex;flex-direction:column;gap:.25rem}.highlight-detail-label{font-size:.8125rem;font-weight:700;color:var(--color-text)}.highlight-solution-detail p{font-size:.9375rem;color:var(--color-muted);line-height:1.7;margin:0}.highlight-card .highlight-description{margin-bottom:.5rem;padding-bottom:.75rem;border-bottom:none}.highlight-card .highlight-problem+.highlight-solution{border-top:none;padding-top:.5rem}.highlight-card .highlight-solution+.highlight-what-i-did{border-top-color:#0000000a}.highlight-card .highlight-what-i-did+.highlight-impact{border-top-color:#0000000a}.highlight-workflow{margin-top:1.5rem;padding:1.5rem 0;background:none;border-radius:0;border:none;overflow-x:auto}.workflow-steps{display:flex;align-items:center;justify-content:center;gap:0;min-width:max-content}.workflow-step-item{display:flex;align-items:center;gap:0}.workflow-step-node{display:none}.workflow-step-label{font-size:.875rem;font-weight:500;color:var(--color-text);padding:.75rem 1.25rem;border:2px solid var(--color-accent);border-radius:8px;background:#fff;white-space:nowrap;text-align:center}.workflow-step-connector{width:2.5rem;height:2px;background:var(--color-muted);margin:0 .25rem;flex-shrink:0;position:relative}.workflow-step-connector:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:0;height:0;border-left:6px solid var(--color-muted);border-top:4px solid transparent;border-bottom:4px solid transparent}@media (max-width: 968px){.overview-details{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.case-study{padding:6rem 0 3rem}.case-study-title{font-size:2.25rem;padding:0 1.5rem}.back-link{padding-left:1.5rem}.disclaimer-section{margin:0 1.5rem 2rem}.case-study-overview{padding:2rem 1.5rem}.overview-top{flex-direction:column;gap:2rem}.overview-details{grid-template-columns:1fr;gap:1.5rem}.phase-section{padding:3rem 1.5rem}.phase-title{font-size:1.5rem}.business-impact-section{padding:3rem 1.5rem}.business-impact-section .section-title{font-size:1.75rem;margin-bottom:2rem}.impact-layout,.impact-headline-stats{grid-template-columns:1fr}.impact-circles{grid-template-columns:repeat(3,1fr)}.impact-metrics-grid{grid-template-columns:repeat(2,1fr)}.impact-split-layout{grid-template-columns:1fr}.impact-top-metric{font-size:2.5rem}.section-title{font-size:1.5rem}.problem-section,.challenge-section,.opportunity-section,.final-product-section{padding:3rem 1.5rem}.final-product-kpi .kpi-metric{font-size:2rem}.options-grid,.options-featured-layout,.options-grid-alt{grid-template-columns:1fr}.content-section{padding:3rem 1.5rem}.role-timeline-grid{grid-template-columns:1fr;gap:2rem}.subsection-child,.subsection-with-image,.subsection-with-children,.section-cards-grid{grid-template-columns:1fr}.pain-points-grid{grid-template-columns:repeat(2,1fr)}.file-types-grid{grid-template-columns:repeat(3,1fr)}.video-section{padding:0 1.5rem}.phase-images,.phase-content-with-image,.highlight-card{grid-template-columns:1fr}.highlight-card:nth-child(2n){direction:ltr}.workflow-steps{flex-direction:column;align-items:flex-start;gap:0;min-width:unset}.workflow-step-item{flex-direction:column;align-items:flex-start}.workflow-step-connector{width:2px;height:1.5rem;margin:.25rem 0 .25rem 2rem}.workflow-step-connector:after{right:auto;bottom:0;top:auto;left:50%;transform:translate(-50%);border-left:4px solid transparent;border-right:4px solid transparent;border-top:6px solid var(--color-muted);border-bottom:none}}html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}:root{--color-bg: #f8fafc;--color-text: #0f172a;--color-accent: #0ea5e9;--color-accent-dark: #0284c7;--color-muted: #64748b;--color-light: #e0f2fe;--font-sans: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;--font-display: "Arvo", Georgia, serif}body{font-family:var(--font-sans);background:linear-gradient(160deg,#fef5ee,#fdf2f4 35%,#f9f0f9,#f3f0fb 85%,#eef0fd);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-display)}body:before{display:none}body:after{display:none}@keyframes float{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}#root{min-height:100vh;position:relative;z-index:1}
