/* 7055 Inc — private holding company package
   Scoped under .storefront per TEMPLATE_AUTHORING_CONTRACT
   Brand: primary #3a5199, black ground, white type
*/

@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;1,400&display=swap");

html,
body {
  background: #000000 !important;
}

.storefront {
  --hc-primary: #3a5199;
  --hc-primary-hover: #2e417a;
  --hc-ink: #ffffff;
  --hc-muted: rgba(255, 255, 255, 0.72);
  --hc-dim: rgba(255, 255, 255, 0.45);
  --hc-paper: #000000;
  --hc-surface: #0d0d0d;
  --hc-line: rgba(255, 255, 255, 0.16);
  --hc-accent: var(--accent-line, var(--hc-primary));
  --main-color: var(--hc-primary);
  --background-color: #000000;
  --surface-color: #000000;
  --text-color: #ffffff;
  --body-font: "Merriweather", Georgia, "Times New Roman", serif;
  --header-font: "Merriweather", Georgia, "Times New Roman", serif;
  font-family: var(--body-font);
  color: var(--hc-ink);
  background: #000000 !important;
  min-height: 100vh;
}

.storefront a {
  color: inherit;
}

/* Header — primary bar, white type; no company name / cart / account */
.storefront .site-header,
.storefront .header,
.storefront header {
  border-bottom: none;
  background: var(--hc-primary);
  color: #ffffff;
}

.storefront .site-header .header-container,
.storefront .header .header-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  min-height: 3.5rem;
  padding: 0.65rem clamp(1rem, 4vw, 2rem);
}

.storefront .site-logo,
.storefront .artistName {
  display: none !important;
}

.storefront .site-nav,
.storefront .navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
  justify-content: flex-end;
}

.storefront .site-nav a.nav-link,
.storefront .site-nav a.navLink,
.storefront .navigation a.nav-link,
.storefront .navigation a.navLink {
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.72rem;
  text-decoration: none;
  opacity: 0.9;
  transition: opacity 160ms ease;
}

.storefront .site-nav a.nav-link:hover,
.storefront .site-nav a.navLink:hover,
.storefront .site-nav a.active,
.storefront .navigation a.active {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 0.35em;
}

/* Hide commerce controls on holding site */
.storefront .site-nav button.nav-link,
.storefront .navigation button.nav-link {
  display: none !important;
}

/* Hero — centered brand mark + CTA */
.storefront .block-hero {
  min-height: min(78vh, 760px);
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  gap: 1.25rem;
  padding: clamp(2.5rem, 8vw, 6rem);
  position: relative;
  background: #000000 !important;
  background-color: #000000 !important;
  background-image: none !important;
}

.storefront .block-hero::before,
.storefront .block-hero::after {
  display: none;
}

.storefront .block-hero-logo {
  width: 250px;
  max-width: min(250px, 70vw);
  height: auto;
  display: block;
  margin: 0 auto 0.35rem;
}

/* Holding site uses logo only — hide wordmark under logo */
.storefront .block-hero-title {
  display: none !important;
}

.storefront .block-hero-tagline {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  color: var(--hc-muted);
  max-width: 34ch;
  line-height: 1.45;
  margin: 0 auto;
  text-align: center;
}

/* Primary button — hero CTA + shared pattern */
.storefront .block-hero-cta,
.storefront .hc-btn-primary,
.storefront a.hc-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0.5rem auto 0;
  padding: 0.9rem 1.45rem;
  border: 1px solid var(--hc-primary);
  background: var(--hc-primary);
  color: #ffffff !important;
  text-decoration: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 600;
  font-family: var(--body-font);
  transition: background 160ms ease, border-color 160ms ease;
  cursor: pointer;
}

.storefront .block-hero-cta:hover,
.storefront .hc-btn-primary:hover,
.storefront a.hc-btn-primary:hover {
  background: var(--hc-primary-hover);
  border-color: var(--hc-primary-hover);
  color: #ffffff !important;
}

.storefront .block-hero-cta:active,
.storefront .hc-btn-primary:active,
.storefront a.hc-btn-primary:active {
  animation: hc-wiggle 320ms ease;
}

@keyframes hc-wiggle {
  0%, 100% { transform: translateX(0) rotate(0deg); }
  20% { transform: translateX(-3px) rotate(-1.5deg); }
  40% { transform: translateX(3px) rotate(1.5deg); }
  60% { transform: translateX(-2px) rotate(-1deg); }
  80% { transform: translateX(2px) rotate(1deg); }
}

/* Content sections */
.storefront .block-about,
.storefront .block-text,
.storefront .block-contact,
.storefront .block-image,
.storefront .block-custom-html {
  padding: clamp(2.5rem, 6vw, 5rem);
  max-width: 72rem;
  margin: 0 auto;
}

.storefront .block-about-heading,
.storefront .block-text-heading,
.storefront .block-contact-heading {
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--hc-line);
  color: #ffffff;
}

.storefront .block-about-text p,
.storefront .block-text-content,
.storefront .block-text-content p,
.storefront .block-about-text {
  font-size: 1.08rem;
  line-height: 1.75;
  max-width: 62ch;
  color: var(--hc-muted);
}

