@import url('site.css');

body { background: var(--srl-cream); }

/* nav */
.home-nav { position: sticky; top: 0; z-index: 50; background: #fff; box-shadow: 0 2px 14px rgba(26,23,20,.08); }
.home-nav-inner { max-width: 1240px; margin: 0 auto; padding: 14px 28px; min-height: 78px; display: flex; flex-wrap: wrap; align-items: center; gap: 16px 36px; }
.home-nav-links { display: flex; flex-wrap: wrap; gap: 14px 28px; margin-left: auto; align-items: center; font-family: var(--font-display); font-weight: 700; font-size: 15px; }
.home-nav-links a { color: var(--srl-dark); }
.home-nav-links a:hover { color: var(--srl-red); }
.home-nav-cta { background: var(--srl-green); color: #fff !important; padding: 11px 22px; border-radius: 10px; font-weight: 800; box-shadow: 0 4px 12px rgba(0,163,41,.25); }
.home-nav-cta:hover { background: var(--srl-green-dark); color: #fff !important; }
.home-nav-toggle { margin-left: auto; background: var(--srl-red); border: none; border-radius: 10px; width: 46px; height: 46px; display: none; flex-direction: column; gap: 5px; align-items: center; justify-content: center; cursor: pointer; }
.home-nav-toggle span { width: 20px; height: 2.5px; background: #fff; border-radius: 2px; }
.home-nav-mobile { display: none; background: #fff; border-top: 1px solid #F0E9DB; box-shadow: 0 18px 30px rgba(26,23,20,.12); padding: 14px 28px 20px; flex-direction: column; gap: 4px; font-family: var(--font-display); font-weight: 700; font-size: 17px; }
.home-nav-mobile.is-open { display: flex; }
.home-nav-mobile a { color: var(--srl-dark); padding: 12px 4px; border-bottom: 1px solid #F5EFE3; }
@media (max-width: 880px) {
  .home-nav-links { display: none; }
  .home-nav-toggle { display: flex; }
}

/* whatsapp floating */
.home-wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 60; width: 60px; height: 60px; border-radius: 50%; background: var(--srl-green); display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 26px rgba(0,163,41,.45); transition: transform .2s ease; }
.home-wa-float:hover { transform: scale(1.08); }

/* hero */
.home-hero { background: var(--srl-cream-2); position: relative; overflow: hidden; }
.home-hero-dots { position: absolute; inset: 0; background-image: radial-gradient(rgba(199,30,31,.07) 1.6px, transparent 1.6px); background-size: 26px 26px; }
.home-hero-inner { position: relative; max-width: 1280px; margin: 0 auto; padding: 84px 28px 0; text-align: center; }
.home-hero-eyebrow { font-family: var(--font-display); font-weight: 700; font-size: 14px; letter-spacing: .3em; color: var(--srl-muted); margin-bottom: 24px; }
.home-hero-title { margin: 0; font-family: var(--font-display); font-weight: 900; font-style: italic; line-height: .9; letter-spacing: -.035em; text-transform: uppercase; font-size: clamp(48px, 10vw, 130px); }
.home-hero-title .l1 { display: block; color: var(--srl-red); }
.home-hero-title .l2 { display: block; color: var(--srl-dark); }
.home-hero-title .l3 { display: block; color: var(--srl-green); }
.home-hero-ctas { margin-top: 30px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; padding-bottom: 40px; }
.home-hero-ctas .srl-btn { font-size: 17px; padding: 17px 34px; }
.home-marquee-wrap { background: var(--srl-red); padding: 15px 0; overflow: hidden; }
.home-marquee { display: flex; gap: 48px; width: max-content; animation: marqueeX 22s linear infinite; font-family: var(--font-display); font-weight: 800; font-size: 14.5px; letter-spacing: .18em; color: #fff; white-space: nowrap; }
.home-marquee span.dot { color: var(--srl-lime); }
@keyframes marqueeX { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* generic section header */
.home-section { max-width: 1240px; margin: 0 auto; padding: 80px 28px 30px; }
.home-section-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 24px 30px; margin-bottom: 40px; }
.home-section-title { margin: 0; font-family: var(--font-display); font-weight: 900; font-size: clamp(30px, 4vw, 46px); line-height: 1; letter-spacing: -.02em; }

/* stats */
.home-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 24px; }
.home-stat-card { text-align: center; padding: 34px 20px; background: #fff; border-radius: 18px; box-shadow: 0 6px 22px rgba(26,23,20,.06); border-top: 5px solid var(--srl-red); }
.home-stat-value { font-family: var(--font-display); font-weight: 900; font-size: 48px; line-height: 1; }
.home-stat-label { margin-top: 10px; font-family: var(--font-display); font-weight: 700; font-size: 16px; }

/* products grid */
.home-products-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); grid-auto-rows: 230px; gap: 20px; }
.home-product-card { border-radius: 20px; position: relative; overflow: hidden; background-size: cover; background-position: center; }
.home-product-card .overlay { position: absolute; left: 0; right: 0; bottom: 0; padding: 56px 28px 24px; background: linear-gradient(180deg, transparent, rgba(10,8,6,.82) 60%); color: #fff; pointer-events: none; }
.home-product-card .overlay .title { font-family: var(--font-display); font-weight: 900; font-size: 24px; }
.home-product-card .overlay .sub { margin-top: 4px; font-size: 15px; color: rgba(255,255,255,.85); }

/* stores */
.home-stores-section { background: var(--srl-dark); margin-top: 60px; color: #fff; }
.home-filters { display: flex; gap: 10px; flex-wrap: wrap; }
.home-filter-btn { background: transparent; color: rgba(255,255,255,.8); border: 2px solid rgba(255,255,255,.3); font-family: var(--font-display); font-weight: 800; font-size: 14px; padding: 10px 20px; border-radius: 24px; cursor: pointer; }
.home-filter-btn.is-active { background: var(--srl-lime); color: #0A2E0A; border-color: var(--srl-lime); }
.home-stores-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; }
.home-store-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09); border-radius: 16px; padding: 24px; }
.home-store-photo { height: 160px; border-radius: 12px; margin-bottom: 18px; background: rgba(255,255,255,.06) center/cover no-repeat; }
.home-store-photo-empty { display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.35); font-size: 14px; font-weight: 500; }
.home-store-badge { background: var(--srl-red); color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 12px; letter-spacing: .1em; padding: 4px 10px; border-radius: 12px; }
.home-store-badge.sp { background: var(--srl-green); }
.home-store-city { font-family: var(--font-display); font-weight: 800; font-size: 19px; margin-left: 10px; }
.home-store-address { margin-top: 12px; font-size: 15px; color: rgba(255,255,255,.75); }
.home-store-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; color: var(--srl-lime); font-family: var(--font-display); font-weight: 700; font-size: 14px; }

/* about */
.home-about { max-width: 1240px; margin: 0 auto; padding: 90px 28px 40px; display: flex; flex-wrap: wrap; gap: 50px 70px; align-items: center; justify-content: center; }
.home-about-portrait { width: min(360px, 88vw); aspect-ratio: 1; border-radius: 50%; background: var(--srl-red); display: flex; align-items: center; justify-content: center; overflow: hidden; box-shadow: 0 20px 50px rgba(199,30,31,.25); }
.home-about-text { flex: 1 1 480px; min-width: min(100%, 420px); }
.home-about-body { margin: 24px 0 0; font-size: 18px; line-height: 1.65; color: #5C564C; }

/* careers */
.home-careers { max-width: 1240px; margin: 60px auto 0; padding: 0 28px 90px; }
.home-careers-card { background: var(--srl-green); border-radius: 24px; box-shadow: 0 14px 44px rgba(26,23,20,.10); padding: 54px 48px; color: #fff; }
.home-careers-card h2 { margin: 12px 0 0; font-family: var(--font-display); font-weight: 900; font-size: clamp(28px,4vw,42px); }
.home-careers-actions { margin-top: 26px; display: flex; gap: 14px; flex-wrap: wrap; }
.home-careers-actions a, .home-careers-actions button { background: #fff; color: var(--srl-green-dark); font-family: var(--font-display); font-weight: 800; padding: 15px 28px; border-radius: 12px; border: none; cursor: pointer; font-size: 16px; }

/* footer */
.home-footer { background: var(--srl-red); margin-top: 40px; color: #fff; }
.home-footer-inner { max-width: 1240px; margin: 0 auto; padding: 70px 28px 0; }
.home-footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 44px 50px; padding-bottom: 56px; }
.home-footer-heading { font-family: var(--font-display); font-weight: 800; font-size: 15px; letter-spacing: .16em; color: rgba(255,255,255,.65); margin-bottom: 18px; }
.home-footer-links { display: flex; flex-direction: column; gap: 12px; font-size: 16px; font-weight: 600; }
.home-footer-links a { color: #fff; }
.home-footer-links a:hover { color: var(--srl-lime); }
.home-footer-social { display: flex; gap: 12px; margin-top: 22px; }
.home-footer-social a { width: 44px; height: 44px; border-radius: 12px; background: rgba(255,255,255,.14); display: flex; align-items: center; justify-content: center; }
.home-footer-social a:hover { background: rgba(255,255,255,.26); }
.home-footer-bottom { border-top: 1px solid rgba(255,255,255,.18); padding: 22px 0 26px; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; justify-content: space-between; font-size: 14px; color: rgba(255,255,255,.6); }

[hidden] { display: none !important; }
