html {
  scroll-behavior: smooth;
}

:root {
  --ha-bg: #0a1422;
  --ha-surface: #111c2b;
  --ha-surface-2: #182434;
  --ha-border: rgba(229, 185, 105, .32);
  --ha-gold: #e5b969;
  --ha-gold-light: #f8d797;
  --ha-text: #f7f8fb;
  --ha-muted: #aeb8c6;
  --ha-font-body: 'Inter', sans-serif;
  --ha-font-heading: 'Inter', sans-serif;
}

body {
  font-family: var(--ha-font-body);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--ha-font-heading);
}

body.single-product { background: radial-gradient(circle at 72% 8%, #17283c 0, var(--ha-bg) 36%, #08111d 100%); color: var(--ha-text); }
body.single-product .site { background: transparent; }
body.single-product #masthead.site-header { background: rgba(10, 20, 34, .96); position: relative; z-index: 20; }
body.single-product .top-bar { background: #050a12; border-bottom: 1px solid rgba(255,255,255,.06); }
body.single-product .inner-header-wrapper { max-width: 1480px; min-height: 78px; }
body.single-product .site-title a,
body.single-product .main-navigation a { color: var(--ha-text); }
body.single-product .main-navigation a:hover { color: var(--ha-gold); }
body.single-product .main-navigation .current-menu-item a,
body.single-product .main-navigation .current-menu-ancestor a,
body.single-product .main-navigation .current_page_item a { color: var(--ha-gold); position: relative; }
body.single-product .main-navigation .current-menu-item a::after,
body.single-product .main-navigation .current-menu-ancestor a::after,
body.single-product .main-navigation .current_page_item a::after { content: ''; position: absolute; bottom: -4px; left: 0; right: 0; height: 2px; background: var(--ha-gold); border-radius: 1px; }
body.single-product .site-title a { font-weight: 700; letter-spacing: -.025em; }
body.single-product .single-product-wrapper,
body.single-product .single-product-page-wrapper { width: 100%; max-width: none; margin: 0; padding: 0; }
body.single-product #primary { width: 100%; max-width: none; padding: 0; }
body.single-product .woocommerce-breadcrumb { display: none; }

body.single-product div.product.ha-product { overflow: visible !important; color: var(--ha-text); font-family: inherit; }
.ha-product-shell { position: relative; left: calc((100vw - 100%) / 2); width: min(1480px, 100%); margin: 0 auto; padding: 32px 28px 72px; }
.ha-breadcrumb { display: flex; align-items: center; gap: 12px; color: #7f8b9b; font-size: 14px; margin-bottom: 30px; white-space: nowrap; overflow: hidden; }
.ha-breadcrumb a { color: #aeb8c6; text-decoration: none; }
.ha-breadcrumb a:hover { color: var(--ha-gold); }
.ha-breadcrumb span:last-child { color: var(--ha-gold); overflow: hidden; text-overflow: ellipsis; }
.ha-product-grid { display: grid;   grid-template-columns: 4fr 6fr; gap: 52px; align-items: start; }

@media (min-width: 1101px) {
  .ha-media-column {
    position: sticky;
    top: 24px;
    align-self: start;
  }
}

.ha-media-stage { position: relative; aspect-ratio: 16/9; border-radius: 18px; overflow: hidden; background: #02060c; border: 1px solid rgba(229,185,105,.2); box-shadow: 0 22px 70px rgba(0,0,0,.35); }
.ha-main-image,.ha-main-video { width: 100%; height: 100%; object-fit: cover; display: block; }
.ha-main-video[hidden] { display: none; }
.ha-thumbnails { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 16px; }
.ha-thumb { position: relative; padding: 0; aspect-ratio: 16/9; border-radius: 12px; overflow: hidden; border: 2px solid transparent; background: #0c1623; cursor: pointer; opacity: .72; transition: .2s ease; }
.ha-thumb:hover,.ha-thumb.is-active { opacity: 1; border-color: var(--ha-gold); transform: translateY(-2px); }
.ha-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ha-video-thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg,rgba(5,10,18,.08),rgba(5,10,18,.62)); pointer-events: none; }
.ha-video-thumb .ha-video-play { position: absolute; z-index: 3; right: clamp(5px,7%,10px); bottom: clamp(5px,9%,10px); width: clamp(27px,30%,38px); aspect-ratio: 1; display: grid; place-items: center; padding-left: 2px; border: 1px solid rgba(255,255,255,.52); border-radius: 50%; color: #111821; background: linear-gradient(135deg,var(--ha-gold-light),var(--ha-gold)); box-shadow: 0 6px 18px rgba(0,0,0,.45); transition: transform .2s ease,box-shadow .2s ease; }
.ha-video-thumb .ha-video-play svg { width: 42%; height: 42%; }
.ha-video-thumb:hover .ha-video-play,.ha-video-thumb.is-active .ha-video-play { transform: scale(1.08); box-shadow: 0 8px 22px rgba(229,185,105,.3); }
.ha-video-thumb .ha-video-badge { position: absolute; z-index: 3; top: clamp(4px,7%,8px); left: clamp(4px,7%,8px); padding: 4px 7px; border: 1px solid rgba(229,185,105,.55); border-radius: 999px; color: var(--ha-gold-light); background: rgba(8,17,29,.82); backdrop-filter: blur(4px); font-size: clamp(7px,.7vw,9px); font-weight: 800; line-height: 1; letter-spacing: .08em; text-transform: uppercase; }

.ha-specs { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 20px; padding: 20px; background: rgba(17,28,43,.78); border: 1px solid rgba(255,255,255,.08); border-radius: 15px; }
.ha-spec { min-width: 0; display: flex; align-items: center; gap: 13px; padding: 0 20px; border-right: 1px solid rgba(255,255,255,.1); }
.ha-spec:first-child { padding-left: 0; }.ha-spec:last-child { border: 0; padding-right: 0; }
.ha-spec-icon { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; color: var(--ha-gold); border: 1px solid var(--ha-gold); border-radius: 50%; font-weight: 700; }
.ha-spec span:last-child { min-width: 0; }.ha-spec small,.ha-spec strong { display: block; }.ha-spec small { color: #778395; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }.ha-spec strong { color: #ccd3dd; font-size: 14px; margin-top: 4px; overflow: hidden; text-overflow: ellipsis; }.ha-spec a { color: inherit; text-decoration: none; }
.ha-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 15px; }.ha-tags a { padding: 7px 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 99px; color: #8d99a9; text-decoration: none; font-size: 12px; }

.ha-product-info { padding-top: 6px; }.ha-eyebrow { color: var(--ha-gold); text-transform: uppercase; font-size: 13px; font-weight: 700; letter-spacing: .08em; }.ha-eyebrow a { color: inherit; text-decoration: none; }
.ha-product-taxonomy { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 18px 0 22px; padding: 14px 16px; background: rgba(17,28,43,.62); border: 1px solid rgba(255,255,255,.08); border-radius: 11px; color: var(--ha-muted); font-size: 13px; }
.ha-product-taxonomy > div { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.ha-product-taxonomy strong { color: var(--ha-text); font-weight: 700; }
.ha-product-taxonomy a { color: var(--ha-gold); text-decoration: none; }
.ha-product-taxonomy a:hover { color: var(--ha-gold-light); text-decoration: underline; }
.ha-product-title { color: var(--ha-text); font-size: clamp(34px,3.25vw,62px); line-height: 1.08; letter-spacing: -.035em; margin: 16px 0 22px; font-weight: 700; text-transform: none; }
.ha-description { color: var(--ha-muted); font-size: 16px; line-height: 1.75; max-width: 680px; }.ha-description p { margin: 0; }
.ha-info-chips { display: grid; grid-template-columns: repeat(auto-fit,minmax(140px,1fr)); margin: 20px 0 0; padding: 18px 8px; background: rgba(17,28,43,.78); border: 1px solid rgba(255,255,255,.08); border-radius: 16px; }
.ha-info-chips > span { display: grid; grid-template-columns: 48px minmax(0,1fr); align-items: center; gap: 13px; min-width: 0; min-height: 58px; padding: 0 18px; color: #dde2e9; font-weight: 600; border-right: 1px solid rgba(255,255,255,.1); }
.ha-info-chips > span:last-child { border-right: 0; }
.ha-info-chips b { width: 48px; height: 48px; display: grid; place-items: center; color: var(--ha-gold); border: 1px solid rgba(229,185,105,.75); border-radius: 50%; font-size: 16px; line-height: 1; }
.ha-info-chips > span > span { min-width: 0; }
.ha-info-chips small,.ha-info-chips strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ha-info-chips small { margin-bottom: 4px; color: #7f8b9b; font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.ha-info-chips strong { color: #dce2e9; font-size: 14px; font-weight: 700; }
.ha-purchase-card { padding: 28px; border: 1px solid var(--ha-border); border-radius: 17px; background: linear-gradient(145deg,rgba(30,32,34,.86),rgba(10,18,29,.9)); box-shadow: 0 20px 70px rgba(0,0,0,.25); }
.ha-price-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 24px; }.ha-price-row > div:first-child > small { display: block; color: #c7ced7; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }.ha-price { margin-top: 3px; }.ha-price .price,.ha-price .woocommerce-Price-amount,.ha-price bdi { color: var(--ha-gold-light)!important; font-size: 42px!important; line-height: 1.1; font-weight: 700; }.ha-secure { display: grid; grid-template-columns: 34px auto; grid-template-rows: auto auto; align-items: center; color: #e4e7eb; }.ha-secure > svg { grid-row: 1/3; width: 24px; height: 24px; color: var(--ha-gold); fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }.ha-secure small { color: #808b99; }
.ha-payment-links { display: grid; gap: 12px; }.ha-payment-button { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 13px; min-height: 70px; padding: 12px 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: linear-gradient(180deg,#202c3b,#172231); color: #eef1f5; text-decoration: none; font-size: 17px; font-weight: 600; transition: .2s ease; }.ha-payment-button:hover,.ha-payment-button.is-primary:hover { transform: translateY(-2px); border-color: var(--ha-gold); background: linear-gradient(110deg,var(--ha-gold-light),#dba452); color: #111821; }.ha-payment-button.is-primary { background: linear-gradient(180deg,#202c3b,#172231); color: #eef1f5; border-color: rgba(255,255,255,.1); }.ha-payment-button b { font-size: 28px; }.ha-payment-icon { font-size: 24px; }.ha-payment-links-de { display: grid; gap: 12px; }.ha-payment-links-de:lang(en) { display: none; }.ha-payment-links > .ha-payment-button:lang(de) { display: none; }.ha-encrypted { margin: 18px 0 0; text-align: center; color: #7f8997; font-size: 12px; }
.ha-trust-strip { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin-top: 24px; padding: 22px 10px; border-radius: 15px; background: rgba(17,28,43,.8); border: 1px solid rgba(255,255,255,.06); }.ha-trust-strip > div { display: flex; align-items: center; gap: 10px; padding: 0 15px; border-right: 1px solid rgba(255,255,255,.09); }.ha-trust-strip > div:last-child { border: 0; }.ha-trust-strip b { color: var(--ha-gold); font-size: 25px; }.ha-trust-strip strong,.ha-trust-strip small { display: block; }.ha-trust-strip strong { color: #dce1e8; font-size: 13px; }.ha-trust-strip small { color: #7c8796; font-size: 11px; line-height: 1.4; margin-top: 3px; }
.ha-how-to-buy { width: calc(57% - 25px); margin-top: 28px; padding: 24px 28px; border: 1px solid rgba(255,255,255,.07); border-radius: 15px; background: rgba(17,28,43,.68); }.ha-how-to-buy h2 { display: flex; gap: 10px; align-items: center; color: #e8ebef; font-size: 21px; margin: 0 0 22px; }.ha-how-to-buy h2 span { color: var(--ha-gold); }.ha-steps { display: grid; grid-template-columns: repeat(3,1fr); }.ha-steps > div { display: flex; gap: 14px; padding: 0 20px; border-right: 1px solid rgba(255,255,255,.08); }.ha-steps > div:first-child { padding-left: 0; }.ha-steps > div:last-child { border: 0; padding-right: 0; }.ha-steps b { flex: 0 0 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--ha-gold-light); background: rgba(229,185,105,.15); }.ha-steps strong,.ha-steps small { display: block; }.ha-steps strong { color: #dce1e8; font-size: 13px; }.ha-steps small { color: #7f8997; font-size: 11px; line-height: 1.45; margin-top: 5px; }
.ha-related-products { margin-top: 70px; }.ha-related-products .wc-tabs-wrapper,.ha-related-products .upsells { display: none!important; }.ha-related-products .related h2 { color: var(--ha-text); border-color: var(--ha-gold); text-align: left; border-bottom: none; margin: 0 0 30px; }.ha-related-products ul.products li.product { background: var(--ha-surface); color: var(--ha-text); }

@media (max-width: 1100px) { .ha-product-grid { grid-template-columns: 1fr; }.ha-how-to-buy { width: 100%; }.ha-product-info { padding-top: 0; }.ha-trust-strip { max-width: 760px; } }
@media (max-width: 720px) { .ha-product-shell { width: min(100% - 28px,1480px); padding-top: 22px; }.ha-breadcrumb { margin-bottom: 20px; }.ha-product-grid { gap: 30px; }.ha-product-title { font-size: 34px; }.ha-thumbnails { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }.ha-specs { grid-template-columns: 1fr; gap: 15px; }.ha-spec { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); padding: 0 0 15px; }.ha-spec:last-child { padding-bottom: 0; }.ha-info-chips { grid-template-columns: 1fr; padding: 8px 18px; }.ha-info-chips > span { min-height: 68px; padding: 12px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }.ha-info-chips > span:last-child { border-bottom: 0; }.ha-purchase-card { padding: 20px; }.ha-price-row { align-items: flex-start; }.ha-price .price,.ha-price .woocommerce-Price-amount,.ha-price bdi { font-size: 34px!important; }.ha-secure { font-size: 12px; }.ha-payment-button { font-size: 15px; padding: 10px 14px; }.ha-trust-strip,.ha-steps { grid-template-columns: 1fr; }.ha-trust-strip > div,.ha-steps > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); padding: 15px 4px; }.ha-trust-strip > div:first-child,.ha-steps > div:first-child { padding-top: 0; }.ha-trust-strip > div:last-child,.ha-steps > div:last-child { border: 0; padding-bottom: 0; }.ha-how-to-buy { padding: 22px; } }

/* Refined compact header and product information. */
body.single-product .inner-header-wrapper { max-width: 1480px; min-height: 86px; height: auto; padding: 0 28px; gap: 28px; }
body.single-product .site-branding { width: auto; flex: 0 0 auto; }
body.single-product .site-title { margin: 0; max-width: 320px; line-height: 1; }
body.single-product .site-title a { display: flex; flex-direction: row; align-items: baseline; gap: 6px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
body.single-product .site-title .brand-top { color: #f7f8fb; font-size: 21px; letter-spacing: .12em; }
body.single-product .site-title .brand-bottom { color: var(--ha-gold); font-size: 21px; letter-spacing: .18em; }
body.single-product .main-navigation { flex: 1 1 auto; }
body.single-product .main-navigation ul { justify-content: center; gap: clamp(18px,2.2vw,40px); }
body.single-product .main-navigation li.menu-item { margin: 0; }
body.single-product .main-navigation li.menu-item a { color: #c1c9d4; font-size: 16px; padding: 32px 0; text-transform: uppercase; }
body.single-product .main-navigation .menu-item a:before { background: var(--ha-gold); height: 2px; }
body.single-product .header-items { width: 34px; flex: 0 0 34px; }
.header-tools { display: flex; align-items: center; gap: 8px; }
.header-tool { display: flex; align-items: center; min-height: 42px; padding: 0 9px; border: 1px solid rgba(255,255,255,.1); border-radius: 9px; background: rgba(255,255,255,.035); }
.header-tool > svg { width: 17px; height: 17px; margin-right: 5px; fill: none; stroke: var(--ha-gold,#ed1b24); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.header-tool select,.header-tool #alg_currency_select,.header-tool #lang_choice_1 { width: auto; min-width: 60px; height: 30px; margin: 0!important; padding: 0 18px 0 2px!important; border: 0!important; background-color: transparent!important; color: #dce2e9!important; font-size: 12px; cursor: pointer; }
.ha-description { color: var(--ha-muted); font-size: 15px; line-height: 1.65; max-width: 620px; }
.ha-payment-icon { width: 30px; height: 30px; display: grid; place-items: center; font-size: 0; }
.ha-payment-icon img { display: block; width: 30px; height: 30px; object-fit: contain; border-radius: 5px; }
.ha-payment-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ha-payment-icon .ha-cash-icon { width: 32px; height: 32px; color: #fff; fill: #10b94f; stroke: #fff; }
.ha-encrypted { display: flex; align-items: center; justify-content: center; gap: 7px; }
.ha-encrypted svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.ha-full-details { margin: 18px 0; border: 2px solid rgba(229,185,105,.65); border-radius: 14px; background: linear-gradient(135deg,rgba(229,185,105,.14),rgba(17,28,43,.9)); overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,.18); }
.ha-full-details summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 82px; padding: 15px 18px; color: #f1f3f6; cursor: pointer; list-style: none; transition: background .2s ease; }
.ha-full-details summary:hover { background: rgba(229,185,105,.1); }
.ha-full-details summary::-webkit-details-marker { display: none; }
.ha-details-label { display: flex; align-items: center; gap: 13px; }
.ha-details-label > svg { width: 34px; height: 34px; flex: 0 0 34px; color: var(--ha-gold-light); fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ha-details-label strong,.ha-details-label small { display: block; }
.ha-details-label strong { color: #fff; font-size: 16px; line-height: 1.25; }
.ha-details-label small { color: #b9c2ce; font-size: 12px; line-height: 1.35; margin-top: 5px; }
.ha-details-action { display: flex; align-items: center; gap: 9px; flex: 0 0 auto; padding: 9px 12px; border-radius: 9px; color: #111821; background: var(--ha-gold-light); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.ha-details-action b { font-size: 20px; line-height: 1; transition: transform .2s; }
.ha-full-details[open] .ha-details-action b { transform: rotate(45deg); }
.ha-full-details > div { padding: 18px; border-top: 1px solid rgba(229,185,105,.28); color: #b7c0cc; font-size: 14px; line-height: 1.65; }
.ha-full-details > div p { margin: 0; }

@media (max-width: 1180px) {
  body.single-product .inner-header-wrapper { flex-wrap: wrap; gap: 10px 18px; padding-top: 12px; padding-bottom: 12px; }
  body.single-product .main-navigation { order: 4; flex-basis: 100%; }
  body.single-product .main-navigation li.menu-item a { padding: 8px 0; }
}
@media (max-width: 720px) {
  body.single-product .inner-header-wrapper { padding: 11px 14px; flex-wrap: nowrap; gap: 8px; }
  body.single-product .site-branding { flex: 1 1 auto; margin: 0; }
  body.single-product .site-title .brand-top { font-size: 15px; }
  body.single-product .site-title .brand-bottom { font-size: 13px; }
  body.single-product .main-navigation { display: none; }
  body.single-product .header-items { width: 26px; flex-basis: 26px; }
  .header-tools { gap: 4px; }
  .header-tool { min-height: 34px; padding: 0 4px; }
  .header-tool > svg { display: none; }
  .header-tool select,.header-tool #alg_currency_select,.header-tool #lang_choice_1 { min-width: 48px; max-width: 58px; padding-right: 12px!important; font-size: 10px; }
  .ha-product-shell { left: 0; width: 100%; padding: 22px 14px 72px; }
}

/* Global footer */
#colophon.site-footer {
  max-height: none;
  height: auto;
  margin-top: 72px;
  padding: 48px 0 24px;
  background: rgba(10, 20, 34, .96);
  border-top: 1px solid rgba(255, 255, 255, .06);
  color: #9da8b7;
}

#colophon .footer-inner-wrapper {
  display: grid;
  grid-template-columns: minmax(180px, .75fr) minmax(300px, 1.5fr) minmax(310px, 1fr);
  grid-template-areas:
    "brand navigation payments"
    "feed navigation payments"
    "legal legal legal"
    "copyright copyright copyright";
  align-items: start;
  gap: 12px 42px;
  margin: 0 auto;
}

#colophon .footer-logo { grid-area: brand; margin: 0; text-align: left; }
#colophon .custom-logo-link { display: none; }
#colophon .site-title-footer { margin: 0; }
#colophon .site-title-footer a {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  color: #f7f8fb;
  font-weight: 700;
  line-height: 1;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: uppercase;
}
#colophon .site-title-footer .brand-top {
  color: #f7f8fb;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .12em;
}
#colophon .site-title-footer .brand-bottom {
  color: var(--ha-gold);
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .18em;
}
#colophon .site-description { display: none; }

#colophon .rss-feed { grid-area: feed; text-align: left; }
#colophon .footer-feed { margin: 0; }
#colophon .footer-feed a {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(229, 185, 105, .28);
  border-radius: 9px;
  color: var(--ha-gold);
  font-size: 16px;
  transition: background-color .2s ease, color .2s ease;
}
#colophon .footer-feed a:hover { background: var(--ha-gold); color: #0a1422; }

#colophon .footer-navigation { grid-area: navigation; }
#colophon #Footer-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px 28px;
  margin: 4px 0 0;
  padding: 0;
}
#colophon .footer-nav li.menu-item { margin: 0!important; }
#colophon .footer-nav li.menu-item a {
  padding: 8px 0;
  color: #c1c9d4;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
#colophon .footer-nav li.menu-item a:hover { color: var(--ha-gold); }
#colophon #Footer-menu .menu-item a:before { background: var(--ha-gold); }

#colophon .payment-options {
  grid-area: payments;
  width: auto;
  margin: 0;
}
#colophon ul.payment-img {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 0;
}
#colophon .payment-img li {
  display: grid;
  place-items: center;
  width: 52px;
  height: 38px;
  padding: 7px;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
}
#colophon .payment-img img { max-width: 100%; max-height: 24px; object-fit: contain; }

#colophon .statment {
  grid-area: legal;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}
#colophon .copyright,
#colophon .site-info { margin: 0; text-align: center; }
#colophon .copyright a,
#colophon .site-info { color: #7f8b9b; font-size: 12px; }
#colophon .copyright a:hover { color: var(--ha-gold); }
#colophon .site-info { grid-area: copyright; padding-top: 2px; }

@media (max-width: 960px) {
  #colophon .footer-inner-wrapper {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "brand payments"
      "navigation navigation"
      "feed feed"
      "legal legal"
      "copyright copyright";
  }
  #colophon #Footer-menu { justify-content: flex-start; margin-top: 18px; }
}

@media (max-width: 620px) {
  #colophon.site-footer { margin-top: 48px; padding-top: 36px; }
  #colophon .footer-inner-wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: "brand" "navigation" "payments" "feed" "legal" "copyright";
    gap: 18px;
  }
  #colophon .footer-logo { text-align: center; }
  #colophon .site-title-footer a { align-items: center; }
  #colophon #Footer-menu { justify-content: center; flex-direction: row; gap: 6px 18px; margin: 0; padding: 0; }
  #colophon ul.payment-img { justify-content: center; flex-wrap: wrap; }
  #colophon .rss-feed { text-align: center; }
  #colophon .statment { margin-top: 4px; }
}

/* Framed informational pages: Terms, Privacy and FAQ */
body.page-slug-terms-of-use .inner-page > article,
body.page-slug-privacy-policy .inner-page > article,
body.page-slug-faq .inner-page > article {
  width: 100%;
  max-width: 860px;
  margin: 40px auto !important;
  padding: 32px !important;
  background: var(--ha-surface);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 14px;
  color: var(--ha-muted);
  box-shadow: 0 18px 50px rgba(2, 8, 16, .16);
}

body.page-slug-terms-of-use .inner-page .entry-header,
body.page-slug-privacy-policy .inner-page .entry-header,
body.page-slug-faq .inner-page .entry-header {
  margin-bottom: 24px;
}

body.page-slug-terms-of-use .inner-page .entry-title,
body.page-slug-privacy-policy .inner-page .entry-title,
body.page-slug-faq .inner-page .entry-title {
  margin: 0;
  color: var(--ha-text);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.02em;
}

body.page-slug-terms-of-use .inner-page .entry-content,
body.page-slug-privacy-policy .inner-page .entry-content,
body.page-slug-faq .inner-page .entry-content {
  overflow-wrap: anywhere;
  color: var(--ha-muted);
  font-size: 16px;
  line-height: 1.75;
}

body.page-slug-terms-of-use .inner-page .entry-content h2,
body.page-slug-terms-of-use .inner-page .entry-content h3,
body.page-slug-terms-of-use .inner-page .entry-content h4,
body.page-slug-privacy-policy .inner-page .entry-content h2,
body.page-slug-privacy-policy .inner-page .entry-content h3,
body.page-slug-privacy-policy .inner-page .entry-content h4,
body.page-slug-faq .inner-page .entry-content h2,
body.page-slug-faq .inner-page .entry-content h3,
body.page-slug-faq .inner-page .entry-content h4 {
  color: var(--ha-text);
}

body.page-slug-terms-of-use .inner-page .entry-content a,
body.page-slug-privacy-policy .inner-page .entry-content a,
body.page-slug-faq .inner-page .entry-content a {
  color: var(--ha-gold);
}

body.page-slug-privacy-policy .inner-page .entry-content {
  overflow-x: auto;
}

@media (max-width: 600px) {
  body.page-slug-terms-of-use .inner-page > article,
  body.page-slug-privacy-policy .inner-page > article,
  body.page-slug-faq .inner-page > article {
    padding: 20px !important;
    border-radius: 12px;
  }
}

/* Global layout system shared by every public template. */
:root {
  --ha-layout-max: 1480px;
  --ha-layout-gutter: 28px;
  --ha-header-bg: #0a1422;
}

#masthead.site-header {
  background: rgba(10, 20, 34, .96);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

#masthead .inner-header-wrapper {
  display: flex;
  align-items: center !important;
  width: min(var(--ha-layout-max), 100%);
  max-width: var(--ha-layout-max);
  min-height: 86px;
  height: auto;
  margin-inline: auto;
  padding-inline: var(--ha-layout-gutter);
  gap: 28px;
}

#masthead .site-branding {
  display: flex;
  align-items: center;
  align-self: stretch;
  width: auto;
  flex: 0 0 auto;
  margin: 0 !important;
  padding: 0;
}
#masthead .site-branding > * { margin-top: 0; margin-bottom: 0; }
#masthead .custom-logo-link { display: flex; align-items: center; line-height: 1; }
#masthead .custom-logo { display: block; max-height: 58px; width: auto; }
#masthead .site-title { margin: 0; max-width: 320px; line-height: 1; }
#masthead .site-title a {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 6px;
  color: #f7f8fb;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}
#masthead .site-title .brand-top { color: #f7f8fb; font-size: 21px; letter-spacing: .12em; }
#masthead .site-title .brand-bottom { color: var(--ha-gold); font-size: 21px; letter-spacing: .18em; }
#masthead .main-navigation { flex: 1 1 auto; }
#masthead .main-navigation ul { justify-content: center; gap: clamp(18px, 2.2vw, 40px); }
#masthead .main-navigation li.menu-item { margin: 0; }
#masthead .main-navigation li.menu-item a { color: #c1c9d4; font-size: 16px; padding: 32px 0; text-transform: uppercase; }
#masthead .main-navigation .menu-item a:before { background: var(--ha-gold); height: 2px; }
#masthead .header-items { width: 34px; flex: 0 0 34px; }

/* Premium mobile navigation — kept above every page component. */
@media (max-width: 1024px) {
  #masthead.site-header {
    position: relative !important;
    z-index: 9999990 !important;
    isolation: isolate;
  }

  #masthead .inner-header-wrapper {
    position: relative;
    z-index: 9999991;
  }

  #masthead .hamburger-navigation {
    display: block;
    position: relative;
    align-self: center;
    flex: 0 0 42px;
    z-index: 9999999 !important;
  }

  #mobile-menuToggle {
    position: relative;
    width: 44px;
    height: 44px;
    z-index: 10000002 !important;
    border: 1px solid rgba(229,185,105,.3);
    border-radius: 11px;
    background: rgba(255,255,255,.035);
    box-shadow: 0 8px 24px rgba(0,0,0,.2);
  }

  #mobile-menuToggle input {
    position: absolute;
    inset: 0;
    width: 44px;
    height: 44px;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 10000005 !important;
  }

  #mobile-menuToggle > span {
    position: absolute;
    left: 11px;
    display: block;
    width: 22px;
    height: 2px;
    margin: 0;
    border-radius: 99px;
    background: #f4f6f9;
    transform: none;
    transform-origin: center;
    transition: top .22s ease,transform .22s ease,opacity .18s ease,background .22s ease;
    z-index: 10000004 !important;
  }

  #mobile-menuToggle > .line-one { top: 14px; }
  #mobile-menuToggle > .line-two { top: 21px; width: 16px; }
  #mobile-menuToggle > .line-three { top: 28px; width: 22px; }

  #mobile-menuToggle input:checked ~ .line-one,
  #mobile-menuToggle input:checked ~ .line-three {
    position: absolute;
    top: 21px;
    width: 22px;
    background: var(--ha-gold-light);
  }
  #mobile-menuToggle input:checked ~ .line-one { transform: rotate(45deg); }
  #mobile-menuToggle input:checked ~ .line-two { opacity: 0; transform: scaleX(0); }
  #mobile-menuToggle input:checked ~ .line-three { transform: rotate(-45deg); }

  #mobile-menuToggle::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 9999997;
    background: rgba(2,7,13,.76);
    backdrop-filter: blur(5px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .28s ease,visibility .28s ease;
  }

  #mobile-menuToggle:has(input:checked)::before {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  #mobile-menu {
    position: fixed;
    inset: 0 auto 0 0;
    width: min(86vw,370px);
    height: 100dvh;
    margin: 0;
    padding: 88px 20px 32px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    z-index: 10000000 !important;
    background: linear-gradient(160deg,#111f30 0%,#09131f 64%,#07101b 100%);
    border-right: 1px solid rgba(229,185,105,.28);
    box-shadow: 28px 0 70px rgba(0,0,0,.5);
    transform: translate3d(-105%,0,0);
    transition: transform .32s cubic-bezier(.22,.8,.28,1);
  }

  #mobile-menu::before {
    content: "MENU";
    display: block;
    margin: 0 4px 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    color: var(--ha-gold);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
  }

  #mobile-menuToggle input:checked ~ #mobile-menu { transform: translate3d(0,0,0); }

  #mobile-menu ul {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #mobile-menu li { margin: 0; padding: 0; font-size: 16px; }

  #mobile-menu a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 12px 42px 12px 15px;
    border: 1px solid transparent;
    border-radius: 11px;
    color: #dce3ec;
    background: rgba(255,255,255,.025);
    font-size: 15px;
    font-weight: 650;
    letter-spacing: .025em;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease;
  }

  #mobile-menu a::after {
    content: "›";
    position: absolute;
    right: 16px;
    color: var(--ha-gold);
    font-size: 21px;
    line-height: 1;
  }

  #mobile-menu a:hover,
  #mobile-menu a:focus-visible,
  #mobile-menu .current-menu-item > a,
  #mobile-menu .current-menu-ancestor > a {
    color: #fff;
    border-color: rgba(229,185,105,.32);
    background: rgba(229,185,105,.1);
    transform: translateX(3px);
  }

  #mobile-menu .sub-menu {
    gap: 4px;
    margin: 5px 0 5px 15px;
    padding-left: 10px;
    border-left: 1px solid rgba(229,185,105,.24);
  }

  #mobile-menu .sub-menu a {
    min-height: 43px;
    font-size: 13px;
    text-transform: none;
  }

  body:has(#mob-menu:checked) { overflow: hidden; }

  /* Keep the original open/close control styling and animation. */
  #mobile-menuToggle {
    width: 42px;
    height: 30px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  #mobile-menuToggle input {
    inset: auto;
    top: -7px;
    left: -5px;
    width: 80px;
    height: 40px;
  }

  #mobile-menuToggle > span {
    position: relative;
    top: auto;
    left: auto;
    height: 1px;
    margin-bottom: 7px;
    background: #fff;
    transform-origin: 4px 0;
    transition: transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease;
  }

  #mobile-menuToggle > .line-one { top: auto; width: 42px; }
  #mobile-menuToggle > .line-two { top: auto; width: 32px; }
  #mobile-menuToggle > .line-three { top: auto; width: 22px; }

  #mobile-menuToggle input:checked ~ span {
    position: relative;
    top: auto;
    width: 42px;
    opacity: 1;
    background: var(--ha-gold-light);
    transform: rotate(45deg) translate(-17px,-8px);
  }

  #mobile-menuToggle input:checked ~ span:first-of-type {
    position: fixed;
    top: 45px;
    transform: rotate(45deg) translate(-9px,-5px);
  }

  #mobile-menuToggle input:checked ~ span:nth-last-child(3) {
    position: relative;
    opacity: 0;
    transform: rotate(0) scale(.2);
  }

  #mobile-menuToggle input:checked ~ span:nth-last-child(2) {
    position: fixed;
    top: 45px;
    width: 42px;
    transform: rotate(-45deg) translate(-6px,5px);
  }

  #mobile-menuToggle input:checked ~ .line-one,
  #mobile-menuToggle input:checked ~ .line-three {
    top: 30px;
    width: 42px;
  }
}

