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

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

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

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

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

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

@import url("https://use.typekit.net/jvb1mxa.css");

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "brandon-grotesque", sans-serif;
	clear: both;
  font-weight: 300;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #000;
}

a:visited {
	color: rgba(65,65,65,1);
}

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

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1.5px solid rgba(65, 65, 65, 1);
	border-radius: 0;
	background: rgba(65, 65, 65, 1);
	color: white;
	line-height: 1;
	padding: 0.65em 1em;
	font-family: "brandon-grotesque", sans-serif;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border: 2px solid rgba(65, 65, 65, 0.8);
	background: transparent;
	color: rgba(65, 65, 65, 0.8);
}

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 {
	background: rgba(65, 65, 65, 0.8);
	border: 1px solid rgba(65, 65, 65, 1);
}

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 {
	border: 0px transparent;
	border-bottom: 1.5px solid rgba(65, 65, 65, 1);
	border-radius: 0;
	background: transparent;
	color: rgba(65, 65, 65, 1);
	line-height: 1;
	padding: 0.65em 1em;
	transition: 0.5s;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
input[type="range"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="week"]:hover,
input[type="time"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="color"]:hover,
textarea:hover {
	border-bottom: 2px solid rgba(65, 65, 65, 1);
}

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;
	border-bottom: 2px solid rgba(65, 65, 65, 1);
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

.main-navigation ul ul {
	background-color: white;
	display: block;
	position: absolute;
	top: 0%;
	left: 60%;
	z-index: 99999;
	border-radius: 0px;
	padding-top: 1em;
	padding-bottom: 1em;
}

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

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

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



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

.main-navigation li {
	position: relative;
}

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

.main-navigation ul ul li{
	display: block;
	width: 100%;
}

.main-navigation ul ul li:hover a,
.main-navigation ul ul li a:hover{
	background-color: white !important;
}

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

.post,
.page {
	margin: 0 0 20px;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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


/* THEME
-------------------------*/

.elementor-element p,
.elementor-element span,
.elementor-element textarea,
.elementor-element input[type="text"],
.elementor-element input[type="email"],
.elementor-element input[type="number"],
.elementor-element input[type="password"],
.elementor-element input[type="submit"],
.elementor-element input[type="reset"]{
	font-family: "avenir-lt-pro", sans-serif;
	font-weight: 100;
}

.font-brandon-grotesque,
.font-brandon-grotesque *{
	font-family: "brandon-grotesque", sans-serif !important;
}

.font-poppins,
.font-poppins *{
	font-family: "brandon-grotesque", sans-serif !important;
}

.font-avenir,
.font-avenir *{
	font-family: "avenir-lt-pro", sans-serif !important;
}

.font-century-gothic,
.font-century-gothic *{
	font-family: "brandon-grotesque", sans-serif !important;
	font-weight: 300;
}

.font-century-gothic .regular-weight,
.font-century-gothic.regular-weight{
	font-weight: 300;
}

.font-century-gothic .bold-weight,
.font-century-gothic.bold-weight{
	font-weight: 500;
}

.site-content{
	padding-left: clamp(16px, 2.2vw, 34px);
	padding-right: clamp(16px, 5vw, 8vw);
	overflow-x: clip;
}

@media (max-width: 991px){
	.site-content{
		padding-left: 16px;
		padding-right: 16px;
	}
}

.site-info{
	font-size: 12px;
	color: #636363;
}

.site-info a,
.site-info a:visited{
	color: #636363;
	text-decoration: none;
}

.site-info a:hover{
	color: #000;
	text-decoration: none;
}

/* === Brody Dean sidebar layout === */
:root{
  --bd-sidebar-w: 260px; /* adjust if you want narrower/wider */
  --bd-mobile-gutter: 16px;
}

/* Desktop sidebar */
.bd-sidebar{
  position: fixed;
  top: 0;
  left: 0;
  width: var(--bd-sidebar-w);
  height: 100vh;
  background: #fff;
  padding: 4em 3em;
  padding-top: 3.2em;
  z-index: 1200; /* above content */
  border-right: 0;
  overflow: visible;
}

/* Content offset on desktop so it doesn't slide under sidebar */
@media (min-width: 992px){
  .bd-content{
    margin-left: var(--bd-sidebar-w);
    min-height: 100vh;
  }
}

/* Brand area */
.bd-brand{
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 6em;
}

.bd-logo-img{
  width: 120px; /* matches the big logo feel */
  height: auto;
  display: block;
}

.bd-brand-name{
  font-size: 18px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #111;
}

/* Nav */
.bd-nav-list{
  gap: 0px;
}

.bd-nav-list .bd-has-submenu{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.bd-nav-list .menu-item a{
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  color: rgba(65,65,65,0.9);
  transition: color 0.2s ease;
  padding: 6px 0;
}

.bd-nav-list .menu-item a:hover,
.bd-nav-list .current-menu-item > a,
.bd-nav-list .current_page_item > a{
  color: rgba(0,0,0,0.9);
}

.bd-nav-list .bd-has-submenu > .bd-nav-link{
  flex: 1 1 auto;
}

/* Base reset for custom nav list flow */
.bd-nav.main-navigation ul{
  display: flex;
  flex-direction: column;
}

.bd-nav.main-navigation .bd-submenu{
  position: static;
  top: auto;
  left: auto;
  z-index: auto;
  background: transparent;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.bd-nav.main-navigation ul ul a{
  width: auto;
}

.bd-submenu .menu-item a{
  white-space: nowrap;
}

/* Mobile bar */
.bd-mobilebar{
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1020;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.bd-mobilebrand-text{
  font-size: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #111;
}

.bd-mobilebrand{
  display: inline-flex;
  align-items: center;
}

.bd-mobilebrand-logo{
  width: 86px;
  height: auto;
  display: block;
}

/* Use Bootstrap’s hamburger icon styling */
.bd-burger{
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 0;
  padding: 10px 12px;
  background: #fff;
}

.bd-burger:hover,
.bd-burger:focus-visible{
  border-color: rgba(0,0,0,0.35);
}

.bd-burger .navbar-toggler-icon{
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  /* Explicit dark icon so it stays visible regardless of Bootstrap theme variables. */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23232323' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

#bdOffcanvasNav{
  width: min(88vw, 360px);
}

@media (max-width: 575px){
  .bd-mobilebrand-text{
    font-size: 14px;
    letter-spacing: 0.09em;
  }

  .bd-mobilebrand-logo{
    width: 78px;
  }

  .bd-burger{
    padding: 8px 10px;
  }
}

@media (max-width: 767px){
  .site-content,
  .bd-mobilebar .container-fluid,
  .bd-project-single .container-fluid,
  .bd-furniture-archive .container-fluid,
  .bd-furniture-single .container-fluid{
    padding-left: var(--bd-mobile-gutter);
    padding-right: var(--bd-mobile-gutter);
  }

  #bdOffcanvasNav .offcanvas-header,
  #bdOffcanvasNav .offcanvas-body{
    padding-left: var(--bd-mobile-gutter);
    padding-right: var(--bd-mobile-gutter);
  }

  body:not(.elementor-editor-active) .elementor-top-section > .elementor-container,
  body:not(.elementor-editor-active) .elementor-section.elementor-section-boxed > .elementor-container,
  body:not(.elementor-editor-active) .elementor-section.elementor-section-full_width > .elementor-container{
    padding-left: var(--bd-mobile-gutter);
    padding-right: var(--bd-mobile-gutter);
  }
}


/* Submenu container */
.bd-submenu-collapse{
  padding-left: 14px; /* indent */
  width: 100%;
  background: #fff;
}

.bd-submenu-toggle{
  border: 0;
  background: transparent;
  color: rgba(65,65,65,0.9);
  padding: 6px 0 6px 10px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

.bd-submenu-toggle:hover,
.bd-submenu-toggle:focus,
.bd-submenu-toggle:active,
.bd-submenu-toggle:focus-visible{
  border: 0;
  background: transparent;
  color: rgba(65,65,65,0.9);
  box-shadow: none;
  outline: none;
}

/* Submenu UL */
.bd-submenu{
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  background: transparent;
  border: 0;
}

/* Submenu links */
.bd-submenu .menu-item a{
  font-size: 15px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.50);
  padding: 5px 0;
  display: inline-block;
  transition: color 0.2s ease;
}

.bd-submenu .menu-item a:hover,
.bd-submenu .current-menu-item > a{
  color: rgba(0,0,0,0.9);
}

/* Caret animation */
.bd-caret{
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 6px;
  opacity: 0.5;
  transition: transform 0.25s ease;
}

.bd-caret::before{
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
  transform-origin: center;
}

.bd-has-submenu:hover > .bd-submenu-toggle .bd-caret{
  transform: rotate(90deg);
}

.bd-submenu-toggle[aria-expanded="true"] .bd-caret{
  transform: rotate(90deg);
}


/* Caret rotate when expanded */
/*
.bd-submenu-toggle[aria-expanded="true"] .bd-caret{
  transform: rotate(90deg);
}
.bd-caret{
  display: inline-block;
  transition: transform 0.2s ease;
  opacity: 0.6;
}
*/

/* ===============================
   Sidebar hover submenu (desktop)
   =============================== */

@media (min-width: 992px){
  .bd-nav,
  .bd-nav-list,
  .bd-nav-list .menu-item,
  .bd-nav-list .bd-has-submenu{
    overflow: visible;
  }

  .bd-nav-list .bd-has-submenu{
    position: relative;
    flex-wrap: nowrap;
  }

  .bd-submenu-toggle{
    display: none;
  }

  /* Hide submenu by default */
  .bd-has-submenu > .bd-submenu-collapse{
    display: none;
    position: absolute;
    top: -10px;
    left: 60%;
    width: max-content;
    min-width: 220px;
    padding: 12px 18px 12px 26px;
    z-index: 2200;
    background: #fff;
  }

  /* Show on hover */
  .bd-has-submenu:hover > .bd-submenu-collapse{
    display: block;
  }

  /* Parent hover state */
  .bd-has-submenu:hover > a{
    color: rgba(0,0,0,0.9);
  }

  /* Submenu spacing */
  .bd-submenu{
    margin: 0;
    white-space: nowrap;
    background: #fff;
  }
}

@media (max-width: 991px){
  .bd-nav.main-navigation ul ul{
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    background: transparent;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .bd-nav.main-navigation ul ul ul{
    left: auto;
    top: auto;
  }

  .bd-submenu .menu-item a{
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .bd-submenu-toggle{
    display: inline-flex;
  }

  #bdOffcanvasNav .bd-nav-list{
    gap: 4px;
  }

  #bdOffcanvasNav .bd-has-submenu{
    align-items: center;
  }

  #bdOffcanvasNav .bd-has-submenu > .bd-nav-link{
    flex: 1 1 auto;
    max-width: calc(100% - 38px);
  }

  #bdOffcanvasNav .bd-submenu-toggle{
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    padding: 0;
    margin-left: auto;
    color: rgba(65,65,65,0.9);
  }

  #bdOffcanvasNav .bd-submenu-toggle:hover,
  #bdOffcanvasNav .bd-submenu-toggle:focus,
  #bdOffcanvasNav .bd-submenu-toggle:active,
  #bdOffcanvasNav .bd-submenu-toggle:focus-visible{
    opacity: 0.7;
  }

  #bdOffcanvasNav .bd-submenu-collapse{
    display: none;
    width: 100%;
    padding-left: 18px;
    padding-top: 4px;
    padding-bottom: 2px;
  }

  #bdOffcanvasNav .bd-submenu-collapse.show{
    display: block;
  }

  #bdOffcanvasNav .bd-submenu{
    margin-top: 2px;
  }

  #bdOffcanvasNav .bd-submenu .menu-item a{
    padding: 6px 0;
    letter-spacing: 0.08em;
  }
}

