.grooming-page-frame {
  --grooming-paper: #f6f1e8;
  --grooming-surface: #fffdf8;
  --grooming-ink: #202521;
  --grooming-ink-soft: #59605b;
  --grooming-night: #17231f;
  --grooming-ivory: #fff9ef;
  --grooming-brass: #b89a62;
  --grooming-brass-strong: #806632;
  --grooming-line: rgba(32, 37, 33, 0.12);
  --grooming-shadow: 0 18px 48px rgba(23, 35, 31, 0.1);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  color: var(--grooming-ink);
  background: var(--grooming-paper);
  font-family: "Manrope", "Segoe UI", system-ui, -apple-system, sans-serif;
}

.page main:has(> .grooming-page-frame) {
  padding: 0;
  background: var(--grooming-paper, #f6f1e8);
}

.grooming-page-frame,
.grooming-page-frame * {
  min-width: 0;
}

.grooming-page-frame img,
.grooming-page-frame table,
.grooming-page-frame figure,
.grooming-page-frame section,
.grooming-page-frame article,
.grooming-page-frame nav {
  max-width: 100%;
}

.grooming-page-frame a,
.grooming-page-frame button,
.grooming-page-frame summary {
  -webkit-tap-highlight-color: transparent;
}

.grooming-page-frame a:focus-visible,
.grooming-page-frame button:focus-visible,
.grooming-page-frame summary:focus-visible {
  outline-color: var(--grooming-brass-strong) !important;
  outline-style: solid !important;
  outline-width: 3px !important;
  outline-offset: 4px !important;
}

.grooming-hub,
.grooming-article {
  width: min(1180px, calc(100% - clamp(24px, 5vw, 72px)));
  margin: 0 auto;
  padding: 22px 0 88px;
  color: var(--grooming-ink);
  overflow-wrap: anywhere;
  word-break: normal;
}

.grooming-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 4px 9px;
  min-width: 0;
  max-width: 100%;
  margin: 0 0 18px;
  color: var(--grooming-ink-soft);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.grooming-breadcrumbs a,
.grooming-breadcrumbs [aria-current="page"] {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  max-width: 100%;
}

.grooming-breadcrumbs a {
  color: var(--grooming-ink);
  text-decoration: underline;
  text-decoration-color: rgba(32, 37, 33, 0.3);
  text-underline-offset: 4px;
}

.grooming-breadcrumbs a:hover {
  text-decoration-color: var(--grooming-brass-strong);
}

.grooming-breadcrumbs [aria-current="page"] {
  overflow: hidden;
  color: var(--grooming-ink-soft);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.grooming-eyebrow,
.grooming-topic,
.grooming-short-answer__label,
.grooming-important-label {
  margin: 0;
  color: var(--grooming-brass-strong);
  font-family: "Manrope", "Segoe UI", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.grooming-hub-hero .grooming-eyebrow,
.grooming-article-hero .grooming-eyebrow,
.grooming-short-answer__label {
  color: var(--grooming-brass);
}

.grooming-hub-hero a:focus-visible,
.grooming-article-hero a:focus-visible {
  outline-color: var(--grooming-brass) !important;
}

/* Hub hero */
.grooming-hub-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(255, 249, 239, 0.08);
  border-radius: 3px 34px 3px 3px;
  background: var(--grooming-night);
  box-shadow: var(--grooming-shadow);
}

.grooming-hub-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 6vw, 82px);
}

.grooming-hub-hero h1 {
  max-width: 700px;
  margin: 13px 0 22px;
  color: var(--grooming-ivory);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(54px, 7vw, 86px);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.035em;
  white-space: normal;
  overflow: visible;
}

.grooming-hub-hero__lead {
  max-width: 590px;
  margin: 0;
  color: rgba(255, 249, 239, 0.82);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.65;
}

.grooming-hub-hero__count {
  max-width: 590px;
  margin: 28px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(184, 154, 98, 0.38);
  color: var(--grooming-ivory);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.55;
}

.grooming-hero-jumps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.grooming-hero-jump {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-width: 142px;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(255, 249, 239, 0.28);
  color: var(--grooming-ivory);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.grooming-hero-jump:hover {
  border-color: var(--grooming-brass);
  background: var(--grooming-ivory);
  color: var(--grooming-night);
}

.grooming-hub-hero__media,
.grooming-article-hero__media {
  position: relative;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: #d8d0c2;
}

.grooming-hub-hero__media::after,
.grooming-article-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(23, 35, 31, 0.16), transparent 32%);
}

