.main-content {
  background: #fbf8f2;
}

.about-hero--boxed {
  height: 520px;
  min-height: 520px;
  margin: 0;
  border-top: 0;
  border-bottom: 0;

}

.about-slide {
  background-size: cover;
  background-position: center;
}

.about-slide--1 {
  background:
    linear-gradient(90deg, rgba(255,252,246,0.96) 0%, rgba(255,252,246,0.88) 48%, rgba(255,252,246,0.68) 100%),
    url('https://images.unsplash.com/photo-1517048676732-d65bc937f952?auto=format&fit=crop&w=1400&q=80');
}

.about-slide--2 {
  background:
    linear-gradient(90deg, rgba(255,252,246,0.96) 0%, rgba(255,252,246,0.88) 46%, rgba(255,252,246,0.68) 100%),
    url('https://images.unsplash.com/photo-1455390582262-044cdead277a?auto=format&fit=crop&w=1400&q=80');
}

.about-slide--3 {
  background:
    linear-gradient(90deg, rgba(255,252,246,0.96) 0%, rgba(255,252,246,0.88) 44%, rgba(255,252,246,0.68) 100%),
    url('https://images.unsplash.com/photo-1514996937319-344454492b37?auto=format&fit=crop&w=1400&q=80');
}

.about-hero__overlay {
  background:
    linear-gradient(90deg, rgba(255,252,246,0.18) 0%, rgba(255,252,246,0.02) 52%, rgba(37,24,14,0.12) 100%);
}

.about-hero__content {
  align-items: flex-start;
  text-align: left;
  max-width: 560px;
  margin-left: 8%;
  padding: 0 32px 0 0;
  text-shadow: none;
}

.about-hero__title {
  color: #744c2f;
  text-shadow: none;
  font-size: clamp(36px, 4.2vw, 60px);
}

.about-hero__desc {
  color: #7d6855;
  font-size: 15px;
  line-height: 1.9;
  max-width: 420px;
  margin-left: 0;
}

.about-hero .hero__dots {
  bottom: 18px;
}

.about-hero .hero__dot {
  background: rgba(74,46,16,.18);
  border-color: rgba(74,46,16,.5);
}

.about-hero .hero__dot.active {
  background: #4a2e10;
  border-color: #4a2e10;
}

.about-storyboard {
  padding: 18px 10px 12px;
  color: #6f4b31;
}

.about-storyboard__row {
  display: grid;
  grid-template-columns: minmax(380px, 1.05fr) minmax(360px, 0.95fr);
  gap: 24px;
  align-items: start;
  border-bottom: 0;
}

.about-storyboard__copy {
  padding: 12px 8px 68px 6px;
  align-self: start;
}

.about-storyboard__copy h2,
.about-storyboard__values h3,
.about-storyboard__headline h3 {
  font-family: "Britannic Bold", Broadway, "Arial Black", "Trebuchet MS", sans-serif;
  color: #84563C;
}

.about-storyboard__copy h2 {
  font-size: 36px;
  line-height: 1.08;
  margin-bottom: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  max-width: 100%;
}

.about-storyboard__lead {
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.6;
  color: #74553d;
  max-width: 360px;
  margin: 0;
}

.about-storyboard__media {
  padding: 2px 0 0;
}

.about-storyboard__panel {
  height: 100%;
  min-height: 360px;
  border: 0;
  background: transparent;
  padding: 0;
}

.about-storyboard__visual {
  width: 100%;
  height: 100%;
  min-height: 340px;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.1), rgba(255,255,255,0.1)),
    url('https://images.unsplash.com/photo-1545239351-1141bd82e8a6?auto=format&fit=crop&w=1200&q=80') center/cover no-repeat;
}

.about-storyboard__values {
  padding: 58px 0 26px;
  background: #fff;
}

.about-storyboard__values h3 {
  font-size: 36px;
  line-height: 1.08;
  margin-bottom: 36px;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  max-width: 100%;
}

.about-storyboard__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  margin-top: 10px;
  gap: 22px 34px;
}

.about-value-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: start;
  column-gap: 14px;
  min-height: 72px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.about-value-item:hover {
  transform: translateY(-2px);
}

.about-value-item__thumb {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 4px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.14)),
    url('https://images.unsplash.com/photo-1514996937319-344454492b37?auto=format&fit=crop&w=300&q=80') center/cover no-repeat;
  box-shadow:
    0 10px 20px rgba(74, 46, 16, 0.12),
    inset 0 1px 0 rgba(255,255,255,0.72);
}

.about-value-item__body {
  min-width: 0;
}

.about-value-item h4 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  line-height: 1.18;
  color: #744c2f;
  margin-bottom: 6px;
}

.about-value-item p {
  font-size: 13px;
  line-height: 1.55;
  color: #6d533e;
  margin: 0;
}

.about-storyboard__chart {
  padding: 26px 0 24px;
}

