.hgc-header { position: fixed; z-index: 1000; top: 12px; right: 0; left: 0; pointer-events: none; transition: top .25s ease; }
.hgc-header__inner { display: flex; width: min(1280px, calc(100vw - 24px)); height: var(--hgc-header-height); align-items: center; gap: 22px; margin: auto; padding: 0 18px; border: 1px solid rgba(200,160,80,.66); border-radius: 16px; color: white; background: rgba(27,18,9,.92); box-shadow: 0 12px 50px rgba(12,10,8,.24), inset 0 1px rgba(255,255,255,.04); pointer-events: auto; backdrop-filter: blur(18px); transition: height .25s ease, box-shadow .25s ease, background .25s ease; }
.hgc-header.is-compact { top: 6px; }
.hgc-header.is-compact .hgc-header__inner { height: 62px; box-shadow: 0 8px 36px rgba(12,10,8,.17); }
.hgc-brand { display: inline-flex; flex: 0 0 auto; align-items: center; }
.hgc-brand img, .custom-logo-link img { width: auto; max-width: 190px; max-height: 48px; object-fit: contain; }
.hgc-brand--light img { filter: none; }
.hgc-nav { display: none; margin-left: auto; }
.hgc-nav__list { display: flex; align-items: center; gap: clamp(16px, 2.2vw, 34px); margin: 0; padding: 0; list-style: none; }
.hgc-nav__list a { position: relative; padding: 18px 0; font-size: .78rem; font-weight: 700; letter-spacing: .07em; }
.hgc-nav__list a::after { position: absolute; right: 50%; bottom: 10px; left: 50%; height: 1px; content: ""; background: var(--hgc-gold); transition: right .2s, left .2s; }
.hgc-nav__list a:hover::after { right: 0; left: 0; }
.hgc-nav__list .hgc-menu-item--search a { padding: 11px 18px; border: 1px solid var(--hgc-gold); border-radius: 999px; color: var(--hgc-ink); background: var(--hgc-gold); }
.hgc-nav__list .hgc-menu-item--search a::after { display: none; }
.hgc-nav__list .hgc-menu-item--search a:hover { color: white; background: var(--hgc-gold-deep); }
.hgc-nav__list .hgc-menu-item--line a { padding: 11px 17px; border: 1px solid #06c755; border-radius: 999px; color: white; background: #06c755; }
.hgc-nav__list .hgc-menu-item--line a::after { display: none; }
.hgc-nav__list .hgc-menu-item--line a:hover { color: white; border-color: #05a847; background: #05a847; }
.hgc-header__search { display: none; align-items: center; gap: 10px; padding: 11px 18px; border: 1px solid var(--hgc-gold); border-radius: 999px; color: var(--hgc-ink); background: var(--hgc-gold); font-size: .75rem; font-weight: 700; }
.hgc-menu-button { display: grid; width: 44px; height: 44px; place-content: center; gap: 5px; margin-left: auto; padding: 0; border: 1px solid #e1bd70; border-radius: 50%; color: var(--hgc-ink); background: var(--hgc-gold); box-shadow: 0 5px 18px rgba(0,0,0,.22); }
.hgc-menu-button > span:not(.screen-reader-text) { display: block; width: 18px; height: 1px; background: currentColor; }
.hgc-mobile-overlay { position: fixed; z-index: 1090; inset: 0; visibility: hidden; opacity: 0; background: rgba(12,10,8,.62); transition: .3s ease; }
.hgc-mobile-overlay.is-open { visibility: visible; opacity: 1; }
.hgc-mobile-menu { position: fixed; z-index: 1100; top: 0; right: 0; bottom: 0; width: min(88vw, 410px); padding: 28px; color: var(--hgc-paper); background: var(--hgc-ink-2); transform: translateX(105%); transition: transform .35s cubic-bezier(.22,1,.36,1); }
.hgc-mobile-menu.is-open { transform: none; }
.hgc-mobile-menu__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 54px; }
.hgc-mobile-menu__top img { max-width: 190px; }
.hgc-mobile-menu__top button { width: 42px; height: 42px; padding: 0; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: white; background: none; font-size: 1.7rem; line-height: 1; }
.hgc-mobile-menu__list, .hgc-mobile-menu .hgc-nav__list { display: block; margin: 0 0 44px; padding: 0; list-style: none; }
.hgc-mobile-menu li { border-bottom: 1px solid rgba(255,255,255,.12); }
.hgc-mobile-menu li a { display: block; padding: 17px 0; font-family: var(--hgc-serif); font-size: 1.2rem; }
.hgc-mobile-menu .hgc-menu-item--search a { margin: 10px 0; padding: 15px 18px; border-radius: 999px; color: var(--hgc-ink); background: var(--hgc-gold); text-align: center; }
.hgc-mobile-menu .hgc-menu-item--line a { margin: 10px 0; padding: 15px 18px; border-radius: 999px; color: white; background: #06c755; text-align: center; }
.hgc-widget--line h2 span,
.hgc-business-cta h2 span { display: block; }

.hgc-hero { position: relative; padding: 122px 0 54px; color: white; background: radial-gradient(circle at 80% -20%, rgba(200,160,80,.16), transparent 34%), #21150b; overflow: hidden; }
.hgc-hero::before { position: absolute; inset: 0; content: ""; pointer-events: none; background: linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.hgc-hero__masthead { position: relative; z-index: 4; display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.hgc-hero__kicker { margin: 0; color: var(--hgc-gold); font-family: var(--hgc-display); font-size: .65rem; font-weight: 700; letter-spacing: .24em; }
.hgc-hero__lead { margin: 0; color: rgba(255,255,255,.55); font-family: var(--hgc-serif); font-size: .74rem; }
.hgc-hero__track { position: relative; z-index: 2; display: grid; touch-action: pan-y; }
.hgc-hero__slide { grid-area: 1 / 1; width: min(1080px, calc(100vw - 48px)); margin: 0 auto; border: 1px solid rgba(200,160,80,.4); background: #100b07; box-shadow: 0 28px 80px rgba(0,0,0,.4); visibility: hidden; opacity: 0; transform: translateX(0) scale(.9); pointer-events: none; transition: transform .7s cubic-bezier(.22,1,.36,1), opacity .55s ease, visibility .55s; }
.hgc-hero__slide.is-active { z-index: 3; visibility: visible; opacity: 1; transform: translateX(0) scale(1); pointer-events: auto; }
.hgc-hero__slide.is-prev, .hgc-hero__slide.is-next { z-index: 1; visibility: visible; opacity: .52; filter: saturate(.82) brightness(.72); }
.hgc-hero__slide.is-prev { transform: translateX(-96%) scale(.86); }
.hgc-hero__slide.is-next { transform: translateX(96%) scale(.86); }
.hgc-hero__media { position: relative; display: block; aspect-ratio: 1200 / 628; overflow: hidden; background: #160f09; }
.hgc-hero__media::after { position: absolute; inset: 0; content: ""; border: 1px solid rgba(255,255,255,.09); box-shadow: inset 0 -90px 100px rgba(8,5,3,.18); pointer-events: none; }
.hgc-hero__media picture { display: block; width: 100%; height: 100%; }
.hgc-hero__image { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.22,1,.36,1); }
.hgc-hero__slide.is-active:hover .hgc-hero__image { transform: scale(1.018); }
.hgc-hero__image-number { position: absolute; right: 18px; bottom: 13px; color: rgba(255,255,255,.74); font-family: var(--hgc-display); font-size: .62rem; letter-spacing: .18em; text-shadow: 0 1px 12px rgba(0,0,0,.6); }
.hgc-hero__content { display: grid; grid-template-columns: minmax(0,1fr) auto; min-height: 122px; align-items: center; gap: 28px; padding: 20px 24px 21px 29px; border-top: 2px solid var(--hgc-gold); background: linear-gradient(100deg, #130d08, #211508); }
.hgc-hero__text { min-width: 0; }
.hgc-hero__text .hgc-eyebrow { margin-bottom: 7px; color: #e4c77f; font-size: .62rem; }
.hgc-hero__title { max-width: 790px; margin: 0; overflow: hidden; color: white; font-size: clamp(1.35rem, 1.9vw, 2rem); line-height: 1.34; text-overflow: ellipsis; text-wrap: balance; }
.hgc-hero__title > span { display: block; }
.hgc-hero__copy { display: -webkit-box; max-width: 800px; margin: 8px 0 0; overflow: hidden; color: rgba(255,255,255,.75); font-size: .78rem; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.hgc-hero__cta { display: grid; width: 158px; min-height: 66px; grid-template-columns: 1fr auto; align-items: center; gap: 14px; padding: 14px 18px; color: #21150b; background: var(--hgc-gold); font-size: .7rem; font-weight: 700; line-height: 1.45; transition: color .25s, background .25s, transform .25s; }
.hgc-hero__cta span:last-child { font-size: 1rem; }
.hgc-hero__cta:hover { color: white; background: var(--hgc-gold-deep); transform: translateY(-2px); }
.hgc-hero__controls { position: relative; z-index: 5; display: flex; width: min(1080px, calc(100vw - 48px)); align-items: center; justify-content: center; gap: 17px; margin: 18px auto 0; }
.hgc-hero__controls > button { display: grid; width: 42px; height: 42px; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: white; background: rgba(255,255,255,.025); font-size: .95rem; transition: border-color .2s, background .2s; }
.hgc-hero__controls > button:hover { border-color: var(--hgc-gold); background: rgba(200,160,80,.12); }
.hgc-hero__counter { display: flex; align-items: center; gap: 8px; margin: 0 3px; color: rgba(255,255,255,.4); font-family: var(--hgc-display); font-size: .58rem; letter-spacing: .14em; }
.hgc-hero__counter span:first-child { color: white; }
.hgc-hero__counter i { display: block; width: 24px; height: 1px; background: rgba(255,255,255,.25); }
.hgc-hero__dots { display: flex; align-items: center; gap: 7px; }
.hgc-hero__dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.34); transition: width .3s, background .3s; }
.hgc-hero__dots button.is-active { width: 26px; border-radius: 999px; background: var(--hgc-gold); }

.hgc-search-section { position: relative; z-index: 5; margin-top: -28px; padding-bottom: 58px; }
.hgc-search { position: relative; padding: 30px 24px 24px; border: 1px solid rgba(200,160,80,.54); border-radius: 18px; color: white; background: radial-gradient(circle at 96% 0, rgba(200,160,80,.13), transparent 27%), #1a1109; box-shadow: 0 24px 70px rgba(20,13,7,.2); overflow: visible; }
.hgc-search::before { position: absolute; top: 0; left: 28px; width: 72px; height: 2px; content: ""; background: var(--hgc-gold); }
.hgc-search__heading { display: grid; gap: 12px; margin-bottom: 28px; }
.hgc-search__heading h2 { margin: 0; color: white; font-size: clamp(1.5rem, 4vw, 2.45rem); }
.hgc-search__heading > p { max-width: 360px; margin: 0; color: rgba(255,255,255,.52); font-size: .72rem; }
.hgc-search__grid { display: grid; gap: 12px; }
.hgc-search__field { display: grid; min-width: 0; gap: 8px; }
.hgc-search__field--hierarchy { margin: 0; padding: 0; border: 0; }
.hgc-search__field-label { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.7); font-size: .66rem; font-weight: 700; letter-spacing: .1em; }
.hgc-search__field-label i { color: var(--hgc-gold); font-family: var(--hgc-display); font-size: .62rem; font-style: normal; letter-spacing: .08em; }
.hgc-search__select-wrap { position: relative; display: block; }
.hgc-search__dual-select { display: grid; gap: 9px; }
.hgc-search__subfield { display: grid; min-width: 0; gap: 5px; }
.hgc-search__dual-select small { color: rgba(255,255,255,.42); font-size: .57rem; font-weight: 500; letter-spacing: .08em; }
.hgc-search__select-wrap::after { position: absolute; top: 50%; right: 15px; width: 7px; height: 7px; border-right: 1px solid var(--hgc-gold); border-bottom: 1px solid var(--hgc-gold); content: ""; pointer-events: none; transform: translateY(-68%) rotate(45deg); }
.hgc-search__select-wrap:has(.hgc-choice)::after { display: none; }
.hgc-search select, .hgc-search input[type="search"] { width: 100%; height: 54px; padding: 0 38px 0 15px; border: 1px solid rgba(200,160,80,.28); border-radius: 7px; outline: 0; color: rgba(255,255,255,.82); background: rgba(255,255,255,.045); font-size: .78rem; appearance: none; }
.hgc-search input[type="search"] { padding-right: 15px; }
.hgc-search select option { color: #17100a; background: white; }
.hgc-search select:disabled { color: rgba(255,255,255,.3); cursor: not-allowed; }
.hgc-search select:focus, .hgc-search input:focus { border-color: var(--hgc-gold); box-shadow: 0 0 0 3px rgba(200,160,80,.13); }
.hgc-search select.hgc-select-native { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; border: 0 !important; opacity: 0 !important; pointer-events: none !important; overflow: hidden !important; }
.hgc-choice { position: relative; z-index: 1; display: block; min-width: 0; }
.hgc-choice.is-open { z-index: 80; }
.hgc-choice__button { display: grid; width: 100%; height: 54px; grid-template-columns: minmax(0,1fr) 16px; align-items: center; gap: 12px; padding: 0 15px; border: 1px solid rgba(200,160,80,.28); border-radius: 7px; outline: 0; color: rgba(255,255,255,.84); background: rgba(255,255,255,.045); text-align: left; transition: border-color .2s,background .2s,box-shadow .2s; }
.hgc-choice__button > span { overflow: hidden; font-size: .78rem; text-overflow: ellipsis; white-space: nowrap; }
.hgc-choice__button > i { width: 7px; height: 7px; justify-self: end; border-right: 1px solid var(--hgc-gold); border-bottom: 1px solid var(--hgc-gold); transform: translateY(-2px) rotate(45deg); transition: transform .2s; }
.hgc-choice.is-open .hgc-choice__button { border-color: var(--hgc-gold); background: rgba(200,160,80,.1); box-shadow: 0 0 0 3px rgba(200,160,80,.13); }
.hgc-choice.is-open .hgc-choice__button > i { transform: translateY(2px) rotate(225deg); }
.hgc-choice.is-disabled .hgc-choice__button { color: rgba(255,255,255,.3); cursor: not-allowed; }
.hgc-choice__menu { position: absolute; top: calc(100% + 9px); right: 0; left: 0; max-height: min(360px,55vh); padding: 7px; border: 1px solid rgba(200,160,80,.55); border-radius: 9px; background: #25180e; box-shadow: 0 24px 65px rgba(0,0,0,.42); overflow: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: var(--hgc-gold) rgba(255,255,255,.05); }
.hgc-choice__menu[hidden] { display: none; }
.hgc-choice__option { display: grid; width: 100%; min-height: 45px; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 12px; padding: 9px 11px 9px calc(11px + var(--hgc-choice-depth,0) * 12px); border: 0; border-bottom: 1px solid rgba(255,255,255,.07); color: rgba(255,255,255,.75); background: transparent; text-align: left; }
.hgc-choice__option:last-child { border-bottom: 0; }
.hgc-choice__option span { font-size: .75rem; line-height: 1.45; }
.hgc-choice__option small { min-width: 25px; color: rgba(200,160,80,.72); font-family: var(--hgc-display); font-size: .56rem; text-align: right; }
.hgc-choice__option:hover,.hgc-choice__option:focus-visible { outline: 0; color: white; background: rgba(200,160,80,.13); }
.hgc-choice__option[aria-selected="true"] { color: #1b120b; background: var(--hgc-gold); font-weight: 700; }
.hgc-choice__option[aria-selected="true"] small { color: rgba(27,18,11,.62); }
.hgc-search__field.is-selected select, .hgc-search__field.is-selected .hgc-choice__button, .hgc-search__field:focus-within input { border-color: var(--hgc-gold); background: rgba(200,160,80,.1); }
.hgc-search__active { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 17px; }
.hgc-search__active[hidden] { display: none; }
.hgc-search__active > span { color: rgba(255,255,255,.42); font-family: var(--hgc-display); font-size: .58rem; letter-spacing: .15em; }
.hgc-search__active > div { display: flex; flex: 1 1 auto; flex-wrap: wrap; gap: 6px; }
.hgc-search__active > div button { padding: 6px 10px; border: 1px solid rgba(200,160,80,.34); border-radius: 999px; color: #ead5a6; background: rgba(200,160,80,.08); font-size: .64rem; }
.hgc-search__active > button { padding: 4px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.48); background: none; font-size: .62rem; }
.hgc-search__tags { margin: 20px 0; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.hgc-search__tags summary { display: flex; align-items: center; justify-content: space-between; padding: 15px 0; color: #e5c782; font-size: .72rem; font-weight: 700; cursor: pointer; list-style: none; }
.hgc-search__tags summary::-webkit-details-marker { display: none; }
.hgc-search__tags summary i { font-size: 1rem; font-style: normal; transition: transform .25s; }
.hgc-search__tags[open] summary i { transform: rotate(45deg); }
.hgc-search__tag-grid { display: flex; flex-wrap: wrap; gap: 8px; padding-bottom: 18px; }
.hgc-search__tag-grid input { position: absolute; opacity: 0; }
.hgc-search__tag-grid span { display: block; padding: 7px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.65); background: rgba(255,255,255,.035); font-size: .66rem; cursor: pointer; }
.hgc-search__tag-grid input:focus + span { outline: 2px solid var(--hgc-gold); outline-offset: 2px; }
.hgc-search__tag-grid input:checked + span { color: var(--hgc-ink); border-color: var(--hgc-gold); background: var(--hgc-gold); }
.hgc-search__submit { display: grid; grid-template-columns: 1fr; gap: 10px; align-items: center; }
.hgc-search__submit p { margin: 0; color: rgba(255,255,255,.4); font-family: var(--hgc-display); font-size: .62rem; letter-spacing: .13em; }
.hgc-search__submit p span { color: var(--hgc-gold); font-size: 1rem; }
.hgc-search__submit button { display: flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 20px; padding: 0 21px; border: 1px solid #e1bd70; color: var(--hgc-ink); background: var(--hgc-gold); font-size: .76rem; font-weight: 700; transition: background .2s, transform .2s; }
.hgc-search__submit button:hover { background: #dfbc70; transform: translateY(-2px); }
.hgc-search--compact { padding: 24px 20px; }
.hgc-search--compact .hgc-search__grid { grid-template-columns: 1fr; }

.hgc-card-grid { display: grid; gap: 24px; }
.hgc-card { overflow: hidden; border: 1px solid rgba(200,160,80,.25); border-radius: var(--hgc-radius); background: white; box-shadow: var(--hgc-shadow); transition: transform .3s ease, box-shadow .3s ease; }
.hgc-card:hover { box-shadow: var(--hgc-shadow-hover); transform: translateY(-5px); }
.hgc-card__media { display: block; aspect-ratio: 1.91 / 1; overflow: hidden; background: var(--hgc-paper-3); }
.hgc-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.hgc-card:hover .hgc-card__media img { transform: scale(1.035); }
.hgc-card__placeholder { display: grid; height: 100%; place-items: center; color: var(--hgc-gold-deep); font-family: var(--hgc-display); font-size: 3rem; }
.hgc-card__body { padding: 24px; }
.hgc-card__meta { display: flex; gap: 15px; margin-bottom: 12px; color: var(--hgc-muted); font-family: var(--hgc-display); font-size: .7rem; letter-spacing: .14em; }
.hgc-card__shop { margin-bottom: 8px; font-size: clamp(1.25rem, 3.5vw, 1.7rem); }
.hgc-card__title { margin-bottom: 16px; color: var(--hgc-muted); font-size: .78rem; line-height: 1.65; }
.hgc-card__excerpt { color: var(--hgc-muted); }
.hgc-chips, .hgc-tag-cloud { display: flex; flex-wrap: wrap; gap: 7px; }
.hgc-scene-section { padding: 118px 0; color: white; background: radial-gradient(circle at 84% 8%,rgba(200,160,80,.13),transparent 32%),#17100a; }
.hgc-scene-section .hgc-section-heading h2 { color: white; }
.hgc-scene-section .hgc-section-heading > p:last-child { color: rgba(255,255,255,.58); }
.hgc-scene-grid { display: grid; gap: 1px; border: 1px solid rgba(200,160,80,.28); background: rgba(200,160,80,.28); }
.hgc-scene-grid > a { position: relative; display: grid; min-height: 220px; align-content: end; padding: 28px; overflow: hidden; color: white; background: #1d140e; transition: background .25s,transform .25s; }
.hgc-scene-grid > a::before { position: absolute; top: -46px; right: -46px; width: 150px; height: 150px; border: 1px solid rgba(200,160,80,.13); border-radius: 50%; content: ""; }
.hgc-scene-grid > a:hover { z-index: 1; background: #2a1b10; transform: translateY(-3px); }
.hgc-scene-grid small { position: absolute; top: 24px; left: 27px; color: var(--hgc-gold); font-family: var(--hgc-display); font-size: .53rem; letter-spacing: .18em; }
.hgc-scene-grid strong { margin-bottom: 8px; font-family: var(--hgc-serif); font-size: clamp(1.18rem,2vw,1.5rem); font-weight: 600; line-height: 1.5; }
.hgc-scene-grid span { color: rgba(255,255,255,.58); font-size: .7rem; line-height: 1.8; }
.hgc-scene-grid i { margin-top: 20px; color: var(--hgc-gold); font-family: var(--hgc-display); font-size: .5rem; font-style: normal; letter-spacing: .14em; }
.hgc-chip { display: inline-flex; padding: 5px 10px; border: 1px solid var(--hgc-line); border-radius: 999px; color: var(--hgc-muted); background: rgba(255,255,255,.5); font-size: .68rem; line-height: 1.5; transition: .2s ease; }
.hgc-chip:hover { color: white; border-color: var(--hgc-ink-2); background: var(--hgc-ink-2); }
.hgc-feature-grid { display: grid; gap: 24px; }
.hgc-swipe-hint { display: none; }

.hgc-manifesto { position: relative; padding: 94px 0; color: white; background: var(--hgc-ink-2); overflow: hidden; }
.hgc-manifesto::after { position: absolute; top: -15%; right: -15%; width: 70vw; aspect-ratio: 1; border: 1px solid rgba(200,160,80,.15); border-radius: 50%; content: ""; }
.hgc-manifesto__inner { position: relative; z-index: 1; }
.hgc-manifesto h2 { max-width: 760px; margin-bottom: 28px; font-size: clamp(2.2rem, 7vw, 5.2rem); }
.hgc-manifesto h2 span { display: block; }
.hgc-manifesto p:not(.hgc-eyebrow) { max-width: 680px; margin-bottom: 32px; color: rgba(255,255,255,.72); }

.hgc-club { background: var(--hgc-paper); }
.hgc-club__lead { display: grid; gap: 44px; align-items: center; }
.hgc-club__media { position: relative; min-height: 430px; overflow: hidden; border-radius: 2px; color: white; background: var(--hgc-ink-2); }
.hgc-club__media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(12,10,8,.52), transparent 65%); }
.hgc-club__media img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.hgc-club__media .hgc-club__default-image { padding: clamp(42px,8vw,100px); object-fit: contain; background: radial-gradient(circle at 78% 18%,rgba(200,160,80,.18),transparent 28%),#17100a; }
.hgc-club__monogram { display: grid; min-height: 430px; place-items: center; color: rgba(255,255,255,.09); font-family: var(--hgc-display); font-size: clamp(7rem, 24vw, 15rem); font-weight: 700; letter-spacing: -.06em; }
.hgc-club__stamp { position: absolute; z-index: 1; right: 24px; bottom: 20px; left: 24px; display: flex; align-items: baseline; gap: 10px; margin: 0; font-family: var(--hgc-display); font-size: .72rem; letter-spacing: .18em; }
.hgc-club__stamp span { color: var(--hgc-gold); font-size: 3rem; font-weight: 700; letter-spacing: -.03em; }
.hgc-club__copy h2 { margin-bottom: 24px; font-size: clamp(2rem, 5.2vw, 4rem); }
.hgc-club__copy h2 span { display: block; }
.hgc-club__copy > p:not(.hgc-eyebrow) { color: var(--hgc-muted); }
.hgc-club__copy .hgc-button { margin-top: 14px; }
.hgc-club__pillars { display: grid; gap: 1px; margin-top: 68px; background: var(--hgc-line); }
.hgc-club__pillars article { position: relative; padding: 34px 26px; background: var(--hgc-paper-2); }
.hgc-club__pillars article > span { position: absolute; top: 20px; right: 22px; color: rgba(122,94,38,.24); font-family: var(--hgc-display); font-size: 2.2rem; }
.hgc-club__pillars h3 { margin-bottom: 12px; font-size: 1.25rem; }
.hgc-club__pillars article > p:not(.hgc-eyebrow) { margin-bottom: 17px; color: var(--hgc-muted); font-size: .82rem; }
.hgc-club__pillars a { color: var(--hgc-gold-deep); font-size: .72rem; font-weight: 700; letter-spacing: .08em; }

.hgc-specials { position: relative; padding: 26px 0 108px; background: var(--hgc-paper); overflow: hidden; }
.hgc-specials::after { position: absolute; right: -3vw; bottom: -3vw; color: rgba(122,94,38,.035); content: "SPECIAL"; font-family: var(--hgc-display); font-size: clamp(5rem,16vw,15rem); font-weight: 700; line-height: .75; letter-spacing: -.06em; pointer-events: none; }
.hgc-specials__header { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 46px; margin-bottom: 34px; padding-top: 54px; border-top: 1px solid var(--hgc-line); }
.hgc-specials__header > div { max-width: 850px; }
.hgc-specials__header h2 { margin: 0 0 18px; font-size: clamp(2rem,4.4vw,3.8rem); line-height: 1.4; }
.hgc-specials__header h2 span { display: block; }
.hgc-specials__header > div > p:last-child { max-width: 760px; margin: 0; color: var(--hgc-muted); }
.hgc-specials__header > a { flex: 0 0 auto; margin-bottom: 5px; padding-bottom: 7px; border-bottom: 1px solid var(--hgc-gold); color: var(--hgc-gold-deep); font-family: var(--hgc-display); font-size: .64rem; letter-spacing: .17em; }
.hgc-specials__grid { position: relative; z-index: 1; display: grid; gap: 12px; }
.hgc-special-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid rgba(122,94,38,.38); color: white; background: #17100a; box-shadow: 0 18px 44px rgba(48,31,14,.1); }
.hgc-special-card > a { display: grid; height: 100%; grid-template-rows: auto minmax(0,1fr); color: white; }
.hgc-special-card__media { position: relative; width: 100%; aspect-ratio: 1200 / 628; overflow: hidden; background: #090705; }
.hgc-special-card__media img, .hgc-special-card__fallback { width: 100%; height: 100%; }
.hgc-special-card__media img { object-fit: contain; transition: transform .7s cubic-bezier(.22,1,.36,1); }
.hgc-special-card:hover .hgc-special-card__media img { transform: scale(1.045); }
.hgc-special-card__fallback { display: grid; place-content: center; gap: 9px; color: rgba(255,255,255,.7); background: radial-gradient(circle at 76% 18%,rgba(200,160,80,.28),transparent 27%),linear-gradient(145deg,#25170d,#120c08); text-align: center; }
.hgc-special-card__fallback b { color: var(--hgc-gold); font-family: var(--hgc-display); font-size: clamp(2.5rem,7vw,5rem); font-weight: 400; letter-spacing: .08em; }
.hgc-special-card__fallback small { font-family: var(--hgc-display); font-size: .54rem; letter-spacing: .24em; }
.hgc-special-card__shade { display: none; }
.hgc-special-card__content { display: flex; min-height: 0; flex-direction: column; padding: 24px; border-top: 1px solid rgba(200,160,80,.5); background: radial-gradient(circle at 96% 0,rgba(200,160,80,.13),transparent 34%),linear-gradient(145deg,#1d130b,#120c08); transition: background .3s ease; }
.hgc-special-card:hover .hgc-special-card__content { background: radial-gradient(circle at 96% 0,rgba(200,160,80,.2),transparent 38%),linear-gradient(145deg,#21160d,#120c08); }
.hgc-special-card__kind { display: flex; align-items: center; gap: 10px; margin: 0 0 12px; color: var(--hgc-gold); font-family: var(--hgc-display); font-size: .56rem; letter-spacing: .17em; }
.hgc-special-card__kind i { display: grid; width: 27px; height: 27px; place-items: center; border: 1px solid rgba(200,160,80,.58); border-radius: 50%; font-style: normal; letter-spacing: 0; }
.hgc-special-card h3 { display: -webkit-box; margin: 0; overflow: hidden; color: white; font-size: clamp(1.05rem,2vw,1.38rem); line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.hgc-special-card__excerpt { display: -webkit-box; max-width: 720px; margin: 12px 0 0; overflow: hidden; color: rgba(255,255,255,.7); font-size: .76rem; line-height: 1.8; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.hgc-special-card footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: auto; padding-top: 18px; color: rgba(255,255,255,.6); font-family: var(--hgc-display); font-size: .53rem; letter-spacing: .13em; }
.hgc-special-card footer span { color: var(--hgc-gold); }

.hgc-association { position: relative; padding: 92px 0; color: white; background: #17100a; overflow: hidden; }
.hgc-association::before { position: absolute; top: -30%; left: -20%; width: 70vw; aspect-ratio: 1; border: 1px solid rgba(200,160,80,.12); border-radius: 50%; content: ""; }
.hgc-association__inner { position: relative; display: grid; gap: 48px; align-items: center; }
.hgc-association__identity { display: grid; min-height: 310px; place-items: center; padding: 36px; border: 1px solid rgba(200,160,80,.24); background: rgba(255,255,255,.025); }
.hgc-association__identity .hgc-eyebrow { justify-self: start; align-self: start; }
.hgc-association__image { width: min(280px,72vw); max-width: 100%; aspect-ratio: 1; border: 1px solid rgba(200,160,80,.48); border-radius: 50%; background: #fff; box-shadow: 0 24px 70px rgba(0,0,0,.24); object-fit: cover; }
.hgc-association__seal { display: grid; width: min(260px, 72vw); aspect-ratio: 1; place-content: center; border: 1px solid var(--hgc-gold); border-radius: 50%; text-align: center; }
.hgc-association__seal::before, .hgc-association__seal::after { display: block; width: 54px; height: 1px; margin: 14px auto; content: ""; background: var(--hgc-gold); }
.hgc-association__seal span { color: var(--hgc-gold); font-family: var(--hgc-display); font-size: .66rem; letter-spacing: .24em; }
.hgc-association__seal strong { font-family: var(--hgc-display); font-size: 1.8rem; line-height: .9; letter-spacing: -.02em; }
.hgc-association__role { margin-bottom: 13px; color: var(--hgc-gold); font-size: .72rem; font-weight: 700; letter-spacing: .13em; }
.hgc-association__content h2 { margin-bottom: 22px; font-size: clamp(2rem, 5.8vw, 4.4rem); }
.hgc-association__content h2 span { display: block; }
.hgc-association__content > p:not(.hgc-association__role) { color: rgba(255,255,255,.7); }
.hgc-association__activities { display: grid; gap: 0; margin: 28px 0 34px; border-top: 1px solid rgba(255,255,255,.13); }
.hgc-association__activities span { display: flex; align-items: center; gap: 14px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.13); font-family: var(--hgc-serif); }
.hgc-association__activities small { color: var(--hgc-gold); font-family: var(--hgc-display); letter-spacing: .15em; }

.hgc-popular-front { background: var(--hgc-paper-2); }
.hgc-popular-front__grid { display: grid; gap: 16px; }
.hgc-popular-tile { min-width: 0; }
.hgc-popular-tile > a { position: relative; display: grid; height: 100%; grid-template-rows: auto 1fr; background: var(--hgc-paper); box-shadow: var(--hgc-shadow); }
.hgc-popular-tile > a > div:last-child { padding: 22px; }
.hgc-popular-tile__media { display: grid; aspect-ratio: 1.24 / 1; place-items: center; overflow: hidden; color: var(--hgc-gold-deep); background: var(--hgc-paper-3); font-family: var(--hgc-display); font-size: 2.4rem; }
.hgc-popular-tile__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.hgc-image-fallback { display: grid; width: 100%; height: 100%; place-items: center; color: rgba(122,94,38,.64); background: radial-gradient(circle at 72% 20%, rgba(200,160,80,.25), transparent 26%), linear-gradient(145deg, #f1e7d1, #e6d5af); font-family: var(--hgc-display); font-size: clamp(1.8rem, 5vw, 3.5rem); letter-spacing: .12em; }
.hgc-popular-tile:hover img { transform: scale(1.04); }
.hgc-popular-tile__rank { position: absolute; z-index: 2; top: 0; left: 0; display: grid; width: 48px; height: 48px; place-items: center; color: var(--hgc-ink); background: var(--hgc-gold); font-family: var(--hgc-display); font-weight: 700; }
.hgc-popular-tile .hgc-eyebrow { font-size: .62rem; }
.hgc-popular-tile h3 { margin-bottom: 8px; font-size: 1.15rem; }
.hgc-popular-tile small { color: var(--hgc-muted); font-family: var(--hgc-display); letter-spacing: .12em; }

.hgc-instagram-front { background: var(--hgc-paper); }
.hgc-instagram-front__header { display: grid; gap: 24px; margin-bottom: 42px; }
.hgc-instagram-front__header h2 { margin: 0; }
.hgc-instagram-front__header .hgc-button { justify-self: start; }
.hgc-instagram-front__grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px; }
.hgc-instagram-card { min-width: 0; overflow: hidden; background: var(--hgc-ink-2); }
.hgc-instagram-card > a { position: relative; display: block; aspect-ratio: 1 / 1; overflow: hidden; }
.hgc-instagram-card__media { display: grid; width: 100%; height: 100%; place-items: center; color: var(--hgc-gold); background: var(--hgc-ink-2); font-family: var(--hgc-display); font-size: 2.4rem; }
.hgc-instagram-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.22,1,.36,1); }
.hgc-instagram-card__overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 18px; color: white; background: linear-gradient(0deg, rgba(12,10,8,.82), rgba(12,10,8,0) 64%); opacity: .92; transition: background .3s ease; }
.hgc-instagram-card__overlay p { display: -webkit-box; margin: 0 0 6px; overflow: hidden; font-family: var(--hgc-serif); font-size: .78rem; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.hgc-instagram-card__overlay span { color: var(--hgc-gold); font-family: var(--hgc-display); font-size: .57rem; letter-spacing: .14em; }
.hgc-instagram-card:hover .hgc-instagram-card__media img { transform: scale(1.055); }
.hgc-instagram-card:hover .hgc-instagram-card__overlay { background: linear-gradient(0deg, rgba(12,10,8,.9), rgba(12,10,8,.08) 72%); }
.hgc-instagram-front__fallback { display: grid; min-height: 300px; place-content: center; gap: 10px; padding: 32px; border: 1px solid var(--hgc-line); color: white; background: radial-gradient(circle at 75% 15%, rgba(200,160,80,.26), transparent 24%), var(--hgc-ink-2); text-align: center; }
.hgc-instagram-front__fallback span { color: var(--hgc-gold); font-family: var(--hgc-display); font-size: .7rem; letter-spacing: .2em; }
.hgc-instagram-front__fallback strong { font-family: var(--hgc-display); font-size: clamp(2rem, 7vw, 5rem); line-height: 1; }
.hgc-area-index { display: grid; grid-auto-columns: min(86vw, 350px); grid-auto-flow: column; gap: 14px; margin: 0 calc(50% - 50vw) 24px; padding: 0 20px 14px; overflow-x: auto; counter-reset: hgc-area; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--hgc-gold) transparent; }
.hgc-area-card { min-width: 0; border: 1px solid rgba(200,160,80,.34); border-radius: 3px; background: rgba(255,255,255,.78); box-shadow: var(--hgc-shadow); overflow: hidden; counter-increment: hgc-area; scroll-snap-align: start; }
.hgc-area-card__head { position: relative; display: grid; min-height: 154px; align-content: end; padding: 25px 25px 23px; background: linear-gradient(145deg, #fff, #f6eddc); transition: color .25s, background .25s; overflow: hidden; }
.hgc-area-card__head::before { position: absolute; top: 0; right: 0; left: 0; height: 3px; content: ""; background: linear-gradient(90deg, var(--hgc-gold), rgba(200,160,80,.12)); }
.hgc-area-card__head::after { position: absolute; top: 12px; right: 20px; color: rgba(122,94,38,.1); content: counter(hgc-area, decimal-leading-zero); font-family: var(--hgc-display); font-size: 4.6rem; line-height: 1; }
.hgc-area-card__head:hover { color: white; background: var(--hgc-ink-2); }
.hgc-area-card__head strong { position: relative; z-index: 1; font-family: var(--hgc-serif); font-size: 1.55rem; }
.hgc-area-card__head small { display: flex; align-items: center; justify-content: space-between; margin-top: 7px; color: var(--hgc-muted); font-family: var(--hgc-display); font-size: .62rem; letter-spacing: .12em; }
.hgc-area-card__head:hover small { color: rgba(255,255,255,.64); }
.hgc-area-card__head small i { color: var(--hgc-gold); font-size: .85rem; font-style: normal; }
.hgc-area-card__children { display: grid; padding: 8px 22px 18px; background: rgba(255,255,255,.72); }
.hgc-area-card__children a { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 0 10px 13px; border-bottom: 1px solid var(--hgc-line-soft); color: var(--hgc-muted); font-size: .72rem; }
.hgc-area-card__children a::before { position: absolute; left: 0; width: 4px; height: 4px; border-radius: 50%; content: ""; background: var(--hgc-gold); }
.hgc-area-card__children a:last-child { border-bottom: 0; }
.hgc-area-card__children a:hover { color: var(--hgc-gold-deep); }
.hgc-area-card__children span { flex: 0 0 auto; color: var(--hgc-gold-deep); font-family: var(--hgc-display); font-size: .62rem; }
.hgc-area-index__all { display: flex; width: fit-content; align-items: center; gap: 14px; margin: 0 0 38px auto; padding-bottom: 7px; border-bottom: 1px solid var(--hgc-gold); color: var(--hgc-gold-deep); font-size: .72rem; font-weight: 700; }
.hgc-link-cards { display: grid; gap: 12px; margin-bottom: 38px; }
.hgc-link-cards > a { position: relative; display: grid; min-height: 150px; align-content: end; padding: 24px; border-radius: var(--hgc-radius); background: white; box-shadow: var(--hgc-shadow); transition: .25s ease; }
.hgc-link-cards > a:hover { transform: translateY(-4px); box-shadow: var(--hgc-shadow-hover); }
.hgc-link-cards strong { font-family: var(--hgc-serif); font-size: 1.35rem; }
.hgc-link-cards small { color: var(--hgc-muted); font-family: var(--hgc-display); letter-spacing: .15em; }

.hgc-widget { margin-bottom: 26px; }
.hgc-widget > .hgc-search { box-shadow: none; }
.hgc-widget__title { margin-bottom: 20px; font-size: 1.3rem; }
.hgc-widget--line { padding: 30px 24px; border-radius: var(--hgc-radius); color: white; background: #183f2d; box-shadow: var(--hgc-shadow); }
.hgc-widget--line h2 { margin-bottom: 15px; }
.hgc-widget--line p:not(.hgc-eyebrow) { color: rgba(255,255,255,.74); }
.hgc-ranking { margin: 0; padding: 0; list-style: none; }
.hgc-ranking li { border-bottom: 1px solid var(--hgc-line); }
.hgc-ranking a { display: grid; grid-template-columns: 46px 1fr; gap: 14px; padding: 15px 0; }
.hgc-ranking__number { color: var(--hgc-gold); font-family: var(--hgc-display); font-size: 1.7rem; font-style: italic; }
.hgc-ranking strong, .hgc-ranking small { display: block; }
.hgc-ranking strong { font-family: var(--hgc-serif); font-size: .9rem; line-height: 1.5; }
.hgc-ranking small { color: var(--hgc-muted); font-family: var(--hgc-display); letter-spacing: .13em; }

.navigation.pagination { margin-top: 46px; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 8px; }
.page-numbers { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; font-family: var(--hgc-display); font-weight: 700; }
.page-numbers.current { color: var(--hgc-gold); background: var(--hgc-ink-2); }
.hgc-empty { padding: 64px 24px; text-align: center; }
.hgc-empty .hgc-eyebrow { justify-content: center; }

.hgc-business-cta { padding: 72px 0; color: white; background: var(--hgc-ember); }
.hgc-business-cta__inner { display: grid; gap: 28px; }
.hgc-business-cta h2 { margin: 0; font-size: clamp(2rem, 6vw, 4rem); }
.hgc-business-cta p:not(.hgc-eyebrow) { max-width: 580px; color: rgba(255,255,255,.82); }
.hgc-footer__main { padding: 72px 0 24px; color: white; background: var(--hgc-ink); overflow: hidden; }
.hgc-footer__type { display: grid; width: 100%; justify-items: center; margin: 0 auto 52px; color: rgba(255,255,255,.08); font-family: var(--hgc-display); font-size: clamp(1.5rem, 7.8vw, 7.1rem); font-weight: 700; line-height: .78; letter-spacing: -.045em; text-align: center; }
.hgc-footer__type span { display: block; max-width: 100%; white-space: nowrap; }
.hgc-footer__grid { display: grid; gap: 42px; }
.hgc-footer__grid p { max-width: 360px; color: rgba(255,255,255,.6); font-size: .8rem; }
.hgc-footer__about .hgc-brand { display: inline-flex; margin-bottom: 22px; }
.hgc-footer__about-link { display: inline-flex; gap: 18px; margin-top: 10px; padding-bottom: 5px; border-bottom: 1px solid rgba(200,160,80,.58); color: var(--hgc-gold); font-size: .7rem; font-weight: 700; }
.hgc-footer__label { margin: 0 0 17px; color: var(--hgc-gold) !important; font-family: var(--hgc-display); font-size: .57rem !important; letter-spacing: .2em; }
.hgc-footer__links { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.hgc-footer__links a, .hgc-footer__social a { color: rgba(255,255,255,.8); font-size: .8rem; }
.hgc-footer__social { display: grid; align-content: start; gap: 10px; }
.hgc-footer__connect { min-width: 0; }
.hgc-footer__line { display: grid; gap: 2px; margin-bottom: 18px; padding: 15px 16px; border-radius: 9px; color: white; background: #16834a; }
.hgc-footer__line span { font-family: var(--hgc-serif); font-weight: 700; }
.hgc-footer__line small { color: rgba(255,255,255,.72); font-size: .62rem; }
.hgc-footer__legal { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px 22px; margin-top: 54px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.38); font-family: var(--hgc-display); font-size: .6rem; letter-spacing: .1em; }
.hgc-footer__legal > div { display: flex; flex-wrap: wrap; gap: 14px 20px; }
.hgc-line-banner { position: fixed; z-index: 900; right: 12px; bottom: 12px; left: 12px; display: grid; grid-template-columns: 1fr auto; gap: 5px 14px; align-items: center; padding: 14px 48px 14px 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 13px; color: white; background: rgba(21,63,44,.96); box-shadow: 0 14px 48px rgba(12,10,8,.25); backdrop-filter: blur(12px); }
.hgc-line-banner[hidden] { display: none; }
.hgc-line-banner > button { position: absolute; top: 7px; right: 8px; width: 30px; height: 30px; padding: 0; border: 0; color: rgba(255,255,255,.7); background: none; font-size: 1.25rem; }
.hgc-line-banner > div { display: grid; }
.hgc-line-banner__label { color: #c9dcbf; font-family: var(--hgc-display); font-size: .62rem; letter-spacing: .2em; }
.hgc-line-banner strong { font-family: var(--hgc-serif); font-size: .78rem; line-height: 1.45; }
.hgc-line-banner > a { grid-column: 1 / -1; color: #d9efcf; font-size: .72rem; font-weight: 700; }
.hgc-faq { max-width: 760px; margin: 70px auto; }
.hgc-faq__items { border-top: 1px solid var(--hgc-line); }
.hgc-faq details { border-bottom: 1px solid var(--hgc-line); }
.hgc-faq summary { padding: 20px 34px 20px 0; font-family: var(--hgc-serif); font-weight: 600; cursor: pointer; }
.hgc-faq details > div { padding: 0 0 20px; color: var(--hgc-muted); }

@media (min-width: 768px) {
  .hgc-search { padding: 42px; }
  .hgc-search__heading { grid-template-columns: 1fr auto; align-items: end; }
  .hgc-search__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hgc-search__dual-select { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hgc-search__field:not(.hgc-search__field--hierarchy) > .hgc-search__select-wrap,
  .hgc-search__field:not(.hgc-search__field--hierarchy) > input { margin-top: 18px; }
  .hgc-search__submit { grid-template-columns: 1fr minmax(270px, 360px); }
  .hgc-search__submit button { min-height: 62px; }
  .hgc-search--compact .hgc-search__heading, .hgc-search--compact .hgc-search__submit { grid-template-columns: 1fr; }
  .hgc-card-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
  .hgc-feature-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hgc-card--featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.25fr 1fr; }
  .hgc-card--featured .hgc-card__media { height: 100%; aspect-ratio: auto; }
  .hgc-card--featured .hgc-card__body { display: flex; flex-direction: column; justify-content: center; padding: 44px; }
  .hgc-club__pillars { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .hgc-specials__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hgc-special-card--lead { grid-column: 1 / -1; }
  .hgc-special-card--lead h3 { max-width: 850px; font-size: clamp(1.65rem,3vw,2.35rem); -webkit-line-clamp: 2; }
  .hgc-special-card--lead .hgc-special-card__content { padding: 36px; }
  .hgc-popular-front__grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
  .hgc-instagram-front__header { grid-template-columns: 1fr auto; align-items: end; }
  .hgc-instagram-front__header .hgc-button { justify-self: end; }
  .hgc-instagram-front__grid { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
  .hgc-link-cards { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .hgc-area-index { grid-auto-flow: row; grid-template-columns: repeat(2, minmax(0,1fr)); margin-right: 0; margin-left: 0; padding: 0 0 12px; overflow: visible; }
  .hgc-business-cta__inner { grid-template-columns: 1.1fr 1fr; align-items: end; }
  .hgc-footer__grid { grid-template-columns: 1.3fr 1fr .6fr; }
  .hgc-line-banner { right: 24px; bottom: 24px; left: auto; grid-template-columns: 1fr auto; width: min(590px, calc(100vw - 48px)); padding: 16px 52px 16px 20px; }
  .hgc-line-banner > a { grid-column: auto; padding-left: 18px; border-left: 1px solid rgba(255,255,255,.2); }
}

@media (min-width: 1024px) {
  .hgc-header { top: 20px; }
  .hgc-header__inner { padding-inline: 28px; }
  .hgc-brand img, .custom-logo-link img { max-width: 235px; }
  .hgc-nav { display: block; }
  .hgc-menu-button { display: none; }
  .hgc-hero__slide, .hgc-hero__controls { width: min(920px, 60vw); }
  .hgc-search-section { margin-top: -32px; padding-bottom: 78px; }
  .hgc-search__grid { grid-template-columns: minmax(150px,.78fr) minmax(300px,1.35fr) minmax(300px,1.35fr) minmax(190px,.95fr); gap: 16px; align-items: start; }
  .hgc-search--compact .hgc-search__grid { grid-template-columns: 1fr; }
  .hgc-feature-grid { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
  .hgc-scene-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .hgc-card--featured { grid-column: auto; display: block; }
  .hgc-card--featured .hgc-card__media { height: auto; aspect-ratio: 1.91 / 1; }
  .hgc-card--featured .hgc-card__body { display: block; padding: 24px; }
  .hgc-card-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .hgc-manifesto { padding: 150px 0; }
  .hgc-club__lead { grid-template-columns: minmax(0,1.08fr) minmax(380px,.92fr); gap: clamp(60px, 8vw, 110px); }
  .hgc-club__media, .hgc-club__media img, .hgc-club__monogram { min-height: 620px; }
  .hgc-specials { padding-bottom: 140px; }
  .hgc-specials__header h2 span { white-space: nowrap; }
  .hgc-specials__grid { grid-template-columns: minmax(0,1.25fr) repeat(2,minmax(0,1fr)); grid-template-rows: repeat(2,minmax(330px,auto)); }
  .hgc-special-card { min-height: 330px; }
  .hgc-special-card--lead { grid-column: auto; grid-row: 1 / span 2; min-height: 672px; }
  .hgc-special-card--lead .hgc-special-card__content { padding: 38px; }
  .hgc-special-card--lead h3 { font-size: clamp(1.55rem,2.3vw,2.15rem); }
  .hgc-special-card:not(.hgc-special-card--lead) .hgc-special-card__content { padding: 19px; }
  .hgc-special-card:not(.hgc-special-card--lead) .hgc-special-card__kind { margin-bottom: 7px; }
  .hgc-special-card:not(.hgc-special-card--lead) .hgc-special-card__kind i { width: 22px; height: 22px; }
  .hgc-special-card:not(.hgc-special-card--lead) h3 { font-size: 1rem; line-height: 1.5; -webkit-line-clamp: 2; }
  .hgc-special-card:not(.hgc-special-card--lead) footer { padding-top: 12px; }
  .hgc-association { padding: 140px 0; }
  .hgc-association__inner { grid-template-columns: minmax(360px,.85fr) minmax(0,1.15fr); gap: clamp(70px, 9vw, 130px); }
  .hgc-association__identity { min-height: 520px; }
  .hgc-popular-front__grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .hgc-area-index { grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
  .hgc-instagram-card__overlay { padding: 24px; opacity: 0; }
  .hgc-instagram-card:hover .hgc-instagram-card__overlay, .hgc-instagram-card:focus-within .hgc-instagram-card__overlay { opacity: 1; }
  .hgc-manifesto h2 { font-size: clamp(3rem,4.5vw,4rem); line-height: 1.4; }
  .hgc-manifesto h2 span,
  .hgc-club__copy h2 span,
  .hgc-association__content h2 span,
  .hgc-section-heading h2 span,
  .hgc-business-cta h2 span { white-space: nowrap; }
  .hgc-hero__title > span { white-space: nowrap; }
  .hgc-club__copy h2 { font-size: clamp(2.2rem,3.1vw,2.7rem); line-height: 1.55; }
  .hgc-association__content h2 { font-size: clamp(2.7rem,4vw,3.45rem); line-height: 1.45; }
}

@media (min-width: 1024px) and (max-width: 1179px) {
  .hgc-nav { display: none; }
  .hgc-menu-button { display: grid; }
}

@media (max-width: 767px) {
  .hgc-header__inner { padding: 0 12px 0 16px; }
  .hgc-brand img, .custom-logo-link img { max-width: 158px; max-height: 40px; }
  .hgc-hero { padding: 98px 0 44px; }
  .hgc-hero__masthead { width: calc(100% - 40px); margin-bottom: 17px; }
  .hgc-hero__lead { display: none; }
  .hgc-hero__slide { width: calc(100vw - 28px); }
  .hgc-hero__slide.is-prev { transform: translateX(-98%) scale(.9); }
  .hgc-hero__slide.is-next { transform: translateX(98%) scale(.9); }
  .hgc-hero__content { grid-template-columns: 1fr; min-height: 0; gap: 11px; padding: 16px; }
  .hgc-hero__title { display: -webkit-box; font-size: clamp(1.04rem, 4.8vw, 1.35rem); line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .hgc-hero__title > span { white-space: nowrap; }
  .hgc-hero__copy { margin-top: 5px; font-size: .66rem; -webkit-line-clamp: 2; }
  .hgc-hero__cta { display: flex; width: 100%; min-height: 48px; align-items: center; justify-content: space-between; padding: 10px 15px; }
  .hgc-hero__cta span:first-child { position: static; width: auto; height: auto; overflow: visible; clip: auto; white-space: normal; }
  .hgc-hero__cta span:last-child { font-size: 1rem; }
  .hgc-hero__controls { width: calc(100vw - 28px); gap: 12px; margin-top: 14px; }
  .hgc-hero__controls > button { width: 38px; height: 38px; }
  .hgc-hero__counter { display: none; }
  .hgc-search-section { margin-top: -20px; }
  .hgc-scene-section { padding: 76px 0; }
  .hgc-scene-grid { display: flex; margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); padding: 0 20px 15px; overflow-x: auto; border: 0; background: transparent; scroll-padding-inline: 20px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .hgc-scene-grid::-webkit-scrollbar { display: none; }
  .hgc-scene-grid > a { flex: 0 0 min(78vw,300px); min-height: 210px; border: 1px solid rgba(200,160,80,.32); scroll-snap-align: start; }
  .hgc-club__pillars { width: auto; margin-right: 20px; margin-left: 20px; }
  .hgc-specials { padding: 8px 0 78px; }
  .hgc-specials__header { display: block; margin-bottom: 28px; padding-top: 42px; }
  .hgc-specials__header h2 { margin-bottom: 15px; font-size: clamp(1.65rem,7.6vw,2.05rem); line-height: 1.48; }
  .hgc-specials__header > div > p:last-child { font-size: .84rem; line-height: 1.9; }
  .hgc-specials__header > a { display: inline-flex; margin-top: 22px; }
  .hgc-specials .hgc-swipe-hint { margin-top: -9px; }
  .hgc-specials__grid { display: flex; gap: 12px; margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); padding: 0 20px 18px; overflow-x: auto; scroll-padding-inline: 20px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .hgc-specials__grid::-webkit-scrollbar { display: none; }
  .hgc-special-card, .hgc-special-card--lead { flex: 0 0 min(84vw,340px); min-height: 0; scroll-snap-align: start; }
  .hgc-special-card__content, .hgc-special-card--lead .hgc-special-card__content { padding: 22px; }
  .hgc-special-card h3, .hgc-special-card--lead h3 { font-size: 1.16rem; line-height: 1.55; -webkit-line-clamp: 3; }
  .hgc-special-card__excerpt { font-size: .72rem; -webkit-line-clamp: 2; }
  .hgc-special-card footer { font-size: .5rem; }
  .hgc-association { padding: 76px 0; }
  .hgc-association__inner { gap: 38px; }
  .hgc-association__identity { min-height: 250px; padding: 24px; }
  .hgc-association__role { margin-bottom: 15px; font-size: .78rem; line-height: 1.75; letter-spacing: .08em; }
  .hgc-association__content h2 { font-size: clamp(1.55rem,7.3vw,1.85rem); line-height: 1.55; }
  .hgc-association__content h2 span { display: block; }
  .hgc-association__content > p:not(.hgc-association__role) { font-size: .88rem; line-height: 1.95; }
  .hgc-association__activities span { font-size: .84rem; line-height: 1.65; }
  .hgc-swipe-hint { display: flex; align-items: center; justify-content: flex-end; gap: 12px; margin: -18px 0 15px; color: var(--hgc-gold-deep); font-family: var(--hgc-display); font-size: .58rem; letter-spacing: .16em; }
  .hgc-swipe-hint span { font-size: .9rem; }
  .hgc-feature-grid, .hgc-popular-front__grid { display: flex; gap: 14px; margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); padding: 0 20px 18px; overflow-x: auto; scroll-padding-inline: 20px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .hgc-feature-grid::-webkit-scrollbar, .hgc-popular-front__grid::-webkit-scrollbar { display: none; }
  .hgc-feature-grid .hgc-card { flex: 0 0 min(84vw, 360px); scroll-snap-align: start; }
  .hgc-popular-front__grid .hgc-popular-tile { flex: 0 0 min(76vw, 330px); scroll-snap-align: start; }
  .hgc-popular-tile > a > div:last-child { padding: 16px 13px 18px; }
  .hgc-popular-tile__rank { width: 38px; height: 38px; font-size: .8rem; }
  .hgc-popular-tile h3 { font-size: .95rem; }
  .hgc-popular-tile .hgc-eyebrow { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* v0.7 editorial journal: a strong lead story with compact, scannable updates. */
.hgc-latest-editorial { padding: 96px 0 108px; color: white; background: #0d0906; }
.hgc-latest-editorial__header { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid rgba(200,160,80,.25); }
.hgc-latest-editorial__header h2 { margin: 0; color: white; font-size: clamp(1.8rem,3.5vw,3rem); }
.hgc-latest-editorial__header > a { flex: 0 0 auto; color: var(--hgc-gold); font-family: var(--hgc-display); font-size: .64rem; letter-spacing: .16em; }
.hgc-latest-editorial__grid { display: grid; gap: 28px; }
.hgc-latest-feature { min-width: 0; }
.hgc-latest-feature__media { display: grid; width: 100%; aspect-ratio: 1200/628; place-items: center; overflow: hidden; color: var(--hgc-gold); background: #21150b; font-family: var(--hgc-display); font-size: 3rem; }
.hgc-latest-feature__media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .5s ease; }
.hgc-latest-feature:hover .hgc-latest-feature__media img { transform: scale(1.02); }
.hgc-latest-feature__body { padding: 21px 4px 0; }
.hgc-latest-feature__body > p,.hgc-latest-list__item p { margin: 0 0 7px; color: var(--hgc-gold); font-size: .6rem; font-weight: 700; letter-spacing: .1em; }
.hgc-latest-feature h3 { max-width: 31em; margin: 0 0 10px; color: white; font-size: clamp(1.25rem,2.1vw,2rem); line-height: 1.55; }
.hgc-latest-feature time,.hgc-latest-list__item time { color: rgba(255,255,255,.38); font-family: var(--hgc-display); font-size: .58rem; letter-spacing: .12em; }
.hgc-latest-list { display: grid; align-content: start; border-top: 1px solid rgba(255,255,255,.1); }
.hgc-latest-list__item { display: grid; min-width: 0; grid-template-columns: 108px minmax(0,1fr); gap: 16px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.hgc-latest-list__media { display: grid; aspect-ratio: 1.45/1; place-items: center; overflow: hidden; color: var(--hgc-gold); background: #21150b; font-family: var(--hgc-display); }
.hgc-latest-list__media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hgc-latest-list__item h3 { display: -webkit-box; margin: 0 0 7px; overflow: hidden; color: white; font-size: .88rem; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

@media (min-width: 900px) {
  .hgc-latest-editorial__grid { grid-template-columns: minmax(0,1.62fr) minmax(310px,.78fr); gap: 34px; }
  .hgc-layout .hgc-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hgc-layout .hgc-card__body { padding: 21px; }
  .hgc-layout .hgc-card__shop { display: -webkit-box; overflow: hidden; font-size: clamp(1.08rem,1.55vw,1.38rem); line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
  .hgc-layout .hgc-card__title { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
}

@media (max-width: 767px) {
  .hgc-latest-editorial { padding: 72px 0 78px; }
  .hgc-latest-editorial__header { align-items: start; }
  .hgc-latest-editorial__header h2 { font-size: 1.65rem; line-height: 1.45; }
  .hgc-latest-feature h3 { font-size: 1.12rem; line-height: 1.65; }
  .hgc-latest-list { display: flex; gap: 13px; margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); padding: 17px 20px 10px; overflow-x: auto; scroll-padding-inline: 20px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .hgc-latest-list::-webkit-scrollbar { display: none; }
  .hgc-latest-list__item { display: block; flex: 0 0 min(82vw,340px); padding: 0 0 16px; border: 1px solid rgba(255,255,255,.12); scroll-snap-align: start; }
  .hgc-latest-list__item > div { padding: 14px; }
  .hgc-latest-list__media { width: 100%; aspect-ratio: 1200/628; }
}

/* Compact area directory: a growing taxonomy remains readable without oversized cards. */
.hgc-area-directory { display: grid; gap: 22px; margin-bottom: 28px; }
.hgc-area-group { min-width: 0; padding: 28px; border: 1px solid rgba(200,160,80,.32); background: rgba(255,255,255,.72); box-shadow: 0 16px 45px rgba(52,35,17,.06); }
.hgc-area-group > header { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; padding-bottom: 16px; border-bottom: 1px solid rgba(200,160,80,.45); }
.hgc-area-group > header .hgc-eyebrow { margin-bottom: 7px; font-size: .61rem; }
.hgc-area-group h3 { margin: 0; font-size: clamp(1.35rem,3vw,2rem); }
.hgc-area-group > header > a { display: flex; flex: 0 0 auto; align-items: center; gap: 14px; color: var(--hgc-gold-deep); font-family: var(--hgc-display); font-size: .59rem; letter-spacing: .12em; }
.hgc-area-group__chips { display: flex; flex-wrap: wrap; gap: 9px; }
.hgc-area-group__chips a { display: inline-flex; min-height: 36px; align-items: center; gap: 8px; padding: 7px 12px; border: 1px solid rgba(200,160,80,.48); border-radius: 999px; color: var(--hgc-ink-2); background: rgba(255,255,255,.76); font-size: .72rem; line-height: 1.4; transition: color .2s, border-color .2s, background .2s, transform .2s; }
.hgc-area-group__chips small { color: var(--hgc-gold-deep); font-family: var(--hgc-display); font-size: .55rem; }
.hgc-area-group__chips a:hover { color: white; border-color: var(--hgc-ink-2); background: var(--hgc-ink-2); transform: translateY(-2px); }
.hgc-area-group__chips a:hover small { color: var(--hgc-gold); }

@media (min-width: 900px) {
  .hgc-area-directory { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 26px; }
}

@media (max-width: 767px) {
  .hgc-search { padding: 25px 18px 20px; border-radius: 14px; }
  .hgc-search__heading { margin-bottom: 22px; }
  .hgc-search__heading h2 { font-size: 1.65rem; line-height: 1.4; }
  .hgc-search__heading > p { font-size: .68rem; line-height: 1.7; }
  .hgc-search__grid { gap: 17px; }
  .hgc-search__field { gap: 7px; }
  .hgc-search__field-label { font-size: .7rem; }
  .hgc-search__dual-select { gap: 10px; }
  .hgc-search select, .hgc-search input[type="search"] { min-height: 52px; padding-inline: 14px 40px; font-size: .78rem; }
  .hgc-area-directory { display: flex; align-items: flex-start; gap: 13px; margin-right: calc(50% - 50vw); margin-left: calc(50% - 50vw); padding: 0 18px 14px; overflow-x: auto; scroll-padding-inline: 18px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .hgc-area-directory::-webkit-scrollbar { display: none; }
  .hgc-area-group { flex: 0 0 min(84vw,330px); padding: 22px 19px; scroll-snap-align: start; }
  .hgc-area-group > header { margin-bottom: 17px; padding-bottom: 13px; }
  .hgc-area-group h3 { font-size: 1.35rem; line-height: 1.45; }
  .hgc-area-group > header > a { font-size: .62rem; }
  .hgc-area-group__chips { gap: 7px; }
  .hgc-area-group__chips a { min-height: 36px; padding: 7px 11px; font-size: .76rem; }
  .hgc-area-group__chips small { font-size: .6rem; }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hgc-hero__slide, .hgc-hero__controls { width: min(820px, 82vw); }
}

@media (max-width: 767px) {
  .hgc-footer__main { padding: 52px 0 20px; }
  .hgc-footer__type { justify-items: start; margin-bottom: 26px; font-size: clamp(1.45rem,7.2vw,1.9rem); line-height: .82; text-align: left; }
  .hgc-footer__grid { gap: 14px; }
  .hgc-footer__about,.hgc-footer__grid > nav,.hgc-footer__connect { padding: 24px 20px; border: 1px solid rgba(255,255,255,.11); border-radius: 12px; background: rgba(255,255,255,.025); }
  .hgc-footer__about .hgc-brand { margin-bottom: 18px; }
  .hgc-footer__about .hgc-brand img { max-width: 180px; }
  .hgc-footer__grid p { max-width: none; margin: 0; font-size: .78rem; line-height: 1.85; text-align: left; }
  .hgc-footer__about-link { margin-top: 20px; }
  .hgc-footer__links { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0; }
  .hgc-footer__links li { min-width: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .hgc-footer__links li:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.08); }
  .hgc-footer__links a { display: flex; min-height: 45px; align-items: center; padding: 8px 8px 8px 0; font-size: .72rem; }
  .hgc-footer__links li:nth-child(even) a { padding-left: 14px; }
  .hgc-footer__social { grid-template-columns: 1fr; gap: 0; }
  .hgc-footer__social a { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.08); font-size: .72rem; }
  .hgc-footer__line { margin-bottom: 12px; padding: 15px 16px; }
  .hgc-footer__legal { align-items: flex-start; flex-direction: column; gap: 13px; margin-top: 28px; padding-top: 18px; font-size: .52rem; line-height: 1.6; text-align: left; }
  .hgc-footer__legal > div { gap: 12px 16px; }
  .hgc-choice__menu { right: auto; width: max(100%,min(88vw,360px)); }
}
