/*!
Theme Name: SA
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 
Tags: custom-menu, featured-images, threaded-comments

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

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



*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
    width: 100%;
    padding: 0.8rem;
    font-family: var(--jhd-font);
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: var(--jhd-dark);
}

a:visited {
	color: var(--jhd-dark);
}

a:hover, a:focus, a:active {
	color: var(--jhd-dark-2);
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

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

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

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

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

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

.main-navigation li {
	float: left;
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

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

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
:root {
    --jhd-dark: #2b2b2b;
    --jhd-dark-2: #1a1a1a;
    --jhd-white: #ffffff;
    --jhd-font: Aptos, 'Segoe UI', Arial, Helvetica, sans-serif;
    --site-header-height: 96px;
    color-scheme: light;
}
body {
    font-family: var(--jhd-font);
    font-size: 17px;
}
.container {
    max-width: 1400px;
}
.sticky-header {
    position: fixed;
    z-index: 800;
    width: 100%;
    top: 0px;
}
.site-header-bar {
    background-color: var(--jhd-white);
    box-shadow: 0 2px 12px rgb(0 0 0 / 8%);
}
.site-header-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-logo img {
    max-width: 280px;
    height: auto;
    display: block;
}
.header-space {
    margin-top: var(--site-header-height);
}

/* Burger button */
.burger-btn {
    width: 52px;
    height: 52px;
    flex: 0 0 auto;
    background-color: var(--jhd-dark);
    border: 0;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color .2s ease;
}
.burger-btn:hover {
    background-color: var(--jhd-dark-2);
}
.burger-lines {
    position: relative;
    width: 22px;
    height: 16px;
    display: inline-block;
}
.burger-lines span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--jhd-white);
    border-radius: 2px;
    transition: transform .25s ease, opacity .25s ease, top .25s ease;
}
.burger-lines span:nth-child(1) { top: 0; }
.burger-lines span:nth-child(2) { top: 7px; }
.burger-lines span:nth-child(3) { top: 14px; }
.burger-btn.is-active .burger-lines span:nth-child(1) {
    top: 7px;
    transform: rotate(45deg);
}
.burger-btn.is-active .burger-lines span:nth-child(2) {
    opacity: 0;
}
.burger-btn.is-active .burger-lines span:nth-child(3) {
    top: 7px;
    transform: rotate(-45deg);
}

/* Full-screen overlay navigation */
.nav-overlay {
    position: fixed;
    inset: 0;
    z-index: 700;
    background-color: var(--jhd-dark);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity .3s ease, transform .3s ease, visibility 0s linear .3s;
    overflow-y: auto;
    overflow-x: hidden;
}
.nav-overlay.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity .3s ease, transform .3s ease;
}
.nav-overlay-watermark {
    position: absolute;
    right: -40px;
    bottom: -60px;
    width: 460px;
    max-width: 55vw;
    height: auto;
    opacity: .05;
    pointer-events: none;
    user-select: none;
    z-index: 0;
}
.nav-overlay-inner {
    position: relative;
    z-index: 1;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: calc(var(--site-header-height) + 40px) 24px 60px;
}
ul.overlay-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.overlay-menu .menu-item-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.overlay-menu > li > .menu-item-row > a {
    color: var(--jhd-white);
    font-family: var(--jhd-font);
    font-weight: 600;
    font-size: 37px;
    text-decoration: none;
    display: inline-block;
    padding: 14px 0;
    transition: opacity .2s ease;
}
.overlay-menu > li > .menu-item-row > a:hover {
    opacity: .7;
}
.overlay-menu .submenu-toggle {
    width: 30px;
    height: 30px;
    border: 1px solid rgb(255 255 255 / 40%);
    background: transparent;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    flex: 0 0 auto;
}
.overlay-menu .submenu-toggle span {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 10px;
    height: 2px;
    background-color: var(--jhd-white);
}
.overlay-menu .submenu-toggle span::before {
    content: '';
    position: absolute;
    top: -4px;
    left: 4px;
    width: 2px;
    height: 10px;
    background-color: var(--jhd-white);
    transition: transform .2s ease;
}
.overlay-menu li.submenu-open .submenu-toggle span::before {
    transform: scaleY(0);
}
.overlay-menu ul.sub-menu {
    list-style: none;
    margin: 0 0 8px;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
}
.overlay-menu li.submenu-open > ul.sub-menu {
    max-height: 600px;
}
.overlay-menu ul.sub-menu a {
    color: rgb(255 255 255 / 75%);
    font-family: var(--jhd-font);
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
    padding: 6px 0;
}
.overlay-menu ul.sub-menu a:hover {
    color: var(--jhd-white);
}
.overlay-contact {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}
.overlay-contact a {
    color: var(--jhd-white);
    font-family: var(--jhd-font);
    font-size: 18px;
    text-decoration: none;
    opacity: .85;
}
.overlay-contact a:hover {
    opacity: 1;
}
body.nav-open {
    overflow: hidden;
}

