/* copyright Roscoe Pawtroll LLC */
/* site design and development by Roscoe Pawtroll LLC */

:root {
  --bg-cream: #fdf3dd;
  --ink: #373d3b;
  --blue-ink: #2f4f5a; /* muted blue for blob text */

  --section-gap: clamp(72px, 8vw, 120px);
  --section-pad-x: clamp(18px, 4vw, 36px);
  --section-pad-y: clamp(40px, 6vw, 96px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  background: var(--bg-cream);
  color: var(--ink);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* =========================================================
   HERO (DESKTOP/TABLET) — KEEP YOUR LOOK, CLEAN CONFLICTS
   ========================================================= */

.hero {
  min-height: 100vh;
  padding: 0;
  display: grid;
  place-items: center;
  padding-top: 135px;
}

.hero__inner {
  width: min(1200px, 100%);
  display: grid;
  gap: clamp(20px, 4vw, 36px);
  justify-items: center;
  text-align: center;
}

/* Graphic wrapper */
.hero__graphic {
  position: relative;
  width: min(1100px, 100%);
  margin: 0 auto;
}


.hero__art {
  position: relative; /* desktop: your original setup works */
}


.hero__logo {
  width: 150%;
  max-width: none;
  height: auto;
  display: block;
  margin-left: -25%;
}

/* Foreground text overlay */
.hero__text--desktop {
  position: absolute;
  color: rgb(55, 61, 59);
  top: clamp(14%, 18vw, 22%);
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;

  width: min(90%, 900px);
  max-width: 900px;
  height: auto;
}


/* Title text */
.hero__title,
.hero__subtitle,
.hero__tagline {
  color: var(--ink);
  margin: 0;
}


.hero__tagline {
  font-family: "Marcellus", Georgia, serif;
  font-size: clamp(14px, 2vw, 18px);
  margin-top: 2px;
  letter-spacing: clamp(0.18em, 0.55vw, 0.45em);
  opacity: 0.5;
}

/* Blob text overlay (desktop) — keep your positioning */
.blob-text--desktop {
  position: absolute;
  padding-left: 10%;
  left: clamp(0%, 14vw, 10%);
  top: clamp(5%, 56vw, 50%);
  transform: translate(-67%, -10%);
  text-align: left;
  color: #e9b149;
  max-width: min(350px, 70vw);
  z-index: 2;
}

.blob-text--desktop h2 {
  font-family: "Marcellus", Georgia, serif;
  margin: 0 0 8px 0;
  font-weight: 300;
}

.blob-text--desktop ul {
  margin: 0;
  line-height: 1.7;
}

.blob-text--desktop li {
  margin-bottom: 4px;
  text-align: left;
  font-weight: 400;
  font-family: "Marcellus", Georgia, serif;
  letter-spacing: 0.07em;
  font-size: clamp(16px, 3vw, 20px);

}

/* =========================================================
   SECTION 2 — SERVICE AREA (UNCHANGED)
   ========================================================= */

/* Section container */
.service-area {
  background: var(--bg-cream);
  padding: clamp(40px, 6vw, 96px) clamp(18px, 4vw, 36px);
}

.service-area__inner {
  width: min(1200px, 100%);
  margin: 0 auto;
}

.service-area__title {
  font-family: "Marcellus", Georgia, serif;
  color: #ef601e;
  font-size: clamp(24px, 4vw, 54px);
  line-height: 35px;
  letter-spacing: 0.10em;
  font-weight: 500;
}

/* Artboard */
.service-area__artboard {
  position: relative;
  width: 100%;
  aspect-ratio: 1366/768;
}

.service-area__svg {
  width: 150%;
  max-width: none;
  height: auto;
  display: block;
  margin-left: -25%;
}

.service-area__map-overlay {
  position: absolute;
  z-index: 3;
  left: 35%;
  top: 47%;
  width: 70%;
  height: 60%;
  transform: translate(-50%, -50%);
  border-radius: 18px;
  overflow: hidden;
  border-width: 0;
  background: #fff;
}

.service-area__map {
  z-index: 3;
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 0;
  border-width: 0;
  margin: 0;
  left: 0;
  top: 0;
  touch-action: pan-x pan-y;
}

.service-area__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.service-area__map-link {
  font-size: 14px;
  color: #ef601e;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.service-area__map-link:hover {
  opacity: 0.85;
}

.service-area__map-wrap {
  width: 100%;
  margin-top: 90px;
  border-radius: 18px;
  overflow: hidden;
}

.service-area__blob-text {
  position: absolute;
  z-index: 4;
  left: 90%;
  top: 70%;
  transform: translate(-50%, -50%);
  width: 22%;
  max-width: 260px;

  font-family: "Marcellus", Georgia, serif;
  font-weight: 650;
  font-size: clamp(20px, 2.6vw, 35px);
  line-height: 1.2;
  letter-spacing: 0.02em;

  color: #caaacd;
  text-align: center;

  word-break: normal;
  overflow-wrap: anywhere;
}

.service__link{
  color:#ef601e;
  font-weight: 600;
}


.site-header {
  width: 100%;
  padding: 16px 32px;
  background: #fdf3dd;
}

.navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  margin: 0 auto;

  background: rgba(253, 243, 221, 0.2);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);

  text-align: center;
  padding: 28px 20px 18px;
  border-bottom: 1px solid rgba(55, 61, 59, 0.08);
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-family: "Marcellus", Georgia, serif;
  font-size: clamp(34px, 6vw, 64px);
  letter-spacing: 0.18em;
  /*font-weight: 600;*/
  margin-bottom: 16px;
}

