/* TrueCraft homepage sections — dark glass · red glow · symmetric grids */

/* ── Canvas ── */
body.home-redesign .hr-dark-zone {
  --hr-glass: rgba(255, 255, 255, 0.06);
  --hr-glass-border: rgba(255, 255, 255, 0.11);
  --hr-glow: rgba(255, 106, 0, 0.45);
  --hr-glow-soft: rgba(255, 106, 0, 0.14);
  --hr-section-y: clamp(3rem, 5.5vw, 4.75rem);
  --hr-section-gap: clamp(2rem, 4.5vw, 3.75rem);
  --hr-section-gap-lg: clamp(3rem, 6.5vw, 5.5rem);
  --hr-grid-gap: clamp(0.875rem, 1.6vw, 1.25rem);
  --hr-head-gap: clamp(1.5rem, 2.5vw, 2rem);
  position: relative;
  background: #000;
  color: rgba(255, 255, 255, 0.62);
  isolation: isolate;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: var(--hr-section-gap-lg);
}

/* Visible breathing room between major homepage blocks */
body.home-redesign .hr-dark-zone > section + section {
  margin-top: var(--hr-section-gap-lg);
}

body.home-redesign .hr-dark-zone > .rk-about:first-child,
body.home-redesign .hr-dark-zone > section.rk-about:first-of-type {
  margin-top: 0;
}

body.home-redesign .hr-dark-zone::before {
  display: none;
}

body.home-redesign .hr-dark-zone::after {
  content: "";
  position: absolute;
  width: min(520px, 55vw);
  height: min(520px, 55vw);
  bottom: 18%;
  left: -12%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 40, 0, 0.14) 0%, transparent 68%);
  filter: blur(48px);
  pointer-events: none;
  z-index: 0;
  animation: hr-ambient-drift-2 16s ease-in-out infinite alternate;
}

@keyframes hr-ambient-drift-2 {
  from { transform: translate(0, 0) scale(1); }
  to { transform: translate(50px, -30px) scale(1.1); }
}

body.home-redesign .hr-ambient {
  position: absolute;
  width: min(680px, 70vw);
  height: min(680px, 70vw);
  top: 0;
  right: -8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 106, 0, 0.22) 0%, rgba(204, 68, 0, 0.08) 40%, transparent 70%);
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
  animation: hr-ambient-drift 12s ease-in-out infinite alternate;
}

@keyframes hr-ambient-drift {
  from { transform: translate(0, 0) scale(1); }
  to { transform: translate(-40px, 30px) scale(1.08); }
}

body.home-redesign .hr-dark-zone > section {
  position: relative;
  z-index: 1;
}

/* ── Shared primitives ── */
body.home-redesign [data-reveal],
body.home-redesign [data-reveal-stagger] > * {
  opacity: 1 !important;
  transform: none !important;
  clip-path: none !important;
  animation: none !important;
}

body.home-redesign .hr-booking .hr-section-head > * {
  opacity: 1;
  transform: none;
  filter: none;
  clip-path: none;
}

body.home-redesign .hr-booking__aside,
body.home-redesign .hr-booking__shell,
body.home-redesign .hr-booking__app {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none;
}

body.home-redesign [data-hr-reveal] > *,
body.home-redesign [data-hr-stagger] > * {
  opacity: 1;
  transform: none;
}

body.home-redesign .hr-dot-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.55);
}

body.home-redesign .hr-dot-label__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--hr-orange);
  box-shadow: 0 0 12px var(--hr-glow);
  animation: hr-dot-pulse 2.4s ease-in-out infinite;
}

@keyframes hr-dot-pulse {
  0%, 100% { box-shadow: 0 0 8px var(--hr-glow); transform: scale(1); }
  50% { box-shadow: 0 0 18px var(--hr-glow), 0 0 28px rgba(255, 106, 0, 0.25); transform: scale(1.15); }
}

body.home-redesign .hr-title {
  margin: 0 0 0.75rem;
  font-family: var(--hr-font-display);
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #fff;
}

body.home-redesign .hr-title--display {
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  font-weight: 700;
  text-transform: none;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

body.home-redesign .hr-lead {
  margin: 0 0 1.25rem;
  max-width: 42ch;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.5);
}

body.home-redesign .hr-section-head {
  margin-bottom: var(--hr-head-gap);
}

body.home-redesign .hr-section-foot {
  margin: var(--hr-head-gap) 0 0;
  text-align: center;
}

body.home-redesign .hr-section-head--row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem;
}

body.home-redesign .hr-section-head--center {
  text-align: center;
  max-width: 52ch;
  margin-inline: auto;
}

body.home-redesign .hr-dot-label--center {
  justify-content: center;
}

body.home-redesign .hr-lead--center {
  margin-inline: auto;
}

body.home-redesign .hr-section-sub {
  margin: 0.5rem 0 0;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.42);
  line-height: 1.5;
  max-width: 46ch;
}

body.home-redesign .hr-section-head--center .hr-section-sub {
  margin-inline: auto;
  text-align: center;
}

body.home-redesign .hr-glass {
  background: var(--hr-glass);
  border: 1px solid var(--hr-glass-border);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.home-redesign .hr-btn-glow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.5rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff6a00, #a83800);
  color: #fff;
  font-family: var(--hr-font-display);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  box-shadow: 0 0 28px var(--hr-glow), 0 8px 24px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

body.home-redesign .hr-btn-glow::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.22) 50%, transparent 60%);
  transform: translateX(-120%);
  transition: transform 0.55s ease;
}

body.home-redesign .hr-btn-glow:hover::after {
  transform: translateX(120%);
}

body.home-redesign .hr-btn-glow:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 40px var(--hr-glow), 0 12px 32px rgba(0, 0, 0, 0.45);
}

body.home-redesign .hr-btn-glow--sm {
  padding: 0.7rem 1.25rem;
  font-size: 0.75rem;
}

body.home-redesign .hr-btn-ghost {
  display: inline-flex;
  align-items: center;
  padding: 0.85rem 1.5rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease, border-color 0.3s ease;
}

body.home-redesign .hr-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.25);
}

body.home-redesign .hr-link-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.65rem 1.15rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease, border-color 0.3s ease;
}

body.home-redesign .hr-link-pill:hover {
  background: var(--hr-glow-soft);
  border-color: rgba(255, 106, 0, 0.35);
}

/* ── Marquee ── */
body.home-redesign .hr-marquee {
  padding: clamp(0.85rem, 1.5vw, 1.1rem) 0;
  border-block: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  border-radius: 0;
  margin-inline: 0;
  width: 100%;
  box-sizing: border-box;
  background: #000;
}

body.home-redesign .hr-marquee__track {
  display: flex;
  width: max-content;
  animation: hr-marquee 30s linear infinite;
}

body.home-redesign .hr-marquee__group {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-right: 1.5rem;
  white-space: nowrap;
}

body.home-redesign .hr-marquee__group span {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
}

body.home-redesign .hr-marquee__dot {
  color: var(--hr-orange) !important;
}

@keyframes hr-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

body.home-redesign .hr-dark-zone > section:not(.hr-marquee):not(.hr-logos):not(.hr-about):not(.hr-booking):not(.hr-work--showcase) {
  padding-block: calc(var(--hr-section-y) * 0.5);
}

/* ── About (light editorial) ── */
body.home-redesign .hr-about {
  --hr-about-bg: #fafafa;
  --hr-about-ink: #0c0c0c;
  --hr-about-muted: rgba(12, 12, 12, 0.52);
  --hr-about-line: rgba(12, 12, 12, 0.08);

  position: relative;
  height: auto;
  min-height: auto;
  display: flex;
  align-items: stretch;
  padding: clamp(3rem, 6vh, 5rem) var(--hr-gutter) clamp(4rem, 8vh, 6rem);
  overflow-x: clip;
  overflow-y: visible;
  border-radius: 0;
  margin-inline: 0;
  width: 100%;
  box-sizing: border-box;
  background: var(--hr-about-bg);
  border: none;
  color: var(--hr-about-muted);
}

body.home-redesign .hr-about .container {
  max-width: none;
  width: 100%;
  height: 100%;
  padding-inline: 0;
  display: flex;
  align-items: stretch;
}

body.home-redesign .hr-about__stage {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: clamp(1.5rem, 4vh, 2.5rem);
  width: 100%;
  height: auto;
  min-height: 0;
  padding: clamp(1rem, 2vw, 1.5rem) clamp(12px, 2vw, 24px) clamp(2rem, 4vw, 3rem);
  border-radius: 0;
  overflow: visible;
  background: transparent;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

@media (min-width: 1025px) {
  body.home-redesign .hr-about__stage {
    display: grid;
    grid-template-columns: 280px 1fr;
    grid-template-rows: auto auto;
    column-gap: clamp(2rem, 6vw, 5rem);
    row-gap: clamp(2.5rem, 5vh, 4rem);
    align-items: start;
  }
}

body.home-redesign .hr-about__stage::before {
  display: none;
}

body.home-redesign .hr-about__glow {
  position: absolute;
  width: min(640px, 85vw);
  height: min(640px, 85vw);
  top: -28%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 106, 0, 0.12) 0%, transparent 68%);
  filter: blur(56px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.55;
  animation: hr-about-glow-drift 10s ease-in-out infinite alternate;
}

@keyframes hr-about-glow-drift {
  from { transform: translateX(-50%) scale(1); opacity: 0.65; }
  to { transform: translateX(-48%) scale(1.1); opacity: 1; }
}

body.home-redesign .hr-about__watermark {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--hr-font-display);
  font-size: clamp(8rem, 26vw, 20rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 0.9;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.012);
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
  user-select: none;
}

body.home-redesign .hr-about__head,
body.home-redesign .hr-about__statement,
body.home-redesign .hr-about__stats,
body.home-redesign .hr-about__foot {
  position: relative;
  z-index: 1;
  width: 100%;
}

@media (min-width: 1025px) {
  body.home-redesign .hr-about__head {
    grid-column: 1;
    grid-row: 1;
  }
  body.home-redesign .hr-about__statement {
    grid-column: 2;
    grid-row: 1;
  }
  body.home-redesign .hr-about__foot {
    grid-column: 1 / span 2;
    grid-row: 2;
  }
}

body.home-redesign .hr-about__head {
  text-align: left;
}

body.home-redesign .hr-about__head .hr-dot-label {
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  color: rgba(12, 12, 12, 0.48);
  margin-bottom: 0.5rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

body.home-redesign .hr-about__head .hr-dot-label__dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--hr-orange);
  box-shadow: 0 0 8px var(--hr-orange);
}

body.home-redesign .hr-about__head .hr-dot-label--center {
  justify-content: flex-start;
}

body.home-redesign .hr-about__statement {
  margin: 0;
  max-width: none;
  width: 100%;
  font-family: var(--hr-font-display);
  font-size: clamp(2rem, 5.2vw, 4.2rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-align: left;
  text-wrap: balance;
  color: var(--hr-about-ink);
}

body.home-redesign .hr-about__line {
  display: block;
}

body.home-redesign .hr-about__line--soft {
  margin-left: clamp(2rem, 8vw, 6rem);
  font-weight: 400;
  color: var(--hr-about-muted);
}

body.home-redesign .hr-about__line:last-child {
  margin-left: clamp(1rem, 4vw, 3rem);
}

body.home-redesign .hr-about__statement em {
  font-style: normal;
  font-weight: 700;
  color: var(--hr-about-ink);
  position: relative;
  display: inline-block;
  background: linear-gradient(135deg, #111 20%, var(--hr-orange) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.home-redesign .hr-about__statement em::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.08em;
  height: 1.5px;
  border-radius: 1px;
  background: linear-gradient(90deg, var(--hr-orange), rgba(255, 106, 0, 0.2));
  box-shadow: 0 0 12px rgba(255, 106, 0, 0.4);
  transform: scaleX(0);
  transform-origin: left center;
}

body.home-redesign .hr-about--inview .hr-about__statement em::after {
  animation: hr-about-word-line 0.7s ease forwards;
  animation-delay: calc(0.35s + var(--hr-word-i, 0) * 0.12s);
}

body.home-redesign .hr-about__statement em:nth-of-type(1) { --hr-word-i: 0; }
body.home-redesign .hr-about__statement em:nth-of-type(2) { --hr-word-i: 1; }
body.home-redesign .hr-about__statement em:nth-of-type(3) { --hr-word-i: 2; }

@keyframes hr-about-word-line {
  to { transform: scaleX(1); }
}

/* ── Interactive Pillars & Stats Accordion ── */
body.home-redesign .hr-about__accordion {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  margin-top: clamp(2rem, 4vh, 3rem);
  margin-bottom: clamp(1rem, 2vh, 1.5rem);
  padding-top: clamp(1rem, 2vw, 1.5rem);
  border-top: 1px solid rgba(12, 12, 12, 0.05);
  position: relative;
  z-index: 1;
}

body.home-redesign .hr-about-acc {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border-bottom: 1px solid rgba(12, 12, 12, 0.05);
  background: transparent;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.35, 1), background-color 0.4s ease;
  position: relative;
}

body.home-redesign .hr-about-acc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--hr-orange);
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.35, 1);
  z-index: 2;
}

body.home-redesign .hr-about-acc:hover {
  background-color: rgba(255, 106, 0, 0.008);
}

