/* ==========================================================================
   About (Our Story) + 404
   ========================================================================== */
.hp-about-hero { position: relative; background: var(--hp-ink); color: #fff; background-size: cover; background-position: center; padding: clamp(90px,14vw,180px) 0 clamp(50px,7vw,90px); }
.hp-about-hero__eye { font-size: 12.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--hp-saffron-l); }
.hp-about-hero__h1 { font-family: var(--hp-font-display); font-size: clamp(44px,8vw,112px); line-height: .92; font-weight: 700; letter-spacing: -.035em; margin: 16px 0 0; max-width: 14ch; }
.hp-about-hero__sub { font-size: clamp(16px,1.6vw,20px); line-height: 1.6; color: #E3EAEE; max-width: 560px; margin: 22px 0 0; }

.hp-founder { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(30px,5vw,80px); align-items: center; padding-block: clamp(60px,8vw,110px); }
@media (max-width: 1080px) { .hp-founder { grid-template-columns: 1fr; } }
.hp-founder__card { position: relative; aspect-ratio: 4/5; border-radius: 24px; overflow: hidden; background: linear-gradient(160deg,#FFD08A,#FF9F1C); display: flex; align-items: flex-end; padding: 24px; }
.hp-founder__watermark { position: absolute; right: -30px; top: -30px; font-family: var(--hp-font-display); font-size: 260px; font-weight: 800; color: rgba(14,27,36,.08); line-height: 1; }
.hp-founder__plate { position: relative; background: var(--hp-ink); color: #fff; border-radius: 16px; padding: 18px 20px; }
.hp-founder__name { font-family: var(--hp-font-display); font-size: 24px; font-weight: 700; }
.hp-founder__role { font-size: 14px; color: #D5DFE4; }
.hp-founder__bq { font-family: var(--hp-font-display); font-size: clamp(26px,3.2vw,40px); line-height: 1.18; font-weight: 600; letter-spacing: -.015em; margin: 0; }
.hp-founder__body { font-size: 17px; line-height: 1.65; color: var(--hp-text-2); margin: 24px 0 0; }

.hp-astats { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; padding-bottom: clamp(60px,8vw,110px); }
@media (max-width: 820px) { .hp-astats { grid-template-columns: 1fr 1fr; } }
.hp-astat { background: #fff; border-radius: 18px; padding: 22px; border: 1px solid var(--hp-line-08); }
.hp-astat--dark { background: var(--hp-ink); color: #fff; }
.hp-astat__v { font-family: var(--hp-font-display); font-size: clamp(34px,4vw,50px); font-weight: 800; letter-spacing: -.02em; }
.hp-astat__c { font-size: 14.5px; color: var(--hp-text-2); }
.hp-astat--dark .hp-astat__c { color: #D5DFE4; }

.hp-ahow { background: #fff; border-top: 1px solid var(--hp-line-08); padding-block: clamp(60px,8vw,100px); }
.hp-ahow__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
@media (max-width: 820px) { .hp-ahow__grid { grid-template-columns: 1fr; } }
.hp-ahow__card { background: var(--hp-bg); border-radius: 18px; padding: 24px; }
.hp-ahow__n { font-size: 13px; font-weight: 800; color: var(--hp-saffron-ink-2); }
.hp-ahow__t { font-family: var(--hp-font-display); font-size: 24px; font-weight: 700; margin: 6px 0; }
.hp-ahow__card p { color: var(--hp-text-2); margin: 0; }
.hp-anotice { margin-top: 22px; padding: 18px 20px; border-radius: 14px; background: var(--hp-saffron-tint); border: 1px solid #FFD699; font-size: 15px; line-height: 1.6; color: #3A2A12; }
.hp-arow { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }

/* 404 */
.hp-404 { max-width: 880px; margin: 0 auto; padding: clamp(40px,8vw,96px) clamp(16px,3vw,28px) 80px; text-align: center; }
.hp-404__num { font-family: var(--hp-font-display); font-weight: 800; font-size: clamp(90px,18vw,180px); line-height: .85; letter-spacing: -.05em; color: var(--hp-saffron); }
.hp-404__h1 { font-family: var(--hp-font-display); font-size: clamp(28px,4.4vw,46px); line-height: 1.05; font-weight: 700; letter-spacing: -.025em; margin: 18px 0 12px; text-wrap: balance; }
.hp-404__sub { max-width: 520px; margin: 0 auto 28px; color: var(--hp-text-2); font-size: 16.5px; line-height: 1.6; }
.hp-404__cards { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; max-width: 640px; margin: 0 auto; }
@media (max-width: 560px) { .hp-404__cards { grid-template-columns: 1fr; } }
.hp-404__card { display: flex; flex-direction: column; gap: 4px; background: #fff; border-radius: 16px; padding: 18px; border: 1px solid var(--hp-line-08); text-align: left; }
.hp-404__card:hover { border-color: var(--hp-saffron); text-decoration: none; }
.hp-404__ct { font-size: 16px; font-weight: 800; }
.hp-404__cd { font-size: 14px; color: var(--hp-muted); line-height: 1.45; }
.hp-404__btns { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 24px; }
