:root {
  color-scheme: light;
  --ink: #243029;
  --muted: #6f7666;
  --paper: #fbf3e3;
  --white: #fffdf8;
  --sage: #7d8a5f;
  --olive: #d8a94a;
  --moss: #b9852f;
  --clay: #c97246;
  --sun: #f2b95d;
  --sea: #6fa7a4;
  --line: rgba(36, 48, 41, 0.14);
  --shadow: 0 22px 70px rgba(82, 60, 38, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(242, 185, 93, 0.22), transparent 28rem),
    linear-gradient(180deg, #fff8ea 0%, var(--paper) 38%, #f8ead4 100%);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: var(--white);
  background: linear-gradient(rgba(31, 37, 35, 0.7), rgba(31, 37, 35, 0));
  transition: background 220ms ease, box-shadow 220ms ease, padding 220ms ease;
}

.site-header.is-scrolled {
  padding-top: 12px;
  padding-bottom: 12px;
  background: rgba(184, 133, 47, 0.92);
  box-shadow: 0 12px 36px rgba(36, 48, 41, 0.18);
  backdrop-filter: blur(14px);
}

.legal-page .site-header {
  padding-top: 12px;
  padding-bottom: 12px;
  background: rgba(184, 133, 47, 0.92);
  box-shadow: 0 12px 36px rgba(36, 48, 41, 0.18);
  backdrop-filter: blur(14px);
}

.brand,
.nav-links,
.hero-actions,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  min-width: 0;
  font-weight: 700;
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.header-contact a {
  position: relative;
  overflow: hidden;
  padding: 8px 12px;
  border: 1px solid rgba(255, 253, 248, 0.65);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.16);
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 800;
  box-shadow: 0 10px 26px rgba(36, 48, 41, 0.14);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.header-contact a::after {
  content: "";
  position: absolute;
  inset: -30% auto -30% -60%;
  width: 45%;
  background: linear-gradient(90deg, transparent, rgba(255, 253, 248, 0.72), transparent);
  transform: skewX(-18deg);
  animation: contactShine 3.8s ease-in-out infinite;
}

.header-contact a:hover {
  transform: translateY(-2px);
  background: rgba(255, 253, 248, 0.28);
  box-shadow: 0 14px 34px rgba(36, 48, 41, 0.2);
}

@keyframes contactShine {
  0%, 45% {
    left: -60%;
  }
  72%, 100% {
    left: 120%;
  }
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 253, 248, 0.7);
  border-radius: 50%;
  font-size: 0.78rem;
}

.brand-text {
  overflow-wrap: anywhere;
}

.nav-links {
  justify-content: flex-end;
  gap: 20px;
  font-size: 0.94rem;
}

.nav-links a {
  position: relative;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  border-radius: 999px;
  background: #f2c3a5;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav-links a:hover::after {
  transform: scaleX(1);
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: end;
  padding: 150px clamp(20px, 6vw, 90px) 88px;
  color: var(--white);
  overflow: hidden;
}

.sun-wash {
  position: absolute;
  right: -18vw;
  top: 12vh;
  width: 52vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 185, 93, 0.38), rgba(242, 185, 93, 0) 68%);
  pointer-events: none;
}

.hero-media,
.hero-media::after {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: -2;
}

.hero-media img {
  height: calc(100% + 120px);
  object-fit: cover;
  transform: translate3d(0, var(--hero-parallax, 0px), 0) scale(1.04);
  transform-origin: center;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .hero-media img {
    transform: none;
    height: 100%;
  }
}

.hero-media::after {
  content: "";
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(120, 82, 36, 0.84), rgba(184, 133, 47, 0.52) 52%, rgba(201, 114, 70, 0.16)),
    linear-gradient(0deg, rgba(36, 48, 41, 0.72), rgba(36, 48, 41, 0.02) 48%);
}

.dog-page .hero-media::after {
  background:
    linear-gradient(90deg, rgba(126, 79, 55, 0.88), rgba(201, 114, 70, 0.56) 52%, rgba(242, 185, 93, 0.2)),
    linear-gradient(0deg, rgba(69, 42, 32, 0.7), rgba(69, 42, 32, 0.04) 48%);
}

