:root {
	--go-ink: #151515;
	--go-ink-soft: #262626;
	--go-page: #f6f6f2;
	--go-white: #fff;
	--go-night: #0c0c0d;
	--go-night-soft: #151617;
	--go-wash: #e9edf0;
	--go-line: rgba(21, 21, 21, .16);
	--go-line-strong: rgba(21, 21, 21, .32);
	--go-muted: #65635d;
	--go-red: #c33a32;
	--go-red-dark: #8e2924;
	--go-green: #286653;
	--go-blue: #273f74;
	--go-gold: #aa7b1f;
	--go-paper: #f4f0df;
}

body.go-home-live {
	margin: 0;
	background: var(--go-page);
	color: var(--go-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
	line-height: 1.55;
	overflow-x: hidden;
}

body.go-home-live #ast-scroll-top {
	display: none !important;
}

.go-home-live * {
	box-sizing: border-box;
}

.go-home-live a {
	color: inherit;
	text-decoration: none;
}

.go-home-live a:hover {
	color: var(--go-red-dark);
}

.go-home-live img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.go-home-live h1,
.go-home-live h2,
.go-home-live h3,
.go-home-live p {
	margin-top: 0;
}

.go-shell {
	width: min(1240px, calc(100% - 44px));
	margin: 0 auto;
}

.go-site-head {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(246, 246, 242, .94);
	border-bottom: 1px solid var(--go-line);
	backdrop-filter: blur(18px);
}

.go-site-head__inner {
	display: grid;
	grid: auto / auto 1fr auto;
	align-items: center;
	gap: 24px;
	min-height: 70px;
}

.go-brand {
	display: grid;
	gap: 2px;
	min-width: max-content;
}

.go-brand--image {
	display: inline-flex;
	align-items: center;
	min-width: 0;
}

.go-brand__logo {
	display: block;
	width: min(220px, 38vw);
	max-height: 58px;
	object-fit: contain;
}

.go-brand__logo img {
	width: 100%;
	height: auto;
	max-height: 58px;
	object-fit: contain;
}

.go-brand strong,
.go-site-foot strong {
	color: var(--go-ink);
	font-size: 1.34rem;
	font-weight: 950;
	line-height: 1;
	letter-spacing: 0;
}

.go-brand span,
.go-kicker {
	color: var(--go-muted);
	font-size: .72rem;
	font-weight: 850;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.go-site-head .go-brand span {
	color: var(--go-muted);
}

.go-site-head nav,
.go-site-head__menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: var(--go-ink-soft);
	font-size: .94rem;
	font-weight: 650;
}

.go-site-head__menu a {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
}

.go-site-head__menu .current-menu-item > a,
.go-site-head__menu .current-menu-ancestor > a {
	color: var(--go-red-dark);
}

.go-head-action,
.go-actions a,
.go-guide-callout a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 16px;
	border: 1px solid var(--go-ink);
	background: var(--go-ink);
	color: #fff;
	font-weight: 850;
}

.go-head-action {
	background: var(--go-red);
	border-color: var(--go-red);
	color: #fff !important;
}

.go-issue {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: 22px 0 12px;
	background:
		linear-gradient(90deg, rgba(21, 21, 21, .055) 1px, transparent 1px) 0 0 / 56px 56px,
		var(--go-page);
	border-bottom: 1px solid var(--go-line);
}

.go-issue::after {
	content: "JOUE TESTE TRANCHE";
	position: absolute;
	right: -48px;
	bottom: 4px;
	z-index: -1;
	color: transparent;
	font-size: clamp(4.8rem, 9.8vw, 9rem);
	font-weight: 1000;
	line-height: .8;
	letter-spacing: 0;
	-webkit-text-stroke: 2px rgba(195, 58, 50, .22);
	text-transform: uppercase;
	transform: rotate(-7deg);
	white-space: nowrap;
}

.go-issue > .go-shell {
	position: relative;
	z-index: 1;
}

.go-issue__bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 9px 0;
	border-top: 2px solid var(--go-ink);
	border-bottom: 1px solid var(--go-line-strong);
}

.go-issue__bar span {
	color: var(--go-red-dark);
	font-size: .8rem;
	font-weight: 950;
	text-transform: uppercase;
}

.go-issue__bar strong {
	color: var(--go-muted);
	font-size: .9rem;
	font-weight: 800;
}

.go-issue__masthead {
	margin: 8px 0 12px;
	color: var(--go-ink);
	font-size: clamp(4rem, 9.2vw, 8rem);
	font-weight: 1000;
	line-height: .78;
	letter-spacing: 0;
	text-shadow: 5px 5px 0 rgba(195, 58, 50, .18);
	white-space: nowrap;
}

.go-issue__ticker {
	display: flex;
	align-items: stretch;
	margin: -1px 0 16px;
	overflow: hidden;
	background: var(--go-ink);
	border: 1px solid var(--go-ink);
	box-shadow: 8px 8px 0 rgba(195, 58, 50, .18);
	color: #fff;
}

.go-issue__ticker span {
	display: grid;
	align-content: center;
	min-height: 34px;
	padding: 7px 18px;
	border-right: 1px solid rgba(255, 255, 255, .22);
	font-size: .76rem;
	font-weight: 950;
	letter-spacing: .04em;
	text-transform: uppercase;
	white-space: nowrap;
}

.go-issue__ticker span:nth-child(2) {
	color: #f1d07a;
}

