/*
Theme Name: 247DRUK B2B PL
Theme URI: https://247druk.pl/
Author: 247DRUK
Description: Polski motyw WordPress B2B dla 247druk.pl — nadruki na odzieży i haft.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: 247druk-b2b-pl
*/

:root {
  --druk-bg: #ffffff;
  --druk-soft: #f6f6f6;
  --druk-text: #0a0a0b;
  --druk-muted: #656568;
  --druk-border: #e3e3e5;
  --druk-red: #e30613;
  --druk-red-dark: #b9000a;
  --druk-red-soft: #fff0f1;
  --druk-white: #ffffff;
  --druk-black: #070708;
  --druk-success: #16753c;
  --druk-radius-sm: 10px;
  --druk-radius: 18px;
  --druk-radius-lg: 28px;
  --druk-shadow: 0 28px 80px rgba(10, 10, 11, .12);
  --druk-width: 1240px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--druk-text);
  background: var(--druk-bg);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.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;
}

.screen-reader-text:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  padding: 12px 16px;
  top: 10px;
  left: 10px;
  z-index: 9999;
  color: var(--druk-black);
  background: var(--druk-white);
}

.site-shell {
  width: min(100% - 48px, var(--druk-width));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--druk-border);
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(16px);
}

.microbar {
  color: rgba(255, 255, 255, .86);
  background: var(--druk-black);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.microbar-row,
.microbar-row > div,
.nav-row,
.site-nav,
.site-menu,
.hero-actions,
.hero-reassurance,
.footer-row,
.footer-links {
  display: flex;
  align-items: center;
}

.microbar-row {
  min-height: 34px;
  justify-content: space-between;
  gap: 24px;
}

.microbar-row > div {
  gap: 26px;
}

.microbar-row > div span::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 8px;
  border-radius: 50%;
  content: "";
  background: var(--druk-red);
}

.nav-row {
  min-height: 82px;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}

.site-branding,
.brand-image {
  display: inline-flex;
  align-items: center;
}

.brand-image img {
  width: 210px;
  height: 65px;
  object-fit: contain;
  object-position: center;
  background: transparent;
}

.site-nav,
.site-menu {
  gap: 28px;
}

.site-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav a:not(.button) {
  color: #343437;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.site-nav a:not(.button):hover,
.site-nav a:not(.button):focus-visible {
  color: var(--druk-red);
}

.menu-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid var(--druk-border);
  border-radius: 999px;
  color: var(--druk-text);
  background: var(--druk-white);
  cursor: pointer;
}

.menu-toggle-lines,
.menu-toggle-lines::before,
.menu-toggle-lines::after {
  display: block;
  width: 17px;
  height: 2px;
  background: currentColor;
}

.menu-toggle-lines {
  position: relative;
}

.menu-toggle-lines::before,
.menu-toggle-lines::after {
  position: absolute;
  left: 0;
  content: "";
}

.menu-toggle-lines::before {
  top: -5px;
}

.menu-toggle-lines::after {
  top: 5px;
}

.button,
button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  gap: 10px;
  padding: 12px 21px;
  border: 1px solid var(--druk-text);
  border-radius: 999px;
  color: var(--druk-text);
  background: transparent;
  font-weight: 800;
  line-height: 1.15;
  text-decoration: none;
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

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

.button-primary,
button.button-primary {
  border-color: var(--druk-red);
  color: var(--druk-white);
  background: var(--druk-red);
}

.button-primary:hover,
.button-primary:focus-visible {
  border-color: var(--druk-red-dark);
  background: var(--druk-red-dark);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  color: var(--druk-white);
  background: var(--druk-black);
}

.button-block {
  width: 100%;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--druk-red);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow::before {
  display: inline-block;
  width: 28px;
  height: 3px;
  content: "";
  background: currentColor;
}

.eyebrow-light {
  color: var(--druk-white);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-weight: 850;
  letter-spacing: -.055em;
  line-height: 1.02;
  hyphens: auto;
  overflow-wrap: break-word;
}

