/* Aloom Homepage Update — static implementation from Figma (node 1:2, dev specs) */

:root {
	--color-red: #ff0032;
	--color-teal: #00aa96;
	--color-lime: #bfcc33;
	--color-ice: #e8f4fc;
	--color-muted-bg: #fafafa;
	--color-footer: #646464;
	--color-text: #111827;
	--color-placeholder: #6b7280;
	--color-border: #d1d5db;
	--radius-lg: 8px;
	--font-fira: "Fira Sans", system-ui, sans-serif;
	--font-inter: "Inter", system-ui, sans-serif;
	--shadow-head: 0 2px 4px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	overflow-x: hidden;
}

body {
	margin: 0;
	width: 100%;
	font-family: var(--font-fira);
	color: var(--color-text);
	background: #fff;
	line-height: 1.5;
	overflow-x: hidden;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* Horizontal padding: matches Figma ~250px desktop */
.frame-x {
	width: 100%;
	max-width: 90rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: clamp(1rem, 6vw, 15.625rem);
	padding-right: clamp(1rem, 6vw, 15.625rem);
}

/* ----- Aloom logo (assets/aloom-logo-white.svg) ----- */
.head__aloom-logo {
	display: block;
	height: clamp(1.25rem, 3.2vw, 1.875rem);
	width: auto;
	object-fit: contain;
}

/* ----- Event Inc logo (assets/eventinc-logo-white.svg) ----- */
.head__eventinc-logo {
	display: block;
	height: clamp(1.5rem, 4.5vw, 2.5rem);
	width: auto;
	object-fit: contain;
}

.hero-search__eventinc-logo {
	display: block;
	width: auto;
	max-width: min(18.4375rem, 90vw);
	height: auto;
	max-height: 3.25rem;
	object-fit: contain;
}

/* ----- Head ----- */
.head {
	width: 100%;
	background: var(--color-red);
	border-bottom: 2px solid #fff;
	box-shadow: var(--shadow-head);
}

.head__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem 1.5rem;
	padding: 2.125rem 1.5625rem;
	max-width: 100%;
}

.head__brand {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 0.85rem;
}

.head__marke {
	font-family: var(--font-fira);
	font-weight: 400;
	font-size: 0.6875rem;
	color: #fff;
	line-height: 1.2;
	max-width: 4.5rem;
}

.head__nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 2.25rem;
}

.head__login {
	font-family: var(--font-fira);
	font-weight: 700;
	font-size: 1rem;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}

.head__login:hover {
	text-decoration: underline;
}

/* ----- Announcement (red) ----- */
.announcement {
	width: 100%;
	background: var(--color-red);
	color: #fff;
}

.announcement__inner {
	display: flex;
	flex-direction: column;
	gap: 0.6875rem;
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}

.announcement__title {
	margin: 0;
	font-family: var(--font-fira);
	font-weight: 700;
	font-size: clamp(1.75rem, 5vw, 3.25rem);
	line-height: 1.15;
}

.announcement__lead {
	margin: 0;
	font-family: var(--font-fira);
	font-weight: 700;
	font-size: clamp(1.125rem, 2.5vw, 1.875rem);
	line-height: 1.6;
	max-width: 55rem;
}

/* ----- Hero + search ----- */
.hero-search {
	position: relative;
	z-index: 2;
	width: 100%;
	padding-top: 3.125rem;
	padding-bottom: 9.375rem;
	overflow: visible;
}

@media (max-width: 640px) {
	.hero-search {
		padding-bottom: 5rem;
	}
}

.hero-search__frame {
	position: relative;
	z-index: 1;
}

.hero-search__media {
	position: absolute;
	inset: 0;
	background-color: #1a0a0a;
	background-image:
		linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%),
		linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%),
		url("bcc_mood.jpg");
	background-size: cover;
	background-position: center;
	pointer-events: none;
}

.hero-search__content {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	max-width: 52rem;
}

.hero-search__intro {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	align-items: flex-start;
}

.hero-search__taglines {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: flex-start;
}

.hero-search__headline {
	margin: 0;
	font-family: var(--font-inter);
	font-weight: 700;
	font-size: clamp(2rem, 5vw, 3.25rem);
	line-height: 1.15;
	color: #fff;
	letter-spacing: -0.02em;
}

.hero-search__sub {
	margin: 0;
	font-family: var(--font-inter);
	font-weight: 700;
	font-size: clamp(1.125rem, 2.2vw, 1.5rem);
	line-height: 1.3;
	color: #fff;
	max-width: 35rem;
}

/* Search bar — Figma 5:1546 */
.search-bar {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 1rem;
	width: 100%;
	max-width: 100%;
	background: #fff;
	border-radius: var(--radius-lg);
	padding: 1rem;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}