.go-issue__ticker span:nth-child(3) {
	margin-left: auto;
	background: var(--go-red);
	border-right: 0;
}

.go-issue__grid {
	display: grid;
	grid:
		"manifesto cover score" auto
		"manifesto cover desk" auto / minmax(300px, .56fr) minmax(0, .82fr) minmax(230px, .38fr);
	gap: 16px;
	align-items: stretch;
}

.go-issue__manifesto,
.go-issue__cover,
.go-issue__score,
.go-issue__desk {
	border: 1px solid var(--go-line-strong);
	background: rgba(255, 255, 255, .88);
}

.go-issue__manifesto {
	grid-area: manifesto;
	position: relative;
	display: grid;
	align-content: center;
	min-height: 238px;
	padding: 20px;
	background: var(--go-red);
	color: #fff;
	box-shadow: 8px 8px 0 var(--go-ink);
	transform: rotate(-.45deg);
	isolation: isolate;
}

.go-issue__manifesto::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(circle, rgba(255, 255, 255, .18) 1px, transparent 1.5px) 0 0 / 13px 13px,
		linear-gradient(135deg, rgba(0, 0, 0, .1), transparent 38%);
	mix-blend-mode: screen;
	opacity: .42;
}

.go-issue__manifesto .go-kicker {
	color: rgba(255, 255, 255, .74);
}

body.go-home-live .go-issue h1 {
	max-width: 520px;
	margin: 0 0 12px;
	color: #fff;
	font-size: clamp(1.72rem, 2.6vw, 3rem);
	font-weight: 960;
	line-height: .9;
	letter-spacing: 0;
}

.go-issue__badge {
	width: max-content;
	max-width: 100%;
	margin: 0 0 14px;
	padding: 6px 9px;
	background: var(--go-paper);
	border: 2px solid var(--go-ink);
	box-shadow: 4px 4px 0 rgba(0, 0, 0, .2);
	color: var(--go-ink) !important;
	font-size: .82rem !important;
	font-weight: 950 !important;
	line-height: 1 !important;
	text-transform: uppercase;
	transform: rotate(1.4deg);
}

.go-issue__manifesto p:not(.go-kicker) {
	margin-bottom: 0;
	color: rgba(255, 255, 255, .9);
	font-size: .98rem;
	font-weight: 700;
	line-height: 1.4;
}

.go-issue__manifesto .go-issue__credit {
	margin-top: 14px;
	padding-top: 10px;
	border-top: 1px solid rgba(255, 255, 255, .34);
	color: rgba(255, 255, 255, .82);
	font-size: .72rem !important;
	font-weight: 850;
	line-height: 1.24 !important;
	letter-spacing: .01em;
	text-transform: uppercase;
}

.go-issue .go-actions a {
	min-height: 38px;
	padding: 0 13px;
	background: #fff;
	border-color: #fff;
	color: var(--go-ink);
}

.go-issue .go-actions {
	margin-top: 16px;
}

.go-issue .go-actions a + a {
	background: transparent;
	border-color: rgba(255, 255, 255, .56);
	color: #fff;
}

.go-issue__cover {
	grid-area: cover;
	position: relative;
	overflow: hidden;
	background: var(--go-night);
	color: #fff;
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, .08),
		12px 12px 0 rgba(21, 21, 21, .9);
}

.go-issue__cover::before {
	content: "";
	position: absolute;
	right: -1px;
	bottom: -1px;
	z-index: 3;
	width: 42%;
	height: 12px;
	background: var(--go-red);
}

.go-issue__cover a {
	position: relative;
	display: block;
	min-height: 392px;
}

.go-issue__media {
	position: absolute;
	inset: 0;
	display: block;
	min-height: auto;
	background: var(--go-night);
	border-bottom: 0;
}

.go-issue__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(12, 12, 13, .2) 0%, rgba(12, 12, 13, .18) 38%, rgba(12, 12, 13, .9) 100%),
		linear-gradient(90deg, rgba(12, 12, 13, .58) 0%, rgba(12, 12, 13, .05) 58%, rgba(12, 12, 13, .32) 100%);
}

.go-issue__stamp {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 2;
	display: grid;
	gap: 3px;
	width: min(190px, calc(100% - 36px));
	padding: 13px 14px;
	background: #f4f0df;
	border: 2px solid var(--go-ink);
	box-shadow: 8px 8px 0 rgba(0, 0, 0, .28);
	color: var(--go-ink);
	transform: rotate(1.5deg);
}

.go-issue__stamp span {
	color: var(--go-red-dark);
	font-size: .68rem;
	font-weight: 950;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.go-issue__stamp strong {
	font-size: 1rem;
	font-weight: 950;
	line-height: 1.02;
}

.go-issue__edge {
	position: absolute;
	top: 20px;
	left: 18px;
	z-index: 2;
	padding: 10px 7px;
	background: var(--go-red);
	color: #fff;
	font-size: .68rem;
	font-weight: 950;
	letter-spacing: .08em;
	text-transform: uppercase;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
}

.go-issue__caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: grid;
	gap: 8px;
	padding: 24px;
	background: transparent;
}

.go-issue__caption .go-kicker {
	color: #e6c374;
}

.go-issue__caption strong {
	max-width: 620px;
	color: #fff;
	font-size: clamp(1.55rem, 2.35vw, 2.65rem);
	font-weight: 960;
	line-height: .95;
	text-shadow: 0 16px 34px rgba(0, 0, 0, .42);
}

