/**
 * Inner premium pages — About, Shipping, Contact
 * Loaded with homepage.css so shared components stay consistent.
 */

.scfs-page .scfs-page-hero {
	position: relative;
	min-height: min(52vh, 520px);
	display: grid;
	align-items: end;
	color: #fff;
	isolation: isolate;
}

.scfs-page-hero__media {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	z-index: -2;
}

.scfs-page-hero__overlay {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(180deg, rgba(10, 37, 64, 0.5) 0%, rgba(10, 37, 64, 0.86) 100%);
}

.scfs-page-hero__inner {
	padding: clamp(4rem, 10vw, 6.5rem) 0 3rem;
	max-width: 44rem;
}

.scfs-page-hero .scfs-eyebrow {
	color: #9ec5f0;
}

.scfs-page-hero__title {
	font-size: clamp(2rem, 4.5vw, 3.1rem);
	color: #fff;
	margin-bottom: 0.85rem;
}

.scfs-page-hero__sub {
	font-size: 1.08rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.9);
	margin: 0 0 1.4rem;
}

.scfs-page-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.scfs-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	align-items: center;
	font-size: 0.85rem;
	margin-bottom: 1rem;
	color: rgba(255, 255, 255, 0.75);
}

.scfs-breadcrumbs a {
	color: #fff;
	text-decoration: none;
}

.scfs-breadcrumbs a:hover {
	text-decoration: underline;
}

/* Trust strip */
.scfs-trust-strip {
	background: var(--scfs-navy);
	padding: 1rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.scfs-trust-pills {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	justify-content: center;
}

.scfs-trust-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.45rem 0.9rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.16);
	color: #fff;
	font-size: 0.82rem;
	font-weight: 650;
	letter-spacing: 0.02em;
}

.scfs-trust-pill::before {
	content: "✓";
	color: #7dcbff;
	font-weight: 700;
}

.scfs-trust-mini {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 1.25rem;
}

.scfs-trust-mini .scfs-trust-pill {
	background: var(--scfs-fog);
	border-color: var(--scfs-line);
	color: var(--scfs-navy);
}

.scfs-trust-mini .scfs-trust-pill::before {
	color: var(--scfs-ocean);
}

/* Trust badges */
.scfs-trust-badges {
	background: var(--scfs-fog);
}

.scfs-badge-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.15rem;
}

.scfs-badge-card {
	background: #fff;
	border: 1px solid var(--scfs-line);
	border-radius: var(--scfs-radius);
	padding: 1.35rem;
	box-shadow: var(--scfs-shadow);
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.scfs-badge-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--scfs-shadow-hover);
}

.scfs-badge-card p {
	margin: 0;
	color: var(--scfs-muted);
	line-height: 1.55;
	font-size: 0.95rem;
}

.scfs-badge-card__mark,
.scfs-trust-icon {
	width: 3.1rem;
	height: 3.1rem;
	border-radius: 14px;
	display: inline-grid;
	place-items: center;
	background: linear-gradient(145deg, #e8f2fc, #f7fbff);
	border: 1px solid rgba(0, 102, 204, 0.12);
	position: relative;
}

.scfs-trust-icon::before {
	content: "";
	width: 1.1rem;
	height: 1.1rem;
	border: 2px solid var(--scfs-ocean);
	border-radius: 3px;
}

.scfs-trust-icon--inspect::before { border-radius: 50%; box-shadow: inset 0 0 0 3px #fff; }
.scfs-trust-icon--grade::before { border-radius: 2px; transform: rotate(45deg); width: 0.85rem; height: 0.85rem; }
.scfs-trust-icon--delivery::before { width: 1.35rem; border-radius: 2px 8px 2px 2px; }
.scfs-trust-icon--human::before { width: 0.5rem; height: 0.5rem; border-radius: 50%; box-shadow: 0.65rem 0 0 var(--scfs-ocean); }
.scfs-trust-icon--secure::before { border-radius: 50% 50% 35% 35%; }
.scfs-trust-icon--return::before { border-radius: 50%; border-style: dashed; }

/* Gallery */
.scfs-gallery-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
}

.scfs-gallery-card {
	position: relative;
	border-radius: var(--scfs-radius);
	overflow: hidden;
	box-shadow: var(--scfs-shadow);
	aspect-ratio: 4 / 5;
	background: #d9e2ec;
}

.scfs-gallery-card a {
	display: block;
	height: 100%;
	color: #fff;
	text-decoration: none;
}

.scfs-gallery-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.scfs-gallery-card:hover .scfs-gallery-card__img {
	transform: scale(1.05);
}

.scfs-gallery-card__caption {
	position: absolute;
	inset: auto 0 0;
	padding: 1.1rem;
	background: linear-gradient(transparent, rgba(7, 26, 44, 0.88));
}

.scfs-gallery-card__label {
	font-size: 0.9rem;
	font-weight: 650;
	line-height: 1.35;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Check list */
.scfs-check-list {
	margin: 1rem 0 0;
	padding: 0;
	list-style: none;
}

.scfs-check-list li {
	position: relative;
	padding: 0.45rem 0 0.45rem 1.6rem;
	color: var(--scfs-text);
	line-height: 1.5;
}

.scfs-check-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--scfs-ocean);
	font-weight: 700;
}

