/*
Theme Name: san-shimai-showcase-theme
Theme URI: https://example.com/san-shimai-showcase-theme
Author: San Shimai
Description: Single-page classic WordPress theme for San Shimai. Retro izakaya design with strong phone reservation flow.
Requires at least: 6.0
Requires PHP: 8.0
Version: 3.4.7
License: GNU General Public License v2 or later
Text Domain: san-shimai-showcase
*/

:root {
	--paper: #fff4dd;
	--paper2: #f3dfb8;
	--ink: #211713;
	--enji: #8f1d22;
	--red: #c7422d;
	--green: #143f32;
	--green2: #0d2a23;
	--wood: #714526;
	--gold: #d7a84d;
	--shadow: 0 22px 60px rgba(20, 12, 8, 0.24);
}

* {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	background:
		linear-gradient(rgba(255, 244, 221, 0.92), rgba(255, 244, 221, 0.95)),
		repeating-linear-gradient(90deg, rgba(113, 69, 38, 0.11) 0 4px, transparent 4px 26px);
	color: var(--ink);
	font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
	font-size: 17px;
	line-height: 1.85;
	margin: 0;
	overflow-x: hidden;
	padding-bottom: 96px;
}

a {
	color: var(--enji);
	text-underline-offset: 0.18em;
}

a:focus-visible,
button:focus-visible,
.menu-toggle:focus-visible {
	outline: 3px solid var(--red);
	outline-offset: 3px;
}

.wrap {
	margin: 0 auto;
	max-width: 1400px;
	padding: 0 24px;
	width: 100%;
}

.header-inner > *,
.hero-inner > *,
.split > *,
.reserve-inner > *,
.nav-shell,
.nav,
.post-article {
	min-width: 0;
}

.nav a,
.lead,
.hero-text,
.section h2,
.post-article h1,
.news-card h3,
.info dd,
.course-card h3,
.menu-item h3 {
	overflow-wrap: anywhere;
}

