@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@500;600;700;800;900&family=Hanken+Grotesk:wght@400;500;600;700&display=swap');
.ggp-home{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);overflow-x:clip;background:var(--paper);color:var(--ink);font-family:'Hanken Grotesk',system-ui,sans-serif;font-size:1.06rem;line-height:1.62;-webkit-font-smoothing:antialiased;}
.ggp-home{--paper:#FBF7EF;
  --paper-2:#F3EBDC;
  --ink:#16302B;
  --ink-soft:#3F564F;
  --court:#0F8C6C;
  --court-dk:#0A6B52;
  --flash:#FF6A3D;
  --flash-dk:#E8521F;
  --sun:#FFC94D;
  --line:#E4DBC8;
  --shadow:0 18px 40px -20px rgba(22,48,43,.45);
  --maxw:1180px;}
.ggp-home *{box-sizing:border-box}
.ggp-home{scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){.ggp-home{scroll-behavior:auto}
.ggp-home *{animation:none!important;transition:none!important}
}
.ggp-home{margin:0;background:var(--paper);color:var(--ink);
  font-family:'Hanken Grotesk',system-ui,sans-serif;
  font-size:1.06rem;line-height:1.62;-webkit-font-smoothing:antialiased;}
.ggp-home .wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}
.ggp-home h1, .ggp-home h2, .ggp-home h3{font-family:'Archivo',sans-serif;line-height:1.04;margin:0;letter-spacing:-.02em}
.ggp-home h2{font-size:clamp(1.85rem,3.6vw,2.7rem);font-weight:800}
.ggp-home h3{font-size:1.25rem;font-weight:800;letter-spacing:-.01em}
.ggp-home p{margin:0 0 1em}
.ggp-home a{color:inherit}
.ggp-home .eyebrow{font-family:'Archivo',sans-serif;text-transform:uppercase;font-weight:700;
  font-size:.76rem;letter-spacing:.16em;color:var(--court)}
.ggp-home .section{padding:84px 0}
.ggp-home .section--tight{padding:60px 0}
.ggp-home .lead{font-size:1.18rem;color:var(--ink-soft);max-width:60ch}
.ggp-home .btn{display:inline-flex;align-items:center;gap:.5em;font-family:'Archivo';font-weight:800;
  font-size:1rem;letter-spacing:.01em;text-decoration:none;border:none;cursor:pointer;
  padding:15px 26px;border-radius:14px;transition:transform .15s ease, box-shadow .15s ease}
.ggp-home .btn--primary{background:var(--flash);color:#fff;box-shadow:0 10px 22px -10px var(--flash)}
.ggp-home .btn--primary:hover{transform:translateY(-2px);box-shadow:0 16px 28px -10px var(--flash)}
.ggp-home .btn--ghost{background:transparent;color:var(--ink);border:2px solid var(--ink);padding:13px 24px}
.ggp-home .btn--ghost:hover{background:var(--ink);color:var(--paper)}
.ggp-home .btn--sm{padding:11px 18px;font-size:.92rem;border-radius:11px}
.ggp-home .btn:focus-visible, .ggp-home a:focus-visible, .ggp-home summary:focus-visible{outline:3px solid var(--court);outline-offset:3px}
@media(max-width:860px){}
.ggp-home .hero{position:relative;overflow:hidden;background:
   radial-gradient(120% 90% at 88% 8%, rgba(255,201,77,.20), transparent 55%),
   radial-gradient(90% 80% at 6% 96%, rgba(15,140,108,.12), transparent 60%),
   var(--paper)}
.ggp-home .hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;
  padding:72px 0 84px}
