:root {
  --ink: #283126;
  --olive: #687756;
  --olive-dark: #38412f;
  --sage: #9ba390;
  --sand: #c4a98d;
  --gold: #c7c84d;
  --brand-red: #d92f24;
  --tomato: #2f7169;
  --leaf: #39aaa1;
  --leaf-dark: #247b75;
  --aqua-soft: #e2f5f1;
  --mint: #eef6dc;
  --teal: #2f7169;
  --plum: #7c3f55;
  --linen: #f7f6f1;
  --paper: #fffefa;
  --clay: #a86f48;
  --line: rgba(40, 49, 38, 0.14);
  --shadow: 0 18px 50px rgba(40, 49, 38, 0.13);
  --font-ui: "Avenir Next", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Avenir Next", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --dufer-button: linear-gradient(135deg, #39aaa1 0%, #b8d64f 100%);
  --dufer-button-hover: linear-gradient(135deg, #247b75 0%, #a9c647 100%);
  --dufer-button-shadow: 0 14px 30px rgba(47, 159, 149, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--linen);
  color: var(--ink);
  font-family: var(--font-ui);
}

body::selection {
  color: var(--paper);
  background: var(--leaf-dark);
}

main {
  overflow: clip;
}

.scroll-progress {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--tomato);
  pointer-events: none;
}

button,
input,
textarea {
  font: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 26px;
  min-height: 88px;
  padding: 8px clamp(16px, 4vw, 54px);
  background: rgba(255, 254, 250, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 240px;
  color: var(--ink);
  text-decoration: none;
}

.brand img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.brand-name {
  display: grid;
  gap: 2px;
}

.brand-name strong {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3vw, 2.85rem);
  font-weight: 780;
  line-height: 0.92;
  letter-spacing: 0.08em;
}

.brand-name small {
  color: var(--leaf-dark);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.site-footer img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main-nav {
  display: flex;
  gap: clamp(14px, 3vw, 34px);
  margin-left: auto;
}

.main-nav a,
.secondary-link,
.primary-link {
  color: var(--ink);
  text-decoration: none;
}

.main-nav a {
  font-size: 0.94rem;
  font-weight: 650;
  transition: color 180ms ease, transform 180ms ease;
}

.main-nav a:hover {
  color: var(--tomato);
  transform: translateY(-1px);
}

.cart-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 6px 14px 6px 10px;
  border: 1px solid rgba(47, 113, 105, 0.22);
  border-radius: 999px;
  background: rgba(226, 245, 241, 0.78);
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.cart-status:hover {
  transform: translateY(-1px);
  background: var(--paper);
  border-color: rgba(47, 113, 105, 0.34);
  box-shadow: 0 10px 24px rgba(40, 49, 38, 0.12);
}

.cart-status-count {
  display: inline-grid;
  place-items: center;
  min-width: 27px;
  height: 27px;
  padding: 0 8px;
  border-radius: 999px;
  background: var(--dufer-button);
  color: #173b34;
  font-size: 0.82rem;
  line-height: 1;
  box-shadow: 0 0 0 0 rgba(57, 170, 161, 0);
  transition: box-shadow 180ms ease;
}

.cart-status.has-items {
  background: linear-gradient(135deg, rgba(57, 170, 161, 0.18), rgba(184, 214, 79, 0.28));
  border-color: rgba(47, 113, 105, 0.36);
  box-shadow: 0 10px 28px rgba(47, 159, 149, 0.16);
}

.cart-status.has-items .cart-status-count {
  box-shadow: 0 0 0 3px rgba(57, 170, 161, 0.18);
}

.admin-open,
.primary-link,
.secondary-link,
.whatsapp-button,
.admin-action,
.ghost-action,
.danger-action,
.add-button {
  border: 0;
  cursor: pointer;
  min-height: 44px;
  border-radius: 6px;
  font-weight: 760;
}

.admin-open {
  padding: 0 18px;
  color: var(--paper);
  background: var(--olive-dark);
}

.hero {
  position: relative;
  min-height: clamp(540px, calc(100vh - 170px), 760px);
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.showcase-section {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.72fr);
  gap: 16px;
  width: min(1380px, calc(100% - 32px));
  margin: 18px auto 0;
  min-height: clamp(480px, 44vw, 610px);
}

.showcase-main,
.side-promo {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: var(--olive-dark);
  box-shadow: 0 16px 40px rgba(40, 49, 38, 0.14);
}

.showcase-main {
  min-height: inherit;
}

.showcase-slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: end;
  opacity: 0;
  pointer-events: none;
  transition: opacity 420ms ease, transform 520ms ease;
  transform: scale(1.015);
}

