/* Polar Hair Official — Main Stylesheet v2.0 */

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

:root {
	--navy: #1e2123;
	--navy-dark: #141618;
	--navy-mid: #2b3344;
	--bar-slate: #687588;
	--white: #ffffff;
	--gray-50: #f7f7f7;
	--gray-100: #efefef;
	--gray-200: #e0e0e0;
	--gray-600: #666;
	--gray-800: #333;
	--gold: #c9a84c;
	--green: #2ecc71;
	--red: #e74c3c;
	--font: 'Lato', -apple-system, BlinkMacSystemFont, sans-serif;
	--container: 1200px;
	--radius: 8px;
}

html {
	scroll-behavior: smooth;
	font-size: 100%;
}

body {
	font-family: var(--font);
	font-size: 1rem;
	line-height: 1.6;
	color: var(--gray-800);
	background: var(--white);
	-webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.pho-container {
	max-width: var(--container);
	margin: 0 auto;
	padding: 0 20px;
}

/* ── Announcement bars ── */
.pho-top {
	position: relative;
	z-index: 100;
	display: flex;
	flex-direction: column;
}

.pho-bar {
	text-align: center;
	padding: 8px 12px;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	width: 100%;
	line-height: 1.25;
}

.pho-bar--announce {
	background: var(--bar-slate);
	color: var(--white);
}

.pho-bar--guarantee,
.pho-bar--flash {
	background: var(--navy);
	color: var(--white);
}

.pho-bar--sub {
	background: var(--gray-100);
	color: var(--gray-800);
	font-weight: 600;
}

/* ── Header ── */
.pho-header {
	background: var(--white);
	border-bottom: 1px solid var(--gray-200);
	width: 100%;
}

.pho-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 16px;
}

.pho-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.pho-logo img { height: 36px; width: auto; }

.pho-nav ul {
	display: flex;
	gap: 24px;
	align-items: center;
}

.pho-nav a {
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--gray-800);
	transition: color 0.2s;
}

.pho-nav a:hover { color: var(--navy); }

.pho-header__actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

.pho-region {
	display: flex;
	align-items: center;
	line-height: 0;
}

.pho-region__flag {
	display: block;
}

.pho-cart {
	color: var(--gray-800);
	display: flex;
	align-items: center;
	line-height: 0;
}

.pho-nav-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 4px;
	flex-shrink: 0;
}

.pho-nav-toggle span {
	display: block;
	width: 22px;
	height: 2px;
	background: var(--navy);
	transition: 0.3s;
}

@media (min-width: 769px) {
	.pho-header__inner {
		display: grid;
		grid-template-columns: 1fr auto 1fr;
		align-items: center;
	}

	.pho-logo {
		grid-column: 1;
		justify-self: start;
	}

	.pho-nav {
		grid-column: 2;
		justify-self: center;
	}

	.pho-header__actions {
		grid-column: 3;
		justify-self: end;
	}
}

/* ── Buttons ── */
.pho-btn {
	display: inline-block;
	padding: 14px 32px;
	font-family: var(--font);
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	border: 2px solid transparent;
	border-radius: var(--radius);
	cursor: pointer;
	transition: opacity 0.2s, background 0.2s;
	text-align: center;
}

.pho-btn--primary {
	background: var(--navy);
	color: var(--white);
	border-color: var(--navy);
}

.pho-btn--primary:hover { opacity: 0.88; }

.pho-btn--outline {
	background: transparent;
	color: var(--navy);
	border-color: var(--navy);
}

.pho-btn--outline:hover { background: var(--navy); color: var(--white); }

.pho-btn--dark {
	background: var(--navy);
	color: var(--white);
	border: none;
}

.pho-btn--full { width: 100%; }

/* ── Hero ── */
.pho-hero {
	background: radial-gradient(circle at 50% 35%, #ffffff 0%, #ececec 55%, #e0e0e0 100%);
	padding: 0;
}

.pho-hero__shell {
	display: flex;
	flex-direction: column;
}

.pho-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 430px) minmax(0, 1fr);
	gap: 32px;
	align-items: center;
	padding-top: 28px;
	padding-bottom: 28px;
}

.pho-hero__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 430px;
}

.pho-hero__pill {
	display: inline-block;
	background: var(--white);
	color: var(--navy);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 4px 16px;
	border: 1px dashed var(--navy);
	border-radius: 9px;
	margin-bottom: 12px;
}