.event-page .hero-media::after {
  background:
    linear-gradient(90deg, rgba(83, 104, 124, 0.88), rgba(111, 167, 164, 0.52) 52%, rgba(242, 185, 93, 0.18)),
    linear-gradient(0deg, rgba(38, 58, 66, 0.72), rgba(38, 58, 66, 0.04) 48%);
}

.pro-page .hero-media::after {
  background:
    linear-gradient(90deg, rgba(71, 58, 92, 0.88), rgba(128, 95, 132, 0.52) 52%, rgba(201, 114, 70, 0.18)),
    linear-gradient(0deg, rgba(42, 34, 58, 0.72), rgba(42, 34, 58, 0.04) 48%);
}

.dog-page .sun-wash {
  background: radial-gradient(circle, rgba(201, 114, 70, 0.4), rgba(201, 114, 70, 0) 68%);
}

.event-page .sun-wash {
  background: radial-gradient(circle, rgba(111, 167, 164, 0.34), rgba(111, 167, 164, 0) 68%);
}

.pro-page .sun-wash {
  background: radial-gradient(circle, rgba(128, 95, 132, 0.34), rgba(128, 95, 132, 0) 68%);
}

.hero-content {
  width: min(1080px, 100%);
}

.hero-centered {
  align-items: center;
  text-align: center;
}

.hero-centered .hero-content,
.hero-centered h1,
.hero-centered .hero-copy {
  margin-left: auto;
  margin-right: auto;
}

.hero-centered .hero-services,
.hero-centered .hero-actions {
  justify-content: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--clay);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f2c3a5;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.05;
  letter-spacing: 0;
}

h1 {
  max-width: 1040px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7vw, 6.6rem);
  font-weight: 500;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4.6vw, 4.4rem);
  font-weight: 500;
}

h3 {
  font-size: 1.45rem;
}

.hero-copy {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 253, 248, 0.86);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.hero-services {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.hero-services a {
  padding: 9px 13px;
  border: 1px solid rgba(255, 253, 248, 0.38);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.12);
  color: rgba(255, 253, 248, 0.94);
  font-weight: 800;
  font-size: 0.88rem;
  backdrop-filter: blur(10px);
  transition: transform 180ms ease, background 180ms ease;
}

.hero-services a:hover {
  transform: translateY(-2px);
  background: rgba(255, 253, 248, 0.22);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.button.primary {
  background: linear-gradient(135deg, var(--clay), #d9904a);
  color: var(--white);
  box-shadow: 0 16px 30px rgba(185, 101, 58, 0.28);
}

.button.primary:hover {
  box-shadow: 0 20px 38px rgba(185, 101, 58, 0.38);
}

.button.secondary {
  border-color: rgba(255, 253, 248, 0.55);
  color: var(--white);
}

.button.secondary:hover {
  border-color: rgba(255, 253, 248, 0.9);
  background: rgba(255, 253, 248, 0.12);
}

.intro-band {
  padding: 46px clamp(20px, 8vw, 120px);
  background: linear-gradient(135deg, var(--moss), var(--olive));
  color: var(--white);
}

.intro-band p {
  max-width: 980px;
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 3.4vw, 3.2rem);
  line-height: 1.14;
  text-align: center;
}

.photo-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 20px clamp(20px, 5vw, 74px) 0;
}

.dog-page .photo-strip {
  max-width: 1180px;
  margin: 0 auto;
}

.photo-promise {
  max-width: 920px;
  margin: 0 auto;
  padding: 58px clamp(20px, 6vw, 90px) 10px;
  text-align: center;
}

.photo-promise h2 {
  margin-bottom: 14px;
}

.photo-promise p {
  margin: 6px 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
}

.photo-strip img {
  height: clamp(240px, 34vw, 460px);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(82, 60, 38, 0.12);
}

.dog-page .photo-strip img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 430px;
  object-fit: contain;
  background: transparent;
  box-shadow: none;
  margin: 0 auto;
}

