
/* ================================================================
   Strata Family Law — Interior Page Styles
   Template: page.php + page-templates/interior.php
   Used for: Privacy Policy, Terms, Disclaimer, and any long-form
             informational / legal Page without a custom layout.

   Canonical cream-gradient hero + narrow (900px) reading column.
   ================================================================ */

/* ============================
   HERO BANNER — CREAM GRADIENT
   Uses !important on critical visual properties to win against
   any generic .page-hero rules in other stylesheets.
   ============================ */
.page-hero.page-hero-interior, .page-hero-interior {
	background: linear-gradient(135deg, #faf7f2 0%, #f5efe5 50%, #efe4d2 100%) !important;
	padding: 180px 0 120px !important;
	text-align: center !important;
	position: relative !important;
	border-bottom: 1px solid rgba(197, 163, 119, .15) !important;
}

.page-hero-interior .container {
	max-width: 1100px !important;
	margin: 0 auto !important;
	padding: 0 40px !important;
	text-align: center !important;
}

.page-hero-interior .section-label {
	font-family: "Geraldton", sans-serif !important;
	font-size: .82rem !important;
	font-weight: 600 !important;
	letter-spacing: .18em !important;
	text-transform: uppercase !important;
	color: var(--copper) !important;
	margin-bottom: 20px !important;
	display: inline-block !important;
}

.page-hero-interior h1 {
	font-family: "Geraldton", sans-serif !important;
	font-size: 4.2rem !important;
	font-weight: 600 !important;
	line-height: 1.05 !important;
	color: var(--forest) !important;
	letter-spacing: -.01em !important;
	margin: 0 auto !important;
	max-width: 900px !important;
	text-align: center !important;
}

.page-hero-interior h1 .accent {
	color: var(--copper) !important;
}

.page-hero-interior .hero-subtitle {
	font-family: "DM Sans", sans-serif !important;
	font-size: 1.15rem !important;
	line-height: 1.7 !important;
	color: var(--ink-soft) !important;
	max-width: 720px !important;
	margin: 28px auto 0 !important;
	text-align: center !important;
}

/* ============================
   CONTENT COLUMN — 720px
   ============================ */
.interior-main {
	background: #fff;
	padding: 90px 0 120px;
}

.interior-content {
	max-width: 720px;
	/* per Austin's spec */
	margin: 0 auto;
	padding: 0 40px;
	font-family: "DM Sans", sans-serif;
	font-size: 1.05rem;
	line-height: 1.85;
	color: var(--ink);
}

/* Paragraphs + leading spacing */
.interior-content p {
	margin: 0 0 1.4em;
	color: var(--ink);
}

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

/* Headings inside the content area */
.interior-content h2 {
	font-family: "Geraldton", sans-serif;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.15;
	color: var(--forest);
	margin: 2.2em 0 .8em;
	letter-spacing: -.005em;
}

.interior-content h2:first-child {
	margin-top: 0;
}

.interior-content h3 {
	font-family: "Geraldton", sans-serif;
	font-size: 1.45rem;
	font-weight: 600;
	line-height: 1.2;
	color: var(--forest);
	margin: 1.8em 0 .6em;
}

.interior-content h4 {
	font-family: "Geraldton", sans-serif;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.25;
	color: var(--forest);
	margin: 1.6em 0 .5em;
}

/* Strong / emphasis */
.interior-content strong, .interior-content b {
	color: var(--forest);
	font-weight: 600;
}

.interior-content em, .interior-content i {
	font-style: italic;
}

/* Links in copper, underline on hover */
.interior-content a {
	color: var(--copper);
	text-decoration: none;
	border-bottom: 1px solid rgba(197, 163, 119, .35);
	transition: color .25s ease, border-color .25s ease;
}

.interior-content a:hover, .interior-content a:focus {
	color: var(--forest);
	border-bottom-color: var(--forest);
}

/* Lists */
.interior-content ul, .interior-content ol {
	margin: 0 0 1.6em;
	padding-left: 1.8em;
}

.interior-content ul {
	list-style: disc;
}

.interior-content ol {
	list-style: decimal;
}

.interior-content li {
	margin: 0 0 .6em;
	padding-left: .4em;
}

.interior-content li::marker {
	color: var(--copper);
}

.interior-content li ul, .interior-content li ol {
	margin: .6em 0 .8em;
}

/* Blockquotes — rare, but handle gracefully */
.interior-content blockquote {
	margin: 2em 0;
	padding: 1.2em 1.6em;
	border-left: 3px solid var(--copper);
	background: rgba(197, 163, 119, .06);
	font-family: "Geraldton", sans-serif;
	font-size: 1.2rem;
	line-height: 1.5;
	color: var(--forest);
	font-style: italic;
}

.interior-content blockquote p {
	margin: 0;
}

/* Horizontal rule — subtle copper divider */
.interior-content hr {
	border: none;
	border-top: 1px solid rgba(29, 40, 54, .1);
	margin: 3em 0;
}

/* Code blocks — unlikely but clean fallback */
.interior-content code {
	font-family: "SF Mono", Menlo, Consolas, monospace;
	font-size: .9em;
	background: rgba(29, 40, 54, .05);
	padding: .15em .4em;
	border-radius: 2px;
}

.interior-content pre {
	background: var(--forest);
	color: var(--cream-text);
	padding: 1.4em 1.6em;
	overflow-x: auto;
	margin: 1.6em 0;
}

/* Images embedded in content */
.interior-content img {
	max-width: 100%;
	height: auto;
	margin: 1.6em 0;
}

/* Tables (e.g. fee schedules, service comparisons) */
.interior-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 1.8em 0;
	font-size: .98rem;
}