li {
    font-family: var(--jhd-font);
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--jhd-font);
}
label {
    font-family: var(--jhd-font);
}
p {
    font-family: var(--jhd-font);
}
.sa-footer {
    background-color: var(--jhd-dark);
    color: white;
    padding: 40px 24px;
    position: relative;
    overflow: hidden;
}
.footer-watermark {
    position: absolute;
    right: -30px;
    bottom: -50px;
    width: 300px;
    max-width: 45vw;
    height: auto;
    opacity: .05;
    pointer-events: none;
    user-select: none;
    z-index: 0;
}
.footer-inner {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
}
.footer-logo img {
    max-width: 260px;
    height: auto;
    display: block;
    filter: brightness(0) invert(1);
}
.footer-contact {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 28px;
}
.footer-contact a {
    color: var(--jhd-white);
    font-family: var(--jhd-font);
    font-size: 18px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    opacity: .85;
    transition: opacity .2s ease;
}
.footer-contact a:hover {
    opacity: 1;
}
.footer-trust-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 64px;
    height: 64px;
    padding: 6px;
    border-radius: 50%;
    background-color: var(--jhd-white);
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    transition: transform .2s ease;
}
.footer-trust-badge:hover {
    transform: translateY(-2px);
}
.footer-trust-badge img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.sa-footer-bottom {
    background-color: var(--jhd-dark-2);
    padding: 16px 24px;
}
.sa-footer-bottom .footer-inner {
    justify-content: space-between;
    gap: 8px 24px;
}
.sa-footer-bottom p {
    margin: 0;
    font-size: 14px;
    color: rgb(255 255 255 / 70%);
}
.sa-footer-bottom a {
    color: rgb(255 255 255 / 70%);
    text-decoration: underline;
}
.sa-footer-bottom a:hover {
    color: var(--jhd-white);
}
.footer-legal {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px 20px;
}
.footer-legal-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px 16px;
}
.footer-legal-links a {
    font-size: 14px;
}
@media (max-width: 600px) {
    .footer-inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .sa-footer-bottom .footer-inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-legal {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
}
p.banner-sub {
    font-size: 22px;
    font-weight: 400;
    color: white;
}
.sa-footer p {
    margin-bottom: 5px;
    font-size: 18px;
}
nav.navbar.navbar-expand-md.navbar-light a {
    color: #000000;
    font-weight: 500;
    font-size: 18px;
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: white;
}
.maincontent {
    padding: 64px;
}
.home-banner {
    padding: 120px;
    background-position: center;
    background-size: cover;
    text-align: center;
    color: white;
}
.maincontent h1 {
    font-size: 35px;
    font-weight: 700;
    color: black;
}
a.btn.btn-lightblue {
    background-color: var(--jhd-dark);
    font-family: var(--jhd-font);
    color: white;
    font-weight: 600;
    font-size: 20px;
}
.maincontent p {
    font-size: 18px;
    color: #353535;
}
.post, .page {
    margin: 0px;
}
.maincontent h2 {
    color: black;
    font-weight: 600;
    font-size: 33px;
}
.home-circle-image img {
    border-radius: 12px;
    height: 400px;
    object-fit: cover;
}
.maincontent ul {
    margin-left: 0px;
}
.maincontent.light-bg {
    background-color: #f8f9fa;
}
.home-banner h1 {
    font-size: 35px;
    font-weight: 700;
}
.service-box-image {
    padding: 24px;
    background-color: #f8f9fa;
    box-shadow: 5px 5px 5px 0 rgb(0 0 0 / 11%);
}
p.service-title {
    font-size: 24px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 10px;
}
a.btn.btn-blue {
    background-color: var(--jhd-dark);
    font-family: var(--jhd-font);
    color: white;
    font-weight: 600;
    font-size: 20px;
}
.getintouch {
    padding: 64px;
    text-align: center;
    color: white;
    background-position: center;
    background-size: cover;
}
.getintouch h2 {
    color: white;
    font-weight: 600;
    font-size: 33px;
}
.review-box {
    font-style: italic;
    box-shadow: 3px 3px 16px rgb(0 0 0 / 12%);
    padding: 24px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.sa-footer a {
    text-decoration: none;
    color: white;
}
button.accordion-button {
    background-color: var(--jhd-dark);
    color: white;
    padding-left: 0px;
    font-family: var(--jhd-font);
}
button.accordion-button {
    background-color: var(--jhd-dark) !important;
    color: white !important;
    border-bottom: 4px !important;
    border: 0px !important;
}
.accordion-body {
    background-color: var(--jhd-dark);
    color: white;
    padding-left: 0px;
    font-family: var(--jhd-font);
}
button.accordion-button {
    font-size: 22px;
    font-weight: 700;
}
.sa-footer .accordion-button::after {
    filter: brightness(0) invert(1); /* Makes the default SVG white */
}
label {
    width: 100%;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
}
input.wpcf7-form-control.wpcf7-submit {
    background-color: var(--jhd-dark);
    font-family: var(--jhd-font);
    color: white;
    font-weight: 600;
    font-size: 20px;
    border: 0px;
}

.review-box p {
    color: black;
    margin-bottom: 12px;
}
p.review-auth {
    color: var(--jhd-dark);
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 20px;
    text-transform: uppercase;
}
.maincontent a {
    color: var(--jhd-dark);
    text-decoration: none;
}
button.accordion-button.white-bg {
    background-color: #ffffff !important;
    color: black !important;
    padding-left: 10px;
}
.accordion-body.white-bg {
    background-color: white;
    color: black;
    padding-left: 10px;
}
.serv-box-image p {
    font-family: var(--jhd-font);
    color: white;
    font-weight: 600;
    font-size: 29px;
    margin-bottom: 0px;
}
.serv-box-image {
    text-align: center;
    padding: 32px;
    padding-top: 80px;
    padding-bottom: 80px;
    object-fit: cover;
    background-position: center;
}
p.small-serv-box {
    font-size: 18px;
    font-weight: 400;
    margin-top: 14px;
}
.maincontent h3 {
    color: black;
    font-weight: 600;
    font-size: 29px;
}
.rsd-blog-date {
    font-family: var(--jhd-font);
}
.rsd-blog-title p {
    color: black;
    font-weight: 600;
    font-size: 33px;
    margin-bottom: 10px;
}
.rsd-blog-readmore p {
    font-family: var(--jhd-font);
    color: var(--jhd-dark);
    font-weight: 500;
    font-size: 18px;
}
.card__image img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}
.cs-area-home img {
    height: 350px;
    object-fit: cover;
    border: 1px solid var(--jhd-dark);
}
.home-circle-image {
    text-align: center;
}
p.cs-title {
    color: black;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 10px;
}
.side-git {
    background-color: #e5e5e5;
    padding: 2rem;
    border-radius: 12px;
}
p.git-title {
    color: black;
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    padding: 0.8rem;
    font-family: var(--jhd-font);
}
@media (max-width: 820px) {
.overlay-menu > li > .menu-item-row > a {
    font-size: 29px;
}
}

@media (max-width: 500px) {
:root {
    --site-header-height: 76px;
}
.site-header-inner {
    padding: 10px 16px;
}
.site-logo img {
    max-width: 230px;
}
.burger-btn {
    width: 44px;
    height: 44px;
}
ul {
    margin-left: 0px;
}
.home-banner {
    padding: 24px;
}
.maincontent {
    padding: 24px;
}
.getintouch {
    padding: 24px;
}
.sa-footer {
    padding: 24px;
}
}

/*--------------------------------------------------------------
# Home page template
--------------------------------------------------------------*/
:root {
    --jhd-light: #dbdbdb;
}

/* Scroll-reveal (progressive enhancement — visible by default, only
   hidden-then-animated once JS confirms it can drive the reveal) */
.has-reveal-js [data-reveal] {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .7s cubic-bezier(.21,.6,.35,1), transform .7s cubic-bezier(.21,.6,.35,1);
    transition-delay: var(--reveal-delay, 0ms);
}
[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
    [data-reveal] {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

.home-section {
    padding: 90px 0;
}
.home-section h2 {
    font-size: 37px;
    font-weight: 700;
    color: var(--jhd-dark);
}
.btn-outline-light,
.btn-outline-light:visited {
    display: inline-block;
    padding: 14px 32px;
    border: 2px solid var(--jhd-white);
    border-radius: 2px;
    color: var(--jhd-white);
    background-color: transparent;
    font-family: var(--jhd-font);
    font-weight: 600;
    font-size: 17px;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease;
}
.btn-outline-light:hover,
.btn-outline-light:focus {
    background-color: var(--jhd-white);
    color: var(--jhd-dark);
}
.btn-dark-outline,
.btn-dark-outline:visited {
    display: inline-block;
    padding: 14px 32px;
    border: 2px solid var(--jhd-dark);
    border-radius: 2px;
    color: var(--jhd-dark);
    background-color: transparent;
    font-family: var(--jhd-font);
    font-weight: 600;
    font-size: 17px;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease;
}
.btn-dark-outline:hover,
.btn-dark-outline:focus {
    background-color: var(--jhd-dark);
    color: var(--jhd-white);
}

/* Hero slider */
.home-hero {
    position: relative;
}
.heroSwiper, .heroSwiper .swiper-slide {
    height: calc(100vh - var(--site-header-height));
    min-height: 620px;
    max-height: 900px;
}
.heroSwiper .swiper-slide {
    position: relative;
    overflow: hidden;
}
.home-hero-slide-bg {
    position: absolute;
    inset: -20px;
    background-position: center;
    background-size: cover;
    animation: jhdKenBurns 12s ease-in-out infinite alternate;
}

/* Persistent overlay — stays fixed while only the background photos rotate.
   Aligned to the same .container width/gutters as the rest of the site. */
.home-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    pointer-events: none;
}
.home-hero-overlay-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5vw;
    width: 100%;
}
.home-hero-overlay-row > * {
    pointer-events: auto;
}
.home-hero-inner {
    max-width: 560px;
    color: var(--jhd-white);
}
.home-hero-inner > * {
    opacity: 0;
    animation: jhdFadeUp .8s ease forwards;
}
.home-hero-inner h1 { animation-delay: .2s; }
.home-hero-inner .home-hero-sub { animation-delay: .4s; }
.home-hero-inner .btn { animation-delay: .6s; }
.home-hero-inner h1 {
    font-family: var(--jhd-font);
    font-size: 51px;
    font-weight: 700;
    margin-bottom: 14px;
}
.home-hero-sub {
    font-size: 21px;
    margin-bottom: 28px;
    opacity: .92;
}
.home-hero .swiper-pagination-bullet {
    background-color: var(--jhd-white);
    opacity: .6;
}
.home-hero .swiper-pagination-bullet-active {
    opacity: 1;
}
@keyframes jhdKenBurns {
    from { transform: scale(1); }
    to { transform: scale(1.08); }
}
@keyframes jhdFadeUp {
    from { opacity: 0; transform: translateY(22px); }
    to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
    .home-hero-slide-bg { animation: none; }
    .home-hero-inner > * { animation: none; opacity: 1; }
}

/* Hero quick-enquiry card — sits beside the hero title, inside the same container */
.home-hero-contact-card {
    flex: 0 0 auto;
    width: 460px;
    max-width: 90%;
    background-color: var(--jhd-white);
    border-radius: 8px;
    padding: 28px 30px;
    box-shadow: 0 20px 50px rgb(0 0 0 / 30%);
    text-align: center;
}
.home-hero-contact-card h2 {
    font-size: 24px;
    margin-bottom: 6px;
}
.home-hero-contact-card p {
    color: #5a5a5a;
    font-size: 14px;
    margin-bottom: 18px;
}
.home-hero-contact-card .wpcf7-form {
    text-align: left;
}
.home-hero-contact-card .wpcf7-form .form-row {
    flex-direction: column;
    gap: 0;
}
/* Its own light-grey section below the hero — mobile/tablet only */
.home-hero-contact-mobile {
    display: none;
    background-color: var(--jhd-light);
    padding: 56px 24px;
}
@media (max-width: 991px) {
    .heroSwiper, .heroSwiper .swiper-slide {
        height: calc(100vh - var(--site-header-height));
        min-height: 480px;
        max-height: 820px;
    }
    .home-hero-overlay-row {
        justify-content: center;
        text-align: center;
    }
    .home-hero-inner {
        max-width: 600px;
        text-align: center;
    }
    .home-hero-overlay-row .home-hero-contact-card--desktop {
        display: none;
    }
    .home-hero-contact-mobile {
        display: block;
    }
    .home-hero-contact-mobile .home-hero-contact-card {
        width: 100%;
        max-width: 460px;
        margin: 0 auto;
    }
}
@media (max-width: 600px) {
    .home-hero-contact-card {
        padding: 22px 20px;
    }
}

/* Introduction */
.home-intro-image img,
.home-intro-image video {
    width: 100%;
    height: 100%;
    max-height: 440px;
    object-fit: cover;
    border-radius: 4px;
    background-color: var(--jhd-dark);
}
.home-intro h2 {
    margin-bottom: 20px;
}
.home-intro-text {
    color: #4a4a4a;
    font-size: 18px;
    line-height: 1.75;
}
.home-intro-text p:last-child {
    margin-bottom: 0;
}

/* Projects */
.home-projects {
    background-color: var(--jhd-light);
}
.project-card,
.project-card:visited {
    display: block;
    background-color: var(--jhd-white);
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
    text-decoration: none;
    box-shadow: 0 2px 18px rgb(0 0 0 / 6%);
    transition: transform .25s ease, box-shadow .25s ease;
}
.project-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgb(0 0 0 / 10%);
}
.project-card-image {
    position: relative;
    height: 240px;
}
.project-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.project-card-year {
    position: absolute;
    top: 14px;
    right: 14px;
    background-color: var(--jhd-dark);
    color: var(--jhd-white);
    font-family: var(--jhd-font);
    font-size: 14px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 2px;
}
.project-card-body {
    padding: 24px;
}
.project-card-body h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--jhd-dark);
    margin-bottom: 10px;
}
.project-card-body p {
    color: #5a5a5a;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 14px;
}
.project-card-link,
.project-card-link:visited {
    color: var(--jhd-dark);
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    border-bottom: 2px solid var(--jhd-dark);
    padding-bottom: 2px;
}
.project-card-link:hover {
    opacity: .7;
}

