:root {
  --ink: #172019;
  --muted: #5f6f66;
  --line: #dfece1;
  --paper: #ffffff;
  --wash: #f5fbf6;
  --wash-strong: #e9f4eb;
  --green: #3e924d;
  --green-dark: #3e924d;
  --accent: #d64c55;
  --accent-dark: #a9343c;
  --shadow: 0 22px 60px rgba(23, 32, 25, 0.14);
  --anchor-offset: 25px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--anchor-offset);
}

body {
  margin: 0;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

body.nav-open,
body.modal-open {
  overflow: hidden;
}

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

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

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 20px;
  padding: 16px clamp(18px, 4vw, 56px);
  color: #ffffff;
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
}

.site-header.scrolled,
.site-header.nav-active {
  color: #ffffff;
  background: rgba(62, 146, 77, 0.94);
  box-shadow: 0 12px 34px rgba(8, 18, 12, 0.24);
  backdrop-filter: blur(18px);
}

.site-header:not(.scrolled):not(.nav-active) {
  text-shadow: 0 2px 14px rgba(8, 18, 12, 0.42);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: min(240px, 46vw);
  padding: 0;
}

.brand-logo {
  width: 188px;
  max-width: 100%;
  height: auto;
}

.footer-brand {
  background: transparent;
}

.footer-logo {
  width: 230px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.84rem;
  font-weight: 700;
}

.site-nav a,
.header-cta {
  position: relative;
}

.site-nav a::after,
.header-cta::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.header-cta:hover::after {
  transform: scaleX(1);
}

.header-cta {
  font-weight: 800;
}

.nav-toggle {
  display: none;
  border: 1px solid currentColor;
  border-radius: 8px;
  color: inherit;
  background: transparent;
  padding: 9px 12px;
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  padding: 140px clamp(18px, 5vw, 72px) 64px;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(8, 18, 12, 0.84) 0%, rgba(8, 18, 12, 0.62) 42%, rgba(8, 18, 12, 0.14) 78%),
    url("assets/hero-catering.png") center / cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 32%, rgba(62, 146, 77, 0.24), transparent 30%),
    linear-gradient(0deg, rgba(8, 18, 12, 0.34), transparent 38%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
}

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

.hero .eyebrow {
  color: #ffb7bc;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

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

h1 {
  max-width: 12ch;
  font-size: clamp(3rem, 6.2vw, 5.35rem);
}

.hero-master-word {
  display: inline-block;
  color: #9fd6a7;
  font-weight: 1000;
  text-shadow:
    0 0 1px currentColor,
    0 4px 22px rgba(62, 146, 77, 0.36);
}

h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  max-width: 12ch;
}

h3 {
  font-size: 1.28rem;
}

.hero-copy {
  max-width: 620px;
  margin: 24px 0 0;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
}

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

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 13px 18px;
  font-weight: 900;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

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

.button.primary {
  color: #ffffff;
  background: var(--accent);
  box-shadow: 0 14px 32px rgba(214, 76, 85, 0.28);
}

.button.primary:hover {
  background: var(--accent-dark);
}

.button.ghost {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.1);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 660px;
  margin: 58px 0 0;
}

.hero-stats div {
  border-top: 1px solid rgba(255, 255, 255, 0.38);
  padding-top: 14px;
}

.hero-stats dt {
  font-size: 1.55rem;
  font-weight: 900;
}

