/* ============ Reset / Base ============ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}


body {
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.55;
  color: #0E0E10;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
}

/* G-3 / F-10: email & phone links must use the surrounding text colour,
   never the browser/theme default blue. */
a[href^="tel"],
a[href^="mailto"],
.contact-bar a[href^="tel"],
.contact-bar a[href^="mailto"],
.footer a[href^="tel"],
.footer a[href^="mailto"] {
  color: inherit;
}

button {
  font-family: inherit;
  border: none;
  cursor: pointer;
  background: none;
}

img {
  max-width: 100%;
  display: block;
}
footer {
  max-width: 1200px;
  margin: 0 auto;
}

section {
  max-width: none;
  margin: 0;
}

.center_section{
	max-width:1240px;
	margin-left:auto !important;
	margin-right:auto !important
}

:root {
  --purple: #9665AA;
  --purple-dark: #000;
  --purple-deep: #7B5BB8;
  --ink: #0E0E10;
  --muted: #6B6B72;
  --bg-soft: #E8EEF1;
  --bg-very-soft: #F1F4F6;
  --border: #E5E7EA;
  --teal: #3FB39A;
  --orange: #F4A24A;
  --red: #E5524A;
  --print-grad: linear-gradient(180deg, #fff 0%, #98DCD3 100%);
  --pack-grad: linear-gradient(180deg, #fff 0%, #F6CAB4 100%);
  --camp-grad: linear-gradient(180deg, #fff 0%, #E9B2B7 100%);
  --font-sans: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono: 'Roboto Mono', 'SFMono-Regular', Consolas, 'Liberation Mono', monospace;
}

h1,
h2,
h3,
h4,
h5,
h6,
.logo,
.nav a,
.btn-quote,
.hero-cta,
.btn-discuss,
.embellish-quote,
.btn-tour,
.service-link,
.product-link,
.group-link,
.read-more,
.eyebrow,
.footer-col h6,
.footer-sub h6,
.contact-item h6 {
  font-family: var(--font-mono);
}

.mcg-preserve-breaks {
  white-space: pre-line;
}

/* Reset parent theme constraints on main content area */
/*.mcg-page-shell#primary,
body.mcg-page-shell #primary,
#primary.mcg-page-shell,
.mcg-servicepage#primary,
.mcg-page-shell {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
  box-sizing: border-box;
}*/

/* Ensure body/html don't clip full-bleed sections */
html, body {
  overflow-x: visible !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Target Salient theme specific wrappers */
#main,
#page-header,
.container-wrap,
#page-header-bg,
#main > .container,
#main > .container-wrap,
.page-header-container,
#page-header-wrap {
  overflow: visible !important;
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Force WPBakery rows to not constrain full-bleed children */
.vc_row[data-vc-full-width],
.vc_row[data-vc-stretch-content],
.vc_row-full-width,
.vc_row[data-vc-full-width="true"] {
  overflow: visible !important;
  max-width: none !important;
  width: 100vw !important;
  padding: 0 !important;
  margin: 0 !important;
}

main .container {
  max-width: 1240px !important;
  margin: 0 auto !important;
  padding: 0 32px !important
}
/*
.mcg-page-shell > .vc_row,
.mcg-page-shell .mcg-vc-shell {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: none !important;
  width: 100% !important;
}*/

.mcg-page-shell .mcg-vc-shell .vc_column_container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mcg-page-shell .mcg-vc-shell .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mcg-page-shell .mcg-vc-shell .wpb_wrapper {
  display: block;
}

/* Allow full-bleed sections to escape WPBakery containers */
/*.mcg-page-shell .mcg-vc-shell,
.mcg-page-shell .mcg-vc-shell .vc_column_container,
.mcg-page-shell .mcg-vc-shell .vc_column-inner,
.mcg-page-shell .mcg-vc-shell .wpb_wrapper,
.mcg-page-shell .mcg-vc-shell .wpb_column,
.mcg-page-shell .mcg-vc-shell .col,
.mcg-page-shell .mcg-vc-shell .span_12,
.mcg-page-shell > .vc_row,
.mcg-page-shell > .vc_row .vc_column_container,
.mcg-page-shell > .vc_row .vc_column-inner,
.mcg-page-shell > .vc_row .wpb_wrapper,
.mcg-page-shell > .vc_row .wpb_column,
.mcg-page-shell > .vc_row .col,
.mcg-page-shell > .vc_row .span_12,
.mcg-page-shell > .vc_row_inner,
.mcg-page-shell > .vc_row_inner .vc_column_container,
.mcg-page-shell > .vc_row_inner .vc_column-inner,
.mcg-page-shell > .vc_row_inner .wpb_wrapper,
.mcg-page-shell > .vc_row_inner .wpb_column,
.mcg-page-shell > .vc_row_inner .col,
.mcg-page-shell > .vc_row_inner .span_12 {
  overflow: visible !important;
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mcg-page-shell .vc_row_inner,
.mcg-page-shell .wpb_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Remove default WPBakery row bottom margin so stacked full-bleed
   modules sit flush against each other (no white gap between sections). */
.mcg-page-shell > .wpb_row.vc_row,
.mcg-servicepage > .wpb_row.vc_row {
  margin-bottom: 0 !important;
}

.mcg-page-shell .main-content,
.mcg-page-shell .post-area,
.mcg-page-shell .row,
.mcg-page-shell #ajax-content-wrap,
.mcg-page-shell .container-wrap
{
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
*/
/* Full-bleed section centering utility */
.mcg-full-bleed {
  width: 100vw !important;
  position: relative;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  max-width: 100vw !important;
  padding: 0 !important;
}
.mcg-full-bleed > .container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

/* Force all known full-bleed sections to span viewport */
.hero,
.brands,
.section,
.smart-section,
.one-group,
.embellish-wrap,
.lets-talk,
.contact-form-section,
.maps-section,
.hero-who,
.who-stats,
.history,
.journey,
.leadership,
.loc-mission,
.sus-cert,
.materials,
.policies,
.values,
.staff,
.packaging-hero-1,
.packaging-hero-2,
.packaging-process,
.packaging-mockup,
.packaging-pioneering,
.packaging-sustain,
.packaging-partner-faq,
/* campaign page sections */
.hero-split,
.hero-split-2,
.process,
.mockup-section,
.pioneering,
.sustain,
.partner-faq,
.search-hero,
.search-results,
.search-workshop,
.insights-hero,
.insights-article-body,
.insights-other-cases,
.case-studies-hero-black,
.case-studies-featured,
.case-studies-featured-blue,
.case-studies-filtered,
.case-studies-featured-3,
.case-studies-load-more-wrap,
.case-detail-hero,
.case-detail-thumbs,
.case-detail-two-col,
.case-detail-stats,
.case-detail-results,
.case-detail-cta-center,
.case-detail-feature-image,
.case-detail-other-cases,
.lorem-section,
.cream-section,
.faq-section,
.footer,
.workshop,
.contact-bar {
  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-left: 0 !important;
  padding-right: 0 !important;
}

/* Center the inner .container of full-bleed sections back to the 1240px grid.
   Salient's parent theme forces .container to other widths/paddings, which
   left the section content off-grid; this restores alignment with the header
   logo and hero title. */
.hero > .container,
.brands > .container,
.section > .container,
.smart-section > .container,
.one-group > .container,
/* service (fsdu) page sections */
.lorem-section > .container,
.cream-section > .container,
.faq-section > .container,
/* about page sections */
.who-stats > .container,
.history > .container,
.journey > .container,
.leadership > .container,
.loc-mission > .container,
.sus-cert > .container,
.materials > .container,
.policies > .container,
.values > .container,
.staff > .container,
/* insights page sections */
.insights-article-body > .container,
.insights-other-cases > .container,
/* packaging page sections */
.packaging-process > .container,
.packaging-mockup > .container,
.packaging-pioneering > .container,
.packaging-sustain > .container,
.packaging-partner-faq > .container,
/* campaign page section containers */
.hero-split > .hero-inner,
.hero-split-2 > .hero-inner,
.process > .container,
.mockup-section > .container,
.pioneering > .container,
.sustain > .container,
.partner-faq > .container {
  max-width: 1240px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
  box-sizing: border-box !important;
}

/* Alternative full-bleed technique for sections that need it */
.mcg-full-bleed-alt {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Remove the trailing WPBakery gap before footer workshop on About page. */
main.mcg-aboutpage > .wpb_row:last-child,
main.mcg-aboutpage > .wpb_content_element:last-child,
main.mcg-aboutpage .wpb_wrapper > .wpb_row:last-child,
main.mcg-aboutpage .wpb_wrapper > .wpb_content_element:last-child {
  margin-bottom: 0 !important;
}

.btn-purple-hover:hover {
  background: var(--purple-dark);
  color: #fff;
}

/* ============ HEADER ============ */
.header {
  height: 72px;
  background: #fff;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
}

/* Keep first section visible after making the header fixed. */
main.mcg-page-shell {
  padding-top: 72px;
}

/* Prevent horizontal scroll caused by 100vw full-bleed sections. */
main.mcg-campaign-page {
  overflow-x: clip;
}

.header-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

/* Override Salient parent-theme .container (max-width:880px) so the header
   inner container matches the 1240px content grid used by all sections,
   keeping the logo left edge aligned with section content + hero title. */
.header .container.header-inner {
  max-width: 1240px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
  box-sizing: border-box !important;
  /* Pin the logo to the left content edge (aligned with hero title and all
     section content). space-between pushed the logo inward, breaking the
     alignment, so use flex-start and push the nav group to the right. */
  justify-content: flex-start !important;
}

.header .container.header-inner > .nav {
  margin-left: auto !important;
}

.logo {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -.01em;
  color:black
}

.logo-mark {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 14px;
  font-weight: 800;
  position: relative;
}

.logo-mark svg {
  width: 32px;
  height: 32px;
}

.footer .logo-mark {
  color: #fff;
}

.header .logo-mark,
.footer .logo-mark {
  width: 40px;
  height: 40px;
}

.header .logo-mark svg,
.footer .logo-mark svg {
  width: 36px;
  height: 36px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 36px;
  min-height: 72px;
}

.nav-item {
  display: flex;
  align-items: center;
  min-height: 72px;
}

.nav-item--mega {
  position: static;
}

.nav-item--mega::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: min(1240px, calc(100vw - 64px));
  height: 40px;
  background: transparent;
}

.nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #1A1A22;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: color .2s;
}

.nav-link:hover,
.nav-item:hover > .nav-link,
.nav-item:focus-within > .nav-link {
  color: var(--purple)
}

.nav-link .caret {
  font-size: 10px;
  opacity: .6
}

.mega-panel {
  position: absolute;
  top: calc(100% - 5px);
  left: 50%;
  width: min(1240px, calc(100vw - 64px));
  transform: translateX(-50%) translateY(10px);
  background: rgba(255, 255, 255, .98);
  border: 1px solid rgba(157, 120, 208, .14);
  /* F-3: design shows a square (non-rounded) mega panel. */
  border-radius: 0;
  box-shadow: 0 24px 60px rgba(20, 16, 30, .12);
  padding: 34px 36px;
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 80px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
  z-index: 120;
}

/* F-3: thin rainbow accent strip along the bottom edge of the mega panel.
   NOTE (待设计确认 A-13): exact colours/stops are estimated from brand palette. */
.mega-panel::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, #E5524A 0%, #F4A24A 25%, #3FB39A 50%, #4A8FE5 72%, #9665AA 100%);
}

.mega-panel::before {
  content: '';
  position: absolute;
  left: -120px;
  right: -120px;
  bottom: 100%;
  height: 32px;
  background: transparent;
}

.nav-item--mega:hover .mega-panel,
.nav-item--mega:focus-within .mega-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.mega-panel__media {
  display: flex;
  /* F-3: design left-aligns the product image within its column (was 50px). */
  padding-left: 0;
}

.mega-media-card {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .04);
  overflow: hidden;
  background: #f4f1f8;
  /* F-3: design uses a small image radius (~8px), not the large rounding. */
  border-radius: 8px;
}

.mega-media-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.mega-panel__content--what-we-do {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 24px;
  align-content: start;
}

.mega-link {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  color: #1A1A22;
  position: relative;
}

.mega-link strong,
.mega-card strong {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -.02em;
}

.mega-link span,
.mega-card span {
  font-size: 12px;
  line-height: 1.45;
  color: #45454d;
}

.mega-link:hover {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  box-shadow: 0 18px 42px rgba(20, 16, 30, .14);
  border-radius: 8px;
}

.mega-link::after,
.mega-card::after {
  content: '→';
  position: absolute;
  right: 16px;
  bottom: 12px;
  color: var(--purple);
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  opacity: 0;
  transition: opacity .18s ease;
}

.mega-link:hover::after,
.mega-card:hover::after {
  opacity: 1;
}

.mega-link__arrow {
  display: none;
}

.mega-panel__content--our-group {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-content: start;
}

.mega-card {
  min-height: 244px;
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: #1A1A22;
  position: relative;
  border-radius: 6px;
}

.mega-card:hover {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  box-shadow: 0 18px 42px rgba(20, 16, 30, .14);
}

.mega-card__icon {
  width: 82px;
  height: 82px;
  border-radius: 24px;
  background: #fff6de;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.mega-card__icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
}

.search-flyout {
  position: relative;
}

.search-flyout::after {
  content: '';
  position: absolute;
  top: 100%;
  right: -44px;
  width: 380px;
  height: 120px;
  background: transparent;
  z-index: 119;
}

.search-panel {
  position: absolute;
  top: calc(100% + 30px);
  right: -30px;
  width: 320px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .18s ease, transform .18s ease, visibility 0s linear .18s;
  z-index: 120;
}

.search-flyout:hover .search-panel,
.search-flyout:focus-within .search-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s;
}

.search-flyout:hover .search-btn,
.search-flyout:focus-within .search-btn {
  background: var(--purple);
  color: #fff;
  border-color: var(--purple);
}

.search-panel__form {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 3px;
  background: #fff;
  border-radius: 999px;
}

.search-panel__input {
  flex: 1;
  min-width: 0;
  height: 34px;
  border-radius: 999px;
  border: 0 !important;
  padding: 0 0 0 12px;
  font-size: 13px;
  color: #1A1A22;
  background: transparent !important;
  box-shadow: none !important;
  appearance: none;
  -webkit-appearance: none;
  outline: 0;
}

.search-panel__input::placeholder {
  color: #676772;
}

.search-panel__submit {
  width: 34px;
  height: 34px;
  padding: 0;
  border-radius: 50% !important;
  border: 0 !important;
  background: var(--purple) !important;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none !important;
}

.search-panel__submit svg {
  width: 10px;
  height: 10px;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left:30px;
}

.search-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  /* F-2: design shows a solid black circle + white icon (no visible ring). */
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color:white;
  transition: background .2s, color .2s, border-color .2s;
}

