/* JSDE v1.0. All cases use this exact file; only declared token classes vary. */
:root {
  --surface: #f3f4ef;
  --surface-alt: #e9ede5;
  --text: #20302b;
  --muted: #59635c;
  --border: #cdd3c9;
  --accent: #395c4b;
  --dark: #1c3028;
  --on-dark: #f2f3e9;
  --photo: #b7c2b7;
  --photo-alt: #d1d5c6;
  --font-sans: Arial, "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  --font-serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  --font-heading: var(--font-sans);
  --gutter: clamp(32px, 5vw, 80px);
  --section: clamp(88px, 9.5vw, 144px);
  --gap: clamp(36px, 6vw, 96px);
}
.palette--warm {
  --surface: #f7f3eb;
  --surface-alt: #eee7dc;
  --text: #342f28;
  --muted: #70665b;
  --border: #d7cfc1;
  --accent: #75513d;
  --dark: #322d28;
  --on-dark: #f5efe5;
  --photo: #c7bba6;
  --photo-alt: #ddd1bb;
}
.palette--ink {
  --surface: #f1f3f5;
  --surface-alt: #e5eaf0;
  --text: #1b2b3c;
  --muted: #566575;
  --border: #cad2da;
  --accent: #345775;
  --dark: #182b3e;
  --on-dark: #eef2f5;
  --photo: #aebfcb;
  --photo-alt: #d0d8dd;
}
.type--serif { --font-heading: var(--font-serif); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--surface); color: var(--text); font: 400 16px/1.95 var(--font-sans); letter-spacing: .035em; -webkit-text-size-adjust: 100%; }
body, h1, h2, h3, p, li, a, dt, dd { overflow-wrap: anywhere; }
h1, h2, h3, p, figure, ul, ol, dl, dd { margin: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; text-underline-offset: .25em; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
::selection { background: var(--accent); color: var(--surface); }
h1, h2, h3 { font-family: var(--font-heading); font-weight: 600; line-height: 1.5; letter-spacing: .02em; text-wrap: balance; word-break: auto-phrase; line-break: strict; }
h2 { font-size: clamp(30px, 3.35vw, 50px); }
h3 { font-size: 24px; }
.container { width: min(100% - var(--gutter) * 2, 1360px); margin-inline: auto; }
.section { padding-block: var(--section); }
.eyebrow { display: flex; align-items: baseline; gap: 18px; font-family: var(--font-sans); font-size: 11px; font-weight: 600; letter-spacing: .14em; line-height: 1.5; }
.eyebrow-index { font-size: 10px; font-weight: 400; letter-spacing: .06em; opacity: .68; }
.body-copy { font-size: 16px; line-height: 2.05; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 12px 20px; transform: translateY(-160%); background: var(--surface); border: 2px solid var(--text); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: relative; z-index: 20; border-bottom: 1px solid var(--border); background: var(--surface); }
.header-inner { width: min(100% - var(--gutter) * 2, 1600px); min-height: 88px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-block: 16px; }
.brand { display: flex; align-items: center; min-height: 44px; max-width: 50%; font-size: 19px; font-weight: 700; line-height: 1.55; letter-spacing: .045em; text-wrap: balance; word-break: auto-phrase; line-break: strict; }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 2.6vw, 42px); flex-shrink: 0; }
.desktop-nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: 12px; letter-spacing: .035em; }
.desktop-nav a:hover, .footer-nav a:hover { text-decoration: underline; }
.mobile-menu { display: none; }
.hero { position: relative; }
.hero-layout { position: relative; }
.hero-copy { position: relative; z-index: 2; min-width: 0; }
.hero-copy h1 { font-size: clamp(48px, 5.8vw, 88px); line-height: 1.35; letter-spacing: .02em; }
.hero-copy .eyebrow { margin-bottom: 30px; }
.hero-description { max-width: 30em; margin-top: 28px; font-size: 15px; line-height: 1.95; }
.hero-copy .action { margin-top: 34px; }
.hero-scroll { position: absolute; bottom: 28px; right: var(--gutter); z-index: 4; display: inline-flex; align-items: center; gap: 28px; min-height: 44px; font-size: 9px; letter-spacing: .13em; }
.hero-scroll > span:last-child { font-size: 24px; line-height: 1; }
.photo { position: relative; margin: 0; isolation: isolate; overflow: hidden; background: var(--photo); min-width: 0; }
.photo img { width: 100%; height: 100%; object-fit: contain; }
.photo--service, .photo--story { aspect-ratio: 4/3; align-self: start; }
.recruitment-photo { width: 60%; max-width: 100%; }
.photo--story { background: var(--photo-alt); }
.photo-word { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -62%); font: 400 clamp(64px, 9vw, 154px)/1 var(--font-sans); letter-spacing: -.075em; color: rgba(255, 255, 255, .27); white-space: nowrap; }
.photo-caption { position: absolute; inset: auto 26px 23px; z-index: 1; display: flex; justify-content: space-between; gap: 6px 20px; flex-wrap: wrap; color: var(--text); font: 500 9px/1.6 var(--font-sans); letter-spacing: .055em; }
.photo-caption > span { display: block; }
.hero-media .photo { width: 100%; height: 100%; }
.hero-media .photo img { object-fit: cover; }
.hero-media .photo-caption { inset: 30px 32px auto; justify-content: flex-end; }
.hero-media .photo-word { font-size: clamp(140px, 23vw, 360px); }
.hero--A1, .hero--A2 { background: var(--dark); color: #fff; }
.hero--A1 .hero-layout, .hero--A2 .hero-layout { display: flex; align-items: flex-end; min-height: min(960px, calc(100svh - 89px)); min-height: min(960px, calc(100vh - 89px)); padding: clamp(72px, 10vw, 144px) var(--gutter) 112px; }
@supports (height: 100svh) { .hero--A1 .hero-layout, .hero--A2 .hero-layout { min-height: min(960px, calc(100svh - 89px)); } }
.hero--A1 .hero-media, .hero--A2 .hero-media { position: absolute; inset: 0; }
.hero--A1 .hero-media::after, .hero--A2 .hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(12, 22, 18, .27), transparent 60%); }
.hero--A1 .hero-copy, .hero--A2 .hero-copy { max-width: 1050px; }
.hero--A1 .hero-copy::before, .hero--A2 .hero-copy::before { content: ""; position: absolute; z-index: -1; inset: -26px -32px; background: rgba(12, 22, 18, .78); }
.hero--A1 h1 { max-width: 11.5em; }
.hero--A2 .hero-layout { align-items: center; padding-block: 100px 116px; }
.hero--A2 .hero-copy { max-width: 810px; }
.hero--A2 h1 { max-width: 10.5em; font-size: clamp(44px, 5vw, 76px); }
.hero--A1 .photo-caption, .hero--A2 .photo-caption { color: var(--text); background: var(--surface); width: fit-content; left: auto; padding: 9px 13px; }
.hero--A1 .photo-word, .hero--A2 .photo-word { top: 36%; left: 60%; font-size: clamp(120px, 20vw, 300px); }
.hero--B1, .hero--B2 { padding: 76px var(--gutter) 106px; }
.hero--B1 .hero-layout, .hero--B2 .hero-layout { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); max-width: 1440px; margin-inline: auto; align-items: center; }
.hero--B1 .hero-media, .hero--B2 .hero-media { min-height: 600px; height: clamp(520px, 42vw, 700px); grid-row: 1; }
.hero--B1 .hero-media { grid-column: 7/-1; }
.hero--B1 .hero-copy { grid-column: 1/8; grid-row: 1; padding-block: 36px; }
.hero--B1 h1, .hero--B2 h1 { padding-block: .1em .15em; background: var(--surface); }
.hero--B1 h1 { padding-right: .45em; }
.hero--B1 .hero-description { max-width: 76%; }
.hero--B2 .hero-media { grid-column: 1/7; margin-top: 64px; }
.hero--B2 .hero-copy { grid-column: 6/-1; grid-row: 1; padding: 0 0 60px 0; }
.hero--B2 h1 { padding-left: .38em; font-size: clamp(44px, 5vw, 76px); }
.hero--B2 .hero-copy > .eyebrow, .hero--B2 .hero-description, .hero--B2 .hero-copy > .action { margin-left: calc(100% / 7 + 24px); }
.hero--B2 .hero-description { max-width: 30em; }
.hero--B1 .photo-word, .hero--B2 .photo-word { font-size: clamp(110px, 13vw, 220px); }
.hero--B1 .photo-caption, .hero--B2 .photo-caption { inset: auto 24px 23px; justify-content: flex-start; }
.action { display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; max-width: 100%; min-width: 250px; min-height: 62px; padding: 15px 23px; border: 1px solid var(--text); color: var(--surface); background: var(--text); font-size: 13px; font-weight: 500; line-height: 1.7; transition: background-color 180ms ease, color 180ms ease; }
.action-arrow { flex-shrink: 0; font: 400 22px/1 var(--font-sans); }
.action:hover { color: var(--text); background: var(--surface); }
.hero--A1 .action, .hero--A2 .action { color: var(--text); background: var(--surface); border-color: var(--surface); }
.hero--A1 .action:hover, .hero--A2 .action:hover { background: #fff; }
.hero--A1 .hero-scroll, .hero--A2 .hero-scroll { color: var(--text); background: var(--surface); padding-inline: 14px; }
.intro-layout { display: grid; grid-template-columns: 27% 1fr; gap: 32px; }
.intro-layout > .eyebrow { padding-top: 14px; }
.intro-copy { max-width: 840px; }
.intro-copy h2 { font-size: clamp(34px, 4.15vw, 62px); line-height: 1.55; }
.intro-copy .body-copy { max-width: 40em; margin-top: 34px; }
.service { padding-top: 36px; }
.section-intro { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); align-items: end; gap: var(--gap); margin-bottom: 64px; }
.section-intro h2 { margin-top: 24px; }
.section-lead { font-size: 15px; line-height: 2; max-width: 36em; padding-bottom: 7px; }
.service-layout { display: grid; grid-template-columns: minmax(0, .45fr) minmax(0, .55fr); gap: var(--gap); align-items: start; }
.service-layout.photo-side--right { grid-template-columns: minmax(0, .55fr) minmax(0, .45fr); }
.service-layout.photo-side--right .photo { grid-column: 2; grid-row: 1; }
.service-layout.photo-side--right .service-list { grid-column: 1; grid-row: 1; }
.service-list { list-style: none; padding: 0; }
.service-item { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 20px; padding-block: 26px; border-bottom: 1px solid var(--border); }
.service-item:first-child { padding-top: 0; }
.item-index { display: block; font: 400 12px/1.8 var(--font-sans); letter-spacing: .03em; }
.service-item > .item-index { padding-top: 7px; }
.service-item h3 { font-size: clamp(20px, 1.8vw, 26px); font-weight: 500; }
.service-item p { margin-top: 12px; font-size: 14px; line-height: 1.95; }
.feature { color: var(--on-dark); background: var(--dark); }
.feature-heading { display: grid; grid-template-columns: 27% 1fr; gap: 32px; }
.feature-heading > .eyebrow { padding-top: 14px; }
.feature-heading h2 { max-width: 19em; }
.feature-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 0; margin-top: 76px; list-style: none; }
.feature-item { padding-inline: clamp(28px, 4vw, 62px); border-left: 1px solid rgba(242, 243, 233, .25); }
.feature-item:first-child { border-left: 0; padding-left: 0; }
.feature-item:last-child { padding-right: 0; }
.feature-item > .item-index { margin-bottom: 35px; }
.feature-item h3 { font-size: clamp(21px, 2vw, 29px); line-height: 1.65; font-weight: 500; }
.feature-item p { font-size: 14px; line-height: 2; margin-top: 20px; color: var(--on-dark); }
.story-layout { display: grid; grid-template-columns: minmax(0, .4fr) minmax(0, .6fr); gap: var(--gap); align-items: start; }
.story-copy { padding-top: 42px; }
.story-copy h2 { margin-top: 26px; font-size: clamp(30px, 3.1vw, 46px); }
.story-copy .body-copy { margin-top: 30px; font-size: 15px; }
.story-layout.photo-side--left { grid-template-columns: minmax(0, .6fr) minmax(0, .4fr); }
.story-layout.photo-side--left .photo { grid-column: 1; grid-row: 1; }
.story-layout.photo-side--left .story-copy { grid-column: 2; grid-row: 1; }
.info { padding-top: 0; }
.info-layout { display: grid; grid-template-columns: 27% 1fr; gap: 32px; border-top: 1px solid var(--border); padding-top: 64px; }
.info-layout h2 { font-size: clamp(30px, 3.1vw, 46px); margin-top: 24px; }
.info-row { display: grid; grid-template-columns: minmax(96px, .24fr) minmax(0, .76fr); gap: 28px; padding-block: 23px; border-bottom: 1px solid var(--border); font-size: 14px; line-height: 1.85; }
.info-row:first-child { padding-top: 0; }
.info-row dt { color: var(--muted); font-size: 12px; }
.text-link { display: inline-flex; gap: 36px; align-items: center; min-height: 44px; border-bottom: 1px solid currentColor; font-size: 13px; }
.text-link:hover { text-decoration: underline; }
.map-link { margin-top: 24px; }
.contact { padding-top: 0; }
.contact-layout { display: grid; grid-template-columns: 27% 1fr; gap: 32px; border-top: 1px solid var(--border); padding-top: 80px; }
.contact-layout > .eyebrow { padding-top: 14px; }
.contact-copy h2 { max-width: 20em; font-size: clamp(32px, 4vw, 60px); }
.contact-copy .body-copy { max-width: 38em; margin-top: 28px; }
.contact-copy .action { margin-top: 32px; }
.site-footer { background: var(--surface-alt); padding-block: 56px 24px; }
.footer-top { display: flex; justify-content: space-between; align-items: start; gap: 48px; }
.footer-top > div { max-width: 60%; }
.footer-brand { display: inline-flex; align-items: center; min-height: 44px; font-size: 21px; font-weight: 600; line-height: 1.7; }
.footer-address { font-size: 12px; line-height: 1.8; color: var(--muted); margin-top: 12px; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 28px; }
.footer-nav a { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; font-size: 11px; }
.footer-bottom { margin-top: 48px; border-top: 1px solid var(--border); padding-top: 18px; }
.footer-bottom small { font-size: 10px; color: var(--muted); }
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; font-size: 11px; padding-top: 26px; }
.breadcrumb a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: underline; }
.lower-heading { max-width: 1040px; padding-block: 84px 80px; }
.lower-heading h1 { font-size: clamp(40px, 5.6vw, 78px); margin-top: 28px; }
.lower-heading .body-copy { margin-top: 32px; max-width: 44em; }
.lower-content { padding-bottom: var(--section); }
.lower-content .service-list { max-width: 950px; margin-left: auto; }
.lower-content .service-item { padding-block: 36px; }
.lower-content .service-item:first-child { border-top: 1px solid var(--border); }
.lower-content .service-item p { font-size: 16px; max-width: 45em; }
.lower-story { display: grid; grid-template-columns: 27% 1fr; gap: 32px; }
.lower-story > .eyebrow { padding-top: 14px; }
.lower-story .body-copy { margin-top: 30px; max-width: 42em; }
@media (min-width: 1600px) {
  .hero--A1 .hero-copy, .hero--A2 .hero-copy { margin-left: max(0px, calc((100vw - 1520px) / 2 - var(--gutter))); }
}
@media (max-width: 1023px) {
  .header-inner { min-height: 76px; padding-block: 12px; }
  .brand { max-width: 75%; font-size: 17px; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; flex-shrink: 0; }
  .mobile-menu summary { display: flex; align-items: center; justify-content: center; gap: 14px; min-height: 44px; min-width: 44px; cursor: pointer; list-style: none; font-size: 11px; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .menu-mark { position: relative; width: 22px; height: 10px; display: block; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; }
  .mobile-menu[open] .menu-mark { height: 0; border-bottom: 0; transform: rotate(45deg); }
  .mobile-menu[open] .menu-mark::after { content: ""; position: absolute; width: 22px; height: 1px; background: currentColor; transform: rotate(90deg); top: -1px; left: 0; }
  .mobile-menu nav { position: absolute; top: 100%; right: var(--gutter); left: var(--gutter); padding: 12px 26px; border: 1px solid var(--border); background: var(--surface); }
  .mobile-menu nav a { display: flex; align-items: center; min-height: 58px; font-size: 14px; border-bottom: 1px solid var(--border); }
  .mobile-menu nav a:last-child { border-bottom: 0; }
  .hero--B1, .hero--B2 { padding-top: 56px; }
  .hero--B1 .hero-media, .hero--B2 .hero-media { min-height: 490px; height: 560px; }
  .hero-copy h1 { font-size: clamp(43px, 5.7vw, 62px); }
  .hero--B2 h1 { font-size: clamp(39px, 5.1vw, 56px); }
  .hero-description { font-size: 14px; }
  .hero--B1 .hero-description { max-width: 82%; }
  .photo-caption { inset-inline: 20px; font-size: 8px; }
  .intro-layout, .feature-heading, .info-layout, .contact-layout, .lower-story { grid-template-columns: 21% 1fr; }
  .feature-item { padding-inline: 26px; }
  .service-item { grid-template-columns: 25px minmax(0, 1fr); gap: 14px; }
  .story-copy { padding-top: 12px; }
  .story-copy h2 { font-size: 30px; }
  .story-copy .body-copy { font-size: 14px; }
}
@media (max-width: 767px) {
  :root { --gutter: 24px; --section: 80px; --gap: 32px; }
  html { scroll-padding-top: 16px; }
  body { font-size: 15px; }
  h2 { font-size: clamp(29px, 7.6vw, 38px); line-height: 1.55; }
  .header-inner { min-height: 72px; gap: 20px; }
  .brand { font-size: 15px; max-width: calc(100% - 64px); }
  .mobile-menu summary > span:first-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .mobile-menu nav { padding-inline: 22px; }
  .eyebrow { font-size: 10px; gap: 14px; }
  .body-copy { font-size: 15px; line-height: 2; }
  .photo-caption { inset: auto 17px 15px; font-size: 8px; gap: 3px 12px; }
  .photo-word { font-size: clamp(64px, 20vw, 144px); }
  .hero-copy h1 { font-size: clamp(34px, 9.7vw, 54px); line-height: 1.45; }
  .hero-copy .eyebrow { margin-bottom: 21px; }
  .hero-description { margin-top: 22px; font-size: 13px; line-height: 1.95; max-width: 29em; }
  .hero-copy .action { margin-top: 28px; }
  .hero-scroll { bottom: 16px; gap: 20px; font-size: 8px; }
  .hero-media .photo-caption { inset: 19px 18px auto; font-size: 8px; }
  .hero-media .photo-word { font-size: 22vw; }
  .hero--A1 .hero-layout, .hero--A2 .hero-layout { min-height: max(660px, calc(100vh - 73px)); padding: 118px var(--gutter) 96px; }
  @supports (height: 100svh) { .hero--A1 .hero-layout, .hero--A2 .hero-layout { min-height: max(660px, calc(100svh - 73px)); } }
  .hero--A1 .hero-media::after, .hero--A2 .hero-media::after { background: linear-gradient(0deg, rgba(12, 22, 18, .27), transparent 75%); }
  .hero--A1 .hero-copy::before, .hero--A2 .hero-copy::before { inset: -24px -16px; }
  .hero--A2 .hero-layout { align-items: center; }
  .hero--A2 h1 { font-size: clamp(32px, 8.6vw, 48px); }
  .hero--A1 .photo-word, .hero--A2 .photo-word { left: 53%; top: 29%; font-size: 28vw; }
  .hero--A1 .photo-caption, .hero--A2 .photo-caption { left: auto; padding: 8px 10px; max-width: calc(100% - 36px); }
  .hero--B1, .hero--B2 { padding: 40px var(--gutter) 72px; }
  .hero--B1 .hero-layout, .hero--B2 .hero-layout { grid-template-columns: minmax(0, 1fr); }
  .hero--B1 .hero-copy, .hero--B2 .hero-copy { grid-column: 1; grid-row: 1; padding: 0; }
  .hero--B1 h1, .hero--B2 h1 { padding: 0; background: transparent; }
  .hero--B2 h1 { font-size: clamp(33px, 8.8vw, 49px); }
  .hero--B2 .hero-copy > .eyebrow, .hero--B2 .hero-description, .hero--B2 .hero-copy > .action { margin-left: 0; }
  .hero--B1 .hero-description, .hero--B2 .hero-description { max-width: 29em; }
  .hero--B1 .hero-media, .hero--B2 .hero-media { grid-column: 1; grid-row: 2; min-height: 0; height: auto; aspect-ratio: 3/4; width: 85%; max-width: 450px; margin-top: 36px; }
  .hero--B1 .hero-media { margin-left: auto; }
  .hero--B2 .hero-media { margin-left: 0; }
  .hero--B1 .hero-media::before, .hero--B2 .hero-media::before { content: ""; display: block; position: absolute; z-index: -1; background: var(--surface-alt); }
  .hero--B1 .photo-caption, .hero--B2 .photo-caption { inset: auto 17px 15px; }
  .action { min-height: 58px; min-width: min(250px, 100%); padding: 14px 21px; font-size: 12px; gap: 24px; }
  .intro-layout, .feature-heading, .info-layout, .contact-layout, .lower-story { display: block; }
  .intro-layout > .eyebrow, .feature-heading > .eyebrow, .contact-layout > .eyebrow, .lower-story > .eyebrow { padding-top: 0; margin-bottom: 25px; }
  .intro-copy h2 { font-size: clamp(30px, 8.1vw, 40px); line-height: 1.65; }
  .intro-copy .body-copy { margin-top: 27px; }
  .service { padding-top: 0; }
  .section-intro { display: block; margin-bottom: 36px; }
  .section-intro h2 { margin-top: 24px; }
  .section-lead { margin-top: 23px; padding: 0; font-size: 14px; }
  .service-layout, .service-layout.photo-side--right { display: flex; flex-direction: column; gap: 36px; }
  .service-layout .photo, .service-layout .service-list { width: 100%; }
  .service-layout .photo { order: 0; }
  .service-layout .service-list { order: 1; }
  .service-item { display: block; padding-block: 25px; }
  .service-item > .item-index { padding: 0; margin-bottom: 10px; font-size: 11px; }
  .service-item h3 { font-size: 22px; }
  .service-item p { margin-top: 10px; font-size: 14px; }
  .feature-list { display: block; margin-top: 44px; }
  .feature-item, .feature-item:first-child, .feature-item:last-child { padding: 28px 0; border-left: 0; border-top: 1px solid rgba(242, 243, 233, .25); }
  .feature-item:last-child { padding-bottom: 0; }
  .feature-item > .item-index { margin-bottom: 16px; font-size: 11px; }
  .feature-item h3 { font-size: 24px; }
  .feature-item p { margin-top: 14px; font-size: 14px; }
  .story-layout, .story-layout.photo-side--left { display: flex; flex-direction: column; gap: 34px; }
  .story-copy { padding-top: 0; order: 0; }
  .story-copy h2 { font-size: clamp(29px, 7.6vw, 38px); margin-top: 24px; }
  .story-copy .body-copy { font-size: 15px; margin-top: 26px; }
  .story-layout .photo { width: 100%; order: 1; }
  .recruitment-photo { width: 100%; }
  .info-layout { padding-top: 48px; }
  .info-layout h2 { margin-top: 23px; font-size: 32px; }
  .info-list { margin-top: 33px; }
  .info-row { grid-template-columns: minmax(75px, .27fr) minmax(0, .73fr); gap: 20px; padding-block: 20px; font-size: 13px; }
  .info-row dt { font-size: 11px; }
  .map-link { font-size: 12px; }
  .contact-layout { padding-top: 49px; }
  .contact-copy h2 { font-size: clamp(30px, 8.1vw, 40px); line-height: 1.55; }
  .contact-copy .body-copy { margin-top: 22px; font-size: 14px; }
  .contact-copy .action { margin-top: 28px; }
  .site-footer { padding-top: 40px; }
  .footer-top { display: block; }
  .footer-top > div { max-width: 100%; }
  .footer-brand { font-size: 19px; }
  .footer-address { font-size: 11px; }
  .footer-nav { margin-top: 28px; justify-content: flex-start; gap: 5px 22px; }
  .footer-nav a { font-size: 10px; }
  .footer-bottom { margin-top: 24px; padding-top: 17px; }
  .footer-bottom small { font-size: 9px; }
  .breadcrumb { gap: 13px; font-size: 10px; padding-top: 16px; }
  .lower-heading { padding-block: 44px 54px; }
  .lower-heading h1 { font-size: clamp(34px, 9.2vw, 48px); margin-top: 23px; }
  .lower-heading .body-copy { margin-top: 25px; font-size: 14px; }
  .lower-content .service-item { padding-block: 28px; }
  .lower-content .service-item p { font-size: 14px; }
  .lower-story .body-copy { margin-top: 25px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  .site-header, .hero-scroll, .footer-nav { display: none; }
  body { background: #fff; color: #000; }
  .section { padding-block: 32px; }
  .feature { background: #eee; color: #000; }
  .feature-item p { color: #000; }
  .action { background: transparent; color: #000; border-color: #000; }
  .photo, .service-item, .feature-item { break-inside: avoid; }
}
