#page-content {
	background: #100f0f;
	overflow: hidden;
}

.about-hero {
	position: relative;
	min-height: 390px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.about-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(6, 10, 15, 0.32) 48%, rgba(0, 0, 0, 0.72)),
		linear-gradient(180deg, rgba(6, 10, 16, 0.55), rgba(6, 10, 16, 0.78));
}

.about-hero-inner {
	position: relative;
	z-index: 1;
	max-width: 980px;
	text-align: center;
	padding: 72px 0 82px;
}

.about-hero-eyebrow {
	margin: 0 0 8px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
}

.about-hero h1 {
	margin: 0;
	color: #f2f3f5;
	font-size: clamp(38px, 5vw, 64px);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: 0;
	overflow-wrap: anywhere;
	word-break: break-all;
	line-break: anywhere;
}

.about-hero-subtitle {
	max-width: 680px;
	margin: 18px auto 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.55;
}

.about-story {
	padding: 76px 0 30px;
}

.about-story + .about-story {
	padding-top: 30px;
}

.about-story-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
	gap: 58px;
	align-items: center;
}

.about-story-road .about-story-grid {
	grid-template-columns: minmax(0, 1fr) minmax(0, 0.86fr);
}

.about-story-copy h2,
.about-exhibitions h2 {
	margin: 0 0 24px;
	color: #fff;
	font-size: clamp(34px, 4vw, 56px);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: 0;
	overflow-wrap: anywhere;
	word-break: break-all;
	line-break: anywhere;
}

.about-story-copy h2 span,
.about-exhibitions h2 span {
	color: var(--color-primary);
}

.about-story-text {
	color: rgba(255, 255, 255, 0.84);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.55;
	overflow-wrap: anywhere;
	word-break: break-all;
	line-break: anywhere;
}

.about-story-text p {
	margin: 0 0 30px;
	max-width: 100%;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: break-all;
	line-break: anywhere;
}

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

.about-story-media img,
.about-exhibition-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-story-media {
	overflow: hidden;
	border-radius: 16px;
	background: #050505;
	aspect-ratio: 16 / 9.25;
}

.about-story-road .about-story-media {
	border-radius: 0;
	aspect-ratio: 16 / 8.9;
}

.about-legacy {
	padding: 50px 0 20px;
}

.about-content {
	max-width: 860px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.9;
	font-size: 16px;
}

.about-lead {
	font-weight: 700;
	color: rgba(255, 255, 255, 0.88);
}

.about-exhibitions {
	padding: 64px 0 70px;
}

.about-exhibitions h2 {
	margin-bottom: 30px;
}

.about-exhibition-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.about-exhibition-card {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: #070707;
}

.about-exhibition-card img {
	transition: transform 0.35s ease;
}

.about-exhibition-card:hover img {
	transform: scale(1.04);
}

.about-video {
	padding: 0 0 70px;
}

.about-video-frame {
	background: #0b0f14;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.35);
}

.about-video-player {
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 16 / 9;
	background: #000;
}

@media (max-width: 980px) {
	.about-story-grid,
	.about-story-road .about-story-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.about-hero-inner.container,
	.about-story .container,
	.about-exhibitions .container,
	.about-video .container {
		width: calc(100vw - 32px);
		max-width: calc(100vw - 32px);
	}

	.about-story-copy {
		min-width: 0;
		max-width: 100%;
		padding-right: 22px;
	}

	.about-hero h1,
	.about-hero-subtitle {
		max-width: calc(100vw - 64px);
	}

	.about-story-road .about-story-media {
		order: 2;
	}

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

@media (max-width: 640px) {
	.about-hero-inner.container,
	.about-story .container,
	.about-exhibitions .container,
	.about-video .container {
		width: calc(100vw - 32px);
		max-width: calc(100vw - 32px);
	}

	.about-story-copy,
	.about-story-text,
	.about-story-text p {
		min-width: 0;
		max-width: 100%;
	}

	.about-hero {
		min-height: 330px;
	}

	.about-hero-inner {
		padding: 56px 0 64px;
	}

	.about-hero-eyebrow,
	.about-hero-subtitle,
	.about-story-text {
		font-size: 14px;
	}

	.about-story {
		padding: 46px 0 24px;
	}

	.about-story-copy h2,
	.about-exhibitions h2 {
		font-size: 32px;
	}

	.about-hero h1 {
		max-width: 330px;
		margin-right: auto;
		margin-left: auto;
		font-size: 24px;
		line-height: 1.16;
	}

	.about-hero-subtitle {
		max-width: 330px;
	}

	.about-story-text p {
		margin-bottom: 20px;
	}

	.about-exhibition-grid {
		grid-template-columns: 1fr;
	}
}

/* Contact Page Styles */
.contact-grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	gap: 60px;
	padding: 60px 0;
	align-items: start;
}

.contact-left h2 {
	font-size: 24px;
	margin-bottom: 24px;
	color: #fff;
}

.contact-left p {
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.6;
	margin-bottom: 20px;
	font-size: 15px;
}

.contact-left h3 {
	font-size: 18px;
	margin: 32px 0 12px;
	color: #fff;
}