h1 {
  margin-block: 22px 24px;
  font-size: clamp(50px, 5.7vw, 76px);
}

h2 {
  margin-block: 17px 0;
  font-size: clamp(38px, 4.8vw, 62px);
}

h3 {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.3;
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding-block: 78px 86px;
  background: var(--druk-white);
}

.hero-section::before {
  position: absolute;
  right: -220px;
  top: 8%;
  width: 520px;
  height: 520px;
  border: 1px solid var(--druk-red-soft);
  border-radius: 50%;
  content: "";
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(390px, .82fr);
  gap: 60px;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-copy h1 span {
  display: block;
  color: var(--druk-red);
}

.hero-lead {
  max-width: 660px;
  margin-bottom: 0;
  color: var(--druk-muted);
  font-size: 19px;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-reassurance {
  flex-wrap: wrap;
  gap: 18px 24px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--druk-border);
  color: #444447;
  font-size: 13px;
  font-weight: 700;
}

.hero-reassurance b {
  margin-right: 5px;
  color: var(--druk-red);
}

.hero-media {
  position: relative;
  min-height: 610px;
  padding: 18px 18px 0 0;
}

.hero-media::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 68%;
  height: 64%;
  content: "";
  border-radius: var(--druk-radius-lg);
  background: var(--druk-red);
}

.hero-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 610px;
  border-radius: var(--druk-radius-lg);
  object-fit: cover;
  object-position: 58% center;
}

.hero-proof {
  position: absolute;
  z-index: 2;
  left: -34px;
  bottom: 54px;
  display: grid;
  min-width: 150px;
  padding: 19px 22px;
  border-left: 5px solid var(--druk-red);
  color: var(--druk-white);
  background: var(--druk-black);
  box-shadow: var(--druk-shadow);
}

.hero-proof strong {
  font-size: 34px;
  line-height: 1;
}

.hero-proof span {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .04em;
}

.hero-label {
  position: absolute;
  z-index: 2;
  right: -14px;
  bottom: 21px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  color: var(--druk-black);
  background: var(--druk-white);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .12);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-label span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--druk-red);
}

.proof-strip {
  padding-block: 26px;
  color: var(--druk-white);
  background: var(--druk-red);
}

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

.proof-grid > div {
  padding-inline: 28px;
  border-right: 1px solid rgba(255, 255, 255, .32);
}

.proof-grid > div:first-child {
  padding-left: 0;
}

.proof-grid > div:last-child {
  border-right: 0;
}

.proof-grid strong,
.proof-grid span {
  display: block;
}

.proof-grid strong {
  font-size: 21px;
  line-height: 1.2;
}

.proof-grid span {
  margin-top: 4px;
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
}

.products-section,
.production-section,
.why-section,
.team-showcase,
.process-section,
.eu-section,
.faq-section,
.contact-section {
  padding-block: 104px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, .62fr);
  gap: 72px;
  align-items: end;
  margin-bottom: 50px;
}

.section-heading > p {
  margin-bottom: 5px;
  color: var(--druk-muted);
  font-size: 17px;
}

.section-heading-wide {
  grid-template-columns: 1fr;
}

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

.product-card {
  position: relative;
  display: grid;
  min-height: 265px;
  padding: 26px;
  border: 1px solid var(--druk-border);
  border-radius: var(--druk-radius);
  background: var(--druk-white);
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.product-card:hover {
  border-color: var(--druk-red);
  transform: translateY(-5px);
  box-shadow: 0 18px 44px rgba(10, 10, 11, .08);
}

.product-card-featured {
  color: var(--druk-white);
  border-color: var(--druk-red);
  background: var(--druk-red);
}

.product-index {
  color: var(--druk-red);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .1em;
}

.product-card-featured .product-index,
.product-card-featured p {
  color: rgba(255, 255, 255, .76);
}

.product-card h3 {
  margin-top: auto;
  font-size: 23px;
}

.product-card p {
  margin-bottom: 0;
  color: var(--druk-muted);
  font-size: 14px;
}

.product-arrow {
  position: absolute;
  right: 22px;
  top: 20px;
  font-size: 23px;
}

.section-action {
  margin-top: 34px;
  text-align: right;
}

.text-link {
  color: var(--druk-red);
  font-weight: 850;
  text-decoration: none;
}

.text-link:hover,
.text-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.production-section {
  background: var(--druk-soft);
}

.production-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(380px, .97fr);
  gap: 72px;
  align-items: center;
}

