/* ==========================================================================
   Antalya Balik - main stylesheet
   --------------------------------------------------------------------------
   Unified breakpoint scale (mobile-first, max-width):
     480px = small phone   ·   768px = tablet/menu   ·   960px = small desktop
   Touch targets: buttons/links/inputs aim for >=44px; form inputs 48px.
   woocommerce.css and sea-fish.css follow the same scale.
   ========================================================================== */

:root {
	/* "Salt & Paper" — warm editorial fishmonger's-counter palette. */
	--ab-bone: #F6F1E7;        /* page + hero background — warm butcher-paper */
	--ab-paper: #FBF8F1;       /* cards, panels, plate surfaces, sticky header */
	--ab-linen: #EDE4D3;       /* section-alternation tint, trust band, footer, dividers */
	--ab-ink: #23201B;         /* all headings + body text — warm near-black */
	--ab-ink-soft: #5A5449;    /* lead paragraphs, captions, meta, Latin italics */
	--ab-saffron: #C2571A;     /* THE accent: kickers, price, primary button, counter rule, focus ring */
	--ab-saffron-deep: #9A3F10;/* saffron hover + small saffron text on light (clears AA) */
	--ab-saffron-light: #E8925A;/* saffron accent for small text on the DARK ink band (clears AA) */
	--ab-aegean: #1C5A6E;      /* 2nd accent: link hover, provenance/trust line-icons, sea glyphs */
	--ab-olive: #4C5A3A;       /* 3rd accent: FRESH/SEASONAL chips, list-tick bullets */
	--ab-line: #DBD0BC;        /* 1px hairlines, card outline, table rules */
	--ab-shadow-color: rgba(35, 32, 27, 0.10); /* warm-tinted shadow tint */

	/* Backwards-compat aliases so legacy selectors resolve to the new palette. */
	--ab-accent: var(--ab-saffron);
	--ab-deep-sea: var(--ab-ink);
	--ab-lagoon: var(--ab-aegean);
	--ab-sand: var(--ab-linen);
	--ab-coral: var(--ab-saffron);
	--ab-mist: var(--ab-linen);

	--ab-font-body: 'Archivo', 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	--ab-font-head: 'Fraunces', Georgia, 'Times New Roman', serif;

	--ab-max-width: 1200px;
	--ab-radius: 2px;
	--ab-shadow-sm: 0 1px 2px rgba(35, 32, 27, 0.08);
	--ab-shadow: 0 8px 24px rgba(35, 32, 27, 0.10);
	--ab-shadow-lg: 0 20px 50px rgba(35, 32, 27, 0.16);
	--ab-transition: 0.25s ease;
}

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

body {
	margin: 0;
	font-family: var(--ab-font-body);
	font-size: 1rem;
	line-height: 1.7;
	color: var(--ab-ink);
	background: var(--ab-bone);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* Reserve the scrollbar gutter so opening the mobile menu / modals never
	   shifts the layout horizontally (Cumulative Layout Shift guard). */
	scrollbar-gutter: stable;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--ab-font-head);
	font-optical-sizing: auto;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.01em;
	color: var(--ab-ink);
	margin: 0 0 0.75em;
}

h1 { font-size: clamp(2.6rem, 6vw, 4.4rem); line-height: 1.05; font-weight: 600; }
h2 { font-size: clamp(2rem, 4vw, 3rem); }

/* Fraunces italic reserved for Latin species names + pull-quotes. */
.ab-latin,
.ab-pullquote,
i.ab-latin { font-family: var(--ab-font-head); font-style: italic; color: var(--ab-ink-soft); }

a {
	color: var(--ab-saffron-deep);
	text-decoration: none;
	transition: color var(--ab-transition);
}
a:hover,
a:focus { color: var(--ab-aegean); }

/* Keyboard focus: visible ring only for keyboard users, not mouse clicks. */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.menu-toggle:focus-visible,
.button:focus-visible,
[tabindex]:focus-visible {
	outline: 2px solid var(--ab-saffron);
	outline-offset: 2px;
	border-radius: 2px;
}

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

ul, ol { padding-left: 1.25rem; }

/* Layout */
.container {
	max-width: var(--ab-max-width);
	margin: 0 auto;
	padding: 0 1.25rem;
}

.site-content__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 2.5rem;
	padding: 2.5rem 1.25rem;
	align-items: start;
}

.no-sidebar .site-content__layout {
	grid-template-columns: 1fr;
}

.content-area { min-width: 0; }

