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

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

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

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

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

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

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

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

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/*--------------------------------------------------------------
# Casablanca Design System
--------------------------------------------------------------*/
:root {
	--font-heading: "Gilda Display", Georgia, "Times New Roman", serif;
	--font-body: "Lato", Arial, Helvetica, sans-serif;
	--color-black: #000;
	--color-neutral-darkest: #000;
	--color-ink: #f8f4e8;
	--color-muted: #d8d5cc;
	--color-soft: #a9a49a;
	--color-panel: #1a1a1a;
	--color-panel-light: #252525;
	--color-gold: #e2b224;
	--color-gold-deep: #b88619;
	--color-border: rgba(255, 255, 255, 0.11);
	--opacity-transparent: rgba(255, 255, 255, 0);
	--opacity-white-10: rgba(255, 255, 255, 0.1);
	--container: 82rem;
	--container-narrow: 54rem;
	--container-footer: 71.4rem;
	--page-padding: clamp(1.25rem, 4vw, 4.5rem);
	--space-section: clamp(5rem, 11vw, 12rem);
	--text-regular: 1.125rem;
}

html {
	background: var(--color-black);
	scroll-behavior: smooth;
}

body,
button,
input,
select,
optgroup,
textarea {
	background: var(--color-black);
	color: var(--color-ink);
	font-family: var(--font-body);
	font-size: 1rem;
	line-height: 1.6;
}

body {
	overflow-x: hidden;
}

body.page,
body.post {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: none;
	color: var(--color-ink);
	font-family: var(--font-heading);
	font-weight: 400;
	letter-spacing: 0;
	margin: 0 0 0.35em;
}

h1 {
	font-size: clamp(3rem, 8vw, 5.25rem);
	letter-spacing: 0.01em;
	line-height: 1.1;
}

h2 {
	font-size: clamp(2.75rem, 5.7vw, 3.75rem);
	line-height: 1.2;
}

h3 {
	font-size: clamp(2rem, 4.6vw, 3rem);
	line-height: 1.2;
}

h4 {
	font-size: clamp(1.5rem, 3.8vw, 2.5rem);
	line-height: 1.2;
}

h5 {
	font-size: clamp(1.25rem, 3vw, 2rem);
	line-height: 1.2;
}

h6 {
	font-size: clamp(1.125rem, 2.4vw, 1.625rem);
	line-height: 1.2;
}

p {
	font-weight: 300;
	margin: 0 0 1.5rem;
}

a {
	color: inherit;
	transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

a:hover,
a:focus {
	color: var(--color-gold);
}

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

button,
input {
	border-radius: 12px;
}

.container {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--container);
	padding-left: var(--page-padding);
	padding-right: var(--page-padding);
	width: 100%;
}

.section-pad {
	padding-bottom: var(--space-section);
	padding-top: var(--space-section);
}

.text-large {
	font-size: clamp(1.25rem, 2.3vw, 1.625rem);
	line-height: 1.6;
}

.text-medium,
.tagline {
	font-size: clamp(1.125rem, 2vw, 1.25rem);
	line-height: 1.6;
}

.text-regular {
	font-size: var(--text-regular);
	line-height: 1.6;
}

.text-small {
	font-size: 1rem;
	line-height: 1.6;
}

.text-tiny {
	font-size: 0.75rem;
	line-height: 1.6;
}

.weight-light {
	font-weight: 300;
}

.weight-normal {
	font-weight: 400;
}

.weight-medium {
	font-weight: 500;
}

.weight-semibold {
	font-weight: 600;
}

.weight-bold {
	font-weight: 700;
}

.weight-extrabold {
	font-weight: 800;
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 12px;
	cursor: pointer;
	display: inline-flex;
	font-family: var(--font-body);
	font-size: var(--text-regular);
	font-style: normal;
	font-weight: 500;
	gap: 0.5rem;
	justify-content: center;
	line-height: 1.6;
	min-height: 2.75rem;
	padding: 0.625rem 1.5rem;
	text-decoration: none;
}

.button-primary,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: var(--color-gold);
	border-color: var(--color-gold);
	color: var(--color-neutral-darkest);
}

