Changes to teddycream.scroll.pub

ScrollHub
ScrollHub
18 days ago
Initial commit
index.scroll
Changed around line 1
+ buildHtml
+ baseUrl https://teddycream.scroll.pub
+ metaTags
+ editButton /edit.html
+ title Teddy Bears & Ice Cream
+ style.css
+ header
+ class hero
+ nav
+ div TeddyCream
+ class logo
+ div
+ class nav-links
+ a About
+ href #about
+ a Gallery
+ href #gallery
+ a Flavors
+ href #flavors
+ a Contact
+ class cta-button
+ href #contact
+ div
+ class hero-content
+ h1 Teddy Bears & Ice Cream
+ p The sweetest combination since forever
+ a Explore
+ class primary-button
+ href #gallery
+ main
+ section
+ id about
+ class about
+ h2 Our Sweet Story
+ p We combine the cuddly warmth of teddy bears with the cool delight of ice cream to create magical moments for all ages.
+ div
+ class stats
+ div
+ class stat
+ h3 100+
+ p Teddy Varieties
+ div
+ class stat
+ h3 50+
+ p Ice Cream Flavors
+ div
+ class stat
+ h3 10+
+ p Years of Joy
+ section
+ id gallery
+ class gallery
+ h2 Cuddly & Creamy Gallery
+ div
+ class gallery-grid
+ div
+ class gallery-item
+ img teddy1.jpg
+ alt Teddy with strawberry ice cream
+ div
+ class gallery-item
+ img teddy2.jpg
+ alt Teddy with chocolate ice cream
+ div
+ class gallery-item
+ img teddy3.jpg
+ alt Teddy with vanilla ice cream
+ div
+ class gallery-item
+ img teddy4.jpg
+ alt Teddy with rainbow sprinkles
+ section
+ id flavors
+ class flavors
+ h2 Our Signature Flavors
+ div
+ class flavor-cards
+ div
+ class flavor-card
+ div 🍓
+ class flavor-icon
+ h3 Berry Bear
+ p Strawberry ice cream with raspberry swirls
+ div
+ class flavor-card
+ div 🍫
+ class flavor-icon
+ h3 Choco Hug
+ p Rich chocolate with caramel-filled teddy bear cookies
+ div
+ class flavor-card
+ div 🍯
+ class flavor-icon
+ h3 Honey Snuggle
+ p Honey ice cream with graham cracker pieces
+ div
+ class flavor-card
+ div 🌈
+ class flavor-icon
+ h3 Rainbow Cuddle
+ p Vanilla with colorful sprinkles and marshmallow swirl
+ section
+ id contact
+ class contact
+ h2 Get in Touch
+ form
+ class contact-form
+ input
+ type text
+ placeholder Your Name
+ name name
+ input
+ type email
+ placeholder Your Email
+ name email
+ textarea
+ placeholder Your Sweet Message
+ name message
+ button
+ type submit
+ class submit-button
+ Send Message
+ footer
+ div
+ class footer-content
+ div TeddyCream
+ class footer-logo
+ div
+ class social-links
+ a Instagram
+ href #
+ a Facebook
+ href #
+ a Twitter
+ href #
+ p 123 Sweet Street, Ice Cream Valley
+ script.js
prompt.json
Changed around line 1
+ {
+ "id": "a5d9ab45-ae4f-4093-a54c-91adf23b73d6",
+ "object": "chat.completion",
+ "created": 1750489705,
+ "model": "deepseek-chat",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "Here's my suggestion for a delightful website combining teddy bears and ice cream:\n\n---domain---\nteddycream.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://teddycream.scroll.pub\nmetaTags\neditButton /edit.html\ntitle Teddy Bears & Ice Cream\nstyle.css\nheader\n class hero\n nav\n div TeddyCream\n class logo\n div\n class nav-links\n a About\n href #about\n a Gallery\n href #gallery\n a Flavors\n href #flavors\n a Contact\n class cta-button\n href #contact\n div\n class hero-content\n h1 Teddy Bears & Ice Cream\n p The sweetest combination since forever\n a Explore\n class primary-button\n href #gallery\nmain\n section\n id about\n class about\n h2 Our Sweet Story\n p We combine the cuddly warmth of teddy bears with the cool delight of ice cream to create magical moments for all ages.\n div\n class stats\n div\n class stat\n h3 100+\n p Teddy Varieties\n div\n class stat\n h3 50+\n p Ice Cream Flavors\n div\n class stat\n h3 10+\n p Years of Joy\n section\n id gallery\n class gallery\n h2 Cuddly & Creamy Gallery\n div\n class gallery-grid\n div\n class gallery-item\n img teddy1.jpg\n alt Teddy with strawberry ice cream\n div\n class gallery-item\n img teddy2.jpg\n alt Teddy with chocolate ice cream\n div\n class gallery-item\n img teddy3.jpg\n alt Teddy with vanilla ice cream\n div\n class gallery-item\n img teddy4.jpg\n alt Teddy with rainbow sprinkles\n section\n id flavors\n class flavors\n h2 Our Signature Flavors\n div\n class flavor-cards\n div\n class flavor-card\n div 🍓\n class flavor-icon\n h3 Berry Bear\n p Strawberry ice cream with raspberry swirls\n div\n class flavor-card\n div 🍫\n class flavor-icon\n h3 Choco Hug\n p Rich chocolate with caramel-filled teddy bear cookies\n div\n class flavor-card\n div 🍯\n class flavor-icon\n h3 Honey Snuggle\n p Honey ice cream with graham cracker pieces\n div\n class flavor-card\n div 🌈\n class flavor-icon\n h3 Rainbow Cuddle\n p Vanilla with colorful sprinkles and marshmallow swirl\n section\n id contact\n class contact\n h2 Get in Touch\n form\n class contact-form\n input\n type text\n placeholder Your Name\n name name\n input\n type email\n placeholder Your Email\n name email\n textarea\n placeholder Your Sweet Message\n name message\n button\n type submit\n class submit-button\n Send Message\nfooter\n div\n class footer-content\n div TeddyCream\n class footer-logo\n div\n class social-links\n a Instagram\n href #\n a Facebook\n href #\n a Twitter\n href #\n p 123 Sweet Street, Ice Cream Valley\nscript.js\n---style.css---\n:root {\n --primary: #FF9AA2;\n --secondary: #FFB7B2;\n --accent: #FFDAC1;\n --light: #E2F0CB;\n --dark: #B5EAD7;\n --text: #333;\n --white: #fff;\n}\n\n* {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n}\n\nbody {\n font-family: 'Comic Sans MS', cursive, sans-serif;\n line-height: 1.6;\n color: var(--text);\n background-color: var(--light);\n}\n\nheader.hero {\n background: linear-gradient(135deg, var(--primary), var(--secondary));\n color: var(--white);\n padding: 2rem;\n text-align: center;\n position: relative;\n overflow: hidden;\n}\n\nheader.hero::before {\n content: \"\";\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background-image: url('data:image/svg+xml;utf8,');\n background-size: 100px 100px;\n}\n\nnav {\n display: flex;\n justify-content: space-between;\n align-items: center;\n padding: 1rem 0;\n}\n\n.logo {\n font-size: 2rem;\n font-weight: bold;\n color: var(--white);\n}\n\n.nav-links {\n display: flex;\n gap: 1.5rem;\n}\n\n.nav-links a {\n color: var(--white);\n text-decoration: none;\n font-weight: bold;\n transition: transform 0.3s;\n}\n\n.nav-links a:hover {\n transform: translateY(-3px);\n}\n\n.cta-button {\n background-color: var(--accent);\n padding: 0.5rem 1rem;\n border-radius: 50px;\n color: var(--text);\n}\n\n.hero-content {\n padding: 4rem 0;\n max-width: 800px;\n margin: 0 auto;\n}\n\n.hero-content h1 {\n font-size: 3.5rem;\n margin-bottom: 1rem;\n text-shadow: 2px 2px 4px rgba(0,0,0,0.2);\n}\n\n.hero-content p {\n font-size: 1.5rem;\n margin-bottom: 2rem;\n}\n\n.primary-button {\n background-color: var(--white);\n color: var(--text);\n padding: 0.8rem 2rem;\n border-radius: 50px;\n text-decoration: none;\n font-weight: bold;\n display: inline-block;\n transition: transform 0.3s, box-shadow 0.3s;\n}\n\n.primary-button:hover {\n transform: translateY(-3px);\n box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n}\n\nsection {\n padding: 4rem 2rem;\n}\n\nh2 {\n text-align: center;\n margin-bottom: 2rem;\n font-size: 2.5rem;\n color: var(--primary);\n}\n\n.about {\n background-color: var(--white);\n text-align: center;\n}\n\n.stats {\n display: flex;\n justify-content: center;\n gap: 3rem;\n margin-top: 2rem;\n}\n\n.stat {\n text-align: center;\n}\n\n.stat h3 {\n font-size: 2.5rem;\n color: var(--primary);\n}\n\n.gallery-grid {\n display: grid;\n grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n gap: 1rem;\n margin-top: 2rem;\n}\n\n.gallery-item {\n border-radius: 10px;\n overflow: hidden;\n box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n transition: transform 0.3s;\n}\n\n.gallery-item:hover {\n transform: scale(1.03);\n}\n\n.gallery-item img {\n width: 100%;\n height: 250px;\n object-fit: cover;\n display: block;\n}\n\n.flavor-cards {\n display: grid;\n grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n gap: 2rem;\n margin-top: 2rem;\n}\n\n.flavor-card {\n background-color: var(--white);\n padding: 2rem;\n border-radius: 10px;\n text-align: center;\n box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n transition: transform 0.3s;\n}\n\n.flavor-card:hover {\n transform: translateY(-10px);\n}\n\n.flavor-icon {\n font-size: 3rem;\n margin-bottom: 1rem;\n}\n\n.contact-form {\n max-width: 600px;\n margin: 0 auto;\n display: grid;\n gap: 1rem;\n}\n\n.contact-form input,\n.contact-form textarea {\n padding: 1rem;\n border: 2px solid var(--secondary);\n border-radius: 10px;\n font-family: inherit;\n}\n\n.contact-form textarea {\n min-height: 150px;\n resize: vertical;\n}\n\n.submit-button {\n background-color: var(--primary);\n color: white;\n padding: 1rem;\n border: none;\n border-radius: 10px;\n font-weight: bold;\n cursor: pointer;\n transition: background-color 0.3s;\n}\n\n.submit-button:hover {\n background-color: var(--secondary);\n}\n\nfooter {\n background-color: var(--dark);\n padding: 2rem;\n text-align: center;\n}\n\n.footer-content {\n max-width: 1200px;\n margin: 0 auto;\n display: flex;\n flex-direction: column;\n gap: 1rem;\n}\n\n.footer-logo {\n font-size: 2rem;\n font-weight: bold;\n color: var(--text);\n}\n\n.social-links {\n display: flex;\n justify-content: center;\n gap: 1.5rem;\n margin: 1rem 0;\n}\n\n.social-links a {\n color: var(--text);\n text-decoration: none;\n}\n\n@media (max-width: 768px) {\n nav {\n flex-direction: column;\n gap: 1rem;\n }\n \n .hero-content h1 {\n font-size: 2.5rem;\n }\n \n .stats {\n flex-direction: column;\n gap: 1.5rem;\n }\n \n .flavor-cards {\n grid-template-columns: 1fr;\n }\n}\n---script.js---\ndocument.addEventListener('DOMContentLoaded', function() {\n // Smooth scrolling for navigation links\n document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n anchor.addEventListener('click', function(e) {\n e.preventDefault();\n \n const targetId = this.getAttribute('href');\n if (targetId === '#') return;\n \n const targetElement = document.querySelector(targetId);\n if (targetElement) {\n window.scrollTo({\n top: targetElement.offsetTop - 80,\n behavior: 'smooth'\n });\n }\n });\n });\n\n // Animate elements when they come into view\n const animateOnScroll = function() {\n const elements = document.querySelectorAll('.flavor-card, .gallery-item, .stat');\n \n elements.forEach(element => {\n const elementPosition = element.getBoundingClientRect().top;\n const windowHeight = window.innerHeight;\n \n if (elementPosition < windowHeight - 100) {\n element.style.opacity = '1';\n element.style.transform = 'translateY(0)';\n }\n });\n };\n\n // Set initial styles for animation\n document.querySelectorAll('.flavor-card, .gallery-item, .stat').forEach(element => {\n element.style.opacity = '0';\n element.style.transform = 'translateY(20px)';\n element.style.transition = 'opacity 0.5s ease, transform 0.5s ease';\n });\n\n // Run once on load\n animateOnScroll();\n \n // Run on scroll\n window.addEventListener('scroll', animateOnScroll);\n\n // Form submission handling\n const contactForm = document.querySelector('.contact-form');\n if (contactForm) {\n contactForm.addEventListener('submit', function(e) {\n e.preventDefault();\n \n // Simple form validation\n const name = this.elements.name.value.trim();\n const email = this.elements.email.value.trim();\n const message = this.elements.message.value.trim();\n \n if (!name || !email || !message) {\n alert('Please fill in all fields');\n return;\n }\n \n // In a real app, you would send this data to a server\n alert('Thank you for your message! We'll get back to you soon.');\n this.reset();\n });\n }\n});\n---end---"
+ },
+ "logprobs": null,
+ "finish_reason": "stop"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 722,
+ "completion_tokens": 2907,
+ "total_tokens": 3629,
+ "prompt_tokens_details": {
+ "cached_tokens": 0
+ },
+ "prompt_cache_hit_tokens": 0,
+ "prompt_cache_miss_tokens": 722
+ },
+ "system_fingerprint": "fp_8802369eaa_prod0425fp8"
+ }
readme.scroll
Changed around line 1
+ # teddycream.scroll.pub
+
+ Prompt: website
+ Agent: deepseek
+ Model: deepseek-chat
+
+ ## User prompt
+ teddy bears and ice cream
+
+ ## System prompt
+ You are an expert web developer. Create a website based on this request: "teddy bears and ice cream"
+
+ Requirements:
+ - Use only Scroll, CSS, and JavaScript (NO frameworks, NO external dependencies)
+ - Create clean, semantic HTML5
+ - Make it mobile-responsive
+ - Follow modern best practices and accessibility guidelines
+ - Keep it simple but professional
+ - Use only relative links and no external resources
+ - Do not put a copyright symbol or all rights reserved in the footer.
+ - Make it beautiful. Dazzling. Advanced used of CSS.
+
+ As a refresher, for doing the html body, Scroll is a whitespace based language that uses a single indented space to mark a line (aka particle) as a subparticle of a parent line.
+
+ For example:
+
+ header
+ class hero
+ nav
+ div Scroll
+ class logo
+ div
+ class nav-links
+ a Features
+ href #features
+ a Examples
+ href #examples
+ a Edit
+ href edit.html
+ a GitHub
+ class cta-button
+ href https://github.com/breck7/scroll
+ div
+ class hero-content
+ h1 Write Better with Scroll
+ p The extendible markup language that makes source beautiful and compiles to anything
+ a Get Started
+ class primary-button
+ href https://hub.scroll.pub/
+ main
+ section
+ id features
+ class features
+ h2 Why Scroll?
+ div
+ class feature-grid
+ div
+ class feature-card
+ div ⚡
+ class feature-icon
+ h3 Simple Syntax
+ p Like Markdown, but more powerful. No parentheses needed.
+ div
+ class feature-card
+ div 🧩
+ class feature-icon
+ h3 Extendible
+ p Build your own custom parsers.
+ div
+ class feature-card
+ div 🎨
+ class feature-icon
+ h3 Beautiful Output
+ p Create stunning documents with minimal effort.
+ div
+ class feature-card
+ div 🚀
+ class feature-icon
+ h3 Fast & Light
+ p Built on the efficient PPS Stack.
+ section
+ id examples
+ class code-demo
+ h2 See It In Action
+ div
+ class code-container
+ pre
+ class code-example
+ div
+ class code-output
+ footer
+ div
+ class footer-content
+ div
+ class footer-links
+ a Documentation
+ href https://scroll.pub/tutorial.html
+ a Community
+ href https://www.reddit.com/r/WorldWideScroll/
+ a Blog
+ href https://scroll.pub/blog
+ p Started by Breck Yunits. Evolved by a community.
+ https://twitter.com/breckyunits Breck Yunits
+ https://github.com/breck7/scroll/graphs/contributors community
+
+
+ First suggest a short, memorable domain name ending in scroll.pub that represents this website. Then provide the website files. Use this exact format:
+
+ ---domain---
+ (domainscroll.pub here)
+ ---index.scroll---
+ buildHtml
+ baseUrl https://(domainscroll.pub here)
+ metaTags
+ editButton /edit.html
+ title (Title here)
+ style.css
+
+ (body content here. no blank lines please.)
+
+ script.js
+ ---style.css---
+ (CSS content here)
+ ---script.js---
+ (JavaScript content here)
+ ---end---
script.js
Changed around line 1
+ document.addEventListener('DOMContentLoaded', function() {
+ // Smooth scrolling for navigation links
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
+ anchor.addEventListener('click', function(e) {
+ e.preventDefault();
+
+ const targetId = this.getAttribute('href');
+ if (targetId === '#') return;
+
+ const targetElement = document.querySelector(targetId);
+ if (targetElement) {
+ window.scrollTo({
+ top: targetElement.offsetTop - 80,
+ behavior: 'smooth'
+ });
+ }
+ });
+ });
+
+ // Animate elements when they come into view
+ const animateOnScroll = function() {
+ const elements = document.querySelectorAll('.flavor-card, .gallery-item, .stat');
+
+ elements.forEach(element => {
+ const elementPosition = element.getBoundingClientRect().top;
+ const windowHeight = window.innerHeight;
+
+ if (elementPosition < windowHeight - 100) {
+ element.style.opacity = '1';
+ element.style.transform = 'translateY(0)';
+ }
+ });
+ };
+
+ // Set initial styles for animation
+ document.querySelectorAll('.flavor-card, .gallery-item, .stat').forEach(element => {
+ element.style.opacity = '0';
+ element.style.transform = 'translateY(20px)';
+ element.style.transition = 'opacity 0.5s ease, transform 0.5s ease';
+ });
+
+ // Run once on load
+ animateOnScroll();
+
+ // Run on scroll
+ window.addEventListener('scroll', animateOnScroll);
+
+ // Form submission handling
+ const contactForm = document.querySelector('.contact-form');
+ if (contactForm) {
+ contactForm.addEventListener('submit', function(e) {
+ e.preventDefault();
+
+ // Simple form validation
+ const name = this.elements.name.value.trim();
+ const email = this.elements.email.value.trim();
+ const message = this.elements.message.value.trim();
+
+ if (!name || !email || !message) {
+ alert('Please fill in all fields');
+ return;
+ }
+
+ // In a real app, you would send this data to a server
+ alert('Thank you for your message! We'll get back to you soon.');
+ this.reset();
+ });
+ }
+ });
style.css
Changed around line 1
+ :root {
+ --primary: #FF9AA2;
+ --secondary: #FFB7B2;
+ --accent: #FFDAC1;
+ --light: #E2F0CB;
+ --dark: #B5EAD7;
+ --text: #333;
+ --white: #fff;
+ }
+
+ * {
+ margin: 0;
+ padding: 0;
+ box-sizing: border-box;
+ }
+
+ body {
+ font-family: 'Comic Sans MS', cursive, sans-serif;
+ line-height: 1.6;
+ color: var(--text);
+ background-color: var(--light);
+ }
+
+ header.hero {
+ background: linear-gradient(135deg, var(--primary), var(--secondary));
+ color: var(--white);
+ padding: 2rem;
+ text-align: center;
+ position: relative;
+ overflow: hidden;
+ }
+
+ header.hero::before {
+ content: "";
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ background-image: url('data:image/svg+xml;utf8,');
+ background-size: 100px 100px;
+ }
+
+ nav {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ padding: 1rem 0;
+ }
+
+ .logo {
+ font-size: 2rem;
+ font-weight: bold;
+ color: var(--white);
+ }
+
+ .nav-links {
+ display: flex;
+ gap: 1.5rem;
+ }
+
+ .nav-links a {
+ color: var(--white);
+ text-decoration: none;
+ font-weight: bold;
+ transition: transform 0.3s;
+ }
+
+ .nav-links a:hover {
+ transform: translateY(-3px);
+ }
+
+ .cta-button {
+ background-color: var(--accent);
+ padding: 0.5rem 1rem;
+ border-radius: 50px;
+ color: var(--text);
+ }
+
+ .hero-content {
+ padding: 4rem 0;
+ max-width: 800px;
+ margin: 0 auto;
+ }
+
+ .hero-content h1 {
+ font-size: 3.5rem;
+ margin-bottom: 1rem;
+ text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
+ }
+
+ .hero-content p {
+ font-size: 1.5rem;
+ margin-bottom: 2rem;
+ }
+
+ .primary-button {
+ background-color: var(--white);
+ color: var(--text);
+ padding: 0.8rem 2rem;
+ border-radius: 50px;
+ text-decoration: none;
+ font-weight: bold;
+ display: inline-block;
+ transition: transform 0.3s, box-shadow 0.3s;
+ }
+
+ .primary-button:hover {
+ transform: translateY(-3px);
+ box-shadow: 0 5px 15px rgba(0,0,0,0.1);
+ }
+
+ section {
+ padding: 4rem 2rem;
+ }
+
+ h2 {
+ text-align: center;
+ margin-bottom: 2rem;
+ font-size: 2.5rem;
+ color: var(--primary);
+ }
+
+ .about {
+ background-color: var(--white);
+ text-align: center;
+ }
+
+ .stats {
+ display: flex;
+ justify-content: center;
+ gap: 3rem;
+ margin-top: 2rem;
+ }
+
+ .stat {
+ text-align: center;
+ }
+
+ .stat h3 {
+ font-size: 2.5rem;
+ color: var(--primary);
+ }
+
+ .gallery-grid {
+ display: grid;
+ grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
+ gap: 1rem;
+ margin-top: 2rem;
+ }
+
+ .gallery-item {
+ border-radius: 10px;
+ overflow: hidden;
+ box-shadow: 0 5px 15px rgba(0,0,0,0.1);
+ transition: transform 0.3s;
+ }
+
+ .gallery-item:hover {
+ transform: scale(1.03);
+ }
+
+ .gallery-item img {
+ width: 100%;
+ height: 250px;
+ object-fit: cover;
+ display: block;
+ }
+
+ .flavor-cards {
+ display: grid;
+ grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
+ gap: 2rem;
+ margin-top: 2rem;
+ }
+
+ .flavor-card {
+ background-color: var(--white);
+ padding: 2rem;
+ border-radius: 10px;
+ text-align: center;
+ box-shadow: 0 5px 15px rgba(0,0,0,0.1);
+ transition: transform 0.3s;
+ }
+
+ .flavor-card:hover {
+ transform: translateY(-10px);
+ }
+
+ .flavor-icon {
+ font-size: 3rem;
+ margin-bottom: 1rem;
+ }
+
+ .contact-form {
+ max-width: 600px;
+ margin: 0 auto;
+ display: grid;
+ gap: 1rem;
+ }
+
+ .contact-form input,
+ .contact-form textarea {
+ padding: 1rem;
+ border: 2px solid var(--secondary);
+ border-radius: 10px;
+ font-family: inherit;
+ }
+
+ .contact-form textarea {
+ min-height: 150px;
+ resize: vertical;
+ }
+
+ .submit-button {
+ background-color: var(--primary);
+ color: white;
+ padding: 1rem;
+ border: none;
+ border-radius: 10px;
+ font-weight: bold;
+ cursor: pointer;
+ transition: background-color 0.3s;
+ }
+
+ .submit-button:hover {
+ background-color: var(--secondary);
+ }
+
+ footer {
+ background-color: var(--dark);
+ padding: 2rem;
+ text-align: center;
+ }
+
+ .footer-content {
+ max-width: 1200px;
+ margin: 0 auto;
+ display: flex;
+ flex-direction: column;
+ gap: 1rem;
+ }
+
+ .footer-logo {
+ font-size: 2rem;
+ font-weight: bold;
+ color: var(--text);
+ }
+
+ .social-links {
+ display: flex;
+ justify-content: center;
+ gap: 1.5rem;
+ margin: 1rem 0;
+ }
+
+ .social-links a {
+ color: var(--text);
+ text-decoration: none;
+ }
+
+ @media (max-width: 768px) {
+ nav {
+ flex-direction: column;
+ gap: 1rem;
+ }
+
+ .hero-content h1 {
+ font-size: 2.5rem;
+ }
+
+ .stats {
+ flex-direction: column;
+ gap: 1.5rem;
+ }
+
+ .flavor-cards {
+ grid-template-columns: 1fr;
+ }
+ }