body.home-redesign .hr-about-acc:hover::before {
  transform: scaleY(1);
  transform-origin: top center;
}

body.home-redesign .hr-about-acc__head {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem clamp(12px, 2vw, 24px);
  cursor: pointer;
  user-select: none;
}

body.home-redesign .hr-about-acc__num {
  font-family: var(--hr-font-display);
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(12, 12, 12, 0.35);
  letter-spacing: 0.05em;
  transition: color 0.3s ease;
}

body.home-redesign .hr-about-acc:hover .hr-about-acc__num {
  color: var(--hr-orange);
}

body.home-redesign .hr-about-acc__title {
  margin: 0;
  font-family: var(--hr-font-display);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 600;
  color: rgba(12, 12, 12, 0.75);
  transition: color 0.3s ease;
}

body.home-redesign .hr-about-acc:hover .hr-about-acc__title {
  color: var(--hr-about-ink);
}

body.home-redesign .hr-about-acc__stat {
  margin-left: auto;
  font-family: var(--hr-font-display);
  font-size: clamp(0.95rem, 1.8vw, 1.15rem);
  font-weight: 700;
  color: var(--hr-orange);
  letter-spacing: -0.01em;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.35, 1), text-shadow 0.4s ease;
}

body.home-redesign .hr-about-acc:hover .hr-about-acc__stat {
  transform: translateX(-4px);
  text-shadow: 0 0 16px rgba(255, 106, 0, 0.15);
}

body.home-redesign .hr-about-acc__body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 clamp(12px, 2vw, 24px);
  transition: max-height 0.4s cubic-bezier(0.25, 1, 0.35, 1), opacity 0.4s ease, padding 0.4s ease;
}

body.home-redesign .hr-about-acc:hover .hr-about-acc__body {
  max-height: 120px;
  opacity: 1;
  padding-bottom: 1.5rem;
}

body.home-redesign .hr-about-acc__desc {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(12, 12, 12, 0.55);
  max-width: 58ch;
}

body.home-redesign .hr-about__foot {
  padding-top: clamp(1rem, 2.5vw, 1.5rem);
  overflow: visible;
}

body.home-redesign .hr-about__cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, min(100%, 320px));
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
  width: 100%;
  padding: clamp(2rem, 3.5vw, 3rem) 0 0.25rem;
  border-top: 1px solid rgba(12, 12, 12, 0.05);
  overflow: visible;
}

body.home-redesign .hr-about__cta-copy {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-width: 0;
}

body.home-redesign .hr-about__cta-tag {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--hr-orange);
  margin-bottom: 4px;
}

body.home-redesign .hr-about__cta-title {
  margin: 0;
  max-width: 18ch;
  font-family: var(--hr-font-display);
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: var(--hr-about-ink);
}

body.home-redesign .hr-about__cta-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  width: 100%;
  min-width: 0;
  max-width: 280px;
  justify-self: end;
}

body.home-redesign .hr-about__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 0.85rem 1.15rem;
  border-radius: 999px;
  font-family: var(--hr-font-display);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}

body.home-redesign .hr-about__cta-btn--primary {
  color: #fff;
  background: #0c0c0c;
  border: 1px solid #0c0c0c;
  box-shadow: none;
}

body.home-redesign .hr-about__cta-btn--primary:hover {
  transform: translateY(-2px);
  background: var(--hr-orange);
  border-color: var(--hr-orange);
  box-shadow: 0 8px 24px rgba(255, 106, 0, 0.15);
}

body.home-redesign .hr-about__cta-btn-ring {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.9rem;
  line-height: 1;
  transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

body.home-redesign .hr-about__cta-btn--primary:hover .hr-about__cta-btn-ring {
  transform: rotate(45deg) scale(1.05);
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
}

body.home-redesign .hr-about__cta-btn--ghost {
  color: rgba(12, 12, 12, 0.65);
  background: transparent;
  border: 1px solid transparent;
  box-shadow: none;
  justify-content: center;
  gap: 8px;
  transition: color 0.3s ease, transform 0.3s ease;
}

body.home-redesign .hr-about__cta-btn--ghost:hover {
  color: var(--hr-orange);
  background: transparent;
  border-color: transparent;
  transform: translateX(4px);
}

body.home-redesign .hr-about__cta-btn-arrow {
  font-size: 1rem;
  line-height: 1;
  color: var(--hr-orange);
  transition: transform 0.3s ease;
}

body.home-redesign .hr-about__cta-btn--ghost:hover .hr-about__cta-btn-arrow {
  transform: translateX(4px);
}

@media (max-width: 1100px) {
  body.home-redesign .hr-about__cta {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 1.5rem;
  }

  body.home-redesign .hr-about__cta-actions {
    max-width: none;
    justify-self: stretch;
  }
}

/* ── Logo marquee ── */
body.home-redesign .hr-logos {
  padding: 1.5rem 0;
  border-block: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

body.home-redesign .hr-logos__track {
  display: flex;
  width: max-content;
  animation: hr-marquee 35s linear infinite;
}

body.home-redesign .hr-logos__group {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding-right: 3rem;
}

body.home-redesign .hr-logos__group span {
  font-family: var(--hr-font-display);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.2);
  white-space: nowrap;
}

/* ── Services (Alternating Rows Layout) ── */
body.home-redesign .hr-service-rows {
  display: flex;
  flex-direction: column;
  gap: clamp(4rem, 8vw, 7rem);
  margin-top: clamp(3rem, 6vh, 5rem);
}

body.home-redesign .hr-service-row {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

/* Alternate pattern - even rows: text on left, visual on right */
@media (min-width: 769px) {
  body.home-redesign .hr-service-row:nth-child(even) .hr-service-row__media {
    order: 2;
  }
  body.home-redesign .hr-service-row:nth-child(even) .hr-service-row__content {
    order: 1;
    padding-right: 2rem;
    padding-left: 0;
  }
}

body.home-redesign .hr-service-row__media {
  position: relative;
  aspect-ratio: 16 / 10;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(14, 6, 6, 0.65);
  border: 1px solid var(--hr-glass-border);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.45);
  transition: transform 0.5s var(--hr-ease), box-shadow 0.5s ease, border-color 0.4s ease;
  will-change: transform;
}

body.home-redesign .hr-service-row:hover .hr-service-row__media {
  transform: translateY(-4px) scale(1.01);
  border-color: rgba(255, 106, 0, 0.28);
  box-shadow: 0 24px 56px var(--hr-glow-soft);
}

body.home-redesign .hr-service-row__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
}

body.home-redesign .hr-service-row__index {
  font-family: var(--hr-font-display);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--hr-orange);
  text-transform: uppercase;
}

