@charset "UTF-8";

/*
 * Hahifuhe homepage renewal.
 * All public rules are scoped to .hh-home or the renewal body class.
 */

body.hh-renewal-front {
  background: #fff;
}

.hh-renewal-front .p-breadcrumb {
  display: none !important;
}

.hh-renewal-front #content.l-content.l-container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* The renewal template already contains its own contact CTA. */
.hh-renewal-front #before_footer_widget {
  display: none !important;
}

.hh-home-shell {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.hh-home {
  --hh-navy: #103460;
  --hh-blue: #3b83da;
  --hh-blue-deep: #2368bf;
  --hh-sky: #eaf6ff;
  --hh-sky-strong: #d8efff;
  --hh-mint: #eaf8ee;
  --hh-mint-strong: #d9f2e3;
  --hh-cream: #fff9e9;
  --hh-yellow: #fff0bd;
  --hh-pink: #fff0f1;
  --hh-coral: #ff6f66;
  --hh-coral-dark: #f25850;
  --hh-lavender: #f4efff;
  --hh-text: #263b52;
  --hh-muted: #65768a;
  --hh-border: #dbe8f4;
  --hh-shadow: 0 16px 42px rgba(41, 92, 132, 0.11);
  --hh-shadow-soft: 0 9px 26px rgba(41, 92, 132, 0.08);
  position: relative;
  width: 100%;
  overflow: clip;
  color: var(--hh-text);
  background: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}

.hh-home *,
.hh-home *::before,
.hh-home *::after {
  box-sizing: border-box;
}

.hh-home :where(h1, h2, h3, p, ul, ol, figure) {
  margin-top: 0;
}

.hh-home :where(h1, h2, h3) {
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
  color: inherit;
  font-family: inherit;
}

.hh-home :where(h1, h2, h3)::before,
.hh-home :where(h1, h2, h3)::after {
  content: none !important;
}

.hh-home a {
  color: inherit;
}

.hh-home img {
  max-width: 100%;
  height: auto;
}

.hh-container {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.hh-icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.hh-line-icon {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(59, 131, 218, 0.16);
  border-radius: 50%;
  color: var(--hh-blue);
  background: #fff;
  box-shadow: 0 8px 20px rgba(59, 131, 218, 0.08);
}

.hh-line-icon svg,
.hh-button svg,
.hh-post-column .hh-line-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hh-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 12px 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}

.hh-button svg {
  width: 20px;
  height: 20px;
}

.hh-button:hover,
.hh-button:focus-visible {
  transform: translateY(-3px);
}

.hh-button--primary {
  color: #fff !important;
  background: linear-gradient(135deg, var(--hh-coral), #ff8577);
  box-shadow: 0 12px 28px rgba(255, 111, 102, 0.28);
}

.hh-button--primary:hover,
.hh-button--primary:focus-visible {
  background: linear-gradient(135deg, var(--hh-coral-dark), var(--hh-coral));
  box-shadow: 0 16px 32px rgba(255, 111, 102, 0.34);
}

.hh-button--outline {
  border-color: #ff9d96;
  color: var(--hh-coral-dark) !important;
  background: #fff;
}

.hh-button--outline:hover,
.hh-button--outline:focus-visible {
  color: #fff !important;
  background: var(--hh-coral);
}

.hh-section {
  position: relative;
  padding-block: clamp(76px, 8vw, 118px);
}

.hh-section-heading {
  max-width: 780px;
  margin: 0 auto 46px;
  text-align: center;
}

.hh-section-heading > p,
.hh-kicker,
.hh-cta__inner > div:first-child > p {
  margin: 0 0 5px;
  color: var(--hh-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.hh-section-heading h2,
.hh-values__intro h2,
.hh-cta h2 {
  position: relative;
  margin: 0 !important;
  padding: 0 0 15px !important;
  color: var(--hh-navy) !important;
  font-size: clamp(27px, 3.4vw, 42px) !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.04em;
}

.hh-section-heading h2::after,
.hh-values__intro h2::after {
  content: "" !important;
  display: block !important;
  width: 36px;
  height: 3px;
  margin: 12px auto 0;
  border-radius: 99px;
  background: var(--hh-blue) !important;
}

.hh-section-heading > span {
  display: block;
  color: var(--hh-muted);
  font-size: 14px;
  font-weight: 600;
}

.hh-section-heading--row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  max-width: none;
  text-align: left;
}

.hh-section-heading--row h2::after {
  margin-left: 0;
}

.hh-more-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--hh-blue-deep) !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}

.hh-more-link span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid currentColor;
  border-radius: 50%;
  transition: transform 0.2s ease;
}

.hh-more-link:hover span,
.hh-more-link:focus-visible span {
  transform: translateX(4px);
}

/* Hero */
.hh-hero {
  --hh-pointer-x: 72%;
  --hh-pointer-y: 32%;
  position: relative;
  min-height: clamp(650px, 72vw, 820px);
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at var(--hh-pointer-x) var(--hh-pointer-y), rgba(87, 166, 225, 0.13), transparent 18%),
    radial-gradient(circle at 11% 80%, rgba(255, 196, 196, 0.34), transparent 26%),
    radial-gradient(circle at 90% 80%, rgba(255, 234, 167, 0.35), transparent 25%),
    linear-gradient(135deg, #fff 0 54%, #fff9f4 100%);
}

.hh-hero::before {
  content: "";
  position: absolute;
  top: 6%;
  right: -40px;
  width: 240px;
  height: 240px;
  opacity: 0.5;
  background-image: radial-gradient(circle, #f7a6aa 1.5px, transparent 1.7px);
  background-size: 18px 18px;
  transform: rotate(-8deg);
}

.hh-hero::after {
  content: "";
  position: absolute;
  right: 15%;
  bottom: -120px;
  width: 420px;
  height: 250px;
  border-radius: 50%;
  background: rgba(222, 244, 255, 0.55);
  filter: blur(2px);
}

.hh-hero__inner {
  display: grid;
  grid-template-columns: minmax(330px, 0.84fr) minmax(540px, 1.35fr);
  align-items: center;
  gap: clamp(24px, 4vw, 66px);
  min-height: clamp(650px, 72vw, 820px);
  padding-block: 72px 96px;
}

.hh-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 16px;
  color: var(--hh-blue-deep);
  font-size: 13px;
  font-weight: 800;
}

