
/* ========================================================================
   Strata Family Law — Homepage Styles (Rebuilt)
   Template: home-page.php
   Prefix: sfl | Built by Legal Guardian Digital
   
   Rebuilt from approved HTML: strata-family-law-homepage.html
   Date: 2026-04-13
   
   NOTE: Base resets, :root variables, font declarations, and global
   typography are in global.css. This file is page-specific only.
   ======================================================================== */

/* ========================================
   HERO
   ======================================== */
.hero {
	padding: 180px 0 100px !important;
	position: relative !important;
	overflow: hidden;
	background: linear-gradient(135deg, #faf7f2 0%, #f5efe5 50%, #efe4d2 100%) !important;
	margin-top: 0 !important;
	padding-top: 200px !important;
	border-top: none !important;
	border-bottom: none !important;
	outline: none !important;
	box-shadow: none !important;
	color: #1d2836 !important;
}

.hero::before {
	content: "" !important;
	position: absolute !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(ellipse at 80% 20%, rgba(197, 163, 119, .15), transparent 55%) !important;
	pointer-events: none !important;
	inset: 0 !important;
}

.hero-inner {
	max-width: 1560px;
	margin: 0 auto;
	padding: 0 40px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: center;
}

.hero-content {
	max-width: 680px;
}

.hero-eyebrow {
	font-family: "Geraldton", sans-serif;
	font-size: .8rem !important;
	font-weight: 600;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: var(--forest) !important;
	margin-bottom: 24px !important;
	line-height: 1.5 !important;
}

.hero h1 {
	font-size: 4.2rem;
	color: var(--forest);
	margin-bottom: 28px;
	line-height: 1.08;
	font-weight: 600;
}

.hero h1 span {
	color: var(--copper);
}

.hero-headline {
	font-family: "Geraldton", sans-serif !important;
	font-size: 4.2rem;
	color: #ede6dc !important;
	margin-bottom: 28px;
	line-height: 1.08;
	font-weight: 600 !important;
}

.hero-headline span {
	color: #d4a574 !important;
}

.hero-subtitle {
	font-size: 1.2rem;
	color: #b8afa3 !important;
	line-height: 1.8;
	margin-bottom: 40px;
	max-width: 540px;
}

.hero-actions {
	display: flex;
	gap: 16px;
	align-items: center;
	flex-wrap: wrap;
}

.hero-image {
	position: relative !important;
}

.hero-image img {
	border-radius: 0;
	width: 100% !important;
	aspect-ratio: 1/1 !important;
	object-fit: cover !important;
	object-position: center center !important;
	position: relative !important;
	z-index: 1 !important;
}

.hero-image::after {
	content: "" !important;
	position: absolute !important;
	bottom: -20px !important;
	right: -20px !important;
	width: 100% !important;
	height: 100% !important;
	border: 2px solid rgba(197, 163, 119, .4) !important;
	border-radius: 0 !important;
	z-index: 0 !important;
	pointer-events: none !important;
}

.hero-trust {
	margin-top: 60px;
	display: flex;
	gap: 40px;
	align-items: center;
	flex-wrap: wrap;
}

.hero-trust-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: .85rem;
	color: #7a7268 !important;
	font-weight: 500;
}

.hero-trust-item svg {
	width: 20px;
	height: 20px;
	fill: #d4a574 !important;
	flex-shrink: 0;
}

.section-label, .hero-eyebrow {
	font-family: "Geraldton", sans-serif !important;
	font-weight: 600 !important;
}

.hero::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 200px;
	background: linear-gradient(to top, #0d1b2a, transparent);
	pointer-events: none;
	z-index: 1;
}

.hero .seo-h1 {
	color: #1d2836 !important;
	opacity: .85 !important;
	font-weight: 600 !important;
}

.hero .hero-headline {
	color: #fff !important;
}

.hero .hero-headline span {
	color: #d4b78a !important;
}

.hero .hero-subtitle {
	color: rgba(237, 230, 220, .8) !important;
}

.hero .btn-primary {
	background: #1d2836 !important;
	color: #faf7f2 !important;
	border: none !important;
}

.hero .btn-primary:hover {
	background: #c5a377 !important;
	color: #1d2836 !important;
}

.hero .btn-secondary {
	background: transparent !important;
	color: #1d2836 !important;
	border: 1px solid rgba(29, 40, 54, .25) !important;
}

.hero .btn-secondary:hover {
	border-color: #c5a377 !important;
	color: #c5a377 !important;
}

.hero .hero-trust-item {
	color: rgba(237, 230, 220, .65) !important;
}

.hero .hero-trust-item svg {
	fill: #c5a377 !important;
	stroke: #c5a377 !important;
	opacity: .7 !important;
	color: #c5a377 !important;
}

.hero .hero-image img {
	border-radius: 0;
	box-shadow: 0 20px 60px rgba(0, 0, 0, .5) !important;
}

.hero::before, .hero::after {
	display: none !important;
}

.hero .seo-h1, .hero .hero-eyebrow, .hero-eyebrow {
	color: #1d2836 !important;
	font-weight: 600 !important;
}

.hero .hero-headline, .hero-headline {
	color: #1d2836 !important;
}

.hero .hero-headline span, .hero-headline span {
	color: #c5a377 !important;
}

.hero .hero-subtitle, .hero-subtitle {
	color: rgba(29, 40, 54, .7) !important;
}

.hero .hero-trust-item, .hero-trust-item {
	color: rgba(29, 40, 54, .65) !important;
}

.hero .hero-trust-item, .hero-trust-item {
	transition: color .3s ease !important;
}

.hero .hero-trust-item:hover, .hero-trust-item:hover {
	color: #c5a377 !important;
}

.hero .hero-trust-item a, .hero-trust-item a {
	color: inherit !important;
	text-decoration: none !important;
}

.team-intro-grid, .investment-consultation > div, .team-grid, .hero-inner {
	overflow: visible !important;
}

.team-intro-image, .hero-image, .investment-image {
	margin-right: 20px !important;
	margin-bottom: 20px !important;
}

.btn-secondary svg, .btn-primary svg, .header-phone svg, .hero-trust-item svg, .consult-detail svg {
	width: 18px !important;
	height: 18px !important;
	flex-shrink: 0 !important;
	fill: currentColor !important;
}

/* ========================================
   OFFICE BANNER
   ======================================== */
.office-banner {
	background: #1d2836;
	padding: 32px 0 !important;
	border-top: 1px solid rgba(197, 163, 119, .12);
	border-bottom: 1px solid rgba(197, 163, 119, .12);
}

.office-banner-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
}

.office-banner-grid {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 48px;
	align-items: center;
}

.office-banner-col {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: center;
}

.office-banner-icon {
	color: #c5a377 !important;
	flex-shrink: 0;
	opacity: .85;
}

.office-banner-content {
	text-align: left;
}

.office-banner-label {
	font-family: "Geraldton", sans-serif !important;
	font-size: .72rem !important;
	font-weight: 600 !important;
	letter-spacing: .18em !important;
	text-transform: uppercase !important;
	color: #c5a377 !important;
	margin-bottom: 4px !important;
	line-height: 1.2 !important;
}

.office-banner-address {
	color: rgba(237, 230, 220, .85) !important;
	font-size: .92rem !important;
	line-height: 1.5 !important;
	margin: 0 !important;
	font-family: "DM Sans", sans-serif !important;
}

.office-banner-divider {
	width: 1px;
	height: 56px;
	background: rgba(197, 163, 119, .18);
}

/* ========================================
   INTRO SEO
   ======================================== */
.intro-seo {
	padding: 100px 0;
	background: #faf7f2 !important;
	border-bottom: 1px solid #e8dfd1 !important;
	border-top: none !important;
}

.intro-seo-inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 40px;
}

.intro-seo h2 {
	font-family: "Geraldton", sans-serif;
	font-size: 3.2rem;
	font-weight: 600;
	color: #0d1b2a !important;
	line-height: 1.08;
	margin-bottom: 40px;
}

.intro-seo-content p {
	font-size: 1.05rem;
	color: #4a4a4c !important;
	line-height: 1.85;
	margin-bottom: 24px;
}

.intro-seo-content p:last-child {
	margin-bottom: 0;
}

.intro-seo-content strong {
	color: #b8875a !important;
	font-weight: 600;
}

.intro-seo h2 span, .intro-seo strong {
	color: #b8875a !important;
}

.intro-seo::before {
	content: "" !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	height: 100% !important;
	background: linear-gradient(180deg, #c5a377, transparent) !important;
	width: 4px !important;
	display: none !important;
}

.intro-seo, .before-you-file, .winning, .approach, .why-hire, .journey, .faq, .blog-roll, .consult-cta {
	border-top: 4px solid #c5a377 !important;
}

.intro-seo h2, .intro-seo h3 {
	color: #1d2836 !important;
}

.intro-seo p, .intro-seo .intro-seo-content p {
	color: rgba(29, 40, 54, .75) !important;
}

.intro-seo strong {
	color: #c5a377 !important;
}

.intro-seo .section-label {
	color: #c5a377 !important;
}

/* ========================================
   TEAM
   ======================================== */
.team {
	padding: 120px 0;
	background: #1d2836 !important;
	position: relative !important;
	border-top: 4px solid #c5a377 !important;
}

.team-inner {
	max-width: 1560px;
	margin: 0 auto;
	padding: 0 40px;
}

.team h2 {
	font-size: 2.8rem;
	color: var(--forest);
	margin-bottom: 20px;
}

.team-intro {
	font-size: 1.1rem;
	color: var(--ink-soft);
	max-width: 620px;
	margin-bottom: 60px;
	line-height: 1.8;
}

.team-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2px !important;
}

.team-card {
	background: transparent !important;
	border-radius: 0;
	overflow: hidden;
	border: none !important;
	transition: all .4s ease !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.team-card:hover {
	transform: none !important;
}

.team-card-photo {
	aspect-ratio: 3/4;
	overflow: hidden;
	position: relative !important;
	margin-bottom: 40px !important;
	margin-right: 16px !important;
}

.team-card-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	transition: transform .4s ease;
	position: relative !important;
	z-index: 1 !important;
}

.team-card:hover .team-card-photo img {
	transform: scale(1.03);
}

.team-card-info {
	padding: 28px 28px 32px;
}

.team-card-info h3 {
	font-size: 1.4rem;
	color: var(--forest);
	margin-bottom: 4px;
}

.team-card-role {
	font-size: .8rem !important;
	font-weight: 600;
	letter-spacing: .1em !important;
	text-transform: uppercase !important;
	color: #c5a377 !important;
	margin-bottom: 16px;
}

.team-card-quote {
	font-size: .9rem !important;
	color: rgba(237, 230, 220, .5) !important;
	line-height: 1.7;
	font-style: italic !important;
	border-left: 3px solid var(--copper-glow);
	padding-left: 16px;
	margin-top: 12px !important;
}

.team h2, .team h3, .team p {
	color: #ede6dc !important;
}

.team .section-label {
	color: #d4a574 !important;
}

.team::before {
	content: "" !important;
	position: absolute !important;
	inset: 0 !important;
	background: radial-gradient(circle at 50% 80%, rgba(212, 165, 116, .05), transparent 50%) !important;
	pointer-events: none !important;
}

.team-card img {
	border-radius: 0;
	box-shadow: none !important;
	transition: filter .5s ease !important;
	aspect-ratio: 3/4 !important;
	object-fit: cover !important;
	width: 100% !important;
	filter: grayscale(40%) contrast(1.1) !important;
}

.team-card:hover img {
	box-shadow: none !important;
	filter: grayscale(0%) contrast(1) !important;
}

.team-card h3 {
	margin-top: 20px !important;
	font-size: 1.1rem !important;
	color: #ede6dc !important;
	letter-spacing: .02em !important;
}

.honest-counsel, .chatgpt-section, .practice-areas, .team, .testimonials, .serving-wa {
	border-top: 4px solid rgba(197, 163, 119, .15) !important;
}

.team-intro-grid {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 80px !important;
	align-items: stretch !important;
	max-width: 1400px !important;
	margin: 0 auto 100px !important;
}

.team-intro-content {
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	padding-right: 20px !important;
	max-width: 580px !important;
}

.team-intro-content h2 {
	font-size: 3.6rem !important;
	line-height: 1.05 !important;
	margin-bottom: 32px !important;
	color: #ede6dc !important;
}

.team-intro-content .team-intro {
	font-size: 1.1rem !important;
	line-height: 1.85 !important;
	color: rgba(237, 230, 220, .7) !important;
	max-width: 520px !important;
	margin: 0 !important;
}

.team-intro-content .team-intro a {
	color: #c5a377 !important;
	text-decoration: none !important;
	border-bottom: 1px solid rgba(197, 163, 119, .4) !important;
	padding-bottom: 2px !important;
	transition: border-color .3s ease, color .3s ease !important;
	white-space: nowrap !important;
	display: inline-block !important;
	margin-top: 20px !important;
}

.team-intro-content .team-intro a:hover {
	color: #ede6dc !important;
	border-bottom-color: #ede6dc !important;
}

