/* Steelence — premium European surgical manufacturer */
:root {
  --steel-blue: #0F5D73;
  --navy: #0B1F33;
  --teal: #00A6A6;
  --teal-hover: #008080;
  --bg: #FFFFFF;
  --section: #F5F8FA;
  --text: #2D3748;
  --text-muted: #6B7280;
  --border: #DCE5EC;
  --white: #ffffff;
  --ink: #0B1F33;
  --ink-soft: #0F5D73;
  --steel: #6B7280;
  --teal-bright: #00A6A6;
  --mint: #E6F7F7;
  --fog: #F5F8FA;
  --paper: #FFFFFF;
  --accent: #00A6A6;
  --line: #DCE5EC;
  --shadow: 0 10px 30px rgba(11, 31, 51, 0.08);
  --shadow-soft: 0 4px 16px rgba(11, 31, 51, 0.06);
  --radius: 12px;
  --gradient: linear-gradient(135deg, #0B1F33 0%, #0F5D73 100%);
  --font-display: "Manrope", system-ui, sans-serif;
  --font-body: "Manrope", system-ui, sans-serif;
  --nav-h: 78px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, .block-title {
  color: var(--navy);
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.025em;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 2.5rem));
  margin-inline: auto;
}

/* —— Nav: WHITE (black logo needs light background) —— */
/* Override Hello Elementor .site-header max-width/margin so bar touches both edges */
.site-header,
.site-header.is-scrolled,
.site-header--solid,
header.site-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  inset: 0 0 auto !important;
  z-index: 1000;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  margin-inline: 0 !important;
  /* Hello Elementor adds padding that pushes logo/menu to the bottom edge */
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: var(--nav-h) !important;
  min-height: var(--nav-h) !important;
  overflow: visible;
  background: #FFFFFF;
  box-shadow: 0 2px 16px rgba(11, 31, 51, 0.08);
  transition: box-shadow 0.3s var(--ease);
  border-radius: 0 !important;
}

.site-header.is-scrolled,
.site-header--solid {
  box-shadow: 0 4px 20px rgba(11, 31, 51, 0.1);
}

.site-header .brand,
.site-header .nav-links a,
.site-header.is-scrolled .brand,
.site-header.is-scrolled .nav-links a,
.site-header--solid .brand,
.site-header--solid .nav-links a {
  color: #0B1F33;
}

.site-header .nav-links a:hover,
.site-header .nav-links a.active,
.site-header.is-scrolled .nav-links a:hover,
.site-header.is-scrolled .nav-links a.active,
.site-header--solid .nav-links a:hover,
.site-header--solid .nav-links a.active {
  color: #00A6A6;
}

.site-header .nav-toggle span,
.site-header.is-scrolled .nav-toggle span,
.site-header--solid .nav-toggle span {
  background: #0B1F33;
}

.nav-inner,
.container.nav-inner {
  height: 100% !important;
  min-height: var(--nav-h);
  width: min(1180px, calc(100% - 2.5rem));
  margin-inline: auto;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1.5rem;
  overflow: visible;
  position: relative;
  padding: 0 !important;
}

.brand {
  display: flex !important;
  align-items: center !important;
  gap: 0.35rem;
  color: #0B1F33;
  z-index: 2;
  background: transparent;
  line-height: 0;
}

.brand-logo,
.site-header .brand-logo,
.elementor img.brand-logo,
.elementor-widget-html img.brand-logo {
  height: 60px !important;
  width: auto !important;
  max-height: 60px !important;
  max-width: 290px !important;
  display: block;
  object-fit: contain;
  filter: none !important;
  background: transparent !important;
}

.footer-brand .brand-logo {
  height: 48px;
  filter: none !important;
}

.brand-mark {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
}

.brand-mark span {
  color: #0F5D73;
}

