:root {
  --cream: #f6efe5;
  --warm: #efe3d7;
  --blush: #d79b9d;
  --sage: #7d8660;
  --sage-dark: #5f6846;
  --ink: #27251f;
  --muted: #6f675d;
  --line: #d9c8bb;
  --white: #fffaf4;
  --shadow: 0 18px 45px rgba(65, 53, 37, 0.16);
  --serif: Georgia, "Times New Roman", serif;
  --script: "Bradley Hand", "Segoe Print", "Comic Sans MS", cursive;
  --sans: Avenir, "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.55;
}

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

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

.site-header {
  align-items: center;
  background: rgba(253, 247, 239, 0.96);
  display: grid;
  gap: 22px;
  grid-template-columns: auto 1fr auto;
  min-height: 90px;
  padding: 15px clamp(20px, 4vw, 54px);
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  min-width: 235px;
}

.brand-mark {
  align-items: center;
  border: 1px solid #d8b5af;
  border-radius: 50%;
  color: var(--sage);
  display: inline-flex;
  font-family: var(--script);
  font-size: 26px;
  height: 58px;
  justify-content: center;
  position: relative;
  width: 58px;
}

.brand-mark::before,
.brand-mark::after {
  color: var(--blush);
  content: "✿";
  font-size: 11px;
  position: absolute;
}

.brand-mark::before {
  bottom: 7px;
  left: 7px;
}

.brand-mark::after {
  bottom: 7px;
  right: 7px;
}

.dog-face {
  transform: translateY(-2px);
}

.brand-script {
  display: block;
  font-family: var(--script);
  font-size: clamp(28px, 2.8vw, 42px);
  line-height: 0.88;
}

.brand-subtitle {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 5px;
  margin-left: 43px;
  text-transform: uppercase;
}

.main-nav {
  align-items: center;
  display: flex;
  gap: clamp(16px, 2.2vw, 34px);
  justify-content: center;
}

.main-nav a {
  border-bottom: 1px solid transparent;
  font-size: 14px;
  padding: 6px 0;
}

.main-nav a:hover,
.main-nav a.active {
  border-color: var(--sage);
}

