/*
Theme Name: Fishgoo Envo Child
Theme URI: https://shopfromchina.store/
Description: Stable Fishgoo header, footer, and editorial experience built on Envo Royal.
Author: Fishgoo
Template: envo-royal
Version: 1.6.5
Text Domain: fishgoo-envo-child
*/

:root {
	--fishgoo-ink: #102033;
	--fishgoo-muted: #5c6977;
	--fishgoo-line: #dfe5eb;
	--fishgoo-paper: #ffffff;
	--fishgoo-wash: #f4f7f9;
	--fishgoo-navy: #0b2239;
	--fishgoo-blue: #1668e3;
	--fishgoo-orange: #f38b18;
	--fishgoo-green: #17815b;
	--fishgoo-radius: 18px;
	--fishgoo-shadow: 0 18px 55px rgba(16, 32, 51, 0.09);
}

html,
body {
	max-width: 100%;
	overflow-x: clip;
}

/* overflow-x on html/body breaks position:sticky; keep article TOC followable. */
html:has(body.single-post),
body.single-post {
	overflow-x: visible;
}

body.single-post #page,
body.single-post .site,
body.single-post .fishgoo-article-shell {
	max-width: 100%;
	overflow-x: clip;
}

html {
	scroll-padding-top: 112px;
}

body {
	color: var(--fishgoo-ink);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.admin-bar #tahefobu-header {
	top: 32px;
}

/* The Header/Footer Builder plugin hides every semantic header/footer, including
 * the Elementor template it injects. These higher-specificity rules restore only
 * Fishgoo's own templates and leave the parent theme chrome hidden. */
body.turbo-hide-theme-header #tahefobu-header header {
	display: flex !important;
}

body.tahefobu-hide-theme-footer #tahefobu-footer footer {
	display: flex !important;
}

body.turbo-hide-theme-header #site-content header,
body.turbo-hide-theme-header header.fishgoo-archive-hero,
body.turbo-hide-theme-header header.fishgoo-article-header,
body.turbo-hide-theme-header header.fishgoo-page-hero {
	display: block !important;
}

body.turbo-hide-theme-header #site-content .fishgoo-blog-hero,
body.turbo-hide-theme-header header.fishgoo-blog-hero {
	display: flex !important;
}

body.tahefobu-hide-theme-footer #site-content footer,
body.tahefobu-hide-theme-footer footer.fishgoo-article-footer {
	display: block !important;
}

body.turbo-hide-theme-header .top-header {
	display: none !important;
}

#tahefobu-header {
	position: sticky;
	top: 0;
	z-index: 9998;
	width: 100%;
	background: rgba(255, 255, 255, 0.97);
	box-shadow: 0 1px 0 rgba(16, 32, 51, 0.08);
	backdrop-filter: blur(16px);
}

#tahefobu-header header {
	gap: 28px;
	min-height: 72px;
	padding: 14px clamp(18px, 4vw, 64px) !important;
}

#tahefobu-header img {
	max-height: 46px;
	object-fit: contain !important;
}

#fishgoo-header-menu-73 {
	display: flex;
	gap: clamp(16px, 2.2vw, 34px) !important;
}

#fishgoo-header-menu-73 .elementor-widget-heading,
#fishgoo-header-menu-73 .elementor-widget-button {
	margin: 0;
}

#fishgoo-header-menu-73 a {
	color: var(--fishgoo-ink);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.01em;
}

#fishgoo-header-menu-73 .elementor-button {
	color: #fff;
	background: var(--fishgoo-blue);
}

#tahefobu-header .elementor-element-6849dea {
	display: none !important;
}

.fishgoo-menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-left: auto;
	padding: 0;
	color: var(--fishgoo-ink);
	background: var(--fishgoo-wash);
	border: 1px solid var(--fishgoo-line);
	border-radius: 12px;
}

.fishgoo-menu-toggle__icon,
.fishgoo-menu-toggle__icon::before,
.fishgoo-menu-toggle__icon::after {
	display: block;
	width: 20px;
	height: 2px;
	background: currentColor;
	transition: transform 180ms ease, opacity 180ms ease;
}

.fishgoo-menu-toggle__icon {
	position: relative;
}

.fishgoo-menu-toggle__icon::before,
.fishgoo-menu-toggle__icon::after {
	position: absolute;
	left: 0;
	content: "";
}

.fishgoo-menu-toggle__icon::before {
	top: -6px;
}

.fishgoo-menu-toggle__icon::after {
	top: 6px;
}

#tahefobu-header.is-menu-open .fishgoo-menu-toggle__icon {
	background: transparent;
}

#tahefobu-header.is-menu-open .fishgoo-menu-toggle__icon::before {
	transform: translateY(6px) rotate(45deg);
}

#tahefobu-header.is-menu-open .fishgoo-menu-toggle__icon::after {
	transform: translateY(-6px) rotate(-45deg);
}

#tahefobu-footer {
	position: relative;
	z-index: 2;
}

#tahefobu-footer footer {
	width: 100%;
	padding: clamp(48px, 7vw, 86px) clamp(22px, 5vw, 72px) 30px !important;
}

#tahefobu-footer .elementor-icon-list-item a[href="#"],
#tahefobu-footer .elementor-widget-text-editor:empty {
	display: none !important;
}

