h1, h2, h3 {
    margin: 0 0 20px;
    color: #222;
	font-family: "Italiana", sans-serif;
	font-weight: 400;
	font-style: normal;
}

h1 {
	font-size: 250%!important;
}

h2 {
	font-size: 200%;
}

h2.large {
    font-size: 350%;
    color: #222;
    text-align: center;
}

h3 {
	font-size: 160%;
	font-weight: 400;
}

p {
    font-size: 16px;
}

.br-10 {
	border-radius: 10px;
}

.br-20 {
	border-radius: 20px;
}

.br-1 {
	border-right: 1px solid #2a2a2a;
}

.bb-1 {
	border-bottom: 1px solid #2a2a2a;
}

section {
	padding: 60px 0;
}

section.webpage {
	padding: 120px 0 60px;
}

section a {
    color: #222222;
    transition: .3s;
}

section a:hover {
	text-decoration: underline;
	transition: .3s; 
}

section p:last-child {
	margin-bottom: 0;
}

section.grey {
	background: #2a2a2a;
	color: #fff;
}

section.grey h2 {
	color: #fff;
}

.page {
	margin: 0!important;
}

.text-right {
	text-align: right;
}
	
.container-fluid {
	padding-right: var(--bs-gutter-x, 4rem);
	padding-left: var(--bs-gutter-x, 4rem);
}

.bt-1 {
	border-top: 1px solid #888;
    padding-top: 30px;
}

/* NAVIGATION */

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar {
	z-index: 999;
	width: 100%;
    padding: 0;
    background: transparent;
	position: absolute;
}

.navbar .bx-1 {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.navbar .bs-1 {
    border-left: 1px solid #fff;
}

.navbar .be-1 {
    border-right: 1px solid #fff;
}

.navbar .container-fluid {
    display: flex;
    align-items: stretch; /* key */
}

.navbar .col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar a {
	margin-bottom: 0;
	color: #fff;
	font-size: 110%;
	font-family: "Italiana", sans-serif;
	font-weight: 400;
	font-style: normal;
	border-bottom: 1px solid transparent;
    transition: .3s;
    padding-bottom: 3px;
}

.navbar a:hover {
    padding-bottom: 3px;
	color: #fff;
}

.navbar .logo {
	padding: 10px 0;
}

.navbar .logo a {
	text-transform: capitalize;
	font-size: 140%;
    color: #fff;
}

.navbar .logo a:hover {
	border-bottom: 1px solid transparent;
}

/* Offcanvas Styling */

.offcanvas {
    background: #f2f0e4;
    border-right: 1px solid #888;
    width: 100%;
}

.offcanvas-header {
    border-bottom: 1px solid #888;
	text-align: center;
}

.offcanvas-title {
    font-family: "Italiana", sans-serif;
    letter-spacing: 2px;
    font-size: 20px;
}

.mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 50px;
    flex: 1;
    align-items: center;
    justify-content: center;
}

.mobile-nav a {
    color: #222;
    text-decoration: none;
    font-family: "Italiana", sans-serif;
    font-size: 150%;
    letter-spacing: 1px;
    transition: 0.3s;
    text-align: center;
}

.mobile-nav a:hover {
    opacity: 0.6;
}

nav.webpage {
	border-bottom: 1px solid #222;
	background: #f2f0e4;
	position: unset;
}

nav.webpage .bx-1 {
    border-left: 1px solid #222;
    border-right: 1px solid #222;
}

nav.webpage .bs-1 {
    border-left: 1px solid #222;
}

nav.webpage .be-1 {
    border-right: 1px solid #222;
}

nav.webpage a {
	color: #222;
}

nav.webpage a:hover {
	border-bottom: 1px solid #555;
    transition: .3s;
    padding-bottom: 3px;
	color: #555;
}

nav.webpage .logo a {
    color: #222;
}

nav.webpage .logo a:hover {
	border-bottom: 1px solid transparent;
    color: #555;
}

/* CAROUSEL */
.carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-30%) !important;
    text-align: center;
    width: 100%;
    padding: 0;
}

.carousel-caption h1 {
	color: #fff;
    font-size: 175%!important;
    font-weight: 300;
    margin-bottom: 10px;
}

.carousel-caption h2 {
    color: #fff;
    font-size: 500% !important;
    margin-top: 15px;
    margin-bottom: 35px!important;
    margin-bottom: 0;
}

