/*
Theme Name: Cyberfrog (Shaun)

Author: Shaun Hearnden

Version: 999999999999999999999999999999

*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}
:root {
	--gold: #c9a34a;
	--gold-dark: #a98531;
	--black: #080808;
	--charcoal: #171717;
	--grey: #f4f4f1;
	--mid-grey: #d9d5ca;
	--text: #202020;
	--muted: #65615a;
	--white: #ffffff;
	--heading-font: 'Fraunces', Georgia, serif;
	--body-font: 'Nunito Sans', Arial, sans-serif;
}

body {
	background: var(--white);
	color: var(--text);
	font-family: var(--body-font);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.65;
}

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

a {
	color: inherit;
	transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

h1,
h2,
h3,
h4 {
	color: var(--black);
	font-family: var(--heading-font);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.05;
}

h1 {
	font-size: 72px;
	max-width: 760px;
}

h2 {
	font-size: 48px;
	max-width: 760px;
}

h3 {
	font-size: 24px;
}

p {
	margin: 0 0 22px;
}

#header {
	background: rgba(255,255,255,.96);
	border-bottom: 1px solid rgba(0,0,0,.08);
	position: static;
}

.header_wrap,
.wrap,
.footer_wrap {
	width: min(1180px, calc(100% - 64px));
	margin: 0 auto;
}

.header_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 92px;
	gap: 32px;
}

#logo,
#logo span,
.custom-logo-link {
	display: inline-flex;
	align-items: center;
	color: var(--black);
	font-family: var(--heading-font);
	font-size: 30px;
	font-weight: 800;
	line-height: 1;
}

.custom-logo {
	max-height: 72px;
	width: auto;
}

#menu ul {
	display: flex;
	align-items: center;
	gap: 30px;
}

#menu a {
	color: var(--black);
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

#menu a:hover {
	color: var(--gold-dark);
}

.section_pad {
	padding: 112px 0;
}

.light_section {
	background: var(--grey);
}

.black_section {
	background: var(--black);
	color: var(--white);
}

.black_section h2,
.black_section h3 {
	color: var(--white);
}

.black_section .eyebrow {
	color: var(--gold);
}

.home_hero {
	background: linear-gradient(112deg, #fff 0%, #fff 56%, #f1ece1 56%, #f8f6f0 100%);
	min-height: 760px;
	display: flex;
	align-items: center;
}

.hero_grid,
.intro_grid,
.promo_grid,
.about_grid,
.contact_grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
	gap: 72px;
	align-items: center;
}

.hero_intro {
	color: var(--muted);
	font-size: 22px;
	line-height: 1.55;
	max-width: 650px;
}

.eyebrow {
	color: var(--gold-dark);
	font-size: 14px;
	font-weight: 900;
	letter-spacing: .13em;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.button_row {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.button {
	align-items: center;
	border: 2px solid transparent;
	display: inline-flex;
	font-size: 15px;
	font-weight: 900;
	justify-content: center;
	min-height: 54px;
	padding: 14px 26px;
	text-transform: uppercase;
}

.gold_button {
	background: var(--gold);
	border-color: var(--gold);
	color: var(--black);
}

.gold_button:hover {
	background: var(--gold-dark);
	border-color: var(--gold-dark);
	transform: translateY(-2px);
}

.dark_button {
	background: var(--black);
	border-color: var(--black);
	color: var(--white);
}

.dark_button:hover {
	background: transparent;
	color: var(--black);
	transform: translateY(-2px);
}

.hero_image_shell,
.promo_image,
.about_image {
	background: var(--white);
	border: 1px solid rgba(0,0,0,.08);
	box-shadow: 0 28px 70px rgba(0,0,0,.14);
	padding: 16px;
}

.hero_image_shell img,
.promo_image img,
.about_image img {
	aspect-ratio: 4 / 5;
	object-fit: cover;
	width: 100%;
}

.rich_text p {
	color: var(--muted);
}

.rich_text p:last-child,
.contact_content p:last-child {
	margin-bottom: 0;
}

.price_panel {
	background: var(--black);
	color: var(--white);
	padding: 56px;
	text-align: center;
}

.price_panel span {
	color: var(--gold);
	display: block;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.price_panel strong {
	display: block;
	font-family: var(--heading-font);
	font-size: 104px;
	font-weight: 800;
	line-height: 1;
	margin: 14px 0;
}

.price_panel p {
	font-size: 23px;
	font-weight: 800;
	margin: 0;
}

.wave_sep {
	background: var(--grey);
	height: 80px;
	overflow: hidden;
}

.wave_sep svg {
	display: block;
	height: 100%;
	width: 100%;
}

.wave_sep path {
	fill: var(--white);
}

.wave_sep.flip {
	background: var(--white);
	transform: rotate(180deg);
}

.wave_sep.flip path {
	fill: var(--grey);
}

.section_intro {
	margin-bottom: 56px;
}

.centered {
	margin-left: auto;
	margin-right: auto;
	max-width: 780px;
	text-align: center;
}

.centered h2 {
	margin-left: auto;
	margin-right: auto;
}

.centered p {
	color: var(--muted);
	font-size: 20px;
}

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

.feature_card {
	background: var(--white);
	border: 1px solid rgba(0,0,0,.08);
	padding: 34px;
}

.feature_card img {
	height: 54px;
	margin-bottom: 24px;
	width: 54px;
}

.feature_card h3 {
	margin-bottom: 12px;
}

.feature_card p {
	color: var(--muted);
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
}

.promo_grid,
.about_grid,
.contact_grid {
	grid-template-columns: minmax(360px, 520px) minmax(0, 1fr);
}

.promo_content h2,
.about_content h2,
.contact_content h2 {
	margin-bottom: 26px;
}

.promo_content p {
	color: rgba(255,255,255,.78);
}

.promo_content .button {
	margin-top: 18px;
}

.about_grid {
	grid-template-columns: minmax(0, 1fr) minmax(360px, 500px);
}

.reviews_embed {
	background: var(--white);
	border: 1px solid rgba(0,0,0,.08);
	min-height: 160px;
	padding: 34px;
}

.split_intro {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 40px;
}

.split_intro p {
	color: var(--muted);
	max-width: 720px;
}

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

.gallery_grid img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	width: 100%;
}

.contact_grid {
	align-items: stretch;
}

.contact_content p {
	color: rgba(255,255,255,.78);
}

.contact_list {
	display: grid;
	gap: 18px;
	margin: 34px 0;
}

.contact_list p,
.hours_block {
	border-left: 3px solid var(--gold);
	color: rgba(255,255,255,.82);
	font-size: 17px;
	margin: 0;
	padding-left: 18px;
}

.contact_list strong,
.hours_block strong {
	color: var(--gold);
	display: block;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .12em;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.map_embed {
	background: var(--charcoal);
	min-height: 520px;
}

.map_embed iframe {
	display: block;
	height: 100%;
	min-height: 520px;
	width: 100%;
}

#footer {
	background: #111;
	color: rgba(255,255,255,.78);
	font-size: 16px;
	line-height: 1.6;
	padding: 60px 0 0;
}

.footer_wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	padding-bottom: 44px;
}

.footer_brand strong {
	color: var(--white);
	display: block;
	font-family: var(--heading-font);
	font-size: 30px;
	line-height: 1.1;
	margin-bottom: 14px;
}

.footer_details {
	display: grid;
	gap: 10px;
	justify-items: end;
	text-align: right;
}

.footer_details p {
	margin: 0;
}

#copyright {
	border-top: 1px solid rgba(255,255,255,.12);
	font-size: 14px;
	padding: 20px 32px;
	text-align: center;
}

#copyright a,
.footer_details a {
	color: var(--gold);
}

#logo a {
	display: inline-flex;
	align-items: center;
}

/* DoggyStyle polish pass */
body {
	font-size: 18px;
	line-height: 1.75;
}

