:root {
  --blue: #9fc4d8;
  --blue-deep: #6fabc5;
  --blue-dark: #315f74;
  --seafoam: #cce9e5;
  --sand: #c8aa78;
  --sand-light: #f1e1c4;
  --cream: #fff8ec;
  --latte: #b88f5f;
  --caramel: #936939;
  --coffee: #6a4424;
  --espresso: #352315;
  --dark: #2b2119;
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(53, 35, 21, .20);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--dark);
  background: linear-gradient(180deg, #fff8ec 0%, #f6e7cc 100%);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: linear-gradient(90deg, var(--espresso), var(--coffee));
  box-shadow: 0 10px 30px rgba(53, 35, 21, .24);
}
.nav {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand { background: var(--white); border-radius: 18px; padding: 8px 12px; box-shadow: 0 10px 22px rgba(0,0,0,.08); }
.brand img { width: 185px; height: 52px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 20px; color: var(--white); font-weight: 800; font-size: .95rem; }
.nav-links a { opacity: .95; }
.nav-cta { background: var(--blue); color: var(--espresso); padding: 13px 18px; border-radius: 999px; box-shadow: 0 12px 22px rgba(0,0,0,.14); }
.menu-toggle { display: none; border: 0; background: var(--blue); color: var(--espresso); font-size: 1.5rem; border-radius: 14px; width: 48px; height: 48px; }

.hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  gap: 42px;
  align-items: center;
  padding: 92px max(24px, calc((100vw - 1180px) / 2)) 86px;
  background:
    radial-gradient(circle at 80% 14%, rgba(159,196,216,.95), transparent 25%),
    radial-gradient(circle at 12% 78%, rgba(147,105,57,.32), transparent 31%),
    linear-gradient(135deg, #fff8ec 0%, #e8f5f7 42%, #d8bb89 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: auto -10% 0 -10%;
  height: 120px;
  background: repeating-linear-gradient(135deg, rgba(106,68,36,.18) 0 16px, rgba(255,255,255,.26) 16px 32px);
  transform: skewY(-2deg);
}
.hero-content, .hero-card { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 14px; color: var(--caramel); font-size: .82rem; text-transform: uppercase; letter-spacing: .18em; font-weight: 900; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.7rem, 6vw, 5.7rem); line-height: .93; letter-spacing: -.07em; margin-bottom: 24px; color: var(--blue-dark); }
.hero-copy { max-width: 680px; font-size: 1.2rem; line-height: 1.7; font-weight: 650; color: #4a3829; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 15px 22px; font-weight: 900; border: 2px solid transparent; transition: transform .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.primary { background: linear-gradient(135deg, var(--espresso), var(--coffee)); color: var(--white); box-shadow: 0 16px 28px rgba(53,35,21,.28); }
.secondary { background: var(--blue); color: var(--espresso); }
.full { width: 100%; border: 0; cursor: pointer; font-size: 1rem; }
.trust-row { display: flex; gap: 12px; flex-wrap: wrap; }
.trust-row span, .area-tags span, .contact-highlights span { background: var(--white); border: 2px solid rgba(106,68,36,.20); border-radius: 999px; padding: 10px 14px; font-weight: 900; color: var(--coffee); }
.hero-card { background: var(--white); border: 8px solid rgba(200,170,120,.75); border-radius: 42px; box-shadow: var(--shadow); padding: 20px; }
.hero-photo-card { position: relative; }
.hero-image-wrap {
  min-height: 420px;
  border-radius: 30px;
  overflow: hidden;
  border: 5px solid rgba(200,170,120,.75);
  outline: 2px solid rgba(255,255,255,.72);
  outline-offset: -10px;
  box-shadow: 0 20px 48px rgba(53,35,21,.22);
  background: linear-gradient(180deg, #d9f1f4 0%, #fff8ec 100%);
}
.hero-image-wrap img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
}
.hero-card-text { padding: 20px 8px 4px; }
.hero-card-text h2 { font-size: 2rem; color: var(--blue-dark); margin-bottom: 10px; }
.hero-card-text p { line-height: 1.65; font-weight: 700; color: #4e3d2f; }

.intro-strip { 
  display: grid; 
  grid-template-columns: repeat(3, 1fr); 
  gap: 26px; 
  padding: 34px max(24px, calc((100vw - 1180px) / 2)); 
  background: linear-gradient(90deg, var(--espresso), var(--coffee), var(--blue-dark)); 
}
.intro-strip div { 
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #fffaf2, #f4e3c1); 
  border: 3px solid var(--sand);
  outline: 2px solid rgba(255,255,255,.8);
  outline-offset: -10px;
  border-radius: 30px; 
  min-height: 154px;
  padding: 30px 26px; 
  box-shadow: 0 22px 48px rgba(0,0,0,.22); 
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.intro-strip div::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(106,68,36,.16);
  border-radius: 22px;
  pointer-events: none;
}
.intro-strip div::after {
  content: "✦";
  position: absolute;
  top: 14px;
  right: 20px;
  color: var(--blue-dark);
  opacity: .35;
  font-size: 1.25rem;
}
.intro-strip strong { 
  display: block; 
  color: var(--espresso); 
  font-size: clamp(1.15rem, 1.7vw, 1.55rem); 
  line-height: 1.1;
  margin-bottom: 10px; 
  letter-spacing: -.035em;
}
.intro-strip span { 
  color: var(--coffee); 
  font-weight: 900; 
  font-size: clamp(.98rem, 1.35vw, 1.25rem);
  line-height: 1.25;
  max-width: 330px;
}

.section { padding: 86px max(24px, calc((100vw - 1180px) / 2)); border-top: 4px solid rgba(200,170,120,.95); }
.light { background: linear-gradient(180deg, #fff8ec, #f3dfbd); }
.beach { background: linear-gradient(135deg, var(--espresso) 0%, var(--coffee) 48%, var(--blue-dark) 100%); color: var(--white); }
.section-heading { max-width: 800px; margin: 0 auto 42px; text-align: center; }
.section-heading h2, .content-bubble h2, .contact-copy h2 { font-size: clamp(2.1rem, 4vw, 3.7rem); line-height: 1; letter-spacing: -.045em; margin-bottom: 18px; }
.section-heading p, .content-bubble p, .contact-copy p { font-size: 1.08rem; line-height: 1.75; font-weight: 650; color: #574637; }
.light-text p, .beach .content-bubble p { color: rgba(255,255,255,.86); }
.card-grid { display: grid; gap: 22px; }
.four { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.solid-card, .menu-card, .step, details, .content-bubble, .feature-panel, .contact-form, .map-card { border-radius: var(--radius); box-shadow: var(--shadow); }
.solid-card { background: linear-gradient(145deg, var(--coffee), var(--espresso)); color: var(--white); padding: 28px; min-height: 260px; }
.solid-card.alt { background: linear-gradient(145deg, var(--blue), #d7edf2); color: var(--espresso); }
.icon { width: 64px; height: 64px; border-radius: 20px; display: grid; place-items: center; background: var(--sand-light); font-size: 1.7rem; margin-bottom: 20px; }
.solid-card.alt .icon { background: var(--white); }
.solid-card h3 { 
  font-size: 1.5rem; 
  line-height: 1.05;
  letter-spacing: -.03em;
  margin-bottom: 14px;
}
.solid-card p { 
  line-height: 1.7; 
  font-weight: 750; 
  color: inherit; 
  opacity: .95; 
}
.service-card { 
  position: relative;
  overflow: hidden;
  padding: 18px 18px 24px;
  border: 3px solid rgba(241,225,196,.55);
  outline: 2px solid rgba(255,255,255,.24);
  outline-offset: -10px;
  box-shadow: 0 26px 60px rgba(0,0,0,.24);
}
.service-card::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.12);
  pointer-events: none;
}
.service-card::after {
  content: "✦";
  position: absolute;
  top: 16px;
  right: 18px;
  font-size: 1.1rem;
  color: rgba(255,255,255,.36);
}
.solid-card.alt.service-card::after {
  color: rgba(53,35,21,.28);
}
.service-photo {
  width: 100%;
  height: 190px;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 20px;
  background: rgba(255,255,255,.18);
  border: 3px solid rgba(255,255,255,.22);
  box-shadow: 0 14px 28px rgba(0,0,0,.20);
}
.service-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}
.service-card:hover .service-photo img {
  transform: scale(1.03);
}
.service-card h3 {
  position: relative;
  padding-bottom: 12px;
}
.service-card h3::after {
  content: "";
  display: block;
  width: 64px;
  height: 4px;
  border-radius: 999px;
  margin-top: 12px;
  background: rgba(255,255,255,.58);
}
.solid-card.alt.service-card h3::after {
  background: rgba(53,35,21,.30);
}

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: center; }
.content-bubble { background: var(--white); color: var(--dark); padding: clamp(28px, 5vw, 48px); }
.beach .content-bubble { background: var(--espresso); color: var(--white); border: 2px solid rgba(200,170,120,.45); }
.check-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 14px; }
.check-list li { background: #f4e3c1; color: var(--dark); border-radius: 16px; padding: 14px 16px; font-weight: 850; }
.check-list li::before { content: "✓"; color: var(--blue-dark); margin-right: 10px; }
.feature-panel { background: linear-gradient(160deg, #f4e3c1, #c8aa78); color: var(--dark); padding: clamp(28px, 5vw, 48px); min-height: 420px; display: flex; flex-direction: column; justify-content: center; }
.badge { align-self: flex-start; background: var(--coffee); color: var(--white); border-radius: 999px; padding: 9px 14px; font-weight: 900; margin-bottom: 22px; }
.feature-panel h3 { font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1; letter-spacing: -.04em; color: var(--espresso); }
.feature-panel p { line-height: 1.75; font-weight: 700; }
.text-link { color: var(--blue-dark); font-weight: 950; margin-top: 10px; }

.about-image-panel { justify-content: flex-start; }
.about-latte-image {
  width: 100%;
  max-height: 270px;
  object-fit: cover;
  object-position: center;
  border-radius: 24px;
  border: 6px solid var(--cream);
  box-shadow: 0 18px 38px rgba(53, 35, 21, .22);
  margin: 6px 0 22px;
}


.menu-layout { 
  display: grid; 
  grid-template-columns: repeat(3, 1fr); 
  gap: 26px; 
  align-items: stretch;
}
.menu-card { 
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, var(--espresso), var(--coffee)); 
  color: var(--white); 
  padding: 38px 30px; 
  min-height: 330px;
  text-align: center;
  border: 4px solid var(--sand);
  outline: 2px solid rgba(255,255,255,.72);
  outline-offset: -12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.menu-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 20px;
  pointer-events: none;
}
.menu-card::after {
  content: "☕";
  position: absolute;
  top: 18px;
  right: 22px;
  font-size: 1.35rem;
  opacity: .24;
}
.menu-card.blue { 
  background: linear-gradient(145deg, var(--blue-dark), #254a5c); 
  border-color: var(--blue);
}
.menu-card.tan { 
  background: linear-gradient(145deg, #f2dfbd, var(--sand)); 
  color: var(--espresso); 
  border-color: var(--coffee);
  outline-color: rgba(53,35,21,.45);
}
.menu-card.tan::before {
  border-color: rgba(53,35,21,.18);
}
.menu-card h3 { 
  font-size: clamp(1.8rem, 2.5vw, 2.35rem); 
  line-height: 1;
  letter-spacing: -.035em;
  margin-bottom: 24px;
}
.menu-card ul { 
  margin: 0; 
  padding: 0;
  list-style: none;
  display: grid; 
  gap: 14px; 
  font-weight: 950; 
  width: 100%;
  max-width: 260px;
}
.menu-card li {
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  padding: 12px 14px;
  line-height: 1.25;
}
.menu-card.tan li {
  background: rgba(255,248,236,.72);
  border-color: rgba(53,35,21,.18);
}
.note { 
  text-align: center; 
  max-width: 840px; 
  margin: 34px auto 0; 
  background: var(--espresso); 
  border: 3px solid var(--sand);
  border-radius: 22px; 
  padding: 22px 24px; 
  font-weight: 900; 
  color: var(--white); 
  box-shadow: var(--shadow);
}

.process { 
  background: linear-gradient(135deg, var(--espresso), var(--coffee), #4e3220); 
  color: var(--white); 
  border-top: 4px solid rgba(200,170,120,.95);
  border-bottom: 4px solid rgba(200,170,120,.95);
}
.process .section-heading {
  max-width: 860px;
  margin: 0 auto 34px;
}
.process .section-heading h2 {
  margin-bottom: 12px;
}
.steps { 
  display: grid; 
  grid-template-columns: repeat(3, 1fr); 
  gap: 28px; 
  align-items: stretch;
}
.step { 
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #dff1f8 0%, #cbe3ef 100%); 
  color: var(--dark); 
  padding: 34px 28px; 
  min-height: 330px;
  border: 4px solid rgba(255,255,255,.72);
  outline: 3px solid rgba(159,196,216,.58);
  outline-offset: -12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  box-shadow: 0 22px 46px rgba(0,0,0,.20);
}
.step::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 22px;
  border: 1px solid rgba(49,95,116,.14);
  pointer-events: none;
}
.step span { 
  width: 76px; 
  height: 76px; 
  border-radius: 50%; 
  background: linear-gradient(145deg, var(--blue), var(--blue-deep)); 
  color: var(--espresso);
  display: grid; 
  place-items: center; 
  font-size: 2rem; 
  font-weight: 950; 
  margin: 0 auto 24px;
  border: 3px solid rgba(255,255,255,.88);
  box-shadow: 0 14px 28px rgba(49,95,116,.20);
}
.step h3 {
  width: 100%;
  font-size: clamp(1.7rem, 2.3vw, 2.1rem);
  line-height: 1.1;
  letter-spacing: -.03em;
  margin-bottom: 16px;
  color: var(--espresso);
}
.step h3::after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  border-radius: 999px;
  background: rgba(49,95,116,.28);
  margin: 14px auto 0;
}
.step p { 
  max-width: 320px;
  margin: 0 auto;
  line-height: 1.7; 
  font-size: 1.05rem;
  font-weight: 750; 
  color: #574637; 
}

.map-card { min-height: 430px; background: linear-gradient(135deg, #dff3f2, #d1b07c 72%, #8a5d33); position: relative; overflow: hidden; border: 8px solid var(--white); }
.map-card::before { content: ""; position: absolute; inset: 42px; border: 4px dashed rgba(56,103,122,.28); border-radius: 50%; }
.map-pin { position: absolute; width: 96px; height: 96px; border-radius: 50%; background: var(--espresso); color: var(--white); display: grid; place-items: center; font-size: 2.4rem; left: 50%; top: 50%; transform: translate(-50%, -50%); box-shadow: var(--shadow); }
.map-line { position: absolute; height: 8px; background: rgba(125,104,77,.24); border-radius: 999px; }
.map-line.one { width: 260px; left: 80px; top: 118px; transform: rotate(-18deg); }
.map-line.two { width: 280px; right: 52px; bottom: 116px; transform: rotate(24deg); }
.map-label { position: absolute; background: var(--white); color: var(--blue-dark); border-radius: 999px; padding: 12px 16px; font-weight: 950; }
.tampa { left: 42px; top: 64px; } .sarasota { right: 40px; bottom: 66px; } .florida { left: 48px; bottom: 48px; }
.area-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.area-tags span { background: var(--sand-light); border: 0; }

.faq-section {
  padding-top: 56px;
  padding-bottom: 56px;
  background: linear-gradient(180deg, #f5e8cf 0%, #e2c694 100%);
}
.faq-heading-bubble {
  max-width: 760px;
  margin: 0 auto 24px;
  text-align: center;
  background: linear-gradient(145deg, #fffaf2, #f4e3c1);
  border: 3px solid var(--sand);
  outline: 2px solid rgba(255,255,255,.82);
  outline-offset: -12px;
  border-radius: 34px;
  box-shadow: 0 22px 48px rgba(53,35,21,.16);
  padding: 28px 26px;
  position: relative;
  overflow: hidden;
}
.faq-heading-bubble::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 24px;
  border: 1px solid rgba(106,68,36,.14);
  pointer-events: none;
}
.faq-heading-bubble .eyebrow {
  margin-bottom: 10px;
}
.faq-heading-bubble h2 {
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1;
  letter-spacing: -.05em;
  margin-bottom: 12px;
  color: var(--espresso);
}
.faq-intro {
  margin: 0;
  color: #5c4838;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 700;
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}
.faq-grid details {
  position: relative;
  background: linear-gradient(145deg, #fffdf8, #fff5e7);
  border: 3px solid rgba(147,105,57,.34);
  outline: 2px solid rgba(255,255,255,.72);
  outline-offset: -10px;
  padding: 18px 20px;
  border-radius: 28px;
  min-height: auto;
  box-shadow: 0 16px 36px rgba(53,35,21,.12);
}
.faq-grid details::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 20px;
  border: 1px solid rgba(106,68,36,.10);
  pointer-events: none;
}
.faq-grid summary {
  list-style: none;
  cursor: pointer;
  font-weight: 950;
  color: var(--coffee);
  font-size: 1.12rem;
  line-height: 1.35;
  padding-right: 34px;
  position: relative;
}
.faq-grid summary::-webkit-details-marker {
  display: none;
}
.faq-grid summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--coffee);
  color: var(--white);
  font-size: 1rem;
  font-weight: 900;
}
.faq-grid details[open] summary::after {
  content: "−";
}
.faq-grid details p {
  margin: 14px 0 0;
  background: #f7ead2;
  border: 1px solid rgba(147,105,57,.18);
  border-radius: 18px;
  padding: 14px 16px;
  line-height: 1.65;
  font-weight: 700;
  color: #574637;
}

.contact { display: grid; grid-template-columns: .92fr 1.08fr; gap: 34px; background: linear-gradient(135deg, var(--espresso) 0%, var(--coffee) 55%, var(--blue-dark) 100%); color: var(--white); }
.contact-copy { align-self: center; }
.contact-copy p { color: rgba(255,255,255,.88); }
.contact-copy .eyebrow { color: var(--blue); }
.contact-highlights { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.contact-highlights span { border: 0; background: var(--white); }
.contact-form { background: var(--white); padding: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; color: var(--dark); }
.contact-form label { display: grid; gap: 8px; font-weight: 900; }
.contact-form label:nth-last-of-type(1) { grid-column: 1 / -1; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 2px solid #dfcda9; border-radius: 14px; padding: 14px 14px; font: inherit; background: #fff8ec; color: var(--dark); outline: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--coffee); }
.contact-form button { grid-column: 1 / -1; }
.hidden { display: none; }

.footer { background: var(--espresso); color: var(--white); padding: 34px max(24px, calc((100vw - 1180px) / 2)); display: flex; justify-content: space-between; gap: 24px; align-items: center; border-top: 4px solid rgba(200,170,120,.95); }
.footer img { width: 190px; background: var(--white); border-radius: 16px; padding: 8px; margin-bottom: 12px; }
.footer p { max-width: 520px; margin: 0; color: rgba(255,255,255,.78); font-weight: 650; line-height: 1.55; }
.footer-brand-block { display: flex; flex-direction: column; gap: 12px; }
.footer-links { display: flex; gap: 18px; font-weight: 900; flex-wrap: wrap; align-items: center; }

@media (max-width: 980px) {
  .menu-toggle { display: grid; place-items: center; }
  .nav-links { position: absolute; left: 16px; right: 16px; top: 92px; background: var(--espresso); border-radius: 22px; padding: 18px; display: none; flex-direction: column; align-items: stretch; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px; text-align: center; }
  .hero, .split, .contact { grid-template-columns: 1fr; }
  .four, .menu-layout, .steps, .intro-strip { grid-template-columns: 1fr; }
  .hero { padding-top: 58px; }
  .hero-card { order: -1; }
  .faq-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .nav { width: min(100% - 22px, 1180px); min-height: 76px; }
  .brand img { width: 150px; height: 44px; }
  h1 { font-size: 3.25rem; }
  .hero { padding-inline: 16px; gap: 24px; }
  .section { padding: 62px 16px; }
  .intro-strip { padding: 18px 16px; }
  .hero-actions .btn { width: 100%; }
  .hero-copy { font-size: 1.04rem; }
  .solid-card { min-height: auto; }
  .contact-form { grid-template-columns: 1fr; padding: 22px; }
  .contact-form label:nth-last-of-type(1), .contact-form button { grid-column: auto; }
  .footer { flex-direction: column; align-items: flex-start; }
  .map-card { min-height: 330px; }
  .map-line { display: none; }
  .map-label { font-size: .82rem; }
}


/* Compact real Google map service-area section */
#areas.section {
  padding-top: 58px;
  padding-bottom: 58px;
}

#areas.split {
  align-items: stretch;
}

.google-map-card {
  min-height: 330px;
  height: 100%;
  border: 6px solid var(--sand);
  background: var(--espresso);
  padding: 0;
  overflow: hidden;
}

.google-map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 330px;
  border: 0;
  display: block;
  filter: saturate(.95) contrast(1.02);
}

#areas .content-bubble {
  padding: clamp(24px, 3.5vw, 36px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#areas .content-bubble h2 {
  font-size: clamp(1.85rem, 3.2vw, 3rem);
}

@media (max-width: 980px) {
  .google-map-card,
  .google-map-card iframe {
    min-height: 300px;
  }
}

@media (max-width: 620px) {
  #areas.section {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .google-map-card,
  .google-map-card iframe {
    min-height: 270px;
  }
}

@media (max-width: 620px) {
  .faq-heading-bubble { padding: 24px 18px; border-radius: 28px; }
  .faq-grid details { padding: 16px; }
  .faq-grid summary { font-size: 1.02rem; }
}

.hero {
  border-top: 4px solid rgba(200,170,120,.95);
  border-bottom: 4px solid rgba(200,170,120,.95);
}
.site-header {
  border-bottom: 4px solid rgba(200,170,120,.9);
}
.social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(0,0,0,.18);
  transition: transform .2s ease, box-shadow .2s ease;
}
.social-icon:hover {
  transform: translateY(-2px);
}
.social-icon svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.social-icon.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.social-icon.facebook {
  background: #1877F2;
}
.nav-social {
  margin-left: 4px;
}
.footer-social {
  margin-top: 4px;
}
.google-map-card {
  border: 6px solid rgba(200,170,120,.95);
}
@media (max-width: 980px) {
  .nav-social {
    justify-content: center;
    margin: 6px 0 2px;
  }
  .hero-image-wrap,
  .hero-image-wrap img {
    min-height: 340px;
  }
}
@media (max-width: 620px) {
  .social-icon {
    width: 38px;
    height: 38px;
  }
  .hero-image-wrap,
  .hero-image-wrap img {
    min-height: 260px;
  }
  .footer-brand-block,
  .footer-links {
    width: 100%;
  }
}


/* Coffee beans branded background sections */
#services,
#menu,
.faq-section {
  background-image:
    linear-gradient(rgba(255, 248, 236, 0.88), rgba(243, 223, 189, 0.88)),
    url("assets/harbor-grounds-coffee-beans-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#services .section-heading,
#menu .section-heading,
.faq-heading-bubble {
  position: relative;
  z-index: 1;
}

#services .section-heading,
#menu .section-heading {
  background: rgba(255, 250, 242, 0.82);
  border: 3px solid rgba(200,170,120,.92);
  outline: 2px solid rgba(255,255,255,.72);
  outline-offset: -12px;
  border-radius: 32px;
  padding: 28px 24px;
  box-shadow: 0 18px 42px rgba(53,35,21,.14);
}

#services .card-grid,
#menu .menu-layout,
.faq-grid {
  position: relative;
  z-index: 1;
}

#menu .note {
  position: relative;
  z-index: 1;
}


/* Contact/form moved above service area map */
.contact {
  border-top: 4px solid rgba(200,170,120,.95);
  border-bottom: 4px solid rgba(200,170,120,.95);
}

#areas {
  border-top: 4px solid rgba(200,170,120,.95);
}


/* Coffee bean background for form/contact section */
.contact {
  position: relative;
  overflow: hidden;
  background-image:
    linear-gradient(rgba(53, 35, 21, 0.82), rgba(49, 95, 116, 0.74)),
    url("assets/harbor-grounds-form-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-copy,
.contact-form {
  position: relative;
  z-index: 1;
}

.contact-form {
  background: rgba(255, 250, 242, 0.94);
  border: 3px solid rgba(200,170,120,.95);
  outline: 2px solid rgba(255,255,255,.72);
  outline-offset: -10px;
  box-shadow: 0 22px 48px rgba(53,35,21,.26);
}

.contact-copy {
  background: rgba(53, 35, 21, 0.38);
  border: 2px solid rgba(200,170,120,.45);
  border-radius: 28px;
  padding: 28px;
  backdrop-filter: blur(2px);
}


/* Promo video placed below navbar and above hero */
.video-showcase {
  background: var(--espresso);
  border-bottom: 4px solid rgba(200,170,120,.95);
  overflow: hidden;
  position: relative;
}

.promo-video {
  width: 100%;
  height: clamp(320px, 48vw, 620px);
  display: block;
  object-fit: cover;
  object-position: center;
  background: var(--espresso);
}

@media (max-width: 980px) {
  .promo-video {
    height: clamp(280px, 58vw, 520px);
  }
}

@media (max-width: 620px) {
  .promo-video {
    height: clamp(230px, 72vw, 430px);
  }
}


/* Final mobile safety checks */
html, body {
  overflow-x: hidden;
}

.nav-links,
.hero,
.section,
.contact,
.footer {
  max-width: 100%;
}

iframe,
video {
  max-width: 100%;
}

@media (max-width: 620px) {
  .section-heading h2,
  .faq-heading-bubble h2,
  .contact-copy h2 {
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .trust-row,
  .area-tags,
  .contact-highlights {
    justify-content: center;
  }

  .contact-copy {
    text-align: center;
  }
}


/* New Harbor Grounds SVG logo fit */
.brand {
  background: #fffdf6;
}

.brand img {
  width: 205px;
  height: 58px;
  object-fit: contain;
}

.footer img {
  width: 220px;
  height: auto;
  object-fit: contain;
  background: #fffdf6;
}

@media (max-width: 620px) {
  .brand img {
    width: 165px;
    height: 48px;
  }

  .footer img {
    width: 200px;
  }
}


.custom-branding-section {
  background: linear-gradient(180deg, #fffdf8 0%, #f8eee0 100%);
  border-top: 4px solid rgba(200,170,120,.95);
  border-bottom: 4px solid rgba(200,170,120,.95);
}
.branding-heading {
  max-width: 1050px;
  margin: 0 auto 34px;
  text-align: center;
  background: rgba(255,250,242,.95);
  border: 3px solid rgba(200,170,120,.95);
  outline: 2px solid rgba(255,255,255,.78);
  outline-offset: -12px;
  border-radius: 34px;
  padding: 28px 26px;
  box-shadow: 0 18px 42px rgba(53,35,21,.12);
}
.branding-heading h2 {
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.04;
  letter-spacing: -.045em;
  color: var(--caramel);
  margin-bottom: 18px;
}
.branding-heading p:last-child {
  max-width: 980px;
  margin: 0 auto;
  font-size: 1.08rem;
  line-height: 1.72;
  font-weight: 650;
  color: #5a4737;
}
.brand-showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: start;
}
.brand-showcase-card {
  text-align: left;
}
.brand-showcase-image {
  height: 285px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(53,35,21,.18);
  border: 4px solid rgba(255,255,255,.85);
}
.brand-showcase-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand-showcase-card h3 {
  font-size: clamp(1.45rem, 2vw, 1.85rem);
  line-height: 1.2;
  letter-spacing: -.03em;
  color: var(--caramel);
  margin: 14px 0 10px;
}
.brand-showcase-card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 750;
  color: #7a624e;
}
@media (max-width: 1080px) {
  .brand-showcase-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 620px) {
  .branding-heading {
    padding: 24px 18px;
    border-radius: 28px;
  }
  .brand-showcase-grid {
    grid-template-columns: 1fr;
  }
  .brand-showcase-image {
    height: 250px;
  }
  .brand-showcase-card {
    text-align: center;
  }
}


/* Five-card Events section: Corporate, Weddings, Birthdays, Branded Lattes, Trade Shows */
#services .card-grid.four {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

#services .service-card {
  min-height: 520px;
  display: flex;
  flex-direction: column;
}

#services .service-photo {
  height: 175px;
}

#services .service-card h3 {
  font-size: clamp(1.25rem, 1.35vw, 1.65rem);
}

#services .service-card p {
  font-size: .98rem;
  line-height: 1.62;
}

#services .tradeshow-card {
  background: linear-gradient(145deg, var(--blue-dark), var(--coffee));
  border-color: rgba(159,196,216,.75);
}

@media (max-width: 1180px) {
  #services .card-grid.four {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #services .service-card {
    min-height: 490px;
  }
}