.production-media {
  position: relative;
}

.production-media::before {
  position: absolute;
  left: -16px;
  bottom: -16px;
  width: 42%;
  height: 48%;
  border-radius: var(--druk-radius);
  content: "";
  background: var(--druk-red);
}

.production-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--druk-radius-lg);
  object-fit: cover;
}

.image-caption {
  position: absolute;
  z-index: 2;
  right: -18px;
  bottom: 22px;
  padding: 11px 15px;
  color: var(--druk-white);
  background: var(--druk-black);
  font-size: 12px;
  font-weight: 800;
}

.production-copy h2 {
  max-width: 580px;
}

.large-copy {
  margin-top: 24px;
  color: var(--druk-muted);
  font-size: 18px;
}

.technique-list {
  margin-block: 32px;
  border-top: 1px solid var(--druk-border);
}

.technique-list article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding-block: 20px;
  border-bottom: 1px solid var(--druk-border);
}

.technique-list article > span {
  color: var(--druk-red);
  font-size: 12px;
  font-weight: 850;
}

.technique-list h3 {
  margin-bottom: 4px;
}

.technique-list p {
  margin-bottom: 0;
  color: var(--druk-muted);
  font-size: 14px;
}

.why-section {
  color: var(--druk-white);
  background: var(--druk-black);
}

.why-section .eyebrow {
  color: var(--druk-red);
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.benefit-grid article {
  min-height: 260px;
  padding: 30px 28px;
  border-right: 1px solid rgba(255, 255, 255, .16);
}

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

.benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 60px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 50%;
  color: var(--druk-red);
  font-size: 12px;
  font-weight: 850;
}

.benefit-grid p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 14px;
}

.team-showcase {
  background: var(--druk-white);
}

.showcase-image {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: var(--druk-radius-lg);
}

.showcase-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, .08) 64%);
}

.showcase-image > img {
  width: 100%;
  height: 620px;
  object-fit: cover;
}

.showcase-panel {
  position: absolute;
  z-index: 2;
  left: 56px;
  bottom: 54px;
  max-width: 440px;
  color: var(--druk-white);
}

.panel-kicker {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--druk-white);
  background: var(--druk-red);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.showcase-panel h2 {
  margin-block: 18px 16px;
}

.showcase-panel p {
  color: rgba(255, 255, 255, .78);
}

.showcase-panel a {
  color: var(--druk-white);
  font-weight: 850;
  text-underline-offset: 4px;
}

.process-section {
  background: var(--druk-soft);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.process-grid article {
  position: relative;
  padding: 30px 24px 12px;
  border-top: 2px solid var(--druk-border);
}

.process-grid article::before {
  position: absolute;
  left: 0;
  top: -6px;
  width: 10px;
  height: 10px;
  border: 2px solid var(--druk-white);
  border-radius: 50%;
  content: "";
  background: var(--druk-red);
}

.process-grid article > span {
  display: block;
  margin-bottom: 40px;
  color: var(--druk-red);
  font-size: 12px;
  font-weight: 850;
}

.process-grid p {
  color: var(--druk-muted);
  font-size: 14px;
}

.eu-section {
  color: var(--druk-white);
  background: var(--druk-red);
}

.eu-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 90px;
  align-items: center;
}

.eu-grid > div:first-child {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: start;
}