p {
	margin: 0 0 28px;
}

h1,
h2,
h3,
h4 {
	margin: 0 0 26px;
}

h1 {
	font-size: 78px;
	max-width: 840px;
}

h2 {
	font-size: 52px;
	max-width: 800px;
}

h3 {
	font-size: 25px;
}

#header {
	background: #fff;
	position: static;
	top: auto;
}

.top_bar {
	background: var(--black);
	color: rgba(255,255,255,.82);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .04em;
}

.top_bar_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 42px;
}

.top_bar a {
	color: var(--gold);
	text-transform: uppercase;
}

.main_header {
	min-height: 104px;
}

#logo a,
.footer_logo {
	display: inline-flex;
	align-items: center;
}

.site_logo_img {
	max-height: 84px;
	max-width: 270px;
	object-fit: contain;
	width: auto;
}

.footer_logo_img {
	filter: brightness(0) invert(1);
	max-height: 82px;
	max-width: 260px;
	object-fit: contain;
	width: auto;
}

#menu ul {
	gap: 34px;
}

.section_pad {
	padding: 128px 0;
}

.intro_section,
.features_section,
.facilities_section,
.promo_section,
.about_section,
.reviews_section,
.gallery_preview,
.contact_preview {
	position: relative;
}

.home_hero {
	background-image: linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.52) 48%, rgba(0,0,0,.24) 100%), var(--hero-bg);
	background-position: center;
	background-size: cover;
	color: var(--white);
	min-height: 760px;
	padding: 150px 0 132px;
	position: relative;
}

.hero_overlay,
.hero_image_shell {
	display: none;
}

.hero_inner {
	position: relative;
	z-index: 2;
}

.hero_text {
	max-width: 820px;
}

.hero_text h1,
.hero_text .eyebrow {
	color: var(--white);
}

.hero_text .eyebrow {
	color: var(--gold);
}

.hero_intro {
	color: rgba(255,255,255,.88);
	font-size: 23px;
	line-height: 1.65;
	margin-bottom: 0;
	max-width: 720px;
}

.button_row {
	gap: 18px;
	margin-top: 42px;
}

.button {
	letter-spacing: .04em;
	min-height: 58px;
	padding: 15px 30px;
}

.light_button {
	background: rgba(255,255,255,.08);
	border-color: rgba(255,255,255,.82);
	color: var(--white);
}

