/*
Theme Name: Coto Robledo
Theme URI: https://lab.cotorobledo.es
Author: Sociedad de Cazadores El Robledo
Description: Tema de bloques flexible para un club de caza y naturaleza.
Version: 0.16.5
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: coto-robledo
*/

:root {
	--coto-shadow: 0 18px 50px rgb(25 38 28 / 12%);
}

html {
	scroll-behavior: smooth;
}

body {
	-webkit-font-smoothing: antialiased;
}

a {
	text-underline-offset: 0.18em;
}

.wp-site-blocks {
	overflow: clip;
}

.coto-site-header {
	box-shadow: 0 8px 28px rgb(25 38 28 / 8%);
	z-index: 100;
}

.coto-brand {
	flex: 0 1 28rem;
	gap: 1rem;
}

.coto-brand-copy {
	gap: 0;
}

.coto-brand-mark {
	flex: 0 0 auto;
	margin: 0;
}

.coto-brand-mark img {
	border-radius: 0.25rem;
	height: 68px;
	object-fit: contain;
	width: 47px;
}

.coto-brand-name {
	font-family: var(--wp--preset--font-family--display);
	font-size: clamp(1.25rem, 2vw, 1.75rem);
	font-weight: 750;
	letter-spacing: -0.02em;
	line-height: 1.08;
	margin: 0;
}

.coto-brand-name a {
	color: var(--wp--preset--color--forest);
	text-decoration: none;
}

.coto-brand-kicker {
	color: var(--wp--preset--color--earth);
	font-size: 0.68rem;
	font-weight: 750;
	letter-spacing: 0.11em;
	line-height: 1.2;
	margin: 0 0 0.28rem;
	text-transform: uppercase;
}

.coto-header-motto {
	color: var(--wp--preset--color--earth);
	font-family: var(--wp--preset--font-family--display);
	font-size: clamp(0.95rem, 1.4vw, 1.15rem);
	font-weight: 700;
	letter-spacing: 0.03em;
	margin: 0;
}

.coto-primary-nav {
	width: 100%;
}

.coto-primary-nav .wp-block-navigation__container {
	column-gap: clamp(1rem, 2.2vw, 2rem);
	row-gap: 0.5rem;
	width: 100%;
}

.coto-primary-nav .wp-block-navigation-item__content {
	white-space: nowrap;
}

.coto-primary-nav .coto-nav-cta > .wp-block-navigation-item__content {
	background: var(--wp--preset--color--forest);
	border-radius: 999px;
	color: var(--wp--preset--color--white);
	padding: 0.65rem 1rem;
}

.coto-utility-link {
	color: inherit;
	text-decoration: none;
}

