/*
 * GEKIHA Owned Media
 * White editorial system with navy, gold, and orange brand accents.
 */

:root {
	--gom-bg: #f8fafc;
	--gom-bg-soft: #eef3f8;
	--gom-surface: #ffffff;
	--gom-surface-hover: #f3f6fa;
	--gom-paper: #ffffff;
	--gom-paper-soft: #f2f5f8;
	--gom-white: #ffffff;
	--gom-ink: #13233f;
	--gom-ink-rgb: 19, 35, 63;
	--gom-muted: #4f5d70;
	--gom-muted-light: #64748b;
	--gom-navy: #12355b;
	--gom-navy-rgb: 18, 53, 91;
	--gom-navy-dark: #071d33;
	--gom-navy-soft: #e8eef5;
	--gom-gold: #a16600;
	--gom-gold-text: #9b6200;
	--gom-gold-rgb: 161, 102, 0;
	--gom-gold-soft: #fff4d6;
	--gom-highlight-yellow: #ffe28a;
	--gom-orange-start: #e74b2c;
	--gom-orange: #e96e3a;
	--gom-orange-end: #ec9549;
	--gom-orange-text: #9f3f0b;
	--gom-orange-rgb: 233, 110, 58;
	--gom-orange-gradient: linear-gradient(
		90deg,
		var(--gom-orange-start) 0%,
		var(--gom-orange) 50%,
		var(--gom-orange-end) 100%
	);
	--gom-orange-action-background: var(--gom-orange-gradient);
	--gom-orange-dark: #9f3f0b;
	--gom-orange-soft: #fff0e6;
	--gom-danger: #b42318;
	--gom-danger-rgb: 180, 35, 24;
	--gom-danger-soft: #fff1f0;
	--gom-success-soft: #eef8f1;
	--gom-accent: var(--gom-navy);
	--gom-accent-dark: var(--gom-navy-dark);
	--gom-accent-light: var(--gom-gold);
	--gom-line: rgba(var(--gom-navy-rgb), 0.15);
	--gom-line-dark: rgba(19, 35, 63, 0.15);
	--gom-glass: rgba(255, 255, 255, 0.88);
	--gom-radius-sm: 0.8rem;
	--gom-radius: 1.35rem;
	--gom-radius-lg: 1.8rem;
	--gom-shadow: 0 1.2rem 2.8rem rgba(var(--gom-navy-rgb), 0.13);
	--gom-shadow-soft: 0 0.5rem 1.25rem rgba(var(--gom-navy-rgb), 0.08);
	--gom-max: 73.75rem;
	--gom-read: 46.25rem;
	--gom-gutter: clamp(1.25rem, 5vw, 4rem);
	--gom-card-gap: 1.35rem;
	--gom-card-rail-duration: 58s;
	--gom-title-article: 3rem;
	--gom-number-one-optical-x: -0.04rem;
	--gom-number-one-optical-y: 0;
	--gom-toc-number-one-optical-x: -0.057rem;
	--gom-toc-number-one-optical-y: 0.115rem;
	--gom-number-one-large-optical-x: -0.12rem;
	--gom-number-one-large-optical-y: 0.16rem;
	--gom-header-main-height: 4.65rem;
	--gom-header-category-height: 3.35rem;
	--gom-font: "Space Grotesk", "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
	--gom-font-jp: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}

.gom-site,
.gom-site *,
.gom-site *::before,
.gom-site *::after {
	box-sizing: border-box;
}

body.gom-site {
	--gom-admin-bar-height: 0px;
	margin: 0;
	background:
		radial-gradient(circle at 82% 8%, rgba(var(--gom-gold-rgb), 0.08), transparent 24rem),
		var(--gom-bg);
	color: var(--gom-ink);
	font-family: var(--gom-font);
	font-size: 1rem;
	line-height: 1.75;
	-webkit-font-smoothing: antialiased;
}

body.gom-site.admin-bar {
	--gom-admin-bar-height: 32px;
}

.gom-site img {
	display: block;
	max-width: 100%;
	height: auto;
}

.gom-site a {
	color: inherit;
	text-decoration: none;
}

.gom-site button,
.gom-site input,
.gom-site select,
.gom-site textarea {
	font: inherit;
}

.gom-site :focus-visible {
	outline: 0.14rem solid var(--gom-orange);
	outline-offset: 0.12rem;
	box-shadow: 0 0 0 0.28rem rgba(var(--gom-navy-rgb), 0.22);
}

.gom-screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.gom-site .gom-skip-link {
	position: fixed;
	z-index: 999;
	top: calc(var(--gom-admin-bar-height) + 0.75rem);
	left: 0.75rem;
	padding: 0.7rem 1rem;
	border-radius: 99rem;
	background: var(--gom-navy);
	color: var(--gom-white);
	transform: translateY(-150%);
	transition: transform 0.2s ease;
}

.gom-site .gom-skip-link:focus {
	transform: translateY(0);
}

.gom-container {
	width: min(100%, var(--gom-max));
	margin-inline: auto;
	padding-inline: var(--gom-gutter);
}

.gom-container--wide {
	--gom-max: 80rem;
}

.gom-container--article {
	--gom-max: 58.75rem;
}

.gom-eyebrow {
	margin: 0 0 0.7rem;
	color: var(--gom-gold-text);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.2;
	text-transform: uppercase;
}

/* Header */

.gom-header {
	position: fixed;
	z-index: 100;
	top: var(--gom-admin-bar-height);
	right: 0;
	left: 0;
	border-bottom: 1px solid var(--gom-line);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0.5rem 1.5rem rgba(var(--gom-navy-rgb), 0.06);
	backdrop-filter: blur(18px);
}

#gom-category-title,
#gom-latest-title {
	scroll-margin-top: calc(var(--gom-header-main-height) + var(--gom-header-category-height) + var(--gom-admin-bar-height) + 1rem);
}

.gom-header__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	min-height: var(--gom-header-main-height);
}

.gom-site .gom-brand {
	display: inline-flex;
	align-items: center;
	justify-self: start;
	min-width: 0;
	color: var(--gom-navy);
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1;
}

.gom-brand__text {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	min-width: 0;
}

.gom-brand__logo {
	display: block;
	width: clamp(8.5rem, 11vw, 10.25rem);
	max-width: 100%;
	height: auto;
	flex: 0 1 auto;
	pointer-events: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-drag: none;
}

.gom-header-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	width: clamp(17rem, 28vw, 24rem);
	min-height: 3rem;
	padding: 0.25rem;
	border: 1px solid var(--gom-line);
	border-radius: 99rem;
	background: var(--gom-glass);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.gom-header-search:focus-within {
	border-color: var(--gom-navy);
	box-shadow: 0 0 0 0.2rem rgba(var(--gom-navy-rgb), 0.12);
}

.gom-header-search input {
	min-width: 0;
	padding: 0 0.9rem;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--gom-ink);
	font: inherit;
	font-size: 0.82rem;
}

.gom-site .gom-header-search input:focus-visible {
	outline: 0;
	box-shadow: none;
}

.gom-header-search input::placeholder {
	color: var(--gom-muted-light);
}

.gom-header-search button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.4rem;
	padding: 0 1.05rem;
	border: 0;
	border-radius: 99rem;
	background: var(--gom-navy);
	box-shadow: none;
	color: var(--gom-white);
	cursor: pointer;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	text-align: center;
	transition: background 0.2s ease;
}

.gom-header-search button:hover {
	background: var(--gom-navy-dark);
	color: var(--gom-white);
}

.gom-site .gom-header__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	justify-self: end;
	min-height: 3rem;
	padding: 0 1.55rem;
	border-radius: 99rem;
	background: var(--gom-orange-action-background);
	box-shadow: none;
	color: var(--gom-white);
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-shadow: none;
	transition: transform 0.2s ease;
}

.gom-header__cta:hover {
	box-shadow: none;
	transform: translateY(-1px);
}

.gom-menu-button {
	display: none;
	justify-self: end;
	width: 2.75rem;
	height: 2.75rem;
	padding: 0.78rem;
	border: 1px solid var(--gom-line);
	border-radius: 50%;
	background: var(--gom-glass);
	color: var(--gom-navy);
	cursor: pointer;
}