.light_button:hover {
	background: var(--white);
	border-color: var(--white);
	color: var(--black);
	transform: translateY(-2px);
}

.intro_grid,
.promo_grid,
.about_grid,
.contact_grid,
.facilities_grid {
	gap: 86px;
}

.groomer_strip {
	background: var(--black);
	color: var(--white);
	padding: 44px 0;
	text-align: center;
}

.groomer_strip_inner {
	max-width: 700px;
}

.groomer_strip h2 {
	color: var(--gold);
	font-size: clamp(30px, 3vw, 48px);
	line-height: 1.1;
	margin-bottom: 16px;
}

.groomer_strip p {
	color: var(--white);
	font-size: 20px;
	line-height: 1.65;
	margin: 0 auto;
	max-width: 700px;
}

.intro_content h2,
.promo_content h2,
.about_content h2,
.facilities_content h2,
.contact_content h2 {
	margin-bottom: 30px;
}

.rich_text p {
	color: var(--muted);
	max-width: 760px;
}

.rich_text p + p,
.facilities_content > p + p,
.contact_content > p + p {
	margin-top: 8px;
}

.rich_text .button,
.promo_content .button,
.facilities_content .button,
.contact_content .button {
	margin-top: 18px;
}

.price_panel {
	box-shadow: 0 24px 60px rgba(0,0,0,.12);
	padding: 68px 58px;
}

.wave_sep {
	height: 92px;
	margin: -1px 0;
}

.wave_sep.gold_to_black {
	background: #f8f3e7;
}

.wave_sep.gold_to_black path {
	fill: var(--black);
}

.wave_sep.black_to_white {
	background: var(--black);
}

.wave_sep.black_to_white path {
	fill: var(--white);
}

.section_intro {
	margin-bottom: 70px;
}

.section_intro h2 {
	margin-bottom: 22px;
}

.centered p,
.split_intro p {
	line-height: 1.7;
	margin-bottom: 0;
}

.feature_grid {
	gap: 30px;
}

.feature_card {
	box-shadow: 0 18px 50px rgba(0,0,0,.06);
	padding: 42px 38px;
}

.feature_card img {
	height: 58px;
	margin-bottom: 30px;
	width: 58px;
}

.feature_card h3 {
	margin-bottom: 16px;
}

.feature_card p {
	font-size: 17px;
	line-height: 1.72;
}

.soft_gold_section {
	background: #f8f3e7;
}

.facilities_grid {
	display: grid;
	grid-template-columns: minmax(390px, 520px) minmax(0, 1fr);
	align-items: center;
}

.facilities_image,
.promo_image,
.about_image {
	background: var(--white);
	border: 1px solid rgba(0,0,0,.08);
	box-shadow: 0 28px 70px rgba(0,0,0,.13);
	padding: 14px;
}

.facilities_image img,
.promo_image img,
.about_image img {
	aspect-ratio: 4 / 5;
	object-fit: cover;
	width: 100%;
}

.facilities_content > p {
	color: var(--muted);
	font-size: 20px;
	line-height: 1.7;
	max-width: 730px;
}

.facility_list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px 26px;
	margin: 42px 0 26px;
}

.facility_item {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
}

.facility_item img {
	height: 52px;
	width: 52px;
}

.facility_item h3 {
	font-size: 21px;
	line-height: 1.18;
	margin-bottom: 8px;
}

.facility_item p {
	color: var(--muted);
	font-size: 16px;
	line-height: 1.62;
	margin: 0;
}

.promo_image,
.about_image {
	padding: 16px;
}

.promo_content p {
	color: rgba(255,255,255,.8);
}

.promo_content .button {
	margin-top: 24px;
}

.reviews_embed {
	box-shadow: 0 20px 60px rgba(0,0,0,.07);
	padding: 42px;
}

.gallery_preview {
	background: linear-gradient(180deg, #fff 0%, #fff 62%, #f4f4f1 62%, #f4f4f1 100%);
}

.gallery_grid {
	gap: 24px;
}

.gallery_grid img {
	box-shadow: 0 16px 40px rgba(0,0,0,.08);
}

.contact_list {
	gap: 22px;
	margin: 42px 0 38px;
}

.contact_list p,
.hours_block {
	font-size: 18px;
	line-height: 1.55;
	padding-left: 22px;
}

.hours_block p {
	margin-bottom: 0;
}

.map_embed {
	box-shadow: 0 24px 60px rgba(0,0,0,.24);
}

#footer {
	padding-top: 76px;
}

.footer_wrap {
	align-items: start;
	padding-bottom: 56px;
}

.footer_brand p {
	margin-top: 24px;
	max-width: 520px;
}

.footer_socials {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.footer_socials a {
	border: 1px solid rgba(201,163,74,.5);
	color: var(--gold);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .08em;
	padding: 9px 14px;
	text-transform: uppercase;
}

.footer_details {
	gap: 14px;
}

/* Refinement pass: modern buttons, header, links, contact and review wave */
a,
a:visited,
a:hover,
a:focus {
	text-decoration: none;
}

#header {
	box-shadow: 0 12px 34px rgba(0,0,0,.06);
}

.top_bar {
	background: #090909;
	border-bottom: 1px solid rgba(201,163,74,.22);
}

