/* About Us — premium brand story (matches shop / journal system) */

.about-has-overlay-header .about {
  margin-top: 0;
}

.about {
  font-family: 'Noto Sans Thai', system-ui, sans-serif;
  color: #111;
  background: #fff;
}

.about-section__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.about-section {
  padding: 80px 0;
}

@media (min-width: 768px) {
  .about-section {
    padding: 96px 0;
  }
}

.about-section__title {
  margin: 0 0 40px;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.about-section__title--center {
  text-align: center;
}

/* Buttons */
.about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 28px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-decoration: none;
  border-radius: 6px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 220ms ease, color 220ms ease, border-color 220ms ease;
}

.about-btn--primary {
  color: #fff;
  background: #000;
  border-color: #000;
}

.about-btn--primary:hover {
  background: #222;
}

.about-btn--secondary {
  color: #111;
  background: #fff;
  border-color: #111;
}

.about-btn--secondary:hover {
  background: #f5f5f5;
}

.about-btn:focus-visible {
  outline: 2px solid #111;
  outline-offset: 3px;
}

/* Hero */
.about-hero {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #fff;
  overflow: hidden;
}

@media (min-width: 768px) {
  .about-hero {
    min-height: 85vh;
  }
}

.about-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-color: #1a1a1a;
}

.about-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.55) 55%, rgba(0, 0, 0, 0.75) 100%);
}

.about-hero__content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 120px 24px 80px;
  text-align: center;
}

.about-hero__scroll-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  pointer-events: none;
}

