body {
  margin: 0;
  font-family: "Lato", sans-serif;
  color: #222;
  background: #faf8f3;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 28px 32px 0;
  transition: padding 180ms ease;
}

.site-nav {
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 0;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 999px;
  position: relative;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, padding 180ms ease;
}

.site-logo {
  display: inline-flex;
  align-items: center;
}

.site-nav__top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

.site-nav__panel {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
}

.site-logo__mark {
  width: 172px;
  height: 49px;
  display: block;
  background-color: #fff;
  mask: url("assets/logo.svg") center/contain no-repeat;
  -webkit-mask: url("assets/logo.svg") center/contain no-repeat;
  transition: background-color 180ms ease;
}

.site-nav__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}

.site-nav__toggle {
  display: none;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  position: relative;
}

.site-nav__toggle span {
  position: absolute;
  left: 14px;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  transform-origin: center;
  transition: transform 240ms ease, opacity 180ms ease, top 180ms ease, background-color 180ms ease;
}

.site-nav__toggle span:nth-child(1) {
  top: 18px;
}

.site-nav__toggle span:nth-child(2) {
  top: 25px;
}

.site-nav__toggle span:nth-child(3) {
  top: 32px;
}

.site-nav__links a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  transition: color 180ms ease, opacity 180ms ease;
}

.site-nav__links a[aria-current=page] {
  color: #b08d57;
}

.site-nav__contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 126px;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  background: #b08d57;
  color: #222;
  text-decoration: none;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.site-nav__contact[aria-current=page] {
  box-shadow: inset 0 0 0 1px rgba(20, 60, 40, 0.12);
}

.site-header.is-scrolled {
  padding-top: 20px;
}

.site-header.is-scrolled .site-nav {
  padding: 18px 28px;
  background: #f3efe5;
  border-color: rgba(20, 60, 40, 0.08);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.site-header.is-scrolled .site-logo__mark {
  background-color: #4b5a3b;
}

.site-header.is-scrolled .site-nav__links a {
  color: #222;
}

.site-header.is-scrolled .site-nav__links a[aria-current=page] {
  color: #b08d57;
}

.site-header.is-scrolled .site-nav__contact {
  color: #222;
}

.site-header.is-scrolled .site-nav__toggle span {
  background: #143c28;
}

.site-header.is-menu-open .site-nav__toggle span:nth-child(1) {
  top: 25px;
  transform: rotate(45deg);
}

.site-header.is-menu-open .site-nav__toggle span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.site-header.is-menu-open .site-nav__toggle span:nth-child(3) {
  top: 25px;
  transform: rotate(-45deg);
}

.hero {
  min-height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.18)), url(https://images.unsplash.com/photo-1544025162-d76694265947?auto=format&fit=crop&w=1400&q=80) center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  padding: 180px 20px 120px;
}

.hero__content {
  max-width: 1100px;
}

.hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3.5rem, 7vw, 5.5rem);
  line-height: 1.05;
  font-weight: 600;
}

.hero p {
  max-width: 980px;
  margin: 28px auto 0;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  line-height: 1.65;
}

.hero__actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 36px;
  flex-wrap: wrap;
}

.container {
  max-width: 1100px;
  margin: auto;
  padding: 40px 20px;
}

.home-quality {
  background: #fff;
  padding: 110px 0 120px;
}

.home-quality__intro {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.home-quality__intro h2 {
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 3.5rem);
  line-height: 1.12;
}

.home-quality__intro p {
  margin: 24px auto 0;
  max-width: 880px;
  color: #6d6b66;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  line-height: 1.5;
}

.home-quality__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
  margin-top: 78px;
}

.home-quality__card {
  background: #f8f6f0;
  border: 1px solid rgba(20, 60, 40, 0.12);
  border-radius: 24px;
  padding: 40px 40px 38px;
  min-height: 290px;
}

