:root {
	--lp-brown: #634a36;
	--lp-brown-dark: #443329;
	--lp-orange: #dd8c32;
	--lp-orange-dark: #b86627;
	--lp-green: #35b64a;
	--lp-cream: #f8f2e9;
	--lp-sand: #ead9c6;
	--lp-text: #44362b;
	--lp-muted: #786f68;
	--lp-border: #e2d8cf;
	--lp-white: #fff;
	--lp-shadow: 0 10px 28px rgba(68, 51, 41, 0.12);
	--lp-radius: 4px;
	--lp-width: 1300px;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--lp-text);
	background: var(--lp-white);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
	font-size: 16px;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
}

body.lp-menu-open {
	overflow: hidden;
}

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

figure {
	margin: 0;
}

a {
	color: var(--lp-orange-dark);
	text-decoration: none;
	transition: color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}

a:hover,
a:focus-visible {
	color: var(--lp-orange);
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.65em;
	color: var(--lp-brown);
	font-weight: 700;
	line-height: 1.35;
}

h1 {
	font-size: clamp(2rem, 4vw, 3rem);
}

h2 {
	font-size: clamp(1.45rem, 2.4vw, 2rem);
}

h3 {
	font-size: 1.3rem;
}

p {
	margin: 0 0 1.25em;
}

ul,
ol {
	margin-top: 0;
}

