/*
Theme Name: 磯の助
Theme URI: https://www.kagonosuke.com/
Author: 籠の助
Description: 伊豆の釣果・施設・用品情報を、釣行前と現地で使いやすく整理する磯の助公式テーマです。
Version: 1.0.5
Text Domain: kagonosuke-next
*/

:root {
	--ink: #edf7f5;
	--ink-soft: #afc5c1;
	--ocean: #2bc7c0;
	--ocean-dark: #04343a;
	--ocean-pale: #123638;
	--lime: #d7ef68;
	--sand: #172527;
	--paper: #071214;
	--white: #ffffff;
	--line: rgba(225, 247, 242, 0.16);
	--shadow: 0 22px 60px rgba(0, 0, 0, 0.36);
	--radius: 4px;
	--shell: min(1180px, calc(100vw - 48px));
	--narrow: min(760px, calc(100vw - 48px));
	--font-sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
	--font-serif: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--font-sans);
	font-size: 16px;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
}

body.nav-is-open {
	overflow: hidden;
}

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

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
textarea,
select {
	font: inherit;
}

.site-shell {
	width: var(--shell);
	margin-inline: auto;
}

.site-shell--narrow {
	width: var(--narrow);
}

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

.screen-reader-text:focus {
	z-index: 99999;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 12px 16px;
	background: var(--white);
	clip: auto;
}

.site-notice {
	background: #020809;
	color: rgba(255, 255, 255, 0.82);
	font-size: 12px;
	letter-spacing: 0.04em;
}

.site-notice__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	gap: 10px;
	text-align: center;
}

.site-notice p {
	margin: 0;
}

.site-notice__marker {
	width: 6px;
	height: 6px;
	background: var(--lime);
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(215, 239, 104, 0.12);
}

.site-header {
	position: sticky;
	z-index: 100;
	top: 0;
	background: rgba(7, 18, 20, 0.94);
	border-bottom: 1px solid transparent;
	backdrop-filter: blur(16px);
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
	border-color: var(--line);
	box-shadow: 0 12px 30px rgba(16, 34, 39, 0.05);
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 88px;
	gap: 34px;
}

.site-brand__link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

.site-brand__mark {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	background: #075c63;
	color: var(--white);
	font-family: var(--font-serif);
	font-size: 25px;
	line-height: 1;
	transform: rotate(-3deg);
}

.site-brand__copy {
	display: flex;
	flex-direction: column;
	line-height: 1.1;
}

.site-brand__copy strong {
	font-family: var(--font-serif);
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.site-brand__copy small {
	margin-top: 5px;
	color: var(--ocean);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.28em;
}

.custom-logo {
	width: auto;
	max-height: 64px;
}

.site-nav {
	display: flex;
	align-items: center;
	gap: 32px;
}

.site-nav__list,
.site-nav .menu {
	display: flex;
	align-items: center;
	gap: 30px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-nav__list a,
.site-nav .menu a {
	position: relative;
	padding: 8px 0;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.03em;
}

.site-nav__list a::after,
.site-nav .menu a::after {
	position: absolute;
	right: 0;
	bottom: 1px;
	left: 0;
	height: 2px;
	background: var(--ocean);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 180ms ease;
}

.site-nav__list a:hover::after,
.site-nav .menu a:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}

.site-nav__shop {
	display: inline-flex;
	align-items: center;
	gap: 22px;
	padding: 11px 16px;
	background: #102227;
	color: var(--white);
	font-size: 12px;
	font-weight: 700;
}

.site-nav__shop span {
	color: var(--lime);
	font-size: 17px;
}

.nav-toggle {
	display: none;
	border: 0;
	background: transparent;
	color: var(--ink);
}

.hero {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(7, 18, 20, 0.97) 0%, rgba(7, 18, 20, 0.88) 43%, rgba(7, 18, 20, 0.22) 100%),
		linear-gradient(180deg, rgba(7, 18, 20, 0.08), rgba(7, 18, 20, 0.46)),
		url("assets/images/isonosuke-kamiko-hero.webp") center 52% / cover no-repeat;
	border-bottom: 1px solid var(--line);
}

.hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.65fr);
	min-height: 690px;
}

.hero__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 82px 48px 76px 0;
	text-shadow: 0 3px 24px rgba(0, 0, 0, 0.72);
}

.eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 20px;
	color: var(--ocean);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.22em;
	line-height: 1.4;
}

.eyebrow::before {
	width: 32px;
	height: 2px;
	background: currentColor;
	content: "";
}

.hero h1,
.section-heading h2,
.about h2,
.next-step h2,
.archive-header h1,
.single-entry__header h1 {
	margin: 0;
	font-family: var(--font-serif);
	font-weight: 700;
	letter-spacing: -0.05em;
	line-height: 1.24;
}

