/*
 * ARIJ Home Improvement — theme styles.
 * Recreates the approved homepage design (v1a). Drawn at 1280px desktop;
 * responsive rules follow the handoff breakpoints at the bottom.
 */

/* ----------------------------------------------------------------------------
   1. Design tokens
---------------------------------------------------------------------------- */
:root {
	--navy: #0d1b2e;
	--navy-deep: #0a1526;
	--navy-alt: #12233a;
	--navy-alt-2: #14263f;

	--gold: #c9a24b;
	--gold-light: #d9b968;
	--gold-text: #e6c979;
	--star: #e6b93f;

	--cream: #f7f4ee;
	--offwhite: #fbfaf6;
	--white: #fff;

	--body: #5a5f68;
	--body-2: #6b7078;
	--muted: #8a8f98;
	--on-navy: #c3c9d3;
	--on-navy-2: #aeb6c2;
	--on-navy-3: #9aa3b0;

	--border-light: #ece7dc;
	--border-cream: #e7e1d5;
	--input-bg: #0a1526;
	--input-border: #24344c;

	--serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
	--sans: 'Manrope', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;

	--container: 1280px;
	--gutter: 44px;

	--shadow-card: 0 10px 30px -18px rgba(13, 27, 46, .4);
	--shadow-elevated: 0 24px 70px -20px rgba(13, 27, 46, .45);
}

/* ----------------------------------------------------------------------------
   2. Base / reset
---------------------------------------------------------------------------- */
*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 96px; }

body {
	margin: 0;
	font-family: var(--sans);
	font-size: 16px;
	line-height: 1.65;
	color: #14181f;
	background: var(--white);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }

a { color: var(--gold); text-decoration: none; transition: color .18s ease; }
a:hover { color: var(--gold-light); }

h1, h2, h3 { margin: 0; }
p { margin: 0; }

.container {
	width: 100%;
	max-width: var(--container);
	margin: 0 auto;
	padding-left: var(--gutter);
	padding-right: var(--gutter);
}

.site-main { overflow-x: clip; }

/* Accessibility helpers */
.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0, 0, 0, 0);
	white-space: nowrap; border: 0;
}
.skip-link {
	position: absolute; left: -9999px; top: 0; z-index: 999;
	background: var(--gold); color: var(--navy); padding: 10px 16px;
	font-weight: 700; border-radius: 0 0 6px 0;
}
.skip-link:focus { left: 0; }

:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }

/* ----------------------------------------------------------------------------
   3. Shared utilities
---------------------------------------------------------------------------- */
.eyebrow {
	display: inline-block;
	font-size: 12.5px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .22em;
	text-transform: uppercase;
}
.eyebrow--gold { color: var(--gold); }

.stars { color: var(--star); letter-spacing: 2px; line-height: 1; }
.stars--lg { color: var(--gold-text); font-size: 18px; }
.stars--review { font-size: 16px; }

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-family: var(--sans);
	font-weight: 700;
	font-size: 13.5px;
	line-height: 1;
	padding: 13px 22px;
	border-radius: 6px;
	border: 1.5px solid transparent;
	letter-spacing: .01em;
	cursor: pointer;
	transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}
.btn--gold { background: var(--gold); color: var(--navy); }
.btn--gold:hover { background: var(--gold-light); color: var(--navy); }
.btn--outline { background: transparent; color: var(--white); border-color: rgba(255, 255, 255, .32); }
.btn--outline:hover { color: var(--white); border-color: rgba(255, 255, 255, .6); }
.btn--lg { font-size: 14.5px; padding: 16px 28px; border-radius: 7px; }
.btn--block { display: flex; width: 100%; font-size: 15px; padding: 16px; border-radius: 8px; }

.link-gold { color: var(--gold-light); font-weight: 700; font-size: 14px; }
.link-gold:hover { color: var(--gold-text); }

.link-underline {
	color: var(--navy);
	font-weight: 700;
	font-size: 14px;
	border-bottom: 2px solid var(--gold);
	padding-bottom: 3px;
}
.link-underline:hover { color: var(--navy); border-color: var(--gold-light); }