.pho-hero h1 {
	font-size: clamp(1.75rem, 3.2vw, 2.125rem);
	font-weight: 900;
	line-height: 1.3;
	color: #1f2123;
	margin-bottom: 11px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.pho-hero__content p {
	font-size: clamp(0.9375rem, 1.6vw, 1.125rem);
	color: #3d4145;
	margin-bottom: 24px;
	max-width: 100%;
	line-height: 1.4;
}

.pho-hero__content p strong {
	font-weight: 700;
	color: #1f2123;
}

.pho-btn--hero {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: var(--navy-mid);
	color: var(--white);
	border: none;
	padding: 15px 24px;
	font-size: 1.125rem;
	font-weight: 900;
	letter-spacing: 0.01em;
	border-radius: 5px;
	margin-bottom: 12px;
}

.pho-btn--hero:hover {
	background: #232b3a;
	opacity: 1;
}

.pho-btn--hero svg {
	flex-shrink: 0;
}

.pho-hero__rating {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 1.0625rem;
	font-weight: 400;
	color: #474a4e;
}

.pho-hero__stars {
	color: #1f2123;
	letter-spacing: 1px;
	font-size: 1rem;
	line-height: 1;
}

.pho-hero__visual {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pho-hero__visual img {
	width: 100%;
	max-width: 640px;
	height: auto;
	border-radius: 0;
}

/* Press marquee — fixed "As Seen In" + scrolling logos */
.pho-pdp-marquee {
	background-image: url('../images/marquee-bg-mobile.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}

.pho-pdp-marquee__wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	min-height: 60px;
}

.pho-pdp-marquee__label-col {
	flex: 0 0 12%;
	max-width: 162px;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 8px;
}

.pho-pdp-marquee__label-inner {
	width: 34px;
	height: auto;
	flex-shrink: 0;
}

.pho-pdp-marquee__label-img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 35px;
	object-fit: contain;
}

.pho-pdp-marquee__logos {
	flex: 1;
	min-width: 0;
	overflow: hidden;
	padding: 16px 0;
	position: relative;
}

.pho-pdp-marquee__logos:hover .pho-pdp-marquee__track {
	animation-play-state: paused;
}

.pho-pdp-marquee__track {
	display: flex;
	width: max-content;
	animation: pho-pdp-marquee-scroll var(--marquee-duration, 50s) linear infinite;
	will-change: transform;
}

.pho-pdp-marquee__slide {
	display: flex;
	align-items: center;
	gap: 40px;
	flex-shrink: 0;
	padding-right: 40px;
}

.pho-pdp-marquee__logo {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
}

.pho-pdp-marquee__logo img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 28px;
	object-fit: contain;
}

.pho-pdp-marquee--icons-only .pho-pdp-marquee__logos {
	padding: 24px 0;
}

.pho-pdp-marquee--hero {
	width: 100%;
}

@keyframes pho-pdp-marquee-scroll {
	from { transform: translate3d(0, 0, 0); }
	to { transform: translate3d(-50%, 0, 0); }
}

@media (min-width: 1000px) {
	.pho-pdp-marquee {
		background-image: url('../images/marquee-bg-desktop.png');
	}

	.pho-pdp-marquee__wrap {
		min-height: 87px;
	}

	.pho-pdp-marquee__label-col {
		flex: 0 0 120px;
		width: 120px;
		padding: 0 16px;
	}

	.pho-pdp-marquee__label-inner {
		width: 100%;
		max-width: 120px;
	}

	.pho-pdp-marquee__label-img {
		max-height: 35px;
	}

	.pho-pdp-marquee__slide {
		gap: 90px;
		padding-right: 90px;
	}

	.pho-pdp-marquee__logo img {
		max-height: none;
	}
}

@media (min-width: 1280px) {
	.pho-pdp-marquee__label-col {
		flex: 0 0 162px;
		width: 162px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pho-pdp-marquee__track {
		animation: none;
	}

	.pho-pdp-marquee__logos {
		overflow-x: auto;
		scrollbar-width: none;
	}

	.pho-pdp-marquee__logos::-webkit-scrollbar {
		display: none;
	}
}

.pho-badge {
	display: inline-block;
	background: var(--navy);
	color: var(--white);
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 6px 14px;
	border-radius: 20px;
	margin-bottom: 16px;
}

.pho-stars { color: var(--gold); letter-spacing: 2px; }

/* ── Sections ── */
.pho-section { padding: 70px 0; }
.pho-section--gray { background: var(--gray-50); }

.pho-title {
	font-size: clamp(22px, 3vw, 32px);
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	color: var(--navy);
	margin-bottom: 40px;
	letter-spacing: 0.02em;
}

.pho-title--left { text-align: left; }
.pho-title--white { color: var(--white); }
.pho-title--narrow { max-width: 700px; margin-left: auto; margin-right: auto; }

.pho-section__subtitle {
	text-align: center;
	font-size: 1.1875rem;
	color: #575757;
	margin: -28px auto 40px;
	max-width: 640px;
	line-height: 1.5;
}

/* ── Grid ── */
.pho-grid {
	display: grid;
	gap: 24px;
}

.pho-grid--3 { grid-template-columns: repeat(3, 1fr); }
.pho-grid--4 { grid-template-columns: repeat(4, 1fr); }

/* ── Product cards ── */
.pho-card {
	background: var(--white);
	border: 1px solid var(--gray-200);
	border-radius: var(--radius);
	padding: 20px;
	text-align: center;
	transition: box-shadow 0.2s;
}

.pho-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.08); }

