@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,300;1,9..40,400&display=swap");

:root {
  --background: #f6f3ec;
  --foreground: #0f172a;
  --card: rgba(246, 243, 236, 0.88);
  --secondary: rgba(85, 100, 71, 0.1);
  --muted: #64706a;
  --border: rgba(15, 23, 42, 0.08);
  --accent: #556447;
  --accent-foreground: #ffffff;
  --radius: 24px;
  --shadow-soft: 0 12px 36px rgba(2, 6, 23, 0.08);
  --shadow-strong: 0 24px 70px rgba(2, 6, 23, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: 0;
}

button {
  cursor: pointer;
  border: 0;
}

button,
input,
select,
textarea,
summary {
  -webkit-appearance: none;
  appearance: none;
}

button,
input,
select,
textarea,
.date-trigger {
  color: inherit;
  font-family: inherit;
  line-height: 1.2;
  -webkit-tap-highlight-color: transparent;
}

input,
select,
textarea {
  border-radius: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

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

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(24px, 4vw, 48px);
  background: rgba(246, 243, 236, 0.92);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(14px);
}

.logo-button {
  background: transparent;
  padding: 0;
}

.logo {
  height: 64px;
  width: 64px;
  border-radius: 999px;
  object-fit: cover;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-left: auto;
  margin-right: 24px;
}

.nav-links button {
  background: transparent;
  color: var(--muted);
  font-size: 14px;
  transition: color 180ms ease, opacity 180ms ease;
}

.nav-links button:hover {
  color: var(--foreground);
}

.nav-links .nav-cta:hover {
  color: #ffffff;
}

.nav-links .nav-cta,
.primary-button,
.price-card button,
.submit-button {
  background: var(--accent);
  color: var(--accent-foreground);
  border-radius: 14px;
  padding: 12px 22px;
  font-weight: 650;
  box-shadow: 0 20px 60px rgba(85, 100, 71, 0.24);
}

.language-toggle {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(85, 100, 71, 0.25);
  border-radius: 999px;
  padding: 2px;
  font-size: 12px;
}

.language-toggle button {
  min-width: 36px;
  padding: 6px 10px;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
}

.language-toggle button.active {
  background: var(--accent);
  color: #ffffff;
}

.mobile-menu-button,
.mobile-nav {
  display: none;
}

.mobile-menu-button {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid rgba(85, 100, 71, 0.25);
  border-radius: 14px;
  background: rgba(85, 100, 71, 0.1);
  color: var(--accent);
}

.mobile-menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.site-header.menu-open .mobile-menu-button span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-header.menu-open .mobile-menu-button span:nth-child(2) {
  opacity: 0;
}

.site-header.menu-open .mobile-menu-button span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav {
  position: absolute;
  top: calc(100% + 10px);
  right: 18px;
  left: 18px;
  z-index: 60;
  padding: 12px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background: rgba(246, 243, 236, 0.96);
  box-shadow: var(--shadow-strong);
  backdrop-filter: blur(14px);
}

.mobile-nav button {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  border-radius: 14px;
  background: transparent;
  color: var(--foreground);
  font-size: 15px;
  font-weight: 650;
  text-align: left;
}

.mobile-nav button:hover,
.mobile-nav button:focus-visible {
  background: rgba(85, 100, 71, 0.1);
  outline: none;
}

.mobile-nav .nav-cta {
  margin-top: 6px;
  justify-content: center;
  background: var(--accent);
  color: #ffffff;
  box-shadow: 0 16px 40px rgba(85, 100, 71, 0.22);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-media,
.hero-media picture,
.hero-media img,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media picture {
  display: block;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform: scale(1.11) translate(-1%, -1%);
  animation: hero-drift 20s ease-in-out infinite;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(246, 243, 236, 0.96) 0%, rgba(246, 243, 236, 0.76) 43%, rgba(246, 243, 236, 0) 74%),
    radial-gradient(circle at 20% 40%, rgba(85, 100, 71, 0.12), transparent 32%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1280px, 100%);
  margin: 0 auto;
  padding: 112px clamp(24px, 4vw, 48px) 48px;
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.contact-section h2 {
  margin: 0;
  font-weight: 300;
  line-height: 1.08;
}

.hero h1 {
  font-size: clamp(44px, 7vw, 72px);
}

.hero h1 span,
.hero h1 em {
  display: block;
}

em {
  font-style: italic;
}

.hero-copy {
  max-width: 390px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65;
}

.hero .primary-button {
  margin-top: 32px;
}

.section {
  padding: 112px clamp(24px, 4vw, 48px);
}

.section > *,
.section-grid,
.contact-grid {
  max-width: 1280px;
  margin-inline: auto;
}

.section-grid,
.service-detail-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(48px, 8vw, 80px);
}

.section h2,
.contact-section h2 {
  font-size: clamp(34px, 5vw, 42px);
}

.copy-stack {
  display: grid;
  gap: 24px;
}

.copy-stack p,
.section p {
  color: var(--muted);
  line-height: 1.75;
}

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

.services-section,
.pricing-section {
  background: rgba(85, 100, 71, 0.1);
}

.service-cards {
  max-width: 1280px;
  margin: 0 auto 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-cards article {
  min-height: 214px;
  padding: 32px;
  text-align: center;
  color: var(--accent-foreground);
  background: var(--accent);
  border-radius: var(--radius);
  box-shadow: 0 20px 60px rgba(85, 100, 71, 0.2);
  transition: transform 220ms ease;
}

.service-cards article:hover {
  transform: scale(1.025);
}

.icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
}

.icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-cards h3,
.panel h3 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 500;
}

