/*
Theme Name: Hangon Koiratrimmaus
Theme URI: https://goldenconsulting.fi/
Author: Golden Consulting
Description: Website for Hangon Koiratrimmaus.
Version: 0.3.0
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 8.1
Text Domain: hangon-koiratrimmaus
*/

:root {
  --hh-paper: #fbf7f0;
  --hh-shell: #fffcf5;
  --hh-cream: #faebd6;
  --hh-ink: #1d2633;
  --hh-brand-blue: #4470b4;
  --hh-brand-blue-dark: #294d82;
  --hh-brand-blue-pale: #e8f0fb;
  --hh-brand-blue-hover: #3a63a1;
  --hh-brand-blue-active: #33598f;
  --hh-brand-blue-border: #9cb8de;
  --hh-focus-ring: #afc4e5;
  --hh-secondary-bg: #fffdf9;
  --hh-secondary-text: #2d568a;
  --hh-secondary-hover-bg: #e8eef8;
  --hh-secondary-hover-text: #284c7e;
  --hh-secondary-active-bg: #d8e3f3;
  --hh-secondary-active-text: #284c7e;
  --hh-forest: var(--hh-brand-blue-dark);
  --hh-action: var(--hh-brand-blue);
  --hh-action-hover: var(--hh-brand-blue-hover);
  --hh-action-active: var(--hh-brand-blue-active);
  --hh-moss: var(--hh-brand-blue);
  --hh-sky: var(--hh-brand-blue-pale);
  --hh-coral: #d8e3f3;
  --hh-rose: #60728a;
  --hh-line: #d5d8de;
  --hh-card-border: #cbd1db;
  --hh-table-stripe: #f1f4f8;
  --hh-neutral-section: #f3f5f7;
  --hh-image-surface: #fff;
  --hh-section-soft: #f8f5f0;
  --hh-type-supporting: clamp(1rem, 1.2vw, 1.125rem);
  --hh-type-h1: clamp(3rem, calc(2rem + 1.5vw), 3.35rem);
  --hh-type-h2: clamp(2.4rem, calc(1.3rem + 1.6vw), 2.7rem);
  --hh-type-h3: clamp(1.4rem, calc(1.05rem + 0.4vw), 1.58rem);
  --hh-type-h4: 1.2rem;
  --hh-type-lead: clamp(1.14rem, 1.55vw, 1.32rem);
  --hh-type-body: 1.05rem;
  --hh-type-control: 0.98rem;
  --hh-type-caption: 0.92rem;
  --hh-type-legal: 1rem;
  --hh-radius-sm: 6px;
  --hh-radius-md: 8px;
  --hh-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --hh-interaction-duration: 180ms;
  --hh-button-ease: ease;
  --hh-button-shadow: 0 4px 12px rgba(45, 75, 120, 0.12);
  --hh-button-shadow-hover: 0 7px 16px rgba(45, 75, 120, 0.18);
  --hh-shadow: 0 18px 44px rgba(96, 114, 138, 0.09);
  --hh-shadow-soft: 0 8px 22px rgba(96, 114, 138, 0.06);
  --hh-shadow-lift: 0 16px 38px rgba(41, 77, 130, 0.07);
  --hh-page-header-width: 1240px;
  --hh-surface-paper: var(--hh-paper);
  --hh-surface-proof-field: #f3f4f5;
  --hh-surface-action-field: #eef2f7;
  --hh-chapter-rule: #dcdddf;
}

@supports (color: color-mix(in srgb, black, white)) {
  :root {
    --hh-card-border: color-mix(in oklch, var(--hh-brand-blue) 28%, var(--hh-line));
    --hh-shadow: 0 18px 44px color-mix(in oklch, var(--hh-rose) 9%, transparent);
    --hh-shadow-soft: 0 8px 22px color-mix(in oklch, var(--hh-rose) 6%, transparent);
    --hh-shadow-lift: 0 16px 38px color-mix(in oklch, var(--hh-forest) 7%, transparent);
  }
}

html {
  scroll-behavior: smooth;
}

#yhteys {
  scroll-margin-top: 6rem;
}

body {
  background: var(--hh-paper);
  color: var(--hh-ink);
  font-kerning: normal;
  text-rendering: optimizeLegibility;
}

.hh-main {
  font-size: var(--hh-type-body);
}

.hh-main h4 {
  font-size: var(--hh-type-h4);
  line-height: 1.25;
}

.wp-site-blocks {
  background: var(--hh-paper);
}

.hh-main {
  margin: 0;
}

.hh-main .wp-block-post-content {
  max-width: none !important;
}

.hh-main .wp-block-post-content > * {
  margin-block-start: 0;
}

.hh-main .wp-block-post-content > :where(:not(.alignfull):not(.alignwide)) {
  max-width: 760px;
  margin-inline: auto;
}

.hh-main .wp-block-post-content > .alignwide {
  max-width: 1240px !important;
  margin-inline: auto;
}

.hh-main .wp-block-post-content > .alignfull {
  max-width: none !important;
  width: 100%;
}

.wp-site-blocks > header.wp-block-template-part {
  position: sticky;
  top: 0;
  z-index: 50;
}

.admin-bar .wp-site-blocks > header.wp-block-template-part {
  top: 32px;
}

.hh-topbar {
  background: var(--hh-shell);
  border-bottom: 1px solid var(--hh-line);
  box-shadow: none;
  position: relative;
  z-index: 1;
}

.hh-topbar :where(
  .wp-block-navigation-item__content,
  .wp-block-navigation__responsive-container-open,
  .wp-block-navigation__responsive-container-close,
  .hh-language-link
) {
  box-shadow: none !important;
}

::selection {
  background: var(--hh-brand-blue-pale);
  color: var(--hh-ink);
  text-shadow: none;
}

.hh-header-inner {
  box-sizing: border-box;
  max-width: 1380px !important;
  min-height: 72px;
  padding: 0;
  width: calc(100% - 2rem);
}

.hh-brand {
  align-items: center;
  color: var(--hh-forest);
  display: flex;
  font-family: var(--wp--preset--font-family--heading);
  font-size: var(--wp--preset--font-size--large);
  font-weight: 800;
  line-height: 1;
  margin: 0;
  min-width: max-content;
}

.hh-brand a,
.hh-footer .wp-block-site-title a {
  color: inherit;
  text-decoration: none;
}

.hh-brand-link {
  align-items: center;
  display: inline-flex;
  gap: 0.68rem;
  justify-content: flex-start;
  margin: 0 !important;
}

.hh-brand > p {
  margin: 0 !important;
}

.hh-brand-logo {
  display: block;
  height: 56px;
  object-fit: contain;
  width: 70px;
}

.hh-brand-name {
  font-size: 1.04rem;
  letter-spacing: -0.015em;
  white-space: nowrap;
}

.hh-header-actions {
  gap: 0.9rem;
  min-width: 0;
}

.hh-primary-nav {
  color: var(--hh-ink);
  font-size: var(--hh-type-control);
}

.hh-primary-nav,
.hh-primary-nav .wp-block-navigation__container {
  align-items: center;
  gap: 0.34rem;
}

.hh-primary-nav .wp-block-navigation-item__content {
  align-items: center;
  border: 1px solid transparent;
  border-radius: var(--hh-radius-sm);
  box-sizing: border-box;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  line-height: 1;
  min-height: 0;
  padding: 0 0.68rem;
  text-decoration: none;
  transition:
    background-color var(--hh-interaction-duration) var(--hh-ease),
    border-color var(--hh-interaction-duration) var(--hh-ease),
    box-shadow var(--hh-interaction-duration) var(--hh-ease),
    color var(--hh-interaction-duration) var(--hh-ease);
  white-space: nowrap;
}

.hh-primary-nav .wp-block-navigation-item__content:hover,
.hh-primary-nav .wp-block-navigation-item__content:focus-visible {
  background: var(--hh-secondary-hover-bg);
  color: var(--hh-forest);
}

.hh-primary-nav .wp-block-navigation-item__content:active {
  background: var(--hh-secondary-active-bg);
}

.hh-primary-nav .current-menu-item > .wp-block-navigation-item__content,
.hh-primary-nav .wp-block-navigation-item__content[aria-current="page"] {
  background: var(--hh-action);
  border-color: color-mix(in oklch, var(--hh-forest) 72%, var(--hh-shell));
  box-shadow: 0 8px 18px color-mix(in oklch, var(--hh-forest) 10%, transparent);
  color: var(--hh-shell);
}

.hh-primary-nav .current-menu-item > .wp-block-navigation-item__content:hover,
.hh-primary-nav .current-menu-item > .wp-block-navigation-item__content:focus-visible,
.hh-primary-nav .current-menu-item > .wp-block-navigation-item__content:active,
.hh-primary-nav .wp-block-navigation-item__content[aria-current="page"]:hover,
.hh-primary-nav .wp-block-navigation-item__content[aria-current="page"]:focus-visible,
.hh-primary-nav .wp-block-navigation-item__content[aria-current="page"]:active {
  background: var(--hh-action-hover);
  border-color: color-mix(in oklch, var(--hh-forest) 82%, var(--hh-moss));
  box-shadow: 0 8px 18px color-mix(in oklch, var(--hh-forest) 10%, transparent);
  color: var(--hh-shell);
}

.hh-language-switcher {
  align-items: center;
  background: var(--hh-secondary-bg);
  border: 1px solid color-mix(in oklch, var(--hh-forest) 18%, transparent);
  border-radius: var(--hh-radius-md);
  display: inline-grid;
  gap: 0.2rem;
  grid-template-columns: 1fr 1fr;
  padding: 0.2rem;
  width: 6.2rem;
}

.hh-language-link {
  align-items: center;
  border-radius: var(--hh-radius-sm);
  color: var(--hh-forest);
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 850;
  justify-content: center;
  line-height: 1;
  min-height: 44px;
  text-decoration: none;
  transition:
    background-color var(--hh-interaction-duration) var(--hh-ease),
    color var(--hh-interaction-duration) var(--hh-ease);
}

.hh-language-link:hover,
.hh-language-link:focus-visible {
  background: var(--hh-secondary-hover-bg);
  color: var(--hh-forest);
}

.hh-language-link:active {
  background: var(--hh-secondary-active-bg);
}

.hh-language-link[aria-current="page"],
html[lang^="fi"] .hh-language-link-fi,
html[lang^="sv"] .hh-language-link-sv {
  background: var(--hh-action);
  color: var(--hh-shell);
}

.hh-language-link[aria-current="page"]:hover,
.hh-language-link[aria-current="page"]:focus-visible,
.hh-language-link[aria-current="page"]:active,
html[lang^="fi"] .hh-language-link-fi:hover,
html[lang^="fi"] .hh-language-link-fi:focus-visible,
html[lang^="fi"] .hh-language-link-fi:active,
html[lang^="sv"] .hh-language-link-sv:hover,
html[lang^="sv"] .hh-language-link-sv:focus-visible,
html[lang^="sv"] .hh-language-link-sv:active {
  background: var(--hh-action-hover);
  color: var(--hh-shell);
}

