﻿.contact-hero {
		position: relative;
		min-height: 340px;
		display: flex;
		align-items: flex-end;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		color: #ffffff;
	}

	.contact-hero:before {
		content: "";
		position: absolute;
		inset: 0;
		background: linear-gradient(rgba(20, 18, 15, .22), rgba(20, 18, 15, .7));
	}

	.contact-hero .container {
		position: relative;
		z-index: 1;
		padding-top: 90px;
		padding-bottom: 64px;
	}

	.contact-hero h1 {
		margin: 0;
		font-family: Georgia, "Times New Roman", serif;
		font-size: clamp(42px, 7vw, 76px);
		line-height: 1.04;
		font-weight: 700;
		color: #ffffff;
		text-shadow: 0 6px 22px rgba(0, 0, 0, .42);
	}

	.contact-hero p {
		max-width: 760px;
		margin: 18px 0 0;
		font-size: 19px;
		line-height: 1.65;
		color: rgba(255, 255, 255, .92);
		text-shadow: 0 4px 18px rgba(0, 0, 0, .36);
	}

	.home-contact-section {
		padding: 24px 0 22px;
		background: linear-gradient(180deg, #ffffff 0%, #faf8f2 100%);
	}

	.home-section-heading {
		max-width: 1320px;
		margin: 10px auto 22px;
		padding: 0 20px;
		text-align: left;
	}

	.home-section-heading span {
		display: block;
		margin-bottom: 4px;
		font-size: 11px;
		font-weight: 800;
		letter-spacing: .18em;
		text-transform: uppercase;
		color: #cda13d;
	}

	.home-section-heading h2 {
		margin: 0;
		font-size: 22px;
		line-height: 1.25;
		font-weight: 800;
		color: #202020;
	}

	.home-contact-grid {
		display: grid;
		gap: 24px;
	}

	.home-contact-grid--top {
		max-width: 1320px;
		margin: 0 auto;
		padding: 0 20px;
		grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
		align-items: stretch;
		gap: 28px;
	}

	.home-contact-card--form {
		height: 100%;
		display: flex;
		flex-direction: column;
	}

	.home-contact-sidebar {
		display: grid;
		gap: 22px;
		height: 100%;
	}

	.home-contact-weather-row {
		max-width: 1320px;
		margin: 12px auto 0;
		padding: 0 20px;
	}

	.home-contact-grid--bottom {
		max-width: 1320px;
		margin: 12px auto 0;
		padding: 0 20px 20px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home-contact-arrival-row {
		max-width: 1320px;
		margin: 18px auto 0;
		padding: 0 20px;
	}

	.home-contact-arrival-card {
		padding: 20px;
	}

	.home-contact-arrival-grid {
		display: grid;
		grid-template-columns: minmax(0, .38fr) minmax(0, .62fr);
		gap: 22px;
		align-items: start;
	}

	.home-contact-arrival-media {
		height: 100%;
	}

	.home-contact-arrival-media img {
		display: block;
		width: 100%;
		height: 100%;
		min-height: 420px;
		object-fit: cover;
		border-radius: 18px;
		border: 1px solid #e4eaf2;
	}

	.home-arrival-intro {
		margin: 2px 0 18px;
		font-size: 15px;
		line-height: 1.75;
		color: #556170;
	}

	.home-arrival-sections {
		display: grid;
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.home-arrival-section {
		padding: 14px 16px;
		border-radius: 16px;
		background: #f8fafc;
		border: 1px solid #e4eaf2;
	}

	.home-arrival-section h4 {
		margin: 0 0 8px;
		font-size: 14px;
		line-height: 1.3;
		font-weight: 700;
		color: #8a6a26;
		text-transform: none;
	}

	.home-arrival-section p {
		margin: 0 0 10px;
		font-size: 13px;
		line-height: 1.7;
		color: #1f2937;
	}

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

	.home-arrival-section--compact {
		padding-top: 13px;
		padding-bottom: 13px;
	}

	.home-arrival-banner {
		margin-top: 16px;
		display: flex;
		justify-content: center;
		background: transparent;
	}

	.home-arrival-banner img {
		display: block;
		width: 50%;
		height: auto;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.home-contact-card {
		background: #ffffff;
		border: 1px solid rgba(0, 0, 0, .08);
		border-radius: 20px;
		padding: 24px;
		box-shadow: 0 16px 38px rgba(0, 0, 0, .08);
	}

	.home-contact-card-head {
		display: flex;
		align-items: flex-start;
		gap: 16px;
		margin-bottom: 18px;
	}

	.home-contact-card-head > span {
		width: 44px;
		height: 44px;
		border-radius: 14px;
		background: linear-gradient(135deg, #cda13d 0%, #a87c1f 100%);
		color: #ffffff;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex: 0 0 auto;
		box-shadow: 0 12px 24px rgba(205, 161, 61, .22);
	}

	.home-contact-card-head > span i {
		font-size: 18px;
	}

	.home-contact-card-head h3 {
		margin: 0 0 4px;
		font-size: 17px;
		line-height: 1.2;
		font-weight: 700;
		color: #161616;
	}

	.home-contact-card-head p {
		margin: 0;
		font-size: 12.5px;
		line-height: 1.7;
		color: #5f6368;
	}

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

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

	.home-contact-form label {
		display: block;
		margin-bottom: 9px;
		font-size: 12px;
		font-weight: 700;
		color: #283044;
	}

	.home-contact-form .form-control {
		width: 100%;
		height: 44px;
		border-radius: 12px;
		border: 1px solid #d8e0ea;
		background: #fbfcfe;
		color: #1f2937;
		box-shadow: none;
		padding-left: 14px;
		padding-right: 14px;
	}

	.home-contact-form textarea.form-control {
		min-height: 150px;
		height: auto;
		padding-top: 12px;
		resize: vertical;
	}

	.home-contact-form .form-control:focus {
		border-color: #cda13d;
		box-shadow: 0 0 0 4px rgba(205, 161, 61, .12);
	}

	.home-contact-form select.form-control {
		padding-right: 36px;
	}

	.home-contact-type-note {
		margin-top: 10px;
		padding: 10px 14px;
		border-radius: 14px;
		background: #f5f9ff;
		border: 1px solid #dbe8ff;
		color: #375c8f;
		font-size: 12px;
		line-height: 1.6;
	}

	.home-contact-check {
		display: flex;
		gap: 10px;
		align-items: flex-start;
		padding: 11px 14px;
		border-radius: 14px;
		background: #f8fbff;
		border: 1px solid #dce8f7;
		color: #334155;
		font-size: 12px;
		line-height: 1.5;
	}

	.home-contact-check input {
		margin-top: 3px;
	}

	.home-contact-actions {
		display: flex;
		gap: 12px;
		flex-wrap: wrap;
		align-items: center;
		margin-top: 2px;
	}

	.home-contact-submit {
		border: 0;
		border-radius: 12px;
		padding: 12px 22px;
		background: linear-gradient(135deg, #cda13d, #a87c1f);
		color: #ffffff;
		font-size: 14px;
		font-weight: 800;
		letter-spacing: .01em;
		box-shadow: 0 12px 26px rgba(205, 161, 61, .26);
		transition: transform .18s ease, box-shadow .18s ease;
	}

	.home-contact-submit:hover {
		transform: translateY(-2px);
		box-shadow: 0 16px 34px rgba(205, 161, 61, .3);
	}

	.home-contact-support {
		font-size: 13px;
		color: #64748b;
		line-height: 1.55;
	}

	.home-contact-info-grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.home-contact-info-tile {
		padding: 16px;
		border-radius: 14px;
		background: #f8fafc;
		border: 1px solid #e4eaf2;
	}

	.home-contact-info-tile span {
		display: block;
		margin-bottom: 6px;
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: .08em;
		font-weight: 800;
		color: #8a6a26;
	}

	.home-contact-info-tile strong {
		display: block;
		font-size: 13px;
		line-height: 1.55;
		font-weight: 600;
		color: #1f2937;
		overflow-wrap: anywhere;
		word-break: break-word;
	}

	.home-contact-info-tile a {
		color: #1f2937;
		text-decoration: none;
	}

	.home-contact-info-tile a:hover {
		text-decoration: underline;
	}

	.home-contact-info-actions {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		margin-top: 16px;
	}

	.home-contact-info-actions--map {
		margin-top: 14px;
	}

	.home-contact-info-actions a {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		padding: 10px 14px;
		border-radius: 12px;
		text-decoration: none;
		font-weight: 700;
		font-size: 13px;
		border: 1px solid #d8e0ea;
		background: #ffffff;
		color: #1f2937;
	}

	.home-contact-info-actions a.primary {
		background: #1f2937;
		border-color: #1f2937;
		color: #ffffff;
	}

	.home-contact-map iframe {
		width: 100%;
		height: 240px;
		border: 0;
		border-radius: 16px;
		box-shadow: inset 0 0 0 1px #e6ebf2;
	}

	.home-contact-map-note {
		margin-top: 12px;
		font-size: 13px;
		line-height: 1.6;
		color: #5f6368;
	}

	.home-weather-grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.home-weather-day {
		position: relative;
		overflow: hidden;
		padding: 16px 14px 15px;
		border-radius: 18px;
		background: linear-gradient(180deg, #f8fbff 0%, #eaf2ff 100%);
		border: 1px solid #d8e6fb;
		text-align: center;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
	}

	.home-weather-day:before {
		content: '';
		position: absolute;
		inset: 0 0 auto 0;
		height: 4px;
		background: linear-gradient(90deg, #cda13d, #1d4ed8);
	}

	.home-weather-day .day {
		display: block;
		margin: 6px 0 8px;
		font-size: 12px;
		font-weight: 800;
		text-transform: uppercase;
		letter-spacing: .08em;
		color: #375c8f;
	}

	.home-weather-day .icon {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		border-radius: 14px;
		background: #ffffff;
		font-size: 20px;
		color: #1d4ed8;
		margin-bottom: 8px;
		box-shadow: 0 10px 22px rgba(29, 78, 216, .10);
	}

	.home-weather-day .temp {
		display: block;
		font-size: 20px;
		line-height: 1.1;
		font-weight: 800;
		color: #152238;
	}

	.home-weather-day .desc {
		display: block;
		margin-top: 6px;
		font-size: 12px;
		line-height: 1.45;
		color: #51627a;
	}

	.home-attractions-grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.home-contact-card--weather,
	.home-contact-card--attractions {
		min-height: 0;
	}

	.home-attraction {
		padding: 16px;
		border-radius: 16px;
		border: 1px solid #e6ebf2;
		background: #fffdfa;
	}

	.home-attraction strong {
		display: block;
		margin-bottom: 6px;
		font-size: 14px;
		line-height: 1.45;
		color: #1f2937;
	}

	.home-attraction p {
		margin: 0;
		font-size: 12.5px;
		line-height: 1.6;
		color: #5f6368;
	}

	.home-legal-links {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	.home-legal-links a {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		padding: 10px 14px;
		border-radius: 999px;
		border: 1px solid #d8e0ea;
		text-decoration: none;
		color: #1f2937;
		background: #ffffff;
		font-weight: 700;
		font-size: 13px;
	}

	@media (max-width: 991px) {
		.home-contact-grid--top,
		.home-contact-grid--bottom {
			grid-template-columns: 1fr;
		}

		.home-contact-arrival-grid {
			grid-template-columns: 1fr;
		}

		.home-contact-arrival-media img {
			min-height: 260px;
		}

		.home-contact-info-grid,
		.home-weather-grid,
		.home-attractions-grid {
			grid-template-columns: repeat(2, minmax(0, 1fr));
		}
	}

	@media (max-width: 767px) {
		.home-contact-section {
			padding: 26px 0 68px;
		}

		.home-contact-card {
			padding: 18px;
			border-radius: 18px;
		}

		.home-contact-form-grid,
		.home-contact-info-grid,
		.home-weather-grid,
		.home-attractions-grid {
			grid-template-columns: 1fr;
		}

		.home-contact-arrival-row {
			margin-top: 14px;
		}

		.home-contact-arrival-card {
			padding: 18px;
		}

		.home-section-heading h2 {
			font-size: 22px;
		}
	}