/* About promise */
.scfs-about-promise {
	background: var(--scfs-fog);
}

.scfs-promise-grid {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 2rem;
	align-items: center;
}

.scfs-promise-media {
	border-radius: var(--scfs-radius);
	overflow: hidden;
	box-shadow: var(--scfs-shadow);
	display: block;
	aspect-ratio: 4 / 3;
}

.scfs-promise-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.scfs-stat-inline {
	list-style: none;
	margin: 1.5rem 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.75rem;
}

.scfs-stat-inline li {
	background: #fff;
	border: 1px solid var(--scfs-line);
	border-radius: var(--scfs-radius-sm);
	padding: 1rem;
	text-align: center;
}

.scfs-stat-inline strong {
	display: block;
	font-family: var(--scfs-display);
	font-size: 1.6rem;
	color: var(--scfs-navy);
}

.scfs-stat-inline span {
	display: block;
	margin-top: 0.25rem;
	font-size: 0.8rem;
	color: var(--scfs-muted);
}

/* Shipping steps */
.scfs-ship-process {
	background: var(--scfs-fog);
}

.scfs-steps {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
	counter-reset: none;
}

.scfs-step-card {
	background: #fff;
	border-radius: var(--scfs-radius);
	border: 1px solid var(--scfs-line);
	padding: 1.35rem;
	box-shadow: var(--scfs-shadow);
}