.grooming-hub-hero__media img,
.grooming-article-hero__media img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

/* Hub catalog */
.grooming-catalog {
  margin-top: clamp(58px, 8vw, 104px);
  scroll-margin-top: 104px;
}

.grooming-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--grooming-line);
}

.grooming-section-heading h2,
.grooming-related h2,
.grooming-sources h2 {
  margin: 5px 0 0;
  color: var(--grooming-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(38px, 4vw, 54px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.025em;
}

.grooming-section-heading > p {
  margin: 0;
  color: var(--grooming-ink-soft);
  font-size: 13px;
  font-weight: 600;
}

.grooming-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 24px 20px;
}

.grooming-card {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid var(--grooming-line);
  border-radius: 2px;
  background: var(--grooming-surface);
  box-shadow: 0 8px 24px rgba(23, 35, 31, 0.055);
}

.grooming-card > a {
  display: block;
  min-width: 0;
  min-height: 44px;
  color: inherit;
  text-decoration: none;
}

.grooming-card__media {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #ded7ca;
}

.grooming-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.grooming-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px;
}

.grooming-topic {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  color: var(--grooming-brass-strong);
}

.grooming-card h3 {
  width: 100%;
  margin: 8px 0 12px;
  color: var(--grooming-ink);
  font-family: "Manrope", "Segoe UI", system-ui, sans-serif;
  font-size: 19px;
  font-weight: 650;
  line-height: 1.38;
  letter-spacing: -0.018em;
  overflow: visible;
}

.grooming-card__description {
  display: block;
  width: 100%;
  margin: 0;
  color: var(--grooming-ink-soft);
  font-size: 14px;
  line-height: 1.62;
}

.grooming-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 44px;
  margin-top: 20px;
  padding: 0 15px;
  border: 1px solid var(--grooming-night);
  border-radius: 999px;
  background: var(--grooming-night);
  color: var(--grooming-ivory);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  transition: background 180ms ease, color 180ms ease;
}

.grooming-card:hover .grooming-card__media img,
.grooming-card:focus-within .grooming-card__media img {
  transform: scale(1.025);
}

.grooming-card:hover .grooming-card__cta,
.grooming-card:focus-within .grooming-card__cta {
  background: var(--grooming-ivory);
  color: var(--grooming-night);
}

/* Article masthead */
.grooming-article-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(390px, 0.9fr);
  min-height: 510px;
  overflow: hidden;
  border-radius: 3px 32px 3px 3px;
  background: var(--grooming-night);
  box-shadow: var(--grooming-shadow);
}

.grooming-article-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 68px);
}