.top_bar_inner {
	min-height: 38px;
}

.top_bar a {
	color: var(--gold);
	font-size: 13px;
	letter-spacing: .08em;
}

.main_header {
	min-height: 96px;
}

#menu {
	display: flex;
	align-items: center;
	gap: 18px;
}

#menu ul {
	background: #f7f6f1;
	border: 1px solid rgba(0,0,0,.07);
	border-radius: 999px;
	gap: 4px;
	padding: 7px;
}

#menu a:not(.menu_fb_icon) {
	border-radius: 999px;
	padding: 11px 16px;
}

#menu a:not(.menu_fb_icon):hover {
	background: var(--white);
	box-shadow: 0 10px 24px rgba(0,0,0,.07);
	color: var(--black);
}

.menu_fb_icon {
	align-items: center;
	background: var(--black);
	border: 1px solid rgba(201,163,74,.55);
	border-radius: 999px;
	display: inline-flex;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.menu_fb_icon svg {
	fill: var(--gold);
	height: 24px;
	width: 24px;
}

.menu_fb_icon:hover {
	background: var(--gold);
	transform: translateY(-2px);
}

.menu_fb_icon:hover svg {
	fill: var(--black);
}

.button {
	border-radius: 999px 999px 999px 26px;
	box-shadow: 0 16px 34px rgba(0,0,0,.14);
	overflow: hidden;
	position: relative;
	text-decoration: none !important;
	transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
	z-index: 1;
}

.button::before {
	background: linear-gradient(120deg, rgba(255,255,255,.28), rgba(255,255,255,0) 62%);
	content: "";
	inset: 0;
	opacity: .75;
	position: absolute;
	z-index: -1;
}

.button::after {
	background: radial-gradient(42px 15px at 30px 0, rgba(255,255,255,.28) 0 58%, transparent 60%), radial-gradient(48px 17px at 90px 0, rgba(255,255,255,.18) 0 58%, transparent 60%);
	bottom: -14px;
	content: "";
	height: 26px;
	left: -24px;
	position: absolute;
	right: -24px;
	z-index: -1;
}

.button:hover {
	box-shadow: 0 20px 44px rgba(0,0,0,.2);
	transform: translateY(-3px);
}

.gold_button {
	background: linear-gradient(135deg, #d7b45d, var(--gold-dark));
	border-color: transparent;
	color: var(--black);
}

.dark_button {
	background: linear-gradient(135deg, #080808, #25211a);
	border-color: rgba(201,163,74,.45);
	color: var(--white);
}

.dark_button:hover {
	background: var(--gold);
	border-color: var(--gold);
	color: var(--black);
}

.light_button {
	backdrop-filter: blur(8px);
	background: rgba(255,255,255,.12);
	border-color: rgba(255,255,255,.72);
}

.wave_sep.flip {
	background: var(--white);
	height: 72px;
	margin: -1px 0;
	transform: none;
}

.wave_sep.flip path {
	fill: var(--grey);
}

.reviews_section {
	padding-top: 92px;
}

.contact_preview {
	background: radial-gradient(circle at 78% 18%, rgba(201,163,74,.18), transparent 34%), linear-gradient(135deg, #070707 0%, #111 100%);
}

.contact_grid {
	grid-template-columns: minmax(0, .95fr) minmax(430px, 1.05fr);
	align-items: center;
}

.contact_content {
	background: rgba(255,255,255,.045);
	border: 1px solid rgba(255,255,255,.1);
	box-shadow: 0 26px 70px rgba(0,0,0,.24);
	padding: 48px;
}

.contact_content > p {
	max-width: 660px;
}

.contact_list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin: 42px 0 34px;
}

.contact_item,
.contact_list p,
.hours_block {
	background: rgba(255,255,255,.055);
	border: 1px solid rgba(255,255,255,.1);
	border-left: 3px solid var(--gold);
	color: rgba(255,255,255,.86);
	font-size: 17px;
	line-height: 1.55;
	margin: 0;
	min-height: 102px;
	padding: 18px 20px;
}

.contact_item strong,
.contact_list strong,
.hours_block strong {
	color: var(--gold);
	display: block;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .14em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.contact_item a,
.contact_item span,
.contact_list a,
.hours_block span {
	color: var(--white);
	display: block;
	font-size: 18px;
	font-weight: 700;
}

.contact_item a:hover {
	color: var(--gold);
}

.contact_item.hours_block span p,
.hours_block p {
	color: var(--white);
	font-weight: 700;
	line-height: 1.55;
	margin: 0;
}

.map_embed {
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 0 44px 0 44px;
	overflow: hidden;
}

/* Button cleanup: keep shape, remove internal white decoration */
.button::before,
.button::after {
	display: none;
}

.button {
	overflow: visible;
}

.gold_button:hover {
	background: linear-gradient(135deg, var(--gold-dark), #d7b45d);
	border-color: transparent;
	color: var(--black);
}

.dark_button:hover {
	background: linear-gradient(135deg, var(--gold), var(--gold-dark));
	border-color: transparent;
	color: var(--black);
}

.light_button:hover {
	background: var(--white);
	border-color: var(--white);
	color: var(--black);
}

.black_section .gold_button:hover,
.home_hero .gold_button:hover {
	box-shadow: 0 22px 46px rgba(201,163,74,.25);
}

.black_section .dark_button:hover,
.home_hero .light_button:hover {
	box-shadow: 0 22px 46px rgba(255,255,255,.16);
}

/* Reviews section cleanup */
.reviews_section .wrap {
	width: min(1280px, calc(100% - 64px));
}

.reviews_embed {
	background: transparent;
	border: 0;
	box-shadow: none;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	min-height: 0;
	padding: 0 64px;
	width: 100vw;
}

.reviews_embed > * {
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
}

.reviews_button_row {
	display: flex;
	justify-content: center;
	margin-top: 42px;
}

.reviews_google_button {
	background: linear-gradient(135deg, #080808, #1f1b14);
	border-color: rgba(201,163,74,.42);
	color: var(--white);
}

.reviews_google_button:hover {
	background: linear-gradient(135deg, var(--gold), var(--gold-dark));
	border-color: transparent;
	color: var(--black);
}

/* Button, contact list and footer refinements */
.button {
	min-height: 46px;
	padding: 10px 26px;
}

#menu a:not(.menu_fb_icon) {
	padding-top: 9px;
	padding-bottom: 9px;
}

.contact_list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	margin: 38px 0 34px;
}

.contact_item,
.contact_list p,
.hours_block {
	background: transparent;
	border: 0;
	border-left: 3px solid var(--gold);
	box-shadow: none;
	min-height: 0;
	padding: 2px 0 2px 22px;
}

.contact_item strong,
.contact_list strong,
.hours_block strong {
	margin-bottom: 6px;
}

.contact_item a,
.contact_item span,
.contact_list a,
.hours_block span {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}

.contact_content {
	padding: 48px 52px;
}

#footer {
	background: linear-gradient(135deg, #090909 0%, #15120d 100%);
}

.footer_wrap {
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
}

.footer_logo_img {
	max-height: 74px;
}

.footer_brand p {
	color: rgba(255,255,255,.72);
	margin-top: 22px;
}

.footer_socials {
	margin-top: 24px;
}

.footer_fb_icon {
	align-items: center;
	background: var(--black);
	border: 1px solid rgba(201,163,74,.55);
	border-radius: 999px;
	display: inline-flex;
	height: 46px;
	justify-content: center;
	width: 46px;
}

.footer_fb_icon svg {
	fill: var(--gold);
	height: 23px;
	width: 23px;
}

.footer_fb_icon:hover {
	background: var(--gold);
	transform: translateY(-2px);
}

.footer_fb_icon:hover svg {
	fill: var(--black);
}

.footer_fb_icon.small {
	height: 40px;
	justify-self: end;
	width: 40px;
}

.footer_fb_icon.small svg {
	height: 21px;
	width: 21px;
}

.footer_details {
	background: rgba(255,255,255,.035);
	border-left: 3px solid var(--gold);
	gap: 12px;
	padding: 24px 0 24px 28px;
}

.footer_details p,
.footer_details a:not(.footer_fb_icon) {
	color: rgba(255,255,255,.82);
}

/* Font Awesome contact icons and centered footer */
.contact_item {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	border-left: 0;
	padding-left: 0;
}

.contact_item > i {
	align-items: center;
	background: rgba(201,163,74,.14);
	border: 1px solid rgba(201,163,74,.35);
	border-radius: 999px;
	color: var(--gold);
	display: inline-flex;
	height: 28px;
	justify-content: center;
	margin-top: 2px;
	width: 28px;
}

.centered_footer {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 22px;
	justify-content: center;
	max-width: 820px;
	padding-bottom: 58px;
	text-align: center;
}

.footer_intro p {
	color: rgba(255,255,255,.74);
	margin: 0 auto;
	max-width: 620px;
}

.footer_contact_list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px 24px;
	justify-content: center;
	margin-top: 2px;
}

.footer_contact_list p {
	align-items: center;
	color: rgba(255,255,255,.84);
	display: inline-flex;
	gap: 10px;
	line-height: 1.45;
	margin: 0;
}

.footer_contact_list i {
	color: var(--gold);
	font-size: 16px;
}

.footer_contact_list a,
.footer_contact_list span {
	color: rgba(255,255,255,.84);
	font-weight: 700;
}

.footer_fb_icon i {
	color: var(--gold);
	font-size: 20px;
}

.footer_fb_icon:hover i {
	color: var(--black);
}

#copyright {
	color: rgba(255,255,255,.74);
}

#copyright a {
	color: var(--gold);
	font-weight: 800;
}

/* Header menu unboxed */
#menu ul {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
	gap: 34px;
}