.about-storyboard__chart-box {
  border: 1px solid rgba(116, 76, 47, 0.12);
  border-radius: 28px;
  padding: 14px;
  background:
    radial-gradient(circle at top left, rgba(212,176,140,0.1), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(249,244,237,0.98));
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.82), 0 10px 28px rgba(74, 46, 16, 0.05);
}

.process-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(116, 76, 47, 0.08);
  box-shadow: 0 8px 20px rgba(74, 46, 16, 0.05);
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease, background 0.28s ease;
}

.process-card__image {
  height: 102px;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease, filter 0.35s ease;
}

.process-card__image--browse {
  background-image:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(24,18,12,0.22)),
    url('https://images.unsplash.com/photo-1523381210434-271e8be1f52b?auto=format&fit=crop&w=900&q=80');
}

.process-card__image--confirm {
  background-image:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(24,18,12,0.22)),
    url('https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=900&q=80');
}

.process-card__image--pack {
  background-image:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(24,18,12,0.22)),
    url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&w=900&q=80');
}

.process-card__image--ship {
  background-image:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(24,18,12,0.22)),
    url('https://images.unsplash.com/photo-1553413077-190dd305871c?auto=format&fit=crop&w=900&q=80');
}

.process-card__body {
  padding: 12px 12px 14px;
  transition: background 0.28s ease;
}

.process-card__body span {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: #b88d68;
  transition: color 0.28s ease, transform 0.28s ease;
}

.process-card__body h4 {
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  line-height: 1.15;
  color: #744c2f;
  margin-bottom: 6px;
  transition: color 0.28s ease;
}

.process-card__body p {
  font-size: 12px;
  line-height: 1.5;
  color: #6d533e;
  transition: color 0.28s ease;
}

.process-card:hover {
  transform: translateY(-5px);
  border-color: rgba(116, 76, 47, 0.18);
  box-shadow: 0 16px 32px rgba(74, 46, 16, 0.1);
  background: linear-gradient(180deg, rgba(255,255,255,1), rgba(252,248,242,0.98));
}

.process-card:hover .process-card__image {
  transform: scale(1.06);
  filter: saturate(1.05) brightness(1.02);
}

.process-card:hover .process-card__body {
  background: transparent;
}

.process-card:hover .process-card__body span {
  color: #9a6b47;
  transform: translateX(2px);
}

.process-card:hover .process-card__body h4 {
  color: #5d3921;
}

.process-card:hover .process-card__body p {
  color: #5b4433;
}

.about-storyboard__text {
  max-width: 1120px;
  padding: 18px 0 18px;
  display: grid;
  grid-template-columns: minmax(340px, 1fr) 170px minmax(340px, 1fr);
  gap: 34px;
  align-items: center;
  background: #fff;
  margin: 0 auto;
}

.about-storyboard__text p {
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: 1.7;
  color: #6b4e38;
  margin: 0;
  text-align: justify;
  text-align-last: left;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-spacing: -0.04em;
}

.about-storyboard__text p:first-child {
  justify-self: end;
}

.about-storyboard__text p:last-child {
  justify-self: start;
}

.about-storyboard__centerpiece {
  width: 170px;
  height: 170px;
  justify-self: center;
  align-self: center;
  background:
    url('assets/logo-creator.png') center/contain no-repeat;
  filter: drop-shadow(0 10px 18px rgba(74, 46, 16, 0.12));
}

.about-storyboard__headline {
  padding-top: 28px;
  padding-bottom: 0;
  text-align: center;
}

.about-storyboard__headline h3 {
  font-size: clamp(26px, 2.5vw, 38px);
  line-height: 1.14;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .about-hero--boxed {
    height: 420px;
    min-height: 420px;
  }

  .about-hero__content {
    margin-left: 0;
    padding: 0 24px;
    max-width: 100%;
  }

  .about-storyboard {
    padding: 20px 14px 12px;
  }

  .about-storyboard__row,
  .about-storyboard__list {
    grid-template-columns: 1fr;
  }

  .about-storyboard__text {
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: center;
  }

  .about-storyboard__text p:first-child,
  .about-storyboard__text p:last-child {
    justify-self: center;
  }

  .about-storyboard__centerpiece {
    order: -1;
  }

  .about-storyboard__values {
    padding-top: 24px;
  }

  .about-storyboard__media {
    padding: 8px 0 0;
  }

  .about-storyboard__panel {
    min-height: 300px;
  }

  .about-storyboard__visual {
    min-height: 270px;
    border-radius: 0;
  }

  .about-storyboard__chart-box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 24px;
  }
}

