/* Animaux du Monde — e-commerce theme */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'Inter',system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.65;color:#1a1a1a;background:#fdfaf3;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit;color:inherit}

:root{
  --cream:#fdfaf3;--ink:#1a1a1a;--muted:#5c5852;
  --emerald:#2d6a4f;--emerald-dark:#1b3a2e;
  --gold:#c9a86b;--gold-dark:#a8853f;
  --beige:#e8dcc4;--soft:#f4ede0;--line:#e0d6c0;
}

h1,h2,h3,h4{font-family:'Playfair Display',Georgia,serif;font-weight:600;line-height:1.25;color:var(--ink)}
h1{font-size:clamp(2rem,5vw,3.4rem);font-style:italic}
h2{font-size:clamp(1.5rem,3.4vw,2.2rem)}
h3{font-size:1.25rem}
p{margin-bottom:1rem}

.container{max-width:1240px;margin:0 auto;padding:0 24px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 26px;background:var(--gold);color:#fff;font-weight:600;letter-spacing:.02em;border:0;border-radius:2px;cursor:pointer;transition:background .2s;text-transform:uppercase;font-size:.85rem}
.btn:hover{background:var(--gold-dark)}
.btn-outline{background:transparent;color:var(--emerald);border:1.5px solid var(--emerald)}
.btn-outline:hover{background:var(--emerald);color:#fff}

/* ===== HEADER ===== */
.site-header{position:sticky;top:0;z-index:100;background:rgba(253,250,243,.96);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;max-width:1240px;margin:0 auto;gap:24px}
.brand{font-family:'Playfair Display',serif;font-style:italic;font-weight:600;font-size:1.55rem;color:var(--emerald-dark);letter-spacing:.01em}
.brand span{color:var(--gold-dark)}
.main-nav{display:flex;gap:32px}
.main-nav a{font-size:.92rem;font-weight:500;color:var(--ink);padding:6px 0;position:relative;transition:color .2s}
.main-nav a::after{content:"";position:absolute;left:0;bottom:0;width:0;height:1.5px;background:var(--gold);transition:width .25s}
.main-nav a:hover{color:var(--emerald)}
.main-nav a:hover::after{width:100%}
.nav-toggle{display:none;background:none;border:0;width:44px;height:44px;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:5px}
.nav-toggle span{display:block;width:24px;height:2px;background:var(--ink);transition:all .25s}

/* ===== HERO ===== */
.hero{position:relative;min-height:64vh;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(rgba(27,58,46,.45),rgba(27,58,46,.55)),url('/assets/img/Decoration_Animaux_cbe5c06c-6fb7-4d96-a4f1-9c92edad9312.jpg') center/cover no-repeat;color:#fff;padding:80px 24px}
.hero h1{color:#fff;margin-bottom:18px;text-shadow:0 2px 12px rgba(0,0,0,.35)}
.hero p.subtitle{font-size:clamp(1rem,1.7vw,1.2rem);max-width:620px;margin:0 auto 32px;color:#f4ede0}
.hero .btn{background:var(--gold)}
.hero .btn:hover{background:#fff;color:var(--emerald-dark)}

/* product hero (single product) */
.product-hero{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;padding:60px 0}
.product-hero .ph-img{aspect-ratio:1/1;background:#fff;border:1px solid var(--line);overflow:hidden}
.product-hero .ph-img img{width:100%;height:100%;object-fit:cover}
.product-hero h1{font-size:clamp(1.7rem,3.3vw,2.4rem);margin-bottom:14px}
.product-hero .price{font-size:1.85rem;font-weight:600;color:var(--emerald);margin:18px 0 24px;font-family:'Playfair Display',serif}
.product-hero .desc{color:var(--muted);margin-bottom:24px;line-height:1.75}
.product-hero .breadcrumbs{font-size:.82rem;color:var(--muted);margin-bottom:18px;text-transform:uppercase;letter-spacing:.08em}
.product-hero .breadcrumbs a{color:var(--emerald)}

/* ===== SECTION ===== */
section{padding:70px 0}
.section-title{text-align:center;margin-bottom:48px}
.section-title h2{margin-bottom:10px}
.section-title p{color:var(--muted);max-width:560px;margin:0 auto}

/* ===== COLLECTIONS GRID ===== */
.collections-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.coll-card{position:relative;aspect-ratio:3/4;overflow:hidden;background:var(--soft);display:block}
.coll-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.coll-card:hover img{transform:scale(1.06)}
.coll-card .overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(27,58,46,.85) 0%,rgba(27,58,46,.05) 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:24px;color:#fff}
.coll-card h3{font-family:'Playfair Display',serif;font-style:italic;color:#fff;font-size:1.4rem;margin-bottom:6px}
.coll-card .cta{font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);font-weight:600}

/* ===== PRODUCTS GRID ===== */
.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:28px 22px}
.product-card{background:#fff;border:1px solid var(--line);transition:transform .25s,box-shadow .25s;display:flex;flex-direction:column}
.product-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(27,58,46,.12)}
.product-card .pc-img{aspect-ratio:1/1;background:var(--soft);overflow:hidden}
.product-card .pc-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.product-card:hover .pc-img img{transform:scale(1.05)}
.product-card .pc-body{padding:18px 18px 22px;display:flex;flex-direction:column;flex:1}
.product-card h3{font-size:1rem;font-family:'Inter',sans-serif;font-weight:500;color:var(--ink);margin-bottom:8px;min-height:2.6em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.product-card .price{font-family:'Playfair Display',serif;font-size:1.2rem;font-weight:600;color:var(--emerald);margin-bottom:14px}
.product-card .pc-cta{margin-top:auto;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-dark);font-weight:600;border-top:1px solid var(--line);padding-top:14px;text-align:center;transition:color .2s}
.product-card:hover .pc-cta{color:var(--emerald)}

/* ===== ABOUT/BAND ===== */
.band-beige{background:var(--beige)}
.band-soft{background:var(--soft)}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.two-col img{aspect-ratio:4/3;object-fit:cover}

/* page / static content */
.prose{max-width:780px;margin:0 auto}
.prose h2{margin:2.2rem 0 1rem}
.prose h3{margin:1.6rem 0 .8rem}
.prose p{color:var(--muted);line-height:1.85}
.prose ul,.prose ol{margin:0 0 1.2rem 1.4rem;color:var(--muted)}
.prose li{margin-bottom:.5rem}
.prose img{margin:2rem auto;border:1px solid var(--line)}

/* ===== FOOTER ===== */
.site-footer{background:var(--emerald-dark);color:#dcd0b3;padding:64px 0 28px;margin-top:80px}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:48px;margin-bottom:44px}
.site-footer h4{font-family:'Playfair Display',serif;font-style:italic;color:#fff;font-size:1.15rem;margin-bottom:18px}
.site-footer a{color:#dcd0b3;font-size:.92rem;display:block;padding:5px 0;transition:color .2s}
.site-footer a:hover{color:var(--gold)}
.site-footer p{color:#a89a7a;font-size:.9rem;margin-bottom:.6rem}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;text-align:center;font-size:.82rem;color:#a89a7a}

/* ===== MOBILE ===== */
@media (max-width:900px){
  .collections-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:repeat(2,1fr);gap:32px}
  .two-col{grid-template-columns:1fr;gap:32px}
  .product-hero{grid-template-columns:1fr;gap:28px;padding:32px 0}
}
@media (max-width:768px){
  section{padding:48px 0}
  .container{padding:0 16px}
  .header-inner{padding:14px 16px}
  .nav-toggle{display:flex}
  .main-nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--cream);flex-direction:column;gap:0;padding:12px 0;border-bottom:1px solid var(--line);box-shadow:0 12px 24px rgba(0,0,0,.06)}
  .main-nav.open{display:flex}
  .main-nav a{padding:14px 24px;border-bottom:1px solid var(--line);min-height:44px;display:flex;align-items:center}
  .main-nav a:last-child{border-bottom:0}
  .main-nav a::after{display:none}
  .hero{min-height:54vh;padding:60px 16px}
  .products-grid{grid-template-columns:repeat(2,1fr);gap:18px 12px}
  .product-card .pc-body{padding:14px 12px 16px}
  .product-card h3{font-size:.9rem}
  .product-card .price{font-size:1.05rem}
  .coll-card{aspect-ratio:1/1}
  .coll-card .overlay{padding:18px}
  .site-footer{padding:48px 0 24px;margin-top:48px}
}
@media (max-width:420px){
  .brand{font-size:1.3rem}
}