.pill {
	border: 1px solid rgba(201, 162, 75, .4);
	color: #e6dcc4;
	font-size: 13px;
	padding: 8px 15px;
	border-radius: 20px;
}

/* Centered section heading block */
.section-head {
	text-align: center;
	max-width: 640px;
	margin: 0 auto 46px;
}
.section-head__title {
	font-family: var(--serif);
	font-weight: 600;
	font-size: 44px;
	line-height: 1.08;
	color: var(--navy);
	letter-spacing: -.005em;
	margin: 14px 0 12px;
}
.section-head__title--left { text-align: left; }
.section-head__lead {
	font-size: 15.5px;
	line-height: 1.6;
	color: var(--body);
}
.section-head--on-dark .section-head__title { color: var(--white); }
.section-head--on-dark .section-head__lead { color: var(--on-navy-2); font-size: 14.5px; }

/* ----------------------------------------------------------------------------
   4. Announcement bar
---------------------------------------------------------------------------- */
.announce {
	background: var(--navy-deep);
	color: #c8cdd6;
	font-size: 12.5px;
	letter-spacing: .02em;
}
.announce__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 9px;
	padding-bottom: 9px;
}
.announce a { color: inherit; }
.announce a:hover { color: var(--gold-light); }
.announce__left { display: flex; align-items: center; gap: 8px; }
.announce__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex: none; }
.announce__right { display: flex; align-items: center; gap: 26px; }
.announce__sep { color: #7f8794; }
.announce__phone { color: var(--gold-text); font-weight: 700; }
.announce__phone:hover { color: var(--gold-text); }

/* ----------------------------------------------------------------------------
   5. Header / nav
---------------------------------------------------------------------------- */
.site-header {
	background: var(--navy);
	position: sticky;
	top: 0;
	z-index: 100;
}
.site-header__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 16px;
	padding-bottom: 16px;
}
.site-brand { display: flex; align-items: center; }
.site-brand__logo { height: 46px; width: auto; }

.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav__list {
	display: flex;
	align-items: center;
	gap: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
}
.site-nav__item { margin: 0; }
.site-nav__link { color: #e8ebf0; }
.site-nav__link:hover { color: var(--gold-light); }
.site-nav__link.is-active,
.current-menu-item > .site-nav__link { color: var(--gold); }

/* Hamburger */
.nav-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 44px; height: 44px;
	background: transparent;
	border: 0;
	cursor: pointer;
	padding: 0;
}
.nav-toggle__bar {
	display: block;
	width: 24px; height: 2px;
	background: #e8ebf0;
	margin: 0 auto;
	transition: transform .25s ease, opacity .2s ease;
}
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ----------------------------------------------------------------------------
   6. Hero
---------------------------------------------------------------------------- */
.hero {
	position: relative;
	background: var(--navy);
	min-height: 720px;
	overflow: hidden;
}
/* Text sits inside the shared .container, so its left edge lines up with the
   header logo/nav at every viewport width. The media bleeds to the right edge. */