.hero-stats dd {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.section {
  width: min(1160px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(64px, 9vw, 116px) 0;
  scroll-margin-top: var(--anchor-offset);
}

.intro {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(260px, 1.2fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
}

.intro > p,
.quote-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1.14rem;
}

.section-copy {
  display: grid;
  gap: 0;
}

.services-band,
.process-band {
  width: 100%;
  max-width: none;
  background: var(--wash);
  padding-right: max(18px, calc((100vw - 1160px) / 2));
  padding-left: max(18px, calc((100vw - 1160px) / 2));
}

.services-band .section-copy,
.process-band .section-copy,
.menus .section-copy {
  margin-bottom: 34px;
}

.about-band {
  display: grid;
  gap: 34px;
}

.about-lead {
  display: grid;
  gap: 14px;
  max-width: 850px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 1.08rem;
}

.about-lead p {
  margin: 0;
}

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

.about-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 24px;
}

.about-label {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

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

.values-card {
  grid-column: 1 / -1;
  background: var(--wash);
}

.values-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.values-list li {
  border-top: 3px solid var(--green);
  padding-top: 14px;
  color: var(--ink);
  font-weight: 800;
}

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

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

.service-card,
.menu-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.service-card {
  min-height: 340px;
  padding: 24px;
}

.card-index {
  display: inline-flex;
  margin-bottom: 38px;
  color: var(--green);
  font-weight: 900;
}

.service-card p,
.menu-card p,
.process-list p {
  margin: 12px 0 0;
  color: var(--muted);
}

.menu-list {
  display: grid;
  gap: 14px;
}

.menu-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
}

.menu-card strong {
  color: var(--green);
  white-space: nowrap;
}

.menu-document-card {
  border-color: rgba(62, 146, 77, 0.3);
  background: var(--wash);
}

.menu-document-info {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
}

.menu-document-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 8px;
  color: #ffffff;
  background: var(--green);
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
}

.menu-document-button {
  white-space: nowrap;
}

.partners-band {
  display: grid;
  gap: 34px;
}

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

.partner-card {
  display: grid;
  place-items: center;
  min-height: 158px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 22px;
  transition:
    border 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.partner-card:hover {
  border-color: rgba(62, 146, 77, 0.48);
  box-shadow: 0 16px 36px rgba(23, 32, 25, 0.1);
  transform: translateY(-2px);
}

.partner-card img {
  width: 100%;
  max-width: 190px;
  max-height: 104px;
  object-fit: contain;
}

.certificates-band {
  display: grid;
  gap: 34px;
}

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

.certificate-card {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 16px;
  transition:
    border 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.certificate-card:hover {
  border-color: rgba(62, 146, 77, 0.48);
  box-shadow: 0 16px 36px rgba(23, 32, 25, 0.1);
  transform: translateY(-2px);
}

.certificate-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  object-fit: cover;
}

.certificate-card p {
  margin: 8px 0 16px;
  color: var(--muted);
}

.certificate-open {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  background: var(--green);
  padding: 10px 13px;
  font-size: 0.9rem;
  font-weight: 900;
  cursor: pointer;
}

.certificate-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 24px;
}

.certificate-modal[aria-hidden="true"] {
  display: none;
}

.certificate-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(8, 18, 12, 0.76);
  cursor: pointer;
}

.certificate-modal-panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  width: min(1120px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  border-radius: 8px;
  background: #ffffff;
  padding: 16px;
  box-shadow: 0 28px 80px rgba(8, 18, 12, 0.34);
}

.certificate-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.certificate-modal-header h2 {
  max-width: none;
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.certificate-modal-close {
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #ffffff;
  padding: 9px 12px;
  font-weight: 900;
  cursor: pointer;
}

.certificate-modal-image {
  width: 100%;
  max-height: calc(100vh - 150px);
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: contain;
  background: #ffffff;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
  border-top: 1px solid var(--line);
  padding-top: 22px;
}

.process-list span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  color: #ffffff;
  background: var(--green);
  font-weight: 900;
}

