/* Shared visual language based on the public homepage. */
:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-2: #f8f8f8;
  --text: #1a1a1a;
  --muted: #8a8a8a;
  --muted-2: #b8b8b8;
  --line: rgba(0, 0, 0, 0.05);
  --line-2: rgba(0, 0, 0, 0.07);
  --line-md: rgba(0, 0, 0, 0.11);
  --shadow: none;
  --shadow-lg: none;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --wrap: 1840px;
}

body,
body.sb-site,
.page {
  background: var(--bg) !important;
  color: var(--text);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.6;
}

.wrap,
.hc-page-header-inner,
.hc-body {
  width: min(calc(100% - 80px), var(--wrap));
}

.site-header,
header.site-header {
  min-height: 60px;
  background: rgba(255, 255, 255, 0.92) !important;
  border-bottom: 1px solid var(--line) !important;
  box-shadow: none;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.header-inner {
  min-height: 60px;
  gap: 0;
}

.brand {
  gap: 9px;
  margin-right: 40px;
  color: var(--text);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.brand img {
  display: none;
}

.brand::before {
  content: "";
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 7px;
  background: var(--text);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='5' y='11' width='14' height='9' rx='2' stroke='white' stroke-width='1.8'/%3E%3Cpath d='M8 11V8a4 4 0 1 1 8 0v3' stroke='white' stroke-width='1.8' stroke-linecap='round'/%3E%3Ccircle cx='12' cy='15.5' r='1.2' fill='white'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

.nav {
  gap: 4px;
  margin-left: 0;
}

.nav a {
  padding: 6px 12px;
  border-radius: 6px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 400;
}

.nav a:hover,
.nav a.active {
  background: var(--line);
  color: var(--text);
}

.header-actions {
  gap: 8px;
  margin-left: auto;
}

.ghost-btn,
.primary-btn,
.bag-btn,
.mobile-link-btn {
  min-height: 36px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
}

.ghost-btn,
.mobile-link-btn,
.bag-btn {
  border: 1px solid var(--line-2);
  background: transparent;
}

.ghost-btn:hover,
.mobile-link-btn:hover,
.bag-btn:hover {
  background: var(--line);
}

.primary-btn,
.cart-checkout-btn {
  border-color: var(--text);
  border-radius: 8px;
  background: var(--text);
  font-weight: 500;
}

.primary-btn:hover,
.cart-checkout-btn:hover {
  background: #2a2d35;
  transform: none;
}

.hc-page-header {
  padding: 80px 0 0;
}

.hc-page-header-inner {
  margin: 0 auto;
  padding: 0 0 48px;
  overflow: visible;
  border: 0;
  border-bottom: 1px solid var(--line-2);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hc-page-header-inner::before {
  display: none;
}

.hc-eyebrow,
.hc-section-label {
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.hc-h1 {
  max-width: 760px;
  margin-bottom: 14px;
  color: var(--text);
  font-size: clamp(38px, 5vw, 52px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.06;
}

.hc-lead {
  max-width: 540px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.hc-search-wrap {
  max-width: 540px;
}

.hc-search {
  height: 48px;
  border: 1px solid var(--line-2);
  border-radius: 10px;
  background: var(--surface);
  color: var(--text);
  font-size: 14px;
}

.hc-search:focus {
  border-color: var(--line-md);
  box-shadow: 0 0 0 3px var(--line);
}

.hc-body {
  padding: 48px 0 96px;
}

.hc-section {
  margin-bottom: 48px;
}

.hc-section-label {
  margin-bottom: 14px;
  padding: 0;
}

.hc-list,
.hc-contact-card {
  border: 1px solid var(--line-2);
  border-radius: 12px;
  background: var(--surface);
  box-shadow: none;
}

.hc-item {
  min-height: 58px;
  padding: 16px 20px;
  border-bottom-color: var(--line);
}

.hc-item:hover {
  background: var(--surface-2);
}

.hc-item-text {
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
}

.hc-item-arrow {
  color: var(--muted);
}

.hc-contact-grid {
  gap: 16px;
}

.hc-contact-card {
  padding: 22px;
}

.hc-contact-card:hover {
  border-color: var(--line-md);
  box-shadow: none;
  transform: none;
}

.hc-contact-icon {
  border-radius: 10px;
  background: var(--line);
}

.hc-contact-info p {
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
}

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

.cart-panel,
.mobile-panel {
  background: var(--surface);
  border-radius: 0;
}

.site-footer,
footer.site-footer {
  padding: 64px 0 32px;
  background: var(--surface) !important;
  border-top: 1px solid var(--line) !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.footer-top {
  gap: 40px;
  padding-bottom: 48px;
  border-bottom-color: var(--line);
}

.footer-col h4,
.footer-col-heading {
  color: var(--muted-2);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-col a {
  color: #3a3a3a !important;
  font-size: 14px;
}

.footer-bottom {
  border-top: 0;
}

@media (max-width: 760px) {
  .wrap,
  .hc-page-header-inner,
  .hc-body {
    width: min(calc(100% - 48px), var(--wrap));
  }

  .header-inner {
    min-height: 60px;
  }

  .mobile-panel,
  .mobile-panel-overlay,
  .cart-overlay,
  .cart-panel {
    top: 60px;
  }

  .hc-page-header {
    padding-top: 56px;
  }

  .hc-page-header-inner {
    padding: 0 0 36px;
  }

  .hc-body {
    padding: 36px 0 64px;
  }
}
