:root{
  --ink:#111827; --muted:#6b7280; --hair:#e5e7eb;
  --w:min(1100px,92vw); --gap:clamp(16px,2.2vw,24px);
  --hero-a: #005F62; /* primary */
  --hero-b:  #7ba39b; /*#dfe5e1 secondary*/
}
body.page {padding-top: calc(var(--gs-navbar-height) + 1px);}
div.inside-article > div.entry-content {
	margin-top: 0;
	padding-top: 0;
}
.gs-hero__inner{ width:var(--w); margin-inline:auto }
.gs-hero h1{ margin:0 0 .25em; font-size:var(--fs-40); line-height:1.1 }
.gs-hero p{ margin:0; color:var(--muted); font-size: var(--fs-20);line-height: 1.5;}

.gs-sec{ width:var(--w); margin:0 auto; padding:var(--gap) 0; }
.gs-sec:last-of-type{ border-bottom:0 }

.gs-sec__head{
  display:grid; grid-template-columns:auto 1fr; gap:10px 12px; margin-bottom:24px; align-items:center;
}

.entry-content .gs-sec__title{ margin:0; font-size:var(--fs-40); line-height:1; }
.gs-sec__title a{ color:var(--ink); text-decoration:none; border-bottom:1px solid transparent; font-family: "BebasNeueTrim";}
.gs-sec__title a:hover{ border-bottom-color:var(--ink) }
.gs-sec__head {position: relative;}
.gs-sec__head p.gs-sec__kicker { grid-column:1 / -1; margin:0; color:var(--muted); font-size:var(--fs-20); font-family:"Coda"; line-height: 1.4; }
.gs-sec__head > svg.gs-icon {
	padding: 0 0 2px;
	align-self: end;
}

.gs-l3list{ list-style:none; padding:0; margin:0; display:grid; }
.gs-l3row{
  position:relative;
  display:grid; grid-template-columns:auto 1fr auto; gap:8px 12px;
  padding:10px 0; border-top:1px solid var(--hair); align-items:center;
}
.gs-l3row:first-child{ border-top:0 }
.gs-l3row:last-child{ border-bottom: 1px solid var(--gs-brand);}
.gs-l3row.linkify:hover{
	background-color: #7ba39b20;
}
.gs-l3meta{ display:flex; flex-direction:column; gap:4px; font-family: "Coda";}
.gs-l3bucket{ font-weight:500; font-size:var(--fs-20); line-height:1.2 }
.gs-l3bucket a{ color:var(--ink); text-decoration:none; border-bottom:1px solid transparent }
.gs-l3bucket a:hover{ border-bottom-color:var(--ink) }
.gs-l3dek{ margin:0; color:var(--muted); font-size:var(--fs-15); line-height:1.4 }

/* decorative end marker */
.gs-more{ color:var(--gs-brand); font-size: var(--fs-48); margin-right: 20px; line-height: 1;}
.gs-more a{ color:inherit; text-decoration:none; border-bottom:1px solid transparent; font-size:14px }
.gs-more a:hover{ border-bottom-color:currentColor }

/* non-focusable full-row overlay */
.gs-l3row.linkify > a.gs-hit{
  position:absolute; inset:0; text-indent:-9999px; overflow:hidden; pointer-events:auto;
}
.gs-l3row .gs-more{ pointer-events:none }
@media (max-width:700px){ .gs-l3row{ grid-template-columns:auto 1fr } .gs-more{ grid-column:2; justify-self:start } }

