Caramel, Coffee is the taste of the season……
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Infused Beauty: Custom Coffee & Brown Sugar Scrubs</title>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Inter:wght@300;400;600&display=swap" rel="stylesheet">
<style>
:root {
--cream: #FFF8F0;
--caramel: #D9A77A;
--deep: #7B4B35;
--accent: #C76A3F;
--soft: #FAF2ED;
}
* { box-sizing: border-box; }
body {
margin: 0;
font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
background: radial-gradient(1200px 600px at 15% 25%, rgba(199,106,63,0.07), transparent), linear-gradient(180deg, var(--cream), #fffaf6 60%);
color: var(--deep);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
padding: 40px 20px;
display: flex;
justify-content: center;
overflow-x: hidden;
}
.card {
max-width: 980px;
width: 100%;
background: linear-gradient(180deg, rgba(255,250,247,0.9), rgba(255,251,249,0.95));
border-radius: 20px;
padding: 36px;
border: 1px solid rgba(123,75,53,0.06);
box-shadow: 0 8px 30px rgba(123,75,53,0.06);
position: relative;
overflow: hidden;
}
.swirl, .grain {
position: absolute;
pointer-events: none;
}
.swirl {
right: -80px;
bottom: -60px;
opacity: 0.12;
transform: rotate(-12deg);
width: 420px;
height: 420px;
}
.grain {
width: 6px;
height: 6px;
background: rgba(199,106,63,0.4);
border-radius: 50%;
animation: float 8s linear infinite;