.sfop-full-page-body {
	margin: 0;
	background: #f7f8fb;
}

.sfop-page-shell,
.sfop-page-shell > .sfop-app {
	min-height: 100vh;
}

.sfop-app {
	--sfop-page: #f7f8fb;
	--sfop-surface: #ffffff;
	--sfop-text: #182033;
	--sfop-muted: #697386;
	--sfop-line: #e3e7ef;
	--sfop-soft: #edf3ff;
	--sfop-coral: #f34f58;
	--sfop-shadow: rgba(27, 39, 67, 0.09);
	width: 100%;
	box-sizing: border-box;
	color: var(--sfop-text);
	background: var(--sfop-page);
	font-family: Pretendard, "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.55;
	font-weight: 400;
}

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

.sfop-app button,
.sfop-app input {
	font: inherit;
}

.sfop-app button,
.sfop-app a,
.sfop-app summary,
.sfop-app label {
	-webkit-tap-highlight-color: transparent;
}

.sfop-site-header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 17px max(20px, calc((100% - 1000px) / 2));
	background: var(--sfop-surface);
	border-bottom: 1px solid var(--sfop-line);
}

.sfop-brand {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--sfop-text);
	font-weight: 700;
	text-decoration: none;
}

.sfop-brand-mark {
	display: inline-grid;
	place-items: center;
	width: 36px;
	height: 36px;
	color: #ffffff;
	background: var(--sfop-accent);
	border-radius: 11px;
}

.sfop-header-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 18px;
}

.sfop-header-nav a,
.sfop-header-nav button {
	color: var(--sfop-muted);
	background: transparent;
	border: 0;
	font: inherit;
	text-decoration: none;
	cursor: pointer;
}

.sfop-header-nav .sfop-promo-link {
	padding: 7px 11px;
	color: var(--sfop-accent);
	background: var(--sfop-soft);
	border-radius: 999px;
	font-weight: 700;
}

.sfop-share-status {
	position: absolute;
	right: max(20px, calc((100% - 1000px) / 2));
	bottom: -42px;
	z-index: 20;
	padding: 8px 11px;
	color: #ffffff;
	background: var(--sfop-text);
	border-radius: 8px;
	box-shadow: 0 8px 20px var(--sfop-shadow);
}

.sfop-share-status:empty {
	display: none;
}

.sfop-hero {
	padding: 72px max(20px, calc((100% - 1000px) / 2)) 40px;
	background:
		radial-gradient(circle at 88% 4%, rgba(60, 117, 255, 0.20), transparent 34%),
		linear-gradient(145deg, var(--sfop-surface), var(--sfop-soft));
}

.sfop-kicker,
.sfop-step {
	margin: 0 0 7px;
	color: var(--sfop-accent);
	font-size: 14px;
	font-weight: 700;
}

.sfop-hero h1 {
	margin: 0 0 8px;
	font-size: clamp(32px, 5vw, 52px);
	line-height: 1.2;
	letter-spacing: -0.035em;
}

.sfop-lead {
	margin: 0 0 26px;
	color: var(--sfop-muted);
}

.sfop-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
	padding: 8px;
	background: var(--sfop-surface);
	border: 1px solid var(--sfop-line);
	border-radius: 17px;
	box-shadow: 0 12px 32px var(--sfop-shadow);
}

.sfop-search-field {
	display: flex;
	align-items: center;
	gap: 11px;
	min-width: 0;
	padding: 0 12px;
	color: var(--sfop-muted);
}

.sfop-search-icon {
	position: relative;
	flex: 0 0 17px;
	width: 17px;
	height: 17px;
	border: 2px solid currentColor;
	border-radius: 50%;
}

.sfop-search-icon::after {
	content: "";
	position: absolute;
	right: -5px;
	bottom: -3px;
	width: 7px;
	height: 2px;
	background: currentColor;
	transform: rotate(45deg);
	border-radius: 2px;
}