.logo a {
  text-decoration: none;
  color: var(--ink);
}

.nav-links {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 48px;
  padding: 0;
  padding-left: 10%;
  margin: 0 auto;
  transform: translateX(-50px);
  /*margin-left: -35px;*/
}

.nav-links a {
  text-decoration: none;
  text-align:justify;
  font-family: "Marcellus", Georgia, serif;
  font-size: clamp(14px, 2vw, 16px);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  position: relative;
  transition: opacity 0.2s ease;
}

.nav-links a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 1px;
  background: var(--ink);
  transition: width 0.3s ease;
}

.nav-links a:hover::after {
  width: 100%;
}

.brand {
  margin-bottom: 16px;
}

.brand-subtitle {
  font-family: "Marcellus", Georgia, serif;
  font-size: clamp(21px, 2vw, 27px);
  letter-spacing: 0.35em;
  text-transform: uppercase;
  margin-top: 4px;
  opacity: 0.8;
}

.pricing {
  padding: var(--section-pad-y) var(--section-pad-x);
}

.pricing__artboard {
  position:relative;
  width: 100%;
  aspect-ratio: 1366/768; 
  /*overflow: visible;
  height: 600px;
  ;*/
  
}



.pricing__svg--desktop {
  width: 150%;
  max-width: none;
  /*height: 100%;*/
  height: auto;
  display: block;
  margin-left: -25%;
  overflow-wrap: normal;

  /*position: absolute; 
  inset: 0;
  object-fit: contain;
  object-position: center;*/
}

.pricing__svg--desktop { display: block; }
.pricing__svg--mobile  { display: none;  }

.pricing__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.pricing__inner {
  width: min(1200px, 100%);
  margin: 0 auto;
}

.pricing__blob-title {
  
  position: absolute;
  font-family: "Marcellus", Georgia, serif;
  color: #d6e8f7;
  font-size: clamp(24px, 4vw, 54px);
  line-height: 2;
  letter-spacing: 0.10em;
  font-weight: 500;
  z-index: 4;
  width: clamp(280px, 28vw, 380px);
  top: 20%;
  left: 55%;

  transform: translate(85%, -50%); /*transforms x and y position */
}

