.shadan-restoration-page {
	--rest-bg: #f5f8fa;
	--rest-card: #ffffff;
	--rest-ink: #25343f;
	--rest-muted: #657784;
	--rest-blue: #9fb2c6;
	--rest-blue-dark: #58758d;
	--rest-line: rgba(37, 52, 63, 0.1);
	background: linear-gradient(180deg, #f9fbfc 0%, #edf3f6 100%);
	color: var(--rest-ink);
}

.shadan-restoration-page * { box-sizing: border-box; }
.shadan-restoration-shell { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }

.shadan-restoration-nav {
	position: sticky;
	top: 0;
	z-index: 40;
	padding: 12px 0;
	background: rgba(245, 248, 250, .88);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-bottom: 1px solid var(--rest-line);
}
.shadan-restoration-nav__inner { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.shadan-restoration-nav__inner a {
	padding: 9px 15px;
	border-radius: 999px;
	background: rgba(255,255,255,.88);
	border: 1px solid var(--rest-line);
	color: var(--rest-ink);
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	transition: transform .22s ease, box-shadow .22s ease;
}
.shadan-restoration-nav__inner a:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(37,52,63,.1); }

.shadan-restoration-hero { padding: clamp(34px, 5vw, 72px) 0 40px; overflow: clip; }
.shadan-restoration-hero__grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.shadan-restoration-kicker,
.shadan-restoration-label {
	display: inline-flex;
	align-items: center;
	padding: 8px 13px;
	border-radius: 999px;
	background: rgba(159, 178, 198, .2);
	color: #4d6b82;
	font-size: 13px;
	font-weight: 800;
}
.shadan-restoration-hero__content h1 {
	margin: 18px 0 8px;
	font-size: clamp(44px, 6vw, 78px);
	line-height: 1.02;
	font-weight: 900;
	letter-spacing: -.035em;
}
.shadan-restoration-hero__content h2 {
	margin: 0 0 18px;
	font-size: clamp(22px, 2.5vw, 34px);
	line-height: 1.45;
	font-weight: 800;
	color: var(--rest-blue-dark);
}
.shadan-restoration-hero__content > p,
.shadan-restoration-section p,
.shadan-restoration-section-head p {
	margin: 0;
	font-size: 16px;
	line-height: 2;
	color: var(--rest-muted);
}
.shadan-restoration-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.shadan-restoration-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 22px;
	border-radius: 16px;
	font-weight: 800;
	text-decoration: none;
	transition: transform .22s ease, box-shadow .22s ease;
}
.shadan-restoration-button:hover { transform: translateY(-2px); }
.shadan-restoration-button.is-primary { background: var(--rest-ink); color: #fff; box-shadow: 0 18px 32px rgba(37,52,63,.2); }
.shadan-restoration-button.is-secondary { background: rgba(255,255,255,.9); border: 1px solid var(--rest-line); color: var(--rest-ink); }
.shadan-restoration-hero__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 24px; }
.shadan-restoration-hero__facts span { padding: 14px; border-radius: 20px; background: rgba(255,255,255,.86); border: 1px solid var(--rest-line); }
.shadan-restoration-hero__facts strong { display: block; font-size: 14px; margin-bottom: 5px; }
.shadan-restoration-hero__facts small { display: block; font-size: 11px; line-height: 1.8; color: var(--rest-muted); }
.shadan-restoration-hero__visual { position: relative; margin: 0; border-radius: 36px; overflow: hidden; box-shadow: 0 28px 70px rgba(37,52,63,.16); }
.shadan-restoration-hero__visual img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.shadan-restoration-hero__visual figcaption {
	position: absolute;
	right: 18px;
	bottom: 18px;
	left: 18px;
	padding: 14px 18px;
	border-radius: 18px;
	background: rgba(245,248,250,.9);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	font-size: 14px;
	font-weight: 800;
}

