:root {
  --bg: #eef6f1;
  --surface: #f6fbf8;
  --text: #121212;
  --muted: #4b5451;
  --green: #0da64a;
  --green-dark: #0a8f3f;
  --green-soft: #d7f1e2;
  --pink: #ec138f;
  --orange: #f7a21a;
  --blue: #1ea8df;
  --shadow: 0 18px 40px rgba(11, 48, 24, 0.12);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 18px;
  --container: min(1180px, calc(100% - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.9), transparent 26%),
    linear-gradient(180deg, #eff7f2 0%, #edf6f0 100%);
  color: var(--text);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

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

p {
  margin: 0;
  line-height: 1.45;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  line-height: 0.98;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section-spacing {
  padding: 92px 0 0;
}
.about-section{
    padding-top: 160px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green-dark);
  font-size: 17px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  /* background: rgba(255, 255, 255, 0.97); */
  backdrop-filter: blur(14px);
  /* border-bottom: 1px solid rgba(12, 117, 51, 0.08); */
}

.site-header::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 0;
  min-height: 51px;
  background: var(--green);
  transform: translateY(-50%);
}

.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  min-height: 98px;
  padding-top: 15px;
}

.brand {
  flex: 0 0 auto;
  position: relative;
  z-index: 2;
}

.brand img {
  width: 118px;
}

.site-nav {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1;
  width: auto;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 40px;
  padding: 0 28px 0 168px;
  background: transparent;
  color: #fff;
  border-radius: 0;
  min-height: 51px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.site-nav a {
  position: relative;
  z-index: 1;
  transition: opacity 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  opacity: 0.75;
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 14px;
  background: var(--green);
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
  border-radius: 999px;
}

.hero-section {
  padding-top: 28px;
}

.hero-shell {
  position: relative;
  width: min(100vw - 32px, 1480px);
  max-width: none;
}

.hero-panel {
  position: relative;
  min-height: 760px;
  border-radius: 36px;
  overflow: visible;
  box-shadow: var(--shadow);
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: var(--container);
  max-width: 100%;
  margin: 0 auto;
}

.hero-background,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-background {
  object-fit: cover;
  border-radius: inherit;
}

.hero-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.50));
  border-radius: inherit;
}

body:not(.page-ready) .hero-background,
body:not(.page-ready) .hero-overlay,
body:not(.page-ready) .hero-eyebrow,
body:not(.page-ready) .hero-content h1,
body:not(.page-ready) .hero-copy,
body:not(.page-ready) .hero-actions,
body:not(.page-ready) .hero-products .product-pill {
  opacity: 0;
}

body.page-ready .hero-background {
  animation: heroBackgroundIn 1.1s ease-out both;
}

body.page-ready .hero-overlay {
  animation: heroFadeIn 0.9s ease-out 0.08s both;
}

body.page-ready .hero-eyebrow {
  animation: heroRiseIn 0.7s ease-out 0.16s backwards;
}

body.page-ready .hero-content h1 {
  animation: heroRiseIn 0.8s ease-out 0.26s backwards;
}

body.page-ready .hero-copy {
  animation: heroRiseIn 0.8s ease-out 0.38s backwards;
}

body.page-ready .hero-actions {
  animation: heroRiseIn 0.8s ease-out 0.5s backwards;
}

body.page-ready .hero-products .product-pill {
  animation: heroCardIn 0.8s ease-out backwards;
}

body.page-ready .hero-products .product-pill:nth-child(1) {
  animation-delay: 0.58s;
}

body.page-ready .hero-products .product-pill:nth-child(2) {
  animation-delay: 0.64s;
}

body.page-ready .hero-products .product-pill:nth-child(3) {
  animation-delay: 0.7s;
}

body.page-ready .hero-products .product-pill:nth-child(4) {
  animation-delay: 0.76s;
}

body.page-ready .hero-products .product-pill:nth-child(5) {
  animation-delay: 0.82s;
}

body.page-ready .hero-products .product-pill:nth-child(6) {
  animation-delay: 0.88s;
}

