:root {
	--hv-font-main: "Be Vietnam Pro", "Inter", "Segoe UI", Arial, sans-serif;
	--hv-font-heading: "Be Vietnam Pro", "Inter", "Segoe UI", Arial, sans-serif;
	--red: #8d1724;
	--red-dark: #64101a;
	--red-bright: #b51f31;
	--ink: #171a1f;
	--charcoal: #24282e;
	--muted: #666d76;
	--line: #e4e6e9;
	--soft: #f4f5f6;
	--white: #fff;
	--shadow: 0 18px 50px rgba(20, 25, 31, .1);
	--radius: 8px;
	--container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--hv-font-main); font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: var(--red); text-decoration: none; }
a:hover { color: var(--red-bright); }
button, input, select, textarea { font-family: var(--hv-font-main); font-size: inherit; }
h1, h2, h3 { margin: 0 0 .75rem; line-height: 1.16; letter-spacing: -.025em; }
h1, h2, h3, h4, h5, h6, .site-title, .primary-navigation, .site-menu, .button { font-family: var(--hv-font-heading); }
h1 { font-size: clamp(2.5rem, 6vw, 5.4rem); }
h2 { font-size: clamp(2rem, 4vw, 3.3rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1rem; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.content-narrow { max-width: 850px; }
.section { padding: 96px 0; }
.section-muted { background: var(--soft); }
.section-dark { color: var(--white); background: var(--charcoal); }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-intro { color: #c8cbd0; font-size: 1.08rem; }
.eyebrow { margin-bottom: 12px; color: var(--red); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #f1a3ad; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 200; top: 10px; left: 10px; padding: 10px 14px; color: var(--white); background: var(--red); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.topbar { color: #d7dadd; background: #111318; font-size: .72rem; }
.topbar-inner { display: flex; min-height: 34px; align-items: center; justify-content: space-between; gap: 20px; }
.topbar a { color: var(--white); font-weight: 700; }
.topbar i { display: inline-block; width: 1px; height: 11px; margin: 0 10px; background: rgba(255,255,255,.3); vertical-align: -1px; }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 11px 22px; border: 1px solid var(--red); border-radius: 4px; color: var(--white); background: var(--red); font-size: .82rem; font-weight: 800; letter-spacing: .05em; line-height: 1.2; text-align: center; text-transform: uppercase; transition: .2s ease; cursor: pointer; }
.button:hover { color: var(--white); background: var(--red-bright); border-color: var(--red-bright); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 9px 16px; font-size: .72rem; }
.button-outline { color: var(--red); background: transparent; }
.button-light { color: var(--red); background: var(--white); border-color: var(--white); }
.button-light:hover { color: var(--red); background: #f7e8ea; border-color: #f7e8ea; }
.button-outline-light { color: var(--white); background: transparent; border-color: rgba(255,255,255,.6); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.text-link { font-weight: 700; }

.site-header { position: sticky; z-index: 100; top: 0; color: var(--ink); background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(0,0,0,.07); backdrop-filter: blur(12px); }
.header-inner { display: flex; min-height: 76px; align-items: center; gap: 28px; }
.brand { display: inline-flex; flex-shrink: 0; align-items: center; gap: 11px; color: var(--ink); }
.brand:hover { color: var(--ink); }
.brand-mark { display: grid; width: 46px; height: 46px; place-items: center; color: var(--white); background: var(--red); border-radius: 50%; font-size: 1rem; font-weight: 900; letter-spacing: -.08em; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.2; }
.brand-copy strong { font-size: .96rem; letter-spacing: .04em; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: .68rem; }
.custom-logo-link { display: block; line-height: 0; }
.custom-logo { width: auto; max-height: 54px; }
.primary-navigation { margin-left: auto; }
.site-menu, .primary-navigation ul { display: flex; margin: 0; padding: 0; gap: 25px; list-style: none; }
.site-menu a, .primary-navigation a { display: block; padding: 26px 0; color: var(--ink); font-size: .77rem; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
.site-menu a:hover, .primary-navigation .current-menu-item > a { color: var(--red); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { position: relative; overflow: hidden; min-height: 660px; display: grid; align-items: center; color: var(--white); background: radial-gradient(circle at 80% 20%, #4a4e54 0, #24282e 30%, #111318 76%); }
.hero::before { position: absolute; inset: 0; background-image: linear-gradient(110deg, rgba(141,23,36,.28), transparent 44%), repeating-linear-gradient(120deg, transparent 0 80px, rgba(255,255,255,.018) 81px 82px); content: ""; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 48px; padding-block: 90px; }
.hero-copy { max-width: 760px; }
.hero h1 { color: var(--white); font-size: clamp(3rem, 6.5vw, 5.8rem); letter-spacing: -.055em; }
.hero h1 span { color: #ef8995; font-size: .68em; }
.hero-lead { max-width: 690px; margin-bottom: 30px; color: #d6d8db; font-size: 1.08rem; }
.hero-visual { position: relative; overflow: hidden; min-height: 420px; border: 1px solid rgba(255,255,255,.12); background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.015)); }
.hero-visual > img { position: absolute; width: 100%; height: 100%; inset: 0; object-fit: cover; }
.hero-visual::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.35), transparent 55%); content: ""; }
.hero-visual::before, .hero-visual::after { position: absolute; background: var(--red); content: ""; }
.hero-visual::before { width: 80px; height: 8px; top: -4px; left: -1px; }
.hero-visual::after { width: 8px; height: 80px; right: -4px; bottom: -1px; inset: auto -4px -1px auto; }
.hero-badge { position: absolute; z-index: 2; top: 24px; right: 24px; display: flex; flex-direction: column; padding: 15px 18px; background: var(--red); }
.hero-badge strong { font-size: 1.5rem; line-height: 1; }
.hero-badge span { font-size: .7rem; text-transform: uppercase; }
.car-silhouette { position: absolute; inset: 40% 6% 15%; border-bottom: 4px solid rgba(255,255,255,.6); border-radius: 50% 50% 10% 10%; transform: skewX(-8deg); }
.car-silhouette::before { position: absolute; width: 65%; height: 65%; left: 16%; bottom: -4px; border: 3px solid rgba(255,255,255,.48); border-bottom: 0; border-radius: 60% 50% 0 0; content: ""; }
.car-silhouette::after { position: absolute; width: 54px; height: 54px; left: 12%; bottom: -29px; background: #171a1f; border: 5px solid #aeb2b7; border-radius: 50%; box-shadow: 245px 0 0 -5px #171a1f, 245px 0 0 0 #aeb2b7; content: ""; }

.quick-info { position: relative; z-index: 3; margin-top: -54px; }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); box-shadow: var(--shadow); }
.quick-card { display: flex; min-height: 176px; padding: 30px; gap: 19px; background: var(--white); border-right: 1px solid var(--line); }
.quick-card:last-child { border-right: 0; }
.quick-card h2 { margin-bottom: 8px; font-size: 1.25rem; }
.quick-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.quick-card a { display: inline-block; margin-top: 12px; font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.quick-number { color: var(--red); font-size: .72rem; font-weight: 900; }
.quick-primary { color: var(--white); background: var(--red); }
.quick-primary h2, .quick-primary a { color: var(--white); }
.quick-primary p { color: #f2c8cd; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.section-heading > p { max-width: 560px; color: var(--muted); }
.section-heading.centered { justify-content: center; text-align: center; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { padding: 31px; background: var(--white); border: 1px solid var(--line); border-top: 3px solid transparent; transition: .25s ease; }
.service-card:hover { border-top-color: var(--red); box-shadow: var(--shadow); transform: translateY(-4px); }
.service-card p { color: var(--muted); }
.service-card a { font-size: .73rem; font-weight: 800; text-transform: uppercase; }
.service-icon { display: grid; width: 50px; height: 50px; margin-bottom: 25px; place-items: center; color: var(--white); background: var(--red); font-size: .75rem; font-weight: 900; clip-path: polygon(0 0, 100% 0, 100% 75%, 75% 100%, 0 100%); }
.service-card-image { display: block; height: 190px; margin: -31px -31px 25px; overflow: hidden; background: var(--soft); }
.service-card-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.service-card:hover .service-card-image img { transform: scale(1.035); }
.reason-image { display: block; width: 100%; max-height: 300px; margin-bottom: 30px; object-fit: cover; border-radius: var(--radius); }
.split-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.reason-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255,255,255,.13); }
.reason-grid article { padding: 29px; background: var(--charcoal); }
.reason-grid strong { color: #ef8995; font-size: .75rem; }
.reason-grid h3 { margin-top: 18px; }
.reason-grid p { color: #c8cbd0; font-size: .9rem; }

.gallery-grid { display: grid; grid-auto-rows: 220px; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.gallery-placeholder { position: relative; overflow: hidden; display: flex; align-items: end; padding: 20px; color: var(--white); background: linear-gradient(145deg, #777d84, #252a30); }
.gallery-placeholder::before { position: absolute; width: 180px; height: 80px; top: 30%; left: 50%; border: 2px solid rgba(255,255,255,.22); border-radius: 60% 60% 20% 20%; content: ""; transform: translateX(-50%); }
.gallery-placeholder::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.5), transparent 60%); content: ""; }
.gallery-placeholder span { position: relative; z-index: 1; font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.gallery-image { position: relative; overflow: hidden; display: flex; align-items: end; color: var(--white); background: var(--charcoal); }
.gallery-image::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.62), transparent 60%); content: ""; }
.gallery-image img { position: absolute; width: 100%; height: 100%; inset: 0; object-fit: cover; transition: transform .3s ease; }
.gallery-image:hover img { transform: scale(1.04); }
.gallery-image span { position: relative; z-index: 1; padding: 18px; color: var(--white); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.gallery-wide { grid-column: span 2; }
.gallery-tall { grid-row: span 2; }
.gallery-group + .gallery-group { margin-top: 80px; }

.callback-section { position: relative; color: var(--white); background: linear-gradient(120deg, rgba(100,16,26,.96), rgba(141,23,36,.9)), var(--callback-image, none) center/cover; }
.callback-section > .container { position: relative; z-index: 1; }
.callback-layout { grid-template-columns: .8fr 1.2fr; }
.callback-layout p { color: #f1cbd0; }
.callback-form { padding: 36px; color: var(--ink); background: var(--white); box-shadow: var(--shadow); }
.callback-form .button { width: 100%; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
label { display: block; margin-bottom: 15px; color: var(--ink); font-size: .76rem; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
input, select, textarea { width: 100%; margin-top: 7px; padding: 12px 13px; color: var(--ink); background: var(--white); border: 1px solid #ccd0d5; border-radius: 2px; outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(141,23,36,.1); }
.check-list { margin: 20px 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 8px 0; padding-left: 26px; }
.check-list li::before { position: absolute; left: 0; color: #ef8995; content: "✓"; font-weight: 900; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testimonial-grid blockquote { margin: 0; padding: 32px; background: var(--soft); border-left: 3px solid var(--red); }
.testimonial-grid blockquote p { font-size: 1.05rem; }
.testimonial-grid footer { color: var(--muted); font-size: .74rem; font-weight: 800; text-transform: uppercase; }
.final-cta { padding: 65px 0; color: var(--white); background: var(--red); }
.final-cta h2 { color: var(--white); font-size: clamp(1.8rem, 4vw, 3rem); }
.final-cta p { margin: 0; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }

.page-hero { padding: 105px 0 90px; color: var(--white); background: linear-gradient(120deg, #171a1f 0%, #2b3036 65%, var(--red-dark) 100%); }
.page-hero h1 { max-width: 900px; color: var(--white); font-size: clamp(2.8rem, 6vw, 5rem); }
.page-hero p:last-child { max-width: 680px; color: #d5d8db; font-size: 1.08rem; }
.about-intro { align-items: start; }
.about-intro p { color: var(--muted); font-size: 1.08rem; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.value-grid article { padding: 30px; background: var(--white); border-bottom: 3px solid var(--red); }
.value-grid span { color: var(--red); font-size: .72rem; font-weight: 900; }
.value-grid h3 { margin-top: 18px; }
.value-grid p { color: var(--muted); font-size: .9rem; }
.process-list { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(5, 1fr); list-style: none; counter-reset: process; }
.process-list li { position: relative; padding: 25px 20px 25px 0; border-top: 2px solid var(--line); counter-increment: process; }
.process-list li::before { display: grid; width: 36px; height: 36px; margin-top: -44px; margin-bottom: 22px; place-items: center; color: var(--white); background: var(--red); border-radius: 50%; content: counter(process); font-size: .7rem; font-weight: 900; }
.process-list strong, .process-list span { display: block; }
.process-list span { margin-top: 8px; padding-right: 14px; color: var(--muted); font-size: .85rem; }
.member-mini-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.member-mini-grid a { display: flex; min-height: 150px; padding: 25px; flex-direction: column; justify-content: end; color: var(--white); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); }
.member-mini-grid a:hover { background: var(--red); }
.member-mini-grid span { margin-bottom: 5px; color: #c7cbd0; font-size: .68rem; text-transform: uppercase; }
.service-detail-list { display: grid; gap: 18px; }
.service-detail { display: grid; padding: 30px; grid-template-columns: 70px 1fr 1fr; gap: 28px; align-items: start; border: 1px solid var(--line); }
.service-detail-index { display: grid; width: 54px; height: 54px; place-items: center; color: var(--white); background: var(--red); font-size: .75rem; font-weight: 900; }
.service-detail p { color: var(--muted); }
.contact-main-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.contact-details { margin: 0; padding: 32px; background: var(--charcoal); color: var(--white); }
.contact-details div { display: grid; padding: 18px 0; grid-template-columns: 150px 1fr; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.1); }
.contact-details div:last-child { border-bottom: 0; }
.contact-details dt { color: #b9bec4; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.contact-details dd { margin: 0; }
.contact-details a { color: #f3a1ab; }
.member-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.member-card { padding: 32px; background: var(--white); border-top: 4px solid var(--red); box-shadow: 0 8px 28px rgba(20,25,31,.06); }
.member-card h3 { margin: 15px 0; font-size: 1.5rem; }
.member-label { color: var(--red); font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.member-address { min-height: 88px; color: var(--muted); }
.member-address p { margin: 5px 0; }
.member-meta { margin: 20px 0; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; }
.member-meta li { margin: 7px 0; color: var(--muted); font-size: .88rem; overflow-wrap: anywhere; }
.member-meta strong { color: var(--ink); }
.map-section { padding: 90px 0; }
.map-frame iframe { display: block; width: 100%; min-height: 440px; border: 0; }
.map-placeholder { display: flex; min-height: 390px; align-items: center; justify-content: center; flex-direction: column; gap: 8px; color: var(--white); background: repeating-linear-gradient(45deg, #353a40, #353a40 10px, #30353a 10px, #30353a 20px); text-align: center; }
.map-placeholder strong { font-size: 2rem; }
.map-placeholder span { max-width: 500px; color: #c9cdd1; }
.empty-state { padding-block: 100px; text-align: center; }
.gallery-filters { display: flex; margin-bottom: 32px; flex-wrap: wrap; gap: 10px; }
.gallery-filter { min-height: 42px; padding: 9px 17px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 30px; font-weight: 700; cursor: pointer; }
.gallery-filter:hover, .gallery-filter.is-active { color: var(--white); background: var(--red); border-color: var(--red); }
.gallery-library { display: grid; grid-auto-flow: dense; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.gallery-library-item { position: relative; overflow: hidden; height: 300px; padding: 0; color: var(--white); background: var(--charcoal); border: 0; border-radius: var(--radius); cursor: zoom-in; }
.gallery-library-item:nth-child(4n + 1) { grid-row: span 2; height: 618px; }
.gallery-library-item[hidden] { display: none; }
.gallery-library-item::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.65), transparent 55%); content: ""; }
.gallery-library-item img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.gallery-library-item:hover img { transform: scale(1.035); }
.gallery-library-item span { position: absolute; z-index: 1; right: 18px; bottom: 16px; left: 18px; font-size: .75rem; font-weight: 700; line-height: 1.4; text-align: left; }
.gallery-lightbox { position: fixed; z-index: 300; inset: 0; display: grid; padding: 50px 20px 25px; place-items: center; color: var(--white); background: rgba(8,10,13,.94); }
.gallery-lightbox[hidden] { display: none; }
.gallery-lightbox img { max-width: min(1100px, 92vw); max-height: 78vh; object-fit: contain; box-shadow: 0 20px 80px rgba(0,0,0,.5); }
.gallery-lightbox p { margin: 10px 0 0; text-align: center; }
.gallery-lightbox-close { position: absolute; width: 44px; height: 44px; top: 14px; right: 18px; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-size: 1.7rem; cursor: pointer; }

/* Contact page */
.hv-contact-page {
	--hv-red: #a81729;
	--hv-red-dark: #7e1020;
	--hv-dark: #171a1f;
	--hv-muted: #626a74;
	--hv-bg: #f5f6f8;
	--hv-border: #e3e6e9;
	--hv-radius: 18px;
	--hv-shadow: 0 20px 50px rgba(17, 24, 39, .1);
	overflow: hidden;
	color: var(--hv-dark);
	background: var(--hv-bg);
	font-family: var(--hv-font-main);
}
.hv-container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.hv-contact-hero { position: relative; overflow: hidden; padding: 100px 0 82px; color: var(--white); background: radial-gradient(circle at top right, rgba(255,255,255,.18), transparent 34%), linear-gradient(135deg, #171a1f, var(--hv-red-dark)); }
.hv-contact-hero::after { position: absolute; width: 360px; height: 360px; right: -80px; bottom: -220px; background: rgba(255,255,255,.06); border-radius: 50%; content: ""; }
.hv-eyebrow { margin: 0 0 12px; color: #ffd9df; font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hv-contact-hero h1 { max-width: 900px; margin: 0; color: var(--white); font-size: clamp(2.8rem, 6vw, 5rem); font-weight: 800; letter-spacing: -.04em; line-height: 1.05; }
.hv-hero-desc { max-width: 720px; margin: 20px 0 0; color: rgba(255,255,255,.86); font-size: 1.08rem; line-height: 1.75; }
.hv-contact-intro { padding: 64px 0 26px; text-align: center; }
.hv-contact-intro h2, .hv-service-note h2 { margin: 0 0 12px; font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800; letter-spacing: -.03em; }
.hv-contact-intro p { max-width: 760px; margin: 0 auto; color: var(--hv-muted); }
.hv-contact-grid { display: grid; padding: 24px 0 70px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.hv-contact-card { padding: 30px; background: var(--white); border: 1px solid var(--hv-border); border-radius: var(--hv-radius); box-shadow: var(--hv-shadow); transition: transform .22s ease, box-shadow .22s ease; }
.hv-contact-card:hover { box-shadow: 0 25px 60px rgba(17,24,39,.14); transform: translateY(-4px); }
.hv-card-top { display: flex; margin-bottom: 22px; align-items: center; gap: 14px; }
.hv-brand-tag { display: inline-flex; min-width: 58px; height: 34px; padding: 0 12px; align-items: center; justify-content: center; color: var(--hv-red); background: rgba(168,23,41,.1); border-radius: 999px; font-size: .72rem; font-weight: 800; }
.hv-contact-card h3 { margin: 0; color: var(--hv-dark); font-size: 1.4rem; font-weight: 800; }
.hv-contact-card ul { display: grid; margin: 0; padding: 0; gap: 12px; list-style: none; }
.hv-contact-card li { color: #3e4650; font-size: .9rem; line-height: 1.65; }
.hv-contact-card strong { color: var(--hv-dark); font-weight: 800; }
.hv-contact-card a { color: var(--hv-red); font-weight: 700; overflow-wrap: anywhere; }
.hv-contact-card a:hover { color: var(--hv-red-dark); text-decoration: underline; }
.hv-card-actions { display: flex; margin-top: 26px; flex-wrap: wrap; gap: 12px; }
.hv-btn { display: inline-flex; min-height: 44px; padding: 12px 19px; align-items: center; justify-content: center; border-radius: 999px; font-family: var(--hv-font-heading); font-size: .75rem; font-weight: 800; line-height: 1; text-decoration: none !important; text-transform: uppercase; transition: .2s ease; }
.hv-btn:hover { transform: translateY(-1px); }
.hv-btn-primary { color: var(--white) !important; background: var(--hv-red); }
.hv-btn-primary:hover { color: var(--white) !important; background: var(--hv-red-dark); }
.hv-btn-outline { color: var(--hv-dark) !important; background: var(--white); border: 1px solid var(--hv-border); }
.hv-btn-outline:hover { color: var(--hv-red) !important; border-color: var(--hv-red); }
.hv-managed-content { padding: 0 0 60px; }
.hv-service-note { display: flex; margin-bottom: 76px; padding: 38px; align-items: center; justify-content: space-between; gap: 30px; color: var(--white); background: var(--hv-dark); border-radius: var(--hv-radius); }
.hv-service-note h2 { color: var(--white); }
.hv-service-note p:last-child { max-width: 760px; margin: 0; color: rgba(255,255,255,.72); }

.site-footer { padding-top: 65px; color: #c9cdd2; background: #121418; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr 1fr; gap: 65px; }
.site-footer h2 { color: var(--white); font-size: 1rem; letter-spacing: .05em; text-transform: uppercase; }
.brand-footer { margin-bottom: 18px; color: var(--white); }
.brand-footer:hover { color: var(--white); }
.brand-footer .brand-copy small { color: #aeb3b9; }
.footer-menu, .contact-list, .site-footer .site-menu { display: block; margin: 0; padding: 0; list-style: none; }
.footer-menu li, .contact-list li, .site-footer .site-menu li { margin: 7px 0; }
.footer-menu a, .contact-list a, .site-footer .site-menu a { padding: 0; color: #c9cdd2; font-size: .9rem; font-weight: 400; letter-spacing: normal; text-transform: none; }
.footer-bottom { margin-top: 50px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: .76rem; }
.footer-bottom p { margin: 0; }
.floating-call { position: fixed; z-index: 90; right: 18px; bottom: 18px; display: none; min-height: 46px; padding: 12px 18px; align-items: center; color: var(--white); background: var(--red); border-radius: 30px; box-shadow: 0 8px 28px rgba(0,0,0,.25); font-size: .75rem; font-weight: 900; text-transform: uppercase; }

@media (max-width: 1050px) {
	.header-cta { display: none; }
	.site-menu, .primary-navigation ul { gap: 18px; }
	.hero-grid { grid-template-columns: 1fr; }
	.hero-visual { display: none; }
	.hero { min-height: 600px; }
	.service-grid { grid-template-columns: repeat(2, 1fr); }
	.split-layout { gap: 40px; }
	.value-grid, .member-mini-grid { grid-template-columns: repeat(2, 1fr); }
	.process-list { grid-template-columns: repeat(3, 1fr); gap: 30px 0; }
	.service-detail { grid-template-columns: 60px 1fr; }
	.service-detail > div:last-child { grid-column: 2; }
}

@media (max-width: 820px) {
	.section { padding: 70px 0; }
	.header-inner { min-height: 68px; }
	.menu-toggle { display: block; margin-left: auto; }
	.primary-navigation { position: fixed; inset: 68px 0 auto; display: none; max-height: calc(100vh - 68px); overflow: auto; background: var(--white); border-top: 1px solid var(--line); box-shadow: var(--shadow); }
	.primary-navigation.is-open { display: block; }
	.site-menu, .primary-navigation ul { display: block; padding: 14px 20px 24px; }
	.site-menu a, .primary-navigation a { padding: 14px 5px; border-bottom: 1px solid var(--line); }
	.hero { min-height: 570px; }
	.hero-grid { padding-block: 75px 100px; }
	.quick-info { margin-top: 0; }
	.quick-grid { grid-template-columns: 1fr; }
	.quick-card { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
	.split-layout, .contact-main-grid { grid-template-columns: 1fr; }
	.gallery-grid { grid-template-columns: repeat(2, 1fr); }
	.gallery-library { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.gallery-library-item:nth-child(4n + 1) { grid-row: auto; height: 300px; }
	.testimonial-grid { grid-template-columns: 1fr; }
	.final-cta-inner { align-items: start; flex-direction: column; }
	.footer-grid { grid-template-columns: 1fr 1fr; }
	.footer-grid > div:first-child { grid-column: 1 / -1; }
	.floating-call { display: flex; }
	.contact-details div { grid-template-columns: 120px 1fr; }
	.topbar { display: none; }
	.hv-contact-grid { grid-template-columns: 1fr; }
	.hv-service-note { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 600px) {
	.container { width: min(calc(100% - 28px), var(--container)); }
	.brand-copy small { display: none; }
	.brand-copy strong { font-size: .8rem; }
	.brand-mark { width: 40px; height: 40px; }
	.hero h1 { font-size: clamp(2.45rem, 12vw, 3.5rem); }
	.hero-lead { font-size: .98rem; }
	.button-row .button { width: 100%; }
	.section-heading { align-items: start; flex-direction: column; gap: 10px; }
	.service-grid, .reason-grid, .form-grid, .value-grid, .member-mini-grid, .member-grid, .footer-grid { grid-template-columns: 1fr; }
	.footer-grid > div:first-child { grid-column: auto; }
	.gallery-grid { grid-auto-rows: 180px; grid-template-columns: 1fr; }
	.gallery-wide { grid-column: auto; }
	.gallery-tall { grid-row: auto; }
	.gallery-library { grid-template-columns: 1fr; }
	.gallery-library-item, .gallery-library-item:nth-child(4n + 1) { height: 300px; }
	.callback-form { padding: 24px 18px; }
	.process-list { grid-template-columns: 1fr; gap: 36px; }
	.process-list li { padding-left: 50px; border-top: 0; border-left: 2px solid var(--line); }
	.process-list li::before { position: absolute; top: 0; left: -19px; margin: 0; }
	.service-detail { padding: 24px 20px; grid-template-columns: 1fr; }
	.service-detail > div:last-child { grid-column: auto; }
	.contact-details { padding: 24px 20px; }
	.contact-details div { display: block; }
	.contact-details dt { margin-bottom: 6px; }
	.member-address { min-height: auto; }
	.page-hero { padding: 75px 0 65px; }
	.hv-container { width: min(calc(100% - 24px), var(--container)); }
	.hv-contact-hero { padding: 70px 0 58px; }
	.hv-contact-card { padding: 23px; border-radius: 14px; }
	.hv-card-top { align-items: flex-start; flex-direction: column; gap: 10px; }
	.hv-card-actions, .hv-card-actions .hv-btn { width: 100%; }
	.hv-service-note { margin-bottom: 48px; padding: 25px; }
}
