/* ==========================================================================
   Mario Malik Links - Premium Consulting variant
   Same markup as the dark build. Everything that differs lives here.

   Direction: light base, black type, clean grid, generous whitespace.

   Monochrome by choice. There is no accent token: the page is black type and
   black buttons on a warm off-white ground, and the photography supplies the
   only colour. Buttons follow --fg, so retuning the type retunes them too.
   ========================================================================== */

:root {
  --bg:            #F6F5F2;  /* warm off-white, not clinical white */
  --surface:       #FFFFFF;
  --fg:            #000000;  /* pure black, zero saturation */
  --fg-soft:       #454545;
  --fg-muted:      #6B6B6B;
  --hairline:      #E3E0D9;

  --btn-bg:        var(--fg);
  --btn-fg:        #FFFFFF;

  --font-display:  "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body:     Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --gutter:        24px;
  --radius-sm:     8px;
  --radius-md:     14px;
  --radius-lg:     18px;
  --store-max:     480px;

  --shadow-card:   0 1px 2px rgba(20, 32, 48, 0.04), 0 10px 28px rgba(20, 32, 48, 0.055);
  --shadow-hero:   0 4px 12px rgba(20, 32, 48, 0.06), 0 24px 56px rgba(20, 32, 48, 0.10);
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-display);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.store {
  max-width: var(--store-max);
  margin: 0 auto;
  background: var(--bg);
}

/* ==========================================================================
   Header
   The photo is a contained plate rather than a bleed that fades out. On a light
   base the headline sits below it, which is legible and reads more editorial.
   ========================================================================== */

.store-header__image {
  position: relative;
  margin: 28px var(--gutter) 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-hero);
}

.store-header__img {
  width: 100%;
  /* Height reduced 25% from the original 1.125 ratio: 1.125 / 0.75 = 1.5 */
  aspect-ratio: 1.5 / 1;
  height: auto;
  object-fit: cover;
  object-position: center;
}

/* No scrim: the photo is never sitting behind text in this variant. */
.store-header__image::after { content: none; }

.store-header__profile { padding: 30px var(--gutter) 0; }

.store-header__names { margin-bottom: 0; }

.store-header__fullname {
  margin: 0 0 14px;
  font-family: var(--font-display);
  /* The <br> in the markup sets the break, so balancing is off; it would only
     fight the intended split. Sized so "Turn Your Small Business" holds one
     line from a 320px phone up to the 480px cap. 29px is the hard ceiling at
     375px with 2px to spare, so this stops at 28 to keep real headroom. */
  font-size: clamp(21px, 7.3vw, 28px);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.8px;
  text-align: center;
  color: var(--fg);
}

.store-header__bio {
  margin: 0;
  padding: 0;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  text-wrap: balance;
  color: var(--fg-muted);
}

/* ==========================================================================
   Content
   ========================================================================== */

.store-content { padding: 0 var(--gutter) var(--gutter); }

.store-content__button-container { padding: 52px 0 0; }

.section { margin-bottom: 56px; }
.section:last-child { margin-bottom: 0; }

/* A tracked-out rule label instead of a filled pill: quieter, more grid. */
.section-title {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  background: none;
  border-radius: 0;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--fg);
}

.section-title::before,
.section-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--hairline);
}

/* ==========================================================================
   Product block
   ========================================================================== */

.block--callout {
  padding: 12px;          /* matched to variant A */
  margin-bottom: 14px;
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
}

.block--callout:last-child { margin-bottom: 0; }

.block__content {
  display: flex;
  gap: 14px;
  padding-bottom: 0;
}

.block__image {
  /* Thumbnails hidden. Delete this one line to bring them back; the markup is
     untouched and the text column reflows to full width on its own. */
  display: none;

  flex: 0 0 68px;
  width: 68px;
  height: 68px;
  border-radius: var(--radius-sm);
  object-fit: cover;
}

.block__text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.block__text--no-price { padding-bottom: 0; }

.block__heading {
  margin: 0;
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.2px;
  color: var(--fg);
}


.block__subheading {
  margin: 7px 0 0;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  color: var(--fg-muted);
}

.price-review {
  margin-top: 10px;
  line-height: 1;
}

.product-price { line-height: 1; }

.amount {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2px;
  color: var(--fg);
}

/* ==========================================================================
   Call to action
   ========================================================================== */

.cta-button__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  margin-top: 16px;
  padding: 0 16px;
  background: var(--btn-bg);
  color: var(--btn-fg);
  border: 0;
  border-radius: var(--radius-sm);
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease;
}

/* No colour change on hover: the fill stays black. */
.cta-button__button:hover { background: var(--btn-bg); }
.cta-button__button:active { transform: scale(0.985); }

.cta-button__button:focus-visible {
  outline: 2px solid var(--fg);
  outline-offset: 3px;
}

.cta-button__label {
  width: 100%;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1px;
  text-align: center;
  color: var(--btn-fg);
}

/* ==========================================================================
   Footer
   ========================================================================== */

.store-footer {
  margin-top: 56px;
  padding: 24px 0 8px;
  border-top: 1px solid var(--hairline);
  text-align: center;
}

.store-footer__note {
  margin: 0;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: var(--fg-muted);
}

.store-footer__sep {
  margin: 0 8px;
  opacity: 0.45;
}

.store-footer__link {
  color: inherit;
  text-decoration: none;
}

.store-footer__link:hover { color: var(--fg); }

.store-footer__link:focus-visible {
  outline: 2px solid var(--fg);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
}
