/*
 * HW Premium Public 2026.07.15.14
 * Spójna warstwa publicznej witryny. Nie zmienia ani nie zastępuje materiałów graficznych.
 */

body.hw-premium-public-v1 {
  --hwp-ink: #132d26;
  --hwp-ink-soft: #38544c;
  --hwp-green: #174f40;
  --hwp-green-deep: #103b31;
  --hwp-green-light: #e9f1ed;
  --hwp-gold: #b79258;
  --hwp-gold-light: #eee1c9;
  --hwp-canvas: #f7f4ed;
  --hwp-paper: #fffdf9;
  --hwp-white: #fff;
  --hwp-line: rgba(20, 61, 50, .14);
  --hwp-line-strong: rgba(20, 61, 50, .24);
  --hwp-shadow-sm: 0 12px 34px rgba(17, 48, 40, .07);
  --hwp-shadow-md: 0 24px 64px rgba(17, 48, 40, .12);
  --hwp-radius-sm: 14px;
  --hwp-radius: 22px;
  --hwp-radius-lg: 30px;
  --hwp-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --hwp-body: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--hwp-ink);
  background:
    radial-gradient(circle at 8% 2%, rgba(183, 146, 88, .08), transparent 26rem),
    linear-gradient(180deg, #fffdf9 0, var(--hwp-canvas) 100%);
  font-family: var(--hwp-body);
  font-size: 17px;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
}

/* Intrinsic-width guardrails for public grid templates. Images and long labels
 * must never enlarge an implicit grid track beyond the visible container. */
body.hw-premium-public-v1 .hw-services-shell,
body.hw-premium-public-v1 .hw-blog-card,
body.hw-premium-public-v1 .hw-blog-card__body {
  grid-template-columns: minmax(0, 1fr);
  min-width: 0;
  max-width: 100%;
}