.site-header {
	background: linear-gradient(180deg, #fff8e9, #f5e0ba);
	border-bottom: 5px solid var(--enji);
	box-shadow: 0 10px 28px rgba(20, 12, 8, 0.14);
	position: sticky;
	top: 0;
	z-index: 20;
}

.site-header::before {
	background: repeating-linear-gradient(90deg, var(--enji) 0 54px, #711417 54px 108px);
	content: "";
	display: block;
	height: 9px;
}

.header-inner {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	min-height: 76px;
}

.brand {
	color: var(--ink);
	flex: 0 0 auto;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(1.25rem, 2vw, 2rem);
	font-weight: 900;
	letter-spacing: 0;
	overflow-wrap: normal;
	text-decoration: none;
	white-space: nowrap;
	word-break: keep-all;
}

.brand__part,
.hero-title__part {
	display: inline-block;
}

.brand__part + .brand__part {
	margin-left: 0.5em;
}

.nav-shell {
	display: none;
	flex: 0 0 auto;
	min-width: 0;
}

.nav {
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	gap: clamp(10px, 1.1vw, 18px);
	justify-content: flex-end;
	min-width: 0;
}

.nav a {
	color: var(--ink);
	font-size: clamp(0.9rem, 0.82vw, 1rem);
	font-weight: 900;
	text-decoration: none;
	white-space: nowrap;
}

.nav .tel {
	background: var(--enji);
	border-radius: 999px;
	color: #fff;
	padding: 8px 14px;
}

.menu-toggle {
	background: var(--enji);
	border: 0;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	display: none;
	font: inherit;
	font-weight: 900;
	list-style: none;
	min-height: 42px;
	padding: 8px 16px;
}

.menu-toggle::-webkit-details-marker {
	display: none;
}

.menu-toggle::before {
	content: "☰";
	margin-right: 0.45em;
}

.instagram-nav {
	align-items: center;
	background: #fff4dd;
	border: 1px solid rgba(143, 29, 34, 0.35);
	border-radius: 999px;
	color: var(--enji) !important;
	display: inline-flex;
	font-size: clamp(0.86rem, 0.78vw, 0.95rem) !important;
	justify-content: center;
	padding: 7px 12px !important;
	width: auto;
}

.instagram-nav::before {
	content: "";
	background: var(--enji);
	border-radius: 50%;
	box-shadow: 8px 0 0 rgba(143, 29, 34, 0.45);
	height: 7px;
	margin-right: 8px;
	width: 7px;
}

.instagram-nav::after {
	content: "";
	font-weight: 900;
}

.hero {
	background:
		linear-gradient(90deg, rgba(22, 14, 10, 0.94), rgba(22, 14, 10, 0.76) 52%, rgba(20, 63, 50, 0.62)),
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 24px),
		linear-gradient(135deg, #4b2b1a, #160e0a 60%, var(--green));
	color: #fff4dd;
	overflow: hidden;
	padding: clamp(56px, 9vw, 104px) 0;
	position: relative;
}

.hero::after {
	background: radial-gradient(circle, rgba(199, 66, 45, 0.48), transparent 58%);
	content: "";
	height: 520px;
	position: absolute;
	right: -160px;
	top: -150px;
	width: 520px;
}

.hero-inner {
	align-items: center;
	display: grid;
	gap: clamp(28px, 6vw, 60px);
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.78fr);
	position: relative;
	z-index: 1;
}

.kicker {
	color: #ffdca8;
	font-weight: 900;
	margin: 0 0 12px;
}

.noren {
	display: flex;
	gap: 6px;
	margin: 0 0 18px;
}

.noren span {
	background: linear-gradient(180deg, #aa262b, #721417);
	border-radius: 0 0 18px 18px;
	box-shadow: inset 0 -18px 24px rgba(0, 0, 0, 0.18);
	color: #fff8e9;
	font-family: "Yu Mincho", serif;
	font-weight: 900;
	padding: 12px 18px 18px;
	writing-mode: vertical-rl;
}

.hero h1,
.hero-title {
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(2.7rem, 9vw, 5.8rem);
	line-height: 1.08;
	margin: 0 0 18px;
	overflow-wrap: normal;
	text-shadow: 0 5px 22px rgba(0, 0, 0, 0.36);
	text-wrap: balance;
	word-break: keep-all;
}

.hero-title__part + .hero-title__part {
	margin-left: 0.18em;
}

.lead {
	color: #ffe4b8;
	font-size: clamp(1.35rem, 4vw, 2.25rem);
	font-weight: 900;
	line-height: 1.45;
	margin: 0 0 14px;
}

.hero-text {
	font-size: 1.07rem;
	max-width: 720px;
}

.actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.btn {
	align-items: center;
	border-radius: 8px;
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	min-height: 54px;
	padding: 12px 18px;
	text-align: center;
	text-decoration: none;
}

.btn-phone {
	background: var(--red);
	box-shadow: 0 8px 0 rgba(94, 15, 12, 0.72);
	color: #fff;
	flex-direction: column;
	min-width: 230px;
}

.btn-phone strong {
	font-size: 1.25rem;
	line-height: 1.2;
}

.btn-light {
	background: #fff4dd;
	color: var(--ink);
}

.btn-ghost {
	border: 2px solid rgba(255, 244, 221, 0.74);
	color: #fff4dd;
}

.quick {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, 1fr);
	list-style: none;
	margin: 28px 0 0;
	padding: 0;
}

.quick li {
	background: rgba(255, 244, 221, 0.09);
	border: 1px solid rgba(255, 244, 221, 0.25);
	border-radius: 8px;
	padding: 10px 12px;
}

.quick span {
	color: #ffdca8;
	display: block;
	font-size: 0.78rem;
	font-weight: 900;
}

.scene {
	min-height: 470px;
	position: relative;
}

.lantern {
	align-items: center;
	background: linear-gradient(90deg, #9d2025, #df4a30 44%, #9d2025);
	border-radius: 48% 48% 18% 18%;
	box-shadow: 0 0 36px rgba(223, 74, 48, 0.48);
	display: flex;
	height: 160px;
	justify-content: center;
	position: absolute;
	right: 28px;
	top: 4px;
	width: 96px;
}

.lantern::before,
.lantern::after {
	background: #2d1a12;
	content: "";
	height: 10px;
	left: 14px;
	position: absolute;
	right: 14px;
}

.lantern::before {
	top: -6px;
}

.lantern::after {
	bottom: -6px;
}

.lantern span {
	color: #fff8e9;
	font-family: "Yu Mincho", serif;
	font-size: 2rem;
	font-weight: 900;
	writing-mode: vertical-rl;
}

.store {
	background:
		linear-gradient(180deg, rgba(255, 244, 221, 0.1), transparent),
		repeating-linear-gradient(90deg, #693d23 0 16px, #7e4c2e 16px 32px);
	border: 8px solid #352015;
	border-radius: 8px;
	bottom: 40px;
	box-shadow: var(--shadow);
	height: 330px;
	left: 0;
	position: absolute;
	right: 44px;
}

.store::before {
	background: linear-gradient(180deg, #24150e, #0e0906);
	border-radius: 6px 6px 0 0;
	content: "";
	height: 68px;
	left: -22px;
	position: absolute;
	right: -22px;
	top: -58px;
}

.sign {
	background: var(--green);
	border: 3px solid var(--gold);
	border-radius: 6px;
	color: #fff4dd;
	font-family: "Yu Mincho", serif;
	font-size: 1.25rem;
	font-weight: 900;
	left: 34px;
	padding: 7px 14px;
	position: absolute;
	top: 34px;
}

.door {
	align-items: center;
	background: linear-gradient(180deg, #a9262b, #741418);
	border-radius: 0 0 26px 26px;
	display: flex;
	height: 210px;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 84px;
	transform: translateX(-50%);
	width: 138px;
}

.door span {
	color: #fff8e9;
	font-family: "Yu Mincho", serif;
	font-size: 1.35rem;
	font-weight: 900;
	line-height: 1.6;
	text-align: center;
	writing-mode: vertical-rl;
}

.note {
	background: #fff4dd;
	border: 2px solid rgba(33, 23, 19, 0.2);
	border-radius: 8px;
	bottom: 0;
	color: var(--ink);
	font-weight: 900;
	margin: 0;
	padding: 13px 16px;
	position: absolute;
	right: 0;
	transform: rotate(-2deg);
}

.hero-photo-frame {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.62), transparent 42%),
		repeating-linear-gradient(90deg, rgba(113, 69, 38, 0.06) 0 2px, transparent 2px 20px),
		#fff4dd;
	border: 10px solid #3b2418;
	border-radius: 8px;
	box-shadow: var(--shadow);
	aspect-ratio: 4 / 3;
	display: flex;
	justify-content: center;
	margin-top: 0;
	overflow: hidden;
	padding: clamp(18px, 4vw, 42px);
	position: relative;
	transform: rotate(1deg);
	width: 100%;
}

.hero-photo-frame img {
	display: block;
	height: auto !important;
	filter: drop-shadow(0 2px 0 rgba(255, 244, 221, 0.8)) drop-shadow(0 10px 18px rgba(20, 12, 8, 0.38));
	max-height: 100% !important;
	max-width: 100% !important;
	object-fit: contain;
	object-position: center;
	position: static;
	width: auto !important;
}

.hero-note-badge {
	bottom: -18px;
	left: 50%;
	max-width: min(92%, 420px);
	right: auto;
	text-align: center;
	transform: translateX(-50%) rotate(-1deg);
	width: max-content;
	z-index: 2;
}

.hero-photo-frame span {
	background: rgba(143, 29, 34, 0.94);
	bottom: 16px;
	color: #fff4dd;
	font-weight: 900;
	left: 16px;
	padding: 8px 12px;
	position: absolute;
	right: 16px;
	text-align: center;
}

.section {
	padding: clamp(52px, 8vw, 92px) 0;
}

.section h2 {
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(1.8rem, 5vw, 3rem);
	line-height: 1.34;
	margin: 0 0 18px;
}

.label {
	color: var(--red);
	font-weight: 900;
	margin: 0 0 10px;
}

.split {
	align-items: center;
	display: grid;
	gap: clamp(26px, 5vw, 56px);
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.86fr);
}

.paper-card {
	background: linear-gradient(135deg, rgba(255,255,255,0.48), transparent 44%), var(--paper);
	border: 1px solid rgba(33, 23, 19, 0.16);
	border-radius: 8px;
	box-shadow: var(--shadow);
	padding: clamp(20px, 4vw, 34px);
	position: relative;
}

.paper-card::after {
	border: 3px solid var(--enji);
	border-radius: 999px;
	color: var(--enji);
	content: "下通";
	font-family: "Yu Mincho", serif;
	font-weight: 900;
	padding: 8px 10px;
	position: absolute;
	right: 18px;
	top: 18px;
	transform: rotate(10deg);
}

.check-list {
	list-style: none;
	margin: 14px 0 0;
	padding: 0;
}

.check-list li {
	border-bottom: 1px dashed rgba(33, 23, 19, 0.22);
	font-weight: 800;
	padding: 9px 0 9px 28px;
	position: relative;
}

.check-list li::before {
	color: var(--enji);
	content: "◎";
	left: 0;
	position: absolute;
}

.menu-section {
	background: #211713;
	color: #fff4dd;
}

.blackboard {
	background:
		linear-gradient(rgba(20, 63, 50, 0.96), rgba(10, 36, 29, 0.97)),
		repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 18px);
	border: 10px solid var(--wood);
	border-radius: 8px;
	box-shadow: inset 0 0 0 2px rgba(255, 244, 221, 0.16), var(--shadow);
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 24px;
	padding: clamp(18px, 4vw, 28px);
}

.menu-item {
	background: rgba(255, 244, 221, 0.08);
	border: 1px dashed rgba(255, 244, 221, 0.38);
	border-radius: 8px;
	padding: 18px;
}

.menu-item h3 {
	color: #fff4dd;
	font-family: "Yu Mincho", serif;
	font-size: 1.35rem;
	margin: 0 0 6px;
}

.badge {
	background: var(--red);
	border-radius: 999px;
	color: #fff;
	display: inline-block;
	font-size: 0.78rem;
	font-weight: 900;
	padding: 2px 9px;
}

.plan-section {
	background:
		linear-gradient(rgba(255, 244, 221, 0.88), rgba(255, 244, 221, 0.92)),
		repeating-linear-gradient(0deg, rgba(113, 69, 38, 0.08) 0 1px, transparent 1px 20px);
}

.course-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	margin-top: 24px;
}

