@font-face {
	font-family: "Jost";
	font-style: normal;
	font-weight: 300 700;
	font-display: swap;
	src: url("../fonts/jost.woff2") format("woff2");
}

@font-face {
	font-family: "Cormorant Garamond";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("../fonts/cormorant-garamond.woff2") format("woff2");
}

@font-face {
	font-family: "Cormorant Garamond";
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/cormorant-garamond-italic-500.woff2") format("woff2");
}

:root {
	--zen-ink: #17223a;
	--zen-ink-2: #27334b;
	--zen-ocean: #166b99;
	--zen-cyan: #4fb3d9;
	--zen-gold: #c67a29;
	--zen-gold-dark: #98591e;
	--zen-cream: #f7f3ea;
	--zen-paper: #fffaf1;
	--zen-line: #e4d7c3;
	--zen-muted: #6d7180;
	--zen-green: #506a4b;
	--zen-coral: #b6533d;
	--zen-white: #ffffff;
	--zen-shadow: 0 20px 60px rgba(23, 34, 58, 0.16);
}

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

body.zen-sushi-site {
	background: var(--zen-cream);
	color: var(--zen-ink);
	font-family: "Jost", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.5;
	margin: 0;
}

.zen-sushi-site a {
	color: inherit;
	text-decoration: none;
}

.zen-sushi-site img {
	display: block;
	max-width: 100%;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.zen-site-header {
	align-items: center;
	background: rgba(23, 34, 58, 0.94);
	border-bottom: 1px solid rgba(255, 250, 241, 0.12);
	color: var(--zen-white);
	display: grid;
	gap: 22px;
	grid-template-columns: auto 1fr auto;
	min-height: 82px;
	padding: 12px clamp(18px, 4vw, 54px);
	position: sticky;
	top: 0;
	z-index: 100;
}

.zen-brand {
	align-items: center;
	display: flex;
	gap: 13px;
	min-width: 0;
}

.zen-brand img {
	height: 54px;
	object-fit: contain;
	width: 58px;
}

.zen-brand span {
	display: flex;
	flex-direction: column;
	line-height: 1.05;
	min-width: 0;
}

.zen-brand strong {
	color: var(--zen-gold);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 31px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0;
}

.zen-brand small {
	color: #d9e2eb;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: uppercase;
	white-space: nowrap;
}

.zen-primary-nav,
.zen-nav-menu {
	align-items: center;
	display: flex;
	gap: clamp(18px, 3vw, 38px);
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;
}

.zen-primary-nav a {
	color: #d9e2eb;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: uppercase;
	transition: color 160ms ease;
}

.zen-primary-nav a:hover,
.zen-primary-nav a:focus-visible {
	color: var(--zen-white);
}

.zen-header-call,
.zen-button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 4px;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0;
	min-height: 44px;
	padding: 12px 19px;
	text-transform: uppercase;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
	white-space: nowrap;
}

.zen-header-call,
.zen-button-primary {
	background: var(--zen-gold);
	color: var(--zen-ink);
}

.zen-header-call:hover,
.zen-header-call:focus-visible,
.zen-button-primary:hover,
.zen-button-primary:focus-visible {
	background: #d5903d;
	transform: translateY(-1px);
}

.zen-button-light {
	background: rgba(255, 255, 255, 0.92);
	color: var(--zen-ink);
}

.zen-button-outline {
	background: transparent;
	border-color: rgba(23, 34, 58, 0.32);
	color: var(--zen-ink);
}

.zen-button-outline:hover,
.zen-button-outline:focus-visible {
	background: var(--zen-ink);
	color: var(--zen-white);
}

.zen-nav-toggle {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 4px;
	display: none;
	height: 44px;
	padding: 0;
	width: 44px;
}

.zen-nav-toggle span:not(.screen-reader-text) {
	background: var(--zen-white);
	display: block;
	height: 2px;
	margin: 5px auto;
	width: 20px;
}

.zen-main {
	overflow: hidden;
}

.zen-hero {
	background: var(--zen-ink);
	color: var(--zen-white);
	min-height: calc(100svh - 154px);
	position: relative;
}

.zen-hero-media,
.zen-hero-shade {
	inset: 0;
	position: absolute;
}

.zen-hero-media {
	height: 100%;
	object-fit: cover;
	object-position: center 55%;
	width: 100%;
}

.zen-hero-shade {
	background: linear-gradient(90deg, rgba(17, 27, 48, 0.92) 0%, rgba(17, 27, 48, 0.68) 46%, rgba(17, 27, 48, 0.18) 100%);
}

.zen-hero-inner {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: calc(100svh - 154px);
	max-width: 680px;
	padding: clamp(58px, 8vw, 112px) clamp(22px, 5vw, 72px);
	position: relative;
	z-index: 2;
}

