.elementor-8 .elementor-element.elementor-element-e336f7d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS *//* HERO */
  .hz-hero {
    padding: clamp(80px, 12vw, 160px) 0 clamp(80px, 10vw, 140px);
    position: relative;
    overflow: hidden;
  }
  .hz-hero__grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 80px;
    align-items: end;
  }
  .hz-hero__eyebrow {
    margin-bottom: 32px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--muted);
  }
  .hz-hero__eyebrow::before {
    content: '';
    width: 24px; height: 1px;
    background: var(--rust);
    display: inline-block;
  }
  .hz-hero__title {
    font-family: var(--font-display) !important;
    font-size: clamp(56px, 8.5vw, 132px) !important;
    font-weight: 400 !important;
    line-height: 0.95 !important;
    letter-spacing: -0.03em !important;
    color: var(--ink) !important;
    margin: 0 0 40px !important;
  }
  .hz-hero__title em {
    font-style: italic !important;
    font-weight: 400 !important;
    color: var(--rust) !important;
    font-feature-settings: 'ss01' on;
  }
  .hz-hero__sub {
    font-size: 19px;
    line-height: 1.55;
    color: var(--muted);
    max-width: 460px;
    margin-bottom: 40px;
  }
  .hz-hero__ctas {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
  }
  .hz-hero__meta {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 12px;
  }
  .hz-hero__stat {
    display: flex;
    align-items: baseline;
    gap: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--line);
  }
  .hz-hero__stat-num {
    font-family: var(--font-display);
    font-size: 56px;
    font-weight: 400;
    line-height: 1;
    color: var(--ink);
    letter-spacing: -0.04em;
  }
  .hz-hero__stat-label {
    font-family: var(--font-mono);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--muted);
    line-height: 1.4;
  }

  @media (max-width: 900px) {
    .hz-hero__grid { grid-template-columns: 1fr; gap: 50px; }
    .hz-hero__stat-num { font-size: 44px; }
  }

  /* MARQUEE STRIP */
  .hz-marquee {
    background: var(--ink);
    color: var(--paper);
    padding: 28px 0;
    overflow: hidden;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  .hz-marquee__track {
    display: flex;
    gap: 48px;
    animation: hz-marquee-scroll 32s linear infinite;
    white-space: nowrap;
  }
  .hz-marquee__item {
    font-family: var(--font-display);
    font-size: 32px;
    font-weight: 400;
    font-style: italic;
    display: inline-flex;
    align-items: center;
    gap: 48px;
  }
  .hz-marquee__item::after {
    content: '◆';
    color: var(--rust);
    font-size: 14px;
    font-style: normal;
  }
  @keyframes hz-marquee-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }

  /* PILLARS — the "what sets us apart" section */
  .hz-pillars {
    background: var(--paper-warm);
    padding: clamp(80px, 10vw, 140px) 0;
  }
  .hz-pillars__intro {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 80px;
  }
  .hz-pillars__title {
    font-family: var(--font-display);
    font-size: clamp(36px, 4.5vw, 64px);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.025em;
    color: var(--ink);
  }
  .hz-pillars__title em {
    font-style: italic;
    color: var(--rust);
  }
  .hz-pillars__lede {
    font-size: 18px;
    line-height: 1.6;
    color: var(--text);
    max-width: 520px;
  }
  .hz-pillars__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-top: 1px solid var(--line);
  }
  .hz-pillar {
    padding: 40px 32px 40px 0;
    border-right: 1px solid var(--line);
    position: relative;
  }
  .hz-pillar:last-child { border-right: none; padding-right: 0; }
  .hz-pillar__num {
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--rust);
    letter-spacing: 0.15em;
    margin-bottom: 24px;
  }
  .hz-pillar__title {
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.15;
    color: var(--ink);
    margin-bottom: 16px;
    letter-spacing: -0.02em;
  }
  .hz-pillar__body {
    font-size: 15px;
    line-height: 1.6;
    color: var(--muted);
  }
  @media (max-width: 900px) {
    .hz-pillars__intro { grid-template-columns: 1fr; gap: 32px; }
    .hz-pillars__grid { grid-template-columns: 1fr 1fr; }
    .hz-pillar { padding: 32px 24px 32px 0; }
    .hz-pillar:nth-child(2) { border-right: none; padding-right: 0; }
    .hz-pillar:nth-child(1), .hz-pillar:nth-child(2) { border-bottom: 1px solid var(--line); }
  }
  @media (max-width: 560px) {
    .hz-pillars__grid { grid-template-columns: 1fr; }
    .hz-pillar { border-right: none; padding-right: 0; border-bottom: 1px solid var(--line); }
    .hz-pillar:last-child { border-bottom: none; }
  }

  /* ABOUT TEASER */
  .hz-about-teaser {
    padding: clamp(80px, 10vw, 140px) 0;
    background: var(--paper);
  }
  .hz-about-teaser__grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 80px;
    align-items: center;
  }
  .hz-about-teaser__visual {
    position: relative;
    aspect-ratio: 4/5;
    overflow: hidden;
    background: var(--paper-deep);
  }
  .hz-about-teaser__visual img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 1.4s var(--ease-smooth);
  }
  .hz-about-teaser__visual:hover img { transform: scale(1.05); }
  .hz-about-teaser__year {
    position: absolute;
    bottom: 32px; left: 32px;
    font-family: var(--font-display);
    font-size: 96px;
    font-weight: 400;
    line-height: 1;
    color: var(--paper);
    letter-spacing: -0.04em;
    mix-blend-mode: difference;
  }
  .hz-about-teaser__content { padding-left: 20px; }
  .hz-about-teaser__title {
    font-family: var(--font-display);
    font-size: clamp(40px, 4.5vw, 60px);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.025em;
    color: var(--ink);
    margin-bottom: 32px;
  }
  .hz-about-teaser__title em {
    font-style: italic;
    color: var(--rust);
  }
  .hz-about-teaser__copy {
    font-size: 17px;
    line-height: 1.7;
    color: var(--text);
    margin-bottom: 24px;
  }
  .hz-signature {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 24px;
    color: var(--ink);
    margin: 32px 0 24px;
    padding-left: 24px;
    border-left: 2px solid var(--rust);
  }
  @media (max-width: 900px) {
    .hz-about-teaser__grid { grid-template-columns: 1fr; gap: 40px; }
    .hz-about-teaser__content { padding-left: 0; }
    .hz-about-teaser__year { font-size: 72px; }
  }

  /* SERVICES GRID */
  .hz-services-section {
    padding: clamp(80px, 10vw, 140px) 0;
    background: var(--ink);
    color: var(--paper);
  }
  .hz-services-section__head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: end;
    margin-bottom: 80px;
  }
  .hz-services-section__head .hz-eyebrow { color: var(--rust); }
  .hz-services-section__head .hz-eyebrow::before { background: var(--rust); }
  .hz-services-section__title {
    font-family: var(--font-display);
    font-size: clamp(40px, 5vw, 72px);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.025em;
    color: var(--paper);
    margin-top: 16px;
  }
  .hz-services-section__title em {
    font-style: italic;
    color: var(--rust);
  }
  .hz-services-section__lede {
    font-size: 17px;
    line-height: 1.6;
    color: rgba(245, 241, 234, 0.7);
    max-width: 460px;
    align-self: end;
  }
  .hz-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(245, 241, 234, 0.12);
    border: 1px solid rgba(245, 241, 234, 0.12);
  }
  .hz-service-card {
    background: var(--ink);
    padding: 48px 40px;
    text-decoration: none !important;
    color: var(--paper) !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 320px;
    transition: background 0.5s var(--ease-smooth);
    position: relative;
    overflow: hidden;
  }
  .hz-service-card:hover { background: var(--rust-deep); }
  .hz-service-card__num {
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--rust);
    letter-spacing: 0.18em;
    margin-bottom: 32px;
    transition: color 0.5s var(--ease-smooth);
  }
  .hz-service-card:hover .hz-service-card__num { color: var(--paper); }
  .hz-service-card__title {
    font-family: var(--font-display);
    font-size: 32px;
    font-weight: 500;
    line-height: 1.1;
    color: var(--paper);
    letter-spacing: -0.02em;
    margin-bottom: 16px;
  }
  .hz-service-card__desc {
    font-size: 14px;
    line-height: 1.55;
    color: rgba(245, 241, 234, 0.65);
    margin-bottom: 32px;
  }
  .hz-service-card__arrow {
    font-family: var(--font-mono);
    font-size: 14px;
    color: var(--rust);
    transition: transform 0.4s var(--ease-smooth), color 0.5s var(--ease-smooth);
  }
  .hz-service-card:hover .hz-service-card__arrow {
    transform: translateX(8px);
    color: var(--paper);
  }
  @media (max-width: 900px) {
    .hz-services-section__head { grid-template-columns: 1fr; gap: 24px; }
    .hz-services-grid { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 560px) {
    .hz-services-grid { grid-template-columns: 1fr; }
  }

  /* SERVICE AREA STRIP */
  .hz-areas {
    padding: clamp(80px, 10vw, 140px) 0;
    background: var(--paper);
  }
  .hz-areas__head {
    text-align: center;
    margin-bottom: 64px;
  }
  .hz-areas__title {
    font-family: var(--font-display);
    font-size: clamp(36px, 4.5vw, 56px);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.025em;
    margin-top: 20px;
    color: var(--ink);
  }
  .hz-areas__title em {
    font-style: italic;
    color: var(--rust);
  }
  .hz-areas__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    list-style: none;
    border-top: 1px solid var(--line);
  }
  .hz-areas__item {
    font-family: var(--font-display);
    font-size: clamp(24px, 3.5vw, 44px);
    font-weight: 400;
    color: var(--ink);
    padding: 24px 32px;
    border-bottom: 1px solid var(--line);
    border-right: 1px solid var(--line);
    flex: 1 1 auto;
    text-align: center;
    transition: all 0.4s var(--ease-smooth);
    cursor: default;
    letter-spacing: -0.02em;
  }
  .hz-areas__item:hover {
    background: var(--ink);
    color: var(--paper);
    font-style: italic;
  }
  .hz-areas__center {
    text-align: center;
    margin-top: 60px;
  }

  /* TESTIMONIAL / PHILOSOPHY */
  .hz-philosophy {
    padding: clamp(80px, 10vw, 140px) 0;
    background: var(--paper-warm);
    text-align: center;
  }
  .hz-philosophy__quote {
    font-family: var(--font-display);
    font-size: clamp(28px, 3.5vw, 48px);
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: var(--ink);
    max-width: 980px;
    margin: 32px auto 40px;
  }
  .hz-philosophy__quote em {
    font-style: italic;
    color: var(--rust);
  }
  .hz-philosophy__attribution {
    font-family: var(--font-mono);
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--muted);
  }

  /* FINAL CTA */
  .hz-final-cta {
    background: var(--ink);
    color: var(--paper);
    padding: clamp(100px, 12vw, 160px) 0;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .hz-final-cta__title {
    font-family: var(--font-display);
    font-size: clamp(48px, 7vw, 104px);
    font-weight: 400;
    line-height: 1.0;
    letter-spacing: -0.03em;
    color: var(--paper);
    margin: 24px auto 32px;
    max-width: 1100px;
  }
  .hz-final-cta__title em {
    font-style: italic;
    color: var(--rust);
  }
  .hz-final-cta__sub {
    font-size: 18px;
    color: rgba(245, 241, 234, 0.7);
    max-width: 540px;
    margin: 0 auto 48px;
  }
  .hz-final-cta__ctas {
    display: inline-flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .hz-final-cta .hz-eyebrow { color: var(--rust); }
  .hz-final-cta .hz-eyebrow::before { background: var(--rust); }/* End custom CSS */