hr {
	height: 1px;
	margin: 28px 0;
	border: 0;
	background: var(--lp-border);
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus,
.lp-skip-link:focus {
	position: fixed !important;
	z-index: 100000;
	top: 8px;
	left: 8px;
	width: auto;
	height: auto;
	padding: 10px 16px;
	clip: auto;
	background: #fff;
	color: #111;
}

.lp-skip-link {
	position: absolute;
	left: -9999px;
}

.lp-container {
	width: min(calc(100% - 48px), var(--lp-width));
	margin-right: auto;
	margin-left: auto;
}

.lp-container--full {
	width: 100%;
	max-width: none;
}

.lp-site-main {
	min-height: 55vh;
}

.lp-header-slot {
	position: relative;
	z-index: 100;
	height: 124px;
}

.lp-site-header {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 124px;
	border-bottom: 1px solid rgba(99, 74, 54, 0.1);
	background: #fff;
	transition: height 0.28s ease, background-color 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.lp-site-header.is-sticky {
	position: fixed;
	top: 0;
	height: 67px;
	border-bottom-color: rgba(255, 255, 255, 0.62);
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 8px 30px rgba(50, 38, 29, 0.15);
	-webkit-backdrop-filter: blur(18px) saturate(170%);
	backdrop-filter: blur(18px) saturate(170%);
}

.admin-bar .lp-site-header.is-sticky {
	top: 32px;
	top: var(--wp-admin--admin-bar--height, 32px);
}

.lp-header-inner {
	display: flex;
	align-items: center;
	height: 100%;
}

.lp-site-logo {
	flex: 0 0 auto;
	margin-right: 38px;
}

.lp-site-logo img {
	width: auto;
	max-width: 112px;
	max-height: 104px;
	transition: max-width 0.28s ease, max-height 0.28s ease;
}

.lp-site-header.is-sticky .lp-site-logo img {
	max-width: 74px;
	max-height: 55px;
}

.lp-primary-nav {
	flex: 1 1 auto;
	min-width: 0;
}

.lp-primary-menu,
.lp-primary-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.lp-primary-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(10px, 1.25vw, 22px);
}

.lp-primary-menu > li {
	position: relative;
}

.lp-primary-menu a {
	display: block;
	color: var(--lp-brown);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
	white-space: nowrap;
}

.lp-primary-menu > li > a {
	padding: 50px 0 48px;
	transition: padding 0.28s ease, color 0.2s ease;
}

.lp-site-header.is-sticky .lp-primary-menu > li > a {
	padding-top: 23px;
	padding-bottom: 23px;
}

.lp-site-header.is-sticky .lp-primary-menu .sub-menu {
	top: calc(100% - 2px);
}

.lp-site-header.is-sticky .lp-header-button {
	min-height: 38px;
}

.lp-primary-menu li.current-menu-item > a,
.lp-primary-menu li.current-menu-ancestor > a,
.lp-primary-menu a:hover {
	color: var(--lp-orange);
}

body.page-template-continuation .lp-primary-menu > li.current-menu-item > a,
body.page-template-continuation .lp-primary-menu > li.current-menu-ancestor > a,
body.page-template-process .lp-primary-menu > li.current-menu-item > a,
body.page-template-process .lp-primary-menu > li.current-menu-ancestor > a {
	color: var(--lp-brown);
}

.lp-primary-menu .sub-menu {
	position: absolute;
	z-index: 20;
	top: calc(100% - 22px);
	left: 50%;
	width: max-content;
	min-width: 180px;
	padding: 8px 0;
	border-top: 3px solid var(--lp-orange);
	background: #fff;
	box-shadow: var(--lp-shadow);
	opacity: 0;
	transform: translate(-50%, 10px);
	visibility: hidden;
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.lp-primary-menu li:hover > .sub-menu,
.lp-primary-menu li:focus-within > .sub-menu {
	opacity: 1;
	transform: translate(-50%, 0);
	visibility: visible;
}

.lp-primary-menu .sub-menu a {
	padding: 10px 18px;
}

.lp-primary-menu .sub-menu .sub-menu {
	top: 0;
	left: 100%;
	transform: translate(10px, 0);
}

.lp-primary-menu .sub-menu li:hover > .sub-menu,
.lp-primary-menu .sub-menu li:focus-within > .sub-menu {
	transform: translate(0, 0);
}

.lp-submenu-toggle,
.lp-menu-toggle {
	display: none;
}

.lp-header-actions {
	display: flex;
	flex: 0 0 auto;
	gap: 8px;
	margin-left: 24px;
}

.lp-header-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 8px 13px;
	border-radius: 3px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.lp-header-button i {
	margin-right: 5px;
}

.lp-header-button:hover {
	color: #fff;
	opacity: 0.86;
}

.lp-header-button--line {
	background: var(--lp-green);
}

.lp-header-button--phone {
	background: var(--lp-orange);
}

.lp-menu-overlay {
	position: fixed;
	z-index: 80;
	inset: 0;
	background: rgba(31, 23, 18, 0.48);
}

.lp-page {
	padding: 62px 0 90px;
}

.lp-page--home {
	padding: 0;
}

.lp-page.lp-page--continuation {
	padding: 30px 0 60px;
}

.lp-page--continuation .lp-entry-content {
	font-size: 16px;
	line-height: 1.6;
}

.lp-page--continuation .lp-section.lp-section--legacy {
	width: min(calc(100% - 30px), 1240px);
	padding: 0;
	margin-right: auto;
	margin-left: auto;
}

.lp-page--continuation .lp-legacy-column {
	padding: 10px;
}

.lp-page--continuation .lp-widget + .lp-widget {
	margin-top: 20px;
}

.lp-page--continuation .lp-section--legacy.lp-legacy-id-a03534f {
	height: 310px;
	background-position: 0 0;
}

.lp-page--continuation .lp-legacy-id-a03534f .lp-legacy-row,
.lp-page--continuation .lp-legacy-id-a03534f .lp-legacy-column {
	height: 100%;
}

.lp-page--continuation .lp-legacy-id-a03534f > .lp-container--full {
	width: 100%;
}

.lp-page--continuation .lp-legacy-id-ffdde99 h1 {
	margin: 0;
	color: #fff;
	font-family: Roboto, Arial, sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 30px;
	text-align: center;
}

.lp-page--continuation .lp-section--legacy.lp-legacy-id-a5abe3b > .lp-legacy-row {
	width: min(100%, 1140px);
}

.lp-page--continuation .lp-legacy-id-53e8871 {
	color: #7a7a7a;
	font-family: Roboto, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

.lp-page--continuation .lp-legacy-id-53e8871 p {
	margin-bottom: 1.3em;
}

.lp-page.lp-page--process {
	padding: 30px 0 60px;
}

.lp-page--process .lp-entry-content {
	font-size: 16px;
	line-height: 1.6;
}

.lp-page--process .lp-section.lp-section--legacy,
.lp-page--process .lp-section.lp-process-gallery-section {
	width: min(calc(100% - 30px), 1240px);
	padding: 0;
	margin-right: auto;
	margin-left: auto;
}

.lp-page--process .lp-legacy-column {
	padding: 10px;
}

.lp-page--process .lp-widget + .lp-widget {
	margin-top: 20px;
}

.lp-page--process .lp-section--legacy.lp-legacy-id-3c1ad1f {
	background-position: 0 0;
}

.lp-page--process .lp-legacy-id-3c1ad1f > .lp-container--full {
	width: 100%;
}

.lp-page--process .lp-legacy-id-45e438a h1 {
	margin: 0;
	color: #fff;
	font-family: Roboto, Arial, sans-serif;
	font-size: 27.2px;
	font-weight: 600;
	line-height: 27.2px;
	text-align: center;
}

.lp-page--process .lp-section--legacy.lp-legacy-id-85b3c38 > .lp-legacy-row {
	width: min(100%, 1140px);
}

.lp-page--process .lp-legacy-id-747ca30 img {
	width: 100%;
}

.lp-page--process .lp-legacy-id-fcf5226 {
	display: none;
}

.lp-page--process .lp-process-gallery-shell {
	width: min(100%, 1140px);
	padding: 10px;
}

.lp-process-gallery .lp-gallery-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.lp-process-gallery .lp-gallery-item {
	height: 250px;
	overflow: hidden;
	background: transparent;
}

.lp-process-gallery .lp-gallery-item > a {
	position: relative;
	display: block;
	width: 100%;
	height: 250px;
	overflow: hidden;
}

.lp-process-gallery .lp-gallery-item img {
	width: 100%;
	min-width: 100px;
	max-width: none;
	height: 250px;
	aspect-ratio: auto;
	object-fit: cover;
	transition: none;
}

.lp-process-gallery .lp-gallery-item a:hover img,
.lp-process-gallery .lp-gallery-item a:focus-visible img {
	opacity: 1;
	transform: none;
}

.lp-process-gallery .lp-gallery-hover {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(84, 89, 95, 0.6);
	color: #fff;
	font-size: 40px;
	line-height: 1;
	opacity: 0;
	transition: opacity 0.5s cubic-bezier(0.21, 0.75, 0.27, 0.96);
}

.lp-process-gallery .lp-gallery-item a:hover .lp-gallery-hover,
.lp-process-gallery .lp-gallery-item a:focus-visible .lp-gallery-hover {
	opacity: 1;
}

.lp-page.lp-page--contact {
	padding: 30px 0 60px;
}

.lp-page--contact .lp-entry-content {
	color: #7a7a7a;
	font-family: Roboto, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

.lp-page--contact .lp-section.lp-section--legacy {
	width: min(calc(100% - 30px), 1240px);
	padding: 0;
	margin-right: auto;
	margin-left: auto;
}

.lp-page--contact .lp-legacy-column {
	padding: 10px;
}

.lp-page--contact .lp-widget + .lp-widget {
	margin-top: 20px;
}

.lp-page--contact .lp-section--legacy.lp-legacy-id-cf25dda {
	background-position: 0 0;
}

.lp-page--contact .lp-legacy-id-cf25dda > .lp-container--full {
	width: 100%;
}

.lp-page--contact .lp-legacy-id-9209c79 h1 {
	margin: 0;
	color: #fff;
	font-family: Roboto, Arial, sans-serif;
	font-size: 27.2px;
	font-weight: 600;
	line-height: 27.2px;
	text-align: center;
}

.lp-page--contact .lp-section--legacy.lp-legacy-id-3bdf5d0 > .lp-legacy-row {
	width: min(100%, 1140px);
}

.lp-page--contact .lp-legacy-id-3bdf5d0 .lp-widget--heading {
	text-align: left;
}

.lp-page--contact .lp-legacy-id-3bdf5d0 h2 {
	margin: 0;
	color: #634a36;
	font-family: Roboto, Arial, sans-serif;
	font-size: 25.6px;
	font-weight: 600;
	line-height: 25.6px;
}

.lp-page--contact .lp-widget--text-editor {
	display: flow-root;
	color: #7a7a7a;
	font-family: Roboto, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

.lp-page--contact .lp-widget--text-editor p {
	margin-bottom: 1.3em;
}

.lp-page--contact .lp-legacy-id-ed890e0 .lp-button {
	height: 33.5px;
	min-height: 0;
	gap: 5px;
	padding: 10px 20px;
	border: 0;
	border-radius: 2px;
	background: #f0ad4e;
	color: #fff;
	font-family: Roboto, Arial, sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 13px;
}

.lp-page--contact .lp-legacy-id-ed890e0 .lp-button:hover,
.lp-page--contact .lp-legacy-id-ed890e0 .lp-button:focus-visible {
	background: #ec971f;
	color: #fff;
}

.lp-page--contact .lp-legacy-id-ed890e0 .lp-button__icon {
	flex: 0 0 13px;
	width: 13px;
	font-size: 13px;
	line-height: 13px;
	text-align: center;
	transform: scale(0.8);
}

.lp-page--contact .lp-map {
	height: 505px;
	overflow: hidden;
	aspect-ratio: auto;
	background: transparent;
}

.lp-page.lp-page--park-map,
.lp-page.lp-page--environment {
	padding: 30px 0 60px;
}

.lp-page--park-map .lp-entry-content,
.lp-page--environment .lp-entry-content {
	color: #7a7a7a;
	font-family: Roboto, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

.lp-park-map-banner,
.lp-park-map-content,
.lp-environment-intro,
.lp-environment-gallery-section {
	width: min(calc(100% - 30px), 1240px);
	margin-right: auto;
	margin-left: auto;
}

.lp-park-map-banner {
	position: relative;
	display: flex;
	min-height: 189px;
	align-items: center;
	justify-content: center;
	background-color: #70665d;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.lp-park-map-banner::before {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	content: "";
}

.lp-park-map-banner__inner {
	position: relative;
	z-index: 1;
	width: min(100%, 1140px);
	padding: 10px;
}

.lp-park-map-banner h1 {
	margin: 0;
	color: #fff;
	font-family: Roboto, Arial, sans-serif;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 1.5;
	text-align: center;
}

.lp-park-map-shell,
.lp-environment-intro__inner,
.lp-environment-gallery__inner {
	width: min(100%, 1140px);
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}

.lp-park-map-image {
	display: block;
	width: 100%;
	height: auto;
}

.lp-environment-intro {
	height: 560px;
	overflow: hidden;
}

.lp-environment-intro__inner {
	height: 100%;
}

.lp-environment-intro__inner > :first-child {
	margin-top: 0;
}

.lp-environment-intro__inner > :last-child {
	margin-bottom: 0;
}

.lp-environment-intro iframe,
.lp-environment-intro video,
.lp-environment-intro .wp-video {
	display: block;
	width: min(100%, 720px) !important;
	max-width: 720px;
	margin-right: auto;
	margin-left: auto;
}

.lp-environment-intro video {
	height: 540px;
	object-fit: cover;
}

.lp-environment-gallery-section {
	min-height: 376px;
}

.lp-environment-gallery__title {
	margin: 0 0 20px;
	color: #634a36;
	font-family: Roboto, Arial, sans-serif;
	font-size: 25.6px;
	font-weight: 600;
	line-height: 1;
}

.lp-environment-intro + .lp-environment-gallery-section .lp-environment-gallery__title {
	font-size: 27.2px;
}

.lp-environment-slider.lp-gallery.lp-slider {
	overflow: hidden;
	padding-bottom: 30px;
}

.lp-environment-slider .lp-gallery-item {
	background: transparent;
}

.lp-environment-slider .lp-gallery-item a {
	display: block;
	overflow: hidden;
}

.lp-environment-slider .lp-gallery-item img {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}

.lp-environment-slider .swiper-button-prev,
.lp-environment-slider .swiper-button-next {
	top: calc(50% - 15px);
	color: #fff;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

.lp-environment-slider .swiper-pagination {
	bottom: 0;
}

.lp-environment-slider .swiper-pagination-bullet-active {
	background: #666;
}

.lp-page-header {
	margin: 0 auto 42px;
	text-align: center;
}

.lp-page-header h1::after,
.archive .lp-archive-header h1::after,
.search .lp-archive-header h1::after {
	display: block;
	width: 52px;
	height: 3px;
	margin: 18px auto 0;
	background: var(--lp-orange);
	content: "";
}

.lp-entry-content {
	font-size: 17px;
}

.lp-entry-content::after {
	display: table;
	clear: both;
	content: "";
}

.lp-entry-content > :first-child {
	margin-top: 0;
}

.lp-entry-content h2,
.lp-entry-content h3 {
	scroll-margin-top: 24px;
}

.lp-entry-content blockquote {
	padding: 20px 26px;
	margin: 28px 0;
	border-left: 4px solid var(--lp-orange);
	background: var(--lp-cream);
}

.lp-entry-content table {
	width: 100%;
	border-collapse: collapse;
}

.lp-entry-content th,
.lp-entry-content td {
	padding: 12px 14px;
	border: 1px solid var(--lp-border);
	text-align: left;
}

.lp-section {
	padding: 68px 0;
}

.lp-section:not(.lp-section--legacy):nth-child(even) {
	background: var(--lp-cream);
}

.lp-page--home .lp-entry-content > .lp-section:first-child {
	height: 36px;
	padding: 0;
	overflow: hidden;
	background: #fff;
}

.lp-page--home .lp-entry-content > .lp-section:first-child .lp-legacy-row {
	height: 36px;
}

.lp-page--home .lp-entry-content > .lp-section:first-child .lp-legacy-column {
	padding: 0;
}

.lp-page--home .lp-entry-content > .lp-section:first-child h1 {
	margin: 0;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
}

.lp-section--hero {
	padding: 0;
	background: #fff;
}

.lp-section--hero .lp-legacy-column {
	padding: 0;
}

.lp-section--feature-cards {
	padding: 0;
}

.lp-section--feature-cards .lp-legacy-row {
	gap: 0;
}

.lp-section--feature-cards .lp-legacy-column {
	padding: 0;
}

.lp-section--legacy[style*="background"] {
	background-position: center;
	background-size: cover;
}

.lp-section--legacy {
	padding: 0;
}

.lp-section--legacy > .lp-container:not(.lp-container--full) {
	width: min(calc(100% - 48px), 1140px);
}

.lp-legacy-row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 0;
}

.lp-legacy-column {
	flex: 0 0 var(--lp-column-size, 100%);
	max-width: var(--lp-column-size, 100%);
	padding: 0 10px;
}

.lp-section--no-gap .lp-legacy-column {
	padding: 0;
}

.lp-widget {
	width: 100%;
}

.lp-widget + .lp-widget {
	margin-top: 10px;
}

.lp-section--legacy .lp-widget--text-editor {
	font-size: 16px;
	line-height: 1.6;
}

#lp-home-continuation-image {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.lp-widget--heading,
.lp-widget--jet-headline {
	text-align: center;
}

.lp-image img {
	margin: 0 auto;
}

.lp-button,
.gform_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 24px;
	border: 1px solid var(--lp-orange);
	border-radius: var(--lp-radius);
	background: var(--lp-orange);
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.lp-button:hover,
.lp-button:focus-visible,
.gform_button:hover {
	border-color: var(--lp-orange-dark);
	background: var(--lp-orange-dark);
	color: #fff;
}

.lp-home-hero {
	width: 100%;
	background: var(--lp-cream);
}

.lp-legacy-hero {
	width: 100%;
}

.lp-legacy-hero__slide img {
	width: 100%;
	aspect-ratio: 3.125 / 1;
	object-fit: cover;
}

.lp-legacy-hero__caption {
	min-height: 28px;
	padding: 2px 10px;
	margin: 0;
	background: #fff;
	color: #675c53;
	font-size: 14px;
	line-height: 24px;
	white-space: nowrap;
}

.lp-home-hero__slide {
	position: relative;
	min-height: 360px;
}

.lp-home-hero__slide img {
	width: 100%;
	height: clamp(360px, 48vw, 690px);
	object-fit: cover;
}

.lp-home-hero__copy {
	position: absolute;
	top: 50%;
	left: max(24px, calc((100vw - var(--lp-width)) / 2 + 24px));
	width: min(520px, calc(100% - 48px));
	padding: 30px;
	background: rgba(255, 255, 255, 0.91);
	transform: translateY(-50%);
}

.lp-home-hero__copy h2 {
	font-size: clamp(2rem, 4vw, 3.5rem);
}

.swiper-button-prev,
.swiper-button-next {
	color: var(--lp-brown);
}

.swiper-pagination-bullet-active {
	background: var(--lp-orange);
}

.lp-home-cards__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.lp-home-card {
	overflow: hidden;
	background: #fff;
	box-shadow: var(--lp-shadow);
}

.lp-home-card img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.lp-home-card__copy {
	padding: 20px 22px 22px;
	text-align: center;
}

.lp-home-card__copy h2 {
	font-size: 1.5rem;
}

.lp-home-card__copy p {
	margin: 0;
	color: var(--lp-muted);
}

.lp-feature-card {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1;
	background: #000;
}

.lp-feature-card__link {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: inherit;
}

.lp-feature-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lp-feature-card__overlay {
	position: absolute;
	z-index: 1;
	inset: 0;
	background: rgba(255, 255, 255, 0.74);
	opacity: 0;
	transition: opacity 0.35s ease;
}

.lp-feature-card__content {
	position: absolute;
	z-index: 2;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3em;
	color: #334862;
	text-align: center;
}

.lp-feature-card__content::before,
.lp-feature-card__content::after {
	position: absolute;
	content: "";
	opacity: 0;
	transition: opacity 0.35s ease, transform 0.35s ease;
}

.lp-feature-card__content::before {
	top: 40px;
	right: 20px;
	bottom: 40px;
	left: 20px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: scale(0, 1);
	transform-origin: 0 0;
}

.lp-feature-card__content::after {
	top: 20px;
	right: 40px;
	bottom: 20px;
	left: 40px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: scale(1, 0);
	transform-origin: 100% 0;
}

.lp-feature-card__content-wrap {
	position: relative;
	z-index: 1;
	width: 100%;
}

.lp-feature-card__text {
	padding: 0.5em 2em;
	margin: 0;
	color: #334862;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	opacity: 0;
	transform: translate3d(0, -10px, 0);
	transition: opacity 0.35s ease, transform 0.35s ease;
}

.lp-feature-card:hover .lp-feature-card__overlay,
.lp-feature-card:focus-within .lp-feature-card__overlay {
	opacity: 1;
}

.lp-feature-card:hover .lp-feature-card__content::before,
.lp-feature-card:hover .lp-feature-card__content::after,
.lp-feature-card:focus-within .lp-feature-card__content::before,
.lp-feature-card:focus-within .lp-feature-card__content::after {
	opacity: 1;
	transform: scale(1);
}

.lp-feature-card:hover .lp-feature-card__text,
.lp-feature-card:focus-within .lp-feature-card__text {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition-delay: 0.15s;
}

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

.lp-post-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	border: 1px solid var(--lp-border);
	background: #fff;
	box-shadow: 0 5px 18px rgba(68, 51, 41, 0.08);
}

.lp-post-card__image {
	display: block;
	overflow: hidden;
	background: var(--lp-cream);
}

.lp-post-card__image img,
.lp-post-card__placeholder {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.lp-post-card:hover .lp-post-card__image img {
	transform: scale(1.035);
}

.lp-post-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 22px;
}

.lp-post-card h2 {
	margin-bottom: 8px;
	font-size: 1.25rem;
}

.lp-post-card h2 a {
	color: var(--lp-brown);
}

.lp-post-card h2 a:hover {
	color: var(--lp-orange);
}

.lp-post-date {
	color: var(--lp-muted);
	font-size: 0.86rem;
}

.lp-post-card__excerpt {
	color: #625950;
	font-size: 0.95rem;
}

.lp-read-more {
	align-self: flex-start;
	margin-top: auto;
	font-weight: 700;
}

.lp-post-slider {
	padding: 6px 4px 48px;
}

.lp-post-slider .swiper-slide {
	height: auto;
}

.lp-home-section-link {
	margin-top: 20px;
	text-align: right;
}

.lp-home-section-link a {
	font-weight: 700;
}

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

.lp-gallery-item,
.lp-gratitude-item {
	overflow: hidden;
	background: var(--lp-cream);
}

.lp-gallery-item img,
.lp-gratitude-item img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	transition: opacity 0.2s ease, transform 0.35s ease;
}

.lp-gallery-item a:hover img,
.lp-gratitude-item a:hover img {
	opacity: 0.92;
	transform: scale(1.035);
}

.lp-gallery-item figcaption {
	padding: 10px 12px;
	background: #fff;
	font-size: 0.9rem;
	text-align: center;
}

.lp-page.lp-page--fries {
	padding: 67px 0 60px;
}

.lp-fries-memories {
	width: min(calc(100% - 40px), 1240px);
	margin-right: auto;
	margin-left: auto;
}

.lp-fries-memories__inner {
	width: min(100%, 1140px);
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}

.lp-fries-memories__heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	gap: 20px;
	align-items: center;
	margin: 0;
	padding-top: 3px;
}

.lp-fries-memories__heading::before,
.lp-fries-memories__heading::after {
	display: block;
	height: 1px;
	background: #2b2b2b;
	content: "";
}

.lp-fries-memories__heading h2 {
	margin: 0;
	color: #5e5b57;
	font-family: Roboto, Arial, sans-serif;
	font-size: 25.6px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}

.lp-fries-gallery {
	margin-top: 35px;
}

.lp-fries-gallery__row {
	display: flex;
	width: 100%;
	aspect-ratio: var(--lp-fries-row-ratio);
	gap: 20px;
	margin-top: 20px;
}

.lp-fries-gallery__row:first-child {
	margin-top: 0;
}

.lp-fries-gallery__item {
	position: relative;
	min-width: 0;
	height: 100%;
	margin: 0;
	flex: var(--lp-fries-image-ratio) 1 0;
	overflow: hidden;
	background: #eee;
}

.lp-fries-gallery__item > a,
.lp-fries-gallery__item img {
	display: block;
	width: 100%;
	height: 100%;
}

.lp-fries-gallery__item img {
	object-fit: cover;
}

.lp-fries-gallery__overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 18px;
	background: rgba(0, 0, 0, 0.48);
	color: #fff;
	opacity: 0;
	text-align: center;
	transition: opacity 0.25s ease;
}

.lp-fries-gallery__overlay i {
	font-size: 25px;
}

.lp-fries-gallery__overlay span {
	font-family: Roboto, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1.5px;
	line-height: 1.5;
}

.lp-fries-gallery__item > a:hover .lp-fries-gallery__overlay,
.lp-fries-gallery__item > a:focus-visible .lp-fries-gallery__overlay {
	opacity: 1;
}

.lp-gallery.lp-slider {
	padding-bottom: 48px;
}

.lp-gratitude .lp-load-more {
	display: flex;
	margin: 34px auto 0;
}

.lp-gratitude .lp-load-more:disabled {
	cursor: wait;
	opacity: 0.65;
}

.lp-accordion {
	border-top: 1px solid var(--lp-border);
}

.lp-accordion-item {
	border-bottom: 1px solid var(--lp-border);
}

.lp-accordion-item summary {
	position: relative;
	padding: 18px 46px 18px 0;
	color: var(--lp-brown);
	font-size: 1.1rem;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
}

.lp-accordion-item summary::-webkit-details-marker {
	display: none;
}

.lp-accordion-item summary::after {
	position: absolute;
	top: 50%;
	right: 8px;
	content: "+";
	font-size: 1.5rem;
	font-weight: 400;
	transform: translateY(-50%);
}

.lp-accordion-item[open] summary::after {
	content: "−";
}

.lp-accordion-content {
	padding: 0 0 18px;
}

.lp-global-lightbox[hidden] {
	display: none;
}

body.lp-global-lightbox-open {
	overflow: hidden;
}

.lp-global-lightbox {
	position: fixed;
	z-index: 10000;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 24px;
}

.lp-global-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(20, 15, 11, 0.72);
}

.lp-global-lightbox__panel {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	width: min(94vw, 1280px);
	max-height: calc(100svh - 48px);
	padding: 14px 14px 12px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 60px rgba(0, 0, 0, 0.38);
}

.lp-global-lightbox__close {
	position: absolute;
	z-index: 3;
	top: 4px;
	right: 4px;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 50%;
	background: rgba(20, 15, 11, 0.78);
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}

.lp-global-lightbox__close:hover,
.lp-global-lightbox__close:focus-visible {
	background: var(--lp-brown);
	outline: 3px solid rgba(242, 169, 0, 0.7);
	outline-offset: 2px;
}

.lp-global-lightbox__media {
	min-width: 0;
	min-height: 0;
}

.lp-global-lightbox__media .swiper-wrapper,
.lp-global-lightbox__slide,
.lp-global-lightbox__slide > a {
	height: 100%;
}

.lp-global-lightbox__slide {
	display: grid;
	place-items: center;
}

.lp-global-lightbox__slide > a {
	display: grid;
	place-items: center;
	max-width: 100%;
}

.lp-global-lightbox__slide img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: calc(100svh - 132px);
	object-fit: contain;
}