body:not(.home):not(.single-product):not(.woocommerce-shop):not(.post-type-archive-product):not(.tax-product_cat):not(.tax-product_tag) #primary.site-main,
body.home #primary-full-width,
.shop-page {
  width: min(var(--ha-layout-max), 100%);
  max-width: var(--ha-layout-max);
  margin-inline: auto;
  padding-inline: var(--ha-layout-gutter);
}

body.home #primary-full-width .n2-section-smartslider {
  width: 100%;
  margin-left: 0;
}

body.home #primary-full-width {
  width: 100%;
  max-width: none;
  padding-inline: 0;
  overflow-x: clip;
}

.shop-page { padding-top: 32px; }
.shop-page .products { max-width: none; }
.models-archive-wrapper,
.news-loop-wrapper,
.single-news-wrapper {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
.inner-page > article,
.inner-page > [id^="post-"] {
  padding-left: 0!important;
  padding-right: 0!important;
}
.single-models .woocommerce .columns-4 { margin-left: 0; margin-right: 0; }

.home .featured-home,
.home .newest-videos,
.home .full-collection-section {
  width: min(var(--ha-layout-max), 100%);
  margin-left: auto!important;
  margin-right: auto!important;
  padding-left: var(--ha-layout-gutter);
  padding-right: var(--ha-layout-gutter);
}

.site-footer .footer-inner-wrapper {
  width: min(var(--ha-layout-max), 100%);
  max-width: var(--ha-layout-max);
  padding-inline: var(--ha-layout-gutter);
}

/* Custom Home Page */
body.page-template-custom-home-page #primary-full-width {
  width: 100%;
  max-width: none;
  padding: 0;
}

