.about-page {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px 80px;
  color: #202124;
  min-width: 0;
  overflow: hidden;
}

.about-hero {
  display: flex;
  align-items: center;
  min-height: 480px;
  padding: 70px 0;
  border-bottom: 1px solid #ececef;
}

.about-hero-content {
  width: 100%;
  max-width: 760px;
}

.about-eyebrow,
.section-label {
  margin-bottom: 16px;
  color: #8a8d94;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.about-hero h1 {
  max-width: 760px;
  margin-bottom: 24px;
  color: #202124;
  font-size: clamp(48px, 6vw, 76px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.about-hero-text {
  max-width: 580px;
  color: #6f7278;
  font-size: 16px;
  line-height: 1.8;
}

.about-shop-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  padding: 13px 19px;
  background: #4e5566;
  border-radius: 7px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.2s ease;
}

.about-shop-btn i {
  font-size: 11px;
  transition: 0.2s ease;
}

.about-shop-btn:hover {
  background: #333;
}

.about-shop-btn:hover i {
  transform: translateX(3px);
}

.about-story {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: 90px;
  align-items: center;
  padding: 100px 0;
  border-bottom: 1px solid #ececef;
}

.story-visual {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  overflow: hidden;
  background: #f5f5f2;
  border-radius: 16px;
  min-width: 0;
}

.story-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(30, 33, 48, 0.05);
  border-radius: inherit;
  pointer-events: none;
}

.story-visual img {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.story-visual:hover img {
  transform: scale(1.015);
}

.story-content {
  width: 100%;
  max-width: 570px;
  min-width: 0;
}

.story-content h2,
.values-heading h2,
.philosophy-left h2,
.about-banner h2 {
  color: #25272b;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.story-content h2 {
  margin-bottom: 30px;
  font-size: 44px;
  line-height: 1.12;
}

.story-content > p:not(.section-label) {
  margin-bottom: 17px;
  color: #6f7278;
  font-size: 14px;
  line-height: 1.9;
}

.story-signature {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 30px;
}

.story-signature span {
  width: 35px;
  height: 1px;
  flex-shrink: 0;
  background: #4e5566;
}

.story-signature p {
  color: #4e5566;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-values {
  padding: 100px 0;
  border-bottom: 1px solid #ececef;
}

.values-heading {
  width: 100%;
  max-width: 600px;
  margin-bottom: 50px;
}

.values-heading h2 {
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 1.15;
}

.values-heading > p:last-child {
  max-width: 500px;
  color: #777a80;
  font-size: 14px;
  line-height: 1.7;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.value-card {
  position: relative;
  min-width: 0;
  min-height: 280px;
  padding: 30px;
  background: #f8f8f7;
  border: 1px solid #eeeeec;
  border-radius: 12px;
  transition: 0.25s ease;
}

.value-card:hover {
  background: #fff;
  border-color: #dedee0;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(20, 20, 25, 0.04);
}

.value-number {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #b4b6bb;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.value-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 55px;
  background: #fff;
  border: 1px solid #e6e6e5;
  border-radius: 50%;
  color: #4e5566;
  font-size: 14px;
}

.value-card h3 {
  margin-bottom: 11px;
  color: #292b2f;
  font-size: 16px;
  font-weight: 600;
}

.value-card p {
  max-width: 310px;
  color: #777a80;
  font-size: 13px;
  line-height: 1.75;
}

.about-philosophy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 100px;
  padding: 100px 0;
  border-bottom: 1px solid #ececef;
}

.philosophy-left,
.philosophy-right {
  min-width: 0;
}

.philosophy-left h2 {
  max-width: 500px;
  font-size: 40px;
  line-height: 1.18;
}

.philosophy-right {
  padding-top: 27px;
}

.philosophy-right p {
  max-width: 520px;
  margin-bottom: 18px;
  color: #6f7278;
  font-size: 14px;
  line-height: 1.9;
}

.about-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 100px;
  padding: 55px 60px;
  background: #f5f5f3;
  border-radius: 14px;
}

.about-banner > div {
  min-width: 0;
}

.about-banner h2 {
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 1.2;
}

.about-banner > div > p:last-child {
  color: #777a80;
  font-size: 14px;
  line-height: 1.6;
}

.banner-btn {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 12px;
  padding: 13px 20px;
  background: #4e5566;
  border-radius: 7px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.2s ease;
}

.banner-btn i {
  font-size: 11px;
  transition: 0.2s ease;
}

.banner-btn:hover {
  background: #333;
}

.banner-btn:hover i {
  transform: translateX(3px);
}

html {
  scrollbar-width: thin;
  scrollbar-color: rgba(78, 85, 102, 0.22) transparent;
}

body::-webkit-scrollbar {
  width: 4px;
}

body::-webkit-scrollbar-track {
  background: transparent;
}

body::-webkit-scrollbar-thumb {
  background: rgba(78, 85, 102, 0.22);
  border-radius: 999px;
}

body:hover::-webkit-scrollbar-thumb {
  background: rgba(78, 85, 102, 0.38);
}

body::-webkit-scrollbar-thumb:hover {
  background: #4e5566;
}

