@import url("https://fonts.googleapis.com/css2?family=LINE+Seed+JP:wght@400;700;800&display=swap");

:root {
    --bg: #f4f7fb;
    --surface: #ffffff;
    --ink: #142033;
    --muted: #4a5a71;
    --line: #d6deea;
    --primary: #0f69cb;
    --primary-deep: #0b4f9d;
    --primary-soft: #d9ebff;
    --line-green: #17a34a;
    --alt: #eaf1fb;
    --radius: 16px;
    --shadow: 0 14px 30px rgba(14, 47, 94, 0.08);
    --hero-hawaii: url("https://hi50properties.com/wp-content/uploads/2021/02/iStock-585786084-scaled-e1614944787921.jpg");
    --hawaii-city: url("https://hi50properties.com/wp-content/uploads/2021/02/2abea598c44aa93359a59a04725d0dd3-e1614944842543.jpg");
    --hawaii-flower: url("https://hi50properties.com/wp-content/uploads/2021/05/flower.png");
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    font-family: "LINE Seed JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
    line-height: 1.75;
    background:
        radial-gradient(circle at 8% 2%, rgba(62, 121, 201, 0.16) 0, rgba(62, 121, 201, 0) 32%),
        radial-gradient(circle at 92% 8%, rgba(15, 63, 126, 0.1) 0, rgba(15, 63, 126, 0) 28%),
        var(--bg);
}

a {
    color: inherit;
}

.shell {
    width: min(1160px, 92vw);
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(247, 250, 255, 0.92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 8px 22px rgba(15, 62, 115, 0.08);
}

.site-header__inner {
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
}

.site-brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.site-header__left {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    flex: 1 1 auto;
}

.site-brand img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 3px 8px rgba(15, 105, 203, 0.16));
}

.site-header__meta {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.site-header__meta-link {
    color: inherit;
    text-decoration: none;
}

.site-header__meta-link:hover .site-header__meta-title {
    color: #0f69cb;
}

.site-header__meta-title,
.site-header__meta-sub {
    margin: 0;
}

.site-header__meta-title {
    color: #153a66;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1.25;
    margin-bottom: 5px;
}

.site-header__meta-sub {
    color: #6a7788;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.35;
}

.site-shoulder-bar {
    background: var(--primary);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-shoulder-bar__text {
    margin: 0;
    padding: 9px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.5;
    text-align: center;
    white-space: normal;
    overflow: visible;
}

.site-shoulder-bar__flag {
    margin-right: 6px;
    font-size: 0.95em;
}

.site-breadcrumb-wrap {
    border-top: 1px solid rgba(15, 105, 203, 0.12);
    background: linear-gradient(180deg, rgba(248, 252, 255, 0.92), rgba(241, 248, 255, 0.86));
}

.site-breadcrumb {
    padding: 10px 0;
}

.site-breadcrumb__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.site-breadcrumb__item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #4f6280;
    font-size: 12px;
    font-weight: 700;
}

.site-breadcrumb__item:not(:last-child)::after {
    content: "›";
    color: #8da2c2;
    font-size: 12px;
}

.site-breadcrumb a {
    color: #2f5f9d;
    text-decoration: none;
}

.site-breadcrumb a:hover {
    color: #0f69cb;
}

.site-breadcrumb span[aria-current="page"] {
    color: #1e2b3d;
}

.site-menu-toggle {
    display: none;
    border: none;
    background: #fff;
    color: var(--primary);
    border-radius: 999px;
    width: 42px;
    height: 42px;
    padding: 0;
    align-items: center;
    justify-content: center;
    gap: 4px;
    flex-direction: column;
}

.site-menu-toggle__bar {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--primary);
    border-radius: 2px;
}

.site-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    align-items: center;
}

.site-nav a {
    text-decoration: none;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 7px 11px;
    transition: all 0.2s ease;
}

.site-nav a:hover {
    color: var(--primary);
    background: #eff6ff;
    border-color: #c9e0fb;
}

.section {
    padding: 58px 0;
}

.section--tight {
    padding: 26px 0;
}

.section--alt {
    background: linear-gradient(180deg, rgba(234, 241, 251, 0.72), rgba(234, 241, 251, 0.4));
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.kicker,
.section-label {
    margin: 0;
    color: var(--primary);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 800;
}

h1,
h2,
h3 {
    line-height: 1.28;
}

h1 {
    margin: 12px 0 14px;
    font-size: clamp(32px, 5vw, 56px);
}

body:not(.home) .section > .shell > h1,
body:not(.home) .article > h1 {
    font-size: clamp(26px, 3.5vw, 42px);
    letter-spacing: 0.01em;
    margin: 8px 0 16px;
    padding-bottom: 10px;
    position: relative;
}

body:not(.home) .section > .shell > h1::after,
body:not(.home) .article > h1::after {
    content: "";
    display: block;
    width: 72px;
    height: 3px;
    margin-top: 9px;
    border-radius: 999px;
    background: linear-gradient(90deg, #0f69cb, rgba(15, 105, 203, 0.2));
}

h2 {
    margin: 10px 0 22px;
    font-size: clamp(26px, 3.4vw, 40px);
}

h3 {
    margin: 0 0 8px;
    font-size: 21px;
}

.home-news-section {
    padding-top: 26px;
    padding-bottom: 22px;
}

.home-news-card {
    border: 1px solid #cfe1f7;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff, #f7fbff);
    padding: 14px 16px;
}

.home-news-card__date {
    margin: 0 0 4px;
    color: #6a7f99;
    font-size: 12px;
    font-weight: 700;
}

.home-news-card h3 {
    margin: 0 0 6px;
    font-size: 21px;
}

.home-news-card h3 a {
    text-decoration: none;
    color: #0f69cb;
}

.home-news-card h3 a:hover {
    text-decoration: underline;
}

.home-news-card p {
    margin: 0;
    color: #466180;
}

.lead,
.hero__lead {
    margin: 0 0 12px;
    color: var(--muted);
    font-size: clamp(16px, 2vw, 21px);
}

.hero {
    padding: 0 0 56px;
}

.hero--site .hero__inner {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0;
    border: none;
    box-shadow: none;
    min-height: min(920px, 100svh);
    padding: clamp(28px, 5vw, 72px);
    background:
        linear-gradient(130deg, rgba(5, 23, 48, 0.68) 0%, rgba(7, 34, 66, 0.58) 48%, rgba(9, 41, 80, 0.6) 100%),
        var(--hero-hawaii) center/cover no-repeat;
    animation: heroBgSlideX 22s linear infinite alternate;
}

@keyframes heroBgSlideX {
    0% {
        background-position: 50% 50%, 44% 50%;
    }
    100% {
        background-position: 50% 50%, 58% 50%;
    }
}

.hero__inner {
    border: 1px solid var(--line);
    border-radius: calc(var(--radius) + 4px);
    box-shadow: var(--shadow);
    background:
        linear-gradient(140deg, rgba(255, 255, 255, 0.95) 0%, rgba(249, 252, 255, 0.95) 100%),
        var(--hero-hawaii) center/cover no-repeat;
    padding: clamp(28px, 4.4vw, 56px);
}

.hero__inner--split {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: center;
    justify-items: center;
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.hero--site .hero__actions {
    justify-content: center;
}

.quickstart-actions {
    justify-content: center;
}

.quickstart-emphasis {
    display: inline-flex;
    margin: 0 2px;
    padding: 0 4px;
    gap: 1px;
    color: #0f69cb;
    font-weight: 900;
}

.quickstart-emphasis-char {
    position: relative;
    display: inline-block;
}

.quickstart-emphasis-char::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #0f69cb;
    transform: translateX(-50%);
}

.hero-copy {
    color: #fff;
    max-width: 900px;
    text-align: center;
}

.hero-chip {
    display: inline-flex;
    align-items: center;
    margin: 0 0 10px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(15, 105, 203, 0.12);
    border: 1px solid #b8d7fb;
    color: #114f9a;
    letter-spacing: 0.04em;
    font-size: 12px;
    font-weight: 800;
}

.hero-copy h1 {
    font-size: clamp(36px, 5vw, 62px);
    margin: 0 0 10px;
    line-height: 1.15;
    color: #fff;
    text-shadow: 0 10px 24px rgba(4, 16, 33, 0.38);
}

@media (min-width: 821px) {
    .hero-title-no-break {
        white-space: nowrap;
    }
}

.hero-title-sp-break {
    display: none;
}

.hero-copy .hero__lead {
    color: rgba(255, 255, 255, 0.94);
}

.hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 12px;
    justify-content: center;
}

.hero-badges span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 3px;
    border: none;
    background: linear-gradient(transparent 56%, rgba(255, 255, 255, 0.26) 56%);
    border-radius: 2px;
    color: rgba(255, 255, 255, 0.98);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.hero-badges span::before {
    content: "✓";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: #0f69cb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 900;
    flex: 0 0 auto;
}

.hero-visual {
    display: none;
    gap: 12px;
    max-width: 760px;
    justify-self: end;
}

.hero-visual--poster {
    gap: 10px;
}

.hero-poster {
    margin: 0;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #bddbff;
    box-shadow: 0 14px 30px rgba(15, 105, 203, 0.22);
    aspect-ratio: 16 / 10;
    min-height: 280px;
}

.hero-poster::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 28, 58, 0) 48%, rgba(6, 28, 58, 0.46) 100%);
}