.btn-quote {
  background: var(--purple);
  color: #fff;
  padding: 6px 22px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  transition: background .2s, transform .15s;
}

.btn-quote:hover {
  transform: translateY(-1px)
}

/* ============ EXPLORE WORKSHOP ============ */
.workshop {
  background: linear-gradient(110deg, #9D6FAF 0%, #43B8AD 100%);
  padding: 70px 0;
  color: #fff;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.workshop-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.workshop h2 {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -.01em;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
  color:white
}

.workshop>div>p {
  font-size: 14px;
  color: rgba(255, 255, 255, .85);
  line-height: 1.65;
  margin-bottom: 24px;
  max-width: 430px;
}

.btn-tour {
  background: #fff;
  color: #1A1A22;
  padding: 6px 22px;
  border-radius: 36px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 30px;
  min-width: 200px;
  justify-content: space-between;
  transition: transform .15s;
  margin: 50px auto 0;
  width: 80%;
}

.btn-tour:hover {
  transform: translateY(-1px);
  background: #1a1a22;
  color: white
}

.mcg-image-zoom-open {
  overflow: hidden;
}

.mcg-image-zoom-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}

.mcg-image-zoom-modal.is-open {
  display: block;
}

.mcg-image-zoom-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 14, 16, 0.82);
}

