:root {
  --gw-green: #1d4f7a;
  --gw-green-dark: #17213a;
  --gw-gold: #f26c2e;
  --gw-gold-soft: #ffd2a8;
  --gw-dark: #17213a;
  --gw-text: #34404c;
  --gw-muted: #687484;
  --gw-light: #f7f3f8;
  --gw-white: #ffffff;
  --gw-line: #e6dfea;
  --gw-danger: #9e2a2b;
  --gw-radius: 8px;
  --gw-shadow: 0 16px 48px rgba(23, 33, 58, 0.13);
  --gw-max: 1200px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--gw-text);
  background: linear-gradient(180deg, #fbf8fc 0%, #ffffff 28%, #f7f3f8 100%);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

body,
button,
input,
select,
textarea {
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

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

a {
  color: inherit;
}

p {
  margin: 0 0 1rem;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  color: var(--gw-dark);
  font-weight: 760;
  line-height: 1.12;
  letter-spacing: 0;
}

h1 {
  font-size: 4.4rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 1.25rem;
}

ul,
ol {
  margin-top: 0;
}

button,
input,
select,
textarea {
  font-size: 1rem;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(242, 108, 46, 0.68);
  outline-offset: 3px;
}

.container {
  width: min(var(--gw-max), calc(100% - 2.5rem));
  margin-inline: auto;
}

.narrow-content {
  max-width: 820px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  width: auto;
  height: auto;
  clip: auto;
  margin: 0;
  padding: 0.75rem 1rem;
  top: 0.75rem;
  inset-inline-start: 0.75rem;
  z-index: 10000;
  color: var(--gw-white);
  background: var(--gw-dark);
  border-radius: var(--gw-radius);
}

.utility-bar {
  color: rgba(255, 255, 255, 0.82);
  background: var(--gw-dark);
  font-size: 0.78rem;
}

.utility-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.utility-contact,
.utility-actions {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.utility-bar a {
  color: inherit;
  text-decoration: none;
}

.utility-bar a:hover,
.utility-bar a:focus-visible {
  color: var(--gw-gold-soft);
}

.language-switcher ul {
  display: flex;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(24, 58, 90, 0.16);
  backdrop-filter: blur(14px);
}

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

.header-inner {
  min-height: 88px;
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr) auto;
  gap: 1.4rem;
  align-items: center;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.site-logo {
  width: 118px;
  max-height: 80px;
  object-fit: contain;
}

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

.primary-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-navigation > ul,
.primary-navigation .menu {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}

.primary-navigation li {
  position: relative;
}

.primary-navigation a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.7rem;
  color: var(--gw-dark);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: var(--gw-radius);
}

.primary-navigation a:hover,
.primary-navigation a:focus-visible,
.primary-navigation .current-menu-item > a {
  color: var(--gw-green);
  background: rgba(29, 79, 122, 0.08);
}

.primary-navigation .sub-menu {
  position: absolute;
  top: calc(100% + 0.45rem);
  inset-inline-start: 0;
  min-width: 230px;
  padding: 0.55rem;
  visibility: hidden;
  opacity: 0;
  transform: translateY(8px);
  background: var(--gw-white);
  border: 1px solid var(--gw-line);
  border-radius: var(--gw-radius);
  box-shadow: var(--gw-shadow);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.primary-navigation li:hover > .sub-menu,
.primary-navigation li:focus-within > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.primary-navigation .sub-menu a {
  width: 100%;
  min-height: 40px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.header-catalogue {
  color: var(--gw-green);
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  color: var(--gw-dark);
  background: transparent;
  border: 1px solid var(--gw-line);
  border-radius: var(--gw-radius);
  cursor: pointer;
}

.nav-toggle span:first-child,
.nav-toggle span:first-child::before,
.nav-toggle span:first-child::after {
  width: 20px;
  height: 2px;
  display: block;
  background: currentColor;
  content: "";
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle span:first-child {
  position: relative;
}

.nav-toggle span:first-child::before,
.nav-toggle span:first-child::after {
  position: absolute;
  inset-inline-start: 0;
}

.nav-toggle span:first-child::before {
  top: -7px;
}

.nav-toggle span:first-child::after {
  top: 7px;
}

.nav-toggle[aria-expanded="true"] span:first-child {
  background: transparent;
}

.nav-toggle[aria-expanded="true"] span:first-child::before {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:first-child::after {
  transform: translateY(-7px) rotate(-45deg);
}

.site-main {
  overflow: clip;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.78rem 1.25rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: var(--gw-radius);
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, color 160ms ease, background-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-compact {
  min-height: 42px;
  padding: 0.62rem 0.85rem;
  font-size: 0.82rem;
}

.button-primary {
  color: var(--gw-white);
  background: var(--gw-green);
  box-shadow: 0 12px 24px rgba(29, 79, 122, 0.22);
}

.button-primary:hover,
.button-primary:focus-visible {
  color: var(--gw-white);
  background: var(--gw-green-dark);
}

.button-gold {
  color: var(--gw-dark);
  background: var(--gw-gold);
}

.button-light {
  color: var(--gw-dark);
  background: var(--gw-white);
}

.button-outline {
  color: var(--gw-green);
  background: transparent;
  border-color: var(--gw-green);
}

.button-outline:hover,
.button-outline:focus-visible {
  color: var(--gw-white);
  background: var(--gw-green);
}

.button-ghost {
  color: var(--gw-white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}

.section {
  padding: 6.5rem 0;
}

.section-soft {
  background:
    radial-gradient(circle at 8% 0%, rgba(164, 47, 145, 0.1), transparent 34%),
    linear-gradient(135deg, rgba(29, 79, 122, 0.08), rgba(242, 108, 46, 0.05)),
    var(--gw-light);
}

.section-dark {
  color: rgba(255, 255, 255, 0.75);
  background: var(--gw-dark);
}

.section-dark h2,
.section-dark h3 {
  color: var(--gw-white);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 3rem;
}

.section-heading p {
  max-width: 680px;
  margin-top: 1.1rem;
  color: var(--gw-muted);
  font-size: 1.08rem;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.9rem;
  color: var(--gw-green);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.section-label::before {
  width: 30px;
  height: 3px;
  background: var(--gw-gold);
  content: "";
}

.split-heading {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

.split-heading > div {
  max-width: 760px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--gw-green);
  font-weight: 850;
  text-decoration: none;
}

.text-link::after {
  content: "→";
  transition: transform 160ms ease;
}

.text-link:hover::after,
.text-link:focus-visible::after {
  transform: translateX(4px);
}

.home-hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  color: var(--gw-white);
  isolation: isolate;
  background-color: var(--gw-dark);
  background-image: var(--hero-image);
  background-position: center center;
  background-size: cover;
}

.home-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(14, 25, 48, 0.88), rgba(24, 58, 90, 0.72) 58%, rgba(164, 47, 145, 0.45)),
    rgba(23, 33, 58, 0.72);
  content: "";
}

.hero-content {
  padding: 7rem 0 9rem;
}

.hero-content .section-label {
  color: var(--gw-gold-soft);
}

.hero-content h1 {
  max-width: 900px;
  color: var(--gw-white);
}

.hero-content p {
  max-width: 690px;
  margin: 1.4rem 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.24rem;
}

.hero-actions,
.cta-actions,
.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.hero-trust {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  background: rgba(23, 33, 58, 0.93);
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.hero-trust .container {
  min-height: 76px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
}

.hero-trust span {
  padding: 0.65rem 1.2rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.88rem;
  font-weight: 800;
  text-align: center;
  border-inline-start: 1px solid rgba(255, 255, 255, 0.15);
}

.hero-trust span:last-child {
  border-inline-end: 1px solid rgba(255, 255, 255, 0.15);
}

.stats-band {
  padding: 1.6rem 0;
  background: linear-gradient(90deg, #ffffff 0%, #fbf5f9 48%, #fff7f0 100%);
  border-bottom: 1px solid var(--gw-line);
}

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

.stat-item {
  min-height: 116px;
  padding: 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-inline-start: 1px solid var(--gw-line);
}

.stat-item:last-child {
  border-inline-end: 1px solid var(--gw-line);
}

.stat-item strong {
  color: var(--gw-green);
  font-size: 2.7rem;
  line-height: 1;
}

.stat-item span {
  margin-top: 0.5rem;
  color: var(--gw-muted);
  font-size: 0.9rem;
  font-weight: 700;
}

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

.species-card {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border-radius: var(--gw-radius);
  box-shadow: var(--gw-shadow);
}

.species-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 33, 58, 0.18), rgba(23, 33, 58, 0.72));
  content: "";
  transition: background-color 220ms ease;
}

.species-card img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  transition: transform 500ms ease;
}

.species-card:hover img,
.species-card:focus-visible img {
  transform: scale(1.04);
}

.species-card:hover::after,
.species-card:focus-visible::after {
  background: linear-gradient(180deg, rgba(23, 33, 58, 0.12), rgba(164, 47, 145, 0.58));
}

.species-overlay {
  position: absolute;
  inset-inline: 1.5rem;
  bottom: 1.5rem;
  z-index: 2;
  color: rgba(255, 255, 255, 0.8);
}

.species-overlay small {
  display: block;
  color: var(--gw-gold-soft);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.species-overlay strong {
  display: block;
  margin: 0.35rem 0 0.7rem;
  color: var(--gw-white);
  font-size: 2rem;
}

.species-overlay span {
  display: block;
  font-size: 0.92rem;
}

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

.category-card {
  min-height: 245px;
  padding: 1.45rem;
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  background: var(--gw-white);
  border: 1px solid var(--gw-line);
  border-radius: var(--gw-radius);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.category-card:hover,
.category-card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(29, 79, 122, 0.45);
  box-shadow: var(--gw-shadow);
}

.category-number {
  margin-bottom: auto;
  color: var(--gw-gold);
  font-size: 0.8rem;
  font-weight: 900;
}

.category-card h3 {
  margin-bottom: 0.65rem;
}

.category-card p {
  margin: 0;
  color: var(--gw-muted);
  font-size: 0.9rem;
}

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

.product-card {
  min-width: 0;
  overflow: hidden;
  background: var(--gw-white);
  border: 1px solid var(--gw-line);
  border-radius: var(--gw-radius);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-card:hover,
.product-card:focus-within {
  transform: translateY(-5px);
  border-color: rgba(164, 47, 145, 0.36);
  box-shadow: var(--gw-shadow);
}

.product-card-image {
  height: 280px;
  display: grid;
  place-items: center;
  padding: 1.2rem;
  background:
    radial-gradient(circle at 75% 20%, rgba(242, 108, 46, 0.12), transparent 32%),
    linear-gradient(135deg, #ffffff, #f7f3f8);
  overflow: hidden;
}

.product-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 220ms ease;
}

.product-card:hover .product-card-image img {
  transform: scale(1.03);
}

.product-card-body {
  padding: 1.3rem;
}

.product-category {
  display: inline-flex;
  margin-bottom: 0.65rem;
  color: var(--gw-green);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-card h3 {
  margin-bottom: 0.65rem;
}

.product-card h3 a {
  text-decoration: none;
}

.product-card-excerpt {
  min-height: 74px;
  color: var(--gw-muted);
  font-size: 0.92rem;
}

.product-card-excerpt p {
  margin: 0;
}

.services-section {
  color: rgba(255, 255, 255, 0.78);
  background:
    radial-gradient(circle at 100% 0%, rgba(164, 47, 145, 0.42), transparent 36%),
    linear-gradient(135deg, #17213a 0%, #183a5a 56%, #321d48 100%);
}

.services-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 5rem;
  align-items: start;
}

.services-section h2,
.services-section h3 {
  color: var(--gw-white);
}

.services-section .section-heading p {
  color: rgba(255, 255, 255, 0.68);
}

.services-section .section-label {
  color: var(--gw-gold-soft);
}

.services-section .button-outline {
  color: var(--gw-white);
  border-color: rgba(255, 255, 255, 0.55);
}

.service-list {
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.service-row {
  padding: 1.5rem 0;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.service-row > span {
  color: var(--gw-gold);
  font-weight: 900;
}

.service-row p {
  margin: 0.45rem 0 0;
  color: rgba(255, 255, 255, 0.65);
}

.why-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 5rem;
  align-items: center;
}

.why-visual {
  min-height: 620px;
  overflow: hidden;
  border-radius: var(--gw-radius);
  box-shadow: var(--gw-shadow);
}

.why-visual img {
  width: 100%;
  height: 620px;
  object-fit: cover;
}

.reason-list {
  border-top: 1px solid var(--gw-line);
}

.reason-item {
  padding: 1.15rem 0;
  display: grid;
  grid-template-columns: minmax(140px, 0.4fr) 1fr;
  gap: 1rem;
  border-bottom: 1px solid var(--gw-line);
}

.reason-item p {
  margin: 0;
  color: var(--gw-muted);
}

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

.news-card {
  overflow: hidden;
  background: var(--gw-white);
  border: 1px solid var(--gw-line);
  border-radius: var(--gw-radius);
}

.news-card-image {
  height: 230px;
  display: block;
  overflow: hidden;
}

.news-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
}

.news-card:hover .news-card-image img {
  transform: scale(1.035);
}

.news-card-body {
  padding: 1.3rem;
}

.news-card time {
  color: var(--gw-green);
  font-size: 0.78rem;
  font-weight: 800;
}

.news-card h3 {
  margin: 0.6rem 0;
}

.news-card h3 a {
  text-decoration: none;
}

.news-card p {
  color: var(--gw-muted);
  font-size: 0.92rem;
}

.empty-state {
  padding: 3rem;
  text-align: center;
  background: var(--gw-white);
  border: 1px solid var(--gw-line);
  border-radius: var(--gw-radius);
}

.contact-cta {
  padding: 5rem 0;
  color: rgba(255, 255, 255, 0.8);
  background:
    linear-gradient(135deg, rgba(242, 108, 46, 0.22), transparent 38%),
    linear-gradient(120deg, #183a5a 0%, #1d4f7a 48%, #a42f91 100%);
}

.contact-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

.contact-cta h2 {
  max-width: 750px;
  color: var(--gw-white);
}

.contact-cta p {
  max-width: 680px;
  margin-top: 0.9rem;
}

.contact-cta .section-label {
  color: var(--gw-gold-soft);
}

.page-hero {
  min-height: 430px;
  padding: 7rem 0;
  display: grid;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  background-color: var(--gw-dark);
  background-image: url("../img/hero-products.png");
  background-position: center;
  background-size: cover;
  position: relative;
  isolation: isolate;
}

.page-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(14, 25, 48, 0.88), rgba(24, 58, 90, 0.74) 58%, rgba(164, 47, 145, 0.46)),
    rgba(23, 33, 58, 0.72);
  content: "";
}

.page-hero .container {
  max-width: var(--gw-max);
}

.page-hero h1 {
  max-width: 900px;
  color: var(--gw-white);
}

.page-hero p,
.page-hero-copy {
  max-width: 700px;
  margin-top: 1.2rem;
  font-size: 1.1rem;
}

.page-hero .section-label {
  color: var(--gw-gold-soft);
}

.page-hero .button {
  margin-top: 1.5rem;
}

.editorial-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
  gap: 5rem;
}

.editorial-copy {
  font-size: 1.08rem;
}

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

.commitment-card {
  min-height: 280px;
  padding: 1.5rem;
  background: var(--gw-white);
  border: 1px solid var(--gw-line);
  border-radius: var(--gw-radius);
}

.commitment-card > span {
  display: block;
  margin-bottom: 4rem;
  color: var(--gw-gold);
  font-weight: 900;
}

.commitment-card p {
  margin-top: 0.8rem;
  color: var(--gw-muted);
}

.audience-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 5rem;
  align-items: center;
}

.audience-visual {
  overflow: hidden;
  border-radius: var(--gw-radius);
  box-shadow: var(--gw-shadow);
}

.audience-visual img {
  width: 100%;
  min-height: 530px;
  object-fit: cover;
}

.check-list {
  margin: 1.5rem 0 2rem;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--gw-line);
}

.check-list li {
  padding: 0.8rem 0 0.8rem 1.8rem;
  position: relative;
  border-bottom: 1px solid var(--gw-line);
}

.check-list li::before {
  position: absolute;
  inset-inline-start: 0;
  top: 0.8rem;
  color: var(--gw-green);
  font-weight: 900;
  content: "✓";
}

.service-detail-list {
  border-top: 1px solid var(--gw-line);
}

.service-detail {
  padding: 2.4rem 0;
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) minmax(240px, 0.6fr);
  gap: 2rem;
  align-items: start;
  border-bottom: 1px solid var(--gw-line);
}

.service-index {
  color: var(--gw-gold);
  font-weight: 900;
}

.service-detail p {
  margin-top: 0.7rem;
  color: var(--gw-muted);
}

.service-detail ul {
  margin: 0;
  padding-left: 1.1rem;
}

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

.process-card {
  min-height: 250px;
  padding: 1.4rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--gw-radius);
}

.process-card strong {
  display: block;
  margin-bottom: 4rem;
  color: var(--gw-gold);
}

.process-card p {
  color: rgba(255, 255, 255, 0.65);
}

.contact-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 4rem;
  align-items: start;
}