.hero-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-poster-strip {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
}

.hero-shot {
    margin: 0;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #bddbff;
    box-shadow: 0 10px 25px rgba(15, 105, 203, 0.16);
}

.hero-shot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-shot--main {
    aspect-ratio: 16 / 10;
}

.hero-shot--tile {
    aspect-ratio: 4 / 3;
}

.hero-shot-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: 1.2fr 0.8fr;
}

.hero-shot-grid .hero-shot {
    aspect-ratio: 4 / 3;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    line-height: 1.2;
    padding: 11px 20px;
    border-radius: 999px;
    background: var(--primary);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.button:hover {
    background: var(--primary-deep);
}

.button--line {
    background: #06c755;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.button--line:hover {
    background: #05b44d;
}

.line-inline-icon {
    width: 27px;
    height: 27px;
    display: inline-block;
    object-fit: contain;
    flex: 0 0 auto;
}

.button--ghost {
    background: #0f69cb;
    color: #fff;
    border: 1px solid #0f69cb;
    font-size: 13px;
    padding: 8px 14px;
}

.button--ghost:hover {
    background: #0c5bae;
    border-color: #0c5bae;
    color: #fff;
}

.button--instagram {
    background: linear-gradient(135deg, #405de6 0%, #5851db 25%, #833ab4 50%, #c13584 72%, #e1306c 86%, #fd1d1d 100%);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.button--instagram:hover {
    filter: brightness(0.95);
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
}

.guide-heading-icon {
    margin-right: 8px;
    color: #0f69cb;
    font-size: 0.9em;
    vertical-align: middle;
}

.hawaii-band {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background:
        linear-gradient(160deg, rgba(15, 105, 203, 0.08), rgba(15, 105, 203, 0.02)),
        var(--hawaii-city) center/cover no-repeat;
}

.hawaii-band__inner {
    padding: 24px 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.hawaii-band__card {
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 14px;
    backdrop-filter: blur(4px);
    background: rgba(9, 29, 53, 0.58);
    color: #fff;
    padding: 18px;
}

.hawaii-band__card h3 {
    margin: 0 0 6px;
    color: #fff;
}

.hawaii-band__card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
}

.feature-visual-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 14px;
}

.trust-kpi-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 12px 0 6px;
}

.trust-kpi {
    border-radius: 14px;
    border: 1px solid #b8d7fb;
    background: linear-gradient(180deg, #ffffff 0%, #edf6ff 100%);
    padding: 14px;
    text-align: center;
}

.trust-kpi__value {
    margin: 0 0 2px;
    color: var(--primary);
    font-size: clamp(18px, 2.4vw, 26px);
    font-weight: 800;
    letter-spacing: 0.03em;
}

.trust-kpi__label {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
}

.fit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.fit-card {
    border-radius: 14px;
    border: 1px solid #cfe1f7;
    background: #fff;
    padding: 16px;
}

.fit-card h3 {
    font-size: 18px;
    margin: 0 0 6px;
}

.fit-card p {
    margin: 0;
    color: var(--muted);
}

.purpose-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.purpose-card {
    border-radius: 14px;
    border: 1px solid #cfe1f7;
    background: #fff;
    padding: 16px;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    column-gap: 12px;
    align-items: start;
}

.purpose-card__icon {
    width: 72px;
    height: 72px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 30px;
    color: #0f69cb;
    border: 1px solid #cfe1f7;
    background: linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%);
    grid-column: 1;
    grid-row: 1 / span 3;
}

.purpose-card__icon--search {
    color: #0f69cb;
}

.purpose-card__icon--manage {
    color: #1f7a47;
}

.purpose-card__icon--exit {
    color: #8a5b1a;
}

.purpose-card__tag {
    margin: 0 0 4px;
    color: var(--primary);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    grid-column: 2;
    text-align: left;
}

.purpose-card h3 {
    margin: 0 0 6px;
    font-size: 18px;
    grid-column: 2;
    text-align: left;
}

.purpose-card p {
    margin: 0;
    color: var(--muted);
    grid-column: 2;
    text-align: left;
}

.purpose-card .button {
    margin-top: 10px;
}

.purpose-cta {
    margin-top: 20px;
    text-align: center;
}

.section-bottom-cta {
    margin-top: 16px;
    text-align: center;
}

.quick-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

.quick-step {
    border-radius: 14px;
    border: 1px solid #cfe1f7;
    background: linear-gradient(180deg, #ffffff 0%, #f5faff 100%);
    padding: 14px;
}

.quick-step__index {
    margin: 0 0 10px;
    color: var(--primary);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-decoration: underline;
    text-decoration-color: rgba(15, 105, 203, 0.45);
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
}

.quick-step h3 {
    margin: 0 0 6px;
    font-size: 17px;
}

.quick-step p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

.feature-tile {
    border-radius: 16px;
    border: 1px solid #b8d7fb;
    background: linear-gradient(180deg, #ffffff 0%, #eef6ff 100%);
    padding: 18px;
    text-align: center;
}

.feature-icon {
    margin: 0 auto 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    box-shadow: none;
    color: #1f5ea8;
}

.feature-icon i {
    font-size: 60px;
    line-height: 1;
}

.feature-icon--history {
    color: #2477cc;
}

.feature-icon--japan {
    background: #fff;
}

.feature-icon--online {
    color: #0f7f65;
}

.feature-icon--plan {
    color: #6a4fb8;
}

.feature-icon__jp-flag {
    width: 72px;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #d6dde8;
    background: #fff;
    display: grid;
    place-items: center;
}

.feature-icon__jp-flag::after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #d9272e;
}

.feature-number {
    margin: 0 0 6px;
    color: var(--primary);
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 0.03em;
    line-height: 1.1;
}

.feature-tile h3 {
    margin: 0 0 6px;
    font-size: 18px;
}

.feature-tile p {
    margin: 0;
    color: var(--muted);
}

.instagram-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.instagram-item {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #b8d7fb;
    box-shadow: 0 8px 20px rgba(15, 105, 203, 0.15);
}

.instagram-item img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.timeline-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 14px 0 18px;
}

.timeline-chip {
    display: inline-block;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #c9d7ec;
    background: #fff;
}