.wp-block-button__link {
  align-items: center;
  border: 1px solid transparent;
  border-radius: var(--hh-radius-md);
  box-sizing: border-box;
  box-shadow: var(--hh-button-shadow);
  display: inline-flex;
  justify-content: center;
  min-height: 46px;
  min-width: 124px;
  padding: 0.78rem 1.05rem;
  text-decoration: none;
  transition:
    background-color var(--hh-interaction-duration) var(--hh-button-ease),
    border-color var(--hh-interaction-duration) var(--hh-button-ease),
    box-shadow var(--hh-interaction-duration) var(--hh-button-ease),
    color var(--hh-interaction-duration) var(--hh-button-ease);
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link {
  background: var(--hh-action);
  border-color: var(--hh-action);
  color: var(--hh-shell);
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
  background: var(--hh-action-hover);
  border-color: var(--hh-action-hover);
  box-shadow: var(--hh-button-shadow-hover);
  transform: none;
}

.wp-block-button__link:active {
  box-shadow: var(--hh-button-shadow);
  transform: translateY(0);
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
  background: var(--hh-action-active);
  border-color: var(--hh-action-active);
}

.is-style-outline > .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: var(--hh-secondary-hover-bg);
  border-color: var(--hh-brand-blue);
  color: var(--hh-secondary-hover-text);
}

.is-style-outline > .wp-block-button__link:active,
.wp-block-button.is-style-outline .wp-block-button__link:active {
  background: var(--hh-secondary-active-bg);
  border-color: var(--hh-secondary-active-text);
  color: var(--hh-secondary-active-text);
}

.wp-block-navigation__responsive-container-open,
.wp-block-navigation__responsive-container-close {
  transition:
    background-color var(--hh-interaction-duration) var(--hh-ease),
    box-shadow var(--hh-interaction-duration) var(--hh-ease),
    transform var(--hh-interaction-duration) var(--hh-ease);
}

.hh-primary-nav .wp-block-navigation__responsive-container-close:hover,
.hh-primary-nav .wp-block-navigation__responsive-container-close:focus-visible {
  background: var(--hh-action-hover);
}

.hh-primary-nav .wp-block-navigation__responsive-container-open:active,
.hh-primary-nav .wp-block-navigation__responsive-container-close:active {
  background: var(--hh-action-active);
  box-shadow: 0 3px 8px color-mix(in oklch, var(--hh-forest) 16%, transparent);
  transform: translateY(1px);
}

.hh-primary-nav .wp-block-navigation-item__content:focus-visible,
.hh-language-link:focus-visible,
.wp-block-button__link:focus-visible,
.wp-block-navigation__responsive-container-open:focus-visible,
.wp-block-navigation__responsive-container-close:focus-visible,
.hh-main :where(p, li) > a:not(.wp-block-button__link):focus-visible,
.hh-contact-card a:not(.wp-block-button__link):focus-visible,
.hh-footer a:not(.wp-block-button__link):not(.hh-language-link):focus-visible {
  outline: 3px solid var(--hh-focus-ring);
  outline-offset: 3px;
}

.is-style-outline > .wp-block-button__link,
.wp-block-button.is-style-outline .wp-block-button__link {
  background: var(--hh-secondary-bg);
  border-color: var(--hh-secondary-text);
  color: var(--hh-secondary-text);
}

.hh-kicker {
  color: color-mix(in oklch, var(--hh-rose) 64%, var(--hh-coral));
  font-size: var(--wp--preset--font-size--small);
  font-weight: 850;
  letter-spacing: 0;
  margin-bottom: 0.8rem;
}

.hh-hero {
  background: linear-gradient(135deg, var(--hh-shell) 0%, var(--hh-section-soft) 58%, var(--hh-paper) 100%);
  border-bottom: 0;
  color: var(--hh-ink);
  min-height: 0;
  padding: clamp(3.6rem, 5.4vw, 4.8rem) 2rem;
  position: relative;
}

.hh-hero > .wp-block-columns {
  gap: clamp(2.8rem, 5vw, 4.4rem);
  min-height: 500px;
}

.hh-hero .wp-block-column:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 680px;
}

.hh-hero .hh-kicker {
  color: color-mix(in oklch, var(--hh-forest) 78%, var(--hh-moss));
}

.hh-hero .hh-kicker,
.hh-page-hero .hh-kicker,
.hh-section .hh-kicker {
  display: none;
}

.hh-hero h1 {
  color: var(--hh-ink);
  font-size: var(--hh-type-h1);
  hyphens: none;
  max-width: min(100%, 21ch);
  overflow-wrap: normal;
  word-break: normal;
}

.hh-hero p:not(.hh-kicker) {
  color: color-mix(in oklch, var(--hh-ink) 84%, var(--hh-rose));
  max-width: 37rem;
}

.hh-hero p.has-large-font-size {
  font-size: var(--hh-type-lead) !important;
  line-height: 1.58;
}

.hh-hero .hh-trust-line {
  border-top: 1px solid color-mix(in oklch, var(--hh-forest) 18%, transparent);
  color: color-mix(in oklch, var(--hh-forest) 88%, var(--hh-ink));
  font-size: 0.98rem;
  font-weight: 760;
  margin-top: 1.15rem;
  max-width: 34rem;
  padding-top: 0.85rem;
}

.hh-hero .wp-block-buttons {
  gap: 0.8rem;
  margin-top: 1rem;
}

.hh-photo {
  align-items: end;
  aspect-ratio: 4 / 4.65;
  background-color: var(--hh-image-surface);
  border: 1px solid color-mix(in oklch, var(--hh-forest) 18%, var(--hh-rose));
  border-radius: var(--hh-radius-md);
  box-sizing: border-box;
  box-shadow: var(--hh-shadow);
  color: var(--hh-shell);
  display: flex;
  font-size: 0;
  justify-content: start;
  margin: 0;
  min-height: 0;
  overflow: hidden;
  padding: 1rem;
  position: relative;
  width: 100%;
}

.hh-photo > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.hh-photo-about {
  background-color: var(--hh-image-surface);
  background-image: none;
}

.hh-photo-about > img {
  object-fit: contain;
  object-position: center;
}

.hh-photo-client-hero {
  background-color: var(--hh-image-surface);
  background-image: none;
}

.hh-photo-client-hero > img {
  object-fit: contain;
  object-position: center;
}

.hh-section {
  padding: clamp(3.9rem, 6vw, 5.2rem) 2rem;
}

.hh-section-inner {
  margin-inline: auto;
  max-width: 1240px;
}

.hh-section-heading {
  margin-bottom: 2rem;
  max-width: 780px;
}

.hh-section-heading h2,
.hh-section h2 {
  font-size: var(--hh-type-h2);
}

.hh-section-heading p {
  max-width: 58rem;
}

.hh-services-section {
  background: var(--hh-surface-paper);
}

.hh-service-grid {
  align-items: stretch;
  display: grid !important;
  gap: clamp(1.6rem, 3vw, 2.7rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hh-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  border-top: 1px solid var(--hh-line);
  box-shadow: none;
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: clamp(1.25rem, 2.2vw, 1.65rem) 0 0 !important;
  position: relative;
}

.hh-card h3 {
  font-family: var(--wp--preset--font-family--heading);
  font-size: var(--hh-type-h3);
  font-weight: 800;
  line-height: 1.18;
  margin-top: 0;
}

.hh-card p {
  margin-bottom: 0;
  max-width: 42ch;
}

.hh-detail-list {
  background: transparent;
  border: 0;
  border-radius: 0;
  display: grid !important;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  box-shadow: none;
  overflow: visible;
}

.hh-info-panel {
  background: transparent;
  border: 0;
  border-radius: 0;
  border-top: 1px solid var(--hh-line);
  box-shadow: none;
  padding: 1.25rem 0 0 !important;
}

.hh-detail-list .wp-block-column {
  background: var(--hh-shell);
  border: 1px solid var(--hh-line);
  border-radius: var(--hh-radius-md);
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  padding: clamp(1.35rem, 2.5vw, 1.75rem) !important;
  text-align: center;
}

.hh-detail-list .wp-block-column h3 {
  color: var(--hh-brand-blue-dark);
  font-size: clamp(1.22rem, 1.5vw, 1.4rem);
  margin: 0 0 0.8rem;
}

.hh-detail-list .wp-block-column p {
  margin: 0 auto;
  max-width: 48ch;
}

.hh-info-panel h2,
.hh-info-panel h3,
.hh-detail-list h2,
.hh-detail-list h3 {
  font-family: var(--wp--preset--font-family--body);
  font-size: 1.24rem;
  font-weight: 850;
  line-height: 1.15;
}

.hh-muted-note {
  color: color-mix(in oklch, var(--hh-ink) 72%, transparent);
  font-size: var(--wp--preset--font-size--small);
}

.hh-pricing-section {
  background: var(--hh-surface-paper);
}

.hh-pricing-jumps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  margin-bottom: 1.35rem;
}

.hh-pricing-jumps a {
  color: var(--hh-forest);
  font-weight: 750;
  text-underline-offset: 0.2em;
}

.hh-pricing-panel h3[id] {
  scroll-margin-top: 6rem;
}

.hh-pricing-panel {
  margin-top: clamp(1.4rem, 3vw, 2.2rem);
}

.hh-pricing-panel h3,
.hh-booking-term h3,
.hh-pricing-cta h3 {
  font-family: var(--wp--preset--font-family--body);
  font-size: clamp(1.12rem, 2vw, 1.34rem);
  font-weight: 850;
  line-height: 1.2;
}

.hh-pricing-table {
  background: var(--hh-paper);
  border: 1px solid color-mix(in oklch, var(--hh-forest) 13%, transparent);
  border-radius: var(--hh-radius-md);
  box-shadow: 0 12px 34px color-mix(in oklch, var(--hh-forest) 7%, transparent);
  margin: 0.8rem 0 0;
  overflow-x: auto;
  scrollbar-color: color-mix(in oklch, var(--hh-forest) 36%, transparent) transparent;
}

.hh-pricing-table table {
  border-collapse: collapse;
  min-width: 720px;
  width: 100%;
}

.hh-pricing-table th,
.hh-pricing-table td {
  border: 0;
  border-bottom: 1px solid color-mix(in oklch, var(--hh-forest) 11%, transparent);
  padding: 0.82rem 1rem;
  vertical-align: middle;
}

.hh-pricing-table thead th {
  background: var(--hh-forest);
  color: var(--hh-shell);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-align: right;
  white-space: nowrap;
}

.hh-pricing-table thead th:first-child {
  text-align: left;
}

.hh-pricing-table tbody th {
  color: var(--hh-ink);
  font-weight: 760;
  min-width: 18rem;
  text-align: left;
}

.hh-pricing-table tbody td {
  color: var(--hh-forest);
  font-variant-numeric: tabular-nums;
  font-weight: 850;
  text-align: right;
  white-space: nowrap;
}

.hh-pricing-table tbody tr:nth-child(even) {
  background: var(--hh-table-stripe);
}

.hh-pricing-table tbody tr:last-child > * {
  border-bottom: 0;
}

.hh-pricing-table small {
  color: color-mix(in oklch, var(--hh-ink) 68%, transparent);
  display: block;
  font-size: 0.875rem;
  font-weight: 560;
  line-height: 1.35;
  margin-top: 0.16rem;
}

