.hrb-clothing-intro,
.hrb-clothing-form,
.hrb-clothing-closed {
	font-family: var(--font-sans, Arial, Helvetica, sans-serif);
}

.hrb-clothing-intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 230px;
	gap: clamp(1.5rem, 5vw, 4rem);
	align-items: center;
	margin-bottom: 1.5rem;
	padding: clamp(1.6rem, 4vw, 3rem);
	color: #fff;
	background: radial-gradient(circle at 85% 10%, rgba(22, 143, 202, .38), transparent 32%), linear-gradient(135deg, #021d49, #063b84);
	border-radius: 1rem;
	box-shadow: 0 22px 52px rgba(3, 38, 95, .16);
}
.hrb-clothing-intro h2 { margin: .25rem 0 .8rem; color: #fff !important; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.04; letter-spacing: -.045em; }
.hrb-clothing-intro p { max-width: 780px; margin-bottom: .75rem; color: #e6f0ff !important; }
.hrb-clothing-deadline { display: grid; gap: .25rem; padding: 1.2rem; color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.24); border-radius: .75rem; }
.hrb-clothing-deadline span { color: #ffb188; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.hrb-clothing-deadline strong { color: #fff; font-size: 1.45rem; line-height: 1.2; }
.hrb-clothing-deadline small { color: #cee0f7; }

.hrb-clothing-form { display: grid; gap: 1.4rem; }
.hrb-clothing-form fieldset { min-width: 0; margin: 0; padding: clamp(1.2rem, 3vw, 2rem); background: #f8fafc; border: 1px solid #dce5ef; border-radius: .85rem; }
.hrb-clothing-form legend { padding: 0 .55rem; color: #03265f; font-size: 1.3rem; font-weight: 900; }
.hrb-clothing-contact input,
.hrb-clothing-form textarea { width: 100%; min-height: 48px; padding: .72rem .8rem; color: #12243a; background: #fff; border: 1px solid #b9c7d6; border-radius: .45rem; font: inherit; }
.hrb-clothing-form textarea { min-height: 110px; resize: vertical; }
.hrb-clothing-form :where(input, textarea):focus { outline: 3px solid rgba(245, 99, 24, .24); border-color: #f56318; }

.hrb-clothing-filterbar { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: .75rem 1rem; align-items: center; margin: .2rem 0 1.1rem; padding: .8rem; background: #eaf1f8; border: 1px solid #d4e0ec; border-radius: .65rem; }
.hrb-clothing-filterbar > span { color: #16375d; font-size: .78rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.hrb-clothing-filterbar > small { color: #52657a; font-size: .78rem; font-weight: 750; white-space: nowrap; }
.hrb-clothing-filters { display: flex; flex-wrap: wrap; gap: .45rem; }
.hrb-clothing-filters button { min-height: 38px; padding: .48rem .8rem; color: #03265f; background: #fff; border: 1px solid #aebfd0; border-radius: 999px; font: inherit; font-size: .86rem; font-weight: 850; cursor: pointer; }
.hrb-clothing-filters button:hover { border-color: #168fca; }
.hrb-clothing-filters button:focus-visible { outline: 3px solid rgba(245, 99, 24, .26); outline-offset: 2px; }
.hrb-clothing-filters button.is-active { color: #fff; background: #03265f; border-color: #03265f; }
.hrb-clothing-products { display: grid; gap: 1rem; }
.hrb-clothing-product[hidden] { display: none !important; }
.hrb-clothing-product { overflow: hidden; padding: 1.25rem; background: #fff; border: 1px solid #d7e1eb; border-left: 5px solid #168fca; border-radius: .75rem; box-shadow: 0 7px 18px rgba(3, 38, 95, .045); }
.hrb-clothing-product:has(input:not([value="0"])) { border-left-color: #f56318; }
.hrb-clothing-product-head { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 1.1rem; align-items: center; }
.hrb-clothing-product-image { position: relative; width: 112px; }
.hrb-clothing-product-head img,
.hrb-clothing-placeholder { width: 112px; height: 112px; object-fit: contain; background: #f4f3f0; border-radius: .55rem; }
.hrb-clothing-product-image small { position: absolute; right: .32rem; bottom: .32rem; padding: .22rem .38rem; color: #fff; background: rgba(3, 38, 95, .9); border-radius: .25rem; font-size: .56rem; font-weight: 900; letter-spacing: .045em; line-height: 1; text-transform: uppercase; }
.hrb-clothing-placeholder { display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, #053b91, #168fca); font-size: 1.25rem; font-weight: 950; letter-spacing: .07em; }
.hrb-clothing-product-head span { color: #f56318; font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hrb-clothing-product-head h3 { margin: .15rem 0 .35rem; color: #03265f; font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.15; }
.hrb-clothing-product-head strong { color: #03265f; font-size: 1.08rem; }
.hrb-clothing-description { margin: .9rem 0 0; color: #52657a; font-size: .92rem; }
.hrb-clothing-size-link { display: inline-flex; align-items: center; color: #064e9f; font-size: .9rem; font-weight: 900; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: .18em; }
.hrb-clothing-size-link:hover { color: #f56318; }
.hrb-clothing-size-link.is-light { color: #fff; }
.hrb-clothing-size-link.is-light:hover { color: #ffb188; }
.hrb-clothing-size-tables { display: grid; gap: .85rem; margin-top: 1rem; }
.hrb-clothing-size-tables section { padding-top: .9rem; border-top: 1px solid #e5ebf1; }
.hrb-clothing-size-tables h4 { margin: 0 0 .6rem; color: #16375d; font-size: .9rem; }
.hrb-clothing-sizes { display: grid; grid-template-columns: repeat(auto-fit, minmax(82px, 1fr)); gap: .55rem; }
.hrb-clothing-sizes label { display: grid; grid-template-columns: 1fr 48px; gap: .4rem; align-items: center; min-width: 0; padding: .42rem .48rem; color: #173450; background: #f2f6fa; border: 1px solid #dbe4ed; border-radius: .42rem; font-weight: 800; }
.hrb-clothing-sizes label:focus-within { border-color: #f56318; box-shadow: 0 0 0 2px rgba(245,99,24,.14); }
.hrb-clothing-sizes input { width: 48px; min-height: 38px; padding: .25rem; border: 1px solid #b8c7d6; border-radius: .3rem; text-align: center; }
.hrb-clothing-confirm { display: flex; gap: .7rem; align-items: flex-start; padding: 1rem 1.1rem; color: #173450; background: #fff8df; border-left: 5px solid #e0a913; border-radius: .45rem; font-weight: 750; }
.hrb-clothing-confirm input { flex: 0 0 auto; width: 20px; height: 20px; margin-top: .15rem; }
.hrb-clothing-submit { position: sticky; z-index: 8; bottom: 1rem; display: grid; grid-template-columns: auto auto minmax(220px, 1fr); gap: 1.5rem; align-items: center; padding: 1rem 1.2rem; color: #fff; background: #03265f; border: 1px solid rgba(255,255,255,.15); border-radius: .75rem; box-shadow: 0 18px 45px rgba(3,38,95,.24); }
.hrb-clothing-submit div { display: grid; }
.hrb-clothing-submit span { color: #c9dcf4; font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.hrb-clothing-submit strong { color: #fff; font-size: 1.18rem; }
.hrb-clothing-submit .button { justify-self: end; }
.hrb-clothing-closed { padding: clamp(1.7rem, 5vw, 3.4rem); color: #fff; background: linear-gradient(135deg, #03265f, #06499d); border-radius: 1rem; }
.hrb-clothing-closed h2, .hrb-clothing-closed p { color: #fff !important; }
.hrb-clothing-closed h2 { margin: .25rem 0 .75rem; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.05; }
.hrb-clothing-closed p { max-width: 720px; opacity: .88; }

.hrb-size-guide { display: grid; gap: 1.5rem; font-family: var(--font-sans, Arial, Helvetica, sans-serif); }
.hrb-size-guide-intro { padding: clamp(1.6rem, 4vw, 3rem); color: #fff; background: radial-gradient(circle at 88% 5%, rgba(22,143,202,.38), transparent 32%), linear-gradient(135deg, #021d49, #063b84); border-radius: 1rem; box-shadow: 0 22px 52px rgba(3,38,95,.16); }
.hrb-size-guide-intro h2 { margin: .25rem 0 .8rem; color: #fff !important; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.04; letter-spacing: -.045em; }
.hrb-size-guide-intro p { max-width: 850px; color: #e6f0ff !important; }
.hrb-size-guide-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.2rem; }
.hrb-size-guide-intro .button-outline { color: #fff; border-color: rgba(255,255,255,.58); }
.hrb-size-guide-intro .button-outline:hover { color: #03265f; background: #fff; }
.hrb-size-guide-note,
.hrb-size-guide-warning { padding: 1.15rem 1.25rem; color: #173450; background: #eef6fc; border-left: 5px solid #168fca; border-radius: .6rem; }
.hrb-size-guide-warning { background: #fff8df; border-left-color: #e0a913; }
.hrb-size-guide-note strong,
.hrb-size-guide-warning strong { color: #03265f; font-size: 1.05rem; }
.hrb-size-guide-note p,
.hrb-size-guide-warning p { margin: .35rem 0 0; color: #314f70; }
.hrb-size-guide-section { scroll-margin-top: 140px; padding: clamp(1.25rem, 3vw, 2rem); background: #fff; border: 1px solid #d7e1eb; border-radius: .85rem; box-shadow: 0 10px 26px rgba(3,38,95,.06); }
.hrb-size-guide-heading { display: grid; grid-template-columns: minmax(240px,.7fr) minmax(300px,1.3fr); gap: 1.5rem; align-items: end; margin-bottom: 1rem; }
.hrb-size-guide-heading h2 { margin: .15rem 0 0; color: #03265f; font-size: clamp(1.65rem, 3vw, 2.4rem); }
.hrb-size-guide-heading p { margin: 0; color: #314f70; }
.hrb-size-table-wrap { overflow-x: auto; border: 1px solid #d7e1eb; border-radius: .65rem; -webkit-overflow-scrolling: touch; }
.hrb-size-table { width: 100%; min-width: 670px; margin: 0; border: 0; border-collapse: collapse; }
.hrb-size-table th,
.hrb-size-table td { padding: .72rem .8rem; color: #173450; border: 0; border-bottom: 1px solid #dfe7ef; text-align: center; white-space: nowrap; }
.hrb-size-table thead th { color: #fff; background: #03265f; font-size: .78rem; font-weight: 900; letter-spacing: .035em; text-transform: uppercase; }
.hrb-size-table tbody th { color: #03265f; background: #edf4fa; font-weight: 950; }
.hrb-size-table tbody tr:nth-child(even) td { background: #f7fafc; }
.hrb-size-table tbody tr:last-child > * { border-bottom: 0; }
.hrb-size-guide-source { display: flex; flex-wrap: wrap; gap: .45rem 1.2rem; margin: 1rem 0 0; }
.hrb-size-guide-source a { color: #064e9f; font-size: .88rem; font-weight: 850; }

@media (max-width: 760px) {
	.hrb-clothing-intro { grid-template-columns: 1fr; }
	.hrb-clothing-deadline { width: 100%; }
	.hrb-clothing-filterbar { grid-template-columns: 1fr; }
	.hrb-clothing-filterbar > small { white-space: normal; }
	.hrb-clothing-submit { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.hrb-clothing-submit .button { grid-column: 1 / -1; width: 100%; justify-self: stretch; }
	.hrb-size-guide-heading { grid-template-columns: 1fr; gap: .7rem; }
}

@media (max-width: 520px) {
	.hrb-clothing-product-head { grid-template-columns: 76px minmax(0, 1fr); }
	.hrb-clothing-product-image,
	.hrb-clothing-product-head img,
	.hrb-clothing-placeholder { width: 76px; height: 76px; }
	.hrb-clothing-product-image small { right: .2rem; bottom: .2rem; padding: .18rem .28rem; font-size: .46rem; }
	.hrb-clothing-sizes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