.mcg-image-zoom-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(92vw, 1200px);
  max-height: calc(100vh - 48px);
  margin: 24px auto;
  padding: 16px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32);
}

.mcg-image-zoom-modal__img {
  width: 100%;
  max-height: calc(100vh - 120px);
  object-fit: contain;
}

.mcg-image-zoom-modal__alt {
  margin-top: 12px;
  color: #3a3a3e;
  font-size: 13px;
  line-height: 1.5;
}

.mcg-image-zoom-modal__close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(14, 14, 16, 0.82);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mcg-image-zoom-modal__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(14, 14, 16, 0.78);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mcg-image-zoom-modal__nav-icon {
  width: 24px;
  height: 24px;
  display: block;
  background-image: url("../svg/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.mcg-image-zoom-modal__nav[hidden] {
  display: none;
}

.mcg-image-zoom-modal__nav--prev {
  left: 10px;
}

.mcg-image-zoom-modal__nav--prev .mcg-image-zoom-modal__nav-icon {
  transform: rotate(180deg);
}

.mcg-image-zoom-modal__nav--next {
  right: 10px;
}


.workshop-cards {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.ws-card {
  background: rgba(255, 255, 255, .18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.ws-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.ws-text h5 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 2px;
  color:white;
}

.ws-text p {
  font-size: 12px;
  color: rgba(255, 255, 255, .85);
  line-height: 1.4
}

/* ============ CONTACT BAR ============ */
.contact-bar {
  background: #fff;
  padding: 30px 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.contact-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--purple);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-item a{
  color:#5A5A60
}

.contact-icon svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.contact-item h6 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 2px;
}

.contact-item p {
  font-size: 12px;
  color: #5A5A60;
  line-height: 1.45
}

/* F-11: thin divider between the Dublin and Belfast addresses (per design). */
.contact-address-divider {
  display: block;
  width: 48px;
  height: 1px;
  background: #D9D9DE;
  margin: 8px 0;
}

/* ============ FOOTER ============ */
.footer {
  /* F-11: deeper, more saturated brand purple per the design comp.
     NOTE (待确认): estimated from the comp — swap for the exact brand hex if available. */
  background: #7C4DA1;
  color: #fff;
  padding: 42px 0 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.footer .container {
  min-height: 460px;
  display: flex;
  flex-direction: column;
}

.footer-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 44px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 800;
  font-size: 18px;
  color: #fff;
}



.footer-line {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, .3);
}

.footer-grid {
  display: grid !important;
  grid-template-columns: 2fr 1fr 1fr 1fr 1.5fr !important;
  gap: 44px;
  margin-bottom: 24px;
}

.footer-about p {
  font-size: 13px;
  color: rgba(255, 255, 255, .85);
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 320px;
}

.social-row {
  display: flex;
  gap: 24px
}

.social {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .2s, background .2s;
  color: #9665AA;
  font-size: 18px;
  font-weight: 700;
}

.social:hover {
  background: #f4eefe;
  transform: translateY(-1px);
}

.social img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.footer-col h6 {
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, .92);
  margin-bottom: 14px;
  letter-spacing: .03em;
  text-transform: lowercase;
  text-align: left;
}

