@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;margin:0;background-color:#fff;overflow-x:hidden}.portfolio{width:100vw;overflow-x:hidden}.container{max-width:100%;margin:0 auto;padding:0 60px}.header{position:fixed;top:0;left:0;right:0;background:#fff;z-index:1000;padding:1rem 0;border-bottom:1px solid #e5e5e5}.header .container{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.3rem;font-weight:600}.logo-img{width:200px;height:auto}.name-first{color:#000;margin-left:.1rem}.name-last{color:#000}.nav{display:flex;gap:2.5rem}.nav-link{text-decoration:none;color:#333;font-weight:400;font-size:.95rem;transition:color .3s ease}.header .nav a:focus,.header .nav button:focus{outline:none}.nav-link:hover,.nav-button:hover{color:#4292decd}.hero{background:linear-gradient(180deg,#4292decd 54%,#9dd4da99 87%,#fff);min-height:100vh;width:100vw;display:flex;align-items:center;text-align:left;color:#fff;padding-top:70px;margin:0;position:relative;overflow:hidden}.hero .container{text-align:left;position:relative;z-index:1}.hero-content{display:grid;grid-template-columns:1.4fr 1fr;gap:3rem;align-items:center;position:relative;z-index:2}.hero-text{display:flex;flex-direction:column;justify-content:center}.hero-title{font-size:4rem;font-weight:700;margin-bottom:1.3rem;line-height:1.1;text-align:left;animation:fadeInUp 1s ease-out}.hero-subtitle{font-size:2.5rem;font-weight:400;line-height:1.5;text-align:left}.hero-image{display:flex;justify-content:center;align-items:center;animation:fadeInUp 1.4s ease-out}.hero-image img{width:350px;height:450px;border-radius:24px;box-shadow:0 0 0 8px #fff6,0 0 0 16px #fff3,0 25px 70px #00000040;object-fit:cover;object-position:center}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.about{background:linear-gradient(180deg,#4292decd,#9dd4dacc 80%);padding:0;width:100vw;margin-top:100px}.about .container{max-width:100%;padding:0}.about-content{display:grid;grid-template-columns:50% 50%;gap:0;align-items:stretch;width:100%;height:auto}.about-text{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:4rem 4rem 4rem 60px}.about-title{font-size:3rem;font-weight:500;margin-bottom:2rem;color:#000}.about-description{margin-bottom:2.5rem}.about-description p{margin-bottom:1.5rem;font-size:1.2rem;line-height:1.8;color:#1a1a1a}.btn-primary{background-color:#000;color:#fff;border:none;padding:1.2rem 2.5rem;border-radius:30px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;align-self:flex-start}.btn-primary:hover{background-color:#333;transform:translateY(-2px)}.about-image{display:flex;justify-content:center;align-items:center;width:100%;height:auto}.tree-image{width:100%;height:auto;object-fit:cover;object-position:left center;border-radius:0;box-shadow:none;max-height:750px}.projects{padding:6rem 0;background:#fff}.projects-title{text-align:center;font-size:3rem;font-weight:500;margin-bottom:4rem;color:#000;letter-spacing:-2px}.project-card{background:linear-gradient(135deg,#f6f8f7,#f5fcf7);border-radius:20px;padding:3rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;border:2px solid #bbf7d0;box-shadow:0 4px 20px #00000014;overflow:hidden;position:relative;max-width:1200px;margin:0 auto}.project-images{display:flex;gap:1.5rem;justify-content:center;position:relative}.phone-1{z-index:1;position:relative;transform:translate(-30px) translateY(130px) scale(1.3)}.phone-2{transform:scale(1.35);z-index:2;position:relative}.phone-screen{width:200px;height:360px;border-radius:22px;object-fit:cover}.project-details{text-align:left}.project-name{font-size:2.5rem;font-weight:200;margin-bottom:1rem;color:#000}.project-description{font-size:1.2rem;margin-bottom:1.5rem;color:#1a1a1a;line-height:1.6}.project-meta{margin-bottom:2rem}.project-meta p{margin-bottom:.5rem;color:#1a1a1a;font-size:1.2rem}.project-btn{display:inline-flex;align-items:center;gap:.5rem;background-color:#000;color:#fff;border:none;padding:.9rem 2.5rem;border-radius:30px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.project-btn:hover{background-color:#333;transform:translateY(-2px)}.footer{background:linear-gradient(180deg,#4292decd,#9dd4da99);padding:5rem 0 1.5rem;color:#fff}.footer-content{display:flex;justify-content:space-between;align-items:center;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.15)}.footer-left{display:flex;flex-direction:column;align-items:flex-start;gap:2rem}.footer-title{font-size:2rem;font-weight:600;margin:0;line-height:1}.copy-email-btn{background-color:#000;color:#fff;border:none;padding:1rem 2rem;border-radius:30px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;align-self:flex-start}.copy-email-btn:hover{background-color:#333;transform:translateY(-2px)}.copy-email-btn:active{transform:translateY(0)}.footer-right{display:flex;gap:3rem}.footer-section h4{font-size:1.2rem;font-weight:550;margin-bottom:.25rem}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.footer-links li a{color:#fff;text-decoration:none;font-size:1rem;opacity:.9;transition:all .2s ease}.footer-links li a:hover{opacity:1;text-decoration:underline}.footer-bottom{text-align:center;padding-top:1.5rem}.footer-bottom p{font-size:.95rem;margin:0}@media (max-width: 768px){.footer{padding:2rem 0 1rem}.footer-content{flex-direction:column;align-items:flex-start;gap:2rem}.footer-left{flex-direction:column;align-items:flex-start;gap:1rem}.footer-title{font-size:1.5rem}.footer-right{width:100%}.copy-email-btn{width:100%;text-align:center}}@media (max-width: 480px){.footer-title{font-size:1.3rem}}@media (max-width: 768px){.container{padding:0 20px}.header .container{flex-direction:column;gap:1rem}.nav{gap:1.5rem}.hero{text-align:center;padding:120px 0 60px}.hero-content{grid-template-columns:1fr;gap:3rem}.hero-text{text-align:center;align-items:center}.hero-title{font-size:3.5rem;text-align:center}.hero-subtitle{font-size:1.5rem;text-align:center;max-width:100%}.hero-image img{width:300px;height:380px}.hero-image:before{width:340px;height:420px}.about-content{grid-template-columns:1fr;gap:2rem;text-align:center}.about-title{font-size:2.5rem}.project-card{grid-template-columns:1fr;gap:2rem;padding:2rem}.project-images{order:2}.project-details{order:1;text-align:center}.phone-1,.phone-2{transform:rotate(-5deg)}.phone-2{transform:rotate(5deg) translate(-15px)}.projects-title,.footer-text{font-size:2rem}}@media (max-width: 480px){.container{padding:0 15px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.about-title,.projects-title{font-size:2rem}.project-name{font-size:1.8rem}.phone-screen{width:140px;height:280px}.project-card{padding:1.5rem}}.nav-link:focus,.btn-primary:focus,.project-btn:focus{outline:2px solid #646cff;outline-offset:2px}.test-section{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;width:100%;background:#fff}.test-header{background:linear-gradient(90deg,#75c994,#16a34a,#75c994);padding:2rem 0;text-align:center;width:100%}.test-title{color:#fff;font-size:2.5rem;font-weight:700;margin:0;letter-spacing:.5px;text-transform:lowercase}.test-container{max-width:1200px;margin:0 auto;padding:3rem 32px}.test-description{text-align:center;font-size:1.3rem;font-weight:500;color:#222;line-height:1.6;margin-bottom:3rem;max-width:900px;margin-left:auto;margin-right:auto}.key-metrics-section{margin-bottom:4rem}.metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.metric-card{border:3px solid #22c55e;border-radius:12px;padding:2rem;text-align:center;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:160px}.metric-value{font-size:2.2rem;font-weight:700;color:#22c55e;margin-bottom:.5rem}.metric-label{font-size:1.1rem;font-weight:600;color:#000;text-align:center;line-height:1.4}.scenario-performance-section{margin-bottom:4rem;display:flex;flex-direction:column;align-items:flex-end}.scenario-performance-section .section-heading{text-align:right;width:100%}.scenario-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem;width:100%;max-width:1200px}.scenario-card{border:2px solid;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;background:#fff}.scenario-header{padding:1.2rem;font-size:1.1rem;font-weight:600;color:#fff;text-transform:capitalize;text-align:center}.emergency-card{border-color:#22c55e}.emergency-card .scenario-header{background:#22c55e}.firstaid-card{border-color:#3b82f6}.firstaid-card .scenario-header{background:#3b82f6}.symptom-card{border-color:#a78bfa}.symptom-card .scenario-header{background:#a78bfa}.nearby-card{border-color:#fbbf24}.nearby-card .scenario-header{background:#fbbf24}.alert-card{border-color:#ef5350}.alert-card .scenario-header{background:#ef5350}.scenario-content{padding:1rem 1.2rem;flex-grow:1;display:flex;flex-direction:column;gap:.6rem}.task-section{font-size:1.1rem;color:#000;line-height:1.4;text-align:center;margin-bottom:.5rem;font-weight:700;text-transform:lowercase}.task-section strong{display:none}.performance-section{border-top:1px solid #e5e7eb;padding-top:.4rem}.performance-section strong{display:block;font-size:.95rem;color:#000;margin-bottom:.3rem;text-transform:capitalize;font-weight:700}.performance-list{list-style:disc;padding-left:1.2rem;margin:0;font-size:.95rem;color:#444;line-height:1.2}.performance-list li{margin-bottom:0}.finding-section{border-top:1px solid #e5e7eb;padding-top:.4rem;min-height:2.5rem;display:flex;flex-direction:column;justify-content:flex-start}.quote-section{border-top:1px solid #e5e7eb;padding-top:.4rem;min-height:4rem;display:flex;flex-direction:column;justify-content:flex-start}.worked-section{border-top:1px solid #e5e7eb;padding-top:.4rem;min-height:4.5rem;display:flex;flex-direction:column;justify-content:flex-start}.finding-section strong,.quote-section strong,.worked-section strong{display:block;font-size:.95rem;color:#000;text-transform:capitalize;margin-bottom:.3rem;font-weight:700}.emergency-card .performance-section strong,.emergency-card .finding-section strong,.emergency-card .quote-section strong,.emergency-card .worked-section strong{color:#22c55e}.firstaid-card .performance-section strong,.firstaid-card .finding-section strong,.firstaid-card .quote-section strong,.firstaid-card .worked-section strong{color:#3b82f6}.symptom-card .performance-section strong,.symptom-card .finding-section strong,.symptom-card .quote-section strong,.symptom-card .worked-section strong{color:#a78bfa}.nearby-card .performance-section strong,.nearby-card .finding-section strong,.nearby-card .quote-section strong,.nearby-card .worked-section strong{color:#fbbf24}.alert-card .performance-section strong,.alert-card .finding-section strong,.alert-card .quote-section strong,.alert-card .worked-section strong{color:#ef5350}.finding-section p,.quote-section p{font-size:.95rem;color:#333;margin:0;line-height:1.3;font-weight:500}.quote-section p{font-style:italic;background:#0000000a;padding:.5rem .8rem;border-left:3px solid;border-radius:3px;margin-top:.3rem}.emergency-card .quote-section p{color:#22c55e;border-left-color:#22c55e;background:#22c55e14;font-weight:600}.firstaid-card .quote-section p{color:#3b82f6;border-left-color:#3b82f6;background:#3b82f614;font-weight:600}.symptom-card .quote-section p{color:#a78bfa;border-left-color:#a78bfa;background:#a78bfa14;font-weight:600}.nearby-card .quote-section p{color:#fbbf24;border-left-color:#fbbf24;background:#fbbf2414;font-weight:600}.alert-card .quote-section p{color:#ef5350;border-left-color:#ef5350;background:#ef535014;font-weight:600}.worked-list{list-style:disc;padding-left:1.2rem;margin:0;font-size:.95rem;color:#444;line-height:1.2}.worked-list li{margin-bottom:.1rem;position:relative;padding-left:.5rem}.worked-list li:before{content:"";position:absolute;left:0;color:#000}.user-feedback-section{margin-bottom:4rem}.feedback-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem}.feedback-card{border:2px solid #22c55e;border-radius:12px;padding:1.5rem;background:#fff;display:flex;flex-direction:column;box-shadow:0 2px 8px #00000014}.feedback-card-header{font-size:1.1rem;font-weight:700;color:#fff;background:#22c55e;padding:.8rem 1rem;border-radius:8px;margin:-1.5rem -1.5rem 1.2rem;text-transform:lowercase}.feedback-card-content{flex-grow:1}.feedback-bar-container{display:flex;align-items:center;gap:1.5rem;margin-bottom:1rem}.feedback-bar{height:20px;border-radius:4px;flex-grow:1;min-width:80px}.feedback-bar.positive{background:#22c55e}.feedback-bar.positive-light{background:#86efac}.feedback-percentage{font-size:1rem;font-weight:600;color:#000;min-width:80px}.feedback-items-container{display:flex;flex-direction:column;gap:1rem}.feedback-item-row{display:flex;justify-content:space-between;align-items:center;padding:.8rem 0;border-bottom:1px solid #e5e7eb}.feedback-item-row:last-child{border-bottom:none}.feedback-item-label{font-size:1rem;color:#444;text-transform:lowercase}.feedback-item-percentage{font-size:1.1rem;font-weight:700;color:#22c55e}.key-takeaways-section{background:linear-gradient(135deg,#22c55e14,#16a34a14);color:#000;padding:3rem;border-radius:8px;margin-top:4rem;border:2px solid #22c55e;max-width:1200px;margin-left:auto;margin-right:auto}.takeaways-title{font-size:2.5rem;font-weight:700;color:#000;margin:0 0 2rem;letter-spacing:-1px;text-transform:lowercase}.takeaways-list{list-style:none;padding:0;margin:0;counter-reset:takeaway}.takeaways-list li{display:grid;grid-template-columns:30px 1fr;gap:.5rem 2rem;align-items:start;margin-bottom:2rem;counter-increment:takeaway}.takeaways-list li:before{content:counter(takeaway) ".";font-weight:700;color:#22c55e;grid-column:1}.takeaways-list strong{display:block;font-size:1.15rem;font-weight:700;text-transform:lowercase;color:#000;grid-column:2}.takeaways-list p{display:block;margin:0;font-size:1.05rem;line-height:1.7;color:#444;grid-column:3}.test-footer{background:linear-gradient(180deg,#4292decd,#9dd4da99);color:#fff;padding:5rem 0 1.5rem}.test-footer-container{max-width:1200px;margin:0 auto;padding:0 32px}.test-footer-content{display:flex;justify-content:space-between;align-items:center;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.15)}.test-footer-left{display:flex;flex-direction:column;align-items:flex-start;gap:2rem}.test-footer-title{font-size:2rem;font-weight:600;margin:0;line-height:1}.test-copy-email-btn{background-color:#000;color:#fff;border:none;padding:1rem 2rem;border-radius:30px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;align-self:flex-start}.test-copy-email-btn:hover{background-color:#333;transform:translateY(-2px)}.test-copy-email-btn:active{transform:translateY(0)}.test-footer-right{display:flex;gap:3rem}.test-footer-section h4{font-size:1.2rem;font-weight:550;margin-bottom:.25rem}.test-footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.test-footer-links li a{color:#fff;text-decoration:none;font-size:1rem;opacity:.9;transition:all .2s ease}.test-footer-links li a:hover{opacity:1;text-decoration:underline}.test-footer-bottom{text-align:center;padding-top:1.5rem}.test-footer-bottom p{font-size:.95rem;margin:0}@media (max-width: 768px){.test-footer{padding:2rem 0 1rem}.test-footer-content{flex-direction:column;align-items:flex-start;gap:2rem}.test-footer-left{flex-direction:column;align-items:flex-start;gap:1rem}.test-footer-title{font-size:1.5rem}.test-footer-right{width:100%}.test-copy-email-btn{width:100%;text-align:center}}@media (max-width: 480px){.test-footer-title{font-size:1.3rem}.test-footer-container{padding:0 16px}}@media (max-width: 1024px){.test-container{padding:2rem 20px}.metrics-grid{grid-template-columns:1fr;gap:1.5rem}.scenario-performance-section{align-items:flex-end}.scenario-performance-section .section-heading{text-align:right;width:100%}.scenario-cards-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}.scenario-content{padding:1rem;gap:.6rem}.feedback-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 768px){.test-title{font-size:2rem}.test-container{padding:2rem 16px}.section-heading{font-size:2rem}.test-description{font-size:1.1rem}.metrics-grid{grid-template-columns:1fr}.metric-card{min-height:140px;padding:1.5rem}.metric-value{font-size:2rem}.metric-label{font-size:1rem}.scenario-performance-section{align-items:flex-end}.scenario-performance-section .section-heading{text-align:right;width:100%}.scenario-cards-grid{grid-template-columns:1fr;gap:1.2rem}.scenario-content{padding:1rem;gap:.6rem}.scenario-header{padding:.7rem;font-size:.9rem;text-align:center}.task-section{font-size:.85rem;margin-bottom:.4rem}.performance-section strong,.finding-section strong,.quote-section strong,.worked-section strong{font-size:.8rem}.performance-list,.worked-list{font-size:.75rem}.finding-section,.quote-section,.worked-section{min-height:2rem}.feedback-bar-container{gap:1rem}.feedback-grid{grid-template-columns:1fr;gap:1.2rem}.feedback-card{padding:1.2rem}.feedback-card-header{font-size:1rem;padding:.7rem .8rem;margin:-1.2rem -1.2rem 1rem}.takeaways-title{font-size:1.8rem}.takeaways-list li{grid-template-columns:30px auto 1fr;gap:.5rem 1rem;margin-bottom:1.5rem}.takeaways-list strong{font-size:1rem}.takeaways-list p{font-size:.95rem}}@media (max-width: 480px){.test-title{font-size:1.5rem}.test-container{padding:1.5rem 12px}.section-heading{font-size:1.5rem;margin:1.5rem 0 1rem}.test-description{font-size:1rem;margin-bottom:2rem}.metrics-grid{gap:1rem}.metric-card{padding:1.2rem;min-height:120px}.metric-value{font-size:1.6rem}.metric-label{font-size:.9rem}.scenario-performance-section{align-items:flex-end}.scenario-performance-section .section-heading{text-align:right;width:100%}.scenario-cards-grid{gap:.7rem}.scenario-content{padding:.9rem .8rem;gap:.4rem}.scenario-header{padding:.6rem;font-size:.85rem;text-align:center}.task-section{font-size:.8rem;margin-bottom:.3rem}.performance-section strong,.finding-section strong,.quote-section strong,.worked-section strong{font-size:.75rem;margin-bottom:.2rem}.performance-list,.worked-list{font-size:.7rem}.finding-section p,.quote-section p{font-size:.75rem}.finding-section,.quote-section,.worked-section{min-height:auto}.feedback-grid{grid-template-columns:1fr;gap:1rem}.feedback-card{padding:1rem}.feedback-card-header{font-size:.95rem;padding:.6rem .7rem;margin:-1rem -1rem .8rem}.feedback-bar-container{gap:.8rem;flex-wrap:wrap}.feedback-item-row{padding:.6rem 0;font-size:.9rem}.key-takeaways-section{padding:1.5rem;margin-top:3rem}.takeaways-title{font-size:1.4rem;margin-bottom:1.5rem}.takeaways-list li{grid-template-columns:30px 1fr;gap:.5rem;margin-bottom:1.2rem}.takeaways-list strong{font-size:.95rem;grid-column:2;margin-bottom:.3rem}.takeaways-list p{font-size:.9rem;grid-column:2}}.test-section:focus-within{outline:2px solid #22c55e;outline-offset:2px}.tpak-page{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#fff;color:#222;min-width:320px;width:100%;overflow-x:hidden}.nav .nav-button{background:none;border:none;cursor:pointer;padding:0;font-family:inherit;font-size:inherit;color:inherit;text-decoration:none;transition:color .3s ease;outline:none}.nav .nav-button:hover{color:inherit}.tpak-hero{background:linear-gradient(180deg,#419361 0% 50%,#fff);min-height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;margin:0;position:relative;padding-top:0}.tpak-hero-container{width:100%;max-width:100%;padding:0 60px}.tpak-hero-title{font-size:4rem;padding:-5rem 0 3rem;font-weight:700;color:#fff;margin-bottom:1.5rem;line-height:1.1;margin-top:-15rem}.tpak-hero-subtitle{font-size:1.8rem;font-weight:300;line-height:0;color:#fff;max-width:1200px;margin:0 auto;overflow:visible;white-space:normal;text-shadow:0 1px 2px rgba(0,0,0,.1)}.tpak-images{background:none;padding:0rem 0 3rem;display:flex;justify-content:center;align-items:flex-start;gap:2rem}.tpak-phone-screen{width:450px;height:auto;object-fit:contain;background:none;transform:translateY(-400px)}.tpak-content{background:#fff;padding:4rem 0 6rem;margin-top:-400px}.tpak-content-container{max-width:1300px;margin:0 auto;padding:0 32px}.tpak-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.tpak-section-heading{font-size:3rem;font-weight:600;color:#000;margin-bottom:1.5rem;letter-spacing:-2px;text-transform:lowercase;margin-bottom:.5rem}.tpak-subsection-heading{font-size:3rem;font-weight:600;color:#000;margin:2rem 0 .5rem;letter-spacing:-2px;text-transform:lowercase}.tpak-description-text{font-size:1.2rem;grid-column:span 2;line-height:1.7;color:#000;margin-bottom:1.5rem;max-width:1200px;margin-left:auto;margin-right:auto;font-weight:100}.tpak-content-grid>:nth-child(2){margin-top:5rem}.tpak-highlight{color:#22c55e;font-weight:500}.tpak-overview-item{font-size:1.2rem;color:#000;margin-bottom:.8rem;line-height:1.25}.tpak-overview-item strong{color:#000;font-weight:500}.tpak-design-section{background:#fff;padding:0rem 0 6rem;text-align:center}.tpak-design-container{max-width:1200px;margin:0 auto;padding:0 32px}.tpak-figma-button{background:#000;color:#fff;border:none;border-radius:50px;padding:1.3rem 3rem;font-size:1.3rem;font-weight:500;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 4px 15px #0000001a;margin-bottom:4rem;font-family:inherit;margin-top:-8rem}.tpak-figma-button:hover,.tpak-figma-button:focus{background:#333;transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.tpak-design-process-title{font-size:4rem;font-weight:600;color:#000;margin-bottom:3rem;letter-spacing:-.25px;text-transform:lowercase}.tpak-video-placeholder{max-width:800px;width:100%;margin:0 auto;background:#000;border:3px solid #22c55e;border-radius:20px;padding:0;position:relative;overflow:visible}.tpak-video-placeholder iframe{width:100%;height:480px;border:none;background:#000;border-radius:20px;display:block}.play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:3rem;color:#fff;text-shadow:0 0 10px rgba(0,0,0,.7);pointer-events:none}@media (max-width: 1024px){.tpak-header-container,.tpak-hero-container,.tpak-images-container,.tpak-content-container{padding:0 20px}.tpak-content-grid{gap:2rem}.tpak-phone-screen{width:160px;height:320px}.tpak-design-container{padding:0 20px}.tpak-design-process-title{font-size:1.8rem}}@media (max-width: 768px){.tpak-header-container{flex-direction:column;gap:1rem}.tpak-nav{gap:1rem}.tpak-hero-title{font-size:2.5rem}.tpak-hero-subtitle{font-size:1.1rem}.tpak-images-container{flex-direction:column;align-items:center;gap:1rem}.tpak-phone-mockup{transform:none!important}.tpak-content-grid{grid-template-columns:1fr;gap:3rem}.tpak-section-heading{font-size:1.5rem}.tpak-subsection-heading{font-size:1.2rem}.tpak-design-process-title{font-size:1.5rem}.tpak-figma-button{padding:.8rem 2rem;font-size:1rem;margin-bottom:3rem}.tpak-video-placeholder{height:280px;font-size:1.2rem}}@media (max-width: 480px){.tpak-header-container,.tpak-hero-container,.tpak-images-container,.tpak-content-container{padding:0 16px}.tpak-hero-title{font-size:2rem}.tpak-hero-subtitle{font-size:1rem}.tpak-phone-screen{width:140px;height:280px}.tpak-section-heading{font-size:1.3rem}.tpak-subsection-heading{font-size:1.1rem}.tpak-design-container{padding:0 16px}.tpak-design-process-title{font-size:1.3rem}.tpak-figma-button{padding:.7rem 1.5rem;font-size:.9rem;margin-bottom:2rem}.tpak-video-placeholder{height:220px;font-size:1rem}}.tpak-nav-link:focus{outline:2px solid #646cff;outline-offset:2px}html{scroll-behavior:smooth}.empathize-section{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;width:100%;background:#fff}.empathize-header{background:linear-gradient(90deg,#75c994,#16a34a,#75c994);padding:2rem 0;text-align:center;width:100%}.empathize-title{color:#fff;font-size:2.5rem;font-weight:700;margin:0;letter-spacing:.5px;text-transform:lowercase}.empathize-container{max-width:1200px;margin:0 auto;padding:3rem 32px}.empathize-description{text-align:center;font-size:1.3rem;font-weight:500;color:#000;line-height:1.6;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.section-heading{font-size:3rem;font-weight:700;color:#000;margin:0 0 .25rem;letter-spacing:-2px;text-transform:lowercase}.research-context-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem;align-items:start}.left-column{display:flex;flex-direction:column;gap:2rem}.activities-list{list-style:disc;padding-left:1.5rem;font-size:1.2rem;color:#000;line-height:1.6}.activities-list li{margin-bottom:.5rem}.context-charts{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;max-width:500px}.user-context{margin-top:20rem;margin-left:.4rem}.chart-item{text-align:center}.chart-image{width:100%;max-width:250px;height:250px;border:2px solid #22c55e;border-radius:12px;object-fit:cover;margin-bottom:0rem;margin-top:0rem}.chart-item:last-child{grid-column:1 / -1;justify-self:center;margin-top:-.5rem}.chart-label{font-size:.85rem;font-weight:600;color:#666;margin:0}.context-details{display:flex;align-items:flex-start}.context-list{list-style:disc;padding-left:1.5rem;font-size:1.2rem;color:#444;line-height:1.8}.context-list li{margin-bottom:.8rem}.context-list strong{color:#000;font-weight:500}.key-insights{margin-bottom:2rem}.insights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:1.5rem}.insight-box{border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;background:#fff;border:2px solid #22c55e}.insight-header{font-size:1rem;font-weight:700;text-transform:lowercase;padding:.5rem 1rem;border-radius:20px;margin-bottom:1rem;text-align:center;color:#fff}.insight-stat{font-size:1.1rem;font-weight:700;color:#222;margin-bottom:1rem;line-height:1.4}.insight-quote{margin-bottom:1.5rem;line-height:1.6;font-size:1.15rem;font-weight:900;background:#16a34a1f;padding:12px 14px;border-left:4px solid #16a34a;border-radius:6px;font-style:italic;color:#444}.insight-quote .quote-text{color:#16a34a;font-weight:900;font-style:italic}.insight-quote .quote-speaker{color:#555;font-weight:100;font-style:normal}.insight-learnings{font-size:1rem;color:#444}.insight-learnings p{font-weight:600;margin-bottom:.5rem;color:#000}.insight-learnings ul{list-style:disc;padding-left:1.2rem;margin:0}.insight-learnings li{margin-bottom:.3rem;line-height:1.4}.green-box .insight-header,.blue-box .insight-header,.purple-box .insight-header,.yellow-box .insight-header,.orange-box .insight-header{background:#12b651!important}@media (max-width: 1024px){.empathize-container{padding:2rem 20px}.research-context-grid{gap:3rem}.context-charts{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:500px}.chart-image-large{width:260px;height:auto}.chart-image{width:100%;max-width:260px;height:auto}.insights-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width: 768px){.empathize-title{font-size:2rem}.empathize-container{padding:2rem 16px}.section-heading{font-size:1.5rem}.research-context-grid{grid-template-columns:1fr;gap:3rem}.user-context{margin-top:0}.context-charts{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem}.chart-image{max-width:500px;height:500px}.insights-grid{grid-template-columns:1fr;gap:1rem}.insight-box{padding:1.2rem}}@media (max-width: 480px){.empathize-title{font-size:1.5rem}.empathize-container{padding:1.5rem 12px}.section-heading{font-size:1.3rem}.empathize-description{font-size:1rem}.research-context-grid{gap:2rem}.context-charts{grid-template-columns:1fr}.chart-image{max-width:120px;height:120px}.insight-box{padding:1rem}.insight-header{font-size:.9rem}.insight-stat{font-size:1rem}}.insight-box:focus-within{outline:2px solid #22c55e;outline-offset:2px}.observation-snapshots{margin:4rem 0}.observation-content{display:flex;gap:3rem;align-items:flex-start}.observation-images{flex:1;display:flex;flex-direction:row;gap:.5rem;min-width:250px;margin-top:4rem}.observation-image-placeholder{flex:none;width:100%;max-width:300px;aspect-ratio:1 / 1;border:2px solid #22c55e;border-radius:12px;background-color:#f9fdf7;display:flex;align-items:center;justify-content:center;color:#666;font-size:1rem;font-weight:500;margin-bottom:1rem;object-fit:cover}.observation-text{flex:2;min-width:400px;margin-left:16rem;margin-left:18.25rem}.observation-description{font-size:1.2rem;line-height:1.6;margin-bottom:1.5rem;color:#444;margin-left:.3rem}.observation-list{list-style:disc;padding-left:1.5rem;margin-bottom:-3rem;color:#444;font-size:1.2rem;line-height:1.6}.observation-list li{margin-bottom:.5rem}.observation-warning{font-weight:600;font-size:1.1rem;margin-bottom:1rem;color:#222;text-align:center;padding:1rem;background:#22c55e1a;border-radius:8px;border-left:4px solid #22c55e}.observation-tend-to{font-size:1rem;margin-bottom:.5rem;color:#444;font-weight:500}@media (max-width: 1024px){.observation-content{gap:2rem}.observation-images{min-width:250px}.observation-text{min-width:300px}}@media (max-width: 768px){.observation-content{flex-direction:column;gap:2rem}.observation-images{flex-direction:row;gap:1rem;min-width:auto}.observation-image-placeholder{flex:1;min-height:200px}.observation-text{min-width:auto}}@media (max-width: 480px){.observation-images{flex-direction:column;gap:1rem}.observation-image-placeholder{min-height:180px}.observation-warning{font-size:1rem;padding:.8rem}}.treatment-delay-section{width:100%;padding:3rem 1rem}.treatment-delay-container{max-width:700px;margin:0 auto;text-align:center;margin-bottom:2rem}.treatment-delay-text{font-size:1.5rem;font-weight:700;line-height:1.6;color:#000;margin:0;border:2px solid #22c55e;padding:1rem 1.5rem;border-radius:12px}.treatment-delay-list-container{max-width:700px;margin-left:0}.treatment-delay-subheading{font-size:1.2rem;font-weight:500;margin-bottom:.5rem;color:#000}.treatment-delay-list{list-style:disc;padding-left:1.5rem;color:#000;font-size:1.2rem;line-height:1.6}.define-section{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;width:100%;background:#fff}.define-header{background:linear-gradient(90deg,#75c994,#16a34a,#75c994);padding:2rem 0;text-align:center;width:100%}.define-title{color:#fff;font-size:2.5rem;font-weight:700;margin:0;letter-spacing:.5px;text-transform:lowercase}.define-container{max-width:1200px;margin:0 auto;padding:3rem 32px}.define-description{text-align:center;font-size:1.3rem;font-weight:500;color:#222;line-height:1.6;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.section-heading{font-size:3rem;font-weight:700;color:#000;margin:3rem 0 1.5rem;letter-spacing:-2px;text-transform:lowercase}.core-problems{margin-bottom:4rem}.venn-diagram{width:100%;max-width:600px;margin:2rem 0}.venn-image{width:500px;height:auto;display:block;margin-left:0}.venn-circle{position:absolute;width:280px;height:280px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;box-sizing:border-box;opacity:.85}.information-access{background:#22c55eb3;top:0;left:50px;z-index:1}.emergency-response{background:#3b82f6b3;top:0;right:50px;z-index:1}.healthcare-infrastructure{background:#f97316b3;bottom:50px;left:50%;transform:translate(-50%);z-index:1}.venn-circle h4{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:1rem;text-shadow:0 1px 2px rgba(0,0,0,.3)}.venn-circle ul{list-style:none;padding:0;margin:0}.venn-circle li{font-size:.9rem;color:#fff;margin-bottom:.3rem;text-shadow:0 1px 2px rgba(0,0,0,.3)}.focus-arrow{position:absolute;bottom:180px;left:50%;transform:translate(-50%);text-align:center;z-index:2}.arrow-text{display:block;font-size:.9rem;font-weight:600;color:#222;margin-bottom:.5rem}.arrow{font-size:2rem;color:#222}.problem-statement{margin-bottom:4rem;text-align:right;margin-top:-4rem}.problem-statement-box{background:linear-gradient(90deg,#75c994,#16a34a 0%);color:#fff;padding:2rem;border-radius:16px;font-size:1.2rem;line-height:1.6;text-align:center;font-style:italic;box-shadow:0 4px 15px #22c55e33;max-width:800px;margin-left:auto}.needs-opportunity-grid{display:block;margin-bottom:4rem}.needs-desires{margin-bottom:3rem}.needs-desires .section-heading{margin-top:0;margin-bottom:1.5rem}.needs-table{display:grid;grid-template-columns:1fr 1fr;gap:0;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #00000014;border:2px solid #22c55e}.needs-column{padding:0;background:#fff;display:flex;flex-direction:column}.column-header{font-size:1.3rem;font-weight:600;margin:0;padding:1.5rem 2rem;text-transform:lowercase;letter-spacing:.3px}.critical-needs .column-header,.would-be-nice .column-header{background:linear-gradient(90deg,#75c994,#16a34a 0%);color:#fff}.needs-column ul{list-style:none;padding:1.5rem 2rem;margin:0;background:#fff;flex:1}.needs-column li{font-size:1.05rem;line-height:1.7;margin-bottom:.8rem;position:relative;padding-left:1.8rem;font-weight:400;color:#333}.needs-column li:before{content:"•";position:absolute;left:0;font-weight:700;font-size:1.3rem;color:#000}.design-opportunity{margin-bottom:0}.design-opportunity .section-heading{margin-top:0;margin-bottom:1.5rem;font-size:3rem}.opportunity-box{background:linear-gradient(135deg,#22c55e14,#16a34a14);border:2px solid #22c55e;border-radius:12px;padding:2rem;box-shadow:0 4px 15px #22c55e1f;max-width:600px}.opportunity-title{font-size:1.1rem;font-weight:600;color:#16a34a;margin:0 0 1rem;text-transform:lowercase}.opportunity-box ul{list-style:none;padding:0;margin:0 0 1.5rem}.opportunity-box li{font-size:1rem;color:#333;margin-bottom:.6rem;position:relative;padding-left:1.8rem;line-height:1.6}.opportunity-box li:before{content:"✓";position:absolute;left:0;color:#22c55e;font-weight:700;font-size:1.1rem}.opportunity-outcome{font-size:1.05rem;font-weight:600;color:#1a1a1a;text-align:left;margin:0;padding-top:1rem;border-top:1px solid rgba(34,197,94,.2)}.key-takeaways{margin-bottom:2rem}.takeaways-list li{display:flex;align-items:flex-start;font-size:1.1rem;color:#444;line-height:1.6;margin-bottom:1rem}.takeaways-list{list-style:none!important;counter-reset:none!important}.takeaways-list li:before{content:none!important}.checkmark{color:#90ee90;font-weight:700;font-size:1.2rem;margin-right:1rem;flex-shrink:0}@media (max-width: 1024px){.define-container{padding:2rem 20px}.venn-diagram{max-width:500px;height:450px}.venn-circle{width:240px;height:240px;padding:1.5rem}.needs-opportunity-grid{gap:2rem}}@media (max-width: 768px){.define-title{font-size:2rem}.define-container{padding:2rem 16px}.section-heading{font-size:2rem}.venn-diagram{height:600px;max-width:400px}.venn-circle{position:relative;width:100%;height:auto;border-radius:16px;margin-bottom:1rem;opacity:1}.information-access,.emergency-response,.healthcare-infrastructure{position:relative;inset:auto;transform:none}.focus-arrow{position:relative;bottom:auto;left:auto;transform:none;margin:1rem 0}.design-opportunity .section-heading{font-size:2.5rem}.problem-statement-box{font-size:1.1rem;padding:1.5rem}}@media (max-width: 480px){.define-title{font-size:1.5rem}.define-container{padding:1.5rem 12px}.section-heading{font-size:1.5rem}.define-description{font-size:1.1rem}.venn-circle{padding:1rem}.venn-circle h4{font-size:1rem}.venn-circle li{font-size:.85rem}.problem-statement-box{font-size:1rem;padding:1.2rem}.design-opportunity .section-heading{font-size:1.8rem}.needs-column,.needs-column ul,.opportunity-box{padding:1.5rem}}.define-section:focus-within{outline:2px solid #22c55e;outline-offset:2px}.ideate-section{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;width:100%;background:#fff}.ideate-header{background:linear-gradient(90deg,#75c994,#16a34a,#75c994);padding:2rem 0;text-align:center;width:100%}.ideate-title{color:#fff;font-size:2.5rem;font-weight:700;margin:0;letter-spacing:.5px;text-transform:lowercase}.ideate-container{max-width:1200px;margin:0 auto;padding:3rem 32px}.ideate-description{text-align:center;font-size:1.3rem;font-weight:500;color:#222;line-height:1.6;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.section-heading{font-size:3rem;font-weight:700;color:#000;margin:0 0 2rem;letter-spacing:-2px;text-transform:lowercase}.brainstorming-section{margin-bottom:4rem}.brainstorming-block{margin-bottom:3rem;display:flex;flex-direction:column;gap:2rem}.brainstorming-text{font-size:1.15rem;line-height:1.8;color:#444;margin:0;max-width:900px}.brainstorming-image-large{width:100%;display:flex;align-items:center;justify-content:center}.brainstorm-img{width:100%;height:auto;max-width:750px;display:block;border-radius:8px}.brainstorming-section>.brainstorming-block:nth-of-type(2) .brainstorm-img{max-width:950px}.brainstorming-section>.brainstorming-block:nth-of-type(3) .brainstorm-img{max-width:700px}.design-alternatives-section{margin-top:4rem}.design-alternatives-heading{font-size:3rem;font-weight:700;color:#000;margin:0 0 3rem;letter-spacing:-2px;text-transform:lowercase;text-align:right}.sketches-wrapper{margin-bottom:3rem}.sketches-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem}.sketch-item{display:flex;align-items:center;justify-content:center;background:#f9fafb;border-radius:8px;padding:1.5rem;aspect-ratio:1}.sketch-image{width:100%;height:100%;object-fit:contain}.alternative-cards-container{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}.alternative-card{background:#fff;border:2px solid #22c55e;border-radius:8px;padding:1.5rem;min-height:180px;display:flex;flex-direction:column;box-shadow:0 2px 8px #0000000f}.card-title{font-size:1.1rem;font-weight:600;color:#000;margin:0 0 1.2rem;text-transform:lowercase}.card-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.7rem}.card-list li{font-size:.95rem;color:#555;display:flex;align-items:flex-start;gap:.8rem;line-height:1.5}.card-list .icon{color:#999;flex-shrink:0;font-weight:700}.solution-section{background:linear-gradient(135deg,#22c55e14,#16a34a14);border:2px solid #22c55e;border-radius:8px;padding:2rem;margin-top:2rem}.solution-title{font-size:3rem;font-weight:700;color:#000;text-transform:lowercase;margin:0 0 1.5rem}.solution-highlight-text{color:#16a34a}.solution-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.solution-list li{font-size:1.05rem;color:#333;display:flex;align-items:flex-start;gap:.8rem;line-height:1.6}.checkmark{color:#22c55e;font-weight:700;font-size:1.2rem;flex-shrink:0}@media (max-width: 1024px){.ideate-container{padding:2rem 20px}.brainstorm-img{max-width:100%}.sketches-grid{gap:1.5rem}.alternative-cards-container{gap:1.2rem}}@media (max-width: 768px){.ideate-title{font-size:2rem}.ideate-container{padding:2rem 16px}.section-heading{font-size:2rem}.design-alternatives-heading{font-size:2rem;text-align:right}.ideate-description{font-size:1.1rem}.brainstorming-text{font-size:1rem}.brainstorm-img{border-radius:6px}.sketches-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}.sketch-item{padding:1rem}.alternative-cards-container{grid-template-columns:1fr;gap:1rem}.alternative-card{padding:1.2rem}.card-title{font-size:1rem}.card-list li{font-size:.9rem}.solution-section{padding:1.5rem}.solution-title{font-size:1.5rem}.solution-list li{font-size:1rem}}@media (max-width: 480px){.ideate-title{font-size:1.5rem}.ideate-container{padding:1.5rem 12px}.section-heading{font-size:1.5rem;margin-bottom:1.5rem}.design-alternatives-heading{font-size:1.5rem;text-align:right}.ideate-description{font-size:1rem;margin-bottom:2rem}.brainstorming-block{margin-bottom:2.5rem;gap:1.5rem}.brainstorming-text{font-size:.95rem}.brainstorm-img{border-radius:6px}.sketches-grid{grid-template-columns:1fr;gap:1rem}.sketch-item{padding:.8rem;aspect-ratio:auto;min-height:250px}.alternative-cards-container{grid-template-columns:1fr;gap:.8rem}.alternative-card{padding:1rem;min-height:150px}.card-title{font-size:.95rem}.card-list li{font-size:.85rem;gap:.6rem}.solution-section{padding:1.2rem}.solution-title{font-size:1.3rem;margin-bottom:1rem}.solution-list li{font-size:.9rem;gap:.6rem}.checkmark{font-size:1.1rem}}.ideate-section:focus-within{outline:2px solid #22c55e;outline-offset:2px}.prototype-section{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;width:100%;background:#fff}.prototype-header{background:linear-gradient(90deg,#75c994,#16a34a,#75c994);padding:2rem 0;text-align:center;width:100%}.prototype-title{color:#fff;font-size:2.5rem;font-weight:700;margin:0;letter-spacing:.5px;text-transform:lowercase}.prototype-container{max-width:1200px;margin:0 auto;padding:3rem 32px}.prototype-description{text-align:center;font-size:1.3rem;font-weight:500;color:#222;line-height:1.6;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.section-heading{font-size:3rem;font-weight:700;color:#000;margin:2rem 0 1.5rem;letter-spacing:-2px;text-transform:lowercase}.subsection-heading{font-size:1.8rem;font-weight:700;color:#000;margin:1.5rem 0 1rem;letter-spacing:-.5px;text-transform:lowercase}.core-features-section{margin-bottom:2.5rem}.core-features-list{list-style:none;padding:0;margin:0;font-size:1.2rem;line-height:1.8}.core-features-list li{color:#333;margin-bottom:.8rem;position:relative;padding-left:1.8rem}.core-features-list li:before{content:"•";position:absolute;left:0;color:#000;font-weight:700}.scenarios-section{margin-bottom:4rem}.scenarios-header-wrapper{display:flex;justify-content:flex-end;margin-bottom:2rem}.scenarios-heading{margin:0;text-align:right}.storyboards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3rem}.storyboard-card{display:flex;flex-direction:column;gap:.3rem}.storyboard-card:nth-child(3){grid-column:1 / -1;width:100%;max-width:55%;margin:0 auto}.storyboard-image-container{width:100%;aspect-ratio:9 / 5;display:flex;align-items:center;justify-content:center;border-radius:8px;border:2px solid #22c55e;background:transparent;padding:0}.storyboard-image{width:100%;height:100%;object-fit:contain;border-radius:6px}.storyboard-title{font-size:1.5rem;font-weight:500;color:#000;background:transparent;margin:0;text-transform:lowercase;padding:0;border-radius:0;text-align:center}.paper-prototype-section{margin-bottom:4rem;text-align:left}.paper-prototype-text{font-size:1.2rem;line-height:1.8;color:#444;margin-bottom:2rem;max-width:100%;margin-left:0;margin-right:0}.paper-prototype-image-center{width:100%;display:flex;align-items:center;justify-content:center;border-radius:8px;min-height:400px}.prototype-image-large{width:100%;max-width:100%;height:auto;display:block;border-radius:4px;object-fit:contain}.testing-row{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;margin-bottom:4rem}.testing-left{grid-column:1}.testing-right{grid-column:2}.testing-insights-image{width:100%;border-radius:8px}.testing-image{width:100%;height:auto;display:block;border-radius:4px}.testing-right h3{margin-top:0}.testing-list{list-style:none;padding:0;margin:0;font-size:1.2rem;line-height:1.8}.testing-list li{color:#333;margin-bottom:1rem;position:relative;padding-left:1.8rem}.testing-list li:before{content:"•";position:absolute;left:0;color:#000;font-weight:700}.visual-identity-section{margin-bottom:4rem}.identity-subsection{margin-bottom:3rem}.visual-identity-content{margin-bottom:2rem}.visual-identity-text{font-size:1.2rem;line-height:1.8;color:#444;margin:0}.brand-name{font-weight:700;color:#16a34a}.logo-section{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;margin-bottom:2rem;padding:1.5rem;background:#f9fafb;border-radius:8px}.logo-container{display:flex;align-items:center;justify-content:center;min-height:220px}.logo-image{width:100%;height:auto;max-width:280px;display:block}.logo-text{display:flex;align-items:center}.logo-description{font-size:1.2rem;line-height:1.7;color:#444;margin:0}.tagline-section{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;padding:1.5rem;background:#f9fafb;border-radius:8px;margin-bottom:2rem}.tagline-container{display:flex;align-items:center;justify-content:center;min-height:200px}.tagline-image{width:100%;height:auto;max-width:320px;display:block}.tagline-text{display:flex;align-items:center}.tagline-description{font-size:1.2rem;line-height:1.7;color:#444;margin:0}.colour-system-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;margin-bottom:4rem}.colour-images-left{grid-column:1;display:flex;flex-direction:column;gap:1rem}.colour-text-right{grid-column:2}.colour-text-right .subsection-heading{margin-top:0}.colour-system-images{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.colour-system-images img:nth-child(3){grid-column:1 / -1;max-width:100%;justify-self:start}.colour-system-image{width:100%;height:auto;display:block;border-radius:8px;max-height:220px;object-fit:contain}.colour-system-intro{font-size:1.2rem;line-height:1.7;color:#444;margin-bottom:1.2rem}.colour-list{list-style:none;padding:0;margin:0 0 1.5rem;font-size:1.1rem;line-height:1.7}.colour-list li{color:#333;margin-bottom:.6rem;position:relative;padding-left:1.5rem}.colour-list li:before{content:"•";position:absolute;left:0;color:#000;font-weight:700}.colour-system-note{font-size:1.1rem;line-height:1.6;color:#555;margin:0;font-style:italic}.typography-row{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;margin-bottom:4rem}.typography-left{grid-column:1}.typography-right{grid-column:2}.typography-left .subsection-heading{margin-top:0}.typography-intro{font-size:1.2rem;line-height:1.7;color:#444;margin-bottom:1.5rem}.typography-image{width:100%;border-radius:8px;display:flex;align-items:center;justify-content:center;min-height:180px}.typography-img{width:100%;height:auto;display:block;border-radius:4px;max-height:200px;object-fit:contain}.problem-solution-section{margin-bottom:4rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.problem-solution-section .section-heading{grid-column:2;text-align:right;margin-top:0}.problem-solution-image{grid-column:1;grid-row:1 / 3;width:100%;border-radius:8px;display:flex;align-items:center;justify-content:center;min-height:350px}.problem-solution-img{width:100%;height:auto;display:block;border-radius:4px;max-height:400px;object-fit:contain}.flow-charts-section{margin-bottom:3rem}.flowcharts-grid-large{display:grid;grid-template-columns:1fr;gap:.8rem}.flowchart-item-large{border-radius:8px;display:flex;align-items:center;justify-content:center;min-height:450px}.flowchart-item-large:nth-child(3){min-height:250px}.flowchart-image-large{width:100%;height:100%;object-fit:contain;border-radius:4px}.high-fidelity-section{text-align:center;margin-bottom:2rem;margin-top:2rem}.hifi-link-button{background:#000;color:#fff;border:none;border-radius:50px;padding:1.3rem 3rem;font-size:1.3rem;font-weight:500;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 4px 15px #0000001a;font-family:inherit;text-transform:lowercase}.hifi-link-button:hover,.hifi-link-button:focus{background:#333;transform:translateY(-2px);box-shadow:0 6px 20px #00000026;outline:none}@media (max-width: 1024px){.prototype-container{padding:2rem 20px}.storyboards-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.storyboard-card:nth-child(3){max-width:60%}.testing-row,.colour-system-wrapper,.typography-row,.problem-solution-section{grid-template-columns:1fr;gap:2rem}.testing-left,.testing-right,.colour-images-left,.colour-text-right,.typography-left,.typography-right{grid-column:auto}.problem-solution-section .section-heading{grid-column:auto;text-align:left}.problem-solution-image{grid-column:auto;grid-row:auto}.scenarios-header-wrapper{justify-content:flex-end}}@media (max-width: 768px){.prototype-title{font-size:2rem}.prototype-container{padding:2rem 16px}.section-heading{font-size:2rem}.subsection-heading{font-size:1.4rem}.prototype-description,.core-features-list{font-size:1.1rem}.storyboards-grid{grid-template-columns:1fr;gap:2rem}.storyboard-card{gap:.3rem}.storyboard-card:nth-child(3){max-width:100%}.storyboard-image-container{aspect-ratio:9 / 12}.paper-prototype-text{font-size:1.1rem}.paper-prototype-image-center{min-height:300px}.testing-list,.visual-identity-text,.logo-description,.tagline-description{font-size:1.1rem}.logo-section,.tagline-section{padding:1.2rem;gap:1.5rem}.logo-image,.tagline-image{max-width:250px}.colour-system-intro,.colour-list{font-size:1rem}.colour-system-image{max-height:150px}.typography-intro{font-size:1.1rem}.typography-img{max-height:150px}.problem-solution-img{max-height:200px}.flowchart-item-large{min-height:350px}.hifi-link-button{padding:1rem 2.2rem;font-size:1.1rem}}@media (max-width: 480px){.prototype-title{font-size:1.5rem}.prototype-container{padding:1.5rem 12px}.section-heading{font-size:1.5rem;margin:1.5rem 0 1rem}.subsection-heading{font-size:1.2rem;margin:1rem 0 .8rem}.prototype-description{font-size:1rem;margin-bottom:2rem}.core-features-list{font-size:1rem}.scenarios-header-wrapper{justify-content:flex-end}.storyboards-grid{gap:1.5rem}.storyboard-card{gap:.3rem}.storyboard-card:nth-child(3){max-width:100%}.storyboard-title{font-size:.95rem}.paper-prototype-text{font-size:1rem}.paper-prototype-image-center{min-height:200px}.testing-list,.visual-identity-text,.logo-description,.tagline-description{font-size:1rem}.logo-section,.tagline-section{padding:1rem}.logo-image,.tagline-image{max-width:180px}.colour-system-intro,.colour-list,.colour-system-note{font-size:.95rem}.colour-system-image{max-height:120px}.typography-intro{font-size:1rem}.typography-img{max-height:120px}.problem-solution-img{max-height:150px}.flowchart-item-large{min-height:250px}.hifi-link-button{padding:.8rem 1.5rem;font-size:1rem}}.prototype-section:focus-within{outline:2px solid #22c55e;outline-offset:2px}.hifi-link-button:focus{outline:2px solid #22c55e;outline-offset:2px}