/* ==========================================================================
   Header
   ========================================================================== */
.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(251, 248, 241, 0.96);
	backdrop-filter: saturate(160%) blur(10px);
	border-bottom: 1px solid var(--ab-line);
}

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

.site-branding {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}
.site-branding img { max-height: 56px; width: auto; }
.site-title {
	font-size: 1.5rem;
	margin: 0;
	font-family: var(--ab-font-head);
	line-height: 1.2;
}
.site-title a { color: var(--ab-ink); }
.site-title a:hover { color: var(--ab-saffron-deep); }

/* Brand wordmark lockup (ink fish glyph + "Antalya Balık" wordmark). */
.site-brand {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	text-decoration: none;
}
.site-brand__mark { display: inline-flex; flex: 0 0 auto; color: var(--ab-ink); }
.site-brand__icon {
	display: block;
	transition: transform 0.25s ease;
}
.site-brand:hover .site-brand__icon {
	transform: translateY(-1px) rotate(-3deg);
}
.site-brand__word {
	font-family: var(--ab-font-head);
	font-optical-sizing: auto;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: -0.01em;
	color: var(--ab-ink);
}
.site-brand__word b { font-weight: 600; color: var(--ab-saffron); }
.site-brand:hover .site-brand__word b { color: var(--ab-saffron-deep); }
.site-description {
	margin: 0;
	font-size: 0.8rem;
	color: var(--ab-ink-soft);
}
@media ( max-width: 480px ) {
	.site-brand__word { font-size: 1.2rem; }
	.site-brand__icon { width: 30px; height: 30px; }
}

/* Navigation */
.main-navigation { display: flex; align-items: center; }

.menu { list-style: none; margin: 0; padding: 0; display: flex; gap: 0.25rem; }
.menu-item a {
	display: block;
	padding: 0.6rem 0.9rem;
	color: var(--ab-ink);
	font-weight: 500;
	font-size: 0.95rem;
	border-radius: 2px;
	transition: var(--ab-transition);
}
.menu-item a:hover,
.menu > .current-menu-item > a,
.menu > .current-menu-parent > a {
	background: var(--ab-linen);
	color: var(--ab-saffron-deep);
}

.menu-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 44px;
	height: 44px;
	background: transparent;
	border: 0;
	cursor: pointer;
	padding: 0;
}
.menu-toggle__bar {
	width: 24px;
	height: 2px;
	background: var(--ab-ink);
	border-radius: 2px;
	transition: var(--ab-transition);
}
.menu-toggle[aria-expanded="true"] .menu-toggle__bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle__bar:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] .menu-toggle__bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Header actions + EN/TR/UK language switcher */
.header-actions { display: flex; align-items: center; gap: 0.75rem; }
.ab-langs { display: inline-flex; align-items: center; gap: 0.15rem; }
.ab-langs__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	min-height: 30px;
	padding: 0.2rem 0.4rem;
	font-family: var(--ab-font-body);
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	color: var(--ab-ink-soft);
	border-radius: 2px;
	text-decoration: none;
	transition: color var(--ab-transition), background var(--ab-transition);
}
.ab-langs__link:hover { color: var(--ab-saffron-deep); background: var(--ab-linen); }
.ab-langs__link.is-active { color: #fff; background: var(--ab-saffron-deep); }
@media ( max-width: 480px ) {
	.ab-langs__link { min-width: 30px; padding: 0.2rem 0.3rem; font-size: 0.72rem; }
}

/* ==========================================================================
   Cards / Posts grid
   ========================================================================== */
.posts-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 1.75rem;
}

.post-card {
	background: var(--ab-paper);
	border: 1px solid var(--ab-line);
	border-radius: var(--ab-radius);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform var(--ab-transition), box-shadow var(--ab-transition), border-color var(--ab-transition);
}
.post-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--ab-shadow);
	border-color: var(--ab-saffron);
}

.post-card__thumb {
	display: block;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	background: var(--ab-linen);
	border-bottom: 1px solid var(--ab-line);
}
.post-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}
.post-card:hover .post-card__thumb img { transform: scale(1.05); }
.post-card__thumb-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: var(--ab-linen);
}