@media (max-width: 760px) {
  #services .card-grid.four {
    grid-template-columns: 1fr;
  }

  #services .service-card {
    min-height: auto;
  }

  #services .service-photo {
    height: 230px;
  }
}


/* Updated hero right-side image fit */
.hero-image-wrap img {
  object-fit: cover;
  object-position: center;
}

@media (max-width: 620px) {
  .hero-image-wrap {
    border-radius: 24px;
  }
}


/* Reference-style customization section above menu */
.custom-branding-section {
  background: #fffdf8;
  border-top: 4px solid rgba(200,170,120,.95);
  border-bottom: 4px solid rgba(200,170,120,.95);
  padding-top: 64px;
  padding-bottom: 70px;
}

.custom-branding-section .branding-heading,
.custom-branding-section .brand-showcase-grid,
.custom-branding-section .brand-showcase-card,
.custom-branding-section .brand-showcase-image {
  all: unset;
}

.custom-branding-copy {
  max-width: 1160px;
  margin: 0 auto 32px;
  text-align: center;
}

.custom-branding-copy h2 {
  max-width: 1050px;
  margin: 0 auto 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 3.9vw, 4.15rem);
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: .025em;
  color: #9d8a78;
}

.custom-branding-copy p {
  max-width: 1060px;
  margin: 0 auto;
  text-align: left;
  color: #5e5e57;
  font-size: clamp(1.02rem, 1.35vw, 1.35rem);
  line-height: 1.55;
  font-weight: 500;
}