.carousel-caption .btn {
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 0;
    padding: 7px 40px;
	font-family: "Italiana", sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 110%;
}

.carousel-caption .btn:hover {
	background: #fff;
	border: 2px solid #fff;
	color: #222;
}

/* BUTTONS */

.btn-primary {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 0;
    padding: 7px 40px;
    font-family: "Italiana", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 110%;
}

a.btn-primary:hover {
    background: #fff;
    border: 2px solid #fff;
    color: #222;
	text-decoration: none;
}

.btn-secondary {
    background: transparent;
    border: 1.5px solid #222;
    color: #222;
    border-radius: 0;
    padding: 9px 40px;
    font-family: "Italiana", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 110%;
}

a.btn-secondary:hover {
    background: #222;
    border: 1.5px solid #222;
    color: #fff;
	text-decoration: none;
}

/* MAIN */

.services h3 {
    font-size: 130%;
    margin-top: 15px;
	margin-bottom: 0;
}

/* Video thumbnail wrapper */
.video-thumb {
	position: relative;
	display: block;
	overflow: hidden;
}

/* Base video styling */
.video-thumb video {
	width: 100%;
	display: block;
	filter: grayscale(50%) contrast(0.9) brightness(0.8);
	transition: filter 0.3s ease, transform 0.3s ease;
}

/* Hazy overlay */
.video-thumb::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(1px);
	transition: opacity 0.3s ease;
	z-index: 1;
}

/* Play button */
.video-thumb .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: transparent;
	z-index: 2;
	pointer-events: none;
	border: 1px solid #fff;
}

/* Triangle inside play button */
.video-thumb .play-btn::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-40%, -50%);
	border-style: solid;
	border-width: 10px 0 10px 16px;
	border-color: transparent transparent transparent #fff;
}

/* Hover effects */
.video-thumb:hover video {
	filter: none;
	transform: scale(1.03);
}

.video-thumb:hover::after {
	opacity: 0;
}

/* Prevent video stealing clicks */
.video-thumb video {
	pointer-events: none;
}

.service span {
    background: #222;
    color: #f2f0e4;
    padding: 12px 20px;
    border-radius: 30px;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
	font-size: 90%;
}

.video-slider {
	display: flex;
	gap: 24px;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	padding-bottom: 12px;
}

.video-slide {
	flex: 0 0 25%;
	max-width: 25%;
}

/* WebKit browsers */
.video-slider::-webkit-scrollbar {
	height: 8px;
}

.video-slider::-webkit-scrollbar-track {
	background: #777;
}

.video-slider::-webkit-scrollbar-thumb {
	background: #222;
}

.video-slider::-webkit-scrollbar-thumb:hover {
	background: #555;
	margin-top: 20px;
}

@media (max-width: 991px) {
	.video-slide {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 575px) {
	.video-slide {
		flex: 0 0 85%;
		max-width: 85%;
	}
}

.photo-thumb {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 2 / 3;
}

.photo-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;

	filter: grayscale(40%) contrast(0.9) brightness(0.85);
	transition: filter 0.3s ease, transform 0.3s ease;
}

/* Hazy overlay */
.photo-thumb::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(0.5px);
	transition: opacity 0.3s ease;
	z-index: 1;
}

/* Hover effects */
.photo-thumb:hover img {
	filter: none;
	transform: scale(1.03);
}

.photo-thumb:hover::after {
	opacity: 0;
}

.photo-slider {
	display: flex;
	gap: 24px;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	padding-bottom: 12px;
}

.photo-slide {
	flex: 0 0 25%;
	max-width: 25%;
}

/* Scrollbar styling */
.photo-slider::-webkit-scrollbar {
	height: 8px;
}

.photo-slider::-webkit-scrollbar-track {
	background: #777;
}

.photo-slider::-webkit-scrollbar-thumb {
	background: #222;
}

.photo-slider::-webkit-scrollbar-thumb:hover {
	background: #555;
}

@media (max-width: 991px) {
	.photo-slide {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 575px) {
	.photo-slide {
		flex: 0 0 85%;
		max-width: 85%;
	}
}

div#photography {
	margin-top: 50px;
}

.about-us .service-card {
    border: 1px solid #2a2a2a;
    padding: 20px;	
}

.fade-left {
	opacity: 0;
	transform: translateX(-75px);
	transition: opacity 1.2s ease, transform 1.2s ease;
	will-change: opacity, transform;
}

