/* Tokyo Tsuki Osake main style */
:root{--tto-navy:#06111c;--tto-deep:#02070d;--tto-gold:#c7953b;--tto-gold-soft:#e3c17b;--tto-cream:#f5f1e8;--tto-text:#f7f2e8;--tto-muted:#c8beb0;--tto-border:rgba(199,149,59,.38);--tto-shadow:0 24px 80px rgba(0,0,0,.42)}
html{scroll-behavior:smooth}
body.tto-theme{margin:0;background:var(--tto-deep);color:var(--tto-text);font-family:"Hiragino Mincho ProN","Yu Mincho","YuMincho","Noto Serif JP",serif;line-height:1.9;letter-spacing:.04em}
body.tto-theme *{box-sizing:border-box}body.tto-theme a{color:inherit}.tto-container{width:min(1120px,calc(100% - 40px));margin:0 auto}.screen-reader-text{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px}
.site-header{position:fixed;top:0;left:0;right:0;z-index:50;background:linear-gradient(180deg,rgba(2,7,13,.86),rgba(2,7,13,.22));backdrop-filter:blur(10px);transition:.2s ease}.site-header.is-scrolled{background:rgba(2,7,13,.88);border-bottom:1px solid rgba(199,149,59,.18)}
.site-header__inner{width:min(1200px,calc(100% - 40px));margin:0 auto;min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:24px}.site-brand{text-decoration:none;display:inline-flex;flex-direction:column;line-height:1.2}.site-brand__ja{font-size:24px;letter-spacing:.08em}.site-brand__en{font-size:11px;color:var(--tto-gold-soft);font-family:Georgia,"Times New Roman",serif;letter-spacing:.14em;margin-top:5px}.custom-logo{max-height:54px;width:auto}
.site-nav{display:flex;align-items:center;gap:24px}.site-nav__list{list-style:none;display:flex;align-items:center;gap:28px;margin:0;padding:0}.site-nav__list a{text-decoration:none;font-size:14px;color:var(--tto-text)}.site-nav__reserve{text-decoration:none;background:linear-gradient(135deg,var(--tto-gold),#8c5b18);color:#fff;padding:10px 20px;border-radius:2px;font-weight:600;font-size:14px}.site-nav-toggle{display:none;width:44px;height:44px;border:1px solid var(--tto-border);background:transparent;padding:10px}.site-nav-toggle span:not(.screen-reader-text){display:block;height:1px;background:var(--tto-text);margin:6px 0}
.tto-hero{position:relative;min-height:var(--tto-hero-height,88vh);display:flex;align-items:center;background:linear-gradient(90deg,rgba(2,7,13,.92) 0%,rgba(2,7,13,.72) 42%,rgba(2,7,13,.20) 100%),var(--tto-hero-image) var(--tto-hero-position, center center)/cover no-repeat;overflow:hidden}
.tto-hero--fit-cover {
	background-size: cover, cover !important;
}
.tto-hero--fit-contain {
	background-size: cover, contain !important;
	background-repeat: no-repeat !important;
}
.tto-hero--fit-full-width {
	background-size: cover, 100% auto !important;
	background-repeat: no-repeat !important;
}
.tto-hero--overlay-dark {
	background-image:
		linear-gradient(90deg,rgba(2,7,13,.92) 0%,rgba(2,7,13,.72) 42%,rgba(2,7,13,.20) 100%),
		var(--tto-hero-image) !important;
}
.tto-hero--overlay-medium {
	background-image:
		linear-gradient(90deg,rgba(2,7,13,.78) 0%,rgba(2,7,13,.52) 42%,rgba(2,7,13,.12) 100%),
		var(--tto-hero-image) !important;
}
.tto-hero--overlay-light {
	background-image:
		linear-gradient(90deg,rgba(2,7,13,.58) 0%,rgba(2,7,13,.30) 42%,rgba(2,7,13,.04) 100%),
		var(--tto-hero-image) !important;
}
.tto-hero--overlay-none {
	background-image: var(--tto-hero-image) !important;
}

.tto-hero__overlay{position:absolute;inset:0;background:radial-gradient(circle at 24% 20%,rgba(227,193,123,.18),transparent 26%),linear-gradient(180deg,transparent 78%,var(--tto-deep) 100%);pointer-events:none}.tto-hero__inner{position:relative;z-index:1;width:min(780px,calc(100% - 40px));margin-left:max(24px,8vw);padding:120px 0 96px}
.tto-eyebrow,.tto-section-label{color:var(--tto-gold-soft);font-family:Georgia,"Times New Roman",serif;font-size:12px;letter-spacing:.22em;line-height:1.4;text-transform:uppercase;margin:0 0 18px}.tto-hero h1{font-size:clamp(36px,6vw,72px);line-height:1.35;font-weight:500;margin:0 0 28px;text-shadow:0 8px 32px rgba(0,0,0,.7)}.tto-lead{font-size:clamp(16px,2vw,20px);color:var(--tto-text);margin:0 0 34px}.tto-hero__info{display:grid;grid-template-columns:repeat(2,minmax(150px,1fr));gap:14px;width:min(460px,100%);margin:0 0 30px}.tto-hero__info div{border:1px solid var(--tto-border);background:rgba(2,7,13,.48);padding:18px 20px;backdrop-filter:blur(8px)}.tto-hero__info span{display:block;color:var(--tto-muted);font-size:13px;margin-bottom:6px}.tto-hero__info strong{display:block;font-size:22px;font-weight:500}
.tto-buttons{display:flex;flex-wrap:wrap;gap:14px}.tto-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 28px;border-radius:2px;text-decoration:none!important;transition:.2s ease;font-weight:600}.tto-btn--primary{background:linear-gradient(135deg,var(--tto-gold),#8c5b18);color:#fff!important;box-shadow:0 10px 30px rgba(199,149,59,.22)}.tto-btn--ghost{border:1px solid var(--tto-border);color:var(--tto-text)!important;background:rgba(2,7,13,.32)}.tto-btn--dark{color:#1d1710!important;border-color:rgba(70,50,20,.35);background:rgba(255,255,255,.35)}.tto-btn:hover{transform:translateY(-2px);opacity:.92}
.tto-section{padding:clamp(64px,8vw,110px) 0}.tto-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:clamp(32px,6vw,80px);align-items:center}.tto-section h2{font-size:clamp(28px,4vw,46px);line-height:1.45;font-weight:500;margin:0 0 22px}.tto-section h3{font-size:20px;line-height:1.5;margin:0 0 10px;font-weight:500}.tto-text p,.tto-subcopy,.tto-info p,.tto-reserve p{color:var(--tto-muted)}
.tto-concept{background:radial-gradient(circle at 88% 20%,rgba(199,149,59,.12),transparent 32%),linear-gradient(180deg,var(--tto-deep),var(--tto-navy))}.tto-concept__image{margin:0;border:1px solid rgba(199,149,59,.18);box-shadow:var(--tto-shadow);overflow:hidden}.tto-concept__image img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block}
.tto-first,.tto-info{background:var(--tto-cream);color:#1d1710}.tto-first .tto-section-label,.tto-info .tto-section-label{color:#8c6429}.tto-center{text-align:center}.tto-feature-list{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:38px;border:1px solid rgba(70,50,20,.16);background:rgba(70,50,20,.16)}.tto-feature{background:rgba(255,255,255,.62);padding:28px 22px;text-align:center}.tto-feature span{display:inline-flex;color:#8c6429;font-size:13px;margin-bottom:12px}.tto-feature p{margin:0;color:#5d5349;font-size:14px}
.tto-menu,.tto-instagram,.tto-reserve{background:radial-gradient(circle at 15% 0%,rgba(199,149,59,.10),transparent 30%),var(--tto-deep)}.tto-section-head{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px;align-items:end}.tto-card-list{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:34px}.tto-card{border:1px solid rgba(199,149,59,.24);background:rgba(255,255,255,.035);box-shadow:var(--tto-shadow);overflow:hidden}.tto-card img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;background:rgba(255,255,255,.08)}.tto-card div{padding:22px}.tto-card p{color:var(--tto-muted);margin:0;font-size:14px}.tto-set{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:28px;padding:28px;border:1px solid var(--tto-border);background:rgba(2,7,13,.62)}.tto-set p{color:var(--tto-muted);margin:0}.tto-set strong{color:var(--tto-gold-soft);font-size:clamp(28px,4vw,42px);white-space:nowrap;font-weight:500}
.tto-instagram-embed{margin:34px auto;min-height:140px}.tto-insta-placeholder{border:1px dashed rgba(199,149,59,.35);display:flex;align-items:center;justify-content:center;color:var(--tto-muted);padding:36px 24px;text-align:center}.tto-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(70,50,20,.16);border:1px solid rgba(70,50,20,.16)}.tto-info-grid>div{background:var(--tto-cream);padding:34px}.tto-info-grid p{color:#5d5349}.tto-note{font-size:13px}.tto-reserve{text-align:center}.tto-reserve .tto-buttons{justify-content:center;margin-top:26px}.tto-mini-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.tto-mini-buttons .tto-btn{min-height:42px;padding:10px 18px;font-size:14px}
.site-footer{background:#01050a;color:var(--tto-muted);padding:72px 0 24px;border-top:1px solid rgba(199,149,59,.18)}.site-footer__grid{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:48px}.site-footer__brand{font-size:24px;color:var(--tto-text);margin:0}.site-footer__en,.site-footer__heading{color:var(--tto-gold-soft);font-family:Georgia,"Times New Roman",serif;letter-spacing:.14em;font-size:12px;text-transform:uppercase}.site-footer__links{display:flex;flex-direction:column;gap:8px}.site-footer__links a{color:var(--tto-muted);text-decoration:none}.site-footer__bottom{text-align:center;margin-top:48px;padding-top:20px;border-top:1px solid rgba(199,149,59,.12);color:rgba(200,190,176,.7)}
.tto-page-content,.tto-post{max-width:860px}.tto-page-content h1,.tto-post h1{font-size:clamp(30px,5vw,52px);line-height:1.4}
@media (max-width:980px){.site-nav-toggle{display:block;position:relative;z-index:60}.site-nav{position:fixed;top:74px;left:0;right:0;display:none;flex-direction:column;align-items:stretch;background:rgba(2,7,13,.96);border-top:1px solid rgba(199,149,59,.16);padding:22px}.site-nav.is-open{display:flex}.site-nav__list{flex-direction:column;align-items:stretch;gap:0}.site-nav__list a{display:block;padding:14px 0}.site-nav__reserve{text-align:center;margin-top:8px}.tto-grid,.tto-section-head,.tto-card-list,.tto-info-grid,.site-footer__grid{grid-template-columns:1fr}.tto-feature-list{grid-template-columns:repeat(2,1fr)}.tto-hero{min-height:82vh;background-position:var(--tto-hero-position, center right)}.tto-hero__inner{margin:0 auto;padding:112px 0 72px}}
@media (max-width:560px){.site-header__inner,.tto-container,.tto-hero__inner{width:min(100% - 28px,1120px)}.site-brand__ja{font-size:20px}.site-brand__en{font-size:9px}.tto-hero{min-height:90vh;background-position:var(--tto-hero-mobile-position, 62% center)}.tto-hero__info,.tto-feature-list{grid-template-columns:1fr}.tto-buttons,.tto-set{flex-direction:column;align-items:stretch}.tto-btn{width:100%}.tto-section{padding:58px 0}.tto-set strong{white-space:normal}}


.tto-schedule {
	background:
		radial-gradient(circle at 88% 16%, rgba(199,149,59,.12), transparent 30%),
		linear-gradient(180deg, #02070d, #06111c);
}
.tto-schedule-box {
	margin-top: 34px;
}
.tto-schedule-list {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	max-width: 860px;
	border: 1px solid rgba(199,149,59,.28);
	background: rgba(255,255,255,.035);
	box-shadow: 0 24px 80px rgba(0,0,0,.32);
}
.tto-schedule-list li {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 18px 22px;
	border-bottom: 1px solid rgba(199,149,59,.16);
	color: #f7f2e8;
	line-height: 1.8;
}
.tto-schedule-list li:last-child {
	border-bottom: none;
}
.tto-schedule-list li::before {
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #c7953b;
	box-shadow: 0 0 18px rgba(199,149,59,.75);
	flex: 0 0 auto;
}
.tto-calendar-embed {
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	border: 1px solid rgba(199,149,59,.28);
	background: rgba(255,255,255,.035);
	box-shadow: 0 24px 80px rgba(0,0,0,.32);
	overflow: hidden;
}
.tto-calendar-embed iframe {
	display: block;
	width: 100%;
	min-height: 560px;
	border: 0;
	filter: saturate(.82) contrast(1.05);
}
.tto-schedule .simcal-calendar,
.tto-schedule .lvgc-wrapper,
.tto-schedule .gc-list-view {
	max-width: 900px;
	margin: 0 auto;
	color: #f7f2e8;
}
@media (max-width: 560px) {
	.tto-schedule-list li {
		align-items: flex-start;
		padding: 16px;
	}
	.tto-calendar-embed iframe {
		min-height: 460px;
	}
}


.tto-set--with-image {
	display: grid;
	grid-template-columns: 220px 1fr auto;
	align-items: center;
}
.tto-set__image {
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(199,149,59,.22);
	background: rgba(255,255,255,.04);
}
.tto-set__image img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	display: block;
}
.tto-set__content {
	min-width: 0;
}
@media (max-width: 900px) {
	.tto-set--with-image {
		grid-template-columns: 180px 1fr;
	}
	.tto-set--with-image strong {
		grid-column: 2;
	}
}
@media (max-width: 560px) {
	.tto-set--with-image {
		display: flex;
	}
	.tto-set__image {
		width: 100%;
	}
	.tto-set__image img {
		aspect-ratio: 16 / 10;
	}
}


/* Font choices */
body.tto-font-serif {
	font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
}
body.tto-font-sans {
	font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
}
body.tto-font-system {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* First-time image and layout options */
.tto-feature__image {
	display: none;
	margin: 0 0 16px;
	overflow: hidden;
	border: 1px solid rgba(70,50,20,.14);
}
.tto-feature__image img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	display: block;
}
.tto-first--image_cards .tto-feature__image,
.tto-first--wide .tto-feature__image {
	display: block;
}
.tto-first--image_cards .tto-feature {
	padding: 0;
	text-align: left;
}
.tto-first--image_cards .tto-feature span,
.tto-first--image_cards .tto-feature h3,
.tto-first--image_cards .tto-feature p {
	margin-left: 22px;
	margin-right: 22px;
}
.tto-first--image_cards .tto-feature p {
	margin-bottom: 24px;
}
.tto-first--wide .tto-feature-list {
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	border: none;
	background: transparent;
}
.tto-first--wide .tto-feature {
	display: grid;
	grid-template-columns: 150px 1fr;
	column-gap: 20px;
	text-align: left;
	align-items: center;
	border: 1px solid rgba(70,50,20,.16);
}
.tto-first--wide .tto-feature__image {
	grid-row: 1 / span 3;
	margin: 0;
}
.tto-first--wide .tto-feature__image img {
	aspect-ratio: 1 / 1;
}
.tto-first--simple .tto-feature-list {
	border: none;
	background: transparent;
	gap: 18px;
}
.tto-first--simple .tto-feature {
	background: transparent;
	border-top: 1px solid rgba(70,50,20,.18);
	border-bottom: 1px solid rgba(70,50,20,.08);
}
.tto-first--simple .tto-feature__image {
	display: none;
}
@media (max-width: 900px) {
	.tto-first--wide .tto-feature-list {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 560px) {
	.tto-first--wide .tto-feature {
		grid-template-columns: 1fr;
	}
	.tto-first--wide .tto-feature__image {
		margin-bottom: 16px;
	}
	.tto-first--wide .tto-feature__image img {
		aspect-ratio: 16 / 10;
	}
}



/* 1.7.1 fix: show first-time images above text even in normal card layout */
.tto-first--cards .tto-feature__image,
.tto-first--image_cards .tto-feature__image,
.tto-first--wide .tto-feature__image {
	display: block;
}
.tto-first--cards .tto-feature {
	padding: 0;
	text-align: left;
	overflow: hidden;
}
.tto-first--cards .tto-feature span,
.tto-first--cards .tto-feature h3,
.tto-first--cards .tto-feature p {
	margin-left: 22px;
	margin-right: 22px;
}
.tto-first--cards .tto-feature p {
	margin-bottom: 24px;
}
.tto-first--cards .tto-feature__image {
	margin: 0 0 16px;
}
.tto-first--cards .tto-feature__image img {
	aspect-ratio: 4 / 3;
}
.tto-first--simple .tto-feature__image {
	display: none;
}



/* 1.7.2 fix: compact first-time illustration size to reduce page length */
.tto-first .tto-feature-list {
	gap: 18px;
}
.tto-first .tto-feature {
	padding-top: 22px;
	padding-bottom: 22px;
}
.tto-first .tto-feature__image {
	display: block;
	width: min(150px, 58%);
	margin: 0 auto 14px;
	border-radius: 999px;
	border: 1px solid rgba(199,149,59,.22);
	background: rgba(255,255,255,.06);
}
.tto-first .tto-feature__image img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	display: block;
}
.tto-first--cards .tto-feature,
.tto-first--image_cards .tto-feature {
	padding: 22px 20px;
	text-align: center;
	overflow: visible;
}
.tto-first--cards .tto-feature span,
.tto-first--cards .tto-feature h3,
.tto-first--cards .tto-feature p,
.tto-first--image_cards .tto-feature span,
.tto-first--image_cards .tto-feature h3,
.tto-first--image_cards .tto-feature p {
	margin-left: 0;
	margin-right: 0;
}
.tto-first--cards .tto-feature p,
.tto-first--image_cards .tto-feature p {
	margin-bottom: 0;
}
.tto-first--wide .tto-feature {
	grid-template-columns: 96px 1fr;
	padding: 18px;
	min-height: auto;
}
.tto-first--wide .tto-feature__image {
	width: 96px;
	margin: 0;
}
.tto-first--wide .tto-feature__image img {
	aspect-ratio: 1 / 1;
}
.tto-first--simple .tto-feature__image {
	display: none;
}
@media (max-width: 900px) {
	.tto-first .tto-feature__image {
		width: 132px;
	}
}
@media (max-width: 560px) {
	.tto-first .tto-feature-list {
		gap: 12px;
	}
	.tto-first .tto-feature {
		padding: 18px 16px;
	}
	.tto-first .tto-feature__image {
		width: 104px;
		margin-bottom: 10px;
	}
	.tto-first--wide .tto-feature {
		grid-template-columns: 78px 1fr;
		padding: 14px;
	}
	.tto-first--wide .tto-feature__image {
		width: 78px;
	}
	.tto-first--wide .tto-feature h3 {
		margin-top: 2px;
	}
}



/* 1.7.4 fix: make embedded calendar reliably visible */
.tto-calendar-embed iframe {
	display: block !important;
	width: 100% !important;
	min-height: 560px;
	border: 0;
	background: #ffffff;
}
.tto-schedule-box > iframe {
	display: block !important;
	width: 100% !important;
	min-height: 560px;
	border: 0;
	background: #ffffff;
}
@media (max-width: 560px) {
	.tto-calendar-embed iframe,
	.tto-schedule-box > iframe {
		min-height: 480px;
	}
}


/* 2.0.0 final stable: Reservation is handled by the separate Safe plugin. Theme keeps schedule, editable text, images, and font options. */


/* 2.1.0 final polish: unified spacing, FAQ, schedule, and CTA consistency */
.tto-section {
	scroll-margin-top: 92px;
}
.tto-section-head,
.tto-center.tto-subcopy,
.tto-faq .tto-subcopy {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}
.tto-section-label {
	letter-spacing: .18em;
}
.tto-buttons,
.tto-mini-buttons {
	gap: 12px;
	align-items: center;
}
.tto-buttons .tto-btn,
.tto-mini-buttons .tto-btn {
	min-height: 46px;
}
.tto-schedule,
.tto-faq {
	position: relative;
}
.tto-schedule::before,
.tto-faq::before {
	content: "";
	display: block;
	width: min(92%, 980px);
	height: 1px;
	margin: 0 auto 56px;
	background: linear-gradient(90deg, transparent, rgba(199,149,59,.25), transparent);
}
.tto-faq-list {
	max-width: 900px;
	margin: 34px auto 0;
	display: grid;
	gap: 12px;
}
.tto-faq-item {
	border: 1px solid rgba(199,149,59,.22);
	background:
		linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.018)),
		rgba(5, 10, 18, .42);
	box-shadow: 0 18px 50px rgba(0,0,0,.18);
	overflow: hidden;
}
.tto-faq-item summary {
	cursor: pointer;
	list-style: none;
	display: flex;
	gap: 14px;
	align-items: center;
	padding: 18px 20px;
	color: #f7f2e8;
	font-weight: 600;
	line-height: 1.65;
}
.tto-faq-item summary::-webkit-details-marker {
	display: none;
}
.tto-faq-item summary::after {
	content: "+";
	margin-left: auto;
	color: #c7953b;
	font-size: 22px;
	line-height: 1;
}
.tto-faq-item[open] summary::after {
	content: "−";
}
.tto-faq-item summary span,
.tto-faq-answer span {
	flex: 0 0 auto;
	display: inline-grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-family: var(--font-en, serif);
	font-size: 13px;
	letter-spacing: .05em;
	background: rgba(199,149,59,.14);
	color: #e3c17b;
	border: 1px solid rgba(199,149,59,.35);
}
.tto-faq-answer {
	display: flex;
	gap: 14px;
	padding: 0 20px 20px;
	color: #c8beb0;
	line-height: 1.9;
}
.tto-faq-answer p {
	margin: 2px 0 0;
}
.tto-reserve .tto-buttons {
	margin-top: 24px;
}
.tto-reserve {
	text-align: center;
}
.tto-reserve .tto-container > p:not(.tto-section-label) {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 760px) {
	.tto-section {
		scroll-margin-top: 76px;
	}
	.tto-schedule::before,
	.tto-faq::before {
		margin-bottom: 38px;
	}
	.tto-faq-item summary {
		padding: 16px;
	}
	.tto-faq-answer {
		padding: 0 16px 18px;
	}
	.tto-buttons,
	.tto-mini-buttons {
		display: grid;
		grid-template-columns: 1fr;
	}
	.tto-buttons .tto-btn,
	.tto-mini-buttons .tto-btn {
		width: 100%;
		justify-content: center;
	}
}


/* 2.2.0 final design consistency: center only headings/leads/CTAs; keep readable content left */

.tto-section {
	scroll-margin-top: 92px;
}
.tto-section h2 {
	text-wrap: balance;
}
.tto-section-label {
	display: block;
	color: #c7953b;
	letter-spacing: .18em;
}

/* Center headings and short lead copies only */
.tto-section > .tto-container > .tto-section-label,
.tto-section > .tto-container > h2,
.tto-section-head,
.tto-center,
.tto-section > .tto-container > .tto-subcopy,
.tto-section > .tto-container > p.tto-subcopy {
	text-align: center;
}
.tto-section-head,
.tto-center.tto-subcopy,
.tto-section > .tto-container > .tto-subcopy,
.tto-section > .tto-container > p.tto-subcopy {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

/* Keep readable content naturally aligned */
.tto-text,
.tto-card,
.tto-card-list,
.tto-feature,
.tto-feature-list,
.tto-info,
.tto-info-grid,
.tto-set,
.tto-set__content,
.tto-schedule,
.tto-faq-list,
.tto-faq-item,
.tto-faq-answer {
	text-align: left;
}

/* CTA areas are intentionally centered */
.tto-hero .tto-buttons,
.tto-buttons--hero,
.tto-reserve,
.tto-reserve .tto-container > .tto-section-label,
.tto-reserve .tto-container > h2,
.tto-reserve .tto-container > p,
.tto-buttons--reserve {
	text-align: center;
}
.tto-reserve .tto-container > p:not(.tto-section-label) {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

/* Button rows */
.tto-buttons,
.tto-mini-buttons {
	gap: 12px;
	align-items: center;
}
.tto-buttons--hero,
.tto-buttons--reserve {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 12px;
}
.tto-buttons .tto-btn,
.tto-mini-buttons .tto-btn,
.tto-buttons--hero .tto-btn,
.tto-buttons--reserve .tto-btn,
.site-nav__reserve,
.tks-tto-web-reserve-button-v2,
.tks-tto-web-reserve-button-v3 {
	min-height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	white-space: nowrap;
}
.tto-buttons--hero {
	margin-top: 26px;
}
.tto-buttons--reserve {
	margin-top: 24px;
}
.tto-buttons--hero .tto-btn,
.tto-buttons--reserve .tto-btn {
	min-width: 174px;
}

/* Section flow separators */
.tto-schedule,
.tto-faq,
.tto-reserve {
	position: relative;
}
.tto-schedule::before,
.tto-faq::before,
.tto-reserve::before {
	content: "";
	display: block;
	width: min(92%, 980px);
	height: 1px;
	margin: 0 auto 54px;
	background: linear-gradient(90deg, transparent, rgba(199,149,59,.24), transparent);
}

/* Schedule: heading center, content natural */
.tto-schedule > .tto-container > .tto-section-label,
.tto-schedule > .tto-container > h2,
.tto-schedule > .tto-container > .tto-subcopy {
	text-align: center;
}
.tto-schedule .tto-schedule-content,
.tto-schedule iframe,
.tto-schedule .gc-list-view,
.tto-schedule ul,
.tto-schedule p:not(.tto-section-label):not(.tto-subcopy) {
	text-align: left;
}

/* FAQ: heading center, questions/answers left */
.tto-faq > .tto-container > .tto-section-label,
.tto-faq > .tto-container > h2,
.tto-faq > .tto-container > .tto-subcopy {
	text-align: center;
}
.tto-faq-list {
	max-width: 900px;
	margin: 34px auto 0;
	display: grid;
	gap: 12px;
	text-align: left;
}
.tto-faq-item {
	border: 1px solid rgba(199,149,59,.22);
	background:
		linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.018)),
		rgba(5, 10, 18, .42);
	box-shadow: 0 18px 50px rgba(0,0,0,.18);
	overflow: hidden;
}
.tto-faq-item summary {
	cursor: pointer;
	list-style: none;
	display: flex;
	gap: 14px;
	align-items: center;
	padding: 18px 20px;
	color: #f7f2e8;
	font-weight: 600;
	line-height: 1.65;
	text-align: left;
}
.tto-faq-item summary::-webkit-details-marker {
	display: none;
}
.tto-faq-item summary::after {
	content: "+";
	margin-left: auto;
	color: #c7953b;
	font-size: 22px;
	line-height: 1;
}
.tto-faq-item[open] summary::after {
	content: "−";
}
.tto-faq-item summary span,
.tto-faq-answer span {
	flex: 0 0 auto;
	display: inline-grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-family: var(--font-en, serif);
	font-size: 13px;
	letter-spacing: .05em;
	background: rgba(199,149,59,.14);
	color: #e3c17b;
	border: 1px solid rgba(199,149,59,.35);
}
.tto-faq-answer {
	display: flex;
	gap: 14px;
	padding: 0 20px 20px;
	color: #c8beb0;
	line-height: 1.9;
	text-align: left;
}
.tto-faq-answer p {
	margin: 2px 0 0;
}

/* Plugin-added web reservation button should match theme CTAs */
.tto-buttons .tks-tto-web-reserve-button-v2,
.tto-mini-buttons .tks-tto-web-reserve-button-v2,
.site-nav .tks-tto-web-reserve-button-v2,
.tto-buttons .tks-tto-web-reserve-button-v3,
.tto-mini-buttons .tks-tto-web-reserve-button-v3,
.site-nav .tks-tto-web-reserve-button-v3 {
	background: linear-gradient(135deg, #c7953b, #e3c17b) !important;
	border-color: rgba(227,193,123,.9) !important;
	color: #07111b !important;
	box-shadow: 0 18px 42px rgba(199,149,59,.22);
}

/* Cancel policy: the box is centered, the text inside is left-aligned */
.tks-tto-cancel-policy-v2,
.tks-tto-cancel-policy-v3 {
	max-width: 900px;
	margin: 26px auto 0 !important;
	text-align: left !important;
}
.tks-tto-cancel-policy-v2 h3,
.tks-tto-cancel-policy-v3 h3 {
	text-align: left !important;
}

/* Mobile CTA stacking */
@media (max-width: 760px) {
	.tto-section {
		scroll-margin-top: 76px;
	}
	.tto-buttons--hero,
	.tto-buttons--reserve {
		display: grid;
		grid-template-columns: 1fr;
		width: min(100%, 380px);
		margin-left: auto;
		margin-right: auto;
	}
	.tto-buttons--hero .tto-btn,
	.tto-buttons--reserve .tto-btn {
		width: 100%;
		min-width: 0;
		justify-content: center;
	}
	.tto-schedule::before,
	.tto-faq::before,
	.tto-reserve::before {
		margin-bottom: 38px;
	}
	.tto-faq-item summary {
		padding: 16px;
	}
	.tto-faq-answer {
		padding: 0 16px 18px;
	}
}


/* 2.3.0 first-time section divider redesign */
.tto-first .tto-card-list,
.tto-first .tto-feature-list {
	position: relative;
}
.tto-first .tto-card,
.tto-first .tto-feature {
	position: relative;
}
.tto-first .tto-card + .tto-card,
.tto-first .tto-feature + .tto-feature {
	border-top: 0 !important;
}
.tto-first .tto-card + .tto-card::before,
.tto-first .tto-feature + .tto-feature::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -22px;
	width: min(78%, 520px);
	height: 1px;
	transform: translateX(-50%);
	background:
		linear-gradient(90deg,
			transparent 0%,
			rgba(199,149,59,.16) 16%,
			rgba(227,193,123,.58) 50%,
			rgba(199,149,59,.16) 84%,
			transparent 100%);
	box-shadow: 0 0 18px rgba(199,149,59,.14);
}
.tto-first .tto-card + .tto-card::after,
.tto-first .tto-feature + .tto-feature::after {
	content: "";
	position: absolute;
	left: 50%;
	top: -26px;
	width: 9px;
	height: 9px;
	transform: translateX(-50%) rotate(45deg);
	background: #c7953b;
	border: 1px solid rgba(227,193,123,.85);
	box-shadow:
		0 0 0 5px rgba(199,149,59,.08),
		0 0 18px rgba(227,193,123,.26);
}
.tto-first .tto-card-list,
.tto-first .tto-feature-list {
	row-gap: 42px;
}
@media (max-width: 760px) {
	.tto-first .tto-card + .tto-card::before,
	.tto-first .tto-feature + .tto-feature::before {
		width: min(86%, 360px);
		top: -18px;
	}
	.tto-first .tto-card + .tto-card::after,
	.tto-first .tto-feature + .tto-feature::after {
		top: -22px;
	}
	.tto-first .tto-card-list,
	.tto-first .tto-feature-list {
		row-gap: 34px;
	}
}


/* 2.4.0: scroll-to-reserve CTA consistency */
html {
	scroll-behavior: smooth;
}
.tto-access-reserve-cta,
.tto-link-reserve-cta,
.tto-footer-reserve-cta {
	text-align: center;
}
.tto-access-reserve-cta {
	margin-top: 18px;
}
.tto-link-reserve-cta {
	margin: 26px auto 0;
}
.tto-footer-reserve-cta {
	margin: 22px auto 0;
}
.tto-scroll-reserve-btn {
	background: linear-gradient(135deg, #c7953b, #e3c17b) !important;
	border-color: rgba(227,193,123,.9) !important;
	color: #07111b !important;
	box-shadow: 0 18px 42px rgba(199,149,59,.22);
	min-height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.tto-info .tto-access-reserve-cta {
	text-align: left;
}
.tto-info .tto-access-reserve-cta .tto-scroll-reserve-btn {
	margin-top: 2px;
}
@media (max-width: 760px) {
	.tto-info .tto-access-reserve-cta {
		text-align: center;
	}
	.tto-scroll-reserve-btn {
		width: min(100%, 360px);
	}
}


/* 2.6.0: first-time section clean safe fix
   Disable all decorative connector lines/diamonds/bands that broke desktop layout. */
.tto-first .tto-card-list::before,
.tto-first .tto-card-list::after,
.tto-first .tto-feature-list::before,
.tto-first .tto-feature-list::after,
.tto-first .tto-card::before,
.tto-first .tto-card::after,
.tto-first .tto-feature::before,
.tto-first .tto-feature::after,
.tto-first .tto-card + .tto-card::before,
.tto-first .tto-card + .tto-card::after,
.tto-first .tto-feature + .tto-feature::before,
.tto-first .tto-feature + .tto-feature::after {
	content: none !important;
	display: none !important;
	background: none !important;
	box-shadow: none !important;
	border: 0 !important;
}

.tto-first .tto-card-list,
.tto-first .tto-feature-list {
	position: relative;
	display: grid;
	gap: 0 !important;
	align-items: stretch;
	border: 1px solid rgba(20, 20, 20, .14);
	background: rgba(255,255,255,.22);
	box-shadow: none !important;
	overflow: hidden;
}

@media (min-width: 761px) {
	.tto-first .tto-card-list,
	.tto-first .tto-feature-list {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		max-width: 1120px;
		margin-left: auto;
		margin-right: auto;
	}
}

.tto-first .tto-card,
.tto-first .tto-feature {
	position: relative;
	overflow: visible !important;
	text-align: center;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	background: rgba(255,255,255,.34);
	padding: 34px 28px 28px;
	min-height: 100%;
}

.tto-first .tto-card:not(:last-child),
.tto-first .tto-feature:not(:last-child) {
	border-right: 1px solid rgba(20, 20, 20, .12) !important;
}

.tto-first .tto-card img,
.tto-first .tto-feature img,
.tto-first .tto-feature__image img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.tto-first .tto-card h3,
.tto-first .tto-feature h3 {
	text-align: center;
	margin-top: 16px;
}

.tto-first .tto-card p,
.tto-first .tto-feature p {
	text-align: center;
	line-height: 1.85;
}

@media (max-width: 760px) {
	.tto-first .tto-card-list,
	.tto-first .tto-feature-list {
		display: grid;
		grid-template-columns: 1fr;
		gap: 12px !important;
		border: 0;
		background: transparent;
		overflow: visible;
	}
	.tto-first .tto-card,
	.tto-first .tto-feature {
		border: 1px solid rgba(20,20,20,.12) !important;
		background: rgba(255,255,255,.34);
		padding: 28px 22px;
	}
	.tto-first .tto-card:not(:last-child),
	.tto-first .tto-feature:not(:last-child) {
		border-right: 1px solid rgba(20,20,20,.12) !important;
	}
}


/* 2.7.0: access/open card reservation flow
   The info card CTA scrolls to the real reservation section where all booking buttons exist. */
.tto-buttons--info-reserve {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	margin-top: 18px;
}
.tto-access-scroll-reserve-btn,
.tto-btn--info-reserve {
	min-width: 180px;
}
.tto-info .tto-buttons--info-reserve {
	text-align: left;
}
@media (max-width: 760px) {
	.tto-buttons--info-reserve {
		justify-content: center;
		display: grid;
		grid-template-columns: 1fr;
	}
	.tto-access-scroll-reserve-btn,
	.tto-btn--info-reserve {
		width: min(100%, 360px);
		margin-left: auto;
		margin-right: auto;
	}
}