.sfop-search-field input {
	width: 100%;
	min-width: 0;
	padding: 13px 0;
	color: var(--sfop-text);
	background: transparent;
	border: 0;
	outline-offset: 5px;
}

.sfop-primary,
.sfop-apply,
.sfop-book {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	background: var(--sfop-accent);
	border: 0;
	border-radius: 11px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}

.sfop-primary {
	padding: 0 25px;
}

.sfop-primary:hover,
.sfop-apply:hover,
.sfop-book:hover {
	color: #ffffff;
	filter: brightness(0.94);
}

.sfop-regions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 15px;
	color: var(--sfop-muted);
	font-size: 14px;
}

.sfop-regions button,
.sfop-text-action {
	padding: 5px 2px;
	color: var(--sfop-accent);
	background: transparent;
	border: 0;
	cursor: pointer;
}

.sfop-section {
	padding: 34px max(20px, calc((100% - 1000px) / 2)) 0;
}

.sfop-section h2 {
	margin: 0;
	font-size: clamp(23px, 3vw, 30px);
	line-height: 1.3;
	letter-spacing: -0.025em;
}

.sfop-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 16px;
}

.sfop-purpose-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 9px;
}

.sfop-purpose-grid button {
	min-height: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 11px 7px;
	color: var(--sfop-text);
	background: var(--sfop-surface);
	border: 1px solid var(--sfop-line);
	border-radius: 14px;
	cursor: pointer;
}

.sfop-purpose-symbol {
	position: relative;
	display: block;
	width: 21px;
	height: 21px;
	border: 2px solid var(--sfop-accent);
	border-radius: 50%;
}

.sfop-purpose-symbol::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -5px;
	width: 13px;
	height: 7px;
	border: 2px solid var(--sfop-accent);
	border-top: 0;
	border-radius: 0 0 10px 10px;
	transform: translateX(-50%);
}

.sfop-purpose-grid button[aria-pressed="true"],
.sfop-types button[aria-pressed="true"] {
	color: var(--sfop-accent);
	background: var(--sfop-soft);
	border-color: var(--sfop-accent);
}

.sfop-purpose-limit {
	margin: 10px 0 0;
	color: var(--sfop-muted);
	font-size: 13px;
}

.sfop-purpose-limit.is-warning {
	color: var(--sfop-coral);
	font-weight: 700;
}

.sfop-type-heading {
	margin-bottom: 15px;
}

.sfop-types {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.sfop-types button {
	padding: 10px 16px;
	color: var(--sfop-text);
	background: var(--sfop-surface);
	border: 1px solid var(--sfop-line);
	border-radius: 999px;
	cursor: pointer;
}

.sfop-filter-panel {
	margin-top: 17px;
	overflow: hidden;
	background: var(--sfop-surface);
	border: 1px solid var(--sfop-line);
	border-radius: 16px;
}

.sfop-filter-panel > summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	padding: 16px 18px;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
}

.sfop-filter-panel > summary::-webkit-details-marker {
	display: none;
}

.sfop-filter-panel > summary > span:first-child {
	display: inline-flex;
	align-items: center;
	gap: 9px;
}

.sfop-filter-panel > summary > span:last-child {
	color: var(--sfop-accent);
}

.sfop-filter-icon {
	display: inline-block;
	width: 17px;
	height: 12px;
	background:
		linear-gradient(var(--sfop-text), var(--sfop-text)) 0 1px / 17px 1px no-repeat,
		linear-gradient(var(--sfop-text), var(--sfop-text)) 0 6px / 17px 1px no-repeat,
		linear-gradient(var(--sfop-text), var(--sfop-text)) 0 11px / 17px 1px no-repeat;
}

.sfop-filter-groups {
	padding: 4px 18px 18px;
	border-top: 1px solid var(--sfop-line);
}

.sfop-filter-groups fieldset {
	margin: 0;
	padding: 18px 0;
	border: 0;
	border-bottom: 1px solid var(--sfop-line);
}