body.home-redesign .hr-service-row__title {
  margin: 0;
  font-family: var(--hr-font-display);
  font-size: clamp(1.5rem, 2.4vw, 2.15rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

body.home-redesign .hr-service-row__desc {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.68);
  max-width: 42ch;
}

body.home-redesign .hr-service-row__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 0.5rem;
  font-family: var(--hr-font-display);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

body.home-redesign .hr-service-row__link svg {
  transition: transform 0.3s ease;
  color: var(--hr-orange);
}

body.home-redesign .hr-service-row__link:hover {
  color: var(--hr-orange);
}

body.home-redesign .hr-service-row__link:hover svg {
  transform: translateX(6px);
}

/* ── Custom CSS Visual Canvas Mockups ── */
body.home-redesign .hr-service-visual {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
}

body.home-redesign .hr-service-visual__glow {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  filter: blur(80px);
  z-index: 1;
  opacity: 0.35;
  pointer-events: none;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

body.home-redesign .hr-service-row:hover .hr-service-visual__glow {
  opacity: 0.55;
  transform: scale(1.15);
}

/* Marketing Visual Spec */
body.home-redesign .hr-service-visual--marketing {
  background: radial-gradient(circle at 50% 50%, rgba(255, 106, 0, 0.08), transparent 70%);
}
body.home-redesign .hr-service-visual--marketing .hr-service-visual__glow {
  background: #ff6a00;
  top: 15%;
  right: 15%;
}

body.home-redesign .hr-service-visual__grid-overlay {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 20px 20px;
  background-position: center center;
  z-index: 1;
}

body.home-redesign .hr-service-visual__glass-card {
  position: absolute;
  left: clamp(20px, 4vw, 40px);
  bottom: clamp(20px, 4vw, 32px);
  padding: 0.85rem 1.25rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 2px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
  transform: translate3d(0, 0, 10px);
}

body.home-redesign .hr-service-visual__glass-card .card-metric {
  font-family: var(--hr-font-display);
  font-size: 1.25rem;
  font-weight: 800;
  color: #ff6a00;
}

body.home-redesign .hr-service-visual__glass-card .card-label {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.02em;
}

body.home-redesign .hr-service-visual__svg {
  position: relative;
  width: 90%;
  height: 80%;
  z-index: 2;
}

body.home-redesign .pulse-dot {
  animation: pulse-glow 2s infinite ease-in-out;
}

@keyframes pulse-glow {
  0%, 100% { r: 5px; opacity: 0.8; filter: drop-shadow(0 0 2px #ff6a00); }
  50% { r: 8px; opacity: 1; filter: drop-shadow(0 0 8px #ff6a00); }
}

/* Developer Visual Spec */
body.home-redesign .hr-service-visual--dev {
  background: radial-gradient(circle at 50% 50%, rgba(160, 92, 255, 0.08), transparent 70%);
}
body.home-redesign .hr-service-visual--dev .hr-service-visual__glow {
  background: #a05cff;
  bottom: 15%;
  left: 15%;
}

body.home-redesign .hr-service-visual__ide-window {
  width: 75%;
  height: 65%;
  border-radius: 14px;
  background: rgba(10, 5, 5, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: 0 15px 32px rgba(0, 0, 0, 0.35);
  z-index: 2;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.4s ease;
}

body.home-redesign .hr-service-row:hover .hr-service-visual__ide-window {
  transform: scale(1.03) rotate(-0.5deg);
}

body.home-redesign .ide-header {
  height: 28px;
  background: rgba(255, 255, 255, 0.02);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  gap: 6px;
  padding-left: 12px;
}

body.home-redesign .ide-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
body.home-redesign .ide-dot--red { background: #ff5f56; }
body.home-redesign .ide-dot--yellow { background: #ffbd2e; }
body.home-redesign .ide-dot--green { background: #27c93f; }

body.home-redesign .ide-body {
  flex: 1;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body.home-redesign .code-line {
  height: 6px;
  border-radius: 3px;
  background: var(--col);
  opacity: 0.65;
}

/* Automation Visual Spec */
body.home-redesign .hr-service-visual--automation {
  background: radial-gradient(circle at 50% 50%, rgba(255, 106, 0, 0.06), transparent 70%);
}
body.home-redesign .hr-service-visual--automation .hr-service-visual__glow {
  background: #ff6a00;
  top: 25%;
  left: 20%;
}

/* Branding Visual Spec */
body.home-redesign .hr-service-visual--branding {
  background: radial-gradient(circle at 50% 50%, rgba(204, 68, 0, 0.08), transparent 70%);
}
body.home-redesign .hr-service-visual--branding .hr-service-visual__glow {
  background: #cc4400;
  bottom: 20%;
  right: 20%;
}

body.home-redesign .hr-service-visual__logo-letter {
  font-family: var(--hr-font-display);
  font-size: 8.5rem;
  font-weight: 800;
  color: transparent;
  background: linear-gradient(135deg, rgba(255,255,255,0.4) 0%, rgba(255, 106, 0, 0.02) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 1px rgba(255,255,255,0.08);
  user-select: none;
  z-index: 2;
  transition: transform 0.4s ease;
}

body.home-redesign .hr-service-row:hover .hr-service-visual__logo-letter {
  transform: scale(1.08) rotate(2deg);
}

body.home-redesign .hr-service-visual__color-palette {
  position: absolute;
  right: clamp(20px, 4vw, 40px);
  bottom: clamp(20px, 4vw, 32px);
  display: flex;
  gap: 6px;
  z-index: 3;
}

body.home-redesign .palette-swatch {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

/* Isometric 3D SVG Styling */
body.home-redesign .isometric-svg-container {
  position: absolute;
  width: 85%;
  height: 85%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

body.home-redesign .isometric-svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.45));
  transition: filter 0.6s ease;
  animation: iso-float-main 8s infinite ease-in-out;
  will-change: transform;
}

body.home-redesign .iso-layer {
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  transform-origin: center center;
}

/* Parallax Hover Interaction */
body.home-redesign .hr-service-row:hover .isometric-svg {
  filter: drop-shadow(0 30px 60px rgba(255, 106, 0, 0.25));
}

body.home-redesign .hr-service-row:nth-child(even):hover .isometric-svg {
  filter: drop-shadow(0 30px 60px rgba(160, 92, 255, 0.25));
}

body.home-redesign .hr-service-row:hover .iso-layer--base {
  transform: translateY(6px) scale(0.98);
}

body.home-redesign .hr-service-row:hover .iso-layer--mid {
  transform: translateY(-8px) scale(1.03);
}

body.home-redesign .hr-service-row:hover .iso-layer--top {
  transform: translateY(-18px) scale(1.08);
}

@keyframes iso-float-main {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* Mobile responsive resets */
@media (max-width: 768px) {
  body.home-redesign .hr-service-row {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

/* ── Work / Portfolio — clean editorial grid ── */
body.home-redesign .hr-work--showcase {
  --work-inset: clamp(16px, 3vw, 48px);
  --work-gap: clamp(12px, 1.2vw, 18px);
  --work-radius: clamp(18px, 1.5vw, 26px);
  position: relative;
  width: calc(100% - 2 * var(--hr-gutter));
  max-width: calc(100% - 2 * var(--hr-gutter));
  margin-inline: var(--hr-gutter);
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  z-index: 1;
  border-radius: clamp(20px, 2.8vw, 32px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

body.home-redesign .hr-work__stage {
  position: relative;
  width: 100%;
  padding: clamp(5rem, 9vw, 7.5rem) 0 clamp(4rem, 7vw, 6rem);
}

body.home-redesign .hr-work--showcase .hr-work__stage {
  padding-top: 0;
  padding-bottom: 0;
}

body.home-redesign .hr-work__stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 15% 0%, rgba(255, 106, 0, 0.08) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 90% 100%, rgba(204, 68, 0, 0.06) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

body.home-redesign .hr-work__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: end;
  margin-bottom: clamp(2.5rem, 5vw, 3.75rem);
  padding-inline: var(--work-inset);
  position: relative;
  z-index: 1;
}

body.home-redesign .hr-work__head-copy .hr-title--display {
  font-size: clamp(2.25rem, 5.5vw, 4.5rem);
  letter-spacing: -0.03em;
  line-height: 1;
  max-width: 10ch;
}

body.home-redesign .hr-work__head-copy .hr-title em {
  font-style: normal;
  background: linear-gradient(135deg, #fff 20%, #ff9a4d 55%, var(--hr-orange) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body.home-redesign .hr-work__head-aside {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 2.5vw, 1.75rem);
  align-items: flex-start;
}

body.home-redesign .hr-work__lead {
  margin: 0;
  max-width: 36ch;
  font-size: clamp(0.9375rem, 1.3vw, 1.0625rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.52);
}

body.home-redesign .hr-work__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2rem);
  padding-top: clamp(1rem, 2vw, 1.25rem);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  width: 100%;
}

body.home-redesign .hr-work__meta > div {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

body.home-redesign .hr-work__meta strong {
  font-family: var(--hr-font-display);
  font-size: clamp(1.25rem, 2vw, 1.625rem);
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

body.home-redesign .hr-work__meta span {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
}

body.home-redesign .hr-portfolio-split {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: clamp(420px, 62dvh, 640px);
  min-height: clamp(420px, 62dvh, 640px);
  overflow: hidden;
  position: relative;
  background: #000;
  z-index: 2;
  border-radius: inherit;
}

body.home-redesign .hr-portfolio-split__text {
  flex: 0 0 32%;
  max-width: 32%;
  height: 100%;
  padding: clamp(2.5rem, 5vw, 4rem) var(--hr-gutter) clamp(2.5rem, 5vw, 4rem) var(--hr-gutter);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #000;
  z-index: 10;
  position: relative;
  clip-path: polygon(0 0, calc(100% + 6.6dvh) 0, calc(100% - 6.6dvh) 100%, 0 100%);
}

body.home-redesign .hr-portfolio-split__text::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -20dvh;
  background: #000;
  z-index: -1;
  pointer-events: none;
}

body.home-redesign .hr-portfolio-split__text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.08);
  transform: skewX(-12deg);
  z-index: 11;
  pointer-events: none;
}

body.home-redesign .hr-portfolio-split__brand {
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 1.6vh, 1rem);
  max-width: 22rem;
}

body.home-redesign .hr-portfolio-split__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: #666;
  text-transform: uppercase;
}

body.home-redesign .hr-portfolio-split__eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--hr-orange);
  flex-shrink: 0;
}

body.home-redesign .hr-portfolio-split__title {
  margin: 0;
  font-family: var(--hr-font-display);
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.03em;
  color: #f5f5f5;
}

body.home-redesign .hr-portfolio-split__lead {
  margin: 0;
  font-size: clamp(0.875rem, 1vw, 0.9375rem);
  line-height: 1.65;
  color: #8a8a8a;
  max-width: 30ch;
}

body.home-redesign .hr-portfolio-split__menu {
  margin-top: auto;
  margin-bottom: 1.5rem;
}

body.home-redesign .hr-portfolio-split__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

body.home-redesign .hr-portfolio-split__menu ul li a {
  font-family: var(--hr-font-body);
  font-size: clamp(0.8125rem, 0.95vw, 0.875rem);
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #555;
  transition: color 0.25s ease, padding-left 0.25s ease;
  display: inline-block;
  position: relative;
  padding-left: 0;
}

body.home-redesign .hr-portfolio-split__menu ul li a.active,
body.home-redesign .hr-portfolio-split__menu ul li a:hover {
  color: #f0f0f0;
  padding-left: 14px;
}

body.home-redesign .hr-portfolio-split__menu ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scaleY(0);
  width: 2px;
  height: 14px;
  background: var(--hr-orange);
  border-radius: 1px;
  transform-origin: center;
  transition: transform 0.25s ease;
}

body.home-redesign .hr-portfolio-split__menu ul li a.active::before,
body.home-redesign .hr-portfolio-split__menu ul li a:hover::before {
  transform: translateY(-50%) scaleY(1);
}

body.home-redesign .hr-portfolio-split__menu-all {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #1e1e1e;
}

body.home-redesign .hr-portfolio-split__menu-all a {
  font-size: clamp(0.75rem, 0.85vw, 0.8125rem) !important;
  color: var(--hr-orange, #ff6a00) !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em !important;
}

body.home-redesign .hr-portfolio-split__menu-all a .arrow {
  display: inline-block;
  transition: transform 0.3s;
}

body.home-redesign .hr-portfolio-split__menu-all a:hover .arrow {
  transform: translateX(4px);
}

body.home-redesign .hr-portfolio-split__images {
  flex: 1;
  height: 100%;
  position: relative;
  overflow: visible;
}

body.home-redesign .hr-portfolio-split__images .hr-skewed-portfolio {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-inline: 0;
  height: 100%;
  overflow: visible;
  position: relative;
  z-index: 2;
  background: #000;
}

body.home-redesign .hr-skewed-panel {
  position: relative;
  flex: 1;
  height: 100%;
  overflow: hidden;
  transform: skewX(-12deg);
  border-right: 3px solid #000;
  transition: flex 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  text-decoration: none;
  cursor: pointer;
  will-change: flex;
}

body.home-redesign .hr-skewed-panel:first-child {
  margin-left: -150px;
  padding-left: 150px;
}

body.home-redesign .hr-skewed-panel:last-child {
  margin-right: -150px;
  padding-right: 150px;
  border-right: none;
}

body.home-redesign .hr-skewed-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40%;
  width: 180%;
  height: 100%;
  transform: skewX(12deg);
  overflow: hidden;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

body.home-redesign .hr-skewed-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4) grayscale(1);
  transition: filter 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

body.home-redesign .hr-skewed-panel:hover,
body.home-redesign .hr-skewed-panel.is-hovered {
  flex: 2.2;
}

body.home-redesign .hr-skewed-panel:hover .hr-skewed-content img,
body.home-redesign .hr-skewed-panel.is-hovered .hr-skewed-content img {
  filter: brightness(0.95) grayscale(0);
  transform: scale(1.03);
}

body.home-redesign .hr-skewed-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: clamp(3.5rem, 6vw, 5rem) clamp(2rem, 3.5vw, 3rem) clamp(1.75rem, 3vw, 2.25rem);
  box-sizing: border-box;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.72) 38%, transparent 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
}

body.home-redesign .hr-skewed-info h3 {
  margin: 0;
  font-family: var(--hr-font-display);
  font-size: clamp(0.8125rem, 1vw, 1rem) !important;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -0.01em;
  line-height: 1.25;
  color: #fff;
  white-space: nowrap;
  transition: color 0.3s ease;
}

body.home-redesign .hr-skewed-panel:hover .hr-skewed-info h3,
body.home-redesign .hr-skewed-panel.is-hovered .hr-skewed-info h3 {
  color: #fff;
}

body.home-redesign .hr-skewed-info p {
  margin: 0;
  font-size: clamp(0.8125rem, 0.88vw, 0.875rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
  max-width: 34ch;
  /* Collapsed panels are too narrow for the description — only show the name.
     The description is revealed when the panel expands on hover. */
  display: none;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.4s ease 0.05s, transform 0.4s ease 0.05s, color 0.3s ease;
}

body.home-redesign .hr-skewed-panel:hover .hr-skewed-info p,
body.home-redesign .hr-skewed-panel.is-hovered .hr-skewed-info p {
  display: block;
  opacity: 1;
  transform: none;
  color: rgba(255, 255, 255, 0.88);
}

/* Desktop: project name as a vertical "spine" label that follows the card's
   left slanted edge. The label lives on the skewed panel, so it inherits the
   panel's slant automatically. */
@media (min-width: 1025px) {
  body.home-redesign .hr-skewed-panel {
    --spine-left: clamp(1rem, 1.5vw, 1.75rem);
  }

  /* First panel carries a large negative margin + padding to fill the
     slanted gutter, so nudge its labels back into the visible area. */
  body.home-redesign .hr-skewed-panel:first-child {
    --spine-left: calc(150px + clamp(1rem, 1.5vw, 1.75rem));
  }

  /* Title spine label (follows the card's slant via the skewed panel). */
  body.home-redesign .hr-skewed-panel::before {
    content: attr(data-name);
    position: absolute;
    bottom: clamp(2rem, 4vw, 3.5rem);
    left: var(--spine-left);
    z-index: 4;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    transform-origin: center;
    margin: 0;
    font-family: var(--hr-font-display);
    font-size: clamp(1.25rem, 2vw, 1.9rem);
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.9);
    pointer-events: none;
  }

  /* Orange sub-label, a parallel vertical line just inside the title. */
  body.home-redesign .hr-skewed-panel::after {
    content: attr(data-sub);
    position: absolute;
    bottom: clamp(2rem, 4vw, 3.5rem);
    left: calc(var(--spine-left) + clamp(1.9rem, 2.4vw, 2.6rem));
    z-index: 4;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    transform-origin: center;
    margin: 0;
    font-family: var(--hr-font-display);
    font-size: clamp(0.75rem, 0.95vw, 0.95rem);
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    color: #ff6a00;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.9);
    pointer-events: none;
  }

  /* The bottom horizontal text is now redundant with the spine labels. */
  body.home-redesign .hr-skewed-info h3,
  body.home-redesign .hr-skewed-info p,
  body.home-redesign .hr-skewed-panel:hover .hr-skewed-info p,
  body.home-redesign .hr-skewed-panel.is-hovered .hr-skewed-info p {
    display: none;
  }
}

@media (max-width: 1024px) {
  body.home-redesign .hr-portfolio-split {
    flex-direction: column;
    height: auto;
  }

  body.home-redesign .hr-portfolio-split__text {
    flex: none;
    max-width: 100%;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: clamp(2rem, 5vw, 3rem) var(--hr-gutter);
    clip-path: none;
  }

  body.home-redesign .hr-portfolio-split__text::before,
  body.home-redesign .hr-portfolio-split__text::after {
    display: none;
  }

  body.home-redesign .hr-portfolio-split__menu {
    display: none;
  }

  body.home-redesign .hr-portfolio-split__images {
    width: 100%;
    height: auto;
  }

  body.home-redesign .hr-portfolio-split__images .hr-skewed-portfolio {
    flex-direction: column;
    height: auto;
    width: 100%;
    margin-inline: 0;
    gap: 20px;
    background: transparent;
  }

  body.home-redesign .hr-skewed-panel {
    transform: none;
    flex: none;
    height: clamp(300px, 45vh, 420px);
    width: 100%;
    border-right: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    margin: 0 !important;
    padding: 0 !important;
  }

  body.home-redesign .hr-skewed-content {
    transform: none;
    width: 100%;
    left: 0;
  }

  body.home-redesign .hr-skewed-content img {
    filter: brightness(0.55) grayscale(0.2);
  }

  body.home-redesign .hr-skewed-panel:hover .hr-skewed-content img {
    filter: brightness(0.85) grayscale(0);
    transform: scale(1.02);
  }

  body.home-redesign .hr-skewed-info {
    padding: 2rem 1.5rem 1.75rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.5) 55%, transparent 100%);
  }

  body.home-redesign .hr-skewed-info h3 {
    font-size: clamp(1rem, 4vw, 1.25rem) !important;
    white-space: normal;
  }

  body.home-redesign .hr-skewed-info p {
    display: block;
    opacity: 1;
    transform: none;
    max-width: 100%;
  }

  body.home-redesign .hr-work--showcase {
    --work-inset: clamp(16px, 4vw, 24px);
  }

  body.home-redesign .hr-work__stage {
    padding: clamp(3.5rem, 10vw, 5rem) 0 clamp(2.5rem, 8vw, 4rem);
  }
}

@media (max-width: 640px) {
  body.home-redesign .hr-marquee__group {
    gap: 1rem;
    padding-right: 1rem;
  }

  body.home-redesign .hr-marquee__group span {
    font-size: 0.5625rem;
    letter-spacing: 0.12em;
  }

  body.home-redesign .hr-work--showcase {
    --work-inset: clamp(12px, 4vw, 20px);
  }

  body.home-redesign .hr-work__stage {
    padding: clamp(3.5rem, 12vw, 5rem) 0 clamp(2.75rem, 10vw, 4rem);
  }

  body.home-redesign .hr-work__head-copy .hr-title--display {
    max-width: none;
    font-size: clamp(1.875rem, 9vw, 2.5rem);
  }

  body.home-redesign .hr-work__meta {
    gap: 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home-redesign .hr-work-card,
  body.home-redesign .hr-work-card__media img,
  body.home-redesign .hr-work-card__arrow {
    transition: none;
  }
}

body.home-redesign .hr-booking {
  --bk-stage-min: auto;
  --bk-times-min: clamp(220px, 28vh, 300px);
  --bk-times-max: clamp(260px, 34vh, 360px);
  --bk-aside-width: minmax(240px, 280px);
  --bk-app-max: min(920px, 100%);
  --bk-date-col: minmax(0, 1.45fr);
  --bk-time-col: minmax(240px, 0.55fr);
  --bk-card-bg: rgba(255, 255, 255, 0.07);
  --bk-card-border: rgba(255, 255, 255, 0.16);
  --bk-card-highlight: rgba(255, 255, 255, 0.22);
  padding: clamp(2.5rem, 5vh, 3.5rem) 0 clamp(2.75rem, 5vh, 3.75rem);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: var(--hr-bg);
  background-image: url("images/heroes/main/glow-booking-bg.webp?v=glow-hd");
  background-size: cover;
  background-position: center 22%;
  border-radius: clamp(20px, 2.8vw, 32px);
  margin-inline: var(--hr-gutter);
  width: calc(100% - 2 * var(--hr-gutter));
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

body.home-redesign .hr-booking .hr-title--display {
  font-size: clamp(1.85rem, 3.8vw, 2.75rem);
  line-height: 1.06;
  margin-bottom: 0.55rem;
}

body.home-redesign .hr-booking .hr-lead {
  margin-bottom: 0;
  max-width: 42ch;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
}

body.home-redesign .hr-booking::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(7, 3, 3, 0.28) 0%,
    rgba(7, 3, 3, 0.04) 42%,
    rgba(7, 3, 3, 0.32) 100%
  );
  pointer-events: none;
  z-index: 0;
}

body.home-redesign .hr-booking .container {
  position: relative;
  z-index: 1;
  max-width: none;
  width: 100%;
  padding-inline: 0;
}

body.home-redesign .hr-booking .hr-booking__head {
  max-width: var(--bk-app-max);
  margin-inline: auto;
  padding-inline: var(--hr-gutter);
  margin-bottom: clamp(1.35rem, 3vw, 2rem);
}

body.home-redesign .hr-booking .hr-dot-label {
  margin-bottom: 0.65rem;
}

body.home-redesign .hr-booking__app {
  max-width: var(--bk-app-max);
  width: 100%;
  margin-inline: auto;
  padding-inline: clamp(1rem, 2.5vw, 1.75rem);
}

body.home-redesign .hr-booking__layout {
  display: grid;
  grid-template-columns: var(--bk-aside-width) minmax(0, 1fr);
  align-items: start;
  border: 1px solid var(--bk-card-border);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow:
    inset 0 1px 0 var(--bk-card-highlight),
    0 16px 48px rgba(0, 0, 0, 0.18);
}

body.home-redesign .hr-booking__aside {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: clamp(1.35rem, 2.5vw, 2rem) clamp(1.15rem, 2vw, 1.5rem);
  background: linear-gradient(180deg, rgba(255, 106, 0, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

body.home-redesign .hr-booking__aside-label {
  grid-area: label;
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--hr-orange);
}

body.home-redesign .hr-booking__aside-title {
  grid-area: title;
  margin: 0;
  font-family: var(--hr-font-display);
  font-size: clamp(1.2rem, 1.9vw, 1.5rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #fff;
  max-width: 16ch;
}

body.home-redesign .hr-booking__aside-list {
  grid-area: list;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

body.home-redesign .hr-booking__aside-list li {
  position: relative;
  padding-left: 0.95rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.78);
}

body.home-redesign .hr-booking__aside-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--hr-orange);
  box-shadow: 0 0 10px var(--hr-glow-soft);
}

body.home-redesign .hr-booking__aside-list strong {
  color: #fff;
  font-weight: 600;
}

body.home-redesign .hr-booking__progress {
  grid-area: progress;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-top: auto;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body.home-redesign .hr-booking__progress-step {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.52);
  transition: color 0.25s ease;
  flex: 1;
  min-width: 0;
}

body.home-redesign .hr-booking__progress-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.58);
  transition: border-color 0.25s ease, background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

body.home-redesign .hr-booking__progress-step.is-active {
  color: #fff;
}

body.home-redesign .hr-booking__progress-step.is-active span {
  background: linear-gradient(135deg, var(--hr-orange), #a83800);
  border-color: rgba(255, 140, 60, 0.45);
  color: #fff;
  box-shadow: 0 0 18px var(--hr-glow-soft);
}

body.home-redesign .hr-booking__progress-step.is-done {
  color: rgba(255, 255, 255, 0.72);
}

body.home-redesign .hr-booking__progress-step.is-done span {
  background: rgba(255, 106, 0, 0.16);
  border-color: rgba(255, 106, 0, 0.35);
  color: #fff;
}

body.home-redesign .hr-booking__shell {
  position: relative;
  padding: clamp(1.15rem, 2vw, 1.65rem);
  border-radius: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.home-redesign .hr-booking__shell::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    160deg,
    rgba(255, 106, 0, 0.18),
    rgba(255, 255, 255, 0.06) 38%,
    transparent 72%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.45;
  animation: none;
}

body.home-redesign .hr-booking__glow {
  position: absolute;
  width: min(480px, 70vw);
  height: min(480px, 70vw);
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 80, 0, 0.14) 0%, transparent 68%);
  filter: blur(40px);
  pointer-events: none;
  animation: hr-about-glow-drift 10s ease-in-out infinite alternate;
}

body.home-redesign .hr-booking__stage {
  position: relative;
  z-index: 1;
  min-height: var(--bk-stage-min);
  perspective: 1400px;
}

body.home-redesign .hr-booking__stage.is-revealed {
  min-height: clamp(420px, 48vh, 520px);
}

body.home-redesign .hr-booking__fold {
  display: grid;
  grid-template-columns: var(--bk-date-col) 1px var(--bk-time-col);
  gap: 0 clamp(0.75rem, 1.5vw, 1rem);
  min-height: auto;
  align-items: stretch;
  transform-style: preserve-3d;
  transition: opacity 0.45s ease;
}

body.home-redesign .hr-booking__divider {
  align-self: stretch;
  min-height: 100%;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(255, 106, 0, 0.28) 22%,
    rgba(255, 255, 255, 0.1) 50%,
    rgba(255, 106, 0, 0.28) 78%,
    transparent
  );
}

body.home-redesign .hr-booking__panel {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  min-height: 0;
  padding: clamp(0.75rem, 1.2vw, 1rem);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition:
    transform 0.85s cubic-bezier(0.4, 0, 0.15, 1),
    opacity 0.55s ease,
    filter 0.55s ease;
}

body.home-redesign .hr-booking__panel--date {
  transform-origin: right center;
  align-self: stretch;
  justify-self: stretch;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: clamp(0.85rem, 1.4vw, 1.1rem);
  border-radius: 12px;
  background: var(--bk-card-bg);
  border: 1px solid var(--bk-card-border);
  box-shadow: inset 0 1px 0 var(--bk-card-highlight);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.home-redesign .hr-booking__panel--date .hr-booking__dates {
  flex: 1 1 auto;
  min-height: 0;
  align-content: stretch;
  grid-auto-rows: 1fr;
}

body.home-redesign .hr-booking__panel--date .hr-booking__hint {
  flex-shrink: 0;
  margin-top: 0.35rem;
}

body.home-redesign .hr-booking__panel--time {
  transform-origin: left center;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  align-self: stretch;
  justify-self: stretch;
  width: 100%;
  height: 100%;
  min-height: 0;
  min-width: 0;
  padding: clamp(0.85rem, 1.4vw, 1.1rem);
  border-radius: 12px;
  background: var(--bk-card-bg);
  border: 1px solid var(--bk-card-border);
  box-shadow: inset 0 1px 0 var(--bk-card-highlight);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow: hidden;
}

body.home-redesign .hr-booking__step {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.66);
}

body.home-redesign .hr-booking__step-mark {
  width: 3px;
  height: 0.75rem;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--hr-orange), rgba(255, 106, 0, 0.2));
  box-shadow: 0 0 10px var(--hr-glow-soft);
}