.pho-card__img {
	position: relative;
	margin-bottom: 16px;
}

.pho-card__img img {
	width: 100%;
	height: 200px;
	object-fit: contain;
	margin: 0 auto;
}

.pho-card__badge {
	position: absolute;
	top: 8px;
	left: 8px;
	background: var(--navy);
	color: var(--white);
	font-size: 0.625rem;
	font-weight: 700;
	padding: 4px 8px;
	border-radius: 4px;
	letter-spacing: 0.05em;
}

.pho-card h3 {
	font-size: 0.9375rem;
	font-weight: 700;
	color: var(--navy);
	margin-bottom: 8px;
}

.pho-card p { font-size: 0.8125rem; color: var(--gray-600); margin-bottom: 12px; }

.pho-card__price {
	font-size: 1.125rem;
	font-weight: 900;
	color: var(--navy);
	margin-bottom: 16px !important;
}

.pho-card .pho-btn { width: 100%; padding: 10px; font-size: 0.75rem; }

/* ── Traditional vs Polar ── */
.pho-traditional {
	background: #f3f3f3;
	padding-top: 56px;
	padding-bottom: 56px;
}

.pho-traditional__inner {
	text-align: center;
}

.pho-traditional__eyebrow {
	font-size: 1.0625rem;
	color: #575757;
	margin-bottom: 12px;
	line-height: 1.5;
}

