:root {
	--gghp-ink: #10153f;
	--gghp-text: #555968;
	--gghp-line: #e7e8ed;
	--gghp-soft: #f5f5f7;
	--gghp-radius: 22px;
}

.gghp-home,
.gghp-home * { box-sizing: border-box; }
.gghp-home { color: var(--gghp-ink); width: min(100%, 1600px); margin: 0 auto; padding: 42px clamp(20px, 3vw, 48px) 72px; }
.gghp-home a { color: inherit; text-decoration: none; }
.gghp-sr-only { position: absolute!important; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.gghp-hero { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 18px; }
.gghp-hero-card,
.gghp-editorial-card { position: relative; isolation: isolate; overflow: hidden; border-radius: var(--gghp-radius); color: #fff!important; background: #777 var(--gghp-image) center/cover no-repeat; }
.gghp-hero-card::before,
.gghp-editorial-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(8,10,20,.04) 28%, rgba(8,10,20,.82) 100%); transition: background .25s ease; }
.gghp-hero-card:hover::before,
.gghp-editorial-card:hover::before { background: linear-gradient(180deg, rgba(8,10,20,.10) 20%, rgba(8,10,20,.90) 100%); }
.gghp-hero-card { min-height: 530px; padding: 34px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; }
.gghp-hero-card__eyebrow,
.gghp-editorial-card__kicker,
.gghp-kicker,
.gghp-business-grid__eyebrow { display: block; margin: 0 0 8px; text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 700; }
.gghp-hero-card__title { display: block; max-width: 12ch; font-size: clamp(36px, 4vw, 66px); font-weight: 700; line-height: .98; letter-spacing: -.04em; }
.gghp-hero-card:not(.gghp-hero-card--lead) .gghp-hero-card__title { font-size: clamp(34px, 3vw, 54px); }
.gghp-hero-card__copy { display: block; max-width: 33ch; margin: 18px 0 24px; font-size: 17px; line-height: 1.45; }
.gghp-pill { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 0 22px; border-radius: 999px; background: #fff; color: var(--gghp-ink)!important; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.gghp-pill:hover { transform: translateY(-2px); }
.gghp-pill--dark { background: #0d0e12; color: #fff!important; }

.gghp-section { margin-top: 72px; }
.gghp-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.gghp-section-head h2,
.gghp-final-cta h2 { margin: 0; font-size: clamp(32px, 4vw, 54px); line-height: 1.02; letter-spacing: -.04em; }
.gghp-kicker { color: #7a7d88; }
.gghp-text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; white-space: nowrap; }
.gghp-text-link span { transition: transform .2s ease; }
.gghp-text-link:hover span { transform: translateX(4px); }

.gghp-tabs { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 14px; scrollbar-width: none; }
.gghp-tabs::-webkit-scrollbar,
.gghp-rail::-webkit-scrollbar,
.gghp-chip-rail::-webkit-scrollbar { display: none; }
.gghp-tabs button { flex: 0 0 auto; border: 1px solid var(--gghp-line); background: #fff; color: var(--gghp-ink); border-radius: 999px; min-height: 42px; padding: 0 18px; font: inherit; font-weight: 700; cursor: pointer; }
.gghp-tabs button.is-active { color: #fff; background: #0d0e12; border-color: #0d0e12; }
.gghp-tab-panel { display: none; }
.gghp-tab-panel.is-active { display: block; }
.gghp-rail-shell { position: relative; }
.gghp-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(230px, 1fr); gap: 18px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; padding: 10px 5% 24px 6px; scrollbar-width: none; }
.gghp-product-card { min-width: 0; height: 100%; display: flex; flex-direction: column; scroll-snap-align: start; }
.gghp-product-card__image { position: relative; isolation: isolate; display: grid; place-items: center; aspect-ratio: 1 / 1.08; overflow: hidden; border-radius: 24px; background: #fff!important; box-shadow: 0 14px 38px rgba(15,20,55,.09), 0 2px 8px rgba(15,20,55,.045); }
.gghp-product-card__image::after { content: ""; position: absolute; z-index: 3; inset: 0; pointer-events: none; border: 1px solid rgba(16,21,63,.045); border-radius: inherit; }
.gghp-product-card__image img { width: 100%; height: 100%; object-fit: contain; padding: 0; border-radius: inherit; background: #fff; image-rendering: auto; transition: transform .25s ease; }
.gghp-product-card:hover .gghp-product-card__image img { transform: scale(1.025); }
.gghp-product-card__body { flex: 1; display: flex; flex-direction: column; padding: 14px 4px 0; }
.gghp-product-card h3 { min-height: 2.7em; margin: 0 0 8px; font-size: 17px; line-height: 1.35; }
.gghp-product-card__price { min-height: 28px; color: var(--gghp-ink); font-size: 16px; font-weight: 700; }
.gghp-product-card__price .gghp-from { color: var(--gghp-text); font-weight: 500; }
.gghp-product-card__price del { color: #8b8d95; font-weight: 400; }
.gghp-product-card__actions { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; margin-top: auto; padding-top: 12px; }
.gghp-product-card__button { display: inline-flex!important; min-height: 42px; align-items: center; justify-content: center; padding: 0 17px!important; border: 0!important; border-radius: 999px!important; background: #0d0e12!important; color: #fff!important; font-size: 13px!important; font-weight: 700!important; line-height: 1!important; }
.gghp-product-card__button--wide { width: 100%; margin-top: auto; }
.gghp-product-card__stock { position: absolute; z-index: 2; top: 16px; left: 16px; padding: 8px 14px; border-radius: 999px; background: #0d0e12; color: #fff; font-size: 12px; font-weight: 700; }
.gghp-product-card__heart { position: absolute; z-index: 2; right: 18px; bottom: 14px; pointer-events: none; font-size: 34px; line-height: 1; color: #111; }
.gghp-product-card__detail { min-height: 40px; display: flex; align-items: center; justify-content: center; margin-top: 12px; padding: 0 13px; border: 1px solid var(--gghp-line); border-radius: 999px; color: #252735; font-size: 13px; }
.gghp-product-card__stepper { min-height: 42px; display: grid; grid-template-columns: 36px 1fr 36px; align-items: center; border: 1px solid var(--gghp-line); border-radius: 999px; }
.gghp-product-card__stepper button { width: 36px!important; min-width: 36px!important; height: 36px!important; min-height: 36px!important; padding: 0!important; border: 0!important; border-radius: 50%!important; background: transparent!important; color: #252735!important; box-shadow: none!important; font: inherit; font-size: 22px; line-height: 1!important; cursor: pointer; transition: color .18s ease, background-color .18s ease, transform .18s ease; }
.gghp-product-card__stepper button:hover,
.gghp-product-card__stepper button:focus-visible { background: var(--gghp-ink)!important; color: #fff!important; outline: none!important; }
.gghp-product-card__stepper button:active { transform: scale(.93); }
.gghp-product-card__stepper span { text-align: center; font-weight: 700; }
.gghp-product-card__cart { width: 48px; padding: 0!important; }
.gghp-product-card__cart:hover,
.gghp-product-card__cart:focus-visible { background: var(--gghp-ink)!important; color: #fff!important; box-shadow: 0 7px 18px rgba(16,21,63,.2)!important; outline: none!important; }
.gghp-product-card__cart svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.gghp-rail-arrow { position: absolute; z-index: 4; top: 42%; width: 46px; height: 46px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(16,21,63,.12); border-radius: 50%; background: rgba(255,255,255,.94); color: var(--gghp-ink); box-shadow: 0 8px 24px rgba(16,21,63,.14); font-size: 30px; line-height: 1; cursor: pointer; transform: translateY(-50%); backdrop-filter: blur(10px); }
.gghp-rail-arrow--prev { left: -10px; }
.gghp-rail-arrow--next { right: -10px; }
.gghp-rail-arrow[disabled] { opacity: 0; pointer-events: none; }

.gghp-editorial-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; margin-top: 56px; }
.gghp-editorial-card { min-height: 450px; padding: 34px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; }
.gghp-editorial-card__title { display: block; margin-bottom: 24px; font-size: clamp(34px, 4vw, 58px); font-weight: 700; line-height: 1; letter-spacing: -.04em; }

.gghp-chip-rail { display: flex; gap: 10px; overflow-x: auto; scrollbar-width: none; }
.gghp-chip-rail a { flex: 0 0 auto; display: inline-flex; min-height: 48px; align-items: center; padding: 0 20px; border: 1px solid var(--gghp-line); border-radius: 999px; background: #fff; font-weight: 700; }
.gghp-chip-rail a:hover { background: var(--gghp-soft); }

.gghp-business-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 64px; }
.gghp-business-grid > a { min-height: 240px; padding: 30px; border-radius: var(--gghp-radius); background: var(--gghp-soft); display: flex; flex-direction: column; justify-content: flex-end; transition: transform .2s ease, background .2s ease; }
.gghp-business-grid > a:hover { transform: translateY(-3px); background: #ededf1; }
.gghp-business-grid strong { display: block; max-width: 13ch; margin-bottom: 12px; font-size: clamp(27px, 2.5vw, 40px); line-height: 1; letter-spacing: -.03em; }
.gghp-business-grid > a > span:last-child { max-width: 35ch; color: var(--gghp-text); line-height: 1.5; }

.gghp-project-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.gghp-project-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 14px; }
.gghp-benefits { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 72px; padding: 30px 0; border-top: 1px solid var(--gghp-line); border-bottom: 1px solid var(--gghp-line); }
.gghp-benefits > div { display: flex; gap: 14px; align-items: flex-start; padding: 0 28px; border-right: 1px solid var(--gghp-line); }
.gghp-benefits > div:first-child { padding-left: 0; }
.gghp-benefits > div:last-child { border-right: 0; }
.gghp-benefits > div > span { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; border-radius: 50%; background: var(--gghp-soft); }
.gghp-benefits p { margin: 0; }
.gghp-benefits strong,
.gghp-benefits small { display: block; }
.gghp-benefits small { margin-top: 3px; color: var(--gghp-text); line-height: 1.4; }

.gghp-final-cta { margin-top: 70px; padding: clamp(36px, 6vw, 80px); border-radius: var(--gghp-radius); background: var(--gghp-ink); color: #fff; }
.gghp-final-cta h2 { max-width: 15ch; }
.gghp-final-cta > p:not(.gghp-kicker) { max-width: 54ch; margin: 20px 0 28px; color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.55; }
.gghp-final-cta > div { display: flex; align-items: center; gap: 24px; }
.gghp-final-cta .gghp-text-link { color: #fff; }

@media (min-width: 1100px) {
	.gghp-rail { grid-auto-columns: calc((100% - 54px) / 4.55); }
}

@media (max-width: 900px) {
	.gghp-home { padding-top: 24px; }
	.gghp-hero { grid-template-columns: 1fr 1fr; }
	.gghp-hero-card--lead { grid-column: 1 / -1; }
	.gghp-hero-card { min-height: 430px; }
	.gghp-editorial-grid { grid-template-columns: 1fr; }
	.gghp-business-grid { grid-template-columns: 1fr; }
	.gghp-business-grid > a { min-height: 190px; }
	.gghp-project-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 620px) {
	.gghp-home { padding: 16px 14px 46px; overflow: hidden; }
	.gghp-hero { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: inline mandatory; scrollbar-width: none; padding-bottom: 4px; }
	.gghp-hero::-webkit-scrollbar { display: none; }
	.gghp-hero-card,
	.gghp-hero-card--lead { flex: 0 0 88%; min-height: 470px; scroll-snap-align: start; padding: 24px; }
	.gghp-hero-card__title,
	.gghp-hero-card:not(.gghp-hero-card--lead) .gghp-hero-card__title { font-size: 43px; }
	.gghp-hero-card__copy { font-size: 15px; }
	.gghp-section { margin-top: 50px; }
	.gghp-section-head { align-items: flex-start; }
	.gghp-section-head h2,
	.gghp-final-cta h2 { font-size: 36px; }
	.gghp-section-head .gghp-text-link { display: none; }
	.gghp-rail { margin-right: -14px; grid-auto-columns: 78%; padding-right: 18%; }
	.gghp-product-card__image { aspect-ratio: 1 / 1.08; }
	.gghp-rail-arrow { display: none; }
	.gghp-editorial-grid { margin-top: 46px; }
	.gghp-editorial-card { min-height: 390px; padding: 24px; }
	.gghp-editorial-card__title { font-size: 40px; }
	.gghp-chip-rail { margin-right: -14px; }
	.gghp-business-grid { margin-top: 50px; }
	.gghp-project-grid { grid-template-columns: repeat(2, 1fr); }
	.gghp-benefits { grid-template-columns: 1fr; gap: 0; }
	.gghp-benefits > div,
	.gghp-benefits > div:first-child { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--gghp-line); }
	.gghp-benefits > div:last-child { border-bottom: 0; }
	.gghp-final-cta { margin-top: 50px; padding: 34px 24px; }
	.gghp-final-cta > div { align-items: flex-start; flex-direction: column; }
}