.fade-left.is-visible {
	opacity: 1;
	transform: translateX(0);
}

/* SERVICES SECTION */

.services .service-card {
    position: relative;
    overflow: hidden;
}

.services .service-card img {
    width: 100%;
    display: block;
    transition: transform 0.6s ease;
}

/* Overlay */
.services .service-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.4s ease;
}

/* Button */
.services .service-btn {
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 30px;
    text-decoration: none;
    font-family: "Italiana", sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    background: transparent;
}

/* Hover Effects */
.services .service-card:hover img {
    transform: scale(1.05);
}

.services .service-card:hover .service-overlay {
    background: rgba(0,0,0,0.35);
}

.services .service-btn:hover {
    background: #fff;
    color: #000;
}


/* FOOTER */

footer {
    background: #f2f0e4;
	color: #222;
    padding: 30px 0;
}

footer h2 {
	color: #222;
}

footer hr {
    height: 2px!important;
    background-color: #222;
    opacity: 0.5;
    margin-top: 30px;
}

footer p {
	margin-bottom: 10px;
}

footer a {
	color: #222!important;
	transition: .2s;
}

footer a:hover {
    color: #555!important;
	text-decoration: none;
	transition: .2s;
}

footer .links a {
    padding-bottom: 5px;
    display: inline-block;
}

.social-icon {
	width: 50px;
	height: 50px;
	border: 1px solid #222;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #222;
	transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: #222;
    color: #f2f0e4 !important;
}

/* ANIMATION */

@keyframes floatInLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.float-left-animate {
  opacity: 0;
  animation-fill-mode: forwards;
}

.float-left-animate-1 {
  animation: floatInLeft 1s ease-out 0s forwards;
}

.float-left-animate-2 {
  animation: floatInLeft 1s ease-out 0.5s forwards;
}

.float-left-animate-3 {
  animation: floatInLeft 1s ease-out 1s forwards;
}

.float-left-animate-4 {
  animation: floatInLeft 1s ease-out 1.5s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-element {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.6s, transform 0.6s;
}

.fade-in-element.visible {
  opacity: 1;
  transform: translateY(0);
}

.lSAction>a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
	background-image: url(assets/img/controls.png)!important;
}

/* MEDIA QUERIES */

@media only screen and (max-width: 768px) {

	h1 {
		font-size: 200%!important;

	}

	h2 {
		font-size: 175%;
	}

	h3 {
		font-size: 150%;
	}
	
	.cookieadmin_re_consent {
		bottom: 90px!important;
		right: 10px!important;
		left: unset!important;
	}
	
	.navbar-nav {
		text-align: center;
		padding-top: 40px;
		margin-bottom: 0;
	}

	.nav-link {
        font-size: 120%;
		letter-spacing: 1px;
        margin-bottom: 25px;
	}
	
	ul.dropdown-menu {
		font-size: 100%;
		text-align: center;
		border: none;
		padding: 0;
    	box-shadow: unset;
	}
	
	ul.dropdown-menu li {
		font-size: 100%;
        padding: unset;
	}
	
	ul.dropdown-menu li a {
		font-size: 120%;
		border-bottom: unset;
		padding: 0;
		margin-bottom: 25px;
	}
	
	.navbar-nav .dropdown-menu {
		background: #f9f9f9;
	}
	
	.form-bg {
		margin-top: 30px;
	}
	
	.form-bg .row>* {
        padding-right: 12px;
        padding-left: 12px;
    }
	
	header .btn-primary {
		margin-left: unset;
		font-size: 100%;
		display: table;
		margin: 0 auto 25px;
	}
	
	.logo-wrap {
		position: relative;
		width: 100%;
	}

	.main-section {
		text-align: center;
	}
	
	section p:last-child {
		margin-bottom: 1.5em;
	}
	
	div.img-div-content {
		padding-left: 2rem;
		padding-right: 2rem;
		padding-top: 2rem;
		padding-bottom: 2rem;
		text-align: center;
	}

	h2.large {
        font-size: 250%;
	}
	
	footer {
		text-align: center;
	}
	
	footer img {
		width: 50%;
	}
	
	footer h3 {
		margin: 30px 0 10px!important;
	}
	
	footer hr {
		display: none;
	}
	
	.no-pt {
		padding-top: 0;
	}
	
	.carousel-caption {
        width: 90%;
		left: 0;
		right: 0;
        margin: 0 auto;
        bottom: unset;
        top: 50%;
        transform: translate(0, -50%) !important;
	}

	.carousel-caption h1 {
        font-size: 275% !important;
        text-shadow: 0 0 5px #222;
	}

	.carousel-caption h2 {
		font-size: 175%!important;
        text-shadow: 0 0 5px #222;
	}
	
	ul.tick {
		padding-left: 0;
	}
	
	ul.tick li {
		margin-bottom: 10px;
	}

	ul.tick.columns-2 {
		column-count: 1;
        margin-bottom: 0;
	}

	.page-template-home ul.tick.columns-2 {
        margin-bottom: 20px;
	}
	
	.cbc-contact {
		background-position: center!important;
	}
}