.contact-details dl {
  margin: 2rem 0;
  border-top: 1px solid var(--gw-line);
}

.contact-details dl div {
  padding: 1rem 0;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 1rem;
  border-bottom: 1px solid var(--gw-line);
}

.contact-details dt {
  color: var(--gw-muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-details dd {
  margin: 0;
  font-weight: 750;
}

.contact-details dd a {
  text-decoration: none;
}

.contact-form-panel {
  padding: 2rem;
  background: var(--gw-light);
  border: 1px solid var(--gw-line);
  border-radius: var(--gw-radius);
}

.galiworld-contact-form p {
  margin: 0 0 1rem;
}

.galiworld-contact-form label {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--gw-dark);
  font-size: 0.83rem;
  font-weight: 800;
}

.galiworld-contact-form input,
.galiworld-contact-form textarea,
.product-filters input,
.product-filters select,
.newsletter-form input {
  width: 100%;
  min-height: 48px;
  padding: 0.7rem 0.8rem;
  color: var(--gw-dark);
  background: var(--gw-white);
  border: 1px solid #d8d5df;
  border-radius: 6px;
}

.galiworld-contact-form textarea {
  min-height: 160px;
  resize: vertical;
}

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

.form-honeypot {
  position: absolute;
  left: -9999px;
}

.form-notice {
  margin-bottom: 1rem;
  padding: 0.8rem 1rem;
  border-radius: var(--gw-radius);
}

.form-notice-success {
  color: #183a5a;
  background: #e7f0f9;
}

.form-notice-error {
  color: #742020;
  background: #f5dddd;
}

.map-section {
  padding: 0 0 6.5rem;
}

.map-placeholder {
  min-height: 330px;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: rgba(255, 255, 255, 0.72);
  background: var(--gw-dark);
  border-radius: var(--gw-radius);
}

.map-placeholder h2 {
  color: var(--gw-white);
}

.map-placeholder > span {
  color: var(--gw-gold);
  font-weight: 900;
  text-transform: uppercase;
}

.products-hero {
  min-height: 490px;
}

.product-filters {
  padding: 1.2rem;
  display: grid;
  grid-template-columns: minmax(190px, 1.3fr) repeat(3, minmax(150px, 1fr)) auto auto;
  gap: 0.8rem;
  align-items: end;
  background: var(--gw-light);
  border: 1px solid var(--gw-line);
  border-radius: var(--gw-radius);
}

.filter-field label {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--gw-dark);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.filter-reset {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  color: var(--gw-muted);
  font-size: 0.85rem;
  font-weight: 800;
}

.archive-summary {
  margin: 1.5rem 0;
  color: var(--gw-muted);
}

.nav-links {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 0.35rem;
}

.nav-links .page-numbers {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  text-decoration: none;
  border: 1px solid var(--gw-line);
  border-radius: 6px;
}

.nav-links .current {
  color: var(--gw-white);
  background: var(--gw-green);
  border-color: var(--gw-green);
}

.product-hero {
  padding: 5rem 0;
  background: var(--gw-light);
}

.product-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 5rem;
  align-items: center;
}