.home-quality__icon {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #143c28;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}

.home-quality__card h3 {
  margin: 24px 0 0;
  color: #143c28;
  font-size: 1.55rem;
  line-height: 1.2;
}

.home-quality__card p {
  margin: 18px 0 0;
  color: #6d6b66;
  font-size: 1.05rem;
  line-height: 1.45;
  max-width: 280px;
}

.home-products-cta {
  background: #143c28;
  padding: 120px 0 130px;
  text-align: center;
}

.home-products-cta__inner {
  max-width: 1040px;
}

.home-products-cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.6rem, 4.6vw, 4rem);
  line-height: 1.1;
}

.home-products-cta p {
  max-width: 980px;
  margin: 28px auto 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  line-height: 1.55;
}

.home-products-cta__button {
  margin-top: 54px;
  min-width: 280px;
  padding: 18px 34px;
  font-size: 1rem;
}

.about-page {
  background: #fff;
  padding-bottom: 96px;
}

.about-page__intro {
  max-width: 760px;
}

.about-page__eyebrow {
  margin: 0 0 14px;
  color: #b08d57;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-page__intro h1 {
  margin: 0;
  font-size: clamp(2.9rem, 5vw, 4.6rem);
  line-height: 1.05;
}

.about-page__content {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 54px;
  margin-top: 42px;
  align-items: center;
}

.about-page__main p,
.about-page__panel p,
.about-page__certification p,
.about-page__list li {
  color: #6d6b66;
  font-size: 1.1rem;
  line-height: 1.7;
}

.about-page__main p {
  margin: 0;
}

.about-page__main p + p {
  margin-top: 22px;
}

.about-page__visuals {
  position: relative;
  min-height: 620px;
}

.about-page__image {
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.14);
}

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

.about-page__image--primary {
  width: min(100%, 520px);
  height: 540px;
  margin-left: auto;
}

.about-page__image--secondary {
  position: absolute;
  left: 0;
  bottom: 24px;
  width: min(52%, 250px);
  height: 250px;
  border: 8px solid #fff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
}

.about-page__details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  margin-top: 42px;
}

.about-page__panel,
.about-page__certification {
  background: #f8f6f0;
  border: 1px solid rgba(20, 60, 40, 0.12);
  border-radius: 24px;
  padding: 34px 34px 32px;
}

.about-page__panel h2,
.about-page__certification h2,
.about-page__cta h2 {
  margin: 0;
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.12;
}

.about-page__panel p,
.about-page__certification p {
  margin: 18px 0 0;
}

.about-page__list {
  margin: 22px 0 0;
  padding-left: 1.2rem;
}

.about-page__list li + li {
  margin-top: 10px;
}

.about-page__cta {
  background: #143c28;
  padding: 108px 0 116px;
  text-align: center;
}

.about-page__cta-inner {
  max-width: 980px;
}

.about-page__cta h2 {
  color: #fff;
}

.about-page__cta p {
  max-width: 860px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.2rem;
  line-height: 1.65;
}

.products-page {
  background: #fff;
  padding-bottom: 96px;
}

.products-page__intro {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.products-page__intro h1 {
  margin: 0;
  font-size: clamp(3rem, 5vw, 4.6rem);
  line-height: 1.06;
}

.products-page__intro p {
  max-width: 760px;
  margin: 22px auto 0;
  color: #6d6b66;
  font-size: 1.15rem;
  line-height: 1.65;
}

.products-page__section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
  gap: 42px;
  align-items: center;
  margin-top: 62px;
}

.products-page__section--reverse {
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1fr);
}

.products-page__section--reverse .products-page__image {
  order: 2;
}

.products-page__section--reverse .products-page__copy {
  order: 1;
}