.hh-eyebrow::before {
  content: "";
  width: 28px;
  border-top: 2px solid currentColor;
}

.hh-hero h1 {
  margin: 0 0 24px !important;
  padding: 0 !important;
  color: var(--hh-navy) !important;
  font-size: clamp(38px, 4.2vw, 64px) !important;
  font-weight: 900 !important;
  line-height: 1.28 !important;
  letter-spacing: 0.055em;
}

.hh-hero h1 em {
  position: relative;
  color: var(--hh-blue-deep);
  font-style: normal;
}

.hh-hero h1 em::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -4px;
  bottom: 2px;
  left: -4px;
  height: 13px;
  border-radius: 99px;
  background: var(--hh-yellow);
  transform: rotate(-1deg);
}

.hh-hero__lead {
  margin: 0 0 30px;
  color: var(--hh-muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 2;
}

.hh-hero__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.hh-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--hh-navy) !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}

.hh-text-link span {
  color: var(--hh-blue);
  animation: hh-bounce 1.8s ease-in-out infinite;
}

.hh-orb {
  position: absolute;
  z-index: 0;
  border-radius: 45% 55% 60% 40%;
  filter: blur(0.2px);
  animation: hh-drift 8s ease-in-out infinite alternate;
}

.hh-orb--pink {
  left: -95px;
  bottom: 40px;
  width: 250px;
  height: 210px;
  background: rgba(255, 224, 226, 0.7);
}

.hh-orb--yellow {
  right: 8%;
  bottom: -80px;
  width: 230px;
  height: 190px;
  background: rgba(255, 240, 189, 0.48);
  animation-delay: -3s;
}

.hh-builder {
  --hh-tilt-x: 0deg;
  --hh-tilt-y: 0deg;
  position: relative;
  min-height: 520px;
  perspective: 1200px;
  transform-style: preserve-3d;
  transition: transform 0.2s ease-out;
}

.hh-blueprint,
.hh-finished-site {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(78, 127, 174, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--hh-shadow);
  transition: transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.7s ease;
}

.hh-blueprint {
  top: 80px;
  left: 0;
  width: 54%;
  transform: rotateY(3deg) rotateZ(-1.5deg);
}

.hh-finished-site {
  top: 24px;
  right: 0;
  z-index: 3;
  width: 64%;
  transform: rotateY(-2deg) rotateZ(1deg);
}

.hh-window-bar {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 30px;
  padding: 0 11px;
  border-bottom: 1px solid #edf1f5;
  color: #9ba7b4;
  background: #fff;
  font-size: 8px;
}

.hh-window-bar i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #dbe4ec;
}