.eu-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border: 2px solid rgba(255, 255, 255, .68);
  border-radius: 50%;
  font-size: 25px;
  font-weight: 850;
}

.eu-grid h2 {
  margin-top: 0;
  font-size: clamp(34px, 4.4vw, 56px);
}

.eu-grid p {
  color: rgba(255, 255, 255, .8);
  font-size: 18px;
}

.eu-grid .text-link {
  color: var(--druk-white);
}

.faq-section {
  background: var(--druk-white);
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(440px, 1.2fr);
  gap: 86px;
}

.faq-grid > div:first-child > p {
  max-width: 480px;
  margin-top: 24px;
  color: var(--druk-muted);
}

.faq-list {
  border-top: 1px solid var(--druk-border);
}

.faq-list details {
  border-bottom: 1px solid var(--druk-border);
}

.faq-list summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 23px;
  font-size: 17px;
  font-weight: 800;
  list-style: none;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  color: var(--druk-red);
  font-size: 22px;
  transition: transform .2s ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 680px;
  margin: -8px 0 22px;
  color: var(--druk-muted);
}

.contact-section {
  color: var(--druk-white);
  background: var(--druk-black);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(480px, 1.18fr);
  gap: 80px;
  align-items: start;
}

.contact-copy h2 {
  max-width: 620px;
}

.contact-copy > p {
  max-width: 590px;
  margin-top: 24px;
  color: rgba(255, 255, 255, .67);
  font-size: 18px;
}

.contact-copy ul {
  display: grid;
  gap: 10px;
  margin: 28px 0 36px;
  padding: 0;
  list-style: none;
  font-weight: 750;
}

.contact-copy li span {
  margin-right: 10px;
  color: var(--druk-red);
}

.contact-email {
  color: var(--druk-white);
  font-size: 21px;
  font-weight: 850;
  text-decoration-color: var(--druk-red);
  text-underline-offset: 6px;
}

.contact-card {
  padding: 34px;
  border-radius: var(--druk-radius-lg);
  color: var(--druk-text);
  background: var(--druk-white);
  box-shadow: var(--druk-shadow);
}

.form-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.form-heading span {
  color: var(--druk-red);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
}

.form-heading h3 {
  margin: 5px 0 0;
  font-size: 26px;
}

.form-heading b {
  color: #dedee0;
  font-size: 34px;
  line-height: 1;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-field {
  display: grid;
  gap: 7px;
}

.form-field-full {
  grid-column: 1 / -1;
}

.form-field > span,
.consent {
  color: #353538;
  font-size: 12px;
  font-weight: 750;
}

.form-control {
  width: 100%;
  min-height: 49px;
  padding: 11px 12px;
  border: 1px solid #d7d7da;
  border-radius: var(--druk-radius-sm);
  color: var(--druk-text);
  background: var(--druk-white);
}

.form-control:focus {
  border-color: var(--druk-red);
  outline: 3px solid rgba(227, 6, 19, .12);
}

textarea.form-control {
  min-height: 112px;
  resize: vertical;
}

.form-control-file {
  padding-block: 9px;
}

.file-note {
  color: var(--druk-muted);
  font-size: 11px;
}

.consent {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin-block: 18px;
  color: var(--druk-muted);
}

.consent input {
  margin-top: 4px;
}

.consent a {
  text-underline-offset: 3px;
}

.form-notice {
  margin-bottom: 18px;
  padding: 11px 13px;
  border-radius: var(--druk-radius-sm);
  font-weight: 700;
}

.form-notice-success {
  color: var(--druk-success);
  background: #eaf6ee;
}

.form-notice-error {
  color: #8d251f;
  background: #fbeeed;
}

.site-footer {
  padding-block: 36px;
  border-top: 1px solid #262629;
  color: rgba(255, 255, 255, .72);
  background: var(--druk-black);
}

.footer-row {
  justify-content: space-between;
  gap: 24px;
}

.brand-image-footer img {
  width: 150px;
  height: 42px;
}

.footer-row > span {
  font-size: 12px;
}

.footer-links {
  flex-wrap: wrap;
  gap: 18px;
}

.footer-links a {
  font-size: 12px;
}

.entry-content {
  width: min(100% - 48px, 860px);
  margin: 80px auto;
}

.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

@media (max-width: 1080px) {
  .site-nav,
  .site-menu {
    gap: 18px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
    padding-bottom: 22px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-menu {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .site-nav .button {
    width: 100%;
  }

  .hero-grid,
  .production-grid {
    gap: 48px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(380px, .85fr);
  }

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

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

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

  .benefit-grid article:nth-child(2) {
    border-right: 0;
  }

  .benefit-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, .16);
  }

  .process-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 0;
  }
}

