:root {
  --cream: #fff8ed;
  --ink: #3d2a24;
  --muted: #7a655d;
  --coral: #ff7468;
  --coral-dark: #d94e44;
  --mint: #b8ead7;
  --peach: #ffd3b6;
  --yellow: #ffe89a;
  --lilac: #dcc8ff;
  --sky: #bfe8ff;
  --white: #fffefa;
  --line: rgba(61, 42, 36, 0.10);
  --shadow: 0 24px 70px rgba(61, 42, 36, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Nunito, system-ui, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 211, 182, .9), transparent 18rem),
    radial-gradient(circle at 90% 14%, rgba(184, 234, 215, .85), transparent 20rem),
    var(--cream);
  line-height: 1.6;
  overflow-x: hidden;
}

a { color: inherit; }

.demo-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  padding: .65rem 1rem;
  color: white;
  background: var(--ink);
  font-size: .9rem;
  font-weight: 900;
}
.demo-banner a { color: white; text-decoration: none; }
.demo-banner a:hover { text-decoration: underline; }
.demo-banner span { color: var(--peach); }

.site-header {
  position: relative;
  z-index: 4;
  max-width: 1160px;
  margin: 0 auto;
  padding: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  padding: .35rem .8rem .35rem .35rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid var(--line);
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(61, 42, 36, .06);
}
.brand-icon {
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: var(--yellow);
}
nav { display: flex; gap: .55rem; font-weight: 900; }
nav a,
.nav-button {
  padding: .55rem .8rem;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255,255,255,.55);
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}
nav a:hover,
.nav-button:hover { color: var(--ink); background: white; }