.photo-strip img:nth-child(4),
.photo-strip img:nth-child(5),
.photo-strip img:nth-child(6) {
  height: clamp(240px, 30vw, 390px);
}

.dog-page .photo-strip img:nth-child(4),
.dog-page .photo-strip img:nth-child(5),
.dog-page .photo-strip img:nth-child(6) {
  height: auto;
  max-height: 430px;
}

.image-triptych {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 0 clamp(20px, 6vw, 90px) 12px;
}

.image-triptych img {
  height: clamp(280px, 36vw, 560px);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(82, 60, 38, 0.12);
}

.dog-page .image-triptych {
  max-width: 980px;
  margin: 0 auto;
}

.dog-page .image-triptych img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  background: transparent;
  box-shadow: none;
  margin: 0 auto;
}

.full-width-photo {
  padding: 0 clamp(20px, 5vw, 74px) 92px;
}

.full-width-photo img {
  height: clamp(320px, 44vw, 620px);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(82, 60, 38, 0.14);
}

.dog-page .full-width-photo {
  width: min(75vw, 1180px);
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.dog-page .full-width-photo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  margin: 0 auto;
}

.pre-pricing-photo {
  padding-top: 72px;
  padding-bottom: 38px;
}

.dog-page .pre-pricing-photo img {
  max-height: none;
}

.dog-page .bottom-photo img,
.dog-page .reviews-section + .full-width-photo img {
  max-height: none;
}

.bottom-photo {
  padding-top: 0;
}

.reviews-section {
  padding: 0 0 58px;
  overflow: hidden;
}

.stars {
  margin: 8px 0 0;
  color: #e0a72f;
  font-size: 1.4rem;
  letter-spacing: 2px;
}

.google-review-link {
  display: inline-flex;
  justify-content: center;
  margin-top: 10px;
  color: var(--clay);
  font-weight: 900;
}

.reviews-track {
  display: grid;
  grid-auto-columns: minmax(620px, 72vw);
  grid-auto-flow: column;
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  padding: 8px clamp(20px, 6vw, 90px) 20px;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.reviews-track::-webkit-scrollbar {
  display: none;
}

.reviews-shell {
  position: relative;
}

.review-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(36, 48, 41, 0.14);
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 12px 28px rgba(82, 60, 38, 0.14);
  color: var(--ink);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform 180ms ease, background 180ms ease;
}

.review-arrow:hover {
  background: var(--sun);
  transform: translateY(-50%) scale(1.06);
}

.review-arrow.previous {
  left: clamp(12px, 3vw, 42px);
}

.review-arrow.next {
  right: clamp(12px, 3vw, 42px);
}

.review-card {
  display: grid;
  grid-template-columns: minmax(190px, 0.42fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-height: 280px;
  padding: 18px;
  border: 1px solid rgba(36, 48, 41, 0.12);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.88);
  box-shadow: 0 18px 44px rgba(82, 60, 38, 0.08);
  scroll-snap-align: center;
}

.review-card img {
  height: 260px;
  aspect-ratio: 3 / 4;
  border-radius: 7px;
}

.review-card .review-image-vertical {
  object-position: center center;
}

