@charset "UTF-8";

/* 対応機種チャットボット: assets/css/components/machine-chatbot.css を inc/machine-chatbot.php が enqueue（本番・Vite dist でも読込） */

body {
    margin: 0;
    background-color: var(--viewer-bg-fallback);
    background: radial-gradient(
        circle at center,
        var(--viewer-bg-center) 0%,
        var(--viewer-bg-edge) 100%
    );
    color: var(--viewer-text-color);
    font-family: var(--font-base);
    line-height: 1.6;
    overflow-x: clip;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--header-offset) + 18px);
    overflow-x: clip;
    scrollbar-gutter: stable;
}

.inner {
    width: min(1200px, 92%);
    margin-inline: auto;
}

.site-transition {
    display: none;
}

.has-js .site-transition {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
}

.site-transition__screen,
.site-transition__shutter,
.site-transition__glow,
.site-transition__logo {
    position: absolute;
    inset: 0;
}

.site-transition__screen {
    background:
        repeating-linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.018) 0 1px,
            transparent 1px 132px
        ),
        linear-gradient(180deg, rgba(22, 24, 29, 0.22) 0%, rgba(9, 11, 14, 0) 26%),
        radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.08), transparent 14%),
        linear-gradient(180deg, rgba(4, 5, 7, 0.998) 0%, rgba(2, 3, 5, 1) 100%);
}

.site-transition__shutter {
    inset: -18% -14%;
    background:
        linear-gradient(118deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.12) 7%, rgba(255, 255, 255, 0) 10%),
        linear-gradient(118deg, rgba(123, 135, 151, 0.18) 0%, rgba(64, 72, 82, 0.18) 18%, rgba(9, 10, 13, 0.92) 44%, rgba(4, 5, 7, 1) 100%);
    transform: translate3d(0, 0, 0) rotate(-11deg) scale(1.12);
    transform-origin: left center;
    will-change: transform, opacity;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.04),
        inset -120px 0 180px rgba(0, 0, 0, 0.42),
        0 0 140px rgba(0, 0, 0, 0.34);
}

.site-transition__glow {
    inset: auto;
    top: 50%;
    left: -14%;
    width: 148%;
    height: 2px;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(196, 212, 235, 0.08) 18%,
        rgba(255, 255, 255, 0.94) 50%,
        rgba(196, 212, 235, 0.08) 82%,
        rgba(255, 255, 255, 0) 100%
    );
    filter: blur(1.2px);
    opacity: 0;
    transform: rotate(-11deg) scaleX(0.26);
    transform-origin: center;
}

.site-transition__logo {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: clamp(24px, 3vw, 42px);
}

.site-transition__logo span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #ffffff;
    font-size: clamp(0.78rem, 0.9vw, 1rem);
    font-weight: 600;
    letter-spacing: 0.08em;
    text-indent: 0;
    text-transform: none;
    text-shadow: 0 10px 22px rgba(0, 0, 0, 0.42);
}

.has-js body.is-site-transition-complete .site-transition {
    opacity: 0;
    visibility: hidden;
    transition: opacity 260ms ease, visibility 0s linear 260ms;
}

.has-js body.is-site-opening .site-transition,
.has-js body.is-site-transition-active .site-transition {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: none;
}

.has-js body:not(.is-site-transition-complete) .site-header {
    opacity: 0;
    transform: translate3d(0, -18px, 0);
    pointer-events: none;
}

.has-js body.is-site-transition-complete .site-header {
    transition: opacity 420ms ease, transform 420ms ease;
}

:root {
    --font-base: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;

    /* ========== ライトモード（既定） ========== */
    --viewer-bg-fallback: #f3f4f6;
    --viewer-bg-center: #ffffff;
    --viewer-bg-edge: #cbd5e1;
    --viewer-text-color: #0f172a;

    --color-surface-deep: #05070d;
    --color-surface-deep-rgb: 5, 7, 13;
    --color-surface-dark: #0b0d12;
    --color-surface-dark-rgb: 11, 13, 18;
    --color-surface-elevated: #111317;
    --color-surface-elevated-rgb: 17, 19, 23;
    --color-surface-panel: rgba(11, 13, 18, 0.92);
    --color-line-soft: rgba(255, 255, 255, 0.16);
    --color-text-primary: #f5f7fb;
    --color-text-muted: rgba(245, 247, 251, 0.72);
    --color-white: #ffffff;
    --color-ink-900: #0f131c;
    --color-ink-900-rgb: 15, 19, 28;
    --color-accent-700: #0f3a79;
    --color-accent-500: #2f5d96;
    --color-light-100: #f3f6fb;
    --color-light-200: #edf3f8;
    --color-light-300: #e7eef6;

    --tracking-ui: 0.14em;
    --radius-pill: 999px;
    --button-height: 58px;
    --button-padding-inline: 28px;
    --button-font-size: 15px;
    --button-font-weight: 700;
    --button-letter-spacing: 0.08em;
    --section-space-md-sp: 72px;
    --section-space-md-pc: 88px;
    --section-space-lg-sp: 88px;
    --section-space-lg-pc: 112px;
    --section-gap-md-sp: 48px;
    --section-gap-md-pc: 64px;

    --header-safe-top: env(safe-area-inset-top, 0px);
    --header-offset: 92px;
    --header-offset-lg: 76px;

    /* お知らせ（トップ NEWS・/news/ ヒーロー帯と同一のペールブルーグレー） */
    --sstyle-news-page-bg: #e8ecf1;

    /* TOP 専用ブロック（後段の「Top page spacing calibration」と同値・ここで定義して先頭の .global-news-list から参照可能に） */
    --sstyle-top-section-space-sp: 72px;
    --sstyle-top-section-space-pc: 96px;
    --sstyle-top-news-bg-end: #090b0f;
}

/* ========== ダークモード（黒系・同じテイスト） ========== */
html[data-theme="dark"],
html.sstyle-viewer-bg--dark {
    --viewer-bg-fallback: #0f172a;
    --viewer-bg-center: #1e293b;
    --viewer-bg-edge: #020617;
    --viewer-text-color: #f5f7fb;
    --sstyle-news-page-bg: #e8ecf1;
}

/* システムがダークモードのときだけ使う場合 */
@media (prefers-color-scheme: dark) {
    html.auto-dark {
        --viewer-bg-fallback: #0f172a;
        --viewer-bg-center: #1e293b;
        --viewer-bg-edge: #020617;
        --viewer-text-color: #f5f7fb;
        --sstyle-news-page-bg: #e8ecf1;
    }
}

/* ========== body にそのままあてる場合 ========== */
body.sstyle-viewer-bg {
    margin: 0;
    padding: 0;
    background-color: var(--viewer-bg-fallback);
    background: radial-gradient(
        circle at center,
        var(--viewer-bg-center) 0%,
        var(--viewer-bg-edge) 100%
    );
    color: var(--viewer-text-color);
}

/* ========== 任意の要素に背景だけあてる場合（クラス） ========== */
.sstyle-viewer-bg {
    background-color: var(--viewer-bg-fallback);
    background-image: radial-gradient(
        circle at center,
        var(--viewer-bg-center) 0%,
        var(--viewer-bg-edge) 100%
    );
    color: var(--viewer-text-color);
}

.site-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 100;
    transition:
        transform 0.45s ease,
        opacity 0.38s ease,
        visibility 0.38s ease;
}

/* TOP：Hero2 を見ている間だけグローバルヘッダーを隠し、次セクションが見えたら表示 */
.home .site-header.is-suppressed-for-hero {
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
    .site-header {
        transition: none;
    }
}

body.is-drawer-open {
    position: fixed;
    inset: 0;
    overflow: hidden;
    width: 100%;
}

/* Fixed header offsets the page content. */
.site-main {
    padding-top: var(--header-offset);
}

/* Top page uses full-bleed hero under fixed header. */
.home .site-main {
    padding-top: 0;
}

.page-hero {
    padding: 32px 0 22px;
}

.subpage-hero {
    padding: 44px 0 112px;
}

.subpage-hero--news {
    padding: 36px 0 80px;
    background: var(--sstyle-news-page-bg);
}

.subpage-hero--news .subpage-hero__heading {
    margin-top: 12px;
}

.subpage-hero__heading {
    margin-top: 18px;
}

.subpage-hero__title {
    margin: 0;
    font-size: clamp(2.2rem, 6.6vw, 5.4rem);
    line-height: 1.02;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--color-ink-900);
}

.subpage-hero__title-image {
    display: block;
    width: min(100%, 520px);
    height: auto;
    object-fit: contain;
}

.subpage-hero__badge {
    margin: 16px 0 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 18px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.06em;
    color: var(--color-ink-900);
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(var(--color-ink-900-rgb), 0.08);
}

.top-hero {
    position: relative;
    height: 100vh;
    min-height: 100vh;
    background: var(--top-hero-bg-color, var(--color-surface-deep));
    overflow: hidden;
    isolation: isolate;
}

.top-hero--rotation-bg {
    --top-hero-bg-color: var(--color-surface-deep);
    --top-hero-before-opacity: 1;
    --top-hero-after-opacity: 0.28;
    --top-hero-fog-opacity: 1;
    --top-hero-lightfx-opacity: 1;
    --top-hero-mask-opacity: 1;
    --top-hero-text-color: rgba(248, 250, 252, 0.94);
    --top-hero-kicker-color: rgba(203, 213, 225, 0.84);
    --top-hero-lead-color: rgba(203, 213, 225, 0.88);
    --top-hero-ticker-color: rgba(196, 202, 210, 0.46);
    --top-hero-copy-scrim-opacity: 0.24;
    --top-hero-copy-scrim-soft-opacity: 0.1;
    --top-hero-title-shadow: 0 18px 42px rgba(0, 0, 0, 0.38), 0 2px 0 rgba(255, 255, 255, 0.04);
    --top-hero-kicker-shadow: 0 8px 20px rgba(0, 0, 0, 0.32);
}

.top-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: var(--top-hero-before-opacity, 1);
    pointer-events: none;
    background:
        radial-gradient(46% 38% at 74% 50%, rgba(165, 182, 210, 0.08), transparent 72%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0%, rgba(255, 255, 255, 0.005) 24%, rgba(255, 255, 255, 0) 52%),
        radial-gradient(120% 110% at 50% 50%, transparent 54%, rgba(0, 0, 0, 0.14) 100%),
        radial-gradient(130% 120% at 50% 50%, transparent 60%, rgba(0, 0, 0, 0.1) 100%);
}

.top-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: var(--top-hero-after-opacity, 0.28);
    background:
        repeating-linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.018) 0,
            rgba(255, 255, 255, 0.018) 1px,
            transparent 1px,
            transparent 18px
        ),
        linear-gradient(180deg, rgba(255, 255, 255, 0.014), rgba(255, 255, 255, 0));
    mix-blend-mode: soft-light;
}

.top-hero__webgl {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.top-hero__webgl::before,
.top-hero__webgl::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.top-hero__webgl::before {
    z-index: 1;
    opacity: 0.035;
    mix-blend-mode: soft-light;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.18' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.top-hero__webgl::after {
    z-index: 2;
    box-shadow: inset 0 0 120px 42px rgba(0, 0, 0, 0.28);
}

.top-hero__fog {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    opacity: var(--top-hero-fog-opacity, 1);
    background:
        linear-gradient(102deg, rgba(255, 255, 255, 0.025) 0%, rgba(255, 255, 255, 0.012) 28%, rgba(255, 255, 255, 0) 62%),
        radial-gradient(80% 70% at 22% 56%, rgba(255, 255, 255, 0.02), transparent 68%);
}

.top-hero__fog::before,
.top-hero__fog::after {
    content: "";
    position: absolute;
    inset: -10%;
    pointer-events: none;
    will-change: transform, opacity;
}

.top-hero__fog::before {
    opacity: 0.18;
    filter: blur(42px);
    mix-blend-mode: screen;
    background:
        radial-gradient(34% 28% at 22% 48%, rgba(255, 255, 255, 0.08), transparent 70%),
        radial-gradient(28% 24% at 46% 36%, rgba(255, 255, 255, 0.04), transparent 72%),
        radial-gradient(30% 22% at 68% 58%, rgba(255, 255, 255, 0.03), transparent 74%);
    animation: topHeroFogDrift 30s ease-in-out infinite alternate;
}

.top-hero__fog::after {
    opacity: 0.1;
    filter: blur(72px);
    mix-blend-mode: screen;
    background:
        radial-gradient(36% 28% at 18% 60%, rgba(255, 255, 255, 0.04), transparent 72%),
        radial-gradient(26% 22% at 56% 42%, rgba(255, 255, 255, 0.025), transparent 76%),
        radial-gradient(30% 24% at 82% 38%, rgba(255, 255, 255, 0.02), transparent 72%);
    animation: topHeroFogFloat 38s ease-in-out infinite alternate;
}

.top-hero__lightfx {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    opacity: var(--top-hero-lightfx-opacity, 1);
    background:
        radial-gradient(52% 44% at 28% 52%, rgba(255, 255, 255, 0.028), transparent 72%),
        radial-gradient(34% 28% at 72% 48%, rgba(182, 200, 226, 0.06), transparent 76%),
        radial-gradient(40% 34% at 66% 18%, rgba(255, 255, 255, 0.02), transparent 74%);
}

.top-hero__mask {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    opacity: var(--top-hero-mask-opacity, 1);
    background:
        linear-gradient(96deg, rgba(2, 4, 8, 0.94) 0%, rgba(2, 4, 8, 0.9) 24%, rgba(2, 4, 8, 0.8) 46%, rgba(2, 4, 8, 0.64) 64%, rgba(2, 4, 8, 0.38) 84%, rgba(2, 4, 8, 0.16) 100%),
        radial-gradient(88% 92% at 18% 50%, rgba(5, 8, 14, 0.68) 0%, rgba(5, 8, 14, 0.46) 42%, rgba(5, 8, 14, 0.12) 76%, transparent 100%),
        radial-gradient(130% 120% at 50% 50%, rgba(0, 0, 0, 0.22) 18%, rgba(0, 0, 0, 0.62) 100%);
}

.top-hero__mask::before,
.top-hero__mask::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.top-hero__mask::before {
    opacity: 0.055;
    mix-blend-mode: soft-light;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.12' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.top-hero__mask::after {
    opacity: 0.08;
    background:
        radial-gradient(54% 44% at 24% 48%, rgba(255, 255, 255, 0.008), transparent 74%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.004), rgba(255, 255, 255, 0));
}

.top-hero__inner {
    position: relative;
    z-index: 4;
    height: 100vh;
    min-height: 100vh;
    display: grid;
    align-content: center;
    gap: 14px;
    color: var(--top-hero-text-color, rgba(248, 250, 252, 0.94));
    isolation: isolate;
}

.top-hero__inner::before {
    content: "";
    position: absolute;
    inset: 20% 38% 20% -4%;
    z-index: 0;
    pointer-events: none;
    background:
        linear-gradient(
            90deg,
            rgba(7, 10, 16, var(--top-hero-copy-scrim-opacity, 0.28)) 0%,
            rgba(7, 10, 16, var(--top-hero-copy-scrim-soft-opacity, 0.14)) 56%,
            rgba(7, 10, 16, 0) 100%
        );
    filter: blur(22px);
}

.top-hero__inner > * {
    position: relative;
    z-index: 1;
}

.top-hero__kicker {
    margin: 0;
    font-size: 13px;
    letter-spacing: 0.14em;
    color: var(--top-hero-kicker-color, rgba(203, 213, 225, 0.84));
    text-shadow: var(--top-hero-kicker-shadow, 0 8px 20px rgba(0, 0, 0, 0.24));
}

.top-hero__title {
    margin: 0;
    max-width: none;
    font-family: var(--font-base);
    font-size: clamp(2rem, 5.2vw, 4.4rem);
    font-weight: 800;
    line-height: 0.94;
    letter-spacing: -0.035em;
    color: var(--top-hero-text-color, rgba(248, 250, 252, 0.94));
    text-shadow: var(--top-hero-title-shadow, 0 12px 32px rgba(0, 0, 0, 0.24));
}

.top-hero__title-line {
    display: block;
    white-space: nowrap;
    will-change: transform, opacity, filter;
}

.top-hero__title-line--primary {
    font-family: inherit;
    font-weight: 800;
    letter-spacing: -0.035em;
    text-shadow:
        0 10px 28px rgba(0, 0, 0, 0.22),
        0 1px 0 rgba(255, 255, 255, 0.06);
}

.top-hero__title-line--secondary {
    margin-top: 0.16em;
    font-size: 0.72em;
    letter-spacing: -0.02em;
}

.top-hero__ticker {
    position: absolute;
    right: 0;
    bottom: clamp(44px, 6.8vw, 78px);
    left: 0;
    z-index: 5;
    width: 100%;
    overflow: hidden;
    padding: 8px 0;
    display: none;
}

.top-hero__ticker-track {
    display: flex;
    align-items: flex-end;
    width: max-content;
    gap: 64px;
    white-space: nowrap;
    animation: topHeroTicker 52s linear infinite;
}

.top-hero__ticker-track span {
    display: block;
    flex: 0 0 auto;
    color: var(--top-hero-ticker-color, rgba(196, 202, 210, 0.46));
    font-size: clamp(4rem, 7vw, 6.8rem);
    font-weight: 600;
    letter-spacing: 0.015em;
    line-height: 1;
    text-transform: uppercase;
}

.has-js .home:not(.is-site-opening-complete) .top-hero__ticker,
.has-js .home:not(.is-site-opening-complete) .top-hero-fixed-button {
    opacity: 0;
}

.has-js .home:not(.is-top-hero-entered) .top-hero__webgl {
    opacity: 0.2;
    filter: blur(18px) brightness(0.72);
    transform: scale(1.08);
    transform-origin: 50% 50%;
}

.top-hero-fixed-button {
    position: fixed;
    right: clamp(16px, 2vw, 28px);
    bottom: calc(env(safe-area-inset-bottom, 0px) + clamp(44px, 5vw, 72px));
    z-index: 140;
    display: grid;
    place-items: center;
    width: 104px;
    height: 104px;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.88);
    cursor: pointer;
    overflow: visible;
    transition: opacity 240ms ease, transform 320ms ease, color 240ms ease;
}

.top-hero-fixed-button::before {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(8, 10, 14, 0.54);
    backdrop-filter: blur(16px);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.top-hero-fixed-button__label,
.top-hero-fixed-button__icon {
    position: absolute;
    z-index: 1;
}

.top-hero-fixed-button__label {
    top: 50%;
    left: calc(100% - 14px);
    right: auto;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.22em;
    white-space: nowrap;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: translateY(-50%);
    transition: opacity 220ms ease, transform 320ms ease;
}

.top-hero-fixed-button__label--scroll {
    opacity: 0.9;
}

.top-hero-fixed-button__label--top {
    opacity: 0;
    transform: translateY(calc(-50% + 10px));
}

.top-hero-fixed-button__icon {
    width: 34px;
    height: 34px;
    top: 50%;
    left: 50%;
    display: block;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    transform: translate(-50%, -50%);
}

.top-hero-fixed-button__icon-ring {
    position: absolute;
    inset: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    pointer-events: none;
}

.top-hero-fixed-button__icon-ring-static,
.top-hero-fixed-button__icon-ring-dash {
    fill: none;
    stroke-width: 1.4;
}

.top-hero-fixed-button__icon-ring-static {
    stroke: rgba(255, 255, 255, 0.12);
}

.top-hero-fixed-button__icon-ring-rotor {
    transform-origin: 50% 50%;
    animation: topHeroInnerRingSpin 6s linear infinite;
}

.top-hero-fixed-button__icon-ring-dash {
    stroke: rgba(255, 255, 255, 0.78);
    stroke-dasharray: 12 16;
    stroke-linecap: round;
}

.top-hero-fixed-button__icon::before,
.top-hero-fixed-button__icon::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.top-hero-fixed-button__icon::before {
    top: 8px;
    width: 2px;
    height: 11px;
    background: currentColor;
}

.top-hero-fixed-button__icon::after {
    top: 16px;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateX(-50%) rotate(45deg);
}

.top-hero-fixed-button.is-top-page-mode .top-hero-fixed-button__label--scroll {
    opacity: 0;
    transform: translateY(calc(-50% - 10px));
}

.top-hero-fixed-button.is-top-page-mode .top-hero-fixed-button__label--top {
    opacity: 0.9;
    transform: translateY(-50%);
}

.top-hero-fixed-button.is-top-page-mode .top-hero-fixed-button__icon::before {
    top: 15px;
}

.top-hero-fixed-button.is-top-page-mode .top-hero-fixed-button__icon::after {
    top: 8px;
    transform: translateX(-50%) rotate(-135deg);
}

.top-hero-fixed-button:hover,
.top-hero-fixed-button:focus-visible {
    transform: translate3d(0, -4px, 0);
}

.top-hero-fixed-button:hover::before,
.top-hero-fixed-button:focus-visible::before {
    background: rgba(15, 18, 24, 0.72);
}

body.is-drawer-open .top-hero-fixed-button,
body.is-site-transition-active .top-hero-fixed-button {
    opacity: 0;
    pointer-events: none;
}

@keyframes topHeroFogDrift {
    0% {
        transform: translate3d(-2%, 0, 0) scale(1);
        opacity: 0.2;
    }
    50% {
        transform: translate3d(1.5%, -1.5%, 0) scale(1.04);
        opacity: 0.34;
    }
    100% {
        transform: translate3d(4%, -3%, 0) scale(1.08);
        opacity: 0.26;
    }
}

@keyframes topHeroTicker {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

@keyframes topHeroInnerRingSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes topHeroFogFloat {
    0% {
        transform: translate3d(3%, 2%, 0) scale(1.02);
    }
    50% {
        transform: translate3d(-2%, -1%, 0) scale(1.08);
    }
    100% {
        transform: translate3d(-6%, -3%, 0) scale(1.12);
    }
}

@media (max-width: 767px) {
    .site-transition__logo span {
        font-size: 0.72rem;
        letter-spacing: 0.06em;
        text-indent: 0;
    }

    .top-hero::after {
        opacity: 0.18;
        background:
            repeating-linear-gradient(
                180deg,
                rgba(255, 255, 255, 0.014) 0,
                rgba(255, 255, 255, 0.014) 1px,
                transparent 1px,
                transparent 16px
            ),
            linear-gradient(180deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0));
    }

    .top-hero__fog::before {
        opacity: 0.12;
        filter: blur(32px);
    }

    .top-hero__fog::after {
        opacity: 0.08;
        filter: blur(52px);
    }

    .top-hero__mask {
        background:
            linear-gradient(180deg, rgba(2, 4, 8, 0.93) 0%, rgba(2, 4, 8, 0.86) 34%, rgba(2, 4, 8, 0.72) 62%, rgba(2, 4, 8, 0.42) 100%),
            radial-gradient(120% 94% at 50% 46%, rgba(5, 8, 14, 0.52) 0%, rgba(5, 8, 14, 0.12) 72%, transparent 100%),
            radial-gradient(130% 120% at 50% 50%, rgba(0, 0, 0, 0.18) 24%, rgba(0, 0, 0, 0.52) 100%);
    }

    .top-hero__mask::after {
        opacity: 0.06;
        background:
            radial-gradient(60% 38% at 50% 32%, rgba(255, 255, 255, 0.012), transparent 74%),
            linear-gradient(180deg, rgba(255, 255, 255, 0.006), rgba(255, 255, 255, 0));
    }

    .top-hero__ticker {
        bottom: 32px;
        padding: 6px 0;
    }

    .top-hero__ticker-track {
        gap: 36px;
        animation-duration: 38s;
    }

    .top-hero__ticker-track span {
        font-size: 2.8rem;
        letter-spacing: 0.01em;
        line-height: 1;
    }

    .top-hero-fixed-button {
        right: 14px;
        bottom: calc(env(safe-area-inset-bottom, 0px) + 56px);
        width: 88px;
        height: 88px;
    }

    .top-hero-fixed-button__label {
        font-size: 9px;
        left: calc(100% - 10px);
        right: auto;
        letter-spacing: 0.18em;
    }

    .top-hero-fixed-button::before {
        inset: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-transition__shutter,
    .site-transition__glow,
    .site-transition__logo span,
    .top-hero-fixed-button,
    .top-hero-fixed-button__label {
        transition: none;
    }

    .top-hero__fog::before,
    .top-hero__fog::after {
        animation: none;
    }

    .top-hero__ticker-track {
        animation: none;
    }

    .top-hero-fixed-button__icon-ring-rotor {
        animation: none;
    }
}

.global-section-title__kicker {
    margin: 0;
    font-size: 13px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: rgba(15, 23, 42, 0.56);
}

.page-nav {
    position: fixed;
    top: 50%;
    right: 10px;
    z-index: 30;
    transform: translateY(-50%);
    transition: opacity 220ms ease-out, transform 220ms ease-out;
}

.page-nav.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%) translateX(12px);
}

.page-nav__inner {
    height: 360px;
    overflow: hidden;
}

.page-nav__track {
    display: flex;
    flex-direction: column;
    transition: transform 320ms ease-out;
    will-change: transform;
}

.page-nav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    height: 120px;
    width: 40px;
    color: rgba(15, 23, 42, 0.52);
    text-decoration: none;
    transition: color 220ms ease-out, opacity 220ms ease-out;
    opacity: 0.92;
}

.js-page-link-label {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.18em;
    white-space: nowrap;
    padding: 8px 4px;
    border-radius: 999px;
    transition: background-color 220ms ease-out, color 220ms ease-out, -webkit-text-stroke-color 220ms ease-out;
}

.js-page-link-line {
    width: 1px;
    height: 30px;
    background: currentColor;
    opacity: 0.55;
    transition: height 220ms ease-out, opacity 220ms ease-out;
}

.page-nav__link:hover,
.page-nav__link:focus-visible,
.page-nav__link.is-active {
    color: rgba(15, 23, 42, 0.84);
}

.page-nav__link.is-active .js-page-link-label {
    background: rgba(15, 58, 121, 0.12);
    color: var(--color-accent-700);
}

.page-nav__link:hover .js-page-link-line,
.page-nav__link.is-active .js-page-link-line {
    height: 38px;
    opacity: 0.82;
}

@media (max-width: 900px) {
    .parts-page .page-nav.parts-page-nav {
        padding: calc(var(--header-offset) + 6px) 0 6px;
    }

    .parts-page .parts-page-nav .page-nav__inner {
        width: min(100% - 20px, 1400px);
    }

    .parts-page .parts-page-nav .page-nav__track {
        gap: 8px;
    }

    .parts-page .parts-page-nav .page-nav__link {
        min-height: 36px;
        padding: 0 14px;
    }

    .parts-page .parts-page-nav .js-page-link-label {
        font-size: 12px;
        letter-spacing: 0.06em;
    }

    .parts-page .parts-page-nav .js-page-link-line {
        width: 14px;
    }

    .parts-catalog__block {
        margin-top: 16px;
    }

    .parts-catalog__filters-wrap {
        padding: 0;
        margin-bottom: 12px;
        border-radius: 0;
        background: transparent;
    }

    .parts-catalog__filters {
        flex-wrap: nowrap;
        gap: 8px;
        overflow-x: auto;
        padding: 2px 2px 6px;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .parts-catalog__filters::-webkit-scrollbar,
    .parts-catalog__subcategory-list::-webkit-scrollbar {
        display: none;
    }

    .parts-catalog__filter {
        flex: 0 0 auto;
        white-space: nowrap;
        scroll-snap-align: start;
    }

    .parts-catalog__layout {
        gap: 12px;
    }

    .parts-catalog__sidebar-panel {
        padding: 0;
        border-radius: 0;
        background: transparent;
    }

    .parts-catalog__sidebar-kicker {
        display: none;
    }

    .parts-catalog__sidebar-title {
        margin-top: 0;
        font-size: clamp(1.12rem, 5vw, 1.42rem);
    }

    .parts-catalog__sidebar-note {
        display: none;
    }

    .parts-catalog__subcategory-list {
        margin-top: 10px;
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        overflow-x: auto;
        padding: 2px 2px 6px;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .parts-catalog__subcategory {
        flex: 0 0 auto;
        min-height: 38px;
        padding: 0 14px;
        grid-template-columns: auto auto;
        gap: 8px;
        white-space: nowrap;
        scroll-snap-align: start;
    }

    .parts-catalog__status {
        margin-bottom: 10px;
    }

    .parts-catalog__status-count {
        font-size: 24px;
    }

    .parts-page #parts-catalog .parts-catalog__parts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .parts-catalog__parts .parts-item-card {
        border-radius: 18px;
        padding: 10px;
    }

    .parts-catalog__parts .parts-item-card .js-attachment-thumb {
        height: 116px;
        border-radius: 16px;
    }

    .page-nav {
        right: max(0px, env(safe-area-inset-right, 0px));
    }

    .page-nav__inner {
        height: 348px;
    }

    .page-nav__link {
        height: 116px;
        width: 34px;
        gap: 0;
    }

    .js-page-link-label {
        font-size: 11px;
        line-height: 1.06;
        letter-spacing: 0.04em;
        padding: 6px 2px;
    }

    .js-page-link-line {
        display: none;
    }

    .page-nav.used-page-nav {
        display: none;
    }
}

.global-section-title__title {
    margin: 12px 0 0;
    font-size: clamp(2rem, 4.6vw, 3.5rem);
    line-height: 1.1;
    letter-spacing: -0.01em;
}

.global-section-title__lead {
    margin: 14px 0 0;
    max-width: 56rem;
    font-size: 15px;
    line-height: 1.85;
    color: rgba(var(--color-ink-900-rgb), 0.72);
}

.global-section-title--dark .global-section-title__kicker {
    color: rgba(255, 255, 255, 0.62);
}

.global-section-title--dark .global-section-title__title {
    color: rgba(255, 255, 255, 0.96);
}

.global-section-title--dark .global-section-title__lead {
    color: rgba(255, 255, 255, 0.74);
}

.global-breadcrumb {
    margin: 0 0 10px;
}

.global-breadcrumb__list,
.global-breadcrumb ol {
    margin: 0;
    padding: 0;
    list-style: none !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2px 8px;
}

.global-breadcrumb__item {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: rgba(var(--color-ink-900-rgb), 0.42);
}

.global-breadcrumb__separator {
    list-style: none;
    margin: 0 2px;
    font-size: 13px;
    line-height: 1;
    color: rgba(var(--color-ink-900-rgb), 0.34);
    letter-spacing: 0.08em;
}

.global-breadcrumb__link {
    color: inherit;
    text-decoration: none;
    transition: color 180ms ease-out;
}

.global-breadcrumb__link:hover,
.global-breadcrumb__link:focus-visible {
    color: rgba(var(--color-ink-900-rgb), 0.78);
}

.global-breadcrumb__current {
    color: rgba(var(--color-ink-900-rgb), 0.66);
}

.subpage-hero__breadcrumb a,
.subpage-hero__breadcrumb span {
    font-size: inherit;
    line-height: inherit;
}

.global-header {
    position: relative;
    border-bottom: 0;
    background: rgba(var(--color-surface-dark-rgb), 0.72);
    backdrop-filter: blur(14px);
    color: var(--color-white);
    transition: background-color 220ms ease-out, backdrop-filter 220ms ease-out, border-color 220ms ease-out, color 220ms ease-out, opacity 280ms ease-out, transform 280ms ease-out;
}

.global-header.is-on-dark {
    color: var(--color-white);
    background: rgba(var(--color-surface-dark-rgb), 0.72);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.04);
}

.global-header.is-on-light {
    color: var(--color-ink-900);
    background: rgba(255, 255, 255, 0.045);
    box-shadow: inset 0 -1px 0 rgba(var(--color-ink-900-rgb), 0.06);
}

.global-header.is-scrolled {
    background: rgba(var(--color-surface-dark-rgb), 0.8);
    backdrop-filter: blur(14px);
    border-color: transparent;
}

.global-header.is-on-dark.is-scrolled {
    background: rgba(var(--color-surface-dark-rgb), 0.8);
}

