/* =====================================================================
   SKS PRODUCT DESC — Hero banner · 3-column description · Stats bar
   Scoped to .sks-desc-section. No dependency on sks-product-main.css.
   ===================================================================== */

.sks-desc-section {
  --sks-ivory: #F5F0E8;
  --sks-white: #FFFFFF;
  --sks-slate: #2C3E50;
  --sks-slate-d: #1E2D3B;
  --sks-amber: #B8520A;
  --sks-amber-l: #D4681A;
  --sks-amber-p: #FEF3EC;
  --sks-onyx: #1A1A1A;
  --sks-body: #4A4440;
  --sks-muted: #9A9088;
  --sks-rule: rgba(74, 68, 64, .14);
  --sks-r: 6px;

  font-family: 'Jost', 'Helvetica Neue', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
  color: var(--sks-body);
}

.sks-desc-section *,
.sks-desc-section *::before,
.sks-desc-section *::after {
  box-sizing: border-box;
}

.sks-desc-section img {
  max-width: 100%;
  display: block;
}

.sks-desc-section h2,
.sks-desc-section h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -.01em;
  margin: 0;
}

.sks-desc-section a {
  color: var(--sks-amber);
  text-decoration: none;
  transition: color .2s;
}

.sks-desc-section a:hover {
  color: var(--sks-amber-l);
}

/* ── HERO BANNER ────────────────────────────────────────────────── */
.sks-desc-hero {
  position: relative;
  height: 440px;
  overflow: hidden;
  background: var(--sks-slate);
}

.sks-desc-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* dark gradient overlay — fades left-to-right so text stays readable */
.sks-desc-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(30, 45, 59, .92) 0%,
      rgba(30, 45, 59, .50) 55%,
      rgba(30, 45, 59, .08) 100%);
}

.sks-desc-hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 60px;
  z-index: 2;
  max-width: 700px;
}

/* eyebrow line with leading rule */
.sks-desc-hero-eb {
  color: #E8C9A8;
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 400;
}

.sks-desc-hero-eb::before {
  content: "";
  width: 32px;
  height: 1px;
  background: var(--sks-amber);
  flex-shrink: 0;
}

.sks-desc-hero-content h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 600;
  line-height: 1.05;
  margin-bottom: 20px;
  letter-spacing: -.02em;
}

.sks-desc-hero-content h2 em {
  font-style: italic;
  color: var(--sks-amber);
  font-weight: 400;
}

.sks-desc-hero-sub {
  font-size: 16px;
  color: rgba(245, 240, 232, .72);
  max-width: 520px;
  line-height: 1.6;
  margin: 0;
}

/* description preview + read-more anchor inside the hero */
.sks-desc-hero-body {
  max-width: 520px;
  margin: 18px 0 0;
}
.sks-desc-hero-body-text {
  color: rgba(245, 240, 232, .82);
  font-size: 15px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sks-desc-hero-body-text p { margin: 0; }
.sks-desc-hero-body-text p + p { margin-top: .25em; }
.sks-desc-hero-readmore {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  font-size: 12px;
  color: var(--sks-amber);
  text-decoration: underline;
  text-underline-offset: 3px;
  letter-spacing: .04em;
  font-weight: 500;
  text-transform: uppercase;
  transition: color .2s;
}
.sks-desc-hero-readmore:hover { color: var(--sks-amber-l); }
.sks-desc-hero-readmore svg { transition: transform .2s; }
.sks-desc-hero-readmore:hover svg { transform: translateY(2px); }

/* smooth-scroll the anchor jump to col_text */
html { scroll-behavior: smooth; }
#sks-desc-coltext { scroll-margin-top: 24px; }

.sks-hero-readmore {
  display: inline;
  margin-left: 6px;
  font-size: 12px;
  color: var(--sks-amber);
  text-decoration: underline;
  text-underline-offset: 2px;
  letter-spacing: .04em;
  white-space: nowrap;
  font-weight: 500;
}

.sks-hero-readmore:hover {
  color: var(--sks-amber-l);
}

/* decorative large numeral (purely visual) */
.sks-desc-numeral {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  font-family: 'Playfair Display', Georgia, serif;
  color: var(--sks-amber);
  font-size: 320px;
  font-weight: 600;
  opacity: .10;
  line-height: 1;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}

.sks-desc-numeral-lbl {
  position: absolute;
  top: calc(50% + 96px);
  right: 60px;
  color: var(--sks-amber);
  font-size: 13px;
  letter-spacing: .22em;
  text-transform: uppercase;
  z-index: 1;
  font-weight: 500;
  opacity: .75;
  pointer-events: none;
}

/* ── 3-COLUMN DESCRIPTION WRAP ──────────────────────────────────── */
.sks-desc-wrap {
  padding: 80px 60px;
  background: var(--sks-white);
}

.sks-desc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 52px;
  max-width: 1400px;
  margin: 0 auto;
  /* align-items: start so each column has its own height — required for the
     sticky behaviour on cols 2 and 3 to track properly. */
  align-items: start;
}

