/* PawPaw Petshop - Warm Orange Playful Theme */
:root {
    --orange: #ea580c;
    --orange-dark: #c2410c;
    --orange-soft: #ffedd5;
    --cream: #fff7ed;
    --teal: #0d9488;
    --yellow: #f59e0b;
    --pink: #db2777;
    --dark: #292524;
    --text: #57534e;
    --muted: #a8a29e;
    --white: #ffffff;
    --radius: 18px;
    --font-display: 'Fredoka', sans-serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--text); background: var(--white); line-height: 1.7; }
a { text-decoration: none; color: inherit; }
.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; }
h1, h2, h3 { font-family: var(--font-display); color: var(--dark); font-weight: 600; }

/* Topbar */
.topbar { background: var(--dark); color: #fff; text-align: center; font-size: 0.82rem; font-weight: 600; padding: 9px 16px; }
.topbar i { color: var(--yellow); margin-right: 6px; }

/* Header */
.header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.96); backdrop-filter: blur(10px); box-shadow: 0 1px 0 rgba(41,37,36,0.07); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { font-family: var(--font-display); font-weight: 700; font-size: 1.45rem; color: var(--dark); display: flex; align-items: center; gap: 10px; }
.logo-icon { width: 38px; height: 38px; background: var(--orange); color: #fff; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1rem; transform: rotate(-8deg); }
.nav { display: flex; align-items: center; gap: 28px; font-weight: 700; font-size: 0.92rem; }
.nav a:not(.nav-cta):hover { color: var(--orange); }
.nav-cta { background: var(--orange); color: #fff; padding: 10px 24px; border-radius: 999px; transition: all 0.3s; }
.nav-cta:hover { background: var(--orange-dark); }
.nav-toggle { display: none; background: none; border: none; color: var(--dark); font-size: 1.4rem; cursor: pointer; }

/* Hero */
.hero { position: relative; background: linear-gradient(150deg, var(--cream), var(--orange-soft)); padding: 76px 0 110px; }
.hero-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 50px; align-items: center; }
.hero-chip { display: inline-flex; align-items: center; gap: 8px; background: #fff; color: var(--pink); font-weight: 700; font-size: 0.85rem; padding: 8px 18px; border-radius: 999px; box-shadow: 0 4px 14px rgba(41,37,36,0.08); margin-bottom: 22px; }
.hero h1 { font-size: clamp(2.5rem, 5.5vw, 3.6rem); line-height: 1.12; margin-bottom: 18px; }
.hero h1 span { color: var(--orange); }
.hero-text > p { max-width: 480px; margin-bottom: 30px; font-size: 1.05rem; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 28px; border-radius: 999px; font-weight: 700; font-size: 0.95rem; transition: all 0.3s; border: none; cursor: pointer; font-family: var(--font-body); }
.btn-primary { background: var(--orange); color: #fff; box-shadow: 0 8px 20px rgba(234,88,12,0.3); }
.btn-primary:hover { background: var(--orange-dark); transform: translateY(-2px); }
.btn-soft { background: #fff; color: var(--dark); box-shadow: 0 4px 14px rgba(41,37,36,0.08); }
.btn-soft:hover { transform: translateY(-2px); }
.btn-white { background: #fff; color: var(--orange-dark); }
.btn-white:hover { transform: translateY(-2px); }
.btn-full { width: 100%; }
.hero-visual { position: relative; display: flex; justify-content: center; }
.hero-blob { width: 300px; height: 300px; background: radial-gradient(circle at 30% 30%, #fdba74, var(--orange)); border-radius: 42% 58% 55% 45% / 48% 42% 58% 52%; display: flex; align-items: center; justify-content: center; gap: 24px; }
.hero-blob i { font-size: 3.2rem; color: rgba(255,255,255,0.92); }
.float-card { position: absolute; background: #fff; border-radius: 14px; padding: 12px 18px; font-weight: 700; font-size: 0.82rem; color: var(--dark); box-shadow: 0 10px 30px rgba(41,37,36,0.12); }
.float-card i { color: var(--orange); margin-right: 6px; }
.fc1 { top: 8%; left: 0; }
.fc2 { bottom: 6%; right: 0; }
.hero-wave { position: absolute; left: 0; right: 0; bottom: -1px; width: 100%; height: 70px; }

/* Sections */
.section { padding: 90px 0; }
.section-cream { background: var(--cream); }
.section-orange { background: linear-gradient(135deg, var(--orange), var(--orange-dark)); }
.section-head { margin-bottom: 48px; }
.section-head.center { text-align: center; max-width: 640px; margin-left: auto; margin-right: auto; }
.kicker { color: var(--orange); font-weight: 800; letter-spacing: 2px; font-size: 0.8rem; text-transform: uppercase; }
.kicker.light { color: #fed7aa; }
.section-head h2, .hotel-text h2, .contact-info h2 { font-size: clamp(1.9rem, 4vw, 2.5rem); margin-top: 8px; }

/* Feats */
.feats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.feat { text-align: center; padding: 34px 22px; border-radius: var(--radius); background: #fff; border: 1px solid #f5f0ea; box-shadow: 0 4px 18px rgba(41,37,36,0.05); transition: transform 0.3s; }
.feat:hover { transform: translateY(-6px); }
.feat-ic { width: 64px; height: 64px; margin: 0 auto 18px; border-radius: 20px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: #fff; }
.o1 { background: var(--orange); }
.o2 { background: var(--teal); }
.o3 { background: var(--pink); }
.o4 { background: var(--yellow); }
.feat h3 { font-size: 1.08rem; margin-bottom: 8px; }
.feat p { font-size: 0.88rem; }

/* Grooming */
.groom-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.groom-card { background: #fff; border-radius: var(--radius); padding: 34px 30px; position: relative; box-shadow: 0 6px 24px rgba(41,37,36,0.06); display: flex; flex-direction: column; }
.groom-card.featured { border: 2px solid var(--orange); }
.groom-tag { position: absolute; top: -14px; right: 24px; background: var(--orange); color: #fff; font-weight: 700; font-size: 0.78rem; padding: 6px 16px; border-radius: 999px; }
.groom-head { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.groom-head i { width: 48px; height: 48px; background: var(--orange-soft); color: var(--orange); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; }
.groom-head h3 { font-size: 1.2rem; }
.groom-price { font-family: var(--font-display); font-weight: 600; color: var(--orange-dark); font-size: 1.1rem; margin-bottom: 18px; }
.groom-price small { color: var(--muted); font-weight: 500; }
.groom-card ul { list-style: none; }
.groom-card li { padding: 8px 0 8px 26px; position: relative; font-size: 0.92rem; }
.groom-card li::before { content: '\f1b0'; font-family: 'Font Awesome 6 Free'; font-weight: 900; position: absolute; left: 0; color: var(--orange); font-size: 0.8rem; }

/* Products */
.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.prod { background: #fff; border: 1px solid #f0ebe4; border-radius: var(--radius); overflow: hidden; transition: all 0.3s; }
.prod:hover { transform: translateY(-6px); box-shadow: 0 14px 34px rgba(41,37,36,0.1); }
.prod-img { height: 150px; display: flex; align-items: center; justify-content: center; font-size: 2.6rem; color: rgba(255,255,255,0.9); position: relative; }
.p1 { background: linear-gradient(135deg, #fb923c, #ea580c); }
.p2 { background: linear-gradient(135deg, #2dd4bf, #0d9488); }
.p3 { background: linear-gradient(135deg, #fbbf24, #d97706); }
.p4 { background: linear-gradient(135deg, #f472b6, #db2777); }
.prod-badge { position: absolute; top: 12px; left: 12px; background: var(--dark); color: #fff; font-size: 0.72rem; font-weight: 800; padding: 4px 10px; border-radius: 999px; }
.prod-badge.new { background: var(--teal); }
.prod h3 { font-size: 0.98rem; padding: 16px 18px 6px; font-family: var(--font-body); font-weight: 700; }
.prod-foot { display: flex; align-items: center; justify-content: space-between; padding: 0 18px 18px; }
.prod-foot s { display: block; color: var(--muted); font-size: 0.78rem; }
.prod-foot strong { color: var(--orange-dark); }
.prod-foot a { width: 36px; height: 36px; background: var(--orange); color: #fff; border-radius: 12px; display: flex; align-items: center; justify-content: center; transition: background 0.3s; }
.prod-foot a:hover { background: var(--orange-dark); }
.products-cta { text-align: center; margin-top: 40px; }

/* Hotel */
.hotel-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: center; }
.hotel-text h2 { color: #fff; }
.hotel-text > p { color: #ffedd5; margin: 16px 0 26px; }
.hotel-price { display: flex; flex-direction: column; gap: 10px; margin-bottom: 30px; }
.hotel-price div { display: flex; align-items: baseline; gap: 10px; }
.hotel-price strong { font-family: var(--font-display); font-size: 1.3rem; color: #fff; }
.hotel-price span { color: #fed7aa; font-size: 0.9rem; }
.hotel-visual { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.hotel-card { background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.25); border-radius: var(--radius); padding: 28px 20px; text-align: center; color: #fff; backdrop-filter: blur(4px); }
.hotel-card i { font-size: 1.7rem; margin-bottom: 10px; display: block; }
.hotel-card span { font-weight: 700; font-size: 0.9rem; }

/* Testimonials */
.testis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testis blockquote { background: #fff; border: 1px solid #f0ebe4; border-radius: var(--radius); padding: 30px 26px; font-size: 0.95rem; box-shadow: 0 4px 18px rgba(41,37,36,0.05); }
.stars { color: var(--yellow); letter-spacing: 3px; margin-bottom: 12px; }
.testis footer { margin-top: 14px; font-weight: 700; color: var(--dark); font-size: 0.88rem; }

/* Contact */
.contact-box { background: #fff; border-radius: 26px; padding: 52px; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; box-shadow: 0 20px 50px rgba(41,37,36,0.08); }
.contact-info p { margin: 14px 0 26px; }
.contact-rows div { display: flex; align-items: center; gap: 14px; padding: 10px 0; font-weight: 600; color: var(--dark); font-size: 0.95rem; }
.contact-rows i { color: var(--orange); width: 20px; }
.contact-box form { display: flex; flex-direction: column; gap: 14px; }
.contact-box input, .contact-box select, .contact-box textarea { padding: 14px 18px; border-radius: 14px; border: 1.5px solid #e7e0d8; font-family: var(--font-body); font-size: 0.95rem; color: var(--dark); resize: vertical; }
.contact-box input:focus, .contact-box select:focus, .contact-box textarea:focus { outline: none; border-color: var(--orange); }

/* Footer */
.footer { padding: 28px 0; text-align: center; color: var(--muted); font-size: 0.9rem; }
.footer a { color: var(--orange); font-weight: 700; }

/* WA Float */
.wa-float { position: fixed; bottom: 24px; right: 24px; width: 56px; height: 56px; background: #25d366; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.7rem; box-shadow: 0 8px 24px rgba(37,211,102,0.4); z-index: 90; transition: transform 0.3s; }
.wa-float:hover { transform: scale(1.1); }

/* Responsive */
@media (max-width: 900px) {
    .hero-grid, .hotel-grid, .contact-box { grid-template-columns: 1fr; }
    .feats, .products { grid-template-columns: repeat(2, 1fr); }
    .groom-cards, .testis { grid-template-columns: 1fr; }
    .contact-box { padding: 36px 28px; }
    .float-card { display: none; }
}
@media (max-width: 640px) {
    .nav { position: fixed; top: 72px; right: -100%; width: 250px; height: calc(100vh - 72px); background: #fff; flex-direction: column; align-items: flex-start; padding: 32px 24px; gap: 22px; transition: right 0.3s; box-shadow: -10px 0 30px rgba(41,37,36,0.1); }
    .nav.open { right: 0; }
    .nav-toggle { display: block; }
    .feats, .products { grid-template-columns: 1fr; }
    .hotel-visual { grid-template-columns: 1fr 1fr; }
}
