:root {
  --ink: #151515;
  --deep: #11131a;
  --muted: #60636a;
  --line: #e7e2da;
  --paper: #fffaf3;
  --surface: #ffffff;
  --red: #d9272e;
  --yellow: #ffd22d;
  --blue: #1459a6;
  --green: #247943;
  --pink: #e63c87;
  --shadow: 0 18px 50px rgba(30, 24, 16, 0.12);
  --header: #191a22;
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #fff8ee 0, #f7efe4 46%, #fffaf3 100%);
  font-family:
    "IBM Plex Sans Arabic",
    "Segoe UI",
    Tahoma,
    Arial,
    sans-serif;
  line-height: 1.65;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(270px, auto) 1fr minmax(220px, auto);
  gap: 24px;
  align-items: center;
  min-height: 76px;
  padding: 12px clamp(18px, 4vw, 56px);
  background: rgba(25, 26, 34, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.brand {
  display: grid;
  gap: 3px;
  align-items: center;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

.brand small {
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  font-weight: 750;
}

.brand strong,
.nav a {
  color: #fff;
}

.brand strong {
  font-size: clamp(17px, 2vw, 24px);
  letter-spacing: 0;
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 3vw, 34px);
  font-size: 13px;
  font-weight: 800;
}

.header-tools {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.header-action,
.primary-button,
.secondary-button,
.language-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: var(--radius);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.header-action,
.primary-button {
  color: #fff;
  background: var(--red);
  box-shadow: 0 10px 26px rgba(217, 39, 46, 0.22);
}

.secondary-button {
  color: var(--ink);
  background: var(--yellow);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.language-toggle {
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.18);
  cursor: pointer;
  font: inherit;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  min-height: calc(86vh - 76px);
  padding: clamp(24px, 4vw, 58px) clamp(18px, 5vw, 70px) 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 46%, rgba(217, 39, 46, 0.18), transparent 34%),
    linear-gradient(115deg, rgba(17, 19, 26, 0.98) 0%, rgba(17, 19, 26, 0.94) 48%, rgba(17, 19, 26, 0.66) 100%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 18px),
    url("assets/products/boushar-falafel.jpg") center right / cover;
}

.hero-copy {
  max-width: 630px;
  align-self: center;
}

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

h1,
h2 {
  margin: 0;
  line-height: 1.08;
}

h1 {
  max-width: 620px;
  font-size: clamp(46px, 7.4vw, 96px);
  font-weight: 950;
  color: #fff;
  text-shadow: 0 16px 42px rgba(0, 0, 0, 0.36);
}

h2 {
  font-size: clamp(30px, 4vw, 56px);
  font-weight: 950;
}

.hero p:not(.eyebrow),
.contact-copy p {
  max-width: 660px;
  color: #3b3b3b;
  font-size: clamp(17px, 2vw, 22px);
}

.hero p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.86);
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
}

.hero .eyebrow {
  color: var(--yellow);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  max-width: 560px;
  margin-top: 22px;
}

.hero-points span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 7px 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
}

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

.hero-showcase {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(150px, 0.42fr);
  gap: 16px;
  align-items: stretch;
  align-self: end;
}

.spotlight-card,
.showcase-grid article {
  overflow: hidden;
  background: rgba(17, 19, 26, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.spotlight-card {
  display: grid;
  min-height: 510px;
}

.spotlight-media {
  display: grid;
  place-items: center;
  min-height: 380px;
  padding: 24px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.28), transparent 48%),
    linear-gradient(135deg, #ffd22d 0%, #f15a24 44%, #1459a6 100%);
}

.spotlight-media img {
  width: 100%;
  height: 100%;
  max-height: 365px;
  object-fit: contain;
  filter: drop-shadow(0 22px 26px rgba(0, 0, 0, 0.24)) saturate(1.08);
}

.spotlight-content {
  display: grid;
  gap: 4px;
  padding: 20px;
  color: #fff;
  background: var(--deep);
}

.spotlight-content span,
.spotlight-content small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 800;
}