/* Reviews (Trustindex Google reviews widget) */
.home-reviews {
    background-color: var(--jhd-white);
}

/* Services */
.home-services {
    background-color: var(--jhd-dark);
}
.home-services h2 {
    color: var(--jhd-white);
}
.service-tile {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    aspect-ratio: 1 / 1;
    background-color: #3a3a3a;
    border-radius: 4px;
    padding: 18px;
    overflow: hidden;
}
.service-tile-bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    transition: transform .5s ease;
}
.service-tile:hover .service-tile-bg {
    transform: scale(1.1);
}
.service-tile-title {
    position: relative;
    z-index: 1;
    display: block;
    color: var(--jhd-white);
    font-weight: 700;
    font-size: 18px;
}
.service-tile-tagline {
    position: relative;
    z-index: 1;
    display: block;
    color: rgb(255 255 255 / 75%);
    font-size: 14px;
    margin-top: 2px;
}

/* News */
.news-card {
    display: block;
    background-color: var(--jhd-white);
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
    text-decoration: none;
    box-shadow: 0 2px 18px rgb(0 0 0 / 6%);
    transition: transform .25s ease, box-shadow .25s ease;
}
.news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgb(0 0 0 / 10%);
}
.news-card-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
.news-card-body {
    padding: 22px 24px;
}
.news-card-date {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #9a9a9a;
    margin-bottom: 8px;
}
.news-card-body h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--jhd-dark);
    margin-bottom: 8px;
}
.news-card-body p {
    color: #5a5a5a;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Instagram */
.home-instagram-header p {
    color: #5a5a5a;
}
.home-instagram-header {
    margin-bottom: 32px;
}
.instagram-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.instagram-grid-item {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 4px;
}
.instagram-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}
.instagram-grid-item:hover img {
    transform: scale(1.06);
}

