/* A案の空間から、相談と実際の仕事へ。共通のページスタイル。 */
:root {
  --mist: #e8edf0;
  --white: #f8fafb;
  --blue: #314b57;
  --muted: #526775;
  --line: #bac7cf;
}
html { scroll-padding-top: 32px; }
body { font-size: 16px; line-height: 1.9; }
[hidden] { display: none !important; }
button { font: inherit; color: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
:where(a, button):focus-visible { outline: 2px solid #36637b; outline-offset: 5px; }
img { max-width: 100%; }
p, h1, h2, h3 { overflow-wrap: anywhere; }
h2, h3 { font-weight: 400; }
.skip-content { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 12px 20px; background: white; transform: translateY(-150%); clip-path: inset(50%); }
.skip-content:focus { transform: none; clip-path: none; }
.brand { display: block; flex-shrink: 0; width: 176px; }
.brand img { display: block; width: 100%; height: auto; }
.header { padding-block: 30px; }
.header nav { font-size: 13px; gap: clamp(18px, 2vw, 32px); }
.header nav a { padding-block: 10px; }
.header nav a:hover { text-decoration: underline; text-underline-offset: 7px; }
.header nav .nav-contact { padding: 12px 22px; border: 1px solid #8c9ca6; border-radius: 30px; background: #f8fafbe0; }
.nav-contact span { margin-left: 16px; }
.menu-toggle { display: none; }
.chapter p, .chapter:not(.chapter-opening) p { font-size: 16px; }
.motion-enabled .journey { height: 330svh; }
/* Let the composition follow the viewport; limit line length only on prose. */
.section-wrap { padding: 110px 6.3%; }
.intro-copy p, .service-card p, .service-detail p, .slide-copy > p,
.process-list p, .company-copy > p, .archive-item > div > p,
.case-overview p, .case-story p, .ai-flow p { max-width: 45em; }
.section-label { margin: 0 0 25px; font-size: 13px; color: var(--muted); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 62px; }
.section-head h2, .intro h2, .company-copy h2, .contact-section h2 { margin: 0; font-size: clamp(32px, 3.5vw, 52px); line-height: 1.6; letter-spacing: .025em; }
.section-head > p { margin: 0 0 8px; font-size: 15px; line-height: 2.1; }
.intro { display: grid; grid-template-columns: 1.2fr 1fr; gap: 0 10%; padding-top: 130px; padding-bottom: 150px; }
.intro > .section-label { grid-column: 1 / -1; }
.intro h2 { font-size: clamp(34px, 3.8vw, 58px); }
.intro-copy p { margin: 0 0 26px; line-height: 2.3; }
.intro-copy p:first-child { font-size: 23px; line-height: 1.9; }
.help-section { background: var(--white); }
.help-choices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 6%; }
.help-choice { display: grid; position: relative; grid-template-columns: 1fr 28px; gap: 14px 20px; padding: 32px 0; border: 0; border-bottom: 1px solid var(--line); text-align: left; background: transparent; }
.help-choice > span { font-size: clamp(18px, 1.65vw, 24px); line-height: 1.7; }
.help-choice small { grid-row: 2; font-size: 14px; line-height: 1.9; color: var(--muted); }
.help-choice b { grid-column: 2; grid-row: 1 / 3; align-self: center; font-size: 24px; font-weight: 300; }
.help-choice:hover, .help-choice[aria-pressed="true"] { color: #254d66; border-color: #254d66; }
.help-choice[aria-pressed="true"] > span { text-decoration: underline; text-underline-offset: 8px; }
.help-result { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; margin-top: 45px; padding: 45px; background: #e4edf2; }
.help-result h3 { font-size: 25px; line-height: 1.7; margin: 0 0 20px; }
.result-text { margin: 0; }
.result-links { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.result-services { display: flex; flex-wrap: wrap; gap: 10px 24px; }
.result-links a { text-decoration: underline; text-underline-offset: 5px; }
.result-works { width: 100%; display: grid; gap: 12px; }
.result-work { display: grid; grid-template-columns: 90px 1fr; align-items: center; gap: 15px; text-decoration: none !important; font-size: 14px; }
.result-work img { width: 90px; height: 65px; object-fit: contain; background: white; }
.result-work small { display: block; color: var(--muted); }
.result-links .result-contact { border: 0; border-radius: 30px; padding: 12px 25px; background: var(--blue); color: white; }
.services-section { padding-top: 130px; }
.services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 6%; row-gap: 68px; }
.service-card { display: flex; flex-direction: column; align-items: flex-start; }
.service-icon { width: 58px; height: 58px; display: block; margin-bottom: 28px; }
.service-en { font: 14px/1.5 "Helvetica Neue", Arial, sans-serif; color: var(--muted); }
.service-card h3 { font-size: 23px; margin: 12px 0 18px; }
.service-card p { font-size: 15px; margin: 0 0 24px; line-height: 2; }
.service-more { display: flex; align-items: center; justify-content: space-between; width: 100%; padding-top: 17px; margin-top: auto; border-top: 1px solid var(--line); font-size: 13px; }
.service-more b { font-size: 20px; font-weight: 400; }
.service-card:hover .service-more { border-color: var(--ink); }
.works-section { background: #dce5eb; padding-bottom: 90px; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; font-size: 14px; border-bottom: 1px solid #7f929f; padding: 12px 0; }
.text-link:hover { border-color: var(--ink); }
.work-slide { display: grid; grid-template-columns: 1.5fr 1fr; align-items: center; gap: 7%; min-height: 420px; }
.slide-image { display: flex; align-items: center; justify-content: center; background: #f5f7f9; aspect-ratio: 1.5; padding: 22px; }
.slide-image img { display: block; width: 100%; height: 100%; object-fit: contain; }
.work-category { font: 13px/1.6 "Helvetica Neue", Arial, sans-serif; color: var(--muted); }
.slide-copy .client { margin: 22px 0 10px; font-size: 14px; }
.slide-copy h3 { margin: 0 0 22px; font-size: clamp(24px, 2.3vw, 34px); line-height: 1.65; }
.slide-copy > p:not(.client, .work-category) { line-height: 2; }
.carousel-controls { display: none; justify-content: flex-end; align-items: center; gap: 10px; margin-top: 32px; }
.ui-enabled .carousel-controls { display: flex; }
.carousel-controls button { min-width: 44px; min-height: 44px; border: 1px solid #a3b3be; background: transparent; border-radius: 50%; }
.carousel-controls button:hover { background: #f8fafb; }
.slide-dots { display: flex; gap: 0; margin-right: auto; }
.slide-dots button { border: 0; position: relative; }
.slide-dots button::after { content: ""; position: absolute; width: 6px; height: 6px; border-radius: 50%; background: #8195a3; inset: 19px; }
.slide-dots button[aria-pressed="true"]::after { background: var(--ink); width: 10px; height: 10px; inset: 17px; }
.slide-count { font: 13px "Helvetica Neue", Arial, sans-serif; margin-right: 16px; }
.carousel-controls .carousel-pause { border: 0; border-radius: 0; font-size: 12px; padding-inline: 12px; }
.process-section { background: var(--white); }
.process-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5%; }
.process-list li > span { font: 32px "Helvetica Neue", Arial, sans-serif; color: #6d8796; }
.process-list h3 { font-size: 21px; margin: 25px 0 18px; }
.process-list p { font-size: 15px; line-height: 2; }
.company-section { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 9%; }
.company-photo { margin: 0; }
.company-photo img { width: 100%; height: auto; display: block; }
.company-photo figcaption { font-size: 12px; color: var(--muted); margin-top: 12px; }
.company-copy h2 { font-size: clamp(30px, 3vw, 44px); margin-bottom: 30px; }
.company-copy > p { line-height: 2.1; }
.company-copy dl { margin: 34px 0 0; font-size: 14px; }
.company-copy dl > div { display: grid; grid-template-columns: 100px 1fr; gap: 16px; margin-top: 12px; }
dd { margin: 0; }
dt { color: var(--muted); }
.contact-section { background: #cddde6; text-align: center; }
.contact-section > p:not(.section-label) { margin-top: 30px; }
.contact-open { display: flex; justify-content: space-between; align-items: center; gap: 50px; margin: 36px auto 22px; padding: 20px 34px; border-radius: 50px; border: 0; background: var(--blue); color: white; }
.contact-open:hover, .result-links .result-contact:hover { background: #1c3644; }
.site-footer { padding: 65px 6.3% 25px; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; background: var(--white); font-size: 13px; }
.site-footer img { width: 160px; height: auto; margin-bottom: 15px; }
.site-footer nav { display: flex; justify-content: flex-end; flex-wrap: wrap; align-content: flex-start; gap: 20px 28px; }
.site-footer a:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 22px; color: var(--muted); font-size: 12px; }
.archive-page { padding-top: 190px; }
.archive-page h1 { font-size: clamp(32px, 4.3vw, 62px); font-weight: 300; line-height: 1.6; margin: 0 0 30px; }
.archive-item { display: grid; grid-template-columns: 1.2fr 1fr; gap: 7%; align-items: center; margin-top: 100px; padding-top: 70px; border-top: 1px solid var(--line); }
.archive-item > img { width: 100%; height: auto; max-height: 520px; object-fit: contain; }
.archive-item h2 { font-size: clamp(25px, 2.5vw, 36px); line-height: 1.6; }
.archive-item dl { display: grid; grid-template-columns: 75px 1fr; gap: 15px; margin-block: 30px; font-size: 14px; }
.service-detail { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 7%; border-top: 1px solid var(--line); padding-top: 65px; margin-top: 70px; }
.service-detail > .service-icon { width: 90px; height: 90px; }
.service-detail h2 { font-size: 34px; margin: 0 0 28px; }
.service-detail h3 { font-size: 22px; }
.service-tags { font-size: 14px; color: var(--muted); }
@media (max-width: 1000px) {
  .header { padding-inline: 5%; }
  .brand { width: 140px; }
  .header nav { gap: 16px; font-size: 12px; }
  .header nav .nav-contact { padding: 10px 14px; }
  .nav-contact span { margin-left: 4px; }
  .section-head { display: block; }
  .section-head > p, .section-head > a { margin-top: 25px; }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-list { gap: 3%; }
  .process-list h3 { font-size: 19px; }
  .process-list br { display: none; }
  .company-section { gap: 6%; }
}
@media (max-width: 760px) {
  .section-wrap { padding: 76px 7%; }
  .header { padding: 25px 6%; align-items: center; flex-wrap: wrap; }
  .brand { width: 142px; }
  .header nav { width: 100%; flex-wrap: wrap; font-size: 13px; }
  .header nav > a:not(.back) { display: block; }
  .ui-enabled .menu-toggle { display: flex; align-items: center; gap: 15px; border: 0; background: transparent; min-height: 44px; padding: 5px 0 5px 16px; font-size: 13px; }
  .menu-toggle span { font-size: 24px; line-height: 1; }
  .ui-enabled .header nav { display: none; }
  .ui-enabled .header.menu-open { background: var(--white); box-shadow: 0 12px 30px #314b571a; max-height: 100svh; overflow-y: auto; }
  .ui-enabled .header.menu-open nav { display: flex; flex-direction: column; align-items: stretch; gap: 4px; padding-block: 6px 14px; }
  .header nav .nav-contact { text-align: center; margin-top: 10px; }
  .stage { min-height: 600px; }
  .motion-enabled .journey { height: 280svh; }
  .chapter { top: 22%; left: 7%; max-width: 90%; }
  .chapter h1 { font-size: clamp(54px, 13.5vw, 94px); }
  .chapter p, .chapter:not(.chapter-opening) p { font-size: 15px; }
  .chapter:not(.chapter-opening) { top: 24%; }
  .chapter h2 { font-size: clamp(28px, 7.5vw, 45px); }
  .journey-footer { bottom: 22px; }
  .progress { font-size: 10px; }
  .tagline, .skip, .scroll-hint { font-size: 11px; }
  .intro { display: block; }
  .intro h2 { font-size: 34px; }
  .intro-copy { margin-top: 38px; }
  .intro-copy p:first-child { font-size: 21px; }
  .section-head { margin-bottom: 35px; }
  .section-head > p { font-size: 15px; }
  .section-head h2, .company-copy h2, .contact-section h2 { font-size: 30px; }
  .help-choices { grid-template-columns: 1fr; }
  .help-choice { padding: 25px 0; gap: 10px 15px; }
  .help-choice > span { font-size: 19px; }
  .help-choice small { font-size: 14px; }
  .help-result { grid-template-columns: 1fr; gap: 28px; padding: 25px; margin-inline: -3%; }
  .help-result h3 { font-size: 23px; }
  .services-grid { grid-template-columns: 1fr; row-gap: 40px; }
  .service-card { display: grid; grid-template-columns: 48px minmax(0, 1fr); column-gap: 22px; }
  .service-icon { width: 48px; height: 48px; margin-bottom: 20px; }
  .service-card .service-icon { grid-row: 1 / 3; margin-block: 6px 0; }
  .service-en { grid-column: 2; font-size: 12px; }
  .service-card h3 { grid-column: 2; font-size: 21px; line-height: 1.65; margin: 8px 0 20px; }
  .service-card p { grid-column: 1 / -1; font-size: 16px; line-height: 2; }
  .service-more { grid-column: 1 / -1; }
  .work-slide { display: block; min-height: 0; }
  .slide-image { padding: 10px; }
  .slide-copy { margin-top: 26px; }
  .slide-copy h3 { font-size: 27px; margin-bottom: 18px; }
  .carousel-controls { gap: 6px; flex-wrap: wrap; }
  .slide-dots { width: calc(100% - 90px); }
  .slide-count { margin-right: 0; }
  .carousel-controls .carousel-pause { margin-left: auto; }
  .process-list { grid-template-columns: 1fr; gap: 30px; }
  .process-list li { display: grid; grid-template-columns: 42px 1fr; gap: 0 20px; }
  .process-list li > span { font-size: 26px; grid-row: 1 / 3; padding-top: 3px; }
  .process-list h3 { font-size: 20px; margin: 0; }
  .process-list p { grid-column: 2; margin: 12px 0 0; }
  .company-section { grid-template-columns: 1fr; gap: 36px; }
  .company-copy dl > div { grid-template-columns: 80px 1fr; font-size: 13px; }
  .contact-section h2 { font-size: clamp(23px, 6vw, 32px); }
  .contact-open { font-size: 16px; padding: 18px 30px; }
  .site-footer { padding: 50px 7% 22px; grid-template-columns: 1fr; gap: 26px; }
  .site-footer nav { justify-content: flex-start; gap: 18px 24px; }
  .footer-bottom { flex-wrap: wrap; gap: 12px; }
  .archive-page { padding-top: 145px; }
  .archive-page h1 { font-size: 32px; }
  .archive-item { display: block; margin-top: 55px; padding-top: 45px; }
  .archive-item > div { margin-top: 30px; }
  .service-detail { grid-template-columns: 1fr; gap: 0; margin-top: 45px; padding-top: 40px; }
  .service-detail > .service-icon { width: 56px; height: 56px; }
  .service-detail h2 { font-size: 28px; }
  body:not(.ui-enabled) .header { position: relative; }
  body:not(.ui-enabled) .archive-page { padding-top: 60px; }
}
@media (max-height: 620px) and (min-width: 761px) {
  .stage { min-height: 500px; }
  .chapter { top: 22%; }
  .chapter h1 { font-size: 66px; }
  .chapter:not(.chapter-opening) { top: 25%; }
  .chapter h2 { font-size: 40px; }
}
@media (prefers-reduced-motion: reduce) {
  .motion-enabled .journey { height: auto; }
  .motion-enabled .stage { position: relative; }
}

/* 2026-09-20 — 固定ナビ、区間ごとの構成、傾けた実績と詳細ページ */
html { scroll-padding-top: 112px; }
.header { position: absolute; inset: 0 0 auto; z-index: 50; padding-block: 20px; transition: background .25s, box-shadow .25s; }
.header.is-following, .inner-page .header { position: fixed; background: #f8fafbea; backdrop-filter: blur(18px); box-shadow: 0 1px 0 #314b571a; }
.chapter-exit { max-width: 80%; }
.chapter-exit h2 { font-size: clamp(32px, 4vw, 62px); }
.intro { position: relative; overflow: clip; padding-block: 160px; }
.intro::after { content: "Creative × Technology"; position: absolute; bottom: -25px; left: 0; font: 300 clamp(72px, 11vw, 180px)/1.2 "Helvetica Neue", Arial, sans-serif; white-space: nowrap; color: #314b570c; transform: translateX(var(--intro-drift, 0px)); pointer-events: none; }
.intro h2 { margin-top: 30px; }
.help-section { position: relative; background: #263f4b; color: #f8fafb; }
.help-section > .section-head .section-label, .help-choice small { color: #bfced6; }
.help-choice { border-color: #708792; transition: padding .25s, color .25s; }
.help-choice:hover, .help-choice[aria-pressed="true"] { color: white; border-color: white; padding-left: 12px; }
.help-section :focus-visible { outline-color: white; }
.help-result { color: var(--ink); background: #edf3f6; }
.help-result :focus-visible { outline-color: #36637b; }
.help-section .section-head { align-items: flex-start; }
.services-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 40px 9%; align-items: start; padding-block: 145px; }
.services-section > .section-head { position: sticky; top: 145px; display: block; margin: 0; }
.services-section .section-head > p { margin-top: 30px; }
.services-section .section-head h2 { font-size: clamp(30px, 3.3vw, 48px); }
.services-grid { display: block; }
.service-card { display: grid; grid-template-columns: 58px minmax(0,1fr); gap: 0 28px; padding: 32px 0 38px; border-top: 1px solid var(--line); transition: transform .25s; }
.service-card:hover { transform: translateX(7px); }
.service-card .service-icon { grid-column: 1; grid-row: 1 / 3; margin-top: 6px; }
.service-en, .service-card h3, .service-card p, .service-more { grid-column: 2; }
.service-card h3 { margin-block: 8px 16px; }
.service-more { border: 0; padding-top: 0; }
.services-section > .section-link { grid-column: 2; justify-self: start; margin: 0; }
.works-section { overflow: clip; padding-block: 120px 80px; background: linear-gradient(135deg,#d6e1e8,#e5edf1 65%); }
.works-section .section-head { margin-bottom: clamp(80px, calc(10vw - 80px), 176px); }
.work-slide { grid-template-columns: .78fr 1.22fr; gap: 7%; min-height: 530px; }
.slide-image { position: relative; display: block; grid-column: 2; grid-row: 1; background: none; padding: 0; aspect-ratio: 1.35; perspective: 1200px; }
.slide-image > img:first-child { position: absolute; inset: 0; width: 94%; height: 82%; background: #f8fafb; padding: 8px; object-fit: contain; transform: translateY(var(--work-drift, 0px)) rotate(-9deg) rotateY(-10deg); box-shadow: 16px 30px 55px #314b5733; }
.slide-image > .slide-secondary { position: absolute; right: -2%; bottom: -1%; width: 60%; height: 53%; padding: 5px; background: white; object-fit: contain; transform: translateY(calc(var(--work-drift, 0px) * -.6)) rotate(8deg); box-shadow: 10px 22px 40px #314b5730; }
.slide-copy { grid-column: 1; grid-row: 1; position: relative; z-index: 1; }
.slide-copy .work-category { margin-bottom: 50px; }
.carousel-controls { margin-top: 65px; }
.process-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9%; padding-block: 145px; }
.process-section .section-head { position: sticky; top: 145px; align-self: start; display: block; }
.process-section .section-head > p { margin-top: 30px; }
.process-list { position: relative; display: block; padding-left: 42px; }
.process-list::before, .process-list::after { content: ""; position: absolute; left: 0; top: 12px; bottom: 30px; width: 1px; background: #d6e0e5; }
.process-list::after { background: #476777; transform: scaleY(var(--process-progress, 1)); transform-origin: top; }
.process-list li { position: relative; display: block; padding-bottom: 60px; }
.process-list li:last-child { padding-bottom: 0; }
.process-list li::before { content: ""; position: absolute; left: -46px; top: 12px; width: 9px; height: 9px; border-radius: 50%; background: #476777; }
.process-list li > span { font-size: 54px; font-weight: 300; }
.process-list h3 { font-size: 24px; margin-block: 16px; }
.company-photo { transform: translateY(var(--photo-drift, 0px)) rotate(-3deg); }
.company-section { padding-block: 150px; }
.contact-section { position: relative; overflow: clip; }
.contact-section::before { content: ""; position: absolute; width: 430px; height: 430px; border: 1px solid #809ba733; border-radius: 50%; right: -100px; top: -230px; pointer-events: none; }
a.contact-open { width: fit-content; }
.detail-link { margin-right: 32px; }
.breadcrumb { display: flex; gap: 15px; font-size: 12px; color: var(--muted); margin-bottom: 65px; }
.breadcrumb a { border-bottom: 1px solid var(--line); }
.detail-hero { padding-top: 150px; padding-bottom: 75px; position: relative; }
.detail-hero h1 { text-wrap: balance; font-size: clamp(34px,4.4vw,66px); font-weight: 300; line-height: 1.55; margin: 10px 0 30px; }
.detail-lead { max-width: 720px; line-height: 2.1; }
.case-overview { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8%; }
.case-overview h2, .related-section h2, .service-cross h2 { font-size: clamp(26px,3vw,40px); line-height: 1.6; margin-top: 0; }
.case-overview dl { display: grid; grid-template-columns: 110px 1fr; gap: 20px; border-top: 1px solid var(--line); padding-top: 28px; margin-top: 35px; font-size: 14px; }
.detail-services { display: flex; flex-wrap: wrap; gap: 15px 30px; }
/* Case detail: the project context and specific work, read alongside the images. */
.case-story { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8%; background: var(--white); }
.case-story > h2 { font-size: clamp(26px, 3vw, 40px); font-weight: 400; line-height: 1.7; margin: 0; }
.case-story-body { min-width: 0; }
.case-story-body section + section { margin-top: 45px; padding-top: 35px; border-top: 1px solid var(--line); }
.case-story h3 { font-size: clamp(19px, 1.7vw, 24px); font-weight: 500; line-height: 1.7; margin: 0 0 18px; }
.case-story p { margin: 0; line-height: 2.1; }
@media (max-width: 760px) {
  .case-story { grid-template-columns: 1fr; gap: 36px; }
  .case-story-body section + section { margin-top: 30px; padding-top: 25px; }
}
.related-section { background: var(--white); }
.related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6%; margin-block: 40px; }
.related-work img { width: 100%; height: auto; aspect-ratio: 1.65; object-fit: contain; background: #e8edf0; padding: 18px; margin-bottom: 20px; }
.related-work > span { font-size: 13px; color: var(--muted); }
.related-work h3 { margin-top: 8px; font-size: 22px; }
.service-hero { padding-bottom: 110px; }
.service-hero h1 { max-width: 80%; }
.detail-service-name { font-size: 18px; margin-bottom: 30px; }
.detail-icon { position: absolute; width: 170px; height: 170px; right: 9%; bottom: 130px; opacity: .4; transform: rotate(-8deg); }
.service-hero .detail-lead { max-width: 65%; }
.service-diagram { background: #263f4b; color: white; padding-block: 80px; }
.service-flow { display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: clamp(18px,2.2vw,30px); }
.service-flow span { border-block: 1px solid #7894a3; padding: 35px 10px; flex: 1; text-align: center; }
.service-flow b, .ai-flow b { font-weight: 300; color: #abc4d2; }
.ai-flow { display: grid; grid-template-columns: 1fr 50px 1fr; gap: 4%; align-items: center; }
.ai-flow > div > span { color: #b1c6d1; font-size: 14px; }
.ai-flow h2 { font-size: clamp(22px,2.7vw,36px); margin: 15px 0; }
.ai-flow p { font-size: 14px; }
.ai-flow b { font-size: 38px; }
.feature-list { list-style: none; padding: 0; margin: 0; }
.feature-list li { display: grid; grid-template-columns: .4fr 1fr; gap: 8%; border-bottom: 1px solid var(--line); padding: 45px 0; }
.feature-list li > span { font: 300 72px "Helvetica Neue",sans-serif; color: #8da3af; }
.feature-list h2 { font-size: clamp(24px,2.7vw,36px); margin: 0 0 20px; }
.feature-list p { max-width: 760px; }
@media (max-width: 1000px) and (min-width: 761px) {
  .services-section, .process-section { grid-template-columns: .8fr 1.2fr; gap: 5%; }
  .service-card { column-gap: 18px; }
  .work-slide { min-height: 450px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 96px; }
  .header { padding-block: 14px; }
  .chapter.chapter-exit { top: 27%; max-width: 88%; }
  .chapter-exit h2 { font-size: clamp(28px,7.5vw,45px); }
  .intro { padding-block: 85px 110px; }
  .intro h2 { margin-top: 0; }
  .intro::after { bottom: -8px; font-size: 74px; }
  .services-section { display: block; padding-block: 85px; }
  .services-section > .section-head, .process-section .section-head { position: static; margin-bottom: 42px; }
  .services-section .section-head h2 { font-size: 30px; }
  .service-card { grid-template-columns: 45px minmax(0,1fr); column-gap: 22px; }
  .service-card p, .service-more { grid-column: 1 / -1; }
  .service-card:hover { transform: none; }
  .works-section { padding-block: 80px 65px; }
  .works-section .section-head { margin-bottom: 55px; }
  .works-section .section-head h2 { font-size: 28px; text-wrap: balance; }
  .work-slide { display: flex; flex-direction: column; gap: 35px; min-height: 0; }
  .slide-image { width: 96%; flex: none; margin-block: 12px 10px; }
  .slide-copy { margin-top: 0; width: 100%; }
  .slide-copy .work-category { margin-bottom: 15px; }
  .slide-copy h3 { font-size: 26px; }
  .carousel-controls { margin-top: 30px; }
  .process-section { display: block; padding-block: 80px; }
  .process-list { padding-left: 30px; }
  .process-list li::before { left: -34px; }
  .process-list li > span { font-size: 42px; }
  .process-list h3 { font-size: 21px; }
  .company-section { padding-block: 100px 80px; }
  .detail-hero { padding-top: 120px; padding-bottom: 45px; }
  .breadcrumb { margin-bottom: 40px; }
  .detail-hero h1 { text-wrap: balance; font-size: 32px; }
  .case-overview { display: block; }
  .case-overview > div + div { margin-top: 32px; }
  .case-overview dl { grid-template-columns: 82px 1fr; gap: 20px 12px; }
  .related-grid { grid-template-columns: 1fr; gap: 30px; }
  .service-hero .detail-lead, .service-hero h1 { max-width: 100%; }
  .detail-icon { position: static; width: 75px; height: 75px; margin-top: 20px; }
  .service-flow { flex-direction: column; gap: 12px; }
  .service-flow span { width: 100%; padding: 20px; }
  .service-flow b { transform: rotate(90deg); }
  .ai-flow { grid-template-columns: 1fr; gap: 20px; }
  .ai-flow b { transform: rotate(90deg); justify-self: start; }
  .feature-list li { grid-template-columns: 40px 1fr; gap: 20px; padding: 30px 0; }
  .feature-list li > span { font-size: 32px; }
  .feature-list h2 { font-size: 23px; }
  .detail-page .contact-open { font-size: 14px; padding-inline: 22px; gap: 15px; }
}
@media (prefers-reduced-motion: reduce) {
  .intro::after, .company-photo { transform: none; }
  .slide-image > img:first-child { transform: rotate(-9deg); }
  .slide-image > .slide-secondary { transform: rotate(8deg); }
  .header, .service-card, .help-choice { transition: none; }
}
