:root {
	--syj-cream: #F7F3EB;
	--syj-espresso: #3B2E2A;
	--syj-sand: #D8C4AE;
	--syj-blush: #F1DDD4;
	--syj-beige: #B79782;
	--syj-warm-gray: #6B5D56;
	--syj-white: #FFFFFF;
	--syj-border: rgba(59, 46, 42, 0.16);
	--syj-shadow: 0 24px 70px rgba(59, 46, 42, 0.12);
	--syj-radius-sm: 14px;
	--syj-radius-md: 24px;
	--syj-radius-lg: 38px;
	--syj-shell: 1240px;
	--syj-narrow: 780px;
	--syj-transition: 180ms ease;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--syj-cream);
	color: var(--syj-espresso);
	font-family: Poppins, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.syj-nav-open {
	overflow: hidden;
}

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

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

a:hover {
	text-decoration-thickness: 2px;
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

:focus-visible {
	outline: 3px solid var(--syj-sand);
	outline-offset: 4px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.6em;
	color: inherit;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-weight: 500;
	line-height: 1.04;
	letter-spacing: -0.025em;
}

h1 {
	font-size: clamp(3.35rem, 7vw, 6.8rem);
}

h2 {
	font-size: clamp(2.55rem, 5vw, 4.6rem);
}

h3 {
	font-size: clamp(1.8rem, 3vw, 2.55rem);
}

p {
	margin: 0 0 1.2em;
}

.syj-shell {
	width: min(calc(100% - 40px), var(--syj-shell));
	margin-inline: auto;
}

.syj-shell--narrow {
	width: min(calc(100% - 40px), var(--syj-narrow));
}

.syj-skip-link {
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 9999;
	transform: translateY(-180%);
	padding: 10px 14px;
	background: var(--syj-espresso);
	color: var(--syj-cream);
	border-radius: 8px;
}

.syj-skip-link:focus {
	transform: translateY(0);
}

.syj-eyebrow {
	margin-bottom: 16px;
	color: var(--syj-warm-gray);
	font-size: 0.77rem;
	font-weight: 600;
	letter-spacing: 0.17em;
	line-height: 1.35;
	text-transform: uppercase;
}

.syj-eyebrow--light {
	color: var(--syj-sand);
}

.syj-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 13px 22px;
	border: 1px solid var(--syj-espresso);
	border-radius: 999px;
	background: var(--syj-espresso);
	color: var(--syj-cream);
	font-size: 0.88rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-decoration: none;
	transition: transform var(--syj-transition), background var(--syj-transition), color var(--syj-transition), border-color var(--syj-transition);
}

.syj-button:hover {
	transform: translateY(-2px);
	background: transparent;
	color: var(--syj-espresso);
	text-decoration: none;
}

.syj-button--small {
	min-height: 42px;
	padding: 9px 17px;
	font-size: 0.8rem;
}

.syj-button--outline {
	background: transparent;
	color: var(--syj-espresso);
}

.syj-button--outline:hover {
	background: var(--syj-espresso);
	color: var(--syj-cream);
}

.syj-button--cream {
	border-color: var(--syj-cream);
	background: var(--syj-cream);
	color: var(--syj-espresso);
}

.syj-button--cream:hover {
	border-color: var(--syj-sand);
	background: var(--syj-sand);
	color: var(--syj-espresso);
}

.syj-text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.9rem;
	font-weight: 600;
	text-decoration: none;
}

.syj-text-link span,
.syj-text-link {
	transition: gap var(--syj-transition), opacity var(--syj-transition);
}

.syj-text-link:hover {
	gap: 13px;
	text-decoration: none;
}

.syj-text-link--light {
	color: var(--syj-cream);
}

/* Header */

.syj-header {
	position: relative;
	z-index: 100;
	background: rgba(250, 246, 242, 0.96);
	border-bottom: 1px solid var(--syj-border);
	backdrop-filter: blur(18px);
}

.syj-header__utility {
	background: var(--syj-espresso);
	color: var(--syj-cream);
}

.syj-header__utility-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 35px;
	gap: 20px;
	font-size: 0.72rem;
	letter-spacing: 0.055em;
}

.syj-header__utility p {
	margin: 0;
	opacity: 0.84;
}

.syj-header__utility a {
	font-weight: 600;
	text-decoration: none;
}

.syj-header__main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 92px;
	gap: 28px;
}

.syj-brand {
	flex: 0 1 300px;
}

.syj-brand .custom-logo {
	max-width: 220px;
	max-height: 74px;
	width: auto;
}

.syj-brand__fallback {
	display: inline-flex;
	flex-direction: column;
	text-decoration: none;
}

.syj-brand__name {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.55rem;
	font-weight: 600;
	line-height: 1;
}