.spotlight-content strong {
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1;
}

.showcase-grid {
  display: grid;
  gap: 16px;
}

.showcase-grid article {
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 176px;
}

.showcase-grid img {
  width: 100%;
  height: 145px;
  padding: 12px;
  object-fit: contain;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.36), transparent 52%),
    linear-gradient(135deg, #ffd22d, #fff1a8);
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.18));
}

.showcase-grid span {
  padding: 10px 12px;
  color: #fff;
  background: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.section {
  padding: clamp(56px, 8vw, 104px) clamp(18px, 5vw, 70px);
}

.overview-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(360px, 1.15fr);
  gap: clamp(22px, 4vw, 52px);
  padding: clamp(52px, 7vw, 92px) clamp(18px, 5vw, 70px);
  background: #fffaf3;
  border-bottom: 1px solid var(--line);
}

.overview-copy {
  align-self: start;
}

.overview-copy p:not(.eyebrow) {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 22px);
}

.overview-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-self: start;
}

.metric-card {
  min-height: 132px;
  padding: 22px;
  color: var(--ink);
  background: var(--yellow);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.metric-card strong,
.metric-card span {
  display: block;
}

.metric-card strong {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 0.95;
}

.metric-card span {
  margin-top: 12px;
  color: rgba(0, 0, 0, 0.68);
  font-weight: 850;
}

.brand-cloud {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 4px;
}

.brand-cloud span {
  padding: 9px 13px;
  color: #fff;
  background: var(--deep);
  border-radius: 8px;
  font-weight: 900;
}

.category-cards {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 10px;
}

.category-cards article {
  min-height: 190px;
  padding: 22px;
  color: #fff;
  background: var(--deep);
  border-top: 5px solid var(--red);
  border-radius: 8px;
}

.category-cards article:nth-child(2) {
  border-top-color: var(--green);
}

.category-cards article:nth-child(3) {
  border-top-color: var(--pink);
}

.category-cards article:nth-child(4) {
  border-top-color: var(--blue);
}

.category-cards span,
.category-cards strong,
.category-cards small {
  display: block;
}

.category-cards span {
  color: var(--yellow);
  font-weight: 900;
}

.category-cards strong {
  margin-top: 26px;
  font-size: clamp(20px, 2vw, 30px);
}

.category-cards small {
  max-width: 280px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.62);
  font-weight: 650;
  line-height: 1.5;
}

.process-line {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 2px;
}

.process-line div {
  min-height: 150px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.process-line span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  color: #fff;
  background: var(--deep);
  border-radius: 8px;
  font-weight: 950;
}

.process-line strong {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.2;
}

.process-line p {
  max-width: 360px;
  margin: 0;
  color: var(--muted);
  font-weight: 650;
}

.products-section {
  background:
    linear-gradient(180deg, #f9f1e5, #fffaf3);
}

.section-heading {
  margin-bottom: 28px;
}

.catalog-head,
.catalog-tools {
  display: flex;
  gap: 18px;
  align-items: end;
  justify-content: space-between;
}

.catalog-head {
  margin-bottom: 20px;
}

.catalog-head .section-heading {
  margin-bottom: 0;
}

.search-box {
  display: grid;
  gap: 7px;
  width: min(100%, 360px);
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.search-box input {
  width: 100%;
  min-height: 48px;
  padding: 0 15px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
  outline: 0;
  box-shadow: 0 10px 24px rgba(30, 24, 16, 0.07);
}

.search-box input:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 4px rgba(217, 39, 46, 0.12);
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
}

.result-count {
  margin: 0;
  color: var(--muted);
  font-weight: 900;
  white-space: nowrap;
}

.filter-button {
  min-height: 42px;
  padding: 0 16px;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-weight: 850;
}

.filter-button:hover {
  transform: translateY(-1px);
}

.filter-button.is-active {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(clamp(240px, 21vw, 300px), 1fr));
  gap: clamp(14px, 1.6vw, 22px);
  align-items: stretch;
  margin-top: 28px;
}