.global-header.is-on-light.is-scrolled {
    background: rgba(255, 255, 255, 0.09);
}

.global-header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    height: 18px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0));
    opacity: 0.55;
    pointer-events: none;
    transition: opacity 220ms ease-out, background 220ms ease-out;
}

.global-header.is-on-dark::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0));
    opacity: 0.55;
}

.global-header.is-on-light::after {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.06), rgba(15, 23, 42, 0));
    opacity: 0.12;
}

.global-header.is-scrolled::after {
    opacity: 0.38;
}

.global-header.is-on-dark.is-scrolled::after {
    opacity: 0.38;
}

.global-header.is-on-light.is-scrolled::after {
    opacity: 0.14;
}

.global-header__inner {
    width: min(calc(100% - 20px), 1400px);
    min-height: 92px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding-top: calc(var(--header-safe-top) + 8px);
    padding-bottom: 10px;
    transition: min-height 220ms ease-out, padding-top 220ms ease-out, padding-bottom 220ms ease-out;
}

.global-header.is-scrolled .global-header__inner {
    min-height: 74px;
}

.global-header__menu-button {
    position: relative;
    width: 48px;
    height: 48px;
    border: 1px solid var(--color-line-soft);
    border-radius: var(--radius-pill);
    background: rgba(255, 255, 255, 0.04);
    justify-self: start;
    color: var(--color-white);
    cursor: pointer;
    transition: border-color 220ms ease-out, background-color 220ms ease-out;
}

.global-header.is-on-dark .global-header__menu-button {
    border-color: var(--color-line-soft);
    background: rgba(255, 255, 255, 0.04);
    color: var(--color-white);
}

.global-header__menu-button:hover {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.12);
}

.global-header.is-on-light .global-header__menu-button {
    border-color: rgba(var(--color-ink-900-rgb), 0.18);
    background: rgba(255, 255, 255, 0.04);
    color: var(--color-ink-900);
}

.global-header.is-on-light .global-header__menu-button:hover {
    border-color: rgba(var(--color-ink-900-rgb), 0.28);
    background: rgba(var(--color-ink-900-rgb), 0.05);
}

.js-line {
    position: absolute;
    left: 50%;
    display: block;
    height: 2px;
    background: currentColor;
    transform: translateX(-50%);
    transition: width 220ms ease-out, transform 220ms ease-out, opacity 220ms ease-out;
    transform-origin: center;
}

.js-line--1 {
    width: 26px;
    transform: translate(-50%, -7px);
}

.js-line--2 {
    width: 18px;
}

.js-line--3 {
    width: 24px;
    transform: translate(-50%, 7px);
}

.js-toggle:hover .js-line--1,
.js-toggle:focus-visible .js-line--1 {
    width: 30px;
}

.js-toggle:hover .js-line--2,
.js-toggle:focus-visible .js-line--2 {
    width: 22px;
}

.js-toggle:hover .js-line--3,
.js-toggle:focus-visible .js-line--3 {
    width: 28px;
}

.js-toggle[aria-expanded="true"] .js-line--1 {
    width: 24px;
    transform: translate(-50%, 7px) rotate(45deg);
}

.js-toggle[aria-expanded="true"] .js-line--2 {
    opacity: 0;
}

.js-toggle[aria-expanded="true"] .js-line--3 {
    width: 24px;
    transform: translate(-50%, -7px) rotate(-45deg);
}

.js-toggle[aria-expanded="true"]:hover .js-line--1,
.js-toggle[aria-expanded="true"]:focus-visible .js-line--1,
.js-toggle[aria-expanded="true"]:hover .js-line--3,
.js-toggle[aria-expanded="true"]:focus-visible .js-line--3 {
    width: 24px;
}

.global-header__brand {
    text-decoration: none;
    color: var(--color-white);
    font-size: 14px;
    letter-spacing: 0.06em;
    font-weight: 700;
    justify-self: center;
    white-space: nowrap;
}

.global-header.is-on-dark .global-header__brand {
    color: var(--color-white);
}

.global-header.is-on-light .global-header__brand {
    color: var(--color-ink-900);
}

.global-header__contact.secondary-button {
    justify-self: end;
    min-height: 46px;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: var(--tracking-ui);
}

.global-header__contact > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    line-height: 1;
}

.global-header__contact .js-cta-btn-icon {
    display: none;
}

.js-toggle:focus-visible,
.global-header__contact:focus-visible,
.global-drawer__close:focus-visible,
.global-drawer__menu a:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.4);
    outline-offset: 3px;
}

.global-header.is-on-light .js-toggle:focus-visible,
.global-header.is-on-light .global-header__contact:focus-visible {
    outline-color: rgba(15, 23, 42, 0.24);
}

.primary-button,
.secondary-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: var(--button-height);
    padding: 0 var(--button-padding-inline);
    border-radius: var(--radius-pill);
    box-sizing: border-box;
    font-size: var(--button-font-size);
    font-weight: var(--button-font-weight);
    letter-spacing: var(--button-letter-spacing);
    text-transform: uppercase;
    text-decoration: none;
    transition: color 220ms ease-out, background-color 220ms ease-out, border-color 220ms ease-out, box-shadow 220ms ease-out, transform 180ms ease-out;
}

.primary-button .js-cta-btn-arrow,
.secondary-button .js-cta-btn-arrow {
    transition: transform 220ms ease-out;
}

.js-cta-btn-icon {
    width: 1.3em;
    height: 1.3em;
    flex: 0 0 auto;
    display: inline-block;
}

.js-cta-btn-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.primary-button:hover .js-cta-btn-arrow,
.primary-button:focus-visible .js-cta-btn-arrow,
.secondary-button:hover .js-cta-btn-arrow,
.secondary-button:focus-visible .js-cta-btn-arrow {
    transform: translateX(8px);
}

.primary-button {
    border: 1px solid;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.primary-button::before {
    content: "";
    position: absolute;
    inset: 0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 240ms ease-out;
    z-index: 0;
}

.primary-button > span,
.secondary-button > span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 1;
    transition: color 220ms ease-out;
}

.primary-button:hover::before,
.primary-button:focus-visible::before {
    transform: scaleX(1);
}

.primary-button--light {
    border-color: rgba(0, 0, 0, 0.16);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.46));
    color: var(--color-ink-900);
}

.primary-button--light::before {
    background: var(--color-ink-900);
}

.primary-button--light:hover > span,
.primary-button--light:focus-visible > span {
    color: #fff;
}

.primary-button--dark {
    border-color: rgba(255, 255, 255, 0.24);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    color: #fff;
}

.primary-button--dark::before {
    background: #fff;
}

.primary-button--dark:hover > span,
.primary-button--dark:focus-visible > span {
    color: var(--color-ink-900);
}

.secondary-button {
    border: 1px solid transparent;
    backdrop-filter: blur(10px);
}

.secondary-button--light {
    background: rgba(255, 255, 255, 0.82);
    color: var(--color-ink-900);
    border-color: rgba(var(--color-ink-900-rgb), 0.18);
    box-shadow: 0 12px 26px rgba(var(--color-ink-900-rgb), 0.06);
}

.secondary-button--light:hover,
.secondary-button--light:focus-visible {
    background: rgba(255, 255, 255, 0.94);
    border-color: rgba(var(--color-ink-900-rgb), 0.28);
    box-shadow: 0 16px 30px rgba(var(--color-ink-900-rgb), 0.08);
}

.secondary-button--dark {
    background: rgba(255, 255, 255, 0.12);
    color: var(--color-text-primary);
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.secondary-button--dark:hover,
.secondary-button--dark:focus-visible {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.35);
}

.global-header.is-on-light .secondary-button--dark {
    background: rgba(255, 255, 255, 0.06);
    color: #090909;
    border-color: rgba(15, 23, 42, 0.18);
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.05);
}

.global-header.is-on-dark .secondary-button--dark {
    background: rgba(255, 255, 255, 0.12);
    color: var(--color-text-primary);
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.global-header.is-on-light .secondary-button--dark:hover,
.global-header.is-on-light .secondary-button--dark:focus-visible {
    background: rgba(var(--color-ink-900-rgb), 0.06);
    border-color: rgba(var(--color-ink-900-rgb), 0.26);
}

.global-cta {
    padding: 112px 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(244, 246, 248, 0.96)),
        repeating-linear-gradient(
            90deg,
            rgba(15, 23, 42, 0.035) 0 1px,
            transparent 1px 160px
        ),
        repeating-linear-gradient(
            0deg,
            rgba(15, 23, 42, 0.03) 0 1px,
            transparent 1px 120px
        );
    color: var(--color-ink-900);
}

.global-cta__inner {
    width: min(calc(100% - 24px), 1760px);
    margin-inline: auto;
}

.global-cta__head {
    display: none;
}

.global-cta__kicker {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(var(--color-ink-900-rgb), 0.44);
}

.global-cta__lead {
    margin: 16px auto 0;
    max-width: 40rem;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(var(--color-ink-900-rgb), 0.64);
}

.global-cta__cards {
    display: grid;
    gap: 20px;
}

.js-cta-card {
    min-height: clamp(360px, 44vw, 470px);
    border-radius: 28px;
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
}

.js-cta-card--light {
    border: 1px solid rgba(var(--color-ink-900-rgb), 0.06);
    background: rgba(244, 244, 246, 0.96);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.48);
    color: var(--color-ink-900);
}

.js-cta-card--dark {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(var(--color-surface-elevated-rgb), 0.96), rgba(var(--color-surface-dark-rgb), 0.98));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
    color: #f4f6f8;
}

.global-cta__card-kicker {
    margin: 0 0 20px;
    font-size: 13px;
    letter-spacing: 0.12em;
    color: rgba(var(--color-ink-900-rgb), 0.4);
}

.global-cta__card-kicker--dark {
    color: rgba(255, 255, 255, 0.42);
}

.global-cta__card-title {
    margin: 0;
    font-size: clamp(2.1rem, 4.2vw, 3.3rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
}

.global-cta__card-text {
    margin: 26px auto 0;
    max-width: 28rem;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(var(--color-ink-900-rgb), 0.72);
}

.global-cta__card-text--dark {
    color: rgba(255, 255, 255, 0.74);
}

.global-cta__actions {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.global-cta .primary-button,
.global-cta .secondary-button {
    min-width: min(100%, 272px);
    min-height: 62px;
    padding: 0 30px;
    transition: transform 180ms ease-out, box-shadow 180ms ease-out, color 220ms ease-out, background-color 220ms ease-out, border-color 220ms ease-out;
}

.global-cta .primary-button {
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.1);
}

.global-cta .secondary-button {
    box-shadow: none;
}

.global-cta .primary-button--light {
    border-color: rgba(var(--color-ink-900-rgb), 0.16);
    background: #ffffff;
    color: var(--color-ink-900);
}

.global-cta .primary-button--light::before {
    background: var(--color-ink-900);
}

.global-cta .primary-button--dark {
    border-color: rgba(255, 255, 255, 0.14);
    background: #ffffff;
    color: var(--color-ink-900);
}

.global-cta .primary-button--dark::before {
    background: var(--color-ink-900);
}

.global-cta .secondary-button--light {
    border-color: rgba(var(--color-ink-900-rgb), 0.2);
    background: rgba(var(--color-ink-900-rgb), 0.06);
    color: var(--color-ink-900);
    box-shadow: none;
}

.global-cta .secondary-button--dark {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.94);
    box-shadow: none;
}

.global-cta .primary-button:hover,
.global-cta .primary-button:focus-visible,
.global-cta .secondary-button:hover,
.global-cta .secondary-button:focus-visible {
    transform: translateY(-1px);
}

.global-cta .primary-button--light:hover,
.global-cta .primary-button--light:focus-visible,
.global-cta .primary-button--dark:hover,
.global-cta .primary-button--dark:focus-visible {
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.14);
}

.global-cta .secondary-button--light:hover,
.global-cta .secondary-button--light:focus-visible {
    border-color: rgba(var(--color-ink-900-rgb), 0.3);
    background: rgba(var(--color-ink-900-rgb), 0.1);
}

.global-cta .secondary-button--dark:hover,
.global-cta .secondary-button--dark:focus-visible {
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.14);
}

/* TOP のみで利用（template-parts/sections/top/news.php）。余白は後段「Top page spacing calibration」のトークンと @media 10270 / 10406 と整合 */
.global-news-list {
    background: var(--sstyle-news-page-bg);
    color: var(--color-ink-900);
    padding: var(--sstyle-top-section-space-sp) 16px;
}

.global-news-list__inner {
    width: min(1400px, 100%);
    margin-inline: auto;
}

.global-news-list__head {
    max-width: 900px;
}

/* トップ NEWS（.top-news）：見出しタイポのみ ABOUT と同じ基準（配置は左寄せのまま） */
.global-news-list.top-news {
    background:
        radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.06), transparent 30%),
        linear-gradient(180deg, #0d0f13 0%, var(--sstyle-top-news-bg-end) 100%);
    color: #fff;
}

.global-news-list.top-news .global-news-list__head {
    max-width: min(1200px, calc(100% - 32px));
}

.global-news-list.top-news .global-section-title__kicker {
    margin: 0 0 12px;
    font-size: 11px;
    line-height: 1.3;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.52);
}

.global-news-list.top-news .global-section-title__title {
    margin: 0;
    font-size: clamp(2rem, 7vw, 3.1rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
    font-weight: 700;
    color: #fff;
}

.global-news-list.top-news .global-section-title__lead {
    max-width: 720px;
    margin: 14px 0 0;
    font-size: 0.95rem;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.68);
}

.global-news-list.top-news .news-card__date {
    color: rgba(255, 255, 255, 0.54);
}

.global-news-list.top-news .news-card__title {
    color: rgba(255, 255, 255, 0.96);
}

.global-news-list.top-news .news-card__title a {
    color: inherit;
}

.global-news-list__kicker {
    margin: 0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: rgba(var(--color-ink-900-rgb), 0.56);
}

/* 見出しまわりの余白・トークンは後段「Top page spacing calibration」で上書き（.global-news-list は現状 TOP のみ使用） */
.global-news-list__title {
    margin: 10px 0 0;
    font-size: clamp(2.15rem, 4.4vw, 3.7rem);
    line-height: 1.04;
}

.global-news-list__lead {
    margin: 14px 0 0;
    font-size: 15px;
    line-height: 1.9;
    color: rgba(var(--color-ink-900-rgb), 0.64);
}

.global-news-list__body {
    margin-top: 32px;
}

/* トップ：/news/ と同じカードグリッド */
.global-news-list--cards .global-news-list__body {
    margin-top: 36px;
}

/*
 * NEWS（トップ・/news/・検索）：お知らせページと同じペールブルーグレー（--sstyle-news-page-bg）
 */
.page-news-view {
    background: var(--sstyle-news-page-bg);
    color: var(--color-ink-900);
}

.news-list-section,
.news-categories-section {
    background: var(--sstyle-news-page-bg);
    color: var(--color-ink-900);
}

html[data-theme="dark"] .global-news-list:not(.top-news),
html[data-theme="dark"] .page-news-view,
html[data-theme="dark"] .news-list-section,
html[data-theme="dark"] .news-categories-section,
html.sstyle-viewer-bg--dark .global-news-list:not(.top-news),
html.sstyle-viewer-bg--dark .page-news-view,
html.sstyle-viewer-bg--dark .news-list-section,
html.sstyle-viewer-bg--dark .news-categories-section,
html.auto-dark .global-news-list:not(.top-news),
html.auto-dark .page-news-view,
html.auto-dark .news-list-section,
html.auto-dark .news-categories-section {
    background-color: var(--sstyle-news-page-bg);
    background-image: none;
    color: var(--color-ink-900);
}

.js-news-item {
    position: relative;
    display: grid;
    gap: 12px;
    border-bottom: 1px solid rgba(var(--color-ink-900-rgb), 0.14);
    padding: 22px 14px;
    transition: border-color 420ms ease-out;
}

.js-news-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(var(--color-ink-900-rgb), 0.04);
    opacity: 0;
    transition: opacity 280ms ease-out;
    z-index: 0;
    pointer-events: none;
}

.js-news-item:hover::before,
.js-news-item:focus-within::before {
    opacity: 1;
}

.js-news-item:hover,
.js-news-item:focus-within {
    border-color: rgba(9, 9, 9, 0.24);
}

.js-news-tag {
    position: relative;
    z-index: 1;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    letter-spacing: 0.14em;
}

.js-news-date {
    color: rgba(var(--color-ink-900-rgb), 0.56);
    transition: color 320ms ease-out;
}

.js-news-category {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: var(--color-ink-900);
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    transition: background-color 320ms ease-out, color 320ms ease-out;
}

.js-news-link {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: 2px;
    font-size: clamp(0.9rem, 1.2vw, 1.16rem);
    font-weight: 700;
    line-height: 1.25;
    color: var(--color-ink-900);
    text-decoration: none;
    transition: color 220ms ease-out;
}

.js-news-link-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    color: currentColor;
    font-size: 14px;
    transform: translateX(0);
    transition: transform 320ms ease-out, color 220ms ease-out, opacity 220ms ease-out;
    opacity: 0.72;
}

.js-news-item:hover .js-news-link-mark,
.js-news-item:focus-within .js-news-link-mark {
    transform: translateX(-4px);
    opacity: 1;
}

.js-pager {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.js-pager-link {
    display: inline-flex;
    min-width: 36px;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 13px;
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    transition: border-color 220ms ease-out, color 220ms ease-out, background-color 220ms ease-out;
}

.js-pager-link:hover,
.js-pager-link:focus-visible,
.js-pager-link.is-active {
    border-color: rgba(255, 255, 255, 0.46);
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.js-pager--light .js-pager-link {
    border-color: rgba(0, 0, 0, 0.22);
    color: rgba(0, 0, 0, 0.72);
}

.js-pager--light .js-pager-link:hover,
.js-pager--light .js-pager-link:focus-visible,
.js-pager--light .js-pager-link.is-active {
    border-color: rgba(var(--color-ink-900-rgb), 0.48);
    background: rgba(var(--color-ink-900-rgb), 0.08);
    color: var(--color-ink-900);
}

.global-news-list__more {
    margin: 26px 0 0;
}

.global-drawer {
    position: fixed;
    inset: 0;
    z-index: 90;
    background: var(--color-surface-panel);
    backdrop-filter: blur(18px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 260ms ease-out;
}

.global-drawer.is-open {
    opacity: 1;
    pointer-events: auto;
}

.global-drawer__panel {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 112px 24px 36px;
    transform: translateY(6px);
    opacity: 0;
    transition: transform 260ms ease-out, opacity 260ms ease-out;
}

.global-drawer.is-open .global-drawer__panel {
    transform: translateY(0);
    opacity: 1;
}

.global-drawer__content,
.global-drawer__footer {
    width: min(1320px, 100%);
    margin-inline: auto;
}

.global-drawer__content {
    display: grid;
    gap: 28px;
}

.global-drawer__kicker {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: var(--color-text-muted);
}

.global-drawer__text {
    margin: 12px 0 0;
    max-width: 18rem;
    font-size: 14px;
    line-height: 1.9;
    color: var(--color-text-muted);
}

.global-drawer__menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.global-drawer__menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.global-drawer__menu a {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(170px, 0.9fr) auto;
    align-items: end;
    gap: 10px 16px;
    padding: 0 0 12px;
    color: #fff;
    text-decoration: none;
    font-size: clamp(1.15rem, 2.2vw, 2rem);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.01em;
}

.global-drawer__menu a > span {
    font-size: clamp(1.3rem, 2.6vw, 2.25rem);
    line-height: 1.02;
}

.global-drawer__menu a small {
    display: block;
    margin-left: 0;
    font-size: clamp(0.72rem, 1.1vw, 0.95rem);
    color: var(--color-text-muted);
    letter-spacing: 0.04em;
    justify-self: start;
    white-space: nowrap;
}

.global-drawer__menu a em {
    font-style: normal;
    font-size: clamp(0.8rem, 1.3vw, 1.05rem);
    color: var(--color-text-muted);
    letter-spacing: 0.08em;
    justify-self: end;
}

@media (max-width: 1023px) {
    .global-drawer__menu a {
        grid-template-columns: minmax(170px, 1fr) minmax(120px, 0.9fr) auto;
    }
}

.global-drawer__footer {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(255, 255, 255, 0.58);
}

.global-drawer__close {
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    cursor: pointer;
}

@media (min-width: 640px) {
    .global-header__inner {
        width: min(calc(100% - 40px), 1400px);
        min-height: 86px;
    }

    .global-header__menu-button {
        width: 52px;
        height: 52px;
    }

    .global-header__brand {
        font-size: 14px;
        letter-spacing: 0.05em;
    }

    .global-header__contact {
        min-height: 54px;
        font-size: 14px;
        padding: 0 28px;
    }

    .global-cta {
        padding: 128px 24px;
    }

    .js-cta-card {
        padding: 40px 34px;
    }

    .global-drawer__panel {
        padding: 128px 40px 40px;
    }
}

@media (max-width: 639px) {
    :root {
        --header-offset: 84px;
    }

    .global-header.is-scrolled .global-header__inner {
        min-height: 68px;
        padding-top: calc(var(--header-safe-top) + 6px);
        padding-bottom: 8px;
    }

    .global-header__contact {
        width: 46px;
        min-width: 46px;
        padding: 0;
    }

    .global-header__contact .js-cta-btn-label {
        display: none;
    }

    .global-header__contact .js-cta-btn-icon {
        display: inline-block;
        width: 18px;
        height: 18px;
    }
}

.js-footer {
    background: radial-gradient(circle at 24% 30%, rgba(255, 255, 255, 0.06), transparent 46%), linear-gradient(180deg, var(--color-surface-dark) 0%, var(--color-surface-deep) 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 88px 16px 36px;
    color: #fff;
}

.site-footer__container {
    width: min(1400px, 100%);
    margin-inline: auto;
}

.js-footer-grid {
    display: grid;
    gap: 56px;
}

.site-footer__logo {
    margin: 0;
    max-width: none;
    font-size: clamp(1.18rem, 2vw, 1.82rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: 0.02em;
    white-space: nowrap;
    text-transform: uppercase;
}

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

.site-footer__address {
    margin-top: 32px;
    display: grid;
    gap: 20px;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.54);
}

.site-footer__address p {
    margin: 0;
}

.site-footer__nav {
    display: grid;
    gap: 36px 32px;
}

.site-footer__nav-group {
    display: grid;
    gap: 10px;
    align-content: start;
}

.site-footer__nav-group--primary {
    padding: 14px 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
}

.site-footer__nav-group--primary .js-footer-link--title {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
}

.site-footer__nav-group--primary .js-footer-link--sub {
    color: rgba(255, 255, 255, 0.8);
}

.js-footer-link {
    position: relative;
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.88);
    transition: color 220ms ease-out;
}

.js-footer-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.6);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 220ms ease-out;
}

.js-footer-link:hover,
.js-footer-link:focus-visible {
    color: #fff;
}

.js-footer-link:hover::after,
.js-footer-link:focus-visible::after {
    transform: scaleX(1);
}

.js-footer-link--title {
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.01em;
    margin-bottom: 6px;
}

.js-footer-link--sub {
    font-size: 13px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.62);
}

.site-footer__meta {
    margin-top: 48px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: rgba(255, 255, 255, 0.38);
}

.site-footer__meta p {
    margin: 0;
}

.js-footer-meta-link {
    color: rgba(255, 255, 255, 0.62);
    text-decoration: none;
}

.js-footer-meta-link:hover,
.js-footer-meta-link:focus-visible {
    color: #fff;
}

@media (min-width: 640px) {
    .js-footer {
        padding: 104px 24px 44px;
    }

    .site-footer__nav {
        grid-template-columns: repeat(2, minmax(180px, 1fr));
        gap: 40px 36px;
    }
}

@media (min-width: 1024px) {
    .js-footer {
        padding: 112px 40px 44px;
    }

    .js-footer-grid {
        grid-template-columns: minmax(320px, 420px) 1fr;
        gap: 96px;
    }

    .site-footer__nav {
        grid-template-columns: repeat(3, minmax(160px, 1fr));
        gap: 42px 44px;
        align-items: start;
    }

    .global-cta {
        padding: 160px 40px;
    }

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

@media (min-width: 1024px) {
    .global-drawer__content {
        grid-template-columns: minmax(240px, 320px) 1fr;
        gap: 56px;
    }
}

/* Parts page */
.parts-page {
    margin-top: calc(var(--header-offset) * -1);
    padding-top: calc(var(--header-offset) + 18px);
    background: linear-gradient(160deg, #ffffff 0%, var(--color-light-200) 100%);
    color: var(--color-ink-900);
}

.parts-page .page-nav.parts-page-nav {
    position: sticky;
    top: calc(var(--header-offset) + 8px);
    right: auto;
    z-index: 18;
    transform: none;
    margin: 0;
    padding: calc(var(--header-offset) + 8px) 0 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0));
}

.parts-page .page-nav.parts-page-nav.is-hidden {
    opacity: 1;
    pointer-events: auto;
    transform: none;
}

.parts-page .parts-page-nav .page-nav__inner {
    width: min(1400px, 94%);
    height: auto;
    margin-inline: auto;
    overflow: visible;
}

.parts-page .parts-page-nav .page-nav__track {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.parts-page .parts-page-nav .page-nav__link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: auto;
    height: auto;
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid rgba(15, 23, 42, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: rgba(15, 23, 42, 0.74);
}

.parts-page .parts-page-nav .js-page-link-label {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.08em;
    padding: 0;
    border-radius: 0;
}

.parts-page .parts-page-nav .js-page-link-line {
    width: 18px;
    height: 1px;
}

.parts-page .parts-page-nav .page-nav__link.is-active .js-page-link-label {
    background: transparent;
}

.parts-page .parts-page-nav .page-nav__link:hover .js-page-link-line,
.parts-page .parts-page-nav .page-nav__link.is-active .js-page-link-line {
    width: 28px;
    height: 1px;
}

.parts-hero {
    padding: 88px 0 72px;
    background: var(--color-light-100);
    border-bottom: 1px solid rgba(15, 23, 42, 0.12);
}

.parts-hero__heading .global-section-title__title {
    font-size: clamp(2.15rem, 4.4vw, 3.7rem);
    line-height: 1.05;
}

.parts-hero__heading .global-section-title__lead {
    max-width: 58rem;
}

.parts-hero__points {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.parts-hero__points li span {
    display: block;
    border: 1px solid rgba(15, 23, 42, 0.14);
    background: rgba(255, 255, 255, 0.82);
    padding: 12px 14px;
}

.parts-page-nav {
    margin-top: 22px;
}

.parts-page-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.parts-page-nav__item {
    margin: 0;
}

.parts-page-nav__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(15, 23, 42, 0.22);
    background: rgba(255, 255, 255, 0.9);
    color: var(--color-ink-900);
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: border-color 180ms ease-out, background-color 180ms ease-out, color 180ms ease-out;
}

.parts-page-nav__link:hover,
.parts-page-nav__link:focus-visible {
    border-color: rgba(15, 58, 121, 0.5);
    background: rgba(15, 58, 121, 0.08);
    color: var(--color-accent-700);
}

#parts-categories,
#parts-catalog,
#parts-contact {
    scroll-margin-top: calc(var(--header-offset) + 16px);
}

@media (min-width: 640px) {
    .global-breadcrumb__list,
    .global-breadcrumb ol {
        flex-wrap: nowrap;
        gap: 3px 10px;
    }

    .global-breadcrumb__item {
        font-size: 13px;
        letter-spacing: 0.18em;
    }

    .global-breadcrumb__separator {
        font-size: 13px;
    }
}

.web-policy {
    width: min(1200px, 100%);
    max-width: none;
    margin: 0;
    padding: 16px 0 var(--section-space-lg-sp);
    color: rgba(15, 23, 42, 0.84);
}

.web-policy > p:first-child {
    margin: 0;
    font-size: 15px;
    line-height: 1.9;
    color: rgba(15, 23, 42, 0.78);
}

.web-policy h2,
.web-policy h3,
.web-policy h4,
.web-policy p,
.web-policy ul {
    margin: 0;
}

.web-policy h2 {
    margin-top: var(--section-gap-md-sp);
    padding-top: 18px;
    border-top: 1px solid rgba(15, 23, 42, 0.12);
    font-size: clamp(1.8rem, 3.4vw, 2.5rem);
    line-height: 1.25;
    color: var(--color-ink-900);
}

.web-policy h3 {
    margin-top: 32px;
    font-size: clamp(1.2rem, 2.4vw, 1.55rem);
    line-height: 1.45;
    color: rgba(15, 23, 42, 0.92);
}

.web-policy h4 {
    margin-top: 24px;
    font-size: 1rem;
    line-height: 1.5;
    color: rgba(15, 23, 42, 0.86);
}

.web-policy p {
    font-size: 15px;
    line-height: 1.82;
    color: rgba(15, 23, 42, 0.8);
}

.web-policy h3 + p,
.web-policy h4 + p,
.web-policy h2 + p {
    margin-top: 14px;
}

.web-policy p + p,
.web-policy p + ul,
.web-policy ul + p {
    margin-top: 10px;
}

.web-policy ul {
    padding-left: 1.4rem;
    display: grid;
    gap: 8px;
}

.web-policy li {
    line-height: 1.85;
    color: rgba(15, 23, 42, 0.8);
}

.web-policy a {
    color: var(--color-accent-700);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.web-policy .policy-emphasis {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin: 12px 0;
    padding: 12px 14px;
    border-left: 5px solid var(--color-accent-700);
    background: #ffffff;
    color: var(--color-ink-900);
    font-size: 1.1em;
    line-height: 1.65;
    font-weight: 800;
    letter-spacing: 0.03em;
    box-shadow: inset 0 0 0 1px rgba(15, 58, 121, 0.18);
}

.about-content {
    padding: 0;
}

/* 受注製作ページ（中古販売ページと同系のレイアウト） */
.boss-pin-page {
    --cop-ink: #0f172a;
    --cop-ink-muted: rgba(15, 23, 42, 0.74);
    --cop-ink-soft: rgba(15, 23, 42, 0.62);
    --cop-surface-page: #f3f6fb;
    --cop-band-dark: #edf3f8;
    --cop-band-light: #f8fbff;
    --cop-card: #ffffff;
    --cop-line: rgba(15, 23, 42, 0.14);
    --cop-line-soft: rgba(15, 23, 42, 0.1);
    --cop-shadow: 0 8px 26px rgba(15, 23, 42, 0.08);
    --cop-max: 1240px;
    --boss-table-header: #333333;
    --boss-table-header-text: #f8fafc;
    --boss-table-border: #1a1a1a;
    --boss-table-cell: #fafafa;
    --boss-table-ink: #0f172a;
    --boss-table-muted: rgba(15, 23, 42, 0.78);

    background: var(--cop-surface-page);
    color: var(--cop-ink);
    line-height: 1.65;
    letter-spacing: 0.02em;
}

.boss-spec__grid {
    margin-top: clamp(28px, 4vw, 44px);
    display: grid;
    gap: clamp(28px, 4vw, 40px);
    grid-template-columns: 1fr;
    min-width: 0;
}

@media (min-width: 960px) {
    .boss-spec__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: start;
    }
}

.boss-spec__panel {
    min-width: 0;
    padding: clamp(22px, 3vw, 28px);
    border-radius: 4px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.06);
}

.boss-spec__panel-head {
    margin-bottom: 18px;
}

.boss-spec__tag {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    color: rgba(15, 23, 42, 0.55);
    border: 1px solid rgba(15, 23, 42, 0.2);
    background: #eef2f7;
}

.boss-spec__panel-title {
    margin: 0 0 10px;
    font-size: clamp(1.15rem, 2vw, 1.35rem);
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--boss-table-ink);
}

.boss-spec__panel-lead {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
    color: var(--boss-table-muted);
}

.boss-spec__figure {
    margin: 0 0 18px;
    padding: clamp(14px, 2vw, 20px);
    border-radius: 2px;
    border: 1px solid rgba(26, 26, 26, 0.18);
    background: #f1f5f9;
}