.lp-global-lightbox__media .swiper-button-prev,
.lp-global-lightbox__media .swiper-button-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(20, 15, 11, 0.7);
	color: #fff;
}

.lp-global-lightbox__media .swiper-button-prev::after,
.lp-global-lightbox__media .swiper-button-next::after {
	font-size: 16px;
}

.lp-global-lightbox__media .swiper-pagination {
	bottom: 4px;
}

.lp-global-lightbox__media .swiper-pagination-bullet-active {
	background: var(--lp-orange);
}

.lp-global-lightbox__dismiss {
	display: flex;
	align-items: center;
	gap: 7px;
	min-height: 38px;
	padding-top: 8px;
	color: #332820;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.lp-global-lightbox__dismiss input {
	width: 18px;
	height: 18px;
	accent-color: var(--lp-brown);
}

/* Online FAQ: source-compatible legacy layout while retaining managed FAQ data. */
.lp-page.lp-page--faq {
	padding: 30px 0 60px;
}

.lp-page--faq .lp-entry-content {
	font-family: Lato, Roboto, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

.lp-page--faq .lp-section--legacy.lp-legacy-id-a8ec6fe,
.lp-page--faq .lp-section--legacy.lp-legacy-id-8841383,
.lp-page--faq .lp-section--legacy.lp-legacy-id-61ee713 {
	width: min(calc(100% - 40px), 1240px);
	margin-right: auto;
	margin-left: auto;
}

.lp-page--faq .lp-section--legacy.lp-legacy-id-a8ec6fe {
	position: relative;
	height: 225px;
	padding: 72px 0 0 !important;
	overflow: hidden;
}

.lp-page--faq .lp-section--legacy.lp-legacy-id-a8ec6fe::before {
	position: absolute;
	z-index: 0;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	content: "";
}

.lp-page--faq .lp-section--legacy.lp-legacy-id-a8ec6fe > .lp-legacy-row {
	position: relative;
	z-index: 1;
}

.lp-page--faq .lp-legacy-id-b8dc446 h2,
.lp-page--faq .lp-legacy-id-1ebecfb h1 {
	margin: 0;
	color: #fff;
	text-align: center;
}

.lp-page--faq .lp-legacy-id-b8dc446 h2 {
	margin-bottom: 20px;
	font-family: Roboto, Arial, sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 2px;
}

.lp-page--faq .lp-legacy-id-1ebecfb h1 {
	font-family: Roboto, Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
}

.lp-page--faq .lp-section--legacy.lp-legacy-id-8841383 .lp-legacy-column {
	padding: 10px;
}

.lp-page--faq .lp-accordion {
	border: 0;
}

.lp-page--faq .lp-accordion-item {
	border: 1px solid rgba(84, 89, 95, 0.35);
	border-bottom: 0;
}

.lp-page--faq .lp-accordion-item:last-child {
	border-bottom: 1px solid rgba(84, 89, 95, 0.35);
}

.lp-page--faq .lp-accordion-item summary {
	display: flex;
	align-items: center;
	min-height: 62.72px;
	padding: 22.36px;
	background: #634a36;
	color: #fff;
	font-family: Lato, Roboto, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 2px;
}

.lp-page--faq .lp-accordion-item[open] summary {
	color: #f2a900;
}

.lp-page--faq .lp-accordion-item summary::after {
	display: none;
}

.lp-accordion-item__icon {
	display: inline-flex;
	flex: 0 0 19.1875px;
	align-items: center;
	justify-content: center;
	width: 19.1875px;
	margin-right: 0;
	font-size: 16px;
	line-height: 1;
}

.lp-accordion-item__icon--open {
	display: none;
}

.lp-accordion-item__question {
	font-family: Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
}

.lp-page--faq .lp-accordion-item[open] .lp-accordion-item__icon--closed {
	display: none;
}

.lp-page--faq .lp-accordion-item[open] .lp-accordion-item__icon--open {
	display: inline-flex;
}

.lp-page--faq .lp-accordion-content {
	padding: 15px 20px;
	border-top: 1px solid rgba(84, 89, 95, 0.35);
	background: #fff;
	color: #333;
	font-family: Roboto, Arial, sans-serif;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 2px;
}

.lp-page--faq .lp-accordion-content p {
	margin: 0 0 20.8px;
}

.lp-page--faq .lp-section--legacy.lp-legacy-id-61ee713 {
	height: 205px;
}

.lp-page--faq .lp-legacy-id-61ee713 .lp-legacy-row {
	height: 100%;
	align-items: center;
}

.lp-page--faq .lp-legacy-id-61ee713 .lp-legacy-column:first-child {
	flex-basis: 82%;
	max-width: 82%;
}

.lp-page--faq .lp-legacy-id-61ee713 .lp-legacy-column:last-child {
	flex-basis: 18%;
	max-width: 18%;
}

.lp-page--faq .lp-legacy-id-f47836c blockquote {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent !important;
	color: #333;
	font-family: Lato, Roboto, Arial, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 2px;
}

.lp-page--faq .lp-legacy-id-f47836c blockquote::before {
	display: block;
	height: 60px;
	margin-bottom: 15px;
	color: #f2c357;
	font-family: "Times New Roman", Times, serif;
	font-size: 100px;
	font-weight: 900;
	line-height: 100px;
	content: "“";
}

.lp-page--faq .lp-legacy-id-85cd1ff img {
	display: block;
	width: 185px;
	max-width: 100%;
	margin-left: auto;
	border: 1px solid rgba(242, 169, 0, 0.33);
}

.lp-video,
.lp-map {
	position: relative;
	width: 100%;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: #111;
}

.lp-video iframe,
.lp-map iframe,
.lp-hosted-video {
	width: 100%;
	height: 100%;
	border: 0;
}

.lp-price-table {
	overflow: hidden;
	border: 1px solid var(--lp-border);
	border-radius: var(--lp-radius);
}

.lp-price-row {
	display: grid;
	grid-template-columns: minmax(240px, 2fr) minmax(130px, 1fr) minmax(130px, 1fr);
	border-bottom: 1px solid var(--lp-border);
}

.lp-price-row:last-child {
	border-bottom: 0;
}

.lp-price-row > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 18px 20px;
	border-right: 1px solid var(--lp-border);
}