.quote {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(300px, 1fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
}

.quote-copy {
  position: sticky;
  top: 112px;
}

.quote-copy p {
  margin-top: 22px;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(18px, 3vw, 28px);
  background: #ffffff;
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #ffffff;
  padding: 13px 14px;
  outline: none;
  transition:
    border 160ms ease,
    box-shadow 160ms ease;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(62, 146, 77, 0.16);
}

.whatsapp-support {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid rgba(62, 146, 77, 0.26);
  border-radius: 8px;
  background: var(--wash);
  padding: 16px;
}

.whatsapp-support span {
  display: block;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.whatsapp-support strong {
  display: block;
  margin-top: 2px;
  color: var(--green);
  font-size: 1.16rem;
}

.whatsapp-link {
  flex: 0 0 auto;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  background: var(--green);
  padding: 10px 13px;
  font-size: 0.92rem;
  font-weight: 900;
  cursor: pointer;
  transition:
    background 160ms ease,
    transform 160ms ease;
}

.whatsapp-link:hover {
  background: #337b40;
  transform: translateY(-1px);
}

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

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

.contact-band {
  display: grid;
  gap: 34px;
}

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

.contact-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 22px;
  transition:
    border 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.contact-item:hover {
  border-color: rgba(62, 146, 77, 0.48);
  box-shadow: 0 16px 36px rgba(23, 32, 25, 0.1);
  transform: translateY(-2px);
}

.contact-address {
  grid-row: span 2;
}

.contact-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  color: #ffffff;
  background: var(--green);
  font-size: 1.3rem;
  line-height: 1;
}

.contact-item small,
.contact-item em {
  display: block;
}

.contact-item small {
  color: var(--muted);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-item strong {
  display: block;
  margin-top: 4px;
  color: var(--ink);
  font-size: clamp(1.12rem, 2vw, 1.45rem);
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.contact-item em {
  margin-top: 6px;
  color: var(--muted);
  font-style: normal;
  font-weight: 700;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: start;
  padding: 42px clamp(18px, 5vw, 72px);
  color: #ffffff;
  background: var(--green-dark);
}

.site-footer p {
  max-width: 420px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.footer-brand {
  color: #ffffff;
}

address {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.86);
  font-style: normal;
  text-align: right;
}

address a,
address span {
  overflow-wrap: anywhere;
}

@media (max-width: 1100px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

@media (max-width: 900px) {
  :root {
    --anchor-offset: 25px;
  }

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

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

  .site-nav {
    position: fixed;
    inset: 72px 14px auto;
    display: none;
    grid-column: 1 / -1;
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--ink);
    background: #ffffff;
    box-shadow: var(--shadow);
  }

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

  .site-nav a {
    padding: 15px 18px;
    border-bottom: 1px solid var(--line);
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: 690px;
    padding-top: 128px;
    background:
      linear-gradient(90deg, rgba(8, 18, 12, 0.86) 0%, rgba(8, 18, 12, 0.68) 58%, rgba(8, 18, 12, 0.2) 100%),
      url("assets/hero-catering.png") center / cover no-repeat;
  }

  h1 {
    max-width: 11ch;
    font-size: clamp(2.8rem, 12vw, 4.7rem);
  }

  .intro,
  .quote,
  .about-grid,
  .contact-grid,
  .services-grid,
  .card-grid,
  .process-list {
    grid-template-columns: 1fr;
  }

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

  .values-card {
    grid-column: auto;
  }

  .values-list {
    grid-template-columns: 1fr;
  }

  .contact-address {
    grid-row: auto;
  }

  .service-card {
    min-height: auto;
  }

  .quote-copy {
    position: static;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 13px 16px;
  }

  .brand {
    max-width: 178px;
  }

  .hero {
    min-height: 650px;
    padding-right: 18px;
    padding-left: 18px;
  }

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

  .hero-stats {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .menu-card,
  .partners-grid,
  .certificates-grid,
  .quote-form,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .quote-form {
    padding: 18px;
  }

  .menu-document-info {
    grid-template-columns: 1fr;
  }

  .menu-document-icon {
    width: 48px;
    height: 48px;
  }

  .whatsapp-support {
    align-items: stretch;
    flex-direction: column;
  }

  .whatsapp-link {
    text-align: center;
  }

  address {
    text-align: left;
  }
}