.course-card {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.42), transparent 46%),
		var(--paper);
	border: 1px solid rgba(33, 23, 19, 0.16);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(20, 12, 8, 0.12);
	padding: 20px;
	position: relative;
}

.course-card::before {
	background: var(--enji);
	border-radius: 999px;
	content: "";
	height: 10px;
	left: 20px;
	position: absolute;
	top: -5px;
	width: 52px;
}

.course-card__number {
	color: rgba(143, 29, 34, 0.18);
	font-family: "Yu Mincho", serif;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1;
	position: absolute;
	right: 14px;
	top: 14px;
}

.course-card h3 {
	font-family: "Yu Mincho", serif;
	font-size: 1.35rem;
	margin: 0 0 8px;
	padding-right: 42px;
}

.course-price {
	color: var(--enji);
	font-size: 1.16rem;
	font-weight: 900;
	margin-bottom: 0;
}

.section-note {
	background: rgba(20, 63, 50, 0.08);
	border-left: 5px solid var(--green);
	border-radius: 6px;
	font-weight: 800;
	margin-top: 18px;
	padding: 12px 14px;
}

.news-section {
	background: var(--paper2);
}

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

.news-card {
	background: #fff8e9;
	border: 1px solid rgba(33, 23, 19, 0.16);
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(20, 12, 8, 0.1);
	padding: 18px;
}

