
:root{
  --cream:#fffaf5;
  --paper:#fffdf9;
  --brown:#3b2114;
  --brown2:#6d3e24;
  --pink:#efb4b8;
  --pink2:#f8dddd;
  --tan:#d69a5f;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  background:var(--cream);
  color:var(--brown);
}
.site-header{
  min-height:80px;
  display:flex;
  align-items:center;
  gap:28px;
  padding:12px 5vw;
  background:#fff;
  position:sticky;
  top:0;
  z-index:10;
  box-shadow:0 1px 12px rgba(60,30,15,.08);
}
.brand{margin-right:auto}
.brand-name{
  font-family:"Brush Script MT","Segoe Script",cursive;
  font-size:2rem;
  font-weight:700;
  line-height:1;
}
.brand-sub{font:600 .64rem/1.2 Arial,sans-serif;letter-spacing:.18em;margin-top:6px}
nav{display:flex;gap:24px}
nav a{color:var(--brown);text-decoration:none;font-size:.95rem}
nav a:hover{text-decoration:underline}
.btn,.pill{
  display:inline-block;
  background:var(--pink);
  color:var(--brown);
  text-decoration:none;
  font-weight:700;
  border-radius:999px;
  padding:14px 28px;
  transition:.2s;
}
.btn:hover,.pill:hover{transform:translateY(-1px);filter:brightness(.97)}
.btn.small{padding:12px 24px}
.hero{
  min-height:520px;
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  padding:60px 7vw;
  background:
    radial-gradient(circle at 78% 50%, #7a452a 0 13%, transparent 14%),
    radial-gradient(circle at 88% 36%, #b5723f 0 11%, transparent 12%),
    linear-gradient(110deg,#3b2013 0%,#5b301d 43%,#9b5d35 100%);
}
.hero-overlay{
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(30,12,5,.32),rgba(30,12,5,.06));
}
.hero-content{
  position:relative;z-index:2;
  color:white;
  max-width:570px;
}
.eyebrow{font:700 .75rem Arial,sans-serif;letter-spacing:.16em;opacity:.86}
.hero h1{
  font-family:"Brush Script MT","Segoe Script",cursive;
  font-size:6rem;
  line-height:.88;
  margin:18px 0 22px;
  font-weight:500;
}
.hero h1 span{color:#f7a9b1}
.hero p{font-size:1.7rem;line-height:1.35;max-width:540px;margin-bottom:30px}
.cookie-art{position:absolute;right:3vw;bottom:-20px;width:44%;height:100%}
.cookie{
  position:absolute;
  border-radius:50%;
  background:
    radial-gradient(circle at 30% 28%,#e2b074 0 5%,transparent 6%),
    radial-gradient(circle at 68% 62%,#9d572d 0 6%,transparent 7%),
    radial-gradient(circle at 55% 36%,#6b3420 0 5%,transparent 6%),
    linear-gradient(145deg,#dca668,#b86f39);
  box-shadow:0 18px 35px rgba(0,0,0,.28), inset 0 -8px 18px rgba(80,35,10,.25);
}
.cookie.big{width:360px;height:360px;right:5%;top:90px;transform:rotate(-7deg)}
.cookie.small-cookie{width:190px;height:190px;right:38%;top:35px;transform:rotate(13deg)}
.cookie i{
  position:absolute;width:32px;height:24px;border-radius:45%;
  background:#4f2419;box-shadow:inset 0 3px 6px rgba(255,255,255,.15)
}
.cookie i:nth-child(1){left:22%;top:24%}
.cookie i:nth-child(2){left:56%;top:18%}
.cookie i:nth-child(3){left:68%;top:48%}
.cookie i:nth-child(4){left:32%;top:58%}
.cookie i:nth-child(5){left:52%;top:71%}
.cookie i:nth-child(6){left:18%;top:76%}

.benefits{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:#fff;
  padding:22px 5vw;
}
.benefits div{
  min-height:80px;
  display:flex;
  gap:12px;
  align-items:center;
  justify-content:center;
  border-right:1px solid #eadfd6;
}
.benefits div:last-child{border-right:0}
.benefits span{font-size:1.8rem}
.menu-section{padding:58px 4vw;background:linear-gradient(#fffaf6,#fbf1e8)}
.section-heading{text-align:center;margin-bottom:36px}
.section-heading h2{font-size:2.8rem;margin:0 0 10px}
.section-heading p{font-size:1.05rem}
.menu-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;max-width:1250px;margin:auto}
.menu-card{text-align:center}
.cookie-thumb{
  height:160px;border-radius:14px;margin-bottom:14px;
  box-shadow:0 10px 24px rgba(60,30,15,.14);
  background:
    radial-gradient(circle at 30% 30%,#5f2f1f 0 5%,transparent 6%),
    radial-gradient(circle at 64% 56%,#6d371f 0 6%,transparent 7%),
    linear-gradient(145deg,#d9a164,#b96d38);
}
.cookie-thumb.snicker{background:radial-gradient(circle at 40% 40%,#c27f46 0 3%,transparent 4%),linear-gradient(145deg,#d8a56b,#b56c3d)}
.cookie-thumb.peanut{background:repeating-linear-gradient(45deg,transparent 0 18px,rgba(100,55,25,.22) 19px 22px),linear-gradient(145deg,#dcaa67,#b66a35)}
.cookie-thumb.oatmeal{background:radial-gradient(circle at 40% 38%,#704028 0 5%,transparent 6%),radial-gradient(circle at 66% 60%,#5c3423 0 4%,transparent 5%),linear-gradient(145deg,#c88b54,#a95d32)}
.cookie-thumb.candy{background:radial-gradient(circle at 30% 30%,#b22222 0 5%,transparent 6%),radial-gradient(circle at 65% 55%,#2d63a5 0 5%,transparent 6%),radial-gradient(circle at 45% 72%,#d19a16 0 5%,transparent 6%),linear-gradient(145deg,#d7a063,#b96d38)}
.menu-card h3{font-size:1.25rem;margin:8px 0}
.menu-card p{font-size:.94rem;line-height:1.4;min-height:62px}
.menu-card strong{font-size:1.15rem}
.special{
  max-width:640px;margin:34px auto 0;
  background:var(--pink2);border:1px solid #efcaca;border-radius:18px;
  display:flex;gap:18px;align-items:center;padding:18px 24px;
}
.special-icon{font-size:2.3rem}
.special h3,.special p{margin:2px 0}

.info-section{
  display:grid;grid-template-columns:repeat(3,1fr);
  background:#fff;padding:45px 5vw;
}
.info-card{text-align:center;padding:20px 35px;border-right:1px solid #e6d9cf}
.info-card:last-child{border-right:0}
.info-card .icon{font-size:2.4rem}
.info-card h2{margin:8px 0}
.info-card p{line-height:1.5;min-height:50px}
.pill{padding:11px 20px;font-size:.95rem}
.info-card small{display:block;margin-top:12px}
footer{
  text-align:center;
  background:linear-gradient(180deg,#fde8e8,#f9dede);
  padding:36px 20px 44px;
  font-family:"Brush Script MT","Segoe Script",cursive;
}
footer p{font-size:2rem;margin:0 0 8px}
footer small{font-family:Georgia,serif}

@media(max-width:900px){
  .site-header{flex-wrap:wrap;gap:10px}
  nav{order:3;width:100%;justify-content:center;gap:16px;padding-top:6px}
  .btn.small{display:none}
  .hero{min-height:600px;padding-top:70px;align-items:flex-start}
  .hero h1{font-size:4.7rem}
  .hero p{font-size:1.35rem;max-width:85%}
  .cookie-art{opacity:.42;width:65%;right:-16%;bottom:-120px}
  .benefits{grid-template-columns:repeat(2,1fr)}
  .benefits div:nth-child(2){border-right:0}
  .menu-grid{grid-template-columns:repeat(2,1fr)}
  .menu-grid article:last-child{grid-column:1/-1;max-width:320px;margin:auto}
  .info-section{grid-template-columns:1fr}
  .info-card{border-right:0;border-bottom:1px solid #e6d9cf}
  .info-card:last-child{border-bottom:0}
}
@media(max-width:560px){
  .brand-name{font-size:1.6rem}
  .brand-sub{font-size:.52rem}
  nav{font-size:.8rem}
  .hero{min-height:560px;padding:55px 6vw}
  .hero h1{font-size:3.8rem}
  .hero p{font-size:1.1rem}
  .benefits{grid-template-columns:1fr 1fr;padding:14px 2vw}
  .benefits div{font-size:.82rem;padding:8px}
  .menu-grid{grid-template-columns:1fr}
  .menu-grid article:last-child{grid-column:auto}
  .menu-card{max-width:360px;margin:auto}
  .section-heading h2{font-size:2.25rem}
}
