:root {
  --ink: #17372d;
  --forest: #12372d;
  --forest-2: #0d2c24;
  --moss: #2f6453;
  --cream: #f7f3ea;
  --paper: #fffdf8;
  --sand: #e9dfcf;
  --coral: #f36d4b;
  --coral-dark: #d95538;
  --lime: #d5eb73;
  --line: rgba(23, 55, 45, 0.16);
  --muted: #607069;
  --shadow: 0 24px 80px rgba(23, 55, 45, 0.14);
  --radius: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body.modal-open {
  overflow: hidden;
}

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

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

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

button {
  cursor: pointer;
}

.button:focus-visible,
.header-cta:focus-visible,
.bag-pill:focus-visible,
.whatsapp-pill:focus-visible,
.catalog-action:focus-visible,
.shop-categories button:focus-visible,
.product-bottom button:focus-visible,
.menu-toggle:focus-visible,
.modal-close:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(243, 109, 75, 0.45);
  outline-offset: 4px;
}

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

[hidden] {
  display: none !important;
}

.brand-icon{
    height:68px;
    margin-left:-53px;
}

.brand-text{
    margin-top: 10px;
    height:48px;
}
@media(max-width:700px){

    .brand-icon{
        height:42px;
        margin-left:-28px;
    }

    .brand-text{
        height:28px;
    }

}

.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: 23px 5.5vw;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.08em;
}

.brand > span > span {
  color: var(--coral);
}

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

.main-nav a.nav-active,
.main-nav a[aria-current="page"] {
  color: var(--coral);
}

.main-nav a.nav-active::after,
.main-nav a[aria-current="page"]::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: 13px 18px 13px 21px;
  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(0, 0.95fr) minmax(480px, 1.05fr);
  min-height: 725px;
  padding: 75px 5.5vw 20px;
  overflow: hidden;
}

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

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding-bottom: 48px;
}

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

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

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

h1 {
  max-width: 760px;
  font-size: clamp(76px, 7.6vw, 116px);
  font-weight: 800;
  line-height: 0.94;
}

.family-headline {
  font-size: clamp(68px, 6.6vw, 104px);
  line-height: 0.95;
}

.headline-image {
  display: inline-block;
  margin: 0 7px;
  overflow: hidden;
  vertical-align: middle;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  transition: transform 300ms ease;
}

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

.circle-image {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  transform: translateY(-5px);
}

.circle-image:hover {
  transform: translateY(-5px) scale(1.04);
}

.angled-image {
  width: 168px;
  height: 74px;
  border-radius: 24px;
  transform: rotate(-5deg) translateY(-4px);
}

.angled-image:hover {
  transform: rotate(-5deg) translateY(-4px) scale(1.03);
}

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

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

.hero-actions {
  display: flex;
  gap: 27px;
  align-items: center;
}

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

.button-primary {
  color: #fff;
  background: var(--coral);
  box-shadow: 0 15px 30px rgba(243, 109, 75, 0.23);
}

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

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

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

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

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

.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;
  margin-top: 43px;
}

.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: #c4a16e;
}

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

.hero-proof strong {
  font-family: "Manrope", 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: 610px;
}

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

.hero-image-wrap {
  position: absolute;
  top: 4%;
  right: 9%;
  width: min(41vw, 550px);
  height: 560px;
  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(23, 55, 45, 0.16);
  backdrop-filter: blur(14px);
}

.badge-top {
  top: 21%;
  left: -1%;
  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: 0;
  bottom: 8%;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px 18px;
  border-radius: 18px;
  color: var(--paper);
  background: rgba(18, 55, 45, 0.9);
}

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

.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: 47px;
  left: 5.5vw;
  display: none;
  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(5, 1fr);
}

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

.trust-items b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border-radius: 50%;
  color: var(--forest);
  background: var(--lime);
  font-size: 11px;
  line-height: 1;
}

.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, minmax(0, 1fr));
  gap: 24px;
}

.service-card {
  --card-hover-bg: #1f5a49;
  --card-hover-fg: #fffdf8;
  --card-hover-muted: rgba(255, 255, 255, 0.78);
  --card-accent: var(--lime);
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 570px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(23, 55, 45, 0.13);
  border-radius: 26px;
  color: var(--forest);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.18)),
    #fffaf0;
  box-shadow:
    0 16px 0 rgba(23, 55, 45, 0.06),
    0 28px 70px rgba(23, 55, 45, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  isolation: isolate;
  transition:
    transform 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    color 260ms ease,
    background 260ms ease;
}