.news-date {
	color: var(--enji);
	font-size: 0.88rem;
	font-weight: 900;
	margin: 0 0 4px;
}

.news-card h3 {
	font-size: 1.18rem;
	margin: 0 0 6px;
}

.news-card p:last-child {
	margin-bottom: 0;
}

.post-detail {
	background:
		linear-gradient(rgba(255, 244, 221, 0.9), rgba(255, 244, 221, 0.96)),
		repeating-linear-gradient(90deg, rgba(113, 69, 38, 0.08) 0 3px, transparent 3px 24px);
	min-height: 60vh;
	padding: clamp(52px, 8vw, 92px) 0;
}

.post-detail__inner {
	max-width: 920px;
}

.post-article {
	background: #fff8e9;
	border: 1px solid rgba(33, 23, 19, 0.16);
	border-radius: 8px;
	box-shadow: var(--shadow);
	padding: clamp(24px, 5vw, 48px);
}

.post-date {
	color: var(--enji);
	display: block;
	font-weight: 900;
	margin-bottom: 8px;
}

.post-article h1 {
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: clamp(2rem, 5vw, 3.2rem);
	line-height: 1.35;
	margin: 0 0 24px;
}

.post-content > *:first-child {
	margin-top: 0;
}

.post-content img {
	border-radius: 8px;
	height: auto;
	max-width: 100%;
}