@media screen and (max-width: 992px){
	
	section.webpage {
		padding: 40px 0;
	}
	
	section {
		padding: 30px 0;
	}

	.navbar {
        position: absolute;
        background: none;
        padding: 0;
	}
	
	.navbar a {
    	font-size: 120%;
	}
	
    .navbar .bs-1:nth-child(2),
    .navbar .be-1:nth-child(4) {
        display: none;
    }
	
    .navbar .bs-1,
    .navbar .be-1, 
    nav.webpage .bs-1, 
	nav.webpage .be-1 {
        border: none;
    }
	
	.navbar .logo {
		padding: 10px;
	}
	
	.navbar .container-fluid {
		padding: 0;
	}
	
	.navbar-light .navbar-toggler {
		border: none;
	}
	
	.navbar-toggler {
   		padding: 15px 12px;
		z-index: 999;
		border: none;
	}

	.navbar-nav {
		margin-top: 0;
	}
	
	.logo-mobile {
        padding: 0;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 40%;
        top: 50%;
        transform: translate(0, -50%);
		transition: all .3s;
	}
	
	.offcanvas-header .btn-close {
		margin-right: 5px;
		font-size: 110%;
	}
	
	.bt-m-0 {
		border-top: none!important;
		padding-top: 0px;
	}
	
	.navbar-scrolled .logo-mobile {
		width: 115px;
		transition: all .3s;
	}
	
	.cbc-nav .container-fluid {
		padding: 15px;
	}
	
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		padding-right: var(--bs-gutter-x, 1rem);
		padding-left: var(--bs-gutter-x, 1rem);
	}
	
	.animation:after {
		position: unset;
		width: unset;
		border-bottom: unset;
		transition: unset;
	}

	.carousel-caption h1 {
		font-size: 275%;
	}

	.carousel-caption h2 {
		font-size: 125%;
	}
}

/* =========================================================
   CLIPS BY C �-� CUSTOM ADDITIONS
   Append to custom.css
   ========================================================= */

/* --- SHARED UTILITIES ------------------------------------ */

.cbc-label {
	font-family: "Italiana", sans-serif;
	letter-spacing: 4px;
	color: #999;
	margin: 0;
	font-size: 125%;
}

.cbc-btn {
	display: inline-block;
	font-family: "Italiana", sans-serif;
	font-size: 12px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid rgba(255,255,255,0.4);
	padding: 14px 42px;
	text-decoration: none;
	transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.cbc-btn:hover {
	background: #fff;
	color: #222;
	border-color: #fff;
	text-decoration: none;
}

/* --- SCROLL FADE-IN -------------------------------------- */

.fade-in-element {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.75s ease, transform 0.75s ease;
}

.fade-in-element.visible {
	opacity: 1;
	transform: translateY(0);
}

/* --- CONTACT STRIP (shared across pages) ---------------- */

.cbc-contact {
	padding: 100px 0 50px;
	text-align: center;
}

.cbc-contact__inner h2 {
	font-family: "Italiana", sans-serif;
	font-size: clamp(36px, 6vw, 80px);
	font-weight: 400;
	color: #222;
	margin-bottom: 18px;
}

/* --- HERO (homepage) ------------------------------------- */

.cbc-hero {
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 500px;
	overflow: hidden;
	background: #222;
}

.cbc-hero__media {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	z-index: 0;
}

.cbc-hero__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.38);
	z-index: 1;
}

.cbc-hero__caption {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	padding: 0 20px;
}