.hh-window-bar i:first-child { background: #ffaba7; }
.hh-window-bar i:nth-child(2) { background: #ffe19a; }
.hh-window-bar i:nth-child(3) { background: #a9e7c2; }
.hh-window-bar span { margin-left: auto; }

.hh-blueprint__body {
  padding: 18px;
  background-color: #fbfdff;
  background-image:
    linear-gradient(rgba(78, 135, 196, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(78, 135, 196, 0.08) 1px, transparent 1px);
  background-size: 12px 12px;
}

.hh-wire-nav {
  width: 100%;
  height: 13px;
  margin-bottom: 12px;
  border: 1px solid #cdd9e4;
  border-radius: 3px;
}

.hh-wire-hero {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr;
  gap: 10px;
  height: 96px;
  margin-bottom: 14px;
}

.hh-wire-hero b {
  display: block;
  border: 1px solid #c1d1df;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.52);
}

.hh-wire-lines {
  display: grid;
  gap: 6px;
  width: 64%;
  margin-bottom: 14px;
}

.hh-wire-lines i {
  height: 5px;
  border-radius: 99px;
  background: #d4dfe9;
}

.hh-wire-lines i:nth-child(2) { width: 80%; }
.hh-wire-lines i:nth-child(3) { width: 55%; }

.hh-wire-cards,
.hh-demo-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.hh-wire-cards i {
  height: 52px;
  border: 1px solid #c7d5e1;
  border-radius: 3px;
}

.hh-finished-site__body {
  padding: 12px;
  background: #fff;
}

.hh-demo-nav {
  display: flex;
  align-items: center;
  gap: 9px;
  height: 20px;
  color: #725341;
  font-family: Georgia, serif;
  font-size: 7px;
}

.hh-demo-nav b { margin-right: auto; }
.hh-demo-nav i { width: 18px; border-top: 1px solid #d9cec4; }

.hh-demo-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 170px;
  padding: 24px;
  border-radius: 3px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(45, 35, 29, 0.5), rgba(45, 35, 29, 0.05)),
    radial-gradient(circle at 75% 30%, #d9bf96 0 9%, transparent 10%),
    linear-gradient(135deg, #89715d, #d8c1a5 55%, #7e9b82);
}

.hh-demo-hero span {
  max-width: 150px;
  font-family: Georgia, "Yu Mincho", serif;
  font-size: 15px;
  line-height: 1.55;
}

.hh-demo-hero small {
  margin-top: 7px;
  font-size: 6px;
  letter-spacing: 0.22em;
}

.hh-demo-copy {
  display: grid;
  gap: 5px;
  width: 54%;
  margin: 12px auto;
}

.hh-demo-copy i {
  height: 4px;
  border-radius: 9px;
  background: #e5ddd4;
}

.hh-demo-copy i:nth-child(2) { width: 80%; margin: auto; }
.hh-demo-copy i:nth-child(3) { width: 60%; margin: auto; }

.hh-demo-cards i {
  height: 38px;
  border-radius: 3px;
  background: #f5eee6;
}

.hh-build-mask {
  position: absolute;
  inset: 30px 0 0;
  z-index: 5;
  background: rgba(255, 255, 255, 0.92);
  transform-origin: right center;
  transition: transform 1.55s cubic-bezier(0.65, 0, 0.2, 1) 0.25s;
}

.hh-builder.is-built .hh-build-mask {
  transform: scaleX(0);
}

.hh-builder.is-built .hh-blueprint {
  opacity: 0.58;
  transform: translate3d(-10px, 7px, -16px) rotateY(3deg) rotateZ(-1.5deg) scale(0.985);
}

.hh-builder.is-built .hh-finished-site {
  transform: translate3d(7px, -5px, 22px) rotateY(-2deg) rotateZ(1deg) scale(1.018);
  box-shadow: 0 22px 54px rgba(41, 92, 132, 0.17);
}

.hh-build-arrow {
  position: absolute;
  top: 44%;
  left: 45%;
  z-index: 6;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 26px rgba(50, 101, 148, 0.16);
  transform: translate(-50%, -50%);
  animation: hh-arrow-pulse 2.4s ease-in-out infinite;
}

.hh-build-arrow::before {
  content: "";
  width: 22px;
  border-top: 2px solid var(--hh-blue);
}

.hh-build-arrow::after {
  content: "";
  position: absolute;
  right: 16px;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--hh-blue);
  border-right: 2px solid var(--hh-blue);
  transform: rotate(45deg);
}

.hh-device {
  position: absolute;
  z-index: 7;
  padding: 8px;
  border: 5px solid #263441;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(27, 53, 78, 0.24);
  animation: hh-float 4.2s ease-in-out infinite;
}

.hh-device > span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: linear-gradient(#816d5b 0 42%, #f8f1e8 42%);
}

.hh-device > span i,
.hh-device > span b {
  display: block;
  height: 4px;
  margin: 7px 6px 0;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.75);
}

.hh-device > span b { background: #d9c9b7; }

.hh-device--tablet {
  right: 22%;
  bottom: 46px;
  width: 150px;
  height: 202px;
  animation-delay: -1.2s;
}

.hh-device--phone {
  right: 2%;
  bottom: 70px;
  width: 80px;
  height: 144px;
  border-width: 4px;
  animation-delay: -2.4s;
}

.hh-build-cursor {
  position: absolute;
  z-index: 10;
  top: 47%;
  left: 52%;
  width: 22px;
  height: 28px;
  opacity: 0;
  background: var(--hh-coral);
  clip-path: polygon(0 0, 74% 65%, 48% 68%, 65% 100%, 49% 100%, 33% 72%, 0 91%);
  transition: left 1.5s cubic-bezier(0.65, 0, 0.2, 1), opacity 0.25s ease;
}

.hh-builder.is-built .hh-build-cursor {
  left: 88%;
  opacity: 1;
}

.hh-hero__scroll {
  position: absolute;
  bottom: 24px;
  left: 50%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  color: #7690a9;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.2em;
  transform: translateX(-50%);
}

.hh-hero__scroll i {
  width: 1px;
  height: 30px;
  background: linear-gradient(var(--hh-blue), transparent);
  animation: hh-scroll-line 1.8s ease-in-out infinite;
}

/* Problems */
.hh-problems {
  background:
    radial-gradient(circle at 4% 75%, rgba(255, 224, 157, 0.45), transparent 13%),
    radial-gradient(circle at 97% 20%, rgba(255, 230, 185, 0.45), transparent 13%),
    var(--hh-cream);
}

.hh-problems::after {
  content: "";
  position: absolute;
  right: 2%;
  bottom: 2%;
  width: 130px;
  height: 150px;
  opacity: 0.3;
  background: radial-gradient(ellipse at center, #77b893 0 4%, transparent 5%) 0 0 / 25px 31px;
  transform: rotate(-25deg);
}

.hh-problem-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.hh-problem-card {
  min-height: 178px;
  padding: 28px 20px 22px;
  border: 1px solid rgba(234, 218, 181, 0.65);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--hh-shadow-soft);
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hh-problem-card:hover {
  transform: translateY(-7px) rotate(-0.4deg);
  box-shadow: var(--hh-shadow);
}

.hh-problem-card .hh-line-icon {
  margin-bottom: 18px;
}

.hh-problem-card h3 {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--hh-text) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.75 !important;
}

/* Values */
.hh-values {
  overflow: hidden;
  background:
    linear-gradient(176deg, #fff 0 6%, transparent 6.1%),
    linear-gradient(4deg, #fff 0 7%, transparent 7.1%),
    linear-gradient(110deg, #f1fbf4, #e5f7e9 55%, #f7fced);
}

.hh-values__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(320px, 1fr) 250px;
  align-items: center;
  gap: 48px;
}

.hh-values__intro h2 {
  margin-bottom: 22px !important;
  font-size: clamp(26px, 3vw, 40px) !important;
}

.hh-values__intro h2::after {
  margin-left: 0;
}

.hh-values__intro > p:not(.hh-kicker) {
  margin: 0 0 12px;
  color: var(--hh-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}

.hh-values__list {
  display: grid;
  gap: 23px;
}

.hh-value-item {
  display: flex;
  align-items: flex-start;
  gap: 17px;
}

.hh-value-item h3 {
  margin: 1px 0 4px !important;
  padding: 0 !important;
  color: var(--hh-blue-deep) !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1.5 !important;
}

.hh-value-item p {
  margin: 0;
  color: var(--hh-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.75;
}

.hh-values__mascot {
  position: relative;
  align-self: end;
  margin: 0 0 -62px;
}

.hh-values__mascot::before {
  content: "";
  position: absolute;
  right: -14px;
  bottom: 65px;
  left: -14px;
  z-index: -1;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
}

.hh-values__mascot img {
  display: block;
  width: 100%;
  filter: drop-shadow(0 12px 16px rgba(45, 78, 64, 0.12));
}

.hh-mascot-bubble {
  position: absolute;
  z-index: 2;
  top: -28px;
  right: -20px;
  width: 190px;
  padding: 12px 15px;
  border: 1px solid #b9dfc5;
  border-radius: 16px 16px 3px 16px;
  color: #3f7860;
  background: #fff;
  box-shadow: var(--hh-shadow-soft);
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.hh-leaf {
  position: absolute;
  z-index: 0;
  width: 140px;
  height: 170px;
  opacity: 0.2;
}

.hh-leaf::before,
.hh-leaf::after {
  content: "";
  position: absolute;
  width: 72px;
  height: 34px;
  border-radius: 100% 0 100% 0;
  background: #4aa675;
  transform: rotate(35deg);
}

.hh-leaf::after { top: 52px; left: 38px; transform: rotate(-20deg); }
.hh-leaf--left { left: -20px; bottom: 20px; transform: rotate(20deg); }
.hh-leaf--right { top: 35px; right: -25px; transform: scaleX(-1) rotate(8deg); }

/* Services */
.hh-services {
  background:
    linear-gradient(180deg, rgba(255,255,255,.8), transparent 12%),
    linear-gradient(135deg, #eff9ff, #eaf7ff 60%, #f7fbff);
}

.hh-services::before {
  content: "";
  position: absolute;
  right: 3%;
  bottom: 4%;
  width: 150px;
  height: 150px;
  opacity: 0.45;
  background-image: radial-gradient(circle, #9bc9ee 1.5px, transparent 1.7px);
  background-size: 15px 15px;
}

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

.hh-service-card {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  min-height: 172px;
  padding: 25px 20px;
  border: 1px solid rgba(179, 216, 241, 0.68);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--hh-shadow-soft);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.hh-service-card:hover {
  border-color: #96c9ed;
  transform: translateY(-6px);
  box-shadow: var(--hh-shadow);
}

.hh-service-card .hh-line-icon {
  width: 46px;
  height: 46px;
}

.hh-service-card .hh-line-icon svg {
  width: 25px;
  height: 25px;
}

.hh-service-card h3 {
  margin: 2px 0 7px !important;
  padding: 0 !important;
  color: var(--hh-blue-deep) !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.5 !important;
}

.hh-service-card p {
  margin: 0;
  color: var(--hh-muted);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.8;
}

/* Plans */
.hh-plans {
  background:
    radial-gradient(circle at 10% 30%, rgba(174, 225, 255, 0.38), transparent 20%),
    radial-gradient(circle at 90% 72%, rgba(207, 234, 255, 0.45), transparent 22%),
    #f2faff;
}

.hh-plan-grid,
.hh-maintenance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
}

.hh-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 34px 30px 30px;
  border: 1px solid #d7e8f4;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--hh-shadow-soft);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.hh-plan-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--hh-shadow);
}

.hh-plan-card--standard {
  z-index: 2;
  border: 2px solid #ff9c91;
  transform: translateY(-14px);
}

.hh-plan-card--standard:hover {
  transform: translateY(-21px);
}

.hh-plan-card__badge,
.hh-maintenance-card__badge {
  position: absolute;
  top: -2px;
  left: -2px;
  padding: 7px 24px 7px 17px;
  border-radius: 14px 0 22px 0;
  color: #fff;
  background: linear-gradient(135deg, #ff8a7f, var(--hh-coral));
  font-size: 11px;
  font-weight: 900;
  transform: translateY(0);
}

.hh-plan-card__head {
  min-height: 164px;
  text-align: center;
}

.hh-plan-card h3,
.hh-maintenance-card h3 {
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: var(--hh-navy) !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: 1.5 !important;
}

.hh-plan-card__head > p {
  min-height: 45px;
  margin: 0 0 14px;
  color: var(--hh-muted);
  font-size: 12px;
  font-weight: 600;
}

.hh-price {
  color: var(--hh-blue-deep);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.hh-price small { font-size: 16px; }
.hh-price span { display: block; margin-top: 7px; color: var(--hh-muted); font-size: 10px; font-weight: 700; }

.hh-plan-card ul,
.hh-maintenance-card ul {
  margin: 18px 0 28px;
  padding: 0;
  list-style: none;
}

.hh-plan-card li,
.hh-maintenance-card li {
  position: relative;
  margin: 0;
  padding: 7px 0 7px 22px;
  border-bottom: 1px dashed #e5edf3;
  color: var(--hh-text);
  font-size: 12px;
  font-weight: 600;
}

.hh-plan-card li::before,
.hh-maintenance-card li::before {
  content: "✓";
  position: absolute;
  left: 2px;
  color: #42ad78;
  font-weight: 900;
}

.hh-plan-card .hh-button {
  width: 100%;
  margin-top: auto;
}

.hh-plan-note {
  margin: 25px auto 0;
  color: var(--hh-muted);
  font-size: 11px;
  font-weight: 600;
  text-align: center;
}

.hh-maintenance {
  background:
    radial-gradient(circle at 90% 15%, rgba(255, 236, 171, 0.55), transparent 17%),
    linear-gradient(135deg, #fffdf5, #fff9e6);
}

.hh-maintenance-card {
  position: relative;
  padding: 30px;
  border: 1px solid #efe2bb;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--hh-shadow-soft);
  text-align: center;
}

.hh-maintenance-card.is-recommended {
  border: 2px solid #f6c968;
}

.hh-maintenance-card .hh-line-icon { margin-bottom: 15px; color: #d8a02d; }

.hh-monthly {
  margin: 13px 0 0;
  color: var(--hh-blue-deep);
  font-size: 29px;
  font-weight: 900;
}

.hh-monthly span {
  display: block;
  color: var(--hh-muted);
  font-size: 10px;
}

.hh-maintenance-card ul { margin-bottom: 0; text-align: left; }

/* Works */
.hh-works {
  background:
    linear-gradient(180deg, rgba(255,255,255,.72), transparent 16%),
    linear-gradient(135deg, #fbf7ff, #f2edff 55%, #f8f4ff);
}

.hh-works__viewport {
  position: relative;
}

.hh-work-track {
  display: grid;
  grid-auto-columns: calc((100% - 54px) / 4);
  grid-auto-flow: column;
  gap: 18px;
  overflow-x: auto;
  padding: 10px 2px 24px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.hh-work-track::-webkit-scrollbar { display: none; }

.hh-work-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e2dbef;
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--hh-shadow-soft);
  scroll-snap-align: start;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hh-work-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--hh-shadow);
}

.hh-work-card > a {
  display: block;
  color: inherit !important;
  text-decoration: none !important;
}

.hh-work-card__image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--hh-sky);
}

.hh-work-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.hh-work-card:hover img { transform: scale(1.045); }

.hh-image-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: #83b5dd;
  background: linear-gradient(135deg, #eaf6ff, #f7fbff);
}

.hh-image-placeholder svg {
  width: 52px;
  height: 52px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.hh-work-card h3 {
  margin: 0 !important;
  padding: 19px 18px 4px !important;
  color: var(--hh-text) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.65 !important;
}

.hh-work-card > a > span {
  display: block;
  padding: 0 18px 18px;
  color: var(--hh-blue);
  font-size: 10px;
  font-weight: 800;
}

.hh-slider-button {
  position: absolute;
  z-index: 3;
  top: 43%;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid #d7cbea;
  border-radius: 50%;
  color: var(--hh-blue-deep);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--hh-shadow-soft);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}

.hh-slider-button--prev { left: -22px; }
.hh-slider-button--next { right: -22px; }
.hh-slider-button:hover { color: #fff; background: var(--hh-blue); }

.hh-slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.hh-slider-dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d5cbea;
}

.hh-slider-dots i.is-active { background: var(--hh-blue); }

.hh-empty-posts {
  display: grid;
  min-height: 150px;
  place-items: center;
  padding: 24px;
  border: 1px dashed var(--hh-border);
  border-radius: 12px;
  color: var(--hh-muted);
  background: rgba(255,255,255,.8);
  text-align: center;
}

.hh-empty-posts p { margin: 0; font-size: 13px; font-weight: 700; }

/* Flow */
.hh-flow {
  background: #fff;
}

.hh-flow-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hh-flow-list::before {
  content: "";
  position: absolute;
  top: 37px;
  right: 5%;
  left: 5%;
  border-top: 2px dashed #78aee3;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.35s ease 0.3s;
}

.hh-flow-list.is-visible::before { transform: scaleX(1); }

.hh-flow-list li {
  position: relative;
  z-index: 1;
  text-align: center;
}

.hh-flow-list__icon {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  margin: 0 auto 14px;
  border: 7px solid #fff;
  border-radius: 50%;
  color: var(--hh-blue);
  background: var(--hh-sky);
  box-shadow: 0 0 0 1px #d7e9f7, 0 8px 20px rgba(51, 113, 168, 0.1);
}

.hh-flow-list__icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hh-flow-list strong {
  display: block;
  margin-bottom: 5px;
  color: var(--hh-blue-deep);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.hh-flow-list h3 {
  margin: 0 0 7px !important;
  padding: 0 !important;
  color: var(--hh-text) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.5 !important;
}

.hh-flow-list p {
  margin: 0;
  color: var(--hh-muted);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.7;
}

/* Blog / works / news columns */
.hh-posts {
  background: linear-gradient(135deg, #fbf9ff, #fff 40%, #fff8fb);
}

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

.hh-post-column {
  min-width: 0;
  padding: 28px;
  border: 1px solid #e7e3ee;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--hh-shadow-soft);
}

.hh-post-column header,
.hh-post-column header > div {
  display: flex;
  align-items: center;
}

.hh-post-column header {
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.hh-post-column header > div { gap: 10px; }
.hh-post-column header .hh-line-icon { width: 38px; height: 38px; }
.hh-post-column header .hh-line-icon svg { width: 20px; height: 20px; }

.hh-post-column h3 {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--hh-navy) !important;
  font-size: 19px !important;
  font-weight: 900 !important;
}

.hh-post-column header > a {
  color: var(--hh-blue) !important;
  font-size: 10px;
  font-weight: 800;
  text-decoration: none !important;
  white-space: nowrap;
}

.hh-post-column header > a span { margin-left: 4px; }

.hh-post-column__list {
  display: grid;
  gap: 2px;
}

.hh-post-column__list article + article { border-top: 1px dashed #dce5ed; }

.hh-post-column__list article > a {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 12px 0;
  color: inherit !important;
  text-decoration: none !important;
}

.hh-post-column__list article > a:hover strong { color: var(--hh-blue-deep); }

.hh-post-thumb {
  flex: 0 0 72px;
  width: 72px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 7px;
  background: var(--hh-sky);
}

.hh-post-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hh-post-copy {
  display: block;
  min-width: 0;
}

.hh-post-copy time {
  display: block;
  margin-bottom: 2px;
  color: #93a3b3;
  font-size: 9px;
  font-weight: 700;
}

.hh-post-copy strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--hh-text);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.65;
  transition: color 0.2s ease;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hh-post-column--news .hh-line-icon { color: var(--hh-coral); }
.hh-post-column--site .hh-line-icon { color: #7a67c5; }

/* FAQ */
.hh-faq {
  padding-bottom: 74px;
  background: #fff;
}

.hh-faq__body {
  position: relative;
  padding-right: 68px;
}

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

.hh-faq-grid details {
  overflow: hidden;
  border: 1px solid #dfe9f2;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 5px 17px rgba(42, 83, 118, 0.05);
}

.hh-faq-grid summary {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 11px;
  min-height: 62px;
  padding: 14px 18px;
  color: var(--hh-text);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.6;
  cursor: pointer;
  list-style: none;
}

.hh-faq-grid summary::-webkit-details-marker { display: none; }
.hh-faq-grid summary > span { color: var(--hh-blue-deep); font-size: 15px; font-weight: 900; }

.hh-faq-grid summary i {
  position: relative;
  width: 16px;
  height: 16px;
}

.hh-faq-grid summary i::before,
.hh-faq-grid summary i::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 2px;
  width: 12px;
  border-top: 2px solid var(--hh-blue);
  transition: transform 0.2s ease;
}

.hh-faq-grid summary i::after { transform: rotate(90deg); }
.hh-faq-grid details[open] summary i::after { transform: rotate(0); }

.hh-faq-grid details > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 11px;
  padding: 0 18px 18px;
  color: var(--hh-muted);
  font-size: 12px;
}

.hh-faq-grid details > div > span { color: var(--hh-coral); font-size: 15px; font-weight: 900; }
.hh-faq-grid details > div p { margin: 0; }

.hh-faq__guide {
  position: absolute;
  right: -22px;
  bottom: -44px;
  display: flex;
  align-items: end;
  gap: 7px;
}

.hh-faq__guide p {
  margin: 0 0 14px;
  color: #76a4d1;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.hh-faq__guide figure {
  position: relative;
  width: 76px;
  height: 76px;
  margin: 0;
  overflow: hidden;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--hh-sky);
  box-shadow: 0 6px 18px rgba(38, 76, 109, 0.14);
}

.hh-faq__guide img {
  position: absolute;
  top: -3px;
  left: 50%;
  width: 115px;
  max-width: none;
  transform: translateX(-50%);
}

.hh-faq__more { margin: 30px 0 0; text-align: center; }

/* CTA */
.hh-cta {
  position: relative;
  overflow: hidden;
  padding-block: clamp(58px, 7vw, 90px);
  background:
    radial-gradient(circle at 8% 50%, rgba(255,255,255,.5), transparent 18%),
    linear-gradient(135deg, #fff2f0, #ffdeda 55%, #ffe8e0);
  background-size: 140% 140%;
  animation: hh-cta-flow 10s ease-in-out infinite alternate;
}

.hh-cta::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -110px;
  width: 330px;
  height: 240px;
  border: 3px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.hh-cta__dots {
  position: absolute;
  top: 22px;
  left: 2%;
  width: 170px;
  height: 120px;
  opacity: 0.45;
  background-image: radial-gradient(circle, #fff 2px, transparent 2.2px);
  background-size: 16px 16px;
}

.hh-cta__inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 70px;
}

.hh-cta h2 {
  margin-bottom: 8px !important;
  padding-bottom: 0 !important;
  font-size: clamp(27px, 3.2vw, 40px) !important;
}

.hh-cta__inner > div:first-child > span {
  display: block;
  color: var(--hh-muted);
  font-size: 13px;
  font-weight: 600;
}

.hh-cta__actions {
  display: grid;
  gap: 13px;
}

.hh-button--large {
  min-height: 66px;
  border-radius: 12px;
  font-size: 16px;
}

.hh-phone {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 12px 18px;
  border: 1px solid rgba(255, 137, 126, 0.3);
  border-radius: 12px;
  color: var(--hh-navy) !important;
  background: rgba(255,255,255,.78);
  text-decoration: none !important;
}

.hh-phone small { color: var(--hh-muted); font-size: 9px; font-weight: 700; }
.hh-phone strong { grid-row: span 2; font-size: 21px; font-weight: 900; }
.hh-phone span { color: var(--hh-muted); font-size: 9px; }

/* Motion */
.hh-motion-ready .hh-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.72s ease var(--hh-delay, 0ms), transform 0.72s cubic-bezier(0.2, 0.8, 0.2, 1) var(--hh-delay, 0ms);
}

.hh-motion-ready .hh-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hh-motion-ready :is(.hh-problem-card, .hh-service-card, .hh-plan-card, .hh-maintenance-card, .hh-post-column).hh-reveal {
  transform: translateY(38px) scale(0.955) rotate(0.45deg);
}

.hh-motion-ready :is(.hh-problem-card, .hh-service-card, .hh-plan-card, .hh-maintenance-card, .hh-post-column).hh-reveal:nth-child(even) {
  transform: translateY(38px) scale(0.955) rotate(-0.45deg);
}

.hh-motion-ready :is(.hh-problem-card, .hh-service-card, .hh-plan-card, .hh-maintenance-card, .hh-post-column).hh-reveal.is-visible {
  transform: translateY(0) scale(1) rotate(0);
}

.hh-motion-ready .hh-value-item.hh-reveal {
  transform: translateX(34px);
}

.hh-motion-ready .hh-value-item.hh-reveal.is-visible {
  transform: translateX(0);
}

.hh-motion-ready .hh-values__mascot.hh-reveal {
  transform: translateX(42px) scale(0.94) rotate(1.8deg);
}

.hh-motion-ready .hh-values__mascot.hh-reveal.is-visible {
  transform: translateX(0) scale(1) rotate(0);
}

.hh-motion-ready .hh-section-heading h2::after,
.hh-motion-ready .hh-values__intro h2::after {
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) 0.28s;
}

.hh-motion-ready .hh-section-heading.is-visible h2::after,
.hh-motion-ready .hh-values__intro.is-visible h2::after {
  transform: scaleX(1);
}

.hh-motion-ready .hh-hero__copy h1 em::after {
  transform: rotate(-1deg) scaleX(0);
  transform-origin: left center;
}

.hh-motion-ready .hh-hero__copy.is-visible h1 em::after {
  animation: hh-marker-draw 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) 0.48s forwards;
}

.hh-flow-list.is-visible li .hh-flow-list__icon {
  animation: hh-flow-pop 0.58s cubic-bezier(0.2, 0.9, 0.3, 1.35) backwards;
}

.hh-flow-list.is-visible li:nth-child(2) .hh-flow-list__icon { animation-delay: 0.1s; }
.hh-flow-list.is-visible li:nth-child(3) .hh-flow-list__icon { animation-delay: 0.2s; }
.hh-flow-list.is-visible li:nth-child(4) .hh-flow-list__icon { animation-delay: 0.3s; }
.hh-flow-list.is-visible li:nth-child(5) .hh-flow-list__icon { animation-delay: 0.4s; }
.hh-flow-list.is-visible li:nth-child(6) .hh-flow-list__icon { animation-delay: 0.5s; }

@media (min-width: 901px) and (pointer: fine) {
  .hh-builder {
    transform: rotateX(var(--hh-tilt-y)) rotateY(var(--hh-tilt-x));
  }
}

@keyframes hh-float {
  0%, 100% { transform: translateY(0) rotate(0.2deg); }
  50% { transform: translateY(-10px) rotate(-0.6deg); }
}

@keyframes hh-drift {
  from { transform: translate3d(0, 0, 0) rotate(0); }
  to { transform: translate3d(18px, -12px, 0) rotate(5deg); }
}

@keyframes hh-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(4px); }
}

@keyframes hh-scroll-line {
  0% { opacity: 0; transform: scaleY(0); transform-origin: top; }
  45% { opacity: 1; transform: scaleY(1); transform-origin: top; }
  100% { opacity: 0; transform: scaleY(0); transform-origin: bottom; }
}

@keyframes hh-marker-draw {
  from { transform: rotate(-1deg) scaleX(0); }
  to { transform: rotate(-1deg) scaleX(1); }
}

@keyframes hh-arrow-pulse {
  0%, 100% { box-shadow: 0 10px 26px rgba(50, 101, 148, 0.16); }
  50% { box-shadow: 0 10px 34px rgba(59, 131, 218, 0.3), 0 0 0 9px rgba(59, 131, 218, 0.06); }
}

@keyframes hh-flow-pop {
  from { opacity: 0; transform: scale(0.72) rotate(-8deg); }
  to { opacity: 1; transform: scale(1) rotate(0); }
}

@keyframes hh-cta-flow {
  from { background-position: 0% 50%; }
  to { background-position: 100% 50%; }
}

/* Tablet */
@media (max-width: 1100px) {
  .hh-hero__inner {
    grid-template-columns: minmax(300px, 0.78fr) minmax(460px, 1.2fr);
  }

  .hh-values__grid {
    grid-template-columns: 0.85fr 1fr 205px;
    gap: 30px;
  }

  .hh-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hh-service-card { min-height: 145px; }
  .hh-problem-grid { grid-template-columns: repeat(5, minmax(150px, 1fr)); overflow-x: auto; padding-bottom: 16px; scroll-snap-type: x mandatory; }
  .hh-problem-card { scroll-snap-align: start; }
  .hh-work-track { grid-auto-columns: calc((100% - 36px) / 3); }
  .hh-flow-list { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 45px; }
  .hh-flow-list::before { display: none; }
}

@media (max-width: 900px) {
  .hh-container { width: min(100% - 36px, 760px); }
  .hh-hero { min-height: auto; }
  .hh-hero__inner { grid-template-columns: 1fr; min-height: auto; padding-block: 70px 110px; }
  .hh-hero__copy { max-width: 650px; text-align: center; margin-inline: auto; }
  .hh-eyebrow { justify-content: center; }
  .hh-hero__actions { justify-content: center; }
  .hh-builder { width: min(660px, 100%); min-height: 500px; margin-inline: auto; }
  .hh-values__grid { grid-template-columns: 0.9fr 1.1fr; }
  .hh-values__mascot { grid-column: 1 / -1; justify-self: center; width: 230px; margin: -20px 0 -60px; }
  .hh-mascot-bubble { top: 20px; right: -130px; }
  .hh-plan-grid, .hh-maintenance-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hh-plan-card--standard { order: -1; transform: none; }
  .hh-plan-card--standard:hover { transform: translateY(-7px); }
  .hh-post-columns { grid-template-columns: 1fr; }
  .hh-post-column { max-width: 760px; }
  .hh-cta__inner { grid-template-columns: 1fr; gap: 34px; text-align: center; }
  .hh-cta__actions { width: min(520px, 100%); margin-inline: auto; }
}

/* Smartphone */
@media (max-width: 767px) {
  .hh-home { font-size: 15px; }
  .hh-container { width: min(100% - 30px, 560px); }
  .hh-section { padding-block: 68px; }
  .hh-section-heading { margin-bottom: 34px; }
  .hh-section-heading h2,
  .hh-values__intro h2,
  .hh-cta h2 { font-size: 27px !important; }
  .hh-section-heading > span { font-size: 12px; }
  .hh-section-heading--row { display: block; text-align: center; }
  .hh-section-heading--row h2::after { margin-left: auto; }
  .hh-section-heading--row .hh-more-link { margin-top: 16px; }

  .hh-hero::before { right: -80px; width: 190px; height: 190px; }
  .hh-hero__inner { gap: 20px; padding-block: 56px 84px; }
  .hh-eyebrow { font-size: 11px; }
  .hh-hero h1 { margin-bottom: 18px !important; font-size: clamp(34px, 10.7vw, 48px) !important; line-height: 1.34 !important; }
  .hh-hero__lead { margin-bottom: 23px; font-size: 13px; }
  .hh-hero__actions { gap: 15px; }
  .hh-hero__actions .hh-button { width: min(100%, 320px); }
  .hh-text-link { width: 100%; justify-content: center; }
  .hh-builder { min-height: 360px; transform: scale(0.98); }
  .hh-blueprint { top: 68px; width: 57%; }
  .hh-finished-site { top: 20px; width: 68%; }
  .hh-blueprint__body { padding: 10px; }
  .hh-wire-hero { height: 62px; }
  .hh-wire-cards i { height: 32px; }
  .hh-demo-hero { height: 106px; padding: 14px; }
  .hh-demo-hero span { max-width: 95px; font-size: 9px; }
  .hh-demo-cards i { height: 25px; }
  .hh-device--tablet { right: 19%; bottom: 25px; width: 95px; height: 135px; border-width: 4px; padding: 5px; }
  .hh-device--phone { right: 1%; bottom: 42px; width: 55px; height: 100px; padding: 4px; }
  .hh-build-arrow { top: 44%; left: 43%; width: 43px; height: 43px; }
  .hh-build-arrow::after { right: 10px; }
  .hh-build-cursor { display: none; }
  .hh-hero__scroll { bottom: 14px; }

  .hh-problem-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; overflow: visible; }
  .hh-problem-card { min-height: 145px; padding: 20px 13px; }
  .hh-problem-card:last-child { grid-column: 1 / -1; min-height: auto; }
  .hh-problem-card .hh-line-icon { width: 45px; height: 45px; margin-bottom: 12px; }
  .hh-problem-card h3 { font-size: 12px !important; }

  .hh-values { padding-bottom: 0; }
  .hh-values__grid { grid-template-columns: 1fr; gap: 34px; }
  .hh-values__intro { text-align: left; }
  .hh-values__list { gap: 19px; }
  .hh-value-item { gap: 13px; }
  .hh-value-item .hh-line-icon { width: 44px; height: 44px; }
  .hh-value-item h3 { font-size: 15px !important; }
  .hh-values__mascot { grid-column: auto; width: min(250px, 74vw); margin: -20px auto -50px; }
  .hh-mascot-bubble { top: 8px; right: -44px; width: 150px; padding: 9px 10px; font-size: 9px; }

  .hh-service-grid { grid-template-columns: 1fr; gap: 11px; }
  .hh-service-card { min-height: auto; padding: 20px 18px; }
  .hh-service-card h3 { font-size: 14px !important; }
  .hh-service-card p { font-size: 11px; }

  .hh-plan-grid,
  .hh-maintenance-grid { grid-template-columns: 1fr; }
  .hh-plan-card { padding: 31px 24px 25px; }
  .hh-plan-card--standard { order: -1; }
  .hh-plan-card__head { min-height: auto; }
  .hh-plan-card__head > p { min-height: auto; }
  .hh-plan-card h3 { font-size: 18px !important; }
  .hh-price { font-size: 32px; }
  .hh-maintenance-card { padding: 27px 24px; }

  .hh-work-track { grid-auto-columns: 82%; gap: 13px; }
  .hh-slider-button { display: none; }
  .hh-work-card h3 { font-size: 13px !important; }

  .hh-flow-list { grid-template-columns: 1fr; gap: 0; padding-left: 10px; }
  .hh-flow-list::before { display: block; top: 30px; bottom: 30px; left: 38px; right: auto; height: auto; border-top: 0; border-left: 2px dashed #78aee3; transform: scaleY(0); transform-origin: top; }
  .hh-flow-list.is-visible::before { transform: scaleY(1); }
  .hh-flow-list li { display: grid; grid-template-columns: 62px auto 1fr; grid-template-rows: auto auto; align-items: center; column-gap: 14px; min-height: 115px; text-align: left; }
  .hh-flow-list__icon { grid-row: 1 / 3; width: 58px; height: 58px; margin: 0; border-width: 5px; }
  .hh-flow-list__icon svg { width: 25px; height: 25px; }
  .hh-flow-list strong { align-self: end; margin: 0; font-size: 13px; }
  .hh-flow-list h3 { align-self: end; margin: 0 !important; font-size: 14px !important; }
  .hh-flow-list p { grid-column: 2 / 4; align-self: start; font-size: 10px; }

  .hh-post-columns { gap: 14px; }
  .hh-post-column { padding: 21px 18px; }
  .hh-post-column h3 { font-size: 17px !important; }
  .hh-post-thumb { flex-basis: 64px; width: 64px; }

  .hh-faq__body { padding-right: 0; }
  .hh-faq-grid { grid-template-columns: 1fr; gap: 9px; }
  .hh-faq-grid summary { min-height: 58px; padding: 13px 15px; font-size: 11px; }
  .hh-faq-grid details > div { padding: 0 15px 16px; font-size: 11px; }
  .hh-faq__guide { position: relative; right: auto; bottom: auto; justify-content: flex-end; margin-top: 13px; }
  .hh-faq__guide figure { width: 68px; height: 68px; }
  .hh-faq__guide img { width: 103px; }

  .hh-cta__inner { gap: 28px; }
  .hh-cta__inner > div:first-child > span { font-size: 11px; }
  .hh-button--large { min-height: 60px; font-size: 14px; }
  .hh-phone { grid-template-columns: 1fr; text-align: center; }
  .hh-phone strong { grid-row: auto; font-size: 20px; }
}

@media (max-width: 390px) {
  .hh-container { width: min(100% - 22px, 360px); }
  .hh-hero h1 { font-size: 33px !important; }
  .hh-problem-grid { grid-template-columns: 1fr; }
  .hh-problem-card:last-child { grid-column: auto; }
  .hh-problem-card { display: flex; align-items: center; gap: 14px; min-height: auto; text-align: left; }
  .hh-problem-card .hh-line-icon { margin-bottom: 0; }
  .hh-mascot-bubble { right: -20px; }
}

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

  .hh-motion-ready .hh-reveal {
    opacity: 1;
    transform: none;
  }

  .hh-build-mask { transform: scaleX(0); }

  .hh-motion-ready .hh-hero__copy h1 em::after,
  .hh-motion-ready .hh-section-heading h2::after,
  .hh-motion-ready .hh-values__intro h2::after {
    transform: none;
  }
}