body.hw-premium-public-v1 .hw-blog-card__image,
body.hw-premium-public-v1 .hw-blog-card__body,
body.hw-premium-public-v1 .hw-blog-card__image img {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

body.hw-premium-public-v1 .hw-blog-card__image img {
  height: auto;
}

body.hw-premium-public-v1 *,
body.hw-premium-public-v1 *::before,
body.hw-premium-public-v1 *::after {
  box-sizing: border-box;
}

body.hw-premium-public-v1 main {
  overflow: clip;
}

body.hw-premium-public-v1 :where(.hw-redesign, .hw-blog-shell, .hw-blog-single-shell, .hw-pricing) {
  color: var(--hwp-ink);
  font-family: var(--hwp-body);
}

body.hw-premium-public-v1 :where(.hw-redesign, .hw-blog-shell, .hw-blog-single-shell, .hw-pricing) p,
body.hw-premium-public-v1 :where(.hw-redesign, .hw-blog-shell, .hw-blog-single-shell, .hw-pricing) li {
  color: var(--hwp-ink-soft);
}

body.hw-premium-public-v1 :where(
  .hw-redesign h1,
  .hw-redesign h2,
  .hw-redesign h3,
  .hw-blog-hero__title,
  .hw-blog-card__title,
  .hw-blog-article-card h1,
  .hw-blog-article-card h2,
  .hw-blog-article-card h3,
  .hw-pricing > h1,
  .hw-pricing h2,
  .hw-pricing h3,
  .hwoc__title
) {
  color: var(--hwp-ink);
  font-family: var(--hwp-display) !important;
  font-style: normal;
  font-weight: 600 !important;
  letter-spacing: -.025em !important;
  text-transform: none !important;
  text-wrap: balance;
}

body.hw-premium-public-v1 :where(.hw-redesign h1, .hw-blog-hero__title, .hw-pricing > h1) {
  font-size: clamp(3.2rem, 5.6vw, 5.6rem) !important;
  line-height: .96 !important;
}

body.hw-premium-public-v1 :where(.hw-redesign h2, .hw-blog-article-card h2, .hw-pricing h2) {
  font-size: clamp(2.25rem, 3.7vw, 3.65rem) !important;
  line-height: 1.02 !important;
}

body.hw-premium-public-v1 :where(.hw-redesign h3, .hw-blog-card__title, .hw-pricing h3) {
  font-size: clamp(1.55rem, 2.2vw, 2.15rem) !important;
  line-height: 1.08 !important;
}

body.hw-premium-public-v1 :where(.hw-kicker, .hw-eyebrow, .hw-blog-kicker, .hwoc__eyebrow) {
  color: var(--hwp-green) !important;
  font-family: var(--hwp-body) !important;
  font-size: .73rem !important;
  font-weight: 800 !important;
  letter-spacing: .16em !important;
  line-height: 1.35 !important;
  text-transform: uppercase !important;
}

body.hw-premium-public-v1 :where(.hw-kicker, .hw-eyebrow, .hw-blog-kicker)::before {
  background: var(--hwp-gold) !important;
}

body.hw-premium-public-v1 :where(.hw-lead, .hw-blog-hero__lead, .hwoc__lead) {
  color: var(--hwp-ink-soft) !important;
  font-size: clamp(1.08rem, 1.5vw, 1.3rem) !important;
  line-height: 1.65 !important;
  max-width: 48rem;
}

/* Header */
body.hw-premium-public-v1 .hw-modern-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: 82px;
  border-bottom: 1px solid var(--hwp-line) !important;
  background: #fffdf9 !important;
  box-shadow: 0 8px 30px rgba(17, 48, 40, .05) !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

body.hw-premium-public-v1 .hw-modern-header__inner {
  width: min(1320px, calc(100% - 40px));
  min-height: 82px;
  margin-inline: auto;
  padding: 0 !important;
}

body.hw-premium-public-v1 .hw-standalone-logo__image {
  width: 48px !important;
  height: 48px !important;
  border: 1px solid rgba(255,255,255,.76);
  box-shadow: 0 8px 20px rgba(17, 48, 40, .12);
}

body.hw-premium-public-v1 .hw-modern-header__title span {
  color: var(--hwp-ink-soft);
  font-size: .61rem;
  letter-spacing: .14em;
}

body.hw-premium-public-v1 .hw-modern-header__title strong {
  color: var(--hwp-ink);
  font-family: var(--hwp-display) !important;
  font-size: 1.42rem !important;
  font-weight: 600 !important;
  letter-spacing: -.015em !important;
}

body.hw-premium-public-v1 .hw-modern-nav__link {
  min-height: 42px;
  padding-inline: 11px;
  border-radius: 12px;
  color: var(--hwp-ink) !important;
  font-size: .83rem;
  font-weight: 700;
  letter-spacing: .005em;
}

body.hw-premium-public-v1 .hw-modern-nav__link:hover,
body.hw-premium-public-v1 .hw-modern-nav__link:focus-visible,
body.hw-premium-public-v1 .hw-modern-nav__link.is-current {
  background: var(--hwp-green-light);
  color: var(--hwp-green-deep) !important;
}

body.hw-premium-public-v1 .hw-modern-btn {
  min-height: 44px;
  padding: 0 17px;
  border: 1px solid var(--hwp-line-strong);
  border-radius: 14px;
  box-shadow: none;
  font-size: .82rem;
  font-weight: 750;
}

body.hw-premium-public-v1 .hw-modern-btn--phone,
body.hw-premium-public-v1 .hw-modern-btn--client-panel {
  background: rgba(255,255,255,.68) !important;
  color: var(--hwp-green-deep) !important;
}

body.hw-premium-public-v1 .hw-modern-btn--primary {
  border-color: var(--hwp-green-deep) !important;
  background: var(--hwp-green-deep) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(16, 59, 49, .16);
}

body.hw-premium-public-v1 .hw-modern-btn--primary:hover {
  background: var(--hwp-green) !important;
  transform: translateY(-1px);
}

body.hw-premium-public-v1 .hw-mega {
  border: 1px solid var(--hwp-line);
  border-radius: 0 0 var(--hwp-radius-lg) var(--hwp-radius-lg);
  background: rgba(255, 253, 249, .98);
  box-shadow: var(--hwp-shadow-md);
}

body.hw-premium-public-v1 .hw-mega__group,
body.hw-premium-public-v1 .hw-mega__cta a {
  border-color: var(--hwp-line) !important;
  border-radius: var(--hwp-radius-sm) !important;
}

/* Buttons, inputs and focus */
body.hw-premium-public-v1 :where(.hw-btn, .hwce-btn, .hw-clean-btn, .wp-element-button, .wp-block-button__link, .hwoc button, .hwoc__button) {
  min-height: 50px;
  border-radius: 14px !important;
  font-family: var(--hwp-body) !important;
  font-size: .88rem !important;
  font-weight: 760 !important;
  letter-spacing: .01em;
  box-shadow: 0 10px 24px rgba(16, 59, 49, .12);
}

body.hw-premium-public-v1 .hw-skip-link {
  position: fixed !important;
  top: 10px !important;
  left: 10px !important;
  z-index: 10000 !important;
  padding: 12px 16px !important;
  border-radius: 10px !important;
  background: var(--hwp-green-deep) !important;
  color: #fff !important;
  transform: translateY(-180%) !important;
  transition: transform 160ms ease !important;
}

body.hw-premium-public-v1 .hw-skip-link:focus,
body.hw-premium-public-v1 .hw-skip-link:focus-visible {
  transform: translateY(0) !important;
}

body.hw-premium-public-v1 .hwhp-hero .hw-btn {
  border-color: #d7b57d !important;
  background: linear-gradient(135deg, #e0c18d, #c89f61) !important;
  color: #173c32 !important;
  box-shadow: 0 14px 34px rgba(5, 31, 25, .22) !important;
}

body.hw-premium-public-v1 .hwhp-hero .hw-btn:hover {
  border-color: #ecd4aa !important;
  background: linear-gradient(135deg, #ead2aa, #d4ad70) !important;
  box-shadow: 0 18px 42px rgba(5, 31, 25, .3) !important;
}

body.hw-premium-public-v1 :where(a, button, input, textarea, select, summary):focus-visible {
  outline: 3px solid rgba(183, 146, 88, .48) !important;
  outline-offset: 3px !important;
}

body.hw-premium-public-v1 :where(input, textarea, select) {
  border: 1px solid var(--hwp-line-strong) !important;
  border-radius: var(--hwp-radius-sm) !important;
  background: rgba(255,255,255,.92) !important;
  color: var(--hwp-ink) !important;
  font-family: var(--hwp-body) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}

body.hw-premium-public-v1 :where(input, textarea, select):focus {
  border-color: var(--hwp-gold) !important;
  box-shadow: 0 0 0 4px rgba(183, 146, 88, .12) !important;
}

/* Consistent containers and spacing */
body.hw-premium-public-v1 :where(.hw-home-pro, .hw-services-shell, .hw-team-page, .hw-contact-page) {
  width: min(1200px, calc(100% - 48px)) !important;
  margin-inline: auto !important;
}

body.hw-premium-public-v1 :where(.hw-section, .hw-blog-premium-paths, .hw-blog-shell__content) {
  padding-block: clamp(64px, 7.5vw, 108px);
}

body.hw-premium-public-v1 :where(.hw-home-pro, .hw-services-shell, .hw-team-page, .hw-contact-page) {
  padding-block: clamp(38px, 5vw, 76px);
}

body.hw-premium-public-v1 .hw-home-pro {
  padding-top: clamp(24px, 3vw, 38px) !important;
}

body.hw-premium-public-v1 .hw-section + .hw-section {
  margin-top: 0 !important;
}

/* Hero system */
body.hw-premium-public-v1 :where(.hwhp-hero, .hw-premium-split-hero, .hw-team-hero, .hw-blog-hero__inner) {
  border: 1px solid var(--hwp-line) !important;
  border-radius: var(--hwp-radius-lg) !important;
  background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(247,244,237,.97)) !important;
  box-shadow: var(--hwp-shadow-md) !important;
  overflow: hidden;
}

body.hw-premium-public-v1 .hwhp-hero {
  min-height: min(680px, calc(100vh - 118px));
}

body.hw-premium-public-v1 .hwhp-hero__copy {
  padding: clamp(38px, 4.4vw, 64px) !important;
  background: linear-gradient(145deg, #103b31 0%, #174f40 100%) !important;
}

body.hw-premium-public-v1 .hwhp-hero .hw-kicker {
  color: var(--hwp-gold-light) !important;
}

body.hw-premium-public-v1 .hwhp-hero h1 {
  color: #fff !important;
  font-size: clamp(3.25rem, 4.65vw, 4.75rem) !important;
  line-height: .94 !important;
}

body.hw-premium-public-v1 .hwhp-hero h1 span {
  color: var(--hwp-gold-light) !important;
}

body.hw-premium-public-v1 .hwhp-hero__lead {
  color: rgba(255,255,255,.86) !important;
  font-size: clamp(1.04rem, 1.35vw, 1.2rem) !important;
  line-height: 1.62 !important;
}

body.hw-premium-public-v1 .hwhp-hero__visual img,
body.hw-premium-public-v1 .hw-premium-split-hero img,
body.hw-premium-public-v1 .hw-team-page img,
body.hw-premium-public-v1 .hw-blog-shell img {
  filter: saturate(.92) contrast(1.02);
}

body.hw-premium-public-v1 .hw-premium-split-hero {
  min-height: 580px;
}

body.hw-premium-public-v1 :where(.hw-premium-split-hero__copy, .hw-subpage-hero__copy, .hw-service-hero__copy) {
  padding: clamp(38px, 4.5vw, 68px) !important;
}

body.hw-premium-public-v1 .hw-premium-split-hero__card {
  border: 1px solid rgba(255,255,255,.22) !important;
  border-radius: var(--hwp-radius) !important;
  background: linear-gradient(145deg, rgba(16,59,49,.96), rgba(12,39,33,.94)) !important;
  box-shadow: 0 24px 60px rgba(9, 31, 26, .28) !important;
}

/* Cards and content panels */
body.hw-premium-public-v1 :where(
  .hwhp-assurance article,
  .hwhp-areas article,
  .hwhp-process article,
  .hwhp-knowledge article,
  .hw-service-card,
  .hw-service-action-card,
  .hw-service-panel,
  .hw-service-nav,
  .hw-service-children,
  .hw-service-sidebar__cta,
  .hw-team-card,
  .hw-team-featured,
  .hw-team-standard,
  .hw-blog-card,
  .hw-blog-article-card,
  .hw-blog-cta-box,
  .hw-blog-related-card,
  .hwoc__hero-card,
  .hwoc__service-card,
  .hwoc__step,
  .hw-contact-box,
  .hw-home-faq__item
) {
  border: 1px solid var(--hwp-line) !important;
  border-radius: var(--hwp-radius) !important;
  background: rgba(255,253,249,.94) !important;
  box-shadow: var(--hwp-shadow-sm) !important;
}

body.hw-premium-public-v1 :where(
  .hwhp-areas article,
  .hwhp-knowledge article,
  .hw-service-card,
  .hw-service-action-card,
  .hw-team-card,
  .hw-blog-card
) {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

@media (hover: hover) and (pointer: fine) {
  body.hw-premium-public-v1 :where(
    .hwhp-areas article,
    .hwhp-knowledge article,
    .hw-service-card,
    .hw-service-action-card,
    .hw-team-card,
    .hw-blog-card
  ):hover {
    transform: translateY(-4px) !important;
    border-color: var(--hwp-line-strong) !important;
    box-shadow: var(--hwp-shadow-md) !important;
  }
}

body.hw-premium-public-v1 :where(.hwhp-icon, .hw-service-card__icon, .hw-service-hero__icon, .hw-icon-badge) {
  border: 1px solid rgba(183,146,88,.25) !important;
  border-radius: 16px !important;
  background: linear-gradient(145deg, #fff, var(--hwp-gold-light)) !important;
  color: var(--hwp-green-deep) !important;
  box-shadow: 0 8px 20px rgba(17,48,40,.08);
}

body.hw-premium-public-v1 .hwhp-area-card .hwhp-icon {
  flex: 0 0 68px;
  width: 68px;
  height: 68px;
  border-radius: 20px !important;
}

body.hw-premium-public-v1 .hwhp-area-card .hwhp-icon img {
  width: 40px;
  height: 40px;
}

body.hw-premium-public-v1 .hwhp-process-card .hwhp-icon {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  border-radius: 18px !important;
}

body.hw-premium-public-v1 .hwhp-process-card .hwhp-icon img {
  width: 34px;
  height: 34px;
}

/* Homepage process: premium dark journey with spacious, icon-led steps. */
body.hw-premium-public-v1 .hwhp-process {
  position: relative;
  overflow: hidden;
  padding: clamp(42px, 5vw, 68px) !important;
  border: 1px solid rgba(255, 255, 255, .12) !important;
  background:
    radial-gradient(circle at 92% 2%, rgba(201, 166, 106, .2), transparent 25rem),
    radial-gradient(circle at 4% 100%, rgba(255, 255, 255, .065), transparent 27rem),
    linear-gradient(145deg, #123d33 0%, #0c2f28 64%, #09271f 100%) !important;
  box-shadow: 0 28px 70px rgba(11, 42, 35, .18) !important;
}

body.hw-premium-public-v1 .hwhp-process .hwhp-section-head {
  max-width: 820px;
  margin-bottom: clamp(30px, 4vw, 44px);
}

body.hw-premium-public-v1 .hwhp-process .hw-kicker {
  color: #e3c28d !important;
}

body.hw-premium-public-v1 .hwhp-process h2 {
  color: #fffdf7 !important;
  font-size: clamp(2.65rem, 4.6vw, 4.35rem) !important;
  line-height: .98 !important;
}

body.hw-premium-public-v1 .hwhp-process .hwhp-section-head > p:last-child {
  color: rgba(242, 247, 244, .78) !important;
  font-size: 1rem !important;
}

body.hw-premium-public-v1 .hwhp-process-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

body.hw-premium-public-v1 .hwhp-process-card {
  position: relative;
  display: grid !important;
  grid-template-columns: 72px minmax(0, 1fr);
  grid-template-rows: auto auto 1fr;
  column-gap: 22px;
  align-content: start;
  min-width: 0;
  min-height: 224px !important;
  overflow: hidden;
  padding: 28px 30px !important;
  border-color: rgba(255, 255, 255, .16) !important;
  border-radius: 22px !important;
  background: linear-gradient(145deg, #fffefb, #f7f1e7) !important;
  box-shadow: 0 18px 40px rgba(2, 21, 17, .18) !important;
}

body.hw-premium-public-v1 .hwhp-process-card:nth-child(5) {
  grid-column: 1 / -1;
  min-height: 206px !important;
}

body.hw-premium-public-v1 .hwhp-process-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #c7a067, rgba(199, 160, 103, .1) 72%);
}

body.hw-premium-public-v1 .hwhp-process-card > div {
  display: contents !important;
}

body.hw-premium-public-v1 .hwhp-process-card > div > span:first-child {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  color: #805c2f !important;
  font: 800 .72rem/1 var(--hwp-body) !important;
  letter-spacing: .14em !important;
}

body.hw-premium-public-v1 .hwhp-process-card > div > span:first-child::before {
  content: "ETAP ";
  color: var(--hwp-ink-soft);
  font-weight: 700;
}

body.hw-premium-public-v1 .hwhp-process-card .hwhp-icon {
  position: static !important;
  grid-column: 1;
  grid-row: 1 / 4;
  align-self: start;
  width: 72px !important;
  height: 72px !important;
  margin: 0 !important;
  overflow: hidden !important;
  transform: none !important;
  border-radius: 20px !important;
  border-color: rgba(183, 146, 88, .3) !important;
  background: linear-gradient(145deg, #f5ead7, #fffdf8) !important;
  box-shadow: inset 0 1px 0 #fff, 0 10px 24px rgba(25, 53, 46, .08) !important;
}

body.hw-premium-public-v1 .hwhp-process-card .hwhp-icon img,
body.hw-premium-public-v1 .hwhp-process-card .hwhp-icon svg {
  display: block;
  width: 43px !important;
  height: 43px !important;
  max-width: 43px !important;
  max-height: 43px !important;
  object-fit: contain;
}

body.hw-premium-public-v1 .hwhp-process-card h3 {
  grid-column: 2;
  grid-row: 2;
  margin: 14px 0 10px !important;
  max-width: 19ch;
  font-size: clamp(1.68rem, 2vw, 2rem) !important;
  line-height: 1.06 !important;
  letter-spacing: -.026em !important;
  text-wrap: balance;
}

body.hw-premium-public-v1 .hwhp-process-card p {
  grid-column: 2;
  grid-row: 3;
  max-width: 52ch;
  margin: 0 !important;
  font-size: .92rem !important;
  line-height: 1.58 !important;
}

@media (hover: hover) and (pointer: fine) {
  body.hw-premium-public-v1 .hwhp-process-card {
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
  }

  body.hw-premium-public-v1 .hwhp-process-card:hover {
    transform: translateY(-5px);
    border-color: rgba(227, 194, 141, .56) !important;
    box-shadow: 0 28px 58px rgba(2, 21, 17, .27) !important;
  }
}

body.hw-premium-public-v1 .hwhp-assurance .hwhp-icon {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
}

body.hw-premium-public-v1 .hwhp-assurance .hwhp-icon img {
  width: 31px;
  height: 31px;
}

body.hw-premium-public-v1 :where(.hw-service-keywords span, .hw-service-card__list li, .hw-team-tags span) {
  border: 1px solid var(--hwp-line) !important;
  background: rgba(233,241,237,.74) !important;
  color: var(--hwp-green-deep) !important;
}

body.hw-premium-public-v1 .hw-service-breadcrumb {
  width: min(1200px, calc(100% - 48px));
  margin: 18px auto -12px;
  color: var(--hwp-ink-soft);
}

body.hw-premium-public-v1 .hw-service-breadcrumb a {
  color: var(--hwp-green);
  text-decoration: none;
}

body.hw-premium-public-v1.page-id-1035 .hw-service-hero__copy > .hw-kicker::after {
  content: "";
  display: inline-block;
  width: 1.05rem;
  height: 1.05rem;
  margin-left: .55rem;
  vertical-align: -.18rem;
  background: currentColor;
  opacity: .72;
  -webkit-mask: url("../icons/hw-pkg/cannabis-leaf.svg") center / contain no-repeat;
  mask: url("../icons/hw-pkg/cannabis-leaf.svg") center / contain no-repeat;
}

body.hw-premium-public-v1 .hw-service-panel--mint,
body.hw-premium-public-v1 .hw-service-panel--soft,
body.hw-premium-public-v1 .hw-service-panel--sand,
body.hw-premium-public-v1 .hw-service-panel--paper {
  background: rgba(255,253,249,.94) !important;
}

/* Blog */
body.hw-premium-public-v1 .hw-blog-hero {
  padding: clamp(42px, 6vw, 82px) 24px !important;
  background:
    radial-gradient(circle at 8% 12%, rgba(183,146,88,.16), transparent 26rem),
    linear-gradient(135deg, #f4f0e7, #fffdf9) !important;
}

body.hw-premium-public-v1 .hw-blog-hero__inner,
body.hw-premium-public-v1 .hw-blog-premium-paths,
body.hw-premium-public-v1 .hw-blog-shell__content,
body.hw-premium-public-v1 .hw-blog-single-shell__content {
  width: min(1200px, calc(100% - 48px));
  margin-inline: auto;
}

body.hw-premium-public-v1 .hw-blog-hero__inner {
  padding: clamp(34px, 4.8vw, 64px) !important;
}

body.hw-premium-public-v1 .hw-blog-card__image img,
body.hw-premium-public-v1 .hw-blog-featured-image img,
body.hw-premium-public-v1 .hw-blog-related-card img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

body.hw-premium-public-v1 .hw-blog-card__body {
  padding: clamp(22px, 2.5vw, 30px) !important;
}

body.hw-premium-public-v1 .hw-blog-card__terms a,
body.hw-premium-public-v1 .hw-blog-kicker a {
  color: var(--hwp-green) !important;
}

/* Pricing */
body.hw-premium-public-v1 .hw-pricing {
  padding: clamp(54px, 6vw, 88px) 0 0 !important;
  background:
    radial-gradient(circle at 90% 0, rgba(233,241,237,.9), transparent 30rem),
    linear-gradient(180deg, #fffdf9, var(--hwp-canvas)) !important;
}

body.hw-premium-public-v1 .hw-pricing > :where(.hw-kicker, h1, .hw-lead) {
  width: min(820px, calc(100% - 48px));
  margin-left: max(24px, calc((100% - 1160px) * .5)) !important;
  margin-right: auto !important;
}

body.hw-premium-public-v1 .hw-pricing > h1 {
  max-width: none;
  margin-top: 24px !important;
  margin-bottom: 22px !important;
}

body.hw-premium-public-v1 .hw-pricing > .hw-lead {
  margin-bottom: 42px !important;
}

body.hw-premium-public-v1 .hwoc {
  border: 1px solid var(--hwp-line);
  border-radius: var(--hwp-radius-lg);
  background: rgba(255,253,249,.88);
  box-shadow: var(--hwp-shadow-md);
}

body.hw-premium-public-v1 .hwoc__title {
  font-size: clamp(2.35rem, 4vw, 3.8rem) !important;
}

/* Contact and team */
body.hw-premium-public-v1 .hw-contact-page,
body.hw-premium-public-v1 .hw-team-page {
  gap: clamp(50px, 7vw, 92px) !important;
}

body.hw-premium-public-v1 .hw-contact-page iframe {
  border-radius: var(--hwp-radius) !important;
  filter: saturate(.85) contrast(1.03);
}

body.hw-premium-public-v1 .hw-team-featured__image,
body.hw-premium-public-v1 .hw-team-card__image {
  border-radius: calc(var(--hwp-radius) - 4px) !important;
  overflow: hidden;
}

/* Footer */
body.hw-premium-public-v1 .hw-standalone-footer {
  width: min(1320px, calc(100% - 40px));
  margin: clamp(54px, 7vw, 96px) auto 20px !important;
  padding: clamp(36px, 5vw, 66px) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  border-radius: var(--hwp-radius-lg) !important;
  background:
    radial-gradient(circle at 84% 14%, rgba(183,146,88,.18), transparent 28rem),
    linear-gradient(145deg, #103b31, #0b2d26) !important;
  color: #fff !important;
  box-shadow: 0 30px 80px rgba(9, 36, 30, .2) !important;
}

body.hw-premium-public-v1 .hw-standalone-footer :where(p, span, small) {
  color: rgba(255,255,255,.72) !important;
}

body.hw-premium-public-v1 .hw-standalone-footer :where(strong, a) {
  color: #fff !important;
}

body.hw-premium-public-v1 .hw-standalone-footer__brand > strong {
  font-family: var(--hwp-display) !important;
  font-size: clamp(2rem, 3vw, 3rem) !important;
  font-weight: 600 !important;
  letter-spacing: -.02em !important;
}

body.hw-premium-public-v1 .hw-standalone-footer__signals span,
body.hw-premium-public-v1 .hw-standalone-footer__contact-card {
  border: 1px solid rgba(255,255,255,.13) !important;
  background: rgba(255,255,255,.07) !important;
  box-shadow: none !important;
}

body.hw-premium-public-v1 .hw-standalone-footer__contact-card {
  border-radius: var(--hwp-radius) !important;
}

body.hw-premium-public-v1 .hw-standalone-footer nav {
  border-top: 1px solid rgba(255,255,255,.13) !important;
}

body.hw-premium-public-v1 .hw-standalone-footer nav a {
  color: rgba(255,255,255,.78) !important;
  text-underline-offset: .24em;
}

body.hw-premium-public-v1 .hw-standalone-footer nav a:hover {
  color: #fff !important;
}

/* Motion is progressive: the dedicated module controls reveal and float effects. */
html[data-hw-motion="ready"] body.hw-premium-public-v1 [data-hw-motion-reveal] {
  will-change: opacity, transform;
}

html[data-hw-motion="ready"] body.hw-premium-public-v1 [data-hw-motion-reveal].is-hw-motion-visible {
  will-change: auto;
}

@supports (content-visibility: auto) {
  body.hw-premium-public-v1 :where(
    .hw-home-pro > .hw-section,
    .hw-home-pro > .hwhp-assurance,
    .hw-blog-shell__content,
    .hw-blog-premium-paths,
    .hw-services-shell > section:not(:first-of-type),
    .hw-team-page > section:not(:first-of-type),
    .hw-contact-page > section:not(:first-of-type),
    .hw-standalone-footer
  ) {
    content-visibility: auto;
    contain-intrinsic-size: auto 760px;
  }
}

@media (max-width: 1180px) {
  body.hw-premium-public-v1 .hw-premium-split-hero {
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  body.hw-premium-public-v1 .hw-premium-split-hero > * {
    min-width: 0;
    max-width: 100%;
  }

  body.hw-premium-public-v1 .hw-modern-header__brand-copy p {
    display: none;
  }

  body.hw-premium-public-v1 .hw-modern-btn--phone {
    display: none;
  }

  body.hw-premium-public-v1 .hw-modern-nav__link {
    padding-inline: 8px;
  }
}

@media (max-width: 980px) {
  body.hw-premium-public-v1 .hw-modern-header,
  body.hw-premium-public-v1 .hw-modern-header__inner {
    min-height: 72px;
  }

  body.hw-premium-public-v1 .hw-modern-header__inner,
  body.hw-premium-public-v1 .hw-standalone-footer {
    width: min(100% - 24px, 1320px);
  }

  body.hw-premium-public-v1 :where(.hw-home-pro, .hw-services-shell, .hw-team-page, .hw-contact-page),
  body.hw-premium-public-v1 .hw-blog-hero__inner,
  body.hw-premium-public-v1 .hw-blog-premium-paths,
  body.hw-premium-public-v1 .hw-blog-shell__content,
  body.hw-premium-public-v1 .hw-blog-single-shell__content,
  body.hw-premium-public-v1 .hw-service-breadcrumb {
    width: min(100% - 32px, 1200px) !important;
  }

  body.hw-premium-public-v1 .hwhp-hero,
  body.hw-premium-public-v1 .hw-premium-split-hero {
    min-height: 0;
  }

  body.hw-premium-public-v1 .hwhp-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.hw-premium-public-v1 .hwhp-process-card,
  body.hw-premium-public-v1 .hwhp-process-card:nth-child(4) {
    grid-column: auto !important;
    min-height: 238px !important;
  }

  body.hw-premium-public-v1 .hwhp-process-card:nth-child(5) {
    grid-column: 1 / -1 !important;
    min-height: 210px !important;
  }
}

@media (max-width: 680px) {
  body.hw-premium-public-v1 {
    font-size: 16.5px;
  }

  body.hw-premium-public-v1 .hw-modern-header__inner {
    width: calc(100% - 24px);
  }

  body.hw-premium-public-v1 .hw-standalone-logo__image {
    width: 42px !important;
    height: 42px !important;
  }

  body.hw-premium-public-v1 .hw-modern-header__title span {
    display: none;
  }

  body.hw-premium-public-v1 .hw-modern-header__title strong {
    font-size: 1.12rem !important;
  }

  body.hw-premium-public-v1 :where(.hw-redesign h1, .hw-blog-hero__title, .hw-pricing > h1) {
    font-size: clamp(2.75rem, 13.4vw, 3.65rem) !important;
    line-height: .98 !important;
  }

  body.hw-premium-public-v1 :where(.hw-redesign h2, .hw-blog-article-card h2, .hw-pricing h2) {
    font-size: clamp(2.1rem, 10.5vw, 2.8rem) !important;
  }

  body.hw-premium-public-v1 :where(.hw-redesign h3, .hw-blog-card__title, .hw-pricing h3) {
    font-size: clamp(1.6rem, 7vw, 2rem) !important;
  }

  body.hw-premium-public-v1 :where(.hw-home-pro, .hw-services-shell, .hw-team-page, .hw-contact-page),
  body.hw-premium-public-v1 .hw-blog-hero__inner,
  body.hw-premium-public-v1 .hw-blog-premium-paths,
  body.hw-premium-public-v1 .hw-blog-shell__content,
  body.hw-premium-public-v1 .hw-blog-single-shell__content,
  body.hw-premium-public-v1 .hw-service-breadcrumb {
    width: min(100% - 24px, 1200px) !important;
  }

  body.hw-premium-public-v1 :where(.hw-home-pro, .hw-services-shell, .hw-team-page, .hw-contact-page) {
    padding-block: 26px 50px;
  }

  body.hw-premium-public-v1 :where(.hw-section, .hw-blog-premium-paths, .hw-blog-shell__content) {
    padding-block: 52px;
  }

  body.hw-premium-public-v1 :where(.hwhp-hero, .hw-premium-split-hero, .hw-team-hero, .hw-blog-hero__inner) {
    border-radius: 22px !important;
  }

  body.hw-premium-public-v1 .hwhp-hero__copy,
  body.hw-premium-public-v1 :where(.hw-premium-split-hero__copy, .hw-subpage-hero__copy, .hw-service-hero__copy),
  body.hw-premium-public-v1 .hw-blog-hero__inner {
    padding: 30px 24px !important;
  }

  body.hw-premium-public-v1 .hwhp-hero h1 {
    font-size: clamp(2.8rem, 13vw, 3.65rem) !important;
  }

  body.hw-premium-public-v1 .hwhp-process {
    padding: 30px 20px !important;
    border-radius: 22px !important;
  }

  body.hw-premium-public-v1 .hwhp-process-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  body.hw-premium-public-v1 .hwhp-process-card,
  body.hw-premium-public-v1 .hwhp-process-card:nth-child(4),
  body.hw-premium-public-v1 .hwhp-process-card:nth-child(5) {
    grid-column: auto !important;
    grid-template-columns: 58px minmax(0, 1fr);
    column-gap: 16px;
    min-height: 0 !important;
    padding: 22px 22px 24px !important;
  }

  body.hw-premium-public-v1 .hwhp-process-card .hwhp-icon {
    flex-basis: 58px !important;
    width: 58px !important;
    height: 58px !important;
  }

  body.hw-premium-public-v1 .hwhp-process-card .hwhp-icon img,
  body.hw-premium-public-v1 .hwhp-process-card .hwhp-icon svg {
    width: 34px !important;
    height: 34px !important;
    max-width: 34px !important;
    max-height: 34px !important;
  }

  body.hw-premium-public-v1 .hwhp-process-card h3 {
    margin-top: 11px !important;
    font-size: 1.62rem !important;
  }

  body.hw-premium-public-v1 .hwhp-process h2 {
    font-size: clamp(1.9rem, 8.3vw, 2.25rem) !important;
    overflow-wrap: normal;
    hyphens: none;
  }

  body.hw-premium-public-v1 :where(
    .hwhp-assurance article,
    .hwhp-areas article,
    .hwhp-process article,
    .hwhp-knowledge article,
    .hw-service-card,
    .hw-service-action-card,
    .hw-service-panel,
    .hw-team-card,
    .hw-team-featured,
    .hw-team-standard,
    .hw-blog-card,
    .hw-blog-article-card,
    .hwoc,
    .hwoc__hero-card,
    .hwoc__service-card,
    .hw-contact-box,
    .hw-home-faq__item
  ) {
    border-radius: 18px !important;
  }

  body.hw-premium-public-v1 .hw-blog-hero {
    padding: 24px 0 !important;
  }

  body.hw-premium-public-v1 .hw-pricing {
    padding-top: 38px !important;
  }

  body.hw-premium-public-v1 .hw-pricing > :where(.hw-kicker, h1, .hw-lead) {
    width: calc(100% - 24px);
    margin-left: 12px !important;
  }

  body.hw-premium-public-v1 .hw-standalone-footer {
    width: calc(100% - 24px);
    margin-top: 52px !important;
    padding: 30px 22px !important;
    border-radius: 22px !important;
  }
}

@media (max-width: 340px) {
  body.hw-premium-public-v1 .hwhp-process {
    padding: 26px 14px !important;
  }

  body.hw-premium-public-v1 .hwhp-process h2 {
    font-size: 1.72rem !important;
  }

  body.hw-premium-public-v1 .hwhp-process-card,
  body.hw-premium-public-v1 .hwhp-process-card:nth-child(4),
  body.hw-premium-public-v1 .hwhp-process-card:nth-child(5) {
    grid-template-columns: 52px minmax(0, 1fr);
    column-gap: 12px;
    padding: 18px !important;
  }

  body.hw-premium-public-v1 .hwhp-process-card .hwhp-icon {
    width: 52px !important;
    height: 52px !important;
    border-radius: 16px !important;
  }

  body.hw-premium-public-v1 .hwhp-process-card .hwhp-icon img,
  body.hw-premium-public-v1 .hwhp-process-card .hwhp-icon svg {
    width: 31px !important;
    height: 31px !important;
    max-width: 31px !important;
    max-height: 31px !important;
  }

  body.hw-premium-public-v1 .hwhp-process-card h3 {
    font-size: 1.4rem !important;
  }

  body.hw-premium-public-v1 .hwhp-area-grid {
    gap: 12px !important;
  }

  body.hw-premium-public-v1 .hwhp-area-card {
    grid-template-columns: 44px minmax(0, 1fr) !important;
    gap: 14px !important;
    padding: 18px !important;
  }

  body.hw-premium-public-v1 .hwhp-area-card > b {
    position: absolute;
    top: 16px;
    right: 16px;
  }

  body.hw-premium-public-v1 .hwhp-area-card > div {
    grid-column: 1 / -1;
    padding-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.hw-premium-public-v1 *,
  body.hw-premium-public-v1 *::before,
  body.hw-premium-public-v1 *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
