:root {
    --blue-900: #0b477a;
    --blue-800: #125d9b;
    --blue-700: #1b6fba;
    --blue-600: #2181cf;
    --blue-100: #dceefd;
    --blue-050: #f5f9fe;
    --green: #4b9a55;
    --line-green: #d8e8c7;
    --text: #1d2935;
    --muted: #566675;
    --border: #d7e1e9;
    --white: #fff;
    --warm: #fff9f1;
    --sakura: #9a4e25;
    --shadow: 0 12px 34px rgba(18, 75, 119, .09);
    --radius: 10px;
    --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    overflow-x: hidden;
    color: var(--text);
    background: var(--white);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
    font-size: 1.0625rem;
    line-height: 1.85;
    letter-spacing: .02em;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--blue-800); text-underline-offset: .22em; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #f29a2e; outline-offset: 4px; border-radius: 3px; }
h1, h2, h3 { margin-top: 0; line-height: 1.45; letter-spacing: .04em; }
h1 { font-size: clamp(2rem, 6vw, 3.25rem); }
h2 { font-size: clamp(1.6rem, 4vw, 2.2rem); }
h3 { font-size: 1.1rem; }
p { margin: 0 0 1.25em; }
address { font-style: normal; }

.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
.narrow-content { max-width: 1040px; }
.section { padding: 72px 0; }
.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; top: 10px; left: 10px; z-index: 999; padding: 10px 16px; background: var(--white); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.section-kicker { margin: 0 0 6px; color: var(--blue-700); font-size: .8rem; font-weight: 800; letter-spacing: .18em; }
.lead { font-size: 1.2rem; font-weight: 700; color: var(--blue-900); }
.small-note { color: var(--muted); font-size: .9rem; }

