/* Bubbles & Bows — demo site */
:root {
  --mint: #bfe5e0;
  --mint-soft: #e4f4f1;
  --teal: #3d7f7a;
  --teal-deep: #1e4f4c;
  --sun: #f2b233;
  --cream: #fdf8ee;
  --ink: #243331;
  --muted: #56676a;
  --display: "Chewy", "Comic Sans MS", system-ui, sans-serif;
  --body: "Manrope", system-ui, -apple-system, sans-serif;
  --paw: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23F2B233'%3E%3Cellipse cx='4.5' cy='10' rx='2.3' ry='3'/%3E%3Cellipse cx='9' cy='5' rx='2.3' ry='3'/%3E%3Cellipse cx='15' cy='5' rx='2.3' ry='3'/%3E%3Cellipse cx='19.5' cy='10' rx='2.3' ry='3'/%3E%3Cpath d='M12 11c-3.5 0-7 4.5-7 7.5 0 2 1.6 3 3.5 3 1.3 0 2.3-.8 3.5-.8s2.2.8 3.5.8c1.9 0 3.5-1 3.5-3 0-3-3.5-7.5-7-7.5z'/%3E%3C/svg%3E");
}

* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: var(--body);
  color: var(--ink);
  line-height: 1.6;
  background: linear-gradient(180deg, #8fd0c8 0, var(--mint) 380px, var(--cream) 860px) no-repeat, var(--cream);
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.wrap { width: min(1180px, 100% - 32px); margin-inline: auto; }

h1, h2, h3 {
  font-family: var(--display);
  font-weight: 400;
  color: var(--teal);
  line-height: 1;
  letter-spacing: .02em;
  margin: 0 0 .4em;
}
h1 { font-size: clamp(2.8rem, 7vw, 5.4rem); text-transform: uppercase; }
h2 { font-size: clamp(2.2rem, 4.5vw, 3.4rem); text-transform: uppercase; }
h3 { font-size: 1.6rem; }
.lead { font-size: 1.15rem; color: var(--muted); max-width: 60ch; }
.center { text-align: center; }
.center .lead { margin-inline: auto; }
.eyebrow {
  font-family: var(--display);
  color: #c98a12;
  font-size: 1.3rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 .3em;
}
section { padding-block: 72px; }

/* ---------- Header ---------- */
.site-header { padding-top: 16px; position: relative; z-index: 5; }
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 24px;
  background: rgba(255, 255, 255, .6);
  backdrop-filter: blur(8px);
  border-radius: 18px;
  padding: 10px 18px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: var(--display);
  font-size: 1.6rem;
  color: var(--teal-deep);
}
.logo svg { width: 40px; height: 40px; }
.nav ul { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 24px; list-style: none; margin: 0; padding: 0; }
.nav a:not(.logo) {
  text-decoration: none;
  font-family: var(--display);
  font-size: 1.15rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--teal);
}
.nav a:not(.logo, .phone):hover,
.nav a[aria-current="page"] {
  color: var(--teal-deep);
  text-decoration: underline wavy var(--sun) 2px;
  text-underline-offset: 7px;
}
.nav .phone { background: var(--sun); color: var(--teal-deep); padding: 6px 16px; border-radius: 99px; }

/* ---------- Buttons ---------- */
.btn-bone {
  display: inline-grid;
  place-items: center;
  width: 250px;
  height: 92px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 110'%3E%3Cpath d='M72 36H228A25 25 0 1 1 258 55A25 25 0 1 1 228 74H72A25 25 0 1 1 42 55A25 25 0 1 1 72 36Z' fill='%23fff' fill-opacity='.45' stroke='%23F2B233' stroke-width='7' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--teal-deep);
  transition: transform .25s;
}
.btn-bone:hover { transform: rotate(-5deg) scale(1.05); }
.btn {
  display: inline-block;
  background: var(--sun);
  color: var(--teal-deep);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  text-decoration: none;
  padding: 14px 30px;
  border: 0;
  border-radius: 99px;
  box-shadow: 0 5px 0 var(--teal-deep);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  transition: transform .15s, box-shadow .15s;
}
.btn:hover { transform: translateY(2px); box-shadow: 0 3px 0 var(--teal-deep); }

