:root {
	--hora-wine-black: #120708;
	--hora-deep-wine: #31080d;
	--hora-burgundy: #651421;
	--hora-ruby: #8b2030;
	--hora-gold: #d8a735;
	--hora-soft-gold: #f1cb6b;
	--hora-cream: #fff8ed;
	--hora-ivory: #f7eddd;
	--hora-ink: #241616;
	--hora-muted: #9c8b82;
	--hora-radius: 18px;
	--hora-shadow: 0 18px 55px rgba(0, 0, 0, 0.28);
}

html {
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
	background:
		radial-gradient(circle at 12% 8%, rgba(216, 167, 53, 0.1), transparent 24rem),
		linear-gradient(135deg, #0c0707, var(--hora-wine-black));
}

body.admin-bar .hora-site-header {
	top: 32px;
}

.wp-site-blocks {
	padding: 0;
}

.wp-site-blocks > * {
	margin-block-start: 0;
}

a,
button,
input,
select,
textarea {
	transition: border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: 3px solid var(--hora-soft-gold);
	outline-offset: 3px;
}

.hora-site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	border-bottom: 1px solid rgba(216, 167, 53, 0.34);
	background: rgba(18, 7, 8, 0.94);
	backdrop-filter: blur(16px);
}

.hora-site-header.is-scrolled {
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.34);
}

.hora-utility {
	min-height: 32px;
	border-bottom: 1px solid rgba(216, 167, 53, 0.18);
	font-size: 0.74rem;
}

.hora-utility a {
	color: rgba(255, 248, 237, 0.8);
}

.hora-header-main {
	min-height: 78px;
}

.hora-header-main .wp-block-site-logo img {
	max-height: 54px;
	width: auto;
}

.hora-brand-fallback {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	font-family: var(--wp--preset--font-family--thai-display);
	font-size: clamp(1.45rem, 2vw, 2rem);
	font-weight: 700;
	letter-spacing: 0.04em;
}

.hora-brand-fallback::before {
	content: "✧";
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid var(--hora-gold);
	border-radius: 50%;
	box-shadow: inset 0 0 0 5px rgba(216, 167, 53, 0.1);
}

.hora-header-main .wp-block-navigation-item__content {
	color: var(--hora-cream);
}

.hora-header-main .wp-block-navigation-item__content:hover {
	color: var(--hora-soft-gold);
}

.wp-block-button__link,
.hora-booking-form button {
	box-shadow: 0 8px 22px rgba(216, 167, 53, 0.18);
}

.wp-block-button__link:hover,
.hora-booking-form button:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 30px rgba(216, 167, 53, 0.3);
}

.is-style-hora-outline .wp-block-button__link {
	border: 1px solid var(--hora-gold);
	background: transparent;
	box-shadow: none;
	color: var(--hora-soft-gold);
}

.hora-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	border-bottom: 1px solid rgba(216, 167, 53, 0.45);
	background:
		radial-gradient(circle at 67% 38%, rgba(194, 46, 35, 0.32), transparent 31rem),
		linear-gradient(120deg, #140708 0%, #2e090d 52%, #160707 100%);
}

.hora-hero::before,
.hora-hero::after {
	position: absolute;
	z-index: -1;
	content: "";
	pointer-events: none;
}

.hora-hero::before {
	top: -12rem;
	right: 18%;
	width: 38rem;
	height: 38rem;
	border: 1px solid rgba(216, 167, 53, 0.2);
	border-radius: 50%;
	background: repeating-conic-gradient(from 12deg, transparent 0 8deg, rgba(216, 167, 53, 0.08) 8deg 9deg);
	box-shadow: inset 0 0 0 5rem rgba(216, 167, 53, 0.015), inset 0 0 0 9rem rgba(216, 167, 53, 0.012);
}

.hora-hero::after {
	inset: 0;
	background-image:
		linear-gradient(30deg, transparent 48%, rgba(216, 167, 53, 0.035) 49%, transparent 51%),
		linear-gradient(-30deg, transparent 48%, rgba(216, 167, 53, 0.035) 49%, transparent 51%);
	background-size: 64px 110px;
	mask-image: linear-gradient(90deg, #000 0%, transparent 48%, #000 100%);
}

.hora-hero-inner {
	padding-block: clamp(3rem, 7vw, 7rem) clamp(2.25rem, 5vw, 4.5rem);
}

.hora-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.88fr) minmax(380px, 1.12fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: center;
}