/* Get in touch */
.home-getintouch {
    background-color: var(--jhd-dark);
    background-position: center;
    background-size: cover;
    padding: 90px 24px;
    text-align: center;
    color: var(--jhd-white);
}
.home-getintouch h2 {
    color: var(--jhd-white);
    margin-bottom: 12px;
}
.home-getintouch p {
    font-size: 19px;
    opacity: .9;
}
.home-getintouch-form {
    max-width: 600px;
    margin: 40px auto 0;
    background-color: var(--jhd-white);
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 24px 60px rgb(0 0 0 / 30%);
    text-align: left;
}

/* Contact Form 7 */
.wpcf7-form .form-row {
    display: flex;
    gap: 20px;
}
.wpcf7-form .form-row .wpcf7-form-control-wrap {
    flex: 1;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    display: block;
    width: 100%;
    margin-bottom: 18px;
    padding: 12px 14px;
    border: 1px solid #ddd9d2;
    border-radius: 4px;
    font-family: var(--jhd-font);
    font-size: 15px;
    color: var(--jhd-dark);
    background-color: var(--jhd-white);
    transition: border-color .2s ease;
}
.wpcf7-form input[type="text"]::placeholder,
.wpcf7-form input[type="email"]::placeholder,
.wpcf7-form input[type="tel"]::placeholder,
.wpcf7-form textarea::placeholder {
    color: #8a8a8a;
    font-family: var(--jhd-font);
}
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form textarea:focus {
    outline: none;
    border-color: var(--jhd-dark);
}
.wpcf7-form textarea {
    min-height: 130px;
    resize: vertical;
}
.wpcf7-form input[type="submit"] {
    display: inline-block;
    background-color: var(--jhd-dark);
    color: var(--jhd-white);
    border: 0;
    padding: 14px 36px;
    border-radius: 2px;
    font-family: var(--jhd-font);
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: background-color .2s ease;
}
.wpcf7-form input[type="submit"]:hover {
    background-color: var(--jhd-dark-2);
}
.wpcf7-form input[type="submit"]:disabled {
    opacity: .6;
    cursor: not-allowed;
}
.wpcf7-form .wpcf7-not-valid-tip {
    color: #c0392b;
    font-size: 13px;
    font-weight: 500;
    margin-top: 4px;
}
.wpcf7-form .wpcf7-response-output {
    margin-top: 20px;
    padding: 12px 16px;
    border: 1px solid #ddd9d2;
    border-radius: 4px;
    font-family: var(--jhd-font);
    font-size: 14px;
}
.wpcf7-form.sent .wpcf7-response-output {
    border-color: #2e7d32;
    color: #2e7d32;
    background-color: #eef7ee;
}
.wpcf7-form.failed .wpcf7-response-output,
.wpcf7-form.aborted .wpcf7-response-output,
.wpcf7-form.spam .wpcf7-response-output,
.wpcf7-form.invalid .wpcf7-response-output {
    border-color: #c0392b;
    color: #c0392b;
    background-color: #fbeceb;
}
@media (max-width: 600px) {
    .wpcf7-form .form-row {
        flex-direction: column;
        gap: 0;
    }
    .home-getintouch-form {
        padding: 28px 24px;
    }
}