.ha-home-slider {
  width: 100%;
  margin-left: 0;
  margin-bottom: 48px;
}

.ha-home-hero {
  width: 100%;
  margin-left: 0;
  margin-bottom: 48px;
  overflow: hidden;
  background: #07101b;
}

.ha-home-hero-image {
  display: block;
  width: 100%;
  height: auto;
}

.ha-home-content {
  width: min(var(--ha-layout-max), 100%);
  margin: 0 auto;
  padding: 0 var(--ha-layout-gutter);
}

.ha-home-main {
  min-width: 0;
}

.ha-home-section {
  margin-bottom: 48px;
}

.ha-section-title {
  font-family: var(--ha-font-heading);
  font-size: 28px;
  font-weight: 700;
  color: var(--ha-text);
  text-transform: uppercase;
  letter-spacing: .04em;
  margin: 0 0 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--ha-gold);
  display: inline-block;
}

.ha-home-cta {
  text-align: center;
  padding: 56px 24px;
  margin-bottom: 48px;
  background: var(--ha-surface);
  border: 1px solid var(--ha-border);
  border-radius: 16px;
}

.ha-cta-title {
  font-family: var(--ha-font-heading);
  font-size: 36px;
  font-weight: 700;
  color: var(--ha-text);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin: 0 0 8px;
}

