:root {
  --cream: #fffaf7;
  --cream-dark: #f7eee9;
  --pink-light: #f6dde4;
  --pink: #c26082;
  --pink-dark: #9f4565;
  --green: #394734;
  --text: #3f3d3b;
  --muted: #77706c;
  --border: rgba(159, 69, 101, 0.16);
  --shadow: 0 18px 50px rgba(91, 62, 68, 0.10);
  --radius: 22px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--text);
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  color: var(--green);
  font-family: "Playfair Display", serif;
  line-height: 1.12;
}

h1 {
  margin-bottom: 20px;
  font-size: clamp(3.5rem, 8vw, 6.8rem);
  letter-spacing: -0.055em;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.25rem, 5vw, 4rem);
  letter-spacing: -0.035em;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.55rem;
}

p {
  margin-bottom: 18px;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 100px 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  padding: 10px 14px;
  background: var(--green);
  color: white;
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid transparent;
  background: rgba(255, 250, 247, 0.88);
  backdrop-filter: blur(16px);
  transition: box-shadow 180ms ease, border-color 180ms ease;
}

.site-header.scrolled {
  border-color: var(--border);
  box-shadow: 0 10px 30px rgba(78, 54, 60, 0.08);
}

.nav-wrap {
  min-height: 88px;
  display: grid;
  grid-template-columns: 160px 1fr auto;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  text-decoration: none;
}

.brand-logo {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  object-fit: cover;
}

.brand-fallback {
  display: none;
  color: var(--green);
  font-family: "Playfair Display", serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
}

.brand-fallback small {
  color: var(--pink-dark);
  font-family: "DM Sans", sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.primary-nav {
  display: flex;
  justify-content: center;
  gap: 32px;
}

.primary-nav a {
  position: relative;
  font-size: 0.94rem;
  font-weight: 600;
  text-decoration: none;
}

.primary-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: var(--pink);
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after {
  transform: scaleX(1);
}

.menu-button {
  display: none;
  border: 0;
  background: transparent;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 1px solid var(--pink);
  border-radius: 12px;
  background: linear-gradient(135deg, var(--pink), var(--pink-dark));
  box-shadow: 0 10px 22px rgba(159, 69, 101, 0.18);
  color: white;
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover,
.button:focus-visible {
  box-shadow: 0 15px 30px rgba(159, 69, 101, 0.25);
  transform: translateY(-2px);
}

.button-small {
  min-height: 44px;
  padding: 10px 20px;
}

.button-outline {
  background: transparent;
  box-shadow: none;
  color: var(--pink-dark);
}

.text-link {
  color: var(--green);
  font-weight: 700;
  text-underline-offset: 5px;
}

.eyebrow {
  margin-bottom: 12px;
  color: var(--pink-dark);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero {
  min-height: calc(100vh - 88px);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding-top: 60px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: 70px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-tagline {
  color: var(--green);
  font-family: "Playfair Display", serif;
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 600;
}

.hero-tagline::before {
  content: "♥";
  margin-right: 9px;
  color: var(--pink);
  font-size: 0.8em;
}

.hero-text {
  max-width: 560px;
  color: var(--muted);
  font-size: 1.06rem;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 30px;
}

.hero-image-wrap {
  position: relative;
}

.hero-image-shape {
  position: relative;
  overflow: hidden;
  min-height: 640px;
  border-radius: 46% 46% 12% 12% / 28% 28% 8% 8%;
  box-shadow: var(--shadow);
}

.hero-image-shape::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(68, 50, 52, 0.12), transparent 35%);
  pointer-events: none;
}

.hero-image-shape img {
  width: 100%;
  height: 100%;
  min-height: 640px;
  object-fit: cover;
}

.floating-heart {
  position: absolute;
  right: -18px;
  bottom: 15%;
  color: rgba(194, 96, 130, 0.42);
  font-family: "Playfair Display", serif;
  font-size: 9rem;
  line-height: 1;
  transform: rotate(10deg);
}

.hero-decoration {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero-decoration-one {
  top: 20%;
  left: -110px;
  width: 260px;
  height: 260px;
  background: var(--pink-light);
  opacity: 0.72;
}

.hero-decoration-two {
  right: 4%;
  bottom: 6%;
  width: 70px;
  height: 70px;
  border: 2px solid rgba(194, 96, 130, 0.25);
}

.section-heading {
  max-width: 740px;
  margin: 0 auto 48px;
  text-align: center;
}

.section-heading p:last-child {
  color: var(--muted);
}

.gallery-preview {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: white;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 0.78;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 10px 25px rgba(75, 55, 59, 0.09);
  transition: transform 240ms ease;
}

.gallery-grid img:hover {
  transform: translateY(-6px);
}

.section-action {
  margin-top: 34px;
  text-align: center;
}

.prices-section {
  background:
    radial-gradient(circle at 15% 20%, rgba(246, 221, 228, 0.6), transparent 23%),
    radial-gradient(circle at 85% 70%, rgba(246, 221, 228, 0.45), transparent 26%),
    var(--cream);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

.service-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow);
}

.service-image {
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.service-card-content > .button {
  width: 100%;
  margin-top: auto;
}

.service-meta {
  color: var(--pink-dark);
  font-size: 0.88rem;
  font-weight: 700;
}

.price-list {
  margin: 20px 0 28px;
}

.price-list div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px dashed var(--border);
}

.price-list dt,
.price-list dd {
  margin: 0;
}

.price-list dd {
  color: var(--green);
  font-weight: 700;
}

.extra-service {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px dashed var(--border);
}

.extra-service:last-of-type {
  margin-bottom: 28px;
}

.extra-service h4 {
  margin-bottom: 6px;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
}

.extra-service p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.extra-service strong {
  color: var(--pink-dark);
}

.size-guide {
  background: white;
}

.split-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 70px;
  align-items: start;
}

.guide-card {
  padding: 38px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--cream);
  box-shadow: var(--shadow);
}