/* Foreword */
.home-foreword {
    background-color: var(--jhd-light);
    padding: 80px 24px;
    text-align: center;
}
.home-foreword .container {
    max-width: 800px;
}
.home-foreword h2 {
    margin-bottom: 20px;
}
.home-foreword-text {
    color: #4a4a4a;
    font-size: 20px;
    line-height: 1.85;
}
.home-foreword-text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .home-section {
        padding: 60px 0;
    }
    .home-hero-inner h1 {
        font-size: 37px;
    }
    .instagram-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .home-getintouch,
    .home-foreword {
        padding: 56px 20px;
    }
    .service-tile {
        aspect-ratio: auto;
        min-height: 160px;
    }
}

/*--------------------------------------------------------------
# About page template
--------------------------------------------------------------*/
.page-header-band {
    background-color: var(--jhd-dark);
    background-position: center;
    background-size: cover;
    min-height: 320px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.page-header-band h1 {
    color: var(--jhd-white);
    font-family: var(--jhd-font);
    font-size: 46px;
    font-weight: 700;
    margin: 0;
}
.about-text {
    color: #4a4a4a;
    font-size: 17px;
    line-height: 1.8;
}
.about-text p:last-child {
    margin-bottom: 0;
}

/* Read more (reusable — any long text block can opt in) */
.readmore-content {
    position: relative;
    max-height: var(--readmore-collapsed-height, 320px);
    overflow: hidden;
    transition: max-height .4s ease;
}
.readmore-content::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    background: linear-gradient(rgba(255, 255, 255, 0), var(--jhd-white));
    pointer-events: none;
    transition: opacity .3s ease;
}
.readmore-block.is-expanded .readmore-content {
    max-height: 4000px;
}
.readmore-block.is-expanded .readmore-content::after {
    opacity: 0;
}

