/*!
Theme Name: solei-yu
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: solei-yu
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

solei-yu is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
# Minimal base (accessibility / resets)
--------------------------------------------------------------*/

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	background-color: transparent;
}

button {
	font-family: inherit;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Alignment utilities (used by WordPress content editor). */
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Solei-yu custom styles
Mobile-first (base = ~375px). min-width breakpoints:
	768px  = tablet
	1024px = desktop (full nav, hides mobile fixed bar)
--------------------------------------------------------------*/

/* Design tokens
--------------------------------------------- */
:root {
	--color-ivory: #FAF3EA;
	--color-ivory-dark: #F0E4D4;
	--color-terracotta: #C97B5C;
	--color-terracotta-dark: #A85C3F;
	--color-fuji: #8068A5;
	--color-fuji-dark: #665384;
	--color-text: #3E3128;
	--color-text-soft: #6B5C4F;
	--font-heading: 'Klee One', serif;
	--font-body: 'Zen Kaku Gothic New', sans-serif;
	--header-height: 60px;
	--fixed-bar-height: 60px;
	--container-width: 1120px;
}

/* Base
--------------------------------------------- */
html {
	scroll-behavior: smooth;
	scroll-padding-top: var(--header-height);
}

body {
	background-color: var(--color-ivory);
	color: var(--color-text);
	font-family: var(--font-body);
	font-size: 15px;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	padding-bottom: var(--fixed-bar-height);
}

h1, h2, h3, h4 {
	font-family: var(--font-heading);
	font-weight: 600;
	color: var(--color-text);
	line-height: 1.5;
}

a {
	color: var(--color-terracotta-dark);
}

.container {
	width: 100%;
	max-width: var(--container-width);
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.section-eyebrow {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: var(--color-terracotta);
	margin: 0 0 8px;
}

.section-title {
	font-size: 24px;
	margin: 0 0 24px;
}

/* Buttons
--------------------------------------------- */
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 26px;
	border-radius: 4px;
	font-family: var(--font-body);
	font-weight: 700;
	font-size: 15px;
	text-decoration: none;
	border: 1px solid transparent;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	cursor: pointer;
}

.btn-cta {
	background-color: var(--color-fuji-dark);
	color: #fff;
}

.btn-cta:hover {
	background-color: #4f3f68;
	color: #fff;
}

.btn-outline {
	background-color: transparent;
	border-color: var(--color-fuji-dark);
	color: var(--color-fuji-dark);
}

.btn-outline:hover {
	background-color: var(--color-fuji-dark);
	color: #fff;
}

.btn-lg {
	min-height: 52px;
	padding: 0 32px;
	font-size: 16px;
}

/* Header
--------------------------------------------- */
.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background-color: rgba(250, 243, 234, 0.96);
	backdrop-filter: blur(4px);
	box-shadow: 0 2px 8px rgba(62, 49, 40, 0.08);
}

.site-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: var(--header-height);
	padding: 0 16px;
}

.site-branding .site-title {
	margin: 0;
	font-family: var(--font-heading);
	font-size: 18px;
}

.site-branding .site-title a {
	color: var(--color-text);
	text-decoration: none;
}

.site-branding .custom-logo-link img {
	max-height: 40px;
	width: auto;
}

.site-branding .site-description {
	display: none;
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.header-tel {
	display: none;
}

.header-cta.btn {
	display: none;
}

#site-navigation .menu-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 4px;
	width: 44px;
	height: 44px;
	padding: 0;
	background: transparent;
	border: none;
	cursor: pointer;
}

#site-navigation .menu-toggle-bar {
	display: block;
	width: 22px;
	height: 2px;
	background-color: var(--color-text);
	transition: transform 0.2s ease, opacity 0.2s ease;
}

#site-navigation.toggled .menu-toggle-bar:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

#site-navigation.toggled .menu-toggle-bar:nth-child(2) {
	opacity: 0;
}

#site-navigation.toggled .menu-toggle-bar:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

#site-navigation #primary-menu {
	display: none;
	position: absolute;
	top: var(--header-height);
	left: 0;
	right: 0;
	flex-direction: column;
	background-color: var(--color-ivory);
	box-shadow: 0 8px 12px rgba(62, 49, 40, 0.08);
	margin: 0;
	padding: 8px 0;
	list-style: none;
}

#site-navigation.toggled #primary-menu {
	display: flex;
}

#site-navigation #primary-menu li {
	border-bottom: 1px solid rgba(62, 49, 40, 0.08);
}