.go-issue__caption span:last-child {
	max-width: 520px;
	color: rgba(255, 255, 255, .86);
	font-size: .96rem;
	font-weight: 700;
}

.go-issue__score {
	grid-area: score;
	display: grid;
	gap: 9px;
	align-content: space-between;
	min-height: 124px;
	padding: 14px;
	background: var(--go-blue);
	color: #fff;
	box-shadow: 7px 7px 0 rgba(21, 21, 21, .9);
	transform: rotate(.35deg);
}

.go-issue__score .go-kicker {
	color: rgba(255, 255, 255, .7);
}

.go-issue__score strong {
	font-size: clamp(1rem, 1.32vw, 1.28rem);
	line-height: 1.05;
}

.go-issue__score a {
	width: max-content;
	padding: 8px 10px;
	background: #fff;
	color: var(--go-ink);
	font-weight: 900;
	font-size: .9rem;
}

.go-issue__desk {
	grid-area: desk;
	display: grid;
	grid: auto / 1fr;
	gap: 0;
	align-content: start;
	background: var(--go-white);
	box-shadow: 6px 6px 0 rgba(195, 58, 50, .16);
}

.go-issue__desk > .go-kicker {
	display: grid;
	align-content: center;
	padding: 10px 12px;
	border-bottom: 1px solid var(--go-line);
	border-right: 0;
	color: var(--go-green);
}

.go-issue__desk a {
	display: grid;
	gap: 5px;
	align-content: center;
	padding: 9px 12px;
	border-top: 1px solid var(--go-line);
	border-left: 0;
}

.go-issue__desk a span {
	color: var(--go-gold);
	font-size: .72rem;
	font-weight: 950;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.go-issue__desk a strong {
	font-size: .86rem;
	line-height: 1.1;
}

.go-stage {
	position: relative;
	min-height: 850px;
	overflow: hidden;
	background: var(--go-night);
	color: #fff;
}

.go-stage__image,
.go-stage__shade {
	position: absolute;
	inset: 0;
}

.go-stage__image {
	opacity: .74;
	filter: saturate(1.08) contrast(1.05);
}

.go-stage__shade {
	background:
		linear-gradient(90deg, rgba(12, 12, 13, .97) 0%, rgba(12, 12, 13, .78) 38%, rgba(12, 12, 13, .32) 68%, rgba(12, 12, 13, .82) 100%),
		linear-gradient(180deg, rgba(12, 12, 13, .34) 0%, rgba(12, 12, 13, .9) 100%);
}

.go-stage__inner {
	position: relative;
	z-index: 1;
	display: grid;
	align-content: space-between;
	min-height: 850px;
	padding: 24px 0 28px;
}

.go-stage__topline {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 0;
	border-top: 1px solid rgba(255, 255, 255, .5);
	border-bottom: 1px solid rgba(255, 255, 255, .18);
	color: rgba(255, 255, 255, .72);
	font-size: .82rem;
	font-weight: 800;
}

.go-stage__topline span {
	color: #fff;
	text-transform: uppercase;
}

.go-stage__layout {
	display: grid;
	grid: auto auto / minmax(0, .86fr) minmax(320px, .44fr);
	gap: 18px 32px;
	align-items: end;
	padding: 42px 0 26px;
}

.go-stage__copy {
	max-width: 830px;
}

.go-stage .go-kicker {
	color: #e8d6b5;
}

.go-stage h1 {
	max-width: 940px;
	margin: 0 0 22px;
	color: #fff;
	font-size: clamp(3.9rem, 7.3vw, 7.9rem);
	font-weight: 960;
	line-height: .86;
	letter-spacing: 0;
	text-wrap: balance;
}

.go-stage__copy p:not(.go-kicker) {
	max-width: 670px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, .86);
	font-size: clamp(1.05rem, 1.45vw, 1.28rem);
	font-weight: 640;
	line-height: 1.44;
}

.go-stage .go-actions a {
	background: #fff;
	border-color: #fff;
	color: var(--go-ink);
}

.go-stage .go-actions a + a {
	background: rgba(255, 255, 255, .08);
	border-color: rgba(255, 255, 255, .42);
	color: #fff;
}

.go-stage__story,
.go-stage__desk,
.go-stage__proof {
	background: rgba(12, 12, 13, .64);
	border: 1px solid rgba(255, 255, 255, .2);
	backdrop-filter: blur(20px);
}

.go-stage__story {
	grid-column: 2 / 3;
	display: grid;
	gap: 12px;
	padding: 24px;
	color: #fff;
}

.go-stage__story strong {
	max-width: 430px;
	font-size: clamp(1.55rem, 2.4vw, 2.75rem);
	font-weight: 940;
	line-height: .98;
	text-wrap: balance;
}

.go-stage__story span:last-child {
	color: rgba(255, 255, 255, .75);
	font-size: 1rem;
}

.go-stage__desk {
	grid-column: 2 / 3;
	display: grid;
	gap: 0;
	align-self: start;
}

.go-stage__desk > .go-kicker {
	padding: 16px 18px 7px;
}

.go-stage__desk a {
	display: grid;
	gap: 4px;
	padding: 15px 18px;
	border-top: 1px solid rgba(255, 255, 255, .16);
	color: #fff;
}

