:root{--color-primary:#14513a;--color-primary-light:#1e6b4e;--color-primary-dark:#0c3a28;--color-primary-50:#f0f5f1;--color-primary-100:#dce9df;--color-primary-200:#b8d3bf;--color-secondary:#0c3a28;--color-accent:#b99752;--color-accent-dark:#9a7c3f;--color-text:#1c1c1a;--color-text-muted:#6b6b64;--color-text-light:#9c9c93;--color-text-on-dark:#faf8f4;--color-text-on-accent:#1c1c1a;--color-background:#fff;--color-background-alt:#f7f7f7;--color-surface:#fff;--color-surface-hover:#f5f5f5;--color-border:#e3dfd6;--color-border-light:#eeebe3;--color-success:#2f7d4f;--color-warning:#b07c24;--color-error:#a63232;--color-info:#2b5d8a;--color-medina:#14513a;--color-medina-light:#edf3ee;--color-medina-accent:#7a2e2e;--color-mecca:#16161e;--color-mecca-light:#f4f1e8;--color-mecca-gold:#b99752;--font-heading:"OmraNum", "Cormorant Garamond", "Times New Roman", Georgia, serif;--font-body:"OmraNum", "Jost", "Avenir Next", "Segoe UI", sans-serif;--font-amount:"Lora", "OmraNum", "Cormorant Garamond", Georgia, serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--text-6xl:3.75rem;--leading-tight:1.15;--leading-normal:1.6;--leading-relaxed:1.75;--weight-normal:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--space-32:8rem;--max-width:1200px;--max-width-narrow:800px;--max-width-wide:1400px;--radius-sm:2px;--radius-md:4px;--radius-lg:6px;--radius-xl:10px;--radius-2xl:14px;--radius-full:9999px;--shadow-sm:0 1px 2px #1c1c1a0d;--shadow-md:0 4px 16px #1c1c1a12;--shadow-lg:0 12px 36px #1c1c1a17;--shadow-xl:0 20px 56px #1c1c1a1f;--transition-fast:.15s ease;--transition-normal:.25s ease;--transition-slow:.4s ease}@font-face{font-family:OmraNum;src:url(/assets/fonts/lora-400.woff2)format("woff2");font-weight:400 500;font-style:normal;font-display:swap;unicode-range:U+30-39,U+2C,U+2E,U+25,U+20AC,U+2F}@font-face{font-family:OmraNum;src:url(/assets/fonts/lora-600.woff2)format("woff2");font-weight:600 900;font-style:normal;font-display:swap;unicode-range:U+30-39,U+2C,U+2E,U+25,U+20AC,U+2F}*,:before,:after{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:100%}body{font-family:var(--font-body);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--color-text);background-color:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-variant-numeric:lining-nums;font-feature-settings:"lnum" 1}.gp-card__amount,.cart-item__price,.cart-summary__total strong,.cart-breakdown__value,.hc-breakdown__value,.header__cart-total strong,.gpr__rating-num,.adm-stat__value{font-variant-numeric:lining-nums tabular-nums;letter-spacing:-.01em;font-family:var(--font-amount)!important;font-weight:600!important}.gp-card__amount{font-size:1.45rem!important}.cart-item__price{font-size:1.25rem!important}.cart-summary__total strong{font-size:1.5rem!important}.header__cart-total strong{font-size:1.2rem!important}.gpr__rating-num{font-size:2.2rem!important}.price-hint{color:#6b6b63;text-align:right;text-underline-offset:3px;cursor:pointer;background:0 0;border:none;margin-top:5px;padding:0;font-family:OmraNum,Jost,sans-serif;font-size:.76rem;font-weight:400;line-height:1.45;text-decoration:underline dotted #c3beb0;transition:color .18s,text-decoration-color .18s;display:inline-block}.price-hint:hover{color:#14513a;text-decoration-color:#14513a}.price-hint__amount{color:#14513a;white-space:nowrap;font-weight:600}.price-hint__info{vertical-align:-3px;color:#b99752;border:1px solid #c9ae72;border-radius:50%;justify-content:center;align-items:center;width:15px;height:15px;margin-left:5px;font-size:.6rem;font-style:italic;font-weight:700;line-height:1;text-decoration:none;transition:background .18s,color .18s,border-color .18s;display:inline-flex}.price-hint:hover .price-hint__info{color:#faf8f4;background:#14513a;border-color:#14513a}.ph-modal-overlay{z-index:1200;backdrop-filter:blur(3px);background:#0828188c;justify-content:center;align-items:center;padding:20px;animation:.2s both phFade;display:flex;position:fixed;inset:0}.ph-modal-overlay[hidden]{display:none}.ph-modal{background:#fff;border-radius:18px;width:100%;max-width:380px;padding:26px 24px 22px;animation:.28s cubic-bezier(.16,1,.3,1) both phRise;position:relative;box-shadow:0 24px 60px #0828184d}.ph-modal__close{color:#4a4a42;cursor:pointer;background:#f2f1ec;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .18s,color .18s;display:flex;position:absolute;top:12px;right:12px}.ph-modal__close:hover{color:#faf8f4;background:#14513a}.ph-modal__title{color:#14513a;margin:0 34px 18px 0;font-family:OmraNum,Cormorant Garamond,Georgia,serif;font-size:1.35rem;font-weight:700;line-height:1.25}.ph-modal__rows{flex-direction:column;gap:2px;display:flex}.ph-modal__row{align-items:center;gap:11px;padding:13px 0;display:flex}.ph-modal__row+.ph-modal__row{border-top:1px solid #efede6}.ph-modal__dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.ph-modal__dot--green{background:#14513a}.ph-modal__dot--gold{background:#b99752}.ph-modal__label{color:#1c1c1a;flex-direction:column;flex:1;min-width:0;font-family:OmraNum,Jost,sans-serif;font-size:.85rem;font-weight:500;display:flex}.ph-modal__label em{color:#8e8e86;margin-top:2px;font-size:.72rem;font-style:normal;font-weight:300}.ph-modal__value{font-family:var(--font-amount);font-variant-numeric:lining-nums tabular-nums;color:#14513a;white-space:nowrap;font-size:1.2rem;font-weight:600}.ph-modal__value--muted{color:#8e8e86}@keyframes phFade{0%{opacity:0}to{opacity:1}}@keyframes phRise{0%{opacity:0;transform:translateY(14px)scale(.97)}to{opacity:1;transform:none}}@media (width<=639px){.gp-card__amount{font-size:1.3rem!important}.price-hint{font-size:.72rem}}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:var(--weight-semibold);line-height:var(--leading-tight);color:var(--color-text);letter-spacing:-.01em}h1{font-size:var(--text-5xl)}h2{font-size:var(--text-4xl)}h3{font-size:var(--text-2xl)}h4{font-size:var(--text-xl)}p{max-width:70ch}a{color:var(--color-primary);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--color-primary-dark)}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:inherit;font-size:inherit;-webkit-tap-highlight-color:transparent;background:0 0;border:none}ul,ol{list-style:none}input,textarea,select{font-family:inherit;font-size:inherit}.container{width:100%;max-width:var(--max-width);padding-inline:var(--space-6);margin-inline:auto}.container--narrow{max-width:var(--max-width-narrow)}.container--wide{max-width:var(--max-width-wide)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.section{padding-block:var(--space-20)}.section--alt{background-color:var(--color-background-alt)}.section__header{text-align:center;margin-bottom:var(--space-12)}.section__subtitle{color:var(--color-accent-dark);font-weight:var(--weight-medium);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.22em;margin:0 auto var(--space-3)}.section__title{font-size:var(--text-4xl);margin-bottom:var(--space-4)}.section__description{color:var(--color-text-muted);font-size:var(--text-lg);max-width:60ch;margin-inline:auto}.city-medina{--city-color:var(--color-medina);--city-color-light:var(--color-medina-light)}.city-mecca{--city-color:var(--color-mecca);--city-color-light:var(--color-mecca-light)}@media (width<=639px){h1{font-size:var(--text-3xl)}h2{font-size:var(--text-2xl)}h3{font-size:var(--text-xl)}.section{padding-block:var(--space-12)}.section__title{font-size:var(--text-2xl)}}@media (width>=640px) and (width<=1023px){h1{font-size:var(--text-4xl)}}#main-content{padding-top:76px}.has-hero #main-content{padding-top:0}:root{--ease-out-expo:cubic-bezier(.16, 1, .3, 1);--ease-out-quart:cubic-bezier(.25, 1, .5, 1);--ease-spring:cubic-bezier(.34, 1.4, .64, 1);--ease-in-out-smooth:cubic-bezier(.65, 0, .35, 1);--dur-fast:.2s;--dur-med:.45s;--dur-slow:.8s}::selection{background:var(--color-primary);color:#faf8f4}@media (width>=1024px){::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{border:2px solid var(--color-background);background:#c9c5bb;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:none}button:active,a[class*=cta]:active,a[class*=btn]:active{transition-duration:80ms;transform:scale(.975)}.reveal{opacity:0;will-change:opacity, transform;transition:opacity 1s cubic-bezier(.16,1,.3,1),transform 1.1s cubic-bezier(.16,1,.3,1);transform:translateY(40px)}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal-scale{opacity:0;will-change:opacity, transform;transition:opacity 1s cubic-bezier(.16,1,.3,1),transform 1.1s cubic-bezier(.16,1,.3,1);transform:scale(.92)}.reveal-scale.is-visible{opacity:1;transform:scale(1)}.reveal-blur{opacity:0;filter:blur(8px);transition:opacity .9s var(--ease-out-expo), transform .9s var(--ease-out-expo), filter .9s var(--ease-out-expo);will-change:opacity, transform, filter;transform:translateY(24px)}.reveal-blur.is-visible{opacity:1;filter:blur();transform:translateY(0)}.reveal-line{transform-origin:50%;transition:transform 1s var(--ease-out-expo);transform:scaleX(0)}.reveal-line.is-visible{transform:scaleX(1)}.reveal-img{overflow:hidden}.reveal-img img{transition:transform 1.2s var(--ease-out-expo);transform:scale(1.12)}.reveal-img.is-visible img{transform:scale(1)}.stagger>.reveal:first-child,.stagger>.reveal-scale:first-child,.stagger>.reveal-blur:first-child{transition-delay:0s}.stagger>.reveal:nth-child(2),.stagger>.reveal-scale:nth-child(2),.stagger>.reveal-blur:nth-child(2){transition-delay:.15s}.stagger>.reveal:nth-child(3),.stagger>.reveal-scale:nth-child(3),.stagger>.reveal-blur:nth-child(3){transition-delay:.3s}.stagger>.reveal:nth-child(4),.stagger>.reveal-scale:nth-child(4),.stagger>.reveal-blur:nth-child(4){transition-delay:.45s}.stagger>.reveal:nth-child(5),.stagger>.reveal-scale:nth-child(5),.stagger>.reveal-blur:nth-child(5){transition-delay:.6s}.stagger>.reveal:nth-child(6),.stagger>.reveal-scale:nth-child(6),.stagger>.reveal-blur:nth-child(6){transition-delay:.75s}@keyframes heroRise{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes heroFade{0%{opacity:0}to{opacity:1}}@keyframes kenBurns{0%{transform:scale(1.06)}to{transform:scale(1)}}.load-rise{opacity:0;animation:heroRise 1s var(--ease-out-expo) forwards;animation-delay:var(--load-delay,0s)}.u-underline{position:relative}.u-underline:after{content:"";transform-origin:100%;width:100%;height:1px;transition:transform .4s var(--ease-out-quart);background:currentColor;position:absolute;bottom:-3px;left:0;transform:scaleX(0)}.u-underline:hover:after{transform-origin:0;transform:scaleX(1)}@media (prefers-reduced-motion:reduce){.reveal,.reveal-scale,.reveal-blur,.reveal-line,.reveal-img img{opacity:1;filter:none;transition:none;transform:none}.load-rise{opacity:1;animation:none}html{scroll-behavior:auto}}