.ha-cta-subtitle {
  font-size: 18px;
  color: var(--ha-gold);
  letter-spacing: .08em;
  margin: 0 0 28px;
}

.ha-cta-button {
  display: inline-block;
  padding: 14px 40px;
  background: var(--ha-gold);
  color: #0a1422;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  text-decoration: none;
  border-radius: 8px;
  transition: opacity .2s;
}

.ha-cta-button:hover {
  opacity: .85;
  color: #0a1422;
}

/* Newsletter */
.ha-home-newsletter {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 500px;
  margin-left: 0;
  padding: 90px var(--ha-layout-gutter);
  background: rgba(17, 28, 43, .08);
  border-top: 1px solid rgba(255,255,255,.05);
  border-bottom: 1px solid rgba(255,255,255,.05);
  position: relative;
}

.ha-home-newsletter::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url(/wp-content/uploads/2022/08/newsletter.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  opacity: .58;
  pointer-events: none;
}

.ha-newsletter-inner {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(540px, 1.2fr);
  align-items: center;
  gap: clamp(36px, 5vw, 80px);
  width: min(calc(var(--ha-layout-max) - (var(--ha-layout-gutter) * 2)), 100%);
  margin: 0 auto;
  padding: 44px 48px;
  text-align: left;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(120deg, rgba(17,28,43,.72), rgba(12,24,39,.52));
  backdrop-filter: blur(8px);
  border: 1px solid rgba(229,185,105,.24);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(0,0,0,.2);
}