body.home-redesign .hr-booking__range {
  margin: 0;
  font-family: var(--hr-font-display);
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}

body.home-redesign .hr-booking__weekdays {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.4rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  color: rgba(255, 255, 255, 0.56);
}

body.home-redesign .hr-booking__dates {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.4rem;
  height: 100%;
}

body.home-redesign .hr-booking__date-spacer {
  min-height: clamp(2.85rem, 4.5vh, 3.5rem);
  height: 100%;
}

body.home-redesign .hr-booking__panel--time.is-locked .hr-booking__times-wrap {
  background: rgba(255, 255, 255, 0.04);
  min-height: var(--bk-times-min);
  max-height: var(--bk-times-max);
}

body.home-redesign .hr-booking__panel--time.is-locked .hr-booking__slots-title {
  color: rgba(255, 255, 255, 0.86);
}

body.home-redesign .hr-booking__panel--time.is-locked .hr-booking__tz {
  color: rgba(255, 255, 255, 0.5);
}

body.home-redesign .hr-booking__date-btn {
  aspect-ratio: auto;
  min-height: clamp(2.85rem, 4.5vh, 3.5rem);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: border-color 0.25s ease, background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

body.home-redesign .hr-booking__date-btn:hover {
  background: rgba(255, 106, 0, 0.14);
  border-color: rgba(255, 106, 0, 0.38);
}

body.home-redesign .hr-booking__date-btn.is-selected {
  background: rgba(255, 106, 0, 0.2);
  border-color: rgba(255, 106, 0, 0.5);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 140, 60, 0.22);
}

body.home-redesign .hr-booking__slots-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.65rem;
  flex-wrap: wrap;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.home-redesign .hr-booking__panel--time.is-locked .hr-booking__slots-title::after {
  content: "Locked";
  display: inline-flex;
  align-items: center;
  margin-left: 0.5rem;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  border: 1px dashed rgba(255, 255, 255, 0.18);
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
  vertical-align: middle;
}

body.home-redesign .hr-booking__slots-title {
  margin: 0;
  font-family: var(--hr-font-display);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}

body.home-redesign .hr-booking__tz {
  margin: 0;
  max-width: 18ch;
  font-size: 0.625rem;
  line-height: 1.35;
  text-align: right;
  color: rgba(255, 255, 255, 0.58);
}

body.home-redesign .hr-booking__times-wrap {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: var(--bk-times-min);
  max-height: var(--bk-times-max);
  overflow: hidden;
  margin-top: 0;
  padding: 0.55rem 0.4rem 0.55rem 0.65rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

body.home-redesign .hr-booking__times {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.45rem;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 0.45rem;
  align-content: start;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 140, 60, 0.65) rgba(255, 255, 255, 0.08);
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

body.home-redesign .hr-booking__times-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.5rem;
  background: linear-gradient(180deg, transparent, rgba(8, 4, 4, 0.28));
  pointer-events: none;
  z-index: 1;
}

body.home-redesign .hr-booking__times-wrap::before {
  content: "Scroll for more";
  position: absolute;
  right: 0.65rem;
  bottom: 0.45rem;
  z-index: 2;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}

body.home-redesign .hr-booking__times-wrap.is-scrollable::before {
  opacity: 0.9;
}

body.home-redesign .hr-booking__times::-webkit-scrollbar {
  width: 6px;
}

body.home-redesign .hr-booking__times::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}

body.home-redesign .hr-booking__times::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 140, 60, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

body.home-redesign .hr-booking__time-btn span {
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.58);
}

body.home-redesign .hr-booking__time-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  width: 100%;
  min-height: 2.65rem;
  padding: 0.72rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  flex-shrink: 0;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: border-color 0.25s ease, background 0.25s ease, color 0.25s ease, opacity 0.25s ease, transform 0.2s ease;
}

body.home-redesign .hr-booking__time-btn.is-placeholder,
body.home-redesign .hr-booking__time-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}

body.home-redesign .hr-booking__time-btn.is-placeholder span,
body.home-redesign .hr-booking__time-btn:disabled span {
  color: rgba(255, 255, 255, 0.28);
}

body.home-redesign .hr-booking__panel--time.is-locked .hr-booking__times-wrap::after {
  background: linear-gradient(180deg, transparent, rgba(8, 4, 4, 0.2));
}

body.home-redesign .hr-booking__panel--time.is-locked .hr-booking__times-wrap::before {
  content: "Select a date";
  opacity: 0.9;
}

body.home-redesign .hr-booking__time-btn:hover:not(:disabled):not(.is-placeholder) {
  background: rgba(255, 106, 0, 0.14);
  border-color: rgba(255, 106, 0, 0.38);
  transform: translateY(-1px);
}