.review-name {
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.review-card strong {
  display: block;
  margin: 8px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 500;
}

.review-card p {
  display: -webkit-box;
  max-width: 620px;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.review-card.is-open p {
  display: block;
}

.read-more {
  margin-top: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--clay);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.section {
  padding: 92px clamp(20px, 5vw, 74px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(180px, 0.45fr) minmax(0, 0.8fr);
  gap: 34px;
  align-items: end;
  max-width: 1180px;
  margin: 0 auto 38px;
}

.centered-heading {
  display: block;
  text-align: center;
}

.centered-heading h2 {
  max-width: 850px;
  margin: 0 auto;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  max-width: 1180px;
  margin: 0 auto;
}

.offer-grid.four,
.pricing-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.offer-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(31, 37, 35, 0.08);
  transform: translateY(0);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.offer-card:hover {
  transform: translateY(-8px);
  border-color: rgba(201, 114, 70, 0.34);
  box-shadow: 0 26px 60px rgba(82, 60, 38, 0.16);
}

.offer-card.featured,
.offer-card.popular {
  position: relative;
  border-color: rgba(201, 114, 70, 0.42);
}

.offer-card.featured::before,
.offer-card.popular::before {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.9);
  color: var(--clay);
  font-weight: 900;
  font-size: 0.78rem;
}

.offer-card.featured::before {
  content: "Dog friendly";
}

.offer-card.popular::before {
  content: "Populaire";
}

.offer-card img {
  aspect-ratio: 4 / 3;
  height: auto;
  transition: transform 500ms ease;
}

.offer-card.popular img {
  object-position: center center;
}

.offer-card.crop-logo img {
  object-position: center 36%;
}

.offer-card:hover img {
  transform: scale(1.04);
}

.offer-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.offer-kicker {
  margin: 0 0 8px;
  color: var(--sage);
  font-weight: 800;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.offer-body p {
  color: var(--muted);
}

.price {
  display: inline-flex;
  align-self: flex-start;
  margin: auto 0 2px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(201, 114, 70, 0.12);
  color: var(--clay);
  font-weight: 900;
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--clay);
  font-weight: 900;
}

.inline-link {
  color: var(--clay);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.offer-body ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.offer-body li {
  position: relative;
  padding-left: 20px;
  color: var(--ink);
}

.offer-body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--clay);
}

.approach {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  padding: 92px clamp(20px, 6vw, 90px);
  background: var(--white);
}

.story-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0 clamp(20px, 5vw, 74px) 92px;
  overflow: hidden;
  border: 1px solid rgba(36, 48, 41, 0.12);
  border-radius: 8px;
  background: rgba(36, 48, 41, 0.12);
  box-shadow: 0 18px 44px rgba(82, 60, 38, 0.08);
}

.story-strip .strip-heading {
  grid-column: 1 / -1;
  min-height: auto;
  padding: 26px 28px 10px;
  background: rgba(255, 253, 248, 0.9);
}

.story-strip .strip-heading h2 {
  max-width: 760px;
}

.story-strip div {
  min-height: 190px;
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(255, 253, 248, 0.94), rgba(255, 246, 226, 0.88));
}

.story-strip span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--clay);
  font-weight: 900;
}

.story-strip strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  font-weight: 500;
}

.story-strip p {
  margin: 10px 0 0;
  color: var(--muted);
}