.ha-newsletter-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--ha-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ha-newsletter-title {
  font-family: var(--ha-font-heading);
  font-size: 32px;
  font-weight: 700;
  color: var(--ha-text);
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.ha-newsletter-desc {
  color: var(--ha-muted);
  font-size: 16px;
  max-width: 440px;
  margin: 0;
}

.ha-newsletter-inner .tnp-subscription {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
}

.ha-newsletter-inner .tnp-subscription form {
  display: grid;
  grid-template-columns: minmax(140px, .8fr) minmax(190px, 1fr) auto;
  align-items: stretch;
  gap: 10px;
  width: 100%;
}

.ha-newsletter-inner .tnp-field {
  margin: 0;
  min-width: 0;
  background: rgba(7, 15, 26, .72);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
}

.ha-newsletter-inner .tnp-field label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--ha-muted);
  text-align: left;
  padding: 9px 14px 0;
}

.ha-newsletter-inner .tnp-field input[type=text],
.ha-newsletter-inner .tnp-field input[type=email] {
  width: 100%;
  min-height: 34px;
  padding: 3px 14px 9px;
  background: transparent;
  border: none;
  color: var(--ha-text);
  font-size: 15px;
  font-family: inherit;
  outline: none;
}

.ha-newsletter-inner .tnp-field input::placeholder {
  color: transparent;
}

.ha-newsletter-inner .tnp-field.tnp-field-firstname {
  width: auto;
}

.ha-newsletter-inner .tnp-field.tnp-field-email {
  width: auto;
}

.ha-newsletter-inner .tnp-field.tnp-field-button {
  display: flex;
  align-items: stretch;
  width: auto;
  padding: 0;
  background: transparent;
  border: 0;
}

.ha-newsletter-inner .tnp-field input.tnp-submit {
  min-height: 58px;
  padding: 14px 26px;
  background: var(--ha-gold) !important;
  color: #0a1422 !important;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .06em;
  border: none !important;
  border-radius: 10px;
  cursor: pointer;
  transition: opacity .2s, transform .2s;
  white-space: nowrap;
}

.ha-newsletter-inner .tnp-field input.tnp-submit:hover {
  opacity: .9;
  transform: translateY(-1px);
}

.ha-newsletter-inner .tnp-field input.tnp-submit:focus-visible {
  outline: 2px solid var(--ha-gold-light);
  outline-offset: 2px;
}

@media (max-width: 980px) {
  .ha-newsletter-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 36px;
  }
}

