*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:'Noto Sans JP',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;font-weight:400;line-height:1.6;color:#000;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;background:0 0;font-family:inherit}.playfair{font-family:'Noto Serif JP',serif}.container{max-width:1280px;margin:0 auto;padding:0 1rem}.container-narrow{max-width:896px;margin:0 auto;padding:0 1rem}.container-form{max-width:672px;margin:0 auto;padding:0 1rem}.text-center{text-align:center}.bg-white{background-color:#fff}.bg-gray{background-color:#f9fafb}.pt-32{padding-top:8rem}.pb-24{padding-bottom:6rem}.mb-16{margin-bottom:4rem}.sp-only{display:none}@media screen and (max-width:768px){.sp-only{display:inline}}.pc-only{display:inline}@media screen and (max-width:768px){.pc-only{display:none}}.section{padding:6rem 0}.hero-section+.section{padding-top:3rem}.section-title{font-size:2.25rem;font-weight:700;color:#000;margin-bottom:1rem;letter-spacing:-.025em}.title-bar{width:5rem;height:.25rem;background-color:#111827;margin-bottom:3rem}.title-bar.center{margin-left:auto;margin-right:auto;margin-bottom:4rem}.section-header-centered{max-width:896px;margin:0 auto;text-align:center}.section-header-flex{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:4rem}.section-lead{font-size:1.125rem;color:#000;line-height:1.75}.section-subtitle{font-size:1.125rem;color:#000;max-width:672px;margin:0 auto}.btn{display:inline-block;padding:1rem 3rem;font-weight:500;font-size:1rem;text-align:center;transition:all .3s ease;white-space:nowrap;border:none;cursor:pointer}.btn-primary{background-color:#111827;color:#fff}.btn-primary:hover{background-color:#1f2937}.btn-outline{border:2px solid #111827;color:#000;background:0 0}.btn-outline:hover{background-color:#111827;color:#fff}.btn-sm{padding:.5rem 1.5rem;font-size:.875rem;border-radius:.5rem}.btn-hover-scale:hover{transform:scale(1.05)}.site-header{position:fixed;top:0;left:0;right:0;z-index:9990;background-color:rgba(255,255,255,.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px 3px rgba(0,0,0,.1);border-bottom:1px solid #e5e7eb;transition:all .3s ease}.admin-bar .site-header{top:32px}@media screen and (max-width:782px){.admin-bar .site-header{top:0}}.header-inner{display:flex;justify-content:space-between;align-items:center;height:5rem}.logo-link{display:flex;align-items:center;transition:opacity .3s ease}.logo-link:hover{opacity:.7}.header-logo-img{height:1.75rem;width:auto;display:block}@media screen and (max-width:768px){.header-logo-img{height:1.2rem}}.header-nav{display:none;gap:3rem}.nav-link{font-size:1rem;font-weight:500;letter-spacing:.05em;color:#000;transition:color .3s ease;position:relative;white-space:nowrap}.nav-link:hover{color:#000}.nav-underline{position:absolute;bottom:0;left:0;width:0;height:2px;background-color:currentColor;transition:width .3s ease}.nav-link:hover .nav-underline,.nav-link.active .nav-underline{width:100%}.mobile-menu-toggle{display:block}.menu-btn{color:#000;font-size:1.5rem;transition:color .3s ease}.menu-btn:hover{color:#000}.mobile-menu{display:none;position:fixed;inset:0;z-index:60}.mobile-menu.is-open{display:block}.mobile-menu-overlay{position:absolute;inset:0;background-color:rgba(0,0,0,.5)}.mobile-menu-panel{position:absolute;right:0;top:0;bottom:0;width:280px;background-color:#fff;padding:2rem;box-shadow:-4px 0 20px rgba(0,0,0,.1)}.mobile-menu-close{position:absolute;top:1.5rem;right:1.5rem;font-size:1.5rem;color:#000}.mobile-nav{display:flex;flex-direction:column;gap:1.5rem;padding-top:4rem}.mobile-nav-link{font-size:1rem;font-weight:500;letter-spacing:.05em;color:#000;padding:.5rem 0;border-bottom:1px solid #e5e7eb}.hero-section{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-bg{position:absolute;inset:0;display:flex}.hero-bg-left{width:50%;background-color:#fff}.hero-bg-right{width:50%;position:relative;overflow:hidden}.hero-img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,.3),rgba(0,0,0,.5))}.hero-content{position:relative;z-index:10;width:100%;max-width:1280px;margin:0 auto;padding:6rem 1rem 0}.hero-text-wrap{max-width:896px}.hero-title{font-size:2.25rem;font-weight:700;color:#000;margin-bottom:1.5rem;letter-spacing:-.025em;line-height:1.25;white-space:nowrap;background-color:rgba(255,255,255,.9);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);padding:1rem 2rem;display:inline-block}.hero-desc{display:inline-block;background-color:rgba(255,255,255,.9);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);padding:1.5rem 2rem}.hero-desc p{font-size:1rem;color:#000;line-height:1.75;margin-bottom:1rem}.hero-desc p:last-child{margin-bottom:0}.hero-scroll-indicator{position:absolute;bottom:3rem;left:50%;transform:translateX(-50%);animation:bounce 1s infinite}.hero-scroll-indicator i{font-size:1.875rem;color:#9ca3af}@keyframes bounce{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-10px)}}.domain-track{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.domain-fake-scrollbar{display:none}.domain-card-sm{background-color:#fff;padding:1.5rem;border:1px solid #e5e7eb;transition:all .3s ease;box-sizing:border-box}@media (min-width:768px){.domain-card-sm[aria-hidden=true]{display:none}}.domain-card-sm:hover{box-shadow:0 10px 25px -8px rgba(0,0,0,.15);border-color:#000}.domain-icon-sm{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem;background-color:#111827;color:#fff;transition:transform .3s ease}.domain-card-sm:hover .domain-icon-sm{transform:scale(1.1)}.domain-icon-sm i{font-size:1.125rem}.domain-title-sm{font-size:1rem;font-weight:700;color:#000;margin-bottom:.5rem}.domain-desc-sm{color:#000;line-height:1.6;font-size:.8125rem}@media screen and (max-width:767px){.domain-marquee{overflow-x:scroll;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:0}.domain-marquee::-webkit-scrollbar{display:none !important;width:0 !important;height:0 !important}.domain-fake-scrollbar{display:block;position:relative;height:3px;margin:1rem 1.5rem 0;background:#e5e7eb;border-radius:0;overflow:hidden}.domain-fake-thumb{position:absolute;top:0;left:0;height:100%;min-width:36px;background:#374151;border-radius:0;cursor:pointer;touch-action:none}.domain-track{display:flex;width:max-content;gap:0;padding-left:calc(50% - 100px);padding-right:calc(50% - 100px)}.domain-card-sm{width:200px;min-width:200px;flex-shrink:0;margin-right:.75rem;padding:1.25rem 1rem}}.company-grid{display:grid;grid-template-columns:1fr;gap:2rem}.company-card{position:relative;overflow:hidden;background:#fff;border:1px solid #e5e7eb;box-shadow:0 4px 16px rgba(0,0,0,.08);padding:2rem;transition:all .3s ease;text-decoration:none;color:inherit}.company-card:hover{box-shadow:0 20px 40px -12px rgba(0,0,0,.18);border-color:#000}.company-card-circle{position:absolute;top:0;right:0;width:8rem;height:8rem;background-color:rgba(0,0,0,.02);border-radius:50%;margin-right:-4rem;margin-top:-4rem;transition:transform .5s ease}.company-card:hover .company-card-circle{transform:scale(1.5)}.company-card-content{position:relative;z-index:10}.company-logo-wrap{width:100%;height:3.5rem;display:flex;align-items:center;justify-content:center}.company-logo{max-width:140px;height:100%;object-fit:contain;object-position:center}.company-name{font-size:1.25rem;font-weight:700;color:#000;margin-bottom:.75rem;margin-top:1.5rem}.company-desc{color:#000;line-height:1.75;font-size:.875rem}.company-overview{max-width:896px;margin:0 auto;background-color:#fff;padding:3rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);border:1px solid #e5e7eb}.overview-row{display:flex;border-bottom:1px solid #e5e7eb;padding-bottom:1.5rem;margin-bottom:1.5rem}.overview-row.no-border{border-bottom:none;margin-bottom:0}.overview-label{width:10rem;flex-shrink:0;font-weight:600;color:#000}.overview-value{flex:1;color:#000}.overview-access{margin-top:3rem}.access-title{font-size:1.25rem;font-weight:700;color:#000;margin-bottom:1.5rem}.access-desc{color:#000;margin-bottom:1rem;font-weight:500}.access-detail{margin-bottom:1.5rem}.access-routes{list-style:none;padding:0;margin:0}.access-routes li{position:relative;padding:.5rem 0 .5rem 1.25rem;color:#000;font-size:.9rem;line-height:1.6;border-bottom:1px solid #f3f4f6}.access-routes li:last-child{border-bottom:none}.access-routes li:before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;background-color:#111827;border-radius:50%}.map-container{width:100%;height:24rem;background-color:#e5e7eb}.map-container iframe{width:100%;height:100%}.overview-buttons{margin-top:3rem;display:flex;flex-direction:column;gap:1rem}.view-all-link{display:flex;align-items:center;gap:.5rem;color:#000;font-weight:500;transition:color .3s ease;white-space:nowrap}.view-all-link:hover{color:#000}.view-all-link:hover i{transform:translateX(4px)}.view-all-link i{transition:transform .3s ease}.news-grid{display:grid;grid-template-columns:1fr;gap:2rem}.news-card,.news-card-archive{display:block;background-color:#fff;border:1px solid #e5e7eb;transition:all .3s ease}.news-card:hover,.news-card-archive:hover{border-color:#000;box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.news-card-archive{border-radius:.5rem;overflow:hidden}.news-card-inner{padding:2rem}.news-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.news-date{font-size:.875rem;color:#6b7280}.news-category,.news-category-badge{padding:.25rem .75rem;background-color:#f3f4f6;color:#000;font-size:.75rem;font-weight:500}.news-category-badge{border-radius:9999px;color:#000}.news-title-card{font-size:1.125rem;font-weight:700;color:#000;margin-bottom:.75rem;transition:color .3s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-card:hover .news-title-card{color:#000}.news-title-archive{font-weight:600;font-size:1.125rem;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-excerpt{color:#000;font-size:.875rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.news-more{display:flex;align-items:center;color:#000;transition:color .3s ease;margin-top:1rem}.news-card:hover .news-more,.news-card-archive:hover .news-more{color:#000}.news-more span{font-size:.875rem}.news-more i{margin-left:.5rem;transition:transform .3s ease}.news-card:hover .news-more i,.news-card-archive:hover .news-more i{transform:translateX(4px)}.news-list{max-width:720px;margin:0 auto;padding:0 2rem}.news-list-item{display:block;padding:2rem 0;border-bottom:1px solid #e5e7eb;text-decoration:none;transition:opacity .3s ease}.news-list-item:last-child{border-bottom:none}.news-list-item:hover{opacity:.7}.news-list-date{display:block;font-size:.875rem;color:#6b7280;margin-bottom:.5rem;letter-spacing:.025em}.news-list-title{font-size:1.125rem;font-weight:600;color:#000;line-height:1.6;margin-bottom:1rem;transition:color .3s ease}.news-list-item:hover .news-list-title{color:#000}.news-list-bar{width:3rem;height:2px;background-color:#111827}.pagination-wrapper{margin-top:3rem}.pagination-wrapper .nav-links{display:flex;justify-content:center;align-items:center;gap:.5rem}.pagination-wrapper .page-numbers{display:inline-flex;align-items:center;justify-content:center;padding:.5rem .75rem;border-radius:.5rem;border:1px solid #d1d5db;color:#000;font-size:.875rem;transition:all .3s ease}.pagination-wrapper .page-numbers:hover{background-color:#f9fafb}.pagination-wrapper .page-numbers.current{background-color:#111827;color:#fff;border-color:#000}.pagination-wrapper .page-numbers.dots{border:none}.cta-container{max-width:896px;margin:0 auto;padding:0 1rem;text-align:center}.cta-text{font-size:1.125rem;color:#000;margin-bottom:3rem;line-height:1.75}.breadcrumb{margin-bottom:2rem}.breadcrumb-inner{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280}.breadcrumb-link{color:#6b7280;transition:color .3s ease}.breadcrumb-link:hover{color:#000}.breadcrumb-current{color:#000}.single-title{font-size:2.25rem;font-weight:700;color:#000;margin-bottom:2rem;line-height:1.25;letter-spacing:-.025em}.article-content{max-width:none}.article-lead{background-color:#f9fafb;padding:1.5rem;border-radius:.5rem;margin-bottom:2rem}.article-lead p{font-size:1.125rem;color:#000;line-height:1.75}.article-body{line-height:1.875}.article-body h2{font-size:1.5rem;font-weight:700;color:#000;margin-top:2rem;margin-bottom:1rem}.article-body p{margin-bottom:1rem;color:#000}.article-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid #e5e7eb}.article-contact-box{background-color:#f9fafb;padding:1.5rem;border-radius:.5rem}.contact-box-title{font-weight:600;font-size:1.125rem;margin-bottom:.5rem}.contact-box-text{color:#000;margin-bottom:1rem}.contact-box-email{font-size:.875rem;color:#6b7280}.back-to-list{margin-top:3rem;padding-top:2rem;border-top:1px solid #e5e7eb}.back-link{display:inline-flex;align-items:center;color:#000;font-weight:600;transition:color .3s ease}.back-link:hover{color:#000}.back-link i{margin-right:.5rem}.contact-form{max-width:576px;margin:0 auto}.form-group{margin-bottom:2rem}.form-label{display:block;font-size:.875rem;font-weight:600;color:#000;margin-bottom:.5rem}.required{color:#ef4444}.form-input,.form-select,.form-textarea,.wpcf7-form-control:not(.wpcf7-submit){width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;font-family:inherit;transition:all .2s ease;background-color:#fff;box-sizing:border-box}.form-input:focus,.form-select:focus,.form-textarea:focus,.wpcf7-form-control:not(.wpcf7-submit):focus{outline:none;border-color:#000;box-shadow:0 0 0 2px rgba(17,24,39,.2)}.form-textarea,.wpcf7-form-control.wpcf7-textarea{resize:vertical}.char-count{text-align:right;font-size:.875rem;color:#6b7280;margin-top:.25rem}.form-submit{text-align:center;padding-top:1.5rem}.form-privacy-note{font-size:.875rem;color:#000;margin-bottom:1.5rem}.form-error{text-align:center;color:#dc2626;margin-top:1rem}.wpcf7 .wpcf7-form .form-group{margin-bottom:2rem}.wpcf7-form .wpcf7-submit{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2.5rem;background-color:#111827;color:#fff;font-weight:600;font-size:.875rem;border:2px solid #111827;border-radius:0;cursor:pointer;transition:all .3s ease;letter-spacing:.05em}.wpcf7-form .wpcf7-submit:hover{background-color:transparent;color:#000}.wpcf7-not-valid-tip{color:#dc2626;font-size:.8125rem;margin-top:.25rem;display:block}.wpcf7-not-valid{border-color:#dc2626 !important}.wpcf7-response-output{text-align:center;padding:1rem;margin:1.5rem 0 0;border-radius:.5rem;font-size:.875rem}.wpcf7-mail-sent-ok,.wpcf7 form.sent .wpcf7-response-output{border:1px solid #111827 !important;background-color:#f9fafb;color:#000}.wpcf7-validation-errors,.wpcf7 form.invalid .wpcf7-response-output{border:1px solid #dc2626 !important;background-color:#fef2f2;color:#dc2626}.wpcf7-spinner{display:none;margin-left:.5rem}.wpcf7-spinner.is-active{display:inline-block}.wpcf7-form-control.wpcf7-select{appearance:auto}.privacy-content{max-width:800px;margin:0 auto}.privacy-intro{font-size:1rem;color:#000;line-height:1.875;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.privacy-section{margin-bottom:2.5rem}.privacy-heading{font-size:1.25rem;font-weight:700;color:#000;margin-bottom:1rem;padding-left:1rem;border-left:4px solid #111827;line-height:1.4}.privacy-body{padding-left:.25rem}.privacy-body p{font-size:.9375rem;color:#000;line-height:1.875;margin-bottom:1rem}.privacy-body p:last-child{margin-bottom:0}.privacy-dl{margin:0}.privacy-dl-row{display:flex;border-bottom:1px solid #f3f4f6;padding:.75rem 0}.privacy-dl-row:last-child{border-bottom:none}.privacy-dl dt{width:auto;flex-shrink:0;font-weight:600;color:#000;font-size:.9375rem;white-space:nowrap;margin-right:2rem}.privacy-dl dd{flex:1;color:#000;font-size:.9375rem;margin:0}.privacy-address-box{background-color:#f9fafb;padding:1.5rem;margin-top:1rem;border:1px solid #e5e7eb}.privacy-address-box .privacy-address-label{font-weight:600;color:#000;margin-bottom:.5rem}.privacy-address-box p{font-size:.9375rem;color:#000;line-height:1.75}.privacy-link{color:#000;font-weight:600;text-decoration:underline;text-underline-offset:3px;transition:opacity .3s ease}.privacy-link:hover{opacity:.6}@media (max-width:767px){.privacy-dl-row{flex-direction:column;gap:.25rem}.privacy-dl dt{width:auto}.privacy-heading{font-size:1.125rem}}.error-404{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;text-align:center;padding:0 1rem}.error-code{font-size:5rem;font-weight:600;color:#f3f4f6}.error-message{font-size:1.5rem;font-weight:600;margin-top:1.5rem}.error-desc{margin-top:1rem;font-size:1.25rem;color:#6b7280;margin-bottom:2rem}.site-footer{background:linear-gradient(to bottom right,#111827,#1f2937,#000);color:#fff}.site-footer .container{padding-top:2rem;padding-bottom:2rem}.footer-inner{display:flex;justify-content:space-between;align-items:flex-start;gap:3rem}.footer-main{flex:1}.footer-logo{margin-bottom:1.5rem}.footer-logo-img{height:1.25rem;width:auto;display:block}@media screen and (max-width:768px){.footer-logo-img{height:1.2rem}}.footer-label{font-size:.75rem;font-weight:600;margin-bottom:1rem;letter-spacing:.1em;color:#9ca3af}.footer-group-links{display:flex;flex-wrap:wrap;column-gap:2rem;row-gap:.5rem}.footer-link{display:block;font-size:.875rem;color:#d1d5db;transition:color .3s ease;position:relative;width:fit-content}.footer-link:hover{color:#fff}.footer-link-line{position:absolute;bottom:0;left:0;width:0;height:1px;background-color:#fff;transition:width .3s ease}.footer-link:hover .footer-link-line{width:100%}.footer-site-links{display:flex;flex-direction:column;gap:.5rem}.footer-bottom{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #374151;display:flex;flex-direction:column;align-items:center;gap:.5rem}.copyright{font-size:.875rem;color:#9ca3af}.page-content{line-height:1.875}.page-content h2{font-size:1.5rem;font-weight:700;margin-top:2rem;margin-bottom:1rem}.page-content p{margin-bottom:1rem;color:#000}.no-posts{text-align:center;color:#6b7280;padding:2rem 0}.wp-block-image img{border-radius:.5rem}.aligncenter{text-align:center}.alignleft{float:left;margin-right:1rem}.alignright{float:right;margin-left:1rem}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute !important;height:1px;width:1px;overflow:hidden}@media (min-width:768px){.container{padding:0 1.5rem}.container-narrow,.container-form{padding:0 1.5rem}.header-nav{display:flex}.mobile-menu-toggle{display:none}.section-title{font-size:3rem}.hero-title{font-size:3.75rem}.single-title{font-size:3rem}.domain-track{grid-template-columns:repeat(3,1fr)}.company-grid{grid-template-columns:repeat(2,1fr)}.news-grid{grid-template-columns:repeat(2,1fr)}.overview-buttons{flex-direction:row}.overview-buttons .btn{flex:1}.footer-bottom{flex-direction:row;justify-content:space-between}}@media (min-width:1024px){.container{padding:0 2rem}.container-narrow,.container-form{padding:0 2rem}.domain-track{grid-template-columns:repeat(4,1fr)}.company-grid{grid-template-columns:repeat(4,1fr)}.news-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:767px){.hero-section{height:auto;min-height:100vh;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start}.hero-bg{position:relative;inset:auto;flex-direction:row;width:100%;height:60vh;flex:0 0 auto}.hero-bg-left{display:block;width:30%;height:100%;background-color:#fff}.hero-bg-right{width:70%;height:100%}.hero-img{object-position:center center}.hero-overlay{display:none}.hero-content{position:static;display:block;width:100%;max-width:100%;min-height:auto;margin:0;padding:1.5rem 1rem 2rem;background-color:#fff;flex:1 1 auto;text-align:center}.hero-text-wrap{max-width:100%;padding:0;text-align:center}.hero-title{position:absolute;top:16vh;left:0;right:auto;z-index:5;margin:0;padding:0;white-space:nowrap;font-size:1.5rem;font-weight:700;color:#000;line-height:1.5;letter-spacing:0;background-color:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;text-shadow:none}.hero-title .text-hl{background-color:rgba(255,255,255,.92);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);padding:.5rem .85rem;color:#000;box-decoration-break:clone;-webkit-box-decoration-break:clone}.hero-desc{background-color:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;padding:0}.hero-desc p{color:#000;font-size:.875rem;line-height:1.7;margin-bottom:.625rem;text-shadow:none}.hero-desc .text-hl{background-color:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;padding:0;box-decoration-break:slice;-webkit-box-decoration-break:slice}.hero-desc p.is-lead{position:absolute;top:26vh;left:0;right:auto;z-index:5;margin:0;max-width:calc(100vw - 0.5rem);font-size:.9375rem;line-height:2.1;color:#000;text-align:left}.hero-desc p.is-lead .text-hl{background-color:rgba(255,255,255,.92);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);padding:.15rem .7rem;color:#000;box-decoration-break:clone;-webkit-box-decoration-break:clone}.hero-desc p.is-lead .lead-step{display:block}.hero-desc p.is-lead .lead-step:nth-of-type(2){padding-left:2rem}.hero-desc p.is-lead .lead-step:nth-of-type(3){padding-left:4rem}.hero-scroll-indicator{display:none}.section-header-flex{flex-direction:column;align-items:flex-start;gap:1rem}.overview-row{flex-direction:column;gap:.5rem}.overview-label{width:auto}.company-overview{padding:1.5rem}.footer-inner{flex-direction:column}.section-lead{font-size:.9375rem;line-height:1.8}.section-lead br{display:none}}@keyframes heroFadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes heroKenBurns{from{transform:scale(1)}to{transform:scale(1.06)}}@keyframes heroScrollBounce{0%,100%{transform:translate(-50%,0)}50%{transform:translate(-50%,10px)}}.hero-title{opacity:0;animation:heroFadeUp .9s ease-out .15s forwards}.hero-desc p{opacity:0;animation:heroFadeUp .8s ease-out forwards}.hero-desc p:nth-child(1){animation-delay:.9s}.hero-desc p:nth-child(2){animation-delay:1.1s}.hero-desc p:nth-child(3){animation-delay:1.3s}.hero-desc p:nth-child(4){animation-delay:1.5s}.hero-desc p.is-lead{font-size:1.0625rem;font-weight:600;color:#000;letter-spacing:.01em}.hero-img{animation:heroKenBurns 20s ease-out infinite alternate;will-change:transform}.hero-scroll-indicator{animation:heroScrollBounce 1.8s ease-in-out infinite}@media (max-width:767px){.hero-desc p.is-lead{font-size:.9375rem;color:#000}}@media (prefers-reduced-motion:reduce){.hero-title,.hero-desc p,.hero-img,.hero-scroll-indicator{animation:none !important;opacity:1 !important;transform:none !important}}