.ggp-home .hero__chips{display:flex;flex-wrap:wrap;gap:9px;margin:22px 0 26px}
.ggp-home .chip{font-family:'Archivo';font-weight:700;font-size:.8rem;letter-spacing:.02em;
  background:#fff;border:1.5px solid var(--line);border-radius:999px;padding:7px 14px}
.ggp-home .chip b{color:var(--court)}
.ggp-home .hero h1{font-size:clamp(2.5rem,6.1vw,4.4rem);font-weight:900;letter-spacing:-.035em}
.ggp-home .hero h1 em{font-style:normal;color:var(--flash)}
.ggp-home .hero__cta{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px;align-items:center}
.ggp-home .hero__note{font-size:.9rem;color:var(--ink-soft)}
.ggp-home .hero__art{justify-self:center;width:100%;max-width:430px}
@media(max-width:880px){.ggp-home .hero__grid{grid-template-columns:1fr;gap:30px;padding:48px 0 60px}
.ggp-home .hero__art{grid-row:1;max-width:330px}
}
.ggp-home .head{max-width:62ch}
.ggp-home .head h2{margin:.35em 0 .4em}
.ggp-home .head p{color:var(--ink-soft);margin:0}
.ggp-home .types{background:var(--ink);color:var(--paper)}
.ggp-home .types .eyebrow{color:var(--sun)}
.ggp-home .types .head p{color:#BFD3CC}
.ggp-home .types__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:42px}
.ggp-home .tcard{background:#1d3b34;border:1px solid #2b4f46;border-radius:18px;padding:26px 22px 24px;
  text-decoration:none;color:var(--paper);display:flex;flex-direction:column;gap:8px;
  transition:transform .16s ease,border-color .16s ease,background .16s ease}
.ggp-home .tcard:hover{transform:translateY(-4px);border-color:var(--sun);background:#214339}
.ggp-home .tcard__oct{width:84px;height:84px;margin-bottom:8px}
.ggp-home .tcard h3{color:#fff}
.ggp-home .tcard p{color:#BFD3CC;font-size:.95rem;margin:0}
.ggp-home .tcard__go{margin-top:auto;font-family:'Archivo';font-weight:800;font-size:.86rem;color:var(--sun);
  letter-spacing:.04em;text-transform:uppercase}
@media(max-width:880px){.ggp-home .types__grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:520px){.ggp-home .types__grid{grid-template-columns:1fr}
}
.ggp-home .sizes__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:36px}
.ggp-home .scard{background:#fff;border:1.5px solid var(--line);border-radius:16px;padding:24px 20px;
  text-decoration:none;color:var(--ink);transition:transform .15s,border-color .15s}
.ggp-home .scard:hover{transform:translateY(-3px);border-color:var(--court)}
.ggp-home .scard__ft{font-family:'Archivo';font-weight:900;font-size:2.1rem;color:var(--court);letter-spacing:-.03em}
.ggp-home .scard__p{font-weight:700;margin:.2em 0 .1em}
.ggp-home .scard small{color:var(--ink-soft)}
@media(max-width:880px){.ggp-home .sizes__grid{grid-template-columns:repeat(2,1fr)}
}
.ggp-home .picks__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:40px}
.ggp-home .pcard{background:#fff;border:1.5px solid var(--line);border-radius:18px;overflow:hidden;
  display:flex;flex-direction:column;box-shadow:var(--shadow)}
.ggp-home .pcard__media{position:relative;aspect-ratio:4/3;background:
   repeating-linear-gradient(45deg,#F3EBDC,#F3EBDC 12px,#EFE6D3 12px,#EFE6D3 24px);
   display:flex;align-items:center;justify-content:center}
.ggp-home .pcard__tag{position:absolute;top:12px;left:12px;background:var(--court);color:#fff;
  font-family:'Archivo';font-weight:800;font-size:.72rem;letter-spacing:.04em;text-transform:uppercase;
  padding:5px 11px;border-radius:999px}
.ggp-home .pcard__tag--pick{background:var(--flash)}
.ggp-home .pcard__body{padding:20px 20px 22px;display:flex;flex-direction:column;gap:8px;flex:1}
.ggp-home .pcard__body h3{font-size:1.08rem}
.ggp-home .pcard__feat{font-size:.94rem;color:var(--ink-soft);margin:0}
.ggp-home .pcard__btn{margin-top:auto}
@media(max-width:880px){.ggp-home .picks__grid{grid-template-columns:1fr}
}
.ggp-home .feature{background:var(--paper-2)}
.ggp-home .feature__in{display:grid;grid-template-columns:.9fr 1.1fr;gap:44px;align-items:center}
.ggp-home .feature__media{position:relative;aspect-ratio:1/1;border-radius:22px;overflow:hidden;
  background:radial-gradient(120% 120% at 30% 20%, #fff, #EFE6D3);display:flex;align-items:center;justify-content:center;
  box-shadow:var(--shadow)}
.ggp-home .feature__badge{display:inline-flex;align-items:center;gap:7px;background:var(--flash);color:#fff;
  font-family:'Archivo';font-weight:800;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;
  padding:7px 13px;border-radius:999px;margin-bottom:14px}
.ggp-home .feature ul{list-style:none;padding:0;margin:18px 0 24px;display:grid;gap:10px}
.ggp-home .feature li{display:flex;gap:10px;align-items:flex-start;color:var(--ink-soft)}
.ggp-home .feature li svg{flex:none;margin-top:3px}
@media(max-width:880px){.ggp-home .feature__in{grid-template-columns:1fr;gap:26px}
.ggp-home .feature__media{max-width:340px}
}
.ggp-home .vp__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}
.ggp-home .vp{display:flex;flex-direction:column;gap:8px}
.ggp-home .vp__ic{width:46px;height:46px;border-radius:12px;background:var(--sun);display:flex;align-items:center;justify-content:center}
.ggp-home .vp p{margin:0;color:var(--ink-soft)}
@media(max-width:880px){.ggp-home .vp__grid{grid-template-columns:1fr}
}
.ggp-home .choose{background:var(--court);color:#fff}
.ggp-home .choose .eyebrow{color:var(--sun)}
.ggp-home .choose__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 40px;margin-top:36px}
.ggp-home .crit{display:flex;gap:16px;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.18)}
.ggp-home .crit__n{font-family:'Archivo';font-weight:900;font-size:1.3rem;color:var(--sun);min-width:32px}
.ggp-home .crit h3{color:#fff;font-size:1.06rem;margin-bottom:3px}
.ggp-home .crit p{margin:0;color:#D7EAE3;font-size:.95rem}
.ggp-home .crit a{color:#fff;text-decoration-color:var(--sun)}
@media(max-width:740px){.ggp-home .choose__grid{grid-template-columns:1fr;gap:0}
}
.ggp-home .proof__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:38px}
.ggp-home .quote{background:#fff;border:1.5px solid var(--line);border-radius:18px;padding:26px 24px}
.ggp-home .quote p{font-size:1.04rem}
.ggp-home .quote__by{font-family:'Archivo';font-weight:700;font-size:.84rem;color:var(--court);margin:0}
.ggp-home .stars{color:var(--sun);letter-spacing:2px;margin-bottom:10px}
@media(max-width:880px){.ggp-home .proof__grid{grid-template-columns:1fr}
}
.ggp-home .seo h2{margin-bottom:.4em}
.ggp-home .seo h3{margin:1.6em 0 .4em;color:var(--court-dk)}
.ggp-home .seo p{color:var(--ink-soft);max-width:72ch}
.ggp-home .seo__intro{font-size:1.12rem;color:var(--ink)}
.ggp-home .ctab{background:var(--ink);color:var(--paper);text-align:center;border-radius:26px;
  padding:60px 28px;margin:0 24px;position:relative;overflow:hidden}
.ggp-home .ctab::before{content:"";position:absolute;inset:0;opacity:.5;background:
  radial-gradient(60% 100% at 50% 120%, rgba(255,106,61,.5), transparent 60%)}
.ggp-home .ctab>*{position:relative}
.ggp-home .ctab h2{color:#fff;max-width:18ch;margin:0 auto .5em}
.ggp-home .ctab p{color:#C7D8D2;max-width:46ch;margin:0 auto 26px}
.ggp-home .faq__list{margin-top:36px;border-top:1px solid var(--line)}
.ggp-home .faq details{border-bottom:1px solid var(--line)}
.ggp-home .faq summary{cursor:pointer;list-style:none;padding:22px 44px 22px 0;position:relative;
  font-family:'Archivo';font-weight:700;font-size:1.12rem;color:var(--ink)}
.ggp-home .faq summary::-webkit-details-marker{display:none}
.ggp-home .faq summary::after{content:"+";position:absolute;right:6px;top:18px;font-family:'Archivo';
  font-weight:800;font-size:1.5rem;color:var(--court);transition:transform .2s}
.ggp-home .faq details[open] summary::after{content:"–"}
.ggp-home .faq__a{padding:0 44px 24px 0;color:var(--ink-soft);max-width:80ch}
.ggp-home .disclosure{background:var(--paper-2)}
.ggp-home .disclosure p{margin:0;text-align:center;font-size:.92rem;color:var(--ink-soft)}
@media(max-width:760px){}
@media(min-width:861px){}