.pho-traditional__title {
	font-size: clamp(1.625rem, 3.2vw, 2.0625rem);
	font-weight: 700;
	color: #242424;
	line-height: 1.3;
	margin-bottom: 32px;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.pho-traditional__visual {
	max-width: 980px;
	margin: 0 auto;
}

.pho-traditional__visual img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

@media (max-width: 1023px) {
	.pho-traditional {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.pho-traditional__eyebrow {
		font-size: 0.9375rem;
		margin-bottom: 10px;
	}

	.pho-traditional__title {
		font-size: 1.5rem;
		margin-bottom: 24px;
		padding: 0 8px;
	}
}

/* ── Benefits (legacy) ── */
.pho-benefits {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto auto;
	gap: 24px;
	align-items: center;
	max-width: 900px;
	margin: 0 auto;
}

.pho-benefit {
	background: var(--white);
	border: 1px solid var(--gray-200);
	border-radius: var(--radius);
	padding: 20px;
}

.pho-benefit span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	background: var(--navy);
	color: var(--white);
	border-radius: 50%;
	font-size: 0.875rem;
	margin-bottom: 10px;
}

.pho-benefit h3 {
	font-size: 0.8125rem;
	font-weight: 900;
	color: var(--navy);
	margin-bottom: 6px;
	letter-spacing: 0.05em;
}

.pho-benefit p { font-size: 0.8125rem; color: var(--gray-600); }

.pho-benefit--tl { grid-column: 1; grid-row: 1; }
.pho-benefit--tr { grid-column: 3; grid-row: 1; }
.pho-benefit--bl { grid-column: 1; grid-row: 2; }
.pho-benefit--br { grid-column: 3; grid-row: 2; }

.pho-benefit__center {
	grid-column: 2;
	grid-row: 1 / 3;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pho-benefit__center img {
	max-height: 320px;
	width: auto;
	object-fit: contain;
}

/* ── Guarantee ── */
.pho-guarantee {
	background: #f3f3f3;
	padding: 72px 0 0;
}

.pho-guarantee__card {
	background: var(--white);
	border-radius: 15px;
	padding: 0 24px 51px;
	max-width: 880px;
	margin: 0 auto 40px;
	text-align: center;
}

.pho-guarantee__seal {
	display: block;
	width: 142px;
	height: auto;
	margin: -71px auto 32px;
}

.pho-guarantee__title {
	font-size: 1.375rem;
	font-weight: 900;
	color: #2b2e4a;
	text-transform: uppercase;
	line-height: 1.3;
	letter-spacing: 0.01em;
	margin-bottom: 18px;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.pho-guarantee__text {
	font-size: 1.125rem;
	color: #555b64;
	line-height: 1.4;
	max-width: 880px;
	margin: 0 auto;
}

.pho-guarantee__text strong {
	font-weight: 700;
}

.pho-trust {
	width: 100%;
	padding: 22px 20px;
	background-color: #0b1a33;
	background-image: url('../images/trust-bar-bg-desktop.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.pho-trust__inner {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
}

.pho-trust__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	padding: 0 15px;
}

.pho-trust__item:first-child {
	padding-right: 100px;
}

.pho-trust__item--center {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding-left: 100px;
	padding-right: 100px;
}

.pho-trust__item:last-child {
	padding-left: 100px;
}

.pho-trust__icon {
	display: block;
	height: auto;
	margin-bottom: 4px;
}

.pho-trust__icon--shipping,
.pho-trust__icon--reviews {
	width: 50px;
}

.pho-trust__icon--checkout {
	width: 43px;
}

.pho-trust__item p {
	margin: 0;
	color: var(--white);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	text-transform: uppercase;
}

/* ── Social proof ── */
.pho-social-proof {
	background: #f4f4f4;
	padding: 100px 0 97px;
}

.pho-social {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	align-items: start;
	margin-bottom: 50px;
}

.pho-social__visual img {
	display: block;
	width: 100%;
	height: auto;
}

.pho-social__content {
	padding-left: 30px;
}

.pho-social__title {
	font-size: 28px;
	font-weight: 400;
	line-height: 1.3;
	color: #1f2123;
	text-align: left;
	text-transform: none;
	letter-spacing: 0;
	margin: 0 0 24px;
	max-width: none;
}

.pho-social__title em {
	font-style: italic;
}

.pho-social__title strong {
	font-weight: 900;
	color: #465069;
}

.pho-social__stats {
	display: flex;
	flex-direction: column;
	gap: 17px;
}

.pho-stat-card {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 0;
	background: var(--white);
	border-radius: 6px;
	padding: 13px 54px 13px 13px;
}

.pho-stat-card__chart {
	display: block;
	width: 115px;
	height: auto;
	flex-shrink: 0;
}

.pho-stat-card p {
	margin: 0;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0.18px;
	color: #555b64;
}

.pho-stat-card p strong {
	font-weight: 700;
	color: #32363c;
}

.pho-social__cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 324px;
	max-width: 100%;
	margin: 0 auto;
}

.pho-btn--social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	padding: 15px 24px;
	border: none;
	border-radius: 5px;
	background: #2b3344;
	color: var(--white);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0.18px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.pho-btn--social:hover {
	background: #2b3344;
	opacity: 0.88;
}

.pho-btn--social svg {
	flex-shrink: 0;
}

.pho-social__note {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin: 0;
	font-size: 17px;
	line-height: 1.2;
	color: #2b3344;
}

.pho-social__note svg {
	flex-shrink: 0;
}

/* ── Story ── */
.pho-story {
	padding: 123px 0 118px;
	background-color: #0b1a33;
	background-image: url('../images/story-bg-desktop.webp');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.pho-story__title-mobile {
	display: none;
}

.pho-story__card {
	background: var(--white);
	border-radius: 20px;
	padding: 47px 57px 64px 67px;
}

.pho-story__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	align-items: start;
}

.pho-story__title {
	font-size: 30px;
	font-weight: 900;
	line-height: 1.3;
	letter-spacing: 0.3px;
	color: #1f2123;
	text-align: left;
	text-transform: none;
	margin: 0 0 28px;
}

.pho-story__block {
	margin-bottom: 24px;
}

.pho-story__block:last-child {
	margin-bottom: 0;
}

.pho-story__block h3 {
	font-size: 19px;
	font-weight: 900;
	line-height: 1.3;
	color: #465069;
	margin: 0 0 6px;
	text-transform: none;
	letter-spacing: 0;
}

.pho-story__underline {
	display: block;
	height: auto;
	margin-bottom: 13px;
}

.pho-story__underline--1 { width: 198px; }
.pho-story__underline--2 { width: 111px; }
.pho-story__underline--3 { width: 245px; }

.pho-story__block p {
	margin: 0;
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: 0.6px;
	color: #555b64;
}

.pho-story__media {
	padding-left: 30px;
}

.pho-story__photo {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 33px;
}

.pho-story__cta {
	width: 324px;
	max-width: 100%;
	margin: 0 auto;
}

.pho-story__cta .pho-btn--social {
	font-size: 16px;
}

/* ── Footer ── */
.pho-footer {
	background: var(--navy-dark);
	color: rgba(255,255,255,0.75);
	padding: 60px 0 0;
}

.pho-footer__grid {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	gap: 40px;
	padding-bottom: 40px;
}

.pho-footer__logo {
	margin-bottom: 16px;
	height: 40px;
	width: auto;
}

.pho-footer__brand p { font-size: 0.8125rem; line-height: 1.7; margin-bottom: 12px; }

.pho-footer__hours { font-size: 0.75rem; opacity: 0.7; }

.pho-footer__contact { margin-top: 12px; }
.pho-footer__contact li { margin-bottom: 6px; }
.pho-footer__contact a { font-size: 0.8125rem; color: rgba(255,255,255,0.85); }
.pho-footer__contact a:hover { color: var(--white); }

.pho-footer__col h4 {
	font-size: 0.8125rem;
	font-weight: 700;
	color: var(--white);
	margin-bottom: 16px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.pho-footer__col ul li { margin-bottom: 8px; }
.pho-footer__col a { font-size: 0.8125rem; color: rgba(255,255,255,0.65); }
.pho-footer__col a:hover { color: var(--white); }

.pho-newsletter {
	display: flex;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

.pho-newsletter input {
	flex: 1;
	background: transparent;
	border: none;
	color: var(--white);
	padding: 8px 0;
	font-size: 0.8125rem;
	outline: none;
}

.pho-newsletter input::placeholder { color: rgba(255,255,255,0.4); }

.pho-newsletter button {
	background: none;
	border: none;
	color: var(--white);
	cursor: pointer;
	font-size: 1.125rem;
	padding: 0 4px;
}

.pho-subscribe-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.pho-subscribe-modal[hidden] {
	display: none;
}

.pho-subscribe-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 22, 35, 0.72);
}

.pho-subscribe-modal__dialog {
	position: relative;
	width: 100%;
	max-width: 420px;
	background: var(--white);
	border-radius: 12px;
	padding: 36px 28px 28px;
	text-align: center;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.pho-subscribe-modal__close {
	position: absolute;
	top: 12px;
	right: 14px;
	width: 32px;
	height: 32px;
	border: none;
	background: transparent;
	color: #465069;
	font-size: 1.75rem;
	line-height: 1;
	cursor: pointer;
	padding: 0;
}

.pho-subscribe-modal__close:hover {
	opacity: 0.7;
}

.pho-subscribe-modal__dialog h2 {
	margin: 0 0 14px;
	font-size: 1.375rem;
	font-weight: 900;
	color: #1f2123;
	line-height: 1.3;
	text-transform: none;
	letter-spacing: 0;
}

.pho-subscribe-modal__dialog p {
	margin: 0 0 10px;
	font-size: 1rem;
	line-height: 1.5;
	color: #555b64;
}

.pho-subscribe-modal__dialog p:last-child {
	margin-bottom: 0;
}

.pho-footer__bottom {
	border-top: 1px solid rgba(255,255,255,0.1);
	padding: 20px 0;
}

.pho-footer__bottom-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	font-size: 0.75rem;
	text-align: center;
}

.pho-footer__bottom-inner p {
	margin: 0;
}

.pho-footer__payments,
.pho-legal-entity {
	font-size: 0.8125rem;
	line-height: 1.5;
	margin: 12px 0 0;
	opacity: 0.92;
}

.pho-legal-entity {
	margin-top: 16px;
}

/* ── Product page ── */
.pho-pdp-hero { padding: 40px 0; }

.pho-pdp-hero__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: start;
}

.pho-pdp-gallery__main {
	width: 100%;
	border-radius: var(--radius);
	border: 1px solid var(--gray-200);
	margin-bottom: 12px;
}

.pho-pdp-gallery__thumbs {
	display: flex;
	gap: 8px;
}

.pho-pdp-gallery__thumbs img {
	width: 72px;
	height: 72px;
	object-fit: cover;
	border-radius: 4px;
	border: 2px solid transparent;
	cursor: pointer;
}

.pho-pdp-gallery__thumbs img:hover { border-color: var(--navy); }

.pho-pdp-buy h1 {
	font-size: 1.75rem;
	font-weight: 900;
	color: var(--navy);
	margin-bottom: 8px;
}

.pho-pdp-price {
	font-size: 1.375rem;
	margin: 16px 0;
}

.pho-pdp-price del { color: var(--gray-600); font-size: 1rem; margin-right: 8px; }
.pho-pdp-price strong { font-weight: 900; color: var(--navy); }

.pho-pdp-label {
	font-size: 0.8125rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 16px 0 8px;
	color: var(--gray-800);
}

.pho-swatches { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 8px; }

.pho-swatch {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid var(--gray-200);
	cursor: pointer;
	transition: border-color 0.2s;
}

.pho-swatch.is-active,
.pho-swatch:hover { border-color: var(--navy); outline: 2px solid var(--navy); outline-offset: 2px; }

.pho-packs { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }

.pho-pack {
	padding: 12px 16px;
	border: 2px solid var(--gray-200);
	border-radius: var(--radius);
	background: var(--white);
	font-family: var(--font);
	font-size: 0.875rem;
	font-weight: 600;
	cursor: pointer;
	text-align: left;
	transition: border-color 0.2s;
}

.pho-pack.is-active { border-color: var(--navy); background: var(--gray-50); }

.pho-pdp-trust {
	margin: 16px 0;
	font-size: 0.8125rem;
	color: var(--gray-600);
}

.pho-pdp-trust li { margin-bottom: 4px; }
.pho-pdp-trust li::before { content: '✓ '; color: var(--green); font-weight: 700; }

.pho-pdp-customers { margin-top: 24px; }
.pho-pdp-customers p { font-size: 0.875rem; font-weight: 700; margin-bottom: 8px; }

.pho-pdp-customers__imgs {
	display: flex;
	gap: 6px;
}

.pho-pdp-customers__imgs img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
}

