html,
body {
	margin: 0 !important;
	padding: 0 !important;
	overflow-x: hidden;
}

.aqc-contact {
	--aqcc-dark: #1e293b;
	--aqcc-light: #f0ede6;
	--aqcc-orange: #e08a2b;
	--aqcc-bg: #f8f7f4;
	--aqcc-ink: #1a1f2b;
	--aqcc-muted: #667085;
	--aqcc-line: #dfe1e5;
	color: var(--aqcc-ink);
	background: var(--aqcc-bg);
	font: 400 16px/1.55 Inter, sans-serif;
	overflow-x: hidden;
}

.aqc-contact *,
.aqc-contact *::before,
.aqc-contact *::after { box-sizing: border-box; }
.aqc-contact h1,
.aqc-contact h2,
.aqc-contact h3,
.aqc-contact p { margin: 0; }
.aqc-contact a { color: inherit; text-decoration: none; }
.aqc-contact img { display: block; max-width: 100%; }
.aqc-contact button,
.aqc-contact input,
.aqc-contact select,
.aqc-contact textarea { font: inherit; }
.aqc-contact__container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }

/* Header */
.aqc-contact__header { position: fixed; inset: 0 0 auto; z-index: 1000; color: var(--aqcc-light); transition: background .25s ease, border-color .25s ease, color .25s ease; }
.aqc-contact__header.is-scrolled { color: var(--aqcc-ink); background: rgba(248, 247, 244, .95); border-bottom: 1px solid var(--aqcc-line); backdrop-filter: blur(12px); }
.aqc-contact__header-inner { display: flex; align-items: center; gap: 28px; height: 76px; }
.aqc-contact__brand { font-family: 'Space Grotesk', sans-serif; font-size: .88rem; font-weight: 700; letter-spacing: .08em; white-space: nowrap; }
.aqc-contact__brand span { color: var(--aqcc-orange); }
.aqc-contact__nav { display: flex; align-items: center; gap: 23px; margin-left: auto; }
.aqc-contact__nav a,
.aqc-contact__header-cta { color: inherit; font-size: .78rem; font-weight: 500; transition: color .2s ease, background .2s ease; }
.aqc-contact__nav a:hover { color: var(--aqcc-orange); }
.aqc-contact__header-cta { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid currentColor; }
.aqc-contact__header-cta:hover { color: var(--aqcc-dark); background: var(--aqcc-orange); border-color: var(--aqcc-orange); }
.aqc-contact__burger { display: none; position: relative; z-index: 1100; width: 28px; height: 20px; padding: 0; border: 0; background: none; color: inherit; cursor: pointer; }
.aqc-contact__burger span { position: absolute; left: 0; width: 100%; height: 2px; background: currentColor; transition: .25s ease; }
.aqc-contact__burger span:nth-child(1) { top: 0; }
.aqc-contact__burger span:nth-child(2) { top: 9px; }
.aqc-contact__burger span:nth-child(3) { top: 18px; }
.aqc-contact__burger.is-open span:nth-child(1) { top: 9px; transform: rotate(45deg); }
.aqc-contact__burger.is-open span:nth-child(2) { opacity: 0; }
.aqc-contact__burger.is-open span:nth-child(3) { top: 9px; transform: rotate(-45deg); }
.aqc-contact__burger.is-open { color: var(--aqcc-light); }
.aqc-contact__mobile-menu { display: none; }

