.iwc-contact-page {
	margin: 0;
	min-width: 320px;
	color: #0a0a0a;
	background: #f2f0eb;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-synthesis: none;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

.iwc-contact-page *,
.iwc-contact-page *::before,
.iwc-contact-page *::after {
	box-sizing: border-box;
}

.iwc-contact-page button,
.iwc-contact-page input,
.iwc-contact-page textarea {
	font: inherit;
}

.iwc-contact-page a,
.iwc-contact-page button,
.iwc-contact-page label {
	-webkit-tap-highlight-color: transparent;
}

.iwc-contact-page a:focus-visible,
.iwc-contact-page button:focus-visible,
.iwc-contact-page input:focus-visible,
.iwc-contact-page textarea:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

.iwc-page {
	--iwc-black: #050505;
	--iwc-ink: #0a0a0a;
	--iwc-paper: #f2f0eb;
	--iwc-white: #fff;
	--iwc-muted: #707070;
	--iwc-line: #cecbc4;
	--iwc-danger: #a51d1d;
	min-height: 100vh;
	background: var(--iwc-paper);
}

.iwc-page h1,
.iwc-page h2,
.iwc-page h3,
.iwc-page p {
	font-family: inherit;
}

.iwc-skip-link {
	position: fixed;
	z-index: 100000;
	top: 12px;
	left: 12px;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	white-space: nowrap;
	color: var(--iwc-black);
	background: var(--iwc-white);
	text-decoration: none;
}

.iwc-skip-link:focus {
	width: auto;
	height: auto;
	margin: 0;
	padding: 12px 16px;
	overflow: visible;
	clip: auto;
	clip-path: none;
}

.iwc-header {
	min-height: 116px;
	padding: 24px clamp(24px, 5vw, 80px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	color: var(--iwc-white);
	background: var(--iwc-black);
}

.iwc-brand {
	display: flex;
	align-items: center;
	gap: 15px;
	color: inherit;
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .13em;
	line-height: .95;
}

.iwc-brand img {
	width: 48px;
	height: 48px;
	filter: grayscale(1) brightness(0) invert(1);
	object-fit: contain;
}

.iwc-back {
	padding-bottom: 5px;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #d0d0d0;
	border-bottom: 1px solid #666;
	text-decoration: none;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.iwc-back:hover {
	color: var(--iwc-white);
}

.iwc-hero {
	min-height: 360px;
	padding: clamp(72px, 9vw, 116px) clamp(24px, 9vw, 145px) clamp(64px, 8vw, 100px);
	color: var(--iwc-white);
	background: var(--iwc-black);
}

.iwc-eyebrow {
	margin: 0 0 20px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .18em;
	line-height: 1.4;
	text-transform: uppercase;
}

.iwc-hero h1 {
	max-width: 1100px;
	margin: 0 0 25px;
	color: inherit;
	font-size: clamp(52px, 8vw, 108px);
	font-weight: 400;
	letter-spacing: -.055em;
	line-height: .9;
}

.iwc-lead {
	max-width: 760px;
	margin: 0;
	color: #bdbdbd;
	font-size: clamp(17px, 2vw, 22px);
	line-height: 1.5;
}

.iwc-contact {
	padding: clamp(64px, 9vw, 128px) clamp(24px, 9vw, 145px);
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(310px, .55fr);
	align-items: start;
	gap: clamp(48px, 8vw, 120px);
}

.iwc-contact__main {
	min-width: 0;
}

.iwc-section-heading {
	margin-bottom: 48px;
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.iwc-section-heading > span {
	width: 40px;
	height: 40px;
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	color: var(--iwc-white);
	border-radius: 50%;
	background: var(--iwc-black);
	font-size: 10px;
	font-weight: 700;
}

.iwc-section-heading p {
	margin: 0 0 8px;
	color: var(--iwc-muted);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.iwc-section-heading h2 {
	margin: 0;
	color: var(--iwc-ink);
	font-size: clamp(32px, 4vw, 54px);
	font-weight: 400;
	letter-spacing: -.045em;
	line-height: 1;
}

.iwc-notice {
	margin: 0 0 34px;
	padding: 20px 24px;
	display: grid;
	gap: 5px;
	border-left: 3px solid var(--iwc-black);
	background: var(--iwc-white);
	font-size: 14px;
	line-height: 1.5;
}

.iwc-notice--error {
	border-color: var(--iwc-danger);
}

.iwc-notice strong {
	font-size: 15px;
}

.iwc-topics {
	margin: 0 0 42px;
	padding: 0;
	border: 0;
}

.iwc-topics legend,
.iwc-field > label,
.iwc-label-row label {
	margin: 0 0 10px;
	display: block;
	color: #555;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1.35;
	text-transform: uppercase;
}

.iwc-field label > span,
.iwc-label-row label > span {
	color: var(--iwc-danger);
}

.iwc-field label small {
	color: #777;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

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

.iwc-topic {
	position: relative;
	display: block;
	cursor: pointer;
}

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

.iwc-topic__body {
	min-height: 124px;
	padding: 20px;
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	align-content: start;
	gap: 6px 13px;
	border: 1px solid transparent;
	background: var(--iwc-white);
	transition: color .18s ease, border-color .18s ease, background .18s ease;
}

.iwc-topic__number {
	width: 30px;
	height: 30px;
	display: grid;
	grid-row: 1 / span 2;
	place-items: center;
	border: 1px solid #9a9a9a;
	border-radius: 50%;
	font-size: 9px;
	font-weight: 700;
}

.iwc-topic strong {
	align-self: end;
	font-size: 14px;
	line-height: 1.25;
}

.iwc-topic small {
	color: var(--iwc-muted);
	font-size: 11px;
	line-height: 1.45;
}

.iwc-topic input:checked + .iwc-topic__body {
	color: var(--iwc-white);
	border-color: var(--iwc-black);
	background: var(--iwc-black);
}

.iwc-topic input:checked + .iwc-topic__body small {
	color: #bdbdbd;
}

.iwc-topic input:checked + .iwc-topic__body .iwc-topic__number {
	border-color: var(--iwc-white);
	background: var(--iwc-white);
	color: var(--iwc-black);
}

.iwc-topic input:focus-visible + .iwc-topic__body {
	outline: 2px solid var(--iwc-black);
	outline-offset: 3px;
}

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

.iwc-field {
	min-width: 0;
}

.iwc-field--wide {
	grid-column: 1 / -1;
}

.iwc-field[hidden] {
	display: none;
}

.iwc-field input,
.iwc-field textarea {
	width: 100%;
	min-height: 54px;
	padding: 14px 15px;
	color: var(--iwc-ink);
	border: 1px solid transparent;
	border-radius: 0;
	background: var(--iwc-white);
	box-shadow: none;
	font-size: 15px;
	line-height: 1.4;
	transition: border-color .18s ease;
}

.iwc-field textarea {
	min-height: 190px;
	resize: vertical;
}

.iwc-field input:hover,
.iwc-field textarea:hover {
	border-color: #aaa;
}

.iwc-field input:focus,
.iwc-field textarea:focus {
	border-color: var(--iwc-black);
}

.iwc-field.has-error input,
.iwc-field.has-error textarea {
	border-color: var(--iwc-danger);
}

.iwc-field-hint {
	margin: 9px 0 0;
	color: var(--iwc-muted);
	font-size: 12px;
	line-height: 1.55;
}

.iwc-field-error {
	margin-top: 7px;
	display: block;
	color: var(--iwc-danger);
	font-size: 12px;
	line-height: 1.45;
}

.iwc-label-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.iwc-label-row > small {
	color: var(--iwc-muted);
	font-size: 10px;
}

.iwc-consent {
	margin: 26px 0 0;
	padding: 18px;
	display: flex;
	align-items: flex-start;
	gap: 12px;
	background: var(--iwc-white);
	font-size: 13px;
	line-height: 1.55;
	cursor: pointer;
}

.iwc-consent.has-error {
	box-shadow: inset 3px 0 0 var(--iwc-danger);
}

.iwc-consent input {
	width: 17px;
	height: 17px;
	margin: 2px 0 0;
	flex: 0 0 auto;
	accent-color: var(--iwc-black);
}

.iwc-consent a {
	margin-left: 3px;
	color: inherit;
	font-weight: 700;
}

.iwc-submit-row {
	margin-top: 26px;
}

.iwc-submit {
	width: min(100%, 360px);
	min-height: 58px;
	padding: 16px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	color: var(--iwc-white);
	border: 1px solid var(--iwc-black);
	border-radius: 0;
	background: var(--iwc-black);
	box-shadow: none;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .11em;
	line-height: 1.35;
	text-transform: uppercase;
	cursor: pointer;
	transition: color .2s ease, background .2s ease;
}

.iwc-submit:hover,
.iwc-submit:focus-visible {
	color: var(--iwc-black);
	background: transparent;
}

.iwc-submit:disabled {
	color: #777;
	border-color: #ccc;
	background: #e4e2dc;
	cursor: wait;
}

.iwc-submit-status {
	min-height: 18px;
	margin: 9px 0 0;
	color: var(--iwc-muted);
	font-size: 11px;
	line-height: 1.4;
}

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

.iwc-contact__aside {
	position: sticky;
	top: 28px;
}

.iwc-aside-card {
	padding: clamp(28px, 3vw, 40px);
	background: var(--iwc-white);
}

.iwc-aside-card__eyebrow {
	margin: 0 0 16px;
	color: var(--iwc-muted);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.iwc-aside-card h2 {
	margin: 0 0 36px;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 400;
	letter-spacing: -.04em;
	line-height: 1.03;
}

.iwc-aside-link {
	padding: 18px 0;
	display: grid;
	gap: 6px;
	color: var(--iwc-ink);
	border-top: 1px solid var(--iwc-line);
	text-decoration: none;
}

.iwc-aside-link > span {
	color: var(--iwc-muted);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.iwc-aside-link strong {
	overflow-wrap: anywhere;
	font-size: 14px;
}

.iwc-aside-link:hover strong {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.iwc-aside-note {
	margin-top: 24px;
	padding: 17px;
	display: flex;
	align-items: flex-start;
	gap: 12px;
	background: var(--iwc-paper);
}

.iwc-aside-note > span {
	width: 23px;
	height: 23px;
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	color: var(--iwc-white);
	border-radius: 50%;
	background: var(--iwc-black);
	font-size: 10px;
}

.iwc-aside-note p {
	margin: 0;
	font-size: 11px;
	line-height: 1.5;
}

.iwc-footer {
	min-height: 100px;
	padding: 30px clamp(24px, 5vw, 80px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	color: #777;
	border-top: 1px solid #222;
	background: var(--iwc-black);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.iwc-footer nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 24px;
}

.iwc-footer a {
	color: #aaa;
	text-decoration: none;
}

.iwc-footer a:hover {
	color: var(--iwc-white);
}

@media (max-width: 1024px) {
	.iwc-contact {
		padding-right: clamp(24px, 5vw, 64px);
		padding-left: clamp(24px, 5vw, 64px);
		grid-template-columns: minmax(0, 1fr) 300px;
		gap: 44px;
	}
}

@media (max-width: 767px) {
	.iwc-header {
		min-height: 94px;
		padding: 20px 24px;
	}

	.iwc-brand {
		gap: 12px;
		font-size: 11px;
	}

	.iwc-brand img {
		width: 40px;
		height: 40px;
	}

	.iwc-back {
		font-size: 9px;
	}

	.iwc-back span {
		display: none;
	}

	.iwc-hero {
		min-height: 310px;
		padding-top: 72px;
		padding-bottom: 60px;
	}

	.iwc-hero h1 {
		font-size: clamp(44px, 12vw, 56px);
	}

	.iwc-contact {
		padding-top: 62px;
		padding-bottom: 72px;
		grid-template-columns: minmax(0, 1fr);
		gap: 58px;
	}

	.iwc-contact__aside {
		position: static;
	}

	.iwc-topic-grid,
	.iwc-form-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.iwc-field {
		grid-column: 1 !important;
	}

	.iwc-topic__body {
		min-height: 110px;
	}

	.iwc-submit {
		width: 100%;
	}

	.iwc-footer {
		padding-top: 34px;
		padding-bottom: 34px;
		align-items: flex-start;
		flex-direction: column;
	}

	.iwc-footer nav {
		justify-content: flex-start;
		gap: 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.iwc-contact-page *,
	.iwc-contact-page *::before,
	.iwc-contact-page *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}