.nav-links {
  display: flex !important;
  align-items: center !important;
  gap: 1.75rem;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.nav-links a {
  color: #0B1F33;
  font-size: 0.92rem;
  font-weight: 600;
  transition: color 0.25s;
}

.nav-links a:hover,
.nav-links a.active {
  color: #00A6A6;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.55rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.92rem;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform 0.25s var(--ease), background 0.25s, color 0.25s, box-shadow 0.25s, border-color 0.25s;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: #00A6A6;
  color: #FFFFFF;
  border-color: #00A6A6;
}

.btn-primary:hover {
  background: #008080;
  border-color: #008080;
  box-shadow: 0 10px 24px rgba(0, 128, 128, 0.25);
}

.btn-ghost,
.btn-secondary {
  background: #FFFFFF;
  color: #0F5D73;
  border: 1.5px solid #0F5D73;
}

.btn-ghost:hover,
.btn-secondary:hover {
  background: #F5F8FA;
  color: #0B1F33;
  border-color: #0F5D73;
}

.btn-dark {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}

.btn-dark:hover {
  background: var(--steel-blue);
  border-color: var(--steel-blue);
}

.btn-outline {
  background: var(--white);
  color: var(--steel-blue);
  border: 1.5px solid var(--steel-blue);
}

.btn-outline:hover {
  background: var(--steel-blue);
  color: var(--white);
}

.nav-cta {
  padding: 0.65rem 1.2rem;
  font-size: 0.85rem;
}

.nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  z-index: 2;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #0B1F33;
  transition: transform 0.3s, opacity 0.3s;
}

/* —— Hero: original centered container width —— */
.hero {
  position: relative;
  min-height: auto;
  display: block;
  padding: calc(var(--nav-h) + 1.25rem) 0 1.75rem;
  color: #2D3748;
  background: #FFFFFF;
  overflow: hidden;
}

.hero > .container.hero-grid {
  width: min(1180px, calc(100% - 2.5rem));
  max-width: none;
  padding-inline: 0;
  box-sizing: border-box;
  position: relative;
}

.hero-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr;
  gap: clamp(1.25rem, 3vw, 2.25rem);
  align-items: center;
}

.hero-media {
  position: relative;
  z-index: 0;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DCE5EC;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(11, 31, 51, 0.08);
  overflow: hidden;
  aspect-ratio: 16 / 9;
  min-height: min(420px, 48vw);
  max-height: 520px;
}

.hero-slides {
  position: absolute;
  inset: 0;
}

.hero-slides img,
.hero-media > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #fff;
  padding: 0;
  opacity: 0;
  transition: opacity 0.8s var(--ease);
}

.hero-slides img.is-active,
.hero-media > img.is-active,
.hero-media > img:only-child {
  opacity: 1;
}

.hero-dots {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
}

.hero-dots button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1.5px solid #0F5D73;
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: background 0.25s, transform 0.25s;
}

.hero-dots button.is-active {
  background: #0F5D73;
  border-color: #0F5D73;
  transform: scale(1.15);
}

.hero-media::after {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 560px;
  min-width: 0;
}

.hero-brand {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4vw, 2.6rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-bottom: 0.65rem;
  color: #0B1F33;
  opacity: 1;
}

.hero-brand em {
  font-style: normal;
  color: #0F5D73;
}

.hero-logo,
.elementor img.hero-logo,
.elementor-widget-html img.hero-logo {
  height: clamp(52px, 9vw, 72px) !important;
  width: auto !important;
  max-height: 72px !important;
  max-width: 420px !important;
  display: block;
  object-fit: contain;
  margin-bottom: 0.75rem;
  padding: 0;
  background: transparent !important;
  border-radius: 0;
  filter: none !important;
  opacity: 1;
}

.hero-text {
  font-size: clamp(1.02rem, 1.8vw, 1.15rem);
  color: #6B7280;
  max-width: 34rem;
  margin-bottom: 1.1rem;
  opacity: 1;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
  opacity: 1;
}

