﻿@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700;800&family=Space+Grotesk:wght@500;700&display=swap");

:root {
  --bg: #edf3e7;
  --ink: #1b2d21;
  --muted: #496154;
  --brand: #198546;
  --line: #d3dfcc;
  --card: #ffffff;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

.site-body {
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 0%, #f9ffe7 0%, transparent 33%),
    radial-gradient(circle at 90% 15%, #dceccc 0%, transparent 38%),
    linear-gradient(145deg, var(--bg), #e7efdf);
}

.home-body {
  background: #ffffff;
  font-family: "Manrope", sans-serif;
}

/* ============================================
   HOMEPAGE — hp-* standalone layout
   matches homepage1.jpg screenshot
   ============================================ */

.home-main { width: 100%; padding: 0; }

.hp {
  width: 100%;
  max-width: 1940px;
  margin: 0 auto;
  background: #ffffff;
}

/* ----- navbar ----- */
.hp-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 128px;
  background: #ffffff;
  border-bottom: 1px solid #ece6d8;
}

.hp-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.hp-logo {
  height: 48px;
  width: auto;
  display: block;
}

.hp-logo--sm {
  height: 36px;
}

.hp-nav__toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border: 1px solid #ece6d8;
  border-radius: 12px;
  background: #ffffff;
  color: #1a1a1a;
  cursor: pointer;
}

.hp-nav__toggle:focus-visible {
  outline: 2px solid #f18a1c;
  outline-offset: 2px;
}

.hp-nav__toggle-line {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.hp-nav.is-open .hp-nav__toggle-line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.hp-nav.is-open .hp-nav__toggle-line:nth-child(2) {
  opacity: 0;
}

.hp-nav.is-open .hp-nav__toggle-line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}


.hp-links {
  display: flex;
  gap: 26px;
  align-items: center;
}

.hp-links a {
  text-decoration: none;
  color: #1a1a1a;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.hp-links a:hover { color: #198546; }

.hp-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hp-search {
  position: relative;
  display: flex;
  align-items: center;
  width: 96px;
  height: 22px;
  border: 1.3px solid #f18a1c;
  border-radius: 999px;
  padding: 0 9px;
  font-size: 0.58rem;
  color: #b0b0b0;
  cursor: text;
  font-family: "Manrope", sans-serif;
  background: #ffffff;
}

.hp-search__input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #6a6a6a;
  font-size: 0.58rem;
  font-family: "Manrope", sans-serif;
  padding: 0;
  margin-left: 1px;
}

.hp-search__input::placeholder {
  color: #c3b7a8;
}

.hp-search:focus-within {
  border-color: #f18a1c;
  box-shadow: 0 0 0 2px rgba(241, 138, 28, 0.12);
}

.hp-search__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

.hp-search::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 1.2px solid #1b1b1b;
  border-radius: 50%;
  margin-right: 5px;
  display: inline-block;
}

.hp-search::after {
  content: "";
  width: 5px;
  height: 1px;
  background: #1b1b1b;
  position: absolute;
  left: 13px;
  top: 12px;
  transform: rotate(45deg);
}

.hp-icon {
  position: relative;
  width: 21px;
  height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hp-icon--user::before {
  content: none;
}

.hp-icon--user::after {
  content: none;
}

.hp-icon--cart::before {
  content: none;
}

.hp-icon--cart::after {
  content: none;
}

.hp-icon--user {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='10' fill='%230d0d0d'/%3E%3Ccircle cx='12' cy='9' r='3.1' fill='white'/%3E%3Cpath d='M6.8 17.2c1.2-2.7 3.1-4.1 5.2-4.1 2.1 0 4 1.4 5.2 4.1' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.hp-icon--cart {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 5h2l1.4 7.2a1 1 0 0 0 .98.8h8.85a1 1 0 0 0 .97-.76L19.5 7H8.2' stroke='%23111111' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='10' cy='18' r='1.6' fill='%23111111'/%3E%3Ccircle cx='17' cy='18' r='1.6' fill='%23111111'/%3E%3C/svg%3E");
}

/* ----- hero banner ----- */
.hp-hero {
  background: #f3ba32;
  padding: 0;
}

.hp-hero__slide {
  width: 100%;
  height: auto;
  display: block;
}

/* ----- partners ----- */
.hp-partners {
  padding: 24px 128px 12px;
  background: #fffef6;
  text-align: center;
}

.hp-heading-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 12px;
}

.hp-heading-line {
  width: 46px;
  height: 2px;
  background: #6b9f54;
  border-radius: 999px;
}

.hp-heading {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.9rem;
  font-weight: 800;
  color: #1a5c32;
}

.hp-partner-strip {
  display: block;
  width: min(1220px, 100%);
  margin: 0 auto;
}

/* ----- welcome ----- */
.hp-welcome {
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  min-height: 600px;
  padding: 0 128px 18px;
  background: #fffef6;
  align-items: center;
  column-gap: 18px;
}

.hp-welcome__visual {
  position: relative;
  min-height: 600px;
  overflow: hidden;
}

.hp-welcome__bag {
  position: absolute;
  left: -6px;
  bottom: 0;
  width: min(585px, 100%);
  height: auto;
  display: block;
}

.hp-welcome__card {
  background: #ffffff;
  margin: 0;
  border: 1px solid #ece7dc;
  border-radius: 10px;
  padding: 22px 34px;
  box-shadow: 0 5px 14px rgba(0,0,0,0.04);
}

.hp-welcome__card h2 {
  margin: 0 0 6px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  color: #1a5c32;
}

.hp-welcome__intro {
  margin: 0 0 18px;
  color: #4f6458;
  font-size: 0.9rem;
  line-height: 1.45;
}

.hp-welcome__feature {
  position: relative;
  padding-left: 22px;
  margin-bottom: 16px;
}

.hp-welcome__feature::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2d6b3c;
}