.boss-spec__figure img {
    width: 100%;
    height: auto;
    display: block;
    max-height: min(320px, 42vh);
    object-fit: contain;
}

.boss-spec__table-wrap,
.boss-material .boss-spec__table-wrap {
    min-width: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 2px;
    border: 2px solid var(--boss-table-border);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.boss-table {
    width: 100%;
    min-width: 520px;
    border-collapse: collapse;
    font-size: 13px;
    line-height: 1.5;
    font-variant-numeric: tabular-nums;
}

.boss-table--boss {
    min-width: 720px;
}

.boss-table--material {
    min-width: 480px;
}

.boss-table thead th {
    padding: 12px 14px;
    text-align: left;
    font-weight: 800;
    letter-spacing: 0.04em;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--boss-table-header-text);
    background: var(--boss-table-header);
    border: 1px solid var(--boss-table-border);
    border-bottom-width: 2px;
}

.boss-table tbody th,
.boss-table tbody td {
    padding: 11px 14px;
    text-align: left;
    vertical-align: top;
    border: 1px solid #c9d1dc;
    background: #fff;
    color: var(--boss-table-ink);
}

.boss-table tbody th {
    font-weight: 700;
    background: var(--boss-table-cell);
    color: var(--boss-table-ink);
    white-space: nowrap;
}

.boss-table tbody tr:nth-child(even) th,
.boss-table tbody tr:nth-child(even) td {
    background: #f4f6f9;
}

.boss-table tbody tr:nth-child(even) th {
    background: #e8ecf2;
}

.boss-table tbody td {
    color: var(--boss-table-muted);
}

.boss-spec__footnote {
    margin: 14px 0 0;
    font-size: 12px;
    line-height: 1.65;
    color: rgba(15, 23, 42, 0.58);
}

/* タブレット〜SP：単列レイアウト時はテーブルをカード型に（横スクロール回避） */
@media (max-width: 959px) {
    .boss-pin-page .boss-spec__grid {
        gap: 20px;
    }

    .boss-pin-page .boss-spec__panel {
        padding: 18px 14px;
    }

    .boss-pin-page .boss-spec__panel-lead {
        font-size: 13px;
        line-height: 1.7;
    }

    .boss-pin-page .boss-spec__figure img {
        max-height: min(260px, 50vh);
    }

    .boss-pin-page .boss-spec__table-wrap,
    .boss-pin-page .boss-material .boss-spec__table-wrap {
        overflow: visible;
        border: none;
        box-shadow: none;
        background: transparent;
    }

    .boss-pin-page .boss-table--stack-sp {
        min-width: 0 !important;
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
        font-size: 13px;
    }

    .boss-pin-page .boss-table--stack-sp thead {
        display: none;
    }

    .boss-pin-page .boss-table--stack-sp tbody tr {
        display: block;
        margin-bottom: 14px;
        border: 2px solid var(--boss-table-border);
        border-radius: 3px;
        overflow: hidden;
        background: #fff;
    }

    .boss-pin-page .boss-table--stack-sp tbody tr:last-child {
        margin-bottom: 0;
    }

    .boss-pin-page .boss-table--stack-sp tbody th[scope="row"] {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 0.65rem 0.85rem;
        margin: 0;
        border: none;
        border-bottom: 2px solid var(--boss-table-border);
        background: var(--boss-table-header);
        color: var(--boss-table-header-text);
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 0.06em;
        text-align: left;
        white-space: normal;
    }

        .boss-pin-page .boss-table--stack-sp tbody td {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 10px;
        padding: 0.65rem 0.85rem;
        margin: 0;
        border: none;
        border-bottom: 1px solid #c9d1dc;
        background: #fff !important;
        color: var(--boss-table-ink);
    }

    .boss-pin-page .boss-table--stack-sp tbody td:last-child {
        border-bottom: none;
    }

    .boss-pin-page .boss-table--stack-sp tbody td::before {
        content: attr(data-label);
        font-weight: 700;
        color: var(--boss-table-ink);
        flex: 0 0 40%;
        max-width: 12rem;
        min-width: 5.5rem;
        padding-right: 6px;
    }

    .boss-pin-page .boss-table--stack-sp tbody tr:nth-child(even) td {
        background: #fff !important;
    }

    .boss-pin-page .boss-table--stack-sp tbody tr:nth-child(even) th[scope="row"] {
        background: var(--boss-table-header);
    }

    .boss-pin-page .boss-material .boss-table--material tbody td:last-child {
        font-weight: 700;
        color: var(--boss-table-ink);
    }
}

/* FAX オーダーシート（ダーク帯） */
.boss-fax-download {
    margin-top: clamp(64px, 8vw, 104px);
}

.boss-fax-download--dark {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
    padding: clamp(48px, 7vw, 96px) 0;
    background: #2c3035;
    color: #e8eaed;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.boss-fax-download--dark .inner {
    max-width: min(1200px, 92%);
    margin-inline: auto;
}

.boss-fax-download__head {
    max-width: 720px;
    margin-bottom: clamp(32px, 5vw, 48px);
}

.boss-fax-download__eyebrow {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: rgba(232, 234, 237, 0.55);
}

.boss-fax-download__title {
    margin: 0;
    font-size: clamp(1.45rem, 2.8vw, 2rem);
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #ffffff;
}

.boss-fax-download__lead {
    margin: 16px 0 0;
    font-size: clamp(0.95rem, 1.2vw + 0.85rem, 1.05rem);
    line-height: 1.85;
    color: rgba(232, 234, 237, 0.88);
}

.boss-fax-download__grid {
    display: grid;
    gap: clamp(24px, 4vw, 36px);
    grid-template-columns: 1fr;
}

@media (min-width: 720px) {
    .boss-fax-download__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.boss-fax-download__card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: clamp(20px, 3vw, 26px);
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.22);
}

.boss-fax-download__thumb {
    display: block;
    margin: 0 0 16px;
    overflow: hidden;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    line-height: 0;
    background: #1a1d21;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.boss-fax-download__thumb:hover,
.boss-fax-download__thumb:focus-visible {
    border-color: rgba(255, 255, 255, 0.35);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.12);
}

.boss-fax-download__thumb img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.boss-fax-download__label {
    margin: 0 0 6px;
    font-size: 1.0625rem;
    font-weight: 800;
    line-height: 1.35;
    color: #ffffff;
}

.boss-fax-download__meta {
    margin: 0 0 18px;
    font-size: 13px;
    letter-spacing: 0.08em;
    color: rgba(232, 234, 237, 0.55);
}

.boss-fax-download__btn.primary-button {
    width: 100%;
    justify-content: center;
    min-height: 52px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.02em;
    border-radius: 4px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.boss-fax-download__btn.primary-button:hover,
.boss-fax-download__btn.primary-button:focus-visible {
    transform: translateY(-1px);
}

.boss-material {
    padding-bottom: 4px;
}

.boss-pin-page .boss-material .used-section__head {
    margin-bottom: 16px;
}

.boss-pin-page .boss-material .boss-material__lead {
    margin-top: 8px;
    line-height: 1.65;
}

.boss-pin-page .boss-material .boss-table--material tbody td:last-child {
    font-weight: 700;
    white-space: nowrap;
}

.boss-pin-page .boss-fax-download--dark + .boss-material {
    margin-top: clamp(64px, 8vw, 104px);
}

.about-page {
    color: var(--color-ink-900);
}

.about-page__section {
    position: relative;
}

.about-page__section--photo {
    width: 100%;
    margin-left: 0;
    padding-inline: 0;
}

.about-page__section + .about-page__section {
    margin-top: var(--section-gap-md-sp);
}

#about-contact.about-page__section {
    margin-top: 0;
}

.about-page__heading {
    margin-bottom: 24px;
}

.about-page__heading .global-section-title__kicker {
    font-size: 14px;
    letter-spacing: 0.16em;
    color: rgba(15, 23, 42, 0.54);
}

.about-page__heading .global-section-title__title {
    margin-top: 10px;
    font-size: clamp(2.1rem, 4.2vw, 3.6rem);
    line-height: 1.02;
    letter-spacing: -0.02em;
}

.about-page__text {
    max-width: none;
    width: 100%;
}

.about-page__greeting {
    display: grid;
    gap: 28px;
}

.about-page__greeting-lead {
    margin: 0;
    display: grid;
    gap: 0.04em;
    max-width: 18ch;
    font-size: clamp(1.7rem, 3vw, 2.7rem);
    line-height: 1.28;
    letter-spacing: -0.03em;
    font-weight: 600;
    color: var(--color-ink-900);
}

.about-page__greeting-lead-line {
    position: relative;
    display: block;
    width: fit-content;
    max-width: 100%;
    overflow: hidden;
    padding-block: 0.05em;
}

.about-page__greeting-lead-base,
.about-page__greeting-lead-overlay {
    display: block;
    white-space: nowrap;
}

.about-page__greeting-lead-base {
    color: rgba(15, 23, 42, 0.1);
}

.about-page__greeting-lead-overlay {
    position: absolute;
    inset: 0;
    color: transparent;
    background: linear-gradient(90deg, #0f172a 0%, #1e3a8a 48%, #2563eb 100%);
    -webkit-background-clip: text;
    background-clip: text;
    clip-path: inset(0 100% 0 0);
    opacity: 0.16;
    text-shadow: 0 0 20px rgba(37, 99, 235, 0.14);
    will-change: clip-path, opacity;
    pointer-events: none;
}

.about-page__greeting-lead--work {
    max-width: none;
    margin: 0 0 28px;
    font-size: clamp(1.2rem, 2vw, 1.72rem);
    line-height: 1.82;
    font-weight: 700;
}

.about-page__greeting-lead--work-sp {
    display: none;
}

#about-greeting .about-page__text {
    max-width: none;
}

.about-page__text p {
    margin: 0;
    font-size: 16px;
    line-height: 1.92;
    color: rgba(15, 23, 42, 0.82);
}

.about-page__text p:first-child {
    font-size: clamp(1.05rem, 1.7vw, 1.22rem);
    line-height: 1.82;
    color: rgba(15, 23, 42, 0.94);
}

.about-page__text p + p {
    margin-top: 18px;
}

#about-work .about-page__text p:first-child {
    font-size: 16px;
    line-height: 1.92;
    font-weight: 600;
    color: rgba(15, 23, 42, 0.82);
}

#about-work .about-page__text p {
    font-weight: 600;
}

#about-greeting .about-page__text p {
    font-weight: 600;
}

.about-page__signature-block {
    display: grid;
    gap: 6px;
    width: fit-content;
    margin-top: 4px;
    margin-left: auto;
    padding-top: 18px;
    border-top: 1px solid rgba(15, 23, 42, 0.12);
    text-align: right;
}

.about-page__signature-company,
.about-page__signature-role,
.about-page__signature-name {
    margin: 0;
}

#about-greeting .about-page__signature-company,
#about-greeting .about-page__signature-role,
#about-greeting .about-page__signature-name {
    font-weight: 600;
}

.about-page__signature-company {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    color: rgba(15, 23, 42, 0.56);
}

.about-page__signature-role {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    color: rgba(15, 23, 42, 0.62);
}

.about-page__signature-name {
    font-size: clamp(1.1rem, 1.8vw, 1.5rem);
    line-height: 1.25;
    letter-spacing: 0.06em;
    font-weight: 700;
    color: var(--color-ink-900);
}

.about-page__kicker {
    margin: 0 0 14px;
    font-size: 13px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: rgba(15, 23, 42, 0.52);
}

.about-page__photo {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    min-height: 380px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.94), transparent 30%),
        radial-gradient(circle at 78% 22%, rgba(170, 188, 206, 0.34), transparent 28%),
        linear-gradient(140deg, rgba(15, 23, 42, 0.05), rgba(15, 23, 42, 0.14)),
        repeating-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.5) 0 12px,
            rgba(241, 245, 249, 0.78) 12px 24px
        );
    box-shadow: 0 22px 52px rgba(15, 23, 42, 0.1);
}

.about-page__photo > img {
    position: absolute;
    inset: -6% 0;
    width: 100%;
    height: 112%;
    object-fit: cover;
    will-change: transform;
}

.about-page__photo::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.28), transparent 42%),
        linear-gradient(180deg, rgba(15, 23, 42, 0), rgba(15, 23, 42, 0.12));
}

.about-page__photo::after {
    content: "";
    position: absolute;
    inset: 18px 24px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 24px;
    pointer-events: none;
}

.about-page__table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-top: 0;
    background: transparent;
    border-radius: 0;
    overflow: visible;
}

.about-page__table th,
.about-page__table td {
    padding: 18px 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    vertical-align: top;
}

.about-page__table th {
    width: 170px;
    text-align: left;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: rgba(15, 23, 42, 0.58);
    padding-right: 28px;
    white-space: nowrap;
}

.about-page__table td {
    font-size: 16px;
    line-height: 1.92;
    color: rgba(15, 23, 42, 0.84);
}

#about-outline .about-page__table td {
    font-weight: 600;
}

#about-outline .about-page__table th {
    font-size: 16px;
    line-height: 1.92;
    font-weight: 600;
    letter-spacing: 0;
    color: rgba(15, 23, 42, 0.84);
}

#about-outline .about-page__table th,
#about-outline .about-page__table td {
    border-bottom-color: rgba(15, 23, 42, 0.22);
}

.about-page__table tr:first-child th,
.about-page__table tr:first-child td {
    padding-top: 8px;
}

.about-page__table tr:last-child th,
.about-page__table tr:last-child td {
    padding-bottom: 8px;
    border-bottom: 0;
}

.about-page__table a {
    color: var(--color-accent-700);
    text-underline-offset: 3px;
}

.about-page__section .global-cta {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: clamp(72px, 10vw, 128px) 0;
    border: 0;
    border-radius: 0;
    background:
        radial-gradient(circle at 20% 24%, rgba(255, 255, 255, 0.06), transparent 30%),
        radial-gradient(circle at 82% 18%, rgba(37, 99, 235, 0.08), transparent 26%),
        linear-gradient(180deg, var(--color-surface-elevated) 0%, var(--color-surface-deep) 100%);
    box-shadow: none;
    color: #f5f7fb;
}

.about-page__section .global-cta__inner {
    width: min(calc(100% - 40px), 1460px);
    max-width: none;
    margin-inline: auto;
}

.about-page__section .global-cta__head {
    margin: 0 auto 44px;
    max-width: 820px;
    text-align: center;
}

.about-page__section .global-cta__head .global-section-title__kicker {
    color: rgba(15, 23, 42, 0.44);
}

.about-page__section .global-cta__head .global-section-title__title {
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    line-height: 1.06;
    letter-spacing: -0.02em;
}

.about-page__section .global-cta__head .global-section-title__lead {
    margin-top: 16px;
    max-width: 40rem;
    color: rgba(15, 23, 42, 0.64);
}

.about-page__section .global-cta__cards {
    grid-template-columns: minmax(0, 1fr);
    justify-content: center;
    gap: 28px;
}

.about-page__section .js-cta-card {
    min-height: clamp(320px, 34vw, 400px);
    border-radius: 28px;
}

.about-page__section .global-cta__cards > .js-cta-card:only-child {
    width: min(100%, 760px);
    margin-inline: auto;
}

.about-page__section .global-cta__card-title {
    font-size: clamp(2.1rem, 4.2vw, 3.3rem);
}

.about-page__section .js-cta-card--light .global-cta__card-kicker {
    color: rgba(15, 23, 42, 0.42);
}

.about-page__section .js-cta-card--light .global-cta__card-title {
    color: #111319;
}

.about-page__section .global-cta__card-text {
    max-width: 28rem;
    color: rgba(15, 23, 42, 0.72);
}

.about-page__section .js-cta-card--dark .global-cta__card-text {
    color: rgba(255, 255, 255, 0.74);
}

.about-page__section .js-cta-card--light .primary-button {
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.page-contact-view .inner.page-contact {
    width: min(1200px, 92%);
}

.page-contact-view .inner.page-contact.page-contact--compact {
    padding-bottom: clamp(48px, 8vw, 96px);
}

/* economy blade / exonomy-01 inspired layout */
.economy-01-page {
    --economy-bg: #f4f8ff;
    --economy-surface: #ffffff;
    --economy-line: rgba(20, 38, 72, 0.14);
    --economy-text: #0f1d3a;
    --economy-muted: rgba(24, 40, 74, 0.74);
}

/* Keep header offset consistent between fixed header and hero height. */
body.page-economy-blade,
body.page-template-page-economy-blade {
    --header-offset: 92px;
}

@media (max-width: 639px) {
    body.page-economy-blade,
    body.page-template-page-economy-blade {
        --header-offset: 84px;
    }
}

.economy-01-content {
    position: relative;
    isolation: isolate;
    background:
        radial-gradient(86% 62% at 88% -12%, rgba(160, 183, 226, 0.14), transparent 62%),
        radial-gradient(72% 56% at 8% -16%, rgba(138, 164, 212, 0.12), transparent 58%),
        linear-gradient(180deg, #f8fcff 0%, #f0f6ff 100%);
    color: var(--economy-text);
}

.economy-01-content::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 0.55;
    background:
        radial-gradient(120% 100% at 0% 0%, rgba(176, 197, 230, 0.12), transparent 60%),
        radial-gradient(100% 92% at 100% 100%, rgba(172, 194, 226, 0.1), transparent 58%),
        repeating-linear-gradient(36deg, rgba(84, 114, 170, 0.035) 0 1px, transparent 1px 9px),
        repeating-linear-gradient(126deg, rgba(92, 120, 174, 0.028) 0 1px, transparent 1px 11px),
        repeating-radial-gradient(circle at 20% 30%, rgba(120, 146, 194, 0.025) 0 2px, transparent 2px 12px);
    mix-blend-mode: multiply;
}

.economy-01-hero {
    position: relative;
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
    overflow: hidden;
    border-bottom: 0;
    background: transparent;
}

.economy-01-hero::before {
    content: none;
}

.economy-01-hero__inner {
    position: relative;
    z-index: 1;
    min-height: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(24px, 4vw, 54px);
    align-items: center;
    padding-block: clamp(18px, 2.8vw, 32px) clamp(50px, 5.2vw, 62px);
}

.economy-01-hero__kicker {
    margin: 0;
    font-size: 0.72rem;
    letter-spacing: 0.28em;
    color: rgba(44, 74, 125, 0.78);
}

.economy-01-hero__title {
    margin: clamp(12px, 1.9vw, 18px) 0 0;
    font-size: clamp(3.5rem, 10vw, 8.8rem);
    line-height: 0.82;
    letter-spacing: -0.04em;
    color: #101b33;
}

.economy-01-hero__lead {
    margin: clamp(20px, 2.8vw, 34px) 0 0;
    max-width: 30ch;
    color: rgba(22, 39, 70, 0.9);
    font-size: clamp(0.98rem, 1.45vw, 1.14rem);
    line-height: 2;
    letter-spacing: 0.08em;
}

.economy-01-hero__logo {
    margin-top: clamp(16px, 2.2vw, 24px);
    width: min(300px, 72%);
    opacity: 0.86;
    filter: contrast(1.08);
}

.economy-01-hero__copy > picture {
    display: block;
    margin-top: clamp(16px, 2.2vw, 24px);
    width: min(300px, 72%);
}

.economy-01-hero__copy > picture .economy-01-hero__logo {
    width: 100%;
    margin-top: 0;
}

.economy-01-hero__copy {
    position: relative;
    z-index: 2;
    max-width: 560px;
    padding-bottom: clamp(24px, 2.8vw, 38px);
}

.economy-01-hero__media {
    position: relative;
    z-index: 2;
    transform: translateY(-10px);
}

.economy-01-hero__media .product-visual {
    height: min(50vh, 500px);
    border: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent;
    box-shadow: none;
}

.economy-01-hero__media .product-visual__canvas,
.economy-01-hero__media .product-visual__canvas canvas {
    width: 100%;
    height: 100%;
    display: block;
}

.economy-01-hero__marquee {
    position: absolute;
    left: 0;
    right: 0;
    bottom: clamp(6px, 1.1vw, 14px);
    display: flex;
    gap: 2.4rem;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0.22;
    pointer-events: none;
    z-index: 0;
}

.economy-01-hero__marquee span {
    display: inline-block;
    flex-shrink: 0;
    font-size: clamp(4.4rem, 12.4vw, 12.2rem);
    font-weight: 800;
    line-height: 0.92;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    animation: economyMarquee 60s linear infinite;
    color: rgba(17, 31, 58, 0.2);
}

@keyframes economyMarquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

.economy-01-statement,
.economy-01-section {
    position: relative;
    border-bottom: 1px solid var(--economy-line);
    color: var(--economy-text);
}

/* Product 3 pages: remove section divider lines */
.product-page--type-economy .economy-01-statement,
.product-page--type-economy .economy-01-section,
.product-page--type-ryouma .economy-01-statement,
.product-page--type-ryouma .economy-01-section,
.product-page--type-chisel .economy-01-statement,
.product-page--type-chisel .economy-01-section,
.product-page--type-economy .product-layout-section,
.product-page--type-ryouma .product-layout-section,
.product-page--type-chisel .product-layout-section {
    border-bottom: 0;
}

.economy-01-statement {
    padding: clamp(84px, 9vw, 130px) 0;
}

.economy-01-statement__inner {
    max-width: 840px;
    text-align: center;
}

.economy-01-statement h2 {
    margin: 0;
    font-size: clamp(2.15rem, 4.9vw, 3.9rem);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.65;
}

.economy-01-statement p {
    margin: clamp(28px, 3.4vw, 40px) auto 0;
    max-width: 62ch;
    color: var(--economy-muted);
    font-size: clamp(0.96rem, 1.2vw, 1.06rem);
    line-height: 2.05;
}

.economy-01-section {
    padding: clamp(72px, 8vw, 110px) 0;
}

.economy-01-head {
    margin-bottom: clamp(34px, 3.4vw, 46px);
}

.economy-01-head__kicker {
    margin: 0 0 10px;
    font-size: 0.78rem;
    line-height: 1.2;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(20, 38, 72, 0.62);
}

.economy-01-head h2 {
    margin: 0;
    font-size: clamp(2.3rem, 5.2vw, 4.2rem);
    letter-spacing: 0.08em;
}

.economy-01-head p {
    margin: 16px 0 0;
    max-width: 52ch;
    color: var(--economy-muted);
    font-size: clamp(0.95rem, 1.15vw, 1.02rem);
    line-height: 1.95;
}

.economy-01-section--solutions .economy-01-head {
    text-align: center;
    padding: clamp(22px, 2.8vw, 36px) 0 clamp(14px, 2vw, 24px);
    margin-bottom: clamp(26px, 3.2vw, 40px);
}

.economy-01-section--solutions .economy-01-head__kicker {
    margin-bottom: 14px;
    letter-spacing: 0.32em;
}

.economy-01-section--solutions .economy-01-head h2 {
    font-size: clamp(2rem, 3.8vw, 3.6rem);
    letter-spacing: 0.1em;
}

.economy-01-feature {
    display: grid;
    grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
    align-items: center;
    gap: clamp(26px, 4vw, 58px);
    padding: clamp(28px, 3vw, 40px) 0;
}

.economy-01-feature + .economy-01-feature {
    margin-top: clamp(24px, 3vw, 34px);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.economy-01-feature.is-reverse {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.economy-01-feature.is-reverse .economy-01-feature__copy {
    order: 2;
}

.economy-01-feature.is-reverse .economy-01-feature__media {
    order: 1;
}

.economy-01-feature__number {
    display: block;
    font-size: clamp(3rem, 6vw, 5.6rem);
    font-weight: 800;
    color: rgba(255, 255, 255, 0.14);
    line-height: 1;
}

.economy-01-feature__copy h3 {
    margin: 14px 0 0;
    max-width: 14ch;
    font-size: clamp(1.8rem, 3.2vw, 2.8rem);
    line-height: 1.18;
    letter-spacing: 0.06em;
}

.economy-01-feature__copy p {
    margin: 18px 0 0;
    max-width: 40ch;
    color: var(--economy-muted);
    font-size: clamp(0.95rem, 1.1vw, 1.02rem);
    line-height: 2;
}

.economy-01-feature__media {
    margin: 0;
    border-radius: 14px;
    overflow: hidden;
    border: 0;
    min-height: clamp(260px, 40vw, 520px);
    background: transparent;
}

.economy-01-feature__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.economy-01-flow {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(26px, 3.8vw, 42px);
    align-items: start;
    max-width: 980px;
    margin-inline: auto;
}

.economy-01-flow__copy,
.economy-01-flow__media {
    margin: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.economy-01-flow__copy {
    padding: 0;
    max-width: none;
}

.economy-01-flow__copy h3 {
    margin: 0;
    max-width: none;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    line-height: 1.2;
    letter-spacing: 0.06em;
}

.economy-01-flow__copy p {
    margin: 18px 0 0;
    max-width: none;
    color: var(--economy-muted);
    white-space: normal;
    font-size: clamp(0.95rem, 1.1vw, 1.02rem);
    line-height: 2;
}

.economy-01-flow__media {
    overflow: hidden;
    background: transparent;
    border: 0;
    max-width: none;
}

.economy-01-flow__media img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    margin-inline: auto;
}

.economy-01-gallery {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.economy-01-gallery__item {
    margin: 0;
    background: transparent;
    border: 0;
    border-radius: 12px;
    overflow: hidden;
}

.economy-01-gallery__item img {
    width: 100%;
    height: 164px;
    object-fit: cover;
}

.economy-01-gallery__item p {
    margin: 0;
    padding: 10px 12px;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    color: rgba(20, 38, 72, 0.76);
}

.economy-01-trademark {
    display: grid;
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
    gap: clamp(24px, 3.2vw, 44px);
    align-items: start;
}

.economy-01-trademark__logo {
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
}

.economy-01-trademark__logo img {
    width: 100%;
    height: auto;
    display: block;
}

.economy-01-trademark__meta dl {
    margin: 0;
    display: grid;
    gap: 12px;
}

.economy-01-trademark__meta dl > div {
    display: grid;
    grid-template-columns: 11em minmax(0, 1fr);
    gap: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--economy-line);
}

.economy-01-trademark__meta dt,
.economy-01-trademark__meta dd {
    margin: 0;
    line-height: 1.85;
}

.economy-01-trademark__meta dt {
    color: var(--economy-muted);
    letter-spacing: 0.08em;
}

.economy-01-trademark__meta dd {
    color: var(--economy-text);
    font-weight: 500;
}

.economy-01-solutions {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: clamp(28px, 4vw, 68px);
    border-top: 1px solid rgba(20, 38, 72, 0.18);
    padding-top: clamp(26px, 3vw, 36px);
}

.economy-01-solutions__order {
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
}

.economy-01-solutions__order h3 {
    margin: 0;
    max-width: 20ch;
    font-size: clamp(1.8rem, 2.8vw, 2.4rem);
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    line-height: 1.2;
    letter-spacing: 0.06em;
}

.economy-01-solutions__order h3 span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 10px;
    border: 1px solid rgba(20, 38, 72, 0.24);
    border-radius: 999px;
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(20, 38, 72, 0.7);
}

.product-page--type-economy .economy-01-solutions__order h3 span {
    display: none;
}

.economy-01-solutions__order p {
    margin: 18px 0 0;
    color: var(--economy-muted);
    max-width: 42ch;
    font-size: clamp(0.95rem, 1.08vw, 1rem);
    line-height: 2;
}

.economy-01-solutions__options {
    display: grid;
    gap: 18px;
    align-content: start;
}

.economy-01-solutions__options-title {
    margin: 0 0 8px;
    font-size: clamp(1.4rem, 2vw, 1.8rem);
    letter-spacing: 0.1em;
}

.economy-01-option {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
}

.economy-01-option figure {
    margin: 0;
    width: 140px;
    height: 78px;
    border-radius: 6px;
    overflow: hidden;
    border: 0;
}

.economy-01-option img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.economy-01-option h4 {
    margin: 0;
    font-size: 1.12rem;
    letter-spacing: 0.04em;
}

.economy-01-option p {
    margin: 8px 0 0;
    color: var(--economy-muted);
    font-size: 0.9rem;
    line-height: 1.9;
}

.economy-01-page .economy-01-content h2,
.economy-01-page .economy-01-content h3,
.economy-01-page .economy-01-content h4,
.economy-01-page .economy-01-content p,
.economy-01-page .economy-01-content small,
.economy-01-page .economy-01-content span,
.economy-01-page .economy-01-content a {
    color: inherit;
    line-break: strict;
    word-break: normal;
    overflow-wrap: break-word;
    text-wrap: pretty;
}

.economy-01-cta {
    background: transparent;
}

/* Keep background tone consistent across entire economy page */
.economy-01-page .economy-01-statement,
.economy-01-page .economy-01-section,
.economy-01-page .economy-01-cta.global-cta {
    background: transparent;
}

.economy-01-page .economy-01-cta.global-cta {
    border-top: 1px solid rgba(20, 38, 72, 0.14);
}

.economy-01-page .economy-01-cta .global-cta__head {
    display: block;
    margin: 0 auto clamp(28px, 4vw, 42px);
    text-align: center;
}

.economy-01-page .economy-01-cta .global-cta__head .global-section-title__kicker {
    color: rgba(20, 38, 72, 0.58);
}

.economy-01-page .economy-01-cta .global-cta__head .global-section-title__title {
    color: #0f1d3a;
}

.economy-01-page .economy-01-cta .global-cta__head .global-section-title__lead {
    color: rgba(24, 40, 74, 0.74);
}

.economy-01-page .economy-01-cta .js-cta-card--light {
    background: rgba(255, 255, 255, 0.88);
    border-color: rgba(20, 38, 72, 0.12);
    box-shadow: 0 14px 30px rgba(20, 38, 72, 0.08);
}

.economy-01-page .economy-01-cta .js-cta-card--dark {
    background: rgba(227, 236, 250, 0.76);
    border-color: rgba(20, 38, 72, 0.18);
    box-shadow: 0 14px 30px rgba(20, 38, 72, 0.1);
}

.economy-01-page .economy-01-cta .global-cta__card-title,
.economy-01-page .economy-01-cta .global-cta__card-text,
.economy-01-page .economy-01-cta .global-cta__card-kicker {
    color: #0f1d3a;
}

.economy-01-page .economy-01-cta .global-cta__card-kicker--dark,
.economy-01-page .economy-01-cta .global-cta__card-text--dark {
    color: rgba(15, 29, 58, 0.82);
}

.economy-01-page .economy-01-cta .secondary-button--dark {
    background: #ffffff;
    color: #0f1d3a;
    border-color: rgba(20, 38, 72, 0.22);
    box-shadow: 0 8px 18px rgba(20, 38, 72, 0.08);
}

.economy-01-page .economy-01-cta .secondary-button--dark:hover,
.economy-01-page .economy-01-cta .secondary-button--dark:focus-visible {
    background: #f5f9ff;
    color: #0f1d3a;
    border-color: rgba(20, 38, 72, 0.3);
}

.economy-01-reveal {
    opacity: 0;
    transform: translate3d(0, 26px, 0);
    transition: opacity 560ms ease, transform 560ms ease;
}

.economy-01-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.economy-01-page .global-header,
.economy-01-page .global-header.is-on-dark,
.economy-01-page .global-header.is-on-light,
.economy-01-page .global-header.is-scrolled,
.economy-01-page .global-header.is-on-dark.is-scrolled,
.economy-01-page .global-header.is-on-light.is-scrolled {
    background: rgba(248, 251, 255, 0.9);
    color: var(--color-ink-900);
    box-shadow: inset 0 -1px 0 rgba(15, 23, 42, 0.08);
}

.economy-01-page .global-header::after,
.economy-01-page .global-header.is-on-dark::after,
.economy-01-page .global-header.is-on-light::after {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.12), rgba(15, 23, 42, 0));
    opacity: 0.12;
}

.economy-01-page .global-header__inner {
    min-height: 78px;
    padding-top: calc(var(--header-safe-top) + 6px);
    padding-bottom: 8px;
    align-items: center;
}

.economy-01-page .global-header.is-scrolled .global-header__inner {
    min-height: 66px;
}