.syj-brand__person {
	margin-top: 6px;
	color: var(--syj-warm-gray);
	font-size: 0.68rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.syj-nav {
	display: flex;
	align-items: center;
	gap: 26px;
}

.syj-nav__list {
	display: flex;
	align-items: center;
	gap: 25px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.syj-nav__list a {
	position: relative;
	font-size: 0.84rem;
	font-weight: 500;
	text-decoration: none;
}

.syj-nav__list a::after {
	position: absolute;
	right: 0;
	bottom: -7px;
	left: 0;
	height: 1px;
	transform: scaleX(0);
	transform-origin: left center;
	background: var(--syj-espresso);
	content: "";
	transition: transform var(--syj-transition);
}

.syj-nav__list a:hover::after,
.syj-nav__list .current-menu-item > a::after {
	transform: scaleX(1);
}

.syj-nav-toggle {
	display: none;
	border: 0;
	background: transparent;
	color: var(--syj-espresso);
	cursor: pointer;
}

/* Hero */

.syj-hero {
	position: relative;
	overflow: clip;
	padding: clamp(58px, 7vw, 110px) 0 clamp(72px, 9vw, 130px);
}

.syj-hero::before {
	position: absolute;
	top: -18%;
	right: -8%;
	width: min(48vw, 700px);
	height: min(48vw, 700px);
	border: 1px solid rgba(216, 196, 174, 0.55);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.syj-hero::after {
	position: absolute;
	top: 12%;
	right: 8%;
	width: min(27vw, 400px);
	height: min(27vw, 400px);
	border: 1px solid rgba(216, 196, 174, 0.35);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.syj-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
	align-items: center;
	gap: clamp(44px, 7vw, 100px);
}

.syj-hero__copy {
	max-width: 720px;
}

.syj-hero__copy h1 {
	max-width: 780px;
	margin-bottom: 27px;
}

.syj-hero__lede {
	max-width: 620px;
	margin-bottom: 30px;
	color: var(--syj-warm-gray);
	font-size: clamp(1.05rem, 1.5vw, 1.28rem);
	line-height: 1.75;
}

.syj-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0 0 25px;
}

.syj-hero__visual {
	position: relative;
	min-height: 590px;
}

.syj-hero__visual::before {
	position: absolute;
	top: 4%;
	right: 4%;
	bottom: 8%;
	left: 8%;
	border-radius: 46% 46% 14px 14px;
	background: var(--syj-sand);
	content: "";
	opacity: 0.48;
}

.syj-hero__portrait,
.syj-hero__portrait-placeholder {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 590px;
	object-fit: cover;
	object-position: center 28%;
	border-radius: 46% 46% 20px 20px;
	box-shadow: var(--syj-shadow);
}

.syj-hero__portrait-placeholder {
	display: grid;
	place-items: center;
	background: linear-gradient(145deg, var(--syj-sand), #efe3d6);
	color: rgba(59, 46, 42, 0.45);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 2.2rem;
}

.syj-hero__signature-card {
	position: absolute;
	z-index: 2;
	right: -22px;
	bottom: 24px;
	min-width: 230px;
	padding: 18px 22px;
	border: 1px solid rgba(255,255,255,.72);
	border-radius: 14px;
	background: rgba(250, 246, 242, 0.92);
	box-shadow: 0 18px 45px rgba(59, 46, 42, 0.15);
	backdrop-filter: blur(14px);
}

.syj-hero__signature-card span {
	display: block;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.45rem;
	font-weight: 600;
	line-height: 1.1;
}

.syj-hero__signature-card small {
	color: var(--syj-warm-gray);
	font-size: 0.68rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

/* Sections */

.syj-section {
	padding: clamp(82px, 9vw, 138px) 0;
}

.syj-section-heading {
	max-width: 760px;
	margin-bottom: 46px;
}

.syj-section-heading h2 {
	margin-bottom: 20px;
}

.syj-section-heading > p:not(.syj-eyebrow) {
	max-width: 650px;
	color: var(--syj-warm-gray);
}

.syj-section-heading--center {
	margin-inline: auto;
	text-align: center;
}

.syj-section-heading--inline {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	max-width: none;
	gap: 28px;
}

.syj-section--routes {
	border-top: 1px solid var(--syj-border);
	background: var(--syj-white);
}

.syj-route-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--syj-border);
	border-left: 1px solid var(--syj-border);
}

.syj-route-card {
	position: relative;
	display: flex;
	min-height: 350px;
	flex-direction: column;
	padding: 36px;
	border-right: 1px solid var(--syj-border);
	border-bottom: 1px solid var(--syj-border);
	background: var(--syj-white);
	text-decoration: none;
	transition: background var(--syj-transition), transform var(--syj-transition);
}

.syj-route-card:hover {
	z-index: 1;
	transform: translateY(-4px);
	background: var(--syj-cream);
	text-decoration: none;
}

.syj-route-card__number {
	margin-bottom: auto;
	color: var(--syj-warm-gray);
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.15em;
}

.syj-route-card h3 {
	margin-top: 50px;
}

.syj-route-card p {
	color: var(--syj-warm-gray);
	font-size: 0.9rem;
}

.syj-route-card__link {
	margin-top: auto;
	padding-top: 24px;
	font-size: 0.78rem;
	font-weight: 600;
}

.syj-section--dark {
	position: relative;
	overflow: hidden;
	background: var(--syj-espresso);
	color: var(--syj-cream);
}

.syj-section--dark::after {
	position: absolute;
	top: -180px;
	right: -100px;
	width: 440px;
	height: 440px;
	border: 1px solid rgba(216, 196, 174, 0.24);
	border-radius: 50%;
	content: "";
}

.syj-split {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr 0.85fr;
	gap: clamp(50px, 9vw, 150px);
}

.syj-split h2 {
	max-width: 720px;
}

.syj-split__copy {
	align-self: end;
	max-width: 600px;
}

.syj-split__copy p {
	color: rgba(250, 246, 242, 0.82);
	font-size: 1.04rem;
}

/* Awards */

.syj-section--awards {
	background: var(--syj-sand);
}

.syj-awards-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.syj-award-card {
	min-height: 260px;
	padding: 30px;
	border: 1px solid rgba(59, 46, 42, 0.16);
	border-radius: var(--syj-radius-sm);
	background: rgba(250, 246, 242, 0.72);
}

.syj-award-card__media {
	display: flex;
	min-height: 88px;
	align-items: center;
	margin-bottom: 24px;
}

.syj-award-card__media img {
	max-height: 82px;
	width: auto;
}

.syj-award-card h3 {
	font-size: 1.8rem;
}

.syj-award-card p {
	margin-bottom: 0;
	color: var(--syj-warm-gray);
	font-size: 0.88rem;
}

/* Local */

.syj-section--local {
	background: var(--syj-cream);
}

.syj-local-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
	align-items: start;
	gap: clamp(55px, 9vw, 140px);
}

.syj-local-grid__intro {
	position: sticky;
	top: 40px;
}

.syj-local-grid__intro p:not(.syj-eyebrow) {
	color: var(--syj-warm-gray);
}

.syj-local-list {
	border-top: 1px solid var(--syj-border);
}

.syj-local-list a {
	display: grid;
	grid-template-columns: 54px 1fr auto;
	align-items: center;
	gap: 20px;
	padding: 32px 4px;
	border-bottom: 1px solid var(--syj-border);
	text-decoration: none;
}

.syj-local-list a:hover strong {
	transform: translateX(5px);
}

.syj-local-list span {
	color: var(--syj-warm-gray);
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.13em;
}

.syj-local-list strong {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(1.6rem, 2.4vw, 2.2rem);
	font-weight: 500;
	line-height: 1.1;
	transition: transform var(--syj-transition);
}

.syj-local-list em {
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 600;
	white-space: nowrap;
}

/* Tools */

.syj-section--tools {
	background: var(--syj-white);
}

.syj-tool-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.syj-tool-links a {
	position: relative;
	display: flex;
	min-height: 220px;
	flex-direction: column;
	justify-content: flex-end;
	padding: 34px;
	overflow: hidden;
	border: 1px solid var(--syj-border);
	border-radius: var(--syj-radius-md);
	background: var(--syj-cream);
	text-decoration: none;
}

.syj-tool-links a::after {
	position: absolute;
	top: 28px;
	right: 30px;
	content: "↗";
	font-size: 1.2rem;
	transition: transform var(--syj-transition);
}

.syj-tool-links a:hover::after {
	transform: translate(4px, -4px);
}

.syj-tool-links span {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2rem, 3vw, 2.8rem);
	line-height: 1.05;
}