@keyframes heroBackgroundIn {
  from {
    opacity: 0;
    transform: scale(1.035);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes heroFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes heroRiseIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroCardIn {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  body:not(.page-ready) .hero-background,
  body:not(.page-ready) .hero-overlay,
  body:not(.page-ready) .hero-eyebrow,
  body:not(.page-ready) .hero-content h1,
  body:not(.page-ready) .hero-copy,
  body:not(.page-ready) .hero-actions,
  body:not(.page-ready) .hero-products .product-pill {
    opacity: 1;
  }

  body.page-ready .hero-background,
  body.page-ready .hero-overlay,
  body.page-ready .hero-eyebrow,
  body.page-ready .hero-content h1,
  body.page-ready .hero-copy,
  body.page-ready .hero-actions,
  body.page-ready .hero-products .product-pill {
    animation: none;
  }
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  padding: 93px 40px 127px;
  color: #fff;
  text-align: center;
}

.hero-eyebrow {
  background: transparent;
  color: #fff201;
  padding: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(26px, 3vw, 42px);
  font-style: italic;
  font-weight: 700;
}

.hero-content h1 {
  max-width: 900px;
  margin-top: 6px;
  font-size: clamp(48px, 6vw, 78px);
}

.hero-copy {
  max-width: 600px;
  margin-top: 22px;
  font-size: 27px;
  letter-spacing: 1px;
  line-height: 1.15;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.78), 0 1px 2px rgba(0, 0, 0, 0.64);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button img {
  width: 16px;
  height: 16px;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--green);
  color: #fff;
  box-shadow: 0 8px 24px rgba(13, 166, 74, 0.28);
}

.button-secondary {
  background: #fff;
  color: var(--green);
  box-shadow: 0 8px 24px rgba(13, 166, 74, 0.28);
}


.button-pink {
  background: var(--pink);
  color: #fff;
}

.button-orange {
  background: var(--orange);
  color: #fff;
}

.hero-products {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.product-pill {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 217px;
  padding: 12px 12px 14px;
  border-radius: var(--radius-md);
  color: #fff;
  text-align: center;
  box-shadow: 0 16px 22px rgba(0, 0, 0, 0.12);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.product-pill:hover,
.product-pill:focus-within {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 22px 32px rgba(0, 0, 0, 0.18);
}

.product-pill::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 0;
  width: 243px;
  height: 126px;
  border-radius: 999px 999px 200px 200px;
  background: radial-gradient(circle at 20% 100%, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 45%, rgba(0, 0, 0, 0.30) 72%);
  transform: translateX(-50%);
  opacity: 0.42;
  pointer-events: none;
}

.product-pill img {
  position: relative;
  z-index: 1;
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 8px;
}

.product-pill h2 {
  position: relative;
  z-index: 1;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 400;
}

.product-pill.pink {
  background: var(--pink);
}

.product-pill.green {
  background: var(--green);
}

.product-pill.orange {
  background: var(--orange);
}

.product-pill.blue {
  background: var(--blue);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 42px 54px;
  align-items: start;
}

.about-copy-block h2,
.certifications-section h2,
.catalog-header h2,
.contact-copy h2 {
  margin-top: 18px;
  font-size: clamp(42px, 4.6vw, 48px);
  padding-bottom: 20px;
}

.about-copy-block p:not(.eyebrow),
.about-side-copy p,
.certifications-section p:not(.eyebrow),
.catalog-header p:last-child,
.catalog-copy li,
.contact-item,
.site-footer p {
  font-size: 15px;
}

.site-footer p {
  text-align: center;
}

.about-copy-block p:not(.eyebrow) + p,
.about-side-copy p + p {
  margin-top: 18px;
}

.about-photo-stack {
  position: relative;
  min-height: 520px;
}

.about-photo {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-photo.tall {
  width: min(100%, 430px);
  height: 430px;
  margin-left: auto;
}

.quality-card {
  position: absolute;
  bottom: 20px;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 210px;
  min-height: 126px;
  padding: 18px 22px;
  border-radius: var(--radius-md);
  background: rgba(240, 248, 243, 0.96);
  box-shadow: var(--shadow);
}

.quality-card strong {
  color: var(--green);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 62px;
  line-height: 0.9;
}

.quality-card span {
  color: #2f6a49;
  font-size: 15px;
}

.certifications-photo {
  position: relative;
  overflow: visible;
}

.about-photo.wide {
    max-width: 595px;
    height: 447px;
    margin-top: -155px;
}

.certifications-photo > img {
  border-radius: inherit;
}

.certification-badges {
  position: absolute;
  bottom: -38px;
  left: 22px;
  display: flex;
  gap: 0px;
}

.certification-badges img{
  width: 110px;
  height: 110px;
  object-fit: contain;
}


.certifications-logos img {
  width: 160px;
  height: 160px;
  object-fit: contain;
}

.about-side-copy {
  align-self: start;
}

.about-side-copy h3 {
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 12px;
}

.product-showcase {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.showcase-intro,
.showcase-outro,
.showcase-tile {
  position: relative;
  height: 280px;
}

.showcase-intro,
.showcase-outro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  color: #fff;
}

.showcase-intro,
.showcase-outro {
  background: linear-gradient(135deg, #06ab4a, #0a8c3e);
}

.showcase-intro p,
.showcase-intro h2,
.showcase-outro span {
  font-family: "Playfair Display", Georgia, serif;
}

.showcase-intro p,
.showcase-outro span {
  font-size: 30px;
  font-style: italic;
}

.showcase-intro h2 {
  font-size: 35px;
}

.showcase-intro span {
  max-width: 240px;
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.35;
}

.showcase-outro {
  align-items: center;
  text-align: center;
}

.showcase-outro span {
  font-size: clamp(34px, 2vw, 52px);
  font-style: normal;
  font-weight: 800;
}

.image-tile {
  overflow: hidden;
}

.image-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.48));
  transition: opacity 0.25s ease;
}

.image-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-tile h3 {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 1;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.15;
  transition: opacity 0.25s ease;
}

.image-tile:hover::after,
.image-tile:hover h3,
.image-tile:focus-within::after,
.image-tile:focus-within h3 {
  opacity: 0;
}

.certifications-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 36px;
  align-items: center;
}