/* L1 color tokens by section */
[data-d1="snacks"]  { --icon-color: #b45309; --c2: #874a00;
  --c1: #7ba39b;} /*#b45309 amber-700 vibe */
[data-d1="culture"] { --icon-color:#31007b; --c2: #31007b;
  --c1: #7ba39b;} /* purple-700 */
[data-d1="learn"]   { --icon-color:#005F62;} /* teal-800#0b7285 */

/* Brand color links inside each L1 hub */
.gs-hub[data-d1] .gs-sec__title a{
	color: var(--icon-color);
	border-bottom: 1px solid transparent;
}
.gs-hub[data-d1] .gs-l3bucket a{
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.gs-hub[data-d1] .gs-sec__title a:hover,
.gs-hub[data-d1] .gs-l3bucket a:hover{
  border-bottom-color: currentColor;
}

/* Use the L1 color for dividers/borders */
.gs-hub[data-d1] .gs-hero,
.gs-hub[data-d1] .gs-sec,
.gs-hub[data-d1] .gs-l3row{
  border-color: var(--gs-brand);
}

/* Optional: matching focus ring for accessibility */
.gs-hub[data-d1] a:focus-visible{
  outline: 2px solid var(--icon-color);
  outline-offset: 2px;
}



/* --- Full-width SVG hero --- */
.gs-hero{ display: flex; align-items: center; position:relative; width: 100vw; max-width: none; overflow:hidden; padding-block: 30px; border-bottom: 1px solid var(--gs-brand);}
.gs-hero__inner{ width:var(--w); margin-inline:auto; z-index: 1;}
.gs-hero-inner__title {
	 display: block;
}
.gs-hero-inner__title{
	 margin:0 0 .25em;
	.gs-hero-inner__heading {
		font-size:var(--fs-40); 
		font-family: "BebasNeueTrim";
		font-weight: 400;
		letter-spacing: .5px;
		display: inline-block;
		background-color:var(--icon-color);
		color: var(--gs-white);
		padding-inline: 4px;
	}
}
.gs-hero-inner__subtitle{
	 margin:0;
	display: block;
	.gs-hero-inner__subheading {
		display: inline-block;
		font-size: var(--fs-28);
		font-family: "BebasNeueTrim";
		font-weight: 400;
		letter-spacing: .5px;
		color:var(--icon-color);
		background-color: var(--gs-white);
		padding-inline: 4px;
	}
}

/* The decorative SVG layer */
.gs-hero__svg{
  position:absolute; inset:0;
  width:100%; height:100%;
  display:block; z-index:0;
  background-color: #005F6240;
  opacity:0.8;
}


/* Icons still pick up the L1 tone */
.gs-icon{
  width:40px; height:40px; display:inline-block;
  fill:none; stroke:var(--icon-color);
  stroke-linecap:round; stroke-linejoin:round;
}
.gs-icon:has(use[href$="#b-onigiri"]){
	width: 50px; height: 50px;
	use[href$="#b-onigiri"]{
		fill: var(--icon-color);
	}
}

/*----------------------- L2 CSS ------------------------*/
.gs-hub{
	--gs-card-height: 144px;
}

.gs-sec__head::after{
	content: "";
		height: 1px;
		width: 100%;
		background-color: var(--icon-color);
		position: absolute;
		top: auto;
		bottom: -12px;
		left: 0;
		right: auto;
}
.gs-card{
	display:grid;
	grid-template-columns: var(--gs-card-height) 1fr;
	column-gap: 16px;
	margin-bottom: 24px;
	position: relative;
}

.gs-card::after{
	content: "";
		height: 1px;
		width: 100%;
		background-color: var(--icon-color);
		position: absolute;
		top: auto;
		bottom: -12px;
		left: 0;
		right: auto;
}

.gs-card__body{
	max-height: var(--gs-card-height);
	display: flex;
	flex-direction: column;
	row-gap: 4px;
}
.gs-card__body p.gs-card__dek {
	font-family: "Coda";
	margin: 0;
	font-size: var(--fs-18);
	color: var(--muted);
	line-height: 1.2;
	place-items: center;
	max-width: 56ch;
}

.gs-card__body .gs-card__head {
	display: flex;
	flex-direction: column;
	margin-bottom: 14px;
}
.gs-card__body .gs-card__title{
	margin: 0 !important;
	line-height: 1;
	a{
		font-family: "BebasNeueTrim";
		text-decoration: none;
		font-size: var(--fs-28);
		line-height: 1;
		color: var(--icon-color);
	}
	&:hover {
		text-decoration: underline;
	}
}
.gs-card__body .gs-card__meta {
	font-family: "JetBrainsMono";
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: auto;
}
.gs-meta__details{
	max-height: 12px;
	font-size: var(--fs-12);
	line-height: 1;
	color: var(--contrast-3,#b2b2be);
	time {
		color: var(--icon-color);
	}
}
.gs-meta__tags {
	max-height: 12px;
	display: grid;
	grid-template-columns: 12px 1fr;
	gap: 2px;
	align-items: center;
}
.gs-card__body .gs-tags__icon {
	width: 12px;
    height: 12px;
    display: inline-block;
    fill: none;
    stroke: var(--icon-color);
    stroke-linecap: round;
    stroke-linejoin: round;
}
.gs-tags__list{
  height: 12px;
  align-items: center;
  display: flex;
  gap: 4px; /* or whatever spacing you want between tags */
  list-style: none;
  padding: 0;
  margin: 0;
	li > a{
		color: var(--icon-color);
		font-size: var(--fs-10);
		font-family: "JetBrainsMono";
		text-decoration: none;
		text-transform: uppercase;
		line-height: 1;
		&:hover{
			text-decoration: underline;
		}
	}
}

.gs-morelnk{
	color: var(--icon-color);
	font-family: "JetBrainsMono";
	font-size: var(--fs-16);
}