.post-back {
	margin-top: 22px;
}

.post-back a {
	background: var(--enji);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-weight: 900;
	padding: 10px 16px;
	text-decoration: none;
}

.price {
	color: #ffdca8;
	font-size: 1.18rem;
	font-weight: 900;
	margin-bottom: 0;
}

.photos {
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr 1fr;
}

.photo {
	align-items: center;
	background:
		linear-gradient(rgba(143, 29, 34, 0.72), rgba(143, 29, 34, 0.58)),
		repeating-linear-gradient(45deg, rgba(255,255,255,0.16) 0 1px, transparent 1px 16px);
	border: 8px solid #fff4dd;
	border-radius: 8px;
	box-shadow: var(--shadow);
	color: #fff4dd;
	display: flex;
	font-family: "Yu Mincho", serif;
	font-size: 1.4rem;
	font-weight: 900;
	justify-content: center;
	min-height: 150px;
	text-align: center;
}

.photo.has-image {
	background: #fff4dd;
	padding: 0;
	overflow: hidden;
}

.photo.has-image img {
	display: block;
	height: 100%;
	min-height: inherit;
	object-fit: cover;
	width: 100%;
}

.photo.big {
	grid-row: span 2;
	min-height: 320px;
}

.photo.green {
	background:
		linear-gradient(rgba(20, 63, 50, 0.8), rgba(20, 63, 50, 0.7)),
		repeating-linear-gradient(45deg, rgba(255,255,255,0.13) 0 1px, transparent 1px 16px);
}

.smoking {
	background: var(--paper2);
}

.notice {
	background: #fff4dd;
	border: 3px solid var(--enji);
	border-radius: 8px;
	font-weight: 900;
	padding: 16px;
}

.reserve {
	background:
		linear-gradient(90deg, rgba(20, 63, 50, 0.95), rgba(13, 42, 35, 0.96)),
		repeating-linear-gradient(90deg, rgba(255,244,221,0.08) 0 2px, transparent 2px 20px);
	color: #fff4dd;
	padding: clamp(38px, 6vw, 64px) 0;
}

.reserve-inner {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
}

.reserve h2 {
	font-family: "Yu Mincho", serif;
	font-size: clamp(1.7rem, 5vw, 2.8rem);
	line-height: 1.35;
	margin: 0 0 10px;
}

.reserve-phone {
	background: var(--red);
	border: 3px solid #fff4dd;
	border-radius: 10px;
	box-shadow: 0 8px 0 rgba(77, 18, 13, 0.6);
	color: #fff;
	display: grid;
	min-width: 280px;
	padding: 14px 18px;
	text-align: center;
	text-decoration: none;
}

