{"id":6,"date":"2026-07-31T16:01:04","date_gmt":"2026-07-31T16:01:04","guid":{"rendered":"http:\/\/happys.dndigitalagency.com\/?page_id=6"},"modified":"2026-07-31T16:01:54","modified_gmt":"2026-07-31T16:01:54","slug":"happys-take-out","status":"publish","type":"page","link":"https:\/\/happys.dndigitalagency.com\/?page_id=6","title":{"rendered":"Happy&#8217;s Take Out"},"content":{"rendered":"\n<style>\n\/* ===== HAPPY'S TAKE OUT \u2014 HOMEPAGE STYLES ===== *\/\n:root {\n  --ht-navy:  #1B2A4A;\n  --ht-red:   #C0392B;\n  --ht-gold:  #D4A84B;\n  --ht-cream: #FFF8F0;\n  --ht-tan:   #F5ECD7;\n  --ht-dark:  #111827;\n  --ht-muted: #6B7280;\n  --ht-radius: 12px;\n}\n.ht-page * { box-sizing: border-box; margin: 0; padding: 0; }\n.ht-page { font-family: 'Georgia', serif; color: var(--ht-dark); background: var(--ht-cream); }\n.ht-wrap { max-width: 1100px; margin: 0 auto; padding: 0 24px; }\n\n\/* ===== HERO ===== *\/\n.ht-hero {\n  background: var(--ht-navy);\n  color: #fff;\n  text-align: center;\n  padding: 60px 24px 70px;\n  position: relative;\n  overflow: hidden;\n}\n.ht-hero::before {\n  content: '';\n  position: absolute; inset: 0;\n  background: radial-gradient(ellipse at center, rgba(212,168,75,0.15) 0%, transparent 70%);\n}\n.ht-logo-wrap {\n  width: 220px; height: 220px;\n  border-radius: 50%;\n  border: 4px solid var(--ht-gold);\n  overflow: hidden;\n  margin: 0 auto 28px;\n  background: var(--ht-cream);\n  position: relative; z-index: 1;\n  box-shadow: 0 8px 40px rgba(0,0,0,0.4);\n}\n.ht-logo-wrap img { width: 100%; height: 100%; object-fit: cover; }\n.ht-hero-badge {\n  display: inline-block;\n  background: var(--ht-gold);\n  color: var(--ht-navy);\n  font-family: 'Arial', sans-serif;\n  font-size: .75rem;\n  font-weight: 700;\n  letter-spacing: .15em;\n  text-transform: uppercase;\n  padding: 6px 18px;\n  border-radius: 999px;\n  margin-bottom: 16px;\n  position: relative; z-index: 1;\n}\n.ht-hero h1 {\n  font-size: clamp(2.8rem, 7vw, 5rem);\n  font-weight: 700;\n  line-height: 1.1;\n  letter-spacing: -.01em;\n  position: relative; z-index: 1;\n}\n.ht-hero h1 span { color: var(--ht-gold); }\n.ht-hero-sub {\n  font-size: 1.2rem;\n  color: rgba(255,255,255,0.8);\n  margin: 14px auto 30px;\n  max-width: 520px;\n  font-style: italic;\n  position: relative; z-index: 1;\n}\n.ht-hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }\n.ht-btn {\n  display: inline-flex; align-items: center; gap: 8px;\n  font-family: 'Arial', sans-serif;\n  font-weight: 700; font-size: .95rem;\n  padding: 14px 28px; border-radius: 999px;\n  text-decoration: none; transition: all .2s;\n  border: 2px solid transparent; cursor: pointer;\n}\n.ht-btn-primary { background: var(--ht-red); color: #fff; border-color: var(--ht-red); }\n.ht-btn-primary:hover { background: #a93226; border-color: #a93226; }\n.ht-btn-outline { background: transparent; color: #fff; border-color: var(--ht-gold); }\n.ht-btn-outline:hover { background: var(--ht-gold); color: var(--ht-navy); }\n.ht-hero-season {\n  margin-top: 30px;\n  font-family: 'Arial', sans-serif;\n  font-size: .85rem;\n  color: rgba(255,255,255,0.6);\n  position: relative; z-index: 1;\n}\n.ht-hero-season strong { color: var(--ht-gold); }\n\n\/* ===== HIGHLIGHTS BAR ===== *\/\n.ht-bar {\n  background: var(--ht-red);\n  color: #fff;\n  padding: 14px 24px;\n  text-align: center;\n  font-family: 'Arial', sans-serif;\n  font-size: .9rem;\n  font-weight: 600;\n  letter-spacing: .04em;\n}\n.ht-bar span { margin: 0 18px; }\n\n\/* ===== SECTIONS ===== *\/\n.ht-section { padding: 70px 0; }\n.ht-section-tint { background: var(--ht-tan); }\n.ht-section-dark { background: var(--ht-navy); color: #fff; }\n.ht-eyebrow {\n  display: block;\n  font-family: 'Arial', sans-serif;\n  font-size: .75rem;\n  font-weight: 700;\n  letter-spacing: .14em;\n  text-transform: uppercase;\n  color: var(--ht-red);\n  margin-bottom: 10px;\n}\n.ht-section-dark .ht-eyebrow { color: var(--ht-gold); }\n.ht-section h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); line-height: 1.2; }\n.ht-lede { font-size: 1.1rem; color: var(--ht-muted); margin-top: 12px; max-width: 540px; line-height: 1.7; }\n.ht-section-dark .ht-lede { color: rgba(255,255,255,0.75); }\n.ht-center { text-align: center; }\n.ht-center .ht-lede { margin: 12px auto 0; }\n\n\/* ===== MENU GRID ===== *\/\n.ht-menu-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 20px;\n  margin-top: 44px;\n}\n.ht-menu-card {\n  background: #fff;\n  border-radius: var(--ht-radius);\n  padding: 28px 20px 24px;\n  text-align: center;\n  box-shadow: 0 2px 16px rgba(0,0,0,0.07);\n  border: 1px solid rgba(0,0,0,0.06);\n  transition: transform .2s, box-shadow .2s;\n}\n.ht-menu-card:hover { transform: translateY(-4px); box-shadow: 0 8px 30px rgba(0,0,0,0.12); }\n.ht-menu-icon { font-size: 2.8rem; margin-bottom: 12px; display: block; }\n.ht-menu-card h3 { font-size: 1.05rem; font-weight: 700; color: var(--ht-navy); margin-bottom: 6px; }\n.ht-menu-card p { font-size: .85rem; color: var(--ht-muted); font-family: 'Arial', sans-serif; line-height: 1.5; }\n\n\/* ===== STORY \/ ABOUT ===== *\/\n.ht-two-col {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 60px;\n  align-items: center;\n}\n.ht-about-box {\n  background: var(--ht-navy);\n  color: #fff;\n  border-radius: 16px;\n  padding: 36px;\n  position: relative;\n  overflow: hidden;\n}\n.ht-about-box::after {\n  content: '\ud83e\udd9e';\n  font-size: 8rem;\n  position: absolute;\n  right: -16px; bottom: -16px;\n  opacity: .12;\n}\n.ht-about-box h3 { font-size: 1.4rem; margin-bottom: 12px; color: var(--ht-gold); }\n.ht-about-box p { font-size: .95rem; line-height: 1.8; color: rgba(255,255,255,0.85); }\n.ht-about-box p + p { margin-top: 14px; }\n\n\/* ===== EVENTS ===== *\/\n.ht-events-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n  gap: 20px;\n  margin-top: 44px;\n}\n.ht-event-card {\n  border-radius: var(--ht-radius);\n  padding: 28px 22px;\n  border: 1px solid rgba(255,255,255,0.15);\n  background: rgba(255,255,255,0.06);\n}\n.ht-event-card .ht-menu-icon { margin-bottom: 14px; }\n.ht-event-card h3 { font-size: 1.05rem; color: var(--ht-gold); margin-bottom: 8px; }\n.ht-event-card p { font-size: .88rem; color: rgba(255,255,255,0.75); font-family: 'Arial', sans-serif; line-height: 1.6; }\n\n\/* ===== VISIT US ===== *\/\n.ht-visit-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 50px;\n  align-items: start;\n}\n.ht-info-block { margin-bottom: 28px; }\n.ht-info-block h3 {\n  font-size: .78rem;\n  font-weight: 700;\n  letter-spacing: .12em;\n  text-transform: uppercase;\n  color: var(--ht-red);\n  font-family: 'Arial', sans-serif;\n  margin-bottom: 8px;\n}\n.ht-info-block p, .ht-info-block a {\n  font-size: 1rem;\n  color: var(--ht-dark);\n  line-height: 1.6;\n  font-family: 'Arial', sans-serif;\n  text-decoration: none;\n}\n.ht-info-block a:hover { color: var(--ht-red); }\n.ht-info-block strong { color: var(--ht-navy); }\n.ht-map-wrap {\n  border-radius: var(--ht-radius);\n  overflow: hidden;\n  box-shadow: 0 4px 24px rgba(0,0,0,0.12);\n  border: 3px solid var(--ht-gold);\n}\n.ht-map-wrap iframe { width: 100%; height: 320px; border: none; display: block; }\n\n\/* ===== FOOTER ===== *\/\n.ht-footer {\n  background: var(--ht-dark);\n  color: rgba(255,255,255,0.6);\n  text-align: center;\n  padding: 34px 24px;\n  font-family: 'Arial', sans-serif;\n  font-size: .85rem;\n}\n.ht-footer strong { color: #fff; }\n.ht-footer a { color: var(--ht-gold); text-decoration: none; }\n\n\/* ===== RESPONSIVE ===== *\/\n@media (max-width: 700px) {\n  .ht-two-col, .ht-visit-grid { grid-template-columns: 1fr; gap: 30px; }\n  .ht-hero { padding: 44px 20px 50px; }\n  .ht-logo-wrap { width: 160px; height: 160px; }\n  .ht-bar span { display: block; margin: 4px 0; }\n  .ht-section { padding: 48px 0; }\n}\n<\/style>\n\n<div class=\"ht-page\">\n\n<!-- HERO -->\n<section class=\"ht-hero\">\n  <div class=\"ht-logo-wrap\">\n    <img decoding=\"async\" src=\"https:\/\/happys.dndigitalagency.com\/wp-content\/uploads\/2026\/07\/happys-logo.jpg\" alt=\"Happy's Take Out Logo\" onerror=\"this.style.display='none'\" \/>\n  <\/div>\n  <div class=\"ht-hero-badge\">Camden, Maine \u00b7 Route 1<\/div>\n  <h1>Happy&#8217;s <span>Take Out<\/span><\/h1>\n  <p class=\"ht-hero-sub\">A beloved Maine landmark \u2014 back and better than ever. Great food, live music, and coastal hospitality right outside Camden Hills State Park.<\/p>\n  <div class=\"ht-hero-actions\">\n    <a class=\"ht-btn ht-btn-primary\" href=\"tel:+12074910767\">\ud83d\udcde (207) 491-0767<\/a>\n    <a class=\"ht-btn ht-btn-outline\" href=\"#menu\">See Our Menu<\/a>\n  <\/div>\n  <p class=\"ht-hero-season\">Open <strong>June \u2013 October<\/strong> \u00b7 253 Belfast Rd, Camden ME \u00b7 900 ft from Camden Hills State Park<\/p>\n<\/section>\n\n<!-- HIGHLIGHTS BAR -->\n<div class=\"ht-bar\">\n  <span>\ud83e\udd9e Lobster Rolls<\/span>\n  <span>\ud83c\udf54 Burgers &#038; Sandwiches<\/span>\n  <span>\ud83c\udf66 Gifford&#8217;s Ice Cream<\/span>\n  <span>\ud83e\uded0 Blueberry Crisp<\/span>\n  <span>\u2615 Breakfast &#038; Coffee<\/span>\n<\/div>\n\n<!-- MENU -->\n<section class=\"ht-section\" id=\"menu\">\n  <div class=\"ht-wrap\">\n    <div class=\"ht-center\">\n      <span class=\"ht-eyebrow\">What We Serve<\/span>\n      <h2>Classic Maine. Fresh &#038; Delicious.<\/h2>\n      <p class=\"ht-lede\">Grab &#038; go or stay awhile \u2014 everything is made for the way Maine summer should taste.<\/p>\n    <\/div>\n    <div class=\"ht-menu-grid\">\n      <div class=\"ht-menu-card\">\n        <span class=\"ht-menu-icon\">\ud83e\udd9e<\/span>\n        <h3>Maine Lobster Roll<\/h3>\n        <p>A true coastal classic \u2014 fresh Maine lobster, the way it&#8217;s meant to be.<\/p>\n      <\/div>\n      <div class=\"ht-menu-card\">\n        <span class=\"ht-menu-icon\">\ud83c\udf54<\/span>\n        <h3>Burgers &#038; Sandwiches<\/h3>\n        <p>Chicken, beef, fish &#038; veggie options hot off the grill.<\/p>\n      <\/div>\n      <div class=\"ht-menu-card\">\n        <span class=\"ht-menu-icon\">\ud83d\udc1f<\/span>\n        <h3>Haddock Sandwich<\/h3>\n        <p>A fan favorite for nearly 60 years \u2014 back by popular demand.<\/p>\n      <\/div>\n      <div class=\"ht-menu-card\">\n        <span class=\"ht-menu-icon\">\ud83c\udf66<\/span>\n        <h3>Gifford&#8217;s Ice Cream<\/h3>\n        <p>Maine&#8217;s finest ice cream \u2014 scooped fresh, just the way summer deserves.<\/p>\n      <\/div>\n      <div class=\"ht-menu-card\">\n        <span class=\"ht-menu-icon\">\ud83e\uded0<\/span>\n        <h3>Blueberry Crisp<\/h3>\n        <p>Warm Maine blueberries, crispy topping \u2014 the perfect finish.<\/p>\n      <\/div>\n      <div class=\"ht-menu-card\">\n        <span class=\"ht-menu-icon\">\u2615<\/span>\n        <h3>Breakfast &#038; Coffee<\/h3>\n        <p>Bagels, grab &#038; go sandwiches, smoothies, fresh chai &#038; great coffee \u2014 open at 7am.<\/p>\n      <\/div>\n      <div class=\"ht-menu-card\">\n        <span class=\"ht-menu-icon\">\ud83e\udd57<\/span>\n        <h3>Grab &#038; Go<\/h3>\n        <p>Fresh salads, sandwiches, tacos, and picnic boxes ready to take on the trail.<\/p>\n      <\/div>\n      <div class=\"ht-menu-card\">\n        <span class=\"ht-menu-icon\">\ud83c\udf92<\/span>\n        <h3>Camper Essentials<\/h3>\n        <p>Bug spray, sunscreen, granola bars, headlamps &#038; more for your park adventure.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- STORY -->\n<section class=\"ht-section ht-section-tint\">\n  <div class=\"ht-wrap\">\n    <div class=\"ht-two-col\">\n      <div>\n        <span class=\"ht-eyebrow\">Our Story<\/span>\n        <h2>A Beloved Maine Tradition, Reimagined.<\/h2>\n        <p style=\"margin-top:16px;line-height:1.8;font-size:1rem;color:#374151\">For nearly 60 years, this spot on Route 1 has been where Camden locals, travelers, campers, and park visitors stopped for a great meal. We&#8217;re bringing it back as <strong>Happy&#8217;s<\/strong> \u2014 honoring that legacy while creating something vibrant and new.<\/p>\n        <p style=\"margin-top:14px;line-height:1.8;font-size:1rem;color:#374151\">Melissa and Michael have deep roots in Maine and a genuine passion for community, food, and bringing people together. From sunrise bagels to late-night live music under the Maine summer sky, Happy&#8217;s is a place to eat, gather, and make memories.<\/p>\n        <p style=\"margin-top:14px;line-height:1.8;font-size:1rem;color:#374151\">We&#8217;re also proud partners of the <em>Friends of Camden Hills State Park<\/em> \u2014 offering a round-up option at checkout so every order helps give back to the park we all love.<\/p>\n      <\/div>\n      <div class=\"ht-about-box\">\n        <h3>Why Happy&#8217;s?<\/h3>\n        <p>We&#8217;re right on Route 1 \u2014 the easiest stop around with 20+ parking spaces, handicap-accessible outdoor seating, and online ordering so your food is ready when you arrive.<\/p>\n        <p>Just 900 feet from the Camden Hills State Park entrance, we&#8217;re the perfect before-the-hike breakfast, after-the-trail lunch, or end-of-day treat stop.<\/p>\n        <p>With a fenced play area for kids, picnic tables, lounge seating, and live music events all summer long \u2014 Happy&#8217;s is more than takeout. It&#8217;s where Camden comes together.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- EVENTS -->\n<section class=\"ht-section ht-section-dark\">\n  <div class=\"ht-wrap\">\n    <div class=\"ht-center\">\n      <span class=\"ht-eyebrow\">More Than Just Food<\/span>\n      <h2>Live Music, Events &#038; Community<\/h2>\n      <p class=\"ht-lede\">Happy&#8217;s is an outdoor destination all summer long \u2014 come for the food, stay for the experience.<\/p>\n    <\/div>\n    <div class=\"ht-events-grid\">\n      <div class=\"ht-event-card\">\n        <span class=\"ht-menu-icon\">\ud83c\udfb5<\/span>\n        <h3>Live Music<\/h3>\n        <p>Performances under the Maine summer sky all season. Co-owner Michael Travis brings 30+ years of professional touring experience to our stage.<\/p>\n      <\/div>\n      <div class=\"ht-event-card\">\n        <span class=\"ht-menu-icon\">\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc67<\/span>\n        <h3>Family Programming<\/h3>\n        <p>Kids&#8217; activities, makers spaces, and woodland zones all summer. A safe, fenced outdoor area so the whole family can relax.<\/p>\n      <\/div>\n      <div class=\"ht-event-card\">\n        <span class=\"ht-menu-icon\">\ud83c\udfad<\/span>\n        <h3>Comedy &#038; Theater<\/h3>\n        <p>Special events, comedy nights, and performances throughout the season. Check back for the schedule!<\/p>\n      <\/div>\n      <div class=\"ht-event-card\">\n        <span class=\"ht-menu-icon\">\ud83d\udcaa<\/span>\n        <h3>Happy&#8217;s Heroes<\/h3>\n        <p>Our wellness loyalty program \u2014 earn perks by staying active and visiting often. Because health and happiness go hand in hand.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- VISIT US -->\n<section class=\"ht-section\">\n  <div class=\"ht-wrap\">\n    <div class=\"ht-visit-grid\">\n      <div>\n        <span class=\"ht-eyebrow\">Find Us<\/span>\n        <h2>Come Say Hello<\/h2>\n        <p class=\"ht-lede\" style=\"margin-bottom:32px\">Right on Route 1 \u2014 the easiest stop between Camden and Belfast.<\/p>\n\n        <div class=\"ht-info-block\">\n          <h3>\ud83d\udccd Address<\/h3>\n          <p>253 Belfast Rd. (Route 1)<br>Camden, ME 04843<br><em style=\"font-size:.85rem;color:#6B7280\">900 ft from Camden Hills State Park Entrance<\/em><\/p>\n        <\/div>\n        <div class=\"ht-info-block\">\n          <h3>\ud83d\udcde Call or Text<\/h3>\n          <p><a href=\"tel:+12074910767\"><strong>(207) 491-0767<\/strong><\/a><\/p>\n        <\/div>\n        <div class=\"ht-info-block\">\n          <h3>\ud83d\udd50 Hours<\/h3>\n          <p><strong>Breakfast:<\/strong> 7:00 AM<br><strong>Lunch &#038; Dinner:<\/strong> Until 9 PM (10 PM on event nights)<br><strong>Season:<\/strong> June \u2013 October<\/p>\n        <\/div>\n        <div class=\"ht-info-block\">\n          <h3>\ud83c\udd7f\ufe0f Parking<\/h3>\n          <p>20+ free parking spaces \u00b7 Handicap accessible \u00b7 Easy drive-thru style ordering<\/p>\n        <\/div>\n      <\/div>\n      <div>\n        <div class=\"ht-map-wrap\">\n          <iframe\n            src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d2872.5!2d-69.07!3d44.26!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4cae3b0a1b2c3d4e%3A0x5f6a7b8c9d0e1f2a!2s253+Belfast+Rd%2C+Camden%2C+ME+04843!5e0!3m2!1sen!2sus!4v1690000000000!5m2!1sen!2sus\"\n            loading=\"lazy\"\n            referrerpolicy=\"no-referrer-when-downgrade\">\n          <\/iframe>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- FOOTER -->\n<div class=\"ht-footer\">\n  <p><strong>Happy&#8217;s Take Out LLC<\/strong> \u00b7 253 Belfast Rd, Camden, ME 04843 \u00b7 <a href=\"tel:+12074910767\">(207) 491-0767<\/a><\/p>\n  <p style=\"margin-top:8px\">Open June \u2013 October \u00b7 Proudly partnering with <em>Friends of Camden Hills State Park<\/em><\/p>\n  <p style=\"margin-top:8px\">\u00a9 2026 Happy&#8217;s Take Out LLC \u00b7 Website by <a href=\"https:\/\/dndigitalagency.com\">DN Digital Agency<\/a><\/p>\n<\/div>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Camden, Maine \u00b7 Route 1 Happy&#8217;s Take Out A beloved Maine landmark \u2014 back and better than ever. Great food, live music, and coastal hospitality right outside Camden Hills State Park. \ud83d\udcde (207) 491-0767 See Our Menu Open June \u2013 October \u00b7 253 Belfast Rd, Camden ME \u00b7 900 ft from Camden Hills State Park [&hellip;]<\/p>\n","protected":false},"author":0,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-6","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/happys.dndigitalagency.com\/index.php?rest_route=\/wp\/v2\/pages\/6","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/happys.dndigitalagency.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/happys.dndigitalagency.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"replies":[{"embeddable":true,"href":"https:\/\/happys.dndigitalagency.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6"}],"version-history":[{"count":1,"href":"https:\/\/happys.dndigitalagency.com\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions"}],"predecessor-version":[{"id":8,"href":"https:\/\/happys.dndigitalagency.com\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions\/8"}],"wp:attachment":[{"href":"https:\/\/happys.dndigitalagency.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}