.products-page__image {
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  min-height: 320px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

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

.products-page__copy h2 {
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  line-height: 1.1;
}

.products-page__copy p {
  margin: 20px 0 0;
  color: #6d6b66;
  font-size: 1.1rem;
  line-height: 1.75;
}

.products-page__note {
  color: #b08d57 !important;
  font-size: 0.98rem !important;
  font-weight: 700;
}

.products-page__cta {
  background: #f8f6f0;
  border-top: 1px solid rgba(20, 60, 40, 0.06);
  text-align: center;
  padding: 98px 0 106px;
}

.products-page__cta-inner {
  max-width: 980px;
}

.products-page__cta h2 {
  margin: 0;
  font-size: clamp(2.5rem, 4vw, 3.8rem);
  line-height: 1.08;
}

.products-page__cta p {
  max-width: 860px;
  margin: 22px auto 0;
  color: #6d6b66;
  font-size: 1.15rem;
  line-height: 1.65;
}

.products-page__cta-button {
  margin-top: 34px;
}

.quality-page {
  background: #fff;
}

.quality-page__banner {
  height: min(44vw, 460px);
  min-height: 260px;
  overflow: hidden;
}

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

.quality-page__content {
  padding-bottom: 110px;
}

.quality-page__intro {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.quality-page__intro h1 {
  margin: 0;
  font-size: clamp(3rem, 5vw, 4.7rem);
  line-height: 1.06;
}

.quality-page__intro p {
  max-width: 900px;
  margin: 24px auto 0;
  color: #6d6b66;
  font-size: 1.18rem;
  line-height: 1.65;
}

.quality-page__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  margin-top: 66px;
}

.quality-page__card {
  background: #f8f6f0;
  border: 1px solid rgba(20, 60, 40, 0.12);
  border-radius: 24px;
  padding: 34px 34px 32px;
  min-height: 340px;
}

.quality-page__icon {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #143c28;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}

.quality-page__card h2 {
  margin: 26px 0 0;
  font-size: 1.95rem;
  line-height: 1.18;
}

.quality-page__card p {
  margin: 20px 0 0;
  color: #6d6b66;
  font-size: 1.08rem;
  line-height: 1.7;
}

.quality-page__statements {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  margin-top: 46px;
}

.quality-page__statement {
  border-radius: 24px;
  padding: 42px 46px 40px;
  min-height: 260px;
}

.quality-page__statement h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.12;
}

.quality-page__statement p {
  margin: 28px 0 0;
  font-size: 1.1rem;
  line-height: 1.65;
}

.quality-page__statement--light {
  background: #fff;
  border: 2px solid #143c28;
}

.quality-page__statement--light p {
  color: #4e5853;
}

.quality-page__statement--dark {
  background: #143c28;
  color: #fff;
}

.quality-page__statement--dark h2,
.quality-page__statement--dark p {
  color: #fff;
}

.quality-page__standards {
  background: #fff;
  border-top: 1px solid rgba(20, 60, 40, 0.05);
  padding: 88px 0 110px;
}

.quality-page__standards-inner {
  max-width: 1040px;
}

.quality-page__standards h2 {
  margin: 0;
  text-align: center;
  font-size: clamp(2.7rem, 4vw, 4rem);
  line-height: 1.08;
}

.quality-page__checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 46px;
  margin-top: 42px;
}

.quality-page__checklist ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 26px;
}

.quality-page__checklist li {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #4e5853;
  font-size: 1.1rem;
  line-height: 1.5;
}

.quality-page__check {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #143c28;
  color: #fff;
  font-size: 0.95rem;
  line-height: 1;
}

.suppliers-page {
  background: #fff;
}

.suppliers-page__hero {
  min-height: 78vh;
  background: linear-gradient(rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.18)), url(https://images.unsplash.com/photo-1500595046743-cd271d694d30?auto=format&fit=crop&w=1800&q=80) center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 180px 20px 110px;
}

.suppliers-page__hero-content {
  max-width: 980px;
}

.suppliers-page__hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 5vw, 4.7rem);
  line-height: 1.06;
}

.suppliers-page__hero p {
  max-width: 900px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.18rem;
  line-height: 1.65;
}

.suppliers-page__body {
  padding-top: 86px;
  padding-bottom: 110px;
}

.suppliers-page__split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
  gap: 42px;
  align-items: center;
}

.suppliers-page__image {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  min-height: 360px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

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

.suppliers-page__copy {
  max-width: 520px;
}

.suppliers-page__copy h2 {
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 3.7rem);
  line-height: 1.1;
}