.go-stage__desk a span {
	color: #d5a648;
	font-size: .72rem;
	font-weight: 940;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.go-stage__desk a strong {
	font-size: 1.02rem;
	line-height: 1.1;
}

.go-stage__proof {
	display: grid;
	grid: auto / auto 1fr auto;
	align-items: center;
	gap: 18px;
	padding: 14px 16px;
	color: rgba(255, 255, 255, .82);
}

.go-stage__proof span {
	color: #e8d6b5;
	font-size: .76rem;
	font-weight: 930;
	text-transform: uppercase;
}

.go-stage__proof strong {
	color: #fff;
	font-size: .96rem;
}

.go-stage__proof a {
	color: #fff;
	font-weight: 900;
}

.go-cover {
	scroll-margin-top: 88px;
	padding: 28px 0 42px;
	background: var(--go-page);
	border-bottom: 1px solid var(--go-line);
}

.go-edition-line {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 22px;
	padding: 10px 0;
	border-top: 2px solid var(--go-ink);
	border-bottom: 1px solid var(--go-line);
}

.go-edition-line span {
	color: var(--go-red-dark);
	font-size: .78rem;
	font-weight: 950;
	text-transform: uppercase;
}

.go-edition-line strong {
	color: var(--go-muted);
	font-size: .92rem;
	font-weight: 750;
}

.go-cover__grid {
	display: grid;
	grid: auto auto / minmax(0, 1fr) minmax(300px, .42fr);
	gap: 22px 28px;
	align-items: start;
}

.go-cover__intro,
.go-main-story,
.go-guide-callout,
.go-brief-list a {
	border: 1px solid var(--go-line);
}

.go-cover__intro {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	display: grid;
	align-content: center;
	min-height: auto;
	padding: 10px 0 14px;
	background: transparent;
	border: 0;
}

.go-home-live h1 {
	max-width: 820px;
	margin-bottom: 16px;
	color: var(--go-ink);
	font-size: clamp(2.8rem, 4.2vw, 4.55rem);
	font-weight: 920;
	line-height: .96;
	letter-spacing: 0;
}

.go-cover__intro p:not(.go-kicker) {
	max-width: 560px;
	margin-bottom: 0;
	color: var(--go-ink-soft);
	font-size: clamp(1.05rem, 1.35vw, 1.22rem);
	font-weight: 650;
	line-height: 1.42;
}

.go-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.go-actions a + a {
	background: transparent;
	color: var(--go-ink);
}

.go-main-story {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	overflow: hidden;
	background: var(--go-white);
}

.go-main-story a {
	display: grid;
	grid: auto / minmax(0, .6fr) minmax(250px, .4fr);
	min-height: 390px;
}

.go-main-story__media {
	display: block;
	min-height: 300px;
	background: var(--go-wash);
	border-right: 1px solid var(--go-line);
}

.go-main-story__body {
	display: grid;
	align-content: end;
	gap: 10px;
	padding: 22px;
}

.go-main-story__body strong {
	color: var(--go-ink);
	font-size: clamp(1.55rem, 2.2vw, 2.45rem);
	font-weight: 920;
	line-height: 1.02;
}

.go-main-story__body span:last-child {
	color: var(--go-muted);
	font-size: 1rem;
}

.go-cover__rail {
	grid-column: 2 / 3;
	grid-row: 1 / span 2;
	display: grid;
	gap: 16px;
	align-self: stretch;
}

.go-guide-callout {
	display: grid;
	align-content: space-between;
	min-height: 300px;
	padding: 22px;
	background: var(--go-ink);
	color: #fff;
}

.go-guide-callout .go-kicker {
	color: #dfd2be;
}

.go-guide-callout h2 {
	margin-bottom: 12px;
	color: #fff;
	font-size: clamp(1.35rem, 2vw, 2rem);
	font-weight: 900;
	line-height: 1.04;
	letter-spacing: 0;
}

.go-guide-callout p:not(.go-kicker) {
	color: #e5ded2;
}

.go-guide-callout a {
	width: max-content;
	margin-top: 12px;
	background: #fff;
	color: var(--go-ink);
	border-color: #fff;
}

.go-brief-list {
	display: grid;
	gap: 10px;
}

.go-brief-list a {
	display: grid;
	gap: 5px;
	padding: 16px;
}

.go-brief-list span {
	color: var(--go-gold);
	font-size: .72rem;
	font-weight: 950;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.go-brief-list strong {
	color: var(--go-ink);
	font-size: 1.02rem;
	line-height: 1.12;
}

.go-method-strip {
	padding: 14px 0;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px) 0 0 / 42px 42px,
		var(--go-ink);
	border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.go-method-strip__grid {
	display: grid;
	grid: auto / repeat(3, minmax(0, 1fr));
	gap: 12px;
	background: transparent;
}

.go-method-strip article {
	position: relative;
	display: grid;
	gap: 10px;
	padding: 18px 18px 20px;
	background: var(--go-paper);
	border: 1px solid rgba(255, 255, 255, .18);
	box-shadow: 5px 5px 0 rgba(195, 58, 50, .55);
}

.go-method-strip article::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 5px;
	background: var(--go-red);
}

.go-method-strip article:nth-child(2) {
	transform: translateY(8px);
}

.go-method-strip article:nth-child(3) {
	transform: translateY(-6px);
}

.go-method-strip span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 28px;
	background: var(--go-ink);
	color: #fff;
	font-size: .78rem;
	font-weight: 950;
}

.go-method-strip h2 {
	margin-bottom: 0;
	color: var(--go-ink);
	font-size: clamp(1.2rem, 1.8vw, 1.65rem);
	font-weight: 950;
	line-height: 1.04;
	letter-spacing: 0;
}