.showcase-slide.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.showcase-slide::after,
.side-promo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(28, 40, 30, 0.76) 0%, rgba(47, 113, 105, 0.36) 52%, rgba(47, 113, 105, 0.08) 100%);
}

.showcase-slide img,
.side-promo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
}

.showcase-slide.active img {
  animation: showcaseDrift 7s ease-out both;
}

.side-promo img {
  object-position: center right;
}

.showcase-copy,
.side-promo div {
  position: relative;
  z-index: 1;
  color: #fff;
}

.showcase-copy {
  max-width: 720px;
  padding: clamp(26px, 5vw, 62px);
}

.showcase-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-bottom: 14px;
  border-radius: 6px;
  padding: 0 12px;
  color: #fff;
  background: var(--tomato);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.showcase-badge.warm {
  background: var(--gold);
  color: #2d260e;
}

.showcase-badge.green {
  background: var(--leaf-dark);
}

.showcase-badge.blue {
  background: var(--teal);
}

.showcase-badge.plum {
  background: var(--plum);
}

.showcase-copy h1 {
  max-width: 680px;
  color: #fff;
  font-size: clamp(2.6rem, 4.65vw, 5rem);
  line-height: 0.98;
  overflow-wrap: normal;
  word-break: normal;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
}

.showcase-copy p {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  line-height: 1.55;
}

.showcase-action,
.side-promo button {
  min-height: 46px;
  margin-top: 24px;
  border: 0;
  border-radius: 6px;
  padding: 0 18px;
  color: #173b34;
  background: var(--dufer-button);
  cursor: pointer;
  font-weight: 850;
  box-shadow: var(--dufer-button-shadow);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.showcase-action:hover,
.side-promo button:hover {
  transform: translateY(-1px);
  background: var(--dufer-button-hover);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
}

.showcase-dots {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 22px;
  display: flex;
  gap: 8px;
}

.showcase-dots button {
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: rgba(255, 255, 255, 0.62);
  cursor: pointer;
}

.showcase-dots button.active {
  width: 34px;
  background: #fff;
}

.showcase-side {
  display: grid;
  grid-template-rows: 0.85fr 1.15fr;
  gap: 14px;
  min-height: inherit;
}

.side-promo {
  min-height: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.side-promo::after {
  background: linear-gradient(180deg, rgba(47, 113, 105, 0.02) 0%, rgba(47, 113, 105, 0.08) 52%, rgba(47, 113, 105, 0.68) 100%);
}

.side-promo.accent::after {
  background: linear-gradient(180deg, rgba(124, 63, 85, 0.02) 0%, rgba(124, 63, 85, 0.08) 52%, rgba(124, 63, 85, 0.66) 100%);
}

.side-promo div {
  display: grid;
  align-content: end;
  min-height: 100%;
  width: min(68%, 245px);
  padding: 14px;
}

.side-promo h2 {
  max-width: 220px;
  margin: 0;
  font-size: clamp(0.98rem, 1.28vw, 1.18rem);
  line-height: 1.12;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.24);
}

.side-promo p {
  max-width: 230px;
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.78rem;
  line-height: 1.35;
}

.side-promo p[hidden] {
  display: none;
}

.side-promo .showcase-badge {
  min-height: 24px;
  margin-bottom: 9px;
  padding: 0 9px;
  font-size: 0.66rem;
}

.side-promo button {
  min-height: 32px;
  margin-top: 10px;
  padding: 0 11px;
  font-size: 0.78rem;
}

.brand-marquee {
  width: 100%;
  margin-top: 18px;
  overflow: hidden;
  color: #fff;
  background: var(--leaf-dark);
  border-block: 1px solid rgba(255, 255, 255, 0.18);
}

.brand-marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  min-height: 54px;
  animation: marqueeMove 28s linear infinite;
}

.brand-marquee span {
  padding: 0 24px;
  font-family: var(--font-display);
  font-size: 1.08rem;
}