.economy-01-page .global-header__menu-button,
.economy-01-page .global-header.is-on-dark .global-header__menu-button,
.economy-01-page .global-header.is-on-light .global-header__menu-button {
    color: var(--color-ink-900);
    border-color: rgba(15, 23, 42, 0.2);
    background: rgba(255, 255, 255, 0.78);
}

.economy-01-page .global-header__brand,
.economy-01-page .global-header.is-on-dark .global-header__brand,
.economy-01-page .global-header.is-on-light .global-header__brand {
    color: var(--color-ink-900);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.economy-01-page .global-header__contact.secondary-button,
.economy-01-page .global-header .secondary-button--dark {
    color: var(--color-ink-900);
    border-color: rgba(15, 23, 42, 0.22);
    background: rgba(255, 255, 255, 0.78);
    min-height: 44px;
}

.economy-01-page .global-header__contact.secondary-button > span {
    line-height: 1;
    align-items: center;
}

body.page-ryoma-blade,
body.page-template-page-ryoma-blade {
    --header-offset: 92px;
    background-color: #05080d;
    color: #e8eef9;
}

body.page-ryoma-blade main,
body.page-template-page-ryoma-blade main,
body.page-ryoma-blade #primary,
body.page-template-page-ryoma-blade #primary {
    background-color: #05080d;
}

body.page-chisel,
body.page-template-page-chisel {
    --header-offset: 92px;
}

@media (max-width: 639px) {
    body.page-ryoma-blade,
    body.page-template-page-ryoma-blade,
    body.page-chisel,
    body.page-template-page-chisel {
        --header-offset: 84px;
    }
}

/* ryoma page keeps economy layout structure, but in dark mode */
.ryouma-01-page {
    --economy-bg: #070b12;
    --economy-surface: #0c1119;
    --economy-line: rgba(173, 193, 224, 0.18);
    --economy-text: #e8eef9;
    --economy-muted: rgba(212, 225, 244, 0.72);
}

.ryouma-01-page .economy-01-content {
    background:
        radial-gradient(88% 64% at 92% -10%, rgba(46, 70, 106, 0.3), transparent 64%),
        radial-gradient(70% 56% at 6% -18%, rgba(35, 56, 90, 0.24), transparent 60%),
        linear-gradient(180deg, #070a10 0%, #04070c 100%);
}

.ryouma-01-page .economy-01-content::before {
    opacity: 0.42;
    background:
        radial-gradient(110% 96% at 4% 0%, rgba(68, 98, 146, 0.18), transparent 62%),
        radial-gradient(96% 88% at 98% 100%, rgba(43, 67, 110, 0.2), transparent 58%),
        repeating-radial-gradient(circle at 22% 28%, rgba(161, 183, 216, 0.035) 0 2px, transparent 2px 12px);
    mix-blend-mode: screen;
}

.ryouma-01-page .economy-01-hero__kicker {
    color: rgba(190, 211, 241, 0.82);
}

.ryouma-01-page .economy-01-hero__title {
    color: #edf3ff;
}

.ryouma-01-page .economy-01-hero__lead {
    color: rgba(220, 232, 250, 0.9);
}

.ryouma-01-page .economy-01-hero__logo {
    opacity: 0.96;
    filter: none;
}

.ryouma-01-page .economy-01-hero__marquee {
    opacity: 0.18;
}

.ryouma-01-page .economy-01-hero__marquee span {
    color: rgba(220, 232, 248, 0.24);
}

.ryouma-01-page .economy-01-head__kicker {
    color: rgba(196, 214, 241, 0.72);
}

.ryouma-01-page .economy-01-gallery__item p {
    color: rgba(216, 228, 244, 0.8);
}

.ryouma-01-page .economy-01-solutions {
    border-top-color: rgba(173, 193, 224, 0.22);
}

.ryouma-01-page .economy-01-solutions__order h3 span {
    border-color: rgba(173, 193, 224, 0.34);
    color: rgba(212, 225, 244, 0.84);
}

.ryouma-01-page .page-nav__link {
    color: rgba(212, 225, 244, 0.52);
}

.ryouma-01-page .page-nav__link:hover,
.ryouma-01-page .page-nav__link:focus-visible,
.ryouma-01-page .page-nav__link.is-active {
    color: rgba(237, 243, 255, 0.9);
}

.ryouma-01-page .page-nav__link.is-active .js-page-link-label {
    background: rgba(173, 193, 224, 0.14);
    color: rgba(237, 243, 255, 0.96);
}

.ryouma-01-page .page-nav__link .js-page-link-line {
    opacity: 0.42;
}

.ryouma-01-page .page-nav__link:hover .js-page-link-line,
.ryouma-01-page .page-nav__link.is-active .js-page-link-line {
    opacity: 0.78;
}

.ryouma-01-page .economy-01-cta .js-cta-card--light {
    background: rgba(25, 35, 50, 0.9);
    border-color: rgba(173, 193, 224, 0.22);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.34);
}

.ryouma-01-page .economy-01-cta .js-cta-card--dark {
    background: rgba(16, 23, 35, 0.92);
    border-color: rgba(173, 193, 224, 0.2);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.36);
}

.ryouma-01-page .economy-01-cta .global-cta__card-title,
.ryouma-01-page .economy-01-cta .global-cta__card-text,
.ryouma-01-page .economy-01-cta .global-cta__card-kicker,
.ryouma-01-page .economy-01-cta .global-cta__card-kicker--dark,
.ryouma-01-page .economy-01-cta .global-cta__card-text--dark {
    color: #e8eef9;
}

.ryouma-01-page .economy-01-cta .secondary-button--dark {
    background: rgba(12, 20, 34, 0.9);
    color: #e8eef9;
    border-color: rgba(173, 193, 224, 0.38);
    box-shadow: none;
}

.ryouma-01-page .economy-01-cta .secondary-button--dark:hover,
.ryouma-01-page .economy-01-cta .secondary-button--dark:focus-visible {
    background: rgba(19, 31, 50, 0.96);
    color: #eef4ff;
    border-color: rgba(197, 214, 240, 0.52);
}

.ryouma-01-page .global-header,
.ryouma-01-page .global-header.is-on-dark,
.ryouma-01-page .global-header.is-on-light,
.ryouma-01-page .global-header.is-scrolled,
.ryouma-01-page .global-header.is-on-dark.is-scrolled,
.ryouma-01-page .global-header.is-on-light.is-scrolled {
    background: rgba(6, 11, 18, 0.84);
    color: #eaf1fc;
    box-shadow: inset 0 -1px 0 rgba(173, 193, 224, 0.14);
}

.ryouma-01-page .global-header::after,
.ryouma-01-page .global-header.is-on-dark::after,
.ryouma-01-page .global-header.is-on-light::after {
    background: linear-gradient(180deg, rgba(173, 193, 224, 0.18), rgba(173, 193, 224, 0));
    opacity: 0.2;
}

.ryouma-01-page .global-header__menu-button,
.ryouma-01-page .global-header.is-on-dark .global-header__menu-button,
.ryouma-01-page .global-header.is-on-light .global-header__menu-button,
.ryouma-01-page .global-header__brand,
.ryouma-01-page .global-header.is-on-dark .global-header__brand,
.ryouma-01-page .global-header.is-on-light .global-header__brand,
.ryouma-01-page .global-header__contact.secondary-button,
.ryouma-01-page .global-header .secondary-button--dark {
    color: #eaf1fc;
    border-color: rgba(173, 193, 224, 0.32);
    background: rgba(14, 22, 34, 0.72);
}

/* chisel page keeps economy layout structure with gray tone */
.chisel-01-page {
    --economy-bg: #111315;
    --economy-surface: #171a1e;
    --economy-line: rgba(205, 213, 224, 0.18);
    --economy-text: #edf1f6;
    --economy-muted: rgba(219, 226, 236, 0.74);
}

.chisel-01-page .economy-01-content {
    background:
        radial-gradient(96% 70% at 88% -8%, rgba(109, 118, 132, 0.34), transparent 66%),
        radial-gradient(74% 58% at 6% -18%, rgba(72, 80, 92, 0.3), transparent 62%),
        linear-gradient(180deg, #1a1d22 0%, #111315 100%);
}

.chisel-01-page .economy-01-content::before {
    opacity: 0.36;
    background:
        radial-gradient(108% 98% at 4% 0%, rgba(138, 150, 168, 0.16), transparent 62%),
        radial-gradient(96% 88% at 98% 100%, rgba(117, 130, 148, 0.16), transparent 58%),
        repeating-radial-gradient(circle at 22% 28%, rgba(196, 206, 219, 0.03) 0 2px, transparent 2px 12px);
    mix-blend-mode: screen;
}

.chisel-01-page .economy-01-hero__kicker { color: rgba(216, 224, 235, 0.82); }
.chisel-01-page .economy-01-hero__title { color: #f3f7ff; }
.chisel-01-page .economy-01-hero__lead { color: rgba(223, 230, 240, 0.88); }
.chisel-01-page .economy-01-hero__logo { opacity: 0.95; filter: none; }
.chisel-01-page .economy-01-hero__marquee { opacity: 0.16; }
.chisel-01-page .economy-01-hero__marquee span { color: rgba(228, 234, 242, 0.2); }
.chisel-01-page .economy-01-head__kicker { color: rgba(208, 217, 230, 0.72); }
.chisel-01-page .economy-01-trademark__meta dl > div { border-bottom-color: rgba(205, 213, 224, 0.2); }

/* Prevent chisel images from over-scaling (keeps them crisp) */
.chisel-01-page .economy-01-feature__media {
    min-height: clamp(240px, 34vw, 420px);
    max-width: 680px;
    margin-inline: auto;
}

.chisel-01-page .economy-01-feature__media img {
    height: 100%;
    object-fit: contain;
}

/* Avoid clipping in chisel feature images */
.chisel-01-page .chisel-01-feature-figure img {
    transform: none;
}

.chisel-01-page .economy-01-flow {
    max-width: 860px;
}

.chisel-01-page .economy-01-flow__media {
    max-width: 720px;
    margin-inline: auto;
}

.chisel-01-page .economy-01-hero__copy > picture {
    width: min(240px, 64%);
}

.chisel-01-page .economy-01-hero__copy > picture .economy-01-hero__logo {
    width: 100%;
}

.chisel-01-page .economy-01-hero__inner {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(18px, 2.6vw, 34px);
    align-items: center;
}

.chisel-01-page .economy-01-hero__copy {
    max-width: 480px;
}

.chisel-01-page .economy-01-hero__media {
    display: grid;
    align-items: center;
    justify-items: end;
    min-width: 0;
    transform: none;
}

.chisel-01-page .economy-01-hero__media .product-visual {
    width: min(100%, 660px);
    height: min(58vh, 620px);
    min-height: 420px;
}

.chisel-01-page .economy-01-cta .js-cta-card--light {
    background: rgba(36, 43, 52, 0.86);
    border-color: rgba(205, 213, 224, 0.22);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.34);
}

.chisel-01-page .economy-01-cta .js-cta-card--dark {
    background: rgba(24, 28, 33, 0.9);
    border-color: rgba(205, 213, 224, 0.2);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.38);
}

.chisel-01-page .economy-01-cta .global-cta__card-title,
.chisel-01-page .economy-01-cta .global-cta__card-text,
.chisel-01-page .economy-01-cta .global-cta__card-kicker,
.chisel-01-page .economy-01-cta .global-cta__card-kicker--dark,
.chisel-01-page .economy-01-cta .global-cta__card-text--dark {
    color: #edf1f6;
}

.chisel-01-page .economy-01-cta .secondary-button--dark {
    background: rgba(28, 33, 40, 0.92);
    color: #edf1f6;
    border-color: rgba(205, 213, 224, 0.34);
    box-shadow: none;
}

.chisel-01-page .economy-01-cta .secondary-button--dark:hover,
.chisel-01-page .economy-01-cta .secondary-button--dark:focus-visible {
    background: rgba(39, 45, 54, 0.95);
    color: #f5f8ff;
    border-color: rgba(218, 226, 236, 0.48);
}

.chisel-01-page .global-header,
.chisel-01-page .global-header.is-on-dark,
.chisel-01-page .global-header.is-on-light,
.chisel-01-page .global-header.is-scrolled,
.chisel-01-page .global-header.is-on-dark.is-scrolled,
.chisel-01-page .global-header.is-on-light.is-scrolled {
    background: rgba(16, 20, 24, 0.86);
    color: #eef3fa;
    box-shadow: inset 0 -1px 0 rgba(205, 213, 224, 0.14);
}

.chisel-01-page .global-header::after,
.chisel-01-page .global-header.is-on-dark::after,
.chisel-01-page .global-header.is-on-light::after {
    background: linear-gradient(180deg, rgba(205, 213, 224, 0.16), rgba(205, 213, 224, 0));
    opacity: 0.2;
}

.chisel-01-page .global-header__menu-button,
.chisel-01-page .global-header.is-on-dark .global-header__menu-button,
.chisel-01-page .global-header.is-on-light .global-header__menu-button,
.chisel-01-page .global-header__brand,
.chisel-01-page .global-header.is-on-dark .global-header__brand,
.chisel-01-page .global-header.is-on-light .global-header__brand,
.chisel-01-page .global-header__contact.secondary-button,
.chisel-01-page .global-header .secondary-button--dark {
    color: #eef3fa;
    border-color: rgba(205, 213, 224, 0.32);
    background: rgba(30, 35, 42, 0.74);
}

@media (max-width: 1100px) {
    .economy-01-hero__inner,
    .economy-01-feature,
    .economy-01-feature.is-reverse,
    .economy-01-flow,
    .economy-01-solutions {
        grid-template-columns: 1fr;
    }

    .economy-01-feature.is-reverse .economy-01-feature__copy,
    .economy-01-feature.is-reverse .economy-01-feature__media {
        order: initial;
    }

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

    .economy-01-trademark {
        grid-template-columns: 1fr;
    }

    .economy-01-trademark__meta dl > div {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .economy-01-option {
        grid-template-columns: 120px minmax(0, 1fr);
    }

    .economy-01-option figure {
        width: 120px;
        height: 70px;
    }
}

@media (max-width: 760px) {
    .economy-01-hero {
        height: auto;
        min-height: 100vh;
        min-height: 100dvh;
    }

    .economy-01-hero__inner {
        min-height: auto;
        gap: 12px;
        align-items: start;
        padding-top: calc(var(--header-offset) + 34px);
        padding-bottom: 36px;
    }

    .economy-01-hero__copy {
        max-width: none;
        padding-bottom: 0;
    }

    .economy-01-hero__kicker {
        font-size: 0.58rem;
        letter-spacing: 0.18em;
    }

    .economy-01-hero__title {
        font-size: clamp(2.45rem, 14vw, 4rem);
        line-height: 0.9;
    }

    .economy-01-hero__lead {
        margin-top: 18px;
        max-width: 30ch;
        font-size: 0.86rem;
        line-height: 1.85;
        letter-spacing: 0.02em;
    }

    .economy-01-hero__logo {
        width: min(240px, 62%);
    }

    .economy-01-hero__media .product-visual {
        height: min(46vh, 360px);
        min-height: 260px;
    }

    .chisel-01-page .economy-01-hero__media .product-visual {
        width: min(100%, 440px);
        height: min(48vh, 380px);
        min-height: 300px;
    }

    .chisel-01-page .economy-01-hero__inner {
        display: flex;
        flex-direction: column;
        min-height: calc(100dvh - var(--header-offset));
        gap: 0;
        padding-bottom: 108px;
    }

    .chisel-01-page .economy-01-hero__media {
        align-self: flex-end;
        width: min(72vw, 260px);
        margin-top: auto;
        transform: none;
        padding-bottom: 128px;
    }

    .chisel-01-page .economy-01-hero__media .product-visual {
        width: 100%;
        height: min(34vh, 280px);
        min-height: 220px;
    }

    .economy-01-hero__marquee span {
        font-size: clamp(3.4rem, 20vw, 6rem);
    }

    .economy-01-hero__media {
        width: min(100%, 420px);
        justify-self: center;
        transform: translateY(-8px);
    }

    .economy-01-gallery {
        grid-template-columns: 1fr;
    }
}

.contact-step-nav {
    margin-top: 6px;
}

.contact-step-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.contact-step-nav__item {
    margin: 0;
}

.contact-step-nav__item.is-current .contact-step-nav__link {
    border-color: rgba(15, 23, 42, 0.42);
    background: rgba(15, 23, 42, 0.1);
    color: rgba(15, 23, 42, 0.96);
    font-weight: 700;
}

.contact-step-nav__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(15, 23, 42, 0.18);
    background: rgba(255, 255, 255, 0.86);
    color: rgba(15, 23, 42, 0.84);
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.12em;
}

.contact-step-nav__link:hover,
.contact-step-nav__link:focus-visible {
    border-color: rgba(15, 58, 121, 0.5);
    color: var(--color-accent-700);
}

.page-contact__intro,
.page-contact__form,
.page-contact__notes {
    margin-top: 34px;
}

.page-contact__intro h2,
.page-contact__notes h2 {
    margin: 0 0 12px;
    font-size: clamp(1.3rem, 2.3vw, 1.8rem);
}

.page-contact__intro p,
.page-contact__intro li,
.page-contact__notes p {
    color: rgba(15, 23, 42, 0.88);
    line-height: 1.85;
}

.page-contact__intro ul {
    margin: 12px 0 0;
    padding-left: 1.25em;
}

.contact-shell-head {
    margin: 0 auto 20px;
}

.contact-shell-head__kicker {
    margin: 0;
    font-size: 14px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(15, 23, 42, 0.6);
}

.contact-shell-head__title {
    margin: 8px 0 0;
    font-size: clamp(1.6rem, 3.8vw, 2.5rem);
    line-height: 1.15;
    color: rgba(15, 23, 42, 0.92);
}

.contact-shell-head__lead {
    margin: 10px 0 0;
    font-size: 15px;
    line-height: 1.75;
    color: rgba(15, 23, 42, 0.72);
}

.page-contact__form .js-contact-progress {
    margin: 0 auto 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.12);
}

.page-contact__form .js-contact-progress-title {
    margin: 0;
    font-size: 14px;
    letter-spacing: 0.14em;
    color: rgba(15, 23, 42, 0.62);
    text-transform: uppercase;
}

.page-contact__form .js-contact-progress-track {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.page-contact__form .js-contact-progress-step {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    font-size: 14px;
    letter-spacing: 0.12em;
    color: rgba(15, 23, 42, 0.6);
    background: rgba(15, 23, 42, 0.06);
    white-space: nowrap;
}

.page-contact__form .js-contact-progress-step.is-current,
.page-contact__notes .js-contact-progress-step.is-current {
    background: rgba(15, 23, 42, 0.16);
    color: rgba(15, 23, 42, 0.94);
    font-weight: 700;
}

.page-contact__form .js-contact-progress-line,
.page-contact__notes .js-contact-progress-line {
    flex: 1;
    min-width: 16px;
    height: 1px;
    background: rgba(15, 23, 42, 0.2);
}

.page-contact__form .js-contact-shell,
.page-contact__notes .js-contact-shell {
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: #ffffff;
    padding: clamp(22px, 3vw, 34px);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.page-contact__form .js-contact-main-head,
.page-contact__notes .js-contact-main-head {
    margin-bottom: 12px;
}

.page-contact__form .js-contact-main-title,
.page-contact__notes .js-contact-main-title {
    margin: 0;
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(15, 23, 42, 0.76);
    font-weight: 700;
}

.page-contact__form .contact-form-shell .wpcf7-form {
    display: grid;
    gap: 14px;
}

.page-contact__form .contact-form-shell .wpcf7-form p {
    margin: 0;
}

.page-contact__form .js-contact-confirm {
    display: grid;
    gap: 14px;
}

.page-contact__form .js-contact-label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 6px;
    row-gap: 8px;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(15, 23, 42, 0.92);
    font-weight: 500;
}

.page-contact__form .js-contact-label .wpcf7-form-control-wrap {
    width: 100%;
}

.page-contact__form .js-required-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 18px;
    padding: 0 7px;
    border-radius: 999px;
    background: #111111;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    vertical-align: middle;
}

.page-contact__form .js-contact-confirm-value {
    margin: 8px 0 0;
    padding: 12px 14px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: #f8fafc;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(15, 23, 42, 0.9);
    white-space: pre-wrap;
    word-break: break-word;
}

.page-contact__form .js-contact-confirm-value--message {
    min-height: 120px;
}

.page-contact__form .js-contact-confirm-actions {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    margin-top: 20px;
    max-width: 420px;
}

.page-contact__form .js-contact-confirm-actions p {
    display: flex;
    flex: 1 1 0;
    margin: 0;
}

.page-contact__form .js-contact-confirm-actions .wpcf7-spinner {
    display: none;
}

@media (max-width: 767px) {
    .page-contact__form .js-contact-confirm-actions {
        flex-direction: column;
        gap: 12px;
        max-width: none;
    }
}

.page-contact__form .contact-form-shell .wpcf7-submit,
.page-contact__form .contact-form-shell .wpcf7 form input[type="submit"],
.page-contact__form .contact-form-shell .wpcf7-previous,
.page-contact__form .contact-form-shell .wpcf7-back,
.page-contact__form .contact-form-shell .wpcf7msp-prev {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    min-height: 50px;
    padding: 0 24px;
    border: 1px solid rgba(15, 23, 42, 0.44);
    background: transparent;
    color: rgba(15, 23, 42, 0.9);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.page-contact__form .js-contact-confirm-actions .wpcf7-submit,
.page-contact__form .js-contact-confirm-actions .wpcf7 form input[type="submit"],
.page-contact__form .js-contact-confirm-actions .wpcf7-previous,
.page-contact__form .js-contact-confirm-actions .wpcf7-back,
.page-contact__form .js-contact-confirm-actions .wpcf7msp-prev {
    width: 100%;
}

.page-contact__form .contact-form-shell input[type="text"],
.page-contact__form .contact-form-shell input[type="email"],
.page-contact__form .contact-form-shell input[type="tel"],
.page-contact__form .contact-form-shell select,
.page-contact__form .contact-form-shell textarea {
    width: 100%;
    min-height: 46px;
    border: 1px solid rgba(15, 23, 42, 0.14);
    background: #f8fafc;
    padding: 10px 12px;
    font-size: 15px;
    color: rgba(15, 23, 42, 0.9);
    box-sizing: border-box;
}

.page-contact__form .contact-form-shell select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 44px;
    border-radius: 0;
    background-image:
        linear-gradient(45deg, transparent 50%, rgba(15, 23, 42, 0.72) 50%),
        linear-gradient(135deg, rgba(15, 23, 42, 0.72) 50%, transparent 50%);
    background-position:
        calc(100% - 20px) calc(50% - 2px),
        calc(100% - 14px) calc(50% - 2px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.page-contact__form .contact-form-shell textarea {
    min-height: 120px;
}

.page-contact__form .js-contact-trust {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(15, 23, 42, 0.12);
    display: grid;
    gap: 8px;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(15, 23, 42, 0.76);
}

.page-contact__form .js-contact-warning {
    margin-top: 14px;
}

.page-contact__form .js-contact-warning-title {
    margin: 0;
    font-size: 14px;
    letter-spacing: 0.12em;
    color: rgba(15, 23, 42, 0.76);
    font-weight: 700;
}

.page-contact__form .js-contact-warning-body {
    margin-top: 8px;
    max-height: 120px;
    overflow: auto;
    font-size: 13px;
    line-height: 1.85;
    color: rgba(15, 23, 42, 0.82);
}

.page-contact__form .js-contact-warning-hint {
    margin-top: 8px;
    font-size: 14px;
    color: rgba(15, 23, 42, 0.58);
}

.page-contact__form .js-contact-policy-link,
.page-contact__notes .js-contact-policy-link {
    color: var(--color-accent-700);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.page-contact__form .js-contact-consent {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(15, 23, 42, 0.12);
}

.page-contact__form .js-contact-consent .wpcf7-list-item {
    margin: 0;
}

.page-contact__form .js-contact-consent .wpcf7-list-item-label {
    font-size: 14px;
    line-height: 1.8;
    color: rgba(15, 23, 42, 0.84);
}

.page-contact__form .js-contact-consent input[type="checkbox"] {
    margin-right: 10px;
    transform: translateY(1px);
}

.subpage-hero--used {
    padding: 36px 0 80px;
}

.subpage-hero--used .subpage-hero__heading {
    margin-top: 12px;
}

.page-used-machine-view,
.page-boss-pin-view {
    padding: 18px 0 0;
    overflow-x: clip;
}

/* BOSS-PIN：Scope — 金の円カード */
#boss-scope .boss-scope-grid {
    display: grid;
    gap: clamp(28px, 5vw, 40px);
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: clamp(28px, 4vw, 40px);
}

@media (min-width: 880px) {
    #boss-scope .boss-scope-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        align-items: start;
    }
}

.boss-scope-disc {
    --boss-scope-gold: #c9a44a;
    --boss-scope-gold-soft: rgba(201, 164, 74, 0.55);
    position: relative;
    width: 100%;
    max-width: min(280px, 82vw);
    aspect-ratio: 1 / 1;
    margin: 0;
    padding: clamp(18px, 4.5vw, 26px);
    border-radius: 50%;
    box-sizing: border-box;
    background:
        radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.06), transparent 42%),
        linear-gradient(165deg, #232328 0%, #18181c 100%);
    border: 2px solid var(--boss-scope-gold);
    box-shadow:
        inset 0 0 0 1px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 12px 32px rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.boss-scope-disc::before {
    content: "";
    position: absolute;
    inset: 9%;
    border-radius: 50%;
    border: 1px solid var(--boss-scope-gold-soft);
    pointer-events: none;
}

.boss-scope-disc::after {
    content: "";
    position: absolute;
    inset: 16%;
    border-radius: 50%;
    opacity: 0.22;
    background: repeating-radial-gradient(
        circle at center,
        transparent 0,
        transparent 14px,
        rgba(255, 255, 255, 0.06) 14px,
        rgba(255, 255, 255, 0.06) 15px
    );
    pointer-events: none;
}

.boss-scope-disc__body {
    position: relative;
    z-index: 1;
    max-width: 15.5rem;
}

.boss-scope-disc__title {
    margin: 0;
    font-size: clamp(0.95rem, 2.4vw, 1.05rem);
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: 0.02em;
    color: #e8cf6a;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
}

.boss-scope-disc__text {
    margin: 10px 0 0;
    font-size: clamp(0.78rem, 2vw, 0.875rem);
    line-height: 1.65;
    font-weight: 500;
    color: rgba(232, 207, 106, 0.88);
}

.boss-scope-disc__text strong {
    color: #f0dc8a;
    font-weight: 700;
}

/* BOSS-PIN：チャコール地＋同心円（極薄・ほぼ質感のみ） */
body.boss-pin-theme {
    background-color: #0b0b0c;
    background-image: radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0) 19.5%,
        rgba(255, 255, 255, 0.004) 20.4%,
        rgba(255, 255, 255, 0.014) 21.8%,
        rgba(255, 255, 255, 0.014) 23%,
        rgba(255, 255, 255, 0.004) 24.4%,
        rgba(255, 255, 255, 0) 25.2%,
        rgba(255, 255, 255, 0) 37.5%,
        rgba(255, 255, 255, 0.003) 38.4%,
        rgba(255, 255, 255, 0.012) 39.8%,
        rgba(255, 255, 255, 0.012) 41%,
        rgba(255, 255, 255, 0.003) 42.4%,
        rgba(255, 255, 255, 0) 43.2%,
        rgba(255, 255, 255, 0) 55.5%,
        rgba(255, 255, 255, 0.002) 56.4%,
        rgba(255, 255, 255, 0.01) 57.8%,
        rgba(255, 255, 255, 0.01) 59%,
        rgba(255, 255, 255, 0.002) 60.4%,
        rgba(255, 255, 255, 0) 61.2%,
        rgba(255, 255, 255, 0) 100%
    );
    background-size: 240px 240px;
    background-position: 0 0;
}

body.boss-pin-theme .site-main {
    background: transparent;
}

/* ダークページ：ヘッダーを常にライトUI（白文字）＋帯を少し濃くして視認性アップ */
body.boss-pin-theme .global-header.is-on-dark {
    color: #ffffff;
    background: rgba(10, 10, 12, 0.92);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
}

body.boss-pin-theme .global-header.is-on-dark.is-scrolled {
    background: rgba(10, 10, 12, 0.96);
}

body.boss-pin-theme .global-header.is-on-dark .global-header__brand,
body.boss-pin-theme .global-header.is-on-dark .global-header__menu-button {
    color: #ffffff;
}

body.boss-pin-theme .global-header.is-on-light {
    color: #ffffff;
    background: rgba(10, 10, 12, 0.92);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
}

body.boss-pin-theme .global-header.is-on-light .global-header__brand,
body.boss-pin-theme .global-header.is-on-light .global-header__menu-button {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
}

body.boss-pin-theme .global-header.is-on-light .global-header__menu-button:hover {
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.14);
}

body.boss-pin-theme .global-header.is-on-light .secondary-button--dark {
    background: rgba(255, 255, 255, 0.12);
    color: #f8fafc;
    border-color: rgba(255, 255, 255, 0.28);
}

body.boss-pin-theme .subpage-hero--used {
    background: transparent;
}

body.boss-pin-theme .subpage-hero__title {
    color: #ffffff;
}

body.boss-pin-theme .subpage-hero__badge {
    color: rgba(255, 255, 255, 0.95);
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.08);
}

body.boss-pin-theme .global-breadcrumb__item,
body.boss-pin-theme .global-breadcrumb__separator {
    color: rgba(255, 255, 255, 0.45);
}

body.boss-pin-theme .global-breadcrumb__link {
    color: rgba(255, 255, 255, 0.62);
}

body.boss-pin-theme .global-breadcrumb__link:hover,
body.boss-pin-theme .global-breadcrumb__link:focus-visible {
    color: #ffffff;
}

body.boss-pin-theme .global-breadcrumb__current {
    color: rgba(255, 255, 255, 0.88);
}

body.boss-pin-theme .page-nav__link {
    color: rgba(255, 255, 255, 0.55);
}

body.boss-pin-theme .page-nav__link:hover,
body.boss-pin-theme .page-nav__link:focus-visible,
body.boss-pin-theme .page-nav__link.is-active {
    color: rgba(255, 255, 255, 0.95);
}

body.boss-pin-theme .page-nav__link.is-active .js-page-link-label {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

body.boss-pin-theme .boss-pin-page {
    --cop-ink: #f8fafc;
    --cop-ink-muted: rgba(248, 250, 252, 0.88);
    --cop-ink-soft: rgba(248, 250, 252, 0.72);
    --cop-surface-page: transparent;
    --cop-line: rgba(255, 255, 255, 0.14);
    --cop-line-soft: rgba(255, 255, 255, 0.1);
    --cop-card: rgba(12, 14, 18, 0.65);
    --boss-table-ink: #f8fafc;
    --boss-table-muted: rgba(248, 250, 252, 0.92);
    --boss-table-header: #3d4450;
    --boss-table-header-text: #ffffff;
    --boss-table-border: rgba(255, 255, 255, 0.28);
    --boss-table-cell: #2a313c;
    --boss-table-cell-alt: #343c49;
    color: rgba(255, 255, 255, 0.94);
}

body.boss-pin-theme .boss-pin-page .used-section__eyebrow {
    color: rgba(255, 255, 255, 0.45);
}

body.boss-pin-theme .boss-pin-page .used-section__title {
    color: #ffffff;
}

body.boss-pin-theme .boss-pin-page .used-section__lead {
    color: rgba(255, 255, 255, 0.78);
}

body.boss-pin-theme .boss-pin-page .used-section--flow .inner {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.08);
}

body.boss-pin-theme .boss-pin-page .used-flow-item {
    border-top-color: rgba(255, 255, 255, 0.1);
}

body.boss-pin-theme .boss-pin-page .used-flow-item__step {
    color: rgba(255, 255, 255, 0.45);
}

