/*
 * CREPASS section styles.
 * Built on Hotel 26 / Hotel Prime design tokens (--sp-primary charcoal,
 * --sp-secondary orange, --sp-radius, --sp-shadow). Adds Japanese typography
 * and the CREPASS-specific homepage sections while staying visually native.
 */

/* ---- Japanese typography (keep Latin Poppins, fall back to Noto Sans JP) ---- */
body,
.theme-content h1,
.theme-content h3,
.section-title h2,
.heading-default .sub-title,
.cta-content h1,
.btn,
.crepass-hero__content,
h1, h2, h3, h4, h5, h6, p, a, li, span {
	font-family: "Poppins", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}
body { font-feature-settings: "palt"; line-height: 1.8; }

/* ---- Header wordmark (white + orange) ---- */
.crepass-wordmark {
	font-family: "Poppins", "Noto Sans JP", sans-serif;
	font-weight: 800; font-size: 26px; letter-spacing: .06em;
	color: #fff; text-decoration: none; white-space: nowrap; line-height: 1;
}
.crepass-wordmark:hover { color: #fff; }
.crepass-wordmark b { color: var(--sp-secondary); font-weight: 800; }
@media (max-width: 991px) { .crepass-wordmark { font-size: 22px; } }
/* Hide the parent site-title/description text if it ever renders */
.logo .site-title, .logo .site-description { display: none; }

/* ---- Brand logo placed at the bottom of the hero ---- */
.crepass-hero__logo {
	margin-top: 48px; padding-top: 34px; text-align: center;
	border-top: 1px solid rgba(255,255,255,.14);
}
.crepass-hero__logo img { height: 78px; width: auto; display: inline-block; }
@media (max-width: 575px) { .crepass-hero__logo img { height: 60px; } }

/* ---- Shared helpers ---- */
.crepass-lead {
	max-width: 720px;
	margin: 14px auto 0;
	color: var(--sp-gray);
	font-size: 16px;
}
.heading-default.text-center { margin-left: auto; margin-right: auto; }
.crepass-btns { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.crepass-btns--center { justify-content: center; }
.btn.btn-lg { padding: 14px 30px; font-size: 16px; }

/* =========================================================
   HERO
   ========================================================= */
.crepass-hero {
	position: relative;
	overflow: hidden;
	color: var(--sp-white);
	background:
		radial-gradient(900px 500px at 80% -10%, rgba(232,126,20,.28), transparent 60%),
		radial-gradient(800px 500px at 0% 120%, rgba(232,126,20,.14), transparent 55%),
		linear-gradient(160deg, #202020, #101010 70%);
	padding: 130px 0 110px;
}
.crepass-hero::before {
	content: "";
	position: absolute; inset: 0;
	background-image: url(../../../hotel-26/assets/images/pattern1.png);
	background-size: cover; background-position: center;
	opacity: .06; z-index: 0;
}
.crepass-hero .container { position: relative; z-index: 1; }
.crepass-hero__content { max-width: 900px; margin: 0 auto; }
.crepass-hero__content h3 {
	color: var(--sp-secondary);
	text-transform: uppercase;
	letter-spacing: .12em;
	font-size: 15px; font-weight: 600; margin-bottom: 18px;
}
.crepass-hero__content h1 {
	color: var(--sp-white);
	font-size: clamp(34px, 6vw, 64px);
	line-height: 1.25; font-weight: 800; margin-bottom: 20px;
}
.crepass-hero__content h1 span { color: var(--sp-secondary); }
.crepass-hero__content p {
	color: rgba(255,255,255,.82);
	font-size: 18px; font-weight: 300;
	max-width: 40em; margin: 0 auto 6px;
}
.crepass-hero .crepass-btns { justify-content: center; }

.crepass-hero__meta {
	list-style: none; padding: 0;
	display: flex; flex-wrap: wrap; justify-content: center; gap: 40px;
	margin: 46px 0 0;
}
.crepass-hero__meta li { position: relative; padding-left: 18px; text-align: left; }
.crepass-hero__meta li::before { content: ""; position: absolute; left: 0; top: 4px; bottom: 4px; width: 3px; border-radius: 3px; background: var(--sp-secondary); }
.crepass-hero__meta strong { display: block; font-size: 24px; font-weight: 800; color: #fff; line-height: 1.2; }
.crepass-hero__meta span { font-size: 13px; color: rgba(255,255,255,.65); }

/* =========================================================
   Cards (shared card look)
   ========================================================= */
.crepass-card,
.crepass-pillar,
.crepass-step,
.crepass-feat,
.crepass-goal {
	height: 100%;
	background: var(--sp-white);
	border: 1px solid var(--sp-border-extra-light);
	border-radius: var(--sp-radius);
	box-shadow: var(--sp-shadow);
	transition: var(--sp-transition);
}
.crepass-card:hover,
.crepass-pillar:hover,
.crepass-step:hover,
.crepass-feat:hover,
.crepass-goal:hover { transform: translateY(-5px); box-shadow: 0 14px 34px rgb(0 0 0 / 12%); }

.row [class*="col-"] { margin-bottom: 24px; }

/* PROBLEM */
.crepass-problem { background: #faf8f5; }
.crepass-card--problem { padding: 28px 24px; }
.crepass-card__no { font-size: 15px; font-weight: 800; color: var(--sp-secondary); letter-spacing: .08em; }
.crepass-card--problem h5 { font-weight: 700; margin: 8px 0 8px; }
.crepass-card--problem p { color: var(--sp-gray); font-size: 14px; margin: 0; }
.crepass-problem__result {
	text-align: center; margin: 26px 0 0;
	font-size: clamp(18px, 2.4vw, 24px); font-weight: 700;
}
.crepass-problem__result span { color: var(--sp-secondary); }

/* CONCEPT (dark) */
.crepass-concept {
	position: relative; overflow: hidden;
	color: #fff;
	background:
		radial-gradient(700px 420px at 85% 10%, rgba(232,126,20,.20), transparent 60%),
		linear-gradient(160deg, #202020, #0e0e0e 75%);
}
.crepass-concept .heading-default .sub-title { color: var(--sp-secondary); }
.crepass-concept__statement {
	text-align: center; max-width: 22em; margin: 0 auto 50px;
	font-size: clamp(22px, 3.6vw, 40px); font-weight: 800; line-height: 1.5; color: #fff;
}
.crepass-concept__statement span { color: var(--sp-secondary); }
.crepass-pillar {
	background: rgba(255,255,255,.04);
	border-color: rgba(255,255,255,.12);
	padding: 32px 26px; text-align: center;
}
.crepass-pillar:hover { background: rgba(255,255,255,.07); }
.crepass-pillar__icon {
	display: inline-grid; place-items: center;
	width: 56px; height: 56px; border-radius: 50%;
	background: var(--sp-secondary); color: #fff; font-size: 22px; margin-bottom: 18px;
}
.crepass-pillar h4 { color: #fff; font-weight: 700; margin-bottom: 10px; }
.crepass-pillar p { color: rgba(255,255,255,.72); font-size: 14px; margin: 0; }

/* FEATURES */
.crepass-step { padding: 28px 24px; }
.crepass-step__num {
	display: inline-grid; place-items: center;
	width: 46px; height: 46px; border-radius: 50%;
	background: var(--sp-primary); color: #fff; font-weight: 800; font-size: 18px; margin-bottom: 16px;
}
.crepass-steps .col-lg-3:nth-child(1) .crepass-step__num { background: #e87e14; }
.crepass-steps .col-lg-3:nth-child(2) .crepass-step__num { background: #d3af37; }
.crepass-steps .col-lg-3:nth-child(3) .crepass-step__num { background: #1fa88a; }
.crepass-steps .col-lg-3:nth-child(4) .crepass-step__num { background: #3d7bf5; }
.crepass-step h5 { font-weight: 700; margin-bottom: 8px; }
.crepass-step p { color: var(--sp-gray); font-size: 14px; margin: 0; }

.crepass-feats { margin-top: 14px; }
.crepass-feat { padding: 30px 28px; }
.crepass-feat h4 { font-size: 18px; font-weight: 700; margin-bottom: 12px; }
.crepass-feat h4 i { color: var(--sp-secondary); margin-right: 8px; }
.crepass-feat p { color: var(--sp-gray); font-size: 14px; margin: 0; }
.crepass-tag {
	display: inline-block; font-size: 11px; font-weight: 700;
	padding: 3px 10px; border-radius: 999px; margin-left: 4px;
	background: rgba(232,126,20,.12); color: var(--sp-secondary); vertical-align: middle;
}
.crepass-feat__list { margin: 14px 0 0; padding-left: 18px; color: var(--sp-gray); font-size: 14px; }
.crepass-feat__list li { margin-bottom: 4px; }
/* Feature list rendered as outlined orange chips (白抜き) */
.crepass-feat__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.crepass-feat-tag {
	display: inline-block; font-size: 13px; font-weight: 600; line-height: 1.4;
	padding: 5px 14px; border-radius: 999px;
	color: var(--sp-secondary); background: #fff; border: 1px solid var(--sp-secondary);
}

/* PODCAST */
.crepass-podcast { background: #faf8f5; }
.crepass-episode { background: #fff; border: 1px solid var(--sp-border-extra-light); border-radius: var(--sp-radius); overflow: hidden; box-shadow: var(--sp-shadow); }
.crepass-episode__head { background: linear-gradient(135deg, #202020, #111); color: #fff; padding: 32px; }
.crepass-episode__no { color: var(--sp-secondary); font-weight: 700; letter-spacing: .12em; font-size: 13px; text-transform: uppercase; }
.crepass-episode__head h3 { color: #fff; font-size: 22px; font-weight: 700; margin: 12px 0 0; line-height: 1.5; }
.crepass-episode__body { padding: 28px 32px 32px; }
.crepass-kw { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.crepass-kw span { font-size: 13px; padding: 5px 12px; border-radius: 999px; background: #f4f0ea; color: var(--sp-primary); }
.crepass-chapters { list-style: none; margin: 0; padding: 0; }
.crepass-chapters li { display: flex; gap: 16px; padding: 16px 0; border-top: 1px solid var(--sp-border-extra-light); }
.crepass-chapters li:first-child { border-top: 0; }
.crepass-chapters__ch { flex: none; font-weight: 800; color: var(--sp-secondary); }
.crepass-chapters__tx strong { display: block; font-weight: 700; }
.crepass-chapters__tx span { font-size: 14px; color: var(--sp-gray); }

.crepass-aside { background: #fff; border: 1px solid var(--sp-border-extra-light); border-radius: var(--sp-radius); box-shadow: var(--sp-shadow); padding: 30px; }
.crepass-aside h4 { font-weight: 700; margin: 0 0 16px; }
.crepass-aside h4 + h4 { margin-top: 28px; }
.crepass-hosts { display: grid; gap: 12px; }
.crepass-host { display: flex; align-items: center; gap: 14px; padding: 12px 14px; background: #faf8f5; border-radius: var(--sp-radius); }
.crepass-host__av { flex: none; width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 800; }
.crepass-host__av.av-1 { background: #e87e14; }
.crepass-host__av.av-2 { background: #1fa88a; }
.crepass-host__av.av-3 { background: #3d7bf5; }
.crepass-host__av--img { overflow: hidden; padding: 0; background: #eee; }
.crepass-host__av--img img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.crepass-host__tx strong { display: block; }
.crepass-host__tx span { font-size: 13px; color: var(--sp-gray); }
.crepass-listen { display: flex; flex-wrap: wrap; gap: 10px; }
.crepass-listen .btn i { margin-right: 6px; }

/* GOALS */
.crepass-goal { display: flex; gap: 18px; padding: 26px 28px; align-items: flex-start; }
.crepass-goal__icon { flex: none; width: 50px; height: 50px; border-radius: var(--sp-radius); display: grid; place-items: center; background: rgba(232,126,20,.12); color: var(--sp-secondary); font-size: 20px; }
.crepass-goal h5 { font-weight: 700; margin-bottom: 6px; }
.crepass-goal p { color: var(--sp-gray); font-size: 14px; margin: 0; }

/* CTA */
.crepass-cta .cta-content .sub-title { display: inline-block; color: var(--sp-secondary); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 14px; }
.crepass-cta .cta-content h1 { color: #fff; font-weight: 800; font-size: clamp(28px, 4vw, 46px); }
.crepass-cta .cta-content p { color: rgba(255,255,255,.8); max-width: 640px; margin: 0 auto 8px; font-size: 17px; }
.crepass-cta .crepass-btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.crepass-cta .crepass-btn-outline:hover { background: #fff; color: var(--sp-primary); border-color: #fff; }

/* Episode single / archive helpers */
.crepass-single-audio { width: 100%; margin: 20px 0; }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 991px) {
	.crepass-hero { padding: 100px 0 80px; }
	.crepass-hero__meta { gap: 26px; }
}
@media (max-width: 575px) {
	.crepass-hero__meta { flex-direction: column; gap: 16px; align-items: center; }
	.crepass-btns { justify-content: center; }
}

/* =========================================================
   v1.1 — Section-title spacing fix + hotel-26-style imagery
   ========================================================= */

/* (1) 英語サブタイトルと日本語見出しが重ならないよう余白を確保
   ※ .sub-title は <span>（インライン）のため display を付与しないと
      margin-bottom が無視される点が重なりの原因だった */
.heading-default .sub-title { display: inline-block; margin-bottom: 30px; line-height: 1.4; }
.heading-default .section-title { margin-top: 0; }
.heading-default .section-title h2 { margin-top: 0; }
/* サブタイトルのみ（h2なし）の場合はConceptの声明との間隔を維持 */
.crepass-concept .heading-default .sub-title { margin-bottom: 24px; }

/* (2) 画像を多用（オフィス/ビル）: hotel-26 のように背景画像・写真を活用 */

/* Hero: オフィスビルの全面背景 + ダークオーバーレイ */
.crepass-hero {
	background:
		linear-gradient(180deg, rgba(16,16,16,.74) 0%, rgba(16,16,16,.82) 55%, rgba(16,16,16,.9) 100%),
		url(../images/hero-building.jpg) center center / cover no-repeat;
}
.crepass-hero::before {
	background-image: none;
	background: radial-gradient(700px 380px at 82% 6%, rgba(232,126,20,.28), transparent 62%);
	opacity: 1;
}

/* About band（新規・hotel-26のabout-section風: 画像 + 特徴リスト） */
.crepass-about { background: var(--sp-white); }
.crepass-about .row { align-items: center; }
.crepass-about__media { position: relative; border-radius: var(--sp-radius); overflow: hidden; box-shadow: var(--sp-shadow); }
.crepass-about__media img { width: 100%; height: 100%; max-height: 460px; object-fit: cover; display: block; }
.crepass-about__media::after {
	content: ""; position: absolute; left: 18px; bottom: 18px;
	width: 120px; height: 120px; border-radius: 50%;
	background: color-mix(in oklab, var(--sp-secondary) 92%, #000 0%);
	opacity: .12;
}
.crepass-about__badge {
	position: absolute; right: 18px; bottom: 18px;
	background: var(--sp-secondary); color: #fff;
	border-radius: var(--sp-radius); padding: 14px 18px; box-shadow: var(--sp-shadow);
}
.crepass-about__badge strong { display: block; font-size: 26px; font-weight: 800; line-height: 1; }
.crepass-about__badge span { font-size: 12px; }
.crepass-about__body .heading-default { margin-bottom: 18px; }
.crepass-about__body p { color: var(--sp-gray); }
.about-features-list { list-style: none; padding: 0; margin: 18px 0 26px; }
.about-features-list li { font-size: 16px; font-weight: 500; margin-bottom: 12px; display: flex; align-items: center; }
.about-features-list li i { color: var(--sp-secondary); margin-right: 10px; font-size: 18px; }

/* Concept: オフィス内観を背景に（ダークオーバーレイで可読性確保） */
.crepass-concept {
	background:
		linear-gradient(160deg, rgba(20,20,20,.92), rgba(12,12,12,.9)),
		url(../images/office-desk.jpg) center center / cover no-repeat;
}

/* Podcast: エピソードカードにカバー画像、asideにも写真 */
.crepass-episode__cover { position: relative; height: 210px; overflow: hidden; }
.crepass-episode__cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.crepass-episode__cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(20,20,20,.55)); }
.crepass-aside__media { border-radius: var(--sp-radius); overflow: hidden; margin-bottom: 22px; box-shadow: var(--sp-shadow); }
.crepass-aside__media img { width: 100%; height: 180px; object-fit: cover; display: block; }

/* Blog / コラム: 3カラムの画像付きカード */
.crepass-blog { background: var(--sp-white); }
.crepass-blog-card {
	height: 100%;
	background: var(--sp-white);
	border: 1px solid var(--sp-border-extra-light);
	border-radius: var(--sp-radius);
	overflow: hidden;
	box-shadow: var(--sp-shadow);
	transition: var(--sp-transition);
	display: flex;
	flex-direction: column;
}
.crepass-blog-card:hover { transform: translateY(-5px); box-shadow: 0 14px 34px rgb(0 0 0 / 12%); }
.crepass-blog-card__thumb { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; }
.crepass-blog-card__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s ease; }
.crepass-blog-card:hover .crepass-blog-card__thumb img { transform: scale(1.06); }
.crepass-blog-card__cat {
	position: absolute; left: 14px; top: 14px;
	background: var(--sp-secondary); color: #fff;
	font-size: 12px; font-weight: 700; padding: 5px 12px; border-radius: 999px;
}
.crepass-blog-card__body { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.crepass-blog-card__meta { font-size: 13px; color: var(--sp-muted-soft, #8b96ab); margin-bottom: 10px; }
.crepass-blog-card__meta i { color: var(--sp-secondary); margin-right: 6px; }
.crepass-blog-card__body h5 { font-weight: 700; margin-bottom: 10px; line-height: 1.55; }
.crepass-blog-card__body h5 a { color: var(--sp-primary); }
.crepass-blog-card__body h5 a:hover { color: var(--sp-secondary); }
.crepass-blog-card__body p { color: var(--sp-gray); font-size: 14px; margin: 0 0 16px; }
.crepass-blog-card__more { margin-top: auto; font-weight: 700; font-size: 14px; color: var(--sp-secondary); }
.crepass-blog-card__more i { font-size: 12px; margin-left: 4px; transition: transform .2s ease; }
.crepass-blog-card:hover .crepass-blog-card__more i { transform: translateX(4px); }

/* CTA: ビル画像を背景に */
.crepass-cta.cta-section {
	background:
		linear-gradient(rgba(18,18,18,.82), rgba(18,18,18,.9)),
		url(../images/cta-building.jpg) center center / cover no-repeat;
}

@media (max-width: 991px) {
	.crepass-about__media { margin-bottom: 24px; }
	.crepass-about__media img { max-height: 320px; }
}

/* =========================================================
   v1.2 — CREPASS custom header (transparent + fixed) & footer
   ========================================================= */

/* Fixed, transparent site header (overrides parent header) */
.cp-site-header {
	position: fixed; top: 0; left: 0; right: 0; width: 100%;
	z-index: 999; color: #fff;
	transition: background .3s ease, box-shadow .3s ease;
}
.cp-site-header .container { width: 100%; max-width: 1200px; }

/* Top bar */
.cp-topbar-wrap { border-bottom: 1px solid rgba(255,255,255,.14); }
.cp-topbar { display: flex; align-items: center; gap: 20px; padding: 8px 0; }

/* Ticker (latest columns, right-to-left) */
.cp-ticker { flex: 1 1 auto; min-width: 0; display: flex; align-items: center; gap: 12px; }
.cp-ticker__label { flex: none; color: var(--sp-secondary); font-weight: 700; font-size: 13px; white-space: nowrap; }
.cp-ticker__label i { margin-right: 5px; }
.cp-ticker__viewport { position: relative; flex: 1 1 auto; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 3%, #000 94%, transparent); }
.cp-ticker__track { display: inline-flex; align-items: center; white-space: nowrap; will-change: transform; animation: cp-marquee 40s linear infinite; }
.cp-ticker__track a { color: #fff; font-size: 13px; text-decoration: none; padding: 0 2px; }
.cp-ticker__track a:hover { color: var(--sp-secondary); }
.cp-ticker__sep { color: rgba(255,255,255,.35); padding: 0 12px; }
.cp-ticker:hover .cp-ticker__track { animation-play-state: paused; }
@keyframes cp-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .cp-ticker__track { animation: none; } }

/* Top-right LINE contact */
.cp-topbar__line { flex: none; display: inline-flex; align-items: center; gap: 6px; background: #06c755; color: #fff; font-weight: 700; font-size: 13px; padding: 6px 15px; border-radius: 999px; text-decoration: none; white-space: nowrap; transition: opacity .2s ease; }
.cp-topbar__line:hover { color: #fff; opacity: .88; }

/* Navbar */
.cp-navbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 74px; }
.cp-brand { flex: none; }
.cp-brand .crepass-wordmark { font-family: "Poppins","Noto Sans JP",sans-serif; font-weight: 800; font-size: 26px; letter-spacing: .06em; color: #fff; text-decoration: none; white-space: nowrap; line-height: 1; }
.cp-brand .crepass-wordmark b { color: var(--sp-secondary); }
.cp-brand .custom-logo { max-height: 46px; width: auto; }
.cp-nav { flex: 1 1 auto; display: flex; justify-content: center; }
.cp-nav .cp-menu { display: flex; gap: 4px; list-style: none; margin: 0; padding: 0; }
.cp-nav .cp-menu > li > a { display: inline-block; padding: 8px 14px; color: #fff; font-weight: 600; font-size: 15px; text-decoration: none; border-radius: 8px; }
.cp-nav .cp-menu > li > a:hover,
.cp-nav .cp-menu > li.current-menu-item > a { color: var(--sp-secondary); }
.cp-nav-actions { flex: none; display: flex; align-items: center; gap: 14px; }
.cp-nav-cta { white-space: nowrap; }
.cp-nav-cta-mobile { display: none; } /* shown only inside the mobile hamburger menu */
.cp-nav-toggle { display: none; flex-direction: column; gap: 5px; width: 44px; height: 44px; align-items: center; justify-content: center; background: transparent; border: 1px solid rgba(255,255,255,.4); border-radius: 10px; cursor: pointer; }
.cp-nav-toggle span { width: 20px; height: 2px; background: #fff; border-radius: 2px; transition: .25s; }

/* Scrolled + inner-page solid state */
body.cp-scrolled .cp-site-header,
body:not(.home) .cp-site-header { background: rgba(22,22,22,.95); backdrop-filter: saturate(150%) blur(8px); box-shadow: 0 6px 24px rgba(0,0,0,.25); }
body:not(.home) #main-content { padding-top: 130px; }

/* Neutralize any parent header remnants / breadcrumb banner */
.breadcrumb-section { display: none !important; }

/* Mobile nav */
@media (max-width: 991px) {
	.cp-topbar { gap: 12px; }
	.cp-ticker__label { display: none; }
	.cp-nav, .cp-nav-cta { display: none; }
	.cp-nav-toggle { display: flex; }
	.cp-nav.is-open {
		display: block; position: absolute; left: 0; right: 0; top: 100%;
		background: rgba(20,20,20,.98); padding: 10px 20px 18px; box-shadow: 0 12px 24px rgba(0,0,0,.3);
	}
	.cp-nav.is-open .cp-menu { flex-direction: column; gap: 2px; }
	.cp-nav.is-open .cp-menu > li > a { display: block; padding: 12px 8px; }
	.cp-nav.is-open .cp-nav-cta-mobile { display: inline-flex; margin: 12px 8px 4px; }
	.cp-navbar { position: relative; }
}

/* Footer: widget area #000, drop the resort image, CREPASS-only copyright bar */
.footer-section { background: #000 !important; }
.footer-section::after { background: transparent !important; opacity: 0 !important; }
.footer-copyright { background: #000; }

/* =========================================================
   v1.3 — Column list page hero + pagination
   ========================================================= */

/* Compact page hero for list/single (reuses .crepass-hero background) */
.crepass-page-hero { padding: 150px 0 64px; }
.crepass-page-hero .crepass-hero__content h1 { margin-bottom: 8px; }
.crepass-page-hero .crepass-hero__content p { margin: 0 auto; }
@media (max-width: 991px) { .crepass-page-hero { padding: 130px 0 50px; } }

/* Pagination */
.crepass-pagination { margin-top: 48px; }
.crepass-pagination .nav-links,
.crepass-blog .navigation .nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.crepass-pagination .page-numbers,
.crepass-blog .navigation .page-numbers {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 44px; height: 44px; padding: 0 14px;
	border: 1px solid var(--sp-border-extra-light); border-radius: 10px;
	color: var(--sp-primary); font-weight: 700; text-decoration: none;
	background: #fff; transition: var(--sp-transition);
}
.crepass-pagination .page-numbers:hover { border-color: var(--sp-secondary); color: var(--sp-secondary); }
.crepass-pagination .page-numbers.current {
	background: var(--sp-secondary); border-color: var(--sp-secondary); color: #fff;
}
.crepass-pagination .page-numbers.dots { border: 0; background: transparent; }

/* Single column entry content */
.crepass-entry-content { font-size: 16px; line-height: 1.95; color: var(--sp-primary); }
.crepass-entry-content h2 { font-size: 24px; font-weight: 700; margin: 1.6em 0 .6em; }
.crepass-entry-content h3 { font-size: 20px; font-weight: 700; margin: 1.4em 0 .5em; }
.crepass-entry-content p { margin: 0 0 1.3em; }
.crepass-entry-content img { max-width: 100%; height: auto; border-radius: var(--sp-radius); }
.crepass-entry-content a { color: var(--sp-secondary); text-decoration: underline; }
.crepass-entry-content blockquote { margin: 1.5em 0; padding: .4em 1.2em; border-left: 4px solid var(--sp-secondary); background: #faf8f5; border-radius: 0 8px 8px 0; }
.crepass-single-post .crepass-kw a { display: inline-block; font-size: 13px; padding: 5px 12px; border-radius: 999px; background: #f4f0ea; color: var(--sp-primary); text-decoration: none; margin: 0 6px 6px 0; }

/* =========================================================
   v1.4 — Contact Form 7 (CREPASS tone: charcoal + orange)
   ========================================================= */
.crepass-contact { max-width: 780px; margin: 0 auto; }

/* Card container */
.wpcf7 {
	background: #fff;
	border: 1px solid var(--sp-border-extra-light);
	border-radius: var(--sp-radius);
	box-shadow: var(--sp-shadow);
	padding: clamp(24px, 4vw, 40px);
	max-width: 780px; margin: 0 auto;
}

/* Layout helpers used in the CF7 form markup */
.wpcf7 .cf-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 20px; }
.wpcf7 .cf-field { display: flex; flex-direction: column; margin: 0 0 18px; }
.wpcf7 .cf-field.cf-full { grid-column: 1 / -1; }
.wpcf7 .cf-field > label { font-weight: 700; font-size: 14px; margin-bottom: 8px; color: var(--sp-primary); }
.wpcf7 .wpcf7-form-control-wrap { display: block; }
.wpcf7 .cf-req { display: inline-block; font-size: 11px; font-weight: 700; color: #fff; background: #e0483a; border-radius: 4px; padding: 1px 7px; margin-left: 8px; vertical-align: middle; }
.wpcf7 .cf-any { display: inline-block; font-size: 11px; font-weight: 700; color: var(--sp-gray); border: 1px solid var(--sp-border-dark); border-radius: 4px; padding: 1px 7px; margin-left: 8px; vertical-align: middle; }

/* Inputs */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
	width: 100%; padding: 12px 14px;
	border: 1px solid var(--sp-border-dark); border-radius: 10px;
	font-family: inherit; font-size: 15px; line-height: 1.6;
	color: var(--sp-primary); background: #fff; transition: var(--sp-transition);
}
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
	outline: none; border-color: var(--sp-secondary);
	box-shadow: 0 0 0 3px rgba(232, 126, 20, 0.15);
}
.wpcf7 textarea { min-height: 160px; resize: vertical; }
.wpcf7 select {
	appearance: none; -webkit-appearance: none; padding-right: 40px; cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23e87e14' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat; background-position: right 14px center;
}

/* Submit button (matches .btn.btn-secondary) */
.wpcf7 .cf-submit-wrap { text-align: center; margin-top: 8px; }
.wpcf7 .wpcf7-submit {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	cursor: pointer; font-family: inherit; font-weight: 700; font-size: 16px;
	color: #fff; background: var(--sp-secondary); border: 2px solid var(--sp-secondary);
	padding: 14px 44px; border-radius: 999px; transition: var(--sp-transition);
}
.wpcf7 .wpcf7-submit:hover,
.wpcf7 .wpcf7-submit:focus { background: var(--sp-primary); border-color: var(--sp-primary); }
.wpcf7 .wpcf7-submit:disabled { opacity: .6; cursor: default; }

/* Validation + response messages */
.wpcf7 .wpcf7-not-valid-tip { color: #d63a2b; font-size: 13px; margin-top: 6px; font-weight: 600; }
.wpcf7 .wpcf7-not-valid { border-color: #e0483a !important; }
.wpcf7 form .wpcf7-response-output { margin: 22px 0 0; padding: 14px 16px; border-radius: 10px; border: 1px solid; font-size: 14px; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output { border-color: #e6bcb6; background: #fdf3f2; color: #b23b2e; }
.wpcf7 form.sent .wpcf7-response-output { border-color: #bfe3c4; background: #f0faf1; color: #1f7a34; }
.wpcf7 .wpcf7-spinner { margin: 0 0 0 10px; }

@media (max-width: 640px) {
	.wpcf7 .cf-grid { grid-template-columns: 1fr; }
}

/* Breadcrumb (inside page/single hero — light on dark) */
.crepass-breadcrumb { margin-bottom: 16px; }
.crepass-breadcrumb ol { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; font-size: 13px; }
.crepass-hero__content.text-center .crepass-breadcrumb ol { justify-content: center; }
.crepass-breadcrumb li { display: flex; align-items: center; color: rgba(255,255,255,.7); }
.crepass-breadcrumb li:not(:first-child)::before { content: "/"; margin-right: 8px; color: rgba(255,255,255,.4); }
.crepass-breadcrumb a { color: rgba(255,255,255,.85); text-decoration: none; }
.crepass-breadcrumb a:hover { color: var(--sp-secondary); }
.crepass-breadcrumb .is-current { color: var(--sp-secondary); font-weight: 700; }

/* Contact thank-you / completion page */
.crepass-thanks-icon {
	display: inline-grid; place-items: center;
	width: 88px; height: 88px; border-radius: 50%;
	background: rgba(255,255,255,.08); border: 2px solid var(--sp-secondary);
	color: var(--sp-secondary); font-size: 44px; margin-bottom: 22px;
}
.crepass-thanks-hero .crepass-hero__content p { margin-bottom: 0; }

/* =========================================================
   v1.5 — Sidebar widgets: modern white card + orange outline
   ========================================================= */
.sidebar .widget {
	background: #fff !important;
	color: var(--sp-primary) !important;
	border: 1px solid var(--sp-secondary);
	border-radius: 14px;
	padding: 22px 22px 16px;
	margin-bottom: 22px;
	overflow: hidden;
	box-shadow: 0 10px 26px rgba(232,126,20,.08);
}
.sidebar .widget::after,
.sidebar .widget::before { content: none !important; background: none !important; display: none !important; }

.sidebar .widget-title {
	background: transparent !important;
	color: var(--sp-primary) !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	min-height: 0 !important;
	text-align: left !important;
	padding: 0 0 12px !important;
	margin: 0 0 14px !important;
	border-radius: 0 !important;
	border-bottom: 1px solid var(--sp-border-extra-light);
	display: flex; align-items: center; gap: 10px;
}
.sidebar .widget-title span { display: none !important; }
.sidebar .widget-title::after { content: none !important; display: none !important; }
.sidebar .widget-title::before {
	content: "" !important; display: inline-block !important;
	position: static !important; transform: none !important;
	width: 6px; height: 18px; border-radius: 3px;
	background: var(--sp-secondary) !important; flex: none;
	font-family: inherit !important;
}

.sidebar .widget a { color: var(--sp-primary) !important; transition: color .2s ease; }
.sidebar .widget a:hover { color: var(--sp-secondary) !important; }

.sidebar .widget ul { list-style: none; margin: 0; padding: 0; }
.sidebar .widget_archive li,
.sidebar .widget_categories li.cat-item,
.sidebar .widget_pages li,
.sidebar .widget_meta li,
.sidebar .widget_nav_menu li,
.sidebar .widget_recent_entries li {
	background: transparent !important;
	color: var(--sp-primary) !important;
	font-weight: 500 !important;
	position: relative;
	padding: 10px 0 10px 20px !important;
	margin: 0 !important;
	border: 0 !important;
	border-bottom: 1px solid var(--sp-border-extra-light) !important;
	border-radius: 0 !important;
}
.sidebar .widget_archive li:last-child,
.sidebar .widget_categories li.cat-item:last-child,
.sidebar .widget_pages li:last-child,
.sidebar .widget_recent_entries li:last-child { border-bottom: 0 !important; }

.sidebar .widget_archive li::before,
.sidebar .widget_categories li.cat-item::before,
.sidebar .widget_pages li::before,
.sidebar .widget_recent_entries li::before {
	content: ""; position: absolute; left: 2px; top: 18px;
	width: 6px; height: 6px; border-radius: 50%; background: var(--sp-secondary);
}
.sidebar .widget_archive li:hover,
.sidebar .widget_categories li.cat-item:hover,
.sidebar .widget_archive li:focus-within,
.sidebar .widget_categories li.cat-item:focus-within {
	background: transparent !important; color: var(--sp-primary) !important;
}
.sidebar .widget_archive li:hover a,
.sidebar .widget_categories li.cat-item:hover a { color: var(--sp-secondary) !important; }
.sidebar .widget_archive li .count,
.sidebar .widget_categories li .count { color: var(--sp-gray) !important; font-weight: 400; }

.sidebar .widget-search, .sidebar .widget_search,
.sidebar .widget-search .search-form, .sidebar .widget_search .search-form { background: transparent !important; }
.sidebar .widget-search .search-form::before,
.sidebar .widget-search .search-form::after,
.sidebar .widget_search .search-form::before,
.sidebar .widget_search .search-form::after { content: none !important; display: none !important; }
.sidebar .widget-search .search-form > div,
.sidebar .widget_search .search-form { display: flex !important; gap: 8px; }
.sidebar .widget input[type="search"],
.sidebar .widget .search-field {
	flex: 1 1 auto; width: 100%;
	padding: 11px 14px !important; border: 1px solid var(--sp-border-dark) !important;
	border-radius: 8px !important; background: #fff !important; color: var(--sp-primary) !important;
}
.sidebar .widget input[type="search"]:focus,
.sidebar .widget .search-field:focus { outline: none; border-color: var(--sp-secondary) !important; box-shadow: 0 0 0 3px rgba(232,126,20,.15); }
.sidebar .widget input[type="submit"],
.sidebar .widget .search-submit,
.sidebar .widget-search .search-form button,
.sidebar .widget button[type="submit"] {
	flex: none; border: 0 !important; border-radius: 8px !important;
	padding: 11px 18px !important; background: var(--sp-secondary) !important;
	color: #fff !important; font-weight: 700 !important; cursor: pointer;
}
.sidebar .widget input[type="submit"]:hover,
.sidebar .widget .search-submit:hover { background: var(--sp-primary) !important; }
.sidebar .widget_recent_entries li a { font-weight: 600; }