.button-primary:hover,
.button-primary:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #f1ca58;
	color: var(--color-neutral-darkest);
}

.button-secondary {
	background: var(--opacity-white-10);
	border-color: var(--opacity-transparent);
	color: var(--color-ink);
}

.button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.875rem;
}

.site {
	background: var(--color-black);
	min-height: 100vh;
}

.site-header {
	align-items: center;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: auto 1fr auto;
	left: 0;
	margin: 0 auto;
	max-width: 92rem;
	padding: 2rem clamp(1.25rem, 4vw, 4.5rem);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
}

.site-branding {
	min-width: 0;
}

.custom-logo-link {
	display: inline-block;
	line-height: 0;
	max-width: 8.5rem;
}

.custom-logo {
	max-height: 5.1rem;
	width: auto;
}

.site-title {
	font-family: var(--font-heading);
	font-size: clamp(1.35rem, 2.2vw, 1.8rem);
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.footer-logo-text {
	color: var(--color-gold);
	display: inline-grid;
	line-height: 0.95;
	text-decoration: none;
}

.site-title span,
.footer-logo-text span {
	color: #d8a526;
	font-family: var(--font-body);
	font-size: 0.48em;
	font-weight: 800;
	letter-spacing: 0.16em;
	margin-top: 0.25rem;
	text-align: right;
}

.site-description {
	display: none;
}

.main-navigation {
	justify-self: end;
	width: auto;
}

.mobile-menu-panel {
	display: contents;
}

.mobile-menu-brand,
.mobile-reserve-link {
	display: none;
}

.main-navigation .mobile-reserve-link {
	display: none;
}

.main-navigation ul {
	align-items: center;
	display: flex;
	gap: clamp(1.5rem, 3vw, 2.4rem);
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	align-items: center;
	color: var(--color-ink);
	display: flex;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	gap: 0.4rem;
	line-height: 1;
	text-decoration: none;
}

.main-navigation .menu-item-has-children > a::after,
.main-navigation .page_item_has_children > a::after {
	border-bottom: 1px solid currentColor;
	border-right: 1px solid currentColor;
	content: "";
	display: inline-block;
	height: 0.35rem;
	margin-top: -0.15rem;
	transform: rotate(45deg);
	width: 0.35rem;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: var(--color-gold);
}

.main-navigation ul ul {
	background: rgba(26, 26, 26, 0.98);
	border: 1px solid var(--color-border);
	border-radius: 8px;
	box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.38);
	display: grid;
	gap: 0;
	left: -999em;
	min-width: 13rem;
	padding: 0.55rem;
	position: absolute;
	top: calc(100% + 0.9rem);
	z-index: 30;
}

.main-navigation ul ul::before {
	bottom: 100%;
	content: "";
	height: 0.9rem;
	left: 0;
	position: absolute;
	right: 0;
}

.main-navigation ul ul ul {
	left: -999em;
	top: -0.55rem;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: calc(100% + 0.55rem);
}