@media (max-width: 680px) {
  .ha-home-newsletter {
    min-height: 460px;
    padding: 64px var(--ha-layout-gutter);
  }

  .ha-home-newsletter::before {
    background-attachment: scroll;
  }

  .ha-newsletter-inner {
    padding: 26px 20px;
  }

  .ha-newsletter-title {
    font-size: 24px;
  }

  .ha-newsletter-inner .tnp-subscription form {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ha-newsletter-inner .tnp-field label {
    padding: 8px 14px 0;
  }

  .ha-newsletter-inner .tnp-field input[type=text],
  .ha-newsletter-inner .tnp-field input[type=email] {
    padding: 4px 14px 10px;
  }

  .ha-newsletter-inner .tnp-field.tnp-field-button {
    padding: 0;
  }

  .ha-newsletter-inner .tnp-field input.tnp-submit {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 860px) {
  .ha-cta-title {
    font-size: 26px;
  }
}

@media (max-width: 1180px) {
  #masthead .inner-header-wrapper { flex-wrap: wrap; gap: 10px 18px; padding-top: 12px; padding-bottom: 12px; }
  #masthead .main-navigation { order: 4; flex-basis: 100%; }
  #masthead .main-navigation li.menu-item a { padding: 8px 0; }
}

@media (max-width: 720px) {
  :root { --ha-layout-gutter: 14px; }
  #masthead .inner-header-wrapper { position: relative; padding: 11px var(--ha-layout-gutter); flex-wrap: nowrap; gap: 8px; }
  #masthead .site-branding { position: absolute; left: 50%; transform: translateX(-50%); align-self: center; flex: 0 0 auto; max-width: calc(100% - 150px); margin: 0; }
  #masthead .site-title { white-space: nowrap; }
  #masthead .site-title .brand-top { font-size: 15px; }
  #masthead .site-title .brand-bottom { font-size: 13px; }
  #masthead .main-navigation { display: none; }
  #masthead .header-items { width: 26px; flex-basis: 26px; margin-left: auto; }
  .shop-page { padding-top: 22px; }
  .ha-full-details summary { align-items: flex-start; min-height: 0; padding: 15px; }
  .ha-details-label strong { font-size: 14px; }
  .ha-details-action { padding: 7px 9px; font-size: 0; }
  .ha-details-action b { font-size: 20px; }
}

/* ==========================================================================
   Archive / Shop page — premium product cards
   ========================================================================== */

body.woocommerce-shop ul.products li.product,
body.post-type-archive-product ul.products li.product,
body.tax-product_cat ul.products li.product,
body.tax-product_tag ul.products li.product {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

/* Archive page headers */
body {
  background: radial-gradient(circle at 72% 8%, #17283c 0, var(--ha-bg) 36%, #08111d 100%) !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  min-height: 100vh;
  color: var(--ha-text);
}

body.woocommerce-shop #masthead.site-header,
body.post-type-archive-product #masthead.site-header,
body.post-type-archive-models #masthead.site-header,
body.blog #masthead.site-header,
body.home #masthead.site-header,
body.single-post #masthead.site-header,
body.archive #masthead.site-header,
body.search #masthead.site-header,
body.tax-product_cat #masthead.site-header,
body.tax-product_tag #masthead.site-header,
body.page-template-ai-content-page #masthead.site-header,
body.page-template-custom-home-page #masthead.site-header,
body.page-template-terms #masthead.site-header {
  background: rgba(10, 20, 34, .96);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

body.woocommerce-shop .main-navigation a,
body.post-type-archive-product .main-navigation a,
body.post-type-archive-models .main-navigation a,
body.blog .main-navigation a,
body.home .main-navigation a,
body.single-post .main-navigation a,
body.archive .main-navigation a,
body.search .main-navigation a,
body.page-template-ai-content-page .main-navigation a,
body.page-template-custom-home-page .main-navigation a,
body.page-template-terms .main-navigation a {
  color: #c1c9d4;
}

body.woocommerce-shop .main-navigation .current-menu-item a,
body.post-type-archive-product .main-navigation .current-menu-item a,
body.post-type-archive-models .main-navigation .current-menu-item a,
body.blog .main-navigation .current-menu-item a,
body.home .main-navigation .current-menu-item a,
body.single-post .main-navigation .current-menu-item a,
body.archive .main-navigation .current-menu-item a,
body.search .main-navigation .current-menu-item a,
body.page-template-ai-content-page .main-navigation .current-menu-item a,
body.page-template-custom-home-page .main-navigation .current-menu-item a,
body.page-template-terms .main-navigation .current-menu-item a,
body.woocommerce-shop .main-navigation .current-menu-ancestor a,
body.post-type-archive-product .main-navigation .current-menu-ancestor a,
body.post-type-archive-models .main-navigation .current-menu-ancestor a,
body.blog .main-navigation .current-menu-ancestor a,
body.home .main-navigation .current-menu-ancestor a,
body.single-post .main-navigation .current-menu-ancestor a,
body.archive .main-navigation .current-menu-ancestor a,
body.search .main-navigation .current-menu-ancestor a,
body.page-template-ai-content-page .main-navigation .current-menu-ancestor a,
body.page-template-custom-home-page .main-navigation .current-menu-ancestor a,
body.page-template-terms .main-navigation .current-menu-ancestor a,
body.woocommerce-shop .main-navigation .current_page_item a,
body.post-type-archive-product .main-navigation .current_page_item a,
body.post-type-archive-models .main-navigation .current_page_item a,
body.blog .main-navigation .current_page_item a,
body.home .main-navigation .current_page_item a,
body.single-post .main-navigation .current_page_item a,
body.archive .main-navigation .current_page_item a,
body.search .main-navigation .current_page_item a,
body.page-template-ai-content-page .main-navigation .current_page_item a,
body.page-template-custom-home-page .main-navigation .current_page_item a,
body.page-template-terms .main-navigation .current_page_item a {
  color: var(--ha-gold);
  position: relative;
}

body.woocommerce-shop .main-navigation .current-menu-item a::after,
body.post-type-archive-product .main-navigation .current-menu-item a::after,
body.post-type-archive-models .main-navigation .current-menu-item a::after,
body.blog .main-navigation .current-menu-item a::after,
body.home .main-navigation .current-menu-item a::after,
body.single-post .main-navigation .current-menu-item a::after,
body.archive .main-navigation .current-menu-item a::after,
body.search .main-navigation .current-menu-item a::after,
body.page-template-ai-content-page .main-navigation .current-menu-item a::after,
body.page-template-custom-home-page .main-navigation .current-menu-item a::after,
body.page-template-terms .main-navigation .current-menu-item a::after,
body.woocommerce-shop .main-navigation .current-menu-ancestor a::after,
body.post-type-archive-product .main-navigation .current-menu-ancestor a::after,
body.post-type-archive-models .main-navigation .current-menu-ancestor a::after,
body.blog .main-navigation .current-menu-ancestor a::after,
body.home .main-navigation .current-menu-ancestor a::after,
body.single-post .main-navigation .current-menu-ancestor a::after,
body.archive .main-navigation .current-menu-ancestor a::after,
body.search .main-navigation .current-menu-ancestor a::after,
body.page-template-ai-content-page .main-navigation .current-menu-ancestor a::after,
body.page-template-custom-home-page .main-navigation .current-menu-ancestor a::after,
body.page-template-terms .main-navigation .current-menu-ancestor a::after,
body.woocommerce-shop .main-navigation .current_page_item a::after,
body.post-type-archive-product .main-navigation .current_page_item a::after,
body.post-type-archive-models .main-navigation .current_page_item a::after,
body.blog .main-navigation .current_page_item a::after,
body.home .main-navigation .current_page_item a::after,
body.single-post .main-navigation .current_page_item a::after,
body.archive .main-navigation .current_page_item a::after,
body.search .main-navigation .current_page_item a::after,
body.page-template-ai-content-page .main-navigation .current_page_item a::after,
body.page-template-custom-home-page .main-navigation .current_page_item a::after,
body.page-template-terms .main-navigation .current_page_item a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--ha-gold);
  border-radius: 1px;
}

body.woocommerce-shop .site-title a,
body.post-type-archive-product .site-title a,
body.post-type-archive-models .site-title a,
body.blog .site-title a,
body.home .site-title a,
body.single-post .site-title a,
body.archive .site-title a,
body.search .site-title a,
body.page-template-ai-content-page .site-title a,
body.page-template-custom-home-page .site-title a,
body.page-template-terms .site-title a {
  color: #f7f8fb;
}

.page-header,
.woocommerce-products-header {
  margin-top: 20px !important;
  margin-bottom: 32px;
}

.ha-archive-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}

.ha-archive-sort {
  flex: 0 0 auto;
}

.ha-archive-sort .woocommerce-ordering {
  display: block;
  float: none;
  margin: 0;
}

.ha-archive-sort select {
  min-width: 200px;
  min-height: 40px;
  margin: 0;
  padding: 8px 38px 8px 12px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 9px;
  background-color: var(--ha-surface);
  color: var(--ha-text);
  font-size: 13px;
}

@media (max-width: 600px) {
  .ha-archive-heading-row {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .ha-archive-sort,
  .ha-archive-sort .woocommerce-ordering,
  .ha-archive-sort select {
    width: 100%;
  }
}

.page-title,
.page-title-models,
.woocommerce-products-header__title,
body.woocommerce-shop .shop-page .woocommerce-products-header__title,
body.post-type-archive-product .shop-page .woocommerce-products-header__title,
body.tax-product_cat .shop-page .woocommerce-products-header__title,
body.tax-product_tag .shop-page .woocommerce-products-header__title,
body.page-template-ai-content-page .shop-page .woocommerce-products-header__title {
  color: var(--ha-text);
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 500;
  letter-spacing: -.01em;
  margin: 0;
  padding: 0;
  text-transform: none;
  line-height: 1.3;
  text-align: left;
  border: none;
  display: block;
}

.archive-description,
.page-description-models {
  color: var(--ha-muted);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  max-width: 680px;
}

body.woocommerce-shop .shop-page,
body.post-type-archive-product .shop-page,
body.tax-product_cat .shop-page,
body.tax-product_tag .shop-page {
  padding: 0;
  padding-top: 32px;
  padding-bottom: 60px;
  padding-inline: var(--ha-layout-gutter);
}

body.page-template-ai-content-page .shop-page {
  padding: 0;
  padding-top: 32px;
  padding-bottom: 60px;
  padding-inline: initial !important;
}

/* Keep the AI Content title aligned vertically with the Videos archive. */
body.page-template-ai-content-page #primary {
  padding-top: 0 !important;
}

.shop-page ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.shop-page ul.products::before {
  display: none;
}

.shop-page ul.products li.product {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100% !important;
  float: none !important;
  clear: none !important;
}

.ha-product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--ha-surface);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 14px;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.ha-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, .35);
  border-color: var(--ha-border);
}

