:root {
	--sth-forest: #18362d;
	--sth-forest-2: #244a3d;
	--sth-moss: #64745d;
	--sth-copper: #a9673f;
	--sth-copper-dark: #824a2d;
	--sth-cream: #f4efe4;
	--sth-oat: #e7ddca;
	--sth-white: #fffdf9;
	--sth-ink: #1c2622;
	--sth-muted: #64706a;
	--sth-border: rgba(28, 54, 45, 0.14);
	--sth-shadow: 0 18px 55px rgba(27, 48, 41, 0.12);
	--sth-radius: 22px;
}

html { scroll-behavior: smooth; }
body.sth-modern-site {
	background: var(--sth-white);
	color: var(--sth-ink);
	font-family: "Avenir Next", "Segoe UI", Arial, sans-serif;
	font-size: 17px;
	line-height: 1.7;
}
body.sth-modern-site h1,
body.sth-modern-site h2,
body.sth-modern-site h3,
body.sth-modern-site h4,
body.sth-modern-site h5,
body.sth-modern-site h6 {
	color: var(--sth-forest);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 500;
	letter-spacing: -0.025em;
	line-height: 1.08;
}
body.sth-modern-site a { color: var(--sth-copper-dark); }
body.sth-modern-site a:focus-visible,
body.sth-modern-site button:focus-visible,
body.sth-modern-site input:focus-visible,
body.sth-modern-site textarea:focus-visible {
	outline: 3px solid rgba(169, 103, 63, 0.45);
	outline-offset: 3px;
}

.sth-shell { width: min(1600px, calc(100% - 80px)); margin-inline: auto; }
#page-container { overflow-x: clip; }
.sth-eyebrow {
	margin: 0 0 10px;
	color: var(--sth-copper);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	line-height: 1.4;
	text-transform: uppercase;
}

/* Modern, compact Divi header */
#main-header {
	background: rgba(255, 253, 249, 0.95) !important;
	border-bottom: 1px solid var(--sth-border);
	box-shadow: 0 8px 30px rgba(20, 44, 36, 0.07) !important;
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}
#main-header .container { width: min(1600px, calc(100% - 80px)); max-width: 1600px; }
#logo { max-height: 64px !important; padding-block: 7px; }
#top-menu li { padding-right: 22px; }
#top-menu li a {
	color: var(--sth-forest) !important;
	font-family: "Avenir Next", "Segoe UI", Arial, sans-serif;
	font-size: 14px !important;
	font-weight: 700 !important;
	letter-spacing: 0.015em;
	text-transform: none;
}
#top-menu li a:hover { color: var(--sth-copper) !important; opacity: 1 !important; }
#top-menu .sth-contact-menu-item { padding-right: 0; }
#top-menu .sth-contact-menu-item a {
	background: var(--sth-forest);
	border-radius: 999px;
	color: #fff !important;
	padding: 12px 20px !important;
}
#top-menu .sth-contact-menu-item a:hover { background: var(--sth-copper); color: #fff !important; }
.mobile_menu_bar::before { color: var(--sth-forest) !important; }
.et_mobile_menu {
	background: var(--sth-white) !important;
	border: 1px solid var(--sth-border) !important;
	border-radius: 16px;
	box-shadow: var(--sth-shadow) !important;
	padding: 14px !important;
}
.et_mobile_menu li a { border: 0 !important; border-radius: 10px; color: var(--sth-forest) !important; font-weight: 700; }
.et_mobile_menu li a:hover { background: var(--sth-cream) !important; opacity: 1; }

/* Divi Theme Builder header used on this site */
.et-l--header .et_pb_section_0_tb_header {
	background: rgba(255, 253, 249, 0.95) !important;
	border-bottom: 1px solid var(--sth-border);
	box-shadow: 0 8px 30px rgba(20, 44, 36, 0.07) !important;
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}
.et-l--header .et_pb_section { width: 100% !important; }
html body.sth-modern-site #page-container #et-boc header.et-l.et-l--header .et_builder_inner_content .et_pb_section.et_pb_section_0_tb_header > .et_pb_row.et_pb_row_0_tb_header {
	width: min(1600px, calc(100% - 80px)) !important;
	max-width: 1600px !important;
	margin-inline: auto !important;
}
.et-l--header .et_pb_menu__logo img { max-height: 64px !important; width: auto !important; }
.et-l--header .et-menu > li { padding-inline: 11px !important; }
.et-l--header .et-menu > li > a {
	color: var(--sth-forest) !important;
	font-family: "Avenir Next", "Segoe UI", Arial, sans-serif !important;
	font-size: 14px !important;
	font-weight: 700 !important;
}
.et-l--header .et-menu > li > a:hover { color: var(--sth-copper) !important; opacity: 1 !important; }
.et-l--header .et-menu > li.sth-contact-menu-item { margin-left: 5px !important; padding-right: 0 !important; }
.et-l--header .et-menu > li.sth-contact-menu-item > a {
	align-self: center;
	background: var(--sth-forest) !important;
	border-radius: 999px;
	color: #fff !important;
	padding: 11px 19px !important;
}
.et-l--header .et-menu > li.sth-contact-menu-item > a:hover { background: var(--sth-copper) !important; color: #fff !important; }
.et-l--header .et_mobile_nav_menu .mobile_menu_bar::before { color: var(--sth-forest) !important; }
.et-l--header .et-menu .sub-menu,
#top-menu .sub-menu {
	width: 235px;
	padding: 12px;
	background: var(--sth-white) !important;
	border: 1px solid var(--sth-border) !important;
	border-radius: 15px;
	box-shadow: var(--sth-shadow) !important;
}
.et-l--header .et-menu .sub-menu li,
#top-menu .sub-menu li { width: 100%; padding: 0 !important; }
.et-l--header .et-menu .sub-menu li a,
#top-menu .sub-menu li a { width: 100% !important; padding: 10px 12px !important; border-radius: 9px; line-height: 1.35; }
.et-l--header .et-menu .sub-menu li a:hover,
#top-menu .sub-menu li a:hover { background: var(--sth-cream) !important; }