/* shared column styles */
.sks-desc-col {
  display: flex;
  flex-direction: column;
}

/* Columns 2 (Features & Design) and 3 (Wear with Pride) stick to the top as
   the user scrolls through the long left column. */
.sks-desc-grid .sks-desc-col:nth-child(2),
.sks-desc-grid .sks-desc-col:nth-child(3) {
  position: sticky;
  top: 20px;
  /* Cap height so very tall right columns don't overflow viewport — they'll
     scroll internally if they ever exceed this. */
  max-height: calc(100vh - 40px);
  overflow-y: auto;
}
/* Mobile / single-column: disable sticky, restore natural flow. */
@media (max-width: 880px) {
  .sks-desc-grid .sks-desc-col:nth-child(2),
  .sks-desc-grid .sks-desc-col:nth-child(3) {
    position: static;
    max-height: none;
    overflow: visible;
  }
}

.sks-col-eyebrow {
  color: var(--sks-amber);
  font-size: 10.5px;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}

.sks-desc-h {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 26px;
  font-weight: 600;
  color: var(--sks-onyx);
  margin-bottom: 20px;
  line-height: 1.2;
}

.sks-desc-h em {
  font-style: italic;
  color: var(--sks-amber);
  font-weight: 400;
}

/* richtext body — rendered from block setting or metafield */
.sks-desc-body {
  flex: 1;
}

/* Complete-Your-Look — rendered in col 3, below the mini-spec grid.
   Styled as a brand-amber spotlight card (peach background, amber left
   accent bar, rounded corners) so it visually pops away from the rest
   of the column without competing with the chosen-tartan box on the
   right side of the page. The first heading the customer writes in the
   rich-text editor gets amber color so it reads as the spotlight title. */
