﻿:root {
  --hz-black: #11100f;
  --hz-text: #191715;
  --hz-muted: #7b756d;
  --hz-gold: #0798d6;
  --hz-gold-dark: #057cb2;
  --hz-cream: #eef9f8;
  --hz-warm: #fbfaf8;
  --hz-line: #d7eaec;
  --hz-brown: #0b3e47;
  --hz-shadow: 0 22px 60px rgba(6, 50, 60, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.hz-shell {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--hz-warm);
  color: var(--hz-text);
  font-family: "Cairo", "Readex Pro", system-ui, sans-serif;
  font-size: 16px;
  font-feature-settings: "locl" 0, "lnum" 1, "tnum" 1;
  font-variant-numeric: lining-nums tabular-nums;
}
body.lang-en {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font-family: inherit; }

.hz-menu-toggle { display: none; }
.hz-menu-toggle svg { width: 20px; height: 20px; }

.hz-container {
  width: min(1180px, calc(100% - 44px));
  margin-inline: auto;
}

.hz-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid var(--hz-line);
}

.hz-nav {
  width: min(1180px, calc(100% - 44px));
  min-height: 78px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
}

.hz-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
  color: var(--hz-gold);
}

.hz-brand img {
  display: block;
  height: 42px;
  width: auto;
  aspect-ratio: 86 / 140;
  object-fit: contain;
  object-position: center;
}

/* Header + footer both show the full wordmark logo (icon + HEALZA + PHARMA) — no cropped aspect-ratio */
.hz-brand-full img,
.hz-brand-footer img {
  width: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}

.hz-brand-full img { height: 44px; }
.hz-footer .hz-brand-footer img { height: 42px; }

/* Header brand sits in a wide 1fr grid track — hug the true outer edge instead of centering in that track */
.hz-brand-full { justify-content: flex-start; }

.hz-nav-actions { order: 1; }
.hz-nav-links { order: 2; }
.hz-brand { order: 3; }

.hz-brand strong {
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: .03em;
}

.hz-brand span {
  margin-top: 5px;
  color: #9e8a70;
  font-size: .56rem;
  font-weight: 800;
  letter-spacing: .45em;
}

.hz-nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  padding: 0;
  margin: 0;
}

.hz-nav-links a {
  color: #504941;
  font-size: .94rem;
  font-weight: 800;
  transition: color .18s ease;
}

.hz-nav-links a:hover,
.hz-nav-links a.is-active { color: var(--hz-gold-dark); }

.hz-nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.hz-login-button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  background: var(--hz-black);
  color: #fff;
  font-size: .9rem;
  font-weight: 900;
  white-space: nowrap;
}

.hz-login-button:hover,
.hz-login-button:focus {
  color: #fff;
  background: var(--hz-brown);
}

.hz-cart-link {
  position: relative;
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--hz-line);
  border-radius: 50%;
  background: #fff;
  color: var(--hz-black);
}

.hz-cart-link span {
  position: absolute;
  top: -6px;
  right: -5px;
  min-width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--hz-gold);
  color: #fff;
  font-size: .7rem;
  font-weight: 900;
}

.hz-lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 38px;
  padding: 0 14px;
  border: 1px solid var(--hz-line);
  border-radius: 999px;
  background: #fff;
  color: var(--hz-black);
  font-size: .82rem;
  font-weight: 800;
}
.hz-lang-switch:hover { border-color: var(--hz-gold); color: var(--hz-gold-dark); }
.hz-lang-switch i { font-size: .78rem; color: var(--hz-gold-dark); }

.hz-dropdown-menu {
  border: 1px solid var(--hz-line);
  border-radius: 16px;
  box-shadow: var(--hz-shadow);
}

.hz-main { min-height: 64vh; }

.hz-hero {
  background: var(--hz-cream);
  padding: 116px 0 118px;
  text-align: center;
}

.hz-hero-inner {
  display: grid;
  justify-items: center;
  max-width: 760px;
}

.hz-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 8px 15px;
  background: rgba(216, 173, 104, .12);
  color: var(--hz-gold-dark);
  font-size: .78rem;
  font-weight: 900;
}

.hz-hero h1 {
  width: 100%;
  margin: 24px 0 18px;
  color: var(--hz-black);
  font-size: clamp(3rem, 7vw, 5.8rem);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: 0;
}

.hz-hero h1 mark {
  display: block;
  padding: 0;
  background: transparent;
  color: var(--hz-gold);
}

.hz-hero p {
  max-width: 590px;
  margin: 0 auto;
  color: var(--hz-muted);
  font-size: 1.15rem;
  line-height: 1.9;
}

.hz-hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

.hz-btn {
  min-height: 48px;
  min-width: 138px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 25px;
  font-weight: 900;
  transition: transform .18s ease, box-shadow .18s ease;
}

.hz-btn i {
  flex: 0 0 auto;
  font-size: .92em;
  line-height: 1;
}

