:root {
	--sj-black: #080604;
	--sj-onyx: #12100c;
	--sj-coal: #211b14;
	--sj-ink: #211810;
	--sj-muted: #6f6253;
	--sj-cream: #fbf1df;
	--sj-ivory: #fffaf0;
	--sj-parchment: #f3e4c9;
	--sj-gold: #b88a3c;
	--sj-gold-soft: #ecd18f;
	--sj-gold-deep: #78531f;
	--sj-success: #245b43;
	--sj-error: #8a2424;
	--sj-line: rgba(33, 24, 16, 0.15);
	--sj-line-dark: rgba(255, 250, 240, 0.18);
	--sj-radius: 8px;
	--sj-shadow: 0 24px 70px rgba(8, 6, 4, 0.17);
	--sj-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	--sj-sans: "Manrope", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background:
		linear-gradient(180deg, rgba(255, 250, 240, 0.9), rgba(251, 241, 223, 0.84)),
		var(--sj-ivory);
	color: var(--sj-ink);
	font-family: var(--sj-sans);
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 0;
	text-rendering: optimizeLegibility;
}

body.nav-open {
	overflow: hidden;
}

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

a {
	color: inherit;
	text-decoration-color: var(--sj-gold);
	text-underline-offset: 0.24em;
}

a:hover {
	color: var(--sj-gold-deep);
}

button,
input,
select,
textarea {
	font: inherit;
	letter-spacing: 0;
}

button,
select {
	cursor: pointer;
}

input,
select,
textarea {
	width: 100%;
	min-height: 3.25rem;
	border: 1px solid rgba(33, 24, 16, 0.19);
	border-radius: var(--sj-radius);
	background: rgba(255, 253, 248, 0.96);
	color: var(--sj-ink);
	padding: 0.9rem 1rem;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

textarea {
	resize: vertical;
}

input:focus,
select:focus,
textarea:focus,
a:focus-visible,
button:focus-visible {
	outline: 3px solid rgba(184, 138, 60, 0.44);
	outline-offset: 3px;
}

h1,
h2,
h3,
h4 {
	margin: 0;
	font-family: var(--sj-serif);
	font-weight: 600;
	line-height: 0.98;
	letter-spacing: 0;
}

h1 {
	font-size: 3.1rem;
}

h2 {
	font-size: 2.2rem;
}

h3 {
	font-size: 1.55rem;
}

p {
	margin: 0;
}

p + p {
	margin-top: 1rem;
}

.skip-link {
	position: fixed;
	top: 0.75rem;
	left: 0.75rem;
	z-index: 1000;
	transform: translateY(-150%);
	border-radius: var(--sj-radius);
	background: var(--sj-black);
	color: var(--sj-ivory);
	padding: 0.75rem 1rem;
	text-decoration: none;
	transition: transform 160ms ease;
}

.skip-link:focus {
	transform: translateY(0.75rem);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	border-bottom: 1px solid rgba(236, 209, 143, 0.2);
	background: rgba(8, 6, 4, 0.91);
	color: var(--sj-ivory);
	backdrop-filter: blur(18px);
}

.site-header::after {
	content: "";
	display: block;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(236, 209, 143, 0.55), transparent);
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	width: min(100%, 1200px);
	min-height: 76px;
	margin: 0 auto;
	padding: 0.75rem 1rem;
}

.site-brand {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	min-width: 0;
	color: var(--sj-ivory);
	text-decoration: none;
}

.site-brand:hover {
	color: var(--sj-ivory);
}

.site-brand img,
.custom-logo-link img {
	width: auto;
	max-width: 62px;
	max-height: 62px;
	object-fit: contain;
}

.site-brand__mark {
	display: inline-grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border: 1px solid var(--sj-gold-soft);
	border-radius: 50%;
	color: var(--sj-gold-soft);
	font-family: var(--sj-serif);
	font-size: 1.45rem;
}

.site-brand__text,
.site-footer__logo {
	font-family: var(--sj-serif);
	font-size: 1.36rem;
	font-weight: 600;
	white-space: nowrap;
}