.hero-certs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1rem;
  opacity: 1;
}

.hero .eyebrow {
  color: #0F5D73;
}

.hero-certs span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0F5D73;
  background: #F5F8FA;
  border: 1px solid #DCE5EC;
  border-radius: 999px;
  padding: 0.4rem 0.75rem;
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* —— Trust strip —— */
.trust-strip {
  background: linear-gradient(135deg, #0B1F33 0%, #0F5D73 100%);
  color: rgba(255, 255, 255, 0.9);
  padding: 0.65rem 0;
  overflow: hidden;
}

.trust-track {
  display: flex;
  gap: 2.5rem;
  width: max-content;
  animation: marquee 32s linear infinite;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.trust-track span {
  white-space: nowrap;
}

.trust-track span::before {
  content: "●";
  margin-right: 2.5rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.45rem;
  vertical-align: middle;
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

/* —— Sections —— */
.section {
  padding: clamp(1.75rem, 3.5vw, 2.75rem) 0;
}

.section-head {
  max-width: 640px;
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
}

.eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #0F5D73;
  margin-bottom: 0.75rem;
}

.section-head h2,
.page-hero h1,
.block-title {
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: var(--navy);
}

.section-head p,
.lede {
  margin-top: 0.45rem;
  color: var(--text-muted);
  font-size: 0.98rem;
}

/* —— Promise row —— */
.promise-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.1rem;
  padding: 0.5rem 0 0;
}

.promise {
  padding-top: 1.25rem;
  border-top: 2px solid #0F5D73;
}

.promise h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.promise p {
  font-size: 0.92rem;
  color: var(--steel);
}

/* —— Product grid —— */
.products-bg {
  background: var(--section);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}

.product-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 220px;
  padding: 1.25rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s;
}

.product-tile:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: var(--border);
}

.product-tile::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: linear-gradient(90deg, #0B1F33, #0F5D73);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s var(--ease);
}

.product-tile:hover::before {
  transform: scaleX(1);
}

.product-tile .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1rem;
}

.tag {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.28rem 0.55rem;
  background: var(--fog);
  color: var(--steel);
}

.product-tile h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 0.65rem;
  line-height: 1.2;
  color: var(--navy);
}

.product-tile p {
  color: var(--steel);
  font-size: 0.95rem;
  flex: 1;
}

.product-tile .link-arrow {
  margin-top: 1.25rem;
  font-weight: 700;
  font-size: 0.9rem;
  color: #0F5D73;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.product-tile .link-arrow::after {
  content: "→";
  transition: transform 0.3s var(--ease);
}

.product-tile:hover .link-arrow::after {
  transform: translateX(4px);
}

.product-tile.wide {
  grid-column: span 2;
  background: linear-gradient(135deg, #0B1F33 0%, #0F5D73 100%);
  color: var(--white);
  border: none;
}

.product-tile.wide .tag {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.product-tile.wide h3,
.product-tile.wide p,
.product-tile.wide .link-arrow {
  color: var(--white);
}

.product-tile.wide p {
  color: rgba(255, 255, 255, 0.85);
}

/* —— Specialties —— */
.specialty-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.85rem;
  background: transparent;
  border: none;
}

.specialty {
  background: var(--white);
  padding: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.specialty:hover {
  background: var(--white);
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.specialty-photo {
  display: block;
  width: 100%;
  aspect-ratio: 1.15 / 1;
  object-fit: contain;
  background: #fff;
  border-bottom: 1px solid var(--line);
  padding: 0.75rem;
}

.specialty .specialty-body {
  padding: 0.75rem 0.85rem 0.9rem;
}

.specialty h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.specialty p {
  font-size: 0.88rem;
  color: var(--steel);
}

/* —— About split —— */
.about-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: center;
}

.about-visual {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
}

.about-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.about-visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 40%;
  background: linear-gradient(to top, rgba(11, 31, 51, 0.45), transparent);
}

.about-badge {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  z-index: 1;
  background: var(--white);
  padding: 1rem 1.25rem;
  max-width: 220px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
}

.about-badge strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.1;
  color: var(--navy);
}

