@font-face { font-family: 'Noto Sans JP Local'; src: url('../fonts/noto-sans-jp-japanese-400-normal.woff2') format('woff2'); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: 'Noto Sans JP Local'; src: url('../fonts/noto-sans-jp-japanese-500-normal.woff2') format('woff2'); font-style: normal; font-weight: 500 600; font-display: swap; }
@font-face { font-family: 'Noto Sans JP Local'; src: url('../fonts/noto-sans-jp-japanese-700-normal.woff2') format('woff2'); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: 'Noto Serif JP Local'; src: url('../fonts/noto-serif-jp-japanese-500-normal.woff2') format('woff2'); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: 'Noto Serif JP Local'; src: url('../fonts/noto-serif-jp-japanese-600-normal.woff2') format('woff2'); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: 'Noto Serif JP Local'; src: url('../fonts/noto-serif-jp-japanese-700-normal.woff2') format('woff2'); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: 'Montserrat Local'; src: url('../fonts/montserrat-latin-600-normal.woff2') format('woff2'); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: 'Montserrat Local'; src: url('../fonts/montserrat-latin-700-normal.woff2') format('woff2'); font-style: normal; font-weight: 700; font-display: swap; }

:root {
  --ink: #102536;
  --body: #405866;
  --muted: #70838e;
  --teal: #08a7a0;
  --teal-deep: #087f91;
  --blue: #1689df;
  --amber: #f5a11d;
  --line: #dbe8ed;
  --line-soft: #edf3f5;
  --soft: #f6fbfd;
  --serif: 'Noto Serif JP Local', 'Noto Serif JP', YuMincho, 'Yu Mincho', serif;
  --sans: 'Noto Sans JP Local', 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  --latin: 'Montserrat Local', Montserrat, var(--sans);
  --shadow: 0 12px 32px rgba(28, 75, 96, .07);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--body); background: #fff; font-family: var(--sans); font-size: 14px; line-height: 1.95; letter-spacing: .025em; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.nav-open { overflow: hidden; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); }
