:root {
  --navy: #10283d;
  --navy-deep: #091a29;
  --navy-soft: #1e4058;
  --ochre: #c58a28;
  --ochre-light: #e3b45e;
  --paper: #f4f1ea;
  --white: #fff;
  --ink: #1b252d;
  --muted: #65717a;
  --line: #d7d9d8;
  --instagram: #a62d72;
  --font-body: "BIZ UDGothic", sans-serif;
  --font-heading: "Zen Kaku Gothic New", sans-serif;
  --shadow: 0 18px 45px rgba(8, 29, 44, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font-body); line-height: 1.8; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-heading); line-height: 1.35; }
svg { display: block; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 999; background: #fff; padding: 10px 18px; }
.skip-link:focus { top: 12px; }
.section { padding: 82px 24px; }
.section-inner { width: min(1160px, 100%); margin: 0 auto; }
.kicker { color: var(--ochre); font-family: var(--font-heading); font-size: .84rem; font-weight: 900; letter-spacing: .16em; margin-bottom: 12px; }
.kicker::before { content: ""; display: inline-block; width: 30px; height: 2px; margin: 0 10px 4px 0; background: currentColor; }
.kicker.light { color: var(--ochre-light); }
.section-heading { margin-bottom: 42px; }
.section-heading h2 { margin-bottom: 0; color: var(--navy); font-size: clamp(1.9rem, 3vw, 2.8rem); letter-spacing: .02em; }
.split-heading, .works-heading { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(300px, .7fr); align-items: end; gap: 60px; }
.split-heading > p, .works-heading > p { margin-bottom: 5px; color: var(--muted); font-size: .97rem; }
.centered { max-width: 750px; margin-left: auto; margin-right: auto; text-align: center; }
.centered .kicker::after { content: ""; display: inline-block; width: 30px; height: 2px; margin: 0 0 4px 10px; background: currentColor; }

.site-header { position: sticky; top: 0; z-index: 100; height: 76px; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(16,40,61,.12); backdrop-filter: blur(12px); }
.header-inner { width: min(1280px, 100%); height: 100%; margin: 0 auto; padding: 0 22px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; flex: 0 0 auto; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; background: var(--navy); color: var(--white); font: 900 1.65rem/1 var(--font-heading); transform: skew(-8deg); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.25; }
.brand-copy strong { color: var(--navy); font: 900 1.15rem/1.25 var(--font-heading); }
.brand-copy small { margin-top: 3px; color: var(--muted); font-size: .62rem; letter-spacing: .08em; }
.global-nav { display: flex; align-items: center; justify-content: center; gap: 27px; margin-left: auto; }
.global-nav a { position: relative; color: #263743; font-family: var(--font-heading); font-size: .86rem; font-weight: 700; text-decoration: none; }
.global-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--ochre); transition: right .2s ease; }
.global-nav a:hover::after, .global-nav a:focus-visible::after { right: 0; }
.header-phone { padding-left: 22px; border-left: 1px solid var(--line); text-decoration: none; line-height: 1.25; }
.header-phone small { display: block; color: var(--muted); font-size: .68rem; }
.header-phone strong { color: var(--navy); font: 900 1.18rem/1.3 var(--font-heading); letter-spacing: .04em; }
.menu-button { display: none; }