.brand-marquee i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.identity-scroll {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(64px, 9vw, 112px) 0 clamp(42px, 7vw, 86px);
}

.identity-title {
  display: grid;
  grid-template-columns: minmax(280px, 0.66fr) minmax(300px, 0.44fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  margin-bottom: clamp(30px, 5vw, 54px);
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(47, 113, 105, 0.16);
}

.identity-title .eyebrow {
  grid-column: 1 / -1;
}

.identity-title h2 {
  max-width: 680px;
  margin: 0;
  color: var(--olive-dark);
  font-family: var(--font-display);
  font-size: clamp(2.7rem, 5.8vw, 5.6rem);
  font-weight: 880;
  line-height: 0.96;
  letter-spacing: 0;
  text-wrap: balance;
}

.identity-title p:not(.eyebrow) {
  max-width: 520px;
  margin: 0;
  color: rgba(40, 49, 38, 0.74);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.65;
}

.identity-stack {
  display: grid;
  gap: clamp(16px, 3vw, 26px);
}

.identity-card {
  position: sticky;
  top: 112px;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: clamp(22px, 5vw, 58px);
  min-height: clamp(300px, 42vh, 430px);
  overflow: hidden;
  padding: clamp(26px, 4.5vw, 54px);
  border: 1px solid rgba(47, 113, 105, 0.14);
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(47, 113, 105, 0.08) 0 112px, transparent 112px),
    linear-gradient(135deg, rgba(255, 254, 250, 0.98) 0%, rgba(238, 246, 220, 0.96) 100%);
  box-shadow: 0 22px 58px rgba(40, 49, 38, 0.12);
}

.identity-card:nth-child(2) {
  top: 132px;
}

.identity-card:nth-child(3) {
  top: 152px;
}

.identity-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 112px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(47, 113, 105, 0.22), transparent);
  pointer-events: none;
}

.identity-card::after {
  content: "";
  position: absolute;
  right: clamp(18px, 4vw, 44px);
  bottom: clamp(18px, 4vw, 44px);
  width: clamp(70px, 11vw, 128px);
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--leaf), var(--gold));
  opacity: 0.72;
}

.identity-card > * {
  position: relative;
  z-index: 1;
}

.identity-number {
  align-self: start;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  color: #173b34;
  background: var(--dufer-button);
  border-radius: 50%;
  box-shadow: var(--dufer-button-shadow);
  font-size: 1.45rem;
  font-weight: 950;
  line-height: 1;
}

.identity-card .eyebrow {
  color: rgba(4, 92, 48, 0.78);
}

.identity-card h3 {
  max-width: 720px;
  margin: 0;
  color: var(--olive-dark);
  font-size: clamp(1.8rem, 3.4vw, 3.35rem);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.identity-card p:not(.eyebrow) {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(4, 72, 42, 0.78);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.62;
}

.card-rungis {
  background:
    linear-gradient(90deg, rgba(47, 113, 105, 0.1) 0 112px, transparent 112px),
    linear-gradient(135deg, rgba(255, 254, 250, 0.98) 0%, rgba(226, 245, 241, 0.96) 100%);
}

.card-rungis::after {
  background: linear-gradient(90deg, var(--leaf-dark), var(--leaf));
}

.card-range {
  background:
    linear-gradient(90deg, rgba(199, 200, 77, 0.16) 0 112px, transparent 112px),
    linear-gradient(135deg, rgba(255, 254, 250, 0.98) 0%, rgba(255, 241, 207, 0.94) 100%);
}

.card-range .eyebrow,
.card-range h3 {
  color: var(--olive-dark);
}

.card-range p:not(.eyebrow) {
  color: rgba(91, 48, 22, 0.78);
}

.warehouse-section {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(42px, 7vw, 86px) 0 clamp(64px, 8vw, 112px);
}

.warehouse-copy {
  display: grid;
  grid-template-columns: minmax(280px, 0.48fr) minmax(320px, 0.52fr);
  gap: clamp(22px, 5vw, 64px);
  align-items: end;
  margin-bottom: clamp(24px, 4vw, 42px);
}

.warehouse-copy .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -4px;
}

.warehouse-copy h2 {
  margin: 0;
  color: var(--olive-dark);
  font-size: clamp(2.25rem, 4.8vw, 4.8rem);
  font-weight: 880;
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
}

