@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes drawLine{from{width:0}to{width:3rem}}.anim-1{animation:fadeUp .9s ease forwards;opacity:0}.anim-2{animation:fadeUp .9s .2s ease forwards;opacity:0}.anim-3{animation:fadeUp .9s .4s ease forwards;opacity:0}.anim-4{animation:fadeUp .9s .6s ease forwards;opacity:0}.anim-fade{animation:fadeIn 1.2s .3s ease forwards;opacity:0}.line-draw{display:inline-block;height:1px;background:#C8A96E;animation:drawLine 1s .8s ease forwards;width:0}.hero{min-height:100vh;padding-top:4rem;display:grid;grid-template-columns:1fr 1fr;position:relative}.hero-left{display:flex;flex-direction:column;justify-content:center;padding:5rem 3rem 5rem 5rem}.hero-eyebrow{font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;color:#C8A96E;display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.hero-title{font-family:'Cormorant Garamond',serif;font-size:clamp(2.6rem,5vw,4.8rem);font-weight:300;line-height:1.1;color:#1E1610;margin-bottom:1.5rem}.hero-title em{font-style:italic;color:#9B7A3D}.hero-body{font-size:.92rem;line-height:1.85;color:#5C4D40;max-width:40ch;margin-bottom:2.25rem}.hero-actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.hero-right{position:relative;display:flex;align-items:center;justify-content:center;padding:4rem 3rem}.hero-arch{width:100%;max-width:380px;aspect-ratio:3/4;border-radius:50% 50% 0 0 / 25% 25% 0 0;background:linear-gradient(170deg,#9B7A3D 0%,#C8A96E 40%,#E8D5A3 100%);position:relative;overflow:hidden;box-shadow:0 40px 80px rgba(30,22,16,.2)}.hero-arch-inner{position:absolute;inset:3px;border-radius:50% 50% 0 0 / 25% 25% 0 0;background:linear-gradient(170deg,#3D2E22 0%,#5C4D40 50%,#8C7B6B 100%);display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:2rem}.arch-geo-svg{position:absolute;inset:0;width:100%;height:100%;opacity:.13}.arch-arabic{font-size:2.2rem;color:#C8A96E;text-align:center;margin-bottom:.75rem;position:relative;z-index:2}.arch-label{font-family:'Cormorant Garamond',serif;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:#E8D5A3;opacity:.65;text-align:center;position:relative;z-index:2}.stat-card{position:absolute;background:#F5EED8;border:1px solid rgba(200,169,110,.3);padding:.9rem 1.25rem;box-shadow:0 8px 32px rgba(30,22,16,.1)}.stat-card.left{left:-0.5rem;top:33%}.stat-card.bottom{right:.5rem;bottom:13%}.stat-num{font-family:'Cormorant Garamond',serif;font-size:1.8rem;font-weight:300;color:#9B7A3D;line-height:1}.stat-label{font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;color:#8C7B6B;margin-top:.15rem}@media (max-width:768px){.hero{grid-template-columns:1fr;min-height:auto}.hero-left{padding:3.5rem 1.5rem 2rem;order:1}.hero-right{padding:1.5rem 1.5rem 3rem;order:2;min-height:380px}.hero-arch{max-width:240px}.stat-card.left{left:0;top:25%}.stat-card.bottom{right:0;bottom:8%}}.hero-actions .btn-primary{font-size:.75rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;padding:.85rem 1.75rem;background:#1E1610;color:#E8D5A3;text-decoration:none;transition:all .25s;display:inline-block}.hero-actions .btn-primary:hover{background:#9B7A3D}.hero-actions .btn-ghost{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:#8C7B6B;text-decoration:none;display:flex;align-items:center;gap:.4rem;transition:color .2s;background:none;border:none;padding:0}.hero-actions .btn-ghost:hover{color:#1E1610}.topics-section{padding:5rem 0;background:#EDE5CA}.topics-inner{max-width:1100px;margin:0 auto;padding:0 1.5rem}.topics-section .ornament{justify-content:center}.topics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(200,169,110,.2);border:1px solid rgba(200,169,110,.2)}.topic-card{background:#EDE5CA;padding:2rem 1.75rem;position:relative;overflow:hidden;text-decoration:none;color:inherit;display:block;transition:background .3s}.topic-card:hover{background:#E2D8BC}.topic-card::before{content:'';position:absolute;top:0;left:0;width:3px;height:0;background:#C8A96E;transition:height .4s ease}.topic-card:hover::before{height:100%}.topic-num{font-family:'Cormorant Garamond',serif;font-size:3rem;font-weight:300;color:rgba(200,169,110,.22);line-height:1;position:absolute;top:1.25rem;right:1.25rem}.topic-icon{font-size:1.4rem;margin-bottom:.75rem}.topic-title{font-family:'Cormorant Garamond',serif;font-size:1.35rem;font-weight:600;color:#1E1610;margin-bottom:.4rem;line-height:1.25}.topic-desc{font-size:.8rem;color:#8C7B6B;line-height:1.7}.topic-arrow{margin-top:1.25rem;font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:#C8A96E;display:flex;align-items:center;gap:.4rem}@media (max-width:860px){.topics-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:540px){.topics-grid{grid-template-columns:1fr}}.guides-section{padding:5rem 1.5rem;max-width:1280px;margin:0 auto}.guides-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2.5rem;flex-wrap:wrap;gap:1rem}.guides-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:1.5rem}.guide-card{text-decoration:none;color:inherit;display:flex;flex-direction:column}.guide-img{aspect-ratio:4/3;background:linear-gradient(135deg,#3D2E22,#8C7B6B);position:relative;overflow:hidden;margin-bottom:1.1rem}.guide-img.tall{aspect-ratio:3/4}.guide-img svg{position:absolute;inset:0;width:100%;height:100%;opacity:.15}.guide-img img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .5s ease}.guide-card:hover .guide-img img{transform:scale(1.04)}.guide-tag{position:absolute;top:.85rem;left:.85rem;font-size:.62rem;letter-spacing:.15em;text-transform:uppercase;background:#C8A96E;color:#1E1610;padding:.22rem .6rem;font-family:'Jost',sans-serif;z-index:2}.guide-title{font-family:'Cormorant Garamond',serif;font-size:1.25rem;font-weight:600;color:#1E1610;line-height:1.3;margin-bottom:.4rem;transition:color .2s}.guide-excerpt{font-size:.8rem;color:#8C7B6B;line-height:1.7}.guide-meta{font-size:.68rem;color:#B5A898;letter-spacing:.08em;text-transform:uppercase;margin-top:auto;padding-top:.65rem}.guide-card:hover .guide-title{color:#9B7A3D}@media (max-width:860px){.guides-grid{grid-template-columns:1fr 1fr}.guide-img.tall{aspect-ratio:4/3}}@media (max-width:540px){.guides-grid{grid-template-columns:1fr}}.dest-header{padding:0 1.5rem 1.5rem;max-width:1280px;margin:0 auto}.dest-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:rgba(200,169,110,.2)}.dest-strip .dest-card{background:#3D2E22;aspect-ratio:2/3;position:relative;overflow:hidden;text-decoration:none;display:flex;flex-direction:column;justify-content:flex-end;padding:1.25rem;transition:background .3s}.dest-strip .dest-card:hover{background:#5C4D40}.dest-strip .dest-card svg{position:absolute;inset:0;width:100%;height:100%;opacity:.1}.dest-name{font-family:'Cormorant Garamond',serif;font-size:1rem;font-weight:600;color:#E8D5A3;position:relative;z-index:2}.dest-sub{font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;color:#C8A96E;margin-top:.2rem;position:relative;z-index:2}.dest-num{position:absolute;top:.75rem;right:.75rem;font-family:'Cormorant Garamond',serif;font-size:2.5rem;font-weight:300;color:rgba(200,169,110,.15);line-height:1}@media (max-width:860px){.dest-strip{grid-template-columns:repeat(3,1fr)}}@media (max-width:480px){.dest-strip{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.spotlight-inner{grid-template-columns:1fr!important}.spotlight-logo{aspect-ratio:16/9!important;max-height:200px}}