.syj-tool-links small {
	margin-top: 10px;
	color: var(--syj-warm-gray);
	font-size: 0.8rem;
}

/* Blog */

.syj-section--journal {
	background: var(--syj-cream);
	border-top: 1px solid var(--syj-border);
}

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

.syj-post-grid--archive {
	padding-block: 70px 110px;
}

.syj-post-card {
	overflow: hidden;
	border: 1px solid var(--syj-border);
	border-radius: var(--syj-radius-sm);
	background: var(--syj-white);
}

.syj-post-card__media {
	display: block;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	background: var(--syj-sand);
	text-decoration: none;
}

.syj-post-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 380ms ease;
}

.syj-post-card:hover .syj-post-card__media img {
	transform: scale(1.025);
}

.syj-post-card__placeholder {
	display: grid;
	height: 100%;
	place-items: center;
	color: rgba(59, 46, 42, 0.42);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.55rem;
}

.syj-post-card__body {
	padding: 25px;
}

.syj-post-card__meta {
	margin-bottom: 11px;
	color: var(--syj-warm-gray);
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.syj-post-card h3 {
	font-size: 1.9rem;
}

.syj-post-card h3 a {
	text-decoration: none;
}

.syj-post-card__body > p:not(.syj-post-card__meta) {
	color: var(--syj-warm-gray);
	font-size: 0.88rem;
}

/* About preview */

.syj-section--about-preview {
	padding-block: clamp(90px, 10vw, 155px);
	background: var(--syj-sand);
}

.syj-about-preview {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	align-items: end;
	gap: clamp(55px, 9vw, 140px);
}

.syj-about-preview__statement h2 {
	max-width: 780px;
	margin-bottom: 0;
}

.syj-about-preview > div:last-child p {
	color: var(--syj-warm-gray);
}

/* Footer */

.syj-footer {
	background: var(--syj-cream);
}

.syj-footer__cta {
	background: var(--syj-espresso);
	color: var(--syj-cream);
}

.syj-footer__cta-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 34px;
	padding-block: 68px;
}

.syj-footer__cta h2 {
	margin: 0;
	font-size: clamp(2.5rem, 5vw, 4.5rem);
}

.syj-footer__main {
	padding-block: 75px 30px;
}

.syj-footer__brand {
	max-width: 510px;
	margin-bottom: 55px;
}

.syj-footer__brand-name {
	margin-bottom: 7px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 2.3rem;
	font-weight: 600;
	line-height: 1.05;
}

.syj-footer__brand > p:last-child {
	color: var(--syj-warm-gray);
}

.syj-footer__columns {
	display: grid;
	grid-template-columns: 0.7fr 1fr 1.2fr;
	gap: 45px;
	padding-block: 45px;
	border-top: 1px solid var(--syj-border);
	border-bottom: 1px solid var(--syj-border);
}