.scfs-step-card__n {
	display: inline-block;
	font-family: var(--scfs-display);
	font-size: 1.4rem;
	color: var(--scfs-ocean);
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.scfs-step-card p {
	margin: 0;
	color: var(--scfs-muted);
	line-height: 1.55;
}

/* FAQ */
.scfs-faq-wrap {
	max-width: 760px;
}

.scfs-faq__item {
	background: #fff;
	border: 1px solid var(--scfs-line);
	border-radius: var(--scfs-radius-sm);
	padding: 0.85rem 1.1rem;
	margin-bottom: 0.75rem;
	box-shadow: var(--scfs-shadow);
}

.scfs-faq__item summary {
	cursor: pointer;
	font-weight: 700;
	color: var(--scfs-navy);
	list-style: none;
}

.scfs-faq__item summary::-webkit-details-marker {
	display: none;
}

.scfs-faq__item summary::after {
	content: "+";
	float: right;
	color: var(--scfs-ocean);
}

.scfs-faq__item[open] summary::after {
	content: "–";
}

.scfs-faq__item p {
	margin: 0.75rem 0 0.25rem;
	color: var(--scfs-muted);
	line-height: 1.6;
}

/* Contact */
.scfs-contact-grid {
	display: grid;
	grid-template-columns: 1fr 1.05fr;
	gap: clamp(1.5rem, 4vw, 2.75rem);
	align-items: start;
}

.scfs-contact-cards {
	list-style: none;
	margin: 1.25rem 0;
	padding: 0;
	display: grid;
	gap: 0.75rem;
}

.scfs-contact-card {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.85rem;
	align-items: center;
	padding: 1rem;
	border-radius: var(--scfs-radius-sm);
	border: 1px solid var(--scfs-line);
	background: #fff;
	box-shadow: var(--scfs-shadow);
}

.scfs-contact-card h3 {
	margin: 0 0 0.2rem;
	font-size: 1rem;
	font-family: var(--scfs-font);
}

.scfs-contact-card p {
	margin: 0;
}

.scfs-contact-card a {
	color: var(--scfs-ocean);
	font-weight: 650;
	text-decoration: none;
}

.scfs-contact-card a:hover {
	text-decoration: underline;
}

.scfs-contact-photo {
	display: block;
	border-radius: var(--scfs-radius);
	overflow: hidden;
	aspect-ratio: 16 / 10;
	box-shadow: var(--scfs-shadow);
}

.scfs-contact-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.scfs-contact-form-wrap {
	background: #fff;
	border: 1px solid var(--scfs-line);
	border-radius: var(--scfs-radius);
	padding: clamp(1.25rem, 3vw, 2rem);
	box-shadow: var(--scfs-shadow);
}

.scfs-form-row {
	margin-bottom: 1rem;
}

.scfs-form-row label {
	display: block;
	font-weight: 650;
	margin-bottom: 0.4rem;
	color: var(--scfs-navy);
	font-size: 0.92rem;
}

.scfs-form-row input,
.scfs-form-row textarea {
	width: 100%;
	border: 1px solid var(--scfs-line);
	border-radius: 12px;
	padding: 0.75rem 0.95rem;
	font: inherit;
	color: var(--scfs-text);
	background: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.scfs-form-row input:focus,
.scfs-form-row textarea:focus {
	outline: none;
	border-color: var(--scfs-ocean);
	box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.15);
}

.scfs-form-note {
	font-size: 0.88rem;
	color: var(--scfs-muted);
	margin: 0 0 1rem;
}

.scfs-contact-msg {
	margin-top: 1rem;
	font-weight: 650;
}

@media (max-width: 1100px) {
	.scfs-badge-grid,
	.scfs-gallery-grid,
	.scfs-steps {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 900px) {
	.scfs-promise-grid,
	.scfs-contact-grid {
		grid-template-columns: 1fr;
	}

	.scfs-stat-inline {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.scfs-badge-grid,
	.scfs-gallery-grid,
	.scfs-steps {
		grid-template-columns: 1fr;
	}

	.scfs-page-hero__actions .scfs-btn {
		width: 100%;
	}
}

/* Process steps with photos */
.scfs-steps--photos {
	grid-template-columns: repeat(2, 1fr);
	gap: 1.35rem;
}

.scfs-step-card--photo {
	padding: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.scfs-step-card__media {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #d9e2ec;
}

.scfs-step-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.scfs-step-card--photo:hover .scfs-step-card__img {
	transform: scale(1.04);
}

.scfs-step-card__body {
	padding: 1.2rem 1.3rem 1.4rem;
}

/* Receiving */
.scfs-receiving {
	background: #fff;
}

.scfs-receive-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
}

.scfs-receive-card {
	background: var(--scfs-fog);
	border: 1px solid var(--scfs-line);
	border-radius: var(--scfs-radius);
	overflow: hidden;
	box-shadow: var(--scfs-shadow);
	display: flex;
	flex-direction: column;
}

.scfs-receive-card > .scfs-img,
.scfs-receive-card > img {
	aspect-ratio: 16 / 10;
	width: 100%;
	object-fit: cover;
}

.scfs-receive-card__body {
	padding: 1.2rem 1.3rem 1.4rem;
}

.scfs-receive-card__body h3 {
	margin-bottom: 0.5rem;
}

/* Buy checks */
.scfs-buy-checks {
	background: var(--scfs-fog);
}

.scfs-check-photo-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
}

.scfs-check-photo-card {
	background: #fff;
	border: 1px solid var(--scfs-line);
	border-radius: var(--scfs-radius);
	overflow: hidden;
	box-shadow: var(--scfs-shadow);
	display: flex;
	flex-direction: column;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.scfs-check-photo-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--scfs-shadow-hover);
}

.scfs-check-photo-card__media {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #d9e2ec;
}

.scfs-check-photo-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.scfs-check-photo-card__body {
	padding: 1.15rem 1.25rem 1.35rem;
}

.scfs-check-photo-card__body p {
	margin: 0;
	color: var(--scfs-muted);
	line-height: 1.55;
	font-size: 0.95rem;
}

/* Inspections */
.scfs-inspect-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.25rem;
}

.scfs-inspect-card {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 0;
	align-items: stretch;
	background: #fff;
	border: 1px solid var(--scfs-line);
	border-radius: var(--scfs-radius);
	overflow: hidden;
	box-shadow: var(--scfs-shadow);
}

.scfs-inspect-card > .scfs-img,
.scfs-inspect-card > img {
	width: 100%;
	height: 100%;
	min-height: 220px;
	object-fit: cover;
}

.scfs-inspect-card__body {
	padding: 1.35rem 1.4rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.scfs-inspect-card__body p {
	margin: 0;
	color: var(--scfs-muted);
	line-height: 1.55;
}

@media (max-width: 1100px) {
	.scfs-receive-grid,
	.scfs-check-photo-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 900px) {
	.scfs-steps--photos,
	.scfs-inspect-grid {
		grid-template-columns: 1fr;
	}

	.scfs-inspect-card {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.scfs-receive-grid,
	.scfs-check-photo-grid {
		grid-template-columns: 1fr;
	}
}