.about-badge span {
  font-size: 0.82rem;
  color: var(--steel);
}

.check-list {
  margin: 0.85rem 0 1.25rem;
  display: grid;
  gap: 0.45rem;
}

.check-list li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  font-size: 0.98rem;
  color: var(--ink-soft);
}

.check-list li::before {
  content: "";
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 0.15rem;
  background: #0F5D73;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* —— Stats —— */
.stats-band {
  background: linear-gradient(135deg, #0B1F33 0%, #0F5D73 100%);
  color: var(--white);
  padding: 1.75rem 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}

.stat-num {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.5vw, 3.1rem);
  font-weight: 800;
  line-height: 1;
  color: #fff;
  margin-bottom: 0.4rem;
}

.stat-label {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.75);
}

/* —— Why us —— */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}

.why-item {
  padding: 1rem 1.1rem;
  background: var(--white);
  border: 1px solid #DCE5EC;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  border-left: 3px solid #0F5D73;
}

.why-item h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.why-item p {
  font-size: 0.95rem;
  color: var(--steel);
}

/* —— Certifications —— */
.cert-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.cert-pill {
  padding: 0.85rem 1.25rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  color: var(--navy);
}

/* —— CTA band (light medical section) —— */
.cta-band {
  position: relative;
  padding: clamp(1.75rem, 3.5vw, 2.5rem) 0;
  color: #2D3748;
  overflow: hidden;
  background: #F5F8FA;
  border-top: 1px solid #DCE5EC;
}

.cta-band::before {
  display: none;
}

.cta-band .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}

.cta-band h2 {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.5vw, 2.6rem);
  font-weight: 800;
  max-width: 18ch;
  line-height: 1.15;
  color: #0B1F33;
}

.cta-band p {
  margin-top: 0.75rem;
  color: #6B7280;
  max-width: 36ch;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.cta-band .btn-ghost,
.cta-band .btn-secondary {
  background: #FFFFFF;
  color: #0F5D73;
  border: 1.5px solid #0F5D73;
}

/* —— Footer (light clean medical) —— */
.site-footer {
  background: #FFFFFF;
  color: #6B7280;
  padding: 2.25rem 0 1.25rem;
  border-top: 1px solid #DCE5EC;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.footer-brand .brand-logo {
  height: 48px;
  filter: none !important;
  margin-bottom: 0.25rem;
}

.footer-brand p {
  margin-top: 0.85rem;
  font-size: 0.92rem;
  max-width: 28ch;
  color: #6B7280;
}

.footer-col h4 {
  color: #0B1F33;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.footer-col a {
  display: block;
  font-size: 0.92rem;
  padding: 0.28rem 0;
  color: #6B7280;
  transition: color 0.25s;
}

.footer-col a:hover {
  color: #00A6A6;
}

.footer-col p {
  color: #6B7280;
}

.footer-bottom {
  padding-top: 1.5rem;
  border-top: 1px solid #DCE5EC;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.82rem;
  color: #6B7280;
}

/* —— Page hero (inner) —— */
.page-hero {
  padding: calc(var(--nav-h) + 1.75rem) 0 1.75rem;
  background: var(--section);
  border-bottom: 1px solid var(--border);
}

.page-hero .brand-line {
  margin-bottom: 1rem;
}

.page-brand-logo {
  height: clamp(48px, 8vw, 64px);
  width: auto;
  display: block;
  padding: 0;
  background: transparent;
  border-radius: 0;
  filter: none;
}

.page-hero h1 {
  max-width: 18ch;
}

.page-hero .lede {
  max-width: 38rem;
}

/* —— Forms —— */
.form-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2.5rem;
  align-items: start;
}