.cbc-hero__title {
    font-family: "Italiana", sans-serif;
    font-size: 300%;
    margin: 0 !important;
    color: #fff !important;
    animation: cbc-fadeUp 1.2s ease 0.45s both;
}

@media screen and (max-width: 992px){
	.cbc-hero__title {
		font-size: 150%;
	}
}

.cbc-hero__scroll-hint {
	position: absolute;
	bottom: 36px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 18px;
	color: rgba(255,255,255,0.5);
	animation: cbc-nudge 2.2s ease-in-out infinite;
}

@keyframes cbc-fadeUp {
	from { opacity: 0; transform: translateY(28px); }
	to   { opacity: 1; transform: translateY(0); }
}

@keyframes cbc-nudge {
	0%, 100% { transform: translateX(-50%) translateY(0); }
	50%       { transform: translateX(-50%) translateY(7px); }
}

/* --- PORTFOLIO SECTION (homepage) ----------------------- */
.cbc-portfolio {
	padding: 80px 0 100px;
	background: #f2f0e4;
}
.cbc-portfolio__header {
	margin-bottom: 40px;
}
.cbc-portfolio__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}
.cbc-portfolio__item {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 6;
}
.cbc-portfolio__inner {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #1a1a1a;
	text-decoration: none;
	z-index: 1; /* ✅ ensure stacking context */
}

/* --- CAPTION (on top of everything) ---------------------- */
.cbc-portfolio__caption {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0);
	transition: background 0.3s ease;
	z-index: 2;
}
.cbc-portfolio__caption span {
	color: #fff;
    font-family: "Italiana", sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 175%;
	text-align: center;
	padding: 0 16px;
	opacity: 0;
	transform: translateY(6px);
	transition: opacity 0.3s ease, transform 0.3s ease;
	pointer-events: none;
}

@media screen and (max-width: 992px){
	.cbc-portfolio__caption span {
		font-size: 125%;
	}
}

.cbc-portfolio__item:hover .cbc-portfolio__caption {
	background: rgba(0, 0, 0, 0.45);
}
.cbc-portfolio__item:hover .cbc-portfolio__caption span {
	opacity: 1;
	transform: translateY(0);
}

/* --- MEDIA (force behind caption) ---------------------- */
.cbc-portfolio__media {
	position: absolute;
	display: block;
	pointer-events: none;
	z-index: 0; /* 🔑 sits behind caption */
}

/* Vimeo fix */
iframe.cbc-portfolio__media {
	top: 50%;
	left: 50%;
	width: 300%;
	height: 300%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: 0;
}

/* Images */
img.cbc-portfolio__media {
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 0;
}

/* Empty state */
.cbc-portfolio__empty {
	grid-column: span 3;
	text-align: center;
	color: #999;
	padding: 60px 0;
	font-size: 14px;
}

/* --- ABOUT HERO ------------------------------------------ */

.about-hero {
	background: #f2f0e4;
}

.about-hero__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 90vh;
}

.about-hero__img-wrap {
	overflow: hidden;
	position: relative;
}

.about-hero__img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    object-position: center;
	display: block;
	transition: transform 0.8s ease;
}

.about-hero__img-wrap:hover img {
	transform: scale(1.02);
}

.about-hero__text {
	padding: 80px 60px;
	background: #f2f0e4;
}

.about-hero__title {
	font-family: "Italiana", sans-serif;
	font-size: clamp(40px, 5vw, 72px) !important;
	font-weight: 400;
	line-height: 1.1;
	color: #222;
	margin: 20px 0 30px;
}

.about-hero__divider {
	width: 40px;
	height: 1px;
	background: #222;
	margin-bottom: 28px;
}

.about-hero__lead {
	font-size: 17px;
	line-height: 1.75;
	color: #555;
	max-width: 420px;
	margin: 0;
}

/* --- ABOUT BODY ------------------------------------------ */

.about-body {
	padding: 100px 0;
	background: #fff;
}

.about-body__quote {
	position: relative;
	padding-left: 24px;
	border-left: 1px solid #ccc;
}

.about-body__quote-mark {
	font-family: "Italiana", sans-serif;
	font-size: 80px;
	line-height: 0.6;
	color: #ccc;
	display: block;
	margin-bottom: 16px;
}

.about-hero__text p em {
	font-family: "Italiana", sans-serif;
	font-size: 22px;
	line-height: 1.6;
	color: #333;
	font-style: italic;
	margin: 0;
}