.warehouse-copy p:not(.eyebrow) {
  max-width: 560px;
  margin: 0;
  color: rgba(40, 49, 38, 0.74);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.68;
}

.warehouse-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: clamp(150px, 14vw, 210px);
  gap: 14px;
}

.warehouse-photo {
  position: relative;
  min-height: 170px;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(47, 113, 105, 0.14);
  border-radius: 14px;
  background: var(--olive-dark);
  box-shadow: 0 18px 44px rgba(40, 49, 38, 0.14);
}

.warehouse-main {
  grid-column: span 7;
  grid-row: span 2;
}

.warehouse-tall {
  grid-column: span 5;
  grid-row: span 2;
}

.warehouse-photo:not(.warehouse-main):not(.warehouse-tall) {
  grid-column: span 3;
}

.warehouse-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease, filter 300ms ease;
}

.warehouse-main img {
  object-position: center 48%;
}

.warehouse-tall img {
  object-position: center center;
}

.warehouse-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(40, 49, 38, 0.04) 0%, rgba(40, 49, 38, 0.54) 100%);
  pointer-events: none;
}

.warehouse-photo:hover img {
  transform: scale(1.035);
  filter: saturate(1.08);
}

.warehouse-photo figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 32px);
  padding: 9px 12px;
  color: #fffefa;
  background: rgba(47, 113, 105, 0.82);
  border: 1px solid rgba(255, 254, 250, 0.22);
  border-radius: 8px;
  backdrop-filter: blur(10px);
  font-size: 0.9rem;
  font-weight: 850;
  line-height: 1.2;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(247, 246, 241, 0.96) 0%, rgba(247, 246, 241, 0.74) 42%, rgba(247, 246, 241, 0.18) 100%);
}

.hero-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: heroBreath 18s ease-in-out infinite alternate;
}

.hero-content {
  width: min(760px, calc(100% - 32px));
  margin-left: clamp(16px, 7vw, 96px);
  padding: 34px 0 46px;
}

.hero-brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
  padding: 10px 18px 10px 10px;
  background: rgba(255, 254, 250, 0.82);
  border: 1px solid rgba(40, 49, 38, 0.12);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(40, 49, 38, 0.1);
}

.hero-brand img {
  width: clamp(108px, 10vw, 150px);
  height: clamp(108px, 10vw, 150px);
  object-fit: contain;
}

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

.hero-brand strong {
  font-family: var(--font-display);
  font-size: clamp(2.15rem, 4.2vw, 4.6rem);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: 0.1em;
}

.hero-brand span {
  color: var(--tomato);
  font-size: clamp(0.82rem, 1.4vw, 1rem);
  font-weight: 850;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--tomato);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

h1 {
  max-width: 720px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.55rem, 5.4vw, 5.7rem);
  line-height: 0.96;
  font-weight: 500;
}

.hero-content > p:not(.eyebrow) {
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(40, 49, 38, 0.82);
  font-size: clamp(1rem, 2vw, 1.22rem);
  line-height: 1.62;
}

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

.primary-link,
.secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
}

.primary-link {
  color: #173b34;
  background: var(--dufer-button);
  box-shadow: var(--dufer-button-shadow);
}

.secondary-link {
  color: var(--tomato);
  background: rgba(255, 254, 250, 0.72);
  border: 1px solid var(--line);
}

.primary-link,
.secondary-link,
.whatsapp-button,
.admin-action,
.ghost-action,
.danger-action,
.add-button,
.category-tabs button,
.admin-row-actions button,
.icon-button {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.primary-link:hover,
.secondary-link:hover,
.whatsapp-button:hover,
.admin-action:hover,
.ghost-action:hover,
.danger-action:hover,
.add-button:hover,
.admin-row-actions button:hover,
.icon-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(40, 49, 38, 0.12);
}

.primary-link:hover,
.whatsapp-button:hover,
.admin-action:hover,
.add-button:hover,
.floating-order:hover {
  color: #102f2a;
  background: var(--dufer-button-hover);
  box-shadow: 0 16px 32px rgba(47, 159, 149, 0.24);
}

.intro-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-block: 1px solid var(--line);
}

.intro-band div {
  min-height: 112px;
  padding: 26px clamp(16px, 4vw, 54px);
  background: var(--paper);
}