.hora-eyebrow {
	margin: 0 0 0.5rem;
	color: var(--hora-soft-gold);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.hora-hero h1 {
	max-width: 13ch;
	margin: 0;
	font-size: clamp(2.7rem, 5.7vw, 5.3rem);
	letter-spacing: -0.025em;
	text-wrap: balance;
}

.hora-hero-copy > p:not(.hora-eyebrow) {
	max-width: 37rem;
	color: rgba(255, 248, 237, 0.82);
	font-size: clamp(1rem, 1.55vw, 1.25rem);
}

.hora-hero-media {
	position: relative;
	min-height: 420px;
	align-self: stretch;
}

.hora-hero-media .wp-block-image,
.hora-hero-media img {
	width: 100%;
	height: 100%;
	min-height: 420px;
}

.hora-hero-media img {
	display: block;
	border: 1px solid rgba(216, 167, 53, 0.5);
	border-radius: 32px;
	object-fit: cover;
	object-position: center;
	box-shadow: var(--hora-shadow);
}

.hora-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.85rem;
	margin-top: clamp(2rem, 5vw, 4rem);
}

.hora-trust-item {
	display: flex;
	min-height: 74px;
	align-items: center;
	gap: 0.7rem;
	padding: 0.85rem;
	border: 1px solid rgba(216, 167, 53, 0.24);
	border-radius: 14px;
	background: rgba(12, 5, 6, 0.48);
}

.hora-trust-item strong {
	display: block;
	color: var(--hora-soft-gold);
}

.hora-trust-icon,
.hora-service-icon {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	border: 1px solid rgba(216, 167, 53, 0.75);
	border-radius: 50%;
}

.hora-trust-icon {
	width: 40px;
	height: 40px;
	color: var(--hora-soft-gold);
	font-size: 1.15rem;
}

.hora-section {
	position: relative;
	padding-block: clamp(3.25rem, 7vw, 6.5rem);
}

.hora-section.is-cream {
	background:
		linear-gradient(rgba(255, 248, 237, 0.96), rgba(255, 248, 237, 0.98)),
		repeating-linear-gradient(45deg, transparent 0 30px, rgba(216, 167, 53, 0.08) 30px 31px);
	color: var(--hora-ink);
}

.hora-section.is-wine {
	background:
		radial-gradient(circle at 90% 0, rgba(139, 32, 48, 0.35), transparent 27rem),
		linear-gradient(145deg, #26090c, #120708);
}

.hora-section-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.hora-section-heading::before,
.hora-section-heading::after {
	height: 1px;
	flex: 1;
	background: linear-gradient(90deg, transparent, var(--hora-gold), transparent);
	content: "";
}

.hora-section-heading h2 {
	margin: 0;
	text-align: center;
	text-wrap: balance;
}

.is-cream .hora-section-heading h2,
.is-cream h2,
.is-cream h3 {
	color: var(--hora-deep-wine);
}

.hora-services-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 0.85rem;
}

.hora-service-card {
	height: 100%;
	padding: 1.35rem 0.85rem;
	border: 1px solid rgba(101, 20, 33, 0.14);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.76);
	box-shadow: 0 8px 24px rgba(49, 8, 13, 0.08);
	text-align: center;
}

.hora-service-card:hover {
	transform: translateY(-5px);
	border-color: var(--hora-gold);
	box-shadow: 0 16px 34px rgba(49, 8, 13, 0.14);
}

.hora-service-icon {
	width: 58px;
	height: 58px;
	margin: 0 auto 0.85rem;
	background: linear-gradient(145deg, #7f1a2a, #3b0b11);
	box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.07);
	color: var(--hora-soft-gold);
	font-size: 1.45rem;
}

.hora-service-card h3 {
	margin: 0;
	font-family: var(--wp--preset--font-family--thai-sans);
	font-size: 1rem;
	font-weight: 800;
}

.hora-service-card p {
	margin: 0.25rem 0 0;
	color: #665555;
	font-size: 0.78rem;
}

.hora-testimonials-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.hora-testimonial {
	padding: 1.35rem;
	border: 1px solid rgba(216, 167, 53, 0.5);
	border-radius: 16px;
	background: var(--hora-cream);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	color: var(--hora-ink);
}