.shadan-restoration-gallery-section { padding: 30px 0 76px; background: transparent; }
.shadan-restoration-section-head { max-width: 760px; margin: 0 auto 22px; text-align: center; }
.shadan-restoration-section-head h2,
.shadan-restoration-section h2 {
	margin: 14px 0 12px;
	font-size: clamp(30px, 4vw, 50px);
	line-height: 1.28;
	font-weight: 900;
	letter-spacing: -.025em;
}
.shadan-restoration-spin {
	position: relative;
	width: 100%;
	height: var(--restoration-spin-height, 620px);
	min-height: 380px;
	overflow: hidden;
	background: transparent !important;
	perspective: 1200px;
	touch-action: pan-y;
	outline: none;
}
.shadan-restoration-spin__orbit {
	position: absolute;
	inset: 0;
	transform-style: preserve-3d;
	background: transparent !important;
}
.shadan-restoration-spin__item {
	position: absolute;
	margin: 0;
	overflow: hidden;
	box-shadow: 0 14px 34px rgba(37,52,63,.22), 0 4px 12px rgba(37,52,63,.1);
	will-change: left, top, transform;
	pointer-events: auto;
	cursor: zoom-in;
	background: transparent;
}
.shadan-restoration-spin__item img { width: 100%; height: 100%; display: block; object-fit: cover; }
.shadan-restoration-spin__hint {
	position: absolute;
	right: 50%;
	bottom: 8px;
	transform: translateX(50%);
	padding: 8px 13px;
	border-radius: 999px;
	background: rgba(255,255,255,.74);
	border: 1px solid var(--rest-line);
	font-size: 12px;
	color: var(--rest-muted);
}

.shadan-restoration-section { padding: clamp(64px, 8vw, 96px) 0; }
.shadan-restoration-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 62px); align-items: center; }
.shadan-restoration-two-col.is-reverse > :first-child { order: 2; }
.shadan-restoration-two-col.is-reverse > :last-child { order: 1; }
.shadan-restoration-symptoms { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.shadan-restoration-symptoms span { padding: 10px 14px; border-radius: 999px; background: #fff; border: 1px solid var(--rest-line); font-size: 13px; font-weight: 700; }
.shadan-restoration-diagnostic,
.shadan-restoration-alert,
.shadan-restoration-material-stack article,
.shadan-restoration-type-grid article,
.shadan-restoration-process-grid article {
	background: rgba(255,255,255,.92);
	border: 1px solid var(--rest-line);
	box-shadow: 0 20px 48px rgba(37,52,63,.1);
}
.shadan-restoration-diagnostic { padding: 28px; border-radius: 30px; }
.shadan-restoration-diagnostic > strong { display: block; font-size: 24px; margin-bottom: 12px; }
.shadan-restoration-diagnostic > div { display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 10px; margin-top: 22px; font-size: 12px; font-weight: 700; }
.shadan-restoration-diagnostic i { height: 5px; border-radius: 99px; background: linear-gradient(90deg, #d9e2e8, #9fb2c6); }

.shadan-restoration-type-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 26px; }
.shadan-restoration-type-grid article { padding: 24px; border-radius: 28px; }
.shadan-restoration-type-grid article > span,
.shadan-restoration-process-grid article > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 15px; background: rgba(159,178,198,.22); color: var(--rest-blue-dark); font-weight: 900; }
.shadan-restoration-type-grid h3,
.shadan-restoration-process-grid h3 { margin: 18px 0 9px; font-size: 20px; }
.shadan-restoration-type-grid p,
.shadan-restoration-process-grid p { font-size: 14px; }

.shadan-restoration-material-stack { display: grid; gap: 14px; }
.shadan-restoration-material-stack article { padding: 20px 22px; border-radius: 24px; }
.shadan-restoration-material-stack strong { display: block; font-size: 18px; margin-bottom: 8px; }
.shadan-restoration-material-stack small { display: block; color: var(--rest-muted); line-height: 1.9; }
.shadan-restoration-check-list { margin: 22px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.shadan-restoration-check-list li { position: relative; padding-right: 24px; line-height: 1.9; color: var(--rest-muted); }
.shadan-restoration-check-list li::before { content: ""; position: absolute; right: 0; top: .75em; width: 9px; height: 9px; border-radius: 50%; background: var(--rest-blue); }

.shadan-restoration-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 26px; }
.shadan-restoration-process-grid article { padding: 24px; border-radius: 28px; }
.shadan-restoration-alert { padding: 30px; border-radius: 30px; }
.shadan-restoration-alert h3 { margin: 0 0 12px; font-size: 25px; }
.shadan-restoration-alert a { display: inline-flex; margin-top: 16px; padding: 11px 16px; border-radius: 14px; background: var(--rest-ink); color: #fff; text-decoration: none; font-weight: 800; }

.shadan-restoration-faq-grid,
.shadan-restoration-consultation-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items: start; }
.shadan-restoration-faq-list { display: grid; gap: 12px; }
.shadan-restoration-faq-list details { background: rgba(255,255,255,.94); border: 1px solid var(--rest-line); border-radius: 24px; overflow: hidden; box-shadow: 0 16px 36px rgba(37,52,63,.08); }
.shadan-restoration-faq-list summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 14px; padding: 18px 20px; font-weight: 800; }
.shadan-restoration-faq-list summary::-webkit-details-marker { display: none; }
.shadan-restoration-faq-list summary span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: rgba(159,178,198,.2); }
.shadan-restoration-faq-list details p { padding: 0 20px 18px; font-size: 14px; }