.suppliers-page__copy p {
  margin: 24px 0 0;
  color: #4e5853;
  font-size: 1.16rem;
  line-height: 1.7;
}

.suppliers-page__panel {
  margin-top: 56px;
  background: #f8f6f0;
  border: 1px solid rgba(20, 60, 40, 0.12);
  border-radius: 24px;
  padding: 42px 42px 40px;
}

.suppliers-page__panel h2 {
  margin: 0;
  font-size: clamp(2.2rem, 3.5vw, 3.4rem);
  line-height: 1.12;
  text-align: center;
}

.suppliers-page__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 44px;
  margin-top: 34px;
}

.suppliers-page__item {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 16px;
  align-items: start;
}

.suppliers-page__icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #143c28;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
}

.suppliers-page__item p {
  margin: 0;
  color: #4e5853;
  font-size: 1.12rem;
  line-height: 1.55;
}

.suppliers-page__principles {
  margin-top: 56px;
  background: #143c28;
  border-radius: 24px;
  padding: 44px 42px 42px;
}

.suppliers-page__principles h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.2rem, 3.5vw, 3.4rem);
  line-height: 1.12;
  text-align: center;
}

.suppliers-page__principles p {
  max-width: 900px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.14rem;
  line-height: 1.7;
  text-align: center;
}

.suppliers-page__cta {
  background: #fff;
  border-top: 1px solid rgba(20, 60, 40, 0.05);
  text-align: center;
  padding: 92px 0 104px;
}

.suppliers-page__cta-inner {
  max-width: 920px;
}

.suppliers-page__cta h2 {
  margin: 0;
  font-size: clamp(2.6rem, 4vw, 3.9rem);
  line-height: 1.08;
}

.suppliers-page__cta p {
  max-width: 760px;
  margin: 22px auto 0;
  color: #6d6b66;
  font-size: 1.16rem;
  line-height: 1.65;
}

.suppliers-page__cta-button {
  margin-top: 34px;
}

.contact-page {
  background: #fff;
  padding-bottom: 100px;
}

.contact-page__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
  gap: 42px;
  align-items: start;
}

.contact-page__content {
  padding-right: 24px;
}

.contact-page__eyebrow {
  margin: 0 0 14px;
  color: #b08d57 !important;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-page__content h1 {
  margin: 0;
  font-size: clamp(3rem, 5vw, 4.6rem);
  line-height: 1.06;
}

.contact-page__content > p {
  margin: 22px 0 0;
  color: #4e5853;
  font-size: 1.12rem;
  line-height: 1.72;
}

.contact-page__details {
  display: grid;
  gap: 24px;
  margin-top: 42px;
}

.contact-page__details h2 {
  margin: 0 0 8px;
  font-size: 1.5rem;
}

.contact-page__details p,
.contact-page__details a {
  color: #4e5853;
  font-size: 1rem;
  line-height: 1.6;
  text-decoration: none;
}

.contact-page__form-wrap,
.config-form__section,
.admin-page__table-wrap {
  background: #f8f6f0;
  border: 1px solid rgba(20, 60, 40, 0.12);
  border-radius: 24px;
}

.contact-page__form-wrap {
  padding: 30px;
}

.app-notice {
  border-radius: 18px;
  padding: 16px 18px;
  margin-bottom: 22px;
}

.app-notice strong {
  display: block;
  font-size: 1rem;
}

.app-notice p {
  margin: 8px 0 0;
  font-size: 0.95rem;
  line-height: 1.55;
}

.app-notice--success {
  background: rgba(20, 60, 40, 0.1);
  color: #143c28;
}

.app-notice--warning {
  background: rgba(176, 141, 87, 0.14);
  color: #6d542d;
}

.app-notice--error {
  background: rgba(162, 40, 40, 0.12);
  color: #8b2525;
}

.contact-form,
.config-form {
  display: grid;
  gap: 18px;
}

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