.site-header__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.55rem;
	min-width: 0;
}

.instagram-icon {
	width: 1.05rem;
	height: 1.05rem;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.85;
	stroke-linecap: round;
	stroke-linejoin: round;
	flex: 0 0 auto;
}

.social-link {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	color: inherit;
	text-decoration: none;
}

.social-link--header {
	min-height: 44px;
	border: 1px solid rgba(236, 209, 143, 0.34);
	border-radius: var(--sj-radius);
	background: rgba(255, 250, 240, 0.05);
	color: var(--sj-gold-soft);
	padding: 0 0.78rem;
	font-size: 0.72rem;
	font-weight: 900;
	text-transform: uppercase;
	white-space: nowrap;
}

.social-link--header:hover {
	background: rgba(236, 209, 143, 0.13);
	color: var(--sj-ivory);
}

.nav-toggle {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(236, 209, 143, 0.3);
	border-radius: var(--sj-radius);
	background: rgba(255, 250, 240, 0.04);
	color: var(--sj-ivory);
	padding: 0;
}

.nav-toggle span {
	display: block;
	width: 20px;
	height: 2px;
	margin: 0 auto;
	background: currentColor;
	transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
	opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.primary-nav {
	position: fixed;
	inset: 77px 0 auto 0;
	display: none;
	background: rgba(8, 6, 4, 0.98);
	border-bottom: 1px solid rgba(236, 209, 143, 0.2);
	padding: 1rem;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

.primary-nav.is-open {
	display: block;
}

.primary-nav__menu,
.menu {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-nav a,
.menu a {
	display: block;
	border-radius: var(--sj-radius);
	color: rgba(255, 250, 240, 0.86);
	font-size: 0.86rem;
	font-weight: 800;
	padding: 0.8rem 0.9rem;
	text-decoration: none;
	text-transform: uppercase;
}

.primary-nav a:hover,
.menu a:hover,
.primary-nav .current-menu-item > a {
	background: rgba(236, 209, 143, 0.12);
	color: var(--sj-gold-soft);
}

.site-main {
	min-height: 60vh;
}

.section,
.page-hero,
.hero {
	padding: 4.5rem 1rem;
}

.section {
	width: min(100%, 1200px);
	margin: 0 auto;
}

.section-dark {
	position: relative;
	background:
		linear-gradient(135deg, rgba(255, 250, 240, 0.05), transparent 34%),
		linear-gradient(180deg, var(--sj-onyx), var(--sj-black));
	color: var(--sj-ivory);
}

.section-dark::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 250, 240, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 250, 240, 0.035) 1px, transparent 1px);
	background-size: 44px 44px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), transparent 74%);
	pointer-events: none;
}

.section-dark > * {
	position: relative;
}

.section-cream {
	width: 100%;
	max-width: none;
	background:
		linear-gradient(180deg, rgba(255, 250, 240, 0.96), rgba(243, 228, 201, 0.9)),
		var(--sj-cream);
}

.section-cream > * {
	width: min(100%, 1200px);
	margin-right: auto;
	margin-left: auto;
}

.section__header {
	max-width: 780px;
	margin-bottom: 2.25rem;
}

.section__header h1,
.section__header h2,
.form-intro h2,
.contact-card h2 {
	margin-top: 0.35rem;
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	color: var(--sj-gold-deep);
	font-size: 0.74rem;
	font-weight: 800;
	text-transform: uppercase;
}

.eyebrow::before {
	content: "";
	width: 2rem;
	height: 1px;
	background: currentColor;
}