.hz-btn:hover { transform: translateY(-2px); }
.hz-btn-gold { background: var(--hz-gold); color: #fff; box-shadow: 0 14px 28px rgba(7, 152, 214, .22); }
.hz-btn-gold:hover { color: #fff; background: var(--hz-gold-dark); }
.hz-btn-ghost { background: #fff; color: var(--hz-black); border-color: var(--hz-line); }
.hz-btn-ghost:hover { color: var(--hz-black); border-color: var(--hz-gold); background: #fff; }

.hz-features-strip {
  background: #fff;
  border-block: 1px solid var(--hz-line);
}

.hz-features-grid {
  min-height: 72px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 20px;
  color: var(--hz-black);
  font-size: .9rem;
  font-weight: 900;
}

.hz-features-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  white-space: nowrap;
}

.hz-features-grid i {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(216,173,104,.14);
  color: var(--hz-gold);
}

.hz-section { padding: 86px 0; background: #fff; }

.hz-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 42px;
}

.hz-section-head h2,
.hz-centered-head h2 {
  margin: 0 0 8px;
  color: var(--hz-black);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
}

.hz-section-head p,
.hz-centered-head p { margin: 0; color: var(--hz-muted); }
.hz-section-head a { color: var(--hz-gold-dark); font-weight: 900; }

.hz-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}

.hz-product-card { min-width: 0; background: transparent; }

.hz-product-art {
  position: relative;
  height: 230px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  overflow: hidden;
}

.hz-tone-peach .hz-product-art { background: linear-gradient(135deg, #fff2e6, #f6d7b9); }
.hz-tone-rose .hz-product-art { background: linear-gradient(135deg, #fff0ea, #f9cec2); }
.hz-tone-blue .hz-product-art { background: linear-gradient(135deg, #eef6ff, #cfe0f8); }
.hz-tone-green .hz-product-art { background: linear-gradient(135deg, #f2fbec, #d9ebc9); }

.hz-product-art b {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.74);
  color: var(--hz-gold-dark);
  font-weight: 900;
}

.hz-discount {
  position: absolute;
  top: 14px;
  right: 14px;
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(255,255,255,.82);
  color: var(--hz-gold-dark);
  font-size: .72rem;
  font-weight: 900;
}

.hz-product-card h3 { margin: 18px 0 6px; color: var(--hz-black); font-size: 1.08rem; font-weight: 900; }
.hz-product-card p { margin: 0; color: var(--hz-muted); font-size: .9rem; line-height: 1.7; }

.hz-product-foot {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.hz-product-foot strong { color: var(--hz-black); font-size: 1.05rem; font-weight: 900; }
.hz-product-foot small { color: var(--hz-muted); font-size: .85rem; }

.hz-product-foot button {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--hz-line);
  border-radius: 50%;
  background: #fff;
  color: var(--hz-black);
  font-size: .85rem;
}

.hz-consult-section {
  padding: 78px 0;
  background: linear-gradient(145deg, #071c20 0%, #0b3e47 58%, #07323a 100%);
  color: #fff;
}

.hz-consult-grid {
  display: grid;
  grid-template-columns: minmax(300px, .85fr) minmax(420px, 1.15fr);
  gap: 58px;
  align-items: center;
  direction: ltr;
}

.hz-doctor-card,
.hz-consult-copy { direction: rtl; }

.hz-doctor-card {
  position: relative;
  min-height: 380px;
  display: grid;
  place-items: center;
  align-content: center;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 8px;
  padding: 34px 28px;
  background:
    radial-gradient(circle at 24% 18%, rgba(7,152,214,.22), transparent 34%),
    rgba(255,255,255,.045);
  text-align: center;
  box-shadow: 0 24px 70px rgba(0,0,0,.18);
}

.hz-avatar {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(7,152,214,.16);
  color: #8ee6f3;
  font-size: 1.5rem;
  font-weight: 900;
}

.hz-doctor-card h3 { margin: 18px 0 4px; font-weight: 900; }
.hz-doctor-card p { margin: 0; color: rgba(255,255,255,.72); }

.hz-floating-note {
  position: static;
  width: min(270px, 100%);
  margin-top: 28px;
  border-radius: 8px;
  padding: 14px 16px;
  background: rgba(7,152,214,.95);
  color: #fff;
  text-align: center;
}

.hz-floating-note strong,
.hz-floating-note span { display: block; }
.hz-floating-note span { margin-top: 6px; font-size: .84rem; line-height: 1.6; }

.hz-consult-copy {
  max-width: 620px;
}

.hz-consult-copy span { color: #8ee6f3; font-weight: 900; }

.hz-consult-copy h2 {
  margin: 12px 0 18px;
  color: #fff;
  font-size: clamp(2rem, 3.2vw, 3.05rem);
  font-weight: 900;
  line-height: 1.16;
}

.hz-consult-copy p {
  max-width: 580px;
  color: rgba(255,255,255,.74);
  line-height: 1.9;
}

.hz-consult-copy ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 26px 0 34px;
  list-style: none;
}

.hz-consult-copy li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 800;
}

.hz-consult-copy li i {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(7,152,214,.20);
  color: #8ee6f3;
  font-size: .72rem;
}

.hz-loyalty-section { background: #fff; }
.hz-centered-head { margin-bottom: 44px; text-align: center; }

.hz-loyalty-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.hz-loyalty-card {
  position: relative;
  min-height: 210px;
  border: 1px solid var(--hz-line);
  border-radius: 20px;
  padding: 30px;
  background: var(--hz-cream);
}

.hz-loyalty-card.is-featured {
  background: #fff;
  border-color: var(--hz-gold);
  box-shadow: 0 0 0 1px rgba(216,173,104,.3);
}

.hz-loyalty-card em {
  position: absolute;
  top: -12px;
  right: 50%;
  transform: translateX(50%);
  border-radius: 999px;
  padding: 6px 18px;
  background: var(--hz-gold);
  color: #fff;
  font-size: .76rem;
  font-style: normal;
  font-weight: 900;
}

.hz-loyalty-card small { color: var(--hz-gold-dark); font-weight: 900; }
.hz-loyalty-card h3 { margin: 8px 0 10px; font-size: 1.55rem; font-weight: 900; }
.hz-loyalty-card p { color: var(--hz-muted); line-height: 1.8; }
.hz-loyalty-card strong { display: block; margin-top: 18px; color: var(--hz-gold); font-size: 2rem; font-weight: 900; }
.hz-loyalty-card span { color: var(--hz-muted); font-size: .85rem; }

.hz-footer {
  padding: 38px 0 0;
  border-top: 1px solid var(--hz-line);
  background: linear-gradient(180deg, #f7fcfc 0%, #fff 72%);
  color: var(--hz-text);
}

.hz-footer-cta {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
  padding: 24px 28px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #07323a, #0798d6);
  box-shadow: 0 20px 50px rgba(6, 50, 60, .14);
}

.hz-footer-cta span {
  color: #bdf0f8;
  font-size: .82rem;
  font-weight: 900;
}

.hz-footer-cta h2 {
  margin: 8px 0 0;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 900;
}

.hz-footer-cta .hz-btn-gold {
  background: #fff;
  color: var(--hz-gold-dark);
  box-shadow: none;
}

.hz-footer-cta .hz-btn-gold:hover {
  background: #e9fbff;
  color: var(--hz-gold-dark);
}

.hz-footer-cta .hz-btn-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.42);
}

.hz-footer-cta .hz-btn-ghost:hover {
  color: #fff;
  border-color: #fff;
}

.hz-footer-cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hz-footer-grid {
  display: grid;
  grid-template-columns: 1.15fr .75fr .95fr 1.1fr;
  gap: 34px;
}

.hz-footer h3 { margin: 0 0 14px; color: var(--hz-black); font-size: .95rem; font-weight: 900; }
.hz-footer p { margin: 0 0 7px; color: var(--hz-muted); line-height: 1.75; }
.hz-footer a { display: block; margin-bottom: 9px; color: #33494d; font-weight: 800; transition: color .18s ease, transform .18s ease; }
.hz-footer section:not(.hz-footer-brand) a:hover { color: var(--hz-gold-dark); transform: translateX(-3px); }
.hz-brand-footer { place-items: start; margin-bottom: 18px; }

.hz-social-links { display: flex; gap: 10px; margin-top: 18px; }

.hz-social-links a {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  margin: 0;
  border: 1px solid var(--hz-line);
  border-radius: 50%;
  background: #fff;
  color: var(--hz-gold-dark);
  font-size: .92rem;
  transition: transform .18s ease, color .18s ease, border-color .18s ease, background .18s ease;
}

.hz-social-links a:hover { color: #fff; background: var(--hz-gold); border-color: var(--hz-gold); transform: translateY(-2px); }

.hz-newsletter {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}

.hz-newsletter input {
  width: 100%;
  height: 42px;
  border: 1px solid var(--hz-line);
  border-radius: 999px;
  padding: 0 16px;
  background: #fff;
  outline: 0;
}

.hz-newsletter button {
  height: 42px;
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  background: var(--hz-gold);
  color: #fff;
  font-weight: 900;
}

.hz-newsletter input:focus {
  border-color: var(--hz-gold);
  box-shadow: 0 0 0 4px rgba(7,152,214,.09);
}

.hz-newsletter button:hover { background: var(--hz-gold-dark); }

.hz-footer-bottom {
  margin-top: 34px;
  padding: 18px 0;
  border-top: 1px solid var(--hz-line);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--hz-muted);
  font-size: .86rem;
}

.hz-footer-bottom div { display: flex; gap: 22px; }

@media (max-width: 980px) {
  .hz-nav {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 16px;
    padding: 16px 0;
  }

  .hz-brand { order: -1; }
  .hz-nav-links { flex-wrap: wrap; justify-content: center; gap: 16px 22px; }
  .hz-nav-actions { justify-content: center; }
  .hz-features-grid,
  .hz-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hz-consult-grid { grid-template-columns: 1fr; gap: 46px; direction: rtl; }
  .hz-footer-cta { align-items: flex-start; flex-direction: column; }
  .hz-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .hz-container,
  .hz-nav {
    width: min(100% - 28px, 1180px);
    max-width: calc(100vw - 28px);
  }

  .hz-nav { padding: 15px 0; overflow: hidden; }
  .hz-nav-links { width: 100%; justify-content: center; gap: 11px 15px; font-size: .86rem; }
  .hz-nav-actions { width: 100%; flex-wrap: wrap; justify-content: center; }

  .hz-hero { padding: 72px 0 76px; }
  .hz-hero h1 { font-size: 2.28rem; line-height: 1.16; }
  .hz-hero p { max-width: 100%; font-size: 1rem; }
  .hz-hero-actions { width: 100%; display: grid; }
  .hz-btn { width: 100%; }

  .hz-features-grid,
  .hz-product-grid,
  .hz-loyalty-grid,
  .hz-footer-grid { grid-template-columns: 1fr; }

  .hz-features-grid { padding: 18px 0; gap: 14px; }
  .hz-features-grid span { white-space: normal; }

  .hz-section { padding: 62px 0; }
  .hz-section-head { display: grid; justify-items: center; text-align: center; }
  .hz-product-art { height: 210px; }

  .hz-consult-section { padding: 72px 0; }
  .hz-doctor-card { min-height: 390px; }
  .hz-floating-note { position: static; width: 100%; margin-top: 24px; }
  .hz-consult-copy { text-align: center; }
  .hz-consult-copy p { margin-inline: auto; }
  .hz-consult-copy ul { justify-items: center; }

  .hz-footer section { text-align: center; }
  .hz-brand-footer { place-items: center; }
  .hz-newsletter { display: grid; }
  .hz-footer-bottom { display: grid; justify-content: center; text-align: center; }
  .hz-footer-bottom div { justify-content: center; flex-wrap: wrap; }
}

@media (max-width: 420px) {
  .hz-hero h1 { font-size: 2rem; }
  .hz-nav-links { font-size: .82rem; }
}

/* ==========================================================================
   Shared secondary-page components (Shop, Product, Cart, Checkout, Account,
   Consultations, Booking, About, Contact, Privacy, Error)
   ========================================================================== */

.hz-page-hero {
  background: var(--hz-cream);
  padding: 64px 0;
}

.hz-page-hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.hz-page-hero h1 {
  margin: 10px 0 10px;
  color: var(--hz-black);
  font-size: clamp(1.9rem, 3.4vw, 2.7rem);
  font-weight: 900;
  line-height: 1.25;
}

.hz-page-hero p {
  max-width: 620px;
  margin: 0;
  color: var(--hz-muted);
  font-size: 1rem;
  line-height: 1.85;
}

.hz-page-hero.hz-center { text-align: center; }
.hz-page-hero.hz-center .hz-page-hero-inner { flex-direction: column; align-items: center; }
.hz-page-hero.hz-center p { margin-inline: auto; }

/* Steps */
.hz-steps-bar { background: var(--hz-cream); padding-bottom: 34px; }

.hz-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.hz-step {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  border: 1px solid var(--hz-line);
  border-radius: 999px;
  background: #fff;
  color: var(--hz-muted);
  font-weight: 800;
  font-size: .88rem;
}

.hz-step b {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--hz-line);
  color: var(--hz-black);
  font-size: .8rem;
}

.hz-step.is-active { border-color: var(--hz-gold); color: var(--hz-black); background: rgba(216,173,104,.08); }
.hz-step.is-active b { background: var(--hz-gold); color: #fff; }

/* Panels / cards */
.hz-panel {
  border: 1px solid var(--hz-line);
  border-radius: 8px;
  padding: 32px;
  background: #fff;
}

.hz-panel > .hz-section-kicker {
  display: inline-block;
  margin-bottom: 6px;
  color: var(--hz-gold-dark);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .04em;
}

.hz-panel h2 { margin: 0 0 18px; color: var(--hz-black); font-size: 1.4rem; font-weight: 900; }

.hz-empty { padding: 40px 0; text-align: center; color: var(--hz-muted); }
.hz-empty h2, .hz-empty h3 { color: var(--hz-black); margin: 0 0 8px; }
.hz-empty .hz-btn { margin-top: 18px; }

.hz-alert {
  margin-bottom: 18px;
  padding: 14px 18px;
  border-radius: 14px;
  background: #fdf1ee;
  border: 1px solid #f3c9bd;
  color: #9a3b26;
  font-size: .88rem;
  font-weight: 700;
}

.hz-alert:empty { display: none; }

/* Filter bar (shop) */
.hz-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}

.hz-filter-bar a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  border: 1px solid var(--hz-line);
  border-radius: 999px;
  padding: 0 20px;
  color: var(--hz-text);
  font-weight: 800;
  font-size: .9rem;
  background: #fff;
}

.hz-filter-bar a.is-active,
.hz-filter-bar a:hover { border-color: var(--hz-gold); background: rgba(216,173,104,.1); color: var(--hz-gold-dark); }

/* Product details */
.hz-details-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 46px;
  align-items: start;
}

.hz-gallery-main {
  height: 420px;
  border-radius: 24px;
  overflow: hidden;
  background: var(--hz-cream);
  display: grid;
  place-items: center;
}

.hz-gallery-main img { width: 100%; height: 100%; object-fit: cover; }

.hz-thumbs { display: flex; gap: 10px; margin-top: 14px; }

.hz-thumb {
  width: 68px;
  height: 68px;
  border: 1px solid var(--hz-line);
  border-radius: 14px;
  padding: 0;
  overflow: hidden;
  background: #fff;
}

.hz-thumb img { width: 100%; height: 100%; object-fit: cover; }

.hz-details-info { align-self: start; }

.hz-stock {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 6px 16px;
  font-size: .8rem;
  font-weight: 900;
  margin-bottom: 14px;
}

.hz-stock.in { background: rgba(120,168,101,.14); color: #4c7a3d; }
.hz-stock.out { background: rgba(199,84,73,.12); color: #a6392c; }

.hz-details-info h1 { margin: 0 0 6px; color: var(--hz-black); font-size: 1.9rem; font-weight: 900; }
.hz-details-info > p.text-muted { color: var(--hz-muted); margin: 0 0 14px; }

.hz-details-price { display: flex; align-items: baseline; gap: 12px; margin: 10px 0 24px; }
.hz-details-price strong { color: var(--hz-gold-dark); font-size: 2rem; font-weight: 900; }
.hz-details-price del { color: var(--hz-muted); font-size: 1.05rem; }

.hz-details-info .hz-hero-actions { justify-content: flex-start; margin-top: 0; margin-bottom: 20px; }

.hz-description-list { display: grid; gap: 22px; margin-top: 30px; }
.hz-description-list section { padding-top: 20px; border-top: 1px solid var(--hz-line); }
.hz-description-list h2 { margin: 0 0 8px; color: var(--hz-black); font-size: 1.05rem; font-weight: 900; }
.hz-description-list p { margin: 0; color: var(--hz-muted); line-height: 1.9; }

/* Cart */
.hz-cart-board { display: grid; grid-template-columns: 1.6fr .95fr; gap: 30px; align-items: start; }
.hz-cart-items { display: grid; gap: 16px; }

.hz-cart-item {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  align-items: center;
  gap: 18px;
  border: 1px solid var(--hz-line);
  border-radius: 20px;
  padding: 16px;
  background: #fff;
}

.hz-cart-item img { width: 90px; height: 90px; border-radius: 14px; object-fit: cover; background: var(--hz-cream); }
.hz-cart-item h2 { margin: 0 0 6px; color: var(--hz-black); font-size: 1.05rem; font-weight: 900; }
.hz-cart-item p { margin: 0 0 6px; color: var(--hz-muted); font-size: .88rem; }
.hz-price { color: var(--hz-gold-dark); font-weight: 900; }

.hz-cart-controls { display: flex; align-items: center; gap: 8px; }

.hz-round-button {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--hz-line);
  border-radius: 50%;
  background: #fff;
  color: var(--hz-black);
  font-weight: 900;
}

.hz-round-button.danger { color: #a6392c; border-color: #f0c9c1; }

.hz-summary { align-self: start; }
.hz-summary dl { display: grid; gap: 12px; margin: 0 0 22px; }
.hz-summary dl div { display: flex; justify-content: space-between; color: var(--hz-muted); font-weight: 700; }
.hz-summary dl dd { margin: 0; color: var(--hz-black); }
.hz-summary .w-100 { width: 100%; }
.hz-disabled { opacity: .5; pointer-events: none; }

.hz-totals { display: grid; gap: 12px; margin: 0 0 22px; }
.hz-totals div { display: flex; justify-content: space-between; color: var(--hz-muted); font-weight: 700; }
.hz-totals dd { margin: 0; color: var(--hz-black); }
.hz-totals .total { padding-top: 12px; border-top: 1px solid var(--hz-line); }
.hz-totals .total dt, .hz-totals .total dd { color: var(--hz-black); font-size: 1.15rem; font-weight: 900; }

/* Checkout */
.hz-checkout-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: start; }
.hz-checkout-grid .hz-summary { grid-column: auto; }

.hz-address-list { display: grid; gap: 14px; }

.hz-address-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid var(--hz-line);
  border-radius: 16px;
  padding: 16px 18px;
}

.hz-address-card strong { display: block; color: var(--hz-black); margin-bottom: 4px; }
.hz-address-card p { margin: 0 0 4px; color: var(--hz-muted); font-size: .9rem; }
.hz-address-card small { color: var(--hz-muted); font-size: .82rem; }

.hz-btn-dark { background: var(--hz-black); color: #fff; }

.hz-review-items { display: grid; gap: 14px; }

.hz-review-item {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  align-items: center;
  gap: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--hz-line);
}

.hz-review-item img { width: 64px; height: 64px; border-radius: 12px; object-fit: cover; background: var(--hz-cream); }
.hz-review-item strong { display: block; color: var(--hz-black); margin-bottom: 4px; }
.hz-review-item span { color: var(--hz-muted); font-size: .86rem; }
.hz-review-item b { color: var(--hz-black); font-weight: 900; }

/* Forms */
.hz-form { display: grid; gap: 18px; }
.hz-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: end; }
.hz-form-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }

.hz-field {
  display: grid;
  gap: 8px;
  color: var(--hz-text);
  font-size: .88rem;
  font-weight: 800;
}

.hz-field input,
.hz-field select,
.hz-field textarea {
  min-height: 52px;
  border: 1px solid var(--hz-line);
  border-radius: 8px;
  padding: 0 16px;
  background: #fff;
  color: var(--hz-text);
  font-family: inherit;
  font-size: .92rem;
  font-weight: 600;
  outline: 0;
}

.hz-field textarea { min-height: 108px; padding: 12px 16px; resize: vertical; }
.hz-field input:focus, .hz-field select:focus, .hz-field textarea:focus {
  border-color: var(--hz-gold);
  box-shadow: 0 0 0 4px rgba(7,152,214,.09);
}
.hz-field span.field-validation-error, .hz-field small { color: #a6392c; font-size: .78rem; font-weight: 700; }

.hz-check { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: .9rem; }
.hz-check input { width: 18px; height: 18px; }

/* Auth */
.hz-auth-page { min-height: 70vh; display: grid; place-items: center; padding: 70px 0; background: var(--hz-cream); }

.hz-auth-card {
  width: min(940px, calc(100% - 32px));
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--hz-shadow);
}

.hz-auth-copy {
  padding: 46px 40px;
  background: linear-gradient(145deg, #07323a 0%, #0a5963 58%, #0798d6 140%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hz-auth-copy img { display: block; height: 54px; width: auto; aspect-ratio: 86 / 140; object-fit: contain; margin-bottom: 22px; }
.hz-auth-copy span { color: #8ee6f3; font-weight: 900; font-size: .82rem; }
.hz-auth-copy h1 { margin: 12px 0 14px; font-size: 1.9rem; font-weight: 900; }
.hz-auth-copy p { color: rgba(255,255,255,.82); line-height: 1.9; margin: 0; }

.hz-auth-form { padding: 44px 40px; display: grid; gap: 16px; }
.hz-auth-form-head span { color: var(--hz-gold-dark); font-weight: 900; font-size: .8rem; }
.hz-auth-form-head h2 { margin: 8px 0 22px; color: var(--hz-black); font-size: 1.4rem; font-weight: 900; }

.hz-auth-form label {
  display: grid;
  gap: 8px;
  color: var(--hz-text);
  font-size: .88rem;
  font-weight: 800;
}

.hz-auth-form input, .hz-auth-form select {
  min-height: 46px;
  border: 1px solid var(--hz-line);
  border-radius: 14px;
  padding: 0 16px;
  background: var(--hz-warm);
  font-family: inherit;
  font-size: .92rem;
  outline: 0;
}

.hz-auth-form input:focus { border-color: var(--hz-gold); }
.hz-auth-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.hz-auth-form button[type="submit"] {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: var(--hz-gold);
  color: #fff;
  font-weight: 900;
  margin-top: 6px;
}

.hz-auth-form > a,
.hz-auth-action-link {
  text-align: center;
  color: var(--hz-gold-dark);
  font-weight: 800;
  font-size: .88rem;
}

.hz-auth-forgot-link { justify-self: end; margin-top: -8px; color: var(--hz-gold-dark); font-weight: 800; font-size: .84rem; }

.hz-auth-status {
  padding: 12px 16px;
  border-radius: 12px;
  font-size: .86rem;
  font-weight: 700;
}

.hz-auth-status-success { background: rgba(120,168,101,.14); color: #4c7a3d; }
.hz-auth-status-error { background: #fdf1ee; color: #a6392c; }
.hz-auth-validation:empty { display: none; }
.hz-auth-validation { color: #a6392c; font-size: .84rem; font-weight: 700; }
.hz-auth-validation ul { margin: 0; padding-inline-start: 18px; }

/* Profile */
.hz-profile-shell { width: min(880px, calc(100% - 32px)); margin: 60px auto 90px; }

.hz-profile-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.hz-profile-heading span { color: var(--hz-gold-dark); font-weight: 900; font-size: .8rem; }
.hz-profile-heading h1 { margin: 8px 0 6px; color: var(--hz-black); font-size: 1.9rem; font-weight: 900; }
.hz-profile-heading p { margin: 0; color: var(--hz-muted); }

.hz-profile-identity { display: flex; align-items: center; gap: 12px; }
.hz-profile-identity b {
  width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%;
  background: rgba(216,173,104,.16); color: var(--hz-gold-dark); font-size: 1.3rem; font-weight: 900;
}
.hz-profile-identity strong { display: block; color: var(--hz-black); }
.hz-profile-identity span { color: var(--hz-muted); font-size: .85rem; }

.hz-profile-alert { margin-bottom: 20px; padding: 14px 18px; border-radius: 14px; font-weight: 700; font-size: .88rem; }
.hz-profile-alert-success { background: rgba(120,168,101,.14); color: #4c7a3d; }

.hz-profile-form { border: 1px solid var(--hz-line); border-radius: 22px; padding: 32px; background: #fff; }
.hz-profile-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 26px; }
.hz-profile-form-grid label { display: grid; gap: 8px; font-weight: 800; font-size: .88rem; }
.hz-profile-form-grid label span em { color: var(--hz-muted); font-weight: 600; }
.hz-profile-form-grid input {
  min-height: 46px; border: 1px solid var(--hz-line); border-radius: 14px; padding: 0 16px;
  background: var(--hz-warm); font-family: inherit; outline: 0;
}
.hz-profile-form-grid input:focus { border-color: var(--hz-gold); }
.hz-field-wide { grid-column: 1 / -1; }
.hz-profile-form small { color: #a6392c; font-size: .78rem; }

.hz-profile-actions { display: flex; gap: 12px; }
.hz-profile-actions button {
  min-height: 46px; padding: 0 26px; border: 0; border-radius: 999px; background: var(--hz-black);
  color: #fff; font-weight: 900;
}
.hz-profile-actions a { display: inline-flex; align-items: center; color: var(--hz-muted); font-weight: 800; }

/* Orders list (My Orders) */
.hz-orders-list { display: grid; gap: 14px; }
.hz-order-card {
  border: 1px solid var(--hz-line); border-radius: 18px; padding: 20px 22px;
  background: #fff; display: grid; gap: 14px;
}
.hz-order-card-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.hz-order-card-head > div { display: grid; gap: 4px; }
.hz-order-card-head strong { color: var(--hz-black); font-size: 1.02rem; font-weight: 900; }
.hz-order-card-head span { color: var(--hz-muted); font-size: .85rem; }
.hz-order-card-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.hz-order-card-foot span { color: var(--hz-muted); font-size: .88rem; font-weight: 700; }

.hz-order-status {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 6px 14px; border-radius: 999px; font-size: .8rem; font-weight: 900;
}
.hz-order-status-warning { color: #a6720f; background: rgba(216,173,104,.2); }
.hz-order-status-info { color: #2b5a8a; background: rgba(43,90,138,.12); }
.hz-order-status-purple { color: #5b2da8; background: rgba(91,45,168,.12); }
.hz-order-status-success { color: #4c7a3d; background: rgba(120,168,101,.16); }
.hz-order-status-danger { color: #a6392c; background: rgba(166,57,44,.12); }

/* Access denied / status pages */
.hz-status-shell { min-height: 62vh; display: grid; place-items: center; padding: 70px 0; background: var(--hz-cream); }

.hz-status-card {
  width: min(560px, calc(100% - 32px));
  text-align: center;
  padding: 48px 36px;
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--hz-shadow);
}

.hz-status-icon {
  width: 64px; height: 64px; margin: 0 auto 20px; display: grid; place-items: center;
  border-radius: 50%; background: rgba(199,84,73,.12); color: #a6392c; font-size: 1.6rem; font-weight: 900;
}

.hz-status-icon.is-success { background: rgba(120,168,101,.16); color: #4c7a3d; }
.hz-status-icon.is-pending { background: rgba(216,173,104,.18); color: var(--hz-gold-dark); }

.hz-status-kicker { color: var(--hz-gold-dark); font-weight: 900; font-size: .82rem; }
.hz-status-card h1 { margin: 10px 0 14px; color: var(--hz-black); font-size: 1.7rem; font-weight: 900; }
.hz-status-card p { margin: 0 0 22px; color: var(--hz-muted); line-height: 1.85; }

.hz-status-card dl { display: grid; gap: 10px; margin: 0 0 26px; text-align: right; }
.hz-status-card dl div { display: flex; justify-content: space-between; color: var(--hz-muted); font-weight: 700; font-size: .9rem; }
.hz-status-card dl dd { margin: 0; color: var(--hz-black); }
.hz-status-card dl .total dt, .hz-status-card dl .total dd { color: var(--hz-black); font-size: 1.1rem; font-weight: 900; }
.hz-status-card dl .total { padding-top: 10px; border-top: 1px solid var(--hz-line); }

.hz-status-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* Pricing (consultations) */
.hz-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.hz-pricing-card {
  position: relative;
  border: 1px solid var(--hz-line);
  border-radius: 22px;
  padding: 34px 30px;
  background: var(--hz-cream);
}

.hz-pricing-card.is-featured { background: #fff; border-color: var(--hz-gold); box-shadow: 0 0 0 1px rgba(216,173,104,.3); }

.hz-pricing-card em {
  position: absolute; top: -14px; right: 50%; transform: translateX(50%);
  border-radius: 999px; padding: 6px 18px; background: var(--hz-gold); color: #fff;
  font-size: .76rem; font-style: normal; font-weight: 900; white-space: nowrap;
}

.hz-pricing-card h3 { margin: 0 0 10px; color: var(--hz-black); font-size: 1.3rem; font-weight: 900; }
.hz-pricing-card .hz-duration { display: flex; align-items: center; gap: 8px; color: var(--hz-muted); font-size: .85rem; margin-bottom: 18px; }
.hz-pricing-card .hz-price-tag { margin-bottom: 22px; }
.hz-pricing-card .hz-price-tag strong { color: var(--hz-black); font-size: 2.1rem; font-weight: 900; }
.hz-pricing-card .hz-price-tag span { color: var(--hz-muted); font-size: .9rem; margin-inline-start: 4px; }

.hz-pricing-card ul { list-style: none; margin: 0 0 26px; padding: 0; display: grid; gap: 12px; }
.hz-pricing-card li { display: flex; align-items: center; gap: 10px; color: var(--hz-text); font-weight: 700; font-size: .92rem; }
.hz-pricing-card li i { color: var(--hz-gold-dark); }
.hz-pricing-card .hz-btn { width: 100%; }

.hz-feature-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 46px;
}

.hz-feature-box {
  text-align: center;
  padding: 30px 24px;
  border: 1px solid var(--hz-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(6,50,60,.055);
}

.hz-feature-box i {
  width: 52px; height: 52px; margin: 0 auto 16px; display: grid; place-items: center;
  border-radius: 50%; background: rgba(7,152,214,.10); color: var(--hz-gold-dark); font-size: 1.2rem;
}

.hz-feature-box h3 { margin: 0 0 8px; color: var(--hz-black); font-size: 1.05rem; font-weight: 900; }
.hz-feature-box p { margin: 0; color: var(--hz-muted); font-size: .88rem; line-height: 1.7; }

/* Contact */
.hz-contact-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: -18px;
  margin-bottom: 56px;
  position: relative;
  z-index: 2;
}

.hz-contact-card {
  text-align: center;
  padding: 30px 24px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--hz-line);
  box-shadow: var(--hz-shadow);
}

.hz-contact-card i {
  width: 54px; height: 54px; margin: 0 auto 16px; display: grid; place-items: center;
  border-radius: 50%; background: rgba(7,152,214,.10); color: var(--hz-gold-dark); font-size: 1.3rem;
}

.hz-contact-card h3 { margin: 0 0 8px; color: var(--hz-black); font-size: 1.05rem; font-weight: 900; }
.hz-contact-card .hz-value { margin: 0 0 10px; color: var(--hz-muted); font-size: .92rem; }
.hz-contact-card a.hz-link { color: var(--hz-gold-dark); font-weight: 900; font-size: .88rem; }

.hz-contact-page .hz-section {
  padding-top: 18px;
}

.hz-contact-form-panel {
  width: min(860px, 100%);
  margin: 0 auto;
  display: block;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(6,50,60,.08);
}

.hz-contact-form-body {
  padding: 34px 36px 36px;
}

.hz-contact-form-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--hz-line);
}

.hz-contact-form-head .hz-info-icon {
  flex: 0 0 auto;
  margin: 0;
}

.hz-contact-form-head h2 {
  margin: 4px 0 0;
  color: var(--hz-black);
  font-size: 1.45rem;
  font-weight: 900;
}

.hz-contact-page .hz-form {
  gap: 18px;
}

.hz-contact-page .hz-form-grid {
  grid-template-columns: minmax(0, 1fr) minmax(390px, 1.05fr);
}

.hz-contact-page .hz-field input,
.hz-contact-page .hz-field select {
  width: 100%;
  min-height: 56px;
  border-radius: 8px;
  background: #fff;
}

.hz-contact-page .hz-field textarea {
  border-radius: 8px;
  background: #fff;
  min-height: 126px;
}

.hz-contact-page .hz-phone-row {
  grid-template-columns: 154px minmax(220px, 1fr);
}

.hz-phone-row {
  display: grid;
  grid-template-columns: minmax(150px, .95fr) minmax(170px, 1.05fr);
  gap: 10px;
  align-items: center;
}

.hz-phone-row .hz-dial-select,
.hz-phone-row .hz-phone-input {
  width: 100%;
  min-height: 52px;
}

.hz-booking-page .hz-panel.hz-form {
  padding: 34px 36px 36px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(6,50,60,.08);
}

.hz-booking-page .hz-checkout-grid {
  width: min(860px, 100%);
  margin: 0 auto;
  align-items: start;
  grid-template-columns: 1fr;
  gap: 18px;
}

.hz-booking-page .hz-form-grid {
  grid-template-columns: minmax(0, 1fr) minmax(390px, 1.05fr);
}

.hz-booking-page .hz-phone-row {
  grid-template-columns: 154px minmax(220px, 1fr);
}

.hz-booking-form-head p {
  margin: 8px 0 0 !important;
  line-height: 1.75;
}

.hz-booking-page .hz-checkout-grid aside .hz-panel {
  border-radius: 8px;
  background: linear-gradient(145deg, #fff, #f8fcfc);
  box-shadow: none;
}

.hz-booking-side {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-content: start;
}

.hz-booking-side .hz-panel {
  min-height: 140px;
  padding: 24px;
}

.hz-info-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 50%;
  background: rgba(7,152,214,.10);
  color: var(--hz-gold-dark);
  font-size: 1.05rem;
}

/* About */
.hz-about-page .hz-page-hero {
  padding: 56px 0 60px;
  background: linear-gradient(180deg, #eef9f8 0%, #f8fcfc 100%);
}

.hz-about-page .hz-page-hero h1 { font-size: clamp(2rem, 3.2vw, 2.55rem); }
.hz-about-page .hz-section { padding: 54px 0; }

.hz-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: 42px;
  align-items: stretch;
}

.hz-about-copy { align-self: center; }
.hz-about-grid > .hz-about-copy > p { color: var(--hz-muted); line-height: 1.9; font-size: 1.02rem; margin: 0 0 22px; }

.hz-about-copy .hz-feature-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 26px; }
.hz-about-copy .hz-feature-box { text-align: right; background: #f8fcfc; box-shadow: none; }
.hz-about-copy .hz-feature-box i { margin: 0 0 14px; }

.hz-brand-story {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px;
  padding: 38px 32px;
  background: linear-gradient(145deg, #07323a 0%, #0a5963 68%, #0798d6 150%);
  box-shadow: 0 22px 58px rgba(6,50,60,.13);
  color: #fff;
}

.hz-brand-story span { color: #8ee6f3; font-weight: 900; font-size: .8rem; }
.hz-brand-story h2 { margin: 12px 0 16px; font-size: 1.6rem; font-weight: 900; }
.hz-brand-story p { margin: 0; color: rgba(255,255,255,.82); line-height: 1.9; }

@media (max-width: 980px) {
  .hz-page-hero-inner { flex-direction: column; align-items: flex-start; text-align: right; }
  .hz-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hz-details-grid,
  .hz-cart-board,
  .hz-checkout-grid,
  .hz-pricing-grid,
  .hz-feature-strip,
  .hz-contact-cards,
  .hz-about-grid { grid-template-columns: 1fr; }
  .hz-contact-form-panel { grid-template-columns: 1fr; }
  .hz-auth-card { grid-template-columns: 1fr; }
  .hz-auth-copy { text-align: center; align-items: center; }
  .hz-profile-form-grid { grid-template-columns: 1fr; }
  .hz-brand-story { min-height: auto; }
}

@media (max-width: 840px) {
  .hz-contact-page .hz-form-grid { grid-template-columns: 1fr; }
  .hz-contact-page .hz-phone-row { grid-template-columns: minmax(140px, .7fr) minmax(180px, 1fr); }
  .hz-booking-page .hz-form-grid { grid-template-columns: 1fr; }
  .hz-booking-page .hz-phone-row { grid-template-columns: minmax(140px, .7fr) minmax(180px, 1fr); }
  .hz-booking-side { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .hz-page-hero { padding: 46px 0; }
  .hz-about-page .hz-page-hero { padding: 44px 0; }
  .hz-about-page .hz-section { padding: 42px 0; }
  .hz-form-grid, .hz-form-row, .hz-auth-two-col { grid-template-columns: 1fr; }
  .hz-phone-row { grid-template-columns: 1fr; }
  .hz-booking-page .hz-panel.hz-form { padding: 26px; }
  .hz-cart-item { grid-template-columns: 64px 1fr; }
  .hz-cart-controls { grid-column: 1 / -1; justify-content: flex-start; margin-top: 10px; }
  .hz-review-item { grid-template-columns: 50px 1fr; }
  .hz-review-item b { grid-column: 1 / -1; margin-top: 6px; }
  .hz-profile-heading { flex-direction: column; align-items: flex-start; }
  .hz-status-card { padding: 34px 22px; }
}

.hz-product-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hz-product-art:has(img) {
  background: var(--hz-cream);
}

@media (max-width: 640px) {
  .hz-brand img { height: 38px; }
}

@media (max-width: 520px) {
  .hz-container,
  .hz-nav {
    width: min(362px, calc(100% - 28px));
    max-width: calc(100% - 28px);
    margin-left: 14px;
    margin-right: auto;
  }

  .hz-brand {
    margin-inline: auto;
  }

  .hz-nav-links,
  .hz-nav-actions,
  .hz-hero-inner,
  .hz-section-head,
  .hz-product-grid,
  .hz-consult-grid,
  .hz-loyalty-grid,
  .hz-footer-grid {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .hz-footer-cta {
    padding: 24px 20px;
  }

  .hz-contact-form-panel {
    padding: 18px;
  }

  .hz-footer-cta h2 {
    font-size: 1.18rem;
  }

  .hz-footer-cta-actions,
  .hz-newsletter,
  .hz-footer-bottom {
    flex-direction: column;
  }

  .hz-footer-cta-actions .hz-btn,
  .hz-newsletter button {
    width: 100%;
  }

  .hz-nav-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    text-align: center;
  }

  .hz-nav-links a {
    min-width: 0;
  }

  .hz-hero h1 {
    font-size: 1.92rem;
    line-height: 1.22;
    width: 100%;
    max-width: 330px;
    margin-inline: auto;
    overflow-wrap: anywhere;
    text-align: center;
  }

  .hz-hero h1 span,
  .hz-hero h1 mark {
    display: block;
  }

  .hz-section-head h2,
  .hz-centered-head h2 {
    font-size: 2rem;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .hz-product-card,
  .hz-loyalty-card,
  .hz-doctor-card,
  .hz-consult-copy {
    min-width: 0;
    max-width: 100%;
  }
}

.hz-hero h1 span { display: block; }