.form-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  padding: clamp(1.5rem, 3vw, 2.25rem);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.form-group.full {
  grid-column: 1 / -1;
}

.form-group label {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--steel);
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 0.85rem 1rem;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  border-radius: 2px;
  transition: border-color 0.25s, box-shadow 0.25s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(0, 166, 166, 0.15);
}

.form-group textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-aside {
  display: grid;
  gap: 1.25rem;
}

.contact-block {
  padding: 1.5rem;
  background: var(--fog);
  border-left: 3px solid var(--teal);
}

.contact-block h3 {
  font-size: 1rem;
  margin-bottom: 0.4rem;
}

.contact-block p,
.contact-block a {
  font-size: 0.95rem;
  color: var(--steel);
}

.contact-block a:hover {
  color: var(--teal);
}

.form-success {
  display: none;
  padding: 1rem;
  background: rgba(13, 115, 119, 0.1);
  color: var(--teal);
  font-weight: 600;
  margin-top: 1rem;
}

.form-success.show {
  display: block;
}

/* —— Content pages —— */
.content-block {
  max-width: 720px;
}

.content-block h2 {
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 800;
  margin: 2rem 0 0.75rem;
  color: var(--navy);
}

.content-block p {
  color: var(--steel);
  margin-bottom: 1rem;
}

.process-steps {
  display: grid;
  gap: 1.25rem;
  margin-top: 2rem;
}

.process-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  align-items: start;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--line);
}

.step-num {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--teal);
  line-height: 1;
}

/* —— Reveal —— */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* —— Mobile —— */
@media (max-width: 980px) {
  .promise-row,
  .product-grid,
  .specialty-grid,
  .stats-grid,
  .why-grid,
  .footer-grid,
  .about-split,
  .form-layout {
    grid-template-columns: 1fr 1fr;
  }

  .product-tile.wide {
    grid-column: span 2;
  }

  .specialty-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .nav-toggle {
    display: flex;
  }

  .nav-links {
    position: fixed;
    inset: 0;
    background: var(--white);
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s;
  }

  .nav-links.open {
    opacity: 1;
    pointer-events: auto;
  }

  .nav-links a,
  .site-header.is-scrolled .nav-links a {
    color: var(--navy);
    font-size: 1.2rem;
  }

  .nav-links .nav-cta {
    margin-top: 0.5rem;
  }

  .nav-toggle.open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .nav-toggle.open span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle.open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .promise-row,
  .product-grid,
  .specialty-grid,
  .stats-grid,
  .why-grid,
  .footer-grid,
  .about-split,
  .form-layout,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .product-tile.wide {
    grid-column: span 1;
  }

  .about-visual {
    min-height: 320px;
  }

  .hero {
    padding-bottom: 2.5rem;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-media {
    order: -1;
    aspect-ratio: 16 / 9;
    min-height: 0;
    max-height: 360px;
  }
}


/* —— Nav dropdown: Products = main, categories = submenu —— */
.nav-links {
  overflow: visible;
}

.nav-item.has-dropdown {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
}

.nav-item .nav-parent {
  display: inline-flex !important;
  align-items: center;
  gap: 0.4rem;
  height: 100%;
  position: relative;
  cursor: pointer;
}

.nav-item .nav-parent::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  opacity: 0.75;
}

.nav-item:hover > .nav-parent,
.nav-item.open > .nav-parent {
  color: #00A6A6 !important;
}

.site-header:not(.is-scrolled) .nav-item:hover > .nav-parent,
.site-header:not(.is-scrolled) .nav-item.open > .nav-parent {
  color: #00A6A6 !important;
}

.nav-item:hover > .nav-parent::before,
.nav-item.open > .nav-parent::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #00A6A6;
}

.site-header:not(.is-scrolled) .nav-item:hover > .nav-parent::before,
.site-header:not(.is-scrolled) .nav-item.open > .nav-parent::before {
  background: #00A6A6;
}