.fishgoo-content-experience #site-content.container {
	width: 100%;
	max-width: none;
	padding: 0;
}

.fishgoo-content-experience #entry-content.page-area {
	padding: 0;
}

.fishgoo-blog,
.fishgoo-article-shell {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
	padding: 44px 0 80px;
}

.fishgoo-blog a,
.fishgoo-article-shell a {
	color: inherit;
}

.fishgoo-blog-hero {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 48px;
	min-height: 330px;
	padding: clamp(36px, 7vw, 84px);
	color: #fff;
	background:
		radial-gradient(circle at 88% 18%, rgba(243, 139, 24, 0.72), transparent 27%),
		linear-gradient(135deg, #071a2d 0%, #0d3152 58%, #175381 100%);
	border-radius: 28px;
	overflow: hidden;
}

.fishgoo-blog-hero__copy {
	max-width: 760px;
}

.fishgoo-blog-hero h1 {
	max-width: 820px;
	margin: 8px 0 20px;
	color: #fff;
	font-size: clamp(48px, 8vw, 88px);
	font-weight: 800;
	letter-spacing: -0.055em;
	line-height: 0.96;
}

.fishgoo-blog-hero p:not(.fishgoo-kicker) {
	max-width: 710px;
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(17px, 2vw, 21px);
	line-height: 1.6;
}

.fishgoo-kicker,
.fishgoo-eyebrow {
	margin: 0;
	color: var(--fishgoo-orange);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.13em;
	line-height: 1.4;
	text-transform: uppercase;
}

.fishgoo-eyebrow:hover,
.fishgoo-eyebrow:focus {
	color: var(--fishgoo-blue);
}

.fishgoo-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-height: 48px;
	padding: 12px 22px;
	color: #fff !important;
	background: var(--fishgoo-blue);
	border: 1px solid var(--fishgoo-blue);
	border-radius: 999px;
	font-size: 14px;
	font-weight: 800;
	transition: transform 160ms ease, background 160ms ease;
}

.fishgoo-button:hover,
.fishgoo-button:focus {
	color: #fff !important;
	background: #0d56c3;
	transform: translateY(-2px);
}

.fishgoo-button--light {
	color: var(--fishgoo-ink) !important;
	background: #fff;
	border-color: #fff;
}

.fishgoo-button--light:hover,
.fishgoo-button--light:focus {
	color: var(--fishgoo-ink) !important;
	background: #eef4fa;
}

.fishgoo-topic-nav {
	display: flex;
	gap: 10px;
	margin: 32px 0 52px;
	padding-bottom: 4px;
	overflow-x: auto;
	scrollbar-width: thin;
}

.fishgoo-topic-nav a {
	flex: 0 0 auto;
	padding: 10px 16px;
	color: var(--fishgoo-muted);
	background: var(--fishgoo-paper);
	border: 1px solid var(--fishgoo-line);
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
}

.fishgoo-topic-nav a:hover,
.fishgoo-topic-nav a:focus,
.fishgoo-topic-nav a.is-active {
	color: #fff;
	background: var(--fishgoo-ink);
	border-color: var(--fishgoo-ink);
}

.fishgoo-featured {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(330px, 0.75fr);
	gap: 0;
	margin-bottom: 88px;
	background: var(--fishgoo-paper);
	border: 1px solid var(--fishgoo-line);
	border-radius: var(--fishgoo-radius);
	box-shadow: var(--fishgoo-shadow);
	overflow: hidden;
}

.fishgoo-featured__media {
	display: block;
	min-height: 430px;
	background: #dce5ee;
}

.fishgoo-featured__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 430px;
	object-fit: cover;
}

.fishgoo-featured__placeholder,
.fishgoo-card__placeholder {
	display: flex;
	align-items: flex-end;
	width: 100%;
	height: 100%;
	min-height: inherit;
	padding: 30px;
	color: #fff;
	background:
		radial-gradient(circle at 75% 25%, rgba(243, 139, 24, 0.9), transparent 25%),
		linear-gradient(145deg, #0b2239, #1b5f88);
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.fishgoo-featured__copy {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: clamp(36px, 5vw, 64px);
}

.fishgoo-featured__copy h2 {
	margin: 14px 0 18px;
	font-size: clamp(29px, 3.3vw, 44px);
	letter-spacing: -0.035em;
	line-height: 1.12;
}

.fishgoo-featured__copy h2 a:hover,
.fishgoo-featured__copy h2 a:focus,
.fishgoo-card__title a:hover,
.fishgoo-card__title a:focus {
	color: var(--fishgoo-blue);
}

.fishgoo-featured__copy > p {
	margin: 0 0 20px;
	color: var(--fishgoo-muted);
	font-size: 16px;
	line-height: 1.7;
}

.fishgoo-text-link {
	display: inline-flex;
	margin-top: 22px;
	color: var(--fishgoo-blue) !important;
	font-size: 14px;
	font-weight: 800;
}

.fishgoo-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 28px;
}

.fishgoo-section-heading h2 {
	margin: 8px 0 0;
	font-size: clamp(30px, 4vw, 48px);
	letter-spacing: -0.04em;
}

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

.fishgoo-card {
	display: flex;
	flex-direction: column;
	margin: 0;
	background: var(--fishgoo-paper);
	border: 1px solid var(--fishgoo-line);
	border-radius: var(--fishgoo-radius);
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

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

.fishgoo-card__media {
	display: block;
	height: 230px;
	background: #dce5ee;
	overflow: hidden;
}

.fishgoo-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 320ms ease;
}

.fishgoo-card:hover .fishgoo-card__media img {
	transform: scale(1.035);
}

.fishgoo-card__placeholder {
	min-height: 230px;
	padding: 24px;
	font-size: 14px;
}

.fishgoo-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 26px;
}

