.about-page{background:var(--primary-color);color:var(--white-color);font-family:var(--font-body);overflow-x:hidden}.about-page .btn-filled,.about-page .btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:44px;padding:12px 28px;border-radius:999px;font-family:var(--font-body);font-size:.8rem;font-weight:800;letter-spacing:.1em;line-height:1;text-transform:uppercase;white-space:nowrap;text-decoration:none;cursor:pointer;transition:transform .22s ease,background .22s ease,box-shadow .22s ease}.about-page .btn-filled{background:#f35a1c;border:none;color:#fff;box-shadow:0 4px 24px rgba(243,90,28,.38)}.about-page .btn-filled:hover{background:#ff7034;transform:translateY(-2px);box-shadow:0 8px 32px rgba(243,90,28,.5)}.about-page .btn-outline{background:transparent;border:1.5px solid rgba(255,255,255,.5);color:#fff}.about-page .btn-outline:hover{background:rgba(255,255,255,.1);border-color:#fff;transform:translateY(-2px)}.about-hero{position:relative;min-height:92vh;display:grid;grid-template-columns:1.3fr .7fr;align-items:center}.about-hero__left{position:relative;display:flex;flex-direction:column;justify-content:center;padding:clamp(3rem,6vw,6rem) clamp(2rem,5vw,5rem);background:linear-gradient(145deg,#3a0f02,#5c1e06 55%,#6e2507);z-index:1}.about-hero__left:after{content:"";position:absolute;right:-1px;top:0;bottom:0;width:80px;background:linear-gradient(90deg,#5c1e06,transparent);z-index:2}.about-hero__eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:1.5rem}.about-hero__eyebrow:before{content:"";width:36px;height:2px;background:#f35a1c;flex-shrink:0}.about-hero__eyebrow span{font-size:.72rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase;color:#f35a1c}.about-hero__logo{width:clamp(90px,10vw,130px);height:auto;display:block;margin-bottom:2rem;opacity:.9}.about-hero__title{font-family:"Blinka Serif",var(--font-heading);font-size:clamp(1.8rem,3.2vw,3.2rem);font-weight:400;line-height:1.05;color:#fff;margin:0 0 1.5rem;max-width:520px}.about-hero__title em{font-style:normal;color:#f35a1c}.about-hero__desc{color:rgba(255,255,255,.78);font-size:clamp(.95rem,1.2vw,1.08rem);font-weight:500;line-height:1.7;max-width:460px;margin:0 0 2.5rem}.about-hero__actions{display:flex;flex-wrap:wrap;gap:.9rem}.about-hero__right{position:relative;overflow:hidden;max-height:60vh;border-radius:16px;margin:40px 40px 40px 0}.about-hero__right img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .8s ease}.about-hero__right:hover img{transform:scale(1.04)}.about-hero__overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(58,15,2,.45),transparent 60%);pointer-events:none}.about-hero__badge{position:absolute;bottom:2.5rem;left:2rem;background:rgba(20,6,1,.82);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(243,90,28,.4);border-radius:12px;padding:1rem 1.5rem;display:flex;align-items:center;gap:1rem}.about-hero__badge-num{font-family:"Blinka Serif",var(--font-heading);font-size:2.4rem;color:#f35a1c;line-height:1}.about-hero__badge-text{font-size:.78rem;font-weight:700;color:rgba(255,255,255,.8);text-transform:uppercase;letter-spacing:.06em;line-height:1.35}.about-pillars{padding:clamp(4rem,7vw,7rem) 0;background:#1e0800}.about-pillars__header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:3.5rem}.about-pillars__label{display:flex;align-items:center;gap:10px;margin-bottom:.75rem}.about-pillars__label:before{content:"";width:28px;height:2px;background:#f35a1c}.about-pillars__label span{font-size:.7rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#f35a1c}.about-pillars__title{font-family:"Blinka Serif",var(--font-heading);font-size:clamp(2rem,3.5vw,3.5rem);font-weight:400;color:#fff;line-height:1.05;margin:0;max-width:480px}.about-pillars__divider{width:1px;height:60px;background:linear-gradient(180deg,transparent,rgba(243,90,28,.6),transparent);flex-shrink:0}.about-pillars__subtitle{font-size:clamp(.9rem,1.1vw,1rem);color:rgba(255,255,255,.65);font-weight:500;line-height:1.65;max-width:340px}.about-pillars__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5px;gap:1.5px;background:rgba(255,255,255,.06);border:1.5px solid rgba(255,255,255,.08);border-radius:16px;overflow:hidden}.about-pillar{padding:2.5rem 2rem;background:#1e0800;position:relative;transition:background .3s ease}.about-pillar:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#f35a1c,transparent);opacity:0;transition:opacity .3s ease}.about-pillar:hover{background:#2a0d02}.about-pillar:hover:before{opacity:1}.about-pillar__num{font-family:"Blinka Serif",var(--font-heading);font-size:3.5rem;color:rgba(243,90,28,.18);line-height:1;margin-bottom:1.2rem;display:block;transition:color .3s ease}.about-pillar:hover .about-pillar__num{color:rgba(243,90,28,.35)}.about-pillar h3{font-family:var(--font-heading);font-size:1.15rem;font-weight:700;color:#fff;margin:0 0 .85rem}.about-pillar p{font-size:.93rem;font-weight:500;color:rgba(255,255,255,.65);line-height:1.6;margin:0}.about-story{padding:clamp(4.5rem,8vw,8rem) 0}.about-story--fresh{background:linear-gradient(160deg,#2d0d01,#3f1203)}.about-story--people{background:#1e0800}.about-story__inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(3rem,6vw,7rem);gap:clamp(3rem,6vw,7rem);align-items:center}.about-story__inner--reverse{direction:rtl}.about-story__inner--reverse>*{direction:ltr}.about-story__image-wrap{position:relative;max-width:420px;margin:0 auto}.about-story__image-main{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:20px;display:block;box-shadow:0 32px 80px rgba(0,0,0,.4)}.about-story__image-accent{position:absolute;width:48%;aspect-ratio:1;object-fit:cover;border-radius:14px;border:4px solid #1e0800;box-shadow:0 16px 48px rgba(0,0,0,.36);bottom:-1.5rem;right:-1.5rem}.about-story__image-wrap--reverse .about-story__image-accent{right:auto;left:-1.5rem}.about-story__tag{position:absolute;top:1.5rem;right:-1rem;background:#f35a1c;color:#fff;font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;padding:.5rem 1.1rem;border-radius:999px;box-shadow:0 6px 20px rgba(243,90,28,.4)}.about-story__image-wrap--reverse .about-story__tag{right:auto;left:-1rem}.about-story__copy{max-width:520px}.about-story__eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:1.2rem}.about-story__eyebrow:before{content:"";width:28px;height:2px;background:#f35a1c;flex-shrink:0}.about-story__eyebrow span{font-size:.7rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#f35a1c}.about-story__copy h2{font-family:"Blinka Serif",var(--font-heading);font-size:clamp(2rem,3.8vw,3.6rem);font-weight:400;color:#fff;line-height:1.02;margin:0 0 1.25rem}.about-story__copy p{font-size:clamp(.95rem,1.2vw,1.06rem);font-weight:500;color:rgba(255,255,255,.75);line-height:1.72;margin:0}.about-story__stats{display:flex;gap:2.5rem;margin-top:2.5rem;padding-top:2.5rem;border-top:1px solid rgba(255,255,255,.1)}.about-story__stat strong{display:block;font-family:"Blinka Serif",var(--font-heading);font-size:2.2rem;font-weight:400;color:#f35a1c;line-height:1}.about-story__stat span{font-size:.78rem;font-weight:700;color:rgba(255,255,255,.55);text-transform:uppercase;letter-spacing:.06em;margin-top:.35rem;display:block}.about-gallery{padding:clamp(3.5rem,6vw,6rem) 0;background:#150500;overflow:hidden}.about-gallery__header{margin-bottom:2.5rem}.about-gallery__label{display:flex;align-items:center;gap:10px;margin-bottom:.8rem}.about-gallery__label:before{content:"";width:28px;height:2px;background:#f35a1c}.about-gallery__label span{font-size:.7rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#f35a1c}.about-gallery__title{font-family:"Blinka Serif",var(--font-heading);font-size:clamp(1.8rem,3.2vw,3rem);font-weight:400;color:#fff;margin:0;line-height:1.05}.about-gallery__grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:240px 240px;grid-gap:12px;gap:12px}.about-gallery__item{position:relative;overflow:hidden;border-radius:12px}.about-gallery__item:first-child{grid-row:1/3;border-radius:20px}.about-gallery__item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.about-gallery__item:hover img{transform:scale(1.06)}@media (max-width:1024px){.about-hero{grid-template-columns:1fr;min-height:auto}.about-hero__left:after{display:none}.about-hero__right{height:55vw;min-height:300px}.about-pillars__header{flex-direction:column;align-items:flex-start}.about-pillars__divider{display:none}.about-story__inner,.about-story__inner--reverse{grid-template-columns:1fr;direction:ltr}.about-story__image-wrap{max-width:380px;padding-bottom:4rem;padding-right:2rem}.about-story__image-wrap--reverse{padding-right:0;padding-left:2rem}.about-story__image-accent{width:40%;bottom:0;right:0}.about-story__image-wrap--reverse .about-story__image-accent{right:auto;left:0}.about-gallery__grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}.about-gallery__item:first-child{grid-row:auto;grid-column:1/3}}@media (max-width:768px){.about-pillars__grid{grid-template-columns:1fr}.about-story__stats{gap:1.5rem}.about-gallery__grid{grid-template-columns:1fr}.about-gallery__item:first-child{grid-column:auto}.about-gallery__grid .about-gallery__item{height:260px}}@media (max-width:520px){.about-page .btn-filled,.about-page .btn-outline{width:100%}.about-hero__badge{left:1rem;bottom:1.5rem}.about-story__image-wrap{max-width:320px;padding-bottom:3.5rem;padding-right:1.5rem}.about-story__image-wrap--reverse{padding-right:0;padding-left:1.5rem}.about-story__image-accent{display:block;width:48%;aspect-ratio:1;bottom:0;right:0;border-radius:10px;border-width:3px}.about-story__image-wrap--reverse .about-story__image-accent{right:auto;left:0}.about-story__tag{display:block;font-size:.62rem;padding:.38rem .8rem;top:.75rem;right:.5rem}.about-story__image-wrap--reverse .about-story__tag{right:auto;left:.5rem}.about-story__stats{flex-wrap:wrap;gap:1.25rem}}