.shadan-restoration-section--consultation { background: linear-gradient(135deg, #25343f 0%, #405866 100%); color: #fff; border-radius: 46px 46px 0 0; }
.shadan-restoration-section--consultation p,
.shadan-restoration-phone span { color: rgba(255,255,255,.75); }
.shadan-restoration-label.is-light { background: rgba(255,255,255,.13); color: #fff; }
.shadan-restoration-phone { display: inline-flex; flex-direction: column; gap: 5px; margin-top: 18px; }
.shadan-restoration-phone a { color: #fff; text-decoration: none; font-size: 28px; font-weight: 900; }
.shadan-restoration-form-card { padding: 24px; border-radius: 30px; background: rgba(255,255,255,.97); color: var(--rest-ink); box-shadow: 0 28px 60px rgba(0,0,0,.16); }
.shadan-restoration-form-card form { display: grid; gap: 14px; }
.shadan-restoration-form-card label { display: grid; gap: 8px; font-size: 14px; font-weight: 700; }
.shadan-restoration-form-card input,
.shadan-restoration-form-card select,
.shadan-restoration-form-card textarea { width: 100%; padding: 13px 15px; border: 1px solid var(--rest-line); border-radius: 16px; background: #fff; font: inherit; color: var(--rest-ink); }
.shadan-restoration-form-card textarea { min-height: 115px; resize: vertical; }
.shadan-restoration-consent { display: flex !important; align-items: flex-start; gap: 9px; font-weight: 500 !important; line-height: 1.8; }
.shadan-restoration-consent input { width: 18px; height: 18px; margin-top: 4px; }
.shadan-restoration-form-card button { min-height: 52px; border: 0; border-radius: 16px; background: var(--rest-blue-dark); color: #fff; font: inherit; font-weight: 900; cursor: pointer; }
.shadan-restoration-form-message { margin-bottom: 14px; padding: 13px 15px; border-radius: 16px; font-size: 14px; }
.shadan-restoration-form-message.is-success { background: #e8f5ec; color: #2f6940; }
.shadan-restoration-form-message.is-error { background: #f6ecec; color: #7d4545; }

[data-restoration-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .62s ease, transform .62s ease; transition-delay: var(--restoration-delay, 0ms); }
[data-restoration-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
	.shadan-restoration-hero__grid,
	.shadan-restoration-two-col,
	.shadan-restoration-faq-grid,
	.shadan-restoration-consultation-grid { grid-template-columns: 1fr; }
	.shadan-restoration-two-col.is-reverse > :first-child,
	.shadan-restoration-two-col.is-reverse > :last-child { order: initial; }
	.shadan-restoration-type-grid,
	.shadan-restoration-process-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
	.shadan-restoration-shell { width: min(100% - 24px, 100%); }
	.shadan-restoration-nav__inner { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; }
	.shadan-restoration-nav__inner a { flex: 0 0 auto; }
	.shadan-restoration-hero__content { text-align: center; }
	.shadan-restoration-hero__actions { justify-content: center; }
	.shadan-restoration-hero__facts { grid-template-columns: 1fr; text-align: right; }
	.shadan-restoration-gallery-section .shadan-restoration-shell { width: 100%; max-width: none; }
	.shadan-restoration-gallery-section .shadan-restoration-section-head { width: min(100% - 24px, 760px); margin-inline: auto; }
	.shadan-restoration-spin { width: 100vw; margin-inline: calc(50% - 50vw); height: max(var(--restoration-spin-mobile-height, 440px), 520px); }
	.shadan-restoration-spin__hint { width: max-content; max-width: calc(100% - 20px); text-align: center; font-size: 10px; }
	.shadan-restoration-type-grid,
	.shadan-restoration-process-grid { grid-template-columns: 1fr; }
	.shadan-restoration-section { padding: 62px 0; }
	.shadan-restoration-form-card { padding: 18px; border-radius: 24px; }
}

@media (prefers-reduced-motion: reduce) {
	[data-restoration-reveal] { opacity: 1; transform: none; transition: none; }
}

.shadan-restoration-spin__item:focus-visible { outline: 3px solid rgba(37,52,63,.45); outline-offset: 4px; }