.ha-card-thumb {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #02060c;
  text-decoration: none;
}

.ha-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.ha-product-card:hover .ha-card-thumb img {
  transform: scale(1.05);
}

.ha-card-video {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .35s ease;
  z-index: 2;
  pointer-events: none;
}

.ha-card-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ha-product-card:hover .ha-card-video {
  opacity: 1;
}

.ha-card-thumb {
  position: relative;
}

.ha-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 18px 20px 20px;
}

.ha-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.ha-card-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--ha-muted);
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.ha-card-meta-item svg {
  color: var(--ha-gold);
  flex-shrink: 0;
}

.ha-card-price .price,
.ha-card-price .woocommerce-Price-amount,
.ha-card-price bdi,
.ha-card-price .woocommerce-Price-currencySymbol {
  color: var(--ha-gold-light) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.ha-card-price .price {
  display: inline-flex;
  align-items: center;
}

.ha-card-title {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ha-card-title a {
  color: var(--ha-text);
  text-decoration: none;
  transition: color .2s ease;
}

.ha-card-title a:hover {
  color: var(--ha-gold);
}

.ha-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: auto;
}

.ha-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 12px;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s ease;
  border: 1px solid rgba(255, 255, 255, .1);
}

.ha-card-btn svg {
  flex-shrink: 0;
}

.ha-card-details-btn {
  background: transparent;
  color: #c1c9d4;
}

.ha-card-details-btn:hover {
  border-color: var(--ha-gold);
  color: var(--ha-gold);
}

.ha-card-buy-btn {
  background: var(--ha-gold-light);
  color: #111821;
  border-color: var(--ha-gold-light);
}

.ha-card-buy-btn:hover {
  background: #e5b969;
  border-color: #e5b969;
}

/* Archive filters */
.filters-wrapper {
  margin-bottom: 28px;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  max-width: 100% !important;
  margin: 0;
}

.filters .filter:last-child {
  margin-left: auto;
}

.filters .filter {
  width: auto;
}

.filters-wrapper .filter select,
.filters-wrapper .filter .br-filter select {
  background: var(--ha-surface);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 9px;
  color: var(--ha-text);
  padding: 8px 12px;
  font-size: 13px;
  min-height: 40px;
}

/* Pagination */
.navigation.pagination {
  margin: 40px 0;
}

.navigation.pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  list-style: none;
}

.navigation.pagination .nav-links li {
  list-style: none;
}

.navigation.pagination .nav-links > * {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: var(--ha-surface);
  color: var(--ha-muted);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease;
}

.navigation.pagination .nav-links a:hover {
  border-color: var(--ha-gold);
  color: var(--ha-gold);
}

.navigation.pagination .nav-links .current {
  background: var(--ha-gold-light);
  color: #111821;
  border-color: var(--ha-gold-light);
}

.navigation.pagination .nav-links .dots {
  border: none;
  background: transparent;
  color: var(--ha-muted);
  min-width: auto;
  padding: 6px 4px;
}

.shop-page .woocommerce-pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.shop-page .woocommerce-pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  border: 0;
  margin: 0;
  list-style: none;
}

.shop-page .woocommerce-pagination ul.page-numbers li {
  border: 0;
  margin: 0;
  list-style: none;
}

.shop-page .woocommerce-pagination ul.page-numbers li a,
.shop-page .woocommerce-pagination ul.page-numbers li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: var(--ha-surface);
  color: var(--ha-muted);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease;
}

.shop-page .woocommerce-pagination ul.page-numbers li a:hover {
  border-color: var(--ha-gold);
  color: var(--ha-gold);
}

.shop-page .woocommerce-pagination ul.page-numbers li span.current {
  background: var(--ha-gold-light);
  color: #111821;
  border-color: var(--ha-gold-light);
}

@media (max-width: 720px) {
  .shop-page ul.products {
    gap: 16px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }

  .ha-card-body {
    padding: 14px 16px 16px;
  }

  .ha-card-actions {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   News / Blog archive — premium dark cards
   ========================================================================== */

.news-archive-header {
  margin-top: 50px;
  margin-bottom: 28px;
}

.news-page-title {
  color: var(--ha-text);
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 500;
  letter-spacing: -.01em;
  margin: 0 0 20px;
  padding: 0;
  text-transform: none;
  line-height: 1.3;
  text-align: left;
  border: none;
}

.news-loop-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  padding-bottom: 60px;
}

.blog-item-wrapper {
  width: 100%;
  background: var(--ha-surface);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 14px;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.blog-item-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, .35);
  border-color: var(--ha-border);
}

.blog-item-wrapper article {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-item-wrapper .post-thumbnail {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #02060c;
  text-decoration: none;
}

.blog-item-wrapper .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.blog-item-wrapper:hover .post-thumbnail img {
  transform: scale(1.05);
}

.blog-card-header {
  padding: 18px 20px 0;
}

.entry-meta .posted-on {
  color: var(--ha-muted);
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 6px;
}

.blog-title {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
}

.blog-title a {
  color: var(--ha-text);
  text-decoration: none;
  transition: color .2s ease;
}

.blog-title a:hover {
  color: var(--ha-gold);
}

.blog-btn-wrapper {
  padding: 0 20px 18px;
  margin-top: auto;
}

.blog-btn-wrapper .read-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s ease;
  border: 1px solid #e5b969;
  background: #e5b969;
  color: #111821;
}

.blog-btn-wrapper .read-more-btn:hover {
  background: #d4a857;
  border-color: #d4a857;
  color: #111821;
}

.blog-item-wrapper .entry-footer {
  padding: 14px 20px;
  border-top: 1px solid rgba(255, 255, 255, .06);
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  color: var(--ha-muted);
  font-size: 11px;
}

.blog-item-wrapper .entry-footer a {
  color: var(--ha-muted);
  text-decoration: none;
  transition: color .2s ease;
}

.blog-item-wrapper .entry-footer a:hover {
  color: var(--ha-gold);
}

.blog-item-wrapper .entry-footer .edit-link {
  margin-left: auto;
}

body.blog .navigation.pagination {
  margin: 40px 0;
}

/* ==========================================================================
   Single post — premium dark theme
   ========================================================================== */

body.single-post #primary.signlepage {
  width: min(var(--ha-layout-max), 100%);
  max-width: var(--ha-layout-max);
  margin-inline: auto;
  padding: 40px var(--ha-layout-gutter) 60px;
}

.single-news-card {
  background: var(--ha-surface);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 14px;
  padding: 32px;
  max-width: 780px;
  margin: 0 auto;
}

.single-news-card .entry-header {
  margin-bottom: 24px;
}

.single-news-card .entry-header .posted-on {
  color: var(--ha-muted);
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 10px;
}

.single-news-card .entry-title {
  color: var(--ha-text);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.02em;
  margin: 0;
}

.single-news-card .post-thumbnail {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 28px;
}

.single-news-card .post-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.ha-news-content {
  color: var(--ha-muted);
  font-size: 16px;
  line-height: 1.75;
}

.ha-news-content p {
  margin: 0 0 1.2em;
}

.ha-news-content a {
  color: var(--ha-gold);
  text-decoration: underline;
  transition: color .2s;
}

.ha-news-content a:hover {
  color: var(--ha-gold-light);
}

.ha-news-content h2,
.ha-news-content h3,
.ha-news-content h4 {
  color: var(--ha-text);
  margin-top: 1.5em;
}