.timeline-chip--contract { color: #4f46e5; border-color: #c7c6ff; }
.timeline-chip--pay { color: #d94646; border-color: #f3c1c1; }
.timeline-chip--doc { color: #c78516; border-color: #f5d59f; }
.timeline-chip--action { color: #0c8f5a; border-color: #bde9d5; }

.article-body--flow {
    display: grid;
    gap: 14px;
}

.flow-audience {
    margin: 4px 0 2px;
}

.flow-audience-card {
    display: grid;
    gap: 8px;
}

.flow-audience-card__tag {
    margin: 0;
    font-size: 13px;
    letter-spacing: 0.03em;
    font-weight: 800;
    color: #0f69cb;
}

.flow-audience-card__who {
    margin: 0;
    color: #2d3b4f;
}

.flow-audience-card__cta {
    margin-top: 4px;
    width: 100%;
    justify-content: center;
    text-align: center;
    border-color: #0f69cb;
    background: #0f69cb;
    color: #ffffff;
    box-shadow: none;
    position: relative;
    overflow: hidden;
}

.flow-audience-card__cta::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
    opacity: 0.85;
}

.flow-audience-card__cta:hover {
    transform: translateY(-1px);
    border-color: #0c5bae;
    background: #0c5bae;
    text-decoration: none;
}

.flow-point-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid #d8e6f8;
}

.flow-point-highlight {
    display: inline;
    margin-left: 4px;
    padding: 0 3px;
    background: linear-gradient(transparent 62%, rgba(15, 105, 203, 0.28) 62%);
    border-radius: 2px;
}

.flow-summary-cta {
    margin-top: 30px;
    border: 1px solid #cfe1f7;
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff, #f3f9ff);
    box-shadow: 0 10px 22px rgba(15, 105, 203, 0.08);
    padding: clamp(24px, 3.5vw, 34px);
}

.flow-summary-cta h2 {
    margin: 0 0 12px;
}

.flow-summary-cta ul {
    margin: 0 0 10px;
    padding-left: 20px;
}

.flow-summary-cta li {
    margin-bottom: 4px;
}

.flow-summary-cta p {
    margin: 0 0 14px;
}

.flow-summary-cta--note {
    margin-top: 24px;
    border-color: #d7e2ef;
    background: #f8fbff;
    box-shadow: none;
    padding: clamp(18px, 2.8vw, 24px);
}

.flow-summary-cta--note h2 {
    margin-bottom: 10px;
    font-size: clamp(18px, 2.1vw, 24px);
    line-height: 1.45;
}

.flow-summary-cta__eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    padding: 3px 8px;
    border-radius: 999px;
    background: #e9f2fc;
    color: #31557c;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.03em;
}

.flow-summary-cta--note p {
    margin-bottom: 10px;
    color: #38506d;
    font-size: 14px;
    line-height: 1.8;
}

.flow-summary-cta--note p:last-child {
    margin-bottom: 0;
}

.flow-summary-toggle {
    overflow: hidden;
}

.flow-summary-toggle__summary {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 18px;
    cursor: pointer;
    list-style: none;
}

.flow-summary-toggle__summary::-webkit-details-marker {
    display: none;
}

.flow-summary-toggle__summary::after {
    content: "+";
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e9f2fc;
    color: #31557c;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.flow-summary-toggle[open] .flow-summary-toggle__summary::after {
    content: "-";
    transform: rotate(0deg);
}

.flow-summary-toggle__summary .flow-summary-cta__eyebrow,
.flow-summary-toggle__summary h2 {
    margin-top: 0;
}

.flow-summary-toggle__body {
    margin-top: 10px;
}

.flow-summary-toggle__body ul {
    margin: 0 0 12px;
    padding-left: 1.2em;
    color: #38506d;
}

.flow-summary-toggle__body li {
    margin-bottom: 8px;
}

.flow-summary-toggle__body li:last-child {
    margin-bottom: 0;
}

.flow-summary-cta__contact {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    line-height: 1.2;
}

.flow-summary-cta__contact i {
    font-size: 14px;
    line-height: 1;
}

.flow-summary-cta .hero__actions {
    margin-top: 16px;
}

.area-article-cta .hero__actions {
    margin: 10px 0 6px;
}

.area-article-cta h2 {
    font-size: clamp(20px, 2.1vw, 28px);
    white-space: nowrap;
}

.area-article-nav__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.area-article-nav__table-wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.area-article-nav__table {
    width: 100%;
    min-width: 0;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}

.area-article-nav__table th,
.area-article-nav__table td {
    border-bottom: 1px solid #d9e8fb;
    padding: 10px 10px;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
}

.area-article-nav__table thead th {
    background: #edf5ff;
    color: #23456f;
    font-weight: 800;
}

.area-article-nav__table tbody th {
    font-weight: 800;
    color: #0f69cb;
    white-space: normal;
}

.area-article-nav__name-link {
    color: #0f69cb;
    text-decoration: none;
    font-weight: 800;
}

.area-article-nav__name-link:hover {
    color: #0c5bae;
    text-decoration: underline;
}

.area-article-nav__current-name {
    color: #0f69cb;
    font-weight: 800;
}

.area-article-nav__table tbody tr.is-current {
    background: #f5faff;
}

.area-article-nav__current {
    background: #0f69cb;
    color: #fff;
    border: 1px solid #0f69cb;
    cursor: default;
}

.article-body--area {
    display: grid;
    gap: 14px;
}

.article-body--area .pm-grid {
    margin-top: 2px;
}

.article-body--area .flow-summary-cta {
    margin-top: 6px;
}

.article-body--area .area-fit-checklist {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
    display: grid;
    gap: 8px;
}

.article-body--area .area-fit-checklist li {
    position: relative;
    margin: 0;
    padding: 10px 12px 10px 44px;
    border: 1px solid #cfe1f7;
    border-radius: 10px;
    background: #fff;
    color: #223955;
}

.article-body--area .area-fit-checklist li::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    border-radius: 6px;
    border: 1px solid #8eb7e6;
    background: #f0f7ff;
}

.article-body--area .area-fit-checklist li::after {
    content: "\f00c";
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-54%);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 11px;
    color: #0f69cb;
}

.article-body--area .area-emotional-lead {
    margin: -2px 0 12px;
    padding: 10px 12px;
    border: 1px solid #cfe1f7;
    border-radius: 10px;
    background: linear-gradient(180deg, #f8fbff, #f1f8ff);
    color: #355a86;
    font-weight: 700;
    line-height: 1.8;
}

.article-body--area .area-point h3 {
    display: flex;
    align-items: center;
    gap: 8px;
}

.article-body--area .area-point h3::before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 11px;
    line-height: 1;
    border: 1px solid #cfe1f7;
    background: #f3f9ff;
    color: #0f69cb;
    flex: 0 0 auto;
}

.article-body--area .area-point--merit h3::before {
    content: "\f164";
    color: #0e8a52;
    border-color: #b9e5d2;
    background: #ecfaf3;
}

.article-body--area .area-point--fit h3::before {
    content: "\f0c0";
    color: #0f69cb;
}

.article-body--area .area-point--caution h3::before {
    content: "\f071";
    color: #c98510;
    border-color: #f4d9a7;
    background: #fff8e9;
}

.article-body--area .area-point--agent h3::before {
    content: "\f0b1";
    color: #5a42c8;
    border-color: #d7cff6;
    background: #f3f0ff;
}

.areas-hero-carousel {
    margin: 8px 0 14px;
}

.areas-hero-carousel__viewport {
    border: 1px solid #cfe1f7;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(15, 105, 203, 0.14);
}

.areas-hero-carousel__track {
    display: flex;
    gap: 0;
    width: max-content;
    animation: areasHeroCarouselLoop 70s linear infinite;
}

.areas-hero-carousel__item {
    margin: 0;
    flex: 0 0 clamp(220px, 24vw, 340px);
    border-right: 1px solid rgba(255, 255, 255, 0.24);
}

.areas-hero-carousel__item img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

@keyframes areasHeroCarouselLoop {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.tax-guide {
    display: grid;
    gap: 14px;
}

.tax-guide__checklist {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.tax-guide__checklist li {
    margin: 0;
    position: relative;
    border: 1px solid #cfe1f7;
    border-radius: 10px;
    background: #ffffff;
    padding: 10px 12px 10px 44px;
    color: #243a55;
}

.tax-guide__checklist li::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    width: 18px;
    height: 18px;
    border-radius: 5px;
    border: 2px solid #0f69cb;
    background: #eaf3ff;
    transform: translateY(-50%);
}

.tax-guide__checklist li::after {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    width: 6px;
    height: 10px;
    border-right: 2px solid #0f69cb;
    border-bottom: 2px solid #0f69cb;
    transform: translateY(-62%) rotate(45deg);
}

.tax-guide__edition {
    margin: 0;
    display: inline-block;
    width: fit-content;
    background: #eaf3ff;
    color: #0f69cb;
    border: 1px solid #c8ddf7;
    border-radius: 999px;
    padding: 5px 11px;
    font-size: 12px;
    font-weight: 800;
}

.tax-guide__notice {
    margin: 0;
    border: 1px solid #d7e5f7;
    border-radius: 10px;
    background: #f7fbff;
    padding: 10px 12px;
    font-size: 13px;
    color: #355173;
}

.area-map-section {
    margin: 14px 0 16px;
    border: 1px solid #cfe1f7;
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
    padding: 14px;
}

.area-map-section h2 {
    margin: 0 0 8px;
}

.area-map-layout {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 12px;
}

.area-map-layout__frame {
    border: 1px solid #d7e5f7;
    border-radius: 12px;
    overflow: hidden;
    min-height: 300px;
}

.area-map-layout__frame iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
    border: 0;
    display: block;
}

.area-map-layout__list {
    border: 1px solid #d7e5f7;
    border-radius: 12px;
    background: #fff;
    padding: 12px;
}

.area-map-layout__list h3 {
    margin: 0 0 8px;
    font-size: 16px;
}

.area-map-layout__list ul {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 4px;
}

.area-map-switcher {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 6px;
}

.area-map-switcher__btn {
    width: 100%;
    text-align: left;
    border: 1px solid #c8ddf7;
    background: #f5f9ff;
    color: #0f69cb;
    font-weight: 700;
    border-radius: 8px;
    padding: 8px 10px;
    cursor: pointer;
}

.area-map-switcher__btn:hover {
    background: #eaf3ff;
}

.area-map-switcher__btn.is-active {
    background: #0f69cb;
    border-color: #0f69cb;
    color: #fff;
}

.area-hub-card {
    display: grid;
    gap: 10px;
}