.reserve-phone strong {
	font-size: clamp(1.4rem, 4vw, 2rem);
	line-height: 1.3;
}

.access-card {
	background: var(--paper);
	border: 1px solid rgba(33, 23, 19, 0.16);
	border-radius: 8px;
	box-shadow: var(--shadow);
	overflow: hidden;
}

.map {
	align-items: center;
	background:
		linear-gradient(rgba(255, 244, 221, 0.54), rgba(255, 244, 221, 0.54)),
		linear-gradient(90deg, transparent 48%, rgba(143, 29, 34, 0.42) 48% 52%, transparent 52%),
		linear-gradient(0deg, transparent 48%, rgba(20, 63, 50, 0.38) 48% 52%, transparent 52%),
		#dec39a;
	display: flex;
	height: 260px;
	justify-content: center;
	position: relative;
}

.map-embed {
	background: #dec39a;
	height: 260px;
	overflow: hidden;
}

.map-embed iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.map-link {
	margin: 0;
	padding: 12px 14px 8px;
	text-align: right;
}

.map-link a {
	font-weight: 900;
}

.sns-link {
	margin: 0;
	padding: 0 14px 16px;
	text-align: right;
}

.sns-link a,
.footer-instagram {
	background: var(--enji);
	border-radius: 999px;
	color: #fff !important;
	display: inline-flex;
	font-weight: 900;
	padding: 8px 14px;
	text-decoration: none;
}

.map span {
	background: var(--enji);
	border-radius: 999px;
	color: #fff;
	font-weight: 900;
	padding: 6px 14px;
}

.info {
	display: grid;
	grid-template-columns: 8em 1fr;
	margin: 0;
}

.info dt,
.info dd {
	border-bottom: 1px solid rgba(33, 23, 19, 0.14);
	margin: 0;
	padding: 12px 14px;
}

.info dt {
	background: #fff0cc;
	font-weight: 900;
}

.footer {
	background: #120c09;
	border-top: 8px solid var(--enji);
	color: #fff4dd;
	padding: 34px 0;
}

.footer a {
	color: #fff;
}

.mobile-cta {
	background: #fff4dd;
	border-top: 1px solid rgba(33, 23, 19, 0.18);
	bottom: 0;
	box-shadow: 0 -8px 24px rgba(20, 12, 8, 0.2);
	display: grid;
	gap: 4px;
	left: 0;
	padding: 9px 12px max(9px, env(safe-area-inset-bottom));
	position: fixed;
	right: 0;
	z-index: 40;
}

.mobile-cta a {
	align-items: center;
	background: var(--red);
	border-radius: 8px;
	color: #fff;
	display: flex;
	font-size: 1.08rem;
	font-weight: 900;
	gap: 12px;
	justify-content: center;
	min-height: 54px;
	text-decoration: none;
}

.mobile-cta small {
	display: block;
	font-weight: 800;
	text-align: center;
}

@media (min-width: 782px) {
	body {
		padding-bottom: 0;
	}

	.mobile-cta {
		display: none;
	}
}

@media (max-width: 1200px) {
	.header-inner {
		align-items: flex-start;
		flex-direction: column;
		padding-bottom: 12px;
		padding-top: 12px;
	}

	.nav-shell {
		display: none;
	}

	.nav {
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 100%;
	}

	.nav a {
		font-size: 0.94rem;
	}
}

@media (max-width: 900px) {
	.hero-inner,
	.split {
		grid-template-columns: 1fr;
	}

	.hero {
		padding: clamp(44px, 9vw, 72px) 0;
	}

	.scene {
		min-height: 390px;
	}

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

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

	.reserve-inner {
		align-items: stretch;
		flex-direction: column;
	}

	.reserve-phone {
		width: 100%;
	}
}