.service-cards p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.6;
}

.service-detail-grid {
  max-width: 1280px;
  margin: 0 auto;
  align-items: stretch;
}

.service-lists {
  display: grid;
  gap: 32px;
}

.panel {
  padding: 32px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.panel ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.panel li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.panel li::before {
  content: "";
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  border: 2px solid var(--accent);
  border-radius: 999px;
}

#included-list li::before {
  border: 0;
  background: var(--accent);
  clip-path: polygon(14% 53%, 0 67%, 38% 100%, 100% 18%, 84% 6%, 36% 70%);
}

.beach-image {
  min-height: 420px;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow-strong);
}

.beach-image picture,
.beach-image img {
  position: absolute;
  inset: 0;
}

.beach-image picture {
  display: block;
}

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

.serving-line {
  max-width: 1280px;
  margin: 64px auto 0;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.03em;
}

.serving-line strong {
  color: var(--foreground);
  font-weight: 500;
}

.testimonial-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.testimonial-grid article {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  background: rgba(85, 100, 71, 0.08);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.quote-mark {
  display: block;
  margin-bottom: 8px;
  color: rgba(85, 100, 71, 0.55);
  font-size: 38px;
  line-height: 1;
}

.testimonial-grid p {
  margin: 0;
  font-size: 14px;
  font-style: italic;
}

.testimonial-grid div {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}

.testimonial-grid strong,
.testimonial-grid span {
  display: block;
}

.testimonial-grid span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.pricing-grid {
  max-width: 672px;
  margin: 0 auto 64px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.price-card {
  padding: 32px;
  text-align: center;
  border-radius: var(--radius);
  background: var(--card);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
}

.price-card.featured {
  background: var(--accent);
  color: var(--background);
  border-color: var(--accent);
  box-shadow: 0 24px 70px rgba(85, 100, 71, 0.25);
}

.price-card > p:first-child {
  margin: 0 0 16px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-card h3 {
  margin: 0 0 18px;
  font-size: 52px;
  font-weight: 300;
}

.price-card h3 span {
  font-size: 14px;
  color: var(--muted);
}

.price-card.featured h3 span,
.price-card.featured p {
  color: rgba(246, 243, 236, 0.76);
}

.price-card button {
  width: 100%;
  margin-top: 12px;
  background: var(--accent);
}

.price-card.featured button {
  background: #f6f3ec;
  color: var(--accent);
  box-shadow: none;
}

.discounts {
  max-width: 672px;
  margin: 0 auto;
  text-align: center;
}

.discounts > p {
  margin-bottom: 24px;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.discounts > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.discounts article {
  display: grid;
  gap: 5px;
  padding: 20px;
  background: rgba(85, 100, 71, 0.1);
  border: 1px solid rgba(85, 100, 71, 0.12);
  border-radius: 14px;
}

.discounts strong {
  color: var(--accent);
  font-size: 20px;
  font-weight: 500;
}

.discounts span {
  font-size: 12px;
  font-weight: 500;
}

.discounts small {
  color: var(--muted);
  font-size: 12px;
}

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

.faq-item {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(246, 243, 236, 0.82);
  box-shadow: 0 10px 26px rgba(2, 6, 23, 0.04);
  overflow: hidden;
}

.faq-item button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  background: transparent;
  color: var(--foreground);
  text-align: left;
  font-weight: 500;
}

.faq-item button span:last-child {
  flex: 0 0 auto;
  color: var(--accent);
  font-size: 22px;
}

.faq-answer {
  display: none;
  padding: 0 22px 22px;
  color: var(--muted);
  line-height: 1.65;
}

.faq-item.open .faq-answer {
  display: block;
}

.contact-section {
  background: linear-gradient(180deg, #eef0e2 0%, #f6f3ec 100%);
  color: var(--foreground);
}

.contact-section .eyebrow,
.contact-section p,
.contact-links a,
.contact-links span {
  color: #66705d;
}

.contact-grid {
  align-items: start;
}

.contact-section h2 {
  margin-bottom: 24px;
}

.contact-section p {
  max-width: 440px;
}

.contact-links {
  display: grid;
  gap: 16px;
  margin-top: 40px;
}

.contact-links a {
  text-decoration: none;
  transition: color 180ms ease;
}

.contact-links a:hover {
  color: var(--accent);
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(85, 100, 71, 0.18);
  border-radius: 24px;
  background: rgba(255, 253, 247, 0.78);
  box-shadow: 0 24px 70px rgba(85, 100, 71, 0.14);
}

.contact-card {
  align-self: start;
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid rgba(85, 100, 71, 0.18);
  border-radius: 28px;
  background: rgba(255, 253, 247, 0.82);
  box-shadow: 0 24px 70px rgba(85, 100, 71, 0.12);
}

.contact-card strong {
  color: var(--foreground);
  font-size: 26px;
}

.contact-card p {
  margin: 0;
  color: #66705d;
  font-size: 17px;
  line-height: 1.55;
}

.contact-map {
  align-self: stretch;
  min-height: 360px;
  border: 1px solid rgba(85, 100, 71, 0.18);
  border-radius: 28px;
  background: rgba(255, 253, 247, 0.82);
  box-shadow: 0 24px 70px rgba(85, 100, 71, 0.12);
  overflow: hidden;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  border: 0;
  filter: saturate(0.85) contrast(0.96);
}

@media (min-width: 901px) {
  .site-header {
    height: 140px;
    padding-inline: 70px;
  }

  .logo {
    width: 104px;
    height: 104px;
  }

  .nav-links {
    gap: 58px;
    margin-right: 44px;
  }

  .nav-links button {
    font-size: 24px;
    font-weight: 500;
  }

  .nav-links .nav-cta {
    min-width: 180px;
    min-height: 68px;
    border-radius: 18px;
    color: #ffffff;
    font-size: 23px;
  }

  .language-toggle {
    min-height: 60px;
    min-width: 126px;
    padding: 4px;
    font-size: 20px;
  }

  .language-toggle button {
    min-width: 56px;
    min-height: 50px;
    padding: 0 14px;
  }

  .contact-section {
    padding: 180px 70px 130px;
  }

  .contact-section .contact-grid {
    max-width: none;
    grid-template-columns: minmax(420px, 0.85fr) minmax(760px, 1fr);
    gap: clamp(90px, 10vw, 190px);
  }

  .contact-section .eyebrow {
    margin-top: 8px;
    margin-bottom: 40px;
    color: #66705d;
    font-size: 24px;
    font-weight: 650;
    letter-spacing: 0.28em;
  }

  .contact-section h2 {
    margin-bottom: 46px;
    font-size: 64px;
    line-height: 1.12;
  }

  .contact-section p {
    max-width: 680px;
    font-size: 28px;
    line-height: 1.62;
  }

  .contact-links {
    gap: 24px;
    margin-top: 70px;
  }

  .contact-links a,
  .contact-links span {
    font-size: 26px;
  }

  .contact-form {
    gap: 28px;
    padding: 36px;
    border-radius: 36px;
    background: rgba(255, 253, 247, 0.82);
  }

  .form-intro strong {
    font-size: 30px;
  }

  .form-intro span {
    font-size: 22px;
  }

  .form-group {
    gap: 22px;
    padding: 34px 28px 28px;
    border-radius: 28px;
    background: rgba(85, 100, 71, 0.07);
  }

  .form-group legend {
    font-size: 22px;
    letter-spacing: 0.16em;
  }

  .field-row {
    gap: 26px;
  }

  .dog-row {
    grid-template-columns: minmax(0, 1fr) minmax(170px, 0.26fr);
  }

  .field {
    gap: 14px;
  }

  .field > span {
    font-size: 21px;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    min-height: 78px;
    padding: 20px 26px;
    border-radius: 20px;
    font-size: 22px;
  }

  .contact-form textarea {
    min-height: 120px;
  }

  .small-action {
    min-height: 42px;
    padding-inline: 14px;
    font-size: 15px;
  }

  .form-actions p {
    font-size: 15px;
  }

  .submit-button {
    min-height: 58px;
    font-size: 18px;
  }
}

@media (min-width: 901px) {
  html {
    scroll-padding-top: 124px;
  }

  .site-header {
    height: 108px;
    padding-inline: clamp(34px, 4vw, 58px);
  }

  .logo {
    width: 76px;
    height: 76px;
  }

  .nav-links {
    gap: clamp(28px, 3vw, 44px);
    margin-right: 30px;
  }

  .nav-links button {
    font-size: 18px;
  }

  .nav-links .nav-cta {
    min-width: 142px;
    min-height: 52px;
    border-radius: 16px;
    font-size: 18px;
  }

  .language-toggle {
    min-height: 48px;
    min-width: 104px;
    font-size: 16px;
  }

  .language-toggle button {
    min-width: 46px;
    min-height: 40px;
    padding-inline: 10px;
  }

  .contact-section {
    padding: 124px clamp(34px, 4vw, 58px) 96px;
  }

  .contact-section .contact-grid {
    max-width: 1320px;
    grid-template-columns: minmax(320px, 0.78fr) minmax(560px, 1fr);
    gap: clamp(52px, 6vw, 96px);
  }

  .contact-section .eyebrow {
    margin-bottom: 28px;
    font-size: 16px;
  }

  .contact-section h2 {
    margin-bottom: 32px;
    font-size: clamp(46px, 4vw, 58px);
  }

  .contact-section p {
    max-width: 560px;
    font-size: 20px;
    line-height: 1.55;
  }

  .contact-links {
    gap: 18px;
    margin-top: 46px;
  }

  .contact-links a,
  .contact-links span {
    font-size: 19px;
  }

  .contact-form {
    gap: 22px;
    padding: 28px;
    border-radius: 28px;
  }

  .form-intro strong {
    font-size: 24px;
  }

  .form-intro span {
    font-size: 17px;
  }

  .form-group {
    gap: 18px;
    padding: 26px 22px 22px;
    border-radius: 22px;
  }

  .form-group legend {
    font-size: 16px;
  }

  .field-row {
    gap: 20px;
  }

  .field {
    gap: 10px;
  }

  .field > span {
    font-size: 16px;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea,
  .date-trigger {
    min-height: 58px;
    padding: 15px 18px;
    border-radius: 16px;
    font-size: 16px;
  }

  .contact-form textarea {
    min-height: 108px;
  }

  .submit-button {
    min-height: 54px;
    font-size: 17px;
  }
}

@media (min-width: 901px) {
  .chat-form {
    gap: 18px;
    padding: 20px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .chat-form .form-intro strong {
    font-size: 22px;
  }

  .chat-form .form-intro span {
    font-size: 14px;
  }

  .chat-form .field-row {
    gap: 12px;
  }

  .chat-form .field {
    gap: 8px;
  }

  .chat-form .field > span {
    font-size: 13px;
  }

  .chat-form input,
  .chat-form select,
  .chat-form textarea,
  .chat-form .date-trigger {
    min-height: 50px;
    padding: 13px 15px;
    border-radius: 14px;
    font-size: 15px;
  }

  .chat-form textarea {
    min-height: 120px;
  }

  .chat-form .submit-button,
  .chat-form .secondary-button,
  .chat-form .primary-button {
    min-height: 52px;
    font-size: 15px;
  }
}

@media (max-width: 560px) {
  .chat-widget {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .chat-toggle {
    justify-self: end;
    min-width: 118px;
    height: 56px;
    padding: 0 16px 0 10px;
  }

  .chat-panel {
    width: 100%;
    max-height: calc(100svh - 92px);
    border-radius: 24px;
  }

  .chat-form {
    max-height: calc(100svh - 170px);
    padding: 18px;
  }
}

@media (min-width: 901px) {
  .chat-form {
    gap: 18px;
    padding: 20px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .chat-form .form-intro strong {
    font-size: 22px;
  }

  .chat-form .form-intro span {
    font-size: 14px;
  }

  .chat-form .field-row {
    gap: 12px;
  }

  .chat-form .field {
    gap: 8px;
  }

  .chat-form .field > span {
    font-size: 13px;
  }

  .chat-form input,
  .chat-form select,
  .chat-form textarea,
  .chat-form .date-trigger {
    min-height: 50px;
    padding: 13px 15px;
    border-radius: 14px;
    font-size: 15px;
  }

  .chat-form textarea {
    min-height: 120px;
  }

  .chat-form .submit-button,
  .chat-form .secondary-button,
  .chat-form .primary-button {
    min-height: 52px;
    font-size: 15px;
  }
}

@media (max-width: 560px) {
  .chat-widget {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .chat-toggle {
    justify-self: end;
    min-width: 118px;
    height: 56px;
    padding: 0 16px 0 10px;
  }

  .chat-panel {
    width: 100%;
    max-height: calc(100svh - 92px);
    border-radius: 24px;
  }

  .chat-form {
    max-height: calc(100svh - 170px);
    padding: 18px;
  }
}

@media (min-width: 901px) {
  html {
    scroll-padding-top: 124px;
  }

  .site-header {
    height: 108px;
    padding-inline: clamp(34px, 4vw, 58px);
  }

  .logo {
    width: 76px;
    height: 76px;
  }

  .nav-links {
    gap: clamp(28px, 3vw, 44px);
    margin-right: 30px;
  }

  .nav-links button {
    font-size: 18px;
  }

  .nav-links .nav-cta {
    min-width: 142px;
    min-height: 52px;
    border-radius: 16px;
    font-size: 18px;
  }

  .language-toggle {
    min-height: 48px;
    min-width: 104px;
    font-size: 16px;
  }

  .language-toggle button {
    min-width: 46px;
    min-height: 40px;
    padding-inline: 10px;
  }

  .contact-section {
    padding: 124px clamp(34px, 4vw, 58px) 96px;
  }

  .contact-section .contact-grid {
    max-width: 1320px;
    grid-template-columns: minmax(320px, 0.78fr) minmax(560px, 1fr);
    gap: clamp(52px, 6vw, 96px);
  }

  .contact-section .eyebrow {
    margin-bottom: 28px;
    font-size: 16px;
  }

  .contact-section h2 {
    margin-bottom: 32px;
    font-size: clamp(46px, 4vw, 58px);
  }

  .contact-section p {
    max-width: 560px;
    font-size: 20px;
    line-height: 1.55;
  }

  .contact-links {
    gap: 18px;
    margin-top: 46px;
  }

  .contact-links a,
  .contact-links span {
    font-size: 19px;
  }

  .contact-form {
    gap: 22px;
    padding: 28px;
    border-radius: 28px;
  }

  .form-intro strong {
    font-size: 24px;
  }

  .form-intro span {
    font-size: 17px;
  }

  .form-group {
    gap: 18px;
    padding: 26px 22px 22px;
    border-radius: 22px;
  }

  .form-group legend {
    font-size: 16px;
  }

  .field-row {
    gap: 20px;
  }

  .field {
    gap: 10px;
  }

  .field > span {
    font-size: 16px;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    min-height: 58px;
    padding: 15px 18px;
    border-radius: 16px;
    font-size: 16px;
  }

  .contact-form textarea {
    min-height: 108px;
  }

  .submit-button {
    min-height: 54px;
    font-size: 17px;
  }
}

.form-intro {
  display: grid;
  gap: 4px;
  padding: 0 0 2px;
}

.form-intro strong {
  color: var(--foreground);
  font-size: 18px;
  font-weight: 650;
}

.form-intro span,
.form-actions p {
  color: #66705d;
  font-size: 13px;
  line-height: 1.45;
}

.form-group {
  min-width: 0;
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 16px;
  border: 1px solid rgba(85, 100, 71, 0.18);
  border-radius: 18px;
  background: rgba(85, 100, 71, 0.07);
}

.form-group legend {
  padding: 0 8px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.field {
  min-width: 0;
  display: grid;
  gap: 8px;
}

.field > span {
  color: #3f4938;
  font-size: 13px;
  font-weight: 600;
}

.field b,
.form-actions b {
  color: var(--accent);
  font-weight: 650;
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.dog-row {
  grid-template-columns: minmax(0, 1fr) minmax(120px, 0.28fr);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 14px 16px;
  border: 1px solid rgba(85, 100, 71, 0.22);
  border-radius: 14px;
  outline: 0;
  background: rgba(255, 255, 255, 0.68);
  color: var(--foreground);
  font-size: 14px;
  line-height: 1.25;
  box-shadow: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.contact-form input[type="date"] {
  min-height: 48px;
  color-scheme: light;
}

.contact-form textarea {
  min-height: 118px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(63, 73, 56, 0.48);
  opacity: 1;
}

.contact-form select {
  color: #3f4938;
  padding-right: 44px;
  background-image:
    linear-gradient(45deg, transparent 50%, #66705d 50%),
    linear-gradient(135deg, #66705d 50%, transparent 50%);
  background-position:
    calc(100% - 23px) 50%,
    calc(100% - 16px) 50%;
  background-size: 7px 7px, 7px 7px;
  background-repeat: no-repeat;
}

.contact-form option {
  background: #fffdf7;
  color: var(--foreground);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(85, 100, 71, 0.24);
}

.contact-form input:disabled,
.contact-form select:disabled,
.contact-form textarea:disabled,
.submit-button:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

.contact-form input:-webkit-autofill,
.contact-form input:-webkit-autofill:hover,
.contact-form input:-webkit-autofill:focus,
.contact-form textarea:-webkit-autofill,
.contact-form textarea:-webkit-autofill:hover,
.contact-form textarea:-webkit-autofill:focus,
.contact-form select:-webkit-autofill,
.contact-form select:-webkit-autofill:hover,
.contact-form select:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--foreground);
  box-shadow: 0 0 0 1000px #fffdf7 inset, 0 0 0 3px rgba(85, 100, 71, 0.18);
  caret-color: var(--foreground);
}

.date-picker {
  position: relative;
  z-index: 1;
}

.date-picker.open {
  z-index: 220;
}

.date-trigger {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(85, 100, 71, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.68);
  color: rgba(63, 73, 56, 0.48);
  font-size: 14px;
  line-height: 1.25;
  text-align: left;
  transition: border-color 160ms ease, box-shadow 160ms ease, color 160ms ease;
}

.date-trigger::after {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border: 2px solid currentColor;
  border-radius: 5px;
  box-shadow: inset 0 5px 0 rgba(85, 100, 71, 0.14);
}

.date-trigger.has-value {
  color: var(--foreground);
}

.date-picker.open .date-trigger,
.date-trigger:focus-visible {
  border-color: var(--accent);
  outline: none;
  box-shadow: 0 0 0 3px rgba(85, 100, 71, 0.24);
}

.date-popover {
  position: absolute;
  z-index: 230;
  top: calc(100% + 10px);
  left: 0;
  width: min(330px, calc(100vw - 48px));
  display: none;
  padding: 14px;
  border: 1px solid rgba(85, 100, 71, 0.2);
  border-radius: 20px;
  background: #fffdf7;
  box-shadow: 0 22px 60px rgba(31, 40, 58, 0.18);
}

.field-row .field:last-child .date-popover {
  right: 0;
  left: auto;
}

.date-picker.open .date-popover {
  display: grid;
  gap: 12px;
}

.date-header,
.date-weekdays,
.date-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}

.date-header {
  grid-template-columns: 38px 1fr 38px;
  align-items: center;
}

.date-header strong {
  color: var(--foreground);
  font-size: 15px;
  font-weight: 650;
  text-align: center;
  text-transform: capitalize;
}

.date-nav,
.date-day {
  min-width: 0;
  padding: 0;
  border-radius: 12px;
  color: #3f4938;
  font-weight: 650;
  line-height: 1;
}

.date-nav {
  height: 38px;
  background: rgba(85, 100, 71, 0.08);
  font-size: 24px;
  line-height: 1;
}

.date-weekdays span {
  color: #66705d;
  font-size: 11px;
  font-weight: 650;
  text-align: center;
  text-transform: uppercase;
}

.date-day,
.date-empty {
  aspect-ratio: 1;
}

.date-day {
  background: rgba(85, 100, 71, 0.06);
  font-size: 13px;
}

.date-day:hover:not(:disabled),
.date-nav:hover {
  background: rgba(85, 100, 71, 0.14);
}

.date-day.selected {
  background: var(--accent);
  color: #ffffff;
}

.date-day:disabled {
  cursor: not-allowed;
  opacity: 0.28;
}

.hidden-field {
  position: relative;
  display: none;
}

.hidden-field.visible {
  display: grid;
}

.hidden-field button {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  background: transparent;
  color: #66705d;
}

.small-action {
  justify-self: start;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid rgba(85, 100, 71, 0.2);
  border-radius: 12px;
  background: rgba(85, 100, 71, 0.08);
  color: var(--accent);
  font-size: 13px;
  font-weight: 650;
}

.form-actions {
  display: grid;
  gap: 12px;
}

.form-actions p {
  margin: 0;
}

.submit-button {
  width: 100%;
  padding: 15px 22px;
  line-height: 1.2;
}

#form-status {
  min-height: 22px;
  margin: 0;
  font-size: 14px;
}

.chat-widget {
  position: fixed;
  right: clamp(16px, 3vw, 34px);
  bottom: clamp(16px, 3vw, 34px);
  z-index: 90;
  display: grid;
  justify-items: end;
  gap: 14px;
  pointer-events: none;
}

.chat-toggle,
.chat-panel {
  pointer-events: auto;
}

.chat-toggle {
  order: 2;
  min-width: 126px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 18px 0 12px;
  border-radius: 999px;
  background: var(--accent);
  color: #ffffff;
  box-shadow: 0 22px 58px rgba(85, 100, 71, 0.32);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.chat-toggle:hover,
.chat-toggle:focus-visible {
  background: #46553b;
  box-shadow: 0 24px 64px rgba(85, 100, 71, 0.38);
  transform: translateY(-2px);
}

.chat-toggle:focus-visible {
  outline: 3px solid rgba(85, 100, 71, 0.26);
  outline-offset: 3px;
}

.chat-toggle span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(246, 243, 236, 0.95);
  border: 1px solid rgba(246, 243, 236, 0.55);
}

.chat-toggle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chat-toggle strong {
  font-size: 15px;
  letter-spacing: 0.01em;
}

.chat-panel {
  order: 1;
  width: min(440px, calc(100vw - 32px));
  max-height: min(760px, calc(100svh - 112px));
  display: none;
  overflow: hidden;
  border: 1px solid rgba(85, 100, 71, 0.18);
  border-radius: 30px;
  background: #fffdf7;
  box-shadow: 0 28px 90px rgba(31, 40, 58, 0.22);
}

.chat-widget.open .chat-panel {
  display: grid;
}

.chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 22px 18px;
  border-bottom: 1px solid rgba(85, 100, 71, 0.12);
  background: rgba(85, 100, 71, 0.08);
}

.chat-header div {
  display: grid;
  gap: 3px;
}

.chat-header span {
  color: #66705d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.chat-header strong {
  color: var(--foreground);
  font-size: 22px;
}

.chat-close {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(85, 100, 71, 0.1);
  color: var(--accent);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.chat-form {
  max-height: calc(min(760px, 100svh - 112px) - 82px);
  overflow-y: auto;
  gap: 18px;
  padding: 20px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

#booking-chat .chat-form {
  gap: 18px;
  padding: 20px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

#booking-chat .chat-form .field-row {
  gap: 12px;
}

#booking-chat .chat-form input,
#booking-chat .chat-form select,
#booking-chat .chat-form textarea,
#booking-chat .chat-form .date-trigger {
  min-height: 50px;
  padding: 13px 15px;
  border-radius: 14px;
  font-size: 15px;
}

#booking-chat .chat-form textarea {
  min-height: 120px;
}

.lead-progress {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.netlify-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.lead-progress span {
  height: 5px;
  border-radius: 999px;
  background: rgba(85, 100, 71, 0.16);
}

.lead-progress span.active {
  background: var(--accent);
}

.lead-step {
  display: none;
  gap: 14px;
}

.lead-step.active {
  display: grid;
}

.lead-actions {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(108px, 0.72fr) minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  margin-top: 4px;
  padding-top: 14px;
  border-top: 1px solid rgba(85, 100, 71, 0.12);
}

#booking-chat .lead-actions button {
  width: 100%;
  min-height: 46px;
  margin: 0;
  padding: 0 18px;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 750;
  line-height: 1;
  box-shadow: none;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease, opacity 160ms ease;
}

#booking-chat .lead-actions button:not(:disabled):hover {
  transform: translateY(-1px);
}

#booking-chat .lead-actions button:focus-visible {
  outline: 3px solid rgba(85, 100, 71, 0.22);
  outline-offset: 2px;
}

#booking-chat #lead-back {
  background: transparent;
  border: 1px solid rgba(85, 100, 71, 0.24);
  color: var(--accent);
}

#booking-chat #lead-back:not(:disabled):hover {
  background: rgba(85, 100, 71, 0.08);
  border-color: rgba(85, 100, 71, 0.42);
}

#booking-chat #lead-back:disabled {
  opacity: 0.52;
  cursor: not-allowed;
}

.chat-form.first-step .lead-actions {
  grid-template-columns: 1fr;
}

#booking-chat .chat-form.first-step .lead-actions {
  grid-template-columns: minmax(0, 1fr);
}

.chat-form.first-step #lead-back {
  display: none;
}

.chat-form.first-step #lead-next {
  justify-self: stretch;
  max-width: none;
}