.area-hub-card__image-link {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.area-hub-card__image {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.area-hub-card__photo-badge {
    position: absolute;
    left: 8px;
    top: 8px;
    background: linear-gradient(135deg, #ff8a00, #ff5e00);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.02em;
    padding: 4px 8px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.area-hub-card__photo-badge--no1 {
    background: linear-gradient(135deg, #f7c948, #e2a300);
}

.area-hub-card__photo-badge--no2 {
    background: linear-gradient(135deg, #c7d0dd, #8f9fb4);
}

.area-hub-card__photo-badge--no3 {
    background: linear-gradient(135deg, #d59664, #b16a3b);
}

.area-hub-card__geo {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #2a4e79;
    font-size: 13px;
    font-weight: 700;
}

.area-hub-card__geo i {
    color: #0f69cb;
    font-size: 13px;
}

.area-hub-card__badges {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.area-hub-card__badges li {
    font-size: 11px;
    color: #0e7a42;
    background: #ecfaf2;
    border: 1px solid #bfe7d0;
    border-radius: 999px;
    padding: 3px 8px;
    font-weight: 800;
}

.area-hub-card__tags {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.area-hub-card__tags li {
    font-size: 11px;
    color: #2f5f9d;
    background: #eaf3ff;
    border: 1px solid #c8ddf7;
    border-radius: 999px;
    padding: 3px 8px;
    font-weight: 700;
}

.guides-shell {
    display: grid;
    gap: 16px;
}

.guides-hero {
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #cfe1f7;
    box-shadow: 0 12px 24px rgba(15, 105, 203, 0.15);
}

.guides-hero img {
    width: 100%;
    aspect-ratio: 16 / 7;
    object-fit: cover;
    display: block;
}

.guides-fit-card {
    border: 1px solid #d6e6fa;
    border-radius: 12px;
    background: #f7fbff;
    padding: 10px 12px;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    column-gap: 10px;
    row-gap: 2px;
    align-items: start;
}

.guides-fit-card__media {
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #d7e6fa;
    background: #ffffff;
    width: 56px;
    height: 56px;
    grid-column: 1;
    grid-row: 1 / span 2;
}

.guides-fit-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: none;
}

.guides-fit-card h2 {
    margin: 0;
    grid-column: 2;
    font-size: 18px;
    line-height: 1.35;
}

.guides-fit-card p {
    margin: 0;
    grid-column: 2;
    font-size: 13px;
    line-height: 1.55;
    color: #516b8d;
}

.guides-reading-path {
    border: 1px solid #cfe1f7;
    border-radius: 14px;
    background: #fff;
    padding: 14px;
}

.guides-reading-path h2 {
    margin: 0 0 10px;
}

.guides-listing h2 {
    margin: 0 0 10px;
}

.guides-card {
    display: grid;
    gap: 10px;
}

.guides-card__image-link {
    border-radius: 10px;
    overflow: hidden;
    display: block;
}

.guides-card__image {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.guides-card__tags {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.guides-card__tags li {
    font-size: 11px;
    color: #2f5f9d;
    background: #eaf3ff;
    border: 1px solid #c8ddf7;
    border-radius: 999px;
    padding: 3px 8px;
    font-weight: 700;
}

.flow-case {
    margin-top: 16px;
    border: 1px solid #cfe1f7;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff, #f7fbff);
    padding: 16px;
}

.flow-case__head h2 {
    margin: 0 0 6px;
}

.flow-case__head p {
    margin: 0;
    color: var(--muted);
}

.flow-steps {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.flow-step {
    border: 1px solid #d7e5f7;
    border-radius: 12px;
    background: #fff;
    padding: 12px;
}

.flow-step__phase {
    margin: 0 0 4px;
    font-size: 11px;
    letter-spacing: 0.06em;
    color: var(--primary);
    font-weight: 800;
}

.flow-step h3 {
    margin: 0 0 6px;
    font-size: 16px;
}

.flow-step p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
}

.flow-timeline {
    margin-top: 12px;
    border: 1px solid #d7e5f7;
    border-radius: 12px;
    background: #fff;
    padding: 10px;
}

.flow-timeline__weeks {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 8px;
    margin-bottom: 8px;
}

.flow-timeline__weeks-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
    gap: 6px;
}

.flow-timeline__weeks-grid span {
    text-align: center;
    font-size: 11px;
    color: #66758b;
    white-space: nowrap;
}

.flow-timeline__row {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 8px;
    align-items: center;
    margin-bottom: 7px;
}

.flow-timeline__row:last-child { margin-bottom: 0; }

.flow-timeline__label {
    margin: 0;
    font-size: 12px;
    color: #2d3c52;
}

.flow-timeline__bar-bg {
    position: relative;
    height: 12px;
    border-radius: 999px;
    background: repeating-linear-gradient(
        90deg,
        rgba(135, 151, 176, 0.2) 0,
        rgba(135, 151, 176, 0.2) calc(100%/9 - 2px),
        rgba(135, 151, 176, 0.09) calc(100%/9 - 2px),
        rgba(135, 151, 176, 0.09) calc(100%/9)
    );
    border: 1px solid #d7e5f7;
}

.flow-timeline__bar {
    position: absolute;
    top: 0;
    height: 100%;
    border-radius: 999px;
}

.flow-timeline__bar--contract { background: linear-gradient(90deg, #4f46e5, #7d75ff); }
.flow-timeline__bar--pay { background: linear-gradient(90deg, #dc2626, #f97316); }
.flow-timeline__bar--doc { background: linear-gradient(90deg, #d97706, #f59e0b); }
.flow-timeline__bar--action { background: linear-gradient(90deg, #059669, #22c55e); }

.text-link {
    color: var(--primary);
    font-weight: 700;
    text-decoration: none;
}

.text-link:hover {
    text-decoration: underline;
}

.cards {
    display: grid;
    gap: 16px;
}

.cards--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cards--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    padding: 21px;
}

.card h2 {
    margin-top: 0;
    font-size: 24px;
}

.card p {
    margin: 0;
    color: var(--muted);
}

.post-card h3,
.post-card h2 {
    font-size: 20px;
}

.home-guide-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.home-guide-card__thumb-link {
    flex: 0 0 96px;
    display: block;
}

.home-guide-card__thumb {
    display: block;
    width: 96px;
    height: 96px;
    border-radius: 12px;
    object-fit: cover;
    border: 1px solid #d6e4f5;
    background: #eef5ff;
}

.home-guide-card__body {
    min-width: 0;
    flex: 1 1 auto;
}

.home-guide-card__body h3 {
    margin: 0 0 8px;
}

.member-role {
    margin: 0 0 10px;
    color: var(--primary);
    font-weight: 700;
    font-size: 14px;
}

.member-role--large {
    font-size: 18px;
}

.member-meta {
    margin: -4px 0 10px;
    color: var(--muted);
    font-size: 13px;
}

.member-language-chip {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-right: 6px;
    margin-bottom: 2px;
    padding: 1px 6px;
    border: 1px solid #d4e2f4;
    border-radius: 999px;
    background: #f5f9ff;
    color: #35557b;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
    vertical-align: middle;
}

.member-language-flag {
    line-height: 1;
    font-size: 12px;
}

.member-photo-link {
    display: block;
    text-decoration: none;
}

.member-photo {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid #b8d7fb;
    margin-bottom: 12px;
    background: #f1f4f9;
    box-shadow: 0 10px 24px rgba(15, 105, 203, 0.18);
}

body.page-template-template-team .member-photo {
    width: clamp(140px, 52%, 180px);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    margin: 0 auto 14px;
}

body.page-template-template-team .member-card {
    text-align: center;
}

body.page-template-template-team .member-meta {
    margin-top: 0;
}

body.page-template-template-team .member-name-en {
    display: block;
    margin-top: 2px;
    font-size: 0.72em;
    font-weight: 700;
    color: #5c6f8b;
    letter-spacing: 0.01em;
}

body.page-template-template-team .member-card__detail {
    margin: 10px 0 0;
}

body.page-template-template-team .member-card__detail .button {
    min-height: 38px;
    padding: 8px 14px;
}

.team-assign-cta {
    margin-top: 30px;
}

.team-assign-cta .quick-steps {
    margin-top: 10px;
}

.team-assign-cta__actions {
    margin-top: 12px;
    justify-content: center;
}

.member-photo--large {
    max-width: 420px;
    width: 100%;
    aspect-ratio: 4 / 3;
    box-shadow: none;
}

.member-contact {
    margin: 0 0 20px;
    padding-left: 18px;
    color: var(--muted);
}

.member-contact--icon {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: grid;
    gap: 8px;
}

.member-contact--icon li {
    position: relative;
    padding-left: 24px;
    line-height: 1.7;
}

.member-contact--icon li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #0f69cb;
    position: absolute;
    left: 0;
    top: 0.15em;
}

.member-card {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.member-card--home {
    text-align: center;
}

.member-card--home .member-photo {
    width: clamp(120px, 58%, 170px);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    margin: 0 auto 14px;
}

.member-card--home .member-meta {
    margin-top: 0;
}

.member-card--home .member-name-en {
    display: block;
    margin-top: 2px;
    font-size: 0.72em;
    font-weight: 700;
    color: #5c6f8b;
    letter-spacing: 0.01em;
}

.member-carousel {
    position: relative;
}

.member-carousel__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 32px) / 3.15);
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: none;
    padding-bottom: 4px;
    scrollbar-width: none;
}

.member-carousel__track::-webkit-scrollbar {
    display: none;
}

@media (max-width: 1024px) {
    .member-carousel__track {
        grid-auto-columns: calc((100% - 16px) / 2.12);
    }
}

@media (max-width: 640px) {
    .member-carousel__track {
        grid-auto-columns: 86%;
    }
}

.profile-hero {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 18px;
    align-items: start;
}

.profile-tagline {
    margin: 0;
    color: var(--muted);
}

.profile-visual {
    display: grid;
    justify-items: center;
    gap: 8px;
}

.profile-visual p {
    margin: 0;
}

.profile-visual--single {
    margin-bottom: 10px;
}

.profile-language-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin-top: 2px;
    margin-bottom: 14px;
}

.profile-language-icons .member-language-chip {
    margin: 0;
    padding: 2px 8px;
}

.profile-panels {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 0;
    margin-bottom: 18px;
}

.profile-panel {
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #f7fbff;
    padding: 14px;
}

.profile-panel h2 {
    margin: 0 0 6px;
    font-size: 18px;
}

.article-body--member ul {
    list-style: none;
    margin: 10px 0 14px;
    padding-left: 0;
    display: grid;
    gap: 8px;
}

.article-body--member ul li {
    position: relative;
    padding-left: 24px;
}

.article-body--member ul li::before {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #0f69cb;
    position: absolute;
    left: 0;
    top: 0.1em;
}

.member-comment-box {
    border: 1px solid #d9e8fb;
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
    padding: 14px;
}

.member-comment-box h2 {
    margin: 0 0 10px;
}

.member-comment-box p {
    margin: 0 0 10px;
    line-height: 1.9;
}

.member-comment-box p:last-child {
    margin-bottom: 0;
}

.member-related-nav {
    margin-top: 18px;
}

.member-related-nav h2 {
    margin: 0 0 10px;
    font-size: 22px;
}

.member-related-card {
    padding: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.member-carousel--related .member-carousel__track {
    grid-auto-columns: calc((100% - 32px) / 3.15);
}

@media (max-width: 1024px) {
    .member-carousel--related .member-carousel__track {
        grid-auto-columns: calc((100% - 16px) / 2.12);
    }
}

@media (max-width: 640px) {
    .member-carousel--related .member-carousel__track {
        grid-auto-columns: 84%;
    }
}

.member-related-card__link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.member-related-card__photo {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #d6e4f5;
    margin-bottom: 8px;
}

.member-related-card h3 {
    margin: 0;
    font-size: 18px;
}

.member-related-card__en {
    margin: 2px 0 6px;
    font-size: 12px;
    color: #617792;
}

.member-related-card__cta {
    margin: 0;
    color: #0f69cb;
    font-size: 13px;
    font-weight: 700;
}

.post-card a {
    text-decoration: none;
}

.post-card a:hover {
    color: var(--primary);
}

.cta {
    border: 1px solid var(--line);
    border-radius: calc(var(--radius) + 2px);
    box-shadow: var(--shadow);
    background: linear-gradient(140deg, #ffffff 0%, #f2f7ff 100%);
    padding: clamp(26px, 4vw, 44px);
}

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-shortcuts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 14px 0 18px;
}

.faq-shortcuts__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 9px 16px;
    border-radius: 999px;
    border: 1px solid #bcd7fa;
    background: #eaf3ff;
    color: #0b4d9a;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.faq-shortcuts__btn:hover {
    background: #0f69cb;
    border-color: #0f69cb;
    color: #ffffff;
}

.faq-section {
    margin-top: 18px;
}

.faq-section + .faq-section {
    margin-top: 22px;
    padding-top: 14px;
    border-top: 1px solid #d9e8fb;
}

.faq-section > h2 {
    margin: 0 0 10px;
    font-size: clamp(22px, 2.9vw, 30px);
}

.faq-bottom-cta {
    margin-top: 30px;
}

.faq-item {
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 14px 18px;
    background: var(--surface);
}

.faq-item summary {
    cursor: pointer;
    font-weight: 700;
}

.faq-item p {
    margin: 8px 0 0;
    color: var(--muted);
}

.glossary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.glossary-section {
    margin-top: 20px;
    padding-top: 8px;
}

.glossary-section + .glossary-section {
    margin-top: 30px;
    border-top: 1px solid #d9e8fb;
    padding-top: 18px;
}

.glossary-section > h2 {
    margin: 0 0 10px;
    font-size: clamp(22px, 2.8vw, 30px);
}

.glossary-card {
    border: 1px solid #cfe1f7;
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
    padding: 16px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.glossary-card__media {
    margin: 0;
    width: 108px;
    height: 108px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #d7e6fa;
    background: #ffffff;
}

.glossary-card__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    padding: 6px;
}

.glossary-card__content {
    flex: 1;
    min-width: 0;
}

.glossary-card h2,
.glossary-card h3 {
    margin: 0 0 8px;
    font-size: 20px;
}

.glossary-card__simple,
.glossary-card__point {
    margin: 0;
    color: var(--muted);
}

.glossary-card__point {
    margin-top: 8px;
}

.glossary-card__links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.glossary-card__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #eaf3ff;
    border: 1px solid #bfd8f8;
    color: #0b4d9a;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.glossary-card__link:hover {
    background: #0f69cb;
    border-color: #0f69cb;
    color: #ffffff;
}

.glossary-card__point strong {
    display: inline-block;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0.01em;
    color: #ffffff;
    background: #0f69cb;
    border-radius: 999px;
    padding: 4px 10px;
    margin-right: 6px;
}

.glossary-cta {
    margin-top: 30px;
}

.purpose-cta.cta {
    margin-top: 30px;
}

.article-shell {
    max-width: 860px;
}

.article {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    padding: clamp(22px, 4vw, 38px);
}

.article-meta {
    color: var(--muted);
    margin-bottom: 20px;
}

.article-body {
    color: #1f2a3b;
}

.article-body p,
.article-body li {
    color: #2d3b4f;
}

.article-body--pm {
    display: grid;
    gap: 14px;
}

.article-body--pm h2 {
    margin: 8px 0 4px;
    font-size: clamp(22px, 3vw, 30px);
    color: #163f6f;
}

.article-body--pm p {
    margin: 0;
    font-size: 16px;
    line-height: 1.9;
}

.pm-section-head {
    margin-top: 8px;
}

.pm-section-head img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    border: 1px solid #cfe1f7;
}

.pm-summary {
    border: 1px solid #cfe1f7;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
    padding: 12px 14px;
}

.pm-kws {
    list-style: none;
    margin: -2px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pm-kws li {
    font-size: 12px;
    font-weight: 700;
    color: #2f5f9d;
    background: #eaf3ff;
    border: 1px solid #c8ddf7;
    border-radius: 999px;
    padding: 4px 10px;
}

.pm-hero {
    margin: 0 0 18px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #b8d7fb;
    box-shadow: 0 12px 24px rgba(15, 105, 203, 0.14);
}

.pm-hero img {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 8;
    object-fit: cover;
}

.pm-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 10px 0 16px;
}

.pm-card {
    border: 1px solid #cfe1f7;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
    padding: 14px;
}

.pm-card h3 {
    margin: 0 0 6px;
    font-size: 17px;
}

.pm-card p {
    margin: 0;
    color: var(--muted);
}

.pm-list {
    margin: 0 0 16px;
    padding-left: 20px;
}

.pm-list li {
    margin-bottom: 6px;
}

.pm-reco-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.pm-reco-card {
    border: 1px solid #cfe1f7;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.pm-reco-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    min-height: 170px;
    max-height: 170px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.pm-reco-card h3 {
    margin: 10px 12px 6px;
    font-size: 16px;
}

.pm-reco-card p {
    margin: 0 12px 12px;
    color: var(--muted);
    font-size: 14px;
    flex: 1 1 auto;
}

.pm-quote {
    margin: 12px 0 0;
    background: #f3f9ff;
    padding: 12px 14px;
    border-radius: 8px;
    color: #214468;
    font-weight: 700;
}

.pm-quote__cta {
    display: block;
    margin-top: 10px;
}

.pm-faq .faq-item {
    background: #fff;
}

.pm-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: -2px;
}

.pm-related {
    margin-top: 10px;
    padding-top: 14px;
    border-top: 1px solid #d8e6f8;
}

.wp-block-image,
.article-body img {
    max-width: 100%;
    height: auto;
}

.site-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    background: linear-gradient(180deg, #0f69cb 0%, #0d61bc 100%);
    margin-top: 30px;
    color: #fff;
}

.site-footer__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) minmax(280px, 0.9fr);
    align-items: start;
    gap: 26px;
    padding: 26px 0 14px;
}

.site-footer__copy {
    margin: 6px 0 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
}

.site-footer__copy i {
    width: 14px;
    margin-right: 6px;
    text-align: center;
}

.site-footer__hours {
    margin-top: 6px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    padding: 10px 12px;
}

.site-footer__hours-title {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.98);
}

.site-footer__hours-main,
.site-footer__hours-sub {
    margin: 6px 0 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.92);
}

.hours-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
}

.hours-chip--off {
    background: rgba(13, 37, 67, 0.46);
}

.site-footer__hours-note {
    margin: 6px 0 0;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.78);
}

.site-footer__hours-note i {
    margin-right: 5px;
}

.site-footer__hours-now {
    margin: 4px 0 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.86);
}

.site-footer__clock {
    display: inline-flex;
    align-items: baseline;
    gap: 1px;
    margin-left: 2px;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.site-footer__clock-colon {
    animation: footerColonBlink 1s steps(1, end) infinite;
}

.site-footer__clock #hawaii-now-ampm {
    margin-left: 5px;
}

@keyframes footerColonBlink {
    0%,
    49% {
        opacity: 1;
    }
    50%,
    100% {
        opacity: 0.22;
    }
}

.site-footer__social {
    margin: 8px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.site-footer__social a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.95);
    font-size: 14px;
    font-weight: 700;
}

.site-footer__social a:hover {
    color: #fff;
    text-decoration: underline;
}

body.page-template-template-sitemap .card + .card {
    margin-top: 16px;
}

.site-footer__reading {
    margin: -2px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    line-height: 1.4;
}

.site-footer__brand {
    display: grid;
    gap: 8px;
    align-content: start;
}

.site-footer__support {
    display: grid;
    align-content: start;
    gap: 12px;
}

.site-footer__logo {
    width: 82px;
    height: 82px;
    object-fit: contain;
    display: block;
}

.site-footer nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
}

.site-footer nav {
    width: 100%;
    max-width: 420px;
    margin-left: auto;
}

.site-footer nav a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    line-height: 1.45;
}