#site-navigation #primary-menu a {
	display: block;
	padding: 14px 24px;
	color: var(--color-text);
	text-decoration: none;
	font-weight: 700;
}

#site-navigation #primary-menu a:hover {
	color: var(--color-terracotta-dark);
}

@media screen and (min-width: 1024px) {

	.header-tel {
		display: inline-flex;
		align-items: center;
		gap: 6px;
		color: var(--color-text);
		text-decoration: none;
		font-weight: 700;
		font-size: 14px;
	}

	.header-tel-icon {
		font-size: 16px;
	}

	.header-cta.btn {
		display: inline-flex;
	}

	#site-navigation .menu-toggle {
		display: none;
	}

	#site-navigation #primary-menu {
		display: flex;
		position: static;
		flex-direction: row;
		background: transparent;
		box-shadow: none;
		padding: 0;
		margin-left: 16px;
		gap: 4px;
	}

	#site-navigation #primary-menu li {
		border-bottom: none;
	}

	#site-navigation #primary-menu a {
		padding: 8px 14px;
		font-size: 14px;
	}
}

/* Hero
--------------------------------------------- */
.hero {
	position: relative;
	min-height: 78vh;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center 75%;
	background-repeat: no-repeat;
}

.hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(45, 33, 56, 0.5), rgba(35, 26, 46, 0.68));
}

.hero-inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: var(--container-width);
	margin: 0 auto;
	padding: 0 24px;
	color: #fff;
	text-align: center;
}

.hero-eyebrow {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin: 0 0 16px;
	color: var(--color-ivory);
}

.hero-title {
	color: #fff;
	font-size: 30px;
	margin: 0 0 20px;
}

.hero-lead {
	font-size: 15px;
	margin: 0 0 32px;
	color: rgba(255, 255, 255, 0.92);
}

.hero-badge {
	display: inline-block;
	margin: 0 0 24px;
	padding: 4px 16px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 2px;
	font-size: 12px;
	letter-spacing: 0.05em;
	color: #fff;
}

.hero-actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

.hero .btn-outline {
	border-color: #fff;
	color: #fff;
}

.hero .btn-outline:hover {
	background-color: #fff;
	color: var(--color-fuji-dark);
}

@media screen and (min-width: 600px) {

	.hero-actions {
		flex-direction: row;
		justify-content: center;
	}
}

@media screen and (min-width: 768px) {

	.hero-title {
		font-size: 40px;
	}

	.hero-lead {
		font-size: 17px;
	}
}

/* Empathy
--------------------------------------------- */
.empathy {
	padding: 48px 0;
}

.empathy-text {
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
	font-size: 15px;
	color: var(--color-text-soft);
}

/* Concept
--------------------------------------------- */
.concept {
	padding: 24px 0 56px;
}

.concept-inner {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.concept-image img {
	width: 100%;
	border-radius: 6px;
	display: block;
}

.concept-body {
	color: var(--color-text-soft);
}

@media screen and (min-width: 1024px) {

	.concept-inner {
		flex-direction: row;
		align-items: center;
		gap: 56px;
	}

	.concept-image,
	.concept-text {
		flex: 1 1 50%;
	}
}

/* Menu
--------------------------------------------- */
.menu-section {
	padding: 24px 0 56px;
}

.menu-list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.menu-card {
	background-color: #fff;
	border: 1px solid rgba(62, 49, 40, 0.14);
	overflow: hidden;
}

.menu-card-image img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	display: block;
}

.menu-card-body {
	padding: 20px;
}

.menu-card-title {
	margin: 0 0 8px;
	color: var(--color-terracotta-dark);
	font-size: 19px;
}

.menu-card-desc {
	margin: 0 0 12px;
	color: var(--color-text-soft);
}

.menu-card-link {
	display: inline-block;
	font-weight: 700;
	color: var(--color-fuji-dark);
	text-decoration: none;
}

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

@media screen and (min-width: 768px) {

	.menu-list {
		flex-direction: row;
	}

	.menu-card {
		flex: 1 1 50%;
	}
}

/* Price
--------------------------------------------- */
.price-section {
	padding: 24px 0 56px;
}

.price-note {
	margin: -12px 0 24px;
	font-size: 13px;
	color: var(--color-text-soft);
}

.price-subtitle {
	font-size: 17px;
	margin: 40px 0 16px;
}

/* Base menu table */
.menu-price-table {
	width: 100%;
	border-collapse: collapse;
	background-color: #fff;
	border: 1px solid rgba(62, 49, 40, 0.22);
	border-radius: 4px;
	overflow: hidden;
	font-size: 14px;
}

