:root {
  --green: #149447;
  --deep-green: #073d25;
  --leaf: #35bd57;
  --yellow: #ffd23f;
  --orange: #ff8a1d;
  --red: #ef3340;
  --cream: #fffdf4;
  --ink: #173021;
  --muted: #65756b;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(9, 70, 39, .18);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Poppins", sans-serif;
  color: var(--ink);
  background: var(--cream);
  overflow-x: hidden;
}
img { width: 100%; display: block; object-fit: cover; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.section-pad { padding: 92px 0; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: .78rem;
}
.eyebrow::before { content: ""; width: 26px; height: 3px; background: linear-gradient(90deg, var(--yellow), var(--red)); border-radius: 10px; }
h1, h2, h3 { font-family: "Marcellus", serif; letter-spacing: 0; }
h1 { font-size: clamp(2.7rem, 7vw, 5.8rem); line-height: .95; }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.05; }
p { color: var(--muted); line-height: 1.75; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 253, 244, .9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(20, 148, 71, .12);
  transition: box-shadow .3s ease, background .3s ease;
}
.site-header.scrolled { box-shadow: 0 14px 36px rgba(7, 61, 37, .14); background: rgba(255, 255, 255, .96); }
.navbar {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 84px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.brand { display: grid; gap: 2px; min-width: max-content; }
.brand span { font-weight: 900; color: var(--deep-green); font-size: 1.25rem; }
.brand small { color: var(--orange); font-weight: 700; }
.nav-menu { margin-left: auto; display: flex; align-items: center; gap: 22px; font-weight: 700; }
.nav-menu a { position: relative; padding: 8px 0; }
.nav-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--green), var(--yellow), var(--red));
  border-radius: 20px;
  transition: width .25s ease;
}
.nav-menu a:hover::after, .nav-menu a.active::after { width: 100%; }
.nav-call {
  background: linear-gradient(135deg, var(--green), #0b6f38);
  color: var(--white);
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(20, 148, 71, .24);
}
.nav-toggle {
  display: none;
  margin-left: auto;
  width: 46px;
  height: 46px;
  border: 0;
  background: var(--yellow);
  border-radius: 50%;
  cursor: pointer;
}
.nav-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--deep-green); transition: .3s ease; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero {
  min-height: calc(100vh - 84px);
  display: grid;
  place-items: center;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
  padding: 120px 18px 90px;
}
.home-hero {
  background:
    linear-gradient(115deg, rgba(7, 61, 37, .92), rgba(20, 148, 71, .66) 45%, rgba(239, 51, 64, .5)),
    url("../images/luxury-fruit-dessert-display.jpeg") center/cover;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 160px;
  background: linear-gradient(0deg, var(--cream), transparent);
  z-index: -1;
}
.hero-content { width: min(960px, 100%); text-align: center; }
.radhe {
  color: var(--yellow);
  font-weight: 800;
  font-size: clamp(1.1rem, 3vw, 1.8rem);
  margin-bottom: 14px;
  text-shadow: 0 8px 26px rgba(0,0,0,.3);
}
.hero .eyebrow { color: var(--yellow); }
.hero h1 { margin: 18px 0; text-shadow: 0 16px 36px rgba(0,0,0,.33); }
.hero p { color: rgba(255,255,255,.9); font-size: 1.08rem; max-width: 820px; margin: 0 auto; }
.hero-actions { margin-top: 34px; display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(7, 61, 37, .18);
  transition: transform .25s ease, box-shadow .25s ease;
}
.btn:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(239, 51, 64, .22); }
.btn-primary { background: linear-gradient(135deg, var(--red), var(--orange)); color: var(--white); }
.btn-yellow { background: linear-gradient(135deg, var(--yellow), #fff176); color: var(--deep-green); }
.btn-whatsapp { background: linear-gradient(135deg, #22c55e, #0b8f3c); color: var(--white); }
.float-fruit, .float-leaf { position: absolute; z-index: -1; opacity: .9; filter: drop-shadow(0 20px 24px rgba(0,0,0,.2)); animation: floaty 6s ease-in-out infinite; }
.fruit-one { width: 95px; height: 95px; border-radius: 50%; background: radial-gradient(circle at 30% 30%, #fff59d, var(--orange) 45%, var(--red)); top: 18%; left: 7%; }
.fruit-two { width: 72px; height: 72px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #d9ff7a, var(--leaf) 48%, #0f7c3c); bottom: 18%; right: 9%; animation-delay: 1.2s; }
.leaf-one, .leaf-two { width: 110px; height: 48px; background: linear-gradient(135deg, #b7f55a, var(--green)); border-radius: 100% 0 100% 0; transform: rotate(-28deg); }
.leaf-one { top: 24%; right: 16%; animation-delay: .6s; }
.leaf-two { bottom: 25%; left: 14%; animation-delay: 1.8s; }
@keyframes floaty { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-24px) rotate(9deg); } }

.strip-grid { width: min(1240px, calc(100% - 28px)); margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.strip-card, .service-card, .why-card, .contact-card, .testimonial-card {
  background: var(--white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform .3s ease, box-shadow .3s ease;
}
.strip-card { height: 210px; position: relative; }
.strip-card img { height: 100%; transition: transform .45s ease; }
.strip-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,61,37,.78), transparent 62%); }
.strip-card h3 { position: absolute; left: 18px; right: 18px; bottom: 18px; z-index: 2; color: var(--white); font-size: 1.35rem; }
.strip-card:hover, .service-card:hover, .why-card:hover, .contact-card:hover { transform: translateY(-10px); box-shadow: 0 26px 70px rgba(239, 51, 64, .22); }
.strip-card:hover img, .gallery-item:hover img, .service-card:hover img, .why-card:hover img { transform: scale(1.08); }

.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; align-items: center; }
.image-frame { position: relative; border-radius: 8px; overflow: hidden; box-shadow: var(--shadow); min-height: 430px; }
.image-frame::before { content: ""; position: absolute; inset: 18px; border: 2px solid rgba(255,255,255,.8); z-index: 1; border-radius: 8px; pointer-events: none; }
.image-frame img { height: 100%; min-height: 430px; }
.content-block h2 { margin: 14px 0 18px; color: var(--deep-green); }
.content-block p + p { margin-top: 12px; }
.check-list { list-style: none; margin: 24px 0; display: grid; gap: 12px; }
.check-list li { font-weight: 800; color: var(--deep-green); }
.check-list li::before { content: "✓"; color: var(--green); margin-right: 10px; font-weight: 900; }

.services-section {
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 210, 63, .45), transparent 25%),
    radial-gradient(circle at 96% 16%, rgba(239, 51, 64, .12), transparent 30%),
    linear-gradient(180deg, #f3ffe8, #fff9da);
}
.section-heading { text-align: center; max-width: 760px; margin: 0 auto 42px; }
.section-heading h2 { margin: 12px 0; color: var(--deep-green); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.service-card { padding-bottom: 24px; position: relative; }
.service-card img { height: 190px; transition: transform .45s ease; }
.service-card i, .why-card i, .contact-card i {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: linear-gradient(135deg, var(--green), var(--orange));
  font-size: 1.35rem;
  margin: -29px 20px 14px;
  position: relative;
  z-index: 2;
  box-shadow: 0 12px 28px rgba(20, 148, 71, .28);
}
.service-card h3, .service-card p, .service-card a { margin-left: 20px; margin-right: 20px; }
.service-card h3 { color: var(--deep-green); font-size: 1.35rem; }
.service-card p { margin-top: 10px; font-size: .94rem; }
.service-card a { margin-top: 18px; display: inline-flex; color: var(--red); font-weight: 900; }

.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 18px; }
.gallery-item { position: relative; overflow: hidden; border-radius: 8px; box-shadow: var(--shadow); }
.gallery-item img { height: 100%; transition: transform .45s ease; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item figcaption {
  position: absolute;
  inset: auto 16px 16px;
  background: rgba(255,255,255,.92);
  color: var(--deep-green);
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 900;
  transform: translateY(80px);
  transition: transform .3s ease;
}
.gallery-item:hover figcaption { transform: translateY(0); }
.gallery-item figcaption i { color: var(--yellow); margin-right: 8px; animation: spinFruit 2.8s linear infinite; }
@keyframes spinFruit { to { transform: rotate(360deg); } }

.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.why-card { padding-bottom: 26px; }
.why-card img { height: 240px; transition: transform .45s ease; }
.why-card h3, .why-card p { margin-left: 22px; margin-right: 22px; }
.why-card h3 { color: var(--deep-green); font-size: 1.45rem; }
.why-card p { margin-top: 10px; }
.values-band { background: #f8ffe9; }

.counter-section {
  padding: 62px 0;
  background: linear-gradient(135deg, var(--deep-green), #0b7439);
  color: var(--white);
}
.counter-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; text-align: center; }
.counter-box strong { display: block; font-size: clamp(2.3rem, 5vw, 4rem); font-weight: 900; color: var(--yellow); }
.counter-box span { color: rgba(255,255,255,.9); font-weight: 800; }

.testimonials { background: linear-gradient(180deg, var(--cream), #fff3d3); }
.testimonial-wrap { max-width: 850px; margin: 0 auto; position: relative; }
.testimonial-card { display: none; padding: 38px; text-align: center; border: 1px solid rgba(20,148,71,.12); }
.testimonial-card.active { display: block; animation: fadeUp .45s ease; }
.testimonial-card > i { color: var(--red); font-size: 2.4rem; }
.testimonial-card p { font-size: 1.12rem; margin: 16px auto; max-width: 680px; }
.stars { color: var(--yellow); font-size: 1.35rem; letter-spacing: 3px; }
.testimonial-card h3 { margin-top: 8px; color: var(--deep-green); }
.slider-dots { display: flex; justify-content: center; gap: 10px; margin-top: 18px; }
.slider-dots button { width: 12px; height: 12px; border: 0; border-radius: 50%; background: #bad5c3; cursor: pointer; }
.slider-dots button.active { background: var(--red); transform: scale(1.2); }

.contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.contact-card { padding: 34px 22px; text-align: center; min-height: 230px; display: flex; flex-direction: column; justify-content: center; align-items: center; word-break: break-word; }
.contact-card i { margin: 0 auto 18px; }
.contact-card h3 { color: var(--deep-green); font-size: 1.35rem; }
.contact-card p { margin-top: 8px; font-weight: 700; color: var(--muted); }
.contact-card small { margin-top: 8px; color: var(--red); font-weight: 800; }

.order-section {
  padding: 100px 0;
  background:
    linear-gradient(115deg, rgba(7,61,37,.9), rgba(255,210,63,.55)),
    url("../images/artistic-fruit-platter.jpeg") center/cover fixed;
}
.order-panel {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 40px;
  align-items: center;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(18px);
  border-radius: 8px;
  padding: clamp(24px, 5vw, 52px);
  box-shadow: var(--shadow);
}
.order-panel h2 { color: var(--deep-green); margin: 12px 0; }
.order-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.order-form input, .order-form select, .order-form textarea {
  width: 100%;
  border: 1px solid rgba(20,148,71,.22);
  background: var(--white);
  border-radius: 8px;
  min-height: 52px;
  padding: 13px 14px;
  font: inherit;
  outline: none;
}
.order-form textarea { grid-column: 1 / -1; min-height: 110px; resize: vertical; }
.order-form button { grid-column: 1 / -1; }

.page-hero {
  padding: 150px 0 105px;
  color: var(--white);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(7,61,37,.9), rgba(20,148,71,.65), rgba(239,51,64,.35)); z-index: 0; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 950px; margin: 14px auto; }
.page-hero p { color: rgba(255,255,255,.9); max-width: 760px; margin: 0 auto; }
.about-page { background: url("../images/event-guests-fruit-service.jpeg") center 42%/cover; }
.services-page { background: url("../images/wedding-fruit-counter.jpeg") center/cover; }
.contact-page { background: url("../images/premium-fruit-baskets.jpeg") center/cover; }

.footer {
  background:
    radial-gradient(circle at 20% 10%, rgba(255,210,63,.14), transparent 25%),
    linear-gradient(135deg, #052b1c, var(--deep-green));
  color: var(--white);
  padding-top: 72px;
}
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 34px; }
.footer h2, .footer h3 { color: var(--yellow); margin-bottom: 16px; }
.footer p, .footer a { color: rgba(255,255,255,.78); display: block; margin: 9px 0; line-height: 1.55; }
.footer a:hover { color: var(--yellow); }
.socials { display: flex; gap: 10px; margin-top: 18px; }
.socials a { width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,.12); display: grid; place-items: center; color: var(--white); }
.copyright { border-top: 1px solid rgba(255,255,255,.12); margin-top: 54px; padding: 20px; text-align: center; color: rgba(255,255,255,.7); }

.float-btn {
  position: fixed;
  bottom: 24px;
  z-index: 1001;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--white);
  font-size: 1.35rem;
  animation: pulseGlow 1.8s ease-in-out infinite;
  box-shadow: 0 12px 28px rgba(0,0,0,.22);
}
.call-float { left: 22px; background: linear-gradient(135deg, var(--yellow), var(--orange)); color: var(--deep-green); }
.whatsapp-float { right: 22px; background: linear-gradient(135deg, #27d367, #0b8f3c); }
@keyframes pulseGlow { 0%,100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255,210,63,.42); } 50% { transform: scale(1.08); box-shadow: 0 0 0 16px rgba(255,210,63,0); } }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1080px) {
  .nav-call { display: none; }
  .strip-grid, .service-grid, .contact-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .section-pad { padding: 68px 0; }
  .navbar { min-height: 74px; }
  .nav-toggle { display: block; }
  .nav-menu {
    position: fixed;
    top: 74px;
    left: 14px;
    right: 14px;
    display: grid;
    gap: 8px;
    background: var(--white);
    padding: 18px;
    border-radius: 8px;
    box-shadow: var(--shadow);
    transform: translateY(-18px);
    opacity: 0;
    pointer-events: none;
    transition: .3s ease;
  }
  .nav-menu.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .hero { min-height: auto; padding: 110px 18px 78px; }
  .two-col, .order-panel { grid-template-columns: 1fr; gap: 30px; }
  .why-grid, .counter-grid { grid-template-columns: 1fr; }
  .order-form { grid-template-columns: 1fr; }
  .strip-grid { overflow-x: auto; display: flex; padding-bottom: 12px; scroll-snap-type: x mandatory; }
  .strip-card { flex: 0 0 78%; scroll-snap-align: center; }
  .gallery-item.wide, .gallery-item.tall { grid-column: auto; grid-row: auto; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 24px, 1180px); }
  .brand span { font-size: 1rem; }
  .brand small { font-size: .72rem; }
  .hero { padding-bottom: 132px; }
  .hero-actions { align-items: stretch; flex-direction: column; margin-bottom: 58px; }
  .btn { width: 100%; }
  .service-grid, .contact-grid, .gallery-grid, .footer-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-auto-rows: 260px; }
  .image-frame, .image-frame img { min-height: 330px; }
  .testimonial-card { padding: 28px 18px; }
  .page-hero { padding: 120px 0 80px; }
  .float-btn { width: 52px; height: 52px; bottom: 18px; }
}
