:root{--ink: #151515;--ink-soft: #252525;--muted: #5f6670;--paper: #ffffff;--surface: #ffffff;--surface-blue: #f2f7fb;--accent: #0877c9;--accent-dark: #055d9e;--accent-deep: #064d82;--border: #dce4ea;--max: 1160px;--radius: 6px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.65}a{color:inherit}a:focus-visible,summary:focus-visible{outline:3px solid var(--accent);outline-offset:4px}img{max-width:100%;display:block}.container{width:min(calc(100% - 2rem),var(--max));margin-inline:auto}.skip-link{position:fixed;left:1rem;top:1rem;z-index:100;transform:translateY(-200%);background:var(--ink);color:#fff;padding:.7rem 1rem;text-decoration:none;font-weight:800}.skip-link:focus{transform:translateY(0)}.site-header{position:sticky;top:0;z-index:10;background:color-mix(in srgb,#fff 95%,transparent);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;position:relative}.brand{display:inline-flex;align-items:center;gap:.72rem;font-weight:850;text-decoration:none;letter-spacing:.08em;font-size:1.12rem;font-variant-caps:all-small-caps;white-space:nowrap}.brand img{width:44px;height:44px;object-fit:contain}.nav-links{display:flex;gap:1.15rem;align-items:center;flex-wrap:wrap}.nav-links a{text-decoration:none;font-size:.92rem;font-weight:600}.nav-links a:hover{color:var(--accent)}.mobile-menu{display:none}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:.76rem 1.18rem;border-radius:3px;text-decoration:none;font-weight:800;border:1px solid var(--ink);transition:transform .15s ease,background .15s ease,border-color .15s ease}.button:hover{transform:translateY(-1px)}.button.primary{background:var(--accent);border-color:var(--accent);color:#fff}.button.primary:hover{background:var(--accent-dark);border-color:var(--accent-dark)}.button.secondary{background:#fff;border-color:var(--ink)}.button.secondary:hover{border-color:var(--accent);color:var(--accent)}.text-link{color:var(--accent-dark);font-weight:750;text-decoration-thickness:1px;text-underline-offset:4px}.hero{padding:5.6rem 0 4.8rem}.hero-home{min-height:620px;display:flex;align-items:center;background:#fff}.hero-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:2.4rem 3.4rem;align-items:stretch}.hero-copy{grid-column:1;grid-row:2;max-width:720px;align-self:center}.hero-secondary-photo{grid-column:2;grid-row:2;margin:0;min-height:390px;background:#e7eef3;border-bottom:7px solid var(--accent);overflow:hidden}.hero-secondary-photo img{width:100%;height:100%;min-height:390px;object-fit:cover}.hero-carousel{grid-column:1 / -1;grid-row:1;width:100%;position:relative;background:#e7eef3;border-bottom:7px solid var(--accent);overflow:hidden}.hero-carousel-track{position:relative;aspect-ratio:16 / 7}.hero-slide{position:absolute;inset:0;margin:0;opacity:0;transition:opacity .7s ease}.hero-slide.is-active{opacity:1}.hero-slide img{width:100%;height:100%;object-fit:cover}.hero-slide-contain{background:#111}.hero-slide-contain img{object-fit:contain}.hero-carousel-dots{position:absolute;left:0;right:0;bottom:.85rem;z-index:1;display:flex;justify-content:center;gap:.5rem}.hero-dot{width:10px;height:10px;padding:0;border:0;border-radius:50%;background:#ffffff8c;box-shadow:0 0 0 1px #0000002e;cursor:pointer}.hero-dot.is-active{background:#fff;transform:scale(1.2)}@media(prefers-reduced-motion:reduce){.hero-slide{transition:none}}.hero-note{margin-top:1.6rem;color:var(--muted);font-size:.92rem;font-weight:650}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.75rem;font-weight:900;color:var(--accent)}.eyebrow.light{color:#cfe9fa}h1,h2,h3{line-height:1.08;letter-spacing:-.025em}h1{font-size:clamp(2.34rem,4.68vw,4.42rem);max-width:11ch;margin:.7rem 0 1.35rem;font-weight:850}h2{font-size:clamp(1.57rem,3.06vw,2.68rem);margin:0 0 1rem;font-weight:820}h3{font-size:1.23rem;margin:.25rem 0 .7rem}p.lead{font-size:clamp(1.08rem,1.7vw,1.3rem);max-width:60ch;color:var(--muted)}.actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.7rem}.actions-centered{justify-content:center}.section{padding:4.8rem 0;border-top:1px solid var(--border)}.intro-section{background:var(--surface-blue)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.65rem}.card p{color:var(--muted)}.feature-card{min-height:230px;border-top:4px solid var(--accent)}.feature-card h3{margin-top:2.2rem}.split{display:grid;grid-template-columns:1fr 1fr;gap:4.5rem;align-items:start}.prose-short{max-width:580px;font-size:1.08rem}.program-grid{display:grid;gap:1.5rem}.program-card{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(0,1.15fr);border:1px solid var(--border);background:#fff;border-radius:var(--radius);overflow:hidden}.program-card-future{grid-template-columns:1fr;border-style:dashed;background:var(--surface-blue)}.program-card-future .program-copy{max-width:780px}.program-media{min-height:260px;background:var(--surface-blue)}.program-media img{width:100%;height:100%;min-height:260px;object-fit:cover}.program-media-neutral img{object-fit:contain;padding:1.25rem}.program-copy{padding:2rem 2.2rem;align-self:center}.program-copy h2{font-size:clamp(1.4rem,2.38vw,2.08rem)}.program-copy p{max-width:60ch}.training-visual-section{background:var(--surface)}.training-visual-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:4rem;align-items:center}.training-visual{background:#e7eef3;border-bottom:7px solid var(--accent);overflow:hidden}.training-visual img{width:100%;aspect-ratio:16 / 9;object-fit:cover}.dark-section{background:var(--accent-deep);color:#fff;border-color:var(--accent-deep)}.dark-section h2{color:#fff}.light-copy{color:#e4f1f9!important}.schedule-panel{border-left:1px solid rgba(255,255,255,.35);padding-left:2.2rem}.schedule-large{font-size:clamp(1.7rem,3.2vw,2.65rem);font-weight:850;line-height:1.12;margin:1rem 0}.light-link{color:#fff}.dark-section .text-link:hover{color:#d9effd}.instructor-grid{display:grid;grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr);gap:5rem;align-items:center}.instructor-photo{max-width:410px;border-bottom:7px solid var(--accent);background:#eef3f6}.instructor-photo img{width:100%}.instructor-profile{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:5rem;align-items:center}.instructor-profile-photo{max-width:430px;background:var(--surface-blue);border-bottom:7px solid var(--accent)}.instructor-profile-photo img{width:100%}.instructor-profile-copy{max-width:680px}.instructor-credential{font-weight:800;color:var(--accent-dark);margin:-.2rem 0 1.5rem}.assistant-instructor-section{background:var(--surface-blue)}.section-heading-short{max-width:760px;margin-bottom:2rem}.assistant-placeholder{display:grid;grid-template-columns:110px minmax(0,1fr);gap:1.6rem;align-items:center;max-width:760px;padding:1.5rem;background:#fff;border:1px dashed #aabac5;border-radius:var(--radius)}.assistant-placeholder-mark{width:90px;height:110px;display:flex;align-items:center;justify-content:center;background:#e7eef3;color:var(--accent-deep);font-weight:900;letter-spacing:.08em;font-size:1.4rem}.assistant-placeholder h3{margin-top:0}.assistant-placeholder p{margin-bottom:0;color:var(--muted)}.progression-section,.affiliation-section{background:var(--surface-blue)}.affiliation-grid{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(0,1.15fr);gap:4.5rem;align-items:center}.affiliation-visual{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:2rem}.affiliation-visual img{width:100%;max-height:320px;object-fit:contain}.affiliation-grid p{max-width:62ch}.contact-hero{padding-bottom:3.8rem}.contact-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:4rem;align-items:start}.contact-form{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:2rem;box-shadow:0 10px 30px #064d820f}.form-field{display:grid;gap:.45rem;margin-bottom:1.2rem}.form-field label{font-weight:750}.form-field input,.form-field select,.form-field textarea{width:100%;font:inherit;color:var(--ink);background:#fff;border:1px solid #b9c8d3;border-radius:4px;padding:.82rem .9rem}.form-field textarea{resize:vertical}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:3px solid rgba(8,119,201,.15);border-color:var(--accent)}.contact-aside{padding-top:.6rem}.contact-aside p{max-width:50ch}.final-cta{text-align:center;background:var(--surface)}.cta-inner{max-width:850px}.cta-inner .lead{margin-inline:auto}.cta-inner .button{margin-top:1.2rem}.schedule{font-size:1.3rem;font-weight:750}.note{color:var(--muted);font-size:.95rem}.affiliations{padding:2.4rem 0 2rem;border-top:1px solid var(--border);background:#fff}.affiliations-inner{display:flex;justify-content:center}.affiliations img{width:min(760px,100%);max-height:190px;object-fit:contain}.site-footer{padding:2.5rem 0 3rem;border-top:1px solid var(--border);color:var(--muted);background:#fff}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;align-items:start}.footer-label{margin-top:0;font-weight:800;color:var(--ink)}.social-links{display:flex;gap:.65rem;align-items:center}.social-icon{width:42px;height:42px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);font-weight:900;font-size:1.3rem}.social-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8}.social-icon .fill-dot,.social-icon .fill-play{fill:currentColor;stroke:none}.social-pending{color:#788690;background:var(--surface-blue);cursor:default}.prose{max-width:780px}.prose h1{max-width:none;font-size:clamp(2rem,4.08vw,3.4rem)}.prose h2{margin-top:2.5rem;font-size:1.53rem}.list-clean{list-style:none;padding:0}.list-clean li{padding:.75rem 0;border-bottom:1px solid var(--border)}@media(max-width:860px){.nav{padding:.72rem 0;min-height:68px}.brand{gap:.58rem;font-size:1rem}.brand img{width:38px;height:38px}.desktop-nav{display:none}.mobile-menu{display:block;position:static}.mobile-menu summary{list-style:none;width:46px;height:46px;display:flex;align-items:center;justify-content:center;cursor:pointer;border:1px solid var(--border);border-radius:4px;background:#fff}.mobile-menu summary::-webkit-details-marker{display:none}.hamburger{width:24px;display:grid;gap:5px}.hamburger span{display:block;height:3px;border-radius:999px;background:var(--accent)}.mobile-menu[open] .hamburger span:nth-child(1){transform:translateY(8px) rotate(45deg)}.mobile-menu[open] .hamburger span:nth-child(2){opacity:0}.mobile-menu[open] .hamburger span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.hamburger span{transition:transform .16s ease,opacity .16s ease}.mobile-menu-panel{position:absolute;top:calc(100% + 1px);left:0;right:0;display:grid;gap:0;padding:.5rem 1rem 1rem;background:#fff;border-bottom:1px solid var(--border);box-shadow:0 14px 28px #00000014}.mobile-menu-panel>a:not(.button){padding:.95rem .15rem;text-decoration:none;font-weight:700;border-bottom:1px solid var(--border)}.mobile-menu-panel .button{margin-top:.9rem;width:100%}.grid,.split,.hero-grid,.instructor-grid,.instructor-profile,.training-visual-grid,.affiliation-grid,.program-card,.contact-grid,.footer-grid{grid-template-columns:1fr}.hero-grid{gap:1.8rem}.hero-carousel{grid-column:1;grid-row:1}.hero-copy{grid-column:1;grid-row:2;max-width:100%}.hero-secondary-photo{grid-column:1;grid-row:3;min-height:260px}.hero-secondary-photo img{min-height:260px}.hero{padding:3.8rem 0 3.4rem}.hero-home{min-height:auto}.hero-carousel-track{aspect-ratio:16 / 9}h1{font-size:clamp(2.08rem,10.2vw,3.15rem)}h2{font-size:clamp(1.53rem,6.8vw,2.17rem)}h3{font-size:1.15rem}.section{padding:3.5rem 0}.split,.instructor-grid,.instructor-profile,.training-visual-grid,.affiliation-grid,.contact-grid{gap:2.2rem}.instructor-profile-photo{max-width:360px}.assistant-placeholder{grid-template-columns:80px minmax(0,1fr);gap:1rem;padding:1.1rem}.assistant-placeholder-mark{width:70px;height:88px}.program-media,.program-media img{min-height:210px}.program-copy{padding:1.5rem}.contact-form{padding:1.35rem}.schedule-panel{border-left:0;border-top:1px solid rgba(255,255,255,.35);padding:2rem 0 0}}main .grid>.feature-card:nth-child(1),main .grid>.feature-card:nth-child(2){padding:0;overflow:hidden;display:flex;flex-direction:column}main .grid>.feature-card:nth-child(1):before,main .grid>.feature-card:nth-child(2):before{content:"";display:block;width:100%;height:170px;flex:0 0 170px;background-repeat:no-repeat;background-size:cover;background-position:center}main .grid>.feature-card:nth-child(1):before{background-image:url(/images/virtual_classes.jpg)}main .grid>.feature-card:nth-child(2):before{background-image:url(/images/gallery/self-defense_mujeres.jpg);background-position:center 22%}main .grid>.feature-card:nth-child(1)>.eyebrow,main .grid>.feature-card:nth-child(2)>.eyebrow{margin:1.35rem 1.65rem 0}main .grid>.feature-card:nth-child(1)>h3,main .grid>.feature-card:nth-child(2)>h3{margin:.3rem 1.65rem .7rem}main .grid>.feature-card:nth-child(1)>p:last-child,main .grid>.feature-card:nth-child(2)>p:last-child{margin:0 1.65rem 1.65rem}main .kobudo-feature{padding:0;overflow:hidden}main .kobudo-feature .feature-photo{height:170px;overflow:hidden}main .kobudo-feature .feature-photo img{width:100%;height:100%;object-fit:cover;object-position:left 18%!important}main .kobudo-feature .feature-copy{padding:1.35rem 1.65rem 1.65rem}main .kobudo-feature .feature-copy .eyebrow{margin-top:0}main .kobudo-feature .feature-copy h3{margin:.3rem 0 .7rem}main .kobudo-feature .feature-copy p{margin-top:0}main .hero-secondary-photo{display:flex;align-items:center;justify-content:center;background:#fff;border-bottom:7px solid var(--accent)}main .hero-secondary-photo img{display:none}main .hero-secondary-photo:before{content:"武道";display:block;color:#151515;font-family:Hiragino Mincho ProN,Yu Mincho,"Noto Serif CJK JP",serif;font-size:clamp(8rem,15vw,13rem);font-weight:700;line-height:.88;letter-spacing:-.08em;writing-mode:vertical-rl;text-orientation:upright}@media(max-width:860px){main .grid>.feature-card:nth-child(1):before,main .grid>.feature-card:nth-child(2):before,main .kobudo-feature .feature-photo{height:190px;flex-basis:190px}main .hero-secondary-photo:before{font-size:clamp(6rem,30vw,9rem)}}.demo-heading,.schedule-intro{align-items:end}.demo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;align-items:stretch}.demo-card{min-width:0;display:flex;flex-direction:column}.demo-card .video-frame{width:100%;aspect-ratio:16 / 9}.demo-card .video-frame iframe{width:100%;height:100%}.demo-card .demo-copy{flex:1}.home-schedule-section .home-week{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));margin-top:2rem;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:#fff}.home-schedule-section .home-day{min-height:180px;padding:1rem .75rem;border-right:1px solid var(--border);display:flex;flex-direction:column;gap:1rem}.home-schedule-section .home-day:last-child{border-right:0}.home-schedule-section .home-day>strong{font-size:.9rem;text-transform:uppercase;letter-spacing:.08em}.home-schedule-section .home-day.active>span:not(.dash){display:block;background:var(--accent-deep);color:#fff;padding:.85rem .7rem;border-radius:4px;font-size:.9rem;line-height:1.45}.home-schedule-section .home-day.active b,.home-schedule-section .home-day.active small{display:block}.home-schedule-section .home-day.active small{margin-top:.35rem;color:#d9effd}.home-schedule-section .home-day .dash{color:#a2adb5;margin-top:1.5rem}.home-schedule-section .schedule-footnote{margin-top:1.2rem}@media(max-width:760px){.demo-heading,.schedule-intro{align-items:start}.demo-grid{grid-template-columns:1fr}.home-schedule-section .home-week{display:grid;grid-template-columns:1fr;gap:.75rem;border:0;border-radius:0;overflow:visible;background:transparent}.home-schedule-section .home-day:not(.active){display:none}.home-schedule-section .home-day.active{min-height:0;padding:0;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;display:grid;grid-template-columns:82px 1fr;gap:0;background:#fff}.home-schedule-section .home-day.active>strong{display:flex;align-items:center;justify-content:center;padding:1rem .7rem;background:var(--surface-blue);border-right:1px solid var(--border);font-size:.85rem}.home-schedule-section .home-day.active>span:not(.dash){margin:.65rem;padding:.85rem 1rem}}.testimonial-section{background:#17171b;color:#fff;border-top-color:#17171b}.testimonial-heading{max-width:700px;margin-bottom:2.4rem}.testimonial-heading h2{color:#fff;margin-bottom:.8rem}.testimonial-heading>p:last-child{color:#c9cbd0;margin:0}.testimonial-carousel{max-width:850px;margin-inline:auto}.testimonial-track{position:relative}.testimonial-card{display:none;margin:0;padding:clamp(1.6rem,4vw,3rem);min-height:330px;flex-direction:column;justify-content:space-between;border:1px solid rgba(255,255,255,.14);border-top:5px solid var(--accent);background:#ffffff09;border-radius:var(--radius)}.testimonial-card.is-active{display:flex}.testimonial-card>p{margin:0 0 2.5rem;font-size:clamp(1.15rem,2.2vw,1.5rem);line-height:1.7;color:#f5f5f6}.testimonial-card footer{display:flex;align-items:center;gap:1rem;padding-top:1.3rem;border-top:1px solid rgba(255,255,255,.13)}.testimonial-card footer>div{display:grid;gap:.25rem}.testimonial-headshot{width:72px;height:72px;flex:0 0 72px;border-radius:50%;object-fit:cover;object-position:center;border:2px solid rgba(158,209,242,.65);background:#2a2b30}.testimonial-card strong{display:block;font-size:1.15rem;line-height:1.25;color:#fff}.testimonial-card span{display:block;color:#9ed1f2;font-size:.95rem;line-height:1.45}.testimonial-controls{display:flex;align-items:center;justify-content:center;gap:1.1rem;margin-top:1.35rem}.testimonial-arrow{width:44px;height:44px;flex:0 0 44px;padding:0;border-radius:50%;border:1px solid rgba(255,255,255,.28);background:transparent;color:#fff;font-size:1.25rem;line-height:1;cursor:pointer}.testimonial-arrow:hover{background:#ffffff14}.testimonial-dots{display:flex;align-items:center;gap:.55rem}.dot{width:10px;height:10px;padding:0;border:0;border-radius:50%;background:#62646a;cursor:pointer}.dot.is-active{background:#9ed1f2;transform:scale(1.2)}@media(max-width:760px){.testimonial-heading{margin-bottom:1.6rem}.testimonial-card{min-height:380px;padding:1.5rem}.testimonial-card>p{font-size:1.12rem;line-height:1.65}.testimonial-headshot{width:64px;height:64px;flex-basis:64px}.testimonial-controls{margin-top:1rem}}.desktop-nav{flex-wrap:nowrap;gap:.9rem}.desktop-nav>a:not(.button):not(.header-substack),.desktop-nav .nav-dropdown>summary{display:inline-flex;align-items:center;min-height:38px;white-space:nowrap}.desktop-nav .nav-dropdown{position:relative;flex:0 0 auto}.desktop-nav .nav-dropdown>summary{list-style:none;cursor:pointer;font-size:.9rem;font-weight:650;line-height:1.2;padding:.45rem 0}.desktop-nav .nav-dropdown>summary::-webkit-details-marker{display:none}.desktop-nav .nav-dropdown>summary:after{content:"▾";margin-left:.35rem;font-size:.7rem;color:var(--accent)}.desktop-nav .nav-dropdown[open]>summary,.desktop-nav .nav-dropdown>summary:hover{color:var(--accent)}.desktop-nav .nav-dropdown-menu{position:absolute;top:calc(100% + .45rem);left:-.85rem;min-width:210px;padding:.45rem;background:#fff;border:1px solid var(--border);border-radius:6px;box-shadow:0 14px 32px #0000001a;display:grid;gap:.1rem;z-index:30}.desktop-nav .nav-dropdown-menu a{display:block;padding:.72rem .8rem;border-radius:4px;white-space:nowrap}.desktop-nav .nav-dropdown-menu a:hover{background:var(--surface-blue);color:var(--accent-dark)}.desktop-nav .header-substack{width:36px;height:36px;flex:0 0 36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:50%;color:var(--ink-soft);background:#fff}.desktop-nav .header-substack svg{width:18px;height:18px;fill:currentColor}.desktop-nav .header-substack:hover{color:var(--accent-dark);border-color:var(--accent);background:var(--surface-blue)}.mobile-menu-panel .mobile-primary-link{display:block;padding:.95rem .15rem;border-bottom:1px solid var(--border);font-size:.95rem;font-weight:750;line-height:1.35;text-decoration:none}.mobile-nav-group{border-bottom:1px solid var(--border)}.mobile-menu-panel .mobile-nav-group>.mobile-nav-label{position:relative;display:block;width:auto;height:auto;margin:0;padding:.95rem 2rem .95rem .15rem;border:0;border-radius:0;background:transparent;list-style:none;cursor:pointer;color:var(--ink);font-size:.95rem;font-weight:750;line-height:1.35;letter-spacing:0;text-transform:none}.mobile-menu-panel .mobile-nav-group>.mobile-nav-label::-webkit-details-marker{display:none}.mobile-menu-panel .mobile-nav-group>.mobile-nav-label:after{content:"+";position:absolute;right:.15rem;top:50%;transform:translateY(-50%);color:var(--accent);font-size:1.15rem;font-weight:700}.mobile-nav-group[open]>.mobile-nav-label:after{content:"–"}.mobile-nav-items{padding:.1rem 0 .75rem .35rem}.mobile-nav-items a{display:block;padding:.6rem .65rem;margin-left:.35rem;text-decoration:none;color:var(--ink-soft);font-size:.92rem;font-weight:600;border-radius:4px}.mobile-nav-items a:hover{background:var(--surface-blue);color:var(--accent-dark)}.mobile-menu-panel .mobile-cta{width:100%;margin-top:1rem}@media(max-width:980px)and (min-width:861px){.desktop-nav{gap:.7rem}.desktop-nav>a:not(.button):not(.header-substack),.desktop-nav .nav-dropdown>summary{font-size:.84rem}.desktop-nav .header-substack{width:32px;height:32px;flex-basis:32px}.desktop-nav .button{padding-inline:.9rem}}