.hh-pricing-table-large table {
  min-width: 600px;
}

.hh-pricing-table-extras table {
  min-width: 100%;
}

.hh-price-included {
  background: var(--hh-table-stripe);
  border: 1px solid color-mix(in oklch, var(--hh-forest) 15%, transparent);
  border-radius: var(--hh-radius-md);
  color: var(--hh-forest);
  margin: 1rem auto 0;
  max-width: 42rem;
  padding: 0.85rem 1.15rem;
}

.hh-booking-terms {
  display: grid !important;
  gap: clamp(1rem, 2.4vw, 1.8rem);
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  margin-top: clamp(1.6rem, 3vw, 2.4rem);
}

.hh-booking-term {
  background: transparent;
  border: 0;
  border-radius: 0;
  border-top: 1px solid var(--hh-line);
  box-shadow: none;
  padding: clamp(1.2rem, 2.5vw, 1.65rem) 0 0 !important;
}

.hh-booking-term p {
  color: color-mix(in oklch, var(--hh-ink) 88%, var(--hh-rose));
  font-size: 0.96rem;
}

.hh-booking-terms-section {
  background: var(--hh-surface-paper);
}

.hh-pricing-cta {
  align-items: center !important;
  background: transparent;
  border: 0;
  border-radius: 0;
  border-top: 1px solid var(--hh-line);
  box-shadow: none;
  flex-direction: column;
  gap: 1.2rem;
  justify-content: center !important;
  margin-top: clamp(1.6rem, 3vw, 2.4rem);
  padding: clamp(1.15rem, 2.6vw, 1.7rem) 0 0;
  text-align: center;
}

.hh-pricing-cta p {
  margin-bottom: 0;
}

.hh-pricing-cta .wp-block-buttons {
  justify-content: center;
}

.hh-contact-links,
.hh-contact-links a {
  overflow-wrap: anywhere;
}

.hh-gallery-section {
  background: var(--hh-surface-paper);
}

.entry-content:has(> .hh-hero) > .hh-gallery-section {
  background: var(--hh-surface-proof-field);
}

.entry-content:has(> .hh-gallery-page-hero) {
  display: flex;
  flex-direction: column;
}

.entry-content:has(> .hh-gallery-page-hero) > * {
  width: 100%;
}

.entry-content:has(> .hh-gallery-page-hero) > .hh-gallery-page-hero {
  order: 0;
}

.entry-content:has(> .hh-gallery-page-hero) > .hh-gallery-section {
  order: 1;
}

.entry-content:has(> .hh-gallery-page-hero) > .hh-before-after-section {
  order: 2;
}

.entry-content:has(> .hh-gallery-page-hero) > .hh-instagram-section {
  order: 3;
}

.entry-content:has(> .hh-gallery-page-hero) > .hh-cta-section {
  order: 4;
}

.hh-before-after-section {
  background: var(--hh-surface-proof-field);
}

.hh-products-section {
  background: var(--hh-surface-paper);
}

.hh-instagram-section {
  background: var(--hh-surface-paper);
}

.hh-product-category {
  background: var(--hh-surface-paper);
}

.hh-instagram-card {
  background: var(--hh-brand-blue-pale);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  max-width: 900px !important;
  padding: clamp(1.65rem, 4vw, 3rem) clamp(1.25rem, 4vw, 3.75rem) !important;
  text-align: center;
}

.hh-instagram-card > * {
  margin-inline: auto;
  max-width: 720px;
}

.hh-instagram-card h2 {
  color: var(--hh-ink);
  font-size: var(--hh-type-h2);
  line-height: 1.12;
  margin: 0;
}

.hh-instagram-card p {
  color: color-mix(in oklch, var(--hh-ink) 84%, var(--hh-brand-blue));
  margin-bottom: 0;
  max-width: 54ch;
}

.hh-instagram-card .hh-instagram-note {
  color: var(--hh-brand-blue-dark);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 800;
  margin-top: 0.9rem;
}

.hh-instagram-card .wp-block-buttons {
  gap: 0.85rem;
  justify-content: center;
  margin-top: 1.55rem;
}

.hh-instagram-card .wp-block-button__link {
  max-width: 100%;
  white-space: normal;
}