.site-header { position: relative; z-index: 30; border-bottom: 1px solid #edf2f6; background: rgba(255,255,255,.98); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.site-identity { min-width: 0; max-width: calc(100% - 90px); display: inline-flex; color: var(--text); text-decoration: none; line-height: 1.4; }
.site-identity__name { font-size: clamp(.68rem, 3.1vw, .78rem); font-weight: 800; letter-spacing: .015em; }
.menu-toggle { width: auto; min-height: 42px; flex: 0 0 auto; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 7px 10px; color: var(--blue-900); border: 1px solid var(--border); border-radius: 8px; background: var(--white); }
.menu-toggle__line, .menu-toggle__line::before, .menu-toggle__line::after { width: 20px; height: 2px; display: block; background: currentColor; content: ""; transition: transform .2s ease; }
.menu-toggle__line { position: relative; }
.menu-toggle__line::before { position: absolute; top: -7px; }
.menu-toggle__line::after { position: absolute; top: 7px; }
.menu-toggle__label { font-size: .64rem; font-weight: 700; line-height: 1.2; }
.menu-toggle[aria-expanded="true"] .menu-toggle__line { background: transparent; }
.menu-toggle[aria-expanded="true"] .menu-toggle__line::before { top: 0; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle__line::after { top: 0; transform: rotate(-45deg); }
.global-nav { position: absolute; top: 72px; left: 0; right: 0; display: none; padding: 8px 16px 20px; border-bottom: 1px solid var(--border); background: var(--white); box-shadow: var(--shadow); }
.global-nav.is-open { display: block; }
.global-nav ul { max-width: var(--container); margin: 0 auto; padding: 0; list-style: none; }
.global-nav a { display: block; padding: 13px 8px; color: var(--text); border-bottom: 1px solid #edf2f6; font-size: .95rem; font-weight: 700; text-decoration: none; }
.global-nav a[aria-current="page"] { color: var(--blue-700); }
.preview-cache-item { margin-top: 8px; }
.preview-cache-refresh { width: 100%; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 11px 12px; color: var(--blue-800); border: 1px dashed #8bb8df; border-radius: 7px; background: var(--blue-050); font: inherit; font-size: .8rem; font-weight: 800; line-height: 1.4; }
.preview-cache-refresh:disabled { cursor: wait; opacity: .6; }
.preview-cache-refresh > span[aria-hidden="true"] { font-size: 1.15em; }
.preview-cache-label-short { display: none; }

.hero { position: relative; overflow: hidden; background: linear-gradient(115deg, #f1f8fe 0%, #f8fbfe 54%, #fff 100%); }
.hero::after {
    position: absolute; z-index: 2; right: -8%; bottom: -92px; left: -8%; height: 132px;
    border-radius: 52% 48% 0 0 / 72% 82% 0 0;
    background: var(--white); box-shadow: 0 -10px 0 rgba(218, 236, 250, .28);
    transform: rotate(-1deg); content: "";
}
.hero-inner { position: relative; min-height: calc(100svh - 72px); display: flex; align-items: flex-start; padding-top: 38px; padding-bottom: 82px; }
.hero-copy { position: relative; z-index: 3; width: 100%; max-width: 650px; }
.eyebrow { margin-bottom: 14px; color: var(--blue-800); font-size: .76rem; font-weight: 800; letter-spacing: .1em; }
.hero h1 { margin-bottom: 20px; font-size: clamp(1.72rem, 7.4vw, 2.05rem); font-weight: 650; line-height: 1.48; letter-spacing: .015em; }
.mobile-line-break { display: inline; }
.hero-title-quote { display: inline-block; transform: translateX(-.48em); }
.hero-office { margin-bottom: 0; font-size: .84rem; font-weight: 700; line-height: 1.75; }
.recruit-message { margin-top: 18px; color: var(--blue-800); font-size: .94rem; font-weight: 800; line-height: 1.75; }
.recruit-message rt { font-size: .58em; }
.button-row { display: flex; flex-direction: column; align-items: center; gap: 10px; margin-top: 22px; }
.button-row .button { width: min(100%, 360px); }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 14px; border: 2px solid transparent; border-radius: 7px; font-size: .9rem; font-weight: 800; line-height: 1.4; text-align: center; text-decoration: none; }
.button::after, .text-link::after { content: "›"; font-size: 1.35em; line-height: 1; }
.button-icon { width: 23px; height: 23px; flex: 0 0 auto; object-fit: contain; }
.button-icon-light { filter: brightness(0) invert(1); }
.document-icon { position: relative; width: 18px; height: 22px; flex: 0 0 auto; border: 2px solid currentColor; border-radius: 2px; }
.document-icon::before { position: absolute; top: 5px; right: 3px; left: 3px; height: 2px; background: currentColor; box-shadow: 0 5px 0 currentColor; content: ""; }
.button-primary { color: var(--white); background: var(--blue-700); }
.button-secondary, .button-outline { color: var(--blue-700); border-color: var(--blue-700); background: var(--white); }
.button-block { width: 100%; }
.hero-media { position: absolute; z-index: 1; inset: 0; pointer-events: none; }
.hero-illustration { position: absolute; inset: 0; width: 100%; max-width: none; height: 100%; object-fit: cover; object-position: center top; opacity: .25; }

.documents-section { position: relative; padding-top: 54px; background: linear-gradient(180deg, #fff 0%, #fff 88%, #fbfdff 100%); }
.home-priority-grid { display: grid; gap: 28px; align-items: start; }
.home-guide-panel { position: relative; overflow: hidden; padding: 30px 25px; border: 1px solid #e2edf7; border-radius: var(--radius); background: var(--white); box-shadow: 0 10px 30px rgba(18, 75, 119, .055); }
.home-guide-panel::after { position: absolute; z-index: 0; top: -95px; right: -80px; width: 260px; height: 260px; border: 40px solid rgba(33, 129, 207, .045); border-radius: 50%; content: ""; }
.home-guide-panel > * { position: relative; z-index: 1; }
.home-guide-panel h2 { margin-bottom: 18px; color: var(--blue-900); }
.home-guide-panel > p:not(.section-kicker) { max-width: 760px; }
.home-guide-links { display: grid; gap: 12px; margin: 28px 0; }
.home-guide-links a { position: relative; display: grid; gap: 3px; padding: 17px 42px 17px 18px; color: var(--text); border: 1px solid var(--border); border-radius: 8px; background: #fbfdff; text-decoration: none; }
.home-guide-links a::after { position: absolute; top: 50%; right: 17px; color: var(--blue-700); font-size: 1.45rem; line-height: 1; transform: translateY(-50%); content: "›"; }
.home-guide-links strong { color: var(--blue-800); font-size: .95rem; }
.home-guide-links span { color: var(--muted); font-size: .78rem; }
.home-documents-panel { position: relative; overflow: hidden; padding: 27px 24px; border: 1px solid #e2edf7; border-radius: var(--radius); background: linear-gradient(145deg, #f7fbff, #eef6fd); box-shadow: 0 10px 28px rgba(18, 75, 119, .06); }
.home-documents-panel::before { position: absolute; top: -65px; right: -55px; width: 170px; height: 170px; border: 28px solid rgba(64, 139, 199, .07); border-radius: 50%; content: ""; }
.home-documents-panel > * { position: relative; z-index: 1; }
.home-documents-panel h2 { margin-bottom: 10px; color: var(--blue-800); font-size: 1.5rem; }
.compact-document-list { margin: 22px 0; border-top: 1px solid #d8e7f4; }
.compact-document-list article { padding: 18px 0; border-bottom: 1px solid #d8e7f4; }
.compact-document-year { margin-bottom: 7px; display: flex; align-items: center; gap: 8px; font-size: .9rem; font-weight: 850; }
.compact-document-list h3 { min-height: auto; margin-bottom: 8px; font-size: .82rem; line-height: 1.65; }
.compact-document-list article > a { font-size: .8rem; font-weight: 800; }
.section-heading-row { margin-bottom: 28px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.section-heading-row h2 { margin-bottom: 0; color: var(--blue-800); }
.section-heading-row h2 span { display: block; margin-top: 4px; color: var(--blue-700); font-size: .72rem; }
.text-link { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 7px; font-size: .9rem; font-weight: 700; text-decoration: none; }
.document-grid { display: grid; gap: 16px; }
.document-card { position: relative; overflow: hidden; padding: 26px 24px 24px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); box-shadow: 0 7px 22px rgba(20, 63, 100, .05); }
.document-card::before { position: absolute; top: 0; right: 0; left: 0; height: 3px; background: linear-gradient(90deg, var(--blue-700), #88bde7); content: ""; }
.document-year { margin-bottom: 14px; display: flex; align-items: center; gap: 10px; font-size: 1.08rem; font-weight: 850; }
.document-card h3 { min-height: 3.4em; margin-bottom: 12px; font-size: .96rem; }
.document-size { color: var(--muted); font-size: .82rem; }
.new-badge { padding: 2px 8px; color: var(--white); border-radius: 4px; background: var(--green); font-size: .68rem; letter-spacing: .08em; }
.document-card .button { width: 100%; margin-top: 8px; min-height: 48px; }
.document-note { margin-top: 16px; color: var(--muted); font-size: .8rem; }
.info-strip { position: relative; border-block: 1px solid var(--border); background: var(--white); box-shadow: 0 -8px 24px rgba(18, 75, 119, .035); }
.info-grid { display: grid; }
.info-item { min-width: 0; display: grid; grid-template-columns: 44px 1fr; align-items: center; gap: 15px; padding: 25px 0; border-bottom: 1px solid var(--border); }
.info-item:last-child { border-bottom: 0; }
.info-icon { width: 40px; height: 42px; object-fit: contain; }
.info-label { display: block; margin-bottom: 5px; color: var(--blue-700); font-size: .82rem; font-weight: 800; }
.info-item strong { font-size: .9rem; }
.info-item a { color: inherit; }

.home-about { padding-top: 55px; }
.home-about-card { position: relative; overflow: hidden; display: grid; border: 1px solid #e4eef7; border-radius: var(--radius); background: linear-gradient(135deg, var(--blue-050), #f9fcff); box-shadow: 0 10px 30px rgba(18, 75, 119, .045); }
.home-about-card::after { position: absolute; right: -65px; bottom: -80px; width: 220px; height: 220px; border: 34px solid rgba(27, 111, 186, .045); border-radius: 50%; content: ""; }
.home-about-image { min-height: 230px; display: grid; align-items: end; padding: 24px 20px 0; }
.home-about-copy { padding: 30px 25px 36px; }
.home-about-copy h2 { font-size: 1.6rem; }
.home-about-copy .button { margin-top: 10px; }

.page-hero {
    position: relative;
    overflow: hidden;
    padding: 60px 0 112px;
    background:
        radial-gradient(circle at 82% 18%, rgba(187, 221, 246, .32) 0 7%, transparent 7.2%),
        linear-gradient(125deg, var(--blue-050), #fff);
}
.page-hero::before {
    position: absolute; top: -115px; right: 7%; width: 310px; height: 310px;
    border: 42px solid rgba(156, 203, 237, .10); border-radius: 50%; content: "";
}
.page-hero::after {
    position: absolute; z-index: 1; right: 0; bottom: -1px; left: 0; height: 82px;
    background: url("../img/decor-wave-white.svg") center bottom / 100% 100% no-repeat; content: "";
}
.page-hero > .container { position: relative; z-index: 2; }
.page-hero h1 { margin-bottom: 12px; color: var(--blue-900); }
.page-hero p:last-child { max-width: 700px; margin-bottom: 0; color: var(--muted); }
.anchor-nav { position: relative; z-index: 3; margin-top: -38px; display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); box-shadow: 0 10px 30px rgba(18, 75, 119, .08); overflow: hidden; }
.anchor-nav a { padding: 12px 10px; color: var(--text); border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); font-size: .82rem; font-weight: 700; text-align: center; text-decoration: none; }
.prose-sections { display: grid; gap: 70px; }
.content-section { scroll-margin-top: 25px; }
.content-section h2 { margin-bottom: 25px; color: var(--blue-900); }
.tinted-section { margin-inline: -16px; padding: 40px 16px; background: var(--blue-050); }
.two-column { display: grid; gap: 30px; align-items: center; }
.representative-message { position: relative; overflow: hidden; margin-top: 42px; padding: 28px 24px; border: 1px solid #dce9f4; border-radius: var(--radius); background: linear-gradient(135deg, #f7fbff 0%, #fff 68%); box-shadow: 0 12px 32px rgba(18, 75, 119, .06); }
.representative-message::after { position: absolute; top: -78px; right: -62px; width: 190px; height: 190px; border: 30px solid rgba(33, 129, 207, .045); border-radius: 50%; content: ""; }
.representative-message > * { position: relative; z-index: 1; }
.representative-message h3 { margin-bottom: 18px; color: var(--blue-900); font-size: 1.35rem; }
.representative-message p { max-width: 820px; }
.representative-message-lead { color: var(--blue-800); font-size: 1.08rem; font-weight: 800; line-height: 1.75; }
.representative-message-signature { margin: 24px 0 0 auto; text-align: right; }
.representative-message-signature span, .representative-message-signature strong { display: block; }
.representative-message-signature span { color: var(--muted); font-size: .8rem; }
.representative-message-signature strong { color: var(--blue-900); font-size: .92rem; }
.feature-grid, .work-grid { display: grid; gap: 16px; margin-top: 28px; }
.feature-grid article, .work-grid article, .route-grid article { padding: 24px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); }
.feature-grid h3, .work-grid h3 { color: var(--blue-800); }
.feature-grid p, .work-grid p { margin-bottom: 0; font-size: .93rem; }
.work-number { color: var(--blue-600); font-size: .8rem; font-weight: 900; letter-spacing: .1em; }
.recruit-inline { padding: 12px 16px; border-left: 4px solid var(--blue-700); background: var(--white); color: var(--blue-900); font-weight: 800; }
.step-list, .timeline, .visit-list { margin: 30px 0; padding: 0; list-style: none; }
.step-list li, .visit-list li { display: grid; grid-template-columns: 44px 1fr; gap: 16px; margin-bottom: 18px; }
.step-list li > span, .visit-list li > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--white); border-radius: 50%; background: var(--blue-700); font-weight: 800; }
.step-list h3, .timeline h3 { margin-bottom: 4px; color: var(--blue-900); }
.step-list p, .timeline p, .visit-list p { margin-bottom: 0; }
.support-note { padding: 18px; border-radius: var(--radius); background: var(--white); font-size: .92rem; }
.faq-list { display: grid; gap: 12px; margin: 28px 0 18px; }
.faq-list details { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); }
.faq-list summary { position: relative; padding: 18px 58px 18px 18px; color: var(--blue-900); font-weight: 800; line-height: 1.6; cursor: pointer; list-style: none; overflow-wrap: anywhere; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
    position: absolute; top: 50%; right: 16px; width: 30px; height: 30px;
    border-radius: 50%;
    background-color: var(--blue-050);
    background-image:
        linear-gradient(var(--blue-700), var(--blue-700)),
        linear-gradient(var(--blue-700), var(--blue-700));
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 2px, 2px 12px;
    transform: translateY(-50%);
    content: "";
}
.faq-list details[open] summary::after { background-size: 12px 2px, 0 0; }
.faq-list details p { margin: 0; padding: 0 20px 20px; color: var(--muted); font-size: .92rem; }
.timeline { position: relative; }
.timeline::before { position: absolute; top: 15px; bottom: 15px; left: 52px; width: 2px; background: var(--blue-100); content: ""; }
.timeline li { position: relative; display: grid; grid-template-columns: 105px 1fr; gap: 15px; padding: 0 0 26px; }
.timeline time { position: relative; z-index: 1; color: var(--blue-800); background: var(--white); font-size: .92rem; font-weight: 850; }
.table-wrap { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); }
.company-table { width: 100%; border-collapse: separate; border-spacing: 0; background: var(--white); }
.company-table tr { display: block; }
.company-table tr:not(:last-child) td { border-bottom: 1px solid var(--border); }
.company-table th, .company-table td { display: block; padding: 14px 16px; border: 0; text-align: left; overflow-wrap: anywhere; }
.company-table th { padding-bottom: 4px; color: var(--blue-800); font-size: .83rem; }
.company-table td { padding-top: 4px; }
.company-document-link { margin: 24px 0 0; padding: 17px 20px; border-left: 4px solid var(--blue-700); background: var(--white); }
.document-group + .document-group { margin-top: 60px; }
.operation-note { margin-top: 50px; padding: 25px; border-radius: var(--radius); background: var(--blue-050); }
.operation-note h2 { font-size: 1.25rem; }
.operation-note p { margin-bottom: 0; }
.empty-message { padding: 30px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--blue-050); text-align: center; }

.sakura-hero { position: relative; overflow: hidden; padding: 35px 0 68px; background: var(--warm); }
.sakura-hero::after { position: absolute; z-index: 2; right: 0; bottom: -1px; left: 0; height: 82px; background: url("../img/decor-wave-white.svg") center bottom / 100% 100% no-repeat; content: ""; }
.sakura-hero-grid { position: relative; z-index: 1; display: grid; gap: 28px; }
.sakura-hero-grid > div { padding: 30px 0 0; }
.sakura-kicker { color: var(--sakura); font-size: .82rem; font-weight: 800; letter-spacing: .16em; }
.sakura-hero h1 { margin-bottom: 10px; color: #5e2c13; }
.sakura-subtitle { color: var(--sakura); font-size: 1.25rem; font-weight: 800; }
.sakura-hero img { width: 100%; max-height: 480px; object-fit: cover; border-radius: 10px 10px 0 0; }
.sakura-info-grid { display: grid; gap: 28px; }
.store-details { margin: 0; }
.store-details div, .compact-details div { padding: 16px 0; border-bottom: 1px solid var(--border); }
.store-details dt, .compact-details dt { color: var(--blue-800); font-size: .82rem; font-weight: 800; }
.store-details dd, .compact-details dd { margin: 3px 0 0; font-weight: 700; }
.line-panel { padding: 28px; color: var(--white); border-radius: var(--radius); background: #087d35; }
.line-panel-label { font-size: .8rem; font-weight: 800; letter-spacing: .12em; }
.line-panel h2 { font-size: 1.35rem; }
.line-panel p { font-size: .92rem; }
.line-link { display: inline-flex; align-items: center; justify-content: center; padding: 11px 14px; color: #fff; border-radius: 6px; background: #06c755; font-weight: 800; text-align: center; text-decoration: none; }
.line-link-large { width: 100%; min-height: 55px; color: #08722f; background: #fff; }
.sakura-gallery-section { background: var(--warm); }
.photo-grid { display: grid; gap: 18px; }
.photo-grid figure { margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.photo-grid img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.photo-grid figcaption { padding: 12px 15px; font-size: .88rem; }
.contact-location { align-items: stretch; }
.large-contact, .contact-phone { margin: 18px 0; font-size: clamp(1.8rem, 7vw, 3rem); font-weight: 850; letter-spacing: .03em; }
.large-contact a, .contact-phone a { color: var(--blue-800); text-decoration: none; }
.small-social-links { display: flex; flex-wrap: wrap; gap: 15px; padding: 0; list-style: none; font-size: .86rem; }
.map-frame { width: 100%; min-height: 350px; border: 0; border-radius: var(--radius); }

.access-layout { display: grid; gap: 25px; }
.access-card { padding: 28px; border: 1px solid var(--border); border-radius: var(--radius); }
.access-card h2 { font-size: 1.35rem; }
.compact-details { margin: 20px 0 0; }
.route-section, .visit-section { background: var(--blue-050); }
.route-grid { display: grid; gap: 16px; }
.route-grid h3 { color: var(--blue-800); }
.route-grid p { margin-bottom: 0; }
.route-highlight { margin-top: 22px; padding: 15px 18px; color: var(--blue-900); border-left: 5px solid var(--blue-700); background: var(--white); font-weight: 800; }

.contact-primary { padding: 32px 20px; color: var(--white); border-radius: var(--radius); background: var(--blue-800); text-align: center; }
.contact-primary p { margin-bottom: 4px; }
.contact-label { font-size: .9rem; font-weight: 800; }
.contact-primary .contact-phone a { color: var(--white); }
.contact-methods { display: grid; gap: 18px; margin-top: 25px; }
.contact-methods article { padding: 26px; border: 1px solid var(--border); border-radius: var(--radius); }
.contact-methods h2 { font-size: 1.25rem; color: var(--blue-800); }
.email-link, .fax-number { overflow-wrap: anywhere; font-size: 1.15rem; font-weight: 800; }
.visit-list { max-width: 750px; }
.sakura-contact-note { margin-top: 35px; padding: 22px; border-left: 5px solid var(--sakura); background: var(--warm); }
.sakura-contact-note p { margin: 5px 0 0; }
.error-page { min-height: 60vh; display: grid; align-items: center; }

.site-footer {
    position: relative;
    margin-top: 70px;
    padding-top: 48px;
    background: #f0f6fc;
}
.site-footer::before {
    position: absolute; right: 0; bottom: 100%; left: 0; height: 72px;
    background: url("../img/decor-wave-footer.svg") center bottom / 100% 100% no-repeat;
    content: "";
}
.footer-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); column-gap: 22px; row-gap: 32px; }
.footer-about, .footer-related { grid-column: 1 / -1; }
.footer-about p { margin-bottom: 6px; font-size: .82rem; }
.footer-office-name { margin-top: 0; color: var(--blue-900); font-weight: 800; }
.footer-contact-details { margin: 12px 0 20px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px 18px; }
.footer-contact-details div { min-width: 0; padding: 0; font-size: .8rem; }
.footer-contact-details dt { color: var(--muted); }
.footer-contact-details dd { min-width: 0; margin: 2px 0 0; font-weight: 650; overflow-wrap: anywhere; }
.footer-contact-details a { color: inherit; }
.footer-heading { margin-bottom: 12px; color: var(--blue-800); font-size: .86rem; font-weight: 850; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin-bottom: 7px; }
.footer-links a { color: var(--text); font-size: .83rem; text-decoration: none; }
.footer-nav-about .footer-links a { word-break: keep-all; }
.footer-social { margin-top: 14px; }
.site-footer .line-link { padding: 7px 10px; font-size: .75rem; line-height: 1.45; }
.footer-bottom { margin-top: 45px; padding: 16px 20px; border-top: 1px solid #dbe6ef; text-align: center; }
.footer-bottom p { margin: 0; font-size: .72rem; }

@media (min-width: 600px) {
    .button-row { flex-direction: row; align-items: stretch; }
    .button-row .button { width: auto; }
    .document-grid { grid-template-columns: repeat(2, 1fr); }
    .home-guide-links { grid-template-columns: repeat(2, 1fr); }
    .info-grid { grid-template-columns: repeat(2, 1fr); }
    .info-item { padding-inline: 25px; border-right: 1px solid var(--border); }
    .feature-grid, .work-grid, .route-grid, .contact-methods { grid-template-columns: repeat(2, 1fr); }
    .photo-grid { grid-template-columns: repeat(2, 1fr); }
    .photo-main { grid-row: span 2; }
    .photo-main img { height: calc(100% - 55px); aspect-ratio: auto; }
    .footer-grid { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
    .company-table tr { display: table-row; }
    .company-table th, .company-table td { display: table-cell; padding: 16px 20px; border-bottom: 1px solid var(--border); }
    .company-table tr:last-child th, .company-table tr:last-child td { border-bottom: 0; }
    .company-table th { width: 25%; background: #eaf3fb; }
}

@media (min-width: 768px) {
    .section { padding: 90px 0; }
    .hero-inner { min-height: 590px; padding-top: 72px; padding-bottom: 72px; }
    .hero-copy { max-width: 660px; }
    .mobile-line-break { display: none; }
    .hero-title-quote { display: inline; transform: none; }
    .hero-illustration { inset: auto max(-20px, calc((100vw - var(--container)) / 2 - 20px)) -15px auto; width: 920px; height: auto; object-fit: contain; opacity: .82; }
    .document-grid { grid-template-columns: repeat(3, 1fr); }
    .info-grid { grid-template-columns: repeat(4, 1fr); }
    .info-item { border-bottom: 0; }
    .home-about-card { grid-template-columns: 1.05fr 1fr; align-items: center; }
    .home-about-copy { padding: 45px; }
    .page-hero { padding: 78px 0 132px; }
    .page-hero::after, .sakura-hero::after { height: 96px; }
    .anchor-nav { grid-template-columns: repeat(3, 1fr); }
    .tinted-section { margin-inline: 0; padding: 55px 35px; border-radius: var(--radius); }
    .two-column, .sakura-info-grid, .contact-location { grid-template-columns: 1fr 1fr; }
    .representative-message { padding: 38px 42px; }
    .feature-grid { grid-template-columns: repeat(3, 1fr); }
    .sakura-hero-grid { grid-template-columns: .85fr 1.15fr; align-items: center; }
    .sakura-hero { padding-bottom: 78px; }
    .sakura-hero-grid > div { padding: 55px 0 65px; }
    .sakura-hero img { height: 520px; border-radius: 10px 10px 0 0; }
    .access-layout { grid-template-columns: .8fr 1.2fr; }
    .map-frame-large { min-height: 520px; }
}

@media (min-width: 1024px) {
    .header-inner { min-height: 88px; }
    .site-identity { max-width: 330px; }
    .site-identity__name { font-size: .98rem; }
    .menu-toggle { display: none; }
    .global-nav { position: static; display: block; padding: 0; border: 0; box-shadow: none; }
    .global-nav ul { display: flex; align-items: center; gap: 28px; }
    .global-nav a { position: relative; padding: 31px 0 28px; border: 0; font-size: .86rem; }
    .global-nav a[aria-current="page"]::after { position: absolute; right: 0; bottom: 20px; left: 0; height: 2px; background: var(--blue-700); content: ""; }
    .preview-cache-item { margin: 0; }
    .preview-cache-refresh { width: auto; padding: 7px 9px; white-space: nowrap; }
    .preview-cache-label-long { display: none; }
    .preview-cache-label-short { display: inline; }
    .hero-inner { min-height: 610px; }
    .hero-copy { max-width: 650px; }
    .hero-illustration { bottom: -25px; width: 1180px; opacity: .94; }
    .home-priority-grid { grid-template-columns: minmax(0, 2.4fr) minmax(285px, 1fr); }
    .home-guide-panel { padding: 42px 40px; }
    .work-grid { grid-template-columns: repeat(4, 1fr); }
    .anchor-nav { grid-template-columns: repeat(auto-fit, minmax(125px, 1fr)); }
    .footer-grid { grid-template-columns: 1.35fr .8fr 1fr 1.15fr; }
    .footer-about, .footer-related { grid-column: auto; }
    .footer-contact-details { display: block; }
    .footer-contact-details div { display: grid; grid-template-columns: 82px 1fr; gap: 8px; padding: 3px 0; }
    .footer-contact-details dd { margin-top: 0; }
}

@media (max-width: 374px) {
    .site-identity__name { font-size: .66rem; }
    .menu-toggle { gap: 5px; padding-inline: 8px; }
    .hero h1 { font-size: 1.58rem; }
    .hero-inner { padding-top: 32px; padding-bottom: 70px; }
}

@media (hover: hover) {
    a { transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease; }
    .button-primary:hover { color: var(--white); background: var(--blue-900); transform: translateY(-2px); }
    .button-secondary:hover, .button-outline:hover { color: var(--white); background: var(--blue-700); transform: translateY(-2px); }
    .global-nav a:hover, .footer-links a:hover, .text-link:hover { color: var(--blue-600); }
    .document-card:hover { border-color: #a8cce9; box-shadow: var(--shadow); }
    .line-link:hover { filter: brightness(.94); transform: translateY(-1px); }
}

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

@media print {
    .site-header, .site-footer, .button, .anchor-nav { display: none !important; }
    body { color: #000; font-size: 11pt; }
    .section { padding: 25px 0; }
}