.gom-menu-button > span:not(.gom-screen-reader-text) {
	display: block;
	width: 100%;
	height: 1px;
	margin: 0.25rem 0;
	background: currentColor;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.gom-menu-button[aria-expanded="true"] > span:first-child {
	transform: translateY(5px) rotate(45deg);
}

.gom-menu-button[aria-expanded="true"] > span:nth-child(2) {
	opacity: 0;
}

.gom-menu-button[aria-expanded="true"] > span:nth-child(3) {
	transform: translateY(-5px) rotate(-45deg);
}

.gom-mobile-nav {
	border-top: 1px solid var(--gom-line);
	background: rgba(255, 255, 255, 0.98);
}

.gom-mobile-nav[hidden] {
	display: none;
}

.gom-mobile-nav .gom-container {
	display: grid;
	padding-block: 0.75rem 1.25rem;
}

.gom-mobile-nav a {
	padding: 0.82rem 0;
	border-bottom: 1px solid var(--gom-line);
	color: var(--gom-navy);
	font-size: 0.9rem;
}

.gom-header__categories {
	border-top: 1px solid var(--gom-line);
	background: rgba(255, 255, 255, 0.94);
}

.gom-header__categories > .gom-container {
	display: flex;
	align-items: center;
	gap: 1.4rem;
	min-height: var(--gom-header-category-height);
	overflow: hidden;
}

.gom-header__categories-label {
	flex: 0 0 auto;
	color: var(--gom-gold-text);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.13em;
}

.gom-header__categories .gom-topic-bar__links a[aria-current="page"] {
	border-color: var(--gom-navy);
	background: var(--gom-navy);
	color: var(--gom-white);
}

/* Hero */

.gom-hero {
	position: relative;
	display: grid;
	min-height: clamp(42rem, 78vh, 54rem);
	align-items: center;
	overflow: hidden;
	isolation: isolate;
	padding: calc(var(--gom-header-main-height) + var(--gom-header-category-height) + clamp(4.5rem, 8vw, 7rem)) 0 clamp(4.5rem, 8vw, 7rem);
	background: var(--gom-navy-dark);
}

.gom-hero::before {
	position: absolute;
	z-index: 1;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(7, 29, 51, 0.9) 0%, rgba(18, 53, 91, 0.72) 34%, rgba(18, 53, 91, 0.18) 54%, transparent 76%),
		linear-gradient(0deg, rgba(7, 29, 51, 0.28), transparent 62%);
	content: "";
	pointer-events: none;
}

.gom-hero > .gom-container {
	position: relative;
	z-index: 2;
}

.gom-hero__intro {
	position: relative;
	max-width: 64rem;
}

.gom-hero__copy {
	position: relative;
	padding-block: 1rem;
}

.gom-hero__copy::before {
	position: absolute;
	top: -1.5rem;
	left: 0;
	width: 5.4rem;
	height: 0.25rem;
	background: var(--gom-orange-gradient);
	content: "";
}

.gom-hero .gom-eyebrow {
	color: #f6c667;
}

.gom-hero__intro h1 {
	margin: 1.25rem 0 0;
	color: var(--gom-white);
	font-family: var(--gom-font-jp);
	font-size: clamp(3.5rem, 5.5vw, 5.2rem);
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.06;
	text-wrap: balance;
}

.gom-hero__intro h1 em {
	display: inline-block;
	color: var(--gom-orange-end);
	font-style: normal;
	white-space: nowrap;
}

.gom-hero__lead {
	max-width: 40rem;
	margin: 2.2rem 0 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: clamp(1rem, 1.4vw, 1.12rem);
	line-height: 2;
}

.gom-hero__keywords {
	display: flex;
	gap: 1.5rem;
	margin: 2.25rem 0 0;
	color: var(--gom-white);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.gom-hero__keywords span {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
}

.gom-hero__keywords span::before {
	width: 0.42rem;
	height: 0.42rem;
	border-radius: 50%;
	background: var(--gom-gold);
	content: "";
}

.gom-hero__visual {
	position: absolute;
	z-index: 0;
	inset: 0;
	margin: 0;
}

.gom-hero__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 48%;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.gom-card__title a,
.gom-site .gom-category-card,
.gom-breadcrumb a {
	color: inherit;
}

.gom-card__placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	min-height: 14rem;
	place-items: center;
	background:
		linear-gradient(135deg, rgba(var(--gom-gold-rgb), 0.15), transparent 48%),
		linear-gradient(145deg, var(--gom-navy-soft), var(--gom-gold-soft));
	color: rgba(var(--gom-navy-rgb), 0.55);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.22em;
}

.gom-site .gom-label {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: 0.34rem 0.72rem;
	border: 1px solid rgba(var(--gom-gold-rgb), 0.45);
	border-radius: 99rem;
	background: var(--gom-gold-soft);
	color: var(--gom-gold-text);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.25;
}

.gom-site .gom-text-link {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	width: fit-content;
	color: var(--gom-navy);
	font-size: 0.85rem;
	font-weight: 700;
}

.gom-text-link span {
	color: var(--gom-orange-text);
	transition: transform 0.2s ease;
}

.gom-text-link:hover span {
	transform: translateX(0.25rem);
}

.gom-topic-bar__links {
	display: flex;
	gap: 0.65rem;
	overflow-x: auto;
	scrollbar-width: none;
}

.gom-topic-bar__links::-webkit-scrollbar {
	display: none;
}

.gom-topic-bar__links a {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	flex: 0 0 auto;
	padding: 0.52rem 0.9rem;
	border: 1px solid var(--gom-line);
	border-radius: 99rem;
	color: var(--gom-navy);
	font-size: 0.78rem;
	transition: border-color 0.2s ease, background 0.2s ease;
}

.gom-topic-bar__links a span {
	display: grid;
	min-width: 1.25rem;
	height: 1.25rem;
	padding-inline: 0.25rem;
	place-items: center;
	border-radius: 99rem;
	background: var(--gom-navy-soft);
	color: var(--gom-navy);
	font-size: 0.58rem;
}

.gom-topic-bar__links a:hover {
	border-color: var(--gom-line-dark);
	background: var(--gom-surface-hover);
}

/* Sections and cards */

.gom-section {
	padding: clamp(5rem, 9vw, 8rem) 0;
	background: var(--gom-bg);
}

.gom-section--muted {
	border-block: 1px solid var(--gom-line);
	background: var(--gom-bg-soft);
}

.gom-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: 2.3rem;
}

.gom-section-heading h2 {
	margin: 0;
	font-family: var(--gom-font-jp);
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.25;
}

.gom-card-collection {
	--gom-card-columns: 3;
	display: grid;
	gap: var(--gom-card-gap);
}

.gom-card-collection--grid {
	grid-template-columns: repeat(var(--gom-card-columns), minmax(0, 1fr));
}

.gom-card-collection--list {
	grid-template-columns: minmax(0, 1fr);
}

.gom-card-rail {
	container-type: inline-size;
	overflow-x: auto;
	padding-block: 0.4rem 1.6rem;
}

.gom-card-rail--bleed {
	width: 100%;
	margin-left: 0;
	padding-inline: 0;
}

.gom-card-rail__track {
	display: flex;
	width: max-content;
}

.gom-card-collection--rail {
	display: flex;
	width: max-content;
	flex: none;
	gap: var(--gom-card-gap);
	padding-right: var(--gom-card-gap);
}

.gom-card-collection--rail > .gom-card {
	width: min(
		calc((100cqi - (2 * var(--gom-gutter)) - (2 * var(--gom-card-gap))) / 3),
		calc((var(--gom-max) - (2 * var(--gom-gutter)) - (2 * var(--gom-card-gap))) / 3)
	);
	flex: 0 0 auto;
}

.gom-card-rail.is-animated {
	overflow: hidden;
	scrollbar-width: none;
}

.gom-card-rail.is-animated::-webkit-scrollbar {
	display: none;
}

.gom-card-rail.is-animated .gom-card-rail__track {
	animation: gom-card-rail-scroll var(--gom-card-rail-duration) linear infinite;
	will-change: transform;
}

.gom-card-rail.is-animated:hover .gom-card-rail__track {
	animation-play-state: paused;
}

.gom-card-rail.is-animated:focus-within {
	overflow-x: auto;
	scrollbar-width: auto;
}

.gom-card-rail.is-animated:focus-within .gom-card-rail__track {
	animation: none;
	transform: none;
	will-change: auto;
}

@keyframes gom-card-rail-scroll {
	to {
		transform: translateX(-50%);
	}
}

.gom-card {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--gom-line);
	border-radius: var(--gom-radius);
	background: var(--gom-surface);
	box-shadow: 0 1.1rem 2.3rem rgba(var(--gom-navy-rgb), 0.1);
	transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.gom-card:hover {
	border-color: rgba(var(--gom-gold-rgb), 0.4);
	background: var(--gom-surface-hover);
	transform: translateY(-0.25rem);
}

.gom-card:hover .gom-card__excerpt {
	color: var(--gom-muted);
}

.gom-card__media {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: var(--gom-surface);
}

.gom-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.gom-card:hover .gom-card__image {
	transform: scale(1.025);
}

.gom-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: clamp(1.35rem, 3vw, 2rem);
}

.gom-card--compact .gom-card__body {
	padding: 1.35rem;
}

.gom-card--compact .gom-card__title {
	font-size: 1.15rem;
}

.gom-card--minimal .gom-card__title {
	font-size: 1.5rem;
}

.gom-card__title {
	min-height: 3em;
	margin: 0.85rem 0 0.75rem;
	font-family: var(--gom-font-jp);
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1.5;
}

.gom-card__title a {
	display: -webkit-box;
	max-height: 3em;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
}

.gom-card__title a:hover {
	color: var(--gom-orange-text);
}

.gom-card__excerpt {
	margin: 0 0 1.5rem;
	color: var(--gom-muted-light);
	font-size: 0.9rem;
	line-height: 1.8;
}

.gom-card__meta {
	display: flex;
	gap: 0.9rem;
	margin-top: auto;
	color: var(--gom-muted);
	font-size: 0.72rem;
}

.gom-card--horizontal {
	display: grid;
	grid-template-columns: 19rem minmax(0, 1fr);
}