.menu-price-table th,
.menu-price-table td {
	text-align: left;
	padding: 12px 14px;
	border-bottom: 1px solid rgba(62, 49, 40, 0.16);
	font-weight: 400;
}

.menu-price-table tr:last-child th,
.menu-price-table tr:last-child td {
	border-bottom: none;
}

.menu-price-table th {
	font-weight: 700;
	color: var(--color-text);
	width: 42%;
}

.menu-price-duration {
	display: block;
	font-weight: 400;
	font-size: 12px;
	color: var(--color-text-soft);
}

.menu-price-label {
	width: 60px;
	color: var(--color-text-soft);
}

.menu-price-value {
	font-family: var(--font-heading);
	font-weight: 600;
	color: var(--color-terracotta-dark);
}

.menu-price-sub {
	display: block;
	font-family: var(--font-body);
	font-weight: 400;
	font-size: 12px;
	color: var(--color-text-soft);
}

/* Course list — flat "menu ticket" rows, deliberately avoiding stacked
   rounded-card-on-rounded-badge treatment. */
.course-list {
	background-color: #fff;
	border: 1px solid rgba(62, 49, 40, 0.22);
	border-radius: 4px;
}

.course-item {
	padding: 24px 20px;
	border-bottom: 1px solid rgba(62, 49, 40, 0.16);
}

.course-item:last-child {
	border-bottom: none;
}

.course-tag {
	margin: 0 0 12px;
	padding-left: 12px;
	border-left: 3px solid var(--color-fuji);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.6;
	color: var(--color-fuji-dark);
}

.course-header {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-bottom: 10px;
}

.course-items {
	margin: 0;
	font-family: var(--font-heading);
	font-size: 16px;
	color: var(--color-text);
}

.course-price {
	margin: 0;
	display: flex;
	align-items: baseline;
	gap: 10px;
	font-family: var(--font-heading);
}

.course-price-initial {
	font-size: 15px;
	font-weight: 600;
	color: var(--color-terracotta-dark);
}

.course-price-regular {
	font-size: 15px;
	font-weight: 600;
	color: var(--color-terracotta-dark);
}

.course-benefit {
	margin: 0;
	font-size: 13px;
	line-height: 1.8;
	color: var(--color-text-soft);
}

.course-note {
	margin: 10px 0 0;
	padding-top: 10px;
	border-top: 1px dashed rgba(62, 49, 40, 0.18);
	font-size: 12px;
	line-height: 1.7;
	color: var(--color-text-soft);
}

@media screen and (min-width: 600px) {

	.course-header {
		flex-direction: row;
		align-items: baseline;
		justify-content: space-between;
		gap: 16px;
	}
}

/* Options / drinks lists */
.price-lists {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.price-list {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #fff;
	border: 1px solid rgba(62, 49, 40, 0.22);
	border-radius: 4px;
}

.price-list li {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 12px;
	padding: 12px 16px;
	border-bottom: 1px solid rgba(62, 49, 40, 0.16);
	font-size: 14px;
}

.price-list li:last-child {
	border-bottom: none;
}

.price-list li span:last-child {
	flex-shrink: 0;
	font-family: var(--font-heading);
	font-weight: 600;
	color: var(--color-terracotta-dark);
}

@media screen and (min-width: 768px) {

	.price-lists {
		flex-direction: row;
	}

	.price-list-block {
		flex: 1 1 50%;
	}
}

/* Gallery
--------------------------------------------- */
.gallery-section {
	padding: 24px 0 56px;
}

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

.gallery-item img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 4px;
	display: block;
}

@media screen and (min-width: 768px) {

	.gallery-grid {
		grid-template-columns: repeat(4, 1fr);
		gap: 16px;
	}
}

/* Access
--------------------------------------------- */
.access-section {
	padding: 24px 0 56px;
}