.header-cta,
.button {
  align-items: center;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 1px;
  min-height: 46px;
  padding: 0 24px;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-cta,
.button.primary {
  background: var(--sage-dark);
  color: #fff;
}

.button.light {
  background: #fffaf4;
  color: var(--ink);
}

.header-cta:hover,
.button:hover {
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.menu-toggle {
  background: transparent;
  border: 0;
  display: none;
  height: 42px;
  width: 42px;
}

.menu-toggle span {
  background: var(--ink);
  display: block;
  height: 2px;
  margin: 6px auto;
  width: 24px;
}

.hero {
  background: #646946 url("assets/hero-clean.jpg") right center / auto 100% no-repeat;
  min-height: 493px;
  overflow: hidden;
  position: relative;
}

.hero-shade {
  background: linear-gradient(90deg, rgba(27, 31, 19, 0.9) 0%, rgba(27, 31, 19, 0.88) 32%, rgba(27, 31, 19, 0.56) 44%, rgba(27, 31, 19, 0.12) 70%, rgba(27, 31, 19, 0));
  inset: 0;
  position: absolute;
}

.hero-content {
  color: #fff;
  max-width: 520px;
  padding: 63px 0 80px;
  position: relative;
  text-align: center;
  transform: translateX(11vw);
  z-index: 1;
}

.eyebrow {
  align-items: center;
  display: flex;
  font-size: 17px;
  font-weight: 600;
  gap: 14px;
  justify-content: center;
  letter-spacing: 5px;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.eyebrow span {
  background: currentColor;
  display: inline-block;
  height: 1px;
  opacity: 0.55;
  width: 43px;
}

.eyebrow.dark {
  color: var(--sage-dark);
  font-size: 14px;
  margin-bottom: 2px;
}

.hero h1 {
  font-family: var(--serif);
  font-size: clamp(46px, 5.4vw, 72px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.86;
  margin: 0;
}

.hero h1 em {
  color: #e9b0ad;
  display: block;
  font-family: var(--script);
  font-size: clamp(31px, 4.3vw, 50px);
  font-style: normal;
  line-height: 1.1;
  margin-top: 12px;
  white-space: normal;
}

.hero-copy {
  font-size: 18px;
  margin: 16px auto 24px;
  max-width: 365px;
}

.trust-list {
  display: flex;
  gap: 27px;
  justify-content: center;
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}

.stats-list {
  margin-top: -10px;
}

.trust-list li {
  align-items: center;
  display: flex;
  font-size: 13px;
  gap: 8px;
}

.trust-list li::before,
.choice-card li::before {
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "✓";
  display: inline-grid;
  font-size: 10px;
  height: 20px;
  place-items: center;
  width: 20px;
}

.hero-actions {
  display: flex;
  gap: 17px;
  justify-content: center;
}

.services-wave {
  align-items: center;
  background: var(--cream);
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(130px, 185px) minmax(480px, 1fr) minmax(130px, 185px);
  padding: 6px clamp(22px, 4vw, 54px) 50px;
  position: relative;
}

.wave {
  background: var(--cream);
  border-radius: 50% 50% 0 0;
  height: 65px;
  left: -5%;
  position: absolute;
  right: -5%;
  top: -38px;
}

.polaroid {
  background: #fff;
  box-shadow: var(--shadow);
  padding: 11px 11px 26px;
  position: relative;
  z-index: 1;
}

.polaroid img {
  height: 150px;
  object-fit: cover;
  width: 100%;
}

.polaroid span {
  bottom: 7px;
  color: var(--blush);
  font-size: 24px;
  position: absolute;
  right: 9px;
}

.polaroid-left {
  transform: rotate(-6deg);
}

.polaroid-right {
  transform: rotate(7deg);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  z-index: 1;
}

.services-grid article {
  border-left: 1px solid var(--line);
  min-height: 195px;
  padding: 18px 27px 0;
  text-align: center;
}

.services-grid article:first-child {
  border-left: 0;
}

.line-icon {
  color: var(--sage);
  font-family: var(--script);
  font-size: 48px;
  height: 60px;
  line-height: 1;
}

.line-icon.paw,
.services-grid article:nth-child(2) .line-icon {
  color: var(--blush);
}

.services-grid h2 {
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 400;
  margin: 2px 0 7px;
}

.services-grid p {
  font-size: 12px;
  margin: 0 auto 18px;
  max-width: 190px;
}

.services-grid a {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.about-section {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(280px, 0.9fr) minmax(360px, 1.2fr) minmax(245px, 0.55fr);
  padding: 0 clamp(34px, 6vw, 86px) 22px;
}

.about-copy {
  background: rgba(255, 250, 244, 0.62);
  border-radius: 8px;
  padding: 33px 26px 31px;
}

.small-label {
  color: var(--sage);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  margin: 0 0 7px;
  text-transform: uppercase;
}

.small-label span,
.testimonial-wrap h2 span,
.meet-card h2 span {
  color: var(--blush);
}

.about-copy h2 {
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.05;
  margin: 0 0 24px;
}

.about-copy h2 em,
.script-note,
.experience h2,
.choice-card h3 {
  color: var(--blush);
  font-family: var(--script);
  font-style: normal;
}

.about-copy p:not(.small-label) {
  font-size: 14px;
  margin: 0 0 15px;
}

.script-note {
  font-size: 24px !important;
  line-height: 1.2;
  margin-top: 18px !important;
}

.script-note .signature {
  display: block;
  font-size: 25px;
  line-height: 0.85;
  margin-left: auto;
  margin-top: 12px;
  max-width: 118px;
  text-align: center;
  transform: rotate(-7deg);
  transform-origin: center;
}

.script-note .signature small {
  display: block;
  font: inherit;
  font-size: 21px;
  margin-left: 28px;
  margin-top: 2px;
}

.about-image img {
  border-radius: 7px;
  box-shadow: var(--shadow);
  height: 350px;
  object-fit: cover;
  width: 100%;
}

.choice-card {
  background: var(--sage);
  border-radius: 11px;
  box-shadow: var(--shadow);
  color: #fff7f0;
  margin-left: -90px;
  padding: 36px 35px 30px;
  position: relative;
}

.choice-card h3 {
  color: #fff3ed;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 24px;
}

.choice-card ul {
  display: grid;
  gap: 11px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.choice-card li {
  align-items: center;
  display: flex;
  font-size: 14px;
  gap: 10px;
}

.choice-card li::before {
  border: 0;
  content: "✿";
}

.flourish {
  color: #efe4d5;
  font-size: 25px;
  letter-spacing: 8px;
  margin-top: 26px;
  text-align: center;
}

.experience {
  align-items: stretch;
  display: grid;
  gap: 25px;
  grid-template-columns: 195px 1fr 205px;
  padding: 0 0 0;
}

.side-photo {
  height: 205px;
  object-fit: cover;
  width: 100%;
}

.experience-inner {
  align-self: center;
  padding: 24px 0 14px;
  text-align: center;
}

.experience h2 {
  color: #777d5f;
  font-size: clamp(29px, 3.6vw, 42px);
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px;
}

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

.experience-grid div {
  color: #49463d;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.28;
}

.experience-grid span {
  color: var(--sage);
  display: block;
  font-family: var(--script);
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 6px;
}

.testimonials {
  align-items: center;
  background: #f4dfda;
  display: grid;
  gap: 24px;
  grid-template-columns: 56px 1fr 56px;
  padding: 20px clamp(35px, 8vw, 95px) 38px;
  position: relative;
}

.testimonials::before,
.testimonials::after {
  color: rgba(215, 155, 157, 0.22);
  content: "✿";
  font-size: 100px;
  position: absolute;
  top: 44px;
}

.testimonials::before {
  left: 55px;
}

.testimonials::after {
  right: 55px;
}

.round-button {
  background: var(--sage-dark);
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 35px;
  height: 46px;
  line-height: 1;
  position: relative;
  width: 46px;
  z-index: 1;
}

.testimonial-wrap {
  min-width: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 1;
}

.testimonial-wrap h2,
.meet-card h2,
.enquiry-form h2 {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 18px;
}

.testimonial-grid {
  display: flex;
  gap: 34px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 0 0 8px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.testimonial-grid::-webkit-scrollbar {
  display: none;
}

.testimonial-grid article {
  background: rgba(255, 250, 244, 0.72);
  border-radius: 6px;
  box-shadow: 0 10px 25px rgba(102, 72, 55, 0.08);
  flex: 0 0 calc((100% - 68px) / 3);
  min-height: 190px;
  padding: 22px 29px;
  scroll-snap-align: start;
}

.stars {
  color: var(--blush);
  letter-spacing: 3px;
  margin-bottom: 9px;
}

.testimonial-grid p {
  font-size: 13px;
  margin: 0 auto 12px;
  max-width: 280px;
}

.testimonial-grid strong,
.testimonial-grid article > span {
  display: block;
  font-size: 10px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.testimonial-grid article > span {
  color: var(--muted);
  letter-spacing: 1px;
  margin-top: 5px;
}

.contact-section {
  align-items: stretch;
  background: #efe4d8;
  display: grid;
  grid-template-columns: 30% 24% 28% 18%;
  min-height: 360px;
}

.contact-section > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.meet-card,
.enquiry-form {
  background: rgba(255, 250, 244, 0.86);
  padding: 31px 33px;
}

.meet-card p {
  font-size: 13px;
  margin: 0 0 22px;
}

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

.contact-list li {
  align-items: center;
  display: flex;
  font-size: 13px;
  gap: 12px;
}

.contact-list li::before {
  color: var(--sage);
  font-size: 19px;
}

.contact-list li:nth-child(1)::before {
  content: "⌖";
}

.contact-list li:nth-child(2)::before {
  content: "✉";
}

.contact-list li:nth-child(3)::before {
  content: "☎";
}

.enquiry-form {
  padding-left: 22px;
}

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

label span {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

input,
textarea {
  background: #fffaf4;
  border: 1px solid #e7d8ca;
  border-radius: 3px;
  color: var(--ink);
  font: inherit;
  font-size: 12px;
  min-height: 34px;
  padding: 10px 12px;
  width: 100%;
}

textarea {
  display: block;
  margin-top: 8px;
  min-height: 68px;
  resize: vertical;
}

.enquiry-form .button {
  margin-top: 10px;
  width: 100%;
}

.form-message {
  color: var(--sage-dark);
  font-size: 12px;
  font-weight: 700;
  margin: 8px 0 0;
  min-height: 18px;
  text-align: center;
}

.site-footer {
  align-items: center;
  background: var(--sage);
  color: #fff8ef;
  display: grid;
  gap: 20px;
  grid-template-columns: auto 1fr auto;
  min-height: 70px;
  padding: 12px clamp(28px, 6vw, 76px);
}

.footer-brand .brand-mark {
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff8ef;
  height: 44px;
  width: 44px;
}

.footer-brand .brand-script {
  font-size: 24px;
}

.footer-brand .brand-subtitle {
  font-size: 9px;
  letter-spacing: 3px;
  margin-left: 28px;
}

.site-footer nav {
  display: flex;
  gap: 28px;
  justify-content: center;
}

.site-footer nav a {
  font-size: 12px;
}

.socials {
  display: flex;
  gap: 13px;
}

.socials a {
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: grid;
  font-weight: 700;
  height: 28px;
  place-items: center;
  width: 28px;
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .main-nav,
  .header-cta {
    display: none;
  }

  .site-header.nav-open .main-nav {
    background: #fffaf4;
    border-top: 1px solid var(--line);
    display: grid;
    gap: 8px;
    grid-column: 1 / -1;
    justify-items: start;
    padding: 16px 0 4px;
  }

  .about-section {
    grid-template-columns: 1fr 1fr;
  }

  .choice-card {
    grid-column: 1 / -1;
    margin: 0;
  }

  .experience {
    grid-template-columns: 160px 1fr 160px;
  }

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

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

  .contact-section > img {
    min-height: 230px;
  }
}

@media (max-width: 820px) {
  .brand {
    min-width: 0;
  }

  .brand-subtitle {
    letter-spacing: 3px;
    margin-left: 22px;
  }

  .hero {
    min-height: 540px;
  }

  .hero-content {
    margin: 0 auto;
    padding-inline: 24px;
    transform: none;
  }

  .hero-shade {
    background: rgba(27, 31, 19, 0.42);
  }

  .trust-list,
  .hero-actions {
    flex-wrap: wrap;
  }

  .services-wave {
    grid-template-columns: 1fr;
    padding-top: 34px;
  }

  .polaroid {
    margin: 0 auto;
    max-width: 210px;
  }

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

  .services-grid article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .services-grid article:first-child {
    border-top: 0;
  }

  .about-section,
  .experience,
  .testimonials,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .about-section {
    padding: 0 22px 30px;
  }

  .experience {
    gap: 0;
  }

  .side-photo {
    height: 180px;
  }

  .experience-inner {
    padding: 28px 22px;
  }

  .testimonials {
    gap: 14px;
    grid-template-columns: 1fr 1fr;
    padding-inline: 22px;
  }

  .testimonial-wrap {
    grid-column: 1 / -1;
    order: 1;
  }

  .testimonial-grid {
    grid-template-columns: none;
  }

  .testimonial-grid article {
    flex-basis: 100%;
  }

  .round-button {
    height: 42px;
    width: 42px;
  }

  .testimonial-prev {
    justify-self: end;
    order: 2;
  }

  .testimonial-next {
    justify-self: start;
    order: 3;
  }

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

  .site-footer {
    justify-items: center;
    text-align: center;
  }

  .site-footer nav {
    flex-wrap: wrap;
    gap: 16px 24px;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding-inline: 16px;
  }

  .brand-script {
    font-size: 27px;
  }

  .brand-mark {
    height: 48px;
    width: 48px;
  }

  .hero h1 {
    font-size: 53px;
  }

  .hero-copy {
    font-size: 16px;
  }

  .eyebrow {
    font-size: 12px;
    gap: 8px;
    letter-spacing: 3px;
  }

  .eyebrow span {
    width: 25px;
  }

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

  .meet-card,
  .enquiry-form {
    padding: 27px 22px;
  }
}
