/*
Theme Name: K2GYM LP Theme
Theme URI: https://k2gym.jp
Author: Sakita / PM-CURSOR
Description: K2GYM姿勢改善LP用ブロックテーマ
Version: 1.1.1
Requires at least: 6.2
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: k2gymlp-theme
*/

@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

:root {
    --k2-bg: #F5F2EC;
    --k2-bg-alt: #EDEAE3;
    --k2-bg-dark: #0A0A0A;
    --k2-bg-dark-soft: #141414;
    --k2-text: #2A2A2A;
    --k2-text-muted: #6B6B6B;
    --k2-text-light: #F5F2EC;
    --k2-gold: #C9A962;
    --k2-gold-light: #DFC88A;
    --k2-gold-dark: #A88B3A;
    --k2-line: #06C755;
    --k2-border: rgba(201, 169, 98, 0.25);
    --k2-shadow-sm: 0 4px 24px rgba(0, 0, 0, 0.08);
    --k2-shadow-md: 0 12px 48px rgba(0, 0, 0, 0.14);
    --k2-shadow-lg: 0 24px 64px rgba(0, 0, 0, 0.22);
    --k2-radius: 2px;
    --k2-max-content: 1200px;
    --k2-transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── Base ── */

html, body {
    margin: 0 !important;
    padding: 0 !important;
}

html {
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    scroll-behavior: smooth;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.9;
    letter-spacing: 0.06em;
    color: var(--k2-text);
    background-color: var(--k2-bg);
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wp-site-blocks,
.is-layout-flow > *,
.wp-block-group {
    margin-block-start: 0 !important;
}

.wp-site-blocks {
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
}

html .wp-site-blocks,
body .wp-site-blocks {
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
}

.wp-site-blocks > *,
.wp-site-blocks > header,
.wp-site-blocks header,
.wp-site-blocks .site-header,
.wp-site-blocks header .site-header {
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
}

.wp-block-group {
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
}

header,
header *,
header .wp-block-group,
header .site-header {
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
}

header {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
}

html body > header,
html body header,
.wp-site-blocks > header,
.wp-site-blocks header {
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
}

:where(h1, h2, h3, h4, h5, h6) {
    font-family: 'Zen Old Mincho', serif;
    line-height: 1.75;
    letter-spacing: 0.06em;
    color: var(--k2-text);
    font-weight: 600;
}

.wp-block-group + .wp-block-group {
    margin-top: 0 !important;
}

/* ── Header ── */

html body header .wp-block-group.site-header,
html body header .site-header.wp-block-group,
html body header .alignfull.site-header,
html body > header .wp-block-group.site-header,
html body > header .site-header.wp-block-group,
html body header div.wp-block-group.site-header,
html body > header div.wp-block-group.site-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    background-color: rgba(10, 10, 10, 0.88) !important;
    background: rgba(10, 10, 10, 0.88) !important;
    backdrop-filter: blur(16px) saturate(1.2) !important;
    -webkit-backdrop-filter: blur(16px) saturate(1.2) !important;
    border-bottom: 1px solid rgba(201, 169, 98, 0.15) !important;
    transition: all var(--k2-transition) !important;
    margin: 0 !important;
}

html body header .wp-block-group.site-header *,
html body header .site-header.wp-block-group *,
html body header .alignfull.site-header *,
html body > header .wp-block-group.site-header *,
html body > header .site-header.wp-block-group * {
    color: #ffffff !important;
}

.site-logo {
    margin: 0 !important;
    flex-shrink: 0;
}

.site-logo a {
    display: block;
    line-height: 0;
    text-decoration: none !important;
    transition: opacity var(--k2-transition);
}

.site-logo a:hover {
    opacity: 0.85;
}

.site-logo img {
    display: block;
    width: auto;
    height: 40px;
    max-height: 40px;
    object-fit: contain;
    object-position: left center;
}

html body header .site-header .site-logo img,
html body header .wp-block-group.site-header .site-logo img,
html body > header .site-header .site-logo img,
html body > header .wp-block-group.site-header .site-logo img {
    filter: none !important;
}

html body header .site-header a:not(.wp-block-button__link),
html body header .wp-block-group.site-header a:not(.wp-block-button__link),
html body > header .site-header a:not(.wp-block-button__link),
html body > header .wp-block-group.site-header a:not(.wp-block-button__link) {
    color: #ffffff !important;
}

.line-button .wp-block-button__link {
    background: linear-gradient(135deg, var(--k2-gold-light) 0%, var(--k2-gold) 50%, var(--k2-gold-dark) 100%) !important;
    background-color: var(--k2-gold) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    padding: 0.75em 1.4em !important;
    border-radius: var(--k2-radius) !important;
    text-decoration: none !important;
    transition: all var(--k2-transition) !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    position: relative !important;
    font-size: 0.85rem !important;
    box-shadow: 0 4px 16px rgba(201, 169, 98, 0.35) !important;
}

.line-button .wp-block-button__link::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M19.365 9.863c.349 0 .63.285.63.631 0 .345-.281.63-.63.63H17.61v1.125h1.755c.349 0 .63.283.63.63 0 .344-.281.629-.63.629h-2.386c-.345 0-.627-.285-.627-.629V8.108c0-.345.282-.63.63-.63h2.386c.349 0 .63.285.63.63 0 .349-.281.63-.63.63H17.61v1.125h1.755zm-3.855 3.016c0 .27-.174.51-.432.596-.064.021-.133.031-.199.031-.211 0-.391-.09-.51-.25l-2.443-3.317v2.94c0 .344-.279.629-.631.629-.346 0-.626-.285-.626-.629V8.108c0-.27.173-.51.43-.595.06-.023.136-.033.194-.033.195 0 .375.104.495.254l2.462 3.33V8.108c0-.345.282-.63.63-.63.345 0 .63.285.63.63v4.771zm-5.741 0c0 .344-.282.629-.631.629-.345 0-.627-.285-.627-.629V8.108c0-.345.282-.63.63-.63.346 0 .628.285.628.63v4.771zm-2.466.629H4.917c-.345 0-.63-.285-.63-.629V8.108c0-.345.285-.63.63-.63.348 0 .63.285.63.63v4.141h1.756c.348 0 .629.283.629.63 0 .344-.282.629-.63.629M24 10.314C24 4.943 18.615.572 12 .572S0 4.943 0 10.314c0 4.811 5.27 8.842 12 9.608.394.077.908.169 1.354.315.19.062.38.125.552.19.748.277 1.396.49 1.846.49.386 0 .723-.133 1.01-.38.32-.277.5-.652.5-1.05 0-.075-.01-.15-.02-.225-.08-.494-.15-.975-.15-1.43 0-.494.08-.975.15-1.43.01-.075.02-.15.02-.225 0-.398-.18-.773-.5-1.05-.287-.247-.624-.38-1.01-.38-.45 0-1.098.213-1.846.49-.172.065-.362.128-.552.19-.446.146-.96.238-1.354.315C5.27 19.156 0 15.125 0 10.314z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.line-button .wp-block-button__link:hover {
    transform: translateY(-2px) !important;
    filter: brightness(1.05) !important;
    box-shadow: 0 6px 24px rgba(201, 169, 98, 0.5) !important;
}

.header-spacer {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
}

html body header,
html body > header,
body header,
header {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
}

html body header .wp-block-group.site-header {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
}

/* ── Hero ── */

.wp-block-cover,
div[class*="wp-block-cover"],
div[class*="cover"],
.wp-block-cover__background {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.wp-block-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    position: relative;
    z-index: 1;
}

html .wp-block-cover,
html body .wp-block-cover,
html body .wp-site-blocks .wp-block-cover,
html .wp-site-blocks .wp-block-cover,
body .wp-block-cover,
body .wp-site-blocks .wp-block-cover,
.wp-site-blocks .wp-block-cover,
.wp-block-cover {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

html body header + *,
html body .header-spacer + *,
html body .wp-site-blocks > header + *,
html body .wp-site-blocks > .header-spacer + *,
html body .wp-site-blocks header + *,
html body .wp-site-blocks .header-spacer + *,
body header + *,
body .header-spacer + *,
header + *,
.header-spacer + * {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

html body header + *[style*="padding-top"],
html body .header-spacer + *[style*="padding-top"],
html body .wp-site-blocks > header + *[style*="padding-top"],
html body .wp-site-blocks > .header-spacer + *[style*="padding-top"],
body header + *[style*="padding-top"],
body .header-spacer + *[style*="padding-top"],
header + *[style*="padding-top"],
.header-spacer + *[style*="padding-top"] {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

html body .wp-block-cover:first-of-type,
html body .wp-site-blocks .wp-block-cover:first-of-type,
body .wp-block-cover:first-of-type,
.wp-block-cover:first-of-type {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

html body .wp-block-cover[style*="padding-top"],
html body .wp-block-cover[style*="paddingTop"],
html body .wp-block-cover[style*="padding-top: 0"],
html body .wp-block-cover[style*="padding-top:0"],
body .wp-block-cover[style*="padding-top"],
.wp-block-cover[style*="padding-top"],
html .wp-block-cover[style*="padding-top"],
div.wp-block-cover[style*="padding-top"] {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

html body .wp-block-cover,
html body .wp-site-blocks .wp-block-cover,
html body header + .wp-block-cover,
html body .header-spacer + .wp-block-cover {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.wp-block-cover__background {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hero-section .wp-block-cover__background {
    background-position: center 40% !important;
}

.hero-section .wp-block-cover__background.has-background-dim {
    opacity: 0.45 !important;
    background-color: #0a0a0a !important;
}

.hero-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            ellipse 70% 55% at 50% 45%,
            rgba(0, 0, 0, 0.35) 0%,
            rgba(0, 0, 0, 0.12) 55%,
            transparent 100%
        ),
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.35) 0%,
            transparent 35%,
            transparent 65%,
            rgba(0, 0, 0, 0.5) 100%
        );
    pointer-events: none;
    z-index: 1;
}

.hero-section .wp-block-cover__inner-container {
    position: relative;
    z-index: 2;
    max-width: 900px !important;
    width: calc(100% - 2rem) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: clamp(1.25rem, 4vw, 2.5rem) !important;
    padding-right: clamp(1.25rem, 4vw, 2.5rem) !important;
    background: rgba(0, 0, 0, 0.28) !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2) !important;
}

:where(.wp-block-cover) :where(h1, h2, h3, h4, h5, h6, p):not(.has-text-color) {
    color: #ffffff;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.6);
}

:where(.wp-block-cover) :where(h1, h2, h3, h4, h5, h6, p).has-text-color {
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.6);
}

html body .wp-block-cover .wp-block-cover__inner-container,
html body .wp-site-blocks .wp-block-cover .wp-block-cover__inner-container,
body .wp-block-cover .wp-block-cover__inner-container,
.wp-site-blocks .wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover__inner-container {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 100% !important;
    padding-top: 14vh !important;
    padding-bottom: 10vh !important;
    margin-top: 0 !important;
}

.hero-eyebrow {
    color: var(--k2-gold-light) !important;
    font-family: 'Noto Sans JP', sans-serif !important;
    text-transform: uppercase;
    margin-bottom: 1.5em !important;
    opacity: 1;
    text-shadow:
        0 1px 3px rgba(0, 0, 0, 0.9),
        0 0 20px rgba(0, 0, 0, 0.6) !important;
    position: relative;
    padding-bottom: 1em;
}

.hero-eyebrow::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 1px;
    background: var(--k2-gold);
}

html body .wp-block-cover .wp-block-heading,
.wp-block-cover .wp-block-heading,
.hero-title {
    margin-top: 0 !important;
    margin-bottom: 1.5em !important;
    line-height: 1.85 !important;
    letter-spacing: 0.08em !important;
    max-width: 820px !important;
    text-align: center !important;
    font-size: clamp(1.5rem, 3.5vw, 2.25rem) !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    text-shadow:
        0 0 2px rgba(0, 0, 0, 1),
        0 2px 6px rgba(0, 0, 0, 0.95),
        0 6px 24px rgba(0, 0, 0, 0.85),
        0 0 48px rgba(0, 0, 0, 0.5) !important;
}

.hero-section .hero-title {
    -webkit-font-smoothing: antialiased;
}

.wp-block-cover .wp-block-buttons {
    margin-top: 2em !important;
    margin-bottom: 0 !important;
}

.wp-block-cover .hero-cta-button .wp-block-button__link {
    background: linear-gradient(135deg, var(--k2-gold-light) 0%, var(--k2-gold) 50%, var(--k2-gold-dark) 100%) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    padding: 1.15em 2.8em !important;
    border-radius: var(--k2-radius) !important;
    text-decoration: none !important;
    transition: all var(--k2-transition) !important;
    display: inline-block !important;
    box-shadow: 0 4px 24px rgba(201, 169, 98, 0.35) !important;
    font-size: 0.95rem !important;
}

.wp-block-cover .hero-cta-button .wp-block-button__link:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 32px rgba(201, 169, 98, 0.5) !important;
    filter: brightness(1.05) !important;
}