.sks-complete-look {
  margin-top: 26px;
  padding: 20px 22px;
  background: var(--sks-amber-p, #FEF3EC);
  border: 1px solid rgba(184, 82, 10, .12);
  border-left: 3px solid var(--sks-amber, #B8520A);
  border-radius: 0 var(--sks-rl, 10px) var(--sks-rl, 10px) 0;
  position: relative;
  flex: 0 0 auto;
}

/* Make the first heading or bold-line title visibly amber so it reads as
   the spotlight title regardless of which tag the rich-text editor used. */
.sks-complete-look > h1:first-child,
.sks-complete-look > h2:first-child,
.sks-complete-look > h3:first-child,
.sks-complete-look > h4:first-child,
.sks-complete-look > h5:first-child,
.sks-complete-look > h6:first-child {
  color: var(--sks-amber, #B8520A) !important;
  margin-top: 0 !important;
  margin-bottom: 12px !important;
}

/* First paragraph: tighten the gap to the title above (since headings get
   12px bottom margin we want paragraph spacing to feel deliberate). */
.sks-complete-look > p:first-child {
  margin-top: 0 !important;
}

/* Tighten internal spacing inside the spotlight card so the box feels
   compact instead of letting .sks-desc-body's wider rhythm apply. */
.sks-complete-look p {
  margin-bottom: 10px !important;
}

.sks-complete-look p:last-child {
  margin-bottom: 0 !important;
}

/* ─── Read-more clamp (col_text block) ───────────────────────────── */
/* Stretch the first column so it matches the height of cols 2 & 3.
   Without this, col 1's natural height collapses to its (shorter) content. */
.sks-desc-grid .sks-desc-col:first-child {
  align-self: stretch;
}

.sks-readmore {
  position: relative;
}

.sks-readmore-content {
  display: -webkit-box;
  -webkit-line-clamp: 14;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  transition: max-height .3s ease;
}

.sks-readmore.is-expanded .sks-readmore-content {
  -webkit-line-clamp: unset;
  display: block;
  overflow: visible;
}

/* Fade gradient at the bottom of clamped content */
.sks-readmore:not(.is-expanded) .sks-readmore-content::after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 56px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  pointer-events: none;
}

.sks-readmore-btn {
  display: none;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  padding: 0;
  background: none;
  border: none;
  color: var(--sks-amber);
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .2s ease;
}

.sks-readmore.has-overflow .sks-readmore-btn {
  display: inline-flex;
}

.sks-readmore-btn:hover,
.sks-readmore-btn:focus-visible {
  color: var(--sks-amber-l, #8a3e08);
  outline: none;
}

.sks-readmore-ic {
  transition: transform .25s ease;
}

.sks-readmore.is-expanded .sks-readmore-ic {
  transform: rotate(180deg);
}

.sks-desc-body p,
.sks-desc-body li,
.sks-desc-body td {
  font-family: 'Jost', 'Helvetica Neue', sans-serif !important;
  font-size: 14px !important;
  line-height: 1.72 !important;
  color: var(--sks-body) !important;
  font-weight: 300 !important;
}

.sks-desc-body p {
  margin: 0 0 14px !important;
}

.sks-desc-body p:last-child {
  margin-bottom: 0 !important;
}

.sks-desc-body h1,
.sks-desc-body h2,
.sks-desc-body h3,
.sks-desc-body h4,
.sks-desc-body h5,
.sks-desc-body h6 {
  font-family: 'Playfair Display', Georgia, serif !important;
  color: var(--sks-onyx) !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  margin: 0px 0 10px !important;
}

.sks-desc-body h1 {
  font-size: 28px !important;
}

.sks-desc-body h2 {
  font-size: 26px !important;
}

.sks-desc-body h3 {
  font-size: 17px !important;
}

.sks-desc-body h4,
.sks-desc-body h5,
.sks-desc-body h6 {
  font-size: 15px !important;
}

.sks-desc-body a {
  color: var(--sks-amber) !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
  font-weight: 400 !important;
}

.sks-desc-body a:hover {
  color: var(--sks-amber-l) !important;
}

.sks-desc-body strong,
.sks-desc-body b {
  font-weight: 600 !important;
  color: var(--sks-onyx) !important;
}

/* Italic text inside the description body renders in brand amber to
   match the italic-accent style used on the column headings
   (see .sks-desc-h em above). Applies to <em>/<i> anywhere in the
   body — inside headings, paragraphs, list items — so authors can
   flag an accent word from the rich-text editor and it lights up in
   orange without any per-element markup. */
.sks-desc-body em,
.sks-desc-body i {
  font-style: italic !important;
  color: var(--sks-amber) !important;
}

.sks-desc-body ul,
.sks-desc-body ol {
  margin: 0 0 14px !important;
  padding-left: 20px !important;
}

.sks-desc-body ul {
  list-style: disc !important;
}

.sks-desc-body ol {
  list-style: decimal !important;
}

.sks-desc-body li {
  margin-bottom: 6px !important;
}

.sks-desc-body blockquote {
  border-left: 3px solid var(--sks-amber) !important;
  padding: 6px 0 6px 16px !important;
  margin: 0 0 14px !important;
  font-style: italic !important;
  color: var(--sks-onyx) !important;
  font-family: 'Playfair Display', Georgia, serif !important;
}

/* CTA link (col 1) — scoped to override .sks-desc-section a { color: amber } */
.sks-desc-section .sks-btn-desc {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  background: var(--sks-amber);
  color: #fff !important;
  padding: 12px 20px;
  border-radius: var(--sks-r);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .04em;
  transition: background .2s, transform .2s;
  align-self: flex-start;
}

.sks-desc-section .sks-btn-desc:hover {
  background: var(--sks-amber-l);
  color: #fff !important;
  transform: translateY(-1px);
}

.sks-desc-section .sks-btn-desc svg {
  flex-shrink: 0;
}

/* ── FEATURE LIST (col 2) ───────────────────────────────────────── */
.sks-feat-list {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
}

.sks-feat-list li {
  display: flex;
  gap: 13px;
  padding: 12px 0;
  border-bottom: 1px solid var(--sks-rule);
  align-items: flex-start;
}

.sks-feat-list li:last-child {
  border-bottom: none;
}

.sks-feat-list svg {
  color: var(--sks-amber);
  flex-shrink: 0;
  margin-top: 2px;
}

.sks-feat-t {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--sks-onyx);
  margin-bottom: 2px;
}

.sks-feat-s {
  font-size: 12px;
  color: var(--sks-muted);
  line-height: 1.5;
}

/* ── BLOCKQUOTE + MINI-SPEC (col 3) ────────────────────────────── */
.sks-bquote {
  border-left: 3px solid var(--sks-amber);
  padding: 6px 0 6px 18px;
  margin: 0 0 18px;
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-size: 18px;
  color: var(--sks-onyx);
  line-height: 1.45;
}

.sks-mini-spec {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--sks-rule);
  margin-top: 20px;
  border-radius: var(--sks-r);
  overflow: hidden;
}

.sks-spec {
  background: var(--sks-ivory);
  padding: 10px 12px;
}

.sks-spec-l {
  font-size: 10.5px;
  letter-spacing: .08em;
  color: var(--sks-muted);
  text-transform: uppercase;
  margin-bottom: 3px;
}

.sks-spec-v {
  font-size: 13px;
  color: var(--sks-onyx);
  font-weight: 500;
}

/* ── SPEC STRIP (4-box row below columns) ───────────────────────── */
.sks-spec-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--sks-rule);
  border-radius: var(--sks-r);
  overflow: hidden;
  margin-top: 52px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

