.AboutPage-module__MPL_La__page{min-height:100vh;font-family:var(--font-primary);background:linear-gradient(180deg, var(--color-bg-deep1) 0%, var(--color-bg-deep) 100%);display:flex;position:relative;overflow:hidden}.AboutPage-module__MPL_La__main{flex-direction:column;flex:1;align-items:center;gap:clamp(28px,5vw,56px);min-width:0;min-height:100%;padding-bottom:clamp(32px,6vw,72px);display:flex}.AboutPage-module__MPL_La__hero{justify-content:center;align-items:flex-end;width:100%;min-height:clamp(360px,68vh,640px);display:flex;position:relative;overflow:hidden}.AboutPage-module__MPL_La__heroImage{object-fit:cover;object-position:center;filter:brightness(.78)saturate(1.05)}.AboutPage-module__MPL_La__heroScrim{pointer-events:none;background:linear-gradient(#1a120d40 0%,#1a120d8c 55%,#1a120deb 100%);position:absolute;inset:0}.AboutPage-module__MPL_La__heroContent{z-index:1;text-align:center;gap:clamp(10px,1.5vw,16px);width:min(1080px,100%);padding:clamp(28px,5vw,56px) clamp(16px,4vw,28px) clamp(32px,5vw,60px);display:grid;position:relative}.AboutPage-module__MPL_La__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent-copper);text-shadow:0 2px 10px #0009;margin:0;font-size:.8rem;font-weight:700}.AboutPage-module__MPL_La__heading{color:var(--color-accent-gold);text-shadow:0 2px 16px #0000008c;margin:0;font-size:clamp(2.1rem,5.5vw,3.4rem);font-weight:700;line-height:1.12}.AboutPage-module__MPL_La__lead{max-width:56ch;color:var(--color-text-inverse);text-shadow:0 2px 12px #0009;margin:0 auto;font-size:clamp(1rem,2vw,1.18rem);line-height:1.55}.AboutPage-module__MPL_La__stories{flex-direction:column;gap:clamp(24px,4vw,48px);width:min(1180px,100%);padding:0 clamp(12px,4vw,28px);display:flex}.AboutPage-module__MPL_La__storyRow{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:clamp(20px,3vw,48px);display:grid}.AboutPage-module__MPL_La__storyRowReversed .AboutPage-module__MPL_La__storyMedia{order:2}.AboutPage-module__MPL_La__storyMedia{aspect-ratio:4/5;border-radius:var(--radius-lg);min-width:0;box-shadow:var(--shadow-lg);border:1px solid #b8733373;position:relative;overflow:hidden}.AboutPage-module__MPL_La__storyImage{object-fit:cover;object-position:center;transition:transform var(--transition-medium)}.AboutPage-module__MPL_La__storyMedia:hover .AboutPage-module__MPL_La__storyImage{transform:scale(1.04)}.AboutPage-module__MPL_La__storyBody{border-radius:var(--radius-md);min-width:0;box-shadow:var(--shadow-md);background:linear-gradient(#2c2220c7 0%,#1a120dd1 100%);border:1px solid #b8733373;flex-direction:column;gap:clamp(10px,1.5vw,16px);padding:clamp(16px,2.5vw,28px);display:flex}.AboutPage-module__MPL_La__subheading{color:var(--color-accent-gold);letter-spacing:.01em;font-size:clamp(1.3rem,3vw,1.7rem);font-weight:700;line-height:1.2;font-family:var(--font-primary);margin:0}.AboutPage-module__MPL_La__text{color:var(--color-text-inverse);margin:0;font-size:clamp(.98rem,2vw,1.08rem);line-height:1.72}.AboutPage-module__MPL_La__signatureBox{border-radius:var(--radius-md);width:min(1080px,100%);box-shadow:var(--shadow-sm);background:linear-gradient(90deg,#b8733347 0%,#e2b07e2e 100%);border:1px solid #e2b07e73;justify-content:center;align-items:center;margin:0 clamp(12px,4vw,28px);padding:clamp(16px,2.5vw,22px) clamp(16px,3vw,28px);display:flex}.AboutPage-module__MPL_La__signature{font-family:var(--font-primary);color:var(--color-accent-gold);letter-spacing:.03em;text-align:center;text-shadow:0 2px 10px #0006;margin:0;font-size:clamp(1.05rem,2.6vw,1.35rem);font-weight:700}.AboutPage-module__MPL_La__channelsSection{border-radius:var(--radius-md);width:min(1080px,100%);box-shadow:var(--shadow-lg);background:linear-gradient(#2c2220c7 0%,#1a120dd1 100%);border:1px solid #b8733373;flex-direction:column;align-items:center;gap:14px;margin:0 clamp(12px,4vw,28px);padding:clamp(16px,2.5vw,22px);display:flex}.AboutPage-module__MPL_La__channelsHeading{color:var(--color-accent-gold);text-align:center;margin:0;font-size:clamp(1.05rem,2.4vw,1.25rem);font-weight:600}.AboutPage-module__MPL_La__socialLinks{justify-content:center;gap:18px;display:flex}.AboutPage-module__MPL_La__socialLink{width:44px;height:44px;color:var(--color-accent-gold);background:#2c222099;border:1px solid #b873338c;border-radius:999px;justify-content:center;align-items:center;font-size:1.35rem;transition:color .2s,background .2s,transform .2s,border-color .2s,box-shadow .2s;display:inline-flex}.AboutPage-module__MPL_La__socialLink:hover{color:var(--color-bg-deep);background:var(--color-accent-gold);border-color:var(--color-accent-gold);transform:translateY(-2px);box-shadow:0 0 16px #e2b07e73}.AboutPage-module__MPL_La__socialLink:focus-visible{outline:2px solid var(--color-accent-gold);outline-offset:2px}@media (max-width:900px){.AboutPage-module__MPL_La__storyRow{grid-template-columns:1fr;gap:clamp(14px,3vw,22px)}.AboutPage-module__MPL_La__storyRowReversed .AboutPage-module__MPL_La__storyMedia{order:0}.AboutPage-module__MPL_La__storyMedia{aspect-ratio:16/10}}@media (max-width:600px){.AboutPage-module__MPL_La__hero{min-height:clamp(320px,56vh,440px)}.AboutPage-module__MPL_La__stories{padding:0 10px}.AboutPage-module__MPL_La__signatureBox,.AboutPage-module__MPL_La__channelsSection{border-radius:var(--radius-sm);margin:0 10px}.AboutPage-module__MPL_La__storyMedia{border-radius:var(--radius-md)}}@media (prefers-reduced-motion:reduce){.AboutPage-module__MPL_La__socialLink,.AboutPage-module__MPL_La__storyImage{transition-duration:.001ms}.AboutPage-module__MPL_La__storyMedia:hover .AboutPage-module__MPL_La__storyImage{transform:none}}
