:root{
--gp-forest:#123d2a;
--gp-forest-dark:#082c1c;
--gp-leaf:#67ae55;
--gp-leaf-light:#9ace78;
--gp-mint:#e9f5e2;
--gp-sand:#f5f0e5;
--gp-sun:#efc65d;
--gp-berry:#7d3152;
--gp-text:#17211b;
--gp-muted:#5b6960;
--gp-line:#dbe5da;
--gp-white:#fff;
--gp-shadow:0 18px 52px rgba(18,61,42,.12);
--gp-shell:min(1240px,calc(100% - 40px));
}
*{box-sizing:border-box}
body{
background:#fbfcf9;
color:var(--gp-text);
font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.gp-shell{
width:var(--gp-shell);
margin-left:auto;
margin-right:auto;
} #gp19-final-homehub,
#gp19-final-debug{
display:none!important;
} .site-header,
.main-navigation{
display:none!important;
}
.site-content{
padding-top:0!important;
}
.gp-fullbleed{
width:100vw;
margin-left:calc(50% - 50vw);
}
.gp-brandbar{
background:#fff;
border-bottom:1px solid var(--gp-line);
}
.gp-brandbar-inner{
min-height:92px;
display:flex;
align-items:center;
justify-content:space-between;
gap:30px;
}
.gp-brand{
display:flex;
align-items:center;
gap:13px;
color:var(--gp-forest);
text-decoration:none;
}
.gp-brandmark{
width:58px;
height:58px;
display:grid;
place-items:center;
background:linear-gradient(145deg,var(--gp-mint),#fff);
border:1px solid #cfe0cb;
border-radius:20px 20px 20px 7px;
box-shadow:0 8px 24px rgba(18,61,42,.10);
}
.gp-brandmark svg{
width:43px;
height:43px;
fill:none;
stroke:var(--gp-forest);
stroke-width:3.4;
stroke-linecap:round;
stroke-linejoin:round;
}
.gp-brandcopy{
display:flex;
flex-direction:column;
line-height:1;
}
.gp-brandname{
font-size:27px;
font-weight:750;
letter-spacing:-.04em;
}
.gp-brandtag{
margin-top:6px;
color:var(--gp-muted);
font-size:12px;
letter-spacing:.04em;
}
.gp-headsearch{
display:flex;
width:min(500px,48vw);
background:#f3f7f1;
border:1px solid var(--gp-line);
border-radius:999px;
padding:5px;
}
.gp-headsearch input{
flex:1;
min-width:0;
border:0;
outline:0;
background:transparent;
padding:10px 16px;
}
.gp-headsearch button,
.gp-hero-search button,
.gp-live-search-form button{
border:0;
border-radius:999px;
background:var(--gp-forest);
color:#fff;
padding:11px 20px;
cursor:pointer;
}
.gp-headsearch button:hover,
.gp-hero-search button:hover,
.gp-live-search-form button:hover{
background:var(--gp-leaf);
color:#102617;
}
.gp-nav{
background:var(--gp-forest);
box-shadow:0 8px 22px rgba(18,61,42,.16);
position:relative;
z-index:30;
}
.gp-nav-inner{
min-height:50px;
display:flex;
align-items:center;
}
.gp-navlinks{
display:flex;
align-items:center;
width:100%;
}
.gp-navlinks a{
display:flex;
align-items:center;
min-height:50px;
padding:0 15px;
color:#fff;
text-decoration:none;
font-size:14px;
}
.gp-navlinks a:hover{
background:rgba(255,255,255,.12);
color:#fff;
}
.gp-nav-toggle{
display:none;
}
.gp-homehero{
position:relative;
overflow:hidden;
background:linear-gradient(115deg,#edf7e7 0%,#f8f3e9 57%,#eff6e2 100%);
}
.gp-homehero:before{
content:"";
position:absolute;
width:520px;
height:520px;
right:-170px;
top:-260px;
border-radius:50%;
background:rgba(103,174,85,.15);
}
.gp-homehero-grid{
min-height:590px;
padding:56px 0;
display:grid;
grid-template-columns:1.04fr .96fr;
gap:52px;
align-items:center;
}
.gp-kicker,
.gp-eyebrow{
display:inline-block;
color:var(--gp-berry);
font-size:12px;
text-transform:uppercase;
letter-spacing:.1em;
font-weight:700;
}
.gp-homehero h1{
margin:15px 0 24px;
color:var(--gp-forest);
font-size:clamp(42px,5vw,72px);
line-height:.99;
letter-spacing:-.06em;
}
.gp-homehero h1 em{
color:var(--gp-berry);
font-style:normal;
}
.gp-lead{
max-width:680px;
color:#415049;
font-size:19px;
line-height:1.65;
}
.gp-hero-search{
display:flex;
max-width:650px;
margin-top:26px;
padding:6px;
background:#fff;
border:1px solid #d4e1d1;
border-radius:999px;
box-shadow:0 12px 28px rgba(18,61,42,.08);
}
.gp-hero-search input{
flex:1;
min-width:0;
border:0;
outline:0;
background:transparent;
padding:13px 18px;
}
.gp-quicklinks{
display:flex;
flex-wrap:wrap;
gap:8px;
margin-top:16px;
}
.gp-quicklinks a{
padding:7px 11px;
border:1px solid #cadbc7;
border-radius:999px;
background:rgba(255,255,255,.76);
color:var(--gp-forest);
text-decoration:none;
font-size:13px;
}
.gp-homehero-media{
position:relative;
}
.gp-hero-img,
.gp-hero-fallback{
display:block;
width:100%;
height:500px;
object-fit:cover;
border-radius:42px 42px 42px 10px;
box-shadow:var(--gp-shadow);
}
.gp-hero-fallback{
display:grid;
place-items:center;
background:linear-gradient(145deg,var(--gp-leaf),var(--gp-forest));
font-size:90px;
}
.gp-hero-note{
position:absolute;
left:-30px;
bottom:28px;
width:240px;
padding:17px 19px;
background:#fff;
border:1px solid var(--gp-line);
border-radius:22px;
box-shadow:var(--gp-shadow);
}
.gp-hero-note>span{
display:block;
color:var(--gp-muted);
font-size:11px;
text-transform:uppercase;
letter-spacing:.08em;
}
.gp-hero-note strong{
display:block;
margin:3px 0;
color:var(--gp-forest);
font-size:21px;
}
.gp-hero-note a{
font-size:12px;
text-decoration:none;
}
.gp-actionstrip{
background:#fff;
border-bottom:1px solid var(--gp-line);
}
.gp-actiongrid{
display:grid;
grid-template-columns:repeat(4,1fr);
}
.gp-actiongrid a{
display:grid;
grid-template-columns:42px 1fr;
grid-template-rows:auto auto;
gap:0 12px;
padding:22px 24px;
border-right:1px solid var(--gp-line);
color:var(--gp-forest);
text-decoration:none;
}
.gp-actiongrid a:first-child{
border-left:1px solid var(--gp-line);
}
.gp-actiongrid a:hover{
background:var(--gp-mint);
}
.gp-actiongrid span{
grid-row:1/3;
font-size:27px;
}
.gp-actiongrid b{
font-size:15px;
}
.gp-actiongrid small{
color:var(--gp-muted);
font-size:12px;
}
.gp-section{
padding:76px 0;
}
.gp-sectionhead{
display:flex;
align-items:end;
justify-content:space-between;
gap:60px;
margin-bottom:30px;
}
.gp-sectionhead h2,
.gp-seasonband h2,
.gp-helpband h2{
margin:8px 0 0;
color:var(--gp-forest);
font-size:clamp(30px,3vw,46px);
line-height:1.06;
letter-spacing:-.045em;
}
.gp-sectionhead p{
max-width:520px;
margin:0;
color:var(--gp-muted);
}
.gp-topicgrid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:18px;
}
.gp-topictile{
position:relative;
min-height:310px;
overflow:hidden;
border-radius:26px;
background:var(--gp-forest);
color:#fff;
text-decoration:none;
box-shadow:0 10px 28px rgba(18,61,42,.09);
}
.gp-topictile-media,
.gp-topictile-media img,
.gp-topictile .gp-media-placeholder{
position:absolute;
inset:0;
width:100%;
height:100%;
object-fit:cover;
}
.gp-media-placeholder{
display:grid;
place-items:center;
background:linear-gradient(145deg,#dbeed2,#8ec573);
font-size:60px;
}
.gp-topictile-shade{
position:absolute;
inset:0;
background:linear-gradient(180deg,rgba(4,26,15,.02) 20%,rgba(4,26,15,.91) 100%);
}
.gp-topictile-copy{
position:absolute;
left:0;
right:0;
bottom:0;
padding:24px;
}
.gp-topictile-copy i{
font-style:normal;
font-size:27px;
}
.gp-topictile-copy b{
display:block;
margin:8px 0;
font-size:24px;
line-height:1.15;
}
.gp-topictile-copy small{
display:block;
color:rgba(255,255,255,.84);
line-height:1.45;
}
.gp-topictile-copy em{
display:block;
margin-top:12px;
font-size:12px;
font-style:normal;
}
.gp-topictile:hover{
color:#fff;
}
.gp-topictile img{
transition:transform .3s ease;
}
.gp-topictile:hover img{
transform:scale(1.04);
}
.gp-seasonband{
position:relative;
overflow:hidden;
padding:62px 0;
background:var(--gp-forest);
color:#fff;
}
.gp-seasonband-grid{
display:grid;
grid-template-columns:.85fr 1.15fr;
gap:54px;
align-items:center;
}
.gp-seasonband h2{
color:#fff;
}
.gp-seasonband p{
max-width:520px;
color:#ccd9cf;
}
.gp-seasonband .gp-eyebrow{
color:#b9dd9a;
}
.gp-button{
display:inline-block;
margin-top:14px;
padding:11px 17px;
border-radius:999px;
background:var(--gp-sun);
color:#1c2a1e;
text-decoration:none;
}
.gp-mini-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:12px;
}
.gp-mini-grid a{
display:grid;
grid-template-columns:100px 1fr;
gap:14px;
align-items:center;
padding:9px;
border:1px solid rgba(255,255,255,.12);
border-radius:18px;
background:rgba(255,255,255,.08);
color:#fff;
text-decoration:none;
}
.gp-mini-grid img,
.gp-mini-grid .gp-media-placeholder{
position:static;
width:100px;
height:74px;
object-fit:cover;
border-radius:12px;
}
.gp-mini-grid span{
font-size:14px;
line-height:1.35;
}
.gp-latest-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:18px;
}
.gp-postcard{
min-width:0;
overflow:hidden;
display:flex;
flex-direction:column;
background:#fff;
border:1px solid var(--gp-line);
border-radius:22px;
}
.gp-postcard-large{
grid-column:span 2;
grid-row:span 2;
}
.gp-cardmedia{
display:block;
height:220px;
overflow:hidden;
background:var(--gp-mint);
}
.gp-postcard-large .gp-cardmedia{
height:430px;
}
.gp-cardmedia img,
.gp-cardmedia .gp-media-placeholder{
position:static;
display:block;
width:100%;
height:100%;
object-fit:cover;
}
.gp-cardbody{
display:flex;
flex-direction:column;
flex:1;
padding:20px;
}
.gp-cardbody h3{
margin:7px 0 10px;
font-size:20px;
line-height:1.2;
}
.gp-postcard-large .gp-cardbody h3{
font-size:28px;
}
.gp-cardbody h3 a{
color:var(--gp-forest);
text-decoration:none;
}
.gp-cardbody p{
color:var(--gp-muted);
font-size:14px;
line-height:1.55;
}
.gp-textlink{
margin-top:auto;
font-size:13px;
font-weight:700;
text-decoration:none;
}
.gp-helpband{
display:grid;
grid-template-columns:1fr 1fr;
gap:70px;
align-items:center;
margin-bottom:76px;
padding:55px;
border-radius:36px;
background:linear-gradient(135deg,#f7f2e9,#edf6e8);
}
.gp-help-copy p{
color:var(--gp-muted);
}
.gp-help-links{
display:grid;
grid-template-columns:1fr 1fr;
gap:10px;
}
.gp-help-links a{
display:flex;
align-items:center;
justify-content:space-between;
padding:15px 16px;
background:#fff;
border:1px solid var(--gp-line);
border-radius:16px;
text-decoration:none;
}
.gp-help-links a:hover{
background:var(--gp-forest);
color:#fff;
}
.gp-archivehero{
margin-bottom:34px;
padding:42px 0;
background:linear-gradient(135deg,#eef7e8,#f8f3e8);
}
.gp-archivehero-grid{
display:grid;
grid-template-columns:1fr 430px;
gap:46px;
align-items:center;
}
.gp-archivehero h1{
margin:10px 0 18px;
color:var(--gp-forest);
font-size:clamp(38px,4vw,58px);
line-height:1;
letter-spacing:-.05em;
}
.gp-archivehero p{
color:var(--gp-muted);
}
.gp-archivehero-media{
height:260px;
overflow:hidden;
border-radius:30px 30px 30px 8px;
}
.gp-archivehero-media img,
.gp-archivehero-media .gp-media-placeholder{
position:static;
width:100%;
height:100%;
object-fit:cover;
}
.gp-childchips{
display:flex;
flex-wrap:wrap;
gap:7px;
margin-top:18px;
}
.gp-childchips a{
padding:6px 10px;
background:#fff;
border:1px solid var(--gp-line);
border-radius:999px;
font-size:12px;
text-decoration:none;
} .inside-article{
background:#fff;
border:1px solid var(--gp-line);
border-radius:22px;
box-shadow:0 8px 30px rgba(18,61,42,.06);
}
.entry-title,
.page-title,
.entry-content h2,
.entry-content h3,
.entry-content h4{
color:var(--gp-forest);
}
.entry-content img,
.post-image img,
.featured-image img{
border-radius:20px;
}
.gp-articlemeta{
display:flex;
flex-wrap:wrap;
gap:8px;
margin:0 0 18px;
}
.gp-articlemeta span{
padding:6px 10px;
border:1px solid var(--gp-line);
border-radius:999px;
background:#f2f6ef;
color:var(--gp-muted);
font-size:12px;
} .wt-meta-box,
.wt-toc,
.wt-hint,
.wt-howto,
.wt-checklist,
.wt-related{
display:none!important;
}
.gp-toc{
float:right;
width:min(46%,440px);
margin:4px 0 24px 30px;
padding:12px;
background:linear-gradient(145deg,#f3f8ef,#fff);
border:1px solid var(--gp-line);
border-radius:18px;
box-shadow:0 8px 24px rgba(18,61,42,.06);
}
.gp-toc button{
width:100%;
display:flex;
justify-content:space-between;
align-items:center;
padding:10px 12px;
border:0;
border-radius:12px;
background:var(--gp-forest);
color:#fff;
cursor:pointer;
}
.gp-toc ol{
margin:12px 0 2px;
padding-left:24px;
}
.gp-toc li{
margin:5px 0;
font-size:13px;
}
.gp-toc a{
text-decoration:none;
}
.gp-related{
clear:both;
margin-top:50px;
padding-top:34px;
border-top:1px solid var(--gp-line);
}
.gp-related header h2{
margin:5px 0 20px;
}
.gp-related-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:16px;
}
.gp-breadcrumbs{
display:flex;
align-items:center;
gap:7px;
color:var(--gp-muted);
font-size:12px;
}
.gp-breadcrumbs a{
text-decoration:none;
}
.gp-live-search{
padding:26px;
background:linear-gradient(135deg,#f0f7eb,#fff);
border:1px solid var(--gp-line);
border-radius:24px;
}
.gp-live-search h2{
margin:5px 0;
}
.gp-live-search-form{
display:flex;
gap:8px;
padding:5px;
background:#fff;
border:1px solid var(--gp-line);
border-radius:999px;
}
.gp-live-search-form input{
flex:1;
min-width:0;
padding:10px 14px;
border:0;
outline:0;
}
.gp-live-search-results{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:12px;
margin-top:16px;
}
.gp-search-result{
display:block;
overflow:hidden;
background:#fff;
border:1px solid var(--gp-line);
border-radius:15px;
text-decoration:none;
}
.gp-search-result img{
display:block;
width:100%;
height:130px;
object-fit:cover;
}
.gp-search-result span{
display:block;
padding:12px;
}
.gp-search-result b{
display:block;
line-height:1.3;
}
.gp-search-result small{
display:block;
margin-top:6px;
color:var(--gp-muted);
line-height:1.4;
}
@media(max-width:980px){
:root{
--gp-shell:min(100% - 28px,1240px);
}
.gp-headsearch{
display:none;
}
.gp-nav-inner{
min-height:52px;
}
.gp-nav-toggle{
display:flex;
align-items:center;
gap:5px;
padding:13px 0;
border:0;
background:transparent;
color:#fff;
cursor:pointer;
}
.gp-nav-toggle span{
display:block;
width:17px;
height:2px;
background:#fff;
}
.gp-nav-toggle b{
margin-left:5px;
}
.gp-navlinks{
display:none;
position:absolute;
left:0;
right:0;
top:52px;
flex-direction:column;
align-items:stretch;
background:var(--gp-forest-dark);
}
.gp-navlinks.is-open{
display:flex;
}
.gp-navlinks a{
width:100%;
min-height:47px;
padding:0 20px;
border-top:1px solid rgba(255,255,255,.08);
}
.gp-homehero-grid{
grid-template-columns:1fr;
min-height:0;
gap:34px;
padding:42px 0;
}
.gp-hero-img,
.gp-hero-fallback{
height:430px;
}
.gp-hero-note{
left:18px;
}
.gp-actiongrid{
grid-template-columns:1fr 1fr;
}
.gp-topicgrid{
grid-template-columns:1fr 1fr;
}
.gp-seasonband-grid{
grid-template-columns:1fr;
}
.gp-latest-grid{
grid-template-columns:1fr 1fr;
}
.gp-postcard-large{
grid-column:1/-1;
grid-row:auto;
}
.gp-helpband{
grid-template-columns:1fr;
gap:25px;
padding:34px;
}
.gp-archivehero-grid{
grid-template-columns:1fr 330px;
}
.gp-related-grid,
.gp-live-search-results{
grid-template-columns:1fr 1fr;
}
}
@media(max-width:700px){
:root{
--gp-shell:calc(100% - 20px);
}
.gp-brandbar-inner{
min-height:88px;
justify-content:center;
}
.gp-brandmark{
width:52px;
height:52px;
}
.gp-brandname{
font-size:24px;
}
.gp-brandtag{
font-size:11px;
}
.gp-homehero h1{
font-size:42px;
}
.gp-homehero-grid{
padding:30px 0;
}
.gp-hero-search{
display:grid;
border-radius:18px;
}
.gp-hero-search input{
width:100%;
}
.gp-hero-search button{
border-radius:12px;
}
.gp-hero-img,
.gp-hero-fallback{
height:330px;
border-radius:28px 28px 28px 8px;
}
.gp-hero-note{
position:relative;
left:auto;
bottom:auto;
width:calc(100% - 24px);
margin:-55px auto 0;
}
.gp-actiongrid{
grid-template-columns:1fr;
}
.gp-actiongrid a{
border-left:0!important;
border-right:0;
border-bottom:1px solid var(--gp-line);
}
.gp-section{
padding:52px 0;
}
.gp-sectionhead{
display:block;
}
.gp-sectionhead p{
margin-top:12px;
}
.gp-topicgrid,
.gp-latest-grid{
grid-template-columns:1fr;
}
.gp-topictile{
min-height:280px;
}
.gp-mini-grid{
grid-template-columns:1fr;
}
.gp-postcard-large .gp-cardmedia{
height:250px;
}
.gp-helpband{
border-radius:24px;
}
.gp-help-links{
grid-template-columns:1fr;
}
.gp-archivehero-grid{
grid-template-columns:1fr;
}
.gp-archivehero-media{
height:220px;
}
.gp-toc{
float:none;
width:100%;
margin:18px 0;
}
.gp-related-grid,
.gp-live-search-results{
grid-template-columns:1fr;
}
}
@media(prefers-reduced-motion:reduce){
*{
transition:none!important;
animation:none!important;
scroll-behavior:auto!important;
}
}.navigation-branding,.site-logo.mobile-header-logo{display:flex;align-items:center;order:0;margin-right:10px}.navigation-branding img,.site-logo.mobile-header-logo img{position:relative;padding:10px 0;display:block;transition:height .3s ease}.navigation-branding>div+.main-title{margin-left:10px}.navigation-branding .main-title{transition:line-height .3s ease}.navigation-branding .main-title a{font-family:inherit;font-size:inherit;font-weight:inherit;text-transform:unset}.main-navigation.mobile-header-navigation{display:none;float:none;margin-bottom:0}.mobile-header-navigation.is_stuck{box-shadow:0 2px 2px -2px rgba(0,0,0,.2)}.main-navigation .menu-toggle{flex-grow:1;width:auto}.main-navigation.has-branding .menu-toggle,.main-navigation.has-sticky-branding.navigation-stick .menu-toggle{flex-grow:0;padding-right:20px;order:2}.main-navigation:not(.slideout-navigation) .mobile-bar-items+.menu-toggle{text-align:left}.main-navigation.has-sticky-branding:not(.has-branding):not(.navigation-stick) .navigation-branding{display:none}.nav-align-right .navigation-branding{margin-right:auto}.main-navigation.has-branding:not([class*=nav-align-]):not(.mobile-header-navigation) .inside-navigation,.main-navigation.has-sticky-branding.navigation-stick:not([class*=nav-align-]):not(.mobile-header-navigation) .inside-navigation{justify-content:flex-start}.main-navigation.has-branding:not([class*=nav-align-]):not(.mobile-header-navigation) .menu-bar-items,.main-navigation.has-sticky-branding.navigation-stick:not([class*=nav-align-]):not(.mobile-header-navigation) .menu-bar-items{margin-left:auto}.nav-float-right .main-navigation.has-branding:not(.mobile-header-navigation) .menu-bar-items,.nav-float-right .main-navigation.has-sticky-branding.navigation-stick:not(.mobile-header-navigation) .menu-bar-items{margin-left:0}.mobile-header-navigation.has-menu-bar-items .mobile-header-logo{margin-right:auto}.rtl .navigation-branding>div+.main-title{margin-right:10px}.rtl .main-navigation.nav-align-right:not(.mobile-header-navigation) .navigation-branding{order:-10}.rtl .nav-align-right .navigation-branding{margin-right:10px}.rtl .navigation-branding,.rtl .site-logo.mobile-header-logo{margin-left:auto;margin-right:0}.rtl .nav-align-center .navigation-branding,.rtl .nav-align-center .site-logo.mobile-header-logo,.rtl .nav-align-right .navigation-branding,.rtl .nav-align-right .site-logo.mobile-header-logo{margin-left:10px}.rtl .nav-align-right .menu-bar-items{margin-right:auto}.rtl .mobile-header-navigation.has-menu-bar-items .site-logo{margin-left:auto}