/*
Theme Name: Machitalk Trust Hub
Theme URI: https://machitalk.net/
Author: 株式会社きゃんせ
Description: Official brand and trust hub theme for Machitalk.
Version: 0.2.0
Text Domain: machitalk-trust-hub
*/

:root {
    --mt-ink: #102a2b;
    --mt-ink-soft: #40595a;
    --mt-paper: #fbfaf4;
    --mt-paper-deep: #f0eee4;
    --mt-white: #ffffff;
    --mt-green: #17685f;
    --mt-green-dark: #0d4f49;
    --mt-mint: #d9eee6;
    --mt-yellow: #f5c95c;
    --mt-coral: #e5745d;
    --mt-border: rgba(16, 42, 43, .14);
    --mt-shadow: 0 18px 45px rgba(23, 68, 64, .12);
    --mt-radius: 24px;
    --mt-content: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--mt-paper);
    color: var(--mt-ink);
    font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    text-rendering: optimizeLegibility;
}
a { color: var(--mt-green); text-underline-offset: .18em; }
a:hover { color: var(--mt-green-dark); }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--mt-yellow); outline-offset: 3px; }

.mt-container { width: min(calc(100% - 40px), var(--mt-content)); margin-inline: auto; }
.mt-narrow { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.mt-skip-link { position: fixed; top: -80px; left: 20px; z-index: 1000; padding: 10px 18px; background: var(--mt-ink); color: #fff; }
.mt-skip-link:focus { top: 20px; }

.mt-site-header { position: sticky; top: 0; z-index: 50; background: rgba(251, 250, 244, .94); border-bottom: 1px solid var(--mt-border); backdrop-filter: blur(14px); }
.mt-header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.mt-brand { display: flex; align-items: center; gap: 12px; color: var(--mt-ink); text-decoration: none; font-weight: 800; letter-spacing: .03em; }
.mt-brand-mark { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 13px 13px 13px 4px; background: var(--mt-green); color: #fff; font-family: Georgia, serif; font-size: 20px; box-shadow: 5px 5px 0 var(--mt-yellow); }
.mt-brand-copy small { display: block; margin-top: -4px; color: var(--mt-ink-soft); font-size: 10px; font-weight: 600; letter-spacing: .08em; }
.mt-nav { display: flex; align-items: center; gap: 4px; }
.mt-nav a { padding: 9px 11px; color: var(--mt-ink); text-decoration: none; font-size: 14px; font-weight: 700; border-radius: 999px; }
.mt-nav a:hover { background: var(--mt-mint); }
.mt-nav .mt-nav-cta { margin-left: 6px; padding-inline: 18px; background: var(--mt-green); color: #fff; }
.mt-menu-toggle { display: none; border: 1px solid var(--mt-border); background: #fff; color: var(--mt-ink); border-radius: 12px; padding: 8px 12px; }

.mt-main { min-height: 60vh; overflow: hidden; }
.mt-entry { padding: 72px 0 110px; }
.mt-entry-header { margin-bottom: 44px; }
.mt-kicker { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 12px; color: var(--mt-green); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.mt-kicker::before { content: ""; width: 24px; height: 3px; border-radius: 3px; background: var(--mt-yellow); }
.mt-entry h1, .mt-hero h1 { margin: 0; font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif; line-height: 1.28; letter-spacing: .02em; }
.mt-entry h1 { font-size: clamp(34px, 5vw, 58px); }
.mt-entry h2 { margin: 56px 0 18px; font-size: clamp(26px, 3.4vw, 38px); line-height: 1.42; }
.mt-entry h3 { margin: 34px 0 12px; font-size: 21px; }
.mt-entry p, .mt-entry li { color: var(--mt-ink-soft); }
.mt-entry strong { color: var(--mt-ink); }
.mt-entry-content > *:first-child { margin-top: 0; }

.mt-hero { position: relative; padding: 104px 0 88px; background: var(--mt-green-dark); color: #fff; isolation: isolate; }
.mt-hero::before, .mt-hero::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; filter: blur(1px); }
.mt-hero::before { width: 420px; height: 420px; right: -110px; top: -190px; background: rgba(245, 201, 92, .23); }
.mt-hero::after { width: 310px; height: 310px; left: -170px; bottom: -150px; background: rgba(217, 238, 230, .13); }
.mt-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 70px; }
.mt-hero .mt-kicker { color: var(--mt-yellow); }
.mt-hero h1 { font-size: clamp(44px, 7vw, 78px); }
.mt-hero-lead { max-width: 690px; margin: 25px 0 0; color: rgba(255,255,255,.82); font-size: clamp(17px, 2vw, 20px); }
.mt-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.mt-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 24px; border: 0; border-radius: 999px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.mt-button:hover { transform: translateY(-2px); }
.mt-button--primary { background: var(--mt-yellow); color: var(--mt-ink); box-shadow: 0 10px 25px rgba(245, 201, 92, .24); }
.mt-button--secondary { border: 1px solid rgba(255,255,255,.32); background: rgba(255,255,255,.08); color: #fff; }
.mt-button--green { background: var(--mt-green); color: #fff; }
.mt-hero-card { position: relative; padding: 34px; border-radius: 36px 36px 36px 8px; background: var(--mt-paper); color: var(--mt-ink); box-shadow: 18px 18px 0 rgba(245,201,92,.95); transform: rotate(1.2deg); }
.mt-hero-card::before { content: "現地の声"; position: absolute; right: 24px; top: -15px; padding: 5px 13px; border-radius: 999px; background: var(--mt-coral); color: #fff; font-size: 12px; font-weight: 800; transform: rotate(3deg); }
.mt-hero-card h2 { margin: 0 0 18px; font-size: 24px; }
.mt-hero-card ul { margin: 0; padding: 0; list-style: none; }
.mt-hero-card li { display: flex; gap: 12px; padding: 12px 0; border-top: 1px solid var(--mt-border); }
.mt-hero-card li::before { content: "✓"; color: var(--mt-green); font-weight: 900; }

.mt-section { padding: 88px 0; }
.mt-section--white { background: #fff; }
.mt-section--mint { background: var(--mt-mint); }
.mt-section--ink { background: var(--mt-ink); color: #fff; }
.mt-section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.mt-section-head h2 { max-width: 750px; margin: 0; font-size: clamp(30px, 4vw, 48px); line-height: 1.35; }
.mt-section-head p { max-width: 470px; margin: 0; color: var(--mt-ink-soft); }
.mt-section--ink .mt-section-head p { color: rgba(255,255,255,.68); }

.mt-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.mt-card { position: relative; padding: 30px; border: 1px solid var(--mt-border); border-radius: var(--mt-radius); background: var(--mt-white); box-shadow: 0 8px 24px rgba(16,42,43,.05); }
.mt-card-number { display: inline-grid; width: 40px; height: 40px; place-items: center; margin-bottom: 28px; border-radius: 50%; background: var(--mt-mint); color: var(--mt-green); font-weight: 900; }
.mt-card h3 { margin: 0 0 10px; font-size: 21px; }
.mt-card p { margin: 0; color: var(--mt-ink-soft); }
.mt-card-link { display: inline-flex; margin-top: 22px; font-weight: 800; text-decoration: none; }
.mt-card-link::after { content: "→"; margin-left: 7px; }

.mt-proof { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 26px; background: rgba(255,255,255,.12); }
.mt-proof-item { padding: 28px; background: var(--mt-ink); }
.mt-proof-item strong { display: block; margin-bottom: 6px; color: var(--mt-yellow); font-size: 18px; }
.mt-proof-item span { color: rgba(255,255,255,.72); font-size: 14px; }

.mt-site-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.mt-site-card { min-height: 180px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border-radius: 22px; background: #fff; color: var(--mt-ink); text-decoration: none; border: 1px solid var(--mt-border); }
.mt-site-card:hover { transform: translateY(-4px); box-shadow: var(--mt-shadow); }
.mt-site-card small { color: var(--mt-green); font-weight: 800; }
.mt-site-card strong { font-size: 22px; }
.mt-status { display: inline-flex; align-self: flex-start; padding: 3px 9px; border-radius: 999px; background: var(--mt-mint); color: var(--mt-green-dark); font-size: 11px; font-weight: 800; }
.mt-status--prep { background: #f3e8c8; color: #765d1c; }

.mt-flow { counter-reset: flow; display: grid; gap: 14px; margin: 28px 0; padding: 0; list-style: none; }
.mt-flow li { counter-increment: flow; position: relative; padding: 22px 22px 22px 76px; border: 1px solid var(--mt-border); border-radius: 18px; background: #fff; }
.mt-flow li::before { content: counter(flow); position: absolute; left: 22px; top: 19px; display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: var(--mt-green); color: #fff; font-weight: 900; }
.mt-policy-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 0; list-style: none; }
.mt-policy-list li { padding: 18px 20px; border-left: 4px solid var(--mt-yellow); border-radius: 0 14px 14px 0; background: #fff; box-shadow: 0 4px 18px rgba(16,42,43,.06); }
.mt-note { margin: 28px 0; padding: 22px 24px; border: 1px solid #d9c888; border-radius: 18px; background: #fff9df; color: #584a20; }
.mt-note--green { border-color: #a8d5c8; background: #edf8f3; color: var(--mt-green-dark); }
.mt-table-wrap { overflow-x: auto; }
.mt-entry table { width: 100%; border-collapse: collapse; background: #fff; }
.mt-entry th, .mt-entry td { padding: 14px 16px; border: 1px solid var(--mt-border); text-align: left; vertical-align: top; }
.mt-entry th { background: var(--mt-mint); }

.mt-owner-form-wrap { margin-top: 34px; }
.mt-owner-form { padding: clamp(24px, 5vw, 46px); border-radius: 28px; background: #fff; box-shadow: var(--mt-shadow); }
.mt-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.mt-form-field { display: grid; gap: 7px; }
.mt-form-field--wide { grid-column: 1 / -1; }
.mt-form-field label { color: var(--mt-ink); font-size: 14px; font-weight: 800; }
.mt-form-field input, .mt-form-field select, .mt-form-field textarea { width: 100%; padding: 13px 14px; border: 1px solid #b9c7c5; border-radius: 12px; background: #fff; color: var(--mt-ink); }
.mt-form-field textarea { resize: vertical; }
.mt-required { display: inline-block; margin-left: 6px; padding: 1px 6px; border-radius: 5px; background: #fde5df; color: #a23f2e; font-size: 10px; }
.mt-form-privacy, .mt-form-caution { margin: 24px 0; padding: 17px 18px; border-radius: 14px; }
.mt-form-privacy { background: var(--mt-paper-deep); }
.mt-form-caution { border: 1px solid #e7c3b9; background: #fff3ef; color: #6f352a; }
.mt-form-caution strong { display: block; }
.mt-form-footnote { margin-bottom: 0; color: var(--mt-ink-soft); font-size: 13px; }
.mt-form-notice { margin-bottom: 18px; padding: 16px 18px; border-radius: 12px; font-weight: 700; }
.mt-form-notice--success { background: #e5f5ed; color: #155d45; }
.mt-form-notice--error { background: #fdeae6; color: #8e3627; }
.mt-hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.mt-news-list { border-top: 1px solid var(--mt-border); }
.mt-news-item { display: grid; grid-template-columns: 120px 1fr; gap: 28px; padding: 25px 0; border-bottom: 1px solid var(--mt-border); }
.mt-news-item time { color: var(--mt-green); font-weight: 800; }
.mt-news-item h2 { margin: 0 0 5px; font-size: 20px; }
.mt-news-item p { margin: 0; }

.mt-cta { padding: 54px; border-radius: 36px; background: var(--mt-yellow); color: var(--mt-ink); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.mt-cta h2 { max-width: 650px; margin: 0; font-size: clamp(28px, 4vw, 44px); line-height: 1.35; }
.mt-cta p { margin: 8px 0 0; color: rgba(16,42,43,.75); }
.mt-cta .mt-button { flex: 0 0 auto; background: var(--mt-ink); color: #fff; }

.mt-site-footer { padding: 65px 0 25px; background: #092f30; color: #fff; }
.mt-footer-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 60px; }
.mt-footer-brand p { color: rgba(255,255,255,.65); font-size: 14px; }
.mt-footer-title { margin: 0 0 14px; color: var(--mt-yellow); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.mt-footer-links { display: grid; gap: 7px; }
.mt-footer-links a { color: rgba(255,255,255,.84); text-decoration: none; font-size: 14px; }
.mt-footer-links a:hover { color: #fff; text-decoration: underline; }
.mt-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.48); font-size: 12px; }

.mt-404 { padding: 110px 0; text-align: center; }
.mt-404 strong { display: block; color: var(--mt-yellow); font-size: 72px; line-height: 1; }

@media (max-width: 980px) {
    .mt-menu-toggle { display: block; }
    .mt-nav { display: none; position: absolute; left: 20px; right: 20px; top: 70px; flex-direction: column; align-items: stretch; padding: 14px; border: 1px solid var(--mt-border); border-radius: 18px; background: var(--mt-paper); box-shadow: var(--mt-shadow); }
    .mt-nav.is-open { display: flex; }
    .mt-nav .mt-nav-cta { margin: 4px 0 0; text-align: center; }
    .mt-hero-grid { grid-template-columns: 1fr; gap: 52px; }
    .mt-hero-card { max-width: 600px; }
    .mt-card-grid { grid-template-columns: 1fr 1fr; }
    .mt-site-grid { grid-template-columns: repeat(3, 1fr); }
    .mt-proof { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
    .mt-container, .mt-narrow { width: min(calc(100% - 28px), var(--mt-content)); }
    .mt-header-inner { min-height: 68px; }
    .mt-brand-copy small { display: none; }
    .mt-hero { padding: 72px 0 64px; }
    .mt-hero-card { padding: 26px; box-shadow: 10px 10px 0 var(--mt-yellow); }
    .mt-section, .mt-entry { padding: 64px 0; }
    .mt-section-head { display: block; }
    .mt-section-head p { margin-top: 14px; }
    .mt-card-grid, .mt-site-grid, .mt-policy-list, .mt-form-grid, .mt-footer-grid { grid-template-columns: 1fr; }
    .mt-proof { grid-template-columns: 1fr; }
    .mt-form-field--wide { grid-column: auto; }
    .mt-site-card { min-height: 150px; }
    .mt-cta { display: block; padding: 30px; border-radius: 24px; }
    .mt-cta .mt-button { margin-top: 22px; }
    .mt-news-item { grid-template-columns: 1fr; gap: 5px; }
    .mt-footer-bottom { display: block; }
}

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

/* MT-HUB-SURFACE-RENEWAL-001 */
:root {
    --mt-ink: #202b36;
    --mt-ink-soft: #56636d;
    --mt-paper: #f8fbfc;
    --mt-paper-deep: #eef6f4;
    --mt-green: #2e7d32;
    --mt-green-dark: #1d6429;
    --mt-mint: #dff4e5;
    --mt-yellow: #ffd166;
    --mt-coral: #ff8066;
    --mt-blue: #42b6ed;
    --mt-sky: #eaf7fd;
    --mt-border: rgba(32, 43, 54, .12);
    --mt-shadow: 0 18px 50px rgba(25, 65, 78, .12);
    --mt-content: 1240px;
}

body { background: var(--mt-white); }
.mt-main { overflow: clip; }
.mt-container { width: min(calc(100% - 48px), var(--mt-content)); }
.mt-site-header { background: rgba(255,255,255,.96); }
.mt-header-inner { min-height: 76px; }
.mt-brand { gap: 11px; font-size: 22px; line-height: 1.05; }
.mt-brand-symbol { position: relative; width: 42px; height: 40px; flex: 0 0 42px; display: block; }
.mt-brand-leaf { position: absolute; bottom: 3px; width: 17px; height: 29px; border-radius: 90% 12% 90% 20%; transform-origin: bottom center; }
.mt-brand-leaf--green { left: 5px; background: #54b948; transform: rotate(-34deg); }
.mt-brand-leaf--blue { left: 20px; background: #35ace0; transform: rotate(29deg) scale(.95); }
.mt-brand-dot { position: absolute; width: 12px; height: 12px; right: 4px; top: 0; border-radius: 50%; background: var(--mt-coral); }
.mt-brand-copy small { margin-top: 6px; color: #55616b; font-size: 9px; letter-spacing: .16em; }
.mt-nav { gap: 2px; }
.mt-nav a { padding: 10px 10px; font-size: 13px; }
.mt-nav .mt-nav-cta { padding-inline: 20px; box-shadow: 0 8px 20px rgba(46,125,50,.18); }
.mt-menu-toggle { align-items: center; gap: 8px; min-height: 44px; }
.mt-menu-icon { width: 20px; display: grid; gap: 4px; }
.mt-menu-icon i { display: block; height: 2px; border-radius: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.mt-menu-toggle[aria-expanded="true"] .mt-menu-icon i:first-child { transform: translateY(6px) rotate(45deg); }
.mt-menu-toggle[aria-expanded="true"] .mt-menu-icon i:nth-child(2) { opacity: 0; }
.mt-menu-toggle[aria-expanded="true"] .mt-menu-icon i:last-child { transform: translateY(-6px) rotate(-45deg); }

.mt-surface-hero { position: relative; min-height: min(680px, 78vh); display: grid; align-items: center; background: #d9eff9; isolation: isolate; }
.mt-surface-hero-photo { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.mt-surface-hero-wash { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.87) 33%, rgba(255,255,255,.28) 62%, rgba(255,255,255,.03) 100%); }
.mt-surface-hero::after { content: ""; position: absolute; inset: auto 0 0; z-index: -1; height: 80px; background: linear-gradient(transparent, rgba(255,255,255,.6)); }
.mt-surface-hero-content { padding-block: 92px; }
.mt-eyebrow { margin: 0 0 18px; color: var(--mt-green); font-size: 13px; font-weight: 900; letter-spacing: .14em; }
.mt-surface-hero h1, .mt-about-hero h1 { margin: 0; color: var(--mt-ink); font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif; font-size: clamp(44px, 5.4vw, 76px); font-weight: 900; line-height: 1.28; letter-spacing: .025em; }
.mt-surface-hero-lead { max-width: 600px; margin: 24px 0 0; color: #34424c; font-size: clamp(16px, 1.6vw, 19px); font-weight: 600; line-height: 1.9; }
.mt-surface-hero .mt-hero-actions { margin-top: 30px; }
.mt-button { gap: 24px; min-height: 54px; padding-inline: 30px; }
.mt-button--green { background: linear-gradient(135deg, #249b45, #2e7d32); color: #fff; box-shadow: 0 12px 25px rgba(46,125,50,.24); }
.mt-button--green:hover { color: #fff; background: var(--mt-green-dark); }
.mt-button--paper { border: 1px solid rgba(32,43,54,.2); background: rgba(255,255,255,.93); color: var(--mt-ink); box-shadow: 0 10px 24px rgba(32,43,54,.08); }
.mt-hero-note { margin: 14px 0 0; color: #5c6871; font-size: 12px; }

.mt-section { padding: 94px 0; }
.mt-section--sky { background: linear-gradient(145deg, #eef9fe 0%, #f8fcfd 60%, #edf8f2 100%); }
.mt-section--soft { background: #f5faf8; }
.mt-section--green { background: linear-gradient(135deg, #246e31, #2f8f45); color: #fff; }
.mt-section-head { align-items: end; }
.mt-section-head h2 { font-size: clamp(32px, 4vw, 52px); font-weight: 900; letter-spacing: .02em; }
.mt-section-link { margin: 28px 0 0; text-align: right; }

.mt-region-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.mt-region-card { overflow: hidden; display: grid; grid-template-columns: minmax(180px, .9fr) 1.1fr; min-height: 230px; border: 1px solid var(--mt-border); border-radius: 22px; background: #fff; color: var(--mt-ink); text-decoration: none; box-shadow: 0 10px 30px rgba(25,65,78,.08); transition: transform .2s ease, box-shadow .2s ease; }
.mt-region-card:hover { color: var(--mt-ink); transform: translateY(-4px); box-shadow: var(--mt-shadow); }
.mt-region-visual { position: relative; overflow: hidden; min-height: 220px; background: linear-gradient(#8ed9f4 0 48%, #8fcf77 48% 70%, #d9c59a 70%); }
.mt-region-visual::before { content: ""; position: absolute; left: -10%; right: -10%; top: 37%; height: 45%; border-radius: 50% 50% 0 0; background: #4f9f54; box-shadow: 70px -18px 0 #6cb96d, 150px 5px 0 #397f49; transform: skewY(-5deg); }
.mt-region-visual::after { content: ""; position: absolute; left: 18%; right: 14%; bottom: 10%; height: 26%; background: linear-gradient(100deg, #fff 0 18%, #dd715c 18% 28%, #fff 28% 50%, #6b9fc5 50% 62%, #fff 62% 100%); clip-path: polygon(0 40%, 12% 0, 24% 40%, 42% 5%, 58% 40%, 76% 0, 100% 40%, 100% 100%, 0 100%); }
.mt-region-card-body { display: flex; flex-direction: column; justify-content: center; padding: 26px; }
.mt-region-card-body small { color: var(--mt-green); font-size: 12px; font-weight: 900; }
.mt-region-card-body strong { margin-top: 4px; font-size: 27px; }
.mt-region-card-body > span { margin-top: 8px; color: var(--mt-ink-soft); font-size: 14px; }
.mt-region-card-body b { margin-top: 22px; color: var(--mt-green); font-size: 14px; }
.mt-region-grid--compact { display: block; }
.mt-region-grid--compact .mt-region-card { grid-template-columns: 100px 1fr; min-height: 132px; box-shadow: none; }
.mt-region-grid--compact .mt-region-visual { min-height: 132px; }
.mt-region-grid--compact .mt-region-card-body { padding: 16px; }
.mt-region-grid--compact .mt-region-card-body strong { font-size: 19px; }
.mt-region-grid--compact .mt-region-card-body > span { display: none; }
.mt-region-grid--compact .mt-region-card-body b { margin-top: 8px; font-size: 12px; }

.mt-feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.mt-feature-card { min-height: 245px; padding: 30px 26px; border: 1px solid rgba(32,43,54,.08); border-radius: 20px; background: #fff; box-shadow: 0 10px 28px rgba(25,65,78,.07); }
.mt-feature-card h3 { margin: 18px 0 10px; font-size: 20px; line-height: 1.5; }
.mt-surface-hero h1, .mt-about-page h1, .mt-about-page h2, .mt-about-page h3, .mt-section h2, .mt-section h3 { word-break: auto-phrase; text-wrap: pretty; }
.mt-mobile-break { display: none; }
.mt-feature-card p { margin: 0; color: var(--mt-ink-soft); font-size: 14px; }
.mt-feature-icon { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; color: #fff; font-size: 20px; }
.mt-feature-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.mt-feature-card--green .mt-feature-icon { background: var(--mt-green); }
.mt-feature-card--blue .mt-feature-icon { background: var(--mt-blue); }
.mt-feature-card--coral .mt-feature-icon { background: var(--mt-coral); }
.mt-feature-card--mint .mt-feature-icon { background: #46b99a; }

.mt-about-banner { position: relative; overflow: hidden; min-height: 260px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; border-radius: 24px; background: #eff8fb; color: var(--mt-ink); text-decoration: none; box-shadow: var(--mt-shadow); }
.mt-about-banner img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; }
.mt-about-banner-copy { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(30px, 5vw, 64px); }
.mt-about-banner-copy small { color: var(--mt-green); font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.mt-about-banner-copy strong { margin-top: 8px; font-size: clamp(30px, 4vw, 48px); }
.mt-about-banner-copy > span { margin-top: 8px; color: var(--mt-ink-soft); }
.mt-about-banner-copy b { margin-top: 24px; color: var(--mt-green); }

.mt-support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.mt-support-card { padding: clamp(30px, 4vw, 48px); border: 1px solid #cfe5ef; border-radius: 22px; background: linear-gradient(145deg, #fff, #eff9fd); }
.mt-support-card--owner { border-color: #cce7d2; background: linear-gradient(145deg, #fff, #edf9ef); }
.mt-support-card h2 { margin: 0 0 12px; font-size: clamp(27px, 3vw, 38px); }
.mt-support-card p { color: var(--mt-ink-soft); }
.mt-link-list { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 22px; }
.mt-link-list a { font-weight: 800; }

.mt-about-hero { padding: 78px 0 72px; background: linear-gradient(135deg, #f4fbfd 0%, #fff 48%, #ecf8f0 100%); }
.mt-about-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(38px, 5vw, 72px); align-items: center; }
.mt-about-hero h1 { font-size: clamp(45px, 4.6vw, 62px); }
.mt-about-hero p:not(.mt-kicker) { max-width: 560px; color: var(--mt-ink-soft); font-size: 18px; }
.mt-about-collage { position: relative; min-height: 410px; padding: 24px 70px 52px 0; }
.mt-about-collage::before { content: ""; position: absolute; width: 55%; height: 46%; right: 0; bottom: 0; border-radius: 18px 52px 18px 18px; background: linear-gradient(145deg, #88d5f3, #ccefd7); }
.mt-about-collage img { position: relative; z-index: 1; width: 88%; height: 340px; object-fit: cover; border-radius: 64px 18px 64px 18px; box-shadow: var(--mt-shadow); }
.mt-about-collage > span { position: absolute; z-index: 2; right: 0; bottom: 34px; padding: 18px 23px; border-radius: 18px 18px 18px 4px; background: #fff; font-family: "Yu Mincho", YuMincho, serif; font-size: 18px; transform: rotate(-2deg); box-shadow: 0 10px 28px rgba(25,65,78,.13); }

.mt-network-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1.35fr; gap: 18px; align-items: center; padding: 30px; border: 1px solid var(--mt-border); border-radius: 24px; background: #fbfdfe; }
.mt-network-node { min-height: 180px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 22px; border-radius: 18px; background: #fff; text-align: center; box-shadow: 0 8px 22px rgba(25,65,78,.07); }
.mt-network-node .mt-brand-symbol { margin-bottom: 10px; transform: scale(1.3); }
.mt-network-node strong, .mt-network-destination > strong { font-size: 19px; }
.mt-network-node span:not(.mt-brand-symbol):not(.mt-brand-leaf):not(.mt-brand-dot) { margin-top: 5px; color: var(--mt-ink-soft); font-size: 12px; }
.mt-network-pin { display: grid !important; width: 45px; height: 45px; place-items: center; margin-bottom: 9px; border-radius: 50% 50% 50% 0; background: var(--mt-green); color: #fff !important; transform: rotate(-45deg); }
.mt-network-arrow { color: #64b878; font-size: 34px; font-weight: 900; }
.mt-network-destination { display: grid; gap: 12px; }
.mt-end-cta { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.mt-end-cta .mt-kicker { color: #d6f3dd; }
.mt-end-cta h2 { margin: 0; font-size: clamp(36px, 5vw, 62px); }
.mt-end-cta p { margin: 10px 0 0; color: rgba(255,255,255,.82); }

.mt-site-footer { background: #183d3c; }
.mt-footer-grid { grid-template-columns: 1.35fr .8fr 1fr .9fr; gap: 42px; }
.mt-brand--footer, .mt-brand--footer:hover { color: #fff; }
.mt-brand--footer .mt-brand-copy small { color: rgba(255,255,255,.58); }
.mt-footer-title { color: #9ddcac; }

@media (max-width: 980px) {
    .mt-menu-toggle { display: inline-flex; }
    .mt-nav { top: 68px; background: #fff; }
    .mt-menu-open { overflow: hidden; }
    .mt-feature-grid { grid-template-columns: 1fr 1fr; }
    .mt-footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
    .mt-footer-grid > :last-child { grid-column: 2 / 4; }
    .mt-about-hero-grid { grid-template-columns: 1fr; }
    .mt-about-collage { width: min(100%, 720px); }
    .mt-network-flow { grid-template-columns: 1fr; }
    .mt-network-arrow { transform: rotate(90deg); justify-self: center; }
}

@media (max-width: 680px) {
    .mt-container, .mt-narrow { width: min(calc(100% - 28px), var(--mt-content)); }
    .mt-brand { font-size: 19px; }
    .mt-brand-symbol { width: 37px; height: 36px; flex-basis: 37px; transform: scale(.9); }
    .mt-brand-copy { min-width: 0; }
    .mt-brand-copy small { display: block; margin-top: 3px; font-size: 8px; line-height: 1.25; letter-spacing: .12em; white-space: nowrap; }
    .mt-header-inner { min-height: 76px; gap: 10px; }
    .mt-menu-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
    .mt-surface-hero { min-height: auto; align-items: start; padding-bottom: 250px; background: #edf8fc; }
    .mt-surface-hero-photo { inset: auto 0 0; height: 285px; object-position: 63% 55%; }
    .mt-surface-hero-wash { background: linear-gradient(180deg, #fff 0%, #f5fbfd 58%, rgba(245,251,253,.45) 76%, transparent 100%); }
    .mt-surface-hero-content { padding-block: 56px 36px; }
    .mt-surface-hero h1 { font-size: clamp(32px, 8.7vw, 34px); line-height: 1.42; letter-spacing: .01em; }
    .mt-surface-hero-lead { margin-top: 18px; font-size: 15px; line-height: 1.75; }
    .mt-surface-hero .mt-hero-actions { display: grid; }
    .mt-button { width: 100%; }
    .mt-section { padding: 68px 0; }
    .mt-section-head h2 { font-size: 30px; text-wrap: balance; }
    .mt-region-card { grid-template-columns: 112px 1fr; min-height: 176px; }
    .mt-region-visual { min-height: 176px; }
    .mt-region-card-body { padding: 18px; }
    .mt-region-card-body strong { font-size: 22px; }
    .mt-region-card-body > span { font-size: 12px; }
    .mt-feature-grid { gap: 10px; }
    .mt-feature-card { min-height: 220px; padding: 22px 17px; }
    .mt-feature-card h3 { font-size: 17px; word-break: auto-phrase; text-wrap: balance; }
    .mt-feature-card p { font-size: 13px; }
    .mt-about-banner { grid-template-columns: 1fr; }
    .mt-about-banner img { min-height: 220px; max-height: 250px; }
    .mt-support-grid, .mt-footer-grid { grid-template-columns: 1fr; }
    .mt-footer-grid > :last-child { grid-column: auto; }
    .mt-about-hero { padding: 58px 0 48px; }
    .mt-about-hero h1 { font-size: 44px; }
    .mt-mobile-break { display: block; }
    .mt-about-collage { min-height: 310px; padding: 10px 28px 40px 0; }
    .mt-about-collage img { width: 94%; height: 260px; border-radius: 42px 14px 42px 14px; }
    .mt-about-collage > span { right: 0; bottom: 18px; padding: 12px 16px; font-size: 14px; }
    .mt-network-flow { padding: 18px; }
    .mt-end-cta { display: block; }
    .mt-end-cta .mt-button { margin-top: 24px; }
}

@media (prefers-reduced-motion: reduce) {
    .mt-menu-icon i { transition: none; }
}