/* ── Intro ── */

.intro-section {
    background: var(--k2-bg);
    position: relative;
}

.intro-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 4rem;
    background: linear-gradient(180deg, var(--k2-gold) 0%, transparent 100%);
}

.intro-lead {
    font-family: 'Zen Old Mincho', serif !important;
    font-size: clamp(1.05rem, 2vw, 1.25rem) !important;
    line-height: 2 !important;
    letter-spacing: 0.08em !important;
    color: var(--k2-text) !important;
    position: relative;
    padding: 0 1em;
    text-wrap: pretty;
}

.intro-lead__text {
    display: inline;
}

.intro-lead__break {
    display: none;
}

.intro-lead::before,
.intro-lead::after {
    content: '—';
    color: var(--k2-gold);
    margin: 0 0.5em;
    opacity: 0.6;
}

/* ── Content Sections ── */

.content-section {
    position: relative;
}

.content-section--01 {
    background: var(--k2-bg-alt);
}

.content-section--02 {
    background: var(--k2-bg);
}

.content-section--03 {
    background: var(--k2-bg-alt);
}

.content-media-text {
    gap: 4rem !important;
    align-items: center !important;
}

.content-image {
    position: relative;
}

.content-image::before {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    right: 8px;
    bottom: 8px;
    border: 1px solid var(--k2-border);
    pointer-events: none;
    z-index: 1;
}