.lp-price-row > div:last-child {
	border-right: 0;
}

.lp-price-item span {
	color: var(--lp-muted);
	font-size: 0.9rem;
}

.lp-price-value {
	color: var(--lp-orange-dark);
	font-size: 1.12rem;
	font-weight: 700;
	text-align: right;
}

.lp-page.lp-page--service-prices {
	padding: 30px 0 60px;
	color: #7a7a7a;
	font-family: Roboto, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

.lp-page--service-prices .lp-entry-content {
	font-size: inherit;
}

.lp-page--service-prices .lp-section--legacy,
.lp-service-price-intro,
.lp-service-price-catalog,
.lp-service-price-reference {
	width: min(calc(100% - 30px), 1240px);
	margin-right: auto;
	margin-left: auto;
}

.lp-page--service-prices .lp-section--legacy.lp-legacy-id-5dd5d62 {
	display: flex;
	height: 306px;
	padding: 0;
	align-items: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.lp-page--service-prices .lp-legacy-id-5dd5d62 > .lp-container--full,
.lp-page--service-prices .lp-legacy-id-5dd5d62 .lp-legacy-row,
.lp-page--service-prices .lp-legacy-id-5dd5d62 .lp-legacy-column {
	width: 100%;
}

.lp-page--service-prices .lp-legacy-id-5dd5d62 .lp-legacy-column {
	padding: 10px;
}

.lp-page--service-prices .lp-legacy-id-5dd5d62 h2 {
	margin: 0;
	color: #fff;
	font-size: 25.6px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
}

.lp-service-price-intro__inner,
.lp-service-price-catalog__inner,
.lp-service-price-reference__inner {
	width: min(100%, 1140px);
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}

.lp-service-price-intro__inner {
	padding-top: 30px;
	text-align: center;
}

.lp-service-price-intro h2 {
	margin: 0 0 20px;
	color: #634a36;
	font-size: 25.6px;
	font-weight: 600;
	line-height: 1;
}

.lp-service-price-intro p {
	margin: 0;
}

.lp-service-price-catalog__inner {
	padding-top: 20px;
}

.lp-service-price-section {
	margin: 0;
}

.lp-service-price-section + .lp-service-price-section {
	margin-top: 42px;
}

.lp-service-price-section__title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	margin: 0 0 20px;
	color: #756b73;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
}

.lp-service-price-section__title i {
	font-size: 17px;
}

.lp-service-price-section__title i:last-child {
	transform: scaleX(-1);
}

.lp-service-price-section__intro {
	max-width: 820px;
	margin: -8px auto 20px;
	text-align: center;
}

.lp-service-price-table-wrap {
	width: min(100%, 942px);
	overflow: hidden;
	border: 1px solid #d8c8b9;
	border-radius: 22px 22px 2px 2px;
	background: #fff;
	margin-right: auto;
	margin-left: auto;
}

.lp-service-price-table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	table-layout: fixed;
}