.service-card:hover,
.service-card:focus-within {
  border-color: rgba(255, 255, 255, 0.36);
  color: var(--card-hover-fg);
  background:
    radial-gradient(circle at 82% 15%, rgba(255, 255, 255, 0.22), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(0, 0, 0, 0.08)),
    var(--card-hover-bg);
  transform: translateY(-10px);
  box-shadow:
    0 22px 0 rgba(23, 55, 45, 0.08),
    0 40px 92px rgba(23, 55, 45, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 18px 18px auto;
  height: 116px;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(213, 235, 115, 0.22), rgba(243, 109, 75, 0.12)),
    repeating-linear-gradient(135deg, rgba(23, 55, 45, 0.06) 0 1px, transparent 1px 13px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    0 16px 36px rgba(23, 55, 45, 0.08);
  opacity: 0.8;
  transition: opacity 260ms ease, transform 260ms ease, background 260ms ease;
}

.service-card:hover::before,
.service-card:focus-within::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.11) 0 1px, transparent 1px 13px);
  opacity: 1;
  transform: translateY(-4px);
}

.service-card:nth-child(1) {
  --card-hover-bg: #1d6a56;
  --card-hover-fg: #fffdf8;
  --card-hover-muted: rgba(255, 255, 255, 0.78);
  --card-accent: #d5eb73;
}

.service-card:nth-child(2) {
  --card-hover-bg: #d5eb73;
  --card-hover-fg: #12372d;
  --card-hover-muted: rgba(18, 55, 45, 0.72);
  --card-accent: #f36d4b;
}

.service-card:nth-child(3) {
  --card-hover-bg: #f36d4b;
  --card-hover-fg: #fffdf8;
  --card-hover-muted: rgba(255, 255, 255, 0.8);
  --card-accent: #ffd9ca;
}

.price-tag {
  position: absolute;
  z-index: 3;
  top: 32px;
  right: 30px;
  display: grid;
  min-width: 122px;
  padding: 12px 15px 13px;
  border: 1px solid rgba(23, 55, 45, 0.12);
  border-radius: 999px;
  color: var(--forest);
  background: var(--lime);
  box-shadow:
    0 14px 30px rgba(23, 55, 45, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.05;
  text-align: center;
  transform: rotate(-2deg);
  transform-origin: top center;
}

.price-tag::before {
  content: "";
  position: absolute;
  inset: 5px auto auto 7px;
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.84);
  transform: none;
}

.price-tag::after {
  content: none;
}

.price-tag span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.price-tag strong {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
}

.service-card::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 118px;
  height: 118px;
  border: 1px solid rgba(23, 55, 45, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(23, 55, 45, 0.04), rgba(23, 55, 45, 0)),
    radial-gradient(circle, rgba(23, 55, 45, 0.12) 1px, transparent 1px);
  background-size: auto, 13px 13px;
  opacity: 0.72;
  transform: rotate(8deg);
  transition: opacity 260ms ease, transform 260ms ease, border-color 260ms ease;
  z-index: 0;
}

.service-card:hover::after,
.service-card:focus-within::after {
  border-color: rgba(255, 255, 255, 0.18);
  opacity: 0.36;
  transform: rotate(2deg) scale(1.12);
}

.service-card-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  margin-bottom: 20px;
  padding: 0 2px;
}

.card-number {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(23, 55, 45, 0.12);
  border-radius: 999px;
  color: var(--forest);
  background: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
  transition: border-color 260ms ease, color 260ms ease, background 260ms ease;
}

.service-card:hover .card-number,
.service-card:focus-within .card-number {
  border-color: rgba(255, 255, 255, 0.3);
  color: var(--card-hover-fg);
  background: rgba(255, 255, 255, 0.16);
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(23, 55, 45, 0.13);
  border-radius: 50%;
  color: var(--forest);
  background: var(--paper);
  box-shadow:
    0 14px 28px rgba(23, 55, 45, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  transition: border-color 260ms ease, color 260ms ease, background 260ms ease, transform 260ms ease;
}

.service-card:hover .service-icon,
.service-card:focus-within .service-icon {
  border-color: rgba(255, 255, 255, 0.36);
  color: var(--card-hover-fg);
  background: rgba(255, 255, 255, 0.17);
  transform: rotate(-7deg) scale(1.04);
}

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

.service-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  font-size: clamp(28px, 2vw, 34px);
  line-height: 1.02;
  letter-spacing: 0;
}