.coto-card {
	box-shadow: var(--coto-shadow);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.coto-card:hover {
	box-shadow: 0 22px 58px rgb(25 38 28 / 18%);
	transform: translateY(-3px);
}

.coto-hero {
	min-height: clamp(34rem, 76vh, 52rem);
}

.coto-hero .wp-block-cover__inner-container {
	width: 100%;
}

.coto-eyebrow {
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.coto-rounded-media,
.coto-rounded-media img {
	border-radius: 1rem;
}

.wp-block-post-content img {
	border-radius: 0.75rem;
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.wp-block-post-content figure,
.wp-block-post-content .wp-caption {
	max-width: 100% !important;
}

.wp-block-post-content :is(.aligncenter, .alignnone) {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.page-id-46 .wp-block-post-content > hr,
.page-id-46 .wp-block-post-content > p:empty {
	display: none;
}

.wp-block-post-content > :is(p, figure) > img,
.wp-block-post-content > .wp-caption > img {
	height: auto !important;
	width: 100% !important;
}

.page-id-46 .wp-block-post-content > .wp-caption {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 760px !important;
	width: 100% !important;
}

.page-id-381 .wp-block-post-content :is(.wp-caption, figure) {
	margin-left: auto !important;
	margin-right: auto !important;
	width: 100% !important;
}

.page-id-46 .wp-block-post-content > .wp-caption > img,
.page-id-381 .wp-block-post-content :is(.wp-caption, figure) img {
	height: auto !important;
	width: 100% !important;
}

.wp-block-post-content img.wp-image-1081 {
	height: auto !important;
	max-height: 220px;
	max-width: 152px !important;
	object-fit: contain;
	width: auto !important;
}

.wp-block-post-content .wp-block-gallery,
.wp-block-post-content .gallery {
	align-items: stretch;
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wp-block-post-content :is(.wp-block-gallery, .gallery) img {
	aspect-ratio: 4 / 3;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.coto-news-banner {
	border-bottom: 1px solid var(--wp--preset--color--sand);
}

.coto-news-banner .coto-slide {
	min-height: 240px !important;
	padding-block: 1.25rem !important;
}

.coto-news-banner .coto-eyebrow {
	margin-block: 0 0.35rem;
}

.coto-news-banner .wp-block-heading {
	font-size: clamp(2rem, 3vw, 3.4rem) !important;
	line-height: 1.02;
	margin-block: 0 0.65rem;
}

.coto-news-downloads {
	align-content: start;
	align-items: start;
	display: grid;
	gap: 0.65rem;
	grid-template-columns: repeat(2, minmax(0, 18rem)) auto;
	height: auto !important;
	margin-top: 1rem;
	min-height: 0 !important;
	max-width: 100%;
	padding: 0;
}

.coto-news-downloads a {
	text-decoration: none;
}

.coto-news-downloads__item {
	background: var(--wp--preset--color--sand);
	border: 1px solid rgb(255 255 255 / 24%);
	border-radius: 999px;
	color: var(--wp--preset--color--forest);
	display: flex;
	gap: 0.6rem;
	height: auto !important;
	align-items: center;
	align-self: start;
	max-height: 4rem !important;
	min-height: 0 !important;
	min-width: 0;
	overflow: hidden;
	padding: 0.62rem 0.85rem;
	transition: background-color 160ms ease, transform 160ms ease;
}

.coto-news-downloads__item:hover {
	background: var(--wp--preset--color--paper);
	transform: translateY(-1px);
}

.coto-news-downloads__item svg {
	flex: 0 0 auto;
}

.coto-news-downloads__copy {
	display: grid;
	line-height: 1.15;
	min-width: 0;
}

.coto-news-downloads__copy strong {
	font-size: 0.82rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.coto-news-downloads__copy small {
	font-size: 0.7rem;
	opacity: 0.72;
}

.coto-news-downloads__archive {
	align-self: center;
	color: var(--wp--preset--color--white);
	font-size: 0.84rem;
	font-weight: 700;
	padding: 0.55rem 0.25rem;
	text-decoration: underline !important;
}

.coto-section-heading {
	max-width: 46rem;
}

.coto-section-heading .coto-eyebrow {
	color: var(--wp--preset--color--earth);
	font-size: 0.76rem;
	font-weight: 750;
	margin-bottom: 0.55rem;
}

.coto-section-heading h2 {
	font-size: clamp(2rem, 4vw, 3.25rem);
	margin-bottom: 0.65rem;
}

.coto-about > .alignwide {
	margin-left: 50%;
	max-width: none;
	transform: translateX(-50%);
	width: min(1180px, calc(100vw - 2rem));
}

.coto-about .coto-page-hero {
	grid-template-columns: minmax(22rem, 0.72fr) minmax(0, 1.28fr);
}

.coto-about .coto-page-hero__media {
	align-self: center;
	aspect-ratio: auto;
	min-height: 0;
}

.coto-about .coto-page-hero__media img {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto !important;
}

.coto-about .coto-page-hero__copy h1 {
	font-size: clamp(2.6rem, 4.2vw, 4rem);
}

.coto-about .coto-editorial-split {
	gap: clamp(2rem, 4vw, 3.5rem);
	grid-template-columns: minmax(24rem, 0.8fr) minmax(0, 1.2fr);
}

.coto-about .coto-editorial-split__copy h2 {
	font-size: clamp(2.25rem, 3.5vw, 3.25rem);
}

.coto-about .coto-editorial-split__media {
	align-self: center;
}

.coto-about .coto-editorial-split__media img {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto !important;
}

.coto-home-territory {
	margin-bottom: clamp(3rem, 7vw, 5rem);
	margin-top: clamp(3rem, 7vw, 5rem);
}

.coto-home-territory__heading {
	align-items: end;
	display: grid;
	gap: 1.25rem 3rem;
	grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.65fr);
	margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
}

.coto-home-territory__heading .coto-eyebrow {
	color: var(--wp--preset--color--earth);
	grid-column: 1 / -1;
	margin: 0;
}

.coto-home-territory__heading h2 {
	font-size: clamp(2.5rem, 5vw, 4.4rem);
	line-height: 1;
	margin: 0;
}

.coto-home-territory__heading > p:last-child {
	line-height: 1.65;
	margin: 0;
}

.coto-home-territory__story {
	align-items: center;
	background: var(--wp--preset--color--mist);
	border-radius: 1rem;
	display: grid;
	grid-template-columns: minmax(20rem, 0.68fr) minmax(0, 1.32fr);
	margin-top: 1rem;
	overflow: hidden;
}

.coto-home-territory__story--reverse {
	grid-template-columns: minmax(0, 1.32fr) minmax(20rem, 0.68fr);
}

.coto-home-territory__story--reverse .coto-home-territory__copy {
	order: 2;
}

.coto-home-territory__story--reverse .coto-home-territory__media {
	order: 1;
}

.coto-home-territory__copy {
	align-self: center;
	padding: clamp(1.75rem, 4vw, 3.25rem);
}

.coto-home-territory__copy .coto-eyebrow {
	color: var(--wp--preset--color--earth);
}

.coto-home-territory__copy h3 {
	font-size: clamp(2rem, 3.6vw, 3.25rem);
	line-height: 1.03;
	margin-block: 0.45rem 1rem;
}

.coto-home-territory__copy p:not(.coto-eyebrow) {
	line-height: 1.7;
}

.coto-home-territory__media {
	align-self: center;
	aspect-ratio: auto;
	margin: 0;
	min-width: 0;
	overflow: hidden;
	position: relative;
}

.coto-home-territory__media img {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.coto-home-territory__media figcaption {
	background: linear-gradient(transparent, rgb(4 22 15 / 74%));
	bottom: 0;
	color: var(--wp--preset--color--white);
	font-size: 0.75rem;
	font-weight: 750;
	left: 0;
	padding: 2.5rem 1rem 0.8rem;
	position: absolute;
	right: 0;
}

.coto-home-intro {
	align-items: center;
	background: var(--wp--preset--color--forest);
	border-radius: 1rem;
	color: var(--wp--preset--color--white);
	display: grid;
	gap: clamp(1.5rem, 4vw, 4rem);
	grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.85fr);
	margin-bottom: clamp(3rem, 7vw, 5rem);
	margin-top: clamp(3rem, 7vw, 5rem);
	overflow: hidden;
	padding: clamp(1.5rem, 5vw, 4rem);
	position: relative;
}

.coto-home-intro::after {
	background: radial-gradient(circle, rgb(225 214 188 / 18%) 0, transparent 68%);
	content: "";
	height: 28rem;
	pointer-events: none;
	position: absolute;
	right: -10rem;
	top: -13rem;
	width: 28rem;
}

.coto-home-intro__copy {
	position: relative;
	z-index: 1;
}

.coto-home-intro__copy .coto-eyebrow {
	color: var(--wp--preset--color--sand);
	font-size: 0.76rem;
	font-weight: 750;
}

.coto-home-intro__copy h2 {
	color: inherit;
	font-size: clamp(2.25rem, 5vw, 4.25rem);
	line-height: 1.02;
	margin-bottom: 1rem;
	max-width: 15ch;
}

.coto-home-intro__copy > p:last-child {
	font-size: 1.02rem;
	line-height: 1.7;
	max-width: 42rem;
}

.coto-home-intro__facts {
	display: grid;
	gap: 0.7rem;
	margin: 0;
	position: relative;
	z-index: 1;
}

.coto-home-intro__facts > div {
	background: rgb(255 255 255 / 9%);
	border: 1px solid rgb(255 255 255 / 14%);
	border-radius: 0.65rem;
	display: grid;
	gap: 0.12rem;
	padding: 0.9rem 1rem;
}

.coto-home-intro__facts dt,
.coto-membership-payment__details span {
	color: var(--wp--preset--color--sand);
	font-size: 0.7rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.coto-home-intro__facts dd {
	font-family: var(--wp--preset--font-family--display);
	font-size: 1.05rem;
	font-weight: 750;
	margin: 0;
}

.coto-membership-payment {
	background: var(--wp--preset--color--forest);
	border-radius: 1rem;
	color: var(--wp--preset--color--white);
	display: grid;
	gap: clamp(1.5rem, 4vw, 3rem);
	grid-template-columns: minmax(16rem, 0.75fr) minmax(20rem, 1.25fr);
	margin-bottom: clamp(3rem, 7vw, 5rem);
	margin-top: clamp(3rem, 7vw, 5rem);
	overflow: hidden;
	padding: clamp(1.5rem, 4vw, 3rem);
}

.coto-membership-payment__heading .coto-eyebrow,
.coto-quarter-map__heading .coto-eyebrow {
	color: var(--wp--preset--color--sand);
	font-size: 0.76rem;
	font-weight: 750;
	margin-bottom: 0.55rem;
}

.coto-membership-payment__heading h2 {
	color: inherit;
	font-size: clamp(2.25rem, 4.5vw, 3.75rem);
	line-height: 1;
	margin-bottom: 0.8rem;
}

.coto-membership-payment__details {
	display: grid;
	gap: 0.65rem;
}

.coto-membership-payment__details > div {
	background: rgb(255 255 255 / 9%);
	border-radius: 0.55rem;
	display: grid;
	gap: 0.25rem;
	padding: 0.85rem 1rem;
}

.coto-membership-payment__details strong {
	font-size: 1rem;
}

.coto-membership-payment__action {
	align-items: center;
	background: var(--wp--preset--color--sand);
	border-radius: 0.65rem;
	color: var(--wp--preset--color--forest);
	display: flex;
	gap: 1rem;
	grid-column: 1 / -1;
	justify-content: space-between;
	padding: 0.9rem 1rem;
}

.coto-membership-payment__action p {
	font-size: 0.88rem;
	margin: 0;
}

.coto-membership-payment__action a {
	background: var(--wp--preset--color--forest);
	border-radius: 999px;
	color: var(--wp--preset--color--white);
	flex: 0 0 auto;
	font-size: 0.85rem;
	font-weight: 750;
	padding: 0.68rem 1rem;
	text-decoration: none;
}

.coto-quarter-map {
	background: var(--wp--preset--color--mist);
	border-radius: 1rem;
	margin-bottom: clamp(3rem, 7vw, 5rem);
	margin-top: clamp(3rem, 7vw, 5rem);
	overflow: hidden;
	padding: clamp(1.25rem, 4vw, 3rem);
}

.coto-quarter-map__heading {
	align-items: end;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.7fr);
	margin-bottom: 1.5rem;
}

.coto-quarter-map__heading .coto-eyebrow {
	color: var(--wp--preset--color--earth);
}

.coto-quarter-map__heading h2 {
	font-size: clamp(2.25rem, 4.5vw, 3.75rem);
	line-height: 1;
	margin: 0;
}

.coto-quarter-map__heading > p {
	font-size: 0.92rem;
	margin: 0;
}

.coto-quarter-map__media {
	background: var(--wp--preset--color--paper);
	border-radius: 0.8rem;
	box-shadow: var(--coto-shadow);
	margin: 0;
	overflow: hidden;
}

.coto-quarter-map__media img {
	border-radius: 0;
	height: auto;
	width: 100%;
}

.coto-quarter-map__media figcaption {
	color: var(--wp--preset--color--earth);
	font-size: 0.76rem;
	padding: 0.65rem 0.85rem;
}

.coto-quarter-map__notice {
	align-items: center;
	background: var(--wp--preset--color--forest);
	border-radius: 0.65rem;
	color: var(--wp--preset--color--white);
	display: flex;
	gap: 1rem;
	margin-top: 0.85rem;
	padding: 0.85rem 1rem;
}

.coto-quarter-map__notice strong {
	color: var(--wp--preset--color--sand);
	flex: 0 0 auto;
}

.coto-quarter-map__notice p {
	font-size: 0.85rem;
	margin: 0;
}

.coto-page-hero,
.coto-area-hero {
	align-items: stretch;
	background: var(--wp--preset--color--forest);
	border-radius: 1rem;
	color: var(--wp--preset--color--white);
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(20rem, 1.05fr);
	margin-bottom: clamp(2rem, 5vw, 3.5rem);
	overflow: hidden;
}

.coto-page-hero__copy,
.coto-area-hero__copy {
	align-self: center;
	padding: clamp(1.75rem, 5vw, 4rem);
}

.coto-page-hero__copy .coto-eyebrow,
.coto-area-hero__copy .coto-eyebrow,
.coto-gallery-intro .coto-eyebrow,
.coto-page-heading .coto-eyebrow {
	color: var(--wp--preset--color--sand);
	font-size: 0.76rem;
	font-weight: 750;
	margin-bottom: 0.65rem;
}

.coto-page-hero__copy h1,
.coto-area-hero__copy h1 {
	color: inherit;
	font-size: clamp(2.5rem, 5vw, 4.75rem);
	line-height: 1;
	margin-bottom: 1rem;
}

.coto-page-hero__copy > p:last-child,
.coto-area-hero__copy > p:last-child {
	font-size: 1.02rem;
	line-height: 1.7;
}

.coto-page-hero__media,
.coto-area-hero__media {
	margin: 0;
	min-height: 30rem;
}

.coto-page-hero__media img,
.coto-area-hero__media img {
	border-radius: 0;
	height: 100% !important;
	object-fit: cover;
	width: 100% !important;
}

.coto-facts,
.coto-area-facts {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-bottom: clamp(3rem, 7vw, 5rem);
	margin-top: 0;
}

.coto-area-facts {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.coto-facts > div,
.coto-area-facts > div {
	background: var(--wp--preset--color--mist);
	border-top: 3px solid var(--wp--preset--color--earth);
	border-radius: 0.55rem;
	display: grid;
	gap: 0.2rem;
	padding: 1rem;
}

.coto-facts dt,
.coto-area-facts dt {
	color: var(--wp--preset--color--earth);
	font-size: 0.68rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.coto-facts dd,
.coto-area-facts dd {
	color: var(--wp--preset--color--forest);
	font-family: var(--wp--preset--font-family--display);
	font-size: 1.05rem;
	font-weight: 750;
	margin: 0;
}

.coto-editorial-split {
	align-items: center;
	display: grid;
	gap: clamp(2rem, 6vw, 5rem);
	grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 1.1fr);
	margin-bottom: clamp(3rem, 7vw, 5rem);
}

.coto-editorial-split__copy .coto-eyebrow,
.coto-area-story .coto-eyebrow {
	color: var(--wp--preset--color--earth);
	font-size: 0.76rem;
	font-weight: 750;
}

.coto-editorial-split__copy h2,
.coto-area-story h2 {
	font-size: clamp(2.1rem, 4.5vw, 3.6rem);
	line-height: 1.04;
}

.coto-editorial-split__copy p,
.coto-area-story p {
	line-height: 1.75;
}

.coto-editorial-split__media {
	margin: 0;
}

.coto-editorial-split__media img {
	aspect-ratio: 4 / 3;
	box-shadow: var(--coto-shadow);
	height: 100% !important;
	object-fit: cover;
	width: 100% !important;
}

.coto-values {
	background: var(--wp--preset--color--mist);
	border-radius: 1rem;
	box-sizing: border-box;
	margin-bottom: 1rem;
	padding: clamp(1.5rem, 4vw, 3rem);
}

.coto-values__grid {
	display: grid;
	gap: 0.85rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 1.75rem;
}

.coto-values__grid article {
	background: var(--wp--preset--color--paper);
	border-radius: 0.65rem;
	padding: 1.25rem;
}

.coto-values__grid span {
	color: var(--wp--preset--color--earth);
	font-size: 0.7rem;
	font-weight: 750;
}

.coto-values__grid h3 {
	font-size: 1.2rem;
	margin: 0.35rem 0 0.5rem;
}

.coto-values__grid p {
	font-size: 0.88rem;
	margin: 0;
}

.coto-area-story {
	display: grid;
	gap: clamp(1.5rem, 5vw, 4rem);
	grid-template-columns: minmax(16rem, 0.7fr) minmax(0, 1.3fr);
	margin-bottom: clamp(2.5rem, 6vw, 4rem);
}

.coto-area-story h2 {
	margin-bottom: 0;
}

.coto-area-gallery {
	display: grid;
	gap: 0.85rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: clamp(2.5rem, 6vw, 4rem);
}

.coto-area-gallery figure {
	margin: 0;
}

.coto-area-gallery img {
	aspect-ratio: 4 / 3;
	box-shadow: 0 10px 28px rgb(25 38 28 / 12%);
	cursor: zoom-in;
	height: 100% !important;
	object-fit: cover;
	width: 100% !important;
}

.coto-area-cta {
	align-items: center;
	background: var(--wp--preset--color--sand);
	border-radius: 0.75rem;
	display: flex;
	gap: 1.5rem;
	justify-content: space-between;
	padding: 1.1rem 1.25rem;
}

.coto-area-cta strong {
	color: var(--wp--preset--color--forest);
	font-family: var(--wp--preset--font-family--display);
	font-size: 1.08rem;
}

.coto-area-cta p {
	font-size: 0.85rem;
	margin: 0.2rem 0 0;
}

.coto-area-cta a {
	background: var(--wp--preset--color--forest);
	border-radius: 999px;
	color: var(--wp--preset--color--white);
	flex: 0 0 auto;
	font-size: 0.85rem;
	font-weight: 750;
	padding: 0.7rem 1.1rem;
	text-decoration: none;
}

.coto-gallery-intro,
.coto-page-heading {
	background: var(--wp--preset--color--forest);
	border-radius: 1rem;
	color: var(--wp--preset--color--white);
	margin-bottom: clamp(2rem, 5vw, 3.5rem);
	padding: clamp(1.75rem, 5vw, 4rem);
}

.coto-gallery-intro h1,
.coto-page-heading h1 {
	color: inherit;
	font-size: clamp(2.5rem, 5vw, 4.75rem);
	line-height: 1;
	margin-bottom: 0.8rem;
}

.coto-gallery-intro > p:last-child,
.coto-page-heading > p:last-child {
	font-size: 1.02rem;
	margin-bottom: 0;
	max-width: 48rem;
}

.coto-download-cards {
	display: grid;
	gap: 0.85rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.coto-download-card {
	background: var(--wp--preset--color--mist);
	border-radius: 0.75rem;
	display: grid;
	gap: 1.25rem;
	grid-template-rows: 1fr auto;
	padding: clamp(1.2rem, 3vw, 2rem);
}

.coto-download-card span {
	color: var(--wp--preset--color--earth);
	font-size: 0.7rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.coto-download-card__meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: space-between;
}

.coto-download-card .coto-download-card__season {
	background: var(--wp--preset--color--sand);
	border-radius: 999px;
	color: var(--wp--preset--color--forest);
	font-size: 0.66rem;
	padding: 0.35rem 0.6rem;
	white-space: nowrap;
}

.coto-download-card h2 {
	font-size: clamp(1.45rem, 3vw, 2rem);
	margin: 0.3rem 0 0.55rem;
}

.coto-download-card p {
	font-size: 0.9rem;
	margin: 0;
}

.coto-download-button {
	align-items: center;
	background: var(--wp--preset--color--forest);
	border: 1px solid var(--wp--preset--color--forest);
	border-radius: 999px;
	color: var(--wp--preset--color--white);
	display: inline-flex;
	font-size: 0.86rem;
	font-weight: 750;
	gap: 0.5rem;
	justify-content: center;
	padding: 0.72rem 1.05rem;
	text-decoration: none;
	transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.coto-download-button:hover {
	background: var(--wp--preset--color--paper);
	color: var(--wp--preset--color--forest);
	transform: translateY(-1px);
}

.coto-download-button:focus-visible {
	outline: 3px solid var(--wp--preset--color--earth);
	outline-offset: 3px;
}

.coto-download-button svg {
	flex: 0 0 auto;
}

.coto-downloads-page__help {
	background: var(--wp--preset--color--sand);
	border-radius: 0.65rem;
	font-size: 0.88rem;
	margin-top: 1rem;
	padding: 0.9rem 1rem;
}

.coto-downloads-page__help a {
	font-weight: 750;
	margin-left: 0.3rem;
}

.coto-board,
.coto-quarters {
	margin-bottom: clamp(3rem, 7vw, 5rem);
	margin-top: clamp(3rem, 7vw, 5rem);
}

.coto-board {
	background: var(--wp--preset--color--mist);
	border-radius: 1rem;
	padding: clamp(1.5rem, 4vw, 3rem);
}

.coto-board__grid {
	display: grid;
	gap: 0.85rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 1.75rem;
}

.coto-board__member {
	background: var(--wp--preset--color--paper);
	border-left: 4px solid var(--wp--preset--color--earth);
	border-radius: 0.6rem;
	box-shadow: 0 10px 26px rgb(25 38 28 / 8%);
	display: grid;
	gap: 0.35rem;
	padding: 1.15rem 1.25rem;
}

.coto-board__member span {
	color: var(--wp--preset--color--earth);
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.coto-board__member strong {
	color: var(--wp--preset--color--forest);
	font-family: var(--wp--preset--font-family--display);
	font-size: 1.08rem;
}

.coto-quarters__grid {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 1.75rem 0 1.25rem;
	padding: 0;
}

.coto-quarters__grid li {
	background: var(--wp--preset--color--forest);
	border-radius: 0.7rem;
	color: var(--wp--preset--color--white);
	display: grid;
	gap: 0.2rem;
	padding: 1rem 1.15rem;
}

.coto-quarters__grid span {
	color: var(--wp--preset--color--sand);
	font-size: 0.72rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.coto-quarters__grid strong {
	font-size: 1rem;
}

.coto-quarters__note {
	background: var(--wp--preset--color--mist);
	border-radius: 0.6rem;
	font-size: 0.88rem;
	margin: 0;
	padding: 0.85rem 1rem;
}

.coto-quarters__note a {
	font-weight: 750;
	margin-left: 0.35rem;
}

.coto-slider {
	overflow: hidden;
	position: relative;
}

.coto-slider .coto-slide {
	display: none;
	margin: 0;
}

.coto-slider .coto-slide:first-child,
.coto-slider.is-ready .coto-slide.is-active {
	display: grid;
}

.coto-slider.is-ready .coto-slide:first-child:not(.is-active) {
	display: none;
}

.coto-slider__controls {
	align-items: center;
	bottom: 1rem;
	display: flex;
	gap: 0.55rem;
	position: absolute;
	right: max(1rem, calc((100% - 1180px) / 2));
	z-index: 4;
}

.coto-slider__button,
.coto-slider__dot {
	align-items: center;
	background: rgb(255 255 255 / 92%);
	border: 0;
	color: var(--wp--preset--color--forest);
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
}

.coto-slider__button {
	border-radius: 999px;
	font-size: 1.2rem;
	height: 2.4rem;
	width: 2.4rem;
}

.coto-slider__dot {
	border-radius: 50%;
	height: 0.65rem;
	opacity: 0.62;
	padding: 0;
	width: 0.65rem;
}

.coto-slider__dot[aria-current="true"] {
	background: var(--wp--preset--color--sand);
	opacity: 1;
}

.coto-native-legacy-slider {
	background: var(--wp--preset--color--forest);
	border-radius: 0;
	box-shadow: none;
	margin-bottom: var(--wp--preset--spacing--40);
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: var(--wp--preset--spacing--40);
	max-width: none;
	width: 100vw;
}

.coto-native-legacy-slider .coto-slide {
	aspect-ratio: 930 / 288;
}

.coto-native-legacy-slider .coto-slide img {
	border-radius: 0;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.coto-gallery-viewer {
	background: var(--wp--preset--color--charcoal);
	border: 1px solid var(--wp--preset--color--sand);
	border-radius: 1rem;
	box-sizing: border-box;
	box-shadow: 0 30px 90px rgb(0 0 0 / 45%);
	height: min(76vh, 820px);
	margin: 0 0 var(--wp--preset--spacing--40);
	max-height: 76vh;
	overflow: hidden;
	padding: 3.5rem 4.5rem 3rem;
	position: relative;
	width: 94vw;
	left: 50%;
	transform: translateX(-50%);
}

.coto-gallery-viewer img {
	height: 100%;
	object-fit: contain;
	opacity: 1;
	transition: opacity 140ms ease;
	width: 100%;
}

.coto-gallery-viewer.is-loading img {
	opacity: 0.3;
}

.coto-gallery-viewer.is-loading::after {
	animation: coto-gallery-spin 700ms linear infinite;
	border: 3px solid rgb(255 255 255 / 35%);
	border-radius: 50%;
	border-top-color: var(--wp--preset--color--sand);
	content: "";
	height: 2.25rem;
	left: calc(50% - 1.125rem);
	pointer-events: none;
	position: absolute;
	top: calc(50% - 1.125rem);
	width: 2.25rem;
}

@keyframes coto-gallery-spin {
	to {
		transform: rotate(360deg);
	}
}

.coto-gallery-viewer__close,
.coto-gallery-viewer__previous,
.coto-gallery-viewer__next {
	background: var(--wp--preset--color--paper);
	border: 0;
	border-radius: 999px;
	color: var(--wp--preset--color--forest);
	cursor: pointer;
	font-size: 1.4rem;
	height: 2.6rem;
	position: absolute;
	width: 2.6rem;
}

.coto-gallery-viewer__close {
	right: 1rem;
	top: 1rem;
}

.coto-gallery-viewer__previous,
.coto-gallery-viewer__next {
	top: 50%;
	transform: translateY(-50%);
}

.coto-gallery-viewer__previous {
	left: 1rem;
}

.coto-gallery-viewer__next {
	right: 1rem;
}

.coto-gallery-viewer__caption {
	bottom: 0.65rem;
	color: var(--wp--preset--color--white);
	font-size: 0.9rem;
	left: 5rem;
	margin: 0;
	position: absolute;
	right: 5rem;
	text-align: center;
}

.editor-styles-wrapper .coto-slider .coto-slide {
	display: grid !important;
}

.coto-legacy-widgets {
	border-top: 1px solid var(--wp--preset--color--sand);
	margin-top: var(--wp--preset--spacing--50);
	padding-top: var(--wp--preset--spacing--40);
}

.coto-legacy-widgets__header {
	margin-bottom: var(--wp--preset--spacing--40);
	max-width: 46rem;
}

.coto-legacy-widgets__header .coto-eyebrow {
	color: var(--wp--preset--color--earth);
	font-size: 0.78rem;
	font-weight: 750;
	margin-bottom: 0.6rem;
}

.coto-legacy-widgets__header h2 {
	font-size: clamp(2rem, 4vw, 3.25rem);
	margin-bottom: 0.75rem;
	margin-top: 0;
}

.coto-legacy-widgets__grid {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.coto-legacy-widgets .widget {
	display: none;
}

.coto-legacy-widgets .widget_media_image {
	display: block;
	margin: 0;
	min-width: 0;
}

.coto-legacy-widgets .widget_media_image figure {
	height: 100%;
	margin: 0;
}

.coto-legacy-widgets .widget_media_image img {
	aspect-ratio: 4 / 3;
	border-radius: 0.75rem;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.coto-legacy-widgets .widget_media_image figcaption {
	color: var(--wp--preset--color--earth);
	font-size: 0.88rem;
	line-height: 1.4;
	margin-top: 0.55rem;
}

.coto-location-map {
	align-items: stretch;
	background: var(--wp--preset--color--forest);
	border-radius: 1rem;
	box-shadow: var(--coto-shadow);
	color: var(--wp--preset--color--white);
	display: grid;
	gap: 0;
	grid-template-columns: minmax(17rem, 0.72fr) minmax(0, 1.28fr);
	margin-bottom: var(--wp--preset--spacing--50);
	margin-top: var(--wp--preset--spacing--50);
	overflow: hidden;
}

.coto-location-map__intro {
	align-self: center;
	padding: clamp(1.75rem, 4vw, 3.5rem);
}

.coto-location-map__intro .coto-eyebrow {
	color: var(--wp--preset--color--sand);
	font-size: 0.78rem;
	font-weight: 750;
	margin: 0 0 0.75rem;
}

.coto-location-map__intro h2 {
	color: inherit;
	font-size: clamp(2rem, 3.8vw, 3.4rem);
	line-height: 1.03;
	margin: 0 0 1rem;
}

.coto-location-map__intro p:not(.coto-eyebrow) {
	font-size: 1.02rem;
	line-height: 1.65;
}

.coto-location-map__contact {
	background: var(--wp--preset--color--sand);
	border: 1px solid transparent;
	border-radius: 999px;
	color: var(--wp--preset--color--forest);
	display: inline-block;
	font-size: 0.9rem;
	font-weight: 750;
	margin-top: 0.75rem;
	padding: 0.68rem 1rem;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.coto-location-map__contact:hover {
	background: var(--wp--preset--color--paper);
	border-color: var(--wp--preset--color--sand);
	transform: translateY(-1px);
}

.coto-location-map__canvas {
	background: var(--wp--preset--color--paper);
	display: flex;
	min-height: 430px;
	overflow: hidden;
}

.coto-external-media {
	align-items: center;
	background:
		linear-gradient(135deg, rgb(24 58 42 / 92%), rgb(82 115 77 / 82%)),
		var(--wp--preset--color--forest);
	display: flex;
	flex: 1 1 auto;
	height: 100%;
	justify-content: center;
	min-height: 430px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.coto-external-media iframe {
	border: 0;
	display: block;
	height: 100%;
	inset: 0;
	min-height: inherit;
	position: absolute;
	width: 100%;
}

.coto-external-media__notice {
	color: var(--wp--preset--color--white);
	max-width: 32rem;
	padding: clamp(1.5rem, 4vw, 3rem);
	text-align: center;
}

.coto-external-media__notice strong {
	display: block;
	font-family: var(--wp--preset--font-family--display);
	font-size: clamp(1.5rem, 3vw, 2.2rem);
	line-height: 1.1;
	margin-bottom: 0.75rem;
}

.coto-external-media__notice p {
	line-height: 1.6;
}

.coto-external-media__load {
	background: var(--wp--preset--color--sand);
	border: 1px solid transparent;
	border-radius: 999px;
	box-shadow: 0 10px 24px rgb(0 0 0 / 14%);
	color: var(--wp--preset--color--forest);
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 0.95rem;
	font-weight: 750;
	margin: 0.75rem 0;
	padding: 0.72rem 1.1rem;
	transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.coto-external-media__load:hover {
	background: var(--wp--preset--color--paper);
	box-shadow: 0 12px 28px rgb(0 0 0 / 20%);
	transform: translateY(-1px);
}

.coto-external-media__load:focus-visible,
.coto-location-map__contact:focus-visible {
	outline: 3px solid var(--wp--preset--color--white);
	outline-offset: 3px;
}

.coto-external-media__notice a {
	color: var(--wp--preset--color--white);
	display: block;
	font-size: 0.82rem;
	margin-top: 0.25rem;
}

.coto-external-media--video {
	aspect-ratio: 16 / 9;
	border-radius: 0.85rem;
	margin: var(--wp--preset--spacing--40) auto;
	max-width: 760px;
	min-height: 0;
}

.coto-external-media--video iframe {
	min-height: 100%;
}

.coto-contact-intro {
	background:
		linear-gradient(120deg, rgb(24 58 42 / 96%), rgb(82 115 77 / 88%)),
		linear-gradient(var(--wp--preset--color--forest), var(--wp--preset--color--forest));
	border-radius: 1rem;
	box-shadow: var(--coto-shadow);
	color: var(--wp--preset--color--white);
	display: grid;
	gap: clamp(2rem, 5vw, 5rem);
	grid-template-columns: minmax(0, 1.35fr) minmax(16rem, 0.65fr);
	margin-bottom: var(--wp--preset--spacing--50);
	overflow: hidden;
	padding: clamp(2rem, 5vw, 4.5rem);
}

.coto-contact-intro .coto-eyebrow {
	color: var(--wp--preset--color--sand);
	font-size: 0.78rem;
	font-weight: 750;
	margin: 0 0 0.75rem;
}

.coto-contact-intro h1 {
	color: inherit;
	font-size: clamp(3rem, 7vw, 5.5rem);
	line-height: 0.95;
	margin: 0 0 1.25rem;
}

.coto-contact-intro__copy > p:last-child {
	font-size: clamp(1rem, 1.8vw, 1.2rem);
	line-height: 1.65;
	max-width: 42rem;
}

.coto-contact-intro__details {
	align-content: center;
	display: grid;
	gap: 1.5rem;
}

.coto-contact-intro__details > div {
	border-left: 2px solid var(--wp--preset--color--sand);
	display: grid;
	gap: 0.25rem;
	padding-left: 1rem;
}

.coto-contact-intro__details span {
	color: var(--wp--preset--color--sand);
	font-size: 0.75rem;
	font-weight: 750;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.coto-contact-intro__details :is(strong, a) {
	color: inherit;
	font-size: 1rem;
	text-decoration: none;
}

.page-id-551 .wp-block-post-content > :is(h1, h2, hr, pre) {
	display: none;
}

.page-id-551 .wp-block-post-content > p:has(.wpcf7) {
	max-width: 100%;
}

.page-id-551 .wpcf7 {
	margin-left: auto;
	margin-right: auto;
	max-width: 880px;
}

.page-id-551 .wpcf7 form {
	background: var(--wp--preset--color--white);
	border: 1px solid var(--wp--preset--color--sand);
	border-radius: 1rem;
	box-shadow: var(--coto-shadow);
	display: grid;
	gap: 1.25rem 1.5rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: clamp(1.5rem, 4vw, 3.25rem);
}

.page-id-551 .coto-contact-form__heading,
.page-id-551 .coto-contact-form__privacy,
.page-id-551 .wpcf7 form > p:has(textarea),
.page-id-551 .wpcf7 form > p:has(input[type="checkbox"]),
.page-id-551 .wpcf7 form > p:has(input[type="submit"]),
.page-id-551 .wpcf7 form > p:has(input[type="file"]),
.page-id-551 .wpcf7 form > p:not(:has(input, textarea)) {
	grid-column: 1 / -1;
}

.page-id-551 .coto-contact-form__privacy {
	background: var(--wp--preset--color--mist);
	border-left: 4px solid var(--wp--preset--color--moss);
	border-radius: 0.5rem;
	padding: 1.25rem;
}

.page-id-551 .coto-contact-form__privacy h3 {
	font-size: 1.2rem;
	margin: 0 0 0.8rem;
}

.page-id-551 .coto-contact-form__privacy dl {
	display: grid;
	gap: 0.65rem;
	margin: 0;
}

.page-id-551 .coto-contact-form__privacy dl > div {
	display: grid;
	gap: 0.2rem;
	grid-template-columns: minmax(7rem, 0.32fr) minmax(0, 0.68fr);
}

.page-id-551 .coto-contact-form__privacy :is(dt, dd) {
	margin: 0;
}

.page-id-551 .coto-contact-form__privacy dt {
	font-weight: 750;
}

.page-id-551 .coto-contact-form__privacy > p:last-child {
	font-size: 0.9rem;
	margin-bottom: 0;
}

.page-id-551 .coto-contact-form__heading {
	border-bottom: 1px solid var(--wp--preset--color--sand);
	margin-bottom: 0.5rem;
	padding-bottom: 1.5rem;
}

.page-id-551 .coto-contact-form__heading .coto-eyebrow {
	color: var(--wp--preset--color--earth);
	font-size: 0.75rem;
	font-weight: 750;
	margin: 0 0 0.5rem;
}

.page-id-551 .coto-contact-form__heading h2 {
	font-size: clamp(2rem, 4vw, 3rem);
	margin: 0 0 0.5rem;
}

.page-id-551 .coto-contact-form__heading p:last-child {
	margin: 0;
}

.page-id-551 .wpcf7 form > p {
	font-weight: 650;
	margin: 0;
}

.page-id-551 .wpcf7 :is(input[type="text"], input[type="email"], input[type="tel"], textarea) {
	background: var(--wp--preset--color--mist);
	border: 1px solid var(--wp--preset--color--sand);
	border-radius: 0.55rem;
	box-sizing: border-box;
	font: inherit;
	margin-top: 0.4rem;
	padding: 0.8rem 0.9rem;
	width: 100%;
}

.page-id-551 .wpcf7 textarea {
	min-height: 11rem;
	resize: vertical;
}

.page-id-551 .wpcf7 :is(input, textarea):focus {
	border-color: var(--wp--preset--color--forest);
	box-shadow: 0 0 0 3px rgb(82 115 77 / 18%);
	outline: 0;
}

.page-id-551 .wpcf7 input[type="file"] {
	background: var(--wp--preset--color--mist);
	border: 1px dashed var(--wp--preset--color--fern);
	border-radius: 0.55rem;
	box-sizing: border-box;
	display: block;
	margin-top: 0.5rem;
	padding: 0.85rem;
	width: 100%;
}

.page-id-551 .wpcf7 input[type="submit"] {
	background: var(--wp--preset--color--forest);
	border: 0;
	border-radius: 999px;
	color: var(--wp--preset--color--white);
	cursor: pointer;
	font: inherit;
	font-weight: 750;
	min-width: 10rem;
	padding: 0.85rem 1.4rem;
}

.page-id-551 .wpcf7 form > p:has(input[type="file"]) {
	order: 6;
}

.page-id-551 .wpcf7 form > p:has(input[type="submit"]) {
	order: 7;
	text-align: left !important;
}

.page-id-551 .wpcf7 .wpcf7-response-output {
	grid-column: 1 / -1;
	margin: 0;
}

.coto-footer-brand {
	font-family: var(--wp--preset--font-family--display);
	font-size: clamp(1.4rem, 2.4vw, 2rem);
	font-weight: 750;
	line-height: 1.12;
	margin: 0;
}

.coto-footer-brand a,
.coto-footer-nav a,
.coto-footer-contact a {
	color: inherit;
	text-decoration: none;
}

.coto-footer-nav {
	gap: 0.55rem 1rem;
}

.coto-footer-nav a:hover,
.coto-footer-contact a:hover {
	text-decoration: underline;
}

.coto-downloads .wp-block-file {
	align-items: center;
	border-bottom: 1px solid var(--wp--preset--color--sand);
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin: 0;
	padding: 1rem 0;
}

.coto-downloads .wp-block-file__button {
	margin-left: auto;
}

.coto-legal {
	max-width: 48rem;
}

.coto-legal :is(h2, h3) {
	margin-top: 2em;
}

.coto-legal-page .wp-block-post-content {
	font-size: 1rem;
	max-width: 880px;
}

.coto-legal-page .wp-block-post-content > h1 {
	font-size: clamp(2.5rem, 6vw, 4.75rem);
	margin-bottom: var(--wp--preset--spacing--40);
}

.coto-legal-page .wp-block-post-content :is(h2, h3) {
	margin-top: 2.2em;
}

.coto-legal-page .wp-block-post-content table {
	border-collapse: collapse;
	display: block;
	overflow-x: auto;
	width: 100%;
}

.coto-legal-page .wp-block-post-content :is(th, td) {
	border: 1px solid var(--wp--preset--color--sand);
	padding: 0.75rem;
	text-align: left;
	vertical-align: top;
}

.coto-legal-page .wp-block-post-content th {
	background: var(--wp--preset--color--mist);
}

.coto-cookie-settings {
	color: inherit;
	cursor: pointer;
	text-decoration: underline;
}

.coto-home-showcase {
	background: var(--wp--preset--color--mist);
	border-radius: 1.1rem;
	display: grid;
	grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.28fr);
	margin-block: clamp(2rem, 5vw, 4rem);
	max-height: 25rem;
	overflow: hidden;
}

.coto-home-showcase--rio {
	background: var(--wp--preset--color--forest);
	color: var(--wp--preset--color--white);
}

.coto-home-showcase--rio .coto-home-showcase__copy {
	order: 2;
}

.coto-home-showcase--rio .coto-home-showcase__media {
	order: 1;
}

.coto-home-showcase__copy {
	align-self: center;
	min-width: 0;
	padding: clamp(1.75rem, 4vw, 3.5rem);
}

.coto-home-showcase__copy h2 {
	font-size: clamp(2.2rem, 4vw, 4rem);
	line-height: 1;
	margin-block: 0.35rem 1rem;
	overflow-wrap: break-word;
}

.coto-home-showcase__copy > p:last-child {
	font-size: clamp(1rem, 1.35vw, 1.15rem);
	line-height: 1.65;
	margin-bottom: 0;
}

.coto-home-showcase__media {
	margin: 0;
	min-height: 22rem;
	overflow: hidden;
}

.coto-home-showcase__media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.coto-hunting-overview {
	padding-bottom: var(--wp--preset--spacing--40);
}

.coto-hunting-overview > .alignwide {
	margin-left: 50%;
	max-width: none;
	transform: translateX(-50%);
	width: min(1180px, calc(100vw - 2rem));
}

.coto-hunting-overview__hero {
	background: var(--wp--preset--color--forest);
	border-radius: 1.25rem;
	color: var(--wp--preset--color--white);
	display: grid;
	grid-template-columns: minmax(18rem, 0.78fr) minmax(0, 1.22fr);
	margin-bottom: 1rem;
	overflow: hidden;
}

.coto-hunting-overview__hero-copy {
	align-self: center;
	min-width: 0;
	padding: clamp(2rem, 4vw, 3.5rem);
}

.coto-hunting-overview__hero-copy h1 {
	color: var(--wp--preset--color--white);
	font-size: clamp(2.75rem, 5vw, 4.75rem);
	line-height: 0.96;
	margin-block: 0.35rem 1rem;
	overflow-wrap: break-word;
}

.coto-hunting-overview__hero-copy > p:last-of-type {
	font-size: clamp(1.05rem, 1.6vw, 1.35rem);
	line-height: 1.55;
}

.coto-hunting-overview__hero-media {
	aspect-ratio: 16 / 9;
	margin: 0;
	min-height: 0;
	min-width: 0;
	width: 100%;
}

.coto-hunting-overview__hero-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.coto-hunting-overview__anchors {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 1.1rem;
}

.coto-hunting-overview__anchors a {
	border: 1px solid rgb(255 255 255 / 42%);
	border-radius: 999px;
	color: inherit;
	font-size: 0.84rem;
	font-weight: 750;
	padding: 0.7rem 1rem;
	text-decoration: none;
}

.coto-hunting-overview__anchors a:hover {
	background: var(--wp--preset--color--sand);
	color: var(--wp--preset--color--forest);
}

.coto-hunting-overview__facts {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.coto-hunting-overview__facts div {
	background: var(--wp--preset--color--mist);
	border-radius: 0.85rem;
	padding: 1.25rem 1.5rem;
}

.coto-hunting-overview__facts :is(dt, dd) {
	margin: 0;
}

.coto-hunting-overview__facts dt {
	color: var(--wp--preset--color--fern);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.coto-hunting-overview__facts dd {
	font-family: var(--wp--preset--font-family--display);
	font-size: clamp(1.25rem, 2vw, 1.75rem);
	font-weight: 750;
	margin-top: 0.35rem;
}

.coto-hunting-chapter {
	align-items: center;
	display: grid;
	gap: clamp(2rem, 4vw, 3.75rem);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding-block: clamp(2rem, 4vw, 3.5rem);
	scroll-margin-top: 8rem;
}

.coto-hunting-chapter__copy {
	min-width: 0;
}

.coto-hunting-chapter--navalaencina {
	grid-template-columns: 1fr;
}

.coto-hunting-chapter--navalaencina .coto-hunting-chapter__copy {
	max-width: 58rem;
}

.coto-hunting-chapter--reverse .coto-hunting-chapter__copy {
	order: 2;
}

.coto-hunting-chapter--reverse .coto-hunting-chapter__media {
	order: 1;
}

.coto-hunting-chapter__copy h2 {
	font-size: clamp(2.5rem, 4.4vw, 4.25rem);
	line-height: 1;
	margin-block: 0.4rem 1.25rem;
	overflow-wrap: anywhere;
}

.coto-hunting-chapter__lead {
	font-size: clamp(1.2rem, 2vw, 1.55rem);
	line-height: 1.45;
}

.coto-hunting-chapter__copy > p:not(.coto-eyebrow, .coto-hunting-chapter__lead) {
	line-height: 1.7;
}

.coto-hunting-chapter__media {
	border-radius: 1.1rem;
	margin: 0;
	min-height: 24rem;
	overflow: hidden;
	position: relative;
}

.coto-hunting-chapter__media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.coto-hunting-chapter__media-group {
	display: grid;
	gap: 0.85rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.coto-hunting-chapter__media-group .coto-hunting-chapter__media {
	aspect-ratio: 4 / 3;
	min-height: 0;
}

.coto-hunting-chapter__media--map img {
	object-fit: contain;
}

.coto-hunting-chapter__media figcaption {
	background: linear-gradient(transparent, rgb(4 22 15 / 78%));
	bottom: 0;
	color: var(--wp--preset--color--white);
	font-size: 0.75rem;
	font-weight: 750;
	left: 0;
	padding: 2rem 0.8rem 0.7rem;
	position: absolute;
	right: 0;
	text-transform: uppercase;
}

.coto-hunting-chapter__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	list-style: none;
	margin: 1.5rem 0 0;
	padding: 0;
}

.coto-hunting-chapter__tags li {
	background: var(--wp--preset--color--mist);
	border-radius: 999px;
	color: var(--wp--preset--color--forest);
	font-size: 0.8rem;
	font-weight: 750;
	padding: 0.55rem 0.85rem;
}

.coto-hunting-subareas {
	background: var(--wp--preset--color--mist);
	border-radius: 1.25rem;
	box-sizing: border-box;
	margin-block: clamp(2rem, 4vw, 3.5rem);
	padding: clamp(2rem, 5vw, 4rem);
}

.coto-hunting-subareas > header {
	margin-bottom: 2rem;
	max-width: 48rem;
}

.coto-hunting-subareas > header h2 {
	font-size: clamp(2.3rem, 5vw, 4rem);
	margin-block: 0.35rem 0;
}

.coto-hunting-subareas__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.coto-hunting-subareas__grid article {
	background: var(--wp--preset--color--paper);
	border-radius: 1rem;
	overflow: hidden;
	scroll-margin-top: 8rem;
}

.coto-hunting-subareas__grid figure {
	aspect-ratio: 16 / 9;
	margin: 0;
	overflow: hidden;
}

.coto-hunting-subareas__grid img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.coto-hunting-subareas__grid article > div {
	padding: 1.5rem;
}

.coto-hunting-subareas__grid span {
	color: var(--wp--preset--color--copper);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.1em;
}

.coto-hunting-subareas__grid h3 {
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	margin-block: 0.25rem 0.65rem;
}

.coto-hunting-subareas__grid p {
	line-height: 1.65;
	margin: 0;
}

@media (min-width: 782px) {
	.coto-area-hero {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	.coto-area-hero__copy {
		min-width: 0;
		padding: clamp(2rem, 3.2vw, 3rem);
	}

	.coto-area-hero__copy h1 {
		font-size: clamp(2.8rem, 3.5vw, 4rem);
		overflow-wrap: break-word;
		text-wrap: balance;
	}

	.coto-area-story {
		grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
	}

	.coto-area-story > div {
		min-width: 0;
	}

	.coto-area-story h2 {
		font-size: clamp(2rem, 2.7vw, 2.75rem);
		max-width: 13ch;
		overflow-wrap: break-word;
		text-wrap: balance;
	}
}

@media (max-width: 781px) {
	.coto-about .coto-page-hero,
	.coto-about .coto-editorial-split,
	.coto-home-territory__heading,
	.coto-home-territory__story,
	.coto-home-territory__story--reverse {
		grid-template-columns: 1fr;
	}

	.coto-home-territory__heading .coto-eyebrow {
		grid-column: auto;
	}

	.coto-home-territory__story--reverse .coto-home-territory__copy,
	.coto-home-territory__story--reverse .coto-home-territory__media {
		order: initial;
	}

	.coto-home-showcase,
	.coto-hunting-overview__hero,
	.coto-hunting-chapter {
		grid-template-columns: 1fr;
	}

	.coto-home-showcase {
		max-height: none;
	}

	.coto-home-showcase--rio .coto-home-showcase__copy,
	.coto-home-showcase--rio .coto-home-showcase__media {
		order: initial;
	}

	.coto-home-showcase__media {
		min-height: 20rem;
	}

	.coto-hunting-overview__hero-media {
		min-height: 20rem;
	}

	.coto-hunting-overview__hero {
		max-height: none;
	}

	.coto-hunting-overview__facts,
	.coto-hunting-subareas__grid {
		grid-template-columns: 1fr;
	}

	.coto-hunting-chapter--reverse .coto-hunting-chapter__copy,
	.coto-hunting-chapter--reverse .coto-hunting-chapter__media {
		order: initial;
	}

	.coto-hunting-chapter__media {
		min-height: 22rem;
	}

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

	.coto-news-downloads__archive {
		grid-column: 1 / -1;
		justify-self: start;
	}

	.coto-page-hero,
	.coto-area-hero,
	.coto-editorial-split,
	.coto-area-story {
		grid-template-columns: 1fr;
	}

	.coto-page-hero__media,
	.coto-area-hero__media {
		min-height: 20rem;
	}

	.coto-facts,
	.coto-area-facts,
	.coto-values__grid,
	.coto-area-gallery,
	.coto-download-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.coto-home-intro,
	.coto-membership-payment,
	.coto-quarter-map__heading {
		grid-template-columns: 1fr;
	}

	.coto-membership-payment__action,
	.coto-quarter-map__notice {
		align-items: flex-start;
		flex-direction: column;
	}

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

	.coto-header-utility {
		display: none;
	}

	.coto-brand {
		flex-basis: auto;
	}

	.coto-brand-kicker {
		display: none;
	}

	.coto-header-motto {
		display: none;
	}

	.coto-hero {
		min-height: 38rem;
	}

	.coto-mobile-stack {
		gap: 1.5rem !important;
	}

	.wp-block-post-content .wp-block-gallery,
	.wp-block-post-content .gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.coto-legacy-widgets__grid {
		grid-template-columns: 1fr;
	}

	.coto-location-map {
		grid-template-columns: 1fr;
	}

	.coto-contact-intro,
	.page-id-551 .wpcf7 form {
		grid-template-columns: 1fr;
	}

	.coto-location-map__canvas,
	.coto-external-media {
		min-height: 360px !important;
	}

	.page-id-551 .coto-contact-form__privacy dl > div {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.coto-home-showcase {
		border-radius: 0;
		margin-inline: calc(50% - 50vw);
		width: 100vw;
	}

	.coto-home-showcase__copy {
		padding: 1.5rem;
	}

	.coto-home-showcase__media {
		min-height: 16rem;
	}

	.coto-hunting-overview__hero,
	.coto-hunting-subareas {
		border-radius: 0;
	}

	.coto-hunting-overview__facts {
		grid-template-columns: 1fr;
	}

	.coto-hunting-chapter {
		gap: 1.5rem;
	}

	.coto-hunting-chapter__media {
		min-height: 19rem;
	}

	.coto-hunting-chapter__media-group {
		grid-template-columns: 1fr;
	}

	.coto-hunting-chapter__media-group .coto-hunting-chapter__media {
		aspect-ratio: 4 / 3;
	}

	.coto-news-banner .coto-slide {
		padding: 1rem 1rem 3.75rem !important;
	}

	.coto-news-banner .wp-block-heading {
		font-size: clamp(1.8rem, 10vw, 2.35rem) !important;
		margin-bottom: 0.5rem;
	}

	.coto-news-downloads {
		gap: 0.45rem;
		grid-template-columns: 1fr;
		margin-top: 0.65rem;
	}

	.coto-news-downloads__item {
		max-height: 3.5rem !important;
		padding: 0.5rem 0.7rem;
	}

	.coto-news-downloads__archive {
		grid-column: auto;
		padding-block: 0.35rem;
	}

	.coto-facts,
	.coto-area-facts,
	.coto-values__grid,
	.coto-area-gallery,
	.coto-download-cards {
		grid-template-columns: 1fr;
	}

	.coto-area-cta {
		align-items: flex-start;
		flex-direction: column;
	}

	.coto-board__grid,
	.coto-quarters__grid {
		grid-template-columns: 1fr;
	}

	.wp-block-post-content .wp-block-gallery,
	.wp-block-post-content .gallery {
		grid-template-columns: 1fr;
	}

	.coto-gallery-viewer {
		height: 82vh;
		max-height: 82vh;
		padding: 3.25rem 0.75rem 3rem;
		width: calc(100% - 1rem);
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.coto-card {
		transition: none;
	}

	.coto-gallery-viewer img {
		transition: none;
	}

	.coto-gallery-viewer.is-loading::after {
		animation: none;
	}
}
