:root {
  --blue: #003b78;
  --blue-2: #006bb6;
  --cyan: #0c8fb8;
  --green: #2f8b68;
  --ink: #0b3158;
  --text: #536d86;
  --soft: #f4f8fb;
  --soft-2: #eaf4fa;
  --line: #dbe8f1;
  --white: #ffffff;
  --shadow: 0 18px 44px rgba(13, 55, 91, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Inter, Arial, Helvetica, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 82px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 0 48px;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  color: var(--blue);
  line-height: 1;
}

.brand img {
  width: 132px;
  height: auto;
}

.footer-brand img {
  width: 142px;
  height: auto;
}

.footer-brand {
  flex-direction: column;
  gap: 2px;
}

.brand span,
.footer-brand span {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.brand small,
.footer-brand small {
  color: var(--blue-2);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.34em;
}

.site-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
}

.site-nav a {
  color: var(--blue);
  font-size: 14px;
  font-weight: 850;
  text-transform: uppercase;
}

.mobile-nav-contact {
  display: none;
}

.nav-group {
  position: relative;
  padding: 30px 0;
}

.nav-dropdown {
  position: absolute;
  top: 74px;
  left: -16px;
  display: none;
  min-width: 260px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.nav-group:hover .nav-dropdown,
.nav-group:focus-within .nav-dropdown {
  display: grid;
}

.nav-dropdown a {
  padding: 11px 12px;
  border-radius: 6px;
  text-transform: none;
}

.nav-dropdown a:hover {
  background: var(--soft);
}

.desktop-nav-only {
  display: block;
}

.nav-group-novapet .nav-dropdown {
  min-width: 190px;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 8px;
  background: var(--blue);
  color: var(--white);
  font-size: 14px;
  font-weight: 850;
  text-transform: uppercase;
  box-shadow: 0 12px 26px rgba(0, 59, 120, 0.18);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 10px;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--blue);
}

.home-hero,
.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 34px;
  align-items: center;
  padding: 40px 48px;
  background: linear-gradient(180deg, #f8fbfd 0%, #eef6fb 100%);
  border-bottom: 1px solid var(--line);
}

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

.hero-large {
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  padding-top: 44px;
  padding-bottom: 44px;
}

.text-hero {
  grid-template-columns: minmax(0, 960px);
  padding-top: 42px;
  padding-bottom: 34px;
}

.text-hero > div {
  max-width: 900px;
}

.hero-copy,
.page-hero > div {
  max-width: 620px;
}

.home-hero h1,
.page-hero h1 {
  margin: 0;
  color: var(--blue);
  font-size: 64px;
  line-height: 1.02;
  font-weight: 900;
}

.page-hero h1 {
  font-size: 52px;
}

.hero-line {
  margin: 20px 0 0;
  color: var(--blue-2);
  font-size: 28px;
  line-height: 1.18;
  font-weight: 850;
}

.hero-copy p:last-child,
.page-hero p:last-child,
.section-head p {
  max-width: 780px;
  margin: 18px 0 0;
  color: var(--text);
  font-size: 18px;
}

.hero-media,
.page-hero > img,
.card-media {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #eef5fa);
  box-shadow: 0 14px 34px rgba(13, 55, 91, 0.09);
}

.hero-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 430px;
  padding: 0;
  overflow: hidden;
}

.hero-media img {
  height: 430px;
  object-fit: cover;
  object-position: center;
  padding: 0;
}

.page-hero > img {
  height: auto;
  aspect-ratio: 1600 / 1050;
  object-fit: cover;
  object-position: center;
  padding: 0;
}

.page-hero > img[src*="novapet-kosmetik-hero-made-with-novapet-jar"] {
  aspect-ratio: 1535 / 1024;
}

.hero-large > img {
  height: 520px;
}

.hero-media-clear img {
  object-fit: cover;
  object-position: center;
  padding: 0;
}

.kicker {
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.kicker::before {
  content: "";
  display: block;
  width: 58px;
  height: 4px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: var(--cyan);
}

.benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #f0f6fa;
  border-bottom: 1px solid var(--line);
}