.hh-product-grid {
  display: grid !important;
  gap: clamp(1rem, 2vw, 1.5rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-inline: auto;
  max-width: 1240px !important;
}

.hh-product-card {
  background: var(--hh-secondary-bg);
  border: 1px solid color-mix(in oklch, var(--hh-line) 72%, transparent);
  border-radius: var(--hh-radius-md);
  box-shadow: none;
  box-sizing: border-box;
  margin: 0;
  overflow: hidden;
  padding: clamp(0.55rem, 1vw, 0.8rem);
}

.hh-product-card img {
  aspect-ratio: 4 / 3;
  background: var(--hh-image-surface);
  border-radius: calc(var(--hh-radius-md) - 0.35rem);
  display: block;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.hh-product-contact {
  margin-block-start: clamp(2.5rem, 5vw, 4rem);
  max-width: none;
}

.hh-product-teaser {
  background: var(--hh-surface-paper);
}

.hh-product-teaser-images {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hh-product-teaser-images .hh-product-card {
  padding: 0.45rem;
}

.hh-photo-real-grooming {
  background-color: var(--hh-image-surface);
  background-image: none;
}

.hh-photo-real-grooming > img {
  object-fit: contain;
}

.hh-before-after-grid {
  display: grid;
  gap: clamp(1.15rem, 2.4vw, 1.8rem);
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(1.6rem, 3vw, 2.4rem);
}

.hh-before-after-grid > .hh-comparison-card {
  margin-block: 0 !important;
}

.hh-comparison-card {
  background: var(--hh-shell);
  border: 1px solid var(--hh-card-border);
  border-radius: var(--hh-radius-md);
  box-shadow: var(--hh-shadow-soft);
  box-sizing: border-box;
  display: grid;
  grid-template-rows: minmax(3.4rem, auto) 1fr;
  height: 100%;
  padding: clamp(1rem, 2vw, 1.4rem);
}

.hh-comparison-card > h3 {
  margin: 0 0 1rem;
}

.hh-comparison-pair {
  align-items: stretch;
  display: grid;
  gap: clamp(0.65rem, 1.4vw, 1rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hh-comparison-image {
  display: grid;
  grid-template-rows: auto 1fr;
  margin-block: 0 !important;
  min-width: 0;
}

.hh-comparison-label {
  color: var(--hh-brand-blue-dark);
  font-size: var(--hh-type-caption);
  font-weight: 750;
  letter-spacing: 0.02em;
  margin: 0 0 0.45rem;
  text-transform: uppercase;
}

.hh-comparison-photo {
  aspect-ratio: 3 / 4;
  margin: 0;
  min-height: 0;
  width: 100%;
}

.hh-comparison-photo > img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.hh-photo-brand-hero {
  aspect-ratio: 5 / 4;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.hh-photo-brand-hero > img {
  background: transparent;
  object-fit: contain;
  padding: 0;
}

@media (max-width: 1024px) {
  .hh-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .wp-site-blocks > header.wp-block-template-part.hh-scroll-header-ready {
    transform: translateY(0);
    transition: transform 300ms var(--hh-ease);
  }

  .wp-site-blocks > header.wp-block-template-part.hh-scroll-header-ready.hh-header-hidden {
    transform: translateY(-100%);
  }

  .hh-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hh-product-teaser-images {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hh-before-after-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wp-site-blocks > header.wp-block-template-part.hh-scroll-header-ready {
    transition-duration: 0.01ms;
  }
}

@media (max-width: 380px) {
  .hh-product-grid {
    grid-template-columns: 1fr;
  }

  .hh-product-teaser-images {
    grid-template-columns: 1fr;
  }
}

.hh-gallery-grid {
  --hh-gallery-gap: clamp(1rem, 2vw, 1.45rem);
  align-items: stretch;
  display: grid !important;
  gap: var(--hh-gallery-gap);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-inline: auto;
  max-width: 1240px !important;
  padding-top: 0.6rem;
}

.hh-gallery-grid.hh-carousel-track {
  --hh-carousel-duration: 300ms;
  --hh-gallery-visible: 3;
  grid-auto-columns: calc((100% - var(--hh-gallery-gap) - var(--hh-gallery-gap)) / 3);
  grid-auto-flow: column;
  grid-template-columns: none;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding-bottom: 1rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.hh-gallery-grid.hh-carousel-track > .wp-block-image {
  width: 100% !important;
}

.hh-gallery-grid.hh-carousel-track.is-programmatic-scrolling {
  scroll-snap-type: none;
}

.hh-gallery-grid.hh-carousel-track::-webkit-scrollbar {
  display: none;
}

.hh-gallery-grid :where(.wp-block-column, .wp-block-image) {
  min-width: 0;
}

.hh-carousel-track :where(.wp-block-column, .wp-block-image) {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.hh-gallery-grid .hh-photo {
  aspect-ratio: 1 / 1;
  box-shadow: var(--hh-shadow-lift);
  min-height: 0;
}

.hh-carousel-track:focus-visible {
  outline: 3px solid color-mix(in oklch, var(--hh-forest) 62%, var(--hh-coral));
  outline-offset: 6px;
}

.hh-carousel-slide .hh-photo {
  transition:
    border-color var(--hh-interaction-duration) var(--hh-ease),
    box-shadow var(--hh-interaction-duration) var(--hh-ease);
}

.hh-carousel-track .hh-photo-real-grooming > img {
  height: 100%;
  inset: 0;
  max-width: 100%;
  object-fit: contain !important;
  object-position: center;
  width: 100%;
}

.hh-carousel-track .hh-photo-real-grooming {
  background-color: var(--hh-section-soft);
}

.hh-carousel-slide.is-active .hh-photo {
  border-color: color-mix(in oklch, var(--hh-forest) 42%, var(--hh-coral));
}

.hh-gallery-controls {
  align-items: center;
  display: flex;
  gap: 0.55rem;
  justify-content: center;
  margin: 0.35rem auto 0;
  max-width: 1240px;
}

.hh-gallery-controls[hidden] {
  display: none;
}

.hh-gallery-arrow,
.hh-gallery-dot {
  align-items: center;
  appearance: none;
  border: 1px solid color-mix(in oklch, var(--hh-forest) 20%, transparent);
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  min-height: 44px;
  transition:
    background-color var(--hh-interaction-duration) var(--hh-ease),
    border-color var(--hh-interaction-duration) var(--hh-ease),
    color var(--hh-interaction-duration) var(--hh-ease),
    box-shadow var(--hh-interaction-duration) var(--hh-ease);
}

.hh-gallery-arrow {
  background: var(--hh-action);
  border-radius: var(--hh-radius-md);
  color: var(--hh-shell);
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1;
  min-width: 48px;
  padding: 0;
}

.hh-gallery-arrow:hover:not(:disabled),
.hh-gallery-arrow:focus-visible {
  background: var(--hh-action-hover);
  box-shadow: 0 0 0 3px color-mix(in oklch, var(--hh-coral) 42%, transparent);
}

.hh-gallery-arrow:disabled {
  cursor: not-allowed;
  opacity: 0.38;
}

.hh-gallery-dots {
  align-items: center;
  display: flex;
  gap: 0.12rem;
}

.hh-gallery-dot {
  background: transparent;
  border-color: transparent;
  border-radius: 999px;
  min-width: 44px;
  padding: 0;
  position: relative;
}

.hh-hero + .hh-section {
  padding-top: clamp(4.45rem, 6.7vw, 5.85rem);
}

.hh-gallery-dot::before {
  background: var(--hh-line);
  border-radius: 999px;
  content: "";
  height: 0.55rem;
  transition:
    background-color var(--hh-interaction-duration) var(--hh-ease),
    width var(--hh-interaction-duration) var(--hh-ease);
  width: 0.55rem;
}

.hh-gallery-dot:hover::before,
.hh-gallery-dot:focus-visible::before {
  background: var(--hh-brand-blue);
}

.hh-gallery-dot[aria-current="true"]::before {
  background: var(--hh-forest);
  width: 1.5rem;
}

.hh-gallery-status {
  color: var(--hh-forest);
  font-size: 0.875rem;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  min-width: 9rem;
  text-align: center;
}

.hh-arrival-section {
  background: var(--hh-surface-paper);
  border-bottom: 0;
  border-top: 0;
  color: var(--hh-ink);
}

.hh-arrival-section h2,
.hh-arrival-section h3 {
  color: var(--hh-ink);
}

.hh-arrival-section .hh-kicker {
  color: color-mix(in oklch, var(--hh-rose) 60%, var(--hh-coral));
}

.hh-arrival-grid {
  align-items: stretch;
  display: grid !important;
  gap: clamp(1.6rem, 3vw, 2.7rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hh-note {
  background: var(--hh-surface-paper);
  border: 1px solid var(--hh-card-border);
  border-radius: var(--hh-radius-md);
  box-shadow: none;
  color: color-mix(in oklch, var(--hh-ink) 84%, var(--hh-rose));
  padding: 1.3rem !important;
}

.hh-note h3 {
  font-family: var(--wp--preset--font-family--body);
  font-size: 1.16rem;
  font-weight: 850;
  line-height: 1.15;
}

.hh-products-section {
  background: var(--hh-surface-paper);
}

.hh-profile-section {
  background: var(--hh-surface-paper);
}

.hh-about-story {
  background: var(--hh-surface-paper);
}

.hh-profile-section .hh-photo {
  max-width: 31rem;
}

.hh-contact-grid {
  align-items: start !important;
  display: grid !important;
  gap: 1rem;
  grid-template-columns: 1.1fr 0.9fr;
}

.hh-contact-card {
  background: var(--hh-secondary-bg);
  border: 1px solid var(--hh-card-border);
  border-radius: var(--hh-radius-md);
  box-sizing: border-box;
  box-shadow: var(--hh-shadow-soft);
  min-width: 0;
  padding: 1.6rem !important;
}

.hh-contact-card a:not(.wp-block-button__link) {
  color: var(--hh-forest);
  font-weight: 800;
}

.hh-contact-card a[href^="tel:"] {
  white-space: nowrap;
}

.hh-contact-card a[href^="mailto:"] {
  white-space: normal;
}

.hh-email-text {
  display: inline-block;
  hyphens: none;
  overflow-wrap: normal;
  white-space: nowrap;
  word-break: normal;
}

.hh-main :where(p, li) > a:not(.wp-block-button__link),
.hh-contact-card a:not(.wp-block-button__link) {
  text-decoration-color: color-mix(in oklch, var(--hh-coral) 70%, var(--hh-shell));
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
  transition:
    color var(--hh-interaction-duration) var(--hh-ease),
    text-decoration-color var(--hh-interaction-duration) var(--hh-ease);
}

.hh-main :where(p, li) > a:not(.wp-block-button__link):hover,
.hh-contact-card a:not(.wp-block-button__link):hover {
  color: color-mix(in oklch, var(--hh-forest) 78%, var(--hh-rose));
  text-decoration-color: currentColor;
}

.hh-main :where(p, li) > a:not(.wp-block-button__link):active,
.hh-contact-card a:not(.wp-block-button__link):active {
  color: var(--hh-rose);
}

.hh-contact-card ul {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 1.15rem 0 0;
  padding: 0;
}

.hh-contact-card li {
  line-height: 1.5;
  padding: 0.8rem 0;
}

.hh-contact-card .wp-block-buttons {
  gap: 0.85rem;
  margin-top: 1.35rem;
}

.hh-split {
  align-items: center;
  display: grid !important;
  gap: clamp(2.8rem, 5vw, 4.6rem);
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.hh-cta-section {
  background: var(--hh-surface-paper);
  border-top: 0;
  box-shadow: none;
  color: var(--hh-ink);
  padding: clamp(3.7rem, 6vw, 5.2rem) 2rem;
}

.hh-cta-section > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
  text-align: center;
}

.hh-cta-section .hh-kicker {
  display: none;
}

.hh-cta-section h2 {
  color: var(--hh-ink);
  font-size: var(--hh-type-h2);
  line-height: 1.12;
  max-width: 820px;
}

.hh-cta-section p {
  color: color-mix(in oklch, var(--hh-ink) 84%, var(--hh-rose));
  max-width: 42rem;
}

.hh-cta-section p.has-large-font-size {
  font-size: var(--hh-type-supporting) !important;
  line-height: 1.55;
}

.hh-cta-section .wp-block-buttons {
  gap: 0.85rem;
  justify-content: center;
  margin-top: 1.6rem;
}

.hh-page-hero {
  background: linear-gradient(180deg, var(--hh-shell), var(--hh-paper));
  color: var(--hh-ink);
  padding: clamp(2.2rem, 3.4vw, 3.2rem) 2rem;
}

.hh-page-hero:has(+ :is(
  .hh-services-section,
  .hh-before-after-section,
  .hh-gallery-section,
  .hh-product-category,
  .hh-arrival-section,
  .hh-profile-section,
  .hh-contact-section
)) {
  background: var(--hh-shell);
  position: relative;
}

.hh-page-hero:has(+ :is(
  .hh-services-section,
  .hh-before-after-section,
  .hh-gallery-section,
  .hh-product-category,
  .hh-arrival-section,
  .hh-profile-section,
  .hh-contact-section
))::after {
  background: var(--hh-chapter-rule);
  bottom: 0;
  content: "";
  height: 1px;
  inset-inline: max(clamp(1rem, 4vw, 2rem), calc((100% - var(--hh-page-header-width)) / 2));
  pointer-events: none;
  position: absolute;
}

.hh-page-hero h1 {
  color: var(--hh-ink);
  font-size: var(--hh-type-h1);
  line-height: 1.04;
  margin: 0;
  max-width: 1240px !important;
}

.hh-page-hero > * + * {
  margin-block-start: 0.85rem;
}

.hh-page-hero p {
  color: color-mix(in oklch, var(--hh-ink) 84%, var(--hh-rose));
  max-width: var(--hh-page-header-width) !important;
  padding-right: 0;
}

.hh-page-hero > :where(h1, p) {
  box-sizing: border-box;
  max-width: var(--hh-page-header-width) !important;
  margin-inline: auto;
  text-align: left !important;
  width: 100%;
}

.hh-page-hero p.has-large-font-size {
  font-size: var(--hh-type-lead) !important;
  line-height: 1.58;
}

.hh-footer {
  background: linear-gradient(180deg, var(--hh-paper) 0%, #fdf4e7 100%);
  border-top: 1px solid var(--hh-line);
  box-shadow: inset 0 1px 0 color-mix(in oklch, var(--hh-shell) 88%, transparent);
  color: var(--hh-ink);
  padding: clamp(2rem, 3vw, 2.6rem) 2rem clamp(1.5rem, 2.2vw, 2rem);
}

.hh-footer h3,
.hh-footer .wp-block-site-title {
  color: var(--hh-ink);
  text-shadow: none;
}

.hh-footer-brand-region {
  align-content: start;
  display: grid;
  gap: 0.75rem;
}

.hh-footer-brand-region > * {
  margin-block: 0;
}

.hh-footer-brand-region > p {
  max-width: 28ch;
}

.hh-footer-grid {
  align-items: start;
  display: grid !important;
  gap: clamp(1.4rem, 3vw, 2.6rem);
  grid-template-columns: 1.1fr 0.75fr 0.95fr 1.35fr;
}

.hh-footer-grid > .wp-block-column {
  border: 0;
  padding-top: 0;
}

.hh-footer-grid > .wp-block-column:first-child {
  border-top: 0;
  padding-top: 0;
}

.hh-footer p,
.hh-footer li {
  color: var(--hh-ink);
  font-size: var(--hh-type-legal);
  line-height: 1.65;
}

.hh-footer a:not(.wp-block-button__link):not(.hh-language-link) {
  color: var(--hh-ink);
  font-weight: 800;
  text-decoration-color: var(--hh-brand-blue-border);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
  transition:
    color var(--hh-interaction-duration) var(--hh-ease),
    text-decoration-color var(--hh-interaction-duration) var(--hh-ease);
}

.hh-footer a:not(.wp-block-button__link):not(.hh-language-link):hover {
  color: var(--hh-rose);
  text-decoration-color: currentColor;
}

.hh-footer a:not(.wp-block-button__link):not(.hh-language-link):active {
  color: var(--hh-rose);
}

.hh-footer-contact-list {
  gap: 0.2rem;
}

.hh-footer-contact-item,
.hh-footer-address,
.hh-footer-social-item {
  min-width: 0;
}

.hh-footer-contact-link,
.hh-footer-address {
  align-items: center;
  color: var(--hh-brand-blue-dark) !important;
  display: grid;
  gap: 0.65rem;
  grid-template-columns: 1.35rem minmax(0, 1fr);
  line-height: 1.35;
  min-height: 44px;
  text-decoration: none !important;
  width: fit-content;
}

.hh-footer-contact-link:hover span,
.hh-footer-contact-link:focus-visible span {
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.hh-footer-contact-icon {
  color: var(--hh-brand-blue);
  display: block;
  fill: none;
  height: 1.15rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 1.15rem;
}

.hh-main .hh-address-link,
#cmplz-document .hh-address-link {
  color: var(--hh-brand-blue-dark);
  text-decoration-line: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.hh-footer-social-item {
  border-top: 1px solid var(--hh-card-border);
  margin-top: 0.35rem;
  padding-top: 0.8rem;
}

.hh-footer-social-links {
  align-items: center;
  display: flex;
  gap: 0.6rem;
}

.hh-footer .hh-social-link {
  align-items: center;
  background: var(--hh-shell);
  border: 1px solid var(--hh-brand-blue-border);
  border-radius: 50%;
  color: var(--hh-brand-blue-dark);
  display: inline-flex;
  height: 2.75rem;
  justify-content: center;
  text-decoration: none;
  transition:
    background-color var(--hh-interaction-duration) var(--hh-ease),
    border-color var(--hh-interaction-duration) var(--hh-ease),
    color var(--hh-interaction-duration) var(--hh-ease);
  width: 2.75rem;
}

.hh-footer .hh-social-link svg {
  display: block;
  fill: currentColor;
  height: 1.15rem;
  width: 1.15rem;
}

.hh-footer .hh-social-link:hover {
  background: var(--hh-brand-blue-pale);
  border-color: var(--hh-brand-blue);
  color: var(--hh-brand-blue);
  transform: none;
}

.hh-footer .hh-social-link:active {
  background: var(--hh-brand-blue-active);
  border-color: var(--hh-brand-blue-active);
  color: var(--hh-shell);
  transform: translateY(1px);
}

.hh-footer .wp-block-site-title {
  font-size: clamp(1.4rem, 2vw, 1.8rem) !important;
  font-family: var(--wp--preset--font-family--heading);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 0.9rem;
}

.hh-footer h3 {
  font-family: var(--wp--preset--font-family--body);
  font-size: 1.1rem !important;
  font-weight: 850;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.hh-footer .hh-language-switcher {
  background: var(--hh-secondary-bg);
  border-color: color-mix(in oklch, var(--hh-forest) 18%, transparent);
  box-shadow: 0 12px 28px color-mix(in oklch, var(--hh-forest) 10%, transparent);
  width: 6.2rem;
}

.hh-footer .hh-language-switcher .hh-language-link {
  color: var(--hh-forest);
  text-decoration: none;
}

.hh-footer .hh-language-switcher .hh-language-link[aria-current="page"],
html[lang^="fi"] .hh-footer .hh-language-switcher .hh-language-link-fi,
html[lang^="sv"] .hh-footer .hh-language-switcher .hh-language-link-sv {
  color: var(--hh-shell);
}

.hh-footer-list {
  display: grid;
  gap: 0.42rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hh-footer-logo {
  display: block;
  height: auto;
  margin: 0;
  max-width: 9rem;
  width: 100%;
}

.hh-footer-nav-list {
  gap: 0;
}

.hh-footer-nav-list li {
  width: min(100%, 15rem);
}

.hh-footer .hh-footer-nav-link {
  align-items: center;
  display: flex;
  font-weight: 500 !important;
  gap: 0.75rem;
  justify-content: space-between;
  padding: 0.48rem 0;
  text-decoration: none;
}

.hh-footer .hh-cookie-preferences {
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--hh-ink);
  cursor: pointer;
  font: inherit;
  min-height: 44px;
  text-align: left;
  width: 100%;
}

.hh-footer .hh-cookie-preferences:focus-visible {
  outline: 3px solid var(--hh-focus-ring);
  outline-offset: 3px;
}

.hh-business-id {
  font-size: var(--hh-type-caption) !important;
  margin: 0;
}

.hh-footer-copyright {
  font-size: var(--hh-type-caption) !important;
  margin: 0;
}

.hh-footer-utility {
  border-top: 1px solid color-mix(in oklch, var(--hh-forest) 14%, transparent);
  display: flex !important;
  gap: 0.55rem 1.25rem;
  justify-content: flex-start !important;
  margin-top: 1.5rem;
  max-width: 1240px !important;
  padding-top: 1rem;
}

.hh-legal-copy,
.hh-legal-meta {
  font-size: var(--hh-type-legal);
  line-height: 1.65;
}

#cmplz-document .hh-cookie-preferences {
  background: var(--hh-secondary-bg);
  border: 1px solid var(--hh-secondary-text);
  border-radius: var(--hh-radius-md);
  color: var(--hh-secondary-text);
  cursor: pointer;
  font-family: var(--wp--preset--font-family--body);
  font-size: var(--hh-type-control);
  font-weight: 800;
  min-height: 44px;
  padding: 0.72rem 1rem;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

#cmplz-document .hh-cookie-preferences:hover {
  background: var(--hh-secondary-hover-bg);
  border-color: var(--hh-brand-blue);
  color: var(--hh-secondary-hover-text);
}

#cmplz-document .hh-cookie-preferences:focus-visible {
  outline: 3px solid var(--hh-focus-ring);
  outline-offset: 3px;
}

.hh-consent-inline-shell {
  display: none;
  margin-top: 1rem;
  scroll-margin-top: 7rem;
}

.hh-consent-inline-shell.is-open {
  display: block;
}

.hh-consent-inline-shell:focus {
  outline: none;
}

.hh-legal-meta {
  margin: -2rem auto 3.5rem;
  padding-inline: 2rem;
}

.hh-footer-nav-link::after {
  content: none;
}

@media (min-width: 1081px) {
  .hh-footer-navigation-region .hh-footer-nav-list {
    grid-template-columns: minmax(0, 1fr);
  }
}

.hh-404-main {
  padding: clamp(4.5rem, 9vw, 8rem) 1.25rem;
}

.hh-404-content {
  max-width: 44rem;
}

.hh-404-code {
  color: var(--hh-brand-blue);
  font-family: var(--wp--preset--font-family--heading);
  font-size: clamp(4.5rem, 10vw, 7.5rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.85;
  margin: 0 0 1.1rem;
}

.hh-404-content h1 {
  color: var(--hh-ink);
  font-size: var(--wp--preset--font-size--page-title);
  margin-bottom: 1rem;
}

.hh-404-content p {
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
  line-height: 1.65;
  max-width: 38rem;
}

.hh-404-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.7rem;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .wp-block-button__link {
    transform: none !important;
  }

  .cmplz-cookiebanner .cmplz-btn {
    transform: none !important;
  }

  .hh-gallery-grid.hh-carousel-track {
    scroll-behavior: auto;
  }

}

@keyframes hh-menu-content-in {
  from {
    opacity: 0;
    transform: translateY(-0.75rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hh-menu-overlay-in {
  from {
    opacity: 0.96;
  }

  to {
    opacity: 1;
  }
}

@keyframes hh-menu-control-in {
  from {
    opacity: 0;
    transform: rotate(-8deg) scale(0.92);
  }

  to {
    opacity: 1;
    transform: rotate(0) scale(1);
  }
}

@media (max-width: 1080px) {
  :root {
    --hh-type-h1: clamp(2.25rem, 4.45vw, 3rem);
    --hh-type-h2: clamp(1.8rem, 3.6vw, 2.4rem);
    --hh-type-h3: clamp(1.3rem, 2vw, 1.4rem);
    --hh-type-h4: 1.16rem;
    --hh-type-lead: 1.15rem;
    --hh-type-body: 1.03rem;
  }
  .hh-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hh-header-inner {
    flex-wrap: nowrap !important;
    gap: 0.8rem;
    padding: 0.7rem 1.2rem;
  }

  .hh-header-actions {
    flex: 0 0 auto;
    justify-content: flex-end;
  }

  .hh-hero {
    background: linear-gradient(135deg, var(--hh-shell) 0%, var(--hh-section-soft) 58%, var(--hh-paper) 100%);
  }

  .hh-detail-list,
  .hh-contact-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1140px) {
  .hh-header-inner {
    max-width: none !important;
    min-height: 68px;
    padding-inline: 1rem;
    width: 100%;
  }

  .hh-brand {
    flex: 1 1 auto;
    min-width: 0;
  }

  .hh-header-actions {
    gap: 0.65rem;
  }

  .hh-primary-nav .wp-block-navigation__responsive-container:not(.is-menu-open) {
    display: none !important;
  }

  .hh-primary-nav .wp-block-navigation__responsive-container.is-menu-open {
    animation: hh-menu-overlay-in 300ms var(--hh-ease) both !important;
    background: rgba(250, 247, 240, 0.82) !important;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    box-sizing: border-box;
    color: var(--hh-ink) !important;
    position: fixed !important;
    inset: 0 !important;
    max-height: 100dvh;
    min-height: 100dvh;
    overflow: hidden auto;
    padding:
      max(1rem, env(safe-area-inset-top))
      max(1rem, env(safe-area-inset-right))
      max(1rem, env(safe-area-inset-bottom))
      max(1rem, env(safe-area-inset-left));
    width: 100vw;
    z-index: 1000;
  }

  .hh-primary-nav .wp-block-navigation__responsive-container-content {
    align-items: center !important;
    animation: hh-menu-content-in 320ms var(--hh-ease) both;
    box-sizing: border-box;
    justify-content: flex-start !important;
    margin-inline: auto;
    max-width: 42rem;
    min-height: 100%;
    padding-bottom: max(1.25rem, env(safe-area-inset-bottom)) !important;
    padding-top: clamp(3.75rem, 7vh, 4.5rem) !important;
    width: 100%;
  }

  .hh-primary-nav .wp-block-navigation__responsive-container.is-menu-open .hh-language-switcher {
    align-self: center;
    margin: 0.2rem auto 0;
    width: 5.8rem;
  }

  .hh-primary-nav .wp-block-navigation__responsive-dialog {
    min-height: calc(100dvh - max(2rem, env(safe-area-inset-top) + env(safe-area-inset-bottom)));
    width: 100%;
  }

  .hh-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
    align-items: stretch !important;
    display: grid !important;
    gap: 0.9375rem !important;
    grid-template-columns: minmax(0, 1fr);
    justify-items: stretch !important;
    margin-inline: auto;
    max-width: none;
    width: min(86vw, 420px);
  }

  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content > .wp-block-navigation__container.items-justified-right > .wp-block-navigation-item {
    align-self: stretch;
    flex-basis: 100% !important;
    justify-self: stretch !important;
    max-width: none !important;
    min-width: 100% !important;
    width: 100% !important;
  }

  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content > .wp-block-navigation__container.items-justified-right > .wp-block-navigation-item > .wp-block-navigation-item__content {
    background: rgba(255, 253, 249, 0.97);
    border: 1px solid color-mix(in srgb, var(--hh-ink) 18%, transparent);
    border-radius: var(--hh-radius-md);
    color: var(--hh-ink);
    font-size: clamp(1.05rem, 3.5vw, 1.2rem);
    height: 4rem;
    justify-content: flex-start;
    min-height: 4rem;
    min-width: 100% !important;
    padding: 0;
    padding-inline: 1rem;
    width: 100% !important;
  }

  .hh-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content > .wp-block-navigation__container.items-justified-right > .wp-block-navigation-item > .wp-block-navigation-item__content:hover,
  .hh-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content > .wp-block-navigation__container.items-justified-right > .wp-block-navigation-item > .wp-block-navigation-item__content:focus-visible {
    background: var(--hh-action-hover);
    border-color: var(--hh-action-hover);
    box-shadow: var(--hh-button-shadow-hover);
    color: var(--hh-shell);
    transform: none;
  }

  .hh-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content > .wp-block-navigation__container.items-justified-right > .wp-block-navigation-item > .wp-block-navigation-item__content:active {
    background: var(--hh-action-active);
    border-color: var(--hh-action-active);
    box-shadow: var(--hh-button-shadow);
    color: var(--hh-shell);
    transform: none;
  }

  .hh-primary-nav .wp-block-navigation__responsive-container.is-menu-open :where(
    .current-menu-item > .wp-block-navigation-item__content,
    .wp-block-navigation-item__content[aria-current="page"]
  ) {
    background: var(--hh-brand-blue-pale);
    border-color: var(--hh-brand-blue-border);
    box-shadow: none;
    color: var(--hh-brand-blue-dark);
  }

  .hh-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container > .wp-block-navigation-item:last-child {
    margin-top: 0;
  }

  .hh-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container > .wp-block-navigation-item:last-child > .wp-block-navigation-item__content {
    background: var(--hh-brand-blue);
    border-color: var(--hh-brand-blue-dark);
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    height: 4rem;
    justify-content: center;
    min-height: 4rem;
  }

  .hh-primary-nav .wp-block-navigation__responsive-container-open {
    align-items: center;
    background: var(--hh-action);
    border: 1px solid color-mix(in oklch, var(--hh-forest) 70%, var(--hh-shell));
    border-radius: var(--hh-radius-md);
    box-shadow: 0 10px 24px color-mix(in oklch, var(--hh-forest) 18%, transparent);
    color: var(--hh-shell);
    display: inline-flex !important;
    height: 44px;
    justify-content: center;
    min-width: 44px;
    padding: 0.55rem;
  }

  .hh-primary-nav .wp-block-navigation__responsive-container-open:hover,
  .hh-primary-nav .wp-block-navigation__responsive-container-open:focus-visible {
    background: var(--hh-action-hover);
  }

  .hh-primary-nav .wp-block-navigation__responsive-container-open svg {
    height: 22px;
    width: 22px;
  }

  .hh-primary-nav .wp-block-navigation__responsive-container-close {
    align-items: center;
    animation: hh-menu-control-in 300ms var(--hh-ease) both;
    background: transparent;
    border: 1px solid color-mix(in srgb, var(--hh-ink) 28%, transparent);
    border-radius: var(--hh-radius-md);
    color: var(--hh-ink);
    display: inline-flex;
    height: 44px;
    justify-content: center;
    min-width: 44px;
    position: fixed;
    right: max(1rem, env(safe-area-inset-right));
    top: max(1rem, env(safe-area-inset-top));
    z-index: 1;
  }

  .hh-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close:hover,
  .hh-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close:focus-visible {
    background: var(--hh-secondary-hover-bg);
    color: var(--hh-brand-blue-dark);
  }
}

@media (max-width: 860px) {
  .hh-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hh-gallery-grid.hh-carousel-track {
    --hh-gallery-visible: 2;
    grid-auto-columns: calc((100% - var(--hh-gallery-gap)) / 2);
  }

  .hh-hero > .wp-block-columns,
  .hh-split {
    display: grid !important;
    grid-template-columns: 1fr;
  }

  .hh-hero .wp-block-column:first-child {
    max-width: none;
    text-align: left;
  }

  .hh-hero h1 {
    margin-inline: 0;
    text-align: left;
  }

  .hh-hero .wp-block-buttons {
    justify-content: flex-start;
  }

  .hh-hero .hh-photo-brand-hero {
    aspect-ratio: 5 / 4;
  }

  .hh-hero .hh-photo-brand-hero > img {
    padding: 0;
  }

  .hh-profile-section .hh-photo {
    max-width: 36rem;
  }

  .hh-booking-terms {
    grid-template-columns: 1fr;
  }

  .hh-pricing-cta {
    align-items: center !important;
  }
}

@media (max-width: 720px) {
  :root {
    --hh-type-h1: clamp(2rem, 7.5vw, 2.2rem);
    --hh-type-h2: clamp(1.4rem, 6.2vw, 1.75rem);
    --hh-type-h3: 1.2rem;
    --hh-type-h4: 1.08rem;
    --hh-type-lead: 1.02rem;
    --hh-type-body: 1rem;
    --hh-type-control: 0.96rem;
    --hh-type-caption: 0.875rem;
    --hh-type-legal: 0.98rem;
  }
  .hh-footer-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hh-footer-grid > * {
    border-top: 1px solid color-mix(in oklch, var(--hh-forest) 13%, transparent);
    padding-top: 1rem;
  }

  .hh-footer-grid > :first-child {
    border-top: 0;
    padding-top: 0;
  }

  .hh-footer {
    padding-block: 1.25rem 1rem;
  }

  .hh-footer-grid {
    gap: 0.75rem;
  }

  .hh-footer-grid > * {
    padding-top: 0.65rem;
  }

  .hh-footer-grid > :first-child {
    padding-top: 0;
  }

  .hh-footer-brand-region {
    order: 1;
  }

  .hh-footer-contact-region {
    order: 2;
  }

  .hh-footer-navigation-region {
    order: 3;
  }

  .hh-footer-info-region {
    order: 4;
  }

  .hh-footer-brand-region {
    gap: 0.35rem;
  }

  .hh-footer-logo {
    max-width: 7rem;
  }

  .hh-footer h3 {
    font-size: 1.1rem !important;
    margin-bottom: 0.35rem;
  }

  .hh-footer p,
  .hh-footer li {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .hh-footer-contact-list {
    gap: 0;
    grid-template-columns: minmax(0, 1fr);
  }

  .hh-footer-contact-list > li {
    margin: 0;
    max-width: 100%;
    min-width: 0;
  }

  .hh-footer-contact-item,
  .hh-footer-address {
    min-height: 44px;
  }

  .hh-footer-address {
    line-height: 1.5;
    margin-top: 0.05rem;
  }

  .hh-footer-contact-link {
    min-height: 44px;
  }

  .hh-footer-contact-link {
    color: var(--hh-brand-blue-dark);
    font-size: 0.95rem;
    font-weight: 750;
  }

  .hh-footer-social-links {
    gap: 0.35rem;
  }

  .hh-footer .hh-social-link svg {
    height: 1rem;
    width: 1rem;
  }

  .hh-footer-navigation-region .hh-footer-nav-list {
    column-gap: 0.75rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 0.05rem;
  }

  .hh-footer .hh-footer-nav-link {
    line-height: 1.3;
    min-height: 44px;
    padding: 0.22rem 0.1rem;
  }

  .hh-footer-info-region .hh-footer-nav-list {
    align-items: center;
    column-gap: 0.6rem;
    display: flex;
    flex-wrap: wrap;
    row-gap: 0;
  }

  .hh-footer-info-region .hh-footer-nav-list li {
    border-bottom: 0;
    flex: 0 1 auto;
    max-width: 100%;
    width: auto;
  }

  .hh-footer-info-region .hh-footer-nav-link {
    font-size: 0.875rem !important;
    min-height: 44px;
    max-width: 100%;
    overflow-wrap: anywhere;
    padding: 0.1rem 0;
    width: auto;
    white-space: normal;
  }

  .hh-footer .hh-footer-nav-link::after {
    content: none;
  }

  .hh-footer-info-region .hh-cookie-preferences {
    min-height: 44px;
    width: auto;
  }

  .hh-business-id {
    margin-top: 0;
  }

  .hh-footer-utility {
    align-items: flex-start;
    gap: 0.15rem 0.75rem;
    margin-top: 0.75rem;
    padding-top: 0.6rem;
  }

  .hh-footer-copyright {
    font-size: 0.875rem !important;
    line-height: 1.5;
  }

  .admin-bar .wp-site-blocks > header.wp-block-template-part {
    top: 46px;
  }

  .hh-header-inner {
    justify-content: space-between !important;
    min-height: 66px;
    padding: 0.55rem 0.75rem;
    width: 100%;
  }

  .hh-brand {
    flex: 1 1 auto;
    font-size: clamp(0.94rem, 4.3vw, 1.08rem) !important;
    line-height: 1.05;
    max-width: 46vw;
    margin: 0 !important;
    min-width: 0;
    white-space: nowrap;
  }

  .hh-brand-link {
    gap: 0;
    justify-content: flex-start;
    margin: 0 !important;
  }

  .hh-brand > p {
    margin: 0 !important;
  }

  .hh-brand-logo {
    height: 52px;
    width: 65px;
  }

  .hh-brand-name {
    display: none;
  }

  .hh-header-actions {
    align-items: center;
    flex: 0 0 auto;
    gap: 0.42rem;
    margin-left: auto !important;
  }

  .hh-primary-nav .wp-block-navigation__responsive-container.is-menu-open {
    background: rgba(250, 247, 240, 0.82) !important;
    color: var(--hh-ink) !important;
    padding:
      max(1rem, env(safe-area-inset-top))
      max(1rem, env(safe-area-inset-right))
      max(1rem, env(safe-area-inset-bottom))
      max(1rem, env(safe-area-inset-left));
  }

  .hh-primary-nav .wp-block-navigation__responsive-container-open {
    align-items: center;
    background: var(--hh-action);
    border: 1px solid color-mix(in oklch, var(--hh-forest) 70%, var(--hh-shell));
    border-radius: var(--hh-radius-md);
    box-shadow: 0 10px 24px color-mix(in oklch, var(--hh-forest) 18%, transparent);
    color: var(--hh-shell);
    display: inline-flex;
    height: 44px;
    justify-content: center;
    min-width: 44px;
    padding: 0.55rem;
  }

  .hh-primary-nav .wp-block-navigation__responsive-container-open:hover,
  .hh-primary-nav .wp-block-navigation__responsive-container-open:focus-visible {
    background: var(--hh-action-hover);
  }

  .hh-primary-nav .wp-block-navigation__responsive-container-open svg {
    height: 22px;
    width: 22px;
  }

  .hh-primary-nav .wp-block-navigation__responsive-container-close {
    align-items: center;
    background: transparent;
    border: 1px solid color-mix(in srgb, var(--hh-ink) 28%, transparent);
    border-radius: var(--hh-radius-md);
    color: var(--hh-ink);
    display: inline-flex;
    height: 44px;
    justify-content: center;
    min-width: 44px;
    right: max(1rem, env(safe-area-inset-right));
    top: max(1rem, env(safe-area-inset-top));
  }

  .hh-language-switcher {
    width: 5.8rem;
  }

  .hh-language-link {
    min-height: 44px;
  }

  .hh-footer-grid > .wp-block-column {
    border-top: 1px solid color-mix(in oklch, var(--hh-forest) 13%, transparent);
    padding-top: 1rem;
  }

  .hh-footer-grid > .wp-block-column:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .hh-hero,
  .hh-section,
  .hh-page-hero,
  .hh-cta-section,
  .hh-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hh-hero {
    min-height: auto;
    padding-bottom: 3.15rem;
    padding-top: 2.6rem;
  }

  .hh-hero + .hh-section {
    padding-top: 3.7rem;
  }

  .hh-section {
    padding-bottom: 3.2rem;
    padding-top: 3.2rem;
  }

  .hh-section-heading {
    margin-bottom: 1.55rem;
  }

  .hh-cta-section {
    padding-bottom: 3.4rem;
    padding-top: 3.4rem;
  }

  .hh-cta-section .wp-block-button,
  .hh-404-actions .wp-block-button {
    flex: 0 1 auto;
  }

  .hh-cta-section .wp-block-button__link,
  .hh-404-actions .wp-block-button__link {
    max-width: 100%;
    width: auto;
  }

  .hh-hero > .wp-block-columns {
    gap: 1.65rem;
    min-height: auto;
  }

  .hh-hero h1 {
    font-size: var(--hh-type-h1);
    max-width: min(100%, 21ch);
  }

  .hh-hero p.has-large-font-size,
  .hh-page-hero p.has-large-font-size,
  .hh-cta-section p.has-large-font-size {
    font-size: var(--hh-type-lead) !important;
    line-height: 1.58;
  }

  .hh-section h2,
  .hh-section-heading h2,
  .hh-page-hero h1 {
    font-size: var(--hh-type-h2);
  }

  .hh-page-hero h1 {
    font-size: var(--hh-type-h1);
  }

  .hh-legal-meta {
    margin: -1.6rem auto 3rem;
    padding-inline: 1rem;
  }

  .hh-service-grid,
  .hh-arrival-grid,
  .hh-detail-list,
  .hh-contact-grid {
    grid-template-columns: 1fr;
  }

  .hh-card,
  .hh-note,
  .hh-info-panel {
    padding-top: 1.05rem !important;
  }

  .hh-photo {
    aspect-ratio: 4 / 4.45;
    min-height: 0;
  }

  .hh-gallery-grid .wp-block-column:first-child .hh-photo,
  .hh-gallery-grid .hh-photo {
    aspect-ratio: 1 / 1;
  }

  .hh-gallery-grid {
    gap: 0.9rem;
    grid-template-columns: 1fr;
    padding: 0;
  }

  .hh-gallery-grid.hh-carousel-track {
    --hh-gallery-gap: 0.9rem;
    --hh-gallery-visible: 1;
    grid-auto-columns: 100%;
    padding-bottom: 0.8rem;
  }

  .hh-gallery-grid :where(.wp-block-column, .wp-block-image) {
    min-width: 0;
  }

  .hh-gallery-grid .hh-photo {
    min-height: 240px;
  }

  .hh-gallery-controls {
    justify-content: center;
  }

  .hh-gallery-dots {
    display: none;
  }

  .hh-pricing-table.hh-mobile-pricing-ready {
    overflow-x: visible;
  }

  .hh-pricing-table.hh-mobile-pricing-ready table,
  .hh-pricing-table.hh-mobile-pricing-ready tbody {
    display: block;
    min-width: 0;
    width: 100%;
  }

  .hh-pricing-table.hh-mobile-pricing-ready thead {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

  .hh-pricing-table.hh-mobile-pricing-ready tbody tr {
    background: var(--hh-shell);
    border: 1px solid var(--hh-line);
    border-radius: var(--hh-radius-md);
    box-shadow: var(--hh-shadow-soft);
    display: grid;
    gap: 0;
    grid-template-columns: minmax(0, 1fr);
    margin-bottom: 0.8rem;
    overflow: hidden;
  }

  .hh-pricing-table.hh-mobile-pricing-ready tbody th {
    background: var(--hh-brand-blue-pale);
    border: 0;
    font-size: 1rem;
    line-height: 1.35;
    padding: 0.9rem 1rem;
    width: auto;
  }

  .hh-pricing-table.hh-mobile-pricing-ready tbody td {
    align-items: baseline;
    border: 0;
    border-top: 1px solid var(--hh-line);
    box-sizing: border-box;
    display: grid;
    font-size: 0.96rem;
    gap: 0.75rem;
    grid-template-columns: minmax(0, 1fr) auto;
    line-height: 1.4;
    min-width: 0;
    padding: 0.72rem 1rem;
    text-align: right;
    width: 100%;
  }

  .hh-pricing-table.hh-mobile-pricing-ready tbody td::before {
    color: color-mix(in oklch, var(--hh-ink) 72%, var(--hh-shell));
    content: attr(data-label);
    font-size: 0.86rem;
    font-weight: 750;
    text-align: left;
  }

  .hh-pricing-cta .wp-block-buttons,
  .hh-pricing-cta .wp-block-button,
  .hh-pricing-cta .wp-block-button__link {
    max-width: 100%;
    width: auto;
  }

  .hh-page-hero {
    padding-bottom: 2.2rem;
    padding-top: 2.2rem;
  }

  .hh-page-hero p {
    padding-right: 0;
  }
}

@media (max-width: 380px) {
  .hh-footer-logo {
    max-width: 6.5rem;
  }
}

/* Complianz follows the same warm shell and locked-blue interaction system. */
@keyframes hh-consent-panel-in {
  from {
    opacity: 0.96;
  }

  to {
    opacity: 1;
  }
}

.cmplz-cookiebanner {
  animation: hh-consent-panel-in 260ms var(--hh-ease) both !important;
  background: var(--hh-secondary-bg) !important;
  border: 1px solid var(--hh-brand-blue-border) !important;
  border-radius: var(--hh-radius-md) !important;
  bottom: 1.5rem !important;
  box-shadow: 0 18px 44px rgba(29, 38, 51, 0.14) !important;
  color: var(--hh-ink) !important;
  display: flex !important;
  flex-direction: column;
  font-family: var(--wp--preset--font-family--body) !important;
  gap: 0 !important;
  left: 50% !important;
  max-height: min(74dvh, 680px) !important;
  max-width: 800px !important;
  overflow: hidden !important;
  padding: 0 !important;
  right: auto !important;
  text-align: left !important;
  top: auto !important;
  transform: translateX(-50%) !important;
  width: calc(100vw - 40px) !important;
}

body:has(.hh-primary-nav .wp-block-navigation__responsive-container.is-menu-open) .cmplz-cookiebanner {
  visibility: hidden !important;
}

.cmplz-cookiebanner.cmplz-hidden,
.cmplz-cookiebanner.cmplz-dismissed {
  display: none !important;
}

/* The localized footer control is the single persistent settings entry point. */
.cmplz-manage-consent:not(.hh-cookie-preferences) {
  display: none !important;
}

.cmplz-cookiebanner .cmplz-header {
  align-items: center !important;
  box-sizing: border-box !important;
  display: grid !important;
  flex: 0 0 auto;
  grid-template-columns: minmax(0, 1fr) 44px !important;
  min-height: 68px;
  padding: 0.75rem 1.25rem 0.5rem !important;
}

.cmplz-cookiebanner .cmplz-title {
  color: var(--hh-ink) !important;
  display: block !important;
  font-family: var(--wp--preset--font-family--heading) !important;
  font-size: clamp(1.5rem, 2.2vw, 1.75rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.025em;
  line-height: 1.1 !important;
  margin: 0 !important;
}

.cmplz-cookiebanner .cmplz-header .cmplz-title {
  grid-column: 1 !important;
  justify-self: start !important;
}

.cmplz-cookiebanner .cmplz-close {
  align-items: center !important;
  border-radius: 50% !important;
  color: var(--hh-ink) !important;
  cursor: pointer;
  display: inline-flex !important;
  height: 44px !important;
  justify-content: center !important;
  margin: 0 !important;
  transition: background-color 180ms ease, color 180ms ease !important;
  width: 44px !important;
}

.cmplz-cookiebanner .cmplz-header .cmplz-close {
  grid-column: 2 !important;
  justify-self: end !important;
}

.cmplz-cookiebanner .cmplz-close:hover {
  background: var(--hh-secondary-hover-bg) !important;
  color: var(--hh-brand-blue-dark) !important;
}

.cmplz-cookiebanner .cmplz-close svg {
  height: 17px !important;
  width: 17px !important;
}

.cmplz-cookiebanner :where(.cmplz-divider, .cmplz-divider-header, .cmplz-divider-footer) {
  align-self: stretch !important;
  box-sizing: border-box !important;
  border: 0 !important;
  border-top: 1px solid var(--hh-line) !important;
  display: block !important;
  flex: 0 0 1px;
  height: 1px !important;
  margin: 0 !important;
  max-width: 100% !important;
  min-height: 1px !important;
  width: 100% !important;
}

.cmplz-cookiebanner .cmplz-body {
  box-sizing: border-box !important;
  flex: 1 1 auto;
  min-height: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  padding: 0.6rem 1.25rem 0.2rem !important;
  scrollbar-color: color-mix(in srgb, var(--hh-brand-blue) 42%, transparent) transparent;
  scrollbar-width: thin;
  width: 100% !important;
}

.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar {
  width: 6px;
}

.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-thumb {
  background: var(--hh-brand-blue-border);
  border-radius: 999px;
}

.cmplz-cookiebanner .cmplz-body::-webkit-scrollbar-track {
  background: transparent;
}

.cmplz-cookiebanner .cmplz-message {
  color: var(--hh-ink) !important;
  font-size: var(--hh-type-body) !important;
  line-height: 1.45 !important;
  margin: 0 0 0.5rem !important;
  max-width: 68ch;
}

.cmplz-cookiebanner .cmplz-body :where(.cmplz-message, .cmplz-categories) {
  max-width: none !important;
  width: 100% !important;
}

.cmplz-cookiebanner .cmplz-categories {
  display: none !important;
  gap: 0.75rem !important;
}

.cmplz-cookiebanner .cmplz-categories.cmplz-fade-in {
  display: grid !important;
  animation: none !important;
}

.cmplz-cookiebanner .cmplz-category {
  background: var(--hh-surface-paper) !important;
  border: 1px solid color-mix(in srgb, var(--hh-brand-blue-border) 58%, var(--hh-line)) !important;
  border-radius: var(--hh-radius-md) !important;
  margin: 0 !important;
  overflow: clip;
}

.cmplz-cookiebanner .cmplz-category-header {
  align-items: center !important;
  display: grid !important;
  gap: 0.7rem !important;
  grid-template-columns: minmax(0, 1fr) auto 44px !important;
  min-height: 84px;
  padding: 0.75rem 0.75rem 0.75rem 1.2rem !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header {
  grid-template-columns: minmax(0, 1fr) auto 44px !important;
  grid-template-rows: minmax(44px, auto) !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title {
  grid-column: 1 !important;
  justify-self: start !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header > :where(.cmplz-always-active, .cmplz-banner-checkbox) {
  grid-column: 2 !important;
  justify-self: end !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-toggle {
  grid-column: 3 !important;
  justify-self: end !important;
}

.cmplz-cookiebanner :where(.cmplz-category-title, .cmplz-always-active, .cmplz-description, .cmplz-link) {
  font-family: var(--wp--preset--font-family--body) !important;
}

.cmplz-cookiebanner .cmplz-category-title {
  color: var(--hh-ink) !important;
  font-size: var(--hh-type-control) !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

.cmplz-cookiebanner .cmplz-always-active {
  background: var(--hh-brand-blue-pale) !important;
  border: 1px solid color-mix(in srgb, var(--hh-brand-blue-border) 72%, var(--hh-line)) !important;
  border-radius: 999px !important;
  color: var(--hh-brand-blue-dark) !important;
  display: inline-flex !important;
  font-size: 0.82rem !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  padding: 0.35rem 0.6rem !important;
  white-space: nowrap;
}

.cmplz-cookiebanner .cmplz-always-active .cmplz-banner-checkbox {
  display: none !important;
}

.cmplz-cookiebanner .cmplz-banner-checkbox {
  display: inline-block !important;
  height: 28px !important;
  position: relative !important;
  width: 48px !important;
}

.cmplz-cookiebanner .cmplz-banner-checkbox input {
  height: 1px !important;
  opacity: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.cmplz-cookiebanner .cmplz-banner-checkbox .cmplz-label {
  background: var(--hh-line) !important;
  border: 1px solid color-mix(in srgb, var(--hh-ink) 20%, var(--hh-line)) !important;
  border-radius: 999px !important;
  cursor: pointer;
  display: block !important;
  height: 28px !important;
  position: relative !important;
  transition: background-color 180ms ease, border-color 180ms ease !important;
  width: 48px !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox .cmplz-label {
  padding: 0 !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox .cmplz-label::before {
  background: var(--hh-line) !important;
  border: 1px solid color-mix(in srgb, var(--hh-ink) 20%, var(--hh-line)) !important;
  border-radius: 999px !important;
  box-sizing: border-box !important;
  content: "" !important;
  display: block !important;
  height: 28px !important;
  left: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  top: 0 !important;
  width: 48px !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox .cmplz-label::after {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(29, 38, 51, 0.24);
  content: "" !important;
  height: 20px !important;
  left: 3px !important;
  position: absolute !important;
  top: 4px !important;
  transition: transform 180ms ease !important;
  width: 20px !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox input:checked + .cmplz-label::before {
  background: var(--hh-brand-blue) !important;
  border-color: var(--hh-brand-blue) !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox input:checked + .cmplz-label::after {
  left: 3px !important;
  transform: translateX(20px);
}

.cmplz-cookiebanner .cmplz-banner-checkbox input:focus-visible + .cmplz-label {
  box-shadow: 0 0 0 3px var(--hh-focus-ring) !important;
  outline: 2px solid var(--hh-brand-blue-dark) !important;
  outline-offset: 3px;
}

.cmplz-cookiebanner .cmplz-category-toggle {
  align-items: center !important;
  appearance: none;
  background: transparent !important;
  border: 0 !important;
  border-radius: 50% !important;
  color: var(--hh-brand-blue-dark) !important;
  cursor: pointer;
  display: inline-flex !important;
  height: 44px !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  transition: background-color 180ms ease, color 180ms ease !important;
  width: 44px !important;
}

.cmplz-cookiebanner .cmplz-category-toggle:hover {
  background: var(--hh-secondary-hover-bg) !important;
}

.cmplz-cookiebanner .cmplz-category-toggle .cmplz-icon {
  align-items: center;
  display: inline-flex !important;
  height: 18px;
  justify-content: center;
  transition: transform 180ms ease !important;
  width: 18px;
}

.cmplz-cookiebanner .cmplz-category-toggle .cmplz-icon svg {
  display: none !important;
}

.cmplz-cookiebanner .cmplz-category-toggle .cmplz-icon::before {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  height: 8px;
  transform: rotate(45deg) translate(-1px, -1px);
  width: 8px;
}

.cmplz-cookiebanner .cmplz-category-toggle[aria-expanded="true"] .cmplz-icon {
  transform: rotate(180deg);
}

.cmplz-cookiebanner .cmplz-description {
  border-top: 1px solid var(--hh-line) !important;
  color: var(--hh-ink) !important;
  font-size: var(--hh-type-caption) !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  padding: 0.75rem 0.9rem 0.85rem !important;
}

.cmplz-cookiebanner .cmplz-documents {
  align-items: center !important;
  display: flex !important;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 0.35rem 1rem !important;
  justify-content: center !important;
  order: 7;
  padding: 0.1rem 1.25rem 0.65rem !important;
  text-align: center !important;
}

.cmplz-cookiebanner .cmplz-documents .cmplz-link {
  display: inline-flex !important;
}

.cmplz-cookiebanner .cmplz-documents .cmplz-link.cmplz-hidden {
  display: none !important;
}

.cmplz-cookiebanner .cmplz-link {
  color: var(--hh-brand-blue-dark) !important;
  font-size: var(--hh-type-caption) !important;
  line-height: 1.45 !important;
  text-decoration-color: var(--hh-brand-blue-border) !important;
  text-underline-offset: 0.18em;
}

.cmplz-cookiebanner .cmplz-buttons {
  display: grid !important;
  flex: 0 0 auto;
  gap: 0.55rem !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  order: 6;
  padding: 0.55rem 1.25rem 0.45rem !important;
}

.cmplz-cookiebanner .cmplz-btn {
  align-items: center;
  border-radius: 8px !important;
  box-shadow: none !important;
  display: inline-flex;
  font-family: var(--wp--preset--font-family--body) !important;
  font-size: var(--hh-type-control) !important;
  font-weight: 800 !important;
  justify-content: center;
  line-height: 1.25 !important;
  min-height: 48px !important;
  padding: 0.55rem 0.75rem !important;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease !important;
}

.cmplz-cookiebanner .cmplz-accept {
  background: var(--hh-brand-blue) !important;
  border: 1px solid var(--hh-brand-blue) !important;
  color: #fff !important;
}

.cmplz-cookiebanner .cmplz-accept:hover {
  background: var(--hh-brand-blue-hover) !important;
  border-color: var(--hh-brand-blue-hover) !important;
  box-shadow: var(--hh-button-shadow-hover) !important;
  transform: none !important;
}

.cmplz-cookiebanner .cmplz-deny {
  background: var(--hh-secondary-bg) !important;
  border: 2px solid var(--hh-brand-blue-dark) !important;
  color: var(--hh-brand-blue-dark) !important;
}

.cmplz-cookiebanner .cmplz-deny:hover {
  background: var(--hh-secondary-hover-bg) !important;
  border-color: var(--hh-brand-blue) !important;
  color: var(--hh-secondary-hover-text) !important;
}

.cmplz-cookiebanner :where(.cmplz-save-preferences, .cmplz-view-preferences) {
  background: var(--hh-secondary-bg) !important;
  border: 1px solid var(--hh-line) !important;
  color: var(--hh-brand-blue-dark) !important;
}

.cmplz-cookiebanner .cmplz-save-preferences {
  display: none !important;
}

.cmplz-cookiebanner:has(.cmplz-categories.cmplz-fade-in) .cmplz-view-preferences {
  display: none !important;
}

.cmplz-cookiebanner:has(.cmplz-categories.cmplz-fade-in) .cmplz-save-preferences {
  display: inline-flex !important;
}

.cmplz-cookiebanner :where(.cmplz-save-preferences, .cmplz-view-preferences):hover {
  background: var(--hh-secondary-hover-bg) !important;
  border-color: var(--hh-brand-blue-border) !important;
}

.cmplz-cookiebanner .cmplz-btn:active {
  box-shadow: none !important;
  transform: translateY(0) !important;
}

.cmplz-cookiebanner .cmplz-btn:focus-visible,
.cmplz-cookiebanner .cmplz-close:focus-visible,
.cmplz-cookiebanner .cmplz-category-toggle:focus-visible,
.cmplz-cookiebanner .cmplz-link:focus-visible {
  box-shadow: 0 0 0 3px var(--hh-focus-ring) !important;
  outline: 2px solid var(--hh-brand-blue-dark) !important;
  outline-offset: 3px;
}

.cmplz-cookiebanner:focus {
  outline: none !important;
}

.cmplz-cookiebanner .cmplz-close:focus-visible {
  box-shadow: none !important;
}

body .cmplz-cookiebanner:not(:has(.cmplz-categories.cmplz-fade-in)) .cmplz-body {
  overflow: visible !important;
}

@media (max-width: 600px) {
  .cmplz-cookiebanner {
    bottom: 0.75rem !important;
    width: calc(100vw - 1.5rem) !important;
  }

  .cmplz-cookiebanner .cmplz-header {
    min-height: 58px;
    padding: 0.6rem 0.75rem 0.4rem 1rem !important;
  }

  .cmplz-cookiebanner .cmplz-title {
    font-size: 1.45rem !important;
  }

  .cmplz-cookiebanner .cmplz-body {
    padding: 0.55rem 1rem 0.15rem !important;
  }

  .cmplz-cookiebanner .cmplz-message {
    font-size: 0.9375rem !important;
    line-height: 1.5 !important;
    margin-bottom: 0.35rem !important;
  }

  .cmplz-cookiebanner .cmplz-category-header {
    gap: 0.45rem !important;
    grid-template-columns: minmax(0, 1fr) auto 44px !important;
    min-height: 64px;
    padding-left: 0.85rem !important;
  }

  .cmplz-cookiebanner .cmplz-always-active {
    font-size: 0.76rem !important;
    padding-inline: 0.45rem !important;
  }

  .cmplz-cookiebanner .cmplz-documents {
    gap: 0.25rem 0.75rem !important;
    padding: 0.1rem 1rem 0.4rem !important;
  }

  .cmplz-cookiebanner .cmplz-buttons {
    gap: 0.4rem !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    padding: 0.35rem 1rem 0.35rem !important;
  }

  .cmplz-cookiebanner .cmplz-buttons :where(.cmplz-save-preferences, .cmplz-view-preferences) {
    grid-column: 1 / -1 !important;
  }

  .cmplz-cookiebanner .cmplz-btn {
    min-height: 44px !important;
    width: 100% !important;
  }

  .cmplz-cookiebanner:not(:has(.cmplz-categories.cmplz-fade-in)) {
    max-height: none !important;
  }
}

@media (max-width: 380px) {
  .cmplz-cookiebanner .cmplz-buttons {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .cmplz-cookiebanner .cmplz-buttons :where(.cmplz-save-preferences, .cmplz-view-preferences) {
    grid-column: auto !important;
  }
}

/* One semantic heading scale is shared by every public route and component. */
.hh-main :where(h1, h2, h3, h4) {
  font-family: var(--wp--preset--font-family--heading) !important;
  font-weight: 800;
  -webkit-hyphens: none;
  hyphens: none;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: normal;
}

.hh-main h1 {
  font-size: var(--hh-type-h1) !important;
  line-height: 1.4;
}

.hh-main h2 {
  font-size: var(--hh-type-h2) !important;
  line-height: 1.4;
}

.hh-main h3 {
  font-size: var(--hh-type-h3) !important;
  line-height: 1.42;
}

.hh-main h4 {
  font-size: var(--hh-type-h4) !important;
  line-height: 1.45;
}

.hh-main .cmplz-document :where(p, li) {
  font-size: var(--hh-type-legal) !important;
  line-height: 1.65 !important;
}

/* Separate only genuine paper-to-paper chapter changes. */
:is(
  .hh-services-section + .hh-product-teaser,
  .hh-profile-section + .hh-about-story,
  .hh-product-category + .hh-product-category
) {
  position: relative;
}

:is(
  .hh-services-section + .hh-product-teaser,
  .hh-profile-section + .hh-about-story,
  .hh-product-category + .hh-product-category
)::before {
  background: var(--hh-chapter-rule);
  content: "";
  height: 1px;
  inset-inline: max(clamp(1rem, 4vw, 2rem), calc((100% - var(--hh-page-header-width)) / 2));
  position: absolute;
  top: 0;
}

/* Give content chapters a quiet pause between headings and imagery. */
.hh-section {
  padding-block: clamp(4.15rem, 6.4vw, 5.55rem);
}

@media (max-width: 720px) {
  .hh-section {
    padding-block: 3.45rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hh-primary-nav .wp-block-navigation__responsive-container.is-menu-open,
  .hh-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
  .hh-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close,
  .cmplz-cookiebanner {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}