.hero__body { position: relative; z-index: 2; }
.hero__text {
	max-width: 532px;
	min-height: 720px;
	/* Bottom padding reserves space for the overlaid trust strip (85px) plus a
	   gap, so the vertically-centered content never collides with it. */
	padding: 74px 0 145px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.hero__title {
	font-family: var(--serif);
	font-weight: 600;
	font-size: 64px;
	line-height: 1.04;
	color: var(--white);
	letter-spacing: -.01em;
	margin-top: 20px;
}
.hero__title-accent { color: var(--gold-light); font-style: italic; }
.hero__lead {
	font-size: 16.5px;
	line-height: 1.65;
	color: var(--on-navy);
	max-width: 440px;
	margin-top: 22px;
}
.hero__rating { display: flex; align-items: center; gap: 10px; margin-top: 26px; }
.hero__rating-text { font-size: 13.5px; color: var(--on-navy); }
.hero__rating-text b { color: var(--white); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

/* Media fills the right half of the viewport, bleeding to the right edge. */
.hero__media { position: absolute; top: 0; right: 0; bottom: 0; left: 50%; overflow: hidden; }
.hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__media-fade {
	position: absolute; inset: 0;
	background: linear-gradient(90deg, var(--navy) 0%, rgba(13, 27, 46, .15) 22%, transparent 45%);
}

.hero__trust {
	position: absolute;
	left: 0; right: 0; bottom: 0;
	z-index: 2;
	background: rgba(10, 21, 38, .72);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	border-top: 1px solid rgba(201, 162, 75, .3);
}
.hero__trust-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.hero__trust-item {
	padding: 18px 40px;
	display: flex;
	flex-direction: column;
}
.hero__trust-item:first-child { padding-left: 0; }
.hero__trust-item + .hero__trust-item { border-left: 1px solid rgba(255, 255, 255, .1); }
.hero__trust-num { font-family: var(--serif); font-size: 26px; font-weight: 600; line-height: 1.2; color: var(--gold-light); }
.hero__trust-item span { font-size: 12.5px; line-height: 1.35; color: var(--on-navy-2); }

/* ----------------------------------------------------------------------------
   7. Suppliers
---------------------------------------------------------------------------- */
.suppliers {
	background: var(--cream);
	border-bottom: 1px solid var(--border-cream);
	padding: 34px 0;
}
.suppliers__label {
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .2em;
	color: #9a917f;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.suppliers__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
}
.suppliers__chip {
	border: 1px dashed #cdbf9e;
	color: #9a8f74;
	font-weight: 700;
	font-size: 14px;
	padding: 12px 22px;
	border-radius: 5px;
	background: var(--white);
}

/* ----------------------------------------------------------------------------
   8. Services
---------------------------------------------------------------------------- */
.services { background: var(--offwhite); padding: 78px 0; }
.services__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}
.service-card {
	background: var(--white);
	border-radius: 10px;
	overflow: hidden;
	box-shadow: var(--shadow-card);
	transition: transform .2s ease, box-shadow .2s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-elevated); }
.service-card__media { height: 180px; overflow: hidden; }
.service-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.service-card:hover .service-card__media img { transform: scale(1.05); }
.service-card__body { padding: 20px 20px 22px; }
.service-card__title {
	font-family: var(--serif);
	font-size: 23px;
	font-weight: 600;
	color: var(--navy);
	line-height: 1.15;
	margin-bottom: 6px;
}
.service-card__desc { font-size: 13.5px; line-height: 1.55; color: var(--body-2); }

.service-card--cta {
	background: var(--navy);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 24px;
}
.service-card--cta:hover { transform: translateY(-4px); }
.service-card--cta .service-card__title { color: var(--white); font-size: 25px; margin-bottom: 8px; }
.service-card--cta .service-card__desc { color: var(--on-navy); margin-bottom: 16px; }

