/*
Theme Name: Easthope Law
Author: Easthope Law
Description: Professional block theme for the Law Office of Chris Easthope
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.0
License: GPL-2.0-or-later
Text Domain: easthope-law
*/

/* =========================================
   GLOBAL
========================================= */

html {
	scroll-behavior: smooth;
}

.wp-site-blocks,
.wp-block-post-content,
.wp-block-template-part,
.wp-block-group,
.wp-block-html {
	max-width: 100% !important;
	box-sizing: border-box;
}

*, *::before, *::after { box-sizing: border-box; }

body {
	font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
	color: #1A1A2E;
	background: #ffffff;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

a { color: #C8A951; text-decoration: none; }
a:hover { color: #a88830; }

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

.wp-site-blocks { padding: 0 !important; }
.wp-block-group.alignfull { max-width: none !important; }

/* =========================================
   HEADER
========================================= */

.el-header {
	background: #ffffff;
	padding: 0;
	position: sticky;
	top: 0;
	z-index: 1000;
	box-shadow: 0 2px 12px rgba(0,0,0,0.1);
	border-bottom: 1px solid #e8e8e8;
}

.el-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0 28px 0 28px;
	height: 140px;
	gap: 20px;
}

.el-logo {
	display: flex;
	align-items: center;
	text-decoration: none;
	flex-shrink: 0;
}

.el-logo__img {
	height: 120px;
	width: auto;
	display: block;
}

.el-nav {
	display: flex;
	align-items: center;
	gap: 28px;
	justify-content: flex-start;
	margin-left: 12px;
}
.el-nav__home {
	margin-left: 16px;
}

.el-nav > a,
.el-dropdown__trigger {
	color: #1B2A4A;
	font-size: 0.88rem;
	font-weight: 600;
	letter-spacing: 1.1px;
	text-transform: uppercase;
	text-decoration: none;
	transition: color 0.2s;
	white-space: nowrap;
}

.el-nav > a:hover,
.el-dropdown__trigger:hover { color: #C8A951; }

/* Dropdown */
.el-dropdown {
	position: relative;
}

.el-dropdown__trigger {
	display: flex;
	align-items: center;
	gap: 4px;
	cursor: pointer;
}

.el-dropdown__arrow {
	font-size: 0.55rem;
	transition: transform 0.2s;
}

.el-dropdown__menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #1B2A4A;
	min-width: 540px;
	list-style: none;
	margin: 0;
	padding: 16px 0 12px;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 8px 32px rgba(0,0,0,0.25);
	columns: 2;
	column-gap: 0;
	z-index: 100;
}

.el-dropdown__menu li {
	break-inside: avoid;
}

.el-dropdown__menu a {
	display: block;
	padding: 8px 20px;
	color: rgba(255,255,255,0.85) !important;
	font-size: 0.78rem;
	font-weight: 400;
	letter-spacing: 0.3px;
	text-transform: none;
	text-decoration: none;
	transition: background 0.15s, color 0.15s;
	white-space: nowrap;
}

.el-dropdown__menu a:hover {
	background: rgba(200,169,81,0.15);
	color: #C8A951 !important;
}

.el-dropdown:hover .el-dropdown__menu { display: block; }
.el-dropdown:hover .el-dropdown__arrow { transform: rotate(180deg); }

.el-header__spacer {
	flex: 1;
}

.el-header__cta {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-shrink: 0;
	perspective: 400px;
}

.el-google-badge {
	display: flex;
	align-items: center;
	gap: 4px;
	flex-shrink: 0;
	background: #f9f6ee;
	border: 1px solid #C8A951;
	border-radius: 8px;
	padding: 8px 16px;
	text-decoration: none;
	cursor: pointer;
}

.el-google-badge:hover {
	background: #f2ead8;
}

.el-google-badge:hover .el-google-badge__label {
	color: #C8A951;
}

.el-google-badge svg {
	width: 26px;
	height: 26px;
	flex-shrink: 0;
}

.el-google-badge__label {
	font-size: 1rem;
	font-weight: 600;
	color: #1B2A4A;
	white-space: nowrap;
	letter-spacing: 0.2px;
	margin-left: 6px;
}

.el-google-word {
	font-weight: 700;
}

@keyframes phone-shimmer {
	0%   { background-position: -200% center; }
	100% { background-position: 200% center; }
}

@keyframes phone-vibrate {
	0%   { transform: scale(1)    translateZ(0)    rotate(0deg); }
	3%   { transform: scale(1.1)  translateZ(14px) rotate(-1.8deg); }
	7%   { transform: scale(1.15) translateZ(20px) rotate(1.8deg); }
	11%  { transform: scale(1.13) translateZ(16px) rotate(-1.4deg); }
	15%  { transform: scale(1.08) translateZ(10px) rotate(1deg); }
	19%  { transform: scale(1.03) translateZ(4px)  rotate(-0.4deg); }
	23%  { transform: scale(1)    translateZ(0)    rotate(0deg); }
	100% { transform: scale(1)    translateZ(0)    rotate(0deg); }
}

.el-header__phone {
	font-weight: 800;
	font-size: 1.15rem;
	text-decoration: none;
	white-space: nowrap;
	letter-spacing: 0.5px;
	background: linear-gradient(90deg, #1B2A4A 35%, #5b7bbf 50%, #1B2A4A 65%);
	background-size: 200% auto;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	animation: phone-shimmer 3.5s linear infinite, phone-vibrate 2.5s ease-in-out infinite;
}

.el-header__phone:hover {
	background: linear-gradient(90deg, #1B2A4A 35%, #5b7bbf 50%, #1B2A4A 65%);
	background-size: 200% auto;
	-webkit-background-clip: text;
	background-clip: text;
}

.el-header__btn {
	background: #C8A951;
	color: #1B2A4A !important;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 10px 20px;
	border-radius: 3px;
	text-decoration: none;
	white-space: nowrap;
	transition: background 0.2s;
}

.el-header__btn:hover { background: #e6c060; color: #1B2A4A !important; }

/* =========================================
   SLIDESHOW HERO
========================================= */

.el-slideshow-hero {
	position: relative;
	height: 680px;
	overflow: hidden;
	background: #111d33;
}

/* Slides */
.el-slides {
	position: absolute;
	inset: 0;
}

.el-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 1.2s ease;
}

.el-slide.active { opacity: 1; }

.el-slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
	background: #111d33;
}

.el-slide--flipped img {
	transform: scaleX(-1);
}

.el-slide--portrait img {
	object-fit: contain;
	object-position: center center;
	background: #111d33;
}


/* Gradient overlays */
.el-slideshow-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(to right, rgba(17,29,51,0.88) 0%, rgba(17,29,51,0.5) 40%, rgba(17,29,51,0.05) 100%),
		linear-gradient(to top, rgba(17,29,51,0.5) 0%, transparent 35%);
	z-index: 2;
	pointer-events: none;
}

/* Text (left side) */
.el-slideshow-text {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 52%;
	z-index: 4;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 60px 48px 80px 60px;
}

/* Headshot (right side) */
.el-headshot-wrap {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	z-index: 3;
	pointer-events: none;
}

.el-headshot-img {
	height: 100%;
	width: auto;
	display: block;
	object-fit: cover;
	object-position: center top;
	-webkit-mask-image: linear-gradient(to right, transparent 0%, black 22%),
	                    linear-gradient(to top, transparent 0%, black 8%);
	-webkit-mask-composite: source-in;
	mask-image: linear-gradient(to right, transparent 0%, black 22%),
	            linear-gradient(to top, transparent 0%, black 8%);
	mask-composite: intersect;
}

/* Captions */
.el-slide-captions {
	position: absolute;
	bottom: 52px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	text-align: center;
	white-space: nowrap;
}

.el-caption {
	display: none;
	font-size: 0.75rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.65);
	font-weight: 500;
}

.el-caption.active { display: block; }

/* Dots */
.el-slideshow-dots {
	position: absolute;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	display: flex;
	gap: 10px;
}

.el-dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: rgba(255,255,255,0.3);
	border: none;
	cursor: pointer;
	padding: 0;
	transition: background 0.3s, transform 0.2s;
}