.section-dark .eyebrow,
.hero .eyebrow,
.page-hero .eyebrow,
.testimonials .eyebrow {
	color: var(--sj-gold-soft);
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	border: 1px solid transparent;
	border-radius: var(--sj-radius);
	padding: 0.9rem 1.25rem;
	font-size: 0.84rem;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.button:hover {
	transform: translateY(-1px);
}

.button--gold {
	background: linear-gradient(135deg, #f6df9f, var(--sj-gold) 58%, #f0d99d);
	color: var(--sj-black);
	box-shadow: 0 14px 36px rgba(184, 138, 60, 0.22);
}

.button--gold:hover {
	color: var(--sj-black);
	box-shadow: 0 18px 46px rgba(184, 138, 60, 0.32);
}

.button--ghost {
	border-color: rgba(255, 250, 240, 0.36);
	color: var(--sj-ivory);
}

.button--ghost:hover {
	background: rgba(255, 250, 240, 0.08);
	color: var(--sj-ivory);
}

.button--black {
	background: var(--sj-black);
	color: var(--sj-ivory);
	box-shadow: 0 14px 38px rgba(8, 6, 4, 0.18);
}

.button--black:hover {
	background: var(--sj-coal);
	color: var(--sj-ivory);
}

.hero {
	position: relative;
	display: grid;
	gap: 2.4rem;
	align-items: center;
	min-height: calc(100svh - 77px);
	overflow: hidden;
}

.hero__content {
	width: min(100%, 720px);
}

.hero__content h1 {
	margin-top: 0.42rem;
	color: var(--sj-ivory);
}

.hero__lede {
	max-width: 640px;
	margin-top: 1rem;
	color: rgba(255, 250, 240, 0.84);
	font-size: 1.08rem;
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.75rem;
}

.hero__actions .button {
	flex: 1 1 180px;
}

.hero__proof {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
	margin-top: 2rem;
	padding-top: 1.35rem;
	border-top: 1px solid rgba(236, 209, 143, 0.24);
}

.hero__proof span {
	display: block;
	color: var(--sj-gold-soft);
	font-family: var(--sj-serif);
	font-size: 1.8rem;
	line-height: 1;
}

.hero__proof p {
	color: rgba(255, 250, 240, 0.68);
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
}

.hero__media {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 0.72fr);
	align-items: end;
	gap: 0.75rem;
	min-height: 340px;
}

.hero__media::before {
	content: "";
	position: absolute;
	inset: 7% 9% 5% 4%;
	border: 1px solid rgba(236, 209, 143, 0.32);
	border-radius: var(--sj-radius);
	transform: rotate(-2deg);
}

.hero__image {
	position: relative;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(236, 209, 143, 0.28);
	border-radius: var(--sj-radius);
	background: #211a12;
	box-shadow: 0 26px 80px rgba(0, 0, 0, 0.38);
}

.hero__image::after {
	content: "";
	position: absolute;
	inset: 0;
	box-shadow: inset 0 0 0 1px rgba(255, 250, 240, 0.06), inset 0 -90px 100px rgba(8, 6, 4, 0.22);
	pointer-events: none;
}

.hero__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero__image--primary {
	aspect-ratio: 2 / 3;
}

.hero__image--secondary {
	aspect-ratio: 2 / 3;
	margin-bottom: 1.6rem;
}

.image-fallback {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	min-height: 260px;
	background:
		linear-gradient(135deg, rgba(236, 209, 143, 0.18), rgba(255, 250, 240, 0.04)),
		var(--sj-coal);
	color: var(--sj-gold-soft);
	padding: 1rem;
	text-align: center;
}

.image-fallback span {
	max-width: 16rem;
	font-family: var(--sj-serif);
	font-size: 1.35rem;
	line-height: 1.1;
}

.offering-grid,
.testimonial-grid,
.value-grid,
.contact-cards {
	display: grid;
	gap: 1rem;
}

.offering-card,
.contact-card,
.value-grid article {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(33, 24, 16, 0.14);
	border-radius: var(--sj-radius);
	background: rgba(255, 250, 240, 0.78);
	padding: 1.35rem;
	box-shadow: 0 12px 36px rgba(8, 6, 4, 0.06);
}

.offering-card::before,
.contact-card::before,
.value-grid article::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 3px;
	background: linear-gradient(90deg, var(--sj-gold-deep), var(--sj-gold-soft), var(--sj-gold-deep));
}

.offering-card__number {
	color: var(--sj-gold);
	font-size: 0.76rem;
	font-weight: 800;
	margin-bottom: 1rem;
}