.intro-band span {
  display: block;
  margin-bottom: 8px;
  color: var(--tomato);
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
}

.intro-band strong {
  color: var(--olive-dark);
  font-family: var(--font-display);
  font-size: clamp(1.22rem, 2.4vw, 1.75rem);
  font-weight: 500;
}

.section-shell,
.service-strip,
.order-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(54px, 8vw, 96px) 0;
}

.section-heading {
  display: grid;
  gap: 10px;
  max-width: 760px;
  margin-bottom: 28px;
}

.section-heading.compact {
  margin-bottom: 18px;
}

.section-heading h2,
.admin-topbar h2 {
  margin: 0;
  color: var(--olive-dark);
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.04;
  font-weight: 500;
}

.section-heading p:not(.eyebrow),
.service-strip p {
  margin: 0;
  color: rgba(40, 49, 38, 0.72);
  line-height: 1.68;
}

.catalog-toolbar {
  display: grid;
  grid-template-columns: minmax(220px, 340px) 1fr;
  gap: 16px;
  align-items: end;
  margin-bottom: 24px;
}

.search-field,
.customer-form label,
.admin-card label {
  display: grid;
  gap: 8px;
  color: rgba(40, 49, 38, 0.75);
  font-size: 0.88rem;
  font-weight: 760;
}

.admin-card .checkbox-field {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--olive-dark);
}

.checkbox-field input {
  width: auto;
  accent-color: var(--leaf-dark);
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px 13px;
  color: var(--ink);
  background: var(--paper);
  outline: none;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--leaf);
  box-shadow: 0 0 0 4px rgba(47, 159, 149, 0.14);
}

.category-tabs {
  display: flex;
  gap: 8px;
  min-width: 0;
  overflow-x: auto;
  padding: 2px 0;
  scrollbar-width: none;
}

.category-tabs::-webkit-scrollbar {
  display: none;
}

.category-tabs button {
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  min-height: 42px;
  padding: 0 16px;
  color: var(--olive-dark);
  background: rgba(255, 254, 250, 0.76);
  cursor: pointer;
  font-weight: 760;
}

.category-tabs button:hover {
  border-color: rgba(47, 159, 149, 0.42);
  box-shadow: 0 8px 20px rgba(40, 49, 38, 0.08);
}

.category-tabs button.active {
  color: #173b34;
  background: linear-gradient(135deg, rgba(57, 170, 161, 0.95), rgba(184, 214, 79, 0.95));
  border-color: var(--leaf);
}

.product-grid {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 2px 0 18px;
  scroll-snap-type: x proximity;
  scrollbar-color: rgba(56, 65, 47, 0.28) transparent;
}

.product-card {
  flex: 0 0 clamp(310px, 31vw, 390px);
  display: grid;
  grid-template-rows: 280px 1fr;
  min-height: 448px;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(40, 49, 38, 0.07);
  scroll-snap-align: start;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(47, 159, 149, 0.32);
  box-shadow: 0 18px 42px rgba(40, 49, 38, 0.12);
}

.catalog-shortcut {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.product-media {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 18px;
  background: #fff;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 260ms ease;
}

.product-card:hover .product-media img {
  transform: scale(1.035);
}

.product-initial {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  color: var(--paper);
  background: var(--olive-dark);
  font-family: var(--font-display);
  font-size: 2.2rem;
}

.product-body {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 20px;
}

.product-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.product-kicker span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 999px;
  padding: 0 10px;
  color: var(--leaf-dark);
  background: var(--aqua-soft);
  font-size: 0.78rem;
  font-weight: 850;
}

.product-body h3 {
  margin: 0;
  color: var(--olive-dark);
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
}

.product-body p {
  margin: 0;
  color: rgba(40, 49, 38, 0.72);
  line-height: 1.55;
}

.quantity-row {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 10px;
  margin-top: auto;
}

.add-button {
  color: #173b34;
  background: var(--dufer-button);
}

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

.service-strip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  margin-top: 18px;
  background: rgba(47, 113, 105, 0.18);
  border: 1px solid rgba(47, 113, 105, 0.18);
  border-radius: 12px;
}

.service-strip article {
  min-height: 180px;
  padding: clamp(22px, 3vw, 34px);
  background:
    linear-gradient(180deg, rgba(255, 254, 250, 0.94), rgba(226, 245, 241, 0.86));
  transition: background-color 220ms ease, transform 220ms ease;
}