.sfop-filter-groups legend {
	margin-bottom: 11px;
	font-weight: 700;
}

.sfop-check-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px 16px;
}

.sfop-check-grid label {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 35px;
	color: var(--sfop-muted);
	cursor: pointer;
}

.sfop-check-grid input {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: var(--sfop-accent);
}

.sfop-subfilter {
	border-bottom: 1px solid var(--sfop-line);
}

.sfop-subfilter summary {
	padding: 16px 0;
	font-weight: 700;
	cursor: pointer;
}

.sfop-subfilter .sfop-check-grid {
	padding-bottom: 18px;
}

.sfop-apply {
	width: 100%;
	min-height: 49px;
	margin-top: 18px;
}

.sfop-results {
	padding-bottom: 40px;
}

.sfop-results-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 16px;
}

.sfop-results-heading h2 {
	margin-bottom: 6px;
}

.sfop-results-heading p:last-child {
	margin: 0;
	color: var(--sfop-muted);
}

.sfop-active-filters {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 6px;
}

.sfop-active-filters span {
	padding: 6px 9px;
	color: var(--sfop-accent);
	background: var(--sfop-soft);
	border-radius: 999px;
	font-size: 13px;
}

.sfop-list {
	display: grid;
	gap: 14px;
}

.sfop-property {
	display: grid;
	grid-template-columns: minmax(260px, 0.72fr) 1.35fr;
	min-height: 235px;
	overflow: hidden;
	background: var(--sfop-surface);
	border: 1px solid var(--sfop-line);
	border-radius: 18px;
	box-shadow: 0 7px 22px var(--sfop-shadow);
}

.sfop-property[hidden] {
	display: none;
}

.sfop-photo {
	position: relative;
	isolation: isolate;
	min-height: 235px;
	display: flex;
	align-items: flex-end;
	padding: 14px;
	overflow: hidden;
}