#menu a:not(.menu_fb_icon) {
	background: transparent;
	box-shadow: none;
	padding: 8px 0;
	position: relative;
}

#menu a:not(.menu_fb_icon)::after {
	background: var(--gold);
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .22s ease;
	width: 100%;
}

#menu a:not(.menu_fb_icon):hover {
	background: transparent;
	box-shadow: none;
	color: var(--gold-dark);
}

#menu a:not(.menu_fb_icon):hover::after {
	transform: scaleX(1);
}

/* Internal pages */
.internal_page {
	background: var(--white);
}

.page_banner {
	background-image: linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.58) 54%, rgba(0,0,0,.22) 100%), var(--banner-bg);
	background-position: center;
	background-size: cover;
	color: var(--white);
	min-height: 460px;
	position: relative;
}

.page_banner_inner {
	padding: 118px 0 126px;
	position: relative;
	z-index: 2;
}

.page_banner h1 {
	color: var(--white);
	font-size: 68px;
	max-width: 850px;
}

.page_banner p:not(.eyebrow) {
	color: rgba(255,255,255,.88);
	font-size: 22px;
	line-height: 1.65;
	max-width: 760px;
}

.internal_section {
	padding: 118px 0;
}

.internal_grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(380px, 520px);
	gap: 84px;
	align-items: center;
}