.hora-testimonial .wp-block-image img,
.hora-testimonial .wp-block-media-text__media img {
	width: 60px;
	height: 60px;
	border: 2px solid var(--hora-gold);
	border-radius: 50%;
	object-fit: cover;
}

.hora-stars {
	margin: 0.35rem 0;
	color: #e89b09;
	letter-spacing: 0.12em;
}

.is-style-hora-panel,
.hora-panel {
	border: 1px solid rgba(216, 167, 53, 0.5);
	border-radius: var(--hora-radius);
	background: rgba(27, 8, 10, 0.72);
	box-shadow: var(--hora-shadow);
}

.hora-portfolio-grid {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	gap: clamp(0.55rem, 1vw, 0.9rem);
}

.hora-portfolio-card {
	position: relative;
	overflow: hidden;
	min-width: 0;
	border: 1px solid rgba(216, 167, 53, 0.75);
	border-radius: 14px;
	background: #0c0506;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

.hora-portfolio-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.38);
}

.hora-portfolio-card .wp-block-image {
	margin: 0;
}

.hora-portfolio-card .wp-block-image img,
.wp-block-image.is-style-hora-portrait img {
	display: block;
	width: 100%;
	aspect-ratio: 9 / 16;
	border-radius: 0;
	object-fit: cover;
}

.hora-portfolio-card .hora-card-title {
	min-height: 3.5rem;
	margin: 0;
	padding: 0.8rem 0.45rem;
	background: linear-gradient(180deg, rgba(18, 7, 8, 0.82), #120708);
	color: var(--hora-cream);
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
}

.hora-portfolio-section + .hora-portfolio-section {
	margin-top: clamp(3rem, 6vw, 5rem);
}

.hora-subheading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.25rem;
	border-bottom: 1px solid rgba(216, 167, 53, 0.55);
}

.hora-subheading h2 {
	margin-bottom: 0.65rem;
	font-size: clamp(1.35rem, 2.4vw, 2rem);
}

.hora-subheading a {
	white-space: nowrap;
}

.hora-article-grid .wp-block-post-template {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.15rem;
}

.hora-article-grid .wp-block-post {
	overflow: hidden;
	border: 1px solid rgba(101, 20, 33, 0.15);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(49, 8, 13, 0.08);
}

.hora-article-grid .wp-block-post-featured-image {
	margin: 0;
}

.hora-article-grid .wp-block-post-featured-image img {
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 0;
	object-fit: cover;
}

.hora-article-card-body {
	padding: 1.15rem;
}

.hora-article-grid .wp-block-post-title a {
	color: var(--hora-deep-wine);
}

.hora-static-article-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.15rem;
}

.hora-static-article {
	overflow: hidden;
	border: 1px solid rgba(101, 20, 33, 0.15);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(49, 8, 13, 0.08);
}

.hora-static-article:hover {
	transform: translateY(-5px);
	box-shadow: 0 18px 38px rgba(49, 8, 13, 0.14);
}

.hora-static-article .wp-block-image {
	margin: 0;
}

.hora-static-article .wp-block-image img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 0;
	object-fit: cover;
}

.hora-static-article h3 {
	margin-block: 0.35rem;
	font-size: clamp(1.15rem, 1.7vw, 1.45rem);
}

.hora-article-meta {
	margin: 0;
	color: var(--hora-ruby);
	font-weight: 700;
}

.hora-process-list {
	display: grid;
	gap: 1rem;
}

.hora-process-card {
	align-items: flex-start;
	gap: 1rem;
	padding: 1.15rem;
	border: 1px solid rgba(101, 20, 33, 0.15);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 8px 24px rgba(49, 8, 13, 0.08);
}

.hora-process-card h3,
.hora-process-card p {
	margin-block: 0;
}

.hora-step {
	display: grid;
	width: 52px;
	height: 52px;
	flex: 0 0 52px;
	place-items: center;
	border-radius: 50%;
	background: linear-gradient(145deg, var(--hora-burgundy), var(--hora-deep-wine));
	color: var(--hora-soft-gold);
	font-weight: 800;
}

.hora-about .hora-eyebrow {
	color: var(--hora-burgundy);
}

.hora-faq-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(1.5rem, 4vw, 4rem);
	align-items: start;
}

.hora-faq-list details {
	margin-bottom: 0.75rem;
	padding: 1rem 1.15rem;
	border: 1px solid rgba(216, 167, 53, 0.3);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.04);
}

