@import url('https://fonts.googleapis.com/css2?family=Questrial&family=Tajawal:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/earlyaccess/opensanshebrew.css');

:root { --black:#050505; --text:#222; --muted:#545454; --system:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:#4b4f58; background:#fff; font-family:var(--system); font-size:15px; font-weight:400; line-height:1.85714; }
a { color:inherit; text-decoration:none; }
.skip-link { position:fixed; left:8px; top:-50px; z-index:100; padding:10px 14px; background:#fff; }
.skip-link:focus { top:8px; }
.site-header { position:absolute; inset:0 0 auto; z-index:20; height:90px; pointer-events:none; }
.brand { position:absolute; left:8.35%; top:16px; display:block; width:88px; pointer-events:auto; }
.brand img { display:block; width:100%; height:auto; }
.menu-toggle { position:absolute; right:9.25%; top:31px; width:22px; height:20px; padding:0; border:0; background:transparent; cursor:pointer; pointer-events:auto; }
.menu-toggle span { display:block; height:2px; margin:3px 0; background:#111; }
.menu-panel { position:fixed; inset:0; z-index:80; display:grid; place-items:center; background:rgba(255,255,255,.98); opacity:0; visibility:hidden; transition:.25s ease; }
.menu-panel.open { opacity:1; visibility:visible; }
.menu-close { position:absolute; top:8px; right:22px; border:0; background:none; color:#4d4d4d; font-size:38px; font-weight:200; cursor:pointer; }
.menu-links { width:100%; }
.menu-links a { display:block; padding:18px; border-bottom:1px solid #eee; color:#555; text-align:center; font-size:14px; }
.hero { position:relative; display:flex; min-height:837px; align-items:center; background:url('assets/hero.jpg') 50% 0/cover no-repeat; color:#fff; }
.hero-content { width:75%; margin:8px auto 0; transform:translateY(-50px); }
.hero h1 { margin:0; font-family:Questrial,sans-serif; font-size:66px; font-weight:100; line-height:66px; letter-spacing:-2px; }
.hero p { margin:0 0 11px; font-size:15.6px; font-weight:400; line-height:20.28px; }
.text-button { display:inline-flex; gap:13px; align-items:center; margin-left:27%; padding:12px 24px; font-size:20px; font-weight:700; line-height:20px; }
.eye { width:22px; height:14px; border:2px solid currentColor; border-radius:70% 30% 70% 30%; transform:rotate(45deg); }
.eye::after { content:""; display:block; width:5px; height:5px; margin:2.5px auto; border-radius:50%; background:currentColor; }
.intro { min-height:580px; padding:60px 0; }
.intro-inner { display:block; width:min(1120px,78.6%); margin:auto; padding-top:28px; text-align:center; }
.intro h2 { margin:0 0 38px; color:#000; font-family:Tajawal,sans-serif; font-size:44px; line-height:61.6px; font-weight:500; letter-spacing:-1.2px; text-transform:uppercase; }
.intro-copy { color:#282525; font-family:Tajawal,sans-serif; font-size:18px; font-weight:400; line-height:25.2px; letter-spacing:-.4px; text-align:center; }
.intro-copy p { margin:0 0 25px; }
.intro-copy p:last-of-type { margin-bottom:0; }
.dark-button,.outline-button { display:inline-flex; align-items:center; gap:18px; padding:12px 20px; font-size:14px; font-weight:700; letter-spacing:.2px; }
.dark-button { margin-top:51px; padding:12px 24px; color:#000; background:transparent; font-family:var(--system); font-size:20px; font-weight:500; line-height:20px; }
.projects { display:grid; grid-template-columns:1fr 1fr; }
.project { position:relative; min-height:545px; overflow:hidden; background-image:linear-gradient(rgba(0,0,0,.23),rgba(0,0,0,.23)),var(--image); background-position:center; background-size:cover; transition:filter .25s ease; }
.project:hover { filter:brightness(1.1); }
.project h3 { position:absolute; left:25px; bottom:20px; margin:0; color:#fff; font-family:"Open Sans Hebrew",sans-serif; font-size:40px; font-weight:500; line-height:40px; text-transform:none; }
.project-wide { grid-column:1/-1; min-height:660px; }
.completed-project { display:grid; grid-column:1/-1; min-height:400px; place-items:center; padding:60px 8%; background:#fff; text-align:center; }
.completed-project > div { width:min(1140px,100%); }
.completed-project .completed-label { margin:0; color:#000; font-family:Tajawal,sans-serif; font-size:25px; font-weight:300; line-height:35px; letter-spacing:-1.2px; }
.completed-project h2 { margin:0 0 38px; color:#000; font-family:Tajawal,sans-serif; font-size:44px; font-weight:500; line-height:61.6px; letter-spacing:-1.2px; }
.completed-project p:last-child { margin:0; color:#282525; font-family:Tajawal,sans-serif; font-size:18px; font-weight:400; line-height:25.2px; letter-spacing:-.4px; }
.project.origin { min-height:650px; }
.project.origin h3 { text-transform:none; }
.vision { min-height:345px; padding:134px 20px; }
.vision p { width:min(1120px,78.6%); margin:auto; color:#282525; font-family:Tajawal,sans-serif; font-size:18px; font-weight:400; line-height:25.2px; letter-spacing:-.4px; text-align:center; }
.contact-cta { display:grid; min-height:395px; place-items:center; color:#fff; text-align:center; background:linear-gradient(rgba(16,20,23,.58),rgba(16,20,23,.58)),url('assets/contact-bg.jpg') center/cover no-repeat; }
.contact-cta h2 { margin:0 0 25px; font-family:Questrial,sans-serif; font-size:40px; font-weight:100; line-height:40px; letter-spacing:1px; }
.outline-button { border:2px solid #fff; }
.contact-strip { display:flex; justify-content:center; gap:70px; padding:32px 20px; color:#555; font-size:14px; }
.contact-strip span { margin-right:8px; color:#111; font-size:20px; }
.footer-nav { display:flex; min-height:155px; align-items:center; justify-content:center; gap:130px; background:#050505; color:#fff; }
.footer-nav img { width:135px; height:auto; }
.footer-nav nav { display:flex; gap:56px; font-size:14px; font-weight:500; }
.site-footer { padding:21px 15px; background:#353535; color:#ededed; text-align:center; font-size:13px; }
.back-to-top { position:fixed; right:30px; bottom:28px; z-index:30; width:34px; height:34px; padding-top:8px; background:#050505; color:#fff; text-align:center; font-size:19px; }

/* Inner pages */
.inner-page .site-header { height:79px; }
.inner-hero { position:relative; display:grid; min-height:540px; place-items:center; color:#fff; background-position:50% 50%; background-repeat:no-repeat; background-size:cover; }
.approach-hero { background-image:url('assets/approach-hero.jpg'); }
.projects-hero { background-image:url('assets/projects-hero.jpg'); }
.origin-hero { background-image:url('assets/origin.jpg'); }
.news-hero { background-image:url('assets/news-hero.jpg'); }
.contact-hero { background-image:url('assets/contact-hero.jpg'); }
.inner-hero::before { content:""; position:absolute; inset:0; background:radial-gradient(rgba(0,0,0,.46) 0%,rgba(0,0,0,0) 40%); opacity:.73; }
.inner-title { position:relative; z-index:1; width:550px; max-width:75%; margin:0; padding:20px 0; border-bottom:4px solid rgba(255,255,255,.86); font-family:var(--system); font-size:66px; font-weight:400; line-height:66px; letter-spacing:normal; text-align:center; }
.projects-hero .inner-title,.origin-hero .inner-title { width:500px; }
.approach-hero .inner-title { letter-spacing:6px; }
.news-hero { background-position:50% 0; }
.contact-hero .inner-title { font-size:55px; line-height:55px; }
.projects-hero::before,.origin-hero::before { background:rgba(0,0,0,.46); opacity:1; }
.news-hero::before { background:none; }
.contact-hero::before { background:radial-gradient(rgba(0,0,0,.36) 0%,rgba(0,0,0,0) 40%); }
.inner-content { width:min(1120px,82%); margin:auto; }
.approach-content { min-height:602px; padding:137px 0 80px; text-align:center; }
.approach-content h2 { margin:0; color:#000; font-family:Tajawal,sans-serif; font-size:44px; font-weight:300; line-height:61.6px; letter-spacing:2.5px; }
.approach-content p { margin:0 auto 36px; color:#282525; font-family:Tajawal,sans-serif; font-size:20px; font-weight:400; line-height:28px; letter-spacing:-.4px; }
.approach-content h3 { margin:0; color:#282525; font-family:Tajawal,sans-serif; font-size:20px; font-weight:700; line-height:28px; }
.inner-page .contact-strip { background:#050505; color:#fff; }
.inner-page .footer-nav { min-height:125px; }
.inner-page .site-footer { min-height:108px; padding-top:40px; }

.projects-feature { display:grid; grid-template-columns:65% 35%; min-height:391px; padding:60px 30px; gap:25px; }
.carousel { position:relative; align-self:start; overflow:hidden; }
.carousel-stage { height:196px; overflow:hidden; }
.carousel-track { display:flex; width:100%; height:100%; transition:transform .35s ease; }
.carousel-slide { flex:0 0 33.333%; min-width:0; height:100%; object-fit:cover; }
.carousel-control { position:absolute; top:50%; z-index:2; width:38px; height:50px; border:0; background:rgba(0,0,0,.28); color:#fff; font-size:25px; cursor:pointer; transform:translateY(-50%); }
.carousel-control.prev { left:0; }
.carousel-control.next { right:0; }
.carousel-dots { display:flex; justify-content:center; gap:9px; padding-top:9px; }
.carousel-dot { width:7px; height:7px; padding:0; border:0; border-radius:50%; background:#d6d6d6; cursor:pointer; }
.carousel-dot.active { background:#000; }
.project-summary { padding:0 0 0 0; }
.project-summary .eyebrow { margin:0 0 6px; color:#777; font-size:16px; }
.project-summary h2 { margin:0 0 25px; font-family:Questrial,Arial,sans-serif; font-size:39px; font-weight:400; }
.project-summary p { color:#666; font-size:15px; line-height:1.8; }

.news-list { min-height:343px; padding:80px 0; }
.news-item { border-bottom:1px solid #ddd; }
.news-item button { display:flex; width:100%; align-items:center; justify-content:space-between; padding:13px 14px; border:0; background:#fff; color:#4c4c4c; text-align:left; font:700 15px Roboto,Arial,sans-serif; cursor:pointer; }
.news-item button::after { content:"›"; transform:rotate(0deg); transition:.2s; }
.news-item.open button::after { transform:rotate(90deg); }
.news-body { display:none; padding:5px 14px 20px; color:#666; font-size:14px; }
.news-item.open .news-body { display:block; }

.contact-main { min-height:654px; padding:60px 0; }
.contact-grid { display:grid; grid-template-columns:34% 66%; width:min(1140px,82%); margin:auto; gap:46px; }
.contact-card { padding:31px 30px; background:#f7f7f7; }
.contact-card h2,.form-wrap h2 { margin:0 0 31px; font-family:Questrial,Arial,sans-serif; font-size:29px; font-weight:400; }
.contact-card p { margin:0 0 22px; color:#666; font-size:15px; line-height:1.9; }
.socials { display:flex; gap:10px; margin-top:24px; }
.socials a { display:grid; width:35px; height:35px; place-items:center; border-radius:50%; background:#111; color:#fff; font-weight:700; }
.contact-form { display:grid; grid-template-columns:1fr 1fr; gap:20px 27px; }
.contact-form label { display:block; font-size:16px; font-weight:700; line-height:20.8px; }
.contact-form input,.contact-form textarea { width:100%; margin-top:6px; padding:11px; border:1px solid #d4d4d4; font:400 15px Roboto,Arial,sans-serif; }
.contact-form textarea { min-height:105px; resize:vertical; }
.contact-form .full { grid-column:1/-1; }
.contact-form button { justify-self:start; padding:13px 24px; border:0; background:#111; color:#fff; font-weight:700; cursor:pointer; }
.map-frame { display:block; width:100%; height:300px; border:0; }

.origin-gallery { display:grid; grid-template-columns:1fr 1fr; width:min(1120px,78%); min-height:850px; margin:auto; padding:20px 0 60px; gap:20px; }
.origin-gallery img { width:100%; height:370px; object-fit:cover; }

@media (max-width:700px) {
  .inner-hero { min-height:371.354px; }
  .inner-title,.projects-hero .inner-title,.origin-hero .inner-title { width:100%; max-width:none; padding:20px 0; border-width:4px; font-size:44px; line-height:44px; letter-spacing:normal; }
  .approach-hero .inner-title { letter-spacing:6px; }
  .contact-hero .inner-title { font-size:44px; line-height:44px; }
  .inner-page .contact-strip { display:flex; min-height:285px; flex-direction:column; align-items:center; gap:20px; padding:55px 30px; text-align:center; }
  .inner-page .footer-nav { min-height:445px; }
  .inner-page .site-footer { min-height:106px; padding-top:31px; }
  .approach-content { min-height:694px; padding:74px 28px 50px; }
  .approach-content.inner-content { width:100%; }
  .approach-content h2 { font-size:29px; line-height:1.25; }
  .approach-content p { font-size:14px; line-height:1.75; }
  .projects-feature { display:block; min-height:633px; padding:30px 20px 45px; }
  .carousel-stage { height:238px; }
  .carousel-slide { flex-basis:100%; }
  .project-summary { padding:28px 12px 0; text-align:center; }
  .project-summary h2 { margin-bottom:16px; font-size:31px; }
  .project-summary p { font-size:14px; line-height:1.65; }
  .news-list { min-height:257px; padding:50px 20px; }
  .news-item button { padding:11px 4px; font-size:12px; }
  .contact-main { min-height:983px; padding:14px 0 45px; }
  .contact-grid { display:block; width:92%; }
  .contact-card { margin-bottom:35px; padding:28px 24px; }
  .contact-form { grid-template-columns:1fr; gap:16px; }
  .contact-form .full { grid-column:auto; }
  .form-wrap { padding:0 8px; }
  .origin-gallery { grid-template-columns:1fr; width:90%; min-height:1063px; padding:20px 0 45px; gap:15px; }
  .origin-gallery img { height:245px; }
  .approach-content + .contact-strip,
  .projects-feature + .contact-strip,
  .news-list + .contact-strip,
  .origin-gallery + .contact-strip { display:none; }
}

@media (max-width:700px) {
  .site-header { position:absolute; height:76px; }
  .brand { left:20px; top:15px; width:88px; }
  .menu-toggle { right:34px; top:31px; }
  .menu-close { top:0; right:11px; }
  .menu-links a { padding:19px; }
  .hero { min-height:661px; padding:45px 15px 0; background-position:0 0; }
  .hero-content { width:88%; margin:11px auto 0; transform:none; text-align:center; }
  .hero h1 { font-size:34.2px; line-height:34.2px; letter-spacing:-2px; }
  .hero-content { transform:translateY(-40px); }
  .hero p { width:100%; margin:5px auto 0; font-size:12px; line-height:15.6px; }
  .text-button { margin-left:0; gap:14px; padding:12px 24px; font-size:20px; line-height:20px; }
  .eye { width:17px; height:11px; }
  .eye::after { width:4px; height:4px; margin:1.5px auto; }
  .intro { min-height:812px; padding:27.36px; }
  .intro-inner { display:block; width:100%; padding-top:33px; }
  .intro h2 { margin:0 0 43px; font-size:30.096px; line-height:36.1152px; text-align:center; }
  .intro-copy { font-size:16.416px; line-height:22.9824px; text-align:center; }
  .intro-copy p { margin-bottom:28.728px; }
  .dark-button { margin-top:37.35px; font-size:18px; }
  .projects { display:block; }
  .project { display:block; min-height:280px; }
  .project h3 { left:25px; bottom:20px; font-size:30px; line-height:30px; }
  .project-wide { min-height:310px; }
  .completed-project { min-height:424px; padding:55px 25px; }
  .completed-project .completed-label { font-size:20.52px; line-height:24.624px; }
  .completed-project h2 { margin-bottom:28.728px; font-size:32.832px; line-height:39.3984px; }
  .completed-project p:last-child { font-size:16.416px; line-height:22.9824px; }
  .project.origin { min-height:280px; }
  .vision { min-height:409px; padding:100px 27.36px; }
  .vision p { width:100%; font-size:16.416px; line-height:22.9824px; }
  .contact-cta { min-height:228px; padding:30px 20px; }
  .contact-cta h2 { margin-bottom:18px; font-size:25px; }
  .contact-strip { display:none; }
  .footer-nav { display:block; min-height:425px; padding:16px 0 6px; text-align:center; }
  .footer-nav img { width:150px; margin:0 auto 9px; }
  .footer-nav nav { display:block; font-size:20px; font-weight:700; }
  .footer-nav nav a { display:block; padding:14px; }
  .site-footer { min-height:106px; padding:31px 28px 20px; font-size:14px; line-height:1.8; }
  .back-to-top { right:30px; bottom:19px; width:29px; height:29px; padding-top:5px; }
}
