/*
Theme Name: Flecha Store
Author: Flecha Store
Description: Tema moderno, minimalista e mobile-first para lojas WooCommerce brasileiras.
Version: 1.5.4
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: flecha-store
Tags: e-commerce, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, wide-blocks
*/

:root {
	--flecha-ink: #060b14;
	--flecha-ink-soft: #5f6b7a;
	--flecha-blue-dark: #0b5fc7;
	--flecha-blue: #1683ff;
	--flecha-ice: #eef5fc;
	--flecha-paper: #ffffff;
	--flecha-line: #d9e4ef;
	--flecha-danger: #b42318;
	--flecha-radius-sm: 10px;
	--flecha-radius-md: 18px;
	--flecha-radius-lg: 30px;
	--flecha-shadow: 0 18px 50px rgba(6, 11, 20, 0.1);
	--flecha-container: 1240px;
	--flecha-font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--flecha-paper);
	color: var(--flecha-ink);
	font-family: var(--flecha-font);
	font-size: 16px;
	line-height: 1.65;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

body.menu-open {
	overflow: hidden;
}

a {
	color: inherit;
	text-decoration: none;
	text-underline-offset: 0.2em;
}

a:hover {
	color: var(--flecha-blue-dark);
}

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}

:focus-visible {
	border-radius: 4px;
	outline: 3px solid rgba(22, 131, 255, 0.32);
	outline-offset: 3px;
}

::selection {
	background: var(--flecha-blue);
	color: var(--flecha-ink);
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background: #fff;
	clip: auto !important;
	clip-path: none;
	color: var(--flecha-ink);
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 1rem;
	padding: 0.8rem 1rem;
	top: 1rem;
	width: auto;
	z-index: 100000;
}

.site-shell {
	overflow: clip;
}

.container {
	margin-inline: auto;
	max-width: var(--flecha-container);
	padding-inline: clamp(1rem, 3vw, 2rem);
	width: 100%;
}

.narrow-container {
	margin-inline: auto;
	max-width: 820px;
	padding-inline: clamp(1rem, 3vw, 2rem);
	width: 100%;
}

.skip-link {
	position: fixed;
}

.announcement-bar {
	background: var(--flecha-blue);
	color: var(--flecha-ink);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.035em;
	position: relative;
	text-align: center;
	z-index: 70;
}

.announcement-bar__inner {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 38px;
	padding-block: 0.45rem;
}

.announcement-bar p {
	margin: 0;
}

.announcement-bar__close {
	align-items: center;
	background: transparent;
	border: 0;
	color: inherit;
	display: inline-flex;
	font-size: 1.25rem;
	height: 2rem;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: clamp(0.6rem, 3vw, 1.5rem);
	top: 50%;
	transform: translateY(-50%);
	width: 2rem;
}

.site-header {
	background: rgba(6, 11, 20, 0.98);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color: #fff;
	position: relative;
	z-index: 60;
}

.site-header__main {
	align-items: center;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: auto minmax(0, 1fr) auto;
	min-height: 112px;
}

.site-branding {
	align-items: center;
	display: inline-flex;
	flex-shrink: 0;
	padding-block: 1rem;
}

.custom-logo-link {
	display: block;
}

.custom-logo-link img {
	max-height: 70px;
	max-width: 205px;
	width: auto;
}

.default-brand-logo {
	display: block;
	height: 88px;
	overflow: hidden;
	position: relative;
	width: 205px;
}

.default-brand-logo img {
	height: 205px;
	left: 0;
	max-width: none;
	position: absolute;
	top: -60px;
	width: 205px;
}

.custom-logo-link--square-source {
	display: block;
	height: 88px;
	overflow: hidden;
	position: relative;
	width: 205px;
}

.custom-logo-link--square-source img {
	height: 205px;
	left: 0;
	max-height: none;
	max-width: none;
	position: absolute;
	top: -60px;
	width: 205px;
}

.brand-wordmark {
	align-items: center;
	display: inline-flex;
	font-size: 1.05rem;
	font-weight: 850;
	gap: 0.65rem;
	letter-spacing: -0.035em;
	line-height: 1;
	text-transform: uppercase;
}