.lp-service-price-table th,
.lp-service-price-table td {
	padding: 10px 16px;
	border: 0;
	border-right: 1px solid #dfd3c8;
	border-bottom: 1px solid #dfd3c8;
	vertical-align: middle;
}

.lp-service-price-table tr > :last-child {
	border-right: 0;
}

.lp-service-price-table tbody:last-child tr:last-child > * {
	border-bottom: 0;
}

.lp-service-price-table thead th {
	background: #edb45a;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-align: center;
}

.lp-service-price-table thead th:first-child {
	width: 45%;
}

.lp-service-price-table thead th:nth-child(2) {
	width: 33%;
}

.lp-service-price-table thead th:last-child {
	width: 22%;
}

.lp-service-price-item__summary {
	background: #fff9ef;
	text-align: left;
}

.lp-service-price-item__summary h3 {
	margin: 0 0 5px;
	color: #634a36;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
}

.lp-service-price-item__summary p {
	margin: 0;
	color: #7a7a7a;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.65;
}

.lp-service-price-table td {
	color: #5f5a56;
}

.lp-service-price-table .lp-service-price-value {
	background: #fff9ef;
	color: #5f5a56;
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
}

.lp-service-price-note td {
	padding: 8px 16px;
	background: #f5eee7;
	color: #8c5a31;
	font-size: 14px;
	text-align: center;
}

