@font-face{font-family:Anton;src:url('/assets/fonts/anton.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'DM Sans';src:url('/assets/fonts/dm-sans-400.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'DM Sans';src:url('/assets/fonts/dm-sans-700.woff2') format('woff2');font-weight:600 700;font-style:normal;font-display:swap}
@font-face{font-family:'DM Sans';src:url('/assets/fonts/dm-sans-900.woff2') format('woff2');font-weight:800 900;font-style:normal;font-display:swap}
:root{--blue:#0757ff;--ink:#101110;--white:#fff;--muted:#656764;--line:#b8bab7;--paper:#f1f2ee;--gutter:clamp(24px,3.1vw,56px);--header:84px;color-scheme:light}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:auto;scroll-padding-top:calc(var(--header) + 20px)}
body{margin:0 auto;max-width:1920px;background:var(--white);color:var(--ink);font-family:'DM Sans','Noto Sans JP','Yu Gothic',Meiryo,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
button,input,textarea,select{font:inherit}
button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}
button,a{touch-action:manipulation}
a{color:inherit;text-decoration:none}
button{cursor:pointer}
img{display:block;max-width:100%;height:auto}
p,h1,h2,h3,figure{margin:0}
button{color:inherit}
::selection{background:var(--blue);color:white}
:focus-visible{outline:3px solid var(--blue);outline-offset:5px}
.hero :focus-visible,.contact :focus-visible{outline-color:#fff}
[hidden]{display:none!important}
.skip-link{position:fixed;top:10px;left:16px;padding:10px 18px;background:var(--ink);color:#fff;z-index:100;transform:translateY(-180%)}
.skip-link:focus{transform:none}
.eyebrow{font-size:12px;font-weight:800;letter-spacing:.16em;line-height:1.5}
.site-header{height:var(--header);padding:0 var(--gutter);display:flex;align-items:center;justify-content:space-between;gap:24px;background:#fff;position:sticky;top:0;z-index:20;border-bottom:1px solid #e8e8e8}
.brand{display:inline-flex;align-items:center;gap:10px;flex:none;line-height:1}
.brand img{width:64px;height:55px;object-fit:contain}
.brand-type{font-size:31px;font-weight:900;letter-spacing:-.06em}
.brand-type span{display:block;font-size:12px;letter-spacing:.04em;margin-top:3px}
.site-nav{display:flex;gap:clamp(20px,3vw,48px);align-items:center;font-size:15px;font-weight:600}
.site-nav>a{padding:10px 0;position:relative}
.site-nav>a::after{content:'';height:2px;background:var(--blue);position:absolute;bottom:5px;left:0;right:100%;transition:right .2s}
.site-nav>a:hover::after{right:0}
.header-actions{display:flex;align-items:center;gap:26px}
.language-switch{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700;white-space:nowrap}
.language-switch a{padding:10px 0}
.language-switch [aria-current]{text-decoration:underline;text-decoration-color:var(--blue);text-underline-offset:5px;text-decoration-thickness:2px}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:24px;background:var(--ink);color:#fff;border:1px solid var(--ink);padding:10px 20px;font-size:15px;font-weight:700;line-height:1.6}
.button span{font-size:22px;line-height:1}
.button:hover{background:var(--blue);border-color:var(--blue)}
.menu-toggle{display:none}
.site-nav .mobile-contact-link{display:none}
.hero{background:var(--blue);color:#fff;padding:30px var(--gutter) 27px;position:relative;isolation:isolate;overflow:hidden}
.hero-eyebrow{position:relative;z-index:2;letter-spacing:.2em;font-size:14px;margin-bottom:18px}
.hero-title{position:relative;z-index:2;font-family:Anton,Impact,'Arial Narrow',sans-serif;font-size:clamp(90px,12.25vw,235px);font-weight:400;line-height:.99;letter-spacing:-.025em;width:74%}
.hero-title span{display:block;white-space:nowrap;transform:scaleX(1.12);transform-origin:left center}
.hero-elephant{position:absolute;width:41%;max-width:none;height:auto;right:-11.5%;top:22px;filter:brightness(0) invert(1);z-index:0;pointer-events:none}
.hero-note{position:absolute;right:0;bottom:26px;background:#fff;color:var(--ink);width:32%;padding:24px 25px;z-index:3}
.hero-note-title{font-size:clamp(22px,2.7vw,44px);font-weight:900;letter-spacing:-.055em;line-height:1.07;margin-bottom:14px}
.hero-note>p:last-child{font-size:clamp(13px,1.2vw,19px);line-height:1.65}
.hero-bottom{margin-top:26px;display:flex;align-items:flex-start;justify-content:space-between;gap:22px;width:65%;position:relative;z-index:3}
.hero-bottom>p{max-width:530px;font-size:clamp(14px,1.3vw,21px);line-height:1.55}
.text-link{display:inline-flex;align-items:center;justify-content:space-between;gap:18px;font-weight:700;border-bottom:1px solid currentColor;padding:2px 0 4px;font-size:16px;line-height:1.35}
.text-link span{font-size:21px;line-height:1}
.text-link:hover{color:var(--blue)}
.hero .text-link{flex:none;font-weight:400;font-size:clamp(14px,1.25vw,20px)}
.hero .text-link:hover{color:#fff;border-bottom-width:3px;padding-bottom:2px}
.services{display:grid;grid-template-columns:64% 36%;padding:24px var(--gutter) 28px;border-bottom:1px solid var(--line)}
.service{min-width:0}
.service-web{padding-right:2.5vw;border-right:1.5px solid var(--ink)}
.service-web>.eyebrow{margin-bottom:8px}
.service-heading{font-size:clamp(26px,4vw,76px);line-height:1.13;font-weight:900;letter-spacing:-.065em;white-space:nowrap}
.service-heading>span{color:var(--blue);letter-spacing:-.07em;margin-right:.12em}
.service-subtitle{font-size:clamp(15px,1.5vw,25px);font-weight:700;line-height:1.5;margin-top:6px;margin-bottom:16px;letter-spacing:.025em}
.secondary-services{padding-left:2.5vw;padding-top:26px;display:flex;flex-direction:column;gap:20px}
.secondary-services .service-heading{font-size:clamp(18px,2.33vw,42px);letter-spacing:-.065em}
.secondary-services .service-subtitle{font-size:clamp(12px,1.2vw,20px);margin-top:5px;margin-bottom:12px}
.service-image{width:100%;object-fit:cover}
.systems-image{aspect-ratio:1.85}
.consulting-image{aspect-ratio:2.26}
.service-copy{font-size:clamp(15px,1.2vw,20px);line-height:1.6;margin-top:21px;margin-bottom:12px;max-width:680px}
.secondary-services .service-copy{font-size:clamp(13px,1.05vw,17px);line-height:1.55;margin-top:9px;margin-bottom:7px}
.secondary-services .text-link{font-size:clamp(13px,1.2vw,19px)}
.service-consulting{padding-top:17px;border-top:1px solid var(--ink)}
.portfolio{outline-offset:6px}
.portfolio-images{position:relative;min-width:0;touch-action:pan-y pinch-zoom;user-select:none;-webkit-user-select:none}
.portfolio-slide>a{display:block;position:relative;overflow:hidden;border:1px solid #ddd}
.portfolio-slide img{width:100%;aspect-ratio:1.925;object-fit:cover;object-position:top;transition:filter .2s}
.project-visit{position:absolute;bottom:0;right:0;background:var(--ink);color:#fff;font-size:13px;padding:7px 12px;opacity:0;transform:translateY(100%);transition:transform .2s,opacity .2s}
.portfolio-slide a:hover .project-visit,.portfolio-slide a:focus-visible .project-visit{opacity:1;transform:none}
.portfolio-slide figcaption{display:flex;justify-content:space-between;gap:10px;font-size:12px;line-height:1.4;padding:10px 0;color:var(--muted);min-height:38px}
.portfolio-slide figcaption strong{font-weight:700;color:var(--ink)}
.portfolio-controls{display:flex;align-items:center;justify-content:space-between;gap:15px}
.arrow-button{height:48px;width:64px;background:#fff;border:1px solid var(--ink);font-size:30px;line-height:1;display:grid;place-items:center;transition:color .15s,background .15s}
.arrow-button:hover{background:var(--ink);color:white}
.portfolio-status{display:flex;flex-direction:column;align-items:center;gap:3px;font-size:13px;color:var(--muted)}
.slide-counter{font-weight:800;letter-spacing:.2em;color:var(--ink);font-size:15px;font-variant-numeric:tabular-nums}
.news{padding:22px var(--gutter) 38px;border-bottom:1px solid var(--line)}
.section-title{font-weight:900;font-size:clamp(42px,5.9vw,110px);line-height:1.04;letter-spacing:-.06em}
.news-title{font-size:clamp(48px,7.2vw,138px);margin-bottom:22px;line-height:1;letter-spacing:-.065em}
.news-item{display:grid;grid-template-columns:56% 1fr;gap:30px;align-items:start}
.news-image{width:100%;aspect-ratio:2.85;object-fit:cover;object-position:center 40%}
.news-copy h3{font-size:clamp(22px,2.1vw,38px);font-weight:800;line-height:1.25;letter-spacing:-.035em;margin:5px 0 7px}
.news-copy>p:not(.eyebrow){font-size:15px;line-height:1.6;margin-bottom:10px}
.status-tag{color:var(--blue);font-size:11px}
.news-details summary{cursor:pointer;list-style:none}
.news-details summary::-webkit-details-marker{display:none}
.details-plus{transition:transform .2s}
.news-details[open] .details-plus{transform:rotate(45deg)}
.news-detail-body{padding-top:18px;font-size:15px;line-height:1.8}
.news-status-note{color:var(--muted);font-size:13px;margin-top:14px}
.about{padding:65px var(--gutter);display:grid;grid-template-columns:1fr 1fr;gap:35px 70px}
.about-heading>.eyebrow{margin-bottom:16px}
.about-heading .section-title{font-size:clamp(38px,4.5vw,80px)}
.about-introduction{padding-top:36px}
.about-introduction h3{font-size:clamp(22px,2.4vw,36px);line-height:1.25;letter-spacing:-.04em;font-weight:800;margin-bottom:23px}
.about-introduction p{font-size:16px;line-height:1.85;margin-top:15px}
.team{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:60px;padding-top:36px}
.team-member{display:flex;align-items:flex-start;gap:24px;border-top:1px solid var(--ink);padding-top:24px}
.team-initial{font-size:66px;line-height:1;font-weight:900;color:var(--blue);letter-spacing:-.08em;flex:none}
.team-member h3{font-size:28px;font-weight:800;letter-spacing:-.035em;line-height:1.2}
.team-role{font-size:12px;margin:8px 0 16px;font-weight:700;color:var(--blue)}
.team-member p:last-child{font-size:14px;line-height:1.85}
.capabilities{grid-column:1/-1;margin-top:6px}
.capabilities ul{list-style:none;padding:16px 0 0;margin:0;display:flex;flex-wrap:wrap;gap:10px 26px}
.capabilities li{font-size:14px;border-bottom:1px solid var(--line);padding-bottom:8px}
.contact{background:var(--blue);color:#fff;padding:60px var(--gutter) 55px;display:grid;grid-template-columns:1fr 1fr;gap:70px}
.contact .section-title{margin:18px 0 28px;font-size:clamp(44px,5.9vw,106px)}
.contact-intro>p:not(.eyebrow){max-width:410px;font-size:17px;line-height:1.8}
.contact-location{margin-top:58px}
.contact-location .eyebrow{font-size:10px;letter-spacing:.1em;margin-bottom:13px}
address{font-style:normal;font-size:15px;line-height:1.8}
.contact-form{padding-top:8px;min-width:0}
.required-note{font-size:12px;margin-bottom:20px;color:#e7ecff}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:25px}
.form-field{display:flex;flex-direction:column;margin-bottom:23px;min-width:0}
.form-field label{font-size:14px;font-weight:700;margin-bottom:5px}
.form-field label span{font-weight:400;font-size:12px}
.form-field input,.form-field textarea,.form-field select{width:100%;min-width:0;background:transparent;color:white;border:0;border-bottom:1px solid #aec6ff;border-radius:0;padding:10px 0;font-size:16px;line-height:1.6}
.form-field textarea{resize:vertical;min-height:120px}
.form-field option{background:white;color:var(--ink)}
.form-field textarea::placeholder{color:#d9e4ff;opacity:1}
.form-field input:focus,.form-field textarea:focus,.form-field select:focus{border-color:white}
.submit-button{width:100%;background:#fff;color:#174dc3;border-color:#fff;padding:15px 18px;font-size:17px;cursor:not-allowed;opacity:.6}
.submit-button:disabled:hover{background:#fff;border-color:#fff}
.preview-note{font-size:12px;line-height:1.7;margin-top:14px;color:#e7ecff}
.site-footer{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:26px var(--gutter);font-size:14px}
.copyright{font-size:11px;color:var(--muted);margin-top:5px}
.back-top{font-size:13px}
.footer-brand img{width:49px;height:42px}
.footer-brand .brand-type{font-size:25px}
.footer-brand .brand-type span{font-size:9px}
html[lang=ja] .hero-bottom>p{font-size:clamp(13px,1.22vw,21px)}
html[lang=ja] .hero-bottom .text-link{font-size:clamp(12px,1.08vw,19px)}
html[lang=ja] .about-heading .section-title{line-height:1.28;letter-spacing:-.06em}
html[lang=ja] .about-introduction h3{line-height:1.6}
html[lang=ja] .contact .section-title{line-height:1.22;font-size:clamp(45px,5.3vw,95px)}
@media(min-width:1600px){.service-web{padding-right:40px}.secondary-services{padding-left:40px}}
@media(max-width:1100px) and (min-width:801px){.site-nav{gap:20px;font-size:14px}.header-actions{gap:16px}.brand img{width:52px;height:44px}.brand-type{font-size:27px}.header-cta{padding:9px 13px;font-size:13px;gap:14px}.hero-note{padding:19px}.hero-bottom{flex-direction:column;gap:10px;margin-top:20px}.hero-elephant{width:42%;right:-12%}.contact,.about{gap:35px}.team{gap:35px}.service-subtitle{margin-bottom:13px}.secondary-services .service-subtitle{letter-spacing:0}.service-copy{margin-top:18px}.portfolio-slide figcaption{flex-direction:column;gap:2px;font-size:11px}}
@media(max-width:800px){
 .site-nav .mobile-contact-link{display:block;color:var(--blue)}
 :root{--header:74px;--gutter:22px}
 .site-header{gap:16px}.brand{gap:8px}.brand img{width:56px;height:47px}.brand-type{font-size:29px}.brand-type span{font-size:10px}.header-actions{gap:22px}.language-switch{font-size:12px;gap:5px}.header-cta{display:none}
 .menu-toggle{width:36px;height:44px;display:flex;flex-direction:column;justify-content:center;gap:6px;padding:3px;background:none;border:0;flex:none}.menu-toggle span{height:2px;width:29px;background:var(--ink);transition:transform .2s,opacity .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(8px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-8px) rotate(-45deg)}
 .site-nav{display:none;position:absolute;top:100%;left:0;right:0;background:white;padding:16px var(--gutter) 24px;border-bottom:1px solid var(--ink);flex-direction:column;align-items:stretch;gap:0;font-size:19px}.site-nav.is-open{display:flex}.site-nav a{padding:12px 0}
 .hero{padding:30px var(--gutter) 27px}.hero-eyebrow{font-size:11px;margin-bottom:21px;letter-spacing:.18em}.hero-title{width:100%;font-size:17.2vw;line-height:1.08;letter-spacing:-.025em}.hero-elephant{width:47%;top:24px;right:-12%;opacity:1}.hero-note{position:relative;background:none;color:#fff;width:100%;padding:0;right:auto;bottom:auto;margin-top:18px}.hero-note-title{font-size:clamp(18px,4.3vw,29px);letter-spacing:-.045em;line-height:1.35;margin:0}.hero-note-title br{display:none}.hero-note-title br::after{content:' '}.hero-note-title br+*{margin-left:5px}.hero-note>p:last-child{display:none}.hero-bottom{width:100%;flex-direction:column;gap:19px;margin-top:15px}.hero-bottom>p{font-size:15px;line-height:1.65;max-width:440px}.hero .text-link{font-size:16px}
 .services{display:flex;flex-direction:column;padding:27px var(--gutter) 28px}.service-web{border:0;padding:0}.service-web>.eyebrow{font-size:10px;margin-bottom:11px}.service-heading{font-size:clamp(21px,4.91vw,39px);letter-spacing:-.065em;line-height:1.2}.service-subtitle{font-size:15px;margin:5px 0 14px}.portfolio-slide img{aspect-ratio:1.7}.portfolio-slide figcaption{font-size:10px;min-height:45px;gap:3px;flex-direction:column;padding:8px 0}.portfolio-status{font-size:11px}.slide-counter{font-size:14px}.arrow-button{width:49px;height:44px;font-size:28px}.service-copy{font-size:15px;margin-top:24px;margin-bottom:13px;line-height:1.75}.text-link{font-size:15px}.secondary-services{padding:0;margin-top:30px;gap:24px}.secondary-services .service{border-top:1px solid var(--line);padding-top:24px}.secondary-services .service-heading{font-size:clamp(22px,5.35vw,40px);letter-spacing:-.06em}.secondary-services .service-subtitle{font-size:15px;letter-spacing:.01em;margin:5px 0 14px}.secondary-services .service-copy{font-size:15px;line-height:1.75;margin:13px 0 9px}.secondary-services .text-link{font-size:15px}.consulting-image{aspect-ratio:2.26}.systems-image{aspect-ratio:1.85}
 .news{padding:28px var(--gutter) 34px}.news>.eyebrow{font-size:10px;margin-bottom:9px}.news-title{font-size:clamp(53px,12vw,87px);line-height:.96;letter-spacing:-.065em;max-width:620px;margin-bottom:21px}.news-item{grid-template-columns:1fr;gap:17px}.news-image{aspect-ratio:2.15}.news-copy h3{font-size:24px;margin:7px 0}.news-copy>p:not(.eyebrow){font-size:15px}.news-detail-body{font-size:14px}
 .about{padding:40px var(--gutter);grid-template-columns:1fr;gap:27px}.about-heading>.eyebrow{font-size:10px;margin-bottom:15px}.about-heading .section-title{font-size:clamp(39px,8.3vw,60px)}.about-introduction{padding:0}.about-introduction h3{font-size:25px;margin-bottom:16px}.about-introduction p{font-size:15px;line-height:1.9}.team{grid-template-columns:1fr;gap:28px;padding-top:8px}.team-member{gap:20px;padding-top:21px}.team-initial{font-size:57px}.team-member h3{font-size:27px}.team-role{font-size:11px;margin:7px 0 12px}.team-member p:last-child{font-size:14px}.capabilities>.eyebrow{font-size:10px}.capabilities ul{gap:10px 19px}.capabilities li{font-size:12px}
 .contact{padding:36px var(--gutter) 34px;grid-template-columns:1fr;gap:31px}.contact .section-title{font-size:clamp(49px,11vw,80px);margin:17px 0 22px}.contact-intro>.eyebrow{font-size:10px}.contact-intro>p:not(.eyebrow){font-size:15px}.contact-location{margin-top:26px}.contact-location .eyebrow{font-size:9px;line-height:1.8}address{font-size:14px}.contact-form{padding:0}.form-row{gap:18px}.form-field label{font-size:13px}.form-field{margin-bottom:22px}.required-note{font-size:11px}.preview-note{font-size:11px}.form-field textarea{min-height:110px}
 .site-footer{padding:22px var(--gutter);flex-wrap:wrap;gap:22px;font-size:11px}.site-footer>div{flex:1 1 65%}.back-top{font-size:11px}.footer-brand{display:none}
 html[lang=ja] .hero-bottom>p{font-size:15px;max-width:330px}html[lang=ja] .hero-bottom .text-link{font-size:15px}html[lang=ja] .contact .section-title{font-size:clamp(48px,10vw,75px)}
}
@media(min-width:421px) and (max-width:800px){.service-heading{font-size:clamp(25px,6.1vw,46px)}}
@media(max-width:420px){.hero-title{font-size:17vw}.hero-note-title{font-size:18px;letter-spacing:-.045em}.hero-note-title br{display:block}.news-title{max-width:340px}.service-heading{font-size:clamp(21px,6.1vw,25px)}.secondary-services .service-heading{font-size:clamp(21px,5.8vw,24px)}.secondary-services .service-subtitle{font-size:14px}.header-actions{gap:17px}.brand img{width:47px;height:41px}.brand-type{font-size:25px}.brand-type span{font-size:9px}}
@media(max-width:359px){:root{--gutter:18px;--header:68px}.site-header{gap:9px}.header-actions{gap:10px}.brand{gap:5px}.brand img{width:38px;height:35px}.brand-type{font-size:23px}.brand-type span{font-size:8px}.language-switch{font-size:11px;gap:4px}.menu-toggle{width:30px}.menu-toggle span{width:25px}.hero{padding-top:25px}.hero-eyebrow{font-size:10px}.hero-title{font-size:16.9vw}.hero-note-title{font-size:17px}.hero-bottom>p{font-size:14px}.service-heading,.secondary-services .service-heading{white-space:normal;font-size:21px;line-height:1.28}.service-subtitle{font-size:13px}.secondary-services .service-subtitle{font-size:13px}.form-row{grid-template-columns:1fr;gap:0}.news-title{font-size:51px}.team-member{gap:15px}.team-initial{font-size:48px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}

/* Desktop canvas: give the composition room on both sides, and scale its
   typography to the canvas rather than to the full browser window. */
@media(min-width:801px){
 html{background:#f1f2ee}
 body{width:calc(100% - clamp(48px,10vw,192px));max-width:1280px;container-type:inline-size;--gutter:clamp(24px,3.1cqw,42px)}
 .hero-title{font-size:12.25cqw}
 .hero-note-title{font-size:clamp(20px,2.7cqw,38px)}
 .hero-note>p:last-child{font-size:clamp(12px,1.2cqw,17px)}
 .hero-bottom>p{font-size:clamp(13px,1.3cqw,18px)}
 .hero .text-link{font-size:clamp(13px,1.25cqw,18px)}
 .service-web{padding-right:2.5cqw}
 .secondary-services{padding-left:2.5cqw}
 .service-heading{font-size:4cqw}
 .secondary-services .service-heading{font-size:2.33cqw}
 .service-subtitle{font-size:clamp(13px,1.5cqw,21px)}
 .secondary-services .service-subtitle{font-size:clamp(11px,1.2cqw,17px)}
 .service-copy{font-size:clamp(14px,1.2cqw,17px)}
 .secondary-services .service-copy{font-size:clamp(12px,1.05cqw,15px)}
 .secondary-services .text-link{font-size:clamp(12px,1.2cqw,17px)}
 .news-title{font-size:7.2cqw}
 .news-copy h3{font-size:clamp(21px,2.1cqw,30px)}
 .about-heading .section-title{font-size:4.5cqw}
 .about-introduction h3{font-size:clamp(21px,2.4cqw,33px)}
 .contact .section-title{font-size:5.9cqw}
 html[lang=ja] .hero-bottom>p{font-size:clamp(12px,1.22cqw,17px)}
 html[lang=ja] .hero-bottom .text-link{font-size:clamp(11px,1.08cqw,15px)}
 html[lang=ja] .contact .section-title{font-size:5.3cqw}
}
@media(min-width:801px) and (max-width:1100px){.header-cta{display:none}.hero-note{padding:17px}.header-actions{gap:12px}}

/* About: an editorial image on the homepage, with a shared company page. */
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
.about-photo{margin-top:28px}
.about-photo img{width:100%;aspect-ratio:1.6;object-fit:cover}
.about-photo figcaption,.company-hero-photo figcaption{display:flex;justify-content:space-between;gap:16px;padding:9px 0;font-size:10px;letter-spacing:.08em}
.about-photo figcaption span:first-child{font-weight:800}
.about-photo figcaption span:last-child{color:var(--muted)}
.about-read-more{margin-top:25px}
.contact-intro>.quote-note{font-size:13px!important;margin-top:18px;line-height:1.8}
.company-hero{display:grid;grid-template-columns:51% 49%;background:var(--blue);color:white;overflow:hidden}
.company-hero-copy{padding:42px var(--gutter) 44px}
.company-hero h1{font-size:clamp(48px,6.3cqw,81px);line-height:1.03;letter-spacing:-.065em;font-weight:900;margin:29px 0}
.company-lead{max-width:400px;font-size:17px;line-height:1.75;margin-bottom:26px}
.company-hero .text-link:hover{color:white}
.company-hero :focus-visible{outline-color:white}
.company-hero-photo{position:relative;min-height:100%}
.company-hero-photo img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:44% center}
.company-hero-photo figcaption{position:absolute;bottom:0;left:0;right:0;background:var(--ink);color:white;padding:12px 19px}
.company-section{padding:64px var(--gutter);border-bottom:1px solid var(--line)}
.company-section h2{font-size:clamp(29px,3.4cqw,44px);line-height:1.2;letter-spacing:-.045em;font-weight:800;margin:19px 0 31px}
.company-story,.company-support,.company-details{display:grid;grid-template-columns:1fr 1fr;gap:65px}
.company-prose p{font-size:16px;line-height:1.95;margin-bottom:21px}
.company-prose p:last-child{margin-bottom:0}
.company-stamp{width:135px;height:112px;object-fit:contain;margin-top:36px;transform:rotate(-9deg)}
.company-team{background:var(--paper)}
.company-team .team{padding-top:0;gap:56px}
.company-person{min-width:0}
.person-mark{height:215px;display:flex;align-items:flex-end;justify-content:space-between;gap:16px;border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);padding:24px 0;margin-bottom:25px}
.person-mark>span:first-child{font-size:158px;line-height:.85;font-weight:900;letter-spacing:-.1em;color:var(--blue)}
.person-mark .eyebrow{writing-mode:vertical-rl;font-size:10px}
.company-person h3{font-size:31px;line-height:1.2;font-weight:800;letter-spacing:-.03em}
.company-person>p:last-child{font-size:15px;line-height:1.95;max-width:510px}
.company-work-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px}
.company-work-image{display:block;border:1px solid var(--line);margin-bottom:20px;overflow:hidden}
.company-work-image img{width:100%;aspect-ratio:1.925;object-fit:cover;object-position:top;transition:transform .25s}
.company-work-image:hover img{transform:scale(1.02)}
.company-work-grid .eyebrow{font-size:10px;color:var(--blue)}
.company-work-grid h3{font-size:23px;letter-spacing:-.025em;line-height:1.3;margin:8px 0 12px}
.company-work-grid article>p:not(.eyebrow){font-size:15px;line-height:1.8;margin-bottom:17px}
.process-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:25px}
.process-list li{border-top:2px solid var(--ink);padding-top:16px;min-width:0}
.process-number{font-size:49px;font-weight:900;color:var(--blue);letter-spacing:-.05em;line-height:1}
.process-list h3{font-size:20px;line-height:1.35;letter-spacing:-.03em;margin:23px 0 13px}
.process-list p{font-size:14px;line-height:1.85}
.company-support{background:var(--ink);color:white}
.company-support h2{margin-bottom:22px}
.company-support p{font-size:16px;line-height:1.85}
.company-support ul{list-style:none;margin:0 0 20px;padding:0}
.company-support li{padding:14px 0;border-bottom:1px solid #676965;font-size:16px}
.company-support .support-note{font-size:13px;color:#bfc2bb;margin-bottom:23px}
.company-support .text-link:hover{color:#8bb5ff}
.company-support :focus-visible{outline-color:white}
.company-details dl{margin:0}
.company-details dl>div{display:grid;grid-template-columns:110px 1fr;gap:22px;padding:17px 0;border-bottom:1px solid var(--line);font-size:14px;line-height:1.8}
.company-details dl>div:first-child{border-top:1px solid var(--ink)}
.company-details dt{font-weight:700}
.company-details dd{margin:0}
html[lang=ja] .company-hero h1{line-height:1.2;font-size:clamp(44px,5.8cqw,74px);letter-spacing:-.055em}
html[lang=ja] .company-section h2{line-height:1.5;font-size:clamp(26px,2.9cqw,37px)}
@media(min-width:801px) and (max-width:1100px){.company-hero-copy{padding-top:30px}.company-lead{font-size:15px}.company-story,.company-support,.company-details{gap:35px}.company-section{padding-top:45px;padding-bottom:45px}.process-list{grid-template-columns:1fr 1fr;gap:28px}.company-details dl>div{grid-template-columns:80px 1fr;gap:15px}.company-hero-copy>.eyebrow{font-size:10px}}
@media(max-width:800px){
 .about-photo{margin-top:22px}.about-photo img{aspect-ratio:1.55}
 .company-hero{grid-template-columns:1fr}.company-hero-copy{padding:31px var(--gutter) 32px}.company-hero-copy>.eyebrow{font-size:10px}
 .company-hero h1{font-size:clamp(48px,11vw,76px);margin:25px 0 22px}.company-lead{font-size:15px;max-width:500px;line-height:1.85;margin-bottom:22px}
 .company-hero-photo{min-height:0}.company-hero-photo img{position:static;height:auto;aspect-ratio:1.45;object-position:center}.company-hero-photo figcaption{position:static;padding:10px var(--gutter);font-size:9px}
 .company-section{padding:40px var(--gutter)}.company-section>.eyebrow,.company-section>div>.eyebrow{font-size:10px}
 .company-section h2{font-size:clamp(29px,7vw,43px);margin:15px 0 24px}
 .company-story,.company-support,.company-details{grid-template-columns:1fr;gap:24px}.company-story h2{margin-bottom:0}.company-stamp{display:none}
 .company-prose p{font-size:15px;line-height:1.95}.company-team .team{gap:33px}.person-mark{height:156px;padding:20px 0;margin-bottom:21px}.person-mark>span:first-child{font-size:116px}
 .company-person h3{font-size:28px}.company-person>p:last-child{font-size:14px}.company-work-grid{grid-template-columns:1fr;gap:33px}.company-work-grid h3{font-size:22px}
 .process-list{grid-template-columns:1fr;gap:25px}.process-list li{display:grid;grid-template-columns:49px 1fr;gap:8px 18px;padding-top:18px}.process-number{grid-row:1/3;font-size:39px}.process-list h3{font-size:20px;margin:0}.process-list p{grid-column:2;font-size:14px}
 .company-support h2{margin-bottom:19px}.company-support p,.company-support li{font-size:15px}.company-details h2{margin-bottom:0}.company-details dl>div{grid-template-columns:77px 1fr;gap:14px;font-size:13px}
 html[lang=ja] .company-hero h1{font-size:clamp(42px,10.8vw,65px)}html[lang=ja] .company-section h2{font-size:clamp(26px,6.6vw,37px);line-height:1.5}
}

/* Company overview: clear labels, early facts and direct section navigation. */
.company-overview-hero .company-hero-copy{padding-top:38px;padding-bottom:38px}
.company-overview-hero .company-lead{max-width:510px;margin-bottom:0;font-size:16px}
.company-overview-hero h1,html[lang=ja] .company-overview-hero h1{font-size:clamp(42px,5.2cqw,65px);line-height:1.2;margin:22px 0}
.company-page-nav{display:grid;grid-template-columns:repeat(4,1fr);padding:0 var(--gutter);border-bottom:1px solid var(--line)}
.company-page-nav a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:19px 18px;font-size:14px;font-weight:700;border-right:1px solid var(--line)}
.company-page-nav a:first-child{padding-left:0}.company-page-nav a:last-child{border-right:0;padding-right:0}.company-page-nav a:hover{color:var(--blue)}
.company-story-catch{font-size:22px;line-height:1.65;font-weight:700;letter-spacing:-.03em}
.person-heading{display:flex;gap:24px;align-items:center;margin-bottom:21px;border-top:1px solid var(--ink);padding-top:24px}
.person-heading .team-role{margin-bottom:0}.person-heading .team-initial{font-size:68px}
.footer-nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:14px 24px;flex:1;font-size:13px;font-weight:700}
.footer-nav a:hover,.footer-nav [aria-current]{color:var(--blue);text-decoration:underline;text-underline-offset:4px}
.site-footer{flex-wrap:wrap}.site-footer .footer-brand{display:none}
@media(max-width:800px){
 .company-overview-hero .company-hero-copy{padding:30px var(--gutter)}
 .company-overview-hero h1,html[lang=ja] .company-overview-hero h1{font-size:42px;margin:20px 0}
 .company-overview-hero .company-lead{font-size:15px}
 .company-overview-hero .company-hero-photo img{aspect-ratio:2;object-position:center}
 .company-page-nav{grid-template-columns:1fr 1fr;padding:0 var(--gutter)}
 .company-page-nav a{font-size:12px;padding:15px 12px;border-bottom:1px solid var(--line)}
 .company-page-nav a:nth-child(2n){border-right:0;padding-right:0}.company-page-nav a:nth-child(odd){padding-left:0}.company-page-nav a:nth-last-child(-n+2){border-bottom:0}
 .company-story-catch{font-size:20px}.person-heading{gap:18px}.person-heading h3{font-size:26px}.person-heading .team-initial{font-size:55px}
 .footer-nav{flex:1 1 100%;justify-content:flex-start;gap:17px 24px;order:2}.site-footer>.back-top{order:3}.site-footer>div{flex:1 1 100%}
}
/* Service pages share a readable editorial structure, with clear product roles. */
.page-banner{padding:43px var(--gutter) 48px;background:var(--blue);color:white}
.page-banner h1{font-size:clamp(40px,5.5cqw,72px);line-height:1.15;font-weight:900;letter-spacing:-.05em;margin:20px 0 23px;max-width:1050px}
.page-lead{font-size:18px;line-height:1.8;max-width:760px}
.directory-banner h1{font-size:clamp(48px,6.7cqw,88px);line-height:1.1}
.directory-jumps{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--ink);padding:0 var(--gutter)}
.directory-jumps a{display:flex;align-items:center;gap:15px;font-size:15px;font-weight:700;padding:23px 18px;border-right:1px solid var(--line)}
.directory-jumps a:first-child{padding-left:0}.directory-jumps a:last-child{border-right:0;padding-right:0}.directory-jumps a span:first-child{color:var(--blue)}.directory-jumps a span:last-child{margin-left:auto}
.catalog-section{display:grid;grid-template-columns:30% 1fr;gap:45px;padding:57px var(--gutter);border-bottom:1px solid var(--line)}
.catalog-heading h2{font-size:32px;line-height:1.4;letter-spacing:-.04em;margin:15px 0}.catalog-heading>p:last-child{font-size:15px;line-height:1.85}
.catalog-rows{min-width:0}.catalog-row{position:relative;display:grid;grid-template-columns:1fr 32px;gap:20px;padding:24px 0;border-top:1px solid var(--ink)}
.catalog-row:first-child{padding-top:0;border-top:0}.catalog-row+.catalog-row{margin-top:10px}.catalog-row h3{font-size:26px;line-height:1.35;letter-spacing:-.025em;margin:7px 0 10px}.catalog-row p:last-child{font-size:15px;line-height:1.8}
.catalog-row .eyebrow{font-size:10px;color:var(--blue)}.catalog-arrow{font-size:30px;align-self:center}.catalog-row:hover h3{text-decoration:underline;text-underline-offset:5px}
.catalog-featured img{grid-column:1/-1;width:100%;aspect-ratio:1.925;object-fit:cover;object-position:top;border:1px solid var(--line)}
.choose-help{background:var(--ink);color:white;padding:46px var(--gutter);display:grid;grid-template-columns:1fr 1fr;gap:20px 55px}.choose-help h2{font-size:30px;line-height:1.4;letter-spacing:-.03em}.choose-help p{font-size:16px;line-height:1.85}.choose-help a{grid-column:2;justify-self:start}.choose-help a:hover{color:#91b5ff}
.breadcrumbs{display:flex;flex-wrap:wrap;gap:7px 12px;padding:17px var(--gutter);font-size:12px;color:var(--muted);line-height:1.8}.breadcrumbs a{text-decoration:underline;text-underline-offset:3px}
.detail-hero{display:grid;grid-template-columns:55% 45%;background:var(--blue);color:white}.detail-hero-copy{padding:37px var(--gutter) 42px;min-width:0}
.detail-hero h1{font-size:clamp(36px,4.2cqw,55px);font-weight:900;line-height:1.18;letter-spacing:-.04em;margin:18px 0 23px}
.detail-headline{font-size:23px;font-weight:700;line-height:1.5;letter-spacing:-.02em;margin-bottom:17px}.detail-intro{font-size:16px;line-height:1.9;margin-bottom:27px;max-width:530px}
.detail-hero .button{background:white;color:var(--ink);border-color:white}.detail-hero .button:hover{background:var(--ink);color:white}.detail-hero :focus-visible{outline-color:white}
.detail-visual{position:relative;min-width:0;overflow:hidden;background:var(--paper)}.detail-visual img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center}.detail-visual figcaption{position:absolute;bottom:0;right:0;background:var(--ink);color:white;padding:8px 15px;font-size:10px}
.detail-hero:has(img[src*="hifumiya-homepage"]) .detail-visual{display:flex;align-items:center;padding:25px;background:var(--paper)}
.detail-hero:has(img[src*="hifumiya-homepage"]) .detail-visual img{position:static;width:100%;height:auto;border:1px solid #c4c6c2;box-shadow:12px 16px 0 #d9dcd5}
.service-poster{position:relative;overflow:hidden;isolation:isolate;background:var(--ink);color:white;padding:35px 28px;display:flex;flex-direction:column;justify-content:space-between;gap:30px;min-width:0}
.poster-word{font-family:Anton,Impact,sans-serif;font-size:clamp(58px,8.5cqw,109px);letter-spacing:-.03em;line-height:1.05;z-index:1}.poster-orbit{position:absolute;border:2px solid #5e85ff;width:270px;aspect-ratio:1;top:-65px;right:-125px;border-radius:50%;box-shadow:0 0 0 35px #17264b,0 0 0 70px #14203c;z-index:-1}
.service-poster>p{font-size:10px;letter-spacing:.16em;margin-top:auto;color:#b8caff}.poster-lines{display:grid;gap:16px}.poster-lines>span{display:flex;align-items:baseline;gap:22px;border-top:1px solid #636968;padding-top:13px;font-size:16px}.poster-lines b{color:#92b6ff;font-size:13px;letter-spacing:.05em}.poster-events .poster-word{color:#a8ffbf}.poster-media .poster-word{color:#a8caff}
.detail-jumps{display:grid;grid-template-columns:repeat(4,1fr);padding:0 var(--gutter);border-bottom:1px solid var(--line)}.detail-jumps a{display:flex;justify-content:space-between;gap:12px;padding:18px 15px;font-size:13px;font-weight:700;border-right:1px solid var(--line)}.detail-jumps a:first-child{padding-left:0}.detail-jumps a:last-child{border:0;padding-right:0}.detail-jumps a:hover,.directory-jumps a:hover{color:var(--blue)}
.detail-section{padding:52px var(--gutter);border-bottom:1px solid var(--line)}.detail-section h2{font-size:clamp(28px,3.2cqw,41px);line-height:1.35;letter-spacing:-.035em;margin:15px 0 30px}.detail-section>.eyebrow{font-size:11px}
.needs-section{display:grid;grid-template-columns:1fr 1.4fr;gap:40px;background:var(--paper)}.needs-section h2{margin:0;font-size:27px}.needs-section ul{list-style:none;margin:0;padding:0;display:grid;gap:13px}.needs-section li{padding-left:24px;position:relative;font-size:16px;line-height:1.8}.needs-section li::before{content:none;position:absolute;left:0;color:var(--blue)}
.scope-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px 48px}.scope-grid article{border-top:1px solid var(--ink);padding-top:18px}.scope-number{font-size:18px;font-weight:800;color:var(--blue)}.scope-grid h3{font-size:25px;line-height:1.35;margin:13px 0;letter-spacing:-.025em}.scope-grid p{font-size:16px;line-height:1.9}
.delivery-section{display:grid;grid-template-columns:1fr 1fr;gap:55px;background:var(--paper)}.delivery-section ul{padding-left:20px;margin:0}.delivery-section li{font-size:16px;margin-bottom:11px;line-height:1.8}.cost-note{border-left:2px solid var(--blue);padding:15px 0 15px 28px}.cost-note h3{font-size:22px;margin-bottom:18px}.cost-note p{font-size:15px;line-height:1.9;margin-bottom:23px}
.faq-section{display:grid;grid-template-columns:1fr 1.6fr;gap:40px}.faq-section h2{margin-top:12px}.faq-section details{border-top:1px solid var(--ink)}.faq-section details:last-child{border-bottom:1px solid var(--ink)}.faq-section summary{display:flex;justify-content:space-between;gap:22px;list-style:none;cursor:pointer;font-size:17px;font-weight:700;padding:21px 0;line-height:1.6}.faq-section summary::-webkit-details-marker{display:none}.faq-section summary span{color:var(--blue);font-size:23px;flex:none}.faq-section details[open] summary span{transform:rotate(45deg)}.faq-section details p{font-size:15px;line-height:1.9;padding-bottom:23px}
.related-section h2{margin-top:0}.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.related-grid a{border-top:2px solid var(--ink);padding-top:20px;min-width:0}.related-grid h3{font-size:22px;line-height:1.5;margin-bottom:12px;letter-spacing:-.025em}.related-grid p{font-size:14px;line-height:1.8}.related-grid a:hover h3{color:var(--blue)}
.product-band{display:flex;justify-content:space-between;gap:30px;align-items:center;background:#eef3ff;padding:33px var(--gutter);border-bottom:1px solid var(--line)}.product-band h2{font-size:65px;font-weight:900;line-height:1.1;letter-spacing:-.06em;color:var(--blue);margin:10px 0}.product-band .eyebrow{font-size:11px}
.product-table{border-collapse:collapse;width:100%;font-size:15px;line-height:1.8;text-align:left}.product-table th,.product-table td{vertical-align:top;border-bottom:1px solid var(--line);padding:22px 20px}.product-table thead th{background:var(--ink);color:white;font-size:12px}.product-table th:first-child{width:25%;padding-left:18px}.product-table tbody th{font-size:21px;font-weight:800}.product-table tbody td:nth-child(2){width:28%;font-weight:700}.product-table th a{display:block;font-size:11px;font-weight:400;text-decoration:underline;margin-top:9px}.pos-examples{margin-top:27px;background:var(--paper);padding:25px}.pos-examples h3{font-size:20px;margin-bottom:10px}.pos-examples p{font-size:15px;line-height:1.85}
.project-grid{display:grid;grid-template-columns:1fr 1fr;gap:42px 32px}.project-grid article>a:first-child{display:block;border:1px solid var(--line);margin-bottom:17px;overflow:hidden}.project-grid img{width:100%;aspect-ratio:1.925;object-fit:cover;object-position:top}.project-grid .eyebrow{color:var(--blue);font-size:10px}.project-grid h3{font-size:23px;line-height:1.35;margin:7px 0 12px;letter-spacing:-.025em}.project-grid p:not(.eyebrow){font-size:15px;line-height:1.8;margin-bottom:16px}.source-note{font-size:12px;line-height:1.8;color:var(--muted);margin-top:25px}.work-service-link{margin-top:30px}
.news-list>a{display:grid;grid-template-columns:1.2fr 1fr;gap:35px}.news-list img{width:100%;aspect-ratio:1.9;object-fit:cover}.news-list h2{font-size:32px;line-height:1.2;margin:13px 0}.news-list p:not(.eyebrow){font-size:16px;line-height:1.8;margin-bottom:22px}
.update-article{padding:35px var(--gutter) 60px}.update-article h1{font-size:clamp(35px,4.6cqw,59px);line-height:1.3;letter-spacing:-.04em;margin:16px 0 23px;max-width:1000px}.article-lead{font-size:23px;margin-bottom:30px}.update-article figure img{width:100%;aspect-ratio:2.2;object-fit:cover}.update-article figcaption{font-size:12px;color:var(--muted);padding-top:12px}.article-body{max-width:760px;margin:35px auto 0}.article-body p{font-size:17px;line-height:1.95;margin-bottom:23px}.article-body h2{font-size:29px;line-height:1.5;margin:35px 0 20px}.article-body .text-link{margin-top:10px}
.inquiry-prepare{padding:32px var(--gutter);display:grid;grid-template-columns:1fr 1fr;gap:35px;background:var(--paper)}.inquiry-prepare h2{font-size:24px;line-height:1.5}.inquiry-prepare ul{margin:0;padding-left:20px;line-height:1.9;font-size:15px}
.all-services-link{padding:20px var(--gutter);text-align:right;border-bottom:1px solid var(--line)}
@media(min-width:801px) and (max-width:1100px){.catalog-section{gap:30px;grid-template-columns:28% 1fr}.catalog-heading h2{font-size:27px}.directory-jumps a{font-size:13px;gap:10px}.detail-hero{grid-template-columns:57% 43%}.detail-headline{font-size:21px}.detail-intro{font-size:15px}.detail-hero-copy{padding-top:30px}.detail-hero h1{font-size:34px}.scope-grid{gap:28px}.related-grid h3{font-size:19px}.detail-jumps a{font-size:12px}.product-table th,.product-table td{padding:18px 13px}.product-table tbody th{font-size:19px}}
@media(max-width:800px){
 .page-banner{padding:31px var(--gutter) 34px}.page-banner>.eyebrow{font-size:10px}.page-banner h1{font-size:36px;line-height:1.25;margin:17px 0 21px}.directory-banner h1{font-size:42px;line-height:1.18}.page-lead{font-size:15px;line-height:1.9}
 .directory-jumps{grid-template-columns:1fr}.directory-jumps a,.directory-jumps a:first-child,.directory-jumps a:last-child{padding:17px 0;border-right:0;font-size:14px;border-bottom:1px solid var(--line)}.directory-jumps a:last-child{border-bottom:0}
 .catalog-section{grid-template-columns:1fr;gap:28px;padding:37px var(--gutter)}.catalog-heading h2{font-size:29px;margin:13px 0}.catalog-heading>.eyebrow{font-size:10px}.catalog-row h3{font-size:24px}.catalog-row{gap:14px}.catalog-row p:last-child{font-size:14px}.catalog-row .eyebrow{font-size:9px}
 .choose-help{grid-template-columns:1fr;padding:34px var(--gutter);gap:18px}.choose-help h2{font-size:26px}.choose-help p{font-size:15px}.choose-help a{grid-column:1}
 .breadcrumbs{font-size:10px;padding:13px var(--gutter);gap:5px 9px}.detail-hero{grid-template-columns:1fr}.detail-hero-copy{padding:29px var(--gutter) 32px}.detail-hero-copy>.eyebrow{font-size:10px;letter-spacing:.11em}.detail-hero h1{font-size:34px;line-height:1.25;margin:17px 0 21px}.detail-headline{font-size:22px;line-height:1.5}.detail-intro{font-size:15px;line-height:1.9;margin-bottom:23px}.detail-hero .button{font-size:14px;gap:20px}
 .detail-visual{height:225px}.detail-visual img{position:static;height:100%;object-fit:cover}.detail-hero:has(img[src*="hifumiya-homepage"]) .detail-visual{height:auto;padding:24px var(--gutter) 32px}.service-poster{padding:26px var(--gutter);gap:23px}.poster-word{font-size:75px}.poster-lines{gap:12px}.poster-lines>span{font-size:14px;padding-top:10px}.poster-orbit{top:-100px}
 .detail-jumps{grid-template-columns:1fr 1fr}.detail-jumps a,.detail-jumps a:first-child,.detail-jumps a:last-child{font-size:12px;padding:15px 11px;border-bottom:1px solid var(--line)}.detail-jumps a:nth-child(odd){padding-left:0}.detail-jumps a:nth-child(even){border-right:0;padding-right:0}.detail-jumps a:nth-last-child(-n+2){border-bottom:0}
 .detail-section{padding:36px var(--gutter)}.detail-section h2{font-size:27px;line-height:1.45;margin:13px 0 24px}.detail-section>.eyebrow{font-size:10px}.needs-section{grid-template-columns:1fr;gap:19px}.needs-section h2{font-size:25px;margin:0}.needs-section li{font-size:15px}.scope-grid{grid-template-columns:1fr;gap:28px}.scope-grid article{padding-top:16px}.scope-grid h3{font-size:23px;margin:10px 0}.scope-grid p{font-size:15px;line-height:1.9}
 .delivery-section{grid-template-columns:1fr;gap:28px}.delivery-section li{font-size:15px}.cost-note{padding:6px 0 6px 20px}.cost-note h3{font-size:21px}.cost-note p{font-size:14px}.faq-section{grid-template-columns:1fr;gap:8px}.faq-section summary{font-size:16px;padding:19px 0}.faq-section details p{font-size:14px}.related-grid{grid-template-columns:1fr;gap:25px}.related-grid h3{font-size:21px}.related-grid p{font-size:14px}
 .product-band{align-items:flex-start;flex-direction:column;gap:18px;padding:29px var(--gutter)}.product-band h2{font-size:58px}.product-band .text-link{font-size:14px}.product-table thead{display:none}.product-table,.product-table tbody,.product-table tr,.product-table th,.product-table td{display:block;width:100%!important}.product-table tr{border-top:2px solid var(--ink);padding-bottom:21px;margin-bottom:24px}.product-table th,.product-table th:first-child{font-size:23px;padding:18px 0 12px;border:0}.product-table td{font-size:14px;border:0;padding:8px 0}.product-table td:nth-child(2){font-size:16px;color:var(--blue)}.pos-examples{margin-top:0;padding:22px}.pos-examples p{font-size:14px}
 .project-grid{grid-template-columns:1fr;gap:34px}.project-grid h3{font-size:22px}.project-grid p:not(.eyebrow){font-size:14px}.source-note{font-size:11px}.news-list>a{grid-template-columns:1fr;gap:22px}.news-list h2{font-size:28px}.news-list p:not(.eyebrow){font-size:15px}
 .update-article{padding:24px var(--gutter) 38px}.update-article h1{font-size:33px;margin:16px 0 22px}.article-lead{font-size:21px;line-height:1.5}.update-article figure img{aspect-ratio:1.7}.update-article figcaption{font-size:11px}.article-body p{font-size:15px}.article-body h2{font-size:25px}.inquiry-prepare{grid-template-columns:1fr;gap:18px;padding:28px var(--gutter)}.inquiry-prepare h2{font-size:23px}.inquiry-prepare ul{font-size:14px}.all-services-link{text-align:left}
}
@media(max-width:359px){.detail-hero h1{font-size:30px}.detail-headline{font-size:21px}.detail-hero .button{font-size:13px;padding:10px 15px}.page-banner h1{font-size:32px}.directory-banner h1{font-size:37px}.catalog-row h3{font-size:22px}.catalog-heading h2{font-size:26px}.detail-jumps a{font-size:11px}.detail-hero-copy>.eyebrow{font-size:9px}}
.news-index-link{margin-top:24px}.capabilities a:hover{color:var(--blue)}

/* Service illustrations: scalable artwork with real, translated HTML labels. */
.service-icon{display:block;width:64px;height:64px;flex:none}
.visual-directory{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:1px solid var(--ink)}
.directory-path{min-width:0;border-right:1px solid var(--line);display:flex;flex-direction:column}
.directory-path:last-child{border-right:0}.directory-path:focus-visible{outline-offset:-5px}
.path-picture{position:relative;display:flex;justify-content:center;align-items:center;gap:10px;min-height:205px;overflow:hidden;background:#edf0e9;border-bottom:1px solid var(--line);padding:28px}
.path-web .path-picture{background:#e5edff}.path-systems .path-picture{background:#d5f5e4}.path-hospitality .path-picture{background:#f0ecd9}
.mini-browser{width:84%;max-width:270px;transform:rotate(-5deg);background:white;border:2px solid var(--ink);box-shadow:8px 8px 0 #b9cafd}
.mini-browser>span{display:block;height:13px;border-bottom:1px solid var(--ink)}.mini-browser>span:before{content:'•••';display:block;line-height:9px;font-size:11px;letter-spacing:2px;padding-left:5px}.mini-browser img{width:100%;height:auto;aspect-ratio:1.9;object-fit:cover;object-position:top}
.path-float{position:absolute;right:14%;bottom:17px;display:block;background:var(--blue);padding:9px;color:white;transform:rotate(8deg);box-shadow:4px 4px 0 var(--ink)}.path-float .service-icon{width:45px;height:45px}
.path-system{padding:12px 7px;background:#fff;border:1px solid var(--ink);box-shadow:4px 4px 0 #97cdb0;transform:translateY(10px)}.path-system:nth-child(2){transform:translateY(-13px);background:var(--ink);color:#d5f5e4}.path-system .service-icon{width:56px;height:56px}
.path-shop .service-icon{width:150px;height:150px}.path-hospitality .path-float{background:#fbfaef;color:var(--ink);right:17%;bottom:25px}
.path-caption{position:relative;padding:24px 25px 29px;flex:1}.path-caption>.eyebrow{font-size:9px;letter-spacing:.1em;color:var(--blue)}.path-caption strong{font-size:24px;line-height:1.35;display:block;letter-spacing:-.035em;margin:11px 0}.path-purpose{display:block;font-size:13px;line-height:1.6;padding-right:26px}.path-arrow{position:absolute;right:23px;bottom:25px;font-size:25px}.directory-path:hover .path-arrow{color:var(--blue);transform:translateY(4px)}.directory-path:hover strong{color:var(--blue)}
.catalog-row{grid-template-columns:90px minmax(0,1fr) 25px;gap:22px;align-items:start;padding:29px 0}.catalog-row:first-child{padding-top:0}.catalog-featured>img{grid-column:1/-1}
.catalog-pictogram{width:90px;aspect-ratio:1;background:#eef2ff;border:1px solid #d1daef;display:flex;align-items:center;justify-content:center;color:var(--blue)}.catalog-pictogram .service-icon{width:60px;height:60px}.catalog-section:nth-of-type(3) .catalog-pictogram{background:#e8f6ec}.catalog-row h3{font-size:24px}.catalog-description>p:not(.eyebrow){font-size:15px;line-height:1.7}.catalog-topics{display:flex;flex-wrap:wrap;gap:7px 15px;list-style:none;padding:0;margin:14px 0 0}.catalog-topics li{font-size:11px;color:#525651;line-height:1.55}.catalog-topics li:before{content:'';width:4px;height:4px;background:var(--blue);display:inline-block;vertical-align:middle;margin:0 7px 2px 0}
.service-scene{min-width:0;margin:0;padding:29px 26px 27px;background:#e9edff;color:var(--ink);display:flex;flex-direction:column;justify-content:center;overflow:hidden;--scene-accent:#c4ddff}
.service-scene figcaption{position:relative;z-index:1}.service-scene figcaption>.eyebrow{font-size:9px;color:#43547c;letter-spacing:.14em}.service-scene figcaption>strong{display:block;font-size:21px;line-height:1.5;letter-spacing:-.03em;max-width:390px;margin:11px 0 0}
.scene-art{position:relative;isolation:isolate;width:100%;aspect-ratio:1.62;min-height:185px;max-height:290px;margin:18px 0 15px;color:#142644;display:grid;place-items:center}
.scene-grid{position:absolute;inset:0;z-index:-1;background-image:radial-gradient(#b8c4db 1px,transparent 1px);background-size:18px 18px;opacity:.65}
.scene-drawing{position:relative;width:100%;height:auto;max-height:280px;filter:drop-shadow(5px 8px 0 #233d6315)}.scene-fill{fill:#fff}.scene-accent{fill:var(--scene-accent)}.scene-shadow{fill:#c6d3e6;stroke:none}
.scene-orbit{position:absolute;width:73%;height:72%;border:1.5px dashed #778ca8;border-radius:50%;transform:rotate(-20deg)}
.scene-main-icon{width:48%;max-width:178px;aspect-ratio:1;display:grid;place-items:center;background:#fff;border:2px solid #183450;box-shadow:7px 8px 0 #b9c9e5}.scene-main-icon .service-icon{width:77%;height:77%;stroke-width:1.8}
.scene-satellite{position:absolute;display:block;padding:7px;background:var(--scene-accent);border:1.5px solid #183450}.scene-satellite .service-icon{width:38px;height:38px}.satellite-one{top:0;left:13%;transform:rotate(-7deg)}.satellite-two{right:5%;top:30%;transform:rotate(6deg)}.satellite-three{left:9%;bottom:3%;transform:rotate(-4deg)}
.scene-labels{list-style:none;margin:0;padding:15px 0 0;border-top:1px solid #aeb8cf;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.scene-labels li{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;font-size:11px;line-height:1.5;font-weight:700}.scene-labels .service-icon{width:27px;height:27px;stroke-width:2.6}
.scene-takeaway{background:#e5f2e6;--scene-accent:#b6e4c3}.scene-digital-transformation{background:#edf0e9;--scene-accent:#d4e7a8}.scene-events{background:#f5eddf;--scene-accent:#efce96}.scene-media{background:#eeecdf;--scene-accent:#dddcae}.scene-systems{background:#dff2e9;--scene-accent:#acdbbe}.scene-marketing{background:#e9e5f7;--scene-accent:#d7c8f2}
.service-guide{background:#fbfcf8}.guide-heading h2{max-width:870px}.guide-heading>.eyebrow{color:var(--blue);font-size:11px}
.visual-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px;padding:0;margin:30px 0 0;list-style:none}.visual-steps>li{position:relative;min-width:0}.visual-steps>li:not(:last-child):after{content:none;position:absolute;right:-26px;top:63px;font-size:27px;color:var(--blue);line-height:1}
.step-drawing{height:155px;position:relative;display:grid;place-items:center;background:#e9eeff;border:1px solid #cbd4ea}.step-drawing>.service-icon{width:88px;height:88px;stroke-width:1.9;color:#143465}.step-order{position:absolute;top:10px;left:13px;font-size:11px;letter-spacing:.09em;font-weight:700;color:#49618c}.visual-steps>li:nth-child(2) .step-drawing{background:#edf0e6;border-color:#d4dcc8}.visual-steps>li:nth-child(3) .step-drawing{background:#dcf0e6;border-color:#c6dfd1}
.step-copy h3{font-size:24px;letter-spacing:-.035em;line-height:1.35;margin:19px 0 12px}.step-copy p{font-size:15px;line-height:1.8}.step-copy a{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:5px}.step-copy a:hover{color:var(--blue)}
.guide-takeaway{display:flex;align-items:center;gap:14px;margin-top:31px;padding:18px 21px;border-left:3px solid var(--blue);background:#eef2fc;font-size:14px;line-height:1.8}.guide-takeaway>.service-icon{width:28px;height:28px;color:var(--blue)}
.guide-options .visual-steps>li:after{content:none}.guide-options .visual-steps{gap:23px}.guide-options .step-drawing{border-top:3px solid var(--blue)}
.scope-symbol{display:flex;align-items:center;justify-content:space-between}.scope-symbol>.service-icon{width:59px;height:59px;color:var(--blue)}.scope-symbol>.scope-number{color:#6b7368;font-size:13px}.scope-grid article{border-top-color:#bcc6d7}.scope-grid h3{font-size:24px}
.visual-process>li{position:relative}.visual-process>li>.service-icon{width:44px;height:44px;color:var(--blue);margin:0 0 20px}.visual-process .process-number{font-size:14px;position:absolute;right:7px;top:0;color:#64706f}
@media(min-width:801px) and (max-width:1100px){
 .path-picture{padding:18px;min-height:177px}.path-system{padding:12px 5px}.path-system .service-icon{width:43px;height:43px}.path-caption{padding:21px 18px 25px}.path-caption strong{font-size:20px}.path-caption>.eyebrow{font-size:8px;letter-spacing:.055em}.path-arrow{right:15px;bottom:23px}.path-purpose{font-size:12px}
 .catalog-row{grid-template-columns:65px minmax(0,1fr) 21px;gap:16px}.catalog-pictogram{width:65px}.catalog-pictogram .service-icon{width:43px;height:43px}.catalog-row h3{font-size:22px}
 .service-scene{padding:25px 20px}.service-scene figcaption>strong{font-size:18px}.scene-labels{gap:6px}.scene-labels li{font-size:10px}.scene-satellite .service-icon{width:28px;height:28px}.scene-art{min-height:165px}.step-copy h3{font-size:21px}
}
@media(max-width:800px){
 .visual-directory{grid-template-columns:1fr}.directory-path{display:grid;grid-template-columns:34% minmax(0,1fr);border-right:0;border-bottom:1px solid var(--line)}.directory-path:last-child{border-bottom:0}.path-picture{min-height:145px;padding:12px;border-bottom:0;border-right:1px solid var(--line);gap:5px}.mini-browser{width:100%;transform:rotate(-7deg);box-shadow:4px 4px 0 #b9cafd}.mini-browser>span{height:9px}.mini-browser>span:before{font-size:8px;line-height:6px}.path-float{right:13%;bottom:18px;padding:5px;box-shadow:3px 3px 0 var(--ink)}.path-float .service-icon{width:28px;height:28px}.path-system{padding:7px 3px;box-shadow:2px 2px 0 #97cdb0}.path-system .service-icon{width:25px;height:25px}.path-shop .service-icon{width:90px;height:90px}.path-hospitality .path-float{right:9%;bottom:15px}
 .path-caption{padding:20px 17px 23px}.path-caption>.eyebrow{font-size:8px;line-height:1.5;letter-spacing:.04em}.path-caption strong{font-size:19px;margin:8px 0;line-height:1.4}.path-purpose{font-size:11px;padding-right:16px}.path-arrow{font-size:20px;bottom:18px;right:13px}
 .catalog-row{grid-template-columns:54px minmax(0,1fr) 19px;gap:12px;padding:25px 0}.catalog-row h3{font-size:21px}.catalog-pictogram{width:54px}.catalog-pictogram .service-icon{width:38px;height:38px}.catalog-description>p:not(.eyebrow){font-size:13px}.catalog-description .eyebrow{font-size:8px;letter-spacing:.055em}.catalog-arrow{font-size:24px}.catalog-topics{gap:5px 10px;margin-top:11px}.catalog-topics li{font-size:10px}
 .service-scene{padding:25px var(--gutter)}.service-scene figcaption>strong{font-size:20px;max-width:100%;margin-top:8px}.scene-art{max-width:430px;min-height:150px;max-height:255px;margin:17px auto}.scene-satellite .service-icon{width:31px;height:31px}.scene-labels{gap:9px;padding-top:13px}.scene-labels li{font-size:11px}.scene-labels .service-icon{width:25px;height:25px}
 .guide-heading>.eyebrow{font-size:10px}.guide-heading h2{font-size:27px;margin:12px 0 23px}.visual-steps,.guide-options .visual-steps{grid-template-columns:1fr;gap:30px;margin-top:23px}.visual-steps>li{display:grid;grid-template-columns:87px minmax(0,1fr);gap:17px;align-items:start}.step-drawing{height:104px}.step-drawing>.service-icon{width:54px;height:54px;margin-top:10px}.step-order{font-size:9px;left:7px;top:5px}.step-copy h3{font-size:21px;margin:5px 0 9px}.step-copy p{font-size:14px;line-height:1.75}.visual-steps>li:not(:last-child):after{content:none;top:auto;right:auto;bottom:-23px;left:36px;font-size:22px}.guide-options .visual-steps>li:after{content:none}.guide-takeaway{font-size:13px;gap:12px;padding:15px;margin-top:28px;align-items:flex-start}.guide-takeaway>.service-icon{width:24px;height:24px;margin-top:2px}
 .scope-symbol>.service-icon{width:49px;height:49px}.scope-grid h3{font-size:22px}.visual-process>li>.service-icon{width:37px;height:37px;margin-bottom:13px}.visual-process .process-number{font-size:13px}
}
@media(max-width:359px){.path-caption{padding:17px 13px 20px}.path-caption strong{font-size:18px}.path-picture{padding:9px}.path-system{padding:7px 2px}.path-system .service-icon{width:22px;height:22px}.path-shop .service-icon{width:78px;height:78px}.catalog-row{grid-template-columns:43px minmax(0,1fr) 17px;gap:10px}.catalog-pictogram{width:43px}.catalog-pictogram .service-icon{width:30px;height:30px}.catalog-row h3{font-size:19px}.visual-steps>li{grid-template-columns:72px minmax(0,1fr);gap:14px}.step-drawing{height:94px}.step-drawing>.service-icon{width:46px;height:46px}.visual-steps>li:not(:last-child):after{left:29px}.step-copy h3{font-size:20px}.step-copy p{font-size:13px}.scene-art{min-height:155px}.service-scene figcaption>strong{font-size:18px}}

/* Shared visual language. All arrows are SVG paths, never emoji/font glyphs. */
.ui-arrow{display:inline-block;vertical-align:middle;width:22px;height:22px;max-width:none;flex:none}
.button>span[aria-hidden],.text-link>span[aria-hidden]{display:inline-flex;align-items:center}.button .ui-arrow{width:23px;height:23px}.arrow-button .ui-arrow{width:28px;height:28px}.project-visit .ui-arrow{width:16px;height:16px;margin-left:5px}.mobile-contact-link .ui-arrow{margin-left:8px}
.path-arrow,.catalog-arrow{display:flex;align-items:center;justify-content:center}.path-arrow .ui-arrow,.catalog-arrow .ui-arrow{width:27px;height:27px}.detail-jumps .ui-arrow,.company-page-nav .ui-arrow{width:17px;height:17px}.product-table .ui-arrow{width:13px;height:13px}.related-grid .ui-arrow{width:21px;height:21px}
.visual-steps>li:after{content:none!important}.step-connector{position:absolute;right:-29px;top:62px;color:var(--blue);display:flex}.step-connector .ui-arrow{width:27px;height:27px}.needs-section li{padding-left:0;display:flex;gap:11px;align-items:flex-start}.needs-section li>.ui-arrow{width:18px;height:18px;margin-top:5px;color:var(--blue)}
.path-picture{min-height:205px}.category-main{position:relative;display:grid;place-items:center;width:142px;height:142px;color:#12253b}.category-main>.service-icon{width:100%;height:100%;stroke-width:1.65}.category-badge{position:absolute;left:calc(50% + 42px);bottom:27px;padding:9px;background:#fff;color:#12253b;border:1.5px solid currentColor;box-shadow:4px 4px 0 #12253b22}.category-badge>.service-icon{width:37px;height:37px;stroke-width:2}
.hero-signals{display:flex;gap:17px;margin-bottom:14px;color:var(--blue)}.hero-signals>.service-icon{width:29px;height:29px;stroke-width:2}.service-subtitle{display:flex;gap:9px;align-items:center}.service-subtitle>.service-icon{width:25px;height:25px;color:var(--blue)}.secondary-services .service-subtitle>.service-icon{width:21px;height:21px}
.icon-eyebrow{display:flex;gap:10px;align-items:center}.icon-eyebrow>.service-icon{width:25px;height:25px;color:var(--blue)}.status-tag{display:inline-flex;align-items:center;gap:7px}.status-tag>.service-icon{width:18px;height:18px}.about-introduction>.expertise-map{margin-top:27px}
.expertise-map{margin:28px 0 0;padding:22px;background:#f0f3ed;border:1px solid #cfd7c8;color:var(--ink)}.expertise-map figcaption{font-size:10px;color:#425440;letter-spacing:.1em;margin-bottom:20px}.expertise-inputs{display:grid;grid-template-columns:1fr 1fr;gap:20px}.expertise-inputs>div{display:flex;align-items:center;flex-direction:column;gap:12px;text-align:center;min-width:0}.expertise-inputs .service-icon{width:64px;height:64px;stroke-width:1.75;color:var(--blue)}.expertise-inputs>div:last-child .service-icon{color:#243325}.expertise-inputs strong{font-size:13px;line-height:1.6}.expertise-join{width:100%;height:42px;display:block;color:#82957c}.expertise-result{display:flex;align-items:center;gap:13px;padding:14px;background:#fff;border:1px solid #cad6c8}.expertise-result img{width:42px;height:36px;object-fit:contain;flex:none}.expertise-result strong{font-size:15px;line-height:1.6;letter-spacing:-.01em}
.person-skills{list-style:none;display:flex;flex-wrap:wrap;gap:14px 21px;margin:20px 0 0;padding:18px 0 0;border-top:1px solid #d8dfd6}.person-skills li{display:flex;align-items:center;gap:8px;font-size:11px;line-height:1.4}.person-skills .service-icon{width:27px;height:27px;color:var(--blue)}.company-person>p{font-size:15px;line-height:1.95}
.capabilities ul{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:17px;padding-top:23px}.capabilities li{border:0;padding:0;min-width:0}.capabilities a{display:flex;height:100%;position:relative;flex-direction:column;align-items:flex-start;gap:15px;padding:20px 15px 36px;background:#f3f5ef;border-top:2px solid #c9d2c4;font-size:13px;line-height:1.6}.capabilities a>.service-icon{width:39px;height:39px;color:var(--blue)}.capabilities a>.ui-arrow{position:absolute;right:11px;bottom:12px;width:18px;height:18px}.capabilities a:hover{background:#eef2ff}
.company-details dt{display:flex;flex-direction:column;gap:10px}.company-details dt .service-icon{width:30px;height:30px;color:var(--blue)}.company-details dl>div{align-items:center}.company-details dd{line-height:1.9}
.graphic-banner{display:grid;grid-template-columns:minmax(0,1fr) 220px;align-items:center;gap:40px}.graphic-banner h1{font-size:clamp(39px,4.7cqw,61px);max-width:850px}.banner-art{width:205px;height:205px;position:relative;display:grid;place-items:center;color:white}.banner-art>.service-icon{width:168px;height:168px;stroke-width:1.65}.banner-art>span{display:grid;place-items:center;position:absolute;right:-6px;bottom:4px;width:61px;height:61px;background:#fff;color:var(--blue);border:1.5px solid var(--blue);box-shadow:5px 5px 0 #102679}.banner-art>span>.service-icon{width:43px;height:43px}
.design-focus{padding:33px var(--gutter);border-bottom:1px solid var(--line);background:#f4f6f0}.design-focus>.eyebrow{font-size:10px;color:#465142;margin-bottom:25px}.design-focus ul{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin:0;padding:0;list-style:none}.design-focus li{display:flex;gap:17px;align-items:flex-start;min-width:0}.design-focus .service-icon{width:48px;height:48px;color:var(--blue)}.design-focus h2{font-size:19px;line-height:1.4;margin-bottom:10px;letter-spacing:-.025em}.design-focus p{font-size:13px;line-height:1.7}
.project-grid .project-frame{border:1px solid #71808a;box-shadow:5px 6px 0 #e7ece4}.browser-chrome{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0;padding:10px 13px;background:#f0f3ef;border-bottom:1px solid #bac3bc;font-size:10px;color:#52605a}.browser-chrome>span:not(.browser-dots){overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.browser-chrome>.ui-arrow{width:14px;height:14px}.browser-dots{display:flex;gap:4px}.browser-dots i{width:5px;height:5px;border:1px solid #829281;border-radius:50%}.project-type{display:flex;align-items:center;gap:8px}.project-type>.service-icon{width:20px;height:20px}.project-type>.project-index{margin-left:auto;font-size:12px;color:#677764;letter-spacing:.12em}
.news-project-image{position:relative;min-width:0}.project-image-tag{display:flex;align-items:center;gap:10px;padding:14px 16px;background:var(--ink);color:white;font-size:12px;letter-spacing:.02em}.project-image-tag .service-icon{width:28px;height:28px}.project-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:0;margin:32px 0 0;border:1px solid #cbd4c4;background:#f2f5ed}.project-facts>div{display:grid;grid-template-columns:48px minmax(0,1fr);column-gap:17px;padding:24px;border-right:1px solid #cbd4c4;align-items:center}.project-facts>div:last-child{border-right:0}.project-facts .service-icon{grid-row:1/3;width:44px;height:44px;color:var(--blue)}.project-facts dt{font-size:9px;letter-spacing:.1em;color:#52694c}.project-facts dd{margin:5px 0 0;font-size:16px;font-weight:700;line-height:1.5}.update-article>.project-facts{margin-top:22px}
.inquiry-prepare{grid-template-columns:1fr;gap:25px}.inquiry-prepare ul{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;list-style:none;padding:0}.inquiry-prepare li{display:flex;align-items:center;gap:15px;font-size:15px;line-height:1.65}.inquiry-prepare .service-icon{width:47px;height:47px;color:var(--blue)}
.contact-drawing{display:block;position:relative;width:158px;height:130px;margin-top:27px;color:white}.contact-drawing>.service-icon{width:126px;height:126px;stroke-width:1.35}.contact-drawing>span{position:absolute;right:0;bottom:0;display:block;background:var(--blue);padding:7px}.contact-drawing>span>.service-icon{width:46px;height:46px;stroke-width:1.8}.contact-location{display:flex;align-items:flex-start;gap:13px;margin-top:28px}.contact-location>.service-icon{width:30px;height:30px;margin-top:2px}.contact-location .eyebrow{margin-bottom:10px}
@media(min-width:801px) and (max-width:1100px){.category-main{width:124px;height:124px}.category-badge{left:calc(50% + 30px);bottom:23px;padding:7px}.category-badge>.service-icon{width:31px;height:31px}.graphic-banner{grid-template-columns:minmax(0,1fr) 160px;gap:25px}.banner-art{width:150px;height:155px}.banner-art>.service-icon{width:128px;height:128px}.banner-art>span{width:49px;height:49px;right:0}.banner-art>span>.service-icon{width:34px;height:34px}.capabilities ul{gap:10px}.capabilities a{font-size:12px;padding:17px 12px 36px}.project-facts>div{padding:20px 15px;grid-template-columns:36px minmax(0,1fr);gap:0 12px}.project-facts .service-icon{width:34px;height:34px}.project-facts dd{font-size:14px}.design-focus li{flex-direction:column;gap:15px}}
@media(max-width:800px){
 .path-picture{min-height:140px}.category-main{width:80px;height:80px}.category-badge{left:auto;right:9px;bottom:16px;padding:5px;box-shadow:3px 3px 0 #12253b22}.category-badge>.service-icon{width:24px;height:24px}.path-arrow .ui-arrow{width:20px;height:20px}.catalog-arrow .ui-arrow{width:21px;height:21px}.step-connector{right:auto;top:auto;bottom:-25px;left:33px;transform:rotate(90deg)}.step-connector .ui-arrow{width:23px;height:23px}
 .hero-signals{gap:14px;margin-bottom:11px}.hero-signals>.service-icon{width:25px;height:25px}.service-subtitle{gap:7px}.service-subtitle>.service-icon,.secondary-services .service-subtitle>.service-icon{width:20px;height:20px}
 .expertise-map{padding:20px;margin-top:23px}.expertise-map figcaption{font-size:9px}.expertise-inputs{gap:16px}.expertise-inputs .service-icon{width:54px;height:54px}.expertise-inputs strong{font-size:12px}.expertise-result{padding:12px;gap:11px}.expertise-result strong{font-size:13px}.expertise-result img{width:37px;height:32px}.expertise-join{height:35px}.person-skills{gap:12px 17px}.person-skills .service-icon{width:23px;height:23px}.person-skills li{font-size:10px}.company-person>p{font-size:14px}
 .capabilities ul{grid-template-columns:1fr 1fr;gap:13px}.capabilities a{padding:18px 14px 35px;font-size:12px;gap:12px}.capabilities a>.service-icon{width:35px;height:35px}.capabilities li:last-child{grid-column:1/-1}.capabilities li:last-child a{flex-direction:row;align-items:center;padding:17px 38px 17px 14px}.capabilities li:last-child a>.ui-arrow{bottom:auto;top:calc(50% - 9px)}
 .company-details dt{gap:7px}.company-details dt .service-icon{width:25px;height:25px}.graphic-banner{grid-template-columns:1fr;gap:24px;position:relative}.graphic-banner h1{font-size:36px;line-height:1.25;margin-top:17px}.banner-art{width:100%;height:110px;display:flex;justify-content:flex-end;padding-right:30px;margin-top:-6px}.banner-art>.service-icon{width:108px;height:108px}.banner-art>span{width:41px;height:41px;right:15px;bottom:0;box-shadow:3px 3px 0 #102679}.banner-art>span>.service-icon{width:29px;height:29px}
 .design-focus{padding:28px var(--gutter)}.design-focus ul{grid-template-columns:1fr;gap:24px}.design-focus li{gap:16px}.design-focus .service-icon{width:39px;height:39px}.design-focus h2{font-size:18px;margin-bottom:6px}.design-focus p{font-size:13px}.design-focus>.eyebrow{font-size:9px;margin-bottom:22px}.browser-chrome{padding:8px 10px;font-size:9px}.project-type>.project-index{font-size:11px}
 .project-facts{grid-template-columns:1fr;margin-top:25px}.project-facts>div{grid-template-columns:37px minmax(0,1fr) minmax(0,1.45fr);gap:13px;border-right:0;border-bottom:1px solid #cbd4c4;padding:17px}.project-facts>div:last-child{border-bottom:0}.project-facts .service-icon{grid-row:auto;width:32px;height:32px}.project-facts dd{font-size:14px;margin:0}.project-facts dt{font-size:9px;letter-spacing:.05em}.project-image-tag{font-size:11px;padding:12px 15px}.project-image-tag .service-icon{width:24px;height:24px}
 .inquiry-prepare{gap:22px}.inquiry-prepare ul{grid-template-columns:1fr;gap:19px}.inquiry-prepare li{font-size:14px;gap:15px}.inquiry-prepare .service-icon{width:38px;height:38px}.contact-drawing{width:123px;height:102px;margin-top:24px}.contact-drawing>.service-icon{width:100px;height:100px}.contact-drawing>span>.service-icon{width:34px;height:34px}.contact-location{margin-top:25px;gap:11px}.contact-location>.service-icon{width:26px;height:26px}
}
@media(max-width:359px){.category-main{width:68px;height:68px}.category-badge{right:6px;bottom:18px;padding:4px}.category-badge>.service-icon{width:21px;height:21px}.step-connector{left:26px}.expertise-map{padding:15px}.expertise-inputs strong{font-size:11px}.expertise-result strong{font-size:12px}.graphic-banner h1{font-size:31px}.project-facts>div{gap:10px;padding:15px 12px}.project-facts dd{font-size:12px}.service-subtitle>.service-icon,.secondary-services .service-subtitle>.service-icon{width:18px;height:18px}}

/* Service-category artwork belongs with its heading, without duplicate navigation. */
.catalog-heading h2{text-wrap:balance}
.catalog-eyecatch{position:relative;display:grid;place-items:center;width:100%;max-width:300px;height:190px;margin-bottom:25px;overflow:hidden;background:#e5edff;border:1px solid #cbd6ed}
.eyecatch-systems{background:#d5f5e4;border-color:#badcc9}
.eyecatch-hospitality{background:#f0ecd9;border-color:#ded7b8}
.catalog-eyecatch .category-main{width:132px;height:132px}
.catalog-eyecatch .category-badge{left:calc(50% + 30px);right:auto;bottom:23px;padding:8px}
.catalog-eyecatch .category-badge>.service-icon{width:33px;height:33px}
@media(min-width:801px) and (max-width:1100px){
 .catalog-eyecatch{height:168px;margin-bottom:22px}
 .catalog-eyecatch .category-main{width:114px;height:114px}
 .catalog-eyecatch .category-badge{left:calc(50% + 25px);bottom:20px;padding:6px}
 .catalog-eyecatch .category-badge>.service-icon{width:28px;height:28px}
}
@media(max-width:800px){
 .catalog-eyecatch{max-width:none;height:154px;margin-bottom:22px}
 .catalog-eyecatch .category-main{width:110px;height:110px}
 .catalog-eyecatch .category-badge{left:calc(50% + 29px);bottom:17px;padding:6px}
 .catalog-eyecatch .category-badge>.service-icon{width:28px;height:28px}
}

/* Compact booking introduction and four remaining additional services. */
.capabilities ul{grid-template-columns:repeat(4,minmax(0,1fr))}
.booking-hero h1{text-wrap:balance}
.booking-hero .detail-visual{display:flex;align-items:center;background:#e5edff;padding:25px}
.booking-hero .detail-visual img{position:static;width:100%;height:auto;object-fit:contain}
.booking-official h2{font-size:36px;line-height:1.4;letter-spacing:-.035em;margin:12px 0}
.booking-official>div>p:last-child{max-width:580px;font-size:15px;line-height:1.8}
.booking-official>.text-link{flex:none}
@media(max-width:800px){
 .capabilities ul{grid-template-columns:1fr 1fr}
 .capabilities li:last-child{grid-column:auto}
 .capabilities li:last-child a{flex-direction:column;align-items:flex-start;padding:18px 14px 35px}
 .capabilities li:last-child a>.ui-arrow{top:auto;bottom:12px}
 .booking-hero .detail-visual{height:auto;padding:25px var(--gutter) 40px}
 .booking-official h2{font-size:29px}
 .booking-official>div>p:last-child{font-size:14px}
}