button, input, textarea { font: inherit; }
.shell { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 88px 0; }
.section-soft { background: linear-gradient(135deg, #f8fcfd 0%, #f2f9fc 100%); }
.section-line { border-top: 1px solid var(--line-soft); }
.icon { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 999; left: 12px; top: -60px; padding: 8px 14px; color: #fff; background: var(--ink); }
.skip-link:focus { top: 12px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; height: 74px; background: rgba(255,255,255,.97); border-bottom: 1px solid #e6eef1; backdrop-filter: blur(14px); transition: box-shadow .2s; }
.site-header.scrolled { box-shadow: 0 6px 24px rgba(21, 58, 74, .07); }
.header-inner { position: relative; height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: #142a3a; font-family: var(--latin); font-size: 19px; font-weight: 700; letter-spacing: -.035em; }
.brand img { width: 38px; height: 38px; object-fit: contain; }
.global-nav { display: flex; align-items: center; gap: 27px; }
.global-nav > a { position: relative; color: #263b48; font-size: 12px; font-weight: 600; letter-spacing: .035em; }
.global-nav > a:not(.nav-contact)::after { position: absolute; right: 0; bottom: -13px; left: 0; height: 2px; content: ''; background: var(--teal); transform: scaleX(0); transition: transform .2s; }
.global-nav > a:hover::after, .global-nav > a[aria-current='page']::after { transform: scaleX(1); }
.global-nav .nav-contact { min-width: 132px; padding: 10px 16px; color: #fff; border-radius: 5px; background: linear-gradient(135deg, #10aaa6, #07828f); text-align: center; box-shadow: 0 7px 16px rgba(4, 137, 143, .15); }
.nav-contact::before { content: '✉'; margin-right: 7px; font-size: 12px; }
.menu-button { position: relative; display: none; flex: 0 0 44px; width: 44px; height: 44px; padding: 0; border: 1px solid #d8e5ea; border-radius: 50%; background: #fff; cursor: pointer; }
.menu-button > span:not(.sr-only) { position: absolute; left: 11px; width: 20px; height: 2px; border-radius: 2px; background: var(--ink); transition: top .2s, transform .2s, opacity .2s; }
.menu-button > span:nth-child(1) { top: 14px; }
.menu-button > span:nth-child(2) { top: 20px; }
.menu-button > span:nth-child(3) { top: 26px; }
.menu-button[aria-expanded='true'] > span:nth-child(1) { top: 20px; transform: rotate(45deg); }
.menu-button[aria-expanded='true'] > span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded='true'] > span:nth-child(3) { top: 20px; transform: rotate(-45deg); }

/* Headings and controls */
.eyebrow, .section-heading > span, .cta-card > div > span { display: block; color: var(--teal); font-family: var(--latin); font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.section-heading { max-width: 820px; margin: 0 auto 42px; text-align: center; }
.section-heading h2 { position: relative; margin: 7px 0 16px; padding-bottom: 15px; font-family: var(--serif); font-size: clamp(27px, 3vw, 36px); font-weight: 600; line-height: 1.5; letter-spacing: .09em; }
.section-heading h2::after { position: absolute; bottom: 0; left: 50%; width: 31px; height: 2px; content: ''; background: linear-gradient(90deg, var(--teal), var(--blue)); transform: translateX(-50%); }
.section-heading p { margin-bottom: 0; color: var(--muted); }
.button { display: inline-flex; min-height: 48px; padding: 11px 24px; align-items: center; justify-content: center; color: #fff; border: 1px solid transparent; border-radius: 5px; background: linear-gradient(135deg, var(--teal), var(--blue)); box-shadow: 0 8px 20px rgba(11, 140, 177, .18); font-weight: 700; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(11, 140, 177, .22); }
.button-outline { color: var(--teal-deep); border-color: #c8dce3; background: #fff; box-shadow: none; }
.button-light { min-width: 260px; color: var(--teal-deep); background: #fff; box-shadow: none; }

/* Home hero */
.home-hero { position: relative; min-height: 588px; overflow: hidden; background: linear-gradient(90deg, #fff 0 44%, #f4fafc 44% 100%); }
.home-hero::before { position: absolute; top: -150px; left: 35%; width: 340px; height: 850px; content: ''; border-radius: 50%; background: rgba(224, 242, 249, .6); transform: rotate(21deg); }
.home-hero::after { position: absolute; right: -180px; bottom: -320px; width: 620px; height: 620px; content: ''; border: 1px solid rgba(9, 173, 173, .23); border-radius: 50%; }
.hero-grid { position: relative; min-height: 588px; display: grid; grid-template-columns: 43% 57%; align-items: center; }
.hero-copy { position: relative; z-index: 2; padding: 64px 18px 64px 0; }
.hero-copy h1 { margin: 14px 0 22px; font-family: var(--serif); font-size: clamp(42px, 5vw, 62px); font-weight: 600; line-height: 1.52; letter-spacing: .075em; }
.hero-copy > p { max-width: 520px; margin-bottom: 27px; color: #304a59; font-family: var(--serif); font-size: 19px; line-height: 2; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.hero-media { position: relative; z-index: 1; height: 510px; overflow: hidden; border-radius: 46% 0 0 46% / 22% 0 0 22%; }
.hero-media::after { position: absolute; inset: 0; content: ''; box-shadow: inset 32px 0 40px rgba(255,255,255,.22); pointer-events: none; }
.hero-media img { height: 100%; object-fit: cover; }
.trust-strip { position: relative; z-index: 4; margin-top: -30px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 19px 20px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.98); box-shadow: var(--shadow); }
.trust-grid > div { display: flex; min-height: 58px; padding: 2px 21px; align-items: center; gap: 14px; border-right: 1px solid var(--line); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid .icon { flex: 0 0 auto; color: var(--blue); }
.trust-grid b, .trust-grid small { display: block; }
.trust-grid b { color: var(--ink); font-size: 14px; }
.trust-grid small { color: var(--muted); font-size: 10px; }

/* Cards */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card, .mini-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: #fff; box-shadow: 0 8px 25px rgba(35, 81, 101, .045); }
.card { padding: 28px; }
.business-cards .card { padding: 0 27px 27px; }
.card-media { height: 190px; margin: 0 -27px 23px; overflow: hidden; background: var(--soft); }
.card-media img { height: 100%; object-fit: cover; }
.business-cards .card > .icon { width: 27px; height: 27px; margin-right: 8px; color: var(--teal); vertical-align: middle; }
.business-cards .card > span { color: var(--teal); font-family: var(--latin); font-size: 21px; font-weight: 700; vertical-align: middle; }
.card h3, .mini-card h3 { margin: 12px 0 9px; font-family: var(--serif); font-size: 20px; line-height: 1.55; }
.card p, .mini-card p { margin-bottom: 0; color: #60737e; font-size: 12px; }
.card-list { margin: 15px 0 0; padding: 0; display: grid; gap: 5px; list-style: none; }
.card-list li { position: relative; padding-left: 17px; color: #455e6b; font-size: 10px; }
.card-list li::before { position: absolute; left: 0; top: .15em; content: '●'; color: var(--teal); font-size: 7px; }
.accent-blue .card-list li::before { color: var(--blue); }
.accent-amber .card-list li::before { color: var(--amber); }
.card > a { display: inline-block; margin-top: 16px; color: var(--teal-deep); font-size: 12px; font-weight: 700; }
.accent-blue { border-top-color: #a9d6f2; }
.accent-blue > span, .accent-blue > .icon { color: var(--blue) !important; }
.accent-amber { border-top-color: #f1cc85; }
.accent-amber > span, .accent-amber > .icon { color: var(--amber) !important; }
.future-note, .block-note { margin-top: 13px !important; color: #304856 !important; font-size: 10px !important; }
.mini-card { min-height: 200px; padding: 27px 23px; text-align: center; }
.mini-card .icon { color: var(--teal); }
.partner-value { background: linear-gradient(180deg, #fff, #f4fbfd); }

/* Home strength */
.strength-showcase { display: grid; grid-template-columns: 53% 47%; gap: 54px; align-items: center; }
.showcase-photo { position: relative; min-height: 390px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
.showcase-photo > img { height: 390px; object-fit: cover; }
.showcase-badge { position: absolute; right: 20px; bottom: 32px; left: 20px; padding: 14px 17px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #fff; border: 1px solid rgba(255,255,255,.3); border-radius: 7px; background: rgba(4, 74, 88, .86); backdrop-filter: blur(7px); }
.showcase-badge b { font-family: var(--latin); font-size: 11px; letter-spacing: .1em; }
.showcase-badge span { font-size: 11px; }
.showcase-photo .visual-note { position: absolute; right: 10px; bottom: 5px; color: #fff; text-shadow: 0 1px 3px rgba(0,0,0,.45); }
.visual-note { display: block; margin-top: 8px; color: #667b87; font-size: 9px; text-align: right; }
.strength-points article { display: flex; padding: 20px 0; gap: 17px; border-bottom: 1px solid var(--line); }
.strength-points article > span { flex: 0 0 48px; width: 48px; height: 48px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: linear-gradient(135deg, var(--teal), #16bdb4); font-family: var(--latin); font-weight: 700; }
.strength-points article:nth-child(2) > span { background: linear-gradient(135deg, var(--blue), #3aa7ef); }
.strength-points article.amber > span { background: linear-gradient(135deg, var(--amber), #ffc056); }
.strength-points h3 { margin: 0 0 4px; font-family: var(--serif); font-size: 18px; }
.strength-points p { margin: 0; font-size: 12px; }
.text-link { display: inline-block; margin-top: 20px; color: var(--teal-deep); font-size: 13px; font-weight: 700; }

/* Dashboard */
.dashboard-wrap { position: relative; }
.dashboard { padding: 17px; border: 1px solid #dfe9ed; border-radius: 12px; background: #fff; box-shadow: 0 14px 32px rgba(34,80,103,.08); }
.dash-head { display: flex; height: 27px; align-items: center; gap: 5px; color: var(--ink); font-size: 10px; font-weight: 700; }
.dash-head span { margin-right: auto; }
.dash-head i { width: 5px; height: 5px; border-radius: 50%; background: #d3e0e6; }
.dash-grid { display: grid; grid-template-columns: 1.45fr 1fr; gap: 8px; }
.dash-card { min-height: 100px; padding: 11px; border: 1px solid #e5eef1; border-radius: 6px; background: #fff; }
.dash-card small { display: block; margin-bottom: 7px; color: #647987; font-size: 8px; }
.dash-line svg { width: 100%; }
.dash-line polyline { fill: none; stroke: var(--blue); stroke-width: 3; }
.donut { width: 62px; height: 62px; margin: 3px auto; border-radius: 50%; background: conic-gradient(var(--teal) 0 30%, var(--blue) 30% 58%, #69c9d4 58% 79%, #d9edf0 79%); mask: radial-gradient(circle at center, transparent 42%, #000 43%); }
.dash-bars > div { height: 64px; display: flex; align-items: end; gap: 8px; }
.dash-bars i { flex: 1; background: linear-gradient(var(--teal), var(--blue)); }
.dash-bars i:nth-child(1) { height: 36%; } .dash-bars i:nth-child(2) { height: 58%; } .dash-bars i:nth-child(3) { height: 46%; } .dash-bars i:nth-child(4) { height: 78%; } .dash-bars i:nth-child(5) { height: 94%; }
.dash-list b { display: block; width: 92%; height: 6px; margin: 11px 0; border-radius: 6px; background: #e7eef1; }
.dash-list b:nth-of-type(2) { width: 72%; }
.dash-list b:nth-of-type(3) { width: 84%; }

/* Flow and CTA */
.flow-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.flow-item { position: relative; text-align: center; }
.flow-item:not(:last-child)::after { position: absolute; top: 54px; right: -11px; content: '›'; color: #77c8d2; font-size: 28px; }
.flow-item > span { color: var(--blue); font-family: var(--latin); font-size: 11px; font-weight: 700; }
.flow-item .icon { width: 66px; height: 66px; margin: 8px auto 12px; padding: 16px; color: var(--teal); border: 1px solid #cfe3e8; border-radius: 50%; background: #fff; }
.flow-item h3 { margin-bottom: 6px; font-size: 13px; }
.flow-item p { color: var(--muted); font-size: 10px; line-height: 1.7; }
.cta-section { padding: 70px 0 0; }
.cta-card { position: relative; overflow: hidden; min-height: 178px; padding: 34px 54px; display: flex; align-items: center; justify-content: space-between; gap: 38px; color: #fff; border-radius: 11px; background: linear-gradient(120deg, #075f6d, #03404d); }
.cta-card::before, .cta-card::after { position: absolute; content: ''; border: 1px solid rgba(75, 214, 211, .16); border-radius: 50%; }
.cta-card::before { right: 12%; bottom: -125px; width: 520px; height: 230px; transform: rotate(-12deg); }
.cta-card::after { right: 28%; bottom: -130px; width: 420px; height: 210px; transform: rotate(-9deg); }
.cta-card > * { position: relative; z-index: 1; }
.cta-card > div > span { color: #8de4df; }
.cta-card h2 { margin: 4px 0 6px; color: #fff; font-family: var(--serif); font-size: clamp(23px, 3vw, 32px); font-weight: 500; letter-spacing: .07em; }
.cta-card p { margin: 0; color: #cee2e5; font-size: 12px; }

/* Page hero */
.page-hero { position: relative; overflow: hidden; background: linear-gradient(90deg, #fff 0 44%, #f4fafc 44% 100%); }
.page-hero::before { position: absolute; top: -200px; left: 34%; width: 355px; height: 850px; content: ''; border-radius: 50%; background: rgba(225, 243, 249, .66); transform: rotate(22deg); }
.page-hero::after { position: absolute; right: -220px; top: 80px; width: 600px; height: 600px; content: ''; border: 1px solid rgba(9, 165, 168, .18); border-radius: 50%; }
.page-hero-grid { position: relative; min-height: 490px; display: grid; grid-template-columns: 43% 57%; align-items: center; }
.page-hero-grid > div:first-child { position: relative; z-index: 2; padding: 55px 38px 55px 0; }
.page-hero h1 { margin: 8px 0 35px; font-family: var(--serif); font-size: clamp(33px, 4vw, 45px); font-weight: 600; letter-spacing: .09em; }
.page-catch { margin-bottom: 20px; color: var(--ink); font-family: var(--serif); font-size: clamp(25px, 3vw, 38px); font-weight: 600; line-height: 1.68; letter-spacing: .075em; }
.page-lead { max-width: 500px; margin-bottom: 0; color: #506672; line-height: 2; }
.page-hero-image { position: relative; z-index: 1; height: 420px; overflow: hidden; border-radius: 46% 0 0 46% / 24% 0 0 24%; }
.page-hero-image::after { position: absolute; inset: 0; content: ''; box-shadow: inset 35px 0 45px rgba(255,255,255,.18); pointer-events: none; }
.page-hero-image img { height: 100%; object-fit: cover; }
.business-page .page-hero-image img { object-position: 58% center; }
.strength-page .page-hero-image img { object-position: center; }
.partner-page .page-hero-image img { object-position: 60% center; }
.company-page .page-hero-image img { object-position: 60% center; }
.contact-page .page-hero-image img { object-position: 58% center; }

/* Business */
.service-stack { display: grid; gap: 20px; }
.service-panel { min-height: 365px; display: grid; grid-template-columns: 44% 56%; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.service-panel > div:first-child { padding: 39px 42px; }
.service-panel > img, .service-panel > .photo-visual { grid-column: 2; grid-row: 1; height: 100%; min-height: 365px; }
.service-panel > img, .photo-visual img { height: 100%; object-fit: cover; }
.service-panel.reverse { grid-template-columns: 56% 44%; }
.service-panel.reverse > div:first-child { grid-column: 2; }
.service-panel.reverse > .photo-visual { grid-column: 1; }
.service-no { display: block; color: var(--blue); font-family: var(--latin); font-size: 34px; font-weight: 700; }
.service-no.amber, .amber-text { color: var(--amber); }
.service-panel h2 { margin: 1px 0 12px; font-family: var(--serif); font-size: 28px; }
.service-panel p { font-size: 12px; }
.check-list { display: grid; grid-template-columns: repeat(2, 1fr); margin: 18px 0 0; padding: 0; gap: 6px 12px; list-style: none; }
.check-list li { position: relative; padding-left: 19px; color: #314a58; font-size: 11px; }
.check-list li::before { position: absolute; left: 0; content: '●'; color: var(--teal); font-size: 8px; }
.amber-list li::before { color: var(--amber); }
.roadmap { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 18px; }
.roadmap > article { min-height: 218px; padding: 27px 22px; border: 1px solid var(--line); border-radius: 11px; background: #fff; text-align: center; }
.roadmap > article > b { display: block; margin-bottom: 8px; color: var(--blue); font-family: var(--latin); font-size: 10px; }
.roadmap .icon { color: var(--teal); }
.roadmap h3 { font-family: var(--serif); font-size: 17px; }
.roadmap p { color: var(--muted); font-size: 11px; }
.roadmap > span { color: var(--teal); font-size: 28px; }
.roadmap-note { margin-top: 16px; color: #304856; font-size: 10px; text-align: center; }
.capability-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.capability-grid article { min-height: 145px; padding: 22px 10px; border: 1px solid var(--line); border-radius: 10px; background: #fff; text-align: center; box-shadow: 0 7px 19px rgba(36, 76, 96, .04); }
.capability-grid .icon { color: var(--teal); }
.capability-grid h3 { margin: 12px 0 0; font-family: var(--serif); font-size: 14px; }

/* Strength */
.feature-stack { display: grid; gap: 20px; }
.feature-stack > article { min-height: 330px; padding: 27px 32px; display: grid; grid-template-columns: 52px 1.08fr 1fr; gap: 23px; align-items: center; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.feature-stack > article > span { align-self: start; color: var(--blue); font-family: var(--latin); font-size: 34px; font-weight: 700; }
.feature-stack h2 { font-family: var(--serif); font-size: 25px; line-height: 1.55; }
.feature-stack p { font-size: 12px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
.tag-row b, .funnel i { padding: 5px 9px; color: #51707d; border: 1px solid #dbe8ed; border-radius: 4px; font-size: 9px; font-style: normal; }
.funnel { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 18px; }
.metric-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.metric-cards b { min-height: 98px; padding: 17px 10px; color: var(--blue); border: 1px solid #e0ebef; border-radius: 7px; background: #f9fcfd; font-size: 23px; text-align: center; }
.metric-cards small { display: block; color: #6a7c87; font-size: 9px; }
.strength-photo { height: 255px; overflow: hidden; border-radius: 11px; }
.strength-photo img { height: 100%; object-fit: cover; }
.photo-with-note { position: relative; }
.photo-with-note .visual-note { position: absolute; right: 9px; bottom: 6px; margin: 0; padding: 2px 6px; color: #fff; border-radius: 3px; background: rgba(7, 50, 64, .68); }

/* Products */
.category-stack { display: grid; gap: 18px; }
.category-stack > article { min-height: 280px; display: grid; grid-template-columns: 38% 62%; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.category-stack > article > div { padding: 38px; }
.category-stack > article > img { grid-column: 2; grid-row: 1; height: 100%; object-fit: cover; }
.category-stack > article.reverse { grid-template-columns: 62% 38%; }
.category-stack > article.reverse > div { grid-column: 2; }
.category-stack > article.reverse > img { grid-column: 1; }
.category-stack .icon { color: var(--teal); }
.category-stack h2 { margin: 12px 0 10px; font-family: var(--serif); font-size: 24px; }
.category-stack p { font-size: 12px; }
.value-process { display: grid; grid-template-columns: 40% 60%; gap: 52px; align-items: center; }
.value-process h2 { font-family: var(--serif); font-size: 29px; line-height: 1.7; }
.process-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.process-grid article { min-height: 126px; padding: 21px; border-bottom: 1px solid var(--line); }
.process-grid article:nth-child(odd) { border-right: 1px solid var(--line); }
.process-grid .icon { color: var(--blue); }
.process-grid h3 { margin: 7px 0 2px; font-size: 14px; }
.process-grid p { margin-bottom: 0; color: var(--muted); font-size: 10px; }
.info-note { margin-top: 42px; padding: 20px 28px; color: #405b69; border: 1px solid #d9e8ed; border-radius: 10px; background: #f8fcfd; text-align: center; }

/* Partners */
.commitments { grid-template-columns: repeat(4, 1fr); }
.commitments .card { min-height: 255px; padding: 25px 21px; }
.commitments .icon { color: var(--teal); }
.commitments h3 { font-size: 16px; }
.benefit-row { display: grid; grid-template-columns: repeat(4, 1fr); }
.benefit-row article { padding: 18px 22px; text-align: center; border-right: 1px solid var(--line); }
.benefit-row article:last-child { border: 0; }
.benefit-row .icon { width: 50px; height: 50px; padding: 8px; color: var(--blue); border-radius: 50%; background: #fff; }
.benefit-row h3 { margin-bottom: 7px; font-family: var(--serif); font-size: 16px; }
.benefit-row p { margin-bottom: 0; color: var(--muted); font-size: 10px; }
.info-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 9px; }
.info-grid article { min-height: 180px; padding: 20px 13px; border: 1px solid var(--line); border-radius: 9px; background: #fff; text-align: center; }
.info-grid .icon { color: var(--teal); }
.info-grid h3 { font-family: var(--serif); font-size: 13px; }
.info-grid p { color: var(--muted); font-size: 10px; }
.faq { max-width: 960px; }
.faq details { border: 1px solid var(--line); border-bottom: 0; background: #fff; }
.faq details:first-child { border-radius: 9px 9px 0 0; }
.faq details:last-child { border-bottom: 1px solid var(--line); border-radius: 0 0 9px 9px; }
.faq summary { position: relative; padding: 18px 56px 18px 55px; color: var(--ink); cursor: pointer; font-weight: 600; list-style: none; }
.faq summary::before { position: absolute; left: 21px; content: 'Q.'; color: var(--blue); font-family: var(--serif); font-size: 18px; }
.faq summary::after { position: absolute; right: 21px; content: '+'; color: var(--muted); font-size: 22px; }
.faq details[open] summary::after { content: '−'; }
.faq details p { margin: 0; padding: 0 55px 20px; color: #5f727d; }

/* Company */
.philosophy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.philosophy-grid article { min-height: 255px; padding: 32px 28px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: var(--shadow); text-align: center; }
.philosophy-grid article > span { display: block; color: var(--teal); font-family: var(--latin); font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.philosophy-grid .icon { margin: 15px auto; color: var(--blue); }
.philosophy-grid h3 { font-family: var(--serif); font-size: 18px; line-height: 1.7; }
.philosophy-grid p { color: var(--muted); font-size: 11px; }
.message-single { max-width: 960px; padding: 18px 0; border: 0; background: transparent; }
.message-single > .eyebrow { text-align: center; }
.message-single > h2 { position: relative; margin: 7px 0 40px; padding-bottom: 15px; font-family: var(--serif); font-size: 31px; text-align: center; }
.message-single > h2::after { position: absolute; bottom: 0; left: 50%; width: 31px; height: 2px; content: ''; background: linear-gradient(90deg, var(--teal), var(--blue)); transform: translateX(-50%); }
.message-single > h3 { max-width: 700px; margin-bottom: 24px; font-family: var(--serif); font-size: 23px; line-height: 1.75; }
.message-single > p:not(.signature) { max-width: 860px; }
.signature { margin: 28px 0 0; color: var(--ink); font-family: var(--serif); text-align: right; }
.company-table { max-width: 930px; }
.company-table dl { margin: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); border-radius: 9px; overflow: hidden; }
.company-table dl > div { display: grid; grid-template-columns: 185px 1fr; }
.company-table dt, .company-table dd { margin: 0; padding: 15px 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.company-table dt { color: var(--ink); background: #f7fafb; font-weight: 700; }
.company-table a { color: var(--teal-deep); text-decoration: underline; }
.access-section { padding-top: 0; }
.access-card { max-width: 930px; display: grid; grid-template-columns: repeat(2, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 11px; background: #fff; }
.access-card > div { display: flex; padding: 28px 36px; align-items: center; gap: 18px; }
.access-card > div + div { border-left: 1px solid var(--line); }
.access-card .icon { color: var(--teal); }
.access-card b { color: var(--ink); font-family: var(--serif); font-size: 18px; }
.access-card p { margin: 3px 0 0; }

/* Contact */
.contact-section { padding-top: 74px; }
.form-layout { display: grid; grid-template-columns: minmax(0, 1.72fr) minmax(280px, .72fr); gap: 24px; align-items: start; }
.contact-form, .contact-guide { border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 10px 28px rgba(35, 81, 101, .05); }
.contact-form { min-width: 0; padding: 38px 40px; }
.field { width: 100%; min-width: 0; margin: 0; padding: 17px 0; display: grid; grid-template-columns: minmax(138px, 158px) minmax(0, 1fr); gap: 20px; align-items: start; border: 0; border-bottom: 1px solid var(--line-soft); }
.field > label, .field > legend, .field > .field-label { min-width: 0; margin: 0; padding: 10px 0 0; color: var(--ink); font-weight: 700; line-height: 1.55; word-break: keep-all; }
.field > label span, .field > legend span, .field > .field-label span { display: inline-block; margin-left: 5px; padding: 2px 5px; color: #fff; border-radius: 3px; background: var(--blue); font-size: 8px; vertical-align: 2px; }
.field input[type='text'], .field input[type='email'], .field input[type='tel'], .field textarea { width: 100%; min-width: 0; padding: 12px 14px; color: var(--ink); border: 1px solid #d8e5ea; border-radius: 6px; outline: 0; background: #fff; }
.field textarea { min-height: 180px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(9, 166, 157, .09); }
.radio-field { min-width: 0; width: 100%; margin: 0; padding: 0; border: 0; }
.radio-field > .field { width: 100%; }
.radio-grid { min-width: 0; display: grid; grid-template-columns: repeat(2, minmax(180px, 1fr)); gap: 9px 18px; padding: 7px 0 2px; }
.radio-grid label { min-width: 0; min-height: 31px; display: flex; align-items: flex-start; gap: 8px; color: #314956; font-size: 12px; line-height: 1.55; white-space: nowrap; }
.radio-grid label > span { min-width: 0; display: block; word-break: keep-all; overflow-wrap: normal; }
.radio-grid input { flex: 0 0 auto; width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--teal); }
.privacy-check { display: flex; margin: 25px 0 18px; align-items: flex-start; gap: 9px; font-size: 12px; }
.privacy-check input { width: 18px; height: 18px; margin-top: 4px; accent-color: var(--teal); }
.privacy-check a { color: var(--blue); text-decoration: underline; }
.submit-button { width: 100%; border: 0; cursor: pointer; }
.form-error { padding: 10px; color: #a12626; background: #fff2f2; }
.honeypot { position: absolute !important; left: -9999px !important; }
.contact-guide { padding: 31px 27px; }
.contact-guide h2 { margin-bottom: 10px; padding-bottom: 18px; border-bottom: 2px solid var(--teal); font-family: var(--serif); font-size: 20px; }
.contact-guide > div { display: flex; padding: 20px 0; gap: 13px; border-bottom: 1px dashed #d8e4e9; }
.contact-guide .icon { flex: 0 0 40px; width: 40px; height: 40px; padding: 9px; color: #fff; border-radius: 50%; background: linear-gradient(135deg, var(--teal), var(--blue)); }
.contact-guide b { color: var(--teal-deep); font-size: 15px; }
.contact-guide p { margin: 1px 0 0; color: #657884; font-size: 10px; }
.response-note { margin: 22px 0 0 !important; padding: 17px; color: var(--ink) !important; border: 1px solid #dfe9ed; border-radius: 8px; background: #f8fbfc; font-size: 14px !important; font-weight: 700; }
.response-note small { display: block; margin-top: 5px; color: var(--muted); font-size: 9px; font-weight: 400; }

/* Legal, simple and footer */
.legal-hero { padding: 72px 0 48px; background: var(--soft); }
.legal-hero h1 { font-family: var(--serif); font-size: 38px; }
.legal-content { max-width: 880px; }
.legal-content h2 { margin-top: 35px; font-family: var(--serif); font-size: 22px; }
.legal-date { color: var(--muted); text-align: right; }
.simple-page { min-height: 60vh; padding: 95px 0; background: var(--soft); }
.simple-card { max-width: 730px; padding: 65px; border: 1px solid var(--line); border-radius: 13px; background: #fff; text-align: center; box-shadow: var(--shadow); }
.simple-card h1 { font-family: var(--serif); font-size: 36px; }
.site-footer { margin-top: 68px; padding: 46px 0 17px; border-top: 1px solid var(--line); background: #fff; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.3fr 1.25fr; gap: 42px; }
.brand-footer { font-size: 17px; }
.footer-tagline { margin: 10px 0 0; color: var(--muted); font-size: 10px; }
.footer-links { display: grid; align-content: start; gap: 6px; }
.footer-links strong { margin-bottom: 4px; color: var(--ink); font-size: 12px; }
.footer-links a { color: #61737e; font-size: 10px; }
.footer-links a:hover { color: var(--teal); }
.footer-bottom { margin-top: 29px; padding-top: 16px; display: flex; justify-content: space-between; color: #81909a; border-top: 1px solid var(--line-soft); font-family: var(--latin); font-size: 9px; }
.page-top { position: fixed; right: 22px; bottom: 22px; z-index: 30; width: 42px; height: 42px; color: #fff; border: 0; border-radius: 50%; background: var(--teal-deep); opacity: 0; pointer-events: none; transition: .2s; }
.page-top.show { opacity: 1; pointer-events: auto; }

@keyframes mobile-nav-in { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1040px) {
  .global-nav { gap: 17px; }
  .global-nav > a { font-size: 11px; }
  .capability-grid, .info-grid { grid-template-columns: repeat(3, 1fr); }
  .flow-grid { grid-template-columns: repeat(3, 1fr); row-gap: 30px; }
  .flow-item:nth-child(3)::after { display: none; }
  .form-layout { grid-template-columns: minmax(0, 1.65fr) minmax(260px, .7fr); }
  .contact-form { padding: 32px; }
  .field { grid-template-columns: 135px minmax(0,1fr); gap: 15px; }
  .radio-grid { grid-template-columns: 1fr; }
}

@media (max-width: 840px) {
  body { font-size: 13px; }
  .shell { width: min(100% - 34px, 700px); }
  .section { padding: 66px 0; }
  .site-header { height: 68px; }
  .menu-button { display: block; }
  .global-nav { position: fixed; top: 68px; right: 0; left: 0; max-height: calc(100dvh - 68px); padding: 16px 22px 25px; display: none; flex-direction: column; align-items: stretch; gap: 0; overflow-y: auto; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.995); box-shadow: 0 18px 35px rgba(19,57,75,.14); }
  .global-nav.open { display: flex; animation: mobile-nav-in .18s ease-out; }
  .global-nav > a { min-height: 50px; padding: 13px 8px; display: flex; align-items: center; border-bottom: 1px solid var(--line); font-size: 14px; }
  .global-nav > a::after { display: none; }
  .global-nav .nav-contact { min-width: 0; margin-top: 16px; justify-content: center; border-bottom: 0; }
  .home-hero, .page-hero { min-height: auto; background: #f6fbfd; }
  .home-hero::before, .home-hero::after, .page-hero::before, .page-hero::after { display: none; }
  .hero-grid, .page-hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy, .page-hero-grid > div:first-child { padding: 53px 0 40px; }
  .hero-copy h1 { font-size: clamp(38px, 8vw, 52px); }
  .hero-media, .page-hero-image { height: 370px; border-radius: 68px 68px 0 0; }
  .trust-strip { margin-top: 0; padding: 17px 0; background: #fff; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); padding: 11px; }
  .trust-grid > div { border-bottom: 1px solid var(--line); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(n+3) { border-bottom: 0; }
  .card-grid, .philosophy-grid { grid-template-columns: 1fr; }
  .business-cards { max-width: 640px; }
  .strength-showcase, .value-process { grid-template-columns: 1fr; gap: 36px; }
  .showcase-photo, .showcase-photo > img { min-height: 0; height: 390px; }
  .service-panel, .service-panel.reverse, .category-stack > article, .category-stack > article.reverse { grid-template-columns: 1fr; }
  .service-panel > div:first-child, .service-panel.reverse > div:first-child, .category-stack > article > div, .category-stack > article.reverse > div { grid-column: 1; grid-row: 1; padding: 33px; }
  .service-panel > img, .service-panel > .photo-visual, .service-panel.reverse > .photo-visual, .category-stack > article > img, .category-stack > article.reverse > img { grid-column: 1; grid-row: 2; height: 320px; min-height: 0; }
  .roadmap { grid-template-columns: 1fr; }
  .roadmap > span { transform: rotate(90deg); text-align: center; }
  .commitments { grid-template-columns: repeat(2, 1fr); }
  .benefit-row { grid-template-columns: repeat(2, 1fr); }
  .benefit-row article:nth-child(2) { border-right: 0; }
  .benefit-row article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .feature-stack > article { grid-template-columns: 46px 1fr; }
  .feature-stack > article > :last-child { grid-column: 1 / -1; }
  .form-layout { grid-template-columns: 1fr; }
  .contact-guide { max-width: none; }
  .field { grid-template-columns: 155px minmax(0, 1fr); gap: 18px; }
  .radio-grid { grid-template-columns: repeat(2, minmax(180px, 1fr)); }
  .footer-grid { grid-template-columns: 1.6fr 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 580px) {
  .shell { width: min(100% - 28px, 530px); }
  .section-heading { margin-bottom: 31px; }
  .section-heading h2 { font-size: 26px; }
  .brand { font-size: 17px; }
  .brand img { width: 34px; height: 34px; }
  .hero-copy { padding-top: 43px; }
  .hero-copy h1 { font-size: 34px; line-height: 1.58; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { display: grid; }
  .hero-media, .page-hero-image { height: 285px; border-radius: 40px 40px 0 0; }
  .page-hero h1 { margin-bottom: 25px; font-size: 31px; }
  .page-catch { font-size: 24px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .trust-grid > div:last-child { border-bottom: 0 !important; }
  .card-media { height: 190px; }
  .showcase-photo, .showcase-photo > img { height: 300px; }
  .showcase-badge { right: 13px; bottom: 28px; left: 13px; padding: 11px 13px; display: block; }
  .showcase-badge b, .showcase-badge span { display: block; }
  .showcase-badge span { margin-top: 3px; font-size: 9px; }
  .dash-grid { grid-template-columns: 1fr; }
  .flow-grid { grid-template-columns: repeat(2, 1fr); }
  .flow-item:nth-child(3)::after { display: block; }
  .flow-item:nth-child(even)::after { display: none; }
  .cta-section { padding-top: 50px; }
  .cta-card { padding: 31px 22px; display: block; }
  .cta-card .button { width: 100%; min-width: 0; margin-top: 20px; }
  .check-list { grid-template-columns: 1fr; }
  .capability-grid, .info-grid, .commitments { grid-template-columns: repeat(2, 1fr); }
  .feature-stack > article { padding: 24px 19px; grid-template-columns: 1fr; gap: 11px; }
  .feature-stack > article > span { font-size: 29px; }
  .feature-stack > article > :last-child { grid-column: 1; }
  .metric-cards { grid-template-columns: 1fr; }
  .category-stack > article > div, .category-stack > article.reverse > div { padding: 27px 23px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article:nth-child(odd) { border-right: 0; }
  .benefit-row { grid-template-columns: 1fr; }
  .benefit-row article { border-right: 0; border-bottom: 1px solid var(--line); }
  .message-single { padding: 5px 0; }
  .company-table dl > div { grid-template-columns: 1fr; }
  .company-table dt { padding-bottom: 6px; }
  .company-table dd { padding-top: 6px; }
  .access-card { grid-template-columns: 1fr; }
  .access-card > div { padding: 24px; }
  .access-card > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .contact-form { padding: 24px 19px; }
  .field { grid-template-columns: 1fr; gap: 7px; padding: 15px 0; }
  .field > label, .field > legend, .field > .field-label { padding-top: 0; }
  .radio-grid { grid-template-columns: 1fr; gap: 7px; }
  .radio-grid label { white-space: normal; }
  .contact-guide { padding: 26px 21px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 18px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 4px; }
  .simple-card { padding: 42px 20px; }
}

/* v9: reference-led visual system */
.home-hero { min-height: 610px; background: linear-gradient(90deg, #fff 0 44%, #f3f9fc 44% 100%); }
.home-hero::before { left: 36%; width: 320px; background: rgba(225, 243, 249, .7); }
.hero-grid { min-height: 610px; grid-template-columns: 43% 57%; }
.home-hero .hero-copy { padding-right: 34px; }
.home-hero .hero-copy h1 { margin-top: 0; font-size: clamp(43px, 4.7vw, 61px); line-height: 1.5; letter-spacing: .07em; }
.home-hero .hero-copy > p { margin-bottom: 30px; font-family: var(--sans); font-size: 18px; font-weight: 500; line-height: 2.05; letter-spacing: .055em; }
.home-hero .button:first-child::before { content: '✉'; margin-right: 8px; font-size: 12px; }
.hero-media.hero-collage { height: 540px; display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(0, .78fr); grid-template-rows: repeat(3, minmax(0, 1fr)); gap: 7px; overflow: visible; border-radius: 0; box-shadow: none; }
.hero-media.hero-collage::after { display: none; }
.hero-tile { position: relative; min-width: 0; min-height: 0; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.95); background: #eef7fa; }
.hero-tile::after { position: absolute; inset: 0; content: ''; box-shadow: inset 0 0 24px rgba(20, 70, 90, .025); pointer-events: none; }
.hero-tile img { height: 100%; object-fit: cover; filter: saturate(.94) contrast(.99); }
.hero-food { grid-column: 1; grid-row: 1; border-radius: 70px 0 0 0; }
.hero-daily { grid-column: 2; grid-row: 1; }
.hero-data { grid-column: 1; grid-row: 2 / 4; border-radius: 0 0 0 70px; }
.hero-logistics { grid-column: 2; grid-row: 2; }
.hero-world { grid-column: 2; grid-row: 3; }
.hero-food img { object-position: 70% 57%; }
.hero-daily img { object-position: 73% 56%; }
.hero-data img { object-position: 70% 54%; }
.hero-logistics img { object-position: 72% 61%; }
.hero-world img { object-position: 66% 52%; }
.home-page .home-hero + .section { padding-top: 96px; }

.partner-band { padding: 76px 0; background: linear-gradient(105deg, #edf8fc 0%, #f8fcfd 52%, #eef8fb 100%); }
.partner-band-inner { display: grid; grid-template-columns: minmax(250px, .9fr) minmax(0, 2.1fr); gap: 42px; align-items: center; }
.partner-band-copy h2 { margin: 8px 0 17px; font-family: var(--serif); font-size: clamp(27px, 3vw, 34px); font-weight: 600; line-height: 1.7; letter-spacing: .07em; }
.partner-band-copy p { max-width: 330px; margin: 0; color: #5c707c; font-size: 12px; }
.partner-band-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.partner-band .mini-card { min-height: 238px; padding: 25px 23px; text-align: left; border-color: #dce9ee; box-shadow: 0 9px 25px rgba(35, 81, 101, .055); }
.partner-band .mini-card h3 { margin: 16px 0 10px; font-family: var(--sans); font-size: 14px; line-height: 1.65; letter-spacing: 0; }
.partner-band .mini-card p { font-size: 10px; line-height: 1.85; }
.icon-circle { width: 58px; height: 58px; display: inline-grid; place-items: center; color: #fff; border-radius: 50%; }
.icon-circle .icon { width: 30px; height: 30px; }
.icon-circle.blue { background: linear-gradient(135deg, #208fe0, #42b4ee); }
.icon-circle.teal { background: linear-gradient(135deg, #078a96, #24b5ac); }
.icon-circle.green { background: linear-gradient(135deg, #0aa995, #54c7a0); }

.flow-section { padding-top: 76px; }
.flow-section .section-heading { margin-bottom: 34px; }
.flow-grid { gap: 15px; }
.flow-item > span { display: block; margin-bottom: 4px; }
.flow-item .icon { width: 76px; height: 76px; margin: 5px auto 14px; padding: 18px; color: #1798c5; border-color: #c8e1e8; box-shadow: 0 5px 15px rgba(26, 112, 144, .045); }
.flow-item:not(:last-child)::after { top: 59px; right: -13px; color: #47b6c5; }
.flow-item h3 { margin-bottom: 7px; font-size: 13px; }
.flow-item p { max-width: 132px; margin-inline: auto; font-size: 9px; }

/* Larger visual signposts across the lower pages */
.commitments .icon, .capability-grid .icon, .info-grid .icon, .process-grid .icon, .philosophy-grid .icon {
  display: block; padding: 10px; color: #159bb2; border-radius: 50%; background: linear-gradient(145deg, #f1fbfc, #eef7fd);
}
.commitments .icon { width: 54px; height: 54px; }
.capability-grid .icon { width: 52px; height: 52px; margin-inline: auto; }
.info-grid .icon { width: 50px; height: 50px; margin-inline: auto; }
.process-grid .icon { width: 48px; height: 48px; }
.philosophy-grid .icon { width: 58px; height: 58px; margin: 15px auto; }
.commitments .card { box-shadow: 0 8px 24px rgba(35, 81, 101, .05); }
.category-stack .icon { width: 50px; height: 50px; padding: 10px; border-radius: 50%; background: #f0fafb; }
.page-catch br { display: block; }
.page-hero-image { border-radius: 42% 0 0 42% / 22% 0 0 22%; }

@media (max-width: 1040px) {
  .home-hero .hero-copy h1 { font-size: 44px; }
  .partner-band-inner { grid-template-columns: 1fr; }
  .partner-band-copy { max-width: 610px; }
  .partner-band-copy p { max-width: 520px; }
}

@media (max-width: 840px) {
  .home-hero { min-height: auto; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .home-hero .hero-copy { padding: 52px 0 42px; }
  .home-hero .hero-copy h1 { font-size: clamp(38px, 7vw, 50px); }
  .hero-media.hero-collage { height: 430px; border-radius: 54px 54px 0 0; overflow: hidden; }
  .hero-food, .hero-data { border-radius: 0; }
  .home-page .home-hero + .section { padding-top: 70px; }
  .partner-band { padding: 66px 0; }
  .partner-band-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 580px) {
  .home-hero .hero-copy h1 { font-size: 34px; line-height: 1.62; letter-spacing: .055em; }
  .home-hero .hero-copy > p { font-size: 15px; }
  .hero-media.hero-collage { height: 380px; grid-template-columns: 1.15fr .85fr; gap: 4px; border-radius: 34px 34px 0 0; }
  .hero-data img { object-position: 72% center; }
  .partner-band-inner { gap: 30px; }
  .partner-band-cards { grid-template-columns: 1fr; }
  .partner-band .mini-card { min-height: 0; }
  .flow-grid { row-gap: 26px; }
  .flow-item .icon { width: 68px; height: 68px; padding: 16px; }
  .flow-item:not(:last-child)::after { top: 54px; }
  .page-catch br { display: none; }
}

/* v10: card contrast and first-view framing corrections */
.partner-band {
  background: linear-gradient(105deg, #e9f7fb 0%, #f8fcfd 48%, #edf8fb 100%);
}
.partner-band-inner {
  grid-template-columns: minmax(285px, .95fr) minmax(0, 2.05fr);
  gap: 30px;
}
.partner-band-copy h2 {
  font-size: clamp(27px, 2.45vw, 31px);
  line-height: 1.75;
}
.partner-band-copy h2 > span {
  display: block;
  white-space: nowrap;
}
.partner-band-cards { gap: 14px; }
.partner-band .mini-card {
  min-height: 230px;
  padding: 25px 22px;
  border-top-width: 3px;
}
.partner-band .mini-card:nth-child(1) { border-top-color: #2b99e4; }
.partner-band .mini-card:nth-child(2) { border-top-color: #119da8; }
.partner-band .mini-card:nth-child(3) { border-top-color: #22aa89; }
.partner-band .icon-circle {
  width: 60px;
  height: 60px;
  box-shadow: 0 7px 18px rgba(20, 126, 154, .18);
}
.partner-band .icon-circle .icon {
  width: 31px;
  height: 31px;
  color: #fff !important;
  stroke: #fff !important;
  stroke-width: 1.9;
}
.partner-band .mini-card h3 { font-size: 15px; }
.partner-band .mini-card p { font-size: 11px; }

/* The supplied lower-page artwork contains a presentation margin on the left.
   Zooming only these first-view images places the product/service imagery in view. */
.business-page .page-hero-image img,
.strength-page .page-hero-image img,
.partner-page .page-hero-image img,
.company-page .page-hero-image img,
.contact-page .page-hero-image img {
  width: 132%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  transform: translateX(-24%);
  transform-origin: right center;
}
.business-page .page-hero-image img { transform: translateX(-23%); }
.contact-page .page-hero-image img { transform: translateX(-22%); }

@media (min-width: 901px) and (max-width: 1040px) {
  .partner-band-inner {
    grid-template-columns: 285px minmax(0, 1fr);
    gap: 24px;
  }
  .partner-band .mini-card { padding-inline: 18px; }
  .partner-band .mini-card h3 { font-size: 13px; }
}

@media (max-width: 900px) {
  .partner-band-inner { grid-template-columns: 1fr; }
  .partner-band-copy { max-width: 650px; }
}

@media (max-width: 840px) {
  .business-page .page-hero-image img,
  .strength-page .page-hero-image img,
  .partner-page .page-hero-image img,
  .company-page .page-hero-image img,
  .contact-page .page-hero-image img {
    width: 122%;
    transform: translateX(-18%);
  }
}

/* v11: dedicated company and partner first views */
@media (min-width: 841px) {
  .company-page .page-hero-grid {
    min-height: 440px;
    grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr);
  }
  .company-page .page-hero-grid > div:first-child { padding: 42px 42px 42px 0; }
  .company-page .page-hero h1 { margin-bottom: 25px; }
  .company-page .page-catch { margin-bottom: 15px; font-size: clamp(27px, 2.8vw, 34px); }
  .company-page .page-hero-image {
    height: 400px;
    border: 1px solid rgba(206, 228, 236, .85);
    border-radius: 36px;
    box-shadow: 0 15px 36px rgba(28, 86, 110, .09);
  }
  .company-page .page-hero-image::after {
    box-shadow: inset 18px 0 30px rgba(255, 255, 255, .13);
  }
  .company-page .page-hero-image img {
    width: 125%;
    max-width: none;
    height: 100%;
    object-position: center;
    transform: translateX(-20%);
  }

  .partner-page .page-hero-grid {
    min-height: 430px;
    grid-template-columns: minmax(430px, .96fr) minmax(0, 1.04fr);
  }
  .partner-page .page-hero-grid > div:first-child { padding: 40px 42px 40px 0; }
  .partner-page .page-hero h1 {
    margin: 7px 0 20px;
    font-size: clamp(29px, 3.15vw, 36px);
    line-height: 1.62;
    letter-spacing: .07em;
  }
  .partner-page .page-hero h1 > span,
  .partner-page .page-catch > span {
    display: block;
    white-space: nowrap;
  }
  .partner-page .page-catch {
    margin-bottom: 14px;
    font-size: clamp(25px, 2.55vw, 30px);
    line-height: 1.65;
    letter-spacing: .06em;
  }
  .partner-page .page-lead { max-width: 470px; font-size: 12px; line-height: 1.9; }
  .partner-page .page-hero-image {
    height: 360px;
    border: 1px solid rgba(206, 228, 236, .8);
    border-radius: 32px;
    box-shadow: 0 14px 34px rgba(28, 86, 110, .08);
  }
}

.company-page .page-hero + .section { padding-top: 58px; }
.partner-page .section { padding: 70px 0; }
.partner-page .page-hero + .section { padding-top: 62px; }
.partner-page .section-heading { margin-bottom: 32px; }
.partner-page .commitments .card { min-height: 225px; }
.partner-page .info-grid article { min-height: 165px; }
.partner-page .faq summary { padding-block: 15px; }

@media (max-width: 840px) {
  .company-page .page-hero-image img {
    width: 122%;
    max-width: none;
    transform: translateX(-18%);
  }
  .company-page .page-hero + .section { padding-top: 48px; }
  .partner-page .page-hero h1 > span,
  .partner-page .page-catch > span { display: block; }
  .partner-page .page-hero-image { height: 340px; }
  .partner-page .section { padding: 58px 0; }
  .partner-page .commitments { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .partner-page .commitments .card { min-height: 0; }
}

@media (max-width: 580px) {
  .company-page .page-hero-image img {
    width: 128%;
    transform: translateX(-21%);
  }
  .partner-page .page-hero h1 > span,
  .partner-page .page-catch > span { white-space: normal; }
  .partner-page .page-hero-image { height: 270px; }
  .partner-page .commitments { grid-template-columns: 1fr; }
  .partner-page .section { padding: 50px 0; }
}

@media (max-width: 580px) {
  .partner-band-copy h2 { font-size: 26px; }
  .partner-band .mini-card {
    padding: 23px;
    border-top-width: 3px;
  }
  .business-page .page-hero-image img,
  .strength-page .page-hero-image img,
  .partner-page .page-hero-image img,
  .company-page .page-hero-image img,
  .contact-page .page-hero-image img {
    width: 128%;
    transform: translateX(-21%);
  }
}