.service-card p {
  position: relative;
  z-index: 1;
  max-width: 430px;
  margin: 0;
  color: rgba(23, 55, 45, 0.72);
  font-size: 15px;
  line-height: 1.62;
  transition: color 260ms ease;
}

.service-card:hover p,
.service-card:focus-within p {
  color: var(--card-hover-muted);
}

.service-card-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  margin: 19px 0 0;
  padding: 0;
  list-style: none;
}

.service-card-list li {
  display: flex;
  gap: 9px;
  align-items: center;
  color: rgba(23, 55, 45, 0.9);
  font-size: 13px;
  font-weight: 700;
  transition: color 260ms ease;
}

.service-card:hover .service-card-list li,
.service-card:focus-within .service-card-list li {
  color: var(--card-hover-fg);
}

.service-card-list li::before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--card-accent);
  box-shadow: 0 0 0 4px rgba(213, 235, 115, 0.2);
  transition: background 260ms ease, box-shadow 260ms ease;
}

.service-card:hover .service-card-list li::before,
.service-card:focus-within .service-card-list li::before {
  background: var(--card-hover-fg);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.18);
}

.service-card-media {
  position: relative;
  z-index: 1;
  order: 4;
  height: 184px;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid rgba(23, 55, 45, 0.12);
  border-radius: 22px;
  background: #efe7d7;
  box-shadow:
    0 18px 36px rgba(23, 55, 45, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  transition: border-color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
}

.service-card:hover .service-card-media,
.service-card:focus-within .service-card-media {
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow:
    0 18px 36px rgba(7, 32, 26, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transform: translateY(-2px);
}

.service-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  transition: transform 360ms ease, filter 260ms ease;
}

.service-card:hover .service-card-media img,
.service-card:focus-within .service-card-media img {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.07);
}

.service-card-media span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--forest);
  background: var(--lime);
  box-shadow: 0 8px 18px rgba(23, 55, 45, 0.18);
  font-size: 11px;
  font-weight: 800;
}

.service-card-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: auto;
  padding-top: 24px;
}

.service-card-action {
  display: inline-flex;
  min-height: 42px;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid rgba(23, 55, 45, 0.16);
  border-radius: 999px;
  color: var(--forest);
  background: rgba(18, 55, 45, 0.06);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  transition: border-color 200ms ease, color 200ms ease, background 200ms ease, transform 200ms ease;
}

.service-card-action:hover,
.service-card-action:focus-visible {
  border-color: rgba(23, 55, 45, 0.22);
  color: var(--forest);
  background: rgba(255, 255, 255, 0.72);
  transform: translateY(-2px);
}

.service-card:hover .service-card-action,
.service-card:focus-within .service-card-action {
  border-color: rgba(255, 255, 255, 0.24);
  color: var(--card-hover-fg);
  background: rgba(255, 255, 255, 0.13);
}

.service-card:hover .service-card-action:hover,
.service-card:focus-within .service-card-action:focus-visible {
  color: var(--forest);
  background: #fff;
}

.service-card-action-primary {
  border-color: rgba(23, 55, 45, 0.12);
  color: var(--forest);
  background: var(--lime);
  box-shadow: 0 12px 28px rgba(23, 55, 45, 0.12);
}

.service-card-action-primary:hover,
.service-card-action-primary:focus-visible {
  border-color: rgba(23, 55, 45, 0.16);
  color: var(--forest);
  background: #f7ffc0;
}

.service-card:hover .service-card-action-primary,
.service-card:focus-within .service-card-action-primary {
  border-color: rgba(255, 255, 255, 0.34);
  color: var(--forest);
  background: #fff;
}

.service-card-action span {
  font-size: 15px;
  line-height: 1;
}

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

.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: "Manrope", Arial, sans-serif;
  font-size: 34px;
  letter-spacing: -0.1em;
}

.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(23, 55, 45, 0.19);
}

.about-list span {
  display: flex;
  gap: 17px;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid rgba(23, 55, 45, 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: "Manrope", Arial, sans-serif;
  font-size: clamp(62px, 7vw, 96px);
  font-weight: 800;
  letter-spacing: -0.12em;
  line-height: 0.92;
}

.metric sup {
  position: relative;
  top: -40px;
  color: var(--coral);
  font-family: "Manrope", 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 {
  padding-top: 142px;
  padding-bottom: 150px;
}

.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);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.story-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 40px rgba(23, 55, 45, 0.1);
}