.guide-card h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.size-list > div {
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}

.size-list h3 {
  margin-bottom: 5px;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
}

.size-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.notice {
  margin: 24px 0 0;
  padding: 16px;
  border-radius: 14px;
  background: var(--pink-light);
  font-size: 0.88rem;
  font-weight: 600;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px 30px;
  margin-top: 38px;
}

.feature-grid article {
  position: relative;
  padding-left: 74px;
}

.feature-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--pink-light);
  color: var(--green);
  font-size: 1.4rem;
}

.feature-grid h3 {
  margin-bottom: 8px;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
}

.feature-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.about-section {
  background: linear-gradient(180deg, var(--cream), #fff);
}

.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.about-image {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.about-image img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.about-copy p:not(.eyebrow) {
  color: var(--muted);
}

.contact-section {
  border-top: 1px solid var(--border);
  background:
    linear-gradient(rgba(255,255,255,0.88), rgba(255,255,255,0.88)),
    url("assets/paw-pattern.png");
  background-size: 320px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 70px;
}

.contact-list {
  display: grid;
  gap: 18px;
  padding: 0;
  margin: 34px 0 0;
  list-style: none;
}

.contact-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 12px;
}

.contact-list li > span:first-child {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--pink-light);
  color: var(--pink-dark);
}

.contact-list a {
  text-decoration-color: rgba(159, 69, 101, 0.35);
  text-underline-offset: 4px;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: 34px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(255, 250, 247, 0.94);
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form label > span {
  font-size: 0.84rem;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(57, 71, 52, 0.16);
  border-radius: 11px;
  background: white;
  padding: 13px 14px;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 4px rgba(194, 96, 130, 0.12);
}

.contact-form textarea {
  resize: vertical;
}

.consent {
  grid-template-columns: auto 1fr;
  align-items: start;
}

.consent input {
  width: auto;
  margin-top: 5px;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--green);
  font-size: 0.9rem;
  font-weight: 600;
}

.site-footer {
  padding: 26px 0;
  background: var(--pink-light);
}

.footer-content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 0.88rem;
}

.footer-content p {
  margin: 0;
}

.footer-content a {
  font-weight: 700;
}

