/*
Theme Name: HyperCirra
Theme URI: https://hypercirra.local
Author: Codex
Description: Apple-clean WordPress and WooCommerce theme for HyperCirra solar home energy.
Version: 1.0.2
Requires at least: 6.5
Requires PHP: 8.1
Text Domain: hypercirra
*/

:root {
  --hc-ink: #1d1d1f;
  --hc-muted: #6e6e73;
  --hc-soft: #f5f5f7;
  --hc-line: #d2d2d7;
  --hc-blue: #0066cc;
  --hc-blue-hover: #0077ed;
  --hc-green: #1d7a3e;
  --hc-orange: #bf4800;
  --hc-violet: #6e3aaf;
  --hc-max: 1200px;
  --hc-radius: 20px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: var(--hc-ink);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body.admin-bar .hc-nav {
  top: 32px;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

.hc-container {
  width: min(var(--hc-max), calc(100% - 40px));
  margin-inline: auto;
}

.hc-nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  height: 48px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: saturate(180%) blur(18px);
  border-bottom: 1px solid rgba(210, 210, 215, 0.35);
}

.hc-nav.is-scrolled {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.hc-nav__inner {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.hc-logo {
  font-size: 14px;
  font-weight: 650;
  white-space: nowrap;
}

.hc-nav__menu {
  display: flex;
  align-items: center;
  gap: 4px;
}

.hc-nav__item {
  position: relative;
}

.hc-nav__trigger,
.hc-nav__link,
.hc-icon-button {
  border: 0;
  background: transparent;
  color: rgba(29, 29, 31, 0.8);
  cursor: pointer;
}

.hc-nav__trigger,
.hc-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 30px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
}

.hc-nav__trigger:hover,
.hc-nav__trigger:focus,
.hc-nav__link:hover,
.hc-nav__link:focus {
  color: var(--hc-ink);
  background: var(--hc-soft);
}

.hc-nav__shop {
  color: var(--hc-blue);
  font-weight: 600;
}

.hc-nav__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hc-icon-button {
  position: relative;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
}

.hc-icon-button:hover {
  background: var(--hc-soft);
}

.hc-icon {
  width: 18px;
  height: 18px;
}

.hc-badge {
  position: absolute;
  top: 1px;
  right: -2px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--hc-blue);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.hc-mega {
  position: fixed;
  top: 48px;
  left: 0;
  right: 0;
  z-index: 45;
  display: none;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: saturate(180%) blur(18px);
  border-top: 1px solid rgba(210, 210, 215, 0.4);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.08);
}

.hc-mega.is-open {
  display: block;
}

.hc-mega__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 24px 0;
}

.hc-mega__card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  border-radius: 14px;
}

.hc-mega__card:hover {
  background: var(--hc-soft);
}

.hc-mega__icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: var(--hc-soft);
  color: var(--hc-blue);
}

.hc-mega__label {
  margin: 0 0 3px;
  font-size: 14px;
  font-weight: 650;
}

.hc-mega__desc {
  margin: 0;
  color: #86868b;
  font-size: 12px;
  line-height: 1.5;
}

.hc-mobile-toggle {
  display: none;
}

.hc-mobile-panel {
  display: none;
}

.hc-section {
  padding: 72px 0;
}

.hc-section--soft {
  background: var(--hc-soft);
}

.hc-eyebrow {
  margin: 0 0 12px;
  color: var(--hc-blue);
  font-size: 14px;
  font-weight: 650;
}

.hc-title {
  margin: 0;
  color: var(--hc-ink);
  font-size: clamp(32px, 5vw, 64px);
  line-height: 1.08;
  font-weight: 750;
}

.hc-section-title {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.1;
  font-weight: 750;
}

.hc-copy {
  margin: 0;
  color: var(--hc-muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
}

.hc-button,
.button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 11px 22px;
  border: 0;
  border-radius: 999px;
  background: var(--hc-blue);
  color: #fff;
  font-size: 14px;
  font-weight: 650;
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease;
}

.hc-button:hover,
.button:hover,
.wp-element-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  background: var(--hc-blue-hover);
  color: #fff;
}

.hc-button--ghost {
  background: transparent;
  color: var(--hc-blue);
  padding-inline: 10px;
}

.hc-button--ghost:hover {
  background: transparent;
  color: var(--hc-blue);
  text-decoration: underline;
}

.hc-hero {
  padding-top: 108px;
  text-align: center;
}

.hc-hero__copy {
  max-width: 720px;
  margin: 18px auto 0;
}

.hc-hero__actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 30px 0 42px;
}

.hc-hero__image {
  overflow: hidden;
  border-radius: var(--hc-radius);
  background: var(--hc-soft);
}

.hc-hero__image img {
  width: 100%;
  height: clamp(300px, 42vw, 520px);
  object-fit: cover;
}