body.boss-pin-theme .boss-pin-page .used-flow-item__title {
    color: #ffffff;
}

body.boss-pin-theme .boss-pin-page .used-flow-item__text {
    color: rgba(255, 255, 255, 0.76);
}

body.boss-pin-theme .boss-pin-page .boss-spec__panel {
    border-color: rgba(255, 255, 255, 0.12);
    background: linear-gradient(180deg, rgba(20, 24, 30, 0.92), rgba(12, 14, 18, 0.88));
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.4);
}

body.boss-pin-theme .boss-pin-page .boss-spec__tag {
    color: rgba(255, 255, 255, 0.65);
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.06);
}

body.boss-pin-theme .boss-pin-page .boss-spec__panel-title {
    color: #ffffff;
}

body.boss-pin-theme .boss-pin-page .boss-spec__panel-lead {
    color: rgba(255, 255, 255, 0.72);
}

body.boss-pin-theme .boss-pin-page .boss-spec__figure {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(0, 0, 0, 0.35);
}

body.boss-pin-theme .boss-pin-page .boss-spec__footnote {
    color: rgba(255, 255, 255, 0.65);
}

body.boss-pin-theme .boss-pin-page .boss-table {
    font-size: 14px;
    line-height: 1.55;
}

body.boss-pin-theme .boss-pin-page .boss-table thead th {
    color: var(--boss-table-header-text);
    background: var(--boss-table-header);
    border-color: var(--boss-table-border);
    font-size: 11px;
    letter-spacing: 0.06em;
}

body.boss-pin-theme .boss-pin-page .boss-table tbody th,
body.boss-pin-theme .boss-pin-page .boss-table tbody td {
    border-color: rgba(255, 255, 255, 0.2);
}

body.boss-pin-theme .boss-pin-page .boss-table tbody th[scope="row"] {
    background: var(--boss-table-cell);
    color: #ffffff;
    font-weight: 700;
}

body.boss-pin-theme .boss-pin-page .boss-table tbody td {
    background: #1e242e;
    color: rgba(255, 255, 255, 0.96);
}

body.boss-pin-theme .boss-pin-page .boss-table tbody tr:nth-child(even) td {
    background: #252d3a;
    color: rgba(255, 255, 255, 0.96);
}

body.boss-pin-theme .boss-pin-page .boss-table tbody tr:nth-child(even) th[scope="row"] {
    background: var(--boss-table-cell-alt);
    color: #ffffff;
}

body.boss-pin-theme .boss-pin-page .boss-material .boss-table--material tbody td:last-child {
    color: #ffffff;
    font-weight: 700;
}

@media (max-width: 959px) {
    body.boss-pin-theme .boss-pin-page .boss-table--stack-sp tbody tr {
        border-color: rgba(255, 255, 255, 0.28);
        background: #141820;
    }

    body.boss-pin-theme .boss-pin-page .boss-table--stack-sp tbody th[scope="row"] {
        border-bottom-color: rgba(255, 255, 255, 0.28);
        color: #ffffff;
        font-size: 13px;
    }

    body.boss-pin-theme .boss-pin-page .boss-table--stack-sp tbody td {
        min-width: 0;
        border-bottom-color: rgba(255, 255, 255, 0.14);
        color: rgba(255, 255, 255, 0.96);
        background: transparent !important;
        font-size: 14px;
        line-height: 1.5;
        gap: 12px;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    body.boss-pin-theme .boss-pin-page .boss-table--stack-sp tbody td::before {
        flex: 0 0 40%;
        max-width: 10.5rem;
        color: rgba(255, 255, 255, 0.9);
        font-weight: 700;
    }
}

.used-section + .used-section {
    margin-top: clamp(64px, 8vw, 104px);
}

.used-section--cta {
    padding-bottom: clamp(88px, 11vw, 136px);
}

.used-section__head {
    max-width: 760px;
    margin-bottom: 28px;
}

.used-section__head--compact {
    max-width: none;
    margin-bottom: 24px;
}

.used-section__eyebrow {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: rgba(var(--color-ink-900-rgb), 0.48);
}

.used-section__title {
    margin: 0;
    font-size: clamp(1.7rem, 3vw, 2.6rem);
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--color-ink-900);
}

.used-section__lead {
    margin: 14px 0 0;
    font-size: clamp(1rem, 0.5vw + 0.94rem, 1.08rem);
    line-height: 1.9;
    color: rgba(var(--color-ink-900-rgb), 0.8);
}

.used-feature-grid {
    display: grid;
    gap: 16px;
}

.used-feature-card {
    padding: clamp(24px, 3vw, 34px);
    border: 1px solid rgba(var(--color-ink-900-rgb), 0.1);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.98));
    box-shadow: 0 18px 40px rgba(var(--color-ink-900-rgb), 0.04);
}

.used-feature-card__title {
    margin: 0;
    font-size: clamp(1.1rem, 1.4vw, 1.44rem);
    line-height: 1.25;
    color: var(--color-ink-900);
}

.used-feature-card__text {
    margin: 12px 0 0;
    font-size: 15px;
    line-height: 1.85;
    color: rgba(var(--color-ink-900-rgb), 0.8);
}

.used-section--flow .inner {
    padding: clamp(26px, 3.2vw, 42px);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(var(--color-ink-900-rgb), 0.02), rgba(var(--color-ink-900-rgb), 0.04));
}

.used-flow-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 14px;
}

.used-flow-item {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 16px;
    padding: 20px 0;
    border-top: 1px solid rgba(var(--color-ink-900-rgb), 0.08);
}

.used-flow-item:first-child {
    padding-top: 0;
    border-top: none;
}

.used-flow-item__step {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
    color: rgba(var(--color-ink-900-rgb), 0.42);
}

.used-flow-item__body {
    min-width: 0;
}

.used-flow-item__title {
    margin: 0;
    font-size: clamp(1.05rem, 1.2vw, 1.3rem);
    line-height: 1.35;
    color: var(--color-ink-900);
}

.used-flow-item__text {
    margin: 8px 0 0;
    font-size: 15px;
    line-height: 1.85;
    color: rgba(var(--color-ink-900-rgb), 0.8);
}

.used-flow-note {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(var(--color-ink-900-rgb), 0.08);
}

.used-flow-note__title {
    margin: 0;
    font-size: clamp(1.02rem, 1.1vw, 1.24rem);
    line-height: 1.35;
    color: var(--color-ink-900);
}

.used-flow-note__list {
    margin: 14px 0 0;
    padding-left: 1.25em;
    display: grid;
    gap: 8px;
}

.used-flow-note__list li {
    font-size: 15px;
    line-height: 1.85;
    color: rgba(var(--color-ink-900-rgb), 0.84);
}

.used-section--cta .global-cta {
    margin: 0;
}

.used-section--cta .global-cta__inner {
    width: min(1400px, 94%);
}

@media (min-width: 768px) {
    .subpage-hero--used {
        padding: 40px 0 92px;
    }

    .used-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
}

@media (min-width: 1024px) {
    .used-feature-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .used-flow-item {
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
    }
}

.page-news-view {
    padding: 14px 0 0;
}

.news-list-section,
.news-categories-section {
    margin-top: 34px;
}

.news-list-section {
    margin-bottom: clamp(88px, 11vw, 136px);
}

.page-news-view > .news-categories-section:first-child,
.page-news-view > .archive-news-view:first-child,
.page-news-view > .news-list-section:first-child {
    margin-top: 0;
}

.news-categories-section + .news-list-section,
.news-categories-section + .archive-news-view {
    margin-top: 28px;
}

.news-categories-section {
    margin-bottom: 0;
}

.news-viewport {
    width: 100%;
    margin-inline: auto;
    padding-inline: clamp(20px, 3vw, 40px);
    box-sizing: border-box;
}

.news-filter-bar {
    display: grid;
    gap: 14px;
}

.news-filter-bar__search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    max-width: 520px;
}

@media (max-width: 599px) {
    .news-filter-bar__search {
        grid-template-columns: minmax(0, 1fr);
        max-width: none;
    }

    .news-filter-bar__search-input {
        border-right: 1px solid rgba(var(--color-ink-900-rgb), 0.16);
    }

    .news-filter-bar__search-button {
        width: 100%;
    }
}

.news-filter-bar__search-input {
    min-width: 0;
    min-height: 48px;
    padding: 0 16px;
    border: 1px solid rgba(var(--color-ink-900-rgb), 0.16);
    border-right: none;
    background: #ffffff;
    font-size: 14px;
    color: rgba(var(--color-ink-900-rgb), 0.9);
}

.news-filter-bar__search-input::placeholder {
    color: rgba(var(--color-ink-900-rgb), 0.44);
}

.news-filter-bar__search-button {
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid rgba(var(--color-ink-900-rgb), 0.18);
    background: var(--color-ink-900);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    cursor: pointer;
    transition: border-color 220ms ease-out, background-color 220ms ease-out, box-shadow 220ms ease-out, transform 220ms ease-out;
}

.news-filter-bar__search-button:hover,
.news-filter-bar__search-button:focus-visible {
    border-color: rgba(var(--color-ink-900-rgb), 0.26);
    background: rgba(var(--color-ink-900-rgb), 0.96);
    box-shadow: 0 14px 28px rgba(var(--color-ink-900-rgb), 0.12);
    transform: translateY(-1px);
}

.news-archive-layout {
    display: grid;
    gap: 40px;
}

.news-card-grid {
    display: grid;
    gap: 28px;
}

.news-card {
    display: grid;
    gap: 18px;
}

.news-card__thumb {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: rgba(var(--color-ink-900-rgb), 0.06);
    text-decoration: none;
}

.news-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 320ms ease-out;
}

.news-card__thumb-placeholder,
.news-sidebar-latest__thumb-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    background: rgba(var(--color-ink-900-rgb), 0.05);
    color: rgba(var(--color-ink-900-rgb), 0.22);
    font-size: 9px;
    letter-spacing: 0.12em;
    font-weight: 600;
    text-transform: uppercase;
}

.news-card__body {
    display: grid;
    gap: 12px;
}

.news-card__meta {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.news-card__category {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: var(--color-ink-900);
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.news-card__date {
    color: rgba(var(--color-ink-900-rgb), 0.54);
    font-size: 12px;
    letter-spacing: 0.08em;
}

.news-card__title {
    margin: 0;
    font-size: clamp(0.9rem, 1.2vw, 1.16rem);
    font-weight: 700;
    line-height: 1.45;
    color: var(--color-ink-900);
}

.news-card__title a {
    color: inherit;
    text-decoration: none;
}

.news-card:hover .news-card__thumb img,
.news-card:focus-within .news-card__thumb img {
    transform: scale(1.02);
}

.news-card:hover .news-card__title a,
.news-card:focus-within .news-card__title a {
    opacity: 0.76;
}

.news-card--empty {
    padding: 24px 0;
    border-bottom: 1px solid rgba(var(--color-ink-900-rgb), 0.12);
}

.news-sidebar {
    display: grid;
    gap: 28px;
}

.news-sidebar__section {
    display: grid;
    gap: 14px;
    padding-top: 4px;
}

.news-sidebar__section--cta {
    padding-top: 0;
}

.news-sidebar__section + .news-sidebar__section {
    padding-top: 20px;
    border-top: 1px solid rgba(var(--color-ink-900-rgb), 0.08);
}

.news-sidebar__title {
    margin: 0;
    color: var(--color-ink-900);
    font-size: 1.4rem;
    line-height: 1.25;
}

.news-side-cta {
    padding: 24px 22px;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.92), rgba(15, 58, 121, 0.72)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
    color: #ffffff;
}

@media (min-width: 768px) {
    .subpage-hero--news {
        padding: 40px 0 92px;
    }
}

.news-side-cta__lead,
.news-side-cta__text {
    margin: 0;
}

.news-side-cta__lead {
    font-size: 14px;
    line-height: 1.7;
}

.news-side-cta__text {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    line-height: 1.7;
}

.news-side-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-top: 18px;
    padding: 0 20px;
    border-radius: 999px;
    background: #ffffff;
    color: var(--color-ink-900);
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

.news-sidebar-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.news-sidebar-tags__item {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(var(--color-ink-900-rgb), 0.14);
    background: rgba(255, 255, 255, 0.88);
    color: rgba(var(--color-ink-900-rgb), 0.82);
    text-decoration: none;
    font-size: 12px;
}

.news-sidebar-latest {
    display: grid;
    gap: 14px;
}

.news-sidebar-latest__item {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 10px;
    color: var(--color-ink-900);
    text-decoration: none;
}

.news-sidebar-latest__thumb {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: rgba(var(--color-ink-900-rgb), 0.06);
}

.news-sidebar-latest__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.news-sidebar-latest__body {
    display: grid;
    align-content: start;
    gap: 6px;
}

.news-sidebar-latest__date {
    color: rgba(var(--color-ink-900-rgb), 0.48);
    font-size: 11px;
    letter-spacing: 0.08em;
}

.news-sidebar-latest__text {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.news-sidebar-latest__category {
    color: rgba(var(--color-ink-900-rgb), 0.54);
    font-size: 12px;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .news-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 36px 30px;
    }
}

@media (min-width: 1024px) {
    .news-card-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 38px 28px;
    }

    .news-card__body {
        gap: 10px;
    }

    .news-card__meta {
        gap: 10px;
    }

    .news-card__category {
        min-height: 26px;
        padding: 0 10px;
        font-size: 9px;
    }

    .news-card__date {
        font-size: 11px;
    }

    .news-card__title {
        font-size: clamp(0.88rem, 0.88vw, 1.04rem);
        line-height: 1.45;
    }

    .news-archive-layout {
        grid-template-columns: minmax(0, 1fr) clamp(320px, 24vw, 360px);
        align-items: start;
        gap: 72px;
    }

    .news-archive-layout__side {
        position: sticky;
        top: calc(var(--header-offset) + 28px);
    }

    .news-sidebar {
        gap: 32px;
    }

    .news-sidebar__title {
        font-size: 1.7rem;
    }
}

.news-pager {
    display: flex;
    justify-content: center;
    margin: 48px 0 0;
}

.news-pager__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.news-pager__item {
    margin: 0;
}

.news-pager__item a,
.news-pager__item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 34px;
    padding: 0 10px;
    border: 1px solid rgba(var(--color-ink-900-rgb), 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: rgba(var(--color-ink-900-rgb), 0.82);
    text-decoration: none;
    font-size: 13px;
    transition: border-color 220ms ease-out, background-color 220ms ease-out, color 220ms ease-out;
}

.news-pager__item a:hover,
.news-pager__item a:focus-visible {
    border-color: rgba(var(--color-ink-900-rgb), 0.24);
    background: rgba(var(--color-ink-900-rgb), 0.04);
    color: rgba(var(--color-ink-900-rgb), 0.96);
}

.news-pager__item.is-current span,
.news-pager__item .current {
    border-color: rgba(var(--color-ink-900-rgb), 0.96);
    background: var(--color-ink-900);
    color: #ffffff;
    font-weight: 700;
}

.news-category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.news-category-list__item {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    border: 1px solid rgba(var(--color-ink-900-rgb), 0.14);
    border-radius: 999px;
    padding: 0 16px;
    background: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    color: rgba(var(--color-ink-900-rgb), 0.82);
    transition: border-color 220ms ease-out, background-color 220ms ease-out, color 220ms ease-out;
}

.news-category-list__item:hover,
.news-category-list__item:focus-visible {
    border-color: rgba(var(--color-ink-900-rgb), 0.24);
    background: rgba(var(--color-ink-900-rgb), 0.04);
    color: rgba(var(--color-ink-900-rgb), 0.96);
}

.news-category-list__item.is-active {
    border-color: rgba(var(--color-ink-900-rgb), 0.96);
    background: var(--color-ink-900);
    color: #ffffff;
}

.news-category-list__empty {
    margin: 14px 0 0;
    color: rgba(15, 23, 42, 0.7);
}

.single-post-view {
    padding: 28px 0 0;
}

.single-post-view__layout {
    align-items: start;
}

.single-post-view__main {
    min-width: 0;
}

.single-post-view .global-breadcrumb {
    margin-bottom: 24px;
}

.single-post-view__meta {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(15, 23, 42, 0.56);
}

.single-post-view__date {
    color: rgba(15, 23, 42, 0.52);
}

.single-post-view__category {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: var(--color-ink-900);
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.single-post-view__title {
    margin: 14px 0 0;
    font-size: clamp(1.7rem, 3.4vw, 2.5rem);
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: rgba(15, 23, 42, 0.94);
}

.single-post-view__head {
    margin-bottom: 36px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(var(--color-ink-900-rgb), 0.08);
}

.single-post-view__content {
    padding: clamp(22px, 2.6vw, 36px);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.98)),
        linear-gradient(180deg, rgba(var(--color-ink-900-rgb), 0.02), rgba(var(--color-ink-900-rgb), 0.01));
    border: 1px solid rgba(var(--color-ink-900-rgb), 0.08);
    box-shadow: 0 24px 48px rgba(var(--color-ink-900-rgb), 0.05);
    font-size: clamp(0.98rem, 0.26vw + 0.94rem, 1.06rem);
    line-height: 1.9;
    letter-spacing: 0.01em;
    color: rgba(15, 23, 42, 0.88);
}

.single-post-view__content > * {
    margin: 0;
}

.single-post-view__content > * + * {
    margin-top: 1.15em;
}

.single-post-view__content > h2,
.single-post-view__content > h3,
.single-post-view__content > h4 {
    color: var(--color-ink-900);
    line-height: 1.35;
}

.single-post-view__content > h2 {
    margin-top: 2.4em;
    font-size: clamp(1.3rem, 2.1vw, 1.7rem);
}

.single-post-view__content > h3 {
    margin-top: 2em;
    font-size: clamp(1.12rem, 1.6vw, 1.32rem);
}

.single-post-view__content > ul,
.single-post-view__content > ol {
    padding-left: 1.3em;
}

.single-post-view__content > figure {
    margin-inline: 0;
}

.single-post-view__content img {
    display: block;
    max-width: 100%;
    height: auto;
}

.single-post-view__back {
    margin: 48px 0 0;
}

.single-post-view__back a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid rgba(var(--color-ink-900-rgb), 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: var(--color-ink-900);
    text-decoration: none;
    transition: border-color 220ms ease-out, background-color 220ms ease-out, color 220ms ease-out, transform 220ms ease-out;
}

.single-post-view__back a::before {
    content: "<";
    font-size: 12px;
    line-height: 1;
}

.single-post-view__back a:hover,
.single-post-view__back a:focus-visible {
    border-color: rgba(var(--color-ink-900-rgb), 0.2);
    background: rgba(var(--color-ink-900-rgb), 0.04);
    transform: translateY(-1px);
}

.single-post-view__side {
    padding-bottom: clamp(88px, 11vw, 136px);
}

.single-post-view__side .news-side-cta {
    background:
        linear-gradient(180deg, rgba(var(--color-ink-900-rgb), 0.95), rgba(15, 23, 42, 0.9)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
    box-shadow: 0 20px 40px rgba(var(--color-ink-900-rgb), 0.12);
}

.single-post-view__side .news-sidebar__section + .news-sidebar__section {
    padding-top: 24px;
}

@media (min-width: 1024px) {
    .single-post-view__layout {
        width: min(calc(100% - 40px), 1400px);
        margin-inline: auto;
        padding-inline: 0;
        grid-template-columns: minmax(0, 1fr) clamp(280px, 20vw, 320px);
        gap: 64px;
    }

    .single-post-view__main {
        max-width: none;
    }
}

.policy-page-nav {
    margin: 24px 0 36px;
}

.policy-page-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.policy-page-nav__item {
    margin: 0;
}

.policy-page-nav__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(15, 23, 42, 0.22);
    background: rgba(255, 255, 255, 0.9);
    color: var(--color-ink-900);
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.08em;
    transition: border-color 180ms ease-out, background-color 180ms ease-out, color 180ms ease-out;
}

.policy-page-nav__link:hover,
.policy-page-nav__link:focus-visible {
    border-color: rgba(15, 58, 121, 0.5);
    background: rgba(15, 58, 121, 0.08);
    color: var(--color-accent-700);
}

@media (min-width: 768px) {
    .web-policy {
        padding: 16px 0 var(--section-space-lg-pc);
    }

    .web-policy h2 {
        margin-top: var(--section-gap-md-pc);
        padding-top: 24px;
    }

    .web-policy h3 {
        margin-top: 36px;
    }

    .web-policy h4 {
        margin-top: 28px;
    }

    .web-policy h3 + p,
    .web-policy h4 + p,
    .web-policy h2 + p {
        margin-top: 16px;
    }

    .web-policy p + p,
    .web-policy p + ul,
    .web-policy ul + p {
        margin-top: 12px;
    }

    .policy-page-nav {
        margin: 28px 0 44px;
    }

    .policy-page-nav__list {
        gap: 10px;
    }

    .policy-page-nav__link {
        min-height: 38px;
        padding: 0 16px;
    }
}

#policy-copyright,
#policy-privacy,
#policy-site {
    scroll-margin-top: calc(var(--header-offset) + 16px);
}

.parts-categories,
.parts-cta {
    padding: var(--section-space-md-sp) 0;
}

.parts-categories__head {
    margin-bottom: 24px;
}

.parts-categories__interactive {
    display: none;
}

.parts-lead__kicker,
.parts-cta__kicker {
    margin: 0;
    font-size: 13px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(15, 23, 42, 0.58);
}

.parts-lead__title,
.parts-categories__title,
.parts-cta__title {
    margin: 14px 0 0;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    line-height: 1.35;
}

.parts-lead__text,
.parts-cta__text {
    margin: 18px 0 0;
    max-width: 56rem;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(15, 23, 42, 0.74);
}

.parts-lead__points {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.parts-lead__points li span {
    display: block;
    border: 1px solid rgba(15, 23, 42, 0.14);
    background: rgba(255, 255, 255, 0.82);
    padding: 12px 14px;
}

.parts-categories__grid {
    margin-top: 24px;
    display: grid;
    gap: 14px;
}

.parts-card {
    border: 1px solid rgba(15, 23, 42, 0.14);
    background: rgba(255, 255, 255, 0.9);
    padding: 18px 16px;
}

.parts-card__title {
    margin: 0;
    font-size: 18px;
    line-height: 1.35;
}

.parts-card__summary {
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 1.75;
    color: rgba(15, 23, 42, 0.7);
}

.parts-card__examples {
    margin: 14px 0 0;
    padding-left: 18px;
    display: grid;
    gap: 6px;
    font-size: 13px;
    color: rgba(15, 23, 42, 0.78);
}

.parts-catalog {
    padding: var(--section-space-md-sp) 0;
}

.parts-page #parts-catalog.parts-catalog,
.attachments-page #attachments-catalog.parts-catalog {
    padding-top: 0;
    padding-bottom: 0;
}

.parts-catalog__title {
    margin: 0;
    font-size: clamp(1.5rem, 2.8vw, 2rem);
    line-height: 1.35;
}

.parts-catalog__block {
    margin-top: 20px;
}

.parts-catalog__layout {
    display: grid;
    gap: 18px;
}

.parts-catalog__sidebar {
    min-width: 0;
}

.parts-catalog__sidebar-panel {
    border: 0;
    border-radius: 20px;
    background: rgba(242, 244, 247, 0.98);
    padding: 20px;
}

.parts-catalog__sidebar-kicker {
    margin: 0;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: rgba(15, 23, 42, 0.56);
}

.parts-catalog__sidebar-title {
    margin: 10px 0 0;
    font-size: clamp(1.35rem, 2.2vw, 1.9rem);
    line-height: 1.12;
    letter-spacing: -0.02em;
    color: rgba(15, 23, 42, 0.94);
}

.parts-catalog__sidebar-note {
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 1.65;
    color: rgba(15, 23, 42, 0.62);
}

.parts-catalog__subcategory-list {
    margin-top: 16px;
    display: grid;
    gap: 8px;
}

.parts-catalog__subcategory {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 44px;
    padding: 0 12px;
    border: 0;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
    color: rgba(15, 23, 42, 0.78);
    text-align: left;
    cursor: pointer;
    transition:
        background-color 180ms ease-out,
        color 180ms ease-out,
        box-shadow 180ms ease-out;
}

.parts-catalog__subcategory[hidden] {
    display: none;
}

.parts-catalog__subcategory:hover,
.parts-catalog__subcategory:focus-visible,
.parts-catalog__subcategory.is-active {
    color: rgba(15, 23, 42, 0.96);
}

.parts-catalog__subcategory.is-active {
    background: #ffffff;
    box-shadow: none;
}

.parts-catalog__subcategory-label {
    min-width: 0;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 600;
}

.parts-catalog__subcategory-count {
    font-size: 12px;
    line-height: 1;
    color: rgba(15, 23, 42, 0.46);
}

.parts-catalog__content {
    min-width: 0;
}

.parts-catalog__block-title {
    margin: 0 0 12px;
    font-size: 14px;
    letter-spacing: 0.08em;
    color: rgba(15, 23, 42, 0.6);
}

.parts-catalog__columns,
.parts-catalog__attachments,
.parts-catalog__parts {
    display: grid;
    gap: 12px;
}

.js-content-card,
.js-attachment-card,
.js-parts-card {
    border: 1px solid rgba(15, 23, 42, 0.14);
    background: rgba(255, 255, 255, 0.9);
    padding: 14px;
}

.js-content-meta {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    font-size: 13px;
    letter-spacing: 0.08em;
    color: rgba(15, 23, 42, 0.55);
}

.js-content-title,
.js-attachment-title,
.js-parts-title {
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 1.35;
    color: var(--color-ink-900);
}

.js-content-description {
    margin: 10px 0 0;
    font-size: 13px;
    line-height: 1.7;
    color: rgba(15, 23, 42, 0.72);
}

.js-content-link {
    margin-top: 12px;
    color: var(--color-accent-700);
}

.js-attachment-top,
.js-attachment-bottom {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: baseline;
}

.js-attachment-thumb {
    margin-top: 10px;
    height: 76px;
    background: linear-gradient(145deg, #d2deea, #94aec5 58%, #587288);
}

.js-attachment-brand,
.js-parts-category {
    margin: 10px 0 0;
    font-size: 14px;
    letter-spacing: 0.08em;
    color: rgba(15, 23, 42, 0.62);
}

.js-attachment-model {
    margin-top: 8px;
    font-size: 14px;
    color: rgba(15, 23, 42, 0.68);
}

.js-parts-media {
    position: relative;
    height: 96px;
    background: linear-gradient(145deg, #d3dee7, #9db5c8 58%, #5b7286);
}

.js-parts-overlay {
    position: absolute;
    inset: auto 10px 10px auto;
}

.parts-cta {
    border-top: 1px solid rgba(15, 23, 42, 0.12);
    background: rgba(255, 255, 255, 0.52);
}

.parts-cta__panel {
    border: 1px solid rgba(15, 23, 42, 0.16);
    background: #ffffff;
    padding: 24px 18px;
}

.parts-cta__actions {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.parts-cta__heading .global-section-title__title {
    font-size: clamp(1.8rem, 3.2vw, 2.4rem);
    line-height: 1.2;
}

.parts-page .secondary-button--light {
    color: var(--color-ink-900);
    border-color: rgba(15, 23, 42, 0.2);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.parts-page .secondary-button--light:hover,
.parts-page .secondary-button--light:focus-visible {
    color: var(--color-ink-900);
    border-color: rgba(15, 23, 42, 0.28);
    background: rgba(255, 255, 255, 0.94);
}

@media (min-width: 768px) {
    .subpage-hero {
        padding: 72px 0 188px;
    }

    .subpage-hero__heading {
        margin-top: 28px;
    }

    .subpage-hero__badge {
        min-height: 34px;
        padding: 0 24px;
        font-size: 14px;
    }

    .about-content {
        padding: 0;
    }

    .about-page__section + .about-page__section {
        margin-top: var(--section-gap-md-pc);
    }

    #about-contact.about-page__section {
        margin-top: 0;
    }

    .about-page__greeting {
        gap: 36px;
    }

    .about-page__heading {
        margin-bottom: 28px;
    }

    .about-page__photo {
        min-height: 560px;
    }

    .about-page__table th,
    .about-page__table td {
        padding: 22px 0;
    }

    .about-page__section .global-cta {
        padding: clamp(88px, 10vw, 128px) 0;
    }

    .about-page__section .global-cta__cards {
        grid-template-columns: repeat(2, minmax(0, 620px));
        gap: 28px;
    }

    .parts-hero {
        padding: 92px 0 76px;
    }

    .parts-page .page-nav.parts-page-nav {
        padding: calc(var(--header-offset) + 10px) 0 10px;
    }

    .parts-page .parts-page-nav .page-nav__link {
        min-height: 38px;
        padding: 0 16px;
    }

    .parts-categories,
    .parts-catalog,
    .parts-cta {
        padding: var(--section-space-md-pc) 0;
    }

    .parts-categories__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .parts-categories__interactive {
        display: grid;
        grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
        gap: 24px;
        align-items: stretch;
        margin-top: 28px;
    }

    .parts-categories__grid {
        display: none;
    }

    .parts-categories__nav {
        display: grid;
        border-top: 1px solid rgba(15, 23, 42, 0.12);
    }

    .parts-categories__nav-button {
        display: grid;
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 16px;
        width: 100%;
        padding: 18px 0;
        border: 0;
        border-bottom: 1px solid rgba(15, 23, 42, 0.12);
        background: transparent;
        text-align: left;
        cursor: pointer;
        color: rgba(15, 23, 42, 0.5);
        transition: color 180ms ease-out, transform 180ms ease-out;
    }

    .parts-categories__nav-button:hover,
    .parts-categories__nav-button:focus-visible,
    .parts-categories__nav-button.is-active {
        color: rgba(15, 23, 42, 0.92);
    }

    .parts-categories__nav-button:hover .parts-categories__nav-copy strong,
    .parts-categories__nav-button:focus-visible .parts-categories__nav-copy strong,
    .parts-categories__nav-button.is-active .parts-categories__nav-copy strong {
        transform: translateX(6px);
    }

    .parts-categories__nav-index {
        padding-top: 2px;
        font-size: 11px;
        line-height: 1.4;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        color: rgba(15, 23, 42, 0.38);
    }

    .parts-categories__nav-copy {
        display: grid;
        gap: 8px;
    }

    .parts-categories__nav-copy strong {
        font-size: clamp(1.2rem, 2vw, 1.6rem);
        line-height: 1.2;
        letter-spacing: -0.02em;
        transition: transform 180ms ease-out;
    }

    .parts-categories__nav-copy small {
        font-size: 14px;
        line-height: 1.8;
        color: rgba(15, 23, 42, 0.64);
    }

    .parts-categories__stage {
        position: relative;
        overflow: hidden;
        min-height: 100%;
        padding: 28px;
        border: 1px solid rgba(15, 23, 42, 0.1);
        border-radius: 18px;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 248, 252, 0.98)),
            radial-gradient(circle at 86% 14%, rgba(37, 99, 235, 0.08), transparent 28%);
        box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
    }

    .parts-categories__stage > * {
        transition: opacity 180ms ease-out, transform 180ms ease-out;
    }

    .parts-categories__stage.is-switching > * {
        opacity: 0.28;
        transform: translateY(6px);
    }

    .parts-categories__stage::before {
        content: "";
        position: absolute;
        inset: 0 auto 0 0;
        width: 3px;
        background: linear-gradient(180deg, #0f172a, #2563eb);
        opacity: 0.85;
    }

    .parts-categories__stage-kicker {
        margin: 0;
        font-size: 11px;
        line-height: 1.4;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        color: rgba(15, 23, 42, 0.42);
    }

    .parts-categories__stage-title {
        margin: 14px 0 0;
        font-size: clamp(2rem, 3vw, 2.9rem);
        line-height: 1.05;
        letter-spacing: -0.04em;
    }

    .parts-categories__stage-summary {
        margin: 18px 0 0;
        max-width: 34rem;
        font-size: 15px;
        line-height: 1.9;
        color: rgba(15, 23, 42, 0.76);
    }

    .parts-categories__stage-examples {
        margin: 24px 0 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .parts-categories__stage-examples li {
        display: inline-flex;
        align-items: center;
        min-height: 38px;
        padding: 0 14px;
        border: 1px solid rgba(15, 23, 42, 0.12);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.82);
        font-size: 13px;
        line-height: 1;
        color: rgba(15, 23, 42, 0.84);
    }

    .parts-categories__stage-link {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        margin-top: 28px;
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
        color: rgba(15, 23, 42, 0.88);
        text-decoration: none;
    }

    .parts-categories__stage-link::after {
        content: "→";
        transform: translateX(0);
        transition: transform 180ms ease-out;
    }

    .parts-categories__stage-link:hover::after,
    .parts-categories__stage-link:focus-visible::after {
        transform: translateX(4px);
    }

    .parts-catalog__columns,
    .parts-catalog__attachments,
    .parts-catalog__parts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .parts-cta__panel {
        padding: 30px 26px;
    }
}

@media (min-width: 1024px) {
    #about-work .about-page__greeting-lead--work {
        width: 60%;
        margin: 0 0 32px auto;
    }

    #about-work .about-page__text {
        width: 60%;
        margin-left: auto;
    }

    #about-work .about-page__text p {
        line-height: 2.12;
    }

    #about-work .about-page__text p:first-child {
        line-height: 2.02;
    }
}