.team-intro-image {
	position: relative !important;
	width: 100% !important;
	min-height: auto !important;
	aspect-ratio: 1/1 !important;
	height: auto !important;
	background: transparent !important;
	overflow: hidden !important;
}

.team-intro-image .team-hero-image {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	max-width: none !important;
	z-index: 1 !important;
	display: block !important;
	align-items: center !important;
	justify-content: center !important;
	overflow: hidden !important;
}

.team-intro-image .team-hero-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center bottom !important;
	display: block !important;
	aspect-ratio: auto !important;
	min-height: 100% !important;
	min-width: 100% !important;
}

.team-card-photo::after {
	content: "" !important;
	position: absolute !important;
	bottom: -16px !important;
	right: -16px !important;
	width: 100% !important;
	height: 100% !important;
	border: 2px solid rgba(197, 163, 119, .4) !important;
	border-radius: 0;
	z-index: 0 !important;
	pointer-events: none !important;
}

a.team-card {
	display: block !important;
	text-decoration: none !important;
	color: inherit !important;
	cursor: pointer !important;
	transition: transform .3s ease !important;
	position: relative !important;
}

a.team-card:hover {
	transform: translateY(-4px) !important;
}

a.team-card:hover .team-card-photo::after {
	border-color: rgba(197, 163, 119, .8) !important;
	transition: border-color .3s ease !important;
}

a.team-card:hover img {
	filter: grayscale(0%) contrast(1) !important;
	transition: filter .4s ease !important;
}

a.team-card:hover h3 {
	color: #c5a377 !important;
	transition: color .3s ease !important;
}

a.team-card h3 {
	transition: color .3s ease !important;
}

a.team-card:focus-visible {
	outline: 2px solid #c5a377 !important;
	outline-offset: 6px !important;
}

a.team-card::after {
	content: "View Bio →";
	display: block;
	margin-top: 16px;
	font-family: "Geraldton", sans-serif;
	font-size: .72rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .15em;
	color: #c5a377;
	opacity: 0;
	transform: translateX(-4px);
	transition: opacity .3s ease, transform .3s ease;
	text-align: left !important;
	padding-left: 0 !important;
	margin-left: 0 !important;
}

a.team-card:hover::after {
	opacity: 1 !important;
	transform: translateX(0) !important;
	padding-left: 28px !important;
}

.hero-image img, .team-intro-image img, .team-intro-image .team-hero-image img, .team-card-photo img, .investment-image img {
	box-shadow: 0 20px 60px rgba(0, 0, 0, .5) !important;
}

.team .team-card-photo img, .team-card-photo img {
	box-shadow: 0 20px 60px rgba(255, 255, 255, .08), 0 0 0 1px rgba(197, 163, 119, .15), 0 30px 80px -20px rgba(197, 163, 119, .25) !important;
}

.team-intro-image img, .team-intro-image .team-hero-image img {
	box-shadow: 0 20px 60px rgba(255, 255, 255, .08), 0 0 0 1px rgba(197, 163, 119, .15), 0 30px 80px -20px rgba(197, 163, 119, .25) !important;
}

.team-card:hover .team-card-photo img, a.team-card:hover .team-card-photo img {
	box-shadow: 0 24px 72px rgba(255, 255, 255, .12), 0 0 0 1px rgba(197, 163, 119, .3), 0 40px 100px -20px rgba(197, 163, 119, .4) !important;
}

/* ========================================
   APPROACH / PROCESS
   ======================================== */
.approach {
	padding: 120px 0;
	background: #f5efe5 !important;
}

.approach-inner {
	max-width: 1560px;
	margin: 0 auto;
	padding: 0 40px;
}

.approach h2 {
	font-size: 2.8rem;
	color: var(--forest);
	margin-bottom: 20px;
	max-width: 600px;
}

.approach-intro {
	font-size: 1.1rem;
	color: var(--ink-soft);
	max-width: 620px;
	margin-bottom: 60px;
	line-height: 1.8;
}

.approach-steps {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr) !important;
	gap: 40px !important;
}

.approach-step {
	background: transparent !important;
	border-radius: 0;
	padding: 32px 0 0 !important;
	position: relative !important;
	border-color: rgba(212, 165, 116, .08) !important;
	border: none !important;
	transition: all .4s ease !important;
	overflow: hidden !important;
	border-top: 3px solid #0d1b2a !important;
	box-shadow: none !important;
	padding-top: 28px !important;
}

.step-number {
	font-family: "Geraldton", sans-serif;
	font-size: 3rem;
	color: var(--copper);
	opacity: .3;
	line-height: 1;
	margin-bottom: 16px;
}

.approach-step h3 {
	font-size: 1.3rem;
	color: var(--forest);
	margin-bottom: 12px;
}

.approach-step p {
	font-size: .9rem;
	color: var(--ink-soft);
	line-height: 1.7;
}

.approach h2, .approach h3, .approach h4, .approach p {
	color: #ede6dc !important;
}

.approach .section-label {
	color: #b8875a !important;
}

.approach-number {
	color: #d4a574 !important;
	opacity: .35 !important;
	background: none !important;
	-webkit-background-clip: unset !important;
	-webkit-text-fill-color: #c5a377 !important;
	background-clip: unset !important;
	font-size: 3.5rem !important;
}

.approach h2, .approach h3, .approach h4 {
	color: #0b1626 !important;
}

.approach p {
	color: #4a4a4c !important;
}

.approach-step:hover {
	border-color: #c5a377 !important;
	box-shadow: none !important;
	transform: none !important;
	border-top-color: #c5a377 !important;
}

/* ========================================
   HONEST COUNSEL
   ======================================== */
.honest-counsel {
	padding: 120px 0;
	background: #0d1b2a !important;
	color: var(--cream);
	position: relative !important;
	overflow: hidden !important;
}

.honest-counsel::before {
	content: "" !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	background: radial-gradient(ellipse at 70% 30%, rgba(197, 163, 119, .08), transparent 65%) !important;
	pointer-events: none !important;
	inset: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	z-index: 0 !important;
}

.honest-counsel-inner {
	max-width: 1560px;
	margin: 0 auto;
	padding: 0 40px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: center;
}

.honest-counsel h2 {
	font-size: 2.8rem;
	color: var(--cream);
	margin-bottom: 28px;
}

.honest-counsel h2 span {
	color: var(--copper-light);
}

.honest-counsel-text {
	font-size: 1.05rem;
	line-height: 1.85;
	color: rgba(250, 247, 242, .8);
	margin-bottom: 20px;
}

.honest-counsel-promises {
	margin-top: 40px;
}

.promise-item {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	margin-bottom: 24px;
}