.go-method-strip p,
.go-section__head p,
.go-card__deck,
.go-guides__copy p,
.go-guides__copy li,
.go-score p,
.go-trust p {
	color: var(--go-muted);
}

.go-method-strip p {
	margin-bottom: 0;
	font-size: .96rem;
}

.go-section {
	scroll-margin-top: 88px;
	padding: 64px 0;
	border-bottom: 1px solid var(--go-line);
}

.go-section__head {
	position: relative;
	display: grid;
	grid: auto / minmax(0, .82fr) minmax(280px, .46fr);
	gap: 30px;
	align-items: end;
	margin-bottom: 26px;
}

.go-section__head::before {
	content: "";
	position: absolute;
	top: -12px;
	left: 0;
	width: 72px;
	height: 8px;
	background: var(--go-red);
	box-shadow: 82px 0 0 var(--go-ink);
}

.go-section__head .go-kicker {
	grid-column: 1 / -1;
	margin-bottom: -16px;
}

.go-section__head h2,
.go-guides__copy h2,
.go-score h2,
.go-trust h2 {
	grid-column: 1 / 2;
	margin-bottom: 0;
	color: var(--go-ink);
	font-size: clamp(1.9rem, 3.6vw, 3.8rem);
	font-weight: 920;
	line-height: .98;
	letter-spacing: 0;
	text-wrap: balance;
}

.go-section__head p:last-child {
	grid-column: 2 / 3;
	margin-bottom: 0;
	font-size: 1rem;
}

.go-card-grid {
	display: grid;
	gap: 18px;
}

.go-card-grid--four {
	grid: auto / repeat(4, minmax(0, 1fr));
}

.go-card-grid--three {
	grid: auto / repeat(3, minmax(0, 1fr));
}

.go-card-grid--editorial {
	display: grid;
	grid: auto / minmax(0, 1fr) minmax(290px, .46fr);
	gap: 16px;
	align-items: stretch;
}

.go-card-grid--editorial .go-card:first-child {
	grid-column: 1 / 2;
	grid-row: span 3;
}

.go-card-grid--editorial .go-card:first-child .go-card__media {
	aspect-ratio: 16 / 9.4;
}

.go-card-grid--editorial .go-card:first-child h3 {
	max-width: 560px;
	font-size: clamp(1.55rem, 2.6vw, 2.7rem);
	line-height: 1;
}

.go-card-grid--editorial .go-card:not(:first-child) {
	grid-column: 2 / 3;
}

.go-card-grid--editorial .go-card:not(:first-child) a {
	display: grid;
	grid: auto / 142px minmax(0, 1fr);
	min-height: 150px;
}

.go-card-grid--editorial .go-card:not(:first-child) .go-card__media {
	height: 100%;
	aspect-ratio: auto;
	border-right: 1px solid var(--go-line);
	border-bottom: 0;
}

.go-card-grid--editorial .go-card:not(:first-child) .go-card__body {
	display: grid;
	align-content: center;
	padding: 15px;
}

.go-card-grid--editorial .go-card:not(:first-child) h3 {
	font-size: clamp(1rem, 1.2vw, 1.22rem);
}

.go-card-grid--editorial .go-card:not(:first-child) .go-card__deck {
	font-size: .88rem;
}

.go-card {
	overflow: hidden;
	background: var(--go-white);
	border: 1px solid var(--go-line);
	box-shadow: 0 0 0 0 rgba(21, 21, 21, .9);
	transition: transform .18s ease, box-shadow .18s ease;
}

.go-card:hover {
	transform: translate(-3px, -3px);
	box-shadow: 7px 7px 0 rgba(21, 21, 21, .85);
}

.go-card a,
.go-card__media,
.go-card__body {
	display: block;
}

.go-card__media {
	aspect-ratio: 16 / 10;
	background: var(--go-wash);
	border-bottom: 1px solid var(--go-line);
}

.go-card__body {
	padding: 18px;
}

.go-card h3 {
	margin-bottom: 10px;
	color: var(--go-ink);
	font-size: clamp(1.12rem, 1.55vw, 1.38rem);
	font-weight: 950;
	line-height: 1.08;
	letter-spacing: 0;
}

.go-card .go-kicker {
	display: block;
	margin-bottom: 8px;
	color: var(--go-red-dark);
}

.go-card__deck {
	display: block;
	font-size: .94rem;
}

.go-guides {
	scroll-margin-top: 88px;
	position: relative;
	overflow: hidden;
	padding: 68px 0;
	background:
		linear-gradient(135deg, transparent 0 78%, rgba(195, 58, 50, .28) 78% 82%, transparent 82%),
		linear-gradient(90deg, rgba(39, 63, 116, .09), transparent 58%),
		var(--go-ink);
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.go-guides::before {
	content: "CHOISIR SANS BRUIT";
	position: absolute;
	right: -28px;
	top: 22px;
	color: transparent;
	font-size: clamp(4rem, 8vw, 8.8rem);
	font-weight: 1000;
	line-height: .82;
	-webkit-text-stroke: 1px rgba(255, 255, 255, .12);
	transform: rotate(-7deg);
	white-space: nowrap;
}

.go-guides__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid: auto / minmax(270px, .58fr) minmax(0, 1fr);
	gap: 34px;
	align-items: start;
}

.go-guides__copy {
	position: sticky;
	top: 92px;
}