.pricing-section {
  padding: 0 clamp(20px, 5vw, 74px) 92px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.pricing-grid article {
  min-height: 210px;
  padding: 26px;
  border: 1px solid rgba(36, 48, 41, 0.12);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.74);
  box-shadow: 0 18px 44px rgba(82, 60, 38, 0.08);
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.pricing-grid article:hover {
  transform: translateY(-6px) scale(1.015);
  border-color: rgba(201, 114, 70, 0.34);
  background: rgba(255, 244, 220, 0.92);
  box-shadow: 0 26px 60px rgba(82, 60, 38, 0.15);
}

.pricing-grid-choices {
  grid-template-columns: minmax(280px, 1.12fr) minmax(240px, 0.88fr);
}

.pricing-grid-choices.single-pricing {
  grid-template-columns: minmax(280px, 560px);
  justify-content: center;
}

.pricing-featured {
  border-color: rgba(201, 114, 70, 0.38) !important;
  background: linear-gradient(145deg, rgba(255, 253, 248, 0.98), rgba(255, 238, 204, 0.92)) !important;
  box-shadow: 0 26px 60px rgba(82, 60, 38, 0.15) !important;
}

.pricing-grid .button {
  margin-top: 24px;
}

.pricing-section .pricing-grid .button.secondary,
.offer-detail-button {
  position: relative;
  overflow: hidden;
  border-color: var(--clay);
  background: var(--clay);
  color: var(--white);
  box-shadow: 0 14px 30px rgba(201, 114, 70, 0.24);
}

.pricing-section .pricing-grid .button.secondary::after,
.offer-detail-button::after {
  content: "";
  position: absolute;
  inset: -30% auto -30% -60%;
  width: 45%;
  background: linear-gradient(90deg, transparent, rgba(255, 253, 248, 0.72), transparent);
  transform: skewX(-18deg);
  animation: contactShine 3.8s ease-in-out infinite;
}

.pricing-section .pricing-grid .button.secondary:hover,
.offer-detail-button:hover {
  background: #a55f3b;
  box-shadow: 0 18px 38px rgba(201, 114, 70, 0.34);
}

.pricing-grid span {
  color: var(--sage);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.pricing-title-link {
  color: inherit;
  transition: color 180ms ease;
}

.pricing-title-link:hover {
  color: var(--clay);
}

.pricing-grid strong {
  display: block;
  margin-top: 18px;
  color: var(--clay);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 500;
  line-height: 1;
}

.pricing-grid p,
.pricing-note {
  color: var(--muted);
}

.pricing-small {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.pricing-note {
  max-width: 760px;
  margin: 20px auto 0;
  text-align: center;
}

.dog-pricing-grid article,
.dog-main-pricing article,
.limited-pricing article {
  min-height: 0;
}

.dog-main-pricing,
.limited-pricing {
  grid-template-columns: minmax(280px, 560px);
  justify-content: center;
}

.limited-pricing {
  margin-top: 30px;
}

.pricing-card-list {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.pricing-card-list li {
  position: relative;
  padding-left: 20px;
  color: var(--ink);
}

.pricing-card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--clay);
}

.collections-block {
  max-width: 1180px;
  margin: 42px auto 0;
}

.compact-heading {
  margin-bottom: 24px;
}

.collections-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.collection-card {
  padding: 24px;
  border: 1px solid rgba(36, 48, 41, 0.12);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.78);
  box-shadow: 0 18px 44px rgba(82, 60, 38, 0.08);
}

.collection-card span {
  color: var(--sage);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.collection-card strong {
  display: block;
  margin-top: 14px;
  color: var(--clay);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  font-weight: 500;
  line-height: 1;
}

.collection-card p,
.collection-card li {
  color: var(--muted);
}

.collections-cta {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.approach-image {
  min-height: 560px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.approach-image img {
  object-position: center center;
}

.photographer-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  padding: 0 clamp(20px, 6vw, 90px) 92px;
  background: var(--white);
}

.photographer-image {
  min-height: 0;
  height: clamp(320px, 38vw, 460px);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.photographer-image img {
  object-position: center center;
}

.photographer-copy {
  max-width: 700px;
}

.photographer-copy p {
  color: var(--muted);
  font-size: 1.08rem;
}

.approach-content > p:not(.eyebrow) {
  max-width: 660px;
  color: var(--muted);
  font-size: 1.08rem;
}

.steps {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}

.steps div {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 8px 16px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.steps span {
  grid-row: span 2;
  color: var(--clay);
  font-weight: 900;
}

.steps strong {
  font-size: 1.08rem;
}

.steps p {
  margin: 0;
  color: var(--muted);
}

.proof-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.proof-band div {
  display: grid;
  gap: 8px;
  min-height: 150px;
  align-content: center;
  padding: 28px clamp(20px, 4vw, 46px);
  background: #f1e3cb;
}

.proof-band strong {
  font-size: 1.12rem;
}

.proof-band span {
  color: var(--muted);
}

.sales-hero {
  min-height: 78svh;
}

.sales-page .intro-band p {
  max-width: 1040px;
}

.sales-section {
  padding: 92px clamp(20px, 6vw, 90px);
}

.sales-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
  max-width: 1180px;
  margin: 0 auto;
}

.sales-copy p {
  color: var(--muted);
  font-size: 1.08rem;
}

.sales-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sales-list li {
  padding: 18px;
  border: 1px solid rgba(36, 48, 41, 0.12);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.72);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.sales-list li:hover {
  transform: scale(1.03);
  border-color: rgba(201, 114, 70, 0.42);
  background: #fff6df;
  box-shadow: 0 18px 38px rgba(82, 60, 38, 0.12);
}

.sales-list li:hover strong {
  color: var(--clay);
}

.visual-list li {
  overflow: hidden;
  padding: 0;
}

.visual-list img {
  aspect-ratio: 16 / 9;
  height: auto;
}

.visual-list strong,
.visual-list span {
  display: block;
  padding-left: 18px;
  padding-right: 18px;
}

.visual-list strong {
  padding-top: 16px;
}

.visual-list span {
  padding-bottom: 18px;
}

.form-hint {
  margin-top: -2px;
  color: rgba(255, 253, 248, 0.68);
  font-size: 0.82rem;
}

.faq-section {
  padding: 68px clamp(20px, 6vw, 90px);
  background: var(--cream);
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 980px;
  margin: 0 auto;
}

.faq-list details {
  border: 1px solid rgba(36, 48, 41, 0.12);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.82);
  box-shadow: 0 14px 36px rgba(82, 60, 38, 0.07);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.faq-list details[open] {
  border-color: rgba(201, 114, 70, 0.28);
  box-shadow: 0 18px 44px rgba(82, 60, 38, 0.11);
}

.faq-list summary {
  position: relative;
  padding: 18px 54px 18px 22px;
  color: var(--ink);
  font-size: 0.96rem;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 24px;
  color: var(--clay);
  font-size: 1.6rem;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  margin: 0;
  padding: 0 22px 20px;
  color: var(--muted);
  font-size: 0.95rem;
}

.sales-list li > strong {
  display: block;
  margin-bottom: 4px;
}

.sales-list span {
  display: block;
  color: var(--muted);
}

.sales-list span strong {
  display: inline;
  margin-bottom: 0;
}

.sales-band {
  padding: 72px clamp(20px, 6vw, 90px);
  background: #f1e3cb;
}

.senior-landing {
  padding: 82px clamp(20px, 6vw, 90px);
  background:
    linear-gradient(135deg, rgba(201, 114, 70, 0.22), rgba(242, 185, 93, 0.2)),
    #fff3dc;
}

.senior-landing .sales-band-inner {
  align-items: center;
}

.senior-portrait {
  min-height: 360px;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(82, 60, 38, 0.12);
}

.senior-landing .button {
  margin-top: 24px;
}

.senior-benefits {
  padding: 82px clamp(20px, 6vw, 90px);
  background: rgba(255, 253, 248, 0.72);
}

.senior-reassurance {
  padding: 82px clamp(20px, 6vw, 90px);
  background: #f8ead4;
}

.senior-reassurance-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.senior-reassurance-grid article {
  padding: 24px;
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.78);
  border: 1px solid rgba(36, 48, 41, 0.12);
  box-shadow: 0 18px 44px rgba(82, 60, 38, 0.08);
}

.senior-reassurance-grid span {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(201, 114, 70, 0.14);
  color: var(--clay);
  font-weight: 900;
}

.senior-reassurance-grid p {
  color: var(--muted);
}

.benefit-list {
  display: grid;
  gap: 14px;
  max-width: 920px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.benefit-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.48fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(22px, 4vw, 54px);
  max-width: 1120px;
  margin: 0 auto;
}

.benefit-layout > img {
  width: 100%;
  height: clamp(240px, 34vw, 430px);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 18px 44px rgba(82, 60, 38, 0.14);
}

.benefit-list li {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 4px 16px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.8);
  border: 1px solid rgba(36, 48, 41, 0.12);
}

.benefit-list span {
  grid-row: span 2;
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(201, 114, 70, 0.14);
  color: var(--clay);
  font-weight: 900;
}

.benefit-list strong {
  font-size: 1.05rem;
}

.benefit-list p {
  margin: 0;
  color: var(--muted);
}

.sales-band-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 70px);
  max-width: 1180px;
  margin: 0 auto;
}