.pricing__blob-text {
  position: absolute;
  z-index: 4;
  left: 35%;
  top: 35%;
  transform: translate(-65%, -40%);
  width: clamp(260px, 34vw, 520px);
  max-width: none;

  font-family: "Marcellus", Georgia, serif;
  font-size: clamp(14px, 2.4vw, 17.5px);
  line-height: 1.2;
  letter-spacing: 0.04em;

  color: #373d3b;
  text-align: left;

  overflow-wrap: normal;
  text-wrap: balance;
}

.pricing__group-title {
  font-weight: 400;
  letter-spacing: 0.02em;
  margin: 6px 0 4px;
}

.pricing__list {
  margin: 0 0 6px;
  padding-left: 18px;
}

.pricing__list li {
  margin: 2px 0;
}

.pricing-prompt {
  width: clamp(240px, 28vw, 460px);
  padding: 10px 14px;
  border-radius: 16px;

  background: rgba(253, 243, 221, 0.1);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);

  border: 1px solid rgba(55, 61, 59, 0.10);
}

.pricing-prompt svg {
  width: 100%;
  height: auto;
}

/* Pricing CTA (unchanged) */
.pricing-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
  height: 300px;
  left: 20%;
  top: 40%;
  transform: translate(30%, -80%);
  /*transform: translateX(20%);*/
  z-index: 6;
}


/* Tooltip (unchanged) */
.holiday-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.info-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ef601e;
  color: white;
  font-size: 12px;
  font-weight: 300;
  cursor: pointer;
}

.tooltip {
  position: absolute;
  bottom: 130%;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #d6e8f7;
  color: var(--ink);
  font-size: clamp(14px, 2.4vw, 15px);
  line-height: 1.4;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 10;
}

.info-icon:hover .tooltip,
.info-icon:focus .tooltip {
  opacity: 1;
}


main > section + section {
  margin-top: var(--section-gap);
}

.pricing,
.service-area {
  padding: var(--section-pad-y) var(--section-pad-x);
}


.site-footer {
  margin-top: clamp(80px, 10vw, 140px);
  padding: 40px 50px;
  border-top: 1px solid rgba(55, 61, 59, 0.08);
  text-align: left;
  font-family: "Marcellus", Georgia, serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  opacity: 0.6;
}

.footer__business {
  font-family: "Marcellus", Georgia, serif;
  font-size: clamp(16px, 2vw, 20px);
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.footer__address {
  font-style: normal;
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.75;
  margin-bottom: 12px;
}

.footer__copyright {
  font-size: 12px;
  opacity: 0.4;
  letter-spacing: 0.05em;
  text-align: center;
}

.footer__business__tag{
  font-family: "Marcellus", Georgia, serif;
  font-size: clamp(14px, 2vw, 16px);
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.footer__link{
  color: #ef601e;
  transform: translateY(-2px);
  opacity: 0.92;

}

/* Floating bubble (unchanged) */
.cta-float {
  position: fixed;
  right: 20px;
  bottom: 22px;
  z-index: 999;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 12px 16px;
  border-radius: 999px;

  font-family: "Marcellus", Georgia, serif;
  font-size: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;

  color: var(--ink);
  background: rgba(253, 243, 221, 0.35);
  border: 1px solid rgba(55, 61, 59, 0.14);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.cta-float:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}

.cta-float:active {
  transform: translateY(0);
}

.cta-meet {
  border-color: rgba(239, 96, 30, 0.35);
}




.cta-question {
  font-family: "Marcellus", Georgia, serif;
  font-size: clamp(16px, 2vw, 20px);
  letter-spacing: 0.06em;
  text-align: center;
  color: var(--ink);
  margin: 0;
}

.btn-book {
  font-family: "Marcellus", Georgia, serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 600;

  padding: 18px 48px;
  border-radius: 999px;

  background: #d6e8f7;
  color: #ef601e;
  text-decoration: none !important;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  transition: all 0.25s ease;
}

.btn-book:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.14);
}

.btn-book::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  background: var(--ink);
  opacity: 0.4;
  display: none !important;
}

.nav-links a.btn-book::after {
  content: none !important;
}

/* about */