.content-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    box-shadow: var(--k2-shadow-md);
    transition: transform var(--k2-transition), box-shadow var(--k2-transition);
}

.content-image:hover img {
    transform: scale(1.02);
    box-shadow: var(--k2-shadow-lg);
}

.content-text {
    padding: 1rem 0 !important;
}

.section-label {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-size: 0.75rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.25em !important;
    color: var(--k2-gold) !important;
    margin: 0 0 1.2em !important;
    line-height: 1 !important;
}

.section-label--light {
    color: var(--k2-gold-light) !important;
}

.content-section .wp-block-heading {
    font-size: clamp(1.15rem, 2.2vw, 1.45rem) !important;
    line-height: 1.85 !important;
    letter-spacing: 0.05em !important;
}

.content-section .wp-block-heading strong {
    font-weight: 700;
}

/* ── CTA Section ── */

.cta-section {
    background: var(--k2-bg-dark);
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 30% 50%, rgba(201, 169, 98, 0.08) 0%, transparent 60%),
        radial-gradient(ellipse at 70% 50%, rgba(201, 169, 98, 0.05) 0%, transparent 60%);
    pointer-events: none;
}

.cta-section > .alignwide {
    position: relative;
    z-index: 1;
}

.main-cta-button .wp-block-button__link {
    background: linear-gradient(135deg, var(--k2-gold-light) 0%, var(--k2-gold) 50%, var(--k2-gold-dark) 100%) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    padding: 1.2em 2.5em !important;
    border-radius: var(--k2-radius) !important;
    text-decoration: none !important;
    transition: all var(--k2-transition) !important;
    display: inline-block !important;
    box-shadow: 0 4px 24px rgba(201, 169, 98, 0.35) !important;
    font-size: 1rem !important;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.main-cta-button .wp-block-button__link:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 32px rgba(201, 169, 98, 0.5) !important;
}

