:root {
  --ink: #30213a;
  --muted: #6f6376;
  --purple: #5c3374;
  --purple-dark: #392044;
  --pink: #ed6ba7;
  --pink-dark: #d84c8d;
  --blush: #fff4f8;
  --cream: #fffaf6;
  --white: #fff;
  --line: #eadde8;
  --shadow: 0 24px 70px rgba(67, 34, 74, .13);
  --radius: 30px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; max-width: 100%; overflow-x: hidden; }
body { margin: 0; max-width: 100%; overflow-x: clip; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; line-height: 1.7; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
h1, h2, h3 { font-family: "Fredoka", sans-serif; line-height: 1.08; margin: 0 0 1rem; }
h1 { font-size: clamp(3.2rem, 7vw, 6.6rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.35rem, 4.5vw, 4.2rem); letter-spacing: -.035em; }
h3 { font-size: 1.5rem; }
p { margin: 0 0 1.3rem; }
.container { width: 80%; margin-inline: auto; }
.section { padding: 110px 0; }
.pt-0 { padding-top: 0; }
.section-soft { background: var(--blush); }
.section-dark { background: var(--purple-dark); color: white; }
.center { text-align: center; margin-top: 42px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 50; padding: 18px 0; color: white; }
.site-header.is-sticky { position: fixed; background: rgba(57, 32, 68, .95); backdrop-filter: blur(14px); box-shadow: 0 8px 35px rgba(20, 10, 24, .16); animation: drop .25s ease; }
@keyframes drop { from { transform: translateY(-100%); } }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; font-family: "Fredoka", sans-serif; font-size: 1.05rem; line-height: 1.05; }
.brand img { width: 58px; height: 58px; object-fit: contain; border-radius: 50%; background: white; }
.brand span { display: grid; }
.brand b { font-size: 1.22rem; color: #ff9fc7; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav > a:not(.button) { text-decoration: none; font-size: .83rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; opacity: .82; padding: 9px 0; }
.main-nav > a:not(.button):hover, .main-nav > a.active { color: #ffabd0; opacity: 1; }
.menu-toggle { display: none; border: 0; background: transparent; color: white; padding: 8px; cursor: pointer; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 0 25px; border: 0; border-radius: 99px; background: var(--pink); color: white; text-decoration: none; font-weight: 700; box-shadow: 0 12px 30px rgba(216, 76, 141, .26); cursor: pointer; transition: .25s ease; }
.button:hover { transform: translateY(-3px); background: var(--pink-dark); box-shadow: 0 16px 34px rgba(216, 76, 141, .32); }
.button-small { min-height: 44px; padding: 0 20px; font-size: .85rem; }
.button-ghost { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.5); box-shadow: none; backdrop-filter: blur(8px); }
.button-ghost:hover { background: white; color: var(--purple); }
.button-dark { background: var(--purple); box-shadow: 0 12px 30px rgba(57,32,68,.2); }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--pink-dark); font-weight: 700; text-decoration: none; }
.text-link svg { width: 18px; transition: transform .2s; }
.text-link:hover svg { transform: translateX(5px); }
.text-link.light { color: #ffacd0; }
.eyebrow { color: var(--pink-dark); font-size: .79rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 17px; }

.hero { min-height: 770px; height: 100vh; position: relative; display: flex; align-items: center; color: white; background: url("images/hero-modern.png") 65% center / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(42,22,51,.9) 0%, rgba(55,26,66,.68) 47%, rgba(55,26,66,.16) 78%); }
.hero-content { position: relative; padding-top: 72px; }
.hero-content h1 { max-width: 760px; }
.hero-copy { font-size: 1.22rem; max-width: 610px; color: rgba(255,255,255,.86); }
.scroll-cue { position: absolute; bottom: 28px; left: 50%; color: white; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; display: grid; place-items: center; animation: bob 2s infinite; }
@keyframes bob { 50% { transform: translateY(7px); } }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(50px, 8vw, 100px); }
.image-card { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.image-card img { width: 100%; height: 580px; object-fit: cover; transition: transform .6s; }
.image-card:hover img { transform: scale(1.025); }
.image-card.portrait img { height: 650px; }
.content-block > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.check-list { list-style: none; padding: 0; margin: 25px 0 32px; display: grid; gap: 14px; }
.check-list li { display: flex; gap: 12px; align-items: center; font-weight: 600; }
.check-list svg { width: 21px; color: var(--pink-dark); }
.signature { margin-top: 32px; font-family: "Fredoka", sans-serif; font-size: 1.4rem; color: var(--purple); }

.section-heading { max-width: 760px; text-align: center; margin: 0 auto 55px; }
.section-heading.left { text-align: left; margin-left: 0; }
.service-preview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card { color: inherit; text-decoration: none; background: white; border-radius: 25px; overflow: hidden; box-shadow: 0 15px 45px rgba(61,38,66,.08); transition: .3s; }
.feature-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.feature-card img { width: 100%; height: 270px; object-fit: cover; }
.feature-card div { padding: 26px; }
.feature-card span { color: var(--pink-dark); font-size: .75rem; font-weight: 800; letter-spacing: .16em; }
.feature-card h3 { margin-top: 8px; }
.feature-card p { color: var(--muted); margin: 0; }

.press-strip { background: var(--purple); color: white; padding: 80px 0; }
.press-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 35px 70px; align-items: end; }
.press-inner h2 { font-size: clamp(2.2rem, 4vw, 3.6rem); }
.press-names { display: flex; flex-wrap: wrap; gap: 12px; }
.press-names span { padding: 11px 17px; border: 1px solid rgba(255,255,255,.22); border-radius: 99px; color: rgba(255,255,255,.78); font-weight: 700; }
.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: clamp(35px, 6vw, 70px); background: white; border: 1px solid var(--line); border-radius: 38px; box-shadow: var(--shadow); }
.cta-card h2 { max-width: 740px; }
.cta-card p:not(.eyebrow) { color: var(--muted); margin-bottom: 0; }

.page-hero { min-height: 590px; padding: 175px 0 90px; display: flex; align-items: flex-end; color: white; background-size: cover; background-position: center; position: relative; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(46,24,57,.9), rgba(61,31,71,.4)); }
.page-hero .container { position: relative; }
.page-hero h1 { max-width: 930px; font-size: clamp(3.3rem, 6.5vw, 6rem); }
.page-hero p:last-child { max-width: 670px; font-size: 1.15rem; color: rgba(255,255,255,.82); }
.about-hero { background-image: url("images/care-modern.png"); }
.services-hero { background-image: url("images/grooming-modern.png"); }
.media-hero { background-image: url("images/boarding-modern.png"); }
.contact-hero { background-image: url("images/bakery-modern.png"); }

.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.value-card, .info-card { background: white; border: 1px solid var(--line); border-radius: 24px; padding: 34px; }
.value-card svg, .info-card svg { width: 38px; height: 38px; color: var(--pink-dark); margin-bottom: 28px; }
.value-card p, .info-card p { color: var(--muted); margin: 0; }
.timeline-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.timeline { border-left: 2px solid var(--line); padding-left: 40px; }
.timeline-item { position: relative; display: grid; grid-template-columns: 130px 1fr; gap: 24px; padding: 0 0 50px; }
.timeline-item::before { content: ""; width: 14px; height: 14px; border-radius: 50%; background: var(--pink); border: 4px solid var(--cream); position: absolute; left: -48px; top: 5px; }
.timeline-item b { color: var(--pink-dark); }
.timeline-item p { color: var(--muted); }