.hero h1 {
	font-size: clamp(54px, 5.2vw, 72px);
}

.hero h1 em,
.about h2 em {
	position: relative;
	color: var(--ocean);
	font-style: normal;
}

.hero h1 em::after,
.about h2 em::after {
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 8px;
	background: var(--lime);
	content: "";
	opacity: 0.8;
	z-index: -1;
	transform: skewX(-14deg);
}

.hero__lead {
	margin: 32px 0 0;
	color: var(--ink-soft);
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 40px;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	min-width: 210px;
	min-height: 54px;
	padding: 13px 20px;
	border: 1px solid var(--ink);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.03em;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 24px rgba(16, 34, 39, 0.12);
}

.button--primary {
	background: #075c63;
	border-color: #075c63;
	color: var(--white);
}

.button--primary span {
	color: var(--lime);
	font-size: 18px;
}

.button--ghost {
	background: rgba(255, 255, 255, 0.38);
}

.button--light {
	background: var(--lime);
	border-color: var(--lime);
	color: var(--ink);
}

.not-found {
	min-height: 62vh;
	padding: clamp(96px, 14vw, 180px) 0 120px;
	background:
		radial-gradient(circle at 82% 18%, rgba(43, 199, 192, 0.18), transparent 32%),
		var(--paper);
}

.not-found h1 {
	margin: 22px 0 18px;
	font-family: var(--font-serif);
	font-size: clamp(2.4rem, 7vw, 5.4rem);
	line-height: 1.08;
	letter-spacing: -0.04em;
}

.not-found .site-shell > p:not(.eyebrow) {
	max-width: 620px;
	color: var(--ink-soft);
}

.not-found__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 38px;
}

.hero__points {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	padding: 0;
	margin: 48px 0 0;
	list-style: none;
}

.hero__points li {
	color: var(--ink-soft);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.hero__points span {
	margin-right: 7px;
	color: var(--ocean);
	font-family: ui-monospace, monospace;
	font-size: 9px;
}

.hero__visual {
	position: relative;
	min-height: 690px;
	overflow: visible;
	background: transparent;
	clip-path: none;
}

.hero__visual::before,
.hero__visual::after {
	position: absolute;
	right: -15%;
	left: -15%;
	height: 160px;
	border: 1px solid rgba(255, 255, 255, 0.48);
	border-radius: 50%;
	content: "";
	transform: rotate(-7deg);
}

.hero__visual::before {
	top: 48%;
}

.hero__visual::after {
	top: 54%;
	opacity: 0.5;
}

.hero__line {
	position: absolute;
	top: 13%;
	width: 1px;
	height: 72%;
	background: rgba(16, 34, 39, 0.26);
	transform-origin: top;
}

.hero__line--one {
	right: 28%;
	transform: rotate(18deg);
}

.hero__line--two {
	right: 29%;
	transform: rotate(-7deg);
	opacity: 0.34;
}

.hero__float {
	position: absolute;
	z-index: 2;
	top: 42%;
	right: 37%;
	width: 19px;
	height: 152px;
	background: linear-gradient(to bottom, #f4efe2 0 24%, var(--lime) 24% 49%, #f36b42 49% 100%);
	border: 2px solid rgba(16, 34, 39, 0.74);
	border-radius: 50% 50% 45% 45% / 8% 8% 16% 16%;
	box-shadow: 18px 18px 30px rgba(0, 77, 85, 0.22);
	transform: rotate(4deg);
}

.hero__float::before {
	position: absolute;
	top: -29px;
	left: 6px;
	width: 3px;
	height: 30px;
	background: #102227;
	content: "";
}

.hero__float span {
	position: absolute;
	right: -6px;
	bottom: -36px;
	width: 27px;
	height: 41px;
	border-right: 2px solid rgba(255, 255, 255, 0.72);
	border-radius: 50%;
	transform: rotate(17deg);
}

.hero__depth {
	position: absolute;
	top: 34px;
	right: 30px;
	display: flex;
	flex-direction: column;
	color: rgba(16, 34, 39, 0.66);
	font-family: ui-monospace, monospace;
	text-align: right;
}

.hero__depth span,
.hero__depth small {
	font-size: 8px;
	letter-spacing: 0.17em;
}

.hero__depth strong {
	margin: 4px 0;
	font-size: 14px;
	letter-spacing: 0.05em;
}

.hero__visual::before,
.hero__visual::after,
.hero__sun,
.hero__line,
.hero__float,
.hero__depth {
	display: none;
}

.hero__actions,
.hero__points,
.hero-feature {
	text-shadow: none;
}

.hero-feature {
	position: absolute;
	z-index: 3;
	right: 30px;
	bottom: 30px;
	width: min(350px, calc(100% - 60px));
	padding: 22px 24px;
	background: rgba(7, 18, 20, 0.93);
	box-shadow: var(--shadow);
	backdrop-filter: blur(12px);
	transition: transform 180ms ease;
}

.hero-feature:hover {
	transform: translateY(-3px);
}

.hero-feature__label {
	display: block;
	margin-bottom: 9px;
	color: var(--ocean);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.2em;
}

.hero-feature strong {
	display: -webkit-box;
	overflow: hidden;
	font-family: var(--font-serif);
	font-size: 17px;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.hero-feature__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 14px;
	color: var(--ink-soft);
	font-family: ui-monospace, monospace;
	font-size: 9px;
}

.hero-feature__meta i {
	color: var(--ocean);
	font-family: var(--font-sans);
	font-size: 16px;
	font-style: normal;
}

.gateway {
	padding: 116px 0;
	background: var(--paper);
}

.section-heading {
	margin-bottom: 48px;
}

.section-heading--split,
.section-heading--row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 60px;
}

.section-heading h2,
.about h2,
.next-step h2,
.archive-header h1 {
	font-size: clamp(36px, 4.4vw, 60px);
}

.section-heading--split > p {
	max-width: 380px;
	margin: 0 0 8px;
	color: var(--ink-soft);
	font-size: 14px;
	line-height: 2;
}

.gateway__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid var(--line);
	border-left: 1px solid var(--line);
}