.benefits article {
  min-height: 138px;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: center;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.benefits article:last-child {
  border-right: 0;
}

.benefits img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.benefits strong {
  display: block;
  color: var(--blue);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

.benefits span {
  display: block;
  margin-top: 7px;
  color: #244f76;
  font-size: 15px;
  line-height: 1.38;
  font-weight: 650;
}

.section {
  padding: 68px 48px;
}

.page-hero + .section,
.page-hero + .section.tight,
.section.soft + .section {
  padding-top: 44px;
}

.section.tight {
  padding-top: 36px;
}

.product-section {
  padding-top: 44px;
}

.section.soft {
  background: var(--soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-head {
  margin-bottom: 34px;
}

.compact-head {
  margin-bottom: 26px;
}

.section h2,
.feature-card h2 {
  margin: 0;
  color: var(--blue);
  font-size: 42px;
  line-height: 1.1;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.image-card,
.media-grid article,
.approach-card,
.feature-card,
.about-grid article,
.contact-only {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(13, 55, 91, 0.08);
  overflow: hidden;
}

.image-card {
  display: grid;
  grid-template-rows: auto 1fr;
}

.card-media {
  overflow: hidden;
}

.image-card .card-media,
.media-grid article .card-media {
  aspect-ratio: 1600 / 1050;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.media-grid article {
  display: grid;
  grid-template-rows: auto auto 1fr;
}

img[src*="novapet-kosmetik-hero-made-with-novapet-jar"] {
  object-position: center 48%;
}

img[src*="novapet-kosmetik-lipgloss-blackcap"],
img[src*="novapet-kosmetik-concealer-lineup"],
img[src*="novapet-medical-blood-collection-tubes"],
img[src*="novapet-medical-tubes-colored-caps"] {
  object-position: center 44%;
}

img[src*="novapet-food-pet-hollow-body-handled-bottle"],
img[src*="novapet-innovation-rex-l-ebm-handled-bottle"] {
  object-position: center 54%;
}

img[src*="novapet-building-roof-membranes"],
img[src*="novapet-building-homepage-roof-membranes"] {
  object-position: center 48%;
}

.image-card div:not(.card-media),
.media-grid article h3,
.media-grid article p {
  padding-left: 20px;
  padding-right: 20px;
}

.image-card div:not(.card-media) {
  padding-top: 18px;
  padding-bottom: 22px;
}

.image-card h3,
.media-grid h3,
.approach-card h3,
.about-grid strong {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: 20px;
  line-height: 1.2;
}

.image-card p,
.media-grid p,
.approach-card p,
.about-grid p,
.feature-card p {
  margin: 0;
  color: var(--text);
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.media-grid article h3 {
  padding-top: 18px;
}

.media-grid article p {
  padding-bottom: 22px;
}

.layer-stack {
  display: grid;
  gap: 4px;
  margin: 4px 20px 14px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #f9fcfe, #eef7fb);
}

.layer-stack span {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 2px 10px;
  align-items: center;
  min-height: 40px;
  padding: 7px 9px;
  border-radius: 6px;
  background: var(--white);
}

.layer-stack b {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  font-size: 12px;
}

.layer-stack em {
  color: var(--blue);
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
}

.layer-stack small {
  color: var(--text);
  font-size: 11px;
  line-height: 1.2;
}

.approach-grid,
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.approach-card,
.process-card {
  padding: 24px;
}

.step-number {
  display: block;
  margin-bottom: 14px;
  color: var(--blue-2);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.step-number {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--blue-2);
  color: var(--white);
  font-size: 18px;
  letter-spacing: 0;
}

.approach-section {
  padding-top: 58px;
}

.approach-card h3 {
  display: block;
}

.process-section {
  padding-top: 48px;
  padding-bottom: 48px;
}

.process-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.process-card {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(13, 55, 91, 0.08);
}

.process-name {
  display: block;
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 19px;
  line-height: 1.2;
  font-weight: 900;
}

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

.process-columns div {
  min-width: 0;
}

.process-columns strong {
  display: block;
  margin-bottom: 5px;
  color: var(--blue-2);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.process-columns p,
.process-note,
.process-micro {
  margin: 0;
  color: var(--text);
}

.process-micro {
  margin-top: 14px;
  color: var(--blue);
  font-size: 16px;
  font-weight: 900;
}

.section-head .process-micro {
  color: var(--blue);
  font-weight: 900;
}

.process-columns p {
  font-size: 14px;
  line-height: 1.38;
}

.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.chip-list span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 8px;
  border: 1px solid #c9e3f1;
  border-radius: 999px;
  background: #eef8fc;
  color: var(--blue);
  font-size: 10px;
  font-weight: 850;
}

.process-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.process-flow span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
}

.process-flow i {
  color: var(--cyan);
  font-style: normal;
}

.process-note {
  max-width: 980px;
  margin-top: 18px;
}

.process-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 22px;
  padding: 0 18px;
  border-radius: 8px;
  background: var(--blue);
  color: var(--white);
  font-weight: 850;
}

.decision-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.decision-step {
  position: relative;
  min-height: 162px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(13, 55, 91, 0.08);
}

.decision-step:not(:last-child)::after {
  content: ">";
  position: absolute;
  right: -16px;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--blue-2);
  color: var(--white);
  font-weight: 900;
  transform: translateY(-50%);
}

.decision-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 12px;
  border-radius: 8px;
  background: #eef8fc;
  color: var(--blue-2);
  font-size: 13px;
  font-weight: 900;
}

.decision-step strong {
  display: block;
  color: var(--blue);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

.decision-step p {
  margin: 8px 0 0;
  color: var(--text);
  font-size: 14px;
  line-height: 1.38;
}

.branch-decision-flow {
  margin-top: 24px;
}

.rule-band {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 22px;
  align-items: stretch;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #f9fcfe, #eef7fb);
  box-shadow: 0 12px 34px rgba(13, 55, 91, 0.08);
}

.rule-statement strong {
  display: block;
  color: var(--blue);
  font-size: 30px;
  line-height: 1.08;
  font-weight: 900;
}

.rule-statement p {
  margin: 10px 0 0;
  color: var(--blue);
  font-size: 18px;
  font-weight: 900;
}

.rule-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.rule-notes article,
.group-card,
.question-intro,
.question,
.process-row,
.branch-close {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(13, 55, 91, 0.08);
}

.rule-notes article {
  padding: 20px;
}

.rule-notes strong,
.group-card strong,
.question-intro strong,
.process-facts strong,
.branch-close strong {
  display: block;
  color: var(--blue);
  line-height: 1.2;
  font-weight: 900;
}

.rule-notes p,
.group-card p,
.question-intro p,
.process-title p,
.process-facts p,
.branch-close p {
  margin: 8px 0 0;
  color: var(--text);
}

.group-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.group-card {
  min-height: 252px;
  padding: 22px;
}

.group-card span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #eef8fc;
  color: var(--blue-2);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.group-card strong {
  font-size: 22px;
}

.group-card ul {
  display: grid;
  gap: 7px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.group-card li {
  position: relative;
  padding-left: 17px;
  color: #4f6c83;
  font-size: 14px;
}

.group-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--blue-2);
}

.process-list {
  display: grid;
  gap: 16px;
}

.process-row {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  overflow: hidden;
}

.process-title {
  padding: 24px;
  background: linear-gradient(180deg, #f9fcfe, #eef7fb);
}

.process-title span {
  display: block;
  margin-bottom: 8px;
  color: var(--blue-2);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.process-title strong {
  display: block;
  color: var(--blue);
  font-size: 24px;
  line-height: 1.12;
  font-weight: 900;
}

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

.process-facts div {
  padding: 24px;
  border-left: 1px solid var(--line);
}

.questions-wrap {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 20px;
  align-items: start;
}

.question-intro {
  padding: 26px;
  background: linear-gradient(180deg, #f9fcfe, #eef7fb);
}

.question-intro strong {
  font-size: 26px;
}

.questions {
  display: grid;
  gap: 10px;
  counter-reset: question;
}

.question {
  position: relative;
  min-height: 58px;
  padding: 16px 18px 16px 64px;
  color: #405f78;
  font-weight: 800;
  counter-increment: question;
}

.question::before {
  content: counter(question, decimal-leading-zero);
  position: absolute;
  left: 18px;
  top: 17px;
  color: var(--blue-2);
  font-weight: 900;
}

.branch-close {
  margin-top: 24px;
  padding: 22px;
  border-left: 6px solid var(--blue-2);
}

.feature-grid {
  display: grid;
  gap: 22px;
}

.innovation-feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.feature-card {
  display: grid;
  grid-template-rows: auto 1fr;
}

.feature-card > .card-media {
  aspect-ratio: 1600 / 1050;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.feature-card > div:not(.card-media) {
  padding: 34px;
}

.feature-card ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.feature-card li {
  position: relative;
  padding-left: 18px;
  color: #355b78;
}

.feature-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 8px;
  background: var(--cyan);
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.about-grid article {
  padding: 26px;
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.timeline article {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(13, 55, 91, 0.08);
  padding: 26px;
}

.timeline article::before {
  content: "";
  display: block;
  width: 42px;
  height: 4px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: var(--cyan);
}

.timeline span {
  display: block;
  color: var(--blue-2);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.timeline strong {
  display: block;
  color: var(--blue);
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.timeline p {
  margin: 0;
  color: var(--text);
}

.contact-only {
  max-width: 520px;
  display: grid;
  gap: 10px;
  padding: 30px;
}

.contact-section {
  padding-top: 26px;
  padding-bottom: 44px;
}

.contact-only strong {
  color: var(--blue);
  font-size: 26px;
}

.contact-only span {
  color: var(--text);
  font-weight: 750;
}

.contact-only a {
  color: var(--blue);
  font-weight: 850;
}

.site-footer {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 24px 48px;
  background: #07345f;
}

.footer-brand {
  color: var(--white);
}

.site-footer .footer-brand {
  min-width: 142px;
}

.footer-brand span {
  font-size: 24px;
}

.footer-brand small {
  color: #9ed2f0;
  font-size: 9px;
}

.site-footer div {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.site-footer a {
  color: #dceef8;
  font-size: 14px;
  font-weight: 750;
}

@media (max-width: 1120px) {
  .industry-grid,
  .benefits,
  .approach-grid,
  .process-grid,
  .about-grid,
  .timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .media-grid,
  .innovation-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-hero,
  .page-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .site-header {
    min-height: 72px;
    grid-template-columns: auto auto;
    justify-content: space-between;
    padding: 0 20px;
  }

  .brand span {
    font-size: 22px;
  }

  .brand img {
    width: 108px;
  }

  .brand small {
    font-size: 8px;
    letter-spacing: 0.28em;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 72px;
    right: 0;
    bottom: 0;
    left: 0;
    height: calc(100vh - 72px);
    height: calc(100dvh - 72px);
    display: none;
    grid-template-columns: 1fr;
    align-content: start;
    gap: 0;
    justify-items: stretch;
    overflow-y: auto;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .menu-open .site-nav {
    display: grid;
  }

  .site-nav a,
  .nav-group {
    padding: 16px 20px;
    border-top: 1px solid var(--line);
  }

  .mobile-nav-contact {
    display: block;
  }

  .nav-group {
    display: grid;
    gap: 8px;
    padding-bottom: 12px;
  }

  .nav-group > a {
    padding: 0;
    border-top: 0;
  }

  .nav-dropdown {
    position: static;
    display: grid;
    min-width: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
  }

  .nav-dropdown a {
    padding: 8px 0;
    border: 0;
    color: var(--text);
  }

  .desktop-nav-only {
    display: none !important;
  }

  .nav-group-novapet .nav-dropdown {
    min-width: 0;
  }

  .header-cta {
    display: none;
  }

  .home-hero,
  .page-hero,
  .section {
    padding: 24px 16px;
  }

  .home-hero h1,
  .page-hero h1 {
    font-size: 36px;
  }

  .hero-line {
    font-size: 22px;
  }

  .hero-media,
  .hero-media img {
    min-height: 0;
    height: 225px;
  }

  .page-hero > img {
    min-height: 0;
    height: auto;
  }

  .branch-page .page-hero > img {
    display: none;
  }

  .branch-page .page-hero {
    gap: 0;
  }

  .home-hero {
    min-height: auto;
    gap: 24px;
  }

  .home-hero .hero-media {
    order: -1;
  }

  .benefits,
  .industry-grid,
  .media-grid,
  .approach-grid,
  .process-grid,
  .about-grid,
  .timeline,
  .innovation-feature-grid,
  .decision-flow,
  .rule-band,
  .rule-notes,
  .group-grid,
  .process-row,
  .process-facts,
  .questions-wrap {
    grid-template-columns: 1fr;
  }

  .decision-flow {
    gap: 14px;
  }

  .decision-step {
    min-height: auto;
    padding: 18px;
  }

  .decision-step:not(:last-child)::after {
    right: 18px;
    top: auto;
    bottom: -22px;
    transform: rotate(90deg);
  }

  .rule-band,
  .question-intro,
  .branch-close {
    padding: 20px;
  }

  .rule-statement strong {
    font-size: 26px;
  }

  .rule-statement p {
    font-size: 17px;
  }

  .group-card {
    min-height: auto;
    padding: 20px;
  }

  .process-title,
  .process-facts div {
    padding: 20px;
  }

  .process-facts div {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .question {
    padding-left: 58px;
  }

  .process-columns {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .process-flow i {
    display: none;
  }

  .product-section,
  .page-hero + .section,
  .page-hero + .section.tight,
  .section.soft + .section {
    padding-top: 26px;
  }

  .process-section {
    padding-top: 30px;
    padding-bottom: 34px;
  }

  .branch-page .process-grid,
  .branch-page .branch-decision-flow {
    display: none;
  }

  .branch-page .process-note {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.42;
  }

  .branch-page .process-micro {
    font-size: 15px;
    line-height: 1.32;
  }

  .granulate-page .granulate-hero > img {
    display: none;
  }

  .granulate-page .granulate-hero {
    gap: 0;
  }

  .granulate-page .section {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .granulate-page .compact-head h2,
  .granulate-page .section-head h2 {
    font-size: 28px;
  }

  .granulate-page .decision-flow {
    gap: 8px;
  }

  .granulate-page .decision-step {
    display: grid;
    grid-template-columns: 46px 1fr;
    column-gap: 12px;
    align-items: center;
    padding: 12px;
  }

  .granulate-page .decision-step span {
    width: 36px;
    height: 36px;
    margin: 0;
  }

  .granulate-page .decision-step strong {
    font-size: 15px;
  }

  .granulate-page .decision-step p,
  .granulate-page .decision-step:not(:last-child)::after,
  .granulate-page .rule-notes,
  .granulate-page .group-card ul,
  .granulate-page .process-facts,
  .granulate-page .question:nth-child(n+4) {
    display: none;
  }

  .granulate-page .rule-band {
    padding: 18px;
  }

  .granulate-page .rule-statement strong {
    font-size: 24px;
  }

  .granulate-page .rule-statement p {
    font-size: 15px;
  }

  .granulate-page .group-card {
    padding: 16px;
  }

  .granulate-page .group-card strong {
    font-size: 20px;
  }

  .granulate-page .group-card p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.4;
  }

  .granulate-page .process-row {
    display: block;
  }

  .granulate-page .process-title {
    padding: 16px;
  }

  .granulate-page .process-title strong {
    font-size: 20px;
  }

  .granulate-page .process-title p {
    font-size: 14px;
    line-height: 1.42;
  }

  .granulate-page .questions-wrap {
    gap: 14px;
  }

  .granulate-page .question-intro {
    padding: 18px;
  }

  .granulate-page .question {
    min-height: 0;
    padding: 12px 14px 12px 54px;
    font-size: 14px;
  }

  .process-card {
    padding: 18px;
  }

  .process-name {
    font-size: 20px;
  }

  .benefits article {
    min-height: 112px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .section h2,
  .feature-card h2 {
    font-size: 30px;
  }

  .layer-stack {
    margin-right: 16px;
    margin-left: 16px;
  }

  .feature-card > div:not(.card-media),
  .timeline article,
  .approach-card,
  .process-card {
    padding: 22px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 28px 20px;
  }
}

a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible {
  outline: 3px solid #f0b323;
  outline-offset: 3px;
}
.menu-toggle,.header-cta,.mobile-nav-contact { min-height: 44px; }
.dach-contact{display:grid;gap:3px;margin:20px 0 0;font-style:normal;color:#fff}.dach-contact a{text-decoration:underline;text-underline-offset:3px}
@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
