/*
 * Approved mobile-first composition for Garrot Knives.
 * This file deliberately loads after the desktop parity layer and only affects
 * narrow viewports; desktop geometry stays in garrot.css/parity.css.
 */

@media (max-width: 57.99rem) {
	:root {
		--page-gutter: 1.25rem;
	}

	.garrot-header {
		inset-block-start: 0;
		position: sticky;
		z-index: 120;
	}

	.garrot-top-strip {
		gap: .38rem;
		min-block-size: 2rem;
		padding-block: 0;
		padding-inline: .55rem;
		white-space: nowrap;
	}

	.garrot-top-strip__copy {
		font-size: clamp(.53rem, 2.3vw, .61rem);
		letter-spacing: .075em;
		overflow: visible;
		text-overflow: clip;
		white-space: nowrap;
	}

	.garrot-top-strip__flag {
		block-size: .66rem;
		inline-size: 1.04rem;
	}

	.garrot-header__inner {
		min-block-size: 4.5rem;
	}

	.garrot-brand {
		gap: .55rem;
	}

	.garrot-brand__mark {
		block-size: 2.45rem;
	}

	/* WooCommerce applies a generic image rule on cart and checkout pages.
	 * Scope the reset to the header so product imagery stays untouched. */
	body.woocommerce-page .garrot-header .garrot-brand__mark {
		block-size: 2.45rem;
		height: 2.45rem;
		inline-size: auto;
		max-inline-size: none;
		width: auto;
	}

	.garrot-brand__wordmark span:first-child {
		font-size: .96rem;
	}

	.garrot-brand__wordmark span:last-child {
		font-family: var(--font-display);
		font-size: .96rem;
		letter-spacing: .095em;
		margin-block-start: .12rem;
	}

	.garrot-header__mobile-actions {
		gap: .45rem;
	}

	.garrot-header__mobile-actions .garrot-cart-link {
		font-size: .64rem;
		letter-spacing: .06em;
		min-block-size: 2.75rem;
		min-inline-size: 4.45rem;
		padding-inline: .7rem;
	}

	.garrot-header__mobile-actions .garrot-cart-link__label {
		display: none;
	}

	.garrot-header__mobile-actions .garrot-cart-link__copy {
		display: inline-flex;
		gap: .22rem;
	}

	.garrot-menu-button {
		min-block-size: 2.75rem;
		min-inline-size: 2.75rem;
	}

	.garrot-navigation--mobile {
		box-shadow: 0 1rem 2rem rgb(0 0 0 / 34%);
		inset-inline: 0;
		position: absolute;
		top: 100%;
	}

	.garrot-navigation--mobile a {
		min-block-size: 3.25rem;
	}

	/* Landing: the image is intentionally shallow so the title, CTA and proof
	 * metadata are a single first-view composition on a phone. */
	.garrot-home-hero {
		min-block-size: 0;
	}

	.garrot-home-hero__media {
		block-size: clamp(14rem, 28.5svh, 15rem);
	}

	.garrot-home-hero__image {
		object-position: 50% 53%;
	}

	.garrot-home-hero__scrim {
		background: linear-gradient(180deg, rgb(13 13 13 / 0%) 36%, rgb(13 13 13 / 28%) 63%, #0d0d0d 100%);
	}

	.garrot-home-hero__copy {
		padding-block: .95rem 1.25rem;
	}

	.garrot-home-hero h1 {
		font-size: clamp(3.65rem, 16.5vw, 4.4rem);
		line-height: .84;
		max-inline-size: 5.85ch;
	}

	.garrot-home-hero h1.garrot-home-hero__title--professionals {
		font-size: clamp(2.9rem, 13.5vw, 3.3rem);
		max-inline-size: none;
	}

	.garrot-home-hero__rule {
		display: block;
		inline-size: 3.25rem;
		margin-block: .85rem .9rem;
	}

	.garrot-home-hero__copy > p {
		font-size: .93rem;
		line-height: 1.48;
		margin-block-start: 1.2rem;
		max-inline-size: 23rem;
	}

	.garrot-primary-action {
		inline-size: 100%;
		margin-block-start: 1.1rem;
		min-block-size: 3.25rem;
		padding-inline: 1.2rem;
	}

	.garrot-home-hero__metadata {
		column-gap: .4rem;
		margin-block-start: 1rem;
		padding-block-start: .75rem;
	}

	.garrot-home-hero__metadata li {
		gap: .25rem;
	}

	.garrot-home-hero__metadata span {
		font-size: .56rem;
		letter-spacing: .055em;
	}

	.garrot-home-hero__metadata strong {
		font-size: .61rem;
		letter-spacing: .015em;
	}

	.garrot-proof-strip {
		padding: .85rem .75rem 1.1rem;
	}

	.garrot-proof-strip__list {
		inline-size: 100%;
	}

	.garrot-proof-strip__list li {
		gap: .55rem;
		grid-template-columns: 2.2rem minmax(0, 1fr);
		min-block-size: 5.5rem;
		padding: .7rem;
	}

	.garrot-proof-strip__icon {
		block-size: 2rem;
		inline-size: 2rem;
	}

	.garrot-proof-strip__list small {
		font-size: .54rem;
	}

	.garrot-proof-strip__list strong {
		font-size: .66rem;
	}

	.garrot-proof-strip__list em {
		font-size: .45rem;
	}

	/* Landing modules use a full-bleed image and fade into their own surface. */
	.garrot-home-flagship__inner {
		display: flex;
		flex-direction: column;
	}

	.garrot-home-flagship {
		border-block-end-color: var(--carbon);
	}

	.garrot-home-flagship__media {
		block-size: 17.5rem;
		margin: 0;
		order: 2;
		overflow: hidden;
		position: relative;
	}

	.garrot-home-flagship__media::after {
		background: linear-gradient(180deg, var(--bone) 0%, rgb(238 233 223 / 0%) 18%, rgb(238 233 223 / 0%) 70%, var(--carbon) 100%);
		content: "";
		inset: 0;
		pointer-events: none;
		position: absolute;
		z-index: 2;
	}

	.garrot-home-flagship__media img {
		block-size: 100%;
		inline-size: 100%;
		object-fit: cover;
		object-position: 56% 52%;
		position: relative;
		z-index: 1;
	}

	.garrot-home-flagship__copy {
		order: 1;
		padding: 2.65rem var(--page-gutter) 1.5rem;
	}

	.garrot-home-flagship h2 {
		font-size: clamp(3.45rem, 15vw, 4.25rem);
	}

	.garrot-home-flagship__description {
		font-size: .98rem;
		line-height: 1.5;
	}

	.garrot-home-flagship__data {
		margin-block-start: 2rem;
	}

	.garrot-home-flagship__data > div {
		grid-template-columns: 2rem minmax(0, 1fr) auto;
		padding-block: .7rem;
	}

	.garrot-home-process__copy {
		padding: 2.5rem var(--page-gutter) 3rem;
	}

	.garrot-home-process__media {
		block-size: 15rem;
		position: relative;
	}

	.garrot-home-process__media::before {
		background: linear-gradient(180deg, var(--carbon) 0%, rgb(9 10 9 / 0%) 100%);
		block-size: 1.35rem;
		content: "";
		inset: 0 0 auto;
		pointer-events: none;
		position: absolute;
		z-index: 2;
	}

	.garrot-home-process__media::after {
		background: linear-gradient(180deg, rgb(9 10 9 / 0%) 45%, var(--carbon) 100%);
		content: "";
		inset: 0;
		pointer-events: none;
		position: absolute;
		z-index: 2;
	}

	.garrot-home-process__media img {
		position: relative;
		z-index: 1;
	}

	.garrot-home-process h2 {
		font-size: clamp(3rem, 14vw, 3.85rem);
	}

	.garrot-home-information {
		padding-block: 3.25rem;
	}

	.garrot-home-information__inner {
		gap: 2.25rem;
		padding-inline: var(--page-gutter);
	}

	.garrot-home-trust {
		background: #0d0d0d;
	}

	.garrot-home-trust__heading {
		margin-block-start: 3rem;
	}

	.garrot-home-trust__support {
		align-self: start;
		border-inline-start: 0;
		margin-block: 1.65rem 0;
		padding: 0;
	}

	.garrot-home-trust__media {
		aspect-ratio: auto;
		block-size: 19rem;
		margin: 1.5rem 0 0;
		order: 3;
	}

	.garrot-home-trust__media::after {
		background: linear-gradient(180deg, #0d0d0d 0%, rgb(13 13 13 / 88%) 10%, rgb(13 13 13 / 20%) 34%, rgb(13 13 13 / 20%) 61%, rgb(13 13 13 / 86%) 89%, #0d0d0d 100%);
	}

	.garrot-home-trust__media img {
		object-position: 50% 56%;
	}

	.garrot-home-trust__mark {
		display: none;
	}

	/* Product discovery and WooCommerce purchase flow. */
	.garrot-catalog {
		padding-block: 2.75rem 4rem;
	}

	.garrot-catalog h1 {
		font-size: clamp(3.8rem, 17vw, 4.75rem);
	}

	.garrot-catalog__grid {
		gap: 1rem;
		grid-template-columns: 1fr;
	}

	.garrot-product-card__content {
		padding: 1.25rem;
	}

	.garrot-product {
		padding-block: 1.75rem 3.75rem;
	}

	.garrot-product__layout {
		gap: 2rem;
	}

	.garrot-product__heading {
		padding-block-end: 1.5rem;
	}

	.garrot-product__heading h1 {
		font-size: clamp(3.1rem, 14vw, 4.2rem);
	}

	.garrot-gallery__main {
		aspect-ratio: 1 / .88;
		margin-inline: calc(var(--page-gutter) * -1);
	}

	.garrot-gallery__thumbnails {
		gap: .45rem;
	}

	.garrot-purchase-panel {
		padding: 1.35rem;
	}

	.garrot-purchase-panel .cart {
		gap: .6rem;
		margin-block: 1.2rem;
		padding-block: 1rem;
	}

	.garrot-add-to-cart {
		min-block-size: 3.35rem;
	}

	.garrot-specifications {
		margin-block-start: 2.25rem;
	}

	/* Editorial, legal and purchase-information pages use the same frame. */
	.garrot-editorial,
	.garrot-standard-page {
		padding-block: 2.75rem 4rem;
	}

	.garrot-editorial__opening,
	.garrot-editorial__commitment,
	.garrot-editorial__use {
		gap: 2rem;
		grid-template-columns: 1fr;
	}

	.garrot-editorial__header h1,
	.garrot-standard-page h1 {
		font-size: clamp(3.75rem, 16vw, 4.7rem);
		margin-block-end: 1.1rem;
	}

	.garrot-editorial__header > p:last-child {
		font-size: 1rem;
	}

	.garrot-editorial__hero-media {
		aspect-ratio: 390 / 300;
		inline-size: calc(100% + 2 * var(--page-gutter));
		margin: .5rem calc(var(--page-gutter) * -1) 0;
		position: relative;
	}

	.garrot-editorial__hero-media::after {
		background: linear-gradient(180deg, rgb(9 10 9 / 0%) 45%, var(--carbon) 100%);
		content: "";
		inset: 0;
		pointer-events: none;
		position: absolute;
	}

	.garrot-editorial__hero-media img {
		object-position: 50% 54%;
	}

	.garrot-editorial__commitment {
		border-block: 0;
		gap: 0;
		margin-block: 2.5rem 3.5rem;
		padding-block: 0;
	}

	.garrot-editorial__commitment figure {
		inline-size: calc(100% + 2 * var(--page-gutter));
		margin-inline: calc(var(--page-gutter) * -1);
		position: relative;
	}

	.garrot-editorial__commitment figure::after {
		background: linear-gradient(180deg, rgb(9 10 9 / 0%) 50%, var(--carbon) 100%);
		content: "";
		inset: 0;
		position: absolute;
	}

	.garrot-editorial__commitment-copy {
		display: grid;
		gap: .9rem;
		max-inline-size: 25rem;
		padding: 2.25rem 0 1rem;
	}

	.garrot-editorial__commitment-copy::before {
		display: none;
	}

	.garrot-editorial__commitment-kicker {
		border-inline-start: 2px solid var(--forge-red);
		color: var(--steel);
		font-family: var(--font-interface);
		font-size: .65rem;
		font-weight: 800;
		letter-spacing: .14em;
		margin: 0;
		padding-inline-start: .7rem;
		text-transform: uppercase;
	}

	.garrot-editorial__use h2 {
		font-size: clamp(2.15rem, 10.8vw, 2.7rem);
	}

	.garrot-editorial__commitment-lead {
		color: var(--bone);
		font-family: var(--font-display);
		font-size: clamp(2.35rem, 10.5vw, 2.7rem);
		font-weight: 600;
		letter-spacing: -.04em;
		line-height: .95;
		margin: 0;
		max-inline-size: 12ch;
	}

	.garrot-editorial__commitment-support {
		border-block-start: 1px solid var(--line-on-dark);
		color: var(--bone-muted);
		font-family: var(--font-interface);
		font-size: 1rem;
		font-weight: 500;
		letter-spacing: -.01em;
		line-height: 1.5;
		margin: .15rem 0 0;
		max-inline-size: 24rem;
		padding-block-start: 1rem;
	}

	.garrot-editorial__principles li {
		gap: .85rem;
		grid-template-columns: 2.5rem minmax(0, 1fr);
		padding-block: 1rem;
	}

	.garrot-customization-options,
	.garrot-info-grid,
	.garrot-legal-grid {
		grid-template-columns: 1fr;
	}

	.garrot-customization-options {
		gap: 0;
	}

	.garrot-customization-options li {
		border-inline-end: 0;
		border-block-end: 1px solid var(--line-on-dark);
		padding: 1.25rem 0;
	}

	.garrot-info-grid,
	.garrot-legal-grid {
		gap: 1rem;
	}

	.garrot-info-grid article,
	.garrot-legal-grid article {
		padding: 1.25rem;
	}

	.garrot-info-grid h2,
	.garrot-legal-grid h2 {
		font-size: clamp(2.25rem, 10vw, 3rem);
	}

	.garrot-info-grid__metric {
		font-size: 2.5rem;
	}

	/* A usable mobile footer without crushed columns or detached contact labels. */
	.garrot-footer {
		padding: 2.75rem var(--page-gutter) 1.25rem;
	}

	.garrot-footer__inner {
		gap: 2.25rem;
	}

	.garrot-footer__brand img {
		block-size: 3.75rem;
	}

	.garrot-footer__links {
		gap: 1.8rem 1.25rem;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.garrot-footer__links h2 {
		font-size: .7rem;
	}

	.garrot-footer__links a {
		font-size: .84rem;
		min-block-size: 2.25rem;
	}

	.garrot-footer__contact,
	.garrot-footer__social {
		border-inline-start: 0;
		grid-column: 1 / -1;
		padding-inline-start: 0;
	}

	.garrot-footer__contact a,
	.garrot-footer__social a {
		align-items: center;
	}

	.garrot-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		font-size: .58rem;
		gap: .65rem;
		padding-block-start: 1rem;
	}

	.garrot-whatsapp-float {
		bottom: calc(1rem + env(safe-area-inset-bottom));
		inset-inline-end: .875rem;
	}
}

@media (min-width: 58rem) {
	.garrot-home-hero h1.garrot-home-hero__title--professionals {
		font-size: clamp(4.5rem, 9.25svh, 7.25rem);
	}

	.garrot-home-information h2 {
		font-size: clamp(3rem, 3.888889vw, 3.5rem);
	}
}