.pho-pdp-features {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-bottom: 32px;
}

.pho-pdp-features img {
	width: 100%;
	border-radius: var(--radius);
	aspect-ratio: 16/9;
	object-fit: cover;
}

.pho-features div {
	text-align: center;
	padding: 16px;
}

.pho-features strong { font-size: 1.75rem; display: block; margin-bottom: 8px; }
.pho-features h3 { font-size: 0.875rem; font-weight: 900; color: var(--navy); margin-bottom: 6px; }
.pho-features p { font-size: 0.8125rem; color: var(--gray-600); }

/* ── Reviews ── */
.pho-review {
	background: var(--white);
	border: 1px solid var(--gray-200);
	border-radius: var(--radius);
	padding: 20px;
	text-align: center;
}

.pho-review img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-radius: 4px;
	margin-bottom: 12px;
}

.pho-review p { font-size: 0.875rem; font-style: italic; color: var(--gray-600); margin: 8px 0; }
.pho-review span { font-size: 0.8125rem; font-weight: 700; color: var(--navy); }

/* ── Reasons ── */
.pho-reasons {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 24px;
	align-items: center;
}

.pho-reason {
	background: var(--white);
	border: 1px solid var(--gray-200);
	border-radius: var(--radius);
	padding: 20px;
	margin-bottom: 16px;
}

