.gh-home { overflow: hidden; background: #fff; color: var(--gh-text); }
.gh-home h1, .gh-home h2, .gh-home h3, .gh-home p { font-family: var(--sans); }
.gh-eyebrow { margin: 0 0 10px !important; color: #805b00 !important; font-size: .74rem !important; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.gh-primary-button, .gh-ghost-button, .gh-outline-button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 52px; padding: 0 28px; border-radius: 999px; font-weight: 700; text-decoration: none; transition: .25s ease; }
.gh-primary-button { background: var(--gh-gold); color: var(--gh-navy); box-shadow: 0 12px 30px rgb(247 185 0 / 25%); }
.gh-primary-button:hover { background: #ffd23c; color: var(--gh-navy); transform: translateY(-2px); }
.gh-primary-button span, .gh-outline-button span { transition: transform .25s ease; }
.gh-primary-button:hover span, .gh-outline-button:hover span { transform: translateX(5px); }
.gh-ghost-button { border: 1px solid rgb(255 255 255 / 35%); background: rgb(255 255 255 / 9%); color: #fff; }
.gh-ghost-button:hover { background: #fff; color: var(--gh-navy); }
.gh-outline-button { border: 1px solid #ccd5e1; color: var(--gh-text); }
.gh-outline-button:hover { border-color: var(--gh-navy); background: var(--gh-navy); color: #fff; }
.gh-center { margin: 42px 0 0; text-align: center; }

.gh-hero { position: relative; min-height: 620px; color: #fff; }
.gh-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gh-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(63 63 63 / 91%) 0%, rgb(63 63 63 / 68%) 34%, rgb(63 63 63 / 16%) 67%, transparent 100%); }
.gh-hero__inner { position: relative; display: flex; align-items: center; min-height: 620px; }
.gh-hero__content { max-width: 600px; padding: 76px 0; }
.gh-hero__tag { display: inline-flex; padding: 7px 16px; margin: 0 0 25px; border: 1px solid rgb(255 255 255 / 70%); border-radius: 999px; color: var(--gh-gold); font-size: .76rem; font-weight: 700; text-transform: uppercase; }
.gh-hero h1 { max-width: 570px; margin: 0 0 26px; color: #fff; font-size: clamp(3.4rem, 6.2vw, 5.8rem); font-weight: 700; letter-spacing: -.045em; line-height: .98; }
.gh-hero__content > p:not(.gh-hero__tag) { max-width: 570px; margin: 0; color: #ededed; font-size: 1.08rem; line-height: 1.75; }
.gh-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

.gh-benefits { padding: 92px 0 100px; background: #fff; }
.gh-section-head { margin-bottom: 36px; }
.gh-section-head h2 { margin: 0; color: var(--gh-navy); font-size: clamp(2rem, 4vw, 3.1rem); font-weight: 700; letter-spacing: -.035em; line-height: 1.1; }
.gh-title-accent { position: relative; display: inline-block; color: #805b00; white-space: nowrap; }
.gh-section-head > div > p:last-child, .gh-section-head--center > p:last-child { max-width: 650px; margin: 14px 0 0; color: var(--gh-muted); }
.gh-section-head--center { max-width: 760px; margin: 0 auto 50px; text-align: center; }
.gh-section-head--center > p:last-child { margin-inline: auto; }
.gh-benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.gh-benefit-grid article { min-height: 230px; padding: 30px; border: 1px solid #e8edf3; border-radius: var(--gh-radius); background: #f8fafc; backface-visibility: hidden; transform: translate3d(0,0,0); transition: transform .48s cubic-bezier(.22,1,.36,1), box-shadow .4s ease; will-change: transform; }
.gh-benefit-grid article:hover { box-shadow: 0 18px 38px rgb(63 63 63 / 9%); transform: translate3d(0,-8px,0); }
.gh-benefit-grid article > span { display: grid; width: 54px; height: 54px; place-items: center; margin-bottom: 26px; border-radius: 14px; background: #fff; color: var(--gh-gold); font-size: 1.32rem; font-weight: 700; box-shadow: 0 5px 15px rgb(63 63 63 / 5%); }
.gh-benefit-grid article > span .gh-icon { width: 25px; height: 25px; }
.gh-benefit-grid article > span { backface-visibility: hidden; transform: translateZ(0) scale(1); transition: transform .48s cubic-bezier(.22,1,.36,1); will-change: transform; }
.gh-benefit-grid article:hover > span { transform: translateZ(0) scale(1.1); }
.gh-benefit-grid h3 { margin: 0 0 10px; color: var(--gh-navy); font-size: 1.08rem; }
.gh-benefit-grid p { margin: 0; color: var(--gh-muted); font-size: .9rem; line-height: 1.65; }

.gh-collection { padding: 84px 0 90px; border-top: 1px solid #eceae4; background: #fff; }
.gh-collection--tint { background: #f7f6f2; }
.gh-section-head--split { display: flex; align-items: end; justify-content: space-between; gap: 36px; }
.gh-tabs { display: flex; max-width: 58%; padding: 5px; align-items: center; overflow-x: auto; border: 1px solid #ddd; border-radius: 999px; background: #fff; box-shadow: 0 2px 5px rgb(63 63 63 / 4%); scrollbar-width: none; }
.gh-tabs::-webkit-scrollbar { display: none; }
.gh-tabs button { display: inline-flex; min-height: 40px; padding: 8px 20px; align-items: center; justify-content: center; border: 0; border-radius: 999px; background: transparent; color: #666; font-size: .8rem; font-weight: 600; line-height: 1.2; white-space: nowrap; box-shadow: none; transition: background .25s ease, color .25s ease, box-shadow .25s ease; }
.gh-tabs button:hover { border: 0; background: #f1f4f8; color: var(--gh-navy); transform: none; }
.gh-tabs button.is-active { background: var(--gh-navy); color: #fff; box-shadow: 0 7px 18px rgb(63 63 63 / 19%); }
.gh-product-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; opacity: 1; transform: translateY(0); transition: opacity .17s ease, transform .17s ease; }
.gh-product-grid.is-filtering { opacity: 0; transform: translateY(9px); }
.gh-product-grid.is-tab-entering { animation: gh-slide-up .4s ease forwards; }
.gh-product-status { min-height: 24px; margin: 16px 0 0; color: var(--gh-muted); font-size: .82rem; text-align: center; }
.gh-tabs button[aria-busy="true"] { cursor: progress; opacity: .72; }
@keyframes gh-slide-up { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.gh-product-card--skeleton { pointer-events: none; }
.gh-product-card--skeleton .gh-product-card__image,
.gh-skeleton-line { background: linear-gradient(100deg, #e8edf2 20%, #f6f8fa 40%, #e8edf2 60%); background-size: 220% 100%; animation: gh-skeleton-shimmer 1.25s ease-in-out infinite; }
.gh-skeleton-body { display: block; }
.gh-skeleton-line { display: block; width: 100%; height: 13px; margin-bottom: 13px; border-radius: 999px; }
.gh-skeleton-line--short { width: 42%; height: 9px; }
.gh-skeleton-line--price { width: 58%; margin-top: 20px; margin-bottom: 0; }
.gh-editorial { padding: 94px 0; background: #f5f8fc; }
.gh-editorial__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; }
.gh-editorial__column > header { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.gh-editorial__column header h2 { margin: 0; color: var(--gh-navy); font-size: 1.55rem; }
.gh-editorial__column header h2 span { display: inline-flex; margin-right: 9px; color: var(--gh-gold); vertical-align: -.12em; }
.gh-editorial__column header h2 .gh-icon { width: 23px; height: 23px; }
.gh-editorial__column header a { color: var(--gh-muted); font-size: .8rem; text-decoration: none; }
.gh-story-list { display: grid; gap: 16px; }
.gh-story { display: grid; grid-template-columns: 142px 1fr; gap: 20px; align-items: center; min-height: 142px; padding: 12px; border: 1px solid #e5eaf1; border-radius: 16px; background: #fff; color: inherit; text-decoration: none; backface-visibility: hidden; transform: translate3d(0,0,0); transition: transform .45s cubic-bezier(.22,1,.36,1), box-shadow .4s ease; will-change: transform; }
.gh-story:hover { box-shadow: var(--gh-shadow); transform: translate3d(0,-3px,0); }
.gh-story img { width: 142px; height: 118px; border-radius: 11px; object-fit: cover; backface-visibility: hidden; transform: translateZ(0) scale(1.001); transition: transform .65s cubic-bezier(.22,1,.36,1), filter .45s ease; will-change: transform; }
.gh-story:hover img { filter: saturate(1.08); transform: translateZ(0) scale(1.055); }
.gh-story small { display: block; margin-bottom: 5px; color: #805b00; font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.gh-story strong { display: block; color: var(--gh-navy); font-size: .94rem; line-height: 1.4; }
.gh-story strong { transition: color .25s ease; }
.gh-story:hover strong { color: #c79200; }
.gh-story p { display: -webkit-box; margin: 7px 0 0; overflow: hidden; color: var(--gh-muted); font-size: .78rem; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.gh-cta { padding: 80px 0; background: #fff; }
.gh-cta .gh-eyebrow { color: var(--gh-gold) !important; }
.gh-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 42px; padding: 54px 60px; border-radius: 26px; background: var(--gh-navy); color: #fff; box-shadow: 0 24px 70px rgb(63 63 63 / 18%); }
.gh-cta h2 { margin: 0 0 10px; color: #fff; font-size: clamp(1.8rem, 3vw, 2.7rem); letter-spacing: -.03em; text-wrap: balance; }
.gh-cta p:not(.gh-eyebrow) { margin: 0; color: #d0d0d0; }
.gh-cta__inner > div:last-child { display: flex; flex: 0 0 auto; align-items: center; gap: 24px; }
.gh-cta .gh-primary-button { flex: 0 0 auto; white-space: nowrap; }
.gh-cta__phone { display: flex; flex-direction: column; color: #fff; text-decoration: none; white-space: nowrap; }
.gh-cta__phone small { color: #bdbdbd; }
.gh-cta__phone strong { font-size: 1.08rem; }


@media (max-width: 1100px) {
	.gh-product-grid { grid-template-columns: repeat(4, 1fr); }
	.gh-section-head--split { align-items: flex-start; }
	.gh-tabs { max-width: 52%; }
	.gh-editorial__grid { gap: 24px; }
	.gh-story { grid-template-columns: 115px 1fr; gap: 15px; }
	.gh-story img { width: 115px; }
	.gh-cta__inner { display: block; }
	.gh-cta__inner > div:last-child { margin-top: 28px; }
}

@media (max-width: 900px) {
	.gh-hero, .gh-hero__inner { min-height: 560px; }
	.gh-hero__shade { background: linear-gradient(90deg, rgb(63 63 63 / 88%), rgb(63 63 63 / 45%)); }
	.gh-hero__content { max-width: 610px; }
	.gh-benefit-grid { grid-template-columns: repeat(2, 1fr); }
	.gh-section-head--split { display: block; }
	.gh-tabs { max-width: 100%; margin-top: 26px; }
	.gh-product-grid { grid-template-columns: repeat(3, 1fr); }
	.gh-editorial__grid { grid-template-columns: 1fr; gap: 54px; }
	.gh-story { grid-template-columns: 142px 1fr; }
	.gh-story img { width: 142px; }
	.gh-cta__inner { padding: 44px; }
	.gh-cta__inner > div:last-child { margin-top: 28px; }
}

@media (max-width: 650px) {
	.gh-hero, .gh-hero__inner { min-height: 590px; }
	.gh-hero__shade { background: linear-gradient(90deg, rgb(63 63 63 / 91%), rgb(63 63 63 / 52%)); }
	.gh-hero__content { padding: 58px 0; }
	.gh-hero h1 { font-size: clamp(3rem, 15vw, 4rem); }
	.gh-hero__content > p:not(.gh-hero__tag) { font-size: .96rem; }
	.gh-benefits, .gh-collection, .gh-editorial { padding-block: 64px; }
	.gh-benefit-grid { grid-template-columns: 1fr; gap: 14px; }
	.gh-benefit-grid article { min-height: 0; padding: 24px; }
	.gh-benefit-grid article > span { margin-bottom: 18px; }
	.gh-section-head h2 { font-size: 2rem; }
	.gh-tabs { width: max-content; max-width: 100%; margin-right: auto; margin-left: auto; overscroll-behavior-inline: contain; scroll-padding-inline: 5px; }
	.gh-tabs button { flex: 0 0 auto; padding-inline: 14px; }
	.gh-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
	.gh-story { grid-template-columns: 105px 1fr; gap: 13px; min-height: 120px; padding: 10px; }
	.gh-story img { width: 105px; height: 100px; }
	.gh-story strong { font-size: .82rem; }
	.gh-story p { display: none; }
	.gh-editorial__column header h2 { font-size: 1.25rem; }
	.gh-cta { padding: 56px 0; }
	.gh-cta__inner { padding: 34px 24px; border-radius: 20px; }
	.gh-cta__inner > div:last-child { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 430px) {
	.gh-hero__actions { align-items: stretch; flex-direction: column; }
	.gh-hero__actions a { width: 100%; }
	.gh-story { grid-template-columns: 90px 1fr; }
	.gh-story img { width: 90px; height: 90px; }
}

@media (prefers-reduced-motion: reduce) {
	.gh-product-card--skeleton .gh-product-card__image,
	.gh-skeleton-line { animation: none; }
}