/* ----------------------------------------------------------------------------
   9. Experience band
---------------------------------------------------------------------------- */
.experience {
	background: var(--navy);
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.experience__media { overflow: hidden; }
.experience__media img { width: 100%; height: 100%; object-fit: cover; min-height: 340px; }
.experience__text { padding: 70px 56px; }
.experience__title {
	font-family: var(--serif);
	font-weight: 600;
	font-size: 40px;
	line-height: 1.1;
	color: var(--white);
	margin: 14px 0 18px;
}
.experience__lead {
	font-size: 15px;
	line-height: 1.7;
	color: var(--on-navy);
	max-width: 460px;
	margin-bottom: 30px;
}
.feature-list { display: flex; flex-direction: column; gap: 22px; }
.feature-list__item { display: flex; gap: 16px; }
.feature-list__icon {
	flex: none;
	width: 44px; height: 44px;
	border-radius: 8px;
	background: rgba(201, 162, 75, .16);
	color: var(--gold-light);
	display: flex; align-items: center; justify-content: center;
	font-size: 19px;
}
.feature-list__item b { color: var(--white); font-size: 16px; }
.feature-list__item p { font-size: 13.5px; line-height: 1.55; color: var(--on-navy-2); margin-top: 4px; }

/* ----------------------------------------------------------------------------
   10. Warranty highlight
---------------------------------------------------------------------------- */
.warranty { background: var(--cream); padding: 74px 0; }
.warranty__grid {
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	gap: 52px;
	align-items: center;
}
.warranty__card {
	background: var(--navy);
	border-radius: 14px;
	padding: 48px 44px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.warranty__ring {
	position: absolute;
	top: -30px; right: -30px;
	width: 140px; height: 140px;
	border: 2px solid rgba(201, 162, 75, .25);
	border-radius: 50%;
}
.warranty__num { font-family: var(--serif); font-size: 88px; line-height: 1; color: var(--gold-light); margin: 14px 0 6px; }
.warranty__num-label { font-family: var(--serif); font-size: 30px; color: var(--white); margin-bottom: 10px; }
.warranty__fine { font-size: 13.5px; line-height: 1.6; color: var(--on-navy-2); }
.warranty__fine span { font-size: 11.5px; color: #7f8794; }

.warranty__body .section-head__title { margin: 12px 0 26px; font-size: 40px; }
.warranty__features {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px 34px;
}
.warranty__features b { font-size: 15.5px; color: var(--navy); }
.warranty__features p { font-size: 13.5px; line-height: 1.55; color: var(--body-2); margin-top: 5px; }

/* ----------------------------------------------------------------------------
   11. Process timeline
---------------------------------------------------------------------------- */
.process { background: var(--navy-deep); padding: 76px 0; }
.process .section-head { margin-bottom: 50px; }
.process .section-head__title { font-size: 42px; }
.process__row {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	position: relative;
}
.process__line {
	position: absolute;
	top: 26px; left: 8%; right: 8%;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(201, 162, 75, .4), transparent);
}
.process__step { text-align: center; padding: 0 12px; position: relative; }
.process__num {
	width: 52px; height: 52px;
	border-radius: 50%;
	background: var(--navy);
	border: 1.5px solid var(--gold);
	color: var(--gold-light);
	font-family: var(--serif);
	font-size: 24px;
	display: flex; align-items: center; justify-content: center;
	margin: 0 auto 16px;
}
.process__num--filled { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.process__title { color: var(--white); font-size: 14.5px; }
.process__desc { font-size: 12.5px; line-height: 1.5; color: var(--on-navy-3); margin-top: 6px; }

/* ----------------------------------------------------------------------------
   12. Projects gallery
---------------------------------------------------------------------------- */
.projects { background: var(--offwhite); padding: 78px 0; }
.projects__head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 34px;
	gap: 24px;
}
.projects__head .section-head__title { font-size: 42px; margin: 12px 0 0; }
.projects__grid {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	grid-auto-rows: 220px;
	gap: 16px;
}
.project-tile {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin: 0;
}
.project-tile.is-feature { grid-row: span 2; }
.project-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.project-tile:hover img { transform: scale(1.05); }
.project-tile__cap {
	position: absolute;
	left: 0; right: 0; bottom: 0;
	padding: 16px;
	background: linear-gradient(0deg, rgba(10, 21, 38, .85), transparent);
}
.is-feature .project-tile__cap { padding: 20px; }
.project-tile__suburb {
	display: block;
	color: var(--gold-light);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}
.is-feature .project-tile__suburb { font-size: 11.5px; }
.project-tile__name {
	display: block;
	color: var(--white);
	font-family: var(--serif);
	font-size: 19px;
}
.is-feature .project-tile__name { font-size: 24px; }

/* ----------------------------------------------------------------------------
   13. Reviews
---------------------------------------------------------------------------- */
.reviews { background: var(--white); padding: 76px 0; }
.reviews .section-head { margin-bottom: 44px; }
.reviews .section-head__title { font-size: 42px; margin-bottom: 10px; }
.reviews__avg { display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 14px; color: var(--body); }
.reviews__avg b { color: var(--navy); }
.reviews__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}
.review-card {
	border: 1px solid var(--border-light);
	border-radius: 12px;
	padding: 28px 26px;
}
.review-card__quote {
	font-family: var(--serif);
	font-size: 20px;
	line-height: 1.45;
	color: #22303f;
	margin: 14px 0 18px;
}
.review-card__author { display: flex; align-items: center; gap: 12px; }
.review-card__avatar {
	width: 40px; height: 40px;
	border-radius: 50%;
	background: var(--navy);
	color: var(--gold-light);
	display: flex; align-items: center; justify-content: center;
	font-weight: 700;
	flex: none;
}
.review-card__author b { font-size: 14px; color: var(--navy); display: block; }
.review-card__suburb { font-size: 12.5px; color: var(--muted); }

/* ----------------------------------------------------------------------------
   14. Service areas
---------------------------------------------------------------------------- */
.areas { background: var(--navy); padding: 64px 0; }
.areas__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
}
.areas__title {
	font-family: var(--serif);
	font-weight: 600;
	font-size: 38px;
	line-height: 1.1;
	color: var(--white);
	margin: 12px 0 16px;
}
.areas__lead { font-size: 14.5px; line-height: 1.65; color: var(--on-navy-2); margin-bottom: 22px; }
.areas__pills { display: flex; flex-wrap: wrap; gap: 10px; }
.areas__map {
	position: relative;
	height: 300px;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid rgba(201, 162, 75, .25);
	background: repeating-linear-gradient(45deg, var(--navy-alt), var(--navy-alt) 12px, var(--navy-alt-2) 12px, var(--navy-alt-2) 24px);
}
.areas__map iframe { width: 100%; height: 100%; border: 0; display: block; filter: grayscale(.2) contrast(1.05); }