.offering-card h3,
.value-grid h3 {
	margin-bottom: 0.8rem;
}

.offering-card p,
.value-grid p {
	color: var(--sj-muted);
}

.why-sj {
	display: grid;
	gap: 2rem;
}

.why-sj__copy {
	max-width: 640px;
}

.why-sj__copy h2 {
	margin: 0.35rem 0 1rem;
}

.why-sj__copy p {
	color: var(--sj-muted);
}

.why-sj__list {
	display: grid;
	gap: 0.75rem;
}

.why-sj__list > div {
	border-top: 1px solid var(--sj-line);
	padding-top: 1rem;
}

.why-sj__list span {
	display: inline-block;
	color: var(--sj-gold);
	font-size: 0.78rem;
	font-weight: 800;
	margin-bottom: 0.4rem;
}

.why-sj__list h3 {
	font-size: 1.72rem;
	margin-bottom: 0.45rem;
}

.why-sj__list p {
	color: var(--sj-muted);
}

.testimonials {
	width: 100%;
	max-width: none;
}

.testimonials > * {
	width: min(100%, 1200px);
	margin-right: auto;
	margin-left: auto;
}

.testimonial-grid blockquote {
	position: relative;
	margin: 0;
	border: 1px solid rgba(236, 209, 143, 0.22);
	border-radius: var(--sj-radius);
	background: rgba(255, 250, 240, 0.055);
	padding: 1.45rem;
}

.testimonial-grid blockquote::before {
	content: "“";
	position: absolute;
	top: -0.25rem;
	right: 1.2rem;
	color: rgba(236, 209, 143, 0.18);
	font-family: var(--sj-serif);
	font-size: 5rem;
	line-height: 1;
}

.testimonial-grid p {
	position: relative;
	color: rgba(255, 250, 240, 0.9);
	font-family: var(--sj-serif);
	font-size: 1.48rem;
	line-height: 1.25;
}

.testimonial-grid cite {
	display: block;
	margin-top: 1rem;
	color: var(--sj-gold-soft);
	font-size: 0.78rem;
	font-style: normal;
	font-weight: 800;
	text-transform: uppercase;
}