.fishgoo-card__title {
	margin: 12px 0 14px;
	font-size: 23px;
	letter-spacing: -0.025em;
	line-height: 1.25;
}

.fishgoo-card__excerpt {
	margin: 0 0 22px;
	color: var(--fishgoo-muted);
	font-size: 14px;
	line-height: 1.65;
}

.fishgoo-card__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: auto;
	color: #768390;
	font-size: 12px;
	font-weight: 600;
}

.fishgoo-pagination {
	margin: 54px 0 0;
}

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

.fishgoo-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 13px;
	border: 1px solid var(--fishgoo-line);
	border-radius: 10px;
	font-size: 13px;
	font-weight: 800;
}

.fishgoo-pagination .current,
.fishgoo-pagination a:hover,
.fishgoo-pagination a:focus {
	color: #fff;
	background: var(--fishgoo-ink);
	border-color: var(--fishgoo-ink);
}

.fishgoo-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
	margin-top: 90px;
	padding: clamp(36px, 6vw, 70px);
	background: var(--fishgoo-wash);
	border-radius: 24px;
}

.fishgoo-cta h2 {
	max-width: 720px;
	margin: 8px 0 14px;
	font-size: clamp(29px, 4vw, 44px);
	letter-spacing: -0.04em;
	line-height: 1.12;
}

.fishgoo-cta p:not(.fishgoo-kicker) {
	max-width: 760px;
	margin: 0;
	color: var(--fishgoo-muted);
	font-size: 16px;
	line-height: 1.7;
}

.fishgoo-archive-hero,
.fishgoo-article-header {
	max-width: 900px;
	margin: 0 auto 48px;
}

.fishgoo-archive-hero {
	max-width: none;
	padding: 52px 0 44px;
	border-bottom: 1px solid var(--fishgoo-line);
}

.fishgoo-archive-hero h1 {
	margin: 10px 0 0;
	font-size: clamp(42px, 6vw, 70px);
	letter-spacing: -0.05em;
}

.fishgoo-archive-description {
	max-width: 720px;
	color: var(--fishgoo-muted);
	font-size: 17px;
}

.fishgoo-author-intro {
	max-width: 780px;
	margin: 22px 0 0;
	color: var(--fishgoo-muted);
	font-size: clamp(18px, 2.2vw, 22px);
	line-height: 1.65;
}

.fishgoo-author-trust {
	max-width: 820px;
	margin: 0 0 72px;
	padding: 32px 36px;
	background: var(--fishgoo-wash);
	border-left: 4px solid var(--fishgoo-blue);
	border-radius: 0 18px 18px 0;
}

.fishgoo-author-trust h2,
.fishgoo-section-title {
	margin: 0 0 12px;
	font-size: clamp(26px, 3vw, 36px);
	letter-spacing: -0.035em;
}

.fishgoo-author-trust p {
	margin: 0;
	color: var(--fishgoo-muted);
	font-size: 17px;
	line-height: 1.75;
}

.fishgoo-section-title {
	margin-bottom: 28px;
}

.fishgoo-page-shell {
	width: min(100% - 40px, 1180px);
	margin: 0 auto;
	padding: 52px 0 90px;
}

body.turbo-hide-theme-header header.fishgoo-page-hero {
	display: flex !important;
}

.fishgoo-page-hero {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 48px;
	margin-bottom: 72px;
	padding: clamp(42px, 7vw, 86px);
	color: #fff;
	background:
		radial-gradient(circle at 88% 18%, rgb(255 153 0 / 24%), transparent 26%),
		linear-gradient(135deg, #071525 0%, #0d2942 58%, #17354d 100%);
	border-radius: 26px;
}

.fishgoo-page-hero > div {
	max-width: 790px;
}

.fishgoo-page-hero h1 {
	margin: 10px 0 20px;
	color: #fff;
	font-size: clamp(42px, 6vw, 72px);
	letter-spacing: -0.055em;
	line-height: 1.02;
}

.fishgoo-page-hero p:not(.fishgoo-kicker) {
	max-width: 700px;
	margin: 0;
	color: rgb(255 255 255 / 80%);
	font-size: clamp(17px, 2vw, 21px);
	line-height: 1.65;
}

.fishgoo-page-content {
	max-width: none;
	margin: 0;
	scroll-margin-top: 112px;
}

.fishgoo-page-content > h2,
.fishgoo-page-content > .wp-block-heading {
	max-width: 820px;
	margin: 72px 0 22px;
	font-size: clamp(30px, 4vw, 46px);
	letter-spacing: -0.04em;
	line-height: 1.12;
}

.fishgoo-page-content > p {
	max-width: 800px;
	color: var(--fishgoo-muted);
	font-size: 18px;
	line-height: 1.75;
}

.fishgoo-service-grid,
.fishgoo-process-grid,
.wp-block-group.fishgoo-service-grid,
.wp-block-group.fishgoo-process-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin: 34px 0 10px;
}