.cta-section .cta-note {
    color: rgba(255, 255, 255, 0.45) !important;
}

/* ── Profile ── */

.profile-section {
    background: var(--k2-bg-dark-soft);
    position: relative;
}

.profile-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--k2-border), transparent);
}

.profile-media-text {
    gap: 4rem !important;
    align-items: center !important;
}

.profile-image {
    position: relative;
}

.profile-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    box-shadow: var(--k2-shadow-lg);
    border: 1px solid rgba(201, 169, 98, 0.2);
}

.profile-content .profile-name,
.profile-name {
    font-family: 'Zen Old Mincho', serif !important;
    font-size: clamp(1.25rem, 2.5vw, 1.6rem) !important;
    font-weight: 600 !important;
    margin-bottom: 0.3em !important;
    color: var(--k2-text-light) !important;
}

.profile-catchcopy {
    font-family: 'Noto Sans JP', sans-serif !important;
    color: var(--k2-text-light) !important;
    line-height: 1.7 !important;
    letter-spacing: 0.06em !important;
    border-left: 2px solid var(--k2-gold) !important;
    padding-left: 1.2em !important;
    margin-bottom: 1.5em !important;
    opacity: 0.95;
}

.profile-description {
    line-height: 2 !important;
    letter-spacing: 0.05em !important;
    margin-bottom: 1.2em !important;
    color: rgba(245, 242, 236, 0.78) !important;
    font-size: 0.95rem !important;
}

