:root {
	--goi-bg: #0b0c10;
	--goi-bg-2: #12141a;
	--goi-bg-3: #1a1d25;
	--goi-red: #e32636;
	--goi-red-2: #ff3b4b;
	--goi-text: #f4f5f7;
	--goi-muted: #b4b9c5;
	--goi-line: rgba(255, 255, 255, 0.08);
	--goi-radius: 14px;
	--goi-header: 80px;
	--goi-max: 1200px;
	--goi-font: Cabin, sans-serif;
}

.goi-skip {
	position: absolute;
	left: 0.75rem;
	top: -3rem;
	z-index: 10000;
	background: #fff;
	color: #111;
	padding: 0.5rem 0.8rem;
}
.goi-skip:focus {
	top: 0.75rem;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

body.goi {
	padding-top: 0 !important;
	font-family: var(--goi-font);
}

body.goi.goi-front,
body.goi.goi-front * {
	box-sizing: border-box;
}

body.goi.goi-front .page-loader,
body.goi .scroll-up {
	display: none !important;
}

/* ----- Header (site-wide) ----- */
.goi-header {
	position: sticky;
	top: 0;
	z-index: 1200;
	min-height: 80px;
	height: 80px;
	background: #0b0c10;
	border-bottom: 1px solid var(--goi-line);
}

.goi-header__inner {
	width: min(1200px, calc(100% - 48px));
	margin: 0 auto;
	min-height: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 20px;
}

.goi-logo {
	display: flex;
	align-items: center;
	line-height: 0;
	text-decoration: none;
	flex: 0 0 auto;
	color: #fff;
}

.goi-logo img,
.goi-logo .custom-logo {
	display: block;
	height: 56px;
	width: auto;
	max-width: 170px;
	object-fit: contain;
}

.goi-logo__name {
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 0.92rem;
	color: #fff;
}

.goi-logo__city {
	color: var(--goi-red);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.goi-nav {
	flex: 1 1 auto;
}

.goi-nav__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	gap: 0.15rem;
	flex-wrap: nowrap;
}

.goi-nav__item {
	position: relative;
}

.goi-nav__list > .goi-nav__item > a,
.goi-footer__list a {
	display: block;
	color: #d5dae3;
	text-decoration: none;
	font-size: 0.86rem;
	font-weight: 600;
	padding: 0.55rem 0.7rem;
	border-radius: 0;
	background: transparent;
}

.goi-nav__list > .goi-nav__item > a:hover {
	color: #fff;
	background: transparent;
}

.goi-nav__list > .goi-nav__item.is-current > a {
	color: #fff;
	background: transparent;
	box-shadow: inset 0 -2px 0 var(--goi-red);
}

.goi-sub {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 16rem;
	margin: 0;
	padding: 0.45rem;
	list-style: none;
	background: #16181f;
	border: 1px solid var(--goi-line);
	border-radius: 12px;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
	z-index: 20;
}

.goi-nav__item.has-sub:hover > .goi-sub,
.goi-nav__item.has-sub:focus-within > .goi-sub {
	display: block;
}

.goi-sub a {
	display: block;
	color: #d7dbe3;
	text-decoration: none;
	font-size: 0.84rem;
	padding: 0.5rem 0.65rem;
	border-radius: 8px;
}

.goi-sub a:hover {
	background: rgba(227, 38, 54, 0.16);
	color: #fff;
}

.goi-header__actions {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	margin-left: auto;
}

.goi-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 2.5rem;
	text-decoration: none;
	border-radius: 999px;
	font-weight: 700;
	font-size: 0.82rem;
	letter-spacing: 0.01em;
	line-height: 1;
	white-space: nowrap;
	border: 1px solid transparent;
}

.goi-chip--phone {
	gap: 0.45rem;
	padding: 0 0.85rem 0 0.22rem;
	color: #fff;
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.1);
}