.hora-faq-list summary {
	cursor: pointer;
	color: var(--hora-soft-gold);
	font-weight: 700;
}

.hora-booking-section {
	background:
		radial-gradient(circle at 85% 20%, rgba(216, 167, 53, 0.2), transparent 22rem),
		linear-gradient(135deg, #5c111c, #25080b);
}

.hora-booking-wrap {
	padding: clamp(1.25rem, 3vw, 2.5rem);
	border: 1px solid rgba(216, 167, 53, 0.65);
	border-radius: var(--hora-radius);
	background: rgba(18, 7, 8, 0.78);
	box-shadow: var(--hora-shadow);
}

.hora-booking-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.hora-booking-form p {
	margin: 0;
}

.hora-booking-form label {
	display: block;
	margin-bottom: 0.35rem;
	color: var(--hora-cream);
	font-size: 0.86rem;
	font-weight: 700;
}

.hora-booking-form input,
.hora-booking-form select,
.hora-booking-form textarea {
	box-sizing: border-box;
	width: 100%;
	min-height: 48px;
	padding: 0.75rem 0.9rem;
	border: 1px solid rgba(216, 167, 53, 0.34);
	border-radius: 9px;
	background: rgba(255, 248, 237, 0.98);
	color: var(--hora-ink);
	font: inherit;
}

.hora-booking-form textarea {
	min-height: 120px;
	resize: vertical;
}

.hora-booking-form input:focus,
.hora-booking-form select:focus,
.hora-booking-form textarea:focus {
	border-color: var(--hora-soft-gold);
	box-shadow: 0 0 0 4px rgba(216, 167, 53, 0.12);
}

.hora-booking-form button {
	width: 100%;
	min-height: 50px;
	border: 0;
	border-radius: 10px;
	background: linear-gradient(135deg, #f7dc8a, #d8a735 48%, #9f6812);
	color: var(--hora-wine-black);
	cursor: pointer;
	font: inherit;
	font-weight: 800;
}

.hora-field-full {
	grid-column: 1 / -1;
}

.hora-consent label {
	display: flex;
	align-items: flex-start;
	gap: 0.6rem;
	font-weight: 400;
}

.hora-consent input {
	width: 18px;
	min-height: 18px;
	margin-top: 0.25rem;
}

.hora-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.hora-form-notice {
	margin-bottom: 1rem;
	padding: 0.9rem 1rem;
	border-radius: 9px;
	font-weight: 700;
}

.hora-form-notice.is-success {
	background: #dff7e5;
	color: #155d2a;
}

.hora-form-notice.is-error {
	background: #fee5e4;
	color: #8c1717;
}

.hora-contact-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem;
}

.hora-contact-item {
	padding: 1rem;
	border: 1px solid rgba(216, 167, 53, 0.32);
	border-radius: 12px;
	background: rgba(18, 7, 8, 0.42);
}

.hora-dynamic-contact {
	margin: 0;
	padding-left: 1.15rem;
}

.hora-dynamic-contact li + li {
	margin-top: 0.35rem;
}

.hora-entry-shell .wp-block-query-pagination {
	margin-top: 2rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(101, 20, 33, 0.15);
}

.hora-404 .hora-entry-shell {
	max-width: 760px;
	text-align: center;
}

.hora-404 .has-xx-large-font-size {
	margin: 0;
	background: linear-gradient(135deg, var(--hora-soft-gold), var(--hora-burgundy));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-family: var(--wp--preset--font-family--thai-display);
	font-weight: 800;
}

.hora-site-footer {
	padding-block: 3.5rem 6rem;
	border-top: 1px solid rgba(216, 167, 53, 0.4);
	background: #0c0506;
}

.hora-footer-grid {
	display: grid;
	grid-template-columns: 1.2fr repeat(3, 1fr);
	gap: 2rem;
}

.hora-footer-grid h3 {
	font-size: 1rem;
}

.hora-footer-grid p,
.hora-footer-grid li {
	color: rgba(255, 248, 237, 0.7);
	font-size: 0.88rem;
}

.hora-line-float {
	position: fixed;
	right: 22px;
	bottom: 24px;
	z-index: 120;
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border: 3px solid #fff;
	border-radius: 50%;
	background: #06c755;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
	color: #fff;
	font-size: 0.75rem;
	font-weight: 900;
}

.hora-line-float:hover {
	transform: translateY(-4px) scale(1.03);
	color: #fff;
}

.hora-mobile-dock {
	display: none;
}

.hora-main-content {
	min-height: 60vh;
	padding-block: clamp(2.5rem, 6vw, 5rem);
}

.hora-entry-shell {
	padding: clamp(1.25rem, 4vw, 3rem);
	border: 1px solid rgba(216, 167, 53, 0.28);
	border-radius: var(--hora-radius);
	background: var(--hora-cream);
	box-shadow: var(--hora-shadow);
	color: var(--hora-ink);
}

.hora-entry-shell h1,
.hora-entry-shell h2,
.hora-entry-shell h3,
.hora-entry-shell a {
	color: var(--hora-deep-wine);
}

.wp-block-post-content img {
	height: auto;
}

@media (max-width: 1100px) {
	.hora-services-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.hora-portfolio-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.hora-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.hora-hero-grid {
		grid-template-columns: 1fr;
	}

	.hora-hero-copy {
		text-align: center;
	}

	.hora-hero h1,
	.hora-hero-copy > p:not(.hora-eyebrow) {
		margin-inline: auto;
	}

	.hora-hero-copy .wp-block-buttons {
		justify-content: center;
	}

	.hora-hero-media {
		min-height: 360px;
	}

	.hora-hero-media .wp-block-image,
	.hora-hero-media img {
		min-height: 360px;
	}

	.hora-trust-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hora-faq-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 782px) {
	body {
		padding-bottom: 70px;
	}

	body.admin-bar .hora-site-header {
		top: 46px;
	}

	.hora-utility {
		display: none;
	}

	.hora-header-main {
		min-height: 68px;
	}

	.hora-header-main .wp-block-navigation__responsive-container.is-menu-open {
		padding: 1.5rem;
		background: var(--hora-wine-black);
	}

	.hora-header-main .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
		font-size: 1.2rem;
	}

	.hora-header-cta {
		display: none;
	}

	.hora-hero-inner {
		padding-top: 2.4rem;
	}

	.hora-hero h1 {
		max-width: 12ch;
		font-size: clamp(2.35rem, 12vw, 4rem);
	}

	.hora-hero-media {
		min-height: 290px;
	}

	.hora-hero-media .wp-block-image,
	.hora-hero-media img {
		min-height: 290px;
	}

	.hora-section {
		padding-block: 3.2rem;
	}

	.hora-testimonials-grid,
	.hora-article-grid .wp-block-post-template,
	.hora-static-article-grid,
	.hora-contact-list {
		grid-template-columns: 1fr;
	}

	.hora-booking-form {
		grid-template-columns: 1fr;
	}

	.hora-booking-form p {
		grid-column: 1;
	}

	.hora-footer-grid {
		grid-template-columns: 1fr;
	}

	.hora-site-footer {
		padding-bottom: 3rem;
	}

	.hora-line-float {
		right: 14px;
		bottom: 86px;
		width: 52px;
		height: 52px;
	}

	.hora-mobile-dock {
		position: fixed;
		inset: auto 0 0;
		z-index: 115;
		display: grid;
		grid-template-columns: repeat(5, minmax(0, 1fr));
		min-height: 68px;
		border-top: 1px solid rgba(216, 167, 53, 0.55);
		background: rgba(49, 8, 13, 0.97);
		box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.3);
		backdrop-filter: blur(14px);
	}

	.hora-mobile-dock a {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 0.1rem;
		color: var(--hora-cream);
		font-size: 0.7rem;
		font-weight: 700;
	}

	.hora-mobile-dock a:first-child {
		color: var(--hora-soft-gold);
	}

	.hora-mobile-dock span {
		font-size: 1.25rem;
		line-height: 1;
	}
}

@media (max-width: 600px) {
	.hora-services-grid,
	.hora-portfolio-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hora-trust-grid {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		padding-bottom: 0.5rem;
	}

	.hora-trust-item {
		min-width: 78vw;
		scroll-snap-align: start;
	}

	.hora-section-heading::before,
	.hora-section-heading::after {
		display: none;
	}

	.hora-section-heading {
		justify-content: center;
	}

	.hora-subheading {
		align-items: flex-end;
	}

	.hora-subheading h2 {
		max-width: 15ch;
	}

	.hora-portfolio-card .hora-card-title {
		font-size: 0.86rem;
	}

	.hora-portfolio-grid > .hora-portfolio-card:nth-child(n + 7) {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