.gom-card--horizontal .gom-card__media {
	height: 100%;
	aspect-ratio: auto;
}

.gom-card--horizontal .gom-card__body {
	padding: clamp(1.5rem, 4vw, 2.7rem);
}

.gom-category-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.gom-site .gom-category-card {
	position: relative;
	display: flex;
	min-height: 12rem;
	flex-direction: column;
	justify-content: space-between;
	padding: 1.65rem;
	overflow: hidden;
	border: 1px solid var(--gom-line);
	border-radius: var(--gom-radius);
	background: var(--gom-glass);
	transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.gom-category-card::after {
	position: absolute;
	right: -1rem;
	bottom: -2.5rem;
	color: rgba(var(--gom-navy-rgb), 0.04);
	font-size: 9rem;
	font-weight: 700;
	line-height: 1;
	content: "#";
}

.gom-category-card:hover {
	border-color: rgba(var(--gom-gold-rgb), 0.45);
	background: var(--gom-gold-soft);
	transform: translateY(-0.2rem);
}

.gom-category-card__number {
	color: var(--gom-orange-text);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.gom-category-card strong {
	position: relative;
	z-index: 1;
	font-family: var(--gom-font-jp);
	font-size: 1.25rem;
	letter-spacing: 0.03em;
}

.gom-empty-state {
	padding: clamp(2rem, 5vw, 4rem);
	border: 1px dashed rgba(var(--gom-navy-rgb), 0.25);
	border-radius: var(--gom-radius);
	background: var(--gom-glass);
	color: var(--gom-muted-light);
	text-align: center;
}

/* Archive */

.gom-archive-header {
	padding: clamp(12.35rem, calc(14vw + var(--gom-header-category-height)), 15.35rem) 0 clamp(3.5rem, 7vw, 6rem);
	border-bottom: 1px solid var(--gom-line);
	background:
		radial-gradient(circle at 80% 20%, rgba(var(--gom-gold-rgb), 0.12), transparent 22rem),
		var(--gom-bg);
}

.gom-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 2.5rem;
	color: var(--gom-muted);
	font-size: 0.72rem;
}

.gom-breadcrumb a:hover {
	color: var(--gom-accent-light);
}

.gom-archive-header .gom-eyebrow {
	margin-bottom: 1rem;
}

.gom-archive-header__title {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 2rem;
}

.gom-archive-header__title h1 {
	margin: 0;
	font-family: var(--gom-font-jp);
	font-size: clamp(2.8rem, 6vw, 5.4rem);
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.2;
}

.gom-archive-header__title span {
	color: var(--gom-muted-light);
	font-size: 0.78rem;
}

.gom-archive-header__description {
	max-width: 42rem;
	margin-top: 1.5rem;
	color: var(--gom-muted-light);
	font-size: 0.92rem;
}

.gom-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 3rem;
}

.gom-pagination > ul.page-numbers {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gom-pagination > ul.page-numbers > li {
	margin: 0;
	padding: 0;
}

.gom-pagination a.page-numbers,
.gom-pagination span.page-numbers {
	display: grid;
	min-width: 2.7rem;
	height: 2.7rem;
	padding-inline: 0.8rem;
	place-items: center;
	border: 1px solid var(--gom-line);
	border-radius: 99rem;
	background: var(--gom-glass);
	color: var(--gom-navy);
	font-size: 0.8rem;
}

.gom-pagination span.page-numbers.current,
.gom-pagination a:hover {
	border-color: var(--gom-navy);
	background: var(--gom-navy);
	color: var(--gom-white);
}

/* Single article */

.gom-article {
	padding-top: calc(var(--gom-header-main-height) + var(--gom-header-category-height));
}

.gom-article-header {
	padding: clamp(5rem, 9vw, 8rem) 0 clamp(3rem, 6vw, 5rem);
}

.gom-article-header h1 {
	max-width: 64rem;
	margin: 1.2rem 0 1.35rem;
	font-family: var(--gom-font-jp);
	font-size: var(--gom-title-article);
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1.42;
}

.gom-article-header__lead {
	max-width: 43rem;
	margin: 0;
	color: var(--gom-muted-light);
	font-size: 0.98rem;
}

.gom-article-dates {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.8rem;
	margin-top: 1.8rem;
	color: var(--gom-muted);
	font-size: 0.76rem;
}

.gom-article-visual {
	margin-top: -1rem;
	margin-bottom: 2rem;
}

.gom-article-visual__image {
	width: 100%;
	max-height: 42rem;
	border-radius: var(--gom-radius);
	object-fit: cover;
	box-shadow: var(--gom-shadow);
}

.gom-article-layout {
	margin-bottom: clamp(5rem, 10vw, 9rem);
	padding: clamp(2rem, 5vw, 4rem);
	border-radius: var(--gom-radius);
	background: var(--gom-paper);
	box-shadow: var(--gom-shadow);
	color: var(--gom-ink);
}

.gom-article-content {
	width: min(100%, var(--gom-read));
	margin-inline: auto;
}

.gom-article-content {
	font-family: var(--gom-font-jp);
	font-size: 1rem;
	line-height: 2;
}

.gom-article-content > *:first-child {
	margin-top: 0;
}

.gom-article-content p {
	margin: 1.35rem 0;
}

.gom-article-content a:not(.gom-button):not(.gom-table-link) {
	color: var(--gom-accent-dark);
	text-decoration: underline;
	text-decoration-color: rgba(var(--gom-navy-rgb), 0.35);
	text-underline-offset: 0.2em;
}

.gom-article-content h2 {
	position: relative;
	margin: 4.8rem 0 1.8rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--gom-line-dark);
	font-size: clamp(1.8rem, 4vw, 2.2rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.gom-article-content h2::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 4.5rem;
	height: 0.18rem;
	border-radius: 99rem;
	background: var(--gom-accent);
	content: "";
}

.gom-article-content h3 {
	margin: 3rem 0 1.2rem;
	padding-left: 1rem;
	border-left: 0.22rem solid var(--gom-accent);
	font-size: clamp(1.3rem, 3vw, 1.65rem);
	font-weight: 700;
	letter-spacing: 0.045em;
	line-height: 1.6;
}

.gom-article-content h4 {
	margin: 2.4rem 0 1rem;
	font-size: 1.15rem;
}

.gom-article-content blockquote {
	margin: 2rem 0;
	padding: 0.25rem 0 0.25rem 1.4rem;
	border-left: 0.22rem solid var(--gom-accent);
	color: var(--gom-muted);
}

.gom-article-content figcaption {
	margin-top: 0.5rem;
	color: var(--gom-muted);
	font-size: 0.72rem;
	text-align: center;
}

.gom-article-content ul:not([class]),
.gom-article-content ol:not([class]) {
	padding-left: 1.4rem;
}

.gom-highlight {
	padding: 0 0.1em;
	background: linear-gradient(transparent 58%, var(--gom-highlight-yellow) 58%);
	color: inherit;
}

.gom-decorated-list,
.gom-summary,
.gom-toc,
.gom-alert,
.gom-supervisor,
.gom-comparison,
.gom-faq,
.gom-editorial-footer {
	margin: 1.8rem 0;
	border: 1px solid rgba(var(--gom-ink-rgb), 0.08);
	border-radius: 1.1rem;
	background: var(--gom-paper-soft);
	box-shadow: var(--gom-shadow-soft);
	color: var(--gom-ink);
	font-family: var(--gom-font-jp);
}

.gom-decorated-list {
	padding: 1.6rem;
}

.gom-decorated-list__title {
	margin: 0 0 0.8rem !important;
	font-weight: 700;
}

.gom-decorated-list ul:not([class]),
.gom-decorated-list ol:not([class]) {
	display: grid;
	gap: 0.45rem;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: gom-list;
}

.gom-decorated-list li,
.gom-summary li {
	position: relative;
	padding-left: 1.85rem;
	counter-increment: gom-list;
}

.gom-decorated-list li::before,
.gom-summary li::before {
	position: absolute;
	top: 0.72em;
	left: 0;
	width: 0.42rem;
	height: 0.42rem;
	border-radius: 50%;
	background: var(--gom-navy);
	content: "";
}

.gom-decorated-list--dot li::before,
.gom-decorated-list--check li::before {
	left: 0.565rem;
}

.gom-decorated-list--number li {
	display: flex;
	min-height: 1.65rem;
	align-items: center;
	padding-left: 2.15rem;
}

.gom-decorated-list--number li::before {
	display: grid;
	top: 50%;
	width: 1.55rem;
	height: 1.55rem;
	place-items: center;
	background: var(--gom-navy);
	color: var(--gom-white);
	content: counter(gom-list);
	font-family: var(--gom-font-jp);
	font-size: 0.68rem;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	letter-spacing: 0;
	line-height: 1;
	transform: translateY(-50%);
}

.gom-decorated-list--number li:first-child::before {
	padding-top: var(--gom-number-one-optical-y);
	text-indent: var(--gom-number-one-optical-x);
}

.gom-summary {
	padding: 1.65rem;
}

.gom-summary__heading {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	margin-bottom: 1rem;
}

.gom-summary__heading > span {
	display: grid;
	width: 2rem;
	height: 2rem;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 50%;
	background: var(--gom-ink);
	color: var(--gom-white);
	font-size: 0;
}

.gom-summary__heading > span::before {
	display: grid;
	width: 2rem;
	height: 2rem;
	place-items: center;
	place-self: center;
	content: "要";
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
}

.gom-summary__heading h2,
.gom-faq > h2,
.gom-supervisor h2,
.gom-editorial-footer h2,
.gom-cta h2 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
}