.go-guides__copy .go-kicker,
.go-guides__copy h2 {
	color: #fff;
}

.go-guides__copy p,
.go-guides__copy li {
	color: #dfd8ca;
}

.go-guides__copy ul {
	display: grid;
	gap: 10px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.go-guides__copy li {
	position: relative;
	padding: 11px 0 11px 26px;
	border-top: 1px solid rgba(255, 255, 255, .18);
}

.go-guides__copy li::before {
	content: "";
	position: absolute;
	top: 18px;
	left: 0;
	width: 12px;
	height: 12px;
	background: var(--go-red);
	box-shadow: 4px 4px 0 rgba(255, 255, 255, .18);
}

.go-guides__cards {
	display: grid;
	grid: auto / minmax(0, 1fr) minmax(260px, .66fr);
	gap: 16px;
}

.go-guides__cards--lite {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
}

.go-guides__cards--lite .go-card--compact a {
	grid-template-columns: 136px minmax(0, 1fr);
	height: 100%;
}

.go-guides__cards--lite .go-card--compact {
	min-height: 170px;
}

.go-card--guide-main {
	position: relative;
	min-height: 520px;
	background: #111;
	border-color: rgba(255, 255, 255, .18);
	box-shadow: 10px 10px 0 rgba(195, 58, 50, .72);
}

.go-card--guide-main a {
	display: grid;
	min-height: inherit;
}

.go-card--guide-main .go-card__media {
	position: absolute;
	inset: 0;
	aspect-ratio: auto;
	border: 0;
}

.go-card--guide-main .go-card__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(12, 12, 12, .88), rgba(12, 12, 12, .18)),
		linear-gradient(180deg, transparent 12%, rgba(12, 12, 12, .9));
}

.go-card--guide-main .go-card__body {
	position: relative;
	z-index: 1;
	display: grid;
	align-content: end;
	max-width: 650px;
	min-height: inherit;
	padding: 26px;
}

.go-card--guide-main h3 {
	color: #fff;
	font-size: clamp(2rem, 3.6vw, 3.6rem);
	line-height: .94;
}

.go-card--guide-main .go-kicker,
.go-card--guide-main .go-card__deck {
	color: #f1dfbf;
}

.go-guide-stack {
	display: grid;
	gap: 12px;
}

.go-card--compact {
	background: rgba(255, 255, 255, .07);
	border-color: rgba(255, 255, 255, .18);
	box-shadow: 4px 4px 0 rgba(255, 255, 255, .08);
}

.go-card--compact a {
	display: grid;
	grid: auto / 130px minmax(0, 1fr);
	min-height: 148px;
}

.go-card--compact .go-card__media {
	height: 100%;
	aspect-ratio: auto;
	border-right: 1px solid rgba(255, 255, 255, .18);
	border-bottom: 0;
}

.go-card--compact h3,
.go-card--compact .go-card__deck {
	color: #fff;
}

.go-card--compact .go-card__body {
	display: grid;
	align-content: center;
	padding: 16px;
}

.go-card--compact .go-kicker {
	color: #f1dfbf;
}

.go-score {
	scroll-margin-top: 88px;
	padding: 64px 0;
	background: var(--go-white);
	border-bottom: 1px solid var(--go-line);
}

.go-score__grid,
.go-trust__grid {
	display: grid;
	grid: auto / minmax(280px, .62fr) minmax(0, 1fr);
	gap: 34px;
	align-items: start;
}

