:root {
  --ink: #18332c;
  --green: #22483e;
  --sage: #aab99a;
  --cream: #f6f1e8;
  --paper: #fffdf8;
  --coral: #dc765e;
  --line: rgba(24, 51, 44, 0.16);
  --serif: "Prata", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  height: 82px; display: flex; align-items: center; justify-content: space-between;
  padding: 0 clamp(22px, 5vw, 76px); background: var(--cream); border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 700; letter-spacing: .18em; font-size: 15px; }
.brand-mark { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; color: var(--cream); background: var(--ink); font-family: var(--serif); font-size: 19px; letter-spacing: 0; }
.desktop-nav { display: flex; gap: 38px; font-size: 13px; font-weight: 600; }
.desktop-nav a { transition: opacity .2s; }
.desktop-nav a:hover { opacity: .55; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 57px; padding: 0 28px; border-radius: 2px; background: var(--coral); color: white; font-size: 13px; font-weight: 700; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #c96550; }
.button-small { min-height: 43px; padding-inline: 22px; }

.hero { min-height: calc(100vh - 82px); display: grid; grid-template-columns: 46% 54%; }
.hero-copy { padding: clamp(70px, 9vw, 130px) 6vw 50px max(6vw, calc((100vw - 1440px) / 2)); display: flex; flex-direction: column; align-items: flex-start; }
.eyebrow { margin: 0 0 31px; text-transform: uppercase; font-size: 10px; letter-spacing: .24em; font-weight: 700; }
.eyebrow span { display: inline-block; width: 33px; height: 1px; background: currentColor; vertical-align: middle; margin-right: 11px; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: 1.14; }
h1 { font-size: clamp(48px, 5vw, 78px); }
h1 em, h2 em { color: var(--coral); font-style: italic; }
.hero-text { max-width: 510px; margin: 31px 0 34px; font-size: 16px; line-height: 1.75; color: rgba(24, 51, 44, .72); }
.hero-actions { display: flex; align-items: center; gap: 34px; }
.text-link { font-size: 12px; font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.text-link span { margin-left: 12px; }
.hero-note { display: flex; gap: 15px; align-items: center; margin-top: auto; padding-top: 50px; font-size: 11px; line-height: 1.6; }
.hero-note p { margin: 0; }
.hero-note strong { font-size: 12px; }
.paw { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; color: var(--coral); font-size: 7px; box-shadow: -5px -4px 0 -2px var(--cream), -5px -4px 0 -1px var(--coral), 5px -4px 0 -2px var(--cream), 5px -4px 0 -1px var(--coral); }
.hero-media { position: relative; overflow: hidden; min-height: 650px; }
.hero-media::after { content: ""; position: absolute; inset: 0; box-shadow: inset 40px 0 70px rgba(246, 241, 232, .08); pointer-events: none; }
.hero-media picture { display: block; width: 100%; height: 100%; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-sticker { position: absolute; z-index: 1; top: 33px; right: 35px; width: 103px; height: 103px; border-radius: 50%; display: grid; place-content: center; text-align: center; background: var(--cream); transform: rotate(8deg); font-family: var(--serif); font-size: 12px; line-height: 1.1; }
.hero-sticker strong { color: var(--coral); font-size: 19px; }
.image-caption { position: absolute; z-index: 1; bottom: 34px; right: 34px; color: white; text-align: right; font-family: var(--serif); font-size: 15px; line-height: 1.5; }

.marquee { overflow: hidden; padding: 19px 0; background: var(--green); color: var(--cream); white-space: nowrap; font-family: var(--serif); font-size: 14px; text-transform: uppercase; letter-spacing: .14em; }
.marquee div { width: max-content; animation: move 28s linear infinite; }
.marquee i { padding: 0 28px; color: var(--coral); font-style: normal; }
@keyframes move { to { transform: translateX(-40%); } }

.section { max-width: 1440px; margin: auto; padding: clamp(85px, 10vw, 145px) clamp(22px, 6vw, 88px); }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: end; margin-bottom: 66px; }
.section-heading h2 { font-size: clamp(39px, 4.2vw, 64px); }
.section-heading > p { max-width: 430px; margin: 0 0 5px; color: rgba(24, 51, 44, .67); font-size: 14px; line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid var(--line); }
.service-card { min-height: 390px; display: flex; flex-direction: column; padding: 27px 27px 31px; border: 1px solid var(--line); border-left: 0; background: rgba(255, 253, 248, .35); transition: transform .25s, background .25s; }
.service-card:hover { transform: translateY(-7px); background: var(--paper); }
.service-featured { background: var(--green); color: white; border-color: var(--green); }
.service-featured:hover { background: var(--green); }
.service-number { text-align: right; font-size: 10px; letter-spacing: .1em; opacity: .5; }
.service-icon { margin: 55px 0 36px; font-family: var(--serif); color: var(--coral); font-size: 35px; }
.service-card h3 { margin: 0 0 17px; font-family: var(--serif); font-size: 21px; font-weight: 400; }
.service-card p { margin: 0 0 28px; font-size: 12px; line-height: 1.75; opacity: .65; }
.card-link { margin-top: auto; width: max-content; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 700; }
.card-link span { margin-left: 20px; }

.care { background: var(--green); color: var(--cream); display: grid; grid-template-columns: 1fr 1fr; }
.care-copy { padding: clamp(80px, 8vw, 125px) clamp(25px, 7vw, 105px); }
.eyebrow.light { color: rgba(255,255,255,.7); }
.care h2 { font-size: clamp(39px, 4vw, 61px); }
.care-copy > p:not(.eyebrow) { max-width: 530px; margin: 29px 0 48px; font-size: 14px; line-height: 1.8; opacity: .68; }
.care-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.17); }
.care-list li { display: grid; grid-template-columns: 55px 1fr; gap: 16px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.care-list li > span { color: var(--coral); font-size: 10px; padding-top: 4px; }
.care-list strong { font-family: var(--serif); font-weight: 400; font-size: 17px; }
.care-list p { margin: 5px 0 0; font-size: 11px; opacity: .58; }
.care-quote { min-height: 660px; position: relative; display: flex; flex-direction: column; justify-content: center; padding: 9vw; background: var(--sage); color: var(--ink); overflow: hidden; }
.care-quote::before, .care-quote::after { content: ""; position: absolute; width: 360px; height: 360px; border: 1px solid rgba(24,51,44,.18); border-radius: 50%; }
.care-quote::before { top: -180px; right: -110px; }
.care-quote::after { bottom: -180px; left: -110px; }
.quote-mark { font-family: var(--serif); color: var(--coral); font-size: 70px; line-height: .5; }
.care-quote > p { max-width: 540px; margin: 23px 0 34px; font-family: var(--serif); font-size: clamp(28px, 2.5vw, 40px); line-height: 1.45; }
.handline { width: max-content; color: rgba(24,51,44,.55); border-bottom: 1px solid currentColor; font-size: 11px; font-style: italic; }

.reviews { max-width: none; background: var(--paper); }
.reviews > * { max-width: 1264px; margin-left: auto; margin-right: auto; }
.reviews-heading { align-items: center; }
.reviews-summary { justify-self: end; display: grid; justify-items: end; gap: 4px; }
.reviews-stars, .review-stars { color: var(--coral); letter-spacing: .16em; }
.reviews-stars { font-size: 20px; }
.reviews-summary strong { font-family: var(--serif); font-size: 20px; font-weight: 400; }
.reviews-summary span { color: rgba(24,51,44,.58); font-size: 10px; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review-card { min-height: 305px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); background: var(--cream); }
.review-card-featured { grid-column: span 2; background: var(--sage); }
.review-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: rgba(24,51,44,.5); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.review-stars { font-size: 11px; }
.review-photo { width: 100%; height: 280px; margin-top: 23px; object-fit: contain; object-position: center; background: rgba(24,51,44,.06); filter: saturate(.86); }
.review-card-featured .review-photo { height: 340px; }
.review-card blockquote { max-width: 670px; margin: 28px 0 35px; font-family: var(--serif); font-size: 19px; line-height: 1.65; }
.review-card-featured blockquote { font-size: clamp(21px, 2vw, 29px); line-height: 1.5; }
.review-card footer { display: flex; align-items: center; gap: 12px; margin-top: auto; padding: 0; background: transparent; color: inherit; }
.review-avatar { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 auto; border-radius: 50%; background: var(--green); color: white; font-family: var(--serif); font-size: 14px; }
.review-card footer div { display: grid; gap: 3px; }
.review-card footer strong { font-size: 11px; }
.review-card footer div span { color: rgba(24,51,44,.55); font-size: 9px; }
.reviews-note { margin-top: 17px; color: rgba(24,51,44,.45); font-size: 9px; text-align: right; }

.faq-heading { align-items: center; }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 30px; padding: 25px 0; font-family: var(--serif); font-size: 19px; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--coral); transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 760px; margin: -5px 0 26px; color: rgba(24,51,44,.67); font-size: 13px; line-height: 1.8; }