/* Read more — variant that reveals a specific hidden block (e.g. the
   last paragraph) rather than clipping to a fixed/stretched height. */
.readmore-extra {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
}
.readmore-block.is-expanded .readmore-extra {
    max-height: 400px;
}
.readmore-toggle {
    display: inline-block;
    margin-top: 18px;
    background: none;
    border: 0;
    border-bottom: 2px solid var(--jhd-dark);
    padding: 0 0 3px;
    font-family: var(--jhd-font);
    font-weight: 600;
    font-size: 15px;
    color: var(--jhd-dark);
    cursor: pointer;
    transition: opacity .2s ease;
}
.readmore-toggle:hover {
    opacity: .7;
}
.about-photo {
    height: 100%;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 18px rgb(0 0 0 / 8%);
}
.about-photo img {
    width: 100%;
    flex: 1 1 auto;
    min-height: 280px;
    object-fit: cover;
    display: block;
}
.about-photo-caption {
    flex: 0 0 auto;
    background-color: var(--jhd-dark);
    color: var(--jhd-white);
    padding: 18px 24px;
    text-align: left;
}
.about-photo-name {
    font-family: var(--jhd-font);
    font-weight: 700;
    font-size: 18px;
    margin: 0;
}
.about-photo-role {
    font-family: var(--jhd-font);
    font-size: 14px;
    color: rgb(255 255 255 / 75%);
    margin: 4px 0 0;
}