.sticky-book {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 8;
  display: none;
  padding: .85rem 1rem;
  border: 0;
  border-radius: 999px;
  color: white;
  background: var(--coral);
  box-shadow: 0 18px 35px rgba(217, 78, 68, .28);
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.hero, .section, .quick-info, footer {
  max-width: 1160px;
  margin: 0 auto;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}
.hero {
  position: relative;
  min-height: 74vh;
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 2rem;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.blob {
  position: absolute;
  z-index: -1;
  border-radius: 40% 60% 50% 50%;
  filter: blur(.2px);
}
.blob-one { width: 16rem; height: 16rem; right: 35%; top: 8%; background: rgba(255,232,154,.75); }
.blob-two { width: 13rem; height: 13rem; right: 2%; bottom: 8%; background: rgba(220,200,255,.75); }
.eyebrow {
  margin: 0 0 .7rem;
  color: var(--coral-dark);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Fredoka, Nunito, sans-serif; line-height: .95; }
h1 { margin-bottom: 1.1rem; font-size: clamp(3.1rem, 7vw, 6.3rem); letter-spacing: -.055em; }
h2 { margin-bottom: 1rem; font-size: clamp(2.2rem, 5vw, 4rem); letter-spacing: -.04em; }
h3 { margin-bottom: .45rem; font-size: 1.35rem; }
.lead { max-width: 640px; color: var(--muted); font-size: clamp(1.12rem, 2vw, 1.36rem); }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.55rem 0 .9rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.15rem;
  padding: .88rem 1.15rem;
  border: 0;
  border-radius: 1rem 999px 999px 1rem;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}
.primary { color: white; background: var(--coral); box-shadow: 0 16px 32px rgba(217, 78, 68, .24); }
.primary:hover { background: var(--coral-dark); }
.secondary { color: var(--ink); background: white; border: 1px solid var(--line); }
.note, .section-heading p, .form-note { color: var(--muted); }
.hero-board { position: relative; min-height: 480px; }
.polaroid {
  transform: rotate(3deg);
  padding: 1rem 1rem 1.35rem;
  border-radius: 1.5rem;
  background: white;
  box-shadow: var(--shadow);
  text-align: center;
}
.polaroid.big { max-width: 390px; margin: 0 auto; }
.dog-illustration {
  height: 330px;
  border-radius: 1rem;
  background:
    radial-gradient(circle at 50% 36%, white 0 5.4rem, transparent 5.5rem),
    radial-gradient(circle at 36% 31%, #8a573d 0 2.7rem, transparent 2.8rem),
    radial-gradient(circle at 64% 31%, #8a573d 0 2.7rem, transparent 2.8rem),
    radial-gradient(circle at 43% 39%, #2e211d 0 .35rem, transparent .4rem),
    radial-gradient(circle at 57% 39%, #2e211d 0 .35rem, transparent .4rem),
    radial-gradient(circle at 50% 46%, #2e211d 0 .5rem, transparent .55rem),
    radial-gradient(circle at 50% 62%, #ffe7d3 0 8rem, transparent 8.1rem),
    linear-gradient(135deg, var(--sky), var(--mint));
}
.mini-card {
  position: absolute;
  padding: .9rem 1rem;
  border-radius: 1.1rem;
  background: white;
  box-shadow: 0 18px 45px rgba(61,42,36,.12);
  font-weight: 900;
}
.mini-card.top { top: 1.5rem; right: 0; transform: rotate(-7deg); }
.mini-card.bottom { left: 0; bottom: 2rem; transform: rotate(-4deg); }
.quick-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.quick-info div {
  padding: 1rem;
  border: 2px dashed rgba(61,42,36,.12);
  border-radius: 1.5rem;
  background: rgba(255,255,255,.72);
}
.quick-info span { display: block; color: var(--muted); }
.section { padding-top: 5rem; padding-bottom: 5rem; }
.centre { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading { max-width: 760px; margin-bottom: 2rem; }
.service-cloud { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.service-card {
  min-height: 230px;
  padding: 1.35rem;
  border-radius: 2rem;
  box-shadow: 0 18px 45px rgba(61,42,36,.08);
  transform: rotate(var(--tilt, 0deg));
}
.service-card:nth-child(1) { --tilt: -2deg; }
.service-card:nth-child(2) { --tilt: 1.5deg; }
.service-card:nth-child(3) { --tilt: -1deg; }
.service-card:nth-child(4) { --tilt: 2deg; }
.service-card span { font-size: 2.4rem; }
.peach { background: var(--peach); }
.mint { background: var(--mint); }
.lilac { background: var(--lilac); }
.yellow { background: var(--yellow); }
.gallery-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-auto-rows: 180px;
  gap: 1rem;
}
.gallery-card {
  display: flex;
  align-items: end;
  padding: 1rem;
  border: .55rem solid white;
  border-radius: 2rem;
  background: linear-gradient(135deg, var(--peach), var(--sky));
  box-shadow: var(--shadow);
}
.gallery-card:nth-child(2) { background: linear-gradient(135deg, var(--mint), white); }
.gallery-card:nth-child(3) { background: linear-gradient(135deg, var(--lilac), white); }
.gallery-card:nth-child(4) { background: linear-gradient(135deg, var(--yellow), white); }
.gallery-card.span-two { grid-row: span 2; }
.gallery-card span { padding: .45rem .7rem; border-radius: 999px; background: white; font-weight: 900; }
.story-section, .booking-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 1.25rem; align-items: start; }
.story-card, blockquote, .booking-form, .booking-copy {
  padding: 1.5rem;
  border-radius: 2rem;
  background: rgba(255,255,255,.82);
  border: 1px solid var(--line);
  box-shadow: 0 18px 50px rgba(61,42,36,.07);
}
.story-card p, blockquote, .booking-copy p { color: var(--muted); }
blockquote { margin: 0 0 1rem; font-size: 1.08rem; }
cite { display: block; margin-top: .7rem; color: var(--ink); font-weight: 900; font-style: normal; }
.price-bubbles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.price-bubbles div {
  display: grid;
  place-items: center;
  min-height: 145px;
  padding: 1rem;
  border-radius: 999px;
  background: white;
  border: 1px solid var(--line);
  text-align: center;
  box-shadow: 0 16px 35px rgba(61,42,36,.08);
}
.price-bubbles strong { color: var(--coral-dark); font-size: 1.35rem; }
.booking-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .9rem;
}
label { display: grid; gap: .3rem; font-weight: 900; }
input, select, textarea {
  width: 100%;
  padding: .8rem .9rem;
  border: 1px solid var(--line);
  border-radius: .9rem;
  color: var(--ink);
  background: white;
  font: inherit;
}
.full { grid-column: 1 / -1; }
footer { padding-top: 1rem; padding-bottom: 2.5rem; color: var(--muted); }
footer a { font-weight: 900; }

body.modal-open { overflow: hidden; }
.modal {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}
.modal[aria-hidden="false"] {
  opacity: 1;
  pointer-events: auto;
}
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(35, 24, 21, .58);
  backdrop-filter: blur(6px);
}
.modal-panel {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  max-height: min(88vh, 900px);
  overflow: auto;
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 2rem;
  background: var(--cream);
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
  transform: translateY(18px) scale(.98);
  transition: transform .2s ease;
}
.modal[aria-hidden="false"] .modal-panel { transform: translateY(0) scale(1); }
.modal-close {
  position: absolute;
  top: .85rem;
  right: .85rem;
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border: 0;
  border-radius: 50%;
  color: var(--ink);
  background: white;
  box-shadow: 0 10px 30px rgba(61,42,36,.12);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}
.modal-intro { max-width: 650px; color: var(--muted); }
.modal-form { box-shadow: none; background: white; }

@media (max-width: 900px) {
  .hero, .story-section, .booking-section { grid-template-columns: 1fr; }
  .service-cloud, .price-bubbles { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .demo-banner { flex-direction: column; gap: .15rem; }
  .sticky-book { display: inline-flex; }
  .site-header { align-items: flex-start; flex-direction: column; }
  nav { width: 100%; justify-content: space-between; }
  nav a,
  .nav-button { padding: .45rem .65rem; }
  .hero { padding-top: 2rem; }
  .hero-board { min-height: auto; }
  .mini-card { position: static; margin-top: .8rem; transform: none !important; }
  .quick-info, .service-cloud, .price-bubbles, .booking-form, .gallery-grid { grid-template-columns: 1fr; }
  .gallery-card.span-two { grid-row: auto; }
  .button { width: 100%; border-radius: 999px; }
}