/* Hero */
.aqc-contact__hero { padding: 157px 0 86px; color: var(--aqcc-light); background: var(--aqcc-dark); }
.aqc-contact__eyebrow { display: flex; align-items: center; gap: 9px; color: #f1c081; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.aqc-contact__eyebrow span { width: 20px; height: 2px; background: var(--aqcc-orange); }
.aqc-contact h1,
.aqc-contact h2,
.aqc-contact h3 { font-family: 'Space Grotesk', sans-serif; }
.aqc-contact__hero h1 { max-width: 760px; margin: 16px 0 18px; font-size: clamp(2.8rem, 5vw, 4.85rem); letter-spacing: -.065em; line-height: .98; }
.aqc-contact__hero > div > p:not(.aqc-contact__eyebrow) { max-width: 600px; color: #c3c9d2; font-size: 1.03rem; line-height: 1.75; }

/* Contact area */
.aqc-contact__main { padding: 104px 0 116px; }
.aqc-contact__grid { display: grid; grid-template-columns: minmax(280px, .76fr) minmax(0, 1.24fr); align-items: start; gap: 104px; }
.aqc-contact__direct { max-width: 330px; }
.aqc-contact__direct > img { width: 142px; aspect-ratio: 1; margin-bottom: 25px; object-fit: cover; object-position: center 18%; border-radius: 8px; }
.aqc-contact__name { font: 600 1.42rem 'Space Grotesk', sans-serif; letter-spacing: -.04em; }
.aqc-contact__role { margin-top: 3px; color: var(--aqcc-muted); font-size: .86rem; }
.aqc-contact__direct-copy { margin-top: 30px; color: #4b5565; line-height: 1.72; }
.aqc-contact__button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 15px 20px; border: 0; background: var(--aqcc-orange); color: var(--aqcc-dark); font-size: .88rem; font-weight: 600; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.aqc-contact__button:hover { background: var(--aqcc-dark); color: #fff; transform: translateY(-2px); }
.aqc-contact__direct .aqc-contact__button { margin-top: 26px; }
.aqc-contact__direct .aqc-contact__note { margin-top: 14px; color: var(--aqcc-muted); font-size: .79rem; line-height: 1.65; }
.aqc-contact__direct .aqc-contact__email { display: grid; gap: 6px; margin-top: 18px; color: var(--aqcc-muted); }
.aqc-contact__email small { font-size: .75rem; }
.aqc-contact__email a { width: fit-content; color: #485260; font-size: .83rem; font-weight: 500; }
.aqc-contact__email a:hover { color: var(--aqcc-orange); }
.aqc-contact__form-wrap { padding: 40px; scroll-margin-top: 100px; background: #fff; border: 1px solid var(--aqcc-line); }
.aqc-contact__form-wrap h2 { font-size: clamp(1.7rem, 3vw, 2.35rem); letter-spacing: -.05em; line-height: 1.05; }
.aqc-contact__notice { margin: 22px 0 0; padding: 13px 15px; font-size: .86rem; line-height: 1.55; }
.aqc-contact__notice--success { color: #1f5c44; background: #e8f3eb; border-left: 3px solid #3a8b62; }
.aqc-contact__notice--error { color: #8a321f; background: #fbebe7; border-left: 3px solid #c8553d; }
.aqc-contact__form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 30px; }
.aqc-contact__form p { margin: 0; }
.aqc-contact__form label { display: block; margin-bottom: 8px; color: #3e4652; font-size: .79rem; font-weight: 600; }
.aqc-contact__form label b { color: var(--aqcc-orange); }
.aqc-contact__form label small { margin-left: 4px; color: var(--aqcc-muted); font-size: inherit; font-weight: 400; }
.aqc-contact__form input,
.aqc-contact__form select,
.aqc-contact__form textarea { display: block; width: 100%; padding: 12px 13px; border: 1px solid #cdd1d7; border-radius: 0; outline: 0; background: #fff; color: var(--aqcc-ink); font-size: .91rem; transition: border-color .2s ease, box-shadow .2s ease; }
.aqc-contact__form textarea { min-height: 144px; resize: vertical; }
.aqc-contact__form input:focus,
.aqc-contact__form select:focus,
.aqc-contact__form textarea:focus { border-color: var(--aqcc-orange); box-shadow: 0 0 0 3px rgba(224, 138, 43, .15); }
.aqc-contact__message { grid-column: 1 / -1; }
.aqc-contact__form .aqc-contact__button { justify-self: start; margin-top: 4px; }
.aqc-contact__honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* Footer */
.aqc-contact__footer { padding: 58px 0 0; color: var(--aqcc-light); background: var(--aqcc-dark); }
.aqc-contact__footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 35px; padding-bottom: 52px; }
.aqc-contact__footer-grid > div > p { margin-top: 12px; color: #b9c1cb; font-size: .84rem; }
.aqc-contact__footer h3 { margin: 0 0 14px; font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.aqc-contact__footer-grid > div > a:not(.aqc-contact__brand) { display: block; margin: 8px 0; color: #b9c1cb; font-size: .82rem; }
.aqc-contact__footer-grid > div > a:not(.aqc-contact__brand):hover { color: var(--aqcc-orange); }
.aqc-contact__footer-bottom { padding: 19px 24px; border-top: 1px solid #394354; color: #aeb7c2; font-size: .72rem; text-align: center; }

@media (max-width: 960px) {
	.aqc-contact__nav,
	.aqc-contact__header-cta { display: none; }
	.aqc-contact__burger { display: block; margin-left: auto; }
	.aqc-contact__mobile-menu { position: absolute; top: 0; left: 0; z-index: 1050; display: flex; width: 100%; height: 100vh; visibility: hidden; flex-direction: column; align-items: center; justify-content: center; gap: 23px; color: var(--aqcc-light); background: var(--aqcc-dark); opacity: 0; pointer-events: none; transition: opacity .25s ease, visibility .25s ease; }
	.aqc-contact__mobile-menu.is-open { visibility: visible; opacity: 1; pointer-events: auto; }
	.aqc-contact__mobile-menu a { font-family: 'Space Grotesk', sans-serif; font-size: 1.3rem; font-weight: 600; }
	.aqc-contact__mobile-menu a:last-child { margin-top: 12px; color: var(--aqcc-orange); font-family: Inter, sans-serif; font-size: .95rem; }
	.aqc-contact__grid { grid-template-columns: 1fr; gap: 58px; }
	.aqc-contact__direct { max-width: 520px; }
	.aqc-contact__footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
	.aqc-contact__footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 620px) {
	.aqc-contact__container { width: min(100% - 36px, 1160px); }
	.aqc-contact__header-inner { height: 66px; }
	.aqc-contact__hero { padding: 116px 0 62px; }
	.aqc-contact__hero h1 { font-size: clamp(2.65rem, 12vw, 3.8rem); }
	.aqc-contact__hero > div > p:not(.aqc-contact__eyebrow) { font-size: .96rem; }
	.aqc-contact__main { padding: 74px 0 82px; }
	.aqc-contact__grid { gap: 48px; }
	.aqc-contact__direct > img { width: 124px; margin-bottom: 21px; }
	.aqc-contact__form-wrap { padding: 25px 20px; }
	.aqc-contact__form { grid-template-columns: 1fr; gap: 18px; }
	.aqc-contact__message { grid-column: auto; }
	.aqc-contact__form .aqc-contact__button { width: 100%; }
	.aqc-contact__footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
	.aqc-contact__footer-grid > div:first-child { grid-column: 1 / -1; }
	.aqc-contact__footer-grid > div:last-child { grid-column: auto; }
}