.hc-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 40px 0 20px;
}

.hc-stat {
  text-align: center;
}

.hc-stat__value {
  display: block;
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 760;
  line-height: 1;
}

.hc-stat__label {
  display: block;
  margin-top: 8px;
  color: var(--hc-muted);
  font-size: 14px;
}

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

.hc-section-head .hc-copy {
  max-width: 560px;
}

.hc-product-grid,
.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 0 !important;
  padding: 0 !important;
}

.hc-card,
.woocommerce ul.products li.product,
.hc-post-card {
  position: relative;
  list-style: none;
  overflow: hidden;
  border-radius: var(--hc-radius);
  background: var(--hc-soft);
}

.woocommerce ul.products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

.hc-card__image,
.woocommerce ul.products li.product .hc-product-card__image {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #fff;
}

.hc-card__image img,
.woocommerce ul.products li.product img,
.hc-post-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.hc-card:hover img,
.woocommerce ul.products li.product:hover img,
.hc-post-card:hover img {
  transform: scale(1.04);
}

.hc-card__body,
.hc-product-card__body,
.hc-post-card__body {
  padding: 18px;
}

.hc-card__meta,
.hc-product-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 24px;
}

.hc-pill {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(0, 102, 204, 0.1);
  color: var(--hc-blue);
  font-size: 11px;
  font-weight: 700;
}

.hc-card h3,
.hc-product-card__title {
  margin: 10px 0 7px;
  font-size: 18px;
  line-height: 1.2;
}

.hc-card p,
.hc-product-card__desc,
.hc-post-card p {
  margin: 0;
  color: var(--hc-muted);
  font-size: 14px;
  line-height: 1.5;
}

.hc-product-card__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0;
}

.hc-product-card__specs span {
  padding: 5px 9px;
  border-radius: 999px;
  background: #fff;
  color: var(--hc-muted);
  font-size: 12px;
}

.hc-price,
.woocommerce-Price-amount {
  color: var(--hc-ink);
  font-weight: 750;
}

.hc-scenes {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 20px;
}

.hc-scene {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-radius: var(--hc-radius);
  background: var(--hc-ink);
  color: #fff;
}

.hc-scene:first-child {
  min-height: 520px;
}

.hc-scene img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
}

.hc-scene__content {
  position: absolute;
  inset: auto 24px 24px;
}

.hc-scene__content h3 {
  margin: 0 0 8px;
  font-size: 28px;
}

.hc-scene__content p {
  margin: 0;
  max-width: 420px;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.5;
}

.hc-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.hc-flow__item {
  padding: 24px;
  border-radius: var(--hc-radius);
  background: #fff;
  text-align: center;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
}

.hc-flow__icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 14px;
  border-radius: 18px;
  background: var(--hc-soft);
  color: var(--hc-blue);
}

.hc-flow__item h3 {
  margin: 0 0 8px;
  font-size: 17px;
}

.hc-flow__item p {
  margin: 0;
  color: var(--hc-muted);
  font-size: 14px;
  line-height: 1.5;
}

.hc-solution-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.hc-solution-large {
  grid-row: span 3;
}

.hc-solution-large img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  border-radius: var(--hc-radius);
}

.hc-solution {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 18px;
  align-items: center;
  padding: 14px;
  border-radius: var(--hc-radius);
  background: var(--hc-soft);
}

.hc-solution img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 14px;
}

.hc-solution h3 {
  margin: 0 0 8px;
  font-size: 22px;
}

.hc-solution p {
  margin: 0;
  color: var(--hc-muted);
  line-height: 1.5;
}

.hc-calculator {
  max-width: 780px;
  margin: 0 auto;
  padding: clamp(24px, 5vw, 40px);
  border-radius: var(--hc-radius);
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.hc-field-line {
  margin-bottom: 28px;
}

.hc-field-line__label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 650;
}

.hc-range {
  width: 100%;
  accent-color: var(--hc-blue);
}

.hc-range-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
  color: #86868b;
  font-size: 12px;
}

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

.hc-result {
  padding: 18px 12px;
  border-radius: 16px;
  background: var(--hc-soft);
  text-align: center;
}

.hc-result strong {
  display: block;
  font-size: 24px;
  line-height: 1.1;
}

.hc-result span {
  display: block;
  margin-top: 6px;
  color: #86868b;
  font-size: 12px;
}

.hc-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hc-spec {
  padding: 24px;
  border-radius: var(--hc-radius);
  background: var(--hc-soft);
}

.hc-spec strong {
  display: block;
  margin-bottom: 8px;
  font-size: 26px;
}

.hc-spec span {
  color: var(--hc-muted);
}

.hc-testimonials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hc-quote {
  padding: 24px;
  border-radius: var(--hc-radius);
  background: #fff;
}