@media (max-width: 760px) {
	body {
		font-size: 16px;
	}

	.wrap {
		padding-left: 16px;
		padding-right: 16px;
	}

	.brand {
		flex: 1 1 auto;
		font-size: clamp(1.02rem, 4.8vw, 1.36rem);
		line-height: 1.25;
	}

	.header-inner {
		align-items: center;
		flex-wrap: nowrap;
		flex-direction: row;
		gap: 12px;
		position: relative;
		padding-bottom: 12px;
		padding-top: 12px;
	}

	.nav-shell {
		display: block;
		flex: 0 0 auto;
		width: auto;
	}

	.nav-desktop {
		display: none;
	}

	.menu-toggle {
		display: inline-flex;
		flex: 0 0 auto;
	}

	.nav {
		background: #fff4dd;
		border: 2px solid rgba(143, 29, 34, 0.28);
		border-radius: 8px;
		box-shadow: 0 18px 40px rgba(20, 12, 8, 0.22);
		display: none;
		gap: 8px;
		flex-wrap: wrap;
		left: 0;
		padding: 10px;
		position: absolute;
		right: 0;
		top: calc(100% + 8px);
		width: 100%;
		z-index: 60;
	}

	.nav-shell[open] .nav,
	.nav.is-open {
		display: flex;
	}

	.nav a {
		background: rgba(255, 255, 255, 0.42);
		border-radius: 6px;
		flex: 1 1 42%;
		font-size: 0.92rem;
		min-height: 42px;
		padding: 6px 8px;
		text-align: center;
	}

	.nav .instagram-nav {
		flex: 1 1 42%;
	}

	.nav .tel {
		flex-basis: 100%;
	}

	.noren span {
		align-items: center;
		display: flex;
		flex: 1;
		justify-content: center;
		padding-left: 8px;
		padding-right: 8px;
		text-align: center;
		writing-mode: horizontal-tb;
	}

	.hero h1,
	.hero-title {
		font-size: clamp(2.1rem, 11vw, 3.6rem);
		line-height: 1.14;
		max-width: 9.6em;
	}

	.lead {
		font-size: clamp(1.22rem, 7vw, 1.7rem);
	}

	.actions,
	.reserve-inner {
		align-items: stretch;
		flex-direction: column;
	}

	.actions a,
	.reserve-phone {
		width: 100%;
	}

	.quick,
	.blackboard,
	.photos,
	.course-grid {
		grid-template-columns: 1fr;
	}

	.scene {
		min-height: auto;
	}

	.hero-photo-frame {
		aspect-ratio: 4 / 3;
		padding: 18px;
	}

	.hero-note-badge {
		bottom: auto;
		left: auto;
		margin: -8px auto 0;
		max-width: 100%;
		position: relative;
		right: auto;
		transform: rotate(-1deg);
		width: fit-content;
	}

	.lantern {
		height: 112px;
		right: 10px;
		width: 70px;
	}

	.store {
		height: 250px;
		right: 0;
	}

	.door {
		height: 150px;
		top: 76px;
		width: 110px;
	}

	.photo.big {
		grid-row: auto;
		min-height: 210px;
	}

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

	.info dd {
		padding-top: 0;
	}

	.map-embed,
	.map {
		height: 220px;
	}

	.post-article {
		padding: 22px 16px;
	}
}

@media (max-width: 480px) {
	body {
		padding-bottom: 108px;
	}

	.wrap {
		padding-left: 14px;
		padding-right: 14px;
	}

	.nav a,
	.nav .instagram-nav {
		flex-basis: 100%;
	}

	.menu-toggle {
		align-items: center;
		font-size: 0;
		justify-content: center;
		padding-left: 0;
		padding-right: 0;
		width: 44px;
	}

	.menu-toggle::before {
		font-size: 1.24rem;
		margin-right: 0;
	}

	.brand {
		font-size: clamp(0.94rem, 4.45vw, 1.16rem);
	}

	.quick li,
	.menu-item,
	.course-card,
	.news-card {
		padding: 14px;
	}

	.hero-photo-frame {
		padding: 14px;
	}

	.map-embed,
	.map {
		height: 200px;
	}

	.mobile-cta a {
		flex-direction: column;
		gap: 0;
		line-height: 1.35;
	}
}