.ha-news-content img,
.ha-news-content iframe {
  max-width: 100%;
  border-radius: 10px;
}

.ha-news-content ul,
.ha-news-content ol {
  padding-left: 1.5em;
}

.ha-news-content li {
  margin-bottom: .4em;
}

.ha-news-content blockquote {
  border-left: 3px solid var(--ha-gold);
  padding-left: 20px;
  margin: 1.5em 0;
  color: var(--ha-text);
  font-style: italic;
}

.single-news-card .entry-footer {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .06);
}

.single-news-card .entry-footer .edit-link a {
  color: var(--ha-muted);
  font-size: 12px;
  text-decoration: none;
}

.single-news-card .entry-footer .edit-link a:hover {
  color: var(--ha-gold);
}

body.single-post .post-navigation {
  max-width: 780px;
  margin: 32px auto 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

body.single-post .post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

body.single-post .post-navigation a {
  color: var(--ha-muted);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color .2s;
  max-width: 45%;
}

body.single-post .post-navigation a:hover {
  color: var(--ha-gold);
}

body.single-post .post-navigation .nav-subtitle {
  display: block;
  color: var(--ha-muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 4px;
}

body.single-post .post-navigation .nav-title {
  display: block;
}

/* Comments */
body.single-post .comments-area {
  max-width: 780px;
  margin: 40px auto 0;
  padding: 0;
}

body.single-post .comments-title {
  color: var(--ha-text);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
}

body.single-post .comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.single-post .comment {
  padding: 20px;
  background: var(--ha-surface-2);
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 12px;
  margin-bottom: 16px;
}

body.single-post .comment .comment-author {
  color: var(--ha-text);
  font-weight: 600;
}

body.single-post .comment .comment-author img {
  border-radius: 50%;
  margin-right: 10px;
}

body.single-post .comment .comment-metadata {
  font-size: 12px;
  color: var(--ha-muted);
}

body.single-post .comment .comment-metadata a {
  color: var(--ha-muted);
  text-decoration: none;
}

body.single-post .comment .comment-content {
  color: var(--ha-muted);
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
}

body.single-post .comment .reply a {
  color: var(--ha-gold);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

body.single-post .comment .reply a:hover {
  color: var(--ha-gold-light);
}

body.single-post .comment-respond {
  padding: 24px;
  background: var(--ha-surface);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 14px;
  margin-top: 32px;
}

body.single-post .comment-reply-title {
  color: var(--ha-text);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

body.single-post .comment-form label {
  display: block;
  color: var(--ha-muted);
  font-size: 13px;
  margin-bottom: 4px;
}

body.single-post .comment-form input[type="text"],
body.single-post .comment-form input[type="email"],
body.single-post .comment-form input[type="url"],
body.single-post .comment-form textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .04);
  color: var(--ha-text);
  font-size: 14px;
  transition: border-color .2s;
}

body.single-post .comment-form input:focus,
body.single-post .comment-form textarea:focus {
  outline: none;
  border-color: var(--ha-gold);
}

body.single-post .comment-form .submit {
  padding: 10px 24px;
  border: none;
  border-radius: 9px;
  background: var(--ha-gold-light);
  color: #111821;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s;
}

body.single-post .comment-form .submit:hover {
  background: #e5b969;
}

@media (max-width: 720px) {
  .news-loop-wrapper {
    gap: 16px;
    grid-template-columns: 1fr;
  }

  .blog-card-header {
    padding: 14px 16px 0;
  }

  .blog-btn-wrapper {
    padding: 0 16px 14px;
  }

  .blog-item-wrapper .entry-footer {
    padding: 12px 16px;
  }

  .single-news-card {
    padding: 20px;
  }

  body.single-post #primary.signlepage {
    padding: 20px var(--ha-layout-gutter) 40px;
  }

  body.single-post .post-navigation {
    flex-direction: column;
    gap: 12px;
  }

  body.single-post .post-navigation a {
    max-width: 100%;
  }
}

/* Contact page */
body.page-template-default #primary {
  width: 100%;
  max-width: none;
  padding: 0;
}

/* General page layout */
body.page-template-terms #primary,
body.page-template-default #primary,
body.page #primary {
  width: min(var(--ha-layout-max), 100%);
  max-width: var(--ha-layout-max);
  margin-inline: auto;
  padding: 40px var(--ha-layout-gutter) 60px;
}

.ha-terms-card {
  background: var(--ha-surface);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 14px;
  padding: 32px;
  max-width: 860px;
  margin: 0 auto;
}

.ha-terms-card .entry-title {
  color: var(--ha-text);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.02em;
  margin: 0 0 24px;
}

.ha-terms-card .entry-content {
  color: var(--ha-muted);
  font-size: 16px;
  line-height: 1.75;
}

.ha-terms-card .entry-content p {
  margin: 0 0 1.2em;
}

.ha-terms-card .entry-content a {
  color: var(--ha-gold);
  text-decoration: none;
}

.ha-terms-card .entry-content a:hover {
  text-decoration: underline;
}

.ha-terms-card .entry-content h2,
.ha-terms-card .entry-content h3,
.ha-terms-card .entry-content h4 {
  color: var(--ha-text);
  margin: 1.5em 0 .6em;
}

.ha-terms-card .entry-content ul,
.ha-terms-card .entry-content ol {
  padding-left: 1.2em;
}

.ha-terms-card .entry-content li {
  margin-bottom: .4em;
}

@media (max-width: 600px) {
  .ha-terms-card {
    padding: 20px;
  }
}

/* Contact page */
.entry-content .wp-block-cover.alignfull {
  min-height: 100vh !important;
  display: flex;
  align-items: center;
}

.wp-block-cover .wp-block-column figure.wp-block-image {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(229,185,105,.15);
}

.wp-block-cover .wp-block-column figure.wp-block-image img {
  border-radius: 12px;
  display: block;
}

.wp-block-cover .title-contact {
  font-family: var(--ha-font-heading);
  font-size: 42px;
  font-weight: 700;
  color: var(--ha-text);
  text-transform: uppercase;
  letter-spacing: .06em;
  border-bottom: 2px solid var(--ha-gold);
  display: inline-block;
  line-height: 1.1;
  padding-bottom: 12px;
  margin: 0 0 8px !important;
}

.wp-block-cover .subtext {
  font-size: 18px;
  color: var(--ha-muted);
  margin: 0 0 32px;
  text-align: left;
}

/* Contact Form 7 styling */
.wp-block-cover .wpcf7 {
  max-width: 480px;
}

.wp-block-cover .wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.wp-block-cover .wpcf7 p {
  margin: 0;
}

.wp-block-cover .wpcf7 label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--ha-muted);
  margin-bottom: 6px;
}

.wp-block-cover .wpcf7 input[type=text],
.wp-block-cover .wpcf7 input[type=email],
.wp-block-cover .wpcf7 input[type=tel],
.wp-block-cover .wpcf7 textarea {
  width: 100%;
  padding: 12px 16px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
  color: var(--ha-text);
  font-size: 15px;
  font-family: inherit;
  outline: none;
  transition: border-color .2s;
}

.wp-block-cover .wpcf7 input:focus,
.wp-block-cover .wpcf7 textarea:focus {
  border-color: var(--ha-gold);
}

.wp-block-cover .wpcf7 input::placeholder,
.wp-block-cover .wpcf7 textarea::placeholder {
  color: rgba(255,255,255,.3);
}

.wp-block-cover .wpcf7 textarea {
  min-height: 120px;
  resize: vertical;
}

.wp-block-cover .wpcf7 input[type=submit] {
  padding: 14px 40px;
  background: var(--ha-gold);
  color: #0a1422;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .06em;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: opacity .2s, transform .2s;
  width: auto;
  align-self: flex-start;
}

.wp-block-cover .wpcf7 input[type=submit]:hover {
  opacity: .85;
  transform: translateY(-1px);
}

.wp-block-cover .wpcf7 .wpcf7-response-output {
  font-size: 14px;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.1);
  color: var(--ha-text);
  background: rgba(255,255,255,.04);
  margin: 0;
}

.wp-block-cover .wpcf7 .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #e74c3c;
  margin-top: 4px;
}

@media (max-width: 781px) {
  .wp-block-cover .title-contact {
    font-size: 30px;
  }

  .entry-content .wp-block-cover.alignfull {
    min-height: auto !important;
    padding: 60px 0;
  }

  .wp-block-cover .wpcf7 {
    max-width: 100%;
  }
}