.footer-col ul,
.footer-col .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.footer-col li {
  margin-bottom: 4px;
  list-style: none;
}

.footer-col a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 1.5;
  transition: opacity .2s;
  text-align: left;
}

.footer-col a:hover {
  opacity: .75
}

.footer-sub h6 {
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, .92);
  margin-bottom: 8px;
  text-transform: lowercase;
}

.footer-sub p {
  font-size: 12px;
  color: rgba(255, 255, 255, .85);
  line-height: 1.45;
  margin-bottom: 12px;
}

/* F-11: subscribe box is a plain white rectangle input, matching the design comp. */
.footer-sub input,
.sub-input {
  background: #fff;
  border: none;
  width: 100%;
  max-width: 280px;
  height: 40px;
  border-radius: 0;
  padding: 0 14px;
  font-family: inherit;
  font-size: 12px;
  color: #1A1A22;
  outline: none;
}

.footer-sub input::placeholder,
.sub-input::placeholder {
  color: #8A8A90;
}

.footer-bottom {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 14px;
  border-top: 1px solid rgba(255, 255, 255, .18);
  font-size: 11px;
  color: rgba(255, 255, 255, .8);
}

.footer-bottom-right {
  display: flex;
  gap: 24px
}

.footer-bottom-right a {
  color: rgba(255, 255, 255, .8);
  font-size: 11px;
}

@media (max-width: 1024px) {
  .workshop-inner {
    grid-template-columns: 1fr
  }

  .footer .container {
    min-height: auto;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  .contact-grid {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width:768px) {
  .nav {
    display: none
  }

  .search-panel,
  .mega-panel {
    display: none;
  }

  .workshop h2 {
    font-size: 36px
  }

  .footer-grid,
  .contact-grid {
    grid-template-columns: 1fr !important;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.carousel-nav{
  display: none !important;
}