.custom-options-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  max-width: 1220px;
  margin: 0 auto;
}

.custom-option {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.custom-option img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  border-radius: 34px 34px 34px 0;
  display: block;
  box-shadow: none;
}

.custom-option h3 {
  margin: 18px 0 0;
  color: #9d8a78;
  font-size: clamp(1.4rem, 1.55vw, 1.9rem);
  line-height: 1.32;
  font-weight: 900;
  letter-spacing: .01em;
}

@media (max-width: 1040px) {
  .custom-options-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .custom-option img {
    height: 300px;
  }
}

@media (max-width: 620px) {
  .custom-branding-section {
    padding-top: 48px;
    padding-bottom: 54px;
  }

  .custom-branding-copy p {
    text-align: center;
  }

  .custom-options-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .custom-option {
    align-items: center;
    text-align: center;
  }

  .custom-option img {
    height: 245px;
    border-radius: 28px 28px 28px 0;
  }

  .custom-option h3 {
    font-size: 1.45rem;
  }
}


/* Clean logo, compact footer, and corrected trade show card */
.brand {
  background: #fffdf6 !important;
  border-radius: 16px !important;
  padding: 6px 10px !important;
  box-shadow: 0 10px 22px rgba(0,0,0,.08) !important;
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 190px !important;
  height: 60px !important;
  object-fit: contain !important;
  display: block;
}