.service-strip article:hover {
  background: var(--leaf-dark);
  transform: translateY(-4px);
}

.service-strip article:hover span,
.service-strip article:hover p {
  color: #fff;
}

.service-strip span {
  display: block;
  color: var(--leaf-dark);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  font-weight: 900;
  line-height: 1.02;
}

.service-strip p {
  margin: 18px 0 0;
  color: rgba(40, 49, 38, 0.72);
  line-height: 1.55;
}

.order-section {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 22px;
  align-items: start;
  border-top: 1px solid var(--line);
}

.cart-panel,
.customer-form,
.admin-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(40, 49, 38, 0.06);
}

.cart-panel {
  padding: 24px;
}

.cart-items {
  display: grid;
  gap: 10px;
}

.cart-empty {
  margin: 0;
  color: rgba(40, 49, 38, 0.64);
}

.cart-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.cart-row strong {
  display: block;
}

.cart-row span {
  color: rgba(40, 49, 38, 0.68);
  font-size: 0.88rem;
}

.cart-row button {
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--linen);
  cursor: pointer;
}

.customer-form {
  display: grid;
  gap: 15px;
  padding: 24px;
}

.contact-card {
  display: grid;
  gap: 8px;
  padding: 18px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(226, 245, 241, 0.94), rgba(238, 246, 220, 0.92));
  border: 1px solid rgba(47, 113, 105, 0.16);
  border-radius: 8px;
}

.contact-card strong {
  color: var(--leaf-dark);
  font-size: 1.05rem;
}

.contact-card p,
.contact-card address {
  margin: 0;
  color: rgba(40, 49, 38, 0.78);
  font-style: normal;
  line-height: 1.45;
}