@media (max-width: 540px) {
  .about-hero--boxed {
    height: 360px;
    min-height: 360px;
  }

  .about-hero__title {
    font-size: 32px;
  }

  .about-hero__desc {
    font-size: 13px;
  }

  .about-storyboard__copy h2,
  .about-storyboard__values h3,
  .about-storyboard__headline h3 {
    font-size: 22px;
  }

  .about-storyboard__copy h2,
  .about-storyboard__values h3 {
    font-size: 36px !important;
  }

  .about-storyboard__list {
    gap: 18px;
  }

  .about-value-item {
    grid-template-columns: 46px 1fr;
    column-gap: 12px;
  }

  .about-value-item__thumb {
    width: 36px;
    height: 36px;
  }

  .about-storyboard__lead,
  .about-storyboard__text p {
    font-size: 14px;
  }

  .about-storyboard__centerpiece {
    width: 104px;
    height: 104px;
  }

  .about-value-item h4 {
    font-size: 18px;
  }

  .about-storyboard__chart-box {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .process-card__image {
    height: 148px;
  }
}

/* Mobile: remove the outer frame around the process cards */
@media (max-width: 540px) {
  .about-storyboard__chart {
    padding: 20px 0 18px;
  }

  .about-storyboard__chart-box {
    width: 100%;
    margin: 0;
    padding: 0 !important;
    gap: 14px;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .process-card {
    width: 100%;
    border-radius: 18px;
  }
}

/* =========================================================
   MOBILE HEADER + ABOUT HERO FIX
   Prevent theme.css from overriding the mobile layout
   ========================================================= */
@media (max-width: 768px) {
  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    overflow-x: hidden !important;
  }

  /* Top bar: WhatsApp icon | shipping text | cart icon */
  body .top-bar {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) 42px !important;
    grid-template-rows: 54px !important;
    align-items: center !important;
    width: 100% !important;
    height: 54px !important;
    min-height: 54px !important;
    margin: 0 !important;
    padding: 0 12px !important;
    overflow: hidden !important;
    background: #744a35 !important;
    box-sizing: border-box !important;
  }

  body .top-bar__actions {
    display: contents !important;
  }

  body .top-bar__center {
    position: static !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: center !important;
    justify-self: stretch !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 5px !important;
    overflow: hidden !important;
    transform: none !important;
    color: #fff !important;
    font-size: 9px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: 0.06em !important;
    text-align: center !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
  }

  body .top-bar__whatsapp {
    position: static !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    transform: none !important;
  }

  body .top-bar__whatsapp span {
    display: none !important;
  }

  body .top-bar__wa-icon {
    display: block !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    flex: 0 0 18px !important;
  }

  body .top-bar__cart {
    position: static !important;
    grid-column: 3 !important;
    grid-row: 1 !important;
    justify-self: end !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
  }

  body .top-bar__cart svg {
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important;
  }

  /* About hero: restore a readable mobile banner */
  body .about-hero--boxed {
    position: relative !important;
    width: 100% !important;
    height: 300px !important;
    min-height: 300px !important;
    margin: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
  
    box-sizing: border-box !important;
  }

  body .about-hero--boxed .hero__slides,
  body .about-hero--boxed .hero__slide,
  body .about-hero--boxed .slide-bg {
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
  }

  body .about-hero--boxed .about-slide {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }

  /* Use this overlay even when theme.css hides the original overlay */
  body .about-hero--boxed::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    display: block !important;
    pointer-events: none !important;
    
  }

  body .about-hero__overlay {
    display: none !important;
  }

  body .about-hero__content {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    z-index: 2 !important;
    display: flex !important;
    width: calc(100% - 36px) !important;
    max-width: 390px !important;
    margin: 0 !important;
    padding: 0 16px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    transform: translate(-50%, -50%) !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }
/* 1. Bỏ lớp trắng/kem trên Desktop */
.about-slide--1,
.about-slide--2,
.about-slide--3 {
  background: none !important;
}

.about-hero__overlay {
  display: none !important;
}

/* 2. Bỏ lớp trắng trên Mobile */
body .about-hero--boxed::after {
  display: none !important;
}
  body .about-hero__title {
    margin: 0 !important;
    color: #694430 !important;
    font-size: clamp(28px, 8vw, 34px) !important;
    line-height: 1.05 !important;
    letter-spacing: 0.01em !important;
    text-shadow: 0 2px 10px rgba(255, 255, 255, 0.92) !important;
  }

  body .about-hero__desc {
    display: block !important;
    max-width: 330px !important;
    margin: 0 auto !important;
    color: #694430 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    text-shadow: 0 1px 8px rgba(255, 255, 255, 0.95) !important;
  }

  body .about-hero .hero__dots {
    bottom: 10px !important;
    z-index: 3 !important;
  }
}

@media (max-width: 380px) {
  body .top-bar {
    grid-template-columns: 38px minmax(0, 1fr) 38px !important;
    padding: 0 9px !important;
  }

  body .top-bar__center {
    font-size: 8px !important;
    letter-spacing: 0.04em !important;
  }

  body .about-hero--boxed {
    height: 280px !important;
    min-height: 280px !important;
  }

  body .about-hero__content {
    width: calc(100% - 28px) !important;
    padding: 16px 13px !important;
  }

  body .about-hero__title {
    font-size: 28px !important;
  }

  body .about-hero__desc {
    font-size: 11px !important;
  }
}