.footer {
  min-height: auto !important;
  padding-top: 22px !important;
  padding-bottom: 22px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 22px !important;
}

.footer-left {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.footer-left img,
.footer img {
  width: 180px !important;
  height: 58px !important;
  object-fit: contain !important;
  background: #fffdf6 !important;
  border-radius: 14px !important;
  padding: 5px 8px !important;
  margin: 0 !important;
  flex: 0 0 auto;
}

.footer-left p,
.footer p {
  max-width: 440px !important;
  margin: 0 !important;
  color: rgba(255,255,255,.86) !important;
  font-size: .98rem !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
}

.footer-right {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-links {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  font-weight: 900 !important;
  flex-wrap: wrap !important;
}

.footer-social {
  margin-top: 0 !important;
}

#services .tradeshow-card {
  background: linear-gradient(145deg, var(--coffee), var(--espresso)) !important;
  color: var(--white) !important;
  border-color: rgba(241,225,196,.55) !important;
}

#services .tradeshow-card h3::after {
  background: rgba(255,255,255,.58) !important;
}

@media (max-width: 980px) {
  .brand img {
    width: 168px !important;
    height: 54px !important;
  }

  .footer {
    flex-direction: column !important;
    text-align: center !important;
    align-items: center !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .footer-left {
    flex-direction: column;
    gap: 10px;
  }

  .footer-left p,
  .footer p {
    max-width: 560px !important;
  }

  .footer-right {
    justify-content: center;
    gap: 14px;
  }
}

@media (max-width: 620px) {
  .brand img {
    width: 150px !important;
    height: 48px !important;
  }

  .footer-left img,
  .footer img {
    width: 170px !important;
    height: 54px !important;
  }

  .footer-links,
  .footer-social {
    justify-content: center !important;
  }
}


/* Navbar phone CTA */
.nav-cta {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-cta span {
  font-size: .9rem;
  font-weight: 950;
}

/* Centered call-to-book CTA above form */
.call-booking-cta {
  background:
    linear-gradient(rgba(255,248,236,.88), rgba(243,223,189,.88)),
    url("assets/harbor-grounds-coffee-beans-bg.png");
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 58px;
  padding-bottom: 58px;
  border-top: 4px solid rgba(200,170,120,.95);
  border-bottom: 4px solid rgba(200,170,120,.95);
}

.call-booking-bubble {
  max-width: 900px;
  margin: 0 auto;
  background: linear-gradient(145deg, #fffdf8, #f6e7cc);
  border: 4px solid rgba(200,170,120,.95);
  outline: 2px solid rgba(255,255,255,.84);
  outline-offset: -12px;
  border-radius: 34px;
  padding: clamp(30px, 5vw, 48px);
  box-shadow: 0 24px 62px rgba(53,35,21,.18);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.call-booking-bubble h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: -.045em;
  color: var(--espresso);
  margin: 0 0 24px;
  max-width: 760px;
}

.call-booking-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 66px;
  padding: 18px 34px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue-dark), var(--blue-deep));
  color: var(--white);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 950;
  box-shadow: 0 18px 34px rgba(49,95,116,.24);
  border: 3px solid rgba(255,255,255,.82);
  text-transform: uppercase;
  letter-spacing: .02em;
}