.syj-footer__columns h3 {
	margin-bottom: 18px;
	font-family: Poppins, Arial, sans-serif;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

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

.syj-footer__links li {
	margin-bottom: 9px;
	color: var(--syj-warm-gray);
	font-size: 0.82rem;
}

.syj-footer__links a {
	text-decoration: none;
}

.syj-footer__compliance p {
	color: var(--syj-warm-gray);
	font-size: 0.82rem;
}

.syj-footer__brokerage-logo {
	max-width: 260px;
	max-height: 80px;
	width: auto;
	margin-top: 18px;
	object-fit: contain;
}

.syj-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	padding-top: 25px;
	color: var(--syj-warm-gray);
	font-size: 0.7rem;
}

.syj-footer__bottom p {
	margin: 0;
}

.syj-footer__bottom a {
	text-decoration: none;
}

/* Interior pages */

.syj-page-hero,
.syj-article__header {
	padding: clamp(80px, 9vw, 130px) 0 clamp(60px, 7vw, 95px);
	border-bottom: 1px solid var(--syj-border);
}

.syj-page-hero h1,
.syj-article__header h1 {
	font-size: clamp(3.5rem, 7vw, 6rem);
}

.syj-page-hero > .syj-shell > p:not(.syj-eyebrow),
.syj-article__dek {
	max-width: 660px;
	color: var(--syj-warm-gray);
	font-size: 1.05rem;
}

.syj-prose {
	padding-block: 70px 110px;
	font-size: 1rem;
}

.syj-prose h2,
.syj-prose h3 {
	margin-top: 1.45em;
}

.syj-prose a {
	font-weight: 600;
}

.syj-prose img,
.syj-article__featured img {
	border-radius: var(--syj-radius-sm);
}

.syj-article__featured {
	padding-top: 45px;
}

.syj-pagination {
	padding-bottom: 100px;
}

.syj-404 {
	display: grid;
	min-height: 62vh;
	align-items: center;
	padding: 80px 0;
}

/* Calculators */

.syj-calculator {
	margin: 20px 0 55px;
	padding: clamp(28px, 5vw, 52px);
	border: 1px solid var(--syj-border);
	border-radius: var(--syj-radius-md);
	background: var(--syj-white);
	box-shadow: 0 16px 50px rgba(59, 46, 42, 0.06);
}

.syj-calculator__intro {
	max-width: 670px;
	margin-bottom: 34px;
}

.syj-calculator__intro h2 {
	font-size: clamp(2.25rem, 4vw, 3.7rem);
}

.syj-calculator__intro > p:last-child {
	color: var(--syj-warm-gray);
}

.syj-calculator__grid {
	display: grid;
	grid-template-columns: 1fr 0.9fr;
	gap: 28px;
}

.syj-calculator__form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px;
}