.profile-description:last-child {
    margin-bottom: 0;
}

.profile-description strong {
    color: var(--k2-gold-light) !important;
}

/* ── Footer ── */

.site-footer,
.site-footer.wp-block-group,
footer .site-footer,
footer .site-footer.wp-block-group,
html body footer .site-footer,
html body footer .site-footer.wp-block-group {
    background-color: var(--k2-bg-dark) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    color: #ffffff !important;
    border-top: 1px solid rgba(201, 169, 98, 0.12) !important;
}

.site-footer,
.site-footer *,
.site-footer p,
.site-footer a,
.site-footer .wp-block-paragraph,
.site-footer .has-text-color,
.site-footer .wp-block-group,
footer .site-footer *,
footer .site-footer p,
footer .site-footer a,
html body footer .site-footer *,
html body footer .site-footer p,
html body footer .site-footer a {
    color: #ffffff !important;
}

.footer-logo {
    margin: 0 auto !important;
    text-align: center;
}

.footer-logo a {
    display: inline-block;
    line-height: 0;
    text-decoration: none !important;
    transition: opacity var(--k2-transition);
}

.footer-logo a:hover {
    opacity: 0.85;
}

.footer-logo img {
    display: block;
    width: auto;
    height: 36px;
    max-height: 36px;
    margin: 0 auto;
    object-fit: contain;
    filter: none !important;
}