.call-booking-button:hover {
  transform: translateY(-2px);
}

@media (max-width: 980px) {
  .nav-cta {
    flex-direction: column;
    gap: 2px;
    line-height: 1.05;
  }
}

@media (max-width: 620px) {
  .call-booking-cta {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .call-booking-button {
    width: 100%;
    max-width: 360px;
  }
}


/* CTA text cleanup: keep buttons simple and hide phone number from visible website */
.nav-cta {
  flex-direction: row !important;
  gap: 0 !important;
}

.call-booking-button {
  min-width: 230px;
}


/* Final CTA cleanup */
.nav-cta {
  flex-direction: row !important;
  gap: 0 !important;
  text-transform: uppercase !important;
}

.call-booking-button {
  min-width: 230px;
}

/* Final clean logo + compact footer polish */
.brand {
  background: #fffdf6 !important;
  border-radius: 14px !important;
  padding: 4px 10px !important;
  min-height: 58px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.brand img {
  width: 215px !important;
  height: 48px !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
}

.footer {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  min-height: 0 !important;
  align-items: center !important;
}

.footer-left img,
.footer img {
  width: 210px !important;
  height: 50px !important;
  object-fit: contain !important;
  object-position: center !important;
  background: #fffdf6 !important;
  border-radius: 14px !important;
  padding: 4px 10px !important;
  margin: 0 !important;
}

.footer-left {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
}

.footer-left p,
.footer p {
  margin: 0 !important;
  line-height: 1.35 !important;
  font-size: .95rem !important;
  max-width: 430px !important;
}

.footer-right {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
}

@media (max-width: 980px) {
  .brand img {
    width: 180px !important;
    height: 42px !important;
  }

  .brand {
    min-height: 52px !important;
  }

  .footer-left {
    flex-direction: column !important;
    text-align: center !important;
    gap: 8px !important;
  }

  .footer-left img,
  .footer img {
    width: 190px !important;
    height: 46px !important;
  }
}

@media (max-width: 620px) {
  .brand img {
    width: 155px !important;
    height: 38px !important;
  }

  .brand {
    min-height: 48px !important;
    padding: 4px 8px !important;
  }

  .footer {
    gap: 12px !important;
  }

  .footer-left img,
  .footer img {
    width: 180px !important;
    height: 44px !important;
  }
}


/* Custom section blue centered text bubble */
.custom-blue-copy {
  max-width: 1120px !important;
  margin: 0 auto 38px !important;
  padding: clamp(28px, 4vw, 46px) !important;
  background: linear-gradient(145deg, var(--blue-dark), var(--blue-deep)) !important;
  border: 4px solid rgba(255,255,255,.86) !important;
  outline: 3px solid rgba(200,170,120,.90) !important;
  outline-offset: -12px !important;
  border-radius: 34px !important;
  box-shadow: 0 22px 52px rgba(49,95,116,.22) !important;
  text-align: center !important;
}

.custom-blue-copy h2 {
  max-width: 980px !important;
  margin: 0 auto 18px !important;
  color: #fffdf6 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(2rem, 4vw, 4rem) !important;
  line-height: 1.08 !important;
  letter-spacing: .01em !important;
  font-weight: 600 !important;
  text-align: center !important;
}

.custom-blue-copy p {
  max-width: 980px !important;
  margin: 0 auto !important;
  color: rgba(255,255,255,.92) !important;
  font-size: clamp(1rem, 1.35vw, 1.25rem) !important;
  line-height: 1.65 !important;
  font-weight: 750 !important;
  text-align: center !important;
}

@media (max-width: 620px) {
  .custom-blue-copy {
    border-radius: 26px !important;
    padding: 26px 18px !important;
  }

  .custom-blue-copy h2 {
    font-size: 2rem !important;
  }
}


/* Custom section image cards styled like premium blue/brown event cards */
.custom-options-grid {
  gap: 24px !important;
  align-items: stretch !important;
}

.custom-option {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  min-height: 100% !important;
  padding: 18px 18px 22px !important;
  border-radius: 34px !important;
  border: 3px solid rgba(255,255,255,.76) !important;
  outline: 2px solid rgba(200,170,120,.78) !important;
  outline-offset: -10px !important;
  box-shadow: 0 20px 44px rgba(53,35,21,.16) !important;
  overflow: hidden !important;
}

.custom-option:nth-child(odd) {
  background: linear-gradient(145deg, var(--coffee), var(--espresso)) !important;
}

.custom-option:nth-child(even) {
  background: linear-gradient(145deg, #dff1f8, #c8e5f2) !important;
}

.custom-option img {
  width: 100% !important;
  height: 265px !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 28px !important;
  border: 3px solid rgba(255,255,255,.82) !important;
  box-shadow: 0 12px 26px rgba(0,0,0,.14) !important;
  margin-bottom: 18px !important;
  background: #fff !important;
}

.custom-option h3 {
  margin: 0 !important;
  font-size: clamp(1.45rem, 1.75vw, 2rem) !important;
  line-height: 1.24 !important;
  font-weight: 900 !important;
  letter-spacing: -.02em !important;
  text-align: left !important;
}

.custom-option h3::after {
  content: "" !important;
  display: block !important;
  width: 82px !important;
  height: 4px !important;
  border-radius: 999px !important;
  margin-top: 14px !important;
}

.custom-option:nth-child(odd) h3 {
  color: #fffdf8 !important;
}

.custom-option:nth-child(odd) h3::after {
  background: rgba(255,255,255,.58) !important;
}

.custom-option:nth-child(even) h3 {
  color: var(--espresso) !important;
}

.custom-option:nth-child(even) h3::after {
  background: rgba(74,54,39,.24) !important;
}

@media (max-width: 1040px) {
  .custom-option {
    padding: 16px 16px 20px !important;
  }

  .custom-option img {
    height: 290px !important;
  }
}

@media (max-width: 620px) {
  .custom-options-grid {
    gap: 20px !important;
  }

  .custom-option {
    align-items: stretch !important;
    text-align: left !important;
    padding: 14px 14px 18px !important;
    border-radius: 28px !important;
  }

  .custom-option img {
    height: 230px !important;
    border-radius: 24px !important;
  }

  .custom-option h3 {
    font-size: 1.45rem !important;
  }
}


/* Clean readable Harbor Grounds logo in navbar and footer */
.brand {
  background: transparent !important;
  padding: 0 !important;
  min-height: auto !important;
  box-shadow: none !important;
}

.brand img {
  width: 240px !important;
  height: auto !important;
  max-height: 74px !important;
  object-fit: contain !important;
  object-position: left center !important;
  display: block !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.footer-left img,
.footer img {
  width: 230px !important;
  height: auto !important;
  max-height: 72px !important;
  object-fit: contain !important;
  object-position: left center !important;
  display: block !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.footer-left {
  align-items: center !important;
}

@media (max-width: 980px) {
  .brand img {
    width: 205px !important;
    max-height: 64px !important;
  }

  .footer-left img,
  .footer img {
    width: 205px !important;
    max-height: 64px !important;
  }
}

@media (max-width: 620px) {
  .brand img {
    width: 165px !important;
    max-height: 52px !important;
  }

  .footer-left img,
  .footer img {
    width: 175px !important;
    max-height: 56px !important;
  }
}


/* Final Harbor Grounds SVG logo sizing for navbar + footer */
.brand {
  background: transparent !important;
  padding: 0 !important;
  min-height: auto !important;
  box-shadow: none !important;
  display: inline-flex !important;
  align-items: center !important;
}

.brand img {
  width: 260px !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 84px !important;
  object-fit: contain !important;
  object-position: left center !important;
  display: block !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.footer-left img,
.footer img {
  width: 245px !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 80px !important;
  object-fit: contain !important;
  object-position: left center !important;
  display: block !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.footer-left {
  align-items: center !important;
  gap: 16px !important;
}

@media (max-width: 980px) {
  .brand img {
    width: 220px !important;
    max-height: 72px !important;
  }

  .footer-left img,
  .footer img {
    width: 220px !important;
    max-height: 72px !important;
  }
}

@media (max-width: 620px) {
  .brand img {
    width: 180px !important;
    max-height: 58px !important;
  }

  .footer-left img,
  .footer img {
    width: 190px !important;
    max-height: 60px !important;
  }
}


/* FINAL CLEAN HARBOR GROUNDS LOGO FIX */
.brand {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
  min-height: auto !important;
  display: inline-flex !important;
  align-items: center !important;
}

.brand img {
  width: 232px !important;
  height: auto !important;
  max-height: 78px !important;
  object-fit: contain !important;
  object-position: left center !important;
  display: block !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
}

.footer-left img,
.footer-brand-block img,
.footer > img {
  width: 232px !important;
  height: auto !important;
  max-height: 78px !important;
  object-fit: contain !important;
  object-position: left center !important;
  display: block !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
}

.footer-left,
.footer-brand-block {
  align-items: center !important;
}

@media (max-width: 980px) {
  .brand img {
    width: 205px !important;
    max-height: 68px !important;
  }

  .footer-left img,
  .footer-brand-block img,
  .footer > img {
    width: 205px !important;
    max-height: 68px !important;
  }
}

@media (max-width: 620px) {
  .brand img {
    width: 175px !important;
    max-height: 58px !important;
  }

  .footer-left img,
  .footer-brand-block img,
  .footer > img {
    width: 185px !important;
    max-height: 60px !important;
  }
}


/* Final Events section: 4 even cards after removing Branded Lattes */
#services .card-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch !important;
}

#services .service-card {
  min-height: 520px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
}

#services .service-photo {
  height: 210px !important;
}

#services .service-card h3 {
  font-size: clamp(1.45rem, 1.8vw, 2rem) !important;
}

#services .service-card p {
  font-size: 1rem !important;
  line-height: 1.65 !important;
}

/* Keep Trade Shows brown like the other brown cards */
#services .tradeshow-card {
  background: linear-gradient(145deg, var(--coffee), var(--espresso)) !important;
  color: var(--white) !important;
  border-color: rgba(241,225,196,.55) !important;
}

#services .tradeshow-card h3::after {
  background: rgba(255,255,255,.58) !important;
}