.wp-block-group.fishgoo-service-grid > .wp-block-group,
.wp-block-group.fishgoo-process-grid > .wp-block-group {
	margin: 0;
}

.fishgoo-service-card,
.fishgoo-process-card {
	margin: 0;
	padding: 30px;
	background: #fff;
	border: 1px solid var(--fishgoo-line);
	border-radius: 18px;
	box-shadow: 0 12px 34px rgb(16 32 51 / 6%);
}

.fishgoo-service-card h3,
.fishgoo-process-card h3 {
	margin: 0 0 12px;
	font-size: 23px;
	letter-spacing: -0.025em;
	line-height: 1.25;
}

.fishgoo-service-card p,
.fishgoo-process-card p {
	margin: 0;
	color: var(--fishgoo-muted);
	line-height: 1.7;
}

.fishgoo-process-grid,
.wp-block-group.fishgoo-process-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fishgoo-process-card strong {
	display: block;
	margin-bottom: 18px;
	color: var(--fishgoo-orange);
	font-size: 13px;
	letter-spacing: 0.12em;
}

.fishgoo-fit-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 28px;
	max-width: 880px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.fishgoo-fit-list li {
	position: relative;
	padding: 18px 20px 18px 48px;
	background: var(--fishgoo-wash);
	border-radius: 12px;
}

.fishgoo-fit-list li::before {
	position: absolute;
	top: 18px;
	left: 20px;
	color: var(--fishgoo-green);
	font-weight: 900;
	content: "✓";
}

.fishgoo-contact-grid,
.wp-block-group.fishgoo-contact-grid {
	display: grid !important;
	grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
	gap: clamp(32px, 6vw, 76px);
	align-items: start;
}

.wp-block-group.fishgoo-contact-grid > .wp-block-group,
.wp-block-group.fishgoo-contact-grid > div {
	margin: 0;
}

.fishgoo-contact-grid h2 {
	margin: 0 0 14px;
	font-size: clamp(30px, 4vw, 44px);
	letter-spacing: -0.04em;
}

.fishgoo-contact-grid > div > p {
	color: var(--fishgoo-muted);
	font-size: 17px;
	line-height: 1.7;
}

.fishgoo-contact-panel {
	padding: 34px;
	background: var(--fishgoo-wash);
	border-radius: 20px;
}