.product-card {
  --card-height: clamp(500px, 42vw, 560px);
  --media-height: clamp(240px, 22vw, 320px);
  --image-max-height: 260px;
  min-height: var(--card-height);
  background: transparent;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  perspective: 1200px;
  outline: 0;
}

.product-card:focus-visible .product-card-inner {
  box-shadow:
    0 0 0 4px rgba(217, 39, 46, 0.18),
    0 24px 62px rgba(30, 24, 16, 0.18);
}

.product-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: var(--card-height);
  transform-style: preserve-3d;
  transition: transform 820ms cubic-bezier(0.18, 0.72, 0.18, 1);
}

.product-card:hover .product-card-inner,
.product-card.is-flipped .product-card-inner {
  transform: rotateY(180deg);
}

[dir="rtl"] .product-card:hover .product-card-inner,
[dir="rtl"] .product-card.is-flipped .product-card-inner {
  transform: rotateY(-180deg);
}

.product-face {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-rows: var(--media-height) 1fr;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backface-visibility: hidden;
}

.product-front {
  transform: rotateY(0);
}

.product-back {
  display: flex;
  flex-direction: column;
  padding: 22px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(217, 39, 46, 0.92), rgba(17, 19, 26, 0.98) 56%, rgba(20, 89, 166, 0.84)),
    var(--deep);
  border-color: rgba(255, 255, 255, 0.12);
  transform: rotateY(180deg);
}

[dir="rtl"] .product-back {
  transform: rotateY(-180deg);
}

.product-image {
  display: grid;
  place-items: center;
  overflow: hidden;
  min-height: 0;
  padding: 20px;
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.98) 0 28%, rgba(255, 250, 243, 0.88) 29% 48%, transparent 49%),
    linear-gradient(145deg, rgba(255, 210, 45, 0.28), rgba(217, 39, 46, 0.09) 44%, rgba(20, 89, 166, 0.16)),
    #fff8ee;
  border-bottom: 1px solid rgba(231, 226, 218, 0.72);
}

.product-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: min(76%, var(--image-max-height));
  object-fit: contain;
  transform: translateY(-8%);
  filter: drop-shadow(0 18px 22px rgba(30, 24, 16, 0.16));
}

.product-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px;
  border-top: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 243, 0.98)),
    #fffaf3;
}

.product-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.badge {
  padding: 2px 8px;
  color: #fff;
  background: var(--blue);
  border-radius: 999px;
}

.product-card h3 {
  margin: 0 0 6px;
  font-size: 20px;
  line-height: 1.25;
}

.product-card h4 {
  margin: 0 0 10px;
  color: #41444b;
  font-size: 15px;
  line-height: 1.25;
}

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

.product-card small {
  display: block;
  margin-top: 6px;
  color: #8a7a65;
  font-weight: 750;
}

.flip-hint {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  padding: 5px 9px;
  color: var(--red);
  background: rgba(217, 39, 46, 0.08);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.back-topline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.back-topline span {
  padding: 5px 9px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.product-back h3 {
  margin: 0 0 12px;
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.12;
}

.product-back p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
}

.product-back dl {
  display: grid;
  gap: 10px;
  margin: auto 0 18px;
}

.product-back dl div {
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.product-back dt {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 900;
}

.product-back dd {
  margin: 4px 0 0;
  font-weight: 850;
}

.back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 8px;
  font-weight: 950;
}

.empty-state {
  grid-column: 1 / -1;
  padding: 38px;
  text-align: center;
  color: var(--muted);
  background: #fff;
  border: 1px dashed var(--line);
  border-radius: 8px;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: stretch;
  margin: 0;
  padding: clamp(42px, 7vw, 82px) clamp(18px, 5vw, 70px);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(217, 39, 46, 0.86), rgba(17, 19, 26, 0.96) 48%, rgba(20, 89, 166, 0.86)),
    var(--ink);
}

