/* About Us */
.custom001-about-page { background: #fff; }
.custom001-about-hero { position: relative; min-height: 610px; overflow: hidden; background: #f7f5f1; isolation: isolate; }
.custom001-about-hero__image { position: absolute; inset: 0; z-index: -2; background-image: var(--custom001-about-hero-image); background-position: center; background-size: cover; transition: opacity .9s ease, transform 1.2s ease; }
.custom001-about-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.98) 31%, rgba(255,255,255,.72) 48%, rgba(255,255,255,.08) 72%); transition: opacity .75s ease; }
.custom001-about-hero__content { box-sizing: border-box; width: min(calc(100% - 72px), var(--custom001-container)); min-height: 610px; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; margin-inline: auto; padding: 54px 0 62px; transition: opacity .6s ease, transform .75s ease, visibility 0s linear 0s; }
.custom001-about-hero h1 { max-width: 650px; margin: 0; font-size: clamp(48px, 4.5vw, 64px); letter-spacing: -.035em; }
.custom001-about-hero__subtitle { margin: 16px 0 0; color: var(--custom001-accent); font-size: 20px; font-weight: 500; }
.custom001-about-hero .custom001-accent-line { margin: 20px 0 24px; }
.custom001-about-hero__description { max-width: 485px; margin: 0; color: #333735; font-size: 15px; line-height: 1.75; }
.custom001-about-film-button { align-items: center; display: inline-flex; gap: 14px; margin-top: 38px; padding: 0; border: 0; color: var(--custom001-ink); background: transparent; cursor: pointer; font: 600 15px/1 var(--custom001-sans); }
.custom001-about-film-button__icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--custom001-green); transition: transform .2s ease, background .2s ease; }
.custom001-about-film-button__icon span { width: 0; height: 0; margin-left: 3px; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 9px solid currentColor; }
.custom001-about-film-button:hover .custom001-about-film-button__icon { background: var(--custom001-green-2); transform: scale(1.06); }
.custom001-about-film-button:focus-visible { outline: 2px solid var(--custom001-accent); outline-offset: 5px; }
.custom001-about-hero__video { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; object-fit: contain; background: #f7f5f1; opacity: 0; pointer-events: none; transition: opacity .9s ease; }
.custom001-about-hero.is-playing .custom001-about-hero__video { opacity: 1; }
.custom001-about-hero.is-playing .custom001-about-hero__content { opacity: 0; transform: translateY(14px); visibility: hidden; transition: opacity .45s ease, transform .55s ease, visibility 0s linear .55s; }
.custom001-about-hero.is-playing .custom001-about-hero__image { opacity: 0; transform: scale(1.02); }
.custom001-about-hero.is-playing::after { opacity: 0; }
.custom001-about-tabs { position: relative; z-index: 1; border-bottom: 1px solid #d7e7ef; background: #F4F8FA; }
.custom001-about-tabs__inner { display: flex; justify-content: center; overflow-x: auto; scrollbar-width: none; }
.custom001-about-tabs__inner::-webkit-scrollbar { display: none; }
.custom001-about-tabs a { position: relative; min-width: 150px; padding: 21px 34px; color: #747873; text-align: center; white-space: nowrap; }
.custom001-about-tabs a + a::before { content: ""; position: absolute; left: 0; top: 50%; width: 1px; height: 30px; background: #b7d3e3; transform: translateY(-50%); }
.custom001-about-tabs a::after { content: ""; position: absolute; left: 34px; right: 34px; bottom: -1px; height: 2px; background: var(--custom001-accent); transform: scaleX(0); transition: transform .2s ease; }
.custom001-about-tabs a.is-active { color: var(--custom001-ink); font-weight: 600; }
.custom001-about-tabs a.is-active::after { transform: scaleX(1); }
.custom001-about-tabs a:focus-visible { outline: 2px solid var(--custom001-accent); outline-offset: -4px; }
.custom001-about-company, .custom001-about-custom-section, .custom001-quality-documents { scroll-margin-top: calc(var(--custom001-header) + 24px); }
.custom001-about-company { padding: 66px 0 0; }
.custom001-about-company > .custom001-container { display: block; }
.custom001-about-company__intro { padding: 0 0 48px; }
.custom001-about-company__intro h2, .custom001-about-custom-section h2, .custom001-quality-documents h2 { margin: 0 0 26px; font-size: clamp(50px, 4.2vw, 66px); letter-spacing: -.032em; }
.custom001-about-richtext { max-width: none; color: #454a46; font-size: 18px; line-height: 1.85; }
.custom001-about-richtext p { margin: 0 0 18px; }
.custom001-about-richtext p:last-child { margin-bottom: 0; }
.custom001-about-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 20px 0 22px; }
.custom001-about-fact { position: relative; min-height: 76px; display: grid; grid-template-columns: 56px auto; align-items: center; justify-content: center; gap: 18px; padding: 0 38px; }
.custom001-about-fact:first-child, .custom001-about-fact:last-child { padding-inline: 38px; }
.custom001-about-fact + .custom001-about-fact::before { content: ""; position: absolute; left: 0; top: 8px; width: 1px; height: calc(100% - 16px); background: #b7d3e3; }
.custom001-about-fact img { width: 44px; height: 44px; object-fit: contain; }
.custom001-about-fact h3 { margin: 0 0 7px; font-family: var(--custom001-sans); font-size: 17px; font-weight: 600; }
.custom001-about-fact p { margin: 0; color: #454a46; font-size: 15.5px; line-height: 1.55; }
.custom001-about-principles { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 28px; border-top: 1px solid #d7e7ef; border-bottom: 1px solid #d7e7ef; background: #F4F8FA; }
.custom001-about-principles::after { content: ""; position: absolute; left: 50%; top: 24px; bottom: 24px; width: 1px; background: #b7d3e3; }
.custom001-about-principles article { min-height: 170px; padding: 38px 60px 40px; }
.custom001-about-principles h2 { margin: 0 0 16px; font-size: 29px; }
.custom001-about-principles p { max-width: 520px; margin: 0; color: #454a46; font-size: 15.5px; line-height: 1.75; }
.custom001-about-custom-section { padding: 78px 0 0; }
.custom001-about-custom-section:last-child { padding-bottom: 74px; }
.custom001-about-custom-section__copy { padding-bottom: 34px; }
.custom001-about-custom-section .custom001-about-richtext { max-width: none; font-size: 18px; line-height: 1.85; }
.custom001-about-custom-section__image { width: 100%; aspect-ratio: 16 / 6.6; margin: 0; overflow: hidden; background: var(--custom001-stone); }
.custom001-about-custom-section__image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.custom001-quality-documents { padding: 86px 0 74px; }
.custom001-quality-documents__heading { padding-bottom: 20px; border-bottom: 1px solid var(--custom001-line); }
.custom001-quality-documents__heading h2 { margin-bottom: 10px; }
.custom001-quality-documents__heading p, .custom001-quality-documents__empty { margin: 0; color: var(--custom001-muted); font-size: 18px; line-height: 1.85; }
.custom001-quality-documents__list { border-bottom: 1px solid var(--custom001-line); }
.custom001-quality-document { min-height: 63px; display: grid; grid-template-columns: 42px minmax(250px, 1.25fr) minmax(260px, 1.5fr) 58px 84px; align-items: center; gap: 16px; border-top: 1px solid var(--custom001-line); }
.custom001-quality-document:first-child { border-top: 0; }
.custom001-quality-document__icon { color: #8e8e87; }
.custom001-quality-document__icon .custom001-icon { width: 26px; height: 26px; }
.custom001-quality-document h3 { margin: 0; font-family: var(--custom001-sans); font-size: 16px; font-weight: 600; }
.custom001-quality-document p { margin: 0; color: #7b7e79; font-size: 15px; }
.custom001-quality-document__view { font-size: 14px; text-align: center; }
.custom001-quality-document__download { min-height: 34px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; border: 1px solid #969992; font-size: 12px; font-weight: 600; }
.custom001-quality-document__download .custom001-lucide-icon { width: 16px; height: 16px; }
.custom001-quality-documents__empty { padding: 22px 0; border-bottom: 1px solid var(--custom001-line); }