.fishgoo-contact-list {
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.fishgoo-contact-list li + li {
	margin-top: 22px;
}

.fishgoo-contact-list strong,
.fishgoo-contact-list span {
	display: block;
}

.fishgoo-contact-list strong {
	margin-bottom: 4px;
}

.fishgoo-contact-list span {
	color: var(--fishgoo-muted);
	line-height: 1.55;
}

.fishgoo-contact-list a {
	color: #0c5dc9;
	font-weight: 700;
}

.fishgoo-page-content .wpcf7 {
	margin-top: 30px;
}

.fishgoo-page-content .wpcf7 form.init .wpcf7-response-output,
.fishgoo-page-content .wpcf7 form[data-status="init"] .wpcf7-response-output {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

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

.fishgoo-form-grid > br {
	display: none;
}

.fishgoo-form-grid > label:nth-of-type(8),
.fishgoo-form-grid > .wpcf7-form-control-wrap[data-name="data-consent"],
.fishgoo-form-grid > .wpcf7-submit,
.fishgoo-form-grid > p:last-child {
	grid-column: 1 / -1;
}

.fishgoo-page-content .wpcf7 label {
	display: block;
	margin-bottom: 18px;
	color: var(--fishgoo-ink);
	font-weight: 750;
}

.fishgoo-page-content .wpcf7 input:not([type="submit"]):not([type="checkbox"]),
.fishgoo-page-content .wpcf7 select,
.fishgoo-page-content .wpcf7 textarea {
	width: 100%;
	margin-top: 8px;
	padding: 13px 14px;
	color: var(--fishgoo-ink);
	background: #fff;
	border: 1px solid #cbd5df;
	border-radius: 8px;
}

.fishgoo-page-content .wpcf7 input:focus,
.fishgoo-page-content .wpcf7 select:focus,
.fishgoo-page-content .wpcf7 textarea:focus {
	outline: 3px solid rgb(22 104 227 / 16%);
	border-color: var(--fishgoo-blue);
}

.fishgoo-page-content .wpcf7 input[type="submit"] {
	min-height: 50px;
	padding: 12px 24px;
	color: #fff;
	font-weight: 800;
	background: var(--fishgoo-blue);
	border: 0;
	border-radius: 999px;
}

@media (max-width: 900px) {
	.fishgoo-page-hero {
		align-items: flex-start;
		flex-direction: column;
	}

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

	.fishgoo-contact-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 680px) {
	.fishgoo-page-shell {
		width: min(100% - 28px, 1180px);
		padding: 24px 0 58px;
	}

	.fishgoo-page-hero {
		gap: 28px;
		margin-bottom: 48px;
		padding: 36px 24px;
		border-radius: 20px;
	}

	.fishgoo-service-grid,
	.fishgoo-process-grid,
	.fishgoo-fit-list,
	.fishgoo-form-grid {
		grid-template-columns: 1fr;
	}

	.fishgoo-service-card,
	.fishgoo-process-card,
	.fishgoo-contact-panel {
		padding: 24px;
	}
}

/* Homepage hero repairs: the imported demo assumed a transparent theme header
 * and oversized decorative type. The custom Fishgoo header is static, so the
 * original negative offset and 85px wordmark caused clipping and dead space. */
body.home .elementor-760 .elementor-element.elementor-element-63e25864 {
	overflow: hidden;
	margin-top: 0 !important;
	padding: 92px 32px 110px !important;
	background-color: #071525 !important;
	background-image:
		radial-gradient(circle at 82% 22%, rgb(255 153 0 / 24%), transparent 28%),
		linear-gradient(135deg, #071525 0%, #0d2942 58%, #17354d 100%) !important;
}

body.home .elementor-760 .elementor-element.elementor-element-63e25864 > .elementor-background-overlay,
body.home .elementor-760 .elementor-element.elementor-element-63e25864 > .elementor-shape-bottom,
body.home .elementor-760 .elementor-element.elementor-element-6e18f25c,
body.home .elementor-760 .elementor-element.elementor-element-6d73b7bd {
	display: none !important;
}

body.home .elementor-760 .elementor-element.elementor-element-63e25864 > .elementor-container {
	align-items: center;
	gap: clamp(34px, 5vw, 72px);
}

body.home .elementor-760 .elementor-element.elementor-element-1eaf93f6 {
	width: 57%;
}

body.home .elementor-760 .elementor-element.elementor-element-44f9064 {
	width: 43%;
}

body.home .elementor-760 .elementor-element.elementor-element-2bd2591f {
	width: auto;
	max-width: none;
}

body.home .elementor-760 .elementor-element.elementor-element-2bd2591f .elementor-heading-title {
	color: #9bc0dc;
}

body.home .elementor-760 .elementor-element.elementor-element-3c4a09bd .envo-extra-heading-title {
	margin: 12px 0 24px;
	color: #fff;
	font-size: clamp(42px, 4.4vw, 62px);
	letter-spacing: -0.045em;
	line-height: 1.06;
	text-shadow: none;
}

body.home .elementor-760 .elementor-element.elementor-element-3c4a09bd .envo-extra-title-focus {
	display: block;
	width: fit-content;
	max-width: 100%;
	margin: 12px 0;
	padding: 6px 12px;
	color: #ff9d13;
	font-size: clamp(42px, 4.6vw, 64px);
	letter-spacing: -0.05em;
	line-height: 1.02;
	white-space: normal;
	border-width: 2px;
	text-shadow: none;
}

body.home .elementor-760 .elementor-element.elementor-element-5bc42b05 {
	width: auto;
	max-width: 620px;
	margin-right: 0;
	color: #d7e3ed;
	font-size: 17px;
	line-height: 1.7;
}

body.home .elementor-760 .elementor-element.elementor-element-5156825e .elementor-button,
body.home .elementor-760 .elementor-element.elementor-element-64792938 .elementor-button {
	border-radius: 8px;
}

body.home .elementor-760 .elementor-element.elementor-element-44f9064 > .elementor-element-populated {
	display: flex;
	align-items: center;
}

body.home .elementor-760 .elementor-element.elementor-element-cc46ae6 {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	width: 100%;
	margin: 0;
	padding: 0;
}

body.home .elementor-760 .elementor-element.elementor-element-cc46ae6 img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border: 1px solid rgb(255 255 255 / 16%);
	border-radius: 22px;
	box-shadow: 0 28px 70px rgb(0 0 0 / 35%);
}

body.home .elementor-760 .elementor-element.elementor-element-30624624 {
	margin-top: 0 !important;
	padding: 18px 24px 60px;
}

@media (max-width: 980px) {
	body.home .elementor-760 .elementor-element.elementor-element-63e25864 {
		padding: 68px 24px 80px !important;
	}

	body.home .elementor-760 .elementor-element.elementor-element-63e25864 > .elementor-container {
		flex-wrap: wrap;
	}

	body.home .elementor-760 .elementor-element.elementor-element-1eaf93f6,
	body.home .elementor-760 .elementor-element.elementor-element-44f9064 {
		width: 100%;
	}

	body.home .elementor-760 .elementor-element.elementor-element-cc46ae6 {
		max-width: 680px;
		margin: 10px auto 0;
	}
}

@media (max-width: 680px) {
	body.home .elementor-760 .elementor-element.elementor-element-63e25864 {
		padding: 46px 18px 58px !important;
	}

	body.home .elementor-760 .elementor-element.elementor-element-1eaf93f6 > .elementor-element-populated {
		margin: 0;
		padding: 0;
	}

	body.home .elementor-760 .elementor-element.elementor-element-3c4a09bd .envo-extra-heading-title,
	body.home .elementor-760 .elementor-element.elementor-element-3c4a09bd .envo-extra-title-focus {
		font-size: clamp(34px, 10.5vw, 44px);
	}

	body.home .elementor-760 .elementor-element.elementor-element-5bc42b05 {
		width: 100%;
		max-width: 100%;
	}

	body.home .elementor-760 .elementor-element.elementor-element-5156825e,
	body.home .elementor-760 .elementor-element.elementor-element-64792938 {
		width: 100%;
		max-width: 100%;
		margin: 14px 0 0;
	}

	body.home .elementor-760 .elementor-element.elementor-element-5156825e .elementor-button,
	body.home .elementor-760 .elementor-element.elementor-element-64792938 .elementor-button {
		width: 100%;
		justify-content: center;
	}

	body.home .elementor-760 .elementor-element.elementor-element-30624624 {
		padding: 24px 14px 42px;
	}
}

.fishgoo-breadcrumbs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 42px;
	color: #6f7c89;
	font-size: 12px;
	font-weight: 700;
}

.fishgoo-breadcrumbs a:hover,
.fishgoo-breadcrumbs a:focus {
	color: var(--fishgoo-blue);
}

.fishgoo-article-shell {
	padding-top: 52px;
}

.fishgoo-article-shell--dense {
	width: min(100% - 40px, 1180px);
	margin: 0 auto;
	padding-top: 36px;
	padding-bottom: 72px;
}

.fishgoo-article {
	margin: 0;
}

.fishgoo-article-header h1 {
	margin: 14px 0 22px;
	font-size: clamp(40px, 6vw, 68px);
	letter-spacing: -0.052em;
	line-height: 1.05;
}

.fishgoo-article-shell--dense .fishgoo-article-header h1 {
	margin: 6px 0 10px;
	font-size: clamp(26px, 2.8vw, 34px);
	letter-spacing: -0.03em;
	line-height: 1.2;
}

.fishgoo-article-intro {
	margin: 0 0 28px;
	color: var(--fishgoo-muted);
	font-size: clamp(18px, 2.2vw, 22px);
	line-height: 1.65;
}

.fishgoo-article-shell--dense .fishgoo-article-intro {
	margin: 0 0 12px;
	font-size: clamp(15px, 1.5vw, 17px);
	line-height: 1.5;
}

.fishgoo-byline {
	display: flex;
	align-items: center;
	gap: 13px;
	color: var(--fishgoo-muted);
	font-size: 12px;
	line-height: 1.6;
}

.fishgoo-byline strong {
	display: block;
	color: var(--fishgoo-ink);
	font-size: 14px;
}

.fishgoo-byline__avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	color: #fff;
	background: linear-gradient(135deg, var(--fishgoo-blue), #25a17c);
	border-radius: 50%;
	font-weight: 900;
}

.fishgoo-article-featured {
	width: min(1080px, 100%);
	margin: 0 auto 58px;
	border-radius: 24px;
	box-shadow: var(--fishgoo-shadow);
	overflow: hidden;
}

.fishgoo-article-shell--dense .fishgoo-article-featured {
	width: 100%;
	max-height: 240px;
	margin: 14px 0 20px;
	border-radius: 14px;
	box-shadow: none;
	border: 1px solid var(--fishgoo-line);
}

.fishgoo-article-featured img {
	display: block;
	width: 100%;
	height: auto;
}

.fishgoo-article-shell--dense .fishgoo-article-featured img {
	height: 240px;
	object-fit: cover;
	object-position: center top;
}

.fishgoo-article-layout {
	display: grid;
	grid-template-columns: 220px minmax(0, 760px);
	justify-content: center;
	gap: 58px;
}

.fishgoo-article-shell--dense .fishgoo-article-layout {
	grid-template-columns: 220px minmax(0, 1fr);
	justify-content: stretch;
	gap: 28px;
	align-items: start;
}

.fishgoo-article-rail__sticky {
	position: sticky;
	top: 112px;
	z-index: 5;
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-height: calc(100vh - 132px);
}

body.admin-bar .fishgoo-article-rail__sticky {
	top: 144px;
	max-height: calc(100vh - 164px);
}

.fishgoo-article-rail__sticky.is-fixed {
	position: fixed;
	margin: 0;
}

.fishgoo-article-rail__sticky.is-bottom {
	position: absolute;
	top: auto !important;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto !important;
}

.fishgoo-article-rail {
	min-width: 0;
	position: relative;
}

.fishgoo-article-rail__cta {
	display: none;
}

.fishgoo-article-shell--dense .fishgoo-article-rail__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 42px;
	padding: 0 14px;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	background: var(--fishgoo-blue);
	border-radius: 999px;
	flex: 0 0 auto;
}