.sales-band p {
  color: var(--muted);
}

.wedding-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(20px, 6vw, 90px) 72px;
  background: var(--cream);
}

.wedding-gallery img {
  height: clamp(260px, 30vw, 390px);
  object-fit: contain;
  background: rgba(255, 253, 248, 0.78);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(82, 60, 38, 0.12);
  transition: transform 420ms ease, box-shadow 420ms ease;
}

.wedding-gallery img:hover {
  transform: translateY(-6px) scale(1.015);
  box-shadow: 0 24px 58px rgba(82, 60, 38, 0.18);
}

.wedding-gallery img:nth-child(3),
.wedding-gallery img:nth-child(5) {
  grid-column: auto;
  height: clamp(260px, 30vw, 390px);
}

.included-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.included-grid article {
  padding: 24px;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid rgba(36, 48, 41, 0.12);
  box-shadow: 0 18px 44px rgba(82, 60, 38, 0.08);
}

.included-grid span {
  color: var(--clay);
  font-weight: 900;
}

.included-grid p {
  color: var(--muted);
}

.page-cta {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 86px clamp(20px, 6vw, 90px);
  text-align: center;
  background: linear-gradient(135deg, var(--moss), var(--olive));
  color: var(--white);
}

.page-cta p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 253, 248, 0.78);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 0.9fr);
  gap: clamp(30px, 6vw, 90px);
  padding: 94px clamp(20px, 6vw, 90px);
  background:
    linear-gradient(135deg, rgba(47, 75, 58, 0.96), rgba(83, 97, 68, 0.94)),
    radial-gradient(circle at 90% 20%, rgba(242, 185, 93, 0.3), transparent 22rem);
  color: var(--white);
}

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

