:root {
  --ink: #15120b;
  --forest: #1f1b12;
  --forest-2: #070604;
  --moss: #8a6a00;
  --cream: #fff8db;
  --paper: #fffdf2;
  --sand: #ffeaa3;
  --coral: #ffc400;
  --coral-dark: #d99a00;
  --lime: #ffdf3d;
  --line: rgba(21, 18, 11, 0.16);
  --muted: #675f4f;
  --shadow: 0 24px 80px rgba(21, 18, 11, 0.16);
  --radius: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Nunito", Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
}

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

button,
input,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

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

.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;
}

.announcement {
  display: flex;
  justify-content: center;
  gap: 26px;
  align-items: center;
  min-height: 35px;
  padding: 8px 24px;
  color: var(--paper);
  background: var(--forest-2);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.announcement p {
  margin: 0;
}

.announcement a {
  color: var(--lime);
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 35px;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 7px 5.5vw;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-logo {
  width: clamp(190px, 17vw, 260px);
  height: auto;
}

.brand-logo-supplied {
  width: clamp(150px, 14vw, 190px);
  border-radius: 0;
}

.brand-logo-horizontal {
  object-fit: contain;
}

.brand-logo-footer {
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.18));
}

.main-nav {
  display: flex;
  gap: clamp(23px, 2.2vw, 38px);
  margin-left: auto;
  margin-right: 44px;
}

.main-nav a {
  position: relative;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 2px;
  background: var(--coral);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 240ms ease;
}

.main-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta,
.button {
  display: inline-flex;
  gap: 13px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  transition: transform 220ms ease, background 220ms ease, color 220ms ease;
}

.header-cta:hover,
.button:hover {
  transform: translateY(-3px);
}

.header-cta {
  padding: 11px 17px 11px 19px;
  color: var(--paper);
  background: var(--forest);
}

.header-cta span,
.button span {
  font-size: 18px;
  line-height: 0.8;
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(420px, 0.95fr) minmax(560px, 0.9fr);
  column-gap: clamp(42px, 5.5vw, 110px);
  min-height: calc(100vh - 110px);
  padding: 54px 3.2vw 30px 5.5vw;
  overflow: hidden;
}

.hero::before {
  position: absolute;
  top: -100px;
  left: -16vw;
  width: 67vw;
  height: 920px;
  border-radius: 0 0 48% 0;
  background: #ffeaa3;
  content: "";
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  justify-self: end;
  max-width: 760px;
  padding-bottom: 14px;
  text-align: right;
}

@media (min-width: 901px) {
  .hero-copy {
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .hero-visual {
    order: 1;
  }
}

.eyebrow,
.section-kicker {
  margin: 0 0 20px;
  color: var(--moss);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  gap: 10px;
  align-items: center;
}

.hero-copy .eyebrow {
  justify-content: flex-end;
}

.eyebrow-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 4px rgba(255, 196, 0, 0.16);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Fraunces", Arial, sans-serif;
  letter-spacing: 0;
}

h1 {
  max-width: 710px;
  font-size: clamp(70px, 6.2vw, 100px);
  font-weight: 800;
  line-height: 0.94;
}

h1 em,
h2 em {
  color: var(--coral);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.hero-description {
  max-width: 650px;
  margin: 22px 0 22px auto;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.66;
}

.hero-actions {
  display: flex;
  gap: 27px;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.button {
  padding: 16px 23px 16px 25px;
}

.button-primary {
  color: var(--forest-2);
  background: var(--coral);
  box-shadow: 0 15px 30px rgba(217, 154, 0, 0.24);
}

.button-primary:hover {
  background: var(--coral-dark);
  color: #fff;
}

.button-dark {
  color: #fff;
  background: var(--forest);
}

.button-dark:hover {
  background: var(--forest-2);
}

.button-light {
  color: var(--forest-2);
  background: var(--lime);
}

.button-light:hover {
  background: #ffe86a;
}

.text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
}

.text-link span {
  font-size: 17px;
}

.hero-proof {
  display: flex;
  gap: 13px;
  align-items: center;
  justify-content: flex-end;
  margin-top: 24px;
  width: 100%;
}

.proof-avatars {
  display: flex;
}

.proof-avatars span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-right: -8px;
  border: 2px solid var(--cream);
  border-radius: 50%;
  color: var(--paper);
  background: var(--forest);
  font-size: 9px;
  font-weight: 700;
}

.proof-avatars span:nth-child(2) {
  background: var(--coral);
}

.proof-avatars span:nth-child(3) {
  background: #9a7a14;
}

.hero-proof strong,
.hero-proof small {
  display: block;
}

.hero-proof strong {
  font-family: "Fraunces", Arial, sans-serif;
  font-size: 14px;
}

.hero-proof small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 11px;
}

.hero-visual {
  position: relative;
  z-index: 1;
  align-self: center;
  height: 440px;
}

.hero-sun {
  position: absolute;
  top: 2%;
  right: 8%;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background: var(--lime);
}

.hero-image-wrap {
  position: absolute;
  top: 7%;
  left: 9%;
  width: min(35vw, 520px);
  height: 405px;
  overflow: hidden;
  border: 11px solid rgba(255, 253, 248, 0.74);
  border-radius: 230px 230px 36px 36px;
  box-shadow: var(--shadow);
}

.hero-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-badge {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 18px 40px rgba(21, 18, 11, 0.16);
  backdrop-filter: blur(14px);
}

.badge-top {
  top: 21%;
  left: 0;
  gap: 11px;
  padding: 11px 15px 11px 10px;
  border-radius: 16px;
  background: rgba(255, 253, 248, 0.89);
}

.badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: var(--forest);
}

.badge-icon svg {
  width: 22px;
  fill: none;
  stroke: var(--lime);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.badge-top strong,
.badge-top small {
  display: block;
}

.badge-top strong {
  font-size: 12px;
}

.badge-top small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 10px;
}

.badge-bottom {
  right: 4%;
  bottom: 5%;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px 18px;
  border-radius: 18px;
  color: var(--paper);
  background: rgba(31, 27, 18, 0.9);
}