.syj-calculator__form label {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.syj-calculator__form label span {
	color: var(--syj-warm-gray);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.syj-calculator__form input,
.syj-calculator__form select {
	width: 100%;
	min-height: 50px;
	padding: 10px 12px;
	border: 1px solid var(--syj-border);
	border-radius: 9px;
	background: var(--syj-cream);
	color: var(--syj-espresso);
}

.syj-calculator__result {
	padding: 28px;
	border-radius: 16px;
	background: var(--syj-espresso);
	color: var(--syj-cream);
}

.syj-calculator__result .syj-eyebrow {
	color: var(--syj-sand);
}

.syj-calculator__total {
	margin: -2px 0 22px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: clamp(2.7rem, 5vw, 4.2rem);
	line-height: 1;
}

.syj-calculator__result dl {
	margin: 0;
}

.syj-calculator__result dl > div {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	padding: 10px 0;
	border-top: 1px solid rgba(250, 246, 242, 0.16);
}

.syj-calculator__result dt,
.syj-calculator__result dd {
	margin: 0;
	font-size: 0.76rem;
}

.syj-calculator__result dt {
	color: rgba(250, 246, 242, 0.68);
}

.syj-calculator__result dd {
	font-weight: 600;
}

.syj-calculator__disclaimer {
	margin: 22px 0 0;
	color: var(--syj-warm-gray);
	font-size: 0.72rem;
	line-height: 1.65;
}

/* Search form */

.search-form {
	display: flex;
	gap: 10px;
}

.search-form label {
	flex: 1;
}

.search-form .search-field {
	width: 100%;
	min-height: 48px;
	padding: 10px 13px;
	border: 1px solid var(--syj-border);
	border-radius: 9px;
	background: var(--syj-white);
}

.search-form .search-submit {
	min-height: 48px;
	padding: 10px 18px;
	border: 1px solid var(--syj-espresso);
	border-radius: 999px;
	background: var(--syj-espresso);
	color: var(--syj-cream);
	cursor: pointer;
}

/* Responsive */

@media (max-width: 1100px) {
	.syj-hero__grid {
		grid-template-columns: 1fr 0.8fr;
		gap: 45px;
	}

	.syj-hero__visual,
	.syj-hero__portrait,
	.syj-hero__portrait-placeholder {
		min-height: 520px;
		height: 520px;
	}

	.syj-nav {
		gap: 18px;
	}

	.syj-nav__list {
		gap: 16px;
	}

	.syj-local-grid {
		grid-template-columns: 1fr 1fr;
		gap: 55px;
	}
}

@media (max-width: 980px) {
	.syj-header__main {
		min-height: 78px;
	}

	.syj-nav-toggle {
		display: inline-flex;
		align-items: center;
		gap: 10px;
		padding: 10px;
	}

	.syj-nav-toggle__label {
		font-size: 0.75rem;
		font-weight: 600;
		letter-spacing: 0.08em;
		text-transform: uppercase;
	}

	.syj-nav-toggle__icon,
	.syj-nav-toggle__icon::before,
	.syj-nav-toggle__icon::after {
		display: block;
		width: 20px;
		height: 1px;
		background: var(--syj-espresso);
		content: "";
	}

	.syj-nav-toggle__icon {
		position: relative;
	}

	.syj-nav-toggle__icon::before {
		position: absolute;
		top: -6px;
	}

	.syj-nav-toggle__icon::after {
		position: absolute;
		top: 6px;
	}

	.syj-nav {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		display: none;
		align-items: stretch;
		flex-direction: column;
		padding: 24px max(20px, calc((100vw - var(--syj-shell)) / 2));
		border-top: 1px solid var(--syj-border);
		border-bottom: 1px solid var(--syj-border);
		background: var(--syj-cream);
		box-shadow: 0 20px 40px rgba(59, 46, 42, 0.08);
	}

	.syj-nav.is-open {
		display: flex;
	}

	.syj-nav__list {
		align-items: stretch;
		flex-direction: column;
		gap: 0;
	}

	.syj-nav__list a {
		display: block;
		padding: 12px 0;
		font-size: 1rem;
	}

	.syj-nav__list a::after {
		display: none;
	}

	.syj-hero__grid,
	.syj-split,
	.syj-local-grid,
	.syj-about-preview {
		grid-template-columns: 1fr;
	}

	.syj-hero__copy {
		max-width: 790px;
	}

	.syj-hero__visual {
		max-width: 620px;
		width: 100%;
		margin-inline: auto;
	}

	.syj-local-grid__intro {
		position: static;
	}

	.syj-route-grid,
	.syj-awards-grid,
	.syj-post-grid {
		grid-template-columns: 1fr 1fr;
	}

	.syj-route-card:last-child {
		grid-column: 1 / -1;
	}

	.syj-calculator__grid {
		grid-template-columns: 1fr;
	}

	.syj-footer__columns {
		grid-template-columns: 1fr 1fr;
	}

	.syj-footer__compliance {
		grid-column: 1 / -1;
	}
}

@media (max-width: 680px) {
	.syj-shell,
	.syj-shell--narrow {
		width: min(calc(100% - 28px), var(--syj-shell));
	}

	.syj-header__utility-inner {
		min-height: 31px;
		justify-content: center;
	}

	.syj-header__utility p {
		display: none;
	}

	.syj-brand__name {
		font-size: 1.35rem;
	}

	.syj-brand__person {
		font-size: 0.6rem;
	}

	.syj-hero {
		padding-top: 48px;
	}

	h1 {
		font-size: clamp(3.15rem, 16vw, 4.6rem);
	}

	h2 {
		font-size: clamp(2.45rem, 12vw, 3.5rem);
	}

	.syj-hero__visual,
	.syj-hero__portrait,
	.syj-hero__portrait-placeholder {
		min-height: 430px;
		height: 430px;
	}

	.syj-hero__signature-card {
		right: 12px;
		bottom: -18px;
		min-width: 200px;
	}

	.syj-section {
		padding-block: 78px;
	}

	.syj-route-grid,
	.syj-awards-grid,
	.syj-post-grid,
	.syj-tool-links,
	.syj-footer__columns {
		grid-template-columns: 1fr;
	}

	.syj-route-card:last-child,
	.syj-footer__compliance {
		grid-column: auto;
	}

	.syj-route-card {
		min-height: 300px;
		padding: 28px;
	}

	.syj-section-heading--inline,
	.syj-footer__cta-inner,
	.syj-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.syj-section-heading--inline {
		display: flex;
	}

	.syj-local-list a {
		grid-template-columns: 36px 1fr;
	}

	.syj-local-list em {
		grid-column: 2;
	}

	.syj-calculator {
		padding: 22px 18px;
		border-radius: 16px;
	}

	.syj-calculator__form {
		grid-template-columns: 1fr;
	}

	.syj-footer__cta-inner {
		padding-block: 55px;
	}

	.syj-footer__bottom {
		display: flex;
	}

	.search-form {
		flex-direction: column;
	}
}

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

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


/* Interior landing pages */

.syj-section--white {
	background: var(--syj-white);
}

.syj-section--sand {
	background: var(--syj-sand);
}

.syj-interior-hero {
	padding: clamp(82px, 9vw, 135px) 0;
}

.syj-interior-hero--cream {
	background: var(--syj-cream);
}

.syj-interior-hero--dark {
	background: var(--syj-espresso);
	color: var(--syj-cream);
}

.syj-interior-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
	align-items: end;
	gap: clamp(50px, 8vw, 130px);
}

.syj-interior-hero h1 {
	margin-bottom: 0;
	font-size: clamp(3.4rem, 7vw, 6.4rem);
}

.syj-interior-hero__aside {
	max-width: 560px;
	justify-self: end;
}

.syj-interior-hero__aside p {
	color: var(--syj-warm-gray);
	font-size: 1.02rem;
}

.syj-interior-hero--dark .syj-interior-hero__aside p {
	color: rgba(250, 246, 242, 0.78);
}

.syj-feature-grid {
	display: grid;
	gap: 18px;
}

.syj-feature-grid--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.syj-feature-card {
	min-height: 280px;
	padding: 28px;
	border: 1px solid var(--syj-border);
	border-radius: var(--syj-radius-sm);
	background: rgba(250, 246, 242, 0.72);
}

.syj-feature-card > span {
	display: inline-block;
	margin-bottom: 48px;
	color: var(--syj-warm-gray);
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.14em;
}

.syj-feature-card h3 {
	font-size: 1.9rem;
}

.syj-feature-card p {
	margin-bottom: 0;
	color: var(--syj-warm-gray);
	font-size: 0.88rem;
}

.syj-feature-grid--dark .syj-feature-card {
	border-color: rgba(250, 246, 242, 0.16);
	background: rgba(250, 246, 242, 0.04);
}

.syj-feature-grid--dark .syj-feature-card > span,
.syj-feature-grid--dark .syj-feature-card p {
	color: rgba(250, 246, 242, 0.7);
}

.syj-process {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid rgba(250, 246, 242, 0.18);
}

.syj-process li {
	display: grid;
	grid-template-columns: 76px 1fr;
	gap: 28px;
	padding: 30px 0;
	border-bottom: 1px solid rgba(250, 246, 242, 0.18);
}

.syj-process li > span {
	color: var(--syj-sand);
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.14em;
}

.syj-process h3 {
	margin-bottom: 6px;
	font-size: 2rem;
}

.syj-process p {
	margin-bottom: 0;
	color: rgba(250, 246, 242, 0.72);
}

.syj-process--light {
	border-color: rgba(59, 46, 42, 0.18);
}

.syj-process--light li {
	border-color: rgba(59, 46, 42, 0.18);
}

.syj-process--light li > span {
	color: var(--syj-warm-gray);
}

.syj-process--light p {
	color: var(--syj-warm-gray);
}

.syj-split__copy--dark p {
	color: var(--syj-warm-gray);
}

.syj-split-card {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
	align-items: center;
	gap: clamp(44px, 8vw, 120px);
}

.syj-button-stack {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 12px;
}

.syj-callout {
	max-width: 980px;
}

.syj-callout h2 {
	max-width: 900px;
}

.syj-callout > p:not(.syj-eyebrow) {
	max-width: 720px;
	color: var(--syj-warm-gray);
	font-size: 1rem;
}

.syj-callout--dark > p:not(.syj-eyebrow) {
	color: rgba(250, 246, 242, 0.76);
}

.syj-small-note {
	font-size: 0.76rem !important;
	line-height: 1.65;
	opacity: 0.8;
}

/* Partner tags */

.syj-tag-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.syj-tag-cloud span {
	padding: 12px 17px;
	border: 1px solid var(--syj-border);
	border-radius: 999px;
	background: var(--syj-cream);
	font-size: 0.78rem;
	font-weight: 500;
}

/* Area hub and guides */

.syj-area-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid var(--syj-border);
	border-left: 1px solid var(--syj-border);
}