.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: "Manrope", Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.035em;
  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: var(--forest);
  background: linear-gradient(145deg, var(--lime), #fff3d0);
  font-size: 10px;
  font-weight: 700;
}

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

.story-author small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
}

.story-card-featured .story-author small {
  color: rgba(255, 255, 255, 0.65);
}

.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: #743122;
}

.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 {
  position: fixed;
  z-index: 8;
  right: 23px;
  bottom: 22px;
  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: #23895e;
  box-shadow: 0 15px 35px rgba(18, 55, 45, 0.25);
  font-size: 12px;
  font-weight: 700;
  transition: transform 220ms ease;
}

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

.whatsapp-pill svg {
  width: 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(13, 44, 36, 0.35);
}

.booking-modal::backdrop {
  background: rgba(13, 44, 36, 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(23, 55, 45, 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);
}


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

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

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

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

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

  .hero-image-wrap {
    right: 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;
  }

  .trust-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 0;
  }

  .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: 17px 5vw;
  }

  .brand {
    font-size: 24px;
  }

  .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: "Manrope", Arial, sans-serif;
    font-size: 27px;
  }

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

  .hero {
    min-height: auto;
    padding: 65px 5vw 40px;
  }

  .hero::before {
    display: none;
  }

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

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

  .family-headline {
    font-size: clamp(40px, 11vw, 52px);
    line-height: 0.94;
    letter-spacing: -0.06em;
  }

  .circle-image {
    width: 50px;
    height: 50px;
    margin: 0 4px;
    transform: none;
  }

  .circle-image:hover {
    transform: scale(1.03);
  }

  .angled-image {
    width: 100px;
    height: 45px;
    margin: 0 5px;
    border-radius: 16px;
    transform: rotate(-4deg);
  }

  .angled-image:hover {
    transform: rotate(-4deg) scale(1.03);
  }

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

  .hero-actions {
    gap: 15px;
    justify-content: center;
  }

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

  .text-link {
    display: none;
  }

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

  .hero-visual {
    position: relative;
    right: auto;
    bottom: auto;
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .hero-sun {
    display: none;
  }

  .hero-image-wrap {
    position: relative;
    top: auto;
    right: auto;
    width: 85vw;
    max-width: 340px;
    height: 420px;
    border-width: 6px;
    border-radius: 180px 180px 28px 28px;
  }

  .hero-image-wrap img {
    object-position: center top;
  }

  .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: 1fr;
    row-gap: 13px;
  }

  .trust-items span {
    display: flex;
    align-items: center;
    justify-content: center;
    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: auto;
    padding: 22px;
    margin-top: 14px;
    border-radius: 18px;
  }

  .service-card::before {
    inset: 10px 10px auto;
    height: 74px;
  }

  .service-card::after {
    width: 62px;
    height: 62px;
    border-radius: 18px;
  }

  .price-tag {
    top: 12px;
    right: 56px;
    min-width: 113px;
    padding: 13px 12px 11px;
    border-radius: 15px 15px 15px 6px;
  }

  .price-tag::before {
    top: -18px;
    left: 20px;
    width: 33px;
    height: 28px;
  }

  .price-tag::after {
    top: 11px;
    left: 12px;
    width: 9px;
    height: 9px;
  }

  .price-tag span {
    font-size: 9px;
  }

  .price-tag strong {
    font-size: 15px;
  }

  .service-card-top {
    margin-bottom: 22px;
  }

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

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

  .service-card-list {
    margin-top: 17px;
  }

  .service-card-list li {
    font-size: 12px;
  }

  .service-card-media {
    height: 145px;
    margin-top: 20px;
    border-radius: 16px;
  }

  .service-card-actions {
    display: grid;
    padding-top: 24px;
  }

  .service-card-action {
    width: 100%;
    min-height: 44px;
  }

  .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-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 {
    right: 14px;
    bottom: 13px;
    padding: 10px;
  }

  .whatsapp-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: 84px;
  padding-top: 18px;
  padding-bottom: 18px;
  background: rgba(247, 243, 234, 0.94);
}

.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: #ebe0cf;
}