.service-detail-section { padding-bottom: 45px; }
.service-detail { display: grid; grid-template-columns: 70px 1fr 1fr; gap: 38px; align-items: center; padding: 0 0 95px; scroll-margin-top: 100px; }
.service-detail.reverse { grid-template-columns: 70px 1fr 1fr; }
.service-detail.reverse img { grid-column: 2; grid-row: 1; }
.service-detail.reverse > div:nth-child(2) { grid-column: 3; }
.service-number { color: var(--pink); font-family: "Fredoka", sans-serif; font-size: 1.4rem; align-self: start; padding-top: 10px; }
.service-detail > div:nth-child(2) > p:not(.eyebrow), .service-detail li { color: var(--muted); }
.service-detail img { width: 100%; height: 480px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.service-detail ul { padding-left: 20px; }
.service-detail li { margin: 8px 0; }
.info-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.info-card { padding: 28px; }

.media-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.media-card { min-height: 380px; display: flex; flex-direction: column; padding: 36px; background: white; border: 1px solid var(--line); border-radius: 26px; text-decoration: none; transition: .3s; }
.media-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: transparent; }
.publication { color: var(--pink-dark); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 45px; }
.media-card p { color: var(--muted); }
.read-more { display: flex; align-items: center; gap: 8px; margin-top: auto; font-weight: 700; color: var(--purple); }
.read-more svg { width: 17px; }
.video-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: center; }
.video-layout p:not(.eyebrow) { color: rgba(255,255,255,.7); margin-bottom: 30px; }
.video-frame { aspect-ratio: 16/9; overflow: hidden; border-radius: 24px; box-shadow: 0 25px 80px rgba(0,0,0,.35); }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.gallery { display: grid; grid-template-columns: repeat(3,1fr); grid-auto-rows: 270px; gap: 16px; }
.gallery figure { margin: 0; overflow: hidden; border-radius: 22px; }
.gallery figure.wide { grid-column: span 2; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.gallery figure:hover img { transform: scale(1.04); }
.social-callout { margin-top: 35px; padding: 28px 32px; border-radius: 24px; background: var(--blush); display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.social-callout > div { display: flex; align-items: center; gap: 18px; }
.social-callout svg { color: var(--pink-dark); width: 30px; }
.social-callout span { display: grid; }

.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px,8vw,100px); align-items: start; }
.contact-info > p:not(.eyebrow) { color: var(--muted); }
.contact-line { display: flex; gap: 18px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.contact-line svg, .hours > svg { color: var(--pink-dark); flex: 0 0 auto; }
.contact-line span, .contact-line small { display: block; }
.contact-line small { color: var(--muted); margin-bottom: 2px; }
.hours { display: flex; gap: 18px; padding-top: 22px; }
.hours p { color: var(--muted); margin: 4px 0; }
.enquiry-form { background: white; border: 1px solid var(--line); border-radius: 30px; padding: clamp(26px, 5vw, 50px); box-shadow: var(--shadow); }
.form-heading { display: flex; gap: 16px; margin-bottom: 28px; }
.form-heading > span { font-size: 2rem; }
.form-heading h2 { font-size: 2.2rem; margin-bottom: 4px; }
.form-heading p { color: var(--muted); margin: 0; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.enquiry-form label { display: grid; gap: 7px; margin-bottom: 18px; font-weight: 700; font-size: .9rem; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 13px; background: #fffcfd; color: var(--ink); padding: 14px 15px; outline: none; }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-color: var(--pink); box-shadow: 0 0 0 4px rgba(237,107,167,.1); }
.consent { grid-template-columns: 18px 1fr !important; align-items: start; font-weight: 400 !important; color: var(--muted); }
.consent input { width: 18px; margin-top: 4px; }
.submit-button { width: 100%; }
.form-note { text-align: center; color: var(--pink-dark); margin: 12px 0 0; min-height: 1.6em; }
.map-section iframe { display: block; width: 100%; height: 480px; border: 0; filter: saturate(.7); }
.faq-list { max-width: 850px; margin: auto; }
.faq-list details { border-bottom: 1px solid var(--line); padding: 23px 0; }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; align-items: center; cursor: pointer; list-style: none; font-family: "Fredoka", sans-serif; font-size: 1.25rem; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { color: var(--pink-dark); transition: transform .2s; }
.faq-list details[open] summary svg { transform: rotate(45deg); }
.faq-list details p { color: var(--muted); padding-right: 50px; margin: 16px 0 0; }

.site-footer { background: #2d1b34; color: white; padding: 80px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr; gap: 70px; padding-bottom: 60px; }
.footer-brand { margin-bottom: 20px; }
.footer-grid p { color: rgba(255,255,255,.62); max-width: 380px; }
.footer-grid h3 { color: #ff9fc7; font-size: 1rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid > div:nth-child(n+2) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid > div:nth-child(n+2) a { color: rgba(255,255,255,.72); text-decoration: none; }
.footer-grid > div:nth-child(n+2) a:hover { color: #ff9fc7; }
.socials { display: flex; gap: 10px; }
.socials a { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.08); color: #ff9fc7; }
.socials a:hover { background: var(--pink); color: white; }
.socials svg { width: 19px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); padding-top: 25px; color: rgba(255,255,255,.4); font-size: .83rem; }
.whatsapp-fab { position: fixed; right: 22px; bottom: 22px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #25d366; color: white; box-shadow: 0 12px 35px rgba(17,130,59,.32); z-index: 45; transition: .25s; }
.whatsapp-fab:hover { transform: scale(1.08); }
.whatsapp-fab svg { width: 28px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .menu-toggle { display: block; z-index: 55; }
  .main-nav { position: fixed; inset: 0; background: var(--purple-dark); flex-direction: column; justify-content: center; gap: 22px; transform: translateX(100%); transition: transform .3s; }
  .main-nav.open { transform: none; }
  .main-nav > a:not(.button) { font-size: 1.1rem; }
  .service-preview-grid, .values-grid, .media-grid { grid-template-columns: 1fr 1fr; }
  .info-grid { grid-template-columns: 1fr 1fr; }
  .timeline-wrap, .video-layout, .contact-layout { grid-template-columns: 1fr; }
  .service-detail, .service-detail.reverse { grid-template-columns: 50px 1fr; }
  .service-detail img, .service-detail.reverse img { grid-column: 2; grid-row: auto; height: 420px; }
  .service-detail.reverse > div:nth-child(2) { grid-column: 2; }
  .press-inner { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 75px 0; }
  .brand img { width: 48px; height: 48px; }
  .brand span { font-size: .9rem; }
  .brand b { font-size: 1.02rem; }
  .hero { min-height: 700px; background-position: 62% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(42,22,51,.74), rgba(42,22,51,.74)); }
  .hero-copy { font-size: 1.05rem; }
  .button-row { flex-direction: column; align-items: stretch; }
  .split, .service-preview-grid, .values-grid, .media-grid, .info-grid { grid-template-columns: 1fr; }
  .image-card { order: 2; }
  .image-card img, .image-card.portrait img { height: 400px; }
  .cta-card, .social-callout { flex-direction: column; align-items: stretch; }
  .cta-card .button { width: 100%; }
  .page-hero { min-height: 530px; padding-top: 150px; }
  .timeline { padding-left: 30px; }
  .timeline-item { grid-template-columns: 1fr; gap: 6px; }
  .timeline-item::before { left: -38px; }
  .service-detail, .service-detail.reverse { grid-template-columns: 1fr; gap: 15px; padding-bottom: 70px; }
  .service-detail .service-number, .service-detail > div:nth-child(2), .service-detail img, .service-detail.reverse > div:nth-child(2), .service-detail.reverse img { grid-column: 1; }
  .service-detail img, .service-detail.reverse img { height: 330px; }
  .publication { margin-bottom: 24px; }
  .media-card { min-height: auto; }
  .read-more { margin-top: 24px; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 280px; }
  .gallery figure.wide { grid-column: span 1; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { flex-direction: column; }
}

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

/* =========================================
   CUTE MODERN REFRESH
   ========================================= */
:root {
  --ink: #35243f;
  --muted: #786b80;
  --purple: #70458a;
  --purple-dark: #41254f;
  --pink: #f06fae;
  --pink-dark: #dc4f94;
  --blush: #fff2f8;
  --cream: #fffafc;
  --lavender: #f2eaff;
  --yellow: #ffd879;
  --mint: #c9f0df;
  --line: #eaddec;
  --shadow: 0 25px 70px rgba(80, 46, 91, .13);
}

body {
  background: var(--cream);
}

body::before {
  content: "✦";
  position: fixed;
  left: 3vw;
  bottom: 12vh;
  color: rgba(240, 111, 174, .17);
  font-size: 3rem;
  z-index: -1;
  animation: twinkle 4s ease-in-out infinite;
}

@keyframes twinkle {
  50% { transform: rotate(15deg) scale(1.2); opacity: .45; }
}

.site-header {
  top: 18px;
  padding: 0;
}

.nav-wrap {
  min-height: 78px;
  padding: 8px 10px 8px 16px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 24px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 15px 45px rgba(52, 28, 61, .12);
  backdrop-filter: blur(20px);
}

.site-header.is-sticky {
  top: 0;
  padding: 10px 0;
  background: rgba(255, 249, 252, .82);
  box-shadow: none;
}

.site-header.is-sticky .nav-wrap {
  min-height: 68px;
  border-radius: 20px;
}

.brand { color: var(--ink); }
.brand img {
  width: 60px;
  height: 60px;
  border: 3px solid white;
  box-shadow: 0 7px 20px rgba(78, 43, 87, .15);
}
.brand b { color: var(--pink-dark); }
.main-nav > a:not(.button) { color: var(--ink); opacity: .68; }
.main-nav > a:not(.button):hover,
.main-nav > a.active {
  color: var(--pink-dark);
  opacity: 1;
}
.main-nav > a.active { position: relative; }
.main-nav > a.active::after {
  content: "";
  position: absolute;
  left: 25%;
  right: 25%;
  bottom: 2px;
  height: 3px;
  border-radius: 9px;
  background: var(--pink);
}

.button {
  min-height: 54px;
  padding-inline: 27px;
  border: 2px solid rgba(255,255,255,.45);
  background: linear-gradient(135deg, #f47db6, #e7569c);
  box-shadow: 0 14px 28px rgba(220, 79, 148, .24);
}
.button::after {
  content: "↗";
  font-size: .95rem;
  transition: transform .2s ease;
}
.button:hover::after { transform: translate(2px, -2px); }
.button-small::after,
.submit-button::after { display: none; }
.button-dark { background: linear-gradient(135deg, #744a8b, #513060); }
.button-ghost { border-color: rgba(255,255,255,.56); background: rgba(255,255,255,.14); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border-radius: 99px;
  background: rgba(240,111,174,.1);
  color: var(--pink-dark);
  letter-spacing: .12em;
}

.hero {
  min-height: 820px;
  background-position: 64% 58%;
  border-radius: 0 0 52px 52px;
  overflow: hidden;
}
.hero-shade {
  background:
    linear-gradient(90deg, rgba(53, 29, 63, .92) 0%, rgba(67, 34, 77, .68) 48%, rgba(67, 34, 77, .06) 83%),
    linear-gradient(0deg, rgba(52, 28, 61, .28), transparent 40%);
}
.hero-content { padding-top: 108px; }
.hero-content h1 {
  max-width: 700px;
  text-shadow: 0 8px 30px rgba(40,20,46,.15);
}
.hero-copy { font-size: 1.18rem; }
.hero-eyebrow {
  color: #703659;
  background: rgba(255, 233, 243, .92);
  box-shadow: 0 8px 25px rgba(42,22,49,.15);
}
.hero-trust {
  display: flex;
  gap: 34px;
  margin-top: 38px;
}
.hero-trust > div {
  display: flex;
  flex-direction: column;
  padding-right: 34px;
  border-right: 1px solid rgba(255,255,255,.24);
}
.hero-trust > div:last-child { border-right: 0; }
.hero-trust b {
  font: 700 1.55rem/1 "Fredoka", sans-serif;
  color: #ffd3e6;
}
.hero-trust span { color: rgba(255,255,255,.7); font-size: .78rem; }
.floating-note {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 17px;
  border-radius: 18px;
  background: rgba(255,255,255,.9);
  color: var(--purple-dark);
  box-shadow: 0 18px 45px rgba(39,18,46,.2);
  font-weight: 800;
  font-size: .86rem;
  transform: rotate(-4deg);
}
.floating-note span { color: var(--pink-dark); font-size: 1.15rem; }
.note-top { right: 8%; top: 34%; }
.note-bottom { right: 29%; bottom: 10%; transform: rotate(3deg); }
.scroll-cue {
  background: rgba(255,255,255,.16);
  backdrop-filter: blur(8px);
}

.joy-ribbon {
  margin: -1px 0 0;
  overflow: hidden;
  background: var(--yellow);
  color: #54344e;
  transform: rotate(-1deg);
  box-shadow: 0 8px 25px rgba(80,52,44,.09);
}
.joy-ribbon > div {
  width: max-content;
  display: flex;
  gap: 52px;
  padding: 15px 0;
  font: 700 .84rem/1 "Fredoka", sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
  animation: ribbon 25s linear infinite;
}
@keyframes ribbon { to { transform: translateX(-50%); } }

.section { position: relative; }
.section-heading h2,
.content-block h2 { color: var(--purple-dark); }
.section-heading::after {
  content: "•  🐾  •";
  display: block;
  margin-top: 20px;
  color: rgba(220,79,148,.45);
  letter-spacing: .55em;
}
.section-heading.left::after { text-align: left; }

.image-card {
  position: relative;
  border: 8px solid white;
  border-radius: 40px;
  box-shadow: var(--shadow);
  transform: rotate(-1.5deg);
}
.image-card::after {
  content: "made with love 🐾";
  position: absolute;
  left: 24px;
  bottom: 22px;
  padding: 9px 14px;
  border-radius: 99px;
  background: rgba(255,255,255,.9);
  color: var(--pink-dark);
  font: 700 .75rem/1 "Fredoka", sans-serif;
  box-shadow: 0 8px 25px rgba(43,22,48,.13);
}
.check-list li {
  padding: 10px 13px;
  border-radius: 14px;
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(236,219,234,.8);
}

.section-soft {
  background: linear-gradient(145deg, #fff1f7, #f4edff);
}
.feature-card {
  border: 8px solid white;
  border-radius: 32px;
  box-shadow: 0 18px 45px rgba(74,45,82,.1);
}
.feature-card:nth-child(2) { transform: translateY(20px); }
.feature-card:nth-child(2):hover { transform: translateY(12px); }
.feature-card img { border-radius: 24px 24px 8px 8px; }
.feature-card div { position: relative; }
.feature-card div > span {
  position: absolute;
  right: 20px;
  top: -24px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--yellow);
  color: #654357;
  box-shadow: 0 8px 20px rgba(91,63,47,.12);
}

.press-strip {
  position: relative;
  overflow: hidden;
  border-radius: 48px;
  margin: 25px 20px;
  background: linear-gradient(135deg, #70458a, #472854);
}
.press-strip::after {
  content: "✦";
  position: absolute;
  right: 7%;
  top: 12%;
  color: rgba(255,255,255,.22);
  font-size: 5rem;
}
.press-names span {
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(8px);
}
.cta-card {
  overflow: hidden;
  border: 8px solid white;
  background: linear-gradient(135deg, #fff, #fff2f8);
}
.cta-card::before {
  content: "🐾";
  position: absolute;
  right: 21%;
  bottom: -28px;
  font-size: 7rem;
  opacity: .08;
  transform: rotate(-15deg);
}

.page-hero {
  min-height: 620px;
  border-radius: 0 0 50px 50px;
  overflow: hidden;
}
.page-hero::before {
  background: linear-gradient(90deg, rgba(48,25,58,.92), rgba(76,40,87,.42));
}
.page-hero::after {
  content: "🐾  ✦  🐾";
  position: absolute;
  right: 8%;
  bottom: 12%;
  padding: 12px 18px;
  border-radius: 20px;
  background: rgba(255,255,255,.88);
  color: var(--pink-dark);
  font-size: 1.1rem;
  letter-spacing: .35em;
  box-shadow: 0 18px 40px rgba(35,18,42,.2);
  transform: rotate(-4deg);
}
.page-hero .eyebrow { background: rgba(255,238,246,.93); }

.value-card,
.info-card,
.media-card {
  border: 7px solid white;
  border-radius: 30px;
  box-shadow: 0 16px 40px rgba(76,45,84,.08);
  background: rgba(255,255,255,.94);
}
.value-card:nth-child(1) svg,
.info-card:nth-child(1) svg { padding: 8px; border-radius: 13px; background: #ffe3ef; }
.value-card:nth-child(2) svg,
.info-card:nth-child(2) svg { padding: 8px; border-radius: 13px; background: var(--lavender); }
.value-card:nth-child(3) svg,
.info-card:nth-child(3) svg { padding: 8px; border-radius: 13px; background: #fff0bd; }
.info-card:nth-child(4) svg { padding: 8px; border-radius: 13px; background: var(--mint); }
.timeline {
  border-left: 3px dashed #e8c9dc;
}
.timeline-item::before {
  width: 18px;
  height: 18px;
  box-shadow: 0 0 0 6px rgba(240,111,174,.13);
}
.service-detail img {
  border: 8px solid white;
  border-radius: 38px;
  box-shadow: var(--shadow);
}
.service-number {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 17px;
  background: var(--yellow);
  color: #66465a;
  transform: rotate(-6deg);
}
.service-detail.reverse .service-number { transform: rotate(6deg); background: var(--mint); }
.media-card { min-height: 390px; }
.media-card:nth-child(2) { background: linear-gradient(145deg, #fff, #faf4ff); }
.media-card:nth-child(3) { background: linear-gradient(145deg, #fff, #fff5e0); }
.publication {
  align-self: flex-start;
  padding: 8px 12px;
  border-radius: 99px;
  background: var(--blush);
}
.video-frame { border: 8px solid rgba(255,255,255,.94); border-radius: 32px; }
.gallery { grid-auto-rows: 300px; }
.gallery figure {
  border: 7px solid white;
  border-radius: 28px;
  box-shadow: 0 14px 35px rgba(75,43,82,.1);
}
.gallery figure:nth-child(2),
.gallery figure:nth-child(5) { transform: rotate(1.2deg); }
.gallery figure:nth-child(3) { transform: rotate(-1.2deg); }
.social-callout {
  border: 2px dashed rgba(220,79,148,.25);
  background: linear-gradient(135deg, #fff0f7, #f4ecff);
}

.contact-info {
  padding: 38px;
  border-radius: 32px;
  background: linear-gradient(145deg, #fff, #fff3f8);
  border: 7px solid white;
  box-shadow: var(--shadow);
}
.enquiry-form {
  border: 8px solid white;
  border-radius: 38px;
  background: white;
}
.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea {
  border: 2px solid #eee1ed;
  background: #fffafd;
}
.map-section {
  width: 80%;
  margin: 0 auto 90px;
  padding: 8px;
  border-radius: 34px;
  background: white;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.map-section iframe { border-radius: 27px; }
.faq-list details {
  margin-bottom: 12px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,.86);
}

.site-footer {
  position: relative;
  margin: 25px 20px 0;
  border-radius: 48px 48px 0 0;
  overflow: hidden;
  background: #34203d;
}
.site-footer::before {
  content: "🐾";
  position: absolute;
  left: 6%;
  bottom: -30px;
  font-size: 10rem;
  opacity: .035;
  transform: rotate(22deg);
}
.footer-brand { color: white; }
.socials a { border: 1px solid rgba(255,255,255,.1); }
.whatsapp-fab {
  border: 4px solid white;
  width: 62px;
  height: 62px;
}

@media (max-width: 980px) {
  .menu-toggle { color: var(--purple-dark); }
  .main-nav {
    inset: 12px;
    border-radius: 28px;
    background: #432750;
  }
  .main-nav > a:not(.button) { color: white; }
  .main-nav > a.active::after { display: none; }
  .feature-card:nth-child(2) { transform: none; }
  .note-top { right: 3%; }
  .note-bottom { right: 12%; }
}

@media (max-width: 680px) {
  .site-header { top: 10px; }
  .nav-wrap { min-height: 66px; border-radius: 19px; padding: 6px 8px 6px 10px; }
  .brand img { width: 50px; height: 50px; }
  .hero { min-height: 760px; border-radius: 0 0 35px 35px; }
  .hero-content { padding-top: 100px; }
  .hero-content h1 { font-size: clamp(3.1rem, 16vw, 4.5rem); }
  .hero-trust { gap: 15px; }
  .hero-trust > div { padding-right: 15px; }
  .hero-trust span { font-size: .68rem; }
  .floating-note { display: none; }
  .joy-ribbon > div { animation-duration: 17s; }
  .image-card { transform: none; border-width: 6px; }
  .feature-card, .value-card, .info-card, .media-card { border-width: 5px; }
  .press-strip, .site-footer { margin-inline: 8px; border-radius: 34px; }
  .site-footer { border-radius: 34px 34px 0 0; }
  .page-hero { min-height: 570px; border-radius: 0 0 35px 35px; }
  .page-hero::after { right: 5%; bottom: 6%; }
  .service-number { margin-bottom: 10px; }
  .contact-info { padding: 25px; border-width: 5px; }
  .enquiry-form { border-width: 5px; }
  .map-section { width: calc(100% - 20px); margin-bottom: 60px; }
}

/* =========================================
   TYPOGRAPHY REFINEMENT
   ========================================= */
h1,
h2,
h3 {
  font-weight: 500;
  text-wrap: balance;
}

h1 {
  font-size: clamp(3rem, 5.8vw, 5.55rem);
  line-height: .98;
  letter-spacing: -.035em;
}

h2 {
  font-size: clamp(2.15rem, 3.7vw, 3.65rem);
  line-height: 1.04;
  letter-spacing: -.025em;
}

h3 {
  font-size: 1.38rem;
  line-height: 1.18;
  letter-spacing: -.012em;
}

.hero-content h1 {
  max-width: 680px;
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.04em;
}

.hero-copy,
.page-hero p:last-child {
  font-weight: 400;
  line-height: 1.62;
}

.page-hero h1 {
  max-width: 850px;
  font-size: clamp(3rem, 5.3vw, 5.15rem);
  font-weight: 500;
  line-height: 1;
}

.press-inner h2 {
  font-size: clamp(2.05rem, 3.35vw, 3.15rem);
  font-weight: 500;
}

.form-heading h2 {
  font-size: 2rem;
  font-weight: 500;
}

.brand {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  letter-spacing: -.01em;
}

.brand b {
  font-size: 1.14rem;
  font-weight: 700;
}

.main-nav > a:not(.button) {
  font-weight: 600;
  letter-spacing: .065em;
}

.button,
.text-link {
  font-weight: 600;
}

.eyebrow,
.feature-card span,
.publication {
  font-weight: 700;
}

.feature-card h3,
.value-card h3,
.info-card h3,
.media-card h3,
.service-detail h2 {
  font-weight: 500;
}

.check-list li,
.enquiry-form label {
  font-weight: 500;
}

.faq-list summary {
  font-weight: 500;
}

.floating-note {
  font-weight: 600;
}

.hero-trust b {
  font-weight: 500;
}

.joy-ribbon > div {
  font-weight: 600;
}

@media (max-width: 680px) {
  h1 {
    font-size: clamp(2.75rem, 13vw, 3.8rem);
    line-height: 1;
  }

  h2 {
    font-size: clamp(2rem, 9vw, 2.85rem);
  }

  .hero-content h1 {
    font-size: clamp(2.9rem, 13.5vw, 4rem);
    max-width: 100%;
  }

  .page-hero h1 {
    font-size: clamp(2.85rem, 12vw, 3.8rem);
  }
}

/* =========================================
   COMPLETE TABLET + MOBILE RESPONSIVENESS
   ========================================= */
@media (max-width: 860px) {
  .container {
    width: min(100% - 32px, 720px);
  }

  .section {
    padding: 82px 0;
  }

  .site-header,
  .site-header.is-sticky {
    top: 10px;
    padding: 0;
    background: transparent;
  }

  .nav-wrap,
  .site-header.is-sticky .nav-wrap {
    min-height: 66px;
    padding: 6px 8px 6px 10px;
    border-radius: 20px;
  }

  .brand {
    min-width: 0;
    gap: 9px;
  }

  .brand img {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
  }

  .brand span {
    font-size: .86rem;
    white-space: nowrap;
  }

  .brand b {
    font-size: 1rem;
  }

  .menu-toggle {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 15px;
    color: var(--purple-dark);
    background: var(--blush);
    touch-action: manipulation;
  }

  .menu-toggle svg {
    width: 24px;
    height: 24px;
  }

  body.menu-open .menu-toggle {
    position: fixed;
    top: 21px;
    right: 24px;
    color: white;
    background: rgba(255,255,255,.12);
    z-index: 80;
  }

  body.menu-open .site-header,
  body.menu-open .nav-wrap {
    backdrop-filter: none;
  }

  body.menu-open .nav-wrap {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
  }

  body.menu-open .brand {
    visibility: hidden;
  }

  .main-nav {
    z-index: 70;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    width: auto;
    height: auto;
    min-height: 0;
    padding: 82px 25px 28px;
    justify-content: flex-start;
    gap: 8px;
    overflow-y: auto;
    overscroll-behavior: contain;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 28px;
    box-shadow: 0 25px 70px rgba(35,17,42,.35);
  }

  .main-nav > a:not(.button) {
    width: min(100%, 340px);
    padding: 13px 18px;
    border-radius: 14px;
    color: white;
    font-size: 1rem;
    text-align: center;
  }

  .main-nav > a:not(.button):hover,
  .main-nav > a.active {
    color: white;
    background: rgba(255,255,255,.1);
  }

  .main-nav .button {
    width: min(100%, 300px);
    margin-top: 12px;
  }

  .hero {
    min-height: 780px;
    height: auto;
    padding: 130px 0 72px;
    align-items: flex-end;
    background-position: 67% center;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(48,25,58,.28) 0%, rgba(48,25,58,.52) 38%, rgba(48,25,58,.94) 100%),
      linear-gradient(90deg, rgba(48,25,58,.32), transparent 75%);
  }

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

  .hero-content h1 {
    max-width: 650px;
  }

  .hero-copy {
    max-width: 590px;
  }

  .floating-note,
  .scroll-cue {
    display: none;
  }

  .split {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .image-card {
    width: min(100%, 650px);
    margin-inline: auto;
    transform: none;
  }

  .image-card img,
  .image-card.portrait img {
    height: clamp(380px, 70vw, 570px);
  }

  .service-preview-grid,
  .values-grid,
  .media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-card:nth-child(2) {
    transform: none;
  }

  .feature-card img {
    height: 250px;
  }

  .press-strip {
    margin-inline: 12px;
  }

  .press-inner {
    gap: 28px;
  }

  .cta-card {
    padding: 48px;
  }

  .page-hero {
    min-height: 590px;
    padding: 160px 0 70px;
  }

  .page-hero::before {
    background:
      linear-gradient(180deg, rgba(48,25,58,.25), rgba(48,25,58,.9)),
      linear-gradient(90deg, rgba(48,25,58,.4), transparent);
  }

  .page-hero::after {
    right: 5%;
    bottom: 5%;
  }

  .timeline-wrap {
    gap: 40px;
  }

  .service-detail,
  .service-detail.reverse {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 24px;
  }

  .service-detail img,
  .service-detail.reverse img {
    width: 100%;
    height: 430px;
  }

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

  .video-layout,
  .contact-layout {
    gap: 48px;
  }

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

  .gallery figure.wide {
    grid-column: span 2;
  }

  .social-callout {
    align-items: flex-start;
  }

  .footer-grid {
    grid-template-columns: 1.2fr .8fr;
    gap: 45px;
  }

  .footer-grid > div:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 860px) and (max-height: 560px) {
  body.menu-open .menu-toggle {
    top: 16px;
    right: 18px;
    width: 43px;
    height: 43px;
  }

  .main-nav {
    padding: 58px 20px 18px;
    gap: 2px;
  }

  .main-nav > a:not(.button) {
    padding: 8px 16px;
    font-size: .88rem;
  }

  .main-nav .button {
    min-height: 43px;
    margin-top: 5px;
    font-size: .78rem;
  }
}

@media (max-width: 600px) {
  html {
    scroll-padding-top: 88px;
  }

  body {
    overflow-wrap: anywhere;
  }

  .container {
    width: calc(100% - 24px);
  }

  .section {
    padding: 64px 0;
  }

  .pt-0 {
    padding-top: 0;
  }

  .brand span {
    font-size: .76rem;
  }

  .brand b {
    font-size: .9rem;
  }

  .hero {
    min-height: 720px;
    padding: 112px 0 52px;
    border-radius: 0 0 28px 28px;
    background-position: 66% center;
  }

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

  .hero-eyebrow {
    max-width: 100%;
    padding: 7px 10px;
    font-size: .67rem;
    letter-spacing: .08em;
  }

  .hero-content h1 {
    font-size: clamp(2.8rem, 13.2vw, 3.75rem);
    line-height: .98;
    margin-bottom: 14px;
  }

  .hero-copy {
    font-size: .98rem;
    line-height: 1.55;
    margin-bottom: 22px;
  }

  .button-row {
    gap: 10px;
  }

  .button,
  .button-row .button,
  .cta-card .button,
  .social-callout .button {
    width: 100%;
    min-height: 52px;
    padding-inline: 18px;
  }

  .hero-trust {
    width: 100%;
    justify-content: space-between;
    gap: 0;
    margin-top: 28px;
  }

  .hero-trust > div {
    flex: 1;
    padding: 0 9px;
    text-align: center;
  }

  .hero-trust > div:first-child {
    padding-left: 0;
  }

  .hero-trust > div:last-child {
    padding-right: 0;
  }

  .hero-trust b {
    font-size: 1.3rem;
  }

  .hero-trust span {
    font-size: .62rem;
    line-height: 1.35;
  }

  .joy-ribbon > div {
    gap: 34px;
    padding: 13px 0;
    font-size: .73rem;
  }

  .section-heading {
    margin-bottom: 38px;
  }

  .section-heading.left {
    text-align: left;
  }

  .section-heading::after {
    margin-top: 14px;
  }

  .eyebrow {
    max-width: 100%;
    padding: 7px 10px;
    font-size: .67rem;
    letter-spacing: .09em;
    white-space: normal;
  }

  h2 {
    font-size: clamp(2rem, 10vw, 2.7rem);
  }

  h3 {
    font-size: 1.24rem;
  }

  .content-block > p:not(.eyebrow) {
    font-size: 1rem;
  }

  .image-card {
    order: 0;
    border-width: 5px;
    border-radius: 27px;
  }

  .image-card img,
  .image-card.portrait img {
    height: min(112vw, 430px);
  }

  .image-card::after {
    left: 14px;
    bottom: 14px;
  }

  .check-list {
    gap: 9px;
  }

  .check-list li {
    align-items: flex-start;
    padding: 10px;
    font-size: .9rem;
  }

  .check-list svg {
    flex: 0 0 19px;
    margin-top: 3px;
  }

  .service-preview-grid,
  .values-grid,
  .media-grid,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .value-card,
  .info-card,
  .media-card {
    border-width: 5px;
    border-radius: 25px;
  }

  .feature-card img {
    height: 230px;
  }

  .feature-card div,
  .value-card,
  .info-card,
  .media-card {
    padding: 24px;
  }

  .press-strip {
    margin: 12px 6px;
    padding: 60px 0;
    border-radius: 28px;
  }

  .press-strip::after {
    font-size: 3rem;
  }

  .press-names {
    gap: 8px;
  }

  .press-names span {
    padding: 9px 12px;
    font-size: .78rem;
  }

  .cta-card {
    align-items: stretch;
    padding: 30px 22px;
    border-width: 5px;
    border-radius: 27px;
  }

  .cta-card::before {
    right: -8px;
  }

  .page-hero {
    min-height: 540px;
    padding: 140px 0 58px;
    align-items: flex-end;
    border-radius: 0 0 28px 28px;
  }

  .page-hero h1 {
    font-size: clamp(2.7rem, 12.4vw, 3.55rem);
  }

  .page-hero p:last-child {
    font-size: .97rem;
    line-height: 1.55;
  }

  .page-hero::after {
    display: none;
  }

  .about-hero {
    background-position: 56% center;
  }

  .services-hero {
    background-position: 58% center;
  }

  .media-hero {
    background-position: 51% center;
  }

  .contact-hero {
    background-position: 42% center;
  }

  .timeline {
    padding-left: 25px;
  }

  .timeline-item {
    padding-bottom: 35px;
  }

  .timeline-item::before {
    left: -34px;
  }

  .service-detail-section {
    padding-bottom: 15px;
  }

  .service-detail,
  .service-detail.reverse {
    grid-template-columns: 1fr;
    gap: 15px;
    padding-bottom: 64px;
  }

  .service-detail .service-number,
  .service-detail > div:nth-child(2),
  .service-detail img,
  .service-detail.reverse > div:nth-child(2),
  .service-detail.reverse img {
    grid-column: 1;
  }

  .service-detail img,
  .service-detail.reverse img {
    grid-row: auto;
    height: min(90vw, 380px);
    border-width: 5px;
    border-radius: 27px;
  }

  .service-detail ul {
    padding-left: 18px;
  }

  .service-number {
    width: 48px;
    height: 48px;
    margin-bottom: 4px;
    font-size: 1.15rem;
  }

  .video-layout {
    gap: 30px;
  }

  .video-frame {
    width: 100%;
    border-width: 5px;
    border-radius: 24px;
  }

  .gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 270px;
    gap: 12px;
  }

  .gallery figure,
  .gallery figure.wide {
    grid-column: 1;
    border-width: 5px;
    border-radius: 23px;
    transform: none;
  }

  .social-callout {
    padding: 22px;
    gap: 20px;
  }

  .social-callout > div {
    align-items: flex-start;
  }

  .social-callout svg {
    flex: 0 0 26px;
  }

  .contact-layout {
    gap: 30px;
  }

  .contact-info,
  .enquiry-form {
    padding: 22px 18px;
    border-width: 5px;
    border-radius: 27px;
  }

  .contact-line,
  .hours {
    align-items: flex-start;
    gap: 13px;
  }

  .contact-line span {
    min-width: 0;
    font-size: .9rem;
  }

  .form-heading {
    gap: 10px;
  }

  .form-heading > span {
    font-size: 1.55rem;
  }

  .form-heading h2 {
    font-size: 1.75rem;
  }

  .form-heading p {
    font-size: .85rem;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .enquiry-form input,
  .enquiry-form select,
  .enquiry-form textarea {
    min-height: 50px;
    font-size: 16px;
  }

  .enquiry-form textarea {
    min-height: 130px;
  }

  .consent {
    grid-template-columns: 22px minmax(0, 1fr) !important;
    font-size: .82rem !important;
  }

  .consent input {
    width: 20px;
    height: 20px;
  }

  .map-section {
    width: calc(100% - 12px);
    margin-bottom: 55px;
    padding: 5px;
    border-radius: 24px;
  }

  .map-section iframe {
    height: 350px;
    border-radius: 19px;
  }

  .faq-list details {
    padding: 18px;
    border-radius: 17px;
  }

  .faq-list summary {
    align-items: flex-start;
    font-size: 1.05rem;
    line-height: 1.35;
  }

  .faq-list summary svg {
    flex: 0 0 20px;
  }

  .faq-list details p {
    padding-right: 0;
    font-size: .9rem;
  }

  .site-footer {
    margin: 12px 6px 0;
    padding: 60px 0 22px;
    border-radius: 30px 30px 0 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 42px;
  }

  .footer-grid > div:last-child {
    grid-column: auto;
  }

  .footer-grid > div:nth-child(n+2) {
    align-items: flex-start;
  }

  .footer-bottom {
    gap: 7px;
    padding-top: 20px;
    font-size: .75rem;
  }

  .whatsapp-fab {
    right: 14px;
    bottom: 14px;
    width: 56px;
    height: 56px;
    border-width: 3px;
  }
}

/* =========================================
   CLEANER, LIGHTER CONTENT HIERARCHY
   ========================================= */
h1,
h2,
h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}

h1,
.hero-content h1,
.page-hero h1 {
  letter-spacing: -.045em;
}

h3 {
  letter-spacing: -.025em;
}

.hero-content h1::after {
  content: none;
}

.brand b {
  font-weight: 600;
}

.button,
.text-link,
.hero-text-link,
.main-nav > a:not(.button) {
  font-weight: 500;
}

.eyebrow,
.publication,
.feature-card span {
  font-weight: 600;
}

.hero-copy {
  max-width: 540px;
}

.content-block > p:not(.eyebrow),
.service-copy > p:not(.eyebrow),
.media-card p,
.value-card p,
.info-card p {
  line-height: 1.65;
}

@media (max-width: 860px) {
  .hero-content {
    padding-top: 105px;
  }
}

@media (max-width: 600px) {
  .hero {
    min-height: calc(100svh - 12px);
    padding: 108px 0 40px;
    align-items: flex-end;
  }

  .hero-content {
    padding-top: 0;
  }

  .hero-content h1 {
    max-width: 560px;
    margin-bottom: 14px;
    font-size: clamp(2.65rem, 12vw, 3.35rem);
    line-height: 1.02;
  }

  .hero-copy {
    max-width: 480px;
    margin-bottom: 20px;
    font-size: .94rem;
    line-height: 1.5;
  }

  .hero-eyebrow {
    margin-bottom: 13px;
  }

  .button-row {
    align-items: center;
  }

  .button-row .button-ghost {
    width: auto;
    min-height: 40px;
    padding: 4px 12px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .button-row .button-ghost::before {
    display: none;
  }

  .hero-trust,
  .joy-ribbon {
    display: none;
  }

  .section-heading h2,
  .content-block h2,
  .service-copy h2 {
    font-weight: 500;
  }
}

@media (max-width: 380px) {
  .hero {
    min-height: 650px;
  }

  .hero-content h1 {
    font-size: 2.55rem;
  }

  .hero-copy {
    font-size: .9rem;
  }
}

/* Brand-aligned dark purple buttons */
.button,
.button-dark,
.submit-button {
  background: linear-gradient(135deg, #6f4685 0%, #42254f 100%);
  box-shadow: 0 14px 30px rgba(66,37,79,.24);
}

.button:hover,
.button-dark:hover,
.submit-button:hover {
  background: linear-gradient(135deg, #5e3872 0%, #321a3c 100%);
  box-shadow: 0 17px 34px rgba(50,26,60,.3);
}

.button-ghost {
  background: rgba(65,37,79,.24);
  border-color: rgba(255,255,255,.48);
  box-shadow: none;
}

.button-ghost:hover {
  color: var(--purple-dark);
  background: white;
}

/* Final store-colour lock: keep every page plum, purple and lavender. */
:root {
  --primary: #70458a;
  --pink: #8e62a8;
  --pink-dark: #6d3f84;
  --blush: #f4eef8;
  --cream: #fbf9fc;
  --rose: #a47bbb;
  --rose-soft: #eee3f5;
  --lilac: #8d68a4;
  --lilac-soft: #eee7f4;
  --peach: #ded0e8;
  --line: #e3d9e8;
}

body {
  background: linear-gradient(180deg, #fbf9fc 0%, #f5eff8 50%, #fcfafd 100%);
}

body::after {
  color: rgba(112,69,138,.12);
}

::selection {
  color: white;
  background: #76508d;
}

.nav-wrap {
  border-color: rgba(222,208,232,.92);
  background: linear-gradient(110deg, rgba(255,255,255,.96), rgba(241,234,246,.94));
}

.brand b::after,
.hero-eyebrow::after,
.page-hero .eyebrow::after,
.feature-card::before,
.value-card::before,
.info-card::before,
.media-card::before {
  color: #76508d;
}

.eyebrow,
.publication {
  color: #68407d;
  border-color: rgba(112,69,138,.18);
  background: linear-gradient(135deg, rgba(237,228,243,.96), rgba(220,205,231,.86));
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(57,32,68,.92) 0%, rgba(84,50,99,.68) 48%, rgba(84,50,99,.08) 83%),
    linear-gradient(0deg, rgba(57,32,68,.32), transparent 44%);
}

.floating-note {
  border-color: rgba(160,126,181,.42);
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(235,224,242,.95));
}

.hero-trust b {
  color: #dfcce9;
}

.joy-ribbon {
  color: #472954;
  background: linear-gradient(90deg, #d8c6e3, #b997cc, #8d68a4, #d8c6e3);
  background-size: 300% 100%;
}

.section-soft,
.philosophy-section,
.press-section {
  background: linear-gradient(145deg, #f7f2fa, #eee6f4);
}

.section-heading::before {
  color: #70458a;
  background: linear-gradient(135deg, #ece1f3, #ddd0e7);
  box-shadow: 0 8px 20px rgba(85,48,101,.12);
}

.section-heading::after {
  color: rgba(112,69,138,.46);
}

.image-card {
  box-shadow: 0 25px 70px rgba(71,42,82,.14), 12px 12px 0 rgba(210,193,221,.5);
}

.check-list li:nth-child(odd),
.check-list li:nth-child(even) {
  border-color: #e2d6e8;
  background: rgba(242,235,247,.84);
}

.section-soft {
  background: linear-gradient(145deg, #f7f2fa, #eee6f4);
}

.press-strip,
.media-video-section {
  background: linear-gradient(135deg, #744b89, #4b2a58 58%, #35203f);
}

.cta-card {
  background: linear-gradient(135deg, #fbf9fc, #eee5f4);
}

.service-number,
.service-detail.reverse .service-number {
  color: #4f305e;
  background: #d5c2e0;
  box-shadow: 7px 7px 0 rgba(182,157,198,.38);
}

.social-callout {
  border-color: rgba(112,69,138,.25);
  background: linear-gradient(135deg, #f1eaf5, #e4d8ec);
  box-shadow: 9px 9px 0 rgba(197,177,210,.4);
}

.contact-info,
.enquiry-form {
  background: linear-gradient(145deg, #fdfcfd, #f1eaf5);
}

.site-footer {
  background: linear-gradient(145deg, #41254b, #2f1d37);
}

@media (max-width: 860px) {
  .hero-shade {
    background:
      linear-gradient(180deg, rgba(60,29,67,.22) 0%, rgba(72,34,72,.5) 38%, rgba(62,29,67,.94) 100%),
      linear-gradient(90deg, rgba(74,33,70,.3), transparent 75%);
  }

  .main-nav {
    background: linear-gradient(145deg, #5d356c, #3d2448);
  }
}

@media (max-width: 600px) {
  .image-card {
    box-shadow: 0 20px 50px rgba(71,42,82,.13), 6px 7px 0 rgba(210,193,221,.48);
  }
}

/* Final phone layout lock. */
@media (max-width: 600px) {
  body::after { display: none; }

  main > .hero,
  main > .page-hero {
    width: calc(100% - 16px);
    margin: 8px 8px 0;
    border-radius: 24px 24px 32px 32px;
  }

  .site-header,
  .site-header.is-sticky { top: 16px; }

  .nav-wrap,
  .site-header.is-sticky .nav-wrap {
    min-height: 62px;
    padding: 5px 7px 5px 8px;
    border-radius: 19px;
    box-shadow: 0 10px 30px rgba(50,28,59,.12);
  }

  .brand { gap: 8px; }

  .brand img {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    border-width: 2px;
  }

  .brand span {
    font-size: .72rem;
    line-height: 1.08;
  }

  .brand b {
    font-size: .94rem;
    letter-spacing: -.02em;
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    border-radius: 14px;
  }

  .main-nav {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateX(calc(100% + 32px));
  }

  .main-nav.open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .hero {
    min-height: 730px;
    height: min(810px, calc(100svh - 16px));
    padding: 96px 0 26px;
    background-size: auto 118%;
    background-position: 69% center;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(55,31,64,.08) 0%, rgba(57,31,66,.14) 28%, rgba(63,34,72,.6) 59%, rgba(49,26,58,.98) 100%),
      linear-gradient(90deg, rgba(64,35,71,.18), transparent 72%);
  }

  .hero-content {
    width: calc(100% - 24px);
    padding: 0;
  }

  .hero-eyebrow {
    margin-bottom: 13px;
    padding: 7px 11px;
    font-size: .64rem;
    letter-spacing: .07em;
    box-shadow: 0 8px 20px rgba(37,19,44,.14);
  }

  .hero-content h1 {
    max-width: none;
    margin-bottom: 12px;
    font-size: clamp(2.1rem, 9.5vw, 2.45rem);
    font-weight: 500;
    line-height: .98;
    letter-spacing: -.055em;
  }

  .hero-copy {
    max-width: 335px;
    margin-bottom: 18px;
    color: rgba(255,255,255,.84);
    font-size: .9rem;
    line-height: 1.45;
  }

  .button-row {
    display: grid;
    gap: 7px;
  }

  .button-row .button:first-child {
    width: 100%;
    min-height: 52px;
    border: 1px solid rgba(255,255,255,.74);
    color: #4a2957;
    background: linear-gradient(135deg, #f7f1fa, #e5d8ed);
    box-shadow: 0 12px 28px rgba(30,15,36,.2);
  }

  .button-row .button:first-child:hover {
    color: #3e214a;
    background: white;
  }

  .button-row .button-ghost {
    justify-self: center;
    min-height: 38px;
    padding: 3px 12px;
    color: rgba(255,255,255,.86);
    font-size: .88rem;
  }

  .modern-page-hero {
    min-height: 550px;
    padding: 118px 0 38px;
  }

  .page-hero h1 {
    font-size: clamp(2.5rem, 11.5vw, 3.25rem);
    line-height: 1;
  }
}

@media (max-width: 380px) {
  .hero {
    min-height: 700px;
    height: min(760px, calc(100svh - 12px));
  }

  .brand b { font-size: .86rem; }
}

/* Preserve the intended two-line homepage headline. */
.hero-content h1 {
  max-width: none;
}

.hero-content h1 .hero-line {
  display: block;
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
}

.hero-content h1::after {
  display: none;
}

@media (max-width: 600px) {
  .hero-content h1 {
    max-width: none !important;
    font-size: clamp(2.1rem, 9.5vw, 2.45rem) !important;
  }
}

/* Final mobile menu override: hidden navigation stays within the viewport. */
@media (max-width: 600px) {
  .main-nav,
  .main-nav.open {
    transform: none !important;
  }
}

/* Keep the off-canvas menu from widening mobile screenshots and the layout viewport. */
@media (max-width: 600px) {
  .main-nav,
  .main-nav.open {
    transform: none;
  }
}

/* Mobile presentation polish — compact, balanced and touch-friendly. */
@media (max-width: 600px) {
  body::after {
    display: none;
  }

  main > .hero,
  main > .page-hero {
    width: calc(100% - 16px);
    margin: 8px 8px 0;
    border-radius: 24px 24px 32px 32px;
  }

  .site-header,
  .site-header.is-sticky {
    top: 16px;
  }

  .nav-wrap,
  .site-header.is-sticky .nav-wrap {
    min-height: 62px;
    padding: 5px 7px 5px 8px;
    border-radius: 19px;
    box-shadow: 0 10px 30px rgba(50,28,59,.12);
  }

  .brand {
    gap: 8px;
  }

  .brand img {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    border-width: 2px;
  }

  .brand span {
    font-size: .72rem;
    line-height: 1.08;
  }

  .brand b {
    font-size: .94rem;
    letter-spacing: -.02em;
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    border-radius: 14px;
  }

  .main-nav {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateX(calc(100% + 32px));
  }

  .main-nav.open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .hero {
    min-height: 730px;
    height: min(810px, calc(100svh - 16px));
    padding: 96px 0 26px;
    background-size: auto 118%;
    background-position: 69% center;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(55,31,64,.08) 0%, rgba(57,31,66,.14) 28%, rgba(63,34,72,.6) 59%, rgba(49,26,58,.98) 100%),
      linear-gradient(90deg, rgba(64,35,71,.18), transparent 72%);
  }

  .hero-content {
    width: calc(100% - 24px);
    padding: 0;
  }

  .hero-eyebrow {
    margin-bottom: 13px;
    padding: 7px 11px;
    font-size: .64rem;
    letter-spacing: .07em;
    box-shadow: 0 8px 20px rgba(37,19,44,.14);
  }

  .hero-content h1 {
    max-width: 330px;
    margin-bottom: 12px;
    font-size: clamp(2.55rem, 12.5vw, 3.05rem);
    font-weight: 500;
    line-height: .98;
    letter-spacing: -.055em;
  }

  .hero-copy {
    max-width: 335px;
    margin-bottom: 18px;
    color: rgba(255,255,255,.84);
    font-size: .9rem;
    line-height: 1.45;
  }

  .button-row {
    display: grid;
    gap: 7px;
  }

  .button-row .button:first-child {
    width: 100%;
    min-height: 52px;
    border: 1px solid rgba(255,255,255,.74);
    color: #4a2957;
    background: linear-gradient(135deg, #f7f1fa, #e5d8ed);
    box-shadow: 0 12px 28px rgba(30,15,36,.2);
  }

  .button-row .button:first-child:hover {
    color: #3e214a;
    background: white;
  }

  .button-row .button-ghost {
    justify-self: center;
    min-height: 38px;
    padding: 3px 12px;
    color: rgba(255,255,255,.86);
    font-size: .88rem;
  }

  .modern-page-hero {
    min-height: 550px;
    padding: 118px 0 38px;
  }

  .page-hero h1 {
    font-size: clamp(2.5rem, 11.5vw, 3.25rem);
    line-height: 1;
  }
}

@media (max-width: 380px) {
  .hero {
    min-height: 700px;
    height: min(760px, calc(100svh - 12px));
  }

  .brand b {
    font-size: .86rem;
  }
}

/* =========================================
   STORE-ALIGNED PURPLE BRAND THEME
   ========================================= */
:root {
  --primary: #70458a;
  --pink: #8e62a8;
  --pink-dark: #6d3f84;
  --blush: #f4eef8;
  --cream: #fbf9fc;
  --rose: #a47bbb;
  --rose-soft: #eee3f5;
  --lilac: #8d68a4;
  --lilac-soft: #eee7f4;
  --peach: #ded0e8;
  --line: #e3d9e8;
}

body {
  background: linear-gradient(180deg, #fbf9fc 0%, #f7f2fa 50%, #fcfafd 100%);
}

body::before,
body::after {
  color: rgba(112,69,138,.13);
}

::selection {
  color: white;
  background: #76508d;
}

.nav-wrap {
  border-color: rgba(222,208,232,.92);
  background: linear-gradient(110deg, rgba(255,255,255,.95), rgba(243,237,247,.94));
}

.site-header.is-sticky {
  background: rgba(246,241,249,.88);
}

.brand b,
.brand b::after,
.main-nav > a:not(.button):hover,
.main-nav > a.active,
.text-link,
.quiet-link,
.service-enquire,
.read-more {
  color: #6d3f84;
}

.main-nav > a.active::after {
  background: #76508d;
}

.eyebrow,
.publication {
  color: #68407d;
  border-color: rgba(112,69,138,.18);
  background: linear-gradient(135deg, rgba(237,228,243,.94), rgba(224,211,234,.84));
}

.hero-eyebrow,
.page-hero .eyebrow {
  color: #563167;
  background: rgba(241,233,246,.94);
}

.hero-eyebrow::after,
.page-hero .eyebrow::after,
.floating-note span,
.section-heading::after,
.image-card::after,
.feature-card::before,
.value-card::before,
.info-card::before,
.media-card::before {
  color: #7d5595;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(57,32,68,.92) 0%, rgba(84,50,99,.68) 48%, rgba(84,50,99,.08) 83%),
    linear-gradient(0deg, rgba(57,32,68,.32), transparent 44%);
}

.floating-note {
  border-color: rgba(160,126,181,.4);
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(239,230,245,.95));
}

.hero-trust b,
.modern-gallery figcaption span,
.hero-fact-card span {
  color: #dfcce9;
}

.joy-ribbon {
  color: #472954;
  background: linear-gradient(90deg, #d8c6e3, #b997cc, #8d68a4, #d8c6e3);
  background-size: 300% 100%;
}

.section-soft,
.philosophy-section,
.press-section {
  background: linear-gradient(145deg, #f7f2fa, #eee6f4);
}

.section-heading::before {
  color: #70458a;
  background: linear-gradient(135deg, #ece1f3, #ddd0e7);
  box-shadow: 0 8px 20px rgba(85,48,101,.12);
}

.image-card,
.philosophy-visual {
  box-shadow: 0 25px 70px rgba(71,42,82,.14), 12px 12px 0 rgba(210,193,221,.5);
}

.philosophy-visual::after {
  background: linear-gradient(145deg, #cdb7da, #a889bb);
}

.visual-badge,
.visual-note {
  color: #4d2c5b;
  background: rgba(245,240,248,.94);
}

.visual-note svg,
.check-list svg,
.contact-line svg,
.hours > svg,
.social-callout svg {
  color: #744b8c;
}

.check-list li:nth-child(odd),
.check-list li:nth-child(even) {
  border-color: #e2d6e8;
  background: rgba(242,235,247,.84);
}

.feature-card div > span {
  color: #4e305c;
  background: #d8c6e3;
}

.value-card:nth-child(1) svg,
.value-card:nth-child(2) svg,
.value-card:nth-child(3) svg,
.info-card:nth-child(1) svg,
.info-card:nth-child(2) svg,
.info-card:nth-child(3) svg,
.info-card:nth-child(4) svg,
.care-points article > span {
  color: #70458a;
  background: linear-gradient(135deg, #eee5f4, #dcd0e6);
}

.service-number,
.service-detail.reverse .service-number {
  color: #4f305e;
  background: #d5c2e0;
  box-shadow: 7px 7px 0 rgba(182,157,198,.38);
}

.modern-services .service-copy li svg {
  background: #76508d;
}

.press-strip,
.media-video-section {
  background: linear-gradient(135deg, #744b89, #4b2a58 58%, #35203f);
}

.press-names span {
  background: rgba(229,215,238,.1);
}

.cta-card {
  background: linear-gradient(135deg, #fbf9fc, #eee5f4);
}

.social-callout {
  border-color: rgba(112,69,138,.25);
  background: linear-gradient(135deg, #f1eaf5, #e4d8ec);
  box-shadow: 9px 9px 0 rgba(197,177,210,.4);
}

.contact-info,
.enquiry-form {
  background: linear-gradient(145deg, #fdfcfd, #f1eaf5);
}

.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea {
  border-color: #dfd3e5;
  background: #fbf9fc;
}

.enquiry-form input:focus,
.enquiry-form select:focus,
.enquiry-form textarea:focus {
  border-color: #806098;
  box-shadow: 0 0 0 4px rgba(112,69,138,.12);
}

.faq-list details {
  background: rgba(247,243,249,.9);
}

.footer-grid h3,
.socials a {
  color: #d8c1e5;
}

.socials a:hover {
  color: white;
  background: #76508d;
}

@media (max-width: 860px) {
  .hero-shade {
    background:
      linear-gradient(180deg, rgba(57,32,68,.22) 0%, rgba(69,38,82,.55) 40%, rgba(47,26,56,.95) 100%),
      linear-gradient(90deg, rgba(57,32,68,.32), transparent 75%);
  }

  .main-nav {
    background: linear-gradient(145deg, #644077, #36203f);
  }

  .menu-toggle {
    color: #4d2c5b;
    background: #eee6f3;
  }
}

@media (max-width: 600px) {
  .image-card,
  .philosophy-visual {
    box-shadow: 0 20px 50px rgba(71,42,82,.13), 6px 7px 0 rgba(197,177,210,.45);
  }
}

/* =========================================
   MODERN CARE PHILOSOPHY SECTION
   ========================================= */
.philosophy-section {
  overflow: hidden;
  background: linear-gradient(135deg, #fffafd 0%, #f9f4fb 100%);
}

.philosophy-grid {
  display: grid;
  grid-template-columns: minmax(380px, .88fr) minmax(440px, 1.12fr);
  gap: clamp(65px, 8vw, 120px);
  align-items: center;
}

.philosophy-visual {
  position: relative;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(112,69,138,.1);
  border-radius: 36px;
  background: white;
  box-shadow: 0 28px 80px rgba(67,37,75,.14);
}

.philosophy-visual::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -18px;
  bottom: -18px;
  width: 78%;
  height: 72%;
  border-radius: 34px;
  background: linear-gradient(145deg, #f7cfe0, #e8d9f4);
}

.philosophy-visual > img {
  width: 100%;
  height: 690px;
  object-fit: cover;
  object-position: center 46%;
  border-radius: 28px;
}

.visual-badge {
  position: absolute;
  top: 30px;
  left: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 16px;
  color: var(--purple-dark);
  background: rgba(255,255,255,.9);
  box-shadow: 0 12px 30px rgba(49,27,55,.12);
  backdrop-filter: blur(12px);
}

.visual-badge span {
  font: 500 1.45rem/1 "DM Sans", sans-serif;
}

.visual-badge small {
  max-width: 70px;
  color: var(--muted);
  font-size: .68rem;
  line-height: 1.25;
}

.visual-note {
  position: absolute;
  right: -34px;
  bottom: 42px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 17px;
  border-radius: 16px;
  color: var(--purple-dark);
  background: white;
  box-shadow: 0 16px 38px rgba(55,29,62,.15);
  font-size: .8rem;
  font-weight: 600;
}

.visual-note svg {
  width: 18px;
  color: var(--pink-dark);
}

.philosophy-content {
  max-width: 650px;
}

.philosophy-content h2 {
  max-width: 590px;
  margin-bottom: 22px;
  color: var(--purple-dark);
  font-size: clamp(2.55rem, 4.2vw, 4.25rem);
  font-weight: 500;
  line-height: 1.02;
}

.philosophy-lead {
  max-width: 590px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.care-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 34px 0;
}

.care-points article {
  min-width: 0;
  padding: 20px 16px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: rgba(255,255,255,.82);
  transition: transform .25s, border-color .25s, box-shadow .25s;
}

.care-points article:hover {
  transform: translateY(-5px);
  border-color: rgba(240,111,174,.3);
  box-shadow: 0 14px 30px rgba(70,39,78,.08);
}

.care-points article > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 17px;
  border-radius: 12px;
  color: var(--pink-dark);
  background: linear-gradient(135deg, #ffe7f1, #f0e8fa);
}

.care-points svg {
  width: 19px;
}

.care-points h3 {
  margin-bottom: 7px;
  color: var(--purple-dark);
  font-size: 1rem;
  font-weight: 600;
}

.care-points p {
  margin: 0;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.45;
}

.philosophy-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.quiet-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--purple);
  font-weight: 600;
  text-decoration: none;
}

.quiet-link svg {
  width: 18px;
}

@media (max-width: 1050px) {
  .philosophy-grid {
    grid-template-columns: minmax(330px, .9fr) minmax(380px, 1.1fr);
    gap: 55px;
  }

  .philosophy-visual > img {
    height: 610px;
  }

  .care-points {
    grid-template-columns: 1fr;
  }

  .care-points article {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 14px;
    padding: 15px;
  }

  .care-points article > span {
    margin: 0;
  }
}

@media (max-width: 820px) {
  .philosophy-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .philosophy-visual {
    width: min(100%, 560px);
    margin-inline: auto;
  }

  .philosophy-visual > img {
    height: 680px;
  }

  .philosophy-content {
    max-width: 680px;
  }

  .care-points {
    grid-template-columns: repeat(3, 1fr);
  }

  .care-points article {
    display: block;
  }

  .care-points article > span {
    margin-bottom: 15px;
  }
}

@media (max-width: 600px) {
  .philosophy-section {
    padding: 66px 0;
  }

  .philosophy-grid {
    gap: 48px;
  }

  .philosophy-visual {
    width: calc(100% - 8px);
    padding: 6px;
    border-radius: 27px;
  }

  .philosophy-visual::after {
    right: -8px;
    bottom: -10px;
    border-radius: 26px;
  }

  .philosophy-visual > img {
    height: min(137vw, 610px);
    border-radius: 22px;
  }

  .visual-badge {
    top: 18px;
    left: 18px;
  }

  .visual-note {
    right: 14px;
    bottom: -18px;
  }

  .philosophy-content h2 {
    font-size: clamp(2.25rem, 10.5vw, 3rem);
  }

  .philosophy-lead {
    font-size: .95rem;
  }

  .care-points {
    grid-template-columns: 1fr;
    margin: 28px 0;
  }

  .care-points article {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 13px;
    padding: 15px;
  }

  .care-points article > span {
    margin: 0;
  }

  .philosophy-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .philosophy-actions .button {
    width: 100%;
  }

  .quiet-link {
    justify-content: center;
    min-height: 44px;
  }
}

/* =========================================
   HERO IMAGE SAFE FOCAL AREAS
   Keep faces and key subjects below navigation
   ========================================= */
.hero {
  background-position: 64% 34%;
}

.about-hero {
  background-position: 52% 18%;
}

.services-hero {
  background-position: 50% 22%;
}

.media-hero {
  background-position: 50% 54%;
}

.contact-hero {
  background-position: 50% 28%;
}

@media (max-width: 860px) {
  .hero {
    background-position: 65% 28%;
  }

  .about-hero {
    background-position: 55% 16%;
  }

  .services-hero {
    background-position: 52% 20%;
  }

  .media-hero {
    background-position: 50% 48%;
  }

  .contact-hero {
    background-position: 46% 24%;
  }
}

@media (max-width: 600px) {
  .hero {
    background-position: 65% 25%;
  }

  .about-hero {
    background-position: 57% 14%;
  }

  .services-hero {
    background-position: 55% 18%;
  }

  .media-hero {
    background-position: 52% 45%;
  }

  .contact-hero {
    background-position: 46% 22%;
  }
}

/* =========================================
   CONSISTENT TOP FRAME
   ========================================= */
main > .hero,
main > .page-hero {
  width: calc(100% - 24px);
  margin: 12px 12px 0;
  border-radius: 34px 34px 52px 52px;
}

.site-header {
  top: 30px;
}

.site-header.is-sticky {
  top: 10px;
}

@media (max-width: 860px) {
  main > .hero,
  main > .page-hero {
    width: calc(100% - 16px);
    margin: 8px 8px 0;
    border-radius: 26px 26px 36px 36px;
  }

  .site-header,
  .site-header.is-sticky {
    top: 18px;
  }
}

@media (max-width: 600px) {
  main > .hero,
  main > .page-hero {
    width: calc(100% - 12px);
    margin: 6px 6px 0;
    border-radius: 22px 22px 30px 30px;
  }

  .site-header,
  .site-header.is-sticky {
    top: 14px;
  }

  body.menu-open .site-header {
    top: 0;
  }
}

/* =========================================
   MODERN INNER PAGES
   ========================================= */
.modern-page-hero {
  min-height: 680px;
  padding-bottom: 80px;
}

.page-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  align-items: end;
  gap: 70px;
}

.page-hero-copy {
  max-width: 790px;
}

.page-hero-copy > p:last-of-type {
  max-width: 650px;
}

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

.hero-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: white;
  font-weight: 600;
  text-decoration: none;
}

.hero-text-link svg {
  width: 18px;
}

.hero-fact-card {
  padding: 28px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 26px;
  background: rgba(255,255,255,.13);
  box-shadow: 0 20px 50px rgba(34,16,40,.2);
  backdrop-filter: blur(16px);
}

.hero-fact-card span {
  display: block;
  margin-bottom: 10px;
  color: #ffd3e5;
  font: 500 4.5rem/.9 "Fredoka", sans-serif;
}

.hero-fact-card p {
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: .92rem;
  line-height: 1.45;
}

.about-story {
  overflow: hidden;
}

.about-editorial {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
  gap: clamp(55px, 8vw, 110px);
  align-items: center;
}

.about-photo-stack {
  position: relative;
  min-width: 0;
}

.about-photo-stack > img {
  width: 100%;
  height: 680px;
  object-fit: cover;
  border-radius: 38px;
  box-shadow: var(--shadow);
}

.photo-caption {
  position: absolute;
  right: -45px;
  bottom: 45px;
  width: min(310px, 55%);
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 23px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 20px 50px rgba(62,35,70,.16);
}

.photo-caption span {
  display: block;
  color: var(--pink-dark);
  font-size: 1.5rem;
}

.photo-caption p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.5;
}

.about-copy {
  padding: 20px 0;
}

.lead-copy {
  padding-left: 22px;
  border-left: 3px solid var(--pink);
  color: var(--purple-dark) !important;
  font: 500 1.4rem/1.45 "Fredoka", sans-serif;
}

.founder-signature {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.founder-signature > span {
  color: var(--pink-dark);
  font: 500 2.1rem/1 "Fredoka", sans-serif;
}

.founder-signature small {
  margin-top: 6px;
  color: var(--muted);
}

.about-numbers {
  padding: 0 0 105px;
}

.about-number-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: white;
  box-shadow: 0 20px 55px rgba(71,42,78,.08);
}

.about-number-grid > div {
  padding: 40px;
  text-align: center;
  border-right: 1px solid var(--line);
}

.about-number-grid > div:last-child {
  border-right: 0;
}

.about-number-grid strong {
  display: block;
  color: var(--purple);
  font: 500 3.2rem/1 "Fredoka", sans-serif;
}

.about-number-grid span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: .86rem;
}

.journey-section {
  background: linear-gradient(180deg, transparent, rgba(244,237,252,.62));
}

.service-jump {
  position: relative;
  z-index: 5;
  margin-top: -34px;
}

.service-jump .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 45px rgba(66,38,74,.14);
}

.service-jump a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 68px;
  border-right: 1px solid var(--line);
  color: var(--purple-dark);
  font-weight: 600;
  text-decoration: none;
  transition: background .2s, color .2s;
}

.service-jump a:last-child {
  border-right: 0;
}

.service-jump a:hover {
  color: var(--pink-dark);
  background: var(--blush);
}

.service-jump a span {
  color: var(--pink-dark);
  font-size: .72rem;
}

.modern-services {
  padding-top: 120px;
}

.modern-services .service-detail,
.modern-services .service-detail.reverse {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(300px, .78fr) minmax(420px, 1.22fr);
  gap: 40px;
  align-items: center;
  padding: 0 0 125px;
}

.modern-services .service-detail.reverse .service-number {
  grid-column: 1;
}

.modern-services .service-detail.reverse .service-copy {
  grid-column: 3;
  grid-row: 1;
}

.modern-services .service-detail.reverse .service-image {
  grid-column: 2;
  grid-row: 1;
}

.modern-services .service-copy > p:not(.eyebrow) {
  color: var(--muted);
}

.modern-services .service-copy ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 27px;
  padding: 0;
  list-style: none;
}

.modern-services .service-copy li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
}

.modern-services .service-copy li svg {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  margin-top: 4px;
  padding: 3px;
  border-radius: 50%;
  color: white;
  background: var(--pink);
}

.service-enquire {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--pink-dark);
  font-weight: 600;
  text-decoration: none;
}

.service-enquire svg {
  width: 18px;
}

.service-image {
  position: relative;
  min-width: 0;
}

.modern-services .service-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border: 0;
  border-radius: 32px;
  box-shadow: var(--shadow);
}

.service-image span {
  position: absolute;
  left: 22px;
  bottom: 22px;
  padding: 10px 14px;
  border-radius: 99px;
  color: var(--purple-dark);
  background: rgba(255,255,255,.92);
  box-shadow: 0 8px 22px rgba(55,29,62,.12);
  font-size: .78rem;
  font-weight: 600;
}

.modern-services .service-detail::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 62px;
  left: 98px;
  height: 1px;
  background: var(--line);
}

.press-section {
  background: linear-gradient(180deg, #fffafd, #fff);
}

.editorial-media-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
}

.editorial-media-grid .featured-press {
  grid-row: span 2;
  min-height: 600px;
  padding: 0;
  overflow: hidden;
}

.featured-press::before {
  display: none;
}

.press-card-image {
  height: 315px;
  overflow: hidden;
}

.press-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s;
}

.featured-press:hover .press-card-image img {
  transform: scale(1.035);
}

.press-card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 34px;
}

.press-card-copy .publication {
  margin-bottom: 22px;
}

.press-card-copy .read-more {
  margin-top: auto;
}

.editorial-media-grid > .media-card:not(.featured-press) {
  min-height: 288px;
  padding: 30px;
}

.editorial-media-grid > .media-card:not(.featured-press) .publication {
  margin-bottom: 20px;
}

.media-video-section {
  margin: 0 20px;
  border-radius: 42px;
  background: linear-gradient(135deg, #4e2b59, #6e3c68);
}

.media-video-section .video-layout {
  grid-template-columns: minmax(260px, .68fr) minmax(0, 1.32fr);
}

.modern-gallery-section {
  overflow: hidden;
}

.modern-gallery {
  display: grid;
  grid-template-columns: 1.25fr .75fr 1fr;
  grid-template-rows: repeat(2, 300px);
  gap: 16px;
}

.modern-gallery figure,
.modern-gallery figure.wide,
.modern-gallery .gallery-wide {
  position: relative;
  grid-column: auto;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 24px;
  transform: none;
  box-shadow: none;
}

.modern-gallery .gallery-lead {
  grid-row: span 2;
}

.modern-gallery .gallery-wide {
  grid-column: span 2;
}

.modern-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modern-gallery figcaption {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  flex-direction: column;
  padding: 55px 20px 18px;
  color: white;
  background: linear-gradient(transparent, rgba(39,20,44,.78));
}

.modern-gallery figcaption span {
  color: #ffd3e5;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.modern-gallery figcaption b {
  font-weight: 500;
}

@media (max-width: 1050px) {
  .about-editorial {
    grid-template-columns: 1fr 1fr;
    gap: 55px;
  }

  .photo-caption {
    right: -20px;
  }

  .modern-services .service-detail,
  .modern-services .service-detail.reverse {
    grid-template-columns: 50px minmax(250px, .9fr) minmax(350px, 1.1fr);
    gap: 28px;
  }

  .modern-services .service-image img {
    height: 440px;
  }
}

@media (max-width: 820px) {
  .modern-page-hero {
    min-height: 650px;
  }

  .page-hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hero-fact-card {
    width: min(100%, 300px);
    padding: 20px 22px;
  }

  .hero-fact-card span {
    display: inline-block;
    margin: 0 12px 0 0;
    font-size: 3rem;
    vertical-align: middle;
  }

  .hero-fact-card p {
    display: inline;
  }

  .about-editorial {
    grid-template-columns: 1fr;
  }

  .about-photo-stack {
    width: min(100%, 680px);
    margin-inline: auto;
  }

  .photo-caption {
    right: 20px;
  }

  .about-copy {
    max-width: 680px;
  }

  .service-jump .container {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-jump a:nth-child(2) {
    border-right: 0;
  }

  .service-jump a:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .modern-services .service-detail,
  .modern-services .service-detail.reverse {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 24px;
  }

  .modern-services .service-detail .service-number,
  .modern-services .service-detail.reverse .service-number {
    grid-column: 1;
    grid-row: 1;
  }

  .modern-services .service-detail .service-copy,
  .modern-services .service-detail.reverse .service-copy {
    grid-column: 2;
    grid-row: 1;
  }

  .modern-services .service-detail .service-image,
  .modern-services .service-detail.reverse .service-image {
    grid-column: 2;
    grid-row: 2;
  }

  .modern-services .service-detail::after {
    left: 74px;
  }

  .editorial-media-grid {
    grid-template-columns: 1fr 1fr;
  }

  .editorial-media-grid .featured-press {
    grid-column: span 2;
    grid-row: auto;
    min-height: 0;
  }

  .media-video-section {
    margin-inline: 10px;
  }

  .media-video-section .video-layout {
    grid-template-columns: 1fr;
  }

  .modern-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 340px 260px 280px;
  }

  .modern-gallery .gallery-lead {
    grid-column: span 2;
    grid-row: auto;
  }
}

@media (max-width: 600px) {
  .modern-page-hero {
    min-height: 590px;
    padding-bottom: 45px;
  }

  .page-hero-grid {
    gap: 22px;
  }

  .page-hero-actions {
    align-items: stretch;
    gap: 14px;
  }

  .page-hero-actions .hero-text-link {
    justify-content: center;
    min-height: 44px;
  }

  .hero-fact-card {
    width: 100%;
    border-radius: 20px;
  }

  .about-editorial {
    gap: 38px;
  }

  .about-photo-stack > img {
    height: min(118vw, 510px);
    border-radius: 26px;
  }

  .photo-caption {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 24px);
    margin: -42px auto 0;
    padding: 18px;
    border-radius: 19px;
  }

  .lead-copy {
    font-size: 1.18rem;
  }

  .about-numbers {
    padding-bottom: 65px;
  }

  .about-number-grid {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .about-number-grid > div {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px;
    text-align: left;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .about-number-grid > div:last-child {
    border-bottom: 0;
  }

  .about-number-grid strong {
    min-width: 75px;
    font-size: 2.6rem;
  }

  .about-number-grid span {
    margin: 0;
  }

  .service-jump {
    margin-top: -22px;
  }

  .service-jump .container {
    width: calc(100% - 20px);
    border-radius: 18px;
  }

  .service-jump a {
    min-height: 54px;
    font-size: .82rem;
  }

  .modern-services {
    padding-top: 78px;
  }

  .modern-services .service-detail,
  .modern-services .service-detail.reverse {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-bottom: 80px;
  }

  .modern-services .service-detail .service-number,
  .modern-services .service-detail.reverse .service-number,
  .modern-services .service-detail .service-copy,
  .modern-services .service-detail.reverse .service-copy,
  .modern-services .service-detail .service-image,
  .modern-services .service-detail.reverse .service-image {
    grid-column: 1;
    grid-row: auto;
  }

  .modern-services .service-image img {
    height: min(88vw, 380px);
    border-radius: 24px;
  }

  .service-image span {
    right: 14px;
    bottom: 14px;
    left: 14px;
    text-align: center;
  }

  .modern-services .service-detail::after {
    right: 0;
    bottom: 40px;
    left: 0;
  }

  .editorial-media-grid {
    grid-template-columns: 1fr;
  }

  .editorial-media-grid .featured-press {
    grid-column: auto;
  }

  .press-card-image {
    height: 235px;
  }

  .press-card-copy {
    padding: 24px;
  }

  .editorial-media-grid > .media-card:not(.featured-press) {
    min-height: 0;
    padding: 24px;
  }

  .media-video-section {
    margin-inline: 6px;
    border-radius: 28px;
  }

  .modern-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 290px);
  }

  .modern-gallery .gallery-lead,
  .modern-gallery .gallery-wide {
    grid-column: auto;
    grid-row: auto;
  }

  .modern-gallery figure {
    border-radius: 20px;
  }
}

@media (max-width: 380px) {
  .brand span {
    display: none;
  }

  .hero {
    min-height: 700px;
  }

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

  .hero-content h1 {
    font-size: 2.75rem;
  }

  .hero-trust span {
    font-size: .57rem;
  }

  .page-hero h1 {
    font-size: 2.65rem;
  }
}

@media (hover: none) and (pointer: coarse) {
  .button:hover,
  .feature-card:hover,
  .media-card:hover,
  .gallery figure:hover img,
  .image-card:hover img {
    transform: none;
  }
}

/* =========================================
   PLAYFUL, LOVING + FEMININE BOUTIQUE THEME
   ========================================= */
:root {
  --rose: #ff91bd;
  --rose-soft: #ffe4f0;
  --lilac: #b997d4;
  --lilac-soft: #f1e8fb;
  --peach: #ffd4c5;
}

body {
  background: linear-gradient(180deg, #fffafd 0%, #fff8fb 48%, #fdf9ff 100%);
}

body::after {
  content: "🐾";
  position: fixed;
  right: 3vw;
  top: 42vh;
  z-index: -1;
  color: rgba(240,111,174,.13);
  font: 500 5rem/1 "Fredoka", sans-serif;
  transform: rotate(12deg);
  animation: paw-float 5s ease-in-out infinite;
}

@keyframes paw-float {
  50% { transform: translateY(-15px) rotate(4deg) scale(1.08); }
}

::selection {
  color: var(--purple-dark);
  background: #ffd4e6;
}

.nav-wrap {
  border-color: rgba(255,255,255,.92);
  background:
    linear-gradient(110deg, rgba(255,255,255,.94), rgba(255,244,250,.91));
}

.brand b::after {
  content: " 🐾";
  color: var(--rose);
  font-size: .82em;
}

.button {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #ff8fbe 0%, #e95b9f 100%);
}

.button::before {
  content: "";
  position: absolute;
  top: -60%;
  left: -35%;
  width: 25px;
  height: 180%;
  background: rgba(255,255,255,.35);
  transform: rotate(28deg);
  transition: left .45s ease;
}

.button:hover::before {
  left: 115%;
}

.button-dark {
  background: linear-gradient(135deg, #8860a0, #5d386d);
}

.eyebrow {
  border: 1px solid rgba(240,111,174,.16);
  background: linear-gradient(135deg, rgba(255,228,240,.85), rgba(241,232,251,.85));
}

.hero-eyebrow::after {
  content: "🐾";
  font-size: 1rem;
  color: var(--pink-dark);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(66,33,73,.9) 0%, rgba(101,51,83,.6) 47%, rgba(98,48,78,.06) 83%),
    linear-gradient(0deg, rgba(64,31,69,.28), transparent 42%);
}

.hero-content h1 {
  text-shadow: 0 8px 32px rgba(55,20,61,.22);
}

.hero-content h1::after {
  content: " 🐾";
  display: inline;
  color: #ffc3dc;
  font-size: .48em;
  vertical-align: top;
}

.hero-trust b {
  color: #ffd7e7;
}

.floating-note {
  border: 2px solid rgba(255,184,214,.42);
  background: linear-gradient(135deg, rgba(255,255,255,.95), rgba(255,235,245,.94));
}

.joy-ribbon {
  background: linear-gradient(90deg, #ffd978, #ffc5dc, #d9c0ed, #ffd978);
  background-size: 300% 100%;
  animation: ribbon-color 10s linear infinite;
}

@keyframes ribbon-color {
  to { background-position: 300% center; }
}

.section-heading::before {
  content: "🐾";
  display: block;
  width: 38px;
  height: 38px;
  margin: 0 auto 13px;
  border-radius: 50% 50% 50% 12px;
  background: linear-gradient(135deg, var(--rose-soft), var(--lilac-soft));
  color: var(--pink-dark);
  font: 500 1.25rem/38px "Fredoka", sans-serif;
  transform: rotate(-8deg);
  box-shadow: 0 8px 20px rgba(220,79,148,.12);
}

.section-heading.left::before {
  margin-left: 0;
}

.section-heading::after {
  content: "•  🐾  ✦  🐾  •";
  color: rgba(220,79,148,.48);
}

.image-card {
  border-color: #fff;
  box-shadow:
    0 25px 70px rgba(80,46,91,.13),
    12px 12px 0 rgba(255,215,232,.46);
}

.image-card::before {
  content: "✦";
  position: absolute;
  z-index: 2;
  right: 18px;
  top: 16px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #8b5c99;
  background: rgba(255,255,255,.9);
  box-shadow: 0 8px 22px rgba(50,24,57,.12);
}

.check-list li:nth-child(odd) {
  background: rgba(255,239,246,.8);
}

.check-list li:nth-child(even) {
  background: rgba(244,237,252,.8);
}

.feature-card,
.value-card,
.info-card,
.media-card {
  position: relative;
}

.feature-card::before,
.value-card::before,
.info-card::before,
.media-card::before {
  content: "🐾";
  position: absolute;
  z-index: 2;
  right: 17px;
  top: 15px;
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  color: var(--pink-dark);
  background: rgba(255,255,255,.88);
  box-shadow: 0 6px 16px rgba(66,34,73,.1);
}

.feature-card:nth-child(2)::before,
.value-card:nth-child(2)::before,
.info-card:nth-child(2)::before,
.media-card:nth-child(2)::before {
  content: "✦";
  color: #816099;
}

.feature-card:nth-child(3)::before,
.value-card:nth-child(3)::before,
.info-card:nth-child(3)::before,
.media-card:nth-child(3)::before {
  content: "🐾";
  font-size: .8rem;
}

.feature-card:hover,
.value-card:hover,
.info-card:hover {
  transform: translateY(-7px) rotate(-.35deg);
}

.feature-card:nth-child(even):hover,
.value-card:nth-child(even):hover,
.info-card:nth-child(even):hover {
  transform: translateY(-7px) rotate(.35deg);
}

.section-soft {
  background: linear-gradient(145deg, #fff0f7, #f4edff);
}

.press-strip {
  background: linear-gradient(135deg, #81529b, #57305f 55%, #743d69);
}

.press-strip::before {
  content: "🐾";
  position: absolute;
  left: 3%;
  bottom: -35px;
  color: rgba(255,255,255,.07);
  font: 500 10rem/1 "Fredoka", sans-serif;
}

.cta-card {
  background: linear-gradient(135deg, #fff, #fff0f7);
}

.page-hero .eyebrow::after {
  content: "🐾";
  color: var(--pink-dark);
  font-size: .95rem;
}

.service-number {
  box-shadow: 7px 7px 0 rgba(255,205,226,.52);
}

.service-detail.reverse .service-number {
  box-shadow: 7px 7px 0 rgba(215,195,234,.52);
}

.publication {
  background: linear-gradient(135deg, var(--rose-soft), var(--lilac-soft));
}

.social-callout {
  box-shadow: 9px 9px 0 rgba(231,207,245,.5);
}

.enquiry-form {
  background: white;
}

.site-footer {
  background: linear-gradient(145deg, #41254b, #2f1d37);
}

@media (max-width: 860px) {
  .hero-shade {
    background:
      linear-gradient(180deg, rgba(60,29,67,.22) 0%, rgba(72,34,72,.5) 38%, rgba(62,29,67,.94) 100%),
      linear-gradient(90deg, rgba(74,33,70,.3), transparent 75%);
  }

  .main-nav {
    background: linear-gradient(145deg, #5d356c, #3d2448);
  }
}

@media (max-width: 600px) {
  .hero-content h1::after {
    font-size: .4em;
  }

  .section-heading::before {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }

  .image-card {
    box-shadow:
      0 20px 50px rgba(80,46,91,.12),
      6px 7px 0 rgba(255,215,232,.45);
  }

  .feature-card:hover,
  .value-card:hover,
  .info-card:hover,
  .feature-card:nth-child(even):hover,
  .value-card:nth-child(even):hover,
  .info-card:nth-child(even):hover {
    transform: none;
  }
}

/* Final mobile clarity overrides */
.hero-content h1::after {
  content: none;
  display: none;
}

@media (max-width: 860px) {
  .hero-content {
    padding-top: 105px;
  }
}

@media (max-width: 600px) {
  .hero {
    min-height: calc(100svh - 12px);
    height: auto;
    padding: 108px 0 40px;
    align-items: flex-end;
  }

  .hero-content {
    padding-top: 0;
  }

  .hero-content h1 {
    max-width: 560px;
    margin-bottom: 14px;
    font-family: "DM Sans", sans-serif;
    font-size: clamp(2.65rem, 12vw, 3.35rem);
    font-weight: 500;
    line-height: 1.02;
  }

  .hero-copy {
    max-width: 480px;
    margin-bottom: 20px;
    font-size: .94rem;
    line-height: 1.5;
  }

  .button-row .button-ghost {
    width: auto;
    min-height: 40px;
    padding: 4px 12px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .button-row .button-ghost::before,
  .button-row .button-ghost::after {
    display: none;
  }

  .hero-trust,
  .joy-ribbon {
    display: none;
  }
}

@media (max-width: 380px) {
  .hero {
    min-height: 650px;
  }

  .hero-content {
    padding-top: 0;
  }

  .hero-content h1 {
    font-size: 2.55rem;
  }
}

/* Final brand button palette */
.button,
.button-dark,
.submit-button {
  background: linear-gradient(135deg, #6f4685 0%, #42254f 100%);
  box-shadow: 0 14px 30px rgba(66,37,79,.24);
}

.button:hover,
.button-dark:hover,
.submit-button:hover {
  background: linear-gradient(135deg, #5e3872 0%, #321a3c 100%);
  box-shadow: 0 17px 34px rgba(50,26,60,.3);
}

.button-ghost {
  background: rgba(65,37,79,.24);
  border-color: rgba(255,255,255,.48);
  box-shadow: none;
}

.button-ghost:hover {
  color: var(--purple-dark);
  background: white;
}

/* Store-purple palette — intentionally last in the cascade. */
:root {
  --primary: #70458a;
  --pink: #8e62a8;
  --pink-dark: #6d3f84;
  --blush: #f4eef8;
  --cream: #fbf9fc;
  --rose: #a47bbb;
  --rose-soft: #eee3f5;
  --lilac: #8d68a4;
  --lilac-soft: #eee7f4;
  --peach: #ded0e8;
  --line: #e3d9e8;
}

body {
  background: linear-gradient(180deg, #fbf9fc 0%, #f5eff8 50%, #fcfafd 100%);
}

body::after { color: rgba(112,69,138,.12); }
::selection { color: white; background: #76508d; }

.nav-wrap {
  border-color: rgba(222,208,232,.92);
  background: linear-gradient(110deg, rgba(255,255,255,.96), rgba(241,234,246,.94));
}

.brand b::after,
.hero-eyebrow::after,
.page-hero .eyebrow::after,
.feature-card::before,
.value-card::before,
.info-card::before,
.media-card::before { color: #76508d; }

.eyebrow,
.publication {
  color: #68407d;
  border-color: rgba(112,69,138,.18);
  background: linear-gradient(135deg, rgba(237,228,243,.96), rgba(220,205,231,.86));
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(57,32,68,.92) 0%, rgba(84,50,99,.68) 48%, rgba(84,50,99,.08) 83%),
    linear-gradient(0deg, rgba(57,32,68,.32), transparent 44%);
}

.floating-note {
  border-color: rgba(160,126,181,.42);
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(235,224,242,.95));
}

.hero-trust b { color: #dfcce9; }

.joy-ribbon {
  color: #472954;
  background: linear-gradient(90deg, #d8c6e3, #b997cc, #8d68a4, #d8c6e3);
  background-size: 300% 100%;
}

.section-soft,
.philosophy-section,
.press-section {
  background: linear-gradient(145deg, #f7f2fa, #eee6f4);
}

.section-heading::before {
  color: #70458a;
  background: linear-gradient(135deg, #ece1f3, #ddd0e7);
  box-shadow: 0 8px 20px rgba(85,48,101,.12);
}

.section-heading::after { color: rgba(112,69,138,.46); }

.image-card {
  box-shadow: 0 25px 70px rgba(71,42,82,.14), 12px 12px 0 rgba(210,193,221,.5);
}

.check-list li:nth-child(odd),
.check-list li:nth-child(even) {
  border-color: #e2d6e8;
  background: rgba(242,235,247,.84);
}

.press-strip,
.media-video-section {
  background: linear-gradient(135deg, #744b89, #4b2a58 58%, #35203f);
}

.cta-card { background: linear-gradient(135deg, #fbf9fc, #eee5f4); }

.service-number,
.service-detail.reverse .service-number {
  color: #4f305e;
  background: #d5c2e0;
  box-shadow: 7px 7px 0 rgba(182,157,198,.38);
}

.social-callout {
  border-color: rgba(112,69,138,.25);
  background: linear-gradient(135deg, #f1eaf5, #e4d8ec);
  box-shadow: 9px 9px 0 rgba(197,177,210,.4);
}

.contact-info,
.enquiry-form { background: linear-gradient(145deg, #fdfcfd, #f1eaf5); }

.site-footer { background: linear-gradient(145deg, #41254b, #2f1d37); }

@media (max-width: 860px) {
  .hero-shade {
    background:
      linear-gradient(180deg, rgba(60,29,67,.22) 0%, rgba(72,34,72,.5) 38%, rgba(62,29,67,.94) 100%),
      linear-gradient(90deg, rgba(74,33,70,.3), transparent 75%);
  }

  .main-nav { background: linear-gradient(145deg, #5d356c, #3d2448); }
}

@media (max-width: 600px) {
  .image-card {
    box-shadow: 0 20px 50px rgba(71,42,82,.13), 6px 7px 0 rgba(210,193,221,.48);
  }
}

/* Final responsive composition — keep this after every legacy theme rule. */
@media (max-width: 600px) {
  body[data-page="home"] main > .hero {
    align-items: stretch;
  }

  body[data-page="home"] .hero-content {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    margin-top: 0;
    padding-top: 24px;
  }

  body[data-page="home"] .hero-content .button-row {
    margin-top: auto;
  }
}

body main > .hero,
body main > .page-hero {
  width: 100%;
  margin: 0;
  border-radius: 0;
}

body main > .page-hero {
  min-height: 100svh;
  height: 100svh;
}

main .hero .hero-shade {
  background:
    linear-gradient(90deg, rgba(18,18,20,.78) 0%, rgba(18,18,20,.48) 43%, rgba(18,18,20,.05) 76%),
    linear-gradient(0deg, rgba(18,18,20,.2), transparent 42%);
}

main .page-hero::before {
  background:
    linear-gradient(90deg, rgba(18,18,20,.76), rgba(18,18,20,.2)),
    linear-gradient(0deg, rgba(18,18,20,.28), transparent 55%);
}

.modern-gallery figure figcaption {
  background: linear-gradient(transparent, rgba(18,18,20,.76));
}

@media (max-width: 860px) {
  main .hero .hero-shade {
    background:
      linear-gradient(180deg, rgba(18,18,20,.06) 0%, rgba(18,18,20,.12) 28%, rgba(18,18,20,.56) 59%, rgba(18,18,20,.94) 100%),
      linear-gradient(90deg, rgba(18,18,20,.12), transparent 72%);
  }

  main .page-hero::before {
    background:
      linear-gradient(180deg, rgba(18,18,20,.08), rgba(18,18,20,.86)),
      linear-gradient(90deg, rgba(18,18,20,.2), transparent 72%);
  }
}

@media (max-width: 600px) {
  .hero {
    align-items: center;
  }

  .hero-content {
    margin-top: 58px;
  }
}

:root {
  --shadow: 0 22px 55px rgba(38,35,40,.12);
}

.image-card,
.philosophy-visual,
.about-photo-stack > img,
.service-detail img,
.modern-services .service-image,
.video-frame {
  box-shadow: 0 22px 55px rgba(38,35,40,.12);
}

.philosophy-visual::after {
  display: none;
}

@media (max-width: 600px) {
  .image-card,
  .philosophy-visual,
  .about-photo-stack > img,
  .service-detail img,
  .modern-services .service-image,
  .video-frame {
    box-shadow: 0 14px 34px rgba(38,35,40,.1);
  }
}

.brand-icon {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

/* Expanded wellness content */
.service-jump-wide .container {
  grid-template-columns: repeat(7, 1fr);
}

.service-jump-wide a {
  padding: 8px 10px;
  font-size: .84rem;
  text-align: center;
}

.doctor-credential {
  display: inline-flex;
  margin: -8px 0 16px;
  padding: 7px 12px;
  border: 1px solid rgba(160, 104, 179, .2);
  border-radius: 99px;
  color: var(--purple-dark) !important;
  background: var(--lilac-soft);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.clinic-panel {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(32px, 5vw, 62px);
  border-radius: 32px;
  color: white;
  background:
    radial-gradient(circle at 80% 10%, rgba(255,255,255,.14), transparent 35%),
    linear-gradient(145deg, var(--purple-dark), #71527c);
  box-shadow: var(--shadow);
}

.clinic-panel > svg {
  width: 52px;
  height: 52px;
  margin-bottom: 34px;
  padding: 12px;
  border-radius: 18px;
  color: var(--purple-dark);
  background: white;
}

.clinic-panel .eyebrow,
.clinic-panel p {
  color: rgba(255,255,255,.74);
}

.clinic-panel h3 {
  margin: 6px 0;
  color: white;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
}

.clinic-panel strong {
  margin-bottom: 20px;
  color: #f9d3e3;
  font-size: 1.08rem;
}

.clinic-panel .button {
  margin-top: 18px;
  color: var(--purple-dark);
  background: white;
}

.recognition-grid .info-card p {
  margin-bottom: 0;
}

.story-intro {
  max-width: 920px;
  text-align: center;
}

.story-intro h2 {
  margin-bottom: 24px;
}

.story-intro > p:not(.eyebrow) {
  color: var(--muted);
}

.story-intro .lead-copy {
  color: var(--purple-dark) !important;
}

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

.why-card {
  padding: 30px 26px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 15px 38px rgba(66,38,74,.07);
}

.why-card > svg,
.testimonial-card > svg {
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 14px;
  color: var(--pink-dark);
  background: var(--blush);
}

.why-card h3 {
  margin-bottom: 18px;
  color: var(--purple-dark);
  font-size: 1.08rem;
}

.why-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: .88rem;
  list-style: none;
}

.why-card li {
  position: relative;
  padding-left: 18px;
}

.why-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--pink-dark);
  font-weight: 700;
}

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

.testimonial-card {
  margin: 0;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: white;
  box-shadow: 0 15px 38px rgba(66,38,74,.07);
}

.testimonial-card p {
  margin: 0;
  color: var(--purple-dark);
  font-family: "Fredoka", sans-serif;
  font-size: 1.08rem;
  line-height: 1.55;
}

@media (max-width: 1050px) {
  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-jump-wide .container {
    grid-template-columns: repeat(4, 1fr);
  }

  .service-jump-wide a:nth-child(4) {
    border-right: 0;
  }

  .service-jump-wide a:nth-child(-n+4) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 820px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .service-jump-wide .container {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-jump-wide a:nth-child(n) {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .service-jump-wide a:nth-child(even) {
    border-right: 0;
  }

  .service-jump-wide a:last-child {
    grid-column: span 2;
    border-right: 0;
    border-bottom: 0;
  }

  .modern-services .service-detail .clinic-panel,
  .modern-services .service-detail.reverse .clinic-panel {
    grid-column: 2;
    grid-row: 2;
  }
}

@media (max-width: 600px) {
  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-card,
  .testimonial-card {
    padding: 25px 22px;
    border-radius: 22px;
  }

  .main-nav {
    transform: none;
  }

  .modern-services .service-detail .clinic-panel,
  .modern-services .service-detail.reverse .clinic-panel {
    grid-column: 1;
    grid-row: auto;
    min-height: 350px;
    border-radius: 24px;
  }
}

.socials .brand-icon {
  width: 19px;
  height: 19px;
}

.whatsapp-fab .brand-icon {
  width: 29px;
  height: 29px;
}

.submit-button .brand-icon {
  width: 19px;
  height: 19px;
}

.social-brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 13px;
  background: #70458a;
}

@media (max-width: 600px) {
  .site-footer {
    width: calc(100% - 16px);
    margin: 8px;
    padding: 44px 0 18px;
    border-radius: 28px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  }

  .footer-grid {
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
    gap: 32px 18px;
    padding-bottom: 32px;
  }

  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .footer-grid > div:last-child {
    grid-column: auto;
  }

  .footer-brand {
    margin-bottom: 14px;
  }

  .footer-brand img {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }

  .footer-brand span {
    font-size: .76rem;
  }

  .footer-brand b {
    color: #d8c1e5;
    font-size: 1rem;
  }

  .footer-grid > div:first-child > p {
    max-width: 315px;
    margin-bottom: 18px;
    font-size: .9rem;
    line-height: 1.55;
  }

  .socials {
    gap: 9px;
  }

  .socials a {
    width: 43px;
    height: 43px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.09);
  }

  .footer-grid h3 {
    margin-bottom: 7px;
    color: #d8c1e5;
    font-size: .72rem;
    letter-spacing: .14em;
  }

  .footer-grid > div:nth-child(n+2) {
    gap: 6px;
  }

  .footer-grid > div:nth-child(n+2) a,
  .footer-grid > div:nth-child(n+2) p {
    font-size: .82rem;
    line-height: 1.5;
  }

  .footer-grid > div:nth-child(n+2) p {
    margin: 0 0 7px;
  }

  .footer-grid a {
    overflow-wrap: anywhere;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    padding-top: 17px;
    font-size: .7rem;
    line-height: 1.45;
  }

  .whatsapp-fab {
    right: 16px;
    bottom: 16px;
    width: 55px;
    height: 55px;
    border: 3px solid white;
    background: #25d366;
    box-shadow: 0 12px 28px rgba(13,104,48,.34);
  }
}

@media (max-width: 600px) {
  body::after { display: none; }

  main > .hero,
  main > .page-hero {
    width: calc(100% - 16px);
    margin: 8px 8px 0;
    border-radius: 24px 24px 32px 32px;
  }

  .site-header,
  .site-header.is-sticky { top: 16px; }

  .nav-wrap,
  .site-header.is-sticky .nav-wrap {
    min-height: 62px;
    padding: 5px 7px 5px 8px;
    border-radius: 19px;
    box-shadow: 0 10px 30px rgba(50,28,59,.12);
  }

  .brand { gap: 8px; }

  .brand img {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    border-width: 2px;
  }

  .brand span { font-size: .72rem; line-height: 1.08; }
  .brand b { font-size: .94rem; letter-spacing: -.02em; }

  .menu-toggle {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    border-radius: 14px;
  }

  .main-nav {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateX(calc(100% + 32px));
  }

  .main-nav.open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .hero {
    min-height: 730px;
    height: min(810px, calc(100svh - 16px));
    padding: 96px 0 26px;
    background-size: auto 118%;
    background-position: 69% center;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(55,31,64,.08) 0%, rgba(57,31,66,.14) 28%, rgba(63,34,72,.6) 59%, rgba(49,26,58,.98) 100%),
      linear-gradient(90deg, rgba(64,35,71,.18), transparent 72%);
  }

  .hero-content { width: calc(100% - 24px); padding: 0; }

  .hero-eyebrow {
    margin-bottom: 13px;
    padding: 7px 11px;
    font-size: .64rem;
    letter-spacing: .07em;
    box-shadow: 0 8px 20px rgba(37,19,44,.14);
  }

  .hero-content h1 {
    max-width: 330px;
    margin-bottom: 12px;
    font-size: clamp(2.55rem, 12.5vw, 3.05rem);
    font-weight: 500;
    line-height: .98;
    letter-spacing: -.055em;
  }

  .hero-copy {
    max-width: 335px;
    margin-bottom: 18px;
    color: rgba(255,255,255,.84);
    font-size: .9rem;
    line-height: 1.45;
  }

  .button-row { display: grid; gap: 7px; }

  .button-row .button:first-child {
    width: 100%;
    min-height: 52px;
    border: 1px solid rgba(255,255,255,.74);
    color: #4a2957;
    background: linear-gradient(135deg, #f7f1fa, #e5d8ed);
    box-shadow: 0 12px 28px rgba(30,15,36,.2);
  }

  .button-row .button:first-child:hover {
    color: #3e214a;
    background: white;
  }

  .button-row .button-ghost {
    justify-self: center;
    min-height: 38px;
    padding: 3px 12px;
    color: rgba(255,255,255,.86);
    font-size: .88rem;
  }

  .modern-page-hero {
    min-height: 550px;
    padding: 118px 0 38px;
  }

  .page-hero h1 {
    font-size: clamp(2.5rem, 11.5vw, 3.25rem);
    line-height: 1;
  }
}

@media (max-width: 380px) {
  .hero {
    min-height: 700px;
    height: min(760px, calc(100svh - 12px));
  }

  .brand b { font-size: .86rem; }
}