@media (max-width: 767px) {
    .about-page__greeting-lead--work-pc {
        display: none;
    }

    .about-page__greeting-lead--work-sp {
        display: grid;
    }

    #about-work .about-page__greeting-lead--work {
        max-width: none;
        font-size: clamp(1.02rem, 4.8vw, 1.3rem);
        line-height: 1.74;
    }

    .about-page__greeting-lead {
        max-width: 15ch;
        font-size: clamp(1.45rem, 7vw, 2rem);
    }

    #about-greeting .about-page__greeting-lead {
        max-width: none;
    }

    .about-page__table th,
    .about-page__table td {
        display: block;
        width: 100%;
        padding: 12px 0;
    }

    .about-page__table th {
        border-bottom: 0;
        padding-bottom: 4px;
    }

    .about-page__photo {
        min-height: 320px;
    }

    .parts-page #parts-catalog .parts-catalog__parts,
    .attachments-page #attachments-catalog .parts-catalog__parts {
        padding-inline: 16px;
    }

    .about-page__section .global-cta {
        padding: 72px 0;
        border-radius: 0;
    }
}


/* Catalog UI shared by parts/attachments */
.parts-page #parts-catalog .inner {
    width: min(1400px, 94%);
}

.attachments-page #attachments-catalog .inner {
    width: min(calc(100% - 40px), 1460px);
    max-width: none;
}

.parts-page #parts-catalog {
    overflow-x: hidden;
}

.parts-catalog__explorer {
    display: none;
    overflow: hidden;
    margin-top: 16px;
}

.parts-catalog__head {
    margin-bottom: 0;
}

.parts-page #parts-catalog .global-section-title__lead {
    margin-top: 8px;
}

.parts-catalog__explorer-stage {
    position: relative;
    overflow: hidden;
    min-width: 0;
    min-height: 0;
}

.parts-catalog__explorer-panel {
    border: 1px solid rgba(15, 23, 42, 0.14);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 252, 0.96)),
        #fff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
    padding: 22px;
    min-width: 0;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

.parts-catalog__explorer-panel[hidden] {
    display: none;
}

.parts-catalog__explorer-head {
    display: grid;
    gap: 12px;
}

.parts-catalog__explorer-kicker {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(15, 23, 42, 0.52);
}

.parts-catalog__explorer-title {
    margin: 0;
    font-size: clamp(1.7rem, 2.4vw, 2.3rem);
    line-height: 1.06;
    letter-spacing: -0.03em;
    color: rgba(15, 23, 42, 0.96);
}

.parts-catalog__explorer-summary {
    margin: 0;
    max-width: 44rem;
    font-size: 13px;
    line-height: 1.65;
    color: rgba(15, 23, 42, 0.7);
}

.parts-catalog__explorer-grid {
    margin-top: 18px;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.parts-catalog__explorer-card {
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: rgba(255, 255, 255, 0.92);
    min-height: 100%;
}

.parts-catalog__explorer-media {
    aspect-ratio: 3 / 2;
    background: linear-gradient(145deg, #d2deea, #94aec5 58%, #587288);
    overflow: hidden;
}

.parts-catalog__explorer-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.parts-catalog__explorer-copy {
    padding: 10px 10px 12px;
}

.parts-catalog__explorer-meta {
    margin: 0;
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(15, 23, 42, 0.5);
}

.parts-catalog__explorer-copy h4 {
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 1.35;
    color: rgba(15, 23, 42, 0.92);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.parts-catalog__explorer-actions {
    margin-top: 16px;
    display: flex;
    justify-content: flex-end;
}

.parts-catalog__explorer-link {
    min-height: 38px;
    padding: 0 16px;
    border: 1px solid rgba(15, 23, 42, 0.18);
    background: #0f172a;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.08em;
    cursor: pointer;
    transition:
        transform 180ms ease-out,
        box-shadow 180ms ease-out,
        background-color 180ms ease-out,
        border-color 180ms ease-out;
}

.parts-catalog__explorer-link:hover,
.parts-catalog__explorer-link:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
}

.parts-catalog__explorer-stage.is-switching {
    opacity: 0.72;
    transform: translateY(4px);
}

.parts-catalog__explorer-stage {
    transition: opacity 180ms ease-out, transform 180ms ease-out;
}

.parts-catalog__filters-wrap {
    position: sticky;
    top: calc(var(--header-offset) + 10px);
    z-index: 10;
    border: 0;
    border-radius: 22px;
    background: rgba(242, 244, 247, 0.98);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: none;
    padding: 12px;
    margin-bottom: 14px;
}

.parts-page #parts-catalog .parts-catalog__filters-wrap {
    position: static;
    top: auto;
    z-index: auto;
}

.parts-catalog__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.parts-catalog__filter,
.parts-catalog__reset,
.parts-catalog__more {
    position: relative;
    min-height: 38px;
    padding: 0 14px;
    border: 0;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.74);
    color: rgba(15, 23, 42, 0.84);
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    cursor: pointer;
    transition:
        background-color 180ms ease-out,
        color 180ms ease-out,
        box-shadow 180ms ease-out;
}

.parts-catalog__filter::after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 4px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    opacity: 0;
    transform: scaleX(0.4);
    transform-origin: center;
    transition: opacity 180ms ease-out, transform 180ms ease-out;
}

.parts-catalog__filter.is-active {
    background: #0f172a;
    color: #fff;
    box-shadow: none;
}

.parts-catalog__filter.is-active::after {
    opacity: 1;
    transform: scaleX(1);
}

.parts-catalog__filter:hover,
.parts-catalog__filter:focus-visible,
.parts-catalog__reset:hover,
.parts-catalog__reset:focus-visible,
.parts-catalog__more:hover,
.parts-catalog__more:focus-visible {
    box-shadow: none;
}

.parts-catalog__filter:hover,
.parts-catalog__filter:focus-visible {
    background: rgba(15, 23, 42, 0.05);
}

.parts-catalog__filter.is-active:hover,
.parts-catalog__filter.is-active:focus-visible {
    background: #0f172a;
    color: #fff;
}

@media (max-width: 767px) {
    .parts-page #parts-catalog .parts-catalog__filters-wrap {
        padding: 8px;
        margin-bottom: 10px;
        border-radius: 16px;
        background: rgba(242, 244, 247, 0.96);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .parts-page #parts-catalog .parts-catalog__filters {
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        overflow-x: auto;
        padding: 2px;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .parts-page #parts-catalog .parts-catalog__filters::-webkit-scrollbar,
    .parts-page #parts-catalog .parts-catalog__subcategory-list::-webkit-scrollbar {
        display: none;
    }

    .parts-page #parts-catalog .parts-catalog__filter {
        flex: 0 0 auto;
        min-height: 36px;
        padding: 0 12px;
        border-radius: 999px;
        font-size: 13px;
        white-space: nowrap;
        scroll-snap-align: start;
    }

    .parts-page #parts-catalog .parts-catalog__layout {
        gap: 12px;
    }

    .parts-page #parts-catalog .parts-catalog__sidebar-panel {
        padding: 14px;
        border-radius: 16px;
    }

    .parts-page #parts-catalog .parts-catalog__subcategory-list {
        margin-top: 10px;
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        overflow-x: auto;
        padding: 2px;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .parts-page #parts-catalog .parts-catalog__subcategory {
        flex: 0 0 auto;
        min-height: 36px;
        padding: 0 12px;
        border-radius: 999px;
        grid-template-columns: auto auto;
        gap: 8px;
        white-space: nowrap;
        scroll-snap-align: start;
    }
}

.parts-catalog__status {
    margin-top: 0;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 14px;
    font-size: 14px;
    color: rgba(15, 23, 42, 0.72);
}

.parts-catalog__status-count {
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    color: rgba(15, 23, 42, 0.9);
}

.parts-catalog__status-current {
    font-weight: 600;
    color: rgba(15, 23, 42, 0.82);
}

.parts-catalog__parts,
.parts-catalog__status {
    transition: opacity 180ms ease-out, transform 180ms ease-out;
}

.parts-catalog__parts.is-switching,
.parts-catalog__status.is-switching {
    opacity: 0.4;
    transform: translateY(6px);
}

.parts-catalog__reset {
    margin-left: auto;
}

.parts-catalog__more-wrap {
    margin-top: 14px;
    display: flex;
    justify-content: center;
}

.parts-catalog__more {
    min-height: 36px;
    padding: 0 18px;
    letter-spacing: 0.08em;
}

.parts-catalog__empty {
    margin-top: 14px;
    border: 1px dashed rgba(15, 23, 42, 0.24);
    background: rgba(255, 255, 255, 0.9);
    padding: 16px 14px;
}

.parts-catalog__empty-title {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}

.parts-catalog__empty-text {
    margin: 6px 0 0;
    font-size: 13px;
    color: rgba(15, 23, 42, 0.68);
}

/* Stable card layout for csv-driven cards */
.parts-catalog__parts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.parts-page #parts-catalog .parts-catalog__parts,
.attachments-page #attachments-catalog .parts-catalog__parts {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-inline: 24px;
    box-sizing: border-box;
}

.parts-page #parts-catalog .parts-catalog__layout .parts-catalog__parts {
    width: 100%;
    margin-left: 0;
    padding-inline: 0;
}

.attachments-page #attachments-catalog .parts-catalog__parts.parts-catalog__parts--featured-head {
    width: 100%;
    margin-left: 0;
    padding-inline: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 14px;
    align-items: start;
}

.attachments-page #attachments-catalog .parts-catalog__parts .parts-item-card--featured {
    grid-column: span 2;
    border-radius: 24px;
    padding: clamp(16px, 4.2vw, 22px);
    background: linear-gradient(165deg, #ffffff 0%, #f4f7fb 48%, #ffffff 100%);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow:
        0 2px 4px rgba(15, 23, 42, 0.04),
        0 16px 40px -14px rgba(15, 23, 42, 0.14);
}

.attachments-page #attachments-catalog .parts-catalog__parts .parts-item-card--featured .js-attachment-title {
    font-size: clamp(1.06rem, 3.2vw, 1.32rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.28;
}

.attachments-page #attachments-catalog .parts-catalog__parts .parts-item-card--featured .js-attachment-thumb {
    border-radius: 18px;
    background: rgba(248, 250, 252, 0.95);
}

.attachments-page #attachments-catalog .parts-catalog__parts .parts-item-card--featured .js-parts-image {
    max-height: min(300px, 58vw);
}

@media (min-width: 768px) {
    .attachments-page #attachments-catalog .parts-catalog__parts.parts-catalog__parts--featured-head {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 22px 18px;
        padding: 16px;
    }

    .attachments-page #attachments-catalog .parts-catalog__parts .parts-item-card--featured .js-parts-image {
        max-height: min(420px, 38vw);
    }

    .attachments-page #attachments-catalog .parts-catalog__parts .parts-item-card:not(.parts-item-card--featured) .js-parts-image {
        max-height: 340px;
    }
}

.attachments-page #attachments-catalog .parts-catalog__filters-wrap {
    display: none;
}

.parts-page #parts-catalog .parts-catalog__parts {
    align-content: start;
}

.attachments-page #attachments-catalog .parts-catalog__parts .parts-item-card {
    display: flex;
    width: 100%;
    margin: 0;
    min-width: 0;
    border-radius: 22px;
    background: #ffffff;
    padding: 14px;
}

.attachments-page #attachments-catalog .parts-catalog__parts .parts-item-card .js-attachment-thumb {
    height: auto;
    min-height: 0;
    margin-top: 0;
    padding: 0;
    border-radius: 16px;
    background: transparent;
}

.attachments-page #attachments-catalog .parts-catalog__parts .parts-item-card .js-parts-image {
    width: 100%;
    height: auto;
    max-height: 340px;
    object-fit: contain;
    transform: none;
}

.attachments-page #attachments-catalog .parts-catalog__parts .parts-item-card .js-attachment-bottom {
    padding-top: 8px;
}

.attachments-page #attachments-catalog .parts-catalog__parts .parts-item-card .js-attachment-brand {
    margin-top: 0;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0;
    color: rgba(15, 23, 42, 0.56);
    min-height: 1.5em;
    display: block;
}

.attachments-page #attachments-catalog .parts-catalog__parts .parts-item-card .js-attachment-title {
    margin-top: 4px;
    font-size: 15px;
    line-height: 1.35;
}

.attachments-page #attachments-catalog .parts-catalog__parts .parts-item-card .js-attachment-model {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.55;
    color: rgba(15, 23, 42, 0.46);
}

.attachments-page #attachments-catalog .parts-catalog__parts .parts-item-card .js-attachment-usage-block {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.attachments-page #attachments-catalog .parts-catalog__parts .parts-item-card .js-attachment-usage-kicker {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: rgba(15, 23, 42, 0.42);
}

.attachments-page #attachments-catalog .parts-catalog__parts .parts-item-card .js-attachment-usage {
    margin: 4px 0 0;
    font-size: 12px;
    line-height: 1.55;
    color: rgba(15, 23, 42, 0.52);
}

.attachments-page #attachments-catalog .parts-catalog__parts .parts-item-card .js-attachment-top {
    display: none;
}

.parts-catalog__parts .parts-item-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    padding: 12px;
    border: 0;
    border-radius: 24px;
    background: rgba(242, 244, 247, 0.98);
    box-sizing: border-box;
    transition:
        box-shadow 180ms ease-out,
        transform 180ms ease-out,
        opacity 180ms ease-out;
}

.parts-catalog__parts .parts-item-card::before,
.parts-catalog__parts .parts-item-card::after {
    display: none !important;
}

.parts-catalog__parts .parts-item-card .js-attachment-top {
    display: block;
    min-width: 0;
}

.parts-catalog__parts .parts-item-card .js-attachment-chip {
    display: inline-block;
    max-width: 100%;
    overflow-wrap: anywhere;
    border: 0;
    border-radius: 999px;
    padding: 6px 10px;
    background: rgba(255, 255, 255, 0.78);
    transition:
        background-color 180ms ease-out,
        color 180ms ease-out,
        border-color 180ms ease-out;
}

.parts-catalog__parts .parts-item-card .js-attachment-thumb {
    margin-top: 0;
    height: 136px;
    border: 0;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.74);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parts-catalog__parts .parts-item-card .js-attachment-thumb::before {
    display: none !important;
}

.parts-catalog__parts .parts-item-card .js-parts-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    transform: scale(1.06);
}

.parts-catalog__parts .parts-item-card .js-attachment-bottom {
    display: block;
    min-width: 0;
}

.parts-catalog__parts .parts-item-card .js-attachment-title,
.parts-catalog__parts .parts-item-card .js-attachment-model {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.parts-catalog__parts [data-category].is-hidden {
    display: none;
}

.parts-catalog__parts .parts-item-card.is-current-category {
    box-shadow: none;
    transform: none;
}

.parts-catalog__parts .parts-item-card.is-current-category .js-attachment-chip {
    background: rgba(255, 255, 255, 0.96);
    color: rgba(15, 23, 42, 0.96);
}

.subpage-hero--product {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 0;
    background: transparent;
    color: #f5f7fb;
}

.subpage-hero--product::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        radial-gradient(72% 72% at 50% 46%, rgba(3, 6, 10, 0.08) 0%, rgba(3, 6, 10, 0.18) 46%, rgba(3, 6, 10, 0.44) 100%),
        linear-gradient(180deg, rgba(4, 6, 11, 0.08) 0%, rgba(4, 6, 11, 0.2) 54%, rgba(4, 6, 11, 0.52) 100%);
}

.subpage-hero--product::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0.05;
    mix-blend-mode: screen;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.06' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.subpage-hero--product .subpage-hero__inner {
    position: relative;
    z-index: 2;
    min-height: min(100svh, 960px);
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 18px;
    padding-top: calc(var(--header-offset) + 40px);
    padding-bottom: var(--section-space-lg-pc);
}

.subpage-hero--product.subpage-hero--product-compact .subpage-hero__inner {
    min-height: min(72svh, 680px);
    padding-top: calc(var(--header-offset) + 24px);
    padding-bottom: clamp(28px, 4vw, 56px);
}

.subpage-hero--product .subpage-hero__heading {
    margin-top: 0;
    max-width: 920px;
    text-align: center;
}

.subpage-hero--product .subpage-hero__eyebrow {
    margin: 0;
    color: rgba(203, 213, 225, 0.76);
    font-size: 13px;
    line-height: 1.35;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.subpage-hero--product .subpage-hero__title {
    margin: 14px 0 0;
    max-width: 11ch;
    color: #fff;
    font-size: clamp(3.6rem, 9.2vw, 7.5rem);
    line-height: 0.92;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

.subpage-hero--product .subpage-hero__badge {
    margin-top: 20px;
    min-height: 34px;
    padding: 0 20px;
    color: rgba(255, 255, 255, 0.94);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(14px);
}

.subpage-hero--product .subpage-hero__lead {
    margin: 22px auto 0;
    max-width: 760px;
    text-align: center;
    color: rgba(226, 232, 240, 0.82);
    font-size: clamp(14px, 2.05vw, 20px);
    line-height: 1.85;
}

.subpage-hero--product .global-breadcrumb__item,
.subpage-hero--product .global-breadcrumb__separator,
.subpage-hero--product .global-breadcrumb__current,
.subpage-hero--product .global-breadcrumb__link {
    color: rgba(226, 232, 240, 0.62);
}

.subpage-hero--product .global-breadcrumb__link:hover,
.subpage-hero--product .global-breadcrumb__link:focus-visible {
    color: rgba(255, 255, 255, 0.92);
}

.subpage-hero--product .subpage-hero__aurora {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.subpage-hero--product .subpage-hero__aurora span {
    position: absolute;
    display: block;
    border-radius: 999px;
    filter: blur(56px);
    opacity: 0.24;
    transform: translate3d(0, 0, 0);
    will-change: transform;
}

.subpage-hero--product .subpage-hero__aurora span:nth-child(1) {
    top: -14vw;
    left: -10vw;
    width: min(46vw, 620px);
    height: min(46vw, 620px);
    background: radial-gradient(circle at 30% 30%, rgba(107, 181, 255, 0.7), rgba(107, 181, 255, 0));
}

.subpage-hero--product .subpage-hero__aurora span:nth-child(2) {
    top: 8vw;
    right: -12%;
    width: min(46vw, 620px);
    height: min(46vw, 620px);
    background: radial-gradient(circle at 40% 40%, rgba(139, 123, 255, 0.64), rgba(139, 123, 255, 0));
}

.subpage-hero--product .subpage-hero__aurora span:nth-child(3) {
    bottom: -18vw;
    left: 24vw;
    width: min(40vw, 520px);
    height: min(40vw, 520px);
    background: radial-gradient(circle at 50% 50%, rgba(109, 247, 232, 0.42), rgba(109, 247, 232, 0));
}

.product-page--detail {
    --product-accent: rgba(112, 201, 255, 0.48);
    --product-accent-soft: rgba(112, 201, 255, 0.22);
    --product-accent-2: rgba(148, 123, 255, 0.34);
    --product-panel-line: rgba(255, 255, 255, 0.16);
    --product-panel-bg: rgba(255, 255, 255, 0.96);
    --product-panel-ink: rgba(15, 23, 42, 0.9);
    --product-muted: rgba(15, 23, 42, 0.64);
    --product-shape-width: 78%;
    --product-shape-height: 28%;
    --product-shape-rotate: -12deg;
    --product-shape-clip: polygon(0 38%, 6% 24%, 88% 20%, 100% 42%, 94% 64%, 8% 68%);
    position: relative;
    margin-top: calc(var(--header-offset) * -1);
    background:
        radial-gradient(120% 100% at 50% 0%, rgba(12, 17, 24, 0.94) 0%, rgba(var(--color-surface-dark-rgb), 0.98) 56%, var(--color-surface-deep) 100%);
    color: #f5f7fb;
}

.product-page--type-economy {
    --product-accent: rgba(126, 210, 255, 0.46);
    --product-accent-soft: rgba(126, 210, 255, 0.2);
    --product-accent-2: rgba(143, 161, 255, 0.3);
    --product-shape-width: 82%;
    --product-shape-height: 22%;
    --product-shape-rotate: -10deg;
    --product-shape-clip: polygon(0 36%, 4% 24%, 94% 22%, 100% 40%, 96% 62%, 8% 66%);
}

.product-page--type-ryouma {
    --product-accent: rgba(114, 196, 255, 0.44);
    --product-accent-soft: rgba(114, 196, 255, 0.18);
    --product-accent-2: rgba(170, 132, 255, 0.34);
    --product-shape-width: 84%;
    --product-shape-height: 24%;
    --product-shape-rotate: -9deg;
    --product-shape-clip: polygon(0 48%, 8% 34%, 18% 50%, 32% 34%, 46% 50%, 60% 35%, 76% 50%, 100% 38%, 96% 62%, 80% 74%, 62% 60%, 46% 74%, 28% 60%, 14% 72%, 4% 58%);
}

.product-page--type-chisel {
    --product-accent: rgba(194, 214, 255, 0.38);
    --product-accent-soft: rgba(194, 214, 255, 0.16);
    --product-accent-2: rgba(120, 168, 255, 0.28);
    --product-shape-width: 26%;
    --product-shape-height: 82%;
    --product-shape-rotate: 22deg;
    --product-shape-clip: polygon(42% 0, 58% 0, 62% 6%, 62% 80%, 70% 92%, 56% 100%, 44% 100%, 30% 92%, 38% 80%, 38% 6%);
}

.product-page--detail > .page-hero,
.product-page--detail > .product-page__content {
    position: relative;
    z-index: 2;
}

.product-visual--background {
    position: absolute;
    inset: 0 0 auto 0;
    z-index: 1;
    height: min(100svh, 980px);
    pointer-events: none;
    opacity: 1;
}

.product-visual--background::before,
.product-visual--background::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.product-visual--background::before {
    background:
        radial-gradient(70% 54% at 54% 54%, rgba(255, 255, 255, 0.08), transparent 68%),
        radial-gradient(52% 44% at 50% 48%, var(--product-accent-soft), transparent 72%);
}

.product-visual--background::after {
    background:
        linear-gradient(180deg, rgba(4, 6, 11, 0.12) 0%, rgba(4, 6, 11, 0.54) 58%, rgba(4, 6, 11, 0.94) 100%),
        radial-gradient(130% 120% at 50% 48%, transparent 58%, rgba(0, 0, 0, 0.28) 100%);
}

.product-visual__canvas,
.product-visual__canvas canvas {
    width: 100%;
    height: 100%;
    display: block;
}

.product-page__content {
    position: relative;
    z-index: 2;
}

.product-layout-section {
    position: relative;
    padding: var(--section-space-md-sp) 0;
}

.product-layout-section .inner {
    position: relative;
}

.product-layout-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 18px 28px;
    margin-bottom: 28px;
}

.product-layout-head > div:first-child {
    max-width: 720px;
}

.product-layout-head__kicker {
    margin: 0;
    color: rgba(201, 211, 225, 0.6);
    font-size: 12px;
    line-height: 1.35;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.product-layout-head__title {
    margin: 12px 0 0;
    color: #fff;
    font-size: clamp(28px, 4.4vw, 64px);
    line-height: 1.02;
    letter-spacing: -0.035em;
    font-weight: 700;
}

.product-layout-head__title .split-line {
    display: inline-block;
    line-height: 1.02;
    overflow: hidden;
}

.product-layout-head__title .split-char {
    display: inline-block;
    will-change: transform, opacity;
}

.product-layout-head__lead {
    margin: 0;
    max-width: 420px;
    color: rgba(214, 222, 235, 0.72);
    font-size: 14px;
    line-height: 1.95;
    text-align: right;
}

.product-layout-pin-wrap {
    position: relative;
    height: 320vh;
}

.product-layout-pin-panel {
    position: sticky;
    top: 72px;
    min-height: calc(100svh - 72px);
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: 24px;
}

.product-layout-pin-copy {
    max-width: 520px;
}

.product-layout-pin-copy__title {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(30px, 4.4vw, 56px);
    line-height: 1.02;
    letter-spacing: -0.03em;
}

.product-layout-pin-copy__body {
    margin: 0;
    color: rgba(214, 222, 235, 0.72);
    font-size: 15px;
    line-height: 1.95;
}

.product-layout-pin-copy__step {
    margin-top: 18px;
    color: #cfe4ff;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.product-layout-pin-progress {
    margin-top: 14px;
    width: min(420px, 96%);
    height: 2px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    overflow: hidden;
}

.product-layout-pin-progress > span {
    display: block;
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, rgba(107, 181, 255, 0.96), rgba(139, 123, 255, 0.94));
    transform-origin: left center;
}

.product-layout-pin-media {
    margin: 0;
}

.product-layout__pin-visual,
.product-layout__panel-visual {
    --visual-shift-x: 0px;
    --visual-shift-y: 0px;
    --visual-rotate: var(--product-shape-rotate);
    --visual-width: var(--product-shape-width);
    --visual-height: var(--product-shape-height);
    --visual-scale: 1;
    --visual-clip: var(--product-shape-clip);
    position: relative;
    overflow: hidden;
    border: 1px solid var(--product-panel-line);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
        linear-gradient(180deg, rgba(14, 18, 26, 0.94), rgba(10, 13, 18, 0.98));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 24px 60px rgba(0, 0, 0, 0.22);
}

.product-layout__pin-visual::before,
.product-layout__panel-visual::before,
.product-layout__pin-visual::after,
.product-layout__panel-visual::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.product-layout__pin-visual::before,
.product-layout__panel-visual::before {
    inset: 0;
    background:
        radial-gradient(circle at 22% 28%, rgba(255, 255, 255, 0.12), transparent 34%),
        radial-gradient(circle at 76% 22%, var(--product-accent-soft), transparent 28%),
        linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.03) 100%);
}

.product-layout__pin-visual::after,
.product-layout__panel-visual::after {
    left: 50%;
    top: 50%;
    width: var(--visual-width);
    height: var(--visual-height);
    border-radius: 999px;
    transform: translate(calc(-50% + var(--visual-shift-x)), calc(-50% + var(--visual-shift-y))) rotate(var(--visual-rotate)) scale(var(--visual-scale));
    clip-path: var(--visual-clip);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(225, 233, 244, 0.86) 18%, rgba(133, 148, 167, 0.54) 54%, rgba(70, 82, 100, 0.78) 100%);
    box-shadow:
        0 18px 28px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.84),
        inset 0 -8px 12px rgba(29, 36, 47, 0.34),
        0 0 24px var(--product-accent);
}

.product-layout__pin-visual {
    aspect-ratio: 4 / 3;
    min-height: min(56vh, 560px);
}

.product-layout__panel-visual {
    width: 100%;
    height: min(56vh, 520px);
}

.product-layout-features {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 16px;
}

.product-layout-feature-card {
    grid-column: span 4;
    position: relative;
    overflow: hidden;
    min-height: 230px;
    padding: 22px;
    border: 1px solid var(--product-panel-line);
    border-radius: 16px;
    background: var(--product-panel-bg);
    color: var(--product-panel-ink);
    transform-style: preserve-3d;
}

.product-layout-feature-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(280px circle at var(--mx, 50%) var(--my, 50%), var(--product-accent-soft), transparent 65%);
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
}

.product-layout-feature-card:hover::before {
    opacity: 1;
}

.product-layout-feature-card h3 {
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.product-layout-feature-card p {
    margin: 0;
    color: var(--product-muted);
    font-size: 14px;
    line-height: 1.9;
}

.product-layout-feature-card span {
    margin-top: 22px;
    display: inline-block;
    color: rgba(15, 58, 121, 0.62);
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.18em;
}

.product-layout-gallery-indicator {
    display: flex;
    gap: 8px;
    margin-top: 14px;
}

.product-layout-gallery-indicator span {
    width: 34px;
    height: 3px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
    transform-origin: left center;
    transition: background 0.25s ease, transform 0.25s ease;
}

.product-layout-gallery-indicator span.is-active {
    background: linear-gradient(90deg, rgba(107, 181, 255, 0.96), rgba(139, 123, 255, 0.94));
    transform: scaleX(1.2);
}

.product-layout-gallery-wrap {
    position: relative;
    height: 190vh;
}

.product-layout-gallery-sticky {
    position: sticky;
    top: 72px;
    min-height: calc(100svh - 72px);
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    padding-inline: clamp(20px, 3vw, 40px);
    box-sizing: border-box;
}

.product-layout-gallery-track {
    display: flex;
    gap: 18px;
    padding-right: clamp(20px, 3vw, 40px);
    will-change: transform;
}

.product-layout-panel {
    position: relative;
    overflow: hidden;
    min-width: min(72vw, 860px);
    border: 1px solid var(--product-panel-line);
    border-radius: 18px;
    background: var(--product-panel-bg);
}

.product-layout-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(5, 8, 16, 0.78) 0%, rgba(5, 8, 16, 0.12) 44%, transparent 74%);
    pointer-events: none;
    z-index: 1;
}

.product-layout-panel__meta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 14px 16px 16px;
    color: #fff;
}