/* ---------- Bubbles ---------- */
.bubble {
  position: absolute;
  width: var(--s, 60px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 28%, #fff 0 7%, rgba(255,255,255,.25) 22%, rgba(200,235,245,.12) 60%, rgba(255,255,255,.7) 100%);
  box-shadow: inset -5px -7px 14px rgba(255,255,255,.9), inset 5px 5px 12px rgba(110,170,190,.25), 0 6px 14px rgba(30,79,76,.08);
  animation: float 8s ease-in-out infinite;
  animation-delay: var(--d, 0s);
  pointer-events: none;
  z-index: 3;
}
@keyframes float { 50% { transform: translateY(-20px); } }
@media (prefers-reduced-motion: reduce) { .bubble { animation: none; } }

/* ---------- Home hero ---------- */
.hero {
  position: relative;
  margin-top: 18px;
  background: #fff;
  border: 10px solid #22302f;
  border-radius: 42px;
  padding: 14px;
}
.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: end;
  min-height: 580px;
  border-radius: 26px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--mint), #e8f6f4 60%, #f6fcfb);
}
.hero-copy { position: relative; z-index: 4; align-self: center; padding: 48px 0 48px 48px; }
.hero-copy h1 { margin-bottom: .3em; }
.paws { list-style: none; padding: 0; margin: 20px 0 28px; font-size: 1.2rem; font-weight: 600; }
.paws li { position: relative; padding-left: 34px; margin: 6px 0; }
.paws li::before { content: ""; position: absolute; left: 0; top: .2em; width: 22px; height: 22px; background: var(--paw) center / contain no-repeat; }