.certifications-logos {
  display: flex;
  justify-content: center;
  gap: 26px;
}

.catalog-header {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 32px;
  align-items: end;
}

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

.catalog-card {
  display: grid;
  grid-template-columns: 214px minmax(0, 1fr);
  gap: 0px;
  align-items: center;
}

.catalog-copy {
  min-height: 236px;
  padding: 21px 32px;
  border-radius: 0px 24px 24px 0px;
  background: #e5edea;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.catalog-copy h3 {
  color: var(--pink);
  font-size: 16px;
  line-height: 1.02;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.business-card .catalog-copy h3 {
  color: var(--orange);
}

.catalog-copy h3 span {
  display: block;
  margin-top: 2px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.catalog-copy ul {
  margin: 26px 0 28px;
  padding: 0;
  list-style: none;
}

.catalog-copy li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--pink);
  font-size: 16px;
  line-height: 1.3;
}

.business-card .catalog-copy li {
  color: var(--orange);
}

.catalog-copy li + li {
  margin-top: 12px;
}

.catalog-copy li img {
  width: 20px;
  margin-top: 1px;
  flex: 0 0 auto;
}

.catalog-copy li img.phone-icon {
  width: 16px;
  margin-top: -3px;
  margin-left: 1.5px;
  flex: 0 0 auto;
}

