/* About screen restoration */
#sc-about {
  display: flex !important;
  flex-direction: column;
  background: #FFF8F6 !important;
  color: #1c1410 !important;
}

#sc-about .tbar.dark {
  display: flex !important;
  align-items: center;
  flex: 0 0 64px;
  width: 100%;
  height: 64px !important;
  box-sizing: border-box;
  padding: 0 8px !important;
  background: #fce7e3 !important;
  border-bottom: 1px solid rgba(120, 75, 40, 0.1) !important;
  box-shadow: none !important;
}

#sc-about .tbar.dark .back-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px !important;
  height: 44px !important;
  border-radius: 12px;
  color: #1c0e06 !important;
}

#sc-about .tbar-title.w {
  display: block !important;
  flex: 1 1 auto;
  min-width: 0;
  padding: 0 8px;
  color: #1c0e06 !important;
  font-family: 'Google Sans', 'DM Sans', sans-serif !important;
  font-size: 21px !important;
  font-weight: 700 !important;
  line-height: 1.2;
}

#sc-about .scroll {
  display: block !important;
  flex: 1 1 0 !important;
  min-height: 0;
  padding: 0 0 52px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  background: #FFF8F6 !important;
}

#sc-about .about-hero {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  min-height: 190px;
  padding: 26px 20px 28px !important;
  border-radius: 0 0 28px 28px !important;
  background: linear-gradient(155deg, #1c1410, #382012 62%, #a83c10 145%) !important;
  text-align: center;
}

#sc-about .about-blob {
  display: none !important;
}

#sc-about .about-logo {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 64px !important;
  height: 64px !important;
  margin-bottom: 10px;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

#sc-about .about-logo span {
  color: #fff !important;
  font-size: 38px !important;
  font-weight: 800;
}

#sc-about .about-logo svg {
  width: 38px;
  height: 47px;
}

#sc-about .about-word {
  color: #fff !important;
  font-family: 'Google Sans', 'DM Sans', sans-serif !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  letter-spacing: .18em !important;
  line-height: 1.1;
}

#sc-about .about-tag {
  max-width: 330px;
  margin-top: 8px;
  color: rgba(255,255,255,.78) !important;
  font-size: 13px !important;
  line-height: 1.5;
}

#sc-about .about-sec {
  width: auto;
  box-sizing: border-box;
  margin: 16px !important;
  padding: 20px !important;
  border: 1px solid rgba(28,20,16,.08) !important;
  border-radius: 18px !important;
  background: var(--md-surface-4) !important;
  box-shadow: 0 6px 18px rgba(28,20,16,.05) !important;
}

#sc-about .about-sec h3 {
  display: block !important;
  margin: 0 0 14px !important;
  color: #1c1410 !important;
  font-family: 'Google Sans', 'DM Sans', sans-serif !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1.25;
}

#sc-about .about-sec p {
  margin: 0 0 12px !important;
  color: #6b6259 !important;
  font-size: 14px !important;
  line-height: 1.65;
}

#sc-about .about-kv {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px !important;
  margin: 16px 0 0 !important;
}

#sc-about .akv {
  box-sizing: border-box;
  padding: 14px 10px !important;
  border-radius: 14px !important;
  background: #fff0e6 !important;
  text-align: center;
}

#sc-about .akv strong,
#sc-about .akv small {
  display: block !important;
}

#sc-about .akv strong {
  color: #1c1410 !important;
  font-size: 17px !important;
  line-height: 1.2;
}

#sc-about .akv small {
  margin-top: 4px;
  color: #857370 !important;
  font-size: 11px !important;
  line-height: 1.3;
}

#sc-about .feat-row {
  display: flex !important;
  align-items: flex-start;
  gap: 12px !important;
  min-height: 58px;
  margin: 0 0 14px !important;
}

#sc-about .feat-ico,
#sc-about .crow-ico {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px !important;
  height: 42px !important;
  border-radius: 13px !important;
  background: #fff0e6 !important;
  color: #e8500a !important;
}