.contact-info-block {
	margin-bottom: 24px;
}

.contact-info-block p {
	margin-bottom: 8px;
}

.contact-info-block a {
	color: #fff;
	transition: color 0.2s;
}

.contact-info-block a:hover {
	color: var(--color-primary);
}

.btn-contact {
	display: inline-block;
	background: var(--color-primary);
	color: #000;
	padding: 12px 32px;
	border-radius: 4px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 24px;
	transition: background 0.2s;
}

.btn-contact:hover {
	background: #0f151b;
	border: 2px solid var(--color-primary);
	color: var(--color-primary);
}

.contact-right {
	background: rgba(255, 255, 255, 0.04);
	padding: 40px;
}

.contact-right h2 {
	font-size: 20px;
	margin-bottom: 32px;
	line-height: 1.3;
	color: #fff;
}

.sales-rep-item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: start;
	margin-bottom: 28px;
	padding-bottom: 28px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sales-rep-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.sales-rep-main {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
}

.sales-rep-avatar {
	flex: 0 0 64px;
	width: 64px;
	height: 64px;
	object-fit: cover;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
}

.sales-rep-details {
	min-width: 0;
}

.sales-rep-name {
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin-bottom: 4px;
	color: #fff;
}

.sales-rep-position {
	display: block;
	margin-bottom: 8px;
	color: var(--color-primary);
	font-size: 13px;
	line-height: 1.4;
}

.sales-rep-contact {
	display: block;
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	line-height: 1.5;
	transition: color 0.2s;
}

.sales-rep-contact:hover {
	color: var(--color-primary);
}

.sales-rep-languages {
	display: block;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.4);
	margin-top: 4px;
}

.sales-rep-whatsapp {
	width: 86px;
	text-align: center;
}

.sales-rep-whatsapp-label {
	display: block;
	margin-bottom: 8px;
	color: rgba(255, 255, 255, 0.55);
	font-size: 11px;
	line-height: 1;
	text-transform: uppercase;
}

.sales-rep-whatsapp-qr {
	display: block;
	width: 86px;
	height: 86px;
	object-fit: cover;
	background: #fff;
	border: 4px solid #fff;
}

.contact-mail-section {
	display: grid;
	grid-template-columns: minmax(320px, 0.42fr) minmax(0, 1fr);
	gap: 56px;
	margin: 32px 0 80px;
	padding: 0;
	color: #fff;
}

.contact-mail-intro h2 {
	margin: 0 0 42px;
	color: #fff;
	font-size: 56px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	white-space: nowrap;
}

.contact-mail-intro p {
	max-width: 430px;
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 18px;
	line-height: 1.55;
}

.contact-mail-form-wrap {
	min-width: 0;
}

.contact-form-message {
	margin-bottom: 18px;
	padding: 14px 18px;
	border: 1px solid currentColor;
	font-size: 15px;
}

.contact-form-message-success {
	color: #baf0cb;
	background: rgba(40, 167, 69, 0.12);
}

.contact-form-message-error {
	color: #ffc4c4;
	background: rgba(220, 53, 69, 0.14);
}

.contact-mail-form {
	display: block;
}

.contact-form-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.contact-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 24px;
}

.contact-form-field {
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.03);
	padding: 12px 18px;
	transition: border-color 0.2s, background 0.2s;
}

.contact-form-field:focus-within {
	border-color: rgba(255, 255, 255, 0.45);
	background: rgba(255, 255, 255, 0.06);
}

.contact-form-field span {
	display: block;
	margin-bottom: 5px;
	color: rgba(255, 255, 255, 0.45);
	font-size: 15px;
	line-height: 1.2;
}

.contact-form-field input,
.contact-form-field textarea {
	display: block;
	width: 100%;
	border: 0;
	padding: 0;
	background: transparent;
	color: #fff;
	font: inherit;
	font-size: 20px;
	line-height: 1.25;
	outline: none;
}

.contact-form-field input::placeholder,
.contact-form-field textarea::placeholder {
	color: rgba(255, 255, 255, 0.35);
	opacity: 1;
}

.contact-form-field-address {
	grid-column: 1 / 2;
}

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

.contact-form-field textarea {
	min-height: 72px;
	resize: vertical;
}

.contact-form-options {
	display: grid;
	grid-template-columns: repeat(4, max-content);
	justify-content: space-between;
	gap: 18px;
	margin: 20px 0 16px;
	padding: 0;
	border: 0;
}

.contact-form-options label,
.contact-form-policy {
	display: flex;
	align-items: center;
	gap: 9px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 15px;
	line-height: 1.3;
	cursor: pointer;
	white-space: nowrap;
}

.contact-form-options input,
.contact-form-policy input {
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	margin: 0;
	accent-color: var(--color-primary);
}

.contact-form-policy {
	margin-bottom: 22px;
}

.contact-form-policy input {
	border-radius: 0;
}

.contact-form-submit {
	min-width: 152px;
	border: 0;
	background: var(--color-primary);
	color: #05080c;
	padding: 18px 36px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
	transition: background 0.2s;
}