.reverse_grid {
	grid-template-columns: minmax(380px, 520px) minmax(0, 1fr);
}

.internal_image {
	background: var(--white);
	border: 1px solid rgba(0,0,0,.08);
	box-shadow: 0 28px 70px rgba(0,0,0,.12);
	padding: 14px;
}

.black_section .internal_image {
	background: rgba(255,255,255,.08);
	border-color: rgba(255,255,255,.1);
}

.internal_image img {
	aspect-ratio: 4 / 5;
	object-fit: cover;
	width: 100%;
}

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

.facility_detail_card {
	background: var(--white);
	border: 1px solid rgba(0,0,0,.08);
	box-shadow: 0 18px 46px rgba(0,0,0,.055);
	padding: 38px;
}

.facility_detail_card img {
	height: 58px;
	margin-bottom: 24px;
	width: 58px;
}

.facility_detail_card h3 {
	margin-bottom: 14px;
}

.facility_detail_card p {
	color: var(--muted);
	font-size: 17px;
	line-height: 1.72;
	margin: 0;
}

.process_steps {
	display: grid;
	gap: 16px;
	margin: 36px 0 30px;
}

.process_steps span {
	align-items: center;
	border-left: 3px solid var(--gold);
	color: rgba(255,255,255,.86);
	display: flex;
	font-size: 18px;
	gap: 14px;
	padding-left: 18px;
}

.process_steps strong {
	align-items: center;
	background: var(--gold);
	border-radius: 999px;
	color: var(--black);
	display: inline-flex;
	font-weight: 900;
	height: 34px;
	justify-content: center;
	width: 34px;
}

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

.gallery_tile {
	background: var(--white);
	box-shadow: 0 18px 48px rgba(0,0,0,.08);
	display: block;
	overflow: hidden;
}

.gallery_tile img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	transition: transform .28s ease;
	width: 100%;
}

.gallery_tile:hover img {
	transform: scale(1.04);
}

.contact_page_section {
	background: #0b0b0b;
	color: var(--white);
}

.contact_page_grid {
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(430px, 1.05fr);
	gap: 78px;
	align-items: start;
}

.contact_page_details h2,
.form_panel h2 {
	color: var(--white);
}

.contact_page_details > p:not(.eyebrow),
.form_panel p {
	color: rgba(255,255,255,.78);
	font-size: 19px;
	line-height: 1.72;
}

.contact_methods {
	display: grid;
	gap: 22px;
	margin-top: 42px;
}

.contact_method {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
}