.lp-service-price-reference__inner {
	padding-top: 40px;
}

.lp-service-price-reference figure {
	width: min(100%, 829px);
	margin: 0 auto;
	text-align: center;
}

.lp-service-price-reference img {
	display: block;
	width: 100%;
	height: auto;
}

.lp-service-price-reference figcaption {
	padding-top: 6px;
	color: #7a7a7a;
	font-size: 14.4px;
	line-height: 1.6;
}

.lp-bank-card {
	max-width: 760px;
	padding: 34px;
	margin: 0 auto;
	border-top: 5px solid var(--lp-orange);
	background: var(--lp-cream);
	box-shadow: var(--lp-shadow);
}

.lp-bank-card dl {
	display: grid;
	grid-template-columns: 140px 1fr;
	margin: 0;
}

.lp-bank-card dt,
.lp-bank-card dd {
	padding: 10px 0;
	margin: 0;
	border-bottom: 1px solid var(--lp-border);
}

.lp-bank-card dt {
	font-weight: 700;
}

.lp-bank-note {
	margin: 24px 0 0;
}

.lp-partner-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
	margin-top: 42px;
}

.lp-partner-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 210px;
	padding: 22px;
	border: 1px solid var(--lp-border);
	background: #fff;
	text-align: center;
}

.lp-partner-card img {
	width: 100%;
	height: 120px;
	margin: 0 auto 16px;
	object-fit: contain;
}

.lp-partner-card h2 {
	margin: 0;
	font-size: 1.05rem;
}

.gform_wrapper {
	max-width: 880px;
	padding: 28px;
	margin: 34px auto 0;
	border: 1px solid var(--lp-border);
	background: #fff;
	box-shadow: var(--lp-shadow);
}

.gform_wrapper input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.gform_wrapper select,
.gform_wrapper textarea,
.search-form input[type="search"] {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #cfc4bb;
	border-radius: 2px;
	background: #fff;
}

.gform_wrapper input:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
	border-color: var(--lp-orange);
	outline: 2px solid rgba(221, 140, 50, 0.15);
}

.lp-admin-warning {
	padding: 14px 18px;
	border-left: 4px solid #dba617;
	background: #fff8db;
}

.lp-breadcrumbs {
	padding: 26px 0 20px;
	color: var(--lp-muted);
	font-size: 0.9rem;
}

.lp-breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
}

.lp-breadcrumbs li + li::before {
	padding: 0 9px;
	color: #b4aaa2;
	content: "/";
}

.lp-single-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 56px;
	padding: 22px 0 90px;
}

.lp-single-header {
	margin-bottom: 26px;
}

.lp-single-header h1 {
	font-size: clamp(2rem, 3.8vw, 3rem);
}

.lp-single-featured {
	margin-bottom: 30px;
}

.lp-single-featured img {
	width: 100%;
	max-height: 650px;
	object-fit: cover;
}

.lp-toc {
	padding: 22px 26px;
	margin: 0 0 34px;
	border-left: 4px solid var(--lp-orange);
	background: var(--lp-cream);
}

.lp-toc h2 {
	margin-bottom: 10px;
	font-size: 1.25rem;
}

.lp-toc ol {
	padding-left: 22px;
	margin-bottom: 0;
}

.lp-toc li + li {
	margin-top: 5px;
}

.lp-related-sidebar__inner {
	position: sticky;
	top: 24px;
	padding: 26px;
	border-top: 4px solid var(--lp-orange);
	background: var(--lp-cream);
}

.lp-related-sidebar h2 {
	font-size: 1.35rem;
}

.lp-related-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.lp-related-list li {
	padding: 12px 0;
	border-bottom: 1px solid var(--lp-border);
}

.lp-related-list li:last-child {
	border-bottom: 0;
}

.lp-related-list a {
	color: var(--lp-brown);
	font-weight: 600;
}

.lp-post-navigation {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	padding-top: 32px;
	margin-top: 46px;
	border-top: 1px solid var(--lp-border);
}

.lp-post-navigation a {
	display: flex;
	flex-direction: column;
	padding: 18px;
	border: 1px solid var(--lp-border);
	color: var(--lp-brown);
}

.lp-post-navigation__next {
	text-align: right;
}

.lp-post-navigation span {
	color: var(--lp-muted);
	font-size: 0.85rem;
}

.lp-archive {
	padding: 62px 0 90px;
}

.lp-archive-header {
	margin-bottom: 42px;
	text-align: center;
}

.navigation.pagination {
	margin-top: 44px;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px;
}

.nav-links .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	min-height: 40px;
	padding: 6px 10px;
	border: 1px solid var(--lp-border);
	color: var(--lp-brown);
}

.nav-links .current,
.nav-links a:hover {
	border-color: var(--lp-orange);
	background: var(--lp-orange);
	color: #fff;
}

.lp-empty-state,
.lp-404 {
	max-width: 720px;
	padding: 90px 24px;
	margin: 0 auto;
	text-align: center;
}