@media (max-width: 900px) {
  .microbar-row > div span:nth-child(2) {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
    padding-bottom: 22px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-menu {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .site-nav .button {
    width: 100%;
  }

  .hero-grid,
  .production-grid,
  .section-heading,
  .eu-grid,
  .faq-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 52px;
  }

  .hero-media {
    max-width: 620px;
    margin-inline: auto;
  }

  .production-grid,
  .section-heading,
  .eu-grid,
  .faq-grid,
  .contact-grid {
    gap: 44px;
  }

  .proof-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 0;
  }

  .proof-grid > div:nth-child(2) {
    border-right: 0;
  }

  .showcase-image,
  .showcase-image > img {
    min-height: 560px;
    height: 560px;
  }

  .showcase-image > img {
    object-position: 60% center;
  }

  .eu-grid > div:first-child {
    grid-template-columns: auto 1fr;
  }

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

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

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 620px) {
  .site-shell {
    width: min(100% - 28px, var(--druk-width));
  }

  .microbar-row > span {
    display: none;
  }

  .microbar-row {
    justify-content: center;
  }

  .microbar-row > div {
    gap: 16px;
  }

  .microbar-row > div span:nth-child(3) {
    display: none;
  }

  .nav-row {
    min-height: 72px;
  }

  .brand-image img {
    width: 172px;
    height: 53px;
  }

  .hero-section {
    padding-block: 58px 64px;
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 38px;
  }

  .hero-lead,
  .large-copy,
  .contact-copy > p,
  .eu-grid p {
    font-size: 16px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

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

  .hero-reassurance {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

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

  .hero-media {
    padding: 12px 12px 0 0;
  }

  .hero-proof {
    left: -4px;
    bottom: 26px;
  }

  .hero-label {
    display: none;
  }

  .proof-grid {
    grid-template-columns: 1fr 1fr;
  }

  .proof-grid > div {
    padding-inline: 12px;
  }

  .proof-grid strong {
    font-size: 17px;
  }

  .products-section,
  .production-section,
  .why-section,
  .team-showcase,
  .process-section,
  .eu-section,
  .faq-section,
  .contact-section {
    padding-block: 74px;
  }

  .product-grid,
  .benefit-grid,
  .process-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    min-height: 235px;
  }

  .production-media::before {
    left: -8px;
    bottom: -8px;
  }

  .image-caption {
    right: -4px;
  }

  .benefit-grid article,
  .benefit-grid article:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
  }

  .benefit-icon {
    margin-bottom: 32px;
  }

  .showcase-image,
  .showcase-image > img {
    min-height: 600px;
    height: 600px;
  }

  .showcase-image > img {
    object-position: 55% center;
  }

  .showcase-panel {
    left: 24px;
    right: 24px;
    bottom: 28px;
  }

  .process-grid {
    gap: 20px;
  }

  .process-grid article > span {
    margin-bottom: 22px;
  }

  .eu-grid > div:first-child {
    grid-template-columns: 1fr;
  }

  .eu-badge {
    width: 74px;
    height: 74px;
  }

  .contact-card {
    padding: 24px 18px;
  }

  .form-field-full {
    grid-column: auto;
  }

  .footer-row {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