/* Refined existing Divi home page */
.home .et_pb_section_0 {
	display: flex;
	height: min(700px, 78vh);
	min-height: min(700px, 78vh);
	align-items: center;
	background-image: url("https://stutteri-telling.dk/wp-content/uploads/2025/02/web_IS2007181812-Fafnir-fra-thjodolfshaga-1_001.jpg") !important;
	background-position: center 38% !important;
	background-size: cover !important;
	box-sizing: border-box;
	overflow: hidden;
}
.home .et_pb_section_0::before {
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(11, 30, 24, 0.9) 0%, rgba(11, 30, 24, 0.12) 72%);
	content: "";
}
.home .et_pb_section_0 .et_pb_row { position: relative; z-index: 1; }
.home .et_pb_section_0 .et_pb_row { width: min(1600px, calc(100% - 80px)) !important; max-width: 1600px !important; }
.home .et_pb_section_0 h1 {
	color: #fff !important;
	font-size: clamp(3.9rem, 8vw, 7.6rem) !important;
	letter-spacing: -0.055em !important;
	line-height: 0.89 !important;
	text-shadow: 0 10px 32px rgba(0, 0, 0, 0.28);
}
.home .et_pb_section_0 p { color: rgba(255, 255, 255, 0.92); font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.6; }
.home .et_pb_section_0 .et_pb_button {
	background: var(--sth-copper) !important;
	border: 0 !important;
	border-radius: 999px !important;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	letter-spacing: 0.05em;
	padding: 15px 25px !important;
	text-transform: uppercase;
}
.home .et_pb_section_0 a.et_pb_button.et_pb_button_0 {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}
.home .et_pb_section_0 .et_pb_button:hover { background: var(--sth-copper-dark) !important; transform: translateY(-2px); }
.home .et_pb_section_1 { display: none !important; }
.home .et_pb_section_1 h1 { font-size: clamp(2.4rem, 5vw, 4.7rem) !important; }
.home .et_pb_section_1 h2 { font-size: clamp(2rem, 4vw, 3.5rem) !important; }
.home .et_pb_section_1 .et_pb_image img { border-radius: var(--sth-radius); box-shadow: var(--sth-shadow); }
.home .et_pb_section_2 { display: none !important; }
.home .et_pb_section_2 h2,
.home .et_pb_section_2 p { color: #fff !important; }

/* Shared buttons and cards */
.sth-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 12px 24px;
	background: var(--sth-forest);
	border: 2px solid var(--sth-forest);
	border-radius: 999px;
	color: #fff !important;
	font-size: 0.85rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}
.sth-button:hover { background: var(--sth-copper); border-color: var(--sth-copper); transform: translateY(-2px); }
.sth-button--outline { background: transparent; color: var(--sth-forest) !important; }
.sth-button--cream { background: var(--sth-cream); border-color: var(--sth-cream); color: var(--sth-forest) !important; }

.sth-home-horses,
.sth-archive-list,
.sth-profile-main,
.sth-gallery-section { padding-block: clamp(72px, 9vw, 125px); }
.sth-home-horses { background: var(--sth-white); }
.sth-home-about { padding-block: clamp(72px, 9vw, 125px); background: var(--sth-cream); }
.sth-home-about__intro { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: clamp(42px, 8vw, 120px); align-items: start; }
.sth-home-about__intro h2 { max-width: 720px; margin: 0; font-size: clamp(2.7rem, 5.2vw, 5rem); }
.sth-home-about__copy { max-width: 760px; color: var(--sth-muted); font-size: 1.08rem; }
.sth-home-about__copy p { margin: 0 0 1.15em; }
.sth-home-values { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: clamp(38px, 6vw, 72px); }
.sth-home-values article { padding: clamp(25px, 3vw, 38px); background: var(--sth-white); border: 1px solid var(--sth-border); border-radius: var(--sth-radius); }
.sth-home-values span { display: grid; width: 42px; height: 42px; margin-bottom: 22px; place-items: center; background: var(--sth-forest); border-radius: 50%; color: #fff; font-size: .72rem; font-weight: 850; letter-spacing: .08em; }
.sth-home-values h3 { margin: 0 0 12px; font-size: 1.65rem; }
.sth-home-values p { margin: 0; color: var(--sth-muted); font-size: .96rem; line-height: 1.65; }
.sth-home-about__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.sth-home-mood {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
	gap: clamp(30px, 6vw, 84px);
	align-items: center;
	margin-top: clamp(52px, 8vw, 92px);
	padding-top: clamp(42px, 6vw, 72px);
	border-top: 1px solid var(--sth-border);
}
.sth-home-mood figure { margin: 0; }
.sth-home-mood figure > a { display: block; overflow: hidden; background: var(--sth-oat); border-radius: var(--sth-radius); box-shadow: var(--sth-shadow); }
.sth-home-mood img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: contain; object-position: center; }
.sth-home-mood figcaption { margin-top: 12px; color: var(--sth-muted); font-size: .88rem; line-height: 1.5; }
.sth-home-mood__copy h2 { margin: 0 0 20px; font-size: clamp(2.25rem, 4.5vw, 4rem); }
.sth-home-mood__copy > p:not(.sth-eyebrow) { margin: 0 0 22px; color: var(--sth-muted); font-size: 1.05rem; line-height: 1.75; }
.sth-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
	gap: 40px;
	align-items: end;
	margin-bottom: 42px;
}
.sth-section-heading h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.4rem); }
.sth-section-heading > p { max-width: 500px; margin: 0; color: var(--sth-muted); }
.sth-horse-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.sth-horse-card {
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--sth-border);
	border-radius: var(--sth-radius);
	box-shadow: 0 12px 42px rgba(26, 53, 44, 0.08);
	transition: transform 220ms ease, box-shadow 220ms ease;
}
.sth-horse-card:hover { box-shadow: var(--sth-shadow); transform: translateY(-5px); }
.sth-horse-card__image { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--sth-oat); }
.sth-horse-card__image picture { display: block; width: 100%; height: 100%; }
.sth-horse-card__image img { width: 100%; height: 100%; object-fit: contain; object-position: center; transition: transform 500ms ease; }
.sth-horse-card:hover .sth-horse-card__image img { transform: scale(1.035); }
.sth-horse-card__body { padding: 25px; }
.sth-horse-card h3 { margin: 0 0 12px; font-size: 1.65rem; }
.sth-horse-card h3 a { color: var(--sth-forest); text-decoration: none; }
.sth-horse-card__body > p:not(.sth-eyebrow) { color: var(--sth-muted); font-size: 0.95rem; line-height: 1.6; }
.sth-text-link { display: inline-block; margin-top: 4px; color: var(--sth-copper-dark) !important; font-weight: 800; text-decoration: none; }
.sth-centered-action { margin: 38px 0 0; text-align: center; }
.sth-empty-state { padding: clamp(34px, 6vw, 72px); background: var(--sth-cream); border: 1px solid var(--sth-border); border-radius: var(--sth-radius); text-align: center; }
.sth-empty-state h2 { font-size: clamp(2rem, 4vw, 3.2rem); }