.fishgoo-article-shell--dense .fishgoo-article-rail__cta:hover,
.fishgoo-article-shell--dense .fishgoo-article-rail__cta:focus {
	color: #fff;
	filter: brightness(0.95);
}

.fishgoo-toc {
	padding: 16px;
	background: #fff;
	border: 1px solid var(--fishgoo-line);
	border-radius: 14px;
	overflow: auto;
	max-height: calc(100vh - 200px);
}

.fishgoo-toc__title {
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.fishgoo-toc ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.fishgoo-toc li + li {
	margin-top: 7px;
}

.fishgoo-toc a {
	color: var(--fishgoo-muted);
	font-size: 12px;
	font-weight: 650;
	line-height: 1.45;
}

.fishgoo-toc a:hover,
.fishgoo-toc a:focus,
.fishgoo-toc a.is-active {
	color: var(--fishgoo-blue);
}

.fishgoo-toc a.is-active {
	font-weight: 800;
}

.fishgoo-entry-content {
	min-width: 0;
	color: #263748;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 19px;
	line-height: 1.85;
}

.fishgoo-article-shell--dense .fishgoo-entry-content {
	font-size: 17.5px;
	line-height: 1.68;
}

.fishgoo-entry-content > * {
	max-width: 100%;
}

.fishgoo-entry-content h2,
.fishgoo-entry-content h3,
.fishgoo-entry-content h4 {
	color: var(--fishgoo-ink);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: -0.035em;
	line-height: 1.2;
	scroll-margin-top: 120px;
}

.fishgoo-entry-content h2 {
	margin: 2.6em 0 0.7em;
	font-size: clamp(29px, 3.8vw, 40px);
}

.fishgoo-article-shell--dense .fishgoo-entry-content h2 {
	margin: 1.7em 0 0.55em;
	font-size: clamp(24px, 3vw, 32px);
}

.fishgoo-entry-content h3 {
	margin: 2em 0 0.65em;
	font-size: 25px;
}

.fishgoo-article-shell--dense .fishgoo-entry-content h3 {
	margin: 1.35em 0 0.45em;
	font-size: 20px;
}

.fishgoo-entry-content p,
.fishgoo-entry-content ul,
.fishgoo-entry-content ol,
.fishgoo-entry-content blockquote {
	margin-bottom: 1.45em;
}

.fishgoo-article-shell--dense .fishgoo-entry-content p,
.fishgoo-article-shell--dense .fishgoo-entry-content ul,
.fishgoo-article-shell--dense .fishgoo-entry-content ol,
.fishgoo-article-shell--dense .fishgoo-entry-content blockquote {
	margin-bottom: 1em;
}

.fishgoo-entry-content li + li {
	margin-top: 0.55em;
}

.fishgoo-article-shell--dense .fishgoo-entry-content li + li {
	margin-top: 0.35em;
}

.fishgoo-entry-content a {
	color: #0c5dc9;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.fishgoo-entry-content img {
	border-radius: 16px;
}

.fishgoo-entry-content .fishgoo-lede,
.fishgoo-entry-content blockquote {
	padding: 22px 26px;
	background: #f1f6fa;
	border: 0;
	border-left: 4px solid var(--fishgoo-blue);
	border-radius: 0 14px 14px 0;
}

.fishgoo-article-shell--dense .fishgoo-entry-content .fishgoo-lede,
.fishgoo-article-shell--dense .fishgoo-entry-content blockquote {
	padding: 16px 18px;
}

.fishgoo-article-footer {
	width: min(760px, 100%);
	margin: 64px auto 0;
}

.fishgoo-article-shell--dense .fishgoo-article-footer {
	width: 100%;
	margin: 36px 0 0;
}

.fishgoo-author-box {
	display: flex;
	gap: 22px;
	padding: 32px;
	background: var(--fishgoo-wash);
	border-radius: 18px;
}

.fishgoo-article-shell--dense .fishgoo-author-box {
	gap: 16px;
	padding: 20px;
	border-radius: 14px;
}

.fishgoo-author-box h2 {
	margin: 4px 0 8px;
	font-size: 24px;
}

.fishgoo-article-shell--dense .fishgoo-author-box h2 {
	margin: 2px 0 6px;
	font-size: 20px;
}

.fishgoo-author-box p:not(.fishgoo-kicker) {
	margin: 0;
	color: var(--fishgoo-muted);
	line-height: 1.65;
}

.fishgoo-related {
	margin-top: 28px;
}

.fishgoo-related .fishgoo-section-heading {
	margin-bottom: 14px;
}

.fishgoo-related .fishgoo-section-heading h2 {
	margin: 4px 0 0;
	font-size: clamp(22px, 2.6vw, 28px);
}

.fishgoo-card-grid--related {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.fishgoo-post-nav {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	margin-top: 34px;
}

.fishgoo-article-shell--dense .fishgoo-post-nav {
	gap: 12px;
	margin-top: 22px;
}

.fishgoo-post-nav > div:last-child {
	text-align: right;
}

.fishgoo-post-nav a {
	display: block;
	padding: 18px 0;
	font-weight: 800;
}

.fishgoo-article-shell--dense .fishgoo-post-nav a {
	padding: 14px 0;
	font-size: 15px;
	line-height: 1.35;
}

.fishgoo-post-nav span {
	display: block;
	margin-bottom: 5px;
	color: var(--fishgoo-muted);
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.fishgoo-cta--article {
	width: min(980px, 100%);
	margin-right: auto;
	margin-left: auto;
}

.fishgoo-article-shell--dense + .fishgoo-cta--article,
.fishgoo-article-shell--dense .fishgoo-cta--article,
main.fishgoo-article-shell--dense > .fishgoo-cta--article {
	width: 100%;
	margin-top: 28px;
}

.fishgoo-empty-state {
	padding: 68px 24px;
	text-align: center;
	background: var(--fishgoo-wash);
	border-radius: 18px;
}

/* Prevent cart drawers and imported widgets from widening mobile layouts. */
.woocommerce,
.woocommerce-page,
.elementor,
.elementor-section,
.elementor-container,
.elementor-element,
.widget_shopping_cart_content {
	max-width: 100%;
}

@media (max-width: 980px) {
	.fishgoo-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fishgoo-featured {
		grid-template-columns: 1fr;
	}

	.fishgoo-featured__media,
	.fishgoo-featured__media img {
		min-height: 360px;
	}

	.fishgoo-article-layout {
		grid-template-columns: minmax(0, 760px);
		gap: 0;
	}

	.fishgoo-article-shell--dense .fishgoo-article-layout {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.fishgoo-article-rail {
		display: none;
	}

	.fishgoo-article-shell--dense .fishgoo-article-rail {
		display: block;
	}

	.fishgoo-article-shell--dense .fishgoo-article-rail__sticky {
		position: static;
		max-height: none;
	}

	.fishgoo-article-shell--dense .fishgoo-toc {
		max-height: none;
		overflow: visible;
	}

	.fishgoo-article-shell--dense .fishgoo-article-rail__cta {
		display: none;
	}

	.fishgoo-article-shell--dense .fishgoo-article-featured,
	.fishgoo-article-shell--dense .fishgoo-article-featured img {
		max-height: 180px;
		height: 180px;
	}

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

@media (max-width: 900px) {
	body.admin-bar #tahefobu-header {
		top: 46px;
	}

	#tahefobu-header header {
		flex-wrap: wrap;
		gap: 10px 18px;
		min-height: 66px;
		padding: 10px 16px !important;
	}

	#tahefobu-header header > .elementor-element:first-child {
		flex: 1 1 0 !important;
		width: auto !important;
		min-width: 0;
	}

	.fishgoo-menu-toggle {
		display: inline-flex;
	}

	#fishgoo-header-menu-73 {
		display: none !important;
		align-items: stretch !important;
		flex: 1 0 100%;
		flex-direction: column !important;
		gap: 0 !important;
		width: 100% !important;
		padding: 10px 0 6px;
		background: #fff;
		border-top: 1px solid var(--fishgoo-line);
	}

	#tahefobu-header.is-menu-open #fishgoo-header-menu-73 {
		display: flex !important;
	}

	#fishgoo-header-menu-73 .elementor-widget-heading,
	#fishgoo-header-menu-73 .elementor-widget-button {
		width: 100%;
	}

	#fishgoo-header-menu-73 .elementor-widget-heading a,
	#fishgoo-header-menu-73 .elementor-button {
		display: flex;
		align-items: center;
		width: 100%;
		min-height: 46px;
		padding: 11px 6px;
	}

	#fishgoo-header-menu-73 .elementor-button {
		justify-content: center;
		margin-top: 8px;
		padding-right: 18px;
		padding-left: 18px;
	}

	#tahefobu-footer footer {
		padding-right: 24px !important;
		padding-left: 24px !important;
	}

	#tahefobu-footer footer .elementor-element[style*="width"] {
		width: 100% !important;
	}
}