body.home-redesign .hr-booking__time-btn.is-selected {
  background: rgba(255, 106, 0, 0.24);
  border-color: rgba(255, 106, 0, 0.55);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 140, 60, 0.22);
}

body.home-redesign .hr-booking__time-btn.is-selected span {
  color: rgba(255, 255, 255, 0.78);
}

body.home-redesign .hr-booking__hint,
body.home-redesign .hr-booking__empty {
  margin: 0.2rem 0 0;
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.62);
}

body.home-redesign .hr-booking__hint {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

body.home-redesign .hr-booking__hint::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--hr-orange);
  opacity: 0.65;
  flex-shrink: 0;
}

body.home-redesign .hr-booking__reveal {
  position: absolute;
  inset: 0;
  display: flex;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(0.97);
  transition:
    opacity 0.5s ease 0.12s,
    visibility 0.5s ease 0.12s,
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.08s;
}

body.home-redesign .hr-booking__reveal-inner {
  width: 100%;
  max-width: 720px;
  margin-inline: auto;
  padding: clamp(0.5rem, 1vw, 0.85rem);
}

body.home-redesign .hr-booking__summary {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  border-radius: 4px;
  background: rgba(255, 106, 0, 0.1);
  border: 1px solid rgba(255, 106, 0, 0.24);
  font-size: 0.8125rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.96);
}

body.home-redesign .hr-booking__stage.is-revealed .hr-booking__fold {
  opacity: 0;
  pointer-events: none;
}

body.home-redesign .hr-booking__stage.is-revealed .hr-booking__panel--date {
  transform: rotateY(88deg) translateZ(0);
  opacity: 0;
  filter: blur(2px);
}

body.home-redesign .hr-booking__stage.is-revealed .hr-booking__panel--time {
  transform: rotateY(-88deg) translateZ(0);
  opacity: 0;
  filter: blur(2px);
}

body.home-redesign .hr-booking__stage.is-revealed .hr-booking__reveal {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: scale(1);
}

body.home-redesign .hr-booking__back {
  margin: 0 0 0.65rem;
  padding: 0;
  border: none;
  background: none;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.2s ease;
}

body.home-redesign .hr-booking__back:hover {
  color: var(--hr-orange);
}

body.home-redesign .hr-booking__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

body.home-redesign .hr-booking__field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

body.home-redesign .hr-booking__field--full {
  grid-column: 1 / -1;
}

body.home-redesign .hr-booking__field label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.82);
}

body.home-redesign .hr-booking__field label span {
  color: var(--hr-orange);
}

body.home-redesign .hr-booking__field input,
body.home-redesign .hr-booking__field textarea {
  width: 100%;
  padding: 0.72rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.28);
  color: #fff;
  font: inherit;
  font-size: 0.9375rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.home-redesign .hr-booking__field input::placeholder,
body.home-redesign .hr-booking__field textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

body.home-redesign .hr-booking__field input:focus,
body.home-redesign .hr-booking__field textarea:focus {
  outline: none;
  border-color: rgba(255, 106, 0, 0.45);
  box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.12);
}

body.home-redesign .hr-booking__field textarea {
  resize: vertical;
  min-height: 88px;
}

body.home-redesign .hr-booking__form-title {
  margin: 0 0 0.65rem;
  font-family: var(--hr-font-display);
  font-size: clamp(1.1rem, 1.6vw, 1.3rem);
  font-weight: 700;
  color: #fff;
}

body.home-redesign .hr-booking__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

body.home-redesign .hr-booking__status {
  margin: 0.75rem 0 0;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.92);
}

body.home-redesign .hr-booking__status.is-error {
  color: #ffb347;
}

body.home-redesign .hr-booking__submit {
  margin-top: 0.85rem;
  width: 100%;
  min-height: 2.85rem;
}

body.home-redesign .hr-booking__submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}


/* ══════════════════════════════════════════════
   WHERE TO START — horizontal step layout
   ══════════════════════════════════════════════ */

body.home-redesign .hr-paths__inner {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 3rem;
  align-items: start;
}

body.home-redesign .hr-paths__head {
  position: sticky;
  top: 100px;
}

body.home-redesign .hr-paths__head .hr-title {
  font-size: clamp(1.6rem, 2.5vw, 2.25rem);
  line-height: 1.15;
  margin-top: 0.5rem;
}

body.home-redesign .hr-paths__steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}

body.home-redesign .hr-step {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 0;
  text-decoration: none;
  color: inherit;
  position: relative;
  padding: 1.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: background 0.3s ease;
}

body.home-redesign .hr-step:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body.home-redesign .hr-step__num {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(255, 106, 0, 0.45);
  padding-top: 0.2rem;
  transition: color 0.3s ease;
  line-height: 1;
}

body.home-redesign .hr-step:hover .hr-step__num {
  color: var(--hr-orange);
}

body.home-redesign .hr-step__content {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto auto;
  column-gap: 1.5rem;
  row-gap: 0;
  align-items: start;
}

body.home-redesign .hr-step__icon {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255, 106, 0, 0.07);
  border: 1px solid rgba(255, 106, 0, 0.15);
  color: rgba(255, 106, 0, 0.6);
  margin-bottom: 0.85rem;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

body.home-redesign .hr-step:hover .hr-step__icon {
  background: rgba(255, 106, 0, 0.12);
  border-color: rgba(255, 106, 0, 0.35);
  color: var(--hr-orange);
  transform: scale(1.1);
}

body.home-redesign .hr-step__content h3 {
  grid-column: 1;
  grid-row: 2;
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  transition: color 0.25s ease;
}

body.home-redesign .hr-step__content p {
  grid-column: 1;
  grid-row: 3;
  margin: 0;
  font-size: 0.8375rem;
  color: rgba(255, 255, 255, 0.42);
  line-height: 1.6;
}

body.home-redesign .hr-step__arrow {
  grid-column: 2;
  grid-row: 1 / 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.25);
  align-self: center;
  transition: border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, background 0.3s ease;
  flex-shrink: 0;
}

body.home-redesign .hr-step:hover .hr-step__arrow {
  border-color: var(--hr-orange);
  color: var(--hr-orange);
  background: rgba(255, 106, 0, 0.08);
  transform: translateX(3px);
}

/* CTA step — special styling */
body.home-redesign .hr-step--cta {
  border-bottom: none;
}

body.home-redesign .hr-step--cta .hr-step__icon {
  background: rgba(255, 106, 0, 0.12);
  border-color: rgba(255, 106, 0, 0.3);
  color: var(--hr-orange);
}

body.home-redesign .hr-step__cta-btn {
  grid-column: 2;
  grid-row: 1 / 4;
  align-self: center;
  display: inline-flex;
  align-items: center;
  height: 38px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--hr-orange);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: 0.01em;
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

body.home-redesign .hr-step--cta:hover .hr-step__cta-btn {
  background: #ff6a00;
  box-shadow: 0 0 20px rgba(255, 106, 0, 0.4);
  transform: translateX(3px);
}

body.home-redesign .hr-step--cta .hr-step__num {
  color: rgba(255, 106, 0, 0.7);
}

/* ══════════════════════════════════════════════
   OUR INSIGHTS — magazine / editorial layout
   ══════════════════════════════════════════════ */

body.home-redesign .hr-insights__layout {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 1.5rem;
  align-items: stretch;
}

/* Featured card (left large) */
body.home-redesign .hr-insight-feat {
  display: flex;
  flex-direction: column;
  gap: 0;
  text-decoration: none;
  color: inherit;
  padding: 2.5rem;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(28, 10, 5, 0.95) 0%, rgba(12, 5, 5, 0.98) 100%);
  border: 1px solid rgba(255, 106, 0, 0.12);
  position: relative;
  overflow: hidden;
  transition: border-color 0.4s ease, box-shadow 0.4s ease;
  min-height: 380px;
}

body.home-redesign .hr-insight-feat:hover {
  border-color: rgba(255, 106, 0, 0.3);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(255, 106, 0, 0.08);
}

body.home-redesign .hr-insight-feat__tag {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1.5rem;
}

body.home-redesign .hr-insight-feat__title {
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
  max-width: 18ch;
}

body.home-redesign .hr-insight-feat__desc {
  font-size: 0.9375rem;
  color: rgba(255, 210, 190, 0.5);
  line-height: 1.65;
  margin: 0;
  flex: 1;
  max-width: 42ch;
}

body.home-redesign .hr-insight-feat__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 106, 0, 0.1);
}

body.home-redesign .hr-insight-feat__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.825rem;
  font-weight: 700;
  color: var(--hr-orange);
  letter-spacing: 0.01em;
  transition: gap 0.25s ease;
}

body.home-redesign .hr-insight-feat:hover .hr-insight-feat__cta {
  gap: 10px;
}

body.home-redesign .hr-insight-feat__num {
  font-size: 4rem;
  font-weight: 900;
  color: rgba(255, 106, 0, 0.07);
  line-height: 1;
  letter-spacing: -0.04em;
  user-select: none;
  transition: color 0.4s ease;
}

body.home-redesign .hr-insight-feat:hover .hr-insight-feat__num {
  color: rgba(255, 106, 0, 0.13);
}

body.home-redesign .hr-insight-feat__glow {
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 106, 0, 0.12) 0%, transparent 70%);
  pointer-events: none;
  transition: opacity 0.4s ease;
}

body.home-redesign .hr-insight-feat:hover .hr-insight-feat__glow {
  opacity: 1.5;
}

/* Right aside */
body.home-redesign .hr-insights__aside {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

body.home-redesign .hr-insights__aside-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

body.home-redesign .hr-insights__count {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.3);
  margin: 0.2rem 0 0;
}

body.home-redesign .hr-view-all {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 5px 12px;
  transition: color 0.25s, border-color 0.25s, background 0.25s;
  white-space: nowrap;
}

body.home-redesign .hr-view-all:hover {
  color: #fff;
  border-color: rgba(255, 106, 0, 0.35);
  background: rgba(255, 106, 0, 0.07);
}

/* Insight list (stacked rows) */
body.home-redesign .hr-insight-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
}

body.home-redesign .hr-insight-row {
  display: flex;
  align-items: stretch;
  gap: 0;
  text-decoration: none;
  color: inherit;
  padding: 1.5rem 1rem 1.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease;
}

body.home-redesign .hr-insight-row:last-child {
  border-bottom: none;
}

body.home-redesign .hr-insight-row__accent {
  width: 3px;
  border-radius: 999px;
  flex-shrink: 0;
  margin-right: 1.25rem;
  transition: opacity 0.3s ease;
  opacity: 0.4;
}

body.home-redesign .hr-insight-row:hover .hr-insight-row__accent {
  opacity: 1;
}

body.home-redesign .hr-insight-row__accent--auto {
  background: #b89cff;
}

body.home-redesign .hr-insight-row__accent--leads {
  background: var(--hr-orange);
}

body.home-redesign .hr-insight-row__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

body.home-redesign .hr-insight-row__top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0.4rem;
}

body.home-redesign .hr-insight-row h3 {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
  transition: color 0.25s ease;
}

body.home-redesign .hr-insight-row:hover h3 {
  color: rgba(255, 220, 200, 1);
}

body.home-redesign .hr-insight-row p {
  margin: 0;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.38);
  line-height: 1.55;
}

body.home-redesign .hr-insight-row__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  align-self: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
  margin-left: 0.75rem;
  transition: border-color 0.25s ease, color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

body.home-redesign .hr-insight-row:hover .hr-insight-row__arrow {
  border-color: var(--hr-orange);
  color: var(--hr-orange);
  background: rgba(255, 106, 0, 0.07);
  transform: translateX(3px);
}

/* Shared category badge + read time */
body.home-redesign .hr-ic {
  display: inline-flex;
  align-items: center;
  height: 18px;
  padding: 0 7px;
  border-radius: 999px;
  font-size: 0.575rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid;
}

body.home-redesign .hr-ic--seo {
  color: #72d8ff;
  background: rgba(90, 200, 250, 0.08);
  border-color: rgba(90, 200, 250, 0.22);
}

body.home-redesign .hr-ic--auto {
  color: #c4aaff;
  background: rgba(184, 156, 255, 0.08);
  border-color: rgba(184, 156, 255, 0.22);
}

body.home-redesign .hr-ic--leads {
  color: var(--hr-orange);
  background: rgba(255, 106, 0, 0.07);
  border-color: rgba(255, 106, 0, 0.2);
}

body.home-redesign .hr-ic-read {
  font-size: 0.625rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.28);
  letter-spacing: 0.04em;
}




body.home-redesign .hr-path-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 240px;
  padding: 0;
  border-radius: 24px;
  background: var(--hr-glass);
  border: 1px solid var(--hr-glass-border);
  backdrop-filter: blur(18px);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  position: relative;
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1),
    border-color 0.35s ease, box-shadow 0.35s ease;
}

body.home-redesign .hr-path-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.04) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

body.home-redesign .hr-path-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 106, 0, 0.35);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35), 0 0 30px rgba(255, 106, 0, 0.08);
}

body.home-redesign .hr-path-card:hover::after {
  opacity: 1;
}