/* ----------------------------------------------------------------------------
   15. Quote + showroom
---------------------------------------------------------------------------- */
.quote { background: var(--cream); padding: 78px 0; }
.quote__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: stretch;
}
.quote__intro .section-head__title { text-align: left; font-size: 42px; margin: 12px 0 14px; }
.quote__lead { font-size: 15px; line-height: 1.65; color: var(--body); max-width: 440px; margin: 0 0 28px; }
.quote__media { border-radius: 12px; overflow: hidden; height: 220px; margin-bottom: 24px; }
.quote__media img { width: 100%; height: 100%; object-fit: cover; }

.contact-list { display: flex; flex-direction: column; gap: 14px; }
.contact-list__row {
	display: flex;
	gap: 13px;
	align-items: center;
	color: inherit;
}
a.contact-list__row:hover .contact-list__body b { color: var(--gold); }
.contact-list__icon {
	flex: none;
	width: 38px; height: 38px;
	border-radius: 8px;
	background: var(--navy);
	color: var(--gold-light);
	display: flex; align-items: center; justify-content: center;
	font-size: 16px;
}
.contact-list__body b { font-size: 14.5px; color: var(--navy); display: block; transition: color .18s ease; }
.contact-list__body span { font-size: 12.5px; color: var(--muted); display: block; }