/* Hidden by default — only Products heading shows */
ul.dropdown {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  min-width: 260px;
  background: #ffffff !important;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  border-top: 3px solid #0F5D73;
  box-shadow: var(--shadow);
  display: none !important;
  flex-direction: column !important;
  z-index: 2000;
  overflow: hidden;
}

ul.dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  height: 12px;
}

.nav-item:hover > ul.dropdown,
.nav-item:focus-within > ul.dropdown,
.nav-item.open > ul.dropdown {
  display: flex !important;
}

ul.dropdown li {
  display: block !important;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ececec;
}

ul.dropdown li:last-child {
  border-bottom: none;
}

ul.dropdown li a {
  display: block !important;
  width: 100%;
  color: #222 !important;
  padding: 0.9rem 1.25rem !important;
  font-size: 0.92rem !important;
  font-weight: 500 !important;
  white-space: nowrap;
  background: #fff !important;
  line-height: 1.35;
}

ul.dropdown li a:hover {
  background: #F5F8FA !important;
  color: #0F5D73 !important;
}

.site-header:not(.is-scrolled) ul.dropdown li a {
  color: #222 !important;
}

/* —— Breadcrumb bar —— */
.breadcrumb-bar {
  background: var(--section);
  color: var(--text-muted);
  border-bottom: 1px solid var(--border);
  padding: 0.85rem 0;
  margin-top: var(--nav-h);
  font-size: 0.88rem;
}

.breadcrumb-bar a {
  color: var(--steel-blue);
}

.breadcrumb-bar a:hover {
  text-decoration: underline;
}

.breadcrumb-bar span {
  opacity: 0.7;
  margin: 0 0.35rem;
}

.breadcrumb-bar .current {
  opacity: 1;
  font-weight: 700;
  color: var(--navy);
}

/* —— Product detail —— */
.product-detail {
  padding: 2.5rem 0 4.5rem;
  background: var(--white);
}

.product-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.product-gallery {
  background: var(--fog);
  border: 1px solid var(--line);
  border-radius: 12px;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  overflow: hidden;
}

.product-gallery img {
  max-height: 380px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.product-placeholder {
  width: min(280px, 80%);
  aspect-ratio: 1;
  border-radius: 50% 40% 55% 45%;
  background: linear-gradient(145deg, var(--teal), var(--ink-soft));
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  box-shadow: 0 20px 40px rgba(13, 115, 119, 0.35);
}

.product-info h1 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.2vw, 2.35rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.25rem;
  letter-spacing: -0.025em;
  color: var(--navy);
}

.product-specs {
  background: #f3f5f6;
  border-radius: 10px;
  padding: 1.35rem 1.5rem;
  display: grid;
  gap: 0.85rem;
}

.product-specs .spec {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 0.75rem;
  font-size: 0.95rem;
  line-height: 1.45;
}

.product-specs .spec strong {
  color: var(--teal);
  font-weight: 700;
}

.product-specs .spec span {
  color: var(--ink-soft);
}

.product-cta-note {
  margin-top: 1.35rem;
  font-size: 0.98rem;
  color: var(--steel);
}

.product-cta-note a {
  color: var(--teal);
  font-weight: 700;
}

.product-cta-note a:hover {
  text-decoration: underline;
}

.product-meta {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  font-size: 0.88rem;
  color: var(--steel);
}

.product-desc {
  margin-top: 2.5rem;
  max-width: 720px;
}

.product-desc h2 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
}

.product-desc p {
  color: var(--steel);
  margin-bottom: 0.85rem;
}

/* —— Catalog cards —— */
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.catalog-card {
  background: var(--white);
  border: 1px solid var(--line);
  overflow: hidden;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
  display: flex;
  flex-direction: column;
}