.dog-wrap { position: relative; width: min(400px, 100%); margin: 70px 24px 0 auto; }
.doodle {
  position: absolute;
  fill: none;
  stroke: var(--teal);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.doodle.crown { width: 30%; left: 16%; top: -10%; transform: rotate(-16deg); }
.doodle.bowtie { width: 28%; left: 13%; top: 21%; transform: rotate(-10deg); }

.trust {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px 28px;
  margin: 28px 0 0;
  padding: 22px 32px;
  border-radius: 22px;
  background: linear-gradient(90deg, var(--mint), var(--mint-soft));
}
.trust div { display: flex; align-items: center; gap: 14px; font-weight: 800; text-transform: uppercase; font-size: .95rem; line-height: 1.3; color: var(--teal-deep); }
.trust svg { width: 50px; height: 50px; flex: none; fill: none; stroke: #d99a1c; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- Cards ---------- */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 22px; margin-top: 40px; }
.card { display: flex; flex-direction: column; background: #fff; border-radius: 22px; overflow: hidden; box-shadow: 0 10px 30px rgba(30,79,76,.08); }
.card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.card > div { padding: 18px 20px 22px; }
.card h3 { color: var(--teal-deep); margin-bottom: .25em; }
.card p { margin: 0; color: var(--muted); font-size: .95rem; }
.price { display: inline-block; margin-top: 12px; font-weight: 800; color: var(--teal); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.photo { border: 10px solid #fff; border-radius: 32px; overflow: hidden; transform: rotate(-2deg); box-shadow: 0 20px 40px rgba(30,79,76,.18); }
.photo img { width: 100%; }

.quotes { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; margin-top: 40px; }
.quotes blockquote { margin: 0; padding: 28px; background: var(--mint-soft); border-radius: 24px; font-size: 1.05rem; }
.quotes cite { display: block; margin-top: 14px; font-style: normal; font-weight: 800; color: var(--teal-deep); }
.stars { color: #d99a1c; letter-spacing: .15em; }

.band { background: var(--teal-deep); color: var(--cream); border-radius: 36px; padding: 56px 40px; text-align: center; position: relative; overflow: hidden; }
.band h2 { color: var(--cream); }
.band p { max-width: 55ch; margin: 0 auto 28px; color: #cfe7e3; }
.band .btn { box-shadow: 0 5px 0 #0f2e2c; }

/* ---------- Inner page header ---------- */
.page-hero { position: relative; overflow: hidden; margin-top: 18px; padding: 64px 48px; border-radius: 32px; background: linear-gradient(135deg, var(--mint), var(--mint-soft)); }
.page-hero > * { position: relative; z-index: 4; }

/* ---------- About ---------- */
.stats { display: flex; flex-wrap: wrap; gap: 28px 48px; margin-top: 28px; }
.stats strong { display: block; font-family: var(--display); font-weight: 400; font-size: 3rem; line-height: 1; color: var(--teal); }
.stats span { font-weight: 700; color: var(--muted); }
.values .card > div { padding: 28px; }
.values .card::before { content: ""; width: 46px; height: 46px; margin: 28px 0 -12px 28px; background: var(--paw) center / contain no-repeat; }
.team { text-align: center; }
.team .card { padding: 28px 20px; align-items: center; }
.team .card img { width: 160px; height: 160px; aspect-ratio: 1; border-radius: 50%; border: 6px solid var(--mint); margin-bottom: 14px; }
.team .card > div { padding: 0; }

/* ---------- Gallery ---------- */
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 18px; margin-top: 40px; }
.gallery button { all: unset; position: relative; display: block; overflow: hidden; border-radius: 22px; cursor: zoom-in; background: #fff; }
.gallery button:focus-visible { outline: 4px solid var(--sun); outline-offset: 3px; }
.gallery img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .4s; }
.gallery button:hover img { transform: scale(1.06); }
.gallery span { position: absolute; left: 12px; bottom: 12px; padding: 4px 14px; border-radius: 99px; background: rgba(255,255,255,.92); color: var(--teal-deep); font-weight: 800; font-size: .85rem; }
dialog { padding: 0; border: 0; border-radius: 24px; max-width: min(860px, 92vw); overflow: hidden; }
dialog::backdrop { background: rgba(30,79,76,.82); }
dialog img { width: 100%; max-height: 78vh; object-fit: contain; background: #fff; }
dialog p { margin: 0; padding: 14px 20px; font-weight: 800; color: var(--teal-deep); }
dialog form { position: absolute; top: 12px; right: 12px; margin: 0; }
dialog .close { width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--sun); color: var(--teal-deep); font-size: 1.4rem; font-weight: 800; cursor: pointer; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.panel { background: #fff; border-radius: 26px; padding: 32px; box-shadow: 0 10px 30px rgba(30,79,76,.08); }
.panel h3 { color: var(--teal-deep); }
.info { list-style: none; padding: 0; margin: 0 0 28px; }
.info li { padding: 10px 0; border-bottom: 2px dashed var(--mint); }
.info strong { display: block; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.hours { width: 100%; border-collapse: collapse; }
.hours td { padding: 9px 0; border-bottom: 2px dashed var(--mint); }
.hours td:last-child { text-align: right; font-weight: 700; }
.hours .closed td:last-child { color: #a5623a; }
.hours .today td { color: var(--teal-deep); background: var(--mint-soft); }
label { display: block; margin: 16px 0 6px; font-weight: 700; }
input, select, textarea { width: 100%; padding: 12px 14px; font: inherit; color: var(--ink); background: var(--mint-soft); border: 2px solid var(--mint); border-radius: 14px; }
input:focus, select:focus, textarea:focus { outline: 3px solid var(--sun); border-color: transparent; }
.row { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }
.panel .btn { margin-top: 22px; }
.thanks { margin-top: 16px; font-weight: 800; color: var(--teal); }
.map-row { display: grid; grid-template-columns: 1.5fr 1fr; gap: 28px; margin-top: 28px; }
.map { display: block; width: 100%; height: 100%; min-height: 380px; border: 0; border-radius: 26px; }
.map-row .photo { transform: rotate(2deg); }
.map-row .photo img { height: 100%; object-fit: cover; object-position: 30% 70%; }

/* ---------- Footer ---------- */
.site-footer { margin-top: 72px; padding-block: 48px; background: var(--teal-deep); color: #cfe7e3; font-size: .95rem; }
.site-footer .wrap { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 24px 40px; }
.site-footer h4 { margin: 0 0 8px; font-family: var(--display); font-weight: 400; font-size: 1.4rem; color: #fff; }
.site-footer p { margin: 0; }
.site-footer a { color: #fff; }
.site-footer small { grid-column: 1 / -1; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); color: #9fc4bf; }

/* ---------- Mobile ---------- */
@media (max-width: 860px) {
  section { padding-block: 52px; }
  .hero { border-width: 6px; border-radius: 28px; padding: 8px; }
  .hero-inner, .split, .contact-grid, .map-row { grid-template-columns: 1fr; }
  .hero-copy { padding: 32px 24px 0; }
  .dog-wrap { width: min(240px, 70%); margin: 56px auto 0; }
  .page-hero { padding: 44px 24px; }
  .band { padding: 40px 22px; }
  .panel { padding: 24px; }
  .row { grid-template-columns: 1fr; }
}