.goi-chip--phone:hover {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.goi-chip__icon {
	width: 1.95rem;
	height: 1.95rem;
	border-radius: 999px;
	background: var(--goi-red);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.goi-chip__icon svg {
	width: 0.92rem;
	height: 0.92rem;
}

.goi-chip--cta {
	padding: 0 1.15rem;
	background: var(--goi-red);
	color: #fff;
	box-shadow: 0 8px 18px rgba(227, 38, 54, 0.28);
}

.goi-chip--cta:hover {
	background: var(--goi-red-2);
	color: #fff;
}

.goi-chip--cart {
	position: relative;
	width: 2.5rem;
	padding: 0;
	color: #fff;
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.1);
}

.goi-chip--cart:hover {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.goi-chip--cart svg {
	width: 1.05rem;
	height: 1.05rem;
}

.goi-cart-count {
	position: absolute;
	top: -0.2rem;
	right: -0.2rem;
	min-width: 1.05rem;
	height: 1.05rem;
	border-radius: 999px;
	background: var(--goi-red);
	color: #fff;
	font-size: 0.62rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0.22rem;
	border: 2px solid var(--goi-bg);
}

.goi-cart-count[hidden] {
	display: none;
}

.goi-nav-toggle {
	display: none;
	width: 2.5rem;
	height: 2.5rem;
	border: 1px solid var(--goi-line);
	background: transparent;
	color: #fff;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.goi-nav-toggle__close {
	display: none;
}

.goi-nav.is-open + .goi-header__actions .goi-nav-toggle__open,
.goi-header.is-open .goi-nav-toggle__open {
	display: none;
}

.goi-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 2.75rem;
	padding: 0.55rem 1.1rem;
	border-radius: 10px;
	font-weight: 700;
	font-size: 0.9rem;
	text-decoration: none;
	border: 1px solid transparent;
	line-height: 1.2;
}

.goi-btn--red {
	background: var(--goi-red);
	color: #fff;
}

.goi-btn--red:hover {
	background: var(--goi-red-2);
	color: #fff;
}

.goi-btn--ghost {
	background: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.28);
}

.goi-btn--ghost:hover {
	border-color: #fff;
	color: #fff;
}

.goi-btn--wa {
	background: #075e54;
	color: #fff;
}

.goi-btn--block {
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.goi-header__cta {
	min-height: 2.45rem;
	padding: 0.45rem 0.95rem;
}

/* ----- Footer ----- */
.goi-footer {
	background: #090a0d;
	color: #c9ced8;
	border-top: 1px solid var(--goi-line);
}

.goi-footer__inner {
	width: min(var(--goi-max), calc(100% - 2rem));
	margin: 0 auto;
	min-height: 4.25rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	padding: 1rem 0;
}

.goi-footer__copy {
	margin: 0;
	font-size: 0.84rem;
}

.goi-footer__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.2rem;
}

.goi-footer__social {
	display: flex;
	gap: 0.45rem;
}

.goi-footer__social a {
	width: 2.15rem;
	height: 2.15rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border: 1px solid var(--goi-line);
	border-radius: 999px;
	text-decoration: none;
}

.goi-footer__social a:hover {
	border-color: var(--goi-red);
	color: var(--goi-red);
}

/* Inner pages: keep Shop Isle content readable under new chrome */
body.goi:not(.goi-front) {
	background: #fff;
}

body.goi:not(.goi-front) .main {
	min-height: 50vh;
}

/* ----- Homepage ----- */
.goi-home {
	background: var(--goi-bg);
	color: var(--goi-text);
}

.goi-wrap {
	width: min(1200px, calc(100% - 48px));
	margin: 0 auto;
}

.goi-hero {
	position: relative;
	min-height: 640px;
	height: auto;
	display: flex;
	align-items: center;
	overflow: hidden;
	background: #000;
}

.goi-hero__media {
	position: absolute;
	inset: 0;
	background: #050506;
}

.goi-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	display: block;
}

.goi-hero__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.55) 48%, rgba(0, 0, 0, 0.28) 100%);
}

.goi-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 400px);
	gap: 32px;
	align-items: center;
	padding: 48px 0;
}

.goi-hero__finder {
	min-width: 0;
}

.goi-hero h1 {
	margin: 0 0 16px;
	font-size: 48px;
	line-height: 1.08;
	letter-spacing: -0.03em;
	font-weight: 700;
	color: #fff;
}

.goi-hero h1 em {
	color: #e32636;
	font-style: normal;
}

.goi-hero__title-line {
	display: block;
	color: #fff;
}

.goi-hero__lead {
	margin: 0 0 22px;
	max-width: 560px;
	color: #f4f5f7;
	font-size: 16px;
	line-height: 1.55;
}

.goi-trust {
	list-style: none;
	margin: 0 0 26px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 16px 28px;
}

.goi-trust li {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 44px;
}

.goi-trust__icon {
	width: 42px;
	height: 42px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	color: #e32636;
	background: rgba(227, 38, 54, 0.12);
	border: 1px solid rgba(227, 38, 54, 0.38);
}

.goi-trust__copy {
	display: flex;
	flex-direction: column;
	gap: 2px;
	line-height: 1.2;
}

.goi-trust__copy strong {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.goi-trust__copy span {
	color: #b8becb;
	font-size: 12px;
	font-weight: 500;
}

.goi-trust svg,
.goi-ribbon svg {
	color: #e32636;
	flex: 0 0 auto;
}

.goi-hero__ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.goi-hero .goi-btn {
	min-height: 48px;
	padding: 0 22px;
	border-radius: 10px;
	font-size: 15px;
}

.goi-hero .goi-btn--ghost {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.7);
}