.gateway-card {
	position: relative;
	display: flex;
	min-height: 260px;
	padding: 30px;
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	transition: transform 200ms ease, box-shadow 200ms ease;
}

.gateway-card:hover {
	z-index: 2;
	box-shadow: var(--shadow);
	transform: translateY(-5px);
}

.gateway-card__number {
	position: absolute;
	top: 25px;
	right: 28px;
	font-family: ui-monospace, monospace;
	font-size: 11px;
	opacity: 0.54;
}

.gateway-card > div {
	align-self: flex-end;
}

.gateway-card p {
	margin: 0 0 10px;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.2em;
}

.gateway-card h3 {
	margin: 0 0 24px;
	font-family: var(--font-serif);
	font-size: clamp(24px, 2.5vw, 34px);
	line-height: 1.4;
}

.gateway-card div > span {
	display: inline-flex;
	align-items: center;
	gap: 38px;
	font-size: 11px;
	font-weight: 800;
}

.gateway-card i {
	font-size: 17px;
	font-style: normal;
}

.gateway-card--ocean {
	background: #075c63;
	color: var(--white);
}

.gateway-card--lime {
	background: var(--lime);
	color: #102227;
}

.gateway-card--ink {
	background: #102227;
	color: var(--white);
}

.gateway-card--paper {
	background:
		linear-gradient(135deg, transparent 0 69%, rgba(0, 111, 119, 0.06) 69%),
		var(--sand);
}

/* Isonosuke field tool: dark by default for early-morning and night use. */
.field-dock {
	padding: 36px 0;
	background: #020809;
	border-bottom: 1px solid var(--line);
	color: var(--white);
}

.field-dock > .site-shell {
	display: grid;
	grid-template-columns: minmax(240px, 0.6fr) minmax(0, 1.4fr);
	align-items: center;
	gap: 48px;
}

.field-dock__heading h2 {
	margin: 0;
	font-family: var(--font-serif);
	font-size: clamp(28px, 3.2vw, 46px);
	line-height: 1.25;
}

.field-dock__heading > p:last-child {
	margin: 12px 0 0;
	color: var(--ink-soft);
	font-size: 13px;
}