.post-card__body { padding: 1.25rem; display: flex; flex-direction: column; gap: 0.5rem; flex: 1; }
.post-card__title { font-size: 1.25rem; margin: 0; }
.post-card__title a { color: var(--ab-ink); }
.post-card__title a:hover { color: var(--ab-saffron-deep); }
.post-card__excerpt { color: var(--ab-ink-soft); font-size: 0.95rem; flex: 1; margin: 0; }
.post-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	font-size: 0.8rem;
	color: var(--ab-ink-soft);
}
.post-card__meta a { color: inherit; }
.post-card__footer {
	font-size: 0.8rem;
	color: var(--ab-ink-soft);
	border-top: 1px solid var(--ab-line);
	padding-top: 0.75rem;
}
.sticky-badge {
	display: inline-block;
	background: var(--ab-linen);
	color: var(--ab-saffron-deep);
	font-size: 0.7rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 0.15rem 0.5rem;
	border-radius: 2px;
	margin-bottom: 0.5rem;
}

/* ==========================================================================
   Single post / page
   ========================================================================== */
.entry-header { margin-bottom: 1.5rem; }
.entry-title { font-size: clamp(1.75rem, 4vw, 2.75rem); margin-bottom: 0.5rem; }
.entry-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	font-size: 0.85rem;
	color: var(--ab-ink-soft);
	margin-bottom: 1rem;
}
.entry-meta a { color: inherit; }
.entry-thumbnail { margin: 0 0 1.5rem; border-radius: var(--ab-radius); overflow: hidden; box-shadow: var(--ab-shadow); }

.entry-content { font-size: 1.05rem; }
.entry-content p { margin: 0 0 1.25em; }
.entry-content h2,
.entry-content h3 { margin-top: 2em; }
.entry-content img { border-radius: var(--ab-radius); }
.entry-content blockquote {
	margin: 1.5em 0;
	padding: 1em 1.5em;
	border-left: 4px solid var(--ab-saffron);
	background: var(--ab-paper);
	border-radius: 0 var(--ab-radius) var(--ab-radius) 0;
	font-family: var(--ab-font-head);
	font-style: italic;
}
.entry-content pre {
	background: var(--ab-ink);
	color: #f1ece0;
	padding: 1.25rem;
	border-radius: var(--ab-radius);
	overflow-x: auto;
}
.entry-content code {
	font-family: 'SFMono-Regular', Consolas, Monaco, monospace;
	background: var(--ab-linen);
	padding: 0.1em 0.4em;
	border-radius: 2px;
	font-size: 0.9em;
}
.entry-content pre code { background: transparent; padding: 0; }
.entry-content a { text-decoration: underline; text-underline-offset: 2px; }
.entry-footer {
	margin-top: 2rem;
	padding-top: 1.25rem;
	border-top: 1px solid var(--ab-line);
	font-size: 0.9rem;
	color: var(--ab-ink-soft);
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.page-header { margin-bottom: 2rem; }
.page-title { font-size: clamp(1.75rem, 4vw, 2.5rem); }
.archive-description { color: var(--ab-ink-soft); }

/* Breadcrumbs (theme posts/pages; WooCommerce has its own) */
.ab-breadcrumbs { margin: 0 0 1.25rem; font-size: 0.85rem; color: var(--ab-ink-soft); }
.ab-breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 0.4rem; padding: 0; margin: 0; }
.ab-breadcrumbs li { display: flex; align-items: center; gap: 0.4rem; }
.ab-breadcrumbs li:not(:last-child)::after { content: "\203A"; color: var(--ab-line); }
.ab-breadcrumbs a { color: var(--ab-saffron-deep); }
.ab-breadcrumbs [aria-current="page"] { color: var(--ab-ink); font-weight: 600; }

/* Post navigation */
.post-navigation,
.nav-links {
	margin-top: 2.5rem;
	padding: 1.25rem;
	background: var(--ab-paper);
	border: 1px solid var(--ab-line);
	border-radius: var(--ab-radius);
}
.post-navigation .nav-links { display: flex; justify-content: space-between; gap: 1rem; background: none; border: 0; padding: 0; }
.nav-subtitle { font-size: 0.8rem; color: var(--ab-ink-soft); display: block; }
.nav-title { font-weight: 600; color: var(--ab-ink); }

/* ==========================================================================
   Pagination
   ========================================================================== */