.footer-copyright {
    color: #888888 !important;
}

/* ── Buttons (Global) ── */

.wp-block-button__link {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 1.2em 2.5em;
    border-radius: var(--k2-radius);
    text-decoration: none;
    transition: all var(--k2-transition);
    display: inline-block;
}

.wp-block-button__link:hover {
    opacity: 0.95;
    transform: translateY(-2px);
}

.wp-block-list {
    list-style: none;
    padding-left: 0;
}

.wp-block-list li {
    position: relative;
    padding-left: 2em;
    margin-bottom: 1.5em;
    display: flex;
    align-items: baseline;
}

.wp-block-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2em;
    color: var(--k2-gold);
    font-weight: 700;
    line-height: 1.8;
    display: flex;
    align-items: baseline;
}

.cta-note {
    font-size: 0.85rem !important;
    margin-top: 0.8em !important;
    margin-bottom: 0 !important;
}

/* ── Mobile ── */

@media (max-width: 768px) {
    html body header .wp-block-group.site-header,
    html body header .site-header.wp-block-group,
    html body > header .wp-block-group.site-header,
    html body > header .site-header.wp-block-group {
        height: 48px !important;
        min-height: 48px !important;
        max-height: 48px !important;
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
        box-sizing: border-box !important;
    }

    html body header .site-header .wp-block-group,
    html body header .wp-block-group.site-header .wp-block-group,
    html body > header .site-header .wp-block-group,
    html body > header .wp-block-group.site-header .wp-block-group,
    .site-header .wp-block-group {
        max-height: none !important;
        height: auto !important;
    }

    .site-logo img {
        height: 28px !important;
        max-height: 28px !important;
        width: auto !important;
    }

    html body header .line-button .wp-block-button__link,
    html body > header .line-button .wp-block-button__link,
    .site-header .line-button .wp-block-button__link {
        font-size: 11px !important;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
        white-space: nowrap;
        line-height: 1.3 !important;
    }

    html body header .line-button .wp-block-button__link::before,
    html body > header .line-button .wp-block-button__link::before,
    .site-header .line-button .wp-block-button__link::before {
        width: 12px !important;
        height: 12px !important;
    }

    html body .wp-block-cover .wp-block-cover__inner-container,
    html body .wp-site-blocks .wp-block-cover .wp-block-cover__inner-container,
    body .wp-block-cover .wp-block-cover__inner-container,
    .wp-site-blocks .wp-block-cover .wp-block-cover__inner-container,
    .wp-block-cover .wp-block-cover__inner-container,
    .wp-block-cover__inner-container {
        padding-top: 18vh !important;
        padding-bottom: 8vh !important;
        min-height: auto !important;
    }

    .hero-section .wp-block-cover__inner-container {
        width: calc(100% - 1rem) !important;
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
        background: rgba(0, 0, 0, 0.35) !important;
    }

    .wp-block-cover .wp-block-heading,
    .hero-title {
        font-size: 1.35rem !important;
        line-height: 1.9 !important;
        word-break: keep-all !important;
        overflow-wrap: break-word !important;
        hyphens: none !important;
        margin-bottom: 1.5em !important;
        margin-top: 0 !important;
        letter-spacing: 0.05em !important;
        padding: 0 !important;
        max-width: 100% !important;
    }

    .wp-block-cover .wp-block-buttons {
        margin-top: 1.5em !important;
        margin-bottom: 0 !important;
    }

    .wp-block-cover .hero-cta-button .wp-block-button__link {
        font-size: 0.9rem !important;
        padding: 1em 2em !important;
        letter-spacing: 0.08em !important;
    }

    html body .wp-block-cover,
    html body .wp-site-blocks .wp-block-cover,
    body .wp-block-cover,
    .wp-site-blocks .wp-block-cover,
    .wp-block-cover {
        padding-top: 0 !important;
        padding-bottom: 2rem !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        margin-top: 0 !important;
    }

    html body header {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    html body header + .wp-block-cover {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    html body .wp-block-cover[style*="padding-top"],
    html body .wp-block-cover[style*="paddingTop"],
    body .wp-block-cover[style*="padding-top"],
    .wp-block-cover[style*="padding-top"] {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .intro-section {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

    .intro-lead {
        font-size: 1.05rem !important;
        line-height: 2 !important;
        letter-spacing: 0.06em !important;
        padding: 0 0.5rem !important;
        word-break: keep-all !important;
        overflow-wrap: normal !important;
        text-wrap: pretty;
    }

    .intro-lead__text {
        display: inline-block;
        max-width: 18em;
        text-align: center;
    }

    .intro-lead__break {
        display: block;
        content: '';
        margin: 0;
        line-height: 0;
    }

    .intro-lead::before,
    .intro-lead::after {
        display: none;
    }

    .intro-section .alignwide {
        position: relative;
    }

    .intro-section .alignwide::after {
        content: '';
        display: block;
        width: 2.5rem;
        height: 1px;
        margin: 1.25rem auto 0;
        background: linear-gradient(90deg, transparent, var(--k2-gold), transparent);
        opacity: 0.7;
    }

    .content-section {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .content-media-text {
        gap: 2rem !important;
    }

    .content-image::before {
        top: -4px;
        left: -4px;
        right: 4px;
        bottom: 4px;
    }

    html body .wp-block-heading,
    html body .wp-site-blocks .wp-block-heading,
    body .wp-block-heading,
    .wp-site-blocks .wp-block-heading,
    .wp-block-heading {
        font-size: 1.15rem !important;
        line-height: 1.8 !important;
        word-break: keep-all !important;
        overflow-wrap: break-word !important;
        letter-spacing: 0.04em !important;
        margin-bottom: 1em !important;
        margin-top: 0 !important;
        font-weight: 600 !important;
        hyphens: none !important;
    }

    html body .wp-block-paragraph,
    html body .wp-site-blocks .wp-block-paragraph,
    body .wp-block-paragraph,
    .wp-site-blocks .wp-block-paragraph,
    .wp-block-paragraph {
        font-size: 0.95rem !important;
        line-height: 1.85 !important;
        letter-spacing: 0.04em !important;
        margin-bottom: 1.2em !important;
        margin-top: 0 !important;
        word-break: keep-all !important;
        overflow-wrap: break-word !important;
    }

    .wp-block-media-text {
        margin-bottom: 0 !important;
        padding: 0 !important;
        gap: 1.5rem !important;
    }

    .wp-block-media-text__media {
        margin-bottom: 0 !important;
    }

    .wp-block-media-text__content {
        padding: 0.5rem 0 !important;
        align-self: flex-start !important;
    }

    html body .wp-block-media-text .wp-block-heading,
    html body .wp-block-group .wp-block-heading,
    .wp-block-media-text .wp-block-heading,
    .wp-block-group .wp-block-heading {
        font-size: 1.15rem !important;
        line-height: 1.8 !important;
        margin-bottom: 1em !important;
        margin-top: 0 !important;
        padding-right: 0 !important;
        font-weight: 600 !important;
        letter-spacing: 0.04em !important;
        word-break: keep-all !important;
        overflow-wrap: break-word !important;
        hyphens: none !important;
    }

    .wp-block-list li {
        padding-left: 1.8em;
        font-size: 0.95em;
    }

    .wp-block-button__link {
        padding: 1em 2em;
        font-size: 0.95em;
    }

    .profile-name {
        font-size: 1.25rem !important;
    }

    .profile-media-text {
        gap: 2.5rem !important;
    }

    .profile-description {
        font-size: 0.9rem !important;
        line-height: 1.9 !important;
    }

    .cta-section {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .profile-section {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .footer-logo img {
        height: 28px !important;
        max-height: 28px !important;
    }
}