.promise-icon {
	width: 40px;
	height: 40px;
	min-width: 40px;
	background: rgba(184, 115, 51, .15);
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.promise-icon svg {
	width: 20px;
	height: 20px;
	fill: var(--copper-light);
}

.promise-item h4 {
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 1rem;
	color: var(--cream);
	margin-bottom: 4px;
}

.promise-item p {
	font-size: .9rem;
	color: rgba(250, 247, 242, .7);
	line-height: 1.7;
}

.honest-counsel-quote {
	padding: 0 !important;
	background: transparent !important;
	border-radius: 0;
	border: none !important;
	box-shadow: none !important;
	max-width: 560px !important;
}

.honest-counsel-quote blockquote {
	font-family: "Geraldton", sans-serif !important;
	font-size: 1.75rem !important;
	line-height: 1.45 !important;
	color: rgba(237, 230, 220, .95) !important;
	margin-bottom: 24px;
	font-style: normal !important;
	font-weight: 400 !important;
	letter-spacing: -.01em !important;
	margin: 0 0 32px 0 !important;
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
	quotes: none !important;
}

.honest-counsel-quote cite {
	font-style: normal !important;
	font-size: .78rem !important;
	color: #c5a377 !important;
	font-weight: 600 !important;
	letter-spacing: .14em !important;
	display: block !important;
	font-family: "DM Sans", sans-serif !important;
	text-transform: uppercase !important;
	padding-top: 24px !important;
	border-top: 1px solid rgba(197, 163, 119, .2) !important;
	max-width: 300px !important;
}

.honest-counsel h2, .honest-counsel h4, .honest-counsel p {
	color: #ede6dc !important;
}

.honest-counsel .section-label {
	color: #d4a574 !important;
}

.honest-counsel blockquote {
	color: #c5a377 !important;
	border-color: rgba(212, 165, 116, .2) !important;
	font-style: italic !important;
	border-left: 2px solid rgba(197, 163, 119, .25) !important;
	padding-left: 28px !important;
	position: relative !important;
	font-size: 1.6rem !important;
	line-height: 1.5 !important;
	padding: 8px 0 8px 28px !important;
	margin: 48px 0 !important;
}

.honest-counsel-card {
	background: transparent !important;
	border-color: rgba(212, 165, 116, .08) !important;
	border: none !important;
	border-radius: 0;
	padding: 24px 0 !important;
	transition: all .3s ease !important;
	border-bottom: 1px solid rgba(197, 163, 119, .08) !important;
}

.honest-counsel-card h4 {
	color: #ede6dc !important;
}

.honest-counsel-card p {
	color: #b8afa3 !important;
}

.honest-counsel-card:hover {
	background: transparent !important;
	border-color: rgba(197, 163, 119, .08) !important;
}

.honest-counsel-card svg {
	fill: #c5a377 !important;
	display: none !important;
}

.honest-counsel-inner, .honest-counsel > * {
	position: relative;
	z-index: 1;
}

.honest-counsel-quote blockquote::before, .honest-counsel-quote blockquote::after {
	content: none !important;
	display: none !important;
}

/* ========================================
   PRACTICE AREAS
   ======================================== */
.practice-areas {
	padding: 120px 0;
	background: #0d1b2a !important;
	position: relative !important;
}

.practice-areas-inner {
	max-width: 1560px;
	margin: 0 auto;
	padding: 0 40px;
}

.practice-areas h2 {
	font-size: 2.8rem;
	color: var(--forest);
	margin-bottom: 20px;
}

.practice-areas-intro {
	font-size: 1.1rem;
	color: var(--ink-soft);
	max-width: 620px;
	margin-bottom: 60px;
	line-height: 1.8;
}

.pa-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.pa-card {
	padding: 36px 32px;
	background: none !important;
	border-radius: 0;
	border: 1px solid var(--border);
	transition: border-color .3s ease, transform .3s ease;
}

.pa-card:hover {
	border-color: var(--border-copper);
	transform: translateY(-3px);
}

.pa-card h3 {
	font-size: 1.3rem;
	color: var(--forest);
	margin-bottom: 10px;
}

.pa-card p {
	font-size: .9rem;
	color: var(--ink-soft);
	line-height: 1.7;
}

.practice-areas h2, .practice-areas h3, .practice-areas p {
	color: #ede6dc !important;
}

.practice-areas .section-label {
	color: #d4a574 !important;
}

.practice-area-card {
	background: none !important;
	border-color: rgba(212, 165, 116, .08) !important;
	border: 1px solid rgba(255, 255, 255, .17) !important;
	transition: border-color .3s ease, transform .3s ease !important;
	border-radius: 0;
	padding: 36px 32px !important;
	position: relative !important;
	overflow: hidden !important;
	border-bottom: 1px solid rgba(197, 163, 119, .08) !important;
	box-shadow: none !important;
}

.practice-area-card:hover {
	border-color: #c5a377 !important;
	transform: none !important;
	box-shadow: none !important;
	background: none !important;
	padding-left: 33px !important;
	border-left: 3px solid #c5a377 !important;
}

.practice-area-card h3 {
	color: #c5a377 !important;
	font-size: 1.15rem !important;
	margin-bottom: 12px !important;
}

.practice-area-card p {
	color: rgba(237, 230, 220, .5) !important;
	font-size: .9rem !important;
	line-height: 1.7 !important;
}

.practice-areas::before {
	content: "" !important;
	position: absolute !important;
	inset: 0 !important;
	background: radial-gradient(circle at 50% 0%, rgba(212, 165, 116, .07), transparent 50%) !important;
	pointer-events: none !important;
}

.practice-area-card::after {
	content: "" !important;
	position: absolute !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	height: 2px !important;
	background: linear-gradient(90deg, transparent, #c5a377, transparent) !important;
	opacity: 0 !important;
	transition: opacity .4s ease !important;
	display: none !important;
}

.practice-area-card:hover::after {
	opacity: 1 !important;
}

.practice-area-card:last-child {
	border-bottom: none !important;
}

.faq-item, .feeling-card, .practice-area-card, .chatgpt-myth, .winning .winning-item {
	border-width: 1px !important;
	transition: all .25s ease !important;
}

.faq-item:hover, .feeling-card:hover, .practice-area-card:hover, .chatgpt-myth:hover, .winning .winning-item:hover {
	border-left: 3px solid #c5a377 !important;
	padding-left: 24px !important;
}

.practice-areas .practice-areas-intro {
	color: rgba(237, 230, 220, .6) !important;
}

a.pa-card {
	display: flex !important;
	flex-direction: column !important;
	text-decoration: none !important;
	color: inherit !important;
	cursor: pointer !important;
	padding: 36px 32px !important;
	background: none !important;
	border: 1px solid rgba(255, 255, 255, .17) !important;
	border-radius: 0;
	transition: border-color .3s ease, background .3s ease, transform .3s ease !important;
	position: relative !important;
}

a.pa-card:hover {
	border-color: #c5a377 !important;
	background: rgba(197, 163, 119, .03) !important;
	transform: translateY(-2px) !important;
}

a.pa-card:focus-visible {
	outline: 2px solid #c5a377 !important;
	outline-offset: 4px !important;
}

.pa-card-header {
	display: flex !important;
	align-items: flex-start !important;
	justify-content: space-between !important;
	gap: 16px !important;
	margin-bottom: 16px !important;
}

a.pa-card h3 {
	font-size: 1.25rem !important;
	line-height: 1.3 !important;
	margin: 0 !important;
	flex: 1 !important;
	transition: color .3s ease !important;
}

a.pa-card:hover h3 {
	color: #c5a377 !important;
}

a.pa-card p {
	flex: 1 !important;
	margin-bottom: 24px !important;
}

.pa-badge {
	display: inline-flex !important;
	align-items: center !important;
	padding: 4px 12px !important;
	background: rgba(197, 163, 119, .1) !important;
	border: 1px solid rgba(197, 163, 119, .3) !important;
	color: #c5a377 !important;
	font-family: "Geraldton", sans-serif !important;
	font-size: .65rem !important;
	font-weight: 600 !important;
	letter-spacing: .12em !important;
	text-transform: uppercase !important;
	white-space: nowrap !important;
	border-radius: 0;
	flex-shrink: 0 !important;
}

.pa-card-link {
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	margin-top: auto !important;
	padding-top: 20px !important;
	border-top: 1px solid rgba(197, 163, 119, .12) !important;
	color: #c5a377 !important;
	font-family: "Geraldton", sans-serif !important;
	font-size: .75rem !important;
	font-weight: 600 !important;
	letter-spacing: .12em !important;
	text-transform: uppercase !important;
	transition: gap .3s ease, border-color .3s ease !important;
}

.pa-card-link svg {
	transition: transform .3s ease !important;
}

a.pa-card:hover .pa-card-link {
	gap: 14px !important;
	border-top-color: rgba(197, 163, 119, .3) !important;
}

a.pa-card:hover .pa-card-link svg {
	transform: translateX(4px) !important;
}

/* ========================================
   WHY HIRE
   ======================================== */
.why-hire {
	padding: 120px 0;
	background: #f5efe5 !important;
	position: relative !important;
}

.why-hire-inner {
	max-width: 1560px;
	margin: 0 auto;
	padding: 0 40px;
}

.why-hire h2 {
	font-size: 2.8rem;
	color: #0b1626 !important;
	margin-bottom: 24px;
	max-width: 800px;
}

.why-hire-intro {
	font-size: 1.1rem;
	color: var(--ink-soft);
	max-width: 620px;
	margin-bottom: 60px;
	line-height: 1.8;
}

.why-hire-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

.why-hire-card {
	padding: 40px 0 !important;
	background: transparent !important;
	border-radius: 0;
	border: none !important;
	transition: all .4s ease !important;
	border-color: rgba(212, 165, 116, .1) !important;
	position: relative !important;
	overflow: hidden !important;
	border-top: 1px solid rgba(13, 27, 42, .08) !important;
	box-shadow: none !important;
}

.why-hire-card:hover {
	border-color: rgba(13, 27, 42, .08) !important;
	transform: none !important;
	box-shadow: none !important;
}

.why-hire-card h4 {
	font-size: 1.3rem;
	color: #0d1b2a !important;
	margin-bottom: 12px !important;
	line-height: 1.3;
}

.why-hire-card p {
	font-size: .95rem;
	color: #4a4a4c !important;
	line-height: 1.75;
}

.why-hire-layout {
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: 48px;
	align-items: start;
}

.why-hire-image {
	position: sticky;
	top: 120px;
}

.why-hire-image img {
	width: 100%;
	border-radius: 0;
	aspect-ratio: 3/4;
	object-fit: cover;
	object-position: center top;
}

.why-hire h4 {
	color: #0b1626 !important;
}

.why-hire p {
	color: #4a4a4c !important;
}

.why-hire .section-label {
	color: #b8875a !important;
}

.why-hire::before {
	content: "" !important;
	position: absolute !important;
	inset: 0 !important;
	background: radial-gradient(circle at 80% 50%, rgba(212, 165, 116, .04), transparent 50%) !important;
	pointer-events: none !important;
}

/* why-hire colors removed — inherits from global */
.feeling-card:hover, .chatgpt-myth:hover, .testimonial-card:hover, .blog-card:hover {
	box-shadow: 0 8px 32px rgba(0, 0, 0, .3) !important;
}

.why-hire-card::before {
	content: "" !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	height: 3px !important;
	background: linear-gradient(90deg, #c5a377, #d4b78a) !important;
	opacity: 0 !important;
	transition: opacity .4s ease !important;
	display: none !important;
}

.why-hire-card:hover::before {
	opacity: 1 !important;
}

.why-hire-card h4::before {
	content: none !important;
	color: #c5a377 !important;
	margin-right: 12px !important;
	display: none !important;
}

/* ========================================
   WINNING
   ======================================== */
.winning {
	padding: 120px 0;
	background: #fff !important;
}

.winning-inner {
	max-width: 1560px;
	margin: 0 auto;
	padding: 0 40px;
}

.winning h2 {
	font-size: 2.8rem;
	color: var(--forest);
	margin-bottom: 20px;
	max-width: 600px;
}

.winning-intro {
	font-size: 1.1rem;
	color: var(--ink-soft);
	max-width: 620px;
	margin-bottom: 60px;
	line-height: 1.8;
}

.winning-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
}

.winning h2, .winning h3, .winning p {
	color: #ede6dc !important;
}

.winning .section-label {
	color: #b8875a !important;
}

.winning .winning-item {
	border-color: #e8dfd1 !important;
	padding: 28px 0 !important;
	transition: all .3s ease !important;
	border-left: none !important;
}

.winning h2, .winning h3 {
	color: #0b1626 !important;
}

.winning p {
	color: #4a4a4c !important;
}

.winning .winning-item:hover {
	padding-left: 0 !important;
	border-left: none !important;
	background: transparent !important;
}

.winning .winning-item h3 {
	position: relative !important;
	padding-left: 0 !important;
}

/* ========================================
   TESTIMONIALS
   ======================================== */
.testimonials {
	padding: 120px 0;
	background: #0d1b2a !important;
	border-top: 1px solid rgba(197, 163, 119, .06) !important;
}

.testimonials-inner {
	max-width: 1560px;
	margin: 0 auto;
	padding: 0 40px;
}

.testimonials h2 {
	font-size: 2.8rem;
	color: var(--forest);
	margin-bottom: 60px !important;
	text-align: center;
}

.testimonials-intro {
	font-size: 1.1rem;
	color: var(--ink-soft);
	max-width: 620px;
	margin: 0 auto 60px;
	line-height: 1.8;
	text-align: center;
}

.testimonials-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

.testimonial-card {
	padding: 0 0 0 28px !important;
	background: transparent !important;
	border-radius: 0;
	border: none !important;
	transition: all .4s ease !important;
	border-color: rgba(212, 165, 116, .08) !important;
	border-left: 2px solid rgba(197, 163, 119, .2) !important;
}

.testimonial-card:hover {
	border-color: rgba(197, 163, 119, .1) !important;
	background: transparent !important;
	transform: none !important;
}

.testimonial-stars {
	color: #c5a377 !important;
	font-size: .9rem !important;
	letter-spacing: 3px !important;
	margin-bottom: 16px !important;
}

.testimonial-card blockquote {
	font-size: 1.05rem !important;
	color: rgba(237, 230, 220, .7) !important;
	line-height: 1.75 !important;
	margin-bottom: 24px;
	font-style: italic;
}

.testimonial-card h6 {
	font-family: "DM Sans", sans-serif;
	font-size: .8rem !important;
	font-weight: 700;
	color: #c5a377 !important;
	letter-spacing: .08em !important;
	text-transform: uppercase !important;
	margin-top: 20px !important;
}

.testimonial-card .testimonial-source {
	font-size: .75rem;
	color: var(--ink-muted);
	font-weight: 500;
	margin-top: 4px;
}

.testimonials h2, .testimonials p {
	color: #ede6dc !important;
}

.testimonials .section-label {
	color: #d4a574 !important;
	text-align: center !important;
	display: block !important;
}

.testimonial-source {
	color: #7a7268 !important;
}

.testimonials-slider {
	position: relative !important;
	max-width: 1400px !important;
	margin: 0 auto !important;
	overflow: hidden !important;
	padding: 0 !important;
}

.testimonials-slider-viewport {
	overflow: hidden !important;
	width: 100% !important;
}

.testimonials-track {
	display: flex !important;
	flex-wrap: nowrap !important;
	gap: 24px !important;
	transition: transform .7s cubic-bezier(.22, .61, .36, 1) !important;
	will-change: transform !important;
}

/* Slide width = (viewport container - 2 gaps) / 3 */

/* Using a CSS variable set by the viewport width */
.testimonials-slider-viewport {
	overflow: hidden !important;
	width: 100% !important;
}

.testimonial-slide {
	min-width: 0 !important;
	padding: 40px 36px !important;
	background: rgba(197, 163, 119, .025) !important;
	border: 1px solid rgba(197, 163, 119, .15) !important;
	border-radius: 0 !important;
	text-align: left !important;
	display: flex !important;
	flex-direction: column !important;
}

.testimonial-slide:hover, .testimonials .testimonial-card:hover {
	transform: none !important;
	background: rgba(197, 163, 119, .025) !important;
	border-color: rgba(197, 163, 119, .15) !important;
	box-shadow: none !important;
}

.testimonial-slide .testimonial-stars {
	color: #c5a377 !important;
	font-size: .95rem !important;
	letter-spacing: 3px !important;
	margin-bottom: 20px !important;
}

.testimonial-slide blockquote {
	font-family: "Geraldton", sans-serif !important;
	font-size: 1.1rem !important;
	line-height: 1.5 !important;
	color: #ede6dc !important;
	font-weight: 400 !important;
	margin: 0 0 24px 0 !important;
	max-width: 720px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	flex: 1 !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 8 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}

.testimonial-slide .testimonial-attribution {
	padding-top: 20px !important;
	border-top: 1px solid rgba(197, 163, 119, .12) !important;
	display: block !important;
	margin-top: auto !important;
}

.testimonial-slide h6 {
	color: #c5a377 !important;
	font-family: "DM Sans", sans-serif !important;
	font-size: .78rem !important;
	font-weight: 600 !important;
	letter-spacing: .12em !important;
	text-transform: uppercase !important;
	margin: 0 0 4px 0 !important;
}

.testimonial-slide .testimonial-source {
	color: rgba(237, 230, 220, .4) !important;
	font-family: "DM Sans", sans-serif !important;
	font-size: .68rem !important;
	letter-spacing: .08em !important;
	text-transform: uppercase !important;
	margin: 0 !important;
	line-height: 1.4 !important;
}

.testimonials-controls {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 32px !important;
	margin-top: 48px !important;
}

.testimonials-btn {
	width: 48px !important;
	height: 48px !important;
	background: transparent !important;
	border: 1px solid rgba(197, 163, 119, .25) !important;
	border-radius: 0 !important;
	color: #c5a377 !important;
	cursor: pointer !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	transition: all .3s ease !important;
}

.testimonials-btn:hover {
	background: rgba(197, 163, 119, .08) !important;
	border-color: #c5a377 !important;
}

.testimonials-btn:focus-visible {
	outline: 2px solid #c5a377 !important;
	outline-offset: 4px !important;
}

.testimonials-slider-viewport {
	overflow: hidden !important;
	padding: 0 0 !important;
}

.testimonials-counter {
	display: inline-flex !important;
	align-items: baseline !important;
	gap: 10px !important;
	font-family: "Geraldton", sans-serif !important;
	color: #c5a377 !important;
	user-select: none !important;
	min-width: 120px !important;
	justify-content: center !important;
}

.counter-current {
	font-size: 1.8rem !important;
	font-weight: 600 !important;
	color: #c5a377 !important;
	line-height: 1 !important;
	letter-spacing: -.01em !important;
	font-variant-numeric: tabular-nums !important;
	min-width: 2ch !important;
	text-align: right !important;
}

.counter-divider {
	font-size: 1.1rem !important;
	color: rgba(197, 163, 119, .4) !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	transform: translateY(-2px) !important;
}

.counter-total {
	font-size: .85rem !important;
	font-weight: 600 !important;
	color: rgba(237, 230, 220, .55) !important;
	letter-spacing: .08em !important;
	line-height: 1 !important;
	font-variant-numeric: tabular-nums !important;
	text-transform: uppercase !important;
}

.counter-total::after {
	content: " reviews";
	font-size: .72rem;
	color: rgba(237, 230, 220, .35);
	letter-spacing: .12em;
	margin-left: 2px;
}

/* ========================================
   WORD OF COUNSEL
   ======================================== */

/* ========================================
   INVESTMENT
   ======================================== */
.investment-image {
	position: relative !important;
	margin-bottom: 20px !important;
	aspect-ratio: 1/1 !important;
}

.investment-image::after {
	content: "" !important;
	position: absolute !important;
	bottom: -20px !important;
	right: -20px !important;
	width: 100% !important;
	height: 100% !important;
	border: 2px solid rgba(197, 163, 119, .4) !important;
	border-radius: 0 !important;
	z-index: 0 !important;
	pointer-events: none !important;
}

.investment-image img {
	position: relative !important;
	z-index: 1 !important;
	width: 100% !important;
	height: 100% !important;
	aspect-ratio: 1/1 !important;
	object-fit: cover !important;
	object-position: center bottom !important;
	display: block !important;
}

.investment-list {
	list-style: none !important;
	padding: 0 !important;
	margin: 36px 0 !important;
}

.investment-list li {
	display: flex !important;
	align-items: flex-start !important;
	gap: 16px !important;
	padding: 16px 0 !important;
	border-bottom: 1px solid rgba(29, 40, 54, .08) !important;
	font-family: "DM Sans", sans-serif !important;
	font-size: 1.05rem !important;
	line-height: 1.6 !important;
	color: #1d2836 !important;
}

.investment-list li:last-child {
	border-bottom: none !important;
}

.investment-check {
	color: #c5a377 !important;
	flex-shrink: 0 !important;
	margin-top: 4px !important;
}

/* ========================================
   BEFORE YOU FILE
   ======================================== */
.before-you-file {
	padding: 120px 0;
	background: #0f1a28 !important;
	color: #ede6dc !important;
	border-top: 4px solid #c5a377 !important;
	position: relative !important;
	overflow: hidden !important;
}

.before-you-file-inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 40px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.before-you-file h2 {
	font-size: 2.8rem;
	color: #ede6dc !important;
	margin-bottom: 32px;
}

.before-you-file h2 span {
	color: #c5a377 !important;
}

.before-you-file-body {
	font-size: 1.1rem;
	color: var(--ink-soft);
	line-height: 1.85;
	margin-bottom: 20px;
}

.before-you-file-quote {
	margin: 48px 0;
	padding: 40px 48px;
	background: var(--warm-white);
	border-left: 4px solid var(--copper);
	border-radius: 0;
	text-align: left;
}

.before-you-file-quote blockquote {
	font-family: "Geraldton", sans-serif;
	font-size: 1.4rem;
	color: var(--forest);
	line-height: 1.5;
	margin-bottom: 16px;
}

.before-you-file-quote cite {
	font-style: normal;
	font-size: .85rem;
	color: var(--ink-muted);
	font-weight: 600;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.advice-cards {
	display: none !important;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 48px;
	text-align: left;
}

.advice-card {
	padding: 32px;
	background: var(--warm-white);
	border-radius: 0;
	border: 1px solid var(--border);
}

.advice-card .number {
	font-family: "Geraldton", sans-serif;
	font-size: 2rem;
	color: var(--copper);
	margin-bottom: 12px;
}

.advice-card h4 {
	font-family: "DM Sans", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	color: var(--forest);
	margin-bottom: 8px;
}

.advice-card p {
	font-size: .9rem;
	color: var(--ink-soft);
	line-height: 1.7;
}

.journey-list li::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 0;
	flex-shrink: 0;
}

.journey-side--left .journey-list li::before {
	background: #c0392b;
	opacity: .5;
}

.journey-side--right .journey-list li::before {
	background: var(--moss);
}

.serving-wa-counties ul li::before {
	content: "";
	width: 8px;
	height: 8px;
	background: var(--copper);
	border-radius: 0;
	flex-shrink: 0;
}

.before-you-file h4 {
	color: #0b1626 !important;
}

.before-you-file p {
	color: #4a4a4c !important;
}

.before-you-file .section-label {
	color: #c5a377 !important;
}

.right-now::before {
	content: "" !important;
	position: absolute !important;
	inset: 0 !important;
	background: radial-gradient(circle at 20% 70%, rgba(212, 165, 116, .06), transparent 50%) !important;
	pointer-events: none !important;
}

.before-you-file h2, .before-you-file h4, .before-you-file p {
	color: #ede6dc !important;
}

.before-card, .before-you-file .card {
	border-color: rgba(212, 165, 116, .08) !important;
}

.before-card h4 {
	color: #0b1626 !important;
}

.before-card p {
	color: #4a4a4c !important;
}

.chatgpt-section::before {
	content: "" !important;
	position: absolute !important;
	inset: 0 !important;
	background: radial-gradient(circle at 30% 60%, rgba(212, 165, 116, .05), transparent 50%) !important;
	pointer-events: none !important;
}

.final-cta-v2::before {
	content: "" !important;
	position: absolute !important;
	inset: 0 !important;
	background: radial-gradient(circle at 25% 40%, rgba(255, 255, 255, .15), transparent 50%) !important;
	pointer-events: none !important;
	display: none !important;
}

.before-card {
	background: transparent !important;
	border: none !important;
	border-radius: 0;
	padding: 0 0 0 28px !important;
	transition: all .3s ease !important;
	border-left: 2px solid #c5a377 !important;
	margin-bottom: 40px !important;
	box-shadow: none !important;
}

.serving-wa::before {
	content: "" !important;
	position: absolute !important;
	inset: 0 !important;
	background: radial-gradient(circle at 60% 40%, rgba(212, 165, 116, .06), transparent 50%) !important;
	pointer-events: none !important;
}

.before-card:hover {
	border-color: #c5a377 !important;
	box-shadow: none !important;
	transform: none !important;
}

.before-card h4::before {
	content: "" !important;
	display: none !important;
	width: 8px !important;
	height: 8px !important;
	background: #c5a377 !important;
	border-radius: 0;
	margin-right: 12px !important;
	vertical-align: middle !important;
}

.reaffirm::before {
	content: "" !important;
	position: absolute !important;
	inset: 0 !important;
	background: radial-gradient(ellipse at 50% 50%, rgba(197, 163, 119, .08), transparent 60%) !important;
	pointer-events: none !important;
	display: none !important;
}

.section-label::before {
	content: none !important;
	display: none !important;
	width: 0 !important;
	height: 2px !important;
	background: #c5a377 !important;
	margin-right: 16px !important;
	vertical-align: middle !important;
}

.serving-wa-counties li::before {
	color: #c5a377 !important;
}

.before-you-file::before {
	content: "" !important;
	position: absolute !important;
	inset: 0 !important;
	background: radial-gradient(ellipse at 30% 40%, rgba(197, 163, 119, .06), transparent 60%) !important;
	pointer-events: none !important;
}

.before-you-file-body, .before-you-file p, .before-you-file .before-you-file-body {
	color: rgba(237, 230, 220, .75) !important;
}

.before-you-file blockquote {
	color: #c5a377 !important;
	border-left-color: rgba(197, 163, 119, .3) !important;
}

.before-you-file cite {
	color: rgba(237, 230, 220, .55) !important;
}

.before-you-file .advice-card {
	background: rgba(21, 38, 64, .35) !important;
	border-color: rgba(197, 163, 119, .08) !important;
}

.before-you-file .advice-card h4 {
	color: #ede6dc !important;
}

.before-you-file .advice-card p {
	color: rgba(237, 230, 220, .65) !important;
}

.before-you-file .advice-card .number {
	color: rgba(197, 163, 119, .4) !important;
}

/* ========================================
   REAFFIRM
   ======================================== */
.seo-h4-reaffirm {
	font-family: "DM Sans", sans-serif;
	font-size: .75rem;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--ink-muted);
	margin-top: 16px;
}

.reaffirm {
	padding: 100px 0 !important;
	background: linear-gradient(135deg, #1d2836 0%, #2a3a4a 50%, #3d2a1a 100%) !important;
	position: relative !important;
	border-top: 4px solid #c5a377 !important;
}

.reaffirm-inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 40px;
	text-align: center;
}

.reaffirm h2 {
	font-size: 3rem !important;
	color: #ede6dc !important;
	margin-bottom: 28px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .06) !important;
	max-width: 800px !important;
	margin: 0 auto !important;
}