.hc-quote blockquote {
  margin: 0 0 18px;
  color: var(--hc-ink);
  font-size: 17px;
  line-height: 1.55;
}

.hc-quote cite {
  color: var(--hc-muted);
  font-style: normal;
}

.hc-about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.hc-about__metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.hc-about__metric {
  padding: 24px;
  border-radius: var(--hc-radius);
  background: var(--hc-soft);
}

.hc-about__metric strong {
  display: block;
  font-size: 30px;
}

.hc-about__metric span {
  color: var(--hc-muted);
}

.hc-contact {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: start;
}

.hc-contact__panel,
.hc-form,
.hc-page-card {
  padding: clamp(22px, 4vw, 34px);
  border-radius: var(--hc-radius);
  background: var(--hc-soft);
}

.hc-contact__list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.hc-contact__item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.hc-contact__item strong {
  display: block;
  margin-bottom: 3px;
}

.hc-contact__item span {
  color: var(--hc-muted);
  line-height: 1.4;
}

.hc-form {
  display: grid;
  gap: 14px;
  background: #fff;
  border: 1px solid rgba(210, 210, 215, 0.6);
}

.hc-form label {
  display: grid;
  gap: 7px;
  color: var(--hc-ink);
  font-size: 14px;
  font-weight: 650;
}

.hc-form input,
.hc-form textarea,
.hc-form select,
.input-text,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  width: 100%;
  min-height: 44px;
  padding: 11px 13px;
  border: 1px solid var(--hc-line);
  border-radius: 12px;
  background: #fff;
  color: var(--hc-ink);
  font-size: 15px;
}

.hc-form textarea {
  min-height: 118px;
  resize: vertical;
}

.hc-form__status {
  min-height: 20px;
  color: var(--hc-green);
  font-size: 14px;
}

.hc-newsletter {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.hc-newsletter input {
  flex: 1 1 auto;
}

.hc-footer {
  padding: 34px 0;
  border-top: 1px solid rgba(210, 210, 215, 0.55);
  background: var(--hc-soft);
}

.hc-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 28px;
}

.hc-footer h2,
.hc-footer h3 {
  margin: 0 0 12px;
  font-size: 14px;
}

.hc-footer p,
.hc-footer a {
  color: var(--hc-muted);
  font-size: 13px;
  line-height: 1.7;
}

.hc-footer ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hc-page-hero {
  padding: 112px 0 42px;
  background: var(--hc-soft);
}

.hc-page-hero__inner {
  display: grid;
  gap: 12px;
}

.hc-page-hero h1 {
  margin: 0;
  font-size: clamp(40px, 7vw, 72px);
  line-height: 1.05;
}

.hc-page-hero p {
  margin: 0;
  max-width: 640px;
  color: var(--hc-muted);
  font-size: 19px;
  line-height: 1.55;
}

.hc-faq-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
}

.hc-faq-cats {
  position: sticky;
  top: 78px;
  display: grid;
  gap: 8px;
  align-self: start;
}

.hc-faq-cat {
  padding: 12px 14px;
  border-radius: 14px;
  border: 0;
  background: var(--hc-soft);
  color: var(--hc-muted);
  text-align: left;
  cursor: pointer;
}

.hc-faq-cat.is-active {
  background: var(--hc-ink);
  color: #fff;
}

.hc-faq-list {
  display: grid;
  gap: 10px;
}

.hc-faq-item {
  border: 1px solid rgba(210, 210, 215, 0.65);
  border-radius: 16px;
  overflow: hidden;
}

.hc-faq-item summary {
  padding: 18px 20px;
  cursor: pointer;
  font-weight: 700;
}

.hc-faq-item div {
  padding: 0 20px 20px;
  color: var(--hc-muted);
  line-height: 1.65;
}

.hc-shop-tools {
  position: sticky;
  top: 48px;
  z-index: 20;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: saturate(180%) blur(18px);
  border-bottom: 1px solid rgba(210, 210, 215, 0.4);
}