.contact-form label,
.config-form label {
  display: grid;
  gap: 8px;
}

.contact-form span,
.config-form span {
  font-size: 0.95rem;
  font-weight: 700;
  color: #143c28;
}

.contact-form input,
.contact-form textarea,
.config-form input,
.config-form textarea,
.config-form select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(20, 60, 40, 0.15);
  border-radius: 16px;
  background: #fff;
  color: #222;
  font: inherit;
  box-sizing: border-box;
}

.contact-form textarea {
  resize: vertical;
  min-height: 160px;
}

.contact-form small {
  color: #8b2525;
  font-size: 0.9rem;
}

.config-page,
.admin-page {
  background: #fff;
  padding-bottom: 96px;
}

.config-page.page-copy,
.admin-page.page-copy {
  padding-top: 0;
}

.config-page__intro,
.admin-page__intro {
  max-width: 920px;
  margin: 0 auto 34px;
  text-align: center;
}

.config-page__intro h1,
.admin-page__intro h1 {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.18;
}

.config-page__intro p,
.admin-page__intro p {
  margin: 22px auto 0;
  max-width: 860px;
  color: #6d6b66;
  font-size: 1.08rem;
  line-height: 1.7;
}

.config-form {
  gap: 24px;
}

.config-form__section {
  padding: 30px;
}

.config-form__section h2 {
  margin: 0 0 20px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.55rem;
}

.config-form__actions,
.admin-page__toolbar {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 26px;
}

.config-form__link {
  color: #143c28;
  font-weight: 700;
  text-decoration: none;
}

.admin-page__table-wrap {
  overflow: auto;
  padding: 10px;
}

.admin-menu__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 12px 18px;
}

.admin-menu__heading h2 {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
  line-height: 1.25;
}

.admin-menu__heading p {
  margin: 8px 0 0;
  color: #6d6b66;
}

.admin-menu__heading code {
  font-size: 0.92rem;
  color: #143c28;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 920px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.admin-table th,
.admin-table td {
  padding: 16px 14px;
  border-bottom: 1px solid rgba(20, 60, 40, 0.08);
  text-align: left;
  vertical-align: top;
  font-size: 0.96rem;
  line-height: 1.55;
}

.admin-table th {
  color: #143c28;
  background: #f3efe5;
}

.admin-table td a {
  color: #143c28;
}

.admin-table__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.admin-link-button {
  appearance: none;
  background: none;
  border: 0;
  padding: 0;
  color: #8b2525;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.admin-muted {
  color: #6d6b66;
}

.admin-stack {
  display: grid;
  gap: 28px;
}

.config-form__full {
  grid-column: 1 / -1;
}

.config-form__checkbox {
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding-top: 28px;
}

.config-form__checkbox input {
  width: auto;
  margin: 0;
}

.admin-shell__header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #143c28;
}

.admin-shell__bar,
.admin-shell__footer-inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 18px 24px;
}

.admin-shell__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.admin-shell__brand,
.admin-shell__nav a {
  color: #fff;
  text-decoration: none;
}

.admin-shell__brand {
  font-family: "Lato", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
}

.admin-shell__nav {
  display: flex;
  gap: 20px;
}

.admin-shell__nav a {
  font-weight: 600;
}

.admin-shell__footer {
  background: #1f201d;
}

.admin-shell__footer-inner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
}

.admin-auth {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #f8f6f0 0%, #faf8f3 100%);
  padding: 32px 20px;
}

