html {
  background: #eef1ed;
}

.feedus-home {
  --home-green: #32bb28;
  --home-green-dark: #18a72a;
  --home-ink: #0d1825;
  --home-muted: #5f6670;
  width: min(100%, 1440px);
  min-height: 100%;
  margin: 0 auto;
  background: #fff;
  color: var(--home-ink);
  box-shadow: 0 0 42px rgba(13, 24, 37, .10);
}

.feedus-home .container { width: min(1200px, calc(100% - 48px)); }
.feedus-home .site-header { position: relative; background: #fff; border-bottom: 1px solid #ebedf0; backdrop-filter: none; }
.feedus-home .nav { min-height: 88px; }
.feedus-home .brand img { width: auto; height: 68px; }
.feedus-home .nav-links { gap: 36px; }
.feedus-home .nav-links a { font-size: 15px; font-weight: 500; color: #111b28; }
.feedus-home .nav-links a.active { position: relative; color: var(--home-green-dark); }
.feedus-home .nav-links a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -14px; height: 2px; background: var(--home-green); }
.feedus-home .nav-cta { padding: 14px 28px; background: linear-gradient(135deg, #30c52c, #2bbf29); box-shadow: none; }

.feedus-hero {
  position: relative;
  min-height: clamp(570px, 46vw, 660px);
  overflow: hidden;
  background: linear-gradient(90deg, rgba(12, 8, 5, .88) 0%, rgba(18, 12, 8, .74) 38%, rgba(18, 12, 8, .18) 72%, rgba(18, 12, 8, .08) 100%), url("/feedus/assets/feedus-venue-build007.jpg") center / cover no-repeat;
  color: #fff;
}

.feedus-hero-grid { position: relative; min-height: clamp(570px, 46vw, 660px); padding: 0; }
.feedus-hero-copy { position: relative; z-index: 2; width: min(54%, 590px); min-height: clamp(570px, 46vw, 660px); display: flex; flex-direction: column; justify-content: center; padding: 45px 18px 45px 0; }
.feedus-kicker { margin: 0 0 18px; color: #fff; font-size: 14px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.feedus-hero h1 { max-width: 510px; margin: 0 0 20px; font-size: clamp(49px, 4.7vw, 66px); line-height: .98; letter-spacing: -.045em; }
.feedus-hero h1 span { display: block; color: var(--home-green); }
.feedus-hero h2 { margin: 0 0 6px; color: #fff; font-size: 25px; letter-spacing: -.02em; }
.feedus-hero-copy > p:not(.feedus-kicker) { margin: 0 0 26px; color: rgba(255,255,255,.92); font-size: 20px; line-height: 1.35; }
.feedus-actions { display: flex; gap: 15px; flex-wrap: wrap; }
.feedus-btn { display: inline-flex; min-height: 48px; padding: 12px 25px; align-items: center; justify-content: center; border-radius: 999px; color: #fff; font-size: 15px; font-weight: 700; }
.feedus-btn-primary { background: linear-gradient(135deg, #30c52c, #2dbd27); box-shadow: 0 9px 22px rgba(48,197,44,.22); }
.feedus-btn-outline { border: 2px solid rgba(255,255,255,.95); background: rgba(0,0,0,.18); }
.play { display: inline-grid; width: 23px; height: 23px; margin-right: 9px; place-items: center; border-radius: 50%; background: #fff; color: #16202b; font-size: 10px; }
.feedus-hero-media { position: absolute; z-index: 0; inset: 0 -70px 0 39%; min-width: 0; margin: 0; overflow: hidden; }
.feedus-hero-media::before { content: ""; position: absolute; z-index: 1; inset: 0 auto 0 0; width: 38%; background: linear-gradient(90deg, rgba(17,11,7,.96) 0%, rgba(17,11,7,.74) 32%, rgba(17,11,7,0) 100%); }
.feedus-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 46%; }

.benefits { padding: 28px 0; background: #fff; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.benefit-grid article { min-height: 154px; padding: 20px 16px; text-align: center; border: 1px solid #eef0f2; border-radius: 14px; background: #fff; box-shadow: 0 9px 26px rgba(19,30,45,.08); }
.benefit-icon { height: 52px; margin-bottom: 7px; color: var(--home-green); font-size: 49px; font-weight: 800; line-height: 52px; }
.benefit-icon.bars { display: flex; align-items: flex-end; justify-content: center; gap: 5px; }
.benefit-icon.bars i { display: block; width: 11px; background: var(--home-green); }
.benefit-icon.bars i:nth-child(1) { height: 19px; }
.benefit-icon.bars i:nth-child(2) { height: 34px; }
.benefit-icon.bars i:nth-child(3) { height: 48px; }
.benefit-icon.people { letter-spacing: -11px; transform: translateX(-5px); }
.benefit-grid h3 { margin: 0 0 4px; color: var(--home-ink); font-size: 18px; line-height: 1.08; }
.benefit-grid p { margin: 0; color: var(--home-muted); font-size: 14px; line-height: 1.25; }

.how-section { padding: 22px 0 34px; background: linear-gradient(90deg, #fbfdf9, #f6fbf5 52%, #fbfdf9); }
.feedus-section-head { margin-bottom: 24px; text-align: center; }
.feedus-section-head h2 { position: relative; display: inline-block; margin: 0 0 8px; font-size: 42px; letter-spacing: -.04em; }
.feedus-section-head h2::after { content: ""; position: absolute; left: 36%; right: 18%; bottom: -3px; height: 3px; border-radius: 99px; background: var(--home-green); transform: rotate(-3deg); }
.feedus-section-head p { margin: 0; color: var(--home-muted); font-size: 17px; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; }
.steps-grid article { position: relative; min-height: 145px; padding: 2px 10px; text-align: center; }
.steps-grid article:not(:last-child)::after { content: "›"; position: absolute; top: 41px; right: -23px; color: var(--home-green); font-size: 50px; font-weight: 200; }
.step-number { position: absolute; top: 0; left: 4px; display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: var(--home-green); color: #fff; font-weight: 800; }
.step-icon { height: 61px; color: #111; font-size: 58px; font-weight: 800; line-height: 61px; }
.step-icon.burger { font-size: 49px; }
.steps-grid h3 { margin: 2px 0 2px; font-size: 20px; }
.steps-grid p { margin: 0; color: var(--home-muted); font-size: 14px; line-height: 1.25; }

.menu-showcase { height: clamp(330px, 31vw, 480px); min-height: 0; display: grid; grid-template-columns: 54% 46%; align-items: stretch; overflow: hidden; background: #fff; }
.menu-visual { min-width: 0; min-height: 0; display: flex; align-items: center; justify-content: center; overflow: hidden; background: #fff; }
.menu-visual img { width: 100%; height: 100%; max-width: 100%; max-height: 100%; object-fit: contain; object-position: center; }
.menu-copy { padding: 42px clamp(28px, 5vw, 78px) 34px 50px; display: flex; flex-direction: column; justify-content: center; }
.menu-copy h2 { margin: 0 0 24px; font-size: clamp(39px, 4vw, 54px); line-height: .98; letter-spacing: -.045em; }
.menu-copy h2 span { color: var(--home-green); }
.menu-points { display: grid; gap: 20px; }
.menu-points article { display: grid; grid-template-columns: 54px 1fr; gap: 15px; align-items: center; }
.menu-points article > span { color: var(--home-green); font-size: 45px; font-weight: 800; text-align: center; }
.menu-points h3 { margin: 0 0 2px; font-size: 18px; }
.menu-points p { margin: 0; color: var(--home-muted); font-size: 15px; }

.family-experience { position: relative; height: clamp(300px, 28vw, 400px); display: grid; grid-template-columns: 56% 52%; overflow: hidden; border-top: 1px solid #eef0f2; background: #fff; }
.family-experience figure { min-width: 0; height: 100%; margin: 0; overflow: hidden; }
.family-experience img { width: 100%; height: 100%; object-fit: cover; }
.experience-venue { position: relative; z-index: 1; }
.experience-venue img { object-position: left center; }
.experience-family { position: relative; z-index: 2; margin-left: -15%; }
.experience-family::before { content: ""; position: absolute; z-index: 2; inset: 0 auto 0 0; width: 34%; pointer-events: none; background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.86) 18%, rgba(255,255,255,.30) 58%, rgba(255,255,255,0) 100%); }
.experience-family img { object-position: center 54%; }
.experience-message { position: absolute; z-index: 4; left: clamp(32px, 5vw, 74px); bottom: clamp(24px, 3vw, 42px); display: flex; flex-direction: column; gap: 3px; padding: 14px 18px; border-radius: 13px; background: rgba(7,13,10,.76); color: #fff; box-shadow: 0 10px 28px rgba(0,0,0,.15); backdrop-filter: blur(5px); }
.experience-message span { color: #7ee86f; font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.experience-message strong { font-size: clamp(20px, 2.1vw, 30px); line-height: 1.1; }

.feedus-cta { padding: 32px 0 36px; text-align: center; color: #fff; background: linear-gradient(rgba(7,7,6,.72), rgba(7,7,6,.76)), url("/feedus/assets/feedus-venue-build007.jpg") center 58% / cover no-repeat; }
.feedus-cta h2 { margin: 0 0 3px; color: #fff; font-size: 37px; }
.feedus-cta p { margin: 0 0 20px; color: #fff; font-size: 17px; }
.feedus-actions-center { justify-content: center; }

.feedus-home .footer { margin: 0; padding: 20px 0 0; background: #fff; color: var(--home-ink); }
.feedus-footer-main { display: grid; grid-template-columns: 150px 1fr auto minmax(170px, auto); gap: 24px; align-items: center; padding-bottom: 18px; }
.feedus-home .footer-logo { padding: 0; background: transparent; }
.feedus-home .footer-logo img { width: auto; height: 54px; object-fit: contain; filter: none; }
.feedus-home .footer-links { gap: 28px; }
.feedus-home .footer-links a { color: var(--home-ink); font-size: 13px; }
.footer-socials { display: flex; gap: 12px; align-items: center; font-weight: 800; }
.footer-socials span { display: grid; width: 24px; height: 24px; place-items: center; border: 2px solid #111; border-radius: 5px; font-size: 12px; }
.footer-powered { color: #343b45; font-size: 11px; line-height: 1.35; }
.feedus-home .footer-bottom { padding: 10px 0 15px; border-top: 1px solid #eceef0; color: #56606d; font-size: 11px; }

@media (max-width: 1000px) {
  .feedus-home .nav-links { gap: 18px; }
  .feedus-hero-copy { width: min(57%, 535px); }
  .feedus-hero-media { right: -48px; left: 37%; }
  .feedus-hero h1 { font-size: 49px; }
  .feedus-footer-main { grid-template-columns: auto 1fr auto; }
  .footer-powered { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .feedus-home .container { width: min(100% - 28px, 1200px); }
  .feedus-home .nav { min-height: 76px; }
  .feedus-home .brand img { height: 56px; }
  .feedus-home .nav-links { position: static; flex-basis: 100%; margin: 0; }
  .feedus-home .nav-links a.active::after { display: none; }
  .feedus-hero { min-height: 0; }
  .feedus-hero-grid { min-height: 0; width: 100%; }
  .feedus-hero-copy { width: 100%; min-height: 0; padding: 44px 24px 34px; background: linear-gradient(90deg, rgba(12,8,5,.94), rgba(18,12,8,.78)); }
  .feedus-hero h1 { font-size: clamp(43px, 13vw, 58px); }
  .feedus-hero-media { position: relative; inset: auto; height: 430px; margin: 0; }
  .feedus-hero-media::before { width: 14%; background: linear-gradient(90deg, rgba(17,11,7,.72), rgba(17,11,7,0)); }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid article:not(:last-child)::after { display: none; }
  .menu-showcase { height: auto; grid-template-columns: 1fr; }
  .menu-visual { height: 340px; }
  .menu-copy { padding: 36px 24px; }
  .family-experience { height: auto; min-height: 475px; grid-template-columns: 1fr; grid-template-rows: 185px 330px; }
  .experience-venue { grid-row: 1; }
  .experience-family { grid-row: 2; margin: -40px 0 0; }
  .experience-family::before { inset: 0 0 auto; width: 100%; height: 30%; background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,.65) 34%, rgba(255,255,255,0) 100%); }
  .experience-family img { object-position: center 50%; }
  .experience-message { left: 20px; right: auto; bottom: 20px; }
  .feedus-footer-main { grid-template-columns: 1fr; justify-items: start; }
  .feedus-home .footer-links { justify-content: flex-start; }
}

@media (max-width: 480px) {
  .feedus-kicker { font-size: 11px; }
  .feedus-hero-copy > p:not(.feedus-kicker) { font-size: 17px; }
  .feedus-btn { width: 100%; }
  .feedus-hero-media { height: 330px; }
  .benefit-grid, .steps-grid { grid-template-columns: 1fr; }
  .feedus-section-head h2 { font-size: 36px; }
  .menu-visual { height: 265px; }
  .family-experience { min-height: 415px; grid-template-rows: 145px 300px; }
  .experience-message { right: 18px; }
  .feedus-cta h2 { font-size: 31px; }
}
