:root{
  --gg10-burgundy:#8B1E3F;
  --gg10-burgundy-deep:#541328;
  --gg10-olive:#7A8F3A;
  --gg10-olive-soft:#EEF2E2;
  --gg10-sky:#56B6E6;
  --gg10-ink:#1B1715;
  --gg10-muted:#6E6762;
  --gg10-cream:#FAF7F3;
  --gg10-white:#fff;
  --gg10-line:#E7DFD8;
  --gg10-shell:1180px;
  --gg10-radius:12px;
  --gg10-shadow:0 14px 38px rgba(56,37,28,.09);
}

body{background:var(--gg10-cream);color:var(--gg10-ink);font-size:16px;overflow-x:hidden}
.gg-main{padding:0}.gg-home{display:block}
.gg-topbar{background:rgba(250,247,243,.96);border-color:var(--gg10-line);backdrop-filter:blur(16px)}
.gg-topbar-inner{max-width:var(--gg10-shell);margin:0 auto;min-height:70px;padding:0 18px}.gg-brand-logo{width:48px;height:48px}.gg-brand-copy strong{font-size:16px}.gg-brand-copy small{font-size:10px}.gg-topnav{gap:26px;font-size:13px}.gg-topnav-pill{border-radius:8px;background:var(--gg10-burgundy);color:#fff!important;padding:11px 15px}.gg-menu-toggle{border-radius:8px}

.gg10-shell{width:min(var(--gg10-shell),calc(100% - 32px));margin:0 auto}.gg10-section{padding:48px 0}.gg10-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.gg10-section-head h2{font-size:clamp(28px,4vw,44px);line-height:1;letter-spacing:-.045em}.gg10-section-head a{font-weight:800;color:var(--gg10-burgundy);font-size:13px}.gg10-section-kicker{display:block;margin-bottom:7px;color:var(--gg10-olive);font-size:12px;text-transform:uppercase;font-weight:800;letter-spacing:.06em}.gg10-section-title{margin-bottom:16px}.gg10-section-title span{font-size:13px;color:var(--gg10-burgundy);font-weight:800;text-transform:uppercase;letter-spacing:.04em}

/* hero */
.gg10-hero{position:relative;min-height:610px;background:var(--gg10-burgundy-deep);color:#fff;overflow:hidden}.gg10-hero-media,.gg10-hero-slide,.gg10-hero-shade{position:absolute;inset:0}.gg10-hero-slide{background-size:cover;background-position:center;opacity:0;transform:scale(1.025);transition:opacity .75s ease,transform 5s ease}.gg10-hero-slide.is-active{opacity:1;transform:scale(1)}.gg10-hero-shade{background:linear-gradient(90deg,rgba(18,9,8,.84) 0%,rgba(18,9,8,.54) 48%,rgba(18,9,8,.32) 100%),linear-gradient(180deg,rgba(139,30,63,.08),rgba(0,0,0,.22))}.gg10-hero-inner{position:relative;z-index:3;min-height:610px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:64px;padding:44px 0}.gg10-eyebrow{display:inline-flex;padding:7px 10px;border-radius:7px;background:rgba(122,143,58,.92);font-size:11px;line-height:1;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.gg10-hero-copy h1{margin:14px 0 16px;font-size:clamp(60px,7vw,88px);line-height:.9;letter-spacing:-.065em}.gg10-hero-copy h1 span{color:#DCE8AE}.gg10-hero-copy p{max-width:560px;font-size:18px;line-height:1.55;color:rgba(255,255,255,.86)}.gg10-search-panel{padding:18px;border:1px solid rgba(255,255,255,.18);background:rgba(56,30,27,.48);backdrop-filter:blur(16px);border-radius:14px;box-shadow:0 20px 50px rgba(0,0,0,.2)}.gg10-search label,.gg10-city-wrap>span{display:block;margin-bottom:8px;font-size:12px;font-weight:800}.gg10-search-row{display:flex;gap:8px}.gg10-search-row input{flex:1;min-width:0;border:0;border-radius:8px;background:#fff;padding:14px 14px;font-size:15px;outline:0}.gg10-search-row button{border:0;border-radius:8px;background:var(--gg10-burgundy);color:#fff;padding:0 20px;font-weight:800;cursor:pointer}.gg10-city-wrap{position:relative;margin-top:14px}.gg10-city-trigger{width:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;border:0;border-radius:8px;background:#fff;color:var(--gg10-ink);padding:13px 14px;text-align:left;cursor:pointer}.gg10-city-trigger strong{font-size:14px}.gg10-city-menu{position:absolute;z-index:12;left:0;right:0;top:calc(100% + 7px);background:#fff;border:1px solid var(--gg10-line);border-radius:10px;box-shadow:var(--gg10-shadow);overflow:hidden}.gg10-city-menu button{width:100%;border:0;background:#fff;padding:13px 14px;text-align:left;cursor:pointer;font-weight:700}.gg10-city-menu button:hover{background:var(--gg10-olive-soft)}.gg10-quick-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}.gg10-quick-actions a{display:flex;min-height:54px;align-items:center;justify-content:center;text-align:center;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:rgba(255,255,255,.07);font-size:12px;font-weight:800}

/* categories */
.gg10-category-grid{display:grid;grid-template-columns:repeat(9,1fr);gap:10px}.gg10-category-card{min-height:108px;padding:14px 8px;border:1px solid var(--gg10-line);border-radius:10px;background:#fff;box-shadow:0 8px 24px rgba(45,28,21,.04);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;transition:.2s}.gg10-category-card:hover{transform:translateY(-2px);border-color:#cab9b1}.gg10-category-icon{width:40px;height:40px;color:var(--gg10-olive);display:grid;place-items:center}.gg10-category-icon svg{width:29px;height:29px}.gg10-category-card strong{font-size:13px;line-height:1.15}.gg10-category-card:last-child{background:var(--gg10-burgundy);color:#fff}.gg10-category-card:last-child .gg10-category-icon{color:#fff}

/* featured logos only */
.gg10-featured{background:#fff}.gg10-logo-row{display:flex;gap:12px;overflow:auto;padding:2px 2px 8px;scrollbar-width:none}.gg10-logo-row::-webkit-scrollbar{display:none}.gg10-logo-card{flex:0 0 180px;min-height:180px;padding:18px;border:1px solid var(--gg10-line);border-radius:12px;background:#fff;box-shadow:var(--gg10-shadow);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px}.gg10-logo-placeholder{width:88px;height:88px;border-radius:50%;background:linear-gradient(135deg,var(--gg10-burgundy),#5c152e);color:#fff;display:grid;place-items:center;font:800 44px Manrope}.gg10-logo-card strong{font-size:18px}.gg10-logo-card small{color:var(--gg10-muted)}.gg10-verified{text-align:center;margin:18px 0 0;color:var(--gg10-muted);font-size:13px}

/* lifestyle */
.gg10-lifestyle{padding:10px 0 12px;background:#fff}.gg10-lifestyle img{width:100%;display:block;border-radius:12px;box-shadow:var(--gg10-shadow)}

/* popular */
.gg10-popular{background:#fff}.gg10-popular-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.gg10-place-card{overflow:hidden;border:1px solid var(--gg10-line);border-radius:12px;background:#fff;box-shadow:var(--gg10-shadow)}.gg10-place-card>img{width:100%;aspect-ratio:16/9;object-fit:cover}.gg10-place-copy{padding:16px}.gg10-place-copy h3{font-size:20px;margin-bottom:5px}.gg10-place-copy p{font-size:13px;color:var(--gg10-muted);margin-bottom:6px}.gg10-place-copy small{font-size:12px;color:var(--gg10-muted)}.gg10-place-actions{display:flex;gap:8px;margin-top:14px}.gg10-place-actions a{padding:9px 10px;border-radius:8px;border:1px solid var(--gg10-line);font-size:12px;font-weight:800;color:var(--gg10-burgundy)}

/* benefits */
.gg10-benefits{padding-top:8px;background:#fff}.gg10-benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:22px;border:1px solid var(--gg10-line);border-radius:12px;background:var(--gg10-cream)}.gg10-benefit-grid>div{display:grid;gap:5px}.gg10-benefit-grid strong{font-size:14px}.gg10-benefit-grid span{color:var(--gg10-muted);font-size:12px;line-height:1.45}

/* join */
.gg10-join{padding-top:18px;background:#fff}.gg10-join-card{padding:26px 30px;border-radius:12px;background:linear-gradient(135deg,var(--gg10-burgundy),#58132b);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px}.gg10-join-card>div:first-child{max-width:700px}.gg10-join-card span{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#e9d7df}.gg10-join-card h2{font-size:clamp(28px,4vw,42px);line-height:1;margin:8px 0}.gg10-join-card p{color:rgba(255,255,255,.78)}.gg10-join-card>div:last-child{display:flex;gap:10px}.gg10-btn{display:inline-flex;min-height:46px;align-items:center;justify-content:center;padding:0 18px;border-radius:8px;font-weight:800}.gg10-btn-olive{background:var(--gg10-olive);color:#fff}.gg10-btn-outline{border:1px solid rgba(255,255,255,.45);color:#fff}

/* business mini landing */
.gg10-business-page{background:var(--gg10-cream)}.gg10-business-hero{padding:34px 0 28px;background:linear-gradient(135deg,#35141f,#7d1d3d);color:#fff}.gg10-back{display:inline-flex;margin-bottom:22px;color:#fff;font-weight:700}.gg10-business-head{display:grid;grid-template-columns:auto 1fr;gap:22px;align-items:center}.gg10-business-logo-large{width:110px;height:110px;border-radius:14px;background:#fff;display:grid;place-items:center;overflow:hidden}.gg10-business-logo-large img{width:100%;height:100%;object-fit:contain}.gg10-business-logo-large span{font:800 48px Manrope;color:var(--gg10-burgundy)}.gg10-business-head span{font-size:12px;text-transform:uppercase;font-weight:800;color:#e4d2d9}.gg10-business-head h1{font-size:clamp(42px,7vw,72px);line-height:.95;margin:7px 0 9px}.gg10-business-head p{max-width:720px;color:rgba(255,255,255,.82);line-height:1.55}.gg10-business-head small{display:block;margin-top:10px}.gg10-gallery{display:grid;grid-template-columns:2fr 1fr 1fr;gap:10px;margin-bottom:24px}.gg10-gallery img{width:100%;height:260px;object-fit:cover;border-radius:10px}.gg10-gallery img:first-child{height:260px}.gg10-business-layout{display:grid;grid-template-columns:1fr 320px;gap:20px}.gg10-business-content,.gg10-contact-card{background:#fff;border:1px solid var(--gg10-line);border-radius:12px;padding:22px}.gg10-business-content h2,.gg10-contact-card h3{margin-bottom:14px}.gg10-highlight-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.gg10-highlight-grid span{padding:13px;border-radius:8px;background:var(--gg10-olive-soft);font-weight:700}.gg10-contact-card{display:grid;gap:9px}.gg10-contact-card a{display:flex;min-height:44px;align-items:center;justify-content:center;border:1px solid var(--gg10-line);border-radius:8px;font-weight:800}.gg10-contact-card a.is-main{background:var(--gg10-olive);color:#fff;border-color:var(--gg10-olive)}

@media(max-width:1000px){.gg10-category-grid{grid-template-columns:repeat(5,1fr)}.gg10-popular-grid{grid-template-columns:repeat(2,1fr)}.gg10-benefit-grid{grid-template-columns:repeat(2,1fr)}}

@media(max-width:819px){
  body{font-size:16px}.gg-topbar-inner{min-height:60px;padding:0 12px}.gg-brand-logo{width:40px;height:40px}.gg-brand-copy strong{font-size:14px}.gg-brand-copy small{display:none}.gg10-shell{width:calc(100% - 22px)}.gg10-section{padding:34px 0}
  .gg10-hero{min-height:calc(100svh - 60px)}.gg10-hero-inner{min-height:calc(100svh - 60px);display:flex;flex-direction:column;justify-content:flex-end;gap:18px;padding:18px 0 26px}.gg10-hero-shade{background:linear-gradient(180deg,rgba(20,8,11,.24) 0%,rgba(20,8,11,.38) 32%,rgba(20,8,11,.94) 76%,rgba(20,8,11,.98) 100%)}.gg10-hero-copy h1{font-size:clamp(45px,13vw,60px);margin:8px 0 10px}.gg10-hero-copy p{font-size:15.5px;max-width:350px}.gg10-eyebrow{font-size:10.5px}.gg10-search-panel{width:100%;padding:12px;border-radius:10px}.gg10-search-row input{font-size:16px;padding:13px 11px}.gg10-search-row button{padding:0 16px}.gg10-quick-actions{grid-template-columns:repeat(3,1fr)}.gg10-quick-actions a{font-size:11px;min-height:50px;padding:6px}
  .gg10-category-grid{grid-template-columns:repeat(3,1fr);gap:8px}.gg10-category-card{min-height:92px;padding:10px 6px;border-radius:8px}.gg10-category-card strong{font-size:13.5px}.gg10-category-icon{width:34px;height:34px}.gg10-category-icon svg{width:25px;height:25px}
  .gg10-section-head{align-items:flex-end}.gg10-section-head h2{font-size:29px}.gg10-logo-card{flex-basis:138px;min-height:150px;padding:12px}.gg10-logo-placeholder{width:72px;height:72px;font-size:34px}.gg10-logo-card strong{font-size:16px}.gg10-lifestyle .gg10-shell{width:calc(100% - 12px)}.gg10-lifestyle img{border-radius:8px}
  .gg10-popular-grid{grid-template-columns:1fr}.gg10-place-card{display:grid;grid-template-columns:130px 1fr}.gg10-place-card>img{height:100%;aspect-ratio:auto}.gg10-place-copy h3{font-size:18px}.gg10-place-actions a{padding:7px 8px}
  .gg10-benefit-grid{grid-template-columns:1fr;padding:16px}.gg10-join-card{padding:20px;border-radius:10px;flex-direction:column;align-items:flex-start}.gg10-join-card>div:last-child{width:100%;display:grid;grid-template-columns:1fr 1fr}.gg10-btn{width:100%;padding:0 12px}
  .gg10-business-head{grid-template-columns:1fr}.gg10-business-logo-large{width:84px;height:84px}.gg10-business-head h1{font-size:48px}.gg10-gallery{grid-template-columns:1fr 1fr}.gg10-gallery img,.gg10-gallery img:first-child{height:170px}.gg10-gallery img:first-child{grid-column:1/-1}.gg10-business-layout{grid-template-columns:1fr}.gg10-highlight-grid{grid-template-columns:1fr 1fr}
}

@supports not (height:100svh){@media(max-width:819px){.gg10-hero,.gg10-hero-inner{min-height:calc(100vh - 60px)}}}