.product-layout-panel__meta strong {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.product-layout-panel__meta span {
    color: rgba(255, 255, 255, 0.76);
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: 0.12em;
    text-align: right;
}

.product-layout-panel__meta em {
    color: rgba(255, 255, 255, 0.88);
    font-style: normal;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

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

.product-layout-spec-item {
    display: grid;
    gap: 8px;
    padding: 18px;
    border: 1px solid var(--product-panel-line);
    border-radius: 14px;
    background: var(--product-panel-bg);
    color: var(--product-panel-ink);
}

.product-layout-spec-item small {
    color: var(--product-muted);
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.product-layout-spec-item strong {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.product-layout-section--cta.global-cta {
    position: relative;
    z-index: 2;
}

.product-layout__pin-visual--economy-2,
.product-layout__panel-visual--economy-2 {
    --visual-shift-y: -10px;
    --visual-rotate: -6deg;
    --visual-scale: 0.96;
}

.product-layout__pin-visual--economy-3,
.product-layout__panel-visual--economy-3 {
    --visual-shift-x: 14px;
    --visual-rotate: -14deg;
}

.product-layout__pin-visual--economy-4,
.product-layout__panel-visual--economy-4 {
    --visual-shift-x: -16px;
    --visual-rotate: -8deg;
}

.product-layout__pin-visual--economy-5,
.product-layout__panel-visual--economy-5 {
    --visual-shift-y: 10px;
    --visual-scale: 1.02;
}

.product-layout__pin-visual--ryouma-2,
.product-layout__panel-visual--ryouma-2 {
    --visual-rotate: -2deg;
    --visual-scale: 0.98;
}

.product-layout__pin-visual--ryouma-3,
.product-layout__panel-visual--ryouma-3 {
    --visual-shift-x: 18px;
    --visual-rotate: -12deg;
}

.product-layout__pin-visual--ryouma-4,
.product-layout__panel-visual--ryouma-4 {
    --visual-shift-x: -14px;
    --visual-shift-y: 8px;
    --visual-scale: 1.04;
}

.product-layout__pin-visual--ryouma-5,
.product-layout__panel-visual--ryouma-5 {
    --visual-shift-y: -8px;
    --visual-rotate: -5deg;
}

.product-layout__pin-visual--chisel-1,
.product-layout__panel-visual--chisel-1 {
    --visual-width: 24%;
    --visual-height: 86%;
}

.product-layout__pin-visual--chisel-2,
.product-layout__panel-visual--chisel-2 {
    --visual-width: 22%;
    --visual-height: 88%;
    --visual-rotate: 18deg;
}

.product-layout__pin-visual--chisel-3,
.product-layout__panel-visual--chisel-3 {
    --visual-width: 28%;
    --visual-height: 82%;
    --visual-rotate: 28deg;
}

.product-layout__pin-visual--chisel-4,
.product-layout__panel-visual--chisel-4 {
    --visual-width: 24%;
    --visual-height: 84%;
    --visual-shift-x: 14px;
    --visual-rotate: 16deg;
}

.product-layout__pin-visual--chisel-5,
.product-layout__panel-visual--chisel-5 {
    --visual-width: 23%;
    --visual-height: 86%;
    --visual-shift-x: -12px;
    --visual-rotate: 24deg;
}

@media (max-width: 960px) {
    .subpage-hero--product .subpage-hero__inner {
        min-height: auto;
        padding-top: calc(var(--header-offset) + 28px);
        padding-bottom: var(--section-space-lg-sp);
    }

    .subpage-hero--product.subpage-hero--product-compact .subpage-hero__inner {
        min-height: min(56svh, 480px);
        padding-top: calc(var(--header-offset) + 14px);
        padding-bottom: clamp(18px, 4vw, 30px);
    }

    .subpage-hero--product .subpage-hero__title {
        max-width: none;
        font-size: clamp(2.8rem, 13vw, 4.8rem);
    }

    .subpage-hero--product .subpage-hero__lead {
        max-width: 36rem;
        font-size: 15px;
        line-height: 1.8;
    }

    .product-visual--background {
        height: min(82svh, 720px);
    }

    .product-layout-section {
        padding: var(--section-space-md-sp) 0;
    }

    .product-layout-head {
        flex-direction: column;
        align-items: start;
    }

    .product-layout-head__lead {
        max-width: 100%;
        text-align: left;
    }

    .product-layout-pin-wrap {
        height: 220vh;
    }

    .product-layout-pin-panel {
        top: 84px;
        min-height: calc(100svh - 84px);
        grid-template-columns: 1fr;
        align-content: center;
    }

    .product-layout-pin-copy {
        max-width: 100%;
    }

    .product-layout-pin-media {
        order: -1;
    }

    .product-layout-features {
        grid-template-columns: 1fr;
    }

    .product-layout-feature-card {
        grid-column: auto;
    }

    .product-layout-gallery-wrap {
        height: auto;
    }

    .product-layout-gallery-sticky {
        position: relative;
        top: auto;
        min-height: 0;
        overflow: visible;
    }

    .product-layout-gallery-track {
        display: grid;
        grid-template-columns: 1fr;
        padding-right: 0;
    }

    .product-layout-panel {
        min-width: 0;
    }

    .product-layout__panel-visual {
        height: min(42vh, 360px);
    }

    .product-layout-panel__meta {
        gap: 8px;
        align-items: end;
        flex-direction: column;
    }

    .product-layout-panel__meta span {
        text-align: left;
        width: 100%;
    }

    .product-layout-spec-grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 1024px) {
    .product-layout-section {
        padding: var(--section-space-md-pc) 0;
    }

    .product-layout-head {
        margin-bottom: 32px;
    }

    .product-layout-features {
        gap: 18px;
    }

    .product-layout-feature-card {
        padding: 24px;
    }
}

@media (min-width: 1024px) {
    .parts-catalog__layout {
        grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
        gap: 20px;
        align-items: start;
    }

    .parts-catalog__sidebar-panel {
        position: sticky;
        top: calc(var(--header-offset) + 92px);
    }

    .parts-page #parts-catalog .global-section-title__title {
        font-size: clamp(1.9rem, 3vw, 2.8rem);
    }

    .parts-page #parts-catalog .global-section-title__lead {
        margin-top: 8px;
        font-size: 13px;
        line-height: 1.7;
    }

    .parts-catalog__explorer {
        margin: 18px 0 18px;
        display: grid;
        grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
        gap: 16px;
        align-items: stretch;
        max-height: calc(100svh - var(--header-offset) - 132px);
    }

    .parts-catalog__explorer-nav {
        display: grid;
        gap: 8px;
        align-content: start;
        min-height: 0;
    }

    .parts-catalog__explorer-button {
        display: grid;
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 2px 10px;
        align-items: center;
        min-height: 52px;
        padding: 10px 11px;
        border: 1px solid rgba(15, 23, 42, 0.12);
        background: rgba(255, 255, 255, 0.86);
        color: rgba(15, 23, 42, 0.88);
        text-align: left;
        cursor: pointer;
        transition:
            border-color 180ms ease-out,
            background-color 180ms ease-out,
            box-shadow 180ms ease-out;
    }

    .parts-catalog__explorer-button:hover,
    .parts-catalog__explorer-button:focus-visible {
        border-color: rgba(15, 23, 42, 0.26);
    }

    .parts-catalog__explorer-button.is-active {
        border-color: rgba(15, 23, 42, 0.9);
        background: #0f172a;
        color: #fff;
        box-shadow: 0 16px 36px rgba(15, 23, 42, 0.16);
    }

    .parts-catalog__explorer-index {
        grid-row: span 2;
        font-size: 11px;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 0.18em;
        color: currentColor;
        opacity: 0.56;
    }

    .parts-catalog__explorer-label {
        font-size: 14px;
        line-height: 1.3;
        font-weight: 700;
    }

    .parts-catalog__explorer-count {
        font-size: 11px;
        line-height: 1.3;
        color: currentColor;
        opacity: 0.62;
    }

    .parts-catalog__explorer-grid {
        margin-top: 14px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        align-content: start;
    }

    .parts-catalog__parts {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 14px;
    }

    .parts-catalog__parts .parts-item-card .js-attachment-thumb {
        height: 132px;
    }

    .attachments-page #attachments-catalog .parts-catalog__parts.parts-catalog__parts--featured-head {
        gap: 32px 26px;
        padding: 18px;
    }

    .attachments-page #attachments-catalog .parts-catalog__parts .parts-item-card .js-attachment-thumb {
        height: auto;
    }
}

@media (min-width: 1280px) {
    .parts-page #parts-catalog .inner {
        width: min(1460px, 94%);
    }

    .parts-catalog__explorer {
        grid-template-columns: minmax(210px, 250px) minmax(0, 1fr);
        gap: 20px;
    }
}

@media (min-width: 1440px) {
    .attachments-page #attachments-catalog .parts-catalog__parts.parts-catalog__parts--featured-head {
        gap: 36px 40px;
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .attachments-page #attachments-catalog .parts-catalog__parts.parts-catalog__parts--featured-head {
        gap: 16px 12px;
        padding: 8px;
    }

    .attachments-page #attachments-catalog .parts-catalog__parts .parts-item-card:not(.parts-item-card--featured) {
        border-radius: 18px;
        padding: 12px;
    }

    .attachments-page #attachments-catalog .parts-catalog__parts .parts-item-card:not(.parts-item-card--featured) .js-attachment-thumb {
        min-height: 0;
    }

    .attachments-page #attachments-catalog .parts-catalog__parts .parts-item-card:not(.parts-item-card--featured) .js-parts-image {
        max-height: 220px;
    }
}

.history-wrap {
    position: relative;
    height: 500vh;
    background: var(--color-surface-deep);
    margin-top: clamp(-72px, -8vh, -28px);
    z-index: 2;
}

/* TOP Hero2 では負マージンを使わない（下端に次セクションが覗くのを防ぐ。旧 .top-hero 用の相殺はそのまま） */
.home .top-hero2 ~ .history-wrap {
    margin-top: 0;
}

.history-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: clamp(120px, 20vh, 220px);
    z-index: 4;
    pointer-events: none;
    background: linear-gradient(180deg, var(--color-surface-deep) 0%, rgba(var(--color-surface-deep-rgb), 0.92) 18%, rgba(var(--color-surface-deep-rgb), 0.42) 56%, rgba(var(--color-surface-deep-rgb), 0) 100%);
}

.history-sticky {
    position: sticky;
    top: 0;
    height: 100svh;
    overflow: hidden;
    isolation: isolate;
}

.history-layer {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: minmax(260px, 1fr) minmax(560px, 760px) minmax(260px, 1fr);
    align-items: center;
    column-gap: clamp(28px, 3vw, 56px);
    padding: 84px 40px 42px;
    clip-path: inset(100% 0 0 0);
    will-change: clip-path, transform, opacity;
    transition: clip-path 0.1s linear;
}

.history-layer--intro {
    z-index: 0;
    display: grid;
    place-items: center;
    grid-template-columns: 1fr;
    padding: 120px 24px 80px;
    text-align: center;
    background:
        radial-gradient(circle at 50% 64%, rgba(255, 255, 255, 0.09), transparent 46%),
        linear-gradient(180deg, #05070d 0%, #080a0e 42%, #0f1117 100%);
    clip-path: inset(0 0 0 0);
}

.history-layer--1 {
    z-index: 1;
    background: #0c0e12;
}

.history-layer--2 {
    z-index: 2;
    background: #1d2127;
}

.history-layer--3 {
    z-index: 3;
    background: #eef0f2;
}

.history-intro-title {
    margin: 0;
    color: #fff;
    font-size: clamp(46px, 6vw, 92px);
    line-height: 1.12;
    letter-spacing: -0.025em;
    font-weight: 600;
}

.history-copy {
    margin: 0;
    max-width: 440px;
    white-space: pre-line;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(22px, 2.15vw, 40px);
    line-height: 1.34;
    letter-spacing: 0.01em;
    font-weight: 600;
}

.history-copy-block {
    align-self: center;
    justify-self: start;
    max-width: 440px;
}

.history-layer--3 .history-copy {
    color: rgba(20, 25, 31, 0.9);
}

.history-device {
    position: relative;
    width: min(54vw, 700px);
    aspect-ratio: 16 / 9;
    justify-self: center;
    display: grid;
    place-items: center;
    overflow: visible;
    text-decoration: none;
}

.history-device--3000 {
    width: min(72vw, 1080px);
    aspect-ratio: 2 / 1;
}

.history-device canvas {
    width: 100%;
    height: 100%;
    display: block;
}

.history-model {
    justify-self: end;
    min-width: 300px;
    margin: 0;
    color: rgba(255, 255, 255, 0.28);
    font-size: clamp(46px, 4.7vw, 92px);
    line-height: 1.02;
    letter-spacing: 0.005em;
    font-weight: 500;
    text-align: right;
}

/* TOP PRODUCTS：商品名はテキストではなくロゴ画像で統一 */
.history-model--logo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-width: 0;
    max-width: min(420px, 46vw);
    font-size: 0;
    line-height: 0;
    color: transparent;
}

.history-model--logo picture {
    display: block;
    width: 100%;
}

.history-model__logo {
    display: block;
    width: 100%;
    max-width: min(360px, 42vw);
    height: auto;
    max-height: clamp(52px, 9vw, 104px);
    object-fit: contain;
    object-position: right center;
}

.history-side {
    display: grid;
    justify-items: end;
    align-content: center;
    gap: 28px;
}

.history-actions {
    display: flex;
    justify-content: flex-end;
}

.history-action-button {
    min-width: 156px;
    min-height: 54px;
    padding-inline: 24px;
    font-size: 14px;
}

.history-layer--3 .history-model:not(.history-model--logo) {
    color: rgba(38, 44, 51, 0.28);
    mix-blend-mode: multiply;
}

.history-layer--3 .history-model--logo {
    mix-blend-mode: normal;
}

.history-layer--3 .history-model__logo {
    object-position: right center;
    opacity: 0.94;
}

@media (max-width: 1024px) {
    .history-wrap {
        margin-top: clamp(-48px, -6vh, -18px);
    }

    .history-wrap::before {
        height: clamp(84px, 14vh, 140px);
    }

    .history-layer {
        grid-template-columns: 1fr;
        align-content: center;
        justify-items: center;
        gap: 18px;
        padding: 78px 14px 34px;
    }

    .history-copy {
        max-width: 100%;
        text-align: center;
        font-size: clamp(18px, 4.8vw, 26px);
    }

    .history-model:not(.history-model--logo) {
        min-width: auto;
        text-align: center;
        font-size: clamp(38px, 9vw, 60px);
    }

    .history-model--logo {
        justify-content: center;
        max-width: min(92vw, 360px);
    }

    .history-model__logo {
        max-width: min(280px, 72vw);
        max-height: clamp(44px, 11vw, 88px);
        object-position: center;
    }

    .history-device {
        width: min(92vw, 600px);
        aspect-ratio: 16 / 10;
    }

    .history-device--3000 {
        width: min(96vw, 760px);
        aspect-ratio: 19 / 10;
    }
}

/* TOP Hero2（スリット + サブグリッド + サイド／モバイルドック）— 高さはビューポートいっぱい 100vh */
.top-hero2 {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    padding-bottom: 0;
    background: #000;
    color: #fff;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .top-hero2 {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
        padding-bottom: 0;
        overflow: hidden;
    }
}

.top-hero2__mob-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    z-index: 40;
}

@media (min-width: 768px) {
    .top-hero2__mob-header {
        display: none;
    }
}

.top-hero2__brand {
    flex-shrink: 0;
    margin: 0;
    font-family: Teko, Impact, "Arial Narrow", sans-serif;
    font-size: clamp(1.75rem, 5vw, 2rem);
    font-weight: 600;
    letter-spacing: 0.06em;
}

.top-hero2__brand-link {
    color: #fff;
    text-decoration: none;
}

.top-hero2__brand-link:hover,
.top-hero2__brand-link:focus-visible {
    opacity: 0.92;
}

.top-hero2__mob-nav {
    flex: 1;
    min-width: 0;
    margin-left: 8px;
}

.top-hero2__mob-nav-scroll {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 4px;
    margin-bottom: -4px;
    font-family: Teko, Impact, "Arial Narrow", sans-serif;
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.top-hero2__mob-nav-link {
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
}

.top-hero2__mob-nav-link:hover,
.top-hero2__mob-nav-link:focus-visible {
    color: #fff;
}

.top-hero2__mob-nav-link.is-current {
    color: #fff;
    box-shadow: inset 0 -2px 0 #004f8e;
}

.top-hero2__main {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
    background: #0a0a0a;
}

@media (min-width: 768px) {
    .top-hero2__main {
        flex: 3 1 0;
        flex-direction: row;
    }
}

.top-hero2__main-slit {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 0;
    padding: 16px;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
    transition: flex 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

@media (min-width: 768px) {
    .top-hero2__main-slit {
        flex: 1 1 0;
        align-items: center;
        justify-content: flex-end;
        padding: 32px;
    }

    /*
     * filter は WebGL キャンバスと併用すると隣列が点滅しやすい（合成レイヤの再計算）。
     * 非ホバー列は疑似要素のオーバーレイで暗くする。
     */
    .top-hero2__main:hover .top-hero2__main-slit:not(:hover)::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 4;
        pointer-events: none;
        background: rgba(8, 9, 12, 0.62);
    }

    .top-hero2__main-slit:hover {
        flex: 2.5 1 0;
    }
}

/*
 * ヒーロー 3D は WebGL を alpha 透過し、このヴィネットを透かす（ホバー幅・resize ロジックは canvas 寸法のみで無関係）。
 * 中央をやや明るく、外縁をガンメタル寄りにして奥行きを出す。
 */
.top-hero2__slit-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    isolation: isolate;
    background: radial-gradient(
        ellipse 92% 78% at 50% 40%,
        #5a6169 0%,
        #3d4249 38%,
        #2a2e32 72%,
        #15181b 100%
    );
    display: flex;
    justify-content: center;
    align-items: stretch;
    /* 列が狭くてもキャンバス幅は vw 固定のため、はみ出しを隠す（ホバーで 3D 寸法が変わらない） */
    overflow: hidden;
}

/* 3D 幅は主に viewport（22vw）。PC では max-width:100% を付けない＝列 flex で親幅が変わってもラッパー幅は一定 */
.top-hero2__slit-canvas-wrap {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    width: min(100%, clamp(260px, 22vw, 440px));
    height: 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .top-hero2__slit-canvas-wrap {
        width: clamp(260px, 22vw, 440px);
        max-width: none;
        flex-shrink: 0;
    }
}

.top-hero2__slit-canvas {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

@media (max-width: 767px) {
    .top-hero2__slit-canvas-wrap {
        width: 100%;
    }
}

/* 3D 全体を暗くせず、ロゴ帯（下）だけを落とす */
.top-hero2__slit-scrim {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    height: min(46%, 280px);
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(0deg, rgba(10, 12, 15, 0.78) 0%, rgba(0, 0, 0, 0.22) 55%, transparent 100%);
}

@media (min-width: 768px) {
    .top-hero2__slit-scrim {
        height: min(50%, 340px);
        background: linear-gradient(0deg, rgba(12, 14, 17, 0.82) 0%, rgba(0, 0, 0, 0.28) 52%, transparent 100%);
    }
}

/* 青オーバーレイは使用しない */
.top-hero2__slit-accent {
    display: none;
}

.top-hero2__slit-copy {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 100%;
    text-align: center;
}

@media (min-width: 768px) {
    .top-hero2__slit-copy {
        align-items: center;
        height: auto;
        text-align: center;
    }
}

.top-hero2__slit-copy picture {
    display: block;
    width: min(100%, 260px);
}

.top-hero2__slit-copy picture .top-hero2__slit-logo {
    width: 100%;
}

@media (min-width: 768px) {
    .top-hero2__slit-copy picture {
        width: min(100%, 300px);
    }
}

.top-hero2__slit-logo {
    display: block;
    width: min(100%, 260px);
    max-height: clamp(44px, 11vw, 72px);
    height: auto;
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.55));
}

@media (min-width: 768px) {
    .top-hero2__slit-logo {
        width: min(100%, 300px);
        max-height: clamp(48px, 4.2vw, 80px);
        object-position: center;
    }
}

.top-hero2__slit-jp {
    margin-top: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: rgba(255, 255, 255, 0.95);
}

@media (min-width: 768px) {
    .top-hero2__slit-jp {
        font-size: 14px;
        color: rgba(212, 212, 216, 0.95);
        opacity: 0;
        transition: opacity 0.5s ease;
    }

    .top-hero2__main-slit:hover .top-hero2__slit-jp {
        opacity: 1;
    }
}

.top-hero2__sub {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    flex-shrink: 0;
    width: 100%;
    height: 24vh;
    min-height: 140px;
    background: #111;
}

@media (min-width: 768px) {
    .top-hero2__sub {
        display: flex;
        flex: 1 1 0;
        flex-direction: column;
        width: auto;
        height: auto;
        min-height: 0;
    }
}

.top-hero2__sub-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 0;
    padding: 8px 8px 20px;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
    background: #1a1a1a;
    transition: filter 0.5s ease;
}

@media (min-width: 768px) {
    .top-hero2__sub-item {
        flex: 1 1 0;
        padding: 8px 8px 24px;
        filter: brightness(0.88) grayscale(0.12);
    }

    .top-hero2__sub-item:hover {
        filter: brightness(1.06) grayscale(0);
    }

    /* hero-used 素材がセピア寄りのため、他枠に近いニュートラルへ */
    .top-hero2__sub-item--used {
        filter: brightness(0.88) grayscale(0.14) hue-rotate(-12deg) saturate(0.88);
    }

    .top-hero2__sub-item--used:hover {
        filter: brightness(1.06) grayscale(0) hue-rotate(-6deg) saturate(0.94);
    }
}

.top-hero2__sub-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.92;
}

.top-hero2__sub-media picture {
    display: block;
    width: 100%;
    height: 100%;
}

.top-hero2__sub-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 8s cubic-bezier(0.25, 1, 0.5, 1);
}

@media (max-width: 767px) {
    .top-hero2__sub-item--used .top-hero2__sub-img {
        filter: hue-rotate(-10deg) saturate(0.88);
    }
}

@media (hover: hover) {
    .top-hero2__sub-item:hover .top-hero2__sub-img {
        transform: scale(1.15);
    }
}

.top-hero2__sub-scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.18) 0%,
        rgba(0, 0, 0, 0.32) 100%
    );
}

@media (min-width: 768px) {
    .top-hero2__sub-scrim {
        background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.12) 0%,
            rgba(0, 0, 0, 0.28) 45%,
            rgba(0, 0, 0, 0.4) 100%
        );
    }
}

.top-hero2__sub-item--used .top-hero2__sub-scrim {
    background: linear-gradient(
        180deg,
        rgba(8, 14, 22, 0.2) 0%,
        rgba(10, 18, 28, 0.34) 100%
    );
}

@media (min-width: 768px) {
    .top-hero2__sub-item--used .top-hero2__sub-scrim {
        background: linear-gradient(
            180deg,
            rgba(6, 12, 20, 0.14) 0%,
            rgba(8, 16, 26, 0.28) 45%,
            rgba(8, 16, 26, 0.4) 100%
        );
    }
}

.top-hero2__sub-copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.top-hero2__sub-en {
    font-family: Teko, Impact, "Arial Narrow", sans-serif;
    font-size: clamp(1.15rem, 3vw, 2rem);
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #fff;
    text-shadow:
        0 0 1px rgba(0, 0, 0, 0.85),
        0 2px 12px rgba(0, 0, 0, 0.55),
        0 6px 24px rgba(0, 0, 0, 0.35);
}

.top-hero2__sub-jp {
    margin-top: 4px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: rgba(245, 245, 245, 0.96);
    text-shadow:
        0 0 1px rgba(0, 0, 0, 0.75),
        0 2px 8px rgba(0, 0, 0, 0.45);
}

@media (min-width: 768px) {
    .top-hero2__sub-jp {
        font-size: 12px;
    }
}

.top-hero2__aside {
    display: none;
    flex-direction: column;
    flex-shrink: 0;
    align-self: stretch;
    width: min(240px, 28vw);
    max-height: 100vh;
    padding: 28px 20px 32px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #050505;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    z-index: 20;
    overscroll-behavior: contain;
}

@media (min-width: 768px) {
    .top-hero2__aside {
        display: flex;
    }
}

.top-hero2__aside-brand {
    margin: 0 0 48px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-family: Teko, Impact, "Arial Narrow", sans-serif;
    font-size: 2.25rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1;
}

.top-hero2__aside-nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.top-hero2__aside-link {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-height: 52px;
    padding: 10px 12px 12px 16px;
    margin: 0 -12px 0 -16px;
    text-decoration: none;
    color: inherit;
    border-radius: 6px;
    outline: none;
    transition:
        background-color 0.22s ease,
        transform 0.22s ease;
}

/* ブランド青に合わせた左アクセント（Hero のドットと同系） */
.top-hero2__aside-link::before {
    content: "";
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 0;
    width: 3px;
    border-radius: 2px;
    background: #004f8e;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.22s ease;
}

.top-hero2__aside-link:hover,
.top-hero2__aside-link:focus-visible {
    background-color: rgba(255, 255, 255, 0.04);
}

.top-hero2__aside-link:hover {
    transform: translateX(2px);
}

.top-hero2__aside-link:hover::before,
.top-hero2__aside-link:focus-visible::before,
.top-hero2__aside-link.is-current::before {
    transform: scaleX(1);
}

.top-hero2__aside-link:focus-visible {
    box-shadow: 0 0 0 2px rgba(0, 79, 142, 0.45);
}

.top-hero2__aside-en {
    font-family: Teko, Impact, "Arial Narrow", sans-serif;
    font-size: clamp(1.1rem, 1.9vw, 1.45rem);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    transition: color 0.2s ease;
    line-height: 1.15;
    word-break: break-word;
}

.top-hero2__aside-link:hover .top-hero2__aside-en,
.top-hero2__aside-link:focus-visible .top-hero2__aside-en,
.top-hero2__aside-link.is-current .top-hero2__aside-en {
    color: #fff;
}

.top-hero2__aside-ja {
    font-size: 10px;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.38);
    transition: color 0.2s ease;
}

.top-hero2__aside-link:hover .top-hero2__aside-ja,
.top-hero2__aside-link:focus-visible .top-hero2__aside-ja,
.top-hero2__aside-link.is-current .top-hero2__aside-ja {
    color: rgba(255, 255, 255, 0.62);
}

@media (prefers-reduced-motion: reduce) {
    .top-hero2__aside-link,
    .top-hero2__aside-link::before {
        transition: none;
    }

    .top-hero2__aside-link:hover {
        transform: none;
    }
}

.top-hero2__mob-dock {
    display: none;
}

.top-hero2__dock-btn {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
}

.top-hero2__dock-btn--used {
    background: #c2410c;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.top-hero2__dock-btn--contact {
    background: #004f8e;
}

.top-hero2__dock-en {
    font-family: Teko, Impact, "Arial Narrow", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
}

.top-hero2__dock-jp {
    margin-top: 4px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    opacity: 0.85;
}

/* Top page spacing calibration（--sstyle-top-section-space-sp/pc と --sstyle-top-news-bg-end は先頭 :root で定義済み） */
:root {
    --sstyle-top-section-strong-sp: 88px;
    --sstyle-top-section-strong-pc: 128px;
    --sstyle-top-flow-sm-sp: 12px;
    --sstyle-top-flow-sm-pc: 16px;
    --sstyle-top-flow-md-sp: 14px;
    --sstyle-top-flow-md-pc: 18px;
    --sstyle-top-flow-lg-sp: 24px;
    --sstyle-top-flow-lg-pc: 32px;
    --sstyle-top-card-space-sp: 16px;
    --sstyle-top-card-space-pc: 24px;
    --sstyle-top-card-space-strong-sp: 20px;
    --sstyle-top-card-space-strong-pc: 32px;
}

.top-hero__inner {
    gap: var(--sstyle-top-flow-sm-sp);
    padding-block: 24px 32px;
}

/* セクションはランドマークのみ。画面幅の帯は .top-service__viewport（親が max-width でも 100vw で突き抜ける） */
.top-service {
    margin: 0;
    padding: 0;
}

.top-service__viewport {
    position: relative;
    left: 0;
    box-sizing: border-box;
    width: 100vw;
    max-width: none;
    margin-inline: calc(50% - 50vw);
    min-height: 100svh;
    padding-block: var(--sstyle-top-section-space-sp);
    padding-left: max(16px, env(safe-area-inset-left, 0px));
    padding-right: max(16px, env(safe-area-inset-right, 0px));
    background: #080a0e;
    color: var(--color-text-primary);
    display: grid;
    align-items: center;
}

.top-service__inner {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    display: grid;
    align-content: center;
}

/* 見出しブロックのみ従来どおりの表示幅（ABOUT の見出しと同じ基準）。グリッドは下で全幅 */
.top-service__head {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
}

.top-service__kicker {
    margin: 0 0 var(--sstyle-top-flow-sm-sp);
    color: rgba(255, 255, 255, 0.52);
    font-size: 11px;
    line-height: 1.3;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.top-service__lead {
    margin: var(--sstyle-top-flow-md-sp) 0 0;
    max-width: 720px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.95rem;
    line-height: 1.9;
}

.top-service__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    margin-top: var(--sstyle-top-flow-lg-sp);
}

.top-service__card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 228px;
    padding: var(--sstyle-top-card-space-sp);
    border: 1px solid rgba(255, 255, 255, 0.16);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
        linear-gradient(180deg, rgba(25, 28, 35, 0.96), rgba(16, 18, 24, 0.96));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    overflow: hidden;
}

.top-service__card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.08), transparent 34%),
        linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.02) 100%);
}

.top-service__card::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    opacity: 0.85;
}

.top-service__index,
.top-service__card-title,
.top-service__media,
.top-service__metric,
.top-service__text,
.top-service__actions {
    position: relative;
    z-index: 1;
}

.top-service__index {
    margin: 0;
    color: rgba(255, 255, 255, 0.48);
    font-size: 10px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.top-service__title {
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 7vw, 3.1rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
    font-weight: 700;
}

.top-service__card-title {
    margin: 18px 0 0;
    color: #fff;
    font-size: clamp(1.9rem, 2.6vw, 2.3rem);
    line-height: 1.2;
    letter-spacing: -0.03em;
    font-weight: 700;
}

.top-service__media {
    margin: 18px 0 0;
    aspect-ratio: 16 / 9;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0)),
        linear-gradient(135deg, rgba(34, 39, 49, 0.96), rgba(15, 18, 24, 0.96));
    overflow: hidden;
}

.top-service__media::before,
.top-service__media::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.top-service__media::before {
    background:
        radial-gradient(circle at 24% 26%, rgba(255, 255, 255, 0.1), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 100%);
}

.top-service__media::after {
    inset: 16%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    opacity: 0.7;
}

.top-service__media--attachment::after {
    inset: 0;
    border: 0;
    opacity: 1;
    background:
        linear-gradient(180deg, rgba(8, 10, 14, 0.12), rgba(8, 10, 14, 0.32)),
        url("../../assets/img/top/hero-attachment.webp") center / contain no-repeat;
}

.top-service__media--parts::after {
    inset: 0;
    border: 0;
    opacity: 1;
    background:
        linear-gradient(180deg, rgba(8, 10, 14, 0.12), rgba(8, 10, 14, 0.28)),
        url("../../assets/img/top/hero-parts.webp") center / contain no-repeat;
}

.top-service__media--used::after {
    inset: 0;
    border: 0;
    opacity: 1;
    background:
        linear-gradient(180deg, rgba(8, 10, 14, 0.12), rgba(8, 10, 14, 0.28)),
        url("../../assets/img/top/hero-used.webp") center / contain no-repeat;
}

.top-service__media--boss::after {
    inset: 0;
    border: 0;
    opacity: 1;
    background:
        linear-gradient(180deg, rgba(8, 10, 14, 0.12), rgba(8, 10, 14, 0.32)),
        url("../../assets/img/top/hero-boss.webp") center / contain no-repeat;
}

.top-service__metric {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin: 16px 0 0;
}

.top-service__metric strong {
    color: #fff;
    font-size: clamp(2rem, 3vw, 2.6rem);
    line-height: 1;
    letter-spacing: -0.04em;
    font-weight: 700;
}

.top-service__metric span {
    color: rgba(255, 255, 255, 0.54);
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: lowercase;
}

.top-service__text {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
    line-height: 1.95;
}

.top-service__actions {
    margin-top: auto;
    padding-top: var(--sstyle-top-flow-lg-sp);
}

.top-service__button {
    min-width: 168px;
}

.top-about {
    padding: var(--sstyle-top-section-space-sp) 0;
    background:
        radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.06), transparent 30%),
        linear-gradient(180deg, #0d0f13 0%, #090b0f 100%);
}

.top-about__head {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
}

.top-about__kicker {
    margin: 0 0 var(--sstyle-top-flow-sm-sp);
    color: rgba(255, 255, 255, 0.52);
    font-size: 11px;
    line-height: 1.3;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.top-about__title {
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 7vw, 3.1rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
    font-weight: 700;
}

.top-about__lead {
    max-width: 720px;
    margin: var(--sstyle-top-flow-md-sp) 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.95rem;
    line-height: 1.9;
}

.top-about__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    margin-top: var(--sstyle-top-flow-lg-sp);
    padding-inline: 10px;
}

.top-about__tile {
    position: relative;
    overflow: hidden;
    min-height: 220px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
        linear-gradient(135deg, rgba(30, 35, 43, 0.96), rgba(11, 13, 18, 0.98));
}

.top-about__tile::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 36%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22));
    pointer-events: none;
}

.top-about__tile--photo {
    min-height: 260px;
}

