@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+Arabic:wght@400;500;600;700&display=swap');
:root{color-scheme:dark;--bg:#061523;--panel:#0b2032;--gold:#e6bf70;--text:#f6f3ec;--muted:#b4bec8;--line:#ffffff20}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.65 'DM Sans',Arial,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid var(--gold);outline-offset:6px}.header{max-width:1280px;margin:auto;min-height:104px;padding:20px 48px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:24px}.brand{display:flex;align-items:center;gap:14px;font-family:Georgia,serif;font-size:34px;font-weight:bold;letter-spacing:3px;color:var(--gold);line-height:1.15}.brand img{width:58px;height:58px;object-fit:cover;border-radius:50%}.brand small{display:block;font:11px/1.8 'DM Sans',sans-serif;letter-spacing:3px}nav{display:flex;gap:32px;font-size:14px}nav a:hover,.social a:hover{color:var(--gold)}.language{display:flex;align-items:center;gap:8px;color:#6e7c88}.language button{background:none;border:0;color:var(--muted);cursor:pointer;padding:7px;font-size:14px}.language button[aria-pressed=true]{color:var(--gold)}main{overflow:hidden}.hero{max-width:1280px;margin:auto;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:50px;padding:76px 48px 82px}.eyebrow{font-size:12px;letter-spacing:2.3px;color:var(--gold);font-weight:600;margin:0 0 20px}h1{font-family:Georgia,serif;font-size:clamp(42px,4.8vw,67px);font-weight:400;line-height:1.12;letter-spacing:-2px;margin:0 0 28px}h1 em{color:var(--gold);font-style:normal}.intro{color:var(--muted);max-width:440px;margin:0 0 32px;line-height:1.8}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;padding:15px 24px;font-size:14px;font-weight:600;border:1px solid transparent;transition:background .2s,transform .2s}.button:hover{transform:translateY(-2px)}.gold{background:var(--gold);color:#101c27}.gold:hover{background:#f4d494}.hero-note{font-size:12px;color:var(--muted);margin-top:20px}.hero-art{position:relative}.hero-art img{display:block;width:100%;border-radius:50%;box-shadow:0 0 90px #e5b25212}.art-caption{display:flex;justify-content:space-between;font-size:10px;letter-spacing:1.8px;margin-top:24px;color:var(--muted);gap:12px}.art-caption span:last-child{font-family:Georgia,serif;font-style:italic;letter-spacing:0;font-size:14px}.services,.locations{padding:65px 48px;max-width:1280px;margin:auto}.services{border-top:1px solid var(--line)}.section-top{display:flex;justify-content:space-between;gap:32px;align-items:end;margin-bottom:34px}.section-top .eyebrow{margin-bottom:12px}h2{font:400 36px/1.2 Georgia,serif;margin:0}.section-top>p{font-size:14px;color:var(--muted);margin:0;max-width:350px}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line)}.service-grid article{padding:26px;border-inline-end:1px solid var(--line);position:relative;background:#091b2b}.service-grid article:last-child{border:0}.service-icon{font-size:32px;color:var(--gold);display:block;height:58px}.number{position:absolute;inset-inline-end:25px;top:30px;font-size:12px;color:#728291}h3{font-size:19px;font-weight:500;margin:16px 0 12px}.service-grid p{font-size:14px;color:var(--muted);margin:0;line-height:1.75}.booking-note{display:flex;gap:14px;align-items:start;padding:22px 0 0;color:var(--muted);font-size:13px}.booking-note>span{color:var(--gold);font-size:18px}.booking-note p{margin:0;max-width:920px}.booking-note strong{color:#e0e5e9;font-weight:500}.locations{padding-top:40px;padding-bottom:80px}.location-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.location{padding:32px;background:var(--panel);border:1px solid var(--line)}.location-heading{display:flex;justify-content:space-between;color:var(--gold)}.location-heading .eyebrow{margin:0}.location h3{font:36px/1.2 Georgia,serif;margin:22px 0}.location address{font-style:normal;color:var(--muted);font-size:16px;text-align:start}.phone{display:block;width:fit-content;margin:18px 0 24px;font-size:18px}.whatsapp{border-color:#dabc7650;color:var(--gold);width:100%}.whatsapp:hover{background:#e6bf7010}.hours{display:grid;grid-template-columns:1fr 1fr 1fr;gap:34px;padding:24px 0;border-bottom:1px solid var(--line);align-items:center}.hours h3{margin:0;font-size:17px}.hours p{margin:0;display:flex;flex-direction:column;font-size:14px;color:var(--muted)}.hours strong{font-weight:500;color:var(--text)}footer{max-width:1280px;padding:36px 48px 24px;margin:auto;border-top:1px solid var(--line)}.footer-main,.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:24px}.social{display:flex;gap:28px;font-size:14px}.footer-bottom{margin-top:32px;color:#91a0ae;font-size:12px}.footer-bottom span{display:inline-block}[dir=rtl] body{font-family:'Noto Sans Arabic',Arial,sans-serif}[dir=rtl] h1,[dir=rtl] h2,[dir=rtl] .location h3{font-family:'Noto Sans Arabic',sans-serif;letter-spacing:0;line-height:1.65}[dir=rtl] .eyebrow{letter-spacing:0}[dir=rtl] .location address{text-align:right}
@media(min-width:1450px){.hero{padding-top:95px;padding-bottom:100px}}@media(max-width:950px){.header{padding-inline:28px}.hero{gap:28px;padding:56px 28px}.services,.locations{padding-inline:28px}h1{font-size:45px}.service-grid{grid-template-columns:1fr 1fr}.service-grid article:nth-child(2){border-inline-end:0}.service-grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}.section-top{align-items:start;flex-direction:column;gap:16px}footer{padding-inline:28px}}@media(max-width:620px){.header{padding:16px 20px;min-height:86px;gap:10px}.brand{font-size:27px}.brand img{width:44px;height:44px}.brand small{font-size:9px}nav{display:none}.language{gap:2px}.hero{grid-template-columns:1fr;padding:42px 22px;gap:38px}.hero-copy{max-width:100%}h1{font-size:45px}.hero-art{max-width:400px;width:100%;margin:auto}.intro{font-size:16px}.services,.locations{padding:40px 22px}h2{font-size:30px}.service-grid{grid-template-columns:1fr}.service-grid article{border-inline-end:0;border-bottom:1px solid var(--line);padding:24px}.service-grid article:nth-child(3){border-bottom:1px solid var(--line)}.service-icon{height:42px}.location-grid{grid-template-columns:1fr}.location{padding:26px}.hours{grid-template-columns:1fr 1fr;gap:16px}.hours h3{grid-column:1/-1}.footer-main,.footer-bottom{align-items:start;flex-direction:column}.footer-bottom{gap:12px}.eyebrow{font-size:11px}footer{padding:30px 22px}.art-caption{letter-spacing:1px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
.social-icon{width:21px;height:21px;flex-shrink:0;display:block}.social a{display:inline-flex;align-items:center;gap:9px}.whatsapp{gap:12px}.whatsapp>span:nth-child(2){flex:1}.whatsapp .social-icon{color:#67d99b}.footer-links{display:flex;gap:24px;margin-top:26px;font-size:14px}.footer-links a:hover{color:var(--gold)}.legal-section{max-width:1280px;margin:auto;padding:0 48px 48px}.legal-section details{border:1px solid var(--line)}.legal-section summary{padding:20px 24px;cursor:pointer;color:var(--gold)}.legal-content{padding:8px 24px 24px}.legal-content p{max-width:850px;color:var(--muted)}.legal-content a{text-decoration:underline;text-underline-offset:4px}.draft-notice{border-inline-start:2px solid var(--gold);padding-inline-start:18px}.legal-section summary:focus-visible{outline:3px solid var(--gold);outline-offset:4px}@media(max-width:620px){.legal-section{padding:0 22px 32px}.social{flex-wrap:wrap}}
.email-contact{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:24px;padding:20px 0;border-bottom:1px solid var(--line)}.email-contact a{color:var(--gold);overflow-wrap:anywhere}.legal-content a{overflow-wrap:anywhere}
/* World destinations hero; logo at 70% of its original column width. */
.hero{position:relative;isolation:isolate;min-height:620px}.hero::before{content:"";position:absolute;z-index:-2;inset:0 calc((100% - 100vw)/2);background:url("weltstaedte-panorama.png") center 64%/cover no-repeat}.hero::after{content:"";position:absolute;z-index:-1;inset:0 calc((100% - 100vw)/2);background:linear-gradient(90deg,rgba(6,21,35,.72) 0%,rgba(6,21,35,.62) 36%,rgba(6,21,35,.28) 75%,rgba(6,21,35,.15) 100%),linear-gradient(0deg,#061523 0%,transparent 22%)}.hero-art{width:70%;justify-self:center;margin-inline:auto}.hero-copy{text-shadow:0 2px 16px #06152380}.art-caption{flex-wrap:wrap;justify-content:center;text-align:center;color:#f6f3ec;text-shadow:0 2px 5px #061523}.hero-note{color:#d1d8de}.hero .intro{color:#d1d8de}[dir=rtl] .hero::after{background:linear-gradient(270deg,rgba(6,21,35,.72) 0%,rgba(6,21,35,.62) 36%,rgba(6,21,35,.28) 75%,rgba(6,21,35,.15) 100%),linear-gradient(0deg,#061523 0%,transparent 22%)}@media(max-width:620px){.hero{min-height:0}.hero-art{width:70%;max-width:280px}.hero::before{background-position:center bottom}.hero::after,[dir=rtl] .hero::after{background:linear-gradient(180deg,rgba(6,21,35,.91) 0%,rgba(6,21,35,.85) 42%,rgba(6,21,35,.25) 78%,#061523 100%)}}

/* Mobile panorama directly behind the headline and introduction. */
@media(max-width:620px){
  .hero{padding-bottom:42px;gap:26px}
  .hero::before{background-size:cover;background-position:center center}
  .hero::after,[dir=rtl] .hero::after{inset:0 calc((100% - 100vw)/2);height:auto;background:linear-gradient(180deg,rgba(6,21,35,.58) 0%,rgba(6,21,35,.62) 55%,rgba(6,21,35,.28) 80%,#061523 100%)}
  .hero-copy{position:relative;isolation:isolate}
  .hero-copy::before{content:"";position:absolute;z-index:-2;inset:-42px -22px -20px;background:url("weltstaedte-panorama.png") center center/cover no-repeat}
  .hero-copy::after{content:"";position:absolute;z-index:-1;inset:-42px -22px -20px;background:linear-gradient(180deg,rgba(6,21,35,.48),rgba(6,21,35,.68) 65%,rgba(6,21,35,.78))}
  .hero-copy h1,.hero-copy .intro{text-shadow:0 2px 8px #061523,0 1px 3px #061523}
}
.mobile-menu{display:none}
@media(max-width:620px){
  .header{padding:16px 20px;flex-wrap:wrap}
  .mobile-menu{display:block;position:sticky;top:0;z-index:100;background:#061523f5;border-top:1px solid #ffffff20;border-bottom:1px solid #e6bf7050;box-shadow:0 4px 16px #0003;backdrop-filter:blur(12px)}
  #mobile-navigation{display:flex;align-items:stretch;justify-content:space-evenly;gap:0;padding:0 8px}
  #mobile-navigation a{display:flex;align-items:center;justify-content:center;min-height:36px;padding:4px 10px;color:var(--gold);font-size:14px;text-align:center}
  #mobile-navigation a:hover{background:#ffffff0d}
}
@media(max-width:620px){
  .mobile-social{display:flex;justify-content:center;gap:30px;padding:0 16px;border-top:0}
  .mobile-social a{min-height:36px;font-size:14px;color:var(--gold)}
  .mobile-social .social-icon{width:18px;height:18px}
  footer .social{display:none}
  html{scroll-padding-top:90px}
}

.desktop-social{display:none}
@media(min-width:621px){
  .header{display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:auto auto;column-gap:32px;row-gap:4px}
  .header>.brand{grid-column:1;grid-row:1 / 3}
  .header>nav{grid-column:2;grid-row:1;justify-self:end}
  .header>.language{grid-column:3;grid-row:1 / 3}
  .desktop-social{display:flex;grid-column:2;grid-row:2;justify-self:end;justify-content:flex-start;width:100%;max-width:418px;gap:30px;padding:0;border:0;color:var(--gold)}
  .desktop-social a{min-height:32px}
}
@media(min-width:621px) and (max-width:950px){
  .header{column-gap:18px}
  .header>nav{gap:18px}
  .desktop-social{max-width:390px;gap:22px}
}

@media(min-width:951px){
  .header{grid-template-columns:auto 1fr auto auto;grid-template-rows:auto;column-gap:24px;row-gap:0}
  .header>.brand{grid-column:1;grid-row:1}
  .header>.desktop-social{grid-column:2;grid-row:1;justify-self:end;width:auto;max-width:none;gap:20px}
  .header>nav{grid-column:3;grid-row:1;gap:24px}
  .header>.language{grid-column:4;grid-row:1}
}

/* Keep desktop navigation available while scrolling, like the mobile bar. */
@media(min-width:621px){
  .header{position:sticky;top:0;z-index:100;background:#061523;box-shadow:0 4px 16px #0003}
  html{scroll-padding-top:140px}
}