.reaffirm-body {
	font-size: 1.1rem;
	color: var(--ink-soft);
	line-height: 1.85;
	margin-bottom: 24px;
}

.reaffirm-image {
	margin-top: 48px;
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
}

.reaffirm-image img {
	width: 100%;
	border-radius: 0;
	aspect-ratio: 3/4;
	object-fit: cover;
	object-position: center top;
	border: 1px solid var(--border);
}

.reaffirm p {
	color: rgba(237, 230, 220, .5) !important;
}

.reaffirm-inner h2, .reaffirm h2 {
	margin-bottom: 40px !important;
}

p.reaffirm-body, .reaffirm p {
	color: #ede6dc !important;
}

/* ========================================
   FAQ
   ======================================== */
.faq {
	padding: 120px 0;
	background: #fff !important;
}

.faq-inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 40px;
}

.faq h2 {
	font-size: 2.8rem;
	color: #0b1626 !important;
	margin-bottom: 48px;
	text-align: center;
}

.faq-item {
	border-bottom: 1px solid var(--border);
	padding: 28px 0;
	border-color: #e8dfd1 !important;
	transition: all .3s ease !important;
}

.faq-question {
	width: 100%;
	background: transparent !important;
	border: none;
	text-align: left;
	font-family: "Geraldton", sans-serif !important;
	font-size: 1.1rem !important;
	font-weight: 600;
	color: #0d1b2a !important;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	padding: 0;
	transition: color .3s ease !important;
	text-transform: none !important;
}

.faq-question::after {
	content: "+";
	font-size: 1.5rem;
	color: var(--copper);
	transition: transform .3s ease;
	flex-shrink: 0;
}

.faq-item.open .faq-question::after {
	transform: rotate(45deg);
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height .4s ease, padding .3s ease;
}

.faq-item.open .faq-answer {
	max-height: 500px;
	padding-top: 16px;
}

.faq-answer p {
	font-size: .95rem !important;
	color: #4a4a4c !important;
	line-height: 1.8;
}

/* faq colors removed — inherits from global */
.faq .section-label {
	color: #b8875a !important;
}

.faq-question:hover {
	color: #b8875a !important;
}

.faq p {
	color: #4a4a4c !important;
}

.faq-item:hover {
	background: rgba(250, 247, 242, .5) !important;
}

section#faq p.section-label, .faq p.section-label {
	text-align: center !important;
	display: block !important;
}

/* ========================================
   BLOG ROLL
   ======================================== */
.blog-roll {
	padding: 120px 0;
	background: #0d1b2a !important;
	border-top: 4px solid rgba(197, 163, 119, .15) !important;
}

.blog-roll-inner {
	max-width: 1560px;
	margin: 0 auto;
	padding: 0 40px;
}

.blog-roll h2 {
	font-size: 2.8rem;
	color: #ede6dc !important;
	margin-bottom: 20px;
	text-align: center;
}

.blog-roll-intro {
	font-size: 1.1rem;
	color: var(--ink-soft);
	max-width: 620px;
	margin: 0 auto 60px;
	line-height: 1.8;
	text-align: center;
}

.blog-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

.blog-card {
	background: transparent !important;
	border-radius: 0;
	border: none !important;
	overflow: hidden !important;
	transition: all .4s ease !important;
	border-color: rgba(212, 165, 116, .08) !important;
	border-top: 2px solid rgba(197, 163, 119, .15) !important;
	padding: 28px 0 0 !important;
	box-shadow: none !important;
	padding-top: 24px !important;
}

.blog-card:hover {
	border-color: #c5a377 !important;
	transform: none !important;
	box-shadow: none !important;
	border-top-color: #c5a377 !important;
}

.blog-card-body {
	padding: 32px 28px;
}

.blog-card-meta {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
}

.blog-card-category {
	font-size: .7rem !important;
	font-weight: 600 !important;
	letter-spacing: .1em !important;
	text-transform: uppercase !important;
	color: #c5a377 !important;
	background: transparent !important;
	padding: 0 !important;
	border-radius: 0;
}

.blog-card-read-time {
	font-size: .75rem;
	color: var(--ink-muted);
	font-weight: 500;
}

.blog-card h3 {
	font-size: 1.3rem;
	color: #ede6dc !important;
	margin-bottom: 12px;
	line-height: 1.3;
}

.blog-card-excerpt {
	font-size: .9rem;
	color: var(--ink-soft);
	line-height: 1.7;
	margin-bottom: 16px;
}

.blog-card-date {
	font-size: .75rem;
	color: var(--ink-muted);
	font-weight: 500;
}

.blog-roll h2, .blog-roll h3, .blog-roll p {
	color: #ede6dc !important;
}