.contact-section .eyebrow,
.contact-copy p {
  color: #f8d152;
}

.contact-copy p {
  margin-bottom: 0;
}

.contact-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.contact-notes span {
  padding: 8px 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
}

.inquiry-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(24px, 3.4vw, 36px);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.2);
}

.inquiry-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 17px;
  color: var(--ink);
  background: #fffaf3;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font: inherit;
  outline: 0;
}

.inquiry-form textarea {
  min-height: 116px;
  padding-block: 14px;
  resize: vertical;
}

.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 4px rgba(217, 39, 46, 0.12);
}

.form-wide {
  grid-column: 1 / -1;
}

.inquiry-form button {
  width: 100%;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 24px;
  margin: 0;
  color: var(--green);
  font-weight: 850;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(210px, 1fr) minmax(260px, auto) minmax(120px, auto);
  gap: 24px;
  align-items: center;
  padding: 30px clamp(18px, 5vw, 70px);
  color: rgba(255, 255, 255, 0.72);
  background: var(--deep);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-brand {
  display: grid;
  gap: 4px;
}

.footer-brand strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

.footer-brand span,
.footer-affiliation span,
.footer-rights {
  color: rgba(255, 255, 255, 0.66);
  font-weight: 750;
}

.footer-affiliation {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.footer-affiliation a {
  color: #fff;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.footer-contact a {
  display: inline-grid;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-height: 40px;
  padding: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 850;
}

.footer-contact svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.footer-contact a:hover {
  background: rgba(217, 39, 46, 0.9);
}

.footer-rights {
  grid-column: 1 / -1;
  justify-self: end;
  text-align: end;
}

.scroll-jump {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #fff;
  background: var(--red);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
  cursor: pointer;
  font: inherit;
  font-size: 24px;
  font-weight: 950;
}

@media (max-width: 1080px) {
  .product-grid {
    grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
  }

  .product-card {
    --card-height: 520px;
    --media-height: 285px;
    --image-max-height: 245px;
  }
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .hero,
  .overview-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .catalog-head,
  .catalog-tools {
    align-items: stretch;
    flex-direction: column;
  }

  .search-box {
    width: 100%;
  }

  .hero {
    min-height: auto;
    padding-top: 28px;
  }

  h1 {
    font-size: clamp(42px, 9vw, 72px);
  }

  .hero-showcase {
    grid-template-columns: 1fr;
  }

  .spotlight-card {
    min-height: 0;
  }

  .spotlight-media {
    min-height: 260px;
    padding: 18px;
  }

  .spotlight-media img {
    max-height: 248px;
  }

  .showcase-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .category-cards,
  .process-line {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-grid {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  }

  .product-card {
    --card-height: 540px;
    --media-height: 290px;
    --image-max-height: 240px;
  }
}

@media (max-width: 560px) {
  .site-header {
    gap: 12px;
  }

  .header-action {
    display: none;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .header-tools {
    justify-content: end;
  }

  .hero {
    padding-top: 28px;
  }

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

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

  .overview-panel,
  .category-cards,
  .process-line,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    --card-height: 580px;
    --media-height: 320px;
    --image-max-height: 255px;
  }

  .product-image {
    padding: 14px;
  }

  .product-image img {
    transform: translateY(-12%);
  }

  .product-body {
    padding: 16px;
  }

  .product-card h3 {
    font-size: 19px;
  }

  .category-cards article {
    min-height: 120px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .footer-contact {
    justify-content: flex-start;
  }

  .footer-affiliation {
    justify-content: flex-start;
    text-align: start;
  }

  .footer-rights {
    justify-self: start;
    text-align: start;
  }

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

  .scroll-jump {
    right: 16px;
    bottom: 16px;
  }
}