.about-hero__brand {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.about-hero__we {
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-hero__mazsa {
  font-size: clamp(48px, 10vw, 96px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
}

.about-hero__label {
  margin: 0 0 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-hero__title {
  margin: 0;
  font-size: clamp(36px, 6vw, 56px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.about-hero__desc {
  margin: 20px 0 32px;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
}

.about-hero__scroll {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  animation: about-scroll-bob 2s ease-in-out infinite;
}

.about-hero__scroll svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

@keyframes about-scroll-bob {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(6px); }
}

/* OUR STORIES block */
.about-stories-title {
  margin: 0 0 16px;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.about-stories-dot {
  color: #111;
}

.about-stories-divider {
  width: 64px;
  height: 3px;
  background: #111;
  margin-bottom: 32px;
}

.about-story__logo {
  display: block;
  max-width: 280px;
  height: auto;
  margin-bottom: 32px;
}

.about-story__content--lead {
  max-width: 900px;
  font-size: 17px;
  line-height: 1.75;
  color: #333;
}

.about-story__content--lead p {
  margin: 0;
}

/* Company */
.about-company__text {
  max-width: 900px;
  margin: 0 0 28px;
  font-size: 17px;
  line-height: 1.75;
  color: #444;
}

.about-section__title--sub {
  margin-top: 48px;
}

.about-company__media {
  display: grid;
  gap: 24px;
  margin-top: 40px;
}

@media (min-width: 900px) {
  .about-company__media {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.about-company__photo {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #f5f5f5;
}

.about-company__photo img {
  display: block;
  width: 100%;
  height: auto;
}

/* Main products */
.about-products__hero {
  margin: 0 0 32px;
  border-radius: 8px;
  overflow: hidden;
  background: #f5f5f5;
}

.about-products__hero img {
  display: block;
  width: 100%;
  height: auto;
}

.about-products__grid {
  display: grid;
  gap: 32px;
}

@media (min-width: 900px) {
  .about-products__grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.about-products__chart {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
}

.about-products__chart img {
  display: block;
  width: 100%;
  height: auto;
}

.about-products__list {
  display: grid;
  gap: 20px;
}

.about-products__item-title {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 600;
}

.about-products__item-body {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #555;
}

/* Banners */
.about-banners__grid {
  display: grid;
  gap: 20px;
}

@media (min-width: 900px) {
  .about-banners__grid {
    grid-template-columns: 1.2fr 1fr;
  }
}

.about-banners__large {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
}

.about-banners__large img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  transition: transform 280ms ease;
}

.about-banners__large:hover img {
  transform: scale(1.03);
}

.about-banners__stack {
  display: grid;
  gap: 20px;
}

.about-banners__stack figure {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
}

.about-banners__stack img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 280ms ease;
}

.about-banners__stack figure:hover img {
  transform: scale(1.03);
}

/* Related posts */
.about-related__subtitle {
  margin: 0 0 28px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #666;
}

.about-related__grid {
  display: grid;
  gap: 24px;
}

@media (min-width: 768px) {
  .about-related__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.about-related__card {
  padding: 28px 24px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}

.about-related__title {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.about-related__title a {
  color: inherit;
  text-decoration: none;
}

.about-related__title a:hover {
  opacity: 0.65;
}

.about-related__excerpt {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.about-related__more {
  font-size: 13px;
  font-weight: 600;
  color: #111;
  text-decoration: none;
}

.about-related__more:hover {
  opacity: 0.65;
}

/* Brand story */
.about-story__grid {
  display: grid;
  gap: 32px;
  margin-bottom: 48px;
}

@media (min-width: 900px) {
  .about-story__grid {
    grid-template-columns: 1fr 1.4fr;
    gap: 64px;
    align-items: start;
  }
}

.about-story__content {
  max-width: 700px;
  font-size: 17px;
  line-height: 1.75;
  color: #444;
}

.about-story__content p {
  margin: 0 0 20px;
}

.about-story__lead {
  font-size: 20px;
  line-height: 1.6;
  color: #111;
  font-weight: 500;
}

.about-story__figure {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #f5f5f5;
}

.about-story__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Timeline */
.about-timeline {
  overflow-x: auto;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.about-timeline::-webkit-scrollbar {
  display: none;
}

.about-timeline__track {
  display: grid;
  grid-template-columns: repeat(4, minmax(180px, 1fr));
  gap: 24px;
  min-width: min(100%, 1100px);
  padding-top: 24px;
  border-top: 1px solid #e5e5e5;
}

@media (max-width: 767px) {
  .about-timeline__track {
    grid-template-columns: repeat(4, minmax(200px, 1fr));
  }
}

.about-timeline__item {
  padding-top: 20px;
  border-top: 2px solid transparent;
  transition: border-color 250ms ease, transform 250ms ease;
}

.about-timeline__item:hover {
  border-top-color: #111;
  transform: translateY(-4px);
}

.about-timeline__year {
  display: block;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

.about-timeline__heading {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 600;
}

.about-timeline__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #666;
}

/* Mission & vision */
.about-mv {
  display: grid;
  gap: 24px;
}

@media (min-width: 768px) {
  .about-mv {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }
}

.about-mv__card {
  padding: 40px 32px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  transition: border-color 220ms ease;
  text-align: center;
}

.about-mv__card:hover {
  border-color: #111;
}

.about-mv__icon {
  width: 40px;
  height: 40px;
  margin-bottom: 24px;
  color: #111;
}

.about-mv__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.about-mv__title {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 600;
}

.about-mv__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: #555;
}

/* Features */
.about-features {
  display: grid;
  gap: 24px;
}

@media (min-width: 768px) {
  .about-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .about-features {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.about-feature {
  padding: 32px 24px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  transition: border-color 220ms ease, transform 220ms ease;
}

.about-feature:hover {
  border-color: #111;
  transform: translateY(-3px);
}

.about-feature__icon {
  width: 32px;
  height: 32px;
  margin-bottom: 20px;
  color: #111;
}

.about-feature__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.about-feature__title {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.about-feature__subtitle {
  margin: 4px 0 12px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #666;
}

.about-feature__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

/* Manufacturing */
.about-mfg__head {
  margin-bottom: 40px;
  max-width: 640px;
}

.about-mfg__intro {
  margin: 12px 0 0;
  font-size: 17px;
  line-height: 1.65;
  color: #555;
}

.about-mfg__grid {
  display: grid;
  gap: 32px;
}

@media (min-width: 1024px) {
  .about-mfg__grid {
    grid-template-columns: 1.1fr 1fr;
    gap: 40px;
    align-items: start;
  }
}

.about-mfg__gallery {
  display: grid;
  gap: 16px;
}

.about-mfg__photo {
  border-radius: 8px;
  overflow: hidden;
  background: #f5f5f5;
}

.about-mfg__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
}

.about-mfg__photo:hover img {
  transform: scale(1.03);
}

.about-mfg__photo--large {
  aspect-ratio: 16 / 10;
}

.about-mfg__video-wrap {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
  background: #111;
  margin-bottom: 28px;
}

.about-mfg__video-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.about-mfg__list {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.about-mfg__list li {
  font-size: 15px;
  font-weight: 500;
  padding-left: 16px;
  border-left: 2px solid #111;
}

.about-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.about-badge {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: 1px solid #111;
  border-radius: 999px;
}

/* Categories */
.about-categories {
  display: grid;
  gap: 20px;
}

@media (min-width: 768px) {
  .about-categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .about-categories {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.about-category {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  transition: border-color 220ms ease, transform 220ms ease;
}

.about-category:hover {
  border-color: #111;
  transform: translateY(-3px);
}

.about-category:focus-visible {
  outline: 2px solid #111;
  outline-offset: 3px;
}

.about-category__media {
  aspect-ratio: 4 / 3;
  background: #f0f0f0 center / cover no-repeat;
  position: relative;
  overflow: hidden;
}

.about-category__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.55) 100%);
}

.about-category__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 20px;
}

.about-category__name {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.about-category__cta {
  font-size: 12px;
  font-weight: 600;
  color: #666;
  transition: color 200ms ease;
}

.about-category:hover .about-category__cta {
  color: #111;
}

/* Statistics */
.about-stats {
  background: #111;
  color: #fff;
  padding: 72px 0;
}

.about-stats__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 24px;
  text-align: center;
}

@media (min-width: 768px) {
  .about-stats__inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
  }
}

.about-stats__value {
  display: block;
  font-size: clamp(40px, 6vw, 56px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
}

.about-stats__label {
  display: block;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

/* Gallery masonry */
.about-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

@media (min-width: 768px) {
  .about-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
}

.about-gallery__item {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #f5f5f5;
}

.about-gallery__item--tall {
  grid-row: span 2;
}

.about-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  transition: transform 280ms ease;
}

.about-gallery__item:hover img {
  transform: scale(1.03);
}

/* Reviews */
.about-reviews {
  display: grid;
  gap: 24px;
}

@media (min-width: 768px) {
  .about-reviews {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.about-review {
  margin: 0;
  padding: 32px 28px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}

.about-review__quote {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.65;
  color: #333;
}

.about-review__footer {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.about-review__name {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
}

.about-review__country {
  font-size: 13px;
  color: #888;
}

/* CTA */
.about-cta {
  padding: 96px 24px;
  background: #f7f7f7;
}

.about-cta__inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.about-cta__title {
  margin: 0;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.about-cta__desc {
  margin: 16px 0 32px;
  font-size: 17px;
  line-height: 1.6;
  color: #555;
}

.about-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

/* Scroll reveal */
[data-about-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 500ms ease, transform 500ms ease;
}

[data-about-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  [data-about-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .about-hero__scroll {
    animation: none;
  }

  .about-mfg__photo img,
  .about-gallery__item img,
  .about-feature,
  .about-timeline__item,
  .about-category {
    transition: none;
  }
}