@media (max-width: 1080px) {
  #services .card-grid.four {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  #services .service-card {
    min-height: 500px !important;
  }
}

@media (max-width: 620px) {
  #services .card-grid.four {
    grid-template-columns: 1fr !important;
  }

  #services .service-card {
    min-height: auto !important;
  }

  #services .service-photo {
    height: 235px !important;
  }
}


/* Trade Shows card blue like Weddings */
#services .tradeshow-card {
  background: linear-gradient(145deg, #dff1f8, #c8e5f2) !important;
  color: var(--espresso) !important;
  border-color: rgba(159,196,216,.75) !important;
}

#services .tradeshow-card h3 {
  color: var(--espresso) !important;
}

#services .tradeshow-card p {
  color: #574637 !important;
}

#services .tradeshow-card h3::after {
  background: rgba(53,35,21,.30) !important;
}

#services .tradeshow-card::after {
  color: rgba(53,35,21,.28) !important;
}


/* FINAL LAUNCH MOBILE + RESPONSIVE SAFETY */
*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

img, video, iframe, svg {
  max-width: 100%;
}

.nav, .hero, .section, .intro-strip, .footer {
  max-width: 100%;
}

.hero {
  min-height: auto;
}

.hero-content {
  min-width: 0;
}

.hero-image-wrap img,
.service-photo img,
.custom-option img,
.brand-showcase-image img {
  display: block;
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.contact-form button {
  max-width: 100%;
}

@media (max-width: 1180px) {
  .nav-links {
    gap: 14px !important;
    font-size: .88rem !important;
  }
}

@media (max-width: 980px) {
  .nav-links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 92px;
    z-index: 999;
  }

  .hero {
    grid-template-columns: 1fr !important;
    text-align: center;
  }

  .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .trust-row {
    justify-content: center;
  }

  .split, .contact {
    grid-template-columns: 1fr !important;
  }

  #services .card-grid.four {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 16px;
  }

  .nav {
    min-height: 72px !important;
  }

  .hero {
    padding-top: 48px !important;
    padding-bottom: 58px !important;
  }

  h1 {
    font-size: clamp(2.45rem, 13vw, 3.25rem) !important;
    line-height: .98 !important;
    letter-spacing: -.05em !important;
  }

  .hero-copy {
    font-size: 1rem !important;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-actions .btn,
  .call-booking-button {
    width: 100%;
    max-width: 360px;
  }

  #services .card-grid.four,
  .custom-options-grid,
  .menu-layout,
  .steps,
  .faq-grid {
    grid-template-columns: 1fr !important;
  }

  .contact-form {
    grid-template-columns: 1fr !important;
  }

  .footer {
    text-align: center !important;
  }
}