/* ── STATS BAR ──────────────────────────────────────────────────── */
.sks-stats-bar {
  margin-top: 52px;
  background: var(--sks-slate);
  padding: 52px 60px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.sks-stat-cell {
  text-align: center;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, .1);
  padding: 0 16px;
}

.sks-stat-cell:last-child {
  border-right: none;
}

.sks-stat-num {
  font-family: 'Playfair Display', Georgia, serif;
  color: var(--sks-amber);
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1;
}

.sks-stat-lbl {
  color: rgba(232, 223, 208, .65);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

/* ── RESPONSIVE ─────────────────────────────────────────────────── */

/* Tablet ≤ 1100px */
@media (max-width: 1100px) {
  .sks-desc-hero-content h2 {
    font-size: 38px;
  }

  .sks-desc-numeral {
    font-size: 240px;
  }
}

/* Tablet ≤ 960px */
@media (max-width: 960px) {
  .sks-desc-hero {
    height: 380px;
  }

  .sks-desc-hero-content {
    padding: 0 40px;
    max-width: 600px;
  }

  .sks-desc-numeral {
    font-size: 200px;
    right: 32px;
  }

  .sks-desc-numeral-lbl {
    right: 32px;
  }

  .sks-desc-wrap {
    padding: 60px 40px;
  }

  .sks-desc-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }

  .sks-desc-grid .sks-desc-col:last-child {
    grid-column: 1 / -1;
  }

  .sks-spec-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .sks-stats-bar {
    grid-template-columns: repeat(3, 1fr);
    padding: 40px;
  }

  .sks-stat-cell:nth-child(4),
  .sks-stat-cell:nth-child(5) {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 28px;
    margin-top: 28px;
  }
}

/* Mobile ≤ 640px */
@media (max-width: 640px) {
  /* Hero height collapses to content (no fixed height). The image fills
     the container as a background layer via absolute positioning so content
     overlays on top — mirroring the desktop layout. */
  .sks-desc-hero {
    height: auto;
    min-height: 300px;
  }

  .sks-desc-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sks-desc-hero-content {
    padding: 40px 20px;
    position: relative;
    max-width: 100%;
    z-index: 2;
  }

  .sks-desc-hero::after {
    background: linear-gradient(180deg, rgba(30, 45, 59, .85) 0%, rgba(30, 45, 59, .6) 100%);
    z-index: 1;
  }

  .sks-desc-hero-content h2 {
    font-size: 30px;
  }

  .sks-desc-hero-sub {
    font-size: 14px;
  }

  .sks-desc-numeral {
    display: none;
  }

  .sks-desc-numeral-lbl {
    display: none;
  }

  .sks-desc-wrap {
    padding: 48px 20px;
  }

  .sks-desc-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .sks-desc-grid .sks-desc-col:last-child {
    grid-column: auto;
  }

  .sks-stats-bar {
    grid-template-columns: 1fr 1fr;
    padding: 36px 20px;
    gap: 0;
  }

  .sks-stat-cell {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 16px 8px;
    margin: 0;
  }

  .sks-stat-cell:last-child {
    border-bottom: none;
  }

  .sks-stat-cell:nth-child(4),
  .sks-stat-cell:nth-child(5) {
    border-top: none;
    padding-top: 16px;
    margin-top: 0;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {

  .sks-desc-section *,
  .sks-desc-section *::before,
  .sks-desc-section *::after {
    transition-duration: .01ms !important;
  }
}