.site-footer a {
    color: #fff;
}

.site-footer__legal {
    padding: 0 0 22px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    text-align: center;
}

.error-shell {
    display: grid;
    gap: 16px;
}

.error-hero {
    border: 1px solid #cfe1f7;
    border-radius: 18px;
    background:
        radial-gradient(circle at 90% 12%, rgba(15, 105, 203, 0.18), transparent 42%),
        linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
    padding: clamp(18px, 4vw, 34px);
}

.error-code {
    margin: 0 0 6px;
    font-size: clamp(44px, 8vw, 86px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.02em;
    color: #0f69cb;
}

.error-links .card {
    border-color: #cfe1f7;
    background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.company-shell {
    display: grid;
    gap: 16px;
}

.company-hero {
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #cfe1f7;
    box-shadow: 0 14px 28px rgba(15, 105, 203, 0.16);
}

.company-hero img {
    width: 100%;
    aspect-ratio: 16 / 7;
    object-fit: cover;
    display: block;
}

.company-block {
    border: 1px solid #cfe1f7;
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    padding: 16px;
}

.company-block h2 {
    margin: 0 0 10px;
}

.company-profile {
    margin: 0;
    display: grid;
    gap: 8px;
}

.company-profile-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: start;
}

@media (min-width: 1100px) {
    .company-profile-layout {
        grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
    }
}

.company-profile div {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 10px;
    border-bottom: 1px solid #e0ecfb;
    padding-bottom: 7px;
}

.company-profile div:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.company-profile dt {
    font-weight: 800;
    color: #0f69cb;
}

.company-profile dd {
    margin: 0;
}

.company-name-reading {
    display: inline-block;
    margin-top: 2px;
    font-size: 12px;
    color: #5a6f8d;
}

.company-profile-photo {
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #d7e6fa;
    background: #ffffff;
}

.company-profile-photo img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.company-service-list {
    display: grid;
    gap: 10px;
}

.company-value-grid {
    display: grid;
    gap: 10px;
    margin-bottom: 10px;
}

.company-message p {
    margin: 0 0 10px;
    line-height: 1.9;
}

.company-message p:last-child {
    margin-bottom: 0;
}

.company-message-signature {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid #d9e8fb;
    width: min(100%, 420px);
    margin-left: auto;
}

.company-message-signature p {
    margin: 0 0 8px;
    line-height: 1.7;
}

.company-message-signature p:first-child {
    color: #6a7788;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.02em;
}

.company-message-signature p:last-child {
    margin-bottom: 0;
}

.company-message-signature span {
    font-size: 13px;
    color: #5c7292;
}

.company-message-signers {
    display: grid;
    gap: 12px;
    margin-top: 12px;
    width: 100%;
}

@media (min-width: 768px) {
    .company-message-signature {
        text-align: right;
    }

    .company-message-signature > p:first-child {
        text-align: right;
    }

    .company-message-signers {
        grid-template-columns: 1fr;
        gap: 12px;
        width: 100%;
    }
}

.company-message-signer {
    display: block;
    width: 100%;
}

.company-message-signer p {
    margin: 0;
    line-height: 1.7;
    text-align: right;
}

.company-service-item {
    border: 1px solid #d9e8fb;
    border-radius: 12px;
    background: #fff;
    padding: 12px;
}

.company-service-item h3 {
    margin: 0 0 6px;
    font-size: 17px;
}

.company-service-item p {
    margin: 0;
}

.company-service-item--media {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.company-service-item__media {
    margin: 0;
    width: 108px;
    height: 108px;
    flex: 0 0 108px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #d7e6fa;
    background: #ffffff;
}

.company-service-item__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    padding: 6px;
}

.company-service-item__content {
    flex: 1;
    min-width: 0;
}

.company-block--accent {
    background:
        radial-gradient(circle at 88% 14%, rgba(15, 105, 203, 0.15), transparent 40%),
        linear-gradient(180deg, #ffffff, #f2f8ff);
    overflow-x: hidden;
}

.company-member-carousel {
    margin: 14px 0 16px;
    max-width: 100%;
    overflow-x: hidden;
}

.company-member-carousel__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(180px, 220px);
    gap: 12px;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 4px 2px 6px;
}

.company-member-carousel__track::-webkit-scrollbar {
    display: none;
}

.company-member-slide {
    border: 1px solid #d8e7fa;
    border-radius: 14px;
    background: #ffffff;
    padding: 12px;
    min-width: 0;
}

.company-member-slide__link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.company-member-slide__photo {
    width: 88px;
    height: 88px;
    border-radius: 999px;
    object-fit: cover;
    display: block;
    margin: 0 auto 10px;
    border: 1px solid #d6e4f5;
}

.company-member-slide h3 {
    margin: 0;
    font-size: 18px;
    text-align: center;
}

.company-member-slide p {
    margin: 4px 0 0;
    font-size: 12px;
    color: #627792;
    text-align: center;
}

.services-shell {
    display: grid;
    gap: 16px;
}

.services-shell .cards--3 {
    align-items: stretch;
}

.services-shell .guides-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.services-shell .guides-card > p:last-child {
    margin-top: auto;
}

.services-extra {
    border-top: 1px solid #d9e8fb;
    padding-top: 8px;
}

.services-issues {
    border-top: 1px solid #d9e8fb;
    padding-top: 8px;
}

.services-issues-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.services-issue-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 100%;
    border-color: #d9e8fb;
    background: linear-gradient(180deg, #ffffff, #f7fbff);
}

.services-issue-card h3 {
    margin: 0;
    font-size: 18px;
}

.services-issue-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
}

