.page-hero{position:relative;min-height:50vh;display:flex;align-items:center;overflow:hidden;padding-top:80px}.page-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#06040f;background-image:repeating-linear-gradient(180deg,transparent 0px,transparent 22px,rgba(200,150,62,.055) 22px,rgba(200,150,62,.055) 23px),radial-gradient(ellipse 65% 55% at 50% -5%,rgba(200,150,62,.42) 0%,transparent 68%),radial-gradient(ellipse 35% 40% at 72% 5%,rgba(232,176,80,.18) 0%,transparent 55%),radial-gradient(ellipse 55% 85% at -8% 55%,rgba(107,47,160,.45) 0%,transparent 60%),radial-gradient(ellipse 42% 65% at 108% 45%,rgba(155,35,53,.35) 0%,transparent 58%),linear-gradient(to top,rgba(6,4,15,.8) 0%,transparent 45%),radial-gradient(ellipse 120% 100% at 50% 100%,#100820,#06040f 55%)}.page-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#06040f4d,#6b2fa026 55%,#9b23351a)}.page-hero__content{position:relative;z-index:2;padding-top:3rem;padding-bottom:3rem}.page-hero__breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:var(--font-size-xs);color:#f0ede699;margin-bottom:1rem;font-family:var(--font-body);letter-spacing:.05em;text-transform:uppercase}.page-hero__breadcrumb a{color:#f0ede699;transition:color .2s ease}.page-hero__breadcrumb a:hover{color:var(--color-accent-gold)}.page-hero__breadcrumb svg{width:14px;height:14px}.page-hero__title{font-family:var(--font-heading);font-size:var(--font-size-display);color:#fff;line-height:1.1;margin-bottom:.5rem}.page-hero__subtitle{font-size:clamp(1rem,1.8vw,1.2rem);color:#f0ede6cc;max-width:560px}.founder{background:var(--color-bg-primary)}.founder__grid{display:grid;grid-template-columns:1fr 1.4fr;gap:5rem;align-items:center}.founder__photo-wrap{position:relative}.founder__photo-frame{position:relative;width:100%;max-width:380px;margin:0 auto}.founder__photo-frame:before{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border-radius:20px;background:var(--gradient-gold);z-index:-1;opacity:.6}.founder__photo-frame img{width:100%;aspect-ratio:3/4;object-fit:cover;object-position:60% top;border-radius:16px;display:block;box-shadow:var(--shadow-lg)}.founder__photo-accent{position:absolute;bottom:-1.5rem;right:-1.5rem;width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,var(--color-accent-gold),var(--color-accent-deep));display:flex;align-items:center;justify-content:center;font-size:2.5rem;box-shadow:var(--shadow-md)}.founder__quote{font-family:var(--font-heading);font-size:clamp(1.1rem,2vw,1.4rem);font-style:italic;color:var(--color-accent-gold);background:var(--color-bg-card);border-left:3px solid var(--color-accent-gold);padding:1.25rem 1.5rem;border-radius:0 12px 12px 0;margin:2rem 0;line-height:1.5}.founder__body p{margin-bottom:1rem}.credentials{background:var(--color-bg-secondary)}.credentials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 900px){.credentials__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.credentials__grid{grid-template-columns:1fr}}.tours{background:var(--color-bg-primary)}.tours__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.tour-card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:16px;padding:2rem 1.5rem;text-align:center;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.tour-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md);border-color:var(--color-accent-gold)}.tour-card__flag{width:auto;height:42px;margin:0 auto 1rem;border-radius:6px;display:block;box-shadow:0 2px 10px #00000040;object-fit:contain}.tour-card__country{font-family:var(--font-heading);font-size:var(--font-size-h3);color:var(--color-text-primary);margin-bottom:.35rem}.tour-card__desc{font-size:var(--font-size-small);color:var(--color-text-muted);line-height:1.5;text-align:center;text-align-last:center}.timeline-section{background:var(--color-bg-secondary)}.timeline{position:relative;max-width:700px;margin:0 auto}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,var(--color-accent-gold),var(--color-accent-deep),var(--color-accent-gold));transform:translate(-50%)}.timeline__item{display:flex;gap:2rem;margin-bottom:3rem;position:relative}.timeline__item:nth-child(2n){flex-direction:row-reverse}.timeline__item:nth-child(odd) .timeline__content{text-align:right}.timeline__item:nth-child(odd) .timeline__content p{text-align:right;text-align-last:right}.timeline__dot{position:absolute;left:50%;top:8px;width:14px;height:14px;background:var(--color-accent-gold);border:3px solid var(--color-bg-secondary);border-radius:50%;transform:translate(-50%);box-shadow:0 0 0 3px #c8963e4d;flex-shrink:0}.timeline__content{width:calc(50% - 2rem)}.timeline__year{font-family:var(--font-body);font-size:var(--font-size-xs);font-weight:700;letter-spacing:var(--tracking-wider);text-transform:uppercase;color:var(--color-accent-gold);margin-bottom:.35rem}.timeline__title{font-family:var(--font-heading);font-size:var(--font-size-h3);color:var(--color-text-primary);margin-bottom:.35rem}.timeline__desc{font-size:var(--font-size-small);color:var(--color-text-secondary);line-height:1.6}@media (max-width: 900px){.founder__grid{grid-template-columns:1fr;gap:3rem}.founder__body .section-header{text-align:center}.tours__grid{grid-template-columns:repeat(2,1fr)}.timeline:before{left:20px}.timeline__item,.timeline__item:nth-child(2n){flex-direction:row;padding-left:60px}.timeline__item:nth-child(odd) .timeline__content{text-align:left}.timeline__item:nth-child(odd) .timeline__content p{text-align:left;text-align-last:left}.timeline__dot{left:20px}.timeline__content{width:100%}}@media (max-width: 560px){.tours__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.page-hero__title{font-size:clamp(2rem,10vw,3rem)}.page-hero__subtitle{font-size:.95rem}.page-hero{min-height:40vh}}