.contact-copy p:not(.eyebrow) {
  margin-left: auto;
  margin-right: auto;
}

.contact-buttons {
  justify-content: center;
}

#contact.contact-section {
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
}

#contact .contact-copy {
  max-width: 760px;
  margin: 0 auto;
}

#contact .contact-form {
  width: min(100%, 680px);
  justify-self: center;
}

.event-page .sales-band-inner {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
}

.event-page .sales-band-inner p {
  max-width: 780px;
}

.dog-page .contact-section {
  grid-template-columns: 1fr;
}

.dog-page .contact-copy {
  justify-items: center;
  text-align: center;
}

.dog-page .contact-form {
  width: min(780px, 100%);
  margin: 0 auto;
}

.contact-copy p:not(.eyebrow) {
  max-width: 640px;
  color: rgba(255, 253, 248, 0.76);
  font-size: 1.08rem;
}

.contact-link {
  display: inline-flex;
  margin-top: 18px;
  color: #f2c3a5;
  font-weight: 800;
}

.contact-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.contact-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 253, 248, 0.28);
  border-radius: 999px;
  color: var(--white);
  font-weight: 900;
  transition: transform 180ms ease, background 180ms ease;
}

.contact-pill:hover {
  transform: translateY(-2px);
  background: rgba(255, 253, 248, 0.12);
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 26px;
  background: rgba(255, 253, 248, 0.08);
  border: 1px solid rgba(255, 253, 248, 0.18);
  border-radius: 8px;
}

label {
  display: grid;
  gap: 8px;
  font-weight: 800;
  font-size: 0.92rem;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 13px;
  border: 1px solid rgba(255, 253, 248, 0.24);
  border-radius: 6px;
  background: rgba(255, 253, 248, 0.94);
  color: var(--ink);
  font: inherit;
}

textarea {
  min-height: 132px;
  resize: vertical;
}

.contact-form .button {
  width: 100%;
  border: 0;
  font: inherit;
}

.site-footer {
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(20px, 6vw, 90px);
  background: #f1d796;
  color: rgba(36, 48, 41, 0.78);
  font-size: 0.94rem;
}

.rich-footer {
  display: grid;
  grid-template-columns: minmax(210px, 1.1fr) minmax(180px, 0.9fr) minmax(220px, 1fr) minmax(240px, 1.2fr);
  align-items: start;
  gap: 26px;
}

.footer-title {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-weight: 900;
}

