:root {
  --ink: #111410;
  --muted: #555b52;
  --line: rgba(17, 20, 16, 0.15);
  --paper: #f4f2ec;
  --white: #ffffff;
  --green: #526448;
  --green-dark: #263027;
  --gold: #c5202f;
  --steel: #111611;
  --shadow: 0 18px 54px rgba(9, 12, 9, 0.18);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

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

a {
  color: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 58px);
  background: rgba(244, 242, 236, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.brand img {
  width: 48px;
  height: 42px;
  border-radius: 6px;
  object-fit: cover;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-nav a {
  padding: 10px 13px;
  border-radius: 6px;
  color: var(--steel);
  font-size: 0.96rem;
  font-weight: 700;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: #e2e5dc;
}

.site-nav .new-product-link {
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0.04em;
}

.site-nav .nav-cta,
.button.primary {
  color: var(--white);
  background: var(--gold);
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible,
.button.primary:hover,
.button.primary:focus-visible {
  background: #a91522;
}

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

.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.section-pad {
  padding: clamp(58px, 8vw, 108px) clamp(18px, 5vw, 72px);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: clamp(34px, 6vw, 74px);
  min-height: auto;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 84% 12%, rgba(82, 100, 72, 0.72), transparent 32%),
    linear-gradient(135deg, #0b0e0b 0%, #263027 68%, #111611 100%);
}

.hero-content {
  max-width: 680px;
  margin: 0;
  text-align: left;
}

.hero h1 {
  margin-bottom: 26px;
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 38px;
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  line-height: 1.05;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.05;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
}

.hero-content > p:not(.eyebrow),
.section-heading > p:not(.eyebrow) {
  max-width: 1100px;
  color: var(--muted);
  font-size: clamp(1.15rem, 2vw, 1.65rem);
}

.hero-content > p:not(.eyebrow) {
  max-width: 680px;
  font-size: clamp(1rem, 1.2vw, 1.12rem);
}

.hero-content > p {
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 0;
  border-radius: 6px;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button.secondary {
  color: var(--green-dark);
  background: var(--white);
  border: 1px solid var(--line);
}

.hero-media {
  width: 100%;
  margin: 0;
}

.hero-media img {
  width: 100%;
  height: min(68vh, 620px);
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 2px;
  box-shadow: var(--shadow);
}

.section-heading {
  max-width: 860px;
  margin-bottom: 34px;
}

.section-heading.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading.centered p {
  margin-right: auto;
  margin-left: auto;
}

.trust-grid article,
.contact-card,
.inquiry-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 32px rgba(23, 33, 31, 0.06);
}

.product-summary {
  position: relative;
  overflow: hidden;
  background: var(--green-dark);
  color: var(--white);
}

.product-summary::after {
  content: "C";
  position: absolute;
  right: -32px;
  bottom: -250px;
  color: rgba(255, 255, 255, 0.035);
  font-size: 680px;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}

.product-summary > * {
  position: relative;
  z-index: 1;
}

.product-summary .eyebrow,
.product-summary .section-heading p {
  color: #d7eee8;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.category-card {
  position: relative;
  display: grid;
  grid-template-rows: 230px 1fr;
  overflow: hidden;
  background: var(--paper);
  border-radius: var(--radius);
  color: var(--ink);
}

.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-card > .plate-product-image {
  height: 230px;
  overflow: hidden;
  background: #fff;
}

.category-card > .plate-product-image img {
  width: 100%;
  height: 124%;
  object-fit: cover;
  object-position: center top;
}

.category-image-link {
  display: block;
  min-height: 230px;
  overflow: hidden;
}

.category-card > .category-image-link.contained-product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 230px;
  min-height: 0;
  padding: 20px;
  background: radial-gradient(circle at 50% 42%, #ffffff 0%, #eeede7 100%);
}

.category-card > .category-image-link.contained-product-image img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain !important;
  object-position: 50% 50%;
}

.category-image-link img {
  transition: transform 180ms ease;
}

.category-image-link:hover img,
.category-image-link:focus-visible img {
  transform: scale(1.025);
}

.new-product-badge {
  position: absolute;
  z-index: 1;
  top: 14px;
  right: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--white);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.category-card div {
  padding: 24px;
}

.category-card p {
  color: var(--muted);
}

.category-card a {
  color: var(--green-dark);
  font-weight: 800;
  text-decoration: none;
}

.gallery-section {
  background: var(--paper);
}

.gallery-section.compact-top {
  padding-top: 18px;
}

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

.gallery-item {
  display: grid;
  place-items: center;
  min-height: 260px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  cursor: zoom-in;
}

.gallery-item:hover,
.gallery-item:focus-visible {
  border-color: var(--gold);
  box-shadow: var(--shadow);
}

.gallery-item img {
  width: 100%;
  max-height: 260px;
  object-fit: contain;
}

.trust {
  background: #d9e0d2;
}

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

.trust-grid article {
  padding: 28px;
}

.trust-grid p {
  color: var(--muted);
}

.inquiry-contact {
  background: var(--steel);
}

.inquiry-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1.14fr);
  gap: clamp(24px, 5vw, 60px);
  max-width: 1160px;
  margin: 0 auto;
  padding: clamp(24px, 5vw, 54px);
}

.inquiry-form {
  display: grid;
  gap: 14px;
}

.inquiry-form label {
  display: grid;
  gap: 7px;
  color: var(--steel);
  font-size: 0.88rem;
  font-weight: 800;
}

.inquiry-form input,
.inquiry-form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  font: inherit;
}

.inquiry-form input:focus,
.inquiry-form textarea:focus {
  border-color: var(--gold);
  outline: 3px solid rgba(197, 32, 47, 0.16);
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.contact {
  background: var(--green-dark);
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: 24px;
  max-width: 1160px;
  margin: 0 auto;
  padding: 24px;
}

.contact-card > div {
  padding: 18px;
}

.contact-card ul {
  display: grid;
  gap: 13px;
  padding: 0;
  margin: 0;
  list-style: none;
  color: var(--muted);
}

.contact-card a {
  color: var(--gold);
  font-weight: 800;
  text-decoration: none;
}

.contact-card iframe {
  width: 100%;
  min-height: 360px;
  border: 0;
  border-radius: var(--radius);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px 26px;
  padding: 34px 20px;
  color: var(--white);
  background: #0b0e0b;
}

.site-footer a {
  font-weight: 800;
  text-decoration: none;
}

.site-footer p {
  flex-basis: 100%;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.56);
  text-align: center;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 72px 18px 32px;
  background: rgba(8, 15, 14, 0.88);
}

.lightbox[hidden] {
  display: none;
}

.lightbox img {
  max-width: min(92vw, 980px);
  max-height: 78vh;
  object-fit: contain;
  background: var(--white);
  border-radius: var(--radius);
}

.lightbox p {
  margin: 14px 0 0;
  color: var(--white);
  font-weight: 800;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 44px;
  height: 44px;
  color: var(--white);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 980px) {
  .hero,
  .category-grid,
  .trust-grid,
  .inquiry-panel,
  .contact-card {
    grid-template-columns: 1fr;
  }

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

  .hero {
    min-height: auto;
  }

  .hero-content > p:not(.eyebrow) {
    font-size: 1rem;
  }

  .hero-media img {
    height: auto;
    max-height: 520px;
  }
}

@media (min-width: 981px) and (max-width: 1400px) {
  .category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .site-header {
    align-items: flex-start;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 71px;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

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

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

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