.field-dock__actions {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.field-action {
	position: relative;
	display: grid;
	grid-template-columns: 42px 1fr;
	grid-template-rows: auto auto;
	align-items: center;
	min-height: 88px;
	padding: 14px 16px;
	background: #102326;
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: var(--white);
	text-align: left;
	transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.field-action:hover,
.field-action:focus-visible {
	background: #163033;
	border-color: var(--lime);
	outline: 0;
	transform: translateY(-2px);
}

.field-action > span {
	grid-row: 1 / 3;
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	background: var(--lime);
	border-radius: 50%;
	color: #102227;
	font-size: 12px;
	font-weight: 900;
}

.field-action strong {
	font-size: 15px;
	line-height: 1.35;
}

.field-action small {
	color: var(--ink-soft);
	font-size: 10px;
	line-height: 1.35;
}

.field-action--nearby > span,
.field-action--locate > span {
	background: var(--ocean);
}

.button--light {
	color: #102227;
}

.screen-reader-text:focus {
	color: #102227;
}

/* Ferry and bait shop directory. */
.facility-directory {
	min-height: 70vh;
	background: var(--paper);
}

.tool-hero {
	padding: 72px 0 44px;
	background:
		radial-gradient(circle at 82% 12%, rgba(43, 199, 192, 0.2), transparent 34%),
		#020809;
	border-bottom: 1px solid var(--line);
}

.tool-hero h1 {
	margin: 0;
	font-family: var(--font-serif);
	font-size: clamp(42px, 7vw, 76px);
	letter-spacing: -0.05em;
	line-height: 1.2;
}

.tool-hero .site-shell > p:not(.eyebrow, .facility-status) {
	max-width: 660px;
	margin: 22px 0 28px;
	color: var(--ink-soft);
}

.field-action--locate {
	width: min(100%, 520px);
	border: 0;
	cursor: pointer;
}

.field-action--locate:disabled {
	cursor: wait;
	opacity: 0.7;
}

.facility-status {
	min-height: 1.6em;
	margin: 12px 0 0;
	color: var(--lime);
	font-size: 12px;
}

.facility-controls {
	position: sticky;
	z-index: 20;
	top: 88px;
	padding: 12px 0;
	background: rgba(7, 18, 20, 0.96);
	border-bottom: 1px solid var(--line);
	backdrop-filter: blur(12px);
}

.facility-controls > .site-shell {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.facility-chips {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	scrollbar-width: none;
}

.facility-chips button,
.area-jump button {
	min-height: 46px;
	padding: 9px 16px;
	background: #102326;
	border: 1px solid var(--line);
	color: var(--ink);
	cursor: pointer;
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
}

.facility-chips button.is-active {
	background: var(--lime);
	border-color: var(--lime);
	color: #102227;
}

.area-jump button.is-active {
	background: var(--ocean);
	border-color: var(--ocean);
	color: #041214;
}

.facility-open-filter {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 9px;
	min-height: 46px;
	padding: 8px 14px;
	background: #102326;
	border: 1px solid var(--line);
	font-size: 12px;
	font-weight: 800;
}

.facility-open-filter input {
	width: 22px;
	height: 22px;
	accent-color: var(--lime);
}

.facility-results {
	padding: 34px 0 100px;
}

.area-jump {
	display: flex;
	gap: 8px;
	margin-bottom: 24px;
	overflow-x: auto;
}

.facility-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.facility-card {
	padding: 24px;
	background: #0e1d1f;
	border: 1px solid var(--line);
}

.facility-card[hidden] {
	display: none;
}

.facility-card header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
}

.facility-card header p {
	margin: 0 0 5px;
	color: var(--ocean);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.14em;
}

.facility-card h2 {
	margin: 0;
	font-family: var(--font-serif);
	font-size: 26px;
	line-height: 1.35;
}

.facility-distance {
	color: var(--lime);
	font-family: ui-monospace, monospace;
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
}

.facility-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 18px;
}

.facility-badges span {
	padding: 3px 8px;
	background: var(--ocean-pale);
	color: var(--ink-soft);
	font-size: 10px;
	font-weight: 800;
}

.facility-badges .facility-open-state.is-open {
	background: var(--lime);
	color: #102227;
}

.facility-card__summary {
	margin: 18px 0 0;
	color: var(--ink-soft);
	font-size: 13px;
}

.facility-verified {
	margin: 15px 0;
	color: #7e9995;
	font-size: 10px;
}

.facility-card__actions {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 7px;
}

.facility-card__actions a {
	display: grid;
	min-height: 48px;
	padding: 8px;
	place-items: center;
	background: #172b2e;
	border: 1px solid var(--line);
	font-size: 12px;
	font-weight: 900;
}

.facility-card__actions a.is-primary {
	background: var(--lime);
	border-color: var(--lime);
	color: #102227;
}

.facility-detail__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 28px;
}

.facility-detail__actions a {
	display: grid;
	min-width: 150px;
	min-height: 54px;
	padding: 10px 18px;
	place-items: center;
	background: #14272a;
	border: 1px solid var(--line);
	font-size: 13px;
	font-weight: 900;
}

.facility-detail__actions a.is-primary {
	background: var(--lime);
	border-color: var(--lime);
	color: #102227;
}

.facility-detail__body {
	padding-block: 48px 100px;
}

.facility-detail__body > section {
	padding: 24px 0;
	border-bottom: 1px solid var(--line);
}

.facility-detail__body > section h2 {
	margin: 0 0 12px;
	font-family: var(--font-serif);
	font-size: 26px;
}

.facility-detail__body > section p {
	margin: 0;
	color: var(--ink-soft);
}

.latest {
	padding: 116px 0;
	background: #0d1b1d;
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 34px;
	padding-bottom: 6px;
	border-bottom: 1px solid currentColor;
	font-size: 12px;
	font-weight: 800;
}

.text-link span {
	color: var(--ocean);
	font-size: 17px;
}

.journal-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px 22px;
}

.journal-card {
	overflow: hidden;
	background: var(--paper);
	transition: transform 200ms ease, box-shadow 200ms ease;
}