#booking-chat .chat-form.first-step #lead-next {
  width: 100%;
}

#booking-chat #lead-back:disabled {
  visibility: visible;
  pointer-events: none;
}

#booking-chat #lead-next,
#booking-chat #lead-submit {
  background: var(--accent);
  color: #ffffff;
  border: 1px solid var(--accent);
  box-shadow: 0 14px 34px rgba(85, 100, 71, 0.22);
}

#booking-chat #lead-next:not(:disabled):hover,
#booking-chat #lead-submit:not(:disabled):hover {
  background: #46553b;
  border-color: #46553b;
}

#booking-chat #lead-next:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

.lead-actions .submit-button {
  display: none;
}

.chat-form.final-step .lead-actions {
  grid-template-columns: minmax(108px, 0.72fr) minmax(0, 1.08fr);
}

.chat-form.final-step #lead-next {
  display: none;
}

.chat-form.final-step .submit-button {
  display: block;
}

.secondary-button {
  border: 1px solid rgba(85, 100, 71, 0.22);
  background: rgba(85, 100, 71, 0.08);
  color: var(--accent);
}

.lead-required {
  margin: 0;
  color: #66705d;
  font-size: 12px;
  line-height: 1.4;
}

.form-success {
  min-height: 360px;
  display: none;
  place-items: center;
  align-content: center;
  gap: 12px;
  padding: 34px 22px;
  border: 1px solid rgba(85, 100, 71, 0.18);
  border-radius: 22px;
  background: rgba(85, 100, 71, 0.06);
  color: var(--foreground);
  text-align: center;
}