.gom-summary__heading h2::after,
.gom-faq > h2::after,
.gom-supervisor h2::after,
.gom-editorial-footer h2::after,
.gom-cta h2::after {
	display: none;
}

.gom-summary ul:not([class]) {
	display: grid;
	gap: 0.4rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gom-summary li::before {
	left: 0.79rem;
}

.gom-toc {
	overflow: hidden;
}

.gom-toc__toggle {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	padding: 1.5rem 1.65rem;
	border: 0;
	background: transparent;
	color: var(--gom-ink);
	text-align: left;
	cursor: pointer;
}

.gom-toc__toggle span:first-child {
	display: flex;
	align-items: baseline;
	gap: 0.75rem;
}

.gom-toc__toggle small {
	color: var(--gom-accent-dark);
	font-family: var(--gom-font);
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.14em;
}

.gom-toc__toggle strong {
	font-size: 1.1rem;
}

.gom-toc__toggle-icon {
	display: grid;
	width: 2rem;
	height: 2rem;
	place-items: center;
	border-radius: 50%;
	background: var(--gom-ink);
	color: var(--gom-white);
	font-size: 1rem;
}

.gom-toc__list {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0.75rem 1.65rem 1.25rem;
	border-top: 1px solid rgba(var(--gom-ink-rgb), 0.08);
	list-style: none;
	counter-reset: gom-toc-item;
}

.gom-toc__list[hidden] {
	display: none;
}

.gom-toc__list li {
	display: grid;
	grid-template-columns: 2rem minmax(0, 1fr);
	align-items: center;
	gap: 0.9rem;
	min-height: 4rem;
	margin: 0;
	padding: 0.7rem 0.25rem;
	border-bottom: 1px solid rgba(var(--gom-ink-rgb), 0.08);
	counter-increment: gom-toc-item;
}

.gom-toc__list li:last-child {
	border-bottom: 0;
}

.gom-toc__list li::before {
	display: grid;
	width: 2rem;
	height: 2rem;
	place-items: center;
	border-radius: 50%;
	background: var(--gom-navy);
	color: var(--gom-white);
	content: counter(gom-toc-item);
	font-family: var(--gom-font);
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1;
	padding-top: 0.1rem;
}

.gom-toc__list li:first-child::before {
	padding-top: var(--gom-toc-number-one-optical-y);
	text-indent: var(--gom-toc-number-one-optical-x);
}

.gom-toc .gom-toc__list > li > a,
.gom-article-content .gom-toc .gom-toc__list > li > a {
	display: flex;
	min-height: 2.6rem;
	align-items: center;
	color: var(--gom-ink);
	font-weight: 600;
	line-height: 1.65;
	text-decoration: none;
}

.gom-toc .gom-toc__list > li > a:hover,
.gom-article-content .gom-toc .gom-toc__list > li > a:hover {
	color: var(--gom-orange-text);
}

.gom-toc__list .is-subheading {
	margin-left: 2.9rem;
	font-size: 0.9rem;
}

.gom-toc__list .is-subheading::before {
	width: 1.65rem;
	height: 1.65rem;
	margin-left: 0.18rem;
	border: 1px solid var(--gom-navy);
	background: transparent;
	color: var(--gom-navy);
	font-size: 0.65rem;
}

.gom-article-meta {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 1.8rem 0;
	overflow: hidden;
	border: 1px solid var(--gom-line-dark);
	border-radius: var(--gom-radius-sm);
	background: var(--gom-paper-soft);
	color: var(--gom-ink);
	font-family: var(--gom-font-jp);
}

.gom-article-meta div {
	padding: 1rem 1.2rem;
	border-right: 1px solid var(--gom-line-dark);
	border-bottom: 1px solid var(--gom-line-dark);
}

.gom-article-meta div:nth-child(even) {
	border-right: 0;
}

.gom-article-meta dt {
	color: var(--gom-muted);
	font-size: 0.7rem;
	font-weight: 700;
}

.gom-article-meta dd {
	margin: 0.2rem 0 0;
	font-weight: 700;
}

.gom-source {
	display: block;
	margin: 1.8rem 0;
	padding: 0.85rem 0;
	border-top: 1px solid var(--gom-line-dark);
	border-bottom: 1px solid var(--gom-line-dark);
	color: var(--gom-ink);
	font-family: var(--gom-font-jp);
	font-size: 0.92rem;
	line-height: 1.9;
}

.gom-source__label {
	color: var(--gom-accent-dark);
	font-weight: 700;
}

.gom-source__label::after {
	content: "：";
}

.gom-source__citation {
	min-width: 0;
	font-style: normal;
}

.gom-source__citation a {
	overflow-wrap: anywhere;
}

.gom-source__publisher {
	font-weight: 700;
}

.gom-source__title {
	margin-left: 0.35em;
}

.gom-source__dates {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.15rem 0.4rem;
	margin-left: 0.45em;
	color: var(--gom-muted);
	font-size: 0.82rem;
	vertical-align: baseline;
}

.gom-source__dates time,
.gom-source__dates span {
	white-space: nowrap;
}

.gom-alert {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 1rem;
	padding: 1.5rem;
}

.gom-alert > div {
	display: contents;
}

.gom-alert__icon {
	display: grid;
	width: 2.25rem;
	height: 2.25rem;
	align-self: center;
	place-items: center;
	border-radius: 50%;
	background: var(--gom-ink);
	color: var(--gom-white);
	font-family: var(--gom-font-jp);
	font-size: 0.82rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
}

.gom-alert--caution .gom-alert__icon {
	background: var(--gom-gold);
	color: var(--gom-white);
}

.gom-alert--caution {
	border-color: rgba(var(--gom-gold-rgb), 0.38);
	background: var(--gom-gold-soft);
}

.gom-alert--caution .gom-alert__title {
	color: var(--gom-gold-text);
}

.gom-alert--recommend .gom-alert__icon {
	background: var(--gom-navy);
}

.gom-alert--warning .gom-alert__icon {
	background: var(--gom-danger);
}

.gom-alert--warning {
	border-color: rgba(var(--gom-danger-rgb), 0.32);
	background: var(--gom-danger-soft);
}

.gom-alert--warning .gom-alert__title {
	color: var(--gom-danger);
}

.gom-alert--ai .gom-alert__icon {
	background: var(--gom-gold);
}

.gom-alert__title {
	align-self: center;
	margin: 0 !important;
	font-weight: 700;
}

.gom-alert__content > * {
	margin-top: 0;
}

.gom-alert__content {
	grid-column: 1 / -1;
}

.gom-alert__content > *:last-child {
	margin-bottom: 0;
}

.gom-supervisor {
	padding: 1.6rem;
}

.gom-supervisor__profile {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.gom-supervisor__avatar {
	display: grid;
	width: 4rem;
	height: 4rem;
	flex: 0 0 auto;
	overflow: hidden;
	place-items: center;
	border-radius: 50%;
	background: var(--gom-ink);
	color: var(--gom-white);
	font-weight: 700;
}

.gom-supervisor__avatar img {
	width: 100%;
	height: 100%;
	border-radius: inherit;
	object-fit: cover;
}

.gom-supervisor__role {
	margin: 0.2rem 0 0 !important;
	color: var(--gom-muted);
	font-size: 0.8rem;
}

.gom-supervisor__bio {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(var(--gom-ink-rgb), 0.1);
	font-size: 0.9rem;
}

.gom-comparison {
	overflow: hidden;
}

.gom-comparison > figcaption {
	margin: 0;
	padding: 1rem 1.25rem;
	font-size: 0.82rem;
	line-height: 1.6;
}

.gom-comparison__scroll {
	overflow-x: auto;
}

.gom-comparison__scroll-hint {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.5rem;
	margin: 0 0 0.55rem !important;
	color: var(--gom-muted);
	font-size: 0.72rem;
	font-weight: 600;
	line-height: 1.5;
}

.gom-comparison__scroll-hint[hidden] {
	display: none;
}

.gom-comparison__scroll-hint::before {
	width: 1.75rem;
	height: 0.16rem;
	border-radius: 99rem;
	background: var(--gom-gold);
	content: "";
}

.gom-comparison table {
	width: 100%;
	min-width: 38rem;
	border-collapse: collapse;
	font-size: 0.84rem;
	line-height: 1.65;
}

.gom-comparison th,
.gom-comparison td {
	padding: 1rem;
	border-right: 1px solid rgba(var(--gom-ink-rgb), 0.09);
	border-bottom: 1px solid rgba(var(--gom-ink-rgb), 0.09);
	text-align: left;
	vertical-align: top;
}

.gom-comparison thead th {
	background: var(--gom-ink);
	color: var(--gom-white);
	font-size: 0.75rem;
}

.gom-comparison .is-highlighted {
	background: var(--gom-gold-soft);
}

.gom-comparison thead th.is-highlighted {
	color: var(--gom-navy);
}

.gom-comparison .is-good {
	color: var(--gom-navy);
	font-weight: 700;
}

.gom-comparison .is-bad {
	color: var(--gom-accent-dark);
	font-weight: 700;
}

.gom-comparison__note {
	margin: 0 !important;
	padding: 0.75rem 1rem;
	color: var(--gom-muted);
	font-size: 0.7rem;
}

.gom-site .gom-table-link,
.gom-table-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.35rem 0.7rem;
	border-radius: 99rem;
	background: var(--gom-ink);
	color: var(--gom-white);
	font-size: 0.7rem;
	font-weight: 700;
	white-space: nowrap;
}

.gom-faq {
	padding: 1.6rem;
}

.gom-faq > .gom-eyebrow {
	color: var(--gom-accent-dark);
}

.gom-faq__items {
	display: grid;
	gap: 0.65rem;
	margin-top: 1.2rem;
}

.gom-faq__item {
	overflow: hidden;
	border: 1px solid rgba(var(--gom-ink-rgb), 0.1);
	border-radius: 0.9rem;
	background: rgba(255, 255, 255, 0.42);
}

.gom-faq__item h3 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1rem;
}