blockquote {
    border-left: 1px solid #999!important;
    padding-left: 20px!important;
	margin: 0 0 20px 0!important;
}

.about-body__copy p {
	font-size: 16px;
	line-height: 1.85;
	color: #444;
	margin-bottom: 20px;
}

.about-body__copy p:last-child {
	margin-bottom: 0;
}

/* --- ABOUT SERVICES -------------------------------------- */

.about-services {
	padding: 80px 0 100px;
	background: #f2f0e4;
}

.about-services__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	border-top: 1px solid #ccc;
}

.about-services__item {
	padding: 50px 40px 50px 0;
	border-right: 1px solid #ccc;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.about-services__item:last-child {
	border-right: none;
	padding-right: 0;
	padding-left: 40px;
}

.about-services__item:nth-child(2) {
	padding-left: 40px;
}

.about-services__item.visible {
	opacity: 1;
	transform: translateY(0);
}

.about-services__num {
	font-family: "Italiana", sans-serif;
	font-size: 12px;
	letter-spacing: 3px;
	color: #999;
	display: block;
	margin-bottom: 24px;
}

.about-services__content h3 {
	font-family: "Italiana", sans-serif;
	font-size: 26px !important;
	font-weight: 400;
	color: #222;
	margin-bottom: 16px;
}

.about-services__content p {
	font-size: 15px;
	line-height: 1.75;
	color: #555;
	margin-bottom: 24px;
}

.about-services__list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.about-services__list li {
	font-size: 14px;
	color: #777;
	padding: 8px 0;
	border-bottom: 1px solid #e8e6dc;
	letter-spacing: 0.3px;
}

.about-services__list li:last-child {
	border-bottom: none;
}

/* --- RESPONSIVE ------------------------------------------ */

@media (max-width: 991px) {

	/* Portfolio */
	.cbc-portfolio__grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.cbc-portfolio__empty {
		grid-column: span 2;
	}

	/* About hero */
	.about-hero__inner {
		grid-template-columns: 1fr;
		min-height: auto;
	}
	.about-hero__img-wrap {
		height: 50vw;
		min-height: 300px;
	}
    .about-hero__text {
        padding-right: var(--bs-gutter-x, 1rem);
        padding-left: var(--bs-gutter-x, 1rem);
        padding-top: 50px;
		padding-bottom: 0;
	}

	/* About body */
	.about-body {
		padding: 60px 0;
	}
	.about-body__quote {
		margin-bottom: 40px;
	}

	/* About services */
	.about-services__grid {
		grid-template-columns: 1fr;
	}
	.about-services__item,
	.about-services__item:nth-child(2),
	.about-services__item:last-child {
		padding: 40px 0;
		border-right: none;
		border-bottom: 1px solid #ccc;
	}
	.about-services__item:last-child {
		border-bottom: none;
	}
	
	.cbc-portfolio {
		padding: 50px 0;
		background: #f2f0e4;
	}
}

@media (max-width: 575px) {
	.cbc-portfolio__grid {
        grid-template-columns: repeat(2, 1fr);
		gap: 6px;
	}
	.cbc-portfolio__item {
    	aspect-ratio: 4 / 6;
	}
	.cbc-portfolio__empty {
		grid-column: span 1;
	}
}

/* --- HAMBURGER NAVBAR ------------------------------------ */

.cbc-nav {
	padding: 0;
}

.cbc-nav .container-fluid {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 14px;
	padding-bottom: 14px;
	position: relative;
}

.cbc-nav .navbar-toggler {
	border: none;
	padding: 6px 8px;
	z-index: 1;
}

.cbc-nav .navbar-toggler:focus {
	box-shadow: none;
	outline: none;
}

.cbc-nav .navbar-brand.cbc-nav__logo {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	padding: 0;
}

.nav-logo {
	height: 36px;
	width: auto;
	display: block;
}

.cbc-nav__spacer {
	width: 44px;
	flex-shrink: 0;
}

nav.webpage.cbc-nav {
	border-bottom: 1px solid #222;
	background: #f2f0e4;
	position: relative;
}

/* --- CONTACT SECTION WITH BACKGROUND IMAGE -------------- */

.cbc-contact.has-bg {
	background-size: cover;
	background-position: center;
	position: relative;
}

.cbc-contact.has-bg::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 0;
}

.cbc-contact.has-bg .container-fluid {
	position: relative;
	z-index: 1;
}