.admin-auth__card {
  width: min(100%, 520px);
  background: #fff;
  border: 1px solid rgba(20, 60, 40, 0.12);
  border-radius: 28px;
  padding: 34px 30px 30px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.admin-auth__card h1 {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: clamp(1.9rem, 4vw, 2.5rem);
  line-height: 1.16;
}

.admin-auth__card > p {
  margin: 16px 0 0;
  color: #6d6b66;
  font-size: 1.02rem;
  line-height: 1.65;
}

.admin-auth__form {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.admin-auth__form label {
  display: grid;
  gap: 8px;
}

.admin-auth__form span {
  color: #143c28;
  font-size: 0.95rem;
  font-weight: 700;
}

.admin-auth__form input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(20, 60, 40, 0.15);
  border-radius: 16px;
  background: #fff;
  font: inherit;
  box-sizing: border-box;
}

.admin-auth__links {
  margin-top: 18px;
}

.admin-auth__links a {
  color: #143c28;
  font-weight: 700;
  text-decoration: none;
}

.page-copy {
  padding-top: 140px;
  min-height: calc(100vh - 250px);
}

h1,
h2 {
  color: #143c28;
}

.btn {
  display: inline-block;
  background: #b08d57;
  color: #222;
  padding: 16px 30px;
  border: 1px solid transparent;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  min-width: 170px;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

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

.btn--ghost {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(8px);
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.card {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.site-footer {
  background: #1f201d;
  color: #fff;
  margin-top: 0;
  padding: 76px 0 38px;
}

.site-footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(180px, 0.85fr) minmax(220px, 0.8fr);
  gap: 48px;
  align-items: start;
  padding-top: 0;
  padding-bottom: 48px;
}

.site-footer__logo {
  display: inline-flex;
  align-items: center;
}

.site-footer__logo-mark {
  width: 180px;
  height: 52px;
  display: block;
  background-color: #fff;
  mask: url("assets/logo.svg") center/contain no-repeat;
  -webkit-mask: url("assets/logo.svg") center/contain no-repeat;
}

.site-footer__brand p,
.site-footer__contact p,
.site-footer__links a,
.site-footer__bottom p {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer__brand p {
  max-width: 640px;
  margin: 42px 0 0;
  font-size: 1.1rem;
  line-height: 1.55;
}

.site-footer h2 {
  margin: 0 0 28px;
  color: #fff;
  font-size: 1.15rem;
  line-height: 1.2;
}

.site-footer__links nav {
  display: grid;
  gap: 18px;
}

.site-footer__links a,
.site-footer__contact a {
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.4;
  font-family: "Lato", sans-serif;
}

.site-footer__contact p {
  margin: 0 0 18px;
  font-size: 1rem;
}

.site-footer__contact a {
  color: #b08d57;
  font-weight: 600;
}

.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  padding-top: 34px;
  padding-bottom: 0;
  text-align: center;
}

.site-footer__bottom p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.5;
}

@media (max-width: 700px) {
  body.nav-open {
    overflow: hidden;
  }

  .site-header {
    padding: 16px 16px 0;
  }

  .site-nav {
    gap: 0;
    padding: 14px 16px;
    grid-template-columns: 1fr;
  }

  .site-header.is-scrolled .site-nav {
    padding: 14px 16px;
  }

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

  .site-nav__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .site-nav__panel {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    z-index: 30;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 18px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0 18px;
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-8px);
    transition: max-height 280ms ease, opacity 180ms ease, transform 220ms ease, padding 220ms ease;
  }

  .site-header.is-menu-open .site-nav__panel {
    max-height: 420px;
    opacity: 1;
    padding-top: 18px;
    padding-bottom: 18px;
    transform: translateY(0);
  }

  .site-nav__links {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    width: 100%;
  }

  .site-nav__links a {
    font-size: 1.05rem;
    color: #222;
  }

  .site-logo__mark {
    width: 148px;
    height: 42px;
  }

  .site-nav__contact {
    min-width: 0;
    width: 100%;
    max-width: none;
  }

  .hero {
    min-height: 88vh;
    padding-top: 220px;
    padding-bottom: 90px;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 11vw, 4.3rem);
  }

  .hero p {
    font-size: 1.05rem;
    line-height: 1.55;
  }

  .home-quality {
    padding: 80px 0 90px;
  }

  .home-quality__intro p {
    font-size: 1.05rem;
  }

  .home-quality__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 48px;
  }

  .home-quality__card {
    min-height: 0;
    padding: 30px 26px;
  }

  .home-quality__card p {
    max-width: none;
  }

  .home-products-cta {
    padding: 86px 0 94px;
  }

  .home-products-cta__button {
    min-width: 0;
    width: 100%;
    max-width: 280px;
    margin-top: 40px;
  }

  .about-page {
    padding-bottom: 72px;
  }

  .about-page__content {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 32px;
  }

  .about-page__visuals {
    min-height: 0;
  }

  .about-page__image--primary {
    width: 100%;
    height: 360px;
    margin-left: 0;
  }

  .about-page__image--secondary {
    position: relative;
    left: auto;
    bottom: auto;
    width: 72%;
    height: 220px;
    margin: -56px 0 0 auto;
  }

  .about-page__details {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 28px;
  }

  .about-page__panel,
  .about-page__certification {
    padding: 28px 24px 26px;
  }

  .about-page__main p,
  .about-page__panel p,
  .about-page__certification p,
  .about-page__list li,
  .about-page__cta p {
    font-size: 1rem;
  }

  .about-page__cta {
    padding: 84px 0 90px;
  }

  .products-page {
    padding-bottom: 74px;
  }

  .products-page__section,
  .products-page__section--reverse {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 42px;
  }

  .products-page__section--reverse .products-page__image,
  .products-page__section--reverse .products-page__copy {
    order: initial;
  }

  .products-page__image {
    min-height: 260px;
  }

  .products-page__copy p,
  .products-page__cta p,
  .products-page__intro p {
    font-size: 1rem;
  }

  .products-page__cta {
    padding: 78px 0 86px;
  }

  .quality-page__banner {
    height: 250px;
  }

  .quality-page__content {
    padding-bottom: 82px;
  }

  .quality-page__intro p,
  .quality-page__card p {
    font-size: 1rem;
  }

  .quality-page__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 46px;
  }

  .quality-page__card {
    min-height: 0;
    padding: 28px 24px 26px;
  }

  .quality-page__statements,
  .quality-page__checklist {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .quality-page__statement {
    min-height: 0;
    padding: 30px 24px 28px;
  }

  .quality-page__statement p,
  .quality-page__checklist li {
    font-size: 1rem;
  }

  .quality-page__standards {
    padding: 72px 0 84px;
  }

  .suppliers-page__hero {
    min-height: 62vh;
    padding-top: 220px;
    padding-bottom: 84px;
  }

  .suppliers-page__body {
    padding-top: 64px;
    padding-bottom: 82px;
  }

  .suppliers-page__split {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .suppliers-page__copy {
    max-width: none;
  }

  .suppliers-page__hero p,
  .suppliers-page__copy p,
  .suppliers-page__item p {
    font-size: 1rem;
  }

  .suppliers-page__panel {
    margin-top: 40px;
    padding: 30px 24px 28px;
  }

  .suppliers-page__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .suppliers-page__principles {
    margin-top: 40px;
    padding: 32px 24px 30px;
  }

  .suppliers-page__principles p,
  .suppliers-page__cta p {
    font-size: 1rem;
  }

  .suppliers-page__cta {
    padding: 76px 0 84px;
  }

  .contact-page,
  .config-page,
  .admin-page {
    padding-bottom: 76px;
  }

  .contact-page__grid,
  .contact-form__row,
  .config-form__grid {
    grid-template-columns: 1fr;
  }

  .contact-page__content {
    padding-right: 0;
  }

  .contact-page__content > p,
  .config-page__intro p,
  .admin-page__intro p {
    font-size: 1rem;
  }

  .contact-page__form-wrap,
  .config-form__section {
    padding: 24px;
  }

  .config-form__actions,
  .admin-page__toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .admin-menu__heading {
    flex-direction: column;
  }

  .admin-shell__bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .admin-shell__nav {
    flex-wrap: wrap;
  }

  .site-footer {
    padding: 56px 0 30px;
  }

  .site-footer__top {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-bottom: 34px;
  }

  .site-footer__brand p {
    margin-top: 28px;
  }

  .site-footer__logo-mark {
    width: 164px;
    height: 47px;
  }
}