body.home-redesign .hr-path-card__icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  background: linear-gradient(180deg, rgba(255, 106, 0, 0.06) 0%, transparent 100%);
  border-bottom: 1px solid rgba(255, 106, 0, 0.08);
  flex-shrink: 0;
}

body.home-redesign .hr-path-card__icon {
  width: 40px;
  height: 40px;
  color: rgba(255, 106, 0, 0.7);
  position: relative;
  z-index: 1;
  transition: color 0.3s ease, transform 0.3s ease;
}

body.home-redesign .hr-path-card:hover .hr-path-card__icon {
  color: var(--hr-orange);
  transform: scale(1.1);
}

body.home-redesign .hr-path-card__icon-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 100%, rgba(255, 106, 0, 0.1) 0%, transparent 65%);
  pointer-events: none;
}

body.home-redesign .hr-path-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  flex: 1;
  padding: 1.25rem 1.35rem 1.35rem;
}

body.home-redesign .hr-path-card--glow {
  background: linear-gradient(145deg, rgba(255, 106, 0, 0.1), var(--hr-glass));
  border-color: rgba(255, 106, 0, 0.25);
  box-shadow: 0 0 32px var(--hr-glow-soft);
  animation: hr-path-glow 3s ease-in-out infinite;
}

@keyframes hr-path-glow {
  0%, 100% { box-shadow: 0 0 24px var(--hr-glow-soft); border-color: rgba(255, 106, 0, 0.22); }
  50% { box-shadow: 0 0 40px rgba(255, 106, 0, 0.22); border-color: rgba(255, 106, 0, 0.38); }
}

body.home-redesign .hr-path-card--glow .hr-path-card__icon-wrap {
  background: linear-gradient(180deg, rgba(255, 106, 0, 0.12) 0%, rgba(255, 106, 0, 0.02) 100%);
  border-bottom-color: rgba(255, 106, 0, 0.18);
}

body.home-redesign .hr-path-card--glow .hr-path-card__icon {
  color: var(--hr-orange);
}

body.home-redesign .hr-path-card__num {
  display: inline-flex;
  align-items: center;
  height: 20px;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--hr-orange);
  background: rgba(255, 106, 0, 0.08);
  border: 1px solid rgba(255, 106, 0, 0.2);
  width: fit-content;
  margin-bottom: 0.15rem;
}

body.home-redesign .hr-path-card h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}

body.home-redesign .hr-path-card p {
  margin: 0;
  flex: 1;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.5);
}

body.home-redesign .hr-path-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--hr-orange);
  transition: gap 0.25s ease;
}

body.home-redesign .hr-path-card:hover .hr-path-card__cta {
  gap: 8px;
}

body.home-redesign .hr-path-card__cta--primary {
  color: #fff;
  background: var(--hr-orange);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  transition: background 0.25s ease, gap 0.25s ease, box-shadow 0.25s ease;
}

body.home-redesign .hr-path-card:hover .hr-path-card__cta--primary {
  background: #ff6a00;
  box-shadow: 0 0 16px rgba(255, 106, 0, 0.35);
}


/* ── Insights ── */
body.home-redesign .hr-section-head--split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: var(--hr-grid-gap);
}

body.home-redesign .hr-section-head__left {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

body.home-redesign .hr-insights__all-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 8px 16px;
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease;
  white-space: nowrap;
  flex-shrink: 0;
  margin-bottom: 0.25rem;
}

body.home-redesign .hr-insights__all-link:hover {
  color: #fff;
  border-color: rgba(255, 106, 0, 0.4);
  background: rgba(255, 106, 0, 0.06);
}

body.home-redesign .hr-insights__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--hr-grid-gap);
  align-items: stretch;
}

body.home-redesign .hr-insights__stack {
  display: flex;
  flex-direction: column;
  gap: var(--hr-grid-gap);
}

body.home-redesign .hr-insight-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: 24px;
  background: var(--hr-glass);
  border: 1px solid var(--hr-glass-border);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  position: relative;
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1),
    border-color 0.35s ease, box-shadow 0.35s ease;
}

body.home-redesign .hr-insight-card:hover {
  border-color: rgba(255, 106, 0, 0.3);
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 25px rgba(255, 106, 0, 0.07);
}

/* Hero insight card (featured/large) */
body.home-redesign .hr-insight-card--hero {
  min-height: 340px;
  background: linear-gradient(160deg, rgba(30, 12, 5, 0.9) 0%, rgba(15, 6, 6, 0.95) 100%);
}

body.home-redesign .hr-insight-card--hero .hr-insight-card__inner {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  flex: 1;
  padding: 2rem;
  position: relative;
  z-index: 1;
}

body.home-redesign .hr-insight-card--hero h3 {
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.25;
  color: #fff;
  margin: 0;
}

body.home-redesign .hr-insight-card--hero p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
  flex: 1;
}

body.home-redesign .hr-insight-card__decor {
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 140px;
  height: 140px;
  pointer-events: none;
  z-index: 0;
}

body.home-redesign .hr-insight-card__decor-icon {
  width: 100%;
  height: 100%;
  color: var(--hr-orange);
}

/* Compact insight cards */
body.home-redesign .hr-insight-card--compact {
  flex: 1;
  padding: 1.5rem;
  gap: 0.45rem;
}

body.home-redesign .hr-insight-card--compact h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin: 0;
}

body.home-redesign .hr-insight-card--compact p {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.55;
  margin: 0;
  flex: 1;
}

/* Shared card elements */
body.home-redesign .hr-insight-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.25rem;
}

body.home-redesign .hr-insight-card__cat {
  display: inline-flex;
  align-items: center;
  height: 20px;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

body.home-redesign .hr-insight-card__cat--seo {
  color: #5ac8fa;
  background: rgba(90, 200, 250, 0.1);
  border: 1px solid rgba(90, 200, 250, 0.25);
}

body.home-redesign .hr-insight-card__cat--auto {
  color: #b89cff;
  background: rgba(184, 156, 255, 0.1);
  border: 1px solid rgba(184, 156, 255, 0.25);
}

body.home-redesign .hr-insight-card__cat--leads {
  color: var(--hr-orange);
  background: rgba(255, 106, 0, 0.08);
  border: 1px solid rgba(255, 106, 0, 0.2);
}

body.home-redesign .hr-insight-card__read {
  font-size: 0.625rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.04em;
}

body.home-redesign .hr-insight-card__more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 0.65rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--hr-orange);
  transition: gap 0.25s ease;
}

body.home-redesign .hr-insight-card:hover .hr-insight-card__more {
  gap: 8px;
}


/* ── CTA ── */
body.home-redesign .hr-cta {
  padding-top: calc(var(--hr-section-y) * 0.65);
  padding-bottom: calc(var(--hr-section-y) * 0.85);
  margin-inline: var(--hr-gutter);
  width: calc(100% - 2 * var(--hr-gutter));
  box-sizing: border-box;
}

body.home-redesign .hr-cta .container {
  padding-inline: 0;
}

body.home-redesign .hr-cta__panel {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.75rem;
  width: 100%;
  padding: clamp(2.75rem, 6vw, 4rem) var(--hr-gutter);
  border-radius: clamp(20px, 2.8vw, 32px);
  background: var(--hr-glass);
  border: 1px solid rgba(255, 106, 0, 0.2);
  overflow: hidden;
  box-shadow:
    0 20px 56px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.home-redesign .hr-cta__glow {
  position: absolute;
  width: 480px;
  height: 480px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 106, 0, 0.3), transparent 65%);
  pointer-events: none;
  animation: hr-cta-pulse 4s ease-in-out infinite;
}

@keyframes hr-cta-pulse {
  0%, 100% { opacity: 0.5; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 0.9; transform: translate(-50%, -50%) scale(1.08); }
}

body.home-redesign .hr-cta__content {
  position: relative;
  z-index: 1;
  max-width: 46ch;
}

body.home-redesign .hr-cta__content h2 {
  margin: 0 0 0.5rem;
  font-family: var(--hr-font-display);
  font-size: clamp(1.5rem, 2.8vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}

body.home-redesign .hr-cta__content p {
  margin: 0;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.48);
}

body.home-redesign .hr-cta__actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

/* ── Footer ── */
body.home-redesign .footer {
  position: relative;
  background: #000 !important;
  border-top: none;
  padding-top: clamp(3.5rem, 8vh, 5rem);
  padding-bottom: 0;
  margin-top: 0;
  overflow: hidden;
}

body.home-redesign .footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: var(--hr-gutter);
  right: var(--hr-gutter);
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 106, 0, 0.35) 20%,
    rgba(255, 106, 0, 0.55) 50%,
    rgba(255, 106, 0, 0.35) 80%,
    transparent
  );
  pointer-events: none;
}

body.home-redesign .footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(720px, 90vw);
  height: 140px;
  background: radial-gradient(ellipse at 50% 0%, rgba(255, 106, 0, 0.1) 0%, transparent 72%);
  pointer-events: none;
}

body.home-redesign .footer .container {
  max-width: none;
  width: 100%;
  padding-inline: var(--hr-gutter);
  position: relative;
  z-index: 1;
}

body.home-redesign .footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(0, 1fr));
  gap: clamp(2rem, 4vw, 3.5rem);
  padding-bottom: clamp(2.25rem, 4vw, 3rem);
}

body.home-redesign .footer__brand {
  display: flex;
  flex-direction: column;
  gap: 0;
}

body.home-redesign .footer__brand p {
  max-width: 34ch;
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.48);
}

body.home-redesign .footer h4 {
  position: relative;
  color: #fff !important;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 1rem;
  padding-bottom: 0.75rem;
}

body.home-redesign .footer h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--hr-orange), rgba(255, 106, 0, 0.25));
  box-shadow: 0 0 12px rgba(255, 106, 0, 0.35);
}

body.home-redesign .footer__col {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

body.home-redesign .footer__col a {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.5) !important;
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
}

body.home-redesign .footer__col a:hover {
  color: #fff !important;
  transform: translateX(4px);
}

body.home-redesign .footer a {
  color: rgba(255, 255, 255, 0.5) !important;
  text-decoration: none;
  transition: color 0.25s ease;
}

body.home-redesign .footer a:hover {
  color: #fff !important;
}

body.home-redesign .footer p {
  color: rgba(255, 255, 255, 0.45);
}

body.home-redesign .footer .addr {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.42);
}

body.home-redesign .footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.35rem;
}

body.home-redesign .footer__social a {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.6875rem !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  color: rgba(255, 255, 255, 0.62) !important;
  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

body.home-redesign .footer__social a:hover {
  color: #fff !important;
  border-color: rgba(255, 106, 0, 0.4);
  background: rgba(255, 106, 0, 0.1);
  box-shadow: 0 0 20px rgba(255, 106, 0, 0.15);
  transform: none;
}

body.home-redesign .footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0;
  padding: clamp(1rem, 2vw, 1.35rem) var(--hr-gutter);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.8125rem;
}

body.home-redesign .footer__bottom.container {
  max-width: none;
  width: 100%;
}

body.home-redesign .footer__legal {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
}

body.home-redesign .footer__legal a {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.42) !important;
}

body.home-redesign .footer__legal a:hover {
  color: var(--hr-orange) !important;
}

@media (max-width: 768px) {
  body.home-redesign .footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.5rem, 4vw, 2.25rem);
  }

  body.home-redesign .footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  body.home-redesign .footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: clamp(1.75rem, 4vw, 2.5rem);
  }

  body.home-redesign .footer__brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  body.home-redesign .footer__grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  body.home-redesign .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.65rem;
  }
}