/* FAQ accordion */
.about-faqs {
    background-color: var(--jhd-light);
}
.faq-accordion {
    max-width: 860px;
    margin: 0 auto;
}
.faq-accordion .accordion-item {
    background-color: var(--jhd-white);
    border: 0;
    border-radius: 6px;
    margin-bottom: 14px;
    overflow: hidden;
    box-shadow: 0 2px 14px rgb(0 0 0 / 6%);
}
.faq-accordion .accordion-header {
    margin: 0;
}
.faq-accordion .accordion-button {
    font-family: var(--jhd-font);
    font-weight: 600;
    font-size: 17px;
    color: var(--jhd-dark);
    background-color: var(--jhd-white);
    padding: 22px 26px;
    box-shadow: none;
}
.faq-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}
.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--jhd-white);
    background-color: var(--jhd-dark);
}
.faq-accordion .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}
.faq-accordion .accordion-body {
    font-family: var(--jhd-font);
    font-size: 15px;
    line-height: 1.75;
    color: #4a4a4a;
    background-color: var(--jhd-white);
    padding: 4px 26px 26px;
}
@media (max-width: 600px) {
    .page-header-band {
        min-height: 220px;
        padding: 40px 20px;
    }
    .page-header-band h1 {
        font-size: 32px;
    }
    .faq-accordion .accordion-button {
        padding: 18px 20px;
        font-size: 16px;
    }
    .faq-accordion .accordion-body {
        padding: 0 20px 20px;
    }
}

/*--------------------------------------------------------------
# Gallery page template
--------------------------------------------------------------*/
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}
.gallery-grid-item {
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 4px;
    cursor: pointer;
}
.gallery-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}
.gallery-grid-item:hover img {
    transform: scale(1.06);
}
@media (max-width: 900px) {
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 600px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

/* Lightbox */
.lightbox {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background-color: rgb(10 10 10 / 96%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility 0s linear .3s;
}
.lightbox.is-open {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease;
}
.lightbox-stage {
    max-width: 92vw;
    max-height: 88vh;
    text-align: center;
    padding: 0 24px;
}
.lightbox-stage img {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    border-radius: 4px;
}
.lightbox-caption {
    color: var(--jhd-white);
    font-family: var(--jhd-font);
    font-size: 14px;
    margin: 16px 0 0;
    opacity: .8;
}
.lightbox-close,
.lightbox-prev,
.lightbox-next {
    position: fixed;
    background-color: rgb(255 255 255 / 10%);
    border: 0;
    color: var(--jhd-white);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .2s ease;
}
.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
    background-color: rgb(255 255 255 / 20%);
}
.lightbox-close {
    top: 24px;
    right: 24px;
    width: 48px;
    height: 48px;
    border-radius: 4px;
}
.lightbox-prev,
.lightbox-next {
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
}
.lightbox-prev {
    left: 20px;
}
.lightbox-next {
    right: 20px;
}
@media (max-width: 700px) {
    .lightbox-prev,
    .lightbox-next {
        width: 42px;
        height: 42px;
    }
    .lightbox-close {
        width: 40px;
        height: 40px;
        top: 14px;
        right: 14px;
    }
    .lightbox-prev {
        left: 8px;
    }
    .lightbox-next {
        right: 8px;
    }
}

/*--------------------------------------------------------------
# Single Project template
--------------------------------------------------------------*/
.project-hero {
    background-color: var(--jhd-dark);
    background-position: center;
    background-size: cover;
    min-height: 420px;
    display: flex;
    align-items: flex-end;
    padding: 60px 24px 50px;
}
.project-hero-inner {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}
.project-hero-location {
    display: block;
    color: rgb(255 255 255 / 80%);
    font-family: var(--jhd-font);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 10px;
}
.project-hero h1 {
    color: var(--jhd-white);
    font-family: var(--jhd-font);
    font-size: 46px;
    font-weight: 700;
    margin: 0;
}

.project-facts {
    background-color: var(--jhd-dark);
    color: var(--jhd-white);
    border-radius: 6px;
    padding: 32px;
}
.project-facts-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid rgb(255 255 255 / 12%);
}
.project-facts-row:first-child {
    padding-top: 0;
}
.project-facts-label {
    font-family: var(--jhd-font);
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: rgb(255 255 255 / 60%);
    flex: 0 0 auto;
}
.project-facts-value {
    font-family: var(--jhd-font);
    font-size: 15px;
    text-align: right;
}
.project-facts-block {
    padding: 16px 0;
    border-bottom: 1px solid rgb(255 255 255 / 12%);
}
.project-facts-block:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.project-facts-block .project-facts-label {
    display: block;
    margin-bottom: 10px;
}
.project-facts-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.project-facts-list li {
    font-family: var(--jhd-font);
    font-size: 15px;
    padding: 6px 0 6px 18px;
    position: relative;
}
.project-facts-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--jhd-white);
    opacity: .6;
}