.storefront .block-contact-info,
.storefront .block-contact-social {
  display: grid;
  gap: 0.65rem;
}

.storefront .block-contact-link {
  color: var(--hc-muted);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  width: fit-content;
}

.storefront .block-contact-link:hover {
  color: #ffffff;
  border-bottom-color: var(--hc-line);
}

/* Brands layout via custom HTML — white cards on black for contrast */
.storefront .hc-brands {
  display: grid;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  grid-template-columns: 1fr;
}

@media (min-width: 700px) {
  .storefront .hc-brands {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1100px) {
  .storefront .hc-brands {
    grid-template-columns: repeat(4, 1fr);
  }
}

.storefront .hc-brand {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #111111;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  display: grid;
  gap: 1rem;
  align-content: start;
  transition:
    border-color 220ms ease,
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 280ms ease;
  will-change: transform;
}

.storefront .hc-brand:hover {
  border-color: rgba(58, 81, 153, 0.45);
  transform: translateY(-6px) scale(1.015);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
}

.storefront .hc-brand img {
  width: min(180px, 70%);
  height: auto;
  max-height: 88px;
  object-fit: contain;
  object-position: left center;
  display: block;
}

.storefront .hc-brand h3 {
  margin: 0;
  font-size: 1.15rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
  color: #111111;
}

.storefront .hc-brand p {
  margin: 0;
  color: #333333;
  line-height: 1.6;
}

.storefront .hc-brand a {
  margin-top: 0.35rem;
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 1.1rem;
  width: fit-content;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  background: var(--hc-primary);
  border: 1px solid var(--hc-primary);
  color: #ffffff !important;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.storefront .hc-brand a:hover {
  background: var(--hc-primary-hover);
  border-color: var(--hc-primary-hover);
  transform: translateY(-2px);
}

.storefront .hc-brand a:active {
  animation: hc-wiggle 320ms ease;
}

.storefront .hc-legal {
  color: var(--hc-muted);
  max-width: 62ch;
  line-height: 1.7;
}

.storefront .hc-legal h2 {
  color: #ffffff;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 2rem 0 0.75rem;
}

.storefront .hc-legal h2:first-child {
  margin-top: 0;
}

.storefront .hc-address {
  color: var(--hc-muted);
  line-height: 1.7;
}

.storefront .hc-address a {
  color: #9eb0e8;
  text-decoration: none;
}

.storefront footer,
.storefront .site-footer {
  border-top: 1px solid var(--hc-line);
  color: var(--hc-dim);
  font-size: 0.8rem;
}

@keyframes hc-fade-up {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes hc-soft-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@keyframes hc-header-in {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes hc-cta-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(58, 81, 153, 0.0); }
  50% { box-shadow: 0 0 0 8px rgba(58, 81, 153, 0.0); }
}

/* Hero entrance */
.storefront .block-hero-logo,
.storefront .block-hero-title,
.storefront .block-hero-tagline,
.storefront .block-hero-cta {
  animation: hc-fade-up 820ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.storefront .block-hero-logo {
  animation:
    hc-fade-up 820ms cubic-bezier(0.22, 1, 0.36, 1) both,
    hc-soft-float 5.5s ease-in-out 1s infinite;
}

.storefront .block-hero-tagline { animation-delay: 120ms; }
.storefront .block-hero-cta { animation-delay: 220ms; }

.storefront .block-hero-cta:hover,
.storefront .hc-btn-primary:hover {
  transform: translateY(-2px) scale(1.03);
}

/* Header settle */
.storefront .site-header,
.storefront header {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 500ms ease, transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.storefront .site-header.hc-header-ready,
.storefront header.hc-header-ready {
  opacity: 1;
  transform: translateY(0);
}

.storefront .site-nav a.nav-link,
.storefront .site-nav a.navLink {
  position: relative;
}

.storefront .site-nav a.nav-link::after,
.storefront .site-nav a.navLink::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35em;
  height: 1px;
  background: #ffffff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 220ms ease;
}

.storefront .site-nav a.nav-link:hover::after,
.storefront .site-nav a.navLink:hover::after,
.storefront .site-nav a.active::after,
.storefront .navigation a.active::after {
  transform: scaleX(1);
}

/* Scroll reveals (class applied by script.js) */
.storefront.hc-motion .hc-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--hc-reveal-delay, 0ms);
}

.storefront.hc-motion .hc-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.storefront.hc-motion .hc-brand.hc-reveal:hover {
  /* preserve hover lift after reveal */
  transform: translateY(-6px) scale(1.015);
}

.storefront.hc-motion .hc-brand.hc-reveal:not(.is-visible):hover {
  transform: translateY(22px);
}

@media (prefers-reduced-motion: reduce) {
  .storefront .block-hero-logo,
  .storefront .block-hero-title,
  .storefront .block-hero-tagline,
  .storefront .block-hero-cta,
  .storefront .site-header,
  .storefront header {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .storefront.hc-motion .hc-reveal,
  .storefront.hc-motion-reduced .hc-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
