:root {
  --ink: #3f665f;
  --ink-soft: #58756f;
  --cream: #fbf7ee;
  --sand: #ead9bd;
  --coral: #e8896f;
  --coral-dark: #c96f5b;
  --teal: #658c84;
  --teal-deep: #416a62;
  --aqua: #abc3c0;
  --sun: #edbd61;
  --white: #ffffff;
  --line: rgba(21, 63, 68, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  line-height: 1.6;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  padding: 22px 32px;
}

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

.brand-mark {
  align-items: center;
  background: var(--coral);
  border-radius: 50% 50% 46% 54%;
  color: var(--white);
  display: inline-flex;
  font-family: Georgia, serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  height: 46px;
  justify-content: center;
  transform: rotate(-7deg);
  width: 46px;
}

.brand-logo {
  background: #fff;
  border-radius: 50%;
  height: 54px;
  object-fit: contain;
  width: 54px;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1;
}

.brand small {
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-top: 5px;
  text-transform: uppercase;
}

nav {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 28px;
}

nav a:not(.nav-cta):hover {
  color: var(--coral-dark);
}

.nav-cta {
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  padding: 10px 18px;
}

.nav-cta:hover {
  background: var(--ink);
  color: var(--cream);
}

.hero {
  align-items: center;
  display: grid;
  gap: 54px;
  grid-template-columns: 1.02fr 0.98fr;
  margin: 0 auto;
  max-width: 1200px;
  min-height: 680px;
  padding: 52px 32px 80px;
}

.eyebrow {
  color: var(--coral-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.17em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

h1 {
  font-size: clamp(60px, 7.5vw, 102px);
  letter-spacing: -0.055em;
  line-height: 0.93;
  margin-bottom: 30px;
}

h1 em {
  color: var(--coral);
  font-weight: 400;
}

.hero-lede {
  color: var(--ink-soft);
  font-size: 19px;
  max-width: 560px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 34px;
}

.button {
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  padding: 15px 24px;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.button-primary {
  background: var(--coral);
  box-shadow: 0 9px 0 rgba(21, 63, 68, 0.12);
  color: var(--white);
}

.button-primary:hover {
  background: var(--coral-dark);
  box-shadow: 0 6px 0 rgba(21, 63, 68, 0.14);
}

.text-link {
  border-bottom: 1px solid var(--ink);
  font-size: 14px;
  font-weight: 800;
  padding-bottom: 3px;
}

.location-note {
  align-items: center;
  color: var(--ink-soft);
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 7px;
  margin-top: 44px;
}

.location-note span {
  color: var(--teal);
  font-size: 24px;
}

.hero-art {
  background: var(--aqua);
  border-radius: 52% 48% 44% 56% / 54% 44% 56% 46%;
  box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.28);
  min-height: 520px;
  overflow: hidden;
  position: relative;
}

.hero-photo {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center 57%;
  position: absolute;
  width: 100%;
}

.hero-art::after {
  background: linear-gradient(180deg, transparent 55%, rgba(38, 70, 65, 0.48));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.photo-note {
  background: rgba(251, 247, 238, 0.94);
  border-radius: 999px;
  bottom: 24px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-style: italic;
  left: 50%;
  padding: 10px 18px;
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 2;
}

.sun {
  background: var(--sun);
  border-radius: 50%;
  box-shadow: 0 0 0 14px rgba(247, 200, 80, 0.18);
  height: 104px;
  position: absolute;
  right: 68px;
  top: 58px;
  width: 104px;
}

.cloud {
  background: rgba(255, 255, 255, 0.74);
  border-radius: 999px;
  height: 18px;
  position: absolute;
  width: 70px;
}

.cloud::before,
.cloud::after {
  background: inherit;
  border-radius: 50%;
  content: "";
  position: absolute;
}

.cloud::before {
  height: 30px;
  left: 12px;
  top: -13px;
  width: 30px;
}

.cloud::after {
  height: 23px;
  right: 10px;
  top: -8px;
  width: 23px;
}

.cloud-one {
  left: 46px;
  top: 100px;
}

.cloud-two {
  opacity: 0.7;
  right: 110px;
  top: 210px;
  transform: scale(0.72);
}

.island-card {
  align-items: center;
  background: var(--cream);
  border: 1px solid rgba(21, 63, 68, 0.12);
  border-radius: 34px;
  bottom: 76px;
  box-shadow: 0 24px 50px rgba(7, 91, 92, 0.24);
  display: flex;
  flex-direction: column;
  left: 50%;
  padding: 26px 28px 20px;
  position: absolute;
  transform: translateX(-50%) rotate(-2deg);
  width: 250px;
  z-index: 3;
}

.island-card p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-style: italic;
  margin: 16px 0 0;
  text-align: center;
}

.pet-face {
  background: var(--sand);
  border-radius: 48% 48% 43% 43%;
  height: 128px;
  position: relative;
  width: 132px;
}

.ear {
  background: #cc8d63;
  height: 70px;
  position: absolute;
  top: -21px;
  width: 46px;
  z-index: -1;
}

.ear-left {
  border-radius: 70% 20% 60% 30%;
  left: -10px;
  transform: rotate(-24deg);
}

.ear-right {
  border-radius: 20% 70% 30% 60%;
  right: -10px;
  transform: rotate(24deg);
}

.eye {
  background: var(--ink);
  border-radius: 50%;
  height: 11px;
  position: absolute;
  top: 50px;
  width: 11px;
}

.eye-left {
  left: 36px;
}

.eye-right {
  right: 36px;
}

.nose {
  background: var(--ink);
  border-radius: 50% 50% 60% 60%;
  bottom: 38px;
  height: 16px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 21px;
}

.nose::after {
  border-bottom: 3px solid var(--coral-dark);
  border-radius: 0 0 50% 50%;
  bottom: -18px;
  content: "";
  height: 14px;
  left: -6px;
  position: absolute;
  width: 34px;
}

.wave {
  border: 3px solid rgba(255, 255, 255, 0.55);
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
  bottom: 40px;
  height: 20px;
  position: absolute;
  width: 160px;
}

.wave-one {
  left: 28px;
}

.wave-two {
  bottom: 18px;
  right: 20px;
  width: 210px;
}

.palm {
  bottom: 58px;
  height: 260px;
  left: 20px;
  position: absolute;
  transform: rotate(-7deg);
  width: 180px;
}

.palm-trunk {
  background: #b47c52;
  border-radius: 999px;
  bottom: 0;
  height: 210px;
  left: 83px;
  position: absolute;
  transform: rotate(6deg);
  width: 18px;
}

.palm-leaf {
  background: var(--teal-deep);
  border-radius: 100% 0 100% 0;
  height: 70px;
  left: 84px;
  position: absolute;
  top: 16px;
  transform-origin: bottom left;
  width: 24px;
}

.leaf-one { transform: rotate(-80deg); }
.leaf-two { transform: rotate(-35deg); }
.leaf-three { transform: rotate(18deg); }
.leaf-four { transform: rotate(62deg); }

.promise-strip {
  align-items: center;
  background: var(--ink);
  color: var(--cream);
  display: flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-style: italic;
  justify-content: center;
  gap: clamp(18px, 4vw, 56px);
  padding: 18px 24px;
}

.promise-strip p {
  margin: 0;
}

.promise-strip span {
  color: var(--coral);
}

.care-section,
.inquiry-section {
  margin: 0 auto;
  max-width: 1200px;
  padding: 110px 32px;
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 70px;
  grid-template-columns: 1fr 0.72fr;
  margin-bottom: 56px;
}

h2 {
  font-size: clamp(42px, 5vw, 66px);
  letter-spacing: -0.04em;
  line-height: 1.02;
  margin-bottom: 0;
}

.section-heading > p,
.treats-copy > p,
.inquiry-intro > p {
  color: var(--ink-soft);
  font-size: 17px;
  margin-bottom: 0;
}

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

.step-card {
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--line);
  border-radius: 22px;
  min-height: 250px;
  padding: 30px;
}

.step-card > span {
  color: var(--coral-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-style: italic;
}

.step-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1.1;
  margin: 48px 0 16px;
}

.step-card p {
  color: var(--ink-soft);
  font-size: 14px;
}

.treats-section {
  background: var(--teal-deep);
  color: var(--white);
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 620px;
  overflow: hidden;
}

.pet-gallery {
  background: #fff;
  padding: 110px max(32px, calc((100vw - 1136px) / 2));
}

.gallery-heading {
  display: grid;
  gap: 28px;
  grid-template-columns: 0.6fr 1.4fr;
  margin-bottom: 46px;
}

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

.gallery-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.15fr 1fr 1fr;
}

.gallery-card {
  background: var(--cream);
  border-radius: 24px;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.gallery-card img {
  display: block;
  height: 430px;
  object-fit: cover;
  width: 100%;
}

.gallery-card-tall img {
  object-position: center 38%;
}

.gallery-card figcaption {
  background: rgba(251, 247, 238, 0.94);
  border-radius: 999px;
  bottom: 16px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  left: 16px;
  padding: 8px 13px;
  position: absolute;
}

.treats-art {
  align-items: center;
  background: var(--aqua);
  display: flex;
  justify-content: center;
  min-height: 620px;
  overflow: hidden;
  position: relative;
}

.treats-art > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center 42%;
  position: absolute;
  width: 100%;
}

.treats-photo-label {
  background: var(--cream);
  border-radius: 999px;
  bottom: 28px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-style: italic;
  left: 50%;
  padding: 10px 18px;
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 2;
}

.treat-bag {
  align-items: center;
  background: var(--cream);
  border-radius: 12px 12px 26px 26px;
  box-shadow: 0 30px 60px rgba(7, 91, 92, 0.26);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  height: 330px;
  justify-content: center;
  position: relative;
  transform: rotate(-5deg);
  width: 250px;
  z-index: 2;
}

.treat-bag::before {
  background: var(--coral);
  content: "";
  height: 28px;
  left: -6px;
  position: absolute;
  right: -6px;
  top: 30px;
}

.treat-bag small {
  color: var(--coral-dark);
  font-family: Georgia, serif;
  font-size: 22px;
  font-style: italic;
}

.treat-bag strong {
  font-size: 30px;
  letter-spacing: 0.04em;
  margin-top: 24px;
}

.treat-bag span {
  color: var(--ink-soft);
  font-family: Georgia, serif;
  font-size: 26px;
  font-style: italic;
}

.treat {
  background: #d89a61;
  border-radius: 50% 44% 52% 48%;
  height: 68px;
  position: absolute;
  width: 68px;
}

.treat::after {
  color: #a86a3c;
  content: "•  •  •";
  font-size: 17px;
  left: 12px;
  position: absolute;
  top: 18px;
}

.treat-one { left: 12%; top: 16%; transform: rotate(19deg); }
.treat-two { bottom: 14%; right: 11%; transform: rotate(-12deg); }
.treat-three { right: 9%; top: 12%; transform: scale(0.7) rotate(28deg); }

.treats-copy {
  align-self: center;
  max-width: 580px;
  padding: 80px clamp(42px, 8vw, 120px);
}

.treats-copy .eyebrow {
  color: var(--aqua);
}

.treats-copy h2 {
  margin-bottom: 28px;
}

.treats-copy > p {
  color: rgba(255, 255, 255, 0.74);
  margin-bottom: 34px;
}

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

.inquiry-section {
  align-items: start;
  display: grid;
  gap: 80px;
  grid-template-columns: 0.78fr 1.22fr;
}

.inquiry-intro {
  position: sticky;
  top: 40px;
}

.inquiry-intro h2 {
  margin-bottom: 28px;
}

.inquiry-badge {
  align-items: center;
  background: rgba(131, 215, 207, 0.25);
  border: 1px solid rgba(15, 122, 120, 0.22);
  border-radius: 14px;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 10px;
  margin-top: 34px;
  padding: 14px 16px;
}

.inquiry-badge span {
  align-items: center;
  background: var(--teal);
  border-radius: 50%;
  color: white;
  display: flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.inquiry-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(21, 63, 68, 0.08);
  display: grid;
  gap: 20px;
  padding: 36px;
}

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

label {
  color: var(--ink);
  display: grid;
  font-size: 12px;
  font-weight: 800;
  gap: 8px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

label span {
  color: #7a9294;
  font-size: 10px;
  font-weight: 600;
}

input,
select,
textarea {
  background: #fffdf7;
  border: 1px solid rgba(21, 63, 68, 0.25);
  border-radius: 11px;
  color: var(--ink);
  font-size: 15px;
  letter-spacing: 0;
  min-height: 50px;
  outline: none;
  padding: 12px 14px;
  text-transform: none;
  width: 100%;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(15, 122, 120, 0.12);
}

.form-button {
  justify-self: start;
  margin-top: 8px;
}

footer {
  align-items: center;
  background: var(--sand);
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr auto 1fr;
  padding: 34px max(32px, calc((100vw - 1136px) / 2));
}

footer p {
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 700;
  margin: 0;
}

.footer-note {
  justify-self: end;
}

@media (max-width: 900px) {
  nav a:not(.nav-cta) {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 30px;
  }

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

  .hero-lede {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions,
  .location-note {
    justify-content: center;
  }

  .hero-art {
    margin: 0 auto;
    max-width: 580px;
    width: 100%;
  }

  .section-heading,
  .inquiry-section {
    gap: 38px;
    grid-template-columns: 1fr;
  }

  .inquiry-intro {
    position: static;
  }

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

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

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

  .gallery-card:first-child {
    grid-column: 1 / -1;
  }

  .treats-art {
    min-height: 500px;
  }

  footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-brand,
  .footer-note {
    justify-self: center;
  }
}

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

  .brand small {
    display: none;
  }

  .brand strong {
    font-size: 18px;
  }

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

  .nav-cta {
    font-size: 12px;
    padding: 8px 13px;
  }

  .hero {
    min-height: auto;
    padding: 36px 20px 64px;
  }

  h1 {
    font-size: clamp(54px, 18vw, 76px);
  }

  .hero-art {
    border-radius: 42px;
    min-height: 440px;
  }

  .palm {
    left: -15px;
  }

  .promise-strip {
    align-items: center;
    flex-direction: column;
    gap: 5px;
    padding: 20px;
  }

  .promise-strip span {
    display: none;
  }

  .care-section,
  .inquiry-section,
  .pet-gallery {
    padding: 80px 20px;
  }

  .steps-grid,
  .field-row,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-card:first-child {
    grid-column: auto;
  }

  .gallery-card img {
    height: 380px;
  }

  .step-card {
    min-height: 220px;
  }

  .treats-art {
    min-height: 440px;
  }

  .treats-copy {
    padding: 70px 24px;
  }

  .inquiry-form {
    border-radius: 20px;
    padding: 22px;
  }
}

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

  .button {
    transition: none;
  }
}

.thanks-page {
  align-items: center;
  background: linear-gradient(145deg, var(--cream), #d9f1ec);
  display: flex;
  justify-content: center;
  min-height: 100vh;
  padding: 24px;
}

.thanks-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: 0 28px 70px rgba(21, 63, 68, 0.12);
  max-width: 620px;
  padding: 58px;
  text-align: center;
}

.thanks-logo {
  display: block;
  width: 7.5rem;
  height: 7.5rem;
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 16px 36px rgba(63, 102, 95, 0.16);
}

.thanks-card .brand-mark {
  margin-bottom: 28px;
}

.thanks-card h1 {
  font-size: clamp(56px, 10vw, 92px);
}

.thanks-card p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: 18px;
  margin: 0 auto 30px;
  max-width: 440px;
}