.interior-content th, .interior-content td {
	padding: 14px 18px;
	text-align: left;
	border-bottom: 1px solid rgba(29, 40, 54, .1);
}

.interior-content th {
	font-family: "Geraldton", sans-serif;
	font-weight: 600;
	letter-spacing: .06em;
	text-transform: uppercase;
	font-size: .85rem;
	color: var(--forest);
	background: rgba(197, 163, 119, .08);
}

/* WP core aligns */
.interior-content .alignleft {
	float: left;
	margin: .4em 1.6em 1em 0;
}

.interior-content .alignright {
	float: right;
	margin: .4em 0 1em 1.6em;
}

.interior-content .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* ============================
   RESPONSIVE
   ============================ */
@media (max-width: 1024px) {
	.page-hero-interior {
		padding: 150px 0 90px;
	}
	
	.page-hero-interior h1 {
		font-size: 3.2rem;
	}
	
	.page-hero-interior .hero-subtitle {
		font-size: 1.05rem;
	}
	
	.interior-main {
		padding: 70px 0 90px;
	}
}

@media (max-width: 768px) {
	.page-hero-interior {
		padding: 130px 0 70px;
	}
	
	.page-hero-interior .container {
		padding: 0 24px;
	}
	
	.page-hero-interior h1 {
		font-size: 2.3rem;
	}
	
	.page-hero-interior .hero-subtitle {
		font-size: 1rem;
		margin-top: 20px;
	}
	
	.interior-main {
		padding: 56px 0 80px;
	}
	
	.interior-content {
		padding: 0 24px;
		font-size: 1rem;
	}
	
	.interior-content h2 {
		font-size: 1.65rem;
	}
	
	.interior-content h3 {
		font-size: 1.25rem;
	}
	
	.interior-content h4 {
		font-size: 1.1rem;
	}
	
	.interior-content blockquote {
		padding: 1em 1.2em;
		font-size: 1.1rem;
	}
	
	.interior-content table {
		font-size: .92rem;
	}
	
	.interior-content th, .interior-content td {
		padding: 10px 12px;
	}
}

@media (max-width: 480px) {
	.page-hero-interior h1 {
		font-size: 1.9rem;
	}
	
	.interior-content {
		padding: 0 20px;
	}
}