.syj-area-card {
	min-height: 320px;
	padding: 34px;
	border-right: 1px solid var(--syj-border);
	border-bottom: 1px solid var(--syj-border);
	background: var(--syj-white);
	text-decoration: none;
	transition: background var(--syj-transition), transform var(--syj-transition);
}

.syj-area-card:hover {
	z-index: 1;
	transform: translateY(-3px);
	background: var(--syj-cream);
	text-decoration: none;
}

.syj-area-card > span {
	color: var(--syj-warm-gray);
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.14em;
}

.syj-area-card h2 {
	margin-top: 54px;
	font-size: clamp(2.25rem, 4vw, 3.5rem);
}

.syj-area-card p {
	max-width: 560px;
	color: var(--syj-warm-gray);
	font-size: 0.9rem;
}

.syj-area-card strong {
	display: inline-block;
	margin-top: 18px;
	font-size: 0.76rem;
}

.syj-check-list {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid rgba(59, 46, 42, 0.18);
}

.syj-check-list li {
	position: relative;
	padding: 19px 0 19px 30px;
	border-bottom: 1px solid rgba(59, 46, 42, 0.18);
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.55rem;
	line-height: 1.2;
}

.syj-check-list li::before {
	position: absolute;
	top: 22px;
	left: 0;
	content: "✓";
	font-family: Poppins, Arial, sans-serif;
	font-size: 0.72rem;
	font-weight: 600;
}

/* About */

.syj-about-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
	align-items: center;
	gap: clamp(45px, 8vw, 110px);
}

.syj-about-hero__copy p:not(.syj-eyebrow) {
	color: var(--syj-warm-gray);
	font-size: 1.05rem;
}

.syj-about-hero__image {
	position: relative;
}

.syj-about-hero__image::before {
	position: absolute;
	top: -16px;
	right: -16px;
	bottom: 16px;
	left: 16px;
	border-radius: 45% 45% 18px 18px;
	background: var(--syj-sand);
	content: "";
}

.syj-about-portrait {
	position: relative;
	z-index: 1;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	object-position: center 25%;
	border-radius: 45% 45% 18px 18px;
	box-shadow: var(--syj-shadow);
}

.syj-about-portrait--placeholder {
	display: grid;
	place-items: center;
	background: linear-gradient(145deg, #efe3d6, var(--syj-sand));
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 2rem;
}

.syj-story-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
	align-items: start;
	gap: clamp(55px, 9vw, 140px);
}

.syj-story-grid__title {
	position: sticky;
	top: 30px;
}

