/* Durable Local Studio modules. Style packs may skin these semantic classes. */
.ls-business-contact-copy,
.ls-business-contact-label,
.ls-business-contact-value {
	display: block;
}

.ls-business-contact-label {
	font-weight: 700;
}

.ls-business-phone-consultation {
	align-items: center;
	display: inline-flex;
	gap: 0.55rem;
}

.ls-business-phone-consultation .ls-footer-icon {
	display: inline-flex;
}

.ls-module-map {
	background: var(--ls-color-subtle, #f3f4f6);
	border: 1px solid var(--ls-color-border, #d8d8d8);
	display: block;
	margin: 0;
	overflow: hidden;
}

.ls-module-map :is(img, iframe) {
	aspect-ratio: 3 / 2;
	border: 0;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ls-module-testimonials {
	position: relative;
}

.ls-testimonials__track {
	display: grid;
}

.ls-module-testimonials.is-carousel-pair .ls-testimonials__track {
	gap: min(2.5vw, 2rem);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ls-module-testimonials.is-grid-3 .ls-testimonials__track {
	gap: min(2.5vw, 2rem);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ls-module-testimonials.is-grid-load-more .ls-testimonials__track {
	gap: min(2.5vw, 2rem);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ls-testimonial-card {
	box-sizing: border-box;
	height: 100%;
}

.ls-module-testimonials.is-grid-load-more .ls-testimonial-card {
	display: flex;
	flex-direction: column;
}

.ls-testimonial-card[hidden] {
	display: none;
}

.ls-testimonial-card__quote {
	color: var(--ls-color-accent, currentColor);
	display: block;
	font-family: Georgia, serif;
	font-size: 4rem;
	font-weight: 700;
	line-height: 0.7;
}

.ls-testimonial-card__text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.65;
}

.ls-testimonial-card__text > :last-child,
.ls-testimonial-card__author {
	margin-bottom: 0;
}

.ls-testimonial-card__author {
	font-size: 0.9375rem;
	margin-top: 1.5rem;
}

.ls-module-testimonials.is-grid-load-more .ls-testimonial-card__author {
	margin-top: auto;
}

.ls-testimonial-card__author strong {
	font-weight: 700;
}

.ls-testimonials__controls {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	justify-content: flex-start;
	margin-top: 1.5rem;
}

.ls-testimonials__load-more {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-top: clamp(2rem, 4vw, 3rem);
}

.ls-testimonials__load-more-button {
	border: 0;
	cursor: pointer;
}

.ls-testimonials__load-more-button[disabled] {
	cursor: wait;
	opacity: 0.68;
}

.ls-testimonials__status {
	font-size: 0.9375rem;
	margin: 0.75rem 0 0;
	min-height: 1.5em;
}

.ls-testimonials__status:empty {
	display: none;
}

.ls-testimonials__controls button,
.ls-portfolio__filters button {
	background: transparent;
	border: 1px solid currentcolor;
	color: inherit;
	cursor: pointer;
	font: inherit;
}

.ls-testimonials__controls > button {
	align-items: center;
	display: inline-flex;
	height: 2.5rem;
	justify-content: center;
	width: 2.5rem;
}

.ls-testimonials__dots {
	display: flex;
	gap: 0.45rem;
}

.ls-testimonials__dots button {
	background: currentcolor;
	border: 0;
	border-radius: 999px;
	height: 0.5rem;
	opacity: 0.35;
	padding: 0;
	width: 0.5rem;
}

.ls-testimonials__dots button[aria-current="true"] {
	opacity: 1;
	width: 1.4rem;
}

.ls-portfolio__grid {
	display: grid;
	gap: min(2vw, 1.5rem);
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ls-module-portfolio.is-grid .ls-portfolio__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ls-portfolio-card {
	border: 1px solid var(--ls-color-border, #d8d8d8);
	min-width: 0;
	overflow: hidden;
}

.ls-portfolio-card[hidden] {
	display: none;
}

.ls-portfolio-card a,
.ls-portfolio-card__trigger {
	color: inherit;
	display: block;
	text-decoration: none;
}

.ls-portfolio-card__trigger {
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 0;
	cursor: zoom-in;
	font: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
	width: 100%;
}

.ls-portfolio-card__trigger:focus-visible {
	outline: 3px solid var(--ls-color-accent, #2563eb);
	outline-offset: -3px;
}

.ls-portfolio-card img {
	aspect-ratio: 4 / 5;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.ls-portfolio-card__media {
	align-items: center;
	aspect-ratio: 4 / 5;
	background: var(--ls-color-subtle, #f3f4f6);
	color: var(--ls-color-muted, #737373);
	display: flex;
	justify-content: center;
}

.ls-portfolio-card__media svg {
	height: 2.5rem;
	opacity: 0.55;
	width: 2.5rem;
}

body.ls-portfolio-lightbox-open {
	overflow: hidden !important;
}

.ls-portfolio-lightbox[hidden] {
	display: none !important;
}

.ls-portfolio-lightbox {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	opacity: 0;
	padding: clamp(1rem, 3vw, 2rem);
	position: fixed;
	transition: opacity 180ms ease;
	z-index: 100000;
}

.ls-portfolio-lightbox.is-open {
	opacity: 1;
}

.ls-portfolio-lightbox__backdrop {
	background: rgb(0 0 0 / 86%);
	inset: 0;
	position: absolute;
}

.ls-portfolio-lightbox__dialog {
	background: var(--ls-color-surface, #fff);
	border: 1px solid var(--ls-color-border, #d8d8d8);
	border-radius: var(--ls-radius-md, 0);
	box-shadow: 0 1.5rem 5rem rgb(0 0 0 / 35%);
	box-sizing: border-box;
	display: grid;
	max-height: calc(100vh - clamp(2rem, 6vw, 4rem));
	max-width: min(70rem, calc(100vw - clamp(2rem, 6vw, 4rem)));
	overflow: auto;
	position: relative;
	transform: translateY(0.75rem) scale(0.985);
	transition: transform 180ms ease;
	width: 100%;
	z-index: 1;
}

.ls-portfolio-lightbox.is-open .ls-portfolio-lightbox__dialog {
	transform: translateY(0) scale(1);
}

.ls-portfolio-lightbox__close {
	align-items: center;
	appearance: none;
	background: var(--ls-color-surface, #fff);
	border: 1px solid var(--ls-color-border, #d8d8d8);
	border-radius: 50%;
	color: var(--ls-color-text, #171717);
	cursor: pointer;
	display: flex;
	font-size: 1.75rem;
	height: 3rem;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 1rem;
	top: 1rem;
	width: 3rem;
	z-index: 2;
}

.ls-portfolio-lightbox__figure {
	background: var(--ls-color-text, #171717);
	margin: 0;
}

.ls-portfolio-lightbox__figure img {
	aspect-ratio: 3 / 2;
	display: block;
	height: auto;
	object-fit: cover;
	opacity: 0;
	transition: opacity 180ms ease;
	width: 100%;
}

.ls-portfolio-lightbox__figure img.is-ready {
	opacity: 1;
}

.ls-portfolio-lightbox__figure figcaption {
	background: var(--ls-color-surface, #fff);
	color: var(--ls-color-text, #171717);
	font-weight: 700;
	padding: 1rem clamp(1rem, 3vw, 1.5rem) 0;
}

.ls-portfolio-lightbox__footer {
	align-items: center;
	background: var(--ls-color-surface, #fff);
	display: grid;
	gap: 0.75rem;
	grid-template-columns: auto auto auto 1fr;
	padding: 1rem clamp(1rem, 3vw, 1.5rem) 1.5rem;
}

.ls-portfolio-lightbox__nav {
	align-items: center;
	appearance: none;
	background: transparent;
	border: 1px solid var(--ls-color-border, #d8d8d8);
	border-radius: 50%;
	color: var(--ls-color-text, #171717);
	cursor: pointer;
	display: flex;
	font-size: 1.25rem;
	height: 2.75rem;
	justify-content: center;
	padding: 0;
	width: 2.75rem;
}

.ls-portfolio-lightbox__status {
	font-size: 0.9375rem;
	margin: 0;
	min-width: 3.5rem;
	text-align: center;
}

.ls-portfolio-lightbox__project {
	justify-self: end;
	text-decoration: none;
}

@media (prefers-reduced-motion: reduce) {

	.ls-portfolio-lightbox,
	.ls-portfolio-lightbox__dialog,
	.ls-portfolio-lightbox__figure img {
		transition: none;
	}
}

.ls-project-gallery {
	background: transparent !important;
	line-height: 0;
	position: relative;
}

.ls-project-gallery__item {
	aspect-ratio: 3 / 2;
	margin: 0;
	overflow: hidden;
}

.ls-project-gallery__item[hidden] {
	display: none;
}

.ls-project-gallery__item > a {
	display: block;
	height: 100%;
}

.ls-project-gallery__item img {
	aspect-ratio: 3 / 2;
	display: block;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
	transition: transform 300ms ease;
	width: 100%;
}

.ls-project-gallery__item:not([hidden]) {
	animation: ls-project-gallery-enter 420ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.ls-project-gallery[data-ls-project-direction="next"] .ls-project-gallery__item:not([hidden]) {
	animation-name: ls-project-gallery-enter-next;
}

.ls-project-gallery[data-ls-project-direction="prev"] .ls-project-gallery__item:not([hidden]) {
	animation-name: ls-project-gallery-enter-prev;
}

@keyframes ls-project-gallery-enter {

	from {
		opacity: 0;
		transform: translateY(0.35rem);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes ls-project-gallery-enter-next {

	from {
		opacity: 0;
		transform: translateX(0.9rem);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes ls-project-gallery-enter-prev {

	from {
		opacity: 0;
		transform: translateX(-0.9rem);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.ls-module-map-editor > img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
	width: 100%;
}

.ls-project-gallery__item a:hover img,
.ls-project-gallery__item a:focus-visible img {
	transform: scale(1.025);
}

.ls-project-gallery__controls {
	align-items: center;
	background: transparent !important;
	display: flex;
	gap: 0.75rem;
	justify-content: center;
	line-height: normal;
	margin-top: 1rem;
	padding: 0;
}

.ls-project-gallery__button,
.ls-project-gallery__dot {
	background: var(--ls-color-surface, #fff);
	border: 1px solid var(--ls-color-border, #d8d8d8);
	color: var(--ls-color-text, #202020);
	cursor: pointer;
}

.ls-project-gallery__button {
	border-radius: 999px;
	font-size: 1.1rem;
	height: 2.5rem;
	line-height: 1;
	width: 2.5rem;
}

.ls-project-gallery__dots {
	display: flex;
	gap: 0.4rem;
}

.ls-project-gallery__dot {
	border-radius: 50%;
	height: 0.65rem;
	padding: 0;
	width: 0.65rem;
}

.ls-project-gallery__dot[aria-current="true"] {
	background: var(--ls-color-primary, #222);
	border-color: var(--ls-color-primary, #222);
}

.ls-portfolio-empty-notice {
	background: var(--ls-color-subtle, #f3f4f6);
	border-left: 3px solid var(--ls-color-accent, #777);
	color: var(--ls-color-muted, #737373);
	font-size: 0.9375rem;
	margin: 0;
	padding: 0.8rem 1rem;
}

.ls-other-projects {
	border-top: 1px solid var(--ls-color-border, #d8d8d8);
	padding-top: 1.5rem;
}

.ls-other-projects h2 {
	font-size: 1.25rem;
	margin: 0 0 1rem;
}

.ls-other-projects ul {
	display: grid;
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ls-other-projects li a {
	align-items: center;
	color: inherit;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: 5rem minmax(0, 1fr);
	text-decoration: none;
}

.ls-other-projects li a > span:last-child {
	font-weight: 700;
	line-height: 1.35;
}

.ls-other-projects__media {
	align-items: center;
	aspect-ratio: 3 / 2;
	background: var(--ls-color-subtle, #f3f4f6);
	display: flex;
	justify-content: center;
	overflow: hidden;
}

/* stylelint-disable-next-line no-descending-specificity */
.ls-other-projects img,
.ls-other-projects__media svg {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ls-portfolio-card h3 {
	font-size: 1rem;
	margin: 0;
}

.ls-portfolio-card__body {
	padding: 0.9rem 1rem;
}

.ls-portfolio-card__eyebrow,
.ls-portfolio-card__meta {
	font-size: 0.9375rem;
	margin: 0;
}

.ls-portfolio-card__eyebrow + h3,
.ls-portfolio-card h3 + .ls-portfolio-card__meta {
	margin-top: 0.35rem;
}

.ls-portfolio__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-bottom: 1.5rem;
}

.ls-portfolio__filters button {
	padding: 0.55rem 0.9rem;
}

.ls-portfolio__filters button[aria-pressed="true"] {
	background: var(--ls-color-primary, #111);
	color: var(--ls-color-surface, #fff);
}

.ls-module-faq {
	counter-reset: ls-faq;
}

.ls-faq-item {
	border-top: 1px solid var(--ls-color-border, #d8d8d8);
	counter-increment: ls-faq;
}

.ls-faq-item:last-child {
	border-bottom: 1px solid var(--ls-color-border, #d8d8d8);
}

.ls-faq-item summary {
	align-items: center;
	cursor: pointer;
	display: grid;
	font-weight: 700;
	gap: 1rem;
	grid-template-columns: 3rem minmax(0, 1fr) auto;
	list-style: none;
	min-height: 4.5rem;
}

.ls-faq-item summary::-webkit-details-marker {
	display: none;
}

.ls-faq-item__number {
	align-items: center;
	border: 1px solid var(--ls-color-primary, currentColor);
	display: inline-flex;
	height: 3rem;
	justify-content: center;
}

.ls-faq-item__number::before {
	content: counter(ls-faq, decimal-leading-zero);
}

.ls-faq-item__toggle {
	display: block;
	height: 1.25rem;
	position: relative;
	width: 1.25rem;
}

.ls-faq-item__toggle::before,
.ls-faq-item__toggle::after {
	background: currentcolor;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 300ms ease, transform 300ms ease;
	width: 1rem;
}

.ls-faq-item__toggle::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.ls-faq-item[open] .ls-faq-item__number {
	background: var(--ls-color-primary, #111);
	color: var(--ls-color-surface, #fff);
}

.ls-faq-item[open] .ls-faq-item__toggle::after {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(0deg);
}

.ls-faq-item__answer {
	background: transparent;
	margin-left: 4rem;
	padding: 0 0 1.25rem;
}

.ls-faq-item__answer > :first-child {
	margin-top: 0;
}

.ls-faq-item__answer > :last-child {
	margin-bottom: 0;
}

.ls-module-contact-form {
	position: relative;
}

.ls-module-contact-form > button {
	margin-top: 1rem;
}

.ls-module-contact-form.is-native > button {
	align-items: center;
	display: inline-flex;
	gap: 0.55em;
	justify-content: center;
}

.ls-module-contact-form.is-native > button::after {
	background: currentcolor;
	content: "";
	flex: 0 0 auto;
	height: 1.05em;
	mask: var(--ls-icon-arrow-right) center / contain no-repeat;
	-webkit-mask: var(--ls-icon-arrow-right) center / contain no-repeat;
	width: 1.05em;
}

.ls-contact-form__fields {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ls-form-field.is-textarea,
.ls-form-field.is-select,
.ls-form-field.is-checkbox,
.ls-form-field.is-radio {
	grid-column: 1 / -1;
}

/* stylelint-disable no-descending-specificity */
.ls-form-field label,
.ls-form-field label > span:first-child {
	display: block;
}

.ls-form-field label > span:first-child {
	font-size: 0.9375rem;
	font-weight: 700;
	margin-bottom: 0.35rem;
}

/* stylelint-enable no-descending-specificity */

.ls-form-field :is(input:not([type="checkbox"]):not([type="radio"]), textarea, select) {
	background: var(--ls-color-surface, #fff);
	border: 1px solid var(--ls-color-border, #777);
	border-radius: var(--ls-radius-sm, 0);
	box-sizing: border-box;
	color: var(--ls-color-text, #111);
	font: inherit;
	min-height: 3rem;
	padding: 0.75rem 0.9rem;
	width: 100%;
}

.ls-form-options {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
}

.ls-contact-form__status {
	font-size: 0.9375rem;
	font-weight: 600;
	margin-bottom: 0;
}

.ls-form-honeypot {
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}

.ls-module-editor-placeholder {
	background: #f0f0f0;
	border: 1px dashed #757575;
	box-sizing: border-box;
	padding: 1.5rem;
	text-align: center;
}

.ls-footer-data-editor__label {
	background: #f6f7f7;
	border: 1px dashed #949494;
	box-sizing: border-box;
	color: #1e1e1e;
	display: grid;
	gap: 0.25rem;
	min-height: 3.5rem;
	padding: 0.75rem;
}

.ls-footer-data-editor__meta {
	color: #50575e;
	font-size: 0.75rem;
}

.ls-faq-editor-row {
	align-items: center;
	border-top: 1px solid #ddd;
	display: flex;
	gap: 1rem;
	padding: 0.8rem;
}

.ls-faq-item-editor {
	border: 1px solid #ddd;
	margin-block: 0.5rem;
	padding: 1rem;
}

.ls-form-fields-editor fieldset {
	border-top: 1px solid #ddd;
	margin: 1rem 0;
	padding-top: 1rem;
}

.ls-entity-manager .components-modal__content {
	min-width: min(920px, 86vw);
}

.ls-entity-manager__layout {
	display: grid;
	grid-template-columns: minmax(180px, 0.8fr) minmax(320px, 2fr);
	gap: 24px;
}

.ls-entity-manager__list,
.ls-entity-manager__editor {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 12px;
}

.ls-entity-manager__list {
	max-height: 58vh;
	overflow: auto;
}

@media (width <= 782px) {

	.ls-project-gallery {
		width: 100%;
	}

	.ls-portfolio__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ls-entity-manager .components-modal__content {
		min-width: 0;
	}

	.ls-entity-manager__layout {
		grid-template-columns: 1fr;
	}

	.ls-module-testimonials.is-grid-3 .ls-testimonials__track,
	.ls-module-testimonials.is-grid-load-more .ls-testimonials__track,
	.ls-module-portfolio.is-grid .ls-portfolio__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ls-module-testimonials.is-carousel-pair .ls-testimonials__track {
		grid-template-columns: minmax(0, 1fr);
	}

}

@media (width <= 600px) {

	.ls-portfolio-lightbox {
		padding: 0.75rem;
	}

	.ls-portfolio-lightbox__dialog {
		max-height: calc(100vh - 1.5rem);
		max-width: calc(100vw - 1.5rem);
	}

	.ls-portfolio-lightbox__close {
		height: 2.5rem;
		right: 0.75rem;
		top: 0.75rem;
		width: 2.5rem;
	}

	.ls-portfolio-lightbox__footer {
		grid-template-columns: auto 1fr auto;
	}

	.ls-portfolio-lightbox__project {
		grid-column: 1 / -1;
		justify-self: stretch;
		text-align: center;
	}

	.ls-contact-form__fields {
		grid-template-columns: 1fr;
	}

	.ls-portfolio__grid {
		gap: 0.75rem;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ls-module-testimonials.is-grid-3 .ls-testimonials__track,
	.ls-module-testimonials.is-grid-load-more .ls-testimonials__track,
	.ls-module-portfolio.is-grid .ls-portfolio__grid {
		grid-template-columns: 1fr;
	}

	.ls-faq-item summary {
		grid-template-columns: 2.5rem minmax(0, 1fr) auto;
	}

	.ls-faq-item__number {
		height: 2.5rem;
	}

	.ls-faq-item__answer {
		margin-left: 0;
	}
}

@media (prefers-reduced-motion: reduce) {

	.ls-module-testimonials *,
	.ls-module-portfolio *,
	.ls-project-gallery *,
	.ls-module-faq * {
		animation: none !important;
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