.hc-shop-tools__inner {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.hc-category-pills {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding: 10px 0;
}

.hc-category-pills a {
  flex: 0 0 auto;
  padding: 7px 14px;
  border-radius: 999px;
  color: var(--hc-muted);
  font-size: 14px;
  font-weight: 650;
}

.hc-category-pills a.is-active {
  background: var(--hc-ink);
  color: #fff;
}

.woocommerce .woocommerce-ordering select {
  min-height: 34px;
  border: 1px solid rgba(210, 210, 215, 0.65);
  border-radius: 9px;
  background: #fff;
  color: var(--hc-muted);
}

.woocommerce .woocommerce-result-count {
  display: none;
}

.hc-product-page {
  padding-top: 92px;
}

.hc-product-detail {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 44px;
  align-items: start;
}

.hc-product-gallery {
  position: sticky;
  top: 76px;
  display: grid;
  gap: 12px;
}

.hc-product-gallery__main {
  overflow: hidden;
  border-radius: var(--hc-radius);
  background: var(--hc-soft);
}

.hc-product-gallery__main img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.hc-product-summary h1 {
  margin: 0 0 12px;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.06;
}

.hc-product-summary .price {
  margin: 0 0 18px;
  font-size: 24px;
}

.hc-product-summary form.cart {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 24px 0;
}

.quantity .qty {
  width: 76px;
  min-height: 42px;
  border: 1px solid var(--hc-line);
  border-radius: 999px;
  text-align: center;
}

.hc-spec-table {
  display: grid;
  gap: 8px;
  margin-top: 26px;
}

.hc-spec-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(210, 210, 215, 0.6);
}

.hc-spec-row span:first-child {
  color: var(--hc-muted);
}

.hc-related {
  margin-top: 72px;
}

.hc-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.hc-post-card__image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.hc-post-card__body h2,
.hc-post-card__body h3 {
  margin: 0 0 9px;
  font-size: 22px;
  line-height: 1.2;
}

.hc-post-card__date {
  display: block;
  margin-bottom: 8px;
  color: var(--hc-blue);
  font-size: 12px;
  font-weight: 700;
}

.hc-article {
  width: min(820px, calc(100% - 40px));
  margin: 0 auto;
  padding: 118px 0 70px;
}

.hc-article h1 {
  margin: 0 0 18px;
  font-size: clamp(40px, 7vw, 68px);
  line-height: 1.05;
}

.hc-article__meta {
  margin-bottom: 26px;
  color: var(--hc-muted);
}

.hc-article__image {
  width: 100%;
  max-height: 440px;
  object-fit: cover;
  border-radius: var(--hc-radius);
  margin-bottom: 34px;
}

.hc-article__content {
  color: #2b2b2f;
  font-size: 18px;
  line-height: 1.75;
}

.hc-article__content h2 {
  margin-top: 36px;
  font-size: 30px;
  line-height: 1.2;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #payment #place_order {
  width: 100%;
}

.woocommerce table.shop_table,
.woocommerce-checkout-review-order-table {
  border-radius: var(--hc-radius);
  overflow: hidden;
  border-color: rgba(210, 210, 215, 0.65);
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  border-top-color: var(--hc-blue);
  border-radius: 14px;
  background: var(--hc-soft);
}

@media (max-width: 1024px) {
  .hc-product-grid,
  .products,
  .hc-flow,
  .hc-calculator-results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hc-scenes,
  .hc-solution-grid,
  .hc-about,
  .hc-contact,
  .hc-product-detail,
  .hc-faq-layout {
    grid-template-columns: 1fr;
  }

  .hc-solution-large {
    grid-row: auto;
  }

  .hc-solution-large img {
    min-height: 320px;
  }

  .hc-product-gallery {
    position: static;
  }

  .hc-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 800px) {
  body.admin-bar .hc-nav {
    top: 46px;
  }

  .hc-nav__menu,
  .hc-nav__actions .hc-account-button {
    display: none;
  }

  .hc-mobile-toggle {
    display: grid;
  }

  .hc-mobile-panel.is-open {
    position: fixed;
    top: 48px;
    left: 0;
    right: 0;
    z-index: 48;
    display: block;
    max-height: calc(100vh - 48px);
    overflow: auto;
    padding: 12px 20px 22px;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: saturate(180%) blur(18px);
    border-top: 1px solid rgba(210, 210, 215, 0.4);
  }

  .hc-mobile-panel a {
    display: block;
    padding: 13px 0;
    border-bottom: 1px solid rgba(210, 210, 215, 0.4);
    color: var(--hc-ink);
    font-size: 15px;
    font-weight: 650;
  }

  .hc-section-head {
    align-items: start;
    flex-direction: column;
  }

  .hc-stats,
  .hc-specs,
  .hc-testimonials,
  .hc-post-grid {
    grid-template-columns: 1fr;
  }

  .hc-scene:first-child,
  .hc-scene {
    min-height: 300px;
  }
}

@media (max-width: 560px) {
  .hc-container {
    width: min(100% - 28px, var(--hc-max));
  }

  .hc-hero {
    padding-top: 86px;
  }

  .hc-section {
    padding: 52px 0;
  }

  .hc-product-grid,
  .products,
  .hc-flow,
  .hc-calculator-results,
  .hc-about__metrics,
  .hc-footer__grid {
    grid-template-columns: 1fr;
  }

  .hc-solution {
    grid-template-columns: 1fr;
  }

  .hc-newsletter,
  .hc-product-summary form.cart,
  .hc-shop-tools__inner {
    align-items: stretch;
    flex-direction: column;
  }
}
