.sh360 {
	--navy: #102a43;
	--navy-deep: #081b2c;
	--blue: #1769aa;
	--orange: #f58220;
	--cream: #f7f4ee;
	--line: #dbe3ea;
	--muted: #60758a;
	--white: #fff;
	color: var(--navy);
	font: 16px/1.55 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	background: #fff;
}

.sh360 *, .sh360 *::before, .sh360 *::after { box-sizing: border-box; }
.sh360 img { display: block; max-width: 100%; }
.sh360 a { color: inherit; text-decoration: none; }
.sh360 button, .sh360 input, .sh360 select { font: inherit; }
.sh360 button { cursor: pointer; }
.sh360 [hidden] { display: none !important; }
.sh360-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.sh360-header {
	position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97);
	border-bottom: 1px solid rgba(16,42,67,.08); backdrop-filter: blur(14px);
}
.sh360-header__inner { min-height: 76px; display: flex; align-items: center; gap: 30px; }
.sh360-brand { display: flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.03em; }
.sh360-brand__mark {
	display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px;
	color: #fff; background: linear-gradient(145deg, var(--orange), #ff9a3d); font-size: 13px;
	box-shadow: 0 8px 20px rgba(245,130,32,.25);
}
.sh360-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; font-size: 14px; font-weight: 650; }
.sh360-nav a:hover { color: var(--orange); }
.sh360-header__actions { display: flex; align-items: center; gap: 12px; }
.sh360-account { font-size: 14px; font-weight: 650; }
.sh360-menu { display: none; border: 0; background: transparent; font-size: 24px; color: var(--navy); }