.main-navigation ul ul a {
	border-radius: 6px;
	justify-content: space-between;
	line-height: 1.3;
	padding: 0.75rem 0.8rem;
	white-space: nowrap;
	width: 100%;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a:focus {
	background: rgba(255, 255, 255, 0.06);
}

.main-navigation ul ul .menu-item-has-children > a::after,
.main-navigation ul ul .page_item_has_children > a::after {
	margin-left: 1.5rem;
	margin-top: 0;
	transform: rotate(-45deg);
}

.menu-toggle {
	background: transparent;
	border-color: transparent;
	color: #fff;
	display: none;
	justify-content: center;
	min-height: 2.5rem;
	padding-left: 0.85rem;
	padding-right: 0.95rem;
}

.menu-toggle:hover,
.menu-toggle:focus,
.main-navigation.toggled .menu-toggle {
	background: transparent;
	border-color: transparent;
	color: #fff;
}

.menu-toggle__text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.menu-toggle__icon,
.menu-toggle__icon::before,
.menu-toggle__icon::after {
	background: currentColor;
	border-radius: 999px;
	display: block;
	height: 1px;
	transition: transform 180ms ease, opacity 180ms ease;
	width: 1rem;
}

.menu-toggle__icon {
	position: relative;
}

.menu-toggle__icon::before,
.menu-toggle__icon::after {
	content: "";
	left: 0;
	position: absolute;
}

.menu-toggle__icon::before {
	top: -0.35rem;
}

.menu-toggle__icon::after {
	top: 0.35rem;
}

.main-navigation.toggled .menu-toggle__icon {
	transform: rotate(45deg);
}

.main-navigation.toggled .menu-toggle__icon::before {
	opacity: 0;
}

.main-navigation.toggled .menu-toggle__icon::after {
	top: 0;
	transform: rotate(-90deg);
}

.header-reserve-link {
	background: var(--opacity-white-10);
	border: 1px solid var(--opacity-transparent);
	border-radius: 12px;
	color: var(--color-ink);
	font-family: var(--font-body);
	font-size: var(--text-regular);
	font-style: normal;
	font-weight: 500;
	line-height: 1.6;
	padding: 0.5rem 1.25rem;
	text-decoration: none;
}

.home-hero {
	align-items: center;
	display: flex;
	padding-bottom: 7rem;
	padding-top: 13.125rem;
	text-align: center;
}

.home-main > .container,
.home-hero > .container {
	padding-left: var(--page-padding);
	padding-right: var(--page-padding);
}

.hero-inner {
	display: flex;
	flex-direction: column;
	gap: 5rem;
	max-width: 68rem;
}

.hero-kicker {
	color: var(--color-ink);
	font-family: var(--font-heading);
	font-size: clamp(3rem, 7.8vw, 5.25rem);
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.1;
	margin: 0;
	text-align: center;
}

.hero-title {
	line-height: 1;
	margin: 0 auto;
	max-width: min(60rem, 100%);
}

.hero-title img {
	margin: 0 auto;
	width: min(60rem, 100%);
}

.hero-copy {
	color: var(--color-ink);
	font-family: var(--font-body);
	font-size: clamp(1.125rem, 2vw, 1.25rem);
	font-style: normal;
	line-height: 1.6;
	margin: 0 auto;
	max-width: 48rem;
	text-align: center;
}

.feature-card {
	background: var(--color-panel);
	border-radius: 8px;
	margin-bottom: var(--space-section);
	overflow: hidden;
}

.feature-card.container {
	padding-left: 0;
	padding-right: 0;
}

.feature-card__inner {
	align-items: stretch;
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	min-height: 34rem;
}

.feature-card__media {
	align-self: stretch;
	min-height: 100%;
	padding-top: clamp(3rem, 6vw, 6rem);
}

.feature-card__content {
	align-self: center;
	padding: clamp(3rem, 6vw, 6rem) var(--page-padding);
}

.feature-card img,
.split-section img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.feature-card img {
	border-radius: 0;
	height: calc(100% - clamp(3rem, 6vw, 6rem));
}

.split-section img {
	aspect-ratio: 15 / 16;
	border-radius: 16px;
	height: 40rem;
}

.feature-card__content h2 {
	font-size: clamp(3rem, 8vw, 5.25rem);
	letter-spacing: 0.01em;
	line-height: 1.1;
}

.feature-card__content p,
.split-section__content p {
	color: var(--color-ink);
	font-family: var(--font-body);
	font-size: clamp(1.125rem, 2vw, 1.25rem);
	font-style: normal;
	line-height: 1.6;
	max-width: 34rem;
}

.split-section {
	margin-bottom: var(--space-section);
	padding-left: var(--page-padding);
	padding-right: var(--page-padding);
}

.split-section__inner {
	align-items: center;
	display: grid;
	gap: clamp(3rem, 10vw, 9rem);
	grid-template-columns: 0.9fr 1fr;
	padding-left: 0;
	padding-right: 0;
}

.split-section--loose {
	margin-bottom: clamp(5rem, 10vw, 10rem);
}

.split-section__content {
	max-width: 38rem;
}

.split-section__media {
	justify-self: end;
	max-width: 40rem;
	overflow: hidden;
	width: 100%;
}

.check-list {
	display: grid;
	gap: 0.9rem;
	list-style: none;
	margin: 2rem 0 0;
	padding: 0;
}

.check-list li {
	align-items: center;
	color: var(--color-ink);
	display: flex;
	font-size: 0.95rem;
	gap: 0.75rem;
}

.check-list li::before {
	background: url("/wp-content/uploads/2026/05/dinner_dining.svg") center / contain no-repeat;
	content: "";
	flex: 0 0 auto;
	height: 1.25rem;
	width: 1.25rem;
}

.about-main {
	padding-top: 13.125rem;
}

.about-hero {
	margin-bottom: clamp(8rem, 17vw, 16rem);
	padding-left: var(--page-padding);
	padding-right: var(--page-padding);
}

.about-hero__inner {
	padding-left: 0;
	padding-right: 0;
}

.about-hero h1 {
	font-size: clamp(3rem, 8vw, 5.25rem);
	letter-spacing: 0.01em;
	line-height: 1.1;
	margin-bottom: 2rem;
	max-width: 34rem;
}

.about-hero p,
.about-story p {
	color: var(--color-ink);
	font-family: var(--font-body);
	font-size: clamp(1.125rem, 2vw, 1.25rem);
	line-height: 1.6;
	margin: 0;
}

.about-hero p {
	max-width: 58rem;
}

.about-story {
	margin-bottom: clamp(7rem, 12vw, 14rem);
	padding-left: var(--page-padding);
	padding-right: var(--page-padding);
}

.about-story__inner {
	padding-left: 0;
	padding-right: 0;
}

.about-story__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 0 auto clamp(4rem, 8vw, 7rem);
	max-width: 48rem;
	gap: 2rem;
	text-align: center;
}