.project-floorplan-image img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 2px 18px rgb(0 0 0 / 8%);
}
.project-floorplan-section {
    background-color: var(--jhd-light);
}

.project-description {
    max-width: 820px;
    margin: 0 auto;
}

/* Project photo slider */
.projectPhotoSwiper {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.projectPhotoSwiper .swiper-slide {
    aspect-ratio: 4 / 3;
    border-radius: 6px;
    overflow: hidden;
}
.projectPhotoSwiper .swiper-slide .gallery-grid-item {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
}
.projectPhotoSwiper .swiper-slide.project-video-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background-color: var(--jhd-dark);
}
.projectPhotoSwiper .swiper-button-prev,
.projectPhotoSwiper .swiper-button-next {
    color: var(--jhd-dark);
    background-color: var(--jhd-white);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
}
.projectPhotoSwiper .swiper-button-prev::after,
.projectPhotoSwiper .swiper-button-next::after {
    font-size: 16px;
    font-weight: 700;
}
.projectPhotoSwiper .swiper-pagination-bullet-active {
    background-color: var(--jhd-dark);
}

@media (max-width: 600px) {
    .project-hero {
        min-height: 300px;
        padding: 40px 20px 32px;
    }
    .project-hero h1 {
        font-size: 32px;
    }
    .projectPhotoSwiper .swiper-button-prev,
    .projectPhotoSwiper .swiper-button-next {
        width: 36px;
        height: 36px;
    }
}

.project-none-yet {
    color: #5a5a5a;
    font-size: 17px;
    padding: 40px 0;
}
.mobile-contact-bar {
    display: flex;
    width: 100%;
    height: 65px;
    z-index: 1055;
    box-shadow: 0 -3px 10px rgba(0,0,0,.15);
}

.mobile-contact-bar .contact-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: .3s;
}

.mobile-contact-bar .contact-btn:hover {
    color: #fff;
}

.email-btn {
    background: #2b2b2b;
}

.phone-btn {
    background: #1d2327;
}
/*--------------------------------------------------------------
# Contact page template
--------------------------------------------------------------*/
.contact-section h2 {
    margin-bottom: 18px;
}
.contact-details-card {
    background-color: var(--jhd-light);
    border-radius: 8px;
    padding: 32px;
}
.contact-detail-row {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--jhd-dark);
    font-size: 17px;
    text-decoration: none;
}
.contact-detail-row + .contact-detail-row {
    margin-top: 16px;
}
.contact-detail-row i {
    flex: 0 0 auto;
    font-size: 20px;
    color: var(--jhd-dark);
}
.contact-detail-row:hover {
    color: var(--jhd-dark-2);
}
.contact-hours {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgb(0 0 0 / 12%);
}
.contact-hours h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    margin-bottom: 12px;
}
.contact-hours-table {
    width: 100%;
}
.contact-hours-table td {
    padding: 4px 0;
    color: var(--jhd-dark);
}
.contact-hours-table td:first-child {
    font-weight: 600;
}
.contact-hours-table td:last-child {
    text-align: right;
}
.contact-map-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    margin-top: 24px;
    border-radius: 8px;
    overflow: hidden;
}
.contact-map-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.mobile-contact-bar i {
    font-size: 18px;
}
.home-getintouch-form .wpcf7-form .form-row {
    display: block !important;
}
section.home-section.contact-section .wpcf7-form .form-row {
    display: block !important;
}
.home-hero-inner {
    text-align: center;
}
.site-header-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
}

.header-contact{
    display:flex;
    align-items:center;
    gap:30px;
    margin-left:auto;
    margin-right:20px;
}

.header-contact a{
    display:flex;
    align-items:center;
    gap:8px;
    color:#000;
    text-decoration:none;
    font-size:15px;
    font-weight:500;
    transition:.3s;
}
.header-contact i{
    font-size:18px;
}
.hero-mobile-contact{
	display:flex;
	flex-direction:column;
	gap:10px;
	margin:20px 0;
}

.hero-mobile-contact a{
	color:#fff;
	text-decoration:none;
	display:flex;
	align-items:center;
	justify-content:center;
	gap:8px;
	font-size:16px;
	font-weight:500;
}

.hero-mobile-contact i{
	font-size:18px;
}