/* PawLux v3 — Terracotta · Forest · Wheat */
:root {
    --primary: #C8553D;
    --primary-dark: #A8432F;
    --secondary: #2F5233;
    --secondary-light: #3D6B42;
    --accent: #E8C547;
    --accent-soft: #F5E6A8;
    --bg: #FDF8F3;
    --bg-white: #FFFFFF;
    --bg-section: #EEE8DC;
    --text: #2C2416;
    --text-muted: #6B5E4F;
    --dark: #1A2E1F;
    --radius: 18px;
    --radius-lg: 28px;
    --radius-pill: 100px;
    --shadow: 0 8px 30px rgba(44, 36, 22, 0.07);
    --shadow-lg: 0 20px 50px rgba(44, 36, 22, 0.12);
    --font-head: 'Fraunces', Georgia, serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { font-family: var(--font-body); color: var(--text); background: var(--bg); line-height: 1.75; overflow-x: hidden; }
h1,h2,h3,h4,h5,h6 { font-family: var(--font-head); font-weight: 700; color: var(--text); line-height: 1.2; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; transition: 0.3s ease; }

.btn { font-family: var(--font-body); font-weight: 600; border-radius: var(--radius-pill); padding: 0.8rem 2rem; border: none; transition: 0.3s ease; }
.btn-primary { background: var(--primary); color: #fff; box-shadow: 0 6px 20px rgba(200,85,61,0.3); }
.btn-primary:hover { background: var(--primary-dark); color: #fff; transform: translateY(-2px); }
.btn-secondary { background: var(--secondary); color: #fff; }
.btn-secondary:hover { background: var(--secondary-light); color: #fff; transform: translateY(-2px); }
.btn-outline { background: transparent; border: 2px solid var(--secondary); color: var(--secondary); }
.btn-outline:hover { background: var(--secondary); color: #fff; }
.btn-gold { background: var(--accent); color: var(--text); font-weight: 700; }
.btn-gold:hover { background: #DFB83A; transform: translateY(-2px); }
.btn-lg { padding: 1rem 2.25rem; font-size: 1.05rem; }

.section { padding: 96px 0; }
.section-alt { background: var(--bg-section); }
.section-white { background: var(--bg-white); }
.eyebrow { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--primary); margin-bottom: 0.75rem; display: block; }
.heading { font-size: clamp(2rem, 4.5vw, 2.85rem); margin-bottom: 1rem; }
.heading-light { color: #fff; }
.lead { color: var(--text-muted); font-size: 1.1rem; max-width: 540px; }
.lead-center { margin-left: auto; margin-right: auto; text-align: center; }

/* Header */
.header { position: fixed; top: 16px; left: 16px; right: 16px; z-index: 1050; transition: 0.35s ease; }
.header .nav-wrap { background: rgba(255,255,255,0.95); backdrop-filter: blur(14px); border-radius: var(--radius-pill); padding: 0.6rem 1.5rem; box-shadow: var(--shadow); border: 1px solid rgba(47,82,51,0.08); }
.header.scrolled .nav-wrap { box-shadow: var(--shadow-lg); }
.header .nav-link { font-weight: 600; font-size: 0.9rem; color: var(--text) !important; padding: 0.45rem 1rem !important; border-radius: var(--radius-pill); }
.header .nav-link:hover, .header .nav-link.active { color: var(--primary) !important; background: rgba(200,85,61,0.08); }
.header .btn-cta { background: var(--secondary) !important; color: #fff !important; padding: 0.55rem 1.4rem !important; font-size: 0.88rem; border-radius: var(--radius-pill); }
.header .btn-cta:hover { background: var(--secondary-light) !important; }
@media (max-width: 991px) {
    .header { top: 8px; left: 8px; right: 8px; }
    .header .nav-wrap { border-radius: var(--radius); padding: 1rem; }
    .header .navbar-collapse { margin-top: 0.75rem; }
    .header .btn-cta { width: 100%; margin-top: 0.5rem; display: block; text-align: center; }
}

/* Hero — full bleed image */
.hero { position: relative; min-height: 92vh; display: flex; align-items: center; margin-top: 0; padding: 140px 0 100px; overflow: hidden; }
.hero-photo { position: absolute; inset: 0; z-index: 0; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(105deg, rgba(26,46,31,0.88) 0%, rgba(47,82,51,0.65) 45%, rgba(200,85,61,0.35) 100%); }
.hero-inner { position: relative; z-index: 2; color: #fff; max-width: 680px; }
.hero-inner .eyebrow { color: var(--accent); }
.hero-inner h1 { color: #fff; font-size: clamp(2.4rem, 6vw, 3.8rem); margin-bottom: 1.25rem; }
.hero-inner p { font-size: 1.15rem; opacity: 0.92; margin-bottom: 2rem; line-height: 1.8; }
.hero-pills { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 2rem; }
.hero-pill { background: rgba(255,255,255,0.12); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.2); border-radius: var(--radius-pill); padding: 0.5rem 1.15rem; font-size: 0.85rem; font-weight: 600; color: #fff; display: flex; align-items: center; gap: 0.5rem; }
.hero-pill i { color: var(--accent); }

/* Marquee trust bar */
.trust-bar { background: var(--secondary); padding: 1.25rem 0; overflow: hidden; }
.trust-bar-inner { display: flex; gap: 3rem; animation: marquee 25s linear infinite; white-space: nowrap; }
.trust-bar-item { color: rgba(255,255,255,0.9); font-weight: 600; font-size: 0.9rem; display: inline-flex; align-items: center; gap: 0.5rem; flex-shrink: 0; }
.trust-bar-item i { color: var(--accent); }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* Feature cards */
.feat-card { background: var(--bg-white); border-radius: var(--radius-lg); padding: 2rem 1.75rem; height: 100%; border: 1px solid rgba(47,82,51,0.06); transition: 0.35s ease; position: relative; overflow: hidden; }
.feat-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--primary), var(--accent)); transform: scaleX(0); transition: 0.35s ease; transform-origin: left; }
.feat-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.feat-card:hover::before { transform: scaleX(1); }
.feat-icon { width: 56px; height: 56px; border-radius: 16px; background: var(--accent-soft); color: var(--primary); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 1.25rem; }

/* About split */
.about-photo-stack { position: relative; }
.about-photo-main { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.about-photo-main img { width: 100%; height: 420px; object-fit: cover; }
.about-photo-small { position: absolute; bottom: -24px; right: -24px; width: 180px; border-radius: var(--radius); overflow: hidden; border: 5px solid var(--bg-white); box-shadow: var(--shadow); }
.about-photo-small img { height: 140px; object-fit: cover; width: 100%; }
.about-list { list-style: none; padding: 0; margin: 1.5rem 0 2rem; }
.about-list li { padding: 0.6rem 0; border-bottom: 1px solid rgba(47,82,51,0.08); display: flex; align-items: center; gap: 0.75rem; font-weight: 500; }
.about-list li i { color: var(--primary); }

/* Category scroll */
.cat-scroll { display: flex; gap: 1.25rem; overflow-x: auto; padding-bottom: 1rem; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
.cat-scroll::-webkit-scrollbar { height: 6px; }
.cat-scroll::-webkit-scrollbar-thumb { background: var(--primary); border-radius: 3px; }
.cat-card { flex: 0 0 260px; scroll-snap-align: start; border-radius: var(--radius-lg); overflow: hidden; position: relative; height: 320px; box-shadow: var(--shadow); transition: 0.35s ease; }
.cat-card:hover { transform: scale(1.03); box-shadow: var(--shadow-lg); }
.cat-card img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s ease; }
.cat-card:hover img { transform: scale(1.08); }
.cat-card-body { position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,46,31,0.85) 0%, transparent 50%); display: flex; flex-direction: column; justify-content: flex-end; padding: 1.5rem; color: #fff; }
.cat-card-body h5 { color: #fff; font-size: 1.15rem; margin-bottom: 0.25rem; }
.cat-card-body span { color: var(--accent); font-size: 0.8rem; font-weight: 600; }

/* Products */
.prod-card { background: var(--bg-white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); transition: 0.35s ease; height: 100%; border: 1px solid rgba(47,82,51,0.05); }
.prod-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.prod-thumb { height: 240px; overflow: hidden; background: var(--bg-section); position: relative; }
.prod-thumb img { width: 100%; height: 100%; object-fit: cover; transition: 0.5s ease; }
.prod-card:hover .prod-thumb img { transform: scale(1.05); }
.prod-tag { position: absolute; top: 14px; left: 14px; background: var(--primary); color: #fff; font-size: 0.68rem; font-weight: 700; padding: 0.35rem 0.85rem; border-radius: var(--radius-pill); text-transform: uppercase; letter-spacing: 0.05em; }
.prod-info { padding: 1.5rem; }
.prod-info h5 { font-size: 1.05rem; margin-bottom: 0.5rem; font-family: var(--font-body); font-weight: 700; }
.prod-price { font-family: var(--font-head); font-size: 1.4rem; color: var(--primary); font-weight: 700; }
.prod-price s { font-size: 0.85rem; color: var(--text-muted); font-weight: 400; margin-left: 0.4rem; }
.prod-stars { color: var(--accent); font-size: 0.8rem; margin: 0.4rem 0 1rem; filter: drop-shadow(0 0 1px rgba(0,0,0,0.2)); }

/* Why grid */
.why-box { text-align: center; padding: 2rem 1.25rem; background: var(--bg-white); border-radius: var(--radius-lg); border: 2px dashed rgba(200,85,61,0.2); transition: 0.3s ease; height: 100%; }
.why-box:hover { border-color: var(--primary); background: rgba(200,85,61,0.04); }
.why-box .ico { font-size: 2rem; margin-bottom: 1rem; }
.why-box h5 { font-size: 1rem; margin-bottom: 0.5rem; }

/* Services row */
.svc-item { display: flex; gap: 1.25rem; align-items: flex-start; padding: 1.75rem; background: var(--bg-white); border-radius: var(--radius); margin-bottom: 1rem; box-shadow: var(--shadow); transition: 0.3s ease; }
.svc-item:hover { transform: translateX(6px); border-left: 4px solid var(--primary); }
.svc-num { font-family: var(--font-head); font-size: 2rem; font-weight: 700; color: var(--accent-soft); line-height: 1; min-width: 48px; }
.svc-item h4 { font-size: 1.05rem; margin-bottom: 0.35rem; }
.svc-item p { font-size: 0.88rem; color: var(--text-muted); margin: 0; }

/* Reviews */
.review-card { background: var(--bg-white); border-radius: var(--radius-lg); padding: 2rem; box-shadow: var(--shadow); height: 100%; border-top: 4px solid var(--accent); }
.review-stars { color: #DFB83A; margin-bottom: 1rem; }
.review-text { font-style: italic; color: var(--text-muted); margin-bottom: 1.5rem; line-height: 1.8; }
.review-user { display: flex; align-items: center; gap: 0.85rem; }
.review-user img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 2px solid var(--primary); }
.review-user strong { display: block; font-size: 0.95rem; }
.review-user small { color: var(--text-muted); }

/* Offer banner */
.offer-box { background: var(--secondary); border-radius: var(--radius-lg); padding: 3.5rem 2rem; text-align: center; color: #fff; position: relative; overflow: hidden; }
.offer-box::before { content: '20%'; position: absolute; font-family: var(--font-head); font-size: 12rem; font-weight: 700; opacity: 0.05; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.offer-box h2 { color: #fff; font-size: clamp(1.75rem, 4vw, 2.5rem); margin-bottom: 0.75rem; position: relative; }
.offer-box p { opacity: 0.85; margin-bottom: 1.5rem; position: relative; }
.offer-code { display: inline-block; background: var(--accent); color: var(--text); padding: 0.65rem 2rem; border-radius: var(--radius-pill); font-weight: 800; font-size: 1.15rem; letter-spacing: 0.08em; position: relative; }

/* FAQ */
.faq-box .accordion-item { border: none; margin-bottom: 0.65rem; border-radius: var(--radius) !important; overflow: hidden; background: var(--bg-white); box-shadow: var(--shadow); }
.faq-box .accordion-button { font-weight: 600; font-size: 0.95rem; padding: 1.15rem 1.5rem; background: var(--bg-white); color: var(--text); box-shadow: none; }
.faq-box .accordion-button:not(.collapsed) { background: rgba(200,85,61,0.07); color: var(--primary); }
.faq-box .accordion-body { color: var(--text-muted); font-size: 0.92rem; padding: 0 1.5rem 1.15rem; }

/* Contact */
.info-panel { background: var(--secondary); color: #fff; border-radius: var(--radius-lg); padding: 2.5rem; height: 100%; }
.info-panel h3 { color: #fff; margin-bottom: 1.5rem; }
.info-line { display: flex; gap: 1rem; margin-bottom: 1.25rem; align-items: flex-start; }
.info-line .ic { width: 42px; height: 42px; background: rgba(255,255,255,0.1); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--accent); flex-shrink: 0; }
.info-line a { color: rgba(255,255,255,0.9); }
.info-line a:hover { color: var(--accent); }
.form-panel { background: var(--bg-white); border-radius: var(--radius-lg); padding: 2.5rem; box-shadow: var(--shadow-lg); }
.form-panel .form-control { border-radius: 12px; border: 1.5px solid #E5DDD0; padding: 0.8rem 1rem; }
.form-panel .form-control:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(200,85,61,0.15); }
.map-frame { border-radius: var(--radius-lg); overflow: hidden; margin-top: 2rem; box-shadow: var(--shadow); }
.map-frame iframe { width: 100%; height: 340px; border: 0; }

/* Footer */
.footer { background: var(--dark); color: rgba(255,255,255,0.65); }
.footer-top { padding: 64px 0 40px; }
.footer-top h6 { color: var(--accent); font-family: var(--font-head); margin-bottom: 1rem; }
.footer-top ul { list-style: none; padding: 0; }
.footer-top li { margin-bottom: 0.5rem; }
.footer-top a { color: rgba(255,255,255,0.6); }
.footer-top a:hover { color: var(--accent); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 1.25rem; text-align: center; font-size: 0.85rem; }

/* Legal */
.page-hero { background: var(--secondary); padding: 150px 0 70px; text-align: center; color: #fff; }
.page-hero h1 { color: #fff; }
.page-hero p { color: rgba(255,255,255,0.8); }
.page-content { padding: 60px 0; }
.page-content h2 { font-size: 1.35rem; color: var(--primary); margin-top: 2rem; }

.to-top { position: fixed; bottom: 24px; right: 24px; width: 46px; height: 46px; border-radius: 50%; background: var(--primary); color: #fff; border: none; opacity: 0; visibility: hidden; transition: 0.3s; z-index: 1020; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow); }
.to-top.show { opacity: 1; visibility: visible; }

@media (max-width: 767px) {
    .section { padding: 72px 0; }
    .hero { min-height: 80vh; padding: 120px 0 80px; }
    .about-photo-main img { height: 300px; }
    .about-photo-small { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    .trust-bar-inner { animation: none; }
    *, *::before, *::after { transition: none !important; }
}