/* FINAL MOBILE NAV + FORM + CENTERING FIX */
.mobile-nav-call {
  display: none;
}

.hidden-field {
  display: none !important;
}

@media (min-width: 981px) {
  .mobile-nav-call {
    display: none !important;
  }
}

/* Make the main nav CTA visible and clean at all times */
.nav-cta,
.nav a[href^="tel"] {
  white-space: nowrap;
}

/* Mobile: keep Call Now visible directly in the navbar */
@media (max-width: 980px) {
  .nav {
    display: grid !important;
    grid-template-columns: auto 1fr auto auto !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 12px 16px !important;
  }

  .brand {
    justify-self: start !important;
    min-width: 0 !important;
  }

  .mobile-nav-call {
    display: inline-flex !important;
    justify-self: end !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 42px !important;
    padding: 0 16px !important;
    border-radius: 999px !important;
    background: var(--sky) !important;
    color: var(--espresso) !important;
    border: 2px solid rgba(53,35,21,.18) !important;
    box-shadow: 0 10px 24px rgba(53,35,21,.16) !important;
    font-weight: 950 !important;
    text-transform: uppercase !important;
    letter-spacing: .05em !important;
    text-decoration: none !important;
    font-size: .78rem !important;
  }

  .nav-toggle {
    justify-self: end !important;
    margin: 0 !important;
  }

  .nav-links {
    top: 78px !important;
    left: 14px !important;
    right: 14px !important;
    width: auto !important;
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 20px !important;
    border-radius: 24px !important;
  }

  .nav-links a {
    text-align: center !important;
    width: 100% !important;
  }
}