.grooming-article-hero h1 {
  margin: 13px 0 28px;
  color: var(--grooming-ivory);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(46px, 5.3vw, 66px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.032em;
  white-space: normal;
  overflow: visible;
}

.grooming-short-answer {
  max-width: 650px;
  padding: 20px 0 0 20px;
  border-top: 1px solid rgba(184, 154, 98, 0.35);
  border-left: 2px solid var(--grooming-brass);
}

.grooming-short-answer > p:last-child {
  margin: 7px 0 0;
  color: rgba(255, 249, 239, 0.86);
  font-size: 17px;
  line-height: 1.66;
}

/* Long-read layout */
.grooming-reading-layout {
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(230px, 275px);
  grid-template-areas: "reading navigation";
  justify-content: center;
  align-items: start;
  gap: clamp(44px, 6vw, 76px);
  margin-top: clamp(54px, 8vw, 96px);
}

.grooming-reading-nav {
  position: sticky;
  top: 102px;
  grid-area: navigation;
  display: grid;
  gap: 14px;
}

.grooming-reading-column {
  grid-area: reading;
  width: 100%;
  max-width: 720px;
}

.grooming-backlink,
.grooming-toc summary {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 15px;
  border: 1px solid var(--grooming-line);
  background: var(--grooming-surface);
  color: var(--grooming-ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.grooming-backlink {
  gap: 10px;
  text-decoration: none;
}

.grooming-backlink:hover {
  border-color: var(--grooming-brass);
}

.grooming-toc {
  max-width: 100%;
}

.grooming-toc summary {
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
}

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

.grooming-toc[open] summary span {
  transform: rotate(45deg);
}

.grooming-toc ol {
  max-height: 62vh;
  margin: 0;
  padding: 10px 0;
  overflow-y: auto;
  border: solid var(--grooming-line);
  border-width: 0 1px 1px;
  background: rgba(255, 253, 248, 0.82);
  list-style: none;
  counter-reset: toc;
}

.grooming-toc li {
  counter-increment: toc;
}

.grooming-toc a {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  min-height: 44px;
  padding: 7px 14px;
  color: var(--grooming-ink-soft);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
}

.grooming-toc a::before {
  content: counter(toc, decimal-leading-zero);
  color: var(--grooming-brass-strong);
  font-size: 10px;
}

.grooming-toc a:hover {
  color: var(--grooming-ink);
  background: var(--grooming-ivory);
}

.grooming-body {
  min-width: 0;
  max-width: 100%;
  color: #343a36;
  font-size: 18px;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: normal;
}

.grooming-content-intro {
  margin-bottom: 48px;
  padding: 0 0 30px;
  border-bottom: 1px solid var(--grooming-line);
  color: var(--grooming-ink);
  font-size: 19px;
  line-height: 1.72;
}

.grooming-content-section {
  min-width: 0;
  max-width: 100%;
  margin: 0 0 52px;
  scroll-margin-top: 106px;
}

.grooming-body h2 {
  margin: 0 0 20px;
  color: var(--grooming-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(32px, 4.2vw, 42px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.022em;
}

.grooming-body h3 {
  margin: 34px 0 14px;
  color: var(--grooming-ink);
  font-family: "Manrope", "Segoe UI", system-ui, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: -0.015em;
}

.grooming-body p,
.grooming-body ul,
.grooming-body ol {
  max-width: 100%;
  margin: 0 0 20px;
}

.grooming-body strong {
  color: var(--grooming-ink);
  font-weight: 700;
}

.grooming-body a,
.grooming-sources a {
  color: #315c4d;
  font-weight: 650;
  text-decoration: underline;
  text-decoration-color: rgba(49, 92, 77, 0.4);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.grooming-body a:hover,
.grooming-sources a:hover {
  color: var(--grooming-night);
  text-decoration-color: var(--grooming-brass-strong);
}

.grooming-body ul {
  padding-left: 0;
  list-style: none;
}

.grooming-body ul li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 25px;
}

.grooming-body ul li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--grooming-brass);
}

.grooming-body ol {
  display: grid;
  gap: 10px;
  padding: 0;
  list-style: none;
  counter-reset: grooming-step;
}

.grooming-body ol li {
  position: relative;
  min-height: 62px;
  margin: 0;
  padding: 16px 17px 16px 58px;
  border: 1px solid var(--grooming-line);
  background: var(--grooming-surface);
  counter-increment: grooming-step;
}

.grooming-body ol li::before {
  content: counter(grooming-step, decimal-leading-zero);
  position: absolute;
  top: 16px;
  left: 16px;
  color: var(--grooming-brass-strong);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.grooming-content-section--important {
  padding: 26px 28px 8px;
  border: 1px solid rgba(184, 154, 98, 0.48);
  border-top: 3px solid var(--grooming-brass);
  background: var(--grooming-surface);
}

.grooming-important-label {
  margin-bottom: 8px;
  color: var(--grooming-brass-strong);
}

.grooming-content-section--important h2 {
  font-size: clamp(30px, 3.8vw, 38px);
}

.grooming-content-section--faq {
  padding-top: 34px;
  border-top: 1px solid var(--grooming-line);
}

.grooming-content-section--faq h3 {
  margin-top: 26px;
  padding-left: 18px;
  border-left: 2px solid var(--grooming-brass);
}

/* Tables retain one semantic DOM and become row cards below 700px. */
.grooming-table-wrap {
  min-width: 0;
  max-width: 100%;
  margin: 26px 0;
  overflow: visible;
  border: 1px solid var(--grooming-line);
  background: var(--grooming-surface);
}

.grooming-body table {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: var(--grooming-surface);
}

.grooming-body th,
.grooming-body td {
  min-width: 0;
  max-width: 100%;
  padding: 14px 15px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--grooming-line);
  overflow-wrap: anywhere;
  word-break: normal;
}

.grooming-body th {
  background: var(--grooming-night);
  color: var(--grooming-ivory);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.grooming-body td {
  color: #343a36;
  font-size: 15px;
  line-height: 1.55;
}

.grooming-body tr:last-child td {
  border-bottom: 0;
}

/* Sources and related reading */
.grooming-sources,
.grooming-related {
  min-width: 0;
  max-width: 100%;
  margin-top: 64px;
  padding-top: 34px;
  border-top: 1px solid var(--grooming-line);
}

.grooming-sources h2,
.grooming-related h2 {
  margin-bottom: 22px;
  font-size: clamp(34px, 4vw, 44px);
}

.grooming-sources ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.grooming-sources li {
  min-width: 0;
  max-width: 100%;
}

.grooming-sources a {
  display: flex;
  align-items: center;
  min-height: 44px;
  max-width: 100%;
  padding: 9px 0;
  font-size: 14px;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: normal;
}

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

.grooming-related__grid > a {
  display: block;
  min-height: 44px;
  overflow: hidden;
  border: 1px solid var(--grooming-line);
  background: var(--grooming-surface);
  color: var(--grooming-ink);
  text-decoration: none;
}

.grooming-related img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.grooming-related__grid > a > span {
  display: block;
  padding: 14px;
}

.grooming-related small,
.grooming-related strong {
  display: block;
}

.grooming-related small {
  margin-bottom: 6px;
  color: var(--grooming-brass-strong);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.grooming-related strong {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.grooming-related__grid > a:hover {
  border-color: var(--grooming-brass);
}

.grooming-back-to-top {
  position: fixed;
  right: max(18px, calc((100vw - 1180px) / 2 - 70px));
  bottom: calc(20px + env(safe-area-inset-bottom, 0px));
  z-index: 12;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid rgba(255, 249, 239, 0.28);
  border-radius: 50%;
  background: var(--grooming-night);
  color: var(--grooming-ivory);
  box-shadow: 0 10px 24px rgba(23, 35, 31, 0.18);
  cursor: pointer;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease, background 180ms ease;
}

.grooming-back-to-top[hidden] {
  display: none;
}

.grooming-back-to-top.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.grooming-back-to-top:hover {
  background: #263a33;
}

@media (max-width: 1050px) {
  .grooming-hub-hero,
  .grooming-article-hero {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.82fr);
  }

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

  .grooming-reading-layout {
    grid-template-columns: minmax(0, 680px) minmax(210px, 250px);
    gap: 42px;
  }
}

@media (max-width: 1359px) {
  .grooming-back-to-top {
    display: none !important;
  }
}

@media (max-width: 860px) {
  .grooming-hub-hero,
  .grooming-article-hero {
    grid-template-columns: 1fr;
  }

  .grooming-hub-hero__media,
  .grooming-article-hero__media {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .grooming-hub-hero__media::after,
  .grooming-article-hero__media::after {
    background: linear-gradient(180deg, rgba(23, 35, 31, 0.12), transparent 35%);
  }

  .grooming-reading-layout {
    grid-template-columns: minmax(0, 720px);
    grid-template-areas: "navigation" "reading";
    gap: 34px;
  }

  .grooming-reading-nav {
    position: static;
  }

  .grooming-toc ol {
    max-height: none;
  }
}

@media (max-width: 700px) {
  .grooming-body table,
  .grooming-body tbody,
  .grooming-body tr,
  .grooming-body td {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .grooming-table-wrap {
    border: 0;
    background: transparent;
  }

  .grooming-body thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .grooming-body tbody {
    display: grid;
    gap: 12px;
  }

  .grooming-body tr {
    overflow: hidden;
    border: 1px solid var(--grooming-line);
    background: var(--grooming-surface);
  }

  .grooming-body td {
    padding: 14px 16px;
    border: 0;
    border-bottom: 1px solid var(--grooming-line);
    font-size: 16px;
    line-height: 1.56;
  }

  .grooming-body td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 5px;
    color: var(--grooming-brass-strong);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .grooming-body td:first-child {
    background: var(--grooming-night);
    color: var(--grooming-ivory);
    font-weight: 700;
  }

  .grooming-body td:first-child::before {
    color: var(--grooming-brass);
  }

  .grooming-body td:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 600px) {
  .grooming-hub,
  .grooming-article {
    width: calc(100% - 24px);
    padding-top: 10px;
    padding-bottom: 64px;
  }

  .grooming-breadcrumbs {
    flex-wrap: wrap;
    gap: 3px 7px;
    margin-bottom: 10px;
    font-size: 12px;
  }

  .grooming-breadcrumbs a,
  .grooming-breadcrumbs [aria-current="page"] {
    flex: 0 1 auto;
  }

  .grooming-breadcrumbs a {
    white-space: nowrap;
  }

  .grooming-article .grooming-breadcrumbs [aria-current="page"] {
    max-width: 100%;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }

  .grooming-hub-hero,
  .grooming-article-hero {
    min-height: 0;
    border-radius: 2px 20px 2px 2px;
  }

  .grooming-hub-hero__copy,
  .grooming-article-hero__copy {
    padding: 30px 22px 34px;
  }

  .grooming-hub-hero h1 {
    margin: 10px 0 18px;
    font-size: clamp(46px, 16vw, 58px);
    line-height: 0.98;
  }

  .grooming-hub-hero__lead {
    font-size: 17px;
    line-height: 1.62;
  }

  .grooming-hub-hero__count {
    margin-top: 22px;
    padding-top: 16px;
  }

  .grooming-hero-jumps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 22px;
  }

  .grooming-hero-jump {
    width: 100%;
    min-width: 0;
    padding: 0 12px;
  }

  .grooming-hub-hero__media,
  .grooming-article-hero__media {
    aspect-ratio: 4 / 3;
  }

  .grooming-catalog {
    margin-top: 58px;
    scroll-margin-top: 86px;
  }

  .grooming-section-heading {
    align-items: flex-end;
    margin-bottom: 16px;
    padding-bottom: 14px;
  }

  .grooming-section-heading h2 {
    font-size: 40px;
  }

  .grooming-section-heading > p {
    font-size: 11px;
    text-align: right;
  }

  .grooming-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .grooming-card__content {
    padding: 20px;
  }

  .grooming-card h3 {
    font-size: 20px;
    line-height: 1.4;
  }

  .grooming-card__description {
    font-size: 15px;
  }

  .grooming-card__cta {
    width: 100%;
  }

  .grooming-article-hero h1 {
    margin: 10px 0 24px;
    font-size: clamp(38px, 13vw, 50px);
    line-height: 1.03;
  }

  .grooming-short-answer {
    padding: 17px 0 0 15px;
  }

  .grooming-short-answer > p:last-child {
    font-size: 17px;
  }

  .grooming-reading-layout {
    gap: 28px;
    margin-top: 44px;
  }

  .grooming-body {
    font-size: 18px;
    line-height: 1.68;
  }

  .grooming-content-intro {
    margin-bottom: 42px;
    padding-bottom: 26px;
    font-size: 18px;
  }

  .grooming-content-section {
    margin-bottom: 44px;
  }

  .grooming-body h2 {
    font-size: 34px;
  }

  .grooming-body h3 {
    margin-top: 30px;
    font-size: 20px;
  }

  .grooming-content-section--important {
    padding: 22px 18px 4px;
  }

  .grooming-body ol li {
    padding: 15px 15px 15px 50px;
  }

  .grooming-body ol li::before {
    left: 13px;
  }

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

  .grooming-related__grid > a {
    display: grid;
    grid-template-columns: 116px minmax(0, 1fr);
    align-items: stretch;
  }

  .grooming-related img {
    height: 100%;
    min-height: 116px;
    aspect-ratio: auto;
  }

}

@media (max-width: 350px) {
  .grooming-hub-hero__copy,
  .grooming-article-hero__copy {
    padding-right: 18px;
    padding-left: 18px;
  }

  .grooming-hub-hero h1 {
    font-size: 44px;
  }

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

  .grooming-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .grooming-section-heading > p {
    text-align: left;
  }

  .grooming-article .grooming-breadcrumbs [aria-current="page"] {
    display: inline-flex;
  }
}

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