.top-about__tile--photo img,
.top-about__tile--mark img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-about__tile--photo img {
    filter: grayscale(0.12) contrast(1.04) brightness(0.78);
}

.top-about__tile--photo::after,
.top-about__tile--mark-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(3, 5, 8, 0.56), rgba(3, 5, 8, 0.64)),
        linear-gradient(135deg, rgba(3, 5, 8, 0.2), transparent 44%);
}

.top-about__tile--photo-side img {
    object-position: 50% 42%;
}

.top-about__tile--copy,
.top-about__tile--mark {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(22px, 4vw, 38px);
}

.top-about__tile--mark {
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 50% 50%, rgba(98, 113, 140, 0.26), transparent 52%),
        linear-gradient(135deg, rgba(16, 19, 26, 0.98), rgba(8, 10, 14, 0.98));
}

.top-about__tile--mark-photo {
    padding: 0;
    align-items: stretch;
    justify-content: stretch;
}

.top-about__tile--mark::before {
    background:
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05), transparent 58%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 60%);
}

.top-about__tile--mark img {
    position: relative;
    z-index: 1;
    width: min(100%, 420px);
    height: auto;
    object-fit: contain;
    opacity: 0.9;
}

.top-about__tile--mark-photo .top-about__mark-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    filter: grayscale(0.12) contrast(1.04) brightness(0.78);
}

.top-about__tile--copy-main {
    min-height: 320px;
}

.top-about__eyebrow,
.top-about__stat-label {
    position: relative;
    z-index: 1;
    margin: 0;
    color: rgba(255, 255, 255, 0.45);
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.top-about__copy-title {
    position: relative;
    z-index: 1;
    margin: 16px 0 0;
    color: #fff;
    font-size: clamp(1.5rem, 4vw, 2.4rem);
    line-height: 1.16;
    letter-spacing: -0.04em;
}

.top-about__copy-text,
.top-about__stat-text,
.top-about__quote {
    position: relative;
    z-index: 1;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
    line-height: 1.9;
}

.top-about__actions {
    position: relative;
    z-index: 1;
    margin-top: 22px;
}

.top-about__button {
    min-width: 184px;
}

.top-about__stat-value {
    position: relative;
    z-index: 1;
    margin: 18px 0 0;
    color: #fff;
    font-size: clamp(3rem, 9vw, 5.8rem);
    line-height: 0.92;
    letter-spacing: -0.06em;
    font-weight: 700;
}

.top-about__tile--copy-quote {
    justify-content: center;
}

.top-about__quote {
    max-width: 22ch;
    margin-top: 0;
    font-size: clamp(1.15rem, 3.6vw, 1.8rem);
    line-height: 1.45;
    letter-spacing: -0.03em;
}

.top-about__tile--photo-main {
    grid-column: span 2;
}

.top-about__tile--copy-main {
    grid-column: span 2;
}

.top-about__tile--mark,
.top-about__tile--stat,
.top-about__tile--photo-side,
.top-about__tile--copy-quote {
    grid-column: span 1;
}

.global-news-list__title {
    margin-top: var(--sstyle-top-flow-sm-sp);
}

.global-news-list__lead {
    margin-top: var(--sstyle-top-flow-md-sp);
}

.global-news-list__body {
    margin-top: var(--sstyle-top-flow-lg-sp);
}

.js-news-item {
    gap: 12px;
    padding: calc(var(--sstyle-top-card-space-sp) + 2px) 14px;
}

.global-cta {
    margin-top: 40px;
    padding: var(--sstyle-top-section-strong-sp) 0;
}

.global-cta__head {
    margin: 0 auto var(--sstyle-top-flow-lg-sp);
}

.global-cta__lead {
    margin-top: var(--sstyle-top-flow-md-sp);
}

.global-cta__cards {
    gap: 18px;
}

.js-cta-card {
    padding: var(--sstyle-top-card-space-strong-sp);
}

.global-cta__card-text {
    margin-top: var(--sstyle-top-flow-md-sp);
}

.global-cta__actions {
    margin-top: var(--sstyle-top-flow-lg-sp);
}

@media (min-width: 640px) {
    .global-news-list {
        padding-inline: 24px;
    }

    .global-cta {
        padding: 112px 0;
    }
}

@media (min-width: 1024px) {
    .top-hero__inner {
        gap: var(--sstyle-top-flow-md-pc);
        padding-block: 32px 40px;
    }

    .top-hero__title {
        font-size: clamp(4.2rem, 5.8vw, 6.2rem);
        line-height: 0.9;
    }

    .top-hero__title-line--secondary {
        font-size: 0.78em;
    }

    .top-hero__title-line--primary {
        letter-spacing: -0.04em;
    }

    .top-hero__kicker {
        color: rgba(226, 232, 240, 0.9);
    }

    .top-service__viewport {
        padding-block: var(--sstyle-top-section-space-pc);
        padding-left: max(18px, env(safe-area-inset-left, 0px));
        padding-right: max(18px, env(safe-area-inset-right, 0px));
    }

    .top-service__head {
        width: min(1320px, calc(100% - 80px));
    }

    .top-service__kicker {
        margin-bottom: var(--sstyle-top-flow-sm-pc);
    }

    .top-service__lead {
        margin-top: var(--sstyle-top-flow-md-pc);
    }

    .top-service__grid {
        gap: 18px;
        margin-top: var(--sstyle-top-flow-lg-pc);
    }

    .top-service__card {
        padding: var(--sstyle-top-card-space-pc);
    }

    .top-service__actions {
        padding-top: var(--sstyle-top-flow-lg-pc);
    }

    .top-about {
        padding: var(--sstyle-top-section-space-pc) 0;
    }

    .top-about__head {
        width: min(1320px, calc(100% - 80px));
    }

    .global-news-list.top-news .global-news-list__head {
        max-width: min(1320px, calc(100% - 80px));
    }

    .global-news-list.top-news .global-section-title__kicker {
        margin-bottom: var(--sstyle-top-flow-sm-pc);
    }

    .global-news-list.top-news .global-section-title__lead {
        margin-top: var(--sstyle-top-flow-md-pc);
    }

    .top-about__kicker {
        margin-bottom: var(--sstyle-top-flow-sm-pc);
    }

    .top-about__lead {
        margin-top: var(--sstyle-top-flow-md-pc);
    }

    .top-about__actions {
        margin-top: 28px;
    }

    .top-about__grid {
        grid-template-columns: repeat(12, minmax(0, 1fr));
        gap: 18px;
        margin-top: var(--sstyle-top-flow-lg-pc);
        padding-inline: 18px;
    }

    .top-about__tile {
        min-height: 280px;
    }

    .top-about__tile--photo-main {
        grid-column: span 7;
        min-height: 560px;
    }

    .top-about__tile--copy-main {
        grid-column: span 5;
        min-height: 560px;
    }

    .top-about__tile--mark {
        grid-column: span 4;
        min-height: 320px;
    }

    .top-about__tile--stat {
        grid-column: span 3;
        min-height: 320px;
    }

    .top-about__tile--photo-side {
        grid-column: span 3;
        min-height: 320px;
    }

    .top-about__tile--copy-quote {
        grid-column: span 2;
        min-height: 320px;
    }

    .global-news-list {
        padding: var(--sstyle-top-section-space-pc) 40px;
    }

    .global-news-list__title {
        margin-top: var(--sstyle-top-flow-sm-pc);
    }

    .global-news-list__lead {
        margin-top: var(--sstyle-top-flow-md-pc);
    }

    .global-news-list__body {
        margin-top: var(--sstyle-top-flow-lg-pc);
    }

    .js-news-item {
        gap: 14px;
        padding: calc(var(--sstyle-top-card-space-pc) + 2px);
    }

    .global-cta {
        margin-top: 64px;
        padding: var(--sstyle-top-section-strong-pc) 0;
    }

    .global-cta__head {
        margin-bottom: 40px;
    }

    .global-cta__lead {
        margin-top: var(--sstyle-top-flow-md-pc);
    }

    .global-cta__cards {
        gap: 22px;
    }

    .js-cta-card {
        padding: var(--sstyle-top-card-space-strong-pc);
    }

    .global-cta__card-text {
        margin-top: var(--sstyle-top-flow-md-pc);
    }

    .global-cta__actions {
        margin-top: 28px;
    }
}

@media (max-width: 1024px) {
    .top-service__grid {
        grid-template-columns: 1fr;
    }

    .top-service__card {
        min-height: auto;
    }

    .top-about__tile--copy-quote {
        grid-column: span 2;
    }
}

@media (max-width: 767px) {
    .top-hero__kicker {
        font-size: 11px;
        letter-spacing: 0.1em;
    }

    .top-hero__inner {
        gap: var(--sstyle-top-flow-sm-sp);
        padding-block: 24px 32px;
    }

    .top-hero__title {
        font-size: clamp(1.72rem, 7.6vw, 2.72rem);
        line-height: 0.98;
        letter-spacing: -0.03em;
    }

    .top-hero__title-line--secondary {
        margin-top: 0.18em;
        font-size: 0.8em;
        letter-spacing: -0.015em;
    }

    .top-hero__title-line--primary {
        letter-spacing: -0.03em;
    }

    .top-about__grid {
        grid-template-columns: 1fr;
    }

    .top-about__tile,
    .top-about__tile--photo-main,
    .top-about__tile--copy-main,
    .top-about__tile--mark,
    .top-about__tile--stat,
    .top-about__tile--photo-side,
    .top-about__tile--copy-quote {
        grid-column: span 1;
    }

    .top-about__tile--mark img {
        width: min(100%, 280px);
    }
}

.product-page--type-economy .product-page__content {
    background:
        linear-gradient(180deg, rgba(246, 248, 251, 0) 0%, rgba(246, 248, 251, 0.88) 8%, rgba(251, 252, 253, 0.98) 14%, #f7f9fc 100%);
    color: var(--color-ink-900);
}

.product-page--type-economy {
    background:
        radial-gradient(120% 100% at 50% 0%, rgba(251, 253, 255, 0.98) 0%, rgba(233, 240, 247, 0.96) 54%, rgba(219, 228, 239, 0.94) 100%);
    color: var(--color-ink-900);
}

.product-page--type-economy .subpage-hero--product {
    color: var(--color-ink-900);
}

.product-page--type-economy .subpage-hero--product::before {
    background:
        radial-gradient(72% 72% at 50% 44%, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.2) 42%, rgba(226, 232, 240, 0.36) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(241, 245, 249, 0.14) 52%, rgba(226, 232, 240, 0.32) 100%);
}

.product-page--type-economy .subpage-hero--product::after {
    opacity: 0.02;
    mix-blend-mode: multiply;
}

.product-page--type-economy .subpage-hero--product .subpage-hero__eyebrow,
.product-page--type-economy .subpage-hero--product .global-breadcrumb__item,
.product-page--type-economy .subpage-hero--product .global-breadcrumb__separator,
.product-page--type-economy .subpage-hero--product .global-breadcrumb__current,
.product-page--type-economy .subpage-hero--product .global-breadcrumb__link {
    color: rgba(15, 23, 42, 0.58);
}

.product-page--type-economy .subpage-hero--product .global-breadcrumb__link:hover,
.product-page--type-economy .subpage-hero--product .global-breadcrumb__link:focus-visible {
    color: rgba(15, 23, 42, 0.9);
}

.product-page--type-economy .subpage-hero--product .subpage-hero__title {
    color: #0b1220;
}

.product-page--type-economy .subpage-hero--product .subpage-hero__badge {
    color: rgba(15, 23, 42, 0.88);
    background: rgba(255, 255, 255, 0.62);
    border-color: rgba(15, 23, 42, 0.1);
    backdrop-filter: blur(16px);
}

.product-page--type-economy .subpage-hero--product .subpage-hero__lead {
    color: rgba(15, 23, 42, 0.74);
}

.product-page--type-economy .product-visual--background::before {
    background:
        radial-gradient(70% 54% at 54% 54%, rgba(255, 255, 255, 0.34), transparent 68%),
        radial-gradient(52% 44% at 50% 48%, rgba(126, 210, 255, 0.14), transparent 72%);
}

.product-page--type-economy .product-visual--background::after {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(241, 245, 249, 0.1) 52%, rgba(226, 232, 240, 0.34) 100%),
        radial-gradient(130% 120% at 50% 48%, transparent 58%, rgba(148, 163, 184, 0.12) 100%);
}

.product-page--type-economy .product-layout-section {
    color: var(--color-ink-900);
}

.product-page--type-economy .product-layout-head__kicker {
    color: rgba(15, 23, 42, 0.5);
}

.product-page--type-economy .product-layout-head__title,
.product-page--type-economy .product-layout-pin-copy__title {
    color: #111827;
}

.product-page--type-economy .product-layout-head__lead,
.product-page--type-economy .product-layout-pin-copy__body {
    color: rgba(15, 23, 42, 0.72);
}

.product-page--type-economy .product-layout-pin-copy__step {
    color: rgba(15, 58, 121, 0.72);
}

.product-page--type-economy .product-layout-pin-progress {
    background: rgba(15, 23, 42, 0.14);
}

.product-page--type-economy .product-layout-gallery-indicator span {
    background: rgba(15, 23, 42, 0.14);
}

.product-page--type-economy .product-layout__pin-visual,
.product-page--type-economy .product-layout__panel-visual {
    border-color: rgba(15, 23, 42, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 252, 0.98)),
        linear-gradient(180deg, rgba(232, 238, 246, 0.64), rgba(241, 245, 249, 0.92));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.92),
        0 18px 40px rgba(15, 23, 42, 0.08);
}

.product-page--type-economy .product-layout__pin-visual::before,
.product-page--type-economy .product-layout__panel-visual::before {
    background:
        radial-gradient(circle at 22% 28%, rgba(255, 255, 255, 0.86), transparent 34%),
        radial-gradient(circle at 76% 22%, rgba(126, 210, 255, 0.14), transparent 28%),
        linear-gradient(180deg, transparent 0%, rgba(15, 23, 42, 0.03) 100%);
}

.product-page--type-economy .product-layout__pin-visual--economy-flow,
.product-page--type-economy .product-layout__pin-visual--economy-1,
.product-page--type-economy .product-layout__pin-visual--economy-2,
.product-page--type-economy .product-layout__pin-visual--economy-3,
.product-page--type-economy .product-layout__pin-visual--economy-4,
.product-page--type-economy .product-layout__pin-visual--economy-5,
.product-page--type-economy .product-layout__pin-visual--economy-img1,
.product-page--type-economy .product-layout__pin-visual--economy-img2,
.product-page--type-economy .product-layout__pin-visual--economy-img3,
.product-page--type-economy .product-layout__pin-visual--economy-img4,
.product-page--type-economy .product-layout__pin-visual--economy-img5,
.product-page--type-economy .product-layout__panel-visual--economy-flow,
.product-page--type-economy .product-layout__panel-visual--economy-1,
.product-page--type-economy .product-layout__panel-visual--economy-2,
.product-page--type-economy .product-layout__panel-visual--economy-3,
.product-page--type-economy .product-layout__panel-visual--economy-4,
.product-page--type-economy .product-layout__panel-visual--economy-5,
.product-page--type-economy .product-layout__panel-visual--economy-img1,
.product-page--type-economy .product-layout__panel-visual--economy-img2,
.product-page--type-economy .product-layout__panel-visual--economy-img3,
.product-page--type-economy .product-layout__panel-visual--economy-img4,
.product-page--type-economy .product-layout__panel-visual--economy-img5 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.product-page--type-economy .product-layout__pin-visual--economy-flow::after,
.product-page--type-economy .product-layout__pin-visual--economy-1::after,
.product-page--type-economy .product-layout__pin-visual--economy-2::after,
.product-page--type-economy .product-layout__pin-visual--economy-3::after,
.product-page--type-economy .product-layout__pin-visual--economy-4::after,
.product-page--type-economy .product-layout__pin-visual--economy-5::after,
.product-page--type-economy .product-layout__pin-visual--economy-img1::after,
.product-page--type-economy .product-layout__pin-visual--economy-img2::after,
.product-page--type-economy .product-layout__pin-visual--economy-img3::after,
.product-page--type-economy .product-layout__pin-visual--economy-img4::after,
.product-page--type-economy .product-layout__pin-visual--economy-img5::after,
.product-page--type-economy .product-layout__panel-visual--economy-flow::after,
.product-page--type-economy .product-layout__panel-visual--economy-1::after,
.product-page--type-economy .product-layout__panel-visual--economy-2::after,
.product-page--type-economy .product-layout__panel-visual--economy-3::after,
.product-page--type-economy .product-layout__panel-visual--economy-4::after,
.product-page--type-economy .product-layout__panel-visual--economy-5::after,
.product-page--type-economy .product-layout__panel-visual--economy-img1::after,
.product-page--type-economy .product-layout__panel-visual--economy-img2::after,
.product-page--type-economy .product-layout__panel-visual--economy-img3::after,
.product-page--type-economy .product-layout__panel-visual--economy-img4::after,
.product-page--type-economy .product-layout__panel-visual--economy-img5::after {
    display: none;
}

.product-page--type-economy .product-layout__pin-visual--economy-flow,
.product-page--type-economy .product-layout__panel-visual--economy-flow {
    background-image: linear-gradient(180deg, rgba(13, 18, 27, 0.18), rgba(13, 18, 27, 0.34)), url("../../assets/img/products/economy-blade/economy-blade-flow.webp");
}

.product-page--type-economy .product-layout__pin-visual--economy-1,
.product-page--type-economy .product-layout__panel-visual--economy-1 {
    background-image: linear-gradient(180deg, rgba(13, 18, 27, 0.12), rgba(13, 18, 27, 0.4)), url("../../assets/img/products/economy-blade/feature1.webp");
}

.product-page--type-economy .product-layout__pin-visual--economy-2,
.product-page--type-economy .product-layout__panel-visual--economy-2 {
    background-image: linear-gradient(180deg, rgba(13, 18, 27, 0.12), rgba(13, 18, 27, 0.38)), url("../../assets/img/products/economy-blade/feature2.webp");
}

.product-page--type-economy .product-layout__pin-visual--economy-3,
.product-page--type-economy .product-layout__panel-visual--economy-3 {
    background-image: linear-gradient(180deg, rgba(13, 18, 27, 0.1), rgba(13, 18, 27, 0.36)), url("../../assets/img/products/economy-blade/feature3.webp");
}

.product-page--type-economy .product-layout__pin-visual--economy-4,
.product-page--type-economy .product-layout__panel-visual--economy-4 {
    background-image: linear-gradient(180deg, rgba(13, 18, 27, 0.16), rgba(13, 18, 27, 0.42)), url("../../assets/img/products/economy-blade/economy-blade-option1.webp");
}

.product-page--type-economy .product-layout__pin-visual--economy-5,
.product-page--type-economy .product-layout__panel-visual--economy-5 {
    background-image: linear-gradient(180deg, rgba(13, 18, 27, 0.16), rgba(13, 18, 27, 0.42)), url("../../assets/img/products/economy-blade/economy-blade-option2.webp");
}

.product-page--type-economy .product-layout__pin-visual--economy-img1,
.product-page--type-economy .product-layout__panel-visual--economy-img1 {
    background-image: linear-gradient(180deg, rgba(13, 18, 27, 0.12), rgba(13, 18, 27, 0.4)), url("../../assets/img/products/economy-blade/feature1.webp");
}

.product-page--type-economy .product-layout__pin-visual--economy-img2,
.product-page--type-economy .product-layout__panel-visual--economy-img2 {
    background-image: linear-gradient(180deg, rgba(13, 18, 27, 0.12), rgba(13, 18, 27, 0.38)), url("../../assets/img/products/economy-blade/feature2.webp");
}

.product-page--type-economy .product-layout__pin-visual--economy-img3,
.product-page--type-economy .product-layout__panel-visual--economy-img3 {
    background-image: linear-gradient(180deg, rgba(13, 18, 27, 0.1), rgba(13, 18, 27, 0.36)), url("../../assets/img/products/economy-blade/feature3.webp");
}

.product-page--type-economy .product-layout__pin-visual--economy-img4,
.product-page--type-economy .product-layout__panel-visual--economy-img4 {
    background-image: linear-gradient(180deg, rgba(13, 18, 27, 0.16), rgba(13, 18, 27, 0.42)), url("../../assets/img/products/economy-blade/economy-blade-option1.webp");
}

.product-page--type-economy .product-layout__pin-visual--economy-img5,
.product-page--type-economy .product-layout__panel-visual--economy-img5 {
    background-image: linear-gradient(180deg, rgba(13, 18, 27, 0.16), rgba(13, 18, 27, 0.42)), url("../../assets/img/products/economy-blade/economy-blade-option2.webp");
}

.product-layout-feature-card__media {
    margin: -22px -22px 14px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.product-layout-feature-card__media img {
    display: block;
    width: 100%;
    height: 168px;
    object-fit: cover;
}

.product-layout-spec-item p {
    margin: 0;
    color: var(--product-muted);
    font-size: 14px;
    line-height: 1.85;
}

.product-layout-spec-item__media {
    margin: 8px 0 0;
    border-radius: 10px;
    overflow: hidden;
}

.product-layout-spec-item__media img {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.product-page--type-economy .product-layout-feature-card,
.product-page--type-economy .product-layout-spec-item,
.product-page--type-economy .product-layout-panel {
    border-color: rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.product-page--type-economy .product-layout-panel {
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.product-page--type-economy .product-layout-section--cta.global-cta {
    background:
        linear-gradient(180deg, rgba(247, 249, 252, 0.92), rgba(241, 245, 249, 0.98)),
        repeating-linear-gradient(
            90deg,
            rgba(15, 23, 42, 0.02) 0 1px,
            transparent 1px 40px
        );
}

/* -------------------------------------------------------------------------- */
/* トップ：NEWS 直下のセクションCTA（WebGL 背景＋オーバーレイ）            */
/* -------------------------------------------------------------------------- */

.contact-cta-band {
    position: relative;
    padding: 0;
    overflow: hidden;
    scroll-margin-top: 120px;
    /* 直前セクションとの間を大きめに確保 */
    margin-top: clamp(80px, 12vw, 160px);
}

/*
 * TOP の NEWS とお問い合わせ CTA のあいだに見える「明るい帯」は、別ブロックではなく
 * .contact-cta-band の margin-top で空いた領域に body の明るい背景が透けているだけ。
 * margin を 0 にし、親 section に NEWS 下辺に近い色を敷いて継ぎ目を消す。
 * （静的フロント: body.front-page／投稿をフロント表示: body.home）
 */
body.front-page #cta.contact-cta-band,
body.home #cta.contact-cta-band {
    margin-top: 0;
    background-color: var(--sstyle-top-news-bg-end);
    background-image: none;
}

.contact-cta-band__stage {
    position: relative;
    display: flex;
    flex-direction: column;
    /* SP：コンテンツを縦中央（下寄せにしない） */
    justify-content: center;
    /* SP：セクション高さ 100vh */
    min-height: 100vh;
    overflow: hidden;
    isolation: isolate;
}

/* TOP Hero セクション直下と同系のフィルム・エッジ処理（.top-hero::before / ::after を帯用に簡略化） */
.contact-cta-band__stage::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 1;
    pointer-events: none;
    background:
        radial-gradient(46% 38% at 74% 50%, rgba(165, 182, 210, 0.07), transparent 72%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.014) 0%, rgba(255, 255, 255, 0.004) 24%, rgba(255, 255, 255, 0) 52%),
        radial-gradient(120% 110% at 50% 50%, transparent 54%, rgba(0, 0, 0, 0.16) 100%),
        radial-gradient(130% 120% at 50% 50%, transparent 60%, rgba(0, 0, 0, 0.12) 100%);
}

.contact-cta-band__stage::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0.22;
    background:
        repeating-linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.016) 0,
            rgba(255, 255, 255, 0.016) 1px,
            transparent 1px,
            16px
        ),
        linear-gradient(180deg, rgba(255, 255, 255, 0.012), rgba(255, 255, 255, 0));
    mix-blend-mode: soft-light;
}

/* PC：CTA を大きめの高さに。コピーは縦中央・左寄せ */
@media (min-width: 600px) {
    .contact-cta-band__stage {
        justify-content: center;
        min-height: min(75vh, 960px);
    }
}

/* TOP Hero の .top-hero__webgl と同型（canvas は JS が挿入） */
.contact-cta-band__webgl {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.contact-cta-band__webgl canvas {
    display: block;
    width: 100%;
    height: 100%;
}

.contact-cta-band__webgl::before,
.contact-cta-band__webgl::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.contact-cta-band__webgl::before {
    z-index: 1;
    opacity: 0.035;
    mix-blend-mode: soft-light;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.18' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.contact-cta-band__webgl::after {
    z-index: 2;
    /* 3D の主張を弱める：外周を強めに締める */
    box-shadow: inset 0 0 160px 56px rgba(0, 0, 0, 0.42);
}

/* .top-hero__fog（アニメ用子要素は省略し、ベースのムードのみ） */
.contact-cta-band__fog {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    /* ハイライトを抑えて 3D を背景に寄せる */
    opacity: 0.72;
  background:
        linear-gradient(102deg, rgba(255, 255, 255, 0.012) 0%, rgba(255, 255, 255, 0.004) 28%, rgba(255, 255, 255, 0) 62%),
        radial-gradient(80% 70% at 22% 56%, rgba(255, 255, 255, 0.01), transparent 68%);
}

/* .top-hero__lightfx */
.contact-cta-band__lightfx {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    opacity: 0.55;
    background:
        radial-gradient(52% 44% at 28% 52%, rgba(255, 255, 255, 0.012), transparent 72%),
        radial-gradient(34% 28% at 72% 48%, rgba(182, 200, 226, 0.03), transparent 76%),
        radial-gradient(40% 34% at 66% 18%, rgba(255, 255, 255, 0.008), transparent 74%);
}

/*
 * マスク：SP/PC ともに 3D 主張を抑える（全面をやや暗く＋ SP は中央コピー向けに左右対称）
 */
.contact-cta-band__mask {
    position: absolute;
    inset: 0;
    z-index: 4;
    pointer-events: none;
    opacity: 1;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.18) 45%, rgba(0, 0, 0, 0.32) 100%),
        linear-gradient(
            180deg,
            rgba(2, 4, 8, 0.88) 0%,
            rgba(2, 4, 8, 0.42) 30%,
            rgba(2, 4, 8, 0.32) 52%,
            rgba(2, 4, 8, 0.48) 78%,
            rgba(2, 4, 8, 0.92) 100%
        ),
        linear-gradient(
            90deg,
            rgba(6, 10, 18, 0.82) 0%,
            rgba(6, 10, 18, 0.58) 22%,
            rgba(6, 10, 18, 0.52) 50%,
            rgba(6, 10, 18, 0.58) 78%,
            rgba(6, 10, 18, 0.82) 100%
        ),
        radial-gradient(ellipse 110% 120% at 50% 48%, rgba(0, 0, 0, 0.42), transparent 58%),
        radial-gradient(130% 120% at 50% 50%, rgba(0, 0, 0, 0.22) 18%, rgba(0, 0, 0, 0.58) 100%);
}

/*
 * PC：Hero（.top-hero__mask）と同系の斜めマスク。
 * 左〜中央寄りを強く締め、右は従来どおり 3D 側の視認度を残す（縦半分ではなく 96deg）
 */
@media (min-width: 600px) {
    .contact-cta-band__mask {
        background:
            linear-gradient(
                96deg,
                rgba(0, 0, 0, 0.78) 0%,
                rgba(2, 4, 8, 0.94) 12%,
                rgba(2, 4, 8, 0.88) 26%,
                rgba(2, 4, 8, 0.72) 44%,
                rgba(2, 4, 8, 0.48) 62%,
                rgba(2, 4, 8, 0.3) 80%,
                rgba(2, 4, 8, 0.18) 100%
            ),
            radial-gradient(88% 92% at 14% 50%, rgba(5, 8, 14, 0.62) 0%, rgba(5, 8, 14, 0.28) 48%, rgba(5, 8, 14, 0.06) 82%, transparent 100%),
            linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, transparent 42%, rgba(0, 0, 0, 0.18) 100%),
            radial-gradient(ellipse 88% 125% at 96% 45%, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.48) 100%);
    }

    /* マスク上のノイズは PC で一段抑える（コピー後ろのスクリムと二重にならないよう） */
    .contact-cta-band__mask::before {
        opacity: 0.025;
    }

    .contact-cta-band__mask::after {
        opacity: 0.045;
    }
}

.contact-cta-band__mask::before,
.contact-cta-band__mask::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.contact-cta-band__mask::before {
    opacity: 0.05;
    mix-blend-mode: soft-light;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.12' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.contact-cta-band__mask::after {
    opacity: 0.07;
    background:
        radial-gradient(54% 44% at 50% 48%, rgba(255, 255, 255, 0.006), transparent 74%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.004), rgba(255, 255, 255, 0));
}

/*
 * 表示幅：.js-footer の padding(16px) 内の .site-footer__container と同じく
 * width: min(1400px, 100%) 相当 → セクション全幅時は min(1400px, calc(100% - 32px)) で左右 16px 相当
 */
.contact-cta-band__inner {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    /* SP：コンテンツ中央配置 */
    align-items: center;
    box-sizing: border-box;
    width: min(1400px, calc(100% - 32px));
    margin-inline: auto;
    padding: clamp(36px, 6vw, 64px) 0 clamp(44px, 8vw, 84px);
    text-align: center;
    color: rgba(248, 250, 252, 0.94);
    isolation: isolate;
}

@media (min-width: 600px) {
    .contact-cta-band__inner {
        align-items: flex-start;
        text-align: left;
        /* 下寄せ時の大きめ下パディングをやめ、縦中央と見た目を揃える */
        padding: clamp(40px, 7vw, 72px) 0 clamp(40px, 7vw, 72px);
    }
}

/* コピー背後のソフトスクリム（SP 中央／PC 左） */
.contact-cta-band__inner::before {
    content: "";
    position: absolute;
    inset: 14% 10% 18% 10%;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        rgba(7, 10, 16, 0.28) 0%,
        rgba(7, 10, 16, 0.16) 45%,
        rgba(7, 10, 16, 0.2) 100%
    );
    filter: blur(20px);
    border-radius: 24px;
}

@media (min-width: 600px) {
    /* 斜めマスクで左を足すため、ぼかしスクリムは使わない（粒状・二重がノイズに見える） */
    .contact-cta-band__inner::before {
        opacity: 0;
        visibility: hidden;
    }
}

.contact-cta-band__inner > * {
    position: relative;
    z-index: 1;
}

.contact-cta-band__eyebrow {
    margin: 0 0 10px;
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(203, 213, 225, 0.84);
    text-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
}

.contact-cta-band__kicker {
    margin: 0 0 8px;
    font-size: 12px;
    letter-spacing: 0.14em;
    color: rgba(203, 213, 225, 0.88);
    text-shadow: 0 8px 20px rgba(0, 0, 0, 0.24);
}

.contact-cta-band__title {
    margin: 0 0 14px;
    font-size: clamp(22px, 4vw, 34px);
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: rgba(248, 250, 252, 0.94);
    text-shadow: 0 18px 42px rgba(0, 0, 0, 0.38), 0 2px 0 rgba(255, 255, 255, 0.04);
}

.contact-cta-band__lead {
    margin: 0 0 22px;
    max-width: 36rem;
    font-size: 14px;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.9);
}

.contact-cta-band__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 18px;
}

@media (min-width: 600px) {
    .contact-cta-band__actions {
        justify-content: flex-start;
    }
}

.contact-cta-band__actions .primary-button--light {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.contact-cta-band__phone {
    margin: 0;
    font-size: 15px;
    letter-spacing: 0.05em;
}

.contact-cta-band__phone-label {
    margin-right: 8px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.55);
}

.contact-cta-band__phone-link {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.contact-cta-band__phone-link:hover,
.contact-cta-band__phone-link:focus-visible {
    text-decoration: underline;
}

.contact-cta-band__note {
    margin: 10px 0 0;
    max-width: 32rem;
    font-size: 11px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.52);
}