.sh360-button {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	min-height: 48px; padding: 0 22px; border: 1px solid transparent; border-radius: 10px;
	font-weight: 750; transition: transform .2s, box-shadow .2s, background .2s;
}
.sh360-button:hover { transform: translateY(-1px); }
.sh360-button--orange { color: #fff; background: var(--orange); box-shadow: 0 10px 24px rgba(245,130,32,.22); }
.sh360-button--orange:hover { background: #df6f11; }
.sh360-button--light { color: var(--navy); background: #fff; border-color: var(--line); }
.sh360-button--small { min-height: 40px; padding-inline: 16px; font-size: 14px; }

.sh360-hero {
	position: relative; min-height: 660px; display: grid; align-items: center; isolation: isolate;
	background: url("../images/hero.webp") center/cover no-repeat;
}
.sh360-hero__shade {
	position: absolute; inset: 0; z-index: -1;
	background: linear-gradient(90deg, rgba(5,21,35,.88) 0%, rgba(5,21,35,.58) 52%, rgba(5,21,35,.16) 100%);
}
.sh360-hero__content { padding-block: 92px; }
.sh360-hero__copy { max-width: 690px; color: #fff; }
.sh360-eyebrow { margin: 0 0 12px; color: #ffd2a8; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 800; }
.sh360-eyebrow--dark { color: var(--orange); }
.sh360-hero h1 { max-width: 780px; margin: 0; font-size: clamp(39px, 5vw, 68px); line-height: 1.04; letter-spacing: -.045em; }
.sh360-hero__copy > p:not(.sh360-eyebrow) { max-width: 650px; margin: 22px 0 32px; color: rgba(255,255,255,.85); font-size: 19px; }

.sh360-search {
	max-width: 1080px; margin-top: 36px; padding: 10px; color: var(--navy);
	background: #fff; border-radius: 16px; box-shadow: 0 24px 60px rgba(0,0,0,.25);
}
.sh360-search__tabs { display: flex; gap: 8px; padding: 2px 4px 10px; }
.sh360-search__tabs button { padding: 8px 14px; border: 0; border-radius: 8px; color: var(--muted); background: transparent; font-weight: 750; }
.sh360-search__tabs button.is-active { color: #fff; background: var(--navy); }
.sh360-search__fields { display: grid; grid-template-columns: 2fr 1.05fr 1.05fr auto; border: 1px solid var(--line); border-radius: 11px; }
.sh360-field { min-width: 0; padding: 11px 16px; border-right: 1px solid var(--line); }
.sh360-field label { display: block; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.sh360-field input, .sh360-field select { width: 100%; min-height: 28px; padding: 0; border: 0; outline: 0; color: var(--navy); background: #fff; font-weight: 650; }
.sh360-field--location { position: relative; }
.sh360-search__submit { min-width: 145px; margin: 6px; border: 0; border-radius: 8px; color: #fff; background: var(--orange); font-weight: 800; }
.sh360-search__meta { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 11px 5px 2px; color: var(--muted); font-size: 13px; }
.sh360-search__meta button { border: 0; color: var(--navy); background: transparent; font-weight: 750; }
.sh360-suggestions {
	position: absolute; top: calc(100% + 10px); left: 0; right: 0; z-index: 15; overflow: hidden;
	background: #fff; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 15px 35px rgba(8,27,44,.18);
}
.sh360-suggestions button { display: block; width: 100%; padding: 11px 14px; border: 0; border-bottom: 1px solid #edf1f5; text-align: left; background: #fff; }
.sh360-suggestions button:hover { background: #f7f9fb; }
.sh360-trust { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 24px; color: rgba(255,255,255,.85); font-size: 13px; }
.sh360-trust span::before { content: "✓"; margin-right: 7px; color: #ffad62; font-weight: 900; }

.sh360-section { padding-block: 88px; }
.sh360-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.sh360-heading--compact { margin-bottom: 26px; }
.sh360-heading h2, .sh360-tour h2, .sh360-owner h2, .sh360-agencies h2 { margin: 0; font-size: clamp(31px, 4vw, 48px); line-height: 1.1; letter-spacing: -.035em; }
.sh360-heading p { max-width: 530px; margin: 0; color: var(--muted); }
.sh360-text-link { flex: 0 0 auto; color: var(--blue); font-weight: 800; }

.sh360-tour { background: var(--cream); }
.sh360-tour__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.sh360-tour__copy > p:not(.sh360-eyebrow) { color: var(--muted); font-size: 18px; }
.sh360-tour__copy ul { padding: 0; margin: 28px 0; list-style: none; display: grid; gap: 12px; }
.sh360-tour__copy li::before { content: "✓"; margin-right: 10px; color: var(--orange); font-weight: 900; }
.sh360-tour__media { position: relative; overflow: hidden; min-height: 440px; border-radius: 24px; box-shadow: 0 28px 60px rgba(8,27,44,.18); }
.sh360-tour__media img { width: 100%; height: 100%; min-height: 440px; object-fit: cover; }
.sh360-tour__play {
	position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%);
	width: 104px; height: 104px; border: 7px solid rgba(255,255,255,.35); border-radius: 50%;
	color: #fff; background: rgba(245,130,32,.92); font-size: 20px; font-weight: 900;
}
.sh360-hotspot { position: absolute; width: 17px; height: 17px; border: 4px solid #fff; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 8px rgba(245,130,32,.28); }
.sh360-hotspot--1 { left: 21%; top: 28%; }
.sh360-hotspot--2 { right: 20%; bottom: 23%; }

.sh360-property-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.sh360-card { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; transition: transform .2s, box-shadow .2s; }
.sh360-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(16,42,67,.12); }
.sh360-card__media { position: relative; height: 245px; overflow: hidden; background: #e9eef2; }
.sh360-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.sh360-card:hover .sh360-card__media img { transform: scale(1.03); }
.sh360-card__badge, .sh360-card__tour { position: absolute; top: 14px; padding: 6px 10px; border: 0; border-radius: 6px; font-size: 11px; font-weight: 850; }
.sh360-card__badge { left: 14px; color: #fff; background: var(--navy); }
.sh360-card__tour { left: 14px; top: auto; bottom: 14px; color: #fff; background: var(--orange); }
.sh360-card__favorite { position: absolute; right: 14px; top: 14px; display: grid; place-items: center; width: 38px; height: 38px; border: 0; border-radius: 50%; color: var(--navy); background: rgba(255,255,255,.94); font-size: 23px; }
.sh360-card__favorite.is-active { color: #fff; background: var(--orange); }
.sh360-card__body { padding: 21px; }
.sh360-card__location { margin: 0 0 7px; color: var(--muted); font-size: 13px; }
.sh360-card h3 { min-height: 49px; margin: 0 0 12px; font-size: 19px; line-height: 1.3; }
.sh360-card__specs { display: flex; flex-wrap: wrap; gap: 13px; color: var(--muted); font-size: 13px; }
.sh360-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 18px; padding-top: 16px; border-top: 1px solid #edf1f4; }
.sh360-card__footer strong { font-size: 19px; }
.sh360-card__footer a { color: var(--blue); font-size: 13px; font-weight: 800; }

.sh360-categories { background: #f8fafc; }
.sh360-category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.sh360-category { min-height: 150px; padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.sh360-category span { display: block; margin-bottom: 28px; font-size: 28px; }
.sh360-category b, .sh360-category small { display: block; }
.sh360-category small { margin-top: 5px; color: var(--muted); }
.sh360-category:hover { color: #fff; background: var(--navy); border-color: var(--navy); }
.sh360-city-list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.sh360-city-list a { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: #fff; font-weight: 700; }
.sh360-city-list a > span { color: var(--orange); font-size: 12px; }
.sh360-city-list a b, .sh360-city-list a small { display: block; }
.sh360-city-list a small { color: var(--muted); font-size: 10px; font-weight: 500; }
.sh360-city-list a em { display: none; }
.sh360-city-list a:hover { border-color: var(--orange); color: var(--orange); }

.sh360-owner { color: #fff; background: var(--navy-deep); }
.sh360-owner__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.sh360-owner__copy > p:not(.sh360-eyebrow) { max-width: 610px; color: rgba(255,255,255,.72); font-size: 18px; }
.sh360-owner__benefits { display: grid; gap: 10px; padding: 0; margin: 26px 0; }
.sh360-owner__benefits span { display: block; }
.sh360-owner__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.sh360-owner__phone { color: #fff; font-weight: 800; }
.sh360-lead { padding: 30px; color: var(--navy); background: #fff; border-radius: 18px; box-shadow: 0 24px 50px rgba(0,0,0,.22); }
.sh360-lead__head h3 { margin: 0; font-size: 25px; }
.sh360-lead__head p { margin: 5px 0 20px; color: var(--muted); font-size: 14px; }
.sh360-lead label { display: block; margin-top: 13px; font-size: 13px; font-weight: 750; }
.sh360-lead input, .sh360-lead select { width: 100%; height: 48px; margin-top: 6px; padding: 0 13px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.sh360-lead .sh360-button { width: 100%; margin-top: 18px; }
.sh360-lead__privacy, .sh360-lead__status { color: var(--muted); font-size: 12px; }
.sh360-lead__status { min-height: 19px; font-weight: 750; }
.sh360-honeypot { position: absolute !important; left: -9999px !important; }

.sh360-agencies { background: var(--cream); }
.sh360-agencies__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.sh360-agencies__features { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.sh360-agencies__features article { padding: 22px; border-radius: 14px; background: #fff; border: 1px solid rgba(16,42,67,.1); }
.sh360-agencies__features strong { display: block; margin-bottom: 7px; }
.sh360-agencies__features p { margin: 0; color: var(--muted); font-size: 14px; }
.sh360-agencies__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.sh360-proof { padding-block: 42px; color: #fff; background: var(--orange); }
.sh360-proof .sh360-shell { display: grid; grid-template-columns: repeat(4, 1fr); }
.sh360-proof .sh360-shell > span { text-align: center; border-right: 1px solid rgba(255,255,255,.35); }
.sh360-proof .sh360-shell > span:last-child { border: 0; }
.sh360-proof b { display: block; font-size: 34px; }
.sh360-proof small { display: block; font-size: 13px; }

.sh360-guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.sh360-guide { padding: 28px; border: 1px solid var(--line); border-radius: 14px; }
.sh360-guide time { color: var(--orange); font-size: 12px; font-weight: 800; }
.sh360-guide h3 { margin: 12px 0; font-size: 20px; line-height: 1.35; }
.sh360-guide p { color: var(--muted); }
.sh360-guide a { color: var(--blue); font-weight: 800; }
.sh360-footer { padding: 58px 0 24px; color: rgba(255,255,255,.75); background: var(--navy-deep); }
.sh360-footer__grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 45px; }
.sh360-footer h4 { margin: 0 0 15px; color: #fff; }
.sh360-footer a { display: block; margin: 8px 0; }
.sh360-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }

.sh360-filter { position: fixed; inset: 0; z-index: 100; background: rgba(5,21,35,.58); }
.sh360-filter__panel { position: absolute; right: 0; top: 0; width: min(470px, 100%); height: 100%; padding: 28px; overflow: auto; background: #fff; box-shadow: -20px 0 60px rgba(0,0,0,.25); }
.sh360-filter header, .sh360-filter footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.sh360-filter header h2 { margin: 2px 0 0; }
.sh360-filter header button, .sh360-modal__box > button { width: 42px; height: 42px; border: 0; border-radius: 50%; font-size: 25px; background: #edf2f6; }
.sh360-filter__body { margin-block: 35px; }
.sh360-filter fieldset { margin: 0 0 28px; padding: 0; border: 0; }
.sh360-filter legend { margin-bottom: 12px; font-weight: 800; }
.sh360-filter label { display: block; margin: 10px 0; }
.sh360-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.sh360-chips button { min-width: 48px; height: 40px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.sh360-chips button.is-active { color: #fff; background: var(--navy); border-color: var(--navy); }

.sh360-modal { position: fixed; inset: 0; z-index: 110; display: grid; place-items: center; padding: 25px; background: rgba(3,13,22,.86); }
.sh360-modal__box { position: relative; width: min(1100px, 100%); }
.sh360-modal__box > button { position: absolute; right: -12px; top: -55px; color: #fff; background: rgba(255,255,255,.15); }
.sh360-modal__content { overflow: hidden; aspect-ratio: 16/9; border-radius: 16px; background: #071725; }
.sh360-modal__content iframe { width: 100%; height: 100%; border: 0; }
.sh360-modal__content .sh360-modal-demo { height: 100%; display: grid; place-items: center; padding: 40px; color: #fff; text-align: center; background: linear-gradient(135deg, rgba(8,27,44,.35), rgba(8,27,44,.8)), url("../images/interior-360.webp") center/cover; }
.sh360-mobile-actions { display: none; }

@media (max-width: 980px) {
	.sh360-nav { position: absolute; left: 20px; right: 20px; top: 68px; display: none; padding: 18px; flex-direction: column; align-items: stretch; background: #fff; border-radius: 12px; box-shadow: 0 16px 40px rgba(8,27,44,.18); }
	.sh360-nav.is-open { display: flex; }
	.sh360-menu { display: block; }
	.sh360-account { display: none; }
	.sh360-header__actions { margin-left: auto; }
	.sh360-search__fields { grid-template-columns: 1.6fr 1fr; }
	.sh360-field:nth-child(2) { border-right: 0; }
	.sh360-field:nth-child(3) { border-top: 1px solid var(--line); }
	.sh360-search__submit { min-height: 50px; }
	.sh360-tour__grid, .sh360-owner__grid, .sh360-agencies__grid { grid-template-columns: 1fr; gap: 40px; }
	.sh360-property-grid, .sh360-guide-grid { grid-template-columns: repeat(2, 1fr); }
	.sh360-category-grid { grid-template-columns: repeat(3, 1fr); }
	.sh360-city-list { grid-template-columns: repeat(2, 1fr); }
	.sh360-footer__grid { grid-template-columns: 1.5fr 1fr 1fr; }
}

@media (max-width: 680px) {
	.sh360-shell { width: min(100% - 28px, 1180px); }
	.sh360-header__inner { min-height: 66px; }
	.sh360-brand__mark { width: 36px; height: 36px; }
	.sh360-header__actions .sh360-button { display: none; }
	.sh360-hero { min-height: auto; }
	.sh360-hero__content { padding-block: 68px 55px; }
	.sh360-hero h1 { font-size: 39px; }
	.sh360-hero__copy > p:not(.sh360-eyebrow) { font-size: 16px; }
	.sh360-search { padding: 8px; }
	.sh360-search__fields { display: block; }
	.sh360-field { border: 0; border-bottom: 1px solid var(--line); }
	.sh360-search__submit { width: calc(100% - 12px); margin: 6px; }
	.sh360-search__meta { align-items: flex-start; flex-direction: column; }
	.sh360-trust { gap: 9px 18px; }
	.sh360-section { padding-block: 62px; }
	.sh360-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
	.sh360-tour__media, .sh360-tour__media img { min-height: 330px; }
	.sh360-property-grid, .sh360-guide-grid, .sh360-category-grid, .sh360-agencies__features { grid-template-columns: 1fr; }
	.sh360-city-list { grid-template-columns: 1fr; }
	.sh360-category { min-height: 125px; }
	.sh360-owner__grid, .sh360-agencies__grid { gap: 30px; }
	.sh360-lead { padding: 22px; }
	.sh360-proof .sh360-shell { gap: 18px; }
	.sh360-proof b { font-size: 25px; }
	.sh360-footer__grid { grid-template-columns: 1fr 1fr; }
	.sh360-footer__grid > div:first-child { grid-column: 1 / -1; }
	.sh360-footer__bottom { flex-direction: column; }
	.sh360-mobile-actions {
		position: sticky; bottom: 0; z-index: 45; display: grid; grid-template-columns: repeat(3, 1fr);
		padding: 8px; background: #fff; border-top: 1px solid var(--line);
	}
	.sh360-mobile-actions a { padding: 11px; text-align: center; font-weight: 800; }
	.sh360-mobile-actions a:last-child { color: #fff; background: var(--orange); border-radius: 8px; }
}

@media (prefers-reduced-motion: reduce) {
	.sh360 *, .sh360 *::before, .sh360 *::after { scroll-behavior: auto !important; transition: none !important; }
}