.email-text {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.catalog-copy .button {
  align-self: flex-start;
  min-height: 40px;
  padding: 0 26px;
  font-size: 14px;
  box-shadow: none;
}

.contact-panel {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 28px;
  align-items: center;
  padding: 40px 48px;
  border-radius: var(--radius-xl);
  background: var(--green);
  color: #fff;
  box-shadow: var(--shadow);
}

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

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.contact-item img {
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  margin-top: -1px;
}

.contact-visual {
  display: flex;
  justify-content: center;
}

.contact-visual img {
  max-width: 367px;
  margin-top: -98px;
}

.site-footer {
  padding: 28px 0 40px;
}

@media (max-width: 1120px) {
  /* .hero-panel {
    min-height: 840px;
  } */
   .about-photo.wide{
    margin-top: -44px;
   }

  .hero-content h1 {
    max-width: 760px;
    font-size: clamp(52px, 6vw, 72px);
  }

  .hero-copy {
    font-size: 22px;
  }
}

@media (max-width: 920px) {
  /* .hero-panel {
    min-height: 900px;
  } */
   .about-photo.wide{
    margin-top: 0px;
   }


  .about-grid{
    padding-top: 200px;
  }

  .hero-products {
    grid-template-columns: repeat(3, 1fr);
    /* right: 28px; */
    /* bottom: -118px; */
    /* left: 28px; */
  }

  .product-pill::before{
    width: 269px;
  }

  /* .section-spacing {
    padding-top: 352px;
  } */
  

  .catalog-grid,
  .contact-panel,
  .catalog-header,
  .certifications-grid
 {
    grid-template-columns: 1fr;
  }

  .about-photo.wide {
    max-width: none;
  }

  .contact-visual {
    order: -1;
  }
}

@media (max-width: 820px) {
  .product-showcase {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .site-header::after {
    display: none;
  }

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

  .about-copy-block {
    order: 1;
  }

  .about-photo.tall{
    margin: auto;
  }

  .about-photo-stack {
    order: 2;
  }

  .about-side-copy {
    order: 3;
  }

  .certifications-photo {
    order: 4;
  }


  :root {
    --container: min(100% - 54px, 640px);
  }

  .hero-shell {
    width: min(100vw - 20px, 680px);
  }

  .header-inner {
    justify-content: space-between;
    min-height: 76px;
  }

  .brand img {
    width: 86px;
  }

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

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 14px;
    left: 14px;
    width: auto;
    transform: none;
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 12px;
    background: var(--green);
    border-radius: 20px;
    box-shadow: var(--shadow);
    min-height: auto;
  }

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

  .site-nav a {
    padding: 12px 10px;
  }

  .hero-panel {
    /* min-height: 1060px; */
    border-radius: 28px;
  }

  .hero-content {
    /* align-items: flex-start; */
    min-height: 620px;
    padding: 42px 24px 380px;
    /* text-align: left; */
  }

  .hero-content h1 {
    /* max-width: 320px; */
    font-size: 52px;
  }

  .hero-copy {
    max-width: 280px;
    font-size: 20px;
  }

  /* .hero-actions {
    justify-content: flex-start;
  } */

  .hero-products {
    grid-template-columns: repeat(2, 1fr);
    /* bottom: 28px; */
    gap: 12px;
    margin-top: -300px;
  }

  .product-pill {
    min-height: 146px;
  }
  .product-pill::before {
    width: 331px;
    height: 187px;
    bottom: -56px;
  }

  

  .showcase-intro,
  .showcase-outro,
  .showcase-tile {
    min-height: 220px;
  }

  /* .certifications-logos {
    justify-content: flex-start;
    flex-wrap: wrap;
  } */

  /* .catalog-card {
    grid-template-columns: 1fr;
    gap: 18px;
  } */

  /* .catalog-cover {
    max-width: 280px;
  } */

  .contact-panel {
    padding: 30px 24px;
  }

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

@media (max-width: 560px) {
  .brand img {
    width: 72px;
  }
  .showcase-intro, .showcase-outro{
        padding: 13px;
  }
  .showcase-intro h2{
    font-size: 29px;
  }

  /* .product-showcase {
    grid-template-columns: 1fr;
  } */

  /* .hero-panel {
    min-height: 1240px;
  } */

  .hero-eyebrow {
    font-size: 22px;
  }

  .hero-content h1 {
    font-size: 44px;
  }

  /* .hero-products {
    grid-template-columns: 1fr;
    bottom: 22px;
  } */

  .catalog-card {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .catalog-cover {
    max-width: 280px;
    margin: auto;
  }
  .catalog-copy{
    border-radius: 24px;
    text-align: center  ;
  }
  .catalog-copy ul{
    margin: auto;
  }
  .catalog-copy .button{
    margin: auto;
  }

  /* .quality-card {
    position: static;
    margin-top: 18px;
  } */

  /* .about-photo.tall {
    width: 100%;
    height: 360px;
  } */

  .certification-badges {
    left: 14px;
    bottom: -24px;
  }

  .certification-badges img {
    width: 88px;
    height: 88px;
  }

  .certifications-logos img {
    width: 100px;
    height: 100px;
  }
  .contact-visual img{
    width: 100%;
  }
}

@media (max-width: 380px) {
 .product-showcase {
    grid-template-columns: 1fr;
  }
  .showcase-intro span{
    max-width: 100%;
  }

}