/* Archive */
.sth-archive-hero {
	position: relative;
	display: flex;
	min-height: min(700px, 78vh);
	align-items: end;
	overflow: hidden;
	background: var(--sth-forest);
	color: #fff;
}
.sth-archive-hero__media,
.sth-archive-hero__overlay { position: absolute; inset: 0; }
.sth-archive-hero__media picture { display: block; width: 100%; height: 100%; }
.sth-archive-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.sth-archive-hero__overlay { background: linear-gradient(0deg, rgba(11, 30, 24, 0.9) 0%, rgba(11, 30, 24, 0.12) 72%); }
.sth-archive-hero__content { position: relative; z-index: 1; padding-bottom: clamp(50px, 7vw, 90px); color: #fff; }
.sth-archive-hero h1 { max-width: 1100px; margin: 7px 0 0; color: #fff !important; font-size: clamp(3.4rem, 7.5vw, 7rem); }
.sth-archive--hingste .sth-archive-hero__media img { object-position: center 46%; }
.sth-archive--hopper .sth-archive-hero__media img { object-position: center 44%; }
.sth-archive--foel-til-salg .sth-archive-hero__media img { object-position: center 51%; }
.sth-archive--solgte-heste .sth-archive-hero__media img { object-position: center 43%; }
.sth-archive-intro { padding-block: clamp(70px, 8vw, 115px); background: var(--sth-white); }
.sth-archive-intro__layout { display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr); gap: clamp(55px, 7vw, 110px); align-items: center; }
.sth-archive-intro__layout--no-images { grid-template-columns: minmax(0, 920px); }
.sth-archive-intro__copy h2 { margin: 0 0 25px; font-size: clamp(2.6rem, 4.4vw, 4.8rem); }
.sth-archive-intro__copy > p { max-width: 760px; color: var(--sth-muted); font-size: 1.08rem; }
.sth-archive-collage { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.sth-archive-collage__item { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--sth-oat); border-radius: var(--sth-radius); }
.sth-archive-collage img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.sth-availability-note { display: grid; gap: 3px; margin-top: 28px; padding: 22px 24px; background: var(--sth-cream); border-left: 4px solid var(--sth-copper); border-radius: 12px; }
.sth-availability-note strong { color: var(--sth-forest); font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; font-weight: 500; }
.sth-availability-note span { color: var(--sth-muted); font-size: 0.92rem; }
.sth-archive-list { background: var(--sth-cream); min-height: 50vh; }
.sth-pagination { display: flex; gap: 8px; justify-content: center; margin-top: 40px; }
.sth-pagination .page-numbers { padding: 9px 14px; background: #fff; border: 1px solid var(--sth-border); border-radius: 999px; text-decoration: none; }
.sth-pagination .current { background: var(--sth-forest); color: #fff; }

/* Horse profile */
.sth-profile-hero { position: relative; display: flex; min-height: min(700px, 78vh); align-items: end; overflow: hidden; background: var(--sth-forest); }
.sth-profile-hero__media,
.sth-profile-hero__overlay { position: absolute; inset: 0; }
.sth-profile-hero__media picture { display: block; width: 100%; height: 100%; }
.sth-profile-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 43%; }
.sth-profile-hero__overlay { background: linear-gradient(0deg, rgba(11, 30, 24, 0.9) 0%, rgba(11, 30, 24, 0.12) 72%); }
.sth-profile-hero__content { position: relative; z-index: 1; padding-bottom: clamp(46px, 7vw, 85px); color: #fff; }
.sth-profile-hero h1 { max-width: 950px; margin: 8px 0 12px; color: #fff !important; font-size: clamp(3.2rem, 8vw, 7rem); }
.sth-registration { margin: 0; color: rgba(255, 255, 255, 0.78); font-size: 1rem; font-weight: 700; letter-spacing: 0.12em; }
.sth-back-link { display: inline-block; margin-bottom: 25px; color: #fff !important; font-size: 0.9rem; font-weight: 800; text-decoration: none; }
.sth-profile-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr); gap: clamp(45px, 8vw, 100px); align-items: start; }
.sth-profile-copy h2 { margin: 0 0 28px; font-size: clamp(2.5rem, 5vw, 4.5rem); }
.sth-rich-text { max-width: 760px; }
.sth-rich-text p { margin-bottom: 1.25em; }
.sth-fact-card { position: sticky; top: 120px; padding: 30px; background: var(--sth-cream); border: 1px solid var(--sth-border); border-radius: var(--sth-radius); }
.sth-fact-card h2 { margin: 0 0 20px; font-size: 2rem; }
.sth-fact-card dl { margin: 0; }
.sth-fact-card dl > div { display: grid; grid-template-columns: 112px 1fr; gap: 18px; padding-block: 12px; border-top: 1px solid var(--sth-border); }
.sth-fact-card dt { color: var(--sth-muted); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; }
.sth-fact-card dd { margin: 0; font-size: 0.95rem; font-weight: 700; line-height: 1.4; }

.sth-gallery-section { background: var(--sth-cream); }
.sth-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.sth-gallery__item { display: block; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--sth-radius); background: var(--sth-oat); }
.sth-gallery img { width: 100%; height: 100%; object-fit: contain; object-position: center; transition: transform 450ms ease; }
.sth-gallery__item:hover img { transform: scale(1.025); }
.sth-profile--roskva-fra-skovager .sth-gallery__item--1 img { object-position: right center; }
.sth-profile--roskva-fra-skovager .sth-gallery__item--2 img { object-position: right center; }
.sth-profile--roskva-fra-skovager .sth-gallery__item--3 img { object-position: center 25%; }
.sth-profile--fafnir-fra-thjodolfshaga .sth-gallery__item--5 img { object-fit: contain; object-position: center; }
.sth-profile--adda-fra-stutteri-geyser .sth-profile-hero__media img { object-position: center bottom; }
.sth-profile--adda-fra-stutteri-geyser .sth-gallery__item--3 img { object-position: left center; }
.sth-profile--adda-fra-stutteri-geyser .sth-gallery__item--4 img { object-fit: contain; object-position: center; }
.sth-profile--bryndis-fra-stald-juhl .sth-profile-hero__media img { object-position: center top; }
.sth-profile--bryndis-fra-stald-juhl .sth-gallery__item--3 img { object-fit: contain; object-position: center; }

/* Accessible image lightbox */
body.sth-lightbox-open { overflow: hidden; }
.sth-lightbox[hidden] { display: none !important; }
.sth-lightbox {
	position: fixed;
	z-index: 999999;
	inset: 0;
	display: grid;
	place-items: center;
	padding: clamp(14px, 3vw, 36px);
}
.sth-lightbox__backdrop { position: absolute; inset: 0; background: rgba(8, 20, 16, 0.92); backdrop-filter: blur(8px); }
.sth-lightbox__dialog { position: relative; z-index: 1; display: grid; width: min(94vw, 1500px); height: min(90vh, 950px); place-items: center; }
.sth-lightbox figure { display: grid; max-width: 100%; max-height: 100%; margin: 0; place-items: center; }
.sth-lightbox__image { display: block; max-width: 100%; max-height: calc(90vh - 54px); width: auto; height: auto; border-radius: 12px; box-shadow: 0 25px 80px rgba(0, 0, 0, 0.38); object-fit: contain; }
.sth-lightbox__caption { position: absolute; right: 74px; bottom: 7px; left: 74px; color: rgba(255, 255, 255, 0.88); font-size: 0.9rem; text-align: center; }
.sth-lightbox__close,
.sth-lightbox__nav {
	position: absolute;
	z-index: 2;
	display: grid;
	width: 48px;
	height: 48px;
	padding: 0;
	place-items: center;
	background: rgba(255, 253, 249, 0.96);
	border: 0;
	border-radius: 50%;
	box-shadow: 0 10px 32px rgba(0, 0, 0, 0.25);
	color: var(--sth-forest);
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-size: 34px;
	line-height: 1;
}
.sth-lightbox__close { top: 0; right: 0; }
.sth-lightbox__nav { top: 50%; transform: translateY(-50%); }
.sth-lightbox__nav--previous { left: 0; }
.sth-lightbox__nav--next { right: 0; }
.sth-lightbox__close:hover,
.sth-lightbox__nav:hover { background: var(--sth-copper); color: #fff; }

.sth-pedigree-section { padding-block: clamp(75px, 10vw, 135px); background: var(--sth-forest); color: #fff; }
.sth-pedigree-section .sth-section-heading--light h2 { color: #fff !important; }
.sth-section-heading--light > p { color: rgba(255, 255, 255, 0.72); }
.sth-pedigree { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.sth-pedigree-branch { padding: clamp(24px, 4vw, 40px); background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.15); border-radius: var(--sth-radius); }
.sth-pedigree-section .sth-pedigree-branch h3 { margin: 0 0 22px; color: var(--sth-oat) !important; font-family: "Avenir Next", "Segoe UI", Arial, sans-serif; font-size: 0.82rem; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; }
.sth-parent-card,
.sth-ancestor-card { position: relative; padding: 22px; background: var(--sth-white); border-radius: 15px; color: var(--sth-ink); }
.sth-parent-card { margin-bottom: 18px; border-left: 4px solid var(--sth-copper); }
.sth-parent-card::after { position: absolute; bottom: -19px; left: 50%; width: 1px; height: 19px; background: rgba(255, 255, 255, 0.35); content: ""; }
.sth-parent-card span,
.sth-ancestor-card span { display: block; margin-bottom: 5px; color: var(--sth-copper-dark); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.sth-parent-card strong,
.sth-ancestor-card strong { display: block; color: var(--sth-forest); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.12rem, 2vw, 1.45rem); font-weight: 500; line-height: 1.25; }
.sth-parent-card small,
.sth-ancestor-card small { display: block; margin-top: 6px; color: var(--sth-muted); font-size: 0.78rem; letter-spacing: 0.04em; }
.sth-grandparents { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.sth-section-heading--single { grid-template-columns: 1fr; }

.sth-profile-cta { padding-block: clamp(65px, 8vw, 100px); background: var(--sth-copper); color: #fff; }
.sth-profile-cta__inner { display: grid; grid-template-columns: 1.35fr 0.65fr; gap: 40px; align-items: center; }
.sth-profile-cta h2 { margin: 0; color: #fff; font-size: clamp(2.3rem, 5vw, 4rem); }
.sth-profile-cta .sth-eyebrow { color: var(--sth-cream); }
.sth-profile-cta__actions { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.sth-phone-link {
	display: inline-flex;
	align-items: center;
	padding: 14px 22px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 999px;
	color: #fff !important;
	font-size: 1.12rem;
	font-weight: 850;
	letter-spacing: 0.02em;
	text-decoration: none;
}
.sth-phone-link::before { margin-right: 10px; content: "☎"; font-size: 1.05rem; }
.sth-phone-link:hover { background: #fff; color: var(--sth-forest) !important; }

/* Practical care guide */
.sth-care-hero { position: relative; display: flex; min-height: min(700px, 78vh); align-items: end; overflow: hidden; background: var(--sth-forest); color: #fff; }
.sth-care-hero__media,
.sth-care-hero__overlay { position: absolute; inset: 0; }
.sth-care-hero__media picture { display: block; width: 100%; height: 100%; }
.sth-care-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.sth-care-hero__overlay { background: linear-gradient(0deg, rgba(11, 30, 24, 0.9) 0%, rgba(11, 30, 24, 0.12) 72%); }
.sth-care-hero__content { position: relative; z-index: 1; padding-bottom: clamp(50px, 7vw, 90px); color: #fff; }
.sth-care-hero .sth-back-link { margin-bottom: 30px; }
.sth-care-hero h1 { max-width: 1100px; margin: 0 0 24px; color: #fff !important; font-size: clamp(3.3rem, 7vw, 6.7rem); }
.sth-care-hero__lead { max-width: 750px; margin: 0; color: rgba(255,255,255,.8); font-size: clamp(1.05rem, 1.8vw, 1.28rem); }
.sth-care--overview .sth-care-hero__media img { object-position: center 50%; }
.sth-care--daily .sth-care-hero__media img { object-position: right center; }
.sth-care--feed .sth-care-hero__media img { object-position: center 76%; }
.sth-care--outdoor .sth-care-hero__media img { object-position: center 44%; }
.sth-care--groom .sth-care-hero__media img { object-position: center 27%; }
.sth-care-main { padding-block: clamp(70px, 9vw, 125px); background: var(--sth-white); }
.sth-care-overview-copy { max-width: 930px; margin-bottom: 52px; font-size: 1.08rem; }
.sth-care-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.sth-care-card { display: block; min-height: 310px; padding: clamp(28px, 4vw, 46px); background: var(--sth-cream); border: 1px solid var(--sth-border); border-radius: var(--sth-radius); color: var(--sth-ink) !important; text-decoration: none; transition: transform 200ms ease, box-shadow 200ms ease; }
.sth-care-card:hover { box-shadow: var(--sth-shadow); transform: translateY(-4px); }
.sth-care-card__number { display: block; margin-bottom: 38px; color: var(--sth-copper); font-size: .8rem; font-weight: 800; letter-spacing: .14em; }
.sth-care-card h2 { margin: 0 0 15px; font-size: clamp(2rem, 3vw, 3rem); }
.sth-care-card p { color: var(--sth-muted); }
.sth-care-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: clamp(50px, 8vw, 110px); align-items: start; }
.sth-care-article { max-width: 900px; }
.sth-care-article h2 { margin: 0 0 25px; font-size: clamp(2.6rem, 4.5vw, 4.6rem); }
.sth-care-article h3 { margin: 44px 0 18px; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.sth-checklist { display: grid; gap: 11px; margin: 22px 0 34px; padding: 0; list-style: none; }
.sth-checklist li { position: relative; padding: 14px 16px 14px 46px; background: var(--sth-cream); border-radius: 12px; }
.sth-checklist li::before { position: absolute; top: 15px; left: 17px; color: var(--sth-copper); content: "✓"; font-weight: 900; }
.sth-care-callout { margin: 28px 0; padding: 24px 26px; background: #edf1e9; border-left: 4px solid var(--sth-moss); border-radius: 12px; }
.sth-care-nav { position: sticky; top: 115px; padding: 28px; background: var(--sth-cream); border: 1px solid var(--sth-border); border-radius: var(--sth-radius); }
.sth-care-nav nav { display: grid; margin: 12px 0 22px; }
.sth-care-nav nav a { padding: 12px 13px; border-bottom: 1px solid var(--sth-border); color: var(--sth-forest) !important; font-weight: 750; text-decoration: none; }
.sth-care-nav nav a.is-current { background: var(--sth-forest); border-radius: 9px; color: #fff !important; }
.sth-care-sources { margin-top: clamp(65px, 9vw, 115px); padding: clamp(28px, 5vw, 54px); background: var(--sth-forest); border-radius: var(--sth-radius); color: rgba(255,255,255,.78); }
.sth-care-sources h2 { margin: 0 0 18px; color: #fff !important; font-size: clamp(2rem, 3.5vw, 3.3rem); }
.sth-care-sources p:last-child { max-width: 950px; margin-bottom: 0; }
.sth-care-sources a { color: var(--sth-oat) !important; font-weight: 800; }

/* Covering information and terms */
.sth-breeding-hero { position: relative; display: flex; min-height: min(700px, 78vh); align-items: end; overflow: hidden; background: var(--sth-forest); }
.sth-breeding-hero__media,
.sth-breeding-hero__overlay { position: absolute; inset: 0; }
.sth-breeding-hero__media picture { display: block; width: 100%; height: 100%; }
.sth-breeding-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 46%; }
.sth-breeding-hero__overlay { background: linear-gradient(0deg, rgba(11, 30, 24, 0.9) 0%, rgba(11, 30, 24, 0.12) 72%); }
.sth-breeding-hero__content { position: relative; z-index: 1; padding-bottom: clamp(50px, 7vw, 90px); color: #fff; }
.sth-breeding-hero h1 { max-width: 1100px; margin: 7px 0 22px; color: #fff !important; font-size: clamp(3.4rem, 7.5vw, 7rem); }
.sth-breeding-hero__content > p:last-child { max-width: 760px; margin: 0; color: rgba(255,255,255,.84); font-size: clamp(1.05rem, 1.8vw, 1.28rem); }
.sth-breeding-main { padding-block: clamp(70px, 9vw, 125px); background: var(--sth-white); }
.sth-breeding-content { max-width: 1220px; }
.sth-breeding-section { margin-bottom: clamp(65px, 8vw, 105px); }
.sth-breeding-section:last-child { margin-bottom: 0; }
.sth-breeding-section > h2 { max-width: 920px; margin: 0 0 25px; font-size: clamp(2.5rem, 4.7vw, 4.8rem); }
.sth-breeding-section > p { max-width: 900px; font-size: 1.06rem; }
.sth-process-list { display: grid; gap: 14px; margin: 34px 0 0; padding: 0; counter-reset: sth-process; list-style: none; }
.sth-process-list li { display: grid; grid-template-columns: 54px minmax(180px, .45fr) minmax(0, 1fr); gap: 24px; align-items: start; padding: 23px 25px; background: var(--sth-cream); border: 1px solid var(--sth-border); border-radius: 14px; counter-increment: sth-process; }
.sth-process-list li::before { display: grid; width: 42px; height: 42px; place-items: center; background: var(--sth-forest); border-radius: 50%; color: #fff; content: counter(sth-process); font-weight: 800; }
.sth-process-list strong { padding-top: 8px; color: var(--sth-forest); font-size: 1.03rem; }
.sth-process-list span { padding-top: 7px; color: var(--sth-muted); }
.sth-breeding-methods { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.sth-breeding-method { padding: clamp(28px, 4vw, 48px); background: var(--sth-forest); border-radius: var(--sth-radius); color: rgba(255,255,255,.8); }
.sth-breeding-method h3 { margin: 0 0 18px; color: #fff !important; font-size: clamp(2rem, 3.5vw, 3.3rem); }
.sth-breeding-method p:last-child { margin-bottom: 0; }
.sth-breeding-terms { padding: clamp(34px, 6vw, 62px); background: var(--sth-cream); border: 1px solid var(--sth-border); border-radius: var(--sth-radius); }
.sth-price-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin: 30px 0 38px; }
.sth-price-grid > div { display: grid; gap: 7px; align-content: start; min-height: 140px; padding: 22px; background: var(--sth-white); border: 1px solid var(--sth-border); border-radius: 14px; }
.sth-price-grid strong { color: var(--sth-forest); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.7rem, 2.7vw, 2.4rem); font-weight: 500; }
.sth-price-grid span { color: var(--sth-muted); font-size: .9rem; line-height: 1.45; }

/* Fast contact actions on every page */
.sth-contact-dock {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9998;
	display: flex;
	gap: 8px;
	padding: 8px;
	background: rgba(255, 253, 249, 0.94);
	border: 1px solid rgba(24, 54, 45, 0.14);
	border-radius: 999px;
	box-shadow: 0 18px 60px rgba(11, 30, 24, 0.22);
	backdrop-filter: blur(14px);
}
.sth-contact-dock a { display: flex; min-height: 54px; align-items: center; gap: 10px; border-radius: 999px; text-decoration: none; }
.sth-contact-dock__phone { padding: 8px 18px 8px 12px; background: var(--sth-forest); color: #fff !important; }
.sth-contact-dock__phone small,
.sth-contact-dock__phone strong { display: block; }
.sth-contact-dock__phone small { margin-bottom: 1px; color: rgba(255,255,255,.7); font-size: .67rem; font-weight: 800; letter-spacing: .09em; line-height: 1.2; text-transform: uppercase; }
.sth-contact-dock__phone strong { color: #fff; font-size: 1rem; line-height: 1.15; }
.sth-contact-dock__mail { padding: 8px 16px 8px 12px; color: var(--sth-forest) !important; font-weight: 800; }
.sth-contact-dock__mail:hover { background: var(--sth-cream); }
.sth-contact-dock__icon,
.sth-contact-action__icon,
.sth-contact-option__icon { display: grid; flex: 0 0 auto; place-items: center; }
.sth-contact-dock__icon { width: 34px; height: 34px; background: rgba(255,255,255,.14); border-radius: 50%; }
.sth-contact-dock__mail .sth-contact-dock__icon { background: var(--sth-cream); }
.sth-contact-dock svg,
.sth-contact-action__icon svg,
.sth-contact-option__icon svg { width: 21px; height: 21px; fill: currentColor; }

/* Modern contact page and embedded Forminator form */
.sth-contact-page { background: var(--sth-white); }
.sth-contact-hero { position: relative; display: flex; min-height: min(700px, 78vh); align-items: end; overflow: hidden; background: var(--sth-forest); color: #fff; }
.sth-contact-hero__media,
.sth-contact-hero__overlay { position: absolute; inset: 0; }
.sth-contact-hero__media picture { display: block; width: 100%; height: 100%; }
.sth-contact-hero__media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.sth-contact-hero__overlay { background: linear-gradient(90deg, rgba(8, 26, 20, .94) 0%, rgba(8, 26, 20, .68) 47%, rgba(8, 26, 20, .12) 100%); }
.sth-contact-hero__content { position: relative; z-index: 1; padding-bottom: clamp(42px, 6vw, 72px); color: #fff; }
.sth-contact-hero h1 { max-width: 900px; margin: 6px 0 16px; color: #fff !important; font-size: clamp(3.2rem, 6.7vw, 6.4rem); line-height: .96; }
.sth-contact-hero__content > p:not(.sth-eyebrow) { max-width: 730px; margin: 0; color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.7vw, 1.22rem); }
.sth-contact-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 27px; }
.sth-contact-hero__actions > a { display: flex; min-width: 315px; min-height: 72px; align-items: center; gap: 14px; padding: 13px 20px 13px 14px; border-radius: 16px; color: #fff !important; text-decoration: none; transition: transform 180ms ease, background 180ms ease; }
.sth-contact-hero__actions > a:hover { transform: translateY(-2px); }
.sth-contact-hero__phone { background: var(--sth-copper); box-shadow: 0 16px 40px rgba(0,0,0,.2); }
.sth-contact-hero__mail { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.34); backdrop-filter: blur(9px); }
.sth-contact-hero__mail:hover { background: rgba(255,255,255,.2); }
.sth-contact-action__icon { width: 44px; height: 44px; background: rgba(255,255,255,.16); border-radius: 12px; }
.sth-contact-hero__actions small,
.sth-contact-hero__actions strong { display: block; }
.sth-contact-hero__actions small { margin-bottom: 2px; color: rgba(255,255,255,.72); font-size: .69rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.sth-contact-hero__actions strong { color: #fff; font-size: clamp(.96rem, 1.6vw, 1.2rem); line-height: 1.2; }

.sth-contact-main { padding-block: clamp(70px, 9vw, 125px); }
.sth-contact-main .sth-section-heading { max-width: 880px; }
.sth-contact-main .sth-section-heading h2 { margin-bottom: 15px; }
.sth-contact-main .sth-section-heading > div > p:last-child { max-width: 760px; margin: 0; color: var(--sth-muted); font-size: 1.06rem; }
.sth-contact-layout { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr); gap: clamp(24px, 4vw, 46px); align-items: start; }
.sth-contact-options { display: grid; gap: 16px; }
.sth-contact-option { display: flex; min-height: 142px; align-items: center; gap: 18px; padding: 25px; background: var(--sth-cream); border: 1px solid var(--sth-border); border-radius: 18px; color: var(--sth-forest) !important; text-decoration: none; transition: transform 180ms ease, box-shadow 180ms ease; }
.sth-contact-option:hover { box-shadow: var(--sth-shadow); transform: translateY(-3px); }
.sth-contact-option--phone { background: var(--sth-forest); border-color: var(--sth-forest); color: #fff !important; }
.sth-contact-option__icon { width: 52px; height: 52px; background: var(--sth-white); border-radius: 15px; color: var(--sth-copper); }
.sth-contact-option--phone .sth-contact-option__icon { background: rgba(255,255,255,.12); color: #fff; }
.sth-contact-option__copy { min-width: 0; }
.sth-contact-option__copy small,
.sth-contact-option__copy strong,
.sth-contact-option__copy > span { display: block; }
.sth-contact-option__copy small { margin-bottom: 5px; color: var(--sth-copper-dark); font-size: .7rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.sth-contact-option--phone small { color: var(--sth-oat); }
.sth-contact-option__copy strong { overflow-wrap: anywhere; color: var(--sth-forest); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 2.3vw, 2rem); font-weight: 500; line-height: 1.15; }
.sth-contact-option--phone strong { color: #fff; }
.sth-contact-option__copy > span { margin-top: 8px; color: var(--sth-muted); font-size: .84rem; }
.sth-contact-option--phone .sth-contact-option__copy > span { color: rgba(255,255,255,.68); }
.sth-contact-address { padding: 27px; background: var(--sth-white); border: 1px solid var(--sth-border); border-radius: 18px; }
.sth-contact-address > strong { display: block; margin-bottom: 9px; color: var(--sth-forest); font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; font-weight: 500; }
.sth-contact-address address { color: var(--sth-muted); font-style: normal; line-height: 1.7; }

.sth-contact-form-panel { padding: clamp(28px, 4.5vw, 54px); background: #fff; border: 1px solid var(--sth-border); border-radius: var(--sth-radius); box-shadow: var(--sth-shadow); }
.sth-contact-form-panel > h2 { margin: 0 0 10px; font-size: clamp(2.4rem, 4.1vw, 4rem); }
.sth-contact-form-panel > p:not(.sth-eyebrow) { margin-bottom: 30px; color: var(--sth-muted); }
.sth-contact-form-content .et_pb_section { padding: 0 !important; background: transparent !important; }
.sth-contact-form-content .et_pb_row { display: block !important; width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; }
.sth-contact-form-content .et_pb_column { float: none !important; width: 100% !important; margin: 0 !important; padding: 0 !important; border: 0 !important; box-shadow: none !important; }
.sth-contact-form-content .et_pb_column_empty,
.sth-contact-form-content .et_pb_text_0 { display: none !important; }
.sth-contact-form-content .et_pb_text_1 { margin: 0 !important; }
.sth-contact-form-content .forminator-edit-module { display: none !important; }
.forminator-ui.forminator-custom-form { font-family: "Avenir Next", "Segoe UI", Arial, sans-serif !important; }
.forminator-ui.forminator-custom-form .forminator-label { margin-bottom: 7px !important; color: var(--sth-forest) !important; font-size: .79rem !important; font-weight: 800 !important; letter-spacing: .04em; }
.forminator-ui.forminator-custom-form input,
.forminator-ui.forminator-custom-form textarea {
	background: var(--sth-white) !important;
	border: 1px solid rgba(24, 54, 45, 0.2) !important;
	border-radius: 12px !important;
	color: var(--sth-ink) !important;
}
.forminator-ui.forminator-custom-form input { min-height: 54px !important; }
.forminator-ui.forminator-custom-form textarea { min-height: 190px !important; }
.forminator-ui.forminator-custom-form input:focus,
.forminator-ui.forminator-custom-form textarea:focus { border-color: var(--sth-copper) !important; box-shadow: 0 0 0 3px rgba(169, 103, 63, 0.16) !important; }
.forminator-ui.forminator-custom-form .forminator-button-submit {
	width: 100% !important;
	min-height: 56px !important;
	background: var(--sth-forest) !important;
	border-radius: 999px !important;
	box-shadow: none !important;
	font-weight: 800 !important;
	padding-inline: 30px !important;
}
.forminator-ui.forminator-custom-form .forminator-button-submit:hover { background: var(--sth-copper) !important; }
.grecaptcha-badge { visibility: hidden !important; }
.sth-recaptcha-notice { margin: 18px 0 0; color: var(--sth-muted); font-size: .76rem; line-height: 1.55; }

/* Complianz cookie consent follows the site's visual language. */
.cmplz-cookiebanner { font-family: "Avenir Next", "Segoe UI", Arial, sans-serif !important; border: 1px solid rgba(24,54,45,.14) !important; border-radius: 20px !important; box-shadow: 0 24px 80px rgba(11,30,24,.24) !important; }
.cmplz-cookiebanner .cmplz-title { color: var(--sth-forest) !important; font-family: Georgia, "Times New Roman", serif !important; font-size: 1.7rem !important; font-weight: 500 !important; }
.cmplz-cookiebanner .cmplz-message { color: var(--sth-muted) !important; line-height: 1.55 !important; }
.cmplz-cookiebanner .cmplz-btn { min-height: 48px !important; border-radius: 999px !important; font-weight: 800 !important; }
.cmplz-cookiebanner .cmplz-accept { background: var(--sth-forest) !important; border-color: var(--sth-forest) !important; color: #fff !important; }
.cmplz-cookiebanner .cmplz-deny { background: #fff !important; border-color: var(--sth-forest) !important; color: var(--sth-forest) !important; }
.cmplz-cookiebanner .cmplz-view-preferences { background: var(--sth-cream) !important; border-color: var(--sth-border) !important; color: var(--sth-forest) !important; }
body:has(.cmplz-cookiebanner.cmplz-show) .sth-contact-dock { opacity: 0; pointer-events: none; transform: translateY(12px); }

/* Footer polish and placeholder social-link cleanup */
#main-footer { background: #11271f !important; }
#footer-bottom { background: #0b1c16 !important; }
#main-footer a,
#footer-bottom a { color: var(--sth-oat) !important; }
.et-l--footer .sth-footer-phone { display: inline-block; padding: 4px 0; border-bottom: 1px solid rgba(255,255,255,.35); color: #fff !important; font-size: 1.12rem; font-weight: 850; text-decoration: none; }
.et-l--footer .sth-footer-phone:hover { border-color: var(--sth-oat); color: var(--sth-oat) !important; }
.et_pb_social_media_follow a[href="#"] { opacity: 0.35; pointer-events: none; }

@media (min-width: 1450px) {
	.sth-horse-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
	#logo { max-height: 58px !important; }
	.et_header_style_left #logo { max-width: 210px; }
	html body.sth-modern-site #page-container #et-boc header.et-l.et-l--header .et_builder_inner_content .et_pb_section.et_pb_section_0_tb_header > .et_pb_row.et_pb_row_0_tb_header { width: min(1600px, calc(100% - 80px)) !important; }
	.sth-horse-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.sth-home-about__intro { grid-template-columns: 1fr; }
	.sth-home-values { grid-template-columns: 1fr; }
	.sth-home-mood { grid-template-columns: 1fr; }
	.sth-archive-intro__layout { grid-template-columns: 1fr; }
	.sth-archive-collage { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.sth-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.sth-profile-layout { grid-template-columns: 1fr; }
	.sth-fact-card { position: static; }
	.sth-profile-cta__inner { grid-template-columns: 1fr; }
	.sth-care-layout { grid-template-columns: 1fr; }
	.sth-care-nav { position: static; }
	.sth-price-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.sth-contact-layout { grid-template-columns: 1fr; }
	.sth-contact-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.sth-contact-address { grid-column: 1 / -1; }
	.home .et_pb_section_0 { height: min(700px, 78vh); min-height: min(700px, 78vh); }
}

@media (max-width: 680px) {
	body.sth-modern-site { padding-bottom: 66px; font-size: 16px; }
	.sth-shell { width: min(100% - 28px, 1180px); }
	#main-header .container,
	html body.sth-modern-site #page-container #et-boc header.et-l.et-l--header .et_builder_inner_content .et_pb_section.et_pb_section_0_tb_header > .et_pb_row.et_pb_row_0_tb_header { width: min(100% - 28px, 1600px) !important; }
	.sth-section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 28px; }
	.sth-home-about__intro { gap: 28px; }
	.sth-home-about__actions { display: grid; }
	.sth-home-about__actions .sth-button { width: 100%; }
	.sth-home-mood { gap: 25px; }
	.sth-horse-grid { grid-template-columns: 1fr; }
	.home .et_pb_section_0 {
		height: 660px;
		min-height: 660px;
		background-image: url("https://stutteri-telling.dk/wp-content/uploads/2025/02/Fafnir_006.jpg") !important;
		background-position: left center !important;
		background-size: cover !important;
	}
	.home .et_pb_section_0 .et_pb_row { width: min(100% - 28px, 1600px) !important; }
	.home .et_pb_section_0::before { background: linear-gradient(0deg, rgba(11, 30, 24, 0.9) 0%, rgba(11, 30, 24, 0.12) 72%); }
	.home .et_pb_section_0 h1 { font-size: clamp(3rem, 13.5vw, 4rem) !important; }
	.sth-horse-card__image { aspect-ratio: 4 / 3; }
	.sth-horse-card__image img { object-fit: contain; object-position: center; transform: none !important; }
	.sth-archive-hero { min-height: 660px; }
	.sth-archive-hero h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
	.sth-archive--hingste .sth-archive-hero__media img { object-position: left center; }
	.sth-archive--hopper .sth-archive-hero__media img { object-position: right center; }
	.sth-archive--foel-til-salg .sth-archive-hero__media img { object-position: center; }
	.sth-archive--solgte-heste .sth-archive-hero__media img { object-position: center; }
	.sth-archive-intro { padding-block: 60px; }
	.sth-archive-intro__layout { gap: 38px; }
	.sth-archive-collage { grid-template-columns: 1fr; }
	.sth-archive-collage__item { aspect-ratio: 4 / 3; }
	.sth-archive-collage img { object-fit: contain; object-position: center; }
	.sth-profile-hero { min-height: 660px; }
	.sth-profile-hero__media img { object-position: center 32%; }
	.sth-profile--roskva-fra-skovager .sth-profile-hero__media img { object-position: right center; }
	.sth-profile--fafnir-fra-thjodolfshaga .sth-profile-hero__media img { object-position: left center; }
	.sth-profile--adda-fra-stutteri-geyser .sth-profile-hero__media img { object-position: center; }
	.sth-profile--bryndis-fra-stald-juhl .sth-profile-hero__media img { object-position: center; }
	.sth-profile-hero h1 { font-size: clamp(3rem, 15vw, 5rem); }
	.sth-fact-card dl > div { grid-template-columns: 1fr; gap: 3px; }
	.sth-gallery { grid-template-columns: 1fr; }
	.sth-gallery img { object-fit: contain; object-position: center; }
	.sth-lightbox { padding: 10px; }
	.sth-lightbox__dialog { width: 100%; height: 94vh; }
	.sth-lightbox__image { max-height: calc(94vh - 65px); border-radius: 8px; }
	.sth-lightbox__close { top: 2px; right: 2px; }
	.sth-lightbox__nav { top: auto; bottom: 5px; transform: none; }
	.sth-lightbox__nav--previous { left: 6px; }
	.sth-lightbox__nav--next { right: 6px; }
	.sth-lightbox__caption { right: 63px; bottom: 18px; left: 63px; }
	.sth-pedigree { grid-template-columns: 1fr; }
	.sth-grandparents { grid-template-columns: 1fr; }
	.sth-parent-card::after { display: none; }
	.sth-profile-cta__actions { width: 100%; }
	.sth-profile-cta .sth-button { width: 100%; }
	.sth-care-hero { min-height: 660px; }
	.sth-care--overview .sth-care-hero__media img,
	.sth-care--feed .sth-care-hero__media img { object-position: left center; }
	.sth-care--daily .sth-care-hero__media img,
	.sth-care--outdoor .sth-care-hero__media img,
	.sth-care--groom .sth-care-hero__media img { object-position: right center; }
	.sth-care-grid { grid-template-columns: 1fr; }
	.sth-care-card { min-height: 0; }
	.sth-breeding-hero { min-height: 660px; }
	.sth-breeding-hero__media img { object-position: left center; }
	.sth-process-list li { grid-template-columns: 44px 1fr; gap: 14px 18px; }
	.sth-process-list li::before { grid-row: 1 / 3; width: 38px; height: 38px; }
	.sth-process-list strong,
	.sth-process-list span { padding-top: 2px; }
	.sth-breeding-methods,
	.sth-price-grid { grid-template-columns: 1fr; }
	.sth-price-grid > div { min-height: 0; }
	.sth-contact-hero { min-height: 660px; }
	.sth-contact-hero__media img { object-position: center 34%; }
	.sth-contact-hero__overlay { background: linear-gradient(0deg, rgba(8, 26, 20, .94) 0%, rgba(8, 26, 20, .42) 70%, rgba(8, 26, 20, .08) 100%); }
	.sth-contact-hero__content { padding-bottom: 36px; }
	.sth-contact-hero h1 { font-size: clamp(3rem, 14vw, 4.25rem); }
	.sth-contact-hero__actions { display: grid; }
	.sth-contact-hero__actions > a { min-width: 0; min-height: 66px; padding: 10px 14px 10px 11px; }
	.sth-contact-hero__mail strong { font-size: .86rem; overflow-wrap: anywhere; }
	.sth-contact-options { grid-template-columns: 1fr; }
	.sth-contact-address { grid-column: auto; }
	.sth-contact-option { min-height: 125px; padding: 21px; }
	.sth-contact-form-panel { padding: 27px 20px; }
	.sth-contact-dock { right: 6px; bottom: 6px; left: 6px; gap: 4px; padding: 4px; border-radius: 16px; }
	.sth-contact-dock a { min-height: 46px; gap: 6px; justify-content: center; }
	.sth-contact-dock__phone { flex: 1.45; padding: 5px 8px; }
	.sth-contact-dock__mail { flex: .55; padding: 5px 7px; text-align: center; }
	.sth-contact-dock__phone small { display: none; }
	.sth-contact-dock__phone strong { font-size: .82rem; white-space: nowrap; }
	.sth-contact-dock__mail > span:last-child { font-size: 0; }
	.sth-contact-dock__mail > span:last-child::after { content: "E-mail"; font-size: .78rem; font-weight: 850; }
	.sth-contact-dock__icon { width: 28px; height: 28px; }
	.sth-contact-dock svg { width: 17px; height: 17px; }
}

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