/* Form card */
.quote__form-wrap { display: flex; }
.quote-form {
	background: var(--navy);
	border-radius: 14px;
	padding: 40px 38px;
	width: 100%;
	position: relative;
}
.quote-form__title { font-family: var(--serif); font-weight: 600; font-size: 28px; color: var(--white); margin-bottom: 4px; }
.quote-form__note { font-size: 13.5px; color: var(--on-navy-2); margin-bottom: 24px; }
.quote-form__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}
.field { display: flex; flex-direction: column; gap: 7px; margin: 0; }
.field--full { grid-column: span 2; }
.field label { font-size: 12px; font-weight: 600; color: var(--on-navy); }
.field input,
.field select,
.field textarea {
	width: 100%;
	background: var(--input-bg);
	border: 1px solid var(--input-border);
	border-radius: 7px;
	color: var(--white);
	font-family: var(--sans);
	font-size: 14px;
	padding: 0 14px;
	height: 44px;
	transition: border-color .18s ease, box-shadow .18s ease;
}
.field textarea { height: 96px; padding: 12px 14px; resize: vertical; }
.field select {
	appearance: none; -webkit-appearance: none; color: #c3c9d3; cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%237f8794' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
	background-repeat: no-repeat; background-position: right 14px center; padding-right: 34px;
}
.field input::placeholder,
.field textarea::placeholder { color: #7f8794; }
.field input:focus,
.field select:focus,
.field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 2px rgba(201, 162, 75, .18); }
.field.has-error input,
.field.has-error select,
.field.has-error textarea { border-color: #e07a63; }
.field__error { font-size: 11.5px; color: #f0a08e; min-height: 0; }
.field.has-error .field__error { min-height: 1em; }

.quote-form .btn--block { margin-top: 20px; }

.quote-form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; margin: 0; }

.quote-form__alert {
	display: none;
	border-radius: 8px;
	padding: 13px 16px;
	font-size: 13.5px;
	font-weight: 600;
	margin-bottom: 18px;
}
.quote-form__alert.is-visible { display: block; }
.quote-form__alert--success { background: rgba(201, 162, 75, .16); color: var(--gold-light); border: 1px solid rgba(201, 162, 75, .4); }
.quote-form__alert--error { background: rgba(224, 122, 99, .14); color: #f0a08e; border: 1px solid rgba(224, 122, 99, .4); }

/* ----------------------------------------------------------------------------
   16. Footer
---------------------------------------------------------------------------- */
.site-footer { background: var(--navy-deep); padding: 56px 0 26px; color: var(--on-navy-2); }
.site-footer a { color: var(--on-navy-2); }
.site-footer a:hover { color: var(--gold-light); }
.site-footer__grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
	gap: 36px;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, .09);
}
.site-footer__logo { height: 48px; width: auto; margin-bottom: 18px; }
.site-footer__blurb { font-size: 13.5px; line-height: 1.65; margin-bottom: 16px; max-width: 280px; }
.site-footer__rating { display: flex; align-items: center; gap: 8px; }
.site-footer__rating .stars { font-size: 15px; }
.site-footer__rating-text { font-size: 12.5px; }
.site-footer__heading { color: var(--white); font-size: 14px; font-weight: 700; margin-bottom: 16px; }
.site-footer__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; font-size: 13.5px; }
.site-footer__phone { color: var(--gold-text); font-weight: 700; }
.site-footer__phone:hover { color: var(--gold-text); }
.site-footer__bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 22px;
	font-size: 12px;
	color: #7f8794;
	gap: 16px;
	flex-wrap: wrap;
}

/* ----------------------------------------------------------------------------
   17. Responsive
---------------------------------------------------------------------------- */

/* Tablet — up to 1023px */
@media (max-width: 1023px) {
	:root { --gutter: 32px; }

	.services__grid { grid-template-columns: repeat(2, 1fr); }
	.process__row { grid-template-columns: repeat(3, 1fr); row-gap: 40px; }
	.process__line { display: none; }
	.site-footer__grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }

	.hero__title { font-size: 52px; }
	.hero__text { padding: 60px 0 120px; min-height: 620px; }
	.hero { min-height: 620px; }
	.hero__trust-item { padding: 16px 28px; }
	.hero__trust-item:first-child { padding-left: 0; }

	.experience__text { padding: 56px 40px; }
	.section-head__title,
	.warranty__body .section-head__title,
	.process .section-head__title,
	.projects__head .section-head__title,
	.reviews .section-head__title,
	.quote__intro .section-head__title { font-size: 36px; }

	/* Nav → drawer */
	.nav-toggle { display: flex; }
	.site-nav {
		position: fixed;
		top: 0; right: 0; bottom: 0;
		width: min(320px, 82vw);
		background: var(--navy);
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		gap: 0;
		padding: 88px 28px 32px;
		transform: translateX(100%);
		transition: transform .28s ease;
		box-shadow: -18px 0 60px -20px rgba(0, 0, 0, .6);
		z-index: 120;
		overflow-y: auto;
	}
	.site-nav.is-open { transform: translateX(0); }
	.site-nav__list { flex-direction: column; align-items: stretch; gap: 0; width: 100%; }
	.site-nav__item { border-bottom: 1px solid rgba(255, 255, 255, .08); }
	.site-nav__link { display: block; padding: 15px 4px; font-size: 16px; }
	.site-nav__cta { margin-top: 22px; }
	body.nav-open { overflow: hidden; }
	.nav-backdrop {
		position: fixed; inset: 0;
		background: rgba(10, 21, 38, .5);
		backdrop-filter: blur(2px);
		opacity: 0; visibility: hidden;
		transition: opacity .28s ease, visibility .28s ease;
		z-index: 110;
	}
	.nav-backdrop.is-open { opacity: 1; visibility: visible; }
}