@media (max-width: 767px){
  body:not(.elementor-editor-active) .elementor-top-section{
    margin-bottom: 0 !important;
  }

  body:not(.elementor-editor-active) .elementor-section-wrap > .elementor-top-section + .elementor-top-section{
    margin-top: 18px !important;
  }

  body:not(.elementor-editor-active) .elementor-top-section > .elementor-container,
  body:not(.elementor-editor-active) .elementor-section.elementor-section-boxed > .elementor-container,
  body:not(.elementor-editor-active) .elementor-section.elementor-section-full_width > .elementor-container{
    row-gap: 18px;
  }

  body:not(.elementor-editor-active) .elementor-top-section > .elementor-container{
    padding-top: 0;
    padding-bottom: 0;
  }

  body:not(.elementor-editor-active) .elementor-column,
  body:not(.elementor-editor-active) .elementor-column > .elementor-element-populated{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  body:not(.elementor-editor-active) .elementor-column-gap-default > .elementor-column > .elementor-element-populated,
  body:not(.elementor-editor-active) .elementor-column-gap-narrow > .elementor-column > .elementor-element-populated,
  body:not(.elementor-editor-active) .elementor-column-gap-extended > .elementor-column > .elementor-element-populated,
  body:not(.elementor-editor-active) .elementor-column-gap-wide > .elementor-column > .elementor-element-populated,
  body:not(.elementor-editor-active) .elementor-column-gap-wider > .elementor-column > .elementor-element-populated{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body:not(.elementor-editor-active) .elementor-column > .elementor-widget-wrap{
    gap: 14px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-content: flex-start;
  }

  body:not(.elementor-editor-active) .elementor-widget-wrap > .elementor-widget:not(:last-child){
    margin-bottom: 0 !important;
  }

  body:not(.elementor-editor-active) .elementor-widget-heading,
  body:not(.elementor-editor-active) .elementor-widget-text-editor,
  body:not(.elementor-editor-active) .elementor-widget-image,
  body:not(.elementor-editor-active) .elementor-widget-button,
  body:not(.elementor-editor-active) .elementor-widget-icon-box,
  body:not(.elementor-editor-active) .elementor-widget-image-box{
    margin-bottom: 0 !important;
  }

  body:not(.elementor-editor-active) .elementor-widget-spacer .elementor-spacer-inner{
    height: clamp(14px, 4.5vw, 26px) !important;
  }

  body:not(.elementor-editor-active) .elementor-widget-empty{
    display: none;
  }
}

.wpcf7-form label,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea,
.wpcf7-form select{
	display: block;
	width: 100%;
}

.wpcf7-form .bd-cf7-submit-row{
	position: relative;
	display: inline-flex;
	align-items: center;
	max-width: 100%;
}

.wpcf7-form .bd-cf7-submit-control{
	padding-right: 2.7em;
}

.wpcf7-form .wpcf7-spinner{
	display: block;
	width: 16px;
	height: 16px;
	margin: 0;
	position: absolute;
	top: calc(50% - 8px);
	right: 12px;
	pointer-events: none;
	visibility: hidden;
	border: 1.5px solid rgba(255,255,255,0.34);
	border-top-color: #ffffff;
	border-right-color: transparent;
	border-radius: 50%;
	background: transparent;
	opacity: 0;
	animation: bdCf7Spin 0.7s linear infinite;
}

.wpcf7-form.submitting .wpcf7-spinner{
	visibility: visible;
	opacity: 1;
}

.wpcf7 form .wpcf7-response-output{
	margin: 1.25em 0 0;
	padding: 0.8em 1em;
	border: 1px solid rgba(65,65,65,0.28);
	color: #414141;
	font-family: "avenir-lt-pro", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	background: rgba(65,65,65,0.04);
}

.wpcf7 form.sent .wpcf7-response-output{
	border-color: rgba(65,65,65,0.42);
	color: #414141;
	background: rgba(65,65,65,0.05);
}

.wpcf7.has-bd-cf7-success-modal .wpcf7-response-output,
.wpcf7 form.has-bd-cf7-success-modal .wpcf7-response-output{
	display: none !important;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{
	color: #414141;
	border-color: rgba(65,65,65,0.42);
	background: rgba(65,65,65,0.05);
}

@keyframes bdCf7Spin{
	from{
		transform: rotate(0deg);
	}

	to{
		transform: rotate(360deg);
	}
}

.site-main.has-bd-cf7-success-modal{
	position: relative;
}

.bd-cf7-success-modal-shell{
	position: absolute;
	inset: 0;
	z-index: 1200;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: transparent;
}

.bd-cf7-success-modal-shell.is-open{
	display: flex;
}

.bd-cf7-success-modal{
	position: relative;
	width: min(500px, calc(100vw - 48px));
	padding: 26px 24px 24px;
	background: #414141;
	color: #fff;
	text-align: center;
	box-shadow: 0 18px 44px rgba(0,0,0,0.18);
	border-radius: 0;
}

.bd-cf7-success-icon-wrap{
	width: 74px;
	height: 74px;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.bd-cf7-success-icon{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}

.bd-cf7-success-title{
	margin: 0;
	font-family: "brandon-grotesque", sans-serif;
	font-size: clamp(30px, 3vw, 42px);
	font-weight: 300;
	letter-spacing: 0.04em;
	line-height: 1.08;
	color: #fff;
}

.bd-cf7-success-kicker{
	margin-top: 12px;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.26em;
	line-height: 1.45;
	text-transform: uppercase;
	color: rgba(255,255,255,0.88);
}

.bd-cf7-success-divider{
	width: 84px;
	height: 1px;
	margin: 22px auto 20px;
	background: rgba(255,255,255,0.5);
}

.bd-cf7-success-message,
.bd-cf7-success-message p{
	font-family: "avenir-lt-pro", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	color: rgba(255,255,255,0.92);
}

.bd-cf7-success-message p{
	margin: 0 0 14px;
}

.bd-cf7-success-message p:last-child{
	margin-bottom: 0;
}

.bd-cf7-success-done{
	margin-top: 24px;
	min-width: 118px;
	border: 1px solid rgba(255,255,255,0.52);
	padding: 10px 22px;
	background: transparent;
	color: #fff;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.18em;
	line-height: 1.2;
	text-transform: uppercase;
	border-radius: 0;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	cursor: pointer;
}

.bd-cf7-success-done:hover,
.bd-cf7-success-done:focus{
	background: rgba(255,255,255,0.12);
	color: #fff;
	border-color: rgba(255,255,255,0.72);
	outline: none;
}

@media (max-width: 575px){
	.wpcf7-form .bd-cf7-submit-row{
		width: 100%;
		display: flex;
	}

	.wpcf7-form .bd-cf7-submit-control{
		width: 100%;
		padding-right: 2.8em;
	}

	.wpcf7-form .wpcf7-spinner{
		width: 15px;
		height: 15px;
		top: calc(50% - 7.5px);
		right: 11px;
	}

	.bd-cf7-success-modal-shell{
		padding: 16px;
	}

	.bd-cf7-success-modal{
		width: min(100%, calc(100vw - 32px));
		padding: 24px 20px 22px;
	}

	.bd-cf7-success-icon-wrap{
		width: 62px;
		height: 62px;
		margin-bottom: 18px;
	}

	.bd-cf7-success-title{
		font-size: 32px;
	}

	.bd-cf7-success-kicker{
		font-size: 11px;
		letter-spacing: 0.2em;
	}

	.bd-cf7-success-message,
	.bd-cf7-success-message p{
		font-size: 15px;
		line-height: 1.72;
	}

	.bd-cf7-success-done{
		width: 100%;
		margin-top: 22px;
	}
}

.team-card .team-card-info{
	font-family: "avenir-lt-pro", sans-serif;
	font-weight: 100;
	position: absolute;
	width: 90%;
	height: calc(100% - 63px);
	background: rgba(255,255,255,0.9);
	border-left: 5px solid rgba(65, 65, 65, 1);
	border-bottom: 5px solid rgba(65, 65, 65, 1);
	display: none;
	transition: 0.5s;
	overflow: auto;
}

.team-card:hover .team-card-info{
	display: block;
}

/* BD Testimonials */
.bd-testimonials-wrap{
  padding: 90px 0;
  background: #fff;
  text-align: center;
}

.bd-testimonials-title{
  font-size: clamp(28px, 4vw, 48px);
  letter-spacing: 0.18em;
  font-weight: 300;
  margin-bottom: 40px;
  color: rgba(0,0,0,0.65);
}

.bd-testimonials-carousel{
  /*background: linear-gradient(to right, #2c2c2c, #1e1e1e);*/
	background: #1e1e1e;
  color: #fff;
  padding: clamp(18px, 2vw, 24px) clamp(32px, 4vw, 60px);
  position: relative;
	margin-bottom: 20px;
}

.bd-testimonials-panel{
  max-width: 980px;
  margin: 0 auto;
}

.bd-t-name{
	 font-family: "brandon-grotesque", sans-serif !important;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.1;
}

.bd-t-role{
	 font-family: "brandon-grotesque", sans-serif !important;
  margin-top: 0px;
  font-size: clamp(18px, 2vw, 20px);
  opacity: 0.8;
	font-weight: 100;
}

.bd-t-divider{
  width: 70px;
  height: 1px;
  background: rgba(255,255,255,0.35);
  margin: 20px auto;
}

.bd-t-quote,
.bd-t-quote *{
  font-family: "brandon-grotesque", sans-serif !important;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8;
	padding-left: 2em;
	padding-right: 2em;
  opacity: 0.95;
}

.bd-t-location{
	 font-family: "brandon-grotesque", sans-serif !important;
  font-family: "brandon-grotesque", sans-serif !important;
    margin-top: 0px;
    font-size: 27px;
    opacity: 0.8;
}

.bd-t-project{
	 font-family: "brandon-grotesque", sans-serif !important;
  font-family: "brandon-grotesque", sans-serif !important;
    margin-top: 0px;
    font-size: clamp(18px, 2vw, 20px);
    opacity: 0.8;
	font-weight: 100;
}

.bd-t-control{
  width: 8%;
  opacity: 1;
}

.bd-t-control:hover{
	background-color: transparent;
	    border: 2px solid rgba(0,0,0,0);
}

.carousel-control-next svg{
	 transform: scaleX(-1);
}

.carousel-control-prev svg,
.carousel-control-next svg{
	width: 20px !important;
}

.carousel-control-prev svg path,
.carousel-control-next svg path{
	fill: white;
}

.bd-t-dots{
  position: static;
  margin-top: 26px;
  gap: 10px;
}

.bd-t-dots [data-bs-target]{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  opacity: 0.4;
}

.bd-t-dots .active{
  opacity: 1;
}



.bd-projects-list{
  padding: 40px 0 20px;
}

.bd-project-card{
  position: relative;
  width: 100%;
}

.bd-project-media{
  position: relative;
  display: block;
  width: 100%;
  overflow: visible;
  text-decoration: none;
  color: inherit;
}

.bd-project-media img{
  width: 100%;
  height: auto;
  display: block;
}

.bd-project-overlay{
  position: absolute;
  right: 0;
  bottom: -28px;
  width: min(98%, 1280px);
  padding: 0;
  pointer-events: none;
}

.bd-project-meta{
  width: 100%;
  background: rgba(30, 30, 30, 1);
  color: #fff;
  padding: 18px 22px 8px;
  pointer-events: auto;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.bd-project-title{
  margin: 0;
  font-size: 20px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.14;
}

.bd-project-location{
  font-family: "brandon-grotesque", sans-serif;
  margin-top: 0px;
  font-size: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 100;
  opacity: 0.82;
}

.bd-project-cta{
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 100;
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.94);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  transition: color 0.2s ease;
}

.bd-project-media:hover .bd-project-meta{
  background: rgba(30, 30, 30, 0.92);
}

.bd-projects-list .col-12{
  padding-bottom: 32px;
}

.bd-custom-project-card .bd-project-media{
  min-height: 0;
}

.bd-custom-project-card-image{
  width: 100%;
  height: 250px;
  max-height: 250px;
  object-fit: cover;
  display: block;
}

@media (max-width: 576px){
  .bd-project-overlay{
    right: 0;
    bottom: -3.2em;
    width: calc(100% - 28px);
  }

  .bd-project-overlay .bd-project-cta{
  	margin-top: 8px;
  }

  .bd-project-meta{
    padding: 8px 16px;
  }

  .bd-project-title{
    font-size: 17px;
  }

  .bd-project-location{
    font-size: 12px;
  }

  .bd-project-cta{
    margin-top: 14px;
    font-size: 12px;
  }

  .bd-custom-project-card-image{
    height: 180px;
    max-height: 180px;
  }
}



/* =========================
   Single Project Layout
   ========================= */

.bd-project-single{
  padding: 40px 0 0px;
}

/* Keep content aligned away from sidebar visually */
@media (min-width: 992px){
  .bd-project-single .container-fluid{
    padding-left: 60px;
    padding-right: 60px;
  }
}

/* Top area */
.bd-project-hero{
  max-width: 1100px;
  margin-left: 0;
}

.bd-project-single-nav{
  width: min(980px, 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 18px;
}

.bd-project-single-nav-item{
  font-family: "avenir-lt-pro", sans-serif !important;
  color: rgba(0, 0, 0, 0.65);
  font-size: 16px;
  font-weight: 100;
  line-height: 1.2;
}

.bd-project-single-nav-term{
  text-align: left;
}

.bd-project-single-nav-links{
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  white-space: nowrap;
}

.bd-project-single-nav a,
.bd-project-single-nav a:visited{
  font-family: "avenir-lt-pro", sans-serif !important;
  color: rgba(0, 0, 0, 0.65);
  text-decoration: none;
  font-size: 16px;
  font-weight: 100;
}

.bd-project-single-nav span{
  font-family: "avenir-lt-pro", sans-serif !important;
  color: rgba(0, 0, 0, 0.65);
  font-size: 16px;
  font-weight: 100;
}

.bd-project-single-nav a:hover{
  color: rgba(0, 0, 0, 0.85);
}

.bd-project-single-nav-sep{
  opacity: 0.7;
}

.bd-project-hero-bar{
  background: #282626;
  color: #fff;
  padding: 18px 22px 8px;
  width: min(980px, 100%);
  margin: 0 0 18px;
}

.bd-project-single-title{
  font-family: "brandon-grotesque", sans-serif;
    margin: 0;
    font-size: 20px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.14;
}

.bd-project-single-location{
	font-family: "brandon-grotesque", sans-serif;
	margin-top: 0px;
    font-size: 16px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 100;
    opacity: 0.82;
}

.bd-project-single-size{
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 100;
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.bd-project-subtitle{
  margin: 0 0 18px;
  font-size: 16px;
  color: rgba(0,0,0,0.65);
  letter-spacing: 0.02em;
}

@media (max-width: 576px){
  .bd-project-single-nav{
    gap: 10px;
  }

  .bd-project-single-nav-item{
    font-size: 14px;
  }

  .bd-project-single-nav a,
  .bd-project-single-nav a:visited,
  .bd-project-single-nav span{
    font-size: 14px;
  }
}

/* Editor text */
.bd-project-description{
  font-family: "avenir-lt-pro", sans-serif !important;
  max-width: 980px;
  color: rgba(0,0,0,0.65);
  font-size: 16px;
  margin-bottom: 24px;
  font-weight: 100;
}

/* Gallery grid */
.bd-project-gallery{
  max-width: 1100px;
}

.bd-gallery-item{
  display: block;
  text-decoration: none;
}

.bd-gallery-item img{
  width: 100%;
  height: 320px;           /* consistent tile size like the mock */
  object-fit: cover;
  display: block;
}

/* Responsive */
@media (max-width: 991px){
  .bd-gallery-item img{
    height: 260px;
  }
}

@media (max-width: 575px){
  .bd-project-single{
    padding-top: 18px;
  }
  .bd-gallery-item img{
    height: 220px;
  }
}

/* =========================
   Gutenberg Gallery fallback styling
   (If you insert a Gallery block in content)
   ========================= */

.bd-project-single .wp-block-gallery,
.bd-project-single .gallery{
  margin-top: 28px;
  gap: 10px;
}

.bd-project-single .gallery .gallery-item{
	margin: 0 0 0 0;
}

.bd-project-single .wp-block-gallery .wp-block-image img,
.bd-project-single .gallery .gallery-item img{
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}


/* =========================
   Furniture Archive + Single
   ========================= */

.bd-furniture-archive,
.bd-furniture-single{
  padding: 40px 0 20px;
}

@media (min-width: 992px){
  .bd-furniture-archive .container-fluid,
  .bd-furniture-single .container-fluid{
    padding-left: 60px;
    padding-right: 60px;
  }
}

.bd-furniture-hero{
  margin-bottom: 22px;
}

.bd-furniture-page-title{
  margin: 0 0 8px;
  font-size: clamp(28px, 3vw, 42px);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 300;
  color: #232323;
}

.bd-furniture-page-desc{
  max-width: 900px;
  color: rgba(35,35,35,0.75);
  line-height: 1.8;
}

.bd-furniture-breadcrumb{
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bd-furniture-breadcrumb a,
.bd-furniture-breadcrumb a:visited{
  color: rgba(35,35,35,0.7);
  text-decoration: none;
}

.bd-furniture-breadcrumb a:hover{
  color: rgba(35,35,35,1);
}

.bd-furniture-cats-wrap{
  margin: 20px 0 30px;
}

.bd-furniture-section-title{
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(35,35,35,0.75);
  margin: 0 0 12px;
}

.bd-furniture-categories{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bd-furniture-category-pill{
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid rgba(35,35,35,0.2);
  border-radius: 999px;
  color: rgba(35,35,35,0.78);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.bd-furniture-category-pill:hover{
  border-color: rgba(35,35,35,0.45);
  color: rgba(35,35,35,1);
}

.bd-furniture-card{
  height: 100%;
}

.bd-furniture-list{
  padding: 10px 0 20px;
}

.bd-furniture-media{
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background: transparent;
  border: 0;
  height: 100%;
}

.bd-furniture-image-wrap{
  background: transparent;
  min-height: 290px;
  padding: 10px;
  padding-bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bd-furniture-media img{
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  display: block;
}

.bd-furniture-meta{
  padding: 0px 6px 6px;
  text-align: center;
}

.bd-furniture-term{
  font-size: 11px;
  letter-spacing: 0.12em;
  color: rgba(65,65,65,1);
  margin-bottom: 8px;
}

.bd-furniture-title{
  line-height: 1.08;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  margin: 0;
  color: #4a4a4a;
  font-family: "brandon-grotesque", sans-serif !important;
  font-weight: 100;
}

.bd-furniture-title-first,
.bd-furniture-title-rest,
.bd-furniture-code{
  display: block;
  font-family: "brandon-grotesque", sans-serif !important;
}

.bd-furniture-title-first{
	font-size: 28px;
  font-weight: 300 !important;
}

.bd-furniture-title-rest{
  margin-top: 8px;
  font-weight: 100;
  font-size: 18px;

}

.bd-furniture-code{
  margin-top: 8px;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #4d4d4d;
  line-height: 1.25;
  font-weight: 100;
}

.bd-furniture-card--fabric-program{
  height: 100%;
}

.bd-furniture-card--fabric-program .bd-furniture-media{
  position: relative;
  display: block;
  overflow: hidden;
}

.bd-furniture-card--fabric-program .bd-furniture-image-wrap{
  min-height: 0;
  padding: 0;
  display: block;
}

.bd-furniture-card--fabric-program .bd-furniture-media img{
  width: 100%;
  height: 420px;
  max-height: none;
  object-fit: cover;
  display: block;
}

.bd-furniture-card--fabric-program .bd-furniture-meta{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 18px 22px;
  background: rgba(30, 30, 30, 1);
  text-align: left;
  transition: background-color 0.2s ease, opacity 0.2s ease;
  text-align: center;
}

.bd-furniture-card--fabric-program .bd-furniture-title,
.bd-furniture-card--fabric-program .bd-furniture-title-first,
.bd-furniture-card--fabric-program .bd-furniture-title-rest,
.bd-furniture-card--fabric-program .bd-furniture-code{
  color: #fff;
}

.bd-furniture-card--fabric-program .bd-furniture-media:hover .bd-furniture-meta,
.bd-furniture-card--fabric-program .bd-furniture-media:focus-visible .bd-furniture-meta,
.bd-furniture-card--fabric-program .bd-furniture-media:focus .bd-furniture-meta{
  background: rgba(30, 30, 30, 0.95);
}

.bd-furniture-cta{
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(35,35,35,0.8);
  border-bottom: 1px solid rgba(35,35,35,0.45);
  padding-bottom: 1px;
}

.bd-furniture-pagination{
  margin-top: 30px;
}

.bd-furniture-single-hero{
  margin-bottom: 24px;
}

.bd-furniture-single-bar{
  background: #2b2b2b;
  color: #fff;
  padding: 18px 22px;
  max-width: 980px;
}

.bd-furniture-single-category{
  font-size: 12px;
  letter-spacing: 0.12em;
  opacity: 0.8;
  margin-bottom: 8px;
}

.bd-furniture-single-title{
  margin: 0;
  font-size: clamp(24px, 2.5vw, 34px);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 300;
}

.bd-furniture-single-subtitle{
  margin: 10px 0 0;
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
}

.bd-furniture-specs{
  margin-top: 14px;
  max-width: 980px;
  color: rgba(35,35,35,0.8);
  display: grid;
  gap: 4px;
}

.bd-furniture-single-content{
  max-width: 980px;
  color: rgba(35,35,35,0.78);
  line-height: 1.9;
}

.bd-furniture-gallery{
  margin-top: 26px;
  max-width: 1100px;
}

.bd-furniture-gallery-item{
  display: block;
  text-decoration: none;
}

.bd-furniture-gallery-item img{
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

@media (max-width: 991px){
  .bd-furniture-image-wrap{
    min-height: 240px;
    padding: 8px;
  }

  .bd-furniture-gallery-item img{
    height: 250px;
  }
}

@media (max-width: 575px){
  .bd-furniture-archive,
  .bd-furniture-single{
    padding-top: 18px;
  }

  .bd-furniture-page-title{
    letter-spacing: 0.05em;
  }

  .bd-furniture-image-wrap{
    min-height: 200px;
    padding: 6px;
  }

  .bd-furniture-gallery-item img{
    height: 220px;
  }

  .bd-furniture-meta{
    padding-top: 10px;
  }

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

  .bd-team-card .bd-team-card-content{
  	visibility: hidden;
  	opacity: 0;
  }

  .bd-team-card:hover .bd-team-card-content, .bd-team-card:focus .bd-team-card-content, .bd-team-card:focus-within .bd-team-card-content{
  	visibility: 1;
  	opacity: 1;
  }
}

/* =========================
   Furniture Detail Layouts
   ========================= */

.bd-furniture-single{
  padding-top: 3em;
}

.bd-furniture-detail-hero{
  margin-bottom: 22px;
}

.bd-furniture-detail-category{
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(35,35,35,0.72);
  margin-bottom: 8px;
}

.bd-furniture-detail-title{
  margin: 0;
  font-size: 46px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #232323;
  margin-left: -2px;
}

.bd-furniture-detail-code{
  font-family: "brandon-grotesque", sans-serif;
  margin-top: 8px;
  font-size: 24px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(35,35,35,0.66);
  font-weight: 100;
}

.bd-furniture-product-layout{
  margin-top: 8px;
}

.bd-furniture-top-nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
  font-family: "avenir-lt-pro", sans-serif !important;
  color: rgba(0, 0, 0, 0.65);
    font-size: 16px;
    font-weight: 100;
    line-height: 1.2;
}

.bd-furniture-top-back,
.bd-furniture-top-back:visited{
      font-family: "avenir-lt-pro", sans-serif !important;
    color: rgba(0, 0, 0, 0.65);
    text-decoration: none;
    font-size: 16px;
    font-weight: 100;
}

.bd-furniture-top-back:hover{
  color: rgba(0, 0, 0, 0.85);
}

.bd-furniture-top-pager{
  display: inline-flex;
  align-items: center;
  gap: 26px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.bd-furniture-top-pager a,
.bd-furniture-top-pager a:visited{
     font-family: "avenir-lt-pro", sans-serif !important;
    color: rgba(0, 0, 0, 0.65);
    text-decoration: none;
    font-size: 16px;
    font-weight: 100;
}

.bd-furniture-top-pager a:hover{
  color: rgba(0, 0, 0, 0.85);
}

.bd-furniture-top-pager .is-disabled{
  color: rgba(0, 0, 0, 0.65);
}

.bd-furniture-top-hero{
  margin-bottom: 24px;
}

.bd-furniture-top-gallery{
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.bd-furniture-top-thumbs{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bd-furniture-top-thumb{
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.2s ease;
  box-shadow: none;
  outline: none;
  appearance: none;
}

.bd-furniture-top-thumb.is-active,
.bd-furniture-top-thumb:hover{
  opacity: 0.9;
}

.bd-furniture-top-thumb:focus,
.bd-furniture-top-thumb:focus-visible{
  border: 0;
  background: transparent;
  box-shadow: none;
  outline: none;
}

.bd-furniture-top-thumb img{
  width: 100%;
  height: auto;
  display: block;
}

.bd-furniture-top-viewer{
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bd-furniture-top-main-wrap{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bd-furniture-top-main-image{
  max-width: 90%;
  max-height: 75vh;
  width: auto;
  height: auto;
  display: block;
}

.bd-furniture-top-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.85;
  padding: 0;
  cursor: pointer;
  box-shadow: none;
  outline: none;
  appearance: none;
}

.bd-furniture-top-arrow.is-prev{
  left: 4em;
}

.bd-furniture-top-arrow.is-next{
  right: 4em;
}

.bd-furniture-top-arrow-icon{
  width: 32px;
  height: auto;
  display: block;
}

.bd-furniture-top-arrow:hover,
.bd-furniture-top-arrow:active,
.bd-furniture-top-arrow:focus,
.bd-furniture-top-arrow:focus-visible{
  opacity: 0.55;
  border: 0;
  background: transparent;
  box-shadow: none;
  outline: none;
}

.bd-furniture-main-image img{
  width: 100%;
  height: auto;
  display: block;
}

.bd-furniture-thumb-grid{
  margin-top: 12px;
}

.bd-furniture-thumb-item img{
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
}

.bd-furniture-style-section{
  margin-top: 32px;
}

.bd-furniture-style-head{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(35,35,35,0.58);
}

.bd-furniture-style-heading{
  margin: 0;
  font-size: 26px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #232323;
  margin-bottom: -14px;
}

.bd-furniture-style-actions{
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.bd-furniture-tear-sheet-btn,
.bd-furniture-tear-sheet-btn:visited{
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border: 1px solid rgba(35,35,35,0.25);
  color: rgba(35,35,35,0.9);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 13px;
  line-height: 13px;
  white-space: nowrap;
}

button.bd-furniture-tear-sheet-btn{
  background: transparent;
  appearance: none;
  cursor: pointer;
}

.bd-furniture-tear-sheet-btn:hover{
  color: rgba(35,35,35,1);
  border-color: rgba(35,35,35,0.46);
  border-width: 1px;
}

.bd-furniture-tear-sheet-btn.is-loading{
  opacity: 0.82;
  pointer-events: none;
}

.bd-furniture-tear-sheet-btn span{
	margin-top: 1px;
}

.bd-furniture-tear-icon{
  width: 14px;
  height: 14px;
  display: block;
  flex: 0 0 14px;
  fill: currentColor;
}

.bd-furniture-tear-spinner{
  display: none;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  border: 1.4px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: bdFurnitureSpin 0.8s linear infinite;
}

.bd-furniture-tear-sheet-btn.is-loading .bd-furniture-tear-spinner{
  display: block;
}

.bd-furniture-tear-sheet-btn.is-loading .bd-furniture-tear-icon{
  display: none;
}

@keyframes bdFurnitureSpin{
  from{
    transform: rotate(0deg);
  }
  to{
    transform: rotate(360deg);
  }
}

.bd-furniture-style-body{
  margin-top: 24px;
  color: rgba(65,65,65,1);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 100;
}

.bd-furniture-style-body p{
  margin: 0 0 0.9em;
}

.bd-furniture-style-body p:last-child{
  margin-bottom: 0;
}

.bd-furniture-editor-content{
  line-height: 1.9;
}

.bd-furniture-detail-section{
  margin-top: 56px;
}

.bd-furniture-detail-columns-head{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 46px;
  border-bottom: 1px solid rgba(35,35,35,0.58);
  padding-bottom: 2px;
}

.bd-furniture-detail-columns-head h3{
  margin: 0;
  font-size: 26px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #232323;
}

.bd-furniture-detail-columns-body{
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 46px;
}

.bd-furniture-detail-column-mobile-head{
  display: none;
  margin: 0;
  font-size: 26px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #232323;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(35,35,35,0.58);
}

.bd-furniture-detail-column{
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.bd-furniture-detail-item{
	padding-right: 4em;
  color: rgba(65,65,65,1);
}



.bd-furniture-detail-item-title{
	margin: 0 0 8px;
	font-size: 20px;
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 400;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #232323;

}

.bd-furniture-detail-item-content{
  color: rgba(65,65,65,1);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 100;
}

.bd-furniture-detail-item-content strong{
	font-weight: bold;
}

.bd-furniture-detail-item-content p{
  margin: 0 0 0.65em;
}

.bd-furniture-detail-item-content p:last-child{
  margin-bottom: 0;
}

#bd-furniture-meta-dimensions p{
	margin-bottom: 1.2em;
}

.bd-fabric-detail-media img{
  width: 100%;
  height: auto;
  display: block;
}

.bd-fabric-detail-specs{
  display: grid;
  gap: 8px;
  color: rgba(35,35,35,0.86);
}

.bd-fabric-detail-copy{
  height: 100%;
  display: flex;
  flex-direction: column;
}

.bd-fabric-detail-copy-main{
  display: flex;
  flex-direction: column;
}

.bd-fabric-detail-content{
  margin-top: 16px;
  line-height: 1.8;
  color: rgba(35,35,35,0.82);
}

.bd-fabric-detail-actions{
  margin-top: auto;
  padding-top: 24px;
}

.bd-fabric-detail-tear-sheet{
  display: inline-flex;
}

/* =========================
   Fabric Program Listing + Modal
   ========================= */

.bd-fabric-program-card{
  border: 1px solid rgba(35,35,35,0.14);
  background: #fff;
  width: 100%;
  padding: 0;
  text-align: left;
  cursor: pointer;
}

.bd-fabric-program-card img{
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

.bd-fabric-program-card-meta{
  padding: 12px 12px 14px;
}

.bd-fabric-program-card-meta h3{
  margin: 0 0 6px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 300;
  color: #232323;
}

.bd-fabric-program-card-meta div{
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(35,35,35,0.67);
}

.bd-fabric-program-modal .modal-content{
  border: 0;
  border-radius: 0;
}

.bd-fabric-program-close{
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 20;
}

.bd-fabric-program-slide{
  padding: 56px 24px 28px;
}

.bd-fabric-program-slide img{
  width: 100%;
  height: auto;
  display: block;
}

.bd-fabric-program-slide h3{
  margin: 0 0 12px;
  font-size: clamp(24px, 2vw, 34px);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 300;
}

.bd-fabric-program-slide-specs{
  display: grid;
  gap: 8px;
  color: rgba(35,35,35,0.84);
}

.bd-fabric-program-slide-content{
  margin-top: 16px;
  color: rgba(35,35,35,0.78);
  line-height: 1.8;
}

.bd-fabric-program-carousel .carousel-control-prev,
.bd-fabric-program-carousel .carousel-control-next{
  width: 64px;
}

@media (max-width: 991px){
  .bd-furniture-single{
    padding-top: 2.2em;
  }

  .bd-furniture-top-nav{
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .bd-furniture-top-pager{
    gap: 16px;
  }

  .bd-furniture-top-gallery{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bd-furniture-top-thumbs{
    order: 2;
    flex-direction: row;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .bd-furniture-top-thumb{
    flex: 0 0 84px;
  }

  .bd-furniture-top-viewer{
    min-height: 360px;
  }

  .bd-furniture-top-arrow{
    width: 34px;
    height: 34px;
  }

  .bd-furniture-top-arrow-icon{
    width: 17px;
    height: auto;
  }

  .bd-furniture-style-head{
    align-items: center;
  }

  .bd-furniture-style-heading{
    font-size: 26px;
  }

  .bd-furniture-tear-sheet-btn,
  .bd-furniture-tear-sheet-btn:visited{
    padding: 11px 14px;
    font-size: 12px;
  }

  .bd-furniture-style-body{
    font-size: 16px;
  }

  .bd-furniture-style-head .bd-furniture-style-heading{
  	order: 1;
  }

  .bd-furniture-style-head .bd-furniture-style-actions{
  	padding-top: 1em;
  	order: 0;
  }

  .bd-furniture-detail-section{
  	margin-top: 30px;
  }
}

@media (max-width: 767px){
  .bd-furniture-detail-columns-head{
    display: none;
  }

  .bd-furniture-detail-columns-body{
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 18px;
  }

  .bd-furniture-detail-column-mobile-head{
    display: block;
  }

  .bd-furniture-detail-column{
    gap: 24px;
  }

  .bd-furniture-detail-item{
    padding-right: 0;
  }

  .bd-furniture-detail-item-content{
    font-size: 15px;
    line-height: 1.75;
  }

  .bd-furniture-thumb-item img{
    height: 140px;
  }

  .bd-fabric-program-card img{
    height: 220px;
  }

  .bd-fabric-program-slide{
    padding: 48px 14px 16px;
  }
}

@media (max-width: 575px){
  .bd-furniture-single{
    padding-top: 2em;
  }

  .bd-furniture-top-viewer{
    min-height: 250px;
  }

  .bd-furniture-top-thumb{
    flex-basis: 72px;
  }

  .bd-furniture-top-main-image{
    max-width: 94%;
  }

  .bd-furniture-top-arrow{
    width: 28px;
    height: 28px;
  }

  .bd-furniture-top-arrow-icon{
    width: 14px;
    height: auto;
  }

  .bd-furniture-detail-title{
    font-size: clamp(28px, 8vw, 42px);
  }

  .bd-furniture-style-head{
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .bd-furniture-style-heading{
    font-size: 26px;
  }

  .bd-furniture-tear-sheet-btn,
  .bd-furniture-tear-sheet-btn:visited{
    font-size: 11px;
    padding: 10px 12px;
    letter-spacing: 0.1em;
  }

  .bd-furniture-style-body{
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.5;
  }
}


/* =========================
   Project Detail Enhancements
   ========================= */

.bd-gallery-trigger{
  border: 0;
  background: transparent;
  padding: 0;
  width: 100%;
  cursor: zoom-in;
}

.bd-project-gallery-modal .modal-dialog{
  max-width: min(1260px, 94vw);
}

.bd-project-gallery-modal .modal-content{
  border-radius: 0;
  border: 0;
}

.bd-project-gallery-modal .modal-header{
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.bd-project-gallery-carousel .carousel-item img{
  width: 100%;
  max-height: 76vh;
  object-fit: contain;
  background: #111;
}

.bd-project-related{
  margin-top: 44px;
}

.bd-project-related-title{
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(35,35,35,0.8);
}

.bd-project-related-card{
  border: 1px solid rgba(35,35,35,0.1);
  height: 100%;
}

.bd-project-related-link{
  display: block;
  text-decoration: none;
  height: 100%;
}

.bd-project-related-link img{
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.bd-project-related-meta{
  padding: 12px 12px 14px;
  color: rgba(35,35,35,0.88);
}

.bd-project-related-meta h3{
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.bd-project-related-meta div{
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.78;
}

.bd-project-block-gallery-modal{
	z-index: 9999;
}

.bd-project-block-gallery-modal .modal-content{
  background: rgba(10,10,10,0.97);
  border: 0;
  border-radius: 0;
}

.bd-project-block-gallery-modal .modal-body{
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bd-project-block-gallery-close{
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 20;
  filter: invert(1) grayscale(1) brightness(200%);
  opacity: 0.88;
}

.bd-project-block-gallery-close:hover{
  opacity: 1;
}

.bd-project-block-gallery-carousel{
  width: 100%;
}

.bd-project-block-gallery-carousel .carousel-item{
  display: none;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  padding: 72px 180px;
}

.bd-project-block-gallery-carousel .carousel-item.active,
.bd-project-block-gallery-carousel .carousel-item-next,
.bd-project-block-gallery-carousel .carousel-item-prev{
  display: flex;
}

.bd-project-block-gallery-carousel .carousel-item img{
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 80px);
  object-fit: contain;
  margin: 0 auto;
}

.bd-project-block-gallery-carousel .carousel-control-prev,
.bd-project-block-gallery-carousel .carousel-control-next{
  width: 80px;
  opacity: 0.88;
}

.bd-project-block-gallery-carousel .carousel-control-prev-icon,
.bd-project-block-gallery-carousel .carousel-control-next-icon{
  filter: drop-shadow(0 0 4px rgba(0,0,0,0.7));
}

/* =========================
   Service Popup
   ========================= */

.bd-services-list{
  padding: 16px 0 30px;
  position: relative;
}

.bd-services-list-row{
  --bd-service-image-height: 365px;
  --bd-service-overlay-offset: 48px;
}

.bd-service-card{
  position: relative;
  height: auto;
  min-height: 0;
  width: 90%;
  margin-right: auto;
  padding-bottom: calc(var(--bd-service-overlay-offset) + 12px);
  background: transparent;
  overflow: visible;
}

.bd-service-card-trigger{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  color: inherit;
  overflow: visible;
}

.bd-service-card-image{
  width: 100%;
  height: var(--bd-service-image-height);
  min-height: var(--bd-service-image-height);
  object-fit: cover;
  display: block;
}

.bd-service-card-overlay{
  position: absolute;
  left: 12px;
  right: 0;
  bottom: calc(-1 * var(--bd-service-overlay-offset));
  background: rgba(30,30,30,1);
  padding: 14px 18px 13px;
  z-index: 2;
  transition: background-color 0.2s ease;
}

.bd-service-card-trigger:hover,
.bd-service-card-trigger:focus,
.bd-service-card-trigger:focus-visible{
  border: 0;
  outline: none;
  box-shadow: none;
}

.bd-service-card-trigger:hover .bd-service-card-overlay,
.bd-service-card-trigger:focus-visible .bd-service-card-overlay{
  background: rgba(28,28,31,0.95);
}

.bd-service-card-title{
  font-family: "brandon-grotesque", sans-serif;
  margin: 0;
  font-size: clamp(11px, 1.14vw, 18px);
  font-weight: 300;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.15;
}

.bd-service-card-readmore{
  font-family: "brandon-grotesque", sans-serif !important;
  font-weight: 100;
  display: inline-block;
  margin-top: 12px;
  color: rgba(255,255,255,0.92);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.bd-service-popup-trigger{
  border: 1px solid rgba(35,35,35,0.6);
  background: transparent;
  color: rgba(35,35,35,0.85);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  padding: 10px 16px;
  transition: all 0.2s ease;
}

.bd-service-popup-trigger:hover{
  background: rgba(35,35,35,0.92);
  color: #fff;
  border-color: rgba(35,35,35,0.92);
}

.bd-services-list.has-service-modal-open{
  z-index: 10;
}

.bd-service-modal{
  display: block;
  position: absolute;
  inset: 0;
  z-index: 30;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
}

.bd-service-modal.is-open{
  opacity: 1;
  visibility: visible;
}

.bd-service-modal .modal-dialog{
  max-width: none;
  margin: 0;
  width: 100%;
  height: 100%;
}

.bd-service-modal .modal-content{
  position: absolute;
  inset: 0;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  pointer-events: none;
}

/* =========================
   Team BD Cards
   ========================= */

.bd-team-list{
  padding: 16px 0 4px;
}

.bd-team-list-row{
  justify-content: center;
  margin-left: -2.4em;
}

.bd-team-card{
  position: relative;
  width: 90%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  background: transparent;
  overflow: visible;
  outline: none;
}

.bd-team-card,
.bd-team-card *{
  font-family: "brandon-grotesque", sans-serif !important;
}

.bd-team-card-shell{
  position: relative;
  background: #fff;
  min-height: 0;
}

.bd-team-card-image{
  width: 100%;
  height: 500px;
  object-fit: contain;
  object-position: center bottom;
  display: block;
  background: #fff;
}

.bd-team-card-content{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.92);
  color: rgba(35,35,35,0.95);
  padding: 22px 22px 22px 28px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.22s ease, visibility 0.22s ease;
  overflow-y: auto;
  z-index: 5;
}

.bd-team-card-content::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  background: rgba(30,30,30,1);
}

.bd-team-card-content::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  background: rgba(30,30,30,1);
}

.bd-team-card-content-inner{
  font-size: 16px;
  line-height: 1.55;
  font-weight: 300;
}

.bd-team-card-content-inner,
.bd-team-card-content-inner *{
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.55;
}

.bd-team-card-content-inner > :last-child{
  margin-bottom: 0;
}

.bd-team-list-col{
  display: flex;
  justify-content: center;
  flex: 0 0 auto;
}

.bd-team-card:hover .bd-team-card-content,
.bd-team-card:focus .bd-team-card-content,
.bd-team-card:focus-within .bd-team-card-content{
  opacity: 1;
  visibility: visible;
}

.bd-team-card-footer{
  position: absolute;
  left: 22px;
  right: 0;
  bottom: -42px;
  background: rgba(30,30,30,1);
  color: #fff;
  padding: 16px 22px 18px;
  z-index: 2;
}

.bd-team-card-role{
  margin: 0 0 8px;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: none;
  color: rgba(255,255,255,0.8);
  font-weight: 100;
  line-height: 1.2;
}

.bd-team-card-name{
  margin: 0;
  font-size: 20px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  line-height: 1.08;
}

.bd-team-list .bd-team-list-col{
  padding-bottom: 56px;
}

@media (max-width: 991px){
  .bd-team-card{
    width: 100%;
  }

  .bd-team-card-shell{
    min-height: 0;
  }

  .bd-team-card-image{
    height: 460px;
  }

  .bd-team-card-content{
    padding: 18px 18px 18px 24px;
  }

  .bd-team-card-content-inner{
    font-size: 16px;
  }

  .bd-service-card-title{
  	font-size: 18px;
  }
}

@media (max-width: 576px){
  .bd-team-card-shell{
    min-height: auto;
  }

  .bd-team-card-image{
    height: 420px;
  }

  .bd-team-card-content{
    opacity: 1;
    visibility: visible;
    padding: 18px 18px 18px 24px;
  }

  .bd-team-card-content::before{
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
  }

  .bd-team-card-content::after{
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
  }

  .bd-team-card-footer{
    position: absolute;
    left: 16px;
    right: 0;
    bottom: -3em;
  }

  .bd-team-list .bd-team-list-col{
    padding-bottom: 42px;
  }
}

.bd-service-modal-shell{
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  width: 95.85%;
  height: 100%;
  border: 0;
  box-shadow: none;
  isolation: isolate;
  overflow: hidden;
  pointer-events: auto;
  padding-top: 1em;
}

.bd-service-modal-shell::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.96);
  z-index: 0;
}

.bd-service-modal-main{
  display: grid;
  grid-template-columns: minmax(220px, 34%) minmax(0, 1fr);
  min-height: 0;
  position: relative;
  z-index: 1;
}

.bd-service-modal-media,
.bd-service-modal-panel{
  position: relative;
  min-height: 0;
}

.bd-service-modal-media{
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
  background: transparent;
}

.bd-service-modal-media img{
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.bd-service-modal-panel{
  background: transparent;
  padding: 24px 84px 24px 28px;
  overflow: auto;
}

.bd-service-modal-close{
  position: absolute;
  top: 18px;
  right: 20px;
  width: 52px;
  height: 52px;
  z-index: 2;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.bd-service-modal-close span{
  position: absolute;
  left: 9px;
  right: 9px;
  top: 25px;
  height: 2px;
  background: rgba(35,35,35,0.95);
}

.bd-service-modal-close span:first-child{
  transform: rotate(45deg);
}

.bd-service-modal-close span:last-child{
  transform: rotate(-45deg);
}

.bd-service-modal-subtitle{
  margin-bottom: 12px;
  color: rgba(35,35,35,0.68);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
}

.bd-service-modal-content{
  color: rgba(65,65,65,0.95);
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: clamp(14px, 1vw, 18px) !important;
  font-weight: 400 !important;
  line-height: 1.55;
}

.bd-service-modal-content,
.bd-service-modal-content *{
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: clamp(14px, 1vw, 18px) !important;
  font-weight: 400 !important;
  line-height: 1.55;
}

.bd-service-modal-content p{
  margin-bottom: 0.52em;
}

.bd-service-modal-content ul{
  margin: 0.3em 0 0;
  padding: 0;
  list-style: none;
}

.bd-service-modal-content li{
  margin: 0.14em 0;
}

.bd-service-modal-content li::before{
  content: "- ";
}

.bd-service-modal-actions{
  margin-top: 18px;
}

.bd-service-modal-contact,
.bd-service-modal-contact:visited{
  display: inline-block;
  border: 1px solid rgba(35,35,35,0.6);
  background: transparent;
  color: rgba(35,35,35,0.85);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  padding: 10px 16px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.bd-service-modal-contact:hover,
.bd-service-modal-contact:focus,
.bd-service-modal-contact:active{
  background: rgba(35,35,35,0.92);
  color: #fff;
  border-color: rgba(35,35,35,0.92);
  text-decoration: none;
}

.wpcf7-form-control.wpcf7-submit{
	border-radius: 0px !important;
}

.bd-service-modal-bar{
  width: 98%;
  margin-left: auto;
  background: rgba(30,30,30,1);
  padding: 8px 18px;
  position: relative;
  z-index: 1;
  margin-top: -20px;
}

.bd-service-modal-bar-title{
  font-family: "brandon-grotesque", sans-serif !important;
  margin: 0;
  font-size: clamp(13px, 1.4vw, 21px);
  font-weight: 300;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.08;
  color: #fff;
}

.project-card{
	cursor: pointer;
}

.project-card:hover .project-meta{
	background-color: rgba(0,0,0,0.8) !important;
}

/* =========================
   Global Responsive Touch-Ups
   ========================= */

@media (max-width: 767px){
  .site-info .row{
    gap: 10px;
  }

  .site-info .col{
    width: 100%;
    text-align: center !important;
  }

  .bd-testimonials-carousel{
    padding: 24px 40px 18px;
    margin-bottom: 16px;
  }

  .bd-t-control{
    width: 36px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    opacity: 0.82;
    align-items: center;
  }

  .bd-t-control.carousel-control-prev{
    left: 6px;
  }

  .bd-t-control.carousel-control-next{
    right: 6px;
  }

  .bd-t-control:hover,
  .bd-t-control:focus,
  .bd-t-control:active{
    opacity: 1;
  }

  .carousel-control-prev svg,
  .carousel-control-next svg{
    width: 14px !important;
  }

  .bd-testimonials-panel{
    max-width: 100%;
  }

  .bd-t-name{
    font-size: clamp(28px, 8vw, 34px);
    line-height: 1.02;
  }

  .bd-t-role{
    font-size: clamp(14px, 4.4vw, 17px);
  }

  .bd-t-divider{
    width: 44px;
    margin: 14px auto;
  }

  .bd-t-quote,
  .bd-t-quote *{
    font-size: clamp(15px, 4.2vw, 18px);
    line-height: 1.55;
    padding-left: 0;
    padding-right: 0;
  }

  .bd-t-location{
    font-size: clamp(18px, 5vw, 22px);
  }

  .bd-t-project{
    font-size: clamp(14px, 4.4vw, 17px);
  }

  .bd-t-dots{
    margin-top: 18px;
    gap: 8px;
  }

  .bd-t-dots [data-bs-target]{
    width: 7px;
    height: 7px;
  }

  .bd-project-related-link img{
    height: 200px;
  }

  .bd-project-block-gallery-carousel .carousel-item{
    padding: 44px 90px;
  }

  .bd-project-block-gallery-carousel .carousel-control-prev,
  .bd-project-block-gallery-carousel .carousel-control-next{
    width: 48px;
  }

  .bd-service-card{
    --bd-service-image-height: 340px;
    --bd-service-overlay-offset: 14px;
    width: 100%;
  }

  .bd-service-card-overlay{
    left: 12px;
    right: 0%;
    padding: 11px 12px 10px;
  }

  .bd-service-modal .modal-content{
    padding: 0;
  }

  .bd-service-modal .modal-dialog{
    max-width: none;
  }

  .bd-service-modal-shell{
    grid-template-rows: minmax(0, 1fr) auto;
  }

  .bd-service-modal-main{
    grid-template-columns: 1fr;
    grid-template-rows: minmax(180px, 34vh) minmax(0, 1fr);
  }

  .bd-service-modal-panel{
    padding: 16px 52px 18px 16px;
  }

  .bd-service-modal-close{
    top: 8px;
    right: 10px;
    width: 42px;
    height: 42px;
  }

  .bd-service-modal-close span{
    left: 8px;
    right: 8px;
    top: 20px;
  }

  .bd-service-modal-content{
    font-size: clamp(13px, 3.6vw, 16px) !important;
    line-height: 1.55;
  }

  .bd-service-modal-bar{
    width: 95%;
    margin-left: auto;
    padding: 12px 16px 14px;
  }

  .bd-service-modal-bar-title{
    font-size: clamp(12px, 3.5vw, 17px);
  }

}

@media (max-width: 575px){
  .bd-testimonials-carousel{
    padding: 22px 34px 16px;
  }

  .bd-t-control{
    width: 30px;
  }

  .bd-t-control.carousel-control-prev{
    left: 2px;
  }

  .bd-t-control.carousel-control-next{
    right: 2px;
  }

  .carousel-control-prev svg,
  .carousel-control-next svg{
    width: 12px !important;
  }

  .bd-project-block-gallery-carousel .carousel-item{
    padding: 32px 44px;
  }

  .bd-service-card{
    --bd-service-image-height: 300px;
    width: 100%;
  }
}