.footer-links,
.footer-actions,
.footer-socials {
  display: grid;
  gap: 10px;
}

.footer-links a,
.footer-socials a {
  color: var(--ink);
  font-weight: 700;
}

.legal-content {
  padding: 150px clamp(20px, 6vw, 90px) 92px;
  background: var(--white);
}

.legal-content section {
  max-width: 860px;
  margin: 0 auto;
}

.legal-content h1,
.legal-content h2 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.05;
}

.legal-content h1 {
  margin: 0 0 24px;
  font-size: clamp(2.6rem, 6vw, 5rem);
}

.legal-content h2 {
  margin: 42px 0 12px;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.legal-content p {
  color: var(--muted);
  font-size: 1.05rem;
}

.legal-content a {
  color: var(--clay);
  font-weight: 800;
}

.footer-socials-title {
  color: var(--ink);
  font-weight: 900;
}

.footer-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 10px 13px;
  border: 1px solid rgba(36, 48, 41, 0.24);
  border-radius: 999px;
  color: var(--ink);
  font-weight: 800;
  text-align: center;
  transition: transform 180ms ease, background 180ms ease;
}

.footer-button:hover {
  transform: translateY(-2px);
  background: rgba(255, 253, 248, 0.45);
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.insta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: #e4405f;
  flex: 0 0 auto;
}

.insta-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 620ms ease, transform 620ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.offer-card[data-reveal]:nth-child(2),
.story-strip div[data-reveal]:nth-child(2),
.proof-band div[data-reveal]:nth-child(2) {
  transition-delay: 90ms;
}

.offer-card[data-reveal]:nth-child(3),
.story-strip div[data-reveal]:nth-child(3),
.proof-band div[data-reveal]:nth-child(3) {
  transition-delay: 180ms;
}

@media (max-width: 1320px) {
  .site-header {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px 20px;
  }

  .header-contact {
    justify-content: flex-end;
  }

  .nav-links {
    grid-column: 1 / -1;
  }
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: 1fr;
  }

  .header-contact,
  .nav-links {
    justify-content: flex-start;
  }

  .nav-links {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 18px;
    font-size: 0.86rem;
  }

  .section-heading,
  .approach,
  .photographer-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .offer-grid,
  .proof-band,
  .story-strip,
  .pricing-grid,
  .offer-grid.four,
  .pricing-grid.four,
  .dog-pricing-grid,
  .collections-grid,
  .sales-grid,
  .sales-band-inner,
  .included-grid {
    grid-template-columns: 1fr;
  }

  .senior-reassurance-grid {
    grid-template-columns: 1fr;
  }

  .photo-strip {
    grid-template-columns: 1fr;
  }

  .image-triptych {
    grid-template-columns: 1fr;
  }

  .wedding-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reviews-track {
    grid-auto-columns: minmax(320px, 86vw);
  }

  .review-card {
    grid-template-columns: 1fr;
  }

  .benefit-layout {
    grid-template-columns: 1fr;
  }

  .rich-footer {
    grid-template-columns: 1fr;
  }

  .story-strip {
    margin-bottom: 64px;
  }

  .approach-image {
    min-height: 420px;
  }

  .photographer-image {
    height: 420px;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 14px 16px;
    gap: 12px;
  }

  .hero {
    min-height: 88svh;
    padding: 118px 18px 54px;
  }

  .hero-services a {
    font-size: 0.82rem;
  }

  h1 {
    font-size: clamp(2.45rem, 14vw, 4.1rem);
  }

  .section,
  .approach,
  .photographer-section,
  .contact-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .wedding-gallery {
    grid-template-columns: 1fr;
  }

  .wedding-gallery img:nth-child(3),
  .wedding-gallery img:nth-child(5) {
    grid-column: auto;
    aspect-ratio: 4 / 5;
  }

  .reviews-track {
    grid-auto-columns: 86vw;
  }

  .review-card img {
    height: 220px;
  }

  .offer-body,
  .contact-form {
    padding: 20px;
  }

  .site-footer {
    display: grid;
  }
}