.cta-band {
	display: grid;
	gap: 1.25rem;
	align-items: center;
	background:
		linear-gradient(135deg, rgba(255, 250, 240, 0.52), transparent),
		linear-gradient(90deg, #f2dca0, var(--sj-gold-soft));
	color: var(--sj-black);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.cta-band .eyebrow {
	color: var(--sj-gold-deep);
}

.page-hero {
	position: relative;
	display: grid;
	gap: 2rem;
	align-items: end;
	min-height: 43svh;
	overflow: hidden;
}

.page-hero > div,
.page-hero__copy {
	position: relative;
	width: min(100%, 860px);
}

.page-hero h1 {
	margin: 0.35rem 0 1rem;
}

.page-hero p:not(.eyebrow) {
	color: rgba(255, 250, 240, 0.82);
	font-size: 1.08rem;
}

.page-hero__image {
	position: relative;
	display: none;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(236, 209, 143, 0.28);
	border-radius: var(--sj-radius);
	aspect-ratio: 2 / 3;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

.page-hero__image::after {
	content: "";
	position: absolute;
	inset: 0;
	box-shadow: inset 0 0 0 1px rgba(255, 250, 240, 0.06), inset 0 -80px 100px rgba(8, 6, 4, 0.24);
	pointer-events: none;
}

.page-hero__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.form-section,
.contact-layout {
	display: grid;
	gap: 1.5rem;
}

.form-shell {
	display: grid;
	gap: 1.5rem;
}

.form-intro {
	max-width: 520px;
}

.form-intro p:not(.eyebrow) {
	margin-top: 0.8rem;
	color: var(--sj-muted);
}

.form-panel {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(33, 24, 16, 0.14);
	border-radius: var(--sj-radius);
	background:
		linear-gradient(180deg, rgba(255, 250, 240, 0.98), rgba(255, 253, 248, 0.94)),
		#fffdf8;
	padding: 1rem;
	box-shadow: var(--sj-shadow);
}

.form-panel::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 4px;
	background: linear-gradient(90deg, var(--sj-gold-deep), var(--sj-gold-soft), var(--sj-gold));
}

.form-panel > * {
	position: relative;
}

.sj-form {
	display: grid;
	gap: 1rem;
}

.field {
	display: grid;
	gap: 0.45rem;
	margin: 0;
}

.field label,
.fieldset legend {
	color: var(--sj-coal);
	font-size: 0.8rem;
	font-weight: 800;
	text-transform: uppercase;
}

.field span[aria-hidden="true"],
.fieldset span[aria-hidden="true"] {
	color: var(--sj-error);
}

.field-note {
	color: var(--sj-muted);
	font-size: 0.85rem;
}

.field-grid {
	display: grid;
	gap: 1rem;
}

.fieldset {
	border: 0;
	padding: 0;
}

.radio-card {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	border: 1px solid rgba(33, 24, 16, 0.15);
	border-radius: var(--sj-radius);
	background: var(--sj-ivory);
	padding: 0.85rem;
}

.radio-card + .radio-card {
	margin-top: 0.6rem;
}

.radio-card input {
	width: 1.15rem;
	height: 1.15rem;
	min-height: auto;
	accent-color: var(--sj-gold);
}

.radio-card span {
	color: var(--sj-ink);
	font-weight: 800;
}

.form-notice {
	border-radius: var(--sj-radius);
	padding: 0.95rem 1rem;
	margin-bottom: 1rem;
}

.form-notice--success {
	border: 1px solid rgba(36, 91, 67, 0.4);
	background: rgba(36, 91, 67, 0.1);
	color: var(--sj-success);
}

.form-notice--error {
	border: 1px solid rgba(138, 36, 36, 0.38);
	background: rgba(138, 36, 36, 0.1);
	color: var(--sj-error);
}

.form-notice p + p {
	margin-top: 0.35rem;
}

.contact-layout {
	align-items: start;
}

.contact-layout--form-first {
	width: min(100%, 1080px);
}

.contact-card {
	display: grid;
	gap: 0.75rem;
}

.contact-card h2 {
	font-size: 1.55rem;
	overflow-wrap: anywhere;
}

.social-link--contact {
	align-items: center;
	color: var(--sj-ink);
}

.social-link--contact:hover {
	color: var(--sj-gold-deep);
}

.social-link__mark {
	display: inline-grid;
	place-items: center;
	width: 2.25rem;
	height: 2.25rem;
	border: 1px solid rgba(184, 138, 60, 0.34);
	border-radius: 50%;
	background: linear-gradient(145deg, rgba(236, 209, 143, 0.32), rgba(255, 250, 240, 0.78));
	color: var(--sj-gold-deep);
	box-shadow: inset 0 1px 0 rgba(255, 250, 240, 0.78), 0 8px 22px rgba(120, 83, 31, 0.12);
	flex: 0 0 auto;
}

.social-link__mark .instagram-icon {
	width: 1.18rem;
	height: 1.18rem;
	stroke-width: 1.75;
}

.contact-card p:not(.eyebrow) {
	color: var(--sj-muted);
}

.about-story {
	display: grid;
	gap: 1.5rem;
	align-items: center;
}

.about-story__image {
	position: relative;
	aspect-ratio: 2 / 3;
	overflow: hidden;
	border: 1px solid rgba(184, 138, 60, 0.22);
	border-radius: var(--sj-radius);
	background: var(--sj-black);
	box-shadow: var(--sj-shadow);
}

.about-story__image::after {
	content: "";
	position: absolute;
	inset: 0;
	box-shadow: inset 0 0 0 1px rgba(255, 250, 240, 0.07);
	pointer-events: none;
}

.about-story__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-story__copy h2 {
	margin: 0.35rem 0 1rem;
}

.about-story__copy p,
.entry-content {
	color: var(--sj-muted);
}

.about-values {
	padding-right: 1rem;
	padding-left: 1rem;
}

.page-content {
	max-width: 900px;
}

.entry-content {
	margin-top: 1.5rem;
}

.entry-content > * + * {
	margin-top: 1rem;
}

.site-footer {
	position: relative;
	background: var(--sj-black);
	color: var(--sj-ivory);
	padding: 2.9rem 1rem 1.25rem;
}

.site-footer::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(236, 209, 143, 0.54), transparent);
}