.hp-welcome__feature h3 {
  margin: 0 0 4px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #1f5a36;
}

.hp-welcome__feature p {
  margin: 0;
  color: #55685b;
  font-size: 0.77rem;
  line-height: 1.48;
}

/* ----- products ----- */
.hp-products {
  padding: 10px 128px 28px;
  background: #fffef6;
  text-align: center;
}

.hp-product-cats {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0;
  max-width: 1280px;
  margin: 0 auto;
  background: #ffffff;
  border: 1.5px solid #d8e6d0;
  border-radius: 12px;
  overflow: hidden;
}

.hp-cat {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  flex: 1;
  text-decoration: none;
  text-align: left;
  padding: 18px 20px;
  border-right: 1.5px solid #d8e6d0;
  background: #ffffff;
  color: #1a3d28;
  font-size: 0.95rem;
  font-weight: 700;
  transition: background 0.15s;
}

.hp-cat:last-child {
  border-right: none;
}

.hp-cat:hover { background: #f3faf0; }

.hp-cat__icon {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  flex-shrink: 0;
  overflow: hidden;
}

.hp-cat__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hp-cat__label {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a3d28;
  line-height: 1.3;
}

/* ----- about ----- */
.hp-about {
  background: #fffef6;
  padding: 20px 128px 32px;
}

.hp-about__card {
  background: #ffffff;
  border: 1px solid #e5e3d8;
  border-radius: 16px;
  padding: 32px 32px 32px 40px;
  display: grid;
  grid-template-columns: 0.58fr 0.42fr;
  gap: 32px;
  align-items: center;
}

.hp-about__copy {
  padding: 0;
}

.hp-about__copy h2 {
  margin: 0 0 14px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #1a5c32;
}

.hp-about__copy p {
  margin: 0 0 12px;
  color: #5a695e;
  font-size: 0.88rem;
  line-height: 1.65;
}

.hp-about__copy p:last-child {
  margin-bottom: 0;
}

.hp-about__visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hp-about__image {
  width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
}

/* ----- promotion ----- */
.hp-promo {
  background: #fffef6;
  padding: 0 128px 24px;
  text-align: center;
}

.hp-promo .hp-heading {
  margin-bottom: 12px;
}

.hp-promo__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.hp-promo__item {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #eddcb6;
  background: #ffffff;
}

.hp-promo__item img {
  width: 100%;
  height: auto;
  display: block;
}

/* ----- help center ----- */
.hp-help {
  background: #fffef6;
  padding: 0 128px 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  height: 290px;
}

.hp-help__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hp-help__cta {
  background: #f47d20;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hp-help__cta h2 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  font-weight: 900;
  letter-spacing: 0.01em;
}

/* ----- footer ----- */
.hp-footer {
  background: #f5f6f5;
  border-top: 1px solid #e2e2e2;
  --hp-footer-pad: 128px;
  padding: 28px var(--hp-footer-pad) 0;
}

.hp-footer__cols {
  display: grid;
  grid-template-columns: 1.45fr 0.75fr 0.9fr 1.25fr;
  gap: 34px;
  align-items: start;
  padding-bottom: 20px;
}

.hp-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.hp-footer__socials {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.hp-social {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-decoration: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.hp-social:hover {
  transform: translateY(-1px);
}

.hp-social--malaysia {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect width='24' height='24' rx='4' fill='%230125a4'/%3E%3Cpath d='M0 4h24v2H0zm0 4h24v2H0zm0 4h24v2H0zm0 4h24v2H0zm0 4h24v2H0z' fill='%23fff'/%3E%3Crect width='12' height='12' rx='4' fill='%230125a4'/%3E%3Ccircle cx='6.5' cy='6' r='3.2' fill='%23f4d03f'/%3E%3Ccircle cx='7.6' cy='6' r='2.7' fill='%230125a4'/%3E%3Cpath d='M8.7 2.8l.6 1.6 1.7.1-1.4 1 .5 1.6-1.4-1-1.4 1 .5-1.6-1.4-1 1.7-.1z' fill='%23f4d03f'/%3E%3C/svg%3E");
}

.hp-social--shopee {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect width='24' height='24' rx='4' fill='%23f26d21'/%3E%3Cpath d='M8.3 9.2V8.3a3.7 3.7 0 0 1 7.4 0v.9h1.6v8.6H6.7V9.2zm2 0h3.4V8.3a1.7 1.7 0 0 0-3.4 0z' fill='%23fff'/%3E%3Cpath d='M10.3 15.8c.4.3 1 .5 1.7.5.7 0 1.2-.2 1.2-.7 0-.4-.3-.5-1.4-.8-1.5-.4-2.4-1-2.4-2.2 0-1.4 1.2-2.3 2.8-2.3.8 0 1.5.2 2 .4l-.4 1.4c-.4-.2-.9-.3-1.5-.3-.7 0-1.1.2-1.1.6 0 .4.4.6 1.6.9 1.6.5 2.2 1.1 2.2 2.2 0 1.3-1 2.3-3 2.3-.9 0-1.8-.2-2.2-.5z' fill='%23f26d21'/%3E%3C/svg%3E");
}

.hp-social--facebook {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect width='24' height='24' rx='4' fill='%231877f2'/%3E%3Cpath d='M13.6 19v-5.6h1.9l.3-2.2h-2.2V9.8c0-.6.2-1 1-1h1.2V6.9c-.2 0-.9-.1-1.7-.1-1.7 0-2.9 1-2.9 3v1.4H9.5v2.2h1.8V19z' fill='%23fff'/%3E%3C/svg%3E");
}

.hp-social--instagram {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0%25' y1='100%25' x2='100%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23f9ce34'/%3E%3Cstop offset='45%25' stop-color='%23ee2a7b'/%3E%3Cstop offset='100%25' stop-color='%236225c7'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='24' height='24' rx='4' fill='url(%23g)'/%3E%3Crect x='6.1' y='6.1' width='11.8' height='11.8' rx='3.3' fill='none' stroke='%23fff' stroke-width='1.8'/%3E%3Ccircle cx='12' cy='12' r='2.9' fill='none' stroke='%23fff' stroke-width='1.8'/%3E%3Ccircle cx='16.5' cy='7.9' r='1.1' fill='%23fff'/%3E%3C/svg%3E");
}

.hp-social--tiktok {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect width='24' height='24' rx='4' fill='%230f0f0f'/%3E%3Cpath d='M14 5.2c.5 1.3 1.4 2.2 2.8 2.5v2.1c-.9 0-1.8-.2-2.6-.7V14a4 4 0 1 1-4-4c.2 0 .5 0 .7.1v2.2a1.8 1.8 0 1 0 1.3 1.7V5.2z' fill='%23fff'/%3E%3Cpath d='M13.2 5.2c.4 1.1 1.2 1.8 2.5 2.1v1.1c-.8 0-1.5-.2-2.2-.6V14a3.1 3.1 0 1 1-3.1-3.1h.2v1.2a1.9 1.9 0 1 0 1.5 1.9V5.2z' fill='%2325f4ee' opacity='.85'/%3E%3Cpath d='M14.3 5.2c.4 1 1.1 1.8 2.5 2.1v.7c-.9 0-1.7-.2-2.5-.7V14a3.1 3.1 0 1 1-3.1-3.1v.9a2.2 2.2 0 1 0 2.2 2.2V5.2z' fill='%23fe2c55' opacity='.8'/%3E%3C/svg%3E");
}

.hp-footer__links {
  display: grid;
  gap: 8px;
}

.hp-footer__links a {
  color: #333333;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
}

.hp-footer__links a:hover { color: #198546; }

.hp-footer__contact p,
.hp-footer__addr p {
  margin: 0 0 5px;
  font-size: 0.8rem;
  color: #555555;
  line-height: 1.4;
}

.hp-footer__download {
  margin-top: 10px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.hp-footer__copy {
  text-align: center;
  font-size: 0.75rem;
  color: #ffffff;
  background: #49ae4d;
  padding: 13px 24px;
  margin: 0;
  margin-left: calc(var(--hp-footer-pad) * -1);
  margin-right: calc(var(--hp-footer-pad) * -1);
}

/* ----- hp responsive ----- */
@media (max-width: 980px) {
  .hp-nav {
    padding: 12px 24px;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
  }
  .hp-nav__toggle { display: inline-flex; }
  .hp-links,
  .hp-actions {
    display: none;
    width: 100%;
  }
  .hp-links {
    order: 3;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-top: 8px;
  }
  .hp-actions {
    order: 4;
    justify-content: flex-start;
    padding-top: 12px;
    border-top: 1px solid #ece6d8;
  }
  .hp-nav.is-open .hp-links,
  .hp-nav.is-open .hp-actions {
    display: flex;
  }
  .hp-links a { font-size: 0.8rem; }
  .hp-heading { font-size: 1.45rem; }
  .hp-partner-strip { width: min(680px, 100%); }
  .hp-welcome { grid-template-columns: 1fr; }
  .hp-welcome__visual { min-height: 260px; }
  .hp-welcome__bag { left: 50%; transform: translateX(-50%); width: min(360px, 88%); }
  .hp-welcome__card h2 { font-size: 1.4rem; }
  .hp-welcome__card { margin: 0 16px 20px; }
  .hp-welcome { padding: 0 24px 18px; }
  .hp-about { padding: 16px 24px 20px; }
  .hp-about__card { grid-template-columns: 1fr; padding: 20px; }
  .hp-promo { padding: 0 24px 20px; }
  .hp-promo__grid { grid-template-columns: repeat(2, 1fr); }
  .hp-help { padding: 0 24px 20px; grid-template-columns: 1fr; }
  .hp-help__cta { min-height: 132px; }
  .hp-cat { font-size: 0.85rem; padding: 14px 12px; gap: 10px; }
  .hp-cat__icon { width: 50px; height: 50px; }
  .hp-cat__icon img { width: 100%; height: 100%; object-fit: cover; }
  .hp-product-cats { flex-wrap: wrap; }
  .hp-product-cats .hp-cat { flex: 1 1 calc(50% - 1px); border-bottom: 1.5px solid #d8e6d0; }
  .hp-footer { --hp-footer-pad: 24px; }
  .hp-footer__cols { grid-template-columns: 1fr 1fr; gap: 24px; }
}

@media (max-width: 600px) {
  .hp-nav { padding: 12px 16px; }
  .hp-nav__toggle { width: 40px; height: 40px; }
  .hp-heading { font-size: 1.25rem; }
  .hp-heading-wrap { gap: 10px; }
  .hp-heading-line { width: 28px; }
  .hp-welcome__card h2 { font-size: 1.3rem; }
  .hp-actions { gap: 8px; }
  .hp-search { display: none; }
  .hp-partners,
  .hp-products { padding-left: 18px; padding-right: 18px; }
  .hp-about,
  .hp-promo,
  .hp-help,
  .hp-footer { --hp-footer-pad: 18px; padding-left: 18px; padding-right: 18px; }
  .hp-cat { font-size: 0.8rem; padding: 10px 10px; gap: 8px; }
  .hp-cat__icon { width: 44px; height: 44px; }
  .hp-cat__icon img { width: 100%; height: 100%; object-fit: cover; }
  .hp-product-cats .hp-cat { flex: 1 1 calc(50% - 1px); }
  .hp-promo__grid { grid-template-columns: 1fr; }
  .hp-help__cta h2 { font-size: 2rem; }
  .hp-footer__cols { grid-template-columns: 1fr; }
  .hp-footer__copy { padding-left: 16px; padding-right: 16px; }
  .hp-partner-logos { grid-template-columns: repeat(4, 1fr); }
}

/* end hp-* */

.contact-body {
  background: #fffdf6;
}

.contact-main {
  width: 100%;
  padding: 0;
}

.about-body {
  background: #f8f7ef;
}

.about-main {
  width: 100%;
  padding: 0;
}

.cp {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: #fffdf6;
}

.cp-hero {
  min-height: 320px;
  background: linear-gradient(135deg, #ff8c1c 0%, #ff6b00 100%);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  padding: 34px 58px;
  overflow: hidden;
}

.cp-hero__copy {
  color: #ffffff;
  max-width: 650px;
}

.cp-kicker {
  margin: 0 0 10px;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.9;
}

.cp-hero__copy h1 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.cp-hero__copy p:last-child {
  margin: 18px 0 0;
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 560px;
}

.cp-hero__art {
  position: relative;
  min-height: 250px;
}

.cp-orb {
  position: absolute;
  border-radius: 50%;
}

.cp-orb--cream { width: 280px; height: 280px; right: 110px; top: -10px; background: #fff3da; }
.cp-orb--lime { width: 180px; height: 180px; right: 30px; top: 95px; background: #8bc53f; }
.cp-orb--orange { width: 130px; height: 130px; right: 205px; top: 135px; background: #f24c27; }
.cp-orb--green { width: 88px; height: 88px; right: 12px; top: 205px; background: #4f9e36; }

.cp-grid {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 24px;
  padding: 42px 58px 54px;
}

.cp-side {
  display: grid;
  gap: 16px;
  align-content: start;
}

.cp-card,
.cp-form-card {
  background: #ffffff;
  border: 1px solid #eee5d6;
  border-radius: 20px;
  box-shadow: 0 14px 30px rgba(73, 46, 12, 0.08);
}

.cp-card {
  padding: 22px 24px;
}

.cp-card--accent {
  background: linear-gradient(180deg, #fff0d2 0%, #ffffff 100%);
}

.cp-card h2,
.cp-form-card h2 {
  margin: 0 0 10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.7rem;
  color: #165b34;
}

.cp-card h3 {
  margin: 0 0 8px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
  color: #165b34;
}

.cp-card p,
.cp-form-card p {
  margin: 0 0 6px;
  color: #54685a;
  line-height: 1.6;
}

.cp-form-card {
  padding: 28px 30px 30px;
}

.cp-form-card__head {
  margin-bottom: 20px;
}

.cp-form {
  display: grid;
  gap: 18px;
}

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

.cp-field {
  display: grid;
  gap: 8px;
}

.cp-field span {
  font-size: 0.9rem;
  font-weight: 700;
  color: #1c5534;
}

.cp-field input,
.cp-field textarea {
  width: 100%;
  border: 1px solid #ddd1be;
  border-radius: 14px;
  padding: 14px 16px;
  font: inherit;
  color: #22362b;
  background: #fffdfa;
  outline: none;
}

.cp-field input:focus,
.cp-field textarea:focus {
  border-color: #ff8c1c;
  box-shadow: 0 0 0 3px rgba(255, 140, 28, 0.12);
}

.cp-field textarea {
  resize: vertical;
  min-height: 160px;
}

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

.cp-actions {
  display: flex;
  justify-content: flex-start;
}

.cp-submit {
  border: 0;
  border-radius: 999px;
  background: #178a46;
  color: #ffffff;
  padding: 14px 34px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
}

.cp-submit:hover {
  background: #0f6e36;
}

@media (max-width: 980px) {
  .cp-hero {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px 24px;
  }

  .cp-grid {
    grid-template-columns: 1fr;
    padding: 28px 24px 34px;
  }

  .cp-form__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .cp-hero__copy h1 {
    font-size: 2.4rem;
  }

  .cp-card,
  .cp-form-card {
    border-radius: 16px;
  }

  .cp-form-card {
    padding: 22px 18px 24px;
  }
}

.wrap {
  width: min(1140px, 92%);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(237, 243, 231, 0.94);
  border-bottom: 1px solid rgba(25, 133, 70, 0.15);
  backdrop-filter: blur(8px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--ink);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #f0ffe9;
  background: linear-gradient(135deg, #1f9a52, #48be72);
}
.brand-logo {
  height: 48px;
  width: auto;
  display: block;
}

.nav { display: flex; gap: 8px; flex-wrap: wrap; }

.nav a {
  text-decoration: none;
  color: #2c4536;
  font-size: 0.94rem;
  font-weight: 600;
  padding: 8px 11px;
  border-radius: 999px;
}

.nav a.active,
.nav a:hover { background: #d8eacb; color: #133622; }

.page { padding: 30px 0 52px; }

.home-main {
  width: 100%;
  padding: 0;
}

.home-canvas {
  width: min(1920px, 100%);
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
}

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

.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(20, 51, 30, 0.1);
}

.hero-copy {
  padding: 30px;
  background: linear-gradient(160deg, #fbfff2 0%, #edf8e2 65%, #e4efd9 100%);
}

.kicker {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.8rem;
  color: #3d6650;
  font-weight: 700;
}

h1, h2, h3 {
  margin: 0 0 10px;
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.1;
}

h1 { font-size: clamp(2rem, 4vw, 3.3rem); }
h2 { font-size: clamp(1.5rem, 2.2vw, 2.2rem); }

.hero-copy p,
.text-block p,
.text-block li { color: var(--muted); line-height: 1.58; }

.btn {
  display: inline-flex;
  margin-top: 16px;
  text-decoration: none;
  color: #efffe9;
  background: linear-gradient(135deg, var(--brand), #2ea15a);
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 700;
  border: 0;
}

.hero-media { overflow: hidden; padding: 10px; }
.hero-media img { width: 100%; display: block; border-radius: 12px; }

.home-html {
  padding: 0;
}

.home-screen {
  border: 0;
  border-radius: 0;
  background: #ffffff;
}

.mini-screen {
  border: 1px solid #dde7d6;
  border-radius: 12px;
  background: #f9fbf7;
  overflow: hidden;
}

.mini-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 8px 10px;
  background: #ffffff;
}

.home-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 14px 48px;
}

.home-logo {
  display: inline-flex;
  align-items: flex-end;
  gap: 8px;
  text-decoration: none;
}

.home-logo-mark {
  color: #f0642c;
  font-family: "Space Grotesk", sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1;
}

.home-logo-text {
  color: #9b9b9b;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
  transform: translateY(-3px);
}

.home-top nav {
  justify-self: center;
  gap: 34px;
}

.home-top nav a {
  font-size: 0.78rem;
  color: #1a1a1a;
}

.home-tools {
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-search {
  width: 72px;
  height: 18px;
  border: 1px solid #ccbda7;
  border-radius: 999px;
  display: block;
}

.home-tool {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1.5px solid #1d1d1d;
  display: inline-block;
}

.home-tool--cart {
  border-radius: 3px;
  width: 12px;
  height: 10px;
  position: relative;
}

.home-tool--cart::before {
  content: "";
  position: absolute;
  left: 1px;
  right: 1px;
  top: -4px;
  height: 5px;
  border: 1.5px solid #1d1d1d;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.mini-logo {
  font-size: 0.95rem;
  color: #2f5942;
  font-weight: 800;
}

.mini-top nav {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.mini-top nav a {
  color: #2f4a3a;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
}

.mini-banner {
  position: relative;
  min-height: 420px;
  background: #f3ba35;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  overflow: hidden;
}

.home-banner {
  min-height: 570px;
}

.mini-lines {
  position: absolute;
  left: -16px;
  top: 0;
  bottom: 0;
  width: 180px;
  opacity: 0.5;
  background: radial-gradient(circle at left, transparent 24px, #fff4 25px, #fff4 29px, transparent 30px) 0 12px / 130px 78px repeat-y;
}

.mini-copy {
  padding-left: 64px;
  z-index: 2;
}

.home-banner .mini-copy {
  padding-left: 92px;
}

.mini-copy h2 {
  margin: 0;
  color: #0c5f35;
  font-size: clamp(2.4rem, 4.4vw, 5.2rem);
  line-height: 0.95;
}

.home-banner .mini-copy h2 {
  font-size: clamp(4.8rem, 8vw, 8rem);
  line-height: 0.92;
}

.mini-copy a {
  display: inline-flex;
  margin-top: 18px;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 800;
  color: #f3ffeb;
  background: #0d7e43;
  border-radius: 999px;
  padding: 10px 22px;
}

.home-banner .mini-copy a {
  margin-top: 28px;
  font-size: 1.9rem;
  padding: 16px 34px;
}

.mini-fruit {
  position: relative;
  height: 100%;
}

.mini-fruit .f {
  position: absolute;
  border-radius: 50%;
}

.mini-fruit .f1 { width: 210px; height: 210px; right: 130px; top: 40px; background: #f7f7ef; }
.mini-fruit .f2 { width: 150px; height: 150px; right: 46px; top: 110px; background: #8abf4b; }
.mini-fruit .f3 { width: 130px; height: 130px; right: 168px; top: 180px; background: #ef5638; }
.mini-fruit .f4 { width: 96px; height: 96px; right: 10px; top: 210px; background: #579f42; }
.mini-fruit .f5 { width: 78px; height: 78px; right: 282px; top: 110px; background: #e6d64e; }

.home-banner .mini-fruit .f1 { width: 270px; height: 270px; right: 188px; top: 38px; }
.home-banner .mini-fruit .f2 { width: 182px; height: 182px; right: 58px; top: 138px; }
.home-banner .mini-fruit .f3 { width: 162px; height: 162px; right: 202px; top: 232px; }
.home-banner .mini-fruit .f4 { width: 112px; height: 112px; right: 24px; top: 286px; }
.home-banner .mini-fruit .f5 { width: 92px; height: 92px; right: 338px; top: 132px; }

.mini-partners {
  padding: 20px;
  text-align: center;
}

.home-screen .mini-partners {
  padding: 28px 46px;
}

.mini-partners h3,
.mini-products h3 {
  margin: 0;
  color: #1d5d37;
  font-size: 2rem;
  font-family: "Space Grotesk", sans-serif;
}

.mini-logos {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.mini-logos span {
  font-size: 1rem;
  font-weight: 800;
  color: #62756a;
}

.mini-welcome {
  padding: 0 20px 14px;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 12px;
}

.home-screen .mini-welcome {
  padding: 0 46px 18px;
}

.mini-bag {
  border-radius: 10px;
  min-height: 220px;
  background:
    radial-gradient(circle at 20% 28%, #57a83f 0 34px, transparent 35px),
    radial-gradient(circle at 40% 24%, #f1c038 0 34px, transparent 35px),
    radial-gradient(circle at 60% 28%, #e95a37 0 34px, transparent 35px),
    radial-gradient(circle at 80% 24%, #63af49 0 34px, transparent 35px),
    linear-gradient(180deg, transparent 0 36%, #d2ad7d 37%);
}

.mini-note {
  border: 1px solid #dbe8d4;
  border-radius: 8px;
  background: #fbfff8;
  padding: 12px;
}

.mini-note h4 {
  margin: 0;
  color: #245f39;
  font-size: 1.25rem;
  font-family: "Space Grotesk", sans-serif;
}

.mini-note ul {
  margin: 9px 0 0;
  padding-left: 20px;
}

.mini-note li {
  margin-top: 6px;
  color: #3f5d4e;
  font-size: 0.95rem;
  line-height: 1.25;
}

.mini-products {
  padding: 0 20px 20px;
}

.home-screen .mini-products {
  padding: 0 46px 32px;
}

.mini-cats {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.mini-cats span {
  border: 1px solid #d6e3ce;
  border-radius: 6px;
  background: #fff;
  color: #2c4b39;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 10px 6px;
  text-align: center;
}

.section { margin-top: 20px; display: grid; gap: 12px; }

.screen-page {
  width: min(1969px, 100%);
  margin: 0 auto;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(20, 51, 30, 0.1);
}

 .screen-page img {
  width: 100%;
  display: block;
}

.about-page {
  display: block;
  width: min(1920px, 100%);
  margin: 0 auto;
  background: #f2f4ed;
  padding-bottom: 36px;
}

.about-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1910 / 480;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 40px;
  isolation: isolate;
  background:
    linear-gradient(rgba(230, 128, 60, 0.42), rgba(230, 128, 60, 0.42)),
    url('/home-assets/about-hero-banner.png') center 62% / 185% auto no-repeat;
}

.about-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.08), rgba(0,0,0,0));
  pointer-events: none;
}

.about-hero h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 800;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 18px rgba(0,0,0,0.18);
}

.about-intro,
.about-band,
.people-panel,
.about-meta {
  width: min(1540px, 82%);
  margin: 0 auto;
}

.about-intro {
  display: grid;
  gap: 16px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 54px;
}

.about-intro h2,
.about-copy h2,
.people-panel__content h2 {
  margin: 0;
  color: #18492d;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 900;
  letter-spacing: 0.03em;
}

.about-copy {
  color: #24392c;
  font-size: 0.9rem;
  line-height: 1.34;
}

.about-copy--center {
  width: min(840px, 100%);
  margin: 0 auto;
}

.about-copy p {
  margin: 0 0 12px;
}

.about-band {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 44px;
  margin-bottom: 64px;
}

.about-band--mission {
  grid-template-columns: 1.05fr 0.95fr;
}

.about-visual {
  min-height: 300px;
  border-radius: 4px;
  box-shadow: none;
  background-color: #0f1e17;
  background-image: url('/screenshots/about%20us.jpg');
  background-repeat: no-repeat;
}

.about-visual--globe {
  background:
    linear-gradient(rgba(11, 24, 33, 0.12), rgba(11, 24, 33, 0.12)),
    url('/screenshots/Vission.jpg') center center / cover no-repeat,
    linear-gradient(145deg, #070d13, #291206 60%, #0a1820);
}

.about-visual--target {
  background:
    linear-gradient(rgba(20, 31, 45, 0.08), rgba(20, 31, 45, 0.08)),
    url('/home-assets/mission.jpg') center center / cover no-repeat,
    linear-gradient(135deg, #e9d8c7, #f6efe6 45%, #c6d3da 100%);
}

.about-copy ul {
  margin: 0 0 16px 22px;
  padding: 0;
}

.people-panel {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 38px;
  padding: 28px 28px 30px;
  border-radius: 14px;
  color: #fff0e7;
  background: linear-gradient(180deg, #ff7414, #ff6506);
  margin-bottom: 42px;
}

.people-panel__media {
  display: grid;
  align-content: start;
  gap: 18px;
}

.people-card {
  border-radius: 10px;
  min-height: 164px;
  box-shadow: none;
}

.people-card--city {
  background:
    linear-gradient(rgba(48, 84, 158, 0.06), rgba(48, 84, 158, 0.06)),
    linear-gradient(180deg, #1a7de8, #0f2f76 56%, #14326b);
}

.people-card--hands {
  width: 64%;
  justify-self: end;
  background:
    linear-gradient(rgba(36, 23, 20, 0.08), rgba(36, 23, 20, 0.08)),
    linear-gradient(135deg, #241714, #6e4934 48%, #d0a076);
}

.people-panel__content {
  display: grid;
  gap: 10px;
}

.people-panel__content h2 {
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3rem);
}

.people-panel__content h3 {
  margin: 0;
  color: #fff4cf;
  font-size: 0.88rem;
  font-weight: 800;
}

.people-panel__content p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.32;
}

.about-meta {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  gap: 28px;
  align-items: start;
  padding: 12px 0 28px;
  color: #344d3d;
}

.about-meta__logo {
  font-family: "Space Grotesk", sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  color: #f0672b;
}

.about-meta__socials {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.about-meta__socials span {
  padding: 8px 10px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #d8e5d0;
  font-weight: 700;
  font-size: 0.86rem;
}

.about-meta__socials .hp-social {
  width: 24px;
  height: 24px;
  border-radius: 6px;
}

.about-meta__links,
.about-meta__contact {
  display: grid;
  gap: 8px;
}

.about-meta__links a {
  text-decoration: none;
  color: #263b2e;
  font-weight: 600;
}

.about-meta__contact p {
  margin: 0;
  line-height: 1.45;
}

.logo-row {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  font-weight: 800;
  color: #5c6f63;
  text-align: center;
}

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

.text-block { padding: 18px; }
.text-block ul { margin: 8px 0 0; padding-left: 18px; }

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

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

label { display: grid; gap: 6px; font-weight: 600; color: #294234; }
input, textarea {
  width: 100%;
  font: inherit;
  border: 1px solid #c4d6be;
  background: #fcfffa;
  border-radius: 10px;
  padding: 10px 12px;
}
textarea { min-height: 120px; resize: vertical; }
.full { grid-column: span 2; }

.site-footer {
  border-top: 1px solid rgba(27, 94, 52, 0.16);
  color: #436252;
  font-size: 0.9rem;
  padding: 16px 0 28px;
}

@media (max-width: 980px) {
  .about-hero {
    width: 100%;
    margin: 0 0 24px;
    aspect-ratio: 3 / 1;
    background-position: center 66%;
    background-size: 220% auto;
  }
  .hero,
  .split,
  .grid3 { grid-template-columns: 1fr; }
  .about-band,
  .about-band--mission,
  .people-panel,
  .about-meta { grid-template-columns: 1fr; }
  .logo-row { grid-template-columns: repeat(4, minmax(0, 1fr)); row-gap: 8px; }
  .mini-logos { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .mini-banner { min-height: 320px; }
  .mini-copy h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
  .home-top {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 16px 22px;
  }
  .home-top nav {
    gap: 16px;
  }
  .home-banner {
    min-height: 420px;
  }
  .home-banner .mini-copy {
    padding: 40px;
  }
  .home-banner .mini-copy h2 {
    font-size: clamp(3.2rem, 8vw, 5rem);
  }
  .people-card--hands {
    width: 100%;
    justify-self: stretch;
  }
}

@media (max-width: 760px) {
  .header-inner { align-items: flex-start; }
  .nav { width: 100%; }
  .form-grid { grid-template-columns: 1fr; }
  .full { grid-column: auto; }
  .logo-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .mini-welcome { grid-template-columns: 1fr; }
  .mini-cats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mini-banner { min-height: 280px; grid-template-columns: 1fr; }
  .mini-copy { padding: 24px; }
  .home-tools { display: none; }
  .mini-fruit { min-height: 130px; }
  .mini-fruit .f1 { right: 90px; top: 0; width: 130px; height: 130px; }
  .mini-fruit .f2 { right: 28px; top: 50px; width: 92px; height: 92px; }
  .mini-fruit .f3 { right: 132px; top: 74px; width: 84px; height: 84px; }
  .mini-fruit .f4 { right: 6px; top: 98px; width: 62px; height: 62px; }
  .mini-fruit .f5 { right: 188px; top: 44px; width: 50px; height: 50px; }
  .home-screen .mini-partners,
  .home-screen .mini-welcome,
  .home-screen .mini-products {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-banner .mini-copy a {
    font-size: 1.2rem;
    padding: 12px 24px;
  }
  .about-hero {
    width: 100%;
    margin: 0 0 20px;
    aspect-ratio: 2.5 / 1;
    background-position: center 69%;
    background-size: 255% auto;
  }
  .about-intro,
  .about-band,
  .people-panel,
  .about-meta { width: min(1200px, 94%); }
  .people-panel { padding: 24px; }
}

/* ============================================================
   HELP CENTER — banner, tiles, sidebar, FAQ, Privacy Policy
   ============================================================ */
.hc-page { background: #fafaf6; min-height: 100vh; }

.hc-banner {
  width: 100%;
  min-height: 280px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #e87722;
}
.hc-banner__photo {
  position: absolute;
  left: 0; top: 0;
  width: 40%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hc-banner__title {
  position: relative;
  z-index: 1;
  margin-left: auto;
  padding-right: 8%;
  color: #fff;
  font-size: clamp(2.4rem, 6vw, 5rem);
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: right;
  width: 65%;
}

.hc-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  max-width: 960px;
  margin: 60px auto 80px;
  padding: 0 32px;
}
.hc-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 48px 32px;
  background: #fff;
  border: 1px solid #e8eae4;
  text-decoration: none;
  color: #1a2e1a;
  font-size: 1.1rem;
  font-weight: 700;
  transition: box-shadow 0.18s;
}
.hc-tile:hover { box-shadow: 0 6px 22px rgba(0,0,0,0.1); }
.hc-tile svg { width: 72px; height: 72px; }

.hc-body {
  display: grid;
  grid-template-columns: 200px 1fr;
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid #e4e8e0;
  background: #fff;
}
.hc-sidebar {
  background: #e87722;
  padding: 28px 0;
}
.hc-sidebar a {
  display: block;
  padding: 12px 22px;
  color: #fff;
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 600;
  border-left: 3px solid transparent;
}
.hc-sidebar a.active {
  background: rgba(255,255,255,0.22);
  border-left-color: #fff;
  font-weight: 800;
}
.hc-sidebar a:hover { background: rgba(255,255,255,0.14); }
.hc-sidebar__sub {
  background: rgba(0,0,0,0.12);
  padding: 4px 0;
}
.hc-sidebar__sub a {
  font-size: 0.88rem;
  padding-left: 32px;
}
.hc-main {
  padding: 36px 48px 48px;
  background: #fff;
}
.hc-main h1 {
  font-size: 2rem;
  font-weight: 800;
  color: #1a2e1a;
  margin: 0 0 28px;
}

.faq-item { margin-bottom: 28px; }
.faq-item__q { font-size: 1rem; font-weight: 700; color: #1a2e1a; margin: 0 0 8px; }
.faq-item__a { font-size: 0.92rem; color: #3a5048; line-height: 1.6; margin: 0; }
.faq-item__a ol { padding-left: 20px; margin: 6px 0 0; }
.faq-item__a li { margin-bottom: 4px; }

.policy-intro { font-size: 0.93rem; color: #3a5048; line-height: 1.65; margin-bottom: 28px; }
.policy-section { margin-bottom: 24px; }
.policy-section h2 { font-size: 1rem; font-weight: 700; color: #1a2e1a; margin: 0 0 8px; }
.policy-section p { font-size: 0.92rem; color: #3a5048; line-height: 1.65; margin: 0; }

/* ============================================================
   VENDOR REGISTRATION
   ============================================================ */
.vr-page { background: #fafaf6; min-height: 100vh; }
.vr-wrap { max-width: 900px; margin: 48px auto 64px; padding: 0 24px; }
.vr-card { background: #fff; border: 2px solid #198546; border-radius: 12px; padding: 48px 56px 52px; }
.vr-card h1 { font-size: 2rem; font-weight: 900; color: #1a2e1a; text-align: center; margin: 0 0 18px; }
.vr-divider { border: 0; border-top: 1px solid #d4d8d0; margin: 0 0 28px; }
.vr-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 28px; }
.vr-field { display: flex; flex-direction: column; gap: 7px; }
.vr-field label { font-size: 0.88rem; font-weight: 600; color: #2a3d2a; }
.vr-field input { padding: 10px 16px; border: 0; border-radius: 999px; background: #d9d9d9; font-size: 0.92rem; font-family: inherit; outline: none; }
.vr-field--full { grid-column: span 2; }
.vr-submit { grid-column: span 2; text-align: center; margin-top: 12px; }
.vr-submit button { background: #198546; color: #fff; border: 0; padding: 14px 0; width: 340px; border-radius: 999px; font-size: 1.05rem; font-weight: 700; cursor: pointer; font-family: inherit; transition: background 0.18s; }
.vr-submit button:hover { background: #146838; }

@media (max-width: 760px) {
  .hc-body { grid-template-columns: 1fr; }
  .hc-sidebar { display: flex; flex-wrap: wrap; padding: 12px 0; }
  .hc-main { padding: 24px 20px; }
  .hc-tiles { grid-template-columns: 1fr; max-width: 400px; }
  .vr-card { padding: 28px 20px 32px; }
  .vr-form { grid-template-columns: 1fr; }
  .vr-field--full, .vr-submit { grid-column: span 1; }
  .vr-submit button { width: 100%; }
  .hc-banner__title { width: 100%; padding: 24px; font-size: 2.2rem; text-align: center; }
  .hc-banner__photo { width: 100%; opacity: 0.35; }
}