@media (max-width: 1100px) {
  .about-page {
    padding-left: 24px;
    padding-right: 24px;
  }

  .about-story {
    gap: 55px;
  }

  .about-philosophy {
    gap: 55px;
  }

  .about-banner {
    padding: 45px 40px;
  }
}

@media (max-width: 1000px) {
  .about-story {
    gap: 45px;
  }

  .about-philosophy {
    gap: 45px;
  }

  .story-content h2 {
    font-size: 40px;
  }

  .philosophy-left h2 {
    font-size: 36px;
  }
}

@media (max-width: 820px) {
  .about-page {
    padding: 0 20px 60px;
  }

  .about-hero {
    min-height: 420px;
    padding: 60px 0;
  }

  .about-hero h1 {
    font-size: 48px;
  }

  .about-hero-text {
    max-width: 600px;
    font-size: 15px;
  }

  .about-story {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 70px 0;
  }

  .story-visual {
    width: 100%;
    max-width: 520px;
  }

  .story-content {
    max-width: 100%;
  }

  .about-values {
    padding: 70px 0;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }

  .value-card {
    min-height: 230px;
  }

  .value-icon {
    margin-bottom: 35px;
  }

  .about-philosophy {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 70px 0;
  }

  .philosophy-right {
    padding-top: 0;
  }

  .about-banner {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 70px;
    padding: 40px;
  }

  .banner-btn {
    width: auto;
  }
}

@media (max-width: 768px) {
  .about-page {
    width: 100%;
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .about-hero {
    min-height: auto;
    padding: 55px 0;
  }

  .about-hero h1 {
    font-size: clamp(40px, 8vw, 48px);
  }

  .about-hero-text {
    font-size: 14px;
    line-height: 1.75;
  }

  .about-shop-btn {
    margin-top: 25px;
  }

  .about-story,
  .about-values,
  .about-philosophy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .story-content h2,
  .values-heading h2,
  .philosophy-left h2 {
    font-size: 34px;
  }

  .story-content > p:not(.section-label),
  .philosophy-right p {
    font-size: 13px;
  }

  .about-banner {
    margin-top: 60px;
    padding: 35px 30px;
  }

  .about-banner h2 {
    font-size: 30px;
  }
}

@media (max-width: 520px) {
  .about-page {
    padding: 0 14px 45px;
  }

  .about-hero {
    padding: 45px 0;
  }

  .about-eyebrow,
  .section-label {
    margin-bottom: 13px;
    font-size: 9px;
    letter-spacing: 0.17em;
  }

  .about-hero h1 {
    margin-bottom: 20px;
    font-size: 39px;
    line-height: 1.06;
    letter-spacing: -0.04em;
  }

  .about-hero-text {
    font-size: 13px;
    line-height: 1.75;
  }

  .about-shop-btn {
    width: 100%;
    justify-content: center;
    padding: 12px 16px;
    font-size: 12px;
  }

  .about-story,
  .about-values,
  .about-philosophy {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about-story {
    gap: 35px;
  }

  .story-visual {
    border-radius: 12px;
  }

  .story-content h2,
  .values-heading h2,
  .philosophy-left h2 {
    font-size: 30px;
    line-height: 1.15;
  }

  .story-content h2 {
    margin-bottom: 22px;
  }

  .story-content > p:not(.section-label),
  .philosophy-right p {
    font-size: 12px;
    line-height: 1.8;
  }

  .story-signature {
    gap: 10px;
    margin-top: 24px;
  }

  .story-signature span {
    width: 28px;
  }

  .story-signature p {
    font-size: 9px;
  }

  .values-heading {
    margin-bottom: 30px;
  }

  .values-heading > p:last-child {
    font-size: 12px;
  }

  .values-grid {
    gap: 12px;
  }

  .value-card {
    min-height: 0;
    padding: 24px;
    border-radius: 10px;
  }

  .value-number {
    top: 20px;
    right: 20px;
    font-size: 9px;
  }

  .value-icon {
    width: 38px;
    height: 38px;
    margin-bottom: 30px;
    font-size: 12px;
  }

  .value-card h3 {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .value-card p {
    max-width: 100%;
    font-size: 11px;
    line-height: 1.7;
  }

  .about-philosophy {
    gap: 25px;
  }

  .about-banner {
    gap: 25px;
    margin-top: 50px;
    padding: 28px 22px;
    border-radius: 12px;
  }

  .about-banner h2 {
    margin-bottom: 8px;
    font-size: 26px;
  }

  .about-banner > div > p:last-child {
    font-size: 11px;
  }

  .banner-btn {
    width: 100%;
    justify-content: center;
    padding: 12px 16px;
    font-size: 12px;
  }
}

@media (max-width: 380px) {
  .about-page {
    padding-left: 12px;
    padding-right: 12px;
  }

  .about-hero h1 {
    font-size: 34px;
  }

  .about-hero-text {
    font-size: 12px;
  }

  .story-content h2,
  .values-heading h2,
  .philosophy-left h2 {
    font-size: 27px;
  }

  .value-card {
    padding: 20px;
  }

  .about-banner {
    padding: 25px 18px;
  }

  .about-banner h2 {
    font-size: 23px;
  }
}