.zen-eyebrow,
.zen-section-heading > p {
	color: var(--zen-cyan);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.zen-hero h1 {
	color: var(--zen-white);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 92px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 0.9;
	margin: 0 0 24px;
	max-width: 8ch;
}

.zen-hero-text {
	color: #e7edf2;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.55;
	margin: 0;
	max-width: 560px;
}

.zen-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.zen-hero-note {
	border-left: 3px solid var(--zen-gold);
	color: #d9e2eb;
	font-size: 14px;
	margin: 28px 0 0;
	max-width: 520px;
	padding-left: 16px;
}

.zen-info-strip {
	background: var(--zen-paper);
	border-bottom: 1px solid var(--zen-line);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.zen-info-strip a {
	border-right: 1px solid var(--zen-line);
	display: flex;
	flex-direction: column;
	gap: 5px;
	min-height: 118px;
	padding: 28px clamp(20px, 4vw, 54px);
	transition: background 160ms ease;
}

.zen-info-strip a:last-child {
	border-right: 0;
}

.zen-info-strip a:hover,
.zen-info-strip a:focus-visible {
	background: #fff3dc;
}

.zen-info-strip span,
.zen-contact-details span,
.zen-featured-item span,
.zen-site-footer h2 {
	color: var(--zen-gold-dark);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.zen-info-strip strong {
	color: var(--zen-ink);
	font-size: 21px;
	font-weight: 600;
}

.zen-band {
	padding: clamp(72px, 10vw, 124px) clamp(22px, 5vw, 72px);
}

.zen-section-heading {
	margin: 0 auto 42px;
	max-width: 820px;
	text-align: center;
}

.zen-section-heading h1,
.zen-section-heading h2 {
	color: var(--zen-ink);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 62px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
}

.zen-section-copy {
	color: var(--zen-muted);
	font-size: 17px;
	margin: 18px auto 0;
	max-width: 670px;
}

.zen-section-copy p {
	margin: 0;
}

.zen-featured-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1180px;
}

.zen-featured-item {
	background: var(--zen-white);
	border: 1px solid var(--zen-line);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	min-height: 220px;
	padding: 26px;
}

.zen-featured-item h3 {
	color: var(--zen-ink);
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	margin: 12px 0 10px;
}

.zen-featured-item p {
	color: var(--zen-muted);
	font-size: 14.5px;
	line-height: 1.55;
	margin: 0;
}

.zen-centered-action {
	display: flex;
	justify-content: center;
	margin-top: 34px;
}

.zen-story {
	background: var(--zen-white);
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
	min-height: 660px;
}

.zen-story-copy {
	align-self: center;
	padding: clamp(72px, 10vw, 132px) clamp(22px, 7vw, 96px);
}

.zen-story-copy .zen-section-heading {
	margin: 0 0 28px;
	text-align: left;
}

.zen-story-copy p {
	color: var(--zen-muted);
	font-size: 18px;
	line-height: 1.75;
	margin-bottom: 0;
	max-width: 690px;
}

.zen-story-media {
	min-height: 520px;
	position: relative;
}

.zen-story-media img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.zen-contact-band {
	background: #edf5f4;
	display: grid;
	gap: clamp(28px, 6vw, 78px);
	grid-template-columns: 1fr 0.9fr;
	padding: clamp(76px, 10vw, 124px) clamp(22px, 5vw, 72px);
}

.zen-contact-copy .zen-section-heading {
	margin: 0 0 24px;
	text-align: left;
}

.zen-contact-copy > p {
	color: var(--zen-muted);
	font-size: 18px;
	line-height: 1.7;
	max-width: 640px;
}

.zen-contact-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.zen-contact-details {
	background: var(--zen-paper);
	border: 1px solid #cfe0dc;
	border-radius: 8px;
	display: grid;
	gap: 0;
}

.zen-contact-details > div {
	border-bottom: 1px solid #d9e7e4;
	padding: 32px;
}

.zen-contact-details > div:last-child {
	border-bottom: 0;
}

.zen-contact-details strong {
	color: var(--zen-ink);
	display: block;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.25;
	margin-top: 8px;
}

.zen-contact-details p {
	color: var(--zen-muted);
	margin: 8px 0 0;
}

.zen-page-hero {
	align-items: center;
	background: var(--zen-ink);
	color: var(--zen-white);
	display: grid;
	min-height: 430px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.zen-page-hero img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	opacity: 0.38;
	position: absolute;
	width: 100%;
}

.zen-page-hero::after {
	background: rgba(17, 27, 48, 0.56);
	content: "";
	inset: 0;
	position: absolute;
}

.zen-page-hero-inner {
	margin: 0 auto;
	max-width: 720px;
	padding: 80px 22px;
	position: relative;
	z-index: 2;
}

.zen-page-hero h1 {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 78px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 14px;
}

.zen-page-hero p:last-child {
	color: #dbe4ea;
	font-size: 17px;
	margin: 0;
}

.zen-menu-tabs {
	background: rgba(247, 243, 234, 0.96);
	border-bottom: 1px solid var(--zen-line);
	display: flex;
	gap: 10px;
	justify-content: center;
	overflow-x: auto;
	padding: 18px clamp(18px, 5vw, 72px);
	position: sticky;
	top: 82px;
	z-index: 80;
}

.zen-menu-tabs a {
	background: var(--zen-white);
	border: 1px solid var(--zen-line);
	border-radius: 4px;
	color: var(--zen-ink-2);
	flex: 0 0 auto;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	padding: 10px 15px;
	text-transform: uppercase;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.zen-menu-tabs a:hover,
.zen-menu-tabs a:focus-visible,
.zen-menu-tabs a.is-active {
	background: var(--zen-ink);
	border-color: var(--zen-ink);
	color: var(--zen-white);
}

.zen-full-menu-wrap {
	margin: 0 auto;
	max-width: 980px;
	padding: clamp(64px, 9vw, 104px) clamp(18px, 5vw, 48px) clamp(86px, 12vw, 144px);
}

.zen-menu-category {
	scroll-margin-top: 170px;
}

.zen-menu-category + .zen-menu-category {
	margin-top: clamp(68px, 9vw, 112px);
}

.zen-menu-category-heading {
	border-bottom: 1px solid var(--zen-line);
	margin-bottom: 38px;
	padding-bottom: 26px;
}

.zen-menu-group + .zen-menu-group {
	margin-top: 52px;
}

.zen-menu-group-heading {
	display: grid;
	gap: 8px;
	grid-template-columns: 1fr;
	margin-bottom: 18px;
}

.zen-menu-group-heading h3 {
	color: var(--zen-ink);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 38px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0;
}

.zen-menu-group-heading p {
	color: var(--zen-gold-dark);
	font-size: 14px;
	font-style: italic;
	margin: 0;
}

.zen-menu-list {
	border-top: 1px solid var(--zen-line);
}

.zen-menu-item {
	align-items: flex-start;
	border-bottom: 1px solid var(--zen-line);
	display: grid;
	gap: 18px;
	grid-template-columns: 1fr auto;
	padding: 20px 0;
}

.zen-menu-item h3 {
	color: var(--zen-ink);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.25;
	margin: 0;
}

.zen-menu-item p {
	color: var(--zen-muted);
	font-size: 15px;
	line-height: 1.58;
	margin: 7px 0 0;
	max-width: 660px;
}

.zen-menu-price {
	color: var(--zen-gold-dark);
	font-size: 17px;
	white-space: nowrap;
}

.zen-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 10px;
}

.zen-badges span {
	background: #eef5ee;
	border: 1px solid #d8e7d8;
	border-radius: 4px;
	color: var(--zen-green);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0;
	padding: 4px 7px;
	text-transform: uppercase;
}

.zen-content-page {
	padding: clamp(72px, 10vw, 126px) clamp(20px, 5vw, 72px);
}

.zen-page-content {
	background: var(--zen-white);
	border: 1px solid var(--zen-line);
	border-radius: 8px;
	margin: 0 auto;
	max-width: 940px;
	padding: clamp(38px, 6vw, 72px);
}

.zen-entry-content {
	color: var(--zen-muted);
	font-size: 18px;
	line-height: 1.7;
}

.zen-entry-content h2,
.zen-entry-content h3 {
	color: var(--zen-ink);
	line-height: 1.2;
}

.zen-empty-menu {
	background: var(--zen-white);
	border: 1px solid var(--zen-line);
	border-radius: 8px;
	color: var(--zen-muted);
	margin: 0 auto;
	max-width: 720px;
	padding: 24px;
	text-align: center;
}

.zen-site-footer {
	background: var(--zen-ink);
	color: var(--zen-white);
}

.zen-footer-inner {
	display: grid;
	gap: clamp(34px, 6vw, 78px);
	grid-template-columns: minmax(260px, 0.82fr) 1.4fr;
	padding: clamp(58px, 8vw, 86px) clamp(22px, 5vw, 72px);
}

.zen-footer-brand {
	align-items: center;
	display: flex;
	gap: 18px;
}

.zen-footer-brand img {
	height: 68px;
	object-fit: contain;
	width: 76px;
}

.zen-footer-brand strong {
	color: var(--zen-white);
	display: block;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}

.zen-footer-brand p,
.zen-footer-columns a {
	color: #c5d1dd;
}

.zen-footer-brand p {
	margin: 8px 0 0;
	max-width: 360px;
}

.zen-footer-columns {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.zen-site-footer h2 {
	color: var(--zen-gold);
	font-size: 12px;
	margin: 0 0 12px;
}

.zen-footer-columns a {
	display: block;
	font-size: 15px;
	line-height: 1.65;
}

.zen-footer-menu,
.zen-footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.zen-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: #9cafbf;
	font-size: 13px;
	padding: 18px clamp(22px, 5vw, 72px);
}

.zen-footer-bottom p {
	margin: 0;
}

@media (max-width: 1080px) {
	.zen-featured-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.zen-story,
	.zen-contact-band,
	.zen-footer-inner {
		grid-template-columns: 1fr;
	}

	.zen-story-media {
		min-height: 440px;
		order: -1;
	}
}

@media (max-width: 860px) {
	.zen-site-header {
		grid-template-columns: 1fr auto;
		min-height: 74px;
	}

	.zen-brand img {
		height: 48px;
		width: 52px;
	}

	.zen-brand strong {
		font-size: 28px;
	}

	.zen-nav-toggle {
		display: block;
	}

	.zen-primary-nav {
		background: var(--zen-ink);
		border-top: 1px solid rgba(255, 255, 255, 0.12);
		display: none;
		grid-column: 1 / -1;
		justify-content: flex-start;
		padding: 12px 0 8px;
	}

	.zen-site-header.is-open .zen-primary-nav {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.zen-nav-menu {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
	}

	.zen-header-call {
		display: none;
	}

	.zen-hero,
	.zen-hero-inner {
		min-height: calc(100svh - 122px);
	}

	.zen-hero-shade {
		background: rgba(17, 27, 48, 0.72);
	}

	.zen-hero h1 {
		font-size: 72px;
		max-width: 9ch;
	}

	.zen-hero-text {
		font-size: 19px;
	}

	.zen-info-strip strong {
		font-size: 18px;
	}

	.zen-section-heading h1,
	.zen-section-heading h2 {
		font-size: 52px;
	}

	.zen-page-hero h1 {
		font-size: 64px;
	}

	.zen-menu-group-heading h3 {
		font-size: 34px;
	}

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

	.zen-info-strip a {
		border-right: 0;
		border-bottom: 1px solid var(--zen-line);
		min-height: auto;
	}

	.zen-menu-tabs {
		justify-content: flex-start;
		top: 74px;
	}

	.zen-footer-columns {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 620px) {
	.zen-brand small {
		font-size: 9px;
		white-space: normal;
	}

	.zen-hero-inner {
		padding-top: 68px;
	}

	.zen-hero h1 {
		font-size: 56px;
	}

	.zen-hero-text {
		font-size: 18px;
	}

	.zen-section-heading h1,
	.zen-section-heading h2 {
		font-size: 42px;
	}

	.zen-page-hero h1 {
		font-size: 54px;
	}

	.zen-menu-group-heading h3 {
		font-size: 30px;
	}

	.zen-featured-grid {
		grid-template-columns: 1fr;
	}

	.zen-story-copy,
	.zen-contact-band {
		padding-left: 20px;
		padding-right: 20px;
	}

	.zen-contact-details > div {
		padding: 24px;
	}

	.zen-menu-item {
		grid-template-columns: 1fr;
	}

	.zen-menu-price {
		justify-self: start;
	}

	.zen-page-content {
		padding: 28px 20px;
	}
}

/* Multi-page design correction */
.zen-site-header {
	position: sticky;
	top: 0;
}

.zen-menu-tabs {
	position: sticky;
	top: 88px;
	z-index: 40;
}

.zen-home-hero {
	align-items: center;
	background: #1e2750;
	color: #f7f3ea;
	display: flex;
	min-height: calc(100svh - 88px);
	overflow: hidden;
	position: relative;
	text-align: center;
}

.zen-home-hero img {
	filter: saturate(0.9);
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.zen-home-hero::after {
	background: linear-gradient(180deg, rgba(30, 39, 80, 0.28) 0%, rgba(30, 39, 80, 0.7) 60%, rgba(30, 39, 80, 0.95) 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.zen-home-hero-inner {
	margin: 0 auto;
	max-width: 820px;
	padding: 96px 48px;
	position: relative;
	z-index: 2;
}

.zen-home-hero .zen-eyebrow,
.zen-home-intro .zen-eyebrow,
.zen-home-section-heading .zen-eyebrow,
.zen-home-contact .zen-eyebrow,
.zen-simple-page .zen-eyebrow {
	color: #5eb3e8;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 5px;
	line-height: 1;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.zen-home-hero h1 {
	color: #f7f3ea;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(62px, 9vw, 104px);
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 0.92;
	margin: 0 auto 24px;
	max-width: 780px;
}

.zen-home-hero p:not(.zen-eyebrow) {
	color: #d8dde8;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.7;
	margin: 0 auto;
	max-width: 610px;
}

.zen-home-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-top: 34px;
}

.zen-home-button {
	background: #ffffff;
	border: 1px solid #e5ddc9;
	border-radius: 2px;
	color: #1e2750;
	display: inline-flex;
	font-size: 13px;
	font-weight: 600;
	justify-content: center;
	letter-spacing: 1.5px;
	min-width: 142px;
	padding: 13px 22px;
	text-transform: uppercase;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.zen-home-button.is-gold {
	background: #c67a29;
	border-color: #c67a29;
	color: #1e2750;
}

.zen-home-button:hover,
.zen-home-button:focus-visible {
	opacity: 0.72;
	transform: translateY(-1px);
}

.zen-home-intro,
.zen-home-contact {
	display: grid;
	gap: clamp(32px, 7vw, 92px);
	grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1fr);
	margin: 0 auto;
	max-width: 1180px;
	padding: clamp(80px, 10vw, 124px) 48px;
}

.zen-home-intro h2,
.zen-home-featured h2,
.zen-home-contact h2 {
	color: #1e2750;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(44px, 6vw, 68px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.02;
	margin: 0;
}

.zen-home-copy {
	color: #6b7280;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.75;
}

.zen-home-copy p {
	margin: 0 0 20px;
}

.zen-home-copy a,
.zen-home-contact-grid a {
	color: #c67a29;
}

.zen-home-featured {
	background: #fffaf1;
	border-bottom: 1px solid #e5ddc9;
	border-top: 1px solid #e5ddc9;
	padding: clamp(76px, 10vw, 116px) 48px;
}

.zen-home-section-heading {
	margin: 0 auto 40px;
	max-width: 760px;
	text-align: center;
}

.zen-home-featured .zen-featured-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 980px;
}

.zen-home-featured .zen-featured-item {
	background: #ffffff;
	border-color: #e5ddc9;
	border-radius: 2px;
	box-shadow: 0 10px 30px -24px rgba(30, 39, 80, 0.45);
	min-height: 0;
}

.zen-home-featured .zen-featured-item span {
	color: #b06925;
	letter-spacing: 1.5px;
}

.zen-home-featured .zen-featured-item h3 {
	color: #1e2750;
}

.zen-home-centered {
	display: flex;
	justify-content: center;
	margin-top: 36px;
}

.zen-home-contact {
	background: #f7f3ea;
}

.zen-home-contact > div > p:not(.zen-eyebrow) {
	color: #6b7280;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.75;
	margin: 22px 0 0;
}

.zen-home-contact-grid {
	display: grid;
	gap: 14px;
}

.zen-home-contact-grid a {
	background: #ffffff;
	border: 1px solid #e5ddc9;
	border-radius: 2px;
	display: block;
	padding: 26px 28px;
	transition: transform 180ms ease, opacity 180ms ease;
}

.zen-home-contact-grid a:hover,
.zen-home-contact-grid a:focus-visible {
	opacity: 0.78;
	transform: translateY(-1px);
}

.zen-home-contact-grid span {
	color: #8a8168;
	display: block;
	font-size: 12px;
	letter-spacing: 1.5px;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.zen-home-contact-grid strong {
	color: #1e2750;
	display: block;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.25;
}

.zen-home-contact-grid small {
	color: #6b7280;
	display: block;
	font-size: 14px;
	margin-top: 6px;
}

.zen-page-hero-short {
	height: 390px;
	min-height: 390px;
}

.zen-simple-page .zen-home-contact {
	border-top: 1px solid #e5ddc9;
}

@media (max-width: 860px) {
	.zen-menu-tabs {
		top: 113px;
	}

	.zen-home-hero {
		min-height: 620px;
	}

	.zen-home-intro,
	.zen-home-contact {
		grid-template-columns: 1fr;
		padding-left: 48px;
		padding-right: 48px;
	}

	.zen-home-featured .zen-featured-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 620px) {
	.zen-home-hero-inner,
	.zen-home-intro,
	.zen-home-contact,
	.zen-home-featured {
		padding-left: 24px;
		padding-right: 24px;
	}

	.zen-home-hero h1 {
		font-size: 62px;
	}

	.zen-home-actions {
		align-items: center;
		flex-direction: column;
	}

	.zen-home-button {
		width: min(100%, 240px);
	}
}

/* Source menu design parity */
:root {
	--zen-ink: #1e2750;
	--zen-ink-2: #23293a;
	--zen-cyan: #60c7f4;
	--zen-gold: #c67a29;
	--zen-cream: #f7f3ea;
	--zen-line: #e5ddc9;
	--zen-muted: #6b7280;
}

body.zen-sushi-site {
	background: var(--zen-cream);
	color: var(--zen-ink-2);
	font-family: "Jost", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.zen-site-header {
	align-items: center;
	background: #1e2750;
	border: 0;
	display: flex;
	gap: 32px;
	height: 88px;
	min-height: 88px;
	overflow: hidden;
	padding: 0 48px;
	position: relative;
	top: auto;
}

.zen-brand {
	flex: 0 0 auto;
	gap: 14px;
}

.zen-brand img {
	height: 52px;
	width: 52px;
}

.zen-brand strong {
	color: #f2ece0;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 1.15;
}

.zen-brand small {
	color: #c8cedc;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1.5px;
	line-height: 1.1;
	white-space: nowrap;
}

.zen-nav-toggle {
	display: none !important;
}

.zen-primary-nav,
.zen-site-header.is-open .zen-primary-nav {
	align-items: center;
	background: transparent;
	border: 0;
	display: flex;
	flex-direction: row;
	gap: 40px;
	grid-column: auto;
	justify-content: flex-end;
	margin-left: auto;
	padding: 0;
}

.zen-nav-menu {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 40px;
}

.zen-primary-nav a {
	color: #f2ece0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 20px;
	text-transform: uppercase;
}

.zen-primary-nav a:hover,
.zen-primary-nav a:focus-visible {
	color: #ffffff;
}

.zen-header-call {
	background: var(--zen-gold);
	border: 0;
	border-radius: 2px;
	color: #0c1730;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	margin-left: 2px;
	min-height: 40px;
	padding: 10px 22px;
}

.zen-page-hero {
	align-items: center;
	background: #1e2750;
	display: flex;
	height: 332px;
	justify-content: center;
	min-height: 332px;
	text-align: center;
}

.zen-page-hero img {
	height: 100%;
	object-fit: cover;
	object-position: center 50%;
	opacity: 1;
	width: 100%;
}

.zen-page-hero::after {
	background: rgba(30, 39, 80, 0.64);
}

.zen-page-hero-inner {
	max-width: 720px;
	padding: 0 48px;
}

.zen-page-hero .zen-eyebrow {
	color: var(--zen-cyan);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 7px;
	line-height: 1;
	margin: 0 0 25px;
	text-transform: uppercase;
}

.zen-page-hero h1 {
	color: var(--zen-cream);
	font-size: 56px;
	font-style: italic;
	font-weight: 500;
	line-height: 1;
	margin: 0 0 25px;
}

.zen-page-hero p:last-child {
	color: #d8dde8;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	margin: 0;
}

.zen-menu-tabs {
	align-content: flex-start;
	background: var(--zen-cream);
	border-bottom: 1px solid var(--zen-line);
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	min-height: 143px;
	overflow: visible;
	padding: 22px 120px 23px;
	position: relative;
	top: auto;
	z-index: 1;
}

.zen-menu-tabs button {
	background: #ffffff;
	border: 1px solid var(--zen-line);
	border-radius: 30px;
	box-shadow: 0 2px 8px -4px rgba(30, 39, 80, 0.12);
	color: #4a5160;
	cursor: pointer;
	font-family: "Jost", system-ui, sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: normal;
	min-height: 43px;
	padding: 11px 24px;
	transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.zen-menu-tabs button.is-gold {
	background: var(--zen-gold);
	border-color: var(--zen-gold);
	box-shadow: 0 6px 16px -8px rgba(198, 122, 41, 0.55);
	color: #1e2750;
}

.zen-menu-tabs button.is-active:not(.is-gold) {
	background: #1e2750;
	border-color: #1e2750;
	box-shadow: 0 8px 20px -8px rgba(30, 39, 80, 0.5);
	color: var(--zen-cream);
}

.zen-menu-tabs button.is-active.is-gold {
	box-shadow: 0 8px 20px -8px rgba(198, 122, 41, 0.7);
	transform: translateY(-1px);
}

.zen-full-menu-wrap {
	margin: 0 auto;
	max-width: 1016px;
	padding: 82px 48px 152px;
}

.zen-menu-category {
	margin: 0;
	scroll-margin-top: 0;
}

.zen-menu-category[hidden] {
	display: none !important;
}

.zen-menu-category + .zen-menu-category,
.zen-menu-group + .zen-menu-group {
	margin-top: 56px;
}

.zen-menu-group-heading {
	border-bottom: 1px solid var(--zen-line);
	display: block;
	margin: 0 0 28px;
	padding: 0 0 15px;
}

.zen-menu-group-heading h3 {
	color: #1e2750;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.1;
	margin: 0;
}

.zen-menu-group-heading p {
	color: #b06925;
	font-size: 14px;
	font-style: italic;
	line-height: 1.55;
	margin: 8px 0 0;
}

.zen-menu-list {
	border: 0;
}

.zen-menu-item {
	align-items: start;
	border: 0;
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 560px) 1fr;
	margin: 0 0 26px;
	padding: 0;
}

.zen-menu-item h3 {
	color: #1e2750;
	font-size: 17px;
	font-weight: 600;
	line-height: 24px;
	margin: 0;
}

.zen-menu-item p {
	color: #6b7280;
	font-size: 14.5px;
	line-height: 1.58;
	margin: 7px 0 0;
	max-width: 560px;
}

.zen-menu-price {
	align-self: start;
	color: #b06925;
	font-size: 15px;
	font-weight: 600;
	justify-self: end;
	line-height: 24px;
}

.zen-badges {
	display: none;
}

.zen-site-footer {
	background: #1e2750;
	color: #eef1f8;
}

.zen-footer-inner {
	align-items: start;
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(360px, 1fr) repeat(3, auto);
	margin: 0 auto;
	max-width: 1180px;
	padding: 72px 0 46px;
}

.zen-footer-brand {
	align-items: center;
	gap: 15px;
}

.zen-footer-brand img {
	height: 44px;
	width: 44px;
}

.zen-footer-brand strong {
	color: #f2ece0;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: 500;
	line-height: 1.1;
}

.zen-footer-brand p {
	color: #8992a8;
	font-size: 13px;
	margin: 7px 0 0;
}

.zen-footer-columns {
	display: contents;
}

.zen-footer-columns > div {
	min-width: 96px;
}

.zen-site-footer h2 {
	color: #8992a8;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 2px;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.zen-footer-columns a {
	color: #eef1f8;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
	margin: 0 0 12px;
}

.zen-footer-social {
	display: flex;
	gap: 12px;
}

.zen-footer-social a {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 50%;
	display: flex;
	font-weight: 600;
	height: 38px;
	justify-content: center;
	margin: 0;
	text-transform: uppercase;
	width: 38px;
}

.zen-footer-bottom {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	color: #737d96;
	display: flex;
	font-size: 12px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1180px;
	padding: 24px 0 38px;
}

.zen-footer-bottom a {
	color: #8f98ad;
}

@media (max-width: 1080px) {
	.zen-footer-inner,
	.zen-footer-bottom {
		margin-left: 48px;
		margin-right: 48px;
	}
}

@media (max-width: 860px) {
	.zen-site-header {
		gap: 7px;
		height: 113px;
		min-height: 113px;
		padding: 0 48px;
	}

	.zen-brand {
		gap: 14px;
	}

	.zen-brand img {
		height: 52px;
		width: 52px;
	}

	.zen-brand span {
		width: 42px;
	}

	.zen-brand strong {
		font-size: 24px;
	}

	.zen-brand small {
		font-size: 10px;
		letter-spacing: 2px;
		line-height: 1.05;
		white-space: normal;
	}

	.zen-primary-nav,
	.zen-site-header.is-open .zen-primary-nav {
		flex: 0 0 auto;
		gap: 36px;
		margin-left: 0;
	}

	.zen-nav-menu {
		gap: 36px;
	}

	.zen-header-call {
		display: none;
	}

	.zen-page-hero {
		height: 357px;
		min-height: 357px;
	}

	.zen-page-hero-inner {
		padding: 0 48px;
	}

	.zen-menu-tabs {
		gap: 12px;
		min-height: 0;
		padding: 22px 48px 28px;
	}

	.zen-full-menu-wrap {
		max-width: none;
		padding: 72px 48px 120px;
	}

	.zen-menu-item {
		grid-template-columns: minmax(0, 560px);
	}

	.zen-menu-price {
		justify-self: start;
	}

	.zen-footer-inner {
		display: grid;
		grid-template-columns: 1fr;
		margin-left: 48px;
		margin-right: 48px;
	}

	.zen-footer-columns {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.zen-primary-nav a {
		font-size: 14px;
	}

	.zen-page-hero h1 {
		font-size: 56px;
	}

	.zen-page-hero .zen-eyebrow {
		letter-spacing: 6px;
	}

	.zen-page-hero p:last-child {
		font-size: 15px;
	}

	.zen-menu-tabs button {
		font-size: 13px;
	}

	.zen-full-menu-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}

	.zen-footer-columns {
		grid-template-columns: 1fr;
	}

	.zen-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}
}

/* Final cascade fixes for the multi-page build. */
.zen-site-header {
	position: sticky;
	top: 0;
}

.zen-menu-tabs {
	position: sticky;
	top: 88px;
	z-index: 40;
}

@media (max-width: 860px) {
	.zen-menu-tabs {
		top: 113px;
	}
}

/* Source HTML design lock: mirrors the provided Zen Sushi menu bundle. */
body.zen-sushi-site {
	background: #f7f3ea;
	color: #23293a;
	font-family: "Jost", sans-serif;
}

.zen-site-header {
	align-items: center;
	backdrop-filter: blur(6px);
	background: rgba(30, 39, 80, 0.96);
	border: 0;
	display: flex;
	gap: 40px;
	height: auto;
	justify-content: space-between;
	min-height: 0;
	overflow: visible;
	padding: 18px 48px;
	position: sticky;
	top: 0;
	z-index: 50;
}

.zen-brand {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 14px;
}

.zen-brand img {
	height: 52px;
	object-fit: contain;
	width: 52px;
}

.zen-brand span {
	display: flex;
	flex-direction: column;
	line-height: 1.15;
}

.zen-brand strong {
	color: #f2ece0;
	font-family: "Cormorant Garamond", serif;
	font-size: 24px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.5px;
	line-height: 1.15;
}

.zen-brand small {
	color: #9aa3b5;
	font-family: "Jost", sans-serif;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 1.5px;
	line-height: 1.15;
	text-transform: uppercase;
	white-space: nowrap;
}

.zen-primary-nav,
.zen-site-header.is-open .zen-primary-nav,
.zen-nav-menu {
	align-items: center;
	background: transparent;
	border: 0;
	display: flex;
	flex-direction: row;
	gap: 40px;
	justify-content: flex-end;
	margin: 0 0 0 auto;
	padding: 0;
}

.zen-primary-nav a {
	color: #cfd6de;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: normal;
	text-transform: uppercase;
	transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.zen-primary-nav a.is-active,
.zen-primary-nav .current-menu-item > a,
.zen-primary-nav .current_page_item > a,
.zen-primary-nav a:hover,
.zen-primary-nav a:focus-visible {
	color: #f2ece0;
}

.zen-primary-nav a:hover,
.zen-primary-nav a:focus-visible {
	opacity: 0.5;
}

.zen-header-call {
	background: #c67a29;
	border: 0;
	border-radius: 2px;
	color: #1e2750;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1.5px;
	line-height: normal;
	margin-left: 0;
	min-height: 0;
	padding: 10px 22px;
	transition: background 0.3s ease-in-out, transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.zen-sushi-site .zen-header-call {
	color: #1e2750;
}

.zen-header-call:hover,
.zen-header-call:focus-visible {
	background: #d98a35;
	opacity: 0.5;
	transform: translateY(-1px);
}

.zen-page-hero {
	background: #1e2750;
	display: block;
	height: auto;
	min-height: 0;
	overflow: hidden;
	padding: 120px 48px 60px;
	position: relative;
	text-align: center;
}

.zen-page-hero img {
	filter: saturate(0.9);
	height: 100%;
	inset: 0;
	object-fit: cover;
	opacity: 1;
	position: absolute;
	width: 100%;
}

.zen-page-hero::after {
	background: linear-gradient(180deg, rgba(30, 39, 80, 0.55) 0%, rgba(30, 39, 80, 0.75) 60%, rgba(30, 39, 80, 0.93) 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.zen-page-hero-inner {
	margin: 0 auto;
	max-width: none;
	padding: 0;
	position: relative;
	z-index: 2;
}

.zen-page-hero .zen-eyebrow {
	color: #5eb3e8;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 5px;
	line-height: normal;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.zen-page-hero h1 {
	color: #f7f3ea;
	font-family: "Cormorant Garamond", serif;
	font-size: 56px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0;
	line-height: normal;
	margin: 0 0 20px;
}

.zen-page-hero p:last-child {
	color: #aeb6c2;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.7;
	margin: 0 auto;
	max-width: 520px;
}

.zen-menu-tabs {
	align-content: flex-start;
	background: #f7f3ea;
	border-bottom: 1px solid #e5ddc9;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	min-height: 0;
	overflow: visible;
	padding: 22px 48px;
	position: sticky;
	top: 88px;
	z-index: 40;
}

.zen-menu-tabs button {
	background: #ffffff;
	border: 1px solid #e5ddc9;
	border-radius: 30px;
	box-shadow: 0 2px 8px -4px rgba(30, 39, 80, 0.12);
	color: #4a5160;
	cursor: pointer;
	font-family: "Jost", sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: normal;
	min-height: 0;
	padding: 11px 24px;
	transition: all 0.3s ease-in-out;
}

.zen-menu-tabs button:hover,
.zen-menu-tabs button:focus-visible {
	opacity: 0.6;
	transform: translateY(-2px);
}

.zen-menu-tabs button.is-gold {
	background: #c67a29;
	border-color: #c67a29;
	box-shadow: 0 6px 16px -8px rgba(198, 122, 41, 0.55);
	color: #1e2750;
}

.zen-menu-tabs button.is-active:not(.is-gold) {
	background: #1e2750;
	border-color: #1e2750;
	box-shadow: 0 8px 20px -8px rgba(30, 39, 80, 0.5);
	color: #f7f3ea;
}

.zen-menu-tabs button.is-active.is-gold {
	box-shadow: 0 8px 20px -8px rgba(198, 122, 41, 0.7);
	transform: translateY(-1px);
}

.zen-full-menu-wrap {
	margin: 0 auto;
	max-width: 920px;
	padding: 80px 48px 140px;
}

.zen-menu-category {
	margin: 0;
	scroll-margin-top: 0;
}

.zen-menu-category[hidden] {
	display: none !important;
}

.zen-menu-category + .zen-menu-category,
.zen-menu-group + .zen-menu-group {
	margin-top: 0;
}

.zen-menu-group {
	margin: 0 0 70px;
}

.zen-menu-group:last-child {
	margin-bottom: 0;
}

.zen-menu-group-heading {
	border-bottom: 1px solid #e5ddc9;
	display: block;
	margin: 0;
	padding: 0 0 16px;
}

.zen-menu-group-heading h3 {
	color: #1e2750;
	font-family: "Cormorant Garamond", serif;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: normal;
	margin: 0;
}

.zen-menu-group-note {
	color: #8a8168;
	font-size: 13.5px;
	font-style: italic;
	font-weight: 400;
	line-height: normal;
	margin: 16px 0 0;
}

.zen-menu-list {
	border: 0;
	display: flex;
	flex-direction: column;
	gap: 26px;
	margin-top: 28px;
}

.zen-menu-item {
	align-items: baseline;
	border: 0;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.zen-menu-item-main {
	min-width: 0;
}

.zen-menu-item h3 {
	color: #1e2750;
	font-size: 17px;
	font-weight: 500;
	line-height: normal;
	margin: 0 0 6px;
}

.zen-menu-item p {
	color: #6b7280;
	font-size: 14.5px;
	font-weight: 300;
	line-height: 1.6;
	margin: 0;
	max-width: 560px;
}

.zen-menu-price {
	align-self: baseline;
	color: #b06925;
	font-size: 15px;
	font-weight: 600;
	line-height: normal;
}

.zen-site-footer {
	background: #1e2750;
	color: #cfd6de;
	padding: 70px 48px 36px;
}

.zen-footer-inner {
	align-items: flex-start;
	border-bottom: 1px solid rgba(247, 243, 234, 0.12);
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 0 48px;
}

.zen-footer-brand {
	align-items: center;
	display: flex;
	gap: 14px;
}

.zen-footer-brand img {
	height: 44px;
	object-fit: contain;
	width: 44px;
}

.zen-footer-brand strong {
	color: #f7f3ea;
	display: block;
	font-family: "Cormorant Garamond", serif;
	font-size: 20px;
	font-style: italic;
	font-weight: 500;
	line-height: normal;
	margin: 0;
}

.zen-footer-brand p {
	color: #7d8798;
	font-size: 13px;
	line-height: normal;
	margin: 4px 0 0;
}

.zen-footer-columns {
	display: flex;
	flex-wrap: wrap;
	gap: 56px;
}

.zen-footer-columns > div {
	min-width: 0;
}

.zen-site-footer h2 {
	color: #7d8798;
	font-family: "Jost", sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1.5px;
	line-height: normal;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.zen-footer-columns a {
	color: #cfd6de;
	display: block;
	font-size: 14px;
	line-height: normal;
	margin: 0 0 10px;
	transition: opacity 0.3s ease-in-out;
}

.zen-footer-columns a:hover,
.zen-footer-columns a:focus-visible,
.zen-footer-bottom a:hover,
.zen-footer-bottom a:focus-visible {
	opacity: 0.5;
}

.zen-footer-social {
	display: flex;
	gap: 14px;
}

.zen-footer-social a {
	align-items: center;
	border: 1px solid rgba(247, 243, 234, 0.25);
	border-radius: 50%;
	color: #cfd6de;
	display: flex;
	height: 36px;
	justify-content: center;
	margin: 0;
	padding: 0;
	transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
	width: 36px;
}

.zen-footer-social a:hover,
.zen-footer-social a:focus-visible {
	background: #c67a29;
	border-color: #c67a29;
	opacity: 0.5;
	transform: translateY(-2px);
}

.zen-footer-social svg {
	display: block;
}

.zen-footer-social a:first-child svg {
	fill: currentColor;
}

.zen-footer-social a:last-child svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
}

.zen-footer-bottom {
	align-items: center;
	border-top: 0;
	color: #5c6577;
	display: flex;
	flex-wrap: wrap;
	font-size: 12.5px;
	gap: 10px;
	justify-content: space-between;
	margin: 24px auto 0;
	max-width: 1180px;
	padding: 0;
}

.zen-footer-bottom p {
	color: #5c6577;
	font-size: 12.5px;
	line-height: normal;
	margin: 0;
}

.zen-footer-bottom a {
	color: #8a93a3;
	transition: opacity 0.3s ease-in-out;
}

@media (max-width: 860px) {
	.zen-site-header {
		gap: 7px;
		min-height: 113px;
		padding: 0 48px;
	}

	.zen-primary-nav,
	.zen-site-header.is-open .zen-primary-nav,
	.zen-nav-menu {
		gap: 36px;
		margin-left: 0;
	}

	.zen-header-call {
		display: none;
	}

	.zen-page-hero {
		padding-left: 48px;
		padding-right: 48px;
	}

	.zen-menu-tabs {
		padding: 22px 48px 28px;
		top: 113px;
	}

	.zen-full-menu-wrap {
		max-width: none;
		padding: 72px 48px 120px;
	}
}

@media (max-width: 620px) {
	.zen-site-header {
		align-items: center;
		flex-wrap: wrap;
		gap: 12px 18px;
		justify-content: center;
		min-height: 0;
		padding: 16px 20px;
	}

	.zen-primary-nav,
	.zen-site-header.is-open .zen-primary-nav,
	.zen-nav-menu {
		gap: 18px;
		justify-content: center;
		width: 100%;
	}

	.zen-primary-nav a {
		font-size: 12px;
		letter-spacing: 1.5px;
	}

	.zen-page-hero {
		padding: 96px 24px 54px;
	}

	.zen-page-hero h1 {
		font-size: 56px;
	}

	.zen-menu-tabs {
		padding: 20px 20px 24px;
		position: sticky;
		top: 114px;
	}

	.zen-menu-tabs button {
		font-size: 13px;
	}

	.zen-full-menu-wrap {
		padding-left: 24px;
		padding-right: 24px;
	}

	.zen-site-footer {
		padding-left: 24px;
		padding-right: 24px;
	}

	.zen-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}
}