.contact_method i {
	align-items: center;
	background: rgba(201,163,74,.14);
	border: 1px solid rgba(201,163,74,.36);
	border-radius: 999px;
	color: var(--gold);
	display: inline-flex;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.contact_method strong {
	color: var(--gold);
	display: block;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .13em;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.contact_method a,
.contact_method span {
	color: var(--white);
	font-size: 19px;
	font-weight: 700;
	line-height: 1.55;
}

.form_panel {
	background: rgba(255,255,255,.055);
	border: 1px solid rgba(255,255,255,.1);
	box-shadow: 0 24px 70px rgba(0,0,0,.24);
	padding: 46px;
}

.form_panel form,
.form_panel .gform_wrapper {
	margin-top: 28px;
}

.form_panel input,
.form_panel textarea,
.form_panel select {
	background: rgba(255,255,255,.94);
	border: 0;
	color: var(--black);
	font-family: var(--body-font);
	font-size: 16px;
	padding: 14px 16px;
	width: 100%;
}

.form_panel input[type="submit"],
.form_panel button {
	background: var(--gold);
	color: var(--black);
	cursor: pointer;
	font-weight: 900;
	text-transform: uppercase;
	width: auto;
}

.map_section iframe {
	display: block;
	height: 520px;
	width: 100%;
}

.form_fallback {
	background: rgba(0,0,0,.24);
	border-left: 3px solid var(--gold);
	margin-top: 30px;
	padding: 24px;
}

.form_fallback p {
	color: rgba(255,255,255,.82);
	margin-bottom: 22px;
}

.prices_intro_grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 420px;
	gap: 72px;
	align-items: center;
}

.price_focus_panel {
	background: var(--gold);
	box-shadow: 0 28px 70px rgba(0,0,0,.16);
	color: var(--black);
	padding: 48px;
}

.price_focus_panel span {
	display: block;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: .14em;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.price_focus_panel strong {
	display: block;
	font-family: var(--heading-font);
	font-size: 96px;
	line-height: .9;
	margin-bottom: 22px;
}

.price_focus_panel p {
	font-size: 18px;
	line-height: 1.65;
	margin-bottom: 30px;
}

.price_hours {
	display: grid;
	gap: 6px;
	margin-top: -14px;
	margin-bottom: 30px;
}

.price_hours strong {
	color: var(--black);
	display: block;
	font-family: var(--body-font);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.45;
	margin: 0;
}

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

.included_list {
	display: grid;
	gap: 16px;
	list-style: none;
	margin: 34px 0 0;
	padding: 0;
}

.included_list li {
	align-items: center;
	color: rgba(255,255,255,.86);
	display: flex;
	font-size: 18px;
	font-weight: 700;
	gap: 14px;
}

.included_list i {
	align-items: center;
	background: var(--gold);
	border-radius: 999px;
	color: var(--black);
	display: inline-flex;
	font-size: 13px;
	height: 28px;
	justify-content: center;
	width: 28px;
}

.prices_cta_section {
	background: #f6f4ee;
}

/* Banner and spacing tightening pass */
.home_hero,
.page_banner {
	overflow: hidden;
	position: relative;
}

.home_hero {
	min-height: 640px;
	padding: 105px 0 112px;
}

.home_hero::after,
.page_banner::after {
	background: #f6f4ee;
	bottom: -1px;
	content: "";
	height: 74px;
	left: 0;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath d='M0,46 C220,14 470,14 720,46 C970,78 1220,78 1440,46 L1440,80 L0,80 Z' fill='black'/%3E%3C/svg%3E") center bottom / 100% 100% no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath d='M0,46 C220,14 470,14 720,46 C970,78 1220,78 1440,46 L1440,80 L0,80 Z' fill='black'/%3E%3C/svg%3E") center bottom / 100% 100% no-repeat;
	position: absolute;
	width: 100%;
	z-index: 3;
}

.contact_page .page_banner::after {
	background: #0b0b0b;
}

.page_banner {
	min-height: 360px;
}

.page_banner_inner {
	padding: 82px 0 100px;
}

.page_banner h1 {
	font-size: 60px;
	margin-bottom: 18px;
}

.page_banner p:not(.eyebrow) {
	font-size: 20px;
	line-height: 1.55;
}

.internal_section {
	padding: 76px 0;
}

.section_pad {
	padding: 96px 0;
}

.home_hero.section_pad {
	padding: 105px 0 112px;
}

.section_intro {
	margin-bottom: 52px;
}

.intro_grid,
.promo_grid,
.about_grid,
.contact_grid,
.facilities_grid,
.internal_grid,
.prices_intro_grid,
.contact_page_grid {
	gap: 58px;
}

.wave_sep {
	height: 70px;
}

/* Remove small eyebrow headings and clean contact form presentation */
.eyebrow {
	display: none !important;
}

.form_panel {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.form_panel .gform_wrapper,
.form_panel form {
	margin-top: 28px;
}

.form_panel .gform_fields {
	row-gap: 18px;
}

.form_panel .gfield_label,
.form_panel legend.gfield_label {
	color: var(--white);
	font-size: 14px;
	font-weight: 900;
	letter-spacing: .04em;
	margin-bottom: 7px;
}

.form_panel input,
.form_panel textarea,
.form_panel select {
	background: rgba(255,255,255,.96);
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 0;
	color: var(--black);
}

.form_panel input:focus,
.form_panel textarea:focus,
.form_panel select:focus {
	border-color: var(--gold);
	box-shadow: 0 0 0 3px rgba(201,163,74,.22);
	outline: 0;
}

.form_panel .gform_button,
.form_panel input[type="submit"] {
	background: linear-gradient(135deg, #d7b45d, var(--gold-dark));
	border: 0;
	border-radius: 999px 999px 999px 26px;
	box-shadow: 0 16px 34px rgba(0,0,0,.14);
	color: var(--black);
	font-weight: 900;
	min-height: 46px;
	padding: 10px 26px;
	text-transform: uppercase;
}

.form_panel .gform_button:hover,
.form_panel input[type="submit"]:hover {
	background: linear-gradient(135deg, var(--gold-dark), #d7b45d);
	cursor: pointer;
}

/* Contact form field refinement */
.form_panel .gform_fields {
	gap: 16px;
}

.form_panel .gfield_label,
.form_panel legend.gfield_label {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.form_panel input[type="text"],
.form_panel input[type="email"],
.form_panel input[type="tel"],
.form_panel textarea,
.form_panel select {
	background: rgba(255,255,255,.98);
	border: 1px solid rgba(255,255,255,.26);
	border-radius: 14px;
	box-shadow: 0 12px 28px rgba(0,0,0,.12);
	color: var(--black);
	font-size: 17px;
	font-weight: 700;
	min-height: 54px;
	padding: 15px 18px;
}

.form_panel textarea {
	min-height: 150px;
	resize: vertical;
}

.form_panel input::placeholder,
.form_panel textarea::placeholder {
	color: rgba(32,32,32,.58);
	font-weight: 700;
}

.form_panel .gfield_required,
.form_panel .gform-field-label--type-sub {
	display: none;
}

.form_panel .gform_footer {
	margin-top: 18px;
	padding: 0;
}

/* Top bar phone emphasis */
.top_bar_phone {
	align-items: center;
	display: inline-flex;
	gap: 8px;
}

.top_bar_phone i {
	font-size: 12px;
}

/* Final wave rendering fix */
.wave_sep {
	margin: 0;
	position: relative;
}

.wave_sep svg {
	height: calc(100% + 4px);
	transform: translateY(2px);
}

.wave_sep.flip {
	margin: 0;
}

.home_hero::after,
.page_banner::after {
	bottom: -2px;
	height: 78px;
	-webkit-mask-size: 100% calc(100% + 4px);
	mask-size: 100% calc(100% + 4px);
}

/* Dark section text contrast fix */
.black_section p,
.black_section .rich_text p,
.black_section .centered p,
.black_section .split_intro p,
.black_section .facilities_content > p,
.black_section .contact_content > p,
.black_section .section_intro p,
.black_section .price_focus_panel p,
.contact_page_section p,
.contact_page_section .section_intro p,
.contact_page_section .rich_text p,
.contact_page_section .form_panel p,
#footer p,
#footer .footer_intro p,
#footer .footer_contact_list p {
	color: rgba(255,255,255,.84);
}

.black_section .muted,
.contact_page_section .muted {
	color: rgba(255,255,255,.84);
}

/* Header colour inversion */
#header {
	background: var(--black);
	border-bottom-color: rgba(255,255,255,.08);
	box-shadow: 0 12px 34px rgba(0,0,0,.16);
}

.top_bar {
	background: var(--white);
	border-bottom: 1px solid rgba(0,0,0,.08);
	color: var(--black);
}

.top_bar a,
.top_bar_phone,
.top_bar_phone:visited {
	color: var(--black);
}

.top_bar_phone i {
	color: var(--gold-dark);
}

.main_header {
	background: var(--black);
}

#menu a:not(.menu_fb_icon),
#menu a:not(.menu_fb_icon):visited {
	color: var(--white);
}

#menu a:not(.menu_fb_icon):hover {
	color: var(--gold);
}

#menu a:not(.menu_fb_icon)::after {
	background: var(--gold);
}

