:root{
  --terracotta:#bd684c;
  --terracotta-dark:#874631;
  --peach:#f6a083;
  --cream:#fffaf1;
  --cream-2:#fff4e6;
  --brown:#704131;
  --ink:#3e2922;
  --white:#fff;
  --shadow:0 20px 60px rgba(112,65,49,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",sans-serif}
a{color:inherit;text-decoration:none}
.site-header{position:sticky;top:0;z-index:50;height:86px;padding:10px 5vw;display:flex;align-items:center;justify-content:space-between;background:rgba(255,250,241,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(189,104,76,.14)}
.brand img{width:105px;height:105px;object-fit:contain;display:block;margin-top:22px}
.nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:600;color:var(--brown)}
.nav a:not(.nav-order){position:relative}
.nav a:not(.nav-order)::after{content:"";position:absolute;left:0;bottom:-7px;width:0;height:2px;background:var(--peach);transition:.25s}
.nav a:not(.nav-order):hover::after{width:100%}
.nav-order{background:var(--terracotta);color:#fff;padding:12px 20px;border-radius:999px}
.menu-toggle{display:none;border:0;background:none;font-size:25px;color:var(--brown)}
.hero{min-height:690px;padding:80px 8vw 90px;display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center;position:relative;overflow:hidden;background:radial-gradient(circle at 78% 45%,#ffe8d5 0 22%,transparent 23%),linear-gradient(135deg,#fffaf1,#fff5e9)}
.hero::before{content:"";position:absolute;width:620px;height:620px;border:1px solid rgba(246,160,131,.38);border-radius:50%;right:-130px;top:30px}
.hero-copy{position:relative;z-index:2}
.eyebrow,.section-label,.product-tag{font-size:11px;letter-spacing:2.5px;font-weight:700;color:var(--terracotta)}
.hero h1,.section h2{font-family:"Cormorant Garamond",serif;font-weight:600;color:var(--brown);font-size:clamp(55px,6vw,88px);line-height:.9;margin:18px 0 25px}
.hero h1 span,.section h2 em{font-style:italic;color:var(--terracotta)}
.hero-text{max-width:540px;font-size:18px;line-height:1.75;color:#76594c}
.hero-actions{display:flex;gap:13px;flex-wrap:wrap;margin:30px 0 22px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 24px;border-radius:999px;font-weight:700;font-size:14px;transition:.25s;cursor:pointer}
.btn-primary{background:var(--terracotta);color:white;box-shadow:0 10px 25px rgba(189,104,76,.25)}
.btn-primary:hover{transform:translateY(-2px);background:var(--terracotta-dark)}
.btn-outline{border:1px solid rgba(135,70,49,.35);color:var(--brown);background:rgba(255,255,255,.5)}
.btn-outline:hover{border-color:var(--terracotta);background:#fff}
.hero-points{display:flex;gap:22px;flex-wrap:wrap;color:var(--brown);font-size:13px;font-weight:600}
.hero-card{height:480px;position:relative;display:flex;align-items:center;justify-content:center}
.stamp{position:absolute;right:8%;top:3%;width:105px;height:105px;border:2px dashed var(--terracotta);border-radius:50%;display:grid;place-items:center;text-align:center;font-family:"Cormorant Garamond",serif;font-weight:700;font-size:15px;line-height:1.05;color:var(--terracotta);transform:rotate(12deg);z-index:3}
.oven-art{width:350px;height:300px;position:relative;margin-top:45px}
.oven-top{position:absolute;left:55px;top:10px;width:240px;height:38px;background:#f9b093;border:6px solid var(--brown);border-radius:16px 16px 5px 5px}
.oven-body{position:absolute;left:45px;top:38px;width:260px;height:230px;background:#fff7e9;border:6px solid var(--brown);border-radius:16px;box-shadow:var(--shadow)}
.oven-window{position:absolute;left:31px;top:65px;width:188px;height:120px;border:6px solid var(--brown);border-radius:18px;background:linear-gradient(#f59b79,#e97658);display:grid;place-items:center;color:white;font-size:45px}
.oven-handle{position:absolute;left:58px;top:32px;width:140px;height:10px;background:var(--peach);border:4px solid var(--brown);border-radius:20px}
.oven-feet{position:absolute;left:73px;bottom:12px;width:220px;display:flex;justify-content:space-between}
.oven-feet i{width:42px;height:14px;background:var(--brown);border-radius:0 0 9px 9px}
.floating-cookie{position:absolute;background:#d7863b;border:5px solid var(--brown);color:#7b431f;border-radius:50%;box-shadow:0 10px 20px rgba(112,65,49,.15)}
.cookie-1{width:70px;height:70px;right:2%;bottom:18%;display:grid;place-items:center;font-size:16px}
.cookie-2{width:55px;height:55px;left:7%;top:33%;font-size:8px;padding:13px}
.hero-decor{position:absolute;color:var(--peach);font-size:28px;opacity:.65}
.hero-decor-1{left:4%;top:25%}.hero-decor-2{right:47%;bottom:10%}
.promise-strip{display:grid;grid-template-columns:repeat(3,1fr);background:var(--terracotta);color:#fff;padding:26px 8vw}
.promise-strip div{padding:4px 35px;border-right:1px solid rgba(255,255,255,.3)}
.promise-strip div:last-child{border:0}
.promise-strip strong{display:block;font-family:"Cormorant Garamond",serif;font-size:24px}.promise-strip span{font-size:12px;opacity:.82}
.section{padding:110px 8vw}
.about{background:#fffdf8}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}
.about h2,.menu-section h2,.why-section h2,.contact-card h2{font-size:clamp(48px,5vw,70px)}
.about-copy p{font-size:16px;line-height:1.9;color:#75594d;max-width:580px}
.text-link{display:inline-block;margin-top:15px;color:var(--terracotta);font-weight:700;border-bottom:1px solid var(--peach);padding-bottom:5px}
.about-card{background:var(--cream-2);border-radius:50% 50% 18px 18px;padding:45px;text-align:center;box-shadow:var(--shadow);border:1px solid rgba(189,104,76,.12)}
.about-card img{width:250px;max-width:80%}.about-card p{font-size:12px;letter-spacing:2px;color:var(--terracotta);font-weight:700}
.menu-section{background:var(--cream)}.section-heading{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:50px}.section-heading>p{max-width:390px;line-height:1.7;color:#806356}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.product-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 12px 35px rgba(112,65,49,.08);transition:.3s;border:1px solid rgba(189,104,76,.08)}
.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.product-art{height:230px;display:grid;place-items:center;font-size:85px;position:relative;overflow:hidden}
.product-art::before,.product-art::after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(135,70,49,.15)}
.product-art::before{width:220px;height:220px}.product-art::after{width:170px;height:170px}
.cupcake{background:#ffe1d5}.cookies{background:#f8e1bd}.drycake{background:#f5d5bd}
.product-art span{position:relative;z-index:2;filter:drop-shadow(0 10px 8px rgba(112,65,49,.12))}
.product-info{padding:24px 25px 28px}.product-info h3{font-family:"Cormorant Garamond",serif;font-size:31px;margin:7px 0}.product-info>p:not(.product-tag){color:#806356;line-height:1.6;font-size:14px}.product-info a{display:inline-block;margin-top:8px;color:var(--terracotta);font-size:13px;font-weight:700}
.custom-banner{margin-top:35px;padding:32px 38px;border-radius:24px;background:var(--brown);color:white;display:flex;align-items:center;justify-content:space-between;gap:25px}.custom-banner .section-label{color:var(--peach)}.custom-banner h3{font-family:"Cormorant Garamond",serif;font-size:31px;margin:7px 0 0}.btn-light{background:#fff;color:var(--brown);white-space:nowrap}
.why-section{background:#fff}.why-section>h2{margin-top:15px}.features{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;margin-top:60px}.feature{padding:25px 0;border-top:1px solid rgba(112,65,49,.2)}.feature span{color:var(--peach);font-weight:700;font-size:12px}.feature h3{font-family:"Cormorant Garamond",serif;font-size:28px;margin:18px 0 8px}.feature p{color:#806356;line-height:1.65;font-size:14px}
.quote-section{text-align:center;padding:100px 8vw;background:#fbe9dc;color:var(--brown)}.quote-mark{font-family:Georgia,serif;font-size:100px;color:var(--peach);height:65px}.quote-section blockquote{font-family:"Cormorant Garamond",serif;font-size:clamp(34px,4vw,55px);line-height:1.05;margin:10px auto 25px}.quote-section p{font-size:11px;letter-spacing:2px;font-weight:700;color:var(--terracotta)}
.contact-section{background:var(--cream)}.contact-card{background:#fff;border-radius:28px;padding:60px;display:flex;justify-content:space-between;align-items:center;gap:50px;box-shadow:var(--shadow);border:1px solid rgba(189,104,76,.12)}.contact-card h2{margin:15px 0}.contact-card p{color:#806356;line-height:1.7;max-width:540px}.contact-actions{display:flex;flex-direction:column;gap:12px;min-width:210px}
footer{background:var(--brown);color:#fff;text-align:center;padding:55px 20px 35px}.footer-logo{width:120px}footer img{width:120px;height:120px;object-fit:contain;background:#fff;border-radius:50%;padding:3px}footer p{font-family:"Cormorant Garamond",serif;font-size:22px;margin:12px 0 4px}footer a{color:#ffd2bf;font-size:13px}footer small{display:block;margin-top:28px;opacity:.55;font-size:11px}

@media(max-width:900px){
  .site-header{height:76px}.brand img{width:88px;height:88px;margin-top:16px}.menu-toggle{display:block}.nav{display:none;position:absolute;left:0;right:0;top:76px;background:var(--cream);padding:20px 7vw;flex-direction:column;align-items:flex-start;box-shadow:0 15px 30px rgba(112,65,49,.1)}.nav.open{display:flex}.hero{grid-template-columns:1fr;padding:65px 7vw 80px;min-height:auto}.hero-card{height:390px}.promise-strip{grid-template-columns:1fr;gap:14px}.promise-strip div{border-right:0;border-bottom:1px solid rgba(255,255,255,.25);padding:10px 0 14px}.about-grid{grid-template-columns:1fr;gap:50px}.section{padding:80px 7vw}.section-heading{display:block}.section-heading>p{margin-top:-10px}.product-grid{grid-template-columns:1fr}.features{grid-template-columns:1fr 1fr}.custom-banner,.contact-card{display:block}.custom-banner .btn,.contact-actions{margin-top:25px}.contact-actions{display:flex}.contact-card{padding:40px 30px}
}
@media(max-width:520px){
  .hero h1{font-size:57px}.hero-text{font-size:16px}.hero-card{height:320px}.oven-art{transform:scale(.78)}.stamp{right:0;top:0;transform:scale(.8) rotate(12deg)}.features{grid-template-columns:1fr}.quote-section blockquote{font-size:34px}.contact-card h2{font-size:48px}
}