.sfop-photo-image {
	position: absolute;
	inset: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sfop-photo::before,
.sfop-photo::after {
	content: "";
	position: absolute;
	z-index: -1;
}

.sfop-photo::before {
	inset: 44% 0 0;
	background: linear-gradient(180deg, transparent, rgba(14, 25, 43, 0.68));
}

.sfop-photo:not(.has-image)::after {
	left: 17%;
	bottom: 25%;
	width: 48%;
	height: 26%;
	border-radius: 8px 8px 2px 2px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 42px -30px 0 -15px rgba(255, 255, 255, 0.65);
}

.sfop-photo-ocean { background: linear-gradient(155deg, #90cdee 0 46%, #2e88ca 47% 68%, #d5bd91 69%); }
.sfop-photo-pool { background: linear-gradient(150deg, #a3ddca 0 42%, #3e9fcd 43% 71%, #e6d4ad 72%); }
.sfop-photo-forest { background: linear-gradient(150deg, #64977a 0 47%, #294f3d 48% 69%, #baa77e 70%); }
.sfop-photo-camp { background: linear-gradient(150deg, #4f7c67 0 48%, #203e32 49% 70%, #a47c4e 71%); }
.sfop-photo-city { background: linear-gradient(150deg, #8bb8d8 0 45%, #445b79 46% 71%, #9aa5b5 72%); }
.sfop-photo-hanok { background: linear-gradient(150deg, #d8c09d 0 44%, #785f47 45% 70%, #c5a878 71%); }

.sfop-photo > span {
	padding: 6px 9px;
	color: #ffffff;
	background: rgba(8, 18, 34, 0.66);
	border-radius: 8px;
	font-size: 13px;
	font-weight: 700;
}

.sfop-property-info {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 19px 21px;
}

.sfop-card-type {
	color: var(--sfop-accent);
	font-size: 14px;
	font-weight: 800;
}

.sfop-property h3 {
	margin: 5px 0 7px;
	font-size: 23px;
	line-height: 1.3;
	font-weight: 800;
}

.sfop-address {
	display: flex;
	align-items: flex-start;
	gap: 5px;
	margin-bottom: 12px;
	color: var(--sfop-muted);
	font-size: 14px;
}

.sfop-address .dashicons {
	flex: 0 0 17px;
	width: 17px;
	height: 17px;
	font-size: 17px;
	line-height: 17px;
}

.sfop-review-box {
	display: block;
	width: 100%;
	margin: 2px 0 15px;
	padding: 14px 15px;
	color: var(--sfop-text);
	background: var(--sfop-surface);
	border: 1px solid var(--sfop-line);
	border-radius: 14px;
	text-decoration: none;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.sfop-review-box:not(.is-static):hover {
	color: var(--sfop-text);
	border-color: var(--sfop-accent);
	box-shadow: 0 8px 20px var(--sfop-shadow);
	transform: translateY(-1px);
}

.sfop-review-head {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 10px;
}

.sfop-review-head strong {
	font-weight: 800;
}

.sfop-review-score {
	display: inline-flex;
	align-items: center;
	padding: 3px 8px;
	color: #141414;
	background: #ffbd35;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 800;
}

.sfop-review-arrow {
	color: var(--sfop-muted);
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
}

.sfop-review-box p {
	display: -webkit-box;
	overflow: hidden;
	margin: 0;
	color: var(--sfop-text);
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.sfop-facilities {
	margin: 0 0 15px;
	padding: 14px 15px;
	background: var(--sfop-surface);
	border: 1px solid var(--sfop-line);
	border-radius: 14px;
}

.sfop-facilities h4 {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0 0 12px;
	font-size: 16px;
	font-weight: 800;
}

.sfop-facilities h4 span {
	color: var(--sfop-muted);
	font-size: 21px;
	line-height: 1;
}

.sfop-facility-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px 12px;
}

.sfop-facility-grid > span {
	display: flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
	color: var(--sfop-text);
	font-size: 14px;
}

.sfop-facility-grid .dashicons {
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
}

.sfop-book {
	align-self: flex-end;
	margin-top: auto;
	padding: 11px 16px;
}

.sfop-book.is-disabled {
	color: var(--sfop-muted);
	background: var(--sfop-line);
	cursor: not-allowed;
}

.sfop-empty {
	padding: 48px 20px;
	text-align: center;
	color: var(--sfop-muted);
}

.sfop-empty h3 {
	margin-bottom: 6px;
	color: var(--sfop-text);
}

.sfop-empty p {
	margin-top: 0;
}

.sfop-empty-icon {
	position: relative;
	display: inline-block;
	width: 36px;
	height: 36px;
	border: 3px solid currentColor;
	border-radius: 50%;
}

.sfop-empty-icon::after {
	content: "";
	position: absolute;
	right: -10px;
	bottom: -4px;
	width: 15px;
	height: 3px;
	background: currentColor;
	transform: rotate(45deg);
}

.sfop-empty button {
	padding: 10px 14px;
	color: var(--sfop-accent);
	background: transparent;
	border: 1px solid var(--sfop-accent);
	border-radius: 10px;
	cursor: pointer;
}

.sfop-notice {
	margin: 0 max(20px, calc((100% - 1000px) / 2)) 30px;
	padding: 14px 16px;
	color: var(--sfop-accent);
	background: var(--sfop-soft);
	border-radius: 12px;
}

.sfop-footer {
	padding: 38px max(20px, calc((100% - 1000px) / 2)) 28px;
	color: var(--sfop-muted);
	background: var(--sfop-surface);
	border-top: 1px solid var(--sfop-line);
}

.sfop-footer-menus {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
	padding-bottom: 34px;
}

.sfop-footer-menus h3 {
	margin: 0 0 12px;
	color: var(--sfop-text);
	font-size: 16px;
	font-weight: 800;
}

.sfop-footer-menus a {
	color: var(--sfop-muted);
	text-decoration: none;
}

.sfop-footer-menus a:hover {
	color: var(--sfop-accent);
}

.sfop-footer-bottom {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	padding-top: 24px;
	border-top: 1px solid var(--sfop-line);
}

.sfop-footer-bottom strong {
	color: var(--sfop-text);
}

.sfop-footer-bottom p {
	margin: 6px 0 0;
	font-size: 13px;
}

.sfop-social-links {
	display: flex;
	align-items: center;
	gap: 9px;
}

.sfop-social-links a {
	position: relative;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	color: var(--sfop-muted);
	background: var(--sfop-page);
	border-radius: 50%;
	text-decoration: none;
}

.sfop-social-links a:hover {
	color: var(--sfop-accent);
}

.sfop-social-links a > span,
.sfop-social-links a > span::before,
.sfop-social-links a > span::after {
	box-sizing: border-box;
}

.sfop-social-instagram > span {
	position: relative;
	width: 19px;
	height: 19px;
	border: 2px solid currentColor;
	border-radius: 6px;
}

.sfop-social-instagram > span::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 7px;
	height: 7px;
	border: 2px solid currentColor;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.sfop-social-instagram > span::after {
	content: "";
	position: absolute;
	right: 2px;
	top: 2px;
	width: 3px;
	height: 3px;
	background: currentColor;
	border-radius: 50%;
}

.sfop-social-youtube > span {
	position: relative;
	width: 22px;
	height: 15px;
	background: currentColor;
	border-radius: 5px;
}

.sfop-social-youtube > span::after {
	content: "";
	position: absolute;
	left: 9px;
	top: 4px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid var(--sfop-surface);
}

.sfop-social-threads > span::before {
	content: "@";
	font-size: 22px;
	font-weight: 800;
}

.sfop-social-blog > span::before {
	content: "B";
	font-size: 18px;
	font-weight: 800;
}

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

@media (max-width: 820px) {
	.sfop-purpose-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.sfop-check-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.sfop-header-nav { gap: 11px; }
}

@media (max-width: 620px) {
	.sfop-site-header { flex-wrap: wrap; padding: 14px 18px; }
	.sfop-header-nav { width: 100%; justify-content: flex-start; overflow-x: auto; padding-bottom: 2px; }
	.sfop-header-nav a,
	.sfop-header-nav button { flex: 0 0 auto; }
	.sfop-share-status { right: 18px; bottom: -40px; }
	.sfop-hero { padding: 42px 18px 34px; }
	.sfop-section { padding-left: 18px; padding-right: 18px; }
	.sfop-search { grid-template-columns: 1fr; }
	.sfop-primary { min-height: 49px; }
	.sfop-purpose-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.sfop-section-heading,
	.sfop-results-heading { align-items: flex-start; flex-direction: column; }
	.sfop-active-filters { justify-content: flex-start; }
	.sfop-check-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.sfop-property { grid-template-columns: 1fr; }
	.sfop-photo { min-height: 195px; }
	.sfop-facility-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.sfop-book { width: 100%; min-height: 47px; }
	.sfop-notice { margin-left: 18px; margin-right: 18px; }
	.sfop-footer { padding: 32px 18px 24px; }
	.sfop-footer-menus { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.sfop-footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 380px) {
	.sfop-header-link { display: none; }
	.sfop-purpose-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.sfop-check-grid { grid-template-columns: 1fr; }
	.sfop-footer-menus { grid-template-columns: 1fr; }
}

@media (prefers-color-scheme: dark) {
	.sfop-full-page-body { background: #0f131a; }
	.sfop-app {
		--sfop-page: #0f131a;
		--sfop-surface: #191f29;
		--sfop-text: #f3f6fb;
		--sfop-muted: #aab4c4;
		--sfop-line: #303847;
		--sfop-soft: #1b2948;
		--sfop-coral: #ff7d83;
		--sfop-shadow: rgba(0, 0, 0, 0.28);
	}
}
