/* Shared phone and tablet layout. Desktop composition lives in styles.css. */
.header .mobile-menu-toggle{display:none}
@media(min-width:1101px){
  .header{flex-wrap:nowrap;justify-content:space-between;gap:24px}
  .header nav{width:auto;flex-wrap:nowrap;justify-content:flex-end;gap:24px}
}
@media(max-width:1100px){
  :root{--mobile-left:max(20px,env(safe-area-inset-left));--mobile-right:max(20px,env(safe-area-inset-right))}
  html{scroll-padding-top:94px}
  body{min-width:0;width:100%}
  .skip{position:fixed;z-index:100}
  .header{position:sticky;top:0;z-index:30;max-width:none;min-height:76px;padding:16px var(--mobile-right) 16px var(--mobile-left);display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:0;background:#fff;border-bottom:1px solid #d9e9f2}
  .header .brand{min-width:0;max-width:calc(100% - 106px)}
  .header .brand img{width:210px;max-width:100%;height:auto}
  .header .mobile-menu-toggle:not([hidden]){display:inline-flex;align-items:center;justify-content:center;gap:11px;min-height:44px;min-width:88px;padding:10px 12px;border:1px solid #bfdbea;border-radius:9px;background:#f4faff;color:var(--ink);font-size:.875rem;font-weight:600;line-height:1.2}
  .menu-toggle-icon{position:relative;display:flex;flex-direction:column;justify-content:center;gap:5px;width:18px;height:18px}
  .menu-toggle-icon>span{display:block;width:18px;height:2px;background:var(--blue);transition:transform .18s ease}
  .menu-is-open .menu-toggle-icon>span:first-child{transform:translateY(3.5px) rotate(45deg)}
  .menu-is-open .menu-toggle-icon>span:last-child{transform:translateY(-3.5px) rotate(-45deg)}
  .header #site-navigation{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;flex-basis:100%;gap:0;width:100%;padding:13px 0 4px;margin-top:13px;border-top:1px solid #d9e9f2;max-height:calc(100svh - 100px);overflow-y:auto;overscroll-behavior:contain}
  .header[data-mobile-nav="ready"] #site-navigation{display:none}
  .header[data-mobile-nav="ready"].menu-is-open #site-navigation{display:flex}
  .header #site-navigation>a{display:flex;align-items:center;min-height:48px;width:100%;padding:12px 10px;border-radius:6px;font-size:1rem;line-height:1.5}
  .header #site-navigation>a:not(.nav-contact){border-bottom:1px solid #edf3f7}
  .header #site-navigation>a:active{background:#edf7fc}
  .header #site-navigation>.nav-contact{justify-content:space-between;padding:13px 16px;margin-top:13px;background:var(--blue);color:#fff;border:0;border-radius:9px;min-height:50px}
  .header #site-navigation>.nav-contact span{margin-left:20px}
  .header #site-navigation>.nav-active{background:#edf7fc;text-decoration:none;font-weight:700}
  .header #site-navigation>a:focus-visible{outline-offset:-3px}
  .solutions-nav{padding:0 var(--mobile-right) 0 var(--mobile-left);font-size:.875rem}
  .solutions-nav>div{display:flex;flex-wrap:nowrap;justify-content:flex-start;gap:24px;max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:thin;scrollbar-color:#a5cde3 #edf7fc;padding-bottom:2px}
  .solutions-nav a{flex-shrink:0;white-space:nowrap;min-height:50px;padding:14px 0 12px}
  .solutions-nav a:first-child{margin-right:0}
  .solutions-nav a:focus-visible{outline-offset:-3px}
  .button{min-height:48px;max-width:100%;line-height:1.4}
  .product-contact,.quiet-link,.text-link{min-height:44px}
  .product-contact{gap:20px}
  input,select,textarea{font-size:1rem}
  .giveaway-form input:not([type=checkbox]),.giveaway-form select,.editor-field input,.editor-field textarea{font-size:1rem;min-height:48px}
  .giveaway-form .form-checkbox{min-height:44px;padding:5px 0;align-items:flex-start}
  .form-checkbox input{width:22px;height:22px;margin-top:2px}
  .quiet-button{min-height:44px;font-size:.9375rem;padding:11px 0}
  #testimonial-prev,#testimonial-next{min-width:44px;min-height:44px}
  #testimonial-pause{min-height:44px}
  #hero-motion-toggle,#classroom-motion-toggle{min-height:44px}
  .testimonial-controls{flex-wrap:wrap;gap:8px 16px}
  .testimonial-pagination{margin-left:auto;gap:12px}
  .testimonial-author>div>span{font-size:.875rem}
  .booking-frame{max-width:100%}
  .event-copy,.overview-copy,.product-copy,.detail-intro,.about-copy,.demo-intro,.team-info{min-width:0}
  .event-copy h3,.event-copy p,.team-info,.detail-identity>span{overflow-wrap:anywhere}
}
@media(max-width:760px){
  .section{padding:56px var(--mobile-right) 56px var(--mobile-left);scroll-margin-top:8px}
  h2{font-size:clamp(2rem,7.5vw,2.7rem);line-height:1.18;letter-spacing:-1.2px}
  .header{min-height:72px;padding-top:13px;padding-bottom:13px}
  .header .brand img{width:195px}
  .hero{margin:12px 10px 0;border-radius:13px;padding:25px 20px 20px}
  .hero-top .eyebrow{max-width:290px;font-size:.6875rem;line-height:1.7;letter-spacing:1.35px}
  .hero-body{display:grid;grid-template-columns:minmax(0,1fr);gap:30px;padding:34px 0 30px}
  .hero-message h1{font-size:clamp(2.1rem,8.8vw,3.6rem);line-height:1.17;letter-spacing:-1.7px;margin:0 0 26px}
  .hero-message .learning svg{bottom:-7px;height:12px}
  .hero-message>p{font-size:1rem;line-height:1.7;max-width:40ch}
  .hero-proof-column{width:100%;max-width:none;gap:18px}
  .hero-proof-column>.button{width:100%;min-width:0;justify-content:space-between;padding:15px 20px;font-size:1rem}
  .hero-testimonials{padding:20px;border-radius:12px}
  .testimonial-heading{margin-bottom:16px}
  .testimonial-empty{min-height:110px;gap:14px}
  .testimonial-photo-placeholder{width:58px;height:78px}
  .testimonial-pending-title{font-size:1.0625rem;line-height:1.45}
  .testimonial-pending-copy{font-size:.9375rem;line-height:1.65}
  .testimonial-slide{gap:22px}
  .testimonial-slide blockquote p{font-size:1.0625rem;line-height:1.75;letter-spacing:0}
  .testimonial-author{gap:12px}
  .testimonial-author img,.testimonial-initials{width:52px;height:52px}
  .testimonial-controls{padding-top:12px;margin-top:18px}
  .testimonial-controls #testimonial-pause{font-size:.875rem}
  .hero-footer{gap:12px;align-items:center;padding-top:16px}
  .hero-footer-start>span{display:none}
  .hero-footer>a{font-size:.6875rem;letter-spacing:1px;line-height:1.4;min-height:44px;align-items:center;justify-content:flex-end;gap:10px}
  .hero-footer>a span{margin-left:0}
  #hero-motion-toggle{font-size:.8125rem;padding:10px 12px}
  .solutions .section-heading{margin:0 0 38px;text-align:left}
  .solutions .section-heading h2{margin-top:17px;font-size:clamp(2rem,7.5vw,2.7rem)}
  .solutions .section-heading>p{margin-top:18px;font-size:1rem;line-height:1.7}
  .product-sequence{gap:52px}
  .product-row{display:flex;flex-direction:column;align-items:stretch;gap:24px}
  .product-media{border-radius:13px;width:100%;box-shadow:0 5px 20px #06324f0d}
  .product-copy{padding:0}
  .product-heading{grid-template-columns:110px minmax(0,1fr);gap:16px;padding-bottom:20px;margin-bottom:18px}
  .product-heading .product-logo{min-height:84px;padding:12px 10px;border-radius:9px}
  .product-heading h3{font-size:clamp(1.25rem,4.8vw,1.65rem);line-height:1.27;letter-spacing:-.4px;margin:0;overflow-wrap:normal}
  .product-description{font-size:1rem;line-height:1.75;margin-bottom:15px;max-width:none}
  .product-contact{font-size:1rem;padding:9px 0}
  .about{grid-template-columns:minmax(0,1fr);gap:30px}
  .about h2{font-size:clamp(2.35rem,8.5vw,3.5rem);margin-top:20px}
  .classroom-figure{margin-top:26px;max-width:none}
  .classroom-frame{border-radius:12px}
  .about-copy{padding:0;max-width:none}
  .about-copy .lead{font-size:1.45rem;line-height:1.45;margin-bottom:18px}
  .about-copy>p{font-size:1rem;line-height:1.75}
  .text-link{gap:20px;font-size:1rem;align-items:center;line-height:1.5}
  .demo-section{grid-template-columns:minmax(0,1fr);gap:30px}
  .demo-intro{padding-top:0}
  .demo-intro h2{font-size:clamp(2rem,7.5vw,2.8rem);margin:18px 0 22px;letter-spacing:-1.2px}
  .demo-intro>p{font-size:1rem;max-width:none}
  .demo-topics{gap:9px 17px;margin-top:20px;max-width:none}
  .booking-calendar{padding:25px 22px;border-radius:13px}
  .booking-card-heading h3{font-size:1.5rem;line-height:1.35}
  .booking-empty{padding-top:24px;margin-top:23px}
  .booking-empty p,.booking-message{font-size:1rem}
  .booking-calendar>.button{width:100%;justify-content:center;gap:15px}
  .booking-calendar.has-calendar{padding:23px 0 0}
  .booking-frame{height:780px}
  .team-heading{grid-template-columns:minmax(0,1fr);gap:22px;margin-bottom:12px}
  .team-contact .team-heading h2{font-size:clamp(2rem,7.5vw,2.8rem);margin-top:18px}
  .team-heading>p{font-size:1rem;line-height:1.75}
  .team-grid{grid-template-columns:minmax(0,1fr);gap:0}
  .team-person{display:grid;grid-template-columns:124px minmax(0,1fr);gap:22px;align-items:center;padding:28px 0;border-bottom:1px solid #c5dfed}
  .team-person:last-child{padding-bottom:0;border-bottom:0}
  .team-portrait{width:100%;aspect-ratio:5/6;max-height:none;border-radius:10px;gap:15px}
  .portrait-initials{font-size:2.7rem;letter-spacing:-2px}
  .portrait-note{font-size:.75rem;line-height:1.4;text-align:center;padding:0 8px}
  .team-info{padding:0}
  .team-info h3{font-size:1.3rem;line-height:1.3}
  .team-info .team-role{font-size:.875rem;line-height:1.5;margin-top:5px}
  .team-links{margin-top:10px;padding-top:0;border:0;gap:0;font-size:.875rem}
  .team-links>a{display:block;min-height:44px;padding:8px 0}
  .team-pending{font-size:.8125rem;line-height:1.5}
  .solutions-intro{grid-template-columns:minmax(0,1fr);gap:23px;padding-top:42px;padding-bottom:44px}
  .solutions-intro h1{font-size:clamp(2.35rem,8.3vw,3.6rem);letter-spacing:-1.5px;margin-top:20px}
  .solutions-intro>p{font-size:1rem;line-height:1.75}
  .solution-overview{padding-top:0;padding-bottom:20px}
  .solution-overview-row{display:flex;flex-direction:column;gap:25px;padding:40px 0}
  .overview-visual{order:-1;padding:20px 16px;border-radius:13px}
  .overview-logo{height:45px;margin-bottom:19px}
  .overview-logo img{max-height:44px;max-width:168px}
  .overview-copy h2{font-size:clamp(1.85rem,6.8vw,2.4rem);line-height:1.22;margin:14px 0 18px;letter-spacing:-.8px}
  .overview-copy p{font-size:1rem;line-height:1.75;margin-bottom:16px}
  .detail-hero{padding-top:22px;padding-bottom:45px}
  .breadcrumb{font-size:.875rem;gap:8px 11px;margin-bottom:25px}
  .breadcrumb a{display:inline-flex;align-items:center;min-height:36px}
  .detail-hero-layout{grid-template-columns:minmax(0,1fr);gap:28px}
  .detail-identity{gap:15px;margin-bottom:23px}
  .detail-logo{width:136px;min-height:72px;padding:13px}
  .detail-identity>span{font-size:.875rem;padding-left:15px;max-width:none}
  .detail-hero h1{font-size:clamp(2rem,7.8vw,2.85rem);line-height:1.17;letter-spacing:-1px;margin-bottom:22px;max-width:22ch}
  .detail-intro>p{font-size:1rem;line-height:1.75;max-width:none}
  .detail-actions{gap:9px;margin-top:24px}
  .detail-actions>.button{width:100%;justify-content:space-between;font-size:1rem;padding:15px 18px;gap:15px}
  .detail-actions>.quiet-link{min-height:44px;font-size:.9375rem}
  .detail-visual{max-width:none}
  .visual-surface{padding:20px 12px;border-radius:13px}
  .detail-visual figcaption{font-size:.875rem;margin:12px 0 0;text-align:left}
  .detail-capabilities{padding-top:44px;padding-bottom:44px}
  .detail-section-heading h2{font-size:clamp(1.95rem,7vw,2.5rem);margin:17px 0 28px;letter-spacing:-.9px;max-width:none}
  .detail-feature-grid{grid-template-columns:minmax(0,1fr);gap:27px}
  .detail-feature{grid-template-columns:25px minmax(0,1fr);gap:10px 17px}
  .detail-feature h3{font-size:1.25rem;line-height:1.4}
  .detail-feature p,.use-list p{font-size:1rem;line-height:1.75}
  .detail-use{grid-template-columns:minmax(0,1fr);gap:29px}
  .use-intro h2{font-size:clamp(1.95rem,7vw,2.5rem);margin:18px 0 20px;letter-spacing:-.9px}
  .use-intro>p{font-size:1rem;max-width:none}
  .use-list li{padding:21px 0}
  .product-source{justify-content:flex-start;padding:20px var(--mobile-right) 20px var(--mobile-left);gap:0 20px;line-height:1.65}
  .product-source>a{display:flex;align-items:center;gap:5px;min-height:44px}
  .solution-cta{flex-direction:column;align-items:stretch;gap:27px;padding-top:45px;padding-bottom:45px}
  .solution-cta h2{font-size:clamp(2rem,7.2vw,2.6rem);line-height:1.2;letter-spacing:-1px;max-width:none;margin:19px 0}
  .solution-cta>.button{width:100%;justify-content:space-between;font-size:1rem;padding:15px 20px}
  .more-solutions{grid-template-columns:minmax(0,1fr);gap:15px;padding-top:25px;padding-bottom:25px}
  .more-solutions>a+a{text-align:left;padding-top:21px;border-top:1px solid #dce8ee}
  .more-solutions strong{font-size:1rem}
  .events-intro{grid-template-columns:minmax(0,1fr);gap:27px;padding-top:42px;padding-bottom:45px}
  .events-intro h1{font-size:clamp(2.6rem,10vw,4rem);letter-spacing:-1.6px;margin-top:20px}
  .events-intro p{font-size:1rem;line-height:1.75;margin-bottom:23px;max-width:none}
  .events-intro .button{width:100%;justify-content:space-between;font-size:1rem}
  .conference-heading{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:28px}
  .conference-heading h2{font-size:clamp(2rem,7.5vw,2.7rem);margin-top:17px}
  .conference-heading>p{font-size:1rem}
  .events-empty{padding:28px 22px}
  .events-empty h3{font-size:1.35rem;line-height:1.4}
  .event-row{grid-template-columns:65px minmax(0,1fr);gap:17px;padding:28px 0}
  .event-copy h3{font-size:1.3rem;line-height:1.35}
  .event-date{padding:13px 6px}.event-date strong{font-size:2rem}
  .event-copy p{font-size:1rem;line-height:1.7}
  .event-copy .event-meta{font-size:.9375rem;line-height:1.7}
  .event-links{flex-direction:column;align-items:flex-start;gap:7px;margin-top:12px}
  .giveaway-section{grid-template-columns:minmax(0,1fr);gap:29px}
  .giveaway-story{padding-top:0}
  .giveaway-story h2{font-size:clamp(2.35rem,8.8vw,3.3rem);margin-top:18px;letter-spacing:-1.2px}
  .prize-detail{margin-top:27px;padding-left:19px}
  .prize-detail h3{font-size:1.3rem}
  .giveaway-form{padding:25px 20px;border-radius:13px;gap:20px}
  .giveaway-form>h3{font-size:1.4rem}
  .form-two-columns{grid-template-columns:minmax(0,1fr);gap:20px}
  .giveaway-form .button{font-size:1rem;width:100%;padding:15px 16px}
  .events-contact{flex-direction:column;align-items:flex-start;gap:23px;padding-top:44px;padding-bottom:44px}
  .events-contact h2{font-size:clamp(2rem,7.4vw,2.6rem);max-width:none}
  .events-contact .text-link{flex-shrink:1;font-size:1rem;gap:16px}
  .editor-intro{padding-top:33px;padding-bottom:22px}
  .editor-intro h1{font-size:clamp(2rem,7.5vw,2.65rem);line-height:1.2;letter-spacing:-1px}
  .editor-intro>p{font-size:1rem;line-height:1.75}
  .editor-notice{padding:16px;font-size:.9375rem;margin-top:20px}
  .site-editor-form{padding-top:12px}
  .site-editor-form>section{margin-bottom:42px}
  .editor-section-heading{margin-bottom:24px}
  .editor-section-heading h2{font-size:1.8rem;line-height:1.25;letter-spacing:-.7px}
  .editor-section-heading p{font-size:1rem;line-height:1.75}
  .team-editor-grid{grid-template-columns:minmax(0,1fr);gap:24px}
  .person-editor{display:block;padding:20px}
  .person-editor .editor-field{margin:17px 0 0}
  .editor-portrait{width:120px;height:144px;margin-bottom:17px}
  .editor-fields-grid{grid-template-columns:minmax(0,1fr);gap:20px}
  .editor-field:has(textarea){grid-column:auto}
  .conference-editor-item,.testimonial-editor-item{padding:20px;margin-bottom:24px}
  .editor-field input[type=file]{font-size:1rem;padding:10px 8px;width:100%;min-width:0;max-width:100%}
  .editor-field input[type=file]::file-selector-button{display:block;margin:0 0 7px;font-size:.875rem;min-height:36px}
  .testimonial-photo-editor{gap:17px;align-items:flex-start}
  .testimonial-photo-editor .editor-field{width:100%}
  .testimonial-editor-actions{gap:7px 20px;margin-top:20px}
  .editor-save-bar{display:flex;flex-direction:column;align-items:stretch;gap:8px;padding-top:23px}
  .editor-save-bar>.button{justify-content:center;min-height:50px;font-size:1rem}
  .editor-save-bar>.quiet-button{padding:12px;text-align:center;border:1px solid #c8deeb;border-radius:8px;background:#fff}
  .editor-outline-button{justify-content:space-between;width:100%;font-size:1rem}
  .editor-import summary{min-height:44px;padding:10px 0;line-height:1.5}
  footer{padding:25px var(--mobile-right) calc(25px + env(safe-area-inset-bottom)) var(--mobile-left);flex-wrap:wrap;gap:18px;align-items:center;font-size:.875rem}
  footer .footer-brand img{width:175px;max-width:100%}
  footer>a:last-child{display:flex;align-items:center;min-height:44px;margin-left:auto;white-space:nowrap}
  footer>span{order:3;width:100%;font-size:.8125rem}
}
@media(max-width:400px){
  .header .brand img{width:180px}
  .header .mobile-menu-toggle:not([hidden]){min-width:82px;padding:10px;gap:9px}
  .header .brand{max-width:calc(100% - 95px)}
  .product-heading{grid-template-columns:96px minmax(0,1fr);gap:14px}
  .product-heading .product-logo{min-height:80px;padding:10px 8px}
  .product-heading h3{font-size:1.25rem}
  .team-person{grid-template-columns:98px minmax(0,1fr);gap:17px}
  .team-info h3{font-size:1.18rem}
  .team-info .team-role{font-size:.875rem}
  .portrait-initials{font-size:2.3rem}
  .detail-logo{width:116px;min-height:66px}
  .detail-identity{gap:12px}.detail-identity>span{padding-left:12px}
  .booking-calendar.has-calendar{width:calc(100% + var(--mobile-left) + var(--mobile-right));margin-left:calc(-1 * var(--mobile-left));border-radius:0;border-left:0;border-right:0}
  .booking-frame{height:800px}
  footer .footer-brand img{width:155px}
  footer{gap:12px}
}
@media(prefers-reduced-motion:reduce){.menu-toggle-icon>span{transition:none}}

/* Phone browsing uses concise summaries and progressive disclosure. */
.phone-dock,.phone-solution-picker,.phone-quote-more{display:none}
@media(max-width:760px){
  :root{--mobile-left:max(18px,env(safe-area-inset-left));--mobile-right:max(18px,env(safe-area-inset-right))}
  html{scroll-padding-top:82px;scroll-padding-bottom:110px}
  body[data-phone-dock]{padding-bottom:calc(82px + env(safe-area-inset-bottom))}
  .header{min-height:64px;padding-top:10px;padding-bottom:10px;box-shadow:0 2px 10px #0079c208}
  .header .brand img{width:177px}
  .header #site-navigation{max-height:calc(100svh - 160px)}
  .header .mobile-menu-toggle:not([hidden]){min-width:76px;border:0;background:#edf7fc;padding:10px;gap:9px}
  .phone-dock{position:fixed;z-index:40;bottom:0;left:0;right:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;padding:8px max(10px,env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(10px,env(safe-area-inset-left));margin:0;border-top:1px solid #c9e0ee;background:#fff;box-shadow:0 -3px 18px #0079c20a}
  .phone-dock>a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-height:52px;padding:5px 2px;color:#506d7d;border-radius:9px;font-size:.875rem;font-weight:500;line-height:1.2;text-decoration:none}
  .phone-dock>a[aria-current="page"]{color:#006eaf;background:#edf7fc;font-weight:700}
  .phone-dock>a[data-destination="demo"]{color:var(--ink);background:#fff5c6}
  .phone-dock>a:active{background:#dceef8}
  .phone-dock>a:focus-visible{outline-offset:-3px}
  .phone-input-focus .phone-dock{display:none}
  .section{padding-top:36px;padding-bottom:36px}
  .section h2{font-size:1.7rem;line-height:1.25;letter-spacing:-.6px}
  .section .eyebrow{font-size:.75rem;letter-spacing:1.15px}
  .hero{margin:0;border-radius:0 0 20px 20px;padding:24px 22px 25px}
  .hero-top .eyebrow{font-size:.6875rem;line-height:1.5;max-width:none;letter-spacing:1.1px}
  .hero-body{padding:23px 0 0;gap:22px}
  .hero-message h1{font-size:clamp(2.05rem,8.4vw,3.2rem);line-height:1.14;letter-spacing:-1.35px;margin-bottom:18px}
  .hero-message>p{font-size:1rem;line-height:1.6;max-width:31ch}
  .hero-proof-column{gap:14px}
  .hero-testimonials{padding:12px 15px;border-radius:10px;border-top-width:3px;box-shadow:none}
  .testimonial-heading{min-height:0;margin-bottom:8px}
  .testimonial-heading .eyebrow{font-size:.6875rem;letter-spacing:1px}
  .testimonial-quote-mark{display:none}
  .testimonial-empty{min-height:0;gap:12px;padding:0}
  .testimonial-photo-placeholder{width:44px;height:44px;border-radius:8px;font-size:.75rem}
  .testimonial-pending-title{font-size:.9375rem;line-height:1.4;font-weight:500;margin:0}
  .testimonial-pending-copy{display:none}
  .hero-proof-column>.button{min-height:48px;padding:13px 17px;font-size:.9375rem;border-radius:10px}
  .hero-footer{display:none}
  .testimonial-slides{display:block}
  .testimonial-slide{gap:13px}
  .testimonial-slide:not(.is-current){display:none}
  .testimonial-slide blockquote p{font-size:1rem;line-height:1.6}
  .testimonial-slide:has(.phone-quote-more):not(.quote-expanded) blockquote p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}
  .phone-quote-more{display:block;align-self:flex-start;min-height:44px;background:none;border:0;padding:8px 0;color:#006eaf;text-decoration:underline;text-underline-offset:3px;font-size:.875rem;font-weight:600;margin-top:-8px}
  .testimonial-author img,.testimonial-initials{width:42px;height:42px}
  .testimonial-author strong{font-size:.875rem}.testimonial-author>div>span{font-size:.8125rem}
  .testimonial-controls{margin-top:12px;padding-top:8px}
  .solutions .section-heading{margin-bottom:21px}
  .solutions .section-heading .eyebrow{display:none}
  .solutions .section-heading h2{font-size:1.65rem;line-height:1.25;margin:0;letter-spacing:-.5px}
  .solutions .section-heading>p{font-size:.9375rem;line-height:1.6;margin-top:9px}
  .product-sequence{gap:10px}
  .product-row.has-phone-product,.solution-overview-row.has-phone-product{display:block;padding:0;border:0}
  .phone-product{border:1px solid #cee2ed;border-radius:12px;background:white;overflow:clip}
  .phone-product[open]{border-color:#86bddd;box-shadow:0 4px 16px #0079c20a}
  .phone-product-summary{display:grid;grid-template-columns:76px minmax(0,1fr) 18px;gap:13px;align-items:center;list-style:none;padding:17px 14px;min-height:100px;cursor:pointer}
  .phone-product-summary::-webkit-details-marker,.phone-panel>summary::-webkit-details-marker{display:none}
  .phone-product-summary:focus-visible,.phone-panel>summary:focus-visible{outline:3px solid var(--blue);outline-offset:-3px;border-radius:10px}
  .phone-product-identity{display:flex;align-items:center;justify-content:center;min-width:0}
  .phone-product-identity img{display:block;width:auto;height:auto;max-width:76px;max-height:38px;object-fit:contain}
  .phone-product-title{min-width:0;display:flex;flex-direction:column;gap:4px;line-height:1.35}
  .phone-product-name{font-size:.8125rem;color:var(--muted)}
  .phone-product-title strong{font:600 1rem/1.35 Manrope,sans-serif;color:var(--ink);letter-spacing:-.25px}
  .phone-disclosure-icon{font:400 1.4rem/1 Manrope,sans-serif;color:var(--blue);width:18px;text-align:center;flex-shrink:0}
  details[open]>summary>.phone-disclosure-icon{transform:rotate(45deg)}
  .phone-product-content{display:flex;flex-direction:column;gap:18px;padding:0 15px 18px}
  .phone-product-content>.product-media{margin:0;order:0;border-radius:8px;box-shadow:none}
  .phone-product-content>.product-copy{order:1;padding:0}
  .phone-product-content .product-heading{display:none}
  .phone-product-content .product-description{margin:0 0 9px;font-size:1rem;line-height:1.7}
  .phone-product-content .product-contact{display:flex;justify-content:space-between;min-height:48px;width:100%;border:0;border-radius:8px;background:#edf7fc;padding:12px 14px;font-size:.9375rem}
  .phone-product-content>.overview-copy{order:1}
  .phone-product-content>.overview-visual{order:0;display:block;margin:0;padding:0;border:0;border-radius:8px;background:none;box-shadow:none}
  .phone-product-content .overview-logo,.phone-product-content .overview-copy>h2,.phone-product-content .overview-copy>.eyebrow{display:none}
  .phone-product-content .overview-screen{border-radius:8px;box-shadow:none}
  .phone-product-content .overview-copy>p{font-size:1rem;margin:0 0 12px;line-height:1.7}
  .about{gap:18px;padding-top:32px;padding-bottom:32px}
  .about-statement>.eyebrow,.about-copy .lead,.small-wordmark{display:none}
  .about h2{font-size:1.7rem;line-height:1.25;margin:0;letter-spacing:-.6px}
  .classroom-figure{margin-top:19px}
  .classroom-frame{border-radius:10px;max-height:210px}
  .classroom-figure figcaption{display:none}
  .about-copy p{font-size:1rem;line-height:1.65;margin-bottom:13px}
  .about-copy .text-link{margin-top:0;font-size:.9375rem}
  .demo-section{gap:20px;padding-top:32px;padding-bottom:32px}
  .demo-intro>.eyebrow,.demo-topics{display:none}
  .demo-intro h2{font-size:1.7rem;line-height:1.25;letter-spacing:-.6px;margin:0 0 12px}
  .demo-intro>p{font-size:1rem;line-height:1.65}
  .booking-calendar:not(.is-connected){padding:18px;border-radius:10px}
  .booking-calendar:not(.is-connected) .booking-card-heading{display:none}
  .booking-calendar:not(.is-connected) .booking-empty{padding:0;margin:0;border:0}
  .booking-empty-label{font-size:.6875rem;letter-spacing:.7px}
  .booking-empty p{font-size:.9375rem;line-height:1.65;margin:10px 0 7px}
  .booking-empty .product-contact{font-size:.9375rem}
  .phone-panel{min-width:0;border:1px solid #c5dfed;border-radius:11px;background:white}
  .phone-panel>summary{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:17px 18px;list-style:none;cursor:pointer;min-height:58px;color:#006fae;font-size:1rem;font-weight:600}
  .phone-panel[open]>summary{border-bottom:1px solid #dceaf2}
  .phone-panel .giveaway-form{border:0;box-shadow:none;border-radius:0 0 11px 11px;margin:0}
  .phone-booking-panel .booking-calendar.has-calendar{border:0;margin:0;width:100%;border-radius:0 0 11px 11px}
  .phone-booking-panel .booking-card-heading{display:none}
  .phone-booking-panel .booking-frame{height:740px}
  .team-heading{gap:10px;margin-bottom:7px}
  .team-heading .eyebrow{display:none}
  .team-contact .team-heading h2{font-size:1.7rem;line-height:1.25;margin:0;letter-spacing:-.6px}
  .team-heading>p{font-size:.9375rem;line-height:1.6}
  .team-person{grid-template-columns:72px minmax(0,1fr);gap:17px;padding:20px 0}
  .team-portrait{aspect-ratio:1;border-radius:50%;gap:0}
  .portrait-initials{font-size:1.8rem;letter-spacing:-1px}
  .portrait-note{display:none}
  .team-info h3{font-size:1.125rem;line-height:1.3}
  .team-info .team-role{font-size:.875rem;margin-top:3px}
  .team-links{margin-top:6px}
  .team-links>a{font-size:.875rem;min-height:44px}
  .team-pending{font-size:.8125rem}
  .solutions-intro{padding-top:27px;padding-bottom:27px;gap:14px}
  .solutions-intro .eyebrow{display:none}
  .solutions-intro h1{font-size:2rem;line-height:1.17;margin:0;letter-spacing:-.8px}
  .solutions-intro>p{font-size:1rem;line-height:1.65}
  .solution-overview{display:grid;gap:11px;padding-top:23px;padding-bottom:28px}
  .solutions-nav.has-phone-picker>div{display:none}
  .phone-solution-picker{display:flex;align-items:center;gap:18px;padding:10px 0;font-size:.875rem;font-weight:600;color:var(--muted)}
  .phone-solution-picker select{font-size:1rem;line-height:1.4;min-width:0;flex:1;min-height:44px;padding:9px 30px 9px 12px;border:1px solid #c5ddeb;border-radius:7px;background:#fff;color:var(--ink)}
  .detail-hero{padding-top:25px;padding-bottom:28px}
  .detail-hero .breadcrumb{display:none}
  .detail-identity{margin-bottom:18px;gap:13px}
  .detail-logo{min-height:55px;width:117px;padding:10px}
  .detail-identity>span{padding-left:13px;font-size:.8125rem}
  .detail-hero h1{font-size:clamp(1.85rem,7.8vw,2.3rem);line-height:1.18;margin-bottom:17px;letter-spacing:-.75px}
  .detail-intro>p{font-size:1rem;line-height:1.65}
  .detail-actions{margin-top:19px;gap:0}
  .detail-actions>.button{font-size:.9375rem;border-radius:9px;min-height:48px;padding:13px 16px}
  .detail-actions>.quiet-link{display:none}
  .detail-hero-layout{gap:23px}
  .visual-surface{padding:12px;border-radius:10px}
  .detail-visual figcaption{font-size:.8125rem;line-height:1.5;margin-top:9px}
  .detail-capabilities,.detail-use{padding-top:28px;padding-bottom:28px}
  .detail-section-heading .eyebrow,.use-intro>.eyebrow{display:none}
  .detail-section-heading h2,.use-intro h2{font-size:1.5rem;line-height:1.25;margin:0 0 20px;letter-spacing:-.4px}
  .detail-feature-grid{gap:18px}
  .detail-feature{padding-top:17px;gap:6px 14px;grid-template-columns:22px minmax(0,1fr)}
  .detail-feature h3,.use-list h3{font-size:1.0625rem;line-height:1.4}
  .detail-feature p,.use-list p,.use-intro>p{font-size:1rem;line-height:1.65}
  .detail-use{gap:20px}
  .use-list li{padding:16px 0}
  .solution-cta{padding-top:29px;padding-bottom:29px;gap:19px}
  .solution-cta .eyebrow{display:none}
  .solution-cta h2{font-size:1.65rem;line-height:1.25;margin:0 0 14px}
  .solution-cta p{font-size:1rem;line-height:1.65}
  .solution-cta>.button{border-radius:9px;min-height:48px;padding:13px 16px;font-size:.9375rem}
  .events-intro{padding-top:27px;padding-bottom:28px;gap:18px}
  .events-intro .eyebrow{display:none}
  .events-intro h1{font-size:2.1rem;line-height:1.16;margin:0;letter-spacing:-.8px}
  .events-intro h1 br{display:none}
  .events-intro h1 em::before{content:' '}
  .events-intro p{font-size:1rem;line-height:1.65;margin-bottom:0}
  .events-intro .button{display:none}
  .conference-heading{margin-bottom:20px;gap:0}
  .conference-heading .eyebrow,.conference-heading>p{display:none}
  .conference-heading h2{font-size:1.5rem;line-height:1.25;margin:0;letter-spacing:-.4px}
  .events-empty{padding:22px 18px}
  .events-empty .eyebrow{display:none}
  .events-empty h3{font-size:1.125rem;line-height:1.4;margin:0 0 12px}
  .events-empty p{font-size:1rem;line-height:1.65}
  .giveaway-section{gap:18px}
  .giveaway-story h2{font-size:1.5rem;line-height:1.3;margin:8px 0 0;letter-spacing:-.4px}
  .prize-detail{margin-top:18px;padding-left:15px}
  .prize-detail h3{font-size:1.125rem}
  .phone-giveaway-preview .prize-detail h3,.phone-giveaway-preview #entry-description{display:none}
  .phone-giveaway-preview .prize-detail{border:0;padding:0;margin-top:10px}
  .phone-giveaway-preview .entry-deadline{margin:0;font-weight:400;font-size:.9375rem}
  .phone-panel .giveaway-form{padding:22px 18px}
  .events-contact{padding-top:28px;padding-bottom:28px;gap:17px}
  .events-contact h2{font-size:1.5rem;line-height:1.3}
  footer{padding-top:22px;padding-bottom:22px}
}
@media(max-width:360px){
  .hero{padding-left:19px;padding-right:19px}
  .hero-message h1{font-size:2rem}
  .phone-product-summary{grid-template-columns:62px minmax(0,1fr) 17px;gap:11px;padding:16px 12px}
  .phone-product-identity img{max-width:62px;max-height:34px}
  .phone-product-title strong{font-size:1rem}
  .phone-booking-panel{width:calc(100% + var(--mobile-left) + var(--mobile-right));margin-left:calc(-1 * var(--mobile-left));border-radius:0;border-left:0;border-right:0}
}
@media(max-width:760px) and (max-height:480px) and (orientation:landscape){
  .phone-dock{display:none}
  body[data-phone-dock]{padding-bottom:0}
  .header #site-navigation{max-height:calc(100svh - 95px)}
}