.syj-prose--flush {
	padding-block: 0;
}

/* Resources */

.syj-resource-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.syj-resource-card {
	display: flex;
	min-height: 310px;
	flex-direction: column;
	padding: 28px;
	border: 1px solid var(--syj-border);
	border-radius: var(--syj-radius-sm);
	background: var(--syj-cream);
	text-decoration: none;
	transition: transform var(--syj-transition), background var(--syj-transition);
}

.syj-resource-card:hover {
	transform: translateY(-3px);
	background: var(--syj-white);
	text-decoration: none;
}

.syj-resource-card > span {
	color: var(--syj-warm-gray);
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.syj-resource-card h2 {
	margin-top: 50px;
	font-size: 2rem;
}

.syj-resource-card p {
	color: var(--syj-warm-gray);
	font-size: 0.88rem;
}

.syj-resource-card strong {
	margin-top: auto;
	padding-top: 22px;
	font-size: 0.76rem;
}

/* Contact */

.syj-contact-layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
	align-items: start;
	gap: clamp(45px, 8vw, 110px);
}

.syj-contact-panel {
	position: sticky;
	top: 35px;
	padding: 30px;
	border: 1px solid var(--syj-border);
	border-radius: var(--syj-radius-sm);
	background: var(--syj-cream);
}

.syj-contact-panel h2 {
	font-size: 2.4rem;
}

.syj-contact-panel a {
	font-weight: 600;
	text-decoration: none;
}

.syj-contact-form-wrap {
	max-width: 760px;
}

.syj-form-status {
	margin-bottom: 20px;
	padding: 14px 16px;
	border-radius: 10px;
	font-size: 0.85rem;
}

.syj-form-status--success {
	background: rgba(168, 173, 150, 0.24);
}

.syj-form-status--error {
	background: rgba(185, 122, 101, 0.18);
}

.syj-contact-form {
	display: grid;
	gap: 18px;
}

.syj-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.syj-contact-form label {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.syj-contact-form label > span {
	color: var(--syj-warm-gray);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.035em;
}

.syj-contact-form input,
.syj-contact-form select,
.syj-contact-form textarea {
	width: 100%;
	padding: 12px 13px;
	border: 1px solid var(--syj-border);
	border-radius: 10px;
	background: var(--syj-cream);
	color: var(--syj-espresso);
}

.syj-contact-form input,
.syj-contact-form select {
	min-height: 49px;
}

.syj-contact-form textarea {
	resize: vertical;
}

.syj-checkbox {
	display: grid !important;
	grid-template-columns: auto 1fr;
	align-items: start;
	gap: 10px !important;
}

.syj-checkbox input {
	width: auto;
	min-height: 0;
	margin-top: 4px;
}

.syj-checkbox span {
	font-size: 0.72rem !important;
	line-height: 1.55;
}

.syj-honeypot {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
}

.syj-empty-state {
	max-width: 820px;
	padding: 40px;
	border: 1px dashed var(--syj-border);
	border-radius: var(--syj-radius-sm);
	background: var(--syj-cream);
}

/* Social footer */

.syj-footer__social {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	margin-top: 16px;
}

.syj-footer__social a {
	font-size: 0.76rem;
	font-weight: 600;
	text-decoration: none;
}

/* Responsive additions */

@media (max-width: 980px) {
	.syj-interior-hero__grid,
	.syj-split-card,
	.syj-about-hero,
	.syj-story-grid,
	.syj-contact-layout {
		grid-template-columns: 1fr;
	}

	.syj-interior-hero__aside {
		max-width: 720px;
		justify-self: start;
	}

	.syj-feature-grid--4,
	.syj-feature-grid--3,
	.syj-resource-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.syj-story-grid__title,
	.syj-contact-panel {
		position: static;
	}

	.syj-about-hero__image {
		max-width: 560px;
	}
}

@media (max-width: 680px) {
	.syj-interior-hero {
		padding-block: 68px;
	}

	.syj-feature-grid--4,
	.syj-feature-grid--3,
	.syj-resource-grid,
	.syj-area-grid,
	.syj-form-grid {
		grid-template-columns: 1fr;
	}

	.syj-process li {
		grid-template-columns: 42px 1fr;
		gap: 18px;
	}

	.syj-area-card {
		min-height: 280px;
		padding: 28px;
	}

	.syj-contact-panel {
		padding: 22px;
	}
}


/* Explore / site directory */

.syj-directory {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 54px 70px;
}

.syj-directory section {
	min-width: 0;
}

.syj-directory ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid var(--syj-border);
}

.syj-directory li {
	border-bottom: 1px solid var(--syj-border);
}

.syj-directory li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 17px 2px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 1.45rem;
	text-decoration: none;
	transition: padding var(--syj-transition), background var(--syj-transition);
}

.syj-directory li a:hover {
	padding-left: 8px;
	text-decoration: none;
}

.syj-directory li span {
	font-family: Poppins, Arial, sans-serif;
	font-size: 0.78rem;
}

.syj-search-form {
	max-width: 560px;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

@media (max-width: 680px) {
	.syj-directory {
		grid-template-columns: 1fr;
		gap: 42px;
	}
}


/* Blog author trust block */

.syj-author-card {
	margin-top: 70px;
	padding: 30px;
	border: 1px solid var(--syj-border);
	border-radius: var(--syj-radius-sm);
	background: var(--syj-sand);
}

.syj-author-card h2 {
	margin-bottom: 10px;
	font-size: 2.35rem;
}

.syj-author-card > p:not(.syj-eyebrow) {
	color: var(--syj-warm-gray);
}

.syj-author-card__links {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 24px;
	margin-top: 18px;
}


.syj-contact-panel__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 20px 0 14px;
}