.contact-form-submit:hover,
.contact-form-submit:focus-visible {
	background: #fff;
}

.contact-map-section {
	display: grid;
	grid-template-columns: minmax(300px, 0.38fr) minmax(0, 1fr);
	gap: 46px;
	margin: 0 0 86px;
	align-items: stretch;
	color: #fff;
}

.contact-map-copy {
	padding: 34px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-map-kicker {
	display: block;
	margin-bottom: 12px;
	color: var(--color-primary);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.contact-map-copy h2 {
	margin: 0 0 18px;
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: 0;
}

.contact-map-copy p {
	margin: 0 0 28px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 16px;
	line-height: 1.6;
}

.contact-map-details {
	display: grid;
	gap: 18px;
}

.contact-map-details div {
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-map-details span {
	display: block;
	margin-bottom: 5px;
	color: rgba(255, 255, 255, 0.42);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.contact-map-details strong {
	display: block;
	color: rgba(255, 255, 255, 0.88);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
}

.contact-map-frame {
	min-height: 430px;
	background:
		linear-gradient(rgba(8, 13, 19, 0.18), rgba(8, 13, 19, 0.18)),
		rgba(255, 255, 255, 0.04);
	overflow: hidden;
}

.contact-map-frame iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 430px;
	border: 0;
	filter: grayscale(0.25) contrast(0.95) brightness(0.82);
}

/* Modal Styles */
.modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.85);
	z-index: 1000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
	backdrop-filter: blur(4px);
}

.modal-overlay.active {
	display: flex;
}

.modal-content {
	background: #1a1a1a;
	width: 100%;
	max-width: 500px;
	padding: 40px;
	border-radius: 8px;
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.modal-close {
	position: absolute;
	top: 15px;
	right: 15px;
	background: none;
	border: none;
	color: rgba(255, 255, 255, 0.5);
	font-size: 28px;
	cursor: pointer;
	line-height: 1;
	transition: color 0.2s;
}

.modal-close:hover {
	color: #fff;
}

.contact-form-popup h2 {
	font-size: 24px;
	margin-bottom: 30px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.form-group {
	margin-bottom: 20px;
}

.form-group label {
	display: block;
	margin-bottom: 8px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
}

.form-group input,
.form-group textarea {
	width: 100%;
	padding: 12px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	color: #333;
	font-size: 15px;
	font-family: inherit;
}

.form-group textarea {
	resize: vertical;
}

.form-privacy {
	margin-top: 25px;
	margin-bottom: 25px;
}

.checkbox-container {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	cursor: pointer;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.4;
	position: relative;
	padding-left: 30px;
}

.checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #444;
	border-radius: 4px;
	transition: background-color 0.2s;
}

.checkbox-container:hover input ~ .checkmark {
	background-color: #555;
}

.checkbox-container input:checked ~ .checkmark {
	background-color: var(--color-primary);
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
	display: block;
}

.checkbox-container .checkmark:after {
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid #000;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.form-actions {
	display: flex;
	justify-content: flex-end;
}

.btn-send {
	background: var(--color-primary);
	color: #000;
	border: none;
	padding: 12px 40px;
	border-radius: 4px;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
	transition: background 0.2s;
}

.btn-send:hover {
	background: var(--color-primary-hover);
}

@media (max-width: 640px) {
	.modal-content {
		padding: 30px 20px;
	}
}

@media (max-width: 992px) {
	.contact-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.contact-mail-section {
		grid-template-columns: 1fr;
		gap: 36px;
	}
	.contact-mail-intro h2 {
		margin-bottom: 22px;
		font-size: 48px;
	}
	.contact-mail-intro p {
		max-width: none;
	}
	.contact-form-options {
		grid-template-columns: repeat(2, max-content);
		justify-content: start;
	}
	.contact-map-section {
		grid-template-columns: 1fr;
		gap: 26px;
	}
	.contact-map-copy {
		padding: 28px 0;
	}
}

@media (max-width: 640px) {
	main#page-content {
		padding: 60px 0 70px;
	}
	.about-content {
		padding: 40px 0 28px;
	}
	.contact-right {
		padding: 28px 20px;
	}
	.sales-rep-item {
		grid-template-columns: 1fr;
	}
	.sales-rep-whatsapp {
		width: auto;
		text-align: left;
	}
	.sales-rep-whatsapp-qr {
		width: 96px;
		height: 96px;
	}
	.contact-mail-section {
		margin-bottom: 50px;
	}
	.contact-mail-intro h2 {
		font-size: 38px;
	}
	.contact-mail-intro p,
	.contact-form-options label,
	.contact-form-policy,
	.contact-form-submit {
		font-size: 16px;
	}
	.contact-form-grid,
	.contact-form-options {
		grid-template-columns: 1fr;
	}
	.contact-form-field-address {
		grid-column: auto;
	}
	.contact-form-field input,
	.contact-form-field textarea {
		font-size: 18px;
	}
	.contact-map-copy h2 {
		font-size: 30px;
	}
	.contact-map-frame,
	.contact-map-frame iframe {
		min-height: 320px;
	}
}