.access-inner {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.access-list {
	margin: 0 0 24px;
}

.access-row {
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 12px 0;
	border-bottom: 1px solid rgba(62, 49, 40, 0.1);
}

.access-row dt {
	font-size: 12px;
	font-weight: 700;
	color: var(--color-terracotta);
	letter-spacing: 0.06em;
}

.access-row dd {
	margin: 0;
	color: var(--color-text-soft);
}

.access-row-note {
	display: block;
	font-size: 12px;
	margin-top: 2px;
}

.hours-note {
	display: block;
	font-size: 11px;
	color: var(--color-text-soft);
}

.hours-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

.hours-table th,
.hours-table td {
	text-align: left;
	padding: 10px 12px;
	border-bottom: 1px solid rgba(62, 49, 40, 0.1);
	font-weight: 400;
}

.hours-table th {
	color: var(--color-text);
	font-weight: 700;
	width: 40%;
}

.access-map-embed {
	aspect-ratio: 4 / 3;
	border: 1px solid rgba(62, 49, 40, 0.14);
	overflow: hidden;
}

.access-guide-photo {
	margin: 16px 0 0;
	border: 1px solid rgba(62, 49, 40, 0.14);
	overflow: hidden;
}

.access-guide-photo img {
	display: block;
	width: 100%;
}

.access-guide-photo figcaption {
	padding: 10px 14px;
	background-color: #fff;
	font-size: 13px;
	color: var(--color-text-soft);
	text-align: center;
}

@media screen and (min-width: 1024px) {

	.access-inner {
		flex-direction: row;
		gap: 56px;
	}

	.access-info,
	.access-map {
		flex: 1 1 50%;
	}
}

/* CTA
--------------------------------------------- */
.cta-section {
	background: linear-gradient(135deg, var(--color-terracotta-dark), var(--color-fuji-dark));
	padding: 48px 0;
	text-align: center;
}

.cta-inner {
	color: #fff;
}

.cta-title {
	color: #fff;
	font-size: 22px;
	margin: 0 0 12px;
}

.cta-lead {
	margin: 0 0 24px;
	color: rgba(255, 255, 255, 0.9);
}

.cta-actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}

.cta-section .btn-outline {
	border-color: #fff;
	color: #fff;
}

.cta-section .btn-outline:hover {
	background-color: #fff;
	color: var(--color-fuji-dark);
}

@media screen and (min-width: 600px) {

	.cta-actions {
		flex-direction: row;
		justify-content: center;
	}
}

/* Footer
--------------------------------------------- */
.site-footer {
	background-color: #3E3128;
	color: rgba(250, 243, 234, 0.85);
	padding: 40px 0 24px;
}

.footer-inner {
	max-width: var(--container-width);
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.footer-logo {
	font-family: var(--font-heading);
	font-size: 18px;
	color: #fff;
	margin: 0 0 8px;
}

.footer-desc {
	margin: 0;
	font-size: 13px;
}

.footer-info p {
	margin: 0 0 6px;
	font-size: 13px;
}

.footer-info a,
.footer-tel a {
	color: var(--color-ivory);
}

.footer-info p.footer-tel-note {
	font-size: 11px;
	line-height: 1.6;
	color: rgba(250, 243, 234, 0.6);
}

.footer-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 20px;
}

.footer-nav a {
	color: rgba(250, 243, 234, 0.85);
	text-decoration: none;
	font-size: 13px;
}

.footer-nav a:hover {
	color: #fff;
}

.footer-copyright {
	margin: 8px 0 0;
	font-size: 12px;
	color: rgba(250, 243, 234, 0.6);
}

@media screen and (min-width: 1024px) {

	.footer-inner {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}

	.footer-copyright {
		width: 100%;
	}
}

/* Content page header (sub-pages)
--------------------------------------------- */
.page-header {
	padding: 40px 0 24px;
	text-align: center;
	border-bottom: 1px solid rgba(62, 49, 40, 0.1);
}

.page-header-eyebrow {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: var(--color-terracotta);
	margin: 0 0 8px;
}

.page-header-title {
	margin: 0;
	font-size: 26px;
}

.page-breadcrumb {
	margin: 12px 0 0;
	font-size: 12px;
	color: var(--color-text-soft);
}

.page-breadcrumb a {
	color: var(--color-text-soft);
	text-decoration: none;
}

.page-breadcrumb a:hover {
	color: var(--color-terracotta-dark);
}

/* Content sections shared by sub-pages
--------------------------------------------- */
.content-section {
	padding: 32px 0 56px;
}

.content-section .container {
	max-width: 760px;
}

.content-lead {
	margin: 0 0 32px;
	color: var(--color-text-soft);
}

.prose h2 {
	font-size: 20px;
	margin: 40px 0 16px;
}

.prose h2:first-child {
	margin-top: 0;
}

.prose h3 {
	font-size: 17px;
	color: var(--color-terracotta-dark);
	margin: 28px 0 12px;
}

.prose p {
	margin: 0 0 16px;
	color: var(--color-text-soft);
}

.prose ul {
	margin: 0 0 16px;
	padding-left: 1.2em;
	color: var(--color-text-soft);
}

.prose li {
	margin-bottom: 6px;
}

.page-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 40px 0 0;
}