#sc-about .feat-ico svg,
#sc-about .crow-ico svg {
  display: block !important;
  flex: 0 0 21px;
  width: 21px !important;
  height: 21px !important;
  max-width: 21px;
  max-height: 21px;
  color: #e8500a !important;
}

#sc-about .feat-txt {
  flex: 1 1 auto;
  min-width: 0;
}

#sc-about .feat-txt strong,
#sc-about .feat-txt span {
  display: block !important;
}

#sc-about .feat-txt strong {
  margin: 0 0 4px;
  color: #1c1410 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.3;
}

#sc-about .feat-txt span {
  color: #6b6259 !important;
  font-size: 12px !important;
  line-height: 1.5;
}

#sc-about .crow {
  display: flex !important;
  align-items: center;
  gap: 12px !important;
  min-height: 64px;
  box-sizing: border-box;
  margin: 0 0 8px !important;
  padding: 11px 12px !important;
  border-radius: 14px !important;
  background: #fff0e6 !important;
}

#sc-about .crow-body {
  flex: 1 1 auto;
  min-width: 0;
}

#sc-about .crow-body strong,
#sc-about .crow-body span {
  display: block !important;
}

#sc-about .crow-body strong {
  color: #1c1410 !important;
  font-size: 14px !important;
}

#sc-about .crow-body span {
  margin-top: 3px;
  color: #857370 !important;
  font-size: 12px !important;
  line-height: 1.35;
}

#sc-about .about-reports-label {
  display: block;
  margin-top: 12px;
  color: #a08e88 !important;
  font-size: 12px;
  line-height: 1.3;
  cursor: pointer;
  user-select: none;
}

html body #shell #sc-about > .tbar.dark {
  background: #fce7e3 !important;
  border-bottom: 1px solid rgba(120, 75, 40, 0.1) !important;
  box-shadow: none !important;
}

html body #shell #sc-about > .tbar.dark > .back-btn {
  background: rgba(255, 255, 255, 0.55) !important;
  color: #1c0e06 !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body #shell #sc-about > .tbar.dark > .tbar-title.w {
  color: #1c0e06 !important;
  font-family: 'Google Sans', 'DM Sans', sans-serif !important;
  font-size: 21px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

/* Modern ecommerce brand page finish. */
html body #shell #sc-about > .tbar.dark {
  background: linear-gradient(115deg, #1c1410 0%, #47200f 66%, #a83c10 145%) !important;
  border-bottom: 0 !important;
  box-shadow: 0 12px 28px rgba(28, 20, 16, 0.18) !important;
}

html body #shell #sc-about > .tbar.dark > .tbar-title.w {
  color: #fff !important;
  font-family: 'Plus Jakarta Sans', 'DM Sans', sans-serif !important;
  font-size: 20px !important;
  font-weight: 800 !important;
}

html body #shell #sc-about > .tbar.dark > .back-btn {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
}

html body #shell #sc-about > .scroll {
  padding: 0 0 48px !important;
  background:
    radial-gradient(circle at 100% 22%, rgba(255, 174, 91, 0.12), transparent 25%),
    #f8f4ef !important;
}

html body #shell #sc-about .about-hero {
  position: relative !important;
  min-height: 286px !important;
  justify-content: center !important;
  gap: 0 !important;
  padding: 34px 28px 38px !important;
  border-radius: 0 0 34px 34px !important;
  background:
    radial-gradient(circle at 86% 12%, rgba(255, 194, 116, 0.30), transparent 25%),
    linear-gradient(145deg, #211510 0%, #472312 58%, #a64b18 145%) !important;
  box-shadow: 0 18px 34px rgba(67, 34, 15, 0.20) !important;
  overflow: hidden !important;
}

html body #shell #sc-about .about-hero::after {
  content: '';
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 220, 166, 0.45), transparent);
}

html body #shell #sc-about .about-logo {
  position: relative;
  z-index: 1;
  width: 78px !important;
  height: 78px !important;
  margin: 0 0 14px !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, 0.10) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.16), 0 12px 24px rgba(0,0,0,0.18) !important;
}

html body #shell #sc-about .about-logo svg {
  width: 48px !important;
  height: 59px !important;
}