.services-issue-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    border-radius: 999px;
    padding: 4px 10px;
    margin-right: 8px;
    vertical-align: middle;
}

.services-issue-label i {
    font-size: 12px;
}

.services-issue-label--problem {
    color: #8a4d00;
    background: #fff0dd;
    border: 1px solid #ffd7a8;
}

.services-issue-label--support {
    color: #0e5eb4;
    background: #eaf4ff;
    border: 1px solid #cfe1f7;
}

.services-issue-text {
    display: grid;
    gap: 6px;
    margin-top: 20px;
}

.services-issue-text .services-issue-label {
    margin-right: 0;
    width: fit-content;
}

.services-issue-text__body {
    display: block;
}

.services-jp-support-grid {
    align-items: stretch;
}

.services-jp-support-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.services-jp-support-card__media {
    margin: 0;
    width: 108px;
    height: 108px;
    flex: 0 0 108px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #d7e6fa;
    background: #ffffff;
}

.services-jp-support-card__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    padding: 6px;
}

.services-jp-support-card__body {
    flex: 1;
    min-width: 0;
}

.services-jp-support-card h3 {
    margin: 0;
}

.services-jp-support-card p {
    margin: 0;
}

.services-extra-group {
    border: 1px solid #d9e8fb;
    border-radius: 14px;
    padding: 14px;
    background: linear-gradient(180deg, #ffffff, #f7fbff);
}

.services-extra-group + .services-extra-group {
    margin-top: 14px;
}

.services-extra-group__stage {
    margin: 0 0 4px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #0f69cb;
}

.services-extra-group h3 {
    margin: 0 0 6px;
}

.services-extra-group__lead {
    margin: 0 0 12px;
    color: #355a86;
    font-size: 14px;
}

.services-extra-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
}