.pagination { margin-top: 2.5rem; }
.pagination__list { list-style: none; padding: 0; margin: 0; display: flex; justify-content: center; gap: 0.4rem; flex-wrap: wrap; }
.pagination__item a,
.pagination__item span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 0.75rem;
	border: 1px solid var(--ab-line);
	border-radius: 2px;
	color: var(--ab-ink);
	font-weight: 500;
	transition: var(--ab-transition);
}
.pagination__item a:hover { background: var(--ab-saffron); color: #fff; border-color: var(--ab-saffron); }
.pagination__item .current { background: var(--ab-saffron); color: #fff; border-color: var(--ab-saffron); }

/* ==========================================================================
   Sidebar & widgets
   ========================================================================== */
.sidebar { font-size: 0.95rem; }
.widget { margin-bottom: 2rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--ab-line); }
.widget:last-child { border-bottom: 0; }
.widget-title {
	font-size: 1.1rem;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid var(--ab-saffron);
	display: inline-block;
}
.widget ul { list-style: none; padding: 0; margin: 0; }
.widget ul li { padding: 0.4rem 0; border-bottom: 1px solid var(--ab-line); }
.widget ul li:last-child { border-bottom: 0; }
.widget a { color: var(--ab-ink); }
.widget a:hover { color: var(--ab-saffron-deep); }

.search-form { display: flex; gap: 0.5rem; }
.search-field {
	flex: 1;
	padding: 0.6rem 0.85rem;
	border: 1px solid var(--ab-line);
	border-radius: 2px;
	font-size: 0.95rem;
	font-family: inherit;
	background: var(--ab-paper);
	color: var(--ab-ink);
}
.search-field:focus { outline: 2px solid var(--ab-saffron); outline-offset: 1px; }
.search-submit {
	background: var(--ab-saffron);
	color: #fff;
	border: 0;
	padding: 0.6rem 1.1rem;
	border-radius: 2px;
	cursor: pointer;
	font-weight: 600;
	font-family: inherit;
	transition: var(--ab-transition);
}
.search-submit:hover { background: var(--ab-saffron-deep); }

/* ==========================================================================
   Comments
   ========================================================================== */
.comments-area { margin-top: 2.5rem; }
.comments-title { font-size: 1.5rem; }
.comment-list { list-style: none; padding: 0; margin: 1.5rem 0; }
.comment-list .children { list-style: none; padding-left: 2rem; }
.comment-body {
	padding: 1rem;
	margin-bottom: 1rem;
	background: var(--ab-paper);
	border: 1px solid var(--ab-line);
	border-radius: var(--ab-radius);
}
.comment-author { font-weight: 600; }
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	width: 100%;
	padding: 0.6rem 0.85rem;
	border: 1px solid var(--ab-line);
	border-radius: 2px;
	font-family: inherit;
	font-size: 0.95rem;
	background: var(--ab-paper);
	color: var(--ab-ink);
}
.comment-form label { font-size: 0.85rem; font-weight: 600; display: block; margin-bottom: 0.25rem; }
.comment-form .submit {
	background: var(--ab-saffron);
	color: #fff;
	border: 0;
	padding: 0.7rem 1.5rem;
	border-radius: 2px;
	cursor: pointer;
	font-weight: 600;
	font-family: inherit;
}
.comment-form .submit:hover { background: var(--ab-saffron-deep); }

/* ==========================================================================
   404
   ========================================================================== */
.error-404 .page-content { max-width: 760px; }
.error-404__widgets { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.5rem; margin-top: 2rem; }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
	background: var(--ab-linen);
	color: var(--ab-ink-soft);
	margin-top: 3rem;
	border-top: 1px solid var(--ab-line);
}
.site-footer__inner { padding: 3rem 1.25rem 1.5rem; }
.site-footer__widgets {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid var(--ab-line);
}
.site-footer .widget { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.site-footer .widget-title { color: var(--ab-ink); border-bottom-color: var(--ab-saffron); }
.site-footer .widget a { color: var(--ab-aegean); }
.site-footer .widget a:hover { color: var(--ab-saffron-deep); }

.site-info {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) auto;
	align-items: start;
	gap: 1.5rem 2.5rem;
	padding-top: 1.5rem;
	font-size: 0.85rem;
}
.site-info a { color: var(--ab-aegean); }
.footer-navigation .menu { flex-wrap: wrap; gap: 0; }
.footer-navigation .menu-item a { color: var(--ab-ink-soft); }
.footer-navigation .menu-item a:hover { background: var(--ab-bone); color: var(--ab-saffron-deep); }

/* Footer contact / find-us column. */
.site-info__contact-title {
	display: block;
	font-weight: 700;
	color: var(--ab-ink);
	margin-bottom: 0.45rem;
	font-size: 0.9rem;
}
.site-info__contact-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.32rem;
	font-size: 0.9rem;
	color: var(--ab-ink-soft);
}
.site-info__contact-list a { color: var(--ab-aegean); text-decoration: none; }
.site-info__contact-list a:hover { color: var(--ab-saffron-deep); text-decoration: underline; }

