
:root{
  --red:#a90000;
  --red2:#c1110c;
  --dark:#17120f;
  --cream:#fbf6ec;
  --cream2:#f5ecdc;
  --yellow:#f5b800;
  --line:#e9dfd1;
  --green:#d9f0d2;
  --shadow:0 10px 28px rgba(56,33,15,.08);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;scroll-padding-top:110px}
body{font-family:"DM Sans",sans-serif;background:var(--cream);color:var(--dark);overflow-x:hidden}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button{font:inherit}
.section-anchor{scroll-margin-top:110px}

.top-strip{
  height:36px;background:linear-gradient(90deg,#c40000,#a90000);color:white;
  display:flex;justify-content:space-between;align-items:center;padding:0 4%;
  font-size:12px;font-weight:700
}
.top-strip div{display:flex;align-items:center;gap:8px}

.navbar{
  height:94px;background:#fff;display:flex;align-items:center;gap:26px;padding:0 3.1%;
  position:sticky;top:0;z-index:100;border-bottom:1px solid #eee4d9
}
.logo{width:92px;flex:0 0 92px}
.logo img{width:92px;height:92px;object-fit:contain}
.nav-links{display:flex;align-items:center;gap:27px;flex:1}
.nav-links a{font-size:13px;font-weight:700;padding:34px 0 28px;position:relative;white-space:nowrap}
.nav-links a.active,.nav-links a:hover{color:var(--red)}
.nav-links a.active:after,.nav-links a:hover:after{
  content:"";position:absolute;height:2px;background:var(--red);left:0;right:0;bottom:22px
}
.nav-tools{display:flex;align-items:center;gap:13px}
.nav-tools button{border:0;background:none;font-size:25px;line-height:1;cursor:pointer}
.cart{position:relative}.cart i{position:absolute;top:-7px;right:-8px;background:var(--red);color:#fff;border-radius:50%;font-size:9px;font-style:normal;width:17px;height:17px;display:grid;place-items:center}
.sell-btn{background:var(--red);color:#fff;border-radius:8px;padding:11px 15px;font-weight:700;font-size:12px;white-space:nowrap}
.menu-toggle{display:none;border:0;background:none;width:38px;margin-left:auto}
.menu-toggle span{display:block;height:2px;background:#111;margin:6px 0}

.hero{
  min-height:465px;max-width:1400px;margin:auto;display:grid;grid-template-columns:43% 57%;
  padding:26px 5.2% 15px;position:relative;overflow:hidden
}
.hero-copy{padding:28px 0 0;position:relative;z-index:4}
.hero h1{font-family:"Archivo Black",sans-serif;font-size:48px;line-height:1.02;letter-spacing:-1px}
.hero h1 em{font-style:normal;color:var(--red)}
.hero-copy p{font-size:13px;line-height:1.55;max-width:400px;margin:15px 0;color:#2c2520}
.hero-actions{display:flex;gap:12px}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:7px;padding:10px 16px;font-weight:700;font-size:12px;transition:.2s}
.btn-red{background:var(--red);color:#fff}.btn-red:hover{background:#870000;transform:translateY(-2px)}
.btn-white{border:1px solid var(--red);color:var(--red);background:#fff}.btn-white:hover{background:#fff4ef}
.sparkle{position:absolute;right:4%;top:80px;font-size:23px;line-height:.7}.sparkle span{font-size:28px}
.hero-art{position:relative;min-height:410px}
.yellow-sun{position:absolute;width:410px;height:410px;border-radius:50%;background:#f6b800;left:14%;top:-20px}
.film-swoop{
  position:absolute;right:-3%;top:-10px;width:180px;height:470px;
  background:repeating-linear-gradient(90deg,#17120f 0 22px,transparent 22px 31px);
  transform:rotate(12deg);opacity:.95
}
.film-swoop:after{
  content:"";position:absolute;inset:0;
  background:repeating-linear-gradient(0deg,transparent 0 22px,#f5b800 22px 28px,transparent 28px 60px);
  opacity:.5
}
.hero-camera{position:absolute;width:min(640px,96%);left:1%;top:15px;z-index:3;filter:drop-shadow(0 18px 8px rgba(0,0,0,.2))}
.polaroid{position:absolute;z-index:5;width:125px;left:1%;bottom:35px;transform:rotate(-8deg);filter:drop-shadow(0 8px 5px rgba(0,0,0,.18))}
.gold-badge{
  position:absolute;z-index:6;left:8%;bottom:18px;background:#f8e4ad;border:3px solid #19130f;
  width:100px;height:100px;border-radius:50%;display:grid;place-items:center;text-align:center;
  font-family:Georgia,serif;font-size:12px;line-height:1.05;transform:rotate(-5deg)
}
.gold-badge b{font-size:13px}

.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;padding:0 3% 18px;max-width:1400px;margin:auto}
.benefit{background:#fff;border:1px solid #eee5d9;border-radius:11px;min-height:67px;padding:11px 17px;display:flex;gap:13px;align-items:center;box-shadow:0 4px 12px rgba(0,0,0,.025)}
.benefit>span{width:37px;height:37px;border-radius:9px;background:#fff4e2;display:grid;place-items:center;font-size:20px;flex:0 0 37px}
.benefit b{display:block;font-size:11px}.benefit small{display:block;font-size:9px;line-height:1.3;color:#51483f;margin-top:3px}

.category-band{background:var(--red);position:relative;padding:30px 4% 24px;overflow:hidden}
.film-border{height:20px;position:absolute;left:0;right:0;background:#fff;opacity:.95}
.film-border.top{top:0}.film-border.bottom{bottom:0}
.film-border:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(90deg,transparent 0 17px,#a90000 17px 29px,transparent 29px 47px)}
.section-title{display:flex;justify-content:center;position:relative;z-index:2;margin:3px 0 20px}
.yellow-title span{background:var(--yellow);font-family:"Archivo Black";font-size:18px;padding:8px 32px;clip-path:polygon(2% 0,100% 0,95% 100%,0 100%);transform:rotate(-1deg)}
.category-grid{max-width:1320px;margin:auto;display:grid;grid-template-columns:repeat(6,1fr);gap:9px;position:relative;z-index:2}
.category-card{background:#fff;border-radius:9px;min-height:130px;padding:10px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:space-between}
.category-card img{height:78px;width:100%;object-fit:contain}
.category-card b{font-size:12px}.category-card i{width:25px;height:25px;background:var(--yellow);border-radius:50%;display:grid;place-items:center;font-style:normal;font-weight:900}

.products{max-width:1370px;margin:auto;padding:28px 3.5% 35px}
.products.compact{padding-top:35px}
.products.warm{background:linear-gradient(180deg,#fffaf1,#f8eedf);max-width:none;padding-left:7%;padding-right:7%}
.section-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.section-heading h2{font-family:"Archivo Black";font-size:19px;letter-spacing:.2px}
.section-heading a{font-size:11px;color:var(--red);font-weight:700}
.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:13px}
.product-grid.three{grid-template-columns:repeat(3,1fr);max-width:1050px;margin:auto}
.product-card{position:relative;background:#fff;border:1px solid #e9e0d6;border-radius:11px;padding:9px 11px 12px;min-height:230px;box-shadow:0 3px 10px rgba(0,0,0,.025)}
.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.product-card img{height:125px;width:100%;object-fit:contain;margin-bottom:6px}
.product-card h3{font-size:12px;margin:3px 0 5px}
.product-card strong{font-size:13px;display:block;margin:7px 0}
.condition{display:inline-block;background:var(--green);padding:2px 7px;border-radius:4px;font-size:8px}
.rating{font-size:11px;color:#f0a600;letter-spacing:1px}.rating small{color:#6d6257;font-size:8px;letter-spacing:0}
.product-card button{position:absolute;right:10px;bottom:10px;width:31px;height:31px;border:0;background:var(--red);color:#fff;border-radius:50%;cursor:pointer}
.heart{position:absolute;right:12px;top:9px;color:var(--red);font-size:21px;z-index:2}
.best{border:1.5px solid var(--red)}.best-label{position:absolute;left:8px;top:-10px;background:var(--red);color:#fff;font-size:8px;font-weight:800;padding:4px 8px;border-radius:4px;z-index:4}

.bundle{
  max-width:1370px;margin:0 auto;padding:0 3.5%;min-height:175px;border-radius:16px;
  background:linear-gradient(90deg,#f3a900,#f6b900);display:grid;grid-template-columns:27% 34% 39%;
  align-items:center;overflow:hidden;position:relative
}
.bundle-illustration{height:175px;position:relative}.film-cat{font-size:55px;position:absolute;left:8%;bottom:6px;filter:drop-shadow(0 5px 2px rgba(0,0,0,.15))}
.circle-sticker{position:absolute;right:5%;top:15px;width:95px;height:95px;border:2px solid #111;border-radius:50%;background:#fff2d1;display:grid;place-items:center;text-align:center;font-family:"Archivo Black";font-size:10px;line-height:1.1;transform:rotate(5deg)}
.bundle-copy{z-index:2}.eyebrow{font-size:8px;letter-spacing:2px;font-weight:800;color:#8c3d00}.bundle h2{font-family:"Archivo Black";font-size:23px;line-height:1.03;margin:4px 0}.bundle p{font-size:10px;max-width:350px;margin:8px 0 12px}
.bundle-products{position:relative;height:175px;display:flex;align-items:center;justify-content:center}.bundle-products img:first-child{width:230px;z-index:2}.bundle-products img:nth-child(2){width:170px;margin-left:-45px;z-index:3}.discount{position:absolute;right:1%;top:22px;background:var(--red);color:#fff;border-radius:50%;width:65px;height:65px;display:grid;place-items:center;text-align:center;font-size:8px;line-height:1.05;z-index:5}.discount b{font-size:17px}

.why{max-width:1200px;margin:auto;padding:30px 4% 36px}.centered{justify-content:center;flex-direction:column}.centered h2{text-align:center;font-size:20px}.red-squiggle{color:var(--red);font-size:23px;line-height:.5;margin:4px 0 18px}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.why-grid>div{border:1px solid #e9e0d6;background:#fff;border-radius:9px;padding:13px 14px;min-height:76px}.why-grid span{float:left;margin-right:10px;width:35px;height:35px;background:#fff5e4;border-radius:8px;display:grid;place-items:center}.why-grid b{font-size:10px}.why-grid p{font-size:9px;color:#65594f;margin-top:3px}

.about{max-width:1200px;margin:auto;padding:55px 4%;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.about-copy h2{font-family:"Archivo Black";font-size:36px;line-height:1.05;margin:8px 0 16px}.about-copy h2 em{color:var(--red);font-style:normal}.about-copy p{font-size:12px;color:#5d534b;line-height:1.7;margin:10px 0;max-width:500px}.about-gallery{display:grid;grid-template-columns:1fr 1fr;gap:9px}.about-gallery img{width:100%;height:150px;object-fit:cover;border-radius:7px}

.contact{display:grid;grid-template-columns:1.2fr repeat(4,1fr);min-height:150px;background:#1d120c;color:#fff}
.social-intro{background:var(--red);padding:23px 30px}.social-intro h3{font-family:"Archivo Black";font-size:18px;line-height:1.1}.social-intro h3 span{font-family:"DM Sans";font-size:13px}.social-intro p{font-size:9px;margin:9px 0}.socials{font-size:20px}.social-img{height:150px;overflow:hidden}.social-img img{width:100%;height:100%;object-fit:cover}

.footer{background:#9f0000;color:#fff;padding:32px 4% 13px;display:grid;grid-template-columns:1.8fr .8fr .9fr .9fr 1.1fr .7fr;gap:25px;position:relative}.footer-brand{display:flex;gap:12px}.footer-brand img{width:70px;height:70px;object-fit:contain}.footer-brand h3{font-family:"Archivo Black";font-size:15px;line-height:.95}.footer p,.footer a{display:block;font-size:9px;line-height:1.6;margin:4px 0;color:#f7d8d4}.footer h4{font-size:10px;margin-bottom:8px}.footer-camera{display:flex;align-items:center;justify-content:center}.footer-camera img{width:120px;object-fit:contain;filter:drop-shadow(0 6px 4px rgba(0,0,0,.2))}.copyright{grid-column:1/-1;text-align:center;border-top:1px solid rgba(255,255,255,.18);padding-top:9px;font-size:9px;color:#f7d8d4}

@media(max-width:1150px){
  .nav-links{gap:16px}.nav-links a{font-size:11px}.sell-btn{display:none}
  .hero h1{font-size:42px}.category-grid{grid-template-columns:repeat(3,1fr)}
  .product-grid{grid-template-columns:repeat(3,1fr)}
  .product-grid .product-card:nth-child(n+4){display:none}
  .benefits{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:820px){
  html{scroll-padding-top:75px}.navbar{height:70px;padding:0 18px}.logo,.logo img{width:65px;height:65px}
  .menu-toggle{display:block}.nav-tools{margin-left:auto}.nav-tools button{font-size:20px}
  .nav-links{display:none;position:absolute;left:0;right:0;top:70px;background:#fff;flex-direction:column;align-items:flex-start;gap:0;padding:8px 20px;border-top:1px solid #eee;box-shadow:0 12px 20px rgba(0,0,0,.08)}
  .nav-links.open{display:flex}.nav-links a{width:100%;padding:13px 3px}.nav-links a.active:after,.nav-links a:hover:after{bottom:7px}
  .top-strip{height:auto;min-height:32px;padding:7px 12px;font-size:9px}.top-strip div:nth-child(2){display:none}
  .hero{grid-template-columns:1fr;padding:28px 22px 0}.hero-copy{padding-top:8px}.hero h1{font-size:38px}.hero-art{min-height:330px;margin-top:10px}.yellow-sun{width:330px;height:330px;left:13%;top:0}.hero-camera{top:15px;width:100%}.film-swoop{height:350px}.polaroid{width:90px;bottom:24px}.gold-badge{width:82px;height:82px;font-size:9px;left:10%;bottom:12px}.gold-badge b{font-size:10px}
  .benefits{grid-template-columns:1fr 1fr;gap:8px;padding:8px 12px 14px}.benefit{padding:9px}.benefit small{font-size:8px}
  .category-grid{grid-template-columns:repeat(2,1fr)}.category-card{min-height:125px}
  .products,.products.warm{padding-left:18px;padding-right:18px}.product-grid,.product-grid.three{grid-template-columns:repeat(2,1fr)}.product-grid .product-card:nth-child(n+5){display:none}
  .bundle{grid-template-columns:1fr;padding:15px 20px;margin:0 12px;min-height:auto}.bundle-illustration{height:115px}.bundle-copy{text-align:center}.bundle-products{height:150px}.bundle-products img:first-child{width:180px}.bundle-products img:nth-child(2){width:125px}.discount{right:5%;top:15px}
  .why-grid{grid-template-columns:1fr 1fr}.about{grid-template-columns:1fr;padding:40px 22px;gap:25px}.about-gallery img{height:125px}
  .contact{grid-template-columns:1fr 1fr}.social-intro{grid-column:1/-1}.social-img{height:125px}.footer{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-camera{display:none}
}
@media(max-width:520px){
  .nav-tools button:nth-child(1),.nav-tools button:nth-child(2){display:none}
  .hero h1{font-size:31px}.hero-copy p{font-size:11px}.hero-actions{flex-wrap:wrap}.btn{font-size:11px}
  .benefits{grid-template-columns:1fr}.benefit{min-height:59px}
  .category-grid{grid-template-columns:repeat(3,1fr)}.category-card{min-height:105px;padding:6px}.category-card img{height:55px}.category-card b{font-size:9px}.category-card i{width:21px;height:21px}
  .section-title{margin-bottom:15px}.yellow-title span{font-size:14px;padding:7px 20px}
  .product-grid,.product-grid.three{grid-template-columns:1fr 1fr;gap:8px}.product-card{min-height:205px;padding:7px}.product-card img{height:100px}.product-card h3{font-size:10px}.product-card strong{font-size:11px}.product-card button{width:27px;height:27px}.heart{font-size:17px}
  .section-heading h2{font-size:15px}.section-heading a{font-size:9px}
  .bundle h2{font-size:20px}.bundle p{font-size:9px}
  .why-grid{grid-template-columns:1fr}.about-copy h2{font-size:29px}.about-gallery img{height:105px}
  .contact{grid-template-columns:1fr 1fr}.social-img:nth-last-child(-n+2){display:none}
  .footer{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}
}