@media (max-width: 680px) {
	.fishgoo-blog,
	.fishgoo-article-shell {
		width: min(100% - 28px, 1180px);
		padding-top: 24px;
		padding-bottom: 56px;
	}

	.fishgoo-blog-hero {
		align-items: flex-start;
		flex-direction: column;
		gap: 28px;
		min-height: 0;
		padding: 34px 24px;
		border-radius: 20px;
	}

	.fishgoo-blog-hero h1 {
		font-size: clamp(44px, 18vw, 64px);
	}

	.fishgoo-topic-nav {
		margin: 24px 0 38px;
	}

	.fishgoo-featured {
		margin-bottom: 64px;
		border-radius: 16px;
	}

	.fishgoo-featured__media,
	.fishgoo-featured__media img {
		min-height: 245px;
	}

	.fishgoo-featured__copy {
		padding: 28px 24px 32px;
	}

	.fishgoo-card-grid {
		grid-template-columns: 1fr;
	}

	.fishgoo-card__media {
		height: 220px;
	}

	.fishgoo-cta {
		align-items: flex-start;
		flex-direction: column;
		gap: 26px;
		margin-top: 64px;
		padding: 34px 24px;
	}

	.fishgoo-article-header h1 {
		font-size: clamp(38px, 12vw, 52px);
	}

	.fishgoo-breadcrumbs {
		margin-bottom: 28px;
	}

	.fishgoo-article-featured {
		margin-bottom: 38px;
		border-radius: 14px;
	}

	.fishgoo-entry-content {
		font-size: 18px;
		line-height: 1.78;
	}

	.fishgoo-author-box {
		flex-direction: column;
		padding: 26px;
	}

	.fishgoo-post-nav {
		grid-template-columns: 1fr;
	}

	.fishgoo-post-nav > div:last-child {
		text-align: left;
	}

	.fishgoo-card-grid--related {
		grid-template-columns: 1fr;
	}

	.fishgoo-article-shell--dense {
		width: min(100% - 28px, 1180px);
		padding-top: 20px;
		padding-bottom: 52px;
	}

	.fishgoo-article-shell--dense .fishgoo-article-header h1 {
		font-size: clamp(24px, 6.5vw, 30px);
	}

	.fishgoo-article-shell--dense .fishgoo-entry-content {
		font-size: 16.5px;
		line-height: 1.62;
	}
}

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