/* ================================================================
   SERVICE PAGE COMPONENTS
   Loaded AFTER base.css on service pages. Variant-agnostic — uses
   the same --dark / --accent / --light / --font-* variables.
   ================================================================ */

/* -------------------------- HERO ADDITIONS ----------------------- */
.hero__sub {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-top: -4px;
}
.hero__checklist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 4px;
}
.hero__checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255,255,255,0.85);
  font-size: 15px;
  line-height: 1.5;
}
.hero__check-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1.5px solid var(--accent);
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 700;
  margin-top: 2px;
}
.hero__divider {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.15);
  margin: 12px 0 4px;
}
.hero__rating {
  display: flex;
  align-items: center;
  gap: 16px;
}
.hero__rating-pill {
  background: var(--accent);
  color: var(--dark);
  font-weight: 700;
  font-size: 15px;
  padding: 10px 16px;
  border-radius: 6px;
  letter-spacing: 0.05em;
  white-space: nowrap;
  display: inline-flex;
  gap: 8px;
}
.hero__rating-text {
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  line-height: 1.5;
}
.hero__rating-text strong { color: #fff; font-weight: 600; }
.hero__image--service img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

/* -------------------------- FOUNDATION --------------------------- */
.foundation {
  background: var(--light);
  padding: var(--section-pad) 0;
}
.foundation__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.foundation__image img {
  width: 100%;
  border-radius: 12px;
  display: block;
}
.foundation__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.foundation__h2 {
  font-family: var(--font-head);
  font-weight: var(--head-weight);
  font-size: var(--section-size);
  line-height: 1;
  color: var(--text-dark);
  letter-spacing: var(--head-tracking);
  margin-top: 8px;
}
.foundation__h2 em {
  font-style: var(--accent-style);
  color: var(--accent);
}
.foundation__body {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-dark);
  opacity: 0.72;
}
.foundation__check-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.foundation__check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-dark);
  opacity: 0.82;
}
.foundation__check-list .check-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
  margin-top: 2px;
}
.foundation__ctas {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

/* Reused outline button on light background */
.btn--outline-dark {
  background: transparent;
  color: var(--dark);
  border: 1px solid rgba(0,0,0,0.25);
}
.btn--outline-dark:hover { border-color: var(--dark); background: rgba(0,0,0,0.04); }

/* -------------------------- REASONS NUMBER ----------------------- */
/* Reuse home's .reasons + .reason-card. Add small numbered eyebrow. */
.reason-card__num {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--accent);
  opacity: 0.85;
  font-weight: 700;
  margin-bottom: 14px;
}
.reasons__quote {
  margin-top: 48px;
}
.reasons__quote-card {
  background: rgba(255,255,255,0.05);
  border-left: 4px solid var(--accent);
  border-radius: 0 12px 12px 0;
  padding: 32px 40px;
  max-width: 980px;
  margin: 0 auto;
}
.reasons__quote-text {
  font-family: var(--font-head);
  font-style: italic;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.45;
  color: #fff;
  margin-bottom: 18px;
}
.reasons__quote-author {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.02em;
}

/* -------------------------- INK & PRINT METHODS ------------------ */
.methods {
  background: var(--light);
  padding: var(--section-pad) 0;
  border-top: 1px solid rgba(0,0,0,0.06);
}
.methods__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
}
.methods__h2 {
  font-family: var(--font-head);
  font-weight: var(--head-weight);
  font-size: var(--section-size);
  line-height: 1;
  color: var(--text-dark);
  letter-spacing: var(--head-tracking);
  margin-top: 8px;
  max-width: 720px;
}
.methods__h2 em {
  font-style: var(--accent-style);
  color: var(--accent);
  display: block;
}
.methods__sub {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-dark);
  opacity: 0.65;
  max-width: 540px;
  margin: 20px 0 56px;
}
.methods__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.method-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 12px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.method-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 6px;
}
.method-card__icon {
  width: 44px;
  height: 44px;
  background: var(--light);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.method-card__tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: var(--light);
  color: var(--text-dark);
  opacity: 0.65;
  padding: 7px 12px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.06);
  white-space: nowrap;
}
.method-card__title {
  font-family: var(--font-body);
  font-size: 22px;
  font-weight: 700;
  color: var(--text-dark);
  letter-spacing: -0.01em;
}
.method-card__sub {
  font-size: 13px;
  color: var(--accent);
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-top: -8px;
}
.method-card__body {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-dark);
  opacity: 0.72;
}
.method-card__pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.method-pill {
  font-size: 11px;
  font-weight: 500;
  background: var(--light);
  color: var(--text-dark);
  opacity: 0.75;
  padding: 7px 12px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.08);
}

/* -------------------------- PROCESS FLOW (5 steps) --------------- */
.process-flow {
  background: var(--light);
  padding: var(--section-pad) 0;
  border-top: 1px solid rgba(0,0,0,0.06);
}
.process-flow__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
}
.process-flow__header {
  text-align: center;
  margin-bottom: 64px;
}
.process-flow__h2 {
  font-family: var(--font-head);
  font-weight: var(--head-weight);
  font-size: var(--section-size);
  line-height: 1;
  color: var(--text-dark);
  letter-spacing: var(--head-tracking);
  margin-top: 8px;
}
.process-flow__h2 em {
  font-style: var(--accent-style);
  color: var(--accent);
  display: block;
}
.process-flow__sub {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-dark);
  opacity: 0.65;
  max-width: 540px;
  margin: 20px auto 0;
}
.process-flow__steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  position: relative;
}
.process-flow__steps::before {
  content: '';
  position: absolute;
  top: 32px;
  left: 8%;
  right: 8%;
  border-top: 1px dashed var(--accent);
  opacity: 0.4;
  z-index: 0;
}
.flow-step {
  text-align: center;
  position: relative;
  z-index: 1;
}
.flow-step__num {
  width: 64px;
  height: 64px;
  background: var(--dark);
  color: var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-weight: var(--head-weight);
  font-size: 20px;
  font-style: italic;
  margin: 0 auto 20px;
}
.flow-step__title {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 12px;
}
.flow-step__body {
  font-size: 13px;
  line-height: 1.6;
  color: var(--text-dark);
  opacity: 0.7;
  padding: 0 12px;
}

/* -------------------------- GALLERY ------------------------------ */
.gallery {
  background: var(--dark);
  padding: var(--section-pad) 0;
}
.gallery__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
}
.gallery__header {
  text-align: center;
  margin-bottom: 56px;
}
.gallery__h2 {
  font-family: var(--font-head);
  font-weight: var(--head-weight);
  font-size: var(--section-size);
  line-height: 1.05;
  color: #fff;
  letter-spacing: var(--head-tracking);
  margin-top: 8px;
}
.gallery__h2 em {
  font-style: var(--accent-style);
  color: var(--accent);
}
.gallery__sub {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255,255,255,0.65);
  max-width: 560px;
  margin: 20px auto 0;
}
.gallery__hero {
  margin-bottom: 16px;
}
.gallery__hero img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}
.gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.gallery__grid img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}
.gallery__footer {
  text-align: center;
  margin-top: 48px;
}

/* -------------------------- BREAK IMAGE (factory) ---------------- */
.break-image {
  padding: 0;
  margin: 0;
  background: var(--dark);
  position: relative;
}
.break-image img,
.break-image video {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}
/* Bottom fade so the image blends into the dark .built section that follows. */
.break-image::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, var(--dark) 100%);
  pointer-events: none;
}