.pho-reason h3 { font-size: 0.875rem; font-weight: 900; color: var(--navy); margin-bottom: 6px; }
.pho-reason p { font-size: 0.8125rem; color: var(--gray-600); }

.pho-reasons__center {
	width: 220px;
	border-radius: var(--radius);
}

/* ── Comparison ── */
.pho-compare {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	max-width: 700px;
	margin: 0 auto;
}

.pho-compare__col {
	background: var(--white);
	border: 1px solid var(--gray-200);
	border-radius: var(--radius);
	padding: 24px;
	text-align: center;
}

.pho-compare__col--win { border-color: var(--navy); border-width: 2px; }

.pho-compare__col img {
	height: 120px;
	width: auto;
	margin: 0 auto 16px;
	object-fit: contain;
}

.pho-compare__col h3 { font-size: 1rem; font-weight: 900; color: var(--navy); margin-bottom: 16px; }
.pho-compare__col li { font-size: 0.8125rem; margin-bottom: 8px; text-align: left; }
.pho-compare__col--win li::before { content: '✓ '; color: var(--green); font-weight: 700; }
.pho-compare__col:not(.pho-compare__col--win) li { color: var(--gray-600); }

/* ── Guarantee box ── */
.pho-guarantee-box {
	display: flex;
	align-items: center;
	gap: 40px;
}

.pho-guarantee-box img {
	width: 200px;
	flex-shrink: 0;
	border-radius: var(--radius);
}

.pho-guarantee-box h2 {
	font-size: 1.5rem;
	font-weight: 900;
	color: var(--navy);
	margin-bottom: 12px;
}

.pho-guarantee-box p { font-size: 0.9375rem; color: var(--gray-600); margin-bottom: 20px; }

/* ── FAQ ── */
.pho-faq-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: start;
}

.pho-faq-grid > img {
	border-radius: var(--radius);
	width: 100%;
}

.pho-acc__item { border-bottom: 1px solid var(--gray-200); }

.pho-acc__btn {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0;
	background: none;
	border: none;
	font-family: var(--font);
	font-size: 0.9375rem;
	font-weight: 700;
	color: var(--navy);
	cursor: pointer;
	text-align: left;
}

.pho-acc__btn span { font-size: 1.25rem; font-weight: 400; transition: transform 0.2s; }
.pho-acc__btn[aria-expanded="true"] span { transform: rotate(45deg); }

.pho-acc__panel { padding-bottom: 16px; }
.pho-acc__panel p { font-size: 0.875rem; color: var(--gray-600); }

/* ── Contact ── */
.pho-contact { padding: 60px 0; }

.pho-contact__card {
	max-width: 600px;
	margin: 0 auto;
	background: var(--white);
	border: 1px solid var(--gray-200);
	border-radius: var(--radius);
	padding: 40px;
}

.pho-contact__card h1 {
	font-size: 1.75rem;
	font-weight: 900;
	color: var(--navy);
	margin-bottom: 12px;
}

.pho-contact__intro {
	font-size: 0.9375rem;
	color: var(--gray-600);
	margin-bottom: 24px;
}

.pho-success {
	background: #d4edda;
	color: #155724;
	padding: 12px 16px;
	border-radius: var(--radius);
	margin-bottom: 20px;
	font-size: 0.875rem;
}