.gom-faq__item h3 button,
.gom-faq__item summary {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.1rem;
	border: 0;
	background: transparent;
	color: var(--gom-ink);
	font-weight: 700;
	text-align: left;
	cursor: pointer;
}

.gom-faq__item summary {
	list-style: none;
}

.gom-faq__item summary::-webkit-details-marker {
	display: none;
}

.gom-faq__item summary::after {
	display: grid;
	width: 2rem;
	height: 2rem;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 50%;
	background: var(--gom-ink);
	color: var(--gom-white);
	content: "+";
	font-family: var(--gom-font);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
}

.gom-faq__item[open] > summary::after {
	content: "−";
}

.gom-faq__item button span,
.gom-faq__item summary span {
	display: flex;
	gap: 0.6rem;
}

.gom-faq__item button b,
.gom-faq__item summary b,
.gom-faq__answer > b {
	color: var(--gom-accent-dark);
	font-family: var(--gom-font);
}

.gom-faq__item button i {
	font-style: normal;
}

.gom-faq__answer {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.65rem;
	padding: 1rem 1.1rem;
	border-top: 1px solid rgba(var(--gom-ink-rgb), 0.09);
}

.gom-faq__answer[hidden] {
	display: none;
}

.gom-faq__answer p {
	margin: 0;
}

.gom-editorial-footer {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 1rem;
	padding: 1.5rem;
}

.gom-editorial-footer__icon {
	display: grid;
	width: 2.4rem;
	height: 2.4rem;
	place-items: center;
	border-radius: 50%;
	background: var(--gom-ink);
	color: var(--gom-white);
}

.gom-editorial-footer p {
	margin: 0.4rem 0 0;
	font-size: 0.85rem;
}

.gom-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 2rem;
	align-items: center;
	margin: 2.5rem 0;
	padding: clamp(1.6rem, 4vw, 2.5rem);
	border-radius: var(--gom-radius);
	background:
		radial-gradient(circle at 85% 0%, rgba(var(--gom-orange-rgb), 0.28), transparent 12rem),
		var(--gom-ink);
	box-shadow: var(--gom-shadow);
	color: var(--gom-white);
}

.gom-cta__content > div {
	margin-top: 0.6rem;
	color: #dce3ea;
	font-size: 0.9rem;
}

.gom-cta__content p {
	margin: 0;
}

.gom-cta__action {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.45rem;
}

.gom-cta__action small {
	color: #c8d2dd;
	font-size: 0.64rem;
	line-height: 1.4;
}

.gom-site .gom-button,
.gom-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	min-height: 3.5rem;
	padding: 0.85rem 1.8rem;
	border: 1px solid var(--gom-navy);
	border-radius: 99rem;
	background: var(--gom-navy);
	box-shadow: 0 0.8rem 1.8rem rgba(var(--gom-navy-rgb), 0.18);
	color: var(--gom-white);
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gom-button:hover {
	box-shadow: 0 1rem 2.3rem rgba(var(--gom-navy-rgb), 0.26);
	transform: translateY(-2px);
}

.gom-plan-card__action .gom-button > span[aria-hidden="true"],
.gom-cta__action .gom-button > span[aria-hidden="true"] {
	display: none;
}

.gom-cta .gom-button {
	border-color: var(--gom-white);
	background: var(--gom-white);
	color: var(--gom-navy);
}

.gom-site .gom-button--secondary,
.gom-button--secondary {
	border-color: var(--gom-line);
	background: var(--gom-white);
	box-shadow: none;
	color: var(--gom-navy);
}

.gom-site .gom-button:focus-visible,
.gom-button:focus-visible,
.gom-site .gom-table-link:focus-visible,
.gom-table-link:focus-visible {
	outline: 0.14rem solid var(--gom-orange);
	outline-offset: 0.12rem;
	box-shadow:
		0 0 0 0.28rem rgba(var(--gom-navy-rgb), 0.22),
		0 0.8rem 1.8rem rgba(var(--gom-navy-rgb), 0.18);
}

.gom-page-links {
	display: flex;
	gap: 0.4rem;
	margin: 2rem 0;
}

/* Forms */

.gom-form-section {
	margin-top: 4.8rem;
}

.gom-form-section > .gom-eyebrow {
	margin-bottom: 0.5rem;
}

.gom-form-section > h2 {
	margin-top: 0;
}

.gom-form {
	position: relative;
	margin-top: 2.4rem;
	padding: clamp(1.4rem, 4vw, 2.5rem);
	border: 1px solid var(--gom-line);
	border-radius: var(--gom-radius);
	background: var(--gom-surface);
}

.gom-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.4rem;
}

.gom-form__field {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 0.55rem;
}

.gom-form__field--full {
	grid-column: 1 / -1;
}

.gom-form__field label {
	color: var(--gom-ink);
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.5;
}

.gom-form__required {
	margin-left: 0.25rem;
	color: var(--gom-orange-text);
	font-size: 0.68rem;
	font-weight: 700;
}