.about-story h2 {
	font-size: clamp(2.75rem, 5.7vw, 3.75rem);
	letter-spacing: 0.01em;
	line-height: 1.2;
	margin-bottom: 0;
}

.about-story p {
	margin-bottom: 0;
	max-width: 48rem;
}

.about-story__content .button {
	margin-top: 0;
}

.about-story img {
	aspect-ratio: 16 / 9;
	border-radius: 16px;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.reservations-main {
	padding-top: 13.125rem;
}

.reservations-hero {
	margin-bottom: clamp(7rem, 14vw, 13rem);
	padding-left: var(--page-padding);
	padding-right: var(--page-padding);
}

.reservations-hero__inner {
	padding-left: 0;
	padding-right: 0;
}

.reservations-hero h1 {
	font-size: clamp(3rem, 8vw, 5.25rem);
	letter-spacing: 0.01em;
	line-height: 1.1;
	margin-bottom: 1.75rem;
	max-width: 58rem;
}

.reservations-hero p,
.reservations-booking__content p,
.reservation-form-placeholder {
	color: var(--color-ink);
	font-family: var(--font-body);
	font-size: clamp(1.125rem, 2vw, 1.25rem);
	line-height: 1.6;
}

.reservation-contact-list {
	color: var(--color-ink);
	font-family: var(--font-body);
	font-size: var(--text-regular);
	line-height: 1.6;
}

.reservations-hero p {
	margin: 0;
	max-width: 60rem;
}

.reservations-booking {
	margin-bottom: clamp(10rem, 18vw, 20rem);
	padding-left: var(--page-padding);
	padding-right: var(--page-padding);
}

.reservations-booking__inner {
	align-items: start;
	display: grid;
	gap: clamp(4rem, 11vw, 10rem);
	grid-template-columns: minmax(18rem, 0.78fr) minmax(24rem, 1fr);
	padding-left: 0;
	padding-right: 0;
}

.reservations-booking__content {
	max-width: 34rem;
}

.reservation-eyebrow {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 1.25rem;
}

.reservations-booking h2 {
	font-size: clamp(2.75rem, 5.7vw, 3.75rem);
	letter-spacing: 0.01em;
	line-height: 1.2;
	margin-bottom: 1.75rem;
}

.reservations-booking__content > p {
	margin-bottom: 2.25rem;
}

.reservation-contact-list {
	display: grid;
	gap: 1.1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.reservation-contact-list li {
	align-items: flex-start;
	display: flex;
	gap: 1rem;
}

.reservation-contact-list a {
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.reservation-contact-icon {
	color: var(--color-ink);
	flex: 0 0 auto;
	height: 1.3rem;
	margin-top: 0.2rem;
	width: 1.3rem;
}

.reservation-contact-icon svg {
	display: block;
	fill: currentColor;
	height: 100%;
	width: 100%;
}

.reservation-form-placeholder {
	display: grid;
	gap: 1.65rem;
}

.reservation-form-placeholder label,
.reservation-party-size__label {
	color: var(--color-muted);
	display: grid;
	font-size: var(--text-regular);
	gap: 0.65rem;
	line-height: 1.6;
	margin: 0;
}

.reservation-field-grid {
	display: grid;
	gap: 1.65rem 1.5rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.reservation-form-placeholder label span,
.reservation-field-full span,
.reservation-terms span {
	background: var(--color-panel);
	border: 1px solid var(--opacity-transparent);
	border-radius: 12px;
	color: var(--color-soft);
	display: flex;
	min-height: 3.75rem;
	padding: 0.8rem 1rem;
}

.reservation-field-full span {
	align-items: center;
	justify-content: space-between;
}

.reservation-field-full span:not(.reservation-textarea)::after {
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
	height: 0.5rem;
	transform: rotate(45deg);
	width: 0.5rem;
}

.reservation-party-size {
	display: grid;
	gap: 0.8rem;
}

.reservation-party-size > div {
	display: grid;
	gap: 0.8rem 1.5rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.reservation-party-size span {
	align-items: center;
	color: var(--color-muted);
	display: flex;
	gap: 0.8rem;
}

.reservation-party-size span::before {
	background: var(--color-panel);
	border-radius: 999px;
	content: "";
	height: 1rem;
	width: 1rem;
}

.reservation-field-full .reservation-textarea {
	align-items: flex-start;
	min-height: 11rem;
}

.reservation-terms {
	align-items: center;
	color: var(--color-muted);
	display: flex;
	font-size: 1rem;
	gap: 0.75rem;
}

.reservation-terms span {
	border-radius: 4px;
	min-height: 1rem;
	padding: 0;
	width: 1rem;
}

.reservation-form-placeholder .button {
	justify-self: start;
}

.menu-main {
	padding-top: 13.125rem;
}

.menu-hero {
	margin-bottom: clamp(7rem, 13vw, 12rem);
	padding-left: var(--page-padding);
	padding-right: var(--page-padding);
}

.menu-hero__inner {
	padding-left: 0;
	padding-right: 0;
}

.menu-hero h1 {
	font-size: clamp(3rem, 8vw, 5.25rem);
	letter-spacing: 0.01em;
	line-height: 1.1;
	margin-bottom: 1.5rem;
}

.menu-hero p {
	color: var(--color-ink);
	font-family: var(--font-body);
	font-size: var(--text-regular);
	line-height: 1.6;
	margin: 0;
	max-width: 44rem;
}

.menu-section {
	margin-bottom: clamp(8rem, 14vw, 15rem);
	padding-left: var(--page-padding);
	padding-right: var(--page-padding);
}

.menu-section__inner {
	padding-left: 0;
	padding-right: 0;
}

.menu-section h2 {
	font-size: clamp(2rem, 4.2vw, 3rem);
	line-height: 1.2;
	margin-bottom: clamp(3.5rem, 7vw, 6rem);
	text-align: center;
}

.menu-section__layout {
	align-items: center;
	display: grid;
	gap: clamp(3rem, 8vw, 7rem);
	grid-template-columns: minmax(17rem, 0.72fr) minmax(26rem, 1fr);
}

.menu-section--entrees .menu-section__layout,
.menu-section--appetizers .menu-section__layout {
	grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.72fr);
}

.menu-section--entrees .menu-section__media,
.menu-section--appetizers .menu-section__media {
	order: 2;
}

.menu-section--entrees .menu-items,
.menu-section--appetizers .menu-items {
	order: 1;
}

.menu-section__media {
	width: 100%;
}

.menu-section__media img {
	aspect-ratio: 1 / 1.08;
	border-radius: 16px;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.menu-items {
	display: grid;
	gap: clamp(2rem, 4vw, 3rem) clamp(2rem, 5vw, 4rem);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.menu-section--entrees .menu-items {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.menu-item h3 {
	font-size: clamp(1.25rem, 2.4vw, 1.625rem);
	line-height: 1.2;
	margin-bottom: 0.75rem;
}

.menu-item p {
	color: var(--color-muted);
	font-size: 0.875rem;
	line-height: 1.6;
	margin-bottom: 0.4rem;
}

.menu-item__price {
	color: var(--color-ink);
	font-family: var(--font-body);
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.6;
}

.site-footer {
	padding-bottom: 3rem;
}

.footer-card {
	align-items: start;
	background: var(--color-panel);
	border-radius: 8px;
	display: grid;
	gap: clamp(2.25rem, 4.5vw, 4.5rem);
	grid-template-columns: minmax(18rem, 1.35fr) 0.45fr 0.55fr;
	margin-bottom: 2rem;
	max-width: var(--container-footer);
	padding-bottom: clamp(2.75rem, 5vw, 4.5rem);
	padding-top: clamp(2.75rem, 5vw, 4.5rem);
}

.footer-logo {
	display: inline-block;
	line-height: 0;
	margin-bottom: clamp(2.5rem, 5vw, 4.6rem);
	text-decoration: none;
}

.footer-logo-image {
	height: auto;
	max-width: clamp(13rem, 24vw, 23rem);
	width: 100%;
}

.footer-logo-text {
	color: var(--color-gold);
	display: inline-grid;
	font-family: var(--font-heading);
	font-size: clamp(1.7rem, 3vw, 2.4rem);
	line-height: 0.95;
	text-transform: uppercase;
}

.footer-newsletter p {
	color: var(--color-ink);
	font-size: var(--text-regular);
	line-height: 1.6;
	margin-bottom: 2rem;
}

.footer-form-placeholder {
	display: flex;
	gap: 1.25rem;
	max-width: 46rem;
}

.footer-form-placeholder__field,
.footer-form-placeholder__button {
	background: #303030;
	border: 1px solid #3b3b3b;
	border-radius: 8px;
	color: var(--color-ink);
	font-size: 1.125rem;
	line-height: 1.6;
	min-height: 4.25rem;
	padding: 1rem 1.4rem;
}

.footer-form-placeholder__field {
	color: var(--color-soft);
	flex: 1 1 auto;
}

.footer-form-placeholder__button {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	justify-content: center;
	min-width: 10.5rem;
}

.footer-newsletter small {
	color: var(--color-ink);
	display: block;
	font-size: 0.875rem;
	line-height: 1.6;
	margin-top: 1.1rem;
}

.footer-nav,
.footer-social {
	display: grid;
	gap: 1.6rem;
}

.footer-nav h2 {
	color: var(--color-ink);
	font-family: var(--font-body);
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.6;
	margin: 0;
}

.footer-menu,
.footer-social-menu {
	display: grid;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu a {
	align-items: center;
	color: var(--color-ink);
	display: flex;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	min-height: 2.625rem;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	text-decoration: none;
	width: 9.25rem;
}

.footer-social-menu {
	gap: 1rem;
}

.footer-social-menu a {
	align-items: center;
	color: var(--color-ink);
	display: grid;
	font-size: 1rem;
	font-weight: 400;
	gap: 1.25rem;
	grid-template-columns: 1.75rem 1fr;
	line-height: 1.6;
	min-height: 2.625rem;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	text-decoration: none;
}

.footer-social-icon {
	align-items: center;
	display: flex;
	height: 1.75rem;
	justify-content: center;
	width: 1.75rem;
}

.footer-social-icon svg {
	fill: currentColor;
	height: 1.5rem;
	width: 1.5rem;
}

.footer-social p {
	color: var(--color-ink);
	font-size: 0.875rem;
	margin: 1rem 0 0;
}

.footer-legal {
	display: flex;
	justify-content: space-between;
	max-width: var(--container-footer);
	padding-left: 0;
	padding-right: 0;
	row-gap: 1rem;
}

.footer-legal a {
	color: var(--color-ink);
	font-size: 0.875rem;
	line-height: 1.6;
	text-decoration: none;
}

.legal-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;
}

.legal-menu a {
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

@media (max-width: 900px) {
	body.menu-open {
		overflow: hidden;
	}

	.site-header {
		grid-template-columns: 1fr auto;
		position: absolute;
		z-index: 120;
	}

	body.menu-open .site-branding,
	body.menu-open .header-reserve-link {
		opacity: 0;
		pointer-events: none;
		transform: translateY(-0.25rem);
		transition: opacity 160ms ease, transform 160ms ease;
	}

	.main-navigation {
		justify-self: end;
		order: 3;
		width: auto;
	}

	.menu-toggle {
		background: transparent;
		border-color: transparent;
		display: inline-flex;
		min-width: 2.75rem;
		padding: 0;
		position: absolute;
		right: clamp(1.25rem, 4vw, 4.5rem);
		top: 3.15rem;
		z-index: 130;
	}

	.mobile-menu-panel {
		align-content: center;
		background: rgba(0, 0, 0, 0.98);
		border: 0;
		border-radius: 0;
		box-shadow: none;
		display: grid;
		gap: 1.8rem;
		inset: 0;
		min-height: 100vh;
		opacity: 0;
		overflow-y: auto;
		padding: 4rem clamp(1.5rem, 7vw, 4rem) 3rem;
		pointer-events: none;
		position: fixed;
		text-align: center;
		transform: translateY(-0.75rem);
		transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
		visibility: hidden;
		z-index: 110;
	}

	.main-navigation.toggled .mobile-menu-panel {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
		visibility: visible;
	}

	.mobile-menu-brand {
		display: flex;
		justify-content: center;
	}

	.mobile-menu-brand .custom-logo-link {
		max-width: 8rem;
	}

	.mobile-menu-brand .custom-logo {
		max-height: 4.8rem;
	}

	.mobile-menu-panel > ul {
		background: transparent;
		border: 0;
		border-radius: 0;
		display: grid;
		gap: 0.25rem;
		list-style: none;
		margin: 0 auto;
		max-width: 26rem;
		padding: 0;
		width: min(100%, 26rem);
	}

	.main-navigation a {
		font-size: clamp(1.6rem, 7vw, 2.4rem);
		justify-content: center;
		line-height: 1.15;
		padding: 0.55rem 0.2rem;
	}

	.main-navigation ul ul {
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		display: none;
		left: auto;
		margin: 0.15rem auto 0.7rem;
		min-width: 0;
		padding: 0;
		position: static;
		top: auto;
	}

	.main-navigation.toggled ul ul {
		display: none;
	}

	.main-navigation.toggled li.submenu-open > ul {
		display: grid;
	}

	.main-navigation ul ul::before {
		display: none;
	}

	.main-navigation ul ul a {
		color: var(--color-muted);
		font-size: 1rem;
		padding: 0.35rem 0.75rem;
		white-space: normal;
	}

	.main-navigation .menu-item-has-children > a::after,
	.main-navigation .page_item_has_children > a::after {
		height: 0.45rem;
		margin-left: 0.35rem;
		width: 0.45rem;
	}

	.main-navigation .submenu-open > a::after {
		margin-top: 0.2rem;
		transform: rotate(225deg);
	}

	.main-navigation ul ul .menu-item-has-children > a::after,
	.main-navigation ul ul .page_item_has_children > a::after {
		transform: rotate(45deg);
	}

	.main-navigation .mobile-reserve-link {
		align-items: center;
		background: var(--opacity-white-10);
		border: 1px solid var(--opacity-transparent);
		border-radius: 12px;
		color: var(--color-ink);
		display: flex;
		font-family: var(--font-body);
		font-size: var(--text-regular);
		font-style: normal;
		font-weight: 500;
		justify-content: center;
		line-height: 1.6;
		margin: 0 auto;
		min-height: 3rem;
		padding: 0.5rem 1.25rem;
		text-decoration: none;
		width: min(100%, 13rem);
	}

	.mobile-reserve-link:hover,
	.mobile-reserve-link:focus {
		background: rgba(255, 255, 255, 0.14);
		color: var(--color-ink);
	}

	.header-reserve-link {
		display: none;
	}

	.home-hero {
		padding-bottom: 5rem;
		padding-top: 6rem;
	}

	.about-main {
		padding-top: 6rem;
	}

	.reservations-main {
		padding-top: 6rem;
	}

	.menu-main {
		padding-top: 6rem;
	}

	.about-hero {
		margin-bottom: 8rem;
	}

	.reservations-hero {
		margin-bottom: 7rem;
	}

	.menu-hero {
		margin-bottom: 7rem;
	}

	.hero-inner {
		gap: 4rem;
	}

	.feature-card,
	.footer-card {
		grid-template-columns: 1fr;
	}

	.feature-card__inner,
	.split-section__inner,
	.reservations-booking__inner,
	.menu-section__layout,
	.menu-section--entrees .menu-section__layout,
	.menu-section--appetizers .menu-section__layout {
		grid-template-columns: 1fr;
	}

	.reservations-booking__content {
		max-width: none;
	}

	.menu-section--entrees .menu-section__media,
	.menu-section--entrees .menu-items,
	.menu-section--appetizers .menu-section__media,
	.menu-section--appetizers .menu-items {
		order: initial;
	}

	.menu-section__media,
	.menu-section--entrees .menu-section__media,
	.menu-section--appetizers .menu-section__media {
		order: 2;
	}

	.menu-items,
	.menu-section--entrees .menu-items,
	.menu-section--appetizers .menu-items {
		order: 1;
	}

	.menu-section--entrees .menu-items {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.feature-card__media {
		min-height: 20rem;
	}

	.split-section__media {
		justify-self: stretch;
		max-width: none;
	}

	.split-section img {
		height: auto;
	}
}

@media (max-width: 600px) {
	:root {
		--page-padding: 1.25rem;
		--text-regular: 1rem;
	}

	.site-header {
		padding-top: 1.25rem;
	}

	.header-reserve-link {
		display: none;
	}

	.menu-toggle {
		top: 2.25rem;
	}

	.home-hero {
		padding-bottom: 5.85rem;
		padding-top: 11rem;
	}

	.about-main {
		padding-top: 11rem;
	}

	.reservations-main {
		padding-top: 11rem;
	}

	.menu-main {
		padding-top: 11rem;
	}

	.about-hero {
		margin-bottom: 6.5rem;
	}

	.reservations-hero {
		margin-bottom: 6.5rem;
	}

	.menu-hero {
		margin-bottom: 6.5rem;
	}

	.about-hero h1,
	.about-story h2,
	.reservations-hero h1,
	.reservations-booking h2,
	.menu-hero h1 {
		max-width: 100%;
	}

	.about-story__content {
		margin-bottom: 3rem;
	}

	.about-story img {
		aspect-ratio: 4 / 3;
	}

	.reservations-booking {
		margin-bottom: 8rem;
	}

	.reservation-field-grid,
	.reservation-party-size > div,
	.menu-items,
	.menu-section--entrees .menu-items {
		grid-template-columns: 1fr;
	}

	.menu-section {
		margin-bottom: 7rem;
	}

	.feature-card,
	.footer-card {
		margin-left: var(--page-padding);
		margin-right: var(--page-padding);
		width: auto;
	}

	.footer-legal {
		margin-left: var(--page-padding);
		margin-right: var(--page-padding);
		row-gap: 1.75rem;
		width: auto;
	}

	.legal-menu {
		gap: 0.75rem;
	}

	.footer-form-placeholder,
	.footer-legal,
	.legal-menu {
		align-items: stretch;
		flex-direction: column;
	}

	.footer-form-placeholder {
		display: grid;
	}
}