.badge-bottom strong {
  color: var(--lime);
  font-family: "Fraunces", Arial, sans-serif;
  font-size: 30px;
  letter-spacing: 0;
}

.badge-bottom span {
  max-width: 94px;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  line-height: 1.4;
}

.hero-doodle {
  position: absolute;
  right: 2%;
  bottom: -2%;
  width: 155px;
  fill: none;
  stroke: var(--coral);
  stroke-dasharray: 7 8;
  stroke-linecap: round;
  stroke-width: 3;
  transform: rotate(-8deg);
}

.hero-scroll {
  position: absolute;
  bottom: 24px;
  left: 5.5vw;
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--moss);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: left top;
}

.hero-scroll i {
  display: inline-block;
  width: 42px;
  height: 1px;
  background: var(--moss);
}

.trust-strip {
  display: flex;
  gap: 24px;
  align-items: center;
  min-height: 77px;
  padding: 18px 5.5vw;
  color: var(--paper);
  background: var(--forest);
}

.trust-strip p {
  min-width: 175px;
  margin: 0;
  color: var(--lime);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.trust-items {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
}

.trust-items span {
  padding: 2px 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  font-family: "Fraunces", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.section-shell {
  padding-right: 5.5vw;
  padding-left: 5.5vw;
}

.intro {
  padding-top: 147px;
  padding-bottom: 112px;
  text-align: center;
}

h2 {
  font-size: clamp(48px, 5.2vw, 78px);
  font-weight: 800;
  line-height: 1;
}

.intro-copy {
  max-width: 635px;
  margin: 27px auto 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

.services {
  padding-bottom: 150px;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 44px;
  align-items: flex-end;
  margin-bottom: 45px;
}

.section-heading > p {
  max-width: 405px;
  margin: 0 2.2vw 5px 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

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

.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 400px !important;
  min-height: 0;
  padding: 0;
  overflow: visible;
  border-radius: var(--radius);
}

.service-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition:
    transform .28s ease,
    filter .35s ease;
}

.service-card:hover .service-card-inner,
.service-card:focus-within .service-card-inner {
  transform: translateY(-8px);
  filter: drop-shadow(0 30px 42px rgba(21, 18, 11, 0.2));
}

.service-card-face {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  padding: 26px;
  overflow: hidden;
  border-radius: var(--radius);
  transition: opacity .12s ease, visibility .12s ease;
}

.service-card-front {
  z-index: 2;
}

.service-card:nth-child(1) .service-card-front {
  background:
    radial-gradient(circle at 88% 82%, rgba(255, 255, 255, 0.13), transparent 24%),
    linear-gradient(145deg, #3a3120 0%, #1f1b12 100%);
}

.service-card:hover .service-card-front {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

@media (prefers-reduced-motion: reduce) {
  .service-card-inner {
    transition: none;
  }
}

.card-number {
  position: absolute;
  top: 28px;
  right: 29px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 19px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 17px;
}

.service-icon svg {
  width: 31px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.service-card h3 {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1;
}

.service-card p {
  max-width: 470px;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.58;
}

.service-card a {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
}

.service-card a span {
  font-size: 17px;
}

.service-card-green .service-card-front {
  color: #fff;
  background: var(--moss);
}

.service-card-coral .service-card-front {
  color: #fff;
  background: var(--coral);
}

.card-orbit {
  position: absolute;
  right: -76px;
  bottom: -84px;
  width: 190px;
  height: 190px;
  border: 22px solid rgba(255, 223, 61, 0.18);
  border-radius: 50%;
}

.card-paw {
  position: absolute;
  right: -5px;
  bottom: -10px;
  width: 126px;
  fill: rgba(255, 255, 255, 0.1);
}

.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 685px;
  background: #ffeaa3;
}

.about-image {
  position: relative;
  min-height: 580px;
}

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

.image-caption {
  position: absolute;
  right: 34px;
  bottom: 34px;
  display: flex;
  gap: 12px;
  align-items: center;
  min-width: 155px;
  padding: 18px 19px;
  border-radius: 18px;
  color: var(--paper);
  background: var(--forest);
  box-shadow: var(--shadow);
}

.image-caption strong {
  color: var(--lime);
  font-family: "Fraunces", Arial, sans-serif;
  font-size: 34px;
  letter-spacing: 0;
}

.image-caption span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 11px;
  line-height: 1.35;
}

.about-copy {
  align-self: center;
  padding: 73px 8vw 73px 6.5vw;
}

.about-copy h2 {
  font-size: clamp(46px, 4.6vw, 69px);
}

.about-copy > p:not(.section-kicker) {
  max-width: 545px;
  margin: 25px 0 26px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.about-list {
  margin-bottom: 28px;
  border-top: 1px solid rgba(21, 18, 11, 0.19);
}

.about-list span {
  display: flex;
  gap: 17px;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid rgba(21, 18, 11, 0.19);
  font-size: 13px;
  font-weight: 700;
}

.about-list b {
  color: var(--coral);
  font-size: 11px;
  letter-spacing: 0.1em;
}

.impact {
  padding-top: 139px;
  padding-bottom: 140px;
}

.metrics {
  display: grid;
  margin-top: 60px;
  grid-template-columns: repeat(4, 1fr);
}

.metric {
  min-height: 170px;
  padding: 0 28px;
  border-left: 1px solid var(--line);
}

.metric:first-child {
  padding-left: 0;
  border-left: 0;
}

.metric strong {
  font-family: "Fraunces", Arial, sans-serif;
  font-size: clamp(62px, 7vw, 96px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.92;
}

.metric sup {
  position: relative;
  top: -40px;
  color: var(--coral);
  font-family: "Fraunces", Arial, sans-serif;
  font-size: 25px;
  font-weight: 800;
}

.metric span {
  display: block;
  max-width: 130px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.5;
  text-transform: uppercase;
}

.journey {
  padding: 137px 0 130px;
  color: #fff;
  background: var(--forest);
}

.journey .section-kicker {
  color: var(--lime);
}

.journey h2 em {
  color: var(--lime);
}

.journey-grid {
  display: grid;
  margin-top: 56px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  grid-template-columns: repeat(3, 1fr);
}

.journey-step {
  position: relative;
  min-height: 325px;
  padding: 34px 4.5vw 35px 0;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.journey-step:first-child {
  border-left: 0;
}

.journey-step:not(:first-child) {
  padding-left: 4vw;
}

.journey-step > span {
  position: absolute;
  top: 33px;
  right: 3.5vw;
  color: rgba(255, 255, 255, 0.45);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.journey-step svg {
  width: 62px;
  margin-bottom: 38px;
  fill: none;
  stroke: var(--lime);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.journey-step h3 {
  margin-bottom: 10px;
  font-size: 25px;
}

.journey-step p {
  max-width: 300px;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.65;
}

.journey-action {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 32px;
}

.journey-action > span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
}

.stories {
  position: relative;
  padding-top: 142px;
  padding-bottom: 150px;
}

.story-review-button {
  position: absolute;
  top: 145px;
  right: 5.5vw;
  z-index: 2;
  display: inline-flex;
  gap: 9px;
  align-items: center;
  padding: 13px 17px 13px 18px;
  border-radius: 999px;
  color: var(--forest-2);
  background: var(--coral);
  box-shadow: 0 16px 36px rgba(217, 154, 0, 0.24);
  font-size: 12px;
  font-weight: 800;
  transition: transform 220ms ease, background 220ms ease;
}

.story-review-button:hover {
  background: var(--lime);
  transform: translateY(-3px);
}

.story-review-button span {
  font-size: 17px;
  line-height: 0.8;
}

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

.story-card {
  display: flex;
  flex-direction: column;
  min-height: 310px;
  padding: 29px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 253, 248, 0.35);
}

.story-card-featured {
  color: #fff;
  background: var(--moss);
}

.story-rating {
  color: var(--coral);
  font-size: 13px;
  letter-spacing: 0.16em;
}

.story-card-featured .story-rating {
  color: var(--lime);
}

.story-card blockquote {
  margin: 24px 0 28px;
  font-family: "Fraunces", Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
}

.story-author {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: auto;
}

.story-author > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  background: var(--coral);
  font-size: 10px;
  font-weight: 700;
}

.story-author strong {
  display: block;
  font-size: 12px;
}

.closing-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 530px;
  padding: 86px 24px;
  overflow: hidden;
  text-align: center;
  background: var(--coral);
}

.closing-copy {
  position: relative;
  z-index: 1;
}

.closing-copy .section-kicker {
  color: #5b4300;
}

.closing-copy h2 {
  color: #fff;
  font-size: clamp(59px, 7vw, 104px);
}

.closing-copy h2 em {
  color: var(--forest);
}

.closing-copy p:not(.section-kicker) {
  max-width: 540px;
  margin: 21px auto 27px;
  color: rgba(255, 255, 255, 0.77);
  font-size: 16px;
  line-height: 1.6;
}

.closing-doodle {
  position: absolute;
  top: 48%;
  right: 9%;
  width: 170px;
  opacity: 0.18;
  transform: rotate(16deg) translateY(-50%);
}

.closing-doodle svg {
  fill: none;
  stroke: #fff;
  stroke-width: 4;
}

.site-footer {
  padding: 76px 5.5vw 23px;
  color: rgba(255, 255, 255, 0.75);
  background: var(--forest-2);
}

.footer-top,
.footer-bottom {
  display: flex;
  justify-content: space-between;
}

.brand-footer {
  color: #fff;
}

.footer-brand p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 14px;
  line-height: 1.55;
}

.footer-links {
  display: flex;
  gap: clamp(55px, 7vw, 110px);
}

.footer-links strong {
  display: block;
  margin-bottom: 16px;
  color: var(--lime);
  font-size: 10px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.footer-links a {
  display: block;
  margin: 9px 0;
  font-size: 12px;
}

.footer-links a:hover {
  color: var(--lime);
}

.footer-bottom {
  margin-top: 65px;
  padding-top: 19px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
}

.footer-bottom div {
  display: flex;
  gap: 18px;
}

.whatsapp-pill,
.locate-pill {
  position: fixed;
  z-index: 8;
  top: 164px;
  bottom: auto;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 11px 15px 11px 11px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  color: #fff;
  background: #1f1b12;
  box-shadow: 0 15px 35px rgba(31, 27, 18, 0.25);
  font-size: 12px;
  font-weight: 700;
  transition: transform 220ms ease;
}

.whatsapp-pill {
  right: calc(50% - 12px);
  left: auto;
  background: #1f1b12;
}

.locate-pill {
  left: calc(50% + 18px);
  color: var(--forest-2);
  background: var(--coral);
}

.hero > .whatsapp-pill,
.hero > .locate-pill {
  position: absolute;
  top: 0;
  bottom: auto;
}

.hero > .whatsapp-pill {
  right: calc(50% - 12px);
  left: auto;
}

.hero > .locate-pill {
  left: calc(50% + 18px);
}

.whatsapp-pill:hover,
.locate-pill:hover {
  transform: translateY(-3px);
}

.whatsapp-pill svg,
.locate-pill svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.booking-modal {
  width: min(92vw, 550px);
  padding: 36px;
  border: 0;
  border-radius: 25px;
  color: var(--ink);
  background: var(--cream);
  box-shadow: 0 30px 100px rgba(7, 6, 4, 0.35);
}

.booking-modal::backdrop {
  background: rgba(7, 6, 4, 0.72);
  backdrop-filter: blur(5px);
}

.booking-modal .modal-close {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 35px;
  height: 35px;
  border: 0;
  border-radius: 50%;
  color: var(--ink);
  background: rgba(21, 18, 11, 0.08);
  font-size: 24px;
  line-height: 1;
}

.booking-modal h2 {
  font-size: 44px;
}

.booking-modal > p:not(.section-kicker) {
  margin: 14px 0 19px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

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

.booking-form label span {
  display: block;
  margin-bottom: 6px;
  color: var(--moss);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-form input,
.booking-form select {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 11px;
  outline: none;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.56);
}

.booking-form input:focus,
.booking-form select:focus {
  border-color: var(--moss);
}

.booking-form .button {
  margin-top: 4px;
}

.toast {
  position: fixed;
  z-index: 20;
  right: 23px;
  bottom: 85px;
  min-width: 260px;
  padding: 15px 18px;
  border-radius: 14px;
  color: #fff;
  background: var(--forest);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 250ms ease, transform 250ms ease;
}

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

.toast strong,
.toast span {
  display: block;
}

.toast strong {
  color: var(--lime);
  font-size: 13px;
}

.toast span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
}

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

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

.service-card {
  opacity: 0;
  transition:
    opacity .9s cubic-bezier(.22, 1, .36, 1),
    transform .9s cubic-bezier(.22, 1, .36, 1);
}

.service-card:nth-child(1) {
  transform: translateY(0);
}

.service-card:nth-child(2) {
  transform: translateY(80px);
}

.service-card:nth-child(3) {
  transform: translateY(0);
}

.service-card.show {
  opacity: 1;
  transform: none;
}

@media (max-width: 980px) {
  .main-nav {
    gap: 20px;
    margin-right: 24px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 1090px;
    padding-top: 155px;
  }

  .hero::before {
    top: auto;
    left: -20vw;
    bottom: 0;
    width: 120vw;
    height: 605px;
  }

  .hero-copy {
    align-self: start;
    padding-bottom: 0;
  }

  .hero-visual {
    position: absolute;
    left: 3vw;
    bottom: 25px;
    width: 75vw;
    height: 585px;
  }

  .hero-image-wrap {
    right: auto;
    left: 5%;
    width: min(63vw, 530px);
    height: 540px;
  }

  .trust-strip {
    display: block;
    padding-top: 19px;
  }

  .trust-strip p {
    margin-bottom: 15px;
    text-align: center;
  }

  .trust-items span {
    padding: 2px 14px;
    font-size: 12px;
  }

  .about {
    min-height: auto;
  }

  .about-copy {
    padding: 60px 5vw;
  }

  .footer-links {
    gap: 38px;
  }
}

@media (max-width: 700px) {
  .announcement {
    min-height: 31px;
    padding: 7px 12px;
    font-size: 8px;
  }

  .announcement a {
    display: none;
  }

  .site-header {
    top: 31px;
    padding: 7px 5vw;
  }

  .brand {
    font-size: 21px;
  }

  .brand-logo {
    width: 174px;
  }

  .brand-logo-supplied {
    width: 124px;
  }

  .header-cta {
    display: none;
  }

  .menu-toggle {
    position: relative;
    z-index: 12;
    display: grid;
    gap: 4px;
    margin-left: auto;
    padding: 8px;
    border: 0;
    background: transparent;
  }

  .menu-toggle span:not(.sr-only) {
    display: block;
    width: 23px;
    height: 2px;
    background: var(--forest);
    transition: transform 220ms ease, opacity 220ms ease;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    z-index: 11;
    inset: 0;
    display: flex;
    flex-direction: column;
    gap: 21px;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #fff;
    background: var(--forest);
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
  }

  .main-nav.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .main-nav a {
    font-family: "Fraunces", Arial, sans-serif;
    font-size: 27px;
  }

  .menu-toggle[aria-expanded="true"] span:not(.sr-only) {
    background: #fff;
  }

  .hero {
    min-height: 970px;
    padding: 125px 5vw 0;
  }

  .hero::before {
    left: -33vw;
    width: 145vw;
    height: 377px;
  }

  h1 {
    font-size: clamp(65px, 19vw, 83px);
  }

  .hero-description {
    max-width: 390px;
    margin: 21px 0;
    font-size: 15px;
  }

  .hero-actions {
    gap: 15px;
  }

  .button {
    padding: 14px 18px 14px 20px;
    font-size: 12px;
  }

  .text-link {
    display: none;
  }

  .hero-proof {
    margin-top: 25px;
  }

  .hero-visual {
    left: -1vw;
    bottom: 14px;
    width: 96vw;
    height: 377px;
  }

  .hero-sun {
    top: -1%;
    right: 0;
    width: 82px;
    height: 82px;
  }

  .hero-image-wrap {
    top: 1%;
    right: auto;
    left: 9%;
    width: 76vw;
    height: 355px;
    border-width: 7px;
    border-radius: 170px 170px 28px 28px;
  }

  .badge-top {
    display: none;
  }

  .badge-icon {
    width: 31px;
    height: 31px;
  }

  .badge-icon svg {
    width: 18px;
  }

  .badge-top strong {
    font-size: 10px;
  }

  .badge-top small {
    font-size: 8px;
  }

  .badge-bottom {
    right: 1%;
    bottom: 8%;
    padding: 10px 13px;
  }

  .badge-bottom strong {
    font-size: 22px;
  }

  .badge-bottom span {
    max-width: 76px;
    font-size: 8px;
  }

  .hero-doodle,
  .hero-scroll {
    display: none;
  }

  .trust-strip {
    padding: 16px 5vw;
  }

  .trust-items {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 13px;
  }

  .trust-items span {
    padding: 1px 8px;
    border: 0;
    font-size: 10px;
  }

  .intro {
    padding-top: 87px;
    padding-bottom: 71px;
  }

  h2 {
    font-size: clamp(45px, 13vw, 59px);
  }

  .intro-copy {
    margin-top: 19px;
    font-size: 14px;
  }

  .services {
    padding-bottom: 86px;
  }

  .section-heading {
    display: block;
    margin-bottom: 28px;
  }

  .section-heading > p {
    margin-top: 17px;
    font-size: 14px;
  }

  .service-grid {
    display: block;
  }

  .service-card {
    min-height: 205px;
    margin-top: 14px;
    border-radius: 22px;
  }

  .service-card-face {
    padding: 24px;
    border-radius: 22px;
  }

  .service-card h3 {
    font-size: 27px;
  }

  .service-card p {
    font-size: 13px;
  }

  .about {
    display: block;
  }

  .about-image {
    min-height: 390px;
  }

  .about-copy {
    padding: 59px 5vw 68px;
  }

  .about-copy > p:not(.section-kicker) {
    font-size: 14px;
  }

  .impact {
    padding-top: 83px;
    padding-bottom: 83px;
  }

  .metrics {
    margin-top: 40px;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 33px;
  }

  .metric,
  .metric:first-child {
    min-height: 120px;
    padding: 0 15px;
    border-left: 1px solid var(--line);
  }

  .metric:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  .metric strong {
    font-size: 66px;
  }

  .metric sup {
    top: -28px;
    font-size: 18px;
  }

  .metric span {
    margin-top: 11px;
    font-size: 9px;
  }

  .journey {
    padding: 82px 0 75px;
  }

  .journey-grid {
    display: block;
    margin-top: 37px;
  }

  .journey-step,
  .journey-step:not(:first-child) {
    min-height: 0;
    padding: 25px 4px 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  .journey-step:first-child {
    border-top: 0;
  }

  .journey-step svg {
    width: 50px;
    margin-bottom: 16px;
  }

  .journey-step h3 {
    font-size: 23px;
  }

  .stories {
    padding-top: 84px;
    padding-bottom: 87px;
  }

  .story-review-button {
    position: static;
    margin: -12px 0 22px;
  }

  .story-grid {
    display: block;
  }

  .story-card {
    min-height: 263px;
    margin-top: 13px;
    padding: 23px;
  }

  .story-card blockquote {
    font-size: 16px;
  }

  .closing-cta {
    min-height: 450px;
    padding: 66px 19px;
  }

  .closing-copy h2 {
    font-size: 62px;
  }

  .closing-copy p:not(.section-kicker) {
    font-size: 14px;
  }

  .closing-doodle {
    top: auto;
    right: -19px;
    bottom: 13px;
    width: 116px;
    transform: rotate(16deg);
  }

  .site-footer {
    padding: 57px 5vw 20px;
  }

  .footer-top {
    display: block;
  }

  .footer-links {
    display: grid;
    gap: 30px 14px;
    margin-top: 36px;
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-bottom {
    margin-top: 42px;
  }

  .whatsapp-pill,
  .locate-pill {
    top: 82px;
    bottom: auto;
    padding: 10px;
  }

  .whatsapp-pill {
    left: calc(50% - 47px);
  }

  .locate-pill {
    left: calc(50% + 5px);
  }

  .hero > .whatsapp-pill,
  .hero > .locate-pill {
    top: 0;
  }

  .whatsapp-pill span,
  .locate-pill span {
    display: none;
  }

  .booking-modal {
    padding: 28px 20px 22px;
  }

  .booking-modal h2 {
    font-size: 39px;
  }
}

/* Inner pages */
.inner-header {
  position: relative;
  top: auto;
  min-height: 54px;
  padding-top: 7px;
  padding-bottom: 7px;
  background: rgba(255, 248, 219, 0.94);
}

.nav-active {
  color: var(--coral);
}

.page-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(470px, 1.05fr);
  min-height: 660px;
  padding: 75px 5.5vw 65px;
  overflow: hidden;
  background: #ffeaa3;
}

.page-hero::before {
  position: absolute;
  top: -190px;
  right: -110px;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  background: rgba(255, 223, 61, 0.3);
  content: "";
}

.page-hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
}

.page-hero h1,
.market-hero h1,
.contact-hero h1 {
  font-size: clamp(71px, 7vw, 105px);
}

.page-hero h1 em,
.market-hero h1 em,
.contact-hero h1 em {
  color: var(--coral);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.page-hero-copy > p:not(.eyebrow),
.market-hero-copy > p:not(.eyebrow),
.contact-intro > p:not(.eyebrow) {
  max-width: 530px;
  margin: 24px 0 27px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.services-hero-art {
  position: relative;
  min-height: 500px;
}

.art-circle {
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: var(--shadow);
}

.art-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.art-circle-main {
  right: 2%;
  bottom: -6%;
  width: min(40vw, 520px);
  height: min(40vw, 520px);
  border: 9px solid rgba(255, 253, 248, 0.72);
}

.art-circle-small {
  top: 2%;
  left: 2%;
  width: 174px;
  height: 174px;
  border: 7px solid rgba(255, 253, 248, 0.72);
}

.art-circle-main img {
  object-position: 45% center;
}

.art-circle-small img {
  object-position: 43% center;
}

.services-badge {
  right: auto;
  bottom: 3%;
  left: 5%;
}

.service-catalog {
  padding-top: 131px;
  padding-bottom: 135px;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}

.catalog-card {
  display: flex;
  flex-direction: column;
  min-height: 405px;
  padding: 13px 13px 21px;
  border: 1px solid rgba(21, 18, 11, 0.12);
  border-radius: 23px;
  background: rgba(255, 253, 248, 0.6);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.catalog-card:hover {
  box-shadow: 0 20px 40px rgba(21, 18, 11, 0.1);
  transform: translateY(-7px);
}

.catalog-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 166px;
  margin-bottom: 18px;
  border-radius: 16px;
}

.catalog-visual svg {
  width: 77px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.service-grooming {
  color: #ffc400;
  background: #fff0ad;
}

.service-consult {
  color: #ffe27a;
  background: #1f1b12;
}

.service-vaccine {
  color: #8a6a00;
  background: #fff4c4;
}

.service-treatment {
  color: #fff8e7;
  background: #ffc400;
}

.service-training {
  color: #8a6a00;
  background: #ffefb2;
}

.service-walking {
  color: #ffdf3d;
  background: #1f1b12;
}

.catalog-type,
.product-meta {
  margin: 0 4px 8px;
  color: var(--coral);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.catalog-card h3,
.product-card h3,
.contact-option h3 {
  margin: 0 4px 9px;
  font-size: 25px;
  letter-spacing: 0;
}

.catalog-card > p:not(.catalog-type) {
  margin: 0 4px 16px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.catalog-action {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  align-self: flex-start;
  margin: auto 4px 0;
  padding: 0;
  border: 0;
  color: var(--forest);
  background: transparent;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.catalog-action span,
.catalog-action b {
  color: var(--coral);
  font-size: 16px;
}

.service-callout {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  padding: 92px 10vw;
  color: #fff;
  background: var(--forest);
}

.service-callout .section-kicker {
  color: var(--lime);
}

.service-callout h2 {
  font-size: clamp(45px, 5vw, 70px);
}

.service-callout h2 em {
  color: var(--lime);
}

/* Marketplace */
.bag-pill {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-left: 5px;
  padding: 10px 12px;
  border-radius: 999px;
  color: #fff;
  background: var(--forest);
  font-size: 11px;
  font-weight: 700;
}

.bag-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: var(--forest);
  background: var(--lime);
  font-size: 18px;
  line-height: 1;
}

.cart-count {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  color: var(--forest);
  background: var(--cream);
  font-size: 9px;
}

.market-hero {
  display: grid;
  min-height: 645px;
  overflow: hidden;
  background: #ffeaa3;
  grid-template-columns: minmax(0, 0.88fr) minmax(510px, 1.12fr);
}

.market-hero-copy {
  align-self: center;
  padding: 74px 4vw 74px 5.5vw;
}

.market-hero-image {
  position: relative;
  overflow: hidden;
}

.market-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.market-hero-image span {
  position: absolute;
  right: 28px;
  bottom: 28px;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--lime);
  background: var(--forest);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.shop-section {
  padding-top: 135px;
  padding-bottom: 135px;
}

.shop-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -8px 0 30px;
}

.shop-categories button {
  padding: 10px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--moss);
  background: transparent;
  font-size: 11px;
  font-weight: 700;
}

.shop-categories .is-selected {
  border-color: var(--forest);
  color: #fff;
  background: var(--forest);
}

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

.product-card {
  padding: 13px 13px 17px;
  border: 1px solid rgba(21, 18, 11, 0.12);
  border-radius: 23px;
  background: rgba(255, 253, 248, 0.58);
}

.product-art {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 240px;
  margin-bottom: 18px;
  overflow: hidden;
  border-radius: 16px;
}

.product-art::before,
.product-art::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.product-art::before {
  top: -60px;
  right: -30px;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.18);
}

.product-art::after {
  bottom: 11px;
  width: 150px;
  height: 17px;
  background: rgba(21, 18, 11, 0.12);
  filter: blur(7px);
}

.product-art small {
  position: absolute;
  top: 16px;
  left: 17px;
  z-index: 2;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.art-shampoo {
  color: var(--forest);
  background: #fff3bd;
}

.art-bites {
  color: #fff8e8;
  background: #ffc400;
}

.art-harness {
  color: var(--lime);
  background: #8a6a00;
}

.art-chews {
  color: var(--forest);
  background: #fff2c2;
}

.art-topper {
  color: #fff;
  background: #d99a00;
}

.art-toy {
  color: #fff;
  background: #fff1bb;
}

.product-bottle,
.product-pouch,
.product-jar,
.product-harness,
.product-toy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 21px;
  color: #fff;
  font-family: "Fraunces", Arial, sans-serif;
  text-align: center;
}

.product-bottle {
  width: 83px;
  height: 145px;
  border-radius: 14px 14px 19px 19px;
  background: #9a6b00;
}

.product-bottle i {
  position: absolute;
  top: -19px;
  width: 27px;
  height: 23px;
  border-radius: 3px 3px 0 0;
  background: var(--forest);
}

.product-bottle i::after {
  position: absolute;
  top: -4px;
  left: 16px;
  width: 26px;
  height: 5px;
  border-radius: 3px;
  background: var(--forest);
  content: "";
}

.product-bottle b,
.product-pouch b,
.product-jar b {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.1;
}

.product-pouch {
  width: 118px;
  height: 154px;
  border-radius: 8px 8px 19px 19px;
  background: var(--forest);
  clip-path: polygon(6% 0, 94% 0, 100% 100%, 0 100%);
}

.product-pouch i {
  margin-top: 12px;
  color: var(--lime);
  font-family: "Nunito", Arial, sans-serif;
  font-size: 8px;
  font-style: normal;
}

.product-pouch.topper {
  color: var(--forest);
  background: #fff1b8;
}

.product-pouch.topper i {
  color: #8a5b00;
}

.product-jar {
  width: 111px;
  height: 100px;
  border-radius: 9px 9px 19px 19px;
  background: #ffc400;
}

.product-jar i {
  position: absolute;
  top: -12px;
  width: 118px;
  height: 21px;
  border-radius: 6px;
  background: var(--forest);
}

.product-harness {
  width: 151px;
  height: 154px;
}

.product-harness::before,
.product-harness::after,
.product-harness i {
  position: absolute;
  border: 17px solid var(--lime);
  content: "";
}

.product-harness::before {
  top: 6px;
  left: 1px;
  width: 49px;
  height: 78px;
  border-radius: 48% 48% 33% 33%;
  transform: rotate(16deg);
}

.product-harness::after {
  top: 6px;
  right: 1px;
  width: 49px;
  height: 78px;
  border-radius: 48% 48% 33% 33%;
  transform: rotate(-16deg);
}

.product-harness i {
  bottom: 19px;
  left: 29px;
  width: 64px;
  height: 49px;
  border-radius: 32px;
}

.product-toy {
  width: 155px;
  height: 145px;
}

.product-toy::before {
  width: 81px;
  height: 81px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: inset -10px -9px rgba(217, 154, 0, 0.16);
  content: "";
}

.product-toy i,
.product-toy b {
  position: absolute;
  width: 87px;
  height: 17px;
  border: 6px solid #fff1b8;
  border-right: 0;
  border-left: 0;
}

.product-toy i {
  left: -15px;
}

.product-toy b {
  right: -15px;
}

.product-copy {
  min-height: 42px;
  margin: 0 4px 16px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.product-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 4px 2px;
  border-top: 1px solid var(--line);
}

.product-bottom strong {
  font-family: "Fraunces", Arial, sans-serif;
  font-size: 19px;
}

.product-bottom button {
  padding: 9px 12px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--forest);
  font-size: 10px;
  font-weight: 700;
  transition: background 180ms ease;
}

.product-bottom button:hover,
.product-bottom button.is-added {
  color: var(--forest);
  background: var(--lime);
}

.market-promise {
  display: grid;
  gap: 50px;
  padding: 98px 10vw;
  background: #ffeaa3;
  grid-template-columns: 1.2fr 0.8fr;
}

.market-promise h2 {
  font-size: clamp(47px, 5vw, 70px);
}

.promise-list {
  align-self: center;
  border-top: 1px solid var(--line);
}

.promise-list span {
  display: flex;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  font-weight: 700;
}

.promise-list b {
  color: var(--coral);
  font-size: 11px;
}

/* Contact */
.contact-hero {
  display: grid;
  gap: 7vw;
  min-height: 720px;
  padding: 79px 8vw 80px;
  background: #ffeaa3;
  grid-template-columns: minmax(0, 0.85fr) minmax(470px, 0.9fr);
}

.contact-intro {
  align-self: center;
}

.contact-channels {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.contact-channels a {
  min-width: 200px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(255, 253, 248, 0.4);
}

.contact-channels span,
.contact-channels strong {
  display: block;
}

.contact-channels span {
  margin-bottom: 5px;
  color: var(--coral);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-channels strong {
  font-size: 13px;
}

.contact-card {
  align-self: center;
  padding: 32px;
  border-radius: 26px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.contact-card h2 {
  font-size: 50px;
}

.contact-form {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.form-row {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-form label span {
  display: block;
  margin-bottom: 6px;
  color: var(--moss);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  outline: none;
  color: var(--ink);
  background: #fffdf2;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--moss);
}

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

.contact-options {
  display: grid;
  gap: 17px;
  padding-top: 95px;
  padding-bottom: 108px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-option {
  display: flex;
  flex-direction: column;
  min-height: 220px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 21px;
  background: rgba(255, 253, 248, 0.42);
}

.contact-option > span {
  margin-bottom: 28px;
  color: var(--coral);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.contact-option p {
  margin: 0 4px 17px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.56;
}

.faq {
  padding-top: 118px;
  padding-bottom: 128px;
  background: #ffeaa3;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq details {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 0;
  cursor: pointer;
  font-family: "Fraunces", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  color: var(--coral);
  background: rgba(255, 196, 0, 0.1);
  font-size: 20px;
  transition: transform 180ms ease;
}

.faq details[open] summary span {
  transform: rotate(45deg);
}

.faq details p {
  max-width: 720px;
  margin: -6px 0 21px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.64;
}

@media (max-width: 980px) {
  .page-hero {
    grid-template-columns: 1fr;
  }

  .services-hero-art {
    min-height: 360px;
  }

  .art-circle-main {
    right: 0;
    width: 420px;
    height: 420px;
  }

  .art-circle-small {
    top: 6%;
    left: 9%;
  }

  .catalog-grid,
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .market-hero {
    grid-template-columns: 0.86fr 1.14fr;
  }

  .contact-hero {
    gap: 40px;
    padding-right: 5.5vw;
    padding-left: 5.5vw;
    grid-template-columns: 0.8fr 1.1fr;
  }
}

@media (max-width: 700px) {
  .inner-header {
    top: auto;
    min-height: 50px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .inner-header .menu-toggle {
    position: absolute;
    right: 5vw;
  }

  .page-hero {
    min-height: 790px;
    padding: 65px 5vw 0;
  }

  .page-hero h1,
  .market-hero h1,
  .contact-hero h1 {
    font-size: clamp(54px, 15vw, 62px);
  }

  .page-hero h2,
  .market-promise h2,
  .section-heading h2 {
    font-size: clamp(42px, 12vw, 52px);
  }

  .page-hero-copy > p:not(.eyebrow),
  .market-hero-copy > p:not(.eyebrow),
  .contact-intro > p:not(.eyebrow) {
    margin: 18px 0 21px;
    font-size: 14px;
  }

  .services-hero-art {
    min-height: 335px;
  }

  .art-circle-main {
    right: -22px;
    bottom: -18px;
    width: 330px;
    height: 330px;
    border-width: 6px;
  }

  .art-circle-small {
    top: 23px;
    left: -11px;
    width: 122px;
    height: 122px;
    border-width: 5px;
  }

  .services-badge {
    bottom: 7px;
    left: 3px;
  }

  .service-catalog,
  .shop-section {
    padding-top: 82px;
    padding-bottom: 84px;
  }

  .catalog-grid,
  .product-grid {
    display: block;
  }

  .catalog-card,
  .product-card {
    min-height: 0;
    margin-top: 13px;
  }

  .catalog-visual {
    min-height: 147px;
  }

  .service-callout {
    display: block;
    padding: 69px 5vw;
  }

  .service-callout h2 {
    margin-bottom: 23px;
  }

  .bag-pill {
    position: absolute;
    right: 61px;
    z-index: 12;
    margin: 0;
    padding: 8px;
  }

  .bag-pill .cart-label {
    display: none;
  }

  .market-hero {
    display: block;
    min-height: 0;
  }

  .market-hero-copy {
    width: 100vw;
    padding: 65px 5vw 41px;
  }

  .market-hero-copy > p:not(.eyebrow),
  .contact-intro > p:not(.eyebrow) {
    max-width: 88vw;
  }

  .market-hero-image {
    height: 375px;
  }

  .shop-categories {
    margin-bottom: 22px;
  }

  .product-art {
    min-height: 218px;
  }

  .market-promise {
    display: block;
    padding: 72px 5vw;
  }

  .market-promise h2 {
    font-size: 53px;
  }

  .promise-list {
    margin-top: 31px;
  }

  .contact-hero {
    display: block;
    min-height: 0;
    padding: 65px 5vw 68px;
  }

  .contact-card {
    margin-top: 43px;
    padding: 23px 17px;
  }

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

  .contact-channels a {
    min-width: 0;
  }

  .contact-card h2 {
    font-size: 43px;
  }

  .form-row {
    display: block;
  }

  .form-row label + label {
    display: block;
    margin-top: 12px;
  }

  .contact-options {
    display: block;
    padding-top: 72px;
    padding-bottom: 79px;
  }

  .contact-option {
    min-height: 0;
    margin-top: 13px;
    padding: 22px;
  }

  .contact-option > span {
    margin-bottom: 20px;
  }

  .faq {
    padding-top: 76px;
    padding-bottom: 83px;
  }

  .faq summary {
    gap: 14px;
    padding: 18px 0;
    font-size: 16px;
  }
}
.cursor-dot{
    width:10px;
    height:10px;
    background:#ffc400;
    border-radius:50%;
    position:fixed;
    pointer-events:none;
    z-index:99999;
}

.cursor-ring{
    width:40px;
    height:40px;
    border:2px solid rgba(255,196,0,.4);
    border-radius:50%;
    position:fixed;
    pointer-events:none;
    z-index:99998;
    transition:.12s ease-out;
}
.hero-image-wrap,
.art-circle-main,
.market-hero-image{
    will-change: transform;
    transition: transform .2s ease-out;
}
@keyframes float {
  0%,100%{
    transform:translateY(0);
  }
  50%{
    transform:translateY(-15px);
  }
}

.hero-badge,
.art-circle-small,
.hero-sun{
  animation:float 5s ease-in-out infinite;
}

.hero-badge:nth-child(2){
  animation-delay:1s;
}


h1,
h2{
  animation:titleReveal 900ms ease both;
}

@keyframes titleReveal{
  from{
    opacity:0;
    transform:translateY(18px);
  }

  to{
    opacity:1;
    transform:none;
  }
}

.catalog-card,
.story-card,
.contact-option{
  transition:
    transform .4s ease,
    box-shadow .4s ease;
}

/* PREMIUM CARD HOVER EFFECTS */

.story-card,
.catalog-card,
.product-card,
.contact-option,
.contact-channels a {

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;

}

.story-card:hover,
.catalog-card:hover,
.product-card:hover,
.contact-option:hover,
.contact-channels a:hover {

    transform: translateY(-12px) scale(1.02);

    box-shadow:
        0 30px 60px rgba(21, 18, 11, 0.15);

}


/* FLOATING PAW SCROLL INDICATOR */

.paw-progress{

    position:fixed;

    right:24px;
    top:120px;

    width:50px;
    height:50px;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:28px;

    z-index:9999;

    transition:
        transform .15s linear,
        opacity .3s ease;

    pointer-events:none;

    filter:
        drop-shadow(0 8px 20px rgba(255,196,0,.25));
}

/* Hide on mobile */

@media(max-width:700px){

    .paw-progress{
        display:none;
    }

    .cursor-dot,
    .cursor-ring{
        display:none;
    }
}

   .reveal h2{
    position:relative;
    overflow:hidden;
}

.reveal h2::after{

    content:'';

    position:absolute;

    top:0;
    left:-120%;

    width:100%;
    height:100%;

    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.35),
        transparent
    );

    transition:left 10s ease;
}

.reveal.is-visible h2::after{
    left:120%;
}

/* WHATSAPP PULSE - VISIBLE VERSION */

.whatsapp-pill{
    position: fixed;
    overflow: visible;
}

.whatsapp-pill::after{

    content:'';

    position:absolute;

    inset:-6px;

    border-radius:999px;

    border:3px solid rgba(21,18,11,.5);

    animation:whatsappRing 2.5s infinite;

}

@keyframes whatsappRing{

    0%{
        transform:scale(1);
        opacity:.8;
    }

    100%{
        transform:scale(1.5);
        opacity:0;
    }

}


.family-headline{

    font-size: clamp(58px, 5.6vw, 84px);
    line-height: .95;
    font-weight: 800;
    letter-spacing: 0;

}

.headline-image{

    display:inline-block;

    overflow:hidden;

    vertical-align:middle;

    margin:0 12px;

    box-shadow:
        0 15px 35px rgba(0,0,0,.12);

}

.headline-image img{

    width:100%;
    height:100%;

    object-fit:cover;

}

/* Circle */

.circle-image{

    width:110px;
    height:110px;

    border-radius:50%;

    transform:translateY(-6px);

}

/* Angled Rectangle */

.angled-image{

    width:220px;
    height:95px;

    border-radius:28px;

    transform:
        rotate(-6deg)
        translateY(-4px);

}

.circle-image,
.angled-image{

    transition:
        transform .4s ease;

}

.circle-image:hover{

    transform:
        translateY(-6px)
        scale(1.08);

}

.angled-image:hover{

    transform:
        rotate(-6deg)
        scale(1.05);

}

@media (max-width:700px){

    .family-headline{

        font-size: clamp(32px, 8.8vw, 40px) !important;

        line-height: .9;

        letter-spacing: 0;

    }

    .circle-image{

        width:55px !important;
        height:55px !important;

        margin:0 4px;

        transform:none;

    }

    .angled-image{

        width:110px !important;
        height:48px !important;

        margin:0 6px;

        border-radius:16px;

        transform:rotate(-4deg);

    }

}

.circle-image,
.angled-image{
    vertical-align:middle;
    margin:0 4px;
}

.circle-image{
    width:50px !important;
    height:50px !important;
}

.angled-image{
    width:100px !important;
    height:45px !important;
}

/* MOBILE HERO FIX */

@media (max-width:700px){

    .hero{
        min-height:auto;
        padding:38px 5vw 24px;
    }

    .hero::before{
        display:none;
    }

    .hero-copy{
        text-align:center;
        padding-bottom:16px;
    }

    .hero-description{
        max-width:100%;
        font-size:14px;
        margin:16px 0;
    }

    .hero-actions{
        justify-content:center;
    }

    .hero-proof{
        justify-content:center;
    }

    .hero-visual{

        position:relative;

        width:100%;
        height:auto;

        right:auto;
        bottom:auto;

        display:flex;
        justify-content:center;

        margin-top:10px;

    }

    .hero-sun{
        display:none;
    }

    .hero-image-wrap{

        position:relative;

        width:85vw;
        max-width:340px;

        height:220px;

        top:auto;
        right:auto;
        left:auto;

        border-width:6px;

        border-radius:180px 180px 28px 28px;

        overflow:hidden;

    }

    .hero-image-wrap img{

        object-fit:cover;

        object-position:center top;

    }

    .badge-bottom{

        right:-10px;

        bottom:20px;

        padding:10px 12px;

        border-radius:14px;

    }

    .badge-bottom strong{
        font-size:22px;
    }

    .badge-bottom span{
        font-size:8px;
    }

    .whatsapp-pill,
    .locate-pill{

        top:82px;
        bottom:auto;

        transform:scale(.9);

    }

    .whatsapp-pill{
        left:calc(50% - 47px);
    }

    .locate-pill{
        left:calc(50% + 5px);
    }

}