.journal-card:hover {
	box-shadow: var(--shadow);
	transform: translateY(-5px);
}

.journal-card__image {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: var(--ocean-pale);
}

.journal-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease;
}

.journal-card:hover .journal-card__image img {
	transform: scale(1.035);
}

.journal-card__placeholder {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 75% 28%, var(--lime) 0 11%, transparent 11.5%),
		linear-gradient(167deg, transparent 0 47%, rgba(255, 255, 255, 0.48) 47% 48%, transparent 48%),
		linear-gradient(180deg, #c9e4df 0 55%, var(--ocean) 55% 100%);
}

.journal-card__placeholder::before,
.journal-card__placeholder::after {
	position: absolute;
	right: -10%;
	bottom: 13%;
	left: -10%;
	height: 28%;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	content: "";
	transform: rotate(-5deg);
}

.journal-card__placeholder::after {
	bottom: 2%;
	opacity: 0.5;
}

.journal-card__placeholder i {
	position: absolute;
	top: 23%;
	right: 34%;
	width: 8px;
	height: 58px;
	background: linear-gradient(var(--lime) 0 45%, #f36b42 45% 100%);
	border: 1px solid var(--ink);
	transform: rotate(8deg);
}

.journal-card__body {
	padding: 24px 24px 26px;
}

.journal-card__meta {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 13px;
	color: var(--ink-soft);
	font-family: ui-monospace, monospace;
	font-size: 9px;
	letter-spacing: 0.06em;
}

.journal-card__meta span {
	padding: 2px 8px;
	background: var(--ocean-pale);
	color: var(--ocean-dark);
	font-family: var(--font-sans);
	font-weight: 700;
}

.journal-card h2,
.journal-card h3 {
	margin: 0;
	font-family: var(--font-serif);
	font-size: 20px;
	line-height: 1.55;
}

.journal-card__body > p {
	display: -webkit-box;
	overflow: hidden;
	margin: 14px 0 18px;
	color: var(--ink-soft);
	font-size: 12px;
	line-height: 1.8;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.journal-card__link {
	display: inline-flex;
	gap: 18px;
	color: var(--ocean);
	font-size: 11px;
	font-weight: 800;
}

.about {
	position: relative;
	overflow: hidden;
	padding: 130px 0;
	background: var(--sand);
}

.about::after {
	position: absolute;
	top: -18%;
	right: -12%;
	width: 480px;
	height: 480px;
	border: 1px solid rgba(0, 111, 119, 0.16);
	border-radius: 50%;
	box-shadow: 0 0 0 70px rgba(0, 111, 119, 0.035), 0 0 0 140px rgba(0, 111, 119, 0.025);
	content: "";
}

.about__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 0.78fr 1.22fr;
	align-items: center;
	gap: 100px;
}

.about__graphic {
	position: relative;
	display: grid;
	min-height: 390px;
	place-items: center;
}

.about__disc {
	display: grid;
	width: 310px;
	height: 310px;
	place-items: center;
	background: #075c63;
	border-radius: 50%;
	box-shadow: 0 0 0 22px rgba(0, 111, 119, 0.08);
	color: var(--white);
	transform: rotate(-8deg);
}

.about__disc::before,
.about__disc::after {
	position: absolute;
	width: 66%;
	height: 66%;
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 50%;
	content: "";
}

.about__disc::after {
	width: 38%;
	height: 38%;
}

.about__disc span {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.28em;
}

.about__disc strong {
	position: absolute;
	font-family: var(--font-serif);
	font-size: 94px;
	font-weight: 400;
	opacity: 0.9;
}

.about__graphic > p {
	position: absolute;
	right: -20px;
	bottom: 18px;
	margin: 0;
	color: var(--ocean);
	font-family: ui-monospace, monospace;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.7;
}

.about__content > p:not(.eyebrow) {
	max-width: 640px;
	margin: 30px 0 0;
	color: var(--ink-soft);
	font-size: 15px;
	line-height: 2.15;
}

.about__facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 40px 0 0;
	border-top: 1px solid var(--line);
}

.about__facts div {
	padding: 20px 16px 0 0;
}

.about__facts dt {
	color: var(--ocean);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.16em;
}

.about__facts dd {
	margin: 7px 0 0;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.65;
}

.next-step {
	padding: 88px 0;
	background: var(--ocean-dark);
	color: var(--white);
}

.next-step__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
}

.next-step .eyebrow {
	color: var(--lime);
}

.next-step h2 {
	font-size: clamp(32px, 4vw, 52px);
}

.next-step p:not(.eyebrow) {
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
}

.site-footer {
	padding: 76px 0 24px;
	background: #020809;
	color: rgba(255, 255, 255, 0.74);
}

.site-footer__grid {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 80px;
	padding-bottom: 60px;
}

.site-brand__link--footer {
	color: var(--white);
}