.el-dot.active {
	background: #C8A951;
	transform: scale(1.25);
}

.el-dot:hover { background: rgba(255,255,255,0.65); }

/* =========================================
   HERO (text styles shared with slideshow)
========================================= */

.el-hero__inner {
	max-width: 860px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.el-hero__eyebrow {
	font-size: 0.72rem;
	letter-spacing: 3.5px;
	text-transform: uppercase;
	color: #C8A951;
	margin: 0 0 18px;
	font-weight: 600;
}

.el-hero__name {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: clamp(1.7rem, 3vw, 2.4rem);
	font-weight: 400;
	font-style: italic;
	color: #C8A951;
	margin: 0 0 8px;
	letter-spacing: 1px;
}

.el-hero__title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: clamp(2.2rem, 4vw, 3.6rem);
	font-weight: 700;
	color: #ffffff;
	line-height: 1.2;
	margin: 0 0 24px;
}

.el-hero__divider {
	width: 60px;
	height: 3px;
	background: #C8A951;
	border: none;
	margin: 0 0 26px;
}

.el-hero__subtitle {
	font-size: 1.05rem;
	line-height: 1.8;
	color: rgba(255,255,255,0.8);
	margin: 0 0 36px;
	max-width: 480px;
}

.el-hero__emphasis {
	background: linear-gradient(90deg, rgba(255,255,255,0.8) 35%, #C8A951 50%, rgba(255,255,255,0.8) 65%);
	background-size: 200% auto;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	animation: phone-shimmer 3.5s linear infinite;
	font-weight: 700;
}

.el-hero__buttons {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
}

.el-btn-primary {
	display: inline-block;
	background: #C8A951;
	color: #1B2A4A !important;
	font-weight: 700;
	font-size: 0.9rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 16px 36px;
	border-radius: 3px;
	text-decoration: none;
	transition: background 0.2s, transform 0.1s;
}

.el-btn-primary:hover { background: #e6c060; transform: translateY(-1px); }

.el-btn-outline {
	display: inline-block;
	background: transparent;
	color: #ffffff !important;
	font-weight: 600;
	font-size: 0.9rem;
	padding: 14px 34px;
	border: 2px solid rgba(255,255,255,0.5);
	border-radius: 3px;
	text-decoration: none;
	transition: border-color 0.2s, color 0.2s;
}

.el-btn-outline:hover { border-color: #ffffff; color: #ffffff !important; }

/* =========================================
   CREDENTIALS BAR
========================================= */

.el-credentials {
	background: #ffffff;
	border-bottom: 1px solid #e8e6e0;
	padding: 52px 32px;
}

.el-credentials__grid {
	max-width: 900px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
}

.el-credential-item {
	text-align: center;
	padding: 20px 24px;
	border-right: 1px solid #e8e6e0;
}

.el-credential-item:last-child { border-right: none; }

.el-credential-item__number {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 2.4rem;
	font-weight: 700;
	color: #1B2A4A;
	line-height: 1;
	margin-bottom: 8px;
}

.el-credential-item__label {
	font-size: 0.8rem;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #888;
	font-weight: 500;
}

.el-credential-item__sublabel {
	font-size: 0.92rem;
	color: #444;
	margin-top: 4px;
	font-weight: 400;
}

/* =========================================
   PRACTICE AREAS
========================================= */

.el-practice-areas {
	background: #F8F7F2;
	background-image: repeating-linear-gradient(
		135deg,
		transparent,
		transparent 48px,
		rgba(200,169,81,0.04) 48px,
		rgba(200,169,81,0.04) 49px
	);
	padding: 90px 32px;
}

.el-section-header {
	text-align: center;
	max-width: 700px;
	margin: 0 auto 60px;
}

.el-section-eyebrow {
	font-size: 0.88rem;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: #C8A951;
	font-weight: 700;
	margin-bottom: 14px;
}

.el-section-title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	font-weight: 700;
	color: #1B2A4A;
	margin: 0 0 16px;
	line-height: 1.3;
}

.el-section-subtitle {
	font-size: 1rem;
	color: #666;
	line-height: 1.7;
	margin: 0;
}

@keyframes el-vibrate {
	0%         { transform: translate(0, 0) rotate(0deg); }
	15%        { transform: translate(-2px, 1px) rotate(-0.5deg); }
	30%        { transform: translate(2px, -1px) rotate(0.5deg); }
	45%        { transform: translate(-2px, -1px) rotate(-0.3deg); }
	60%        { transform: translate(2px, 1px) rotate(0.3deg); }
	75%        { transform: translate(-1px, 1px) rotate(0deg); }
	100%       { transform: translate(0, 0) rotate(0deg); }
}

.el-pa-grid {
	max-width: 1160px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.el-pa-card {
	position: relative;
	background: #ffffff;
	padding: 26px 28px;
	border: 1.5px solid #e0ddd5;
	border-radius: 5px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.06);
	transition: background 0.2s, box-shadow 0.2s;
	overflow: hidden;
}

.el-pa-card::before {
	content: attr(data-icon);
	position: absolute;
	top: 10px;
	right: 14px;
	font-size: 1.4rem;
	line-height: 1;
	opacity: 0.18;
	transition: opacity 0.2s;
	pointer-events: none;
}

.el-pa-card:hover {
	background: #1B2A4A;
	box-shadow: 0 6px 20px rgba(27,42,74,0.18);
	animation: el-vibrate 0.5s ease;
}

.el-pa-card:hover::before {
	opacity: 0.7;
}

.el-pa-card a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #1B2A4A;
	font-size: 0.97rem;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.2s;
}

.el-pa-card:hover a { color: #ffffff; }

.el-pa-card a::after {
	content: '→';
	color: #C8A951;
	font-size: 1.1rem;
	margin-left: 12px;
	flex-shrink: 0;
	transition: transform 0.2s, color 0.2s;
}

.el-pa-card:hover a::after { transform: translateX(4px); color: #C8A951; }


/* =========================================
   ABOUT SECTION
========================================= */

.el-about {
	background: #ffffff;
	padding: 90px 32px;
}

.el-about__inner {
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: start;
}

.el-about__badge {
	display: inline-block;
	background: #1B2A4A;
	color: #C8A951;
	font-size: 0.7rem;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	padding: 6px 14px;
	border-radius: 2px;
	margin-bottom: 22px;
	font-weight: 600;
}

.el-about__title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: clamp(1.7rem, 2.8vw, 2.3rem);
	font-weight: 700;
	color: #1B2A4A;
	line-height: 1.3;
	margin: 0 0 24px;
}

.el-about__text {
	font-size: 1rem;
	line-height: 1.85;
	color: #444;
	margin-bottom: 18px;
}

.el-about__highlights {
	margin: 30px 0 36px;
	padding: 0;
	list-style: none;
}

.el-about__highlights li {
	font-size: 0.95rem;
	color: #333;
	padding: 9px 0;
	border-bottom: 1px solid #f0ede8;
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.el-about__highlights li::before {
	content: '▪';
	color: #C8A951;
	font-size: 0.9rem;
	flex-shrink: 0;
	margin-top: 2px;
}

.el-about__stats {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.el-stat-box {
	background: #1B2A4A;
	color: #ffffff;
	padding: 28px 24px;
	border-radius: 4px;
	text-align: center;
}

.el-stat-box__number {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 2.2rem;
	font-weight: 700;
	color: #C8A951;
	line-height: 1;
	margin-bottom: 8px;
}

.el-stat-box__label {
	font-size: 0.8rem;
	color: rgba(255,255,255,0.75);
	letter-spacing: 1px;
	text-transform: uppercase;
}

.el-stat-box__desc {
	font-size: 0.9rem;
	color: rgba(255,255,255,0.55);
	margin-top: 6px;
	font-style: italic;
}

/* =========================================
   WHY CHRIS
========================================= */

.el-why {
	background: #F8F7F2;
	padding: 90px 32px;
}

.el-why__grid {
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 36px;
}

.el-why-card {
	background: #ffffff;
	padding: 38px 32px;
	border-top: 3px solid #C8A951;
	border-radius: 2px;
}

.el-why-card__icon {
	font-size: 2rem;
	margin-bottom: 18px;
}

.el-why-card__title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 1.2rem;
	font-weight: 700;
	color: #1B2A4A;
	margin-bottom: 14px;
}

.el-why-card__text {
	font-size: 0.95rem;
	line-height: 1.8;
	color: #555;
}

/* =========================================
   REVIEWS
========================================= */

.el-reviews {
	background: #f7f6f2;
	padding: 60px 32px 20px;
	text-align: center;
}

.el-reviews .el-section-eyebrow {
	color: #C8A951;
}

.el-reviews .el-section-title {
	color: #1B2A4A;
}

.el-reviews .el-section-header {
	margin-bottom: 0;
}

.el-reviews__title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 1.9rem;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 14px;
}

.el-reviews__sub {
	color: rgba(255,255,255,0.65);
	font-size: 1rem;
	margin-bottom: 48px;
}

.el-reviews__placeholder {
	max-width: 700px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.el-review-placeholder {
	background: rgba(255,255,255,0.06);
	border: 1px solid rgba(255,255,255,0.12);
	border-radius: 4px;
	padding: 28px 20px;
}

.el-review-placeholder__stars {
	color: #C8A951;
	font-size: 1.1rem;
	letter-spacing: 3px;
	margin-bottom: 14px;
}

.el-review-placeholder__text {
	font-size: 0.85rem;
	color: rgba(255,255,255,0.35);
	font-style: italic;
}

/* =========================================
   CTA SECTION
========================================= */

.el-cta {
	background: linear-gradient(135deg, #C8A951 0%, #b8952a 100%);
	padding: 80px 32px;
	text-align: center;
}

.el-cta__title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: clamp(1.8rem, 3vw, 2.6rem);
	font-weight: 700;
	color: #1B2A4A;
	margin: 0 0 16px;
}

.el-cta__text {
	font-size: 1.05rem;
	color: rgba(27,42,74,0.8);
	margin: 0 0 40px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.el-cta__buttons {
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
}

.el-btn-dark {
	display: inline-block;
	background: #1B2A4A;
	color: #ffffff !important;
	font-weight: 700;
	font-size: 0.9rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 16px 36px;
	border-radius: 3px;
	text-decoration: none;
	transition: background 0.2s;
}

.el-btn-dark:hover { background: #111d33; }

.el-btn-dark-outline {
	display: inline-block;
	background: transparent;
	color: #1B2A4A !important;
	font-weight: 600;
	font-size: 0.9rem;
	padding: 14px 34px;
	border: 2px solid #1B2A4A;
	border-radius: 3px;
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
}

.el-btn-dark-outline:hover { background: #1B2A4A; color: #ffffff !important; }

/* =========================================
   FOOTER
========================================= */

.el-footer {
	background: #111d33;
	padding: 60px 32px 32px;
	color: rgba(255,255,255,0.7);
}

.el-footer__inner {
	max-width: 1100px;
	margin: 0 auto;
}

.el-footer__top {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr;
	gap: 60px;
	margin-bottom: 50px;
}

.el-footer__logo-name {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 1.2rem;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 12px;
}

.el-footer__tagline {
	font-size: 0.75rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #C8A951;
	margin-bottom: 20px;
}

.el-footer__about {
	font-size: 0.88rem;
	line-height: 1.7;
	color: rgba(255,255,255,0.55);
}

.el-footer__heading {
	font-size: 0.72rem;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: #C8A951;
	font-weight: 600;
	margin-bottom: 20px;
}

.el-footer__links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.el-footer__links li {
	margin-bottom: 10px;
}

.el-footer__links a {
	color: rgba(255,255,255,0.6);
	font-size: 0.88rem;
	text-decoration: none;
	transition: color 0.2s;
}

.el-footer__links a:hover { color: #C8A951; }

.el-footer__contact-item {
	font-size: 0.88rem;
	color: rgba(255,255,255,0.6);
	margin-bottom: 10px;
	line-height: 1.5;
}

.el-footer__contact-item strong {
	color: rgba(255,255,255,0.85);
	font-weight: 500;
}

.el-footer__bottom {
	border-top: 1px solid rgba(255,255,255,0.08);
	padding-top: 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

.el-footer__copy {
	font-size: 0.8rem;
	color: rgba(255,255,255,0.35);
}

.el-footer__disclaimer {
	font-size: 0.75rem;
	color: rgba(255,255,255,0.25);
	max-width: 500px;
	text-align: right;
	line-height: 1.5;
}

/* =========================================
   INNER PAGES
========================================= */

.el-page-hero {
	background: linear-gradient(135deg, #111d33 0%, #1B2A4A 100%);
	padding: 60px 32px;
	text-align: center;
}

.el-page-hero__eyebrow {
	font-size: 0.72rem;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #C8A951;
	font-weight: 600;
	margin-bottom: 14px;
}

.el-page-hero__title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: clamp(1.8rem, 3.5vw, 2.8rem);
	font-weight: 700;
	color: #ffffff;
	margin: 0;
	line-height: 1.25;
}

.el-page-content {
	max-width: 820px;
	margin: 0 auto;
	padding: 70px 32px;
}

.el-page-content h2 {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 1.6rem;
	font-weight: 700;
	color: #1B2A4A;
	margin: 40px 0 16px;
}

.el-page-content h3 {
	font-size: 1.05rem;
	font-weight: 700;
	color: #1B2A4A;
	margin: 28px 0 10px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.el-page-content p {
	font-size: 1rem;
	line-height: 1.85;
	color: #444;
	margin: 0 0 18px;
}

.el-page-content ul {
	margin: 0 0 20px 0;
	padding-left: 0;
	list-style: none;
}

.el-page-content ul li {
	font-size: 1rem;
	line-height: 1.7;
	color: #444;
	padding: 6px 0 6px 22px;
	position: relative;
	border-bottom: 1px solid #f0ede8;
}

.el-page-content ul li::before {
	content: '▪';
	color: #C8A951;
	position: absolute;
	left: 0;
	top: 8px;
}

.el-page-content strong { color: #1B2A4A; font-weight: 600; }

.el-consult-box {
	background: #1B2A4A;
	padding: 40px;
	border-radius: 4px;
	margin-top: 50px;
	text-align: center;
}

.el-consult-box__title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 1.4rem;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 12px;
}

.el-consult-box__text {
	color: rgba(255,255,255,0.7);
	font-size: 0.95rem;
	margin-bottom: 28px;
}

.el-consult-box .el-btn-primary { display: inline-block; }

/* =========================================
   FAQ SECTIONS (Practice Area Pages)
========================================= */

.el-faq {
	margin-top: 48px;
	perspective: 600px;
}

.el-faq__title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 1.5rem;
	font-weight: 700;
	color: #1B2A4A;
	margin-bottom: 28px;
	padding-bottom: 12px;
	border-bottom: 2px solid #C8A951;
	display: inline-block;
	animation: faq-jiggle 3s ease-in-out infinite;
}

@keyframes faq-jiggle {
	0%   { transform: scale(1)    translateZ(0)    rotate(0deg); }
	3%   { transform: scale(1.07) translateZ(8px)  rotate(-1.5deg); }
	7%   { transform: scale(1.11) translateZ(14px) rotate(1.5deg); }
	11%  { transform: scale(1.1)  translateZ(12px) rotate(-1.2deg); }
	15%  { transform: scale(1.07) translateZ(8px)  rotate(1deg); }
	19%  { transform: scale(1.03) translateZ(4px)  rotate(-0.5deg); }
	23%  { transform: scale(1)    translateZ(0)    rotate(0deg); }
	100% { transform: scale(1)    translateZ(0)    rotate(0deg); }
}

.el-faq__item {
	border-top: 1px solid #e0e0e0;
	padding: 22px 0 22px 18px;
	border-left: 3px solid transparent;
	transition: border-color 0.2s;
}

.el-faq__item:last-child {
	border-bottom: 1px solid #e0e0e0;
}

.el-faq__item:hover {
	border-left-color: #C8A951;
}

.el-faq__question {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 1.05rem;
	font-weight: 700;
	color: #C8A951;
	margin-bottom: 10px;
}

.el-faq__answer {
	color: #444;
	font-size: 0.97rem;
	line-height: 1.7;
	margin: 0;
}

/* =========================================
   CONTACT PAGE
========================================= */

.el-contact-grid {
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	padding: 80px 32px;
}

.el-contact-info__label {
	font-size: 0.72rem;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #C8A951;
	font-weight: 600;
	margin-bottom: 14px;
}

.el-contact-info__title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 2rem;
	font-weight: 700;
	color: #1B2A4A;
	margin: 0 0 20px;
}

.el-contact-info__text {
	font-size: 1rem;
	line-height: 1.8;
	color: #555;
	margin-bottom: 36px;
}

.el-contact-detail {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 24px;
}

.el-contact-detail__icon {
	width: 44px;
	height: 44px;
	background: #1B2A4A;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #C8A951;
	font-size: 1rem;
	flex-shrink: 0;
}

.el-contact-detail__label {
	font-size: 0.72rem;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #999;
	margin-bottom: 4px;
}

.el-contact-detail__value {
	font-size: 1rem;
	font-weight: 500;
	color: #1B2A4A;
}

.el-contact-detail__value a { color: #1B2A4A; }
.el-contact-detail__value a:hover { color: #C8A951; }

/* Contact Form styling */
.el-contact-form-wrap {
	background: #F8F7F2;
	padding: 44px;
	border-radius: 4px;
}

.el-contact-form-wrap .wpcf7-form-control-wrap input,
.el-contact-form-wrap .wpcf7-form-control-wrap textarea,
.el-contact-form-wrap .wpcf7-form-control-wrap select,
.el-contact-form-wrap input[type="text"],
.el-contact-form-wrap input[type="email"],
.el-contact-form-wrap input[type="tel"],
.el-contact-form-wrap textarea,
.el-contact-form-wrap select {
	width: 100%;
	padding: 12px 16px;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-family: inherit;
	font-size: 0.95rem;
	color: #1A1A2E;
	background: #fff;
	margin-bottom: 16px;
	transition: border-color 0.2s;
}

.el-contact-form-wrap input:focus,
.el-contact-form-wrap textarea:focus {
	outline: none;
	border-color: #1B2A4A;
}

.el-contact-form-wrap textarea { min-height: 140px; resize: vertical; }

.el-contact-form-wrap input[type="submit"],
.el-contact-form-wrap .wpcf7-submit {
	background: #1B2A4A;
	color: #ffffff;
	font-weight: 700;
	font-size: 0.85rem;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding: 14px 32px;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	transition: background 0.2s;
	width: 100%;
}

.el-contact-form-wrap input[type="submit"]:hover { background: #C8A951; color: #1B2A4A; }

/* =========================================
   ABOUT PAGE
========================================= */

/* About page slideshow */
.el-about-slideshow {
	position: relative;
	max-width: 680px;
	margin: 0 auto 56px;
	background: #111d33;
	border-radius: 6px;
	overflow: hidden;
}

.el-about-slides {
	position: relative;
	height: 420px;
}

.el-about-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 1.2s ease;
}

.el-about-slide.active { opacity: 1; }

.el-about-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.el-about-slide--portrait {
	background: #111d33;
}

.el-about-slide--portrait img {
	object-fit: contain;
	object-position: center center;
}

.el-about-dots {
	display: flex;
	justify-content: center;
	gap: 10px;
	padding: 14px 0;
	background: #111d33;
}

.el-about-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: none;
	background: rgba(255,255,255,0.3);
	cursor: pointer;
	transition: background 0.2s;
	padding: 0;
}

.el-about-dot.active { background: #C8A951; }

.el-about-full {
	max-width: 900px;
	margin: 0 auto;
	padding: 80px 32px;
}

.el-about-full h2 {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 1.7rem;
	font-weight: 700;
	color: #1B2A4A;
	margin: 48px 0 18px;
}

.el-about-full p {
	font-size: 1rem;
	line-height: 1.9;
	color: #444;
	margin-bottom: 18px;
}

.el-about-full ul {
	list-style: none;
	padding: 0;
	margin: 0 0 24px;
}

.el-about-full ul li {
	padding: 8px 0 8px 22px;
	position: relative;
	color: #444;
	font-size: 1rem;
	border-bottom: 1px solid #f0ede8;
}

.el-about-full ul li::before {
	content: '▪';
	color: #C8A951;
	position: absolute;
	left: 0;
}

.el-court-shimmer {
	background: linear-gradient(90deg, #555 38%, #e8e8e8 50%, #555 62%);
	background-size: 200% auto;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	animation: court-shimmer 6s linear infinite;
}

@keyframes court-shimmer {
	0%   { background-position: -200% center; }
	100% { background-position: 200% center; }
}

/* Historic photo — floated so text wraps beneath it */
.el-about-historic-photo {
	float: right;
	margin: 0 0 24px 40px;
	border: 3px solid #1B2A4A;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 4px 18px rgba(0,0,0,0.18);
	clear: right;
}

.el-about-historic-photo img {
	display: block;
	width: 100%;
	max-width: 520px;
	height: auto;
}

.el-about-historic-photo figcaption {
	background: #1B2A4A;
	color: #C8A951;
	font-size: 0.78rem;
	font-style: italic;
	letter-spacing: 0.03em;
	padding: 8px 12px;
	text-align: center;
}

.el-about-historic-photo--left {
	float: left;
	margin: 0 40px 24px 0;
	clear: left;
}

.el-about-historic-photo--left img {
	max-width: 280px;
}

.el-about-historic-photo--right-portrait {
	float: right;
	margin: -56px 0 24px 40px;
	clear: right;
}

.el-about-historic-photo--right-portrait img {
	max-width: 240px;
}

/* About page photo sections */
.el-about-photo-section {
	display: flex;
	align-items: stretch;
	gap: 48px;
	margin: 48px 0;
}

.el-about-photo-section--reverse {
	flex-direction: row-reverse;
}

.el-about-photo-section__content {
	flex: 1 1 0;
}

.el-about-photo-section__content h2 {
	margin-top: 0;
}

.el-about-photo-section__photo {
	flex: 0 0 300px;
	border-radius: 6px;
	overflow: hidden;
	min-height: 300px;
}

.el-about-photo-section__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
}

.el-about-photo-section--reverse .el-about-photo-section__photo img {
	object-fit: contain;
	object-position: center center;
	background: #f5f3ef;
}

@media (max-width: 700px) {
	.el-about-photo-section,
	.el-about-photo-section--reverse {
		flex-direction: column;
	}
	.el-about-photo-section__photo {
		flex: none;
		width: 100%;
	}
	.el-about-photo-section__photo img {
		height: 260px;
	}
}

.el-credentials-banner {
	background: #1B2A4A;
	padding: 44px;
	border-radius: 4px;
	margin: 50px 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	text-align: center;
}

.el-cred-item__number {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 2rem;
	font-weight: 700;
	color: #C8A951;
	margin-bottom: 6px;
}

.el-cred-item__label {
	font-size: 0.8rem;
	color: rgba(255,255,255,0.6);
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* =========================================
   PRACTICE AREAS INDEX PAGE
========================================= */

.el-pa-index {
	max-width: 1100px;
	margin: 0 auto;
	padding: 80px 32px;
}

.el-pa-index__intro {
	text-align: center;
	max-width: 680px;
	margin: 0 auto 60px;
}

.el-pa-index__intro p {
	font-size: 1.05rem;
	line-height: 1.8;
	color: #555;
}

.el-pa-full-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2px;
	background: #e0ddd5;
	border: 2px solid #e0ddd5;
	margin-bottom: 60px;
}

.el-pa-full-card {
	background: #fff;
	padding: 30px 32px;
	transition: background 0.2s;
}

.el-pa-full-card:hover { background: #1B2A4A; }

.el-pa-full-card a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #1B2A4A;
	font-size: 1rem;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.2s;
}

.el-pa-full-card:hover a { color: #ffffff; }

.el-pa-full-card a::after {
	content: '→';
	color: #C8A951;
	margin-left: 12px;
	flex-shrink: 0;
	transition: transform 0.2s;
}

.el-pa-full-card:hover a::after { transform: translateX(4px); }

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1400px) {
	.el-header__inner { height: 120px; gap: 14px; padding: 0 20px; }
	.el-logo__img { height: 100px; }
	.el-nav { gap: 18px; margin-left: 6px; }
	.el-nav__home { margin-left: 8px; }
	.el-google-badge { padding: 6px 12px; }
	.el-google-badge svg { width: 22px; height: 22px; }
	.el-google-badge__label { font-size: 0.88rem; }
	.el-header__phone { font-size: 0.95rem; }
}

@media (max-width: 1200px) {
	.el-header__inner { height: 110px; gap: 10px; }
	.el-logo__img { height: 90px; }
	.el-nav { gap: 14px; }
	.el-nav > a, .el-dropdown__trigger { font-size: 0.8rem; }
	.el-google-badge { padding: 5px 10px; }
	.el-google-badge svg { width: 18px; height: 18px; }
	.el-google-badge__label { font-size: 0.8rem; }
	.el-header__phone { font-size: 0.85rem; }
	.el-header__btn { font-size: 0.8rem; padding: 10px 14px; }
}

@media (max-width: 900px) {
	.el-credentials__grid { grid-template-columns: repeat(2, 1fr); }
	.el-pa-grid { grid-template-columns: repeat(2, 1fr); }
	.el-about__inner { grid-template-columns: 1fr; gap: 40px; }
	.el-why__grid { grid-template-columns: 1fr; }
	.el-footer__top { grid-template-columns: 1fr; gap: 36px; }
	.el-contact-grid { grid-template-columns: 1fr; gap: 40px; }
	.el-pa-full-grid { grid-template-columns: repeat(2, 1fr); }
	.el-credentials-banner { grid-template-columns: 1fr; }
	.el-about__stats { grid-template-columns: 1fr 1fr; }

	/* Slideshow responsive */
	.el-slideshow-hero { height: 520px; }
	.el-slideshow-text { width: 65%; padding: 40px 32px 70px 40px; }
	.el-hero__title { font-size: 2rem; }
	.el-headshot-img { height: 90%; }
}

@media (max-width: 600px) {
	.el-header__inner { padding: 16px 20px; }
	.el-nav { display: none; }
	.el-credentials__grid { grid-template-columns: 1fr 1fr; }
	.el-credential-item { border-right: none; border-bottom: 1px solid #e8e6e0; }
	.el-pa-grid { grid-template-columns: 1fr; }
	.el-pa-full-grid { grid-template-columns: 1fr; }
	.el-reviews__placeholder { grid-template-columns: 1fr; }
	.el-footer__bottom { flex-direction: column; text-align: center; }
	.el-footer__disclaimer { text-align: center; }
	.el-page-content { padding: 50px 20px; }
	.el-about-full { padding: 50px 20px; }
	.el-contact-form-wrap { padding: 28px 20px; }
	.el-about__stats { grid-template-columns: 1fr; }

	/* Slideshow mobile — hide headshot, full width text */
	.el-slideshow-hero { height: 500px; }
	.el-slideshow-text { width: 100%; padding: 40px 24px 80px; }
	.el-headshot-wrap { display: none; }
	.el-slide-captions { white-space: normal; text-align: center; }
	.el-hero__subtitle { max-width: 100%; }
}
