/* ============ HERO (split orange / mint) ============ */
/* Design: hero stacks vertically with text above the image carousel */
.hero {
  display: grid !important;
  grid-template-columns: calc( 50vw - 180px) 1fr !important;
  gap: 0 !important;
  align-items: stretch !important;
  min-height: 0 !important;
  height: auto !important;
  width: 100vw !important;
  max-width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  padding: 0 !important;
  transform: none !important;
}

/* Break hero out of all parent containers */
.hero,
.hero::before,
.hero::after {
  box-sizing: border-box !important;
}

/* Ensure hero's parent WPBakery containers don't clip it */
.vc_row .hero,
.vc_column_container .hero,
.vc_column-inner .hero,
.wpb_wrapper .hero {
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  max-width: 100vw !important;
}

.hero > .container,
.hero .hero-inner {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.hero-left {
  background: var(--orange);
  padding: 48px 32px 36px calc(50vw - 580px) !important;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero-title {
  color:#fff;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}

.hero-carousel,
.hero-carousel__viewport,
.hero-carousel__track,
.hero-carousel__slide {
  height: 100%;
}

.hero-carousel {
  position: absolute;
  inset: 0;
  width: 100%;
  min-height: 0;
}

.hero-carousel__track {
  flex-direction: column;
  gap: 0;
}

.hero-carousel__slide {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex: 0 0 100%;
  overflow: hidden;
}

.hero-carousel__slide img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

/* Keep the opening collage label fully visible on desktop widths. */
.hero-carousel__slide:first-child img {
  object-position: left center;
}

.hero-carousel__nav,
.gallery-carousel__nav {
  display: none;
}

.carousel {
  --carousel-gap: 14px;
  --carousel-slides-per-view: 1;
  position: relative;
}

.carousel-viewport {
  overflow: hidden;
}

.carousel-track {
  display: flex;
  gap: var(--carousel-gap);
  transition: transform 0.45s ease;
  will-change: transform;
}

.carousel-slide {
  flex: 0 0
    calc(
      (100% - (var(--carousel-gap) * (var(--carousel-slides-per-view) - 1))) /
        var(--carousel-slides-per-view)
    );
  min-width: 0;
}

.carousel-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-dot {
  border: 0;
  padding: 0;
  cursor: pointer;
  transition:
    transform 0.2s,
    background 0.2s,
    opacity 0.2s;
}
.hero-desc {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.95);
  max-width: 280px;
  margin-bottom: auto;
}
.hero-scroll {
  margin-top: 30px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}
.hero-scroll svg {
  width: 20px;
  height: 28px;
}
.hero-right {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 872 / 464;
  align-self: stretch;
}

.hero-right__sizer {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  visibility: hidden;
  pointer-events: none;
}
/* Bottle display unit (FSDU) - pure CSS rendering */
.fsdu {
  position: relative;
  width: 260px;
  height: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fsdu-topper {
  width: 46px;
  height: 42px;
  background: linear-gradient(180deg, #fff 0%, #e6e6e6 100%);
  border-radius: 4px;
  position: relative;
  margin-bottom: -2px;
  z-index: 3;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.fsdu-topper::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 18px;
  background: #2a2a2e;
  border-radius: 1px;
}
.fsdu-tier {
  width: 200px;
  background: linear-gradient(180deg, #f2f4f0 0%, #e0e4de 100%);
  border-radius: 6px;
  position: relative;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
  padding: 14px 10px 10px;
  margin-bottom: 6px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.fsdu-tier-label {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 7px;
  color: #3a6549;
  font-weight: 700;
  letter-spacing: 0.18em;
}
.bottle-row {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 12px;
}
.gin-bottle {
  width: 18px;
  height: 50px;
  background: linear-gradient(
    180deg,
    #2a2a2e 0%,
    #2a2a2e 12%,
    #3a6549 13%,
    #3a6549 22%,
    #4a7a5c 23%,
    #4a7a5c 90%,
    #2a2a2e 91%,
    #2a2a2e 100%
  );
  border-radius: 6px 6px 2px 2px;
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.gin-bottle::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 2px;
  right: 2px;
  height: 14px;
  background: linear-gradient(180deg, #f2f0e5 0%, #e5e3d5 100%);
  border: 0.5px solid rgba(0, 0, 0, 0.1);
}
.fsdu-base {
  width: 220px;
  height: 110px;
  background:
    repeating-linear-gradient(
      45deg,
      transparent 0px,
      transparent 6px,
      rgba(255, 255, 255, 0.4) 6px,
      rgba(255, 255, 255, 0.4) 7px
    ),
    linear-gradient(180deg, #a8b5a0 0%, #7e9078 100%);
  border-radius: 8px;
  position: relative;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.fsdu-base::before {
  content: "GLENDALOUGH";
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.7);
  font-size: 8px;
  letter-spacing: 0.2em;
  font-weight: 600;
}
.hero-dots {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 5;
}
.hero-dots .carousel-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3a3a3e;
  opacity: 0.4;
}
.hero-dots .carousel-dot.is-active {
  opacity: 1;
  background: #2a2a2e;
  width: 7px;
  height: 7px;
}
/* ============ LOREM IPSUM SECTION ============ */
.lorem-section {
  padding: 70px 0;
  background: #fff;
  width: 100vw !important;
  position: relative;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  max-width: 100vw !important;
}
.lorem-section > .container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.lorem-inner {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: start;
}
.lorem-left h2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-bottom: 18px;
}
.lorem-left p.body {
  font-size: 13px;
  color: #3a3a3e;
  line-height: 1.7;
  margin-bottom: 18px;
}
.lorem-hint {
  font-size: 11px;
  color: #9a9aa0;
  font-style: italic;
}
.gallery {
  display: flex;
  gap: var(--carousel-gap);
  position: relative;
}
.gallery-item {
  aspect-ratio: 1/1.15;
  border: 1px solid #eaebed;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* House 13 display */
.display-house13 {
  width: 80%;
  height: 90%;
  background: linear-gradient(180deg, #5a4a38 0%, #4a3d2d 100%);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
}
.display-house13::before {
  content: "";
  width: 48px;
  height: 48px;
  background: #e5e3d5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c92e2a;
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: -4px;
}
.h13-label {
  color: #c92e2a;
  font-weight: 800;
  font-size: 22px;
  font-family: Georgia, serif;
  margin-top: 20px;
  line-height: 1;
}
.h13-sub {
  color: #fff;
  font-size: 7px;
  letter-spacing: 0.2em;
  margin-top: 2px;
}
.h13-bottle {
  width: 24px;
  height: 50px;
  background: linear-gradient(180deg, #1a1a1a 0%, #2a1a0a 100%);
  border-radius: 4px 4px 1px 1px;
  margin-top: 14px;
  position: relative;
}
.h13-bottle::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 3px;
  right: 3px;
  height: 18px;
  background: #c92e2a;
}
.h13-base {
  width: 90%;
  height: 14px;
  background: #3a2d1f;
  margin-top: auto;
  margin-bottom: 6px;
}
/* Jameson display */
.display-jameson {
  width: 80%;
  height: 90%;
  background: linear-gradient(180deg, #e5dbb8 0%, #d8cda5 100%);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 12px;
}
.j-label {
  color: #1a4a2a;
  font-weight: 800;
  font-size: 16px;
  font-family: Georgia, serif;
  font-style: italic;
}
.j-bottle {
  width: 30px;
  height: 54px;
  background: linear-gradient(180deg, #3a6549 0%, #2a4d33 100%);
  border-radius: 4px 4px 1px 1px;
  margin-top: 12px;
  position: relative;
}
.j-bottle::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 3px;
  right: 3px;
  height: 24px;
  background: #f5c440;
}
.j-shelf {
  width: 90%;
  height: 8px;
  background: #8b5a2b;
  margin-top: 8px;
}
.j-base {
  width: 95%;
  background: linear-gradient(180deg, #1a4a2a 0%, #0f3a1f 100%);
  flex: 1;
  margin-top: 8px;
  position: relative;
  padding-top: 18px;
}
.j-base::before {
  content: "JAMESON";
  color: #f5c440;
  font-size: 7px;
  letter-spacing: 0.15em;
  display: block;
  text-align: center;
  font-weight: 700;
}
/* Save 33% display */
.display-save33 {
  width: 80%;
  height: 90%;
  background: linear-gradient(180deg, #e8e2d6 0%, #ddd5c5 100%);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 8px;
}
.save-badge {
  position: absolute;
  top: 4px;
  right: 6px;
  width: 32px;
  height: 32px;
  background: #d43a3f;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
  flex-direction: column;
  z-index: 2;
}
.save-badge span {
  font-size: 7px;
}
.save-badge b {
  font-size: 10px;
}
.save-image {
  width: 60%;
  height: 50px;
  background: linear-gradient(135deg, #d04a3a 0%, #b83830 100%);
  margin-top: 4px;
}
.save-pack-row {
  display: flex;
  gap: 2px;
  margin-top: 8px;
}
.save-pack {
  width: 14px;
  height: 24px;
  background: #d43a3f;
  border-radius: 1px;
}
.save-base {
  width: 95%;
  height: 38px;
  background: #3a2a1a;
  margin-top: auto;
  position: relative;
}
.save-base::before {
  content: "";
  position: absolute;
  inset: 6px;
  background: repeating-linear-gradient(
    90deg,
    transparent 0,
    transparent 8px,
    rgba(255, 255, 255, 0.15) 8px,
    rgba(255, 255, 255, 0.15) 9px
  );
}
/* Loreal peek */
.display-loreal {
  width: 80%;
  height: 90%;
  background: linear-gradient(180deg, #f0f0f0 0%, #d8d8d8 100%);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 14px;
}
.loreal-face {
  width: 60%;
  height: 32px;
  background: linear-gradient(180deg, #f0e0d0 0%, #e0cdb8 100%);
  border-radius: 2px;
  position: relative;
}
.loreal-face::before,
.loreal-face::after {
  content: "";
  position: absolute;
  top: 10px;
  width: 4px;
  height: 2px;
  background: #2a2a2e;
  border-radius: 2px;
}
.loreal-face::before {
  left: 25%;
}
.loreal-face::after {
  right: 25%;
}
.gallery-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 20px;
}
.gallery-dots .carousel-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d5d6d9;
}
.gallery-dots .carousel-dot.is-active {
  background: #1a1a22;
  width: 6px;
  height: 6px;
}
/* ============ CREAM CONTENT SECTION ============ */
.cream-section {
  background: #FEF9F2;
  padding: 70px 0 80px 40px;
  position: relative;
  width: 100vw !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  max-width: 100vw !important;
}
.cream-section > .container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.cream-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 60px;
  width: 28px;
  height: 120px;
  background: var(--orange);
}
.cream-heading {
  font-family: "Roboto Mono", SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
  color: #1a1a22;
  margin: 0 0 20px;
}
.cream-intro {
  max-width: 1000px;
  margin: 0 0 30px;
  padding-bottom: 34px;
  border-bottom: 3px solid var(--orange);
}
.cream-intro p {
  font-size: 16px;
  line-height: 1.6;
  color: #1a1a22;
  font-weight: 500;
  margin: 0 0 16px;
}
.cream-intro p:last-child {
  margin-bottom: 0;
}
.cream-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.cream-block {
  margin-bottom: 50px;
}
.cream-block:last-child {
  margin-bottom: 0;
}
.cream-block h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.25;
  margin-bottom: 14px;
}
.cream-block.intro {
  margin-bottom: 50px;
}
.cream-block.intro p {
  font-size: 16px;
  line-height: 1.6;
  color: #1a1a22;
  font-weight: 500;
}
.cream-block p {
  font-size: 13px;
  line-height: 1.7;
  color: #3a3a3e;
}
/* ============ TECHNOLOGY / FEATURE ICON GRID ============ */
.tech-grid-section {
  background: #FEF9F2;
  padding: 50px 0 50px;
  position: relative;
  width: 100vw !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  max-width: 100vw !important;
}
.tech-grid-section > .container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.tech-grid-title {
  font-family: "Roboto Mono", SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.294;
  color: #444;
  margin: 0 0 40px;
}
.tech-grid {
  display: grid;
  grid-template-columns: repeat(var(--tech-grid-cols, 3), 1fr);
  gap: 56px 40px;
}
.tech-item {
  display: block;
}
.tech-item-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tech-item-icon img {
  max-width: 56px;
  max-height: 56px;
  width: auto;
  height: auto;
  display: block;
}
.tech-item-title {
  font-family: "Roboto Mono", SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.294;
  color: #444;
  margin: 0 0 14px;
}
.tech-item-text {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  color: #0e0e10;
  margin: 0;
  max-width: 30ch;
}
@media (max-width: 999px) {
  .tech-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .tech-grid-title {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .tech-grid-section {
    padding: 40px 0 40px;
  }
  .tech-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
/* ============ PROCESS STEPS (FROM BRIEF TO DELIVERY) ============ */
.process-steps-section {
  background: #fff;
  padding: 20px 0 40px;
  position: relative;
  width: 100vw !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  max-width: 100vw !important;
}
.process-steps-section > .container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.process-steps-title {
  font-family: "Roboto Mono", SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.294;
  color: #444;
  margin: 0 0 56px;
}
.process-steps {
  display: grid;
  grid-template-columns: repeat(var(--process-steps-cols, 2), 1fr);
  gap: 56px 72px;
}
.process-step {
  display: block;
}
.process-step-num {
  display: block;
  font-family: var(--font-sans, 'Open Sans', sans-serif);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #8a8f9c;
  padding-bottom: 14px;
  margin-bottom: 22px;
  border-bottom: 1px solid #3b4a7a;
}
.process-step-title {
  font-family: "Roboto Mono", SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.294;
  color: #444;
  margin: 0 0 14px;
}
.process-step-text {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  color: #0e0e10;
  margin: 0;
}
.process-steps-footnote {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.55;
  color: #5a5f6b;
  margin: 48px 0 0;
  max-width: 100%;
}

/* Service page: tighten the embedded sustainability band spacing. */
.mcg-servicepage .sus-cert-band {
  min-height: 380px;
  padding: 24px 44px 24px;
  background: linear-gradient(
    to bottom,
    #fff 0,
    #fff 48%,
    #0c9592 48%,
    #0c9592 100%
  );
}

.mcg-servicepage .sus-cert-band h2 {
  top: 36px;
}

.mcg-servicepage .sus-island {
  top: 18px;
}

@media (max-width: 999px) {
  .process-steps-title {
    font-size: 28px;
  }
  .process-steps {
    gap: 48px 48px;
  }
}
@media (max-width: 600px) {
  .process-steps-section {
    padding: 10px 0 60px;
  }
  .process-steps {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
/* ============ OTHER CASE STUDIES ============ */
.other-cases {
  padding: 70px 0 90px;
  background: var(--bg-soft);
  width: 100vw !important;
  position: relative;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  max-width: 100vw !important;
}
.other-cases > .container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.other-cases h2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 30px;
}
.other-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.other-grid .case-card {
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.other-grid .case-card:hover {
  background: #f0f5f9;
  border: 1px solid #f0f5f9;
}
.other-grid .case-img {
  padding: 20px 20px 0;
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.other-grid .case-img-contain {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin: 5px 0;
  display: block;
  width: 100%;
}
.other-grid .case-img-contain::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(150, 101, 170, 0) 0%, #9665aa 100%);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
.other-grid .case-img-contain::before {
  content: "";
  position: absolute;
  right: 28px;
  bottom: 12px;
  width: 54px;
  height: 34px;
  background: url("../svg/arrow-right-white.svg") center center/contain no-repeat;
  opacity: 0;
  z-index: 2;
  transform: translateY(6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}
.other-grid .case-card .case-img img {
  aspect-ratio: 16/11;
  display: block;
  width: 100%;
  object-fit: cover;
}
.other-grid .case-card:hover .case-img-contain::after,
.other-grid .case-card:hover .case-img-contain::before {
  opacity: 1;
}
.other-grid .case-card:hover .case-img-contain::before {
  transform: translateY(0);
}
.other-grid .case-content {
  padding: 24px 20px 28px;
}
.other-grid .case-content h4 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.005em;
  line-height: 1.25;
  margin-bottom: 12px;
}
.other-grid .case-content .client-line {
  font-size: 14px;
  color: #5a5a60;
  margin-bottom: 14px;
}
.other-grid .case-content .tag-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  gap: 5px;
}
.other-grid .case-content .tag {
  border: 1px solid #dcdde0;
  background: transparent;
  border-radius: 999px;
  color: #3a3a3e;
  font-weight: 500;
  padding: 3px 9px;
  font-size: 10px;
}
.other-grid .case-content .tag:hover {
  background: var(--purple);
  border: 1px solid #dcdde0;
  color: #fff;
}
@media (max-width: 999px) {
  .other-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
  }
}
@media (max-width: 600px) {
  .other-cases {
    padding: 56px 0 60px;
  }
  .other-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
/* ============ DOWNLOADS ============ */
.downloads-section {
  padding: 70px 0 90px;
  background: var(--bg-soft);
  position: relative;
  width: 100vw !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  max-width: 100vw !important;
}
.downloads-section > .container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.downloads-section h2 {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 18px;
}
.downloads-section .downloads-sub {
  font-size: 15px;
  color: #3a3a3e;
  margin-bottom: 34px;
}
.downloads-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.downloads-grid .download-card {
  background: transparent;
  border: 1px solid #c9cdd2;
  border-radius: 10px;
  padding: 26px 26px 28px;
  display: flex;
  flex-direction: column;
}
.downloads-grid .download-card-body {
  flex: 1 1 auto;
}
.downloads-grid .download-card h4 {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.005em;
  line-height: 1.25;
  margin: 0 0 14px;
}
.downloads-grid .download-card p {
  font-size: 15px;
  line-height: 1.5;
  color: #3a3a3e;
  margin: 0 0 22px;
}
.downloads-grid .download-btn {
  display: inline-block;
  align-self: flex-start;
  background: var(--purple);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  padding: 13px 18px;
  border-radius: 6px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.downloads-grid .download-btn:hover {
  opacity: 0.88;
  color: #fff;
}
@media (max-width: 999px) {
  .downloads-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .downloads-section h2 {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .downloads-section {
    padding: 56px 0 60px;
  }
  .downloads-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
/* ============ FAQS ============ */
.faq-section {
  padding: 80px 0 90px;
  background: #fff;
  width: 100vw !important;
  position: relative;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  max-width: 100vw !important;
}
.faq-section > .container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.faq-inner {
  max-width: 760px;
  margin: 0 auto;
}
.faq-section h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 30px;
}
.faq-list {
  display: flex;
  flex-direction: column;
}
.faq-item {
  border-bottom: 1px solid #e5e7ea;
  padding: 18px 4px;
}
.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}
.faq-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  flex-shrink: 0;
  background-image: url("../svg/faq-chevron-orange.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: opacity 0.25s;
}

.faq-item.open .faq-icon {
  background-image: url("../svg/faq-close-orange.svg");
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.3s ease,
    padding 0.3s ease;
}
.faq-item.open .faq-a {
  max-height: 200px;
  padding-top: 14px;
}
.faq-a p {
  font-size: 13px;
  line-height: 1.7;
  color: #3a3a3e;
}
/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .hero {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }
  .hero-right {
    aspect-ratio: auto;
    height: 320px;
  }
  .lorem-inner {
    grid-template-columns: 1fr;
  }
  .cream-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 28px;
  }
  /* hero-dots: switch to horizontal bottom-centre on mobile */
  .hero-dots {
    flex-direction: row;
    top: auto;
    right: 50%;
    bottom: 12px;
    transform: translateX(50%);
    gap: 6px;
  }
  .hero-dots .carousel-dot {
    width: 7px;
    height: 7px;
  }
  .hero-dots .carousel-dot.is-active {
    width: 9px;
    height: 9px;
  }
  .faq-section h2 {
    font-size: 26px;
  }
}

/* ============ FULL-WIDTH BACKGROUND SECTIONS (like .values on about-us) ============ */
/* These classes are added by JS based on heading text content.
   Technique mirrors .values: width 100vw + negative margin to break out of container. */
.mcg-bg-section {
  background: #eef3f5 !important;
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  max-width: 100vw !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mcg-bg-section > .container,
.mcg-bg-section > .wpb_column > .wpb_wrapper {
  max-width: 1240px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.mcg-bg-section-heading {
  padding-top: 60px !important;
  padding-bottom: 0 !important;
  background: #eef3f5 !important;
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  max-width: 100vw !important;
}
.mcg-bg-section-heading > .container,
.mcg-bg-section-heading > .wpb_column > .wpb_wrapper {
  max-width: 1240px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
}
.mcg-bg-section-heading h2 {
  font-size: 28px !important;
  font-weight: 800 !important;
  margin-bottom: 40px !important;
  color: #1a1a2e !important;
  letter-spacing: -0.01em !important;
  line-height: 1.25 !important;
  max-width: 1240px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
  text-align: left !important;
}
.mcg-bg-section-end {
  padding-bottom: 60px !important;
  background: #eef3f5 !important;
  width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  max-width: 100vw !important;
}

/* ============ SERVICE: COMMERCIAL PRINT ============ */
.mcg-servicepage .cp-hero-section {
  width: 100vw;
  max-width: 100vw;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #151518;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.mcg-servicepage .cp-hero-section * {
  box-sizing: border-box;
}

.mcg-servicepage .cp-hero {
  display: grid;
  grid-template-columns: 35.4% 31.5% 33.1%;
  gap: 8px;
  width: 100%;
  height: 472px;
  min-height: 472px;
  max-height: 472px;
  background: #fff;
  overflow: hidden;
}

.mcg-servicepage .cp-hero__intro {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 472px;
  min-height: 472px;
  padding: 58px 56px 44px;
  background: #4964ed;
  color: #fff;
  overflow: hidden;
}

.mcg-servicepage .cp-hero__intro::after {
  content: "";
  position: absolute;
  left: 7%;
  right: 12%;
  bottom: 25%;
  height: 84px;
  background: rgba(255, 255, 255, 0.035);
  border-radius: 0 0 34px 34px;
}

.mcg-servicepage .cp-hero h1 {
  position: relative;
  z-index: 1;
  max-width: none;
  margin: 0 0 23px;
  font-family: var(--font-mono, "Roboto Mono", monospace);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.035em;
  color: #fff;
}

.mcg-servicepage .cp-hero__intro p {
  position: relative;
  z-index: 1;
  max-width: 335px;
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #fff;
}

.mcg-servicepage .cp-hero__arrow {
  position: absolute;
  z-index: 2;
  left: 56px;
  bottom: 31px;
  font-size: 42px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  text-decoration: none;
}

.mcg-servicepage .cp-tile {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: #ececec;
}

.mcg-servicepage .cp-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mcg-servicepage .cp-tile figcaption,
.mcg-servicepage .cp-card__label {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  padding: 5px 9px;
  background: #111;
  color: #fff;
  font-family: var(--font-mono, "Roboto Mono", monospace);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.mcg-servicepage .cp-tile--large {
  height: 472px;
  min-height: 472px;
}

.mcg-servicepage .cp-hero__stack {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 28px;
  height: 472px;
  min-height: 472px;
}

.mcg-servicepage .cp-overview {
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 38px;
  max-width: 1296px;
  margin: 0 auto;
  padding: 76px 48px 92px;
}

.mcg-servicepage .cp-overview h2 {
  margin: 0;
  font-family: var(--font-mono, "Roboto Mono", monospace);
  font-size: clamp(27px, 2.3vw, 36px);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.mcg-servicepage .cp-overview__intro p {
  margin: 26px 0 0;
  font-size: 14px;
  line-height: 1.65;
  color: #353539;
}

.mcg-servicepage .cp-overview__intro .cp-overview__note {
  margin-top: 18px;
  font-size: 12px;
  font-weight: 600;
}

.mcg-servicepage .cp-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.mcg-servicepage .cp-card {
  position: relative;
  min-width: 0;
  background: #f1f1f1;
}

.mcg-servicepage .cp-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

/* Commercial print coverage */
.mcg-servicepage .cp-coverage {
  padding: 76px 0 82px;
  background: #fdf8ef;
}

.mcg-servicepage .cp-coverage::before {
  top: 28px;
  width: 8px;
  height: 24px;
  background: #f6a33d;
}

.mcg-servicepage .cp-coverage .cream-heading {
  margin-bottom: 20px;
  font-size: 28px;
  color: #17171a;
}

.mcg-servicepage .cp-coverage .cream-intro {
  max-width: none;
  margin-bottom: 38px;
  padding-bottom: 30px;
  border-bottom: 2px solid #ed9b3d;
}

.mcg-servicepage .cp-coverage .cream-intro p {
  max-width: 1080px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
}

.mcg-servicepage .cp-coverage .cream-grid {
  gap: 16px 78px;
}

.mcg-servicepage .cp-coverage .cream-block {
  margin-bottom: 34px;
}

.mcg-servicepage .cp-coverage .cream-block h3 {
  margin-bottom: 10px;
  font-family: var(--font-mono, "Roboto Mono", monospace);
  font-size: 18px;
}

.mcg-servicepage .cp-coverage .cream-block p {
  font-size: 13px;
  line-height: 1.6;
}

/* Commercial print benefit bands */
.mcg-servicepage .cp-benefits {
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 72px 0 78px;
  background: #eef4f6;
}

.mcg-servicepage .cp-benefits > .container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.mcg-servicepage .cp-benefits__group h2 {
  margin: 0 0 38px;
  font-family: var(--font-mono, "Roboto Mono", monospace);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.mcg-servicepage .cp-benefits__group--uses {
  margin-top: 70px;
}

.mcg-servicepage .cp-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 36px;
}

.mcg-servicepage .cp-benefit__heading {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
}

.mcg-servicepage .cp-benefit__icon {
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  color: #9b58af;
}

.mcg-servicepage .cp-benefit__icon--green {
  color: #25b47c;
}

.mcg-servicepage .cp-benefit__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mcg-servicepage .cp-benefit h3 {
  margin: 1px 0 0;
  font-family: var(--font-mono, "Roboto Mono", monospace);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.mcg-servicepage .cp-benefit p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #353539;
}

/* Commercial print reused sections */
.mcg-servicepage .cp-technology {
  padding: 66px 0 72px;
  background: #fdf8ef;
}

.mcg-servicepage .cp-technology .tech-item-icon {
  display: none;
}

.mcg-servicepage .cp-technology .tech-grid {
  gap: 50px 72px;
}

.mcg-servicepage .cp-process {
  padding: 64px 0 70px;
}

.mcg-servicepage .cp-process .process-steps-title {
  margin-bottom: 46px;
}

.mcg-servicepage .cp-sustainability .sus-cert-band {
  margin-bottom: 0;
}

.mcg-servicepage .cp-case-studies {
  padding-top: 68px;
  padding-bottom: 72px;
  background: #eef4f6;
}

.mcg-servicepage .cp-related-articles {
  padding-top: 68px;
  padding-bottom: 72px;
  background: #fdf8ef;
}

.mcg-servicepage .cp-case-studies h2,
.mcg-servicepage .cp-related-articles h2 {
  font-family: var(--font-mono, "Roboto Mono", monospace);
  font-size: 22px;
}

.mcg-servicepage .cp-case-studies .case-card,
.mcg-servicepage .cp-related-articles .case-card {
  border-radius: 4px;
}

.mcg-servicepage .downloads-section {
  padding-top: 68px;
  padding-bottom: 76px;
  background: #e9f0f3;
}

.mcg-servicepage .downloads-section h2 {
  font-family: var(--font-mono, "Roboto Mono", monospace);
  font-size: 25px;
}

.mcg-servicepage .downloads-grid {
  gap: 26px;
}

.mcg-servicepage .downloads-grid .download-card {
  border-radius: 3px;
  border-color: #cfd9de;
}

.mcg-servicepage .downloads-grid .download-btn {
  background: #9b58af;
  border-radius: 2px;
  font-size: 11px;
}

.mcg-servicepage .cp-faq {
  padding-top: 76px;
  padding-bottom: 84px;
}

.mcg-servicepage .cp-faq .faq-inner {
  max-width: 820px;
}

@media (max-width: 900px) {
  .mcg-servicepage .cp-hero {
    grid-template-columns: 1fr 1fr;
    height: auto;
    max-height: none;
  }

  .mcg-servicepage .cp-hero__intro {
    grid-column: 1 / -1;
    min-height: 440px;
    padding: 60px 8%;
  }

  .mcg-servicepage .cp-tile--large {
    min-height: 420px;
  }

  .mcg-servicepage .cp-hero__stack {
    min-height: 420px;
    gap: 8px;
  }

  .mcg-servicepage .cp-overview {
    grid-template-columns: 1fr;
    padding: 58px 28px 72px;
  }

  .mcg-servicepage .cp-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .mcg-servicepage .cp-hero {
    display: block;
  }

  .mcg-servicepage .cp-hero__intro {
    min-height: 430px;
  }

  .mcg-servicepage .cp-hero h1 {
    font-size: 36px;
  }

  .mcg-servicepage .cp-tile--large {
    min-height: 390px;
    margin-top: 8px;
  }

  .mcg-servicepage .cp-hero__stack {
    min-height: auto;
    margin-top: 8px;
  }

  .mcg-servicepage .cp-hero__stack .cp-tile {
    min-height: 205px;
  }

  .mcg-servicepage .cp-card-grid {
    grid-template-columns: 1fr;
  }

  .mcg-servicepage .cp-coverage {
    padding: 58px 0 62px;
  }

  .mcg-servicepage .cp-benefits {
    padding: 58px 0 62px;
  }

  .mcg-servicepage .cp-benefits__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .mcg-servicepage .cp-benefits__group--uses {
    margin-top: 56px;
  }

  .mcg-servicepage .cp-benefits__group h2 {
    font-size: 22px;
  }
}