.site-brand__link--footer .site-brand__mark {
	background: var(--lime);
	color: var(--ink);
}

.site-brand__link--footer .site-brand__copy small {
	color: var(--lime);
}

.site-footer__brand > p {
	margin: 24px 0 0;
	font-size: 12px;
	line-height: 2;
}

.site-footer__links,
.site-footer__nav .site-nav__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(130px, 1fr));
	gap: 12px 38px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-footer__links a,
.site-footer__nav a {
	font-size: 12px;
	font-weight: 700;
}

.site-footer__links a:hover,
.site-footer__nav a:hover {
	color: var(--lime);
}

.site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-family: ui-monospace, monospace;
	font-size: 9px;
	letter-spacing: 0.06em;
}

.site-footer__bottom p {
	margin: 0;
}

.content-area {
	min-height: 60vh;
	padding: 90px 0 120px;
}

.izu-hub {
	padding: 112px 0;
	overflow: hidden;
	background:
		linear-gradient(112deg, rgba(0, 77, 85, 0.98) 0 54%, rgba(0, 91, 99, 0.96) 54% 100%),
		var(--ocean-dark);
	color: var(--white);
}

.izu-hub__intro {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	align-items: end;
	gap: 90px;
	margin-bottom: 54px;
}

.izu-hub .eyebrow {
	color: var(--lime);
}

.izu-hub h2 {
	margin: 0;
	font-family: var(--font-serif);
	font-size: clamp(40px, 5vw, 66px);
	letter-spacing: -0.05em;
	line-height: 1.35;
}

.izu-hub h2 em {
	color: var(--lime);
	font-style: normal;
}

.izu-hub__message > p {
	margin: 0 0 28px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 13px;
	line-height: 2.05;
}