.goi-badge {
	background: rgba(12, 14, 18, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 18px;
	padding: 16px 16px 14px;
	min-height: 118px;
	backdrop-filter: blur(18px);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.goi-badge__loc {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	color: inherit;
}

.goi-badge__loc:hover strong {
	color: #e32636;
}

.goi-badge__pin {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	color: #fff;
	background: #e32636;
	box-shadow: 0 8px 16px rgba(227, 38, 54, 0.35);
}

.goi-badge__pin svg {
	width: 22px;
	height: 22px;
	color: #fff;
}

.goi-badge__meta {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
}

.goi-badge strong {
	display: block;
	color: #fff;
	font-size: 15px;
	letter-spacing: -0.02em;
	line-height: 1.25;
}

.goi-badge__meta span {
	color: #c5cad4;
	font-size: 13px;
}

.goi-badge__stars {
	margin: 12px 0 0 !important;
	padding: 8px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: #ffcc4d !important;
	display: flex;
	align-items: center;
	gap: 4px;
	font-weight: 700;
	font-size: 13px;
}

.goi-badge__stars b {
	margin-left: 4px;
	color: #fff;
	font-size: 13px;
}

.goi-section {
	padding: 3.5rem 0;
}

.goi-section--tight {
	padding: 2.2rem 0 3rem;
}

.goi-section h2,
.goi-panel h2 {
	margin: 0 0 0.6rem;
	font-size: 1.7rem;
	letter-spacing: -0.03em;
}

.goi-section--center > .goi-wrap > h2 {
	text-align: center;
	margin: 0 0 28px;
}

.goi-muted {
	margin: 0 0 1.4rem;
	color: var(--goi-muted);
}

.goi-cards {
	display: grid;
	gap: 1rem;
}

.goi-cards--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.goi-card {
	position: relative;
	display: flex;
	flex-direction: column;
	background: var(--goi-bg-3);
	border: 1px solid var(--goi-line);
	border-radius: var(--goi-radius);
	overflow: hidden;
	color: inherit;
	text-decoration: none;
	min-height: 17.5rem;
}

.goi-card:hover {
	border-color: rgba(227, 38, 54, 0.45);
}

.goi-card__media {
	aspect-ratio: 16 / 10;
	background: #0e1014;
	overflow: hidden;
}

.goi-card__media--sq {
	aspect-ratio: 4 / 3;
}

.goi-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.goi-card__body {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	padding: 1rem 1rem 2.6rem;
}

.goi-card__body strong {
	font-size: 1rem;
	line-height: 1.3;
}

.goi-card__body span {
	color: var(--goi-muted);
	font-size: 0.88rem;
	line-height: 1.45;
}

.goi-card__go {
	position: absolute;
	right: 0.85rem;
	bottom: 0.85rem;
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	border: 1px solid var(--goi-line);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.goi-sale {
	position: absolute;
	top: 0.7rem;
	right: 0.7rem;
	z-index: 1;
	background: var(--goi-red);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 700;
	padding: 0.22rem 0.5rem;
	border-radius: 999px;
}

.goi-price {
	color: var(--goi-red) !important;
	font-weight: 700;
	font-size: 0.95rem !important;
}

.goi-price del {
	color: #8b909a;
	font-weight: 500;
	margin-right: 0.35rem;
}

.goi-price ins {
	text-decoration: none;
	background: none;
}

.goi-card--placeholder {
	pointer-events: none;
}

.goi-card--placeholder .goi-card__media {
	background: linear-gradient(180deg, #16181f 0%, #101218 100%);
}

.goi-card--placeholder .goi-card__body strong,
.goi-card--placeholder .goi-price {
	display: block;
	height: 14px;
	width: 72%;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.06);
}

.goi-card--placeholder .goi-price {
	width: 38%;
	height: 12px;
	margin-top: 4px;
}

.goi-center {
	display: flex;
	justify-content: center;
	margin-top: 1.6rem;
}

.goi-ribbon {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: #0b0c10;
}

.goi-ribbon__row {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	min-height: 72px;
	align-items: center;
}

.goi-ribbon__item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 18px 8px;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	line-height: 1.2;
	text-align: left;
}

.goi-ribbon__item svg {
	width: 22px;
	height: 22px;
	color: #e32636;
	flex: 0 0 auto;
}

.goi-brands {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.goi-brands a {
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 0;
	padding: 0;
	border: 1px solid var(--goi-line);
	border-radius: 14px;
	overflow: hidden;
	background: var(--goi-bg-3);
	color: #fff;
	text-decoration: none;
}

.goi-brands a:hover {
	border-color: var(--goi-red);
}

.goi-brands__media {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	width: 100%;
	padding: 18px 14px;
	background: #0b0c10;
	overflow: hidden;
	box-sizing: border-box;
}

.goi-brands__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.goi-split {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: 16px;
	align-items: stretch;
}

.goi-panel {
	background: var(--goi-bg-3);
	border: 1px solid var(--goi-line);
	border-radius: calc(var(--goi-radius) + 2px);
	padding: 26px;
	min-width: 0;
	overflow: hidden;
}

.goi-panel p {
	color: var(--goi-muted);
	line-height: 1.6;
}

.goi-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin-top: 20px;
}

.goi-stats div {
	background: rgba(255, 255, 255, 0.03);
	border-radius: 10px;
	padding: 14px 8px;
	text-align: center;
	min-width: 0;
}

.goi-stats strong {
	display: block;
	color: var(--goi-red);
	font-size: 20px;
	line-height: 1.2;
}

.goi-stats span {
	display: block;
	font-size: 12px;
	color: var(--goi-muted);
	line-height: 1.3;
	overflow-wrap: anywhere;
}

.goi-panel--cta {
	display: flex;
	flex-direction: column;
}

.goi-panel__actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	min-width: 0;
	margin-top: 4px;
}

.goi-panel--cta .goi-btn {
	margin: 0;
	flex: 0 0 auto;
}

.goi-panel__addr {
	margin: 16px 0 0;
	font-size: 14px;
}

.goi-panel__addr a {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	color: var(--goi-muted);
	text-decoration: underline;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.goi-panel__addr svg {
	flex: 0 0 auto;
	margin-top: 2px;
	color: var(--goi-red);
}

.goi-seo__inner {
	max-width: 48rem;
	color: #c5cad3;
	line-height: 1.7;
	font-size: 0.96rem;
}

.goi-seo h2 {
	color: #fff;
	font-size: 1.25rem;
	margin: 1.6rem 0 0.5rem;
}

.goi-seo ul {
	margin: 0.4rem 0 1rem;
	padding-left: 1.1rem;
}

.goi-seo li {
	margin: 0.25rem 0;
}

@media (max-width: 1024px) {
	.goi-cards--4,
	.goi-ribbon__row,
	.goi-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.goi-brands {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.goi-brands__item--cupra {
		display: none;
	}

	.goi-hero__grid,
	.goi-split {
		grid-template-columns: 1fr;
	}

	.goi-chip--phone .goi-chip__text {
		display: none;
	}

	.goi-chip--phone {
		width: 2.5rem;
		padding: 0;
		justify-content: center;
	}

	.goi-nav {
		display: none;
	}

	.goi-nav.is-open {
		display: block;
		position: absolute;
		top: var(--goi-header);
		left: 0;
		right: 0;
		background: #101218;
		border-bottom: 1px solid var(--goi-line);
		padding: 0.75rem 1rem 1.1rem;
		max-height: calc(100dvh - var(--goi-header));
		overflow: auto;
	}

	.goi-nav.is-open .goi-nav__list {
		flex-direction: column;
		align-items: stretch;
	}

	.goi-nav.is-open .goi-nav__list > .goi-nav__item.is-current > a {
		box-shadow: none;
	}

	.goi-nav.is-open .goi-sub {
		position: static;
		display: block;
		box-shadow: none;
		border: 0;
		background: transparent;
		padding: 0 0 0 0.7rem;
		min-width: 0;
	}

	.goi-nav-toggle {
		display: inline-flex;
	}

	.goi-header.is-nav-open .goi-nav-toggle__open {
		display: none;
	}

	.goi-header.is-nav-open .goi-nav-toggle__close {
		display: block;
	}

	.goi-hero {
		height: auto;
		min-height: 0;
	}

	.goi-hero h1 {
		font-size: 36px;
	}

	.goi-trust {
		gap: 14px 20px;
	}

	.goi-hero__grid {
		grid-template-columns: 1fr;
		padding: 48px 0;
	}

	.goi-hero__finder {
		max-width: 420px;
		width: 100%;
		justify-self: start;
	}
}

@media (max-width: 640px) {
	.goi-chip--cta {
		display: none;
	}

	.goi-cards--4,
	.goi-ribbon__row,
	.goi-stats {
		grid-template-columns: 1fr;
	}

	.goi-brands {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.goi-hero {
		min-height: 0;
		height: auto;
	}

	.goi-hero h1 {
		font-size: 28px;
	}

	.goi-footer__inner {
		justify-content: center;
		text-align: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