/* ==========================================================================
   Block editor helpers
   ========================================================================== */
.alignwide { width: 100%; max-width: 1100px; margin-left: auto; margin-right: auto; }
.alignfull { width: 100vw; margin-left: calc(50% - 50vw); max-width: 100vw; }
.wp-block-button .wp-block-button__link { border-radius: 2px; font-weight: 600; }
.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;
}
.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 2000;
	background: var(--ab-saffron);
	color: #fff;
	padding: 0.75rem 1.25rem;
	border-radius: 0 0 2px 0;
	font-weight: 600;
}
.skip-link:focus { left: 0; color: #fff; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 960px) {
	.site-content__layout { grid-template-columns: 1fr; }
	.sidebar { order: 2; }
}

@media (max-width: 768px) {
	.menu-toggle { display: flex; }

	.main-navigation > .menu {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		flex-direction: column;
		background: var(--ab-paper);
		padding: 0.5rem;
		margin: 0;
		gap: 0;
		border-bottom: 1px solid var(--ab-line);
		box-shadow: var(--ab-shadow);
		max-height: 0;
		overflow: hidden;
		opacity: 0;
		visibility: hidden;
		transition: max-height 0.3s ease, opacity 0.2s ease, visibility 0.2s ease;
	}
	.main-navigation.toggled > .menu {
		max-height: calc(100dvh - 76px);
		overflow-y: auto;
		opacity: 1;
		visibility: visible;
		-webkit-overflow-scrolling: touch;
	}
	.menu-item a { border-radius: 0; }
	.menu-item .sub-menu {
		position: static;
		box-shadow: none;
		padding-left: 1rem;
	}

	.posts-grid { grid-template-columns: 1fr; }
	.site-info { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
	.site-header__inner { flex-wrap: wrap; }
	.entry-title { font-size: 1.5rem; }
	.post-card__title { font-size: 1.1rem; }
}

/* Short / landscape phones: keep the open mobile menu scrollable on screen. */
@media (max-height: 600px) {
	.main-navigation.toggled > .menu { max-height: 70vh; }
}

/* ==========================================================================
   Post content components (ab-lead, ab-callout)
   ========================================================================== */
.ab-lead {
	font-size: 1.2rem;
	line-height: 1.75;
	color: var(--ab-ink-soft);
	font-weight: 500;
	margin-top: 0;
}
.entry-content .ab-lead + h2 { margin-top: 2em; }

.ab-callout {
	margin: 1.75em 0;
	padding: 1rem 1.25rem;
	background: var(--ab-linen);
	border-left: 4px solid var(--ab-saffron);
	border-radius: 0 var(--ab-radius) var(--ab-radius) 0;
	font-size: 0.98rem;
	color: var(--ab-ink-soft);
}
.ab-callout strong { color: var(--ab-ink); }

/* Bullet lists inside content take the olive list-tick accent. */
.entry-content ul li::marker { color: var(--ab-olive); }

/* ==========================================================================
   Scroll reveal animation (progressive enhancement)
   ========================================================================== */
.reveal {
	opacity: 0;
	transform: translateY(16px);
	transition: opacity 0.5s ease, transform 0.5s ease;
}
.reveal.is-visible {
	opacity: 1;
	transform: none;
}
@media ( prefers-reduced-motion: reduce ) {
	.reveal { opacity: 1; transform: none; transition: none; }
}

/* Full-width utility pages (cart / checkout / account): drop the sidebar column. */
.site-content__layout--full { grid-template-columns: 1fr; }

/* Catalog-mode notice (browse-only / checkout disabled). */
.ab-catalog-notice {
	margin: 0 0 1.5rem;
	padding: 0.85rem 1.1rem;
	border-radius: 2px;
	background: var(--ab-linen);
	border-left: 4px solid var(--ab-saffron);
	color: var(--ab-ink);
	font-size: 0.95rem;
	line-height: 1.5;
}
.ab-catalog-notice strong { color: var(--ab-ink); }

/* ==========================================================================
   Front page — Sea & Fish system overrides + ported sections
   (sea-fish.css supplies .sf-* base styles; these scope/extend them here)
   ========================================================================== */

/* Products section: keep the storefront grid styling, add a centred "more" link. */
.front-page .sf-catch .ab-catch__more { margin: 2.5rem 0 0; text-align: center; }
.front-page .sf-catch__link {
	display: inline-block;
	font-weight: 600;
	font-size: 0.98rem;
	color: var(--ab-saffron-deep);
	text-decoration: none;
}
.front-page .sf-catch__link:hover,
.front-page .sf-catch__link:focus { color: var(--ab-aegean); }
.front-page .sf-catch ul.products { margin: 0; }

/* Trust / value band -------------------------------------------------------- */
.ab-trust { background: var(--ab-linen); padding: 3.75rem 0; }
.ab-trust__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.75rem;
}
.ab-trust__item { text-align: center; }
.ab-trust__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin-bottom: 0.9rem;
	border-radius: 50%;
	background: var(--ab-paper);
	border: 1px solid var(--ab-saffron);
	color: var(--ab-aegean);
}
.ab-trust__icon svg { width: 32px; height: 32px; }
.ab-trust__title {
	margin: 0 0 0.4rem;
	font-family: var(--ab-font-head);
	font-size: 1.15rem;
	color: var(--ab-ink);
}
.ab-trust__text { margin: 0; color: var(--ab-ink-soft); font-size: 0.95rem; line-height: 1.6; }