body.home-redesign .btn--primary,
body.home-redesign .nav-cta,
body.home-redesign .mobile-menu__cta {
  background: linear-gradient(135deg, #ff6a00, #a83800) !important;
  box-shadow: 0 0 24px var(--hr-glow) !important;
}

/* Booking — large desktop */
@media (min-width: 1200px) {
  body.home-redesign .hr-booking {
    --bk-app-max: min(980px, 100%);
    --bk-date-col: minmax(0, 1.5fr);
    --bk-time-col: minmax(260px, 0.5fr);
    --bk-times-min: clamp(240px, 30vh, 320px);
    --bk-times-max: clamp(280px, 36vh, 380px);
  }
}

/* Booking — tablet */
@media (max-width: 1024px) {
  body.home-redesign .hr-about__accordion {
    margin-top: 2rem;
    padding-top: 1.5rem;
  }

  body.home-redesign .hr-booking {
    --bk-stage-min: auto;
    --bk-app-max: 100%;
    --bk-date-col: 1fr;
    --bk-time-col: 1fr;
    --bk-times-min: clamp(200px, 28vh, 280px);
    --bk-times-max: clamp(240px, 34vh, 320px);
    --bk-aside-width: 1fr;
  }

  body.home-redesign .hr-booking__layout {
    grid-template-columns: 1fr;
    border-radius: 12px;
  }

  body.home-redesign .hr-booking__aside {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
      "label label"
      "title list"
      "progress progress";
    gap: 1rem 1.5rem;
    padding: clamp(1.25rem, 3vw, 1.75rem) var(--hr-gutter);
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  body.home-redesign .hr-booking__aside-title {
    max-width: none;
    font-size: clamp(1.2rem, 2.8vw, 1.55rem);
  }

  body.home-redesign .hr-booking__aside-list {
    gap: 0.65rem;
  }

  body.home-redesign .hr-booking__progress {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    margin-top: 0.25rem;
    padding-top: 1rem;
  }

  body.home-redesign .hr-booking__progress-step {
    position: relative;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.4rem;
    padding: 0 0.35rem;
    font-size: 0.6875rem;
  }

  body.home-redesign .hr-booking__progress-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0.82rem;
    left: calc(50% + 1rem);
    width: calc(100% - 2rem);
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 106, 0, 0.35), rgba(255, 255, 255, 0.12));
    pointer-events: none;
  }

  body.home-redesign .hr-booking__progress-step.is-done:not(:last-child)::after {
    background: linear-gradient(90deg, rgba(255, 106, 0, 0.55), rgba(255, 106, 0, 0.25));
  }

  body.home-redesign .hr-booking__shell {
    border-left: none;
    padding: clamp(1rem, 2.5vw, 1.5rem) var(--hr-gutter);
  }

  body.home-redesign .hr-booking__fold {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 1.25rem;
    min-height: auto;
  }

  body.home-redesign .hr-booking__divider {
    display: block;
    width: 100%;
    height: 1px;
    min-height: 1px;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(255, 106, 0, 0.28) 20%,
      rgba(255, 255, 255, 0.12) 50%,
      rgba(255, 106, 0, 0.28) 80%,
      transparent
    );
  }

  body.home-redesign .hr-booking__panel--date {
    align-self: stretch;
    min-height: var(--bk-times-min);
  }

  body.home-redesign .hr-booking__panel--time {
    min-height: auto;
  }

  body.home-redesign .hr-booking__stage.is-revealed .hr-booking__panel--date {
    transform: rotateX(82deg) translateZ(0);
  }

  body.home-redesign .hr-booking__stage.is-revealed .hr-booking__panel--time {
    transform: rotateX(-82deg) translateZ(0);
  }

  body.home-redesign .hr-booking__panel--date {
    transform-origin: center bottom;
  }

  body.home-redesign .hr-booking__panel--time {
    transform-origin: center top;
  }

  body.home-redesign .hr-booking__reveal-inner {
    max-width: none;
  }
}

/* Hero responsive rules live in homepage-redesign.css */

@media (max-width: 1100px) {
  body.home-redesign .hr-service-cards {
    grid-template-columns: 1fr;
  }

  body.home-redesign .hr-about__stats {
    grid-template-columns: repeat(2, 1fr);
  }

  body.home-redesign .hr-paths__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  body.home-redesign .hr-insights__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  body.home-redesign .hr-dark-zone {
    --hr-section-gap: clamp(1.5rem, 5vw, 2.25rem);
    --hr-section-gap-lg: clamp(2rem, 6vw, 3rem);
    padding-top: 0;
    padding-bottom: var(--hr-section-gap);
  }

  body.home-redesign .hr-about {
    min-height: auto;
    padding: clamp(1rem, 2.5vh, 1.5rem) var(--hr-gutter) clamp(2.5rem, 6vh, 3.5rem);
    margin-inline: 0;
    width: 100%;
    border-radius: 0;
    overflow-x: clip;
    overflow-y: visible;
  }

  body.home-redesign .hr-work--showcase,
  body.home-redesign .hr-booking,
  body.home-redesign .hr-cta {
    margin-inline: clamp(12px, 3vw, 20px);
    width: calc(100% - 2 * clamp(12px, 3vw, 20px));
  }

  /* Mobile: let the Step-3 details form flow in normal document flow
     instead of an absolute overlay, so the taller single-column form
     can't overflow the fixed-height stage and get clipped by the
     section's overflow:hidden. */
  body.home-redesign .hr-booking__stage,
  body.home-redesign .hr-booking__stage.is-revealed {
    min-height: 0;
  }

  body.home-redesign .hr-booking__reveal {
    position: relative;
    inset: auto;
    display: none;
    transform: none;
  }

  body.home-redesign .hr-booking__stage.is-revealed .hr-booking__reveal {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  body.home-redesign .hr-booking__stage.is-revealed .hr-booking__fold {
    display: none;
  }

  body.home-redesign .hr-about__stats {
    grid-template-columns: repeat(2, 1fr);
  }

  body.home-redesign .hr-paths__grid,
  body.home-redesign .hr-insights__grid,
  body.home-redesign .hr-service-cards {
    grid-template-columns: 1fr;
  }

  body.home-redesign .hr-insights__stack {
    gap: 0.875rem;
  }

  body.home-redesign .hr-section-head--split {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  body.home-redesign .hr-about__statement {
    font-size: clamp(1.85rem, 9vw, 2.75rem);
    line-height: 1.02;
  }

  body.home-redesign .hr-about__watermark {
    font-size: clamp(3rem, 18vw, 5.5rem);
    max-width: 100%;
    overflow: hidden;
    text-overflow: clip;
  }

  body.home-redesign .hr-about__line--soft,
  body.home-redesign .hr-about__line:last-child {
    margin-left: 0;
  }

  body.home-redesign .hr-about__stage {
    min-height: auto;
    padding: clamp(0.5rem, 3vw, 1rem) clamp(10px, 2.5vw, 18px) clamp(2rem, 5vw, 2.75rem);
    overflow: visible;
  }

  body.home-redesign .hr-about-acc .hr-about-acc__body {
    max-height: none !important;
    opacity: 1 !important;
    padding-bottom: 1.5rem !important;
  }

  body.home-redesign .hr-about-acc::before {
    display: none !important;
  }

  body.home-redesign .hr-about-acc__head {
    padding-inline: 0 !important;
    cursor: default !important;
  }

  body.home-redesign .hr-about__cta {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 1.25rem;
  }

  body.home-redesign .hr-about__cta-title {
    max-width: none;
    font-size: clamp(1.35rem, 6vw, 1.85rem);
  }

  body.home-redesign .hr-about__cta-actions {
    min-width: 0;
    max-width: none;
    justify-self: stretch;
  }

  body.home-redesign .hr-about__foot {
    width: 100%;
  }

  body.home-redesign .hr-section-head--row {
    flex-direction: column;
    align-items: flex-start;
  }

  body.home-redesign .hr-booking {
    --bk-times-min: clamp(180px, 30vh, 260px);
    --bk-times-max: clamp(220px, 36vh, 300px);
    --bk-app-max: 100%;
    padding: clamp(1.75rem, 4vh, 2.25rem) 0;
  }

  body.home-redesign .hr-booking__head {
    margin-bottom: clamp(0.85rem, 3vw, 1.15rem);
  }

  body.home-redesign .hr-booking__aside {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    padding: clamp(1rem, 4vw, 1.35rem) var(--hr-gutter);
  }

  body.home-redesign .hr-booking__progress {
    flex-direction: row;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0;
    margin-top: 0.35rem;
    padding-top: 0.85rem;
  }

  body.home-redesign .hr-booking__progress-step {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.35rem;
    padding: 0 0.2rem;
    font-size: 0.625rem;
    letter-spacing: 0.02em;
    line-height: 1.2;
  }

  body.home-redesign .hr-booking__progress-step:not(:last-child)::after {
    display: block;
    content: "";
    position: absolute;
    top: 0.7rem;
    left: calc(50% + 0.9rem);
    width: calc(100% - 1.8rem);
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 106, 0, 0.35), rgba(255, 255, 255, 0.12));
    pointer-events: none;
  }

  body.home-redesign .hr-booking__progress-step.is-done:not(:last-child)::after {
    background: linear-gradient(90deg, rgba(255, 106, 0, 0.55), rgba(255, 106, 0, 0.25));
  }

  body.home-redesign .hr-booking__aside-title {
    max-width: none;
    font-size: clamp(1.1rem, 4.5vw, 1.35rem);
  }

  body.home-redesign .hr-booking__aside-list li {
    font-size: 0.8125rem;
  }

  body.home-redesign .hr-booking__shell {
    padding: clamp(0.85rem, 3vw, 1.15rem) var(--hr-gutter);
  }

  body.home-redesign .hr-booking__fold {
    gap: 1rem;
  }

  body.home-redesign .hr-booking__stage.is-revealed .hr-booking__panel--date,
  body.home-redesign .hr-booking__stage.is-revealed .hr-booking__panel--time {
    transform: none;
    filter: none;
  }

  body.home-redesign .hr-booking__panel {
    padding: 0.75rem;
    gap: 0.65rem;
  }

  body.home-redesign .hr-booking__panel--time {
    padding-top: 0.75rem;
  }

  body.home-redesign .hr-booking__slots-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
  }

  body.home-redesign .hr-booking__tz {
    text-align: left;
    max-width: none;
    font-size: 0.6875rem;
  }

  body.home-redesign .hr-booking__weekdays,
  body.home-redesign .hr-booking__dates {
    gap: 0.35rem;
  }

  body.home-redesign .hr-booking__date-btn {
    min-height: clamp(2.75rem, 6vw, 3.25rem);
    height: 100%;
    font-size: 0.875rem;
    border-radius: 6px;
  }

  body.home-redesign .hr-booking__times {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  body.home-redesign .hr-booking__times-wrap {
    padding: 0.5rem 0.35rem 0.5rem 0.5rem;
    min-height: var(--bk-times-min);
    max-height: var(--bk-times-max);
  }

  body.home-redesign .hr-booking__time-btn {
    min-height: 2.5rem;
    padding: 0.65rem 0.85rem;
    font-size: 0.875rem;
    border-radius: 6px;
  }

  body.home-redesign .hr-booking__reveal-inner {
    padding: 0.25rem 0;
  }

  body.home-redesign .hr-booking__fields {
    grid-template-columns: 1fr;
  }

  body.home-redesign .hr-booking__field input,
  body.home-redesign .hr-booking__field textarea {
    border-radius: 8px;
    padding: 0.75rem 0.9rem;
    font-size: 1rem;
  }

  body.home-redesign .hr-booking__submit {
    min-height: 3rem;
  }
}

@media (max-width: 480px) {
  body.home-redesign .hr-booking {
    --bk-times-min: clamp(170px, 28vh, 230px);
    --bk-times-max: clamp(210px, 34vh, 270px);
  }

  body.home-redesign .hr-booking__progress-step {
    font-size: 0.5625rem;
    gap: 0.3rem;
    line-height: 1.2;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 0 0.1rem;
  }

  body.home-redesign .hr-booking__progress-step span {
    width: 1.65rem;
    height: 1.65rem;
    font-size: 0.5rem;
    flex-shrink: 0;
  }

  body.home-redesign .hr-booking__progress-step:not(:last-child)::after {
    top: 0.65rem;
    left: calc(50% + 0.82rem);
    width: calc(100% - 1.64rem);
  }

  body.home-redesign .hr-booking__dates,
  body.home-redesign .hr-booking__weekdays {
    gap: 0.3rem;
  }

  body.home-redesign .hr-booking__date-btn {
    min-height: clamp(2.65rem, 7vw, 3rem);
    height: 100%;
    font-size: 0.8125rem;
  }

  body.home-redesign .hr-booking__range {
    font-size: 1rem;
  }

  body.home-redesign .hr-booking__panel--time.is-locked .hr-booking__slots-title::after {
    display: block;
    margin-left: 0;
    margin-top: 0.35rem;
    width: fit-content;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home-redesign .hr-marquee__track,
  body.home-redesign .hr-logos__track,
  body.home-redesign .hr-ambient,
  body.home-redesign .hr-dark-zone::after,
  body.home-redesign .hr-cta__glow,
  body.home-redesign .hr-dot-label__dot,
  body.home-redesign .hr-path-card--glow,
  body.home-redesign .hr-about__glow,
  body.home-redesign .hr-about__stage::before,
  body.home-redesign .hr-booking__glow,
  body.home-redesign .hr-booking__shell::before {
    animation: none;
  }

  body.home-redesign .hr-about--inview .hr-about__statement em::after {
    animation: none;
    transform: scaleX(1);
  }

  body.home-redesign .hr-booking__panel,
  body.home-redesign .hr-booking__reveal {
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  }

  body.home-redesign .hr-booking__stage.is-revealed .hr-booking__panel--date,
  body.home-redesign .hr-booking__stage.is-revealed .hr-booking__panel--time {
    transform: none;
    filter: none;
  }
}

/* ==========================================================================
   ABOUT US V2 (REDESIGN)
   ========================================================================== */

body.home-redesign .hr-about-v2 {
  position: relative;
  background-color: var(--hr-color-bg-dark, #050505);
  color: var(--hr-color-text-light, #ffffff);
  padding: 120px 0;
  overflow: hidden;
}

body.home-redesign .hr-about-v2__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  align-items: center;
}

@media (min-width: 992px) {
  body.home-redesign .hr-about-v2__container {
    grid-template-columns: 1fr 1fr;
    gap: 100px;
  }
}

body.home-redesign .hr-about-v2__visuals {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 24px;
}

body.home-redesign .hr-about-v2__image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(145deg, #1a1a24, #0f0f15);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
  isolation: isolate;
}

body.home-redesign .hr-about-v2__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.2, 0.8, 0.2, 1);
}

body.home-redesign .hr-about-v2__visuals:hover .hr-about-v2__img {
  transform: scale(1.05);
}