.catalog-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.catalog-card .thumb {
  background: var(--fog);
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.catalog-card .thumb .product-placeholder {
  width: 110px;
  font-size: 0.95rem;
  box-shadow: none;
}

.catalog-card .body {
  padding: 1.15rem 1.25rem 1.35rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.45rem;
}

.catalog-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
}

.catalog-card p {
  font-size: 0.88rem;
  color: var(--steel);
  flex: 1;
}

.catalog-card .open-link {
  margin-top: 0.5rem;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--teal);
}

/* —— Floating WhatsApp —— */
.float-wa {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 90;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.45);
  transition: transform 0.3s var(--ease);
}

.float-wa:hover {
  transform: scale(1.08);
}

.float-wa svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

/* —— Easy Edit / WP Admin —— */
#easy-edit-root {
  position: fixed;
  left: 1.25rem;
  bottom: 1.25rem;
  z-index: 95;
}

.easy-edit-fab {
  border: none;
  cursor: pointer;
  min-width: 54px;
  height: 54px;
  padding: 0 1rem;
  border-radius: 999px;
  background: #0B1F33;
  color: #fff;
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 28px rgba(11, 31, 51, 0.28);
  transition: transform 0.25s var(--ease), background 0.25s;
}

.easy-edit-fab:hover {
  transform: scale(1.05);
  background: #0F5D73;
}

#easy-edit-root.is-logged-in .easy-edit-fab {
  background: #00A6A6;
}

.easy-edit-panel {
  position: absolute;
  left: 0;
  bottom: calc(100% + 0.75rem);
  width: min(300px, calc(100vw - 2.5rem));
  background: #fff;
  border: 1px solid #DCE5EC;
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(11, 31, 51, 0.16);
  padding: 0.9rem;
}

.easy-edit-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  color: #0B1F33;
}

.easy-edit-close {
  border: none;
  background: transparent;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  color: #6B7280;
  padding: 0 0.2rem;
}

.easy-edit-status {
  margin: 0 0 0.75rem;
  font-size: 0.82rem;
  color: #6B7280;
  line-height: 1.4;
}

.easy-edit-link {
  display: block;
  padding: 0.55rem 0.7rem;
  margin-bottom: 0.35rem;
  border-radius: 8px;
  border: 1px solid #DCE5EC;
  color: #0B1F33;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}

.easy-edit-link:hover {
  background: #F5F8FA;
  border-color: #0F5D73;
  color: #0F5D73;
}

.easy-edit-primary {
  background: #0F5D73;
  border-color: #0F5D73;
  color: #fff !important;
}

.easy-edit-primary:hover {
  background: #008080;
  border-color: #008080;
  color: #fff !important;
}

.easy-edit-note {
  margin: 0.65rem 0 0;
  font-size: 0.75rem;
  color: #6B7280;
  line-height: 1.45;
}

.easy-edit-note code {
  font-size: 0.72rem;
  background: #F5F8FA;
  padding: 0.1rem 0.25rem;
  border-radius: 4px;
}

.footer-admin-link {
  color: #0F5D73;
  font-weight: 600;
  text-decoration: none;
}

.footer-admin-link:hover {
  text-decoration: underline;
}

@media (max-width: 760px) {
  #easy-edit-root {
    left: 0.85rem;
    bottom: 5.5rem;
  }
}

/* WordPress admin bar offset when logged in */
body.admin-bar .site-header,
body.admin-bar header.site-header {
  top: 32px !important;
}

@media screen and (max-width: 782px) {
  body.admin-bar .site-header,
  body.admin-bar header.site-header {
    top: 46px !important;
  }
}

@media (max-width: 980px) {
  .product-layout,
  .catalog-grid {
    grid-template-columns: 1fr 1fr;
  }

  .product-specs .spec {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }
}