.lp-404 .search-form,
.lp-empty-state .search-form {
	display: flex;
	gap: 8px;
	margin-top: 24px;
}

.search-submit {
	padding: 8px 20px;
	border: 0;
	background: var(--lp-orange);
	color: #fff;
	cursor: pointer;
}

.lp-site-footer {
	background: #5b5b5b;
	color: rgba(255, 255, 255, 0.5);
	font-size: 14.4px;
	line-height: 1.6;
}

.lp-footer-inner {
	width: min(calc(100% - 10px), 1270px);
	padding-top: 10px;
	padding-bottom: 15px;
}

.lp-footer-menu {
	display: flex;
	padding: 0 0 6px;
	margin: 5px 0;
	font-size: 12.24px;
	line-height: 1.2;
	list-style: none;
}

.lp-footer-menu a {
	color: rgba(255, 255, 255, 0.5);
	font-weight: 700;
}

.lp-footer-menu a:hover,
.lp-footer-menu a:focus-visible {
	color: #fff;
}

.lp-back-to-top {
	position: fixed;
	z-index: 95;
	right: 24px;
	bottom: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 50%;
	background: rgba(99, 74, 54, 0.84);
	box-shadow: 0 8px 24px rgba(50, 38, 29, 0.24);
	color: #fff;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transform: translateY(12px);
	-webkit-backdrop-filter: blur(12px) saturate(150%);
	backdrop-filter: blur(12px) saturate(150%);
	transition: opacity 0.22s ease, transform 0.22s ease, background-color 0.22s ease;
}

.lp-back-to-top.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.lp-back-to-top:hover,
.lp-back-to-top:focus-visible {
	background: rgba(221, 140, 50, 0.94);
	color: #fff;
	transform: translateY(-2px);
}

.lp-back-to-top:focus-visible {
	outline: 3px solid rgba(221, 140, 50, 0.35);
	outline-offset: 3px;
}

.lp-page--home .lp-legacy-id-5768bd0 {
	margin-top: 20px;
}

@media (max-width: 1180px) {
	.lp-header-slot,
	.lp-site-header {
		height: 96px;
	}

	.lp-site-header.is-sticky {
		height: 67px;
	}

	.lp-container {
		width: min(calc(100% - 36px), var(--lp-width));
	}

	.lp-menu-toggle {
		display: flex;
		flex-direction: column;
		justify-content: center;
		order: 1;
		width: 44px;
		height: 44px;
		padding: 10px;
		border: 0;
		background: transparent;
		cursor: pointer;
	}

	.lp-menu-toggle i {
		color: var(--lp-brown);
		font-size: 23px;
	}

	.lp-site-logo {
		order: 2;
		margin: 0 auto;
	}

	.lp-site-logo img {
		max-height: 80px;
	}

	.lp-site-header.is-sticky .lp-site-logo img {
		max-height: 55px;
	}

	.lp-primary-nav {
		position: fixed;
		z-index: 90;
		top: 0;
		bottom: 0;
		left: 0;
		width: min(88vw, 380px);
		padding: 80px 24px 34px;
		overflow-y: auto;
		background: #fff;
		box-shadow: var(--lp-shadow);
		transform: translateX(-105%);
		transition: transform 0.25s ease;
	}

	.lp-primary-nav.is-open {
		transform: translateX(0);
	}

	.lp-primary-menu {
		display: block;
	}

	.lp-primary-menu > li {
		border-bottom: 1px solid var(--lp-border);
	}

	.lp-primary-menu > li > a,
	.lp-primary-menu .sub-menu a {
		padding: 13px 38px 13px 4px;
		white-space: normal;
	}

	.lp-primary-menu .sub-menu {
		position: static;
		display: none;
		width: 100%;
		padding: 0 0 10px 15px;
		border: 0;
		box-shadow: none;
		opacity: 1;
		transform: none;
		visibility: visible;
	}

	.lp-primary-menu li:hover > .sub-menu,
	.lp-primary-menu li:focus-within > .sub-menu {
		display: none;
		transform: none;
	}

	.lp-primary-menu li.is-submenu-open > .sub-menu {
		display: block;
	}

	.lp-submenu-toggle {
		position: absolute;
		top: 4px;
		right: 0;
		display: block;
		width: 38px;
		height: 42px;
		border: 0;
		background: transparent;
		color: var(--lp-brown);
		cursor: pointer;
	}

	.lp-submenu-toggle i {
		display: block;
		transition: transform 0.2s ease;
	}

	.is-submenu-open > .lp-submenu-toggle i {
		transform: rotate(180deg);
	}

	.lp-header-actions {
		order: 3;
		margin: 0;
	}

	.lp-header-button--line {
		display: none;
	}

	.lp-post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.lp-section,
	.lp-page,
	.lp-archive {
		padding-top: 50px;
		padding-bottom: 60px;
	}

	.lp-home-cards__grid,
	.lp-partner-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.lp-single-layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 36px;
	}

	.lp-related-sidebar__inner {
		position: static;
	}

	.lp-legacy-column {
		flex-basis: 100%;
		max-width: 100%;
	}

	.lp-page--home .lp-legacy-id-153b2a5 .lp-legacy-column,
	.lp-page--home .lp-legacy-id-5768bd0 .lp-legacy-column {
		flex-basis: 50%;
		max-width: 50%;
	}
}