body.home-redesign .hr-about-v2__glow-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(85, 107, 255, 0.15), transparent 60%),
              radial-gradient(circle at 70% 70%, rgba(200, 80, 255, 0.1), transparent 60%);
  pointer-events: none;
  z-index: 2;
  mix-blend-mode: screen;
}

body.home-redesign .hr-about-v2__glass-card {
  position: absolute;
  bottom: -30px;
  right: -30px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 30px 40px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.4s ease;
}

@media (max-width: 768px) {
  body.home-redesign .hr-about-v2__glass-card {
    bottom: 20px;
    right: 20px;
    padding: 20px 30px;
  }
}

body.home-redesign .hr-about-v2__visuals:hover .hr-about-v2__glass-card {
  transform: translateY(-10px);
}

body.home-redesign .glass-card__value {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 700;
  background: linear-gradient(135deg, #fff 0%, #aaa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.1;
  margin-bottom: 8px;
}

body.home-redesign .glass-card__label {
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: #a0a0a0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

body.home-redesign .hr-about-v2__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

body.home-redesign .hr-about-v2__statement {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

body.home-redesign .hr-about-v2__statement em {
  font-style: normal;
  color: #fff;
  position: relative;
  display: inline-block;
}

body.home-redesign .hr-about-v2__statement em::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1em;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

body.home-redesign .hr-about-v2__visuals:hover ~ .hr-about-v2__content .hr-about-v2__statement em::after,
body.home-redesign .hr-about-v2:hover .hr-about-v2__statement em::after {
  transform: scaleX(1);
}

body.home-redesign .hr-about-v2__pillars {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 20px;
}

body.home-redesign .hr-pillar-card {
  display: flex;
  gap: 20px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  transition: all 0.3s ease;
  align-items: flex-start;
}

body.home-redesign .hr-pillar-card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateX(10px);
}

body.home-redesign .hr-pillar-card__icon {
  font-family: var(--font-mono);
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.4);
  padding-top: 4px;
}

body.home-redesign .hr-pillar-card__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body.home-redesign .hr-pillar-card__title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

body.home-redesign .hr-pillar-card__desc {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.6;
  color: #a0a0a0;
  margin: 0;
}

body.home-redesign .hr-about-v2__foot {
  margin-top: 20px;
}

body.home-redesign {
  overflow-x: clip;
}

/* ─── Hero Section ─── */
.rk-hero {
  --rk-hero-pad-top: calc(var(--tc-float-pad-top, 16px) + var(--tc-shell-height, 56px) + clamp(16px, 2.5vh, 28px));
  --rk-hero-min: clamp(520px, 72svh, 760px);
  position: relative;
  width: 100%;
  min-height: var(--rk-hero-min);
  max-height: 860px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  background-color: #070303;
  color: #fff;
  overflow: hidden;
  padding: var(--rk-hero-pad-top) 0 0;
  box-sizing: border-box;
}

.rk-hero__video-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.8;
}

.rk-hero__video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rk-hero__video-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 3, 3, 0.4) 0%, rgba(7, 3, 3, 0.85) 100%);
  z-index: 1;
}

.rk-hero__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: clamp(20px, 4vh, 40px) 24px clamp(64px, 9vh, 112px);
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 0;
}

.rk-hero__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  gap: clamp(32px, 5vw, 56px);
}

.rk-hero__heading-col {
  flex: 1;
  max-width: 780px;
}

.rk-hero__title {
  font-family: var(--font-display);
  font-size: clamp(3.25rem, 6.5vw, 6.75rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #f3f3f3;
  margin: 0;
}

.rk-hero__card-col {
  flex-shrink: 0;
  width: 330px;
}

.rk-hero__card {
  background-color: #1a1a1c;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: clamp(20px, 2.5vw, 24px);
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.rk-hero__card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.15);
}

.rk-hero__card-subtitle {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.35;
  color: #f3f3f3;
  margin: 0 0 24px;
}

.rk-hero__card-highlight {
  color: #999999;
  font-weight: 500;
}

/* Character-by-character Sliding Button */
.rk-hero__card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 32px;
  background-color: #ff6a00;
  color: #f3f3f3;
  border-radius: 8px;
  text-decoration: none;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 1rem;
  overflow: hidden;
  position: relative;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.rk-hero__card-btn:hover {
  background-color: #cc4400;
}

.rk-hero__btn-word {
  display: flex;
  transition: transform 0.45s cubic-bezier(0.76, 0, 0.24, 1);
}

.rk-hero__btn-word--hover {
  position: absolute;
  left: 32px;
  top: 100%;
  display: flex;
}

.rk-hero__btn-char {
  display: inline-block;
  transition: transform 0.45s cubic-bezier(0.76, 0, 0.24, 1);
  transition-delay: calc(0.015s * var(--char-index));
}

.rk-hero__card-btn:hover .rk-hero__btn-word {
  transform: translateY(-100%);
}

.rk-hero__card-btn:hover .rk-hero__btn-word--hover {
  transform: translateY(-100%);
}

/* Marquee anchored to hero bottom */
body.home-redesign .rk-hero > .hr-marquee,
body.home-redesign .rk-hero__marquee {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: none;
}

/* Socials pinned to hero bottom, above marquee */
.rk-hero__socials-row {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  width: 100%;
  margin: 0;
  padding: 0 0 clamp(14px, 2vh, 20px);
}

.rk-hero__socials-inner {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 24px;
}

.rk-hero__socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.rk-hero__social-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 22px;
  position: relative;
  overflow: hidden;
  /* Deep dark glass base */
  background: rgba(10, 10, 15, 0.55);
  /* Layered border: outer subtle glow + inner white highlight via box-shadow */
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 100px;
  /* Strong blur for true frosted glass */
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  /* Soft outer glow + inner top highlight */
  box-shadow:
    0 2px 0 0 rgba(255, 255, 255, 0.06) inset,
    0 -1px 0 0 rgba(0, 0, 0, 0.4) inset,
    0 8px 32px rgba(0, 0, 0, 0.35),
    0 1px 8px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  color: rgba(240, 240, 248, 0.92);
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition:
    background 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
    color 0.3s ease;
}

/* Shimmer sweep pseudo-element */
.rk-hero__social-pill::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    105deg,
    transparent 30%,
    rgba(255, 255, 255, 0.07) 50%,
    transparent 70%
  );
  background-size: 200% 100%;
  background-position: -100% 0;
  transition: background-position 0.55s ease;
  pointer-events: none;
}

.rk-hero__social-pill:hover {
  background: rgba(18, 18, 28, 0.72);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow:
    0 2px 0 0 rgba(255, 255, 255, 0.10) inset,
    0 -1px 0 0 rgba(0, 0, 0, 0.5) inset,
    0 12px 40px rgba(0, 0, 0, 0.45),
    0 2px 12px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  transform: translateY(-2px) scale(1.03);
}

.rk-hero__social-pill:hover::before {
  background-position: 200% 0;
}

.rk-hero__social-icon {
  opacity: 0.75;
  color: rgba(220, 220, 235, 0.9);
  transition: opacity 0.3s ease;
  flex-shrink: 0;
}

.rk-hero__social-pill:hover .rk-hero__social-icon {
  opacity: 1;
}


/* ─── About Us (Impact) Section ─── */
.rk-about {
  position: relative;
  width: 100%;
  background-color: #101010;
  color: #fff;
  padding: 100px 0 140px;
  overflow: hidden;
}

body.home-redesign .rk-about .rk-about__container,
.rk-about__container {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 72px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(40px, 5vw, 64px);
}

.rk-about__eyebrow {
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ff6a00;
  text-transform: uppercase;
}

/* Stacked layout: full-width statement, stats row below */
.rk-about__main {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 5vw, 64px);
  width: 100%;
}

.rk-about__statement {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3vw, 3.1rem);
  font-weight: 600;
  line-height: 1.32;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0;
  max-width: none;
  text-align: left;
}

/* Scroll Reveal Styling */
.rk-about__word {
  display: inline-block;
  opacity: 0.25;
  transition: opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  margin-right: 0.28em;
}

.rk-about__word.is-visible {
  opacity: 1;
}

/* Stats — modern card row below the statement */
.rk-about__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  margin-top: 0;
}

.rk-about__card {
  position: relative;
  padding: clamp(24px, 2.4vw, 36px);
  border-radius: 20px;
  background: linear-gradient(158deg, #ffffff 0%, #f2f1ec 100%);
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(14px, 1.4vw, 20px);
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 14px 34px rgba(0, 0, 0, 0.24);
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.rk-about__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 4px;
  border-radius: 0 0 6px 0;
  background: linear-gradient(90deg, #ff6a00 0%, #ff9347 100%);
}

.rk-about__card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 106, 0, 0.32);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 22px 46px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(255, 106, 0, 0.16);
}

body.home-redesign .rk-about .rk-about__card-num,
.rk-about__card-num {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #ff6a00;
  margin: 0;
}

body.home-redesign .rk-about .rk-about__card-stat,
.rk-about__card-stat {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 4vw, 3.75rem);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.04em;
  color: #14110f;
  margin: 0;
  text-align: left;
}

body.home-redesign .rk-about .rk-about__card-label,
.rk-about__card-label {
  font-family: var(--font-body);
  font-size: clamp(0.85rem, 0.95vw, 1rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.005em;
  color: #6f6a64;
  margin: 0;
  width: 100%;
  padding-top: clamp(12px, 1.2vw, 16px);
  border-top: 1px solid rgba(0, 0, 0, 0.09);
}


/* ─── Responsive Media Queries ─── */
@media (max-width: 1200px) {
  .rk-hero {
    --rk-hero-min: clamp(500px, 74svh, 720px);
  }

  .rk-hero__container {
    padding-bottom: clamp(48px, 7vh, 80px);
  }

  .rk-hero__title {
    font-size: clamp(3rem, 7.5vw, 5.5rem);
  }
  
  .rk-hero__card-col {
    width: 290px;
  }
  
  .rk-hero__card {
    min-height: auto;
    padding: 20px;
  }
  
  .rk-hero__card-subtitle {
    font-size: 1.35rem;
  }
  
  .rk-about__grid {
    gap: 12px;
  }
}

@media (max-width: 900px) {
  .rk-about__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
}

@media (max-width: 810px) {
  .rk-hero {
    --rk-hero-pad-top: calc(var(--tc-float-pad-top, 16px) + var(--tc-shell-height, 56px) + clamp(20px, 3vh, 28px));
    --rk-hero-min: auto;
    min-height: auto;
    max-height: none;
    justify-content: flex-start;
  }

  .rk-hero__container {
    padding: clamp(8px, 1.5vh, 16px) clamp(16px, 4vw, 20px) clamp(28px, 5vh, 48px);
    justify-content: flex-start;
    flex: 0 1 auto;
  }

  .rk-hero__socials-row {
    padding-bottom: clamp(12px, 1.75vh, 16px);
  }

  .rk-hero__socials-inner {
    padding: 0 clamp(16px, 4vw, 20px);
  }
  
  .rk-hero__row {
    flex-direction: column;
    align-items: stretch;
    gap: clamp(16px, 4vw, 24px);
  }
  
  .rk-hero__heading-col {
    max-width: 100%;
    width: 100%;
  }
  
  .rk-hero__title {
    font-size: clamp(2.5rem, 11vw, 3.75rem);
    line-height: 0.92;
  }
  
  .rk-hero__card-col {
    width: 100%;
    max-width: 100%;
  }
  
  .rk-hero__card {
    min-height: auto;
    padding: clamp(16px, 4vw, 20px);
    gap: clamp(16px, 4vw, 20px);
  }

  .rk-hero__card-subtitle {
    font-size: clamp(1.0625rem, 4.2vw, 1.35rem);
    margin-bottom: clamp(12px, 3vw, 20px);
  }
  
  .rk-hero__socials {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    gap: 8px;
    width: 100%;
  }
  
  .rk-hero__social-pill {
    justify-content: center;
    width: 100%;
    min-height: 44px;
    padding: 10px 10px;
    font-size: clamp(0.625rem, 2.8vw, 0.75rem);
    letter-spacing: 0.05em;
    gap: 6px;
  }

  .rk-hero__social-pill span {
    white-space: nowrap;
  }

  .rk-hero__social-icon {
    width: 16px;
    height: 16px;
  }
  
  .rk-about {
    padding: 80px 0 100px;
  }
  
  .rk-about__container {
    gap: 50px;
    padding: 0 clamp(16px, 4vw, 20px);
  }
  
  .rk-about__statement {
    font-size: clamp(1.5rem, 5.5vw, 2rem);
  }
  
  .rk-about__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .rk-about__card {
    padding: clamp(18px, 5vw, 24px);
    gap: 8px;
  }

  .rk-about__card-stat {
    font-size: clamp(2rem, 9vw, 2.75rem);
  }
}

@media (max-width: 480px) {
  .rk-hero {
    --rk-hero-pad-top: calc(var(--tc-float-pad-top, 16px) + var(--tc-shell-height, 52px) + 16px);
  }

  .rk-hero__title {
    font-size: clamp(2.25rem, 12vw, 3rem);
  }

  .rk-hero__card-btn {
    width: 100%;
  }
  
  .rk-about__statement {
    font-size: clamp(1.5rem, 7vw, 1.85rem);
  }
  
  .rk-about__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .rk-about__card-stat {
    font-size: clamp(1.9rem, 11vw, 2.5rem);
  }
}