.menu_fb_icon {
	background: var(--white);
	border-color: rgba(201,163,74,.65);
}

.menu_fb_icon svg {
	fill: var(--black);
}

.menu_fb_icon:hover {
	background: var(--gold);
}

.menu_fb_icon:hover svg {
	fill: var(--black);
}

/* Homepage opening/pricing section refresh */
.home_opening_section {
	background: var(--black) !important;
	color: var(--white);
}

.home_opening_section h2 {
	color: var(--white);
}

.home_opening_section .rich_text p,
.home_opening_section .intro_content p {
	color: rgba(255,255,255,.84);
}

.home_opening_section .price_panel {
	background: var(--gold);
	box-shadow: 0 28px 70px rgba(0,0,0,.22);
	color: var(--black);
	padding: 48px;
	text-align: left;
}

.home_opening_section .price_panel span {
	color: var(--black);
	font-size: 14px;
	letter-spacing: .14em;
	margin-bottom: 14px;
}

.home_opening_section .price_panel strong {
	color: var(--black);
	font-size: 96px;
	line-height: .9;
	margin: 0 0 22px;
}

.home_opening_section .price_panel p {
	color: var(--black);
	font-size: 18px;
	line-height: 1.65;
	margin: 0;
}

.home_opening_section + .wave_sep {
	background: var(--black);
}

.home_opening_section + .wave_sep path {
	fill: var(--white);
}

/* Match homepage opening card to Prices page */
.home_hero + .home_opening_section::before {
	background: var(--black);
}

.home_hero::after {
	background: var(--black);
}

.home_opening_section .intro_grid {
	grid-template-columns: minmax(0, 1fr) 420px;
	gap: 72px;
}

.home_opening_section .price_focus_panel {
	background: var(--gold);
	box-shadow: 0 28px 70px rgba(0,0,0,.22);
	color: var(--black);
	padding: 48px;
}

.home_opening_section .price_focus_panel span {
	color: var(--black);
	display: block;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: .14em;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.home_opening_section .price_focus_panel strong {
	color: var(--black);
	display: block;
	font-family: var(--heading-font);
	font-size: 96px;
	line-height: .9;
	margin-bottom: 22px;
}

.home_opening_section .price_focus_panel p {
	color: var(--black);
	font-size: 18px;
	line-height: 1.65;
	margin-bottom: 0;
}

.home_opening_section .price_hours {
	margin-top: 12px;
	margin-bottom: 0;
}

.home_opening_section .price_hours strong {
	font-size: 18px;
}

.home_opening_section .price_focus_panel .dark_button {
	background: linear-gradient(135deg, #080808, #25211a);
	border-color: rgba(201,163,74,.45);
	color: var(--white);
}

.home_opening_section .price_focus_panel .dark_button:hover {
	background: linear-gradient(135deg, var(--gold-dark), #d7b45d);
	color: var(--black);
}