.contact-card span {
  display: block;
  color: var(--olive-dark);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.contact-card a {
  color: var(--leaf-dark);
  font-weight: 850;
  text-decoration: none;
}

.contact-card a:hover {
  text-decoration: underline;
}

.whatsapp-button {
  color: #173b34;
  background: var(--dufer-button);
  box-shadow: var(--dufer-button-shadow);
}

.form-note {
  margin: 0;
  color: rgba(40, 49, 38, 0.62);
  font-size: 0.86rem;
  line-height: 1.45;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto;
  gap: 14px;
  padding: 28px clamp(16px, 4vw, 54px);
  color: var(--paper);
  background: var(--olive-dark);
}

.site-footer img {
  width: 58px;
  height: 58px;
  padding: 4px;
  background: var(--paper);
  border-radius: 50%;
}

.site-footer p {
  margin: 3px 0 0;
  color: rgba(255, 254, 250, 0.74);
}

.site-footer .footer-contact {
  max-width: 620px;
  color: rgba(255, 254, 250, 0.86);
  font-size: 0.84rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.site-footer nav button,
.site-footer nav a {
  border: 0;
  padding: 0;
  color: rgba(255, 254, 250, 0.8);
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  font-size: 0.86rem;
}

.site-footer nav button:hover,
.site-footer nav a:hover {
  color: #fff;
}

.footer-legal-summary {
  grid-column: 1 / -1;
  max-width: 980px;
  margin-top: 10px;
  color: rgba(255, 254, 250, 0.68);
  font-size: 0.78rem;
  line-height: 1.5;
}

.floating-order {
  position: fixed;
  z-index: 18;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 6px;
  padding: 0 18px;
  color: #173b34;
  background: var(--dufer-button);
  box-shadow: 0 14px 34px rgba(40, 49, 38, 0.22);
  text-decoration: none;
  font-weight: 850;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.floating-order:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(40, 49, 38, 0.28);
}

.information-dialog {
  width: min(680px, calc(100% - 24px));
  max-height: min(86vh, 760px);
  padding: 0;
  color: var(--ink);
  background: var(--paper);
  border: 0;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.information-dialog::backdrop {
  background: rgba(25, 39, 30, 0.62);
  backdrop-filter: blur(4px);
}

.information-dialog-content {
  position: relative;
  padding: clamp(28px, 6vw, 54px);
}

.information-dialog-content h2 {
  max-width: 560px;
  margin: 0 48px 22px 0;
  color: var(--olive-dark);
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 500;
  line-height: 1;
}

.information-dialog-content h3 {
  margin: 24px 0 6px;
  color: var(--leaf-dark);
  font-size: 1rem;
}

.information-dialog-content p:not(.eyebrow) {
  margin: 0 0 12px;
  color: rgba(40, 49, 38, 0.72);
  line-height: 1.62;
}

.information-dialog-content .dialog-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

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

.admin-dialog {
  width: min(1120px, calc(100% - 22px));
  max-height: min(88vh, 860px);
  padding: 0;
  color: var(--ink);
  background: var(--linen);
  border: 0;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.admin-dialog::backdrop {
  background: rgba(40, 49, 38, 0.48);
}

.admin-shell {
  margin: 0;
}

.admin-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.admin-topbar h2 {
  font-size: clamp(1.55rem, 3vw, 2.4rem);
}

.icon-button {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--linen);
  cursor: pointer;
  font-size: 1.5rem;
}

.admin-content {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 14px;
  padding: 14px;
}

.admin-card {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 18px;
}

.admin-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.42rem;
  font-weight: 500;
}

.admin-help {
  margin: 0;
  color: rgba(40, 49, 38, 0.64);
  line-height: 1.5;
}

.admin-card.wide {
  grid-column: 1 / -1;
}

.product-form {
  display: grid;
  gap: 13px;
}

.admin-actions-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.showcase-admin-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 12px;
}

.media-admin-item {
  display: grid;
  gap: 10px;
  align-content: space-between;
  padding: 13px;
  border: 1px solid rgba(47, 113, 105, 0.16);
  border-radius: 12px;
  background: rgba(255, 254, 250, 0.7);
}

.media-admin-item label {
  margin: 0;
}

.media-admin-item input,
.media-admin-item textarea {
  width: 100%;
}

.media-admin-item textarea {
  resize: vertical;
}

.media-admin-item .ghost-action {
  width: 100%;
  min-height: 40px;
}

.admin-action,
.ghost-action,
.danger-action {
  padding: 0 16px;
}

.admin-action {
  color: #173b34;
  background: var(--dufer-button);
}

.ghost-action {
  color: var(--olive-dark);
  background: var(--linen);
  border: 1px solid var(--line);
}

.danger-action {
  color: var(--olive-dark);
  background: #f1f4df;
  border: 1px solid rgba(47, 113, 105, 0.18);
}

.admin-product-list {
  display: grid;
  gap: 10px;
}

.admin-filter-field {
  max-width: 360px;
}

.admin-product-row {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 10px;
  background: var(--linen);
  border: 1px solid var(--line);
  border-radius: 6px;
  transition: opacity 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.admin-product-row.inactive {
  opacity: 0.62;
  background: rgba(255, 254, 250, 0.52);
}

.admin-product-row img,
.admin-product-thumb {
  width: 64px;
  height: 54px;
  object-fit: cover;
  border-radius: 6px;
  background: rgba(47, 159, 149, 0.14);
}

.admin-product-row h4 {
  margin: 0 0 4px;
}

.admin-product-row p {
  margin: 0;
  color: rgba(40, 49, 38, 0.66);
  font-size: 0.88rem;
}

.admin-status {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-top: 6px;
  border-radius: 999px;
  padding: 0 9px;
  font-size: 0.76rem;
  font-weight: 850;
}

.admin-status.available {
  color: #245538;
  background: rgba(31, 122, 70, 0.12);
}

.admin-status.unavailable {
  color: #8a3a2d;
  background: rgba(155, 61, 45, 0.12);
}

.admin-row-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.admin-row-actions button {
  border: 1px solid var(--line);
  border-radius: 6px;
  min-height: 36px;
  padding: 0 10px;
  background: var(--paper);
  cursor: pointer;
}

@keyframes marqueeMove {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes showcaseDrift {
  from {
    transform: scale(1.06);
  }

  to {
    transform: scale(1.02);
  }
}

@keyframes heroBreath {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.035);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

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

  .brand-marquee-track {
    animation: none;
  }
}

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

  .cart-status {
    margin-left: auto;
  }

  .showcase-section {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .showcase-main {
    min-height: 500px;
  }

  .showcase-side {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
    min-height: 220px;
  }

  .side-promo div {
    width: min(64%, 240px);
  }

  .showcase-admin-grid {
    grid-template-columns: repeat(2, minmax(160px, 1fr));
  }

  .identity-title,
  .identity-card,
  .service-strip-grid {
    grid-template-columns: 1fr;
  }

  .identity-card {
    position: relative;
    top: auto;
    min-height: auto;
  }

  .identity-card::before {
    display: none;
  }

  .identity-number {
    align-self: start;
  }

  .warehouse-copy {
    grid-template-columns: 1fr;
  }

  .warehouse-copy .eyebrow {
    margin-bottom: 0;
  }

  .warehouse-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 230px;
  }

  .warehouse-main,
  .warehouse-tall,
  .warehouse-photo:not(.warehouse-main):not(.warehouse-tall) {
    grid-column: span 1;
    grid-row: span 1;
  }

  .warehouse-main {
    grid-column: 1 / -1;
    min-height: 300px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 82px;
    height: 82px;
  }

  .brand-name strong {
    font-size: 2.2rem;
  }

  .brand-name small {
    font-size: 0.72rem;
  }

  .main-nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    margin-left: 0;
  }

  .hero {
    min-height: clamp(600px, calc(100vh - 190px), 700px);
  }

  .hero::after {
    background: linear-gradient(180deg, rgba(247, 246, 241, 0.97) 0%, rgba(247, 246, 241, 0.78) 58%, rgba(247, 246, 241, 0.2) 100%);
  }

  .hero-content {
    margin-inline: 16px;
    align-self: start;
    padding-top: 54px;
  }

  .intro-band,
  .catalog-toolbar,
  .order-section,
  .admin-content {
    grid-template-columns: 1fr;
  }

  .product-card {
    flex-basis: min(420px, 72vw);
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: auto;
  }

  .cart-status {
    width: 100%;
    justify-content: center;
  }

  .brand img {
    width: 64px;
    height: 64px;
  }

  .showcase-section {
    width: min(100% - 20px, 520px);
    margin-top: 12px;
    gap: 12px;
  }

  .showcase-main {
    min-height: 500px;
  }

  .identity-title {
    gap: 18px;
  }

  .identity-title h2 {
    font-size: clamp(2.45rem, 12vw, 3.35rem);
    line-height: 1;
  }

  .identity-card {
    padding: 24px;
    border-radius: 16px;
  }

  .warehouse-section {
    width: min(100% - 20px, 520px);
    padding-top: 34px;
  }

  .warehouse-copy h2 {
    font-size: 2.7rem;
    line-height: 0.98;
  }

  .warehouse-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 12px;
  }

  .warehouse-main,
  .warehouse-tall,
  .warehouse-photo:not(.warehouse-main):not(.warehouse-tall) {
    grid-column: auto;
    grid-row: auto;
  }

  .warehouse-photo,
  .warehouse-main {
    min-height: 260px;
  }

  .identity-number {
    font-size: 5.2rem;
  }

  .identity-card h3 {
    font-size: clamp(1.75rem, 8vw, 2.2rem);
    line-height: 1.08;
  }

  .showcase-copy {
    padding: 24px;
  }

  .showcase-copy h1 {
    font-size: 2.35rem;
  }

  .showcase-dots {
    right: 20px;
    bottom: 18px;
  }

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

  .side-promo {
    min-height: 210px;
  }

  .side-promo div {
    width: min(70%, 250px);
    padding: 14px;
  }

  .side-promo h2 {
    font-size: 1.05rem;
  }

  .main-nav a {
    font-size: 0.86rem;
  }

  .main-nav {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .main-nav a {
    flex: 0 0 auto;
  }

  .brand {
    width: 100%;
  }

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

  .site-footer nav {
    justify-content: flex-start;
  }

  .floating-order {
    right: 12px;
    bottom: 12px;
  }

  .brand-name strong {
    font-size: 2.2rem;
  }

  .hero-brand {
    width: 100%;
    align-items: center;
    padding-right: 12px;
  }

  .hero-brand img {
    width: 90px;
    height: 90px;
  }

  .hero-brand strong {
    font-size: 2.1rem;
  }

  .product-card {
    flex-basis: min(360px, 86vw);
    grid-template-rows: 190px 1fr;
    min-height: auto;
  }

  .quantity-row,
  .cart-row,
  .admin-product-row {
    grid-template-columns: 1fr;
  }

  .cart-row button {
    width: 100%;
  }
}