@media (min-width: 640px) {
	.search-bar {
		flex-direction: row;
		align-items: center;
	}
}

.search-bar__input-wrap {
	display: flex;
	align-items: center;
	flex: 1;
	min-width: 0;
	gap: 0.5rem;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
	padding: 0.75rem;
	background: #fff;
	position: relative;
}

.search-bar__input {
	flex: 1;
	min-width: 0;
	border: none;
	padding: 0;
	margin: 0;
	font-family: var(--font-inter);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: var(--color-text);
	background: transparent;
	outline: none;
}

.search-bar__input::placeholder {
	color: var(--color-placeholder);
}

.search-bar__suffix {
	display: flex;
	color: var(--color-text);
	flex-shrink: 0;
	opacity: 0.7;
}

.search-bar__suggestions {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 4px);
	z-index: 1000;
	margin: 0;
	padding: 0.35rem 0;
	list-style: none;
	max-height: 14rem;
	overflow-y: auto;
	background: #fff;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.search-bar__suggestions li {
	padding: 0.55rem 0.75rem;
	cursor: pointer;
	font-family: var(--font-inter);
	font-size: 0.875rem;
}

.search-bar__suggestions li:hover,
.search-bar__suggestions li:focus {
	background: #f3f4f6;
	outline: none;
}

.search-bar__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	flex-shrink: 0;
	padding: 0.75rem 1rem;
	font-family: var(--font-inter);
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: #fff;
	background: var(--color-teal);
	border: none;
	border-radius: var(--radius-lg);
	cursor: pointer;
	transition: background 0.15s ease, transform 0.1s ease;
	white-space: nowrap;
}

.search-bar__btn:hover {
	background: #009080;
}

.search-bar__btn:focus {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.search-bar__btn-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.search-bar__error {
	margin: 0;
	font-family: var(--font-inter);
	font-size: 0.875rem;
	color: #fecaca;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* ----- Content bands ----- */
.band {
	position: relative;
	z-index: 0;
	width: 100%;
}

.band--muted {
	background: var(--color-muted-bg);
}

.band--ice {
	background: var(--color-ice);
}

.band__inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 3rem;
	padding-top: 3.125rem;
	padding-bottom: 3.125rem;
}

.band__text {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	max-width: 100%;
}

.band__title {
	margin: 0;
	font-family: var(--font-fira);
	font-weight: 700;
	font-size: clamp(1.375rem, 3vw, 1.875rem);
	line-height: 1.13;
	color: var(--color-text);
}

.band__body {
	margin: 0;
	font-family: var(--font-fira);
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 1.5;
	color: var(--color-text);
	max-width: 55rem;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 1rem;
	font-family: var(--font-inter);
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.5rem;
	text-decoration: none;
	border-radius: var(--radius-lg);
	border: none;
	cursor: pointer;
	transition: opacity 0.15s ease, transform 0.1s ease;
}

.btn:hover {
	opacity: 0.92;
}

.btn--teal {
	background: var(--color-teal);
	color: #fff;
}

.btn--lime {
	background: var(--color-lime);
	color: var(--color-text);
}

/* ----- Footer (site-footer-1 + address) ----- */
.site-footer {
	width: 100%;
}

.site-footer__links {
	width: 100%;
	background: #fff;
	border-top: 1px solid rgba(17, 24, 39, 0.08);
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.site-footer__nav {
	width: 100%;
}

.site-footer__menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.5rem;
	align-items: baseline;
}

.site-footer__menu a {
	font-family: var(--font-fira);
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	color: var(--color-text);
	text-decoration: none;
}

.site-footer__menu a:hover {
	color: var(--color-red);
	text-decoration: underline;
}

.foot-address {
	width: 100%;
	background: var(--color-footer);
	color: #fff;
	padding-top: 3.125rem;
	padding-bottom: 3.125rem;
}

.foot-address__inner {
	width: 100%;
}

.foot-address__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem 1.5rem;
	flex-wrap: wrap;
}

.foot-address p {
	margin: 0;
	font-family: var(--font-fira);
	font-weight: 400;
	font-size: 1rem;
	line-height: 2.125rem;
}

.foot-address__legal {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem 1.25rem;
	align-items: center;
}

/* Always white in all states */
.foot-address__legal a,
.foot-address__legal a:link,
.foot-address__legal a:visited,
.foot-address__legal a:hover,
.foot-address__legal a:active,
.foot-address__legal a:focus-visible {
	font-family: var(--font-fira);
	font-weight: 400;
	font-size: 1rem;
	line-height: 2.125rem;
	color: #fff;
	text-decoration: none;
}

.foot-address__legal a:hover,
.foot-address__legal a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 0.15em;
	text-decoration-thickness: 1px;
}