/* Two-col bands → stack on narrow tablet + mobile */
@media (max-width: 900px) {
	.warranty__grid,
	.areas__grid,
	.quote__grid { grid-template-columns: 1fr; gap: 36px; }
	.experience { grid-template-columns: 1fr; }
	.experience__media { max-height: 320px; }
	.projects__grid { grid-template-columns: 1fr 1fr; }
	.project-tile.is-feature { grid-row: span 1; grid-column: span 2; }
}

/* Mobile — <768px */
@media (max-width: 767px) {
	:root { --gutter: 20px; }

	.announce__inner { flex-direction: column; gap: 6px; text-align: center; }
	.announce__right { flex-wrap: wrap; justify-content: center; gap: 12px; }
	.announce__hours,
	.announce__email,
	.announce__sep { display: none; }

	/* Stack: text, then image, then trust strip. */
	.hero { display: flex; flex-direction: column; min-height: 0; }
	.hero__body { order: 1; }
	.hero__text { max-width: none; min-height: 0; padding: 44px 0 40px; }
	.hero__media { order: 2; position: relative; inset: auto; left: auto; right: auto; height: 300px; }
	.hero__media-fade { display: none; }
	.hero__trust {
		order: 3;
		position: static;
		background: var(--navy-deep);
	}
	.hero__trust-grid { grid-template-columns: 1fr; }
	.hero__trust-item,
	.hero__trust-item:first-child { padding: 16px 0; align-items: flex-start; }
	.hero__trust-item + .hero__trust-item { border-left: 0; border-top: 1px solid rgba(255, 255, 255, .1); }
	.hero__title { font-size: 40px; }
	.hero__lead { font-size: 16px; }
	.hero__actions .btn { flex: 1 1 auto; }

	.services,
	.warranty,
	.process,
	.projects,
	.reviews,
	.quote { padding-top: 56px; padding-bottom: 56px; }
	.experience__text { padding: 48px 20px; }
	.areas { padding: 48px 0; }

	.services__grid { grid-template-columns: 1fr; }
	.projects__grid { grid-template-columns: 1fr; grid-auto-rows: 200px; }
	.project-tile.is-feature { grid-column: span 1; }
	.reviews__grid { grid-template-columns: 1fr; }
	.process__row { grid-template-columns: repeat(2, 1fr); row-gap: 34px; }
	.warranty__features { grid-template-columns: 1fr; }
	.quote-form__grid { grid-template-columns: 1fr; }
	.field--full { grid-column: span 1; }
	.quote-form { padding: 30px 24px; }

	.section-head__title,
	.experience__title,
	.areas__title,
	.warranty__body .section-head__title,
	.process .section-head__title,
	.projects__head .section-head__title,
	.reviews .section-head__title,
	.quote__intro .section-head__title { font-size: 30px; }
	.warranty__num { font-size: 72px; }

	.projects__head { flex-direction: column; align-items: flex-start; gap: 14px; }
	.site-footer__grid { grid-template-columns: 1fr; gap: 28px; }
	.site-footer__bar { flex-direction: column; align-items: flex-start; gap: 8px; }
}

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