/* Mobile form fix: no clipping, centered, full width fields */
@media (max-width: 760px) {
  .contact {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .contact-form,
  form.contact-form,
  .form-card {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    padding: 22px !important;
    border-radius: 28px !important;
    overflow: visible !important;
    text-align: center !important;
  }

  .contact-form label,
  .contact-form input,
  .contact-form select,
  .contact-form textarea,
  .contact-form button {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    text-align: center !important;
  }

  .contact-form textarea {
    min-height: 130px !important;
  }

  .contact-form button,
  .submit-btn {
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* Mobile symmetry: center almost all section text and bubbles */
@media (max-width: 760px) {
  .section,
  .section-header,
  .solid-card,
  .service-card,
  .menu-card,
  .faq-card,
  .step-card,
  .custom-option,
  .call-booking-bubble,
  .intro-strip,
  .hero-content,
  .split-copy,
  .contact-copy,
  .footer,
  .footer-left,
  .footer-right {
    text-align: center !important;
  }

  .section-header,
  .hero-content,
  .split-copy,
  .contact-copy,
  .footer-left,
  .footer-right,
  .call-booking-bubble {
    margin-left: auto !important;
    margin-right: auto !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .eyebrow,
  .section-header p,
  .hero-copy,
  .solid-card p,
  .service-card p,
  .menu-card p,
  .faq-card p,
  .step-card p,
  .custom-option p,
  .contact-copy p,
  .footer p {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .card-grid,
  #services .card-grid.four,
  .custom-options-grid,
  .menu-layout,
  .steps,
  .faq-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    align-items: stretch !important;
    justify-items: stretch !important;
  }

  .solid-card,
  .service-card,
  .custom-option,
  .menu-card,
  .faq-card,
  .step-card {
    width: 100% !important;
    max-width: 430px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }

  .service-photo,
  .custom-option-image,
  .brand-showcase-image {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hero-actions,
  .trust-row,
  .footer-links,
  .social-icons,
  .footer-social {
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }

  .btn,
  .call-booking-button {
    text-align: center !important;
    justify-content: center !important;
  }
}

/* Extra small phones */
@media (max-width: 430px) {
  .nav {
    grid-template-columns: 1fr auto auto !important;
    gap: 8px !important;
    padding: 10px 12px !important;
  }

  .brand img {
    width: 145px !important;
    max-height: 50px !important;
  }

  .mobile-nav-call {
    min-height: 38px !important;
    padding: 0 12px !important;
    font-size: .72rem !important;
  }

  .section {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .contact-form,
  form.contact-form,
  .form-card {
    padding: 18px !important;
  }

  h1 {
    font-size: clamp(2.15rem, 12vw, 2.85rem) !important;
  }
}


/* FINAL OVERRIDE: actual mobile menu button class */
@media (max-width: 980px) {
  .menu-toggle {
    justify-self: end !important;
    margin: 0 !important;
    width: 42px !important;
    height: 42px !important;
    display: inline-grid !important;
    place-items: center !important;
    border-radius: 14px !important;
  }
}

@media (max-width: 430px) {
  .menu-toggle {
    width: 38px !important;
    height: 38px !important;
  }
}


/* FINAL MOBILE FORM BAR/OVERFLOW FIX */
@media (max-width: 760px) {
  .contact,
  .contact * {
    box-sizing: border-box !important;
  }

  .contact {
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  .contact-form,
  form.contact-form {
    position: relative !important;
    width: 100% !important;
    max-width: calc(100vw - 36px) !important;
    margin: 0 auto !important;
    padding: 20px !important;
    overflow: hidden !important;
    border-radius: 28px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
  }

  .contact-form::before,
  .contact-form::after,
  form.contact-form::before,
  form.contact-form::after {
    display: none !important;
    content: none !important;
  }

  .contact-form label,
  .contact-form .form-field,
  .contact-form input,
  .contact-form select,
  .contact-form textarea,
  .contact-form button {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    display: block !important;
    height: auto !important;
    min-height: 54px !important;
    padding: 14px 16px !important;
    border-radius: 16px !important;
    text-align: center !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    background-clip: padding-box !important;
  }

  .contact-form select {
    padding-right: 16px !important;
    background-image: none !important;
  }

  .contact-form textarea {
    min-height: 130px !important;
    resize: vertical !important;
  }

  .contact-form button,
  .contact-form .btn,
  .contact-form .submit-btn {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 56px !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 14px 18px !important;
    border-radius: 999px !important;
  }
}

@media (max-width: 430px) {
  .contact {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .contact-form,
  form.contact-form {
    max-width: calc(100vw - 28px) !important;
    padding: 16px !important;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}


/* FINAL NAVBAR CTA READABILITY FIX - BLUE CTA */
.nav-cta,
.nav-links .nav-cta,
.site-header .nav a.nav-cta,
.site-header .nav a[href^="tel"].nav-cta,
.mobile-nav-call {
  background: #bfe6f6 !important;
  color: #2b1c12 !important;
  border: 2px solid #7fb8d5 !important;
  box-shadow: 0 10px 26px rgba(54, 139, 181, .28) !important;
  text-shadow: none !important;
  font-weight: 950 !important;
}

.nav-cta:hover,
.mobile-nav-call:hover,
.site-header .nav a.nav-cta:hover {
  background: #d9f3ff !important;
  color: #2b1c12 !important;
  border-color: #5fa8cf !important;
}

/* Make sure the mobile navbar Call Now is readable on every background */
@media (max-width: 980px) {
  .mobile-nav-call {
    background: #bfe6f6 !important;
    color: #2b1c12 !important;
    border: 2px solid #7fb8d5 !important;
  }

  .nav-links .nav-cta {
    background: #bfe6f6 !important;
    color: #2b1c12 !important;
    border: 2px solid #7fb8d5 !important;
  }
}


/* CLEAN FORM REBUILD - FINAL OVERRIDE */
.hidden-field {
  display: none !important;
}

.clean-booking-form {
  width: 100% !important;
  max-width: 760px !important;
  margin: 0 auto !important;
  padding: clamp(24px, 4vw, 38px) !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 18px !important;
  overflow: hidden !important;
  border-radius: 34px !important;
  box-sizing: border-box !important;
}

.clean-booking-form,
.clean-booking-form * {
  box-sizing: border-box !important;
}

.clean-booking-form::before,
.clean-booking-form::after,
.clean-booking-form label::before,
.clean-booking-form label::after {
  display: none !important;
  content: none !important;
}

.clean-booking-form label {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  text-align: left !important;
  overflow: visible !important;
}

.clean-booking-form label span {
  display: block !important;
  color: var(--espresso) !important;
  font-weight: 900 !important;
  font-size: .9rem !important;
  letter-spacing: .02em !important;
}

.clean-booking-form input,
.clean-booking-form select,
.clean-booking-form textarea {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 56px !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  display: block !important;
  border-radius: 16px !important;
  border: 2px solid rgba(53,35,21,.16) !important;
  background: #fffdf7 !important;
  color: var(--espresso) !important;
  text-align: left !important;
  line-height: 1.35 !important;
  box-shadow: none !important;
  outline: none !important;
  transform: none !important;
  appearance: auto !important;
  -webkit-appearance: auto !important;
}

.clean-booking-form select {
  background: #fffdf7 !important;
}

.clean-booking-form textarea {
  min-height: 140px !important;
  resize: vertical !important;
}

.clean-booking-form .full-field {
  grid-column: 1 / -1 !important;
}

.clean-booking-form .submit-btn {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: 360px !important;
  min-height: 58px !important;
  margin: 6px auto 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  border-radius: 999px !important;
  padding: 14px 24px !important;
  overflow: hidden !important;
}

@media (max-width: 760px) {
  .clean-booking-form {
    max-width: calc(100vw - 32px) !important;
    grid-template-columns: 1fr !important;
    gap: 15px !important;
    padding: 22px !important;
    border-radius: 28px !important;
  }

  .clean-booking-form label,
  .clean-booking-form label span,
  .clean-booking-form input,
  .clean-booking-form select,
  .clean-booking-form textarea {
    text-align: center !important;
  }

  .clean-booking-form input,
  .clean-booking-form select,
  .clean-booking-form textarea {
    min-height: 54px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .clean-booking-form .submit-btn {
    max-width: 100% !important;
  }
}

@media (max-width: 430px) {
  .clean-booking-form {
    max-width: calc(100vw - 24px) !important;
    padding: 18px !important;
  }
}


/* FINAL FORM CTA THEME FIX - LIGHT BLUE */
.clean-booking-form .submit-btn,
.contact-form .submit-btn,
form.contact-form button[type="submit"] {
  background: #bfe6f6 !important;
  color: #2b1c12 !important;
  border: 2px solid #7fb8d5 !important;
  box-shadow: 0 12px 28px rgba(54, 139, 181, .24) !important;
  text-shadow: none !important;
  font-weight: 950 !important;
}

.clean-booking-form .submit-btn:hover,
.contact-form .submit-btn:hover,
form.contact-form button[type="submit"]:hover {
  background: #d9f3ff !important;
  color: #2b1c12 !important;
  border-color: #5fa8cf !important;
}