.form-success:focus {
  outline: none;
}

.success-check {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 18px 44px rgba(85, 100, 71, 0.24);
}

.success-check::before {
  content: "";
  width: 28px;
  height: 16px;
  border-bottom: 4px solid #ffffff;
  border-left: 4px solid #ffffff;
  transform: rotate(-45deg) translate(2px, -2px);
}

.form-success strong {
  margin-top: 8px;
  color: var(--foreground);
  font-size: 26px;
  line-height: 1.1;
}

.form-success p {
  max-width: 300px;
  margin: 0;
  color: #66705d;
  font-size: 15px;
  line-height: 1.45;
}

.chat-form.submitted .lead-progress,
.chat-form.submitted .lead-step,
.chat-form.submitted .lead-actions,
.chat-form.submitted .lead-required,
.chat-form.submitted #form-status {
  display: none;
}

.chat-form.submitted .form-success {
  display: grid;
}

.toast {
  position: fixed;
  top: clamp(92px, 10vw, 124px);
  left: 50%;
  z-index: 260;
  max-width: min(360px, calc(100vw - 32px));
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid rgba(85, 100, 71, 0.22);
  border-radius: 16px;
  background: #fffdf7;
  color: var(--foreground);
  box-shadow: 0 22px 60px rgba(31, 40, 58, 0.18);
  opacity: 0;
  transform: translate(-50%, -12px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast::before {
  content: "";
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--accent);
  clip-path: polygon(14% 53%, 0 67%, 38% 100%, 100% 18%, 84% 6%, 36% 70%);
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.toast.error::before {
  clip-path: none;
  background: #9b3f35;
}

@media (max-width: 440px) {
  .lead-actions,
  .chat-form.final-step .lead-actions {
    grid-template-columns: 1fr;
  }

  .chat-form.final-step #lead-back {
    order: 2;
  }

  .chat-form.final-step .submit-button {
    order: 1;
  }

  .toast {
    top: 92px;
    left: 12px;
    max-width: calc(100vw - 24px);
    transform: translateY(-12px);
  }

  .toast.show {
    transform: translateY(0);
  }
}

.site-footer {
  display: grid;
  gap: 0;
  background: #eef0e2;
  color: #596354;
  font-size: 14px;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(24px, 4vw, 48px);
}

.footer-content strong {
  display: block;
  color: var(--accent);
  font-size: 18px;
  margin-bottom: 4px;
}

.footer-content p {
  margin: 0;
}

.footer-credit {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
}

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

@keyframes hero-drift {
  0%, 100% {
    transform: scale(1.11) translate(-1%, -1%);
  }
  50% {
    transform: scale(1.06) translate(1%, 1%);
  }
}

@media (max-width: 900px) {
  .site-header {
    height: 80px;
    gap: 12px;
  }

  .logo {
    height: 56px;
    width: 56px;
  }

  .nav-links {
    display: none;
  }

  .language-toggle {
    margin-left: auto;
  }

  .mobile-menu-button {
    display: inline-flex;
  }

  .site-header.menu-open .mobile-nav {
    display: grid;
    gap: 4px;
  }

  .hero-content {
    padding-top: 96px;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(246, 243, 236, 0.96) 0%, rgba(246, 243, 236, 0.8) 58%, rgba(246, 243, 236, 0.24) 100%);
  }

  .section {
    padding: 88px 24px;
  }

  .section-grid,
  .service-detail-grid,
  .contact-grid,
  .service-cards,
  .testimonial-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .field-row,
  .discounts > div {
    grid-template-columns: 1fr;
  }

  .dog-row {
    grid-template-columns: 1fr;
  }

  .contact-map {
    min-height: 320px;
  }

  .contact-form {
    padding: 18px;
  }

  .testimonial-grid article {
    min-height: auto;
  }
}

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

  .logo {
    height: 48px;
    width: 48px;
  }

  .language-toggle button {
    min-width: 32px;
    padding-inline: 8px;
  }

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

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

  .service-cards article,
  .panel,
  .testimonial-grid article,
  .price-card {
    padding: 26px;
  }

  .site-footer {
    display: grid;
  }

  .footer-content {
    display: grid;
    gap: 12px;
  }
}