/* FAQ
--------------------------------------------- */
.faq-list {
	background-color: #fff;
	border: 1px solid rgba(62, 49, 40, 0.22);
	border-radius: 4px;
}

.faq-item {
	padding: 20px;
	border-bottom: 1px solid rgba(62, 49, 40, 0.16);
}

.faq-item:last-child {
	border-bottom: none;
}

.faq-q {
	display: flex;
	gap: 10px;
	margin: 0 0 8px;
	font-family: var(--font-heading);
	font-size: 15px;
	color: var(--color-text);
}

.faq-q-mark {
	flex-shrink: 0;
	color: var(--color-fuji-dark);
	font-weight: 700;
}

.faq-a {
	display: flex;
	gap: 10px;
	margin: 0;
	color: var(--color-text-soft);
}

.faq-a-mark {
	flex-shrink: 0;
	color: var(--color-terracotta-dark);
	font-weight: 700;
}

/* Attention list
--------------------------------------------- */
.attention-list {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
	background-color: #fff;
	border: 1px solid rgba(62, 49, 40, 0.22);
	border-radius: 4px;
}

.attention-list li {
	padding: 14px 18px;
	border-bottom: 1px solid rgba(62, 49, 40, 0.14);
	color: var(--color-text-soft);
	font-size: 14px;
}

.attention-list li:last-child {
	border-bottom: none;
}

.attention-note {
	font-size: 13px;
	color: var(--color-text-soft);
	background-color: var(--color-ivory-dark);
	border-radius: 4px;
	padding: 14px 18px;
}

/* Flow steps
--------------------------------------------- */
.flow-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.flow-step {
	display: flex;
	gap: 16px;
	background-color: #fff;
	border: 1px solid rgba(62, 49, 40, 0.18);
	border-radius: 4px;
	padding: 18px;
}

.flow-step-number {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: var(--color-fuji-dark);
	color: #fff;
	font-family: var(--font-heading);
	font-size: 14px;
}

.flow-step-title {
	margin: 0 0 8px;
	font-size: 15px;
}

.flow-step-body {
	margin: 0;
	font-size: 13px;
	color: var(--color-text-soft);
}

.flow-step-body + .flow-step-body {
	margin-top: 6px;
}

/* Blog article
--------------------------------------------- */
.article-header {
	padding: 40px 0 16px;
	text-align: center;
}

.article-date {
	font-size: 13px;
	color: var(--color-terracotta);
	margin: 0 0 8px;
}

.article-title {
	margin: 0;
	font-size: 24px;
	line-height: 1.5;
}

.article-body {
	padding: 16px 0 56px;
}

.article-body .container {
	max-width: 720px;
}

.article-body p {
	margin: 0 0 18px;
	color: var(--color-text-soft);
}

.article-body h2 {
	font-size: 19px;
	margin: 36px 0 14px;
}

.article-nav {
	padding: 0 0 56px;
	text-align: center;
}

/* Blog archive
--------------------------------------------- */
.archive-header {
	padding: 40px 0 8px;
	text-align: center;
}

.archive-list-section {
	padding: 16px 0 56px;
}

.archive-list-section .container {
	max-width: 760px;
}

.post-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.post-list-item {
	display: block;
	background-color: #fff;
	border: 1px solid rgba(62, 49, 40, 0.18);
	border-radius: 4px;
	padding: 18px 20px;
	text-decoration: none;
	transition: border-color 0.2s ease;
}

.post-list-item:hover {
	border-color: var(--color-fuji);
}

.post-list-date {
	display: block;
	font-size: 12px;
	color: var(--color-terracotta);
	margin: 0 0 6px;
}

.post-list-title {
	margin: 0;
	font-size: 16px;
	color: var(--color-text);
}

.pagination-nav {
	margin-top: 32px;
	display: flex;
	justify-content: center;
	gap: 12px;
}

/* Mobile fixed bar
--------------------------------------------- */
.mobile-fixed-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 200;
	display: flex;
	height: var(--fixed-bar-height);
	box-shadow: 0 -2px 8px rgba(62, 49, 40, 0.12);
}

.mobile-fixed-bar-item {
	flex: 1 1 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
}

.mobile-fixed-bar-tel {
	background-color: #fff;
	color: var(--color-text);
}

.mobile-fixed-bar-web {
	background-color: var(--color-fuji-dark);
	color: #fff;
}

.mobile-fixed-bar-icon {
	font-size: 16px;
}

@media screen and (min-width: 1024px) {

	body {
		padding-bottom: 0;
	}

	.mobile-fixed-bar {
		display: none;
	}
}