.pho-contact__error {
	background: #f8d7da;
	color: #721c24;
	padding: 12px 16px;
	border-radius: var(--radius);
	margin-bottom: 20px;
	font-size: 0.875rem;
}

.pho-contact__card label { display: block; font-size: 0.875rem; font-weight: 600; margin-bottom: 16px; }
.pho-contact__card input,
.pho-contact__card textarea {
	display: block;
	width: 100%;
	margin-top: 6px;
	padding: 10px 12px;
	border: 1px solid var(--gray-200);
	border-radius: var(--radius);
	font-family: var(--font);
	font-size: 0.875rem;
}

.pho-contact__card textarea { min-height: 120px; resize: vertical; }

/* ── Legal pages ── */
.pho-legal {
	padding: 60px 0 80px;
	background: #f4f4f4;
}

.pho-legal__card {
	max-width: 900px;
	margin: 0 auto;
	background: var(--white);
	border-radius: 12px;
	padding: 48px 56px;
}

.pho-legal__card h1 {
	font-size: 2rem;
	font-weight: 900;
	color: #1f2123;
	margin: 0 0 32px;
	text-transform: none;
	letter-spacing: 0;
}

.pho-legal__card h2 {
	font-size: 1.125rem;
	font-weight: 900;
	color: #465069;
	margin: 32px 0 12px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.pho-legal__card h2:first-of-type {
	margin-top: 0;
}

.pho-legal__card p {
	font-size: 1rem;
	line-height: 1.7;
	color: #555b64;
	margin: 0 0 16px;
}

.pho-legal__card a {
	color: #2b3344;
	font-weight: 600;
	text-decoration: underline;
}

.pho-legal__card a:hover {
	opacity: 0.85;
}

.pho-legal__updated {
	margin: -16px 0 24px;
	font-size: 0.9375rem;
	color: #555b64;
}

.pho-legal__card ul:not(.pho-legal__contact) {
	margin: 0 0 16px;
	padding-left: 1.25rem;
}

.pho-legal__card ul:not(.pho-legal__contact) li {
	font-size: 1rem;
	line-height: 1.7;
	color: #555b64;
	margin-bottom: 10px;
}

.pho-legal__contact {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pho-legal__contact li {
	margin-bottom: 8px;
}

/* ── Responsive ── */
@media (max-width: 1023px) {
	html {
		font-size: 120%;
	}

	.pho-hero__grid {
		grid-template-columns: 1fr;
		gap: 20px;
		padding-top: 28px;
		padding-bottom: 40px;
	}

	.pho-hero__content {
		align-items: center;
		text-align: center;
		max-width: none;
		margin: 0 auto;
		width: min(100%, 285px);
	}

	.pho-hero__pill {
		font-size: 0.625rem;
		padding: 4px 10px;
		margin-bottom: 10px;
	}

	.pho-hero h1 {
		font-size: 1.75rem;
		margin-bottom: 17px;
	}

	.pho-hero__content p {
		font-size: 0.9375rem;
		margin-bottom: 24px;
	}

	.pho-btn--hero {
		width: min(100%, 270px);
		font-size: 1rem;
		margin-bottom: 5px;
	}

	.pho-hero__rating {
		justify-content: center;
		font-size: 0.875rem;
	}

	.pho-hero__stars {
		font-size: 0.875rem;
	}

	.pho-hero__visual img {
		max-width: 100%;
	}
}

@media (max-width: 1024px) {
	.pho-grid--4 { grid-template-columns: repeat(2, 1fr); }
	.pho-footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
	.pho-top {
		box-shadow: none;
	}

	.pho-bar {
		padding: 7px 10px;
		font-size: 0.625rem;
		letter-spacing: 0.04em;
	}

	.pho-header {
		background: var(--gray-50);
		border-bottom: none;
	}

	.pho-header .pho-container {
		max-width: var(--container);
		padding-left: 20px;
		padding-right: 20px;
	}

	.pho-header__inner {
		display: grid;
		grid-template-columns: 36px 1fr auto;
		grid-template-rows: auto;
		align-items: center;
		column-gap: 8px;
		padding: 8px 0 4px;
		max-width: 100%;
	}

	.pho-header__inner:has(.pho-nav.is-open) {
		grid-template-rows: auto auto;
	}

	.pho-nav-toggle {
		display: flex;
		grid-column: 1;
		grid-row: 1;
		justify-self: start;
		width: 36px;
		height: 36px;
		align-items: center;
		padding: 0;
	}

	.pho-nav-toggle span {
		width: 18px;
		height: 2px;
	}

	.pho-logo {
		grid-column: 2;
		grid-row: 1;
		justify-self: center;
	}

	.pho-logo img {
		height: 32px;
		width: auto;
	}

	.pho-header__actions {
		grid-column: 3;
		grid-row: 1;
		justify-self: end;
		gap: 8px;
	}

	.pho-region__flag {
		width: 20px;
		height: 20px;
	}

	.pho-cart svg {
		width: 19px;
		height: 19px;
	}

	.pho-nav {
		display: none;
		grid-column: 1 / -1;
		grid-row: 2;
		position: static;
		background: var(--gray-50);
		border: none;
		margin: 0;
		padding: 0;
	}

	.pho-nav.is-open {
		display: block;
		border-top: 1px solid var(--gray-200);
		margin: 6px 0 0;
		padding: 12px 0 14px;
	}

	.pho-nav ul {
		flex-direction: column;
		align-items: flex-start;
		gap: 14px;
		padding: 0;
	}

	.pho-hero__grid,
	.pho-pdp-hero__grid,
	.pho-faq-grid,
	.pho-guarantee-box { grid-template-columns: 1fr; }

	.pho-benefits {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}

	.pho-benefit--tl,
	.pho-benefit--tr,
	.pho-benefit--bl,
	.pho-benefit--br,
	.pho-benefit__center { grid-column: 1; grid-row: auto; }

	.pho-grid--3,
	.pho-grid--4,
	.pho-compare,
	.pho-reasons { grid-template-columns: 1fr; }

	.pho-reasons__center { width: 100%; margin: 0 auto; }

	.pho-trust {
		padding: 16px 20px;
		background-image: url('../images/trust-bar-bg-mobile.png');
	}

	.pho-trust__item:first-child {
		padding-right: 15px;
	}

	.pho-trust__item--center {
		padding-left: 15px;
		padding-right: 15px;
	}

	.pho-trust__item:last-child {
		padding-left: 15px;
	}

	.pho-trust__icon--shipping,
	.pho-trust__icon--reviews {
		width: 38px;
	}

	.pho-trust__icon--checkout {
		width: 33px;
	}

	.pho-trust__item p {
		font-size: 11px;
	}

	.pho-social-proof {
		padding: 62px 0 79px;
	}

	.pho-social {
		grid-template-columns: 1fr;
		margin-bottom: 48px;
	}

	.pho-social__visual {
		margin-bottom: 50px;
	}

	.pho-social__content {
		padding-left: 0;
	}

	.pho-social__title {
		font-size: 23px;
		text-align: center;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 35px;
	}

	.pho-stat-card {
		padding: 12px 15px 12px 12px;
	}

	.pho-stat-card__chart {
		width: 111px;
	}

	.pho-stat-card p {
		font-size: 15px;
	}

	.pho-social__cta {
		width: 270px;
	}

	.pho-btn--social {
		font-size: 16px;
	}

	.pho-social__note {
		font-size: 14px;
	}

	.pho-story {
		padding: 40px 0;
		background-image: url('../images/story-bg-mobile.webp');
	}

	.pho-story__title-mobile {
		display: block;
		font-size: 25px;
		font-weight: 900;
		line-height: 1.3;
		letter-spacing: 0.3px;
		color: var(--white);
		text-align: center;
		margin: 0 0 41px;
		text-transform: none;
	}

	.pho-story__card {
		padding: 30px;
		margin-bottom: 53px;
	}

	.pho-story__grid {
		grid-template-columns: 1fr;
	}

	.pho-story__title {
		display: none;
	}

	.pho-story__copy {
		order: 2;
	}

	.pho-story__media {
		order: 1;
		padding-left: 0;
		margin-bottom: 41px;
	}

	.pho-story__block h3,
	.pho-story__block p {
		text-align: center;
	}

	.pho-story__underline {
		margin-left: auto;
		margin-right: auto;
	}

	.pho-story__underline--1 { width: 167px; }
	.pho-story__underline--2 { width: 94px; }
	.pho-story__underline--3 { width: 205px; }

	.pho-story__block {
		margin-bottom: 35px;
	}

	.pho-story__block p {
		font-size: 15px;
		max-width: 246px;
		margin-left: auto;
		margin-right: auto;
	}

	.pho-story__block h3 {
		font-size: 16px;
	}

	.pho-story__photo {
		margin-bottom: 41px;
	}

	.pho-story__cta {
		width: 270px;
	}

	.pho-story__cta .pho-btn--social {
		font-size: 14px;
	}

	.pho-guarantee {
		padding-top: 56px;
	}

	.pho-guarantee__card {
		padding: 12px 24px 34px;
		margin-bottom: 32px;
	}

	.pho-guarantee__seal {
		width: 98px;
		margin: -49px auto 10px;
	}

	.pho-guarantee__title {
		font-size: 1rem;
		margin-bottom: 20px;
		max-width: 272px;
	}

	.pho-guarantee__text {
		font-size: 0.9375rem;
		max-width: 272px;
	}

	.pho-legal__card {
		padding: 32px 24px;
	}

	.pho-legal__card h1 {
		font-size: 1.625rem;
	}

	.pho-footer__grid { grid-template-columns: 1fr; }
}