html body #shell #sc-about .about-word {
  position: relative;
  z-index: 1;
  color: #fff8ef !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 38px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
}

html body #shell #sc-about .about-tag {
  position: relative;
  z-index: 1;
  max-width: 310px !important;
  margin-top: 10px !important;
  color: rgba(255, 248, 239, 0.78) !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

html body #shell #sc-about .about-sec {
  position: relative;
  width: auto !important;
  margin: 16px 16px 0 !important;
  padding: 22px 20px !important;
  border: 1px solid rgba(99, 57, 28, 0.10) !important;
  border-radius: 22px !important;
  background: #fffdf9 !important;
  box-shadow: 0 10px 24px rgba(74, 44, 22, 0.06) !important;
}

html body #shell #sc-about .about-sec h3 {
  margin: 0 0 14px !important;
  color: #281911 !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 19px !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
}

html body #shell #sc-about .about-sec p {
  color: #76665e !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

html body #shell #sc-about .about-kv {
  gap: 9px !important;
  margin-top: 18px !important;
}

html body #shell #sc-about .akv {
  min-height: 76px;
  padding: 14px 8px !important;
  border: 1px solid rgba(211, 99, 24, 0.10) !important;
  border-radius: 16px !important;
  background: #fff2e5 !important;
}

html body #shell #sc-about .akv strong {
  color: #2d1b12 !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}

html body #shell #sc-about .akv small {
  color: #9a7765 !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
}

html body #shell #sc-about .feat-row {
  min-height: 0 !important;
  margin: 0 !important;
  padding: 14px 0 !important;
  border-bottom: 1px solid rgba(99, 57, 28, 0.08) !important;
}

html body #shell #sc-about .feat-row:last-child {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}

html body #shell #sc-about .feat-ico,
html body #shell #sc-about .crow-ico {
  width: 40px !important;
  height: 40px !important;
  flex-basis: 40px !important;
  border-radius: 13px !important;
  background: #fff0df !important;
}

html body #shell #sc-about .feat-ico svg,
html body #shell #sc-about .crow-ico svg {
  width: 19px !important;
  height: 19px !important;
  color: #d36318 !important;
}

html body #shell #sc-about .feat-txt strong {
  color: #2d1b12 !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 13px !important;
}

html body #shell #sc-about .feat-txt span {
  color: #88766d !important;
  font-size: 12px !important;
}

html body #shell #sc-about .crow {
  min-height: 62px !important;
  margin: 0 0 9px !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(211, 99, 24, 0.08) !important;
  border-radius: 15px !important;
  background: #fff2e5 !important;
}

html body #shell #sc-about .crow-body strong {
  color: #2d1b12 !important;
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 13px !important;
}

html body #shell #sc-about .crow-body span {
  color: #927a6d !important;
  font-size: 11px !important;
}

html body #shell #sc-about .about-reports-label {
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  min-width: 76px !important;
  margin-top: 14px !important;
  padding: 0 14px !important;
  border: 1px solid rgba(211, 99, 24, 0.16) !important;
  border-radius: 999px !important;
  background: #fff0df !important;
  color: #a9572c !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

html body #shell #sc-about .about-reports-label:hover,
html body #shell #sc-about .about-reports-label:focus-visible {
  background: #ffe5ca !important;
  border-color: rgba(211, 99, 24, 0.28) !important;
  outline: none !important;
  transform: translateY(-1px);
}

html body #shell #sc-about .about-footer {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: center !important;
  min-height: 44px !important;
  min-width: 168px !important;
  cursor: pointer !important;
  padding: 22px 16px 8px !important;
  color: #a17966 !important;
  font-family: 'Plus Jakarta Sans', 'DM Sans', sans-serif !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

@media (prefers-reduced-motion: no-preference) {
  html body #shell #sc-about .about-hero,
  html body #shell #sc-about .about-sec {
    animation: about-enter 420ms var(--md-easing-emph) both;
  }

  html body #shell #sc-about .about-sec:nth-of-type(3) { animation-delay: 70ms; }
  html body #shell #sc-about .about-sec:nth-of-type(4) { animation-delay: 120ms; }
}

@keyframes about-enter {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