.about__mission {
  position: absolute;
  z-index: 4;

  left: 47.8%;
  top: 35%;

  transform: translate(-50%, -50%);

  width: clamp(320px, 42vw, 700px);
  max-width: none;

  text-align: left;
  margin: 18px 0 28px;
  padding: 22px 28px;
  border-radius: 18px;

  background: rgba(253, 243, 221, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  border: 1px solid rgba(55, 61, 59, 0.08);

  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about__mission-title {
  font-family: "Marcellus", Georgia, serif;
  font-size: clamp(28px, 2vw, 36px);
  letter-spacing: 0.08em;
  margin: 0 0 16px;
  color: #ef601e;
}

.about__mission-text {
  font-family: "Marcellus", Georgia, serif;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.3;
  max-width: 90%;
  margin: 0;
  color: var(--ink);
}

.about {
  margin-top: 500px;
  background: var(--bg-cream);
  padding: clamp(40px, 6vw, 96px) clamp(18px, 4vw, 36px);
}

.about__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.about__title {
  font-family: "Marcellus", Georgia, serif;
  color: #ef601e;
  font-size: clamp(36px, 2vw, 48px);
  line-height: 35px;
  letter-spacing: 0.10em;
  font-weight: 500;
}

.about__inner {
  width: min(1200px, 100%);
  margin: 0 auto;
}

.about__artboard {
  position: relative;
  width: 100%;
  aspect-ratio: 1366/768;
}

.about__svg {
  width: 152%;
  height: auto;
  max-width: none;
  object-fit: contain;
  display: block;
  margin-left: -25%;
}

.about__photo-slot {
  position: absolute;
  z-index: 3;
  left: -1.5%;
  top: 53%;
  width: 29.7%;
  height: 33%;
  transform: translate(-50%, -50%) rotate(11deg) skewX(-1.9deg) skewY(2deg);
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: 4/3;
}

.about__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about__text {
  position: absolute;
  z-index: 4;

  left: 43%;
  top: 52%;
  transform: translate(-50%, -50%);

  width: min(58%, 640px);
  text-align: justify;
  padding: clamp(12px, 2vw, 20px);

  background: rgba(253, 243, 221, 0.0);
  border-radius: 18px;
}

.about__text p {
  margin: 0;
  font-family: "Marcellus", Georgia, serif;
  color: var(--ink);
  font-size: clamp(12px, 1.6vw, 18px);
  line-height: 1.45;
}

.about__mission {
  width: min(1200px, 100%);
}

/* FAQ and TERMS */
.terms {
  margin-top: 260px;
  background: #d6e8f7;
  padding: clamp(40px, 6vw, 96px) clamp(18px, 4vw, 36px);
  position: relative;
}

.terms__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.terms__title {
  font-family: "Marcellus", Georgia, serif;
  color: #ef601e;
  font-size: clamp(36px, 2vw, 48px);
  line-height: 35px;
  letter-spacing: 0.10em;
  font-weight: 500;
}

.terms__inner {
  width: min(1200px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.terms__text {
  position: relative;
  z-index: 1;

  width: min(100%, 1150px);
  margin: 0 auto;
  text-align: left;
  padding: clamp(12px, 2vw, 20px);

  background: rgba(253, 243, 221, 0.0);
  border-radius: 18px;
  font-family: "Marcellus", Georgia, serif;
  font-size: clamp(12px, 1.6vw, 18px);
}

.terms__text p {
  margin: 0;
  text-align: justify;
  color: var(--ink);
  line-height: 1.45;
}

.faq {
  background: #f1dfb6;
  padding: clamp(40px, 6vw, 96px) clamp(18px, 4vw, 36px);
  position: relative;
  margin-top: 260px; margin-left: 0; margin-right: 0; 
}

.faq__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.faq__title {
  font-family: "Marcellus", Georgia, serif;
  color: #ef601e;
  font-size: clamp(36px, 2vw, 48px);
  line-height: 35px;
  letter-spacing: 0.10em;
  font-weight: 500;
}

.faq__inner {
   width: min(1200px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.faq__text {
  position: relative;
  z-index: 1;

  width: min(100%, 1150px);
  margin: 0 auto;
  text-align: justify;

  background: rgba(253, 243, 221, 0.0);
  border-radius: 18px;
  
  padding: 24px 0 120px;
  font-family: "Marcellus", Georgia, serif;
  font-size: clamp(12px, 1.6vw, 18px);
  
}

.faq__text p {
  margin: 0; 
  
  text-align: left;
  color: var(--ink);
  
  line-height: 1.45;
  
}
.faq__item + .faq__item { margin-top: 22px; }
.faq__q { margin: 0 0 10px; font-size: 1.05em; }
.faq__a { margin: 0; }
.faq__a li { margin: 8px 0; }

.terms__item + .terms__item { margin-top: 22px; }
.terms__h { margin: 0 0 10px; font-size: 1.05em; }
.terms__text p { margin: 0 0 12px; }

/* booking section */
.booking {
  margin-top: 150px;
  background: var(--bg-cream);
  padding: clamp(40px, 6vw, 96px) clamp(18px, 4vw, 36px);
}

.booking__inner {
  width: min(1200px, 100%);
  margin: 0 auto; 
}

.booking__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.booking__title {
  font-family: "Marcellus", Georgia, serif;
  color: #ef601e;
  font-size: clamp(36px, 2vw, 48px);
  line-height: 1;
  letter-spacing: 0.10em;
  font-weight: 400;
}

.booking__artboard {
  position: relative;
  width: 100%;
  aspect-ratio: 1366 / 768;
  overflow:visible; 
}

.booking__svg {
  width: 152%;
  height: auto;
  max-width: none;
  display: block;
  margin-left: -25%;
  object-fit:contain;
}

.booking__panel {
  position: absolute;
  z-index: 4;
  top: 52%;
  left: 55%;
  transform: translate(-50%, -50%);
  width: min(560px, 85%); 
  padding: clamp(16px, 2vw, 22px);
  text-align: center;
  font-family: "Marcellus", Georgia, serif;
  color: var(--ink);

  background: rgba(253, 243, 221, 0.92);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.booking__panel-title {
  margin: 0 0 17px;
  font-size: clamp(14px, 1.4vw, 18px);
  font-weight: 400;
}

.booking__divider {
  height: 1px;
  margin: 14px auto;
  width: min(340px, 90%);
  background: rgba(55, 61, 59, 0.18);
}

.booking__fineprint {
  margin: 10px 0 0;
  font-size: clamp(11px, 1.1vw, 13px);
  line-height: 1.35;
  opacity: 0.9;
}

/* buttons */
.btn {
  display: inline-block;
  width: min(360px, 100%);
  padding: 12px 16px;
  border-radius: 14px;
  text-decoration: none;
  text-align: center;
  font-family: "Marcellus", Georgia, serif;
  font-size: clamp(13px, 1.3vw, 16px);
  letter-spacing: 0.02em;
  transition: transform 120ms ease, filter 120ms ease;
}

.btn:hover {
  transform: translateY(-1px);
  filter: brightness(0.98);
}

.btn--primary {
  background: #ef601e;
  color: #fff;
  font-size: clamp(16px, 1.3vw, 18px);
}

.btn--secondary {
  background: rgba(47, 79, 90, 0.12);
  color: var(--ink);
  border: 1px solid rgba(47, 79, 90, 0.25);
}

/* contact */
.contact {
  margin-top: 175px;
  background: var(--bg-cream);
  padding: clamp(40px, 6vw, 96px) clamp(18px, 4vw, 36px);
}

.contact__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.contact__title {
  font-family: "Marcellus", Georgia, serif;
  color: #ef601e;
  font-size: clamp(36px, 2vw, 48px);
  line-height: 35px;
  letter-spacing: 0.10em;
  font-weight: 400;
}

.contact__inner {
  width: min(1200px, 100%);
  margin: 0 auto;
}

.contact__artboard {
  position: relative;
  width: 100%;
  aspect-ratio: 1366/768;
}

.contact__svg {
  width: 152%;
  height: auto;
  max-width: none;
  object-fit: contain;
  display: block;
  margin-left: -19%;
}

.contact__text {
  position: absolute;
  z-index: 4;

  left: 53%;
  top: 52%;
  transform: translate(-50%, -50%);

  width: min(58%, 640px);
  text-align: center;
  padding: clamp(12px, 2vw, 20px);

  background: rgba(253, 243, 221, 0.0);
  border-radius: 18px;
}

.contact__text iframe {
  
   
  background: rgba(253, 243, 221, 0.2);
  backdrop-filter: blur(5px);

}

/*mobile */

@media screen and (max-width: 700px) {
  /* Navigation (your original) */
  .nav-container {
    flex-direction: column;
    gap: 12px;
  }

 
  .nav-links {
  gap: 20px;
  transform: translateX(-8px);
  }

  .nav-links a {
  font-size: 14px;           
  padding: 10px 0;           
  display: inline-block;
  }

  .hero {
  padding-top: 120px;
  padding-left: 0;
  padding-right: 0;
  min-height: auto;
  }

  
  .hero__art { display: none; }
  .hero__pane { display: block; }

  .hero__graphic {
    width: 100%;
    padding: 0 16px;
    overflow: hidden; 
  }

  .hero__pane {
    overflow: hidden;
    border-radius: 18px;
    background-image: url("assets/1.svg");
    background-repeat: no-repeat;
  }

  /* TOP PANE: dog/walker (right/top) */
  .hero__pane--top {
    height: 54vh; 
    background-size: 175% auto;
    background-position: 85% -5%;
  }

  
  .hero__pane--bottom {
    height: 53vh; 
    background-size: 220% auto;
    background-position: -3.8% 110%;
    position: relative;
  }

  .hero__text--mobile {
    display: block;
    position: relative;
    top: clamp(14%, 18vw, 65%);
    left: 50%;
    transform: translate(-50%, -50%);
   
    width: min(92vw, 520px);
    margin: clamp(105px, 10vh, 140px) auto 10px;
    text-align: center;
    z-index: 2;
  }

  .hero__tagline {
    font-size: clamp(14px, 3.8vw, 16px);
    letter-spacing: 0.10em;
    margin-top: 10px;
  }

  .blob-text--on-bottom {
    position: absolute;
    font-family: "Marcellus", Georgia, serif;
    color: #e9b149;
    left: 50%;
    top: 50%;
    transform: translate(-40%, -30%);
    width: 40%;
    z-index: 2;
    text-align: left;
    
  }

  .blob-text--on-bottom ul {
    padding-left: 0;
    list-style-position: inside;
  }

  .blob-text--on-bottom li {
    font-size: clamp(14px, 4vw, 18px);
    letter-spacing: 0.06em;
    text-align: left;
  }

  .blob-text--desktop { 
    display: none; 
  }


  .hero__text--desktop{
    display: none;
  }

  .hero__bottom { 
    position: relative; 
    margin-top: -9px;
  }
  .blob-text--on-bottom { 
    position: absolute; 
  }

  
  /* PRICING (your original mobile behavior) */
  .pricing__blob-title{
    color: #ef601e;

    position: absolute;
    top: -15%;      /* move up/down */
    left: 50%;     /* center horizontally */
    transform: translateX(-50%);
    width: 80%;
    text-align: center;
    z-index: 2;
  }

  .pricing__blob-text {
    position: absolute;
    z-index: 2;
    width: min(92vw, 560px);
    overflow: visible;
   
    text-align: left;
    top: 38%;       
    left: 65%;
  }

  .pricing-cta {
    z-index: 2;
    width: min(92vw, 560px);
    position: absolute;
    top: 60%;    
    left: 30%;
    transform: translateX(-32.9%) translateY(60%);
    margin-top: 18px;
  }

  .pricing__group{
    position:relative;
    width: 80%;
  }

  .pricing-prompt {
    width: 100%;
  }

  .btn-book {
    width: 100%;
    padding: 16px 22px;
  }

  .pricing__artboard {
    position: absolute;
    overflow:visible;
    border-radius: 6px;
    height: 500px;          
  }

  .pricing__inner {
    height: 800px;          
  }

  .pricing__svg--desktop{
    display: none
  }

  .pricing__svg--mobile {
    position: absolute;
    inset: 0;
    width: 260%;             
    max-width: none;
    object-fit: cover;    
    display: block;

    transform: translateX(-32.9%) translateY(-3%);
    z-index: 0;
    pointer-events: none;

    padding: 0 16px;
    overflow: visible;
     
  }

  .pricing__group-title{
    text-align: left;
  }

  .service-area__map-overlay {
    position: relative;
    transform: none;
    width: 100%;
    height: 540px;
    margin-top: 120px;
    z-index: 1;

    top: -5%;
    left: 48%;
    width: 100%;
    transform: none;
    transform: translate(-50%, -50%);
  }

  .service-area__artboard{
    position: relative;          
    overflow: visible; 
    height: 500px; 
  }

  .service-area__svg {
    position: absolute;
    inset: 0;
    width: 260%;             
    max-width: none;
    object-fit: cover;    
    display: block;

    transform: translateX(-32.9%) translateY(-3%);
    z-index: 0;
    pointer-events: none;

    padding: 0 16px;
    overflow: visible;
     
  }
  .service-area__blob-text{
    top: -5%;
    left: 78%;
    width: 50%;
    transform: none;
    transform: translate(-50%, -50%);
    font-size: clamp(14px, 1.4vw, 16px);
  }

  

  /* ABOUT (your original mobile behavior) */
  .about {
    margin-top: 20px;
    background: var(--bg-cream);
    padding: clamp(40px, 6vw, 96px) clamp(18px, 4vw, 36px);
  }

  .about__artboard {
    display: flex;
    flex-direction: column;   
    align-items: center;      
    gap: 1.5rem;             
  }

  .about__header {
    order: 1;
    width: 100%;             
    text-align: center;      
  }
  .about__title{
    text-align: left;
  }
  
  .about__text {
    position: static;
    transform: none;
    width: 100%;
    text-align: justify;
    height: auto;
    margin: 120px;
    z-index: 10;

    background: rgba(253, 243, 221, 0.2);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(3px);
  }

   .about__photo-slot {
    max-width: 300px;     
    max-height: 180px;     
    margin: 0 auto;        
    border-radius: 8px;    
    overflow: hidden;      
    box-shadow: 0 2px 6px rgba(0,0,0,0.15); 
    order: 3;
    left: 15%;
    top: 10%;
    transform: translate(-50%, -50%);
   }


  .about__mission {
    position: relative;
    transform: none;
    left: auto;
    top: 50%;
    width: 100%;
    margin: 200px 0 0;
  }

  .about__svg{
    display: none;
  }

  
  .terms__svg {
    width: 100%;
  }

  .terms__text {
    position: static;
    transform: none;
    width: 100%;
    height: auto;
    margin-top: 14px;
  }

  .terms__artboard::before {
    background-size: 100% auto;
  }

  .contact {
    margin-top: 160px;
    height: auto;
    background: var(--bg-cream);
    padding: clamp(40px, 6vw, 96px) clamp(18px, 4vw, 36px);
  }

  .contact__artboard {
    position: relative;          
    overflow: visible;  
    height: 800px;          
  }

  .contact__svg {
    top: 0;
    left: -15%;
    position:absolute;
    width: 150%;
    height: auto;
    max-width: none;
    object-fit: contain;
    display: block;
    z-index: 1;                  
    margin: 0; 

  }

  .contact__text {
    
    position: absolute;          
    top: 50%;
    left: 50%;
    width: 100%;
    transform: none;
    transform: translate(-50%, -50%);
    z-index: 2;
    max-width: 92%;  
     
    
    margin: 1.5rem auto 0;       
    padding: 1rem;
    box-sizing: border-box;
                      
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    
  }

  .contact__text iframe {
  
    pointer-events: auto;        
    width: 100%;                 
    max-width: 420px;            
    min-height: 420px;           
    height: auto;                
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    background: rgba(253, 243, 221, 0.2);
    backdrop-filter: blur(5px);

  }
  
  .about__artboard {
    aspect-ratio: auto;
  }

  .service-area__svg {
    width: 100%;
    margin-left: 0;
    position: static;
    height: auto;
    object-fit: contain;
  }
  
  .booking {
    margin-top: 170px;
    background: var(--bg-cream);
    padding: clamp(40px, 6vw, 96px) clamp(18px, 4vw, 36px);
  }

  .booking__inner {
    width: min(1200px, 100%);
    margin: 0 auto; /* center the section content */
  }

  .booking__header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
  }

  .booking__title {
    font-family: "Marcellus", Georgia, serif;
    color: #ef601e;
    font-size: clamp(36px, 2vw, 48px);
    line-height: 1;
    letter-spacing: 0.10em;
    font-weight: 400;
  }


  .booking__artboard {
    position: relative;
    width: 100%;
    aspect-ratio: 1366 / 768;
    overflow:visible; 
  }

  .booking__svg {
    width: 152%;
    height: auto;
    max-width: none;
    display: block;
    margin-left: -25%;
    object-fit:contain;
  }


  .booking__panel {
    position: absolute;
    z-index: 4;

    /* adjust these two values to visually place panel on your SVG */
    left: 50%;
    top: 65%;
    transform: translate(-50%, -50%);

    width: min(560px, 85%); /* panel box */
    padding: clamp(16px, 2vw, 22px);
    text-align: center;

    font-family: "Marcellus", Georgia, serif;
    color: var(--ink);

    background: rgba(253, 243, 221, 0.80);
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.10);
  }

  .booking__panel-title {
    margin: 0 0 17px;
    font-size: clamp(14px, 1.4vw, 18px);
    font-weight: 400;
  }

  .booking__divider {
    height: 1px;
    margin: 14px auto;
    width: min(340px, 90%);
    background: rgba(55, 61, 59, 0.18);
  }

  .booking__fineprint {
    margin: 10px 0 0;
    font-size: clamp(11px, 1.1vw, 13px);
    line-height: 1.35;
    opacity: 0.9;
  }

  /* buttons */
  .btn {
    display: inline-block;
    width: min(360px, 100%);
    padding: 12px 16px;
    border-radius: 14px;
    text-decoration: none;
    text-align: center;
    font-family: "Marcellus", Georgia, serif;
    font-size: clamp(13px, 1.3vw, 16px);
    letter-spacing: 0.02em;
    transition: transform 120ms ease, filter 120ms ease;
  }

  .btn:hover {
    transform: translateY(-1px);
    filter: brightness(0.98);
  }

  .btn--primary {
    background: #ef601e;
    color: #fff;
    font-size: clamp(16px, 1.3vw, 18px);
  }

  .btn--secondary {
    background: rgba(47, 79, 90, 0.12);
    color: var(--ink);
    border: 1px solid rgba(47, 79, 90, 0.25);
  }

}

/* ===========================
  visibility
   =========================== */

/* Pricing: desktop shows desktop svg only */
.pricing__artboard .pricing__svg--mobile  { display: none !important; }
.pricing__artboard .pricing__svg--desktop { display: block !important; }

/* Hero/list: desktop shows desktop list only */
.hero .blob-text--on-bottom { display: none !important; }
.hero .blob-text--desktop   { display: block !important; }

/* Now flip on mobile */
@media (max-width: 700px) {
  .pricing__artboard .pricing__svg--desktop { display: none !important; }
  .pricing__artboard .pricing__svg--mobile  { display: block !important; }

  .hero .blob-text--desktop   { display: none !important; }
  .hero .blob-text--on-bottom { display: block !important; }
}

.hero__text--mobile{
  display: none;
}