/* From the logbook: bone so it alternates against the linen band above. */
.front-page .sf-logbook { background: var(--ab-bone); }
.front-page .sf-logbook .posts-grid { margin-top: 0; }
/* Square (1:1) logbook thumbs so the whole specimen plate shows — the plates
   are square art and were top/bottom-cropped by the default 3:2 ratio. Scoped
   to the homepage logbook so other post thumbnails keep their 3:2 crop. */
.front-page .sf-logbook .post-card__thumb { aspect-ratio: 1 / 1; }
.front-page .sf-logbook .post-card__thumb img { object-fit: contain; background: var(--ab-paper); }

/* FAQ accordion (JS-free <details>) ---------------------------------------- */
.ab-faq { background: var(--ab-bone); }
.ab-faq__list { max-width: 820px; margin: 0 auto; display: grid; gap: 0.85rem; }
.ab-faq__item {
	border: 1px solid var(--ab-line);
	border-radius: var(--ab-radius);
	background: var(--ab-paper);
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.ab-faq__item[open] { border-color: var(--ab-saffron); box-shadow: var(--ab-shadow-sm); }
.ab-faq__q {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.1rem 1.25rem;
	cursor: pointer;
	font-weight: 600;
	color: var(--ab-ink);
	list-style: none;
}
.ab-faq__q::-webkit-details-marker { display: none; }
.ab-faq__q:focus-visible { outline: 2px solid var(--ab-saffron); outline-offset: -2px; }
.ab-faq__marker {
	position: relative;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
}
.ab-faq__marker::before,
.ab-faq__marker::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	background: var(--ab-saffron);
	transform: translate(-50%, -50%);
}
.ab-faq__marker::before { width: 14px; height: 2px; }
.ab-faq__marker::after { width: 2px; height: 14px; transition: transform 0.25s ease, opacity 0.25s ease; }
.ab-faq__item[open] .ab-faq__marker::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }
.ab-faq__a { padding: 0 1.25rem 1.2rem; }
.ab-faq__a p { margin: 0; color: var(--ab-ink-soft); line-height: 1.7; }

/* Notify CTA (re-skinned sf-reserve, single button, no form) ---------------- */
.front-page .ab-notify__inner { max-width: 640px; margin: 0 auto; text-align: center; }
.front-page .ab-notify .sf-reserve__title { margin: 0.5rem 0 1rem; }
.front-page .ab-notify .sf-reserve__text { margin: 0 auto 1.75rem; }

/* ==========================================================================
   Footer wave ramp retired → linen credit block
   ========================================================================== */
.site-info__brand { display: flex; flex-direction: column; gap: 0.3rem; max-width: 640px; }
.site-info__line { color: var(--ab-ink); font-weight: 600; }
.site-info__tagline { color: var(--ab-saffron-deep); font-family: var(--ab-font-head); font-style: italic; }
.site-info__note { color: var(--ab-ink-soft); font-size: 0.8rem; }

@media ( max-width: 960px ) {
	.ab-trust__grid { grid-template-columns: repeat(2, 1fr); gap: 2rem 1.5rem; }
}
@media ( max-width: 480px ) {
	.ab-trust__grid { grid-template-columns: 1fr; }
}

@media ( prefers-reduced-motion: reduce ) {
	.post-card:hover { transform: none; }
	.ab-faq__item,
	.ab-faq__marker::after { transition: none; }
}