.floating-booking {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 900;
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

.reveal-delay {
  transition-delay: 120ms;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1000px) {
  .nav-wrap {
    grid-template-columns: 1fr auto auto;
  }

  .primary-nav {
    position: fixed;
    inset: 88px 0 auto;
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 28px;
    border-bottom: 1px solid var(--border);
    background: var(--cream);
    box-shadow: var(--shadow);
  }

  .primary-nav.open {
    display: flex;
  }

  .menu-button {
    width: 44px;
    height: 44px;
    display: grid;
    place-content: center;
    gap: 5px;
    cursor: pointer;
  }

  .menu-button span:not(.sr-only) {
    width: 24px;
    height: 2px;
    background: var(--green);
  }

  .hero-grid,
  .about-grid,
  .contact-grid,
  .split-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    gap: 50px;
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero-image-shape,
  .hero-image-shape img {
    min-height: 520px;
  }

  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
  }

  .service-card:not(:has(.service-image)) {
    display: block;
  }

  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .section {
    padding: 72px 0;
  }

  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .nav-wrap {
    min-height: 76px;
    grid-template-columns: 1fr auto;
  }

  .brand-logo {
    width: 62px;
    height: 62px;
  }

  .nav-booking {
    display: none;
  }

  .primary-nav {
    top: 76px;
  }

  .floating-booking {
    display: inline-flex;
  }

  .hero {
    padding-top: 40px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: clamp(3.3rem, 16vw, 5rem);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button,
  .hero-actions .text-link {
    width: 100%;
    text-align: center;
  }

  .hero-image-shape,
  .hero-image-shape img {
    min-height: 420px;
  }

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

  .service-card {
    display: block;
  }

  .feature-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .feature-grid article {
    padding-left: 68px;
  }

  .guide-card,
  .contact-form,
  .service-card-content {
    padding: 24px;
  }

  .footer-content {
    flex-direction: column;
    text-align: center;
  }
}

/* ------------------------------
CUSTOMER REVIEWS
-------------------------------- */

.reviews-section {
overflow: hidden;
border-top: 1px solid var(--border);
border-bottom: 1px solid var(--border);
background:
radial-gradient(
circle at 10% 15%,
rgba(246, 221, 228, 0.7),
transparent 25%
),
radial-gradient(
circle at 90% 85%,
rgba(246, 221, 228, 0.55),
transparent 25%
),
var(--cream);
}

.review-rating {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
gap: 12px;
margin: 18px 0 12px;
color: var(--green);
}

.review-rating-stars {
color: var(--pink-dark);
font-size: 1.15rem;
letter-spacing: 0.1em;
}

.reviews-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}

.review-card {
position: relative;
min-height: 100%;
padding: 34px;
overflow: hidden;
border: 1px solid var(--border);
border-radius: var(--radius);
background: rgba(255, 255, 255, 0.9);
box-shadow: var(--shadow);
transition:
transform 200ms ease,
box-shadow 200ms ease;
}

.review-card:hover {
transform: translateY(-6px);
box-shadow: 0 24px 55px rgba(91, 62, 68, 0.14);
}

.review-card::before {
content: "“";
position: absolute;
top: -8px;
right: 20px;
color: var(--pink-light);
font-family: "Playfair Display", serif;
font-size: 8rem;
line-height: 1;
pointer-events: none;
}

.review-stars {
position: relative;
z-index: 1;
margin-bottom: 20px;
color: var(--pink-dark);
font-size: 1.05rem;
letter-spacing: 0.12em;
}

.review-card blockquote {
position: relative;
z-index: 1;
margin: 0 0 26px;
color: #444;
font-family: "DM Sans", sans-serif;
font-size: 1rem;
font-weight: 500
line-height: 1.8;
}

.review-author {

margin-bottom: 3px;
color: var(--green);
font-weight: 700;
}

.review-source {
margin: 0;
color: var(--pink-dark);
font-size: 1rem;
font-weight: 600;
}

.reviews-cta {
display: flex;
justify-content: space-between;
align-items: center;
gap: 32px;
margin-top: 42px;
padding: 30px 34px;
border: 1px solid var(--border);
border-radius: var(--radius);
background: rgba(255, 255, 255, 0.82);
box-shadow: var(--shadow);
}

.reviews-cta h3 {
margin-bottom: 0;
font-family: "DM Sans", sans-serif;
font-size: clamp(2rem, 3vw, 2rem);
font-weight: 700;
line-height: 1.2;
letter-spacing: -0.02em;
color: var(--green);
max-width: none;
}

.reviews-cta .eyebrow {
margin-bottom: 7px;
}

.reviews-cta-buttons {
display: flex;
flex-shrink: 0;
gap: 12px;
}

@media (max-width: 900px) {
.reviews-grid {
grid-template-columns: 1fr;
}

.reviews-cta {
align-items: flex-start;
flex-direction: column;
}
}

@media (max-width: 600px) {
.review-card {
padding: 26px;
}

.reviews-cta {
padding: 26px;
}

.reviews-cta-buttons {
width: 100%;
flex-direction: column;
}

.reviews-cta-buttons .button {
width: 100%;
}
}

.location-card {
margin-top: 36px;
padding-top: 28px;
border-top: 1px solid var(--border);
}

.location-card h3 {
margin-bottom: 10px;
font-size: 1.35rem;
}

.location-card p {
margin-bottom: 18px;
color: var(--muted);
}

.map-container {
width: 100%;
overflow: hidden;
margin: 18px 0 20px;
border-radius: 18px;
}

.map-container iframe {
display: block;
width: 100%;
height: 240px;
border: 0;
}