@media (min-width: 901px) {
  html {
    scroll-padding-top: 124px;
  }

  .site-header {
    height: 108px;
    padding-inline: clamp(34px, 4vw, 58px);
  }

  .logo {
    width: 76px;
    height: 76px;
  }

  .nav-links {
    gap: clamp(28px, 3vw, 44px);
    margin-right: 30px;
  }

  .nav-links button {
    font-size: 18px;
    font-weight: 500;
  }

  .nav-links .nav-cta {
    min-width: 142px;
    min-height: 52px;
    border-radius: 18px;
    color: #ffffff;
    font-size: 18px;
  }

  .language-toggle {
    min-height: 48px;
    min-width: 104px;
    padding: 4px;
    font-size: 16px;
  }

  .language-toggle button {
    min-width: 46px;
    min-height: 40px;
    padding-inline: 10px;
  }

  .contact-section {
    padding: 124px clamp(34px, 4vw, 58px) 96px;
  }

  .contact-section .contact-grid {
    max-width: 1320px;
    grid-template-columns: minmax(320px, 0.78fr) minmax(560px, 1fr);
    gap: clamp(52px, 6vw, 96px);
  }

  .contact-section .eyebrow {
    margin-top: 8px;
    margin-bottom: 28px;
    color: #66705d;
    font-size: 16px;
    font-weight: 650;
    letter-spacing: 0.28em;
  }

  .contact-section h2 {
    margin-bottom: 32px;
    font-size: clamp(46px, 4vw, 58px);
    line-height: 1.12;
  }

  .contact-section p {
    max-width: 560px;
    font-size: 20px;
    line-height: 1.55;
  }

  .contact-links {
    gap: 18px;
    margin-top: 46px;
  }

  .contact-links a,
  .contact-links span {
    font-size: 19px;
  }

  .contact-form {
    gap: 22px;
    padding: 28px;
    border-radius: 28px;
    background: rgba(255, 253, 247, 0.82);
  }

  .form-intro strong {
    font-size: 24px;
  }

  .form-intro span {
    font-size: 17px;
  }

  .form-group {
    gap: 18px;
    padding: 26px 22px 22px;
    border-radius: 22px;
    background: rgba(85, 100, 71, 0.07);
  }

  .form-group legend {
    font-size: 16px;
    letter-spacing: 0.16em;
  }

  .field-row {
    gap: 20px;
  }

  .field {
    gap: 10px;
  }

  .field > span {
    font-size: 16px;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    min-height: 58px;
    padding: 15px 18px;
    border-radius: 16px;
    font-size: 16px;
  }

  .contact-form textarea {
    min-height: 108px;
  }

  .small-action {
    min-height: 42px;
    padding-inline: 14px;
    font-size: 15px;
  }

  .form-actions p {
    font-size: 15px;
  }

  .submit-button {
    min-height: 54px;
    font-size: 17px;
  }
}

@media (max-width: 560px) {
  .chat-toggle {
    min-width: 118px;
    height: 56px;
    padding: 0 16px 0 10px;
  }

  .chat-toggle span {
    width: 38px;
    height: 38px;
  }
}