@media (max-width: 640px) {
	body {
		font-size: 15px;
	}

	.lp-container {
		width: min(calc(100% - 28px), var(--lp-width));
	}

	.lp-header-slot,
	.lp-site-header {
		height: 70px;
	}

	.lp-site-header.is-sticky {
		height: 64px;
	}

	.lp-header-inner {
		position: relative;
	}

	.lp-menu-toggle {
		position: relative;
		z-index: 1;
		margin-right: auto;
	}

	.lp-menu-toggle i {
		color: rgba(102, 102, 102, 0.85);
		font-size: 20px;
	}

	.lp-site-logo {
		position: absolute;
		left: 50%;
		margin: 0;
		transform: translateX(-50%);
	}

	.admin-bar .lp-site-header.is-sticky {
		top: 46px;
		top: var(--wp-admin--admin-bar--height, 46px);
	}

	.lp-site-logo img {
		max-width: 56px;
		max-height: 56px;
	}

	.lp-site-header.is-sticky .lp-site-logo img {
		max-width: 52px;
		max-height: 52px;
	}

	.lp-page--process .lp-legacy-id-45e438a h1 {
		font-size: 22.4px;
		line-height: 22.4px;
	}

	.lp-page.lp-page--fries {
		padding: 31px 0 60px;
	}

	.lp-fries-memories {
		width: min(calc(100% - 30px), 1240px);
	}

	.lp-fries-memories__heading {
		display: flex;
		flex-direction: column;
		gap: 0;
		padding-top: 0;
	}

	.lp-fries-memories__heading::before,
	.lp-fries-memories__heading::after {
		width: 100%;
		height: 51px;
		background: linear-gradient(to bottom, transparent calc(50% - 0.5px), #2b2b2b calc(50% - 0.5px), #2b2b2b calc(50% + 0.5px), transparent calc(50% + 0.5px));
	}

	.lp-fries-memories__heading h2 {
		padding: 10px 0;
		font-size: 19.2px;
	}

	.lp-fries-gallery {
		margin-top: 13px;
	}

	.lp-fries-gallery__row {
		display: block;
		aspect-ratio: auto;
		margin-top: 20px;
	}

	.lp-fries-gallery__item {
		width: 100%;
		height: auto;
		aspect-ratio: var(--lp-fries-image-ratio);
		margin-top: 20px;
	}

	.lp-fries-gallery__row:first-child .lp-fries-gallery__item:first-child,
	.lp-fries-gallery__row + .lp-fries-gallery__row .lp-fries-gallery__item:first-child {
		margin-top: 0;
	}

	.lp-page--contact .lp-legacy-id-9209c79 h1 {
		font-size: 22.4px;
		line-height: 22.4px;
	}

	.lp-page--contact .lp-legacy-id-3bdf5d0 h2 {
		font-size: 19.2px;
		line-height: 19.2px;
	}

	.lp-page.lp-page--faq {
		padding: 30px 0 60px;
	}

	.lp-global-lightbox {
		padding: 12px;
	}

	.lp-global-lightbox__panel {
		width: min(100%, 620px);
		max-height: calc(100svh - 24px);
		padding: 10px 10px 8px;
	}

	.lp-global-lightbox__slide img {
		max-height: calc(100svh - 112px);
	}

	.lp-global-lightbox__media .swiper-button-prev,
	.lp-global-lightbox__media .swiper-button-next {
		display: none;
	}

	.lp-page--faq .lp-section--legacy.lp-legacy-id-a8ec6fe,
	.lp-page--faq .lp-section--legacy.lp-legacy-id-8841383,
	.lp-page--faq .lp-section--legacy.lp-legacy-id-61ee713 {
		width: min(calc(100% - 30px), 1240px);
	}

	.lp-page--faq .lp-section--legacy.lp-legacy-id-a8ec6fe {
		height: 137px;
		padding: 28px 0 0 !important;
	}

	.lp-page--faq .lp-section--legacy.lp-legacy-id-a8ec6fe > .lp-container {
		width: 100%;
	}

	.lp-page--faq .lp-legacy-id-b8dc446 h2 {
		margin-bottom: 20px;
		font-size: 30px;
		line-height: 1.5;
	}

	.lp-page--faq .lp-section--legacy.lp-legacy-id-8841383 > .lp-container {
		width: 100%;
	}

	.lp-page--faq .lp-section--legacy.lp-legacy-id-8841383 {
		padding: 0 !important;
	}

	.lp-page--faq .lp-section--legacy.lp-legacy-id-8841383 .lp-legacy-column {
		padding: 10px;
	}

	.lp-page--faq .lp-accordion-item summary {
		min-height: 31.5px;
		padding: 6.75px;
		font-size: 16px;
	}

	.lp-page--faq .lp-accordion-content {
		padding: 7px 15px;
	}

	/* This title is one line in the original mobile font rasterisation. */
	.lp-page--faq .lp-accordion-item:nth-child(4) .lp-accordion-item__question {
		letter-spacing: 1px;
	}

	.lp-page--faq .lp-section--legacy.lp-legacy-id-61ee713 {
		height: auto;
		padding: 10px 0 !important;
	}

	.lp-page--faq .lp-section--legacy.lp-legacy-id-61ee713 > .lp-container {
		width: 100%;
	}

	.lp-page--faq .lp-legacy-id-61ee713 .lp-legacy-column:first-child,
	.lp-page--faq .lp-legacy-id-61ee713 .lp-legacy-column:last-child {
		flex-basis: 100%;
		max-width: 100%;
		padding: 0 10px;
	}

	.lp-page--faq .lp-legacy-id-61ee713 .lp-legacy-column:last-child {
		margin-top: 20px;
	}

	.lp-page--faq .lp-legacy-id-85cd1ff img {
		width: 220px;
		margin: 0 auto;
	}

	.lp-park-map-banner {
		min-height: 146px;
	}

	.lp-park-map-banner h1 {
		font-size: 30px;
		line-height: 1.5;
	}

	.lp-environment-intro {
		height: 275px;
	}

	.lp-environment-intro video {
		height: 365px;
	}

	.lp-environment-gallery-section {
		min-height: 369px;
	}

	.lp-environment-gallery__title {
		font-size: 19.2px;
		line-height: 1;
	}

	.lp-environment-intro + .lp-environment-gallery-section .lp-environment-gallery__title {
		font-size: 22.4px;
	}

	.lp-header-actions {
		display: none;
	}

	.lp-back-to-top {
		right: 16px;
		bottom: 16px;
		width: 42px;
		height: 42px;
	}

	.lp-page--home .lp-legacy-id-5768bd0 {
		margin-top: 12px;
	}

	.lp-header-button {
		min-height: 38px;
		padding: 7px 9px;
		font-size: 12px;
	}

	.lp-header-button i {
		display: none;
	}

	.lp-page-header {
		margin-bottom: 30px;
	}

	.lp-home-hero__slide,
	.lp-home-hero__slide img {
		height: 420px;
		min-height: 420px;
	}

	.lp-home-hero__copy {
		top: auto;
		right: 14px;
		bottom: 42px;
		left: 14px;
		width: auto;
		padding: 20px;
		transform: none;
	}

	.lp-home-hero__copy h2 {
		font-size: 1.8rem;
	}

	.lp-home-cards__grid,
	.lp-post-grid,
	.lp-partner-grid {
		grid-template-columns: 1fr;
	}

	.lp-gallery-grid,
	.lp-gratitude-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.lp-price-row {
		grid-template-columns: 1fr;
		padding: 10px 0;
	}

	.lp-price-row > div {
		padding: 8px 16px;
		border-right: 0;
	}

	.lp-price-value {
		text-align: left;
	}

	.lp-page.lp-page--service-prices {
		padding-top: 30px;
	}

	.lp-page--service-prices .lp-section--legacy.lp-legacy-id-5dd5d62 {
		height: 299px;
		background-position: left center;
	}

	.lp-page--service-prices .lp-legacy-id-5dd5d62 h2 {
		font-size: 19.2px;
	}

	.lp-service-price-intro h2 {
		font-size: 19.2px;
		line-height: 1;
	}

	.lp-service-price-section__title {
		gap: 9px;
		margin-bottom: 12px;
		font-size: 14px;
	}

	.lp-service-price-table-wrap {
		overflow: hidden;
		border: 1px solid #d8c8b9;
		border-radius: 15px 15px 2px 2px;
	}

	.lp-service-price-table th,
	.lp-service-price-table td {
		padding: 2px 4px;
		border-right: 1px solid #dfd3c8;
		border-bottom: 1px solid #dfd3c8;
		font-size: 8px;
		line-height: 1.3;
	}

	.lp-service-price-table thead th {
		padding: 5px 3px;
		font-size: 9px;
	}

	.lp-service-price-item__summary h3 {
		margin-bottom: 2px;
		font-size: 9px;
		line-height: 1.3;
	}

	.lp-service-price-item__summary p {
		font-size: 7px;
		line-height: 1.3;
	}

	.lp-service-price-table .lp-service-price-value {
		font-size: 8px;
		text-align: center;
		white-space: normal;
	}

	.lp-service-price-note td {
		padding: 2px 4px;
		font-size: 7px;
		text-align: center;
	}

	.lp-service-price-reference__inner {
		padding-top: 24px;
	}

	.lp-bank-card {
		padding: 22px;
	}

	.lp-bank-card dl {
		grid-template-columns: 110px 1fr;
	}

	.lp-post-navigation {
		grid-template-columns: 1fr;
	}

	.lp-post-navigation__next {
		text-align: left;
	}

	.lp-footer-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.gform_wrapper {
		padding: 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lp-back-to-top {
		transition: none;
	}
}