.hero { position: relative; min-height: 680px; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--navy-deep); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,25,38,.96) 0%, rgba(7,25,38,.84) 38%, rgba(7,25,38,.3) 65%, rgba(7,25,38,.05) 100%); }
.hero-inner { position: relative; z-index: 2; width: min(1160px, calc(100% - 48px)); margin: 0 auto; padding: 68px 0 74px; }
.hero-area { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: #f3c678; font-family: var(--font-heading); font-weight: 700; letter-spacing: .08em; }
.hero-area::before { content: ""; width: 36px; height: 3px; background: var(--ochre-light); }
.hero h1 { max-width: 920px; margin-bottom: 20px; font-size: clamp(2.75rem, 4.7vw, 4.7rem); font-weight: 900; letter-spacing: .025em; text-shadow: 0 3px 18px rgba(0,0,0,.2); }
.hero h1 span { color: var(--white); }
.hero-lead { max-width: 650px; margin-bottom: 20px; font-size: 1.02rem; line-height: 1.9; }
.hero-points { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 0 0 30px; padding: 0; list-style: none; font-size: .82rem; font-weight: 700; }
.hero-points li::before { content: "✓"; margin-right: 8px; color: var(--ochre-light); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 11px 20px; border: 1px solid transparent; text-decoration: none; font-family: var(--font-heading); font-size: .88rem; font-weight: 700; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button svg .fill { fill: currentColor; stroke: none; }
.button-call { min-width: 230px; justify-content: flex-start; padding-left: 24px; background: var(--ochre); color: #111; }
.button-call svg { fill: currentColor; stroke: none; }
.button-call span { font-size: 1rem; line-height: 1.18; letter-spacing: .03em; }
.button-call small { display: block; font-size: .63rem; letter-spacing: .05em; }
.button-instagram, .button-map { background: rgba(9,26,41,.7); border-color: rgba(255,255,255,.45); color: var(--white); }
.image-note { color: rgba(255,255,255,.68); font-size: .67rem; }
.hero-note { margin: 12px 0 0; }
.hero-side-label { position: absolute; right: 18px; bottom: 22px; z-index: 2; padding: 9px 13px; background: rgba(7,25,38,.78); border-left: 3px solid var(--ochre); font-size: .68rem; letter-spacing: .08em; }

.quick-contact { background: var(--ochre); color: #111; }
.quick-contact-inner { min-height: 94px; display: grid; grid-template-columns: 1fr 1.35fr auto; align-items: center; gap: 28px; }
.quick-contact-inner div { display: flex; flex-direction: column; line-height: 1.45; }
.quick-contact-inner strong { font-family: var(--font-heading); font-size: 1.12rem; }
.quick-contact-inner span, .quick-contact-inner p { font-size: .8rem; }
.quick-contact-inner p { margin: 0; line-height: 1.65; }
.quick-contact-inner a { padding: 8px 0; font-family: var(--font-heading); font-size: .84rem; font-weight: 900; text-decoration: none; border-bottom: 1px solid #111; }

.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { position: relative; padding: 34px 30px 28px; overflow: hidden; background: var(--white); border-top: 4px solid var(--navy); box-shadow: 0 9px 28px rgba(20,40,54,.07); }
.service-card.service-primary { border-top-color: var(--ochre); }
.service-number { position: absolute; right: 18px; top: 5px; color: #edf0f1; font: 900 4.3rem/1 var(--font-heading); }
.service-icon { position: relative; width: 55px; height: 55px; margin-bottom: 22px; display: grid; place-items: center; background: var(--navy); color: white; }
.service-icon svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 2; }
.service-card h3 { position: relative; margin-bottom: 13px; color: var(--navy); font-size: 1.35rem; }
.service-card p { position: relative; min-height: 94px; margin-bottom: 18px; color: var(--muted); font-size: .84rem; }
.service-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 12px; margin: 0; padding: 17px 0 0; border-top: 1px solid var(--line); list-style: none; font-size: .75rem; font-weight: 700; }
.service-card li::before { content: "・"; color: var(--ochre); }

.concerns { padding-top: 0; padding-bottom: 0; background: var(--navy); color: var(--white); }
.concerns-layout { display: grid; grid-template-columns: .9fr 1.25fr; min-height: 570px; }
.concerns-title-block { align-self: center; padding: 70px 70px 70px 0; }
.concerns-title-block h2 { margin-bottom: 22px; font-size: clamp(2rem, 3vw, 2.8rem); }
.concerns-title-block > p:not(.kicker) { color: #c8d2d9; font-size: .9rem; }
.text-link { display: inline-block; margin-top: 10px; padding-bottom: 4px; font-family: var(--font-heading); font-size: .86rem; font-weight: 900; text-decoration: none; border-bottom: 1px solid currentColor; }
.text-link span { color: var(--ochre-light); margin-left: 15px; }
.concern-list { display: grid; align-content: center; padding: 40px 0; background: var(--white); color: var(--ink); }
.concern-list > div { display: grid; grid-template-columns: 62px 1fr; gap: 5px; align-items: start; padding: 20px 42px; border-bottom: 1px solid var(--line); }
.concern-list > div:last-child { border-bottom: 0; }
.concern-list span { color: var(--ochre); font: 900 1rem/1.4 var(--font-heading); }
.concern-list p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.65; }
.concern-list strong { display: block; margin-bottom: 3px; color: var(--navy); font-family: var(--font-heading); font-size: .97rem; }

.reasons { background: var(--white); }
.reason-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.reason-grid article { position: relative; padding: 33px 25px 31px; border-right: 1px solid var(--line); }
.reason-grid article:last-child { border-right: 0; }
.reason-grid article > span { display: block; margin-bottom: 14px; color: var(--ochre); font: 900 1.6rem/1 var(--font-heading); }
.reason-grid h3 { margin-bottom: 10px; color: var(--navy); font-size: 1.13rem; }
.reason-grid p { margin: 0; color: var(--muted); font-size: .79rem; }
.trust-strip { margin-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); background: var(--paper); }
.trust-strip div { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 19px 20px; border-right: 1px solid #d6d1c6; }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong { color: var(--navy); font: 900 1rem/1 var(--font-heading); }
.trust-strip span { color: var(--muted); font-size: .77rem; }

.works { background: var(--paper); }
.work-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 15px; }
.work-card { background: var(--white); box-shadow: 0 7px 23px rgba(20,40,54,.07); }
.work-card figure { position: relative; aspect-ratio: 4 / 3; margin: 0; overflow: hidden; background: #cbd0d3; }
.work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.work-card:hover img { transform: scale(1.025); }
.work-card figcaption { position: absolute; right: 0; bottom: 0; padding: 5px 9px; background: rgba(9,26,41,.76); color: var(--white); font-size: .61rem; }
.work-card > div { padding: 21px 22px 23px; }
.work-card h3 { margin-bottom: 9px; color: var(--navy); font-size: 1.08rem; }
.work-card p:last-child { margin-bottom: 0; color: var(--muted); font-size: .76rem; }
.work-type { margin-bottom: 5px; color: var(--ochre); font-size: .69rem; font-weight: 700; }
.work-large { grid-row: span 2; }
.work-large figure { aspect-ratio: auto; height: 470px; }
.work-wide { grid-column: 2 / 4; display: grid; grid-template-columns: 1.15fr .85fr; }
.work-wide figure { height: 100%; min-height: 260px; aspect-ratio: auto; }
.work-wide > div { align-self: center; padding: 30px; }
.instagram-banner { margin-top: 20px; padding: 21px 26px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; background: var(--white); border-left: 4px solid var(--instagram); }
.instagram-icon { width: 46px; height: 46px; display: grid; place-items: center; background: var(--instagram); color: white; }
.instagram-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.instagram-icon .fill { fill: currentColor; stroke: none; }
.instagram-banner div:nth-child(2) { display: flex; flex-direction: column; }
.instagram-banner strong { color: var(--navy); font-family: var(--font-heading); font-size: .98rem; }
.instagram-banner span { color: var(--muted); font-size: .72rem; }
.instagram-banner a { color: var(--instagram); font-family: var(--font-heading); font-size: .8rem; font-weight: 900; text-decoration: none; }

.flow { background: var(--white); }
.flow-list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.flow-list li { position: relative; padding: 0 24px 0 0; }
.flow-list li::after { content: ""; position: absolute; top: 25px; left: 54px; right: 8px; height: 1px; background: #b9c1c6; }
.flow-list li:last-child::after { display: none; }
.flow-list > li > span { position: relative; z-index: 1; width: 50px; height: 50px; display: grid; place-items: center; background: var(--navy); color: var(--white); font: 900 .77rem/1 var(--font-heading); }
.flow-list h3 { margin: 17px 0 6px; color: var(--navy); font-size: .98rem; }
.flow-list p { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.6; }

.area-company { display: grid; grid-template-columns: 1fr 1fr; }
.area-panel { min-height: 550px; position: relative; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; overflow: hidden; background: var(--navy); color: var(--white); }
.area-content { position: relative; z-index: 2; padding: 65px 0 65px max(24px, calc((100vw - 1160px) / 2)); }
.area-content h2 { margin-bottom: 20px; font-size: clamp(2rem, 3vw, 2.7rem); }
.area-content > p:not(.kicker) { color: #cad5dc; font-size: .84rem; }
.area-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.area-tags span { padding: 6px 10px; border: 1px solid rgba(255,255,255,.32); font-size: .69rem; }
.area-map-visual { position: relative; align-self: stretch; display: grid; place-items: center; color: #d5ab64; opacity: .88; }
.area-map-visual svg { width: 120%; max-width: none; transform: translateX(-7%); }
.area-map-visual svg path { fill: #183b53; stroke: #30586f; stroke-width: 2; }
.area-map-visual svg path:nth-child(2) { fill: none; stroke: #668092; stroke-dasharray: 7 6; }
.area-map-visual svg circle:not(.pin-hole) { fill: var(--ochre-light); }
.area-map-visual .pin { fill: var(--ochre); stroke: none; }
.area-map-visual .pin-hole { fill: var(--navy); }
.area-map-visual > span { position: absolute; left: 39%; top: 56%; padding: 4px 8px; background: var(--ochre); color: #111; font-size: .66rem; font-weight: 700; }
.company-panel { background: #edf0f1; }
.company-content { max-width: 580px; padding: 65px max(24px, calc((100vw - 1160px) / 2)) 65px 70px; }
.company-content h2 { margin-bottom: 28px; color: var(--navy); font-size: 2.3rem; }
.company-content dl { margin: 0 0 27px; border-top: 1px solid #c9ced1; }
.company-content dl div { display: grid; grid-template-columns: 100px 1fr; padding: 13px 0; border-bottom: 1px solid #c9ced1; }
.company-content dt { color: var(--muted); font-size: .72rem; }
.company-content dd { margin: 0; font-size: .77rem; line-height: 1.65; }
.company-content dd a { font-weight: 700; }
.company-map-button { background: var(--navy); color: var(--white); }

.contact { padding: 78px 24px; background: linear-gradient(135deg, #0c2335, #173f57); color: var(--white); text-align: center; }
.contact-inner { max-width: 900px; }
.contact .kicker::after { content: ""; display: inline-block; width: 30px; height: 2px; margin: 0 0 4px 10px; background: currentColor; }
.contact h2 { margin-bottom: 15px; font-size: clamp(2rem, 4vw, 3.1rem); }
.contact-inner > p:not(.kicker) { max-width: 720px; margin: 0 auto 30px; color: #c9d5dd; font-size: .88rem; }
.contact-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; max-width: 760px; margin: 0 auto; }
.contact-options a { min-height: 132px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 19px; text-decoration: none; }
.contact-phone { background: var(--ochre); color: #111; }
.contact-social { background: var(--white); color: var(--instagram); }
.contact-options span { font-size: .7rem; font-weight: 700; }
.contact-options strong { font: 900 1.65rem/1.35 var(--font-heading); letter-spacing: .03em; }
.contact-options small { font-size: .68rem; }

.site-footer { padding: 42px 24px 100px; background: #071722; color: #b9c5cc; }
.footer-inner { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 24px 60px; }
.footer-brand .brand-mark { background: var(--ochre); color: #111; }
.footer-brand .brand-copy strong { color: var(--white); }
.footer-brand .brand-copy small { color: #9eabb4; }
.site-footer nav { display: flex; justify-content: flex-end; gap: 25px; }
.site-footer nav a { font-size: .72rem; text-decoration: none; }
.demo-note { grid-column: 1 / -1; margin: 0; padding-top: 18px; border-top: 1px solid #24343f; color: #7f8c94; font-size: .64rem; line-height: 1.6; }
.copyright { grid-column: 1 / -1; margin: 0; color: #64727b; font-size: .62rem; }
.mobile-actions { display: none; }

@media (max-width: 1020px) {
  .global-nav { gap: 16px; }
  .global-nav a { font-size: .75rem; }
  .header-phone { display: none; }
  .hero { min-height: 640px; }
  .reason-grid { grid-template-columns: 1fr 1fr; }
  .reason-grid article:nth-child(2) { border-right: 0; }
  .reason-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .area-panel { grid-template-columns: 1.1fr .9fr; }
  .area-content { padding-right: 5px; }
  .company-content { padding-left: 42px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 64px; }
  body { padding-bottom: 66px; }
  .section { padding: 55px 18px; }
  .site-header { height: 64px; }
  .header-inner { padding: 0 16px; }
  .brand-mark { width: 36px; height: 36px; font-size: 1.35rem; }
  .brand-copy strong { font-size: 1rem; }
  .brand-copy small { font-size: .55rem; }
  .menu-button { width: 42px; height: 42px; margin-left: auto; padding: 9px; display: grid; align-content: center; gap: 5px; background: transparent; border: 0; }
  .menu-button span:not(.sr-only) { display: block; width: 24px; height: 2px; background: var(--navy); transition: .2s; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .global-nav { position: absolute; top: 64px; left: 0; right: 0; padding: 12px 20px 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: var(--white); box-shadow: var(--shadow); }
  .global-nav.open { display: flex; }
  .global-nav a { padding: 12px 4px; border-bottom: 1px solid var(--line); font-size: .85rem; }
  .hero { min-height: 680px; align-items: end; }
  .hero-image { object-position: 61% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(7,25,38,.98) 0%, rgba(7,25,38,.9) 53%, rgba(7,25,38,.32) 100%); }
  .hero-inner { width: calc(100% - 32px); padding: 170px 0 28px; }
  .hero-area { margin-bottom: 10px; font-size: .75rem; }
  .hero h1 { margin-bottom: 12px; font-size: clamp(2.25rem, 11vw, 3.35rem); line-height: 1.28; }
  .hero-lead { margin-bottom: 13px; font-size: .83rem; line-height: 1.7; }
  .hero-points { gap: 3px 13px; margin-bottom: 17px; font-size: .68rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .button-call { grid-column: 1 / -1; min-width: 0; min-height: 58px; justify-content: center; }
  .button-instagram, .button-map { min-height: 48px; padding: 8px 10px; font-size: .74rem; }
  .hero-note { margin-top: 6px; font-size: .58rem; }
  .hero-side-label { display: none; }
  .quick-contact { display: none; }
  .split-heading, .works-heading { grid-template-columns: 1fr; gap: 14px; }
  .section-heading { margin-bottom: 28px; }
  .section-heading h2 { font-size: 1.75rem; }
  .split-heading > p, .works-heading > p { font-size: .79rem; }
  .service-grid { grid-template-columns: 1fr; gap: 12px; }
  .service-card { padding: 27px 23px 23px; }
  .service-card p { min-height: 0; }
  .concerns-layout { grid-template-columns: 1fr; }
  .concerns-title-block { padding: 55px 18px 38px; }
  .concerns-title-block h2 { font-size: 1.85rem; }
  .concern-list { padding: 4px 0; }
  .concern-list > div { grid-template-columns: 40px 1fr; padding: 17px 18px; }
  .reason-grid { grid-template-columns: 1fr; }
  .reason-grid article, .reason-grid article:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .reason-grid article:last-child { border-bottom: 0; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip div { justify-content: flex-start; border-right: 0; border-bottom: 1px solid #d6d1c6; }
  .trust-strip div:last-child { border-bottom: 0; }
  .work-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .work-large { grid-row: auto; grid-column: 1 / -1; }
  .work-large figure { height: auto; aspect-ratio: 4 / 3; }
  .work-wide { grid-column: 1 / -1; display: block; }
  .work-wide figure { min-height: 0; height: auto; aspect-ratio: 4 / 3; }
  .work-card > div, .work-wide > div { padding: 16px; }
  .work-card h3 { font-size: .92rem; }
  .work-card p:last-child { font-size: .68rem; }
  .instagram-banner { grid-template-columns: auto 1fr; padding: 17px; }
  .instagram-banner a { grid-column: 1 / -1; padding-top: 12px; border-top: 1px solid var(--line); }
  .flow-list { grid-template-columns: 1fr; }
  .flow-list li { min-height: 90px; display: grid; grid-template-columns: 52px 1fr; gap: 15px; padding: 0; }
  .flow-list li::after { top: 50px; bottom: 0; left: 24px; right: auto; width: 1px; height: auto; }
  .flow-list h3 { margin-top: 2px; }
  .area-company { grid-template-columns: 1fr; }
  .area-panel { min-height: 520px; grid-template-columns: 1fr; }
  .area-content { padding: 55px 18px 15px; }
  .area-map-visual { min-height: 210px; }
  .area-map-visual svg { width: 105%; transform: none; }
  .company-content { padding: 50px 18px 55px; }
  .contact { padding: 58px 18px; }
  .contact h2 { font-size: 2rem; }
  .contact-options { grid-template-columns: 1fr; }
  .contact-options a { min-height: 116px; }
  .footer-inner { grid-template-columns: 1fr; }
  .site-footer nav { justify-content: flex-start; flex-wrap: wrap; gap: 10px 18px; }
  .demo-note, .copyright { grid-column: auto; }
  .mobile-actions { position: fixed; z-index: 120; left: 0; right: 0; bottom: 0; height: 66px; display: grid; grid-template-columns: repeat(3, 1fr); background: var(--white); border-top: 1px solid #cbd0d3; box-shadow: 0 -8px 24px rgba(9,26,41,.12); }
  .mobile-actions a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; color: var(--navy); font-size: .63rem; font-weight: 700; text-decoration: none; border-right: 1px solid #e1e4e5; }
  .mobile-actions a:first-child { background: var(--ochre); color: #111; }
  .mobile-actions a:last-child { border-right: 0; }
  .mobile-actions svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; }
  .mobile-actions a:first-child svg { fill: currentColor; stroke: none; }
  .mobile-actions .fill { fill: currentColor; stroke: none; }
}

@media (max-width: 430px) {
  .hero { min-height: 700px; }
  .hero h1 { font-size: 2.3rem; }
  .hero-points { display: grid; grid-template-columns: 1fr 1fr; }
  .work-grid { grid-template-columns: 1fr; }
  .work-card, .work-large, .work-wide { grid-column: 1; }
  .work-card figure, .work-large figure, .work-wide figure { aspect-ratio: 16 / 10; }
  .company-content dl div { grid-template-columns: 82px 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