.site-footer__inner {
	display: grid;
	gap: 2rem;
	width: min(100%, 1200px);
	margin: 0 auto;
}

.site-footer__brand p {
	max-width: 380px;
	margin-top: 0.65rem;
	color: rgba(255, 250, 240, 0.72);
}

.site-footer__logo {
	color: var(--sj-ivory);
	text-decoration: none;
}

.site-footer__nav .menu,
.site-footer__menu {
	gap: 0.15rem;
}

.site-footer__nav a,
.site-footer__menu a {
	padding: 0.35rem 0;
	color: rgba(255, 250, 240, 0.82);
	font-size: 0.86rem;
}

.site-footer__contact {
	display: grid;
	gap: 0.45rem;
}

.site-footer__contact a {
	color: rgba(255, 250, 240, 0.82);
}

.site-footer__bottom {
	width: min(100%, 1200px);
	margin: 2rem auto 0;
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 250, 240, 0.14);
	color: rgba(255, 250, 240, 0.62);
	font-size: 0.82rem;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 1ms !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

@media (min-width: 640px) {
	h1 {
		font-size: 3.9rem;
	}

	h2 {
		font-size: 2.75rem;
	}

	h3 {
		font-size: 1.9rem;
	}

	.section,
	.page-hero,
	.hero {
		padding: 5.5rem 1.5rem;
	}

	.field-grid,
	.offering-grid,
	.value-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hero__actions .button {
		flex: 0 1 auto;
		min-width: 180px;
	}

	.cta-band {
		grid-template-columns: 1fr auto;
	}
}

@media (min-width: 780px) {
	h1 {
		font-size: 5.35rem;
	}

	h2 {
		font-size: 3.45rem;
	}

	h3 {
		font-size: 2.08rem;
	}

	body.nav-open {
		overflow: auto;
	}

	.site-header__inner {
		min-height: 86px;
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}

	.site-brand img,
	.custom-logo-link img {
		max-width: 72px;
		max-height: 72px;
	}

	.nav-toggle {
		display: none;
	}

	.primary-nav {
		position: static;
		display: block;
		border: 0;
		background: transparent;
		padding: 0;
		box-shadow: none;
	}

	.primary-nav__menu,
	.menu {
		flex-direction: row;
		align-items: center;
		gap: 0.18rem;
	}

	.primary-nav a,
	.menu a {
		padding: 0.58rem 0.72rem;
	}

	.hero {
		grid-template-columns: minmax(0, 0.92fr) minmax(370px, 0.78fr);
		min-height: calc(100svh - 87px);
	}

	.page-hero--with-image {
		grid-template-columns: minmax(0, 1fr) minmax(260px, 0.34fr);
		align-items: center;
		min-height: 52svh;
	}

	.page-hero__image {
		display: block;
	}

	.hero__media {
		min-height: 590px;
	}

	.hero__lede,
	.page-hero p:not(.eyebrow) {
		font-size: 1.25rem;
	}

	.why-sj,
	.form-shell,
	.contact-layout,
	.about-story {
		grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	}

	.contact-cards {
		position: sticky;
		top: 112px;
	}

	.contact-layout--form-first {
		grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.78fr);
	}

	.testimonial-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.contact-card h2 {
		font-size: 2.1rem;
	}

	.site-footer__inner {
		grid-template-columns: 1.2fr 0.7fr 0.8fr;
	}
}

@media (min-width: 980px) {
	.section,
	.page-hero,
	.hero {
		padding: 80px 2rem;
	}

	.offering-grid,
	.value-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.form-panel {
		padding: 1.6rem;
	}
}