.go-score ul {
	display: grid;
	grid: auto / repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.go-score li {
	display: grid;
	gap: 16px;
	align-content: space-between;
	min-height: 116px;
	padding: 17px;
	background: var(--go-page);
	border: 1px solid var(--go-line);
	box-shadow: 5px 5px 0 rgba(195, 58, 50, .12);
}

.go-score li:nth-child(even) {
	transform: translateY(8px);
}

.go-score li strong {
	color: var(--go-red-dark);
	font-size: 2rem;
	line-height: 1;
}

.go-score li span {
	color: var(--go-ink);
	font-weight: 850;
	line-height: 1.14;
}

.go-trust {
	scroll-margin-top: 88px;
	padding: 68px 0;
	background: var(--go-wash);
	border-bottom: 1px solid var(--go-line);
}

.go-trust__items {
	display: grid;
	grid: auto / repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.go-trust__items p {
	margin: 0;
	min-height: 132px;
	padding: 18px;
	background: var(--go-white);
	border: 1px solid var(--go-line);
	box-shadow: 5px 5px 0 rgba(21, 21, 21, .07);
}

.go-trust__items p:nth-child(2),
.go-trust__items p:nth-child(3) {
	box-shadow: 5px 5px 0 rgba(195, 58, 50, .1);
}

.go-trust__items strong {
	color: var(--go-ink);
}

.go-site-foot {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px) 0 0 / 46px 46px,
		var(--go-ink);
	border-top: 6px solid var(--go-red);
	color: #fff;
}

.go-site-foot strong {
	color: #fff;
}

.go-site-foot__grid {
	display: grid;
	grid: auto / minmax(260px, .62fr) minmax(0, 1fr);
	gap: 34px;
	padding: 38px 0 30px;
}

.go-site-foot__brand {
	display: grid;
	gap: 10px;
	align-content: start;
	max-width: 460px;
}

.go-site-foot__brand span {
	color: #dfd8ca;
	font-size: .78rem;
	font-weight: 900;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.go-site-foot__brand p,
.go-site-foot__bottom {
	color: rgba(255, 255, 255, .72);
}

.go-site-foot__brand p {
	margin-bottom: 0;
	font-size: .96rem;
}

.go-site-foot__nav {
	display: grid;
	grid: auto / repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.go-site-foot__menu {
	display: grid;
	grid-column: 1 / -1;
	grid: auto / repeat(3, minmax(0, 1fr));
	gap: 10px 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.go-site-foot__nav div {
	display: grid;
	gap: 9px;
	align-content: start;
	min-height: 168px;
	padding: 16px;
	background: rgba(255, 255, 255, .07);
	border: 1px solid rgba(255, 255, 255, .16);
	box-shadow: 5px 5px 0 rgba(195, 58, 50, .22);
}

.go-site-foot__nav span {
	color: #f1d07a;
	font-size: .72rem;
	font-weight: 950;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.go-site-foot a {
	color: #fff;
	font-weight: 850;
}

.go-site-foot a:hover {
	color: #f1d07a;
}

.go-site-foot__bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 0 18px;
	border-top: 1px solid rgba(255, 255, 255, .16);
	font-size: .86rem;
}

.go-site-foot__bottom a {
	color: #fff;
}

body.go-home-live .go-stage h1 {
	color: #fff;
	font-size: clamp(3.55rem, 6.5vw, 6.75rem);
	font-weight: 960;
	line-height: .86;
	text-shadow: 0 18px 48px rgba(0, 0, 0, .44);
}

body.go-home-live .go-stage .go-kicker {
	color: #e8d6b5;
}

@media (max-width: 1100px) {
	.go-issue__masthead {
		font-size: clamp(4rem, 14vw, 7.2rem);
	}

	.go-issue__grid {
		grid:
			"manifesto manifesto" auto
			"cover cover" auto
			"score desk" auto / minmax(0, 1fr) minmax(0, 1fr);
	}

	.go-issue__manifesto {
		min-height: auto;
		transform: none;
	}

	.go-issue__cover a {
		min-height: 540px;
	}

	.go-issue__desk {
		grid: auto / 1fr;
	}

	.go-issue__desk > .go-kicker {
		border-right: 0;
	}

	.go-issue__desk a {
		border-left: 0;
		border-top: 1px solid var(--go-line);
	}

	.go-cover__grid,
	.go-stage__layout,
	.go-guides__grid,
	.go-guides__cards,
	.go-section__head,
	.go-score__grid,
	.go-trust__grid {
		grid: auto / 1fr;
	}

	.go-stage {
		min-height: auto;
	}

	.go-stage__inner {
		min-height: auto;
	}

	.go-stage__story,
	.go-stage__desk {
		grid-column: auto;
	}

	.go-cover__intro,
	.go-main-story,
	.go-cover__rail {
		grid-column: auto;
		grid-row: auto;
	}

	.go-cover__intro,
	.go-main-story a {
		min-height: auto;
	}

	.go-guides__copy {
		position: static;
	}

	.go-card-grid--four,
	.go-card-grid--three,
	.go-card-grid--editorial,
	.go-method-strip__grid,
	.go-score ul,
	.go-trust__items {
		grid: auto / repeat(2, minmax(0, 1fr));
	}

	.go-card-grid--editorial .go-card:first-child {
		grid-column: span 2;
		grid-row: auto;
	}

	.go-card-grid--editorial .go-card:not(:first-child) {
		grid-column: auto;
	}

	.go-card-grid--editorial .go-card:not(:first-child) a {
		grid: auto / 1fr;
	}

	.go-card-grid--editorial .go-card:not(:first-child) .go-card__media {
		height: auto;
		aspect-ratio: 16 / 10;
		border-right: 0;
		border-bottom: 1px solid var(--go-line);
	}

	.go-method-strip article:nth-child(2),
	.go-method-strip article:nth-child(3),
	.go-score li:nth-child(even) {
		transform: none;
	}
}

@media (max-width: 760px) {
	.go-shell {
		width: min(100% - 28px, 1240px);
	}

	.go-site-head {
		position: static;
	}

	.go-site-head__inner {
		grid: auto auto / 1fr;
		gap: 12px;
		padding: 14px 0;
	}

	.go-site-head nav,
	.go-site-head__menu {
		justify-content: start;
		flex-wrap: wrap;
		gap: 8px 14px;
		overflow: visible;
		padding-bottom: 0;
		white-space: normal;
	}

	.go-head-action {
		display: none;
	}

	.go-cover {
		padding: 22px 0 30px;
	}

	.go-issue {
		padding: 18px 0 34px;
		background: var(--go-page);
	}

	.go-issue::after {
		right: -78px;
		bottom: 40%;
		font-size: 4.2rem;
		opacity: .55;
		-webkit-text-stroke-width: 1px;
	}

	.go-issue__bar {
		display: grid;
		gap: 6px;
	}

	.go-issue__masthead {
		margin: 10px 0 12px;
		font-size: clamp(3.1rem, 15.5vw, 4.9rem);
		text-shadow: 4px 4px 0 rgba(195, 58, 50, .18);
		white-space: normal;
	}

	.go-issue__ticker {
		display: grid;
		grid: auto / 1fr;
		margin-bottom: 12px;
		overflow: visible;
		box-shadow: 5px 5px 0 rgba(195, 58, 50, .18);
	}

	.go-issue__ticker span {
		min-height: 32px;
		padding: 7px 13px;
		font-size: .68rem;
		white-space: normal;
	}

	.go-issue__ticker span:nth-child(3) {
		grid-column: 1 / -1;
		margin-left: 0;
	}

	.go-issue__grid {
		grid:
			"manifesto" auto
			"cover" auto
			"score" auto
			"desk" auto / 1fr;
		gap: 12px;
	}

	.go-issue__manifesto {
		padding: 17px;
		box-shadow: 6px 6px 0 var(--go-ink);
	}

	body.go-home-live .go-issue h1 {
		font-size: clamp(1.82rem, 8vw, 2.55rem);
	}

	.go-issue__badge {
		font-size: .72rem !important;
	}

	.go-issue__cover a {
		min-height: 430px;
	}

	.go-issue__cover {
		box-shadow:
			inset 0 0 0 1px rgba(255, 255, 255, .08),
			6px 6px 0 rgba(21, 21, 21, .9);
	}

	.go-issue__media {
		min-height: auto;
	}

	.go-issue__caption {
		padding: 18px;
	}

	.go-issue__stamp {
		top: 10px;
		right: 10px;
		width: 148px;
		padding: 10px;
		box-shadow: 5px 5px 0 rgba(0, 0, 0, .28);
	}

	.go-issue__edge {
		top: 10px;
		left: 10px;
		padding: 8px 5px;
		font-size: .58rem;
	}

	.go-issue__caption strong {
		max-width: 92%;
		font-size: clamp(1.45rem, 6.6vw, 2.18rem);
	}

	.go-issue__caption span:last-child {
		max-width: 92%;
		font-size: .94rem;
	}

	.go-issue__score {
		min-height: auto;
		box-shadow: 6px 6px 0 rgba(21, 21, 21, .9);
		transform: none;
	}

	.go-stage__inner {
		padding: 18px 0 22px;
	}

	.go-stage__topline {
		display: grid;
		gap: 6px;
	}

	.go-stage__layout {
		gap: 14px;
		padding: 34px 0 20px;
	}

	body.go-home-live .go-stage h1 {
		font-size: clamp(2.45rem, 11.5vw, 3.7rem);
		line-height: .9;
	}

	.go-stage__copy p:not(.go-kicker) {
		font-size: 1rem;
	}

	.go-stage__story {
		padding: 18px;
	}

	.go-stage__story strong {
		font-size: clamp(1.45rem, 7vw, 2.25rem);
	}

	.go-stage__desk {
		display: none;
	}

	.go-stage__proof {
		grid: auto / 1fr;
		gap: 6px;
	}

	.go-edition-line strong {
		font-size: .86rem;
	}

	.go-cover__grid {
		gap: 14px;
	}

	.go-cover__intro {
		padding: 4px 0 10px;
	}

	.go-home-live h1 {
		font-size: clamp(2.1rem, 8.6vw, 3rem);
	}

	.go-cover__intro p:not(.go-kicker) {
		font-size: 1rem;
	}

	.go-actions {
		margin-top: 20px;
	}

	.go-main-story a {
		grid: auto / 1fr;
	}

	.go-main-story__media {
		aspect-ratio: 16 / 8.8;
		min-height: auto;
		border-right: 0;
		border-bottom: 1px solid var(--go-line);
	}

	.go-main-story__body {
		padding: 18px;
	}

	.go-main-story__body strong {
		font-size: clamp(1.35rem, 6.2vw, 2rem);
	}

	.go-cover__rail {
		display: none;
	}

	.go-card-grid--four,
	.go-card-grid--three,
	.go-card-grid--editorial,
	.go-method-strip__grid,
	.go-score ul,
	.go-trust__items,
	.go-site-foot__grid,
	.go-site-foot__nav {
		grid: auto / 1fr;
	}

	.go-site-foot__menu {
		grid: auto / 1fr;
	}

	.go-site-foot__grid {
		gap: 22px;
		padding: 30px 0 22px;
	}

	.go-site-foot__nav div {
		min-height: auto;
		padding: 14px;
	}

	.go-site-foot__bottom {
		display: grid;
		justify-content: stretch;
	}

	.go-card-grid--editorial .go-card:first-child {
		grid-column: auto;
	}

	.go-card-grid--editorial .go-card:not(:first-child) {
		grid-column: auto;
	}

	.go-card:hover {
		transform: none;
		box-shadow: 0 0 0 0 rgba(21, 21, 21, .9);
	}

	.go-section,
	.go-guides,
	.go-score,
	.go-trust {
		padding: 46px 0;
	}

	.go-section__head h2,
	.go-guides__copy h2,
	.go-score h2,
	.go-trust h2 {
		grid-column: auto;
		font-size: clamp(2rem, 9vw, 3rem);
	}

	.go-section__head .go-kicker,
	.go-section__head p:last-child {
		grid-column: auto;
		margin-bottom: 0;
	}

	.go-card--guide-main {
		min-height: 380px;
	}

	.go-guides::before {
		right: -64px;
		top: 18px;
		font-size: 3.6rem;
		opacity: .72;
	}

	.go-card--guide-main .go-card__body {
		padding: 22px;
	}

	.go-card--guide-main h3 {
		font-size: clamp(1.9rem, 8vw, 2.7rem);
	}

	.go-card--compact a {
		grid: auto / 1fr;
	}

	.go-card--compact .go-card__media {
		height: auto;
		aspect-ratio: 16 / 9;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .18);
	}

	.go-score li,
	.go-trust__items p {
		min-height: auto;
	}
}