.page-hero::before {
  position: absolute;
  top: -190px;
  right: -110px;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  background: rgba(213, 235, 115, 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.1em;
}

.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(23, 55, 45, 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(23, 55, 45, 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: #f36d4b;
  background: #f5dfd1;
}

.service-consult {
  color: #d5eb73;
  background: #306553;
}

.service-vaccine {
  color: #2f6453;
  background: #dde4ca;
}

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

.service-training {
  color: #bd853c;
  background: #f2e2bf;
}

.service-walking {
  color: #e7f483;
  background: #194a3e;
}

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

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

/* Grooming packages */
.grooming-hero {
  position: relative;
  display: grid;
  gap: 6vw;
  min-height: 650px;
  padding: 78px 5.5vw 76px;
  overflow: hidden;
  background: #ebe0cf;
  grid-template-columns: minmax(0, 0.9fr) minmax(450px, 0.82fr);
}

.grooming-hero::before {
  position: absolute;
  right: -180px;
  bottom: -260px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: rgba(213, 235, 115, 0.28);
  content: "";
}

.grooming-hero-copy {
  position: relative;
  z-index: 1;
  align-self: center;
}

.grooming-hero-copy h1 {
  font-size: clamp(70px, 7vw, 106px);
}

.grooming-hero-copy > p:not(.eyebrow) {
  max-width: 555px;
  margin: 24px 0 29px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.grooming-hero-media {
  position: relative;
  z-index: 1;
  align-self: center;
  min-height: 500px;
}

.grooming-hero-media img {
  width: 100%;
  height: 500px;
  border: 10px solid rgba(255, 253, 248, 0.72);
  border-radius: 220px 220px 34px 34px;
  object-fit: cover;
  object-position: center;
  box-shadow: var(--shadow);
}

.grooming-hero-note {
  position: absolute;
  right: -20px;
  bottom: 40px;
  max-width: 185px;
  padding: 17px 18px;
  border-radius: 18px;
  color: var(--paper);
  background: var(--forest);
  box-shadow: var(--shadow);
}

.grooming-hero-note strong,
.grooming-hero-note span {
  display: block;
}

.grooming-hero-note strong {
  color: var(--lime);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 38px;
  letter-spacing: -0.1em;
  line-height: 0.9;
}

.grooming-hero-note span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  line-height: 1.45;
}

.grooming-packages {
  padding-top: 128px;
  padding-bottom: 132px;
}

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

.package-card {
  display: flex;
  flex-direction: column;
  min-height: 615px;
  padding: 31px;
  border: 1px solid rgba(23, 55, 45, 0.12);
  border-radius: 24px;
  background: rgba(255, 253, 248, 0.62);
  box-shadow: 0 18px 45px rgba(23, 55, 45, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.package-card:hover,
.package-card:focus-within {
  transform: translateY(-7px);
  box-shadow: 0 28px 55px rgba(23, 55, 45, 0.12);
}

.package-card-featured {
  border-color: rgba(243, 109, 75, 0.28);
  background: var(--paper);
}

.package-topline {
  min-height: 86px;
}

.package-topline h3 {
  font-size: 31px;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.package-topline span {
  display: inline-flex;
  max-width: 170px;
  margin-top: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--coral);
  background: rgba(243, 109, 75, 0.1);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.35;
  text-transform: uppercase;
}

.package-card > p:not(.package-note) {
  min-height: 58px;
  margin: 22px 0 20px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.package-price {
  display: flex;
  gap: 11px;
  align-items: baseline;
  margin-bottom: 22px;
}

.package-price strong {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 1;
}

.package-price small {
  color: var(--muted);
  font-size: 14px;
}

.package-price small::before {
  margin-right: 8px;
  color: var(--coral);
  content: "·";
}

.package-card ul {
  display: grid;
  gap: 16px;
  min-height: 150px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.package-card li {
  position: relative;
  padding-left: 23px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.48;
}

.package-card li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--coral);
  content: "";
}

.package-note {
  margin: auto 0 28px;
  padding: 17px 18px;
  border-radius: 16px;
  color: var(--muted);
  background: rgba(23, 55, 45, 0.06);
  font-size: 13px;
  line-height: 1.55;
}

.package-card .button {
  width: 100%;
}

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

.grooming-callout .section-kicker,
.grooming-callout h2 em {
  color: var(--lime);
}

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

/* 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: #ebe0cf;
  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(23, 55, 45, 0.12);
  border-radius: 23px;
  background: rgba(255, 253, 248, 0.58);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.product-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 40px rgba(23, 55, 45, 0.1);
}

.marketplace-status {
  display: inline-flex;
  margin: -12px 0 28px;
  padding: 9px 13px;
  border: 1px solid rgba(243, 109, 75, 0.22);
  border-radius: 999px;
  color: var(--coral-dark);
  background: rgba(243, 109, 75, 0.08);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.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(23, 55, 45, 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: #dbe9c1;
}

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

.art-harness {
  color: var(--lime);
  background: #2f6453;
}

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

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

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

.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: "Manrope", Arial, sans-serif;
  text-align: center;
}

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

.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: "DM Sans", Arial, sans-serif;
  font-size: 8px;
  font-style: normal;
}

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

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

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

.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(164, 75, 53, 0.16);
  content: "";
}

.product-toy i,
.product-toy b {
  position: absolute;
  width: 87px;
  height: 17px;
  border: 6px solid #fff3d0;
  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: "Manrope", 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: #ebe0cf;
  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: #ebe0cf;
  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);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.contact-channels a:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 40px rgba(23, 55, 45, 0.1);
}

.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: #fbf8f1;
  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);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.contact-option:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 40px rgba(23, 55, 45, 0.1);
}

.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: #ebe0cf;
}

.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: "Manrope", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.04em;
  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(243, 109, 75, 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,
  .package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grooming-hero {
    grid-template-columns: 1fr;
  }

  .grooming-hero-media {
    min-height: 420px;
  }

  .grooming-hero-media img {
    height: 420px;
  }

  .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: 68px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .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: 67px;
  }

  .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,
  .package-grid {
    display: block;
  }

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

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

  .grooming-hero-copy h1 {
    font-size: 62px;
  }

  .grooming-hero-copy > p:not(.eyebrow) {
    margin: 18px 0 23px;
    font-size: 14px;
  }

  .grooming-hero-media {
    min-height: 0;
    margin-top: 42px;
  }

  .grooming-hero-media img {
    height: 360px;
    border-width: 6px;
    border-radius: 175px 175px 28px 28px;
  }

  .grooming-hero-note {
    right: 8px;
    bottom: 18px;
    max-width: 155px;
    padding: 14px 15px;
  }

  .grooming-packages {
    padding-top: 82px;
    padding-bottom: 84px;
  }

  .package-card {
    padding: 23px;
  }

  .package-topline {
    min-height: 0;
  }

  .package-topline h3 {
    font-size: 28px;
  }

  .package-topline span {
    margin-top: 10px;
  }

  .package-card > p:not(.package-note),
  .package-card ul {
    min-height: 0;
  }

  .package-price strong {
    font-size: 39px;
  }

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

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

  .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;
  }
}
/* ===========================
   BOOKING PAGE
=========================== */

.booking-page{
    max-width:1400px;
    margin:0 auto;
    padding:80px 40px;
    display:grid;
    grid-template-columns:1fr 700px;
    gap:80px;
    align-items:start;
}

.booking-left{
    padding-top:40px;
}

.booking-kicker{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:24px;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    color:#0d3d34;
}

.booking-dot{
    width:10px;
    height:10px;
    border-radius:50%;
    background:#ff7a59;
}

.booking-left h1{
    font-size:clamp(4rem,8vw,6.5rem);
    line-height:0.95;
    margin-bottom:24px;
    color:#0d3d34;
}

.booking-left h1 span{
    color:#f47b55;
    font-style:italic;
    font-weight:500;
}

.booking-subtitle{
    max-width:520px;
    font-size:18px;
    line-height:1.8;
    color:#5c6765;
}

.booking-card{
    background:#fff;
    padding:40px;
    border-radius:28px;
    box-shadow:0 10px 40px rgba(0,0,0,.08);
}

.booking-card h2{
    margin-bottom:30px;
    color:#0d3d34;
    font-size:32px;
}

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

.booking-form label{
    display:flex;
    flex-direction:column;
    gap:8px;
}

.booking-form span{
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    color:#0d3d34;
}

.booking-form input,
.booking-form select,
.booking-form textarea{
    width:100%;
    padding:16px;
    border:1px solid #d9dfdd;
    border-radius:14px;
    font-size:16px;
    background:#fff;
}

.booking-form textarea{
    resize:vertical;
    min-height:120px;
}

.full-width{
    grid-column:1 / -1;
}

.booking-submit{
    grid-column:1 / -1;
    width:100%;
    justify-content:center;
}

@media(max-width:991px){

    .booking-page{
        grid-template-columns:1fr;
        gap:40px;
        padding:40px 20px;
    }

    .booking-left{
        padding-top:0;
    }

    .booking-left h1{
        font-size:56px;
    }

    .booking-card{
        padding:24px;
    }

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

    .full-width{
        grid-column:auto;
    }

    .booking-submit{
        grid-column:auto;
    }
}