.blog-roll .section-label {
	color: #c5a377 !important;
}

.blog-card-date, .blog-card-read-time {
	color: #8e8e93 !important;
}

/* blog-roll heading colors removed — inherits from global */
.blog-roll p {
	color: #4a4a4c !important;
}

.blog-roll p, .blog-roll-intro {
	color: rgba(237, 230, 220, .5) !important;
}

.blog-card p {
	color: rgba(237, 230, 220, .45) !important;
}

.blog-card-read-time, .blog-card-date {
	color: rgba(237, 230, 220, .3) !important;
}

section.blog-roll p.section-label, .blog-roll p.section-label {
	text-align: center !important;
	display: block !important;
}

a.blog-card {
	display: block !important;
	text-decoration: none !important;
	color: inherit !important;
	cursor: pointer !important;
	transition: transform .3s ease, border-color .3s ease, background .3s ease !important;
}

a.blog-card:hover {
	transform: translateY(-4px) !important;
	border-color: #c5a377 !important;
}

a.blog-card:hover h3 {
	color: #c5a377 !important;
	transition: color .3s ease !important;
}

a.blog-card:focus-visible {
	outline: 2px solid #c5a377 !important;
	outline-offset: 4px !important;
}

a.blog-card h3 {
	transition: color .3s ease !important;
}

/* ========================================
   CONSULTATION CTA
   ======================================== */
.consult-cta {
	padding: 120px 0;
	background: #0d1b2a !important;
	color: var(--cream);
	position: relative;
	overflow: hidden;
	border-top: 4px solid #c5a377 !important;
}

.consult-cta::after {
	content: "";
	position: absolute;
	bottom: -200px;
	right: -100px;
	width: 600px;
	height: 600px;
	background: radial-gradient(circle, rgba(184, 115, 51, .1) 0%, transparent 70%);
	pointer-events: none;
}

.consult-inner {
	max-width: 1560px;
	margin: 0 auto;
	padding: 0 40px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: center;
}

.consult-content h2 {
	font-size: 2.6rem;
	color: var(--cream);
	margin-bottom: 24px;
}

.consult-content h2 span {
	color: var(--copper-light);
}

.consult-body {
	font-size: 1.05rem;
	color: rgba(250, 247, 242, .8);
	line-height: 1.85;
	margin-bottom: 32px;
}

.consult-details {
	display: flex;
	gap: 32px;
	margin-bottom: 40px;
	flex-wrap: wrap;
}

.consult-detail {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: .9rem;
	color: rgba(250, 247, 242, .7);
}

.consult-detail svg {
	width: 20px;
	height: 20px;
	fill: var(--copper-light);
	flex-shrink: 0;
}

.consult-form {
	background: rgba(250, 247, 242, .06);
	border: 1px solid rgba(250, 247, 242, .1);
	border-radius: 0;
	padding: 44px;
}

.consult-form h3 {
	font-size: 1.5rem;
	color: var(--cream);
	margin-bottom: 8px;
}

.consult-cta h2, .consult-cta p {
	color: #ede6dc !important;
}

.consult-cta .section-label {
	color: #c5a377 !important;
}

.consult-form input, .consult-form select, .consult-form textarea {
	background: #fff !important;
	border-color: rgba(212, 165, 116, .15) !important;
	color: #1c2a3a !important;
	border: 1px solid #e8dfd1 !important;
}

.consult-form input::placeholder, .consult-form textarea::placeholder {
	color: #8e8e93 !important;
}

.consult-form-submit {
	background: linear-gradient(135deg, #d4a574, #b8875a) !important;
	color: #0b1626 !important;
}

.consult-form-trust {
	color: #8e8e93 !important;
}

.consult-form input:focus, .consult-form select:focus, .consult-form textarea:focus {
	border-color: #d4a574 !important;
	box-shadow: 0 0 0 3px rgba(212, 165, 116, .1) !important;
}

.consult-cta h2 {
	color: #0b1626 !important;
}

.consult-cta p {
	color: #4a4a4c !important;
}

.consult-form input, .consult-form select, .consult-form textarea {
	background: transparent !important;
	border: none !important;
	border-radius: 0;
	transition: all .3s ease !important;
	border-bottom: 1px solid rgba(197, 163, 119, .15) !important;
	padding: 14px 0 !important;
	color: #ede6dc !important;
}

.consult-form input:focus, .consult-form select:focus, .consult-form textarea:focus {
	border-color: #c5a377 !important;
	box-shadow: none !important;
	outline: none !important;
	border-bottom-color: #c5a377 !important;
}

.consult-form .btn-submit, .consult-form button[type="submit"], .consult-form input[type="submit"] {
	background: #c5a377 !important;
	color: #0d1b2a !important;
	text-transform: uppercase !important;
	letter-spacing: .1em !important;
	padding: 16px 48px !important;
	border: none !important;
	font-weight: 600 !important;
}

.consult-cta h2, .consult-cta h3, .consult-cta p {
	color: #ede6dc !important;
}

.consult-form input::placeholder, .consult-form textarea::placeholder {
	color: rgba(237, 230, 220, .3) !important;
}

.consult-form .form-trust, .consult-form-trust {
	color: rgba(237, 230, 220, .3) !important;
}

/* ========================================
   OFFICE LOCATIONS
   ======================================== */
.office-card:hover {
	background: #253343 !important;
	border-color: rgba(197, 163, 119, .25) !important;
}

section#serving .section-label, section#serving p.section-label, .office-locations .section-label {
	color: #c5a377 !important;
}

/* ========================================
   FOOTER
   ======================================== */
.site-footer {
	padding: 80px 0 40px;
	background: var(--forest);
	color: rgba(250, 247, 242, .7);
}

.footer-inner {
	max-width: 1560px;
	margin: 0 auto;
	padding: 0 40px;
}

.footer-top {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	gap: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid rgba(250, 247, 242, .1);
}

.footer-logo {
	height: 60px;
	width: auto;
	margin-bottom: 20px;
	filter: brightness(0) invert(1);
}

.footer-brand h4 {
	font-size: 1.4rem;
	color: var(--cream);
	margin-bottom: 16px;
}

.footer-brand p {
	font-size: .9rem;
	line-height: 1.7;
	max-width: 320px;
}

.footer-col h5 {
	font-family: "DM Sans", sans-serif;
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: var(--copper-light);
	margin-bottom: 20px;
}

.footer-col ul li {
	margin-bottom: 10px;
}

.footer-col ul li a {
	font-size: .9rem;
	transition: color .3s ease;
}

.footer-col ul li a:hover {
	color: var(--cream);
}

.footer-bottom {
	padding-top: 32px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
}

.footer-bottom p {
	font-size: .8rem;
	color: rgba(250, 247, 242, .4);
}

.site-footer-v2 {
	background: #040a12 !important;
	padding: 60px 0 40px !important;
	border-top: none !important;
}

.footer-v2-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
}

.footer-v2-top {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 80px;
	align-items: start;
}

.footer-v2-logo {
	height: 124px;
	width: auto;
	margin-bottom: 20px;
	filter: brightness(0) invert(.92) sepia(.15) saturate(.5) hue-rotate(15deg) !important;
}

.footer-v2-tagline {
	font-style: italic;
	color: #7a7268 !important;
	font-size: .95rem;
}

.footer-v2-links {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
}

.footer-v2-col h5 {
	font-family: "Geraldton", sans-serif;
	font-size: .85rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #d4a574 !important;
	margin-bottom: 16px;
}

.footer-v2-col ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-v2-col li {
	margin-bottom: 10px;
	font-size: .9rem;
	color: var(--ink-soft);
}

.footer-v2-col a {
	color: var(--ink-soft);
	transition: color .3s ease;
}

.footer-v2-col a:hover {
	color: #d4a574 !important;
}

.footer-v2-divider {
	height: 1px;
	background: rgba(212, 165, 116, .06) !important;
	margin: 60px 0 30px;
}

.footer-v2-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-v2-bottom p {
	font-size: .8rem;
	color: #7a7268 !important;
}

.footer-v2-col li, .footer-v2-col a {
	color: #b8afa3 !important;
}

.site-footer-v2 .footer-v2-col a {
	transition: color .3s ease !important;
}

.site-footer-v2 .footer-v2-col a:hover {
	color: #c5a377 !important;
}

.header-logo img, .footer-v2-logo, img.footer-v2-logo, .site-footer-v2 img {
	box-shadow: none !important;
}

/* Mobile pill nav is now canonical in global.css */

/* ========================================
   BUTTONS & LINKS
   ======================================== */
.container {
	max-width: 1560px;
	margin: 0 auto;
	padding: 0 40px;
}

.container--narrow {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 40px;
}

.btn-primary {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #c5a377 !important;
	color: #0d1b2a !important;
	padding: 16px 40px !important;
	border-radius: 0;
	font-size: .85rem !important;
	font-weight: 600 !important;
	letter-spacing: .1em !important;
	border: none !important;
	cursor: pointer;
	transition: all .3s ease !important;
	text-transform: uppercase !important;
}

.btn-primary:hover {
	background: #fff !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 8px 24px rgba(212, 165, 116, .2) !important;
	color: #0d1b2a !important;
}

.btn-secondary {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: transparent !important;
	color: #fff !important;
	padding: 16px 40px !important;
	border-radius: 0;
	font-size: .85rem !important;
	font-weight: 600 !important;
	letter-spacing: .1em !important;
	border: 1px solid rgba(255, 255, 255, .3) !important;
	cursor: pointer;
	transition: all .3s ease !important;
	border-color: rgba(212, 165, 116, .3) !important;
	text-transform: uppercase !important;
}

.btn-secondary:hover {
	border-color: #c5a377 !important;
	color: #c5a377 !important;
}

.section-label {
	font-family: "Geraldton", sans-serif;
	font-size: .8rem !important;
	font-weight: 600;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: var(--forest) !important;
	margin-bottom: 24px !important;
	line-height: 1.5 !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 16px !important;
}

.btn-light {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: var(--cream);
	color: var(--forest);
	padding: 16px 32px;
	border-radius: 0;
	font-size: .95rem;
	font-weight: 600;
	white-space: nowrap;
	transition: transform .2s ease, box-shadow .3s ease;
}

.btn-light:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
}

.btn-submit {
	width: 100%;
	padding: 16px;
	background: var(--copper);
	color: var(--warm-white);
	border: none;
	border-radius: 0;
	font-family: "DM Sans", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	cursor: pointer;
	transition: background .3s ease, transform .2s ease;
	margin-top: 8px;
}

.btn-submit:hover {
	background: var(--copper-light);
	transform: translateY(-1px);
}

.cta-form .btn-submit {
	width: 100%;
	padding: 16px;
	background: #0d1b2a !important;
	color: #c5a377 !important;
	border: none;
	border-radius: 0;
	font-family: "DM Sans", sans-serif;
	font-size: 1rem;
	font-weight: 600 !important;
	cursor: pointer;
	transition: all .3s ease !important;
	letter-spacing: .1em !important;
	text-transform: uppercase !important;
}

.cta-form .btn-submit:hover {
	background: #1a2844 !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .3) !important;
}

.btn-primary, .btn-secondary, .header-cta {
	border-radius: 0;
}

.right-now .section-label {
	color: #d4a574 !important;
}

.chatgpt-section .section-label {
	color: #d4a574 !important;
}

.journey .section-label {
	color: #b8875a !important;
}

.serving-wa .section-label {
	color: #d4a574 !important;
}

.light-section .section-label {
	color: #b8875a !important;
}

.btn-primary, .btn-secondary, .header-phone {
	display: inline-flex !important;
	align-items: center !important;
	gap: 10px !important;
}

.btn-primary, .btn-secondary, .header-cta {
	display: inline-flex !important;
	align-items: center !important;
	gap: 10px !important;
}

.btn-arrow {
	flex-shrink: 0 !important;
	transition: transform .3s ease !important;
}

.btn-primary:hover .btn-arrow, .btn-secondary:hover .btn-arrow, .header-cta:hover .btn-arrow {
	transform: translateX(4px) !important;
}

/* ========================================
   MISC
   ======================================== */
h2 {
	font-family: "Geraldton", sans-serif;
	font-size: 3.8rem !important;
	color: var(--forest);
	margin-bottom: 28px;
	line-height: 1.05 !important;
	font-weight: 600;
	letter-spacing: -.04em !important;
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: transparent !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	border-bottom: none !important;
	transition: background .4s ease, box-shadow .4s ease, backdrop-filter .4s ease !important;
	border-bottom-color: rgba(212, 165, 116, .1) !important;
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
}

.site-header.scrolled {
	background: rgba(250, 247, 242, .95) !important;
	backdrop-filter: blur(20px) !important;
	-webkit-backdrop-filter: blur(20px) !important;
	box-shadow: 0 2px 20px rgba(29, 40, 54, .06) !important;
	border-bottom: 1px solid rgba(29, 40, 54, .06) !important;
}