.brand-mark {
	background: var(--flecha-blue);
	border-radius: 50%;
	display: inline-grid;
	height: 35px;
	place-items: center;
	position: relative;
	width: 35px;
}

.brand-mark::before {
	border-right: 2px solid var(--flecha-ink);
	border-top: 2px solid var(--flecha-ink);
	content: "";
	height: 7px;
	transform: translate(-1px, 1px) rotate(45deg);
	width: 7px;
}

.brand-mark::after {
	background: var(--flecha-ink);
	content: "";
	height: 2px;
	left: 9px;
	position: absolute;
	top: 17px;
	width: 17px;
}

.primary-navigation {
	justify-self: center;
}

.primary-navigation ul {
	align-items: center;
	display: flex;
	gap: clamp(1rem, 2vw, 2rem);
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-navigation a {
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 700;
	padding-block: 1rem;
	position: relative;
}

.primary-navigation a::after {
	background: var(--flecha-blue);
	bottom: 0.65rem;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 180ms ease;
	width: 100%;
}

.primary-navigation a:hover::after,
.primary-navigation .current-menu-item > a::after {
	transform: scaleX(1);
	transform-origin: left;
}

.header-actions {
	align-items: center;
	display: flex;
	gap: 0.45rem;
	justify-content: flex-end;
}

.header-action {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 750;
	gap: 0.5rem;
	justify-content: center;
	min-height: 44px;
	padding: 0.65rem 0.8rem;
	transition: background-color 160ms ease;
}

.header-action:hover {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.header-action__icon {
	display: inline-block;
	height: 18px;
	position: relative;
	width: 18px;
}

.header-action__icon--account {
	border: 1.8px solid currentColor;
	border-radius: 50%;
	height: 8px;
	left: 5px;
	position: absolute;
	top: 1px;
	width: 8px;
}

.header-action__icon--account::after {
	border: 1.8px solid currentColor;
	border-bottom: 0;
	border-radius: 12px 12px 0 0;
	content: "";
	height: 7px;
	left: -5px;
	position: absolute;
	top: 10px;
	width: 14px;
}

.header-action__icon--bag {
	border: 1.8px solid currentColor;
	border-radius: 3px;
	height: 14px;
	left: 1px;
	position: absolute;
	top: 4px;
	width: 16px;
}

.header-action__icon--bag::before {
	border: 1.8px solid currentColor;
	border-bottom: 0;
	border-radius: 7px 7px 0 0;
	content: "";
	height: 6px;
	left: 4px;
	position: absolute;
	top: -6px;
	width: 6px;
}

.cart-count {
	align-items: center;
	background: var(--flecha-blue);
	border-radius: 50%;
	color: var(--flecha-ink);
	display: inline-flex;
	font-size: 0.65rem;
	font-weight: 850;
	height: 20px;
	justify-content: center;
	line-height: 1;
	min-width: 20px;
	padding: 0.2rem;
}

.menu-toggle {
	align-items: center;
	background: transparent;
	border: 0;
	display: none;
	height: 44px;
	justify-content: center;
	padding: 0;
	width: 44px;
}

.menu-toggle__lines,
.menu-toggle__lines::before,
.menu-toggle__lines::after {
	background: currentColor;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	transition: transform 180ms ease, opacity 180ms ease;
	width: 20px;
}

.menu-toggle__lines {
	position: relative;
}

.menu-toggle__lines::before {
	top: -6px;
}

.menu-toggle__lines::after {
	top: 6px;
}

.menu-open .menu-toggle__lines {
	background: transparent;
}

.menu-open .menu-toggle__lines::before {
	top: 0;
	transform: rotate(45deg);
}

.menu-open .menu-toggle__lines::after {
	top: 0;
	transform: rotate(-45deg);
}

.header-search {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-block: 0.75rem;
}

.woocommerce-product-search,
.search-form {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	display: flex;
	gap: 0.5rem;
	margin: 0;
	min-height: 46px;
	padding: 0.25rem 0.3rem 0.25rem 1rem;
}

.search-form-shell {
	position: relative;
	width: 100%;
}

.woocommerce-product-search label,
.search-form label {
	flex: 1;
}

.woocommerce-product-search .search-field,
.search-form .search-field {
	background: transparent;
	border: 0;
	color: var(--flecha-ink);
	outline: none;
	padding: 0.55rem 0;
	width: 100%;
}

.woocommerce-product-search .search-field::placeholder,
.search-form .search-field::placeholder {
	color: #7a8796;
	opacity: 1;
}

.woocommerce-product-search button,
.search-form .search-submit {
	background: var(--flecha-ink);
	border: 0;
	border-radius: 999px;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 750;
	min-height: 36px;
	padding: 0.55rem 1rem;
}

.search-suggestions {
	background: #fff;
	border: 1px solid var(--flecha-line);
	border-radius: var(--flecha-radius-md);
	box-shadow: 0 22px 55px rgba(6, 11, 20, 0.2);
	color: var(--flecha-ink);
	left: 0;
	max-height: min(68vh, 520px);
	overflow-y: auto;
	padding: 0.5rem;
	position: absolute;
	right: 0;
	top: calc(100% + 0.55rem);
	z-index: 100;
}

.search-suggestions[hidden] {
	display: none;
}

.search-suggestions__status,
.search-suggestions__empty {
	color: var(--flecha-ink-soft);
	font-size: 0.82rem;
	margin: 0;
	padding: 1rem;
	text-align: center;
}

.search-suggestion {
	align-items: center;
	border-radius: 12px;
	display: grid;
	gap: 0.85rem;
	grid-template-columns: 58px minmax(0, 1fr) auto;
	padding: 0.65rem;
	transition: background-color 150ms ease;
}

.search-suggestion:hover,
.search-suggestion:focus-visible {
	background: var(--flecha-ice);
	color: var(--flecha-ink);
	outline: 0;
}

.search-suggestion__image {
	background: var(--flecha-ice);
	border-radius: 9px;
	height: 58px;
	object-fit: cover;
	width: 58px;
}

.search-suggestion__copy {
	min-width: 0;
}

.search-suggestion__category,
.search-suggestion__name,
.search-suggestion__price {
	display: block;
}

.search-suggestion__category {
	color: var(--flecha-ink-soft);
	font-size: 0.65rem;
	font-weight: 750;
	letter-spacing: 0.06em;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.search-suggestion__name {
	font-size: 0.86rem;
	font-weight: 750;
	line-height: 1.3;
	margin-top: 0.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.search-suggestion__price {
	font-size: 0.78rem;
	font-weight: 850;
	text-align: right;
	white-space: nowrap;
}

.search-suggestions__all {
	align-items: center;
	border-top: 1px solid var(--flecha-line);
	display: flex;
	font-size: 0.76rem;
	font-weight: 800;
	justify-content: space-between;
	margin-top: 0.35rem;
	padding: 0.85rem 0.75rem 0.5rem;
}

.search-suggestions__all:hover,
.search-suggestions__all:focus-visible {
	color: var(--flecha-blue-dark);
}

.hero {
	background: var(--flecha-ink);
	color: #fff;
	padding-block: clamp(2rem, 5vw, 4.5rem);
}

.hero__grid {
	align-items: center;
	display: grid;
	gap: clamp(2.5rem, 6vw, 6rem);
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
	min-height: min(610px, 72vh);
}

.eyebrow {
	align-items: center;
	display: inline-flex;
	font-size: 0.75rem;
	font-weight: 800;
	gap: 0.65rem;
	letter-spacing: 0.11em;
	margin: 0 0 1.25rem;
	text-transform: uppercase;
}

.eyebrow::before {
	background: currentColor;
	content: "";
	height: 1px;
	width: 30px;
}

.hero h1 {
	font-size: clamp(3rem, 6.4vw, 6.5rem);
	font-weight: 760;
	letter-spacing: -0.072em;
	line-height: 0.91;
	margin: 0;
	max-width: 850px;
}

.hero h1 em {
	color: var(--flecha-blue);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
}

.hero__lead {
	color: rgba(255, 255, 255, 0.75);
	font-size: clamp(1rem, 1.4vw, 1.2rem);
	margin: 1.75rem 0 0;
	max-width: 610px;
}

.hero__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.4rem;
	margin-top: 2rem;
}

.button,
.wp-block-button__link,
button.button,
input.button {
	align-items: center;
	background: var(--flecha-ink);
	border: 1px solid var(--flecha-ink);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 0.83rem;
	font-weight: 800;
	gap: 0.65rem;
	justify-content: center;
	letter-spacing: 0.01em;
	min-height: 48px;
	padding: 0.75rem 1.35rem;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.button:hover,
.wp-block-button__link:hover,
button.button:hover,
input.button:hover {
	background: var(--flecha-blue-dark);
	border-color: var(--flecha-blue-dark);
	color: #fff;
	transform: translateY(-1px);
}

.button--brand {
	background: var(--flecha-blue);
	border-color: var(--flecha-blue);
	color: var(--flecha-ink);
}

.button--brand:hover {
	background: #4da3ff;
	border-color: #4da3ff;
	color: var(--flecha-ink);
}

.button--text {
	background: transparent;
	border: 0;
	border-bottom: 1px solid currentColor;
	border-radius: 0;
	color: inherit;
	min-height: auto;
	padding: 0.2rem 0;
}

.button--text:hover {
	background: transparent;
	border-color: currentColor;
	color: inherit;
	transform: none;
}

.button__arrow {
	display: inline-block;
	font-size: 1.15em;
	transition: transform 160ms ease;
}

.button:hover .button__arrow {
	transform: translateX(3px);
}

.hero__visual {
	aspect-ratio: 4 / 5;
	background:
		radial-gradient(circle at 70% 18%, rgba(22, 131, 255, 0.94) 0 9%, transparent 9.3%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.02));
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: var(--flecha-radius-lg);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.16);
	overflow: hidden;
	position: relative;
}

.hero__visual::before {
	background: var(--flecha-blue);
	border-radius: 45% 55% 52% 48%;
	content: "";
	height: 48%;
	left: 24%;
	opacity: 0.88;
	position: absolute;
	top: 24%;
	transform: rotate(-12deg);
	width: 52%;
}

.hero__visual::after {
	border: 1px solid rgba(255, 255, 255, 0.65);
	border-radius: 50%;
	content: "";
	height: 40%;
	left: 30%;
	position: absolute;
	top: 28%;
	width: 42%;
}

.hero-card {
	backdrop-filter: blur(14px);
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 16px;
	max-width: 190px;
	padding: 1rem;
	position: absolute;
	z-index: 2;
}

.hero-card--top {
	left: -1.5rem;
	top: 12%;
}

.hero-card--bottom {
	bottom: 9%;
	right: -1.25rem;
}

.hero-card span {
	color: rgba(255, 255, 255, 0.7);
	display: block;
	font-size: 0.68rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.hero-card strong {
	display: block;
	font-size: 1rem;
	line-height: 1.3;
	margin-top: 0.35rem;
}

.trust-strip {
	background: var(--flecha-blue);
	border-bottom: 1px solid rgba(6, 11, 20, 0.14);
}

.trust-strip__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.trust-item {
	align-items: center;
	border-right: 1px solid rgba(6, 11, 20, 0.18);
	display: flex;
	gap: 0.8rem;
	justify-content: center;
	min-height: 82px;
	padding: 1rem;
}

.trust-item:last-child {
	border-right: 0;
}

.trust-item__mark {
	border: 1px solid rgba(6, 11, 20, 0.5);
	border-radius: 50%;
	display: grid;
	flex: 0 0 30px;
	font-size: 0.78rem;
	font-weight: 850;
	height: 30px;
	place-items: center;
}

.trust-item strong {
	display: block;
	font-size: 0.8rem;
	line-height: 1.25;
}

.trust-item span {
	display: block;
	font-size: 0.7rem;
	line-height: 1.3;
	margin-top: 0.2rem;
	opacity: 0.72;
}

.section {
	padding-block: clamp(4rem, 8vw, 7.5rem);
}

.section--tint {
	background: var(--flecha-ice);
}

.section-heading {
	align-items: end;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	margin-bottom: clamp(1.8rem, 4vw, 3rem);
}

.section-heading__copy {
	max-width: 680px;
}

.section-kicker {
	color: var(--flecha-ink-soft);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

.section-title {
	font-size: clamp(2rem, 4vw, 4rem);
	font-weight: 720;
	letter-spacing: -0.06em;
	line-height: 1;
	margin: 0;
}

.section-description {
	color: var(--flecha-ink-soft);
	margin: 1rem 0 0;
	max-width: 590px;
}

.text-link {
	align-items: center;
	border-bottom: 1px solid currentColor;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 0.8rem;
	font-weight: 800;
	gap: 0.55rem;
	padding-bottom: 0.25rem;
}

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

.category-card {
	background: #e9f2fb;
	border-radius: var(--flecha-radius-md);
	min-height: 360px;
	overflow: hidden;
	position: relative;
}

.category-card:nth-child(2) {
	background: #dcecff;
}

.category-card:nth-child(3) {
	background: #e8edf4;
}

.category-card:nth-child(4) {
	background: #d5e7fb;
}

.category-card__media {
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.category-card__media::after {
	background: linear-gradient(to top, rgba(6, 11, 20, 0.78), transparent 58%);
	content: "";
	inset: 0;
	position: absolute;
}

.category-card__media img {
	height: 100%;
	object-fit: cover;
	transition: transform 450ms cubic-bezier(0.22, 1, 0.36, 1);
	width: 100%;
}

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

.category-card__placeholder {
	height: 100%;
	overflow: hidden;
	position: relative;
}

.category-card__placeholder::before,
.category-card__placeholder::after {
	border: 1px solid rgba(6, 11, 20, 0.18);
	border-radius: 50%;
	content: "";
	position: absolute;
}

.category-card__placeholder::before {
	height: 230px;
	right: -55px;
	top: -30px;
	width: 230px;
}

.category-card__placeholder::after {
	bottom: 40px;
	height: 120px;
	left: 35px;
	width: 120px;
}

.category-card__content {
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 1.35rem;
	position: absolute;
	right: 0;
	z-index: 2;
}

.category-card__content h3 {
	font-size: 1.4rem;
	letter-spacing: -0.035em;
	line-height: 1.1;
	margin: 0;
}

.category-card__content span {
	font-size: 0.72rem;
	opacity: 0.78;
}

.category-card:not(:has(img)) .category-card__content {
	color: var(--flecha-ink);
}

.products-section .products {
	margin-bottom: 0;
}

.story-panel {
	background: var(--flecha-ink);
	border-radius: var(--flecha-radius-lg);
	color: #fff;
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	min-height: 500px;
	overflow: hidden;
}

.story-panel__visual {
	background:
		linear-gradient(135deg, transparent 0 45%, rgba(22, 131, 255, 0.96) 45% 66%, transparent 66%),
		radial-gradient(circle at 25% 72%, rgba(255, 255, 255, 0.14) 0 17%, transparent 17.3%);
	min-height: 430px;
	position: relative;
}

.story-panel__visual::before {
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	content: "";
	height: 260px;
	left: 19%;
	position: absolute;
	top: 17%;
	width: 260px;
}

.story-panel__visual span {
	bottom: 2rem;
	font-size: 0.7rem;
	font-weight: 750;
	left: 2rem;
	letter-spacing: 0.12em;
	position: absolute;
	text-transform: uppercase;
}

.story-panel__content {
	align-self: center;
	padding: clamp(2rem, 6vw, 5rem);
}

.story-panel__content h2 {
	font-size: clamp(2.3rem, 4.2vw, 4.7rem);
	font-weight: 700;
	letter-spacing: -0.065em;
	line-height: 0.98;
	margin: 0;
}

.story-panel__content p {
	color: rgba(255, 255, 255, 0.68);
	margin: 1.5rem 0 2rem;
	max-width: 510px;
}

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

.service-card {
	background: #fff;
	border: 1px solid var(--flecha-line);
	border-radius: var(--flecha-radius-md);
	padding: clamp(1.4rem, 3vw, 2.2rem);
}

.service-card__number {
	align-items: center;
	background: var(--flecha-ice);
	border-radius: 50%;
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 850;
	height: 36px;
	justify-content: center;
	width: 36px;
}

.service-card h3 {
	font-size: 1.15rem;
	letter-spacing: -0.03em;
	margin: 1.5rem 0 0.55rem;
}

.service-card p {
	color: var(--flecha-ink-soft);
	font-size: 0.9rem;
	margin: 0;
}

.content-area {
	min-height: 55vh;
	padding-block: clamp(3.5rem, 7vw, 7rem);
}

.page-header {
	margin-bottom: clamp(2rem, 5vw, 4rem);
}

.page-title {
	font-size: clamp(2.5rem, 5vw, 5rem);
	font-weight: 720;
	letter-spacing: -0.065em;
	line-height: 0.98;
	margin: 0;
}

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

.entry-card {
	border-bottom: 1px solid var(--flecha-line);
	display: grid;
	gap: clamp(1.5rem, 4vw, 3.5rem);
	grid-template-columns: minmax(0, 0.65fr) minmax(0, 1fr);
	padding-block: 2rem;
}

.entry-card:first-child {
	padding-top: 0;
}

.entry-card__thumbnail {
	background: var(--flecha-ice);
	border-radius: var(--flecha-radius-md);
	overflow: hidden;
}

.entry-card__thumbnail img {
	aspect-ratio: 16 / 10;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.entry-card__meta,
.entry-meta {
	color: var(--flecha-ink-soft);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}

.entry-card__title {
	font-size: clamp(1.6rem, 3vw, 2.6rem);
	letter-spacing: -0.05em;
	line-height: 1.05;
	margin: 0.65rem 0 1rem;
}

.entry-card__excerpt {
	color: var(--flecha-ink-soft);
}

.entry-header {
	margin-bottom: 2.5rem;
}

.entry-title {
	font-size: clamp(2.5rem, 5vw, 5.2rem);
	letter-spacing: -0.07em;
	line-height: 0.98;
	margin: 0.65rem 0 1.2rem;
}

.entry-content > * {
	margin-inline: auto;
	max-width: 760px;
}

.entry-content > .alignwide {
	max-width: 1120px;
}

.entry-content > .alignfull {
	max-width: none;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	letter-spacing: -0.035em;
	line-height: 1.15;
	margin-top: 1.8em;
}

.entry-content a:not(.button):not(.wp-block-button__link) {
	text-decoration: underline;
}

.entry-content blockquote {
	border-left: 3px solid var(--flecha-blue);
	font-size: 1.2rem;
	margin-block: 2rem;
	padding-left: 1.5rem;
}

.post-navigation,
.posts-navigation,
.pagination {
	margin-top: 3rem;
}

.nav-links {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
}

.page-numbers {
	align-items: center;
	border: 1px solid var(--flecha-line);
	border-radius: 50%;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	min-width: 42px;
	padding: 0.4rem;
}

.page-numbers.current {
	background: var(--flecha-ink);
	border-color: var(--flecha-ink);
	color: #fff;
}

.comments-area {
	border-top: 1px solid var(--flecha-line);
	margin-top: 4rem;
	padding-top: 2.5rem;
}

.comment-list {
	list-style: none;
	padding: 0;
}

.comment-body {
	border-bottom: 1px solid var(--flecha-line);
	padding-block: 1.5rem;
}

.comment-list .children {
	list-style: none;
}

.comment-form {
	display: grid;
	gap: 1rem;
}

.comment-form p {
	margin: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
input[type="number"],
textarea,
select {
	background: #fff;
	border: 1px solid var(--flecha-line);
	border-radius: var(--flecha-radius-sm);
	min-height: 48px;
	padding: 0.8rem 0.9rem;
	width: 100%;
}

textarea {
	min-height: 150px;
	resize: vertical;
}

.not-found {
	padding-block: clamp(5rem, 12vw, 10rem);
	text-align: center;
}

.not-found__code {
	color: var(--flecha-blue-dark);
	font-size: clamp(5rem, 18vw, 14rem);
	font-weight: 850;
	letter-spacing: -0.09em;
	line-height: 0.75;
	margin: 0;
}

.not-found h1 {
	font-size: clamp(2rem, 5vw, 4rem);
	letter-spacing: -0.06em;
	margin: 2rem 0 0.7rem;
}

.not-found p {
	color: var(--flecha-ink-soft);
	margin: 0 auto 2rem;
	max-width: 520px;
}

.site-footer {
	background: var(--flecha-ink);
	color: #fff;
	padding: clamp(3.5rem, 7vw, 6rem) 0 1.5rem;
}

.site-footer__top {
	display: grid;
	gap: clamp(2rem, 6vw, 6rem);
	grid-template-columns: 1.3fr 2fr;
}

.footer-brand p {
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.9rem;
	margin: 1.25rem 0 0;
	max-width: 370px;
}

.footer-brand .brand-mark {
	color: var(--flecha-ink);
}

.footer-menus {
	display: grid;
	gap: 2rem;
	grid-template-columns: repeat(3, 1fr);
}

.footer-column h2 {
	font-size: 0.72rem;
	letter-spacing: 0.1em;
	margin: 0 0 1.2rem;
	text-transform: uppercase;
}

.footer-column ul {
	display: grid;
	gap: 0.7rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-column a,
.footer-column li {
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.85rem;
}

.footer-column a:hover {
	color: var(--flecha-blue);
}

.site-footer__bottom {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.5);
	display: flex;
	font-size: 0.72rem;
	gap: 1rem;
	justify-content: space-between;
	margin-top: clamp(3rem, 6vw, 5rem);
	padding-top: 1.4rem;
}

.payment-badges {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

.payment-badges span {
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 5px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	padding: 0.3rem 0.45rem;
	text-transform: uppercase;
}

.whatsapp-float {
	align-items: center;
	background: var(--flecha-blue);
	border-radius: 50%;
	bottom: 1.25rem;
	box-shadow: 0 10px 30px rgba(6, 11, 20, 0.22);
	color: #fff;
	display: inline-flex;
	height: 56px;
	justify-content: center;
	padding: 0;
	position: fixed;
	right: 1.25rem;
	transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
	width: 56px;
	z-index: 55;
}

.whatsapp-float:hover {
	background: var(--flecha-blue-dark);
	box-shadow: 0 14px 34px rgba(6, 11, 20, 0.28);
	color: #fff;
	transform: translateY(-2px);
}

.whatsapp-float__icon {
	display: block;
	fill: currentColor;
	height: 28px;
	width: 28px;
}

.back-to-top {
	align-items: center;
	background: var(--flecha-ink);
	border: 0;
	border-radius: 50%;
	bottom: 1.25rem;
	color: #fff;
	display: flex;
	height: 42px;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 1.25rem;
	transform: translateY(8px);
	transition: opacity 160ms ease, transform 160ms ease;
	width: 42px;
	z-index: 50;
}

.back-to-top.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.admin-bar .site-header {
	top: 32px;
}

@media (min-width: 1001px) {
	.site-header.is-sticky {
		position: sticky;
		top: 0;
	}

	.admin-bar .site-header.is-sticky {
		top: 32px;
	}
}

@media (max-width: 1000px) {
	.site-header__main {
		grid-template-columns: auto 1fr auto;
		min-height: 72px;
	}

	.site-branding {
		padding-block: 0.75rem;
	}

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

	.primary-navigation {
		background: var(--flecha-ink);
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		inset: 100% 0 auto;
		max-height: 0;
		overflow: hidden;
		position: absolute;
		transition: max-height 260ms ease;
	}

	.menu-open .primary-navigation {
		box-shadow: 0 25px 45px rgba(6, 11, 20, 0.28);
		max-height: calc(100vh - 72px);
		overflow-y: auto;
	}

	.primary-navigation ul {
		align-items: stretch;
		display: grid;
		gap: 0;
		padding: 0.75rem clamp(1rem, 3vw, 2rem) 1.5rem;
	}

	.primary-navigation a {
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
		font-size: 1rem;
		justify-content: space-between;
		padding-block: 0.95rem;
	}

	.primary-navigation a::after {
		display: none;
	}

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

	.hero h1 {
		font-size: clamp(3rem, 8vw, 5.5rem);
	}

	.hero-card--top {
		left: -0.75rem;
	}

	.hero-card--bottom {
		right: -0.75rem;
	}

	.trust-strip__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.trust-item:nth-child(2) {
		border-right: 0;
	}

	.trust-item:nth-child(-n + 2) {
		border-bottom: 1px solid rgba(6, 11, 20, 0.18);
	}

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

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

@media (max-width: 720px) {
	.admin-bar .site-header {
		top: 46px;
	}

	.header-action__label,
	.header-action--account {
		display: none;
	}

	.header-actions {
		gap: 0;
	}

	.header-action {
		padding-inline: 0.55rem;
	}

	.search-suggestion {
		grid-template-columns: 50px minmax(0, 1fr);
	}

	.search-suggestion__image {
		height: 50px;
		width: 50px;
	}

	.search-suggestion__price {
		grid-column: 2;
		text-align: left;
	}

	.default-brand-logo {
		height: 72px;
		width: 165px;
	}

	.default-brand-logo img {
		height: 165px;
		top: -49px;
		width: 165px;
	}

	.custom-logo-link img {
		max-height: 62px;
		max-width: 165px;
	}

	.custom-logo-link--square-source {
		height: 72px;
		width: 165px;
	}

	.custom-logo-link--square-source img {
		height: 165px;
		max-height: none;
		max-width: none;
		top: -49px;
		width: 165px;
	}

	.hero {
		padding-top: 3rem;
	}

	.hero__grid {
		display: block;
		min-height: auto;
	}

	.hero h1 {
		font-size: clamp(3.3rem, 16vw, 5rem);
	}

	.hero__visual {
		aspect-ratio: 4 / 3.7;
		margin: 3rem 0 0;
	}

	.hero-card {
		max-width: 160px;
		padding: 0.8rem;
	}

	.hero-card--top {
		left: 0.7rem;
	}

	.hero-card--bottom {
		right: 0.7rem;
	}

	.trust-item {
		justify-content: flex-start;
		padding-inline: 0.7rem;
	}

	.trust-item__mark {
		display: none;
	}

	.section-heading {
		align-items: start;
		display: grid;
		gap: 1.2rem;
	}

	.category-grid {
		display: flex;
		margin-right: calc(clamp(1rem, 3vw, 2rem) * -1);
		overflow-x: auto;
		padding-bottom: 0.75rem;
		scroll-snap-type: x mandatory;
	}

	.category-card {
		flex: 0 0 min(78vw, 310px);
		min-height: 360px;
		scroll-snap-align: start;
	}

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

	.story-panel__visual {
		min-height: 320px;
	}

	.story-panel__content {
		padding: 2rem 1.5rem 2.5rem;
	}

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

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

	.footer-menus {
		grid-template-columns: 1fr 1fr;
	}

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

	.whatsapp-float {
		height: 50px;
		width: 50px;
	}

	.whatsapp-float__icon {
		height: 25px;
		width: 25px;
	}
}

@media (max-width: 480px) {
	.site-title-text {
		display: none;
	}

	.default-brand-logo {
		height: 59px;
		width: 135px;
	}

	.default-brand-logo img {
		height: 135px;
		top: -40px;
		width: 135px;
	}

	.custom-logo-link img {
		max-height: 52px;
		max-width: 135px;
	}

	.custom-logo-link--square-source {
		height: 59px;
		width: 135px;
	}

	.custom-logo-link--square-source img {
		height: 135px;
		max-height: none;
		max-width: none;
		top: -40px;
		width: 135px;
	}

	.trust-item span {
		display: none;
	}

	.footer-menus {
		grid-template-columns: 1fr;
	}
}

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