@media (max-width: 760px) {
  .nav-item.has-dropdown {
    width: 100%;
    text-align: center;
    display: block;
  }

  .nav-item .nav-parent {
    height: auto;
    justify-content: center;
  }

  .nav-item:hover > .nav-parent::before,
  .nav-item.open > .nav-parent::before {
    display: none;
  }

  ul.dropdown {
    position: static !important;
    display: none !important;
    min-width: 0;
    box-shadow: none;
    background: var(--section) !important;
    border: 1px solid var(--border) !important;
    border-top: none !important;
    margin-top: 0.5rem !important;
  }

  .nav-item.open > ul.dropdown {
    display: flex !important;
  }

  ul.dropdown li {
    border-bottom-color: var(--border);
  }

  ul.dropdown li a {
    color: var(--navy) !important;
    text-align: center;
    background: transparent !important;
  }

  ul.dropdown li a:hover {
    background: var(--mint) !important;
    color: var(--teal) !important;
  }

  .product-layout,
  .catalog-grid {
    grid-template-columns: 1fr;
  }

  .product-gallery {
    min-height: 280px;
  }
}

.catalog-card .thumb img,
.product-gallery img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}
.catalog-card .thumb {
  background: #fff;
}
.product-gallery {
  background: #fff;
}


/* —— Category listing page —— */
.cat-page {
  padding: calc(var(--nav-h) + 1.5rem) 0 2.5rem;
  background: var(--section);
  min-height: auto;
}

.cat-page-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  margin-bottom: 2rem;
  color: var(--navy);
}

.cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.35rem;
}

.cat-card {
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

.cat-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.cat-card-media {
  aspect-ratio: 1;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.cat-card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cat-card-body {
  padding: 0 1.15rem 1.35rem;
  text-align: center;
}

.cat-card-body h2 {
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 0.35rem;
  color: var(--navy);
}

.cat-count {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.cat-empty {
  color: var(--steel);
  font-size: 1.05rem;
  max-width: 36rem;
  margin-bottom: 1.5rem;
}

.cat-empty-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

@media (max-width: 980px) {
  .cat-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .cat-grid { grid-template-columns: 1fr; }
  .cat-page { padding-top: calc(var(--nav-h) + 1.5rem); }
}


.cat-kicker {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 0.5rem;
}

.cat-intro {
  color: var(--steel);
  max-width: 40rem;
  margin: -1rem 0 2rem;
  font-size: 1.02rem;
}

.cat-card--category {
  position: relative;
}

.cat-badge { display: none !important; }

.cat-card--category .cat-card-media {
  background: #f7f8f9;
}

/* Product type listing (inside a category) */
.product-type-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.product-type-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
  overflow: hidden;
}

.product-type-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.product-type-media {
  aspect-ratio: 1;
  background: #fff;
  padding: 1rem;
  border-bottom: 1px solid var(--line);
}

.product-type-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-type-body {
  padding: 1.1rem 1.2rem 1.3rem;
}

.product-type-body h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.product-type-body p {
  font-size: 0.88rem;
  color: var(--steel);
  margin-bottom: 0.65rem;
}

@media (max-width: 980px) {
  .product-type-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .product-type-grid { grid-template-columns: 1fr; }
}


.seo-block {
  margin-top: 3rem;
  padding: 2rem 0 0;
  border-top: 1px solid var(--line);
  max-width: 820px;
}

.seo-block h2 {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 800;
  margin-bottom: 0.85rem;
  color: var(--navy);
}

.seo-block h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 1.35rem 0 0.65rem;
  color: var(--navy);
}

.seo-block p {
  color: var(--steel);
  margin-bottom: 0.85rem;
  line-height: 1.7;
}

.seo-block ul {
  margin: 0 0 1rem 1.1rem;
  color: var(--steel);
  display: grid;
  gap: 0.4rem;
}

.seo-block li {
  list-style: disc;
}

.seo-block a {
  color: var(--teal);
  font-weight: 700;
}

.cat-lede {
  color: var(--steel);
  max-width: 46rem;
  margin: -0.75rem 0 2rem;
  font-size: 1.05rem;
  line-height: 1.65;
}