.booking { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; padding: clamp(72px, 8vw, 110px) max(6vw, calc((100vw - 1264px) / 2)); background: var(--coral); color: white; }
.booking h2 { font-size: clamp(43px, 5vw, 70px); }
.booking h2 em { color: var(--green); }
.booking-action { max-width: 460px; }
.booking-action p { margin: 0 0 27px; font-size: 14px; line-height: 1.8; opacity: .82; }
.button-light { width: 100%; background: var(--cream); color: var(--ink); }
.button-light:hover { background: white; }
.button-light.is-missing { font-size: 11px; }
.booking-action small { display: block; margin-top: 11px; text-align: center; opacity: .65; font-size: 10px; }

footer { display: grid; grid-template-columns: 1.1fr 1fr 1fr auto; align-items: center; gap: 40px; padding: 55px clamp(22px, 6vw, 88px); background: #142d27; color: var(--cream); }
footer > p { margin: 0; font-size: 11px; line-height: 1.7; opacity: .6; }
.footer-links { display: flex; flex-direction: column; gap: 8px; font-size: 11px; }
.copyright { white-space: nowrap; }

@media (max-width: 920px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 660px; padding: 75px 7vw 45px; }
  .hero-media { min-height: 560px; }
  .section-heading { grid-template-columns: 1fr; gap: 26px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .care { grid-template-columns: 1fr; }
  .care-quote { min-height: 500px; }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .review-card-featured { grid-column: span 2; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .site-header { height: 70px; padding-inline: 18px; }
  .site-header .button-small { min-height: 40px; padding-inline: 15px; }
  .hero { min-height: auto; }
  .hero-copy { min-height: 625px; padding-top: 64px; }
  h1 { font-size: 45px; }
  .hero-text { margin-block: 25px; font-size: 14px; }
  .hero-actions { width: 100%; align-items: stretch; flex-direction: column; gap: 20px; }
  .hero-actions .button { width: 100%; }
  .text-link { align-self: center; }
  .hero-media { min-height: 440px; }
  .hero-media img { object-position: 64% center; }
  .hero-sticker { width: 82px; height: 82px; top: 18px; right: 18px; }
  .service-grid { grid-template-columns: 1fr; border-left: 0; }
  .service-card { border-left: 1px solid var(--line); min-height: 330px; }
  .service-icon { margin: 32px 0 28px; }
  .reviews-summary { justify-self: start; justify-items: start; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review-card-featured { grid-column: auto; }
  .review-card { min-height: 280px; }
  .review-photo, .review-card-featured .review-photo { height: 300px; }
  .review-card blockquote, .review-card-featured blockquote { margin-top: 28px; font-size: 18px; }
  .booking { grid-template-columns: 1fr; gap: 35px; padding-inline: 7vw; }
  footer { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .footer-links { align-items: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
