.hcc-portal-page .page-header { display: none !important; }

.hcc-portal-shell {
	--hcc-shadow: 0 14px 38px rgba(38, 72, 52, .10);
	background: #f8fbf9;
	border-radius: 24px;
	box-sizing: border-box;
	color: var(--hcc-text, #564741);
	font-family: "Nunito", sans-serif;
	font-size: 16px;
	line-height: 1.55;
	margin: 24px auto;
	max-width: 1180px;
	overflow: hidden;
	position: relative;
}
.hcc-portal-shell *, .hcc-portal-shell *::before, .hcc-portal-shell *::after { box-sizing: border-box; }
.hcc-portal-shell h1, .hcc-portal-shell h2, .hcc-portal-shell h3 { color: var(--hcc-primary, #2e8b57); font-family: "Paytone One", sans-serif; font-weight: 400; line-height: 1.15; margin-top: 0; }
.hcc-portal-shell h1 { font-size: clamp(2rem, 5vw, 3.3rem); margin-bottom: 14px; }
.hcc-portal-shell h2 { font-size: clamp(1.65rem, 3vw, 2.35rem); margin-bottom: 8px; }
.hcc-portal-shell h3 { font-size: 1.25rem; margin-bottom: 6px; }
.hcc-portal-shell p { margin-top: 0; }
.hcc-brand { align-items: center; background: #fff; border-bottom: 1px solid rgba(46,139,87,.1); display: flex; gap: 12px; min-height: 76px; padding: 14px clamp(20px, 5vw, 54px); }
.hcc-brand img { height: 48px; max-width: 240px; object-fit: contain; }
.hcc-brand strong { color: var(--hcc-text, #564741); font-family: "Paytone One", sans-serif; font-size: clamp(1.2rem, 3vw, 1.65rem); font-weight: 400; }
.hcc-brand-mark { align-items: center; background: var(--hcc-accent, #e7f2ec); border-radius: 50%; display: inline-flex; font-size: 22px; height: 46px; justify-content: center; width: 46px; }
.hcc-eyebrow { color: var(--hcc-primary, #2e8b57); display: block; font-size: .75rem; font-weight: 800; letter-spacing: .12em; margin-bottom: 8px; text-transform: uppercase; }
.hcc-button, .hcc-portal-shell input[type="submit"] { appearance: none; background: var(--hcc-primary, #2e8b57); border: 2px solid var(--hcc-primary, #2e8b57); border-radius: 9px; color: #fff !important; cursor: pointer; display: inline-flex; font-family: "Nunito", sans-serif; font-size: .92rem; font-weight: 800; justify-content: center; line-height: 1.25; padding: 11px 18px; text-decoration: none !important; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.hcc-button:hover, .hcc-button:focus, .hcc-portal-shell input[type="submit"]:hover { background: #246f46; border-color: #246f46; box-shadow: 0 7px 18px rgba(46,139,87,.2); color: #fff; transform: translateY(-1px); }
.hcc-button:focus-visible, .hcc-portal-shell button:focus-visible, .hcc-portal-shell a:focus-visible, .hcc-portal-shell input:focus-visible, .hcc-portal-shell textarea:focus-visible { outline: 3px solid rgba(46,139,87,.28); outline-offset: 3px; }
.hcc-auth-shell { max-width: 640px; }
.hcc-auth-card { background: #fff; border-radius: 18px; box-shadow: var(--hcc-shadow); margin: clamp(24px, 7vw, 70px); padding: clamp(28px, 7vw, 54px); }
.hcc-auth-card label, .hcc-activation-form label, .hcc-message-form label { display: block; font-weight: 700; margin-bottom: 18px; }
.hcc-auth-card label span, .hcc-activation-form label span, .hcc-message-form label span { display: block; margin-bottom: 6px; }
.hcc-auth-card input[type="text"], .hcc-auth-card input[type="password"], .hcc-activation-form input, .hcc-message-form input, .hcc-message-form textarea, .hcc-search input { background: #fff; border: 1px solid #cfd9d2; border-radius: 9px; color: var(--hcc-text, #564741); font-family: "Nunito", sans-serif; font-size: 1rem; min-height: 46px; padding: 10px 12px; width: 100%; }
.hcc-auth-card .login-remember label { align-items: center; display: flex; gap: 8px; font-weight: 600; }
.hcc-activation-form .hcc-terms { align-items: flex-start; display: flex; font-weight: 600; gap: 9px; }
.hcc-activation-form .hcc-terms input { min-height: 0; width: auto; }
.hcc-activation-form .hcc-terms span { display: inline; }
.hcc-auth-card .login-submit { margin: 8px 0; }
.hcc-auth-card input[type="submit"] { width: 100%; }
.hcc-auth-help { margin-bottom: 0; text-align: center; }
.hcc-auth-help a, .hcc-text-link { color: var(--hcc-primary, #2e8b57); font-weight: 800; }
.hcc-preview-banner { background: #fff0bf; color: #674e00; font-weight: 700; padding: 12px 5%; text-align: center; }
.hcc-portal-header { align-items: flex-start; background: linear-gradient(135deg, var(--hcc-accent, #e7f2ec), #fff 74%); display: flex; gap: 30px; justify-content: space-between; padding: clamp(36px, 7vw, 76px) clamp(22px, 6vw, 68px); }
.hcc-portal-header > div:first-child { max-width: 720px; }
.hcc-portal-header p { font-size: 1.08rem; max-width: 620px; }
.hcc-header-actions { align-items: flex-end; display: flex; flex-direction: column; font-size: .9rem; gap: 4px; white-space: nowrap; }
.hcc-header-actions span { font-weight: 800; }
.hcc-header-actions a { color: var(--hcc-primary, #2e8b57); }
.hcc-dog-section, .hcc-library, .hcc-contact { padding: clamp(34px, 6vw, 66px) clamp(22px, 6vw, 68px); }
.hcc-section-heading { align-items: end; display: flex; gap: 28px; justify-content: space-between; margin-bottom: 26px; }
.hcc-progress { background: #dce9e1; border-radius: 99px; height: 9px; max-width: 230px; min-width: 150px; overflow: hidden; width: 28%; }
.hcc-progress span { background: var(--hcc-primary, #2e8b57); border-radius: inherit; display: block; height: 100%; }
.hcc-dog-grid { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.hcc-dog-card { align-items: flex-start; background: #fff; border: 1px solid rgba(46,139,87,.12); border-radius: 16px; box-shadow: 0 8px 25px rgba(38,72,52,.06); display: flex; gap: 18px; padding: 20px; }
.hcc-dog-photo, .hcc-dog-placeholder { border-radius: 13px; flex: 0 0 84px; height: 84px; object-fit: cover; width: 84px; }
.hcc-dog-placeholder { align-items: center; background: var(--hcc-accent, #e7f2ec); display: flex; font-size: 34px; justify-content: center; }
.hcc-breed { color: #6d706e; margin-bottom: 8px; }
.hcc-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.hcc-tags span { background: var(--hcc-accent, #e7f2ec); border-radius: 999px; color: var(--hcc-primary, #2e8b57); font-size: .75rem; font-weight: 800; padding: 4px 9px; }
.hcc-dog-note { border-top: 1px solid #e7ece9; font-size: .9rem; margin: 12px 0 0; padding-top: 10px; }
.hcc-library { background: #fff; }
.hcc-search { max-width: 330px; width: 34%; }
.hcc-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.hcc-filters button { background: #f3f6f4; border: 1px solid #dce5df; border-radius: 999px; color: var(--hcc-text, #564741); cursor: pointer; font: 700 .86rem "Nunito", sans-serif; padding: 8px 14px; }
.hcc-filters button.is-active { background: var(--hcc-primary, #2e8b57); border-color: var(--hcc-primary, #2e8b57); color: #fff; }
.hcc-resource-grid { display: grid; gap: 22px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hcc-resource-card { background: #fff; border: 1px solid #dde7e1; border-radius: 16px; display: grid; grid-template-columns: 160px minmax(0, 1fr); min-height: 240px; overflow: hidden; position: relative; }
.hcc-resource-card[hidden] { display: none; }
.hcc-resource-card.is-featured { border-color: rgba(46,139,87,.45); box-shadow: 0 10px 28px rgba(46,139,87,.10); }
.hcc-resource-image { align-items: center; background: var(--hcc-accent, #e7f2ec); display: flex; justify-content: center; min-height: 100%; overflow: hidden; position: relative; }
.hcc-resource-image > img { height: 100%; object-fit: cover; width: 100%; }
.hcc-resource-image > span { color: var(--hcc-primary, #2e8b57); font-family: "Paytone One", sans-serif; font-size: 1.35rem; }
.hcc-resource-image b { background: var(--hcc-primary, #2e8b57); border-radius: 999px; color: #fff; font-size: .68rem; left: 10px; padding: 5px 9px; position: absolute; top: 10px; }
.hcc-resource-content { display: flex; flex-direction: column; padding: 21px; }
.hcc-resource-meta { color: #727673; display: flex; font-size: .72rem; font-weight: 800; gap: 12px; letter-spacing: .06em; margin-bottom: 8px; text-transform: uppercase; }
.hcc-resource-description { color: #5f625f; font-size: .9rem; }
.hcc-resource-description > :last-child { margin-bottom: 0; }
.hcc-resource-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto; padding-top: 17px; }
.hcc-secondary-action { color: var(--hcc-primary, #2e8b57); font-size: .85rem; font-weight: 800; }
.hcc-icon-action { background: transparent; border: 0; color: #666; cursor: pointer; font: 700 .78rem "Nunito", sans-serif; padding: 5px; }
.hcc-icon-action.is-active { color: var(--hcc-primary, #2e8b57); }
.hcc-coming-soon { color: #777; font-size: .85rem; font-style: italic; }
.hcc-video { grid-column: 1 / -1; margin-top: 18px; position: relative; width: 100%; }
.hcc-video[hidden] { display: none; }
.hcc-video iframe, .hcc-video video { aspect-ratio: 16 / 9; border: 0; border-radius: 10px; display: block; height: auto; max-width: 100%; width: 100%; }
.hcc-empty { grid-column: 1 / -1; padding: 50px 20px; text-align: center; }
.hcc-empty > span { display: block; font-size: 42px; margin-bottom: 12px; }
.hcc-no-results { color: #777; padding: 25px; text-align: center; }
.hcc-contact { align-items: start; background: var(--hcc-accent, #e7f2ec); display: grid; gap: clamp(30px, 6vw, 80px); grid-template-columns: minmax(0, .8fr) minmax(320px, 1.2fr); }
.hcc-contact-form { background: #fff; border-radius: 16px; box-shadow: var(--hcc-shadow); padding: clamp(22px, 4vw, 36px); }
.hcc-message-form textarea { resize: vertical; }
.hcc-alert { border-radius: 10px; font-weight: 700; margin: 22px clamp(22px, 6vw, 68px) 0; padding: 13px 16px; }
.hcc-alert-success { background: #daf1e3; color: #145e34; }
.hcc-alert-error { background: #fae1e1; color: #8b2020; }

@media (max-width: 900px) {
	.hcc-resource-grid { grid-template-columns: 1fr; }
	.hcc-contact { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
	.hcc-portal-shell { border-radius: 0; margin: 0; }
	.hcc-brand { min-height: 66px; }
	.hcc-portal-header, .hcc-section-heading { align-items: stretch; flex-direction: column; }
	.hcc-header-actions { align-items: flex-start; }
	.hcc-progress, .hcc-search { max-width: none; width: 100%; }
	.hcc-auth-card { margin: 20px; }
	.hcc-resource-card { display: block; }
	.hcc-resource-image { height: 155px; min-height: 0; }
	.hcc-dog-card { align-items: center; }
}

@media (prefers-reduced-motion: reduce) {
	.hcc-portal-shell * { scroll-behavior: auto !important; transition: none !important; }
}