.izu-hub__message dl {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.izu-hub__message dl > div {
	padding: 14px 16px;
	border-right: 1px solid rgba(255, 255, 255, 0.16);
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.izu-hub__message dt {
	color: rgba(255, 255, 255, 0.55);
	font-size: 9px;
}

.izu-hub__message dd {
	margin: 7px 0 0;
	color: var(--lime);
	font-family: ui-monospace, monospace;
	font-size: 23px;
	font-weight: 800;
}

.izu-hub__message dd small {
	margin-left: 3px;
	color: rgba(255, 255, 255, 0.55);
	font-size: 9px;
	font-weight: 400;
}

.izu-hub__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.izu-hub-card {
	position: relative;
	min-height: 310px;
	padding: 28px;
	background: rgba(255, 255, 255, 0.025);
	border-right: 1px solid rgba(255, 255, 255, 0.18);
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.izu-hub-card--active {
	background: var(--lime);
	color: var(--ink);
	transition: transform 180ms ease;
}

.izu-hub-card--active:hover {
	transform: translateY(-5px);
}

.izu-hub-card__number {
	position: absolute;
	top: 25px;
	right: 27px;
	color: rgba(255, 255, 255, 0.45);
	font-family: ui-monospace, monospace;
	font-size: 10px;
}

.izu-hub-card--active .izu-hub-card__number {
	color: rgba(16, 34, 39, 0.5);
}

.izu-hub-card > p {
	margin: 0;
	color: var(--lime);
	font-family: ui-monospace, monospace;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.14em;
}

.izu-hub-card--active > p {
	color: var(--ocean);
}

.izu-hub-card h3 {
	margin: 48px 0 0;
	font-family: var(--font-serif);
	font-size: 27px;
	line-height: 1.55;
}

.izu-hub-card > strong {
	position: absolute;
	right: 28px;
	bottom: 25px;
	left: 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-top: 13px;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	color: rgba(255, 255, 255, 0.65);
	font-size: 9px;
}

.izu-hub-card--active > strong {
	border-color: rgba(16, 34, 39, 0.18);
	color: var(--ink);
}

.izu-hub-card > strong i {
	color: rgba(255, 255, 255, 0.45);
	font-size: 8px;
	font-style: normal;
	font-weight: 400;
}

.izu-hub-card--active > strong i {
	color: var(--ocean);
	font-size: 15px;
}

.izu-hub__flow {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px 18px;
	padding: 21px 24px;
	background: #102227;
	color: rgba(255, 255, 255, 0.66);
	font-size: 9px;
	font-weight: 700;
}

.izu-hub__flow i {
	color: var(--lime);
	font-style: normal;
}

.archive-header {
	margin-bottom: 52px;
}

.archive-description {
	max-width: 680px;
	margin-top: 18px;
	color: var(--ink-soft);
}

.content-area--single,
.content-area--page {
	padding-top: 0;
}

.single-entry__header {
	padding-top: 90px;
	padding-bottom: 44px;
	text-align: center;
}

.single-entry__header h1 {
	font-size: clamp(34px, 5vw, 58px);
}

.single-entry__meta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-bottom: 22px;
	color: var(--ocean);
	font-family: ui-monospace, monospace;
	font-size: 10px;
}

.single-entry__meta a {
	padding: 2px 9px;
	background: var(--ocean-pale);
}

.single-entry__lead {
	margin: 24px auto 0;
	color: var(--ink-soft);
	font-size: 15px;
}

.single-entry__hero {
	overflow: hidden;
	max-height: 640px;
	margin-bottom: 62px;
	background: var(--ocean-pale);
}

.single-entry__hero img {
	width: 100%;
	height: 100%;
	max-height: 640px;
	object-fit: cover;
}

.entry-content {
	color: var(--ink);
	font-size: 16px;
	line-height: 2.05;
}

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

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	color: var(--ink);
	font-family: var(--font-serif);
	line-height: 1.5;
}

.entry-content h2 {
	padding: 16px 0 12px 18px;
	margin: 64px 0 24px;
	border-left: 5px solid var(--ocean);
	font-size: 30px;
}

.entry-content h3 {
	margin: 44px 0 18px;
	font-size: 23px;
}

.entry-content a {
	color: var(--ocean);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.entry-content blockquote {
	padding: 24px 28px;
	margin: 36px 0;
	background: var(--sand);
	border-left: 3px solid var(--lime);
}

.entry-content img {
	margin: 34px auto;
}

.single-entry__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding-top: 48px;
	margin-top: 58px;
	border-top: 1px solid var(--line);
}

.tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.tag-list a {
	padding: 3px 10px;
	background: var(--ocean-pale);
	color: var(--ocean-dark);
	font-size: 10px;
}

.empty-state {
	padding: 50px;
	background: var(--paper);
	border: 1px solid var(--line);
	text-align: center;
}

.pagination {
	margin-top: 58px;
}

.nav-links {
	display: flex;
	justify-content: center;
	gap: 8px;
}

.page-numbers {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid var(--line);
	font-size: 12px;
}

.page-numbers.current {
	background: #075c63;
	border-color: #075c63;
	color: var(--white);
}

/* WooCommerce: inherit the brand system without replacing plugin functionality. */
.woocommerce .woocommerce-breadcrumb {
	color: var(--ink-soft);
	font-size: 11px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	overflow: hidden;
	background: var(--white);
	border: 1px solid var(--line);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding: 16px 18px 6px;
	color: var(--ink);
	font-family: var(--font-serif);
	font-size: 17px;
}

.woocommerce ul.products li.product .price {
	padding: 0 18px;
	color: var(--ocean);
	font-weight: 800;
}

.woocommerce ul.products li.product .button {
	min-width: 0;
	min-height: 44px;
	margin: 14px 18px 18px;
	background: #102227;
	border-radius: 0;
	color: var(--white);
	font-size: 11px;
}

.woocommerce span.onsale {
	min-width: 0;
	min-height: 0;
	padding: 5px 10px;
	background: var(--lime);
	border-radius: 0;
	color: var(--ink);
	line-height: 1.4;
}

@media (max-width: 980px) {
	:root {
		--shell: min(100% - 36px, 760px);
		--narrow: min(100% - 36px, 720px);
	}

	.field-dock > .site-shell {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.facility-controls {
		top: 74px;
	}

	.site-header__inner {
		min-height: 74px;
	}

	.nav-toggle {
		display: inline-flex;
		align-items: center;
		gap: 10px;
		padding: 10px 0;
		cursor: pointer;
	}

	.nav-toggle__label {
		font-size: 10px;
		font-weight: 800;
		letter-spacing: 0.08em;
	}

	.nav-toggle__icon {
		display: flex;
		flex-direction: column;
		gap: 4px;
		width: 24px;
	}

	.nav-toggle__icon i {
		display: block;
		width: 100%;
		height: 2px;
		background: currentColor;
		transition: transform 180ms ease, opacity 180ms ease;
	}

	.nav-toggle[aria-expanded="true"] .nav-toggle__icon i:nth-child(1) {
		transform: translateY(6px) rotate(45deg);
	}

	.nav-toggle[aria-expanded="true"] .nav-toggle__icon i:nth-child(2) {
		opacity: 0;
	}

	.nav-toggle[aria-expanded="true"] .nav-toggle__icon i:nth-child(3) {
		transform: translateY(-6px) rotate(-45deg);
	}

	.site-nav {
		position: fixed;
		inset: 110px 0 auto;
		display: none;
		max-height: calc(100vh - 110px);
		padding: 28px 18px 36px;
		overflow: auto;
		background: var(--paper);
		border-top: 1px solid var(--line);
		box-shadow: 0 30px 40px rgba(16, 34, 39, 0.15);
	}

	.site-nav.is-open {
		display: block;
	}

	.site-nav__list,
	.site-nav .menu {
		align-items: stretch;
		flex-direction: column;
		gap: 0;
	}

	.site-nav__list li,
	.site-nav .menu li {
		border-bottom: 1px solid var(--line);
	}

	.site-nav__list a,
	.site-nav .menu a {
		display: block;
		padding: 15px 4px;
	}

	.site-nav__shop {
		width: 100%;
		margin-top: 20px;
	}

	.hero__grid {
		grid-template-columns: 1fr;
	}

	.hero__content {
		padding: 70px 0 54px;
	}

	.hero__visual {
		min-height: 430px;
		clip-path: none;
	}

	.about__grid {
		grid-template-columns: 1fr;
		gap: 56px;
	}

	.izu-hub__intro {
		grid-template-columns: 1fr;
		gap: 48px;
	}

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

	.about__graphic {
		min-height: 330px;
	}

	.about__graphic > p {
		right: 5%;
	}

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

@media (max-width: 680px) {
	:root {
		--shell: calc(100% - 28px);
		--narrow: calc(100% - 28px);
	}

	.field-dock {
		padding: 24px 0;
	}

	.field-dock__heading h2 {
		font-size: 30px;
	}

	.field-dock__actions {
		grid-template-columns: 1fr;
	}

	.field-action {
		min-height: 72px;
	}

	.tool-hero {
		padding: 48px 0 32px;
	}

	.tool-hero h1 {
		font-size: 44px;
	}

	.facility-controls {
		top: 68px;
	}

	.facility-controls > .site-shell {
		align-items: stretch;
		flex-direction: column;
		gap: 8px;
	}

	.facility-open-filter {
		justify-content: center;
	}

	.facility-grid {
		grid-template-columns: 1fr;
	}

	.facility-card {
		padding: 19px;
	}

	.facility-card__actions a {
		min-height: 54px;
	}

	.site-notice__inner {
		align-items: flex-start;
		padding: 7px 0;
		line-height: 1.5;
		text-align: left;
	}

	.site-notice__marker {
		flex: 0 0 auto;
		margin-top: 6px;
	}

	.site-header__inner {
		min-height: 68px;
	}

	.site-brand__mark {
		width: 40px;
		height: 40px;
		font-size: 21px;
	}

	.site-brand__copy strong {
		font-size: 18px;
	}

	.site-nav {
		inset-block-start: 114px;
		max-height: calc(100vh - 114px);
	}

	.hero h1 {
		font-size: clamp(29px, 8.8vw, 34px);
	}

	.hero__lead br {
		display: none;
	}

	.hero__actions {
		flex-direction: column;
	}

	.button {
		width: 100%;
	}

	.hero__points {
		gap: 13px;
	}

	.hero__points li {
		width: calc(50% - 7px);
	}

	.hero__visual {
		min-height: 380px;
	}

	.hero__float {
		right: 35%;
	}

	.hero__depth {
		right: 18px;
	}

	.hero-feature {
		right: 14px;
		bottom: 14px;
		width: calc(100% - 28px);
	}

	.gateway,
	.latest,
	.about,
	.izu-hub {
		padding: 82px 0;
	}

	.izu-hub h2 {
		font-size: 40px;
	}

	.izu-hub__grid {
		grid-template-columns: 1fr;
	}

	.izu-hub-card {
		min-height: 250px;
	}

	.izu-hub__message dl {
		grid-template-columns: 1fr;
	}

	.section-heading--split,
	.section-heading--row {
		align-items: flex-start;
		flex-direction: column;
		gap: 24px;
	}

	.section-heading {
		margin-bottom: 36px;
	}

	.section-heading h2,
	.about h2 {
		font-size: 38px;
	}

	.gateway__grid {
		grid-template-columns: 1fr;
	}

	.gateway-card {
		min-height: 220px;
	}

	.journal-grid {
		grid-template-columns: 1fr;
	}

	.about__disc {
		width: 250px;
		height: 250px;
	}

	.about__graphic {
		min-height: 290px;
	}

	.about__facts {
		grid-template-columns: 1fr;
	}

	.about__facts div {
		padding: 15px 0;
		border-bottom: 1px solid var(--line);
	}

	.next-step {
		padding: 68px 0;
	}

	.next-step__inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 32px;
	}

	.site-footer__grid {
		grid-template-columns: 1fr;
		gap: 46px;
	}

	.site-footer__links,
	.site-footer__nav .site-nav__list {
		grid-template-columns: 1fr;
	}

	.site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 7px;
	}

	.content-area {
		padding: 64px 0 90px;
	}

	.single-entry__header {
		padding-top: 64px;
	}

	.single-entry__hero {
		margin-bottom: 42px;
	}

	.entry-content {
		font-size: 15px;
	}

	.entry-content h2 {
		font-size: 25px;
	}

	.single-entry__footer {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