.product-image-panel {
  min-height: 560px;
  display: grid;
  place-items: center;
  padding: 2rem;
  background: var(--gw-white);
  border: 1px solid var(--gw-line);
  border-radius: var(--gw-radius);
}

.product-image-panel img {
  width: 100%;
  max-height: 510px;
  object-fit: contain;
}

.product-summary h1 {
  font-size: 3.7rem;
}

.back-link {
  display: inline-flex;
  margin-bottom: 1.2rem;
  color: var(--gw-muted);
  font-size: 0.85rem;
  font-weight: 800;
  text-decoration: none;
}

.product-intro {
  margin-top: 1rem;
  color: var(--gw-muted);
  font-size: 1.1rem;
}

.product-tags {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.product-tags span {
  padding: 0.35rem 0.65rem;
  color: var(--gw-green);
  font-size: 0.78rem;
  font-weight: 800;
  background: rgba(29, 79, 122, 0.08);
  border: 1px solid rgba(29, 79, 122, 0.18);
  border-radius: 999px;
}

.document-link {
  display: inline-flex;
  margin-top: 1.3rem;
  color: var(--gw-green);
  font-weight: 850;
}

.product-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 5rem;
  align-items: start;
}

.product-description h2 {
  margin-bottom: 1.2rem;
}