.syj-contact-panel__phone {
	color: var(--syj-warm-gray);
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 0.03em;
}


.syj-404__search {
	max-width: 560px;
	margin-top: 28px;
}


/* Blog discovery */

.syj-blog-tools {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding-top: 42px;
}

.syj-blog-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.syj-blog-categories a {
	padding: 9px 13px;
	border: 1px solid var(--syj-border);
	border-radius: 999px;
	background: var(--syj-white);
	font-size: 0.72rem;
	font-weight: 600;
	text-decoration: none;
}

.syj-blog-categories a:hover {
	background: var(--syj-sand);
	text-decoration: none;
}

.syj-blog-tools .search-form {
	min-width: min(360px, 100%);
}

@media (max-width: 860px) {
	.syj-blog-tools {
		align-items: stretch;
		flex-direction: column;
	}

	.syj-blog-tools .search-form {
		min-width: 0;
		width: 100%;
	}
}


/* September 2026 Visual Refinement */

.syj-hero::before {
	border-color: rgba(239, 190, 183, 0.62);
}

.syj-hero::after {
	border-color: rgba(183, 151, 130, 0.48);
}

.syj-hero__visual::before {
	background: var(--syj-beige);
	opacity: 0.34;
}

.syj-section--awards {
	background: var(--syj-beige);
}

.syj-section--about-preview {
	background: var(--syj-blush);
}

.syj-tag-cloud span {
	background: rgba(239, 190, 183, 0.22);
}

.syj-author-card {
	background: rgba(239, 190, 183, 0.34);
}

.syj-header__main {
	min-height: 128px;
}

.syj-brand {
	flex-basis: 270px;
}

.syj-brand .custom-logo {
	max-width: 235px;
	max-height: 102px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.syj-brand__bundled {
	display: flex;
	align-items: center;
	width: 240px;
	height: 108px;
	overflow: visible;
	text-decoration: none;
}

.syj-brand__bundled-logo {
	display: block;
	width: 220px;
	height: auto;
	max-width: 100%;
	object-fit: contain;
	object-position: center;
	transform: none;
	mix-blend-mode: multiply;
}

.syj-footer__primary-logo {
	width: min(320px, 100%);
	height: auto;
	max-width: 100%;
	margin: 0 0 18px;
	object-fit: contain;
	object-position: center;
	transform: none;
	mix-blend-mode: multiply;
}

.syj-footer__compliance {
	min-width: 0;
}

.syj-footer__brokerage-lockup {
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(100%, 560px);
	margin-top: 22px;
	padding: 22px 26px;
	border-radius: 16px;
	background: var(--syj-espresso);
}

.syj-footer__brokerage-logo {
	width: 100%;
	max-width: 500px;
	max-height: 165px;
	height: auto;
	margin: 0;
	object-fit: contain;
}

@media (max-width: 980px) {
	.syj-header__main {
		min-height: 112px;
	}

	.syj-brand {
		flex-basis: 220px;
	}

	.syj-brand__bundled {
		width: 205px;
		height: 92px;
	}

	.syj-brand__bundled-logo {
		width: 190px;
	}

	.syj-footer__brokerage-lockup {
		width: min(100%, 520px);
	}
}

@media (max-width: 680px) {
	.syj-header__main {
		min-height: 96px;
	}

	.syj-brand__bundled {
		width: 170px;
		height: 78px;
	}

	.syj-brand__bundled-logo {
		width: 158px;
		height: auto;
		transform: none;
	}

	.syj-footer__primary-logo {
		width: 250px;
		margin-bottom: 14px;
	}

	.syj-footer__brokerage-lockup {
		padding: 18px;
	}

	.syj-footer__brokerage-logo {
		max-width: 100%;
	}
}


/* v0.4.1 Logo + Typography Refinement */

.syj-header__main {
	min-height: 118px;
}

.syj-brand {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
}

.syj-brand .custom-logo {
	display: block;
	width: auto;
	height: 96px;
	max-width: none;
	max-height: 96px;
	object-fit: contain;
}

.syj-brand__bundled {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: auto;
	height: 96px;
	overflow: visible;
	text-decoration: none;
}

.syj-brand__bundled-logo {
	display: block;
	width: auto;
	height: 96px;
	max-width: none;
	object-fit: contain;
	object-position: center;
	transform: none;
	mix-blend-mode: normal;
}

.syj-footer__primary-logo {
	display: block;
	width: auto;
	height: 96px;
	max-width: none;
	margin: 0 0 18px;
	object-fit: contain;
	object-position: center;
	transform: none;
	mix-blend-mode: normal;
}

@media (max-width: 980px) {
	.syj-header__main {
		min-height: 104px;
	}

	.syj-brand .custom-logo,
	.syj-brand__bundled,
	.syj-brand__bundled-logo,
	.syj-footer__primary-logo {
		height: 84px;
		max-height: 84px;
	}
}

@media (max-width: 680px) {
	.syj-header__main {
		min-height: 90px;
	}

	.syj-brand .custom-logo,
	.syj-brand__bundled,
	.syj-brand__bundled-logo,
	.syj-footer__primary-logo {
		height: 72px;
		max-height: 72px;
	}
}