.services-extra-card {
    border: 1px solid #d9e8fb;
    border-radius: 12px;
    padding: 0;
    overflow: hidden;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.services-extra-card__media {
    position: relative;
}

.services-extra-card__image {
    width: 100%;
    height: 148px;
    display: block;
    object-fit: cover;
}

.services-extra-card h4 {
    margin: 10px 12px 6px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.services-extra-card h4::before {
    content: "✓";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #0f69cb;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    flex: 0 0 18px;
}

.services-extra-card p {
    margin: 0 12px 12px;
    font-size: 14px;
    line-height: 1.7;
    flex: 1 1 auto;
}

.services-extra-card--plain {
    padding: 14px;
    border-color: #cfe1f7;
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    overflow: visible;
}

.services-extra-card--plain h4 {
    margin: 0 0 8px;
}

.services-extra-card--plain p {
    margin: 0;
}

.glossary-inline-tip {
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    outline: none;
}

.glossary-inline-tip__term {
    border-bottom: 1px dashed rgba(15, 105, 203, 0.55);
    color: #0f69cb;
    font-weight: 700;
    cursor: help;
}

.glossary-inline-tip__bubble {
    position: absolute;
    left: 0;
    bottom: calc(100% + 8px);
    z-index: 40;
    min-width: 260px;
    max-width: 320px;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid #cfe1f7;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(10, 33, 66, 0.16);
    color: #334a66;
    opacity: 0;
    visibility: hidden;
    transform: translateY(4px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.glossary-inline-tip__desc {
    display: block;
    font-size: 13px;
    line-height: 1.6;
}

.glossary-inline-tip__link {
    display: inline-flex;
    align-items: center;
    margin-top: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #0f69cb;
    text-decoration: underline;
}

.glossary-inline-tip:hover .glossary-inline-tip__bubble,
.glossary-inline-tip:focus .glossary-inline-tip__bubble,
.glossary-inline-tip:focus-within .glossary-inline-tip__bubble {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 45;
}

.contact-line-cta {
    margin-top: 16px !important;
}

body.page-template-template-contact .contact-intent-marker {
    display: inline;
    font-weight: 700;
    color: #214d7a;
    background: linear-gradient(transparent 58%, rgba(15, 105, 203, 0.18) 58%);
    border-radius: 2px;
    padding: 0 2px;
}

body.page-template-template-contact .contact-form-privacy-link {
    margin: 0 0 10px;
    font-size: 13px;
    color: #5f7390;
}

body.page-template-template-contact .contact-form-privacy-link a {
    color: #0f69cb;
    text-decoration: underline;
}

body.page-template-template-contact .contact-line-marker {
    display: inline;
    background: linear-gradient(transparent 58%, rgba(23, 163, 74, 0.28) 58%);
    border-radius: 2px;
    padding: 0 2px;
}

body.page-template-template-contact .contact-line-emphasis {
    font-weight: 700;
}

body.page-template-template-contact .contact-phone-marker {
    display: inline;
    background: linear-gradient(transparent 58%, rgba(214, 48, 49, 0.26) 58%);
    border-radius: 2px;
    padding: 0 2px;
}

body.page-template-template-contact .cards + .cards {
    margin-top: 16px;
}

body.page-template-template-contact .card > * + * {
    margin-top: 10px;
}

body.page-template-template-contact .contact-phone-cta {
    margin-top: 6px;
}

body.page-template-template-contact .contact-phone-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 800;
    padding: 12px 18px;
}

body.page-template-template-contact .contact-phone-button i {
    font-size: 0.95em;
}

body.page-template-template-contact .card h2 {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

body.page-template-template-contact .card h2 i {
    color: #1f2a3b;
    font-size: 0.95em;
}

.contact-reco-badge {
    display: inline-flex;
    margin: 0 0 0 auto;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    color: #0e7a42;
    background: #eafaf2;
    border: 1px solid #bfe7d0;
}

.contact-form-card {
    display: grid;
    gap: 10px;
}

.contact-form-panel {
    margin-top: 2px;
}

.contact-form-toggle {
    border: none;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.contact-form-toggle:hover {
    transform: none;
}

.contact-form-toggle__icon {
    font-size: 12px;
    transition: transform 0.2s ease;
}

.contact-form-toggle[aria-expanded="true"] .contact-form-toggle__icon {
    transform: rotate(180deg);
}

.contact-form-shell {
    border: 1px solid #cfe1f7;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    padding: 14px;
}

.contact-form-note {
    margin-top: 4px;
    font-size: 13px;
    color: #5c6f8b;
}

.contact-hours {
    margin-top: 10px;
    border: 1px solid #d8e7fa;
    border-radius: 12px;
    background: #f6faff;
    padding: 10px 12px;
    display: grid;
    row-gap: 5px;
}

.contact-hours__title {
    margin-top: 0;
}

.contact-hours__main,
.contact-hours__sub {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    line-height: 1.5;
    color: #355276;
    min-height: 26px;
}

.contact-hours__sub {
    margin-top: 0;
}

.contact-hours .hours-chip {
    background: #0f69cb;
    color: #ffffff;
    padding: 3px 9px;
    line-height: 1.25;
}

.contact-hours .hours-chip--off {
    background: #6b7280;
    color: #ffffff;
}

.contact-hours__note {
    margin: 5px 0 0;
    font-size: 12px;
    color: #557198;
}

.contact-hours__note i {
    margin-right: 5px;
}

.contact-hours__now {
    margin: 4px 0 0;
    font-size: 12px;
    color: #2f4f77;
}

.contact-hours__clock {
    display: inline-flex;
    align-items: baseline;
    gap: 1px;
    margin-left: 2px;
    font-weight: 700;
}

.contact-hours__clock-colon {
    animation: footerColonBlink 1s steps(1, end) infinite;
}

.contact-hours__clock #contact-hawaii-now-ampm {
    margin-left: 5px;
}

body.page-template-template-contact .wpcf7 {
    margin: 0;
}

body.page-template-template-contact .wpcf7 form {
    display: grid;
    gap: 10px;
}

body.page-template-template-contact .wpcf7 p .wpcf7-form-control-wrap {
    display: block;
    margin-top: 6px;
}

body.page-template-template-contact .wpcf7 .cf7-field {
    margin: 0;
    color: #2c3d52;
    font-size: 14px;
    line-height: 1.65;
}

body.page-template-template-contact .wpcf7 .cf7-field label,
body.page-template-template-contact .wpcf7 .cf7-field .cf7-label {
    display: block;
    font-weight: 700;
}

body.page-template-template-contact .wpcf7 .cf7-required,
body.page-template-template-contact .wpcf7 .cf7-note {
    display: inline-block;
    margin-left: 6px;
    padding: 1px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.35;
    vertical-align: middle;
}

body.page-template-template-contact .wpcf7 .cf7-required {
    color: #0f69cb;
    background: #e9f3ff;
    border: 1px solid #c8ddf7;
}

body.page-template-template-contact .wpcf7 .cf7-note {
    color: #4e5f78;
    background: #f2f5fa;
    border: 1px solid #d8e0eb;
}

body.page-template-template-contact .wpcf7 input[type="text"],
body.page-template-template-contact .wpcf7 input[type="email"],
body.page-template-template-contact .wpcf7 input[type="tel"],
body.page-template-template-contact .wpcf7 input[type="url"],
body.page-template-template-contact .wpcf7 select,
body.page-template-template-contact .wpcf7 textarea {
    width: 100%;
    border: 1px solid #c9d9ef;
    border-radius: 10px;
    background: #fff;
    color: #1f2a3b;
    font-family: inherit;
    font-size: 15px;
    line-height: 1.5;
    padding: 11px 12px;
}

body.page-template-template-contact .wpcf7 textarea {
    min-height: 140px;
    resize: vertical;
}

body.page-template-template-contact .wpcf7 .wpcf7-radio,
body.page-template-template-contact .wpcf7 .wpcf7-checkbox {
    display: grid;
    gap: 8px;
    margin-top: 6px;
}

body.page-template-template-contact .wpcf7 .wpcf7-list-item {
    margin: 0;
}

body.page-template-template-contact .wpcf7 .wpcf7-list-item label {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    font-weight: 500;
}

body.page-template-template-contact .wpcf7 input[type="radio"],
body.page-template-template-contact .wpcf7 input[type="checkbox"] {
    margin-top: 2px;
    accent-color: #0f69cb;
}

body.page-template-template-contact .wpcf7 .cf7-accept {
    margin-top: 4px;
}

body.page-template-template-contact .wpcf7 .cf7-accept .wpcf7-list-item-label {
    font-weight: 500;
}

body.page-template-template-contact .wpcf7 .cf7-submit {
    margin-top: 2px;
}

body.page-template-template-contact .wpcf7 input[type="text"]:focus,
body.page-template-template-contact .wpcf7 input[type="email"]:focus,
body.page-template-template-contact .wpcf7 input[type="tel"]:focus,
body.page-template-template-contact .wpcf7 input[type="url"]:focus,
body.page-template-template-contact .wpcf7 select:focus,
body.page-template-template-contact .wpcf7 textarea:focus {
    outline: none;
    border-color: #0f69cb;
    box-shadow: 0 0 0 3px rgba(15, 105, 203, 0.16);
}

body.page-template-template-contact .wpcf7-submit {
    appearance: none;
    border: 1px solid #0f69cb;
    background: #0f69cb;
    color: #fff;
    border-radius: 999px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    padding: 12px 22px;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

body.page-template-template-contact .wpcf7 .cf7-btn {
    min-width: 180px;
}

body.page-template-template-contact .wpcf7-submit:hover {
    background: #0b56a4;
    transform: translateY(-1px);
}

body.page-template-template-contact .wpcf7-spinner {
    margin-left: 10px;
}

body.page-template-template-contact .wpcf7-not-valid-tip {
    margin-top: 6px;
    font-size: 12px;
    color: #c11f1f;
}

body.page-template-template-contact .wpcf7 form .wpcf7-response-output {
    margin: 8px 0 0;
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 13px;
}

.line-float-button {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 50;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    background: #06c755;
    color: #fff;
    border-radius: 999px;
    padding: 8px 16px;
    box-shadow: 0 12px 24px rgba(6, 199, 85, 0.32);
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.line-float-button:hover {
    background: #05b44d;
}

.line-float-button.is-hidden-by-footer {
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
}

.line-float-button__icon {
    width: 60px;
    height: 60px;
    display: block;
    object-fit: contain;
}

.line-float-button__label {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

body.home .line-float-button {
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity 0.45s ease, transform 0.45s ease;
}

body.home .line-float-button.is-ready {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.cookie-consent {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 130;
    border: 1px solid #cfe1f7;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 12px 26px rgba(12, 52, 102, 0.18);
    padding: 12px;
    display: none;
}

.cookie-consent.is-visible {
    display: block;
}

.cookie-consent p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #2e4058;
}

.cookie-consent p a {
    color: #0f69cb;
    font-weight: 700;
}

.cookie-consent__actions {
    margin-top: 10px;
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.cookie-consent__actions .button {
    min-height: 38px;
    padding: 8px 14px;
}

.cookie-consent__decline {
    background: transparent;
    border: none;
    color: #7b889a;
    font-size: 13px;
    line-height: 1.2;
    padding: 8px 4px;
    text-decoration: underline;
    cursor: pointer;
}

.cookie-consent__decline:hover {
    color: #5f6d82;
}

body.cookie-consent-visible .line-float-button {
    bottom: max(86px, env(safe-area-inset-bottom));
}

.posts-navigation,
.navigation.pagination {
    margin-top: 20px;
}

@media (max-width: 980px) {
    .hero__inner--split,
    .feature-visual-grid,
    .trust-kpi-grid,
    .fit-grid,
    .purpose-grid,
    .quick-steps,
    .instagram-grid,
    .flow-steps,
    .glossary-grid,
    .cards--2,
    .cards--3,
    .profile-hero,
    .profile-panels,
    .site-footer__inner,
    .hawaii-band__inner {
        grid-template-columns: 1fr;
        display: grid;
    }

    .pm-grid {
        grid-template-columns: 1fr;
    }

    .pm-reco-grid {
        grid-template-columns: 1fr;
    }

    .site-footer nav {
        max-width: none;
        margin-left: 0;
    }

    .site-footer nav ul {
        grid-template-columns: 1fr;
    }

    .services-extra-grid {
        grid-template-columns: 1fr;
    }


    .services-issues-grid {
        grid-template-columns: 1fr;
    }

    .glossary-inline-tip__bubble {
        left: 50%;
        transform: translate(-50%, 4px);
        min-width: 220px;
        max-width: min(300px, calc(100vw - 40px));
    }

    .glossary-inline-tip:hover .glossary-inline-tip__bubble,
    .glossary-inline-tip:focus .glossary-inline-tip__bubble,
    .glossary-inline-tip:focus-within .glossary-inline-tip__bubble {
        transform: translate(-50%, 0);
    }

    .area-article-cta h2 {
        white-space: normal;
    }

    .area-article-nav__table th,
    .area-article-nav__table td {
        padding: 8px 7px;
        font-size: 12px;
        word-break: break-word;
    }

    .area-map-layout {
        grid-template-columns: 1fr;
    }

    .areas-hero-carousel__item {
        flex-basis: min(72vw, 300px);
    }

    .hero-shot-grid {
        grid-template-columns: 1fr 1fr;
    }

    .home-guide-card__thumb-link {
        flex-basis: 88px;
    }

    .home-guide-card__thumb {
        width: 88px;
        height: 88px;
    }

    .hero-poster {
        aspect-ratio: 4 / 3;
    }

    .hero--site .hero__inner {
        padding: 24px min(20px, 4vw) 28px;
    }

    .flow-timeline__row {
        grid-template-columns: 1fr;
    }

    .flow-timeline__weeks {
        grid-template-columns: 1fr;
    }

    .flow-timeline__weeks-spacer {
        display: none;
    }

    .section-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .areas-hero-carousel__track {
        animation: none;
    }
}

@media (max-width: 820px) {
    .hero-title-sp-break {
        display: block;
    }

    .site-header {
        background: linear-gradient(180deg, rgba(250, 253, 255, 0.97), rgba(241, 248, 255, 0.95));
        box-shadow: 0 12px 24px rgba(12, 52, 102, 0.14);
    }

    .site-header__inner {
        min-height: auto;
        padding: 10px 0;
        align-items: center;
        flex-wrap: nowrap;
        gap: 10px;
    }

    .site-header__left {
        width: auto;
        min-width: 0;
        flex: 1 1 auto;
        gap: 10px;
    }

    .site-brand img {
        width: 60px;
        height: 60px;
    }

    .site-header__meta-title {
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .site-header__meta-sub {
        font-size: 10px;
        color: #6a7788;
    }

    .site-shoulder-bar__text {
        padding: 8px 0;
        font-size: 12px;
        text-align: center;
    }

    .site-breadcrumb {
        padding: 8px 0;
    }

    .site-breadcrumb__item {
        font-size: 11px;
    }

    .site-menu-toggle {
        display: inline-flex;
        margin-left: auto;
        width: auto;
        height: auto;
        padding: 4px;
        background: transparent;
        border-radius: 0;
        border: none;
        box-shadow: none;
    }

    .site-nav {
        width: 100%;
        display: none;
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        right: 0;
        background: #fff;
        border: none;
        border-radius: 12px;
        box-shadow: 0 16px 30px rgba(15, 62, 115, 0.15);
        padding: 10px;
    }

    .site-nav.is-open {
        display: block;
    }

    .site-nav ul {
        gap: 6px;
        padding-top: 0;
        flex-direction: column;
        align-items: stretch;
    }

    .site-nav a {
        display: block;
        border-radius: 8px;
        padding: 9px 10px;
    }

    .hero-chip {
        font-size: 11px;
        padding: 6px 10px;
    }

    .hero-copy h1 {
        font-size: clamp(30px, 8.2vw, 44px);
    }

    .hero__lead {
        font-size: 16px;
    }

    .line-float-button {
        right: 12px;
        bottom: max(12px, env(safe-area-inset-bottom));
        padding: 8px 14px;
    }

    .line-float-button__label {
        font-size: 13px;
    }

    .line-float-button__icon {
        width: 48px;
        height: 48px;
    }

    .company-profile div {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .company-profile-layout {
        grid-template-columns: 1fr;
    }

    .company-service-item--media {
        gap: 10px;
    }

    .company-service-item__media {
        width: 88px;
        height: 88px;
        flex-basis: 88px;
    }

    .company-member-carousel__track {
        grid-auto-columns: minmax(140px, 72vw);
    }

    .cookie-consent {
        left: 10px;
        right: 10px;
        bottom: 10px;
        padding: 10px;
    }

    .cookie-consent p {
        font-size: 12px;
    }

    .cookie-consent__actions {
        justify-content: stretch;
    }

    .cookie-consent__actions .button {
        flex: 1 1 0;
        justify-content: center;
    }

    .cookie-consent__decline {
        flex: 0 0 auto;
        padding-left: 2px;
        padding-right: 2px;
    }

    body.cookie-consent-visible .line-float-button {
        bottom: max(94px, env(safe-area-inset-bottom));
    }
}