.gom-form__field input,
.gom-form__field select,
.gom-form__field textarea {
	width: 100%;
	min-width: 0;
	padding: 0.8rem 0.9rem;
	border: 1px solid var(--gom-line-dark);
	border-radius: var(--gom-radius-sm);
	outline: 0;
	background: var(--gom-white);
	box-shadow: none;
	color: var(--gom-ink);
	font-size: 1rem;
	line-height: 1.6;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.gom-form__field input,
.gom-form__field select {
	min-height: 3.4rem;
}

.gom-form__field textarea {
	min-height: 12rem;
	resize: vertical;
}

.gom-form__field input:focus,
.gom-form__field select:focus,
.gom-form__field textarea:focus {
	border-color: var(--gom-navy);
	box-shadow: 0 0 0 0.2rem rgba(var(--gom-navy-rgb), 0.12);
}

.gom-form__help {
	margin: 0;
	color: var(--gom-muted-light);
	font-size: 0.76rem;
	line-height: 1.7;
}

.gom-form__consent {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: start;
	gap: 0.7rem;
	margin-top: 1.6rem;
	color: var(--gom-muted);
	cursor: pointer;
	font-size: 0.82rem;
	line-height: 1.8;
}

.gom-form__consent input {
	width: 1.1rem;
	height: 1.1rem;
	margin-top: 0.32rem;
	accent-color: var(--gom-navy);
}

.gom-form__actions {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}

.gom-form__actions .gom-button,
.gom-form__actions .gom-button:hover {
	min-width: min(100%, 18rem);
	border: 0;
	box-shadow: none;
	color: var(--gom-white);
}

.gom-form__status {
	margin: 1.6rem 0 0;
	padding: 1rem 1.2rem;
	background: var(--gom-success-soft);
	color: var(--gom-ink);
	font-size: 0.86rem;
	font-weight: 600;
	line-height: 1.8;
}

.gom-form__status:focus-visible {
	outline: none;
	box-shadow: none;
}

.gom-form__status--error {
	background: var(--gom-danger-soft);
}

.gom-form__honeypot {
	position: absolute;
	top: 0;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* Extended article decorations */

.gom-profile-avatar {
	display: grid;
	width: 3.25rem;
	height: 3.25rem;
	flex: 0 0 auto;
	overflow: hidden;
	place-items: center;
	border-radius: 50%;
	background: var(--gom-ink);
	color: var(--gom-white);
	font-family: var(--gom-font);
	font-size: 0.78rem;
	font-weight: 700;
}

.gom-profile-avatar img {
	width: 100%;
	height: 100%;
	border-radius: inherit;
	object-fit: cover;
}

.gom-voice,
.gom-balloon,
.gom-split-panel,
.gom-deflist,
.gom-testimonial,
.gom-step,
.gom-feature-section,
.gom-plan-card {
	margin: 1.8rem 0;
	color: var(--gom-ink);
	font-family: var(--gom-font-jp);
}

.gom-balloon h2,
.gom-split-panel h2,
.gom-deflist h2,
.gom-step h2,
.gom-feature-section h2,
.gom-plan-card h2,
.gom-feature h3,
.gom-plan-card h3 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	line-height: 1.55;
}

.gom-balloon h2::after,
.gom-split-panel h2::after,
.gom-deflist h2::after,
.gom-step h2::after,
.gom-feature-section h2::after,
.gom-plan-card h2::after,
.gom-feature h3::after,
.gom-plan-card h3::after {
	display: none;
}

.gom-voice {
	padding: 1.6rem;
	border: 1px solid rgba(var(--gom-ink-rgb), 0.08);
	border-radius: 1.1rem;
	background: var(--gom-paper-soft);
	box-shadow: var(--gom-shadow-soft);
}

.gom-voice blockquote {
	position: relative;
	margin: 0;
	padding: 0 0 0 2.2rem;
	border: 0;
	color: var(--gom-ink);
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.9;
}

.gom-voice blockquote::before {
	position: absolute;
	top: -0.2rem;
	left: 0;
	color: var(--gom-accent-dark);
	content: "“";
	font-family: Georgia, serif;
	font-size: 3rem;
	line-height: 1;
}

.gom-voice blockquote > *:first-child,
.gom-voice blockquote > *:last-child {
	margin-block: 0;
}

.gom-voice figcaption,
.gom-testimonial figcaption {
	display: flex;
	align-items: center;
	gap: 0.8rem;
	margin-top: 1.2rem;
	color: var(--gom-ink);
	text-align: left;
}

.gom-voice figcaption > span:last-child {
	display: grid;
	gap: 0.1rem;
}

.gom-voice figcaption strong,
.gom-testimonial figcaption strong {
	font-size: 0.88rem;
}

.gom-voice figcaption small {
	color: var(--gom-muted);
	font-size: 0.72rem;
}

.gom-balloon {
	display: grid;
	grid-template-columns: 5rem minmax(0, 1fr);
	gap: 1rem;
	align-items: start;
}

.gom-balloon__speaker {
	display: grid;
	justify-items: center;
	gap: 0.45rem;
}

.gom-balloon__speaker small {
	color: var(--gom-muted);
	font-size: 0.68rem;
	text-align: center;
}

.gom-balloon__body {
	position: relative;
	padding: 1.45rem;
	border: 1px solid rgba(var(--gom-ink-rgb), 0.08);
	border-radius: 1.1rem;
	background: var(--gom-paper-soft);
	box-shadow: var(--gom-shadow-soft);
}

.gom-balloon__body::before {
	position: absolute;
	top: 1.5rem;
	left: -0.48rem;
	width: 0.9rem;
	height: 0.9rem;
	border-bottom: 1px solid rgba(var(--gom-ink-rgb), 0.08);
	border-left: 1px solid rgba(var(--gom-ink-rgb), 0.08);
	background: var(--gom-paper-soft);
	content: "";
	transform: rotate(45deg);
}

.gom-balloon__body .gom-eyebrow {
	color: var(--gom-accent-dark);
}

.gom-balloon__body h2 + div {
	margin-top: 0.55rem;
}

.gom-balloon__body > div > *:first-child,
.gom-balloon__body > div > *:last-child {
	margin-block: 0;
}

.gom-split-panel {
	--gom-split-icon-size: 2.25rem;
	--gom-split-list-inset: 0.975rem;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	overflow: hidden;
	border: 1px solid rgba(var(--gom-ink-rgb), 0.09);
	border-radius: 1.1rem;
	background: var(--gom-paper-soft);
	box-shadow: var(--gom-shadow-soft);
}

.gom-split-panel.is-single {
	grid-template-columns: 1fr;
}

.gom-split-panel__item {
	padding: 1.5rem;
}

.gom-split-panel__item + .gom-split-panel__item {
	border-left: 1px solid rgba(var(--gom-ink-rgb), 0.1);
}

.gom-split-panel__item h2 {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.gom-split-panel__item h2 span {
	position: relative;
	display: inline-block;
	width: var(--gom-split-icon-size);
	height: var(--gom-split-icon-size);
	flex: 0 0 auto;
	align-self: center;
	padding: 0;
	border-radius: 50%;
	background: var(--gom-navy);
	color: var(--gom-white);
	font-family: var(--gom-font);
	font-size: 0;
	line-height: 1;
	text-align: center;
}

.gom-split-panel__item h2 span::before,
.gom-split-panel__item h2 span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.65rem;
	height: 0.1rem;
	border-radius: 99rem;
	background: currentcolor;
	content: "";
	transform: translate(-50%, -50%);
}

.gom-pros-cons .gom-split-panel__item--positive h2 span::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.gom-pros-cons .gom-split-panel__item--negative h2 span::after,
.gom-recommend .gom-split-panel__item--positive h2 span::after {
	display: none;
}

.gom-recommend .gom-split-panel__item--positive h2 span::before {
	width: 0.68rem;
	height: 0.68rem;
	border: 0.08rem solid currentcolor;
	border-radius: 50%;
	background: transparent;
}

.gom-recommend .gom-split-panel__item--negative h2 span::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.gom-recommend .gom-split-panel__item--negative h2 span::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.gom-split-panel__item--negative h2 span {
	background: var(--gom-orange-action-background);
	color: var(--gom-white);
}

.gom-split-panel ul:not([class]) {
	display: grid;
	gap: 0.45rem;
	margin: 1rem 0 0;
	padding: 0 0 0 var(--gom-split-list-inset);
	list-style: none;
}

.gom-split-panel li {
	position: relative;
	padding-left: 1.1rem;
}

.gom-split-panel li::before {
	position: absolute;
	top: 0.76rem;
	left: 0;
	width: 0.3rem;
	height: 0.3rem;
	border-radius: 50%;
	background: var(--gom-navy);
	content: "";
}

.gom-split-panel__item--negative li::before {
	background: var(--gom-orange-gradient);
}

.gom-deflist {
	padding: 1.6rem;
	border: 1px solid rgba(var(--gom-ink-rgb), 0.08);
	border-radius: 1.1rem;
	background: var(--gom-paper-soft);
	box-shadow: var(--gom-shadow-soft);
}

.gom-deflist > .gom-eyebrow,
.gom-feature-section > .gom-eyebrow {
	color: var(--gom-accent-dark);
}

.gom-deflist dl {
	margin: 1rem 0 0;
}

.gom-deflist dl > div {
	display: grid;
	grid-template-columns: minmax(8rem, 0.35fr) minmax(0, 1fr);
	gap: 1.2rem;
	padding: 1rem 0;
	border-top: 1px solid rgba(var(--gom-ink-rgb), 0.1);
}

.gom-deflist dt {
	font-weight: 700;
}

.gom-deflist dd {
	margin: 0;
	color: var(--gom-muted);
}

.gom-testimonial {
	overflow: hidden;
	border: 1px solid rgba(var(--gom-ink-rgb), 0.08);
	border-radius: 1.1rem;
	background: var(--gom-paper-soft);
	box-shadow: var(--gom-shadow-soft);
}

.gom-testimonial__quote {
	position: relative;
	padding: 1.7rem 1.7rem 1.4rem;
	font-size: 1.04rem;
	font-weight: 600;
}

.gom-testimonial__quote::before {
	display: block;
	margin-bottom: -0.35rem;
	color: var(--gom-accent-dark);
	content: "VOICE";
	font-family: var(--gom-font);
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.14em;
}

.gom-testimonial__quote > *:first-child,
.gom-testimonial__quote > *:last-child {
	margin-block: 0;
}

.gom-testimonial figcaption {
	margin: 0;
	padding: 1.1rem 1.7rem 1.4rem;
	border-top: 1px solid rgba(var(--gom-ink-rgb), 0.1);
}

.gom-testimonial__meta {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
	border-top: 1px solid rgba(var(--gom-ink-rgb), 0.1);
}

.gom-testimonial__meta div {
	padding: 0.85rem 1rem;
	border-right: 1px solid rgba(var(--gom-ink-rgb), 0.1);
}

.gom-testimonial__meta div:last-child {
	border-right: 0;
}

.gom-testimonial__meta dt {
	color: var(--gom-muted);
	font-size: 0.65rem;
	font-weight: 700;
}

.gom-testimonial__meta dd {
	margin: 0.15rem 0 0;
	font-size: 0.82rem;
	font-weight: 700;
}

.gom-testimonial__note {
	margin: 0 !important;
	padding: 0.75rem 1.7rem;
	border-top: 1px solid rgba(var(--gom-ink-rgb), 0.1);
	color: var(--gom-muted);
	font-size: 0.72rem;
}

.gom-step {
	position: relative;
	display: grid;
	grid-template-columns: 4rem minmax(0, 1fr);
	gap: 1.5rem;
	align-items: start;
	margin: 0 0 3rem;
}

:not(.gom-step) + .gom-step {
	margin-top: 1.8rem;
}

.gom-step:has(+ .gom-step)::before {
	position: absolute;
	z-index: 0;
	top: 4rem;
	bottom: -3rem;
	left: calc(2rem - 0.5px);
	width: 1px;
	background: var(--gom-line-dark);
	content: "";
}

.gom-step__number {
	position: relative;
	z-index: 1;
	display: grid;
	width: 4rem;
	height: 4rem;
	justify-self: start;
	place-items: center;
	padding: 0;
	border-radius: 50%;
	background: var(--gom-ink);
	color: var(--gom-white);
	font-family: var(--gom-font);
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.gom-feature__icon[data-number="1"] {
	--gom-feature-number-optical-x: -0.062rem;
	--gom-feature-number-optical-y: 0.2rem;
}

.gom-feature__icon[data-number="2"] {
	--gom-feature-number-optical-x: 0.013rem;
	--gom-feature-number-optical-y: 0.063rem;
}

.gom-feature__icon[data-number="3"] {
	--gom-feature-number-optical-x: -0.039rem;
	--gom-feature-number-optical-y: 0.074rem;
}

.gom-feature__icon[data-number] {
	padding-top: var(--gom-feature-number-optical-y, 0);
	text-indent: var(--gom-feature-number-optical-x, 0);
}

.gom-step__number[data-number="1"] {
	padding-top: var(--gom-number-one-large-optical-y);
	text-indent: var(--gom-number-one-large-optical-x);
}

.gom-step__body {
	min-width: 0;
	padding: 0.3rem 0 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.gom-step__body header {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.65rem;
}

.gom-step h2 {
	font-size: clamp(1.25rem, 3vw, 1.5rem);
	letter-spacing: 0.02em;
	line-height: 1.45;
}

.gom-step__body header small {
	display: inline-flex;
	min-height: 2rem;
	align-items: center;
	padding: 0.3rem 0.75rem;
	border-radius: 99rem;
	background: var(--gom-ink);
	color: var(--gom-white);
	font-family: var(--gom-font);
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1;
}

.gom-step__body header + div {
	margin-top: 0.9rem;
}

.gom-step__body > div {
	color: var(--gom-ink);
	font-size: 1rem;
	line-height: 1.8;
}

.gom-step__body > div > *:first-child,
.gom-step__body > div > *:last-child {
	margin-block: 0;
}

.gom-feature-section {
	padding: 1.6rem;
	border: 1px solid rgba(var(--gom-ink-rgb), 0.08);
	border-radius: 1.1rem;
	background: var(--gom-paper-soft);
	box-shadow: var(--gom-shadow-soft);
}

.gom-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.7rem;
	margin-top: 1.2rem;
}

.gom-feature {
	padding: 1.15rem;
	border: 1px solid rgba(var(--gom-ink-rgb), 0.09);
	border-radius: 0.9rem;
	background: rgba(255, 255, 255, 0.42);
}

.gom-feature__icon {
	display: grid;
	width: 2.25rem;
	height: 2.25rem;
	margin: 0 auto 0.85rem;
	place-items: center;
	padding: 0;
	border-radius: 50%;
	background: var(--gom-ink);
	color: var(--gom-white);
	font-family: var(--gom-font);
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.gom-feature h3 {
	font-size: 0.98rem;
}

.gom-feature p {
	margin: 0.45rem 0 0;
	color: var(--gom-muted);
	font-size: 0.8rem;
	line-height: 1.75;
}

.gom-plan-card {
	position: relative;
	overflow: hidden;
	padding: clamp(1.6rem, 4vw, 2.3rem);
	border: 1px solid rgba(var(--gom-ink-rgb), 0.12);
	border-radius: 1.1rem;
	background: var(--gom-paper-soft);
	box-shadow: var(--gom-shadow-soft);
}

.gom-plan-card.is-featured {
	border-color: rgba(var(--gom-gold-rgb), 0.5);
	box-shadow: 0 0.9rem 2rem rgba(var(--gom-gold-rgb), 0.13);
}

.gom-plan-card__ribbon {
	position: absolute;
	top: 1rem;
	right: -2.4rem;
	width: 8.5rem;
	padding: 0.35rem;
	background: var(--gom-orange-action-background);
	color: var(--gom-white);
	font-size: 0.63rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-align: center;
	transform: rotate(38deg);
}

.gom-plan-card header {
	padding-right: 3rem;
}

.gom-plan-card header > div {
	margin-top: 0.45rem;
	color: var(--gom-muted);
	font-size: 0.86rem;
}

.gom-plan-card header > div > * {
	margin-block: 0;
}

.gom-plan-card__price {
	display: flex;
	align-items: baseline;
	gap: 0.35rem;
	margin: 1.2rem 0 0 !important;
}

.gom-plan-card__price strong {
	font-family: var(--gom-font);
	font-size: clamp(2.4rem, 7vw, 4rem);
	letter-spacing: -0.055em;
	line-height: 1;
}

.gom-plan-card__price span {
	color: var(--gom-muted);
	font-size: 0.8rem;
}

.gom-plan-card__price-note {
	margin: 0.4rem 0 0 !important;
	color: var(--gom-muted);
	font-size: 0.72rem;
}

.gom-plan-card__features {
	margin-top: 1.2rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(var(--gom-ink-rgb), 0.1);
}

.gom-plan-card__features h3 {
	font-size: 0.82rem;
}

.gom-plan-card__features ul {
	display: grid;
	gap: 0.35rem;
	margin: 0.65rem 0 0;
	padding: 0;
	list-style: none;
}

.gom-plan-card__features li {
	position: relative;
	padding-left: 1.35rem;
}

.gom-plan-card__features li::before {
	position: absolute;
	left: 0;
	color: var(--gom-navy);
	content: "•";
	font-weight: 700;
}

.gom-plan-card__features--negative li::before {
	color: var(--gom-orange-text);
	content: "×";
}

.gom-plan-card__action {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.45rem;
	margin-top: 1.5rem;
}

.gom-plan-card__action small {
	color: var(--gom-muted);
	font-size: 0.65rem;
}

/* Footer */

.gom-footer {
	padding-top: clamp(4rem, 8vw, 7rem);
	border-top: 1px solid var(--gom-line);
	background: var(--gom-surface);
}

.gom-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 4rem;
	align-items: start;
}

.gom-brand--footer .gom-brand__logo {
	width: clamp(12rem, 18vw, 15.5rem);
}

.gom-footer__grid p {
	max-width: 31rem;
	margin: 1.2rem 0 0;
	color: var(--gom-muted-light);
	font-size: 0.88rem;
}

.gom-footer__links {
	display: grid;
	grid-template-columns: repeat(2, minmax(9rem, 1fr));
	gap: 0.85rem 2rem;
}

.gom-footer__links a {
	color: var(--gom-navy);
	font-size: 0.8rem;
}

.gom-footer__links a:hover {
	color: var(--gom-orange-text);
}

.gom-footer__bottom {
	margin-top: clamp(3rem, 6vw, 5rem);
	padding-block: 1.5rem;
	border-top: 1px solid var(--gom-line);
	color: var(--gom-muted);
	font-size: 0.7rem;
}

.gom-site .gom-back-to-top {
	position: fixed;
	z-index: 90;
	right: max(1.25rem, env(safe-area-inset-right));
	bottom: max(1.25rem, env(safe-area-inset-bottom));
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0.75rem 1rem;
	border: 1px solid var(--gom-navy);
	border-radius: 99rem;
	background: var(--gom-navy);
	box-shadow: none;
	color: var(--gom-white);
	cursor: pointer;
	font-family: var(--gom-font-jp);
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
}

.gom-back-to-top:hover {
	background: var(--gom-navy-dark);
}

.gom-back-to-top:focus-visible {
	outline: 0.14rem solid var(--gom-orange);
	outline-offset: 0.12rem;
	box-shadow: none;
}

.gom-back-to-top[hidden] {
	display: none;
}

@media (max-width: 960px) {
	.gom-header__inner {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.gom-header-search,
	.gom-site .gom-header__cta {
		display: none;
	}

	.gom-menu-button {
		display: block;
	}

	.gom-card-collection--grid {
		--gom-card-columns: 2;
	}

	.gom-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.gom-back-to-top {
		right: max(0.75rem, env(safe-area-inset-right));
		bottom: max(0.75rem, env(safe-area-inset-bottom));
		min-height: 2.75rem;
		padding-inline: 0.85rem;
	}

	:root {
		--gom-gutter: 1.1rem;
		--gom-header-main-height: 4rem;
		--gom-header-category-height: 3.15rem;
		--gom-toc-number-one-optical-x: -0.036rem;
		--gom-toc-number-one-optical-y: 0.167rem;
	}

	.gom-header__inner {
		min-height: var(--gom-header-main-height);
	}

	.gom-hero {
		min-height: 44rem;
		padding: calc(var(--gom-header-main-height) + var(--gom-header-category-height) + 5rem) 0 4.5rem;
	}

	.gom-hero__intro {
		max-width: 100%;
	}

	.gom-hero__intro h1 {
		font-size: clamp(2.75rem, 12vw, 3.65rem);
		letter-spacing: 0.01em;
		line-height: 1.12;
	}

	.gom-hero__intro h1 em {
		white-space: normal;
	}

	.gom-hero__copy::before {
		top: -1.25rem;
		width: 4rem;
	}

	.gom-hero__lead {
		margin-top: 1.4rem;
	}

	.gom-hero__keywords {
		flex-wrap: wrap;
		gap: 0.75rem 1.1rem;
		margin-top: 1.4rem;
	}

	.gom-hero::before {
		background:
			linear-gradient(90deg, rgba(7, 29, 51, 0.86), rgba(18, 53, 91, 0.58)),
			linear-gradient(0deg, rgba(7, 29, 51, 0.42), transparent 62%);
	}

	.gom-hero__visual img {
		object-position: 58% center;
	}

	.gom-card {
		border-radius: 1.1rem;
	}

	.gom-section {
		padding-block: 4rem;
	}

	.gom-section-heading {
		display: block;
	}

	.gom-section-heading .gom-text-link {
		margin-top: 1rem;
	}

	.gom-card-collection--grid,
	.gom-category-grid {
		--gom-card-columns: 1;
		grid-template-columns: minmax(0, 1fr);
	}

	.gom-card-collection--rail {
		gap: 1rem;
		padding-right: 1rem;
	}

	.gom-card-collection--rail > .gom-card {
		width: calc(100cqi - (2 * var(--gom-gutter)));
	}

	.gom-card--horizontal {
		display: flex;
	}

	.gom-card--horizontal .gom-card__media {
		aspect-ratio: 16 / 9;
	}

	.gom-archive-header {
		padding-top: calc(8rem + var(--gom-header-category-height));
	}

	.gom-archive-header__title {
		display: block;
	}

	.gom-archive-header__title span {
		display: block;
		margin-top: 0.8rem;
	}

	.gom-article {
		padding-top: calc(var(--gom-header-main-height) + var(--gom-header-category-height));
	}

	.gom-article-header {
		padding-top: 3.7rem;
	}

	.gom-article-header h1 {
		font-size: 24px;
		letter-spacing: 0.045em;
	}

	.gom-article-layout {
		width: calc(100% - 1rem);
		padding: 1.25rem;
		border-radius: 1.1rem;
	}

	.gom-article-content {
		font-size: 0.96rem;
		line-height: 1.95;
	}

	.gom-article-content > h2 {
		margin-top: 3.8rem;
		font-size: 1.65rem;
	}

	.gom-form-section {
		margin-top: 3.8rem;
	}

	.gom-form {
		padding: 1.2rem;
		border-radius: 0.9rem;
	}

	.gom-form__grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 1.2rem;
	}

	.gom-form__field--full {
		grid-column: auto;
	}

	.gom-form__actions .gom-button {
		width: 100%;
	}

	.gom-decorated-list,
	.gom-summary,
	.gom-alert,
	.gom-supervisor,
	.gom-faq,
	.gom-editorial-footer {
		padding: 1.2rem;
		border-radius: 0.9rem;
	}

	.gom-toc__toggle {
		padding: 1.25rem;
	}

	.gom-toc__toggle span:first-child {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.25rem;
	}

	.gom-toc__list {
		padding: 0.55rem 1.25rem 1rem;
	}

	.gom-toc__list li {
		grid-template-columns: 1.85rem minmax(0, 1fr);
		gap: 0.75rem;
		min-height: 3.75rem;
	}

	.gom-toc__list li::before {
		width: 1.85rem;
		height: 1.85rem;
	}

	.gom-toc__list .is-subheading {
		margin-left: 0;
	}

	.gom-article-meta {
		grid-template-columns: 1fr;
	}

	.gom-article-meta div {
		border-right: 0;
	}

	.gom-cta {
		grid-template-columns: 1fr;
		gap: 1.3rem;
	}

	.gom-cta .gom-button {
		width: 100%;
	}

	.gom-balloon {
		grid-template-columns: 1fr;
	}

	.gom-balloon__speaker {
		grid-template-columns: auto 1fr;
		justify-items: start;
		align-items: center;
	}

	.gom-balloon__body::before {
		display: none;
	}

	.gom-split-panel {
		grid-template-columns: 1fr;
	}

	.gom-split-panel__item {
		padding: 1.2rem;
	}

	.gom-split-panel__item + .gom-split-panel__item {
		border-top: 1px solid rgba(var(--gom-ink-rgb), 0.1);
		border-left: 0;
	}

	.gom-deflist dl > div {
		grid-template-columns: 1fr;
		gap: 0.25rem;
	}

	.gom-testimonial__meta,
	.gom-feature-grid {
		grid-template-columns: 1fr;
	}

	.gom-feature__icon[data-number="1"] {
		--gom-feature-number-optical-y: 0.152rem;
	}

	.gom-testimonial__meta div {
		border-right: 0;
		border-bottom: 1px solid rgba(var(--gom-ink-rgb), 0.1);
	}

	.gom-testimonial__meta div:last-child {
		border-bottom: 0;
	}

	.gom-step {
		grid-template-columns: 3rem minmax(0, 1fr);
		gap: 1rem;
		margin-bottom: 2.5rem;
	}

	.gom-step:has(+ .gom-step)::before {
		top: 3rem;
		bottom: -2.5rem;
		left: calc(1.5rem - 0.5px);
	}

	.gom-step__number {
		width: 3rem;
		height: 3rem;
		font-size: 1rem;
	}

	.gom-step__body {
		padding-top: 0.1rem;
	}

	.gom-step h2 {
		font-size: 1.1rem;
	}

	.gom-step__body header small {
		min-height: 1.75rem;
		padding: 0.25rem 0.65rem;
		font-size: 0.7rem;
	}

	.gom-step__body > div {
		font-size: 0.92rem;
	}

	.gom-plan-card__action .gom-button {
		width: 100%;
	}

	.gom-footer__grid {
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}

	.gom-footer__links {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 782px) {
	body.gom-site.admin-bar {
		--gom-admin-bar-height: 46px;
	}

	body.gom-site.admin-bar #wpadminbar {
		position: fixed;
	}
}

@media (prefers-reduced-motion: reduce) {
	.gom-site *,
	.gom-site *::before,
	.gom-site *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	.gom-card-rail.is-animated {
		overflow-x: auto;
	}

	.gom-card-rail.is-animated .gom-card-rail__track {
		animation: none;
		transform: none;
	}
}

/*
 * Decoration components share the same theme-level design tokens.
 * Keep their box model local so arbitrary WordPress themes are unaffected.
 */
:where(
	.gom-decorated-list,
	.gom-summary,
	.gom-toc,
	.gom-article-meta,
	.gom-source,
	.gom-alert,
	.gom-supervisor,
	.gom-comparison,
	.gom-faq,
	.gom-editorial-footer,
	.gom-cta,
	.gom-voice,
	.gom-balloon,
	.gom-split-panel,
	.gom-deflist,
	.gom-testimonial,
	.gom-step,
	.gom-feature-section,
	.gom-plan-card
),
:where(
	.gom-decorated-list,
	.gom-summary,
	.gom-toc,
	.gom-article-meta,
	.gom-source,
	.gom-alert,
	.gom-supervisor,
	.gom-comparison,
	.gom-faq,
	.gom-editorial-footer,
	.gom-cta,
	.gom-voice,
	.gom-balloon,
	.gom-split-panel,
	.gom-deflist,
	.gom-testimonial,
	.gom-step,
	.gom-feature-section,
	.gom-plan-card
) *,
:where(
	.gom-decorated-list,
	.gom-summary,
	.gom-toc,
	.gom-article-meta,
	.gom-source,
	.gom-alert,
	.gom-supervisor,
	.gom-comparison,
	.gom-faq,
	.gom-editorial-footer,
	.gom-cta,
	.gom-voice,
	.gom-balloon,
	.gom-split-panel,
	.gom-deflist,
	.gom-testimonial,
	.gom-step,
	.gom-feature-section,
	.gom-plan-card
) *::before,
:where(
	.gom-decorated-list,
	.gom-summary,
	.gom-toc,
	.gom-article-meta,
	.gom-source,
	.gom-alert,
	.gom-supervisor,
	.gom-comparison,
	.gom-faq,
	.gom-editorial-footer,
	.gom-cta,
	.gom-voice,
	.gom-balloon,
	.gom-split-panel,
	.gom-deflist,
	.gom-testimonial,
	.gom-step,
	.gom-feature-section,
	.gom-plan-card
) *::after {
	box-sizing: border-box;
}

:where(
	.gom-decorated-list,
	.gom-summary,
	.gom-toc,
	.gom-article-meta,
	.gom-source,
	.gom-alert,
	.gom-supervisor,
	.gom-comparison,
	.gom-faq,
	.gom-editorial-footer,
	.gom-cta,
	.gom-voice,
	.gom-balloon,
	.gom-split-panel,
	.gom-deflist,
	.gom-testimonial,
	.gom-step,
	.gom-feature-section,
	.gom-plan-card
) :focus-visible {
	outline: 0.14rem solid var(--gom-orange);
	outline-offset: 0.12rem;
	box-shadow: 0 0 0 0.28rem rgba(var(--gom-navy-rgb), 0.22);
}

:where(
	.gom-decorated-list,
	.gom-summary,
	.gom-toc,
	.gom-article-meta,
	.gom-source,
	.gom-alert,
	.gom-supervisor,
	.gom-comparison,
	.gom-faq,
	.gom-editorial-footer,
	.gom-voice,
	.gom-balloon,
	.gom-deflist,
	.gom-testimonial,
	.gom-step,
	.gom-feature-section,
	.gom-plan-card
) a:not(.gom-button):not(.gom-table-link) {
	color: var(--gom-accent-dark);
	text-decoration: underline;
	text-decoration-color: rgba(var(--gom-navy-rgb), 0.35);
	text-underline-offset: 0.2em;
}