.header-inner {
	max-width: 1560px;
	margin: 0 auto;
	padding: 12px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-logo img {
	height: 110px;
	width: auto;
	padding: 8px 0;
	filter: none !important;
}

.header-logo-text {
	font-family: "Geraldton", sans-serif;
	font-size: 1.35rem;
	color: #e8e0d4 !important;
	letter-spacing: .02em;
}

.header-nav {
	display: flex;
	align-items: center;
	gap: 36px;
}

.header-nav a {
	font-size: .85rem;
	font-weight: 500;
	color: #1d2836 !important;
	letter-spacing: .04em;
	text-transform: uppercase;
	font-family: "Geraldton", sans-serif !important;
	transition: color .3s ease !important;
}

.header-nav a:hover {
	color: #c5a377 !important;
}

.header-phone {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	color: #1d2836 !important;
	font-size: .95rem;
}

.header-phone svg {
	width: 18px;
	height: 18px;
	fill: #c5a377 !important;
}

.header-cta {
	background: linear-gradient(135deg, #d4a574, #b8875a) !important;
	color: #0b1626 !important;
	padding: 12px 28px;
	border-radius: 0;
	font-size: .8rem !important;
	font-weight: 600;
	letter-spacing: .08em !important;
	transition: background .3s ease, transform .2s ease;
	border: none !important;
	text-transform: uppercase !important;
}

.header-cta:hover {
	background: linear-gradient(135deg, #e2bb8a, #d4a574) !important;
	transform: translateY(-1px);
}

.mobile-toggle {
	display: none;
	background: none;
	border: none;
	cursor: pointer;
	padding: 8px;
}

.mobile-toggle span {
	display: block;
	width: 24px;
	height: 2px;
	background: var(--ink);
	margin: 6px 0;
	transition: all .3s ease;
}

.seo-h1 {
	font-family: "Geraldton", sans-serif !important;
	font-size: .8rem !important;
	font-weight: 600 !important;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: #d4a574 !important;
	margin-bottom: 24px !important;
	line-height: 1.5 !important;
}

.seo-h3 {
	font-family: "DM Sans", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	color: var(--forest);
	margin-bottom: 0;
	line-height: 1.5;
}

.seo-h3 a {
	color: var(--copper);
	transition: color .3s ease;
}

.seo-h3 a:hover {
	color: var(--copper-light);
}

.right-now {
	padding: 120px 0;
	background: linear-gradient(135deg, #0b1626 0%, #121a2e 50%, #1a2844 100%) !important;
	position: relative !important;
}

.right-now-inner {
	max-width: 1560px;
	margin: 0 auto;
	padding: 0 40px;
}

.right-now h2 {
	font-size: 2.8rem;
	color: var(--forest);
	margin-bottom: 24px;
	max-width: 700px;
}

.right-now-intro {
	font-size: 1.1rem;
	color: var(--ink-soft);
	max-width: 620px;
	margin-bottom: 60px;
	line-height: 1.8;
}

.feelings-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

.feeling-card {
	background: transparent !important;
	border-radius: 0;
	padding: 28px 0 !important;
	border: none !important;
	transition: all .4s ease !important;
	border-color: rgba(212, 165, 116, .08) !important;
	backdrop-filter: blur(8px) !important;
	border-bottom: 1px solid rgba(197, 163, 119, .1) !important;
	box-shadow: none !important;
}

.feeling-card:hover {
	border-color: rgba(197, 163, 119, .12) !important;
	transform: none !important;
	background: transparent !important;
	box-shadow: none !important;
	padding-left: 20px !important;
	border-left: 2px solid #c5a377 !important;
}

.feeling-emoji {
	font-size: 2rem;
	margin-bottom: 20px;
	display: flex;
	width: 56px;
	height: 56px;
	background: var(--copper-glow);
	border-radius: 0;
	align-items: center;
	justify-content: center;
}

.feeling-card h3 {
	font-size: 1.2rem !important;
	color: #ede6dc !important;
	margin-bottom: 12px;
}

.feeling-card p {
	font-size: .95rem;
	color: #b8afa3 !important;
	line-height: 1.75;
}

.right-now-close {
	margin-top: 60px !important;
	padding: 40px 48px;
	background: #c5a377 !important;
	border-radius: 0;
	color: #0d1b2a !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	flex-wrap: wrap;
}

.right-now-close p {
	font-family: "Geraldton", sans-serif;
	font-size: 1.6rem;
	line-height: 1.4;
	max-width: 700px;
}

.right-now-close p span {
	color: var(--copper-light);
}

.win-card {
	padding: 44px 40px;
	border-radius: 0;
	border: 1px solid var(--border);
	background: var(--cream);
	transition: border-color .3s ease;
}

.win-card:hover {
	border-color: var(--border-copper);
}

.win-card-label {
	font-size: .75rem;
	font-weight: 600;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: var(--copper);
	margin-bottom: 16px;
}

.win-card h3 {
	font-size: 1.6rem;
	color: var(--forest);
	margin-bottom: 16px;
	line-height: 1.25;
}

.win-card p {
	font-size: .95rem;
	color: var(--ink-soft);
	line-height: 1.75;
}

.win-card-source {
	margin-top: 20px;
	font-size: .8rem;
	color: var(--ink-muted);
	font-weight: 500;
}

.chatgpt-section {
	padding: 120px 0;
	background: #0d1b2a !important;
	position: relative !important;
	border-top: 1px solid rgba(197, 163, 119, .06) !important;
}

.chatgpt-inner {
	max-width: 1560px;
	margin: 0 auto;
	padding: 0 40px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: start;
}

.chatgpt-content h2 {
	font-size: 2.8rem;
	color: var(--forest);
	margin-bottom: 28px;
}

.chatgpt-content h2 span {
	color: var(--copper);
}

.chatgpt-body {
	font-size: 1.05rem;
	color: var(--ink-soft);
	line-height: 1.85;
	margin-bottom: 20px;
}

.myth-list {
	margin-top: 40px;
}

.myth-item {
	padding: 28px 0;
	border-bottom: 1px solid var(--border);
}

.myth-item:first-child {
	border-top: 1px solid var(--border);
}

.myth-label {
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #c0392b;
	margin-bottom: 8px;
}

.myth-item h4 {
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-size: 1.05rem;
	color: var(--ink);
	margin-bottom: 8px;
}

.myth-item p {
	font-size: .9rem;
	color: var(--ink-soft);
	line-height: 1.7;
}

.truth-label {
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--moss);
	margin-top: 12px;
	margin-bottom: 4px;
}

.form-subtitle {
	font-size: .85rem;
	color: rgba(250, 247, 242, .6);
	margin-bottom: 28px;
}

.form-group {
	margin-bottom: 20px;
}

.form-group label {
	display: block;
	font-size: .8rem;
	font-weight: 600;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: rgba(250, 247, 242, .6);
	margin-bottom: 8px;
}

.form-group input, .form-group textarea, .form-group select {
	width: 100%;
	padding: 14px 16px;
	background: rgba(250, 247, 242, .08);
	border: 1px solid rgba(250, 247, 242, .15);
	border-radius: 0;
	color: var(--cream);
	font-family: "DM Sans", sans-serif;
	font-size: .95rem;
	transition: border-color .3s ease;
	outline: none;
}

.form-group input::placeholder, .form-group textarea::placeholder {
	color: rgba(250, 247, 242, .35);
}

.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
	border-color: var(--copper);
}

.form-group textarea {
	resize: vertical;
	min-height: 100px;
}

.form-group select option {
	background: var(--forest);
	color: var(--cream);
}

.form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.form-trust {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 16px;
	font-size: .78rem;
	color: rgba(250, 247, 242, .45);
}

.form-trust svg {
	width: 14px;
	height: 14px;
	fill: rgba(250, 247, 242, .45);
}

.journey {
	padding: 120px 0;
	background: #fff !important;
}

.journey-inner {
	max-width: 1560px;
	margin: 0 auto;
	padding: 0 40px;
	text-align: center;
}

.journey h2 {
	font-size: 2.8rem;
	color: var(--forest);
	margin-bottom: 24px;
}

.journey-intro {
	font-size: 1.1rem;
	color: var(--ink-soft);
	max-width: 620px;
	margin: 0 auto 60px;
	line-height: 1.8;
}

.journey-flow {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 0;
	align-items: center;
	max-width: 1100px;
	margin: 0 auto;
}

.journey-side {
	text-align: left;
	padding: 40px;
}

.journey-side--right {
	text-align: left;
}

.journey-side h3 {
	font-size: 1.4rem;
	color: var(--forest);
	margin-bottom: 20px;
}

.journey-list {
	list-style: none;
}

.journey-list li {
	padding: 10px 0;
	font-size: .95rem;
	color: var(--ink-soft);
	display: flex;
	align-items: center;
	gap: 12px;
}

.journey-arrow {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	padding: 0 40px;
}

.journey-arrow-line {
	width: 2px;
	height: 40px;
	background: var(--border);
}

.journey-arrow-icon {
	width: 64px;
	height: 64px;
	background: var(--forest);
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.journey-arrow-icon svg {
	width: 24px;
	height: 24px;
	fill: var(--cream);
}

.serving-wa {
	padding: 120px 0;
	background: #0f1825 !important;
	position: relative !important;
	border-top: 4px solid rgba(197, 163, 119, .15) !important;
}

.serving-wa-inner {
	max-width: 1560px;
	margin: 0 auto;
	padding: 0 40px;
}

.serving-wa h2 {
	font-size: 2.8rem;
	color: var(--forest);
	margin-bottom: 24px;
	text-align: center;
}

.serving-wa-intro {
	font-size: 1.1rem;
	color: var(--ink-soft);
	max-width: 620px;
	margin: 0 auto 60px;
	line-height: 1.8;
	text-align: center;
}

.serving-wa-content {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 60px;
	align-items: start;
}

.serving-wa-counties h3 {
	font-size: 1.4rem;
	color: var(--forest);
	margin-bottom: 20px;
}

.serving-wa-counties ul {
	list-style: none;
}

.serving-wa-counties ul li {
	padding: 8px 0;
	font-size: .95rem;
	color: var(--ink-soft);
	display: flex;
	align-items: center;
	gap: 10px;
}

.serving-wa-communities h3 {
	font-size: 1.4rem;
	color: var(--forest);
	margin-bottom: 20px;
}

.community-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.community-tag {
	background: transparent !important;
	padding: 10px 20px !important;
	border-radius: 0;
	font-size: .8rem !important;
	color: rgba(237, 230, 220, .5) !important;
	font-weight: 500;
	border: 1px solid rgba(197, 163, 119, .15) !important;
	border-color: rgba(212, 165, 116, .1) !important;
	transition: all .25s ease !important;
	letter-spacing: .03em !important;
}

.final-cta {
	padding: 100px 0;
	background: var(--sand);
	text-align: center;
}

.final-cta-inner {
	max-width: 700px;
	margin: 0 auto;
	padding: 0 40px;
}

.final-cta h2 {
	font-size: 2.4rem;
	color: var(--forest);
	margin-bottom: 20px;
}

.final-cta p {
	font-size: 1.05rem;
	color: var(--ink-soft);
	line-height: 1.8;
	margin-bottom: 36px;
}

.final-cta-actions {
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
}

.final-cta-phone {
	font-family: "Geraldton", sans-serif;
	font-size: 2rem;
	color: var(--forest);
	margin-top: 32px;
}

.final-cta-phone a {
	color: var(--copper);
}

.final-cta-phone a:hover {
	color: var(--copper-light);
}

.outro {
	padding: 100px 0;
	background: var(--forest);
	color: var(--cream);
	text-align: center;
}

.outro-inner {
	max-width: 700px;
	margin: 0 auto;
	padding: 0 40px;
}

.outro h4 {
	font-size: 1rem;
	color: var(--copper-light);
	letter-spacing: .1em;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.outro h2 {
	font-size: 2.4rem;
	color: var(--cream);
	margin-bottom: 20px;
}

.outro p {
	font-size: 1.05rem;
	color: rgba(250, 247, 242, .8);
	line-height: 1.8;
	margin-bottom: 12px;
}

.outro-phone {
	font-family: "Geraldton", sans-serif;
	font-size: 2rem;
	margin-top: 24px;
}

.outro-phone a {
	color: var(--copper-light);
	transition: color .3s ease;
}

.outro-phone a:hover {
	color: var(--copper);
}

.outro-contact-link {
	display: inline-block;
	margin-top: 16px;
	font-size: .9rem;
	font-weight: 600;
	color: rgba(250, 247, 242, .6);
	border-bottom: 1px solid rgba(250, 247, 242, .3);
	transition: color .3s ease, border-color .3s ease;
}

.outro-contact-link:hover {
	color: var(--cream);
	border-color: var(--cream);
}

.final-cta-v2 {
	padding: 100px 0;
	background: #c5a377 !important;
	position: relative !important;
	border-top: none !important;
}

.final-cta-v2-grid {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: start;
}

.final-cta-v2-left h2 {
	font-family: "Geraldton", sans-serif;
	font-size: 3.2rem;
	font-weight: 600;
	color: #0b1626 !important;
	line-height: 1.08;
	margin-bottom: 24px;
}

.final-cta-v2-left p {
	color: rgba(11, 22, 38, .6) !important;
	font-size: 1.1rem;
	line-height: 1.8;
	margin-bottom: 40px;
}

.final-cta-v2-phone {
	margin-bottom: 24px;
}

.final-cta-v2-phone a {
	font-family: "Geraldton", sans-serif;
	font-size: 2rem;
	color: #0b1626 !important;
	font-weight: 600;
	transition: opacity .3s ease;
}

.final-cta-v2-phone a:hover {
	opacity: .8;
}

.final-cta-v2-details p {
	color: rgba(11, 22, 38, .45) !important;
	font-size: .9rem;
	line-height: 1.6;
}

.final-cta-v2-right {
	background: rgba(13, 27, 42, .08) !important;
	border: 2px solid rgba(13, 27, 42, .12) !important;
	border-radius: 0;
	padding: 48px !important;
	border-color: rgba(13, 27, 42, .2) !important;
	backdrop-filter: blur(8px) !important;
}

.final-cta-v2-right h3 {
	font-family: "Geraldton", sans-serif;
	font-size: 1.6rem;
	color: #0b1626 !important;
	margin-bottom: 32px;
	font-weight: 600;
}

.cta-form .form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.cta-form .form-group {
	margin-bottom: 16px;
}

.cta-form input, .cta-form select, .cta-form textarea {
	width: 100%;
	padding: 12px 0 !important;
	background: transparent !important;
	border: none !important;
	border-radius: 0;
	color: #0d1b2a !important;
	font-family: "DM Sans", sans-serif;
	font-size: .95rem;
	transition: border-color .3s ease;
	border-bottom: 1px solid rgba(13, 27, 42, .2) !important;
}

.cta-form input::placeholder, .cta-form textarea::placeholder {
	color: rgba(255, 255, 255, .4);
}

.cta-form input:focus, .cta-form select:focus, .cta-form textarea:focus {
	outline: none;
	border-color: var(--copper);
	border-bottom-color: #0d1b2a !important;
}

.cta-form select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='rgba(255,255,255,0.4)'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
}

.cta-form select.nitro-lazy {
	background-image: none !important;
}

.cta-form select option {
	background: #0b1626 !important;
	color: #ede6dc !important;
}

.cta-form .form-trust {
	text-align: center;
	font-size: .8rem;
	color: rgba(11, 22, 38, .35) !important;
	margin-top: 16px;
}

.right-now, .chatgpt-section, .serving-wa {
	background: #f5f0e8 !important;
}

.right-now h2, .right-now h3, .right-now p {
	color: #ede6dc !important;
}

.right-now-close p, .right-now-close span {
	color: #1d2836 !important;
}

.chatgpt-section h2, .chatgpt-section h4, .chatgpt-section p {
	color: #ede6dc !important;
}

.chatgpt-myth {
	background: transparent !important;
	border-color: rgba(212, 165, 116, .08) !important;
	border: none !important;
	border-radius: 0;
	padding: 36px 0 !important;
	transition: all .4s ease !important;
	border-bottom: 1px solid rgba(197, 163, 119, .06) !important;
	box-shadow: none !important;
}

.chatgpt-myth h4 {
	color: #d4b78a !important;
}

.chatgpt-myth p {
	color: #b8afa3 !important;
}

.journey h2, .journey h3, .journey p {
	color: #ede6dc !important;
}

.journey-col {
	border-color: #e8dfd1 !important;
	border-radius: 0;
	padding: 40px !important;
	border: none !important;
	background: transparent !important;
}

.serving-wa h2, .serving-wa h3, .serving-wa p {
	color: #ede6dc !important;
}

.cta-form input, .cta-form select, .cta-form textarea {
	background: rgba(11, 22, 38, .06) !important;
	border-color: rgba(13, 27, 42, .2) !important;
	color: #0b1626 !important;
	border: 1px solid rgba(11, 22, 38, .12) !important;
}

.cta-form input::placeholder, .cta-form textarea::placeholder {
	color: rgba(11, 22, 38, .35) !important;
}

.right-now-close p, .right-now-close span, .right-now-close a {
	color: #0b1626 !important;
}

.community-tag:hover {
	border-color: #c5a377 !important;
	color: #c5a377 !important;
	background: rgba(197, 163, 119, .04) !important;
}

.cta-form input:focus, .cta-form select:focus, .cta-form textarea:focus {
	border-color: #0b1626 !important;
}

section {
	position: relative !important;
	padding: 100px 0 !important;
}

.light-section, .light-section h2, .light-section h3, .light-section h4, .light-section p {
	color: #1c2a3a !important;
}

.journey h2, .journey h3 {
	color: #0b1626 !important;
}

.journey p {
	color: #4a4a4c !important;
}

.copper-rule::after {
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	background: linear-gradient(90deg, #c5a377, #d4b78a);
	margin-top: 24px;
}

.chatgpt-myth:hover {
	background: transparent !important;
	border-color: rgba(197, 163, 119, .12) !important;
	transform: none !important;
	box-shadow: none !important;
	padding-left: 20px !important;
	border-left: 2px solid #c5a377 !important;
}

.journey-col:first-child {
	background: transparent !important;
	border: none !important;
	border-right: 1px solid #e8dfd1 !important;
}

.journey-col:last-child {
	background: transparent !important;
	border: none !important;
}

.journey-col:last-child h3, .journey-col:last-child p, .journey-col:last-child li {
	color: #0d1b2a !important;
}

a:focus-visible {
	outline: 2px solid #c5a377 !important;
	outline-offset: 4px !important;
	border-radius: 0;
}

.feeling-card:last-child {
	border-bottom: none !important;
}

.chatgpt-myth:last-child {
	border-bottom: none !important;
}

a:hover {
	color: #c5a377 !important;
}

.serving-wa-counties li {
	color: rgba(237, 230, 220, .5) !important;
}

.serving-wa h3 {
	color: #ede6dc !important;
}

.final-cta-v2 svg, .final-cta-v2-phone svg {
	width: 20px !important;
	height: 20px !important;
	flex-shrink: 0 !important;
}

html, body {
	overflow-x: hidden !important;
	max-width: 100vw !important;
	width: 100% !important;
}

@media (max-width: 1100px) {
	.hero-inner, .honest-counsel-inner, .chatgpt-inner, .consult-inner {
		grid-template-columns: 1fr;
		gap: 48px;
	}
	
	.hero h1 {
		font-size: 3rem;
	}
	
	.hero-headline {
		font-size: 3rem;
	}
	
	.approach-steps {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.footer-top {
		grid-template-columns: 1fr 1fr;
		gap: 40px;
	}
	
	.team-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.winning-grid {
		grid-template-columns: 1fr;
	}
	
	.journey-flow {
		grid-template-columns: 1fr;
		text-align: center;
	}
	
	.journey-side, .journey-side--right {
		text-align: center;
	}
	
	.journey-list li {
		justify-content: center;
	}
	
	.journey-arrow {
		flex-direction: row;
		padding: 20px 0;
	}
	
	.journey-arrow-line {
		width: 40px;
		height: 2px;
	}
	
	.why-hire-layout {
		grid-template-columns: 1fr;
	}
	
	.why-hire-image {
		position: static;
		max-width: 280px;
		margin: 0 auto 32px;
	}
	
	.why-hire-grid {
		grid-template-columns: 1fr;
	}
	
	.testimonials-grid {
		grid-template-columns: 1fr;
	}
	
	.blog-grid {
		grid-template-columns: 1fr;
	}
	
	.serving-wa-content {
		grid-template-columns: 1fr;
		gap: 40px;
	}
}

@media (max-width: 768px) {
	.container, .container--narrow {
		padding: 0 24px;
	}
	
	.header-inner {
		padding: 12px 40px;
	}
	
	.header-nav {
		display: none;
	}
	
	.mobile-toggle {
		display: block;
	}
	
	.hero {
		padding: 120px 0 80px;
	}
	
	.hero-inner {
		padding: 0 24px;
	}
	
	.hero h1 {
		font-size: 2.4rem;
	}
	
	.hero-headline {
		font-size: 2.4rem;
	}
	
	.hero-subtitle {
		font-size: 1.05rem;
	}
	
	.hero-trust {
		flex-direction: column;
		gap: 16px;
	}
	
	.feelings-grid, .pa-grid, .team-grid {
		grid-template-columns: 1fr;
	}
	
	.advice-cards {
		grid-template-columns: 1fr;
	}
	
	.approach-steps {
		grid-template-columns: 1fr;
	}
	
	.right-now h2, .before-you-file h2, .honest-counsel h2, .winning h2, .chatgpt-content h2, .approach h2, .practice-areas h2, .team h2, .consult-content h2, .journey h2, .faq h2, .final-cta h2, .why-hire h2, .testimonials h2, .blog-roll h2, .serving-wa h2, .reaffirm h2, .outro-grid {
		grid-template-columns: 1fr;
		gap: 48px;
	}
	
	.outro h2 {
		font-size: 2rem;
	}
	
	.form-row {
		grid-template-columns: 1fr;
	}
	
	.consult-form {
		padding: 28px;
	}
	
	.right-now-close {
		flex-direction: column;
		text-align: center;
		padding: 32px;
	}
	
	.right-now-close p {
		font-size: 1.3rem;
	}
	
	.footer-top {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	
	.footer-bottom {
		flex-direction: column;
		text-align: center;
	}
	
	.hero-image::after {
		display: none;
	}
	
	.consult-details {
		flex-direction: column;
		gap: 16px;
	}
	
	.testimonials-grid {
		grid-template-columns: 1fr;
	}
	
	.blog-grid {
		grid-template-columns: 1fr;
	}
	
	.serving-wa-content {
		grid-template-columns: 1fr;
	}
	
	.intro-seo h2 {
		font-size: 2.4rem;
	}
	
	.final-cta-v2-grid {
		grid-template-columns: 1fr;
		gap: 48px;
		padding: 0 24px;
	}
	
	.final-cta-v2-left h2 {
		font-size: 2.4rem;
	}
	
	.cta-form .form-row {
		grid-template-columns: 1fr;
	}
	
	.footer-v2-top {
		grid-template-columns: 1fr !important;
		gap: 48px !important;
		display: grid !important;
		padding-bottom: 40px !important;
	}
	
	.footer-v2-links {
		grid-template-columns: 1fr !important;
		display: grid !important;
		gap: 40px !important;
	}
	
	.footer-v2-bottom {
		flex-direction: column;
		text-align: center;
		gap: 40px !important;
		display: flex !important;
		justify-content: space-between !important;
		align-items: center !important;
		padding-top: 40px !important;
		flex-wrap: wrap !important;
	}
	
	.office-banner-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	
	.office-banner-divider {
		width: 40px;
		height: 1px;
		margin: 0 auto;
	}
	
	.office-banner-col {
		justify-content: flex-start;
	}
	
	.testimonial-slide {
		padding: 36px 24px !important;
	}
	
	.testimonial-slide blockquote {
		font-size: 1.15rem !important;
	}
	
	.testimonials-controls {
		gap: 20px !important;
	}
	
	/* Mobile pill nav styles are now canonical in global.css */
	html, body {
		overflow-x: hidden !important;
	}
	
	section, .hero, .intro-seo, .office-banner, .team, .approach, .honest-counsel, .practice-areas, .why-hire, .winning, .testimonials, .word-of-counsel, .investment-consultation, .before-you-file, .reaffirm, .faq, .blog-roll, .consult-cta, .office-locations, footer {
		width: 100% !important;
		max-width: 100vw !important;
		overflow-x: hidden !important;
		box-sizing: border-box !important;
	}
	
	footer, .site-footer-v2 {
		width: 100% !important;
		max-width: 100vw !important;
		margin-right: 0 !important;
		padding-left: 24px !important;
		padding-right: 24px !important;
		box-sizing: border-box !important;
	}
	
	.footer-v2-inner {
		max-width: 1560px !important;
		padding: 0 40px !important;
		box-sizing: border-box !important;
		margin: 0 auto !important;
		position: relative !important;
		z-index: 1 !important;
	}
	
	.container, .hero-inner, .intro-seo-inner, .team-inner, .approach-inner, .honest-counsel-inner, .practice-areas-inner, .why-hire-inner, .word-of-counsel-inner, .before-you-file-inner, .testimonials-inner, .faq-inner, .blog-roll-inner, .office-banner-inner {
		max-width: 100% !important;
		padding-left: 24px !important;
		padding-right: 24px !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		box-sizing: border-box !important;
	}
	
	.hero-image, .team-intro-image, .investment-image, .team-card-photo {
		margin-right: 0 !important;
		overflow: visible !important;
	}
	
	.hero-image::after, .investment-image::after, .team-card-photo::after {
		display: none !important;
	}
	
	.site-footer-v2, footer {
		margin-bottom: 0 !important;
	}
	
	.site-footer-v2, footer.site-footer-v2 {
		background: linear-gradient(135deg, #1d2836 0%, #2a3a4a 50%, #3d2a1a 100%) !important;
		border-top: 4px solid #c5a377 !important;
		padding: 100px 0 60px !important;
		position: relative !important;
		overflow: hidden !important;
	}
	
	.site-footer-v2::before {
		content: "" !important;
		position: absolute !important;
		inset: 0 !important;
		background: radial-gradient(ellipse at 70% 30%, rgba(197, 163, 119, .08), transparent 60%) !important;
		pointer-events: none !important;
	}
	
	.footer-v2-brand {
		display: flex !important;
		flex-direction: column !important;
		align-items: flex-start !important;
	}
	
	.footer-v2-brand .footer-v2-logo {
		height: 124px !important;
		width: auto !important;
		margin-bottom: 28px !important;
		filter: none !important;
		box-shadow: none !important;
	}
	
	.footer-v2-tagline {
		color: rgba(237, 230, 220, .65) !important;
		font-family: "DM Sans", sans-serif !important;
		font-size: .92rem !important;
		line-height: 1.75 !important;
		max-width: 380px !important;
		font-style: normal !important;
		margin: 0 !important;
	}
	
	.footer-v2-col h5 {
		font-family: "Geraldton", sans-serif !important;
		font-size: .78rem !important;
		font-weight: 600 !important;
		letter-spacing: .15em !important;
		text-transform: uppercase !important;
		color: #c5a377 !important;
		margin-bottom: 24px !important;
	}
	
	.footer-v2-col ul {
		list-style: none !important;
		padding: 0 !important;
		margin: 0 !important;
	}
	
	.footer-v2-col li {
		margin-bottom: 12px !important;
	}
	
	.footer-v2-col a, .footer-v2-col li {
		color: rgba(237, 230, 220, .7) !important;
		font-family: "DM Sans", sans-serif !important;
		font-size: .92rem !important;
		text-decoration: none !important;
		transition: color .3s ease !important;
		line-height: 1.6 !important;
	}
	
	.footer-v2-col a:hover {
		color: #c5a377 !important;
	}
	
	.footer-v2-divider {
		height: 1px !important;
		background: rgba(197, 163, 119, .15) !important;
		margin: 0 !important;
		border: none !important;
	}
	
	.footer-v2-bottom p {
		color: rgba(237, 230, 220, .4) !important;
		font-family: "DM Sans", sans-serif !important;
		font-size: .8rem !important;
		letter-spacing: .02em !important;
		margin: 0 !important;
		line-height: 1.6 !important;
	}
	
	.footer-lgd-credit {
		color: #c5a377 !important;
		text-decoration: none !important;
		border-bottom: 1px solid rgba(197, 163, 119, .25) !important;
		padding-bottom: 1px !important;
		transition: color .3s ease, border-color .3s ease !important;
	}
	
	.footer-lgd-credit:hover {
		color: #ede6dc !important;
		border-bottom-color: #ede6dc !important;
	}
	
	.team-intro-image {
		position: relative !important;
		overflow: visible !important;
		z-index: 1 !important;
	}
	
	.team-intro-image .team-hero-image {
		position: relative !important;
		inset: 0 !important;
		z-index: 1 !important;
		overflow: hidden !important;
	}
	
	.team-intro-grid {
		overflow: visible !important;
	}
	
	.team-inner {
		overflow: visible !important;
	}
	
	.team {
		overflow: visible !important;
	}
	
	.site-header {
		background: rgba(250, 247, 242, .92) !important;
		backdrop-filter: blur(20px) saturate(1.2) !important;
		-webkit-backdrop-filter: blur(20px) saturate(1.2) !important;
		border-bottom: 1px solid rgba(29, 40, 54, .06) !important;
		box-shadow: none !important;
		transition: background .3s ease, box-shadow .3s ease !important;
	}
	
	.site-header.scrolled {
		background: rgba(250, 247, 242, .96) !important;
		backdrop-filter: blur(24px) saturate(1.4) !important;
		-webkit-backdrop-filter: blur(24px) saturate(1.4) !important;
		box-shadow: 0 2px 20px rgba(29, 40, 54, .08) !important;
		border-bottom: 1px solid rgba(29, 40, 54, .08) !important;
	}
	
	.team-intro-image .team-hero-image::after {
		content: "" !important;
		position: absolute !important;
		bottom: -20px !important;
		right: -20px !important;
		width: 100% !important;
		height: 100% !important;
		border: 2px solid rgba(197, 163, 119, .4) !important;
		border-radius: 0 !important;
		z-index: 0 !important;
		pointer-events: none !important;
	}
	
	.team-intro-image .team-hero-image img {
		position: relative !important;
		z-index: 1 !important;
	}
	
	.word-of-counsel {
		background: #0f1a28 !important;
		color: #ede6dc !important;
		padding: 120px 0 !important;
		border-top: 4px solid #c5a377 !important;
		position: relative !important;
		overflow: hidden !important;
	}
	
	.word-of-counsel::before {
		content: "" !important;
		position: absolute !important;
		inset: 0 !important;
		background: radial-gradient(ellipse at 30% 40%, rgba(197, 163, 119, .06), transparent 60%) !important;
		pointer-events: none !important;
	}
	
	.word-of-counsel-inner {
		max-width: 1560px !important;
		margin: 0 auto !important;
		padding: 0 40px !important;
		position: relative !important;
		z-index: 1 !important;
		text-align: center !important;
	}
	
	.word-of-counsel .section-label {
		color: #c5a377 !important;
		font-family: "Geraldton", sans-serif !important;
		font-size: .8rem !important;
		font-weight: 600 !important;
		letter-spacing: .15em !important;
		text-transform: uppercase !important;
		margin-bottom: 24px !important;
	}
	
	.word-of-counsel h2 {
		color: #ede6dc !important;
		font-family: "Geraldton", sans-serif !important;
		font-size: 3.6rem !important;
		line-height: 1.08 !important;
		font-weight: 600 !important;
		letter-spacing: -.02em !important;
		margin: 0 auto 40px auto !important;
		max-width: 900px !important;
	}
	
	.word-of-counsel h2 span {
		color: #c5a377 !important;
	}
	
	.word-of-counsel-body {
		font-family: "DM Sans", sans-serif !important;
		font-size: 1.1rem !important;
		line-height: 1.85 !important;
		color: rgba(237, 230, 220, .75) !important;
		max-width: 720px !important;
		margin: 0 auto 48px auto !important;
	}
	
	.word-of-counsel-quote {
		max-width: 720px !important;
		margin: 0 auto !important;
		padding: 8px 0 !important;
		border-left: none !important;
	}
	
	.word-of-counsel-quote blockquote {
		font-family: "Geraldton", sans-serif !important;
		font-size: 1.5rem !important;
		line-height: 1.5 !important;
		color: #c5a377 !important;
		margin: 0 0 20px 0 !important;
		font-style: normal !important;
		font-weight: 400 !important;
	}
	
	.word-of-counsel-quote cite {
		display: block !important;
		font-family: "DM Sans", sans-serif !important;
		font-size: .78rem !important;
		font-weight: 600 !important;
		letter-spacing: .14em !important;
		text-transform: uppercase !important;
		color: rgba(237, 230, 220, .55) !important;
		font-style: normal !important;
	}
	
	.before-you-file {
		padding: 120px 0 !important;
	}
	
	.before-you-file-inner {
		max-width: 1560px !important;
		margin: 0 auto !important;
		padding: 0 40px !important;
		text-align: center !important;
	}
	
	.before-you-file .section-label {
		font-family: "Geraldton", sans-serif !important;
		font-size: .8rem !important;
		font-weight: 600 !important;
		letter-spacing: .15em !important;
		text-transform: uppercase !important;
		margin-bottom: 24px !important;
	}
	
	.before-you-file h2 {
		font-family: "Geraldton", sans-serif !important;
		font-size: 3.6rem !important;
		line-height: 1.08 !important;
		font-weight: 600 !important;
		letter-spacing: -.02em !important;
		max-width: 900px !important;
		margin: 0 auto 40px auto !important;
	}
	
	.before-you-file-body {
		font-family: "DM Sans", sans-serif !important;
		font-size: 1.1rem !important;
		line-height: 1.85 !important;
		max-width: 720px !important;
		margin: 0 auto 48px auto !important;
	}
	
	.before-you-file-quote {
		max-width: 720px !important;
		margin: 0 auto !important;
		padding: 8px 0 !important;
		background: transparent !important;
		border: none !important;
		border-left: none !important;
		border-radius: 0 !important;
		text-align: center !important;
	}
	
	.before-you-file-quote blockquote {
		font-family: "Geraldton", sans-serif !important;
		font-size: 1.5rem !important;
		line-height: 1.5 !important;
		color: #c5a377 !important;
		margin: 0 0 20px 0 !important;
		font-style: normal !important;
		font-weight: 400 !important;
		border-left: none !important;
	}
	
	.before-you-file-quote cite {
		display: block !important;
		font-family: "DM Sans", sans-serif !important;
		font-size: .78rem !important;
		font-weight: 600 !important;
		letter-spacing: .14em !important;
		text-transform: uppercase !important;
		color: rgba(237, 230, 220, .55) !important;
		font-style: normal !important;
	}
}

@media (max-width: 480px) {
	.hero h1 {
		font-size: 2rem;
	}
	
	.hero-headline {
		font-size: 2rem;
	}
	
	.hero-actions {
		flex-direction: column;
		width: 100%;
	}
	
	.btn-primary, .btn-secondary {
		width: 100%;
		justify-content: center;
	}
	
	.final-cta-phone {
		font-size: 1.5rem;
	}
	
	.intro-seo h2 {
		font-size: 2rem;
	}
	
	.final-cta-v2-left h2 {
		font-size: 2rem;
	}
	
	.footer-v2-links {
		grid-template-columns: 1fr;
	}
	
	.final-cta-v2-right {
		padding: 32px 24px;
	}
	
	.counter-total::after {
		content: "";
	}
}

@media (max-width: 1024px) {
	.approach-steps {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

@media (max-width: 640px) {
	.approach-steps {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 900px) {
	.team-intro-grid {
		grid-template-columns: 1fr !important;
		gap: 48px !important;
	}
	
	.team-intro-content {
		padding-right: 0 !important;
		max-width: none !important;
	}
	
	.team-intro-content h2 {
		font-size: 2.6rem !important;
	}
	
	.team-intro-image {
		min-height: auto !important;
		aspect-ratio: 1/1 !important;
	}
	
	.office-grid {
		grid-template-columns: 1fr !important;
	}
	
	.office-card {
		padding: 48px 32px !important;
	}
}

@media (max-width: 720px) {
	/* Gap MUST match the JS GAP constant (24) — mismatch causes
     accumulated drift and slides cut off as the user paginates. */
	.testimonials-track {
		gap: 24px !important;
	}
	
	.testimonial-slide {
		padding: 32px 24px !important;
	}
	
	/* Mobile: clamp long reviews to keep card heights consistent.
     JS injects a "Read more" button when content is truncated. */
	.testimonial-slide blockquote {
		font-size: 1rem !important;
		line-height: 1.65 !important;
		display: -webkit-box !important;
		-webkit-line-clamp: 6 !important;
		-webkit-box-orient: vertical !important;
		overflow: hidden !important;
		max-height: none !important;
		margin-bottom: 12px !important;
	}
	
	/* Expanded state: show the full review */
	.testimonial-slide.is-expanded blockquote {
		display: block !important;
		-webkit-line-clamp: unset !important;
		overflow: visible !important;
	}
	
	/* "Read more" toggle button — appears below the blockquote on mobile
     only when the text is truncated (injected by js/home.js). */
	.testimonial-readmore {
		display: inline-flex !important;
		align-items: center !important;
		gap: 6px !important;
		background: transparent !important;
		border: none !important;
		padding: 8px 0 !important;
		margin: 0 0 16px 0 !important;
		font-family: "DM Sans", sans-serif !important;
		font-size: .78rem !important;
		font-weight: 600 !important;
		letter-spacing: .1em !important;
		text-transform: uppercase !important;
		color: var(--copper) !important;
		cursor: pointer !important;
		transition: color .25s ease !important;
		-webkit-tap-highlight-color: transparent !important;
	}
	
	.testimonial-readmore::after {
		content: "";
		display: inline-block;
		width: 6px;
		height: 6px;
		border-right: 1.5px solid currentColor;
		border-bottom: 1.5px solid currentColor;
		transform: rotate(45deg) translateY(-1px);
		transition: transform .25s ease;
	}
	
	.testimonial-slide.is-expanded .testimonial-readmore::after {
		transform: rotate(-135deg) translateY(1px);
	}
	
	.testimonial-readmore:hover, .testimonial-readmore:active, .testimonial-readmore:focus {
		color: var(--copper-light) !important;
		outline: none !important;
	}
}

/* Default state: button only exists on mobile when JS determines the
   blockquote overflows. Hide it on wider screens. */
.testimonial-readmore {
	display: none;
}