.product-specifications {
  border-top: 3px solid var(--gw-gold);
}

.specification-item {
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--gw-line);
}

.specification-item p {
  margin: 0.5rem 0 0;
  color: var(--gw-muted);
}

.article-hero {
  padding: 6rem 0 3rem;
  background: var(--gw-light);
}

.article-hero time {
  color: var(--gw-green);
  font-weight: 800;
}

.article-hero h1 {
  margin: 0.8rem 0 2rem;
}

.article-hero img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  border-radius: var(--gw-radius);
}

.entry-content {
  color: var(--gw-text);
}

.entry-content h2,
.entry-content h3 {
  margin: 2.2rem 0 0.8rem;
}

.entry-content a {
  color: var(--gw-green);
}

.entry-content img {
  border-radius: var(--gw-radius);
}

.site-footer {
  color: rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(135deg, rgba(164, 47, 145, 0.2), transparent 38%),
    #121a30;
}

.footer-grid {
  padding: 4.5rem 0;
  display: grid;
  grid-template-columns: minmax(240px, 1.3fr) repeat(3, minmax(160px, 0.75fr));
  gap: 3rem;
}

.footer-logo {
  width: 135px;
  max-height: 105px;
  margin-bottom: 1.2rem;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.footer-brand p {
  max-width: 360px;
}

.footer-column h2 {
  margin-bottom: 1.1rem;
  color: var(--gw-white);
  font-size: 1rem;
}

.footer-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-column li + li {
  margin-top: 0.55rem;
}

.footer-column a {
  color: inherit;
  text-decoration: none;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: var(--gw-gold-soft);
}

.footer-column address {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  font-style: normal;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.social-links a {
  padding: 0.35rem 0.55rem;
  font-size: 0.78rem;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
}

.newsletter-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.45rem;
}

.newsletter-form input {
  min-width: 0;
}

.newsletter-form button {
  padding: 0.6rem 0.8rem;
  color: var(--gw-dark);
  font-weight: 850;
  background: var(--gw-gold);
  border: 0;
  border-radius: 6px;
  cursor: pointer;
}

.newsletter-feedback {
  grid-column: 1 / -1;
  font-size: 0.78rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.footer-bottom .container {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  color: var(--gw-gold-soft);
  font-weight: 800;
  text-decoration: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1120px) {
  h1 {
    font-size: 3.7rem;
  }

  h2 {
    font-size: 2.6rem;
  }

  .header-inner {
    grid-template-columns: 110px minmax(0, 1fr) auto;
    gap: 0.8rem;
  }

  .site-logo {
    width: 104px;
  }

  .primary-navigation a {
    padding-inline: 0.52rem;
    font-size: 0.82rem;
  }

  .header-catalogue {
    display: none;
  }

  .product-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .filter-reset {
    justify-content: center;
  }
}

@media (max-width: 920px) {
  .utility-actions > span {
    display: none;
  }

  .header-inner {
    grid-template-columns: 110px 1fr auto;
  }

  .nav-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .primary-navigation {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 1rem;
    right: 1rem;
    width: auto;
    justify-self: stretch;
    display: none;
    padding: 0.8rem;
    background: var(--gw-white);
    border: 1px solid var(--gw-line);
    border-radius: var(--gw-radius);
    box-shadow: var(--gw-shadow);
  }

  .primary-navigation.is-open {
    display: block;
  }

  .primary-navigation > ul,
  .primary-navigation .menu {
    display: block;
  }

  .primary-navigation a {
    width: 100%;
    font-size: 0.92rem;
  }

  .primary-navigation .sub-menu {
    position: static;
    min-width: 0;
    display: none;
    visibility: visible;
    opacity: 1;
    transform: none;
    margin: 0.15rem 0 0.35rem;
    padding: 0 0 0 0.8rem;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .primary-navigation li.submenu-open > .sub-menu {
    display: block;
  }

  .header-actions {
    display: none;
  }

  .home-hero {
    min-height: 650px;
  }

  .hero-trust .container,
  .stats-grid,
  .category-grid,
  .commitment-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .services-layout,
  .why-layout,
  .editorial-split,
  .audience-layout,
  .contact-page-grid,
  .product-hero-grid,
  .product-content-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .why-visual,
  .why-visual img {
    min-height: 460px;
    height: 460px;
  }

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

  .service-detail ul {
    grid-column: 2;
  }

  .product-image-panel {
    min-height: 420px;
  }

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

@media (max-width: 640px) {
  body {
    font-size: 15px;
  }

  .container {
    width: min(calc(100% - 1.5rem), var(--gw-max));
  }

  h1 {
    font-size: 2.75rem;
  }

  h2 {
    font-size: 2.05rem;
  }

  .admin-bar .site-header {
    top: 0;
  }

  .utility-inner {
    min-height: 40px;
  }

  .utility-contact a:first-child {
    display: none;
  }

  .utility-actions {
    margin-inline-start: auto;
  }

  .header-inner {
    min-height: 78px;
  }

  .site-logo {
    width: 92px;
    max-height: 70px;
  }

  .section {
    padding: 4.5rem 0;
  }

  .home-hero {
    min-height: 680px;
    background-position: 64% center;
  }

  .home-hero::before {
    background:
      linear-gradient(90deg, rgba(14, 25, 48, 0.88), rgba(24, 58, 90, 0.74) 58%, rgba(164, 47, 145, 0.44)),
      rgba(23, 33, 58, 0.76);
  }

  .hero-content {
    padding: 5rem 0 10rem;
  }

  .hero-content p {
    font-size: 1.05rem;
  }

  .hero-actions .button,
  .cta-actions .button,
  .product-actions .button {
    width: 100%;
  }

  .hero-trust .container {
    min-height: 106px;
  }

  .hero-trust span {
    padding: 0.55rem;
    font-size: 0.72rem;
  }

  .stats-grid,
  .species-grid,
  .category-grid,
  .product-grid,
  .news-grid,
  .commitment-grid,
  .process-grid,
  .footer-grid,
  .form-grid,
  .product-filters {
    grid-template-columns: 1fr;
  }

  .stat-item {
    min-height: 96px;
    border-inline-end: 1px solid var(--gw-line);
    border-bottom: 1px solid var(--gw-line);
  }

  .species-card,
  .species-card img {
    min-height: 390px;
    height: 390px;
  }

  .split-heading,
  .contact-cta-inner,
  .footer-bottom .container {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-cta-inner {
    display: flex;
  }

  .reason-item {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

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

  .service-detail ul {
    grid-column: 1;
  }

  .contact-details dl div {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .contact-form-panel {
    padding: 1.2rem;
  }

  .product-summary h1 {
    font-size: 2.7rem;
  }

  .product-image-panel {
    min-height: 350px;
  }

  .product-card-image {
    height: 250px;
  }

  .newsletter-form {
    grid-template-columns: 1fr;
  }

  .newsletter-feedback {
    grid-column: 1;
  }
}
